@pstdio/ui 0.16.0 → 0.18.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-BCMQqPqu.js → MermaidComponent-BPiVFNYK.js} +2 -2
- package/dist/{MermaidComponent-BCMQqPqu.js.map → MermaidComponent-BPiVFNYK.js.map} +1 -1
- package/dist/chat-ui.js +1618 -1102
- package/dist/chat-ui.js.map +1 -1
- package/dist/{checkbox-D5AzFRlb.js → checkbox-B2zYVemL.js} +28 -28
- package/dist/checkbox-B2zYVemL.js.map +1 -0
- package/dist/components/chat-ui/components/chat-input-actions.d.ts +1 -0
- package/dist/components/chat-ui/components/chat-input.d.ts +8 -2
- package/dist/components/chat-ui/components/chat-panel.d.ts +11 -5
- package/dist/components/chat-ui/components/composer-constants.d.ts +1 -0
- package/dist/components/chat-ui/components/conversation-browse.d.ts +22 -0
- package/dist/components/chat-ui/components/message-types.d.ts +14 -0
- package/dist/components/chat-ui/components/queued-follow-up-list-state.d.ts +4 -0
- package/dist/components/chat-ui/components/queued-follow-up-list.d.ts +11 -0
- package/dist/components/chat-ui/components/timeline.d.ts +5 -0
- package/dist/components/chat-ui/components/working-indicator.d.ts +9 -0
- package/dist/components/chat-ui/components/workspace-hub.d.ts +8 -1
- package/dist/components/chat-ui/index.d.ts +4 -2
- package/dist/components/chat-ui/tool-rendering/build-timeline.d.ts +2 -2
- package/dist/components/chat-ui/tool-rendering/question-prompt.d.ts +9 -0
- package/dist/components/data-table/build-columns.d.ts +13 -2
- package/dist/components/data-table/categorical-color-cell.d.ts +8 -0
- package/dist/components/data-table/color-cell-style.d.ts +13 -0
- package/dist/components/data-table/color-scale-cell.d.ts +7 -0
- package/dist/components/data-table/data-table-column-menu.d.ts +15 -0
- package/dist/components/data-table/data-table-header.d.ts +10 -0
- package/dist/components/data-table/data-table-stat-chart.d.ts +21 -0
- package/dist/components/data-table/data-table-state.d.ts +27 -0
- package/dist/components/data-table/data-table-stats-row.d.ts +11 -0
- package/dist/components/data-table/data-table-stats.d.ts +19 -0
- package/dist/components/data-table/data-table-table-parts.d.ts +21 -0
- package/dist/components/data-table/data-table.story-descriptions.d.ts +6 -0
- package/dist/components/data-table/data-table.story-fixtures.d.ts +6 -0
- package/dist/components/data-table/editable-cells-story.d.ts +9 -0
- package/dist/components/data-table/friendly-json-display.d.ts +31 -0
- package/dist/components/data-table/index.d.ts +3 -1
- package/dist/components/data-table/json-cell.d.ts +6 -0
- package/dist/components/data-table/pagination-footer.d.ts +4 -1
- package/dist/components/data-table/selection-toolbar.d.ts +3 -1
- package/dist/components/data-table/types.d.ts +72 -0
- package/dist/components/diff-viewer/code-editor.d.ts +2 -0
- package/dist/components/diff-viewer/index.d.ts +1 -1
- package/dist/components/diff-viewer/monaco-browser.d.ts +1 -0
- package/dist/components/{data-renderer → kanban-renderer}/display-menu.d.ts +4 -4
- package/dist/components/{data-renderer → kanban-renderer}/filter-menu.d.ts +3 -3
- package/dist/components/kanban-renderer/index.d.ts +19 -0
- package/dist/components/kanban-renderer/kanban-renderer-attribute-badge.d.ts +7 -0
- package/dist/components/{data-renderer/data-renderer-board-column-header.d.ts → kanban-renderer/kanban-renderer-board-column-header.d.ts} +2 -2
- package/dist/components/{data-renderer/data-renderer-board-group-section.d.ts → kanban-renderer/kanban-renderer-board-group-section.d.ts} +2 -2
- package/dist/components/{data-renderer/data-renderer-board-move.d.ts → kanban-renderer/kanban-renderer-board-move.d.ts} +3 -3
- package/dist/components/{data-renderer/data-renderer-board.d.ts → kanban-renderer/kanban-renderer-board.d.ts} +15 -14
- package/dist/components/{data-renderer/data-renderer-card.d.ts → kanban-renderer/kanban-renderer-card.d.ts} +4 -3
- package/dist/components/{data-renderer/data-renderer-content.d.ts → kanban-renderer/kanban-renderer-content.d.ts} +8 -8
- package/dist/components/kanban-renderer/kanban-renderer-create-dialog.d.ts +12 -0
- package/dist/components/kanban-renderer/kanban-renderer-create-field.d.ts +10 -0
- package/dist/components/kanban-renderer/kanban-renderer-grouping.d.ts +23 -0
- package/dist/components/{data-renderer/data-renderer-helpers.d.ts → kanban-renderer/kanban-renderer-helpers.d.ts} +15 -15
- package/dist/components/kanban-renderer/kanban-renderer-list-items.d.ts +25 -0
- package/dist/components/kanban-renderer/kanban-renderer-list.d.ts +43 -0
- package/dist/components/{data-renderer/data-renderer-story-fixtures.d.ts → kanban-renderer/kanban-renderer-story-fixtures.d.ts} +3 -2
- package/dist/components/kanban-renderer/kanban-renderer-toolbar.d.ts +15 -0
- package/dist/components/kanban-renderer/kanban-renderer-view-bar.d.ts +14 -0
- package/dist/components/kanban-renderer/kanban-renderer-views.d.ts +12 -0
- package/dist/components/{data-renderer/data-renderer.d.ts → kanban-renderer/kanban-renderer.d.ts} +11 -8
- package/dist/components/{data-renderer → kanban-renderer}/types.d.ts +51 -8
- package/dist/components/kanban-renderer/use-kanban-renderer-store.d.ts +78 -0
- package/dist/components/layout/index.d.ts +1 -0
- package/dist/components/layout/panel-header.constants.d.ts +2 -0
- package/dist/components/layout/resizable-split-layout.d.ts +3 -2
- package/dist/components/layout/resizable-split-layout.geometry.d.ts +56 -0
- package/dist/components/layout/resizable-split-layout.handle.d.ts +6 -2
- package/dist/components/layout/resizable-split-layout.panels.d.ts +25 -0
- package/dist/components/list-row/list-row-actions.d.ts +1 -0
- package/dist/components/list-row/list-row-content.d.ts +7 -0
- package/dist/components/list-row/list-row.types.d.ts +4 -1
- package/dist/components/overlays/attached-menu.d.ts +6 -0
- package/dist/components/overlays/attachment-chip.d.ts +13 -0
- package/dist/components/overlays/index.d.ts +6 -2
- package/dist/components/overlays/resource-context-menu.d.ts +13 -1
- package/dist/components/overlays/searchable-menu-input.d.ts +9 -0
- package/dist/components/param-editor/index.d.ts +6 -2
- package/dist/components/param-editor/inputs/action-input.d.ts +1 -0
- package/dist/components/param-editor/inputs/boolean-input.d.ts +13 -0
- package/dist/components/param-editor/inputs/color-input.d.ts +1 -0
- package/dist/components/param-editor/inputs/date-input.d.ts +1 -0
- package/dist/components/param-editor/inputs/file-upload-input.d.ts +15 -0
- package/dist/components/param-editor/inputs/file-upload-value.d.ts +7 -0
- package/dist/components/param-editor/inputs/horizontal-text-input.d.ts +1 -0
- package/dist/components/param-editor/inputs/markdown-input.d.ts +13 -0
- package/dist/components/param-editor/inputs/number-input.d.ts +1 -0
- package/dist/components/param-editor/inputs/range-input.d.ts +1 -0
- package/dist/components/param-editor/inputs/resource-input.d.ts +2 -0
- package/dist/components/param-editor/inputs/segmented-input.d.ts +1 -0
- package/dist/components/param-editor/inputs/selection-input.d.ts +7 -6
- package/dist/components/param-editor/inputs/selection-menu.d.ts +33 -0
- package/dist/components/param-editor/inputs/text-input.d.ts +1 -0
- package/dist/components/param-editor/param-editor-advanced-field.d.ts +14 -0
- package/dist/components/param-editor/param-editor-control-fixtures.d.ts +24 -0
- package/dist/components/param-editor/param-editor-field.d.ts +2 -0
- package/dist/components/param-editor/param-editor-horizontal.d.ts +3 -2
- package/dist/components/param-editor/param-editor-label.d.ts +1 -0
- package/dist/components/param-editor/param-editor-presentation.d.ts +3 -0
- package/dist/components/param-editor/param-editor-read-only-field.d.ts +9 -0
- package/dist/components/param-editor/param-editor-section.d.ts +1 -0
- package/dist/components/param-editor/param-editor.d.ts +1 -0
- package/dist/components/param-editor/param-editor.types.d.ts +59 -18
- package/dist/components/param-editor/resolve-param-value.d.ts +2 -0
- package/dist/components/primitives/chip.d.ts +4 -0
- package/dist/components/primitives/index.d.ts +2 -0
- package/dist/components/primitives/resource-badge.d.ts +12 -10
- package/dist/components/rich-text/index.d.ts +1 -0
- package/dist/components/rich-text/lazy-markdown-editor.d.ts +2 -0
- package/dist/components/rich-text/prompt-input/plugins/ReferenceMenuPlugin/ReferenceMenuPlugin.d.ts +2 -1
- package/dist/components/rich-text/prompt-input/plugins/ReferenceMenuPlugin/hooks/useContextLookup.d.ts +2 -1
- package/dist/components/rich-text/prompt-input/plugins/ReferencePlugin/ReferencePlugin.d.ts +2 -1
- package/dist/components/rich-text/prompt-input/prompt-input.d.ts +3 -2
- package/dist/components/rich-text/types.d.ts +1 -1
- package/dist/components/rich-text/utils/inferResourceType.d.ts +1 -1
- package/dist/components/{sidebar/sidebar-footer.d.ts → sidenav/sidenav-footer.d.ts} +2 -2
- package/dist/components/{sidebar/sidebar-header.d.ts → sidenav/sidenav-header.d.ts} +2 -2
- package/dist/components/sidenav/sidenav.d.ts +2 -0
- package/dist/components/sidenav/sidenav.store.d.ts +49 -0
- package/dist/components/{sidebar/sidebar.types.d.ts → sidenav/sidenav.types.d.ts} +5 -5
- package/dist/components/tab-strip/tab-visibility-filter.d.ts +1 -0
- package/dist/components/terminal/terminal.d.ts +11 -0
- package/dist/components/tree-list/tree-list-visibility-filter.d.ts +0 -1
- package/dist/components/tree-list/tree-list.d.ts +1 -1
- package/dist/components/tree-list/tree-list.types.d.ts +4 -0
- package/dist/data-table.js +1321 -0
- package/dist/data-table.js.map +1 -0
- package/dist/diff.js +370 -366
- package/dist/diff.js.map +1 -1
- package/dist/font/css/prompt-studio-icons.css +690 -0
- package/dist/font/prompt-studio-icons.eot +0 -0
- package/dist/font/prompt-studio-icons.svg +1 -0
- package/dist/font/prompt-studio-icons.ttf +0 -0
- package/dist/font/prompt-studio-icons.woff +0 -0
- package/dist/font/prompt-studio-icons.woff2 +0 -0
- package/dist/index.d.ts +3 -3
- package/dist/index.js +1854 -3381
- package/dist/index.js.map +1 -1
- package/dist/kanban-renderer-toolbar-Db1mIWWd.js +1318 -0
- package/dist/kanban-renderer-toolbar-Db1mIWWd.js.map +1 -0
- package/dist/kanban-renderer.js +1101 -0
- package/dist/kanban-renderer.js.map +1 -0
- package/dist/lazy-markdown-editor-DwhqQ-NN.js +26 -0
- package/dist/lazy-markdown-editor-DwhqQ-NN.js.map +1 -0
- package/dist/list-row-BYWwcbGK.js +823 -0
- package/dist/list-row-BYWwcbGK.js.map +1 -0
- package/dist/markdown-DDd2ESoH.js +743 -0
- package/dist/markdown-DDd2ESoH.js.map +1 -0
- package/dist/markdown-editor-CYVkzt8t.js +741 -0
- package/dist/markdown-editor-CYVkzt8t.js.map +1 -0
- package/dist/monaco-browser-CO0NxK_Z.js +19 -0
- package/dist/monaco-browser-CO0NxK_Z.js.map +1 -0
- package/dist/param-editor-BCZOw5Gt.js +140 -0
- package/dist/param-editor-BCZOw5Gt.js.map +1 -0
- package/dist/param-editor-field-ZzZwgjZ_.js +2094 -0
- package/dist/param-editor-field-ZzZwgjZ_.js.map +1 -0
- package/dist/resource-badge-CuItchgL.js +98 -0
- package/dist/resource-badge-CuItchgL.js.map +1 -0
- package/dist/rich-message--eRzjWYK.js +730 -0
- package/dist/rich-message--eRzjWYK.js.map +1 -0
- package/dist/rich-text.js +114 -827
- package/dist/rich-text.js.map +1 -1
- package/dist/style.css +1 -1
- package/dist/terminal.js +197 -177
- package/dist/terminal.js.map +1 -1
- package/dist/theme/primitives/fonts.d.ts +3 -0
- package/dist/theme/primitives/sizes.d.ts +23 -0
- package/dist/theme/recipes/badge.d.ts +8 -0
- package/dist/theme/recipes/button.d.ts +6 -0
- package/dist/theme/recipes/color-picker.d.ts +18 -1
- package/dist/theme/recipes/switch.d.ts +17 -0
- package/dist/theme/recipes/tabs.d.ts +4 -4
- package/dist/theme/tokens/colors.d.ts +18 -24
- package/dist/{theme-CJBYBJaA.js → theme-poQlUgt0.js} +414 -240
- package/dist/theme-poQlUgt0.js.map +1 -0
- package/dist/theme.js +1 -1
- package/dist/tree-list-BAja2eXU.js +1033 -0
- package/dist/tree-list-BAja2eXU.js.map +1 -0
- package/package.json +11 -4
- package/dist/checkbox-D5AzFRlb.js.map +0 -1
- package/dist/components/data-renderer/card-interaction-guard.d.ts +0 -2
- package/dist/components/data-renderer/data-renderer-attribute-badge.d.ts +0 -7
- package/dist/components/data-renderer/data-renderer-grouping.d.ts +0 -23
- package/dist/components/data-renderer/data-renderer-list.d.ts +0 -39
- package/dist/components/data-renderer/data-renderer-toolbar.d.ts +0 -12
- package/dist/components/data-renderer/index.d.ts +0 -18
- package/dist/components/data-renderer/use-data-renderer-store.d.ts +0 -59
- package/dist/components/param-editor/inputs/file-accept.d.ts +0 -22
- package/dist/components/param-editor/inputs/file-drop-input.d.ts +0 -14
- package/dist/components/sidebar/sidebar.d.ts +0 -2
- package/dist/components/sidebar/sidebar.store.d.ts +0 -49
- package/dist/data-renderer.js +0 -1669
- package/dist/data-renderer.js.map +0 -1
- package/dist/list-row-mi3Hn-Um.js +0 -740
- package/dist/list-row-mi3Hn-Um.js.map +0 -1
- package/dist/resource-badge-qCWHP-wQ.js +0 -99
- package/dist/resource-badge-qCWHP-wQ.js.map +0 -1
- package/dist/rich-message-DBf_5YlW.js +0 -1450
- package/dist/rich-message-DBf_5YlW.js.map +0 -1
- package/dist/theme-CJBYBJaA.js.map +0 -1
- package/dist/tree-list-CcuZMLS5.js +0 -930
- package/dist/tree-list-CcuZMLS5.js.map +0 -1
- package/dist/workspace-badge-Fuo-1zPj.js +0 -314
- package/dist/workspace-badge-Fuo-1zPj.js.map +0 -1
- /package/dist/components/{data-renderer/data-renderer-badge-helpers.d.ts → kanban-renderer/kanban-renderer-badge-helpers.d.ts} +0 -0
- /package/dist/components/{data-renderer/data-renderer-enum-helpers.d.ts → kanban-renderer/kanban-renderer-enum-helpers.d.ts} +0 -0
- /package/dist/components/{data-renderer → kanban-renderer}/use-resolved-attributes.d.ts +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { defineSlotRecipe as
|
|
2
|
-
import { alertAnatomy as w, colorPickerAnatomy as A, dialogAnatomy as
|
|
1
|
+
import { defineSlotRecipe as t, defineRecipe as c, defaultConfig as d, defineLayerStyles as F, defineTextStyles as k, createSystem as C, defineConfig as E } from "@chakra-ui/react";
|
|
2
|
+
import { alertAnatomy as w, colorPickerAnatomy as A, dialogAnatomy as z, drawerAnatomy as D, fieldsetAnatomy as W, menuAnatomy as R, numberInputAnatomy as B, popoverAnatomy as H, switchAnatomy as T, tabsAnatomy as L, timelineAnatomy as V, tooltipAnatomy as I } from "@chakra-ui/react/anatomy";
|
|
3
3
|
import { progressCircleSlotRecipe as h } from "@chakra-ui/react/theme";
|
|
4
|
-
const
|
|
4
|
+
const X = {
|
|
5
5
|
"editor.background": ["colors.bg", "colors.bg.code"],
|
|
6
6
|
"editor.foreground": ["colors.fg"],
|
|
7
7
|
"editor.lineHighlightBackground": ["colors.bg.hover"],
|
|
@@ -34,8 +34,8 @@ const I = {
|
|
|
34
34
|
descriptionForeground: ["colors.fg.muted"],
|
|
35
35
|
disabledForeground: ["colors.fg.subtle"],
|
|
36
36
|
border: ["colors.border", "colors.border.subtle"]
|
|
37
|
-
}, M = (e) => `colors.vscode.${e}`, P = (e) => e.replace(/^#/, ""),
|
|
38
|
-
const
|
|
37
|
+
}, M = (e) => `colors.vscode.${e}`, P = (e) => e.replace(/^#/, ""), j = (e) => {
|
|
38
|
+
const l = (e.theme.tokenColors ?? []).flatMap((o) => (Array.isArray(o.scope) ? o.scope : o.scope ? [o.scope] : []).map((s) => ({
|
|
39
39
|
token: s,
|
|
40
40
|
...o.settings?.foreground ? {
|
|
41
41
|
foreground: P(o.settings.foreground)
|
|
@@ -47,28 +47,28 @@ const I = {
|
|
|
47
47
|
return {
|
|
48
48
|
base: e.mode === "dark" ? "vs-dark" : "vs",
|
|
49
49
|
inherit: !0,
|
|
50
|
-
rules:
|
|
50
|
+
rules: l,
|
|
51
51
|
colors: e.theme.colors ?? {}
|
|
52
52
|
};
|
|
53
|
-
},
|
|
54
|
-
const
|
|
53
|
+
}, oo = (e) => {
|
|
54
|
+
const l = {}, o = e.theme.colors ?? {};
|
|
55
55
|
for (const [n, s] of Object.entries(o))
|
|
56
|
-
|
|
57
|
-
for (const [n, s] of Object.entries(
|
|
56
|
+
l[M(n)] = s;
|
|
57
|
+
for (const [n, s] of Object.entries(X)) {
|
|
58
58
|
const g = o[n];
|
|
59
59
|
if (g)
|
|
60
|
-
for (const m of s)
|
|
60
|
+
for (const m of s) l[m] = g;
|
|
61
61
|
}
|
|
62
62
|
return {
|
|
63
63
|
id: e.id,
|
|
64
64
|
mode: e.mode,
|
|
65
|
-
tokens:
|
|
66
|
-
monacoTheme:
|
|
65
|
+
tokens: l,
|
|
66
|
+
monacoTheme: j({
|
|
67
67
|
mode: e.mode,
|
|
68
68
|
theme: e.theme
|
|
69
69
|
})
|
|
70
70
|
};
|
|
71
|
-
},
|
|
71
|
+
}, U = {
|
|
72
72
|
"*::selection": {
|
|
73
73
|
bg: {
|
|
74
74
|
base: "bg.accent-secondary.blue-medium",
|
|
@@ -129,7 +129,7 @@ const I = {
|
|
|
129
129
|
fontSize: "1.5rem"
|
|
130
130
|
}
|
|
131
131
|
}
|
|
132
|
-
},
|
|
132
|
+
}, O = {
|
|
133
133
|
DEFAULT: {
|
|
134
134
|
value: "#0A0D15"
|
|
135
135
|
},
|
|
@@ -178,7 +178,7 @@ const I = {
|
|
|
178
178
|
1e3: {
|
|
179
179
|
value: "#000000"
|
|
180
180
|
}
|
|
181
|
-
},
|
|
181
|
+
}, Y = {
|
|
182
182
|
DEFAULT: {
|
|
183
183
|
value: "#5098FF"
|
|
184
184
|
},
|
|
@@ -212,7 +212,7 @@ const I = {
|
|
|
212
212
|
900: {
|
|
213
213
|
value: "#002862"
|
|
214
214
|
}
|
|
215
|
-
},
|
|
215
|
+
}, $ = {
|
|
216
216
|
DEFAULT: {
|
|
217
217
|
value: "#3A4BE4"
|
|
218
218
|
},
|
|
@@ -249,7 +249,7 @@ const I = {
|
|
|
249
249
|
900: {
|
|
250
250
|
value: "#0A125A"
|
|
251
251
|
}
|
|
252
|
-
},
|
|
252
|
+
}, N = {
|
|
253
253
|
DEFAULT: {
|
|
254
254
|
value: "#E054EC"
|
|
255
255
|
},
|
|
@@ -286,7 +286,7 @@ const I = {
|
|
|
286
286
|
900: {
|
|
287
287
|
value: "#520659"
|
|
288
288
|
}
|
|
289
|
-
},
|
|
289
|
+
}, q = {
|
|
290
290
|
DEFAULT: {
|
|
291
291
|
value: "#FBD8CE"
|
|
292
292
|
},
|
|
@@ -320,7 +320,7 @@ const I = {
|
|
|
320
320
|
900: {
|
|
321
321
|
value: "#522923"
|
|
322
322
|
}
|
|
323
|
-
},
|
|
323
|
+
}, G = {
|
|
324
324
|
DEFAULT: {
|
|
325
325
|
value: "#FF3232"
|
|
326
326
|
},
|
|
@@ -354,7 +354,7 @@ const I = {
|
|
|
354
354
|
900: {
|
|
355
355
|
value: "#580707"
|
|
356
356
|
}
|
|
357
|
-
},
|
|
357
|
+
}, K = {
|
|
358
358
|
DEFAULT: {
|
|
359
359
|
value: "#F78C25"
|
|
360
360
|
},
|
|
@@ -388,7 +388,7 @@ const I = {
|
|
|
388
388
|
900: {
|
|
389
389
|
value: "#552107"
|
|
390
390
|
}
|
|
391
|
-
},
|
|
391
|
+
}, J = {
|
|
392
392
|
DEFAULT: {
|
|
393
393
|
value: "#FFD643"
|
|
394
394
|
},
|
|
@@ -428,7 +428,7 @@ const I = {
|
|
|
428
428
|
900: {
|
|
429
429
|
value: "#644E00"
|
|
430
430
|
}
|
|
431
|
-
},
|
|
431
|
+
}, Q = {
|
|
432
432
|
DEFAULT: {
|
|
433
433
|
value: "#2DD665"
|
|
434
434
|
},
|
|
@@ -462,7 +462,7 @@ const I = {
|
|
|
462
462
|
900: {
|
|
463
463
|
value: "#003110"
|
|
464
464
|
}
|
|
465
|
-
},
|
|
465
|
+
}, Z = {
|
|
466
466
|
DEFAULT: {
|
|
467
467
|
value: "#3EECC4"
|
|
468
468
|
},
|
|
@@ -496,7 +496,7 @@ const I = {
|
|
|
496
496
|
900: {
|
|
497
497
|
value: "#024F3D"
|
|
498
498
|
}
|
|
499
|
-
},
|
|
499
|
+
}, ee = {
|
|
500
500
|
DEFAULT: {
|
|
501
501
|
value: "#5CDCFF"
|
|
502
502
|
},
|
|
@@ -530,7 +530,7 @@ const I = {
|
|
|
530
530
|
900: {
|
|
531
531
|
value: "#005B73"
|
|
532
532
|
}
|
|
533
|
-
},
|
|
533
|
+
}, oe = {
|
|
534
534
|
DEFAULT: {
|
|
535
535
|
value: "#8B47FF"
|
|
536
536
|
},
|
|
@@ -564,7 +564,7 @@ const I = {
|
|
|
564
564
|
900: {
|
|
565
565
|
value: "#1E0050"
|
|
566
566
|
}
|
|
567
|
-
},
|
|
567
|
+
}, re = {
|
|
568
568
|
DEFAULT: {
|
|
569
569
|
value: "#F4F2EC"
|
|
570
570
|
},
|
|
@@ -598,7 +598,7 @@ const I = {
|
|
|
598
598
|
900: {
|
|
599
599
|
value: "#E8CECE"
|
|
600
600
|
}
|
|
601
|
-
},
|
|
601
|
+
}, le = {
|
|
602
602
|
50: {
|
|
603
603
|
value: "#FCFDFC"
|
|
604
604
|
},
|
|
@@ -641,30 +641,30 @@ const I = {
|
|
|
641
641
|
950: {
|
|
642
642
|
value: "#10141B"
|
|
643
643
|
}
|
|
644
|
-
},
|
|
644
|
+
}, te = {
|
|
645
645
|
100: {
|
|
646
646
|
value: "#D3ECEE"
|
|
647
647
|
},
|
|
648
648
|
200: {
|
|
649
649
|
value: "#B3DEE2"
|
|
650
650
|
}
|
|
651
|
-
}, te = {
|
|
652
|
-
sand: oe,
|
|
653
|
-
blacks: U,
|
|
654
|
-
blue: O,
|
|
655
|
-
sapphire: Y,
|
|
656
|
-
pink: $,
|
|
657
|
-
peach: N,
|
|
658
|
-
red: q,
|
|
659
|
-
orange: G,
|
|
660
|
-
yellow: K,
|
|
661
|
-
green: J,
|
|
662
|
-
teal: Q,
|
|
663
|
-
cyan: Z,
|
|
664
|
-
purple: ee,
|
|
665
|
-
neutral: re,
|
|
666
|
-
mint: le
|
|
667
651
|
}, ae = {
|
|
652
|
+
sand: re,
|
|
653
|
+
blacks: O,
|
|
654
|
+
blue: Y,
|
|
655
|
+
sapphire: $,
|
|
656
|
+
pink: N,
|
|
657
|
+
peach: q,
|
|
658
|
+
red: G,
|
|
659
|
+
orange: K,
|
|
660
|
+
yellow: J,
|
|
661
|
+
green: Q,
|
|
662
|
+
teal: Z,
|
|
663
|
+
cyan: ee,
|
|
664
|
+
purple: oe,
|
|
665
|
+
neutral: le,
|
|
666
|
+
mint: te
|
|
667
|
+
}, ie = {
|
|
668
668
|
display: {
|
|
669
669
|
value: "'Playfair Display', serif"
|
|
670
670
|
},
|
|
@@ -680,7 +680,11 @@ const I = {
|
|
|
680
680
|
body: {
|
|
681
681
|
value: "Inter, sans-serif"
|
|
682
682
|
}
|
|
683
|
-
},
|
|
683
|
+
}, ne = {
|
|
684
|
+
"2xs": {
|
|
685
|
+
value: "0.5rem"
|
|
686
|
+
},
|
|
687
|
+
// 8px
|
|
684
688
|
xs: {
|
|
685
689
|
value: "0.625rem"
|
|
686
690
|
},
|
|
@@ -745,7 +749,7 @@ const I = {
|
|
|
745
749
|
value: "1.25rem"
|
|
746
750
|
}
|
|
747
751
|
// 20px
|
|
748
|
-
},
|
|
752
|
+
}, se = {
|
|
749
753
|
regular: {
|
|
750
754
|
value: 400
|
|
751
755
|
},
|
|
@@ -758,7 +762,7 @@ const I = {
|
|
|
758
762
|
bold: {
|
|
759
763
|
value: 700
|
|
760
764
|
}
|
|
761
|
-
},
|
|
765
|
+
}, r = {
|
|
762
766
|
// 0px
|
|
763
767
|
25: "0.125rem",
|
|
764
768
|
// 2px
|
|
@@ -785,72 +789,94 @@ const I = {
|
|
|
785
789
|
900: "4.5rem",
|
|
786
790
|
// 96px
|
|
787
791
|
1600: "8rem"
|
|
788
|
-
},
|
|
792
|
+
}, de = {
|
|
789
793
|
none: {
|
|
790
794
|
value: "0"
|
|
791
795
|
},
|
|
792
796
|
"2xs": {
|
|
793
|
-
value:
|
|
797
|
+
value: r[50]
|
|
794
798
|
},
|
|
795
799
|
xs: {
|
|
796
|
-
value:
|
|
800
|
+
value: r[100]
|
|
801
|
+
},
|
|
802
|
+
compact: {
|
|
803
|
+
value: "0.625rem"
|
|
797
804
|
},
|
|
798
805
|
sm: {
|
|
799
|
-
value:
|
|
806
|
+
value: r[150]
|
|
807
|
+
},
|
|
808
|
+
comfortable: {
|
|
809
|
+
value: "0.875rem"
|
|
800
810
|
},
|
|
801
811
|
md: {
|
|
802
|
-
value:
|
|
812
|
+
value: r[200]
|
|
803
813
|
},
|
|
804
814
|
lg: {
|
|
805
|
-
value:
|
|
815
|
+
value: r[300]
|
|
806
816
|
},
|
|
807
817
|
xl: {
|
|
808
|
-
value:
|
|
818
|
+
value: r[400]
|
|
809
819
|
},
|
|
810
820
|
"2xl": {
|
|
811
|
-
value:
|
|
821
|
+
value: r[500]
|
|
812
822
|
},
|
|
813
823
|
"3xl": {
|
|
814
|
-
value:
|
|
824
|
+
value: r[600]
|
|
815
825
|
},
|
|
816
826
|
"3.5xl": {
|
|
817
|
-
value:
|
|
827
|
+
value: r[700]
|
|
818
828
|
},
|
|
819
829
|
"4xl": {
|
|
820
|
-
value:
|
|
830
|
+
value: r[800]
|
|
821
831
|
},
|
|
822
832
|
"4.5xl": {
|
|
823
|
-
value:
|
|
833
|
+
value: r[900]
|
|
824
834
|
},
|
|
825
835
|
"5xl": {
|
|
826
|
-
value:
|
|
836
|
+
value: r[1600]
|
|
827
837
|
}
|
|
828
|
-
},
|
|
838
|
+
}, ce = {
|
|
839
|
+
"collection-row": {
|
|
840
|
+
value: "2.125rem"
|
|
841
|
+
},
|
|
842
|
+
"filter-pill": {
|
|
843
|
+
value: r[300]
|
|
844
|
+
},
|
|
845
|
+
"view-bar": {
|
|
846
|
+
value: r[500]
|
|
847
|
+
},
|
|
848
|
+
"view-subheader": {
|
|
849
|
+
value: "2.25rem"
|
|
850
|
+
}
|
|
851
|
+
}, ue = {
|
|
829
852
|
none: {
|
|
830
853
|
value: "0"
|
|
831
854
|
},
|
|
832
855
|
"2xs": {
|
|
833
|
-
value:
|
|
856
|
+
value: r[25]
|
|
834
857
|
},
|
|
835
858
|
xs: {
|
|
836
|
-
value:
|
|
859
|
+
value: r[50]
|
|
860
|
+
},
|
|
861
|
+
compact: {
|
|
862
|
+
value: "0.375rem"
|
|
837
863
|
},
|
|
838
864
|
sm: {
|
|
839
|
-
value:
|
|
865
|
+
value: r[100]
|
|
840
866
|
},
|
|
841
867
|
md: {
|
|
842
|
-
value:
|
|
868
|
+
value: r[150]
|
|
843
869
|
},
|
|
844
870
|
lg: {
|
|
845
|
-
value:
|
|
871
|
+
value: r[200]
|
|
846
872
|
},
|
|
847
873
|
xl: {
|
|
848
|
-
value:
|
|
874
|
+
value: r[400]
|
|
849
875
|
},
|
|
850
876
|
full: {
|
|
851
877
|
value: "100%"
|
|
852
878
|
}
|
|
853
|
-
},
|
|
879
|
+
}, be = t({
|
|
854
880
|
slots: w.keys(),
|
|
855
881
|
base: {
|
|
856
882
|
root: {
|
|
@@ -923,7 +949,7 @@ const I = {
|
|
|
923
949
|
}
|
|
924
950
|
}
|
|
925
951
|
}]
|
|
926
|
-
}),
|
|
952
|
+
}), ge = c({
|
|
927
953
|
className: "chakra-badge",
|
|
928
954
|
base: {
|
|
929
955
|
display: "inline-flex",
|
|
@@ -951,6 +977,14 @@ const I = {
|
|
|
951
977
|
borderRadius: "2xs",
|
|
952
978
|
justifyContent: "center"
|
|
953
979
|
},
|
|
980
|
+
chip: {
|
|
981
|
+
bg: "bg.subtle",
|
|
982
|
+
color: "fg.muted",
|
|
983
|
+
borderWidth: "1px",
|
|
984
|
+
borderColor: "border",
|
|
985
|
+
borderRadius: "xs",
|
|
986
|
+
fontWeight: "normal"
|
|
987
|
+
},
|
|
954
988
|
outline: {
|
|
955
989
|
color: "colorPalette.fg",
|
|
956
990
|
"--outline-shadow-legacy": "colors.colorPalette.muted",
|
|
@@ -989,7 +1023,7 @@ const I = {
|
|
|
989
1023
|
variant: "subtle",
|
|
990
1024
|
size: "sm"
|
|
991
1025
|
}
|
|
992
|
-
}),
|
|
1026
|
+
}), me = c({
|
|
993
1027
|
base: {
|
|
994
1028
|
borderRadius: "xs",
|
|
995
1029
|
transition: "all 0.1s ease-in-out",
|
|
@@ -1112,6 +1146,12 @@ const I = {
|
|
|
1112
1146
|
_expanded: {
|
|
1113
1147
|
bg: "bg.active"
|
|
1114
1148
|
},
|
|
1149
|
+
"&[aria-pressed=true]": {
|
|
1150
|
+
bg: "bg.active",
|
|
1151
|
+
_hover: {
|
|
1152
|
+
bg: "bg.active"
|
|
1153
|
+
}
|
|
1154
|
+
},
|
|
1115
1155
|
_disabled: {
|
|
1116
1156
|
bg: "transparent",
|
|
1117
1157
|
_hover: {
|
|
@@ -1188,7 +1228,7 @@ const I = {
|
|
|
1188
1228
|
size: "sm",
|
|
1189
1229
|
variant: "outline"
|
|
1190
1230
|
}
|
|
1191
|
-
}), u = "border.accent-light",
|
|
1231
|
+
}), u = "border.accent-light", ve = t({
|
|
1192
1232
|
slots: A.keys(),
|
|
1193
1233
|
base: {
|
|
1194
1234
|
control: {
|
|
@@ -1258,9 +1298,14 @@ const I = {
|
|
|
1258
1298
|
border: "0",
|
|
1259
1299
|
borderInlineStartWidth: "0",
|
|
1260
1300
|
borderRadius: "0",
|
|
1301
|
+
outline: "none",
|
|
1261
1302
|
boxShadow: "none",
|
|
1262
1303
|
_hover: {
|
|
1263
1304
|
bg: "bg.hover"
|
|
1305
|
+
},
|
|
1306
|
+
_focusVisible: {
|
|
1307
|
+
outline: "none",
|
|
1308
|
+
boxShadow: "none"
|
|
1264
1309
|
}
|
|
1265
1310
|
},
|
|
1266
1311
|
content: {
|
|
@@ -1281,9 +1326,30 @@ const I = {
|
|
|
1281
1326
|
outlineColor: u
|
|
1282
1327
|
}
|
|
1283
1328
|
}
|
|
1329
|
+
},
|
|
1330
|
+
variants: {
|
|
1331
|
+
size: {
|
|
1332
|
+
xs: {
|
|
1333
|
+
control: {
|
|
1334
|
+
h: "1.75rem"
|
|
1335
|
+
},
|
|
1336
|
+
channelInput: {
|
|
1337
|
+
px: "xs",
|
|
1338
|
+
textStyle: "label/XS"
|
|
1339
|
+
},
|
|
1340
|
+
trigger: {
|
|
1341
|
+
minW: "1.75rem",
|
|
1342
|
+
px: "2xs"
|
|
1343
|
+
}
|
|
1344
|
+
},
|
|
1345
|
+
sm: {}
|
|
1346
|
+
}
|
|
1347
|
+
},
|
|
1348
|
+
defaultVariants: {
|
|
1349
|
+
size: "sm"
|
|
1284
1350
|
}
|
|
1285
|
-
}),
|
|
1286
|
-
slots:
|
|
1351
|
+
}), he = t({
|
|
1352
|
+
slots: z.keys(),
|
|
1287
1353
|
base: {
|
|
1288
1354
|
content: {
|
|
1289
1355
|
bg: "bg",
|
|
@@ -1293,12 +1359,12 @@ const I = {
|
|
|
1293
1359
|
overflow: "hidden"
|
|
1294
1360
|
}
|
|
1295
1361
|
}
|
|
1296
|
-
}),
|
|
1362
|
+
}), pe = c({
|
|
1297
1363
|
base: {
|
|
1298
1364
|
borderColor: "border.subtle"
|
|
1299
1365
|
}
|
|
1300
|
-
}),
|
|
1301
|
-
slots:
|
|
1366
|
+
}), fe = t({
|
|
1367
|
+
slots: D.keys(),
|
|
1302
1368
|
base: {
|
|
1303
1369
|
header: {
|
|
1304
1370
|
fontWeight: "medium",
|
|
@@ -1309,7 +1375,7 @@ const I = {
|
|
|
1309
1375
|
bg: "bg"
|
|
1310
1376
|
}
|
|
1311
1377
|
}
|
|
1312
|
-
}),
|
|
1378
|
+
}), xe = t({
|
|
1313
1379
|
slots: ["preview", "input", "textarea"],
|
|
1314
1380
|
base: {
|
|
1315
1381
|
preview: {
|
|
@@ -1408,14 +1474,14 @@ const I = {
|
|
|
1408
1474
|
}
|
|
1409
1475
|
}
|
|
1410
1476
|
}
|
|
1411
|
-
}),
|
|
1412
|
-
slots:
|
|
1477
|
+
}), _e = t({
|
|
1478
|
+
slots: W.keys(),
|
|
1413
1479
|
base: {
|
|
1414
1480
|
legend: {
|
|
1415
1481
|
mb: "2xs"
|
|
1416
1482
|
}
|
|
1417
1483
|
}
|
|
1418
|
-
}),
|
|
1484
|
+
}), a = "border.accent-light", ye = c({
|
|
1419
1485
|
base: {
|
|
1420
1486
|
px: "sm",
|
|
1421
1487
|
borderRadius: "xs",
|
|
@@ -1429,18 +1495,18 @@ const I = {
|
|
|
1429
1495
|
"--focus-color": "var(--chakra-colors-border-accent-light)",
|
|
1430
1496
|
"--focus-ring-style": "none",
|
|
1431
1497
|
_hover: {
|
|
1432
|
-
borderColor:
|
|
1498
|
+
borderColor: a
|
|
1433
1499
|
},
|
|
1434
1500
|
_active: {
|
|
1435
|
-
borderColor:
|
|
1501
|
+
borderColor: a
|
|
1436
1502
|
},
|
|
1437
1503
|
_focus: {
|
|
1438
|
-
borderColor:
|
|
1504
|
+
borderColor: a,
|
|
1439
1505
|
outline: "none",
|
|
1440
1506
|
boxShadow: "none"
|
|
1441
1507
|
},
|
|
1442
1508
|
_focusVisible: {
|
|
1443
|
-
borderColor:
|
|
1509
|
+
borderColor: a,
|
|
1444
1510
|
outline: "none",
|
|
1445
1511
|
boxShadow: "none"
|
|
1446
1512
|
},
|
|
@@ -1448,10 +1514,10 @@ const I = {
|
|
|
1448
1514
|
color: "fg.subtle"
|
|
1449
1515
|
},
|
|
1450
1516
|
"&:is(:hover, [data-hover])": {
|
|
1451
|
-
borderColor:
|
|
1517
|
+
borderColor: a
|
|
1452
1518
|
},
|
|
1453
1519
|
"&:is(:active, [data-active])": {
|
|
1454
|
-
borderColor:
|
|
1520
|
+
borderColor: a
|
|
1455
1521
|
}
|
|
1456
1522
|
},
|
|
1457
1523
|
variants: {
|
|
@@ -1465,26 +1531,26 @@ const I = {
|
|
|
1465
1531
|
"--focus-color": "var(--chakra-colors-border-accent-light)",
|
|
1466
1532
|
"--focus-ring-style": "none",
|
|
1467
1533
|
_hover: {
|
|
1468
|
-
borderColor:
|
|
1534
|
+
borderColor: a
|
|
1469
1535
|
},
|
|
1470
1536
|
_active: {
|
|
1471
|
-
borderColor:
|
|
1537
|
+
borderColor: a
|
|
1472
1538
|
},
|
|
1473
1539
|
_focus: {
|
|
1474
|
-
borderColor:
|
|
1540
|
+
borderColor: a,
|
|
1475
1541
|
outline: "none",
|
|
1476
1542
|
boxShadow: "none"
|
|
1477
1543
|
},
|
|
1478
1544
|
_focusVisible: {
|
|
1479
|
-
borderColor:
|
|
1545
|
+
borderColor: a,
|
|
1480
1546
|
outline: "none",
|
|
1481
1547
|
boxShadow: "none"
|
|
1482
1548
|
},
|
|
1483
1549
|
"&:is(:hover, [data-hover])": {
|
|
1484
|
-
borderColor:
|
|
1550
|
+
borderColor: a
|
|
1485
1551
|
},
|
|
1486
1552
|
"&:is(:active, [data-active])": {
|
|
1487
|
-
borderColor:
|
|
1553
|
+
borderColor: a
|
|
1488
1554
|
}
|
|
1489
1555
|
}
|
|
1490
1556
|
},
|
|
@@ -1520,7 +1586,7 @@ const I = {
|
|
|
1520
1586
|
size: "sm",
|
|
1521
1587
|
variant: "outline"
|
|
1522
1588
|
}
|
|
1523
|
-
}),
|
|
1589
|
+
}), Se = c({
|
|
1524
1590
|
base: {
|
|
1525
1591
|
display: "inline-flex",
|
|
1526
1592
|
alignItems: "center",
|
|
@@ -1583,8 +1649,8 @@ const I = {
|
|
|
1583
1649
|
size: "md",
|
|
1584
1650
|
variant: "raised"
|
|
1585
1651
|
}
|
|
1586
|
-
}),
|
|
1587
|
-
slots:
|
|
1652
|
+
}), Fe = t({
|
|
1653
|
+
slots: R.keys(),
|
|
1588
1654
|
base: {
|
|
1589
1655
|
itemGroupLabel: {
|
|
1590
1656
|
ml: "{2xs}",
|
|
@@ -1648,6 +1714,9 @@ const I = {
|
|
|
1648
1714
|
content: {
|
|
1649
1715
|
display: "flex",
|
|
1650
1716
|
flexDirection: "column",
|
|
1717
|
+
width: "17.5rem",
|
|
1718
|
+
minWidth: "17.5rem",
|
|
1719
|
+
maxWidth: "17.5rem",
|
|
1651
1720
|
gap: "0",
|
|
1652
1721
|
borderRadius: "xs",
|
|
1653
1722
|
p: "0",
|
|
@@ -1656,12 +1725,12 @@ const I = {
|
|
|
1656
1725
|
bg: "bg",
|
|
1657
1726
|
borderWidth: "1px",
|
|
1658
1727
|
borderStyle: "solid",
|
|
1659
|
-
borderColor: "border
|
|
1728
|
+
borderColor: "border",
|
|
1660
1729
|
zIndex: "dropdown",
|
|
1661
1730
|
textStyle: "label/M/regular"
|
|
1662
1731
|
}
|
|
1663
1732
|
}
|
|
1664
|
-
}),
|
|
1733
|
+
}), ke = "var(--chakra-colors-border)", v = "var(--chakra-colors-border-accent-light)", Ce = t({
|
|
1665
1734
|
slots: B.keys(),
|
|
1666
1735
|
base: {
|
|
1667
1736
|
root: {
|
|
@@ -1669,7 +1738,7 @@ const I = {
|
|
|
1669
1738
|
zIndex: "0",
|
|
1670
1739
|
isolation: "isolate",
|
|
1671
1740
|
boxShadow: "none",
|
|
1672
|
-
"--number-input-border-color":
|
|
1741
|
+
"--number-input-border-color": ke,
|
|
1673
1742
|
"&:is(:hover, [data-hover])": {
|
|
1674
1743
|
"--number-input-border-color": v
|
|
1675
1744
|
},
|
|
@@ -1874,7 +1943,7 @@ const I = {
|
|
|
1874
1943
|
size: "sm",
|
|
1875
1944
|
variant: "outline"
|
|
1876
1945
|
}
|
|
1877
|
-
}),
|
|
1946
|
+
}), Ee = t({
|
|
1878
1947
|
slots: H.keys(),
|
|
1879
1948
|
base: {
|
|
1880
1949
|
positioner: {
|
|
@@ -1897,7 +1966,7 @@ const I = {
|
|
|
1897
1966
|
bg: "bg",
|
|
1898
1967
|
borderWidth: "1px",
|
|
1899
1968
|
borderStyle: "solid",
|
|
1900
|
-
borderColor: "border
|
|
1969
|
+
borderColor: "border",
|
|
1901
1970
|
_focus: {
|
|
1902
1971
|
outline: "none"
|
|
1903
1972
|
}
|
|
@@ -1928,12 +1997,12 @@ const I = {
|
|
|
1928
1997
|
}
|
|
1929
1998
|
}
|
|
1930
1999
|
}
|
|
1931
|
-
}),
|
|
2000
|
+
}), we = h.variants?.size ?? {}, Ae = {
|
|
1932
2001
|
...h,
|
|
1933
2002
|
variants: {
|
|
1934
2003
|
...h.variants,
|
|
1935
2004
|
size: {
|
|
1936
|
-
...
|
|
2005
|
+
...we,
|
|
1937
2006
|
"2xs": {
|
|
1938
2007
|
circle: {
|
|
1939
2008
|
"--size": "14px",
|
|
@@ -1945,13 +2014,73 @@ const I = {
|
|
|
1945
2014
|
}
|
|
1946
2015
|
}
|
|
1947
2016
|
}
|
|
1948
|
-
},
|
|
2017
|
+
}, ze = c({
|
|
1949
2018
|
base: {
|
|
1950
2019
|
"--start-color": "fg",
|
|
1951
2020
|
"--end-color": "fg.muted"
|
|
1952
2021
|
}
|
|
1953
|
-
}),
|
|
2022
|
+
}), De = t({
|
|
1954
2023
|
slots: T.keys(),
|
|
2024
|
+
base: {
|
|
2025
|
+
control: {
|
|
2026
|
+
alignItems: "center",
|
|
2027
|
+
bg: "bg.muted",
|
|
2028
|
+
borderWidth: "1px",
|
|
2029
|
+
borderColor: "border",
|
|
2030
|
+
borderRadius: "md",
|
|
2031
|
+
color: "fg",
|
|
2032
|
+
boxShadow: "none",
|
|
2033
|
+
transition: "border-color 0.2s ease-in-out, background-color 0.2s ease-in-out",
|
|
2034
|
+
_hover: {
|
|
2035
|
+
borderColor: "border.accent-light"
|
|
2036
|
+
},
|
|
2037
|
+
_active: {
|
|
2038
|
+
borderColor: "border.accent-light"
|
|
2039
|
+
},
|
|
2040
|
+
_focusVisible: {
|
|
2041
|
+
borderColor: "border.accent-light",
|
|
2042
|
+
outline: "none",
|
|
2043
|
+
boxShadow: "none"
|
|
2044
|
+
},
|
|
2045
|
+
_checked: {
|
|
2046
|
+
bg: "bg.inverted",
|
|
2047
|
+
borderColor: "bg.inverted",
|
|
2048
|
+
_hover: {
|
|
2049
|
+
borderColor: "bg.inverted"
|
|
2050
|
+
},
|
|
2051
|
+
_active: {
|
|
2052
|
+
borderColor: "bg.inverted"
|
|
2053
|
+
}
|
|
2054
|
+
}
|
|
2055
|
+
},
|
|
2056
|
+
thumb: {
|
|
2057
|
+
bg: "bg",
|
|
2058
|
+
borderColor: "border",
|
|
2059
|
+
borderRadius: "full",
|
|
2060
|
+
_checked: {
|
|
2061
|
+
bg: "fg.inverted"
|
|
2062
|
+
}
|
|
2063
|
+
}
|
|
2064
|
+
},
|
|
2065
|
+
variants: {
|
|
2066
|
+
variant: {
|
|
2067
|
+
solid: {
|
|
2068
|
+
control: {
|
|
2069
|
+
_checked: {
|
|
2070
|
+
bg: "bg.inverted",
|
|
2071
|
+
borderColor: "bg.inverted"
|
|
2072
|
+
}
|
|
2073
|
+
},
|
|
2074
|
+
thumb: {
|
|
2075
|
+
_checked: {
|
|
2076
|
+
bg: "fg.inverted"
|
|
2077
|
+
}
|
|
2078
|
+
}
|
|
2079
|
+
}
|
|
2080
|
+
}
|
|
2081
|
+
}
|
|
2082
|
+
}), We = t({
|
|
2083
|
+
slots: L.keys(),
|
|
1955
2084
|
base: {
|
|
1956
2085
|
root: {
|
|
1957
2086
|
"--tabs-trigger-radius": "radii.xs"
|
|
@@ -1973,26 +2102,26 @@ const I = {
|
|
|
1973
2102
|
py: "0",
|
|
1974
2103
|
borderRadius: "xs",
|
|
1975
2104
|
borderWidth: "1px",
|
|
1976
|
-
borderColor: "border
|
|
2105
|
+
borderColor: "border",
|
|
1977
2106
|
color: "fg.muted",
|
|
1978
2107
|
bg: "transparent",
|
|
1979
2108
|
_selected: {
|
|
1980
2109
|
color: "fg",
|
|
1981
2110
|
bg: "bg.muted",
|
|
1982
|
-
borderColor: "border
|
|
2111
|
+
borderColor: "border"
|
|
1983
2112
|
},
|
|
1984
2113
|
_hover: {
|
|
1985
2114
|
bg: "bg.hover",
|
|
1986
|
-
borderColor: "border
|
|
2115
|
+
borderColor: "border",
|
|
1987
2116
|
color: "fg"
|
|
1988
2117
|
},
|
|
1989
2118
|
_disabled: {
|
|
1990
2119
|
color: "fg.subtle",
|
|
1991
|
-
borderColor: "border
|
|
2120
|
+
borderColor: "border",
|
|
1992
2121
|
bg: "transparent",
|
|
1993
2122
|
_hover: {
|
|
1994
2123
|
color: "fg.subtle",
|
|
1995
|
-
borderColor: "border
|
|
2124
|
+
borderColor: "border",
|
|
1996
2125
|
bg: "transparent"
|
|
1997
2126
|
}
|
|
1998
2127
|
}
|
|
@@ -2046,21 +2175,21 @@ const I = {
|
|
|
2046
2175
|
_selected: {
|
|
2047
2176
|
color: "fg",
|
|
2048
2177
|
bg: "bg.muted",
|
|
2049
|
-
borderColor: "border
|
|
2178
|
+
borderColor: "border"
|
|
2050
2179
|
},
|
|
2051
2180
|
_hover: {
|
|
2052
2181
|
bg: "bg.hover",
|
|
2053
|
-
borderColor: "border
|
|
2182
|
+
borderColor: "border",
|
|
2054
2183
|
color: "fg"
|
|
2055
2184
|
},
|
|
2056
2185
|
_disabled: {
|
|
2057
2186
|
bg: "transparent",
|
|
2058
2187
|
color: "fg.subtle",
|
|
2059
|
-
borderColor: "border
|
|
2188
|
+
borderColor: "border",
|
|
2060
2189
|
_hover: {
|
|
2061
2190
|
bg: "transparent",
|
|
2062
2191
|
color: "fg.subtle",
|
|
2063
|
-
borderColor: "border
|
|
2192
|
+
borderColor: "border"
|
|
2064
2193
|
}
|
|
2065
2194
|
}
|
|
2066
2195
|
}
|
|
@@ -2071,7 +2200,7 @@ const I = {
|
|
|
2071
2200
|
size: "xs",
|
|
2072
2201
|
variant: "subtle"
|
|
2073
2202
|
}
|
|
2074
|
-
}),
|
|
2203
|
+
}), i = "border.accent-light", Re = c({
|
|
2075
2204
|
base: {
|
|
2076
2205
|
paddingX: "sm",
|
|
2077
2206
|
paddingY: "xs",
|
|
@@ -2086,18 +2215,18 @@ const I = {
|
|
|
2086
2215
|
"--focus-color": "var(--chakra-colors-border-accent-light)",
|
|
2087
2216
|
"--focus-ring-style": "none",
|
|
2088
2217
|
_hover: {
|
|
2089
|
-
borderColor:
|
|
2218
|
+
borderColor: i
|
|
2090
2219
|
},
|
|
2091
2220
|
_active: {
|
|
2092
|
-
borderColor:
|
|
2221
|
+
borderColor: i
|
|
2093
2222
|
},
|
|
2094
2223
|
_focus: {
|
|
2095
|
-
borderColor:
|
|
2224
|
+
borderColor: i,
|
|
2096
2225
|
outline: "none",
|
|
2097
2226
|
boxShadow: "none"
|
|
2098
2227
|
},
|
|
2099
2228
|
_focusVisible: {
|
|
2100
|
-
borderColor:
|
|
2229
|
+
borderColor: i,
|
|
2101
2230
|
outline: "none",
|
|
2102
2231
|
boxShadow: "none"
|
|
2103
2232
|
},
|
|
@@ -2105,10 +2234,10 @@ const I = {
|
|
|
2105
2234
|
color: "fg.subtle"
|
|
2106
2235
|
},
|
|
2107
2236
|
"&:is(:hover, [data-hover])": {
|
|
2108
|
-
borderColor:
|
|
2237
|
+
borderColor: i
|
|
2109
2238
|
},
|
|
2110
2239
|
"&:is(:active, [data-active])": {
|
|
2111
|
-
borderColor:
|
|
2240
|
+
borderColor: i
|
|
2112
2241
|
}
|
|
2113
2242
|
},
|
|
2114
2243
|
variants: {
|
|
@@ -2122,26 +2251,26 @@ const I = {
|
|
|
2122
2251
|
"--focus-color": "var(--chakra-colors-border-accent-light)",
|
|
2123
2252
|
"--focus-ring-style": "none",
|
|
2124
2253
|
_hover: {
|
|
2125
|
-
borderColor:
|
|
2254
|
+
borderColor: i
|
|
2126
2255
|
},
|
|
2127
2256
|
_active: {
|
|
2128
|
-
borderColor:
|
|
2257
|
+
borderColor: i
|
|
2129
2258
|
},
|
|
2130
2259
|
_focus: {
|
|
2131
|
-
borderColor:
|
|
2260
|
+
borderColor: i,
|
|
2132
2261
|
outline: "none",
|
|
2133
2262
|
boxShadow: "none"
|
|
2134
2263
|
},
|
|
2135
2264
|
_focusVisible: {
|
|
2136
|
-
borderColor:
|
|
2265
|
+
borderColor: i,
|
|
2137
2266
|
outline: "none",
|
|
2138
2267
|
boxShadow: "none"
|
|
2139
2268
|
},
|
|
2140
2269
|
"&:is(:hover, [data-hover])": {
|
|
2141
|
-
borderColor:
|
|
2270
|
+
borderColor: i
|
|
2142
2271
|
},
|
|
2143
2272
|
"&:is(:active, [data-active])": {
|
|
2144
|
-
borderColor:
|
|
2273
|
+
borderColor: i
|
|
2145
2274
|
}
|
|
2146
2275
|
}
|
|
2147
2276
|
},
|
|
@@ -2177,8 +2306,8 @@ const I = {
|
|
|
2177
2306
|
size: "sm",
|
|
2178
2307
|
variant: "outline"
|
|
2179
2308
|
}
|
|
2180
|
-
}),
|
|
2181
|
-
slots:
|
|
2309
|
+
}), Be = t({
|
|
2310
|
+
slots: V.keys(),
|
|
2182
2311
|
base: {
|
|
2183
2312
|
root: {
|
|
2184
2313
|
display: "flex",
|
|
@@ -2324,8 +2453,8 @@ const I = {
|
|
|
2324
2453
|
variant: "solid",
|
|
2325
2454
|
showLastSeparator: !1
|
|
2326
2455
|
}
|
|
2327
|
-
}),
|
|
2328
|
-
slots:
|
|
2456
|
+
}), He = t({
|
|
2457
|
+
slots: I.keys(),
|
|
2329
2458
|
base: {
|
|
2330
2459
|
content: {
|
|
2331
2460
|
bg: "bg.inverted",
|
|
@@ -2333,35 +2462,35 @@ const I = {
|
|
|
2333
2462
|
color: "fg.inverted"
|
|
2334
2463
|
}
|
|
2335
2464
|
}
|
|
2336
|
-
}),
|
|
2465
|
+
}), Te = /* @__PURE__ */ new Set(["boxShadow", "boxShadowColor", "textShadow"]), p = /shadow/i, Le = (e) => {
|
|
2337
2466
|
if (!p.test(e)) return e;
|
|
2338
|
-
const
|
|
2339
|
-
if (
|
|
2340
|
-
return
|
|
2341
|
-
}, b = (e) => Array.isArray(e) ? e.map(b).filter((
|
|
2342
|
-
if (
|
|
2467
|
+
const l = e.split(",").map((o) => o.trim()).filter((o) => !p.test(o));
|
|
2468
|
+
if (l.length !== 0)
|
|
2469
|
+
return l.join(", ");
|
|
2470
|
+
}, b = (e) => Array.isArray(e) ? e.map(b).filter((l) => l !== void 0) : typeof e == "string" ? Le(e) : !e || typeof e != "object" ? e : Object.fromEntries(Object.entries(e).flatMap(([l, o]) => {
|
|
2471
|
+
if (Te.has(l) || p.test(l)) return [];
|
|
2343
2472
|
const n = b(o);
|
|
2344
|
-
return n === void 0 ? [] : [[
|
|
2473
|
+
return n === void 0 ? [] : [[l, n]];
|
|
2345
2474
|
})), x = (e) => {
|
|
2346
2475
|
const {
|
|
2347
|
-
shadows:
|
|
2476
|
+
shadows: l,
|
|
2348
2477
|
...o
|
|
2349
2478
|
} = e ?? {};
|
|
2350
2479
|
return o;
|
|
2351
|
-
},
|
|
2480
|
+
}, Ve = {
|
|
2352
2481
|
badge: ["surface"],
|
|
2353
2482
|
button: ["secondary", "surface"]
|
|
2354
|
-
},
|
|
2355
|
-
const
|
|
2483
|
+
}, Ie = (e) => {
|
|
2484
|
+
const l = {
|
|
2356
2485
|
...e ?? {}
|
|
2357
2486
|
};
|
|
2358
|
-
for (const [o, n] of Object.entries(
|
|
2359
|
-
const s =
|
|
2487
|
+
for (const [o, n] of Object.entries(Ve)) {
|
|
2488
|
+
const s = l[o];
|
|
2360
2489
|
if (!s || typeof s != "object") continue;
|
|
2361
2490
|
const g = s, m = g.variants, f = m?.variant;
|
|
2362
2491
|
if (!f) continue;
|
|
2363
2492
|
const _ = new Set(n), y = Object.fromEntries(Object.entries(f).filter(([S]) => !_.has(S)));
|
|
2364
|
-
|
|
2493
|
+
l[o] = {
|
|
2365
2494
|
...g,
|
|
2366
2495
|
variants: {
|
|
2367
2496
|
...m,
|
|
@@ -2369,19 +2498,19 @@ const I = {
|
|
|
2369
2498
|
}
|
|
2370
2499
|
};
|
|
2371
2500
|
}
|
|
2372
|
-
return
|
|
2373
|
-
},
|
|
2501
|
+
return l;
|
|
2502
|
+
}, Xe = {
|
|
2374
2503
|
...d,
|
|
2375
2504
|
theme: {
|
|
2376
2505
|
...d.theme,
|
|
2377
2506
|
tokens: x(d.theme?.tokens),
|
|
2378
2507
|
semanticTokens: x(d.theme?.semanticTokens),
|
|
2379
|
-
recipes:
|
|
2508
|
+
recipes: Ie(b(d.theme?.recipes)),
|
|
2380
2509
|
slotRecipes: b(d.theme?.slotRecipes),
|
|
2381
2510
|
layerStyles: b(d.theme?.layerStyles),
|
|
2382
2511
|
animationStyles: b(d.theme?.animationStyles)
|
|
2383
2512
|
}
|
|
2384
|
-
},
|
|
2513
|
+
}, Me = {
|
|
2385
2514
|
DEFAULT: {
|
|
2386
2515
|
value: "1px solid {colors.border}"
|
|
2387
2516
|
},
|
|
@@ -2397,23 +2526,23 @@ const I = {
|
|
|
2397
2526
|
"accent-light": {
|
|
2398
2527
|
value: "1px solid {colors.border.accent-light}"
|
|
2399
2528
|
}
|
|
2400
|
-
},
|
|
2529
|
+
}, Pe = {
|
|
2401
2530
|
DEFAULT: {
|
|
2402
2531
|
value: {
|
|
2403
2532
|
_light: "{colors.blacks.800}",
|
|
2404
|
-
_dark: "
|
|
2533
|
+
_dark: "#F7F8F8"
|
|
2405
2534
|
}
|
|
2406
2535
|
},
|
|
2407
2536
|
muted: {
|
|
2408
2537
|
value: {
|
|
2409
2538
|
_light: "{colors.blacks.450}",
|
|
2410
|
-
_dark: "
|
|
2539
|
+
_dark: "#8B9099"
|
|
2411
2540
|
}
|
|
2412
2541
|
},
|
|
2413
2542
|
subtle: {
|
|
2414
2543
|
value: {
|
|
2415
2544
|
_light: "{colors.blacks.400}",
|
|
2416
|
-
_dark: "
|
|
2545
|
+
_dark: "#646973"
|
|
2417
2546
|
}
|
|
2418
2547
|
},
|
|
2419
2548
|
inverted: {
|
|
@@ -2493,7 +2622,7 @@ const I = {
|
|
|
2493
2622
|
value: "{colors.fg.muted}"
|
|
2494
2623
|
}
|
|
2495
2624
|
}
|
|
2496
|
-
},
|
|
2625
|
+
}, je = {
|
|
2497
2626
|
DEFAULT: {
|
|
2498
2627
|
value: {
|
|
2499
2628
|
_light: "{colors.blacks.50}",
|
|
@@ -2503,25 +2632,25 @@ const I = {
|
|
|
2503
2632
|
muted: {
|
|
2504
2633
|
value: {
|
|
2505
2634
|
_light: "#F0F5F1",
|
|
2506
|
-
_dark: "#
|
|
2635
|
+
_dark: "#171A22"
|
|
2507
2636
|
}
|
|
2508
2637
|
},
|
|
2509
2638
|
subtle: {
|
|
2510
2639
|
value: {
|
|
2511
2640
|
_light: "#F9FBFA",
|
|
2512
|
-
_dark: "#
|
|
2641
|
+
_dark: "#0E1016"
|
|
2513
2642
|
}
|
|
2514
2643
|
},
|
|
2515
2644
|
hover: {
|
|
2516
2645
|
value: {
|
|
2517
2646
|
_light: "#EDF2EE",
|
|
2518
|
-
_dark: "#
|
|
2647
|
+
_dark: "#1E212A"
|
|
2519
2648
|
}
|
|
2520
2649
|
},
|
|
2521
2650
|
active: {
|
|
2522
2651
|
value: {
|
|
2523
2652
|
_light: "#E7EEE9",
|
|
2524
|
-
_dark: "#
|
|
2653
|
+
_dark: "#252932"
|
|
2525
2654
|
}
|
|
2526
2655
|
},
|
|
2527
2656
|
info: {
|
|
@@ -2551,7 +2680,7 @@ const I = {
|
|
|
2551
2680
|
code: {
|
|
2552
2681
|
value: {
|
|
2553
2682
|
_light: "{colors.blacks.50}",
|
|
2554
|
-
_dark: "#
|
|
2683
|
+
_dark: "#10131A"
|
|
2555
2684
|
}
|
|
2556
2685
|
},
|
|
2557
2686
|
emphasized: {
|
|
@@ -2560,6 +2689,12 @@ const I = {
|
|
|
2560
2689
|
_dark: "#1D242E"
|
|
2561
2690
|
}
|
|
2562
2691
|
},
|
|
2692
|
+
elevated: {
|
|
2693
|
+
value: {
|
|
2694
|
+
_light: "{colors.blacks.50}",
|
|
2695
|
+
_dark: "#1B1E26"
|
|
2696
|
+
}
|
|
2697
|
+
},
|
|
2563
2698
|
inverted: {
|
|
2564
2699
|
value: {
|
|
2565
2700
|
_light: "{colors.blacks.800}",
|
|
@@ -2587,22 +2722,13 @@ const I = {
|
|
|
2587
2722
|
button: {
|
|
2588
2723
|
primary: {
|
|
2589
2724
|
default: {
|
|
2590
|
-
value: {
|
|
2591
|
-
_light: "{colors.bg.accent-primary.default}",
|
|
2592
|
-
_dark: "{colors.bg.accent-primary.dark}"
|
|
2593
|
-
}
|
|
2725
|
+
value: "{colors.bg.accent-primary.default}"
|
|
2594
2726
|
},
|
|
2595
2727
|
hover: {
|
|
2596
|
-
value: {
|
|
2597
|
-
_light: "{colors.bg.accent-primary.hover}",
|
|
2598
|
-
_dark: "{colors.bg.accent-primary.medium}"
|
|
2599
|
-
}
|
|
2728
|
+
value: "{colors.bg.accent-primary.hover}"
|
|
2600
2729
|
},
|
|
2601
2730
|
pressed: {
|
|
2602
|
-
value: {
|
|
2603
|
-
_light: "{colors.bg.accent-primary.pressed}",
|
|
2604
|
-
_dark: "{colors.bg.accent-primary.medium}"
|
|
2605
|
-
}
|
|
2731
|
+
value: "{colors.bg.accent-primary.pressed}"
|
|
2606
2732
|
},
|
|
2607
2733
|
disabled: {
|
|
2608
2734
|
value: "{colors.bg.muted}"
|
|
@@ -2755,17 +2881,17 @@ const I = {
|
|
|
2755
2881
|
}
|
|
2756
2882
|
}
|
|
2757
2883
|
}
|
|
2758
|
-
},
|
|
2884
|
+
}, Ue = {
|
|
2759
2885
|
DEFAULT: {
|
|
2760
2886
|
value: {
|
|
2761
2887
|
_light: "#EAF0EB",
|
|
2762
|
-
_dark: "#
|
|
2888
|
+
_dark: "#2E333F"
|
|
2763
2889
|
}
|
|
2764
2890
|
},
|
|
2765
2891
|
subtle: {
|
|
2766
2892
|
value: {
|
|
2767
2893
|
_light: "#EDF2EE",
|
|
2768
|
-
_dark: "#
|
|
2894
|
+
_dark: "#1A1E26"
|
|
2769
2895
|
}
|
|
2770
2896
|
},
|
|
2771
2897
|
inverted: {
|
|
@@ -2789,19 +2915,19 @@ const I = {
|
|
|
2789
2915
|
info: {
|
|
2790
2916
|
value: {
|
|
2791
2917
|
_light: "{colors.blue.100}",
|
|
2792
|
-
_dark: "
|
|
2918
|
+
_dark: "#113A7C"
|
|
2793
2919
|
}
|
|
2794
2920
|
},
|
|
2795
2921
|
warning: {
|
|
2796
2922
|
value: {
|
|
2797
2923
|
_light: "{colors.orange.100}",
|
|
2798
|
-
_dark: "
|
|
2924
|
+
_dark: "#7C3A0E"
|
|
2799
2925
|
}
|
|
2800
2926
|
},
|
|
2801
2927
|
success: {
|
|
2802
2928
|
value: {
|
|
2803
2929
|
_light: "{colors.green.100}",
|
|
2804
|
-
_dark: "
|
|
2930
|
+
_dark: "#0A5B24"
|
|
2805
2931
|
}
|
|
2806
2932
|
},
|
|
2807
2933
|
error: {
|
|
@@ -2815,14 +2941,14 @@ const I = {
|
|
|
2815
2941
|
value: "{colors.border.subtle}"
|
|
2816
2942
|
}
|
|
2817
2943
|
}
|
|
2818
|
-
},
|
|
2944
|
+
}, Oe = {
|
|
2819
2945
|
border: {
|
|
2820
2946
|
value: {
|
|
2821
2947
|
_light: "{colors.mint.200}",
|
|
2822
2948
|
_dark: "{colors.mint.200}"
|
|
2823
2949
|
}
|
|
2824
2950
|
}
|
|
2825
|
-
},
|
|
2951
|
+
}, Ye = {
|
|
2826
2952
|
contrast: {
|
|
2827
2953
|
value: {
|
|
2828
2954
|
_light: "black",
|
|
@@ -2871,7 +2997,7 @@ const I = {
|
|
|
2871
2997
|
_dark: "{colors.orange.500}"
|
|
2872
2998
|
}
|
|
2873
2999
|
}
|
|
2874
|
-
},
|
|
3000
|
+
}, $e = {
|
|
2875
3001
|
text: {
|
|
2876
3002
|
primary: {
|
|
2877
3003
|
value: {
|
|
@@ -2901,44 +3027,44 @@ const I = {
|
|
|
2901
3027
|
categorical: {
|
|
2902
3028
|
1: {
|
|
2903
3029
|
value: {
|
|
2904
|
-
_light: "{colors.blue.
|
|
3030
|
+
_light: "{colors.blue.700}",
|
|
2905
3031
|
_dark: "{colors.blue.300}"
|
|
2906
3032
|
}
|
|
2907
3033
|
},
|
|
2908
3034
|
2: {
|
|
2909
3035
|
value: {
|
|
2910
|
-
_light: "{colors.orange.
|
|
2911
|
-
_dark: "{colors.orange.
|
|
3036
|
+
_light: "{colors.orange.700}",
|
|
3037
|
+
_dark: "{colors.orange.300}"
|
|
2912
3038
|
}
|
|
2913
3039
|
},
|
|
2914
3040
|
3: {
|
|
2915
3041
|
value: {
|
|
2916
3042
|
_light: "{colors.purple.700}",
|
|
2917
|
-
_dark: "{colors.purple.
|
|
3043
|
+
_dark: "{colors.purple.300}"
|
|
2918
3044
|
}
|
|
2919
3045
|
},
|
|
2920
3046
|
4: {
|
|
2921
3047
|
value: {
|
|
2922
|
-
_light: "{colors.red.
|
|
2923
|
-
_dark: "{colors.red.
|
|
3048
|
+
_light: "{colors.red.700}",
|
|
3049
|
+
_dark: "{colors.red.300}"
|
|
2924
3050
|
}
|
|
2925
3051
|
},
|
|
2926
3052
|
5: {
|
|
2927
3053
|
value: {
|
|
2928
|
-
_light: "{colors.pink.
|
|
2929
|
-
_dark: "{colors.pink.
|
|
3054
|
+
_light: "{colors.pink.700}",
|
|
3055
|
+
_dark: "{colors.pink.300}"
|
|
2930
3056
|
}
|
|
2931
3057
|
},
|
|
2932
3058
|
6: {
|
|
2933
3059
|
value: {
|
|
2934
|
-
_light: "{colors.
|
|
2935
|
-
_dark: "{colors.
|
|
3060
|
+
_light: "{colors.teal.700}",
|
|
3061
|
+
_dark: "{colors.teal.300}"
|
|
2936
3062
|
}
|
|
2937
3063
|
},
|
|
2938
3064
|
7: {
|
|
2939
3065
|
value: {
|
|
2940
|
-
_light: "{colors.
|
|
2941
|
-
_dark: "{colors.cyan.
|
|
3066
|
+
_light: "{colors.cyan.700}",
|
|
3067
|
+
_dark: "{colors.cyan.300}"
|
|
2942
3068
|
}
|
|
2943
3069
|
}
|
|
2944
3070
|
},
|
|
@@ -3032,7 +3158,7 @@ const I = {
|
|
|
3032
3158
|
}
|
|
3033
3159
|
}
|
|
3034
3160
|
}
|
|
3035
|
-
},
|
|
3161
|
+
}, Ne = {
|
|
3036
3162
|
selectable: {
|
|
3037
3163
|
primary: {
|
|
3038
3164
|
value: {
|
|
@@ -3041,15 +3167,26 @@ const I = {
|
|
|
3041
3167
|
}
|
|
3042
3168
|
}
|
|
3043
3169
|
}
|
|
3044
|
-
},
|
|
3045
|
-
fg:
|
|
3046
|
-
bg:
|
|
3047
|
-
border:
|
|
3048
|
-
blue:
|
|
3049
|
-
orange:
|
|
3050
|
-
vis:
|
|
3051
|
-
text:
|
|
3052
|
-
},
|
|
3170
|
+
}, qe = {
|
|
3171
|
+
fg: Pe,
|
|
3172
|
+
bg: je,
|
|
3173
|
+
border: Ue,
|
|
3174
|
+
blue: Oe,
|
|
3175
|
+
orange: Ye,
|
|
3176
|
+
vis: $e,
|
|
3177
|
+
text: Ne
|
|
3178
|
+
}, Ge = F({
|
|
3179
|
+
floatingBar: {
|
|
3180
|
+
value: {
|
|
3181
|
+
paddingInline: "sm",
|
|
3182
|
+
paddingBlock: "2xs",
|
|
3183
|
+
borderRadius: "md",
|
|
3184
|
+
bg: "bg.elevated",
|
|
3185
|
+
border: "1px solid",
|
|
3186
|
+
borderColor: "border",
|
|
3187
|
+
boxShadow: "lg"
|
|
3188
|
+
}
|
|
3189
|
+
},
|
|
3053
3190
|
modal: {
|
|
3054
3191
|
value: {
|
|
3055
3192
|
paddingInline: "xs",
|
|
@@ -3060,7 +3197,7 @@ const I = {
|
|
|
3060
3197
|
borderColor: "border"
|
|
3061
3198
|
}
|
|
3062
3199
|
}
|
|
3063
|
-
}),
|
|
3200
|
+
}), Ke = k({
|
|
3064
3201
|
brand: {
|
|
3065
3202
|
value: {
|
|
3066
3203
|
fontFamily: "brand",
|
|
@@ -3246,6 +3383,41 @@ const I = {
|
|
|
3246
3383
|
letterSpacing: "0.1px"
|
|
3247
3384
|
}
|
|
3248
3385
|
},
|
|
3386
|
+
"label/2XS": {
|
|
3387
|
+
value: {
|
|
3388
|
+
fontFamily: "label",
|
|
3389
|
+
fontSize: "2xs",
|
|
3390
|
+
fontWeight: "400",
|
|
3391
|
+
lineHeight: "150%",
|
|
3392
|
+
letterSpacing: "0.08px"
|
|
3393
|
+
}
|
|
3394
|
+
},
|
|
3395
|
+
"label/2XS/medium": {
|
|
3396
|
+
value: {
|
|
3397
|
+
fontFamily: "label",
|
|
3398
|
+
fontSize: "2xs",
|
|
3399
|
+
fontWeight: "500",
|
|
3400
|
+
lineHeight: "150%",
|
|
3401
|
+
letterSpacing: "0.08px"
|
|
3402
|
+
}
|
|
3403
|
+
},
|
|
3404
|
+
"mono/XS": {
|
|
3405
|
+
value: {
|
|
3406
|
+
fontFamily: "mono",
|
|
3407
|
+
fontSize: "xs",
|
|
3408
|
+
fontWeight: "400",
|
|
3409
|
+
lineHeight: "150%"
|
|
3410
|
+
}
|
|
3411
|
+
},
|
|
3412
|
+
"paragraph/S/regular": {
|
|
3413
|
+
value: {
|
|
3414
|
+
fontFamily: "body",
|
|
3415
|
+
fontSize: "sm",
|
|
3416
|
+
fontWeight: "400",
|
|
3417
|
+
lineHeight: "135%",
|
|
3418
|
+
letterSpacing: "0.12px"
|
|
3419
|
+
}
|
|
3420
|
+
},
|
|
3249
3421
|
"paragraph/M/regular": {
|
|
3250
3422
|
value: {
|
|
3251
3423
|
fontFamily: "body",
|
|
@@ -3302,56 +3474,58 @@ const I = {
|
|
|
3302
3474
|
letterSpacing: "0.14px"
|
|
3303
3475
|
}
|
|
3304
3476
|
}
|
|
3305
|
-
}),
|
|
3306
|
-
globalCss:
|
|
3477
|
+
}), Je = E({
|
|
3478
|
+
globalCss: U,
|
|
3307
3479
|
theme: {
|
|
3308
3480
|
breakpoints: {
|
|
3309
3481
|
"3xl": "2560px",
|
|
3310
3482
|
"4xl": "3840px"
|
|
3311
3483
|
},
|
|
3312
|
-
textStyles:
|
|
3313
|
-
layerStyles:
|
|
3484
|
+
textStyles: Ke,
|
|
3485
|
+
layerStyles: Ge,
|
|
3314
3486
|
recipes: {
|
|
3315
|
-
badge:
|
|
3316
|
-
button:
|
|
3317
|
-
divider:
|
|
3318
|
-
input:
|
|
3319
|
-
kbd:
|
|
3320
|
-
skeleton:
|
|
3321
|
-
textarea:
|
|
3487
|
+
badge: ge,
|
|
3488
|
+
button: me,
|
|
3489
|
+
divider: pe,
|
|
3490
|
+
input: ye,
|
|
3491
|
+
kbd: Se,
|
|
3492
|
+
skeleton: ze,
|
|
3493
|
+
textarea: Re
|
|
3322
3494
|
},
|
|
3323
3495
|
tokens: {
|
|
3324
|
-
colors:
|
|
3325
|
-
fonts:
|
|
3326
|
-
fontSizes:
|
|
3327
|
-
fontWeights:
|
|
3328
|
-
radii:
|
|
3329
|
-
|
|
3496
|
+
colors: ae,
|
|
3497
|
+
fonts: ie,
|
|
3498
|
+
fontSizes: ne,
|
|
3499
|
+
fontWeights: se,
|
|
3500
|
+
radii: ue,
|
|
3501
|
+
sizes: ce,
|
|
3502
|
+
spacing: de
|
|
3330
3503
|
},
|
|
3331
3504
|
semanticTokens: {
|
|
3332
|
-
colors:
|
|
3333
|
-
borders:
|
|
3505
|
+
colors: qe,
|
|
3506
|
+
borders: Me
|
|
3334
3507
|
},
|
|
3335
3508
|
slotRecipes: {
|
|
3336
|
-
alert:
|
|
3337
|
-
colorPicker:
|
|
3338
|
-
drawer:
|
|
3339
|
-
tooltip:
|
|
3340
|
-
popover:
|
|
3341
|
-
menu:
|
|
3342
|
-
numberInput:
|
|
3343
|
-
editable:
|
|
3344
|
-
form:
|
|
3345
|
-
dialog:
|
|
3346
|
-
progressCircle:
|
|
3347
|
-
|
|
3348
|
-
|
|
3509
|
+
alert: be,
|
|
3510
|
+
colorPicker: ve,
|
|
3511
|
+
drawer: fe,
|
|
3512
|
+
tooltip: He,
|
|
3513
|
+
popover: Ee,
|
|
3514
|
+
menu: Fe,
|
|
3515
|
+
numberInput: Ce,
|
|
3516
|
+
editable: xe,
|
|
3517
|
+
form: _e,
|
|
3518
|
+
dialog: he,
|
|
3519
|
+
progressCircle: Ae,
|
|
3520
|
+
switch: De,
|
|
3521
|
+
tabs: We,
|
|
3522
|
+
timeline: Be
|
|
3349
3523
|
}
|
|
3350
3524
|
}
|
|
3351
|
-
}),
|
|
3525
|
+
}), ro = C(Xe, Je);
|
|
3352
3526
|
export {
|
|
3353
|
-
|
|
3354
|
-
|
|
3355
|
-
|
|
3527
|
+
oo as a,
|
|
3528
|
+
j as c,
|
|
3529
|
+
ro as t
|
|
3356
3530
|
};
|
|
3357
|
-
//# sourceMappingURL=theme-
|
|
3531
|
+
//# sourceMappingURL=theme-poQlUgt0.js.map
|