@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,201 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* color-light.ts — Semantic color tokens (light) — BRAND "green" (multi-tema)
|
|
3
|
+
* Tier 2 de 3: intenção. API pública.
|
|
4
|
+
*
|
|
5
|
+
* Irmã da brand "blue" — mesmo contrato/derivações, hue VERDE-GRAMA (~142) e
|
|
6
|
+
* chroma alto nos neutros → surfaces/sidebar claramente esverdeados (não o
|
|
7
|
+
* cinza da default). Tom próprio, distinto do verde iGreen.
|
|
8
|
+
*/
|
|
9
|
+
export declare const bg: {
|
|
10
|
+
readonly canvas: "oklch(0.986 0.005 142)";
|
|
11
|
+
readonly surface: "oklch(0.996 0.003 142)";
|
|
12
|
+
readonly "surface-elevated": "oklch(0.998 0.002 142)";
|
|
13
|
+
readonly "surface-panels": "oklch(0.986 0.005 142)";
|
|
14
|
+
readonly sidebar: "oklch(0.950 0.005 142)";
|
|
15
|
+
readonly subtle: "oklch(0.973 0.004 142)";
|
|
16
|
+
readonly muted: "oklch(0.973 0.004 142)";
|
|
17
|
+
readonly emphasis: "oklch(0.94 0.006 142)";
|
|
18
|
+
readonly input: "oklch(0.996 0.003 142)";
|
|
19
|
+
readonly accent: "oklch(0.996 0.003 142)";
|
|
20
|
+
readonly brand: "oklch(0.58 0.170 142)";
|
|
21
|
+
readonly "brand-subtle": "color-mix(in oklch, oklch(0.58 0.170 142) 14%, transparent)";
|
|
22
|
+
readonly "brand-hover": "color-mix(in oklch, oklch(0.58 0.170 142) 90%, black)";
|
|
23
|
+
readonly "brand-subtle-hover": "color-mix(in oklch, oklch(0.58 0.170 142) 22%, transparent)";
|
|
24
|
+
readonly danger: "oklch(0.6368 0.2078 25.33)";
|
|
25
|
+
readonly "danger-muted": "color-mix(in oklch, oklch(0.6368 0.2078 25.33) 14%, transparent)";
|
|
26
|
+
readonly "danger-hover": "color-mix(in oklch, oklch(0.6368 0.2078 25.33) 90%, black)";
|
|
27
|
+
readonly "danger-muted-hover": "color-mix(in oklch, oklch(0.6368 0.2078 25.33) 22%, transparent)";
|
|
28
|
+
readonly success: "oklch(0.66 0.135 161)";
|
|
29
|
+
readonly "success-muted": "color-mix(in oklch, oklch(0.66 0.135 161) 14%, transparent)";
|
|
30
|
+
readonly "success-hover": "color-mix(in oklch, oklch(0.66 0.135 161) 90%, black)";
|
|
31
|
+
readonly "success-muted-hover": "color-mix(in oklch, oklch(0.66 0.135 161) 22%, transparent)";
|
|
32
|
+
readonly warning: "oklch(0.81 0.160 81)";
|
|
33
|
+
readonly "warning-muted": "color-mix(in oklch, oklch(0.81 0.160 81) 14%, transparent)";
|
|
34
|
+
readonly "warning-hover": "color-mix(in oklch, oklch(0.81 0.160 81) 90%, black)";
|
|
35
|
+
readonly "warning-muted-hover": "color-mix(in oklch, oklch(0.81 0.160 81) 22%, transparent)";
|
|
36
|
+
readonly info: "oklch(0.62 0.210 280)";
|
|
37
|
+
readonly "info-muted": "color-mix(in oklch, oklch(0.62 0.210 280) 14%, transparent)";
|
|
38
|
+
readonly "info-hover": "color-mix(in oklch, oklch(0.62 0.210 280) 90%, black)";
|
|
39
|
+
readonly "info-muted-hover": "color-mix(in oklch, oklch(0.62 0.210 280) 22%, transparent)";
|
|
40
|
+
readonly "muted-hover": "oklch(0.95 0.010 142)";
|
|
41
|
+
readonly "input-hover": "oklch(0.973 0.004 142)";
|
|
42
|
+
readonly "accent-hover": "oklch(0.84 0.022 142)";
|
|
43
|
+
readonly "sidebar-accent": "oklch(0.999 0.002 142)";
|
|
44
|
+
readonly "sidebar-accent-hover": "oklch(0.93 0.008 142)";
|
|
45
|
+
readonly table: "oklch(0.996 0.003 142)";
|
|
46
|
+
readonly "table-head": "oklch(0.973 0.004 142)";
|
|
47
|
+
readonly "table-row-hover": "oklch(0.973 0.004 142)";
|
|
48
|
+
readonly "table-row-selected": "color-mix(in oklch, oklch(0.58 0.170 142) 6%, transparent)";
|
|
49
|
+
readonly "table-row-selected-hover": "color-mix(in oklch, oklch(0.58 0.170 142) 10%, transparent)";
|
|
50
|
+
readonly "table-row-selected-solid": "color-mix(in srgb, oklch(0.58 0.170 142) 6%, oklch(1 0 0))";
|
|
51
|
+
readonly "table-row-selected-hover-solid": "color-mix(in srgb, oklch(0.58 0.170 142) 10%, oklch(1 0 0))";
|
|
52
|
+
readonly dropdown: "var(--color-bg-canvas)";
|
|
53
|
+
};
|
|
54
|
+
export declare const fg: {
|
|
55
|
+
readonly strong: "oklch(0.15 0.010 142)";
|
|
56
|
+
readonly default: "oklch(0.15 0.010 142)";
|
|
57
|
+
readonly muted: "oklch(0.4997 0.028 142)";
|
|
58
|
+
readonly subtle: "oklch(0.7025 0.022 142)";
|
|
59
|
+
readonly disabled: "oklch(0.7025 0.022 142)";
|
|
60
|
+
readonly brand: "oklch(0.58 0.170 142)";
|
|
61
|
+
readonly danger: "oklch(0.6368 0.2078 25.33)";
|
|
62
|
+
readonly success: "oklch(0.66 0.135 161)";
|
|
63
|
+
readonly warning: "oklch(0.81 0.160 81)";
|
|
64
|
+
readonly info: "oklch(0.62 0.210 280)";
|
|
65
|
+
readonly "on-brand": "oklch(1 0 0)";
|
|
66
|
+
readonly "on-danger": "oklch(1 0 0)";
|
|
67
|
+
readonly "on-success": "oklch(1 0 0)";
|
|
68
|
+
readonly "on-warning": "oklch(0 0 0)";
|
|
69
|
+
readonly "on-info": "oklch(1 0 0)";
|
|
70
|
+
};
|
|
71
|
+
export declare const border: {
|
|
72
|
+
readonly default: "oklch(0.9076 0.009 142)";
|
|
73
|
+
readonly subtle: "oklch(0.931 0.007 142)";
|
|
74
|
+
readonly input: "oklch(0.8761 0.012 142)";
|
|
75
|
+
readonly sidebar: "oklch(0.9076 0.008 142)";
|
|
76
|
+
readonly brand: "oklch(0.58 0.170 142)";
|
|
77
|
+
readonly "brand-subtle": "color-mix(in oklch, oklch(0.58 0.170 142) 36%, transparent)";
|
|
78
|
+
readonly "danger-muted": "color-mix(in oklch, oklch(0.6368 0.2078 25.33) 36%, transparent)";
|
|
79
|
+
readonly "success-muted": "color-mix(in oklch, oklch(0.66 0.135 161) 36%, transparent)";
|
|
80
|
+
readonly "warning-muted": "color-mix(in oklch, oklch(0.81 0.160 81) 36%, transparent)";
|
|
81
|
+
readonly "info-muted": "color-mix(in oklch, oklch(0.62 0.210 280) 36%, transparent)";
|
|
82
|
+
readonly table: "oklch(0.931 0.007 142)";
|
|
83
|
+
};
|
|
84
|
+
export declare const ring: {
|
|
85
|
+
readonly brand: "color-mix(in oklch, oklch(0.58 0.170 142) 22%, transparent)";
|
|
86
|
+
readonly danger: "color-mix(in oklch, oklch(0.6368 0.2078 25.33) 22%, transparent)";
|
|
87
|
+
readonly success: "color-mix(in oklch, oklch(0.66 0.135 161) 22%, transparent)";
|
|
88
|
+
readonly warning: "color-mix(in oklch, oklch(0.81 0.160 81) 22%, transparent)";
|
|
89
|
+
readonly info: "color-mix(in oklch, oklch(0.62 0.210 280) 22%, transparent)";
|
|
90
|
+
readonly secondary: "color-mix(in oklch, oklch(0.4997 0.028 142) 22%, transparent)";
|
|
91
|
+
};
|
|
92
|
+
export declare const overlay: {
|
|
93
|
+
readonly scrim: "oklch(0 0 0 / 0.55)";
|
|
94
|
+
readonly float: "oklch(0.55 0.05 142 / 0.12)";
|
|
95
|
+
};
|
|
96
|
+
export declare const chart: {
|
|
97
|
+
readonly "1": "oklch(0.62 0.170 142)";
|
|
98
|
+
readonly "2": "oklch(0.66 0.12 195)";
|
|
99
|
+
readonly "3": "oklch(0.55 0.15 250)";
|
|
100
|
+
readonly "4": "oklch(0.76 0.15 80)";
|
|
101
|
+
readonly "5": "oklch(0.56 0.18 300)";
|
|
102
|
+
readonly grid: "oklch(0.9076 0.009 142)";
|
|
103
|
+
};
|
|
104
|
+
export declare const colorLight: {
|
|
105
|
+
bg: {
|
|
106
|
+
readonly canvas: "oklch(0.986 0.005 142)";
|
|
107
|
+
readonly surface: "oklch(0.996 0.003 142)";
|
|
108
|
+
readonly "surface-elevated": "oklch(0.998 0.002 142)";
|
|
109
|
+
readonly "surface-panels": "oklch(0.986 0.005 142)";
|
|
110
|
+
readonly sidebar: "oklch(0.950 0.005 142)";
|
|
111
|
+
readonly subtle: "oklch(0.973 0.004 142)";
|
|
112
|
+
readonly muted: "oklch(0.973 0.004 142)";
|
|
113
|
+
readonly emphasis: "oklch(0.94 0.006 142)";
|
|
114
|
+
readonly input: "oklch(0.996 0.003 142)";
|
|
115
|
+
readonly accent: "oklch(0.996 0.003 142)";
|
|
116
|
+
readonly brand: "oklch(0.58 0.170 142)";
|
|
117
|
+
readonly "brand-subtle": "color-mix(in oklch, oklch(0.58 0.170 142) 14%, transparent)";
|
|
118
|
+
readonly "brand-hover": "color-mix(in oklch, oklch(0.58 0.170 142) 90%, black)";
|
|
119
|
+
readonly "brand-subtle-hover": "color-mix(in oklch, oklch(0.58 0.170 142) 22%, transparent)";
|
|
120
|
+
readonly danger: "oklch(0.6368 0.2078 25.33)";
|
|
121
|
+
readonly "danger-muted": "color-mix(in oklch, oklch(0.6368 0.2078 25.33) 14%, transparent)";
|
|
122
|
+
readonly "danger-hover": "color-mix(in oklch, oklch(0.6368 0.2078 25.33) 90%, black)";
|
|
123
|
+
readonly "danger-muted-hover": "color-mix(in oklch, oklch(0.6368 0.2078 25.33) 22%, transparent)";
|
|
124
|
+
readonly success: "oklch(0.66 0.135 161)";
|
|
125
|
+
readonly "success-muted": "color-mix(in oklch, oklch(0.66 0.135 161) 14%, transparent)";
|
|
126
|
+
readonly "success-hover": "color-mix(in oklch, oklch(0.66 0.135 161) 90%, black)";
|
|
127
|
+
readonly "success-muted-hover": "color-mix(in oklch, oklch(0.66 0.135 161) 22%, transparent)";
|
|
128
|
+
readonly warning: "oklch(0.81 0.160 81)";
|
|
129
|
+
readonly "warning-muted": "color-mix(in oklch, oklch(0.81 0.160 81) 14%, transparent)";
|
|
130
|
+
readonly "warning-hover": "color-mix(in oklch, oklch(0.81 0.160 81) 90%, black)";
|
|
131
|
+
readonly "warning-muted-hover": "color-mix(in oklch, oklch(0.81 0.160 81) 22%, transparent)";
|
|
132
|
+
readonly info: "oklch(0.62 0.210 280)";
|
|
133
|
+
readonly "info-muted": "color-mix(in oklch, oklch(0.62 0.210 280) 14%, transparent)";
|
|
134
|
+
readonly "info-hover": "color-mix(in oklch, oklch(0.62 0.210 280) 90%, black)";
|
|
135
|
+
readonly "info-muted-hover": "color-mix(in oklch, oklch(0.62 0.210 280) 22%, transparent)";
|
|
136
|
+
readonly "muted-hover": "oklch(0.95 0.010 142)";
|
|
137
|
+
readonly "input-hover": "oklch(0.973 0.004 142)";
|
|
138
|
+
readonly "accent-hover": "oklch(0.84 0.022 142)";
|
|
139
|
+
readonly "sidebar-accent": "oklch(0.999 0.002 142)";
|
|
140
|
+
readonly "sidebar-accent-hover": "oklch(0.93 0.008 142)";
|
|
141
|
+
readonly table: "oklch(0.996 0.003 142)";
|
|
142
|
+
readonly "table-head": "oklch(0.973 0.004 142)";
|
|
143
|
+
readonly "table-row-hover": "oklch(0.973 0.004 142)";
|
|
144
|
+
readonly "table-row-selected": "color-mix(in oklch, oklch(0.58 0.170 142) 6%, transparent)";
|
|
145
|
+
readonly "table-row-selected-hover": "color-mix(in oklch, oklch(0.58 0.170 142) 10%, transparent)";
|
|
146
|
+
readonly "table-row-selected-solid": "color-mix(in srgb, oklch(0.58 0.170 142) 6%, oklch(1 0 0))";
|
|
147
|
+
readonly "table-row-selected-hover-solid": "color-mix(in srgb, oklch(0.58 0.170 142) 10%, oklch(1 0 0))";
|
|
148
|
+
readonly dropdown: "var(--color-bg-canvas)";
|
|
149
|
+
};
|
|
150
|
+
fg: {
|
|
151
|
+
readonly strong: "oklch(0.15 0.010 142)";
|
|
152
|
+
readonly default: "oklch(0.15 0.010 142)";
|
|
153
|
+
readonly muted: "oklch(0.4997 0.028 142)";
|
|
154
|
+
readonly subtle: "oklch(0.7025 0.022 142)";
|
|
155
|
+
readonly disabled: "oklch(0.7025 0.022 142)";
|
|
156
|
+
readonly brand: "oklch(0.58 0.170 142)";
|
|
157
|
+
readonly danger: "oklch(0.6368 0.2078 25.33)";
|
|
158
|
+
readonly success: "oklch(0.66 0.135 161)";
|
|
159
|
+
readonly warning: "oklch(0.81 0.160 81)";
|
|
160
|
+
readonly info: "oklch(0.62 0.210 280)";
|
|
161
|
+
readonly "on-brand": "oklch(1 0 0)";
|
|
162
|
+
readonly "on-danger": "oklch(1 0 0)";
|
|
163
|
+
readonly "on-success": "oklch(1 0 0)";
|
|
164
|
+
readonly "on-warning": "oklch(0 0 0)";
|
|
165
|
+
readonly "on-info": "oklch(1 0 0)";
|
|
166
|
+
};
|
|
167
|
+
border: {
|
|
168
|
+
readonly default: "oklch(0.9076 0.009 142)";
|
|
169
|
+
readonly subtle: "oklch(0.931 0.007 142)";
|
|
170
|
+
readonly input: "oklch(0.8761 0.012 142)";
|
|
171
|
+
readonly sidebar: "oklch(0.9076 0.008 142)";
|
|
172
|
+
readonly brand: "oklch(0.58 0.170 142)";
|
|
173
|
+
readonly "brand-subtle": "color-mix(in oklch, oklch(0.58 0.170 142) 36%, transparent)";
|
|
174
|
+
readonly "danger-muted": "color-mix(in oklch, oklch(0.6368 0.2078 25.33) 36%, transparent)";
|
|
175
|
+
readonly "success-muted": "color-mix(in oklch, oklch(0.66 0.135 161) 36%, transparent)";
|
|
176
|
+
readonly "warning-muted": "color-mix(in oklch, oklch(0.81 0.160 81) 36%, transparent)";
|
|
177
|
+
readonly "info-muted": "color-mix(in oklch, oklch(0.62 0.210 280) 36%, transparent)";
|
|
178
|
+
readonly table: "oklch(0.931 0.007 142)";
|
|
179
|
+
};
|
|
180
|
+
ring: {
|
|
181
|
+
readonly brand: "color-mix(in oklch, oklch(0.58 0.170 142) 22%, transparent)";
|
|
182
|
+
readonly danger: "color-mix(in oklch, oklch(0.6368 0.2078 25.33) 22%, transparent)";
|
|
183
|
+
readonly success: "color-mix(in oklch, oklch(0.66 0.135 161) 22%, transparent)";
|
|
184
|
+
readonly warning: "color-mix(in oklch, oklch(0.81 0.160 81) 22%, transparent)";
|
|
185
|
+
readonly info: "color-mix(in oklch, oklch(0.62 0.210 280) 22%, transparent)";
|
|
186
|
+
readonly secondary: "color-mix(in oklch, oklch(0.4997 0.028 142) 22%, transparent)";
|
|
187
|
+
};
|
|
188
|
+
overlay: {
|
|
189
|
+
readonly scrim: "oklch(0 0 0 / 0.55)";
|
|
190
|
+
readonly float: "oklch(0.55 0.05 142 / 0.12)";
|
|
191
|
+
};
|
|
192
|
+
chart: {
|
|
193
|
+
readonly "1": "oklch(0.62 0.170 142)";
|
|
194
|
+
readonly "2": "oklch(0.66 0.12 195)";
|
|
195
|
+
readonly "3": "oklch(0.55 0.15 250)";
|
|
196
|
+
readonly "4": "oklch(0.76 0.15 80)";
|
|
197
|
+
readonly "5": "oklch(0.56 0.18 300)";
|
|
198
|
+
readonly grid: "oklch(0.9076 0.009 142)";
|
|
199
|
+
};
|
|
200
|
+
};
|
|
201
|
+
//# sourceMappingURL=color-light.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"color-light.d.ts","sourceRoot":"","sources":["../../../../../tokens/brands/green/semantic/color-light.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;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"}
|
|
@@ -0,0 +1,146 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* color-palette.ts — Primitive color tokens — BRAND "pay" (iGreen Pay)
|
|
3
|
+
* Tier 1 de 3: valores raw. API privada.
|
|
4
|
+
*
|
|
5
|
+
* Extraído 1:1 do Design Kit oficial do Portal do Parceiro (Claude Design).
|
|
6
|
+
* Marca = verde iGreen Pay #00a859 (NÃO é o verde #00803c do DS default nem o
|
|
7
|
+
* Tailwind #22c55e). Dark = near-black #050608/#0b0d10 (padrão do app).
|
|
8
|
+
*
|
|
9
|
+
* Os arquivos semantic usam os HEX/RGBA exatos do kit para casar pixel-perfect;
|
|
10
|
+
* este arquivo mantém o ramp por coerência (só white/black são importados lá).
|
|
11
|
+
*/
|
|
12
|
+
export declare const brand: {
|
|
13
|
+
readonly 50: "#e6f7ee";
|
|
14
|
+
readonly 100: "#c2ebd5";
|
|
15
|
+
readonly 150: "#9fdfbc";
|
|
16
|
+
readonly 200: "#79d2a1";
|
|
17
|
+
readonly 300: "#40c07d";
|
|
18
|
+
readonly 400: "#18b268";
|
|
19
|
+
readonly 500: "#00a859";
|
|
20
|
+
readonly 600: "#00a859";
|
|
21
|
+
readonly 700: "#008a4b";
|
|
22
|
+
readonly 800: "#006e3c";
|
|
23
|
+
readonly 900: "#00512c";
|
|
24
|
+
readonly 950: "#00351d";
|
|
25
|
+
};
|
|
26
|
+
export declare const brandContrast: {
|
|
27
|
+
readonly 50: "#e6f7ee";
|
|
28
|
+
readonly 100: "#c2ebd5";
|
|
29
|
+
readonly 150: "#9fdfbc";
|
|
30
|
+
readonly 200: "#79d2a1";
|
|
31
|
+
readonly 300: "#5ad096";
|
|
32
|
+
readonly 400: "#3bc882";
|
|
33
|
+
readonly 500: "#18b268";
|
|
34
|
+
readonly 600: "#00a859";
|
|
35
|
+
readonly 700: "#008a4b";
|
|
36
|
+
readonly 800: "#006e3c";
|
|
37
|
+
readonly 900: "#00512c";
|
|
38
|
+
readonly 950: "#00351d";
|
|
39
|
+
};
|
|
40
|
+
export declare const gray: {
|
|
41
|
+
readonly 50: "#f3f4f6";
|
|
42
|
+
readonly 100: "#eceef1";
|
|
43
|
+
readonly 150: "#e6e8ec";
|
|
44
|
+
readonly 200: "#d7dbe0";
|
|
45
|
+
readonly 300: "#c9ced4";
|
|
46
|
+
readonly 400: "#7e8994";
|
|
47
|
+
readonly 500: "#5f6b77";
|
|
48
|
+
readonly 600: "#3a4048";
|
|
49
|
+
readonly 700: "#23262c";
|
|
50
|
+
readonly 800: "#13161c";
|
|
51
|
+
readonly 900: "#0b0d10";
|
|
52
|
+
readonly 950: "#050608";
|
|
53
|
+
};
|
|
54
|
+
export declare const success: {
|
|
55
|
+
readonly 500: "#3bc882";
|
|
56
|
+
};
|
|
57
|
+
export declare const warning: {
|
|
58
|
+
readonly 500: "#ffb620";
|
|
59
|
+
};
|
|
60
|
+
export declare const danger: {
|
|
61
|
+
readonly 500: "#ff6b6b";
|
|
62
|
+
};
|
|
63
|
+
export declare const info: {
|
|
64
|
+
readonly 500: "#3580ff";
|
|
65
|
+
};
|
|
66
|
+
export declare const white = "#ffffff";
|
|
67
|
+
export declare const black = "#000000";
|
|
68
|
+
export declare const alpha: {
|
|
69
|
+
readonly black: {
|
|
70
|
+
readonly 55: "rgba(0,0,0,.55)";
|
|
71
|
+
readonly 60: "rgba(0,0,0,.6)";
|
|
72
|
+
};
|
|
73
|
+
readonly white: {
|
|
74
|
+
readonly 8: "rgba(255,255,255,.08)";
|
|
75
|
+
readonly 16: "rgba(255,255,255,.16)";
|
|
76
|
+
};
|
|
77
|
+
};
|
|
78
|
+
export declare const colorPalette: {
|
|
79
|
+
brand: {
|
|
80
|
+
readonly 50: "#e6f7ee";
|
|
81
|
+
readonly 100: "#c2ebd5";
|
|
82
|
+
readonly 150: "#9fdfbc";
|
|
83
|
+
readonly 200: "#79d2a1";
|
|
84
|
+
readonly 300: "#40c07d";
|
|
85
|
+
readonly 400: "#18b268";
|
|
86
|
+
readonly 500: "#00a859";
|
|
87
|
+
readonly 600: "#00a859";
|
|
88
|
+
readonly 700: "#008a4b";
|
|
89
|
+
readonly 800: "#006e3c";
|
|
90
|
+
readonly 900: "#00512c";
|
|
91
|
+
readonly 950: "#00351d";
|
|
92
|
+
};
|
|
93
|
+
brandContrast: {
|
|
94
|
+
readonly 50: "#e6f7ee";
|
|
95
|
+
readonly 100: "#c2ebd5";
|
|
96
|
+
readonly 150: "#9fdfbc";
|
|
97
|
+
readonly 200: "#79d2a1";
|
|
98
|
+
readonly 300: "#5ad096";
|
|
99
|
+
readonly 400: "#3bc882";
|
|
100
|
+
readonly 500: "#18b268";
|
|
101
|
+
readonly 600: "#00a859";
|
|
102
|
+
readonly 700: "#008a4b";
|
|
103
|
+
readonly 800: "#006e3c";
|
|
104
|
+
readonly 900: "#00512c";
|
|
105
|
+
readonly 950: "#00351d";
|
|
106
|
+
};
|
|
107
|
+
gray: {
|
|
108
|
+
readonly 50: "#f3f4f6";
|
|
109
|
+
readonly 100: "#eceef1";
|
|
110
|
+
readonly 150: "#e6e8ec";
|
|
111
|
+
readonly 200: "#d7dbe0";
|
|
112
|
+
readonly 300: "#c9ced4";
|
|
113
|
+
readonly 400: "#7e8994";
|
|
114
|
+
readonly 500: "#5f6b77";
|
|
115
|
+
readonly 600: "#3a4048";
|
|
116
|
+
readonly 700: "#23262c";
|
|
117
|
+
readonly 800: "#13161c";
|
|
118
|
+
readonly 900: "#0b0d10";
|
|
119
|
+
readonly 950: "#050608";
|
|
120
|
+
};
|
|
121
|
+
success: {
|
|
122
|
+
readonly 500: "#3bc882";
|
|
123
|
+
};
|
|
124
|
+
warning: {
|
|
125
|
+
readonly 500: "#ffb620";
|
|
126
|
+
};
|
|
127
|
+
danger: {
|
|
128
|
+
readonly 500: "#ff6b6b";
|
|
129
|
+
};
|
|
130
|
+
info: {
|
|
131
|
+
readonly 500: "#3580ff";
|
|
132
|
+
};
|
|
133
|
+
white: string;
|
|
134
|
+
black: string;
|
|
135
|
+
alpha: {
|
|
136
|
+
readonly black: {
|
|
137
|
+
readonly 55: "rgba(0,0,0,.55)";
|
|
138
|
+
readonly 60: "rgba(0,0,0,.6)";
|
|
139
|
+
};
|
|
140
|
+
readonly white: {
|
|
141
|
+
readonly 8: "rgba(255,255,255,.08)";
|
|
142
|
+
readonly 16: "rgba(255,255,255,.16)";
|
|
143
|
+
};
|
|
144
|
+
};
|
|
145
|
+
};
|
|
146
|
+
//# sourceMappingURL=color-palette.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"color-palette.d.ts","sourceRoot":"","sources":["../../../../../tokens/brands/pay/primitives/color-palette.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAGH,eAAO,MAAM,KAAK;;;;;;;;;;;;;CAaR,CAAC;AAGX,eAAO,MAAM,aAAa;;;;;;;;;;;;;CAahB,CAAC;AAGX,eAAO,MAAM,IAAI;;;;;;;;;;;;;CAaP,CAAC;AAGX,eAAO,MAAM,OAAO;;CAA8B,CAAC;AACnD,eAAO,MAAM,OAAO;;CAA8B,CAAC;AACnD,eAAO,MAAM,MAAM;;CAA+B,CAAC;AACnD,eAAO,MAAM,IAAI;;CAAiC,CAAC;AAGnD,eAAO,MAAM,KAAK,YAAY,CAAC;AAC/B,eAAO,MAAM,KAAK,YAAY,CAAC;AAE/B,eAAO,MAAM,KAAK;;;;;;;;;CAGR,CAAC;AAEX,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAExB,CAAC"}
|
|
@@ -0,0 +1,201 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* color-dark.ts — Semantic color tokens (dark) — BRAND "pay" (iGreen Pay)
|
|
3
|
+
* Tier 2 de 3: intenção. API pública.
|
|
4
|
+
*
|
|
5
|
+
* Valores HEX/RGBA extraídos 1:1 do Design Kit oficial (tema escuro = padrão).
|
|
6
|
+
* bg #050608 · surface #0b0d10 · surface-2 #0f1116 · surface-3 #13161c ·
|
|
7
|
+
* sidebar = surface · brand #00a859 · brand-text #3bc882.
|
|
8
|
+
*/
|
|
9
|
+
export declare const bg: {
|
|
10
|
+
readonly canvas: "#050608";
|
|
11
|
+
readonly surface: "#0b0d10";
|
|
12
|
+
readonly "surface-elevated": "#0f1116";
|
|
13
|
+
readonly "surface-panels": "#0b0d10";
|
|
14
|
+
readonly sidebar: "#0b0d10";
|
|
15
|
+
readonly subtle: "#0f1116";
|
|
16
|
+
readonly muted: "#0f1116";
|
|
17
|
+
readonly emphasis: "#13161c";
|
|
18
|
+
readonly input: "#0b0d10";
|
|
19
|
+
readonly accent: "#0f1116";
|
|
20
|
+
readonly brand: "#00a859";
|
|
21
|
+
readonly "brand-subtle": "rgba(0,168,89,.14)";
|
|
22
|
+
readonly "brand-hover": "#12b869";
|
|
23
|
+
readonly "brand-subtle-hover": "rgba(0,168,89,.22)";
|
|
24
|
+
readonly danger: "#ff6b6b";
|
|
25
|
+
readonly "danger-muted": "rgba(255,107,107,.14)";
|
|
26
|
+
readonly "danger-hover": "#ff8585";
|
|
27
|
+
readonly "danger-muted-hover": "rgba(255,107,107,.22)";
|
|
28
|
+
readonly success: "#3bc882";
|
|
29
|
+
readonly "success-muted": "rgba(59,200,130,.14)";
|
|
30
|
+
readonly "success-hover": "#57d195";
|
|
31
|
+
readonly "success-muted-hover": "rgba(59,200,130,.22)";
|
|
32
|
+
readonly warning: "#ffb620";
|
|
33
|
+
readonly "warning-muted": "rgba(255,182,32,.14)";
|
|
34
|
+
readonly "warning-hover": "#ffc748";
|
|
35
|
+
readonly "warning-muted-hover": "rgba(255,182,32,.22)";
|
|
36
|
+
readonly info: "#3580ff";
|
|
37
|
+
readonly "info-muted": "rgba(53,128,255,.15)";
|
|
38
|
+
readonly "info-hover": "#5a99ff";
|
|
39
|
+
readonly "info-muted-hover": "rgba(53,128,255,.24)";
|
|
40
|
+
readonly "muted-hover": "#13161c";
|
|
41
|
+
readonly "input-hover": "#13161c";
|
|
42
|
+
readonly "accent-hover": "#13161c";
|
|
43
|
+
readonly "sidebar-accent": "rgba(0,168,89,.14)";
|
|
44
|
+
readonly "sidebar-accent-hover": "#13161c";
|
|
45
|
+
readonly table: "#0b0d10";
|
|
46
|
+
readonly "table-head": "#13161c";
|
|
47
|
+
readonly "table-row-hover": "#13161c";
|
|
48
|
+
readonly "table-row-selected": "rgba(0,168,89,.14)";
|
|
49
|
+
readonly "table-row-selected-hover": "rgba(0,168,89,.20)";
|
|
50
|
+
readonly "table-row-selected-solid": "color-mix(in srgb, #00a859 12%, #0b0d10)";
|
|
51
|
+
readonly "table-row-selected-hover-solid": "color-mix(in srgb, #00a859 18%, #0b0d10)";
|
|
52
|
+
readonly dropdown: "#0b0d10";
|
|
53
|
+
};
|
|
54
|
+
export declare const fg: {
|
|
55
|
+
readonly strong: "#ffffff";
|
|
56
|
+
readonly default: "#f5f7fa";
|
|
57
|
+
readonly muted: "#aeb4bd";
|
|
58
|
+
readonly subtle: "#7c8591";
|
|
59
|
+
readonly disabled: "#5b636b";
|
|
60
|
+
readonly brand: "#3bc882";
|
|
61
|
+
readonly danger: "#ff6b6b";
|
|
62
|
+
readonly success: "#3bc882";
|
|
63
|
+
readonly warning: "#ffb620";
|
|
64
|
+
readonly info: "#3580ff";
|
|
65
|
+
readonly "on-brand": "#ffffff";
|
|
66
|
+
readonly "on-danger": "#ffffff";
|
|
67
|
+
readonly "on-success": "#000000";
|
|
68
|
+
readonly "on-warning": "#000000";
|
|
69
|
+
readonly "on-info": "#ffffff";
|
|
70
|
+
};
|
|
71
|
+
export declare const border: {
|
|
72
|
+
readonly default: "rgba(255,255,255,.08)";
|
|
73
|
+
readonly subtle: "rgba(255,255,255,.06)";
|
|
74
|
+
readonly input: "rgba(255,255,255,.08)";
|
|
75
|
+
readonly sidebar: "rgba(255,255,255,.08)";
|
|
76
|
+
readonly brand: "#00a859";
|
|
77
|
+
readonly "brand-subtle": "rgba(0,168,89,.36)";
|
|
78
|
+
readonly "danger-muted": "rgba(255,107,107,.36)";
|
|
79
|
+
readonly "success-muted": "rgba(59,200,130,.36)";
|
|
80
|
+
readonly "warning-muted": "rgba(255,182,32,.36)";
|
|
81
|
+
readonly "info-muted": "rgba(53,128,255,.36)";
|
|
82
|
+
readonly table: "rgba(255,255,255,.08)";
|
|
83
|
+
};
|
|
84
|
+
export declare const ring: {
|
|
85
|
+
readonly brand: "rgba(0,168,89,.35)";
|
|
86
|
+
readonly danger: "rgba(255,107,107,.35)";
|
|
87
|
+
readonly success: "rgba(59,200,130,.35)";
|
|
88
|
+
readonly warning: "rgba(255,182,32,.35)";
|
|
89
|
+
readonly info: "rgba(53,128,255,.35)";
|
|
90
|
+
readonly secondary: "rgba(255,255,255,.16)";
|
|
91
|
+
};
|
|
92
|
+
export declare const overlay: {
|
|
93
|
+
readonly scrim: "rgba(0,0,0,.6)";
|
|
94
|
+
readonly float: "rgba(255,255,255,.08)";
|
|
95
|
+
};
|
|
96
|
+
export declare const chart: {
|
|
97
|
+
readonly "1": "#00a859";
|
|
98
|
+
readonly "2": "#3580ff";
|
|
99
|
+
readonly "3": "#a3e635";
|
|
100
|
+
readonly "4": "#ffb620";
|
|
101
|
+
readonly "5": "#a78bfa";
|
|
102
|
+
readonly grid: "rgba(255,255,255,.08)";
|
|
103
|
+
};
|
|
104
|
+
export declare const colorDark: {
|
|
105
|
+
bg: {
|
|
106
|
+
readonly canvas: "#050608";
|
|
107
|
+
readonly surface: "#0b0d10";
|
|
108
|
+
readonly "surface-elevated": "#0f1116";
|
|
109
|
+
readonly "surface-panels": "#0b0d10";
|
|
110
|
+
readonly sidebar: "#0b0d10";
|
|
111
|
+
readonly subtle: "#0f1116";
|
|
112
|
+
readonly muted: "#0f1116";
|
|
113
|
+
readonly emphasis: "#13161c";
|
|
114
|
+
readonly input: "#0b0d10";
|
|
115
|
+
readonly accent: "#0f1116";
|
|
116
|
+
readonly brand: "#00a859";
|
|
117
|
+
readonly "brand-subtle": "rgba(0,168,89,.14)";
|
|
118
|
+
readonly "brand-hover": "#12b869";
|
|
119
|
+
readonly "brand-subtle-hover": "rgba(0,168,89,.22)";
|
|
120
|
+
readonly danger: "#ff6b6b";
|
|
121
|
+
readonly "danger-muted": "rgba(255,107,107,.14)";
|
|
122
|
+
readonly "danger-hover": "#ff8585";
|
|
123
|
+
readonly "danger-muted-hover": "rgba(255,107,107,.22)";
|
|
124
|
+
readonly success: "#3bc882";
|
|
125
|
+
readonly "success-muted": "rgba(59,200,130,.14)";
|
|
126
|
+
readonly "success-hover": "#57d195";
|
|
127
|
+
readonly "success-muted-hover": "rgba(59,200,130,.22)";
|
|
128
|
+
readonly warning: "#ffb620";
|
|
129
|
+
readonly "warning-muted": "rgba(255,182,32,.14)";
|
|
130
|
+
readonly "warning-hover": "#ffc748";
|
|
131
|
+
readonly "warning-muted-hover": "rgba(255,182,32,.22)";
|
|
132
|
+
readonly info: "#3580ff";
|
|
133
|
+
readonly "info-muted": "rgba(53,128,255,.15)";
|
|
134
|
+
readonly "info-hover": "#5a99ff";
|
|
135
|
+
readonly "info-muted-hover": "rgba(53,128,255,.24)";
|
|
136
|
+
readonly "muted-hover": "#13161c";
|
|
137
|
+
readonly "input-hover": "#13161c";
|
|
138
|
+
readonly "accent-hover": "#13161c";
|
|
139
|
+
readonly "sidebar-accent": "rgba(0,168,89,.14)";
|
|
140
|
+
readonly "sidebar-accent-hover": "#13161c";
|
|
141
|
+
readonly table: "#0b0d10";
|
|
142
|
+
readonly "table-head": "#13161c";
|
|
143
|
+
readonly "table-row-hover": "#13161c";
|
|
144
|
+
readonly "table-row-selected": "rgba(0,168,89,.14)";
|
|
145
|
+
readonly "table-row-selected-hover": "rgba(0,168,89,.20)";
|
|
146
|
+
readonly "table-row-selected-solid": "color-mix(in srgb, #00a859 12%, #0b0d10)";
|
|
147
|
+
readonly "table-row-selected-hover-solid": "color-mix(in srgb, #00a859 18%, #0b0d10)";
|
|
148
|
+
readonly dropdown: "#0b0d10";
|
|
149
|
+
};
|
|
150
|
+
fg: {
|
|
151
|
+
readonly strong: "#ffffff";
|
|
152
|
+
readonly default: "#f5f7fa";
|
|
153
|
+
readonly muted: "#aeb4bd";
|
|
154
|
+
readonly subtle: "#7c8591";
|
|
155
|
+
readonly disabled: "#5b636b";
|
|
156
|
+
readonly brand: "#3bc882";
|
|
157
|
+
readonly danger: "#ff6b6b";
|
|
158
|
+
readonly success: "#3bc882";
|
|
159
|
+
readonly warning: "#ffb620";
|
|
160
|
+
readonly info: "#3580ff";
|
|
161
|
+
readonly "on-brand": "#ffffff";
|
|
162
|
+
readonly "on-danger": "#ffffff";
|
|
163
|
+
readonly "on-success": "#000000";
|
|
164
|
+
readonly "on-warning": "#000000";
|
|
165
|
+
readonly "on-info": "#ffffff";
|
|
166
|
+
};
|
|
167
|
+
border: {
|
|
168
|
+
readonly default: "rgba(255,255,255,.08)";
|
|
169
|
+
readonly subtle: "rgba(255,255,255,.06)";
|
|
170
|
+
readonly input: "rgba(255,255,255,.08)";
|
|
171
|
+
readonly sidebar: "rgba(255,255,255,.08)";
|
|
172
|
+
readonly brand: "#00a859";
|
|
173
|
+
readonly "brand-subtle": "rgba(0,168,89,.36)";
|
|
174
|
+
readonly "danger-muted": "rgba(255,107,107,.36)";
|
|
175
|
+
readonly "success-muted": "rgba(59,200,130,.36)";
|
|
176
|
+
readonly "warning-muted": "rgba(255,182,32,.36)";
|
|
177
|
+
readonly "info-muted": "rgba(53,128,255,.36)";
|
|
178
|
+
readonly table: "rgba(255,255,255,.08)";
|
|
179
|
+
};
|
|
180
|
+
ring: {
|
|
181
|
+
readonly brand: "rgba(0,168,89,.35)";
|
|
182
|
+
readonly danger: "rgba(255,107,107,.35)";
|
|
183
|
+
readonly success: "rgba(59,200,130,.35)";
|
|
184
|
+
readonly warning: "rgba(255,182,32,.35)";
|
|
185
|
+
readonly info: "rgba(53,128,255,.35)";
|
|
186
|
+
readonly secondary: "rgba(255,255,255,.16)";
|
|
187
|
+
};
|
|
188
|
+
overlay: {
|
|
189
|
+
readonly scrim: "rgba(0,0,0,.6)";
|
|
190
|
+
readonly float: "rgba(255,255,255,.08)";
|
|
191
|
+
};
|
|
192
|
+
chart: {
|
|
193
|
+
readonly "1": "#00a859";
|
|
194
|
+
readonly "2": "#3580ff";
|
|
195
|
+
readonly "3": "#a3e635";
|
|
196
|
+
readonly "4": "#ffb620";
|
|
197
|
+
readonly "5": "#a78bfa";
|
|
198
|
+
readonly grid: "rgba(255,255,255,.08)";
|
|
199
|
+
};
|
|
200
|
+
};
|
|
201
|
+
//# sourceMappingURL=color-dark.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"color-dark.d.ts","sourceRoot":"","sources":["../../../../../tokens/brands/pay/semantic/color-dark.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAMH,eAAO,MAAM,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAuDL,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"}
|