@autoguru/overdrive 4.43.6-next.7 → 4.43.6-next.9
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/components/Alert/Alert.js +2 -2
- package/dist/components/Anchor/Anchor.d.ts.map +1 -1
- package/dist/components/Anchor/Anchor.js +4 -4
- package/dist/components/Box/Box.d.ts.map +1 -1
- package/dist/components/Box/Box.js +106 -49
- package/dist/components/Box/newBox/boxStyles.d.ts +456 -1
- package/dist/components/Box/newBox/boxStyles.d.ts.map +1 -1
- package/dist/components/Box/newBox/boxStyles.js +7 -13
- package/dist/components/Box/useBoxStyles.d.ts.map +1 -1
- package/dist/components/Button/Button.d.ts.map +1 -1
- package/dist/components/Button/Button.js +6 -6
- package/dist/components/ColourInput/ColourInput.js +2 -2
- package/dist/components/Columns/Column.css.d.ts +1 -1
- package/dist/components/DatePicker/DatePicker.js +2 -2
- package/dist/components/DropDown/DropDown.stories.d.ts +1 -1
- package/dist/components/Heading/Heading.stories.d.ts +83 -81
- package/dist/components/Heading/Heading.stories.d.ts.map +1 -1
- package/dist/components/Icon/Icon.d.ts.map +1 -1
- package/dist/components/Icon/Icon.js +2 -2
- package/dist/components/LoadingBox/LoadingBox.stories.d.ts +84 -82
- package/dist/components/LoadingBox/LoadingBox.stories.d.ts.map +1 -1
- package/dist/components/MinimalModal/MinimalModal.stories.d.ts +1 -1
- package/dist/components/NumberBubble/NumberBubble.d.ts.map +1 -1
- package/dist/components/NumberBubble/NumberBubble.js +2 -2
- package/dist/components/OptionList/OptionList.d.ts +1 -1
- package/dist/components/ProgressSpinner/ProgressSpinner.js +2 -2
- package/dist/components/StarRating/StarRating.js +2 -2
- package/dist/components/Stepper/Stepper.css.d.ts.map +1 -1
- package/dist/components/Stepper/Stepper.css.js +1 -7
- package/dist/components/Stepper/Stepper.d.ts.map +1 -1
- package/dist/components/Stepper/Stepper.js +1 -4
- package/dist/components/Tabs/Tab.js +3 -3
- package/dist/components/TextBubble/TextBubble.d.ts.map +1 -1
- package/dist/components/TextBubble/TextBubble.js +2 -2
- package/dist/components/TextLink/TextLink.js +3 -3
- package/dist/components/TextLink/TextLink.stories.d.ts +3 -3
- package/dist/components/private/CheckableBase/CheckableBase.d.ts.map +1 -1
- package/dist/components/private/CheckableBase/CheckableBase.js +6 -15
- package/dist/components/private/InputBase/HintText.d.ts.map +1 -1
- package/dist/components/private/InputBase/HintText.js +5 -6
- package/dist/components/private/InputBase/withEnhancedInput.d.ts.map +1 -1
- package/dist/components/private/InputBase/withEnhancedInput.js +4 -4
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -1
- package/dist/styles/index.d.ts +5 -0
- package/dist/styles/index.d.ts.map +1 -0
- package/dist/styles/index.js +6 -0
- package/dist/styles/reset.css.d.ts +1 -1
- package/dist/styles/reset.css.d.ts.map +1 -1
- package/dist/styles/reset.css.js +4 -3
- package/dist/styles/resetStyles.d.ts +6 -0
- package/dist/styles/resetStyles.d.ts.map +1 -1
- package/dist/styles/resetStyles.js +17 -0
- package/dist/styles/sprinkles.css.d.ts +86 -94
- package/dist/styles/sprinkles.css.d.ts.map +1 -1
- package/dist/styles/sprinkles.css.js +67 -35
- package/dist/utils/sprinkles.d.ts +2 -5
- package/dist/utils/sprinkles.d.ts.map +1 -1
- package/dist/utils/sprinkles.js +2 -8
- package/package.json +1 -1
|
@@ -7,30 +7,6 @@ export declare const valueArrays: {
|
|
|
7
7
|
intentForegroundColours: SprinklesLegacyColours["colour"][];
|
|
8
8
|
lineHeights: string[];
|
|
9
9
|
};
|
|
10
|
-
export declare const sprinklesLegacyColours: ((props: {
|
|
11
|
-
backgroundColor?: "white" | "black900" | "black800" | "black700" | "black600" | "black500" | "black400" | "black300" | "black200" | "black100" | "gray900" | "gray800" | "gray700" | "gray600" | "gray500" | "gray400" | "gray300" | "gray200" | "gray100" | "green900" | "green800" | "green700" | "green600" | "green500" | "green400" | "green300" | "green200" | "green100" | "blue900" | "blue800" | "blue700" | "blue600" | "blue500" | "blue400" | "blue300" | "blue200" | "blue100" | "yellow900" | "yellow800" | "yellow700" | "yellow600" | "yellow500" | "yellow400" | "yellow300" | "yellow200" | "yellow100" | "red900" | "red800" | "red700" | "red600" | "red500" | "red400" | "red300" | "red200" | "red100" | "success" | "danger" | "warning" | "neutral" | "primary" | "brand" | "secondary" | "shine" | "information" | "transparent" | undefined;
|
|
12
|
-
borderBottomColor?: "gray" | "success" | "danger" | "warning" | "light" | "neutral" | "primary" | "brand" | "secondary" | "shine" | "information" | "dark" | undefined;
|
|
13
|
-
borderLeftColor?: "gray" | "success" | "danger" | "warning" | "light" | "neutral" | "primary" | "brand" | "secondary" | "shine" | "information" | "dark" | undefined;
|
|
14
|
-
borderRightColor?: "gray" | "success" | "danger" | "warning" | "light" | "neutral" | "primary" | "brand" | "secondary" | "shine" | "information" | "dark" | undefined;
|
|
15
|
-
borderTopColor?: "gray" | "success" | "danger" | "warning" | "light" | "neutral" | "primary" | "brand" | "secondary" | "shine" | "information" | "dark" | undefined;
|
|
16
|
-
color?: "link" | "white" | "body" | "success" | "danger" | "warning" | "light" | "neutral" | "primary" | "brand" | "secondary" | "shine" | "information" | "dark" | "muted" | "unset" | undefined;
|
|
17
|
-
backgroundColour?: "white" | "black900" | "black800" | "black700" | "black600" | "black500" | "black400" | "black300" | "black200" | "black100" | "gray900" | "gray800" | "gray700" | "gray600" | "gray500" | "gray400" | "gray300" | "gray200" | "gray100" | "green900" | "green800" | "green700" | "green600" | "green500" | "green400" | "green300" | "green200" | "green100" | "blue900" | "blue800" | "blue700" | "blue600" | "blue500" | "blue400" | "blue300" | "blue200" | "blue100" | "yellow900" | "yellow800" | "yellow700" | "yellow600" | "yellow500" | "yellow400" | "yellow300" | "yellow200" | "yellow100" | "red900" | "red800" | "red700" | "red600" | "red500" | "red400" | "red300" | "red200" | "red100" | "success" | "danger" | "warning" | "neutral" | "primary" | "brand" | "secondary" | "shine" | "information" | "transparent" | undefined;
|
|
18
|
-
borderColour?: "gray" | "success" | "danger" | "warning" | "light" | "neutral" | "primary" | "brand" | "secondary" | "shine" | "information" | "dark" | undefined;
|
|
19
|
-
borderColourX?: "gray" | "success" | "danger" | "warning" | "light" | "neutral" | "primary" | "brand" | "secondary" | "shine" | "information" | "dark" | undefined;
|
|
20
|
-
borderColourY?: "gray" | "success" | "danger" | "warning" | "light" | "neutral" | "primary" | "brand" | "secondary" | "shine" | "information" | "dark" | undefined;
|
|
21
|
-
borderBottomColour?: "gray" | "success" | "danger" | "warning" | "light" | "neutral" | "primary" | "brand" | "secondary" | "shine" | "information" | "dark" | undefined;
|
|
22
|
-
borderLeftColour?: "gray" | "success" | "danger" | "warning" | "light" | "neutral" | "primary" | "brand" | "secondary" | "shine" | "information" | "dark" | undefined;
|
|
23
|
-
borderRightColour?: "gray" | "success" | "danger" | "warning" | "light" | "neutral" | "primary" | "brand" | "secondary" | "shine" | "information" | "dark" | undefined;
|
|
24
|
-
borderTopColour?: "gray" | "success" | "danger" | "warning" | "light" | "neutral" | "primary" | "brand" | "secondary" | "shine" | "information" | "dark" | undefined;
|
|
25
|
-
borderColourBottom?: "gray" | "success" | "danger" | "warning" | "light" | "neutral" | "primary" | "brand" | "secondary" | "shine" | "information" | "dark" | undefined;
|
|
26
|
-
borderColourLeft?: "gray" | "success" | "danger" | "warning" | "light" | "neutral" | "primary" | "brand" | "secondary" | "shine" | "information" | "dark" | undefined;
|
|
27
|
-
borderColourRight?: "gray" | "success" | "danger" | "warning" | "light" | "neutral" | "primary" | "brand" | "secondary" | "shine" | "information" | "dark" | undefined;
|
|
28
|
-
borderColourTop?: "gray" | "success" | "danger" | "warning" | "light" | "neutral" | "primary" | "brand" | "secondary" | "shine" | "information" | "dark" | undefined;
|
|
29
|
-
colour?: "link" | "white" | "body" | "success" | "danger" | "warning" | "light" | "neutral" | "primary" | "brand" | "secondary" | "shine" | "information" | "dark" | "muted" | "unset" | undefined;
|
|
30
|
-
}) => string) & {
|
|
31
|
-
properties: Set<"colour" | "backgroundColour" | "color" | "backgroundColor" | "borderBottomColor" | "borderLeftColor" | "borderRightColor" | "borderTopColor" | "borderColour" | "borderColourX" | "borderColourY" | "borderBottomColour" | "borderLeftColour" | "borderRightColour" | "borderTopColour" | "borderColourBottom" | "borderColourLeft" | "borderColourRight" | "borderColourTop">;
|
|
32
|
-
};
|
|
33
|
-
export type SprinklesLegacyColours = Omit<Parameters<typeof sprinklesLegacyColours>[0], 'backgroundColor' | 'borderColor' | 'borderBottomColor' | 'borderLeftColor' | 'borderRightColor' | 'borderTopColor' | 'color'>;
|
|
34
10
|
export declare const sprinklesLegacyText: ((props: {
|
|
35
11
|
color?: "link" | "white" | "success" | "danger" | "warning" | "light" | "neutral" | "primary" | "brand" | "secondary" | "shine" | "information" | "dark" | "muted" | "unset" | undefined;
|
|
36
12
|
colour?: "link" | "white" | "success" | "danger" | "warning" | "light" | "neutral" | "primary" | "brand" | "secondary" | "shine" | "information" | "dark" | "muted" | "unset" | undefined;
|
|
@@ -55,12 +31,18 @@ export declare const sprinkles: ((props: {
|
|
|
55
31
|
borderLeftColor?: "page" | "hard" | "soft" | "accent" | "success" | "info" | "danger" | "warning" | "muted" | "default" | "disabled" | undefined;
|
|
56
32
|
borderRightColor?: "page" | "hard" | "soft" | "accent" | "success" | "info" | "danger" | "warning" | "muted" | "default" | "disabled" | undefined;
|
|
57
33
|
borderTopColor?: "page" | "hard" | "soft" | "accent" | "success" | "info" | "danger" | "warning" | "muted" | "default" | "disabled" | undefined;
|
|
34
|
+
borderBottomColour?: "gray" | "success" | "danger" | "warning" | "light" | "neutral" | "primary" | "brand" | "secondary" | "shine" | "information" | "dark" | undefined;
|
|
35
|
+
borderLeftColour?: "gray" | "success" | "danger" | "warning" | "light" | "neutral" | "primary" | "brand" | "secondary" | "shine" | "information" | "dark" | undefined;
|
|
36
|
+
borderRightColour?: "gray" | "success" | "danger" | "warning" | "light" | "neutral" | "primary" | "brand" | "secondary" | "shine" | "information" | "dark" | undefined;
|
|
37
|
+
borderTopColour?: "gray" | "success" | "danger" | "warning" | "light" | "neutral" | "primary" | "brand" | "secondary" | "shine" | "information" | "dark" | undefined;
|
|
58
38
|
borderLeftStyle?: "none" | "solid" | undefined;
|
|
59
39
|
borderBottomStyle?: "none" | "solid" | undefined;
|
|
60
40
|
borderRightStyle?: "none" | "solid" | undefined;
|
|
61
41
|
borderTopStyle?: "none" | "solid" | undefined;
|
|
62
42
|
color?: "soft" | "success" | "info" | "danger" | "warning" | "normal" | "inverse" | undefined;
|
|
43
|
+
colour?: "link" | "white" | "body" | "success" | "danger" | "warning" | "light" | "neutral" | "primary" | "brand" | "secondary" | "shine" | "information" | "dark" | "muted" | "unset" | undefined;
|
|
63
44
|
backgroundColor?: "page" | "hard" | "soft" | "accent" | "success" | "info" | "danger" | "warning" | "transparent" | undefined;
|
|
45
|
+
backgroundColour?: "white" | "black900" | "black800" | "black700" | "black600" | "black500" | "black400" | "black300" | "black200" | "black100" | "gray900" | "gray800" | "gray700" | "gray600" | "gray500" | "gray400" | "gray300" | "gray200" | "gray100" | "green900" | "green800" | "green700" | "green600" | "green500" | "green400" | "green300" | "green200" | "green100" | "blue900" | "blue800" | "blue700" | "blue600" | "blue500" | "blue400" | "blue300" | "blue200" | "blue100" | "yellow900" | "yellow800" | "yellow700" | "yellow600" | "yellow500" | "yellow400" | "yellow300" | "yellow200" | "yellow100" | "red900" | "red800" | "red700" | "red600" | "red500" | "red400" | "red300" | "red200" | "red100" | "success" | "danger" | "warning" | "neutral" | "primary" | "brand" | "secondary" | "shine" | "information" | "transparent" | undefined;
|
|
64
46
|
opacity?: number | "1" | "0" | undefined;
|
|
65
47
|
fontSize?: {} | undefined;
|
|
66
48
|
lineHeight?: {} | undefined;
|
|
@@ -74,81 +56,90 @@ export declare const sprinkles: ((props: {
|
|
|
74
56
|
bg?: "page" | "hard" | "soft" | "accent" | "success" | "info" | "danger" | "warning" | "transparent" | undefined;
|
|
75
57
|
fg?: "soft" | "success" | "info" | "danger" | "warning" | "normal" | "inverse" | undefined;
|
|
76
58
|
borderColor?: "page" | "hard" | "soft" | "accent" | "success" | "info" | "danger" | "warning" | "muted" | "default" | "disabled" | undefined;
|
|
59
|
+
borderColorX?: "page" | "hard" | "soft" | "accent" | "success" | "info" | "danger" | "warning" | "muted" | "default" | "disabled" | undefined;
|
|
60
|
+
borderColorY?: "page" | "hard" | "soft" | "accent" | "success" | "info" | "danger" | "warning" | "muted" | "default" | "disabled" | undefined;
|
|
61
|
+
borderColour?: "gray" | "success" | "danger" | "warning" | "light" | "neutral" | "primary" | "brand" | "secondary" | "shine" | "information" | "dark" | undefined;
|
|
62
|
+
borderColourX?: "gray" | "success" | "danger" | "warning" | "light" | "neutral" | "primary" | "brand" | "secondary" | "shine" | "information" | "dark" | undefined;
|
|
63
|
+
borderColourY?: "gray" | "success" | "danger" | "warning" | "light" | "neutral" | "primary" | "brand" | "secondary" | "shine" | "information" | "dark" | undefined;
|
|
77
64
|
borderStyle?: "none" | "solid" | undefined;
|
|
65
|
+
borderStyleBottom?: "none" | "solid" | undefined;
|
|
66
|
+
borderStyleLeft?: "none" | "solid" | undefined;
|
|
67
|
+
borderStyleRight?: "none" | "solid" | undefined;
|
|
68
|
+
borderStyleTop?: "none" | "solid" | undefined;
|
|
78
69
|
} & {
|
|
79
70
|
display?: ("none" | "flex" | "grid" | "block" | "contents" | "inline" | "inline-block" | "inline-flex" | "inlineBlock" | "inlineFlex" | {
|
|
80
71
|
mobile?: "none" | "flex" | "grid" | "block" | "contents" | "inline" | "inline-block" | "inline-flex" | "inlineBlock" | "inlineFlex" | undefined;
|
|
81
72
|
tablet?: "none" | "flex" | "grid" | "block" | "contents" | "inline" | "inline-block" | "inline-flex" | "inlineBlock" | "inlineFlex" | undefined;
|
|
82
73
|
desktop?: "none" | "flex" | "grid" | "block" | "contents" | "inline" | "inline-block" | "inline-flex" | "inlineBlock" | "inlineFlex" | undefined;
|
|
83
74
|
largeDesktop?: "none" | "flex" | "grid" | "block" | "contents" | "inline" | "inline-block" | "inline-flex" | "inlineBlock" | "inlineFlex" | undefined;
|
|
84
|
-
} | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<
|
|
75
|
+
} | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "none" | "flex" | "grid" | "block" | "contents" | "inline" | "inline-block" | "inline-flex" | "inlineBlock" | "inlineFlex" | null>;
|
|
85
76
|
overflow?: ("auto" | "hidden" | "visible" | {
|
|
86
77
|
mobile?: "auto" | "hidden" | "visible" | undefined;
|
|
87
78
|
tablet?: "auto" | "hidden" | "visible" | undefined;
|
|
88
79
|
desktop?: "auto" | "hidden" | "visible" | undefined;
|
|
89
80
|
largeDesktop?: "auto" | "hidden" | "visible" | undefined;
|
|
90
|
-
} | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<
|
|
81
|
+
} | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "auto" | "hidden" | "visible" | null>;
|
|
91
82
|
overflowX?: ("auto" | "hidden" | "scroll" | {
|
|
92
83
|
mobile?: "auto" | "hidden" | "scroll" | undefined;
|
|
93
84
|
tablet?: "auto" | "hidden" | "scroll" | undefined;
|
|
94
85
|
desktop?: "auto" | "hidden" | "scroll" | undefined;
|
|
95
86
|
largeDesktop?: "auto" | "hidden" | "scroll" | undefined;
|
|
96
|
-
} | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<
|
|
87
|
+
} | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "auto" | "hidden" | "scroll" | null>;
|
|
97
88
|
overflowY?: ("auto" | "hidden" | "scroll" | {
|
|
98
89
|
mobile?: "auto" | "hidden" | "scroll" | undefined;
|
|
99
90
|
tablet?: "auto" | "hidden" | "scroll" | undefined;
|
|
100
91
|
desktop?: "auto" | "hidden" | "scroll" | undefined;
|
|
101
92
|
largeDesktop?: "auto" | "hidden" | "scroll" | undefined;
|
|
102
|
-
} | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<
|
|
93
|
+
} | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "auto" | "hidden" | "scroll" | null>;
|
|
103
94
|
position?: ("fixed" | "absolute" | "relative" | "static" | "sticky" | {
|
|
104
95
|
mobile?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
105
96
|
tablet?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
106
97
|
desktop?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
107
98
|
largeDesktop?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
108
|
-
} | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<
|
|
99
|
+
} | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "fixed" | "absolute" | "relative" | "static" | "sticky" | null>;
|
|
109
100
|
textAlign?: ("left" | "right" | "center" | "centre" | {
|
|
110
101
|
mobile?: "left" | "right" | "center" | "centre" | undefined;
|
|
111
102
|
tablet?: "left" | "right" | "center" | "centre" | undefined;
|
|
112
103
|
desktop?: "left" | "right" | "center" | "centre" | undefined;
|
|
113
104
|
largeDesktop?: "left" | "right" | "center" | "centre" | undefined;
|
|
114
|
-
} | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<
|
|
105
|
+
} | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "left" | "right" | "center" | "centre" | null>;
|
|
115
106
|
borderRadius?: ("1" | "none" | "min" | "sm" | "md" | "lg" | "xl" | "2xl" | "pill" | "full" | {
|
|
116
107
|
mobile?: "1" | "none" | "min" | "sm" | "md" | "lg" | "xl" | "2xl" | "pill" | "full" | undefined;
|
|
117
108
|
tablet?: "1" | "none" | "min" | "sm" | "md" | "lg" | "xl" | "2xl" | "pill" | "full" | undefined;
|
|
118
109
|
desktop?: "1" | "none" | "min" | "sm" | "md" | "lg" | "xl" | "2xl" | "pill" | "full" | undefined;
|
|
119
110
|
largeDesktop?: "1" | "none" | "min" | "sm" | "md" | "lg" | "xl" | "2xl" | "pill" | "full" | undefined;
|
|
120
|
-
} | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<
|
|
111
|
+
} | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "1" | "none" | "min" | "sm" | "md" | "lg" | "xl" | "2xl" | "pill" | "full" | null>;
|
|
121
112
|
borderLeftWidth?: ("1" | "2" | "3" | "none" | {
|
|
122
113
|
mobile?: "1" | "2" | "3" | "none" | undefined;
|
|
123
114
|
tablet?: "1" | "2" | "3" | "none" | undefined;
|
|
124
115
|
desktop?: "1" | "2" | "3" | "none" | undefined;
|
|
125
116
|
largeDesktop?: "1" | "2" | "3" | "none" | undefined;
|
|
126
|
-
} | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<
|
|
117
|
+
} | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "1" | "2" | "3" | "none" | null>;
|
|
127
118
|
borderBottomWidth?: ("1" | "2" | "3" | "none" | {
|
|
128
119
|
mobile?: "1" | "2" | "3" | "none" | undefined;
|
|
129
120
|
tablet?: "1" | "2" | "3" | "none" | undefined;
|
|
130
121
|
desktop?: "1" | "2" | "3" | "none" | undefined;
|
|
131
122
|
largeDesktop?: "1" | "2" | "3" | "none" | undefined;
|
|
132
|
-
} | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<
|
|
123
|
+
} | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "1" | "2" | "3" | "none" | null>;
|
|
133
124
|
borderRightWidth?: ("1" | "2" | "3" | "none" | {
|
|
134
125
|
mobile?: "1" | "2" | "3" | "none" | undefined;
|
|
135
126
|
tablet?: "1" | "2" | "3" | "none" | undefined;
|
|
136
127
|
desktop?: "1" | "2" | "3" | "none" | undefined;
|
|
137
128
|
largeDesktop?: "1" | "2" | "3" | "none" | undefined;
|
|
138
|
-
} | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<
|
|
129
|
+
} | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "1" | "2" | "3" | "none" | null>;
|
|
139
130
|
borderTopWidth?: ("1" | "2" | "3" | "none" | {
|
|
140
131
|
mobile?: "1" | "2" | "3" | "none" | undefined;
|
|
141
132
|
tablet?: "1" | "2" | "3" | "none" | undefined;
|
|
142
133
|
desktop?: "1" | "2" | "3" | "none" | undefined;
|
|
143
134
|
largeDesktop?: "1" | "2" | "3" | "none" | undefined;
|
|
144
|
-
} | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<
|
|
135
|
+
} | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "1" | "2" | "3" | "none" | null>;
|
|
145
136
|
height?: ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "full" | "auto" | "fit-content" | "max-content" | "min-content" | {
|
|
146
137
|
mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "full" | "auto" | "fit-content" | "max-content" | "min-content" | undefined;
|
|
147
138
|
tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "full" | "auto" | "fit-content" | "max-content" | "min-content" | undefined;
|
|
148
139
|
desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "full" | "auto" | "fit-content" | "max-content" | "min-content" | undefined;
|
|
149
140
|
largeDesktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "full" | "auto" | "fit-content" | "max-content" | "min-content" | undefined;
|
|
150
|
-
} | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<
|
|
151
|
-
width?: import("@vanilla-extract/sprinkles").ResponsiveArray<
|
|
141
|
+
} | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "full" | "auto" | "fit-content" | "max-content" | "min-content" | null>;
|
|
142
|
+
width?: import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "full" | "auto" | "fit-content" | "max-content" | "min-content" | null> | ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "full" | "auto" | "fit-content" | "max-content" | "min-content" | {
|
|
152
143
|
mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "full" | "auto" | "fit-content" | "max-content" | "min-content" | undefined;
|
|
153
144
|
tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "full" | "auto" | "fit-content" | "max-content" | "min-content" | undefined;
|
|
154
145
|
desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "full" | "auto" | "fit-content" | "max-content" | "min-content" | undefined;
|
|
@@ -159,26 +150,26 @@ export declare const sprinkles: ((props: {
|
|
|
159
150
|
tablet?: "small" | "medium" | "large" | "fit-content" | "max-content" | undefined;
|
|
160
151
|
desktop?: "small" | "medium" | "large" | "fit-content" | "max-content" | undefined;
|
|
161
152
|
largeDesktop?: "small" | "medium" | "large" | "fit-content" | "max-content" | undefined;
|
|
162
|
-
} | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<
|
|
153
|
+
} | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "small" | "medium" | "large" | "fit-content" | "max-content" | null>;
|
|
163
154
|
minWidth?: ("auto" | "fit-content" | {
|
|
164
155
|
mobile?: "auto" | "fit-content" | undefined;
|
|
165
156
|
tablet?: "auto" | "fit-content" | undefined;
|
|
166
157
|
desktop?: "auto" | "fit-content" | undefined;
|
|
167
158
|
largeDesktop?: "auto" | "fit-content" | undefined;
|
|
168
|
-
} | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<
|
|
159
|
+
} | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "auto" | "fit-content" | null>;
|
|
169
160
|
gap?: ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | {
|
|
170
161
|
mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
|
|
171
162
|
tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
|
|
172
163
|
desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
|
|
173
164
|
largeDesktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
|
|
174
|
-
} | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<
|
|
175
|
-
columnGap?: import("@vanilla-extract/sprinkles").ResponsiveArray<
|
|
165
|
+
} | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | null>;
|
|
166
|
+
columnGap?: import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | null> | ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | {
|
|
176
167
|
mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
|
|
177
168
|
tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
|
|
178
169
|
desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
|
|
179
170
|
largeDesktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
|
|
180
171
|
} | undefined);
|
|
181
|
-
rowGap?: import("@vanilla-extract/sprinkles").ResponsiveArray<
|
|
172
|
+
rowGap?: import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | null> | ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | {
|
|
182
173
|
mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
|
|
183
174
|
tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
|
|
184
175
|
desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
|
|
@@ -189,110 +180,110 @@ export declare const sprinkles: ((props: {
|
|
|
189
180
|
tablet?: "stretch" | "center" | "flex-end" | "flex-start" | "baseline" | "centre" | "flexEnd" | "flexStart" | undefined;
|
|
190
181
|
desktop?: "stretch" | "center" | "flex-end" | "flex-start" | "baseline" | "centre" | "flexEnd" | "flexStart" | undefined;
|
|
191
182
|
largeDesktop?: "stretch" | "center" | "flex-end" | "flex-start" | "baseline" | "centre" | "flexEnd" | "flexStart" | undefined;
|
|
192
|
-
} | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<
|
|
183
|
+
} | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "stretch" | "center" | "flex-end" | "flex-start" | "baseline" | "centre" | "flexEnd" | "flexStart" | null>;
|
|
193
184
|
justifyContent?: ("space-around" | "space-between" | "stretch" | "center" | "flex-end" | "flex-start" | "centre" | "spaceAround" | "spaceBetween" | "spaceEvenely" | "space-evenely" | "flexEnd" | "flexStart" | {
|
|
194
185
|
mobile?: "space-around" | "space-between" | "stretch" | "center" | "flex-end" | "flex-start" | "centre" | "spaceAround" | "spaceBetween" | "spaceEvenely" | "space-evenely" | "flexEnd" | "flexStart" | undefined;
|
|
195
186
|
tablet?: "space-around" | "space-between" | "stretch" | "center" | "flex-end" | "flex-start" | "centre" | "spaceAround" | "spaceBetween" | "spaceEvenely" | "space-evenely" | "flexEnd" | "flexStart" | undefined;
|
|
196
187
|
desktop?: "space-around" | "space-between" | "stretch" | "center" | "flex-end" | "flex-start" | "centre" | "spaceAround" | "spaceBetween" | "spaceEvenely" | "space-evenely" | "flexEnd" | "flexStart" | undefined;
|
|
197
188
|
largeDesktop?: "space-around" | "space-between" | "stretch" | "center" | "flex-end" | "flex-start" | "centre" | "spaceAround" | "spaceBetween" | "spaceEvenely" | "space-evenely" | "flexEnd" | "flexStart" | undefined;
|
|
198
|
-
} | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<
|
|
189
|
+
} | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "space-around" | "space-between" | "stretch" | "center" | "flex-end" | "flex-start" | "centre" | "spaceAround" | "spaceBetween" | "spaceEvenely" | "space-evenely" | "flexEnd" | "flexStart" | null>;
|
|
199
190
|
alignContent?: ("space-around" | "space-between" | "stretch" | "center" | "flex-end" | "flex-start" | "centre" | "spaceAround" | "spaceBetween" | "spaceEvenely" | "space-evenely" | "flexEnd" | "flexStart" | {
|
|
200
191
|
mobile?: "space-around" | "space-between" | "stretch" | "center" | "flex-end" | "flex-start" | "centre" | "spaceAround" | "spaceBetween" | "spaceEvenely" | "space-evenely" | "flexEnd" | "flexStart" | undefined;
|
|
201
192
|
tablet?: "space-around" | "space-between" | "stretch" | "center" | "flex-end" | "flex-start" | "centre" | "spaceAround" | "spaceBetween" | "spaceEvenely" | "space-evenely" | "flexEnd" | "flexStart" | undefined;
|
|
202
193
|
desktop?: "space-around" | "space-between" | "stretch" | "center" | "flex-end" | "flex-start" | "centre" | "spaceAround" | "spaceBetween" | "spaceEvenely" | "space-evenely" | "flexEnd" | "flexStart" | undefined;
|
|
203
194
|
largeDesktop?: "space-around" | "space-between" | "stretch" | "center" | "flex-end" | "flex-start" | "centre" | "spaceAround" | "spaceBetween" | "spaceEvenely" | "space-evenely" | "flexEnd" | "flexStart" | undefined;
|
|
204
|
-
} | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<
|
|
195
|
+
} | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "space-around" | "space-between" | "stretch" | "center" | "flex-end" | "flex-start" | "centre" | "spaceAround" | "spaceBetween" | "spaceEvenely" | "space-evenely" | "flexEnd" | "flexStart" | null>;
|
|
205
196
|
alignSelf?: ("stretch" | "center" | "flex-end" | "flex-start" | {
|
|
206
197
|
mobile?: "stretch" | "center" | "flex-end" | "flex-start" | undefined;
|
|
207
198
|
tablet?: "stretch" | "center" | "flex-end" | "flex-start" | undefined;
|
|
208
199
|
desktop?: "stretch" | "center" | "flex-end" | "flex-start" | undefined;
|
|
209
200
|
largeDesktop?: "stretch" | "center" | "flex-end" | "flex-start" | undefined;
|
|
210
|
-
} | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<
|
|
201
|
+
} | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "stretch" | "center" | "flex-end" | "flex-start" | null>;
|
|
211
202
|
justifySelf?: ("center" | "flex-end" | "flex-start" | {
|
|
212
203
|
mobile?: "center" | "flex-end" | "flex-start" | undefined;
|
|
213
204
|
tablet?: "center" | "flex-end" | "flex-start" | undefined;
|
|
214
205
|
desktop?: "center" | "flex-end" | "flex-start" | undefined;
|
|
215
206
|
largeDesktop?: "center" | "flex-end" | "flex-start" | undefined;
|
|
216
|
-
} | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<
|
|
207
|
+
} | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "center" | "flex-end" | "flex-start" | null>;
|
|
217
208
|
flexDirection?: ("column" | "column-reverse" | "row" | "row-reverse" | {
|
|
218
209
|
mobile?: "column" | "column-reverse" | "row" | "row-reverse" | undefined;
|
|
219
210
|
tablet?: "column" | "column-reverse" | "row" | "row-reverse" | undefined;
|
|
220
211
|
desktop?: "column" | "column-reverse" | "row" | "row-reverse" | undefined;
|
|
221
212
|
largeDesktop?: "column" | "column-reverse" | "row" | "row-reverse" | undefined;
|
|
222
|
-
} | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<
|
|
213
|
+
} | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "column" | "column-reverse" | "row" | "row-reverse" | null>;
|
|
223
214
|
flexGrow?: (number | "1" | "0" | {
|
|
224
215
|
mobile?: number | "1" | "0" | undefined;
|
|
225
216
|
tablet?: number | "1" | "0" | undefined;
|
|
226
217
|
desktop?: number | "1" | "0" | undefined;
|
|
227
218
|
largeDesktop?: number | "1" | "0" | undefined;
|
|
228
|
-
} | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<
|
|
219
|
+
} | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, number | "1" | "0" | null>;
|
|
229
220
|
flexShrink?: (number | "1" | "0" | {
|
|
230
221
|
mobile?: number | "1" | "0" | undefined;
|
|
231
222
|
tablet?: number | "1" | "0" | undefined;
|
|
232
223
|
desktop?: number | "1" | "0" | undefined;
|
|
233
224
|
largeDesktop?: number | "1" | "0" | undefined;
|
|
234
|
-
} | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<
|
|
225
|
+
} | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, number | "1" | "0" | null>;
|
|
235
226
|
flexWrap?: ("nowrap" | "wrap" | "wrap-reverse" | {
|
|
236
227
|
mobile?: "nowrap" | "wrap" | "wrap-reverse" | undefined;
|
|
237
228
|
tablet?: "nowrap" | "wrap" | "wrap-reverse" | undefined;
|
|
238
229
|
desktop?: "nowrap" | "wrap" | "wrap-reverse" | undefined;
|
|
239
230
|
largeDesktop?: "nowrap" | "wrap" | "wrap-reverse" | undefined;
|
|
240
|
-
} | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<
|
|
231
|
+
} | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "nowrap" | "wrap" | "wrap-reverse" | null>;
|
|
241
232
|
order?: (number | "1" | "2" | "3" | "4" | "0" | {
|
|
242
233
|
mobile?: number | "1" | "2" | "3" | "4" | "0" | undefined;
|
|
243
234
|
tablet?: number | "1" | "2" | "3" | "4" | "0" | undefined;
|
|
244
235
|
desktop?: number | "1" | "2" | "3" | "4" | "0" | undefined;
|
|
245
236
|
largeDesktop?: number | "1" | "2" | "3" | "4" | "0" | undefined;
|
|
246
|
-
} | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<
|
|
237
|
+
} | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, number | "1" | "2" | "3" | "4" | "0" | null>;
|
|
247
238
|
gridAutoColumns?: ("auto" | "max-content" | "min-content" | "1fr" | {
|
|
248
239
|
mobile?: "auto" | "max-content" | "min-content" | "1fr" | undefined;
|
|
249
240
|
tablet?: "auto" | "max-content" | "min-content" | "1fr" | undefined;
|
|
250
241
|
desktop?: "auto" | "max-content" | "min-content" | "1fr" | undefined;
|
|
251
242
|
largeDesktop?: "auto" | "max-content" | "min-content" | "1fr" | undefined;
|
|
252
|
-
} | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<
|
|
243
|
+
} | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "auto" | "max-content" | "min-content" | "1fr" | null>;
|
|
253
244
|
gridAutoRows?: ("auto" | "1fr" | {
|
|
254
245
|
mobile?: "auto" | "1fr" | undefined;
|
|
255
246
|
tablet?: "auto" | "1fr" | undefined;
|
|
256
247
|
desktop?: "auto" | "1fr" | undefined;
|
|
257
248
|
largeDesktop?: "auto" | "1fr" | undefined;
|
|
258
|
-
} | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<
|
|
249
|
+
} | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "auto" | "1fr" | null>;
|
|
259
250
|
gridAutoFlow?: ("column" | "row" | "row dense" | "column dense" | {
|
|
260
251
|
mobile?: "column" | "row" | "row dense" | "column dense" | undefined;
|
|
261
252
|
tablet?: "column" | "row" | "row dense" | "column dense" | undefined;
|
|
262
253
|
desktop?: "column" | "row" | "row dense" | "column dense" | undefined;
|
|
263
254
|
largeDesktop?: "column" | "row" | "row dense" | "column dense" | undefined;
|
|
264
|
-
} | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<
|
|
255
|
+
} | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "column" | "row" | "row dense" | "column dense" | null>;
|
|
265
256
|
gridColumns?: (string | {
|
|
266
257
|
mobile?: string | undefined;
|
|
267
258
|
tablet?: string | undefined;
|
|
268
259
|
desktop?: string | undefined;
|
|
269
260
|
largeDesktop?: string | undefined;
|
|
270
|
-
} | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<
|
|
271
|
-
paddingBottom?: import("@vanilla-extract/sprinkles").ResponsiveArray<
|
|
261
|
+
} | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, string | null>;
|
|
262
|
+
paddingBottom?: import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | null> | ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | {
|
|
272
263
|
mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
|
|
273
264
|
tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
|
|
274
265
|
desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
|
|
275
266
|
largeDesktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
|
|
276
267
|
} | undefined);
|
|
277
|
-
paddingLeft?: import("@vanilla-extract/sprinkles").ResponsiveArray<
|
|
268
|
+
paddingLeft?: import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | null> | ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | {
|
|
278
269
|
mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
|
|
279
270
|
tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
|
|
280
271
|
desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
|
|
281
272
|
largeDesktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
|
|
282
273
|
} | undefined);
|
|
283
|
-
paddingRight?: import("@vanilla-extract/sprinkles").ResponsiveArray<
|
|
274
|
+
paddingRight?: import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | null> | ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | {
|
|
284
275
|
mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
|
|
285
276
|
tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
|
|
286
277
|
desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
|
|
287
278
|
largeDesktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
|
|
288
279
|
} | undefined);
|
|
289
|
-
paddingTop?: import("@vanilla-extract/sprinkles").ResponsiveArray<
|
|
280
|
+
paddingTop?: import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | null> | ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | {
|
|
290
281
|
mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
|
|
291
282
|
tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
|
|
292
283
|
desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
|
|
293
284
|
largeDesktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
|
|
294
285
|
} | undefined);
|
|
295
|
-
marginBottom?: import("@vanilla-extract/sprinkles").ResponsiveArray<
|
|
286
|
+
marginBottom?: import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | null> | ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | {
|
|
296
287
|
mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
|
|
297
288
|
tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
|
|
298
289
|
desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
|
|
@@ -303,14 +294,14 @@ export declare const sprinkles: ((props: {
|
|
|
303
294
|
tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | "auto" | undefined;
|
|
304
295
|
desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | "auto" | undefined;
|
|
305
296
|
largeDesktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | "auto" | undefined;
|
|
306
|
-
} | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<
|
|
307
|
-
marginRight?: import("@vanilla-extract/sprinkles").ResponsiveArray<
|
|
297
|
+
} | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | "auto" | null>;
|
|
298
|
+
marginRight?: import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | "auto" | null> | ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | "auto" | {
|
|
308
299
|
mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | "auto" | undefined;
|
|
309
300
|
tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | "auto" | undefined;
|
|
310
301
|
desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | "auto" | undefined;
|
|
311
302
|
largeDesktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | "auto" | undefined;
|
|
312
303
|
} | undefined);
|
|
313
|
-
marginTop?: import("@vanilla-extract/sprinkles").ResponsiveArray<
|
|
304
|
+
marginTop?: import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | null> | ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | {
|
|
314
305
|
mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
|
|
315
306
|
tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
|
|
316
307
|
desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
|
|
@@ -321,164 +312,164 @@ export declare const sprinkles: ((props: {
|
|
|
321
312
|
tablet?: "1" | "2" | "3" | "none" | undefined;
|
|
322
313
|
desktop?: "1" | "2" | "3" | "none" | undefined;
|
|
323
314
|
largeDesktop?: "1" | "2" | "3" | "none" | undefined;
|
|
324
|
-
} | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<
|
|
315
|
+
} | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "1" | "2" | "3" | "none" | null>;
|
|
325
316
|
borderWidthX?: ("1" | "2" | "3" | "none" | {
|
|
326
317
|
mobile?: "1" | "2" | "3" | "none" | undefined;
|
|
327
318
|
tablet?: "1" | "2" | "3" | "none" | undefined;
|
|
328
319
|
desktop?: "1" | "2" | "3" | "none" | undefined;
|
|
329
320
|
largeDesktop?: "1" | "2" | "3" | "none" | undefined;
|
|
330
|
-
} | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<
|
|
321
|
+
} | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "1" | "2" | "3" | "none" | null>;
|
|
331
322
|
borderWidthY?: ("1" | "2" | "3" | "none" | {
|
|
332
323
|
mobile?: "1" | "2" | "3" | "none" | undefined;
|
|
333
324
|
tablet?: "1" | "2" | "3" | "none" | undefined;
|
|
334
325
|
desktop?: "1" | "2" | "3" | "none" | undefined;
|
|
335
326
|
largeDesktop?: "1" | "2" | "3" | "none" | undefined;
|
|
336
|
-
} | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<
|
|
327
|
+
} | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "1" | "2" | "3" | "none" | null>;
|
|
337
328
|
borderWidthBottom?: ("1" | "2" | "3" | "none" | {
|
|
338
329
|
mobile?: "1" | "2" | "3" | "none" | undefined;
|
|
339
330
|
tablet?: "1" | "2" | "3" | "none" | undefined;
|
|
340
331
|
desktop?: "1" | "2" | "3" | "none" | undefined;
|
|
341
332
|
largeDesktop?: "1" | "2" | "3" | "none" | undefined;
|
|
342
|
-
} | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<
|
|
333
|
+
} | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "1" | "2" | "3" | "none" | null>;
|
|
343
334
|
borderWidthLeft?: ("1" | "2" | "3" | "none" | {
|
|
344
335
|
mobile?: "1" | "2" | "3" | "none" | undefined;
|
|
345
336
|
tablet?: "1" | "2" | "3" | "none" | undefined;
|
|
346
337
|
desktop?: "1" | "2" | "3" | "none" | undefined;
|
|
347
338
|
largeDesktop?: "1" | "2" | "3" | "none" | undefined;
|
|
348
|
-
} | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<
|
|
339
|
+
} | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "1" | "2" | "3" | "none" | null>;
|
|
349
340
|
borderWidthRight?: ("1" | "2" | "3" | "none" | {
|
|
350
341
|
mobile?: "1" | "2" | "3" | "none" | undefined;
|
|
351
342
|
tablet?: "1" | "2" | "3" | "none" | undefined;
|
|
352
343
|
desktop?: "1" | "2" | "3" | "none" | undefined;
|
|
353
344
|
largeDesktop?: "1" | "2" | "3" | "none" | undefined;
|
|
354
|
-
} | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<
|
|
345
|
+
} | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "1" | "2" | "3" | "none" | null>;
|
|
355
346
|
borderWidthTop?: ("1" | "2" | "3" | "none" | {
|
|
356
347
|
mobile?: "1" | "2" | "3" | "none" | undefined;
|
|
357
348
|
tablet?: "1" | "2" | "3" | "none" | undefined;
|
|
358
349
|
desktop?: "1" | "2" | "3" | "none" | undefined;
|
|
359
350
|
largeDesktop?: "1" | "2" | "3" | "none" | undefined;
|
|
360
|
-
} | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<
|
|
351
|
+
} | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "1" | "2" | "3" | "none" | null>;
|
|
361
352
|
placeItems?: ("stretch" | "center" | "flex-end" | "flex-start" | "centre" | "flexEnd" | "flexStart" | {
|
|
362
353
|
mobile?: "stretch" | "center" | "flex-end" | "flex-start" | "centre" | "flexEnd" | "flexStart" | undefined;
|
|
363
354
|
tablet?: "stretch" | "center" | "flex-end" | "flex-start" | "centre" | "flexEnd" | "flexStart" | undefined;
|
|
364
355
|
desktop?: "stretch" | "center" | "flex-end" | "flex-start" | "centre" | "flexEnd" | "flexStart" | undefined;
|
|
365
356
|
largeDesktop?: "stretch" | "center" | "flex-end" | "flex-start" | "centre" | "flexEnd" | "flexStart" | undefined;
|
|
366
|
-
} | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<
|
|
367
|
-
size?: import("@vanilla-extract/sprinkles").ResponsiveArray<
|
|
357
|
+
} | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "stretch" | "center" | "flex-end" | "flex-start" | "centre" | "flexEnd" | "flexStart" | null>;
|
|
358
|
+
size?: import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "full" | "auto" | "fit-content" | "max-content" | "min-content" | null> | ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "full" | "auto" | "fit-content" | "max-content" | "min-content" | {
|
|
368
359
|
mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "full" | "auto" | "fit-content" | "max-content" | "min-content" | undefined;
|
|
369
360
|
tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "full" | "auto" | "fit-content" | "max-content" | "min-content" | undefined;
|
|
370
361
|
desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "full" | "auto" | "fit-content" | "max-content" | "min-content" | undefined;
|
|
371
362
|
largeDesktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "full" | "auto" | "fit-content" | "max-content" | "min-content" | undefined;
|
|
372
363
|
} | undefined);
|
|
373
|
-
padding?: import("@vanilla-extract/sprinkles").ResponsiveArray<
|
|
364
|
+
padding?: import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | null> | ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | {
|
|
374
365
|
mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
|
|
375
366
|
tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
|
|
376
367
|
desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
|
|
377
368
|
largeDesktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
|
|
378
369
|
} | undefined);
|
|
379
|
-
p?: import("@vanilla-extract/sprinkles").ResponsiveArray<
|
|
370
|
+
p?: import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | null> | ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | {
|
|
380
371
|
mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
|
|
381
372
|
tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
|
|
382
373
|
desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
|
|
383
374
|
largeDesktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
|
|
384
375
|
} | undefined);
|
|
385
|
-
paddingX?: import("@vanilla-extract/sprinkles").ResponsiveArray<
|
|
376
|
+
paddingX?: import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | null> | ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | {
|
|
386
377
|
mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
|
|
387
378
|
tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
|
|
388
379
|
desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
|
|
389
380
|
largeDesktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
|
|
390
381
|
} | undefined);
|
|
391
|
-
px?: import("@vanilla-extract/sprinkles").ResponsiveArray<
|
|
382
|
+
px?: import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | null> | ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | {
|
|
392
383
|
mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
|
|
393
384
|
tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
|
|
394
385
|
desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
|
|
395
386
|
largeDesktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
|
|
396
387
|
} | undefined);
|
|
397
|
-
paddingY?: import("@vanilla-extract/sprinkles").ResponsiveArray<
|
|
388
|
+
paddingY?: import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | null> | ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | {
|
|
398
389
|
mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
|
|
399
390
|
tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
|
|
400
391
|
desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
|
|
401
392
|
largeDesktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
|
|
402
393
|
} | undefined);
|
|
403
|
-
py?: import("@vanilla-extract/sprinkles").ResponsiveArray<
|
|
394
|
+
py?: import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | null> | ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | {
|
|
404
395
|
mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
|
|
405
396
|
tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
|
|
406
397
|
desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
|
|
407
398
|
largeDesktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
|
|
408
399
|
} | undefined);
|
|
409
|
-
pt?: import("@vanilla-extract/sprinkles").ResponsiveArray<
|
|
400
|
+
pt?: import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | null> | ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | {
|
|
410
401
|
mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
|
|
411
402
|
tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
|
|
412
403
|
desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
|
|
413
404
|
largeDesktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
|
|
414
405
|
} | undefined);
|
|
415
|
-
pr?: import("@vanilla-extract/sprinkles").ResponsiveArray<
|
|
406
|
+
pr?: import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | null> | ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | {
|
|
416
407
|
mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
|
|
417
408
|
tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
|
|
418
409
|
desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
|
|
419
410
|
largeDesktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
|
|
420
411
|
} | undefined);
|
|
421
|
-
pb?: import("@vanilla-extract/sprinkles").ResponsiveArray<
|
|
412
|
+
pb?: import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | null> | ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | {
|
|
422
413
|
mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
|
|
423
414
|
tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
|
|
424
415
|
desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
|
|
425
416
|
largeDesktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
|
|
426
417
|
} | undefined);
|
|
427
|
-
pl?: import("@vanilla-extract/sprinkles").ResponsiveArray<
|
|
418
|
+
pl?: import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | null> | ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | {
|
|
428
419
|
mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
|
|
429
420
|
tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
|
|
430
421
|
desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
|
|
431
422
|
largeDesktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
|
|
432
423
|
} | undefined);
|
|
433
|
-
margin?: import("@vanilla-extract/sprinkles").ResponsiveArray<
|
|
424
|
+
margin?: import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | null> | ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | {
|
|
434
425
|
mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
|
|
435
426
|
tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
|
|
436
427
|
desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
|
|
437
428
|
largeDesktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
|
|
438
429
|
} | undefined);
|
|
439
|
-
m?: import("@vanilla-extract/sprinkles").ResponsiveArray<
|
|
430
|
+
m?: import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | null> | ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | {
|
|
440
431
|
mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
|
|
441
432
|
tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
|
|
442
433
|
desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
|
|
443
434
|
largeDesktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
|
|
444
435
|
} | undefined);
|
|
445
|
-
marginX?: import("@vanilla-extract/sprinkles").ResponsiveArray<
|
|
436
|
+
marginX?: import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | "auto" | null> | ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | "auto" | {
|
|
446
437
|
mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | "auto" | undefined;
|
|
447
438
|
tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | "auto" | undefined;
|
|
448
439
|
desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | "auto" | undefined;
|
|
449
440
|
largeDesktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | "auto" | undefined;
|
|
450
441
|
} | undefined);
|
|
451
|
-
mx?: import("@vanilla-extract/sprinkles").ResponsiveArray<
|
|
442
|
+
mx?: import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | "auto" | null> | ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | "auto" | {
|
|
452
443
|
mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | "auto" | undefined;
|
|
453
444
|
tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | "auto" | undefined;
|
|
454
445
|
desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | "auto" | undefined;
|
|
455
446
|
largeDesktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | "auto" | undefined;
|
|
456
447
|
} | undefined);
|
|
457
|
-
marginY?: import("@vanilla-extract/sprinkles").ResponsiveArray<
|
|
448
|
+
marginY?: import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | null> | ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | {
|
|
458
449
|
mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
|
|
459
450
|
tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
|
|
460
451
|
desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
|
|
461
452
|
largeDesktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
|
|
462
453
|
} | undefined);
|
|
463
|
-
my?: import("@vanilla-extract/sprinkles").ResponsiveArray<
|
|
454
|
+
my?: import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | null> | ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | {
|
|
464
455
|
mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
|
|
465
456
|
tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
|
|
466
457
|
desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
|
|
467
458
|
largeDesktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
|
|
468
459
|
} | undefined);
|
|
469
|
-
mt?: import("@vanilla-extract/sprinkles").ResponsiveArray<
|
|
460
|
+
mt?: import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | null> | ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | {
|
|
470
461
|
mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
|
|
471
462
|
tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
|
|
472
463
|
desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
|
|
473
464
|
largeDesktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
|
|
474
465
|
} | undefined);
|
|
475
|
-
mr?: import("@vanilla-extract/sprinkles").ResponsiveArray<
|
|
466
|
+
mr?: import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | "auto" | null> | ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | "auto" | {
|
|
476
467
|
mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | "auto" | undefined;
|
|
477
468
|
tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | "auto" | undefined;
|
|
478
469
|
desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | "auto" | undefined;
|
|
479
470
|
largeDesktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | "auto" | undefined;
|
|
480
471
|
} | undefined);
|
|
481
|
-
mb?: import("@vanilla-extract/sprinkles").ResponsiveArray<
|
|
472
|
+
mb?: import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | null> | ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | {
|
|
482
473
|
mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
|
|
483
474
|
tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
|
|
484
475
|
desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
|
|
@@ -489,9 +480,10 @@ export declare const sprinkles: ((props: {
|
|
|
489
480
|
tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | "auto" | undefined;
|
|
490
481
|
desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | "auto" | undefined;
|
|
491
482
|
largeDesktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | "auto" | undefined;
|
|
492
|
-
} | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<
|
|
483
|
+
} | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | "auto" | null>;
|
|
493
484
|
}) => string) & {
|
|
494
|
-
properties: Set<"color" | "width" | "size" | "fontSize" | "lineHeight" | "fontWeight" | "opacity" | "alignContent" | "alignItems" | "alignSelf" | "backgroundColor" | "borderBottomColor" | "borderBottomStyle" | "borderBottomWidth" | "borderLeftColor" | "borderLeftStyle" | "borderLeftWidth" | "borderRightColor" | "borderRightStyle" | "borderRightWidth" | "borderTopColor" | "borderTopStyle" | "borderTopWidth" | "boxShadow" | "columnGap" | "display" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "height" | "justifyContent" | "justifySelf" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "maxWidth" | "minWidth" | "order" | "overflowX" | "overflowY" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "pointerEvents" | "position" | "rowGap" | "textAlign" | "textWrap" | "userSelect" | "borderColor" | "borderRadius" | "borderStyle" | "borderWidth" | "gap" | "margin" | "overflow" | "padding" | "placeItems" | "text" | "useVar" | "bg" | "fg" | "gridColumns" | "borderWidthX" | "borderWidthY" | "borderWidthBottom" | "borderWidthLeft" | "borderWidthRight" | "borderWidthTop" | "p" | "paddingX" | "px" | "paddingY" | "py" | "pt" | "pr" | "pb" | "pl" | "m" | "marginX" | "mx" | "marginY" | "my" | "mt" | "mr" | "mb" | "ml">;
|
|
485
|
+
properties: Set<"colour" | "backgroundColour" | "color" | "width" | "size" | "fontSize" | "lineHeight" | "fontWeight" | "opacity" | "alignContent" | "alignItems" | "alignSelf" | "backgroundColor" | "borderBottomColor" | "borderBottomStyle" | "borderBottomWidth" | "borderLeftColor" | "borderLeftStyle" | "borderLeftWidth" | "borderRightColor" | "borderRightStyle" | "borderRightWidth" | "borderTopColor" | "borderTopStyle" | "borderTopWidth" | "boxShadow" | "columnGap" | "display" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "height" | "justifyContent" | "justifySelf" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "maxWidth" | "minWidth" | "order" | "overflowX" | "overflowY" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "pointerEvents" | "position" | "rowGap" | "textAlign" | "textWrap" | "userSelect" | "borderColor" | "borderRadius" | "borderStyle" | "borderWidth" | "gap" | "margin" | "overflow" | "padding" | "placeItems" | "text" | "borderBottomColour" | "borderLeftColour" | "borderRightColour" | "borderTopColour" | "useVar" | "bg" | "fg" | "borderColorX" | "borderColorY" | "borderColour" | "borderColourX" | "borderColourY" | "borderStyleBottom" | "borderStyleLeft" | "borderStyleRight" | "borderStyleTop" | "gridColumns" | "borderWidthX" | "borderWidthY" | "borderWidthBottom" | "borderWidthLeft" | "borderWidthRight" | "borderWidthTop" | "p" | "paddingX" | "px" | "paddingY" | "py" | "pt" | "pr" | "pb" | "pl" | "m" | "marginX" | "mx" | "marginY" | "my" | "mt" | "mr" | "mb" | "ml">;
|
|
495
486
|
};
|
|
496
487
|
export type Sprinkles = Parameters<typeof sprinkles>[0];
|
|
488
|
+
export type SprinklesLegacyColours = Pick<Sprinkles, 'backgroundColour' | 'borderColour' | 'borderBottomColour' | 'borderLeftColour' | 'borderRightColour' | 'borderTopColour' | 'colour'>;
|
|
497
489
|
//# sourceMappingURL=sprinkles.css.d.ts.map
|