@autoguru/overdrive 4.43.6-next.8 → 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.
Files changed (61) hide show
  1. package/dist/components/Alert/Alert.js +2 -2
  2. package/dist/components/Anchor/Anchor.d.ts.map +1 -1
  3. package/dist/components/Anchor/Anchor.js +4 -4
  4. package/dist/components/Box/Box.d.ts.map +1 -1
  5. package/dist/components/Box/Box.js +106 -49
  6. package/dist/components/Box/newBox/boxStyles.d.ts +456 -1
  7. package/dist/components/Box/newBox/boxStyles.d.ts.map +1 -1
  8. package/dist/components/Box/newBox/boxStyles.js +7 -13
  9. package/dist/components/Box/useBoxStyles.d.ts.map +1 -1
  10. package/dist/components/Button/Button.d.ts.map +1 -1
  11. package/dist/components/Button/Button.js +6 -6
  12. package/dist/components/ColourInput/ColourInput.js +2 -2
  13. package/dist/components/Columns/Column.css.d.ts +1 -1
  14. package/dist/components/DatePicker/DatePicker.js +2 -2
  15. package/dist/components/DropDown/DropDown.stories.d.ts +1 -1
  16. package/dist/components/Heading/Heading.stories.d.ts +83 -81
  17. package/dist/components/Heading/Heading.stories.d.ts.map +1 -1
  18. package/dist/components/Icon/Icon.d.ts.map +1 -1
  19. package/dist/components/Icon/Icon.js +2 -2
  20. package/dist/components/LoadingBox/LoadingBox.stories.d.ts +84 -82
  21. package/dist/components/LoadingBox/LoadingBox.stories.d.ts.map +1 -1
  22. package/dist/components/MinimalModal/MinimalModal.stories.d.ts +1 -1
  23. package/dist/components/NumberBubble/NumberBubble.d.ts.map +1 -1
  24. package/dist/components/NumberBubble/NumberBubble.js +2 -2
  25. package/dist/components/OptionList/OptionList.d.ts +1 -1
  26. package/dist/components/ProgressSpinner/ProgressSpinner.js +2 -2
  27. package/dist/components/StarRating/StarRating.js +2 -2
  28. package/dist/components/Stepper/Stepper.css.d.ts.map +1 -1
  29. package/dist/components/Stepper/Stepper.css.js +1 -7
  30. package/dist/components/Stepper/Stepper.d.ts.map +1 -1
  31. package/dist/components/Stepper/Stepper.js +1 -4
  32. package/dist/components/Tabs/Tab.js +3 -3
  33. package/dist/components/TextBubble/TextBubble.d.ts.map +1 -1
  34. package/dist/components/TextBubble/TextBubble.js +2 -2
  35. package/dist/components/TextLink/TextLink.js +3 -3
  36. package/dist/components/TextLink/TextLink.stories.d.ts +3 -3
  37. package/dist/components/private/CheckableBase/CheckableBase.d.ts.map +1 -1
  38. package/dist/components/private/CheckableBase/CheckableBase.js +6 -15
  39. package/dist/components/private/InputBase/HintText.d.ts.map +1 -1
  40. package/dist/components/private/InputBase/HintText.js +5 -6
  41. package/dist/components/private/InputBase/withEnhancedInput.d.ts.map +1 -1
  42. package/dist/components/private/InputBase/withEnhancedInput.js +4 -4
  43. package/dist/index.d.ts +1 -1
  44. package/dist/index.d.ts.map +1 -1
  45. package/dist/index.js +1 -1
  46. package/dist/styles/index.d.ts +5 -0
  47. package/dist/styles/index.d.ts.map +1 -0
  48. package/dist/styles/index.js +6 -0
  49. package/dist/styles/reset.css.d.ts +1 -1
  50. package/dist/styles/reset.css.d.ts.map +1 -1
  51. package/dist/styles/reset.css.js +4 -3
  52. package/dist/styles/resetStyles.d.ts +6 -0
  53. package/dist/styles/resetStyles.d.ts.map +1 -1
  54. package/dist/styles/resetStyles.js +17 -0
  55. package/dist/styles/sprinkles.css.d.ts +86 -94
  56. package/dist/styles/sprinkles.css.d.ts.map +1 -1
  57. package/dist/styles/sprinkles.css.js +67 -35
  58. package/dist/utils/sprinkles.d.ts +2 -5
  59. package/dist/utils/sprinkles.d.ts.map +1 -1
  60. package/dist/utils/sprinkles.js +2 -8
  61. package/package.json +1 -1
@@ -11,13 +11,12 @@ declare const meta: {
11
11
  tablet?: "left" | "right" | "center" | "centre" | undefined;
12
12
  desktop?: "left" | "right" | "center" | "centre" | undefined;
13
13
  largeDesktop?: "left" | "right" | "center" | "centre" | undefined;
14
- } | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<2 | 1 | 3 | 4, "left" | "right" | "center" | "centre" | null>;
14
+ } | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "left" | "right" | "center" | "centre" | null>;
15
15
  is?: import("./Heading").HeadingTags | undefined;
16
- value?: string | number | readonly string[] | undefined;
17
16
  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
17
  content?: string | undefined | undefined;
19
18
  placeholder?: string | undefined | undefined;
20
- width?: import("@vanilla-extract/sprinkles").ResponsiveArray<2 | 1 | 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" | {
19
+ 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" | {
21
20
  mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "full" | "auto" | "fit-content" | "max-content" | "min-content" | undefined;
22
21
  tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "full" | "auto" | "fit-content" | "max-content" | "min-content" | undefined;
23
22
  desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "full" | "auto" | "fit-content" | "max-content" | "min-content" | undefined;
@@ -34,19 +33,19 @@ declare const meta: {
34
33
  tablet?: "space-around" | "space-between" | "stretch" | "center" | "flex-end" | "flex-start" | "centre" | "spaceAround" | "spaceBetween" | "spaceEvenely" | "space-evenely" | "flexEnd" | "flexStart" | undefined;
35
34
  desktop?: "space-around" | "space-between" | "stretch" | "center" | "flex-end" | "flex-start" | "centre" | "spaceAround" | "spaceBetween" | "spaceEvenely" | "space-evenely" | "flexEnd" | "flexStart" | undefined;
36
35
  largeDesktop?: "space-around" | "space-between" | "stretch" | "center" | "flex-end" | "flex-start" | "centre" | "spaceAround" | "spaceBetween" | "spaceEvenely" | "space-evenely" | "flexEnd" | "flexStart" | undefined;
37
- } | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<2 | 1 | 3 | 4, "space-around" | "space-between" | "stretch" | "center" | "flex-end" | "flex-start" | "centre" | "spaceAround" | "spaceBetween" | "spaceEvenely" | "space-evenely" | "flexEnd" | "flexStart" | null>;
36
+ } | 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>;
38
37
  alignItems?: ("stretch" | "center" | "flex-end" | "flex-start" | "baseline" | "centre" | "flexEnd" | "flexStart" | {
39
38
  mobile?: "stretch" | "center" | "flex-end" | "flex-start" | "baseline" | "centre" | "flexEnd" | "flexStart" | undefined;
40
39
  tablet?: "stretch" | "center" | "flex-end" | "flex-start" | "baseline" | "centre" | "flexEnd" | "flexStart" | undefined;
41
40
  desktop?: "stretch" | "center" | "flex-end" | "flex-start" | "baseline" | "centre" | "flexEnd" | "flexStart" | undefined;
42
41
  largeDesktop?: "stretch" | "center" | "flex-end" | "flex-start" | "baseline" | "centre" | "flexEnd" | "flexStart" | undefined;
43
- } | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<2 | 1 | 3 | 4, "stretch" | "center" | "flex-end" | "flex-start" | "baseline" | "centre" | "flexEnd" | "flexStart" | null>;
42
+ } | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "stretch" | "center" | "flex-end" | "flex-start" | "baseline" | "centre" | "flexEnd" | "flexStart" | null>;
44
43
  alignSelf?: ("stretch" | "center" | "flex-end" | "flex-start" | {
45
44
  mobile?: "stretch" | "center" | "flex-end" | "flex-start" | undefined;
46
45
  tablet?: "stretch" | "center" | "flex-end" | "flex-start" | undefined;
47
46
  desktop?: "stretch" | "center" | "flex-end" | "flex-start" | undefined;
48
47
  largeDesktop?: "stretch" | "center" | "flex-end" | "flex-start" | undefined;
49
- } | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<2 | 1 | 3 | 4, "stretch" | "center" | "flex-end" | "flex-start" | null>;
48
+ } | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "stretch" | "center" | "flex-end" | "flex-start" | null>;
50
49
  backgroundColor?: "page" | "hard" | "soft" | "accent" | "success" | "info" | "danger" | "warning" | "transparent" | undefined;
51
50
  borderBottomColor?: "page" | "hard" | "soft" | "accent" | "success" | "info" | "danger" | "warning" | "muted" | "default" | "disabled" | undefined;
52
51
  borderBottomStyle?: "none" | "solid" | undefined;
@@ -55,7 +54,7 @@ declare const meta: {
55
54
  tablet?: "1" | "2" | "3" | "none" | undefined;
56
55
  desktop?: "1" | "2" | "3" | "none" | undefined;
57
56
  largeDesktop?: "1" | "2" | "3" | "none" | undefined;
58
- } | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<2 | 1 | 3 | 4, "1" | "2" | "3" | "none" | null>;
57
+ } | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "1" | "2" | "3" | "none" | null>;
59
58
  borderLeftColor?: "page" | "hard" | "soft" | "accent" | "success" | "info" | "danger" | "warning" | "muted" | "default" | "disabled" | undefined;
60
59
  borderLeftStyle?: "none" | "solid" | undefined;
61
60
  borderLeftWidth?: ("1" | "2" | "3" | "none" | {
@@ -63,7 +62,7 @@ declare const meta: {
63
62
  tablet?: "1" | "2" | "3" | "none" | undefined;
64
63
  desktop?: "1" | "2" | "3" | "none" | undefined;
65
64
  largeDesktop?: "1" | "2" | "3" | "none" | undefined;
66
- } | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<2 | 1 | 3 | 4, "1" | "2" | "3" | "none" | null>;
65
+ } | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "1" | "2" | "3" | "none" | null>;
67
66
  borderRightColor?: "page" | "hard" | "soft" | "accent" | "success" | "info" | "danger" | "warning" | "muted" | "default" | "disabled" | undefined;
68
67
  borderRightStyle?: "none" | "solid" | undefined;
69
68
  borderRightWidth?: ("1" | "2" | "3" | "none" | {
@@ -71,7 +70,7 @@ declare const meta: {
71
70
  tablet?: "1" | "2" | "3" | "none" | undefined;
72
71
  desktop?: "1" | "2" | "3" | "none" | undefined;
73
72
  largeDesktop?: "1" | "2" | "3" | "none" | undefined;
74
- } | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<2 | 1 | 3 | 4, "1" | "2" | "3" | "none" | null>;
73
+ } | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "1" | "2" | "3" | "none" | null>;
75
74
  borderTopColor?: "page" | "hard" | "soft" | "accent" | "success" | "info" | "danger" | "warning" | "muted" | "default" | "disabled" | undefined;
76
75
  borderTopStyle?: "none" | "solid" | undefined;
77
76
  borderTopWidth?: ("1" | "2" | "3" | "none" | {
@@ -79,9 +78,9 @@ declare const meta: {
79
78
  tablet?: "1" | "2" | "3" | "none" | undefined;
80
79
  desktop?: "1" | "2" | "3" | "none" | undefined;
81
80
  largeDesktop?: "1" | "2" | "3" | "none" | undefined;
82
- } | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<2 | 1 | 3 | 4, "1" | "2" | "3" | "none" | null>;
81
+ } | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "1" | "2" | "3" | "none" | null>;
83
82
  boxShadow?: "1" | "2" | "3" | "4" | "5" | "none" | undefined;
84
- columnGap?: import("@vanilla-extract/sprinkles").ResponsiveArray<2 | 1 | 3 | 4, "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | null> | ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | {
83
+ 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" | {
85
84
  mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
86
85
  tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
87
86
  desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
@@ -92,68 +91,68 @@ declare const meta: {
92
91
  tablet?: "none" | "flex" | "grid" | "block" | "contents" | "inline" | "inline-block" | "inline-flex" | "inlineBlock" | "inlineFlex" | undefined;
93
92
  desktop?: "none" | "flex" | "grid" | "block" | "contents" | "inline" | "inline-block" | "inline-flex" | "inlineBlock" | "inlineFlex" | undefined;
94
93
  largeDesktop?: "none" | "flex" | "grid" | "block" | "contents" | "inline" | "inline-block" | "inline-flex" | "inlineBlock" | "inlineFlex" | undefined;
95
- } | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<2 | 1 | 3 | 4, "none" | "flex" | "grid" | "block" | "contents" | "inline" | "inline-block" | "inline-flex" | "inlineBlock" | "inlineFlex" | null>;
94
+ } | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "none" | "flex" | "grid" | "block" | "contents" | "inline" | "inline-block" | "inline-flex" | "inlineBlock" | "inlineFlex" | null>;
96
95
  flexDirection?: ("column" | "column-reverse" | "row" | "row-reverse" | {
97
96
  mobile?: "column" | "column-reverse" | "row" | "row-reverse" | undefined;
98
97
  tablet?: "column" | "column-reverse" | "row" | "row-reverse" | undefined;
99
98
  desktop?: "column" | "column-reverse" | "row" | "row-reverse" | undefined;
100
99
  largeDesktop?: "column" | "column-reverse" | "row" | "row-reverse" | undefined;
101
- } | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<2 | 1 | 3 | 4, "column" | "column-reverse" | "row" | "row-reverse" | null>;
100
+ } | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "column" | "column-reverse" | "row" | "row-reverse" | null>;
102
101
  flexGrow?: (number | "1" | "0" | {
103
102
  mobile?: number | "1" | "0" | undefined;
104
103
  tablet?: number | "1" | "0" | undefined;
105
104
  desktop?: number | "1" | "0" | undefined;
106
105
  largeDesktop?: number | "1" | "0" | undefined;
107
- } | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<2 | 1 | 3 | 4, number | "1" | "0" | null>;
106
+ } | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, number | "1" | "0" | null>;
108
107
  flexShrink?: (number | "1" | "0" | {
109
108
  mobile?: number | "1" | "0" | undefined;
110
109
  tablet?: number | "1" | "0" | undefined;
111
110
  desktop?: number | "1" | "0" | undefined;
112
111
  largeDesktop?: number | "1" | "0" | undefined;
113
- } | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<2 | 1 | 3 | 4, number | "1" | "0" | null>;
112
+ } | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, number | "1" | "0" | null>;
114
113
  flexWrap?: ("nowrap" | "wrap" | "wrap-reverse" | {
115
114
  mobile?: "nowrap" | "wrap" | "wrap-reverse" | undefined;
116
115
  tablet?: "nowrap" | "wrap" | "wrap-reverse" | undefined;
117
116
  desktop?: "nowrap" | "wrap" | "wrap-reverse" | undefined;
118
117
  largeDesktop?: "nowrap" | "wrap" | "wrap-reverse" | undefined;
119
- } | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<2 | 1 | 3 | 4, "nowrap" | "wrap" | "wrap-reverse" | null>;
118
+ } | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "nowrap" | "wrap" | "wrap-reverse" | null>;
120
119
  gridAutoColumns?: ("auto" | "max-content" | "min-content" | "1fr" | {
121
120
  mobile?: "auto" | "max-content" | "min-content" | "1fr" | undefined;
122
121
  tablet?: "auto" | "max-content" | "min-content" | "1fr" | undefined;
123
122
  desktop?: "auto" | "max-content" | "min-content" | "1fr" | undefined;
124
123
  largeDesktop?: "auto" | "max-content" | "min-content" | "1fr" | undefined;
125
- } | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<2 | 1 | 3 | 4, "auto" | "max-content" | "min-content" | "1fr" | null>;
124
+ } | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "auto" | "max-content" | "min-content" | "1fr" | null>;
126
125
  gridAutoFlow?: ("column" | "row" | "row dense" | "column dense" | {
127
126
  mobile?: "column" | "row" | "row dense" | "column dense" | undefined;
128
127
  tablet?: "column" | "row" | "row dense" | "column dense" | undefined;
129
128
  desktop?: "column" | "row" | "row dense" | "column dense" | undefined;
130
129
  largeDesktop?: "column" | "row" | "row dense" | "column dense" | undefined;
131
- } | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<2 | 1 | 3 | 4, "column" | "row" | "row dense" | "column dense" | null>;
130
+ } | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "column" | "row" | "row dense" | "column dense" | null>;
132
131
  gridAutoRows?: ("auto" | "1fr" | {
133
132
  mobile?: "auto" | "1fr" | undefined;
134
133
  tablet?: "auto" | "1fr" | undefined;
135
134
  desktop?: "auto" | "1fr" | undefined;
136
135
  largeDesktop?: "auto" | "1fr" | undefined;
137
- } | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<2 | 1 | 3 | 4, "auto" | "1fr" | null>;
136
+ } | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "auto" | "1fr" | null>;
138
137
  height?: ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "full" | "auto" | "fit-content" | "max-content" | "min-content" | {
139
138
  mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "full" | "auto" | "fit-content" | "max-content" | "min-content" | undefined;
140
139
  tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "full" | "auto" | "fit-content" | "max-content" | "min-content" | undefined;
141
140
  desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "full" | "auto" | "fit-content" | "max-content" | "min-content" | undefined;
142
141
  largeDesktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "full" | "auto" | "fit-content" | "max-content" | "min-content" | undefined;
143
- } | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<2 | 1 | 3 | 4, "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "full" | "auto" | "fit-content" | "max-content" | "min-content" | null>;
142
+ } | 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>;
144
143
  justifyContent?: ("space-around" | "space-between" | "stretch" | "center" | "flex-end" | "flex-start" | "centre" | "spaceAround" | "spaceBetween" | "spaceEvenely" | "space-evenely" | "flexEnd" | "flexStart" | {
145
144
  mobile?: "space-around" | "space-between" | "stretch" | "center" | "flex-end" | "flex-start" | "centre" | "spaceAround" | "spaceBetween" | "spaceEvenely" | "space-evenely" | "flexEnd" | "flexStart" | undefined;
146
145
  tablet?: "space-around" | "space-between" | "stretch" | "center" | "flex-end" | "flex-start" | "centre" | "spaceAround" | "spaceBetween" | "spaceEvenely" | "space-evenely" | "flexEnd" | "flexStart" | undefined;
147
146
  desktop?: "space-around" | "space-between" | "stretch" | "center" | "flex-end" | "flex-start" | "centre" | "spaceAround" | "spaceBetween" | "spaceEvenely" | "space-evenely" | "flexEnd" | "flexStart" | undefined;
148
147
  largeDesktop?: "space-around" | "space-between" | "stretch" | "center" | "flex-end" | "flex-start" | "centre" | "spaceAround" | "spaceBetween" | "spaceEvenely" | "space-evenely" | "flexEnd" | "flexStart" | undefined;
149
- } | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<2 | 1 | 3 | 4, "space-around" | "space-between" | "stretch" | "center" | "flex-end" | "flex-start" | "centre" | "spaceAround" | "spaceBetween" | "spaceEvenely" | "space-evenely" | "flexEnd" | "flexStart" | null>;
148
+ } | 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>;
150
149
  justifySelf?: ("center" | "flex-end" | "flex-start" | {
151
150
  mobile?: "center" | "flex-end" | "flex-start" | undefined;
152
151
  tablet?: "center" | "flex-end" | "flex-start" | undefined;
153
152
  desktop?: "center" | "flex-end" | "flex-start" | undefined;
154
153
  largeDesktop?: "center" | "flex-end" | "flex-start" | undefined;
155
- } | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<2 | 1 | 3 | 4, "center" | "flex-end" | "flex-start" | null>;
156
- marginBottom?: import("@vanilla-extract/sprinkles").ResponsiveArray<2 | 1 | 3 | 4, "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | null> | ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | {
154
+ } | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "center" | "flex-end" | "flex-start" | null>;
155
+ 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" | {
157
156
  mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
158
157
  tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
159
158
  desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
@@ -164,14 +163,14 @@ declare const meta: {
164
163
  tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | "auto" | undefined;
165
164
  desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | "auto" | undefined;
166
165
  largeDesktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | "auto" | undefined;
167
- } | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<2 | 1 | 3 | 4, "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | "auto" | null>;
168
- marginRight?: import("@vanilla-extract/sprinkles").ResponsiveArray<2 | 1 | 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" | {
166
+ } | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | "auto" | null>;
167
+ 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" | {
169
168
  mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | "auto" | undefined;
170
169
  tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | "auto" | undefined;
171
170
  desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | "auto" | undefined;
172
171
  largeDesktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | "auto" | undefined;
173
172
  } | undefined);
174
- marginTop?: import("@vanilla-extract/sprinkles").ResponsiveArray<2 | 1 | 3 | 4, "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | null> | ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | {
173
+ 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" | {
175
174
  mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
176
175
  tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
177
176
  desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
@@ -182,50 +181,50 @@ declare const meta: {
182
181
  tablet?: "small" | "medium" | "large" | "fit-content" | "max-content" | undefined;
183
182
  desktop?: "small" | "medium" | "large" | "fit-content" | "max-content" | undefined;
184
183
  largeDesktop?: "small" | "medium" | "large" | "fit-content" | "max-content" | undefined;
185
- } | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<2 | 1 | 3 | 4, "small" | "medium" | "large" | "fit-content" | "max-content" | null>;
184
+ } | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "small" | "medium" | "large" | "fit-content" | "max-content" | null>;
186
185
  minWidth?: ("auto" | "fit-content" | {
187
186
  mobile?: "auto" | "fit-content" | undefined;
188
187
  tablet?: "auto" | "fit-content" | undefined;
189
188
  desktop?: "auto" | "fit-content" | undefined;
190
189
  largeDesktop?: "auto" | "fit-content" | undefined;
191
- } | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<2 | 1 | 3 | 4, "auto" | "fit-content" | null>;
190
+ } | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "auto" | "fit-content" | null>;
192
191
  order?: (number | "1" | "2" | "3" | "4" | "0" | {
193
192
  mobile?: number | "1" | "2" | "3" | "4" | "0" | undefined;
194
193
  tablet?: number | "1" | "2" | "3" | "4" | "0" | undefined;
195
194
  desktop?: number | "1" | "2" | "3" | "4" | "0" | undefined;
196
195
  largeDesktop?: number | "1" | "2" | "3" | "4" | "0" | undefined;
197
- } | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<2 | 1 | 3 | 4, number | "1" | "2" | "3" | "4" | "0" | null>;
196
+ } | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, number | "1" | "2" | "3" | "4" | "0" | null>;
198
197
  overflowX?: ("auto" | "hidden" | "scroll" | {
199
198
  mobile?: "auto" | "hidden" | "scroll" | undefined;
200
199
  tablet?: "auto" | "hidden" | "scroll" | undefined;
201
200
  desktop?: "auto" | "hidden" | "scroll" | undefined;
202
201
  largeDesktop?: "auto" | "hidden" | "scroll" | undefined;
203
- } | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<2 | 1 | 3 | 4, "auto" | "hidden" | "scroll" | null>;
202
+ } | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "auto" | "hidden" | "scroll" | null>;
204
203
  overflowY?: ("auto" | "hidden" | "scroll" | {
205
204
  mobile?: "auto" | "hidden" | "scroll" | undefined;
206
205
  tablet?: "auto" | "hidden" | "scroll" | undefined;
207
206
  desktop?: "auto" | "hidden" | "scroll" | undefined;
208
207
  largeDesktop?: "auto" | "hidden" | "scroll" | undefined;
209
- } | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<2 | 1 | 3 | 4, "auto" | "hidden" | "scroll" | null>;
210
- paddingBottom?: import("@vanilla-extract/sprinkles").ResponsiveArray<2 | 1 | 3 | 4, "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | null> | ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | {
208
+ } | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "auto" | "hidden" | "scroll" | null>;
209
+ 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" | {
211
210
  mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
212
211
  tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
213
212
  desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
214
213
  largeDesktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
215
214
  } | undefined);
216
- paddingLeft?: import("@vanilla-extract/sprinkles").ResponsiveArray<2 | 1 | 3 | 4, "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | null> | ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | {
215
+ 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" | {
217
216
  mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
218
217
  tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
219
218
  desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
220
219
  largeDesktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
221
220
  } | undefined);
222
- paddingRight?: import("@vanilla-extract/sprinkles").ResponsiveArray<2 | 1 | 3 | 4, "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | null> | ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | {
221
+ 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" | {
223
222
  mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
224
223
  tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
225
224
  desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
226
225
  largeDesktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
227
226
  } | undefined);
228
- paddingTop?: import("@vanilla-extract/sprinkles").ResponsiveArray<2 | 1 | 3 | 4, "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | null> | ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | {
227
+ 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" | {
229
228
  mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
230
229
  tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
231
230
  desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
@@ -237,8 +236,8 @@ declare const meta: {
237
236
  tablet?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
238
237
  desktop?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
239
238
  largeDesktop?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
240
- } | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<2 | 1 | 3 | 4, "fixed" | "absolute" | "relative" | "static" | "sticky" | null>;
241
- rowGap?: import("@vanilla-extract/sprinkles").ResponsiveArray<2 | 1 | 3 | 4, "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | null> | ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | {
239
+ } | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "fixed" | "absolute" | "relative" | "static" | "sticky" | null>;
240
+ 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" | {
242
241
  mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
243
242
  tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
244
243
  desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
@@ -253,21 +252,21 @@ declare const meta: {
253
252
  tablet?: "1" | "none" | "min" | "sm" | "md" | "lg" | "xl" | "2xl" | "pill" | "full" | undefined;
254
253
  desktop?: "1" | "none" | "min" | "sm" | "md" | "lg" | "xl" | "2xl" | "pill" | "full" | undefined;
255
254
  largeDesktop?: "1" | "none" | "min" | "sm" | "md" | "lg" | "xl" | "2xl" | "pill" | "full" | undefined;
256
- } | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<2 | 1 | 3 | 4, "1" | "none" | "min" | "sm" | "md" | "lg" | "xl" | "2xl" | "pill" | "full" | null>;
255
+ } | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "1" | "none" | "min" | "sm" | "md" | "lg" | "xl" | "2xl" | "pill" | "full" | null>;
257
256
  borderStyle?: "none" | "solid" | undefined;
258
257
  borderWidth?: ("1" | "2" | "3" | "none" | {
259
258
  mobile?: "1" | "2" | "3" | "none" | undefined;
260
259
  tablet?: "1" | "2" | "3" | "none" | undefined;
261
260
  desktop?: "1" | "2" | "3" | "none" | undefined;
262
261
  largeDesktop?: "1" | "2" | "3" | "none" | undefined;
263
- } | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<2 | 1 | 3 | 4, "1" | "2" | "3" | "none" | null>;
262
+ } | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "1" | "2" | "3" | "none" | null>;
264
263
  gap?: ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | {
265
264
  mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
266
265
  tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
267
266
  desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
268
267
  largeDesktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
269
- } | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<2 | 1 | 3 | 4, "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | null>;
270
- margin?: import("@vanilla-extract/sprinkles").ResponsiveArray<2 | 1 | 3 | 4, "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | null> | ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | {
268
+ } | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | null>;
269
+ 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" | {
271
270
  mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
272
271
  tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
273
272
  desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
@@ -278,8 +277,8 @@ declare const meta: {
278
277
  tablet?: "auto" | "hidden" | "visible" | undefined;
279
278
  desktop?: "auto" | "hidden" | "visible" | undefined;
280
279
  largeDesktop?: "auto" | "hidden" | "visible" | undefined;
281
- } | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<2 | 1 | 3 | 4, "auto" | "hidden" | "visible" | null>;
282
- padding?: import("@vanilla-extract/sprinkles").ResponsiveArray<2 | 1 | 3 | 4, "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | null> | ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | {
280
+ } | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "auto" | "hidden" | "visible" | null>;
281
+ 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" | {
283
282
  mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
284
283
  tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
285
284
  desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
@@ -290,7 +289,7 @@ declare const meta: {
290
289
  tablet?: "stretch" | "center" | "flex-end" | "flex-start" | "centre" | "flexEnd" | "flexStart" | undefined;
291
290
  desktop?: "stretch" | "center" | "flex-end" | "flex-start" | "centre" | "flexEnd" | "flexStart" | undefined;
292
291
  largeDesktop?: "stretch" | "center" | "flex-end" | "flex-start" | "centre" | "flexEnd" | "flexStart" | undefined;
293
- } | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<2 | 1 | 3 | 4, "stretch" | "center" | "flex-end" | "flex-start" | "centre" | "flexEnd" | "flexStart" | null>;
292
+ } | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "stretch" | "center" | "flex-end" | "flex-start" | "centre" | "flexEnd" | "flexStart" | null>;
294
293
  start?: number | undefined | undefined;
295
294
  hidden?: boolean | undefined | undefined;
296
295
  style?: React.CSSProperties | undefined;
@@ -300,159 +299,162 @@ declare const meta: {
300
299
  open?: boolean | undefined | undefined;
301
300
  multiple?: boolean | undefined | undefined;
302
301
  disabled?: boolean | undefined | undefined;
303
- borderColour?: "gray" | "success" | "danger" | "warning" | "light" | "neutral" | "primary" | "brand" | "secondary" | "shine" | "information" | "dark" | undefined;
304
- borderColourX?: "gray" | "success" | "danger" | "warning" | "light" | "neutral" | "primary" | "brand" | "secondary" | "shine" | "information" | "dark" | undefined;
305
- borderColourY?: "gray" | "success" | "danger" | "warning" | "light" | "neutral" | "primary" | "brand" | "secondary" | "shine" | "information" | "dark" | undefined;
302
+ value?: string | number | readonly string[] | undefined;
306
303
  borderBottomColour?: "gray" | "success" | "danger" | "warning" | "light" | "neutral" | "primary" | "brand" | "secondary" | "shine" | "information" | "dark" | undefined;
307
304
  borderLeftColour?: "gray" | "success" | "danger" | "warning" | "light" | "neutral" | "primary" | "brand" | "secondary" | "shine" | "information" | "dark" | undefined;
308
305
  borderRightColour?: "gray" | "success" | "danger" | "warning" | "light" | "neutral" | "primary" | "brand" | "secondary" | "shine" | "information" | "dark" | undefined;
309
306
  borderTopColour?: "gray" | "success" | "danger" | "warning" | "light" | "neutral" | "primary" | "brand" | "secondary" | "shine" | "information" | "dark" | undefined;
310
- borderColourBottom?: "gray" | "success" | "danger" | "warning" | "light" | "neutral" | "primary" | "brand" | "secondary" | "shine" | "information" | "dark" | undefined;
311
- borderColourLeft?: "gray" | "success" | "danger" | "warning" | "light" | "neutral" | "primary" | "brand" | "secondary" | "shine" | "information" | "dark" | undefined;
312
- borderColourRight?: "gray" | "success" | "danger" | "warning" | "light" | "neutral" | "primary" | "brand" | "secondary" | "shine" | "information" | "dark" | undefined;
313
- borderColourTop?: "gray" | "success" | "danger" | "warning" | "light" | "neutral" | "primary" | "brand" | "secondary" | "shine" | "information" | "dark" | undefined;
314
307
  useVar?: "gap" | undefined;
315
308
  bg?: "page" | "hard" | "soft" | "accent" | "success" | "info" | "danger" | "warning" | "transparent" | undefined;
316
309
  fg?: "soft" | "success" | "info" | "danger" | "warning" | "normal" | "inverse" | undefined;
310
+ borderColorX?: "page" | "hard" | "soft" | "accent" | "success" | "info" | "danger" | "warning" | "muted" | "default" | "disabled" | undefined;
311
+ borderColorY?: "page" | "hard" | "soft" | "accent" | "success" | "info" | "danger" | "warning" | "muted" | "default" | "disabled" | undefined;
312
+ borderColour?: "gray" | "success" | "danger" | "warning" | "light" | "neutral" | "primary" | "brand" | "secondary" | "shine" | "information" | "dark" | undefined;
313
+ borderColourX?: "gray" | "success" | "danger" | "warning" | "light" | "neutral" | "primary" | "brand" | "secondary" | "shine" | "information" | "dark" | undefined;
314
+ borderColourY?: "gray" | "success" | "danger" | "warning" | "light" | "neutral" | "primary" | "brand" | "secondary" | "shine" | "information" | "dark" | undefined;
315
+ borderStyleBottom?: "none" | "solid" | undefined;
316
+ borderStyleLeft?: "none" | "solid" | undefined;
317
+ borderStyleRight?: "none" | "solid" | undefined;
318
+ borderStyleTop?: "none" | "solid" | undefined;
317
319
  gridColumns?: (string | {
318
320
  mobile?: string | undefined;
319
321
  tablet?: string | undefined;
320
322
  desktop?: string | undefined;
321
323
  largeDesktop?: string | undefined;
322
- } | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<2 | 1 | 3 | 4, string | null>;
324
+ } | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, string | null>;
323
325
  borderWidthX?: ("1" | "2" | "3" | "none" | {
324
326
  mobile?: "1" | "2" | "3" | "none" | undefined;
325
327
  tablet?: "1" | "2" | "3" | "none" | undefined;
326
328
  desktop?: "1" | "2" | "3" | "none" | undefined;
327
329
  largeDesktop?: "1" | "2" | "3" | "none" | undefined;
328
- } | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<2 | 1 | 3 | 4, "1" | "2" | "3" | "none" | null>;
330
+ } | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "1" | "2" | "3" | "none" | null>;
329
331
  borderWidthY?: ("1" | "2" | "3" | "none" | {
330
332
  mobile?: "1" | "2" | "3" | "none" | undefined;
331
333
  tablet?: "1" | "2" | "3" | "none" | undefined;
332
334
  desktop?: "1" | "2" | "3" | "none" | undefined;
333
335
  largeDesktop?: "1" | "2" | "3" | "none" | undefined;
334
- } | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<2 | 1 | 3 | 4, "1" | "2" | "3" | "none" | null>;
336
+ } | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "1" | "2" | "3" | "none" | null>;
335
337
  borderWidthBottom?: ("1" | "2" | "3" | "none" | {
336
338
  mobile?: "1" | "2" | "3" | "none" | undefined;
337
339
  tablet?: "1" | "2" | "3" | "none" | undefined;
338
340
  desktop?: "1" | "2" | "3" | "none" | undefined;
339
341
  largeDesktop?: "1" | "2" | "3" | "none" | undefined;
340
- } | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<2 | 1 | 3 | 4, "1" | "2" | "3" | "none" | null>;
342
+ } | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "1" | "2" | "3" | "none" | null>;
341
343
  borderWidthLeft?: ("1" | "2" | "3" | "none" | {
342
344
  mobile?: "1" | "2" | "3" | "none" | undefined;
343
345
  tablet?: "1" | "2" | "3" | "none" | undefined;
344
346
  desktop?: "1" | "2" | "3" | "none" | undefined;
345
347
  largeDesktop?: "1" | "2" | "3" | "none" | undefined;
346
- } | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<2 | 1 | 3 | 4, "1" | "2" | "3" | "none" | null>;
348
+ } | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "1" | "2" | "3" | "none" | null>;
347
349
  borderWidthRight?: ("1" | "2" | "3" | "none" | {
348
350
  mobile?: "1" | "2" | "3" | "none" | undefined;
349
351
  tablet?: "1" | "2" | "3" | "none" | undefined;
350
352
  desktop?: "1" | "2" | "3" | "none" | undefined;
351
353
  largeDesktop?: "1" | "2" | "3" | "none" | undefined;
352
- } | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<2 | 1 | 3 | 4, "1" | "2" | "3" | "none" | null>;
354
+ } | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "1" | "2" | "3" | "none" | null>;
353
355
  borderWidthTop?: ("1" | "2" | "3" | "none" | {
354
356
  mobile?: "1" | "2" | "3" | "none" | undefined;
355
357
  tablet?: "1" | "2" | "3" | "none" | undefined;
356
358
  desktop?: "1" | "2" | "3" | "none" | undefined;
357
359
  largeDesktop?: "1" | "2" | "3" | "none" | undefined;
358
- } | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<2 | 1 | 3 | 4, "1" | "2" | "3" | "none" | null>;
359
- p?: import("@vanilla-extract/sprinkles").ResponsiveArray<2 | 1 | 3 | 4, "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | null> | ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | {
360
+ } | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "1" | "2" | "3" | "none" | null>;
361
+ 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" | {
360
362
  mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
361
363
  tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
362
364
  desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
363
365
  largeDesktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
364
366
  } | undefined);
365
- paddingX?: import("@vanilla-extract/sprinkles").ResponsiveArray<2 | 1 | 3 | 4, "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | null> | ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | {
367
+ 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" | {
366
368
  mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
367
369
  tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
368
370
  desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
369
371
  largeDesktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
370
372
  } | undefined);
371
- px?: import("@vanilla-extract/sprinkles").ResponsiveArray<2 | 1 | 3 | 4, "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | null> | ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | {
373
+ 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" | {
372
374
  mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
373
375
  tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
374
376
  desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
375
377
  largeDesktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
376
378
  } | undefined);
377
- paddingY?: import("@vanilla-extract/sprinkles").ResponsiveArray<2 | 1 | 3 | 4, "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | null> | ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | {
379
+ 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" | {
378
380
  mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
379
381
  tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
380
382
  desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
381
383
  largeDesktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
382
384
  } | undefined);
383
- py?: import("@vanilla-extract/sprinkles").ResponsiveArray<2 | 1 | 3 | 4, "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | null> | ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | {
385
+ 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" | {
384
386
  mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
385
387
  tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
386
388
  desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
387
389
  largeDesktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
388
390
  } | undefined);
389
- pt?: import("@vanilla-extract/sprinkles").ResponsiveArray<2 | 1 | 3 | 4, "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | null> | ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | {
391
+ 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" | {
390
392
  mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
391
393
  tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
392
394
  desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
393
395
  largeDesktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
394
396
  } | undefined);
395
- pr?: import("@vanilla-extract/sprinkles").ResponsiveArray<2 | 1 | 3 | 4, "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | null> | ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | {
397
+ 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" | {
396
398
  mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
397
399
  tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
398
400
  desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
399
401
  largeDesktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
400
402
  } | undefined);
401
- pb?: import("@vanilla-extract/sprinkles").ResponsiveArray<2 | 1 | 3 | 4, "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | null> | ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | {
403
+ 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" | {
402
404
  mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
403
405
  tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
404
406
  desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
405
407
  largeDesktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
406
408
  } | undefined);
407
- pl?: import("@vanilla-extract/sprinkles").ResponsiveArray<2 | 1 | 3 | 4, "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | null> | ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | {
409
+ 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" | {
408
410
  mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
409
411
  tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
410
412
  desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
411
413
  largeDesktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
412
414
  } | undefined);
413
- m?: import("@vanilla-extract/sprinkles").ResponsiveArray<2 | 1 | 3 | 4, "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | null> | ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | {
415
+ 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" | {
414
416
  mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
415
417
  tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
416
418
  desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
417
419
  largeDesktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
418
420
  } | undefined);
419
- marginX?: import("@vanilla-extract/sprinkles").ResponsiveArray<2 | 1 | 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" | {
421
+ 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" | {
420
422
  mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | "auto" | undefined;
421
423
  tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | "auto" | undefined;
422
424
  desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | "auto" | undefined;
423
425
  largeDesktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | "auto" | undefined;
424
426
  } | undefined);
425
- mx?: import("@vanilla-extract/sprinkles").ResponsiveArray<2 | 1 | 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" | {
427
+ 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" | {
426
428
  mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | "auto" | undefined;
427
429
  tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | "auto" | undefined;
428
430
  desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | "auto" | undefined;
429
431
  largeDesktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | "auto" | undefined;
430
432
  } | undefined);
431
- marginY?: import("@vanilla-extract/sprinkles").ResponsiveArray<2 | 1 | 3 | 4, "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | null> | ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | {
433
+ 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" | {
432
434
  mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
433
435
  tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
434
436
  desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
435
437
  largeDesktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
436
438
  } | undefined);
437
- my?: import("@vanilla-extract/sprinkles").ResponsiveArray<2 | 1 | 3 | 4, "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | null> | ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | {
439
+ 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" | {
438
440
  mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
439
441
  tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
440
442
  desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
441
443
  largeDesktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
442
444
  } | undefined);
443
- mt?: import("@vanilla-extract/sprinkles").ResponsiveArray<2 | 1 | 3 | 4, "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | null> | ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | {
445
+ 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" | {
444
446
  mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
445
447
  tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
446
448
  desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
447
449
  largeDesktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
448
450
  } | undefined);
449
- mr?: import("@vanilla-extract/sprinkles").ResponsiveArray<2 | 1 | 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" | {
451
+ 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" | {
450
452
  mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | "auto" | undefined;
451
453
  tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | "auto" | undefined;
452
454
  desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | "auto" | undefined;
453
455
  largeDesktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | "auto" | undefined;
454
456
  } | undefined);
455
- mb?: import("@vanilla-extract/sprinkles").ResponsiveArray<2 | 1 | 3 | 4, "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | null> | ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | {
457
+ 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" | {
456
458
  mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
457
459
  tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
458
460
  desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
@@ -463,13 +465,9 @@ declare const meta: {
463
465
  tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | "auto" | undefined;
464
466
  desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | "auto" | undefined;
465
467
  largeDesktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | "auto" | undefined;
466
- } | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<2 | 1 | 3 | 4, "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | "auto" | null>;
468
+ } | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | "auto" | null>;
467
469
  span?: number | undefined | undefined;
468
470
  label?: string | undefined | undefined;
469
- onAnimationStart?: React.AnimationEventHandler<HTMLElement> | undefined;
470
- onAnimationEnd?: React.AnimationEventHandler<HTMLElement> | undefined;
471
- id?: string | undefined | undefined;
472
- children?: React.ReactNode;
473
471
  cite?: string | undefined | undefined;
474
472
  data?: string | undefined | undefined;
475
473
  form?: string | undefined | undefined;
@@ -477,6 +475,10 @@ declare const meta: {
477
475
  summary?: string | undefined | undefined;
478
476
  title?: string | undefined | undefined;
479
477
  pattern?: string | undefined | undefined;
478
+ onAnimationStart?: React.AnimationEventHandler<HTMLElement> | undefined;
479
+ onAnimationEnd?: React.AnimationEventHandler<HTMLElement> | undefined;
480
+ id?: string | undefined | undefined;
481
+ children?: React.ReactNode;
480
482
  className?: import("clsx").ClassValue;
481
483
  accept?: string | undefined | undefined;
482
484
  acceptCharset?: string | undefined | undefined;
@@ -836,7 +838,7 @@ declare const meta: {
836
838
  tablet?: "left" | "right" | "center" | "centre" | undefined;
837
839
  desktop?: "left" | "right" | "center" | "centre" | undefined;
838
840
  largeDesktop?: "left" | "right" | "center" | "centre" | undefined;
839
- } | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<2 | 1 | 3 | 4, "left" | "right" | "center" | "centre" | null>;
841
+ } | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "left" | "right" | "center" | "centre" | null>;
840
842
  transform?: "capitalize" | "uppercase" | undefined;
841
843
  noWrap?: boolean | undefined;
842
844
  breakWord?: boolean | undefined;