Skip to content

Add back themeConfigMap to UI v2 load options; deprecate CSS related theme props#203

Open
linh-transcend wants to merge 3 commits into
mainfrom
linh-transcend/add-themeConfigMap
Open

Add back themeConfigMap to UI v2 load options; deprecate CSS related theme props#203
linh-transcend wants to merge 3 commits into
mainfrom
linh-transcend/add-themeConfigMap

Conversation

@linh-transcend

@linh-transcend linh-transcend commented Jun 12, 2026

Copy link
Copy Markdown
Member

@pkg-pr-new

pkg-pr-new Bot commented Jun 12, 2026

Copy link
Copy Markdown

Open in StackBlitz

@transcend-io/airgap.js-types

pnpm add https://pkg.pr.new/@transcend-io/airgap.js-types@203
yarn add https://pkg.pr.new/@transcend-io/airgap.js-types@203.tgz

@transcend-io/cli

pnpm add https://pkg.pr.new/@transcend-io/cli@203
yarn add https://pkg.pr.new/@transcend-io/cli@203.tgz

@transcend-io/internationalization

pnpm add https://pkg.pr.new/@transcend-io/internationalization@203
yarn add https://pkg.pr.new/@transcend-io/internationalization@203.tgz

@transcend-io/privacy-types

pnpm add https://pkg.pr.new/@transcend-io/privacy-types@203
yarn add https://pkg.pr.new/@transcend-io/privacy-types@203.tgz

@transcend-io/sdk

pnpm add https://pkg.pr.new/@transcend-io/sdk@203
yarn add https://pkg.pr.new/@transcend-io/sdk@203.tgz

@transcend-io/type-utils

pnpm add https://pkg.pr.new/@transcend-io/type-utils@203
yarn add https://pkg.pr.new/@transcend-io/type-utils@203.tgz

@transcend-io/utils

pnpm add https://pkg.pr.new/@transcend-io/utils@203
yarn add https://pkg.pr.new/@transcend-io/utils@203.tgz

@transcend-io/mcp

pnpm add https://pkg.pr.new/@transcend-io/mcp@203
yarn add https://pkg.pr.new/@transcend-io/mcp@203.tgz

@transcend-io/mcp-server-admin

pnpm add https://pkg.pr.new/@transcend-io/mcp-server-admin@203
yarn add https://pkg.pr.new/@transcend-io/mcp-server-admin@203.tgz

@transcend-io/mcp-server-assessment

pnpm add https://pkg.pr.new/@transcend-io/mcp-server-assessment@203
yarn add https://pkg.pr.new/@transcend-io/mcp-server-assessment@203.tgz

@transcend-io/mcp-server-base

pnpm add https://pkg.pr.new/@transcend-io/mcp-server-base@203
yarn add https://pkg.pr.new/@transcend-io/mcp-server-base@203.tgz

@transcend-io/mcp-server-consent

pnpm add https://pkg.pr.new/@transcend-io/mcp-server-consent@203
yarn add https://pkg.pr.new/@transcend-io/mcp-server-consent@203.tgz

@transcend-io/mcp-server-discovery

pnpm add https://pkg.pr.new/@transcend-io/mcp-server-discovery@203
yarn add https://pkg.pr.new/@transcend-io/mcp-server-discovery@203.tgz

@transcend-io/mcp-server-dsr

pnpm add https://pkg.pr.new/@transcend-io/mcp-server-dsr@203
yarn add https://pkg.pr.new/@transcend-io/mcp-server-dsr@203.tgz

@transcend-io/mcp-server-inventory

pnpm add https://pkg.pr.new/@transcend-io/mcp-server-inventory@203
yarn add https://pkg.pr.new/@transcend-io/mcp-server-inventory@203.tgz

@transcend-io/mcp-server-preferences

pnpm add https://pkg.pr.new/@transcend-io/mcp-server-preferences@203
yarn add https://pkg.pr.new/@transcend-io/mcp-server-preferences@203.tgz

@transcend-io/mcp-server-workflows

pnpm add https://pkg.pr.new/@transcend-io/mcp-server-workflows@203
yarn add https://pkg.pr.new/@transcend-io/mcp-server-workflows@203.tgz

commit: 186a7d7

export const HeaderTheme = t.intersection([
/** @deprecated - Removed in favor of CSS styling */
t.partial(Text.props),
t.type({ logoPosition: valuesOf(LogoPosition), logoImageUrl: AbsoluteUrlString }),

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

logoImageUrl was accidentally left out here but was assumed to be here in the UI and monorepo.

CommonLayerTheme,
t.type({
contentFlow: valuesOf(ContentFlows),
contentLayout: ContentLayout,

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was left out too but present in the monorepo and ui repo

@linh-transcend linh-transcend requested a review from a team June 12, 2026 21:12
}),
t.partial({
header: HeaderTheme,
/** @deprecated - Removed in favor of CSS styling */

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why mark deprecated rather than just remove these?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants