@cieloazul310/digital-go-pandacss-preset 0.1.0-beta.6 → 0.1.0-beta.7
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/index.js +426 -602
- package/dist/index.mjs +452 -628
- package/package.json +22 -17
package/dist/index.js
CHANGED
|
@@ -43,6 +43,7 @@ var import_dev = require("@pandacss/dev");
|
|
|
43
43
|
var import_accordion = require("@zag-js/accordion");
|
|
44
44
|
var accordion_default = (0, import_dev.defineSlotRecipe)({
|
|
45
45
|
className: "accordion",
|
|
46
|
+
description: "\u30A2\u30B3\u30FC\u30C7\u30A3\u30AA\u30F3\u306F\u3001\u30E6\u30FC\u30B6\u30FC\u304C\u30B3\u30F3\u30C6\u30F3\u30C4\u306E\u30BB\u30AF\u30B7\u30E7\u30F3\u3092\u5C55\u958B\u307E\u305F\u306F\u6298\u308A\u305F\u305F\u3080\u3053\u3068\u304C\u3067\u304D\u308B\u30E6\u30FC\u30B6\u30FC\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u3067\u3059\u3002\u9805\u76EE\u3092\u30B3\u30F3\u30D1\u30AF\u30C8\u306B\u30EA\u30B9\u30C8\u8868\u793A\u3057\u3064\u3064\u30DA\u30FC\u30B8\u9077\u79FB\u305B\u305A\u95A2\u9023\u60C5\u5831\u3092\u8868\u793A\u3057\u305F\u3044\u3068\u3044\u3046\u8981\u6C42\u306B\u5BFE\u5FDC\u3057\u307E\u3059\u3002\u203B\u30BB\u30AF\u30B7\u30E7\u30F3\u5185\u306E\u4EFB\u610F\u306E\u7BC4\u56F2\u3067\u6298\u308A\u305F\u305F\u307F\u8868\u793A\u3092\u3059\u308B\u5834\u5408\u306F\u300C\u30C7\u30A3\u30B9\u30AF\u30ED\u30FC\u30B8\u30E3\u30FC\u300D\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u3092\u4F7F\u7528\u3057\u3066\u304F\u3060\u3055\u3044\u3002",
|
|
46
47
|
slots: import_accordion.anatomy.keys(),
|
|
47
48
|
base: {
|
|
48
49
|
root: {
|
|
@@ -132,24 +133,21 @@ var accordion_default = (0, import_dev.defineSlotRecipe)({
|
|
|
132
133
|
* bg-white text-blue-1000
|
|
133
134
|
*/
|
|
134
135
|
bg: "white",
|
|
135
|
-
color: "colorPalette.
|
|
136
|
+
color: "colorPalette.primary.100",
|
|
136
137
|
/**
|
|
137
138
|
* border border-current rounded-full
|
|
138
|
-
|
|
139
|
-
|
|
139
|
+
* group-hover/summary:outline group-hover/summary:outline-2
|
|
140
|
+
* group-hover/summary:outline-current
|
|
141
|
+
* group-open/accordion:rotate-180
|
|
140
142
|
*/
|
|
141
143
|
borderWidth: "1px",
|
|
142
144
|
borderColor: "currentcolor",
|
|
143
145
|
rounded: "full",
|
|
144
146
|
outlineStyle: "solid",
|
|
145
147
|
outlineWidth: { base: "0px", _groupHover: "2px" },
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
transitionTimingFunction: "default",
|
|
150
|
-
_open: {
|
|
151
|
-
transform: "rotate(-180deg)"
|
|
152
|
-
}
|
|
148
|
+
outlineColor: { base: "transparent", _groupHover: "currentcolor" },
|
|
149
|
+
transition: "transform",
|
|
150
|
+
transform: { base: "rotate(0deg)", _open: "rotate(-180deg)" }
|
|
153
151
|
},
|
|
154
152
|
itemContent: {
|
|
155
153
|
/**
|
|
@@ -173,6 +171,7 @@ var import_dev3 = require("@pandacss/dev");
|
|
|
173
171
|
var import_anatomy = require("@zag-js/anatomy");
|
|
174
172
|
var breadcrumbAnatomy = (0, import_anatomy.createAnatomy)("breadcrumb").parts(
|
|
175
173
|
"root",
|
|
174
|
+
"label",
|
|
176
175
|
"list",
|
|
177
176
|
"item",
|
|
178
177
|
"link",
|
|
@@ -185,12 +184,6 @@ var cardAnatomy = (0, import_anatomy.createAnatomy)("card").parts(
|
|
|
185
184
|
"sub",
|
|
186
185
|
"title"
|
|
187
186
|
);
|
|
188
|
-
var disclosureAnatomy = (0, import_anatomy.createAnatomy)("disclosure").parts(
|
|
189
|
-
"root",
|
|
190
|
-
"summary",
|
|
191
|
-
"icon",
|
|
192
|
-
"content"
|
|
193
|
-
);
|
|
194
187
|
var fieldAnatomy = (0, import_anatomy.createAnatomy)("field").parts(
|
|
195
188
|
"root",
|
|
196
189
|
"errorText",
|
|
@@ -207,16 +200,6 @@ var fieldsetAnatomy = (0, import_anatomy.createAnatomy)("fieldset").parts(
|
|
|
207
200
|
"supportText",
|
|
208
201
|
"legend"
|
|
209
202
|
);
|
|
210
|
-
var inputTextAnatomy = (0, import_anatomy.createAnatomy)("field").parts(
|
|
211
|
-
"root",
|
|
212
|
-
"errorText",
|
|
213
|
-
"helperText",
|
|
214
|
-
"input",
|
|
215
|
-
"label",
|
|
216
|
-
"select",
|
|
217
|
-
"textarea",
|
|
218
|
-
"requiredIndicator"
|
|
219
|
-
);
|
|
220
203
|
var menuListAnatomy = (0, import_anatomy.createAnatomy)("menu-list").parts(
|
|
221
204
|
"root",
|
|
222
205
|
"label",
|
|
@@ -230,7 +213,7 @@ var menuListAnatomy = (0, import_anatomy.createAnatomy)("menu-list").parts(
|
|
|
230
213
|
);
|
|
231
214
|
var notificationBannerAnatomy = (0, import_anatomy.createAnatomy)(
|
|
232
215
|
"notification-banner"
|
|
233
|
-
).parts("root", "icon", "close", "header", "heading", "body");
|
|
216
|
+
).parts("root", "icon", "close", "header", "heading", "body", "actions");
|
|
234
217
|
var resourceListAnatomy = (0, import_anatomy.createAnatomy)("resource-list").parts(
|
|
235
218
|
"root",
|
|
236
219
|
"main",
|
|
@@ -261,12 +244,12 @@ var link_default = (0, import_dev2.defineRecipe)({
|
|
|
261
244
|
* text-blue-1000 visited:text-magenta-900 hover:text-blue-1000
|
|
262
245
|
* focus-visible:text-blue-1000 active:text-orange-700
|
|
263
246
|
*/
|
|
264
|
-
colorPalette: "
|
|
247
|
+
colorPalette: "blue",
|
|
265
248
|
color: {
|
|
266
|
-
base: "colorPalette.
|
|
249
|
+
base: "colorPalette.primary.100",
|
|
267
250
|
_visited: "magenta.900",
|
|
268
|
-
_hover: "colorPalette.
|
|
269
|
-
_focusVisible: "colorPalette.
|
|
251
|
+
_hover: "colorPalette.primary.100",
|
|
252
|
+
_focusVisible: "colorPalette.primary.100",
|
|
270
253
|
_active: "orange.700"
|
|
271
254
|
},
|
|
272
255
|
/**
|
|
@@ -326,6 +309,10 @@ var breadcrumb_default = (0, import_dev3.defineSlotRecipe)({
|
|
|
326
309
|
*/
|
|
327
310
|
"--icon-size": "16px"
|
|
328
311
|
},
|
|
312
|
+
label: {
|
|
313
|
+
srOnly: true,
|
|
314
|
+
textStyle: "oln-16N-100"
|
|
315
|
+
},
|
|
329
316
|
list: {
|
|
330
317
|
/**
|
|
331
318
|
* inline
|
|
@@ -366,7 +353,10 @@ var breadcrumb_default = (0, import_dev3.defineSlotRecipe)({
|
|
|
366
353
|
* mx-2 inline
|
|
367
354
|
*/
|
|
368
355
|
mx: 2,
|
|
369
|
-
display: "inline"
|
|
356
|
+
display: "inline",
|
|
357
|
+
width: "12px",
|
|
358
|
+
height: "12px",
|
|
359
|
+
fill: "none"
|
|
370
360
|
}
|
|
371
361
|
}
|
|
372
362
|
});
|
|
@@ -417,9 +407,9 @@ var button_default = (0, import_dev4.defineRecipe)({
|
|
|
417
407
|
* bg-blue-900 hover:bg-blue-1000 active:bg-blue-1200 aria-disabled:bg-solid-gray-300
|
|
418
408
|
*/
|
|
419
409
|
bg: {
|
|
420
|
-
base: "colorPalette.
|
|
421
|
-
_hover: "colorPalette.
|
|
422
|
-
_active: "colorPalette.
|
|
410
|
+
base: "colorPalette.primary",
|
|
411
|
+
_hover: "colorPalette.primary.100",
|
|
412
|
+
_active: "colorPalette.primary.300",
|
|
423
413
|
_disabled: "solid-gray.300"
|
|
424
414
|
},
|
|
425
415
|
color: { base: "white", _disabled: "solid-gray.50" },
|
|
@@ -449,9 +439,9 @@ var button_default = (0, import_dev4.defineRecipe)({
|
|
|
449
439
|
_disabled: "white"
|
|
450
440
|
},
|
|
451
441
|
color: {
|
|
452
|
-
base: "colorPalette.
|
|
453
|
-
_hover: "colorPalette.
|
|
454
|
-
_active: "colorPalette.
|
|
442
|
+
base: "colorPalette.primary",
|
|
443
|
+
_hover: "colorPalette.primary.100",
|
|
444
|
+
_active: "colorPalette.primary.300",
|
|
455
445
|
_disabled: "solid-gray.300"
|
|
456
446
|
},
|
|
457
447
|
/**
|
|
@@ -475,15 +465,15 @@ var button_default = (0, import_dev4.defineRecipe)({
|
|
|
475
465
|
*/
|
|
476
466
|
bg: {
|
|
477
467
|
base: "transparent",
|
|
478
|
-
_hover: "colorPalette.
|
|
468
|
+
_hover: "colorPalette.bg",
|
|
479
469
|
_active: "colorPalette.100",
|
|
480
470
|
_focusVisible: { base: "yellow.300", _hover: "yellow.300" },
|
|
481
471
|
_disabled: "transparent"
|
|
482
472
|
},
|
|
483
473
|
color: {
|
|
484
|
-
base: "colorPalette.
|
|
485
|
-
_hover: "colorPalette.
|
|
486
|
-
_active: "colorPalette.
|
|
474
|
+
base: "colorPalette.primary",
|
|
475
|
+
_hover: "colorPalette.primary.100",
|
|
476
|
+
_active: "colorPalette.primary.300",
|
|
487
477
|
_disabled: "solid-gray.300"
|
|
488
478
|
},
|
|
489
479
|
/**
|
|
@@ -564,6 +554,7 @@ var button_default = (0, import_dev4.defineRecipe)({
|
|
|
564
554
|
var import_dev5 = require("@pandacss/dev");
|
|
565
555
|
var card_default = (0, import_dev5.defineSlotRecipe)({
|
|
566
556
|
className: "card",
|
|
557
|
+
description: "\u5358\u4E00\u306E\u4E3B\u984C\u306B\u95A2\u3059\u308B\u30B3\u30F3\u30C6\u30F3\u30C4\u3092\u307E\u3068\u3081\u3066\u8868\u793A\u3059\u308B\u30B3\u30F3\u30C6\u30CA\u3068\u306A\u308B\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u3067\u3059\u3002\u3055\u307E\u3056\u307E\u306A\u30BF\u30A4\u30D7\u3068\u30B5\u30A4\u30BA\u306E\u8981\u7D20\u3084\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u3092\u67D4\u8EDF\u306B\u683C\u7D0D\u3067\u304D\u307E\u3059\u3002\u672C\u6765\u30AB\u30FC\u30C9\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u306F\u3001\u3042\u3089\u3086\u308B\u30B3\u30F3\u30C6\u30F3\u30C4\uFF08\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u3084\u8981\u7D20\uFF09\u3092\u5185\u5305\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u3001\u975E\u5E38\u306B\u81EA\u7531\u5EA6\u306E\u9AD8\u3044\u30B3\u30F3\u30C6\u30CA\u3068\u306A\u308A\u307E\u3059\u3002\u672C\u30C7\u30B6\u30A4\u30F3\u30B7\u30B9\u30C6\u30E0\u3067\u306F\u3001\u60C5\u5831\u8A2D\u8A08\u3092\u3057\u3084\u3059\u3044\u30AB\u30FC\u30C9\u3092\u63D0\u4F9B\u3059\u308B\u305F\u3081\u3001\u81EA\u7531\u5EA6\u306B\u5236\u7D04\u3092\u8A2D\u3051\u305F\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u4ED5\u69D8\u3068\u3057\u3066\u7B56\u5B9A\u3057\u3066\u3044\u307E\u3059\u3002",
|
|
567
558
|
slots: cardAnatomy.keys(),
|
|
568
559
|
base: {
|
|
569
560
|
root: {
|
|
@@ -573,7 +564,7 @@ var card_default = (0, import_dev5.defineSlotRecipe)({
|
|
|
573
564
|
"main"
|
|
574
565
|
"sub"
|
|
575
566
|
`,
|
|
576
|
-
bg: { base: "white", "&:has(input:checked)": "colorPalette.
|
|
567
|
+
bg: { base: "white", "&:has(input:checked)": "colorPalette.bg" },
|
|
577
568
|
color: "solid-gray.800",
|
|
578
569
|
textStyle: "std-16N-170",
|
|
579
570
|
borderColor: "solid-gray.420",
|
|
@@ -685,14 +676,12 @@ var import_dev6 = require("@pandacss/dev");
|
|
|
685
676
|
var import_checkbox = require("@zag-js/checkbox");
|
|
686
677
|
var checkbox_default = (0, import_dev6.defineSlotRecipe)({
|
|
687
678
|
className: "checkbox",
|
|
679
|
+
description: "\u30C1\u30A7\u30C3\u30AF\u30DC\u30C3\u30AF\u30B9\u306F\u3001\u8907\u6570\u306E\u9805\u76EE\u306E\u4E2D\u304B\u3089\u8907\u6570\u306E\u9078\u629E\u80A2\u3092\u9078\u3076\u3053\u3068\u3092\u53EF\u80FD\u306B\u3057\u307E\u3059\u3002\u307E\u305F\u3001\u3072\u3068\u3064\u306E\u9078\u629E\u80A2\u306E\u30AA\u30F3\u30FB\u30AA\u30D5\u306E\u5207\u308A\u66FF\u3048\u306B\u3082\u7528\u3044\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002",
|
|
688
680
|
slots: import_checkbox.anatomy.extendWith("group").keys(),
|
|
689
681
|
base: {
|
|
690
682
|
root: {
|
|
691
|
-
/**
|
|
692
|
-
* flex w-fit items-start py-2
|
|
693
|
-
*/
|
|
694
683
|
display: "flex",
|
|
695
|
-
alignItems: "
|
|
684
|
+
alignItems: "center",
|
|
696
685
|
width: "fit-content",
|
|
697
686
|
py: 2,
|
|
698
687
|
colorPalette: "keyColor"
|
|
@@ -702,20 +691,40 @@ var checkbox_default = (0, import_dev6.defineSlotRecipe)({
|
|
|
702
691
|
* flex items-center justify-center shrink-0 rounded-[calc(1/8*100%)]
|
|
703
692
|
* has-[input:hover:not(:focus):not([aria-disabled="true"])]:bg-solid-gray-420
|
|
704
693
|
*/
|
|
705
|
-
display: "flex",
|
|
706
|
-
alignItems: "center",
|
|
707
|
-
justifyContent: "center",
|
|
708
694
|
flexShrink: 0,
|
|
709
|
-
rounded: "calc(
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
outlineColor: {
|
|
695
|
+
rounded: "calc(2 / 18 * 100%)",
|
|
696
|
+
borderWidth: "2px",
|
|
697
|
+
borderColor: {
|
|
713
698
|
base: "solid-gray.420",
|
|
699
|
+
_checked: "colorPalette.primary",
|
|
714
700
|
_invalid: { base: "error.1", _disabled: "solid-gray.420" },
|
|
715
701
|
_groupHover: { base: "black", _disabled: "solid-gray.420" }
|
|
716
702
|
},
|
|
717
703
|
_disabled: {
|
|
718
704
|
bg: "solid-gray.50"
|
|
705
|
+
},
|
|
706
|
+
_groupHover: {
|
|
707
|
+
outlineStyle: { base: "solid", _disabled: "hidden" },
|
|
708
|
+
outlineColor: "solid-gray.420",
|
|
709
|
+
_focus: {
|
|
710
|
+
outlineStyle: "solid",
|
|
711
|
+
outlineWidth: "4px",
|
|
712
|
+
outlineColor: "black",
|
|
713
|
+
outlineOffset: "calc(2 / 16 * 1rem)",
|
|
714
|
+
focusRing: "calc(2 / 16 * 1rem)"
|
|
715
|
+
}
|
|
716
|
+
},
|
|
717
|
+
/**
|
|
718
|
+
* focus:outline focus:outline-4 focus:outline-black
|
|
719
|
+
* focus:outline-offset-[calc(2/16*1rem)]
|
|
720
|
+
* focus:ring-[calc(2/16*1rem)] focus:ring-yellow-300
|
|
721
|
+
*/
|
|
722
|
+
_focus: {
|
|
723
|
+
outlineStyle: "solid",
|
|
724
|
+
outlineWidth: "4px",
|
|
725
|
+
outlineColor: "black",
|
|
726
|
+
outlineOffset: "calc(2 / 16 * 1rem)",
|
|
727
|
+
focusRing: "calc(2 / 16 * 1rem)"
|
|
719
728
|
}
|
|
720
729
|
},
|
|
721
730
|
indicator: {
|
|
@@ -723,53 +732,9 @@ var checkbox_default = (0, import_dev6.defineSlotRecipe)({
|
|
|
723
732
|
* appearance-none size-3/4 rounded-[calc(2/18*100%)]
|
|
724
733
|
*/
|
|
725
734
|
appearance: "none",
|
|
726
|
-
width: "
|
|
727
|
-
height: "
|
|
728
|
-
rounded: "calc(2 / 18 * 100%)",
|
|
735
|
+
width: "full",
|
|
736
|
+
height: "full",
|
|
729
737
|
zIndex: 1,
|
|
730
|
-
borderColor: {
|
|
731
|
-
/**
|
|
732
|
-
* border-solid-gray-600 hover:border-black
|
|
733
|
-
* forced-colors:!border-[ButtonText]
|
|
734
|
-
*/
|
|
735
|
-
base: "solid-gray.600",
|
|
736
|
-
_hover: "black",
|
|
737
|
-
_highContrast: "ButtonText",
|
|
738
|
-
_checked: {
|
|
739
|
-
/**
|
|
740
|
-
* checked:border-blue-900 checked:hover:border-blue-1100
|
|
741
|
-
* forced-colors:checked:!border-[Highlight]
|
|
742
|
-
*/
|
|
743
|
-
base: "colorPalette.900",
|
|
744
|
-
_hover: "colorPalette.1100",
|
|
745
|
-
_highContrast: "Highlight"
|
|
746
|
-
},
|
|
747
|
-
_indeterminate: {
|
|
748
|
-
/**
|
|
749
|
-
* indeterminate:border-blue-900 indeterminate:hover:border-blue-1100
|
|
750
|
-
* forced-colors:indeterminate:!border-[Highlight]
|
|
751
|
-
*/
|
|
752
|
-
base: "colorPalette.900",
|
|
753
|
-
_hover: "colorPalette.1100",
|
|
754
|
-
_highContrast: "Highlight"
|
|
755
|
-
},
|
|
756
|
-
_invalid: {
|
|
757
|
-
/**
|
|
758
|
-
* data-[error]:border-error-1 data-[error]:hover:border-red-1000
|
|
759
|
-
*/
|
|
760
|
-
base: "error.1",
|
|
761
|
-
_disabled: "solid-gray.300",
|
|
762
|
-
_hover: { base: "red.1000", _disabled: "solid-gray.300" }
|
|
763
|
-
},
|
|
764
|
-
_disabled: {
|
|
765
|
-
/**
|
|
766
|
-
* aria-disabled:!border-solid-gray-300
|
|
767
|
-
* forced-colors:aria-disabled:!border-[GrayText]
|
|
768
|
-
*/
|
|
769
|
-
base: "solid-gray.300",
|
|
770
|
-
_highContrast: "GrayText"
|
|
771
|
-
}
|
|
772
|
-
},
|
|
773
738
|
bg: {
|
|
774
739
|
/**
|
|
775
740
|
* bg-white
|
|
@@ -780,8 +745,8 @@ var checkbox_default = (0, import_dev6.defineSlotRecipe)({
|
|
|
780
745
|
* forced-colors:checked:!bg-[Highlight]
|
|
781
746
|
*/
|
|
782
747
|
_checked: {
|
|
783
|
-
base: "colorPalette.
|
|
784
|
-
_hover: "colorPalette.
|
|
748
|
+
base: "colorPalette.primary",
|
|
749
|
+
_hover: "colorPalette.primary.200",
|
|
785
750
|
_highContrast: "Highlight"
|
|
786
751
|
},
|
|
787
752
|
_indeterminate: {
|
|
@@ -789,8 +754,8 @@ var checkbox_default = (0, import_dev6.defineSlotRecipe)({
|
|
|
789
754
|
* indeterminate:bg-blue-900 indeterminate:hover:bg-blue-1100
|
|
790
755
|
* forced-colors:indeterminate:!bg-[Highlight]
|
|
791
756
|
*/
|
|
792
|
-
base: "colorPalette.
|
|
793
|
-
_hover: "colorPalette.
|
|
757
|
+
base: "colorPalette.primary",
|
|
758
|
+
_hover: "colorPalette.primary.200",
|
|
794
759
|
_highContrast: "Highlight"
|
|
795
760
|
},
|
|
796
761
|
/**
|
|
@@ -859,27 +824,9 @@ var checkbox_default = (0, import_dev6.defineSlotRecipe)({
|
|
|
859
824
|
display: "block",
|
|
860
825
|
clipPath: "path('M3.25,7.75H10.75V6.25H3.25V7.75Z')"
|
|
861
826
|
}
|
|
862
|
-
},
|
|
863
|
-
/**
|
|
864
|
-
* focus:outline focus:outline-4 focus:outline-black
|
|
865
|
-
* focus:outline-offset-[calc(2/16*1rem)]
|
|
866
|
-
* focus:ring-[calc(2/16*1rem)] focus:ring-yellow-300
|
|
867
|
-
*/
|
|
868
|
-
_focus: {
|
|
869
|
-
outlineStyle: "solid",
|
|
870
|
-
outlineWidth: "4px",
|
|
871
|
-
outlineColor: "black",
|
|
872
|
-
outlineOffset: "calc(2 / 16 * 1rem)",
|
|
873
|
-
focusRing: "calc(2 / 16 * 1rem)"
|
|
874
827
|
}
|
|
875
828
|
},
|
|
876
829
|
label: {
|
|
877
|
-
/**
|
|
878
|
-
* text-solid-gray-800
|
|
879
|
-
* data-[size=sm]:pt-px data-[size=sm]:text-dns-16N-130
|
|
880
|
-
* data-[size=md]:pt-1 data-[size=md]:text-dns-16N-130
|
|
881
|
-
* data-[size=lg]:pt-2.5 data-[size=lg]:text-dns-17N-130
|
|
882
|
-
*/
|
|
883
830
|
color: "solid-gray.800"
|
|
884
831
|
}
|
|
885
832
|
},
|
|
@@ -887,118 +834,60 @@ var checkbox_default = (0, import_dev6.defineSlotRecipe)({
|
|
|
887
834
|
size: {
|
|
888
835
|
sm: {
|
|
889
836
|
root: {
|
|
890
|
-
|
|
891
|
-
* data-[size=sm]:gap-1
|
|
892
|
-
*/
|
|
893
|
-
gap: 1
|
|
837
|
+
gap: 1.5
|
|
894
838
|
},
|
|
895
839
|
control: {
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
outlineOffset: "-4px",
|
|
902
|
-
boxShadow: {
|
|
903
|
-
_groupHover: {
|
|
904
|
-
base: "inset 0 0 0 2px {colors.solid-gray.420}",
|
|
905
|
-
_disabled: "none"
|
|
906
|
-
}
|
|
840
|
+
width: "calc({spacing.9} / 2)",
|
|
841
|
+
height: "calc({spacing.9} / 2)",
|
|
842
|
+
_groupHover: {
|
|
843
|
+
outlineWidth: "2px",
|
|
844
|
+
_focus: { outlineWidth: "4px" }
|
|
907
845
|
}
|
|
908
846
|
},
|
|
909
|
-
indicator: {
|
|
910
|
-
/**
|
|
911
|
-
* data-[size=sm]:border-[calc(2/16*1rem)]
|
|
912
|
-
*/
|
|
913
|
-
borderWidth: "calc(2 / 16 * 1rem)"
|
|
914
|
-
},
|
|
915
847
|
label: {
|
|
916
|
-
/**
|
|
917
|
-
* data-[size=sm]:pt-px data-[size=sm]:text-dns-16N-130
|
|
918
|
-
*/
|
|
919
|
-
pt: "1px",
|
|
920
848
|
textStyle: "dns-16N-130"
|
|
921
849
|
}
|
|
922
850
|
},
|
|
923
851
|
md: {
|
|
924
852
|
root: {
|
|
925
|
-
|
|
926
|
-
* data-[size=md]:gap-2
|
|
927
|
-
*/
|
|
928
|
-
gap: 2
|
|
853
|
+
gap: 2.5
|
|
929
854
|
},
|
|
930
855
|
control: {
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
height: 8,
|
|
936
|
-
outlineOffset: "-5px",
|
|
937
|
-
boxShadow: {
|
|
938
|
-
_groupHover: {
|
|
939
|
-
base: "inset 0 0 0 4px {colors.solid-gray.420}",
|
|
940
|
-
_disabled: "none"
|
|
941
|
-
}
|
|
856
|
+
width: 6,
|
|
857
|
+
height: 6,
|
|
858
|
+
_groupHover: {
|
|
859
|
+
outlineWidth: "4px"
|
|
942
860
|
}
|
|
943
861
|
},
|
|
944
862
|
indicator: {
|
|
945
|
-
/**
|
|
946
|
-
* data-[size=md]:border-[calc(2/16*1rem)]
|
|
947
|
-
* data-[size=md]:before:origin-top-left
|
|
948
|
-
* data-[size=md]:before:scale-[calc(20/14)]
|
|
949
|
-
*/
|
|
950
|
-
borderWidth: "calc(2 / 16 * 1rem)",
|
|
951
863
|
_before: {
|
|
952
864
|
transformOrigin: "top left",
|
|
953
865
|
scale: "calc(20 / 14)"
|
|
954
866
|
}
|
|
955
867
|
},
|
|
956
868
|
label: {
|
|
957
|
-
/**
|
|
958
|
-
* data-[size=md]:pt-1 data-[size=md]:text-dns-16N-130
|
|
959
|
-
*/
|
|
960
|
-
pt: 1,
|
|
961
869
|
textStyle: "dns-16N-130"
|
|
962
870
|
}
|
|
963
871
|
},
|
|
964
872
|
lg: {
|
|
965
873
|
root: {
|
|
966
|
-
|
|
967
|
-
* data-[size=lg]:gap-2
|
|
968
|
-
*/
|
|
969
|
-
gap: 2
|
|
874
|
+
gap: 2.5
|
|
970
875
|
},
|
|
971
876
|
control: {
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
outlineOffset: "-7px",
|
|
978
|
-
boxShadow: {
|
|
979
|
-
_groupHover: {
|
|
980
|
-
base: "inset 0 0 0 6px {colors.solid-gray.420}",
|
|
981
|
-
_disabled: "none"
|
|
982
|
-
}
|
|
877
|
+
width: 8,
|
|
878
|
+
height: 8,
|
|
879
|
+
_groupHover: {
|
|
880
|
+
outlineWidth: "6px",
|
|
881
|
+
_focus: { outlineWidth: "4px" }
|
|
983
882
|
}
|
|
984
883
|
},
|
|
985
884
|
indicator: {
|
|
986
|
-
/**
|
|
987
|
-
* data-[size=lg]:border-[calc(3/16*1rem)]
|
|
988
|
-
* data-[size=lg]:before:origin-top-left
|
|
989
|
-
* data-[size=lg]:before:scale-[calc(27/14)]
|
|
990
|
-
*/
|
|
991
|
-
borderWidth: "calc(3 / 16 * 1rem)",
|
|
992
885
|
_before: {
|
|
993
886
|
transformOrigin: "top left",
|
|
994
887
|
scale: "calc(27 / 14)"
|
|
995
888
|
}
|
|
996
889
|
},
|
|
997
890
|
label: {
|
|
998
|
-
/**
|
|
999
|
-
* data-[size=lg]:pt-2.5 data-[size=lg]:text-dns-17N-130
|
|
1000
|
-
*/
|
|
1001
|
-
pt: 2.5,
|
|
1002
891
|
textStyle: "dns-17N-130"
|
|
1003
892
|
}
|
|
1004
893
|
}
|
|
@@ -1009,11 +898,59 @@ var checkbox_default = (0, import_dev6.defineSlotRecipe)({
|
|
|
1009
898
|
}
|
|
1010
899
|
});
|
|
1011
900
|
|
|
1012
|
-
// src/recipes/
|
|
901
|
+
// src/recipes/chip-label.ts
|
|
1013
902
|
var import_dev7 = require("@pandacss/dev");
|
|
1014
|
-
var
|
|
903
|
+
var chip_label_default = (0, import_dev7.defineRecipe)({
|
|
904
|
+
className: "chip-label",
|
|
905
|
+
description: "\u72B6\u614B\u3084\u72B6\u6CC1\u3092\u793A\u3059\u30AD\u30FC\u30EF\u30FC\u30C9\u3092\u8868\u793A\u3057\u3066\u3001\u60C5\u5831\u306E\u5206\u985E\u30FB\u6574\u7406\u306E\u52B9\u7387\u3092\u5411\u4E0A\u3055\u305B\u308B\u30B0\u30E9\u30D5\u30A3\u30C3\u30AF\u8981\u7D20\u3067\u3059\u3002\u60C5\u5831\u30EA\u30B9\u30C8\u3084\u30C6\u30FC\u30D6\u30EB\u306E\u5404\u884C\u306A\u3069\u306E\u30B9\u30C6\u30FC\u30BF\u30B9\u3092\u5206\u304B\u308A\u3084\u3059\u304F\u8868\u793A\u3057\u305F\u3044\u5834\u5408\u306B\u6709\u52B9\u3067\u3059\u3002",
|
|
906
|
+
base: {
|
|
907
|
+
display: "inline-flex",
|
|
908
|
+
alignItems: "center",
|
|
909
|
+
gap: 1,
|
|
910
|
+
px: 2,
|
|
911
|
+
py: 1,
|
|
912
|
+
minHeight: "32px",
|
|
913
|
+
borderWidth: "1px",
|
|
914
|
+
colorPalette: "keyColor",
|
|
915
|
+
rounded: 8,
|
|
916
|
+
flexShrink: 0,
|
|
917
|
+
whiteSpace: "nowrap",
|
|
918
|
+
textStyle: "oln-16N-100"
|
|
919
|
+
},
|
|
920
|
+
variants: {
|
|
921
|
+
variant: {
|
|
922
|
+
text: {
|
|
923
|
+
color: "colorPalette.primary",
|
|
924
|
+
borderColor: "transparent"
|
|
925
|
+
},
|
|
926
|
+
outlined: {
|
|
927
|
+
color: "colorPalette.primary",
|
|
928
|
+
borderColor: "currentcolor"
|
|
929
|
+
},
|
|
930
|
+
ghost: {
|
|
931
|
+
color: "colorPalette.primary",
|
|
932
|
+
bg: "colorPalette.bg",
|
|
933
|
+
borderColor: "currentColor"
|
|
934
|
+
},
|
|
935
|
+
"solid-fill": {
|
|
936
|
+
bg: "colorPalette.primary",
|
|
937
|
+
color: "white",
|
|
938
|
+
borderColor: "transparent"
|
|
939
|
+
}
|
|
940
|
+
}
|
|
941
|
+
},
|
|
942
|
+
defaultVariants: {
|
|
943
|
+
variant: "text"
|
|
944
|
+
}
|
|
945
|
+
});
|
|
946
|
+
|
|
947
|
+
// src/recipes/disclosure.ts
|
|
948
|
+
var import_dev8 = require("@pandacss/dev");
|
|
949
|
+
var import_collapsible = require("@zag-js/collapsible");
|
|
950
|
+
var disclosure_default = (0, import_dev8.defineSlotRecipe)({
|
|
1015
951
|
className: "disclosure",
|
|
1016
|
-
|
|
952
|
+
description: "\u30C7\u30A3\u30B9\u30AF\u30ED\u30FC\u30B8\u30E3\u30FC\u306F\u3001\u30B3\u30F3\u30C6\u30F3\u30C4\u306E\u30BB\u30AF\u30B7\u30E7\u30F3\u5185\u306E\u4EFB\u610F\u306E\u7BC4\u56F2\u3092\u6298\u308A\u305F\u305F\u3080\u3053\u3068\u304C\u3067\u304D\u308B\u30E6\u30FC\u30B6\u30FC\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u3067\u3059\u3002\u203B\u30BB\u30AF\u30B7\u30E7\u30F3\u5358\u4F4D\u3067\u6298\u308A\u305F\u305F\u307F\u8868\u793A\u3092\u3059\u308B\u5834\u5408\u306F\u300C\u30A2\u30B3\u30FC\u30C7\u30A3\u30AA\u30F3\u300D\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u3092\u4F7F\u7528\u3057\u3066\u304F\u3060\u3055\u3044\u3002",
|
|
953
|
+
slots: import_collapsible.anatomy.extendWith("indicator").keys(),
|
|
1017
954
|
base: {
|
|
1018
955
|
root: {
|
|
1019
956
|
/**
|
|
@@ -1021,7 +958,7 @@ var disclosure_default = (0, import_dev7.defineSlotRecipe)({
|
|
|
1021
958
|
*/
|
|
1022
959
|
colorPalette: "keyColor"
|
|
1023
960
|
},
|
|
1024
|
-
|
|
961
|
+
trigger: {
|
|
1025
962
|
/**
|
|
1026
963
|
* group/summary
|
|
1027
964
|
* [&::-webkit-details-marker]:hidden
|
|
@@ -1063,41 +1000,26 @@ var disclosure_default = (0, import_dev7.defineSlotRecipe)({
|
|
|
1063
1000
|
focusRing: "calc(2 / 16 * 1rem)"
|
|
1064
1001
|
}
|
|
1065
1002
|
},
|
|
1066
|
-
|
|
1067
|
-
/**
|
|
1068
|
-
* flex-none text-blue-1000 mt-[calc((1lh-24px)/2)]
|
|
1069
|
-
* group-open/disclosure:rotate-180
|
|
1070
|
-
* forced-colors:text-inherit
|
|
1071
|
-
*/
|
|
1003
|
+
indicator: {
|
|
1072
1004
|
flex: "none",
|
|
1073
|
-
|
|
1005
|
+
bg: { base: "colorPalette.primary.100", _groupHover: "white" },
|
|
1006
|
+
color: {
|
|
1007
|
+
base: "white",
|
|
1008
|
+
_groupHover: "colorPalette.primary.100",
|
|
1009
|
+
_highContrast: "inherit"
|
|
1010
|
+
},
|
|
1074
1011
|
mt: "calc((1lh - 24px) / 2)",
|
|
1075
|
-
/**
|
|
1076
|
-
* svg
|
|
1077
|
-
*/
|
|
1078
1012
|
width: "24px",
|
|
1079
1013
|
height: "24px",
|
|
1080
1014
|
rounded: "full",
|
|
1081
|
-
bg: { base: "white", _groupHover: "currentColor" },
|
|
1082
1015
|
outlineStyle: "solid",
|
|
1083
1016
|
outlineWidth: "3px",
|
|
1084
1017
|
outlineOffset: "-3px",
|
|
1018
|
+
outlineColor: "colorPalette.primary.100",
|
|
1019
|
+
transition: "transform",
|
|
1085
1020
|
transform: {
|
|
1086
1021
|
base: "rotate(-180deg)",
|
|
1087
|
-
|
|
1088
|
-
},
|
|
1089
|
-
transition: "transform",
|
|
1090
|
-
_before: {
|
|
1091
|
-
content: '""',
|
|
1092
|
-
bg: { base: "currentColor", _groupHover: "white" },
|
|
1093
|
-
width: "full",
|
|
1094
|
-
height: "full",
|
|
1095
|
-
rounded: "full",
|
|
1096
|
-
outlineStyle: "solid",
|
|
1097
|
-
outlineWidth: "3px",
|
|
1098
|
-
outlineOffset: "-3px",
|
|
1099
|
-
display: "block",
|
|
1100
|
-
clipPath: "path('M12 15.525L16.925 10.625H7.07502L12 15.525ZM12 22.85C10.4834 22.85 9.06677 22.566 7.75027 21.998C6.43394 21.4298 5.28886 20.6588 4.31502 19.685C3.34119 18.7112 2.57019 17.5661 2.00202 16.2498C1.43402 14.9333 1.15002 13.5167 1.15002 12C1.15002 10.4833 1.43402 9.06675 2.00202 7.75025C2.57019 6.43392 3.34119 5.28883 4.31502 4.315C5.28886 3.34117 6.43394 2.57017 7.75027 2.002C9.06677 1.434 10.4834 1.15 12 1.15C13.5167 1.15 14.9333 1.434 16.2498 2.002C17.5661 2.57017 18.7112 3.34117 19.685 4.315C20.6589 5.28883 21.4299 6.43392 21.998 7.75025C22.566 9.06675 22.85 10.4833 22.85 12C22.85 13.5167 22.566 14.9333 21.998 16.2498C21.4299 17.5661 20.6589 18.7112 19.685 19.685C18.7112 20.6588 17.5661 21.4298 16.2498 21.998C14.9333 22.566 13.5167 22.85 12 22.85Z')"
|
|
1022
|
+
_open: "rotate(0deg)"
|
|
1101
1023
|
}
|
|
1102
1024
|
},
|
|
1103
1025
|
content: {}
|
|
@@ -1105,8 +1027,8 @@ var disclosure_default = (0, import_dev7.defineSlotRecipe)({
|
|
|
1105
1027
|
});
|
|
1106
1028
|
|
|
1107
1029
|
// src/recipes/divider.ts
|
|
1108
|
-
var
|
|
1109
|
-
var divider_default = (0,
|
|
1030
|
+
var import_dev9 = require("@pandacss/dev");
|
|
1031
|
+
var divider_default = (0, import_dev9.defineRecipe)({
|
|
1110
1032
|
className: "divider",
|
|
1111
1033
|
description: "\u30C7\u30A3\u30D0\u30A4\u30C0\u30FC\u306F\u3001\u7570\u306A\u308B\u30BB\u30AF\u30B7\u30E7\u30F3\u3001\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u3001\u307E\u305F\u306F\u30B3\u30F3\u30C6\u30F3\u30C4\u306E\u30B0\u30EB\u30FC\u30D7\u9593\u306B\u8A2D\u3051\u3089\u308C\u308B\u8996\u899A\u7684\u306A\u533A\u5207\u308A\u3067\u3001HTML\u306Ehr\u8981\u7D20\u306B\u76F8\u5F53\u3057\u307E\u3059\u3002\u8981\u7D20\u9593\u306B\u660E\u78BA\u306A\u533A\u5207\u308A\u3092\u8A2D\u3051\u308B\u3053\u3068\u3067\u3001\u8AAD\u307F\u3084\u3059\u3055\u3092\u5411\u4E0A\u3055\u305B\u308B\u5F79\u5272\u3092\u679C\u305F\u3057\u307E\u3059\u3002",
|
|
1112
1034
|
variants: {
|
|
@@ -1123,10 +1045,11 @@ var divider_default = (0, import_dev8.defineRecipe)({
|
|
|
1123
1045
|
|
|
1124
1046
|
// src/recipes/drawer.ts
|
|
1125
1047
|
var import_dialog = require("@zag-js/dialog");
|
|
1126
|
-
var
|
|
1048
|
+
var import_dev10 = require("@pandacss/dev");
|
|
1127
1049
|
var anatomy = import_dialog.anatomy.extendWith("header", "body", "footer");
|
|
1128
|
-
var drawer_default = (0,
|
|
1050
|
+
var drawer_default = (0, import_dev10.defineSlotRecipe)({
|
|
1129
1051
|
className: "drawer",
|
|
1052
|
+
description: "\u30D6\u30E9\u30A6\u30B6\u753B\u9762\u306E\u56DB\u8FBA(\u4E0A\u4E0B\u5DE6\u53F3\u7AEF)\u304B\u3089\u5C55\u958B\u3057\u3001\u30E2\u30D0\u30A4\u30EB\u30E1\u30CB\u30E5\u30FC\u306A\u3069\u306E\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u3092\u683C\u7D0D\u53EF\u80FD\u306A\u30B3\u30F3\u30C6\u30CA\u3067\u3059\u3002",
|
|
1130
1053
|
slots: anatomy.keys(),
|
|
1131
1054
|
base: {
|
|
1132
1055
|
backdrop: {
|
|
@@ -1243,8 +1166,8 @@ var drawer_default = (0, import_dev9.defineSlotRecipe)({
|
|
|
1243
1166
|
});
|
|
1244
1167
|
|
|
1245
1168
|
// src/recipes/error-text.ts
|
|
1246
|
-
var
|
|
1247
|
-
var error_text_default = (0,
|
|
1169
|
+
var import_dev11 = require("@pandacss/dev");
|
|
1170
|
+
var error_text_default = (0, import_dev11.defineRecipe)({
|
|
1248
1171
|
className: "error-text",
|
|
1249
1172
|
base: {
|
|
1250
1173
|
/**
|
|
@@ -1256,11 +1179,11 @@ var error_text_default = (0, import_dev10.defineRecipe)({
|
|
|
1256
1179
|
});
|
|
1257
1180
|
|
|
1258
1181
|
// src/recipes/field.ts
|
|
1259
|
-
var
|
|
1182
|
+
var import_dev18 = require("@pandacss/dev");
|
|
1260
1183
|
|
|
1261
1184
|
// src/recipes/input.ts
|
|
1262
|
-
var
|
|
1263
|
-
var input_default = (0,
|
|
1185
|
+
var import_dev12 = require("@pandacss/dev");
|
|
1186
|
+
var input_default = (0, import_dev12.defineRecipe)({
|
|
1264
1187
|
className: "input",
|
|
1265
1188
|
description: "\u30A4\u30F3\u30D7\u30C3\u30C8\u30C6\u30AD\u30B9\u30C8\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u306F\u3001\u540D\u524D\u3084\u96FB\u8A71\u756A\u53F7\u306A\u3069\u30011\u884C\u4EE5\u5185\u306E\u30C6\u30AD\u30B9\u30C8\u3092\u5165\u529B\u3059\u308B\u5834\u5408\u306B\u4F7F\u7528\u3057\u307E\u3059\u3002",
|
|
1266
1189
|
base: {
|
|
@@ -1330,8 +1253,8 @@ var input_default = (0, import_dev11.defineRecipe)({
|
|
|
1330
1253
|
});
|
|
1331
1254
|
|
|
1332
1255
|
// src/recipes/label.ts
|
|
1333
|
-
var
|
|
1334
|
-
var label_default = (0,
|
|
1256
|
+
var import_dev13 = require("@pandacss/dev");
|
|
1257
|
+
var label_default = (0, import_dev13.defineRecipe)({
|
|
1335
1258
|
className: "label",
|
|
1336
1259
|
base: {
|
|
1337
1260
|
/**
|
|
@@ -1359,8 +1282,8 @@ var label_default = (0, import_dev12.defineRecipe)({
|
|
|
1359
1282
|
});
|
|
1360
1283
|
|
|
1361
1284
|
// src/recipes/requirement-badge.ts
|
|
1362
|
-
var
|
|
1363
|
-
var requirement_badge_default = (0,
|
|
1285
|
+
var import_dev14 = require("@pandacss/dev");
|
|
1286
|
+
var requirement_badge_default = (0, import_dev14.defineRecipe)({
|
|
1364
1287
|
className: "requirement-badge",
|
|
1365
1288
|
base: {
|
|
1366
1289
|
/**
|
|
@@ -1372,8 +1295,8 @@ var requirement_badge_default = (0, import_dev13.defineRecipe)({
|
|
|
1372
1295
|
});
|
|
1373
1296
|
|
|
1374
1297
|
// src/recipes/select-box.ts
|
|
1375
|
-
var
|
|
1376
|
-
var select_box_default = (0,
|
|
1298
|
+
var import_dev15 = require("@pandacss/dev");
|
|
1299
|
+
var select_box_default = (0, import_dev15.defineRecipe)({
|
|
1377
1300
|
className: "select-box",
|
|
1378
1301
|
description: "\u30BB\u30EC\u30AF\u30C8\u30DC\u30C3\u30AF\u30B9\u306F\u3001\u8907\u6570\u306E\u9078\u629E\u80A2\u3092\u63D0\u4F9B\u3059\u308B\u30D5\u30A9\u30FC\u30E0\u30B3\u30F3\u30C8\u30ED\u30FC\u30EB\u3067\u3059\u3002",
|
|
1379
1302
|
base: {
|
|
@@ -1443,8 +1366,8 @@ var select_box_default = (0, import_dev14.defineRecipe)({
|
|
|
1443
1366
|
});
|
|
1444
1367
|
|
|
1445
1368
|
// src/recipes/support-text.ts
|
|
1446
|
-
var
|
|
1447
|
-
var support_text_default = (0,
|
|
1369
|
+
var import_dev16 = require("@pandacss/dev");
|
|
1370
|
+
var support_text_default = (0, import_dev16.defineRecipe)({
|
|
1448
1371
|
className: "support-text",
|
|
1449
1372
|
base: {
|
|
1450
1373
|
/**
|
|
@@ -1456,8 +1379,8 @@ var support_text_default = (0, import_dev15.defineRecipe)({
|
|
|
1456
1379
|
});
|
|
1457
1380
|
|
|
1458
1381
|
// src/recipes/textarea.ts
|
|
1459
|
-
var
|
|
1460
|
-
var textarea_default = (0,
|
|
1382
|
+
var import_dev17 = require("@pandacss/dev");
|
|
1383
|
+
var textarea_default = (0, import_dev17.defineRecipe)({
|
|
1461
1384
|
className: "textarea",
|
|
1462
1385
|
description: "\u30C6\u30AD\u30B9\u30C8\u30A8\u30EA\u30A2\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u306F\u30011\u884C\u4EE5\u4E0A\u306E\u30C6\u30AD\u30B9\u30C8\u3092\u5165\u529B\u3059\u308B\u5834\u5408\u306B\u4F7F\u7528\u3057\u307E\u3059\u3002",
|
|
1463
1386
|
base: {
|
|
@@ -1505,7 +1428,7 @@ var textarea_default = (0, import_dev16.defineRecipe)({
|
|
|
1505
1428
|
});
|
|
1506
1429
|
|
|
1507
1430
|
// src/recipes/field.ts
|
|
1508
|
-
var field = (0,
|
|
1431
|
+
var field = (0, import_dev18.defineSlotRecipe)({
|
|
1509
1432
|
className: "field",
|
|
1510
1433
|
slots: fieldAnatomy.keys(),
|
|
1511
1434
|
base: {
|
|
@@ -1562,8 +1485,8 @@ var field = (0, import_dev17.defineSlotRecipe)({
|
|
|
1562
1485
|
var field_default = field;
|
|
1563
1486
|
|
|
1564
1487
|
// src/recipes/fieldset.ts
|
|
1565
|
-
var
|
|
1566
|
-
var fieldset_default = (0,
|
|
1488
|
+
var import_dev19 = require("@pandacss/dev");
|
|
1489
|
+
var fieldset_default = (0, import_dev19.defineSlotRecipe)({
|
|
1567
1490
|
className: "fieldset",
|
|
1568
1491
|
slots: fieldsetAnatomy.keys(),
|
|
1569
1492
|
base: {
|
|
@@ -1596,20 +1519,26 @@ var fieldset_default = (0, import_dev18.defineSlotRecipe)({
|
|
|
1596
1519
|
});
|
|
1597
1520
|
|
|
1598
1521
|
// src/recipes/hamburger-menu-button.ts
|
|
1599
|
-
var
|
|
1600
|
-
var hamburger_menu_button_default = (0,
|
|
1522
|
+
var import_dev20 = require("@pandacss/dev");
|
|
1523
|
+
var hamburger_menu_button_default = (0, import_dev20.defineRecipe)({
|
|
1601
1524
|
className: "hamburger-menu-button",
|
|
1602
1525
|
base: {
|
|
1603
1526
|
/**
|
|
1604
|
-
* flex w-fit items-center text-oln-16N-100 rounded-
|
|
1527
|
+
* flex w-fit items-center text-oln-16N-100 rounded-6 touch-manipulation
|
|
1605
1528
|
*/
|
|
1606
1529
|
display: "flex",
|
|
1607
1530
|
width: "fit-content",
|
|
1608
1531
|
alignItems: "center",
|
|
1609
1532
|
textStyle: "oln-16N-100",
|
|
1610
|
-
rounded:
|
|
1533
|
+
rounded: 6,
|
|
1534
|
+
/**
|
|
1535
|
+
* gap-x-1 px-3 pb-1.5 pt-1
|
|
1536
|
+
*/
|
|
1537
|
+
px: 3,
|
|
1538
|
+
pb: 1.5,
|
|
1539
|
+
pt: 1,
|
|
1611
1540
|
touchAction: "manipulation",
|
|
1612
|
-
|
|
1541
|
+
columnGap: 1.5,
|
|
1613
1542
|
/**
|
|
1614
1543
|
* hover:bg-solid-gray-50 hover:underline hover:underline-offset-[calc(3/16*1rem)]
|
|
1615
1544
|
*/
|
|
@@ -1638,76 +1567,19 @@ var hamburger_menu_button_default = (0, import_dev19.defineRecipe)({
|
|
|
1638
1567
|
}
|
|
1639
1568
|
});
|
|
1640
1569
|
|
|
1641
|
-
// src/recipes/
|
|
1642
|
-
var
|
|
1643
|
-
var
|
|
1644
|
-
|
|
1645
|
-
className: "input-text",
|
|
1646
|
-
description: "\u30A4\u30F3\u30D7\u30C3\u30C8\u30C6\u30AD\u30B9\u30C8\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u306F\u3001\u540D\u524D\u3084\u96FB\u8A71\u756A\u53F7\u306A\u3069\u30011\u884C\u4EE5\u5185\u306E\u30C6\u30AD\u30B9\u30C8\u3092\u5165\u529B\u3059\u308B\u5834\u5408\u306B\u4F7F\u7528\u3057\u307E\u3059\u3002",
|
|
1647
|
-
slots: inputTextAnatomy.keys(),
|
|
1570
|
+
// src/recipes/legend.ts
|
|
1571
|
+
var import_dev21 = require("@pandacss/dev");
|
|
1572
|
+
var legend_default = (0, import_dev21.defineRecipe)({
|
|
1573
|
+
className: "legend",
|
|
1648
1574
|
base: {
|
|
1649
|
-
|
|
1650
|
-
|
|
1651
|
-
|
|
1652
|
-
|
|
1653
|
-
|
|
1654
|
-
|
|
1655
|
-
|
|
1656
|
-
|
|
1657
|
-
input: {
|
|
1658
|
-
...input_default.base
|
|
1659
|
-
},
|
|
1660
|
-
textarea: {
|
|
1661
|
-
...textarea_default.base
|
|
1662
|
-
},
|
|
1663
|
-
select: {
|
|
1664
|
-
...select_box_default.base
|
|
1665
|
-
},
|
|
1666
|
-
errorText: {
|
|
1667
|
-
...error_text_default.base
|
|
1668
|
-
},
|
|
1669
|
-
helperText: {
|
|
1670
|
-
...support_text_default.base
|
|
1671
|
-
}
|
|
1672
|
-
},
|
|
1673
|
-
variants: {
|
|
1674
|
-
size: {
|
|
1675
|
-
lg: {
|
|
1676
|
-
label: { ...label_default.variants?.size?.lg },
|
|
1677
|
-
input: { ...input_default.variants?.size?.lg },
|
|
1678
|
-
select: { ...select_box_default.variants?.size?.lg }
|
|
1679
|
-
},
|
|
1680
|
-
md: {
|
|
1681
|
-
label: { ...label_default.variants?.size?.md },
|
|
1682
|
-
input: { ...input_default.variants?.size?.md },
|
|
1683
|
-
select: { ...select_box_default.variants?.size?.md }
|
|
1684
|
-
},
|
|
1685
|
-
sm: {
|
|
1686
|
-
label: { ...label_default.variants?.size?.sm },
|
|
1687
|
-
input: { ...input_default.variants?.size?.sm },
|
|
1688
|
-
select: { ...select_box_default.variants?.size?.sm }
|
|
1689
|
-
}
|
|
1690
|
-
}
|
|
1691
|
-
},
|
|
1692
|
-
defaultVariants: {
|
|
1693
|
-
size: "lg"
|
|
1694
|
-
}
|
|
1695
|
-
});
|
|
1696
|
-
var input_text_default = inputText;
|
|
1697
|
-
|
|
1698
|
-
// src/recipes/legend.ts
|
|
1699
|
-
var import_dev21 = require("@pandacss/dev");
|
|
1700
|
-
var legend_default = (0, import_dev21.defineRecipe)({
|
|
1701
|
-
className: "legend",
|
|
1702
|
-
base: {
|
|
1703
|
-
/**
|
|
1704
|
-
* flex w-fit items-center gap-2 text-solid-gray-800
|
|
1705
|
-
*/
|
|
1706
|
-
display: "flex",
|
|
1707
|
-
width: "fit-content",
|
|
1708
|
-
alignItems: "center",
|
|
1709
|
-
gap: 2,
|
|
1710
|
-
color: "solid-gray.800"
|
|
1575
|
+
/**
|
|
1576
|
+
* flex w-fit items-center gap-2 text-solid-gray-800
|
|
1577
|
+
*/
|
|
1578
|
+
display: "flex",
|
|
1579
|
+
width: "fit-content",
|
|
1580
|
+
alignItems: "center",
|
|
1581
|
+
gap: 2,
|
|
1582
|
+
color: "solid-gray.800"
|
|
1711
1583
|
},
|
|
1712
1584
|
variants: {
|
|
1713
1585
|
size: {
|
|
@@ -1758,7 +1630,8 @@ var menu_item_default = (0, import_dev23.defineRecipe)({
|
|
|
1758
1630
|
className: "menu-item",
|
|
1759
1631
|
base: {
|
|
1760
1632
|
/**
|
|
1761
|
-
* flex relative items-center
|
|
1633
|
+
* flex relative items-center text-nowrap
|
|
1634
|
+
* bg-white hover:bg-solid-gray-50 focus-visible:bg-yellow-300
|
|
1762
1635
|
* text-oln-16N-100 text-solid-gray-800
|
|
1763
1636
|
* ${isCurrent ? '!text-blue-1000 !bg-blue-100 font-bold' : ''}
|
|
1764
1637
|
*/
|
|
@@ -1770,6 +1643,8 @@ var menu_item_default = (0, import_dev23.defineRecipe)({
|
|
|
1770
1643
|
bg: {
|
|
1771
1644
|
base: "transparent",
|
|
1772
1645
|
_hover: "solid-gray.50",
|
|
1646
|
+
_focusVisible: "yellow.300",
|
|
1647
|
+
_highlighted: "yellow.300",
|
|
1773
1648
|
_selected: {
|
|
1774
1649
|
base: "colorPalette.100",
|
|
1775
1650
|
_hover: "colorPalette.100"
|
|
@@ -1779,15 +1654,15 @@ var menu_item_default = (0, import_dev23.defineRecipe)({
|
|
|
1779
1654
|
_hover: "colorPalette.100"
|
|
1780
1655
|
},
|
|
1781
1656
|
_open: {
|
|
1782
|
-
base: "colorPalette.
|
|
1783
|
-
_hover: "colorPalette.
|
|
1657
|
+
base: "colorPalette.bg",
|
|
1658
|
+
_hover: "colorPalette.bg"
|
|
1784
1659
|
}
|
|
1785
1660
|
},
|
|
1786
1661
|
color: {
|
|
1787
1662
|
base: "solid-gray.800",
|
|
1788
|
-
_selected: "colorPalette.
|
|
1789
|
-
_checked: "colorPalette.
|
|
1790
|
-
_open: "colorPalette.
|
|
1663
|
+
_selected: "colorPalette.primary.100",
|
|
1664
|
+
_checked: "colorPalette.primary.100",
|
|
1665
|
+
_open: "colorPalette.primary.100"
|
|
1791
1666
|
},
|
|
1792
1667
|
fontWeight: { base: "normal", _selected: "bold", _checked: "bold" },
|
|
1793
1668
|
/**
|
|
@@ -1806,17 +1681,27 @@ var menu_item_default = (0, import_dev23.defineRecipe)({
|
|
|
1806
1681
|
columnGap: 2,
|
|
1807
1682
|
/**
|
|
1808
1683
|
* focus-visible:outline focus-visible:outline-4 focus-visible:outline-black
|
|
1809
|
-
* focus-visible:-outline-offset-4
|
|
1684
|
+
* focus-visible:-outline-offset-4
|
|
1810
1685
|
* focus-visible:ring-[calc(6/16*1rem)] focus-visible:ring-inset
|
|
1811
1686
|
* focus-visible:ring-yellow-300
|
|
1812
1687
|
*/
|
|
1813
1688
|
_focusVisible: {
|
|
1814
|
-
|
|
1689
|
+
rounded: 4,
|
|
1815
1690
|
outlineStyle: "solid",
|
|
1816
1691
|
outlineWidth: "4px",
|
|
1817
1692
|
outlineColor: "black",
|
|
1818
1693
|
outlineOffset: "calc(2 / 16 * 1rem)",
|
|
1819
|
-
focusRing: "calc(6 / 16 * 1rem)"
|
|
1694
|
+
focusRing: "calc(6 / 16 * 1rem)",
|
|
1695
|
+
zIndex: 1
|
|
1696
|
+
},
|
|
1697
|
+
_highlighted: {
|
|
1698
|
+
rounded: 4,
|
|
1699
|
+
outlineStyle: "solid",
|
|
1700
|
+
outlineWidth: "4px",
|
|
1701
|
+
outlineColor: "black",
|
|
1702
|
+
outlineOffset: "calc(2 / 16 * 1rem)",
|
|
1703
|
+
focusRing: "calc(6 / 16 * 1rem)",
|
|
1704
|
+
zIndex: 1
|
|
1820
1705
|
}
|
|
1821
1706
|
},
|
|
1822
1707
|
variants: {
|
|
@@ -1865,7 +1750,7 @@ var menu_default = (0, import_dev24.defineSlotRecipe)({
|
|
|
1865
1750
|
borderWidth: "1px",
|
|
1866
1751
|
borderColor: "solid-gray.420",
|
|
1867
1752
|
bg: "white",
|
|
1868
|
-
rounded:
|
|
1753
|
+
rounded: 8,
|
|
1869
1754
|
boxShadow: 1
|
|
1870
1755
|
/**
|
|
1871
1756
|
* min-w-fit w-auto py-2 border border-solid-grey-420 bg-white shadow-1 rounded-lg
|
|
@@ -1889,7 +1774,7 @@ var menu_default = (0, import_dev24.defineSlotRecipe)({
|
|
|
1889
1774
|
textUnderlineOffset: "calc(3 / 16 * 1rem)",
|
|
1890
1775
|
_checked: {
|
|
1891
1776
|
bg: "colorPalette.100",
|
|
1892
|
-
color: "colorPalette.
|
|
1777
|
+
color: "colorPalette.primary.100",
|
|
1893
1778
|
fontWeight: "bold"
|
|
1894
1779
|
},
|
|
1895
1780
|
_focusVisible: {
|
|
@@ -2012,6 +1897,7 @@ var menu_list_default = (0, import_dev25.defineSlotRecipe)({
|
|
|
2012
1897
|
var import_dev26 = require("@pandacss/dev");
|
|
2013
1898
|
var notification_banner_default = (0, import_dev26.defineSlotRecipe)({
|
|
2014
1899
|
className: "notification-banner",
|
|
1900
|
+
description: "\u30B5\u30A4\u30C8/\u30B5\u30FC\u30D3\u30B9\u5168\u4F53\u306B\u95A2\u308F\u308B\u3001\u307E\u305F\u306F\u30DA\u30FC\u30B8\u3084\u8981\u7D20\u5358\u4F4D\u306B\u304A\u3051\u308B\u91CD\u8981\u5EA6\u306E\u9AD8\u3044\u60C5\u5831\u3092\u3001\u30E6\u30FC\u30B6\u30FC\u306E\u64CD\u4F5C\u306B\u95A2\u308F\u3089\u305A\u3001\u30B5\u30A4\u30C8/\u30B5\u30FC\u30D3\u30B9\u5074\u304B\u3089\u30E6\u30FC\u30B6\u30FC\u3078\u63D0\u793A\u3059\u308B\u5834\u5408\u306B\u7528\u3044\u308B\u901A\u77E5\u30D0\u30CA\u30FC\u3067\u3059\u3002\u901A\u77E5\u306B\u5BFE\u3059\u308B\u30E6\u30FC\u30B6\u30FC\u30A2\u30AF\u30B7\u30E7\u30F3\u3092\u8981\u6C42\u3059\u308B\u3053\u3068\u304C\u53EF\u80FD\u3067\u3059\u3002\u30E1\u30F3\u30C6\u30CA\u30F3\u30B9\u3092\u901A\u77E5\u3057\u305F\u3044\u3001\u30E6\u30FC\u30B6\u30FC\u306E\u5BFE\u5FDC\u304C\u5FC5\u8981\u306A\u60C5\u5831\u3092\u901A\u77E5\u3057\u3066\u30A2\u30AF\u30B7\u30E7\u30F3\u3055\u305B\u305F\u3044\u3001\u3068\u3044\u3063\u305F\u8981\u6C42\u306B\u5BFE\u5FDC\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002",
|
|
2015
1901
|
slots: notificationBannerAnatomy.keys(),
|
|
2016
1902
|
base: {
|
|
2017
1903
|
root: {
|
|
@@ -2079,43 +1965,20 @@ var notification_banner_default = (0, import_dev26.defineSlotRecipe)({
|
|
|
2079
1965
|
}
|
|
2080
1966
|
},
|
|
2081
1967
|
close: {
|
|
2082
|
-
|
|
2083
|
-
|
|
2084
|
-
|
|
2085
|
-
|
|
2086
|
-
|
|
2087
|
-
|
|
2088
|
-
|
|
2089
|
-
|
|
2090
|
-
mr: { base: -3, md: 0 },
|
|
2091
|
-
px: { base: 0, md: 2 },
|
|
2092
|
-
py: { base: 0, md: 0.5 },
|
|
2093
|
-
/**
|
|
2094
|
-
* text-solid-gray-900
|
|
2095
|
-
*/
|
|
2096
|
-
color: "solid-gray.900",
|
|
2097
|
-
/**
|
|
2098
|
-
* border border-transparent hover:border-solid-gray-900 rounded-8 focus-visible:border-transparent
|
|
2099
|
-
*/
|
|
2100
|
-
borderWidth: "1px",
|
|
2101
|
-
borderColor: {
|
|
2102
|
-
base: "transparent",
|
|
2103
|
-
_hover: "solid-gray.900",
|
|
2104
|
-
_focusVisible: "transparent"
|
|
1968
|
+
_before: {
|
|
1969
|
+
content: '""',
|
|
1970
|
+
display: "block",
|
|
1971
|
+
mt: 0.5,
|
|
1972
|
+
width: 6,
|
|
1973
|
+
height: 6,
|
|
1974
|
+
bg: "currentColor",
|
|
1975
|
+
clipPath: "path('m6.4 18.6-1-1 5.5-5.6-5.6-5.6 1.1-1 5.6 5.5 5.6-5.6 1 1.1L13 12l5.6 5.6-1 1L12 13l-5.6 5.6Z')"
|
|
2105
1976
|
},
|
|
2106
|
-
|
|
2107
|
-
|
|
2108
|
-
|
|
2109
|
-
|
|
2110
|
-
|
|
2111
|
-
*/
|
|
2112
|
-
_focusVisible: {
|
|
2113
|
-
outlineStyle: "solid",
|
|
2114
|
-
outlineWidth: "4px",
|
|
2115
|
-
outlineColor: "black",
|
|
2116
|
-
outlineOffset: "calc(2 / 16 * 1rem)",
|
|
2117
|
-
focusRing: "calc(2 / 16 * 1rem)"
|
|
2118
|
-
}
|
|
1977
|
+
...hamburger_menu_button_default.base,
|
|
1978
|
+
display: "inline-flex",
|
|
1979
|
+
gap: 1,
|
|
1980
|
+
mr: -3,
|
|
1981
|
+
color: "solid-gray.900"
|
|
2119
1982
|
},
|
|
2120
1983
|
heading: {
|
|
2121
1984
|
/**
|
|
@@ -2138,6 +2001,28 @@ var notification_banner_default = (0, import_dev26.defineSlotRecipe)({
|
|
|
2138
2001
|
gridColumnEnd: -1,
|
|
2139
2002
|
textStyle: "std-16N-170",
|
|
2140
2003
|
color: "solid-gray.800"
|
|
2004
|
+
},
|
|
2005
|
+
actions: {
|
|
2006
|
+
/**
|
|
2007
|
+
* margin-bottom: calc(-8 / 16 * 1rem);
|
|
2008
|
+
* display: grid;
|
|
2009
|
+
* gap: calc(8 / 16 * 1rem);
|
|
2010
|
+
* grid-column: 1 / 4;
|
|
2011
|
+
* @media (min-width: 48rem) {
|
|
2012
|
+
* .dads-notification-banner__actions {
|
|
2013
|
+
* grid-auto-flow: column;
|
|
2014
|
+
* gap: calc(16 / 16 * 1rem);
|
|
2015
|
+
* grid-column: 2 / 4;
|
|
2016
|
+
* justify-content: end;
|
|
2017
|
+
* }
|
|
2018
|
+
* }
|
|
2019
|
+
*/
|
|
2020
|
+
mb: "calc(-8 / 16 * 1rem)",
|
|
2021
|
+
display: "grid",
|
|
2022
|
+
gap: { base: "calc(8 / 16 * 1rem)", md: "calc(16 / 16 * 1rem)" },
|
|
2023
|
+
gridColumn: { base: "1 / 4", md: "2 / 4" },
|
|
2024
|
+
gridAutoFlow: { md: "column" },
|
|
2025
|
+
justifyContent: { md: "end" }
|
|
2141
2026
|
}
|
|
2142
2027
|
},
|
|
2143
2028
|
variants: {
|
|
@@ -2152,7 +2037,12 @@ var notification_banner_default = (0, import_dev26.defineSlotRecipe)({
|
|
|
2152
2037
|
},
|
|
2153
2038
|
icon: {
|
|
2154
2039
|
_before: {
|
|
2155
|
-
clipPath: "path('M18 0C8.064 0 0 8.064 0 18C0 27.936 8.064 36 18 36C27.936 36 36 27.936 36 18C36 8.064 27.936 0 18
|
|
2040
|
+
clipPath: "path('M18 0C8.064 0 0 8.064 0 18C0 27.936 8.064 36 18 36C27.936 36 36 27.936 36 18C36 8.064 27.936 0 18 0Z M14.4 27L5.4 18L7.938 15.462L14.4 21.906L28.062 8.244L30.6 10.8L14.4 27Z')"
|
|
2041
|
+
}
|
|
2042
|
+
},
|
|
2043
|
+
actions: {
|
|
2044
|
+
"& button": {
|
|
2045
|
+
colorPalette: "green"
|
|
2156
2046
|
}
|
|
2157
2047
|
}
|
|
2158
2048
|
},
|
|
@@ -2166,7 +2056,12 @@ var notification_banner_default = (0, import_dev26.defineSlotRecipe)({
|
|
|
2166
2056
|
},
|
|
2167
2057
|
icon: {
|
|
2168
2058
|
_before: {
|
|
2169
|
-
clipPath: "path('
|
|
2059
|
+
clipPath: "path('M10.82 35.3.74 25.22v-14.4L10.82.74h14.4L35.3 10.82v14.4L25.22 35.3h-14.4Zm7.2-14.592 5.472 5.472 2.688-2.688-5.472-5.472 5.472-5.472-2.688-2.688-5.472 5.472-5.472-5.472-2.688 2.688 5.472 5.472-5.472 5.472 2.688 2.688 5.472-5.472Z')"
|
|
2060
|
+
}
|
|
2061
|
+
},
|
|
2062
|
+
actions: {
|
|
2063
|
+
"& button": {
|
|
2064
|
+
colorPalette: "red"
|
|
2170
2065
|
}
|
|
2171
2066
|
}
|
|
2172
2067
|
},
|
|
@@ -2182,6 +2077,11 @@ var notification_banner_default = (0, import_dev26.defineSlotRecipe)({
|
|
|
2182
2077
|
_before: {
|
|
2183
2078
|
clipPath: "path('M0 34.0909H36L18 3L0 34.0909ZM19.6364 29.1818H16.3636V25.9091H19.6364V29.1818ZM19.6364 22.6364H16.3636V16.0909H19.6364V22.6364Z')"
|
|
2184
2079
|
}
|
|
2080
|
+
},
|
|
2081
|
+
actions: {
|
|
2082
|
+
"& button": {
|
|
2083
|
+
colorPalette: "yellow"
|
|
2084
|
+
}
|
|
2185
2085
|
}
|
|
2186
2086
|
},
|
|
2187
2087
|
info1: {
|
|
@@ -2196,6 +2096,11 @@ var notification_banner_default = (0, import_dev26.defineSlotRecipe)({
|
|
|
2196
2096
|
_before: {
|
|
2197
2097
|
clipPath: "path('M18 0C8.064 0 0 8.064 0 18C0 27.936 8.064 36 18 36C27.936 36 36 27.936 36 18C36 8.064 27.936 0 18 0ZM19.8 27H16.2V16.2H19.8V27ZM19.8 12.6H16.2V9H19.8V12.6Z')"
|
|
2198
2098
|
}
|
|
2099
|
+
},
|
|
2100
|
+
actions: {
|
|
2101
|
+
"& button": {
|
|
2102
|
+
colorPalette: "blue"
|
|
2103
|
+
}
|
|
2199
2104
|
}
|
|
2200
2105
|
},
|
|
2201
2106
|
info2: {
|
|
@@ -2210,6 +2115,11 @@ var notification_banner_default = (0, import_dev26.defineSlotRecipe)({
|
|
|
2210
2115
|
_before: {
|
|
2211
2116
|
clipPath: "path('M18 0C8.064 0 0 8.064 0 18C0 27.936 8.064 36 18 36C27.936 36 36 27.936 36 18C36 8.064 27.936 0 18 0ZM19.8 27H16.2V16.2H19.8V27ZM19.8 12.6H16.2V9H19.8V12.6Z')"
|
|
2212
2117
|
}
|
|
2118
|
+
},
|
|
2119
|
+
actions: {
|
|
2120
|
+
"& button": {
|
|
2121
|
+
colorPalette: "solid-gray"
|
|
2122
|
+
}
|
|
2213
2123
|
}
|
|
2214
2124
|
}
|
|
2215
2125
|
},
|
|
@@ -2263,237 +2173,94 @@ var ordered_list_default = (0, import_dev27.defineRecipe)({
|
|
|
2263
2173
|
}
|
|
2264
2174
|
});
|
|
2265
2175
|
|
|
2266
|
-
// src/recipes/
|
|
2176
|
+
// src/recipes/progress.ts
|
|
2267
2177
|
var import_dev28 = require("@pandacss/dev");
|
|
2268
|
-
var
|
|
2269
|
-
|
|
2270
|
-
className: "
|
|
2271
|
-
|
|
2178
|
+
var import_progress = require("@zag-js/progress");
|
|
2179
|
+
var progress_default = (0, import_dev28.defineSlotRecipe)({
|
|
2180
|
+
className: "progress",
|
|
2181
|
+
description: "\u30D7\u30ED\u30B0\u30EC\u30B9\u30A4\u30F3\u30B8\u30B1\u30FC\u30BF\u30FC\u306F\u3001\u30E6\u30FC\u30B6\u30FC\u306E\u30A2\u30AF\u30B7\u30E7\u30F3\u306B\u5BFE\u3057\u3066\u51E6\u7406\u9032\u884C\u4E2D\u3067\u3042\u308B\u3053\u3068\u3092\u901A\u77E5\u3057\u307E\u3059\u3002\u30C7\u30FC\u30BF\u53D6\u5F97\u30EA\u30AF\u30A8\u30B9\u30C8\u306E\u5FDC\u7B54\u3092\u5F85\u3063\u3066\u3044\u308B\u3053\u3068\u3092\u30E6\u30FC\u30B6\u30FC\u306B\u4F1D\u3048\u305F\u3044\u3068\u3044\u3063\u305F\u8981\u6C42\u306B\u5BFE\u5FDC\u3057\u307E\u3059\u3002",
|
|
2182
|
+
slots: import_progress.anatomy.keys(),
|
|
2272
2183
|
base: {
|
|
2273
|
-
|
|
2274
|
-
/**
|
|
2275
|
-
* flex w-fit items-start py-2
|
|
2276
|
-
*/
|
|
2277
|
-
display: "flex",
|
|
2278
|
-
width: "fit-content",
|
|
2279
|
-
alignItems: "start",
|
|
2280
|
-
py: 2
|
|
2281
|
-
},
|
|
2282
|
-
itemControl: {
|
|
2283
|
-
/**
|
|
2284
|
-
* flex items-center justify-center shrink-0 rounded-full
|
|
2285
|
-
* has-[input:hover:not(:focus):not([aria-disabled="true"])]:bg-solid-gray-420
|
|
2286
|
-
*/
|
|
2287
|
-
/*
|
|
2184
|
+
root: {
|
|
2288
2185
|
display: "flex",
|
|
2289
2186
|
alignItems: "center",
|
|
2290
|
-
|
|
2291
|
-
|
|
2187
|
+
colorPalette: "keyColor"
|
|
2188
|
+
},
|
|
2189
|
+
track: {
|
|
2190
|
+
height: "4px",
|
|
2191
|
+
bg: "colorPalette.500",
|
|
2292
2192
|
rounded: "full",
|
|
2293
|
-
|
|
2294
|
-
|
|
2295
|
-
|
|
2296
|
-
|
|
2297
|
-
|
|
2193
|
+
overflow: "hidden",
|
|
2194
|
+
position: "relative"
|
|
2195
|
+
},
|
|
2196
|
+
range: {
|
|
2197
|
+
bg: "colorPalette.1200",
|
|
2198
|
+
height: "full",
|
|
2199
|
+
outlineStyle: "solid",
|
|
2200
|
+
outlineWidth: "1px",
|
|
2201
|
+
outlineColor: "white",
|
|
2298
2202
|
rounded: "full",
|
|
2299
|
-
|
|
2300
|
-
|
|
2301
|
-
|
|
2302
|
-
|
|
2303
|
-
|
|
2304
|
-
|
|
2305
|
-
|
|
2306
|
-
|
|
2307
|
-
|
|
2308
|
-
|
|
2309
|
-
* border-solid-gray-600
|
|
2310
|
-
* hover:border-black
|
|
2311
|
-
* checked:border-blue-900
|
|
2312
|
-
* checked:hover:border-blue-1100
|
|
2313
|
-
* forced-colors:!border-[ButtonText] forced-colors:checked:!border-[Highlight]
|
|
2314
|
-
*/
|
|
2315
|
-
base: "solid-gray.600",
|
|
2316
|
-
_hover: "black",
|
|
2317
|
-
_highContrast: { base: "ButtonText" },
|
|
2318
|
-
_checked: {
|
|
2319
|
-
base: "colorPalette.900",
|
|
2320
|
-
_hover: "colorPalette.1100",
|
|
2321
|
-
_disabled: "solid-gray.300",
|
|
2322
|
-
_highContrast: "Highlight"
|
|
2323
|
-
},
|
|
2324
|
-
/**
|
|
2325
|
-
* data-[error]:border-error-1 data-[error]:hover:border-red-1000
|
|
2326
|
-
*/
|
|
2327
|
-
_invalid: { base: "error.1", _hover: "red.1000" },
|
|
2328
|
-
/**
|
|
2329
|
-
* aria-disabled:!border-solid-gray-300
|
|
2330
|
-
* forced-colors:aria-disabled:!border-[GrayText]
|
|
2331
|
-
*/
|
|
2332
|
-
_disabled: { base: "solid-gray.300", _highContrast: "GrayText" }
|
|
2333
|
-
},
|
|
2334
|
-
/**
|
|
2335
|
-
* outline on hover
|
|
2336
|
-
* has-[input:hover:not(:focus):not([aria-disabled="true"])]:bg-solid-gray-420
|
|
2337
|
-
*/
|
|
2338
|
-
'&:is(:hover, [data-hover]):not([aria-disabled="true"])': {
|
|
2339
|
-
outlineStyle: "solid",
|
|
2340
|
-
outlineWidth: "calc(var(--radio-size) / 12)",
|
|
2341
|
-
outlineColor: "solid-gray.420",
|
|
2342
|
-
_focus: {
|
|
2343
|
-
outlineStyle: "solid",
|
|
2344
|
-
outlineWidth: "4px",
|
|
2345
|
-
outlineColor: "black",
|
|
2346
|
-
outlineOffset: "calc(2 / 16 * 1rem)",
|
|
2347
|
-
focusRing: "calc(2 / 16 * 1rem)"
|
|
2348
|
-
}
|
|
2349
|
-
},
|
|
2350
|
-
/**
|
|
2351
|
-
* focus:outline focus:outline-4 focus:outline-black
|
|
2352
|
-
* focus:outline-offset-[calc(2/16*1rem)]
|
|
2353
|
-
* focus:ring-[calc(2/16*1rem)] focus:ring-yellow-300
|
|
2354
|
-
*/
|
|
2355
|
-
_focus: {
|
|
2356
|
-
outlineStyle: "solid",
|
|
2357
|
-
outlineWidth: "4px",
|
|
2358
|
-
outlineColor: "black",
|
|
2359
|
-
outlineOffset: "calc(2 / 16 * 1rem)",
|
|
2360
|
-
focusRing: "calc(2 / 16 * 1rem)"
|
|
2361
|
-
},
|
|
2362
|
-
_before: {
|
|
2363
|
-
/**
|
|
2364
|
-
* before:hidden
|
|
2365
|
-
* before:size-full
|
|
2366
|
-
* before:[clip-path:circle(calc(5/16*100%))]
|
|
2367
|
-
* before:bg-white
|
|
2368
|
-
*/
|
|
2369
|
-
content: '""',
|
|
2370
|
-
display: "none",
|
|
2371
|
-
width: "full",
|
|
2372
|
-
height: "full",
|
|
2373
|
-
clipPath: "circle(calc(5 / 16 * 100%))",
|
|
2374
|
-
bg: "white"
|
|
2375
|
-
},
|
|
2376
|
-
_checked: {
|
|
2377
|
-
/**
|
|
2378
|
-
* checked:before:block
|
|
2379
|
-
* checked:before:bg-blue-900 checked:hover:before:bg-blue-1100
|
|
2380
|
-
* data-[error]:checked:before:bg-error-1
|
|
2381
|
-
* data-[error]:checked:hover:before:bg-red-1000
|
|
2382
|
-
* aria-disabled:checked:before:!bg-solid-gray-300
|
|
2383
|
-
* forced-colors:checked:before:!bg-[Highlight]
|
|
2384
|
-
* forced-colors:aria-disabled:checked:before:!bg-[GrayText]
|
|
2385
|
-
*/
|
|
2386
|
-
_before: {
|
|
2387
|
-
display: "block",
|
|
2388
|
-
bg: {
|
|
2389
|
-
base: "colorPalette.900",
|
|
2390
|
-
_hover: "colorPalette.1100",
|
|
2391
|
-
_invalid: {
|
|
2392
|
-
base: "error.1",
|
|
2393
|
-
_hover: "red.1000"
|
|
2394
|
-
},
|
|
2395
|
-
_highContrast: "Highlight"
|
|
2396
|
-
}
|
|
2397
|
-
},
|
|
2398
|
-
_disabled: {
|
|
2399
|
-
_before: {
|
|
2400
|
-
base: "solid-gray.300",
|
|
2401
|
-
_highContrast: "GrayText"
|
|
2402
|
-
}
|
|
2403
|
-
}
|
|
2203
|
+
transition: "width 0.2s ease-in-out",
|
|
2204
|
+
"--translate-x": "-100%",
|
|
2205
|
+
_indeterminate: {
|
|
2206
|
+
"--animate-from-x": "-40%",
|
|
2207
|
+
"--animate-to-x": "100%",
|
|
2208
|
+
position: "absolute",
|
|
2209
|
+
willChange: "left",
|
|
2210
|
+
minWidth: "50%",
|
|
2211
|
+
animation: "position 1s ease infinite normal none running",
|
|
2212
|
+
backgroundImage: `linear-gradient(to right, transparent 0%, var(--track-color) 50%, transparent 100%)`
|
|
2404
2213
|
}
|
|
2405
2214
|
},
|
|
2406
|
-
|
|
2407
|
-
|
|
2408
|
-
|
|
2409
|
-
|
|
2410
|
-
|
|
2215
|
+
circle: {
|
|
2216
|
+
_indeterminate: {
|
|
2217
|
+
animation: "spin 2s linear infinite"
|
|
2218
|
+
}
|
|
2219
|
+
},
|
|
2220
|
+
circleTrack: {
|
|
2221
|
+
stroke: "colorPalette.500"
|
|
2222
|
+
},
|
|
2223
|
+
circleRange: {
|
|
2224
|
+
stroke: "colorPalette.1200",
|
|
2225
|
+
strokeLinecap: "round",
|
|
2226
|
+
transitionProperty: "stroke-dashoffset, stroke-dasharray",
|
|
2227
|
+
transitionDuration: "0.6s",
|
|
2228
|
+
_indeterminate: {
|
|
2229
|
+
animation: "circular-progress 1.5s linear infinite"
|
|
2230
|
+
}
|
|
2231
|
+
},
|
|
2232
|
+
label: {
|
|
2233
|
+
textStyle: "std-16N-170"
|
|
2411
2234
|
}
|
|
2412
2235
|
},
|
|
2413
2236
|
variants: {
|
|
2414
|
-
|
|
2415
|
-
|
|
2416
|
-
|
|
2417
|
-
|
|
2418
|
-
|
|
2419
|
-
|
|
2420
|
-
|
|
2421
|
-
},
|
|
2422
|
-
itemControl: {
|
|
2423
|
-
/**
|
|
2424
|
-
* data-[size=sm]:size-6
|
|
2425
|
-
*/
|
|
2426
|
-
"--radio-size": "{spacing.6}",
|
|
2427
|
-
/**
|
|
2428
|
-
* data-[size=sm]:border-[calc(2/16*1rem)]
|
|
2429
|
-
*/
|
|
2430
|
-
borderWidth: "calc(2 / 16 * 1rem)"
|
|
2431
|
-
},
|
|
2432
|
-
itemText: {
|
|
2433
|
-
/**
|
|
2434
|
-
* data-[size=sm]:pt-px
|
|
2435
|
-
* data-[size=sm]:text-dns-16N-130
|
|
2436
|
-
*/
|
|
2437
|
-
pt: "1px",
|
|
2438
|
-
textStyle: "dns-16N-130"
|
|
2439
|
-
}
|
|
2440
|
-
},
|
|
2441
|
-
md: {
|
|
2442
|
-
item: {
|
|
2443
|
-
/**
|
|
2444
|
-
* data-[size=md]:gap-2
|
|
2445
|
-
*/
|
|
2446
|
-
gap: 2
|
|
2447
|
-
},
|
|
2448
|
-
itemControl: {
|
|
2449
|
-
/**
|
|
2450
|
-
* data-[size=md]:size-8
|
|
2451
|
-
*/
|
|
2452
|
-
"--radio-size": "{spacing.8}",
|
|
2453
|
-
/**
|
|
2454
|
-
* data-[size=md]:border-[calc(2/16*1rem)]
|
|
2455
|
-
*/
|
|
2456
|
-
borderWidth: "calc(2 / 16 * 1rem)"
|
|
2237
|
+
layout: {
|
|
2238
|
+
vertical: {
|
|
2239
|
+
root: {
|
|
2240
|
+
flexDirection: "column",
|
|
2241
|
+
gap: 4,
|
|
2242
|
+
"--size": "48px",
|
|
2243
|
+
"--thickness": "4px"
|
|
2457
2244
|
},
|
|
2458
|
-
|
|
2459
|
-
|
|
2460
|
-
* data-[size=md]:pt-1
|
|
2461
|
-
* data-[size=md]:text-dns-16N-130
|
|
2462
|
-
*/
|
|
2463
|
-
pt: 1,
|
|
2464
|
-
textStyle: "dns-16N-130"
|
|
2245
|
+
track: {
|
|
2246
|
+
width: "240px"
|
|
2465
2247
|
}
|
|
2466
2248
|
},
|
|
2467
|
-
|
|
2468
|
-
|
|
2469
|
-
|
|
2470
|
-
|
|
2471
|
-
|
|
2472
|
-
|
|
2473
|
-
},
|
|
2474
|
-
itemControl: {
|
|
2475
|
-
/**
|
|
2476
|
-
* data-[size=lg]:size-11
|
|
2477
|
-
*/
|
|
2478
|
-
"--radio-size": "{spacing.11}",
|
|
2479
|
-
/**
|
|
2480
|
-
* data-[size=lg]:border-[calc(3/16*1rem)]
|
|
2481
|
-
*/
|
|
2482
|
-
borderWidth: "calc(3 / 16 * 1rem)"
|
|
2249
|
+
horizontal: {
|
|
2250
|
+
root: {
|
|
2251
|
+
flexDirection: "row",
|
|
2252
|
+
gap: 2,
|
|
2253
|
+
"--size": "24px",
|
|
2254
|
+
"--thickness": "2px"
|
|
2483
2255
|
},
|
|
2484
|
-
|
|
2485
|
-
|
|
2486
|
-
* data-[size=lg]:pt-2.5
|
|
2487
|
-
* data-[size=lg]:text-dns-17N-130
|
|
2488
|
-
*/
|
|
2489
|
-
pt: 2.5,
|
|
2490
|
-
textStyle: "dns-17N-130"
|
|
2256
|
+
track: {
|
|
2257
|
+
width: "80px"
|
|
2491
2258
|
}
|
|
2492
2259
|
}
|
|
2493
2260
|
}
|
|
2494
2261
|
},
|
|
2495
2262
|
defaultVariants: {
|
|
2496
|
-
|
|
2263
|
+
layout: "vertical"
|
|
2497
2264
|
}
|
|
2498
2265
|
});
|
|
2499
2266
|
|
|
@@ -2565,8 +2332,8 @@ var radio_group_default = (0, import_dev29.defineSlotRecipe)({
|
|
|
2565
2332
|
_hover: "black",
|
|
2566
2333
|
_highContrast: { base: "ButtonText" },
|
|
2567
2334
|
_checked: {
|
|
2568
|
-
base: "colorPalette.
|
|
2569
|
-
_hover: "colorPalette.
|
|
2335
|
+
base: "colorPalette.primary",
|
|
2336
|
+
_hover: "colorPalette.primary.200",
|
|
2570
2337
|
_disabled: { base: "solid-gray.300", _highContrast: "GrayText" },
|
|
2571
2338
|
_highContrast: "Highlight"
|
|
2572
2339
|
},
|
|
@@ -2639,8 +2406,8 @@ var radio_group_default = (0, import_dev29.defineSlotRecipe)({
|
|
|
2639
2406
|
_before: {
|
|
2640
2407
|
display: "block",
|
|
2641
2408
|
bg: {
|
|
2642
|
-
base: "colorPalette.
|
|
2643
|
-
_hover: "colorPalette.
|
|
2409
|
+
base: "colorPalette.primary",
|
|
2410
|
+
_hover: "colorPalette.primary.200",
|
|
2644
2411
|
_highContrast: "Highlight"
|
|
2645
2412
|
}
|
|
2646
2413
|
},
|
|
@@ -2784,8 +2551,8 @@ var resource_list_default = (0, import_dev30.defineSlotRecipe)({
|
|
|
2784
2551
|
overflow: "hidden",
|
|
2785
2552
|
colorPalette: "keyColor",
|
|
2786
2553
|
bg: {
|
|
2787
|
-
"&:has(input:checked)": "colorPalette.
|
|
2788
|
-
_selected: "colorPalette.
|
|
2554
|
+
"&:has(input:checked)": "colorPalette.bg",
|
|
2555
|
+
_selected: "colorPalette.bg"
|
|
2789
2556
|
}
|
|
2790
2557
|
},
|
|
2791
2558
|
main: {
|
|
@@ -3082,7 +2849,7 @@ var table_default = (0, import_dev32.defineSlotRecipe)({
|
|
|
3082
2849
|
"& tr": {
|
|
3083
2850
|
_even: {
|
|
3084
2851
|
"&:not(:has(input:checked))": {
|
|
3085
|
-
bg: "{colors.colorPalette.
|
|
2852
|
+
bg: "{colors.colorPalette.bg}/25"
|
|
3086
2853
|
}
|
|
3087
2854
|
}
|
|
3088
2855
|
}
|
|
@@ -3094,11 +2861,11 @@ var table_default = (0, import_dev32.defineSlotRecipe)({
|
|
|
3094
2861
|
body: {
|
|
3095
2862
|
"& tr": {
|
|
3096
2863
|
_hover: {
|
|
3097
|
-
bg: "colorPalette.
|
|
2864
|
+
bg: "colorPalette.bg"
|
|
3098
2865
|
},
|
|
3099
2866
|
_even: {
|
|
3100
2867
|
"&:not(:has(input:checked))": {
|
|
3101
|
-
_hover: { bg: "{colors.colorPalette.
|
|
2868
|
+
_hover: { bg: "{colors.colorPalette.bg}" }
|
|
3102
2869
|
}
|
|
3103
2870
|
}
|
|
3104
2871
|
}
|
|
@@ -3188,7 +2955,7 @@ var tabs_default = (0, import_dev33.defineSlotRecipe)({
|
|
|
3188
2955
|
* after:border-current
|
|
3189
2956
|
* aria-[current=page]:cursor-default
|
|
3190
2957
|
*/
|
|
3191
|
-
color: "colorPalette.
|
|
2958
|
+
color: "colorPalette.primary",
|
|
3192
2959
|
cursor: "default",
|
|
3193
2960
|
_after: {
|
|
3194
2961
|
content: '""',
|
|
@@ -3225,8 +2992,21 @@ var tree_view_default = (0, import_dev34.defineSlotRecipe)({
|
|
|
3225
2992
|
...menu_item_default.base
|
|
3226
2993
|
},
|
|
3227
2994
|
itemIndicator: {
|
|
3228
|
-
|
|
3229
|
-
|
|
2995
|
+
_empty: {
|
|
2996
|
+
_before: {
|
|
2997
|
+
content: '""',
|
|
2998
|
+
display: "block",
|
|
2999
|
+
width: "24px",
|
|
3000
|
+
height: "24px",
|
|
3001
|
+
bg: "black",
|
|
3002
|
+
clipPath: "path('M12 19L5 12L12 5L19 12L12 19Z')"
|
|
3003
|
+
},
|
|
3004
|
+
_selected: {
|
|
3005
|
+
_before: {
|
|
3006
|
+
clipPath: "path('M12 19L5 12L12 5L19 12L12 19ZM12 16.15L16.15 12L12 7.85L7.85 12L12 16.15Z')"
|
|
3007
|
+
}
|
|
3008
|
+
}
|
|
3009
|
+
}
|
|
3230
3010
|
},
|
|
3231
3011
|
itemText: {
|
|
3232
3012
|
flexGrow: 1
|
|
@@ -3239,10 +3019,26 @@ var tree_view_default = (0, import_dev34.defineSlotRecipe)({
|
|
|
3239
3019
|
pl: 8
|
|
3240
3020
|
},
|
|
3241
3021
|
branchIndicator: {
|
|
3242
|
-
|
|
3243
|
-
|
|
3244
|
-
|
|
3245
|
-
|
|
3022
|
+
_empty: {
|
|
3023
|
+
_before: {
|
|
3024
|
+
content: '""',
|
|
3025
|
+
display: "block",
|
|
3026
|
+
width: "24px",
|
|
3027
|
+
height: "24px",
|
|
3028
|
+
bg: "black",
|
|
3029
|
+
clipPath: "path('M12 19L5 12L12 5L19 12L12 19Z')"
|
|
3030
|
+
},
|
|
3031
|
+
_selected: {
|
|
3032
|
+
_before: {
|
|
3033
|
+
clipPath: "path('M12 19L5 12L12 5L19 12L12 19ZM12 16.15L16.15 12L12 7.85L7.85 12L12 16.15Z')"
|
|
3034
|
+
}
|
|
3035
|
+
},
|
|
3036
|
+
_open: {
|
|
3037
|
+
_before: {
|
|
3038
|
+
clipPath: "path('M12 19L5 12L12 5L19 12L12 19ZM12 16.15L16.15 12L12 7.85L7.85 12L12 16.15Z')"
|
|
3039
|
+
}
|
|
3040
|
+
}
|
|
3041
|
+
}
|
|
3246
3042
|
},
|
|
3247
3043
|
branchText: {
|
|
3248
3044
|
flexGrow: 1
|
|
@@ -3327,7 +3123,7 @@ var utility_link_default = (0, import_dev36.defineRecipe)({
|
|
|
3327
3123
|
textStyle: "dns-16N-130",
|
|
3328
3124
|
color: {
|
|
3329
3125
|
base: "solid-gray.800",
|
|
3330
|
-
_focusVisible: "colorPalette.
|
|
3126
|
+
_focusVisible: "colorPalette.primary.100"
|
|
3331
3127
|
},
|
|
3332
3128
|
bg: { base: "transparent", _focusVisible: "yellow.300" },
|
|
3333
3129
|
/**
|
|
@@ -3374,6 +3170,7 @@ var recipes = {
|
|
|
3374
3170
|
button: button_default,
|
|
3375
3171
|
card: card_default,
|
|
3376
3172
|
checkbox: checkbox_default,
|
|
3173
|
+
chipLabel: chip_label_default,
|
|
3377
3174
|
drawer: drawer_default,
|
|
3378
3175
|
disclosure: disclosure_default,
|
|
3379
3176
|
digitalGoDivider: divider_default,
|
|
@@ -3382,7 +3179,6 @@ var recipes = {
|
|
|
3382
3179
|
fieldset: fieldset_default,
|
|
3383
3180
|
hamburgerMenuButton: hamburger_menu_button_default,
|
|
3384
3181
|
input: input_default,
|
|
3385
|
-
inputText: input_text_default,
|
|
3386
3182
|
label: label_default,
|
|
3387
3183
|
legend: legend_default,
|
|
3388
3184
|
link: link_default,
|
|
@@ -3392,12 +3188,11 @@ var recipes = {
|
|
|
3392
3188
|
menuList: menu_list_default,
|
|
3393
3189
|
notificationBanner: notification_banner_default,
|
|
3394
3190
|
orderedList: ordered_list_default,
|
|
3395
|
-
|
|
3191
|
+
progress: progress_default,
|
|
3396
3192
|
radioGroup: radio_group_default,
|
|
3397
3193
|
requirementBadge: requirement_badge_default,
|
|
3398
3194
|
resourceList: resource_list_default,
|
|
3399
3195
|
select: select_default,
|
|
3400
|
-
selectBox: select_box_default,
|
|
3401
3196
|
supportText: support_text_default,
|
|
3402
3197
|
table: table_default,
|
|
3403
3198
|
tabs: tabs_default,
|
|
@@ -3408,11 +3203,40 @@ var recipes = {
|
|
|
3408
3203
|
};
|
|
3409
3204
|
var recipes_default = recipes;
|
|
3410
3205
|
|
|
3206
|
+
// src/keyframes.ts
|
|
3207
|
+
var keyframes = {
|
|
3208
|
+
"circular-progress": {
|
|
3209
|
+
"0%": {
|
|
3210
|
+
strokeDasharray: "1, 400",
|
|
3211
|
+
strokeDashoffset: "0"
|
|
3212
|
+
},
|
|
3213
|
+
"50%": {
|
|
3214
|
+
strokeDasharray: "400, 400",
|
|
3215
|
+
strokeDashoffset: "-100%"
|
|
3216
|
+
},
|
|
3217
|
+
"100%": {
|
|
3218
|
+
strokeDasharray: "400, 400",
|
|
3219
|
+
strokeDashoffset: "-260%"
|
|
3220
|
+
}
|
|
3221
|
+
},
|
|
3222
|
+
position: {
|
|
3223
|
+
from: {
|
|
3224
|
+
insetInlineStart: "var(--animate-from-x)",
|
|
3225
|
+
insetBlockStart: "var(--animate-from-y)"
|
|
3226
|
+
},
|
|
3227
|
+
to: {
|
|
3228
|
+
insetInlineStart: "var(--animate-to-x)",
|
|
3229
|
+
insetBlockStart: "var(--animate-to-y)"
|
|
3230
|
+
}
|
|
3231
|
+
}
|
|
3232
|
+
};
|
|
3233
|
+
|
|
3411
3234
|
// src/index.ts
|
|
3412
3235
|
var base = {
|
|
3413
3236
|
name: "digital-go-pandacss-preset",
|
|
3414
3237
|
presets: [import_digital_go_pandacss_plugin.default],
|
|
3415
3238
|
theme: {
|
|
3239
|
+
keyframes,
|
|
3416
3240
|
recipes: recipes_default
|
|
3417
3241
|
}
|
|
3418
3242
|
};
|