@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,31 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Marcas disponíveis. "default" = tema-base (verde iGreen, sem data-theme).
|
|
3
|
+
* "blue" = overlay de teste multi-tema (src/styles/theme/brand-blue.css).
|
|
4
|
+
*
|
|
5
|
+
* Novas marcas: gere o overlay (`npm run tokens:brand:<x>`), importe no
|
|
6
|
+
* globals.css e acrescente o id aqui.
|
|
7
|
+
*/
|
|
8
|
+
export type Brand = "default" | "blue" | "green" | "pay";
|
|
9
|
+
/**
|
|
10
|
+
* Catálogo de marcas — fonte única p/ o seletor (dropdown) e swatches.
|
|
11
|
+
* Nova marca: gere o overlay, importe no globals.css, acrescente aqui e no type.
|
|
12
|
+
*/
|
|
13
|
+
export declare const BRANDS: {
|
|
14
|
+
id: Brand;
|
|
15
|
+
label: string;
|
|
16
|
+
swatch: string;
|
|
17
|
+
}[];
|
|
18
|
+
/**
|
|
19
|
+
* Hook de MARCA — eixo ortogonal ao dark/light (useTheme).
|
|
20
|
+
*
|
|
21
|
+
* - Aplica `data-theme="<marca>"` no `<html>` ("default" remove o atributo).
|
|
22
|
+
* - O CSS overlay ([data-theme="blue"]) sobrescreve só a família `brand`;
|
|
23
|
+
* dark/light continua via `.dark`, então os dois eixos combinam livremente.
|
|
24
|
+
* - Persiste em localStorage + sincroniza instâncias (CustomEvent + storage).
|
|
25
|
+
*/
|
|
26
|
+
export declare function useBrand(): {
|
|
27
|
+
readonly brand: Brand;
|
|
28
|
+
readonly setBrand: (next: Brand) => void;
|
|
29
|
+
readonly toggle: () => void;
|
|
30
|
+
};
|
|
31
|
+
//# sourceMappingURL=useBrand.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useBrand.d.ts","sourceRoot":"","sources":["../../../src/hooks/useBrand.ts"],"names":[],"mappings":"AAEA;;;;;;GAMG;AACH,MAAM,MAAM,KAAK,GAAG,SAAS,GAAG,MAAM,GAAG,OAAO,GAAG,KAAK,CAAC;AAEzD;;;GAGG;AACH,eAAO,MAAM,MAAM,EAAE;IAAE,EAAE,EAAE,KAAK,CAAC;IAAC,KAAK,EAAE,MAAM,CAAC;IAAC,MAAM,EAAE,MAAM,CAAA;CAAE,EAKhE,CAAC;AAgBF;;;;;;;GAOG;AACH,wBAAgB,QAAQ;;8BAWc,KAAK;;EAoC1C"}
|
|
@@ -5,13 +5,13 @@ export declare const queueColumnStyles: import('tailwind-variants').TVReturnType
|
|
|
5
5
|
title?: import('tailwind-merge').ClassNameValue;
|
|
6
6
|
list?: import('tailwind-merge').ClassNameValue;
|
|
7
7
|
root?: import('tailwind-merge').ClassNameValue;
|
|
8
|
+
empty?: import('tailwind-merge').ClassNameValue;
|
|
8
9
|
searchWrap?: import('tailwind-merge').ClassNameValue;
|
|
9
10
|
searchInner?: import('tailwind-merge').ClassNameValue;
|
|
10
11
|
searchIcon?: import('tailwind-merge').ClassNameValue;
|
|
11
12
|
searchInput?: import('tailwind-merge').ClassNameValue;
|
|
12
13
|
searchClear?: import('tailwind-merge').ClassNameValue;
|
|
13
14
|
chipsWrap?: import('tailwind-merge').ClassNameValue;
|
|
14
|
-
empty?: import('tailwind-merge').ClassNameValue;
|
|
15
15
|
};
|
|
16
16
|
};
|
|
17
17
|
} | {
|
|
@@ -21,13 +21,13 @@ export declare const queueColumnStyles: import('tailwind-variants').TVReturnType
|
|
|
21
21
|
title?: import('tailwind-merge').ClassNameValue;
|
|
22
22
|
list?: import('tailwind-merge').ClassNameValue;
|
|
23
23
|
root?: import('tailwind-merge').ClassNameValue;
|
|
24
|
+
empty?: import('tailwind-merge').ClassNameValue;
|
|
24
25
|
searchWrap?: import('tailwind-merge').ClassNameValue;
|
|
25
26
|
searchInner?: import('tailwind-merge').ClassNameValue;
|
|
26
27
|
searchIcon?: import('tailwind-merge').ClassNameValue;
|
|
27
28
|
searchInput?: import('tailwind-merge').ClassNameValue;
|
|
28
29
|
searchClear?: import('tailwind-merge').ClassNameValue;
|
|
29
30
|
chipsWrap?: import('tailwind-merge').ClassNameValue;
|
|
30
|
-
empty?: import('tailwind-merge').ClassNameValue;
|
|
31
31
|
};
|
|
32
32
|
};
|
|
33
33
|
} | {}, {
|
|
@@ -49,13 +49,13 @@ export declare const queueColumnStyles: import('tailwind-variants').TVReturnType
|
|
|
49
49
|
title?: import('tailwind-merge').ClassNameValue;
|
|
50
50
|
list?: import('tailwind-merge').ClassNameValue;
|
|
51
51
|
root?: import('tailwind-merge').ClassNameValue;
|
|
52
|
+
empty?: import('tailwind-merge').ClassNameValue;
|
|
52
53
|
searchWrap?: import('tailwind-merge').ClassNameValue;
|
|
53
54
|
searchInner?: import('tailwind-merge').ClassNameValue;
|
|
54
55
|
searchIcon?: import('tailwind-merge').ClassNameValue;
|
|
55
56
|
searchInput?: import('tailwind-merge').ClassNameValue;
|
|
56
57
|
searchClear?: import('tailwind-merge').ClassNameValue;
|
|
57
58
|
chipsWrap?: import('tailwind-merge').ClassNameValue;
|
|
58
|
-
empty?: import('tailwind-merge').ClassNameValue;
|
|
59
59
|
};
|
|
60
60
|
};
|
|
61
61
|
} | {}, {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"clientes-showcase-mocks.d.ts","sourceRoot":"","sources":["../../../../../src/preview/pages/ClientesShowcase/clientes-showcase-mocks.ts"],"names":[],"mappings":"AAAA,OAAO,EAKL,KAAK,SAAS,EACf,MAAM,
|
|
1
|
+
{"version":3,"file":"clientes-showcase-mocks.d.ts","sourceRoot":"","sources":["../../../../../src/preview/pages/ClientesShowcase/clientes-showcase-mocks.ts"],"names":[],"mappings":"AAAA,OAAO,EAKL,KAAK,SAAS,EACf,MAAM,gBAAgB,CAAC;AAIxB,eAAO,MAAM,UAAU,EAAE,SAAS,EAOnB,CAAC;AAIhB,eAAO,MAAM,gBAAgB,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAKnD,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAK7C,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,MAAM,CAAC,MAAM,EAAE,SAAS,GAAG,MAAM,GAAG,SAAS,CAIxE,CAAC;AAIF,eAAO,MAAM,cAAc;;;;GAIxB,CAAC;AAEJ,eAAO,MAAM,gBAAgB;;;;GAI1B,CAAC;AAEJ,eAAO,MAAM,aAAa;;;GAGvB,CAAC;AAIJ,eAAO,MAAM,aAAa;;;;;;CAazB,CAAC;AAIF,eAAO,MAAM,cAAc;;;;GAIxB,CAAC;AAIJ,eAAO,MAAM,MAAM,UAWlB,CAAC;AAIF,wBAAgB,SAAS,CAAC,KAAK,EAAE,MAAM,UAMtC;AAED,wBAAgB,eAAe,CAAC,EAAE,EAAE,MAAM,UAMzC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"clientes-showcase.types.d.ts","sourceRoot":"","sources":["../../../../../src/preview/pages/ClientesShowcase/clientes-showcase.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,UAAU,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"clientes-showcase.types.d.ts","sourceRoot":"","sources":["../../../../../src/preview/pages/ClientesShowcase/clientes-showcase.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAC;AAE3D;;;GAGG;AACH,MAAM,MAAM,mBAAmB,GAAG;IAChC,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,OAAO,QAAQ,CAAC;IAChC,UAAU,EAAE,MAAM,OAAO,UAAU,CAAC;IACpC,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;CACf,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"detail-drawer.types.d.ts","sourceRoot":"","sources":["../../../../../../../src/preview/pages/ClientesShowcase/components/DetailDrawer/detail-drawer.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"detail-drawer.types.d.ts","sourceRoot":"","sources":["../../../../../../../src/preview/pages/ClientesShowcase/components/DetailDrawer/detail-drawer.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,sBAAsB,CAAC;AAEtD,MAAM,MAAM,iBAAiB,GAAG;IAC9B,mEAAmE;IACnE,GAAG,EAAE,SAAS,GAAG,IAAI,CAAC;IACtB,gEAAgE;IAChE,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,sEAAsE;IACtE,MAAM,CAAC,EAAE,CAAC,GAAG,EAAE,SAAS,KAAK,IAAI,CAAC;IAClC,sEAAsE;IACtE,QAAQ,CAAC,EAAE,CAAC,GAAG,EAAE,SAAS,KAAK,IAAI,CAAC;IACpC,kEAAkE;IAClE,MAAM,CAAC,EAAE,CAAC,GAAG,EAAE,SAAS,KAAK,IAAI,CAAC;CACnC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DashboardShowcase.d.ts","sourceRoot":"","sources":["../../../../src/preview/pages/DashboardShowcase.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"DashboardShowcase.d.ts","sourceRoot":"","sources":["../../../../src/preview/pages/DashboardShowcase.tsx"],"names":[],"mappings":"AAo8BA,MAAM,CAAC,OAAO,UAAU,iBAAiB,4CAgLxC"}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Fixtures compartilhadas da tabela de clientes (status, categorias, agentes e o
|
|
3
|
+
* shape da linha).
|
|
4
|
+
*
|
|
5
|
+
* ## Por que isto existe fora do `TableDoc.tsx`
|
|
6
|
+
*
|
|
7
|
+
* Estas fixtures nasceram dentro do `TableDoc.tsx`, e o `ClientesShowcase` passou a
|
|
8
|
+
* importá-las de lá. Só que o build da lib npm **exclui** `src/preview/pages/*Doc.tsx`
|
|
9
|
+
* da emissão de tipos (`vite.lib.config.ts`) enquanto **inclui** o `ClientesShowcase` —
|
|
10
|
+
* então os `.d.ts` do showcase referenciavam um arquivo que não entrava no pacote, e
|
|
11
|
+
* todo `import` desses tipos virava `any` pra quem consome via npm. É a **L-017**, e
|
|
12
|
+
* foi pega pelo `npm run lib:verify`.
|
|
13
|
+
*
|
|
14
|
+
* Não dá pra "só incluir o TableDoc": ele é uma Doc page de ~900 linhas cujo lugar não é
|
|
15
|
+
* o pacote. A fonte única correta é este módulo — que é exatamente o que o canal registry
|
|
16
|
+
* já fazia por conta própria (`src/examples/clientes/_table-data.ts`, L-034). Agora os
|
|
17
|
+
* dois canais compartilham a mesma decisão em vez de uma reescrita paralela.
|
|
18
|
+
*
|
|
19
|
+
* O `TableDoc.tsx` reexporta tudo daqui, então nada que importava dele quebra.
|
|
20
|
+
*/
|
|
21
|
+
export declare const STATUSES: Record<string, {
|
|
22
|
+
label: string;
|
|
23
|
+
color: string;
|
|
24
|
+
}>;
|
|
25
|
+
export type CategoryKind = "warning" | "info" | "success" | "neutral";
|
|
26
|
+
export declare const CATEGORIES: Record<string, {
|
|
27
|
+
label: string;
|
|
28
|
+
kind: CategoryKind;
|
|
29
|
+
}>;
|
|
30
|
+
export declare const AGENTS: Record<string, {
|
|
31
|
+
name: string;
|
|
32
|
+
initials: string;
|
|
33
|
+
color: string;
|
|
34
|
+
}>;
|
|
35
|
+
export type ClientRow = {
|
|
36
|
+
id: string;
|
|
37
|
+
name: string;
|
|
38
|
+
initials: string;
|
|
39
|
+
avatarColor: string;
|
|
40
|
+
email: string;
|
|
41
|
+
phone: string;
|
|
42
|
+
statusId: keyof typeof STATUSES;
|
|
43
|
+
categoryId: keyof typeof CATEGORIES;
|
|
44
|
+
location: string;
|
|
45
|
+
value: number;
|
|
46
|
+
agentId: keyof typeof AGENTS;
|
|
47
|
+
createdAt: number;
|
|
48
|
+
lastContact: number;
|
|
49
|
+
};
|
|
50
|
+
export declare const CLIENTS_MOCK: ClientRow[];
|
|
51
|
+
//# sourceMappingURL=_table-data.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"_table-data.d.ts","sourceRoot":"","sources":["../../../../src/preview/pages/_table-data.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,eAAO,MAAM,QAAQ,EAAE,MAAM,CAAC,MAAM,EAAE;IAAE,KAAK,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,MAAM,CAAA;CAAE,CAKrE,CAAC;AAEF,MAAM,MAAM,YAAY,GAAG,SAAS,GAAG,MAAM,GAAG,SAAS,GAAG,SAAS,CAAC;AAEtE,eAAO,MAAM,UAAU,EAAE,MAAM,CAAC,MAAM,EAAE;IAAE,KAAK,EAAE,MAAM,CAAC;IAAC,IAAI,EAAE,YAAY,CAAA;CAAE,CAI5E,CAAC;AAEF,eAAO,MAAM,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE;IAAE,IAAI,EAAE,MAAM,CAAC;IAAC,QAAQ,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,MAAM,CAAA;CAAE,CAKpF,CAAC;AAEF,MAAM,MAAM,SAAS,GAAG;IACtB,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,MAAM,CAAC;IACjB,WAAW,EAAE,MAAM,CAAC;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,MAAM,OAAO,QAAQ,CAAC;IAChC,UAAU,EAAE,MAAM,OAAO,UAAU,CAAC;IACpC,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,OAAO,MAAM,CAAC;IAC7B,SAAS,EAAE,MAAM,CAAC;IAClB,WAAW,EAAE,MAAM,CAAC;CACrB,CAAC;AAOF,eAAO,MAAM,YAAY,EAAE,SAAS,EAWnC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tv.d.ts","sourceRoot":"","sources":["../../../src/utils/tv.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,EAAE,IAAI,MAAM,EAAiB,MAAM,mBAAmB,CAAC;
|
|
1
|
+
{"version":3,"file":"tv.d.ts","sourceRoot":"","sources":["../../../src/utils/tv.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,EAAE,IAAI,MAAM,EAAiB,MAAM,mBAAmB,CAAC;AA+BhE,eAAO,MAAM,EAAE,EAAE,OAAO,MAIR,CAAC;AAEjB,YAAY,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC"}
|
package/dist-lib/theme.css
CHANGED
|
@@ -536,6 +536,38 @@
|
|
|
536
536
|
font-family: var(--font-sans, 'Geist', system-ui, -apple-system, sans-serif);
|
|
537
537
|
}
|
|
538
538
|
|
|
539
|
+
@utility text-stat-xl {
|
|
540
|
+
font-size: 2.125rem;
|
|
541
|
+
line-height: 1.05;
|
|
542
|
+
font-weight: 700;
|
|
543
|
+
letter-spacing: -0.02em;
|
|
544
|
+
font-family: var(--font-sans, 'Geist', system-ui, -apple-system, sans-serif);
|
|
545
|
+
}
|
|
546
|
+
|
|
547
|
+
@utility text-stat-lg {
|
|
548
|
+
font-size: 1.875rem;
|
|
549
|
+
line-height: 1.1;
|
|
550
|
+
font-weight: 700;
|
|
551
|
+
letter-spacing: -0.015em;
|
|
552
|
+
font-family: var(--font-sans, 'Geist', system-ui, -apple-system, sans-serif);
|
|
553
|
+
}
|
|
554
|
+
|
|
555
|
+
@utility text-stat-md {
|
|
556
|
+
font-size: 1.5rem;
|
|
557
|
+
line-height: 1.15;
|
|
558
|
+
font-weight: 700;
|
|
559
|
+
letter-spacing: -0.01em;
|
|
560
|
+
font-family: var(--font-sans, 'Geist', system-ui, -apple-system, sans-serif);
|
|
561
|
+
}
|
|
562
|
+
|
|
563
|
+
@utility text-stat-sm {
|
|
564
|
+
font-size: 1.25rem;
|
|
565
|
+
line-height: 1.2;
|
|
566
|
+
font-weight: 700;
|
|
567
|
+
letter-spacing: -0.01em;
|
|
568
|
+
font-family: var(--font-sans, 'Geist', system-ui, -apple-system, sans-serif);
|
|
569
|
+
}
|
|
570
|
+
|
|
539
571
|
@utility text-code-md {
|
|
540
572
|
font-size: 1rem;
|
|
541
573
|
line-height: 1.6;
|
|
@@ -0,0 +1,266 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* color-palette.ts — Primitive color tokens — BRAND "blue" (teste multi-tema)
|
|
3
|
+
* Tier 1 de 3: valores raw. API privada.
|
|
4
|
+
*
|
|
5
|
+
* Marca de TESTE pra validar a hipótese "tokens/brands/ aceita novos temas".
|
|
6
|
+
* Estrutura idêntica à brand default — só mudam as escalas `brand` e
|
|
7
|
+
* `brandContrast` (verde → azul). Neutros e status permanecem iguais: a
|
|
8
|
+
* identidade de uma marca vive no par brand/brandContrast (+ chart-1).
|
|
9
|
+
*
|
|
10
|
+
* Formato: OKLCH. Hue azul ~264 (light) / ~256 (dark, mais brilhante).
|
|
11
|
+
*/
|
|
12
|
+
export declare const brand: {
|
|
13
|
+
readonly 50: "oklch(0.97 0.020 264)";
|
|
14
|
+
readonly 100: "oklch(0.93 0.045 264)";
|
|
15
|
+
readonly 150: "oklch(0.90 0.065 264)";
|
|
16
|
+
readonly 200: "oklch(0.85 0.095 264)";
|
|
17
|
+
readonly 300: "oklch(0.75 0.135 264)";
|
|
18
|
+
readonly 400: "oklch(0.64 0.165 264)";
|
|
19
|
+
readonly 500: "oklch(0.58 0.175 264)";
|
|
20
|
+
readonly 600: "oklch(0.52 0.180 264)";
|
|
21
|
+
readonly 700: "oklch(0.44 0.165 264)";
|
|
22
|
+
readonly 800: "oklch(0.35 0.135 264)";
|
|
23
|
+
readonly 900: "oklch(0.25 0.095 264)";
|
|
24
|
+
readonly 950: "oklch(0.17 0.065 264)";
|
|
25
|
+
};
|
|
26
|
+
export declare const brandContrast: {
|
|
27
|
+
readonly 50: "oklch(0.97 0.020 256)";
|
|
28
|
+
readonly 100: "oklch(0.94 0.045 256)";
|
|
29
|
+
readonly 150: "oklch(0.91 0.070 256)";
|
|
30
|
+
readonly 200: "oklch(0.86 0.095 256)";
|
|
31
|
+
readonly 300: "oklch(0.79 0.120 256)";
|
|
32
|
+
readonly 400: "oklch(0.72 0.150 256)";
|
|
33
|
+
readonly 500: "oklch(0.65 0.155 256)";
|
|
34
|
+
readonly 600: "oklch(0.56 0.150 256)";
|
|
35
|
+
readonly 700: "oklch(0.46 0.130 256)";
|
|
36
|
+
readonly 800: "oklch(0.35 0.100 256)";
|
|
37
|
+
readonly 900: "oklch(0.25 0.070 256)";
|
|
38
|
+
readonly 950: "oklch(0.17 0.050 256)";
|
|
39
|
+
};
|
|
40
|
+
export declare const gray: {
|
|
41
|
+
readonly 50: "oklch(0.973 0.004 264)";
|
|
42
|
+
readonly 100: "oklch(0.94 0.007 264)";
|
|
43
|
+
readonly 150: "oklch(0.931 0.008 264)";
|
|
44
|
+
readonly 200: "oklch(0.9076 0.011 264)";
|
|
45
|
+
readonly 300: "oklch(0.8761 0.015 264)";
|
|
46
|
+
readonly 400: "oklch(0.7025 0.024 264)";
|
|
47
|
+
readonly 500: "oklch(0.4997 0.028 264)";
|
|
48
|
+
readonly 600: "oklch(0.36 0.022 264)";
|
|
49
|
+
readonly 700: "oklch(0.30 0.018 264)";
|
|
50
|
+
readonly 800: "oklch(0.2645 0.016 264)";
|
|
51
|
+
readonly 900: "oklch(0.205 0.014 264)";
|
|
52
|
+
readonly 950: "oklch(0.15 0.012 264)";
|
|
53
|
+
};
|
|
54
|
+
export declare const danger: {
|
|
55
|
+
readonly 50: "oklch(0.97 0.025 25)";
|
|
56
|
+
readonly 100: "oklch(0.94 0.050 25)";
|
|
57
|
+
readonly 150: "oklch(0.91 0.080 25)";
|
|
58
|
+
readonly 200: "oklch(0.86 0.110 25)";
|
|
59
|
+
readonly 300: "oklch(0.76 0.165 25)";
|
|
60
|
+
readonly 400: "oklch(0.69 0.195 25)";
|
|
61
|
+
readonly 500: "oklch(0.6368 0.2078 25.33)";
|
|
62
|
+
readonly 600: "oklch(0.56 0.200 25)";
|
|
63
|
+
readonly 700: "oklch(0.46 0.180 25)";
|
|
64
|
+
readonly 800: "oklch(0.36 0.140 25)";
|
|
65
|
+
readonly 900: "oklch(0.26 0.100 25)";
|
|
66
|
+
readonly 950: "oklch(0.18 0.070 25)";
|
|
67
|
+
};
|
|
68
|
+
export declare const success: {
|
|
69
|
+
readonly 50: "oklch(0.96 0.025 161)";
|
|
70
|
+
readonly 100: "oklch(0.93 0.045 161)";
|
|
71
|
+
readonly 150: "oklch(0.90 0.065 161)";
|
|
72
|
+
readonly 200: "oklch(0.85 0.090 161)";
|
|
73
|
+
readonly 300: "oklch(0.77 0.115 161)";
|
|
74
|
+
readonly 400: "oklch(0.71 0.130 161)";
|
|
75
|
+
readonly 500: "oklch(0.66 0.135 161)";
|
|
76
|
+
readonly 600: "oklch(0.57 0.130 161)";
|
|
77
|
+
readonly 700: "oklch(0.47 0.110 161)";
|
|
78
|
+
readonly 800: "oklch(0.37 0.085 161)";
|
|
79
|
+
readonly 900: "oklch(0.27 0.060 161)";
|
|
80
|
+
readonly 950: "oklch(0.19 0.045 161)";
|
|
81
|
+
};
|
|
82
|
+
export declare const warning: {
|
|
83
|
+
readonly 50: "oklch(0.97 0.030 81)";
|
|
84
|
+
readonly 100: "oklch(0.95 0.060 81)";
|
|
85
|
+
readonly 150: "oklch(0.93 0.090 81)";
|
|
86
|
+
readonly 200: "oklch(0.91 0.115 81)";
|
|
87
|
+
readonly 300: "oklch(0.86 0.150 81)";
|
|
88
|
+
readonly 400: "oklch(0.83 0.155 81)";
|
|
89
|
+
readonly 500: "oklch(0.81 0.160 81)";
|
|
90
|
+
readonly 600: "oklch(0.71 0.155 81)";
|
|
91
|
+
readonly 700: "oklch(0.59 0.135 81)";
|
|
92
|
+
readonly 800: "oklch(0.46 0.110 81)";
|
|
93
|
+
readonly 900: "oklch(0.34 0.085 81)";
|
|
94
|
+
readonly 950: "oklch(0.24 0.060 81)";
|
|
95
|
+
};
|
|
96
|
+
export declare const info: {
|
|
97
|
+
readonly 50: "oklch(0.97 0.025 280)";
|
|
98
|
+
readonly 100: "oklch(0.93 0.050 280)";
|
|
99
|
+
readonly 150: "oklch(0.89 0.085 280)";
|
|
100
|
+
readonly 200: "oklch(0.85 0.110 280)";
|
|
101
|
+
readonly 300: "oklch(0.76 0.155 280)";
|
|
102
|
+
readonly 400: "oklch(0.69 0.190 280)";
|
|
103
|
+
readonly 500: "oklch(0.62 0.210 280)";
|
|
104
|
+
readonly 600: "oklch(0.55 0.200 280)";
|
|
105
|
+
readonly 700: "oklch(0.46 0.170 280)";
|
|
106
|
+
readonly 800: "oklch(0.37 0.135 280)";
|
|
107
|
+
readonly 900: "oklch(0.27 0.095 280)";
|
|
108
|
+
readonly 950: "oklch(0.19 0.070 280)";
|
|
109
|
+
};
|
|
110
|
+
export declare const white = "oklch(1 0 0)";
|
|
111
|
+
export declare const black = "oklch(0 0 0)";
|
|
112
|
+
export declare const alpha: {
|
|
113
|
+
readonly black: {
|
|
114
|
+
readonly 4: "oklch(0 0 0 / 0.04)";
|
|
115
|
+
readonly 8: "oklch(0 0 0 / 0.08)";
|
|
116
|
+
readonly 12: "oklch(0 0 0 / 0.12)";
|
|
117
|
+
readonly 16: "oklch(0 0 0 / 0.16)";
|
|
118
|
+
readonly 24: "oklch(0 0 0 / 0.24)";
|
|
119
|
+
readonly 32: "oklch(0 0 0 / 0.32)";
|
|
120
|
+
readonly 40: "oklch(0 0 0 / 0.40)";
|
|
121
|
+
readonly 45: "oklch(0 0 0 / 0.45)";
|
|
122
|
+
readonly 48: "oklch(0 0 0 / 0.48)";
|
|
123
|
+
readonly 55: "oklch(0 0 0 / 0.55)";
|
|
124
|
+
readonly 64: "oklch(0 0 0 / 0.64)";
|
|
125
|
+
};
|
|
126
|
+
readonly white: {
|
|
127
|
+
readonly 1: "oklch(1 0 0 / 0.01)";
|
|
128
|
+
readonly 2: "oklch(1 0 0 / 0.02)";
|
|
129
|
+
readonly 3: "oklch(1 0 0 / 0.03)";
|
|
130
|
+
readonly 4: "oklch(1 0 0 / 0.04)";
|
|
131
|
+
readonly 8: "oklch(1 0 0 / 0.08)";
|
|
132
|
+
readonly 12: "oklch(1 0 0 / 0.12)";
|
|
133
|
+
readonly 16: "oklch(1 0 0 / 0.16)";
|
|
134
|
+
readonly 24: "oklch(1 0 0 / 0.24)";
|
|
135
|
+
readonly 32: "oklch(1 0 0 / 0.32)";
|
|
136
|
+
};
|
|
137
|
+
};
|
|
138
|
+
export declare const colorPalette: {
|
|
139
|
+
brand: {
|
|
140
|
+
readonly 50: "oklch(0.97 0.020 264)";
|
|
141
|
+
readonly 100: "oklch(0.93 0.045 264)";
|
|
142
|
+
readonly 150: "oklch(0.90 0.065 264)";
|
|
143
|
+
readonly 200: "oklch(0.85 0.095 264)";
|
|
144
|
+
readonly 300: "oklch(0.75 0.135 264)";
|
|
145
|
+
readonly 400: "oklch(0.64 0.165 264)";
|
|
146
|
+
readonly 500: "oklch(0.58 0.175 264)";
|
|
147
|
+
readonly 600: "oklch(0.52 0.180 264)";
|
|
148
|
+
readonly 700: "oklch(0.44 0.165 264)";
|
|
149
|
+
readonly 800: "oklch(0.35 0.135 264)";
|
|
150
|
+
readonly 900: "oklch(0.25 0.095 264)";
|
|
151
|
+
readonly 950: "oklch(0.17 0.065 264)";
|
|
152
|
+
};
|
|
153
|
+
brandContrast: {
|
|
154
|
+
readonly 50: "oklch(0.97 0.020 256)";
|
|
155
|
+
readonly 100: "oklch(0.94 0.045 256)";
|
|
156
|
+
readonly 150: "oklch(0.91 0.070 256)";
|
|
157
|
+
readonly 200: "oklch(0.86 0.095 256)";
|
|
158
|
+
readonly 300: "oklch(0.79 0.120 256)";
|
|
159
|
+
readonly 400: "oklch(0.72 0.150 256)";
|
|
160
|
+
readonly 500: "oklch(0.65 0.155 256)";
|
|
161
|
+
readonly 600: "oklch(0.56 0.150 256)";
|
|
162
|
+
readonly 700: "oklch(0.46 0.130 256)";
|
|
163
|
+
readonly 800: "oklch(0.35 0.100 256)";
|
|
164
|
+
readonly 900: "oklch(0.25 0.070 256)";
|
|
165
|
+
readonly 950: "oklch(0.17 0.050 256)";
|
|
166
|
+
};
|
|
167
|
+
gray: {
|
|
168
|
+
readonly 50: "oklch(0.973 0.004 264)";
|
|
169
|
+
readonly 100: "oklch(0.94 0.007 264)";
|
|
170
|
+
readonly 150: "oklch(0.931 0.008 264)";
|
|
171
|
+
readonly 200: "oklch(0.9076 0.011 264)";
|
|
172
|
+
readonly 300: "oklch(0.8761 0.015 264)";
|
|
173
|
+
readonly 400: "oklch(0.7025 0.024 264)";
|
|
174
|
+
readonly 500: "oklch(0.4997 0.028 264)";
|
|
175
|
+
readonly 600: "oklch(0.36 0.022 264)";
|
|
176
|
+
readonly 700: "oklch(0.30 0.018 264)";
|
|
177
|
+
readonly 800: "oklch(0.2645 0.016 264)";
|
|
178
|
+
readonly 900: "oklch(0.205 0.014 264)";
|
|
179
|
+
readonly 950: "oklch(0.15 0.012 264)";
|
|
180
|
+
};
|
|
181
|
+
success: {
|
|
182
|
+
readonly 50: "oklch(0.96 0.025 161)";
|
|
183
|
+
readonly 100: "oklch(0.93 0.045 161)";
|
|
184
|
+
readonly 150: "oklch(0.90 0.065 161)";
|
|
185
|
+
readonly 200: "oklch(0.85 0.090 161)";
|
|
186
|
+
readonly 300: "oklch(0.77 0.115 161)";
|
|
187
|
+
readonly 400: "oklch(0.71 0.130 161)";
|
|
188
|
+
readonly 500: "oklch(0.66 0.135 161)";
|
|
189
|
+
readonly 600: "oklch(0.57 0.130 161)";
|
|
190
|
+
readonly 700: "oklch(0.47 0.110 161)";
|
|
191
|
+
readonly 800: "oklch(0.37 0.085 161)";
|
|
192
|
+
readonly 900: "oklch(0.27 0.060 161)";
|
|
193
|
+
readonly 950: "oklch(0.19 0.045 161)";
|
|
194
|
+
};
|
|
195
|
+
warning: {
|
|
196
|
+
readonly 50: "oklch(0.97 0.030 81)";
|
|
197
|
+
readonly 100: "oklch(0.95 0.060 81)";
|
|
198
|
+
readonly 150: "oklch(0.93 0.090 81)";
|
|
199
|
+
readonly 200: "oklch(0.91 0.115 81)";
|
|
200
|
+
readonly 300: "oklch(0.86 0.150 81)";
|
|
201
|
+
readonly 400: "oklch(0.83 0.155 81)";
|
|
202
|
+
readonly 500: "oklch(0.81 0.160 81)";
|
|
203
|
+
readonly 600: "oklch(0.71 0.155 81)";
|
|
204
|
+
readonly 700: "oklch(0.59 0.135 81)";
|
|
205
|
+
readonly 800: "oklch(0.46 0.110 81)";
|
|
206
|
+
readonly 900: "oklch(0.34 0.085 81)";
|
|
207
|
+
readonly 950: "oklch(0.24 0.060 81)";
|
|
208
|
+
};
|
|
209
|
+
danger: {
|
|
210
|
+
readonly 50: "oklch(0.97 0.025 25)";
|
|
211
|
+
readonly 100: "oklch(0.94 0.050 25)";
|
|
212
|
+
readonly 150: "oklch(0.91 0.080 25)";
|
|
213
|
+
readonly 200: "oklch(0.86 0.110 25)";
|
|
214
|
+
readonly 300: "oklch(0.76 0.165 25)";
|
|
215
|
+
readonly 400: "oklch(0.69 0.195 25)";
|
|
216
|
+
readonly 500: "oklch(0.6368 0.2078 25.33)";
|
|
217
|
+
readonly 600: "oklch(0.56 0.200 25)";
|
|
218
|
+
readonly 700: "oklch(0.46 0.180 25)";
|
|
219
|
+
readonly 800: "oklch(0.36 0.140 25)";
|
|
220
|
+
readonly 900: "oklch(0.26 0.100 25)";
|
|
221
|
+
readonly 950: "oklch(0.18 0.070 25)";
|
|
222
|
+
};
|
|
223
|
+
info: {
|
|
224
|
+
readonly 50: "oklch(0.97 0.025 280)";
|
|
225
|
+
readonly 100: "oklch(0.93 0.050 280)";
|
|
226
|
+
readonly 150: "oklch(0.89 0.085 280)";
|
|
227
|
+
readonly 200: "oklch(0.85 0.110 280)";
|
|
228
|
+
readonly 300: "oklch(0.76 0.155 280)";
|
|
229
|
+
readonly 400: "oklch(0.69 0.190 280)";
|
|
230
|
+
readonly 500: "oklch(0.62 0.210 280)";
|
|
231
|
+
readonly 600: "oklch(0.55 0.200 280)";
|
|
232
|
+
readonly 700: "oklch(0.46 0.170 280)";
|
|
233
|
+
readonly 800: "oklch(0.37 0.135 280)";
|
|
234
|
+
readonly 900: "oklch(0.27 0.095 280)";
|
|
235
|
+
readonly 950: "oklch(0.19 0.070 280)";
|
|
236
|
+
};
|
|
237
|
+
white: string;
|
|
238
|
+
black: string;
|
|
239
|
+
alpha: {
|
|
240
|
+
readonly black: {
|
|
241
|
+
readonly 4: "oklch(0 0 0 / 0.04)";
|
|
242
|
+
readonly 8: "oklch(0 0 0 / 0.08)";
|
|
243
|
+
readonly 12: "oklch(0 0 0 / 0.12)";
|
|
244
|
+
readonly 16: "oklch(0 0 0 / 0.16)";
|
|
245
|
+
readonly 24: "oklch(0 0 0 / 0.24)";
|
|
246
|
+
readonly 32: "oklch(0 0 0 / 0.32)";
|
|
247
|
+
readonly 40: "oklch(0 0 0 / 0.40)";
|
|
248
|
+
readonly 45: "oklch(0 0 0 / 0.45)";
|
|
249
|
+
readonly 48: "oklch(0 0 0 / 0.48)";
|
|
250
|
+
readonly 55: "oklch(0 0 0 / 0.55)";
|
|
251
|
+
readonly 64: "oklch(0 0 0 / 0.64)";
|
|
252
|
+
};
|
|
253
|
+
readonly white: {
|
|
254
|
+
readonly 1: "oklch(1 0 0 / 0.01)";
|
|
255
|
+
readonly 2: "oklch(1 0 0 / 0.02)";
|
|
256
|
+
readonly 3: "oklch(1 0 0 / 0.03)";
|
|
257
|
+
readonly 4: "oklch(1 0 0 / 0.04)";
|
|
258
|
+
readonly 8: "oklch(1 0 0 / 0.08)";
|
|
259
|
+
readonly 12: "oklch(1 0 0 / 0.12)";
|
|
260
|
+
readonly 16: "oklch(1 0 0 / 0.16)";
|
|
261
|
+
readonly 24: "oklch(1 0 0 / 0.24)";
|
|
262
|
+
readonly 32: "oklch(1 0 0 / 0.32)";
|
|
263
|
+
};
|
|
264
|
+
};
|
|
265
|
+
};
|
|
266
|
+
//# sourceMappingURL=color-palette.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"color-palette.d.ts","sourceRoot":"","sources":["../../../../../tokens/brands/blue/primitives/color-palette.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAGH,eAAO,MAAM,KAAK;;;;;;;;;;;;;CAaR,CAAC;AAIX,eAAO,MAAM,aAAa;;;;;;;;;;;;;CAahB,CAAC;AAMX,eAAO,MAAM,IAAI;;;;;;;;;;;;;CAaP,CAAC;AAGX,eAAO,MAAM,MAAM;;;;;;;;;;;;;CAaT,CAAC;AAGX,eAAO,MAAM,OAAO;;;;;;;;;;;;;CAaV,CAAC;AAGX,eAAO,MAAM,OAAO;;;;;;;;;;;;;CAaV,CAAC;AAGX,eAAO,MAAM,IAAI;;;;;;;;;;;;;CAaP,CAAC;AAGX,eAAO,MAAM,KAAK,iBAAiB,CAAC;AACpC,eAAO,MAAM,KAAK,iBAAiB,CAAC;AAGpC,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;CAyBR,CAAC;AAEX,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAKxB,CAAC"}
|