@pstdio/ui 0.15.0 → 0.16.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{MermaidComponent-DBJsTOmj.js → MermaidComponent-BCMQqPqu.js} +11 -11
- package/dist/{MermaidComponent-DBJsTOmj.js.map → MermaidComponent-BCMQqPqu.js.map} +1 -1
- package/dist/browser-storage-BinyFNJX.js +40 -0
- package/dist/browser-storage-BinyFNJX.js.map +1 -0
- package/dist/chat-ui.js +1188 -1147
- package/dist/chat-ui.js.map +1 -1
- package/dist/checkbox-D5AzFRlb.js +70 -0
- package/dist/checkbox-D5AzFRlb.js.map +1 -0
- package/dist/components/chat-ui/components/ai-conversation.d.ts +1 -1
- package/dist/components/chat-ui/components/ai-message.d.ts +1 -1
- package/dist/components/chat-ui/components/ai-response.d.ts +0 -1
- package/dist/components/chat-ui/components/attachment-list.d.ts +1 -1
- package/dist/components/chat-ui/components/auto-scroll.d.ts +27 -0
- package/dist/components/chat-ui/components/chat-message-animation.d.ts +22 -0
- package/dist/components/chat-ui/components/timeline.d.ts +0 -2
- package/dist/components/chat-ui/performance/chat-performance-fixtures.d.ts +0 -1
- package/dist/components/chat-ui/tool-rendering/build-timeline.d.ts +2 -12
- package/dist/components/chat-ui/tool-rendering/shared.d.ts +1 -1
- package/dist/components/chat-ui/tool-rendering/types.d.ts +1 -2
- package/dist/components/command-palette/index.d.ts +4 -0
- package/dist/components/data-renderer/data-renderer-board.d.ts +1 -1
- package/dist/components/data-renderer/data-renderer-card.d.ts +1 -1
- package/dist/components/data-renderer/data-renderer-list.d.ts +1 -1
- package/dist/components/data-renderer/data-renderer.d.ts +1 -1
- package/dist/components/data-renderer/index.d.ts +18 -0
- package/dist/components/data-renderer/types.d.ts +0 -6
- package/dist/components/diff-viewer/diff-card.d.ts +1 -0
- package/dist/components/diff-viewer/diff-drawer-scroll.d.ts +0 -19
- package/dist/components/diff-viewer/diff-drawer.d.ts +1 -0
- package/dist/components/diff-viewer/index.d.ts +2 -0
- package/dist/components/diff-viewer/use-selected-diff-scroll.d.ts +7 -3
- package/dist/components/internal/style-guide.d.ts +14 -0
- package/dist/components/internal/token-editor-controls.d.ts +8 -0
- package/dist/components/internal/token-editor-data.d.ts +40 -0
- package/dist/components/internal/token-editor-state.d.ts +22 -0
- package/dist/components/layout/index.d.ts +6 -0
- package/dist/components/list-row/list-row.types.d.ts +1 -1
- package/dist/components/overlays/index.d.ts +12 -0
- package/dist/components/{search-modal-content.d.ts → overlays/search-modal-content.d.ts} +1 -1
- package/dist/components/{searchable-menu.d.ts → overlays/searchable-menu.d.ts} +1 -1
- package/dist/components/param-editor/index.d.ts +23 -0
- package/dist/components/param-editor/inputs/action-input.d.ts +13 -0
- package/dist/components/param-editor/inputs/anchor-grid-input.d.ts +12 -0
- package/dist/components/param-editor/inputs/anchor-grid.d.ts +4 -0
- package/dist/components/param-editor/inputs/file-accept.d.ts +22 -0
- package/dist/components/param-editor/inputs/file-drop-input.d.ts +14 -0
- package/dist/components/param-editor/inputs/numeric-value.d.ts +6 -0
- package/dist/components/param-editor/inputs/range-input.d.ts +17 -0
- package/dist/components/param-editor/inputs/range-value.d.ts +5 -0
- package/dist/components/param-editor/inputs/resource-input-chips.d.ts +15 -0
- package/dist/components/param-editor/inputs/resource-input.d.ts +18 -0
- package/dist/components/param-editor/inputs/segmented-input.d.ts +14 -0
- package/dist/components/param-editor/inputs/slider-marks.d.ts +5 -0
- package/dist/components/param-editor/inputs/vector-input.d.ts +17 -0
- package/dist/components/param-editor/inputs/vector-value.d.ts +7 -0
- package/dist/components/param-editor/param-editor-control-item.d.ts +15 -0
- package/dist/components/param-editor/param-editor-control-list.d.ts +5 -0
- package/dist/components/param-editor/param-editor-field-label.d.ts +1 -0
- package/dist/components/param-editor/param-editor-field.d.ts +11 -0
- package/dist/components/param-editor/param-editor-inline-group.d.ts +5 -0
- package/dist/components/param-editor/param-editor-section.d.ts +16 -0
- package/dist/components/param-editor/param-editor.d.ts +2 -1
- package/dist/components/param-editor/param-editor.types.d.ts +101 -19
- package/dist/components/{breadcrumb.d.ts → primitives/breadcrumb.d.ts} +1 -1
- package/dist/components/primitives/index.d.ts +28 -0
- package/dist/components/{number-input.d.ts → primitives/number-input.d.ts} +0 -2
- package/dist/components/{session-indicator.d.ts → primitives/session-indicator.d.ts} +2 -1
- package/dist/components/{tooltip.d.ts → primitives/tooltip.d.ts} +0 -1
- package/dist/components/rich-text/prompt-input/commands.d.ts +0 -17
- package/dist/components/rich-text/prompt-input/events.d.ts +0 -13
- package/dist/components/rich-text/prompt-input/plugins/CommentPlugin/nodes/CommentNode/CommentNode.d.ts +1 -2
- package/dist/components/rich-text/prompt-input/plugins/ReferencePlugin/nodes/ReferenceNode/ReferenceNode.d.ts +1 -2
- package/dist/components/rich-text/prompt-input/utils.d.ts +1 -2
- package/dist/components/rich-text/shared/plugins/MermaidPlugin/MermaidNode.d.ts +0 -1
- package/dist/components/rich-text/utils/inferResourceType.d.ts +1 -1
- package/dist/components/sidebar/sidebar.types.d.ts +1 -1
- package/dist/components/tab-strip/tab-visibility-filter.d.ts +1 -1
- package/dist/components/tag-editor/tag-editor-row.d.ts +1 -1
- package/dist/components/tag-editor/tag-editor.types.d.ts +1 -1
- package/dist/components/terminal/bind-session.d.ts +33 -0
- package/dist/components/terminal/index.d.ts +6 -0
- package/dist/components/terminal/scripted-bridge.d.ts +35 -0
- package/dist/components/terminal/terminal-contract.d.ts +22 -0
- package/dist/components/terminal/terminal-theme.d.ts +12 -0
- package/dist/components/terminal/terminal.d.ts +45 -0
- package/dist/components/terminal/types.d.ts +35 -0
- package/dist/components/terminal/use-terminal-session.d.ts +21 -0
- package/dist/components/tree-list/tree-list-order-filter.d.ts +1 -2
- package/dist/components/tree-list/tree-list-visibility-filter.d.ts +1 -1
- package/dist/components/tree-list/tree-list.d.ts +1 -1
- package/dist/data-renderer.js +1669 -0
- package/dist/data-renderer.js.map +1 -0
- package/dist/diff-editor-BnfV8cYB.js +182 -0
- package/dist/diff-editor-BnfV8cYB.js.map +1 -0
- package/dist/diff.js +1313 -0
- package/dist/diff.js.map +1 -0
- package/dist/empty-state-Bo4HVrgr.js +34 -0
- package/dist/empty-state-Bo4HVrgr.js.map +1 -0
- package/dist/foundations/gallery/gallery-frame.d.ts +21 -0
- package/dist/foundations/gallery/sections/badges-section.d.ts +1 -0
- package/dist/foundations/gallery/sections/buttons-section.d.ts +1 -0
- package/dist/foundations/gallery/sections/composite-chat-section.d.ts +1 -0
- package/dist/foundations/gallery/sections/composites-section.d.ts +1 -0
- package/dist/foundations/gallery/sections/feedback-section.d.ts +1 -0
- package/dist/foundations/gallery/sections/input-authoring-card.d.ts +1 -0
- package/dist/foundations/gallery/sections/inputs-section.d.ts +1 -0
- package/dist/foundations/gallery/sections/layout-section.d.ts +1 -0
- package/dist/foundations/gallery/sections/navigation-identity-section.d.ts +1 -0
- package/dist/foundations/gallery/sections/overlays-section.d.ts +1 -0
- package/dist/foundations/gallery/sections/panels-section.d.ts +1 -0
- package/dist/foundations/gallery/sections/param-editor-composite-card.d.ts +1 -0
- package/dist/foundations/gallery/sections/settings-composite-cards.d.ts +1 -0
- package/dist/index.d.ts +11 -84
- package/dist/index.js +3570 -7569
- package/dist/index.js.map +1 -1
- package/dist/list-row-mi3Hn-Um.js +740 -0
- package/dist/list-row-mi3Hn-Um.js.map +1 -0
- package/dist/mermaid-renderer-DZo3qj6D.js +425 -0
- package/dist/mermaid-renderer-DZo3qj6D.js.map +1 -0
- package/dist/mermaid.js +5 -0
- package/dist/mermaid.js.map +1 -0
- package/dist/radio-cLMEBBZk.js +76 -0
- package/dist/radio-cLMEBBZk.js.map +1 -0
- package/dist/resource-badge-qCWHP-wQ.js +99 -0
- package/dist/resource-badge-qCWHP-wQ.js.map +1 -0
- package/dist/{rich-message-DNSEhxXh.js → rich-message-DBf_5YlW.js} +462 -481
- package/dist/rich-message-DBf_5YlW.js.map +1 -0
- package/dist/rich-text.js +300 -299
- package/dist/rich-text.js.map +1 -1
- package/dist/scroll-area-BMbg1WcD.js +91 -0
- package/dist/scroll-area-BMbg1WcD.js.map +1 -0
- package/dist/style.css +1 -1
- package/dist/terminal.js +339 -0
- package/dist/terminal.js.map +1 -0
- package/dist/theme/global.d.ts +3 -0
- package/dist/theme/recipes/badge.d.ts +50 -0
- package/dist/theme/recipes/button.d.ts +24 -19
- package/dist/theme/recipes/color-picker.d.ts +1 -0
- package/dist/theme/recipes/dialog.d.ts +1 -1
- package/dist/theme/recipes/drawer.d.ts +1 -1
- package/dist/theme/recipes/input.d.ts +55 -0
- package/dist/theme/recipes/number-input.d.ts +98 -0
- package/dist/theme/recipes/tabs.d.ts +49 -28
- package/dist/theme/recipes/textarea.d.ts +62 -1
- package/dist/theme/recipes/timeline.d.ts +74 -0
- package/dist/theme/tokens/borders.d.ts +0 -3
- package/dist/theme/tokens/colors.d.ts +100 -70
- package/dist/{theme-25P7ij4C.js → theme-CJBYBJaA.js} +1194 -315
- package/dist/theme-CJBYBJaA.js.map +1 -0
- package/dist/theme-preference-DOzHx64J.js +123 -0
- package/dist/theme-preference-DOzHx64J.js.map +1 -0
- package/dist/theme.js +1 -1
- package/dist/tree-list-CcuZMLS5.js +930 -0
- package/dist/tree-list-CcuZMLS5.js.map +1 -0
- package/dist/workspace-badge-Fuo-1zPj.js +314 -0
- package/dist/workspace-badge-Fuo-1zPj.js.map +1 -0
- package/package.json +23 -3
- package/dist/components/file-tree-helpers.d.ts +0 -8
- package/dist/components/open-source-notices-screen.d.ts +0 -20
- package/dist/components/param-editor/input-group.d.ts +0 -10
- package/dist/components/rich-text/shared/plugins/MermaidPlugin/index.d.ts +0 -1
- package/dist/components/rich-text/shared/plugins/TableActionMenuPlugin/TableActionMenuPlugin.d.ts +0 -5
- package/dist/components/rich-text/shared/plugins/TableCellResizerPlugin/TableCellResizerPlugin.d.ts +0 -2
- package/dist/components/rich-text/theme/report-theme.d.ts +0 -3
- package/dist/components/style-guide-data.d.ts +0 -40
- package/dist/components/style-guide.d.ts +0 -1
- package/dist/mermaid-renderer-CPGj6vsb.js +0 -570
- package/dist/mermaid-renderer-CPGj6vsb.js.map +0 -1
- package/dist/radio-DJtQY9po.js +0 -286
- package/dist/radio-DJtQY9po.js.map +0 -1
- package/dist/resource-badge-CeJTOn8F.js +0 -188
- package/dist/resource-badge-CeJTOn8F.js.map +0 -1
- package/dist/rich-message-DNSEhxXh.js.map +0 -1
- package/dist/theme-25P7ij4C.js.map +0 -1
- package/dist/utils/formats.d.ts +0 -7
- /package/dist/components/{palette-filter.d.ts → command-palette/palette-filter.d.ts} +0 -0
- /package/dist/components/{palette-list.d.ts → command-palette/palette-list.d.ts} +0 -0
- /package/dist/components/{palette-shortcut.d.ts → command-palette/palette-shortcut.d.ts} +0 -0
- /package/dist/components/{palette.d.ts → command-palette/palette.d.ts} +0 -0
- /package/dist/components/{code-editor.d.ts → diff-viewer/code-editor.d.ts} +0 -0
- /package/dist/components/{column-file-browser.d.ts → file-browser/column-file-browser.d.ts} +0 -0
- /package/dist/components/{performance-panel.d.ts → internal/performance-panel.d.ts} +0 -0
- /package/dist/components/{header.d.ts → layout/header.d.ts} +0 -0
- /package/dist/components/{horizontal-menu-stack.d.ts → layout/horizontal-menu-stack.d.ts} +0 -0
- /package/dist/components/{item-section.d.ts → layout/item-section.d.ts} +0 -0
- /package/dist/components/{panel-header.constants.d.ts → layout/panel-header.constants.d.ts} +0 -0
- /package/dist/components/{resizable-split-layout.d.ts → layout/resizable-split-layout.d.ts} +0 -0
- /package/dist/components/{resizable-split-layout.handle.d.ts → layout/resizable-split-layout.handle.d.ts} +0 -0
- /package/dist/components/{attached-panel.d.ts → overlays/attached-panel.d.ts} +0 -0
- /package/dist/components/{bubble-button.d.ts → overlays/bubble-button.d.ts} +0 -0
- /package/dist/components/{bubble-panel.d.ts → overlays/bubble-panel.d.ts} +0 -0
- /package/dist/components/{delete-confirmation-modal.d.ts → overlays/delete-confirmation-modal.d.ts} +0 -0
- /package/dist/components/{repo-picker-dialog.d.ts → overlays/repo-picker-dialog.d.ts} +0 -0
- /package/dist/components/{resource-context-menu.d.ts → overlays/resource-context-menu.d.ts} +0 -0
- /package/dist/components/param-editor/{color-input.d.ts → inputs/color-input.d.ts} +0 -0
- /package/dist/components/param-editor/{date-input.d.ts → inputs/date-input.d.ts} +0 -0
- /package/dist/components/param-editor/{horizontal-text-input.d.ts → inputs/horizontal-text-input.d.ts} +0 -0
- /package/dist/components/param-editor/{number-input.d.ts → inputs/number-input.d.ts} +0 -0
- /package/dist/components/param-editor/{selection-input.d.ts → inputs/selection-input.d.ts} +0 -0
- /package/dist/components/param-editor/{text-input.d.ts → inputs/text-input.d.ts} +0 -0
- /package/dist/components/{alert.d.ts → primitives/alert.d.ts} +0 -0
- /package/dist/components/{checkbox.d.ts → primitives/checkbox.d.ts} +0 -0
- /package/dist/components/{content-placeholder.d.ts → primitives/content-placeholder.d.ts} +0 -0
- /package/dist/components/{empty-state.d.ts → primitives/empty-state.d.ts} +0 -0
- /package/dist/components/{error-boundary.d.ts → primitives/error-boundary.d.ts} +0 -0
- /package/dist/components/{icon-color-picker.d.ts → primitives/icon-color-picker.d.ts} +0 -0
- /package/dist/components/{info-card.d.ts → primitives/info-card.d.ts} +0 -0
- /package/dist/components/{integration-card.d.ts → primitives/integration-card.d.ts} +0 -0
- /package/dist/components/{radio.d.ts → primitives/radio.d.ts} +0 -0
- /package/dist/components/{resource-badge.d.ts → primitives/resource-badge.d.ts} +0 -0
- /package/dist/components/{scroll-area.d.ts → primitives/scroll-area.d.ts} +0 -0
- /package/dist/components/{simple-card.d.ts → primitives/simple-card.d.ts} +0 -0
- /package/dist/components/{slider.d.ts → primitives/slider.d.ts} +0 -0
- /package/dist/components/{switch.d.ts → primitives/switch.d.ts} +0 -0
- /package/dist/components/{toaster.d.ts → primitives/toaster.d.ts} +0 -0
- /package/dist/components/{workspace-badge.d.ts → primitives/workspace-badge.d.ts} +0 -0
|
@@ -23,6 +23,18 @@ export declare const fg: {
|
|
|
23
23
|
_dark: string;
|
|
24
24
|
};
|
|
25
25
|
};
|
|
26
|
+
info: {
|
|
27
|
+
value: {
|
|
28
|
+
_light: string;
|
|
29
|
+
_dark: string;
|
|
30
|
+
};
|
|
31
|
+
};
|
|
32
|
+
warning: {
|
|
33
|
+
value: {
|
|
34
|
+
_light: string;
|
|
35
|
+
_dark: string;
|
|
36
|
+
};
|
|
37
|
+
};
|
|
26
38
|
success: {
|
|
27
39
|
value: {
|
|
28
40
|
_light: string;
|
|
@@ -114,6 +126,18 @@ export declare const bg: {
|
|
|
114
126
|
_dark: string;
|
|
115
127
|
};
|
|
116
128
|
};
|
|
129
|
+
info: {
|
|
130
|
+
value: {
|
|
131
|
+
_light: string;
|
|
132
|
+
_dark: string;
|
|
133
|
+
};
|
|
134
|
+
};
|
|
135
|
+
warning: {
|
|
136
|
+
value: {
|
|
137
|
+
_light: string;
|
|
138
|
+
_dark: string;
|
|
139
|
+
};
|
|
140
|
+
};
|
|
117
141
|
success: {
|
|
118
142
|
value: {
|
|
119
143
|
_light: string;
|
|
@@ -192,22 +216,13 @@ export declare const bg: {
|
|
|
192
216
|
value: string;
|
|
193
217
|
};
|
|
194
218
|
hover: {
|
|
195
|
-
value:
|
|
196
|
-
_light: string;
|
|
197
|
-
_dark: string;
|
|
198
|
-
};
|
|
219
|
+
value: string;
|
|
199
220
|
};
|
|
200
221
|
focus: {
|
|
201
|
-
value:
|
|
202
|
-
_light: string;
|
|
203
|
-
_dark: string;
|
|
204
|
-
};
|
|
222
|
+
value: string;
|
|
205
223
|
};
|
|
206
224
|
selected: {
|
|
207
|
-
value:
|
|
208
|
-
_light: string;
|
|
209
|
-
_dark: string;
|
|
210
|
-
};
|
|
225
|
+
value: string;
|
|
211
226
|
};
|
|
212
227
|
};
|
|
213
228
|
display: {
|
|
@@ -335,24 +350,6 @@ export declare const bg: {
|
|
|
335
350
|
_dark: string;
|
|
336
351
|
};
|
|
337
352
|
};
|
|
338
|
-
"yellow-light": {
|
|
339
|
-
value: {
|
|
340
|
-
_light: string;
|
|
341
|
-
_dark: string;
|
|
342
|
-
};
|
|
343
|
-
};
|
|
344
|
-
"yellow-medium": {
|
|
345
|
-
value: {
|
|
346
|
-
_light: string;
|
|
347
|
-
_dark: string;
|
|
348
|
-
};
|
|
349
|
-
};
|
|
350
|
-
"yellow-dark": {
|
|
351
|
-
value: {
|
|
352
|
-
_light: string;
|
|
353
|
-
_dark: string;
|
|
354
|
-
};
|
|
355
|
-
};
|
|
356
353
|
"sand-light": {
|
|
357
354
|
value: {
|
|
358
355
|
_light: string;
|
|
@@ -368,31 +365,49 @@ export declare const border: {
|
|
|
368
365
|
_dark: string;
|
|
369
366
|
};
|
|
370
367
|
};
|
|
371
|
-
|
|
368
|
+
subtle: {
|
|
372
369
|
value: {
|
|
373
370
|
_light: string;
|
|
374
371
|
_dark: string;
|
|
375
372
|
};
|
|
376
373
|
};
|
|
377
|
-
|
|
374
|
+
inverted: {
|
|
378
375
|
value: {
|
|
379
376
|
_light: string;
|
|
380
377
|
_dark: string;
|
|
381
378
|
};
|
|
382
379
|
};
|
|
383
|
-
|
|
380
|
+
"accent-light": {
|
|
384
381
|
value: {
|
|
385
382
|
_light: string;
|
|
386
383
|
_dark: string;
|
|
387
384
|
};
|
|
388
385
|
};
|
|
389
|
-
|
|
386
|
+
accent: {
|
|
390
387
|
value: {
|
|
391
388
|
_light: string;
|
|
392
389
|
_dark: string;
|
|
393
390
|
};
|
|
394
391
|
};
|
|
395
|
-
|
|
392
|
+
info: {
|
|
393
|
+
value: {
|
|
394
|
+
_light: string;
|
|
395
|
+
_dark: string;
|
|
396
|
+
};
|
|
397
|
+
};
|
|
398
|
+
warning: {
|
|
399
|
+
value: {
|
|
400
|
+
_light: string;
|
|
401
|
+
_dark: string;
|
|
402
|
+
};
|
|
403
|
+
};
|
|
404
|
+
success: {
|
|
405
|
+
value: {
|
|
406
|
+
_light: string;
|
|
407
|
+
_dark: string;
|
|
408
|
+
};
|
|
409
|
+
};
|
|
410
|
+
error: {
|
|
396
411
|
value: {
|
|
397
412
|
_light: string;
|
|
398
413
|
_dark: string;
|
|
@@ -660,6 +675,18 @@ export declare const semanticColors: {
|
|
|
660
675
|
_dark: string;
|
|
661
676
|
};
|
|
662
677
|
};
|
|
678
|
+
info: {
|
|
679
|
+
value: {
|
|
680
|
+
_light: string;
|
|
681
|
+
_dark: string;
|
|
682
|
+
};
|
|
683
|
+
};
|
|
684
|
+
warning: {
|
|
685
|
+
value: {
|
|
686
|
+
_light: string;
|
|
687
|
+
_dark: string;
|
|
688
|
+
};
|
|
689
|
+
};
|
|
663
690
|
success: {
|
|
664
691
|
value: {
|
|
665
692
|
_light: string;
|
|
@@ -751,6 +778,18 @@ export declare const semanticColors: {
|
|
|
751
778
|
_dark: string;
|
|
752
779
|
};
|
|
753
780
|
};
|
|
781
|
+
info: {
|
|
782
|
+
value: {
|
|
783
|
+
_light: string;
|
|
784
|
+
_dark: string;
|
|
785
|
+
};
|
|
786
|
+
};
|
|
787
|
+
warning: {
|
|
788
|
+
value: {
|
|
789
|
+
_light: string;
|
|
790
|
+
_dark: string;
|
|
791
|
+
};
|
|
792
|
+
};
|
|
754
793
|
success: {
|
|
755
794
|
value: {
|
|
756
795
|
_light: string;
|
|
@@ -829,22 +868,13 @@ export declare const semanticColors: {
|
|
|
829
868
|
value: string;
|
|
830
869
|
};
|
|
831
870
|
hover: {
|
|
832
|
-
value:
|
|
833
|
-
_light: string;
|
|
834
|
-
_dark: string;
|
|
835
|
-
};
|
|
871
|
+
value: string;
|
|
836
872
|
};
|
|
837
873
|
focus: {
|
|
838
|
-
value:
|
|
839
|
-
_light: string;
|
|
840
|
-
_dark: string;
|
|
841
|
-
};
|
|
874
|
+
value: string;
|
|
842
875
|
};
|
|
843
876
|
selected: {
|
|
844
|
-
value:
|
|
845
|
-
_light: string;
|
|
846
|
-
_dark: string;
|
|
847
|
-
};
|
|
877
|
+
value: string;
|
|
848
878
|
};
|
|
849
879
|
};
|
|
850
880
|
display: {
|
|
@@ -972,24 +1002,6 @@ export declare const semanticColors: {
|
|
|
972
1002
|
_dark: string;
|
|
973
1003
|
};
|
|
974
1004
|
};
|
|
975
|
-
"yellow-light": {
|
|
976
|
-
value: {
|
|
977
|
-
_light: string;
|
|
978
|
-
_dark: string;
|
|
979
|
-
};
|
|
980
|
-
};
|
|
981
|
-
"yellow-medium": {
|
|
982
|
-
value: {
|
|
983
|
-
_light: string;
|
|
984
|
-
_dark: string;
|
|
985
|
-
};
|
|
986
|
-
};
|
|
987
|
-
"yellow-dark": {
|
|
988
|
-
value: {
|
|
989
|
-
_light: string;
|
|
990
|
-
_dark: string;
|
|
991
|
-
};
|
|
992
|
-
};
|
|
993
1005
|
"sand-light": {
|
|
994
1006
|
value: {
|
|
995
1007
|
_light: string;
|
|
@@ -1005,31 +1017,49 @@ export declare const semanticColors: {
|
|
|
1005
1017
|
_dark: string;
|
|
1006
1018
|
};
|
|
1007
1019
|
};
|
|
1008
|
-
|
|
1020
|
+
subtle: {
|
|
1009
1021
|
value: {
|
|
1010
1022
|
_light: string;
|
|
1011
1023
|
_dark: string;
|
|
1012
1024
|
};
|
|
1013
1025
|
};
|
|
1014
|
-
|
|
1026
|
+
inverted: {
|
|
1015
1027
|
value: {
|
|
1016
1028
|
_light: string;
|
|
1017
1029
|
_dark: string;
|
|
1018
1030
|
};
|
|
1019
1031
|
};
|
|
1020
|
-
|
|
1032
|
+
"accent-light": {
|
|
1021
1033
|
value: {
|
|
1022
1034
|
_light: string;
|
|
1023
1035
|
_dark: string;
|
|
1024
1036
|
};
|
|
1025
1037
|
};
|
|
1026
|
-
|
|
1038
|
+
accent: {
|
|
1027
1039
|
value: {
|
|
1028
1040
|
_light: string;
|
|
1029
1041
|
_dark: string;
|
|
1030
1042
|
};
|
|
1031
1043
|
};
|
|
1032
|
-
|
|
1044
|
+
info: {
|
|
1045
|
+
value: {
|
|
1046
|
+
_light: string;
|
|
1047
|
+
_dark: string;
|
|
1048
|
+
};
|
|
1049
|
+
};
|
|
1050
|
+
warning: {
|
|
1051
|
+
value: {
|
|
1052
|
+
_light: string;
|
|
1053
|
+
_dark: string;
|
|
1054
|
+
};
|
|
1055
|
+
};
|
|
1056
|
+
success: {
|
|
1057
|
+
value: {
|
|
1058
|
+
_light: string;
|
|
1059
|
+
_dark: string;
|
|
1060
|
+
};
|
|
1061
|
+
};
|
|
1062
|
+
error: {
|
|
1033
1063
|
value: {
|
|
1034
1064
|
_light: string;
|
|
1035
1065
|
_dark: string;
|