@snksergio/design-system 0.19.1 → 0.30.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +39 -12
- package/dist-lib/chunks/{app-shell-Cy9be0Zx.mjs → app-shell-78w0pYdP.mjs} +849 -79
- package/dist-lib/chunks/app-shell-78w0pYdP.mjs.map +1 -0
- package/dist-lib/chunks/{app-shell-CPx9X7zP.cjs → app-shell-Cyh8AUJT.cjs} +947 -176
- package/dist-lib/chunks/app-shell-Cyh8AUJT.cjs.map +1 -0
- package/dist-lib/chunks/{clientes-showcase-mocks-ayU1SDOA.mjs → clientes-showcase-mocks-CwWGCCmf.mjs} +1 -27
- package/dist-lib/chunks/clientes-showcase-mocks-CwWGCCmf.mjs.map +1 -0
- package/dist-lib/chunks/{clientes-showcase-mocks-DygUqkkh.cjs → clientes-showcase-mocks-CwhluBTT.cjs} +1 -44
- package/dist-lib/chunks/clientes-showcase-mocks-CwhluBTT.cjs.map +1 -0
- package/dist-lib/chunks/{input-BWevV7up.cjs → input-BjUSWce3.cjs} +24 -4
- package/dist-lib/chunks/input-BjUSWce3.cjs.map +1 -0
- package/dist-lib/chunks/{input-C9eKSSEb.mjs → input-DCDU4i4S.mjs} +23 -3
- package/dist-lib/chunks/input-DCDU4i4S.mjs.map +1 -0
- package/dist-lib/chunks/kpi-delta-C_3V6uG6.cjs +148 -0
- package/dist-lib/chunks/kpi-delta-C_3V6uG6.cjs.map +1 -0
- package/dist-lib/chunks/kpi-delta-DpYuDY4h.mjs +149 -0
- package/dist-lib/chunks/kpi-delta-DpYuDY4h.mjs.map +1 -0
- package/dist-lib/chunks/{page-header-CQbTGWQ8.mjs → page-header-B6XJyIMz.mjs} +2 -2
- package/dist-lib/chunks/{page-header-CQbTGWQ8.mjs.map → page-header-B6XJyIMz.mjs.map} +1 -1
- package/dist-lib/chunks/{page-header-BZ-WrxV2.cjs → page-header-D0rpU0yn.cjs} +4 -4
- package/dist-lib/chunks/{page-header-BZ-WrxV2.cjs.map → page-header-D0rpU0yn.cjs.map} +1 -1
- package/dist-lib/chunks/{panel-pOXMw6a-.cjs → panel-B_SSIEDs.cjs} +1876 -1067
- package/dist-lib/chunks/panel-B_SSIEDs.cjs.map +1 -0
- package/dist-lib/chunks/{panel-BCUixETK.mjs → panel-CEkyoGiO.mjs} +1639 -831
- package/dist-lib/chunks/panel-CEkyoGiO.mjs.map +1 -0
- package/dist-lib/index.cjs +3819 -230
- package/dist-lib/index.cjs.map +1 -1
- package/dist-lib/index.mjs +3898 -313
- package/dist-lib/index.mjs.map +1 -1
- package/dist-lib/preview/chat.cjs +41 -42
- package/dist-lib/preview/chat.cjs.map +1 -1
- package/dist-lib/preview/chat.mjs +2 -3
- package/dist-lib/preview/chat.mjs.map +1 -1
- package/dist-lib/preview/clientes.cjs +22 -24
- package/dist-lib/preview/clientes.cjs.map +1 -1
- package/dist-lib/preview/clientes.mjs +5 -7
- package/dist-lib/preview/clientes.mjs.map +1 -1
- package/dist-lib/preview/dashboard.cjs +232 -28
- package/dist-lib/preview/dashboard.cjs.map +1 -1
- package/dist-lib/preview/dashboard.mjs +215 -11
- package/dist-lib/preview/dashboard.mjs.map +1 -1
- package/dist-lib/preview/mocks.cjs +1 -1
- package/dist-lib/preview/mocks.mjs +1 -1
- package/dist-lib/src/components/index.d.ts +14 -0
- package/dist-lib/src/components/index.d.ts.map +1 -1
- package/dist-lib/src/components/shadcn/command.d.ts.map +1 -1
- package/dist-lib/src/components/shadcn/input.d.ts.map +1 -1
- package/dist-lib/src/components/shadcn/tabs.d.ts +11 -6
- package/dist-lib/src/components/shadcn/tabs.d.ts.map +1 -1
- package/dist-lib/src/components/shadcn/tooltip.d.ts +25 -7
- package/dist-lib/src/components/shadcn/tooltip.d.ts.map +1 -1
- package/dist-lib/src/components/ui/ChoroplethMap/choropleth-map.d.ts +13 -0
- package/dist-lib/src/components/ui/ChoroplethMap/choropleth-map.d.ts.map +1 -0
- package/dist-lib/src/components/ui/ChoroplethMap/choropleth-map.styles.d.ts +95 -0
- package/dist-lib/src/components/ui/ChoroplethMap/choropleth-map.styles.d.ts.map +1 -0
- package/dist-lib/src/components/ui/ChoroplethMap/choropleth-map.types.d.ts +81 -0
- package/dist-lib/src/components/ui/ChoroplethMap/choropleth-map.types.d.ts.map +1 -0
- package/dist-lib/src/components/ui/ChoroplethMap/index.d.ts +3 -0
- package/dist-lib/src/components/ui/ChoroplethMap/index.d.ts.map +1 -0
- package/dist-lib/src/components/ui/ColorPicker/color-picker.d.ts +16 -0
- package/dist-lib/src/components/ui/ColorPicker/color-picker.d.ts.map +1 -0
- package/dist-lib/src/components/ui/ColorPicker/color-picker.presets.d.ts +13 -0
- package/dist-lib/src/components/ui/ColorPicker/color-picker.presets.d.ts.map +1 -0
- package/dist-lib/src/components/ui/ColorPicker/color-picker.styles.d.ts +135 -0
- package/dist-lib/src/components/ui/ColorPicker/color-picker.styles.d.ts.map +1 -0
- package/dist-lib/src/components/ui/ColorPicker/color-picker.types.d.ts +35 -0
- package/dist-lib/src/components/ui/ColorPicker/color-picker.types.d.ts.map +1 -0
- package/dist-lib/src/components/ui/ColorPicker/index.d.ts +6 -0
- package/dist-lib/src/components/ui/ColorPicker/index.d.ts.map +1 -0
- package/dist-lib/src/components/ui/ConversationListItem/conversation-list-item.d.ts +23 -0
- package/dist-lib/src/components/ui/ConversationListItem/conversation-list-item.d.ts.map +1 -0
- package/dist-lib/src/components/ui/ConversationListItem/conversation-list-item.styles.d.ts +173 -0
- package/dist-lib/src/components/ui/ConversationListItem/conversation-list-item.styles.d.ts.map +1 -0
- package/dist-lib/src/components/ui/ConversationListItem/conversation-list-item.types.d.ts +59 -0
- package/dist-lib/src/components/ui/ConversationListItem/conversation-list-item.types.d.ts.map +1 -0
- package/dist-lib/src/components/ui/ConversationListItem/index.d.ts +5 -0
- package/dist-lib/src/components/ui/ConversationListItem/index.d.ts.map +1 -0
- package/dist-lib/src/components/ui/DataTable/data-table.d.ts.map +1 -1
- package/dist-lib/src/components/ui/DataTable/data-table.types.d.ts +14 -1
- package/dist-lib/src/components/ui/DataTable/data-table.types.d.ts.map +1 -1
- package/dist-lib/src/components/ui/DataTable/hooks/use-column-auto-width.d.ts +9 -0
- package/dist-lib/src/components/ui/DataTable/hooks/use-column-auto-width.d.ts.map +1 -1
- package/dist-lib/src/components/ui/DataTable/hooks/use-data-table-controller.d.ts.map +1 -1
- package/dist-lib/src/components/ui/DataTable/services/saved-views.types.d.ts +9 -0
- package/dist-lib/src/components/ui/DataTable/services/saved-views.types.d.ts.map +1 -1
- package/dist-lib/src/components/ui/DataTable/utils/calculate-column-widths.d.ts +16 -0
- package/dist-lib/src/components/ui/DataTable/utils/calculate-column-widths.d.ts.map +1 -1
- package/dist-lib/src/components/ui/DatePicker/datepicker.d.ts +31 -8
- package/dist-lib/src/components/ui/DatePicker/datepicker.d.ts.map +1 -1
- package/dist-lib/src/components/ui/DatePicker/index.d.ts +1 -1
- package/dist-lib/src/components/ui/DatePicker/index.d.ts.map +1 -1
- package/dist-lib/src/components/ui/DateSeparatorChip/date-separator-chip.d.ts +18 -0
- package/dist-lib/src/components/ui/DateSeparatorChip/date-separator-chip.d.ts.map +1 -0
- package/dist-lib/src/components/ui/DateSeparatorChip/date-separator-chip.styles.d.ts +63 -0
- package/dist-lib/src/components/ui/DateSeparatorChip/date-separator-chip.styles.d.ts.map +1 -0
- package/dist-lib/src/components/ui/DateSeparatorChip/date-separator-chip.types.d.ts +21 -0
- package/dist-lib/src/components/ui/DateSeparatorChip/date-separator-chip.types.d.ts.map +1 -0
- package/dist-lib/src/components/ui/DateSeparatorChip/index.d.ts +5 -0
- package/dist-lib/src/components/ui/DateSeparatorChip/index.d.ts.map +1 -0
- package/dist-lib/src/components/ui/EmptyState/empty-state.d.ts +12 -0
- package/dist-lib/src/components/ui/EmptyState/empty-state.d.ts.map +1 -0
- package/dist-lib/src/components/ui/EmptyState/empty-state.styles.d.ts +83 -0
- package/dist-lib/src/components/ui/EmptyState/empty-state.styles.d.ts.map +1 -0
- package/dist-lib/src/components/ui/EmptyState/empty-state.types.d.ts +43 -0
- package/dist-lib/src/components/ui/EmptyState/empty-state.types.d.ts.map +1 -0
- package/dist-lib/src/components/ui/EmptyState/index.d.ts +5 -0
- package/dist-lib/src/components/ui/EmptyState/index.d.ts.map +1 -0
- package/dist-lib/src/components/ui/FileUploadField/file-upload-field.d.ts +15 -0
- package/dist-lib/src/components/ui/FileUploadField/file-upload-field.d.ts.map +1 -0
- package/dist-lib/src/components/ui/FileUploadField/file-upload-field.styles.d.ts +66 -0
- package/dist-lib/src/components/ui/FileUploadField/file-upload-field.styles.d.ts.map +1 -0
- package/dist-lib/src/components/ui/FileUploadField/file-upload-field.types.d.ts +41 -0
- package/dist-lib/src/components/ui/FileUploadField/file-upload-field.types.d.ts.map +1 -0
- package/dist-lib/src/components/ui/FileUploadField/index.d.ts +3 -0
- package/dist-lib/src/components/ui/FileUploadField/index.d.ts.map +1 -0
- package/dist-lib/src/components/ui/Kpi/kpi-delta.d.ts +4 -1
- package/dist-lib/src/components/ui/Kpi/kpi-delta.d.ts.map +1 -1
- package/dist-lib/src/components/ui/Kpi/kpi.d.ts +1 -1
- package/dist-lib/src/components/ui/Kpi/kpi.d.ts.map +1 -1
- package/dist-lib/src/components/ui/Kpi/kpi.styles.d.ts +42 -0
- package/dist-lib/src/components/ui/Kpi/kpi.styles.d.ts.map +1 -1
- package/dist-lib/src/components/ui/Kpi/kpi.types.d.ts +13 -1
- package/dist-lib/src/components/ui/Kpi/kpi.types.d.ts.map +1 -1
- package/dist-lib/src/components/ui/MarkdownText/index.d.ts +5 -0
- package/dist-lib/src/components/ui/MarkdownText/index.d.ts.map +1 -0
- package/dist-lib/src/components/ui/MarkdownText/markdown-text.d.ts +14 -0
- package/dist-lib/src/components/ui/MarkdownText/markdown-text.d.ts.map +1 -0
- package/dist-lib/src/components/ui/MarkdownText/markdown-text.styles.d.ts +72 -0
- package/dist-lib/src/components/ui/MarkdownText/markdown-text.styles.d.ts.map +1 -0
- package/dist-lib/src/components/ui/MarkdownText/markdown-text.types.d.ts +26 -0
- package/dist-lib/src/components/ui/MarkdownText/markdown-text.types.d.ts.map +1 -0
- package/dist-lib/src/components/ui/MenuSidebar/sidebar-section.d.ts.map +1 -1
- package/dist-lib/src/components/ui/MenuSidebar/sidebar.styles.d.ts +1 -0
- package/dist-lib/src/components/ui/MenuSidebar/sidebar.styles.d.ts.map +1 -1
- package/dist-lib/src/components/ui/MenuSidebar/sidebar.types.d.ts +7 -1
- package/dist-lib/src/components/ui/MenuSidebar/sidebar.types.d.ts.map +1 -1
- package/dist-lib/src/components/ui/MessageAck/index.d.ts +5 -0
- package/dist-lib/src/components/ui/MessageAck/index.d.ts.map +1 -0
- package/dist-lib/src/components/ui/MessageAck/message-ack.d.ts +18 -0
- package/dist-lib/src/components/ui/MessageAck/message-ack.d.ts.map +1 -0
- package/dist-lib/src/components/ui/MessageAck/message-ack.styles.d.ts +61 -0
- package/dist-lib/src/components/ui/MessageAck/message-ack.styles.d.ts.map +1 -0
- package/dist-lib/src/components/ui/MessageAck/message-ack.types.d.ts +14 -0
- package/dist-lib/src/components/ui/MessageAck/message-ack.types.d.ts.map +1 -0
- package/dist-lib/src/components/ui/MessageBubble/index.d.ts +5 -0
- package/dist-lib/src/components/ui/MessageBubble/index.d.ts.map +1 -0
- package/dist-lib/src/components/ui/MessageBubble/message-bubble.d.ts +20 -0
- package/dist-lib/src/components/ui/MessageBubble/message-bubble.d.ts.map +1 -0
- package/dist-lib/src/components/ui/MessageBubble/message-bubble.styles.d.ts +180 -0
- package/dist-lib/src/components/ui/MessageBubble/message-bubble.styles.d.ts.map +1 -0
- package/dist-lib/src/components/ui/MessageBubble/message-bubble.types.d.ts +87 -0
- package/dist-lib/src/components/ui/MessageBubble/message-bubble.types.d.ts.map +1 -0
- package/dist-lib/src/components/ui/MessageComposer/index.d.ts +5 -0
- package/dist-lib/src/components/ui/MessageComposer/index.d.ts.map +1 -0
- package/dist-lib/src/components/ui/MessageComposer/message-composer.d.ts +18 -0
- package/dist-lib/src/components/ui/MessageComposer/message-composer.d.ts.map +1 -0
- package/dist-lib/src/components/ui/MessageComposer/message-composer.styles.d.ts +113 -0
- package/dist-lib/src/components/ui/MessageComposer/message-composer.styles.d.ts.map +1 -0
- package/dist-lib/src/components/ui/MessageComposer/message-composer.types.d.ts +49 -0
- package/dist-lib/src/components/ui/MessageComposer/message-composer.types.d.ts.map +1 -0
- package/dist-lib/src/components/ui/MessageVariablesPicker/index.d.ts +6 -0
- package/dist-lib/src/components/ui/MessageVariablesPicker/index.d.ts.map +1 -0
- package/dist-lib/src/components/ui/MessageVariablesPicker/message-variables-picker.d.ts +12 -0
- package/dist-lib/src/components/ui/MessageVariablesPicker/message-variables-picker.d.ts.map +1 -0
- package/dist-lib/src/components/ui/MessageVariablesPicker/message-variables-picker.styles.d.ts +57 -0
- package/dist-lib/src/components/ui/MessageVariablesPicker/message-variables-picker.styles.d.ts.map +1 -0
- package/dist-lib/src/components/ui/MessageVariablesPicker/message-variables-picker.types.d.ts +36 -0
- package/dist-lib/src/components/ui/MessageVariablesPicker/message-variables-picker.types.d.ts.map +1 -0
- package/dist-lib/src/components/ui/Modal/modal.d.ts +3 -1
- package/dist-lib/src/components/ui/Modal/modal.d.ts.map +1 -1
- package/dist-lib/src/components/ui/Modal/modal.styles.d.ts +7 -1
- package/dist-lib/src/components/ui/Modal/modal.styles.d.ts.map +1 -1
- package/dist-lib/src/components/ui/MonthYearPicker/index.d.ts +3 -0
- package/dist-lib/src/components/ui/MonthYearPicker/index.d.ts.map +1 -0
- package/dist-lib/src/components/ui/MonthYearPicker/month-year-picker.d.ts +11 -0
- package/dist-lib/src/components/ui/MonthYearPicker/month-year-picker.d.ts.map +1 -0
- package/dist-lib/src/components/ui/MonthYearPicker/month-year-picker.styles.d.ts +113 -0
- package/dist-lib/src/components/ui/MonthYearPicker/month-year-picker.styles.d.ts.map +1 -0
- package/dist-lib/src/components/ui/MonthYearPicker/month-year-picker.types.d.ts +34 -0
- package/dist-lib/src/components/ui/MonthYearPicker/month-year-picker.types.d.ts.map +1 -0
- package/dist-lib/src/components/ui/SingleMenuSidebar/single-menu-sidebar.styles.d.ts +1 -1
- package/dist-lib/src/components/ui/Spinner/index.d.ts +3 -0
- package/dist-lib/src/components/ui/Spinner/index.d.ts.map +1 -0
- package/dist-lib/src/components/ui/Spinner/spinner.d.ts +11 -0
- package/dist-lib/src/components/ui/Spinner/spinner.d.ts.map +1 -0
- package/dist-lib/src/components/ui/Spinner/spinner.styles.d.ts +55 -0
- package/dist-lib/src/components/ui/Spinner/spinner.styles.d.ts.map +1 -0
- package/dist-lib/src/components/ui/Spinner/spinner.types.d.ts +12 -0
- package/dist-lib/src/components/ui/Spinner/spinner.types.d.ts.map +1 -0
- package/dist-lib/src/components/ui/TableToolbar/parts/table-toolbar-views.d.ts +7 -1
- package/dist-lib/src/components/ui/TableToolbar/parts/table-toolbar-views.d.ts.map +1 -1
- package/dist-lib/src/components/ui/Toast/toast.d.ts +44 -0
- package/dist-lib/src/components/ui/Toast/toast.d.ts.map +1 -0
- package/dist-lib/src/hooks/useBrand.d.ts +31 -0
- package/dist-lib/src/hooks/useBrand.d.ts.map +1 -0
- package/dist-lib/src/preview/pages/ChatV2/components/QueueColumn/queue-column.styles.d.ts +3 -3
- package/dist-lib/src/preview/pages/ClientesShowcase/clientes-showcase-mocks.d.ts +1 -1
- package/dist-lib/src/preview/pages/ClientesShowcase/clientes-showcase-mocks.d.ts.map +1 -1
- package/dist-lib/src/preview/pages/ClientesShowcase/clientes-showcase.types.d.ts +1 -1
- package/dist-lib/src/preview/pages/ClientesShowcase/clientes-showcase.types.d.ts.map +1 -1
- package/dist-lib/src/preview/pages/ClientesShowcase/components/DetailDrawer/detail-drawer.types.d.ts +1 -1
- package/dist-lib/src/preview/pages/ClientesShowcase/components/DetailDrawer/detail-drawer.types.d.ts.map +1 -1
- package/dist-lib/src/preview/pages/DashboardShowcase.d.ts.map +1 -1
- package/dist-lib/src/preview/pages/_table-data.d.ts +51 -0
- package/dist-lib/src/preview/pages/_table-data.d.ts.map +1 -0
- package/dist-lib/src/utils/tv.d.ts.map +1 -1
- package/dist-lib/theme.css +32 -0
- package/dist-lib/tokens/brands/blue/primitives/color-palette.d.ts +266 -0
- package/dist-lib/tokens/brands/blue/primitives/color-palette.d.ts.map +1 -0
- package/dist-lib/tokens/brands/blue/semantic/color-dark.d.ts +200 -0
- package/dist-lib/tokens/brands/blue/semantic/color-dark.d.ts.map +1 -0
- package/dist-lib/tokens/brands/blue/semantic/color-light.d.ts +202 -0
- package/dist-lib/tokens/brands/blue/semantic/color-light.d.ts.map +1 -0
- package/dist-lib/tokens/brands/default/semantic/typography.d.ts +4 -2
- package/dist-lib/tokens/brands/default/semantic/typography.d.ts.map +1 -1
- package/dist-lib/tokens/brands/green/primitives/color-palette.d.ts +267 -0
- package/dist-lib/tokens/brands/green/primitives/color-palette.d.ts.map +1 -0
- package/dist-lib/tokens/brands/green/semantic/color-dark.d.ts +200 -0
- package/dist-lib/tokens/brands/green/semantic/color-dark.d.ts.map +1 -0
- package/dist-lib/tokens/brands/green/semantic/color-light.d.ts +201 -0
- package/dist-lib/tokens/brands/green/semantic/color-light.d.ts.map +1 -0
- package/dist-lib/tokens/brands/pay/primitives/color-palette.d.ts +146 -0
- package/dist-lib/tokens/brands/pay/primitives/color-palette.d.ts.map +1 -0
- package/dist-lib/tokens/brands/pay/semantic/color-dark.d.ts +201 -0
- package/dist-lib/tokens/brands/pay/semantic/color-dark.d.ts.map +1 -0
- package/dist-lib/tokens/brands/pay/semantic/color-light.d.ts +199 -0
- package/dist-lib/tokens/brands/pay/semantic/color-light.d.ts.map +1 -0
- package/dist-lib/tokens.cjs +35 -0
- package/dist-lib/tokens.cjs.map +1 -1
- package/dist-lib/tokens.mjs +35 -0
- package/dist-lib/tokens.mjs.map +1 -1
- package/package.json +21 -7
- package/dist-lib/chunks/app-shell-CPx9X7zP.cjs.map +0 -1
- package/dist-lib/chunks/app-shell-Cy9be0Zx.mjs.map +0 -1
- package/dist-lib/chunks/badge-DBdk74KN.mjs +0 -840
- package/dist-lib/chunks/badge-DBdk74KN.mjs.map +0 -1
- package/dist-lib/chunks/badge-gU2wtxrn.cjs +0 -856
- package/dist-lib/chunks/badge-gU2wtxrn.cjs.map +0 -1
- package/dist-lib/chunks/chip-group-2-f_Yo7Y.cjs +0 -763
- package/dist-lib/chunks/chip-group-2-f_Yo7Y.cjs.map +0 -1
- package/dist-lib/chunks/chip-group-_e-yh1Zq.mjs +0 -747
- package/dist-lib/chunks/chip-group-_e-yh1Zq.mjs.map +0 -1
- package/dist-lib/chunks/clientes-showcase-mocks-DygUqkkh.cjs.map +0 -1
- package/dist-lib/chunks/clientes-showcase-mocks-ayU1SDOA.mjs.map +0 -1
- package/dist-lib/chunks/input-BWevV7up.cjs.map +0 -1
- package/dist-lib/chunks/input-C9eKSSEb.mjs.map +0 -1
- package/dist-lib/chunks/panel-BCUixETK.mjs.map +0 -1
- package/dist-lib/chunks/panel-pOXMw6a-.cjs.map +0 -1
|
@@ -0,0 +1,200 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* color-dark.ts — Semantic color tokens (dark) — BRAND "blue" (teste multi-tema)
|
|
3
|
+
* Tier 2 de 3: intenção. API pública.
|
|
4
|
+
*
|
|
5
|
+
* Cópia self-contained da default. Dark usa brandContrast (azul brilhante)
|
|
6
|
+
* em vez de brand. Import relativo dentro da marca → puxa o brandContrast AZUL.
|
|
7
|
+
*/
|
|
8
|
+
export declare const bg: {
|
|
9
|
+
readonly canvas: "oklch(0.205 0.014 264)";
|
|
10
|
+
readonly surface: "oklch(0.225 0.014 264)";
|
|
11
|
+
readonly "surface-elevated": "oklch(0.225 0.014 264)";
|
|
12
|
+
readonly "surface-panels": "oklch(0.205 0.014 264)";
|
|
13
|
+
readonly sidebar: "oklch(0.225 0.014 264)";
|
|
14
|
+
readonly subtle: string;
|
|
15
|
+
readonly muted: string;
|
|
16
|
+
readonly emphasis: string;
|
|
17
|
+
readonly input: string;
|
|
18
|
+
readonly accent: string;
|
|
19
|
+
readonly brand: "oklch(0.72 0.150 256)";
|
|
20
|
+
readonly "brand-subtle": "color-mix(in oklch, oklch(0.72 0.150 256) 14%, transparent)";
|
|
21
|
+
readonly "brand-hover": "color-mix(in oklch, oklch(0.72 0.150 256) 90%, black)";
|
|
22
|
+
readonly "brand-subtle-hover": "color-mix(in oklch, oklch(0.72 0.150 256) 22%, transparent)";
|
|
23
|
+
readonly danger: "oklch(0.6368 0.2078 25.33)";
|
|
24
|
+
readonly "danger-muted": "color-mix(in oklch, oklch(0.6368 0.2078 25.33) 14%, transparent)";
|
|
25
|
+
readonly "danger-hover": "color-mix(in oklch, oklch(0.6368 0.2078 25.33) 90%, white)";
|
|
26
|
+
readonly "danger-muted-hover": "color-mix(in oklch, oklch(0.6368 0.2078 25.33) 22%, transparent)";
|
|
27
|
+
readonly success: "oklch(0.66 0.135 161)";
|
|
28
|
+
readonly "success-muted": "color-mix(in oklch, oklch(0.66 0.135 161) 14%, transparent)";
|
|
29
|
+
readonly "success-hover": "color-mix(in oklch, oklch(0.66 0.135 161) 90%, white)";
|
|
30
|
+
readonly "success-muted-hover": "color-mix(in oklch, oklch(0.66 0.135 161) 22%, transparent)";
|
|
31
|
+
readonly warning: "oklch(0.81 0.160 81)";
|
|
32
|
+
readonly "warning-muted": "color-mix(in oklch, oklch(0.81 0.160 81) 14%, transparent)";
|
|
33
|
+
readonly "warning-hover": "color-mix(in oklch, oklch(0.81 0.160 81) 90%, white)";
|
|
34
|
+
readonly "warning-muted-hover": "color-mix(in oklch, oklch(0.81 0.160 81) 22%, transparent)";
|
|
35
|
+
readonly info: "oklch(0.62 0.210 280)";
|
|
36
|
+
readonly "info-muted": "color-mix(in oklch, oklch(0.62 0.210 280) 14%, transparent)";
|
|
37
|
+
readonly "info-hover": "color-mix(in oklch, oklch(0.62 0.210 280) 90%, white)";
|
|
38
|
+
readonly "info-muted-hover": "color-mix(in oklch, oklch(0.62 0.210 280) 22%, transparent)";
|
|
39
|
+
readonly "muted-hover": string;
|
|
40
|
+
readonly "input-hover": string;
|
|
41
|
+
readonly "accent-hover": string;
|
|
42
|
+
readonly "sidebar-accent": string;
|
|
43
|
+
readonly "sidebar-accent-hover": string;
|
|
44
|
+
readonly table: "oklch(0.225 0.014 264)";
|
|
45
|
+
readonly "table-head": "oklch(0.252 0.016 264)";
|
|
46
|
+
readonly "table-row-hover": "oklch(0.252 0.016 264)";
|
|
47
|
+
readonly "table-row-selected": "color-mix(in oklch, oklch(0.72 0.150 256) 10%, transparent)";
|
|
48
|
+
readonly "table-row-selected-hover": "color-mix(in oklch, oklch(0.72 0.150 256) 14%, transparent)";
|
|
49
|
+
readonly "table-row-selected-solid": "color-mix(in srgb, oklch(0.72 0.150 256) 10%, oklch(0.225 0.014 264))";
|
|
50
|
+
readonly "table-row-selected-hover-solid": "color-mix(in srgb, oklch(0.72 0.150 256) 14%, oklch(0.225 0.014 264))";
|
|
51
|
+
readonly dropdown: "color-mix(in oklab, var(--color-bg-canvas) 70%, transparent)";
|
|
52
|
+
};
|
|
53
|
+
export declare const fg: {
|
|
54
|
+
readonly strong: "oklch(1 0 0)";
|
|
55
|
+
readonly default: "oklch(0.98 0.004 264)";
|
|
56
|
+
readonly muted: "oklch(0.7025 0.024 264)";
|
|
57
|
+
readonly subtle: "color-mix(in oklch, oklch(0.7025 0.024 264) 70%, transparent)";
|
|
58
|
+
readonly disabled: "oklch(0.36 0.022 264)";
|
|
59
|
+
readonly brand: "oklch(0.72 0.150 256)";
|
|
60
|
+
readonly danger: "oklch(0.6368 0.2078 25.33)";
|
|
61
|
+
readonly success: "oklch(0.66 0.135 161)";
|
|
62
|
+
readonly warning: "oklch(0.81 0.160 81)";
|
|
63
|
+
readonly info: "oklch(0.62 0.210 280)";
|
|
64
|
+
readonly "on-brand": "oklch(0 0 0)";
|
|
65
|
+
readonly "on-danger": "oklch(1 0 0)";
|
|
66
|
+
readonly "on-success": "oklch(0 0 0)";
|
|
67
|
+
readonly "on-warning": "oklch(0 0 0)";
|
|
68
|
+
readonly "on-info": "oklch(1 0 0)";
|
|
69
|
+
};
|
|
70
|
+
export declare const border: {
|
|
71
|
+
readonly default: "oklch(0.2645 0.016 264)";
|
|
72
|
+
readonly subtle: string;
|
|
73
|
+
readonly input: string;
|
|
74
|
+
readonly sidebar: "oklch(0.2645 0.016 264)";
|
|
75
|
+
readonly brand: "oklch(0.72 0.150 256)";
|
|
76
|
+
readonly "brand-subtle": "color-mix(in oklch, oklch(0.72 0.150 256) 36%, transparent)";
|
|
77
|
+
readonly "danger-muted": "color-mix(in oklch, oklch(0.6368 0.2078 25.33) 36%, transparent)";
|
|
78
|
+
readonly "success-muted": "color-mix(in oklch, oklch(0.66 0.135 161) 36%, transparent)";
|
|
79
|
+
readonly "warning-muted": "color-mix(in oklch, oklch(0.81 0.160 81) 36%, transparent)";
|
|
80
|
+
readonly "info-muted": "color-mix(in oklch, oklch(0.62 0.210 280) 36%, transparent)";
|
|
81
|
+
readonly table: "oklch(0.2645 0.016 264)";
|
|
82
|
+
};
|
|
83
|
+
export declare const ring: {
|
|
84
|
+
readonly brand: "color-mix(in oklch, oklch(0.72 0.150 256) 22%, transparent)";
|
|
85
|
+
readonly danger: "color-mix(in oklch, oklch(0.6368 0.2078 25.33) 22%, transparent)";
|
|
86
|
+
readonly success: "color-mix(in oklch, oklch(0.66 0.135 161) 22%, transparent)";
|
|
87
|
+
readonly warning: "color-mix(in oklch, oklch(0.81 0.160 81) 22%, transparent)";
|
|
88
|
+
readonly info: "color-mix(in oklch, oklch(0.62 0.210 280) 22%, transparent)";
|
|
89
|
+
readonly secondary: "color-mix(in oklch, oklch(0.4997 0.028 264) 22%, transparent)";
|
|
90
|
+
};
|
|
91
|
+
export declare const overlay: {
|
|
92
|
+
readonly scrim: "oklch(0 0 0 / 0.55)";
|
|
93
|
+
readonly float: string;
|
|
94
|
+
};
|
|
95
|
+
export declare const chart: {
|
|
96
|
+
readonly "1": "oklch(0.72 0.150 256)";
|
|
97
|
+
readonly "2": "oklch(0.72 0.13 195)";
|
|
98
|
+
readonly "3": "oklch(0.68 0.15 250)";
|
|
99
|
+
readonly "4": "oklch(0.80 0.15 80)";
|
|
100
|
+
readonly "5": "oklch(0.70 0.17 300)";
|
|
101
|
+
readonly grid: string;
|
|
102
|
+
};
|
|
103
|
+
export declare const colorDark: {
|
|
104
|
+
bg: {
|
|
105
|
+
readonly canvas: "oklch(0.205 0.014 264)";
|
|
106
|
+
readonly surface: "oklch(0.225 0.014 264)";
|
|
107
|
+
readonly "surface-elevated": "oklch(0.225 0.014 264)";
|
|
108
|
+
readonly "surface-panels": "oklch(0.205 0.014 264)";
|
|
109
|
+
readonly sidebar: "oklch(0.225 0.014 264)";
|
|
110
|
+
readonly subtle: string;
|
|
111
|
+
readonly muted: string;
|
|
112
|
+
readonly emphasis: string;
|
|
113
|
+
readonly input: string;
|
|
114
|
+
readonly accent: string;
|
|
115
|
+
readonly brand: "oklch(0.72 0.150 256)";
|
|
116
|
+
readonly "brand-subtle": "color-mix(in oklch, oklch(0.72 0.150 256) 14%, transparent)";
|
|
117
|
+
readonly "brand-hover": "color-mix(in oklch, oklch(0.72 0.150 256) 90%, black)";
|
|
118
|
+
readonly "brand-subtle-hover": "color-mix(in oklch, oklch(0.72 0.150 256) 22%, transparent)";
|
|
119
|
+
readonly danger: "oklch(0.6368 0.2078 25.33)";
|
|
120
|
+
readonly "danger-muted": "color-mix(in oklch, oklch(0.6368 0.2078 25.33) 14%, transparent)";
|
|
121
|
+
readonly "danger-hover": "color-mix(in oklch, oklch(0.6368 0.2078 25.33) 90%, white)";
|
|
122
|
+
readonly "danger-muted-hover": "color-mix(in oklch, oklch(0.6368 0.2078 25.33) 22%, transparent)";
|
|
123
|
+
readonly success: "oklch(0.66 0.135 161)";
|
|
124
|
+
readonly "success-muted": "color-mix(in oklch, oklch(0.66 0.135 161) 14%, transparent)";
|
|
125
|
+
readonly "success-hover": "color-mix(in oklch, oklch(0.66 0.135 161) 90%, white)";
|
|
126
|
+
readonly "success-muted-hover": "color-mix(in oklch, oklch(0.66 0.135 161) 22%, transparent)";
|
|
127
|
+
readonly warning: "oklch(0.81 0.160 81)";
|
|
128
|
+
readonly "warning-muted": "color-mix(in oklch, oklch(0.81 0.160 81) 14%, transparent)";
|
|
129
|
+
readonly "warning-hover": "color-mix(in oklch, oklch(0.81 0.160 81) 90%, white)";
|
|
130
|
+
readonly "warning-muted-hover": "color-mix(in oklch, oklch(0.81 0.160 81) 22%, transparent)";
|
|
131
|
+
readonly info: "oklch(0.62 0.210 280)";
|
|
132
|
+
readonly "info-muted": "color-mix(in oklch, oklch(0.62 0.210 280) 14%, transparent)";
|
|
133
|
+
readonly "info-hover": "color-mix(in oklch, oklch(0.62 0.210 280) 90%, white)";
|
|
134
|
+
readonly "info-muted-hover": "color-mix(in oklch, oklch(0.62 0.210 280) 22%, transparent)";
|
|
135
|
+
readonly "muted-hover": string;
|
|
136
|
+
readonly "input-hover": string;
|
|
137
|
+
readonly "accent-hover": string;
|
|
138
|
+
readonly "sidebar-accent": string;
|
|
139
|
+
readonly "sidebar-accent-hover": string;
|
|
140
|
+
readonly table: "oklch(0.225 0.014 264)";
|
|
141
|
+
readonly "table-head": "oklch(0.252 0.016 264)";
|
|
142
|
+
readonly "table-row-hover": "oklch(0.252 0.016 264)";
|
|
143
|
+
readonly "table-row-selected": "color-mix(in oklch, oklch(0.72 0.150 256) 10%, transparent)";
|
|
144
|
+
readonly "table-row-selected-hover": "color-mix(in oklch, oklch(0.72 0.150 256) 14%, transparent)";
|
|
145
|
+
readonly "table-row-selected-solid": "color-mix(in srgb, oklch(0.72 0.150 256) 10%, oklch(0.225 0.014 264))";
|
|
146
|
+
readonly "table-row-selected-hover-solid": "color-mix(in srgb, oklch(0.72 0.150 256) 14%, oklch(0.225 0.014 264))";
|
|
147
|
+
readonly dropdown: "color-mix(in oklab, var(--color-bg-canvas) 70%, transparent)";
|
|
148
|
+
};
|
|
149
|
+
fg: {
|
|
150
|
+
readonly strong: "oklch(1 0 0)";
|
|
151
|
+
readonly default: "oklch(0.98 0.004 264)";
|
|
152
|
+
readonly muted: "oklch(0.7025 0.024 264)";
|
|
153
|
+
readonly subtle: "color-mix(in oklch, oklch(0.7025 0.024 264) 70%, transparent)";
|
|
154
|
+
readonly disabled: "oklch(0.36 0.022 264)";
|
|
155
|
+
readonly brand: "oklch(0.72 0.150 256)";
|
|
156
|
+
readonly danger: "oklch(0.6368 0.2078 25.33)";
|
|
157
|
+
readonly success: "oklch(0.66 0.135 161)";
|
|
158
|
+
readonly warning: "oklch(0.81 0.160 81)";
|
|
159
|
+
readonly info: "oklch(0.62 0.210 280)";
|
|
160
|
+
readonly "on-brand": "oklch(0 0 0)";
|
|
161
|
+
readonly "on-danger": "oklch(1 0 0)";
|
|
162
|
+
readonly "on-success": "oklch(0 0 0)";
|
|
163
|
+
readonly "on-warning": "oklch(0 0 0)";
|
|
164
|
+
readonly "on-info": "oklch(1 0 0)";
|
|
165
|
+
};
|
|
166
|
+
border: {
|
|
167
|
+
readonly default: "oklch(0.2645 0.016 264)";
|
|
168
|
+
readonly subtle: string;
|
|
169
|
+
readonly input: string;
|
|
170
|
+
readonly sidebar: "oklch(0.2645 0.016 264)";
|
|
171
|
+
readonly brand: "oklch(0.72 0.150 256)";
|
|
172
|
+
readonly "brand-subtle": "color-mix(in oklch, oklch(0.72 0.150 256) 36%, transparent)";
|
|
173
|
+
readonly "danger-muted": "color-mix(in oklch, oklch(0.6368 0.2078 25.33) 36%, transparent)";
|
|
174
|
+
readonly "success-muted": "color-mix(in oklch, oklch(0.66 0.135 161) 36%, transparent)";
|
|
175
|
+
readonly "warning-muted": "color-mix(in oklch, oklch(0.81 0.160 81) 36%, transparent)";
|
|
176
|
+
readonly "info-muted": "color-mix(in oklch, oklch(0.62 0.210 280) 36%, transparent)";
|
|
177
|
+
readonly table: "oklch(0.2645 0.016 264)";
|
|
178
|
+
};
|
|
179
|
+
ring: {
|
|
180
|
+
readonly brand: "color-mix(in oklch, oklch(0.72 0.150 256) 22%, transparent)";
|
|
181
|
+
readonly danger: "color-mix(in oklch, oklch(0.6368 0.2078 25.33) 22%, transparent)";
|
|
182
|
+
readonly success: "color-mix(in oklch, oklch(0.66 0.135 161) 22%, transparent)";
|
|
183
|
+
readonly warning: "color-mix(in oklch, oklch(0.81 0.160 81) 22%, transparent)";
|
|
184
|
+
readonly info: "color-mix(in oklch, oklch(0.62 0.210 280) 22%, transparent)";
|
|
185
|
+
readonly secondary: "color-mix(in oklch, oklch(0.4997 0.028 264) 22%, transparent)";
|
|
186
|
+
};
|
|
187
|
+
overlay: {
|
|
188
|
+
readonly scrim: "oklch(0 0 0 / 0.55)";
|
|
189
|
+
readonly float: string;
|
|
190
|
+
};
|
|
191
|
+
chart: {
|
|
192
|
+
readonly "1": "oklch(0.72 0.150 256)";
|
|
193
|
+
readonly "2": "oklch(0.72 0.13 195)";
|
|
194
|
+
readonly "3": "oklch(0.68 0.15 250)";
|
|
195
|
+
readonly "4": "oklch(0.80 0.15 80)";
|
|
196
|
+
readonly "5": "oklch(0.70 0.17 300)";
|
|
197
|
+
readonly grid: string;
|
|
198
|
+
};
|
|
199
|
+
};
|
|
200
|
+
//# sourceMappingURL=color-dark.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"color-dark.d.ts","sourceRoot":"","sources":["../../../../../tokens/brands/blue/semantic/color-dark.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAkBH,eAAO,MAAM,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAwDL,CAAC;AAIX,eAAO,MAAM,EAAE;;;;;;;;;;;;;;;;CAmBL,CAAC;AAIX,eAAO,MAAM,MAAM;;;;;;;;;;;;CAeT,CAAC;AAIX,eAAO,MAAM,IAAI;;;;;;;CAOP,CAAC;AAIX,eAAO,MAAM,OAAO;;;CAGV,CAAC;AAGX,eAAO,MAAM,KAAK;;;;;;;CAOR,CAAC;AAEX,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA2C,CAAC"}
|
|
@@ -0,0 +1,202 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* color-light.ts — Semantic color tokens (light) — BRAND "blue" (teste multi-tema)
|
|
3
|
+
* Tier 2 de 3: intenção. API pública.
|
|
4
|
+
*
|
|
5
|
+
* Cópia self-contained da default: MESMO contrato de nomes e MESMAS derivações
|
|
6
|
+
* (color-mix da cor base). O import de primitives é relativo dentro da própria
|
|
7
|
+
* marca (../primitives/color-palette) → puxa o brand AZUL. Prova que a pasta
|
|
8
|
+
* brands/<x>/ compila isolada.
|
|
9
|
+
*/
|
|
10
|
+
export declare const bg: {
|
|
11
|
+
readonly canvas: "oklch(0.982 0.008 264)";
|
|
12
|
+
readonly surface: "oklch(0.995 0.004 264)";
|
|
13
|
+
readonly "surface-elevated": "oklch(0.998 0.003 264)";
|
|
14
|
+
readonly "surface-panels": "oklch(0.982 0.008 264)";
|
|
15
|
+
readonly sidebar: "oklch(0.948 0.016 264)";
|
|
16
|
+
readonly subtle: "oklch(0.973 0.004 264)";
|
|
17
|
+
readonly muted: "oklch(0.973 0.004 264)";
|
|
18
|
+
readonly emphasis: "oklch(0.94 0.007 264)";
|
|
19
|
+
readonly input: "oklch(0.995 0.004 264)";
|
|
20
|
+
readonly accent: "oklch(0.995 0.004 264)";
|
|
21
|
+
readonly brand: "oklch(0.52 0.180 264)";
|
|
22
|
+
readonly "brand-subtle": "color-mix(in oklch, oklch(0.52 0.180 264) 14%, transparent)";
|
|
23
|
+
readonly "brand-hover": "color-mix(in oklch, oklch(0.52 0.180 264) 90%, black)";
|
|
24
|
+
readonly "brand-subtle-hover": "color-mix(in oklch, oklch(0.52 0.180 264) 22%, transparent)";
|
|
25
|
+
readonly danger: "oklch(0.6368 0.2078 25.33)";
|
|
26
|
+
readonly "danger-muted": "color-mix(in oklch, oklch(0.6368 0.2078 25.33) 14%, transparent)";
|
|
27
|
+
readonly "danger-hover": "color-mix(in oklch, oklch(0.6368 0.2078 25.33) 90%, black)";
|
|
28
|
+
readonly "danger-muted-hover": "color-mix(in oklch, oklch(0.6368 0.2078 25.33) 22%, transparent)";
|
|
29
|
+
readonly success: "oklch(0.66 0.135 161)";
|
|
30
|
+
readonly "success-muted": "color-mix(in oklch, oklch(0.66 0.135 161) 14%, transparent)";
|
|
31
|
+
readonly "success-hover": "color-mix(in oklch, oklch(0.66 0.135 161) 90%, black)";
|
|
32
|
+
readonly "success-muted-hover": "color-mix(in oklch, oklch(0.66 0.135 161) 22%, transparent)";
|
|
33
|
+
readonly warning: "oklch(0.81 0.160 81)";
|
|
34
|
+
readonly "warning-muted": "color-mix(in oklch, oklch(0.81 0.160 81) 14%, transparent)";
|
|
35
|
+
readonly "warning-hover": "color-mix(in oklch, oklch(0.81 0.160 81) 90%, black)";
|
|
36
|
+
readonly "warning-muted-hover": "color-mix(in oklch, oklch(0.81 0.160 81) 22%, transparent)";
|
|
37
|
+
readonly info: "oklch(0.62 0.210 280)";
|
|
38
|
+
readonly "info-muted": "color-mix(in oklch, oklch(0.62 0.210 280) 14%, transparent)";
|
|
39
|
+
readonly "info-hover": "color-mix(in oklch, oklch(0.62 0.210 280) 90%, black)";
|
|
40
|
+
readonly "info-muted-hover": "color-mix(in oklch, oklch(0.62 0.210 280) 22%, transparent)";
|
|
41
|
+
readonly "muted-hover": "oklch(0.95 0.012 264)";
|
|
42
|
+
readonly "input-hover": "oklch(0.973 0.004 264)";
|
|
43
|
+
readonly "accent-hover": "oklch(0.84 0.024 264)";
|
|
44
|
+
readonly "sidebar-accent": "oklch(0.999 0.002 264)";
|
|
45
|
+
readonly "sidebar-accent-hover": "oklch(0.92 0.018 264)";
|
|
46
|
+
readonly table: "oklch(0.995 0.004 264)";
|
|
47
|
+
readonly "table-head": "oklch(0.973 0.004 264)";
|
|
48
|
+
readonly "table-row-hover": "oklch(0.973 0.004 264)";
|
|
49
|
+
readonly "table-row-selected": "color-mix(in oklch, oklch(0.52 0.180 264) 6%, transparent)";
|
|
50
|
+
readonly "table-row-selected-hover": "color-mix(in oklch, oklch(0.52 0.180 264) 10%, transparent)";
|
|
51
|
+
readonly "table-row-selected-solid": "color-mix(in srgb, oklch(0.52 0.180 264) 6%, oklch(1 0 0))";
|
|
52
|
+
readonly "table-row-selected-hover-solid": "color-mix(in srgb, oklch(0.52 0.180 264) 10%, oklch(1 0 0))";
|
|
53
|
+
readonly dropdown: "var(--color-bg-canvas)";
|
|
54
|
+
};
|
|
55
|
+
export declare const fg: {
|
|
56
|
+
readonly strong: "oklch(0.15 0.012 264)";
|
|
57
|
+
readonly default: "oklch(0.15 0.012 264)";
|
|
58
|
+
readonly muted: "oklch(0.4997 0.028 264)";
|
|
59
|
+
readonly subtle: "oklch(0.7025 0.024 264)";
|
|
60
|
+
readonly disabled: "oklch(0.7025 0.024 264)";
|
|
61
|
+
readonly brand: "oklch(0.52 0.180 264)";
|
|
62
|
+
readonly danger: "oklch(0.6368 0.2078 25.33)";
|
|
63
|
+
readonly success: "oklch(0.66 0.135 161)";
|
|
64
|
+
readonly warning: "oklch(0.81 0.160 81)";
|
|
65
|
+
readonly info: "oklch(0.62 0.210 280)";
|
|
66
|
+
readonly "on-brand": "oklch(1 0 0)";
|
|
67
|
+
readonly "on-danger": "oklch(1 0 0)";
|
|
68
|
+
readonly "on-success": "oklch(1 0 0)";
|
|
69
|
+
readonly "on-warning": "oklch(0 0 0)";
|
|
70
|
+
readonly "on-info": "oklch(1 0 0)";
|
|
71
|
+
};
|
|
72
|
+
export declare const border: {
|
|
73
|
+
readonly default: "oklch(0.9076 0.011 264)";
|
|
74
|
+
readonly subtle: "oklch(0.931 0.008 264)";
|
|
75
|
+
readonly input: "oklch(0.8761 0.015 264)";
|
|
76
|
+
readonly sidebar: "oklch(0.9076 0.016 264)";
|
|
77
|
+
readonly brand: "oklch(0.52 0.180 264)";
|
|
78
|
+
readonly "brand-subtle": "color-mix(in oklch, oklch(0.52 0.180 264) 36%, transparent)";
|
|
79
|
+
readonly "danger-muted": "color-mix(in oklch, oklch(0.6368 0.2078 25.33) 36%, transparent)";
|
|
80
|
+
readonly "success-muted": "color-mix(in oklch, oklch(0.66 0.135 161) 36%, transparent)";
|
|
81
|
+
readonly "warning-muted": "color-mix(in oklch, oklch(0.81 0.160 81) 36%, transparent)";
|
|
82
|
+
readonly "info-muted": "color-mix(in oklch, oklch(0.62 0.210 280) 36%, transparent)";
|
|
83
|
+
readonly table: "oklch(0.931 0.008 264)";
|
|
84
|
+
};
|
|
85
|
+
export declare const ring: {
|
|
86
|
+
readonly brand: "color-mix(in oklch, oklch(0.52 0.180 264) 22%, transparent)";
|
|
87
|
+
readonly danger: "color-mix(in oklch, oklch(0.6368 0.2078 25.33) 22%, transparent)";
|
|
88
|
+
readonly success: "color-mix(in oklch, oklch(0.66 0.135 161) 22%, transparent)";
|
|
89
|
+
readonly warning: "color-mix(in oklch, oklch(0.81 0.160 81) 22%, transparent)";
|
|
90
|
+
readonly info: "color-mix(in oklch, oklch(0.62 0.210 280) 22%, transparent)";
|
|
91
|
+
readonly secondary: "color-mix(in oklch, oklch(0.4997 0.028 264) 22%, transparent)";
|
|
92
|
+
};
|
|
93
|
+
export declare const overlay: {
|
|
94
|
+
readonly scrim: "oklch(0 0 0 / 0.55)";
|
|
95
|
+
readonly float: "oklch(0.55 0.05 264 / 0.12)";
|
|
96
|
+
};
|
|
97
|
+
export declare const chart: {
|
|
98
|
+
readonly "1": "oklch(0.58 0.175 264)";
|
|
99
|
+
readonly "2": "oklch(0.66 0.12 195)";
|
|
100
|
+
readonly "3": "oklch(0.55 0.15 250)";
|
|
101
|
+
readonly "4": "oklch(0.76 0.15 80)";
|
|
102
|
+
readonly "5": "oklch(0.56 0.18 300)";
|
|
103
|
+
readonly grid: "oklch(0.9076 0.011 264)";
|
|
104
|
+
};
|
|
105
|
+
export declare const colorLight: {
|
|
106
|
+
bg: {
|
|
107
|
+
readonly canvas: "oklch(0.982 0.008 264)";
|
|
108
|
+
readonly surface: "oklch(0.995 0.004 264)";
|
|
109
|
+
readonly "surface-elevated": "oklch(0.998 0.003 264)";
|
|
110
|
+
readonly "surface-panels": "oklch(0.982 0.008 264)";
|
|
111
|
+
readonly sidebar: "oklch(0.948 0.016 264)";
|
|
112
|
+
readonly subtle: "oklch(0.973 0.004 264)";
|
|
113
|
+
readonly muted: "oklch(0.973 0.004 264)";
|
|
114
|
+
readonly emphasis: "oklch(0.94 0.007 264)";
|
|
115
|
+
readonly input: "oklch(0.995 0.004 264)";
|
|
116
|
+
readonly accent: "oklch(0.995 0.004 264)";
|
|
117
|
+
readonly brand: "oklch(0.52 0.180 264)";
|
|
118
|
+
readonly "brand-subtle": "color-mix(in oklch, oklch(0.52 0.180 264) 14%, transparent)";
|
|
119
|
+
readonly "brand-hover": "color-mix(in oklch, oklch(0.52 0.180 264) 90%, black)";
|
|
120
|
+
readonly "brand-subtle-hover": "color-mix(in oklch, oklch(0.52 0.180 264) 22%, transparent)";
|
|
121
|
+
readonly danger: "oklch(0.6368 0.2078 25.33)";
|
|
122
|
+
readonly "danger-muted": "color-mix(in oklch, oklch(0.6368 0.2078 25.33) 14%, transparent)";
|
|
123
|
+
readonly "danger-hover": "color-mix(in oklch, oklch(0.6368 0.2078 25.33) 90%, black)";
|
|
124
|
+
readonly "danger-muted-hover": "color-mix(in oklch, oklch(0.6368 0.2078 25.33) 22%, transparent)";
|
|
125
|
+
readonly success: "oklch(0.66 0.135 161)";
|
|
126
|
+
readonly "success-muted": "color-mix(in oklch, oklch(0.66 0.135 161) 14%, transparent)";
|
|
127
|
+
readonly "success-hover": "color-mix(in oklch, oklch(0.66 0.135 161) 90%, black)";
|
|
128
|
+
readonly "success-muted-hover": "color-mix(in oklch, oklch(0.66 0.135 161) 22%, transparent)";
|
|
129
|
+
readonly warning: "oklch(0.81 0.160 81)";
|
|
130
|
+
readonly "warning-muted": "color-mix(in oklch, oklch(0.81 0.160 81) 14%, transparent)";
|
|
131
|
+
readonly "warning-hover": "color-mix(in oklch, oklch(0.81 0.160 81) 90%, black)";
|
|
132
|
+
readonly "warning-muted-hover": "color-mix(in oklch, oklch(0.81 0.160 81) 22%, transparent)";
|
|
133
|
+
readonly info: "oklch(0.62 0.210 280)";
|
|
134
|
+
readonly "info-muted": "color-mix(in oklch, oklch(0.62 0.210 280) 14%, transparent)";
|
|
135
|
+
readonly "info-hover": "color-mix(in oklch, oklch(0.62 0.210 280) 90%, black)";
|
|
136
|
+
readonly "info-muted-hover": "color-mix(in oklch, oklch(0.62 0.210 280) 22%, transparent)";
|
|
137
|
+
readonly "muted-hover": "oklch(0.95 0.012 264)";
|
|
138
|
+
readonly "input-hover": "oklch(0.973 0.004 264)";
|
|
139
|
+
readonly "accent-hover": "oklch(0.84 0.024 264)";
|
|
140
|
+
readonly "sidebar-accent": "oklch(0.999 0.002 264)";
|
|
141
|
+
readonly "sidebar-accent-hover": "oklch(0.92 0.018 264)";
|
|
142
|
+
readonly table: "oklch(0.995 0.004 264)";
|
|
143
|
+
readonly "table-head": "oklch(0.973 0.004 264)";
|
|
144
|
+
readonly "table-row-hover": "oklch(0.973 0.004 264)";
|
|
145
|
+
readonly "table-row-selected": "color-mix(in oklch, oklch(0.52 0.180 264) 6%, transparent)";
|
|
146
|
+
readonly "table-row-selected-hover": "color-mix(in oklch, oklch(0.52 0.180 264) 10%, transparent)";
|
|
147
|
+
readonly "table-row-selected-solid": "color-mix(in srgb, oklch(0.52 0.180 264) 6%, oklch(1 0 0))";
|
|
148
|
+
readonly "table-row-selected-hover-solid": "color-mix(in srgb, oklch(0.52 0.180 264) 10%, oklch(1 0 0))";
|
|
149
|
+
readonly dropdown: "var(--color-bg-canvas)";
|
|
150
|
+
};
|
|
151
|
+
fg: {
|
|
152
|
+
readonly strong: "oklch(0.15 0.012 264)";
|
|
153
|
+
readonly default: "oklch(0.15 0.012 264)";
|
|
154
|
+
readonly muted: "oklch(0.4997 0.028 264)";
|
|
155
|
+
readonly subtle: "oklch(0.7025 0.024 264)";
|
|
156
|
+
readonly disabled: "oklch(0.7025 0.024 264)";
|
|
157
|
+
readonly brand: "oklch(0.52 0.180 264)";
|
|
158
|
+
readonly danger: "oklch(0.6368 0.2078 25.33)";
|
|
159
|
+
readonly success: "oklch(0.66 0.135 161)";
|
|
160
|
+
readonly warning: "oklch(0.81 0.160 81)";
|
|
161
|
+
readonly info: "oklch(0.62 0.210 280)";
|
|
162
|
+
readonly "on-brand": "oklch(1 0 0)";
|
|
163
|
+
readonly "on-danger": "oklch(1 0 0)";
|
|
164
|
+
readonly "on-success": "oklch(1 0 0)";
|
|
165
|
+
readonly "on-warning": "oklch(0 0 0)";
|
|
166
|
+
readonly "on-info": "oklch(1 0 0)";
|
|
167
|
+
};
|
|
168
|
+
border: {
|
|
169
|
+
readonly default: "oklch(0.9076 0.011 264)";
|
|
170
|
+
readonly subtle: "oklch(0.931 0.008 264)";
|
|
171
|
+
readonly input: "oklch(0.8761 0.015 264)";
|
|
172
|
+
readonly sidebar: "oklch(0.9076 0.016 264)";
|
|
173
|
+
readonly brand: "oklch(0.52 0.180 264)";
|
|
174
|
+
readonly "brand-subtle": "color-mix(in oklch, oklch(0.52 0.180 264) 36%, transparent)";
|
|
175
|
+
readonly "danger-muted": "color-mix(in oklch, oklch(0.6368 0.2078 25.33) 36%, transparent)";
|
|
176
|
+
readonly "success-muted": "color-mix(in oklch, oklch(0.66 0.135 161) 36%, transparent)";
|
|
177
|
+
readonly "warning-muted": "color-mix(in oklch, oklch(0.81 0.160 81) 36%, transparent)";
|
|
178
|
+
readonly "info-muted": "color-mix(in oklch, oklch(0.62 0.210 280) 36%, transparent)";
|
|
179
|
+
readonly table: "oklch(0.931 0.008 264)";
|
|
180
|
+
};
|
|
181
|
+
ring: {
|
|
182
|
+
readonly brand: "color-mix(in oklch, oklch(0.52 0.180 264) 22%, transparent)";
|
|
183
|
+
readonly danger: "color-mix(in oklch, oklch(0.6368 0.2078 25.33) 22%, transparent)";
|
|
184
|
+
readonly success: "color-mix(in oklch, oklch(0.66 0.135 161) 22%, transparent)";
|
|
185
|
+
readonly warning: "color-mix(in oklch, oklch(0.81 0.160 81) 22%, transparent)";
|
|
186
|
+
readonly info: "color-mix(in oklch, oklch(0.62 0.210 280) 22%, transparent)";
|
|
187
|
+
readonly secondary: "color-mix(in oklch, oklch(0.4997 0.028 264) 22%, transparent)";
|
|
188
|
+
};
|
|
189
|
+
overlay: {
|
|
190
|
+
readonly scrim: "oklch(0 0 0 / 0.55)";
|
|
191
|
+
readonly float: "oklch(0.55 0.05 264 / 0.12)";
|
|
192
|
+
};
|
|
193
|
+
chart: {
|
|
194
|
+
readonly "1": "oklch(0.58 0.175 264)";
|
|
195
|
+
readonly "2": "oklch(0.66 0.12 195)";
|
|
196
|
+
readonly "3": "oklch(0.55 0.15 250)";
|
|
197
|
+
readonly "4": "oklch(0.76 0.15 80)";
|
|
198
|
+
readonly "5": "oklch(0.56 0.18 300)";
|
|
199
|
+
readonly grid: "oklch(0.9076 0.011 264)";
|
|
200
|
+
};
|
|
201
|
+
};
|
|
202
|
+
//# sourceMappingURL=color-light.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"color-light.d.ts","sourceRoot":"","sources":["../../../../../tokens/brands/blue/semantic/color-light.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AASH,eAAO,MAAM,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAwDL,CAAC;AAIX,eAAO,MAAM,EAAE;;;;;;;;;;;;;;;;CAmBL,CAAC;AAIX,eAAO,MAAM,MAAM;;;;;;;;;;;;CAeT,CAAC;AAIX,eAAO,MAAM,IAAI;;;;;;;CAOP,CAAC;AAIX,eAAO,MAAM,OAAO;;;CAGV,CAAC;AAGX,eAAO,MAAM,KAAK;;;;;;;CAOR,CAAC;AAEX,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA2C,CAAC"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* typography.ts — Semantic typography tokens (composite)
|
|
3
3
|
*
|
|
4
|
-
*
|
|
5
|
-
*
|
|
4
|
+
* 7 roles: display | heading | title | body | caption | stat | code
|
|
5
|
+
* 27 presets totais
|
|
6
6
|
*
|
|
7
7
|
* REGRAS:
|
|
8
8
|
* - Presets compostos: combinam fontSize + lineHeight + fontWeight + letterSpacing + fontFamily.
|
|
@@ -31,6 +31,7 @@
|
|
|
31
31
|
* title → títulos de card, seção (médio, estático, weight 600)
|
|
32
32
|
* body → texto corrido + interactive (estático)
|
|
33
33
|
* caption → texto auxiliar, metadados, microlabels (estático)
|
|
34
|
+
* stat → número de métrica/KPI (estático, bold, leading tight, + tabular-nums)
|
|
34
35
|
* code → código inline e blocos (estático, mono)
|
|
35
36
|
*
|
|
36
37
|
* Migration log:
|
|
@@ -49,6 +50,7 @@ export declare const heading: Record<string, TypographyPreset>;
|
|
|
49
50
|
export declare const title: Record<string, TypographyPreset>;
|
|
50
51
|
export declare const body: Record<string, TypographyPreset>;
|
|
51
52
|
export declare const caption: Record<string, TypographyPreset>;
|
|
53
|
+
export declare const stat: Record<string, TypographyPreset>;
|
|
52
54
|
export declare const code: Record<string, TypographyPreset>;
|
|
53
55
|
export declare const typography: {
|
|
54
56
|
readonly [x: string]: TypographyPreset;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"typography.d.ts","sourceRoot":"","sources":["../../../../../tokens/brands/default/semantic/typography.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"typography.d.ts","sourceRoot":"","sources":["../../../../../tokens/brands/default/semantic/typography.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAuCG;AAKH,UAAU,gBAAgB;IACxB,QAAQ,EAAO,MAAM,CAAC;IACtB,UAAU,EAAK,MAAM,CAAC;IACtB,UAAU,EAAK,MAAM,CAAC;IACtB,aAAa,EAAE,MAAM,CAAC;IACtB,UAAU,EAAK,MAAM,CAAC;CACvB;AAID,eAAO,MAAM,OAAO,EAAE,MAAM,CAAC,MAAM,EAAE,gBAAgB,CA6B3C,CAAC;AAIX,eAAO,MAAM,OAAO,EAAE,MAAM,CAAC,MAAM,EAAE,gBAAgB,CAoC3C,CAAC;AAIX,eAAO,MAAM,KAAK,EAAE,MAAM,CAAC,MAAM,EAAE,gBAAgB,CAsBzC,CAAC;AAIX,eAAO,MAAM,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,gBAAgB,CA6CxC,CAAC;AAIX,eAAO,MAAM,OAAO,EAAE,MAAM,CAAC,MAAM,EAAE,gBAAgB,CAsB3C,CAAC;AAOX,eAAO,MAAM,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,gBAAgB,CA6BxC,CAAC;AAGX,eAAO,MAAM,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,gBAAgB,CAexC,CAAC;AAGX,eAAO,MAAM,UAAU;;CAQb,CAAC;AAEX,MAAM,MAAM,eAAe,GAAG,OAAO,UAAU,CAAC;AAChD,MAAM,MAAM,aAAa,GAAK,MAAM,OAAO,UAAU,CAAC"}
|