@pstdio/ui 0.17.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 +2 -2
- package/dist/components/data-table/data-table-column-menu.d.ts +4 -1
- package/dist/components/data-table/data-table-header.d.ts +0 -8
- package/dist/components/data-table/editable-cells-story.d.ts +9 -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/overlays/searchable-menu-input.d.ts +9 -0
- package/dist/components/param-editor/index.d.ts +5 -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 +1 -0
- package/dist/components/param-editor/inputs/selection-menu.d.ts +4 -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 +2 -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.types.d.ts +25 -13
- 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/utils/inferResourceType.d.ts +1 -1
- package/dist/data-table.js +960 -910
- package/dist/data-table.js.map +1 -1
- 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.js +895 -947
- package/dist/index.js.map +1 -1
- package/dist/{kanban-renderer-toolbar-B9ro-9z1.js → kanban-renderer-toolbar-Db1mIWWd.js} +3 -3
- package/dist/{kanban-renderer-toolbar-B9ro-9z1.js.map → kanban-renderer-toolbar-Db1mIWWd.js.map} +1 -1
- package/dist/kanban-renderer.js +831 -817
- package/dist/kanban-renderer.js.map +1 -1
- 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-YRUxEcy3.js → list-row-BYWwcbGK.js} +286 -271
- 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/theme/primitives/fonts.d.ts +3 -0
- package/dist/theme/recipes/badge.d.ts +8 -0
- package/dist/theme/recipes/color-picker.d.ts +18 -1
- package/dist/theme/recipes/switch.d.ts +17 -0
- package/dist/{theme-CNhnbvcE.js → theme-poQlUgt0.js} +284 -156
- package/dist/theme-poQlUgt0.js.map +1 -0
- package/dist/theme.js +1 -1
- package/dist/{tree-list-CZHLAURU.js → tree-list-BAja2eXU.js} +2 -2
- package/dist/{tree-list-CZHLAURU.js.map → tree-list-BAja2eXU.js.map} +1 -1
- package/package.json +2 -1
- 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/list-row-YRUxEcy3.js.map +0 -1
- package/dist/param-editor-CYZJbmKu.js +0 -933
- package/dist/param-editor-CYZJbmKu.js.map +0 -1
- package/dist/param-editor-read-only-field-DgtLqcFa.js +0 -925
- package/dist/param-editor-read-only-field-DgtLqcFa.js.map +0 -1
- package/dist/prism-BXb57lxL.js +0 -125
- package/dist/prism-BXb57lxL.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-CNhnbvcE.js.map +0 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { defineSlotRecipe as
|
|
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,
|
|
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,7 +34,7 @@ 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(/^#/, ""),
|
|
37
|
+
}, M = (e) => `colors.vscode.${e}`, P = (e) => e.replace(/^#/, ""), j = (e) => {
|
|
38
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 ? {
|
|
@@ -50,11 +50,11 @@ const I = {
|
|
|
50
50
|
rules: l,
|
|
51
51
|
colors: e.theme.colors ?? {}
|
|
52
52
|
};
|
|
53
|
-
},
|
|
53
|
+
}, oo = (e) => {
|
|
54
54
|
const l = {}, o = e.theme.colors ?? {};
|
|
55
55
|
for (const [n, s] of Object.entries(o))
|
|
56
56
|
l[M(n)] = s;
|
|
57
|
-
for (const [n, s] of Object.entries(
|
|
57
|
+
for (const [n, s] of Object.entries(X)) {
|
|
58
58
|
const g = o[n];
|
|
59
59
|
if (g)
|
|
60
60
|
for (const m of s) l[m] = g;
|
|
@@ -63,12 +63,12 @@ const I = {
|
|
|
63
63
|
id: e.id,
|
|
64
64
|
mode: e.mode,
|
|
65
65
|
tokens: l,
|
|
66
|
-
monacoTheme:
|
|
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
|
},
|
|
@@ -785,7 +789,7 @@ 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
|
},
|
|
@@ -831,7 +835,7 @@ const I = {
|
|
|
831
835
|
"5xl": {
|
|
832
836
|
value: r[1600]
|
|
833
837
|
}
|
|
834
|
-
},
|
|
838
|
+
}, ce = {
|
|
835
839
|
"collection-row": {
|
|
836
840
|
value: "2.125rem"
|
|
837
841
|
},
|
|
@@ -844,7 +848,7 @@ const I = {
|
|
|
844
848
|
"view-subheader": {
|
|
845
849
|
value: "2.25rem"
|
|
846
850
|
}
|
|
847
|
-
},
|
|
851
|
+
}, ue = {
|
|
848
852
|
none: {
|
|
849
853
|
value: "0"
|
|
850
854
|
},
|
|
@@ -872,7 +876,7 @@ const I = {
|
|
|
872
876
|
full: {
|
|
873
877
|
value: "100%"
|
|
874
878
|
}
|
|
875
|
-
},
|
|
879
|
+
}, be = t({
|
|
876
880
|
slots: w.keys(),
|
|
877
881
|
base: {
|
|
878
882
|
root: {
|
|
@@ -945,7 +949,7 @@ const I = {
|
|
|
945
949
|
}
|
|
946
950
|
}
|
|
947
951
|
}]
|
|
948
|
-
}),
|
|
952
|
+
}), ge = c({
|
|
949
953
|
className: "chakra-badge",
|
|
950
954
|
base: {
|
|
951
955
|
display: "inline-flex",
|
|
@@ -973,6 +977,14 @@ const I = {
|
|
|
973
977
|
borderRadius: "2xs",
|
|
974
978
|
justifyContent: "center"
|
|
975
979
|
},
|
|
980
|
+
chip: {
|
|
981
|
+
bg: "bg.subtle",
|
|
982
|
+
color: "fg.muted",
|
|
983
|
+
borderWidth: "1px",
|
|
984
|
+
borderColor: "border",
|
|
985
|
+
borderRadius: "xs",
|
|
986
|
+
fontWeight: "normal"
|
|
987
|
+
},
|
|
976
988
|
outline: {
|
|
977
989
|
color: "colorPalette.fg",
|
|
978
990
|
"--outline-shadow-legacy": "colors.colorPalette.muted",
|
|
@@ -1011,7 +1023,7 @@ const I = {
|
|
|
1011
1023
|
variant: "subtle",
|
|
1012
1024
|
size: "sm"
|
|
1013
1025
|
}
|
|
1014
|
-
}),
|
|
1026
|
+
}), me = c({
|
|
1015
1027
|
base: {
|
|
1016
1028
|
borderRadius: "xs",
|
|
1017
1029
|
transition: "all 0.1s ease-in-out",
|
|
@@ -1216,7 +1228,7 @@ const I = {
|
|
|
1216
1228
|
size: "sm",
|
|
1217
1229
|
variant: "outline"
|
|
1218
1230
|
}
|
|
1219
|
-
}), u = "border.accent-light",
|
|
1231
|
+
}), u = "border.accent-light", ve = t({
|
|
1220
1232
|
slots: A.keys(),
|
|
1221
1233
|
base: {
|
|
1222
1234
|
control: {
|
|
@@ -1286,9 +1298,14 @@ const I = {
|
|
|
1286
1298
|
border: "0",
|
|
1287
1299
|
borderInlineStartWidth: "0",
|
|
1288
1300
|
borderRadius: "0",
|
|
1301
|
+
outline: "none",
|
|
1289
1302
|
boxShadow: "none",
|
|
1290
1303
|
_hover: {
|
|
1291
1304
|
bg: "bg.hover"
|
|
1305
|
+
},
|
|
1306
|
+
_focusVisible: {
|
|
1307
|
+
outline: "none",
|
|
1308
|
+
boxShadow: "none"
|
|
1292
1309
|
}
|
|
1293
1310
|
},
|
|
1294
1311
|
content: {
|
|
@@ -1309,8 +1326,29 @@ const I = {
|
|
|
1309
1326
|
outlineColor: u
|
|
1310
1327
|
}
|
|
1311
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"
|
|
1312
1350
|
}
|
|
1313
|
-
}),
|
|
1351
|
+
}), he = t({
|
|
1314
1352
|
slots: z.keys(),
|
|
1315
1353
|
base: {
|
|
1316
1354
|
content: {
|
|
@@ -1321,11 +1359,11 @@ const I = {
|
|
|
1321
1359
|
overflow: "hidden"
|
|
1322
1360
|
}
|
|
1323
1361
|
}
|
|
1324
|
-
}),
|
|
1362
|
+
}), pe = c({
|
|
1325
1363
|
base: {
|
|
1326
1364
|
borderColor: "border.subtle"
|
|
1327
1365
|
}
|
|
1328
|
-
}),
|
|
1366
|
+
}), fe = t({
|
|
1329
1367
|
slots: D.keys(),
|
|
1330
1368
|
base: {
|
|
1331
1369
|
header: {
|
|
@@ -1337,7 +1375,7 @@ const I = {
|
|
|
1337
1375
|
bg: "bg"
|
|
1338
1376
|
}
|
|
1339
1377
|
}
|
|
1340
|
-
}),
|
|
1378
|
+
}), xe = t({
|
|
1341
1379
|
slots: ["preview", "input", "textarea"],
|
|
1342
1380
|
base: {
|
|
1343
1381
|
preview: {
|
|
@@ -1436,14 +1474,14 @@ const I = {
|
|
|
1436
1474
|
}
|
|
1437
1475
|
}
|
|
1438
1476
|
}
|
|
1439
|
-
}),
|
|
1477
|
+
}), _e = t({
|
|
1440
1478
|
slots: W.keys(),
|
|
1441
1479
|
base: {
|
|
1442
1480
|
legend: {
|
|
1443
1481
|
mb: "2xs"
|
|
1444
1482
|
}
|
|
1445
1483
|
}
|
|
1446
|
-
}),
|
|
1484
|
+
}), a = "border.accent-light", ye = c({
|
|
1447
1485
|
base: {
|
|
1448
1486
|
px: "sm",
|
|
1449
1487
|
borderRadius: "xs",
|
|
@@ -1457,18 +1495,18 @@ const I = {
|
|
|
1457
1495
|
"--focus-color": "var(--chakra-colors-border-accent-light)",
|
|
1458
1496
|
"--focus-ring-style": "none",
|
|
1459
1497
|
_hover: {
|
|
1460
|
-
borderColor:
|
|
1498
|
+
borderColor: a
|
|
1461
1499
|
},
|
|
1462
1500
|
_active: {
|
|
1463
|
-
borderColor:
|
|
1501
|
+
borderColor: a
|
|
1464
1502
|
},
|
|
1465
1503
|
_focus: {
|
|
1466
|
-
borderColor:
|
|
1504
|
+
borderColor: a,
|
|
1467
1505
|
outline: "none",
|
|
1468
1506
|
boxShadow: "none"
|
|
1469
1507
|
},
|
|
1470
1508
|
_focusVisible: {
|
|
1471
|
-
borderColor:
|
|
1509
|
+
borderColor: a,
|
|
1472
1510
|
outline: "none",
|
|
1473
1511
|
boxShadow: "none"
|
|
1474
1512
|
},
|
|
@@ -1476,10 +1514,10 @@ const I = {
|
|
|
1476
1514
|
color: "fg.subtle"
|
|
1477
1515
|
},
|
|
1478
1516
|
"&:is(:hover, [data-hover])": {
|
|
1479
|
-
borderColor:
|
|
1517
|
+
borderColor: a
|
|
1480
1518
|
},
|
|
1481
1519
|
"&:is(:active, [data-active])": {
|
|
1482
|
-
borderColor:
|
|
1520
|
+
borderColor: a
|
|
1483
1521
|
}
|
|
1484
1522
|
},
|
|
1485
1523
|
variants: {
|
|
@@ -1493,26 +1531,26 @@ const I = {
|
|
|
1493
1531
|
"--focus-color": "var(--chakra-colors-border-accent-light)",
|
|
1494
1532
|
"--focus-ring-style": "none",
|
|
1495
1533
|
_hover: {
|
|
1496
|
-
borderColor:
|
|
1534
|
+
borderColor: a
|
|
1497
1535
|
},
|
|
1498
1536
|
_active: {
|
|
1499
|
-
borderColor:
|
|
1537
|
+
borderColor: a
|
|
1500
1538
|
},
|
|
1501
1539
|
_focus: {
|
|
1502
|
-
borderColor:
|
|
1540
|
+
borderColor: a,
|
|
1503
1541
|
outline: "none",
|
|
1504
1542
|
boxShadow: "none"
|
|
1505
1543
|
},
|
|
1506
1544
|
_focusVisible: {
|
|
1507
|
-
borderColor:
|
|
1545
|
+
borderColor: a,
|
|
1508
1546
|
outline: "none",
|
|
1509
1547
|
boxShadow: "none"
|
|
1510
1548
|
},
|
|
1511
1549
|
"&:is(:hover, [data-hover])": {
|
|
1512
|
-
borderColor:
|
|
1550
|
+
borderColor: a
|
|
1513
1551
|
},
|
|
1514
1552
|
"&:is(:active, [data-active])": {
|
|
1515
|
-
borderColor:
|
|
1553
|
+
borderColor: a
|
|
1516
1554
|
}
|
|
1517
1555
|
}
|
|
1518
1556
|
},
|
|
@@ -1548,7 +1586,7 @@ const I = {
|
|
|
1548
1586
|
size: "sm",
|
|
1549
1587
|
variant: "outline"
|
|
1550
1588
|
}
|
|
1551
|
-
}),
|
|
1589
|
+
}), Se = c({
|
|
1552
1590
|
base: {
|
|
1553
1591
|
display: "inline-flex",
|
|
1554
1592
|
alignItems: "center",
|
|
@@ -1611,7 +1649,7 @@ const I = {
|
|
|
1611
1649
|
size: "md",
|
|
1612
1650
|
variant: "raised"
|
|
1613
1651
|
}
|
|
1614
|
-
}),
|
|
1652
|
+
}), Fe = t({
|
|
1615
1653
|
slots: R.keys(),
|
|
1616
1654
|
base: {
|
|
1617
1655
|
itemGroupLabel: {
|
|
@@ -1692,7 +1730,7 @@ const I = {
|
|
|
1692
1730
|
textStyle: "label/M/regular"
|
|
1693
1731
|
}
|
|
1694
1732
|
}
|
|
1695
|
-
}),
|
|
1733
|
+
}), ke = "var(--chakra-colors-border)", v = "var(--chakra-colors-border-accent-light)", Ce = t({
|
|
1696
1734
|
slots: B.keys(),
|
|
1697
1735
|
base: {
|
|
1698
1736
|
root: {
|
|
@@ -1700,7 +1738,7 @@ const I = {
|
|
|
1700
1738
|
zIndex: "0",
|
|
1701
1739
|
isolation: "isolate",
|
|
1702
1740
|
boxShadow: "none",
|
|
1703
|
-
"--number-input-border-color":
|
|
1741
|
+
"--number-input-border-color": ke,
|
|
1704
1742
|
"&:is(:hover, [data-hover])": {
|
|
1705
1743
|
"--number-input-border-color": v
|
|
1706
1744
|
},
|
|
@@ -1905,7 +1943,7 @@ const I = {
|
|
|
1905
1943
|
size: "sm",
|
|
1906
1944
|
variant: "outline"
|
|
1907
1945
|
}
|
|
1908
|
-
}),
|
|
1946
|
+
}), Ee = t({
|
|
1909
1947
|
slots: H.keys(),
|
|
1910
1948
|
base: {
|
|
1911
1949
|
positioner: {
|
|
@@ -1959,12 +1997,12 @@ const I = {
|
|
|
1959
1997
|
}
|
|
1960
1998
|
}
|
|
1961
1999
|
}
|
|
1962
|
-
}),
|
|
2000
|
+
}), we = h.variants?.size ?? {}, Ae = {
|
|
1963
2001
|
...h,
|
|
1964
2002
|
variants: {
|
|
1965
2003
|
...h.variants,
|
|
1966
2004
|
size: {
|
|
1967
|
-
...
|
|
2005
|
+
...we,
|
|
1968
2006
|
"2xs": {
|
|
1969
2007
|
circle: {
|
|
1970
2008
|
"--size": "14px",
|
|
@@ -1976,13 +2014,73 @@ const I = {
|
|
|
1976
2014
|
}
|
|
1977
2015
|
}
|
|
1978
2016
|
}
|
|
1979
|
-
},
|
|
2017
|
+
}, ze = c({
|
|
1980
2018
|
base: {
|
|
1981
2019
|
"--start-color": "fg",
|
|
1982
2020
|
"--end-color": "fg.muted"
|
|
1983
2021
|
}
|
|
1984
|
-
}),
|
|
2022
|
+
}), De = t({
|
|
1985
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(),
|
|
1986
2084
|
base: {
|
|
1987
2085
|
root: {
|
|
1988
2086
|
"--tabs-trigger-radius": "radii.xs"
|
|
@@ -2102,7 +2200,7 @@ const I = {
|
|
|
2102
2200
|
size: "xs",
|
|
2103
2201
|
variant: "subtle"
|
|
2104
2202
|
}
|
|
2105
|
-
}),
|
|
2203
|
+
}), i = "border.accent-light", Re = c({
|
|
2106
2204
|
base: {
|
|
2107
2205
|
paddingX: "sm",
|
|
2108
2206
|
paddingY: "xs",
|
|
@@ -2117,18 +2215,18 @@ const I = {
|
|
|
2117
2215
|
"--focus-color": "var(--chakra-colors-border-accent-light)",
|
|
2118
2216
|
"--focus-ring-style": "none",
|
|
2119
2217
|
_hover: {
|
|
2120
|
-
borderColor:
|
|
2218
|
+
borderColor: i
|
|
2121
2219
|
},
|
|
2122
2220
|
_active: {
|
|
2123
|
-
borderColor:
|
|
2221
|
+
borderColor: i
|
|
2124
2222
|
},
|
|
2125
2223
|
_focus: {
|
|
2126
|
-
borderColor:
|
|
2224
|
+
borderColor: i,
|
|
2127
2225
|
outline: "none",
|
|
2128
2226
|
boxShadow: "none"
|
|
2129
2227
|
},
|
|
2130
2228
|
_focusVisible: {
|
|
2131
|
-
borderColor:
|
|
2229
|
+
borderColor: i,
|
|
2132
2230
|
outline: "none",
|
|
2133
2231
|
boxShadow: "none"
|
|
2134
2232
|
},
|
|
@@ -2136,10 +2234,10 @@ const I = {
|
|
|
2136
2234
|
color: "fg.subtle"
|
|
2137
2235
|
},
|
|
2138
2236
|
"&:is(:hover, [data-hover])": {
|
|
2139
|
-
borderColor:
|
|
2237
|
+
borderColor: i
|
|
2140
2238
|
},
|
|
2141
2239
|
"&:is(:active, [data-active])": {
|
|
2142
|
-
borderColor:
|
|
2240
|
+
borderColor: i
|
|
2143
2241
|
}
|
|
2144
2242
|
},
|
|
2145
2243
|
variants: {
|
|
@@ -2153,26 +2251,26 @@ const I = {
|
|
|
2153
2251
|
"--focus-color": "var(--chakra-colors-border-accent-light)",
|
|
2154
2252
|
"--focus-ring-style": "none",
|
|
2155
2253
|
_hover: {
|
|
2156
|
-
borderColor:
|
|
2254
|
+
borderColor: i
|
|
2157
2255
|
},
|
|
2158
2256
|
_active: {
|
|
2159
|
-
borderColor:
|
|
2257
|
+
borderColor: i
|
|
2160
2258
|
},
|
|
2161
2259
|
_focus: {
|
|
2162
|
-
borderColor:
|
|
2260
|
+
borderColor: i,
|
|
2163
2261
|
outline: "none",
|
|
2164
2262
|
boxShadow: "none"
|
|
2165
2263
|
},
|
|
2166
2264
|
_focusVisible: {
|
|
2167
|
-
borderColor:
|
|
2265
|
+
borderColor: i,
|
|
2168
2266
|
outline: "none",
|
|
2169
2267
|
boxShadow: "none"
|
|
2170
2268
|
},
|
|
2171
2269
|
"&:is(:hover, [data-hover])": {
|
|
2172
|
-
borderColor:
|
|
2270
|
+
borderColor: i
|
|
2173
2271
|
},
|
|
2174
2272
|
"&:is(:active, [data-active])": {
|
|
2175
|
-
borderColor:
|
|
2273
|
+
borderColor: i
|
|
2176
2274
|
}
|
|
2177
2275
|
}
|
|
2178
2276
|
},
|
|
@@ -2208,8 +2306,8 @@ const I = {
|
|
|
2208
2306
|
size: "sm",
|
|
2209
2307
|
variant: "outline"
|
|
2210
2308
|
}
|
|
2211
|
-
}),
|
|
2212
|
-
slots:
|
|
2309
|
+
}), Be = t({
|
|
2310
|
+
slots: V.keys(),
|
|
2213
2311
|
base: {
|
|
2214
2312
|
root: {
|
|
2215
2313
|
display: "flex",
|
|
@@ -2355,8 +2453,8 @@ const I = {
|
|
|
2355
2453
|
variant: "solid",
|
|
2356
2454
|
showLastSeparator: !1
|
|
2357
2455
|
}
|
|
2358
|
-
}),
|
|
2359
|
-
slots:
|
|
2456
|
+
}), He = t({
|
|
2457
|
+
slots: I.keys(),
|
|
2360
2458
|
base: {
|
|
2361
2459
|
content: {
|
|
2362
2460
|
bg: "bg.inverted",
|
|
@@ -2364,13 +2462,13 @@ const I = {
|
|
|
2364
2462
|
color: "fg.inverted"
|
|
2365
2463
|
}
|
|
2366
2464
|
}
|
|
2367
|
-
}),
|
|
2465
|
+
}), Te = /* @__PURE__ */ new Set(["boxShadow", "boxShadowColor", "textShadow"]), p = /shadow/i, Le = (e) => {
|
|
2368
2466
|
if (!p.test(e)) return e;
|
|
2369
2467
|
const l = e.split(",").map((o) => o.trim()).filter((o) => !p.test(o));
|
|
2370
2468
|
if (l.length !== 0)
|
|
2371
2469
|
return l.join(", ");
|
|
2372
|
-
}, b = (e) => Array.isArray(e) ? e.map(b).filter((l) => l !== void 0) : typeof e == "string" ?
|
|
2373
|
-
if (
|
|
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 [];
|
|
2374
2472
|
const n = b(o);
|
|
2375
2473
|
return n === void 0 ? [] : [[l, n]];
|
|
2376
2474
|
})), x = (e) => {
|
|
@@ -2379,14 +2477,14 @@ const I = {
|
|
|
2379
2477
|
...o
|
|
2380
2478
|
} = e ?? {};
|
|
2381
2479
|
return o;
|
|
2382
|
-
},
|
|
2480
|
+
}, Ve = {
|
|
2383
2481
|
badge: ["surface"],
|
|
2384
2482
|
button: ["secondary", "surface"]
|
|
2385
|
-
},
|
|
2483
|
+
}, Ie = (e) => {
|
|
2386
2484
|
const l = {
|
|
2387
2485
|
...e ?? {}
|
|
2388
2486
|
};
|
|
2389
|
-
for (const [o, n] of Object.entries(
|
|
2487
|
+
for (const [o, n] of Object.entries(Ve)) {
|
|
2390
2488
|
const s = l[o];
|
|
2391
2489
|
if (!s || typeof s != "object") continue;
|
|
2392
2490
|
const g = s, m = g.variants, f = m?.variant;
|
|
@@ -2401,18 +2499,18 @@ const I = {
|
|
|
2401
2499
|
};
|
|
2402
2500
|
}
|
|
2403
2501
|
return l;
|
|
2404
|
-
},
|
|
2502
|
+
}, Xe = {
|
|
2405
2503
|
...d,
|
|
2406
2504
|
theme: {
|
|
2407
2505
|
...d.theme,
|
|
2408
2506
|
tokens: x(d.theme?.tokens),
|
|
2409
2507
|
semanticTokens: x(d.theme?.semanticTokens),
|
|
2410
|
-
recipes:
|
|
2508
|
+
recipes: Ie(b(d.theme?.recipes)),
|
|
2411
2509
|
slotRecipes: b(d.theme?.slotRecipes),
|
|
2412
2510
|
layerStyles: b(d.theme?.layerStyles),
|
|
2413
2511
|
animationStyles: b(d.theme?.animationStyles)
|
|
2414
2512
|
}
|
|
2415
|
-
},
|
|
2513
|
+
}, Me = {
|
|
2416
2514
|
DEFAULT: {
|
|
2417
2515
|
value: "1px solid {colors.border}"
|
|
2418
2516
|
},
|
|
@@ -2428,7 +2526,7 @@ const I = {
|
|
|
2428
2526
|
"accent-light": {
|
|
2429
2527
|
value: "1px solid {colors.border.accent-light}"
|
|
2430
2528
|
}
|
|
2431
|
-
},
|
|
2529
|
+
}, Pe = {
|
|
2432
2530
|
DEFAULT: {
|
|
2433
2531
|
value: {
|
|
2434
2532
|
_light: "{colors.blacks.800}",
|
|
@@ -2524,7 +2622,7 @@ const I = {
|
|
|
2524
2622
|
value: "{colors.fg.muted}"
|
|
2525
2623
|
}
|
|
2526
2624
|
}
|
|
2527
|
-
},
|
|
2625
|
+
}, je = {
|
|
2528
2626
|
DEFAULT: {
|
|
2529
2627
|
value: {
|
|
2530
2628
|
_light: "{colors.blacks.50}",
|
|
@@ -2783,7 +2881,7 @@ const I = {
|
|
|
2783
2881
|
}
|
|
2784
2882
|
}
|
|
2785
2883
|
}
|
|
2786
|
-
},
|
|
2884
|
+
}, Ue = {
|
|
2787
2885
|
DEFAULT: {
|
|
2788
2886
|
value: {
|
|
2789
2887
|
_light: "#EAF0EB",
|
|
@@ -2843,14 +2941,14 @@ const I = {
|
|
|
2843
2941
|
value: "{colors.border.subtle}"
|
|
2844
2942
|
}
|
|
2845
2943
|
}
|
|
2846
|
-
},
|
|
2944
|
+
}, Oe = {
|
|
2847
2945
|
border: {
|
|
2848
2946
|
value: {
|
|
2849
2947
|
_light: "{colors.mint.200}",
|
|
2850
2948
|
_dark: "{colors.mint.200}"
|
|
2851
2949
|
}
|
|
2852
2950
|
}
|
|
2853
|
-
},
|
|
2951
|
+
}, Ye = {
|
|
2854
2952
|
contrast: {
|
|
2855
2953
|
value: {
|
|
2856
2954
|
_light: "black",
|
|
@@ -2899,7 +2997,7 @@ const I = {
|
|
|
2899
2997
|
_dark: "{colors.orange.500}"
|
|
2900
2998
|
}
|
|
2901
2999
|
}
|
|
2902
|
-
},
|
|
3000
|
+
}, $e = {
|
|
2903
3001
|
text: {
|
|
2904
3002
|
primary: {
|
|
2905
3003
|
value: {
|
|
@@ -3060,7 +3158,7 @@ const I = {
|
|
|
3060
3158
|
}
|
|
3061
3159
|
}
|
|
3062
3160
|
}
|
|
3063
|
-
},
|
|
3161
|
+
}, Ne = {
|
|
3064
3162
|
selectable: {
|
|
3065
3163
|
primary: {
|
|
3066
3164
|
value: {
|
|
@@ -3069,15 +3167,26 @@ const I = {
|
|
|
3069
3167
|
}
|
|
3070
3168
|
}
|
|
3071
3169
|
}
|
|
3072
|
-
},
|
|
3073
|
-
fg:
|
|
3074
|
-
bg:
|
|
3075
|
-
border:
|
|
3076
|
-
blue:
|
|
3077
|
-
orange:
|
|
3078
|
-
vis:
|
|
3079
|
-
text:
|
|
3080
|
-
},
|
|
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
|
+
},
|
|
3081
3190
|
modal: {
|
|
3082
3191
|
value: {
|
|
3083
3192
|
paddingInline: "xs",
|
|
@@ -3088,7 +3197,7 @@ const I = {
|
|
|
3088
3197
|
borderColor: "border"
|
|
3089
3198
|
}
|
|
3090
3199
|
}
|
|
3091
|
-
}),
|
|
3200
|
+
}), Ke = k({
|
|
3092
3201
|
brand: {
|
|
3093
3202
|
value: {
|
|
3094
3203
|
fontFamily: "brand",
|
|
@@ -3274,6 +3383,24 @@ const I = {
|
|
|
3274
3383
|
letterSpacing: "0.1px"
|
|
3275
3384
|
}
|
|
3276
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
|
+
},
|
|
3277
3404
|
"mono/XS": {
|
|
3278
3405
|
value: {
|
|
3279
3406
|
fontFamily: "mono",
|
|
@@ -3347,57 +3474,58 @@ const I = {
|
|
|
3347
3474
|
letterSpacing: "0.14px"
|
|
3348
3475
|
}
|
|
3349
3476
|
}
|
|
3350
|
-
}),
|
|
3351
|
-
globalCss:
|
|
3477
|
+
}), Je = E({
|
|
3478
|
+
globalCss: U,
|
|
3352
3479
|
theme: {
|
|
3353
3480
|
breakpoints: {
|
|
3354
3481
|
"3xl": "2560px",
|
|
3355
3482
|
"4xl": "3840px"
|
|
3356
3483
|
},
|
|
3357
|
-
textStyles:
|
|
3358
|
-
layerStyles:
|
|
3484
|
+
textStyles: Ke,
|
|
3485
|
+
layerStyles: Ge,
|
|
3359
3486
|
recipes: {
|
|
3360
|
-
badge:
|
|
3361
|
-
button:
|
|
3362
|
-
divider:
|
|
3363
|
-
input:
|
|
3364
|
-
kbd:
|
|
3365
|
-
skeleton:
|
|
3366
|
-
textarea:
|
|
3487
|
+
badge: ge,
|
|
3488
|
+
button: me,
|
|
3489
|
+
divider: pe,
|
|
3490
|
+
input: ye,
|
|
3491
|
+
kbd: Se,
|
|
3492
|
+
skeleton: ze,
|
|
3493
|
+
textarea: Re
|
|
3367
3494
|
},
|
|
3368
3495
|
tokens: {
|
|
3369
|
-
colors:
|
|
3370
|
-
fonts:
|
|
3371
|
-
fontSizes:
|
|
3372
|
-
fontWeights:
|
|
3373
|
-
radii:
|
|
3374
|
-
sizes:
|
|
3375
|
-
spacing:
|
|
3496
|
+
colors: ae,
|
|
3497
|
+
fonts: ie,
|
|
3498
|
+
fontSizes: ne,
|
|
3499
|
+
fontWeights: se,
|
|
3500
|
+
radii: ue,
|
|
3501
|
+
sizes: ce,
|
|
3502
|
+
spacing: de
|
|
3376
3503
|
},
|
|
3377
3504
|
semanticTokens: {
|
|
3378
|
-
colors:
|
|
3379
|
-
borders:
|
|
3505
|
+
colors: qe,
|
|
3506
|
+
borders: Me
|
|
3380
3507
|
},
|
|
3381
3508
|
slotRecipes: {
|
|
3382
|
-
alert:
|
|
3383
|
-
colorPicker:
|
|
3384
|
-
drawer:
|
|
3385
|
-
tooltip:
|
|
3386
|
-
popover:
|
|
3387
|
-
menu:
|
|
3388
|
-
numberInput:
|
|
3389
|
-
editable:
|
|
3390
|
-
form:
|
|
3391
|
-
dialog:
|
|
3392
|
-
progressCircle:
|
|
3393
|
-
|
|
3394
|
-
|
|
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
|
|
3395
3523
|
}
|
|
3396
3524
|
}
|
|
3397
|
-
}),
|
|
3525
|
+
}), ro = C(Xe, Je);
|
|
3398
3526
|
export {
|
|
3399
|
-
|
|
3400
|
-
|
|
3401
|
-
|
|
3527
|
+
oo as a,
|
|
3528
|
+
j as c,
|
|
3529
|
+
ro as t
|
|
3402
3530
|
};
|
|
3403
|
-
//# sourceMappingURL=theme-
|
|
3531
|
+
//# sourceMappingURL=theme-poQlUgt0.js.map
|