@pstdio/ui 0.0.3 → 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.
- package/dist/EquationComponent-DeDYHvqY.js +62 -0
- package/dist/EquationComponent-DeDYHvqY.js.map +1 -0
- package/dist/chat-ui.js +347 -0
- package/dist/chat-ui.js.map +1 -0
- package/dist/components/button.stories.d.ts +18 -0
- package/dist/components/chat-ui/components/ai-conversation.d.ts +1161 -0
- package/dist/components/chat-ui/index.d.ts +10 -0
- package/dist/components/chat-ui/utils/get-icon.d.ts +34 -0
- package/{storybook-static → dist}/components/column-file-browser.d.ts +1 -2
- package/dist/components/column-file-browser.stories.d.ts +15 -0
- package/dist/components/data-table/build-columns.d.ts +3 -0
- package/dist/components/data-table/data-table.d.ts +2 -0
- package/{storybook-static/components → dist/components/data-table}/data-table.stories.d.ts +1 -1
- package/dist/components/data-table/helpers.d.ts +10 -0
- package/dist/components/data-table/index.d.ts +3 -0
- package/dist/components/data-table/pagination-footer.d.ts +5 -0
- package/dist/components/data-table/selection-toolbar.d.ts +9 -0
- package/{storybook-static/components/data-table.d.ts → dist/components/data-table/types.d.ts} +6 -4
- package/{storybook-static → dist}/components/file-selector.d.ts +1 -2
- package/{storybook-static/components/style-guide.stories.d.ts → dist/components/file-selector.stories.d.ts} +6 -3
- package/{storybook-static → dist}/components/info-card.d.ts +1 -2
- package/dist/components/info-card.stories.d.ts +41 -0
- package/{storybook-static → dist}/components/menu-item.d.ts +1 -1
- package/dist/components/menu-item.stories.d.ts +72 -0
- package/dist/components/number-input.d.ts +8 -0
- package/{storybook-static → dist}/components/param-editor.stories.d.ts +1 -0
- package/{storybook-static → dist}/components/rich-text/collaborative-markdown-editor/collaborative-markdown-editor.d.ts +1 -0
- package/dist/components/rich-text/utils/inferResourceType.d.ts +1 -0
- package/dist/components/session-indicator.d.ts +14 -0
- package/dist/components/session-indicator.stories.d.ts +11 -0
- package/dist/components/slider.stories.d.ts +15 -0
- package/dist/components/style-guide.stories.d.ts +28 -0
- package/dist/components/ticket-board.d.ts +33 -0
- package/dist/components/ticket-board.stories.d.ts +5 -0
- package/dist/components/ticket-card.d.ts +24 -0
- package/dist/components/ticket-card.stories.d.ts +17 -0
- package/dist/components/toaster.d.ts +3 -0
- package/{storybook-static → dist}/index.d.ts +5 -3
- package/dist/index.js +435 -0
- package/dist/index.js.map +1 -0
- package/dist/rich-message-CiA3ripk.js +1401 -0
- package/dist/rich-message-CiA3ripk.js.map +1 -0
- package/dist/rich-text.js +485 -0
- package/dist/rich-text.js.map +1 -0
- package/dist/style.css +1 -0
- package/{storybook-static → dist}/theme/primitives/colors.d.ts +6 -0
- package/dist/theme-9E0MRtZk.js +1985 -0
- package/dist/theme-9E0MRtZk.js.map +1 -0
- package/{src/theme/index.ts → dist/theme.js} +5 -2
- package/dist/theme.js.map +1 -0
- package/dist/tooltip-Gm7PLwZG.js +51 -0
- package/dist/tooltip-Gm7PLwZG.js.map +1 -0
- package/{storybook-static/theme/applyThemePreference.d.ts → dist/utils/apply-theme-preference.d.ts} +1 -1
- package/{storybook-static/theme → dist/utils}/theme-preference.d.ts +3 -3
- package/package.json +4 -1
- package/.storybook/main.ts +0 -28
- package/.storybook/preview.tsx +0 -28
- package/.storybook/vitest.setup.ts +0 -6
- package/src/components/alert.tsx +0 -27
- package/src/components/breadcrumb.stories.tsx +0 -40
- package/src/components/breadcrumb.tsx +0 -67
- package/src/components/button.stories.tsx +0 -151
- package/src/components/chat-ui/agent-types.ts +0 -231
- package/src/components/chat-ui/components/ai-conversation.stories.tsx +0 -49
- package/src/components/chat-ui/components/ai-conversation.tsx +0 -68
- package/src/components/chat-ui/components/ai-message.stories.tsx +0 -60
- package/src/components/chat-ui/components/ai-message.tsx +0 -103
- package/src/components/chat-ui/components/ai-response.stories.tsx +0 -48
- package/src/components/chat-ui/components/ai-response.tsx +0 -19
- package/src/components/chat-ui/components/approval-prompt.tsx +0 -51
- package/src/components/chat-ui/components/attachment-list.stories.tsx +0 -24
- package/src/components/chat-ui/components/attachment-list.tsx +0 -76
- package/src/components/chat-ui/components/auto-scroll.tsx +0 -42
- package/src/components/chat-ui/components/chat-input.stories.tsx +0 -114
- package/src/components/chat-ui/components/chat-input.tsx +0 -142
- package/src/components/chat-ui/components/chat-panel.stories.tsx +0 -396
- package/src/components/chat-ui/components/chat-panel.tsx +0 -97
- package/src/components/chat-ui/components/message-parts-renderer.stories.tsx +0 -59
- package/src/components/chat-ui/components/message-parts-renderer.tsx +0 -133
- package/src/components/chat-ui/components/message-types.ts +0 -40
- package/src/components/chat-ui/components/model-swap-separator.stories.tsx +0 -27
- package/src/components/chat-ui/components/model-swap-separator.tsx +0 -20
- package/src/components/chat-ui/components/send-button.tsx +0 -56
- package/src/components/chat-ui/components/timeline.tsx +0 -414
- package/src/components/chat-ui/components/tool-invocation-timeline.stories.tsx +0 -32
- package/src/components/chat-ui/components/tool-invocation-timeline.tsx +0 -16
- package/src/components/chat-ui/index.ts +0 -15
- package/src/components/chat-ui/mocks/full-conversation-normalized.json +0 -3557
- package/src/components/chat-ui/tool-rendering/build-timeline.ts +0 -127
- package/src/components/chat-ui/tool-rendering/default-renderers.ts +0 -420
- package/src/components/chat-ui/tool-rendering/index.ts +0 -3
- package/src/components/chat-ui/tool-rendering/types.ts +0 -19
- package/src/components/chat-ui/utils/diff.ts +0 -228
- package/src/components/chat-ui/utils/editor-state.ts +0 -5
- package/src/components/chat-ui/utils/get-icon.ts +0 -81
- package/src/components/code-editor.tsx +0 -147
- package/src/components/column-file-browser.stories.tsx +0 -217
- package/src/components/column-file-browser.tsx +0 -380
- package/src/components/content-placeholder.tsx +0 -21
- package/src/components/data-table/build-columns.tsx +0 -78
- package/src/components/data-table/data-table.css +0 -51
- package/src/components/data-table/data-table.stories.tsx +0 -209
- package/src/components/data-table/data-table.tsx +0 -232
- package/src/components/data-table/helpers.tsx +0 -69
- package/src/components/data-table/index.ts +0 -3
- package/src/components/data-table/pagination-footer.tsx +0 -58
- package/src/components/data-table/selection-toolbar.tsx +0 -26
- package/src/components/data-table/types.ts +0 -21
- package/src/components/delete-confirmation-modal.stories.tsx +0 -46
- package/src/components/delete-confirmation-modal.tsx +0 -56
- package/src/components/diff-bubble.stories.tsx +0 -70
- package/src/components/diff-bubble.tsx +0 -70
- package/src/components/diff-card.tsx +0 -139
- package/src/components/diff-drawer.stories.tsx +0 -106
- package/src/components/diff-drawer.tsx +0 -59
- package/src/components/diff-editor.tsx +0 -55
- package/src/components/drawer-inline.stories.tsx +0 -124
- package/src/components/drawer-inline.tsx +0 -90
- package/src/components/empty-state.stories.tsx +0 -65
- package/src/components/empty-state.tsx +0 -28
- package/src/components/error-boundary.tsx +0 -80
- package/src/components/file-selector.stories.tsx +0 -166
- package/src/components/file-selector.tsx +0 -192
- package/src/components/file-tree-helpers.ts +0 -28
- package/src/components/horizontal-menu-stack.tsx +0 -15
- package/src/components/info-card.stories.tsx +0 -120
- package/src/components/info-card.tsx +0 -60
- package/src/components/item-section.stories.tsx +0 -57
- package/src/components/item-section.tsx +0 -57
- package/src/components/layout.stories.tsx +0 -341
- package/src/components/layout.tsx +0 -67
- package/src/components/menu-item.stories.tsx +0 -162
- package/src/components/menu-item.tsx +0 -207
- package/src/components/number-input.tsx +0 -21
- package/src/components/open-source-notices-screen.stories.tsx +0 -69
- package/src/components/open-source-notices-screen.tsx +0 -154
- package/src/components/panel-menu.stories.tsx +0 -44
- package/src/components/panel-menu.tsx +0 -27
- package/src/components/param-editor-color-input.tsx +0 -98
- package/src/components/param-editor-date-input.tsx +0 -106
- package/src/components/param-editor-horizontal-text-input.tsx +0 -130
- package/src/components/param-editor-horizontal.stories.tsx +0 -545
- package/src/components/param-editor-horizontal.tsx +0 -137
- package/src/components/param-editor-input-group.tsx +0 -145
- package/src/components/param-editor-number-input.tsx +0 -145
- package/src/components/param-editor-selection-input.tsx +0 -181
- package/src/components/param-editor-text-input.tsx +0 -113
- package/src/components/param-editor.stories.tsx +0 -986
- package/src/components/param-editor.tsx +0 -142
- package/src/components/param-editor.types.ts +0 -95
- package/src/components/properties.stories.tsx +0 -108
- package/src/components/properties.tsx +0 -73
- package/src/components/pstdio-logo.tsx +0 -26
- package/src/components/resource-badge.stories.tsx +0 -26
- package/src/components/resource-badge.tsx +0 -173
- package/src/components/rich-text/collaborative-markdown-editor/awareness-cursors.tsx +0 -45
- package/src/components/rich-text/collaborative-markdown-editor/collaborative-markdown-editor.stories.tsx +0 -230
- package/src/components/rich-text/collaborative-markdown-editor/collaborative-markdown-editor.tsx +0 -131
- package/src/components/rich-text/index.ts +0 -14
- package/src/components/rich-text/markdown-editor/markdown-editor.stories.tsx +0 -147
- package/src/components/rich-text/markdown-editor/markdown-editor.tsx +0 -112
- package/src/components/rich-text/markdown-editor/plugins/ReferenceLinkPlugin/ReferenceLinkNode.tsx +0 -100
- package/src/components/rich-text/markdown-editor/plugins/ReferenceLinkPlugin/ReferenceLinkTransformer.ts +0 -32
- package/src/components/rich-text/markdown-editor/plugins/ReferenceLinkPlugin/index.ts +0 -2
- package/src/components/rich-text/prompt-input/commands.ts +0 -44
- package/src/components/rich-text/prompt-input/events.ts +0 -21
- package/src/components/rich-text/prompt-input/plugins/CommentPlugin/CommentPlugin.tsx +0 -8
- package/src/components/rich-text/prompt-input/plugins/CommentPlugin/hooks/useCommentCommands.ts +0 -49
- package/src/components/rich-text/prompt-input/plugins/CommentPlugin/hooks/useCommentSchema.ts +0 -30
- package/src/components/rich-text/prompt-input/plugins/CommentPlugin/nodes/CommentNode/CommentNode.tsx +0 -127
- package/src/components/rich-text/prompt-input/plugins/ImperativeAPIPlugin.tsx +0 -32
- package/src/components/rich-text/prompt-input/plugins/KeyboardShortcutPlugin.tsx +0 -30
- package/src/components/rich-text/prompt-input/plugins/ReferenceMenuPlugin/ReferenceMenuOption.ts +0 -15
- package/src/components/rich-text/prompt-input/plugins/ReferenceMenuPlugin/ReferenceMenuPlugin.tsx +0 -88
- package/src/components/rich-text/prompt-input/plugins/ReferenceMenuPlugin/components/ReferenceMenu/ReferenceMenu.tsx +0 -90
- package/src/components/rich-text/prompt-input/plugins/ReferenceMenuPlugin/components/ReferenceMenu/ReferenceMenuItem.tsx +0 -50
- package/src/components/rich-text/prompt-input/plugins/ReferenceMenuPlugin/constants.ts +0 -3
- package/src/components/rich-text/prompt-input/plugins/ReferenceMenuPlugin/hooks/useContextLookup.tsx +0 -50
- package/src/components/rich-text/prompt-input/plugins/ReferenceMenuPlugin/utils/checkForTriggers.ts +0 -45
- package/src/components/rich-text/prompt-input/plugins/ReferenceMenuPlugin/utils/getSortedMenuOptions.ts +0 -20
- package/src/components/rich-text/prompt-input/plugins/ReferencePlugin/ReferencePlugin.tsx +0 -50
- package/src/components/rich-text/prompt-input/plugins/ReferencePlugin/nodes/ReferenceNode/ReferenceNode.tsx +0 -107
- package/src/components/rich-text/prompt-input/plugins/keyboard-shortcuts.ts +0 -13
- package/src/components/rich-text/prompt-input/prompt-input.stories.tsx +0 -87
- package/src/components/rich-text/prompt-input/prompt-input.tsx +0 -106
- package/src/components/rich-text/prompt-input/theme/prompt-input-theme.css +0 -3
- package/src/components/rich-text/prompt-input/theme/prompt-input-theme.ts +0 -11
- package/src/components/rich-text/prompt-input/utils.ts +0 -158
- package/src/components/rich-text/rich-message/plugins/ReferenceLinkPlugin/ReferenceLinkNode.tsx +0 -100
- package/src/components/rich-text/rich-message/plugins/ReferenceLinkPlugin/ReferenceLinkTransformer.ts +0 -32
- package/src/components/rich-text/rich-message/plugins/ReferenceLinkPlugin/index.ts +0 -2
- package/src/components/rich-text/rich-message/rich-message.stories.tsx +0 -146
- package/src/components/rich-text/rich-message/rich-message.tsx +0 -118
- package/src/components/rich-text/shared/components/content-editable.tsx +0 -28
- package/src/components/rich-text/shared/components/default-rich-text-components.tsx +0 -99
- package/src/components/rich-text/shared/editor-config.ts +0 -38
- package/src/components/rich-text/shared/nodes/DataTableNode.stories.tsx +0 -52
- package/src/components/rich-text/shared/nodes/DataTableNode.tsx +0 -73
- package/src/components/rich-text/shared/plugins/CodePlugin/CodeBlockPlugin.tsx +0 -22
- package/src/components/rich-text/shared/plugins/CodePlugin/CodeNode.tsx +0 -57
- package/src/components/rich-text/shared/plugins/EquationPlugin/EquationComponent.tsx +0 -46
- package/src/components/rich-text/shared/plugins/EquationPlugin/EquationNode.tsx +0 -161
- package/src/components/rich-text/shared/plugins/EquationPlugin/EquationPlugin.css +0 -16
- package/src/components/rich-text/shared/plugins/EquationPlugin/EquationPlugin.tsx +0 -45
- package/src/components/rich-text/shared/plugins/EquationPlugin/KatexRenderer.tsx +0 -40
- package/src/components/rich-text/shared/plugins/FloatingTextFormatToolbarPlugin/FloatingTextFormatToolbarPlugin.css +0 -26
- package/src/components/rich-text/shared/plugins/FloatingTextFormatToolbarPlugin/FloatingTextFormatToolbarPlugin.tsx +0 -414
- package/src/components/rich-text/shared/plugins/FloatingTextFormatToolbarPlugin/index.ts +0 -1
- package/src/components/rich-text/shared/plugins/HorizontalRulePlugin/HorizontalRuleNode.ts +0 -52
- package/src/components/rich-text/shared/plugins/HorizontalRulePlugin/horizontalRule.ts +0 -16
- package/src/components/rich-text/shared/plugins/LinkEditorPlugin/LinkEditorPlugin.css +0 -163
- package/src/components/rich-text/shared/plugins/LinkEditorPlugin/LinkEditorPlugin.tsx +0 -355
- package/src/components/rich-text/shared/plugins/LinkEditorPlugin/LinkPlugin.tsx +0 -6
- package/src/components/rich-text/shared/plugins/LinkEditorPlugin/utils/getSelectedNode.ts +0 -17
- package/src/components/rich-text/shared/plugins/LinkEditorPlugin/utils/setFloatingElemPos.ts +0 -39
- package/src/components/rich-text/shared/plugins/LinkEditorPlugin/utils/url.ts +0 -23
- package/src/components/rich-text/shared/plugins/StateUpdatePlugin.tsx +0 -21
- package/src/components/rich-text/shared/plugins/TableActionMenuPlugin/TableActionMenuPlugin.tsx +0 -224
- package/src/components/rich-text/shared/plugins/TableCellResizerPlugin/TableCellResizerPlugin.css +0 -3
- package/src/components/rich-text/shared/plugins/TableCellResizerPlugin/TableCellResizerPlugin.tsx +0 -315
- package/src/components/rich-text/shared/plugins/ToggleEditablePlugin.tsx +0 -12
- package/src/components/rich-text/shared/plugins/TreeViewPlugin/TreeViewPlugin.tsx +0 -20
- package/src/components/rich-text/shared/transformers/markdown-transformers.ts +0 -123
- package/src/components/rich-text/shared/types/rich-text-components.ts +0 -17
- package/src/components/rich-text/theme/report-theme.tsx +0 -81
- package/src/components/rich-text/theme/rich-text-theme.css +0 -773
- package/src/components/rich-text/theme/rich-text-theme.tsx +0 -81
- package/src/components/rich-text/types.ts +0 -9
- package/src/components/rich-text/utils/inferResourceType.ts +0 -17
- package/src/components/rich-text/utils/markdown.ts +0 -12
- package/src/components/rich-text/utils/mediaType.ts +0 -31
- package/src/components/session-indicator.stories.tsx +0 -46
- package/src/components/session-indicator.tsx +0 -40
- package/src/components/slider.stories.tsx +0 -38
- package/src/components/slider.tsx +0 -20
- package/src/components/style-guide-data.ts +0 -374
- package/src/components/style-guide.stories.tsx +0 -212
- package/src/components/style-guide.tsx +0 -305
- package/src/components/ticket-board.stories.tsx +0 -109
- package/src/components/ticket-board.tsx +0 -167
- package/src/components/ticket-card.stories.tsx +0 -133
- package/src/components/ticket-card.tsx +0 -126
- package/src/components/toaster.stories.tsx +0 -79
- package/src/components/toaster.tsx +0 -26
- package/src/components/tooltip.tsx +0 -43
- package/src/index.ts +0 -16
- package/src/theme/global.ts +0 -49
- package/src/theme/primitives/colors.ts +0 -209
- package/src/theme/primitives/fonts.ts +0 -33
- package/src/theme/primitives/sizes.ts +0 -49
- package/src/theme/recipes/alert.ts +0 -12
- package/src/theme/recipes/button.ts +0 -124
- package/src/theme/recipes/dialog.ts +0 -11
- package/src/theme/recipes/divider.ts +0 -7
- package/src/theme/recipes/drawer.ts +0 -16
- package/src/theme/recipes/editable.ts +0 -42
- package/src/theme/recipes/form.ts +0 -11
- package/src/theme/recipes/input.ts +0 -25
- package/src/theme/recipes/menu.ts +0 -40
- package/src/theme/recipes/popover.ts +0 -46
- package/src/theme/recipes/progress-circle.ts +0 -22
- package/src/theme/recipes/skeleton.ts +0 -8
- package/src/theme/recipes/textarea.ts +0 -29
- package/src/theme/recipes/tooltip.ts +0 -15
- package/src/theme/theme.ts +0 -70
- package/src/theme/tokens/borders.ts +0 -38
- package/src/theme/tokens/colors.ts +0 -488
- package/src/theme/tokens/layer-styles.ts +0 -15
- package/src/theme/tokens/shadows.ts +0 -47
- package/src/theme/tokens/text.ts +0 -236
- package/src/utils/apply-theme-preference.ts +0 -17
- package/src/utils/formats.ts +0 -27
- package/src/utils/get-file-type-icon.ts +0 -52
- package/src/utils/theme-preference.tsx +0 -60
- package/src/vite-env.d.ts +0 -6
- package/storybook-static/assets/CodeBlockPlugin-C3OWpvP8.js +0 -281
- package/storybook-static/assets/CodeBlockPlugin-e2vWgtYm.css +0 -1
- package/storybook-static/assets/DataTableNode.stories-DLgTftOI.js +0 -33
- package/storybook-static/assets/EquationComponent-CUFxwyNf.js +0 -1
- package/storybook-static/assets/EquationComponent-DWZwfaVI.css +0 -1
- package/storybook-static/assets/FloatingTextFormatToolbarPlugin-B6jc8xvg.js +0 -1
- package/storybook-static/assets/FloatingTextFormatToolbarPlugin-D2l3--Te.css +0 -1
- package/storybook-static/assets/KaTeX_AMS-Regular-BQhdFMY1.woff2 +0 -0
- package/storybook-static/assets/KaTeX_AMS-Regular-DMm9YOAa.woff +0 -0
- package/storybook-static/assets/KaTeX_AMS-Regular-DRggAlZN.ttf +0 -0
- package/storybook-static/assets/KaTeX_Caligraphic-Bold-ATXxdsX0.ttf +0 -0
- package/storybook-static/assets/KaTeX_Caligraphic-Bold-BEiXGLvX.woff +0 -0
- package/storybook-static/assets/KaTeX_Caligraphic-Bold-Dq_IR9rO.woff2 +0 -0
- package/storybook-static/assets/KaTeX_Caligraphic-Regular-CTRA-rTL.woff +0 -0
- package/storybook-static/assets/KaTeX_Caligraphic-Regular-Di6jR-x-.woff2 +0 -0
- package/storybook-static/assets/KaTeX_Caligraphic-Regular-wX97UBjC.ttf +0 -0
- package/storybook-static/assets/KaTeX_Fraktur-Bold-BdnERNNW.ttf +0 -0
- package/storybook-static/assets/KaTeX_Fraktur-Bold-BsDP51OF.woff +0 -0
- package/storybook-static/assets/KaTeX_Fraktur-Bold-CL6g_b3V.woff2 +0 -0
- package/storybook-static/assets/KaTeX_Fraktur-Regular-CB_wures.ttf +0 -0
- package/storybook-static/assets/KaTeX_Fraktur-Regular-CTYiF6lA.woff2 +0 -0
- package/storybook-static/assets/KaTeX_Fraktur-Regular-Dxdc4cR9.woff +0 -0
- package/storybook-static/assets/KaTeX_Main-Bold-Cx986IdX.woff2 +0 -0
- package/storybook-static/assets/KaTeX_Main-Bold-Jm3AIy58.woff +0 -0
- package/storybook-static/assets/KaTeX_Main-Bold-waoOVXN0.ttf +0 -0
- package/storybook-static/assets/KaTeX_Main-BoldItalic-DxDJ3AOS.woff2 +0 -0
- package/storybook-static/assets/KaTeX_Main-BoldItalic-DzxPMmG6.ttf +0 -0
- package/storybook-static/assets/KaTeX_Main-BoldItalic-SpSLRI95.woff +0 -0
- package/storybook-static/assets/KaTeX_Main-Italic-3WenGoN9.ttf +0 -0
- package/storybook-static/assets/KaTeX_Main-Italic-BMLOBm91.woff +0 -0
- package/storybook-static/assets/KaTeX_Main-Italic-NWA7e6Wa.woff2 +0 -0
- package/storybook-static/assets/KaTeX_Main-Regular-B22Nviop.woff2 +0 -0
- package/storybook-static/assets/KaTeX_Main-Regular-Dr94JaBh.woff +0 -0
- package/storybook-static/assets/KaTeX_Main-Regular-ypZvNtVU.ttf +0 -0
- package/storybook-static/assets/KaTeX_Math-BoldItalic-B3XSjfu4.ttf +0 -0
- package/storybook-static/assets/KaTeX_Math-BoldItalic-CZnvNsCZ.woff2 +0 -0
- package/storybook-static/assets/KaTeX_Math-BoldItalic-iY-2wyZ7.woff +0 -0
- package/storybook-static/assets/KaTeX_Math-Italic-DA0__PXp.woff +0 -0
- package/storybook-static/assets/KaTeX_Math-Italic-flOr_0UB.ttf +0 -0
- package/storybook-static/assets/KaTeX_Math-Italic-t53AETM-.woff2 +0 -0
- package/storybook-static/assets/KaTeX_SansSerif-Bold-CFMepnvq.ttf +0 -0
- package/storybook-static/assets/KaTeX_SansSerif-Bold-D1sUS0GD.woff2 +0 -0
- package/storybook-static/assets/KaTeX_SansSerif-Bold-DbIhKOiC.woff +0 -0
- package/storybook-static/assets/KaTeX_SansSerif-Italic-C3H0VqGB.woff2 +0 -0
- package/storybook-static/assets/KaTeX_SansSerif-Italic-DN2j7dab.woff +0 -0
- package/storybook-static/assets/KaTeX_SansSerif-Italic-YYjJ1zSn.ttf +0 -0
- package/storybook-static/assets/KaTeX_SansSerif-Regular-BNo7hRIc.ttf +0 -0
- package/storybook-static/assets/KaTeX_SansSerif-Regular-CS6fqUqJ.woff +0 -0
- package/storybook-static/assets/KaTeX_SansSerif-Regular-DDBCnlJ7.woff2 +0 -0
- package/storybook-static/assets/KaTeX_Script-Regular-C5JkGWo-.ttf +0 -0
- package/storybook-static/assets/KaTeX_Script-Regular-D3wIWfF6.woff2 +0 -0
- package/storybook-static/assets/KaTeX_Script-Regular-D5yQViql.woff +0 -0
- package/storybook-static/assets/KaTeX_Size1-Regular-C195tn64.woff +0 -0
- package/storybook-static/assets/KaTeX_Size1-Regular-Dbsnue_I.ttf +0 -0
- package/storybook-static/assets/KaTeX_Size1-Regular-mCD8mA8B.woff2 +0 -0
- package/storybook-static/assets/KaTeX_Size2-Regular-B7gKUWhC.ttf +0 -0
- package/storybook-static/assets/KaTeX_Size2-Regular-Dy4dx90m.woff2 +0 -0
- package/storybook-static/assets/KaTeX_Size2-Regular-oD1tc_U0.woff +0 -0
- package/storybook-static/assets/KaTeX_Size3-Regular-CTq5MqoE.woff +0 -0
- package/storybook-static/assets/KaTeX_Size3-Regular-DgpXs0kz.ttf +0 -0
- package/storybook-static/assets/KaTeX_Size4-Regular-BF-4gkZK.woff +0 -0
- package/storybook-static/assets/KaTeX_Size4-Regular-DWFBv043.ttf +0 -0
- package/storybook-static/assets/KaTeX_Size4-Regular-Dl5lxZxV.woff2 +0 -0
- package/storybook-static/assets/KaTeX_Typewriter-Regular-C0xS9mPB.woff +0 -0
- package/storybook-static/assets/KaTeX_Typewriter-Regular-CO6r4hn1.woff2 +0 -0
- package/storybook-static/assets/KaTeX_Typewriter-Regular-D3Ib7_Hf.ttf +0 -0
- package/storybook-static/assets/LexicalHistoryPlugin.prod-BQAibkDj.js +0 -1
- package/storybook-static/assets/TreeViewPlugin-CyVKCrKJ.js +0 -24
- package/storybook-static/assets/ai-conversation-DcjS--ee.js +0 -1
- package/storybook-static/assets/ai-conversation.stories-COjWuS8V.js +0 -3
- package/storybook-static/assets/ai-message-DLdAGhWH.js +0 -1
- package/storybook-static/assets/ai-message.stories-CRTyreKL.js +0 -3
- package/storybook-static/assets/ai-response-ySM6s0iN.js +0 -1
- package/storybook-static/assets/ai-response.stories-DVBYlrGf.js +0 -11
- package/storybook-static/assets/attachment-list-1p1601I5.js +0 -1
- package/storybook-static/assets/attachment-list.stories-Cydlsnio.js +0 -7
- package/storybook-static/assets/badge-CtgJasjB.js +0 -1
- package/storybook-static/assets/breadcrumb.stories-SAjB-iqH.js +0 -5
- package/storybook-static/assets/button-C7it2n8t.js +0 -1
- package/storybook-static/assets/button.stories-BMVbbb4y.js +0 -72
- package/storybook-static/assets/chat-input-B-915nCM.js +0 -1
- package/storybook-static/assets/chat-input.stories-DrxvpT9p.js +0 -32
- package/storybook-static/assets/chat-panel.stories-D0L6eIte.js +0 -96
- package/storybook-static/assets/chevron-down-BYCAGyCV.js +0 -1
- package/storybook-static/assets/chevron-right-owK1wZnx.js +0 -1
- package/storybook-static/assets/collaborative-markdown-editor-Bj0GvTvv.js +0 -41
- package/storybook-static/assets/collaborative-markdown-editor.stories-B_MUIC5s.js +0 -11
- package/storybook-static/assets/collapsible-DBDG7h1r.js +0 -1
- package/storybook-static/assets/collapsible-content-B1Uq3jUM.js +0 -1
- package/storybook-static/assets/column-file-browser.stories-DPMQnHCw.js +0 -54
- package/storybook-static/assets/compiler-runtime-BXE7OOXE.js +0 -1
- package/storybook-static/assets/computed-style-C0hzrq9-.js +0 -1
- package/storybook-static/assets/create-recipe-context-BU56IzEo.js +0 -1
- package/storybook-static/assets/create-slot-recipe-context-DAhDE6G_.js +0 -1
- package/storybook-static/assets/create-split-props-u5h9OPvL.js +0 -1
- package/storybook-static/assets/createLucideIcon-CcBBUKX8.js +0 -1
- package/storybook-static/assets/data-table-vuIeWXui.css +0 -1
- package/storybook-static/assets/data-table.stories-Cs-q7dpj.js +0 -19
- package/storybook-static/assets/delete-confirmation-modal.stories-C8vDKFRD.js +0 -14
- package/storybook-static/assets/diff-bubble-_zZypMRt.js +0 -1
- package/storybook-static/assets/diff-bubble.stories-DfonanIk.js +0 -39
- package/storybook-static/assets/diff-drawer.stories-CGDWiKD8.js +0 -38
- package/storybook-static/assets/diff-editor-DV9BXqbn.js +0 -11
- package/storybook-static/assets/dismissable-layer-Cc5dFRd8.js +0 -1
- package/storybook-static/assets/drawer-inline.stories-B3Tp7vjL.js +0 -88
- package/storybook-static/assets/empty-state-BXkyq69k.js +0 -1
- package/storybook-static/assets/empty-state.stories-6eYYBOWR.js +0 -29
- package/storybook-static/assets/factory-BR3bc_RM.js +0 -1
- package/storybook-static/assets/factory-DAJZwK4o.js +0 -1
- package/storybook-static/assets/file-selector.stories-PKIGBUd5.js +0 -31
- package/storybook-static/assets/file-text-D5m8MJlG.js +0 -1
- package/storybook-static/assets/flex-DAJL4AFZ.js +0 -1
- package/storybook-static/assets/folder-C5dba_Co.js +0 -1
- package/storybook-static/assets/form-D_Xln9tK.js +0 -1
- package/storybook-static/assets/full-conversation-normalized-LUbl1coD.js +0 -1
- package/storybook-static/assets/grid-7OIKBlfh.js +0 -1
- package/storybook-static/assets/h-stack-DWHd8f97.js +0 -1
- package/storybook-static/assets/horizontal-menu-stack-Cph6x7ui.js +0 -1
- package/storybook-static/assets/icon-C8FN9JqD.js +0 -1
- package/storybook-static/assets/icon-button-DHiUe7rR.js +0 -1
- package/storybook-static/assets/icons-WRA1cA-W.js +0 -1
- package/storybook-static/assets/iframe-2XPD_vrQ.css +0 -1
- package/storybook-static/assets/iframe-B8FSoBNY.js +0 -1075
- package/storybook-static/assets/index-B0y2_lLF.js +0 -1
- package/storybook-static/assets/index-CXwl6T4k.js +0 -1
- package/storybook-static/assets/index-DaXC_qY_.js +0 -1
- package/storybook-static/assets/index-DpB4ozcR.js +0 -1
- package/storybook-static/assets/index-cFwdnc0b.js +0 -1
- package/storybook-static/assets/info-DlgY5-DW.js +0 -1
- package/storybook-static/assets/info-card.stories-Cry0Qfrn.js +0 -55
- package/storybook-static/assets/input-ZSs5cSFQ.js +0 -1
- package/storybook-static/assets/inter-cyrillic-400-normal-HOLc17fK.woff +0 -0
- package/storybook-static/assets/inter-cyrillic-400-normal-obahsSVq.woff2 +0 -0
- package/storybook-static/assets/inter-cyrillic-500-normal-BasfLYem.woff2 +0 -0
- package/storybook-static/assets/inter-cyrillic-500-normal-CxZf_p3X.woff +0 -0
- package/storybook-static/assets/inter-cyrillic-ext-400-normal-BQZuk6qB.woff2 +0 -0
- package/storybook-static/assets/inter-cyrillic-ext-400-normal-DQukG94-.woff +0 -0
- package/storybook-static/assets/inter-cyrillic-ext-500-normal-B0yAr1jD.woff2 +0 -0
- package/storybook-static/assets/inter-cyrillic-ext-500-normal-BmqWE9Dz.woff +0 -0
- package/storybook-static/assets/inter-greek-400-normal-B4URO6DV.woff2 +0 -0
- package/storybook-static/assets/inter-greek-400-normal-q2sYcFCs.woff +0 -0
- package/storybook-static/assets/inter-greek-500-normal-BIZE56-Y.woff2 +0 -0
- package/storybook-static/assets/inter-greek-500-normal-Xzm54t5V.woff +0 -0
- package/storybook-static/assets/inter-greek-ext-400-normal-DGGRlc-M.woff2 +0 -0
- package/storybook-static/assets/inter-greek-ext-400-normal-KugGGMne.woff +0 -0
- package/storybook-static/assets/inter-greek-ext-500-normal-2j5mBUwD.woff +0 -0
- package/storybook-static/assets/inter-greek-ext-500-normal-C4iEst2y.woff2 +0 -0
- package/storybook-static/assets/inter-latin-400-normal-C38fXH4l.woff2 +0 -0
- package/storybook-static/assets/inter-latin-400-normal-CyCys3Eg.woff +0 -0
- package/storybook-static/assets/inter-latin-500-normal-BL9OpVg8.woff +0 -0
- package/storybook-static/assets/inter-latin-500-normal-Cerq10X2.woff2 +0 -0
- package/storybook-static/assets/inter-latin-ext-400-normal-77YHD8bZ.woff +0 -0
- package/storybook-static/assets/inter-latin-ext-400-normal-C1nco2VV.woff2 +0 -0
- package/storybook-static/assets/inter-latin-ext-500-normal-BxGbmqWO.woff +0 -0
- package/storybook-static/assets/inter-latin-ext-500-normal-CV4jyFjo.woff2 +0 -0
- package/storybook-static/assets/inter-vietnamese-400-normal-Bbgyi5SW.woff +0 -0
- package/storybook-static/assets/inter-vietnamese-400-normal-DMkecbls.woff2 +0 -0
- package/storybook-static/assets/inter-vietnamese-500-normal-DOriooB6.woff2 +0 -0
- package/storybook-static/assets/inter-vietnamese-500-normal-mJboJaSs.woff +0 -0
- package/storybook-static/assets/item-section-AoQrVPNJ.js +0 -1
- package/storybook-static/assets/item-section.stories-kYTPHRsx.js +0 -24
- package/storybook-static/assets/layout.stories-DhSjwzU1.js +0 -3
- package/storybook-static/assets/link-DE5grRtm.js +0 -1
- package/storybook-static/assets/markdown-BLUemkxK.js +0 -1
- package/storybook-static/assets/markdown-editor-Y4eMsgVb.js +0 -1
- package/storybook-static/assets/markdown-editor.stories-DIWw-hRP.js +0 -115
- package/storybook-static/assets/menu-item-CrqDaj9K.js +0 -1
- package/storybook-static/assets/menu-item.stories-D9Isjjrf.js +0 -68
- package/storybook-static/assets/message-parts-renderer.stories-CewRvbm7.js +0 -5
- package/storybook-static/assets/message-types-CEyA7Qm7.js +0 -60
- package/storybook-static/assets/model-swap-separator.stories-DrQW2NWQ.js +0 -9
- package/storybook-static/assets/mutation-observer-CAfGweIM.js +0 -1
- package/storybook-static/assets/normalize-props-D7NI5JRu.js +0 -1
- package/storybook-static/assets/number-C92MPsRM.js +0 -1
- package/storybook-static/assets/number-input-D1aC-9ls.js +0 -7
- package/storybook-static/assets/onest-cyrillic-400-normal-BxvCLB5P.woff +0 -0
- package/storybook-static/assets/onest-cyrillic-400-normal-DH8vlB-A.woff2 +0 -0
- package/storybook-static/assets/onest-cyrillic-500-normal-CyY1vN0Q.woff +0 -0
- package/storybook-static/assets/onest-cyrillic-500-normal-DHyr8B2c.woff2 +0 -0
- package/storybook-static/assets/onest-cyrillic-700-normal-CwpXuTGk.woff2 +0 -0
- package/storybook-static/assets/onest-cyrillic-700-normal-DOtXtm0s.woff +0 -0
- package/storybook-static/assets/onest-latin-400-normal-BAzPRZHg.woff +0 -0
- package/storybook-static/assets/onest-latin-400-normal-bladozIj.woff2 +0 -0
- package/storybook-static/assets/onest-latin-500-normal-oFTiz6Nq.woff +0 -0
- package/storybook-static/assets/onest-latin-500-normal-qHiQtL66.woff2 +0 -0
- package/storybook-static/assets/onest-latin-700-normal-Bd6qVL4Q.woff2 +0 -0
- package/storybook-static/assets/onest-latin-700-normal-XTvQgpoh.woff +0 -0
- package/storybook-static/assets/onest-latin-ext-400-normal--mQR5RlC.woff2 +0 -0
- package/storybook-static/assets/onest-latin-ext-400-normal-BbXTNVXw.woff +0 -0
- package/storybook-static/assets/onest-latin-ext-500-normal-BlXa29q8.woff2 +0 -0
- package/storybook-static/assets/onest-latin-ext-500-normal-CoujUMv_.woff +0 -0
- package/storybook-static/assets/onest-latin-ext-700-normal-C-Tcltod.woff2 +0 -0
- package/storybook-static/assets/onest-latin-ext-700-normal-CSGWRWNE.woff +0 -0
- package/storybook-static/assets/open-source-notices-screen.stories-BpdJxDZC.js +0 -21
- package/storybook-static/assets/overflow-CkG1DOya.js +0 -1
- package/storybook-static/assets/panel-menu-CqLSrdTB.js +0 -1
- package/storybook-static/assets/panel-menu.stories-CxdWaWjq.js +0 -14
- package/storybook-static/assets/param-editor-horizontal.stories-C1o-VOjG.js +0 -561
- package/storybook-static/assets/param-editor-selection-input-2pJE1_W1.js +0 -1
- package/storybook-static/assets/param-editor.stories-0ae3y4Vu.js +0 -921
- package/storybook-static/assets/playfair-display-cyrillic-400-normal-CjW2EstV.woff2 +0 -0
- package/storybook-static/assets/playfair-display-cyrillic-400-normal-ZiRag6zj.woff +0 -0
- package/storybook-static/assets/playfair-display-cyrillic-600-normal-DbWAkkgN.woff +0 -0
- package/storybook-static/assets/playfair-display-cyrillic-600-normal-oLY6jnZ7.woff2 +0 -0
- package/storybook-static/assets/playfair-display-cyrillic-700-normal-Dk1mTcxf.woff +0 -0
- package/storybook-static/assets/playfair-display-cyrillic-700-normal-Dw3uKy19.woff2 +0 -0
- package/storybook-static/assets/playfair-display-latin-400-normal-CFtfchNt.woff2 +0 -0
- package/storybook-static/assets/playfair-display-latin-400-normal-DHYHbkg3.woff +0 -0
- package/storybook-static/assets/playfair-display-latin-600-normal-CZLGqjJe.woff2 +0 -0
- package/storybook-static/assets/playfair-display-latin-600-normal-CxxueQ0Z.woff +0 -0
- package/storybook-static/assets/playfair-display-latin-700-normal-Bc_1Q1cG.woff +0 -0
- package/storybook-static/assets/playfair-display-latin-700-normal-CuDiGg7c.woff2 +0 -0
- package/storybook-static/assets/playfair-display-latin-ext-400-normal-BxlSGspa.woff2 +0 -0
- package/storybook-static/assets/playfair-display-latin-ext-400-normal-qdZwdvNS.woff +0 -0
- package/storybook-static/assets/playfair-display-latin-ext-600-normal-BumBfC1v.woff +0 -0
- package/storybook-static/assets/playfair-display-latin-ext-600-normal-CEjQclLc.woff2 +0 -0
- package/storybook-static/assets/playfair-display-latin-ext-700-normal-C58ejOkc.woff2 +0 -0
- package/storybook-static/assets/playfair-display-latin-ext-700-normal-D5HUU8GT.woff +0 -0
- package/storybook-static/assets/playfair-display-vietnamese-400-normal-BV2APVTb.woff2 +0 -0
- package/storybook-static/assets/playfair-display-vietnamese-400-normal-BbvUAu4N.woff +0 -0
- package/storybook-static/assets/playfair-display-vietnamese-600-normal-BPJkAZPN.woff +0 -0
- package/storybook-static/assets/playfair-display-vietnamese-600-normal-ICsRR-qJ.woff2 +0 -0
- package/storybook-static/assets/playfair-display-vietnamese-700-normal-CaKJSIny.woff2 +0 -0
- package/storybook-static/assets/playfair-display-vietnamese-700-normal-Cr1rw0mr.woff +0 -0
- package/storybook-static/assets/portal-CZHfPTRw.js +0 -1
- package/storybook-static/assets/preload-helper-PPVm8Dsz.js +0 -1
- package/storybook-static/assets/prompt-input-BLCttowi.js +0 -14
- package/storybook-static/assets/prompt-input-BVbz9joI.css +0 -1
- package/storybook-static/assets/prompt-input.stories-J8-AMVXy.js +0 -9
- package/storybook-static/assets/properties.stories-Bs7ivKgb.js +0 -59
- package/storybook-static/assets/react-18-KY0R7ltw.js +0 -9
- package/storybook-static/assets/render-strategy-BebqUNCa.js +0 -1
- package/storybook-static/assets/resource-badge-Bw5UoU4J.js +0 -1
- package/storybook-static/assets/resource-badge.stories-DtSh-RX9.js +0 -9
- package/storybook-static/assets/rich-message-BIkzo1SM.js +0 -1
- package/storybook-static/assets/rich-message.stories-C9Wc4d3O.js +0 -115
- package/storybook-static/assets/rich-text-theme-Bkhh9rAZ.js +0 -14
- package/storybook-static/assets/rich-text-theme-K2MBoCbx.css +0 -1
- package/storybook-static/assets/separator-CQkMOHNm.js +0 -1
- package/storybook-static/assets/settings-DUgg22A7.js +0 -1
- package/storybook-static/assets/simple-grid-DIKjhnVI.js +0 -1
- package/storybook-static/assets/spinner-ZYH_gvW-.js +0 -1
- package/storybook-static/assets/stack-CN4X31TA.js +0 -1
- package/storybook-static/assets/star-CvcHIXRa.js +0 -1
- package/storybook-static/assets/style-guide.stories-BUvEhZov.js +0 -6
- package/storybook-static/assets/tabbable-DHAf8oAu.js +0 -1
- package/storybook-static/assets/table-BKNSzs2r.js +0 -1
- package/storybook-static/assets/textarea-rqmaWSc5.js +0 -1
- package/storybook-static/assets/toaster-d9nN0H7K.js +0 -1
- package/storybook-static/assets/toaster.stories-BRVCYyaM.js +0 -52
- package/storybook-static/assets/tool-invocation-timeline-B-cS0W6M.js +0 -59
- package/storybook-static/assets/tool-invocation-timeline.stories-DXO59O73.js +0 -5
- package/storybook-static/assets/tooltip-C_a-XGZ8.js +0 -1
- package/storybook-static/assets/tooltip-DZxUoouw.js +0 -1
- package/storybook-static/assets/trash-2-BO05slEk.js +0 -1
- package/storybook-static/assets/typeahead-CuY9WxfQ.js +0 -1
- package/storybook-static/assets/use-field-context-DoxKQlMm.js +0 -1
- package/storybook-static/assets/use-presence-context-DK2PGZth.js +0 -1
- package/storybook-static/assets/v-stack-Btoq6OB_.js +0 -1
- package/storybook-static/assets/x-D42ziktz.js +0 -1
- package/storybook-static/components/chat-ui/mocks/full-conversation-normalized.json.d.ts +0 -3560
- package/storybook-static/components/rich-text/utils/inferResourceType.d.ts +0 -1
- package/storybook-static/favicon-wrapper.svg +0 -46
- package/storybook-static/favicon.svg +0 -1
- package/storybook-static/iframe.html +0 -705
- package/storybook-static/index.html +0 -150
- package/storybook-static/index.json +0 -1
- package/storybook-static/nunito-sans-bold-italic.woff2 +0 -0
- package/storybook-static/nunito-sans-bold.woff2 +0 -0
- package/storybook-static/nunito-sans-italic.woff2 +0 -0
- package/storybook-static/nunito-sans-regular.woff2 +0 -0
- package/storybook-static/project.json +0 -1
- package/storybook-static/sb-addons/storybook-core-server-presets-0/common-manager-bundle.js +0 -628
- package/storybook-static/sb-addons/themes-1/manager-bundle.js +0 -3
- package/storybook-static/sb-addons/vitest-2/manager-bundle.js +0 -3
- package/storybook-static/sb-common-assets/favicon-wrapper.svg +0 -46
- package/storybook-static/sb-common-assets/favicon.svg +0 -1
- package/storybook-static/sb-common-assets/nunito-sans-bold-italic.woff2 +0 -0
- package/storybook-static/sb-common-assets/nunito-sans-bold.woff2 +0 -0
- package/storybook-static/sb-common-assets/nunito-sans-italic.woff2 +0 -0
- package/storybook-static/sb-common-assets/nunito-sans-regular.woff2 +0 -0
- package/storybook-static/sb-manager/globals-runtime.js +0 -77956
- package/storybook-static/sb-manager/globals.js +0 -24
- package/storybook-static/sb-manager/manager-stores.js +0 -23
- package/storybook-static/sb-manager/runtime.js +0 -20422
- package/storybook-static/theme/types.d.ts +0 -1
- package/storybook-static/vite-inject-mocker-entry.js +0 -2
- package/tsconfig.json +0 -29
- package/vite.config.ts +0 -85
- package/vitest.shims.d.ts +0 -1
- /package/{storybook-static → dist}/components/alert.d.ts +0 -0
- /package/{storybook-static → dist}/components/breadcrumb.d.ts +0 -0
- /package/{storybook-static → dist}/components/breadcrumb.stories.d.ts +0 -0
- /package/{storybook-static → dist}/components/chat-ui/agent-types.d.ts +0 -0
- /package/{storybook-static → dist}/components/chat-ui/components/ai-conversation.stories.d.ts +0 -0
- /package/{storybook-static → dist}/components/chat-ui/components/ai-message.d.ts +0 -0
- /package/{storybook-static → dist}/components/chat-ui/components/ai-message.stories.d.ts +0 -0
- /package/{storybook-static → dist}/components/chat-ui/components/ai-response.d.ts +0 -0
- /package/{storybook-static → dist}/components/chat-ui/components/ai-response.stories.d.ts +0 -0
- /package/{storybook-static → dist}/components/chat-ui/components/approval-prompt.d.ts +0 -0
- /package/{storybook-static → dist}/components/chat-ui/components/attachment-list.d.ts +0 -0
- /package/{storybook-static → dist}/components/chat-ui/components/attachment-list.stories.d.ts +0 -0
- /package/{storybook-static → dist}/components/chat-ui/components/auto-scroll.d.ts +0 -0
- /package/{storybook-static → dist}/components/chat-ui/components/chat-input.d.ts +0 -0
- /package/{storybook-static → dist}/components/chat-ui/components/chat-input.stories.d.ts +0 -0
- /package/{storybook-static → dist}/components/chat-ui/components/chat-panel.d.ts +0 -0
- /package/{storybook-static → dist}/components/chat-ui/components/chat-panel.stories.d.ts +0 -0
- /package/{storybook-static → dist}/components/chat-ui/components/message-parts-renderer.d.ts +0 -0
- /package/{storybook-static → dist}/components/chat-ui/components/message-parts-renderer.stories.d.ts +0 -0
- /package/{storybook-static → dist}/components/chat-ui/components/message-types.d.ts +0 -0
- /package/{storybook-static → dist}/components/chat-ui/components/model-swap-separator.d.ts +0 -0
- /package/{storybook-static → dist}/components/chat-ui/components/model-swap-separator.stories.d.ts +0 -0
- /package/{storybook-static → dist}/components/chat-ui/components/send-button.d.ts +0 -0
- /package/{storybook-static → dist}/components/chat-ui/components/timeline.d.ts +0 -0
- /package/{storybook-static → dist}/components/chat-ui/components/tool-invocation-timeline.d.ts +0 -0
- /package/{storybook-static → dist}/components/chat-ui/components/tool-invocation-timeline.stories.d.ts +0 -0
- /package/{storybook-static → dist}/components/chat-ui/tool-rendering/build-timeline.d.ts +0 -0
- /package/{storybook-static → dist}/components/chat-ui/tool-rendering/default-renderers.d.ts +0 -0
- /package/{storybook-static → dist}/components/chat-ui/tool-rendering/index.d.ts +0 -0
- /package/{storybook-static → dist}/components/chat-ui/tool-rendering/types.d.ts +0 -0
- /package/{storybook-static → dist}/components/chat-ui/utils/diff.d.ts +0 -0
- /package/{storybook-static → dist}/components/chat-ui/utils/editor-state.d.ts +0 -0
- /package/{storybook-static → dist}/components/code-editor.d.ts +0 -0
- /package/{storybook-static → dist}/components/content-placeholder.d.ts +0 -0
- /package/{storybook-static → dist}/components/delete-confirmation-modal.d.ts +0 -0
- /package/{storybook-static → dist}/components/delete-confirmation-modal.stories.d.ts +0 -0
- /package/{storybook-static → dist}/components/diff-bubble.d.ts +0 -0
- /package/{storybook-static → dist}/components/diff-bubble.stories.d.ts +0 -0
- /package/{storybook-static → dist}/components/diff-card.d.ts +0 -0
- /package/{storybook-static → dist}/components/diff-drawer.d.ts +0 -0
- /package/{storybook-static → dist}/components/diff-drawer.stories.d.ts +0 -0
- /package/{storybook-static → dist}/components/diff-editor.d.ts +0 -0
- /package/{storybook-static → dist}/components/drawer-inline.d.ts +0 -0
- /package/{storybook-static → dist}/components/drawer-inline.stories.d.ts +0 -0
- /package/{storybook-static → dist}/components/empty-state.d.ts +0 -0
- /package/{storybook-static → dist}/components/empty-state.stories.d.ts +0 -0
- /package/{storybook-static → dist}/components/error-boundary.d.ts +0 -0
- /package/{storybook-static → dist}/components/file-tree-helpers.d.ts +0 -0
- /package/{storybook-static → dist}/components/horizontal-menu-stack.d.ts +0 -0
- /package/{storybook-static → dist}/components/item-section.d.ts +0 -0
- /package/{storybook-static → dist}/components/item-section.stories.d.ts +0 -0
- /package/{storybook-static → dist}/components/layout.d.ts +0 -0
- /package/{storybook-static → dist}/components/layout.stories.d.ts +0 -0
- /package/{storybook-static → dist}/components/open-source-notices-screen.d.ts +0 -0
- /package/{storybook-static → dist}/components/open-source-notices-screen.stories.d.ts +0 -0
- /package/{storybook-static → dist}/components/panel-menu.d.ts +0 -0
- /package/{storybook-static → dist}/components/panel-menu.stories.d.ts +0 -0
- /package/{storybook-static → dist}/components/param-editor-color-input.d.ts +0 -0
- /package/{storybook-static → dist}/components/param-editor-date-input.d.ts +0 -0
- /package/{storybook-static → dist}/components/param-editor-horizontal-text-input.d.ts +0 -0
- /package/{storybook-static → dist}/components/param-editor-horizontal.d.ts +0 -0
- /package/{storybook-static → dist}/components/param-editor-horizontal.stories.d.ts +0 -0
- /package/{storybook-static → dist}/components/param-editor-input-group.d.ts +0 -0
- /package/{storybook-static → dist}/components/param-editor-number-input.d.ts +0 -0
- /package/{storybook-static → dist}/components/param-editor-selection-input.d.ts +0 -0
- /package/{storybook-static → dist}/components/param-editor-text-input.d.ts +0 -0
- /package/{storybook-static → dist}/components/param-editor.d.ts +0 -0
- /package/{storybook-static → dist}/components/param-editor.types.d.ts +0 -0
- /package/{storybook-static → dist}/components/properties.d.ts +0 -0
- /package/{storybook-static → dist}/components/properties.stories.d.ts +0 -0
- /package/{storybook-static/components/schub-logo.d.ts → dist/components/pstdio-logo.d.ts} +0 -0
- /package/{storybook-static → dist}/components/resource-badge.d.ts +0 -0
- /package/{storybook-static → dist}/components/resource-badge.stories.d.ts +0 -0
- /package/{storybook-static → dist}/components/rich-text/collaborative-markdown-editor/awareness-cursors.d.ts +0 -0
- /package/{storybook-static → dist}/components/rich-text/collaborative-markdown-editor/collaborative-markdown-editor.stories.d.ts +0 -0
- /package/{storybook-static → dist}/components/rich-text/index.d.ts +0 -0
- /package/{storybook-static → dist}/components/rich-text/markdown-editor/markdown-editor.d.ts +0 -0
- /package/{storybook-static → dist}/components/rich-text/markdown-editor/markdown-editor.stories.d.ts +0 -0
- /package/{storybook-static → dist}/components/rich-text/markdown-editor/plugins/ReferenceLinkPlugin/ReferenceLinkNode.d.ts +0 -0
- /package/{storybook-static → dist}/components/rich-text/markdown-editor/plugins/ReferenceLinkPlugin/ReferenceLinkTransformer.d.ts +0 -0
- /package/{storybook-static → dist}/components/rich-text/markdown-editor/plugins/ReferenceLinkPlugin/index.d.ts +0 -0
- /package/{storybook-static → dist}/components/rich-text/prompt-input/commands.d.ts +0 -0
- /package/{storybook-static → dist}/components/rich-text/prompt-input/events.d.ts +0 -0
- /package/{storybook-static → dist}/components/rich-text/prompt-input/plugins/CommentPlugin/CommentPlugin.d.ts +0 -0
- /package/{storybook-static → dist}/components/rich-text/prompt-input/plugins/CommentPlugin/hooks/useCommentCommands.d.ts +0 -0
- /package/{storybook-static → dist}/components/rich-text/prompt-input/plugins/CommentPlugin/hooks/useCommentSchema.d.ts +0 -0
- /package/{storybook-static → dist}/components/rich-text/prompt-input/plugins/CommentPlugin/nodes/CommentNode/CommentNode.d.ts +0 -0
- /package/{storybook-static → dist}/components/rich-text/prompt-input/plugins/ImperativeAPIPlugin.d.ts +0 -0
- /package/{storybook-static → dist}/components/rich-text/prompt-input/plugins/KeyboardShortcutPlugin.d.ts +0 -0
- /package/{storybook-static → dist}/components/rich-text/prompt-input/plugins/ReferenceMenuPlugin/ReferenceMenuOption.d.ts +0 -0
- /package/{storybook-static → dist}/components/rich-text/prompt-input/plugins/ReferenceMenuPlugin/ReferenceMenuPlugin.d.ts +0 -0
- /package/{storybook-static → dist}/components/rich-text/prompt-input/plugins/ReferenceMenuPlugin/components/ReferenceMenu/ReferenceMenu.d.ts +0 -0
- /package/{storybook-static → dist}/components/rich-text/prompt-input/plugins/ReferenceMenuPlugin/components/ReferenceMenu/ReferenceMenuItem.d.ts +0 -0
- /package/{storybook-static → dist}/components/rich-text/prompt-input/plugins/ReferenceMenuPlugin/constants.d.ts +0 -0
- /package/{storybook-static → dist}/components/rich-text/prompt-input/plugins/ReferenceMenuPlugin/hooks/useContextLookup.d.ts +0 -0
- /package/{storybook-static → dist}/components/rich-text/prompt-input/plugins/ReferenceMenuPlugin/utils/checkForTriggers.d.ts +0 -0
- /package/{storybook-static → dist}/components/rich-text/prompt-input/plugins/ReferenceMenuPlugin/utils/getSortedMenuOptions.d.ts +0 -0
- /package/{storybook-static → dist}/components/rich-text/prompt-input/plugins/ReferencePlugin/ReferencePlugin.d.ts +0 -0
- /package/{storybook-static → dist}/components/rich-text/prompt-input/plugins/ReferencePlugin/nodes/ReferenceNode/ReferenceNode.d.ts +0 -0
- /package/{storybook-static → dist}/components/rich-text/prompt-input/plugins/keyboard-shortcuts.d.ts +0 -0
- /package/{storybook-static → dist}/components/rich-text/prompt-input/prompt-input.d.ts +0 -0
- /package/{storybook-static → dist}/components/rich-text/prompt-input/prompt-input.stories.d.ts +0 -0
- /package/{storybook-static → dist}/components/rich-text/prompt-input/theme/prompt-input-theme.d.ts +0 -0
- /package/{storybook-static → dist}/components/rich-text/prompt-input/utils.d.ts +0 -0
- /package/{storybook-static → dist}/components/rich-text/rich-message/plugins/ReferenceLinkPlugin/ReferenceLinkNode.d.ts +0 -0
- /package/{storybook-static → dist}/components/rich-text/rich-message/plugins/ReferenceLinkPlugin/ReferenceLinkTransformer.d.ts +0 -0
- /package/{storybook-static → dist}/components/rich-text/rich-message/plugins/ReferenceLinkPlugin/index.d.ts +0 -0
- /package/{storybook-static → dist}/components/rich-text/rich-message/rich-message.d.ts +0 -0
- /package/{storybook-static → dist}/components/rich-text/rich-message/rich-message.stories.d.ts +0 -0
- /package/{storybook-static → dist}/components/rich-text/shared/components/content-editable.d.ts +0 -0
- /package/{storybook-static → dist}/components/rich-text/shared/components/default-rich-text-components.d.ts +0 -0
- /package/{storybook-static → dist}/components/rich-text/shared/editor-config.d.ts +0 -0
- /package/{storybook-static → dist}/components/rich-text/shared/nodes/DataTableNode.d.ts +0 -0
- /package/{storybook-static → dist}/components/rich-text/shared/nodes/DataTableNode.stories.d.ts +0 -0
- /package/{storybook-static → dist}/components/rich-text/shared/plugins/CodePlugin/CodeBlockPlugin.d.ts +0 -0
- /package/{storybook-static → dist}/components/rich-text/shared/plugins/CodePlugin/CodeNode.d.ts +0 -0
- /package/{storybook-static → dist}/components/rich-text/shared/plugins/EquationPlugin/EquationComponent.d.ts +0 -0
- /package/{storybook-static → dist}/components/rich-text/shared/plugins/EquationPlugin/EquationNode.d.ts +0 -0
- /package/{storybook-static → dist}/components/rich-text/shared/plugins/EquationPlugin/EquationPlugin.d.ts +0 -0
- /package/{storybook-static → dist}/components/rich-text/shared/plugins/EquationPlugin/KatexRenderer.d.ts +0 -0
- /package/{storybook-static → dist}/components/rich-text/shared/plugins/FloatingTextFormatToolbarPlugin/FloatingTextFormatToolbarPlugin.d.ts +0 -0
- /package/{storybook-static → dist}/components/rich-text/shared/plugins/FloatingTextFormatToolbarPlugin/index.d.ts +0 -0
- /package/{storybook-static → dist}/components/rich-text/shared/plugins/HorizontalRulePlugin/HorizontalRuleNode.d.ts +0 -0
- /package/{storybook-static → dist}/components/rich-text/shared/plugins/HorizontalRulePlugin/horizontalRule.d.ts +0 -0
- /package/{storybook-static → dist}/components/rich-text/shared/plugins/LinkEditorPlugin/LinkEditorPlugin.d.ts +0 -0
- /package/{storybook-static → dist}/components/rich-text/shared/plugins/LinkEditorPlugin/LinkPlugin.d.ts +0 -0
- /package/{storybook-static → dist}/components/rich-text/shared/plugins/LinkEditorPlugin/utils/getSelectedNode.d.ts +0 -0
- /package/{storybook-static → dist}/components/rich-text/shared/plugins/LinkEditorPlugin/utils/setFloatingElemPos.d.ts +0 -0
- /package/{storybook-static → dist}/components/rich-text/shared/plugins/LinkEditorPlugin/utils/url.d.ts +0 -0
- /package/{storybook-static → dist}/components/rich-text/shared/plugins/StateUpdatePlugin.d.ts +0 -0
- /package/{storybook-static → dist}/components/rich-text/shared/plugins/TableActionMenuPlugin/TableActionMenuPlugin.d.ts +0 -0
- /package/{storybook-static → dist}/components/rich-text/shared/plugins/TableCellResizerPlugin/TableCellResizerPlugin.d.ts +0 -0
- /package/{storybook-static → dist}/components/rich-text/shared/plugins/ToggleEditablePlugin.d.ts +0 -0
- /package/{storybook-static → dist}/components/rich-text/shared/plugins/TreeViewPlugin/TreeViewPlugin.d.ts +0 -0
- /package/{storybook-static → dist}/components/rich-text/shared/transformers/markdown-transformers.d.ts +0 -0
- /package/{storybook-static → dist}/components/rich-text/shared/types/rich-text-components.d.ts +0 -0
- /package/{storybook-static → dist}/components/rich-text/theme/report-theme.d.ts +0 -0
- /package/{storybook-static → dist}/components/rich-text/theme/rich-text-theme.d.ts +0 -0
- /package/{storybook-static → dist}/components/rich-text/types.d.ts +0 -0
- /package/{storybook-static → dist}/components/rich-text/utils/markdown.d.ts +0 -0
- /package/{storybook-static → dist}/components/rich-text/utils/mediaType.d.ts +0 -0
- /package/{storybook-static → dist}/components/slider.d.ts +0 -0
- /package/{storybook-static → dist}/components/style-guide-data.d.ts +0 -0
- /package/{storybook-static → dist}/components/style-guide.d.ts +0 -0
- /package/{storybook-static → dist}/components/toaster.stories.d.ts +0 -0
- /package/{storybook-static → dist}/components/tooltip.d.ts +0 -0
- /package/{storybook-static → dist}/theme/global.d.ts +0 -0
- /package/{storybook-static → dist}/theme/index.d.ts +0 -0
- /package/{storybook-static → dist}/theme/primitives/fonts.d.ts +0 -0
- /package/{storybook-static → dist}/theme/primitives/sizes.d.ts +0 -0
- /package/{storybook-static → dist}/theme/recipes/alert.d.ts +0 -0
- /package/{storybook-static → dist}/theme/recipes/button.d.ts +0 -0
- /package/{storybook-static → dist}/theme/recipes/dialog.d.ts +0 -0
- /package/{storybook-static → dist}/theme/recipes/divider.d.ts +0 -0
- /package/{storybook-static → dist}/theme/recipes/drawer.d.ts +0 -0
- /package/{storybook-static → dist}/theme/recipes/editable.d.ts +0 -0
- /package/{storybook-static → dist}/theme/recipes/form.d.ts +0 -0
- /package/{storybook-static → dist}/theme/recipes/input.d.ts +0 -0
- /package/{storybook-static → dist}/theme/recipes/menu.d.ts +0 -0
- /package/{storybook-static → dist}/theme/recipes/popover.d.ts +0 -0
- /package/{storybook-static → dist}/theme/recipes/progress-circle.d.ts +0 -0
- /package/{storybook-static → dist}/theme/recipes/skeleton.d.ts +0 -0
- /package/{storybook-static → dist}/theme/recipes/textarea.d.ts +0 -0
- /package/{storybook-static → dist}/theme/recipes/tooltip.d.ts +0 -0
- /package/{storybook-static → dist}/theme/theme.d.ts +0 -0
- /package/{storybook-static → dist}/theme/tokens/borders.d.ts +0 -0
- /package/{storybook-static → dist}/theme/tokens/colors.d.ts +0 -0
- /package/{storybook-static → dist}/theme/tokens/layer-styles.d.ts +0 -0
- /package/{storybook-static → dist}/theme/tokens/shadows.d.ts +0 -0
- /package/{storybook-static → dist}/theme/tokens/text.d.ts +0 -0
- /package/{storybook-static → dist}/utils/formats.d.ts +0 -0
- /package/{storybook-static → dist}/utils/get-file-type-icon.d.ts +0 -0
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
try{
|
|
2
|
-
(()=>{var m="themes",S=`storybook/${m}`,b="theme",a=`${S}/theme-switcher`,P={themesList:[],themeDefault:void 0},g={},_={REGISTER_THEMES:`${S}/REGISTER_THEMES`};var J=__STORYBOOK_API__,{ActiveTabs:Q,Consumer:X,ManagerContext:oo,Provider:eo,RequestResponseError:no,Tag:to,addons:I,combineParameters:co,controlOrMetaKey:ro,controlOrMetaSymbol:ao,eventMatchesShortcut:Io,eventToShortcut:lo,experimental_MockUniversalStore:io,experimental_UniversalStore:so,experimental_getStatusStore:uo,experimental_getTestProviderStore:mo,experimental_requestResponse:So,experimental_useStatusStore:po,experimental_useTestProviderStore:To,experimental_useUniversalStore:ho,internal_checklistStore:_o,internal_fullStatusStore:Co,internal_fullTestProviderStore:Ao,internal_universalChecklistStore:Eo,internal_universalStatusStore:bo,internal_universalTestProviderStore:Po,isMacLike:go,isShortcutTaken:Ro,keyToSymbol:fo,merge:yo,mockChannel:Lo,optionOrAltSymbol:Oo,shortcutMatchesShortcut:Do,shortcutToAriaKeyshortcuts:Bo,shortcutToHumanString:ko,types:R,useAddonState:f,useArgTypes:vo,useArgs:wo,useChannel:y,useGlobalTypes:Ho,useGlobals:L,useParameter:O,useSharedState:Mo,useStoryPrepared:xo,useStorybookApi:Uo,useStorybookState:Go}=__STORYBOOK_API__;var r=__REACT__,{Children:Yo,Component:Vo,Fragment:qo,Profiler:zo,PureComponent:$o,StrictMode:Zo,Suspense:jo,__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED:Jo,act:Qo,cloneElement:Xo,createContext:oe,createElement:ee,createFactory:ne,createRef:te,forwardRef:ce,isValidElement:re,lazy:ae,memo:Ie,startTransition:le,unstable_act:ie,useCallback:se,useContext:ue,useDebugValue:me,useDeferredValue:Se,useEffect:de,useId:pe,useImperativeHandle:Te,useInsertionEffect:he,useLayoutEffect:_e,useMemo:Ce,useReducer:Ae,useRef:Ee,useState:be,useSyncExternalStore:Pe,useTransition:ge,version:Re}=__REACT__;var De=__STORYBOOK_COMPONENTS__,{A:Be,AbstractToolbar:ke,ActionBar:ve,ActionList:we,AddonPanel:He,Badge:Me,Bar:xe,Blockquote:Ue,Button:D,Card:Ge,ClipboardCode:Ne,Code:Fe,Collapsible:Ke,DL:We,Div:Ye,DocumentWrapper:Ve,EmptyTabContent:qe,ErrorFormatter:ze,FlexBar:$e,Form:Ze,H1:je,H2:Je,H3:Qe,H4:Xe,H5:on,H6:en,HR:nn,IconButton:tn,Img:cn,LI:rn,Link:an,ListItem:In,Loader:ln,Modal:sn,ModalDecorator:un,OL:mn,P:Sn,Placeholder:dn,Popover:pn,PopoverProvider:Tn,Pre:hn,ProgressSpinner:_n,ResetWrapper:Cn,ScrollArea:An,Select:B,Separator:En,Spaced:bn,Span:Pn,StatelessTab:gn,StatelessTabList:Rn,StatelessTabPanel:fn,StatelessTabsView:yn,StorybookIcon:Ln,StorybookLogo:On,SyntaxHighlighter:Dn,TT:Bn,TabBar:kn,TabButton:vn,TabList:wn,TabPanel:Hn,TabWrapper:Mn,Table:xn,Tabs:Un,TabsState:Gn,TabsView:Nn,ToggleButton:Fn,Toolbar:Kn,Tooltip:Wn,TooltipLinkList:Yn,TooltipMessage:Vn,TooltipNote:qn,TooltipProvider:zn,UL:$n,WithTooltip:Zn,WithTooltipPure:jn,Zoom:Jn,codeCommon:Qn,components:Xn,convertToReactAriaPlacement:ot,createCopyToClipboardFunction:et,getStoryHref:nt,interleaveSeparators:tt,nameSpaceClassNames:ct,resetComponents:rt,useTabsState:at,withReset:It}=__STORYBOOK_COMPONENTS__;var mt=__STORYBOOK_ICONS__,{AccessibilityAltIcon:St,AccessibilityIcon:dt,AccessibilityIgnoredIcon:pt,AddIcon:Tt,AdminIcon:ht,AlertAltIcon:_t,AlertIcon:Ct,AlignLeftIcon:At,AlignRightIcon:Et,AppleIcon:bt,ArrowBottomLeftIcon:Pt,ArrowBottomRightIcon:gt,ArrowDownIcon:Rt,ArrowLeftIcon:ft,ArrowRightIcon:yt,ArrowSolidDownIcon:Lt,ArrowSolidLeftIcon:Ot,ArrowSolidRightIcon:Dt,ArrowSolidUpIcon:Bt,ArrowTopLeftIcon:kt,ArrowTopRightIcon:vt,ArrowUpIcon:wt,AzureDevOpsIcon:Ht,BackIcon:Mt,BasketIcon:xt,BatchAcceptIcon:Ut,BatchDenyIcon:Gt,BeakerIcon:Nt,BellIcon:Ft,BitbucketIcon:Kt,BoldIcon:Wt,BookIcon:Yt,BookmarkHollowIcon:Vt,BookmarkIcon:qt,BottomBarIcon:zt,BottomBarToggleIcon:$t,BoxIcon:Zt,BranchIcon:jt,BrowserIcon:Jt,BugIcon:Qt,ButtonIcon:Xt,CPUIcon:oc,CalendarIcon:ec,CameraIcon:nc,CameraStabilizeIcon:tc,CategoryIcon:cc,CertificateIcon:rc,ChangedIcon:ac,ChatIcon:Ic,CheckIcon:lc,ChevronDownIcon:ic,ChevronLeftIcon:sc,ChevronRightIcon:uc,ChevronSmallDownIcon:mc,ChevronSmallLeftIcon:Sc,ChevronSmallRightIcon:dc,ChevronSmallUpIcon:pc,ChevronUpIcon:Tc,ChromaticIcon:hc,ChromeIcon:_c,CircleHollowIcon:Cc,CircleIcon:Ac,ClearIcon:Ec,CloseAltIcon:bc,CloseIcon:Pc,CloudHollowIcon:gc,CloudIcon:Rc,CogIcon:fc,CollapseIcon:yc,CommandIcon:Lc,CommentAddIcon:Oc,CommentIcon:Dc,CommentsIcon:Bc,CommitIcon:kc,CompassIcon:vc,ComponentDrivenIcon:wc,ComponentIcon:Hc,ContrastIcon:Mc,ContrastIgnoredIcon:xc,ControlsIcon:Uc,CopyIcon:Gc,CreditIcon:Nc,CrossIcon:Fc,DashboardIcon:Kc,DatabaseIcon:Wc,DeleteIcon:Yc,DiamondIcon:Vc,DirectionIcon:qc,DiscordIcon:zc,DocChartIcon:$c,DocListIcon:Zc,DocumentIcon:jc,DownloadIcon:Jc,DragIcon:Qc,EditIcon:Xc,EditorIcon:or,EllipsisIcon:er,EmailIcon:nr,ExpandAltIcon:tr,ExpandIcon:cr,EyeCloseIcon:rr,EyeIcon:ar,FaceHappyIcon:Ir,FaceNeutralIcon:lr,FaceSadIcon:ir,FacebookIcon:sr,FailedIcon:ur,FastForwardIcon:mr,FigmaIcon:Sr,FilterIcon:dr,FlagIcon:pr,FolderIcon:Tr,FormIcon:hr,GDriveIcon:_r,GiftIcon:Cr,GithubIcon:Ar,GitlabIcon:Er,GlobeIcon:br,GoogleIcon:Pr,GraphBarIcon:gr,GraphLineIcon:Rr,GraphqlIcon:fr,GridAltIcon:yr,GridIcon:Lr,GrowIcon:Or,HeartHollowIcon:Dr,HeartIcon:Br,HomeIcon:kr,HourglassIcon:vr,InfoIcon:wr,ItalicIcon:Hr,JumpToIcon:Mr,KeyIcon:xr,LightningIcon:Ur,LightningOffIcon:Gr,LinkBrokenIcon:Nr,LinkIcon:Fr,LinkedinIcon:Kr,LinuxIcon:Wr,ListOrderedIcon:Yr,ListUnorderedIcon:Vr,LocationIcon:qr,LockIcon:zr,MarkdownIcon:$r,MarkupIcon:Zr,MediumIcon:jr,MemoryIcon:Jr,MenuIcon:Qr,MergeIcon:Xr,MirrorIcon:oa,MobileIcon:ea,MoonIcon:na,NutIcon:ta,OutboxIcon:ca,OutlineIcon:ra,PaintBrushAltIcon:aa,PaintBrushIcon:C,PaperClipIcon:Ia,ParagraphIcon:la,PassedIcon:ia,PhoneIcon:sa,PhotoDragIcon:ua,PhotoIcon:ma,PhotoStabilizeIcon:Sa,PinAltIcon:da,PinIcon:pa,PlayAllHollowIcon:Ta,PlayBackIcon:ha,PlayHollowIcon:_a,PlayIcon:Ca,PlayNextIcon:Aa,PlusIcon:Ea,PointerDefaultIcon:ba,PointerHandIcon:Pa,PowerIcon:ga,PrintIcon:Ra,ProceedIcon:fa,ProfileIcon:ya,PullRequestIcon:La,QuestionIcon:Oa,RSSIcon:Da,RedirectIcon:Ba,ReduxIcon:ka,RefreshIcon:va,ReplyIcon:wa,RepoIcon:Ha,RequestChangeIcon:Ma,RewindIcon:xa,RulerIcon:Ua,SaveIcon:Ga,SearchIcon:Na,ShareAltIcon:Fa,ShareIcon:Ka,ShieldIcon:Wa,SideBySideIcon:Ya,SidebarAltIcon:Va,SidebarAltToggleIcon:qa,SidebarIcon:za,SidebarToggleIcon:$a,SortDownIcon:Za,SortUpIcon:ja,SpeakerIcon:Ja,StackedIcon:Qa,StarHollowIcon:Xa,StarIcon:oI,StatusFailIcon:eI,StatusIcon:nI,StatusPassIcon:tI,StatusWarnIcon:cI,StickerIcon:rI,StopAltHollowIcon:aI,StopAltIcon:II,StopIcon:lI,StorybookIcon:iI,StructureIcon:sI,SubtractIcon:uI,SunIcon:mI,SupportIcon:SI,SweepIcon:dI,SwitchAltIcon:pI,SyncIcon:TI,TabletIcon:hI,ThumbsUpIcon:_I,TimeIcon:CI,TimerIcon:AI,TransferIcon:EI,TrashIcon:bI,TwitterIcon:PI,TypeIcon:gI,UbuntuIcon:RI,UndoIcon:fI,UnfoldIcon:yI,UnlockIcon:LI,UnpinIcon:OI,UploadIcon:DI,UserAddIcon:BI,UserAltIcon:kI,UserIcon:vI,UsersIcon:wI,VSCodeIcon:HI,VerifiedIcon:MI,VideoIcon:xI,WandIcon:UI,WatchIcon:GI,WindowsIcon:NI,WrenchIcon:FI,XIcon:KI,YoutubeIcon:WI,ZoomIcon:YI,ZoomOutIcon:VI,ZoomResetIcon:qI,iconList:zI}=__STORYBOOK_ICONS__;var U=o=>o.length>1,G=o=>o.length===2,N=r.memo(function(){let{themeOverride:o,disable:d}=O(m,g),[{theme:k},A,v]=L(),E=I.getChannel().last(_.REGISTER_THEMES),w=Object.assign({},P,{themesList:E?.[0]?.themes||[],themeDefault:E?.[0]?.defaultTheme||""}),[{themesList:l,themeDefault:H},M]=f(a,w),p=b in v||!!o;y({[_.REGISTER_THEMES]:({themes:e,defaultTheme:h})=>{M(x=>({...x,themesList:e,themeDefault:h}))}});let i=k||H,s="",u="",T="";if(p?(u="Story override",s="Theme set by story parameters",T="Theme set by story parameters"):i&&(u=`${i} theme`,s="Theme",T="Change theme"),d)return null;if(G(l)){let e=l.find(h=>h!==i);return r.createElement(D,{ariaLabel:s,tooltip:T,variant:"ghost",disabled:p,key:a,onClick:()=>{A({theme:e})}},r.createElement(C,null),u)}return U(l)?r.createElement(B,{icon:r.createElement(C,null),ariaLabel:s,disabled:p,key:a,defaultOptions:i,options:l.map(e=>({title:e,value:e})),onSelect:e=>A({theme:e})},u):null});I.register(S,()=>{I.add(a,{title:"Themes",type:R.TOOL,match:({viewMode:o,tabId:d})=>!!(o&&o.match(/^(story|docs)$/))&&!d,render:N,paramKey:m})});})();
|
|
3
|
-
}catch(e){ console.error("[Storybook] One of your manager-entries failed: " + import.meta.url, e); }
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
try{
|
|
2
|
-
(()=>{var Le="storybook/interactions",k=`${Le}/panel`,Ne="writing-tests/integrations/vitest-addon",kt=`${Ne}#what-happens-when-there-are-different-test-results-in-multiple-environments`,T="storybook/a11y",U=`${T}/panel`,Ut=`${T}/ui`,Mt=`${T}/result`,jt=`${T}/request`,$t=`${T}/running`,Ht=`${T}/error`,Ft=`${T}/manual`,Gt=`${T}/select`,xe="writing-tests/accessibility-testing",Kt=`${xe}#why-are-my-tests-failing-in-different-environments`,_="storybook/test",q=`${_}/test-provider`,Z=`${_}/channel`,De="writing-tests/integrations/vitest-addon",Q=`${De}#what-happens-if-vitest-itself-has-an-error`,M={id:_,initialState:{config:{coverage:!1,a11y:!1},watching:!1,cancelling:!1,fatalError:void 0,indexUrl:void 0,previewAnnotations:[],currentRun:{triggeredBy:void 0,config:{coverage:!1,a11y:!1},componentTestCount:{success:0,error:0},a11yCount:{success:0,warning:0,error:0},storyIds:void 0,totalTestCount:void 0,startedAt:void 0,finishedAt:void 0,unhandledErrors:[],coverageSummary:void 0}}},J=["global","run-all"],Wt=`UNIVERSAL_STORE:${M.id}`,j="storybook/component-test",$="storybook/a11y";var n=__REACT__,{Children:Zt,Component:Qt,Fragment:Jt,Profiler:Xt,PureComponent:en,StrictMode:tn,Suspense:nn,__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED:on,act:rn,cloneElement:an,createContext:ln,createElement:sn,createFactory:cn,createRef:un,forwardRef:dn,isValidElement:mn,lazy:gn,memo:In,startTransition:pn,unstable_act:fn,useCallback:H,useContext:X,useDebugValue:hn,useDeferredValue:Tn,useEffect:L,useId:En,useImperativeHandle:Sn,useInsertionEffect:vn,useLayoutEffect:bn,useMemo:ee,useReducer:yn,useRef:te,useState:C,useSyncExternalStore:_n,useTransition:Cn,version:An}=__REACT__;var Ln=__STORYBOOK_TYPES__,{Addon_TypesEnum:ne,CoreWebpackCompiler:Nn,Feature:xn,SupportedBuilder:oe,SupportedFramework:Dn,SupportedLanguage:Bn,SupportedRenderer:kn}=__STORYBOOK_TYPES__;var Hn=__STORYBOOK_API__,{ActiveTabs:Fn,Consumer:Gn,ManagerContext:Kn,Provider:Wn,RequestResponseError:Yn,Tag:re,addons:w,combineParameters:zn,controlOrMetaKey:Vn,controlOrMetaSymbol:qn,eventMatchesShortcut:Zn,eventToShortcut:Qn,experimental_MockUniversalStore:Jn,experimental_UniversalStore:ae,experimental_getStatusStore:F,experimental_getTestProviderStore:le,experimental_requestResponse:Xn,experimental_useStatusStore:G,experimental_useTestProviderStore:se,experimental_useUniversalStore:ce,internal_checklistStore:eo,internal_fullStatusStore:to,internal_fullTestProviderStore:no,internal_universalChecklistStore:oo,internal_universalStatusStore:ro,internal_universalTestProviderStore:ao,isMacLike:lo,isShortcutTaken:so,keyToSymbol:co,merge:io,mockChannel:uo,optionOrAltSymbol:mo,shortcutMatchesShortcut:go,shortcutToAriaKeyshortcuts:Io,shortcutToHumanString:po,types:fo,useAddonState:ho,useArgTypes:To,useArgs:Eo,useChannel:So,useGlobalTypes:vo,useGlobals:bo,useParameter:yo,useSharedState:_o,useStoryPrepared:Co,useStorybookApi:ie,useStorybookState:Ao}=__STORYBOOK_API__;var Lo=__STORYBOOK_COMPONENTS__,{A:No,AbstractToolbar:xo,ActionBar:Do,ActionList:g,AddonPanel:Bo,Badge:ko,Bar:Uo,Blockquote:Mo,Button:A,Card:jo,ClipboardCode:$o,Code:Ho,Collapsible:Fo,DL:Go,Div:Ko,DocumentWrapper:Wo,EmptyTabContent:Yo,ErrorFormatter:zo,FlexBar:Vo,Form:N,H1:qo,H2:Zo,H3:Qo,H4:Jo,H5:Xo,H6:er,HR:tr,IconButton:nr,Img:or,LI:rr,Link:K,ListItem:ar,Loader:lr,Modal:x,ModalDecorator:sr,OL:cr,P:ir,Placeholder:ur,Popover:dr,PopoverProvider:mr,Pre:gr,ProgressSpinner:ue,ResetWrapper:Ir,ScrollArea:pr,Select:fr,Separator:hr,Spaced:Tr,Span:Er,StatelessTab:Sr,StatelessTabList:vr,StatelessTabPanel:br,StatelessTabsView:yr,StorybookIcon:_r,StorybookLogo:Cr,SyntaxHighlighter:Ar,TT:Or,TabBar:wr,TabButton:Rr,TabList:Pr,TabPanel:Lr,TabWrapper:Nr,Table:xr,Tabs:Dr,TabsState:Br,TabsView:kr,ToggleButton:de,Toolbar:Ur,Tooltip:Mr,TooltipLinkList:jr,TooltipMessage:$r,TooltipNote:Hr,TooltipProvider:Fr,UL:Gr,WithTooltip:Kr,WithTooltipPure:Wr,Zoom:Yr,codeCommon:zr,components:Vr,convertToReactAriaPlacement:qr,createCopyToClipboardFunction:Zr,getStoryHref:Qr,interleaveSeparators:Jr,nameSpaceClassNames:Xr,resetComponents:ea,useTabsState:ta,withReset:na}=__STORYBOOK_COMPONENTS__;var sa=__STORYBOOK_ICONS__,{AccessibilityAltIcon:ca,AccessibilityIcon:ia,AccessibilityIgnoredIcon:ua,AddIcon:da,AdminIcon:ma,AlertAltIcon:ga,AlertIcon:Ia,AlignLeftIcon:pa,AlignRightIcon:fa,AppleIcon:ha,ArrowBottomLeftIcon:Ta,ArrowBottomRightIcon:Ea,ArrowDownIcon:Sa,ArrowLeftIcon:va,ArrowRightIcon:ba,ArrowSolidDownIcon:ya,ArrowSolidLeftIcon:_a,ArrowSolidRightIcon:Ca,ArrowSolidUpIcon:Aa,ArrowTopLeftIcon:Oa,ArrowTopRightIcon:wa,ArrowUpIcon:Ra,AzureDevOpsIcon:Pa,BackIcon:La,BasketIcon:Na,BatchAcceptIcon:xa,BatchDenyIcon:Da,BeakerIcon:Ba,BellIcon:ka,BitbucketIcon:Ua,BoldIcon:Ma,BookIcon:ja,BookmarkHollowIcon:$a,BookmarkIcon:Ha,BottomBarIcon:Fa,BottomBarToggleIcon:Ga,BoxIcon:Ka,BranchIcon:Wa,BrowserIcon:Ya,BugIcon:za,ButtonIcon:Va,CPUIcon:qa,CalendarIcon:Za,CameraIcon:Qa,CameraStabilizeIcon:Ja,CategoryIcon:Xa,CertificateIcon:el,ChangedIcon:tl,ChatIcon:nl,CheckIcon:ol,ChevronDownIcon:rl,ChevronLeftIcon:al,ChevronRightIcon:ll,ChevronSmallDownIcon:sl,ChevronSmallLeftIcon:cl,ChevronSmallRightIcon:il,ChevronSmallUpIcon:ul,ChevronUpIcon:dl,ChromaticIcon:ml,ChromeIcon:gl,CircleHollowIcon:Il,CircleIcon:pl,ClearIcon:fl,CloseAltIcon:hl,CloseIcon:Tl,CloudHollowIcon:El,CloudIcon:Sl,CogIcon:vl,CollapseIcon:bl,CommandIcon:yl,CommentAddIcon:_l,CommentIcon:Cl,CommentsIcon:Al,CommitIcon:Ol,CompassIcon:wl,ComponentDrivenIcon:Rl,ComponentIcon:Pl,ContrastIcon:Ll,ContrastIgnoredIcon:Nl,ControlsIcon:xl,CopyIcon:Dl,CreditIcon:Bl,CrossIcon:kl,DashboardIcon:Ul,DatabaseIcon:Ml,DeleteIcon:jl,DiamondIcon:$l,DirectionIcon:Hl,DiscordIcon:Fl,DocChartIcon:Gl,DocListIcon:Kl,DocumentIcon:Wl,DownloadIcon:Yl,DragIcon:zl,EditIcon:Vl,EditorIcon:ql,EllipsisIcon:Zl,EmailIcon:Ql,ExpandAltIcon:Jl,ExpandIcon:Xl,EyeCloseIcon:es,EyeIcon:me,FaceHappyIcon:ts,FaceNeutralIcon:ns,FaceSadIcon:os,FacebookIcon:rs,FailedIcon:as,FastForwardIcon:ls,FigmaIcon:ss,FilterIcon:cs,FlagIcon:is,FolderIcon:us,FormIcon:ds,GDriveIcon:ms,GiftIcon:gs,GithubIcon:Is,GitlabIcon:ps,GlobeIcon:fs,GoogleIcon:hs,GraphBarIcon:Ts,GraphLineIcon:Es,GraphqlIcon:Ss,GridAltIcon:vs,GridIcon:bs,GrowIcon:ys,HeartHollowIcon:_s,HeartIcon:Cs,HomeIcon:As,HourglassIcon:Os,InfoIcon:ge,ItalicIcon:ws,JumpToIcon:Rs,KeyIcon:Ps,LightningIcon:Ls,LightningOffIcon:Ns,LinkBrokenIcon:xs,LinkIcon:Ds,LinkedinIcon:Bs,LinuxIcon:ks,ListOrderedIcon:Us,ListUnorderedIcon:Ms,LocationIcon:js,LockIcon:$s,MarkdownIcon:Hs,MarkupIcon:Fs,MediumIcon:Gs,MemoryIcon:Ks,MenuIcon:Ws,MergeIcon:Ys,MirrorIcon:zs,MobileIcon:Vs,MoonIcon:qs,NutIcon:Zs,OutboxIcon:Qs,OutlineIcon:Js,PaintBrushAltIcon:Xs,PaintBrushIcon:ec,PaperClipIcon:tc,ParagraphIcon:nc,PassedIcon:oc,PhoneIcon:rc,PhotoDragIcon:ac,PhotoIcon:lc,PhotoStabilizeIcon:sc,PinAltIcon:cc,PinIcon:ic,PlayAllHollowIcon:uc,PlayBackIcon:dc,PlayHollowIcon:Ie,PlayIcon:mc,PlayNextIcon:gc,PlusIcon:Ic,PointerDefaultIcon:pc,PointerHandIcon:fc,PowerIcon:hc,PrintIcon:Tc,ProceedIcon:Ec,ProfileIcon:Sc,PullRequestIcon:vc,QuestionIcon:bc,RSSIcon:yc,RedirectIcon:_c,ReduxIcon:Cc,RefreshIcon:Ac,ReplyIcon:Oc,RepoIcon:wc,RequestChangeIcon:Rc,RewindIcon:Pc,RulerIcon:Lc,SaveIcon:Nc,SearchIcon:xc,ShareAltIcon:Dc,ShareIcon:Bc,ShieldIcon:kc,SideBySideIcon:Uc,SidebarAltIcon:Mc,SidebarAltToggleIcon:jc,SidebarIcon:$c,SidebarToggleIcon:Hc,SortDownIcon:Fc,SortUpIcon:Gc,SpeakerIcon:Kc,StackedIcon:Wc,StarHollowIcon:Yc,StarIcon:zc,StatusFailIcon:Vc,StatusIcon:qc,StatusPassIcon:Zc,StatusWarnIcon:Qc,StickerIcon:Jc,StopAltHollowIcon:Xc,StopAltIcon:pe,StopIcon:ei,StorybookIcon:ti,StructureIcon:ni,SubtractIcon:oi,SunIcon:ri,SupportIcon:ai,SweepIcon:li,SwitchAltIcon:si,SyncIcon:fe,TabletIcon:ci,ThumbsUpIcon:ii,TimeIcon:ui,TimerIcon:di,TransferIcon:mi,TrashIcon:gi,TwitterIcon:Ii,TypeIcon:pi,UbuntuIcon:fi,UndoIcon:hi,UnfoldIcon:Ti,UnlockIcon:Ei,UnpinIcon:Si,UploadIcon:vi,UserAddIcon:bi,UserAltIcon:yi,UserIcon:_i,UsersIcon:Ci,VSCodeIcon:Ai,VerifiedIcon:Oi,VideoIcon:wi,WandIcon:Ri,WatchIcon:Pi,WindowsIcon:Li,WrenchIcon:Ni,XIcon:xi,YoutubeIcon:Di,ZoomIcon:Bi,ZoomOutIcon:ki,ZoomResetIcon:Ui,iconList:Mi}=__STORYBOOK_ICONS__;var Gi=__STORYBOOK_THEMING__,{CacheProvider:Ki,ClassNames:Wi,Global:Yi,ThemeProvider:zi,background:Vi,color:qi,convert:Zi,create:Qi,createCache:Ji,createGlobal:Xi,createReset:eu,css:tu,darken:nu,ensure:ou,getPreferredColorScheme:ru,ignoreSsrWarning:au,isPropValid:lu,jsx:su,keyframes:cu,lighten:iu,styled:I,themes:uu,tokens:du,typography:mu,useTheme:gu,withTheme:Iu}=__STORYBOOK_THEMING__;var E=ae.create({...M,leader:globalThis.CONFIG_TYPE==="PRODUCTION"}),Be=F(j),ke=F($),_e=le(_),Ue=I.div({display:"flex",justifyContent:"space-between",alignItems:"center",padding:"6px 6px 6px 20px"}),Me=I.div({display:"flex",justifyContent:"space-between",alignItems:"center"}),je=I(x.Title)(({theme:{typography:e}})=>({fontSize:e.size.s2,fontWeight:e.weight.bold})),$e=I.pre(({theme:e})=>({whiteSpace:"pre-wrap",wordWrap:"break-word",overflow:"auto",maxHeight:"60vh",margin:0,padding:"20px",fontFamily:e.typography.fonts.mono,fontSize:"12px",borderTop:`1px solid ${e.appBorderColor}`,borderRadius:0})),He=I.a(({theme:e})=>({color:e.color.defaultText})),z=n.createContext({isModalOpen:!1,setModalOpen:void 0});function Y({error:e}){return e?n.createElement("div",null,n.createElement("h4",null,"Caused by: ",e.name||"Error",": ",e.message),e.stack&&n.createElement("pre",null,e.stack),e.cause&&n.createElement(Y,{error:e.cause})):null}function Fe({onRerun:e,storeState:t}){let o=ie(),{isModalOpen:s,setModalOpen:i}=X(z),r=o.getDocsUrl({subpath:Q,versioned:!0,renderer:!0}),{fatalError:a,currentRun:{unhandledErrors:d}}=t,c=a?n.createElement(n.Fragment,null,n.createElement("p",null,a.error.name||"Error"),a.message&&n.createElement("p",null,a.message),a.error.message&&n.createElement("p",null,a.error.message),a.error.stack&&n.createElement("p",null,a.error.stack),a.error.cause&&n.createElement(Y,{error:a.error.cause})):d.length>0?n.createElement("ol",null,d.map(l=>n.createElement("li",{key:l.name+l.message},n.createElement("p",null,l.name,": ",l.message),l.VITEST_TEST_PATH&&n.createElement("p",null,'This error originated in "',n.createElement("b",null,l.VITEST_TEST_PATH),`". It doesn't mean the error was thrown inside the file itself, but while it was running.`),l.VITEST_TEST_NAME&&n.createElement(n.Fragment,null,n.createElement("p",null,`The latest test that might've caused the error is "`,n.createElement("b",null,l.VITEST_TEST_NAME),'". It might mean one of the following:'),n.createElement("ul",null,n.createElement("li",null,"The error was thrown, while Vitest was running this test."),n.createElement("li",null,"If the error occurred after the test had been completed, this was the last documented test before it was thrown."))),l.stacks&&n.createElement(n.Fragment,null,n.createElement("p",null,n.createElement("b",null,"Stacks:")),n.createElement("ul",null,l.stacks.map(u=>n.createElement("li",{key:u.file+u.line+u.column},u.file,":",u.line,":",u.column," - ",u.method||"unknown method")))),l.stack&&n.createElement("p",null,l.stack),l.cause?n.createElement(Y,{error:l.cause}):null))):null;return n.createElement(x,{ariaLabel:"Storybook Tests error details",onOpenChange:i,open:s},n.createElement(Ue,null,n.createElement(je,null,"Storybook Tests error details"),n.createElement(Me,null,n.createElement(A,{onClick:e,variant:"ghost",ariaLabel:!1},n.createElement(fe,null),"Rerun"),n.createElement(A,{variant:"ghost",ariaLabel:!1,asChild:!0},n.createElement("a",{target:"_blank",href:r,rel:"noreferrer"},"Troubleshoot")),n.createElement(x.Close,null))),n.createElement($e,null,c,n.createElement("br",null),n.createElement("br",null),"Troubleshoot:"," ",n.createElement(He,{target:"_blank",href:r},r)))}function he(e){if(!e||typeof e!="object")return!1;let t=Object.getPrototypeOf(e);return t===null||t===Object.prototype||Object.getPrototypeOf(t)===null?Object.prototype.toString.call(e)==="[object Object]":!1}function Te(e){return Object.getOwnPropertySymbols(e).filter(t=>Object.prototype.propertyIsEnumerable.call(e,t))}function Ee(e){return e==null?e===void 0?"[object Undefined]":"[object Null]":Object.prototype.toString.call(e)}var Ge="[object RegExp]",Ke="[object String]",We="[object Number]",Ye="[object Boolean]",Se="[object Arguments]",ze="[object Symbol]",Ve="[object Date]",qe="[object Map]",Ze="[object Set]",Qe="[object Array]",Je="[object Function]",Xe="[object ArrayBuffer]",W="[object Object]",et="[object Error]",tt="[object DataView]",nt="[object Uint8Array]",ot="[object Uint8ClampedArray]",rt="[object Uint16Array]",at="[object Uint32Array]",lt="[object BigUint64Array]",st="[object Int8Array]",ct="[object Int16Array]",it="[object Int32Array]",ut="[object BigInt64Array]",dt="[object Float32Array]",mt="[object Float64Array]";function gt(e,t){return e===t||Number.isNaN(e)&&Number.isNaN(t)}function It(e,t,o){return R(e,t,void 0,void 0,void 0,void 0,o)}function R(e,t,o,s,i,r,a){let d=a(e,t,o,s,i,r);if(d!==void 0)return d;if(typeof e==typeof t)switch(typeof e){case"bigint":case"string":case"boolean":case"symbol":case"undefined":return e===t;case"number":return e===t||Object.is(e,t);case"function":return e===t;case"object":return P(e,t,r,a)}return P(e,t,r,a)}function P(e,t,o,s){if(Object.is(e,t))return!0;let i=Ee(e),r=Ee(t);if(i===Se&&(i=W),r===Se&&(r=W),i!==r)return!1;switch(i){case Ke:return e.toString()===t.toString();case We:{let c=e.valueOf(),l=t.valueOf();return gt(c,l)}case Ye:case Ve:case ze:return Object.is(e.valueOf(),t.valueOf());case Ge:return e.source===t.source&&e.flags===t.flags;case Je:return e===t}o=o??new Map;let a=o.get(e),d=o.get(t);if(a!=null&&d!=null)return a===t;o.set(e,t),o.set(t,e);try{switch(i){case qe:{if(e.size!==t.size)return!1;for(let[c,l]of e.entries())if(!t.has(c)||!R(l,t.get(c),c,e,t,o,s))return!1;return!0}case Ze:{if(e.size!==t.size)return!1;let c=Array.from(e.values()),l=Array.from(t.values());for(let u=0;u<c.length;u++){let p=c[u],m=l.findIndex(f=>R(p,f,void 0,e,t,o,s));if(m===-1)return!1;l.splice(m,1)}return!0}case Qe:case nt:case ot:case rt:case at:case lt:case st:case ct:case it:case ut:case dt:case mt:{if(typeof Buffer<"u"&&Buffer.isBuffer(e)!==Buffer.isBuffer(t)||e.length!==t.length)return!1;for(let c=0;c<e.length;c++)if(!R(e[c],t[c],c,e,t,o,s))return!1;return!0}case Xe:return e.byteLength!==t.byteLength?!1:P(new Uint8Array(e),new Uint8Array(t),o,s);case tt:return e.byteLength!==t.byteLength||e.byteOffset!==t.byteOffset?!1:P(new Uint8Array(e),new Uint8Array(t),o,s);case et:return e.name===t.name&&e.message===t.message;case W:{if(!(P(e.constructor,t.constructor,o,s)||he(e)&&he(t)))return!1;let c=[...Object.keys(e),...Te(e)],l=[...Object.keys(t),...Te(t)];if(c.length!==l.length)return!1;for(let u=0;u<c.length;u++){let p=c[u],m=e[p];if(!Object.hasOwn(t,p))return!1;let f=t[p];if(!R(m,f,p,e,t,o,s))return!1}return!0}default:return!1}}finally{o.delete(e),o.delete(t)}}function pt(){}function ft(e,t){return It(e,t,pt)}var ve=(e,t,o)=>{let s={"status-value:pending":[],"status-value:success":[],"status-value:error":[],"status-value:warning":[],"status-value:unknown":[]};return(o?o.map(i=>e[i]).filter(Boolean):Object.values(e)).forEach(i=>{let r=i[t];r&&s[r.value].push(r.storyId)}),s},Ce=(e,t)=>{let o=se(f=>f[_]),[s,i]=ce(E),[r,a]=C(!1),d=te();L(()=>{let f=E.onStateChange((O,B)=>{ft(O.config,B.config)||(_e.settingsChanged(),a(!0),clearTimeout(d.current),d.current=setTimeout(()=>{a(!1)},1e3))});return()=>{f(),clearTimeout(d.current)}},[]);let c=ee(()=>t?e.findAllLeafStoryIds(t):void 0,[t,e]),l=H(f=>ve(f,j,c),[c]),u=G(l),p=H(f=>ve(f,$,c),[c]),m=G(p);return{storeState:s,setStoreState:i,testProviderState:o,componentTestStatusValueToStoryIds:u,a11yStatusValueToStoryIds:m,isSettingsUpdated:r}},ht=({timestamp:e})=>{let[t,o]=C(null);if(L(()=>{if(e){o(Date.now()-e);let d=setInterval(()=>o(Date.now()-e),1e4);return()=>clearInterval(d)}},[e]),t===null)return null;let s=Math.round(t/1e3);if(s<60)return"just now";let i=Math.floor(s/60);if(i<60)return i===1?"a minute ago":`${i} minutes ago`;let r=Math.floor(i/60);if(r<24)return r===1?"an hour ago":`${r} hours ago`;let a=Math.floor(r/24);return a===1?"yesterday":`${a} days ago`},Tt=I.div(({theme:e})=>({overflow:"hidden",whiteSpace:"nowrap",textOverflow:"ellipsis",fontSize:e.typography.size.s1,color:e.textMutedColor})),Et=I.span(({theme:e})=>({color:e.color.positiveText}));function St({entryId:e,storeState:t,testProviderState:o,isSettingsUpdated:s,...i}){let{setModalOpen:r}=n.useContext(z),{componentTestCount:a,totalTestCount:d,unhandledErrors:c,finishedAt:l}=t.currentRun,u=a.success+a.error,p="Not run";if(!e&&s)p=n.createElement(Et,null,"Settings updated");else if(o==="test-provider-state:running")p=(u??0)===0?"Starting...":`Testing... ${u}/${d}`;else if(!e&&o==="test-provider-state:crashed")p=r?n.createElement(K,{isButton:!0,onClick:()=>r(!0)},"View full error"):"Crashed";else if(!e&&c.length>0){let m=`View ${c.length} unhandled error${c?.length>1?"s":""}`;p=r?n.createElement(K,{isButton:!0,onClick:()=>r(!0)},m):m}else e&&d?p=`Ran ${d} ${d===1?"test":"tests"}`:l?p=n.createElement(n.Fragment,null,"Ran ",d," ",d===1?"test":"tests"," ",n.createElement(ht,{timestamp:l})):t.watching&&(p="Watching for file changes");return n.createElement(Tt,{...i},p)}var D=I.div(({percentage:e})=>({width:e?12:6,height:e?12:6,margin:e?1:4,background:e?`conic-gradient(var(--status-color) ${e}%, var(--status-background) ${e+1}%)`:"var(--status-color)",borderRadius:"50%"}),({isRunning:e,theme:t})=>e&&{animation:`${t.animation.glow} 1.5s ease-in-out infinite`},({status:e,theme:t})=>e==="positive"&&{"--status-color":t.color.positive,"--status-background":`${t.color.positive}66`},({status:e,theme:t})=>e==="warning"&&{"--status-color":t.color.gold,"--status-background":`${t.color.gold}66`},({status:e,theme:t})=>e==="negative"&&{"--status-color":t.color.negative,"--status-background":`${t.color.negative}66`},({status:e,theme:t})=>e==="critical"&&{"--status-color":t.color.defaultText,"--status-background":`${t.color.defaultText}66`},({status:e,theme:t})=>e==="unknown"&&{"--status-color":t.textMutedColor,"--status-background":`${t.textMutedColor}66`}),vt=I.div(({inContextMenu:e})=>({display:"flex",flexDirection:"column",paddingBottom:e?0:1})),bt=I.div({display:"flex",justifyContent:"space-between",padding:"8px 0",gap:12}),yt=I.div({display:"flex",flexDirection:"column",marginLeft:8,minWidth:0}),be=I.div(({crashed:e,theme:t})=>({fontSize:t.typography.size.s1,fontWeight:e?"bold":"normal",color:e?t.color.negativeText:t.color.defaultText})),_t=I.div({display:"flex",gap:4}),Ct=I(g)({padding:0}),At=I.span(({theme:e})=>({color:e.textMutedColor})),Ot=I(ue)({margin:4}),wt=I(pe)({width:10}),ye=({api:e,panelId:t,entryId:o})=>{let s=o?e.findAllLeafStoryIds(o)[0]:void 0;s&&e.selectStory(s),e.setSelectedPanel(t),e.togglePanel(!0)},Ae=({api:e,entry:t,testProviderState:o,storeState:s,setStoreState:i,componentTestStatusValueToStoryIds:r,a11yStatusValueToStoryIds:a,isSettingsUpdated:d,...c})=>{let{config:l,watching:u,cancelling:p,currentRun:m,fatalError:f}=s,O=m.componentTestCount.success+m.componentTestCount.error,B=w.experimental_getRegisteredAddons().includes(T),h=o==="test-provider-state:running",Oe=h&&O===0,[we,V]=f?["critical","Component tests crashed"]:r["status-value:error"].length>0?["negative","Component tests failed"]:h?["unknown","Testing in progress"]:r["status-value:success"].length>0?["positive","Component tests passed"]:["unknown","Run tests to see results"],[Re,Pe]=f?["critical","Component tests crashed"]:a["status-value:error"].length>0?["negative","Accessibility tests failed"]:a["status-value:warning"].length>0?["warning","Accessibility tests failed"]:h?["unknown","Testing in progress"]:a["status-value:success"].length>0?["positive","Accessibility tests passed"]:["unknown","Run tests to see accessibility results"];return n.createElement(vt,{...c,inContextMenu:!!t},n.createElement(bt,null,n.createElement(yt,null,t?n.createElement(be,{id:"testing-module-title"},"Run component tests"):n.createElement(be,{id:"testing-module-title",crashed:o==="test-provider-state:crashed"||f!==void 0||m.unhandledErrors.length>0},m.unhandledErrors.length===1?"Component tests completed with an error":m.unhandledErrors.length>1?"Component tests completed with errors":f?"Component tests didn\u2019t complete":"Run component tests"),n.createElement(St,{id:"testing-module-description",storeState:s,testProviderState:o,entryId:t?.id,isSettingsUpdated:d})),n.createElement(_t,null,!t&&n.createElement(de,{ariaLabel:h?"Watch mode (cannot toggle while running)":"Watch mode",tooltip:h?"Watch mode unavailable while running":`Watch mode is ${u?"enabled":"disabled"}`,padding:"small",size:"medium",variant:"ghost",pressed:u,onClick:()=>E.send({type:"TOGGLE_WATCHING",payload:{to:!u}}),disabled:h},n.createElement(me,null)),h?n.createElement(A,{ariaLabel:p?"Stop test run (already stopping...)":"Stop test run",padding:"none",size:"medium",variant:"ghost",onClick:()=>E.send({type:"CANCEL_RUN"}),disabled:p||Oe},n.createElement(Ot,{percentage:O&&s.currentRun.totalTestCount?O/s.currentRun.totalTestCount*100:void 0},n.createElement(wt,null))):n.createElement(A,{ariaLabel:"Start test run",padding:"small",size:"medium",variant:"ghost",onClick:()=>{let y;t&&(y=t.type==="story"?[t.id]:e.findAllLeafStoryIds(t.id)),E.send({type:"TRIGGER_RUN",payload:{storyIds:y,triggeredBy:t?.type??"global"}})}},n.createElement(Ie,null)))),n.createElement(Ct,null,n.createElement(g.Item,null,t?n.createElement(g.Text,null,"Interactions"):n.createElement(g.Action,{as:"label",readOnly:!0},n.createElement(g.Icon,null,n.createElement(N.Checkbox,{name:"Interactions",checked:!0,disabled:!0})),n.createElement(g.Text,null,"Interactions")),n.createElement(g.Button,{ariaLabel:`${V}${r["status-value:error"].length+r["status-value:warning"].length>0?` (${r["status-value:error"].length+r["status-value:warning"].length} errors or warnings so far)`:""}`,tooltip:V,disabled:r["status-value:error"].length===0&&r["status-value:warning"].length===0&&r["status-value:success"].length===0,onClick:()=>{ye({api:e,panelId:k,entryId:r["status-value:error"][0]??r["status-value:warning"][0]??r["status-value:success"][0]??t?.id})}},r["status-value:error"].length+r["status-value:warning"].length||null,n.createElement(D,{status:we,isRunning:h}))),!t&&n.createElement(g.Item,null,n.createElement(g.Action,{as:"label",readOnly:h,ariaLabel:!1},n.createElement(g.Icon,null,n.createElement(N.Checkbox,{name:"Coverage",checked:l.coverage,disabled:h,onChange:()=>i(y=>({...y,config:{...y.config,coverage:!l.coverage}}))})),n.createElement(g.Text,null,u?n.createElement(At,null,"Coverage (unavailable)"):"Coverage")),u||m.triggeredBy&&!J.includes(m.triggeredBy)?n.createElement(g.Button,{disabled:!0,ariaLabel:u?"Coverage unavailable in watch mode":"Coverage only available after running all tests"},n.createElement(ge,null)):m.coverageSummary?n.createElement(g.Button,{asChild:!0,ariaLabel:h?"Open coverage report (testing still in progress)":`Open coverage report (${m.coverageSummary.percentage}% coverage)`},n.createElement("a",{href:"/coverage/index.html",target:"_blank"},m.coverageSummary.percentage,"%",n.createElement(D,{isRunning:h,percentage:m.coverageSummary.percentage,status:m.coverageSummary.status}))):n.createElement(g.Button,{disabled:!0,ariaLabel:h?"Coverage unavailable, testing still in progress":f?"Coverage unavailable, component tests crashed":"Coverage unavailable, run tests first"},n.createElement(D,{isRunning:h,status:f?"critical":"unknown"}))),B&&n.createElement(g.Item,null,t?n.createElement(g.Text,null,"Accessibility"):n.createElement(g.Action,{as:"label",readOnly:h,ariaLabel:!1},n.createElement(g.Icon,null,n.createElement(N.Checkbox,{name:"Accessibility",checked:l.a11y,disabled:h,onChange:()=>i(y=>({...y,config:{...y.config,a11y:!l.a11y}}))})),n.createElement(g.Text,null,"Accessibility")),n.createElement(g.Button,{ariaLabel:Pe,disabled:a["status-value:error"].length===0&&a["status-value:warning"].length===0&&a["status-value:success"].length===0,onClick:()=>{ye({api:e,entryId:a["status-value:error"][0]??a["status-value:warning"][0]??a["status-value:success"][0]??t?.id,panelId:U})}},a["status-value:error"].length+a["status-value:warning"].length||null,n.createElement(D,{status:Re,isRunning:h})))))},Rt=({context:e,api:t})=>{let{testProviderState:o,componentTestStatusValueToStoryIds:s,a11yStatusValueToStoryIds:i,storeState:r,setStoreState:a}=Ce(t,e.id);return n.createElement(Ae,{api:t,entry:e,style:{minWidth:240},testProviderState:o,componentTestStatusValueToStoryIds:s,a11yStatusValueToStoryIds:i,storeState:r,setStoreState:a,isSettingsUpdated:!1})};w.register(_,e=>{if(globalThis.STORYBOOK_BUILDER===oe.VITE){let t=o=>{e.setSelectedPanel(o),e.togglePanel(!0)};Be.onSelect(()=>{t(k)}),ke.onSelect(()=>{t(U)}),_e.onRunAll(()=>{E.send({type:"TRIGGER_RUN",payload:{triggeredBy:"run-all"}})}),E.untilReady().then(()=>{E.setState(o=>({...o,indexUrl:new URL("index.json",window.location.href).toString()})),E.subscribe("TEST_RUN_COMPLETED",({payload:o})=>{e.emit(Z,{type:"test-run-completed",payload:o})})}),w.add(q,{type:ne.experimental_TEST_PROVIDER,render:()=>{let[o,s]=C(!1),{storeState:i,setStoreState:r,testProviderState:a,componentTestStatusValueToStoryIds:d,a11yStatusValueToStoryIds:c,isSettingsUpdated:l}=Ce(e);return n.createElement(z.Provider,{value:{isModalOpen:o,setModalOpen:s}},n.createElement(Ae,{api:e,storeState:i,setStoreState:r,isSettingsUpdated:l,testProviderState:a,componentTestStatusValueToStoryIds:d,a11yStatusValueToStoryIds:c}),n.createElement(Fe,{storeState:i,onRerun:()=>{s(!1),E.send({type:"TRIGGER_RUN",payload:{triggeredBy:"global"}})}}))},sidebarContextMenu:({context:o})=>o.type==="docs"||o.type==="story"&&!o.tags.includes(re.TEST)?null:n.createElement(Rt,{context:o,api:e})})}});})();
|
|
3
|
-
}catch(e){ console.error("[Storybook] One of your manager-entries failed: " + import.meta.url, e); }
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
|
|
2
|
-
<defs>
|
|
3
|
-
<mask id="active-mask">
|
|
4
|
-
<rect x="0" y="0" width="32" height="32" fill="#FFF" />
|
|
5
|
-
<path fill="#000" fill-rule="nonzero"
|
|
6
|
-
d="M25,15.3 C26.8630998,15.3 28.7261995,16.2284418 29.795607,18.0853254 L29.795607,18.0853254 L34.7484772,26.6853254 C35.2679728,27.5873604 35.5068948,28.5446245 35.509009,29.4780654 C35.5112408,30.4762222 35.243212,31.4466974 34.7610935,32.2926531 C34.2789749,33.1386087 33.5826171,33.8603071 32.7267084,34.3600412 C31.9262928,34.8273748 30.9864445,35.1 29.9528702,35.1 L29.9528702,35.1 L20.0471298,35.1 C19.0135555,35.1 18.0737072,34.8273748 17.2732916,34.3600412 C16.4173829,33.8603071 15.7210251,33.1386087 15.2389065,32.2926531 C14.756788,31.4466974 14.4887592,30.4762222 14.490991,29.4780654 C14.4931052,28.5446245 14.7320272,27.5873604 15.2515228,26.6853254 L15.2515228,26.6853254 L20.204393,18.0853254 C21.2738005,16.2284418 23.1369002,15.3 25,15.3 Z"
|
|
7
|
-
transform="rotate(90 25 25.2)" />
|
|
8
|
-
</mask>
|
|
9
|
-
<mask id="critical-mask">
|
|
10
|
-
<rect x="0" y="0" width="32" height="32" fill="#FFF" />
|
|
11
|
-
<path fill="#000" fill-rule="nonzero"
|
|
12
|
-
d="M23.9,14.6 C26.7442665,14.6 29.3192665,15.7528668 31.1831998,17.6168002 C33.0471332,19.4807335 34.2,22.0557335 34.2,24.9 C34.2,27.7442665 33.0471332,30.3192665 31.1831998,32.1831998 C29.3192665,34.0471332 26.7442665,35.2 23.9,35.2 C21.0557335,35.2 18.4807335,34.0471332 16.6168002,32.1831998 C14.7528668,30.3192665 13.6,27.7442665 13.6,24.9 C13.6,22.0557335 14.7528668,19.4807335 16.6168002,17.6168002 C18.4807335,15.7528668 21.0557335,14.6 23.9,14.6 Z" />
|
|
13
|
-
</mask>
|
|
14
|
-
<mask id="negative-mask">
|
|
15
|
-
<rect x="0" y="0" width="32" height="32" fill="#FFF" />
|
|
16
|
-
<path fill="#000" fill-rule="nonzero"
|
|
17
|
-
d="M28.2,14.8 C29.633165,14.8 31.06633,15.346734 32.159798,16.440202 C33.2414078,17.5218119 33.7880833,18.9357904 33.8,20.353376 C33.811544,21.7725108 33.2872104,23.1952877 32.2266806,24.2917914 L32.2266806,24.2917914 L31.7206,24.8006729 L32.159798,25.240202 C33.253266,26.33367 33.8,27.766835 33.8,29.2 C33.8,30.633165 33.253266,32.06633 32.159798,33.159798 C31.0781881,34.2414078 29.6642096,34.7880833 28.246624,34.8 C26.8274892,34.811544 25.4047123,34.2872104 24.3082086,33.2266806 L24.3082086,33.2266806 L23.7993271,32.7206 L23.359798,33.159798 C22.26633,34.253266 20.833165,34.8 19.4,34.8 C17.966835,34.8 16.53367,34.253266 15.440202,33.159798 C14.3585922,32.0781881 13.8119167,30.6642096 13.8,29.246624 C13.788456,27.8274892 14.3127896,26.4047123 15.3733194,25.3082086 L15.3733194,25.3082086 L15.8794,24.7993271 L15.440202,24.359798 C14.346734,23.26633 13.8,21.833165 13.8,20.4 C13.8,18.966835 14.346734,17.53367 15.440202,16.440202 C16.5218119,15.3585922 17.9357904,14.8119167 19.353376,14.8 C20.7725108,14.788456 22.1952877,15.3127896 23.2917914,16.3733194 L23.2917914,16.3733194 L23.8006729,16.8794 L24.240202,16.440202 C25.33367,15.346734 26.766835,14.8 28.2,14.8 Z" />
|
|
18
|
-
</mask>
|
|
19
|
-
<mask id="positive-mask">
|
|
20
|
-
<rect x="0" y="0" width="32" height="32" fill="#FFF" />
|
|
21
|
-
<path fill="#000" fill-rule="nonzero"
|
|
22
|
-
d="M29.7294207,16.9922805 C31.1625744,16.9866282 32.5979013,17.5276612 33.6957071,18.6167741 C34.7816077,19.6940761 35.3338993,21.1058704 35.351258,22.5233982 C35.3686336,23.9423122 34.8500808,25.3669976 33.7941627,26.4676563 L33.7941627,26.4676563 L27.1794488,33.1363075 C26.0960963,34.2283069 24.675298,34.7802389 23.2508341,34.7920857 C21.8249459,34.8039445 20.3953569,34.27469 19.296927,33.2041927 L19.296927,33.2041927 L15.7761737,29.656491 C14.6870608,28.5586851 14.1460279,27.1233582 14.1516801,25.6902046 C14.1574213,24.2570509 14.7098478,22.8260705 15.8076536,21.7369576 C16.7544861,20.7976225 17.9523748,20.2659173 19.1834383,20.1411672 C20.4372495,20.0141119 21.7255226,20.3088158 22.8178242,21.0249737 L22.8178242,21.0249737 L23.1781395,21.2667759 L25.7761737,18.648254 C26.8652867,17.5504481 28.2962671,16.9980217 29.7294207,16.9922805 Z" />
|
|
23
|
-
</mask>
|
|
24
|
-
<mask id="warning-mask">
|
|
25
|
-
<rect x="0" y="0" width="32" height="32" fill="#FFF" />
|
|
26
|
-
<path fill="#000" fill-rule="nonzero"
|
|
27
|
-
d="M23.8,14.8 C25.6808284,14.8 27.5616567,15.7284418 28.6412402,17.5853254 L28.6412402,17.5853254 L33.6412402,26.1853254 C34.1656792,27.0873604 34.4068747,28.0446245 34.409009,28.9780654 C34.4112621,29.9762222 34.1406828,30.9466974 33.6539766,31.7926531 C33.1672704,32.6386087 32.4642862,33.3603071 31.600233,33.8600412 C30.7922009,34.3273748 29.8434094,34.6 28.8,34.6 L28.8,34.6 L18.8,34.6 C17.7565906,34.6 16.8077991,34.3273748 15.999767,33.8600412 C15.1357138,33.3603071 14.4327296,32.6386087 13.9460234,31.7926531 C13.4593172,30.9466974 13.1887379,29.9762222 13.190991,28.9780654 C13.1931253,28.0446245 13.4343208,27.0873604 13.9587598,26.1853254 L13.9587598,26.1853254 L18.9587598,17.5853254 C20.0383433,15.7284418 21.9191716,14.8 23.8,14.8 Z" />
|
|
28
|
-
</mask>
|
|
29
|
-
|
|
30
|
-
<polygon id="active" fill="none" stroke="#029CFD" stroke-linejoin="round" stroke-width="2.8"
|
|
31
|
-
points="25 21 30 29.6 20 29.6" transform="rotate(90 25 25.3)" />
|
|
32
|
-
<circle id="critical" fill="none" cx="23.9" cy="24.9" r="4.7" stroke="#000" stroke-linejoin="round"
|
|
33
|
-
stroke-width="2.8" />
|
|
34
|
-
<path id="negative" fill="none" stroke="#F40" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.8"
|
|
35
|
-
d="M19.4,20.4 L28.2,29.2 M28.2,20.4 L19.4,29.2" />
|
|
36
|
-
<polyline id="positive" fill="none" stroke="#66BF3C" stroke-linecap="round" stroke-linejoin="round"
|
|
37
|
-
stroke-width="2.8" points="19.752 25.712 23.204 29.192 29.752 22.592" />
|
|
38
|
-
<polygon id="warning" fill="none" stroke="#FFAE00" stroke-linejoin="round" stroke-width="2.8"
|
|
39
|
-
points="23.8 20.4 28.8 29 18.8 29" />
|
|
40
|
-
</defs>
|
|
41
|
-
|
|
42
|
-
<g id="mask">
|
|
43
|
-
<use id="icon" />
|
|
44
|
-
</g>
|
|
45
|
-
<use id="status" />
|
|
46
|
-
</svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><g fill="none" fill-rule="evenodd"><path fill="#FF4785" fill-rule="nonzero" d="M3.19456517,29.5523576 L2.20116517,3.08035756 C2.16820317,2.206041 2.83853396,1.46497625 3.71176517,1.41035756 L26.2285652,0.00315756388 C26.6728415,-0.0246745074 27.1088544,0.132425741 27.4332785,0.437229126 C27.7577026,0.74203251 27.9415652,1.16741027 27.9415652,1.61255756 L27.9415652,30.4585576 C27.9415652,30.8987416 27.7615266,31.3197739 27.4433606,31.6239653 C27.1251947,31.9281568 26.6965078,32.0890657 26.2567652,32.0693576 L4.73376517,31.1027576 C3.89549138,31.0651477 3.22618762,30.3908861 3.19476517,29.5523576 L3.19456517,29.5523576 Z"/><path fill="#FFF" d="M24.4581652,0.113957564 L21.3591652,0.307557564 L21.2081652,3.94195756 C21.2043927,4.0349625 21.2546048,4.1217998 21.3370927,4.16492627 C21.4195807,4.20805273 21.5195442,4.19973049 21.5937652,4.14355756 L23.0057652,3.07275756 L24.1981652,4.01215756 C24.2717133,4.07021898 24.3722957,4.08025391 24.4558654,4.03786787 C24.539435,3.99548183 24.5907604,3.90840015 24.5873652,3.81475756 L24.4581652,0.113757564 L24.4581652,0.113957564 Z M22.0463652,12.2851576 C21.4791652,12.7257576 17.2533652,13.0265576 17.2533652,12.3991576 C17.3427652,10.0053576 16.2709652,9.90035756 15.6755652,9.90035756 C15.1099652,9.90035756 14.1575652,10.0713576 14.1575652,11.3537576 C14.1575652,12.6605576 15.5495652,13.3983576 17.1835652,14.2643576 C19.5049652,15.4943576 22.3143652,16.9831576 22.3143652,20.7295576 C22.3143652,24.3201576 19.3967652,26.3037576 15.6755652,26.3037576 C11.8353652,26.3037576 8.47936517,24.7499576 8.85836517,19.3633576 C9.00716517,18.7307576 13.8895652,18.8811576 13.8895652,19.3633576 C13.8299652,21.5861576 14.3359652,22.2399576 15.6161652,22.2399576 C16.5985652,22.2399576 17.0449652,21.6983576 17.0449652,20.7865576 C17.0449652,19.4065576 15.5945652,18.5919576 13.9259652,17.6551576 C11.6665652,16.3865576 9.00716517,14.8935576 9.00716517,11.4679576 C9.00716517,8.04835756 11.3591652,5.76855756 15.5565652,5.76855756 C19.7541652,5.76855756 22.0463652,8.01335756 22.0463652,12.2853576 L22.0463652,12.2851576 Z"/></g></svg>
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|