@pandacss/studio 0.13.0 → 0.14.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/package.json +8 -8
- package/styled-system/css/conditions.mjs +16 -18
- package/styled-system/css/css.d.ts +3 -3
- package/styled-system/css/css.mjs +13 -12
- package/styled-system/css/cva.d.ts +2 -2
- package/styled-system/css/cva.mjs +2 -2
- package/styled-system/css/cx.mjs +1 -1
- package/styled-system/css/index.d.ts +4 -4
- package/styled-system/css/index.mjs +4 -4
- package/styled-system/css/sva.d.ts +1 -1
- package/styled-system/css/sva.mjs +15 -7
- package/styled-system/global.css +30 -33
- package/styled-system/helpers.mjs +165 -154
- package/styled-system/jsx/aspect-ratio.d.ts +3 -3
- package/styled-system/jsx/aspect-ratio.mjs +5 -5
- package/styled-system/jsx/bleed.d.ts +3 -3
- package/styled-system/jsx/bleed.mjs +5 -5
- package/styled-system/jsx/box.d.ts +3 -3
- package/styled-system/jsx/box.mjs +4 -4
- package/styled-system/jsx/center.d.ts +3 -3
- package/styled-system/jsx/center.mjs +5 -5
- package/styled-system/jsx/circle.d.ts +3 -3
- package/styled-system/jsx/circle.mjs +5 -5
- package/styled-system/jsx/container.d.ts +3 -3
- package/styled-system/jsx/container.mjs +4 -4
- package/styled-system/jsx/divider.d.ts +3 -3
- package/styled-system/jsx/divider.mjs +5 -5
- package/styled-system/jsx/factory.d.ts +1 -1
- package/styled-system/jsx/factory.mjs +19 -18
- package/styled-system/jsx/flex.d.ts +3 -3
- package/styled-system/jsx/flex.mjs +5 -5
- package/styled-system/jsx/float.d.ts +3 -3
- package/styled-system/jsx/float.mjs +5 -5
- package/styled-system/jsx/grid-item.d.ts +3 -3
- package/styled-system/jsx/grid-item.mjs +5 -5
- package/styled-system/jsx/grid.d.ts +3 -3
- package/styled-system/jsx/grid.mjs +5 -5
- package/styled-system/jsx/hstack.d.ts +3 -3
- package/styled-system/jsx/hstack.mjs +5 -5
- package/styled-system/jsx/index.d.ts +27 -24
- package/styled-system/jsx/index.mjs +23 -23
- package/styled-system/jsx/is-valid-prop.mjs +13 -12
- package/styled-system/jsx/link-box.d.ts +3 -3
- package/styled-system/jsx/link-box.mjs +4 -4
- package/styled-system/jsx/link-overlay.d.ts +3 -3
- package/styled-system/jsx/link-overlay.mjs +4 -4
- package/styled-system/jsx/spacer.d.ts +3 -3
- package/styled-system/jsx/spacer.mjs +5 -5
- package/styled-system/jsx/square.d.ts +3 -3
- package/styled-system/jsx/square.mjs +5 -5
- package/styled-system/jsx/stack.d.ts +3 -3
- package/styled-system/jsx/stack.mjs +5 -5
- package/styled-system/jsx/styled-link.d.ts +3 -3
- package/styled-system/jsx/styled-link.mjs +4 -4
- package/styled-system/jsx/visually-hidden.d.ts +3 -3
- package/styled-system/jsx/visually-hidden.mjs +4 -4
- package/styled-system/jsx/vstack.d.ts +3 -3
- package/styled-system/jsx/vstack.mjs +5 -5
- package/styled-system/jsx/wrap.d.ts +3 -3
- package/styled-system/jsx/wrap.mjs +5 -5
- package/styled-system/patterns/aspect-ratio.d.ts +6 -6
- package/styled-system/patterns/aspect-ratio.mjs +29 -30
- package/styled-system/patterns/bleed.d.ts +6 -6
- package/styled-system/patterns/bleed.mjs +13 -14
- package/styled-system/patterns/box.d.ts +6 -6
- package/styled-system/patterns/box.mjs +6 -7
- package/styled-system/patterns/center.d.ts +6 -6
- package/styled-system/patterns/center.mjs +12 -13
- package/styled-system/patterns/circle.d.ts +6 -6
- package/styled-system/patterns/circle.mjs +16 -17
- package/styled-system/patterns/container.d.ts +6 -6
- package/styled-system/patterns/container.mjs +12 -13
- package/styled-system/patterns/divider.d.ts +6 -6
- package/styled-system/patterns/divider.mjs +15 -16
- package/styled-system/patterns/flex.d.ts +6 -6
- package/styled-system/patterns/flex.mjs +17 -18
- package/styled-system/patterns/float.d.ts +6 -6
- package/styled-system/patterns/float.mjs +39 -40
- package/styled-system/patterns/grid-item.d.ts +6 -6
- package/styled-system/patterns/grid-item.mjs +16 -17
- package/styled-system/patterns/grid.d.ts +6 -6
- package/styled-system/patterns/grid.mjs +14 -20
- package/styled-system/patterns/hstack.d.ts +6 -6
- package/styled-system/patterns/hstack.mjs +14 -15
- package/styled-system/patterns/index.d.ts +21 -21
- package/styled-system/patterns/index.mjs +21 -21
- package/styled-system/patterns/link-box.d.ts +6 -6
- package/styled-system/patterns/link-box.mjs +13 -14
- package/styled-system/patterns/link-overlay.d.ts +6 -6
- package/styled-system/patterns/link-overlay.mjs +18 -19
- package/styled-system/patterns/spacer.d.ts +6 -6
- package/styled-system/patterns/spacer.mjs +12 -13
- package/styled-system/patterns/square.d.ts +6 -6
- package/styled-system/patterns/square.mjs +15 -16
- package/styled-system/patterns/stack.d.ts +6 -6
- package/styled-system/patterns/stack.mjs +14 -15
- package/styled-system/patterns/styled-link.d.ts +6 -6
- package/styled-system/patterns/styled-link.mjs +12 -13
- package/styled-system/patterns/visually-hidden.d.ts +6 -6
- package/styled-system/patterns/visually-hidden.mjs +9 -10
- package/styled-system/patterns/vstack.d.ts +6 -6
- package/styled-system/patterns/vstack.mjs +14 -15
- package/styled-system/patterns/wrap.d.ts +6 -6
- package/styled-system/patterns/wrap.mjs +16 -17
- package/styled-system/reset.css +4 -3
- package/styled-system/static.css +3 -3
- package/styled-system/styles.css +42 -68
- package/styled-system/tokens/index.css +434 -434
- package/styled-system/tokens/index.d.ts +2 -2
- package/styled-system/tokens/index.mjs +1419 -1421
- package/styled-system/tokens/keyframes.css +23 -25
- package/styled-system/types/composition.d.ts +1 -1
- package/styled-system/types/conditions.d.ts +113 -113
- package/styled-system/types/global.d.ts +6 -5
- package/styled-system/types/index.d.ts +5 -3
- package/styled-system/types/jsx.d.ts +2 -2
- package/styled-system/types/pattern.d.ts +2 -2
- package/styled-system/types/prop-type.d.ts +2 -2
- package/styled-system/types/recipe.d.ts +2 -1
- package/styled-system/types/selectors.d.ts +1 -1
- package/styled-system/types/style-props.d.ts +3 -3
- package/styled-system/types/system-types.d.ts +3 -3
- package/styled-system/chunks/..__core____tests____complex-rule.test.css +0 -19
- package/styled-system/chunks/..__shared____tests____string-literal.test.css +0 -15
|
@@ -1,30 +1,28 @@
|
|
|
1
1
|
@layer tokens {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
@keyframes spin {
|
|
3
|
+
to {
|
|
4
|
+
transform: rotate(360deg)
|
|
5
|
+
}
|
|
5
6
|
}
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
opacity: 0;
|
|
7
|
+
@keyframes ping {
|
|
8
|
+
75%, 100% {
|
|
9
|
+
transform: scale(2);
|
|
10
|
+
opacity: 0
|
|
11
|
+
}
|
|
12
12
|
}
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
13
|
+
@keyframes pulse {
|
|
14
|
+
50% {
|
|
15
|
+
opacity: .5
|
|
16
|
+
}
|
|
17
17
|
}
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
18
|
+
@keyframes bounce {
|
|
19
|
+
0%, 100% {
|
|
20
|
+
transform: translateY(-25%);
|
|
21
|
+
animation-timing-function: cubic-bezier(0.8,0,1,1)
|
|
22
|
+
}
|
|
23
|
+
50% {
|
|
24
|
+
transform: none;
|
|
25
|
+
animation-timing-function: cubic-bezier(0,0,0.2,1)
|
|
26
|
+
}
|
|
24
27
|
}
|
|
25
|
-
|
|
26
|
-
transform: none;
|
|
27
|
-
animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
}
|
|
28
|
+
}
|
|
@@ -1,119 +1,119 @@
|
|
|
1
1
|
/* eslint-disable */
|
|
2
|
-
import type { AnySelector, Selectors } from './selectors'
|
|
2
|
+
import type { AnySelector, Selectors } from './selectors';
|
|
3
3
|
|
|
4
4
|
export type Conditions = {
|
|
5
|
-
"_hover": string
|
|
6
|
-
"_focus": string
|
|
7
|
-
"_focusWithin": string
|
|
8
|
-
"_focusVisible": string
|
|
9
|
-
"_disabled": string
|
|
10
|
-
"_active": string
|
|
11
|
-
"_visited": string
|
|
12
|
-
"_target": string
|
|
13
|
-
"_readOnly": string
|
|
14
|
-
"_readWrite": string
|
|
15
|
-
"_empty": string
|
|
16
|
-
"_checked": string
|
|
17
|
-
"_enabled": string
|
|
18
|
-
"_expanded": string
|
|
19
|
-
"_highlighted": string
|
|
20
|
-
"_before": string
|
|
21
|
-
"_after": string
|
|
22
|
-
"_firstLetter": string
|
|
23
|
-
"_firstLine": string
|
|
24
|
-
"_marker": string
|
|
25
|
-
"_selection": string
|
|
26
|
-
"_file": string
|
|
27
|
-
"_backdrop": string
|
|
28
|
-
"_first": string
|
|
29
|
-
"_last": string
|
|
30
|
-
"_only": string
|
|
31
|
-
"_even": string
|
|
32
|
-
"_odd": string
|
|
33
|
-
"_firstOfType": string
|
|
34
|
-
"_lastOfType": string
|
|
35
|
-
"_onlyOfType": string
|
|
36
|
-
"_peerFocus": string
|
|
37
|
-
"_peerHover": string
|
|
38
|
-
"_peerActive": string
|
|
39
|
-
"_peerFocusWithin": string
|
|
40
|
-
"_peerFocusVisible": string
|
|
41
|
-
"_peerDisabled": string
|
|
42
|
-
"_peerChecked": string
|
|
43
|
-
"_peerInvalid": string
|
|
44
|
-
"_peerExpanded": string
|
|
45
|
-
"_peerPlaceholderShown": string
|
|
46
|
-
"_groupFocus": string
|
|
47
|
-
"_groupHover": string
|
|
48
|
-
"_groupActive": string
|
|
49
|
-
"_groupFocusWithin": string
|
|
50
|
-
"_groupFocusVisible": string
|
|
51
|
-
"_groupDisabled": string
|
|
52
|
-
"_groupChecked": string
|
|
53
|
-
"_groupExpanded": string
|
|
54
|
-
"_groupInvalid": string
|
|
55
|
-
"_indeterminate": string
|
|
56
|
-
"_required": string
|
|
57
|
-
"_valid": string
|
|
58
|
-
"_invalid": string
|
|
59
|
-
"_autofill": string
|
|
60
|
-
"_inRange": string
|
|
61
|
-
"_outOfRange": string
|
|
62
|
-
"_placeholder": string
|
|
63
|
-
"_placeholderShown": string
|
|
64
|
-
"_pressed": string
|
|
65
|
-
"_selected": string
|
|
66
|
-
"_default": string
|
|
67
|
-
"_optional": string
|
|
68
|
-
"_open": string
|
|
69
|
-
"_fullscreen": string
|
|
70
|
-
"_loading": string
|
|
71
|
-
"_currentPage": string
|
|
72
|
-
"_currentStep": string
|
|
73
|
-
"_motionReduce": string
|
|
74
|
-
"_motionSafe": string
|
|
75
|
-
"_print": string
|
|
76
|
-
"_landscape": string
|
|
77
|
-
"_portrait": string
|
|
78
|
-
"_dark": string
|
|
79
|
-
"_light": string
|
|
80
|
-
"_osDark": string
|
|
81
|
-
"_osLight": string
|
|
82
|
-
"_highContrast": string
|
|
83
|
-
"_lessContrast": string
|
|
84
|
-
"_moreContrast": string
|
|
85
|
-
"_ltr": string
|
|
86
|
-
"_rtl": string
|
|
87
|
-
"_scrollbar": string
|
|
88
|
-
"_scrollbarThumb": string
|
|
89
|
-
"_scrollbarTrack": string
|
|
90
|
-
"_horizontal": string
|
|
91
|
-
"_vertical": string
|
|
92
|
-
"sm": string
|
|
93
|
-
"smOnly": string
|
|
94
|
-
"smDown": string
|
|
95
|
-
"md": string
|
|
96
|
-
"mdOnly": string
|
|
97
|
-
"mdDown": string
|
|
98
|
-
"lg": string
|
|
99
|
-
"lgOnly": string
|
|
100
|
-
"lgDown": string
|
|
101
|
-
"xl": string
|
|
102
|
-
"xlOnly": string
|
|
103
|
-
"xlDown": string
|
|
104
|
-
"2xl": string
|
|
105
|
-
"2xlOnly": string
|
|
106
|
-
"smToMd": string
|
|
107
|
-
"smToLg": string
|
|
108
|
-
"smToXl": string
|
|
109
|
-
"smTo2xl": string
|
|
110
|
-
"mdToLg": string
|
|
111
|
-
"mdToXl": string
|
|
112
|
-
"mdTo2xl": string
|
|
113
|
-
"lgToXl": string
|
|
114
|
-
"lgTo2xl": string
|
|
115
|
-
"xlTo2xl": string
|
|
116
|
-
"base": string
|
|
5
|
+
/** `&:is(:hover, [data-hover])` */"_hover": string
|
|
6
|
+
/** `&:is(:focus, [data-focus])` */"_focus": string
|
|
7
|
+
/** `&:focus-within` */"_focusWithin": string
|
|
8
|
+
/** `&:is(:focus-visible, [data-focus-visible])` */"_focusVisible": string
|
|
9
|
+
/** `&:is(:disabled, [disabled], [data-disabled])` */"_disabled": string
|
|
10
|
+
/** `&:is(:active, [data-active])` */"_active": string
|
|
11
|
+
/** `&:visited` */"_visited": string
|
|
12
|
+
/** `&:target` */"_target": string
|
|
13
|
+
/** `&:is(:read-only, [data-read-only])` */"_readOnly": string
|
|
14
|
+
/** `&:read-write` */"_readWrite": string
|
|
15
|
+
/** `&:is(:empty, [data-empty])` */"_empty": string
|
|
16
|
+
/** `&:is(:checked, [data-checked], [aria-checked=true], [data-state="checked"])` */"_checked": string
|
|
17
|
+
/** `&:enabled` */"_enabled": string
|
|
18
|
+
/** `&:is([aria-expanded=true], [data-expanded], [data-state="expanded"])` */"_expanded": string
|
|
19
|
+
/** `&[data-highlighted]` */"_highlighted": string
|
|
20
|
+
/** `&::before` */"_before": string
|
|
21
|
+
/** `&::after` */"_after": string
|
|
22
|
+
/** `&::first-letter` */"_firstLetter": string
|
|
23
|
+
/** `&::first-line` */"_firstLine": string
|
|
24
|
+
/** `&::marker` */"_marker": string
|
|
25
|
+
/** `&::selection` */"_selection": string
|
|
26
|
+
/** `&::file-selector-button` */"_file": string
|
|
27
|
+
/** `&::backdrop` */"_backdrop": string
|
|
28
|
+
/** `&:first-child` */"_first": string
|
|
29
|
+
/** `&:last-child` */"_last": string
|
|
30
|
+
/** `&:only-child` */"_only": string
|
|
31
|
+
/** `&:nth-child(even)` */"_even": string
|
|
32
|
+
/** `&:nth-child(odd)` */"_odd": string
|
|
33
|
+
/** `&:first-of-type` */"_firstOfType": string
|
|
34
|
+
/** `&:last-of-type` */"_lastOfType": string
|
|
35
|
+
/** `&:only-of-type` */"_onlyOfType": string
|
|
36
|
+
/** `.peer:is(:focus, [data-focus]) ~ &` */"_peerFocus": string
|
|
37
|
+
/** `.peer:is(:hover, [data-hover]) ~ &` */"_peerHover": string
|
|
38
|
+
/** `.peer:is(:active, [data-active]) ~ &` */"_peerActive": string
|
|
39
|
+
/** `.peer:focus-within ~ &` */"_peerFocusWithin": string
|
|
40
|
+
/** `.peer:is(:focus-visible, [data-focus-visible]) ~ &` */"_peerFocusVisible": string
|
|
41
|
+
/** `.peer:is(:disabled, [disabled], [data-disabled]) ~ &` */"_peerDisabled": string
|
|
42
|
+
/** `.peer:is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]) ~ &` */"_peerChecked": string
|
|
43
|
+
/** `.peer:is(:invalid, [data-invalid], [aria-invalid=true]) ~ &` */"_peerInvalid": string
|
|
44
|
+
/** `.peer:is([aria-expanded=true], [data-expanded], [data-state="expanded"]) ~ &` */"_peerExpanded": string
|
|
45
|
+
/** `.peer:placeholder-shown ~ &` */"_peerPlaceholderShown": string
|
|
46
|
+
/** `.group:is(:focus, [data-focus]) &` */"_groupFocus": string
|
|
47
|
+
/** `.group:is(:hover, [data-hover]) &` */"_groupHover": string
|
|
48
|
+
/** `.group:is(:active, [data-active]) &` */"_groupActive": string
|
|
49
|
+
/** `.group:focus-within &` */"_groupFocusWithin": string
|
|
50
|
+
/** `.group:is(:focus-visible, [data-focus-visible]) &` */"_groupFocusVisible": string
|
|
51
|
+
/** `.group:is(:disabled, [disabled], [data-disabled]) &` */"_groupDisabled": string
|
|
52
|
+
/** `.group:is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]) &` */"_groupChecked": string
|
|
53
|
+
/** `.group:is([aria-expanded=true], [data-expanded], [data-state="expanded"]) &` */"_groupExpanded": string
|
|
54
|
+
/** `.group:invalid &` */"_groupInvalid": string
|
|
55
|
+
/** `&:is(:indeterminate, [data-indeterminate], [aria-checked=mixed], [data-state="indeterminate")` */"_indeterminate": string
|
|
56
|
+
/** `&:required` */"_required": string
|
|
57
|
+
/** `&:is(:valid, [data-valid])` */"_valid": string
|
|
58
|
+
/** `&:is(:invalid, [data-invalid])` */"_invalid": string
|
|
59
|
+
/** `&:autofill` */"_autofill": string
|
|
60
|
+
/** `&:in-range` */"_inRange": string
|
|
61
|
+
/** `&:out-of-range` */"_outOfRange": string
|
|
62
|
+
/** `&::placeholder` */"_placeholder": string
|
|
63
|
+
/** `&:placeholder-shown` */"_placeholderShown": string
|
|
64
|
+
/** `&:is([aria-pressed=true], [data-pressed])` */"_pressed": string
|
|
65
|
+
/** `&:is([aria-selected=true], [data-selected])` */"_selected": string
|
|
66
|
+
/** `&:default` */"_default": string
|
|
67
|
+
/** `&:optional` */"_optional": string
|
|
68
|
+
/** `&:is([open], [data-open], [data-state="open"])` */"_open": string
|
|
69
|
+
/** `&:fullscreen` */"_fullscreen": string
|
|
70
|
+
/** `&:is([data-loading], [aria-busy=true])` */"_loading": string
|
|
71
|
+
/** `&[aria-current=page]` */"_currentPage": string
|
|
72
|
+
/** `&[aria-current=step]` */"_currentStep": string
|
|
73
|
+
/** `@media (prefers-reduced-motion: reduce)` */"_motionReduce": string
|
|
74
|
+
/** `@media (prefers-reduced-motion: no-preference)` */"_motionSafe": string
|
|
75
|
+
/** `@media print` */"_print": string
|
|
76
|
+
/** `@media (orientation: landscape)` */"_landscape": string
|
|
77
|
+
/** `@media (orientation: portrait)` */"_portrait": string
|
|
78
|
+
/** ` &.dark, .dark &` */"_dark": string
|
|
79
|
+
/** ` &.light, .light &` */"_light": string
|
|
80
|
+
/** `@media (prefers-color-scheme: dark)` */"_osDark": string
|
|
81
|
+
/** `@media (prefers-color-scheme: light)` */"_osLight": string
|
|
82
|
+
/** `@media (forced-colors: active)` */"_highContrast": string
|
|
83
|
+
/** `@media (prefers-contrast: less)` */"_lessContrast": string
|
|
84
|
+
/** `@media (prefers-contrast: more)` */"_moreContrast": string
|
|
85
|
+
/** `[dir=ltr] &` */"_ltr": string
|
|
86
|
+
/** `[dir=rtl] &` */"_rtl": string
|
|
87
|
+
/** `&::-webkit-scrollbar` */"_scrollbar": string
|
|
88
|
+
/** `&::-webkit-scrollbar-thumb` */"_scrollbarThumb": string
|
|
89
|
+
/** `&::-webkit-scrollbar-track` */"_scrollbarTrack": string
|
|
90
|
+
/** `&[data-orientation=horizontal]` */"_horizontal": string
|
|
91
|
+
/** `&[data-orientation=vertical]` */"_vertical": string
|
|
92
|
+
/** `@media screen and (min-width: 640px)` */"sm": string
|
|
93
|
+
/** `@media screen and (min-width: 640px) and (max-width: 47.996875em)` */"smOnly": string
|
|
94
|
+
/** `@media screen and (max-width: 47.996875em)` */"smDown": string
|
|
95
|
+
/** `@media screen and (min-width: 768px)` */"md": string
|
|
96
|
+
/** `@media screen and (min-width: 768px) and (max-width: 63.996875em)` */"mdOnly": string
|
|
97
|
+
/** `@media screen and (max-width: 63.996875em)` */"mdDown": string
|
|
98
|
+
/** `@media screen and (min-width: 1024px)` */"lg": string
|
|
99
|
+
/** `@media screen and (min-width: 1024px) and (max-width: 79.996875em)` */"lgOnly": string
|
|
100
|
+
/** `@media screen and (max-width: 79.996875em)` */"lgDown": string
|
|
101
|
+
/** `@media screen and (min-width: 1280px)` */"xl": string
|
|
102
|
+
/** `@media screen and (min-width: 1280px) and (max-width: 95.996875em)` */"xlOnly": string
|
|
103
|
+
/** `@media screen and (max-width: 95.996875em)` */"xlDown": string
|
|
104
|
+
/** `@media screen and (min-width: 1536px)` */"2xl": string
|
|
105
|
+
/** `@media screen and (min-width: 1536px)` */"2xlOnly": string
|
|
106
|
+
/** `@media screen and (min-width: 640px) and (max-width: 63.996875em)` */"smToMd": string
|
|
107
|
+
/** `@media screen and (min-width: 640px) and (max-width: 79.996875em)` */"smToLg": string
|
|
108
|
+
/** `@media screen and (min-width: 640px) and (max-width: 95.996875em)` */"smToXl": string
|
|
109
|
+
/** `@media screen and (min-width: 640px)` */"smTo2xl": string
|
|
110
|
+
/** `@media screen and (min-width: 768px) and (max-width: 79.996875em)` */"mdToLg": string
|
|
111
|
+
/** `@media screen and (min-width: 768px) and (max-width: 95.996875em)` */"mdToXl": string
|
|
112
|
+
/** `@media screen and (min-width: 768px)` */"mdTo2xl": string
|
|
113
|
+
/** `@media screen and (min-width: 1024px) and (max-width: 95.996875em)` */"lgToXl": string
|
|
114
|
+
/** `@media screen and (min-width: 1024px)` */"lgTo2xl": string
|
|
115
|
+
/** `@media screen and (min-width: 1280px)` */"xlTo2xl": string
|
|
116
|
+
/** The base (=no conditions) styles to apply */"base": string
|
|
117
117
|
}
|
|
118
118
|
|
|
119
119
|
export type Condition = keyof Conditions
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
/* eslint-disable */
|
|
2
|
+
// @ts-nocheck
|
|
2
3
|
import type { TextStyles, LayerStyles } from '@pandacss/dev'
|
|
3
|
-
import type { RecipeVariantRecord, RecipeConfig, SlotRecipeVariantRecord, SlotRecipeConfig } from './recipe'
|
|
4
|
-
import type { Parts } from './parts'
|
|
5
|
-
import type { PatternConfig, PatternProperties } from './pattern'
|
|
6
|
-
import type { GlobalStyleObject, SystemStyleObject } from './system-types'
|
|
7
|
-
import type { CompositionStyles } from './composition'
|
|
4
|
+
import type { RecipeVariantRecord, RecipeConfig, SlotRecipeVariantRecord, SlotRecipeConfig } from './recipe';
|
|
5
|
+
import type { Parts } from './parts';
|
|
6
|
+
import type { PatternConfig, PatternProperties } from './pattern';
|
|
7
|
+
import type { GlobalStyleObject, SystemStyleObject } from './system-types';
|
|
8
|
+
import type { CompositionStyles } from './composition';
|
|
8
9
|
|
|
9
10
|
declare module '@pandacss/dev' {
|
|
10
11
|
export function defineRecipe<V extends RecipeVariantRecord>(config: RecipeConfig<V>): RecipeConfig
|
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
/* eslint-disable */
|
|
2
|
-
import './global'
|
|
3
|
-
export type { ConditionalValue } from './conditions'
|
|
4
|
-
export type {
|
|
2
|
+
import './global.d.ts'
|
|
3
|
+
export type { ConditionalValue } from './conditions';
|
|
4
|
+
export type { PatternConfig, PatternProperties } from './pattern';
|
|
5
|
+
export type { RecipeVariantRecord, RecipeConfig, SlotRecipeVariantRecord, SlotRecipeConfig } from './recipe';
|
|
6
|
+
export type { GlobalStyleObject, JsxStyleProps, SystemStyleObject } from './system-types';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/* eslint-disable */
|
|
2
2
|
import type { ComponentPropsWithoutRef, ElementType, ElementRef, Ref } from 'react'
|
|
3
|
-
import type { Assign, DistributiveOmit,
|
|
4
|
-
import type { RecipeDefinition, RecipeSelection, RecipeVariantRecord } from './recipe'
|
|
3
|
+
import type { Assign, DistributiveOmit, JsxHTMLProps, JsxStyleProps } from './system-types';
|
|
4
|
+
import type { RecipeDefinition, RecipeSelection, RecipeVariantRecord } from './recipe';
|
|
5
5
|
|
|
6
6
|
type Dict = Record<string, unknown>
|
|
7
7
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/* eslint-disable */
|
|
2
|
-
import type {
|
|
3
|
-
import type {
|
|
2
|
+
import type { CssProperty, SystemStyleObject } from './system-types';
|
|
3
|
+
import type { TokenCategory } from '../tokens/index';
|
|
4
4
|
|
|
5
5
|
type Primitive = string | number | boolean | null | undefined
|
|
6
6
|
type LiteralUnion<T, K extends Primitive = string> = T | (K & Record<never, never>)
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/* eslint-disable */
|
|
2
2
|
import type { ConditionalValue } from './conditions';
|
|
3
|
-
import type { CssProperties } from './system-types'
|
|
4
|
-
import type { Tokens } from '../tokens'
|
|
3
|
+
import type { CssProperties } from './system-types';
|
|
4
|
+
import type { Tokens } from '../tokens/index';
|
|
5
5
|
|
|
6
6
|
type PropertyValueTypes = {
|
|
7
7
|
aspectRatio: "auto" | "square" | "landscape" | "portrait" | "wide" | "ultrawide" | "golden";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/* eslint-disable */
|
|
2
|
-
import type {
|
|
2
|
+
import type { SystemStyleObject, DistributiveOmit } from './system-types';
|
|
3
3
|
|
|
4
4
|
type Pretty<T> = { [K in keyof T]: T[K] } & {}
|
|
5
5
|
|
|
@@ -100,6 +100,7 @@ export type SlotRecipeVariantFn<S extends string, T extends RecipeVariantRecord>
|
|
|
100
100
|
) => SlotRecord<S, string>
|
|
101
101
|
|
|
102
102
|
export type SlotRecipeRuntimeFn<S extends string, T extends SlotRecipeVariantRecord<S>> = SlotRecipeVariantFn<S, T> & {
|
|
103
|
+
raw: (props?: RecipeSelection<T>) => Record<S, SystemStyleObject>
|
|
103
104
|
variantKeys: (keyof T)[]
|
|
104
105
|
variantMap: RecipeVariantMap<T>
|
|
105
106
|
splitVariantProps<Props extends RecipeSelection<T>>(props: Props): [RecipeSelection<T>, Pretty<Omit<Props, keyof T>>]
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/* eslint-disable */
|
|
2
|
-
import type { ConditionalValue } from './conditions'
|
|
3
|
-
import type { PropertyValue } from './prop-type'
|
|
4
|
-
import type { Token } from '../tokens'
|
|
2
|
+
import type { ConditionalValue } from './conditions';
|
|
3
|
+
import type { PropertyValue } from './prop-type';
|
|
4
|
+
import type { Token } from '../tokens/index';
|
|
5
5
|
|
|
6
6
|
export type CssVarProperties = {
|
|
7
7
|
[key in `--${string}`]?: ConditionalValue<Token | (string & {}) | (number & {})>
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/* eslint-disable */
|
|
2
|
-
import type {
|
|
3
|
-
import type {
|
|
4
|
-
import type {
|
|
2
|
+
import type { ConditionalValue, Conditions, Nested } from './conditions';
|
|
3
|
+
import type { PropertiesFallback } from './csstype';
|
|
4
|
+
import type { SystemProperties, CssVarProperties } from './style-props';
|
|
5
5
|
|
|
6
6
|
type String = string & {}
|
|
7
7
|
type Number = number & {}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
@layer utilities {
|
|
2
|
-
.styles\:dark\:text_green500 {
|
|
3
|
-
&.dark,
|
|
4
|
-
.dark & {
|
|
5
|
-
color: green500;
|
|
6
|
-
}
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
.styles\:dark\:sm\:md\:text_red200 {
|
|
10
|
-
&.dark,
|
|
11
|
-
.dark & {
|
|
12
|
-
@media screen and (min-width: 640px) {
|
|
13
|
-
@media screen and (min-width: 768px) {
|
|
14
|
-
color: red200;
|
|
15
|
-
}
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
}
|
|
19
|
-
}
|