@pstdio/ui 0.0.2 → 0.0.4

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 (737) hide show
  1. package/dist/EquationComponent-DeDYHvqY.js +62 -0
  2. package/dist/EquationComponent-DeDYHvqY.js.map +1 -0
  3. package/dist/chat-ui.js +347 -0
  4. package/dist/chat-ui.js.map +1 -0
  5. package/dist/components/button.stories.d.ts +18 -0
  6. package/dist/components/chat-ui/components/ai-conversation.d.ts +1161 -0
  7. package/dist/components/chat-ui/index.d.ts +10 -0
  8. package/dist/components/chat-ui/utils/get-icon.d.ts +34 -0
  9. package/{storybook-static → dist}/components/column-file-browser.d.ts +1 -2
  10. package/dist/components/column-file-browser.stories.d.ts +15 -0
  11. package/dist/components/data-table/build-columns.d.ts +3 -0
  12. package/dist/components/data-table/data-table.d.ts +2 -0
  13. package/{storybook-static/components → dist/components/data-table}/data-table.stories.d.ts +1 -1
  14. package/dist/components/data-table/helpers.d.ts +10 -0
  15. package/dist/components/data-table/index.d.ts +3 -0
  16. package/dist/components/data-table/pagination-footer.d.ts +5 -0
  17. package/dist/components/data-table/selection-toolbar.d.ts +9 -0
  18. package/{storybook-static/components/data-table.d.ts → dist/components/data-table/types.d.ts} +6 -4
  19. package/{storybook-static → dist}/components/file-selector.d.ts +1 -2
  20. package/{storybook-static/components/style-guide.stories.d.ts → dist/components/file-selector.stories.d.ts} +6 -3
  21. package/{storybook-static → dist}/components/info-card.d.ts +1 -2
  22. package/dist/components/info-card.stories.d.ts +41 -0
  23. package/{storybook-static → dist}/components/menu-item.d.ts +1 -1
  24. package/dist/components/menu-item.stories.d.ts +72 -0
  25. package/dist/components/number-input.d.ts +8 -0
  26. package/{storybook-static → dist}/components/param-editor.stories.d.ts +1 -0
  27. package/{storybook-static → dist}/components/rich-text/collaborative-markdown-editor/collaborative-markdown-editor.d.ts +1 -0
  28. package/dist/components/rich-text/utils/inferResourceType.d.ts +1 -0
  29. package/dist/components/session-indicator.d.ts +14 -0
  30. package/dist/components/session-indicator.stories.d.ts +11 -0
  31. package/dist/components/slider.stories.d.ts +15 -0
  32. package/dist/components/style-guide.stories.d.ts +28 -0
  33. package/dist/components/ticket-board.d.ts +33 -0
  34. package/dist/components/ticket-board.stories.d.ts +5 -0
  35. package/dist/components/ticket-card.d.ts +24 -0
  36. package/dist/components/ticket-card.stories.d.ts +17 -0
  37. package/dist/components/toaster.d.ts +3 -0
  38. package/{storybook-static → dist}/index.d.ts +5 -3
  39. package/dist/index.js +435 -0
  40. package/dist/index.js.map +1 -0
  41. package/dist/rich-message-CiA3ripk.js +1401 -0
  42. package/dist/rich-message-CiA3ripk.js.map +1 -0
  43. package/dist/rich-text.js +485 -0
  44. package/dist/rich-text.js.map +1 -0
  45. package/dist/style.css +1 -0
  46. package/{storybook-static → dist}/theme/primitives/colors.d.ts +6 -0
  47. package/dist/theme-9E0MRtZk.js +1985 -0
  48. package/dist/theme-9E0MRtZk.js.map +1 -0
  49. package/{src/theme/index.ts → dist/theme.js} +5 -2
  50. package/dist/theme.js.map +1 -0
  51. package/dist/tooltip-Gm7PLwZG.js +51 -0
  52. package/dist/tooltip-Gm7PLwZG.js.map +1 -0
  53. package/{storybook-static/theme/applyThemePreference.d.ts → dist/utils/apply-theme-preference.d.ts} +1 -1
  54. package/{storybook-static/theme → dist/utils}/theme-preference.d.ts +3 -3
  55. package/package.json +12 -9
  56. package/.storybook/main.ts +0 -28
  57. package/.storybook/preview.tsx +0 -28
  58. package/.storybook/vitest.setup.ts +0 -6
  59. package/src/components/alert.tsx +0 -27
  60. package/src/components/breadcrumb.stories.tsx +0 -40
  61. package/src/components/breadcrumb.tsx +0 -67
  62. package/src/components/button.stories.tsx +0 -151
  63. package/src/components/chat-ui/agent-types.ts +0 -231
  64. package/src/components/chat-ui/components/ai-conversation.stories.tsx +0 -49
  65. package/src/components/chat-ui/components/ai-conversation.tsx +0 -68
  66. package/src/components/chat-ui/components/ai-message.stories.tsx +0 -60
  67. package/src/components/chat-ui/components/ai-message.tsx +0 -103
  68. package/src/components/chat-ui/components/ai-response.stories.tsx +0 -48
  69. package/src/components/chat-ui/components/ai-response.tsx +0 -19
  70. package/src/components/chat-ui/components/approval-prompt.tsx +0 -51
  71. package/src/components/chat-ui/components/attachment-list.stories.tsx +0 -24
  72. package/src/components/chat-ui/components/attachment-list.tsx +0 -76
  73. package/src/components/chat-ui/components/auto-scroll.tsx +0 -42
  74. package/src/components/chat-ui/components/chat-input.stories.tsx +0 -114
  75. package/src/components/chat-ui/components/chat-input.tsx +0 -142
  76. package/src/components/chat-ui/components/chat-panel.stories.tsx +0 -396
  77. package/src/components/chat-ui/components/chat-panel.tsx +0 -97
  78. package/src/components/chat-ui/components/message-parts-renderer.stories.tsx +0 -59
  79. package/src/components/chat-ui/components/message-parts-renderer.tsx +0 -133
  80. package/src/components/chat-ui/components/message-types.ts +0 -40
  81. package/src/components/chat-ui/components/model-swap-separator.stories.tsx +0 -27
  82. package/src/components/chat-ui/components/model-swap-separator.tsx +0 -20
  83. package/src/components/chat-ui/components/send-button.tsx +0 -56
  84. package/src/components/chat-ui/components/timeline.tsx +0 -414
  85. package/src/components/chat-ui/components/tool-invocation-timeline.stories.tsx +0 -32
  86. package/src/components/chat-ui/components/tool-invocation-timeline.tsx +0 -16
  87. package/src/components/chat-ui/index.ts +0 -8
  88. package/src/components/chat-ui/mocks/full-conversation-normalized.json +0 -3557
  89. package/src/components/chat-ui/tool-rendering/build-timeline.ts +0 -127
  90. package/src/components/chat-ui/tool-rendering/default-renderers.ts +0 -420
  91. package/src/components/chat-ui/tool-rendering/index.ts +0 -3
  92. package/src/components/chat-ui/tool-rendering/types.ts +0 -19
  93. package/src/components/chat-ui/utils/diff.ts +0 -228
  94. package/src/components/chat-ui/utils/editor-state.ts +0 -5
  95. package/src/components/chat-ui/utils/get-icon.ts +0 -81
  96. package/src/components/code-editor.tsx +0 -147
  97. package/src/components/column-file-browser.stories.tsx +0 -217
  98. package/src/components/column-file-browser.tsx +0 -380
  99. package/src/components/content-placeholder.tsx +0 -21
  100. package/src/components/data-table/build-columns.tsx +0 -78
  101. package/src/components/data-table/data-table.css +0 -51
  102. package/src/components/data-table/data-table.stories.tsx +0 -209
  103. package/src/components/data-table/data-table.tsx +0 -232
  104. package/src/components/data-table/helpers.tsx +0 -69
  105. package/src/components/data-table/index.ts +0 -3
  106. package/src/components/data-table/pagination-footer.tsx +0 -58
  107. package/src/components/data-table/selection-toolbar.tsx +0 -26
  108. package/src/components/data-table/types.ts +0 -21
  109. package/src/components/delete-confirmation-modal.stories.tsx +0 -46
  110. package/src/components/delete-confirmation-modal.tsx +0 -56
  111. package/src/components/diff-bubble.stories.tsx +0 -70
  112. package/src/components/diff-bubble.tsx +0 -70
  113. package/src/components/diff-card.tsx +0 -139
  114. package/src/components/diff-drawer.stories.tsx +0 -106
  115. package/src/components/diff-drawer.tsx +0 -59
  116. package/src/components/diff-editor.tsx +0 -55
  117. package/src/components/drawer-inline.stories.tsx +0 -124
  118. package/src/components/drawer-inline.tsx +0 -90
  119. package/src/components/empty-state.stories.tsx +0 -65
  120. package/src/components/empty-state.tsx +0 -28
  121. package/src/components/error-boundary.tsx +0 -80
  122. package/src/components/file-selector.stories.tsx +0 -166
  123. package/src/components/file-selector.tsx +0 -192
  124. package/src/components/file-tree-helpers.ts +0 -28
  125. package/src/components/horizontal-menu-stack.tsx +0 -15
  126. package/src/components/info-card.stories.tsx +0 -120
  127. package/src/components/info-card.tsx +0 -60
  128. package/src/components/item-section.stories.tsx +0 -57
  129. package/src/components/item-section.tsx +0 -57
  130. package/src/components/layout.stories.tsx +0 -341
  131. package/src/components/layout.tsx +0 -67
  132. package/src/components/menu-item.stories.tsx +0 -162
  133. package/src/components/menu-item.tsx +0 -207
  134. package/src/components/number-input.tsx +0 -21
  135. package/src/components/open-source-notices-screen.stories.tsx +0 -69
  136. package/src/components/open-source-notices-screen.tsx +0 -154
  137. package/src/components/panel-menu.stories.tsx +0 -44
  138. package/src/components/panel-menu.tsx +0 -27
  139. package/src/components/param-editor-color-input.tsx +0 -98
  140. package/src/components/param-editor-date-input.tsx +0 -106
  141. package/src/components/param-editor-horizontal-text-input.tsx +0 -130
  142. package/src/components/param-editor-horizontal.stories.tsx +0 -545
  143. package/src/components/param-editor-horizontal.tsx +0 -137
  144. package/src/components/param-editor-input-group.tsx +0 -145
  145. package/src/components/param-editor-number-input.tsx +0 -145
  146. package/src/components/param-editor-selection-input.tsx +0 -181
  147. package/src/components/param-editor-text-input.tsx +0 -113
  148. package/src/components/param-editor.stories.tsx +0 -986
  149. package/src/components/param-editor.tsx +0 -142
  150. package/src/components/param-editor.types.ts +0 -95
  151. package/src/components/properties.stories.tsx +0 -108
  152. package/src/components/properties.tsx +0 -73
  153. package/src/components/pstdio-logo.tsx +0 -26
  154. package/src/components/resource-badge.stories.tsx +0 -26
  155. package/src/components/resource-badge.tsx +0 -173
  156. package/src/components/rich-text/collaborative-markdown-editor/awareness-cursors.tsx +0 -45
  157. package/src/components/rich-text/collaborative-markdown-editor/collaborative-markdown-editor.stories.tsx +0 -230
  158. package/src/components/rich-text/collaborative-markdown-editor/collaborative-markdown-editor.tsx +0 -131
  159. package/src/components/rich-text/index.ts +0 -14
  160. package/src/components/rich-text/markdown-editor/markdown-editor.stories.tsx +0 -147
  161. package/src/components/rich-text/markdown-editor/markdown-editor.tsx +0 -112
  162. package/src/components/rich-text/markdown-editor/plugins/ReferenceLinkPlugin/ReferenceLinkNode.tsx +0 -100
  163. package/src/components/rich-text/markdown-editor/plugins/ReferenceLinkPlugin/ReferenceLinkTransformer.ts +0 -32
  164. package/src/components/rich-text/markdown-editor/plugins/ReferenceLinkPlugin/index.ts +0 -2
  165. package/src/components/rich-text/prompt-input/commands.ts +0 -44
  166. package/src/components/rich-text/prompt-input/events.ts +0 -21
  167. package/src/components/rich-text/prompt-input/plugins/CommentPlugin/CommentPlugin.tsx +0 -8
  168. package/src/components/rich-text/prompt-input/plugins/CommentPlugin/hooks/useCommentCommands.ts +0 -49
  169. package/src/components/rich-text/prompt-input/plugins/CommentPlugin/hooks/useCommentSchema.ts +0 -30
  170. package/src/components/rich-text/prompt-input/plugins/CommentPlugin/nodes/CommentNode/CommentNode.tsx +0 -127
  171. package/src/components/rich-text/prompt-input/plugins/ImperativeAPIPlugin.tsx +0 -32
  172. package/src/components/rich-text/prompt-input/plugins/KeyboardShortcutPlugin.tsx +0 -30
  173. package/src/components/rich-text/prompt-input/plugins/ReferenceMenuPlugin/ReferenceMenuOption.ts +0 -15
  174. package/src/components/rich-text/prompt-input/plugins/ReferenceMenuPlugin/ReferenceMenuPlugin.tsx +0 -88
  175. package/src/components/rich-text/prompt-input/plugins/ReferenceMenuPlugin/components/ReferenceMenu/ReferenceMenu.tsx +0 -90
  176. package/src/components/rich-text/prompt-input/plugins/ReferenceMenuPlugin/components/ReferenceMenu/ReferenceMenuItem.tsx +0 -50
  177. package/src/components/rich-text/prompt-input/plugins/ReferenceMenuPlugin/constants.ts +0 -3
  178. package/src/components/rich-text/prompt-input/plugins/ReferenceMenuPlugin/hooks/useContextLookup.tsx +0 -50
  179. package/src/components/rich-text/prompt-input/plugins/ReferenceMenuPlugin/utils/checkForTriggers.ts +0 -45
  180. package/src/components/rich-text/prompt-input/plugins/ReferenceMenuPlugin/utils/getSortedMenuOptions.ts +0 -20
  181. package/src/components/rich-text/prompt-input/plugins/ReferencePlugin/ReferencePlugin.tsx +0 -50
  182. package/src/components/rich-text/prompt-input/plugins/ReferencePlugin/nodes/ReferenceNode/ReferenceNode.tsx +0 -107
  183. package/src/components/rich-text/prompt-input/plugins/keyboard-shortcuts.ts +0 -13
  184. package/src/components/rich-text/prompt-input/prompt-input.stories.tsx +0 -87
  185. package/src/components/rich-text/prompt-input/prompt-input.tsx +0 -106
  186. package/src/components/rich-text/prompt-input/theme/prompt-input-theme.css +0 -3
  187. package/src/components/rich-text/prompt-input/theme/prompt-input-theme.ts +0 -11
  188. package/src/components/rich-text/prompt-input/utils.ts +0 -158
  189. package/src/components/rich-text/rich-message/plugins/ReferenceLinkPlugin/ReferenceLinkNode.tsx +0 -100
  190. package/src/components/rich-text/rich-message/plugins/ReferenceLinkPlugin/ReferenceLinkTransformer.ts +0 -32
  191. package/src/components/rich-text/rich-message/plugins/ReferenceLinkPlugin/index.ts +0 -2
  192. package/src/components/rich-text/rich-message/rich-message.stories.tsx +0 -146
  193. package/src/components/rich-text/rich-message/rich-message.tsx +0 -118
  194. package/src/components/rich-text/shared/components/content-editable.tsx +0 -28
  195. package/src/components/rich-text/shared/components/default-rich-text-components.tsx +0 -99
  196. package/src/components/rich-text/shared/editor-config.ts +0 -38
  197. package/src/components/rich-text/shared/nodes/DataTableNode.stories.tsx +0 -52
  198. package/src/components/rich-text/shared/nodes/DataTableNode.tsx +0 -73
  199. package/src/components/rich-text/shared/plugins/CodePlugin/CodeBlockPlugin.tsx +0 -22
  200. package/src/components/rich-text/shared/plugins/CodePlugin/CodeNode.tsx +0 -57
  201. package/src/components/rich-text/shared/plugins/EquationPlugin/EquationComponent.tsx +0 -46
  202. package/src/components/rich-text/shared/plugins/EquationPlugin/EquationNode.tsx +0 -161
  203. package/src/components/rich-text/shared/plugins/EquationPlugin/EquationPlugin.css +0 -16
  204. package/src/components/rich-text/shared/plugins/EquationPlugin/EquationPlugin.tsx +0 -45
  205. package/src/components/rich-text/shared/plugins/EquationPlugin/KatexRenderer.tsx +0 -40
  206. package/src/components/rich-text/shared/plugins/FloatingTextFormatToolbarPlugin/FloatingTextFormatToolbarPlugin.css +0 -26
  207. package/src/components/rich-text/shared/plugins/FloatingTextFormatToolbarPlugin/FloatingTextFormatToolbarPlugin.tsx +0 -414
  208. package/src/components/rich-text/shared/plugins/FloatingTextFormatToolbarPlugin/index.ts +0 -1
  209. package/src/components/rich-text/shared/plugins/HorizontalRulePlugin/HorizontalRuleNode.ts +0 -52
  210. package/src/components/rich-text/shared/plugins/HorizontalRulePlugin/horizontalRule.ts +0 -16
  211. package/src/components/rich-text/shared/plugins/LinkEditorPlugin/LinkEditorPlugin.css +0 -163
  212. package/src/components/rich-text/shared/plugins/LinkEditorPlugin/LinkEditorPlugin.tsx +0 -355
  213. package/src/components/rich-text/shared/plugins/LinkEditorPlugin/LinkPlugin.tsx +0 -6
  214. package/src/components/rich-text/shared/plugins/LinkEditorPlugin/utils/getSelectedNode.ts +0 -17
  215. package/src/components/rich-text/shared/plugins/LinkEditorPlugin/utils/setFloatingElemPos.ts +0 -39
  216. package/src/components/rich-text/shared/plugins/LinkEditorPlugin/utils/url.ts +0 -23
  217. package/src/components/rich-text/shared/plugins/StateUpdatePlugin.tsx +0 -21
  218. package/src/components/rich-text/shared/plugins/TableActionMenuPlugin/TableActionMenuPlugin.tsx +0 -224
  219. package/src/components/rich-text/shared/plugins/TableCellResizerPlugin/TableCellResizerPlugin.css +0 -3
  220. package/src/components/rich-text/shared/plugins/TableCellResizerPlugin/TableCellResizerPlugin.tsx +0 -315
  221. package/src/components/rich-text/shared/plugins/ToggleEditablePlugin.tsx +0 -12
  222. package/src/components/rich-text/shared/plugins/TreeViewPlugin/TreeViewPlugin.tsx +0 -20
  223. package/src/components/rich-text/shared/transformers/markdown-transformers.ts +0 -123
  224. package/src/components/rich-text/shared/types/rich-text-components.ts +0 -17
  225. package/src/components/rich-text/theme/report-theme.tsx +0 -81
  226. package/src/components/rich-text/theme/rich-text-theme.css +0 -773
  227. package/src/components/rich-text/theme/rich-text-theme.tsx +0 -81
  228. package/src/components/rich-text/types.ts +0 -9
  229. package/src/components/rich-text/utils/inferResourceType.ts +0 -17
  230. package/src/components/rich-text/utils/markdown.ts +0 -12
  231. package/src/components/rich-text/utils/mediaType.ts +0 -31
  232. package/src/components/session-indicator.stories.tsx +0 -46
  233. package/src/components/session-indicator.tsx +0 -40
  234. package/src/components/slider.stories.tsx +0 -38
  235. package/src/components/slider.tsx +0 -20
  236. package/src/components/style-guide-data.ts +0 -374
  237. package/src/components/style-guide.stories.tsx +0 -212
  238. package/src/components/style-guide.tsx +0 -305
  239. package/src/components/ticket-board.stories.tsx +0 -109
  240. package/src/components/ticket-board.tsx +0 -167
  241. package/src/components/ticket-card.stories.tsx +0 -133
  242. package/src/components/ticket-card.tsx +0 -126
  243. package/src/components/toaster.stories.tsx +0 -79
  244. package/src/components/toaster.tsx +0 -26
  245. package/src/components/tooltip.tsx +0 -43
  246. package/src/index.ts +0 -16
  247. package/src/theme/global.ts +0 -49
  248. package/src/theme/primitives/colors.ts +0 -209
  249. package/src/theme/primitives/fonts.ts +0 -33
  250. package/src/theme/primitives/sizes.ts +0 -49
  251. package/src/theme/recipes/alert.ts +0 -12
  252. package/src/theme/recipes/button.ts +0 -124
  253. package/src/theme/recipes/dialog.ts +0 -11
  254. package/src/theme/recipes/divider.ts +0 -7
  255. package/src/theme/recipes/drawer.ts +0 -16
  256. package/src/theme/recipes/editable.ts +0 -42
  257. package/src/theme/recipes/form.ts +0 -11
  258. package/src/theme/recipes/input.ts +0 -25
  259. package/src/theme/recipes/menu.ts +0 -40
  260. package/src/theme/recipes/popover.ts +0 -46
  261. package/src/theme/recipes/progress-circle.ts +0 -22
  262. package/src/theme/recipes/skeleton.ts +0 -8
  263. package/src/theme/recipes/textarea.ts +0 -29
  264. package/src/theme/recipes/tooltip.ts +0 -15
  265. package/src/theme/theme.ts +0 -70
  266. package/src/theme/tokens/borders.ts +0 -38
  267. package/src/theme/tokens/colors.ts +0 -488
  268. package/src/theme/tokens/layer-styles.ts +0 -15
  269. package/src/theme/tokens/shadows.ts +0 -47
  270. package/src/theme/tokens/text.ts +0 -236
  271. package/src/utils/apply-theme-preference.ts +0 -17
  272. package/src/utils/formats.ts +0 -27
  273. package/src/utils/get-file-type-icon.ts +0 -52
  274. package/src/utils/theme-preference.tsx +0 -60
  275. package/src/vite-env.d.ts +0 -6
  276. package/storybook-static/assets/CodeBlockPlugin-C3OWpvP8.js +0 -281
  277. package/storybook-static/assets/CodeBlockPlugin-e2vWgtYm.css +0 -1
  278. package/storybook-static/assets/DataTableNode.stories-DLgTftOI.js +0 -33
  279. package/storybook-static/assets/EquationComponent-CUFxwyNf.js +0 -1
  280. package/storybook-static/assets/EquationComponent-DWZwfaVI.css +0 -1
  281. package/storybook-static/assets/FloatingTextFormatToolbarPlugin-B6jc8xvg.js +0 -1
  282. package/storybook-static/assets/FloatingTextFormatToolbarPlugin-D2l3--Te.css +0 -1
  283. package/storybook-static/assets/KaTeX_AMS-Regular-BQhdFMY1.woff2 +0 -0
  284. package/storybook-static/assets/KaTeX_AMS-Regular-DMm9YOAa.woff +0 -0
  285. package/storybook-static/assets/KaTeX_AMS-Regular-DRggAlZN.ttf +0 -0
  286. package/storybook-static/assets/KaTeX_Caligraphic-Bold-ATXxdsX0.ttf +0 -0
  287. package/storybook-static/assets/KaTeX_Caligraphic-Bold-BEiXGLvX.woff +0 -0
  288. package/storybook-static/assets/KaTeX_Caligraphic-Bold-Dq_IR9rO.woff2 +0 -0
  289. package/storybook-static/assets/KaTeX_Caligraphic-Regular-CTRA-rTL.woff +0 -0
  290. package/storybook-static/assets/KaTeX_Caligraphic-Regular-Di6jR-x-.woff2 +0 -0
  291. package/storybook-static/assets/KaTeX_Caligraphic-Regular-wX97UBjC.ttf +0 -0
  292. package/storybook-static/assets/KaTeX_Fraktur-Bold-BdnERNNW.ttf +0 -0
  293. package/storybook-static/assets/KaTeX_Fraktur-Bold-BsDP51OF.woff +0 -0
  294. package/storybook-static/assets/KaTeX_Fraktur-Bold-CL6g_b3V.woff2 +0 -0
  295. package/storybook-static/assets/KaTeX_Fraktur-Regular-CB_wures.ttf +0 -0
  296. package/storybook-static/assets/KaTeX_Fraktur-Regular-CTYiF6lA.woff2 +0 -0
  297. package/storybook-static/assets/KaTeX_Fraktur-Regular-Dxdc4cR9.woff +0 -0
  298. package/storybook-static/assets/KaTeX_Main-Bold-Cx986IdX.woff2 +0 -0
  299. package/storybook-static/assets/KaTeX_Main-Bold-Jm3AIy58.woff +0 -0
  300. package/storybook-static/assets/KaTeX_Main-Bold-waoOVXN0.ttf +0 -0
  301. package/storybook-static/assets/KaTeX_Main-BoldItalic-DxDJ3AOS.woff2 +0 -0
  302. package/storybook-static/assets/KaTeX_Main-BoldItalic-DzxPMmG6.ttf +0 -0
  303. package/storybook-static/assets/KaTeX_Main-BoldItalic-SpSLRI95.woff +0 -0
  304. package/storybook-static/assets/KaTeX_Main-Italic-3WenGoN9.ttf +0 -0
  305. package/storybook-static/assets/KaTeX_Main-Italic-BMLOBm91.woff +0 -0
  306. package/storybook-static/assets/KaTeX_Main-Italic-NWA7e6Wa.woff2 +0 -0
  307. package/storybook-static/assets/KaTeX_Main-Regular-B22Nviop.woff2 +0 -0
  308. package/storybook-static/assets/KaTeX_Main-Regular-Dr94JaBh.woff +0 -0
  309. package/storybook-static/assets/KaTeX_Main-Regular-ypZvNtVU.ttf +0 -0
  310. package/storybook-static/assets/KaTeX_Math-BoldItalic-B3XSjfu4.ttf +0 -0
  311. package/storybook-static/assets/KaTeX_Math-BoldItalic-CZnvNsCZ.woff2 +0 -0
  312. package/storybook-static/assets/KaTeX_Math-BoldItalic-iY-2wyZ7.woff +0 -0
  313. package/storybook-static/assets/KaTeX_Math-Italic-DA0__PXp.woff +0 -0
  314. package/storybook-static/assets/KaTeX_Math-Italic-flOr_0UB.ttf +0 -0
  315. package/storybook-static/assets/KaTeX_Math-Italic-t53AETM-.woff2 +0 -0
  316. package/storybook-static/assets/KaTeX_SansSerif-Bold-CFMepnvq.ttf +0 -0
  317. package/storybook-static/assets/KaTeX_SansSerif-Bold-D1sUS0GD.woff2 +0 -0
  318. package/storybook-static/assets/KaTeX_SansSerif-Bold-DbIhKOiC.woff +0 -0
  319. package/storybook-static/assets/KaTeX_SansSerif-Italic-C3H0VqGB.woff2 +0 -0
  320. package/storybook-static/assets/KaTeX_SansSerif-Italic-DN2j7dab.woff +0 -0
  321. package/storybook-static/assets/KaTeX_SansSerif-Italic-YYjJ1zSn.ttf +0 -0
  322. package/storybook-static/assets/KaTeX_SansSerif-Regular-BNo7hRIc.ttf +0 -0
  323. package/storybook-static/assets/KaTeX_SansSerif-Regular-CS6fqUqJ.woff +0 -0
  324. package/storybook-static/assets/KaTeX_SansSerif-Regular-DDBCnlJ7.woff2 +0 -0
  325. package/storybook-static/assets/KaTeX_Script-Regular-C5JkGWo-.ttf +0 -0
  326. package/storybook-static/assets/KaTeX_Script-Regular-D3wIWfF6.woff2 +0 -0
  327. package/storybook-static/assets/KaTeX_Script-Regular-D5yQViql.woff +0 -0
  328. package/storybook-static/assets/KaTeX_Size1-Regular-C195tn64.woff +0 -0
  329. package/storybook-static/assets/KaTeX_Size1-Regular-Dbsnue_I.ttf +0 -0
  330. package/storybook-static/assets/KaTeX_Size1-Regular-mCD8mA8B.woff2 +0 -0
  331. package/storybook-static/assets/KaTeX_Size2-Regular-B7gKUWhC.ttf +0 -0
  332. package/storybook-static/assets/KaTeX_Size2-Regular-Dy4dx90m.woff2 +0 -0
  333. package/storybook-static/assets/KaTeX_Size2-Regular-oD1tc_U0.woff +0 -0
  334. package/storybook-static/assets/KaTeX_Size3-Regular-CTq5MqoE.woff +0 -0
  335. package/storybook-static/assets/KaTeX_Size3-Regular-DgpXs0kz.ttf +0 -0
  336. package/storybook-static/assets/KaTeX_Size4-Regular-BF-4gkZK.woff +0 -0
  337. package/storybook-static/assets/KaTeX_Size4-Regular-DWFBv043.ttf +0 -0
  338. package/storybook-static/assets/KaTeX_Size4-Regular-Dl5lxZxV.woff2 +0 -0
  339. package/storybook-static/assets/KaTeX_Typewriter-Regular-C0xS9mPB.woff +0 -0
  340. package/storybook-static/assets/KaTeX_Typewriter-Regular-CO6r4hn1.woff2 +0 -0
  341. package/storybook-static/assets/KaTeX_Typewriter-Regular-D3Ib7_Hf.ttf +0 -0
  342. package/storybook-static/assets/LexicalHistoryPlugin.prod-BQAibkDj.js +0 -1
  343. package/storybook-static/assets/TreeViewPlugin-CyVKCrKJ.js +0 -24
  344. package/storybook-static/assets/ai-conversation-DcjS--ee.js +0 -1
  345. package/storybook-static/assets/ai-conversation.stories-COjWuS8V.js +0 -3
  346. package/storybook-static/assets/ai-message-DLdAGhWH.js +0 -1
  347. package/storybook-static/assets/ai-message.stories-CRTyreKL.js +0 -3
  348. package/storybook-static/assets/ai-response-ySM6s0iN.js +0 -1
  349. package/storybook-static/assets/ai-response.stories-DVBYlrGf.js +0 -11
  350. package/storybook-static/assets/attachment-list-1p1601I5.js +0 -1
  351. package/storybook-static/assets/attachment-list.stories-Cydlsnio.js +0 -7
  352. package/storybook-static/assets/badge-CtgJasjB.js +0 -1
  353. package/storybook-static/assets/breadcrumb.stories-SAjB-iqH.js +0 -5
  354. package/storybook-static/assets/button-C7it2n8t.js +0 -1
  355. package/storybook-static/assets/button.stories-BMVbbb4y.js +0 -72
  356. package/storybook-static/assets/chat-input-B-915nCM.js +0 -1
  357. package/storybook-static/assets/chat-input.stories-DrxvpT9p.js +0 -32
  358. package/storybook-static/assets/chat-panel.stories-D0L6eIte.js +0 -96
  359. package/storybook-static/assets/chevron-down-BYCAGyCV.js +0 -1
  360. package/storybook-static/assets/chevron-right-owK1wZnx.js +0 -1
  361. package/storybook-static/assets/collaborative-markdown-editor-Bj0GvTvv.js +0 -41
  362. package/storybook-static/assets/collaborative-markdown-editor.stories-B_MUIC5s.js +0 -11
  363. package/storybook-static/assets/collapsible-DBDG7h1r.js +0 -1
  364. package/storybook-static/assets/collapsible-content-B1Uq3jUM.js +0 -1
  365. package/storybook-static/assets/column-file-browser.stories-DPMQnHCw.js +0 -54
  366. package/storybook-static/assets/compiler-runtime-BXE7OOXE.js +0 -1
  367. package/storybook-static/assets/computed-style-C0hzrq9-.js +0 -1
  368. package/storybook-static/assets/create-recipe-context-BU56IzEo.js +0 -1
  369. package/storybook-static/assets/create-slot-recipe-context-DAhDE6G_.js +0 -1
  370. package/storybook-static/assets/create-split-props-u5h9OPvL.js +0 -1
  371. package/storybook-static/assets/createLucideIcon-CcBBUKX8.js +0 -1
  372. package/storybook-static/assets/data-table-vuIeWXui.css +0 -1
  373. package/storybook-static/assets/data-table.stories-Cs-q7dpj.js +0 -19
  374. package/storybook-static/assets/delete-confirmation-modal.stories-C8vDKFRD.js +0 -14
  375. package/storybook-static/assets/diff-bubble-_zZypMRt.js +0 -1
  376. package/storybook-static/assets/diff-bubble.stories-DfonanIk.js +0 -39
  377. package/storybook-static/assets/diff-drawer.stories-CGDWiKD8.js +0 -38
  378. package/storybook-static/assets/diff-editor-DV9BXqbn.js +0 -11
  379. package/storybook-static/assets/dismissable-layer-Cc5dFRd8.js +0 -1
  380. package/storybook-static/assets/drawer-inline.stories-B3Tp7vjL.js +0 -88
  381. package/storybook-static/assets/empty-state-BXkyq69k.js +0 -1
  382. package/storybook-static/assets/empty-state.stories-6eYYBOWR.js +0 -29
  383. package/storybook-static/assets/factory-BR3bc_RM.js +0 -1
  384. package/storybook-static/assets/factory-DAJZwK4o.js +0 -1
  385. package/storybook-static/assets/file-selector.stories-PKIGBUd5.js +0 -31
  386. package/storybook-static/assets/file-text-D5m8MJlG.js +0 -1
  387. package/storybook-static/assets/flex-DAJL4AFZ.js +0 -1
  388. package/storybook-static/assets/folder-C5dba_Co.js +0 -1
  389. package/storybook-static/assets/form-D_Xln9tK.js +0 -1
  390. package/storybook-static/assets/full-conversation-normalized-LUbl1coD.js +0 -1
  391. package/storybook-static/assets/grid-7OIKBlfh.js +0 -1
  392. package/storybook-static/assets/h-stack-DWHd8f97.js +0 -1
  393. package/storybook-static/assets/horizontal-menu-stack-Cph6x7ui.js +0 -1
  394. package/storybook-static/assets/icon-C8FN9JqD.js +0 -1
  395. package/storybook-static/assets/icon-button-DHiUe7rR.js +0 -1
  396. package/storybook-static/assets/icons-WRA1cA-W.js +0 -1
  397. package/storybook-static/assets/iframe-2XPD_vrQ.css +0 -1
  398. package/storybook-static/assets/iframe-B8FSoBNY.js +0 -1075
  399. package/storybook-static/assets/index-B0y2_lLF.js +0 -1
  400. package/storybook-static/assets/index-CXwl6T4k.js +0 -1
  401. package/storybook-static/assets/index-DaXC_qY_.js +0 -1
  402. package/storybook-static/assets/index-DpB4ozcR.js +0 -1
  403. package/storybook-static/assets/index-cFwdnc0b.js +0 -1
  404. package/storybook-static/assets/info-DlgY5-DW.js +0 -1
  405. package/storybook-static/assets/info-card.stories-Cry0Qfrn.js +0 -55
  406. package/storybook-static/assets/input-ZSs5cSFQ.js +0 -1
  407. package/storybook-static/assets/inter-cyrillic-400-normal-HOLc17fK.woff +0 -0
  408. package/storybook-static/assets/inter-cyrillic-400-normal-obahsSVq.woff2 +0 -0
  409. package/storybook-static/assets/inter-cyrillic-500-normal-BasfLYem.woff2 +0 -0
  410. package/storybook-static/assets/inter-cyrillic-500-normal-CxZf_p3X.woff +0 -0
  411. package/storybook-static/assets/inter-cyrillic-ext-400-normal-BQZuk6qB.woff2 +0 -0
  412. package/storybook-static/assets/inter-cyrillic-ext-400-normal-DQukG94-.woff +0 -0
  413. package/storybook-static/assets/inter-cyrillic-ext-500-normal-B0yAr1jD.woff2 +0 -0
  414. package/storybook-static/assets/inter-cyrillic-ext-500-normal-BmqWE9Dz.woff +0 -0
  415. package/storybook-static/assets/inter-greek-400-normal-B4URO6DV.woff2 +0 -0
  416. package/storybook-static/assets/inter-greek-400-normal-q2sYcFCs.woff +0 -0
  417. package/storybook-static/assets/inter-greek-500-normal-BIZE56-Y.woff2 +0 -0
  418. package/storybook-static/assets/inter-greek-500-normal-Xzm54t5V.woff +0 -0
  419. package/storybook-static/assets/inter-greek-ext-400-normal-DGGRlc-M.woff2 +0 -0
  420. package/storybook-static/assets/inter-greek-ext-400-normal-KugGGMne.woff +0 -0
  421. package/storybook-static/assets/inter-greek-ext-500-normal-2j5mBUwD.woff +0 -0
  422. package/storybook-static/assets/inter-greek-ext-500-normal-C4iEst2y.woff2 +0 -0
  423. package/storybook-static/assets/inter-latin-400-normal-C38fXH4l.woff2 +0 -0
  424. package/storybook-static/assets/inter-latin-400-normal-CyCys3Eg.woff +0 -0
  425. package/storybook-static/assets/inter-latin-500-normal-BL9OpVg8.woff +0 -0
  426. package/storybook-static/assets/inter-latin-500-normal-Cerq10X2.woff2 +0 -0
  427. package/storybook-static/assets/inter-latin-ext-400-normal-77YHD8bZ.woff +0 -0
  428. package/storybook-static/assets/inter-latin-ext-400-normal-C1nco2VV.woff2 +0 -0
  429. package/storybook-static/assets/inter-latin-ext-500-normal-BxGbmqWO.woff +0 -0
  430. package/storybook-static/assets/inter-latin-ext-500-normal-CV4jyFjo.woff2 +0 -0
  431. package/storybook-static/assets/inter-vietnamese-400-normal-Bbgyi5SW.woff +0 -0
  432. package/storybook-static/assets/inter-vietnamese-400-normal-DMkecbls.woff2 +0 -0
  433. package/storybook-static/assets/inter-vietnamese-500-normal-DOriooB6.woff2 +0 -0
  434. package/storybook-static/assets/inter-vietnamese-500-normal-mJboJaSs.woff +0 -0
  435. package/storybook-static/assets/item-section-AoQrVPNJ.js +0 -1
  436. package/storybook-static/assets/item-section.stories-kYTPHRsx.js +0 -24
  437. package/storybook-static/assets/layout.stories-DhSjwzU1.js +0 -3
  438. package/storybook-static/assets/link-DE5grRtm.js +0 -1
  439. package/storybook-static/assets/markdown-BLUemkxK.js +0 -1
  440. package/storybook-static/assets/markdown-editor-Y4eMsgVb.js +0 -1
  441. package/storybook-static/assets/markdown-editor.stories-DIWw-hRP.js +0 -115
  442. package/storybook-static/assets/menu-item-CrqDaj9K.js +0 -1
  443. package/storybook-static/assets/menu-item.stories-D9Isjjrf.js +0 -68
  444. package/storybook-static/assets/message-parts-renderer.stories-CewRvbm7.js +0 -5
  445. package/storybook-static/assets/message-types-CEyA7Qm7.js +0 -60
  446. package/storybook-static/assets/model-swap-separator.stories-DrQW2NWQ.js +0 -9
  447. package/storybook-static/assets/mutation-observer-CAfGweIM.js +0 -1
  448. package/storybook-static/assets/normalize-props-D7NI5JRu.js +0 -1
  449. package/storybook-static/assets/number-C92MPsRM.js +0 -1
  450. package/storybook-static/assets/number-input-D1aC-9ls.js +0 -7
  451. package/storybook-static/assets/onest-cyrillic-400-normal-BxvCLB5P.woff +0 -0
  452. package/storybook-static/assets/onest-cyrillic-400-normal-DH8vlB-A.woff2 +0 -0
  453. package/storybook-static/assets/onest-cyrillic-500-normal-CyY1vN0Q.woff +0 -0
  454. package/storybook-static/assets/onest-cyrillic-500-normal-DHyr8B2c.woff2 +0 -0
  455. package/storybook-static/assets/onest-cyrillic-700-normal-CwpXuTGk.woff2 +0 -0
  456. package/storybook-static/assets/onest-cyrillic-700-normal-DOtXtm0s.woff +0 -0
  457. package/storybook-static/assets/onest-latin-400-normal-BAzPRZHg.woff +0 -0
  458. package/storybook-static/assets/onest-latin-400-normal-bladozIj.woff2 +0 -0
  459. package/storybook-static/assets/onest-latin-500-normal-oFTiz6Nq.woff +0 -0
  460. package/storybook-static/assets/onest-latin-500-normal-qHiQtL66.woff2 +0 -0
  461. package/storybook-static/assets/onest-latin-700-normal-Bd6qVL4Q.woff2 +0 -0
  462. package/storybook-static/assets/onest-latin-700-normal-XTvQgpoh.woff +0 -0
  463. package/storybook-static/assets/onest-latin-ext-400-normal--mQR5RlC.woff2 +0 -0
  464. package/storybook-static/assets/onest-latin-ext-400-normal-BbXTNVXw.woff +0 -0
  465. package/storybook-static/assets/onest-latin-ext-500-normal-BlXa29q8.woff2 +0 -0
  466. package/storybook-static/assets/onest-latin-ext-500-normal-CoujUMv_.woff +0 -0
  467. package/storybook-static/assets/onest-latin-ext-700-normal-C-Tcltod.woff2 +0 -0
  468. package/storybook-static/assets/onest-latin-ext-700-normal-CSGWRWNE.woff +0 -0
  469. package/storybook-static/assets/open-source-notices-screen.stories-BpdJxDZC.js +0 -21
  470. package/storybook-static/assets/overflow-CkG1DOya.js +0 -1
  471. package/storybook-static/assets/panel-menu-CqLSrdTB.js +0 -1
  472. package/storybook-static/assets/panel-menu.stories-CxdWaWjq.js +0 -14
  473. package/storybook-static/assets/param-editor-horizontal.stories-C1o-VOjG.js +0 -561
  474. package/storybook-static/assets/param-editor-selection-input-2pJE1_W1.js +0 -1
  475. package/storybook-static/assets/param-editor.stories-0ae3y4Vu.js +0 -921
  476. package/storybook-static/assets/playfair-display-cyrillic-400-normal-CjW2EstV.woff2 +0 -0
  477. package/storybook-static/assets/playfair-display-cyrillic-400-normal-ZiRag6zj.woff +0 -0
  478. package/storybook-static/assets/playfair-display-cyrillic-600-normal-DbWAkkgN.woff +0 -0
  479. package/storybook-static/assets/playfair-display-cyrillic-600-normal-oLY6jnZ7.woff2 +0 -0
  480. package/storybook-static/assets/playfair-display-cyrillic-700-normal-Dk1mTcxf.woff +0 -0
  481. package/storybook-static/assets/playfair-display-cyrillic-700-normal-Dw3uKy19.woff2 +0 -0
  482. package/storybook-static/assets/playfair-display-latin-400-normal-CFtfchNt.woff2 +0 -0
  483. package/storybook-static/assets/playfair-display-latin-400-normal-DHYHbkg3.woff +0 -0
  484. package/storybook-static/assets/playfair-display-latin-600-normal-CZLGqjJe.woff2 +0 -0
  485. package/storybook-static/assets/playfair-display-latin-600-normal-CxxueQ0Z.woff +0 -0
  486. package/storybook-static/assets/playfair-display-latin-700-normal-Bc_1Q1cG.woff +0 -0
  487. package/storybook-static/assets/playfair-display-latin-700-normal-CuDiGg7c.woff2 +0 -0
  488. package/storybook-static/assets/playfair-display-latin-ext-400-normal-BxlSGspa.woff2 +0 -0
  489. package/storybook-static/assets/playfair-display-latin-ext-400-normal-qdZwdvNS.woff +0 -0
  490. package/storybook-static/assets/playfair-display-latin-ext-600-normal-BumBfC1v.woff +0 -0
  491. package/storybook-static/assets/playfair-display-latin-ext-600-normal-CEjQclLc.woff2 +0 -0
  492. package/storybook-static/assets/playfair-display-latin-ext-700-normal-C58ejOkc.woff2 +0 -0
  493. package/storybook-static/assets/playfair-display-latin-ext-700-normal-D5HUU8GT.woff +0 -0
  494. package/storybook-static/assets/playfair-display-vietnamese-400-normal-BV2APVTb.woff2 +0 -0
  495. package/storybook-static/assets/playfair-display-vietnamese-400-normal-BbvUAu4N.woff +0 -0
  496. package/storybook-static/assets/playfair-display-vietnamese-600-normal-BPJkAZPN.woff +0 -0
  497. package/storybook-static/assets/playfair-display-vietnamese-600-normal-ICsRR-qJ.woff2 +0 -0
  498. package/storybook-static/assets/playfair-display-vietnamese-700-normal-CaKJSIny.woff2 +0 -0
  499. package/storybook-static/assets/playfair-display-vietnamese-700-normal-Cr1rw0mr.woff +0 -0
  500. package/storybook-static/assets/portal-CZHfPTRw.js +0 -1
  501. package/storybook-static/assets/preload-helper-PPVm8Dsz.js +0 -1
  502. package/storybook-static/assets/prompt-input-BLCttowi.js +0 -14
  503. package/storybook-static/assets/prompt-input-BVbz9joI.css +0 -1
  504. package/storybook-static/assets/prompt-input.stories-J8-AMVXy.js +0 -9
  505. package/storybook-static/assets/properties.stories-Bs7ivKgb.js +0 -59
  506. package/storybook-static/assets/react-18-KY0R7ltw.js +0 -9
  507. package/storybook-static/assets/render-strategy-BebqUNCa.js +0 -1
  508. package/storybook-static/assets/resource-badge-Bw5UoU4J.js +0 -1
  509. package/storybook-static/assets/resource-badge.stories-DtSh-RX9.js +0 -9
  510. package/storybook-static/assets/rich-message-BIkzo1SM.js +0 -1
  511. package/storybook-static/assets/rich-message.stories-C9Wc4d3O.js +0 -115
  512. package/storybook-static/assets/rich-text-theme-Bkhh9rAZ.js +0 -14
  513. package/storybook-static/assets/rich-text-theme-K2MBoCbx.css +0 -1
  514. package/storybook-static/assets/separator-CQkMOHNm.js +0 -1
  515. package/storybook-static/assets/settings-DUgg22A7.js +0 -1
  516. package/storybook-static/assets/simple-grid-DIKjhnVI.js +0 -1
  517. package/storybook-static/assets/spinner-ZYH_gvW-.js +0 -1
  518. package/storybook-static/assets/stack-CN4X31TA.js +0 -1
  519. package/storybook-static/assets/star-CvcHIXRa.js +0 -1
  520. package/storybook-static/assets/style-guide.stories-BUvEhZov.js +0 -6
  521. package/storybook-static/assets/tabbable-DHAf8oAu.js +0 -1
  522. package/storybook-static/assets/table-BKNSzs2r.js +0 -1
  523. package/storybook-static/assets/textarea-rqmaWSc5.js +0 -1
  524. package/storybook-static/assets/toaster-d9nN0H7K.js +0 -1
  525. package/storybook-static/assets/toaster.stories-BRVCYyaM.js +0 -52
  526. package/storybook-static/assets/tool-invocation-timeline-B-cS0W6M.js +0 -59
  527. package/storybook-static/assets/tool-invocation-timeline.stories-DXO59O73.js +0 -5
  528. package/storybook-static/assets/tooltip-C_a-XGZ8.js +0 -1
  529. package/storybook-static/assets/tooltip-DZxUoouw.js +0 -1
  530. package/storybook-static/assets/trash-2-BO05slEk.js +0 -1
  531. package/storybook-static/assets/typeahead-CuY9WxfQ.js +0 -1
  532. package/storybook-static/assets/use-field-context-DoxKQlMm.js +0 -1
  533. package/storybook-static/assets/use-presence-context-DK2PGZth.js +0 -1
  534. package/storybook-static/assets/v-stack-Btoq6OB_.js +0 -1
  535. package/storybook-static/assets/x-D42ziktz.js +0 -1
  536. package/storybook-static/components/chat-ui/mocks/full-conversation-normalized.json.d.ts +0 -3560
  537. package/storybook-static/components/rich-text/utils/inferResourceType.d.ts +0 -1
  538. package/storybook-static/favicon-wrapper.svg +0 -46
  539. package/storybook-static/favicon.svg +0 -1
  540. package/storybook-static/iframe.html +0 -705
  541. package/storybook-static/index.html +0 -150
  542. package/storybook-static/index.json +0 -1
  543. package/storybook-static/nunito-sans-bold-italic.woff2 +0 -0
  544. package/storybook-static/nunito-sans-bold.woff2 +0 -0
  545. package/storybook-static/nunito-sans-italic.woff2 +0 -0
  546. package/storybook-static/nunito-sans-regular.woff2 +0 -0
  547. package/storybook-static/project.json +0 -1
  548. package/storybook-static/sb-addons/storybook-core-server-presets-0/common-manager-bundle.js +0 -628
  549. package/storybook-static/sb-addons/themes-1/manager-bundle.js +0 -3
  550. package/storybook-static/sb-addons/vitest-2/manager-bundle.js +0 -3
  551. package/storybook-static/sb-common-assets/favicon-wrapper.svg +0 -46
  552. package/storybook-static/sb-common-assets/favicon.svg +0 -1
  553. package/storybook-static/sb-common-assets/nunito-sans-bold-italic.woff2 +0 -0
  554. package/storybook-static/sb-common-assets/nunito-sans-bold.woff2 +0 -0
  555. package/storybook-static/sb-common-assets/nunito-sans-italic.woff2 +0 -0
  556. package/storybook-static/sb-common-assets/nunito-sans-regular.woff2 +0 -0
  557. package/storybook-static/sb-manager/globals-runtime.js +0 -77956
  558. package/storybook-static/sb-manager/globals.js +0 -24
  559. package/storybook-static/sb-manager/manager-stores.js +0 -23
  560. package/storybook-static/sb-manager/runtime.js +0 -20422
  561. package/storybook-static/theme/types.d.ts +0 -1
  562. package/storybook-static/vite-inject-mocker-entry.js +0 -2
  563. package/tsconfig.json +0 -29
  564. package/vite.config.ts +0 -82
  565. package/vitest.shims.d.ts +0 -1
  566. /package/{storybook-static → dist}/components/alert.d.ts +0 -0
  567. /package/{storybook-static → dist}/components/breadcrumb.d.ts +0 -0
  568. /package/{storybook-static → dist}/components/breadcrumb.stories.d.ts +0 -0
  569. /package/{storybook-static → dist}/components/chat-ui/agent-types.d.ts +0 -0
  570. /package/{storybook-static → dist}/components/chat-ui/components/ai-conversation.stories.d.ts +0 -0
  571. /package/{storybook-static → dist}/components/chat-ui/components/ai-message.d.ts +0 -0
  572. /package/{storybook-static → dist}/components/chat-ui/components/ai-message.stories.d.ts +0 -0
  573. /package/{storybook-static → dist}/components/chat-ui/components/ai-response.d.ts +0 -0
  574. /package/{storybook-static → dist}/components/chat-ui/components/ai-response.stories.d.ts +0 -0
  575. /package/{storybook-static → dist}/components/chat-ui/components/approval-prompt.d.ts +0 -0
  576. /package/{storybook-static → dist}/components/chat-ui/components/attachment-list.d.ts +0 -0
  577. /package/{storybook-static → dist}/components/chat-ui/components/attachment-list.stories.d.ts +0 -0
  578. /package/{storybook-static → dist}/components/chat-ui/components/auto-scroll.d.ts +0 -0
  579. /package/{storybook-static → dist}/components/chat-ui/components/chat-input.d.ts +0 -0
  580. /package/{storybook-static → dist}/components/chat-ui/components/chat-input.stories.d.ts +0 -0
  581. /package/{storybook-static → dist}/components/chat-ui/components/chat-panel.d.ts +0 -0
  582. /package/{storybook-static → dist}/components/chat-ui/components/chat-panel.stories.d.ts +0 -0
  583. /package/{storybook-static → dist}/components/chat-ui/components/message-parts-renderer.d.ts +0 -0
  584. /package/{storybook-static → dist}/components/chat-ui/components/message-parts-renderer.stories.d.ts +0 -0
  585. /package/{storybook-static → dist}/components/chat-ui/components/message-types.d.ts +0 -0
  586. /package/{storybook-static → dist}/components/chat-ui/components/model-swap-separator.d.ts +0 -0
  587. /package/{storybook-static → dist}/components/chat-ui/components/model-swap-separator.stories.d.ts +0 -0
  588. /package/{storybook-static → dist}/components/chat-ui/components/send-button.d.ts +0 -0
  589. /package/{storybook-static → dist}/components/chat-ui/components/timeline.d.ts +0 -0
  590. /package/{storybook-static → dist}/components/chat-ui/components/tool-invocation-timeline.d.ts +0 -0
  591. /package/{storybook-static → dist}/components/chat-ui/components/tool-invocation-timeline.stories.d.ts +0 -0
  592. /package/{storybook-static → dist}/components/chat-ui/tool-rendering/build-timeline.d.ts +0 -0
  593. /package/{storybook-static → dist}/components/chat-ui/tool-rendering/default-renderers.d.ts +0 -0
  594. /package/{storybook-static → dist}/components/chat-ui/tool-rendering/index.d.ts +0 -0
  595. /package/{storybook-static → dist}/components/chat-ui/tool-rendering/types.d.ts +0 -0
  596. /package/{storybook-static → dist}/components/chat-ui/utils/diff.d.ts +0 -0
  597. /package/{storybook-static → dist}/components/chat-ui/utils/editor-state.d.ts +0 -0
  598. /package/{storybook-static → dist}/components/code-editor.d.ts +0 -0
  599. /package/{storybook-static → dist}/components/content-placeholder.d.ts +0 -0
  600. /package/{storybook-static → dist}/components/delete-confirmation-modal.d.ts +0 -0
  601. /package/{storybook-static → dist}/components/delete-confirmation-modal.stories.d.ts +0 -0
  602. /package/{storybook-static → dist}/components/diff-bubble.d.ts +0 -0
  603. /package/{storybook-static → dist}/components/diff-bubble.stories.d.ts +0 -0
  604. /package/{storybook-static → dist}/components/diff-card.d.ts +0 -0
  605. /package/{storybook-static → dist}/components/diff-drawer.d.ts +0 -0
  606. /package/{storybook-static → dist}/components/diff-drawer.stories.d.ts +0 -0
  607. /package/{storybook-static → dist}/components/diff-editor.d.ts +0 -0
  608. /package/{storybook-static → dist}/components/drawer-inline.d.ts +0 -0
  609. /package/{storybook-static → dist}/components/drawer-inline.stories.d.ts +0 -0
  610. /package/{storybook-static → dist}/components/empty-state.d.ts +0 -0
  611. /package/{storybook-static → dist}/components/empty-state.stories.d.ts +0 -0
  612. /package/{storybook-static → dist}/components/error-boundary.d.ts +0 -0
  613. /package/{storybook-static → dist}/components/file-tree-helpers.d.ts +0 -0
  614. /package/{storybook-static → dist}/components/horizontal-menu-stack.d.ts +0 -0
  615. /package/{storybook-static → dist}/components/item-section.d.ts +0 -0
  616. /package/{storybook-static → dist}/components/item-section.stories.d.ts +0 -0
  617. /package/{storybook-static → dist}/components/layout.d.ts +0 -0
  618. /package/{storybook-static → dist}/components/layout.stories.d.ts +0 -0
  619. /package/{storybook-static → dist}/components/open-source-notices-screen.d.ts +0 -0
  620. /package/{storybook-static → dist}/components/open-source-notices-screen.stories.d.ts +0 -0
  621. /package/{storybook-static → dist}/components/panel-menu.d.ts +0 -0
  622. /package/{storybook-static → dist}/components/panel-menu.stories.d.ts +0 -0
  623. /package/{storybook-static → dist}/components/param-editor-color-input.d.ts +0 -0
  624. /package/{storybook-static → dist}/components/param-editor-date-input.d.ts +0 -0
  625. /package/{storybook-static → dist}/components/param-editor-horizontal-text-input.d.ts +0 -0
  626. /package/{storybook-static → dist}/components/param-editor-horizontal.d.ts +0 -0
  627. /package/{storybook-static → dist}/components/param-editor-horizontal.stories.d.ts +0 -0
  628. /package/{storybook-static → dist}/components/param-editor-input-group.d.ts +0 -0
  629. /package/{storybook-static → dist}/components/param-editor-number-input.d.ts +0 -0
  630. /package/{storybook-static → dist}/components/param-editor-selection-input.d.ts +0 -0
  631. /package/{storybook-static → dist}/components/param-editor-text-input.d.ts +0 -0
  632. /package/{storybook-static → dist}/components/param-editor.d.ts +0 -0
  633. /package/{storybook-static → dist}/components/param-editor.types.d.ts +0 -0
  634. /package/{storybook-static → dist}/components/properties.d.ts +0 -0
  635. /package/{storybook-static → dist}/components/properties.stories.d.ts +0 -0
  636. /package/{storybook-static/components/schub-logo.d.ts → dist/components/pstdio-logo.d.ts} +0 -0
  637. /package/{storybook-static → dist}/components/resource-badge.d.ts +0 -0
  638. /package/{storybook-static → dist}/components/resource-badge.stories.d.ts +0 -0
  639. /package/{storybook-static → dist}/components/rich-text/collaborative-markdown-editor/awareness-cursors.d.ts +0 -0
  640. /package/{storybook-static → dist}/components/rich-text/collaborative-markdown-editor/collaborative-markdown-editor.stories.d.ts +0 -0
  641. /package/{storybook-static → dist}/components/rich-text/index.d.ts +0 -0
  642. /package/{storybook-static → dist}/components/rich-text/markdown-editor/markdown-editor.d.ts +0 -0
  643. /package/{storybook-static → dist}/components/rich-text/markdown-editor/markdown-editor.stories.d.ts +0 -0
  644. /package/{storybook-static → dist}/components/rich-text/markdown-editor/plugins/ReferenceLinkPlugin/ReferenceLinkNode.d.ts +0 -0
  645. /package/{storybook-static → dist}/components/rich-text/markdown-editor/plugins/ReferenceLinkPlugin/ReferenceLinkTransformer.d.ts +0 -0
  646. /package/{storybook-static → dist}/components/rich-text/markdown-editor/plugins/ReferenceLinkPlugin/index.d.ts +0 -0
  647. /package/{storybook-static → dist}/components/rich-text/prompt-input/commands.d.ts +0 -0
  648. /package/{storybook-static → dist}/components/rich-text/prompt-input/events.d.ts +0 -0
  649. /package/{storybook-static → dist}/components/rich-text/prompt-input/plugins/CommentPlugin/CommentPlugin.d.ts +0 -0
  650. /package/{storybook-static → dist}/components/rich-text/prompt-input/plugins/CommentPlugin/hooks/useCommentCommands.d.ts +0 -0
  651. /package/{storybook-static → dist}/components/rich-text/prompt-input/plugins/CommentPlugin/hooks/useCommentSchema.d.ts +0 -0
  652. /package/{storybook-static → dist}/components/rich-text/prompt-input/plugins/CommentPlugin/nodes/CommentNode/CommentNode.d.ts +0 -0
  653. /package/{storybook-static → dist}/components/rich-text/prompt-input/plugins/ImperativeAPIPlugin.d.ts +0 -0
  654. /package/{storybook-static → dist}/components/rich-text/prompt-input/plugins/KeyboardShortcutPlugin.d.ts +0 -0
  655. /package/{storybook-static → dist}/components/rich-text/prompt-input/plugins/ReferenceMenuPlugin/ReferenceMenuOption.d.ts +0 -0
  656. /package/{storybook-static → dist}/components/rich-text/prompt-input/plugins/ReferenceMenuPlugin/ReferenceMenuPlugin.d.ts +0 -0
  657. /package/{storybook-static → dist}/components/rich-text/prompt-input/plugins/ReferenceMenuPlugin/components/ReferenceMenu/ReferenceMenu.d.ts +0 -0
  658. /package/{storybook-static → dist}/components/rich-text/prompt-input/plugins/ReferenceMenuPlugin/components/ReferenceMenu/ReferenceMenuItem.d.ts +0 -0
  659. /package/{storybook-static → dist}/components/rich-text/prompt-input/plugins/ReferenceMenuPlugin/constants.d.ts +0 -0
  660. /package/{storybook-static → dist}/components/rich-text/prompt-input/plugins/ReferenceMenuPlugin/hooks/useContextLookup.d.ts +0 -0
  661. /package/{storybook-static → dist}/components/rich-text/prompt-input/plugins/ReferenceMenuPlugin/utils/checkForTriggers.d.ts +0 -0
  662. /package/{storybook-static → dist}/components/rich-text/prompt-input/plugins/ReferenceMenuPlugin/utils/getSortedMenuOptions.d.ts +0 -0
  663. /package/{storybook-static → dist}/components/rich-text/prompt-input/plugins/ReferencePlugin/ReferencePlugin.d.ts +0 -0
  664. /package/{storybook-static → dist}/components/rich-text/prompt-input/plugins/ReferencePlugin/nodes/ReferenceNode/ReferenceNode.d.ts +0 -0
  665. /package/{storybook-static → dist}/components/rich-text/prompt-input/plugins/keyboard-shortcuts.d.ts +0 -0
  666. /package/{storybook-static → dist}/components/rich-text/prompt-input/prompt-input.d.ts +0 -0
  667. /package/{storybook-static → dist}/components/rich-text/prompt-input/prompt-input.stories.d.ts +0 -0
  668. /package/{storybook-static → dist}/components/rich-text/prompt-input/theme/prompt-input-theme.d.ts +0 -0
  669. /package/{storybook-static → dist}/components/rich-text/prompt-input/utils.d.ts +0 -0
  670. /package/{storybook-static → dist}/components/rich-text/rich-message/plugins/ReferenceLinkPlugin/ReferenceLinkNode.d.ts +0 -0
  671. /package/{storybook-static → dist}/components/rich-text/rich-message/plugins/ReferenceLinkPlugin/ReferenceLinkTransformer.d.ts +0 -0
  672. /package/{storybook-static → dist}/components/rich-text/rich-message/plugins/ReferenceLinkPlugin/index.d.ts +0 -0
  673. /package/{storybook-static → dist}/components/rich-text/rich-message/rich-message.d.ts +0 -0
  674. /package/{storybook-static → dist}/components/rich-text/rich-message/rich-message.stories.d.ts +0 -0
  675. /package/{storybook-static → dist}/components/rich-text/shared/components/content-editable.d.ts +0 -0
  676. /package/{storybook-static → dist}/components/rich-text/shared/components/default-rich-text-components.d.ts +0 -0
  677. /package/{storybook-static → dist}/components/rich-text/shared/editor-config.d.ts +0 -0
  678. /package/{storybook-static → dist}/components/rich-text/shared/nodes/DataTableNode.d.ts +0 -0
  679. /package/{storybook-static → dist}/components/rich-text/shared/nodes/DataTableNode.stories.d.ts +0 -0
  680. /package/{storybook-static → dist}/components/rich-text/shared/plugins/CodePlugin/CodeBlockPlugin.d.ts +0 -0
  681. /package/{storybook-static → dist}/components/rich-text/shared/plugins/CodePlugin/CodeNode.d.ts +0 -0
  682. /package/{storybook-static → dist}/components/rich-text/shared/plugins/EquationPlugin/EquationComponent.d.ts +0 -0
  683. /package/{storybook-static → dist}/components/rich-text/shared/plugins/EquationPlugin/EquationNode.d.ts +0 -0
  684. /package/{storybook-static → dist}/components/rich-text/shared/plugins/EquationPlugin/EquationPlugin.d.ts +0 -0
  685. /package/{storybook-static → dist}/components/rich-text/shared/plugins/EquationPlugin/KatexRenderer.d.ts +0 -0
  686. /package/{storybook-static → dist}/components/rich-text/shared/plugins/FloatingTextFormatToolbarPlugin/FloatingTextFormatToolbarPlugin.d.ts +0 -0
  687. /package/{storybook-static → dist}/components/rich-text/shared/plugins/FloatingTextFormatToolbarPlugin/index.d.ts +0 -0
  688. /package/{storybook-static → dist}/components/rich-text/shared/plugins/HorizontalRulePlugin/HorizontalRuleNode.d.ts +0 -0
  689. /package/{storybook-static → dist}/components/rich-text/shared/plugins/HorizontalRulePlugin/horizontalRule.d.ts +0 -0
  690. /package/{storybook-static → dist}/components/rich-text/shared/plugins/LinkEditorPlugin/LinkEditorPlugin.d.ts +0 -0
  691. /package/{storybook-static → dist}/components/rich-text/shared/plugins/LinkEditorPlugin/LinkPlugin.d.ts +0 -0
  692. /package/{storybook-static → dist}/components/rich-text/shared/plugins/LinkEditorPlugin/utils/getSelectedNode.d.ts +0 -0
  693. /package/{storybook-static → dist}/components/rich-text/shared/plugins/LinkEditorPlugin/utils/setFloatingElemPos.d.ts +0 -0
  694. /package/{storybook-static → dist}/components/rich-text/shared/plugins/LinkEditorPlugin/utils/url.d.ts +0 -0
  695. /package/{storybook-static → dist}/components/rich-text/shared/plugins/StateUpdatePlugin.d.ts +0 -0
  696. /package/{storybook-static → dist}/components/rich-text/shared/plugins/TableActionMenuPlugin/TableActionMenuPlugin.d.ts +0 -0
  697. /package/{storybook-static → dist}/components/rich-text/shared/plugins/TableCellResizerPlugin/TableCellResizerPlugin.d.ts +0 -0
  698. /package/{storybook-static → dist}/components/rich-text/shared/plugins/ToggleEditablePlugin.d.ts +0 -0
  699. /package/{storybook-static → dist}/components/rich-text/shared/plugins/TreeViewPlugin/TreeViewPlugin.d.ts +0 -0
  700. /package/{storybook-static → dist}/components/rich-text/shared/transformers/markdown-transformers.d.ts +0 -0
  701. /package/{storybook-static → dist}/components/rich-text/shared/types/rich-text-components.d.ts +0 -0
  702. /package/{storybook-static → dist}/components/rich-text/theme/report-theme.d.ts +0 -0
  703. /package/{storybook-static → dist}/components/rich-text/theme/rich-text-theme.d.ts +0 -0
  704. /package/{storybook-static → dist}/components/rich-text/types.d.ts +0 -0
  705. /package/{storybook-static → dist}/components/rich-text/utils/markdown.d.ts +0 -0
  706. /package/{storybook-static → dist}/components/rich-text/utils/mediaType.d.ts +0 -0
  707. /package/{storybook-static → dist}/components/slider.d.ts +0 -0
  708. /package/{storybook-static → dist}/components/style-guide-data.d.ts +0 -0
  709. /package/{storybook-static → dist}/components/style-guide.d.ts +0 -0
  710. /package/{storybook-static → dist}/components/toaster.stories.d.ts +0 -0
  711. /package/{storybook-static → dist}/components/tooltip.d.ts +0 -0
  712. /package/{storybook-static → dist}/theme/global.d.ts +0 -0
  713. /package/{storybook-static → dist}/theme/index.d.ts +0 -0
  714. /package/{storybook-static → dist}/theme/primitives/fonts.d.ts +0 -0
  715. /package/{storybook-static → dist}/theme/primitives/sizes.d.ts +0 -0
  716. /package/{storybook-static → dist}/theme/recipes/alert.d.ts +0 -0
  717. /package/{storybook-static → dist}/theme/recipes/button.d.ts +0 -0
  718. /package/{storybook-static → dist}/theme/recipes/dialog.d.ts +0 -0
  719. /package/{storybook-static → dist}/theme/recipes/divider.d.ts +0 -0
  720. /package/{storybook-static → dist}/theme/recipes/drawer.d.ts +0 -0
  721. /package/{storybook-static → dist}/theme/recipes/editable.d.ts +0 -0
  722. /package/{storybook-static → dist}/theme/recipes/form.d.ts +0 -0
  723. /package/{storybook-static → dist}/theme/recipes/input.d.ts +0 -0
  724. /package/{storybook-static → dist}/theme/recipes/menu.d.ts +0 -0
  725. /package/{storybook-static → dist}/theme/recipes/popover.d.ts +0 -0
  726. /package/{storybook-static → dist}/theme/recipes/progress-circle.d.ts +0 -0
  727. /package/{storybook-static → dist}/theme/recipes/skeleton.d.ts +0 -0
  728. /package/{storybook-static → dist}/theme/recipes/textarea.d.ts +0 -0
  729. /package/{storybook-static → dist}/theme/recipes/tooltip.d.ts +0 -0
  730. /package/{storybook-static → dist}/theme/theme.d.ts +0 -0
  731. /package/{storybook-static → dist}/theme/tokens/borders.d.ts +0 -0
  732. /package/{storybook-static → dist}/theme/tokens/colors.d.ts +0 -0
  733. /package/{storybook-static → dist}/theme/tokens/layer-styles.d.ts +0 -0
  734. /package/{storybook-static → dist}/theme/tokens/shadows.d.ts +0 -0
  735. /package/{storybook-static → dist}/theme/tokens/text.d.ts +0 -0
  736. /package/{storybook-static → dist}/utils/formats.d.ts +0 -0
  737. /package/{storybook-static → dist}/utils/get-file-type-icon.d.ts +0 -0
@@ -0,0 +1,1985 @@
1
+ import { defineSlotRecipe as l, defineRecipe as a, defineLayerStyles as r, defineTextStyles as s, defineConfig as t, createSystem as i, defaultConfig as u } from "@chakra-ui/react";
2
+ import { alertAnatomy as d, dialogAnatomy as c, drawerAnatomy as n, fieldsetAnatomy as b, menuAnatomy as v, popoverAnatomy as g, tooltipAnatomy as p } from "@chakra-ui/react/anatomy";
3
+ import { progressCircleSlotRecipe as o } from "@chakra-ui/react/theme";
4
+ const m = {
5
+ "*::selection": {
6
+ bg: {
7
+ base: "bg.accent-secondary.blue-medium",
8
+ _dark: "bg.accent-secondary.blue-medium"
9
+ }
10
+ },
11
+ ":root": {
12
+ "--focus-border": "blue.border",
13
+ "--separator-border": "transparent !important"
14
+ },
15
+ html: {
16
+ height: "100%",
17
+ width: "100%",
18
+ overflow: "hidden"
19
+ },
20
+ body: {
21
+ height: "100%",
22
+ width: "100%",
23
+ fontFamily: "body",
24
+ fontWeight: "regular",
25
+ fontSize: "md",
26
+ bg: "bg",
27
+ color: "fg",
28
+ borderColor: "border",
29
+ overflow: "hidden"
30
+ },
31
+ "#root": {
32
+ height: "100%",
33
+ width: "100%",
34
+ display: "flex"
35
+ },
36
+ ".sash": {
37
+ zIndex: "docked"
38
+ },
39
+ "@media (min-width: 2560px)": {
40
+ html: {
41
+ fontSize: "1.25rem"
42
+ }
43
+ },
44
+ "@media (min-width: 3840px)": {
45
+ html: {
46
+ fontSize: "1.5rem"
47
+ }
48
+ }
49
+ }, h = {
50
+ DEFAULT: {
51
+ value: "#0A0D15"
52
+ },
53
+ 50: {
54
+ value: "#FFFFFF"
55
+ },
56
+ 100: {
57
+ value: "#F9F9F9"
58
+ },
59
+ 200: {
60
+ value: "#F5F5F5"
61
+ },
62
+ 300: {
63
+ value: "#EAEAEA"
64
+ },
65
+ 400: {
66
+ value: "#C5C5C7"
67
+ },
68
+ 500: {
69
+ value: "#797D83"
70
+ },
71
+ 600: {
72
+ value: "#5A5F67"
73
+ },
74
+ 700: {
75
+ value: "#444750"
76
+ },
77
+ 800: {
78
+ value: "#22252C"
79
+ },
80
+ 850: {
81
+ value: "#1A1C21"
82
+ },
83
+ 900: {
84
+ value: "#0A0D15"
85
+ },
86
+ 1e3: {
87
+ value: "#000000"
88
+ }
89
+ }, F = {
90
+ DEFAULT: {
91
+ value: "#5098FF"
92
+ },
93
+ 50: {
94
+ value: "#EEF5FF"
95
+ },
96
+ 100: {
97
+ value: "#D2E4FF"
98
+ },
99
+ 200: {
100
+ value: "#A8CBFE"
101
+ },
102
+ 300: {
103
+ value: "#81B4FE"
104
+ },
105
+ 400: {
106
+ value: "#6CA9FF"
107
+ },
108
+ 500: {
109
+ value: "#5098FF"
110
+ },
111
+ 600: {
112
+ value: "#2B82FF"
113
+ },
114
+ 700: {
115
+ value: "#0E6EF6"
116
+ },
117
+ 800: {
118
+ value: "#0652C3"
119
+ },
120
+ 900: {
121
+ value: "#002862"
122
+ }
123
+ }, k = {
124
+ DEFAULT: {
125
+ value: "#3A4BE4"
126
+ },
127
+ 25: {
128
+ value: "#F0F1FF"
129
+ },
130
+ 50: {
131
+ value: "#E0E3FF"
132
+ },
133
+ 100: {
134
+ value: "#BEC4FF"
135
+ },
136
+ 200: {
137
+ value: "#97A2FF"
138
+ },
139
+ 300: {
140
+ value: "#6A78F8"
141
+ },
142
+ 400: {
143
+ value: "#4E5FF3"
144
+ },
145
+ 500: {
146
+ value: "#3A4BE4"
147
+ },
148
+ 600: {
149
+ value: "#2A3CD7"
150
+ },
151
+ 700: {
152
+ value: "#202FB8"
153
+ },
154
+ 800: {
155
+ value: "#131F87"
156
+ },
157
+ 900: {
158
+ value: "#0A125A"
159
+ }
160
+ }, x = {
161
+ DEFAULT: {
162
+ value: "#E054EC"
163
+ },
164
+ 25: {
165
+ value: "#FDF0FF"
166
+ },
167
+ 50: {
168
+ value: "#FCE1FF"
169
+ },
170
+ 100: {
171
+ value: "#F5CBF9"
172
+ },
173
+ 200: {
174
+ value: "#F6B4FC"
175
+ },
176
+ 300: {
177
+ value: "#F69AFF"
178
+ },
179
+ 400: {
180
+ value: "#EF81FA"
181
+ },
182
+ 500: {
183
+ value: "#E054EC"
184
+ },
185
+ 600: {
186
+ value: "#B636C1"
187
+ },
188
+ 700: {
189
+ value: "#951BA0"
190
+ },
191
+ 800: {
192
+ value: "#6F0C78"
193
+ },
194
+ 900: {
195
+ value: "#520659"
196
+ }
197
+ }, f = {
198
+ DEFAULT: {
199
+ value: "#FBD8CE"
200
+ },
201
+ 50: {
202
+ value: "#FFF2EC"
203
+ },
204
+ 100: {
205
+ value: "#FCE1DA"
206
+ },
207
+ 200: {
208
+ value: "#FBD8CE"
209
+ },
210
+ 300: {
211
+ value: "#F7C4B8"
212
+ },
213
+ 400: {
214
+ value: "#F3AA9A"
215
+ },
216
+ 500: {
217
+ value: "#EB8A75"
218
+ },
219
+ 600: {
220
+ value: "#D17059"
221
+ },
222
+ 700: {
223
+ value: "#A85646"
224
+ },
225
+ 800: {
226
+ value: "#7B3F34"
227
+ },
228
+ 900: {
229
+ value: "#522923"
230
+ }
231
+ }, y = {
232
+ DEFAULT: {
233
+ value: "#FF3232"
234
+ },
235
+ 50: {
236
+ value: "#FFE0E3"
237
+ },
238
+ 100: {
239
+ value: "#FFCCCC"
240
+ },
241
+ 200: {
242
+ value: "#FDA8A8"
243
+ },
244
+ 300: {
245
+ value: "#FF8B8B"
246
+ },
247
+ 400: {
248
+ value: "#FF6B6B"
249
+ },
250
+ 500: {
251
+ value: "#FF3232"
252
+ },
253
+ 600: {
254
+ value: "#DE1D1D"
255
+ },
256
+ 700: {
257
+ value: "#BA1313"
258
+ },
259
+ 800: {
260
+ value: "#8E0E0E"
261
+ },
262
+ 900: {
263
+ value: "#580707"
264
+ }
265
+ }, _ = {
266
+ DEFAULT: {
267
+ value: "#EB9D2A"
268
+ },
269
+ 50: {
270
+ value: "#FDF3E5"
271
+ },
272
+ 100: {
273
+ value: "#FAE6C8"
274
+ },
275
+ 200: {
276
+ value: "#F7D6A6"
277
+ },
278
+ 300: {
279
+ value: "#F3C683"
280
+ },
281
+ 400: {
282
+ value: "#EB9D2A"
283
+ },
284
+ 500: {
285
+ value: "#CF8A25"
286
+ },
287
+ 600: {
288
+ value: "#B37720"
289
+ },
290
+ 700: {
291
+ value: "#92611A"
292
+ },
293
+ 800: {
294
+ value: "#714B14"
295
+ },
296
+ 900: {
297
+ value: "#52370F"
298
+ }
299
+ }, E = {
300
+ DEFAULT: {
301
+ value: "#FFE2BC"
302
+ },
303
+ light: {
304
+ value: "#FFF1DE"
305
+ },
306
+ medium: {
307
+ value: "#FFE2BC"
308
+ },
309
+ dark: {
310
+ value: "#FFD6A8"
311
+ }
312
+ }, C = {
313
+ DEFAULT: {
314
+ value: "#FFD643"
315
+ },
316
+ 50: {
317
+ value: "#FFF7D9"
318
+ },
319
+ 100: {
320
+ value: "#FFEEB3"
321
+ },
322
+ 200: {
323
+ value: "#FFE792"
324
+ },
325
+ 300: {
326
+ value: "#FFDE67"
327
+ },
328
+ 400: {
329
+ value: "#FFD643"
330
+ },
331
+ 500: {
332
+ value: "#FFC909"
333
+ },
334
+ 600: {
335
+ value: "#E4B200"
336
+ },
337
+ 700: {
338
+ value: "#C69B00"
339
+ },
340
+ 800: {
341
+ value: "#9D7A00"
342
+ },
343
+ 900: {
344
+ value: "#644E00"
345
+ }
346
+ }, S = {
347
+ DEFAULT: {
348
+ value: "#2DD665"
349
+ },
350
+ 50: {
351
+ value: "#CFFFDF"
352
+ },
353
+ 100: {
354
+ value: "#ACFBC7"
355
+ },
356
+ 200: {
357
+ value: "#86F3AB"
358
+ },
359
+ 300: {
360
+ value: "#61EA8F"
361
+ },
362
+ 400: {
363
+ value: "#2DD665"
364
+ },
365
+ 500: {
366
+ value: "#0AB744"
367
+ },
368
+ 600: {
369
+ value: "#029232"
370
+ },
371
+ 700: {
372
+ value: "#007126"
373
+ },
374
+ 800: {
375
+ value: "#00511B"
376
+ },
377
+ 900: {
378
+ value: "#003110"
379
+ }
380
+ }, A = {
381
+ DEFAULT: {
382
+ value: "#3EECC4"
383
+ },
384
+ 50: {
385
+ value: "#C9FFF3"
386
+ },
387
+ 100: {
388
+ value: "#9EFBE6"
389
+ },
390
+ 200: {
391
+ value: "#6DF4D5"
392
+ },
393
+ 300: {
394
+ value: "#3EECC4"
395
+ },
396
+ 400: {
397
+ value: "#16DFB0"
398
+ },
399
+ 500: {
400
+ value: "#12C69C"
401
+ },
402
+ 600: {
403
+ value: "#10A884"
404
+ },
405
+ 700: {
406
+ value: "#0C8367"
407
+ },
408
+ 800: {
409
+ value: "#096C55"
410
+ },
411
+ 900: {
412
+ value: "#024F3D"
413
+ }
414
+ }, D = {
415
+ DEFAULT: {
416
+ value: "#5CDCFF"
417
+ },
418
+ 50: {
419
+ value: "#DAF7FE"
420
+ },
421
+ 100: {
422
+ value: "#ADEDFF"
423
+ },
424
+ 200: {
425
+ value: "#85E4FF"
426
+ },
427
+ 300: {
428
+ value: "#5CDCFF"
429
+ },
430
+ 400: {
431
+ value: "#30D2FF"
432
+ },
433
+ 500: {
434
+ value: "#00C0F5"
435
+ },
436
+ 600: {
437
+ value: "#03AAD7"
438
+ },
439
+ 700: {
440
+ value: "#0095BE"
441
+ },
442
+ 800: {
443
+ value: "#007A9B"
444
+ },
445
+ 900: {
446
+ value: "#005B73"
447
+ }
448
+ }, w = {
449
+ DEFAULT: {
450
+ value: "#8B47FF"
451
+ },
452
+ 50: {
453
+ value: "#EFE6FF"
454
+ },
455
+ 100: {
456
+ value: "#D8C2FF"
457
+ },
458
+ 200: {
459
+ value: "#BE99FF"
460
+ },
461
+ 300: {
462
+ value: "#A36DFF"
463
+ },
464
+ 400: {
465
+ value: "#8B47FF"
466
+ },
467
+ 500: {
468
+ value: "#7223F9"
469
+ },
470
+ 600: {
471
+ value: "#5A00F5"
472
+ },
473
+ 700: {
474
+ value: "#4600C0"
475
+ },
476
+ 800: {
477
+ value: "#310086"
478
+ },
479
+ 900: {
480
+ value: "#1E0050"
481
+ }
482
+ }, z = {
483
+ DEFAULT: {
484
+ value: "#F4F2EC"
485
+ },
486
+ 50: {
487
+ value: "#FCF7EF"
488
+ },
489
+ 100: {
490
+ value: "#F4F2EC"
491
+ },
492
+ 200: {
493
+ value: "#E8CECE"
494
+ },
495
+ 300: {
496
+ value: "#E8CECE"
497
+ },
498
+ 400: {
499
+ value: "#E8CECE"
500
+ },
501
+ 500: {
502
+ value: "#E8CECE"
503
+ },
504
+ 600: {
505
+ value: "#E8CECE"
506
+ },
507
+ 700: {
508
+ value: "#E8CECE"
509
+ },
510
+ 800: {
511
+ value: "#E8CECE"
512
+ },
513
+ 900: {
514
+ value: "#E8CECE"
515
+ }
516
+ }, B = {
517
+ sand: z,
518
+ blacks: h,
519
+ blue: F,
520
+ sapphire: k,
521
+ pink: x,
522
+ peach: f,
523
+ red: y,
524
+ accentPrimary: E,
525
+ orange: _,
526
+ yellow: C,
527
+ green: S,
528
+ teal: A,
529
+ cyan: D,
530
+ purple: w
531
+ }, L = {
532
+ display: {
533
+ value: "'Playfair Display', serif"
534
+ },
535
+ brand: {
536
+ value: "Onest, sans-serif"
537
+ },
538
+ heading: {
539
+ value: "Onest, sans-serif"
540
+ },
541
+ label: {
542
+ value: "Onest, sans-serif"
543
+ },
544
+ body: {
545
+ value: "Inter, sans-serif"
546
+ }
547
+ }, R = {
548
+ xs: {
549
+ value: "0.625rem"
550
+ },
551
+ // 10px
552
+ sm: {
553
+ value: "0.75rem"
554
+ },
555
+ // 12px
556
+ md: {
557
+ value: "0.875rem"
558
+ },
559
+ // 14px
560
+ lg: {
561
+ value: "1rem"
562
+ },
563
+ // 16px
564
+ xl: {
565
+ value: "1.125rem"
566
+ },
567
+ // 18px
568
+ "2xl": {
569
+ value: "1.25rem"
570
+ },
571
+ // 20px
572
+ "3xl": {
573
+ value: "1.5rem"
574
+ },
575
+ // 24px
576
+ "3.5xl": {
577
+ value: "1.75rem"
578
+ },
579
+ // 28px
580
+ "4xl": {
581
+ value: "2.25rem"
582
+ },
583
+ // 36px
584
+ "5xl": {
585
+ value: "3rem"
586
+ },
587
+ // 48px
588
+ "6xl": {
589
+ value: "4.375rem"
590
+ },
591
+ // 70px
592
+ "7xl": {
593
+ value: "5.25rem"
594
+ },
595
+ // 84px
596
+ "icon-xs": {
597
+ value: "0.875rem"
598
+ },
599
+ // 14px
600
+ "icon-sm": {
601
+ value: "1rem"
602
+ },
603
+ // 16px
604
+ "icon-md": {
605
+ value: "1.25rem"
606
+ },
607
+ // 20px
608
+ "icon-lg": {
609
+ value: "1.25rem"
610
+ }
611
+ // 20px
612
+ }, W = {
613
+ regular: {
614
+ value: 400
615
+ },
616
+ medium: {
617
+ value: 500
618
+ },
619
+ semibold: {
620
+ value: 600
621
+ },
622
+ bold: {
623
+ value: 700
624
+ }
625
+ }, e = {
626
+ // 0px
627
+ 25: "0.125rem",
628
+ // 2px
629
+ 50: "0.25rem",
630
+ // 4px
631
+ 100: "0.5rem",
632
+ // 8px
633
+ 150: "0.75rem",
634
+ // 12px
635
+ 200: "1rem",
636
+ // 20px
637
+ 300: "1.5rem",
638
+ // 24px
639
+ 400: "2rem",
640
+ // 32px
641
+ 500: "2.5rem",
642
+ // 40px
643
+ 600: "3rem",
644
+ // 48px
645
+ 700: "3.5rem",
646
+ // 56px
647
+ 800: "4rem",
648
+ // 64px
649
+ 900: "4.5rem",
650
+ // 96px
651
+ 1600: "8rem"
652
+ }, H = {
653
+ none: {
654
+ value: "0"
655
+ },
656
+ "2xs": {
657
+ value: e[50]
658
+ },
659
+ xs: {
660
+ value: e[100]
661
+ },
662
+ sm: {
663
+ value: e[150]
664
+ },
665
+ md: {
666
+ value: e[200]
667
+ },
668
+ lg: {
669
+ value: e[300]
670
+ },
671
+ xl: {
672
+ value: e[400]
673
+ },
674
+ "2xl": {
675
+ value: e[500]
676
+ },
677
+ "3xl": {
678
+ value: e[600]
679
+ },
680
+ "3.5xl": {
681
+ value: e[700]
682
+ },
683
+ "4xl": {
684
+ value: e[800]
685
+ },
686
+ "4.5xl": {
687
+ value: e[900]
688
+ },
689
+ "5xl": {
690
+ value: e[1600]
691
+ }
692
+ }, T = {
693
+ none: {
694
+ value: "0"
695
+ },
696
+ "2xs": {
697
+ value: e[25]
698
+ },
699
+ xs: {
700
+ value: e[50]
701
+ },
702
+ sm: {
703
+ value: e[100]
704
+ },
705
+ md: {
706
+ value: e[150]
707
+ },
708
+ lg: {
709
+ value: e[200]
710
+ },
711
+ xl: {
712
+ value: e[400]
713
+ },
714
+ full: {
715
+ value: "100%"
716
+ }
717
+ }, U = l({
718
+ slots: d.keys(),
719
+ base: {
720
+ root: {
721
+ pt: "xs",
722
+ pb: "xs"
723
+ }
724
+ }
725
+ }), M = a({
726
+ base: {
727
+ borderRadius: "sm",
728
+ transition: "all 0.1s ease-in-out",
729
+ fontFamily: "label",
730
+ fontWeight: "500",
731
+ color: "fg",
732
+ bg: "bg",
733
+ borderColor: "border.muted",
734
+ _disabled: {
735
+ opacity: 1,
736
+ color: "fg.subtle",
737
+ bg: "bg.muted",
738
+ _hover: {
739
+ bg: "bg.muted"
740
+ }
741
+ },
742
+ _loading: {
743
+ opacity: 1,
744
+ color: "fg.subtle",
745
+ bg: "bg.muted",
746
+ _hover: {
747
+ bg: "bg.muted"
748
+ }
749
+ }
750
+ },
751
+ variants: {
752
+ variant: {
753
+ "display-primary": {
754
+ bg: "blacks.900",
755
+ color: "fg.inverted",
756
+ borderRadius: "xl",
757
+ outline: "none",
758
+ border: "none",
759
+ _hover: {
760
+ bg: "blacks.800"
761
+ }
762
+ },
763
+ "display-outline": {
764
+ bg: "transparent",
765
+ color: "fg",
766
+ borderRadius: "xl",
767
+ border: "2px solid {fg}",
768
+ _hover: {
769
+ bg: "bg.muted"
770
+ },
771
+ _active: {
772
+ bg: "bg.emphasized"
773
+ }
774
+ },
775
+ "display-ghost": {
776
+ bg: "transparent",
777
+ color: "fg",
778
+ borderRadius: "xl",
779
+ _hover: {
780
+ bg: "bg.muted"
781
+ },
782
+ _active: {
783
+ bg: "bg.emphasized"
784
+ }
785
+ },
786
+ "display-link": {
787
+ bg: "transparent",
788
+ color: "fg",
789
+ border: "none",
790
+ borderRadius: "xl",
791
+ _hover: {
792
+ textDecoration: "underline"
793
+ },
794
+ _active: {
795
+ textDecoration: "underline"
796
+ }
797
+ },
798
+ primary: {
799
+ color: "blacks.1000",
800
+ bg: "bg.accent-primary.medium",
801
+ border: "none",
802
+ _hover: {
803
+ bg: "bg.accent-primary.light"
804
+ },
805
+ _active: {
806
+ bg: "bg.accent-primary.medium"
807
+ }
808
+ },
809
+ secondary: {
810
+ color: "fg",
811
+ bg: "bg",
812
+ border: "2px solid border.muted",
813
+ _hover: {
814
+ bg: "bg.muted"
815
+ },
816
+ _active: {
817
+ bg: "bg.emphasized"
818
+ },
819
+ _disabled: {
820
+ opacity: 1,
821
+ color: "fg.subtle",
822
+ borderColor: "border.muted"
823
+ }
824
+ },
825
+ outline: {
826
+ color: "fg",
827
+ bg: "bg",
828
+ border: "border.muted",
829
+ _hover: {
830
+ bg: "bg.muted"
831
+ },
832
+ _active: {
833
+ bg: "bg.emphasized"
834
+ },
835
+ _disabled: {
836
+ opacity: 1,
837
+ color: "fg.subtle",
838
+ borderColor: "border.muted"
839
+ }
840
+ },
841
+ ghost: {
842
+ color: "fg",
843
+ bg: "transparent",
844
+ border: "none",
845
+ _hover: {
846
+ bg: "bg.muted"
847
+ },
848
+ _active: {
849
+ bg: "bg.emphasized"
850
+ },
851
+ _disabled: {
852
+ bg: "transparent",
853
+ _hover: {
854
+ bg: "transparent"
855
+ }
856
+ }
857
+ }
858
+ },
859
+ size: {
860
+ "2xl": {
861
+ px: "1.5rem",
862
+ h: "3.5rem",
863
+ textStyle: "label/L/medium"
864
+ },
865
+ lg: {
866
+ px: "1rem",
867
+ h: "3rem",
868
+ textStyle: "label/M/medium"
869
+ },
870
+ md: {
871
+ textStyle: "label/M/medium"
872
+ },
873
+ sm: {
874
+ px: "0.5rem",
875
+ h: "2rem",
876
+ textStyle: "label/S/medium"
877
+ }
878
+ }
879
+ },
880
+ defaultVariants: {
881
+ size: "md",
882
+ variant: "outline"
883
+ }
884
+ }), P = l({
885
+ slots: c.keys(),
886
+ base: {
887
+ content: {
888
+ bg: "bg"
889
+ }
890
+ }
891
+ }), V = a({
892
+ base: {
893
+ borderColor: "border"
894
+ }
895
+ }), X = l({
896
+ slots: n.keys(),
897
+ base: {
898
+ header: {
899
+ fontWeight: "medium",
900
+ textStyle: "label/M/medium",
901
+ p: "xs"
902
+ },
903
+ content: {
904
+ bg: "bg"
905
+ }
906
+ }
907
+ }), I = l({
908
+ slots: ["preview", "input", "textarea"],
909
+ base: {
910
+ preview: {
911
+ textStyle: "label/L/medium",
912
+ borderRadius: "2xs",
913
+ focusRingColor: "border",
914
+ py: "0",
915
+ lineHeight: "1.5rem",
916
+ transitionProperty: "common",
917
+ transitionDuration: "normal",
918
+ _hover: {
919
+ bg: "bg.muted"
920
+ }
921
+ },
922
+ input: {
923
+ textStyle: "label/L/medium",
924
+ borderRadius: "2xs",
925
+ focusRingColor: "border",
926
+ py: "0",
927
+ lineHeight: "1.5rem",
928
+ transitionProperty: "common",
929
+ transitionDuration: "normal",
930
+ bg: "bg",
931
+ width: "auto",
932
+ _focusVisible: {
933
+ boxShadow: "none"
934
+ },
935
+ _placeholder: {
936
+ color: "fg.muted"
937
+ }
938
+ },
939
+ textarea: {
940
+ textStyle: "label/L/medium",
941
+ borderRadius: "2xs",
942
+ focusRingColor: "border",
943
+ py: "0",
944
+ transitionProperty: "common",
945
+ transitionDuration: "normal",
946
+ bg: "bg.muted",
947
+ width: "auto",
948
+ _focusVisible: {
949
+ boxShadow: "none"
950
+ },
951
+ _placeholder: {
952
+ color: "fg.muted"
953
+ }
954
+ }
955
+ }
956
+ }), O = l({
957
+ slots: b.keys(),
958
+ base: {
959
+ legend: {
960
+ mb: "2xs"
961
+ }
962
+ }
963
+ }), $ = a({
964
+ base: {
965
+ px: "sm",
966
+ borderRadius: "sm",
967
+ border: "1px solid",
968
+ transition: "border-color 0.2s ease-in-out",
969
+ bg: "bg",
970
+ color: "fg",
971
+ borderColor: "border.muted",
972
+ _hover: {
973
+ borderColor: "border"
974
+ },
975
+ _active: {
976
+ borderColor: "blue.border"
977
+ },
978
+ _focus: {
979
+ borderColor: "blue.border"
980
+ },
981
+ _focusVisible: {
982
+ borderColor: "blue.border"
983
+ },
984
+ _placeholder: {
985
+ color: "fg.subtle"
986
+ }
987
+ },
988
+ variants: {
989
+ size: {
990
+ sm: {
991
+ h: "2rem"
992
+ }
993
+ }
994
+ }
995
+ }), q = l({
996
+ slots: v.keys(),
997
+ base: {
998
+ itemGroupLabel: {
999
+ ml: "{2xs}",
1000
+ textStyle: "label/S/regular",
1001
+ fontWeight: "normal",
1002
+ color: "fg.muted"
1003
+ },
1004
+ item: {
1005
+ bg: "bg",
1006
+ color: "fg",
1007
+ textStyle: "label/M/regular",
1008
+ px: "0.5rem",
1009
+ h: "2.25rem",
1010
+ _hover: {
1011
+ bg: "bg.muted"
1012
+ },
1013
+ _focus: {
1014
+ bg: "bg.muted"
1015
+ },
1016
+ _active: {
1017
+ bg: "bg.emphasized"
1018
+ }
1019
+ },
1020
+ content: {
1021
+ display: "flex",
1022
+ flexDirection: "column",
1023
+ gap: "2xs",
1024
+ borderRadius: "sm",
1025
+ py: "xs",
1026
+ bg: "bg",
1027
+ borderWidth: "1px",
1028
+ borderStyle: "solid",
1029
+ borderColor: "border.muted",
1030
+ boxShadow: "low",
1031
+ zIndex: "dropdown",
1032
+ textStyle: "label/M/regular"
1033
+ }
1034
+ }
1035
+ }), G = l({
1036
+ slots: g.keys(),
1037
+ base: {
1038
+ positioner: {
1039
+ _focus: {
1040
+ boxShadow: "none !important"
1041
+ }
1042
+ },
1043
+ closeTrigger: {
1044
+ textStyle: "label/M/medium",
1045
+ color: "fg"
1046
+ },
1047
+ arrow: {
1048
+ bg: "background-primary !important",
1049
+ borderColor: "button-secondary-stroke"
1050
+ },
1051
+ content: {
1052
+ gap: "8px",
1053
+ py: "xs",
1054
+ borderRadius: "12px",
1055
+ bg: "bg",
1056
+ borderColor: "border",
1057
+ _focus: {
1058
+ boxShadow: "none !important"
1059
+ }
1060
+ },
1061
+ title: {
1062
+ borderBottom: "none",
1063
+ textStyle: "label/M/medium",
1064
+ bg: "bg"
1065
+ },
1066
+ body: {
1067
+ textStyle: "primary"
1068
+ },
1069
+ footer: {}
1070
+ },
1071
+ variants: {
1072
+ variant: {
1073
+ responsive: {
1074
+ content: {
1075
+ width: "unset"
1076
+ }
1077
+ }
1078
+ },
1079
+ size: {
1080
+ "2xl": {
1081
+ content: {
1082
+ width: "2xl"
1083
+ }
1084
+ }
1085
+ }
1086
+ }
1087
+ }), Y = o.variants?.size ?? {}, j = {
1088
+ ...o,
1089
+ variants: {
1090
+ ...o.variants,
1091
+ size: {
1092
+ ...Y,
1093
+ "2xs": {
1094
+ circle: {
1095
+ "--size": "14px",
1096
+ "--thickness": "2px"
1097
+ },
1098
+ valueText: {
1099
+ textStyle: "2xs"
1100
+ }
1101
+ }
1102
+ }
1103
+ }
1104
+ }, J = a({
1105
+ base: {
1106
+ "--start-color": "fg",
1107
+ "--end-color": "fg.muted"
1108
+ }
1109
+ }), K = a({
1110
+ base: {
1111
+ paddingX: "sm",
1112
+ paddingY: "xs",
1113
+ opacity: "1",
1114
+ outline: "none",
1115
+ color: "fg",
1116
+ border: "1px solid",
1117
+ transition: "border-color 0.2s ease-in-out",
1118
+ borderColor: "border.muted",
1119
+ _hover: {
1120
+ borderColor: "border"
1121
+ },
1122
+ _active: {
1123
+ borderColor: "blue.border"
1124
+ },
1125
+ _focus: {
1126
+ borderColor: "blue.border"
1127
+ },
1128
+ _focusVisible: {
1129
+ borderColor: "blue.border"
1130
+ },
1131
+ _placeholder: {
1132
+ color: "fg.subtle"
1133
+ }
1134
+ }
1135
+ }), N = l({
1136
+ slots: p.keys(),
1137
+ base: {
1138
+ content: {
1139
+ bg: "bg.inverted",
1140
+ color: "fg.inverted"
1141
+ },
1142
+ arrow: {
1143
+ bg: "bg.inverted"
1144
+ }
1145
+ }
1146
+ }), Q = {
1147
+ accent: {
1148
+ value: {
1149
+ base: "1px solid {colors.blue.700}",
1150
+ _dark: "1px solid {colors.blue.700}"
1151
+ }
1152
+ },
1153
+ "accent-light": {
1154
+ value: {
1155
+ base: "1px solid {colors.blue.200}",
1156
+ _dark: "1px solid {colors.blue.900}"
1157
+ }
1158
+ },
1159
+ primary: {
1160
+ value: {
1161
+ base: "1px solid {colors.blacks.400}",
1162
+ _dark: "1px solid {colors.blacks.600}"
1163
+ }
1164
+ },
1165
+ secondary: {
1166
+ value: {
1167
+ base: "1px solid {colors.blacks.300}",
1168
+ _dark: "1px solid {colors.blacks.800}"
1169
+ }
1170
+ },
1171
+ tertiary: {
1172
+ value: {
1173
+ base: "1px solid {colors.blacks.300}",
1174
+ _dark: "1px solid {colors.blacks.800}"
1175
+ }
1176
+ },
1177
+ inverse: {
1178
+ value: {
1179
+ base: "1px solid {colors.blacks.400}",
1180
+ _dark: "1px solid {colors.blacks.600}"
1181
+ }
1182
+ }
1183
+ }, Z = {
1184
+ DEFAULT: {
1185
+ value: {
1186
+ base: "{colors.blacks.800}",
1187
+ _dark: "{colors.blacks.200}"
1188
+ }
1189
+ },
1190
+ muted: {
1191
+ value: {
1192
+ base: "{colors.blacks.500}",
1193
+ _dark: "{colors.blacks.500}"
1194
+ }
1195
+ },
1196
+ subtle: {
1197
+ value: {
1198
+ base: "{colors.blacks.400}",
1199
+ _dark: "{colors.blacks.600}"
1200
+ }
1201
+ },
1202
+ inverted: {
1203
+ value: {
1204
+ base: "{colors.blacks.50}",
1205
+ _dark: "{colors.blacks.800}"
1206
+ }
1207
+ },
1208
+ success: {
1209
+ value: {
1210
+ base: "{colors.green.400}",
1211
+ _dark: "{colors.green.400}"
1212
+ }
1213
+ },
1214
+ error: {
1215
+ value: {
1216
+ base: "{colors.red.400}",
1217
+ _dark: "{colors.red.400}"
1218
+ }
1219
+ },
1220
+ accent: {
1221
+ "pink-dark": {
1222
+ value: {
1223
+ base: "{colors.pink.700}",
1224
+ _dark: "{colors.pink.50}"
1225
+ }
1226
+ }
1227
+ },
1228
+ "green-dark": {
1229
+ value: {
1230
+ base: "{colors.green.700}",
1231
+ _dark: "{colors.green.50}"
1232
+ }
1233
+ },
1234
+ "blue-dark": {
1235
+ value: {
1236
+ base: "{colors.sapphire.700}",
1237
+ _dark: "{colors.sapphire.100}"
1238
+ }
1239
+ },
1240
+ "blue-very-dark": {
1241
+ value: {
1242
+ base: "{colors.sapphire.900}",
1243
+ _dark: "{colors.sapphire.800}"
1244
+ }
1245
+ }
1246
+ }, ee = {
1247
+ DEFAULT: {
1248
+ value: {
1249
+ base: "{colors.blacks.50}",
1250
+ _dark: "{colors.blacks.900}"
1251
+ }
1252
+ },
1253
+ muted: {
1254
+ value: {
1255
+ base: "{colors.blacks.200}",
1256
+ _dark: "{colors.blacks.800}"
1257
+ }
1258
+ },
1259
+ subtle: {
1260
+ value: {
1261
+ base: "{colors.blacks.50}",
1262
+ _dark: "{colors.blacks.600}"
1263
+ }
1264
+ },
1265
+ code: {
1266
+ value: {
1267
+ base: "{colors.blacks.50}",
1268
+ _dark: "{colors.blacks.800}"
1269
+ }
1270
+ },
1271
+ emphasized: {
1272
+ value: {
1273
+ base: "{colors.blacks.50}",
1274
+ _dark: "{colors.blacks.600}"
1275
+ }
1276
+ },
1277
+ inverted: {
1278
+ value: {
1279
+ base: "{colors.blacks.800}",
1280
+ _dark: "{colors.blacks.100}"
1281
+ }
1282
+ },
1283
+ panel: {
1284
+ value: {
1285
+ base: "{colors.blacks.100}",
1286
+ _dark: "{colors.blacks.850}"
1287
+ }
1288
+ },
1289
+ dark: {
1290
+ value: {
1291
+ base: "{colors.blacks.900}",
1292
+ _dark: "{colors.blacks.900}"
1293
+ }
1294
+ },
1295
+ white: {
1296
+ value: {
1297
+ base: "{colors.blacks.50}",
1298
+ _dark: "{colors.blacks.50}"
1299
+ }
1300
+ },
1301
+ display: {
1302
+ "very-light": {
1303
+ value: {
1304
+ base: "{colors.sand.50}",
1305
+ _dark: "{colors.blacks.1000}"
1306
+ }
1307
+ }
1308
+ },
1309
+ "accent-primary": {
1310
+ "very-light": {
1311
+ value: {
1312
+ base: "{colors.accentPrimary.light}",
1313
+ _dark: "{colors.blacks.1000}"
1314
+ }
1315
+ },
1316
+ light: {
1317
+ value: {
1318
+ base: "{colors.accentPrimary.light}",
1319
+ _dark: "{colors.accentPrimary.light}"
1320
+ }
1321
+ },
1322
+ medium: {
1323
+ value: {
1324
+ base: "{colors.accentPrimary.medium}",
1325
+ _dark: "{colors.accentPrimary.medium}"
1326
+ }
1327
+ },
1328
+ dark: {
1329
+ value: {
1330
+ base: "{colors.accentPrimary.dark}",
1331
+ _dark: "{colors.accentPrimary.dark}"
1332
+ }
1333
+ }
1334
+ },
1335
+ "accent-secondary": {
1336
+ "grey-dark": {
1337
+ value: {
1338
+ base: "{colors.blacks.50}",
1339
+ _dark: "{colors.blacks.1000}"
1340
+ }
1341
+ },
1342
+ "grey-light": {
1343
+ value: {
1344
+ base: "{colors.blacks.100}",
1345
+ _dark: "{colors.blacks.900}"
1346
+ }
1347
+ },
1348
+ "red-very-light": {
1349
+ value: {
1350
+ base: "{colors.red.50}",
1351
+ _dark: "{colors.red.100}"
1352
+ }
1353
+ },
1354
+ "red-light": {
1355
+ value: {
1356
+ base: "{colors.red.100}",
1357
+ _dark: "{colors.red.100}"
1358
+ }
1359
+ },
1360
+ "pink-light": {
1361
+ value: {
1362
+ base: "{colors.pink.50}",
1363
+ _dark: "{colors.pink.700}"
1364
+ }
1365
+ },
1366
+ "pink-medium": {
1367
+ value: {
1368
+ base: "{colors.pink.100}",
1369
+ _dark: "{colors.pink.800}"
1370
+ }
1371
+ },
1372
+ "blue-very-light": {
1373
+ value: {
1374
+ base: "{colors.blue.25}",
1375
+ _dark: "{colors.blue.50}"
1376
+ }
1377
+ },
1378
+ "blue-light": {
1379
+ value: {
1380
+ base: "{colors.blue.50}",
1381
+ _dark: "{colors.blue.700}"
1382
+ }
1383
+ },
1384
+ "blue-medium": {
1385
+ value: {
1386
+ base: "{colors.blue.100}",
1387
+ _dark: "{colors.blue.800}"
1388
+ }
1389
+ },
1390
+ "blue-dark": {
1391
+ value: {
1392
+ base: "{colors.blue.700}",
1393
+ _dark: "{colors.blue.200}"
1394
+ }
1395
+ },
1396
+ "cyan-light": {
1397
+ value: {
1398
+ base: "{colors.cyan.50}",
1399
+ _dark: "{colors.cyan.100}"
1400
+ }
1401
+ },
1402
+ "green-light": {
1403
+ value: {
1404
+ base: "{colors.green.50}",
1405
+ _dark: "{colors.sapphire.50}"
1406
+ }
1407
+ },
1408
+ "yellow-light": {
1409
+ value: {
1410
+ base: "{colors.yellow.50}",
1411
+ _dark: "{colors.yellow.100}"
1412
+ }
1413
+ },
1414
+ "yellow-medium": {
1415
+ value: {
1416
+ base: "{colors.yellow.100}",
1417
+ _dark: "{colors.yellow.200}"
1418
+ }
1419
+ },
1420
+ "sand-light": {
1421
+ value: {
1422
+ base: "{colors.sand.100}",
1423
+ _dark: "{colors.sand.100}"
1424
+ }
1425
+ }
1426
+ }
1427
+ }, le = {
1428
+ DEFAULT: {
1429
+ value: {
1430
+ base: "{colors.blacks.400}",
1431
+ _dark: "{colors.blacks.600}"
1432
+ }
1433
+ },
1434
+ muted: {
1435
+ value: {
1436
+ base: "{colors.blacks.300}",
1437
+ _dark: "{colors.blacks.700}"
1438
+ }
1439
+ },
1440
+ subtle: {
1441
+ value: {
1442
+ base: "{colors.blacks.300}",
1443
+ _dark: "{colors.blacks.50}"
1444
+ }
1445
+ },
1446
+ inverted: {
1447
+ value: {
1448
+ base: "{colors.blacks.400}",
1449
+ _dark: "{colors.blacks.600}"
1450
+ }
1451
+ },
1452
+ "accent-light": {
1453
+ value: {
1454
+ base: "{colors.blue.200}",
1455
+ _dark: "{colors.blue.900}"
1456
+ }
1457
+ }
1458
+ }, ae = {
1459
+ border: {
1460
+ value: {
1461
+ base: "{colors.blue.700}",
1462
+ _dark: "{colors.blue.200}"
1463
+ }
1464
+ }
1465
+ }, oe = {
1466
+ text: {
1467
+ primary: {
1468
+ value: {
1469
+ base: "{colors.blacks.800}",
1470
+ _dark: "{colors.blacks.200}"
1471
+ }
1472
+ },
1473
+ secondary: {
1474
+ value: {
1475
+ base: "{colors.blacks.600}",
1476
+ _dark: "{colors.blacks.500}"
1477
+ }
1478
+ }
1479
+ },
1480
+ grid: {
1481
+ value: {
1482
+ base: "{colors.blacks.300}",
1483
+ _dark: "{colors.blacks.800}"
1484
+ }
1485
+ },
1486
+ axis: {
1487
+ value: {
1488
+ base: "{colors.blacks.700}",
1489
+ _dark: "{colors.blacks.300}"
1490
+ }
1491
+ },
1492
+ categorical: {
1493
+ 1: {
1494
+ value: {
1495
+ base: "{colors.blue.300}",
1496
+ _dark: "{colors.blue.300}"
1497
+ }
1498
+ },
1499
+ 2: {
1500
+ value: {
1501
+ base: "{colors.orange.500}",
1502
+ _dark: "{colors.orange.500}"
1503
+ }
1504
+ },
1505
+ 3: {
1506
+ value: {
1507
+ base: "{colors.purple.700}",
1508
+ _dark: "{colors.purple.700}"
1509
+ }
1510
+ },
1511
+ 4: {
1512
+ value: {
1513
+ base: "{colors.red.500}",
1514
+ _dark: "{colors.red.600}"
1515
+ }
1516
+ },
1517
+ 5: {
1518
+ value: {
1519
+ base: "{colors.pink.500}",
1520
+ _dark: "{colors.pink.500}"
1521
+ }
1522
+ },
1523
+ 6: {
1524
+ value: {
1525
+ base: "{colors.cyan.800}",
1526
+ _dark: "{colors.green.500}"
1527
+ }
1528
+ },
1529
+ 7: {
1530
+ value: {
1531
+ base: "{colors.red.200}",
1532
+ _dark: "{colors.cyan.700}"
1533
+ }
1534
+ }
1535
+ },
1536
+ sequential: {
1537
+ blue: {
1538
+ "low-3": {
1539
+ value: {
1540
+ base: "{colors.blue.200}",
1541
+ _dark: "{colors.blue.800}"
1542
+ }
1543
+ },
1544
+ "low-2": {
1545
+ value: {
1546
+ base: "{colors.blue.300}",
1547
+ _dark: "{colors.blue.700}"
1548
+ }
1549
+ },
1550
+ "low-1": {
1551
+ value: {
1552
+ base: "{colors.blue.400}",
1553
+ _dark: "{colors.blue.600}"
1554
+ }
1555
+ },
1556
+ default: {
1557
+ value: {
1558
+ base: "{colors.blue.500}",
1559
+ _dark: "{colors.blue.500}"
1560
+ }
1561
+ },
1562
+ "high-1": {
1563
+ value: {
1564
+ base: "{colors.blue.600}",
1565
+ _dark: "{colors.blue.400}"
1566
+ }
1567
+ },
1568
+ "high-2": {
1569
+ value: {
1570
+ base: "{colors.blue.700}",
1571
+ _dark: "{colors.blue.300}"
1572
+ }
1573
+ },
1574
+ "high-3": {
1575
+ value: {
1576
+ base: "{colors.blue.800}",
1577
+ _dark: "{colors.blue.200}"
1578
+ }
1579
+ }
1580
+ },
1581
+ red: {
1582
+ "low-3": {
1583
+ value: {
1584
+ base: "{colors.red.200}",
1585
+ _dark: "{colors.red.800}"
1586
+ }
1587
+ },
1588
+ "low-2": {
1589
+ value: {
1590
+ base: "{colors.red.300}",
1591
+ _dark: "{colors.red.700}"
1592
+ }
1593
+ },
1594
+ "low-1": {
1595
+ value: {
1596
+ base: "{colors.red.400}",
1597
+ _dark: "{colors.red.600}"
1598
+ }
1599
+ },
1600
+ default: {
1601
+ value: {
1602
+ base: "{colors.red.500}",
1603
+ _dark: "{colors.red.500}"
1604
+ }
1605
+ },
1606
+ "high-1": {
1607
+ value: {
1608
+ base: "{colors.red.600}",
1609
+ _dark: "{colors.red.400}"
1610
+ }
1611
+ },
1612
+ "high-2": {
1613
+ value: {
1614
+ base: "{colors.red.700}",
1615
+ _dark: "{colors.red.300}"
1616
+ }
1617
+ },
1618
+ "high-3": {
1619
+ value: {
1620
+ base: "{colors.red.800}",
1621
+ _dark: "{colors.red.200}"
1622
+ }
1623
+ }
1624
+ }
1625
+ }
1626
+ }, re = {
1627
+ fg: Z,
1628
+ bg: ee,
1629
+ border: le,
1630
+ blue: ae,
1631
+ vis: oe
1632
+ }, se = r({
1633
+ modal: {
1634
+ value: {
1635
+ paddingInline: "xs",
1636
+ paddingBlock: "sm",
1637
+ borderRadius: "sm",
1638
+ bg: "bg",
1639
+ border: "1px solid",
1640
+ borderColor: "border",
1641
+ boxShadow: "mid"
1642
+ }
1643
+ }
1644
+ }), te = {
1645
+ "low-light": {
1646
+ value: "0px 2px 4px 0px rgba(0, 0, 0, 0.10)"
1647
+ },
1648
+ "mid-light": {
1649
+ value: "0px 6px 12px 0px rgba(0, 0, 0, 0.10)"
1650
+ },
1651
+ "high-light": {
1652
+ value: "0px 12px 24px 0px rgba(0, 0, 0, 0.10)"
1653
+ },
1654
+ "low-dark": {
1655
+ value: "0px 2px 4px 0px rgba(0, 0, 0, 0.45)"
1656
+ },
1657
+ "mid-dark": {
1658
+ value: "0px 6px 12px 0px rgba(0, 0, 0, 0.5)"
1659
+ },
1660
+ "high-dark": {
1661
+ value: "0px 12px 24px 0px rgba(0, 0, 0, 0.55)"
1662
+ },
1663
+ "desktop-icon-label-text-light": {
1664
+ value: "0px 1px 3px rgba(15, 23, 42, 0.45)"
1665
+ },
1666
+ "desktop-icon-label-text-dark": {
1667
+ value: "0px 1px 3px rgba(8, 15, 35, 0.75)"
1668
+ },
1669
+ "desktop-icon-label-text-selected-light": {
1670
+ value: "0px 1px 3px rgba(37, 99, 235, 0.55)"
1671
+ },
1672
+ "desktop-icon-label-text-selected-dark": {
1673
+ value: "0px 2px 4px rgba(37, 99, 235, 0.75)"
1674
+ }
1675
+ }, ie = {
1676
+ low: {
1677
+ value: {
1678
+ base: "{shadows.low-light}",
1679
+ _dark: "{shadows.low-dark}"
1680
+ }
1681
+ },
1682
+ mid: {
1683
+ value: {
1684
+ base: "{shadows.mid-light}",
1685
+ _dark: "{shadows.mid-dark}"
1686
+ }
1687
+ },
1688
+ high: {
1689
+ value: {
1690
+ base: "{shadows.high-light}",
1691
+ _dark: "{shadows.high-dark}"
1692
+ }
1693
+ },
1694
+ "desktop-icon-label": {
1695
+ value: {
1696
+ base: "{shadows.desktop-icon-label-text-light}",
1697
+ _dark: "{shadows.desktop-icon-label-text-dark}"
1698
+ }
1699
+ },
1700
+ "desktop-icon-label-selected": {
1701
+ value: {
1702
+ base: "{shadows.desktop-icon-label-text-selected-light}",
1703
+ _dark: "{shadows.desktop-icon-label-text-selected-dark}"
1704
+ }
1705
+ }
1706
+ }, ue = s({
1707
+ brand: {
1708
+ value: {
1709
+ fontFamily: "brand",
1710
+ fontSize: "3xl",
1711
+ fontWeight: "500"
1712
+ }
1713
+ },
1714
+ "heading/display/L": {
1715
+ value: {
1716
+ fontFamily: "display",
1717
+ fontWeight: "600",
1718
+ fontSize: ["5xl", "5xl", "5xl", "6xl"],
1719
+ lineHeight: "120%"
1720
+ }
1721
+ },
1722
+ "heading/display/M": {
1723
+ value: {
1724
+ fontFamily: "display",
1725
+ fontWeight: "600",
1726
+ fontSize: ["4xl", "5xl"],
1727
+ lineHeight: "120%"
1728
+ }
1729
+ },
1730
+ "heading/display/S": {
1731
+ value: {
1732
+ fontFamily: "display",
1733
+ fontWeight: "600",
1734
+ fontSize: ["3xl", "4xl"],
1735
+ lineHeight: "120%"
1736
+ }
1737
+ },
1738
+ "heading/XL": {
1739
+ value: {
1740
+ fontFamily: "heading",
1741
+ fontSize: "5xl",
1742
+ fontWeight: "500",
1743
+ lineHeight: "120%"
1744
+ }
1745
+ },
1746
+ "heading/L": {
1747
+ value: {
1748
+ fontFamily: "heading",
1749
+ fontSize: "4xl",
1750
+ fontWeight: "500",
1751
+ lineHeight: "110%"
1752
+ }
1753
+ },
1754
+ "heading/M": {
1755
+ value: {
1756
+ fontFamily: "heading",
1757
+ fontSize: "3xl",
1758
+ fontWeight: "500",
1759
+ lineHeight: "120%"
1760
+ }
1761
+ },
1762
+ "heading/S": {
1763
+ value: {
1764
+ fontFamily: "heading",
1765
+ fontSize: "2xl",
1766
+ fontWeight: "500",
1767
+ lineHeight: "120%"
1768
+ }
1769
+ },
1770
+ "label/XL/regular": {
1771
+ value: {
1772
+ fontFamily: "label",
1773
+ fontSize: "2xl",
1774
+ fontWeight: "400",
1775
+ lineHeight: "150%",
1776
+ letterSpacing: "0.16px"
1777
+ }
1778
+ },
1779
+ "label/L/regular": {
1780
+ value: {
1781
+ fontFamily: "label",
1782
+ fontSize: "lg",
1783
+ fontWeight: "400",
1784
+ lineHeight: "20px",
1785
+ letterSpacing: "0.16px"
1786
+ }
1787
+ },
1788
+ "label/L/medium": {
1789
+ value: {
1790
+ fontFamily: "label",
1791
+ fontSize: "lg",
1792
+ fontWeight: "500",
1793
+ lineHeight: "20px",
1794
+ letterSpacing: "0.16px"
1795
+ }
1796
+ },
1797
+ "label/L/medium/underline": {
1798
+ value: {
1799
+ textDecoration: "underline",
1800
+ fontFamily: "label",
1801
+ fontSize: "lg",
1802
+ fontWeight: "500",
1803
+ lineHeight: "20px",
1804
+ letterSpacing: "0.16px"
1805
+ }
1806
+ },
1807
+ "label/L/medium/uppercase": {
1808
+ value: {
1809
+ letterSpacing: "0.089rem",
1810
+ fontFamily: "label",
1811
+ fontWeight: "600",
1812
+ fontSize: "lg",
1813
+ lineHeight: "150%",
1814
+ textTransform: "uppercase",
1815
+ color: "fg.muted"
1816
+ }
1817
+ },
1818
+ "label/M/regular": {
1819
+ value: {
1820
+ fontFamily: "label",
1821
+ fontSize: "md",
1822
+ fontWeight: "400",
1823
+ lineHeight: "150%",
1824
+ letterSpacing: "0.14px"
1825
+ }
1826
+ },
1827
+ "label/M/regular/underline": {
1828
+ value: {
1829
+ fontFamily: "label",
1830
+ fontSize: "md",
1831
+ fontWeight: "400",
1832
+ lineHeight: "150%",
1833
+ textDecoration: "underline",
1834
+ letterSpacing: "0.14px"
1835
+ }
1836
+ },
1837
+ "label/M/medium": {
1838
+ value: {
1839
+ fontFamily: "label",
1840
+ fontSize: "md",
1841
+ fontWeight: "500",
1842
+ lineHeight: "150%",
1843
+ letterSpacing: "0.14px"
1844
+ }
1845
+ },
1846
+ "label/S/regular": {
1847
+ value: {
1848
+ fontFamily: "label",
1849
+ fontSize: "sm",
1850
+ fontWeight: "400",
1851
+ lineHeight: "150%",
1852
+ letterSpacing: "0.12px"
1853
+ }
1854
+ },
1855
+ "label/S/medium": {
1856
+ value: {
1857
+ fontFamily: "label",
1858
+ fontSize: "sm",
1859
+ fontWeight: "500",
1860
+ lineHeight: "150%",
1861
+ letterSpacing: "0.12px"
1862
+ }
1863
+ },
1864
+ "label/S/italic": {
1865
+ value: {
1866
+ fontFamily: "label",
1867
+ fontSize: "sm",
1868
+ fontWeight: "400",
1869
+ lineHeight: "150%",
1870
+ letterSpacing: "0.12px",
1871
+ fontStyle: "italic"
1872
+ }
1873
+ },
1874
+ "label/XS": {
1875
+ value: {
1876
+ fontFamily: "label",
1877
+ fontSize: "xs",
1878
+ fontWeight: "400",
1879
+ lineHeight: "150%",
1880
+ letterSpacing: "0.1px"
1881
+ }
1882
+ },
1883
+ "paragraph/M/regular": {
1884
+ value: {
1885
+ fontFamily: "body",
1886
+ fontSize: "md",
1887
+ fontWeight: "400",
1888
+ lineHeight: "171%",
1889
+ letterSpacing: "0.14px"
1890
+ }
1891
+ },
1892
+ "paragraph/M/medium": {
1893
+ value: {
1894
+ fontFamily: "body",
1895
+ fontSize: "md",
1896
+ fontWeight: "500",
1897
+ lineHeight: "171%",
1898
+ letterSpacing: "0.14px"
1899
+ }
1900
+ },
1901
+ "paragraph/L/regular": {
1902
+ value: {
1903
+ fontFamily: "body",
1904
+ fontSize: "lg",
1905
+ fontWeight: "400",
1906
+ lineHeight: "150%",
1907
+ letterSpacing: "0.14px"
1908
+ }
1909
+ },
1910
+ "paragraph/L/medium": {
1911
+ value: {
1912
+ fontFamily: "body",
1913
+ fontSize: "lg",
1914
+ fontWeight: "500",
1915
+ lineHeight: "150%",
1916
+ letterSpacing: "0.14px"
1917
+ }
1918
+ },
1919
+ "paragraph/XL/regular": {
1920
+ value: {
1921
+ fontFamily: "body",
1922
+ fontWeight: "400",
1923
+ lineHeight: "150%",
1924
+ fontSize: ["xl", "2xl"],
1925
+ color: "fg",
1926
+ letterSpacing: "0.14px"
1927
+ }
1928
+ },
1929
+ "paragraph/XL/medium": {
1930
+ value: {
1931
+ fontFamily: "body",
1932
+ fontWeight: "500",
1933
+ lineHeight: "150%",
1934
+ fontSize: ["xl", "2xl"],
1935
+ color: "fg",
1936
+ letterSpacing: "0.14px"
1937
+ }
1938
+ }
1939
+ }), de = t({
1940
+ globalCss: m,
1941
+ theme: {
1942
+ breakpoints: {
1943
+ "3xl": "2560px",
1944
+ "4xl": "3840px"
1945
+ },
1946
+ textStyles: ue,
1947
+ layerStyles: se,
1948
+ recipes: {
1949
+ button: M,
1950
+ divider: V,
1951
+ input: $,
1952
+ skeleton: J,
1953
+ textarea: K
1954
+ },
1955
+ tokens: {
1956
+ colors: B,
1957
+ fonts: L,
1958
+ fontSizes: R,
1959
+ fontWeights: W,
1960
+ radii: T,
1961
+ shadows: te,
1962
+ spacing: H
1963
+ },
1964
+ semanticTokens: {
1965
+ colors: re,
1966
+ borders: Q,
1967
+ shadows: ie
1968
+ },
1969
+ slotRecipes: {
1970
+ alert: U,
1971
+ drawer: X,
1972
+ tooltip: N,
1973
+ popover: G,
1974
+ menu: q,
1975
+ editable: I,
1976
+ form: O,
1977
+ dialog: P,
1978
+ progressCircle: j
1979
+ }
1980
+ }
1981
+ }), ve = i(u, de);
1982
+ export {
1983
+ ve as t
1984
+ };
1985
+ //# sourceMappingURL=theme-9E0MRtZk.js.map