@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.
Files changed (248) hide show
  1. package/README.md +39 -12
  2. package/dist-lib/chunks/{app-shell-Cy9be0Zx.mjs → app-shell-78w0pYdP.mjs} +849 -79
  3. package/dist-lib/chunks/app-shell-78w0pYdP.mjs.map +1 -0
  4. package/dist-lib/chunks/{app-shell-CPx9X7zP.cjs → app-shell-Cyh8AUJT.cjs} +947 -176
  5. package/dist-lib/chunks/app-shell-Cyh8AUJT.cjs.map +1 -0
  6. package/dist-lib/chunks/{clientes-showcase-mocks-ayU1SDOA.mjs → clientes-showcase-mocks-CwWGCCmf.mjs} +1 -27
  7. package/dist-lib/chunks/clientes-showcase-mocks-CwWGCCmf.mjs.map +1 -0
  8. package/dist-lib/chunks/{clientes-showcase-mocks-DygUqkkh.cjs → clientes-showcase-mocks-CwhluBTT.cjs} +1 -44
  9. package/dist-lib/chunks/clientes-showcase-mocks-CwhluBTT.cjs.map +1 -0
  10. package/dist-lib/chunks/{input-BWevV7up.cjs → input-BjUSWce3.cjs} +24 -4
  11. package/dist-lib/chunks/input-BjUSWce3.cjs.map +1 -0
  12. package/dist-lib/chunks/{input-C9eKSSEb.mjs → input-DCDU4i4S.mjs} +23 -3
  13. package/dist-lib/chunks/input-DCDU4i4S.mjs.map +1 -0
  14. package/dist-lib/chunks/kpi-delta-C_3V6uG6.cjs +148 -0
  15. package/dist-lib/chunks/kpi-delta-C_3V6uG6.cjs.map +1 -0
  16. package/dist-lib/chunks/kpi-delta-DpYuDY4h.mjs +149 -0
  17. package/dist-lib/chunks/kpi-delta-DpYuDY4h.mjs.map +1 -0
  18. package/dist-lib/chunks/{page-header-CQbTGWQ8.mjs → page-header-B6XJyIMz.mjs} +2 -2
  19. package/dist-lib/chunks/{page-header-CQbTGWQ8.mjs.map → page-header-B6XJyIMz.mjs.map} +1 -1
  20. package/dist-lib/chunks/{page-header-BZ-WrxV2.cjs → page-header-D0rpU0yn.cjs} +4 -4
  21. package/dist-lib/chunks/{page-header-BZ-WrxV2.cjs.map → page-header-D0rpU0yn.cjs.map} +1 -1
  22. package/dist-lib/chunks/{panel-pOXMw6a-.cjs → panel-B_SSIEDs.cjs} +1876 -1067
  23. package/dist-lib/chunks/panel-B_SSIEDs.cjs.map +1 -0
  24. package/dist-lib/chunks/{panel-BCUixETK.mjs → panel-CEkyoGiO.mjs} +1639 -831
  25. package/dist-lib/chunks/panel-CEkyoGiO.mjs.map +1 -0
  26. package/dist-lib/index.cjs +3819 -230
  27. package/dist-lib/index.cjs.map +1 -1
  28. package/dist-lib/index.mjs +3898 -313
  29. package/dist-lib/index.mjs.map +1 -1
  30. package/dist-lib/preview/chat.cjs +41 -42
  31. package/dist-lib/preview/chat.cjs.map +1 -1
  32. package/dist-lib/preview/chat.mjs +2 -3
  33. package/dist-lib/preview/chat.mjs.map +1 -1
  34. package/dist-lib/preview/clientes.cjs +22 -24
  35. package/dist-lib/preview/clientes.cjs.map +1 -1
  36. package/dist-lib/preview/clientes.mjs +5 -7
  37. package/dist-lib/preview/clientes.mjs.map +1 -1
  38. package/dist-lib/preview/dashboard.cjs +232 -28
  39. package/dist-lib/preview/dashboard.cjs.map +1 -1
  40. package/dist-lib/preview/dashboard.mjs +215 -11
  41. package/dist-lib/preview/dashboard.mjs.map +1 -1
  42. package/dist-lib/preview/mocks.cjs +1 -1
  43. package/dist-lib/preview/mocks.mjs +1 -1
  44. package/dist-lib/src/components/index.d.ts +14 -0
  45. package/dist-lib/src/components/index.d.ts.map +1 -1
  46. package/dist-lib/src/components/shadcn/command.d.ts.map +1 -1
  47. package/dist-lib/src/components/shadcn/input.d.ts.map +1 -1
  48. package/dist-lib/src/components/shadcn/tabs.d.ts +11 -6
  49. package/dist-lib/src/components/shadcn/tabs.d.ts.map +1 -1
  50. package/dist-lib/src/components/shadcn/tooltip.d.ts +25 -7
  51. package/dist-lib/src/components/shadcn/tooltip.d.ts.map +1 -1
  52. package/dist-lib/src/components/ui/ChoroplethMap/choropleth-map.d.ts +13 -0
  53. package/dist-lib/src/components/ui/ChoroplethMap/choropleth-map.d.ts.map +1 -0
  54. package/dist-lib/src/components/ui/ChoroplethMap/choropleth-map.styles.d.ts +95 -0
  55. package/dist-lib/src/components/ui/ChoroplethMap/choropleth-map.styles.d.ts.map +1 -0
  56. package/dist-lib/src/components/ui/ChoroplethMap/choropleth-map.types.d.ts +81 -0
  57. package/dist-lib/src/components/ui/ChoroplethMap/choropleth-map.types.d.ts.map +1 -0
  58. package/dist-lib/src/components/ui/ChoroplethMap/index.d.ts +3 -0
  59. package/dist-lib/src/components/ui/ChoroplethMap/index.d.ts.map +1 -0
  60. package/dist-lib/src/components/ui/ColorPicker/color-picker.d.ts +16 -0
  61. package/dist-lib/src/components/ui/ColorPicker/color-picker.d.ts.map +1 -0
  62. package/dist-lib/src/components/ui/ColorPicker/color-picker.presets.d.ts +13 -0
  63. package/dist-lib/src/components/ui/ColorPicker/color-picker.presets.d.ts.map +1 -0
  64. package/dist-lib/src/components/ui/ColorPicker/color-picker.styles.d.ts +135 -0
  65. package/dist-lib/src/components/ui/ColorPicker/color-picker.styles.d.ts.map +1 -0
  66. package/dist-lib/src/components/ui/ColorPicker/color-picker.types.d.ts +35 -0
  67. package/dist-lib/src/components/ui/ColorPicker/color-picker.types.d.ts.map +1 -0
  68. package/dist-lib/src/components/ui/ColorPicker/index.d.ts +6 -0
  69. package/dist-lib/src/components/ui/ColorPicker/index.d.ts.map +1 -0
  70. package/dist-lib/src/components/ui/ConversationListItem/conversation-list-item.d.ts +23 -0
  71. package/dist-lib/src/components/ui/ConversationListItem/conversation-list-item.d.ts.map +1 -0
  72. package/dist-lib/src/components/ui/ConversationListItem/conversation-list-item.styles.d.ts +173 -0
  73. package/dist-lib/src/components/ui/ConversationListItem/conversation-list-item.styles.d.ts.map +1 -0
  74. package/dist-lib/src/components/ui/ConversationListItem/conversation-list-item.types.d.ts +59 -0
  75. package/dist-lib/src/components/ui/ConversationListItem/conversation-list-item.types.d.ts.map +1 -0
  76. package/dist-lib/src/components/ui/ConversationListItem/index.d.ts +5 -0
  77. package/dist-lib/src/components/ui/ConversationListItem/index.d.ts.map +1 -0
  78. package/dist-lib/src/components/ui/DataTable/data-table.d.ts.map +1 -1
  79. package/dist-lib/src/components/ui/DataTable/data-table.types.d.ts +14 -1
  80. package/dist-lib/src/components/ui/DataTable/data-table.types.d.ts.map +1 -1
  81. package/dist-lib/src/components/ui/DataTable/hooks/use-column-auto-width.d.ts +9 -0
  82. package/dist-lib/src/components/ui/DataTable/hooks/use-column-auto-width.d.ts.map +1 -1
  83. package/dist-lib/src/components/ui/DataTable/hooks/use-data-table-controller.d.ts.map +1 -1
  84. package/dist-lib/src/components/ui/DataTable/services/saved-views.types.d.ts +9 -0
  85. package/dist-lib/src/components/ui/DataTable/services/saved-views.types.d.ts.map +1 -1
  86. package/dist-lib/src/components/ui/DataTable/utils/calculate-column-widths.d.ts +16 -0
  87. package/dist-lib/src/components/ui/DataTable/utils/calculate-column-widths.d.ts.map +1 -1
  88. package/dist-lib/src/components/ui/DatePicker/datepicker.d.ts +31 -8
  89. package/dist-lib/src/components/ui/DatePicker/datepicker.d.ts.map +1 -1
  90. package/dist-lib/src/components/ui/DatePicker/index.d.ts +1 -1
  91. package/dist-lib/src/components/ui/DatePicker/index.d.ts.map +1 -1
  92. package/dist-lib/src/components/ui/DateSeparatorChip/date-separator-chip.d.ts +18 -0
  93. package/dist-lib/src/components/ui/DateSeparatorChip/date-separator-chip.d.ts.map +1 -0
  94. package/dist-lib/src/components/ui/DateSeparatorChip/date-separator-chip.styles.d.ts +63 -0
  95. package/dist-lib/src/components/ui/DateSeparatorChip/date-separator-chip.styles.d.ts.map +1 -0
  96. package/dist-lib/src/components/ui/DateSeparatorChip/date-separator-chip.types.d.ts +21 -0
  97. package/dist-lib/src/components/ui/DateSeparatorChip/date-separator-chip.types.d.ts.map +1 -0
  98. package/dist-lib/src/components/ui/DateSeparatorChip/index.d.ts +5 -0
  99. package/dist-lib/src/components/ui/DateSeparatorChip/index.d.ts.map +1 -0
  100. package/dist-lib/src/components/ui/EmptyState/empty-state.d.ts +12 -0
  101. package/dist-lib/src/components/ui/EmptyState/empty-state.d.ts.map +1 -0
  102. package/dist-lib/src/components/ui/EmptyState/empty-state.styles.d.ts +83 -0
  103. package/dist-lib/src/components/ui/EmptyState/empty-state.styles.d.ts.map +1 -0
  104. package/dist-lib/src/components/ui/EmptyState/empty-state.types.d.ts +43 -0
  105. package/dist-lib/src/components/ui/EmptyState/empty-state.types.d.ts.map +1 -0
  106. package/dist-lib/src/components/ui/EmptyState/index.d.ts +5 -0
  107. package/dist-lib/src/components/ui/EmptyState/index.d.ts.map +1 -0
  108. package/dist-lib/src/components/ui/FileUploadField/file-upload-field.d.ts +15 -0
  109. package/dist-lib/src/components/ui/FileUploadField/file-upload-field.d.ts.map +1 -0
  110. package/dist-lib/src/components/ui/FileUploadField/file-upload-field.styles.d.ts +66 -0
  111. package/dist-lib/src/components/ui/FileUploadField/file-upload-field.styles.d.ts.map +1 -0
  112. package/dist-lib/src/components/ui/FileUploadField/file-upload-field.types.d.ts +41 -0
  113. package/dist-lib/src/components/ui/FileUploadField/file-upload-field.types.d.ts.map +1 -0
  114. package/dist-lib/src/components/ui/FileUploadField/index.d.ts +3 -0
  115. package/dist-lib/src/components/ui/FileUploadField/index.d.ts.map +1 -0
  116. package/dist-lib/src/components/ui/Kpi/kpi-delta.d.ts +4 -1
  117. package/dist-lib/src/components/ui/Kpi/kpi-delta.d.ts.map +1 -1
  118. package/dist-lib/src/components/ui/Kpi/kpi.d.ts +1 -1
  119. package/dist-lib/src/components/ui/Kpi/kpi.d.ts.map +1 -1
  120. package/dist-lib/src/components/ui/Kpi/kpi.styles.d.ts +42 -0
  121. package/dist-lib/src/components/ui/Kpi/kpi.styles.d.ts.map +1 -1
  122. package/dist-lib/src/components/ui/Kpi/kpi.types.d.ts +13 -1
  123. package/dist-lib/src/components/ui/Kpi/kpi.types.d.ts.map +1 -1
  124. package/dist-lib/src/components/ui/MarkdownText/index.d.ts +5 -0
  125. package/dist-lib/src/components/ui/MarkdownText/index.d.ts.map +1 -0
  126. package/dist-lib/src/components/ui/MarkdownText/markdown-text.d.ts +14 -0
  127. package/dist-lib/src/components/ui/MarkdownText/markdown-text.d.ts.map +1 -0
  128. package/dist-lib/src/components/ui/MarkdownText/markdown-text.styles.d.ts +72 -0
  129. package/dist-lib/src/components/ui/MarkdownText/markdown-text.styles.d.ts.map +1 -0
  130. package/dist-lib/src/components/ui/MarkdownText/markdown-text.types.d.ts +26 -0
  131. package/dist-lib/src/components/ui/MarkdownText/markdown-text.types.d.ts.map +1 -0
  132. package/dist-lib/src/components/ui/MenuSidebar/sidebar-section.d.ts.map +1 -1
  133. package/dist-lib/src/components/ui/MenuSidebar/sidebar.styles.d.ts +1 -0
  134. package/dist-lib/src/components/ui/MenuSidebar/sidebar.styles.d.ts.map +1 -1
  135. package/dist-lib/src/components/ui/MenuSidebar/sidebar.types.d.ts +7 -1
  136. package/dist-lib/src/components/ui/MenuSidebar/sidebar.types.d.ts.map +1 -1
  137. package/dist-lib/src/components/ui/MessageAck/index.d.ts +5 -0
  138. package/dist-lib/src/components/ui/MessageAck/index.d.ts.map +1 -0
  139. package/dist-lib/src/components/ui/MessageAck/message-ack.d.ts +18 -0
  140. package/dist-lib/src/components/ui/MessageAck/message-ack.d.ts.map +1 -0
  141. package/dist-lib/src/components/ui/MessageAck/message-ack.styles.d.ts +61 -0
  142. package/dist-lib/src/components/ui/MessageAck/message-ack.styles.d.ts.map +1 -0
  143. package/dist-lib/src/components/ui/MessageAck/message-ack.types.d.ts +14 -0
  144. package/dist-lib/src/components/ui/MessageAck/message-ack.types.d.ts.map +1 -0
  145. package/dist-lib/src/components/ui/MessageBubble/index.d.ts +5 -0
  146. package/dist-lib/src/components/ui/MessageBubble/index.d.ts.map +1 -0
  147. package/dist-lib/src/components/ui/MessageBubble/message-bubble.d.ts +20 -0
  148. package/dist-lib/src/components/ui/MessageBubble/message-bubble.d.ts.map +1 -0
  149. package/dist-lib/src/components/ui/MessageBubble/message-bubble.styles.d.ts +180 -0
  150. package/dist-lib/src/components/ui/MessageBubble/message-bubble.styles.d.ts.map +1 -0
  151. package/dist-lib/src/components/ui/MessageBubble/message-bubble.types.d.ts +87 -0
  152. package/dist-lib/src/components/ui/MessageBubble/message-bubble.types.d.ts.map +1 -0
  153. package/dist-lib/src/components/ui/MessageComposer/index.d.ts +5 -0
  154. package/dist-lib/src/components/ui/MessageComposer/index.d.ts.map +1 -0
  155. package/dist-lib/src/components/ui/MessageComposer/message-composer.d.ts +18 -0
  156. package/dist-lib/src/components/ui/MessageComposer/message-composer.d.ts.map +1 -0
  157. package/dist-lib/src/components/ui/MessageComposer/message-composer.styles.d.ts +113 -0
  158. package/dist-lib/src/components/ui/MessageComposer/message-composer.styles.d.ts.map +1 -0
  159. package/dist-lib/src/components/ui/MessageComposer/message-composer.types.d.ts +49 -0
  160. package/dist-lib/src/components/ui/MessageComposer/message-composer.types.d.ts.map +1 -0
  161. package/dist-lib/src/components/ui/MessageVariablesPicker/index.d.ts +6 -0
  162. package/dist-lib/src/components/ui/MessageVariablesPicker/index.d.ts.map +1 -0
  163. package/dist-lib/src/components/ui/MessageVariablesPicker/message-variables-picker.d.ts +12 -0
  164. package/dist-lib/src/components/ui/MessageVariablesPicker/message-variables-picker.d.ts.map +1 -0
  165. package/dist-lib/src/components/ui/MessageVariablesPicker/message-variables-picker.styles.d.ts +57 -0
  166. package/dist-lib/src/components/ui/MessageVariablesPicker/message-variables-picker.styles.d.ts.map +1 -0
  167. package/dist-lib/src/components/ui/MessageVariablesPicker/message-variables-picker.types.d.ts +36 -0
  168. package/dist-lib/src/components/ui/MessageVariablesPicker/message-variables-picker.types.d.ts.map +1 -0
  169. package/dist-lib/src/components/ui/Modal/modal.d.ts +3 -1
  170. package/dist-lib/src/components/ui/Modal/modal.d.ts.map +1 -1
  171. package/dist-lib/src/components/ui/Modal/modal.styles.d.ts +7 -1
  172. package/dist-lib/src/components/ui/Modal/modal.styles.d.ts.map +1 -1
  173. package/dist-lib/src/components/ui/MonthYearPicker/index.d.ts +3 -0
  174. package/dist-lib/src/components/ui/MonthYearPicker/index.d.ts.map +1 -0
  175. package/dist-lib/src/components/ui/MonthYearPicker/month-year-picker.d.ts +11 -0
  176. package/dist-lib/src/components/ui/MonthYearPicker/month-year-picker.d.ts.map +1 -0
  177. package/dist-lib/src/components/ui/MonthYearPicker/month-year-picker.styles.d.ts +113 -0
  178. package/dist-lib/src/components/ui/MonthYearPicker/month-year-picker.styles.d.ts.map +1 -0
  179. package/dist-lib/src/components/ui/MonthYearPicker/month-year-picker.types.d.ts +34 -0
  180. package/dist-lib/src/components/ui/MonthYearPicker/month-year-picker.types.d.ts.map +1 -0
  181. package/dist-lib/src/components/ui/SingleMenuSidebar/single-menu-sidebar.styles.d.ts +1 -1
  182. package/dist-lib/src/components/ui/Spinner/index.d.ts +3 -0
  183. package/dist-lib/src/components/ui/Spinner/index.d.ts.map +1 -0
  184. package/dist-lib/src/components/ui/Spinner/spinner.d.ts +11 -0
  185. package/dist-lib/src/components/ui/Spinner/spinner.d.ts.map +1 -0
  186. package/dist-lib/src/components/ui/Spinner/spinner.styles.d.ts +55 -0
  187. package/dist-lib/src/components/ui/Spinner/spinner.styles.d.ts.map +1 -0
  188. package/dist-lib/src/components/ui/Spinner/spinner.types.d.ts +12 -0
  189. package/dist-lib/src/components/ui/Spinner/spinner.types.d.ts.map +1 -0
  190. package/dist-lib/src/components/ui/TableToolbar/parts/table-toolbar-views.d.ts +7 -1
  191. package/dist-lib/src/components/ui/TableToolbar/parts/table-toolbar-views.d.ts.map +1 -1
  192. package/dist-lib/src/components/ui/Toast/toast.d.ts +44 -0
  193. package/dist-lib/src/components/ui/Toast/toast.d.ts.map +1 -0
  194. package/dist-lib/src/hooks/useBrand.d.ts +31 -0
  195. package/dist-lib/src/hooks/useBrand.d.ts.map +1 -0
  196. package/dist-lib/src/preview/pages/ChatV2/components/QueueColumn/queue-column.styles.d.ts +3 -3
  197. package/dist-lib/src/preview/pages/ClientesShowcase/clientes-showcase-mocks.d.ts +1 -1
  198. package/dist-lib/src/preview/pages/ClientesShowcase/clientes-showcase-mocks.d.ts.map +1 -1
  199. package/dist-lib/src/preview/pages/ClientesShowcase/clientes-showcase.types.d.ts +1 -1
  200. package/dist-lib/src/preview/pages/ClientesShowcase/clientes-showcase.types.d.ts.map +1 -1
  201. package/dist-lib/src/preview/pages/ClientesShowcase/components/DetailDrawer/detail-drawer.types.d.ts +1 -1
  202. package/dist-lib/src/preview/pages/ClientesShowcase/components/DetailDrawer/detail-drawer.types.d.ts.map +1 -1
  203. package/dist-lib/src/preview/pages/DashboardShowcase.d.ts.map +1 -1
  204. package/dist-lib/src/preview/pages/_table-data.d.ts +51 -0
  205. package/dist-lib/src/preview/pages/_table-data.d.ts.map +1 -0
  206. package/dist-lib/src/utils/tv.d.ts.map +1 -1
  207. package/dist-lib/theme.css +32 -0
  208. package/dist-lib/tokens/brands/blue/primitives/color-palette.d.ts +266 -0
  209. package/dist-lib/tokens/brands/blue/primitives/color-palette.d.ts.map +1 -0
  210. package/dist-lib/tokens/brands/blue/semantic/color-dark.d.ts +200 -0
  211. package/dist-lib/tokens/brands/blue/semantic/color-dark.d.ts.map +1 -0
  212. package/dist-lib/tokens/brands/blue/semantic/color-light.d.ts +202 -0
  213. package/dist-lib/tokens/brands/blue/semantic/color-light.d.ts.map +1 -0
  214. package/dist-lib/tokens/brands/default/semantic/typography.d.ts +4 -2
  215. package/dist-lib/tokens/brands/default/semantic/typography.d.ts.map +1 -1
  216. package/dist-lib/tokens/brands/green/primitives/color-palette.d.ts +267 -0
  217. package/dist-lib/tokens/brands/green/primitives/color-palette.d.ts.map +1 -0
  218. package/dist-lib/tokens/brands/green/semantic/color-dark.d.ts +200 -0
  219. package/dist-lib/tokens/brands/green/semantic/color-dark.d.ts.map +1 -0
  220. package/dist-lib/tokens/brands/green/semantic/color-light.d.ts +201 -0
  221. package/dist-lib/tokens/brands/green/semantic/color-light.d.ts.map +1 -0
  222. package/dist-lib/tokens/brands/pay/primitives/color-palette.d.ts +146 -0
  223. package/dist-lib/tokens/brands/pay/primitives/color-palette.d.ts.map +1 -0
  224. package/dist-lib/tokens/brands/pay/semantic/color-dark.d.ts +201 -0
  225. package/dist-lib/tokens/brands/pay/semantic/color-dark.d.ts.map +1 -0
  226. package/dist-lib/tokens/brands/pay/semantic/color-light.d.ts +199 -0
  227. package/dist-lib/tokens/brands/pay/semantic/color-light.d.ts.map +1 -0
  228. package/dist-lib/tokens.cjs +35 -0
  229. package/dist-lib/tokens.cjs.map +1 -1
  230. package/dist-lib/tokens.mjs +35 -0
  231. package/dist-lib/tokens.mjs.map +1 -1
  232. package/package.json +21 -7
  233. package/dist-lib/chunks/app-shell-CPx9X7zP.cjs.map +0 -1
  234. package/dist-lib/chunks/app-shell-Cy9be0Zx.mjs.map +0 -1
  235. package/dist-lib/chunks/badge-DBdk74KN.mjs +0 -840
  236. package/dist-lib/chunks/badge-DBdk74KN.mjs.map +0 -1
  237. package/dist-lib/chunks/badge-gU2wtxrn.cjs +0 -856
  238. package/dist-lib/chunks/badge-gU2wtxrn.cjs.map +0 -1
  239. package/dist-lib/chunks/chip-group-2-f_Yo7Y.cjs +0 -763
  240. package/dist-lib/chunks/chip-group-2-f_Yo7Y.cjs.map +0 -1
  241. package/dist-lib/chunks/chip-group-_e-yh1Zq.mjs +0 -747
  242. package/dist-lib/chunks/chip-group-_e-yh1Zq.mjs.map +0 -1
  243. package/dist-lib/chunks/clientes-showcase-mocks-DygUqkkh.cjs.map +0 -1
  244. package/dist-lib/chunks/clientes-showcase-mocks-ayU1SDOA.mjs.map +0 -1
  245. package/dist-lib/chunks/input-BWevV7up.cjs.map +0 -1
  246. package/dist-lib/chunks/input-C9eKSSEb.mjs.map +0 -1
  247. package/dist-lib/chunks/panel-BCUixETK.mjs.map +0 -1
  248. package/dist-lib/chunks/panel-pOXMw6a-.cjs.map +0 -1
@@ -0,0 +1,267 @@
1
+ /**
2
+ * color-palette.ts — Primitive color tokens — BRAND "green" (multi-tema)
3
+ * Tier 1 de 3: valores raw. API privada.
4
+ *
5
+ * Irmã da brand "blue": mesma receita, mas TODA a UI puxa VERDE. Diferente da
6
+ * default (verde só na marca, neutros cinza) E diferente do verde iGreen —
7
+ * aqui é um GRASS/SPRING GREEN mais quente e vivo (hue ~142, vs iGreen 151/162),
8
+ * com neutros/surfaces claramente esverdeados (chroma alto — verde pesa menos que
9
+ * azul no olho, precisa mais chroma pra ler igual). "Todo verde", tom próprio.
10
+ *
11
+ * Formato: OKLCH. Hue verde-grama ~142 (light) / ~145 (dark, mais brilhante).
12
+ */
13
+ export declare const brand: {
14
+ readonly 50: "oklch(0.97 0.030 142)";
15
+ readonly 100: "oklch(0.94 0.058 142)";
16
+ readonly 150: "oklch(0.91 0.080 142)";
17
+ readonly 200: "oklch(0.87 0.110 142)";
18
+ readonly 300: "oklch(0.78 0.145 142)";
19
+ readonly 400: "oklch(0.68 0.165 142)";
20
+ readonly 500: "oklch(0.62 0.170 142)";
21
+ readonly 600: "oklch(0.58 0.170 142)";
22
+ readonly 700: "oklch(0.49 0.155 142)";
23
+ readonly 800: "oklch(0.39 0.130 142)";
24
+ readonly 900: "oklch(0.28 0.095 142)";
25
+ readonly 950: "oklch(0.19 0.065 142)";
26
+ };
27
+ export declare const brandContrast: {
28
+ readonly 50: "oklch(0.97 0.032 145)";
29
+ readonly 100: "oklch(0.94 0.062 145)";
30
+ readonly 150: "oklch(0.91 0.088 145)";
31
+ readonly 200: "oklch(0.87 0.120 145)";
32
+ readonly 300: "oklch(0.84 0.155 145)";
33
+ readonly 400: "oklch(0.81 0.190 145)";
34
+ readonly 500: "oklch(0.73 0.180 145)";
35
+ readonly 600: "oklch(0.63 0.160 145)";
36
+ readonly 700: "oklch(0.51 0.130 145)";
37
+ readonly 800: "oklch(0.39 0.100 145)";
38
+ readonly 900: "oklch(0.28 0.070 145)";
39
+ readonly 950: "oklch(0.19 0.048 145)";
40
+ };
41
+ export declare const gray: {
42
+ readonly 50: "oklch(0.973 0.004 142)";
43
+ readonly 100: "oklch(0.94 0.006 142)";
44
+ readonly 150: "oklch(0.931 0.007 142)";
45
+ readonly 200: "oklch(0.9076 0.009 142)";
46
+ readonly 300: "oklch(0.8761 0.012 142)";
47
+ readonly 400: "oklch(0.7025 0.022 142)";
48
+ readonly 500: "oklch(0.4997 0.028 142)";
49
+ readonly 600: "oklch(0.36 0.036 142)";
50
+ readonly 700: "oklch(0.30 0.030 142)";
51
+ readonly 800: "oklch(0.2645 0.026 142)";
52
+ readonly 900: "oklch(0.205 0.026 142)";
53
+ readonly 950: "oklch(0.15 0.010 142)";
54
+ };
55
+ export declare const danger: {
56
+ readonly 50: "oklch(0.97 0.025 25)";
57
+ readonly 100: "oklch(0.94 0.050 25)";
58
+ readonly 150: "oklch(0.91 0.080 25)";
59
+ readonly 200: "oklch(0.86 0.110 25)";
60
+ readonly 300: "oklch(0.76 0.165 25)";
61
+ readonly 400: "oklch(0.69 0.195 25)";
62
+ readonly 500: "oklch(0.6368 0.2078 25.33)";
63
+ readonly 600: "oklch(0.56 0.200 25)";
64
+ readonly 700: "oklch(0.46 0.180 25)";
65
+ readonly 800: "oklch(0.36 0.140 25)";
66
+ readonly 900: "oklch(0.26 0.100 25)";
67
+ readonly 950: "oklch(0.18 0.070 25)";
68
+ };
69
+ export declare const success: {
70
+ readonly 50: "oklch(0.96 0.025 161)";
71
+ readonly 100: "oklch(0.93 0.045 161)";
72
+ readonly 150: "oklch(0.90 0.065 161)";
73
+ readonly 200: "oklch(0.85 0.090 161)";
74
+ readonly 300: "oklch(0.77 0.115 161)";
75
+ readonly 400: "oklch(0.71 0.130 161)";
76
+ readonly 500: "oklch(0.66 0.135 161)";
77
+ readonly 600: "oklch(0.57 0.130 161)";
78
+ readonly 700: "oklch(0.47 0.110 161)";
79
+ readonly 800: "oklch(0.37 0.085 161)";
80
+ readonly 900: "oklch(0.27 0.060 161)";
81
+ readonly 950: "oklch(0.19 0.045 161)";
82
+ };
83
+ export declare const warning: {
84
+ readonly 50: "oklch(0.97 0.030 81)";
85
+ readonly 100: "oklch(0.95 0.060 81)";
86
+ readonly 150: "oklch(0.93 0.090 81)";
87
+ readonly 200: "oklch(0.91 0.115 81)";
88
+ readonly 300: "oklch(0.86 0.150 81)";
89
+ readonly 400: "oklch(0.83 0.155 81)";
90
+ readonly 500: "oklch(0.81 0.160 81)";
91
+ readonly 600: "oklch(0.71 0.155 81)";
92
+ readonly 700: "oklch(0.59 0.135 81)";
93
+ readonly 800: "oklch(0.46 0.110 81)";
94
+ readonly 900: "oklch(0.34 0.085 81)";
95
+ readonly 950: "oklch(0.24 0.060 81)";
96
+ };
97
+ export declare const info: {
98
+ readonly 50: "oklch(0.97 0.025 280)";
99
+ readonly 100: "oklch(0.93 0.050 280)";
100
+ readonly 150: "oklch(0.89 0.085 280)";
101
+ readonly 200: "oklch(0.85 0.110 280)";
102
+ readonly 300: "oklch(0.76 0.155 280)";
103
+ readonly 400: "oklch(0.69 0.190 280)";
104
+ readonly 500: "oklch(0.62 0.210 280)";
105
+ readonly 600: "oklch(0.55 0.200 280)";
106
+ readonly 700: "oklch(0.46 0.170 280)";
107
+ readonly 800: "oklch(0.37 0.135 280)";
108
+ readonly 900: "oklch(0.27 0.095 280)";
109
+ readonly 950: "oklch(0.19 0.070 280)";
110
+ };
111
+ export declare const white = "oklch(1 0 0)";
112
+ export declare const black = "oklch(0 0 0)";
113
+ export declare const alpha: {
114
+ readonly black: {
115
+ readonly 4: "oklch(0 0 0 / 0.04)";
116
+ readonly 8: "oklch(0 0 0 / 0.08)";
117
+ readonly 12: "oklch(0 0 0 / 0.12)";
118
+ readonly 16: "oklch(0 0 0 / 0.16)";
119
+ readonly 24: "oklch(0 0 0 / 0.24)";
120
+ readonly 32: "oklch(0 0 0 / 0.32)";
121
+ readonly 40: "oklch(0 0 0 / 0.40)";
122
+ readonly 45: "oklch(0 0 0 / 0.45)";
123
+ readonly 48: "oklch(0 0 0 / 0.48)";
124
+ readonly 55: "oklch(0 0 0 / 0.55)";
125
+ readonly 64: "oklch(0 0 0 / 0.64)";
126
+ };
127
+ readonly white: {
128
+ readonly 1: "oklch(1 0 0 / 0.01)";
129
+ readonly 2: "oklch(1 0 0 / 0.02)";
130
+ readonly 3: "oklch(1 0 0 / 0.03)";
131
+ readonly 4: "oklch(1 0 0 / 0.04)";
132
+ readonly 8: "oklch(1 0 0 / 0.08)";
133
+ readonly 12: "oklch(1 0 0 / 0.12)";
134
+ readonly 16: "oklch(1 0 0 / 0.16)";
135
+ readonly 24: "oklch(1 0 0 / 0.24)";
136
+ readonly 32: "oklch(1 0 0 / 0.32)";
137
+ };
138
+ };
139
+ export declare const colorPalette: {
140
+ brand: {
141
+ readonly 50: "oklch(0.97 0.030 142)";
142
+ readonly 100: "oklch(0.94 0.058 142)";
143
+ readonly 150: "oklch(0.91 0.080 142)";
144
+ readonly 200: "oklch(0.87 0.110 142)";
145
+ readonly 300: "oklch(0.78 0.145 142)";
146
+ readonly 400: "oklch(0.68 0.165 142)";
147
+ readonly 500: "oklch(0.62 0.170 142)";
148
+ readonly 600: "oklch(0.58 0.170 142)";
149
+ readonly 700: "oklch(0.49 0.155 142)";
150
+ readonly 800: "oklch(0.39 0.130 142)";
151
+ readonly 900: "oklch(0.28 0.095 142)";
152
+ readonly 950: "oklch(0.19 0.065 142)";
153
+ };
154
+ brandContrast: {
155
+ readonly 50: "oklch(0.97 0.032 145)";
156
+ readonly 100: "oklch(0.94 0.062 145)";
157
+ readonly 150: "oklch(0.91 0.088 145)";
158
+ readonly 200: "oklch(0.87 0.120 145)";
159
+ readonly 300: "oklch(0.84 0.155 145)";
160
+ readonly 400: "oklch(0.81 0.190 145)";
161
+ readonly 500: "oklch(0.73 0.180 145)";
162
+ readonly 600: "oklch(0.63 0.160 145)";
163
+ readonly 700: "oklch(0.51 0.130 145)";
164
+ readonly 800: "oklch(0.39 0.100 145)";
165
+ readonly 900: "oklch(0.28 0.070 145)";
166
+ readonly 950: "oklch(0.19 0.048 145)";
167
+ };
168
+ gray: {
169
+ readonly 50: "oklch(0.973 0.004 142)";
170
+ readonly 100: "oklch(0.94 0.006 142)";
171
+ readonly 150: "oklch(0.931 0.007 142)";
172
+ readonly 200: "oklch(0.9076 0.009 142)";
173
+ readonly 300: "oklch(0.8761 0.012 142)";
174
+ readonly 400: "oklch(0.7025 0.022 142)";
175
+ readonly 500: "oklch(0.4997 0.028 142)";
176
+ readonly 600: "oklch(0.36 0.036 142)";
177
+ readonly 700: "oklch(0.30 0.030 142)";
178
+ readonly 800: "oklch(0.2645 0.026 142)";
179
+ readonly 900: "oklch(0.205 0.026 142)";
180
+ readonly 950: "oklch(0.15 0.010 142)";
181
+ };
182
+ success: {
183
+ readonly 50: "oklch(0.96 0.025 161)";
184
+ readonly 100: "oklch(0.93 0.045 161)";
185
+ readonly 150: "oklch(0.90 0.065 161)";
186
+ readonly 200: "oklch(0.85 0.090 161)";
187
+ readonly 300: "oklch(0.77 0.115 161)";
188
+ readonly 400: "oklch(0.71 0.130 161)";
189
+ readonly 500: "oklch(0.66 0.135 161)";
190
+ readonly 600: "oklch(0.57 0.130 161)";
191
+ readonly 700: "oklch(0.47 0.110 161)";
192
+ readonly 800: "oklch(0.37 0.085 161)";
193
+ readonly 900: "oklch(0.27 0.060 161)";
194
+ readonly 950: "oklch(0.19 0.045 161)";
195
+ };
196
+ warning: {
197
+ readonly 50: "oklch(0.97 0.030 81)";
198
+ readonly 100: "oklch(0.95 0.060 81)";
199
+ readonly 150: "oklch(0.93 0.090 81)";
200
+ readonly 200: "oklch(0.91 0.115 81)";
201
+ readonly 300: "oklch(0.86 0.150 81)";
202
+ readonly 400: "oklch(0.83 0.155 81)";
203
+ readonly 500: "oklch(0.81 0.160 81)";
204
+ readonly 600: "oklch(0.71 0.155 81)";
205
+ readonly 700: "oklch(0.59 0.135 81)";
206
+ readonly 800: "oklch(0.46 0.110 81)";
207
+ readonly 900: "oklch(0.34 0.085 81)";
208
+ readonly 950: "oklch(0.24 0.060 81)";
209
+ };
210
+ danger: {
211
+ readonly 50: "oklch(0.97 0.025 25)";
212
+ readonly 100: "oklch(0.94 0.050 25)";
213
+ readonly 150: "oklch(0.91 0.080 25)";
214
+ readonly 200: "oklch(0.86 0.110 25)";
215
+ readonly 300: "oklch(0.76 0.165 25)";
216
+ readonly 400: "oklch(0.69 0.195 25)";
217
+ readonly 500: "oklch(0.6368 0.2078 25.33)";
218
+ readonly 600: "oklch(0.56 0.200 25)";
219
+ readonly 700: "oklch(0.46 0.180 25)";
220
+ readonly 800: "oklch(0.36 0.140 25)";
221
+ readonly 900: "oklch(0.26 0.100 25)";
222
+ readonly 950: "oklch(0.18 0.070 25)";
223
+ };
224
+ info: {
225
+ readonly 50: "oklch(0.97 0.025 280)";
226
+ readonly 100: "oklch(0.93 0.050 280)";
227
+ readonly 150: "oklch(0.89 0.085 280)";
228
+ readonly 200: "oklch(0.85 0.110 280)";
229
+ readonly 300: "oklch(0.76 0.155 280)";
230
+ readonly 400: "oklch(0.69 0.190 280)";
231
+ readonly 500: "oklch(0.62 0.210 280)";
232
+ readonly 600: "oklch(0.55 0.200 280)";
233
+ readonly 700: "oklch(0.46 0.170 280)";
234
+ readonly 800: "oklch(0.37 0.135 280)";
235
+ readonly 900: "oklch(0.27 0.095 280)";
236
+ readonly 950: "oklch(0.19 0.070 280)";
237
+ };
238
+ white: string;
239
+ black: string;
240
+ alpha: {
241
+ readonly black: {
242
+ readonly 4: "oklch(0 0 0 / 0.04)";
243
+ readonly 8: "oklch(0 0 0 / 0.08)";
244
+ readonly 12: "oklch(0 0 0 / 0.12)";
245
+ readonly 16: "oklch(0 0 0 / 0.16)";
246
+ readonly 24: "oklch(0 0 0 / 0.24)";
247
+ readonly 32: "oklch(0 0 0 / 0.32)";
248
+ readonly 40: "oklch(0 0 0 / 0.40)";
249
+ readonly 45: "oklch(0 0 0 / 0.45)";
250
+ readonly 48: "oklch(0 0 0 / 0.48)";
251
+ readonly 55: "oklch(0 0 0 / 0.55)";
252
+ readonly 64: "oklch(0 0 0 / 0.64)";
253
+ };
254
+ readonly white: {
255
+ readonly 1: "oklch(1 0 0 / 0.01)";
256
+ readonly 2: "oklch(1 0 0 / 0.02)";
257
+ readonly 3: "oklch(1 0 0 / 0.03)";
258
+ readonly 4: "oklch(1 0 0 / 0.04)";
259
+ readonly 8: "oklch(1 0 0 / 0.08)";
260
+ readonly 12: "oklch(1 0 0 / 0.12)";
261
+ readonly 16: "oklch(1 0 0 / 0.16)";
262
+ readonly 24: "oklch(1 0 0 / 0.24)";
263
+ readonly 32: "oklch(1 0 0 / 0.32)";
264
+ };
265
+ };
266
+ };
267
+ //# sourceMappingURL=color-palette.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"color-palette.d.ts","sourceRoot":"","sources":["../../../../../tokens/brands/green/primitives/color-palette.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;GAWG;AAGH,eAAO,MAAM,KAAK;;;;;;;;;;;;;CAaR,CAAC;AAIX,eAAO,MAAM,aAAa;;;;;;;;;;;;;CAahB,CAAC;AAKX,eAAO,MAAM,IAAI;;;;;;;;;;;;;CAeP,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"}
@@ -0,0 +1,200 @@
1
+ /**
2
+ * color-dark.ts — Semantic color tokens (dark) — BRAND "green" (multi-tema)
3
+ * Tier 2 de 3: intenção. API pública.
4
+ *
5
+ * Irmã da brand "blue" — hue VERDE-GRAMA (~142), chroma alto → dark claramente
6
+ * VERDE (green-black), com marca verde brilhante distinta do emerald da iGreen.
7
+ */
8
+ export declare const bg: {
9
+ readonly canvas: "oklch(0.205 0.026 142)";
10
+ readonly surface: "oklch(0.225 0.030 142)";
11
+ readonly "surface-elevated": "oklch(0.225 0.030 142)";
12
+ readonly "surface-panels": "oklch(0.205 0.026 142)";
13
+ readonly sidebar: "oklch(0.225 0.030 142)";
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.81 0.190 145)";
20
+ readonly "brand-subtle": "color-mix(in oklch, oklch(0.81 0.190 145) 14%, transparent)";
21
+ readonly "brand-hover": "color-mix(in oklch, oklch(0.81 0.190 145) 90%, black)";
22
+ readonly "brand-subtle-hover": "color-mix(in oklch, oklch(0.81 0.190 145) 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.030 142)";
45
+ readonly "table-head": "oklch(0.252 0.034 142)";
46
+ readonly "table-row-hover": "oklch(0.252 0.034 142)";
47
+ readonly "table-row-selected": "color-mix(in oklch, oklch(0.81 0.190 145) 10%, transparent)";
48
+ readonly "table-row-selected-hover": "color-mix(in oklch, oklch(0.81 0.190 145) 14%, transparent)";
49
+ readonly "table-row-selected-solid": "color-mix(in srgb, oklch(0.81 0.190 145) 10%, oklch(0.225 0.030 142))";
50
+ readonly "table-row-selected-hover-solid": "color-mix(in srgb, oklch(0.81 0.190 145) 14%, oklch(0.225 0.030 142))";
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.012 142)";
56
+ readonly muted: "oklch(0.7025 0.022 142)";
57
+ readonly subtle: "color-mix(in oklch, oklch(0.7025 0.022 142) 70%, transparent)";
58
+ readonly disabled: "oklch(0.36 0.036 142)";
59
+ readonly brand: "oklch(0.81 0.190 145)";
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.026 142)";
72
+ readonly subtle: string;
73
+ readonly input: string;
74
+ readonly sidebar: "oklch(0.2645 0.026 142)";
75
+ readonly brand: "oklch(0.81 0.190 145)";
76
+ readonly "brand-subtle": "color-mix(in oklch, oklch(0.81 0.190 145) 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.026 142)";
82
+ };
83
+ export declare const ring: {
84
+ readonly brand: "color-mix(in oklch, oklch(0.81 0.190 145) 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 142) 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.81 0.190 145)";
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.026 142)";
106
+ readonly surface: "oklch(0.225 0.030 142)";
107
+ readonly "surface-elevated": "oklch(0.225 0.030 142)";
108
+ readonly "surface-panels": "oklch(0.205 0.026 142)";
109
+ readonly sidebar: "oklch(0.225 0.030 142)";
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.81 0.190 145)";
116
+ readonly "brand-subtle": "color-mix(in oklch, oklch(0.81 0.190 145) 14%, transparent)";
117
+ readonly "brand-hover": "color-mix(in oklch, oklch(0.81 0.190 145) 90%, black)";
118
+ readonly "brand-subtle-hover": "color-mix(in oklch, oklch(0.81 0.190 145) 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.030 142)";
141
+ readonly "table-head": "oklch(0.252 0.034 142)";
142
+ readonly "table-row-hover": "oklch(0.252 0.034 142)";
143
+ readonly "table-row-selected": "color-mix(in oklch, oklch(0.81 0.190 145) 10%, transparent)";
144
+ readonly "table-row-selected-hover": "color-mix(in oklch, oklch(0.81 0.190 145) 14%, transparent)";
145
+ readonly "table-row-selected-solid": "color-mix(in srgb, oklch(0.81 0.190 145) 10%, oklch(0.225 0.030 142))";
146
+ readonly "table-row-selected-hover-solid": "color-mix(in srgb, oklch(0.81 0.190 145) 14%, oklch(0.225 0.030 142))";
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.012 142)";
152
+ readonly muted: "oklch(0.7025 0.022 142)";
153
+ readonly subtle: "color-mix(in oklch, oklch(0.7025 0.022 142) 70%, transparent)";
154
+ readonly disabled: "oklch(0.36 0.036 142)";
155
+ readonly brand: "oklch(0.81 0.190 145)";
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.026 142)";
168
+ readonly subtle: string;
169
+ readonly input: string;
170
+ readonly sidebar: "oklch(0.2645 0.026 142)";
171
+ readonly brand: "oklch(0.81 0.190 145)";
172
+ readonly "brand-subtle": "color-mix(in oklch, oklch(0.81 0.190 145) 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.026 142)";
178
+ };
179
+ ring: {
180
+ readonly brand: "color-mix(in oklch, oklch(0.81 0.190 145) 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 142) 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.81 0.190 145)";
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/green/semantic/color-dark.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAgBH,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"}