@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,21 +1,20 @@
|
|
|
1
|
-
import { mapObject } from '../helpers.mjs'
|
|
2
|
-
import { css } from '../css/index.mjs'
|
|
1
|
+
import { mapObject } from '../helpers.mjs';
|
|
2
|
+
import { css } from '../css/index.mjs';
|
|
3
3
|
|
|
4
4
|
const stackConfig = {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
}
|
|
5
|
+
transform(props) {
|
|
6
|
+
const { align, justify, direction = "column", gap = "10px", ...rest } = props;
|
|
7
|
+
return {
|
|
8
|
+
display: "flex",
|
|
9
|
+
flexDirection: direction,
|
|
10
|
+
alignItems: align,
|
|
11
|
+
justifyContent: justify,
|
|
12
|
+
gap,
|
|
13
|
+
...rest
|
|
14
|
+
};
|
|
15
|
+
}}
|
|
17
16
|
|
|
18
17
|
export const getStackStyle = (styles = {}) => stackConfig.transform(styles, { map: mapObject })
|
|
19
18
|
|
|
20
19
|
export const stack = (styles) => css(getStackStyle(styles))
|
|
21
|
-
stack.raw = getStackStyle
|
|
20
|
+
stack.raw = getStackStyle
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/* eslint-disable */
|
|
2
|
-
import type { SystemStyleObject, ConditionalValue } from '../types'
|
|
3
|
-
import type { Properties } from '../types/csstype'
|
|
4
|
-
import type { PropertyValue } from '../types/prop-type'
|
|
5
|
-
import type { DistributiveOmit } from '../types/system-types'
|
|
6
|
-
import type { Tokens } from '../tokens'
|
|
2
|
+
import type { SystemStyleObject, ConditionalValue } from '../types/index';
|
|
3
|
+
import type { Properties } from '../types/csstype';
|
|
4
|
+
import type { PropertyValue } from '../types/prop-type';
|
|
5
|
+
import type { DistributiveOmit } from '../types/system-types';
|
|
6
|
+
import type { Tokens } from '../tokens/index';
|
|
7
7
|
|
|
8
8
|
export type StyledLinkProperties = {
|
|
9
9
|
|
|
@@ -14,7 +14,7 @@ type StyledLinkStyles = StyledLinkProperties & DistributiveOmit<SystemStyleObjec
|
|
|
14
14
|
|
|
15
15
|
interface StyledLinkPatternFn {
|
|
16
16
|
(styles?: StyledLinkStyles): string
|
|
17
|
-
raw: (styles
|
|
17
|
+
raw: (styles?: StyledLinkStyles) => SystemStyleObject
|
|
18
18
|
}
|
|
19
19
|
|
|
20
20
|
|
|
@@ -1,19 +1,18 @@
|
|
|
1
|
-
import { mapObject } from '../helpers.mjs'
|
|
2
|
-
import { css } from '../css/index.mjs'
|
|
1
|
+
import { mapObject } from '../helpers.mjs';
|
|
2
|
+
import { css } from '../css/index.mjs';
|
|
3
3
|
|
|
4
4
|
const styledLinkConfig = {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
}
|
|
5
|
+
transform:(props) => ({
|
|
6
|
+
display: "inline-flex",
|
|
7
|
+
alignItems: "center",
|
|
8
|
+
opacity: "0.5",
|
|
9
|
+
borderBottom: "1px solid transparent",
|
|
10
|
+
cursor: "pointer",
|
|
11
|
+
_hover: { opacity: 1, borderBottomColor: "black" },
|
|
12
|
+
...props
|
|
13
|
+
})}
|
|
15
14
|
|
|
16
15
|
export const getStyledLinkStyle = (styles = {}) => styledLinkConfig.transform(styles, { map: mapObject })
|
|
17
16
|
|
|
18
17
|
export const styledLink = (styles) => css(getStyledLinkStyle(styles))
|
|
19
|
-
styledLink.raw = getStyledLinkStyle
|
|
18
|
+
styledLink.raw = getStyledLinkStyle
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/* eslint-disable */
|
|
2
|
-
import type { SystemStyleObject, ConditionalValue } from '../types'
|
|
3
|
-
import type { Properties } from '../types/csstype'
|
|
4
|
-
import type { PropertyValue } from '../types/prop-type'
|
|
5
|
-
import type { DistributiveOmit } from '../types/system-types'
|
|
6
|
-
import type { Tokens } from '../tokens'
|
|
2
|
+
import type { SystemStyleObject, ConditionalValue } from '../types/index';
|
|
3
|
+
import type { Properties } from '../types/csstype';
|
|
4
|
+
import type { PropertyValue } from '../types/prop-type';
|
|
5
|
+
import type { DistributiveOmit } from '../types/system-types';
|
|
6
|
+
import type { Tokens } from '../tokens/index';
|
|
7
7
|
|
|
8
8
|
export type VisuallyHiddenProperties = {
|
|
9
9
|
|
|
@@ -14,7 +14,7 @@ type VisuallyHiddenStyles = VisuallyHiddenProperties & DistributiveOmit<SystemSt
|
|
|
14
14
|
|
|
15
15
|
interface VisuallyHiddenPatternFn {
|
|
16
16
|
(styles?: VisuallyHiddenStyles): string
|
|
17
|
-
raw: (styles
|
|
17
|
+
raw: (styles?: VisuallyHiddenStyles) => SystemStyleObject
|
|
18
18
|
}
|
|
19
19
|
|
|
20
20
|
|
|
@@ -1,16 +1,15 @@
|
|
|
1
|
-
import { mapObject } from '../helpers.mjs'
|
|
2
|
-
import { css } from '../css/index.mjs'
|
|
1
|
+
import { mapObject } from '../helpers.mjs';
|
|
2
|
+
import { css } from '../css/index.mjs';
|
|
3
3
|
|
|
4
4
|
const visuallyHiddenConfig = {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
}
|
|
5
|
+
transform(props) {
|
|
6
|
+
return {
|
|
7
|
+
srOnly: true,
|
|
8
|
+
...props
|
|
9
|
+
};
|
|
10
|
+
}}
|
|
12
11
|
|
|
13
12
|
export const getVisuallyHiddenStyle = (styles = {}) => visuallyHiddenConfig.transform(styles, { map: mapObject })
|
|
14
13
|
|
|
15
14
|
export const visuallyHidden = (styles) => css(getVisuallyHiddenStyle(styles))
|
|
16
|
-
visuallyHidden.raw = getVisuallyHiddenStyle
|
|
15
|
+
visuallyHidden.raw = getVisuallyHiddenStyle
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/* eslint-disable */
|
|
2
|
-
import type { SystemStyleObject, ConditionalValue } from '../types'
|
|
3
|
-
import type { Properties } from '../types/csstype'
|
|
4
|
-
import type { PropertyValue } from '../types/prop-type'
|
|
5
|
-
import type { DistributiveOmit } from '../types/system-types'
|
|
6
|
-
import type { Tokens } from '../tokens'
|
|
2
|
+
import type { SystemStyleObject, ConditionalValue } from '../types/index';
|
|
3
|
+
import type { Properties } from '../types/csstype';
|
|
4
|
+
import type { PropertyValue } from '../types/prop-type';
|
|
5
|
+
import type { DistributiveOmit } from '../types/system-types';
|
|
6
|
+
import type { Tokens } from '../tokens/index';
|
|
7
7
|
|
|
8
8
|
export type VstackProperties = {
|
|
9
9
|
justify?: PropertyValue<'justifyContent'>
|
|
@@ -15,7 +15,7 @@ type VstackStyles = VstackProperties & DistributiveOmit<SystemStyleObject, keyof
|
|
|
15
15
|
|
|
16
16
|
interface VstackPatternFn {
|
|
17
17
|
(styles?: VstackStyles): string
|
|
18
|
-
raw: (styles
|
|
18
|
+
raw: (styles?: VstackStyles) => SystemStyleObject
|
|
19
19
|
}
|
|
20
20
|
|
|
21
21
|
|
|
@@ -1,21 +1,20 @@
|
|
|
1
|
-
import { mapObject } from '../helpers.mjs'
|
|
2
|
-
import { css } from '../css/index.mjs'
|
|
1
|
+
import { mapObject } from '../helpers.mjs';
|
|
2
|
+
import { css } from '../css/index.mjs';
|
|
3
3
|
|
|
4
4
|
const vstackConfig = {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
}
|
|
5
|
+
transform(props) {
|
|
6
|
+
const { justify, gap = "10px", ...rest } = props;
|
|
7
|
+
return {
|
|
8
|
+
display: "flex",
|
|
9
|
+
alignItems: "center",
|
|
10
|
+
justifyContent: justify,
|
|
11
|
+
gap,
|
|
12
|
+
flexDirection: "column",
|
|
13
|
+
...rest
|
|
14
|
+
};
|
|
15
|
+
}}
|
|
17
16
|
|
|
18
17
|
export const getVstackStyle = (styles = {}) => vstackConfig.transform(styles, { map: mapObject })
|
|
19
18
|
|
|
20
19
|
export const vstack = (styles) => css(getVstackStyle(styles))
|
|
21
|
-
vstack.raw = getVstackStyle
|
|
20
|
+
vstack.raw = getVstackStyle
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/* eslint-disable */
|
|
2
|
-
import type { SystemStyleObject, ConditionalValue } from '../types'
|
|
3
|
-
import type { Properties } from '../types/csstype'
|
|
4
|
-
import type { PropertyValue } from '../types/prop-type'
|
|
5
|
-
import type { DistributiveOmit } from '../types/system-types'
|
|
6
|
-
import type { Tokens } from '../tokens'
|
|
2
|
+
import type { SystemStyleObject, ConditionalValue } from '../types/index';
|
|
3
|
+
import type { Properties } from '../types/csstype';
|
|
4
|
+
import type { PropertyValue } from '../types/prop-type';
|
|
5
|
+
import type { DistributiveOmit } from '../types/system-types';
|
|
6
|
+
import type { Tokens } from '../tokens/index';
|
|
7
7
|
|
|
8
8
|
export type WrapProperties = {
|
|
9
9
|
gap?: PropertyValue<'gap'>
|
|
@@ -18,7 +18,7 @@ type WrapStyles = WrapProperties & DistributiveOmit<SystemStyleObject, keyof Wra
|
|
|
18
18
|
|
|
19
19
|
interface WrapPatternFn {
|
|
20
20
|
(styles?: WrapStyles): string
|
|
21
|
-
raw: (styles
|
|
21
|
+
raw: (styles?: WrapStyles) => SystemStyleObject
|
|
22
22
|
}
|
|
23
23
|
|
|
24
24
|
|
|
@@ -1,23 +1,22 @@
|
|
|
1
|
-
import { mapObject } from '../helpers.mjs'
|
|
2
|
-
import { css } from '../css/index.mjs'
|
|
1
|
+
import { mapObject } from '../helpers.mjs';
|
|
2
|
+
import { css } from '../css/index.mjs';
|
|
3
3
|
|
|
4
4
|
const wrapConfig = {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
}
|
|
5
|
+
transform(props) {
|
|
6
|
+
const { columnGap, rowGap, gap = columnGap || rowGap ? void 0 : "10px", align, justify, ...rest } = props;
|
|
7
|
+
return {
|
|
8
|
+
display: "flex",
|
|
9
|
+
flexWrap: "wrap",
|
|
10
|
+
alignItems: align,
|
|
11
|
+
justifyContent: justify,
|
|
12
|
+
gap,
|
|
13
|
+
columnGap,
|
|
14
|
+
rowGap,
|
|
15
|
+
...rest
|
|
16
|
+
};
|
|
17
|
+
}}
|
|
19
18
|
|
|
20
19
|
export const getWrapStyle = (styles = {}) => wrapConfig.transform(styles, { map: mapObject })
|
|
21
20
|
|
|
22
21
|
export const wrap = (styles) => css(getWrapStyle(styles))
|
|
23
|
-
wrap.raw = getWrapStyle
|
|
22
|
+
wrap.raw = getWrapStyle
|
package/styled-system/reset.css
CHANGED
|
@@ -16,8 +16,9 @@
|
|
|
16
16
|
|
|
17
17
|
html {
|
|
18
18
|
line-height: 1.5;
|
|
19
|
-
--font-fallback: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
|
|
20
|
-
Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
|
|
19
|
+
--font-fallback: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
|
|
20
|
+
'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
|
|
21
|
+
'Noto Color Emoji';
|
|
21
22
|
-webkit-text-size-adjust: 100%;
|
|
22
23
|
-webkit-text-size-adjust: 100%;
|
|
23
24
|
-webkit-font-smoothing: antialiased;
|
|
@@ -187,4 +188,4 @@
|
|
|
187
188
|
:-moz-focusring {
|
|
188
189
|
outline: auto;
|
|
189
190
|
}
|
|
190
|
-
}
|
|
191
|
+
}
|
package/styled-system/static.css
CHANGED
package/styled-system/styles.css
CHANGED
|
@@ -11,19 +11,6 @@
|
|
|
11
11
|
@import './tokens/keyframes.css';
|
|
12
12
|
|
|
13
13
|
@layer utilities {
|
|
14
|
-
.styles\:dark\:text_green500.dark,
|
|
15
|
-
.dark .styles\:dark\:text_green500 {
|
|
16
|
-
color: green500;
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
.font_12px\/1\.5_Helvetica\,_Arial\,_sans-serif {
|
|
20
|
-
font: 12px/1.5 Helvetica, Arial, sans-serif;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
.text_red {
|
|
24
|
-
color: red;
|
|
25
|
-
}
|
|
26
|
-
|
|
27
14
|
.w_26px {
|
|
28
15
|
width: 26px;
|
|
29
16
|
}
|
|
@@ -50,7 +37,7 @@
|
|
|
50
37
|
|
|
51
38
|
.highlighted\:bg_border[data-highlighted] {
|
|
52
39
|
background: var(--colors-border);
|
|
53
|
-
|
|
40
|
+
}
|
|
54
41
|
|
|
55
42
|
.isolation_isolate {
|
|
56
43
|
isolation: isolate;
|
|
@@ -62,7 +49,7 @@
|
|
|
62
49
|
|
|
63
50
|
.expanded\:transform_rotate\(180deg\):where([aria-expanded='true'], [data-expanded]) {
|
|
64
51
|
transform: rotate(180deg);
|
|
65
|
-
|
|
52
|
+
}
|
|
66
53
|
|
|
67
54
|
.transition_all_\.2s_ease {
|
|
68
55
|
transition: all 0.2s ease;
|
|
@@ -215,35 +202,35 @@
|
|
|
215
202
|
|
|
216
203
|
.before\:content_\'\'::before {
|
|
217
204
|
content: '';
|
|
218
|
-
|
|
205
|
+
}
|
|
219
206
|
|
|
220
207
|
.before\:pos_absolute::before {
|
|
221
208
|
position: absolute;
|
|
222
|
-
|
|
209
|
+
}
|
|
223
210
|
|
|
224
211
|
.before\:rounded_sm::before {
|
|
225
212
|
border-radius: var(--radii-sm);
|
|
226
|
-
|
|
213
|
+
}
|
|
227
214
|
|
|
228
215
|
.before\:w_100\%::before {
|
|
229
216
|
width: 100%;
|
|
230
|
-
|
|
217
|
+
}
|
|
231
218
|
|
|
232
219
|
.before\:h_100\%::before {
|
|
233
220
|
height: 100%;
|
|
234
|
-
|
|
221
|
+
}
|
|
235
222
|
|
|
236
223
|
.before\:bg_24px::before {
|
|
237
224
|
background-size: 24px;
|
|
238
|
-
|
|
225
|
+
}
|
|
239
226
|
|
|
240
227
|
.before\:z_-1::before {
|
|
241
228
|
z-index: -1;
|
|
242
|
-
|
|
229
|
+
}
|
|
243
230
|
|
|
244
231
|
.before\:bg-img_check::before {
|
|
245
232
|
background-image: var(--assets-check);
|
|
246
|
-
|
|
233
|
+
}
|
|
247
234
|
|
|
248
235
|
.gap_0\.5 {
|
|
249
236
|
gap: var(--spacing-0\.5);
|
|
@@ -362,9 +349,9 @@
|
|
|
362
349
|
}
|
|
363
350
|
|
|
364
351
|
.dark\:text_neutral\.300.dark,
|
|
365
|
-
|
|
352
|
+
.dark .dark\:text_neutral\.300 {
|
|
366
353
|
color: var(--colors-neutral-300);
|
|
367
|
-
|
|
354
|
+
}
|
|
368
355
|
|
|
369
356
|
.shadow_sm {
|
|
370
357
|
box-shadow: var(--shadows-sm);
|
|
@@ -377,11 +364,11 @@
|
|
|
377
364
|
.divide-y_1px > :not([hidden]) ~ :not([hidden]) {
|
|
378
365
|
border-top-width: 1px;
|
|
379
366
|
border-bottom-width: 0px;
|
|
380
|
-
|
|
367
|
+
}
|
|
381
368
|
|
|
382
369
|
.divide_card > :not([hidden]) ~ :not([hidden]) {
|
|
383
370
|
border-color: var(--colors-card);
|
|
384
|
-
|
|
371
|
+
}
|
|
385
372
|
|
|
386
373
|
.mt_1\.5 {
|
|
387
374
|
margin-top: var(--spacing-1\.5);
|
|
@@ -401,23 +388,23 @@
|
|
|
401
388
|
|
|
402
389
|
.\[\&_svg\]\:font_normal svg {
|
|
403
390
|
font-weight: var(--font-weights-normal);
|
|
404
|
-
|
|
391
|
+
}
|
|
405
392
|
|
|
406
393
|
.\[\&_svg\]\:fs_xx-large svg {
|
|
407
394
|
font-size: xx-large;
|
|
408
|
-
|
|
395
|
+
}
|
|
409
396
|
|
|
410
397
|
.\[\&_svg\]\:mb_6 svg {
|
|
411
398
|
margin-bottom: var(--spacing-6);
|
|
412
|
-
|
|
399
|
+
}
|
|
413
400
|
|
|
414
401
|
.\[\&_svg\]\:h_6 svg {
|
|
415
402
|
height: var(--sizes-6);
|
|
416
|
-
|
|
403
|
+
}
|
|
417
404
|
|
|
418
405
|
.\[\&_svg\]\:w_6 svg {
|
|
419
406
|
width: var(--sizes-6);
|
|
420
|
-
|
|
407
|
+
}
|
|
421
408
|
|
|
422
409
|
.mt_3 {
|
|
423
410
|
margin-top: var(--spacing-3);
|
|
@@ -525,7 +512,7 @@
|
|
|
525
512
|
|
|
526
513
|
.currentPage\:text_yellow\.300[aria-current='page'] {
|
|
527
514
|
color: var(--colors-yellow-300);
|
|
528
|
-
|
|
515
|
+
}
|
|
529
516
|
|
|
530
517
|
.fs_small {
|
|
531
518
|
font-size: small;
|
|
@@ -619,7 +606,7 @@
|
|
|
619
606
|
|
|
620
607
|
.\[\&\.active\]\:text_yellow\.300.active {
|
|
621
608
|
color: var(--colors-yellow-300);
|
|
622
|
-
|
|
609
|
+
}
|
|
623
610
|
|
|
624
611
|
.sr_true {
|
|
625
612
|
position: absolute;
|
|
@@ -659,7 +646,7 @@
|
|
|
659
646
|
|
|
660
647
|
.\[\&_li\]\:cursor_pointer li {
|
|
661
648
|
cursor: pointer;
|
|
662
|
-
|
|
649
|
+
}
|
|
663
650
|
|
|
664
651
|
.list-style_none {
|
|
665
652
|
list-style: none;
|
|
@@ -959,90 +946,77 @@
|
|
|
959
946
|
|
|
960
947
|
.focusWithin\:outline-style_solid:focus-within {
|
|
961
948
|
outline-style: solid;
|
|
962
|
-
|
|
949
|
+
}
|
|
963
950
|
|
|
964
951
|
.focusWithin\:ring_2px:focus-within {
|
|
965
952
|
outline-width: 2px;
|
|
966
|
-
|
|
953
|
+
}
|
|
967
954
|
|
|
968
955
|
.focusWithin\:ring_2px:focus-within {
|
|
969
956
|
outline-offset: 2px;
|
|
970
|
-
|
|
957
|
+
}
|
|
971
958
|
|
|
972
959
|
.focusWithin\:ring_neutral\.400:focus-within {
|
|
973
960
|
outline-color: var(--colors-neutral-400);
|
|
974
|
-
|
|
961
|
+
}
|
|
975
962
|
|
|
976
963
|
.hover\:bg_gray\.100:where(:hover, [data-hover]) {
|
|
977
964
|
background-color: var(--colors-gray-100);
|
|
978
|
-
|
|
965
|
+
}
|
|
979
966
|
|
|
980
967
|
.hover\:shadow_lg:where(:hover, [data-hover]) {
|
|
981
968
|
box-shadow: var(--shadows-lg);
|
|
982
|
-
|
|
969
|
+
}
|
|
983
970
|
|
|
984
971
|
.hover\:text_yellow\.300:where(:hover, [data-hover]) {
|
|
985
972
|
color: var(--colors-yellow-300);
|
|
986
|
-
|
|
973
|
+
}
|
|
987
974
|
|
|
988
975
|
.hover\:opacity_0\.8:where(:hover, [data-hover]) {
|
|
989
976
|
opacity: 0.8;
|
|
990
|
-
|
|
977
|
+
}
|
|
991
978
|
|
|
992
979
|
.hover\:bg_border:where(:hover, [data-hover]) {
|
|
993
980
|
background-color: var(--colors-border);
|
|
994
|
-
|
|
981
|
+
}
|
|
995
982
|
|
|
996
983
|
.hover\:bg_border:where(:hover, [data-hover]) {
|
|
997
984
|
background: var(--colors-border);
|
|
998
|
-
|
|
985
|
+
}
|
|
999
986
|
|
|
1000
987
|
.hover\:opacity_0\.6:where(:hover, [data-hover]) {
|
|
1001
988
|
opacity: 0.6;
|
|
1002
|
-
|
|
989
|
+
}
|
|
1003
990
|
|
|
1004
991
|
.hover\:opacity_1:where(:hover, [data-hover]) {
|
|
1005
992
|
opacity: 1;
|
|
1006
|
-
|
|
993
|
+
}
|
|
1007
994
|
|
|
1008
995
|
.hover\:border-b_black:where(:hover, [data-hover]) {
|
|
1009
996
|
border-bottom-color: var(--colors-black);
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
.\[\&\:hover\]\:text_blue:hover {
|
|
1013
|
-
color: blue;
|
|
1014
|
-
}
|
|
997
|
+
}
|
|
1015
998
|
|
|
1016
999
|
.\[\&\:hover\]\:bg_\#4049f0:hover {
|
|
1017
1000
|
background: #4049f0;
|
|
1018
|
-
|
|
1001
|
+
}
|
|
1019
1002
|
|
|
1020
1003
|
.\[\&\:hover\]\:shadow_lg:hover {
|
|
1021
1004
|
box-shadow: var(--shadows-lg);
|
|
1022
|
-
|
|
1005
|
+
}
|
|
1023
1006
|
|
|
1024
1007
|
.\[\&_li\]\:hover\:opacity_0\.8 li:where(:hover, [data-hover]) {
|
|
1025
1008
|
opacity: 0.8;
|
|
1026
|
-
}
|
|
1027
|
-
|
|
1028
|
-
@media screen and (min-width: 640px) {
|
|
1029
|
-
@media screen and (min-width: 768px) {
|
|
1030
|
-
.styles\:dark\:sm\:md\:text_red200.dark,
|
|
1031
|
-
.dark .styles\:dark\:sm\:md\:text_red200 {
|
|
1032
|
-
color: red200;
|
|
1033
1009
|
}
|
|
1034
|
-
}
|
|
1035
|
-
}
|
|
1036
1010
|
|
|
1037
1011
|
@media screen and (min-width: 768px) {
|
|
1038
1012
|
.md\:px_6 {
|
|
1039
|
-
padding-inline: var(--spacing-6)
|
|
1040
|
-
}
|
|
1013
|
+
padding-inline: var(--spacing-6)
|
|
1041
1014
|
}
|
|
1015
|
+
}
|
|
1042
1016
|
|
|
1043
1017
|
@media screen and (min-width: 1024px) {
|
|
1044
1018
|
.lg\:px_8 {
|
|
1045
|
-
padding-inline: var(--spacing-8)
|
|
1046
|
-
}
|
|
1019
|
+
padding-inline: var(--spacing-8)
|
|
1047
1020
|
}
|
|
1048
|
-
}
|
|
1021
|
+
}
|
|
1022
|
+
}
|