@pstdio/ui 0.15.0 → 0.17.0

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 (304) hide show
  1. package/dist/{MermaidComponent-DBJsTOmj.js → MermaidComponent-BCMQqPqu.js} +11 -11
  2. package/dist/{MermaidComponent-DBJsTOmj.js.map → MermaidComponent-BCMQqPqu.js.map} +1 -1
  3. package/dist/browser-storage-BinyFNJX.js +40 -0
  4. package/dist/browser-storage-BinyFNJX.js.map +1 -0
  5. package/dist/chat-ui.js +1832 -1275
  6. package/dist/chat-ui.js.map +1 -1
  7. package/dist/checkbox-B2zYVemL.js +70 -0
  8. package/dist/checkbox-B2zYVemL.js.map +1 -0
  9. package/dist/components/chat-ui/components/ai-conversation.d.ts +1 -1
  10. package/dist/components/chat-ui/components/ai-message.d.ts +1 -1
  11. package/dist/components/chat-ui/components/ai-response.d.ts +0 -1
  12. package/dist/components/chat-ui/components/attachment-list.d.ts +1 -1
  13. package/dist/components/chat-ui/components/auto-scroll.d.ts +27 -0
  14. package/dist/components/chat-ui/components/chat-input-actions.d.ts +1 -0
  15. package/dist/components/chat-ui/components/chat-input.d.ts +8 -2
  16. package/dist/components/chat-ui/components/chat-message-animation.d.ts +22 -0
  17. package/dist/components/chat-ui/components/chat-panel.d.ts +11 -5
  18. package/dist/components/chat-ui/components/composer-constants.d.ts +1 -0
  19. package/dist/components/chat-ui/components/conversation-browse.d.ts +22 -0
  20. package/dist/components/chat-ui/components/message-types.d.ts +14 -0
  21. package/dist/components/chat-ui/components/queued-follow-up-list-state.d.ts +4 -0
  22. package/dist/components/chat-ui/components/queued-follow-up-list.d.ts +11 -0
  23. package/dist/components/chat-ui/components/timeline.d.ts +5 -2
  24. package/dist/components/chat-ui/components/working-indicator.d.ts +9 -0
  25. package/dist/components/chat-ui/components/workspace-hub.d.ts +8 -1
  26. package/dist/components/chat-ui/index.d.ts +4 -2
  27. package/dist/components/chat-ui/performance/chat-performance-fixtures.d.ts +0 -1
  28. package/dist/components/chat-ui/tool-rendering/build-timeline.d.ts +4 -14
  29. package/dist/components/chat-ui/tool-rendering/question-prompt.d.ts +9 -0
  30. package/dist/components/chat-ui/tool-rendering/shared.d.ts +1 -1
  31. package/dist/components/chat-ui/tool-rendering/types.d.ts +1 -2
  32. package/dist/components/command-palette/index.d.ts +4 -0
  33. package/dist/components/data-table/build-columns.d.ts +13 -2
  34. package/dist/components/data-table/categorical-color-cell.d.ts +8 -0
  35. package/dist/components/data-table/color-cell-style.d.ts +13 -0
  36. package/dist/components/data-table/color-scale-cell.d.ts +7 -0
  37. package/dist/components/data-table/data-table-column-menu.d.ts +12 -0
  38. package/dist/components/data-table/data-table-header.d.ts +18 -0
  39. package/dist/components/data-table/data-table-stat-chart.d.ts +21 -0
  40. package/dist/components/data-table/data-table-state.d.ts +27 -0
  41. package/dist/components/data-table/data-table-stats-row.d.ts +11 -0
  42. package/dist/components/data-table/data-table-stats.d.ts +19 -0
  43. package/dist/components/data-table/data-table-table-parts.d.ts +21 -0
  44. package/dist/components/data-table/data-table.story-descriptions.d.ts +6 -0
  45. package/dist/components/data-table/data-table.story-fixtures.d.ts +6 -0
  46. package/dist/components/data-table/friendly-json-display.d.ts +31 -0
  47. package/dist/components/data-table/index.d.ts +3 -1
  48. package/dist/components/data-table/json-cell.d.ts +6 -0
  49. package/dist/components/data-table/pagination-footer.d.ts +4 -1
  50. package/dist/components/data-table/selection-toolbar.d.ts +3 -1
  51. package/dist/components/data-table/types.d.ts +72 -0
  52. package/dist/components/diff-viewer/diff-card.d.ts +1 -0
  53. package/dist/components/diff-viewer/diff-drawer-scroll.d.ts +0 -19
  54. package/dist/components/diff-viewer/diff-drawer.d.ts +1 -0
  55. package/dist/components/diff-viewer/index.d.ts +2 -0
  56. package/dist/components/diff-viewer/use-selected-diff-scroll.d.ts +7 -3
  57. package/dist/components/internal/style-guide.d.ts +14 -0
  58. package/dist/components/internal/token-editor-controls.d.ts +8 -0
  59. package/dist/components/internal/token-editor-data.d.ts +40 -0
  60. package/dist/components/internal/token-editor-state.d.ts +22 -0
  61. package/dist/components/{data-renderer → kanban-renderer}/display-menu.d.ts +4 -4
  62. package/dist/components/{data-renderer → kanban-renderer}/filter-menu.d.ts +3 -3
  63. package/dist/components/kanban-renderer/index.d.ts +19 -0
  64. package/dist/components/kanban-renderer/kanban-renderer-attribute-badge.d.ts +7 -0
  65. package/dist/components/{data-renderer/data-renderer-board-column-header.d.ts → kanban-renderer/kanban-renderer-board-column-header.d.ts} +2 -2
  66. package/dist/components/{data-renderer/data-renderer-board-group-section.d.ts → kanban-renderer/kanban-renderer-board-group-section.d.ts} +2 -2
  67. package/dist/components/{data-renderer/data-renderer-board-move.d.ts → kanban-renderer/kanban-renderer-board-move.d.ts} +3 -3
  68. package/dist/components/{data-renderer/data-renderer-board.d.ts → kanban-renderer/kanban-renderer-board.d.ts} +16 -15
  69. package/dist/components/{data-renderer/data-renderer-card.d.ts → kanban-renderer/kanban-renderer-card.d.ts} +5 -4
  70. package/dist/components/{data-renderer/data-renderer-content.d.ts → kanban-renderer/kanban-renderer-content.d.ts} +8 -8
  71. package/dist/components/kanban-renderer/kanban-renderer-create-dialog.d.ts +12 -0
  72. package/dist/components/kanban-renderer/kanban-renderer-create-field.d.ts +10 -0
  73. package/dist/components/kanban-renderer/kanban-renderer-grouping.d.ts +23 -0
  74. package/dist/components/{data-renderer/data-renderer-helpers.d.ts → kanban-renderer/kanban-renderer-helpers.d.ts} +15 -15
  75. package/dist/components/kanban-renderer/kanban-renderer-list-items.d.ts +25 -0
  76. package/dist/components/kanban-renderer/kanban-renderer-list.d.ts +43 -0
  77. package/dist/components/{data-renderer/data-renderer-story-fixtures.d.ts → kanban-renderer/kanban-renderer-story-fixtures.d.ts} +3 -2
  78. package/dist/components/kanban-renderer/kanban-renderer-toolbar.d.ts +15 -0
  79. package/dist/components/kanban-renderer/kanban-renderer-view-bar.d.ts +14 -0
  80. package/dist/components/kanban-renderer/kanban-renderer-views.d.ts +12 -0
  81. package/dist/components/{data-renderer/data-renderer.d.ts → kanban-renderer/kanban-renderer.d.ts} +12 -9
  82. package/dist/components/{data-renderer → kanban-renderer}/types.d.ts +51 -14
  83. package/dist/components/kanban-renderer/use-kanban-renderer-store.d.ts +78 -0
  84. package/dist/components/layout/index.d.ts +7 -0
  85. package/dist/components/layout/panel-header.constants.d.ts +3 -0
  86. package/dist/components/{resizable-split-layout.d.ts → layout/resizable-split-layout.d.ts} +3 -2
  87. package/dist/components/layout/resizable-split-layout.geometry.d.ts +56 -0
  88. package/dist/components/{resizable-split-layout.handle.d.ts → layout/resizable-split-layout.handle.d.ts} +6 -2
  89. package/dist/components/layout/resizable-split-layout.panels.d.ts +25 -0
  90. package/dist/components/list-row/list-row-actions.d.ts +1 -0
  91. package/dist/components/list-row/list-row-content.d.ts +7 -0
  92. package/dist/components/list-row/list-row.types.d.ts +4 -1
  93. package/dist/components/overlays/attached-menu.d.ts +6 -0
  94. package/dist/components/overlays/attachment-chip.d.ts +13 -0
  95. package/dist/components/overlays/index.d.ts +16 -0
  96. package/dist/components/{resource-context-menu.d.ts → overlays/resource-context-menu.d.ts} +13 -1
  97. package/dist/components/{search-modal-content.d.ts → overlays/search-modal-content.d.ts} +1 -1
  98. package/dist/components/{searchable-menu.d.ts → overlays/searchable-menu.d.ts} +1 -1
  99. package/dist/components/param-editor/index.d.ts +24 -0
  100. package/dist/components/param-editor/inputs/action-input.d.ts +13 -0
  101. package/dist/components/param-editor/inputs/anchor-grid-input.d.ts +12 -0
  102. package/dist/components/param-editor/inputs/anchor-grid.d.ts +4 -0
  103. package/dist/components/param-editor/inputs/file-accept.d.ts +22 -0
  104. package/dist/components/param-editor/inputs/file-drop-input.d.ts +14 -0
  105. package/dist/components/param-editor/inputs/numeric-value.d.ts +6 -0
  106. package/dist/components/param-editor/inputs/range-input.d.ts +17 -0
  107. package/dist/components/param-editor/inputs/range-value.d.ts +5 -0
  108. package/dist/components/param-editor/inputs/resource-input-chips.d.ts +15 -0
  109. package/dist/components/param-editor/inputs/resource-input.d.ts +18 -0
  110. package/dist/components/param-editor/inputs/segmented-input.d.ts +14 -0
  111. package/dist/components/param-editor/{selection-input.d.ts → inputs/selection-input.d.ts} +6 -6
  112. package/dist/components/param-editor/inputs/selection-menu.d.ts +29 -0
  113. package/dist/components/param-editor/inputs/slider-marks.d.ts +5 -0
  114. package/dist/components/param-editor/inputs/vector-input.d.ts +17 -0
  115. package/dist/components/param-editor/inputs/vector-value.d.ts +7 -0
  116. package/dist/components/param-editor/param-editor-control-item.d.ts +15 -0
  117. package/dist/components/param-editor/param-editor-control-list.d.ts +5 -0
  118. package/dist/components/param-editor/param-editor-field-label.d.ts +1 -0
  119. package/dist/components/param-editor/param-editor-field.d.ts +11 -0
  120. package/dist/components/param-editor/param-editor-horizontal.d.ts +1 -0
  121. package/dist/components/param-editor/param-editor-inline-group.d.ts +5 -0
  122. package/dist/components/param-editor/param-editor-read-only-field.d.ts +9 -0
  123. package/dist/components/param-editor/param-editor-section.d.ts +17 -0
  124. package/dist/components/param-editor/param-editor.d.ts +3 -1
  125. package/dist/components/param-editor/param-editor.types.d.ts +135 -24
  126. package/dist/components/{breadcrumb.d.ts → primitives/breadcrumb.d.ts} +1 -1
  127. package/dist/components/primitives/index.d.ts +28 -0
  128. package/dist/components/{number-input.d.ts → primitives/number-input.d.ts} +0 -2
  129. package/dist/components/{session-indicator.d.ts → primitives/session-indicator.d.ts} +2 -1
  130. package/dist/components/{tooltip.d.ts → primitives/tooltip.d.ts} +0 -1
  131. package/dist/components/rich-text/prompt-input/commands.d.ts +0 -17
  132. package/dist/components/rich-text/prompt-input/events.d.ts +0 -13
  133. package/dist/components/rich-text/prompt-input/plugins/CommentPlugin/nodes/CommentNode/CommentNode.d.ts +1 -2
  134. package/dist/components/rich-text/prompt-input/plugins/ReferenceMenuPlugin/ReferenceMenuPlugin.d.ts +2 -1
  135. package/dist/components/rich-text/prompt-input/plugins/ReferenceMenuPlugin/hooks/useContextLookup.d.ts +2 -1
  136. package/dist/components/rich-text/prompt-input/plugins/ReferencePlugin/ReferencePlugin.d.ts +2 -1
  137. package/dist/components/rich-text/prompt-input/plugins/ReferencePlugin/nodes/ReferenceNode/ReferenceNode.d.ts +1 -2
  138. package/dist/components/rich-text/prompt-input/prompt-input.d.ts +3 -2
  139. package/dist/components/rich-text/prompt-input/utils.d.ts +1 -2
  140. package/dist/components/rich-text/shared/plugins/MermaidPlugin/MermaidNode.d.ts +0 -1
  141. package/dist/components/rich-text/types.d.ts +1 -1
  142. package/dist/components/rich-text/utils/inferResourceType.d.ts +1 -1
  143. package/dist/components/{sidebar/sidebar-footer.d.ts → sidenav/sidenav-footer.d.ts} +2 -2
  144. package/dist/components/{sidebar/sidebar-header.d.ts → sidenav/sidenav-header.d.ts} +2 -2
  145. package/dist/components/sidenav/sidenav.d.ts +2 -0
  146. package/dist/components/sidenav/sidenav.store.d.ts +49 -0
  147. package/dist/components/{sidebar/sidebar.types.d.ts → sidenav/sidenav.types.d.ts} +6 -6
  148. package/dist/components/tab-strip/tab-visibility-filter.d.ts +2 -1
  149. package/dist/components/tag-editor/tag-editor-row.d.ts +1 -1
  150. package/dist/components/tag-editor/tag-editor.types.d.ts +1 -1
  151. package/dist/components/terminal/bind-session.d.ts +33 -0
  152. package/dist/components/terminal/index.d.ts +6 -0
  153. package/dist/components/terminal/scripted-bridge.d.ts +35 -0
  154. package/dist/components/terminal/terminal-contract.d.ts +22 -0
  155. package/dist/components/terminal/terminal-theme.d.ts +12 -0
  156. package/dist/components/terminal/terminal.d.ts +56 -0
  157. package/dist/components/terminal/types.d.ts +35 -0
  158. package/dist/components/terminal/use-terminal-session.d.ts +21 -0
  159. package/dist/components/tree-list/tree-list-order-filter.d.ts +1 -2
  160. package/dist/components/tree-list/tree-list-visibility-filter.d.ts +1 -2
  161. package/dist/components/tree-list/tree-list.d.ts +2 -2
  162. package/dist/components/tree-list/tree-list.types.d.ts +4 -0
  163. package/dist/data-table.js +1271 -0
  164. package/dist/data-table.js.map +1 -0
  165. package/dist/diff-editor-BnfV8cYB.js +182 -0
  166. package/dist/diff-editor-BnfV8cYB.js.map +1 -0
  167. package/dist/diff.js +1313 -0
  168. package/dist/diff.js.map +1 -0
  169. package/dist/empty-state-Bo4HVrgr.js +34 -0
  170. package/dist/empty-state-Bo4HVrgr.js.map +1 -0
  171. package/dist/foundations/gallery/gallery-frame.d.ts +21 -0
  172. package/dist/foundations/gallery/sections/badges-section.d.ts +1 -0
  173. package/dist/foundations/gallery/sections/buttons-section.d.ts +1 -0
  174. package/dist/foundations/gallery/sections/composite-chat-section.d.ts +1 -0
  175. package/dist/foundations/gallery/sections/composites-section.d.ts +1 -0
  176. package/dist/foundations/gallery/sections/feedback-section.d.ts +1 -0
  177. package/dist/foundations/gallery/sections/input-authoring-card.d.ts +1 -0
  178. package/dist/foundations/gallery/sections/inputs-section.d.ts +1 -0
  179. package/dist/foundations/gallery/sections/layout-section.d.ts +1 -0
  180. package/dist/foundations/gallery/sections/navigation-identity-section.d.ts +1 -0
  181. package/dist/foundations/gallery/sections/overlays-section.d.ts +1 -0
  182. package/dist/foundations/gallery/sections/panels-section.d.ts +1 -0
  183. package/dist/foundations/gallery/sections/param-editor-composite-card.d.ts +1 -0
  184. package/dist/foundations/gallery/sections/settings-composite-cards.d.ts +1 -0
  185. package/dist/index.d.ts +14 -87
  186. package/dist/index.js +2027 -7501
  187. package/dist/index.js.map +1 -1
  188. package/dist/kanban-renderer-toolbar-B9ro-9z1.js +1318 -0
  189. package/dist/kanban-renderer-toolbar-B9ro-9z1.js.map +1 -0
  190. package/dist/kanban-renderer.js +1087 -0
  191. package/dist/kanban-renderer.js.map +1 -0
  192. package/dist/list-row-YRUxEcy3.js +808 -0
  193. package/dist/list-row-YRUxEcy3.js.map +1 -0
  194. package/dist/mermaid-renderer-DZo3qj6D.js +425 -0
  195. package/dist/mermaid-renderer-DZo3qj6D.js.map +1 -0
  196. package/dist/mermaid.js +5 -0
  197. package/dist/mermaid.js.map +1 -0
  198. package/dist/param-editor-CYZJbmKu.js +933 -0
  199. package/dist/param-editor-CYZJbmKu.js.map +1 -0
  200. package/dist/param-editor-read-only-field-DgtLqcFa.js +925 -0
  201. package/dist/param-editor-read-only-field-DgtLqcFa.js.map +1 -0
  202. package/dist/prism-BXb57lxL.js +125 -0
  203. package/dist/prism-BXb57lxL.js.map +1 -0
  204. package/dist/radio-cLMEBBZk.js +76 -0
  205. package/dist/radio-cLMEBBZk.js.map +1 -0
  206. package/dist/resource-badge-qCWHP-wQ.js +99 -0
  207. package/dist/resource-badge-qCWHP-wQ.js.map +1 -0
  208. package/dist/{rich-message-DNSEhxXh.js → rich-message-DBf_5YlW.js} +462 -481
  209. package/dist/rich-message-DBf_5YlW.js.map +1 -0
  210. package/dist/rich-text.js +300 -299
  211. package/dist/rich-text.js.map +1 -1
  212. package/dist/scroll-area-BMbg1WcD.js +91 -0
  213. package/dist/scroll-area-BMbg1WcD.js.map +1 -0
  214. package/dist/style.css +1 -1
  215. package/dist/terminal.js +359 -0
  216. package/dist/terminal.js.map +1 -0
  217. package/dist/theme/global.d.ts +3 -0
  218. package/dist/theme/primitives/sizes.d.ts +23 -0
  219. package/dist/theme/recipes/badge.d.ts +50 -0
  220. package/dist/theme/recipes/button.d.ts +30 -19
  221. package/dist/theme/recipes/color-picker.d.ts +1 -0
  222. package/dist/theme/recipes/dialog.d.ts +1 -1
  223. package/dist/theme/recipes/drawer.d.ts +1 -1
  224. package/dist/theme/recipes/input.d.ts +55 -0
  225. package/dist/theme/recipes/number-input.d.ts +98 -0
  226. package/dist/theme/recipes/tabs.d.ts +49 -28
  227. package/dist/theme/recipes/textarea.d.ts +62 -1
  228. package/dist/theme/recipes/timeline.d.ts +74 -0
  229. package/dist/theme/tokens/borders.d.ts +0 -3
  230. package/dist/theme/tokens/colors.d.ts +118 -94
  231. package/dist/{theme-25P7ij4C.js → theme-CNhnbvcE.js} +1300 -375
  232. package/dist/theme-CNhnbvcE.js.map +1 -0
  233. package/dist/theme-preference-DOzHx64J.js +123 -0
  234. package/dist/theme-preference-DOzHx64J.js.map +1 -0
  235. package/dist/theme.js +1 -1
  236. package/dist/tree-list-CZHLAURU.js +1033 -0
  237. package/dist/tree-list-CZHLAURU.js.map +1 -0
  238. package/package.json +29 -3
  239. package/dist/components/data-renderer/card-interaction-guard.d.ts +0 -2
  240. package/dist/components/data-renderer/data-renderer-attribute-badge.d.ts +0 -7
  241. package/dist/components/data-renderer/data-renderer-grouping.d.ts +0 -23
  242. package/dist/components/data-renderer/data-renderer-list.d.ts +0 -39
  243. package/dist/components/data-renderer/data-renderer-toolbar.d.ts +0 -12
  244. package/dist/components/data-renderer/use-data-renderer-store.d.ts +0 -59
  245. package/dist/components/file-tree-helpers.d.ts +0 -8
  246. package/dist/components/open-source-notices-screen.d.ts +0 -20
  247. package/dist/components/panel-header.constants.d.ts +0 -1
  248. package/dist/components/param-editor/input-group.d.ts +0 -10
  249. package/dist/components/rich-text/shared/plugins/MermaidPlugin/index.d.ts +0 -1
  250. package/dist/components/rich-text/shared/plugins/TableActionMenuPlugin/TableActionMenuPlugin.d.ts +0 -5
  251. package/dist/components/rich-text/shared/plugins/TableCellResizerPlugin/TableCellResizerPlugin.d.ts +0 -2
  252. package/dist/components/rich-text/theme/report-theme.d.ts +0 -3
  253. package/dist/components/sidebar/sidebar.d.ts +0 -2
  254. package/dist/components/sidebar/sidebar.store.d.ts +0 -49
  255. package/dist/components/style-guide-data.d.ts +0 -40
  256. package/dist/components/style-guide.d.ts +0 -1
  257. package/dist/mermaid-renderer-CPGj6vsb.js +0 -570
  258. package/dist/mermaid-renderer-CPGj6vsb.js.map +0 -1
  259. package/dist/radio-DJtQY9po.js +0 -286
  260. package/dist/radio-DJtQY9po.js.map +0 -1
  261. package/dist/resource-badge-CeJTOn8F.js +0 -188
  262. package/dist/resource-badge-CeJTOn8F.js.map +0 -1
  263. package/dist/rich-message-DNSEhxXh.js.map +0 -1
  264. package/dist/theme-25P7ij4C.js.map +0 -1
  265. package/dist/utils/formats.d.ts +0 -7
  266. /package/dist/components/{palette-filter.d.ts → command-palette/palette-filter.d.ts} +0 -0
  267. /package/dist/components/{palette-list.d.ts → command-palette/palette-list.d.ts} +0 -0
  268. /package/dist/components/{palette-shortcut.d.ts → command-palette/palette-shortcut.d.ts} +0 -0
  269. /package/dist/components/{palette.d.ts → command-palette/palette.d.ts} +0 -0
  270. /package/dist/components/{code-editor.d.ts → diff-viewer/code-editor.d.ts} +0 -0
  271. /package/dist/components/{column-file-browser.d.ts → file-browser/column-file-browser.d.ts} +0 -0
  272. /package/dist/components/{performance-panel.d.ts → internal/performance-panel.d.ts} +0 -0
  273. /package/dist/components/{data-renderer/data-renderer-badge-helpers.d.ts → kanban-renderer/kanban-renderer-badge-helpers.d.ts} +0 -0
  274. /package/dist/components/{data-renderer/data-renderer-enum-helpers.d.ts → kanban-renderer/kanban-renderer-enum-helpers.d.ts} +0 -0
  275. /package/dist/components/{data-renderer → kanban-renderer}/use-resolved-attributes.d.ts +0 -0
  276. /package/dist/components/{header.d.ts → layout/header.d.ts} +0 -0
  277. /package/dist/components/{horizontal-menu-stack.d.ts → layout/horizontal-menu-stack.d.ts} +0 -0
  278. /package/dist/components/{item-section.d.ts → layout/item-section.d.ts} +0 -0
  279. /package/dist/components/{attached-panel.d.ts → overlays/attached-panel.d.ts} +0 -0
  280. /package/dist/components/{bubble-button.d.ts → overlays/bubble-button.d.ts} +0 -0
  281. /package/dist/components/{bubble-panel.d.ts → overlays/bubble-panel.d.ts} +0 -0
  282. /package/dist/components/{delete-confirmation-modal.d.ts → overlays/delete-confirmation-modal.d.ts} +0 -0
  283. /package/dist/components/{repo-picker-dialog.d.ts → overlays/repo-picker-dialog.d.ts} +0 -0
  284. /package/dist/components/param-editor/{color-input.d.ts → inputs/color-input.d.ts} +0 -0
  285. /package/dist/components/param-editor/{date-input.d.ts → inputs/date-input.d.ts} +0 -0
  286. /package/dist/components/param-editor/{horizontal-text-input.d.ts → inputs/horizontal-text-input.d.ts} +0 -0
  287. /package/dist/components/param-editor/{number-input.d.ts → inputs/number-input.d.ts} +0 -0
  288. /package/dist/components/param-editor/{text-input.d.ts → inputs/text-input.d.ts} +0 -0
  289. /package/dist/components/{alert.d.ts → primitives/alert.d.ts} +0 -0
  290. /package/dist/components/{checkbox.d.ts → primitives/checkbox.d.ts} +0 -0
  291. /package/dist/components/{content-placeholder.d.ts → primitives/content-placeholder.d.ts} +0 -0
  292. /package/dist/components/{empty-state.d.ts → primitives/empty-state.d.ts} +0 -0
  293. /package/dist/components/{error-boundary.d.ts → primitives/error-boundary.d.ts} +0 -0
  294. /package/dist/components/{icon-color-picker.d.ts → primitives/icon-color-picker.d.ts} +0 -0
  295. /package/dist/components/{info-card.d.ts → primitives/info-card.d.ts} +0 -0
  296. /package/dist/components/{integration-card.d.ts → primitives/integration-card.d.ts} +0 -0
  297. /package/dist/components/{radio.d.ts → primitives/radio.d.ts} +0 -0
  298. /package/dist/components/{resource-badge.d.ts → primitives/resource-badge.d.ts} +0 -0
  299. /package/dist/components/{scroll-area.d.ts → primitives/scroll-area.d.ts} +0 -0
  300. /package/dist/components/{simple-card.d.ts → primitives/simple-card.d.ts} +0 -0
  301. /package/dist/components/{slider.d.ts → primitives/slider.d.ts} +0 -0
  302. /package/dist/components/{switch.d.ts → primitives/switch.d.ts} +0 -0
  303. /package/dist/components/{toaster.d.ts → primitives/toaster.d.ts} +0 -0
  304. /package/dist/components/{workspace-badge.d.ts → primitives/workspace-badge.d.ts} +0 -0
@@ -1,7 +1,7 @@
1
- import { defineSlotRecipe as t, defineRecipe as n, defaultConfig as a, defineLayerStyles as m, defineTextStyles as h, defineConfig as p, createSystem as f } from "@chakra-ui/react";
2
- import { alertAnatomy as _, dialogAnatomy as F, drawerAnatomy as y, fieldsetAnatomy as k, menuAnatomy as x, popoverAnatomy as S, tabsAnatomy as C, tooltipAnatomy as E } from "@chakra-ui/react/anatomy";
3
- import { progressCircleSlotRecipe as d } from "@chakra-ui/react/theme";
4
- const A = {
1
+ import { defineSlotRecipe as i, defineRecipe as c, defaultConfig as d, defineLayerStyles as F, defineTextStyles as k, createSystem as C, defineConfig as E } from "@chakra-ui/react";
2
+ import { alertAnatomy as w, colorPickerAnatomy as A, dialogAnatomy as z, drawerAnatomy as D, fieldsetAnatomy as W, menuAnatomy as R, numberInputAnatomy as B, popoverAnatomy as H, tabsAnatomy as T, timelineAnatomy as L, tooltipAnatomy as V } from "@chakra-ui/react/anatomy";
3
+ import { progressCircleSlotRecipe as h } from "@chakra-ui/react/theme";
4
+ const I = {
5
5
  "editor.background": ["colors.bg", "colors.bg.code"],
6
6
  "editor.foreground": ["colors.fg"],
7
7
  "editor.lineHighlightBackground": ["colors.bg.hover"],
@@ -33,42 +33,42 @@ const A = {
33
33
  "gitDecoration.deletedResourceForeground": ["colors.fg.error"],
34
34
  descriptionForeground: ["colors.fg.muted"],
35
35
  disabledForeground: ["colors.fg.subtle"],
36
- border: ["colors.border", "colors.border.muted", "colors.border.subtle"]
37
- }, D = (e) => `colors.vscode.${e}`, w = (e) => e.replace(/^#/, ""), B = (e) => {
38
- const r = (e.theme.tokenColors ?? []).flatMap((l) => (Array.isArray(l.scope) ? l.scope : l.scope ? [l.scope] : []).map((u) => ({
39
- token: u,
40
- ...l.settings?.foreground ? {
41
- foreground: w(l.settings.foreground)
36
+ border: ["colors.border", "colors.border.subtle"]
37
+ }, M = (e) => `colors.vscode.${e}`, P = (e) => e.replace(/^#/, ""), X = (e) => {
38
+ const l = (e.theme.tokenColors ?? []).flatMap((o) => (Array.isArray(o.scope) ? o.scope : o.scope ? [o.scope] : []).map((s) => ({
39
+ token: s,
40
+ ...o.settings?.foreground ? {
41
+ foreground: P(o.settings.foreground)
42
42
  } : {},
43
- ...l.settings?.fontStyle ? {
44
- fontStyle: l.settings.fontStyle
43
+ ...o.settings?.fontStyle ? {
44
+ fontStyle: o.settings.fontStyle
45
45
  } : {}
46
46
  })));
47
47
  return {
48
48
  base: e.mode === "dark" ? "vs-dark" : "vs",
49
49
  inherit: !0,
50
- rules: r,
50
+ rules: l,
51
51
  colors: e.theme.colors ?? {}
52
52
  };
53
- }, He = (e) => {
54
- const r = {}, l = e.theme.colors ?? {};
55
- for (const [i, u] of Object.entries(l))
56
- r[D(i)] = u;
57
- for (const [i, u] of Object.entries(A)) {
58
- const g = l[i];
53
+ }, Ze = (e) => {
54
+ const l = {}, o = e.theme.colors ?? {};
55
+ for (const [n, s] of Object.entries(o))
56
+ l[M(n)] = s;
57
+ for (const [n, s] of Object.entries(I)) {
58
+ const g = o[n];
59
59
  if (g)
60
- for (const v of u) r[v] = g;
60
+ for (const m of s) l[m] = g;
61
61
  }
62
62
  return {
63
63
  id: e.id,
64
64
  mode: e.mode,
65
- tokens: r,
66
- monacoTheme: B({
65
+ tokens: l,
66
+ monacoTheme: X({
67
67
  mode: e.mode,
68
68
  theme: e.theme
69
69
  })
70
70
  };
71
- }, z = {
71
+ }, j = {
72
72
  "*::selection": {
73
73
  bg: {
74
74
  base: "bg.accent-secondary.blue-medium",
@@ -79,7 +79,7 @@ const A = {
79
79
  }
80
80
  },
81
81
  ":root": {
82
- "--focus-border": "blue.border",
82
+ "--focus-border": "border.accent-light",
83
83
  "--separator-border": "transparent !important"
84
84
  },
85
85
  html: {
@@ -87,6 +87,9 @@ const A = {
87
87
  width: "100%",
88
88
  overflow: "hidden"
89
89
  },
90
+ hr: {
91
+ borderColor: "border.subtle"
92
+ },
90
93
  body: {
91
94
  height: "100%",
92
95
  width: "100%",
@@ -126,7 +129,7 @@ const A = {
126
129
  fontSize: "1.5rem"
127
130
  }
128
131
  }
129
- }, R = {
132
+ }, U = {
130
133
  DEFAULT: {
131
134
  value: "#0A0D15"
132
135
  },
@@ -175,7 +178,7 @@ const A = {
175
178
  1e3: {
176
179
  value: "#000000"
177
180
  }
178
- }, W = {
181
+ }, O = {
179
182
  DEFAULT: {
180
183
  value: "#5098FF"
181
184
  },
@@ -209,7 +212,7 @@ const A = {
209
212
  900: {
210
213
  value: "#002862"
211
214
  }
212
- }, H = {
215
+ }, Y = {
213
216
  DEFAULT: {
214
217
  value: "#3A4BE4"
215
218
  },
@@ -246,7 +249,7 @@ const A = {
246
249
  900: {
247
250
  value: "#0A125A"
248
251
  }
249
- }, L = {
252
+ }, $ = {
250
253
  DEFAULT: {
251
254
  value: "#E054EC"
252
255
  },
@@ -283,7 +286,7 @@ const A = {
283
286
  900: {
284
287
  value: "#520659"
285
288
  }
286
- }, T = {
289
+ }, N = {
287
290
  DEFAULT: {
288
291
  value: "#FBD8CE"
289
292
  },
@@ -317,7 +320,7 @@ const A = {
317
320
  900: {
318
321
  value: "#522923"
319
322
  }
320
- }, M = {
323
+ }, q = {
321
324
  DEFAULT: {
322
325
  value: "#FF3232"
323
326
  },
@@ -351,7 +354,7 @@ const A = {
351
354
  900: {
352
355
  value: "#580707"
353
356
  }
354
- }, U = {
357
+ }, G = {
355
358
  DEFAULT: {
356
359
  value: "#F78C25"
357
360
  },
@@ -385,7 +388,7 @@ const A = {
385
388
  900: {
386
389
  value: "#552107"
387
390
  }
388
- }, P = {
391
+ }, K = {
389
392
  DEFAULT: {
390
393
  value: "#FFD643"
391
394
  },
@@ -425,7 +428,7 @@ const A = {
425
428
  900: {
426
429
  value: "#644E00"
427
430
  }
428
- }, V = {
431
+ }, J = {
429
432
  DEFAULT: {
430
433
  value: "#2DD665"
431
434
  },
@@ -459,7 +462,7 @@ const A = {
459
462
  900: {
460
463
  value: "#003110"
461
464
  }
462
- }, O = {
465
+ }, Q = {
463
466
  DEFAULT: {
464
467
  value: "#3EECC4"
465
468
  },
@@ -493,7 +496,7 @@ const A = {
493
496
  900: {
494
497
  value: "#024F3D"
495
498
  }
496
- }, X = {
499
+ }, Z = {
497
500
  DEFAULT: {
498
501
  value: "#5CDCFF"
499
502
  },
@@ -527,7 +530,7 @@ const A = {
527
530
  900: {
528
531
  value: "#005B73"
529
532
  }
530
- }, j = {
533
+ }, ee = {
531
534
  DEFAULT: {
532
535
  value: "#8B47FF"
533
536
  },
@@ -561,7 +564,7 @@ const A = {
561
564
  900: {
562
565
  value: "#1E0050"
563
566
  }
564
- }, I = {
567
+ }, oe = {
565
568
  DEFAULT: {
566
569
  value: "#F4F2EC"
567
570
  },
@@ -595,7 +598,7 @@ const A = {
595
598
  900: {
596
599
  value: "#E8CECE"
597
600
  }
598
- }, $ = {
601
+ }, re = {
599
602
  50: {
600
603
  value: "#FCFDFC"
601
604
  },
@@ -638,30 +641,30 @@ const A = {
638
641
  950: {
639
642
  value: "#10141B"
640
643
  }
641
- }, Y = {
644
+ }, le = {
642
645
  100: {
643
646
  value: "#D3ECEE"
644
647
  },
645
648
  200: {
646
649
  value: "#B3DEE2"
647
650
  }
648
- }, q = {
649
- sand: I,
650
- blacks: R,
651
- blue: W,
652
- sapphire: H,
653
- pink: L,
654
- peach: T,
655
- red: M,
656
- orange: U,
657
- yellow: P,
658
- green: V,
659
- teal: O,
660
- cyan: X,
661
- purple: j,
662
- neutral: $,
663
- mint: Y
664
- }, G = {
651
+ }, te = {
652
+ sand: oe,
653
+ blacks: U,
654
+ blue: O,
655
+ sapphire: Y,
656
+ pink: $,
657
+ peach: N,
658
+ red: q,
659
+ orange: G,
660
+ yellow: K,
661
+ green: J,
662
+ teal: Q,
663
+ cyan: Z,
664
+ purple: ee,
665
+ neutral: re,
666
+ mint: le
667
+ }, ae = {
665
668
  display: {
666
669
  value: "'Playfair Display', serif"
667
670
  },
@@ -677,7 +680,7 @@ const A = {
677
680
  body: {
678
681
  value: "Inter, sans-serif"
679
682
  }
680
- }, K = {
683
+ }, ie = {
681
684
  xs: {
682
685
  value: "0.625rem"
683
686
  },
@@ -742,7 +745,7 @@ const A = {
742
745
  value: "1.25rem"
743
746
  }
744
747
  // 20px
745
- }, J = {
748
+ }, ne = {
746
749
  regular: {
747
750
  value: 400
748
751
  },
@@ -755,7 +758,7 @@ const A = {
755
758
  bold: {
756
759
  value: 700
757
760
  }
758
- }, o = {
761
+ }, r = {
759
762
  // 0px
760
763
  25: "0.125rem",
761
764
  // 2px
@@ -782,80 +785,233 @@ const A = {
782
785
  900: "4.5rem",
783
786
  // 96px
784
787
  1600: "8rem"
785
- }, N = {
788
+ }, se = {
786
789
  none: {
787
790
  value: "0"
788
791
  },
789
792
  "2xs": {
790
- value: o[50]
793
+ value: r[50]
791
794
  },
792
795
  xs: {
793
- value: o[100]
796
+ value: r[100]
797
+ },
798
+ compact: {
799
+ value: "0.625rem"
794
800
  },
795
801
  sm: {
796
- value: o[150]
802
+ value: r[150]
803
+ },
804
+ comfortable: {
805
+ value: "0.875rem"
797
806
  },
798
807
  md: {
799
- value: o[200]
808
+ value: r[200]
800
809
  },
801
810
  lg: {
802
- value: o[300]
811
+ value: r[300]
803
812
  },
804
813
  xl: {
805
- value: o[400]
814
+ value: r[400]
806
815
  },
807
816
  "2xl": {
808
- value: o[500]
817
+ value: r[500]
809
818
  },
810
819
  "3xl": {
811
- value: o[600]
820
+ value: r[600]
812
821
  },
813
822
  "3.5xl": {
814
- value: o[700]
823
+ value: r[700]
815
824
  },
816
825
  "4xl": {
817
- value: o[800]
826
+ value: r[800]
818
827
  },
819
828
  "4.5xl": {
820
- value: o[900]
829
+ value: r[900]
821
830
  },
822
831
  "5xl": {
823
- value: o[1600]
832
+ value: r[1600]
824
833
  }
825
- }, Q = {
834
+ }, de = {
835
+ "collection-row": {
836
+ value: "2.125rem"
837
+ },
838
+ "filter-pill": {
839
+ value: r[300]
840
+ },
841
+ "view-bar": {
842
+ value: r[500]
843
+ },
844
+ "view-subheader": {
845
+ value: "2.25rem"
846
+ }
847
+ }, ce = {
826
848
  none: {
827
849
  value: "0"
828
850
  },
829
851
  "2xs": {
830
- value: o[25]
852
+ value: r[25]
831
853
  },
832
854
  xs: {
833
- value: o[50]
855
+ value: r[50]
856
+ },
857
+ compact: {
858
+ value: "0.375rem"
834
859
  },
835
860
  sm: {
836
- value: o[100]
861
+ value: r[100]
837
862
  },
838
863
  md: {
839
- value: o[150]
864
+ value: r[150]
840
865
  },
841
866
  lg: {
842
- value: o[200]
867
+ value: r[200]
843
868
  },
844
869
  xl: {
845
- value: o[400]
870
+ value: r[400]
846
871
  },
847
872
  full: {
848
873
  value: "100%"
849
874
  }
850
- }, Z = t({
851
- slots: _.keys(),
875
+ }, ue = i({
876
+ slots: w.keys(),
852
877
  base: {
853
878
  root: {
854
- pt: "xs",
855
- pb: "xs"
879
+ px: "xs",
880
+ py: "2xs",
881
+ gap: "2xs",
882
+ borderRadius: "xs",
883
+ alignItems: "flex-start",
884
+ minH: "auto"
885
+ },
886
+ indicator: {
887
+ mt: "0.0625rem"
888
+ },
889
+ content: {
890
+ gap: "0"
891
+ },
892
+ title: {
893
+ textStyle: "label/S/medium"
894
+ },
895
+ description: {
896
+ textStyle: "paragraph/S/regular"
897
+ }
898
+ },
899
+ compoundVariants: [{
900
+ status: "info",
901
+ variant: "subtle",
902
+ css: {
903
+ root: {
904
+ bg: "bg.info",
905
+ color: "fg.info"
906
+ },
907
+ indicator: {
908
+ color: "fg.info"
909
+ }
910
+ }
911
+ }, {
912
+ status: "success",
913
+ variant: "subtle",
914
+ css: {
915
+ root: {
916
+ bg: "bg.success",
917
+ color: "fg.success"
918
+ },
919
+ indicator: {
920
+ color: "fg.success"
921
+ }
922
+ }
923
+ }, {
924
+ status: "warning",
925
+ variant: "subtle",
926
+ css: {
927
+ root: {
928
+ bg: "bg.warning",
929
+ color: "fg.warning"
930
+ },
931
+ indicator: {
932
+ color: "fg.warning"
933
+ }
934
+ }
935
+ }, {
936
+ status: "error",
937
+ variant: "subtle",
938
+ css: {
939
+ root: {
940
+ bg: "bg.error",
941
+ color: "fg.error"
942
+ },
943
+ indicator: {
944
+ color: "fg.error"
945
+ }
946
+ }
947
+ }]
948
+ }), be = c({
949
+ className: "chakra-badge",
950
+ base: {
951
+ display: "inline-flex",
952
+ alignItems: "center",
953
+ borderRadius: "9999px",
954
+ gap: "1",
955
+ fontWeight: "medium",
956
+ fontVariantNumeric: "tabular-nums",
957
+ whiteSpace: "nowrap",
958
+ userSelect: "none"
959
+ },
960
+ variants: {
961
+ variant: {
962
+ solid: {
963
+ bg: "colorPalette.solid",
964
+ color: "colorPalette.contrast"
965
+ },
966
+ subtle: {
967
+ bg: "colorPalette.subtle",
968
+ color: "colorPalette.fg"
969
+ },
970
+ number: {
971
+ bg: "colorPalette.subtle",
972
+ color: "colorPalette.fg",
973
+ borderRadius: "2xs",
974
+ justifyContent: "center"
975
+ },
976
+ outline: {
977
+ color: "colorPalette.fg",
978
+ "--outline-shadow-legacy": "colors.colorPalette.muted",
979
+ "--outline-shadow": "colors.colorPalette.border",
980
+ shadow: "inset 0 0 0px 1px var(--shadow-color)",
981
+ shadowColor: "var(--outline-shadow, var(--outline-shadow-legacy))"
982
+ },
983
+ plain: {
984
+ color: "colorPalette.fg"
985
+ }
986
+ },
987
+ size: {
988
+ xs: {
989
+ textStyle: "2xs",
990
+ px: "1",
991
+ minH: "4"
992
+ },
993
+ sm: {
994
+ textStyle: "xs",
995
+ px: "1.5",
996
+ minH: "5"
997
+ },
998
+ md: {
999
+ textStyle: "sm",
1000
+ px: "2",
1001
+ minH: "6"
1002
+ },
1003
+ lg: {
1004
+ textStyle: "sm",
1005
+ px: "2.5",
1006
+ minH: "7"
1007
+ }
856
1008
  }
1009
+ },
1010
+ defaultVariants: {
1011
+ variant: "subtle",
1012
+ size: "sm"
857
1013
  }
858
- }), ee = n({
1014
+ }), ge = c({
859
1015
  base: {
860
1016
  borderRadius: "xs",
861
1017
  transition: "all 0.1s ease-in-out",
@@ -863,7 +1019,7 @@ const A = {
863
1019
  fontWeight: "500",
864
1020
  color: "fg",
865
1021
  bg: "bg",
866
- borderColor: "border.muted",
1022
+ borderColor: "border",
867
1023
  _disabled: {
868
1024
  opacity: 1,
869
1025
  color: "fg.subtle",
@@ -886,7 +1042,6 @@ const A = {
886
1042
  "display-primary": {
887
1043
  bg: "blacks.900",
888
1044
  color: "fg.inverted",
889
- borderRadius: "xl",
890
1045
  outline: "none",
891
1046
  border: "none",
892
1047
  _hover: {
@@ -896,7 +1051,6 @@ const A = {
896
1051
  "display-outline": {
897
1052
  bg: "transparent",
898
1053
  color: "fg",
899
- borderRadius: "xl",
900
1054
  border: "2px solid {fg}",
901
1055
  _hover: {
902
1056
  bg: "bg.hover"
@@ -908,7 +1062,6 @@ const A = {
908
1062
  "display-ghost": {
909
1063
  bg: "transparent",
910
1064
  color: "fg",
911
- borderRadius: "xl",
912
1065
  _hover: {
913
1066
  bg: "bg.hover"
914
1067
  },
@@ -920,7 +1073,6 @@ const A = {
920
1073
  bg: "transparent",
921
1074
  color: "fg",
922
1075
  border: "none",
923
- borderRadius: "xl",
924
1076
  _hover: {
925
1077
  textDecoration: "underline"
926
1078
  },
@@ -939,26 +1091,21 @@ const A = {
939
1091
  bg: "bg.button.primary.pressed"
940
1092
  }
941
1093
  },
942
- secondary: {
943
- color: "fg",
944
- bg: "bg",
945
- border: "2px solid border.muted",
1094
+ destructive: {
1095
+ color: "blacks.50",
1096
+ bg: "red.500",
1097
+ border: "none",
946
1098
  _hover: {
947
- bg: "bg.hover"
1099
+ bg: "red.600"
948
1100
  },
949
1101
  _active: {
950
- bg: "bg.active"
951
- },
952
- _disabled: {
953
- opacity: 1,
954
- color: "fg.subtle",
955
- borderColor: "border.muted"
1102
+ bg: "red.700"
956
1103
  }
957
1104
  },
958
1105
  outline: {
959
1106
  color: "fg",
960
1107
  bg: "bg",
961
- border: "border.muted",
1108
+ border: "border",
962
1109
  _hover: {
963
1110
  bg: "bg.hover"
964
1111
  },
@@ -971,7 +1118,7 @@ const A = {
971
1118
  _disabled: {
972
1119
  opacity: 1,
973
1120
  color: "fg.subtle",
974
- borderColor: "border.muted"
1121
+ borderColor: "border"
975
1122
  }
976
1123
  },
977
1124
  ghost: {
@@ -987,6 +1134,12 @@ const A = {
987
1134
  _expanded: {
988
1135
  bg: "bg.active"
989
1136
  },
1137
+ "&[aria-pressed=true]": {
1138
+ bg: "bg.active",
1139
+ _hover: {
1140
+ bg: "bg.active"
1141
+ }
1142
+ },
990
1143
  _disabled: {
991
1144
  bg: "transparent",
992
1145
  _hover: {
@@ -996,8 +1149,8 @@ const A = {
996
1149
  },
997
1150
  subtle: {
998
1151
  color: "fg",
999
- bg: "bg.subtle",
1000
- border: "none",
1152
+ bg: "bg.muted",
1153
+ border: "1px solid {border}",
1001
1154
  _hover: {
1002
1155
  bg: "bg.hover"
1003
1156
  },
@@ -1011,6 +1164,7 @@ const A = {
1011
1164
  opacity: 1,
1012
1165
  color: "fg.subtle",
1013
1166
  bg: "bg.muted",
1167
+ borderColor: "border",
1014
1168
  _hover: {
1015
1169
  bg: "bg.muted"
1016
1170
  }
@@ -1018,8 +1172,21 @@ const A = {
1018
1172
  }
1019
1173
  },
1020
1174
  size: {
1175
+ "2xs": {
1176
+ px: "0.375rem",
1177
+ h: "1.5rem",
1178
+ minW: "1.5rem",
1179
+ textStyle: "label/XS",
1180
+ _icon: {
1181
+ width: "0.75rem",
1182
+ height: "0.75rem"
1183
+ }
1184
+ },
1021
1185
  xs: {
1186
+ px: "0.5rem",
1022
1187
  h: "1.75rem",
1188
+ minW: "1.75rem",
1189
+ textStyle: "label/XS",
1023
1190
  _icon: {
1024
1191
  width: "0.875rem",
1025
1192
  height: "0.875rem"
@@ -1049,23 +1216,117 @@ const A = {
1049
1216
  size: "sm",
1050
1217
  variant: "outline"
1051
1218
  }
1052
- }), le = t({
1053
- slots: F.keys(),
1219
+ }), u = "border.accent-light", me = i({
1220
+ slots: A.keys(),
1221
+ base: {
1222
+ control: {
1223
+ display: "flex",
1224
+ alignItems: "center",
1225
+ width: "full",
1226
+ minW: "0",
1227
+ h: "2rem",
1228
+ bg: "bg",
1229
+ color: "fg",
1230
+ border: "1px solid",
1231
+ borderColor: "border",
1232
+ borderRadius: "xs",
1233
+ overflow: "hidden",
1234
+ transition: "border-color 0.2s ease-in-out",
1235
+ outline: "none",
1236
+ boxShadow: "none",
1237
+ _hover: {
1238
+ borderColor: u
1239
+ },
1240
+ _active: {
1241
+ borderColor: u
1242
+ },
1243
+ _focusWithin: {
1244
+ borderColor: u,
1245
+ boxShadow: "none"
1246
+ },
1247
+ "&:is(:hover, [data-hover])": {
1248
+ borderColor: u
1249
+ },
1250
+ "&:is(:active, [data-active])": {
1251
+ borderColor: u
1252
+ },
1253
+ "& [data-scope=color-picker][data-part=trigger]": {
1254
+ border: "0",
1255
+ borderInlineStartWidth: "0",
1256
+ boxShadow: "none"
1257
+ }
1258
+ },
1259
+ channelInput: {
1260
+ h: "full",
1261
+ minW: "0",
1262
+ flex: "1",
1263
+ px: "sm",
1264
+ bg: "transparent",
1265
+ color: "fg",
1266
+ border: "0",
1267
+ borderInlineEndWidth: "0",
1268
+ borderRadius: "0",
1269
+ outline: "none",
1270
+ boxShadow: "none",
1271
+ textStyle: "label/S/regular",
1272
+ _focusVisible: {
1273
+ outline: "none",
1274
+ boxShadow: "none"
1275
+ }
1276
+ },
1277
+ trigger: {
1278
+ h: "full",
1279
+ minH: "0",
1280
+ maxH: "full",
1281
+ minW: "2rem",
1282
+ alignSelf: "stretch",
1283
+ px: "xs",
1284
+ bg: "transparent",
1285
+ color: "fg",
1286
+ border: "0",
1287
+ borderInlineStartWidth: "0",
1288
+ borderRadius: "0",
1289
+ boxShadow: "none",
1290
+ _hover: {
1291
+ bg: "bg.hover"
1292
+ }
1293
+ },
1294
+ content: {
1295
+ p: "sm",
1296
+ bg: "bg",
1297
+ color: "fg",
1298
+ borderWidth: "0",
1299
+ borderRadius: "xs"
1300
+ },
1301
+ swatch: {
1302
+ borderRadius: "2xs",
1303
+ borderWidth: "0"
1304
+ },
1305
+ swatchTrigger: {
1306
+ borderRadius: "2xs",
1307
+ _focusVisible: {
1308
+ outline: "1px solid",
1309
+ outlineColor: u
1310
+ }
1311
+ }
1312
+ }
1313
+ }), ve = i({
1314
+ slots: z.keys(),
1054
1315
  base: {
1055
1316
  content: {
1056
1317
  bg: "bg",
1057
1318
  borderRadius: "xs",
1058
1319
  borderWidth: "1px",
1059
- borderColor: "border.muted",
1320
+ borderColor: "border.subtle",
1060
1321
  overflow: "hidden"
1061
1322
  }
1062
1323
  }
1063
- }), oe = n({
1324
+ }), he = c({
1064
1325
  base: {
1065
- borderColor: "border"
1326
+ borderColor: "border.subtle"
1066
1327
  }
1067
- }), re = t({
1068
- slots: y.keys(),
1328
+ }), pe = i({
1329
+ slots: D.keys(),
1069
1330
  base: {
1070
1331
  header: {
1071
1332
  fontWeight: "medium",
@@ -1076,7 +1337,7 @@ const A = {
1076
1337
  bg: "bg"
1077
1338
  }
1078
1339
  }
1079
- }), te = t({
1340
+ }), fe = i({
1080
1341
  slots: ["preview", "input", "textarea"],
1081
1342
  base: {
1082
1343
  preview: {
@@ -1175,46 +1436,119 @@ const A = {
1175
1436
  }
1176
1437
  }
1177
1438
  }
1178
- }), ae = t({
1179
- slots: k.keys(),
1439
+ }), xe = i({
1440
+ slots: W.keys(),
1180
1441
  base: {
1181
1442
  legend: {
1182
1443
  mb: "2xs"
1183
1444
  }
1184
1445
  }
1185
- }), ie = n({
1446
+ }), t = "border.accent-light", _e = c({
1186
1447
  base: {
1187
1448
  px: "sm",
1188
1449
  borderRadius: "xs",
1189
1450
  transition: "border-color 0.2s ease-in-out",
1190
1451
  bg: "bg",
1191
1452
  color: "fg",
1192
- borderColor: "border.muted",
1453
+ border: "1px solid",
1454
+ borderColor: "border",
1455
+ outline: "none",
1456
+ boxShadow: "none",
1457
+ "--focus-color": "var(--chakra-colors-border-accent-light)",
1458
+ "--focus-ring-style": "none",
1193
1459
  _hover: {
1194
- borderColor: "border"
1460
+ borderColor: t
1195
1461
  },
1196
1462
  _active: {
1197
- borderColor: "blue.border"
1463
+ borderColor: t
1198
1464
  },
1199
1465
  _focus: {
1200
- borderColor: "blue.border"
1466
+ borderColor: t,
1467
+ outline: "none",
1468
+ boxShadow: "none"
1201
1469
  },
1202
1470
  _focusVisible: {
1203
- borderColor: "blue.border",
1204
- outline: "none"
1471
+ borderColor: t,
1472
+ outline: "none",
1473
+ boxShadow: "none"
1205
1474
  },
1206
1475
  _placeholder: {
1207
1476
  color: "fg.subtle"
1477
+ },
1478
+ "&:is(:hover, [data-hover])": {
1479
+ borderColor: t
1480
+ },
1481
+ "&:is(:active, [data-active])": {
1482
+ borderColor: t
1208
1483
  }
1209
1484
  },
1210
1485
  variants: {
1486
+ variant: {
1487
+ outline: {
1488
+ bg: "bg",
1489
+ border: "1px solid",
1490
+ borderColor: "border",
1491
+ outline: "none",
1492
+ boxShadow: "none",
1493
+ "--focus-color": "var(--chakra-colors-border-accent-light)",
1494
+ "--focus-ring-style": "none",
1495
+ _hover: {
1496
+ borderColor: t
1497
+ },
1498
+ _active: {
1499
+ borderColor: t
1500
+ },
1501
+ _focus: {
1502
+ borderColor: t,
1503
+ outline: "none",
1504
+ boxShadow: "none"
1505
+ },
1506
+ _focusVisible: {
1507
+ borderColor: t,
1508
+ outline: "none",
1509
+ boxShadow: "none"
1510
+ },
1511
+ "&:is(:hover, [data-hover])": {
1512
+ borderColor: t
1513
+ },
1514
+ "&:is(:active, [data-active])": {
1515
+ borderColor: t
1516
+ }
1517
+ }
1518
+ },
1211
1519
  size: {
1520
+ "2xs": {
1521
+ h: "1.5rem",
1522
+ px: "2xs",
1523
+ textStyle: "label/XS"
1524
+ },
1525
+ xs: {
1526
+ h: "1.75rem",
1527
+ px: "xs",
1528
+ textStyle: "label/XS"
1529
+ },
1212
1530
  sm: {
1213
- h: "2rem"
1531
+ h: "2rem",
1532
+ px: "sm",
1533
+ textStyle: "label/S/regular"
1534
+ },
1535
+ md: {
1536
+ h: "2.5rem",
1537
+ px: "sm",
1538
+ textStyle: "label/M/regular"
1539
+ },
1540
+ lg: {
1541
+ h: "3rem",
1542
+ px: "md",
1543
+ textStyle: "label/M/regular"
1214
1544
  }
1215
1545
  }
1546
+ },
1547
+ defaultVariants: {
1548
+ size: "sm",
1549
+ variant: "outline"
1216
1550
  }
1217
- }), se = n({
1551
+ }), ye = c({
1218
1552
  base: {
1219
1553
  display: "inline-flex",
1220
1554
  alignItems: "center",
@@ -1277,8 +1611,8 @@ const A = {
1277
1611
  size: "md",
1278
1612
  variant: "raised"
1279
1613
  }
1280
- }), ne = t({
1281
- slots: x.keys(),
1614
+ }), Se = i({
1615
+ slots: R.keys(),
1282
1616
  base: {
1283
1617
  itemGroupLabel: {
1284
1618
  ml: "{2xs}",
@@ -1287,12 +1621,25 @@ const A = {
1287
1621
  color: "fg.muted"
1288
1622
  },
1289
1623
  item: {
1290
- bg: "bg.menu-item.default",
1624
+ width: "full",
1625
+ minWidth: "0",
1626
+ maxWidth: "full",
1627
+ minH: "1.75rem",
1628
+ h: "auto",
1629
+ display: "flex",
1630
+ alignItems: "center",
1631
+ justifyContent: "space-between",
1632
+ gap: "xs",
1633
+ px: "sm",
1634
+ py: "2xs",
1635
+ borderRadius: "0",
1636
+ bg: "transparent",
1291
1637
  color: "fg.menu-item.default",
1292
- textStyle: "label/M/regular",
1638
+ textStyle: "label/S/regular",
1293
1639
  cursor: "pointer",
1294
- px: "0",
1295
- h: "auto",
1640
+ overflow: "hidden",
1641
+ textAlign: "left",
1642
+ textDecoration: "none",
1296
1643
  _hover: {
1297
1644
  bg: "bg.menu-item.hover"
1298
1645
  },
@@ -1302,17 +1649,36 @@ const A = {
1302
1649
  _focusVisible: {
1303
1650
  bg: "bg.menu-item.focus"
1304
1651
  },
1652
+ _checked: {
1653
+ bg: "bg.menu-item.selected",
1654
+ color: "fg"
1655
+ },
1656
+ _selected: {
1657
+ bg: "bg.menu-item.selected",
1658
+ color: "fg"
1659
+ },
1660
+ "&[aria-checked=true]": {
1661
+ bg: "bg.menu-item.selected",
1662
+ color: "fg"
1663
+ },
1305
1664
  _disabled: {
1306
- cursor: "not-allowed"
1665
+ cursor: "not-allowed",
1666
+ color: "fg.muted"
1307
1667
  }
1308
1668
  },
1669
+ itemIndicator: {
1670
+ color: "fg"
1671
+ },
1309
1672
  separator: {
1310
- my: "2xs",
1311
- borderColor: "border.muted"
1673
+ my: "0",
1674
+ borderColor: "border.subtle"
1312
1675
  },
1313
1676
  content: {
1314
1677
  display: "flex",
1315
1678
  flexDirection: "column",
1679
+ width: "17.5rem",
1680
+ minWidth: "17.5rem",
1681
+ maxWidth: "17.5rem",
1316
1682
  gap: "0",
1317
1683
  borderRadius: "xs",
1318
1684
  p: "0",
@@ -1321,71 +1687,284 @@ const A = {
1321
1687
  bg: "bg",
1322
1688
  borderWidth: "1px",
1323
1689
  borderStyle: "solid",
1324
- borderColor: "border.muted",
1690
+ borderColor: "border",
1325
1691
  zIndex: "dropdown",
1326
1692
  textStyle: "label/M/regular"
1327
1693
  }
1328
1694
  }
1329
- }), ue = t({
1330
- slots: S.keys(),
1695
+ }), Fe = "var(--chakra-colors-border)", v = "var(--chakra-colors-border-accent-light)", ke = i({
1696
+ slots: B.keys(),
1331
1697
  base: {
1332
- positioner: {
1333
- _focus: {
1334
- outline: "none"
1698
+ root: {
1699
+ position: "relative",
1700
+ zIndex: "0",
1701
+ isolation: "isolate",
1702
+ boxShadow: "none",
1703
+ "--number-input-border-color": Fe,
1704
+ "&:is(:hover, [data-hover])": {
1705
+ "--number-input-border-color": v
1706
+ },
1707
+ "&:is(:active, [data-active])": {
1708
+ "--number-input-border-color": v
1709
+ },
1710
+ "&:focus-within": {
1711
+ "--number-input-border-color": v
1335
1712
  }
1336
1713
  },
1337
- closeTrigger: {
1338
- textStyle: "label/M/medium",
1339
- color: "fg"
1340
- },
1341
- arrow: {
1342
- bg: "background-primary !important",
1343
- borderColor: "button-secondary-stroke"
1344
- },
1345
- content: {
1346
- gap: "8px",
1347
- py: "xs",
1714
+ input: {
1715
+ px: "sm",
1716
+ pe: "calc(var(--stepper-width) + 0.5rem)",
1348
1717
  borderRadius: "xs",
1718
+ transition: "border-color 0.2s ease-in-out",
1349
1719
  bg: "bg",
1720
+ color: "fg",
1350
1721
  borderWidth: "1px",
1351
1722
  borderStyle: "solid",
1352
- borderColor: "border.muted",
1723
+ borderColor: "var(--number-input-border-color)",
1724
+ outline: "none",
1725
+ boxShadow: "none",
1726
+ "--focus-ring-color": "var(--number-input-border-color)",
1727
+ "--focus-ring-style": "none",
1728
+ _hover: {
1729
+ borderColor: "var(--number-input-border-color)"
1730
+ },
1731
+ _active: {
1732
+ borderColor: "var(--number-input-border-color)"
1733
+ },
1353
1734
  _focus: {
1354
- outline: "none"
1735
+ borderColor: "var(--number-input-border-color)",
1736
+ outline: "none",
1737
+ boxShadow: "none"
1738
+ },
1739
+ _focusVisible: {
1740
+ borderColor: "var(--number-input-border-color)",
1741
+ outline: "none",
1742
+ boxShadow: "none"
1743
+ },
1744
+ _placeholder: {
1745
+ color: "fg.subtle"
1746
+ },
1747
+ "&:is(:hover, [data-hover])": {
1748
+ borderColor: "var(--number-input-border-color)"
1749
+ },
1750
+ "&:is(:active, [data-active])": {
1751
+ borderColor: "var(--number-input-border-color)"
1752
+ },
1753
+ "&:not([data-invalid], [aria-invalid='true'], [data-state='invalid'])": {
1754
+ borderColor: "var(--number-input-border-color)"
1355
1755
  }
1356
1756
  },
1357
- title: {
1358
- borderBottom: "none",
1359
- textStyle: "label/M/medium",
1360
- bg: "bg"
1757
+ control: {
1758
+ display: "flex",
1759
+ flexDirection: "column",
1760
+ position: "absolute",
1761
+ top: "0",
1762
+ insetEnd: "0",
1763
+ margin: "1px",
1764
+ width: "var(--stepper-width)",
1765
+ height: "calc(100% - 2px)",
1766
+ zIndex: "1",
1767
+ borderStartWidth: "1px",
1768
+ borderStartColor: "var(--number-input-border-color)",
1769
+ borderColor: "var(--number-input-border-color)",
1770
+ divideY: "1px",
1771
+ overflow: "hidden",
1772
+ boxShadow: "none",
1773
+ "& > :not(style, [hidden]) ~ :not(style, [hidden])": {
1774
+ borderColor: "var(--number-input-border-color)"
1775
+ }
1361
1776
  },
1362
- body: {
1363
- textStyle: "primary"
1777
+ incrementTrigger: {
1778
+ display: "flex",
1779
+ alignItems: "center",
1780
+ justifyContent: "center",
1781
+ flex: "1",
1782
+ minH: "0",
1783
+ lineHeight: "1",
1784
+ borderTopEndRadius: "xs",
1785
+ color: "fg.muted",
1786
+ _hover: {
1787
+ bg: "bg.hover",
1788
+ color: "fg"
1789
+ }
1364
1790
  },
1365
- footer: {}
1791
+ decrementTrigger: {
1792
+ display: "flex",
1793
+ alignItems: "center",
1794
+ justifyContent: "center",
1795
+ flex: "1",
1796
+ minH: "0",
1797
+ lineHeight: "1",
1798
+ borderBottomEndRadius: "xs",
1799
+ color: "fg.muted",
1800
+ _hover: {
1801
+ bg: "bg.hover",
1802
+ color: "fg"
1803
+ }
1804
+ }
1366
1805
  },
1367
1806
  variants: {
1368
1807
  variant: {
1369
- responsive: {
1370
- content: {
1371
- width: "unset"
1808
+ outline: {
1809
+ input: {
1810
+ bg: "bg",
1811
+ borderWidth: "1px",
1812
+ borderStyle: "solid",
1813
+ borderColor: "var(--number-input-border-color)",
1814
+ outline: "none",
1815
+ boxShadow: "none",
1816
+ "--focus-ring-color": "var(--number-input-border-color)",
1817
+ "--focus-ring-style": "none",
1818
+ _hover: {
1819
+ borderColor: "var(--number-input-border-color)"
1820
+ },
1821
+ _active: {
1822
+ borderColor: "var(--number-input-border-color)"
1823
+ },
1824
+ _focus: {
1825
+ borderColor: "var(--number-input-border-color)",
1826
+ outline: "none",
1827
+ boxShadow: "none"
1828
+ },
1829
+ _focusVisible: {
1830
+ borderColor: "var(--number-input-border-color)",
1831
+ outline: "none",
1832
+ boxShadow: "none"
1833
+ },
1834
+ "&:is(:hover, [data-hover])": {
1835
+ borderColor: "var(--number-input-border-color)"
1836
+ },
1837
+ "&:is(:active, [data-active])": {
1838
+ borderColor: "var(--number-input-border-color)"
1839
+ },
1840
+ "&:not([data-invalid], [aria-invalid='true'], [data-state='invalid'])": {
1841
+ borderColor: "var(--number-input-border-color)"
1842
+ }
1372
1843
  }
1373
1844
  }
1374
1845
  },
1375
1846
  size: {
1376
- "2xl": {
1377
- content: {
1378
- width: "2xl"
1847
+ "2xs": {
1848
+ input: {
1849
+ h: "1.5rem",
1850
+ px: "2xs",
1851
+ textStyle: "label/XS"
1852
+ },
1853
+ control: {
1854
+ "--stepper-width": "1.25rem",
1855
+ fontSize: "0.625rem"
1379
1856
  }
1380
- }
1857
+ },
1858
+ xs: {
1859
+ input: {
1860
+ h: "1.75rem",
1861
+ px: "xs",
1862
+ textStyle: "label/XS"
1863
+ },
1864
+ control: {
1865
+ "--stepper-width": "1.5rem",
1866
+ fontSize: "0.75rem"
1867
+ }
1868
+ },
1869
+ sm: {
1870
+ input: {
1871
+ h: "2rem",
1872
+ px: "sm",
1873
+ textStyle: "label/S/regular"
1874
+ },
1875
+ control: {
1876
+ "--stepper-width": "1.75rem",
1877
+ fontSize: "0.75rem"
1878
+ }
1879
+ },
1880
+ md: {
1881
+ input: {
1882
+ h: "2.5rem",
1883
+ px: "sm",
1884
+ textStyle: "label/M/regular"
1885
+ },
1886
+ control: {
1887
+ "--stepper-width": "2rem",
1888
+ fontSize: "0.875rem"
1889
+ }
1890
+ },
1891
+ lg: {
1892
+ input: {
1893
+ h: "3rem",
1894
+ px: "md",
1895
+ textStyle: "label/M/regular"
1896
+ },
1897
+ control: {
1898
+ "--stepper-width": "2.25rem",
1899
+ fontSize: "0.875rem"
1900
+ }
1901
+ }
1381
1902
  }
1903
+ },
1904
+ defaultVariants: {
1905
+ size: "sm",
1906
+ variant: "outline"
1382
1907
  }
1383
- }), de = d.variants?.size ?? {}, ce = {
1384
- ...d,
1908
+ }), Ce = i({
1909
+ slots: H.keys(),
1910
+ base: {
1911
+ positioner: {
1912
+ _focus: {
1913
+ outline: "none"
1914
+ }
1915
+ },
1916
+ closeTrigger: {
1917
+ textStyle: "label/M/medium",
1918
+ color: "fg"
1919
+ },
1920
+ arrow: {
1921
+ bg: "background-primary !important",
1922
+ borderColor: "button-secondary-stroke"
1923
+ },
1924
+ content: {
1925
+ gap: "8px",
1926
+ py: "xs",
1927
+ borderRadius: "xs",
1928
+ bg: "bg",
1929
+ borderWidth: "1px",
1930
+ borderStyle: "solid",
1931
+ borderColor: "border",
1932
+ _focus: {
1933
+ outline: "none"
1934
+ }
1935
+ },
1936
+ title: {
1937
+ borderBottom: "none",
1938
+ textStyle: "label/M/medium",
1939
+ bg: "bg"
1940
+ },
1941
+ body: {
1942
+ textStyle: "primary"
1943
+ },
1944
+ footer: {}
1945
+ },
1385
1946
  variants: {
1386
- ...d.variants,
1947
+ variant: {
1948
+ responsive: {
1949
+ content: {
1950
+ width: "unset"
1951
+ }
1952
+ }
1953
+ },
1954
+ size: {
1955
+ "2xl": {
1956
+ content: {
1957
+ width: "2xl"
1958
+ }
1959
+ }
1960
+ }
1961
+ }
1962
+ }), Ee = h.variants?.size ?? {}, we = {
1963
+ ...h,
1964
+ variants: {
1965
+ ...h.variants,
1387
1966
  size: {
1388
- ...de,
1967
+ ...Ee,
1389
1968
  "2xs": {
1390
1969
  circle: {
1391
1970
  "--size": "14px",
@@ -1397,143 +1976,446 @@ const A = {
1397
1976
  }
1398
1977
  }
1399
1978
  }
1400
- }, ge = n({
1979
+ }, Ae = c({
1401
1980
  base: {
1402
1981
  "--start-color": "fg",
1403
1982
  "--end-color": "fg.muted"
1404
1983
  }
1405
- }), be = t({
1406
- slots: C.keys(),
1984
+ }), ze = i({
1985
+ slots: T.keys(),
1407
1986
  base: {
1987
+ root: {
1988
+ "--tabs-trigger-radius": "radii.xs"
1989
+ },
1990
+ list: {
1991
+ gap: "2xs",
1992
+ alignItems: "center",
1993
+ justifyContent: "flex-start",
1994
+ borderBottom: "0",
1995
+ _horizontal: {
1996
+ _before: {
1997
+ borderBottomWidth: "0"
1998
+ }
1999
+ }
2000
+ },
1408
2001
  trigger: {
1409
- borderRadius: "0"
2002
+ minW: "0",
2003
+ flexShrink: "0",
2004
+ py: "0",
2005
+ borderRadius: "xs",
2006
+ borderWidth: "1px",
2007
+ borderColor: "border",
2008
+ color: "fg.muted",
2009
+ bg: "transparent",
2010
+ _selected: {
2011
+ color: "fg",
2012
+ bg: "bg.muted",
2013
+ borderColor: "border"
2014
+ },
2015
+ _hover: {
2016
+ bg: "bg.hover",
2017
+ borderColor: "border",
2018
+ color: "fg"
2019
+ },
2020
+ _disabled: {
2021
+ color: "fg.subtle",
2022
+ borderColor: "border",
2023
+ bg: "transparent",
2024
+ _hover: {
2025
+ color: "fg.subtle",
2026
+ borderColor: "border",
2027
+ bg: "transparent"
2028
+ }
2029
+ }
1410
2030
  }
1411
2031
  },
1412
2032
  variants: {
1413
- variant: {
1414
- subtle: {
2033
+ size: {
2034
+ xs: {
1415
2035
  trigger: {
1416
- color: "fg.muted",
1417
- bg: "transparent",
1418
- _hover: {
1419
- bg: "bg.hover",
1420
- color: "fg"
1421
- },
1422
- _selected: {
1423
- bg: "bg.muted",
1424
- color: "fg"
2036
+ h: "1.25rem",
2037
+ px: "xs",
2038
+ gap: "2xs",
2039
+ textStyle: "label/XS/medium",
2040
+ _icon: {
2041
+ width: "0.75rem",
2042
+ height: "0.75rem"
1425
2043
  }
1426
2044
  }
1427
2045
  },
1428
- // Folder-style tabs: only the selected tab is outlined and it merges with
1429
- // the panel content below via a transparent bottom border. Adapts Chakra's
1430
- // built-in `outline` variant for use inside a workbench header — the
1431
- // header paints its own full-width bottom line, so the variant's own
1432
- // underline and the negative margins that overlap it are suppressed.
1433
- outline: {
1434
- list: {
1435
- border: "0",
1436
- _horizontal: {
1437
- _before: {
1438
- borderBottomWidth: "0"
1439
- }
2046
+ sm: {
2047
+ trigger: {
2048
+ h: "1.5rem",
2049
+ px: "xs",
2050
+ gap: "2xs",
2051
+ textStyle: "label/XS/medium",
2052
+ _icon: {
2053
+ width: "0.875rem",
2054
+ height: "0.875rem"
1440
2055
  }
1441
- },
2056
+ }
2057
+ },
2058
+ md: {
2059
+ trigger: {
2060
+ h: "1.75rem",
2061
+ px: "0.5rem",
2062
+ gap: "xs",
2063
+ textStyle: "label/S/medium",
2064
+ _icon: {
2065
+ width: "0.875rem",
2066
+ height: "0.875rem"
2067
+ }
2068
+ }
2069
+ }
2070
+ },
2071
+ variant: {
2072
+ subtle: {
1442
2073
  trigger: {
2074
+ borderRadius: "var(--tabs-trigger-radius)",
1443
2075
  color: "fg.muted",
1444
2076
  bg: "transparent",
1445
- borderWidth: "1px",
1446
- borderColor: "transparent",
1447
2077
  _selected: {
1448
2078
  color: "fg",
1449
- borderColor: "border.muted",
1450
- borderBottomColor: "transparent"
2079
+ bg: "bg.muted",
2080
+ borderColor: "border"
2081
+ },
2082
+ _hover: {
2083
+ bg: "bg.hover",
2084
+ borderColor: "border",
2085
+ color: "fg"
1451
2086
  },
1452
- _horizontal: {
1453
- borderTopRadius: "0",
1454
- marginBottom: "0",
1455
- marginEnd: "0",
1456
- _selected: {
1457
- borderColor: "border.muted",
1458
- borderBottomColor: "transparent"
2087
+ _disabled: {
2088
+ bg: "transparent",
2089
+ color: "fg.subtle",
2090
+ borderColor: "border",
2091
+ _hover: {
2092
+ bg: "transparent",
2093
+ color: "fg.subtle",
2094
+ borderColor: "border"
1459
2095
  }
1460
2096
  }
1461
2097
  }
1462
2098
  }
1463
2099
  }
2100
+ },
2101
+ defaultVariants: {
2102
+ size: "xs",
2103
+ variant: "subtle"
1464
2104
  }
1465
- }), ve = n({
2105
+ }), a = "border.accent-light", De = c({
1466
2106
  base: {
1467
2107
  paddingX: "sm",
1468
2108
  paddingY: "xs",
1469
2109
  opacity: "1",
1470
2110
  outline: "none",
2111
+ boxShadow: "none",
1471
2112
  color: "fg",
1472
2113
  border: "1px solid",
1473
2114
  borderRadius: "xs",
1474
2115
  transition: "border-color 0.2s ease-in-out",
1475
- borderColor: "border.muted",
2116
+ borderColor: "border",
2117
+ "--focus-color": "var(--chakra-colors-border-accent-light)",
2118
+ "--focus-ring-style": "none",
1476
2119
  _hover: {
1477
- borderColor: "border"
2120
+ borderColor: a
1478
2121
  },
1479
2122
  _active: {
1480
- borderColor: "blue.border"
2123
+ borderColor: a
1481
2124
  },
1482
2125
  _focus: {
1483
- borderColor: "blue.border"
2126
+ borderColor: a,
2127
+ outline: "none",
2128
+ boxShadow: "none"
1484
2129
  },
1485
2130
  _focusVisible: {
1486
- borderColor: "blue.border"
2131
+ borderColor: a,
2132
+ outline: "none",
2133
+ boxShadow: "none"
1487
2134
  },
1488
2135
  _placeholder: {
1489
2136
  color: "fg.subtle"
2137
+ },
2138
+ "&:is(:hover, [data-hover])": {
2139
+ borderColor: a
2140
+ },
2141
+ "&:is(:active, [data-active])": {
2142
+ borderColor: a
2143
+ }
2144
+ },
2145
+ variants: {
2146
+ variant: {
2147
+ outline: {
2148
+ bg: "bg",
2149
+ border: "1px solid",
2150
+ borderColor: "border",
2151
+ outline: "none",
2152
+ boxShadow: "none",
2153
+ "--focus-color": "var(--chakra-colors-border-accent-light)",
2154
+ "--focus-ring-style": "none",
2155
+ _hover: {
2156
+ borderColor: a
2157
+ },
2158
+ _active: {
2159
+ borderColor: a
2160
+ },
2161
+ _focus: {
2162
+ borderColor: a,
2163
+ outline: "none",
2164
+ boxShadow: "none"
2165
+ },
2166
+ _focusVisible: {
2167
+ borderColor: a,
2168
+ outline: "none",
2169
+ boxShadow: "none"
2170
+ },
2171
+ "&:is(:hover, [data-hover])": {
2172
+ borderColor: a
2173
+ },
2174
+ "&:is(:active, [data-active])": {
2175
+ borderColor: a
2176
+ }
2177
+ }
2178
+ },
2179
+ size: {
2180
+ "2xs": {
2181
+ paddingX: "2xs",
2182
+ paddingY: "2xs",
2183
+ textStyle: "label/XS"
2184
+ },
2185
+ xs: {
2186
+ paddingX: "xs",
2187
+ paddingY: "2xs",
2188
+ textStyle: "label/XS"
2189
+ },
2190
+ sm: {
2191
+ paddingX: "sm",
2192
+ paddingY: "xs",
2193
+ textStyle: "label/S/regular"
2194
+ },
2195
+ md: {
2196
+ paddingX: "sm",
2197
+ paddingY: "xs",
2198
+ textStyle: "label/M/regular"
2199
+ },
2200
+ lg: {
2201
+ paddingX: "md",
2202
+ paddingY: "sm",
2203
+ textStyle: "label/M/regular"
2204
+ }
2205
+ }
2206
+ },
2207
+ defaultVariants: {
2208
+ size: "sm",
2209
+ variant: "outline"
2210
+ }
2211
+ }), We = i({
2212
+ slots: L.keys(),
2213
+ base: {
2214
+ root: {
2215
+ display: "flex",
2216
+ flexDirection: "column",
2217
+ width: "full",
2218
+ "--timeline-thickness": "1px",
2219
+ "--timeline-gutter": "4px"
2220
+ },
2221
+ item: {
2222
+ "--timeline-content-gap": "spacing.6",
2223
+ display: "flex",
2224
+ position: "relative",
2225
+ alignItems: "flex-start",
2226
+ flexShrink: 0,
2227
+ gap: "4",
2228
+ _last: {
2229
+ "--timeline-content-gap": "0"
2230
+ }
2231
+ },
2232
+ separator: {
2233
+ display: "var(--timeline-separator-display)",
2234
+ position: "absolute",
2235
+ borderStartWidth: "var(--timeline-thickness)",
2236
+ ms: "calc(-1 * var(--timeline-thickness) / 2)",
2237
+ insetInlineStart: "calc(var(--timeline-indicator-size) / 2)",
2238
+ insetBlock: "0",
2239
+ borderColor: "border.subtle"
2240
+ },
2241
+ indicator: {
2242
+ outline: "2px solid {colors.bg}",
2243
+ position: "relative",
2244
+ flexShrink: "0",
2245
+ boxSize: "var(--timeline-indicator-size)",
2246
+ fontSize: "var(--timeline-font-size)",
2247
+ display: "flex",
2248
+ alignItems: "center",
2249
+ justifyContent: "center",
2250
+ borderRadius: "full",
2251
+ fontWeight: "medium",
2252
+ bg: "bg",
2253
+ color: "fg"
2254
+ },
2255
+ connector: {
2256
+ alignSelf: "stretch",
2257
+ position: "relative"
2258
+ },
2259
+ content: {
2260
+ pb: "var(--timeline-content-gap)",
2261
+ display: "flex",
2262
+ flexDirection: "column",
2263
+ width: "full",
2264
+ gap: "2"
2265
+ },
2266
+ title: {
2267
+ display: "flex",
2268
+ fontWeight: "medium",
2269
+ flexWrap: "wrap",
2270
+ gap: "1.5",
2271
+ alignItems: "center",
2272
+ mt: "var(--timeline-margin)"
2273
+ },
2274
+ description: {
2275
+ color: "fg.muted",
2276
+ textStyle: "xs"
1490
2277
  }
2278
+ },
2279
+ variants: {
2280
+ variant: {
2281
+ solid: {},
2282
+ subtle: {},
2283
+ outline: {
2284
+ indicator: {
2285
+ borderWidth: "1px",
2286
+ borderColor: "border.subtle"
2287
+ }
2288
+ },
2289
+ plain: {
2290
+ indicator: {
2291
+ bg: "transparent",
2292
+ color: "fg"
2293
+ }
2294
+ }
2295
+ },
2296
+ showLastSeparator: {
2297
+ true: {
2298
+ item: {
2299
+ _last: {
2300
+ "--timeline-separator-display": "initial"
2301
+ }
2302
+ }
2303
+ },
2304
+ false: {
2305
+ item: {
2306
+ _last: {
2307
+ "--timeline-separator-display": "none"
2308
+ }
2309
+ }
2310
+ }
2311
+ },
2312
+ size: {
2313
+ sm: {
2314
+ root: {
2315
+ "--timeline-indicator-size": "sizes.4",
2316
+ "--timeline-font-size": "fontSizes.2xs"
2317
+ },
2318
+ title: {
2319
+ textStyle: "xs"
2320
+ }
2321
+ },
2322
+ md: {
2323
+ root: {
2324
+ "--timeline-indicator-size": "sizes.5",
2325
+ "--timeline-font-size": "fontSizes.xs"
2326
+ },
2327
+ title: {
2328
+ textStyle: "sm"
2329
+ }
2330
+ },
2331
+ lg: {
2332
+ root: {
2333
+ "--timeline-indicator-size": "sizes.6",
2334
+ "--timeline-font-size": "fontSizes.xs"
2335
+ },
2336
+ title: {
2337
+ mt: "0.5",
2338
+ textStyle: "sm"
2339
+ }
2340
+ },
2341
+ xl: {
2342
+ root: {
2343
+ "--timeline-indicator-size": "sizes.8",
2344
+ "--timeline-font-size": "fontSizes.sm"
2345
+ },
2346
+ title: {
2347
+ mt: "1.5",
2348
+ textStyle: "sm"
2349
+ }
2350
+ }
2351
+ }
2352
+ },
2353
+ defaultVariants: {
2354
+ size: "md",
2355
+ variant: "solid",
2356
+ showLastSeparator: !1
1491
2357
  }
1492
- }), me = t({
1493
- slots: E.keys(),
2358
+ }), Re = i({
2359
+ slots: V.keys(),
1494
2360
  base: {
1495
2361
  content: {
1496
2362
  bg: "bg.inverted",
1497
2363
  borderRadius: "xs",
1498
2364
  color: "fg.inverted"
1499
- },
1500
- arrow: {
1501
- bg: "bg.inverted"
1502
2365
  }
1503
2366
  }
1504
- }), he = /* @__PURE__ */ new Set(["boxShadow", "boxShadowColor", "textShadow"]), c = /shadow/i, pe = (e) => {
1505
- if (!c.test(e)) return e;
1506
- const r = e.split(",").map((l) => l.trim()).filter((l) => !c.test(l));
1507
- if (r.length !== 0)
1508
- return r.join(", ");
1509
- }, s = (e) => Array.isArray(e) ? e.map(s).filter((r) => r !== void 0) : typeof e == "string" ? pe(e) : !e || typeof e != "object" ? e : Object.fromEntries(Object.entries(e).flatMap(([r, l]) => {
1510
- if (he.has(r) || c.test(r)) return [];
1511
- const i = s(l);
1512
- return i === void 0 ? [] : [[r, i]];
1513
- })), b = (e) => {
2367
+ }), Be = /* @__PURE__ */ new Set(["boxShadow", "boxShadowColor", "textShadow"]), p = /shadow/i, He = (e) => {
2368
+ if (!p.test(e)) return e;
2369
+ const l = e.split(",").map((o) => o.trim()).filter((o) => !p.test(o));
2370
+ if (l.length !== 0)
2371
+ return l.join(", ");
2372
+ }, b = (e) => Array.isArray(e) ? e.map(b).filter((l) => l !== void 0) : typeof e == "string" ? He(e) : !e || typeof e != "object" ? e : Object.fromEntries(Object.entries(e).flatMap(([l, o]) => {
2373
+ if (Be.has(l) || p.test(l)) return [];
2374
+ const n = b(o);
2375
+ return n === void 0 ? [] : [[l, n]];
2376
+ })), x = (e) => {
1514
2377
  const {
1515
- shadows: r,
1516
- ...l
2378
+ shadows: l,
2379
+ ...o
1517
2380
  } = e ?? {};
2381
+ return o;
2382
+ }, Te = {
2383
+ badge: ["surface"],
2384
+ button: ["secondary", "surface"]
2385
+ }, Le = (e) => {
2386
+ const l = {
2387
+ ...e ?? {}
2388
+ };
2389
+ for (const [o, n] of Object.entries(Te)) {
2390
+ const s = l[o];
2391
+ if (!s || typeof s != "object") continue;
2392
+ const g = s, m = g.variants, f = m?.variant;
2393
+ if (!f) continue;
2394
+ const _ = new Set(n), y = Object.fromEntries(Object.entries(f).filter(([S]) => !_.has(S)));
2395
+ l[o] = {
2396
+ ...g,
2397
+ variants: {
2398
+ ...m,
2399
+ variant: y
2400
+ }
2401
+ };
2402
+ }
1518
2403
  return l;
1519
- }, fe = {
1520
- ...a,
2404
+ }, Ve = {
2405
+ ...d,
1521
2406
  theme: {
1522
- ...a.theme,
1523
- tokens: b(a.theme?.tokens),
1524
- semanticTokens: b(a.theme?.semanticTokens),
1525
- recipes: s(a.theme?.recipes),
1526
- slotRecipes: s(a.theme?.slotRecipes),
1527
- layerStyles: s(a.theme?.layerStyles),
1528
- animationStyles: s(a.theme?.animationStyles)
2407
+ ...d.theme,
2408
+ tokens: x(d.theme?.tokens),
2409
+ semanticTokens: x(d.theme?.semanticTokens),
2410
+ recipes: Le(b(d.theme?.recipes)),
2411
+ slotRecipes: b(d.theme?.slotRecipes),
2412
+ layerStyles: b(d.theme?.layerStyles),
2413
+ animationStyles: b(d.theme?.animationStyles)
1529
2414
  }
1530
- }, _e = {
2415
+ }, Ie = {
1531
2416
  DEFAULT: {
1532
2417
  value: "1px solid {colors.border}"
1533
2418
  },
1534
- muted: {
1535
- value: "1px solid {colors.border.muted}"
1536
- },
1537
2419
  subtle: {
1538
2420
  value: "1px solid {colors.border.subtle}"
1539
2421
  },
@@ -1546,23 +2428,23 @@ const A = {
1546
2428
  "accent-light": {
1547
2429
  value: "1px solid {colors.border.accent-light}"
1548
2430
  }
1549
- }, Fe = {
2431
+ }, Me = {
1550
2432
  DEFAULT: {
1551
2433
  value: {
1552
2434
  _light: "{colors.blacks.800}",
1553
- _dark: "{colors.blacks.200}"
2435
+ _dark: "#F7F8F8"
1554
2436
  }
1555
2437
  },
1556
2438
  muted: {
1557
2439
  value: {
1558
2440
  _light: "{colors.blacks.450}",
1559
- _dark: "{colors.blacks.500}"
2441
+ _dark: "#8B9099"
1560
2442
  }
1561
2443
  },
1562
2444
  subtle: {
1563
2445
  value: {
1564
2446
  _light: "{colors.blacks.400}",
1565
- _dark: "{colors.blacks.600}"
2447
+ _dark: "#646973"
1566
2448
  }
1567
2449
  },
1568
2450
  inverted: {
@@ -1571,15 +2453,27 @@ const A = {
1571
2453
  _dark: "{colors.blacks.800}"
1572
2454
  }
1573
2455
  },
2456
+ info: {
2457
+ value: {
2458
+ _light: "{colors.blue.700}",
2459
+ _dark: "{colors.blue.300}"
2460
+ }
2461
+ },
2462
+ warning: {
2463
+ value: {
2464
+ _light: "{colors.orange.700}",
2465
+ _dark: "{colors.orange.300}"
2466
+ }
2467
+ },
1574
2468
  success: {
1575
2469
  value: {
1576
- _light: "{colors.green.400}",
2470
+ _light: "{colors.green.700}",
1577
2471
  _dark: "{colors.green.400}"
1578
2472
  }
1579
2473
  },
1580
2474
  error: {
1581
2475
  value: {
1582
- _light: "{colors.red.400}",
2476
+ _light: "{colors.red.700}",
1583
2477
  _dark: "{colors.red.400}"
1584
2478
  }
1585
2479
  },
@@ -1630,35 +2524,47 @@ const A = {
1630
2524
  value: "{colors.fg.muted}"
1631
2525
  }
1632
2526
  }
1633
- }, ye = {
2527
+ }, Pe = {
1634
2528
  DEFAULT: {
1635
2529
  value: {
1636
2530
  _light: "{colors.blacks.50}",
1637
- _dark: "{colors.blacks.900}"
2531
+ _dark: "#07090E"
1638
2532
  }
1639
2533
  },
1640
2534
  muted: {
1641
2535
  value: {
1642
- _light: "{colors.neutral.200}",
1643
- _dark: "{colors.neutral.800}"
2536
+ _light: "#F0F5F1",
2537
+ _dark: "#171A22"
1644
2538
  }
1645
2539
  },
1646
2540
  subtle: {
1647
2541
  value: {
1648
- _light: "{colors.neutral.50}",
1649
- _dark: "{colors.neutral.950}"
2542
+ _light: "#F9FBFA",
2543
+ _dark: "#0E1016"
1650
2544
  }
1651
2545
  },
1652
2546
  hover: {
1653
2547
  value: {
1654
- _light: "{colors.neutral.100}",
1655
- _dark: "{colors.neutral.850}"
2548
+ _light: "#EDF2EE",
2549
+ _dark: "#1E212A"
1656
2550
  }
1657
2551
  },
1658
2552
  active: {
1659
2553
  value: {
1660
- _light: "{colors.neutral.75}",
1661
- _dark: "{colors.blacks.850}"
2554
+ _light: "#E7EEE9",
2555
+ _dark: "#252932"
2556
+ }
2557
+ },
2558
+ info: {
2559
+ value: {
2560
+ _light: "{colors.blue.50}",
2561
+ _dark: "{colors.blue.900}"
2562
+ }
2563
+ },
2564
+ warning: {
2565
+ value: {
2566
+ _light: "{colors.orange.50}",
2567
+ _dark: "{colors.orange.900}"
1662
2568
  }
1663
2569
  },
1664
2570
  success: {
@@ -1676,13 +2582,19 @@ const A = {
1676
2582
  code: {
1677
2583
  value: {
1678
2584
  _light: "{colors.blacks.50}",
1679
- _dark: "{colors.blacks.800}"
2585
+ _dark: "#10131A"
1680
2586
  }
1681
2587
  },
1682
2588
  emphasized: {
1683
2589
  value: {
1684
2590
  _light: "{colors.bg.active}",
1685
- _dark: "{colors.bg.active}"
2591
+ _dark: "#1D242E"
2592
+ }
2593
+ },
2594
+ elevated: {
2595
+ value: {
2596
+ _light: "{colors.blacks.50}",
2597
+ _dark: "#1B1E26"
1686
2598
  }
1687
2599
  },
1688
2600
  inverted: {
@@ -1712,22 +2624,13 @@ const A = {
1712
2624
  button: {
1713
2625
  primary: {
1714
2626
  default: {
1715
- value: {
1716
- _light: "{colors.bg.accent-primary.default}",
1717
- _dark: "{colors.bg.accent-primary.dark}"
1718
- }
2627
+ value: "{colors.bg.accent-primary.default}"
1719
2628
  },
1720
2629
  hover: {
1721
- value: {
1722
- _light: "{colors.bg.accent-primary.hover}",
1723
- _dark: "{colors.bg.accent-primary.medium}"
1724
- }
2630
+ value: "{colors.bg.accent-primary.hover}"
1725
2631
  },
1726
2632
  pressed: {
1727
- value: {
1728
- _light: "{colors.bg.accent-primary.pressed}",
1729
- _dark: "{colors.bg.accent-primary.medium}"
1730
- }
2633
+ value: "{colors.bg.accent-primary.pressed}"
1731
2634
  },
1732
2635
  disabled: {
1733
2636
  value: "{colors.bg.muted}"
@@ -1739,22 +2642,13 @@ const A = {
1739
2642
  value: "{colors.bg}"
1740
2643
  },
1741
2644
  hover: {
1742
- value: {
1743
- _light: "{colors.bg.hover}",
1744
- _dark: "{colors.neutral.700}"
1745
- }
2645
+ value: "{colors.bg.hover}"
1746
2646
  },
1747
2647
  focus: {
1748
- value: {
1749
- _light: "{colors.bg.hover}",
1750
- _dark: "{colors.neutral.700}"
1751
- }
2648
+ value: "{colors.bg.hover}"
1752
2649
  },
1753
2650
  selected: {
1754
- value: {
1755
- _light: "{colors.bg.muted}",
1756
- _dark: "{colors.bg.muted}"
1757
- }
2651
+ value: "{colors.bg.active}"
1758
2652
  }
1759
2653
  },
1760
2654
  display: {
@@ -1882,24 +2776,6 @@ const A = {
1882
2776
  _dark: "{colors.sapphire.50}"
1883
2777
  }
1884
2778
  },
1885
- "yellow-light": {
1886
- value: {
1887
- _light: "{colors.yellow.75}",
1888
- _dark: "{colors.yellow.75}"
1889
- }
1890
- },
1891
- "yellow-medium": {
1892
- value: {
1893
- _light: "{colors.yellow.100}",
1894
- _dark: "{colors.yellow.100}"
1895
- }
1896
- },
1897
- "yellow-dark": {
1898
- value: {
1899
- _light: "{colors.yellow.150}",
1900
- _dark: "{colors.yellow.150}"
1901
- }
1902
- },
1903
2779
  "sand-light": {
1904
2780
  value: {
1905
2781
  _light: "{colors.sand.100}",
@@ -1907,23 +2783,17 @@ const A = {
1907
2783
  }
1908
2784
  }
1909
2785
  }
1910
- }, ke = {
2786
+ }, Xe = {
1911
2787
  DEFAULT: {
1912
2788
  value: {
1913
- _light: "{colors.neutral.400}",
1914
- _dark: "{colors.neutral.700}"
1915
- }
1916
- },
1917
- muted: {
1918
- value: {
1919
- _light: "{colors.neutral.300}",
1920
- _dark: "{colors.neutral.750}"
2789
+ _light: "#EAF0EB",
2790
+ _dark: "#2E333F"
1921
2791
  }
1922
2792
  },
1923
2793
  subtle: {
1924
2794
  value: {
1925
- _light: "{colors.neutral.200}",
1926
- _dark: "{colors.neutral.800}"
2795
+ _light: "#EDF2EE",
2796
+ _dark: "#1A1E26"
1927
2797
  }
1928
2798
  },
1929
2799
  inverted: {
@@ -1944,19 +2814,43 @@ const A = {
1944
2814
  _dark: "{colors.blue.200}"
1945
2815
  }
1946
2816
  },
2817
+ info: {
2818
+ value: {
2819
+ _light: "{colors.blue.100}",
2820
+ _dark: "#113A7C"
2821
+ }
2822
+ },
2823
+ warning: {
2824
+ value: {
2825
+ _light: "{colors.orange.100}",
2826
+ _dark: "#7C3A0E"
2827
+ }
2828
+ },
2829
+ success: {
2830
+ value: {
2831
+ _light: "{colors.green.100}",
2832
+ _dark: "#0A5B24"
2833
+ }
2834
+ },
2835
+ error: {
2836
+ value: {
2837
+ _light: "{colors.red.100}",
2838
+ _dark: "{colors.red.800}"
2839
+ }
2840
+ },
1947
2841
  button: {
1948
2842
  primary: {
1949
- value: "{colors.border.muted}"
2843
+ value: "{colors.border.subtle}"
1950
2844
  }
1951
2845
  }
1952
- }, xe = {
2846
+ }, je = {
1953
2847
  border: {
1954
2848
  value: {
1955
2849
  _light: "{colors.mint.200}",
1956
2850
  _dark: "{colors.mint.200}"
1957
2851
  }
1958
2852
  }
1959
- }, Se = {
2853
+ }, Ue = {
1960
2854
  contrast: {
1961
2855
  value: {
1962
2856
  _light: "black",
@@ -2005,7 +2899,7 @@ const A = {
2005
2899
  _dark: "{colors.orange.500}"
2006
2900
  }
2007
2901
  }
2008
- }, Ce = {
2902
+ }, Oe = {
2009
2903
  text: {
2010
2904
  primary: {
2011
2905
  value: {
@@ -2035,44 +2929,44 @@ const A = {
2035
2929
  categorical: {
2036
2930
  1: {
2037
2931
  value: {
2038
- _light: "{colors.blue.300}",
2932
+ _light: "{colors.blue.700}",
2039
2933
  _dark: "{colors.blue.300}"
2040
2934
  }
2041
2935
  },
2042
2936
  2: {
2043
2937
  value: {
2044
- _light: "{colors.orange.500}",
2045
- _dark: "{colors.orange.500}"
2938
+ _light: "{colors.orange.700}",
2939
+ _dark: "{colors.orange.300}"
2046
2940
  }
2047
2941
  },
2048
2942
  3: {
2049
2943
  value: {
2050
2944
  _light: "{colors.purple.700}",
2051
- _dark: "{colors.purple.700}"
2945
+ _dark: "{colors.purple.300}"
2052
2946
  }
2053
2947
  },
2054
2948
  4: {
2055
2949
  value: {
2056
- _light: "{colors.red.500}",
2057
- _dark: "{colors.red.600}"
2950
+ _light: "{colors.red.700}",
2951
+ _dark: "{colors.red.300}"
2058
2952
  }
2059
2953
  },
2060
2954
  5: {
2061
2955
  value: {
2062
- _light: "{colors.pink.500}",
2063
- _dark: "{colors.pink.500}"
2956
+ _light: "{colors.pink.700}",
2957
+ _dark: "{colors.pink.300}"
2064
2958
  }
2065
2959
  },
2066
2960
  6: {
2067
2961
  value: {
2068
- _light: "{colors.cyan.800}",
2069
- _dark: "{colors.green.500}"
2962
+ _light: "{colors.teal.700}",
2963
+ _dark: "{colors.teal.300}"
2070
2964
  }
2071
2965
  },
2072
2966
  7: {
2073
2967
  value: {
2074
- _light: "{colors.red.200}",
2075
- _dark: "{colors.cyan.700}"
2968
+ _light: "{colors.cyan.700}",
2969
+ _dark: "{colors.cyan.300}"
2076
2970
  }
2077
2971
  }
2078
2972
  },
@@ -2166,7 +3060,7 @@ const A = {
2166
3060
  }
2167
3061
  }
2168
3062
  }
2169
- }, Ee = {
3063
+ }, Ye = {
2170
3064
  selectable: {
2171
3065
  primary: {
2172
3066
  value: {
@@ -2175,15 +3069,15 @@ const A = {
2175
3069
  }
2176
3070
  }
2177
3071
  }
2178
- }, Ae = {
2179
- fg: Fe,
2180
- bg: ye,
2181
- border: ke,
2182
- blue: xe,
2183
- orange: Se,
2184
- vis: Ce,
2185
- text: Ee
2186
- }, De = m({
3072
+ }, $e = {
3073
+ fg: Me,
3074
+ bg: Pe,
3075
+ border: Xe,
3076
+ blue: je,
3077
+ orange: Ue,
3078
+ vis: Oe,
3079
+ text: Ye
3080
+ }, Ne = F({
2187
3081
  modal: {
2188
3082
  value: {
2189
3083
  paddingInline: "xs",
@@ -2194,7 +3088,7 @@ const A = {
2194
3088
  borderColor: "border"
2195
3089
  }
2196
3090
  }
2197
- }), we = h({
3091
+ }), qe = k({
2198
3092
  brand: {
2199
3093
  value: {
2200
3094
  fontFamily: "brand",
@@ -2371,6 +3265,32 @@ const A = {
2371
3265
  letterSpacing: "0.1px"
2372
3266
  }
2373
3267
  },
3268
+ "label/XS/medium": {
3269
+ value: {
3270
+ fontFamily: "label",
3271
+ fontSize: "xs",
3272
+ fontWeight: "500",
3273
+ lineHeight: "150%",
3274
+ letterSpacing: "0.1px"
3275
+ }
3276
+ },
3277
+ "mono/XS": {
3278
+ value: {
3279
+ fontFamily: "mono",
3280
+ fontSize: "xs",
3281
+ fontWeight: "400",
3282
+ lineHeight: "150%"
3283
+ }
3284
+ },
3285
+ "paragraph/S/regular": {
3286
+ value: {
3287
+ fontFamily: "body",
3288
+ fontSize: "sm",
3289
+ fontWeight: "400",
3290
+ lineHeight: "135%",
3291
+ letterSpacing: "0.12px"
3292
+ }
3293
+ },
2374
3294
  "paragraph/M/regular": {
2375
3295
  value: {
2376
3296
  fontFamily: "body",
@@ -2427,52 +3347,57 @@ const A = {
2427
3347
  letterSpacing: "0.14px"
2428
3348
  }
2429
3349
  }
2430
- }), Be = p({
2431
- globalCss: z,
3350
+ }), Ge = E({
3351
+ globalCss: j,
2432
3352
  theme: {
2433
3353
  breakpoints: {
2434
3354
  "3xl": "2560px",
2435
3355
  "4xl": "3840px"
2436
3356
  },
2437
- textStyles: we,
2438
- layerStyles: De,
3357
+ textStyles: qe,
3358
+ layerStyles: Ne,
2439
3359
  recipes: {
2440
- button: ee,
2441
- divider: oe,
2442
- input: ie,
2443
- kbd: se,
2444
- skeleton: ge,
2445
- textarea: ve
3360
+ badge: be,
3361
+ button: ge,
3362
+ divider: he,
3363
+ input: _e,
3364
+ kbd: ye,
3365
+ skeleton: Ae,
3366
+ textarea: De
2446
3367
  },
2447
3368
  tokens: {
2448
- colors: q,
2449
- fonts: G,
2450
- fontSizes: K,
2451
- fontWeights: J,
2452
- radii: Q,
2453
- spacing: N
3369
+ colors: te,
3370
+ fonts: ae,
3371
+ fontSizes: ie,
3372
+ fontWeights: ne,
3373
+ radii: ce,
3374
+ sizes: de,
3375
+ spacing: se
2454
3376
  },
2455
3377
  semanticTokens: {
2456
- colors: Ae,
2457
- borders: _e
3378
+ colors: $e,
3379
+ borders: Ie
2458
3380
  },
2459
3381
  slotRecipes: {
2460
- alert: Z,
2461
- drawer: re,
2462
- tooltip: me,
2463
- popover: ue,
2464
- menu: ne,
2465
- editable: te,
2466
- form: ae,
2467
- dialog: le,
2468
- progressCircle: ce,
2469
- tabs: be
3382
+ alert: ue,
3383
+ colorPicker: me,
3384
+ drawer: pe,
3385
+ tooltip: Re,
3386
+ popover: Ce,
3387
+ menu: Se,
3388
+ numberInput: ke,
3389
+ editable: fe,
3390
+ form: xe,
3391
+ dialog: ve,
3392
+ progressCircle: we,
3393
+ tabs: ze,
3394
+ timeline: We
2470
3395
  }
2471
3396
  }
2472
- }), Le = f(fe, Be);
3397
+ }), eo = C(Ve, Ge);
2473
3398
  export {
2474
- He as a,
2475
- B as c,
2476
- Le as t
3399
+ Ze as a,
3400
+ X as c,
3401
+ eo as t
2477
3402
  };
2478
- //# sourceMappingURL=theme-25P7ij4C.js.map
3403
+ //# sourceMappingURL=theme-CNhnbvcE.js.map