@vitality-ds/icons 4.1.0 → 4.1.3

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 (58) hide show
  1. package/dist/types/icons/src/Icon/index.d.ts +2 -9
  2. package/dist/types/icons/src/Icon/styled.d.ts +629 -423
  3. package/dist/types/icons/src/Icon/styled.d.ts.map +1 -1
  4. package/dist/types/icons/src/Icon/styles/BaseIcon.styles.d.ts +273 -170
  5. package/dist/types/icons/src/Icon/styles/BaseIcon.styles.d.ts.map +1 -1
  6. package/dist/types/icons/src/Icon/types.d.ts +13 -21
  7. package/dist/types/system/src/index.d.ts +5 -30
  8. package/dist/types/system/src/stitches.config.d.ts +3878 -3682
  9. package/dist/types/system/src/stitches.config.d.ts.map +1 -1
  10. package/dist/types/system/src/types.d.ts +6 -13
  11. package/dist/types/tokens/src/Color/helpers/generateColorData.d.ts +2 -5
  12. package/dist/types/tokens/src/Color/helpers/getColorScaleFromThemeObject.d.ts +2 -6
  13. package/dist/types/tokens/src/Color/helpers/getColorScaleValueByUseCase.d.ts +3 -6
  14. package/dist/types/tokens/src/Color/helpers/getColorScaleValueByUseCase.d.ts.map +1 -1
  15. package/dist/types/tokens/src/Color/helpers/getColorScaleValueByUseCase.js +2 -4
  16. package/dist/types/tokens/src/Color/helpers/getColorScaleValueByUseCase.js.map +1 -1
  17. package/dist/types/tokens/src/Color/helpers/index.d.ts +1 -1
  18. package/dist/types/tokens/src/Color/index.d.ts +2 -7
  19. package/dist/types/tokens/src/Color/scales/dark/blue.d.ts +1 -1
  20. package/dist/types/tokens/src/Color/scales/dark/cyan.d.ts +1 -1
  21. package/dist/types/tokens/src/Color/scales/dark/green.d.ts +1 -1
  22. package/dist/types/tokens/src/Color/scales/dark/grey.d.ts +1 -1
  23. package/dist/types/tokens/src/Color/scales/dark/greyA.d.ts +1 -1
  24. package/dist/types/tokens/src/Color/scales/dark/index.d.ts +1 -1
  25. package/dist/types/tokens/src/Color/scales/dark/orange.d.ts +1 -1
  26. package/dist/types/tokens/src/Color/scales/dark/pink.d.ts +1 -1
  27. package/dist/types/tokens/src/Color/scales/dark/red.d.ts +1 -1
  28. package/dist/types/tokens/src/Color/scales/dark/yellow.d.ts +1 -1
  29. package/dist/types/tokens/src/Color/scales/index.d.ts +1 -1
  30. package/dist/types/tokens/src/Color/scales/light/blue.d.ts +1 -1
  31. package/dist/types/tokens/src/Color/scales/light/cyan.d.ts +1 -1
  32. package/dist/types/tokens/src/Color/scales/light/green.d.ts +1 -1
  33. package/dist/types/tokens/src/Color/scales/light/grey.d.ts +1 -1
  34. package/dist/types/tokens/src/Color/scales/light/greyA.d.ts +1 -1
  35. package/dist/types/tokens/src/Color/scales/light/index.d.ts +1 -1
  36. package/dist/types/tokens/src/Color/scales/light/orange.d.ts +1 -1
  37. package/dist/types/tokens/src/Color/scales/light/pink.d.ts +1 -1
  38. package/dist/types/tokens/src/Color/scales/light/red.d.ts +1 -1
  39. package/dist/types/tokens/src/Color/scales/light/yellow.d.ts +1 -1
  40. package/dist/types/tokens/src/Color/types.d.ts +32 -56
  41. package/dist/types/tokens/src/Color/types.d.ts.map +1 -1
  42. package/dist/types/tokens/src/Color/types.js +1 -1
  43. package/dist/types/tokens/src/Theme/getters/getColors.d.ts +447 -213
  44. package/dist/types/tokens/src/Theme/getters/getColors.d.ts.map +1 -1
  45. package/dist/types/tokens/src/Theme/getters/getSpace.d.ts +1 -1
  46. package/dist/types/tokens/src/Theme/getters/getSpace.d.ts.map +1 -1
  47. package/dist/types/tokens/src/Theme/getters/getSpace.js +25 -23
  48. package/dist/types/tokens/src/Theme/getters/getSpace.js.map +1 -1
  49. package/dist/types/tokens/src/Theme/getters/getTheme.d.ts +661 -429
  50. package/dist/types/tokens/src/Theme/getters/getTheme.d.ts.map +1 -1
  51. package/dist/types/tokens/src/Theme/getters/index.d.ts +1 -1
  52. package/dist/types/tokens/src/Theme/index.d.ts +1 -1
  53. package/dist/types/tokens/src/Theme/utils/convertScalesToStitches.d.ts +2 -2
  54. package/dist/types/tokens/src/Theme/utils/createScaleInStitchesFormat.d.ts +3 -9
  55. package/dist/types/tokens/src/Theme/utils/makeThemeForStitches.d.ts +1 -1
  56. package/dist/types/tokens/src/index.d.ts +2 -10
  57. package/dist/types/tsconfig.tsbuildinfo +1 -1
  58. package/package.json +4 -4
@@ -1,436 +1,304 @@
1
- export declare const BaseIcon: import("@stitches/react/types/styled-component").StyledComponent<
2
- "svg",
3
- import("@stitches/react/types/styled-component").StyledComponentProps<
4
- [
5
- import("@stitches/react/types/styled-component").CssComponent<
6
- never,
7
- import("@stitches/react/types/styled-component").StyledComponentProps<
8
- [
9
- {
10
- $$size: string;
11
- $$color: string;
12
- lineHeight: string;
13
- verticalAlign: string;
14
- width: string;
15
- height: string;
16
- "& path": {
17
- fill: string;
18
- };
19
- variants: {
20
- color: {
21
- inherit: {
22
- $$color: string;
23
- };
24
- hiContrast: {
25
- $$color: string;
26
- };
27
- disabled: {
28
- $$color: string;
29
- };
30
- success: {
31
- $$color: string;
32
- };
33
- critical: {
34
- $$color: string;
35
- };
36
- warning: {
37
- $$color: string;
38
- };
39
- info: {
40
- $$color: string;
41
- };
42
- moderate: {
43
- $$color: string;
44
- };
45
- primary: {
46
- $$color: string;
47
- };
48
- lowContrast: {
49
- $$color: string;
50
- };
51
- accent: {
52
- $$color: string;
53
- };
54
- };
55
- size: {
56
- inherit: {
57
- $$size: string;
58
- };
59
- sm: {
60
- $$size: string;
61
- };
62
- md: {
63
- $$size: string;
64
- };
65
- lg: {
66
- $$size: string;
67
- };
68
- };
69
- };
70
- }
71
- ]
72
- >,
73
- {
74
- bp1: "(min-width: 48rem)";
75
- bp2: "(min-width: 69rem)";
76
- bp3: "(min-width: 85rem)";
77
- },
78
- import("@stitches/react/types/css-util").CSS<
79
- {
80
- bp1: "(min-width: 48rem)";
81
- bp2: "(min-width: 69rem)";
82
- bp3: "(min-width: 85rem)";
83
- },
84
- {
85
- colors: {
86
- neutral1: string;
87
- neutralA1: string;
88
- primary1: string;
89
- accent1: string;
90
- success1: string;
91
- info1: string;
92
- warning1: string;
93
- critical1: string;
94
- neutral2: string;
95
- neutralA2: string;
96
- primary2: string;
97
- accent2: string;
98
- success2: string;
99
- info2: string;
100
- warning2: string;
101
- critical2: string;
102
- neutral3: string;
103
- neutralA3: string;
104
- primary3: string;
105
- accent3: string;
106
- success3: string;
107
- info3: string;
108
- warning3: string;
109
- critical3: string;
110
- neutral4: string;
111
- neutralA4: string;
112
- primary4: string;
113
- accent4: string;
114
- success4: string;
115
- info4: string;
116
- warning4: string;
117
- critical4: string;
118
- neutral5: string;
119
- neutralA5: string;
120
- primary5: string;
121
- accent5: string;
122
- success5: string;
123
- info5: string;
124
- warning5: string;
125
- critical5: string;
126
- neutral6: string;
127
- neutralA6: string;
128
- primary6: string;
129
- accent6: string;
130
- success6: string;
131
- info6: string;
132
- warning6: string;
133
- critical6: string;
134
- neutral7: string;
135
- neutralA7: string;
136
- primary7: string;
137
- accent7: string;
138
- success7: string;
139
- info7: string;
140
- warning7: string;
141
- critical7: string;
142
- neutral8: string;
143
- neutralA8: string;
144
- primary8: string;
145
- accent8: string;
146
- success8: string;
147
- info8: string;
148
- warning8: string;
149
- critical8: string;
150
- neutral9: string;
151
- neutralA9: string;
152
- primary9: string;
153
- accent9: string;
154
- success9: string;
155
- info9: string;
156
- warning9: string;
157
- critical9: string;
158
- neutral10: string;
159
- neutralA10: string;
160
- primary10: string;
161
- accent10: string;
162
- success10: string;
163
- info10: string;
164
- warning10: string;
165
- critical10: string;
166
- neutral11: string;
167
- neutralA11: string;
168
- primary11: string;
169
- accent11: string;
170
- success11: string;
171
- info11: string;
172
- warning11: string;
173
- critical11: string;
174
- neutral12: string;
175
- neutralA12: string;
176
- primary12: string;
177
- accent12: string;
178
- success12: string;
179
- info12: string;
180
- warning12: string;
181
- critical12: string;
182
- neutral13: string;
183
- neutralA13: string;
184
- primary13: string;
185
- accent13: string;
186
- success13: string;
187
- info13: string;
188
- warning13: string;
189
- critical13: string;
1
+ export declare const BaseIcon: import("@stitches/react/types/styled-component").StyledComponent<"svg", import("@stitches/react/types/styled-component").StyledComponentProps<[import("@stitches/react/types/styled-component").CssComponent<never, import("@stitches/react/types/styled-component").StyledComponentProps<[{
2
+ $$size: string;
3
+ $$color: "$colors$blue1" | "$colors$blue2" | "$colors$blue3" | "$colors$blue4" | "$colors$blue5" | "$colors$blue6" | "$colors$blue7" | "$colors$blue8" | "$colors$blue9" | "$colors$blue10" | "$colors$blue11" | "$colors$blue12" | "$colors$blue13" | "$colors$cyan1" | "$colors$cyan2" | "$colors$cyan3" | "$colors$cyan4" | "$colors$cyan5" | "$colors$cyan6" | "$colors$cyan7" | "$colors$cyan8" | "$colors$cyan9" | "$colors$cyan10" | "$colors$cyan11" | "$colors$cyan12" | "$colors$cyan13" | "$colors$green1" | "$colors$green2" | "$colors$green3" | "$colors$green4" | "$colors$green5" | "$colors$green6" | "$colors$green7" | "$colors$green8" | "$colors$green9" | "$colors$green10" | "$colors$green11" | "$colors$green12" | "$colors$green13" | "$colors$grey1" | "$colors$grey2" | "$colors$grey3" | "$colors$grey4" | "$colors$grey5" | "$colors$grey6" | "$colors$grey7" | "$colors$grey8" | "$colors$grey9" | "$colors$grey10" | "$colors$grey11" | "$colors$grey12" | "$colors$grey13" | "$colors$greyA1" | "$colors$greyA2" | "$colors$greyA3" | "$colors$greyA4" | "$colors$greyA5" | "$colors$greyA6" | "$colors$greyA7" | "$colors$greyA8" | "$colors$greyA9" | "$colors$greyA10" | "$colors$greyA11" | "$colors$greyA12" | "$colors$greyA13" | "$colors$orange1" | "$colors$orange2" | "$colors$orange3" | "$colors$orange4" | "$colors$orange5" | "$colors$orange6" | "$colors$orange7" | "$colors$orange8" | "$colors$orange9" | "$colors$orange10" | "$colors$orange11" | "$colors$orange12" | "$colors$orange13" | "$colors$pink1" | "$colors$pink2" | "$colors$pink3" | "$colors$pink4" | "$colors$pink5" | "$colors$pink6" | "$colors$pink7" | "$colors$pink8" | "$colors$pink9" | "$colors$pink10" | "$colors$pink11" | "$colors$pink12" | "$colors$pink13" | "$colors$red1" | "$colors$red2" | "$colors$red3" | "$colors$red4" | "$colors$red5" | "$colors$red6" | "$colors$red7" | "$colors$red8" | "$colors$red9" | "$colors$red10" | "$colors$red11" | "$colors$red12" | "$colors$red13" | "$colors$yellow1" | "$colors$yellow2" | "$colors$yellow3" | "$colors$yellow4" | "$colors$yellow5" | "$colors$yellow6" | "$colors$yellow7" | "$colors$yellow8" | "$colors$yellow9" | "$colors$yellow10" | "$colors$yellow11" | "$colors$yellow12" | "$colors$yellow13" | "$colors$neutral1" | "$colors$neutral2" | "$colors$neutral3" | "$colors$neutral4" | "$colors$neutral5" | "$colors$neutral6" | "$colors$neutral7" | "$colors$neutral8" | "$colors$neutral9" | "$colors$neutral10" | "$colors$neutral11" | "$colors$neutral12" | "$colors$neutral13" | "$colors$neutralA1" | "$colors$neutralA2" | "$colors$neutralA3" | "$colors$neutralA4" | "$colors$neutralA5" | "$colors$neutralA6" | "$colors$neutralA7" | "$colors$neutralA8" | "$colors$neutralA9" | "$colors$neutralA10" | "$colors$neutralA11" | "$colors$neutralA12" | "$colors$neutralA13" | "$colors$primary1" | "$colors$primary2" | "$colors$primary3" | "$colors$primary4" | "$colors$primary5" | "$colors$primary6" | "$colors$primary7" | "$colors$primary8" | "$colors$primary9" | "$colors$primary10" | "$colors$primary11" | "$colors$primary12" | "$colors$primary13" | "$colors$accent1" | "$colors$accent2" | "$colors$accent3" | "$colors$accent4" | "$colors$accent5" | "$colors$accent6" | "$colors$accent7" | "$colors$accent8" | "$colors$accent9" | "$colors$accent10" | "$colors$accent11" | "$colors$accent12" | "$colors$accent13" | "$colors$success1" | "$colors$success2" | "$colors$success3" | "$colors$success4" | "$colors$success5" | "$colors$success6" | "$colors$success7" | "$colors$success8" | "$colors$success9" | "$colors$success10" | "$colors$success11" | "$colors$success12" | "$colors$success13" | "$colors$info1" | "$colors$info2" | "$colors$info3" | "$colors$info4" | "$colors$info5" | "$colors$info6" | "$colors$info7" | "$colors$info8" | "$colors$info9" | "$colors$info10" | "$colors$info11" | "$colors$info12" | "$colors$info13" | "$colors$warning1" | "$colors$warning2" | "$colors$warning3" | "$colors$warning4" | "$colors$warning5" | "$colors$warning6" | "$colors$warning7" | "$colors$warning8" | "$colors$warning9" | "$colors$warning10" | "$colors$warning11" | "$colors$warning12" | "$colors$warning13" | "$colors$critical1" | "$colors$critical2" | "$colors$critical3" | "$colors$critical4" | "$colors$critical5" | "$colors$critical6" | "$colors$critical7" | "$colors$critical8" | "$colors$critical9" | "$colors$critical10" | "$colors$critical11" | "$colors$critical12" | "$colors$critical13";
4
+ lineHeight: string;
5
+ verticalAlign: string;
6
+ width: string;
7
+ height: string;
8
+ "& path": {
9
+ fill: string;
10
+ };
11
+ variants: {
12
+ color: {
13
+ inherit: {
14
+ $$color: string;
190
15
  };
191
- fonts: {
192
- display100: any;
193
- display200: any;
194
- display300: any;
195
- display400: any;
196
- display500: any;
197
- display600: any;
198
- display700: any;
199
- display800: any;
200
- display900: any;
201
- body: any;
202
- caption: any;
203
- pageTitle: any;
204
- sectionTitle: any;
205
- sectionSubtitle: any;
206
- button: any;
207
- textInput: any;
208
- default: any;
16
+ hiContrast: {
17
+ $$color: "$colors$blue1" | "$colors$blue2" | "$colors$blue3" | "$colors$blue4" | "$colors$blue5" | "$colors$blue6" | "$colors$blue7" | "$colors$blue8" | "$colors$blue9" | "$colors$blue10" | "$colors$blue11" | "$colors$blue12" | "$colors$blue13" | "$colors$cyan1" | "$colors$cyan2" | "$colors$cyan3" | "$colors$cyan4" | "$colors$cyan5" | "$colors$cyan6" | "$colors$cyan7" | "$colors$cyan8" | "$colors$cyan9" | "$colors$cyan10" | "$colors$cyan11" | "$colors$cyan12" | "$colors$cyan13" | "$colors$green1" | "$colors$green2" | "$colors$green3" | "$colors$green4" | "$colors$green5" | "$colors$green6" | "$colors$green7" | "$colors$green8" | "$colors$green9" | "$colors$green10" | "$colors$green11" | "$colors$green12" | "$colors$green13" | "$colors$grey1" | "$colors$grey2" | "$colors$grey3" | "$colors$grey4" | "$colors$grey5" | "$colors$grey6" | "$colors$grey7" | "$colors$grey8" | "$colors$grey9" | "$colors$grey10" | "$colors$grey11" | "$colors$grey12" | "$colors$grey13" | "$colors$greyA1" | "$colors$greyA2" | "$colors$greyA3" | "$colors$greyA4" | "$colors$greyA5" | "$colors$greyA6" | "$colors$greyA7" | "$colors$greyA8" | "$colors$greyA9" | "$colors$greyA10" | "$colors$greyA11" | "$colors$greyA12" | "$colors$greyA13" | "$colors$orange1" | "$colors$orange2" | "$colors$orange3" | "$colors$orange4" | "$colors$orange5" | "$colors$orange6" | "$colors$orange7" | "$colors$orange8" | "$colors$orange9" | "$colors$orange10" | "$colors$orange11" | "$colors$orange12" | "$colors$orange13" | "$colors$pink1" | "$colors$pink2" | "$colors$pink3" | "$colors$pink4" | "$colors$pink5" | "$colors$pink6" | "$colors$pink7" | "$colors$pink8" | "$colors$pink9" | "$colors$pink10" | "$colors$pink11" | "$colors$pink12" | "$colors$pink13" | "$colors$red1" | "$colors$red2" | "$colors$red3" | "$colors$red4" | "$colors$red5" | "$colors$red6" | "$colors$red7" | "$colors$red8" | "$colors$red9" | "$colors$red10" | "$colors$red11" | "$colors$red12" | "$colors$red13" | "$colors$yellow1" | "$colors$yellow2" | "$colors$yellow3" | "$colors$yellow4" | "$colors$yellow5" | "$colors$yellow6" | "$colors$yellow7" | "$colors$yellow8" | "$colors$yellow9" | "$colors$yellow10" | "$colors$yellow11" | "$colors$yellow12" | "$colors$yellow13" | "$colors$neutral1" | "$colors$neutral2" | "$colors$neutral3" | "$colors$neutral4" | "$colors$neutral5" | "$colors$neutral6" | "$colors$neutral7" | "$colors$neutral8" | "$colors$neutral9" | "$colors$neutral10" | "$colors$neutral11" | "$colors$neutral12" | "$colors$neutral13" | "$colors$neutralA1" | "$colors$neutralA2" | "$colors$neutralA3" | "$colors$neutralA4" | "$colors$neutralA5" | "$colors$neutralA6" | "$colors$neutralA7" | "$colors$neutralA8" | "$colors$neutralA9" | "$colors$neutralA10" | "$colors$neutralA11" | "$colors$neutralA12" | "$colors$neutralA13" | "$colors$primary1" | "$colors$primary2" | "$colors$primary3" | "$colors$primary4" | "$colors$primary5" | "$colors$primary6" | "$colors$primary7" | "$colors$primary8" | "$colors$primary9" | "$colors$primary10" | "$colors$primary11" | "$colors$primary12" | "$colors$primary13" | "$colors$accent1" | "$colors$accent2" | "$colors$accent3" | "$colors$accent4" | "$colors$accent5" | "$colors$accent6" | "$colors$accent7" | "$colors$accent8" | "$colors$accent9" | "$colors$accent10" | "$colors$accent11" | "$colors$accent12" | "$colors$accent13" | "$colors$success1" | "$colors$success2" | "$colors$success3" | "$colors$success4" | "$colors$success5" | "$colors$success6" | "$colors$success7" | "$colors$success8" | "$colors$success9" | "$colors$success10" | "$colors$success11" | "$colors$success12" | "$colors$success13" | "$colors$info1" | "$colors$info2" | "$colors$info3" | "$colors$info4" | "$colors$info5" | "$colors$info6" | "$colors$info7" | "$colors$info8" | "$colors$info9" | "$colors$info10" | "$colors$info11" | "$colors$info12" | "$colors$info13" | "$colors$warning1" | "$colors$warning2" | "$colors$warning3" | "$colors$warning4" | "$colors$warning5" | "$colors$warning6" | "$colors$warning7" | "$colors$warning8" | "$colors$warning9" | "$colors$warning10" | "$colors$warning11" | "$colors$warning12" | "$colors$warning13" | "$colors$critical1" | "$colors$critical2" | "$colors$critical3" | "$colors$critical4" | "$colors$critical5" | "$colors$critical6" | "$colors$critical7" | "$colors$critical8" | "$colors$critical9" | "$colors$critical10" | "$colors$critical11" | "$colors$critical12" | "$colors$critical13";
209
18
  };
210
- fontSizes: {
211
- display100: any;
212
- display200: any;
213
- display300: any;
214
- display400: any;
215
- display500: any;
216
- display600: any;
217
- display700: any;
218
- display800: any;
219
- display900: any;
220
- body: any;
221
- caption: any;
222
- pageTitle: any;
223
- sectionTitle: any;
224
- sectionSubtitle: any;
225
- button: any;
226
- textInput: any;
19
+ disabled: {
20
+ $$color: "$colors$blue1" | "$colors$blue2" | "$colors$blue3" | "$colors$blue4" | "$colors$blue5" | "$colors$blue6" | "$colors$blue7" | "$colors$blue8" | "$colors$blue9" | "$colors$blue10" | "$colors$blue11" | "$colors$blue12" | "$colors$blue13" | "$colors$cyan1" | "$colors$cyan2" | "$colors$cyan3" | "$colors$cyan4" | "$colors$cyan5" | "$colors$cyan6" | "$colors$cyan7" | "$colors$cyan8" | "$colors$cyan9" | "$colors$cyan10" | "$colors$cyan11" | "$colors$cyan12" | "$colors$cyan13" | "$colors$green1" | "$colors$green2" | "$colors$green3" | "$colors$green4" | "$colors$green5" | "$colors$green6" | "$colors$green7" | "$colors$green8" | "$colors$green9" | "$colors$green10" | "$colors$green11" | "$colors$green12" | "$colors$green13" | "$colors$grey1" | "$colors$grey2" | "$colors$grey3" | "$colors$grey4" | "$colors$grey5" | "$colors$grey6" | "$colors$grey7" | "$colors$grey8" | "$colors$grey9" | "$colors$grey10" | "$colors$grey11" | "$colors$grey12" | "$colors$grey13" | "$colors$greyA1" | "$colors$greyA2" | "$colors$greyA3" | "$colors$greyA4" | "$colors$greyA5" | "$colors$greyA6" | "$colors$greyA7" | "$colors$greyA8" | "$colors$greyA9" | "$colors$greyA10" | "$colors$greyA11" | "$colors$greyA12" | "$colors$greyA13" | "$colors$orange1" | "$colors$orange2" | "$colors$orange3" | "$colors$orange4" | "$colors$orange5" | "$colors$orange6" | "$colors$orange7" | "$colors$orange8" | "$colors$orange9" | "$colors$orange10" | "$colors$orange11" | "$colors$orange12" | "$colors$orange13" | "$colors$pink1" | "$colors$pink2" | "$colors$pink3" | "$colors$pink4" | "$colors$pink5" | "$colors$pink6" | "$colors$pink7" | "$colors$pink8" | "$colors$pink9" | "$colors$pink10" | "$colors$pink11" | "$colors$pink12" | "$colors$pink13" | "$colors$red1" | "$colors$red2" | "$colors$red3" | "$colors$red4" | "$colors$red5" | "$colors$red6" | "$colors$red7" | "$colors$red8" | "$colors$red9" | "$colors$red10" | "$colors$red11" | "$colors$red12" | "$colors$red13" | "$colors$yellow1" | "$colors$yellow2" | "$colors$yellow3" | "$colors$yellow4" | "$colors$yellow5" | "$colors$yellow6" | "$colors$yellow7" | "$colors$yellow8" | "$colors$yellow9" | "$colors$yellow10" | "$colors$yellow11" | "$colors$yellow12" | "$colors$yellow13" | "$colors$neutral1" | "$colors$neutral2" | "$colors$neutral3" | "$colors$neutral4" | "$colors$neutral5" | "$colors$neutral6" | "$colors$neutral7" | "$colors$neutral8" | "$colors$neutral9" | "$colors$neutral10" | "$colors$neutral11" | "$colors$neutral12" | "$colors$neutral13" | "$colors$neutralA1" | "$colors$neutralA2" | "$colors$neutralA3" | "$colors$neutralA4" | "$colors$neutralA5" | "$colors$neutralA6" | "$colors$neutralA7" | "$colors$neutralA8" | "$colors$neutralA9" | "$colors$neutralA10" | "$colors$neutralA11" | "$colors$neutralA12" | "$colors$neutralA13" | "$colors$primary1" | "$colors$primary2" | "$colors$primary3" | "$colors$primary4" | "$colors$primary5" | "$colors$primary6" | "$colors$primary7" | "$colors$primary8" | "$colors$primary9" | "$colors$primary10" | "$colors$primary11" | "$colors$primary12" | "$colors$primary13" | "$colors$accent1" | "$colors$accent2" | "$colors$accent3" | "$colors$accent4" | "$colors$accent5" | "$colors$accent6" | "$colors$accent7" | "$colors$accent8" | "$colors$accent9" | "$colors$accent10" | "$colors$accent11" | "$colors$accent12" | "$colors$accent13" | "$colors$success1" | "$colors$success2" | "$colors$success3" | "$colors$success4" | "$colors$success5" | "$colors$success6" | "$colors$success7" | "$colors$success8" | "$colors$success9" | "$colors$success10" | "$colors$success11" | "$colors$success12" | "$colors$success13" | "$colors$info1" | "$colors$info2" | "$colors$info3" | "$colors$info4" | "$colors$info5" | "$colors$info6" | "$colors$info7" | "$colors$info8" | "$colors$info9" | "$colors$info10" | "$colors$info11" | "$colors$info12" | "$colors$info13" | "$colors$warning1" | "$colors$warning2" | "$colors$warning3" | "$colors$warning4" | "$colors$warning5" | "$colors$warning6" | "$colors$warning7" | "$colors$warning8" | "$colors$warning9" | "$colors$warning10" | "$colors$warning11" | "$colors$warning12" | "$colors$warning13" | "$colors$critical1" | "$colors$critical2" | "$colors$critical3" | "$colors$critical4" | "$colors$critical5" | "$colors$critical6" | "$colors$critical7" | "$colors$critical8" | "$colors$critical9" | "$colors$critical10" | "$colors$critical11" | "$colors$critical12" | "$colors$critical13";
227
21
  };
228
- fontWeights: {
229
- display100: any;
230
- display200: any;
231
- display300: any;
232
- display400: any;
233
- display500: any;
234
- display600: any;
235
- display700: any;
236
- display800: any;
237
- display900: any;
238
- body: any;
239
- caption: any;
240
- pageTitle: any;
241
- sectionTitle: any;
242
- sectionSubtitle: any;
243
- button: any;
244
- textInput: any;
22
+ success: {
23
+ $$color: "$colors$blue1" | "$colors$blue2" | "$colors$blue3" | "$colors$blue4" | "$colors$blue5" | "$colors$blue6" | "$colors$blue7" | "$colors$blue8" | "$colors$blue9" | "$colors$blue10" | "$colors$blue11" | "$colors$blue12" | "$colors$blue13" | "$colors$cyan1" | "$colors$cyan2" | "$colors$cyan3" | "$colors$cyan4" | "$colors$cyan5" | "$colors$cyan6" | "$colors$cyan7" | "$colors$cyan8" | "$colors$cyan9" | "$colors$cyan10" | "$colors$cyan11" | "$colors$cyan12" | "$colors$cyan13" | "$colors$green1" | "$colors$green2" | "$colors$green3" | "$colors$green4" | "$colors$green5" | "$colors$green6" | "$colors$green7" | "$colors$green8" | "$colors$green9" | "$colors$green10" | "$colors$green11" | "$colors$green12" | "$colors$green13" | "$colors$grey1" | "$colors$grey2" | "$colors$grey3" | "$colors$grey4" | "$colors$grey5" | "$colors$grey6" | "$colors$grey7" | "$colors$grey8" | "$colors$grey9" | "$colors$grey10" | "$colors$grey11" | "$colors$grey12" | "$colors$grey13" | "$colors$greyA1" | "$colors$greyA2" | "$colors$greyA3" | "$colors$greyA4" | "$colors$greyA5" | "$colors$greyA6" | "$colors$greyA7" | "$colors$greyA8" | "$colors$greyA9" | "$colors$greyA10" | "$colors$greyA11" | "$colors$greyA12" | "$colors$greyA13" | "$colors$orange1" | "$colors$orange2" | "$colors$orange3" | "$colors$orange4" | "$colors$orange5" | "$colors$orange6" | "$colors$orange7" | "$colors$orange8" | "$colors$orange9" | "$colors$orange10" | "$colors$orange11" | "$colors$orange12" | "$colors$orange13" | "$colors$pink1" | "$colors$pink2" | "$colors$pink3" | "$colors$pink4" | "$colors$pink5" | "$colors$pink6" | "$colors$pink7" | "$colors$pink8" | "$colors$pink9" | "$colors$pink10" | "$colors$pink11" | "$colors$pink12" | "$colors$pink13" | "$colors$red1" | "$colors$red2" | "$colors$red3" | "$colors$red4" | "$colors$red5" | "$colors$red6" | "$colors$red7" | "$colors$red8" | "$colors$red9" | "$colors$red10" | "$colors$red11" | "$colors$red12" | "$colors$red13" | "$colors$yellow1" | "$colors$yellow2" | "$colors$yellow3" | "$colors$yellow4" | "$colors$yellow5" | "$colors$yellow6" | "$colors$yellow7" | "$colors$yellow8" | "$colors$yellow9" | "$colors$yellow10" | "$colors$yellow11" | "$colors$yellow12" | "$colors$yellow13" | "$colors$neutral1" | "$colors$neutral2" | "$colors$neutral3" | "$colors$neutral4" | "$colors$neutral5" | "$colors$neutral6" | "$colors$neutral7" | "$colors$neutral8" | "$colors$neutral9" | "$colors$neutral10" | "$colors$neutral11" | "$colors$neutral12" | "$colors$neutral13" | "$colors$neutralA1" | "$colors$neutralA2" | "$colors$neutralA3" | "$colors$neutralA4" | "$colors$neutralA5" | "$colors$neutralA6" | "$colors$neutralA7" | "$colors$neutralA8" | "$colors$neutralA9" | "$colors$neutralA10" | "$colors$neutralA11" | "$colors$neutralA12" | "$colors$neutralA13" | "$colors$primary1" | "$colors$primary2" | "$colors$primary3" | "$colors$primary4" | "$colors$primary5" | "$colors$primary6" | "$colors$primary7" | "$colors$primary8" | "$colors$primary9" | "$colors$primary10" | "$colors$primary11" | "$colors$primary12" | "$colors$primary13" | "$colors$accent1" | "$colors$accent2" | "$colors$accent3" | "$colors$accent4" | "$colors$accent5" | "$colors$accent6" | "$colors$accent7" | "$colors$accent8" | "$colors$accent9" | "$colors$accent10" | "$colors$accent11" | "$colors$accent12" | "$colors$accent13" | "$colors$success1" | "$colors$success2" | "$colors$success3" | "$colors$success4" | "$colors$success5" | "$colors$success6" | "$colors$success7" | "$colors$success8" | "$colors$success9" | "$colors$success10" | "$colors$success11" | "$colors$success12" | "$colors$success13" | "$colors$info1" | "$colors$info2" | "$colors$info3" | "$colors$info4" | "$colors$info5" | "$colors$info6" | "$colors$info7" | "$colors$info8" | "$colors$info9" | "$colors$info10" | "$colors$info11" | "$colors$info12" | "$colors$info13" | "$colors$warning1" | "$colors$warning2" | "$colors$warning3" | "$colors$warning4" | "$colors$warning5" | "$colors$warning6" | "$colors$warning7" | "$colors$warning8" | "$colors$warning9" | "$colors$warning10" | "$colors$warning11" | "$colors$warning12" | "$colors$warning13" | "$colors$critical1" | "$colors$critical2" | "$colors$critical3" | "$colors$critical4" | "$colors$critical5" | "$colors$critical6" | "$colors$critical7" | "$colors$critical8" | "$colors$critical9" | "$colors$critical10" | "$colors$critical11" | "$colors$critical12" | "$colors$critical13";
245
24
  };
246
- letterSpacings: {
247
- display100: any;
248
- display200: any;
249
- display300: any;
250
- display400: any;
251
- display500: any;
252
- display600: any;
253
- display700: any;
254
- display800: any;
255
- display900: any;
256
- body: any;
257
- caption: any;
258
- pageTitle: any;
259
- sectionTitle: any;
260
- sectionSubtitle: any;
261
- button: any;
262
- textInput: any;
25
+ critical: {
26
+ $$color: "$colors$blue1" | "$colors$blue2" | "$colors$blue3" | "$colors$blue4" | "$colors$blue5" | "$colors$blue6" | "$colors$blue7" | "$colors$blue8" | "$colors$blue9" | "$colors$blue10" | "$colors$blue11" | "$colors$blue12" | "$colors$blue13" | "$colors$cyan1" | "$colors$cyan2" | "$colors$cyan3" | "$colors$cyan4" | "$colors$cyan5" | "$colors$cyan6" | "$colors$cyan7" | "$colors$cyan8" | "$colors$cyan9" | "$colors$cyan10" | "$colors$cyan11" | "$colors$cyan12" | "$colors$cyan13" | "$colors$green1" | "$colors$green2" | "$colors$green3" | "$colors$green4" | "$colors$green5" | "$colors$green6" | "$colors$green7" | "$colors$green8" | "$colors$green9" | "$colors$green10" | "$colors$green11" | "$colors$green12" | "$colors$green13" | "$colors$grey1" | "$colors$grey2" | "$colors$grey3" | "$colors$grey4" | "$colors$grey5" | "$colors$grey6" | "$colors$grey7" | "$colors$grey8" | "$colors$grey9" | "$colors$grey10" | "$colors$grey11" | "$colors$grey12" | "$colors$grey13" | "$colors$greyA1" | "$colors$greyA2" | "$colors$greyA3" | "$colors$greyA4" | "$colors$greyA5" | "$colors$greyA6" | "$colors$greyA7" | "$colors$greyA8" | "$colors$greyA9" | "$colors$greyA10" | "$colors$greyA11" | "$colors$greyA12" | "$colors$greyA13" | "$colors$orange1" | "$colors$orange2" | "$colors$orange3" | "$colors$orange4" | "$colors$orange5" | "$colors$orange6" | "$colors$orange7" | "$colors$orange8" | "$colors$orange9" | "$colors$orange10" | "$colors$orange11" | "$colors$orange12" | "$colors$orange13" | "$colors$pink1" | "$colors$pink2" | "$colors$pink3" | "$colors$pink4" | "$colors$pink5" | "$colors$pink6" | "$colors$pink7" | "$colors$pink8" | "$colors$pink9" | "$colors$pink10" | "$colors$pink11" | "$colors$pink12" | "$colors$pink13" | "$colors$red1" | "$colors$red2" | "$colors$red3" | "$colors$red4" | "$colors$red5" | "$colors$red6" | "$colors$red7" | "$colors$red8" | "$colors$red9" | "$colors$red10" | "$colors$red11" | "$colors$red12" | "$colors$red13" | "$colors$yellow1" | "$colors$yellow2" | "$colors$yellow3" | "$colors$yellow4" | "$colors$yellow5" | "$colors$yellow6" | "$colors$yellow7" | "$colors$yellow8" | "$colors$yellow9" | "$colors$yellow10" | "$colors$yellow11" | "$colors$yellow12" | "$colors$yellow13" | "$colors$neutral1" | "$colors$neutral2" | "$colors$neutral3" | "$colors$neutral4" | "$colors$neutral5" | "$colors$neutral6" | "$colors$neutral7" | "$colors$neutral8" | "$colors$neutral9" | "$colors$neutral10" | "$colors$neutral11" | "$colors$neutral12" | "$colors$neutral13" | "$colors$neutralA1" | "$colors$neutralA2" | "$colors$neutralA3" | "$colors$neutralA4" | "$colors$neutralA5" | "$colors$neutralA6" | "$colors$neutralA7" | "$colors$neutralA8" | "$colors$neutralA9" | "$colors$neutralA10" | "$colors$neutralA11" | "$colors$neutralA12" | "$colors$neutralA13" | "$colors$primary1" | "$colors$primary2" | "$colors$primary3" | "$colors$primary4" | "$colors$primary5" | "$colors$primary6" | "$colors$primary7" | "$colors$primary8" | "$colors$primary9" | "$colors$primary10" | "$colors$primary11" | "$colors$primary12" | "$colors$primary13" | "$colors$accent1" | "$colors$accent2" | "$colors$accent3" | "$colors$accent4" | "$colors$accent5" | "$colors$accent6" | "$colors$accent7" | "$colors$accent8" | "$colors$accent9" | "$colors$accent10" | "$colors$accent11" | "$colors$accent12" | "$colors$accent13" | "$colors$success1" | "$colors$success2" | "$colors$success3" | "$colors$success4" | "$colors$success5" | "$colors$success6" | "$colors$success7" | "$colors$success8" | "$colors$success9" | "$colors$success10" | "$colors$success11" | "$colors$success12" | "$colors$success13" | "$colors$info1" | "$colors$info2" | "$colors$info3" | "$colors$info4" | "$colors$info5" | "$colors$info6" | "$colors$info7" | "$colors$info8" | "$colors$info9" | "$colors$info10" | "$colors$info11" | "$colors$info12" | "$colors$info13" | "$colors$warning1" | "$colors$warning2" | "$colors$warning3" | "$colors$warning4" | "$colors$warning5" | "$colors$warning6" | "$colors$warning7" | "$colors$warning8" | "$colors$warning9" | "$colors$warning10" | "$colors$warning11" | "$colors$warning12" | "$colors$warning13" | "$colors$critical1" | "$colors$critical2" | "$colors$critical3" | "$colors$critical4" | "$colors$critical5" | "$colors$critical6" | "$colors$critical7" | "$colors$critical8" | "$colors$critical9" | "$colors$critical10" | "$colors$critical11" | "$colors$critical12" | "$colors$critical13";
263
27
  };
264
- lineHeights: {
265
- display100: any;
266
- display200: any;
267
- display300: any;
268
- display400: any;
269
- display500: any;
270
- display600: any;
271
- display700: any;
272
- display800: any;
273
- display900: any;
274
- body: any;
275
- caption: any;
276
- pageTitle: any;
277
- sectionTitle: any;
278
- sectionSubtitle: any;
279
- button: any;
280
- textInput: any;
28
+ warning: {
29
+ $$color: "$colors$blue1" | "$colors$blue2" | "$colors$blue3" | "$colors$blue4" | "$colors$blue5" | "$colors$blue6" | "$colors$blue7" | "$colors$blue8" | "$colors$blue9" | "$colors$blue10" | "$colors$blue11" | "$colors$blue12" | "$colors$blue13" | "$colors$cyan1" | "$colors$cyan2" | "$colors$cyan3" | "$colors$cyan4" | "$colors$cyan5" | "$colors$cyan6" | "$colors$cyan7" | "$colors$cyan8" | "$colors$cyan9" | "$colors$cyan10" | "$colors$cyan11" | "$colors$cyan12" | "$colors$cyan13" | "$colors$green1" | "$colors$green2" | "$colors$green3" | "$colors$green4" | "$colors$green5" | "$colors$green6" | "$colors$green7" | "$colors$green8" | "$colors$green9" | "$colors$green10" | "$colors$green11" | "$colors$green12" | "$colors$green13" | "$colors$grey1" | "$colors$grey2" | "$colors$grey3" | "$colors$grey4" | "$colors$grey5" | "$colors$grey6" | "$colors$grey7" | "$colors$grey8" | "$colors$grey9" | "$colors$grey10" | "$colors$grey11" | "$colors$grey12" | "$colors$grey13" | "$colors$greyA1" | "$colors$greyA2" | "$colors$greyA3" | "$colors$greyA4" | "$colors$greyA5" | "$colors$greyA6" | "$colors$greyA7" | "$colors$greyA8" | "$colors$greyA9" | "$colors$greyA10" | "$colors$greyA11" | "$colors$greyA12" | "$colors$greyA13" | "$colors$orange1" | "$colors$orange2" | "$colors$orange3" | "$colors$orange4" | "$colors$orange5" | "$colors$orange6" | "$colors$orange7" | "$colors$orange8" | "$colors$orange9" | "$colors$orange10" | "$colors$orange11" | "$colors$orange12" | "$colors$orange13" | "$colors$pink1" | "$colors$pink2" | "$colors$pink3" | "$colors$pink4" | "$colors$pink5" | "$colors$pink6" | "$colors$pink7" | "$colors$pink8" | "$colors$pink9" | "$colors$pink10" | "$colors$pink11" | "$colors$pink12" | "$colors$pink13" | "$colors$red1" | "$colors$red2" | "$colors$red3" | "$colors$red4" | "$colors$red5" | "$colors$red6" | "$colors$red7" | "$colors$red8" | "$colors$red9" | "$colors$red10" | "$colors$red11" | "$colors$red12" | "$colors$red13" | "$colors$yellow1" | "$colors$yellow2" | "$colors$yellow3" | "$colors$yellow4" | "$colors$yellow5" | "$colors$yellow6" | "$colors$yellow7" | "$colors$yellow8" | "$colors$yellow9" | "$colors$yellow10" | "$colors$yellow11" | "$colors$yellow12" | "$colors$yellow13" | "$colors$neutral1" | "$colors$neutral2" | "$colors$neutral3" | "$colors$neutral4" | "$colors$neutral5" | "$colors$neutral6" | "$colors$neutral7" | "$colors$neutral8" | "$colors$neutral9" | "$colors$neutral10" | "$colors$neutral11" | "$colors$neutral12" | "$colors$neutral13" | "$colors$neutralA1" | "$colors$neutralA2" | "$colors$neutralA3" | "$colors$neutralA4" | "$colors$neutralA5" | "$colors$neutralA6" | "$colors$neutralA7" | "$colors$neutralA8" | "$colors$neutralA9" | "$colors$neutralA10" | "$colors$neutralA11" | "$colors$neutralA12" | "$colors$neutralA13" | "$colors$primary1" | "$colors$primary2" | "$colors$primary3" | "$colors$primary4" | "$colors$primary5" | "$colors$primary6" | "$colors$primary7" | "$colors$primary8" | "$colors$primary9" | "$colors$primary10" | "$colors$primary11" | "$colors$primary12" | "$colors$primary13" | "$colors$accent1" | "$colors$accent2" | "$colors$accent3" | "$colors$accent4" | "$colors$accent5" | "$colors$accent6" | "$colors$accent7" | "$colors$accent8" | "$colors$accent9" | "$colors$accent10" | "$colors$accent11" | "$colors$accent12" | "$colors$accent13" | "$colors$success1" | "$colors$success2" | "$colors$success3" | "$colors$success4" | "$colors$success5" | "$colors$success6" | "$colors$success7" | "$colors$success8" | "$colors$success9" | "$colors$success10" | "$colors$success11" | "$colors$success12" | "$colors$success13" | "$colors$info1" | "$colors$info2" | "$colors$info3" | "$colors$info4" | "$colors$info5" | "$colors$info6" | "$colors$info7" | "$colors$info8" | "$colors$info9" | "$colors$info10" | "$colors$info11" | "$colors$info12" | "$colors$info13" | "$colors$warning1" | "$colors$warning2" | "$colors$warning3" | "$colors$warning4" | "$colors$warning5" | "$colors$warning6" | "$colors$warning7" | "$colors$warning8" | "$colors$warning9" | "$colors$warning10" | "$colors$warning11" | "$colors$warning12" | "$colors$warning13" | "$colors$critical1" | "$colors$critical2" | "$colors$critical3" | "$colors$critical4" | "$colors$critical5" | "$colors$critical6" | "$colors$critical7" | "$colors$critical8" | "$colors$critical9" | "$colors$critical10" | "$colors$critical11" | "$colors$critical12" | "$colors$critical13";
281
30
  };
282
- radii: {
283
- default: any;
284
- large: any;
285
- rounded: any;
31
+ info: {
32
+ $$color: "$colors$blue1" | "$colors$blue2" | "$colors$blue3" | "$colors$blue4" | "$colors$blue5" | "$colors$blue6" | "$colors$blue7" | "$colors$blue8" | "$colors$blue9" | "$colors$blue10" | "$colors$blue11" | "$colors$blue12" | "$colors$blue13" | "$colors$cyan1" | "$colors$cyan2" | "$colors$cyan3" | "$colors$cyan4" | "$colors$cyan5" | "$colors$cyan6" | "$colors$cyan7" | "$colors$cyan8" | "$colors$cyan9" | "$colors$cyan10" | "$colors$cyan11" | "$colors$cyan12" | "$colors$cyan13" | "$colors$green1" | "$colors$green2" | "$colors$green3" | "$colors$green4" | "$colors$green5" | "$colors$green6" | "$colors$green7" | "$colors$green8" | "$colors$green9" | "$colors$green10" | "$colors$green11" | "$colors$green12" | "$colors$green13" | "$colors$grey1" | "$colors$grey2" | "$colors$grey3" | "$colors$grey4" | "$colors$grey5" | "$colors$grey6" | "$colors$grey7" | "$colors$grey8" | "$colors$grey9" | "$colors$grey10" | "$colors$grey11" | "$colors$grey12" | "$colors$grey13" | "$colors$greyA1" | "$colors$greyA2" | "$colors$greyA3" | "$colors$greyA4" | "$colors$greyA5" | "$colors$greyA6" | "$colors$greyA7" | "$colors$greyA8" | "$colors$greyA9" | "$colors$greyA10" | "$colors$greyA11" | "$colors$greyA12" | "$colors$greyA13" | "$colors$orange1" | "$colors$orange2" | "$colors$orange3" | "$colors$orange4" | "$colors$orange5" | "$colors$orange6" | "$colors$orange7" | "$colors$orange8" | "$colors$orange9" | "$colors$orange10" | "$colors$orange11" | "$colors$orange12" | "$colors$orange13" | "$colors$pink1" | "$colors$pink2" | "$colors$pink3" | "$colors$pink4" | "$colors$pink5" | "$colors$pink6" | "$colors$pink7" | "$colors$pink8" | "$colors$pink9" | "$colors$pink10" | "$colors$pink11" | "$colors$pink12" | "$colors$pink13" | "$colors$red1" | "$colors$red2" | "$colors$red3" | "$colors$red4" | "$colors$red5" | "$colors$red6" | "$colors$red7" | "$colors$red8" | "$colors$red9" | "$colors$red10" | "$colors$red11" | "$colors$red12" | "$colors$red13" | "$colors$yellow1" | "$colors$yellow2" | "$colors$yellow3" | "$colors$yellow4" | "$colors$yellow5" | "$colors$yellow6" | "$colors$yellow7" | "$colors$yellow8" | "$colors$yellow9" | "$colors$yellow10" | "$colors$yellow11" | "$colors$yellow12" | "$colors$yellow13" | "$colors$neutral1" | "$colors$neutral2" | "$colors$neutral3" | "$colors$neutral4" | "$colors$neutral5" | "$colors$neutral6" | "$colors$neutral7" | "$colors$neutral8" | "$colors$neutral9" | "$colors$neutral10" | "$colors$neutral11" | "$colors$neutral12" | "$colors$neutral13" | "$colors$neutralA1" | "$colors$neutralA2" | "$colors$neutralA3" | "$colors$neutralA4" | "$colors$neutralA5" | "$colors$neutralA6" | "$colors$neutralA7" | "$colors$neutralA8" | "$colors$neutralA9" | "$colors$neutralA10" | "$colors$neutralA11" | "$colors$neutralA12" | "$colors$neutralA13" | "$colors$primary1" | "$colors$primary2" | "$colors$primary3" | "$colors$primary4" | "$colors$primary5" | "$colors$primary6" | "$colors$primary7" | "$colors$primary8" | "$colors$primary9" | "$colors$primary10" | "$colors$primary11" | "$colors$primary12" | "$colors$primary13" | "$colors$accent1" | "$colors$accent2" | "$colors$accent3" | "$colors$accent4" | "$colors$accent5" | "$colors$accent6" | "$colors$accent7" | "$colors$accent8" | "$colors$accent9" | "$colors$accent10" | "$colors$accent11" | "$colors$accent12" | "$colors$accent13" | "$colors$success1" | "$colors$success2" | "$colors$success3" | "$colors$success4" | "$colors$success5" | "$colors$success6" | "$colors$success7" | "$colors$success8" | "$colors$success9" | "$colors$success10" | "$colors$success11" | "$colors$success12" | "$colors$success13" | "$colors$info1" | "$colors$info2" | "$colors$info3" | "$colors$info4" | "$colors$info5" | "$colors$info6" | "$colors$info7" | "$colors$info8" | "$colors$info9" | "$colors$info10" | "$colors$info11" | "$colors$info12" | "$colors$info13" | "$colors$warning1" | "$colors$warning2" | "$colors$warning3" | "$colors$warning4" | "$colors$warning5" | "$colors$warning6" | "$colors$warning7" | "$colors$warning8" | "$colors$warning9" | "$colors$warning10" | "$colors$warning11" | "$colors$warning12" | "$colors$warning13" | "$colors$critical1" | "$colors$critical2" | "$colors$critical3" | "$colors$critical4" | "$colors$critical5" | "$colors$critical6" | "$colors$critical7" | "$colors$critical8" | "$colors$critical9" | "$colors$critical10" | "$colors$critical11" | "$colors$critical12" | "$colors$critical13";
286
33
  };
287
- shadows: {
288
- sm: any;
289
- md: any;
290
- lg: any;
34
+ moderate: {
35
+ $$color: "$colors$blue1" | "$colors$blue2" | "$colors$blue3" | "$colors$blue4" | "$colors$blue5" | "$colors$blue6" | "$colors$blue7" | "$colors$blue8" | "$colors$blue9" | "$colors$blue10" | "$colors$blue11" | "$colors$blue12" | "$colors$blue13" | "$colors$cyan1" | "$colors$cyan2" | "$colors$cyan3" | "$colors$cyan4" | "$colors$cyan5" | "$colors$cyan6" | "$colors$cyan7" | "$colors$cyan8" | "$colors$cyan9" | "$colors$cyan10" | "$colors$cyan11" | "$colors$cyan12" | "$colors$cyan13" | "$colors$green1" | "$colors$green2" | "$colors$green3" | "$colors$green4" | "$colors$green5" | "$colors$green6" | "$colors$green7" | "$colors$green8" | "$colors$green9" | "$colors$green10" | "$colors$green11" | "$colors$green12" | "$colors$green13" | "$colors$grey1" | "$colors$grey2" | "$colors$grey3" | "$colors$grey4" | "$colors$grey5" | "$colors$grey6" | "$colors$grey7" | "$colors$grey8" | "$colors$grey9" | "$colors$grey10" | "$colors$grey11" | "$colors$grey12" | "$colors$grey13" | "$colors$greyA1" | "$colors$greyA2" | "$colors$greyA3" | "$colors$greyA4" | "$colors$greyA5" | "$colors$greyA6" | "$colors$greyA7" | "$colors$greyA8" | "$colors$greyA9" | "$colors$greyA10" | "$colors$greyA11" | "$colors$greyA12" | "$colors$greyA13" | "$colors$orange1" | "$colors$orange2" | "$colors$orange3" | "$colors$orange4" | "$colors$orange5" | "$colors$orange6" | "$colors$orange7" | "$colors$orange8" | "$colors$orange9" | "$colors$orange10" | "$colors$orange11" | "$colors$orange12" | "$colors$orange13" | "$colors$pink1" | "$colors$pink2" | "$colors$pink3" | "$colors$pink4" | "$colors$pink5" | "$colors$pink6" | "$colors$pink7" | "$colors$pink8" | "$colors$pink9" | "$colors$pink10" | "$colors$pink11" | "$colors$pink12" | "$colors$pink13" | "$colors$red1" | "$colors$red2" | "$colors$red3" | "$colors$red4" | "$colors$red5" | "$colors$red6" | "$colors$red7" | "$colors$red8" | "$colors$red9" | "$colors$red10" | "$colors$red11" | "$colors$red12" | "$colors$red13" | "$colors$yellow1" | "$colors$yellow2" | "$colors$yellow3" | "$colors$yellow4" | "$colors$yellow5" | "$colors$yellow6" | "$colors$yellow7" | "$colors$yellow8" | "$colors$yellow9" | "$colors$yellow10" | "$colors$yellow11" | "$colors$yellow12" | "$colors$yellow13" | "$colors$neutral1" | "$colors$neutral2" | "$colors$neutral3" | "$colors$neutral4" | "$colors$neutral5" | "$colors$neutral6" | "$colors$neutral7" | "$colors$neutral8" | "$colors$neutral9" | "$colors$neutral10" | "$colors$neutral11" | "$colors$neutral12" | "$colors$neutral13" | "$colors$neutralA1" | "$colors$neutralA2" | "$colors$neutralA3" | "$colors$neutralA4" | "$colors$neutralA5" | "$colors$neutralA6" | "$colors$neutralA7" | "$colors$neutralA8" | "$colors$neutralA9" | "$colors$neutralA10" | "$colors$neutralA11" | "$colors$neutralA12" | "$colors$neutralA13" | "$colors$primary1" | "$colors$primary2" | "$colors$primary3" | "$colors$primary4" | "$colors$primary5" | "$colors$primary6" | "$colors$primary7" | "$colors$primary8" | "$colors$primary9" | "$colors$primary10" | "$colors$primary11" | "$colors$primary12" | "$colors$primary13" | "$colors$accent1" | "$colors$accent2" | "$colors$accent3" | "$colors$accent4" | "$colors$accent5" | "$colors$accent6" | "$colors$accent7" | "$colors$accent8" | "$colors$accent9" | "$colors$accent10" | "$colors$accent11" | "$colors$accent12" | "$colors$accent13" | "$colors$success1" | "$colors$success2" | "$colors$success3" | "$colors$success4" | "$colors$success5" | "$colors$success6" | "$colors$success7" | "$colors$success8" | "$colors$success9" | "$colors$success10" | "$colors$success11" | "$colors$success12" | "$colors$success13" | "$colors$info1" | "$colors$info2" | "$colors$info3" | "$colors$info4" | "$colors$info5" | "$colors$info6" | "$colors$info7" | "$colors$info8" | "$colors$info9" | "$colors$info10" | "$colors$info11" | "$colors$info12" | "$colors$info13" | "$colors$warning1" | "$colors$warning2" | "$colors$warning3" | "$colors$warning4" | "$colors$warning5" | "$colors$warning6" | "$colors$warning7" | "$colors$warning8" | "$colors$warning9" | "$colors$warning10" | "$colors$warning11" | "$colors$warning12" | "$colors$warning13" | "$colors$critical1" | "$colors$critical2" | "$colors$critical3" | "$colors$critical4" | "$colors$critical5" | "$colors$critical6" | "$colors$critical7" | "$colors$critical8" | "$colors$critical9" | "$colors$critical10" | "$colors$critical11" | "$colors$critical12" | "$colors$critical13";
291
36
  };
292
- space: {
293
- sm: any;
294
- md: any;
295
- lg: any;
296
- xs: any;
297
- xl: any;
298
- xxl: any;
37
+ primary: {
38
+ $$color: "$colors$blue1" | "$colors$blue2" | "$colors$blue3" | "$colors$blue4" | "$colors$blue5" | "$colors$blue6" | "$colors$blue7" | "$colors$blue8" | "$colors$blue9" | "$colors$blue10" | "$colors$blue11" | "$colors$blue12" | "$colors$blue13" | "$colors$cyan1" | "$colors$cyan2" | "$colors$cyan3" | "$colors$cyan4" | "$colors$cyan5" | "$colors$cyan6" | "$colors$cyan7" | "$colors$cyan8" | "$colors$cyan9" | "$colors$cyan10" | "$colors$cyan11" | "$colors$cyan12" | "$colors$cyan13" | "$colors$green1" | "$colors$green2" | "$colors$green3" | "$colors$green4" | "$colors$green5" | "$colors$green6" | "$colors$green7" | "$colors$green8" | "$colors$green9" | "$colors$green10" | "$colors$green11" | "$colors$green12" | "$colors$green13" | "$colors$grey1" | "$colors$grey2" | "$colors$grey3" | "$colors$grey4" | "$colors$grey5" | "$colors$grey6" | "$colors$grey7" | "$colors$grey8" | "$colors$grey9" | "$colors$grey10" | "$colors$grey11" | "$colors$grey12" | "$colors$grey13" | "$colors$greyA1" | "$colors$greyA2" | "$colors$greyA3" | "$colors$greyA4" | "$colors$greyA5" | "$colors$greyA6" | "$colors$greyA7" | "$colors$greyA8" | "$colors$greyA9" | "$colors$greyA10" | "$colors$greyA11" | "$colors$greyA12" | "$colors$greyA13" | "$colors$orange1" | "$colors$orange2" | "$colors$orange3" | "$colors$orange4" | "$colors$orange5" | "$colors$orange6" | "$colors$orange7" | "$colors$orange8" | "$colors$orange9" | "$colors$orange10" | "$colors$orange11" | "$colors$orange12" | "$colors$orange13" | "$colors$pink1" | "$colors$pink2" | "$colors$pink3" | "$colors$pink4" | "$colors$pink5" | "$colors$pink6" | "$colors$pink7" | "$colors$pink8" | "$colors$pink9" | "$colors$pink10" | "$colors$pink11" | "$colors$pink12" | "$colors$pink13" | "$colors$red1" | "$colors$red2" | "$colors$red3" | "$colors$red4" | "$colors$red5" | "$colors$red6" | "$colors$red7" | "$colors$red8" | "$colors$red9" | "$colors$red10" | "$colors$red11" | "$colors$red12" | "$colors$red13" | "$colors$yellow1" | "$colors$yellow2" | "$colors$yellow3" | "$colors$yellow4" | "$colors$yellow5" | "$colors$yellow6" | "$colors$yellow7" | "$colors$yellow8" | "$colors$yellow9" | "$colors$yellow10" | "$colors$yellow11" | "$colors$yellow12" | "$colors$yellow13" | "$colors$neutral1" | "$colors$neutral2" | "$colors$neutral3" | "$colors$neutral4" | "$colors$neutral5" | "$colors$neutral6" | "$colors$neutral7" | "$colors$neutral8" | "$colors$neutral9" | "$colors$neutral10" | "$colors$neutral11" | "$colors$neutral12" | "$colors$neutral13" | "$colors$neutralA1" | "$colors$neutralA2" | "$colors$neutralA3" | "$colors$neutralA4" | "$colors$neutralA5" | "$colors$neutralA6" | "$colors$neutralA7" | "$colors$neutralA8" | "$colors$neutralA9" | "$colors$neutralA10" | "$colors$neutralA11" | "$colors$neutralA12" | "$colors$neutralA13" | "$colors$primary1" | "$colors$primary2" | "$colors$primary3" | "$colors$primary4" | "$colors$primary5" | "$colors$primary6" | "$colors$primary7" | "$colors$primary8" | "$colors$primary9" | "$colors$primary10" | "$colors$primary11" | "$colors$primary12" | "$colors$primary13" | "$colors$accent1" | "$colors$accent2" | "$colors$accent3" | "$colors$accent4" | "$colors$accent5" | "$colors$accent6" | "$colors$accent7" | "$colors$accent8" | "$colors$accent9" | "$colors$accent10" | "$colors$accent11" | "$colors$accent12" | "$colors$accent13" | "$colors$success1" | "$colors$success2" | "$colors$success3" | "$colors$success4" | "$colors$success5" | "$colors$success6" | "$colors$success7" | "$colors$success8" | "$colors$success9" | "$colors$success10" | "$colors$success11" | "$colors$success12" | "$colors$success13" | "$colors$info1" | "$colors$info2" | "$colors$info3" | "$colors$info4" | "$colors$info5" | "$colors$info6" | "$colors$info7" | "$colors$info8" | "$colors$info9" | "$colors$info10" | "$colors$info11" | "$colors$info12" | "$colors$info13" | "$colors$warning1" | "$colors$warning2" | "$colors$warning3" | "$colors$warning4" | "$colors$warning5" | "$colors$warning6" | "$colors$warning7" | "$colors$warning8" | "$colors$warning9" | "$colors$warning10" | "$colors$warning11" | "$colors$warning12" | "$colors$warning13" | "$colors$critical1" | "$colors$critical2" | "$colors$critical3" | "$colors$critical4" | "$colors$critical5" | "$colors$critical6" | "$colors$critical7" | "$colors$critical8" | "$colors$critical9" | "$colors$critical10" | "$colors$critical11" | "$colors$critical12" | "$colors$critical13";
299
39
  };
300
- zIndices: {
301
- floatingElements: number;
302
- blanket: number;
303
- dialog: number;
304
- toast: number;
305
- tooltip: number;
306
- portalElement: number;
40
+ lowContrast: {
41
+ $$color: "$colors$blue1" | "$colors$blue2" | "$colors$blue3" | "$colors$blue4" | "$colors$blue5" | "$colors$blue6" | "$colors$blue7" | "$colors$blue8" | "$colors$blue9" | "$colors$blue10" | "$colors$blue11" | "$colors$blue12" | "$colors$blue13" | "$colors$cyan1" | "$colors$cyan2" | "$colors$cyan3" | "$colors$cyan4" | "$colors$cyan5" | "$colors$cyan6" | "$colors$cyan7" | "$colors$cyan8" | "$colors$cyan9" | "$colors$cyan10" | "$colors$cyan11" | "$colors$cyan12" | "$colors$cyan13" | "$colors$green1" | "$colors$green2" | "$colors$green3" | "$colors$green4" | "$colors$green5" | "$colors$green6" | "$colors$green7" | "$colors$green8" | "$colors$green9" | "$colors$green10" | "$colors$green11" | "$colors$green12" | "$colors$green13" | "$colors$grey1" | "$colors$grey2" | "$colors$grey3" | "$colors$grey4" | "$colors$grey5" | "$colors$grey6" | "$colors$grey7" | "$colors$grey8" | "$colors$grey9" | "$colors$grey10" | "$colors$grey11" | "$colors$grey12" | "$colors$grey13" | "$colors$greyA1" | "$colors$greyA2" | "$colors$greyA3" | "$colors$greyA4" | "$colors$greyA5" | "$colors$greyA6" | "$colors$greyA7" | "$colors$greyA8" | "$colors$greyA9" | "$colors$greyA10" | "$colors$greyA11" | "$colors$greyA12" | "$colors$greyA13" | "$colors$orange1" | "$colors$orange2" | "$colors$orange3" | "$colors$orange4" | "$colors$orange5" | "$colors$orange6" | "$colors$orange7" | "$colors$orange8" | "$colors$orange9" | "$colors$orange10" | "$colors$orange11" | "$colors$orange12" | "$colors$orange13" | "$colors$pink1" | "$colors$pink2" | "$colors$pink3" | "$colors$pink4" | "$colors$pink5" | "$colors$pink6" | "$colors$pink7" | "$colors$pink8" | "$colors$pink9" | "$colors$pink10" | "$colors$pink11" | "$colors$pink12" | "$colors$pink13" | "$colors$red1" | "$colors$red2" | "$colors$red3" | "$colors$red4" | "$colors$red5" | "$colors$red6" | "$colors$red7" | "$colors$red8" | "$colors$red9" | "$colors$red10" | "$colors$red11" | "$colors$red12" | "$colors$red13" | "$colors$yellow1" | "$colors$yellow2" | "$colors$yellow3" | "$colors$yellow4" | "$colors$yellow5" | "$colors$yellow6" | "$colors$yellow7" | "$colors$yellow8" | "$colors$yellow9" | "$colors$yellow10" | "$colors$yellow11" | "$colors$yellow12" | "$colors$yellow13" | "$colors$neutral1" | "$colors$neutral2" | "$colors$neutral3" | "$colors$neutral4" | "$colors$neutral5" | "$colors$neutral6" | "$colors$neutral7" | "$colors$neutral8" | "$colors$neutral9" | "$colors$neutral10" | "$colors$neutral11" | "$colors$neutral12" | "$colors$neutral13" | "$colors$neutralA1" | "$colors$neutralA2" | "$colors$neutralA3" | "$colors$neutralA4" | "$colors$neutralA5" | "$colors$neutralA6" | "$colors$neutralA7" | "$colors$neutralA8" | "$colors$neutralA9" | "$colors$neutralA10" | "$colors$neutralA11" | "$colors$neutralA12" | "$colors$neutralA13" | "$colors$primary1" | "$colors$primary2" | "$colors$primary3" | "$colors$primary4" | "$colors$primary5" | "$colors$primary6" | "$colors$primary7" | "$colors$primary8" | "$colors$primary9" | "$colors$primary10" | "$colors$primary11" | "$colors$primary12" | "$colors$primary13" | "$colors$accent1" | "$colors$accent2" | "$colors$accent3" | "$colors$accent4" | "$colors$accent5" | "$colors$accent6" | "$colors$accent7" | "$colors$accent8" | "$colors$accent9" | "$colors$accent10" | "$colors$accent11" | "$colors$accent12" | "$colors$accent13" | "$colors$success1" | "$colors$success2" | "$colors$success3" | "$colors$success4" | "$colors$success5" | "$colors$success6" | "$colors$success7" | "$colors$success8" | "$colors$success9" | "$colors$success10" | "$colors$success11" | "$colors$success12" | "$colors$success13" | "$colors$info1" | "$colors$info2" | "$colors$info3" | "$colors$info4" | "$colors$info5" | "$colors$info6" | "$colors$info7" | "$colors$info8" | "$colors$info9" | "$colors$info10" | "$colors$info11" | "$colors$info12" | "$colors$info13" | "$colors$warning1" | "$colors$warning2" | "$colors$warning3" | "$colors$warning4" | "$colors$warning5" | "$colors$warning6" | "$colors$warning7" | "$colors$warning8" | "$colors$warning9" | "$colors$warning10" | "$colors$warning11" | "$colors$warning12" | "$colors$warning13" | "$colors$critical1" | "$colors$critical2" | "$colors$critical3" | "$colors$critical4" | "$colors$critical5" | "$colors$critical6" | "$colors$critical7" | "$colors$critical8" | "$colors$critical9" | "$colors$critical10" | "$colors$critical11" | "$colors$critical12" | "$colors$critical13";
307
42
  };
308
- },
309
- import("@stitches/react/types/config").DefaultThemeMap,
310
- {}
311
- >
312
- >
313
- ]
314
- >,
315
- {
43
+ accent: {
44
+ $$color: "$colors$blue1" | "$colors$blue2" | "$colors$blue3" | "$colors$blue4" | "$colors$blue5" | "$colors$blue6" | "$colors$blue7" | "$colors$blue8" | "$colors$blue9" | "$colors$blue10" | "$colors$blue11" | "$colors$blue12" | "$colors$blue13" | "$colors$cyan1" | "$colors$cyan2" | "$colors$cyan3" | "$colors$cyan4" | "$colors$cyan5" | "$colors$cyan6" | "$colors$cyan7" | "$colors$cyan8" | "$colors$cyan9" | "$colors$cyan10" | "$colors$cyan11" | "$colors$cyan12" | "$colors$cyan13" | "$colors$green1" | "$colors$green2" | "$colors$green3" | "$colors$green4" | "$colors$green5" | "$colors$green6" | "$colors$green7" | "$colors$green8" | "$colors$green9" | "$colors$green10" | "$colors$green11" | "$colors$green12" | "$colors$green13" | "$colors$grey1" | "$colors$grey2" | "$colors$grey3" | "$colors$grey4" | "$colors$grey5" | "$colors$grey6" | "$colors$grey7" | "$colors$grey8" | "$colors$grey9" | "$colors$grey10" | "$colors$grey11" | "$colors$grey12" | "$colors$grey13" | "$colors$greyA1" | "$colors$greyA2" | "$colors$greyA3" | "$colors$greyA4" | "$colors$greyA5" | "$colors$greyA6" | "$colors$greyA7" | "$colors$greyA8" | "$colors$greyA9" | "$colors$greyA10" | "$colors$greyA11" | "$colors$greyA12" | "$colors$greyA13" | "$colors$orange1" | "$colors$orange2" | "$colors$orange3" | "$colors$orange4" | "$colors$orange5" | "$colors$orange6" | "$colors$orange7" | "$colors$orange8" | "$colors$orange9" | "$colors$orange10" | "$colors$orange11" | "$colors$orange12" | "$colors$orange13" | "$colors$pink1" | "$colors$pink2" | "$colors$pink3" | "$colors$pink4" | "$colors$pink5" | "$colors$pink6" | "$colors$pink7" | "$colors$pink8" | "$colors$pink9" | "$colors$pink10" | "$colors$pink11" | "$colors$pink12" | "$colors$pink13" | "$colors$red1" | "$colors$red2" | "$colors$red3" | "$colors$red4" | "$colors$red5" | "$colors$red6" | "$colors$red7" | "$colors$red8" | "$colors$red9" | "$colors$red10" | "$colors$red11" | "$colors$red12" | "$colors$red13" | "$colors$yellow1" | "$colors$yellow2" | "$colors$yellow3" | "$colors$yellow4" | "$colors$yellow5" | "$colors$yellow6" | "$colors$yellow7" | "$colors$yellow8" | "$colors$yellow9" | "$colors$yellow10" | "$colors$yellow11" | "$colors$yellow12" | "$colors$yellow13" | "$colors$neutral1" | "$colors$neutral2" | "$colors$neutral3" | "$colors$neutral4" | "$colors$neutral5" | "$colors$neutral6" | "$colors$neutral7" | "$colors$neutral8" | "$colors$neutral9" | "$colors$neutral10" | "$colors$neutral11" | "$colors$neutral12" | "$colors$neutral13" | "$colors$neutralA1" | "$colors$neutralA2" | "$colors$neutralA3" | "$colors$neutralA4" | "$colors$neutralA5" | "$colors$neutralA6" | "$colors$neutralA7" | "$colors$neutralA8" | "$colors$neutralA9" | "$colors$neutralA10" | "$colors$neutralA11" | "$colors$neutralA12" | "$colors$neutralA13" | "$colors$primary1" | "$colors$primary2" | "$colors$primary3" | "$colors$primary4" | "$colors$primary5" | "$colors$primary6" | "$colors$primary7" | "$colors$primary8" | "$colors$primary9" | "$colors$primary10" | "$colors$primary11" | "$colors$primary12" | "$colors$primary13" | "$colors$accent1" | "$colors$accent2" | "$colors$accent3" | "$colors$accent4" | "$colors$accent5" | "$colors$accent6" | "$colors$accent7" | "$colors$accent8" | "$colors$accent9" | "$colors$accent10" | "$colors$accent11" | "$colors$accent12" | "$colors$accent13" | "$colors$success1" | "$colors$success2" | "$colors$success3" | "$colors$success4" | "$colors$success5" | "$colors$success6" | "$colors$success7" | "$colors$success8" | "$colors$success9" | "$colors$success10" | "$colors$success11" | "$colors$success12" | "$colors$success13" | "$colors$info1" | "$colors$info2" | "$colors$info3" | "$colors$info4" | "$colors$info5" | "$colors$info6" | "$colors$info7" | "$colors$info8" | "$colors$info9" | "$colors$info10" | "$colors$info11" | "$colors$info12" | "$colors$info13" | "$colors$warning1" | "$colors$warning2" | "$colors$warning3" | "$colors$warning4" | "$colors$warning5" | "$colors$warning6" | "$colors$warning7" | "$colors$warning8" | "$colors$warning9" | "$colors$warning10" | "$colors$warning11" | "$colors$warning12" | "$colors$warning13" | "$colors$critical1" | "$colors$critical2" | "$colors$critical3" | "$colors$critical4" | "$colors$critical5" | "$colors$critical6" | "$colors$critical7" | "$colors$critical8" | "$colors$critical9" | "$colors$critical10" | "$colors$critical11" | "$colors$critical12" | "$colors$critical13";
45
+ };
46
+ };
47
+ size: {
48
+ inherit: {
49
+ $$size: string;
50
+ };
51
+ sm: {
52
+ $$size: string;
53
+ };
54
+ md: {
55
+ $$size: string;
56
+ };
57
+ lg: {
58
+ $$size: string;
59
+ };
60
+ };
61
+ };
62
+ }]>, {
316
63
  bp1: "(min-width: 48rem)";
317
64
  bp2: "(min-width: 69rem)";
318
65
  bp3: "(min-width: 85rem)";
319
- },
320
- import("@stitches/react/types/css-util").CSS<
321
- {
322
- bp1: "(min-width: 48rem)";
323
- bp2: "(min-width: 69rem)";
324
- bp3: "(min-width: 85rem)";
325
- },
326
- {
327
- colors: {
66
+ }, import("@stitches/react/types/css-util").CSS<{
67
+ bp1: "(min-width: 48rem)";
68
+ bp2: "(min-width: 69rem)";
69
+ bp3: "(min-width: 85rem)";
70
+ }, {
71
+ colors: {
72
+ blue1: string;
73
+ blue2: string;
74
+ blue3: string;
75
+ blue4: string;
76
+ blue5: string;
77
+ blue6: string;
78
+ blue7: string;
79
+ blue8: string;
80
+ blue9: string;
81
+ blue10: string;
82
+ blue11: string;
83
+ blue12: string;
84
+ blue13: string;
85
+ cyan1: string;
86
+ cyan2: string;
87
+ cyan3: string;
88
+ cyan4: string;
89
+ cyan5: string;
90
+ cyan6: string;
91
+ cyan7: string;
92
+ cyan8: string;
93
+ cyan9: string;
94
+ cyan10: string;
95
+ cyan11: string;
96
+ cyan12: string;
97
+ cyan13: string;
98
+ green1: string;
99
+ green2: string;
100
+ green3: string;
101
+ green4: string;
102
+ green5: string;
103
+ green6: string;
104
+ green7: string;
105
+ green8: string;
106
+ green9: string;
107
+ green10: string;
108
+ green11: string;
109
+ green12: string;
110
+ green13: string;
111
+ grey1: string;
112
+ grey2: string;
113
+ grey3: string;
114
+ grey4: string;
115
+ grey5: string;
116
+ grey6: string;
117
+ grey7: string;
118
+ grey8: string;
119
+ grey9: string;
120
+ grey10: string;
121
+ grey11: string;
122
+ grey12: string;
123
+ grey13: string;
124
+ greyA1: string;
125
+ greyA2: string;
126
+ greyA3: string;
127
+ greyA4: string;
128
+ greyA5: string;
129
+ greyA6: string;
130
+ greyA7: string;
131
+ greyA8: string;
132
+ greyA9: string;
133
+ greyA10: string;
134
+ greyA11: string;
135
+ greyA12: string;
136
+ greyA13: string;
137
+ orange1: string;
138
+ orange2: string;
139
+ orange3: string;
140
+ orange4: string;
141
+ orange5: string;
142
+ orange6: string;
143
+ orange7: string;
144
+ orange8: string;
145
+ orange9: string;
146
+ orange10: string;
147
+ orange11: string;
148
+ orange12: string;
149
+ orange13: string;
150
+ pink1: string;
151
+ pink2: string;
152
+ pink3: string;
153
+ pink4: string;
154
+ pink5: string;
155
+ pink6: string;
156
+ pink7: string;
157
+ pink8: string;
158
+ pink9: string;
159
+ pink10: string;
160
+ pink11: string;
161
+ pink12: string;
162
+ pink13: string;
163
+ red1: string;
164
+ red2: string;
165
+ red3: string;
166
+ red4: string;
167
+ red5: string;
168
+ red6: string;
169
+ red7: string;
170
+ red8: string;
171
+ red9: string;
172
+ red10: string;
173
+ red11: string;
174
+ red12: string;
175
+ red13: string;
176
+ yellow1: string;
177
+ yellow2: string;
178
+ yellow3: string;
179
+ yellow4: string;
180
+ yellow5: string;
181
+ yellow6: string;
182
+ yellow7: string;
183
+ yellow8: string;
184
+ yellow9: string;
185
+ yellow10: string;
186
+ yellow11: string;
187
+ yellow12: string;
188
+ yellow13: string;
328
189
  neutral1: string;
329
- neutralA1: string;
330
- primary1: string;
331
- accent1: string;
332
- success1: string;
333
- info1: string;
334
- warning1: string;
335
- critical1: string;
336
190
  neutral2: string;
337
- neutralA2: string;
338
- primary2: string;
339
- accent2: string;
340
- success2: string;
341
- info2: string;
342
- warning2: string;
343
- critical2: string;
344
191
  neutral3: string;
345
- neutralA3: string;
346
- primary3: string;
347
- accent3: string;
348
- success3: string;
349
- info3: string;
350
- warning3: string;
351
- critical3: string;
352
192
  neutral4: string;
353
- neutralA4: string;
354
- primary4: string;
355
- accent4: string;
356
- success4: string;
357
- info4: string;
358
- warning4: string;
359
- critical4: string;
360
193
  neutral5: string;
361
- neutralA5: string;
362
- primary5: string;
363
- accent5: string;
364
- success5: string;
365
- info5: string;
366
- warning5: string;
367
- critical5: string;
368
194
  neutral6: string;
369
- neutralA6: string;
370
- primary6: string;
371
- accent6: string;
372
- success6: string;
373
- info6: string;
374
- warning6: string;
375
- critical6: string;
376
195
  neutral7: string;
377
- neutralA7: string;
378
- primary7: string;
379
- accent7: string;
380
- success7: string;
381
- info7: string;
382
- warning7: string;
383
- critical7: string;
384
196
  neutral8: string;
385
- neutralA8: string;
386
- primary8: string;
387
- accent8: string;
388
- success8: string;
389
- info8: string;
390
- warning8: string;
391
- critical8: string;
392
197
  neutral9: string;
393
- neutralA9: string;
394
- primary9: string;
395
- accent9: string;
396
- success9: string;
397
- info9: string;
398
- warning9: string;
399
- critical9: string;
400
198
  neutral10: string;
401
- neutralA10: string;
402
- primary10: string;
403
- accent10: string;
404
- success10: string;
405
- info10: string;
406
- warning10: string;
407
- critical10: string;
408
199
  neutral11: string;
409
- neutralA11: string;
410
- primary11: string;
411
- accent11: string;
412
- success11: string;
413
- info11: string;
414
- warning11: string;
415
- critical11: string;
416
200
  neutral12: string;
417
- neutralA12: string;
418
- primary12: string;
419
- accent12: string;
420
- success12: string;
421
- info12: string;
422
- warning12: string;
423
- critical12: string;
424
201
  neutral13: string;
202
+ neutralA1: string;
203
+ neutralA2: string;
204
+ neutralA3: string;
205
+ neutralA4: string;
206
+ neutralA5: string;
207
+ neutralA6: string;
208
+ neutralA7: string;
209
+ neutralA8: string;
210
+ neutralA9: string;
211
+ neutralA10: string;
212
+ neutralA11: string;
213
+ neutralA12: string;
425
214
  neutralA13: string;
215
+ primary1: string;
216
+ primary2: string;
217
+ primary3: string;
218
+ primary4: string;
219
+ primary5: string;
220
+ primary6: string;
221
+ primary7: string;
222
+ primary8: string;
223
+ primary9: string;
224
+ primary10: string;
225
+ primary11: string;
226
+ primary12: string;
426
227
  primary13: string;
228
+ accent1: string;
229
+ accent2: string;
230
+ accent3: string;
231
+ accent4: string;
232
+ accent5: string;
233
+ accent6: string;
234
+ accent7: string;
235
+ accent8: string;
236
+ accent9: string;
237
+ accent10: string;
238
+ accent11: string;
239
+ accent12: string;
427
240
  accent13: string;
241
+ success1: string;
242
+ success2: string;
243
+ success3: string;
244
+ success4: string;
245
+ success5: string;
246
+ success6: string;
247
+ success7: string;
248
+ success8: string;
249
+ success9: string;
250
+ success10: string;
251
+ success11: string;
252
+ success12: string;
428
253
  success13: string;
254
+ info1: string;
255
+ info2: string;
256
+ info3: string;
257
+ info4: string;
258
+ info5: string;
259
+ info6: string;
260
+ info7: string;
261
+ info8: string;
262
+ info9: string;
263
+ info10: string;
264
+ info11: string;
265
+ info12: string;
429
266
  info13: string;
267
+ warning1: string;
268
+ warning2: string;
269
+ warning3: string;
270
+ warning4: string;
271
+ warning5: string;
272
+ warning6: string;
273
+ warning7: string;
274
+ warning8: string;
275
+ warning9: string;
276
+ warning10: string;
277
+ warning11: string;
278
+ warning12: string;
430
279
  warning13: string;
280
+ critical1: string;
281
+ critical2: string;
282
+ critical3: string;
283
+ critical4: string;
284
+ critical5: string;
285
+ critical6: string;
286
+ critical7: string;
287
+ critical8: string;
288
+ critical9: string;
289
+ critical10: string;
290
+ critical11: string;
291
+ critical12: string;
431
292
  critical13: string;
432
- };
433
- fonts: {
293
+ };
294
+ fonts: {
295
+ body: any;
296
+ caption: any;
297
+ pageTitle: any;
298
+ sectionTitle: any;
299
+ sectionSubtitle: any;
300
+ button: any;
301
+ textInput: any;
434
302
  display100: any;
435
303
  display200: any;
436
304
  display300: any;
@@ -440,6 +308,9 @@ export declare const BaseIcon: import("@stitches/react/types/styled-component").
440
308
  display700: any;
441
309
  display800: any;
442
310
  display900: any;
311
+ default: any;
312
+ };
313
+ fontSizes: {
443
314
  body: any;
444
315
  caption: any;
445
316
  pageTitle: any;
@@ -447,9 +318,336 @@ export declare const BaseIcon: import("@stitches/react/types/styled-component").
447
318
  sectionSubtitle: any;
448
319
  button: any;
449
320
  textInput: any;
321
+ display100: any;
322
+ display200: any;
323
+ display300: any;
324
+ display400: any;
325
+ display500: any;
326
+ display600: any;
327
+ display700: any;
328
+ display800: any;
329
+ display900: any;
330
+ };
331
+ fontWeights: {
332
+ body: any;
333
+ caption: any;
334
+ pageTitle: any;
335
+ sectionTitle: any;
336
+ sectionSubtitle: any;
337
+ button: any;
338
+ textInput: any;
339
+ display100: any;
340
+ display200: any;
341
+ display300: any;
342
+ display400: any;
343
+ display500: any;
344
+ display600: any;
345
+ display700: any;
346
+ display800: any;
347
+ display900: any;
348
+ };
349
+ letterSpacings: {
350
+ body: any;
351
+ caption: any;
352
+ pageTitle: any;
353
+ sectionTitle: any;
354
+ sectionSubtitle: any;
355
+ button: any;
356
+ textInput: any;
357
+ display100: any;
358
+ display200: any;
359
+ display300: any;
360
+ display400: any;
361
+ display500: any;
362
+ display600: any;
363
+ display700: any;
364
+ display800: any;
365
+ display900: any;
366
+ };
367
+ lineHeights: {
368
+ body: any;
369
+ caption: any;
370
+ pageTitle: any;
371
+ sectionTitle: any;
372
+ sectionSubtitle: any;
373
+ button: any;
374
+ textInput: any;
375
+ display100: any;
376
+ display200: any;
377
+ display300: any;
378
+ display400: any;
379
+ display500: any;
380
+ display600: any;
381
+ display700: any;
382
+ display800: any;
383
+ display900: any;
384
+ };
385
+ radii: {
450
386
  default: any;
451
- };
452
- fontSizes: {
387
+ large: any;
388
+ rounded: any;
389
+ };
390
+ shadows: {
391
+ sm: any;
392
+ md: any;
393
+ lg: any;
394
+ };
395
+ space: {
396
+ sm: any;
397
+ md: any;
398
+ lg: any;
399
+ xs: any;
400
+ xl: any;
401
+ xxl: any;
402
+ };
403
+ zIndices: {
404
+ floatingElements: number;
405
+ blanket: number;
406
+ dialog: number;
407
+ toast: number;
408
+ tooltip: number;
409
+ portalElement: number;
410
+ };
411
+ }, import("@stitches/react/types/config").DefaultThemeMap, {}>>]>, {
412
+ bp1: "(min-width: 48rem)";
413
+ bp2: "(min-width: 69rem)";
414
+ bp3: "(min-width: 85rem)";
415
+ }, import("@stitches/react/types/css-util").CSS<{
416
+ bp1: "(min-width: 48rem)";
417
+ bp2: "(min-width: 69rem)";
418
+ bp3: "(min-width: 85rem)";
419
+ }, {
420
+ colors: {
421
+ blue1: string;
422
+ blue2: string;
423
+ blue3: string;
424
+ blue4: string;
425
+ blue5: string;
426
+ blue6: string;
427
+ blue7: string;
428
+ blue8: string;
429
+ blue9: string;
430
+ blue10: string;
431
+ blue11: string;
432
+ blue12: string;
433
+ blue13: string;
434
+ cyan1: string;
435
+ cyan2: string;
436
+ cyan3: string;
437
+ cyan4: string;
438
+ cyan5: string;
439
+ cyan6: string;
440
+ cyan7: string;
441
+ cyan8: string;
442
+ cyan9: string;
443
+ cyan10: string;
444
+ cyan11: string;
445
+ cyan12: string;
446
+ cyan13: string;
447
+ green1: string;
448
+ green2: string;
449
+ green3: string;
450
+ green4: string;
451
+ green5: string;
452
+ green6: string;
453
+ green7: string;
454
+ green8: string;
455
+ green9: string;
456
+ green10: string;
457
+ green11: string;
458
+ green12: string;
459
+ green13: string;
460
+ grey1: string;
461
+ grey2: string;
462
+ grey3: string;
463
+ grey4: string;
464
+ grey5: string;
465
+ grey6: string;
466
+ grey7: string;
467
+ grey8: string;
468
+ grey9: string;
469
+ grey10: string;
470
+ grey11: string;
471
+ grey12: string;
472
+ grey13: string;
473
+ greyA1: string;
474
+ greyA2: string;
475
+ greyA3: string;
476
+ greyA4: string;
477
+ greyA5: string;
478
+ greyA6: string;
479
+ greyA7: string;
480
+ greyA8: string;
481
+ greyA9: string;
482
+ greyA10: string;
483
+ greyA11: string;
484
+ greyA12: string;
485
+ greyA13: string;
486
+ orange1: string;
487
+ orange2: string;
488
+ orange3: string;
489
+ orange4: string;
490
+ orange5: string;
491
+ orange6: string;
492
+ orange7: string;
493
+ orange8: string;
494
+ orange9: string;
495
+ orange10: string;
496
+ orange11: string;
497
+ orange12: string;
498
+ orange13: string;
499
+ pink1: string;
500
+ pink2: string;
501
+ pink3: string;
502
+ pink4: string;
503
+ pink5: string;
504
+ pink6: string;
505
+ pink7: string;
506
+ pink8: string;
507
+ pink9: string;
508
+ pink10: string;
509
+ pink11: string;
510
+ pink12: string;
511
+ pink13: string;
512
+ red1: string;
513
+ red2: string;
514
+ red3: string;
515
+ red4: string;
516
+ red5: string;
517
+ red6: string;
518
+ red7: string;
519
+ red8: string;
520
+ red9: string;
521
+ red10: string;
522
+ red11: string;
523
+ red12: string;
524
+ red13: string;
525
+ yellow1: string;
526
+ yellow2: string;
527
+ yellow3: string;
528
+ yellow4: string;
529
+ yellow5: string;
530
+ yellow6: string;
531
+ yellow7: string;
532
+ yellow8: string;
533
+ yellow9: string;
534
+ yellow10: string;
535
+ yellow11: string;
536
+ yellow12: string;
537
+ yellow13: string;
538
+ neutral1: string;
539
+ neutral2: string;
540
+ neutral3: string;
541
+ neutral4: string;
542
+ neutral5: string;
543
+ neutral6: string;
544
+ neutral7: string;
545
+ neutral8: string;
546
+ neutral9: string;
547
+ neutral10: string;
548
+ neutral11: string;
549
+ neutral12: string;
550
+ neutral13: string;
551
+ neutralA1: string;
552
+ neutralA2: string;
553
+ neutralA3: string;
554
+ neutralA4: string;
555
+ neutralA5: string;
556
+ neutralA6: string;
557
+ neutralA7: string;
558
+ neutralA8: string;
559
+ neutralA9: string;
560
+ neutralA10: string;
561
+ neutralA11: string;
562
+ neutralA12: string;
563
+ neutralA13: string;
564
+ primary1: string;
565
+ primary2: string;
566
+ primary3: string;
567
+ primary4: string;
568
+ primary5: string;
569
+ primary6: string;
570
+ primary7: string;
571
+ primary8: string;
572
+ primary9: string;
573
+ primary10: string;
574
+ primary11: string;
575
+ primary12: string;
576
+ primary13: string;
577
+ accent1: string;
578
+ accent2: string;
579
+ accent3: string;
580
+ accent4: string;
581
+ accent5: string;
582
+ accent6: string;
583
+ accent7: string;
584
+ accent8: string;
585
+ accent9: string;
586
+ accent10: string;
587
+ accent11: string;
588
+ accent12: string;
589
+ accent13: string;
590
+ success1: string;
591
+ success2: string;
592
+ success3: string;
593
+ success4: string;
594
+ success5: string;
595
+ success6: string;
596
+ success7: string;
597
+ success8: string;
598
+ success9: string;
599
+ success10: string;
600
+ success11: string;
601
+ success12: string;
602
+ success13: string;
603
+ info1: string;
604
+ info2: string;
605
+ info3: string;
606
+ info4: string;
607
+ info5: string;
608
+ info6: string;
609
+ info7: string;
610
+ info8: string;
611
+ info9: string;
612
+ info10: string;
613
+ info11: string;
614
+ info12: string;
615
+ info13: string;
616
+ warning1: string;
617
+ warning2: string;
618
+ warning3: string;
619
+ warning4: string;
620
+ warning5: string;
621
+ warning6: string;
622
+ warning7: string;
623
+ warning8: string;
624
+ warning9: string;
625
+ warning10: string;
626
+ warning11: string;
627
+ warning12: string;
628
+ warning13: string;
629
+ critical1: string;
630
+ critical2: string;
631
+ critical3: string;
632
+ critical4: string;
633
+ critical5: string;
634
+ critical6: string;
635
+ critical7: string;
636
+ critical8: string;
637
+ critical9: string;
638
+ critical10: string;
639
+ critical11: string;
640
+ critical12: string;
641
+ critical13: string;
642
+ };
643
+ fonts: {
644
+ body: any;
645
+ caption: any;
646
+ pageTitle: any;
647
+ sectionTitle: any;
648
+ sectionSubtitle: any;
649
+ button: any;
650
+ textInput: any;
453
651
  display100: any;
454
652
  display200: any;
455
653
  display300: any;
@@ -459,6 +657,9 @@ export declare const BaseIcon: import("@stitches/react/types/styled-component").
459
657
  display700: any;
460
658
  display800: any;
461
659
  display900: any;
660
+ default: any;
661
+ };
662
+ fontSizes: {
462
663
  body: any;
463
664
  caption: any;
464
665
  pageTitle: any;
@@ -466,8 +667,6 @@ export declare const BaseIcon: import("@stitches/react/types/styled-component").
466
667
  sectionSubtitle: any;
467
668
  button: any;
468
669
  textInput: any;
469
- };
470
- fontWeights: {
471
670
  display100: any;
472
671
  display200: any;
473
672
  display300: any;
@@ -477,6 +676,8 @@ export declare const BaseIcon: import("@stitches/react/types/styled-component").
477
676
  display700: any;
478
677
  display800: any;
479
678
  display900: any;
679
+ };
680
+ fontWeights: {
480
681
  body: any;
481
682
  caption: any;
482
683
  pageTitle: any;
@@ -484,8 +685,6 @@ export declare const BaseIcon: import("@stitches/react/types/styled-component").
484
685
  sectionSubtitle: any;
485
686
  button: any;
486
687
  textInput: any;
487
- };
488
- letterSpacings: {
489
688
  display100: any;
490
689
  display200: any;
491
690
  display300: any;
@@ -495,6 +694,8 @@ export declare const BaseIcon: import("@stitches/react/types/styled-component").
495
694
  display700: any;
496
695
  display800: any;
497
696
  display900: any;
697
+ };
698
+ letterSpacings: {
498
699
  body: any;
499
700
  caption: any;
500
701
  pageTitle: any;
@@ -502,8 +703,6 @@ export declare const BaseIcon: import("@stitches/react/types/styled-component").
502
703
  sectionSubtitle: any;
503
704
  button: any;
504
705
  textInput: any;
505
- };
506
- lineHeights: {
507
706
  display100: any;
508
707
  display200: any;
509
708
  display300: any;
@@ -513,6 +712,8 @@ export declare const BaseIcon: import("@stitches/react/types/styled-component").
513
712
  display700: any;
514
713
  display800: any;
515
714
  display900: any;
715
+ };
716
+ lineHeights: {
516
717
  body: any;
517
718
  caption: any;
518
719
  pageTitle: any;
@@ -520,36 +721,41 @@ export declare const BaseIcon: import("@stitches/react/types/styled-component").
520
721
  sectionSubtitle: any;
521
722
  button: any;
522
723
  textInput: any;
523
- };
524
- radii: {
724
+ display100: any;
725
+ display200: any;
726
+ display300: any;
727
+ display400: any;
728
+ display500: any;
729
+ display600: any;
730
+ display700: any;
731
+ display800: any;
732
+ display900: any;
733
+ };
734
+ radii: {
525
735
  default: any;
526
736
  large: any;
527
737
  rounded: any;
528
- };
529
- shadows: {
738
+ };
739
+ shadows: {
530
740
  sm: any;
531
741
  md: any;
532
742
  lg: any;
533
- };
534
- space: {
743
+ };
744
+ space: {
535
745
  sm: any;
536
746
  md: any;
537
747
  lg: any;
538
748
  xs: any;
539
749
  xl: any;
540
750
  xxl: any;
541
- };
542
- zIndices: {
751
+ };
752
+ zIndices: {
543
753
  floatingElements: number;
544
754
  blanket: number;
545
755
  dialog: number;
546
756
  toast: number;
547
757
  tooltip: number;
548
758
  portalElement: number;
549
- };
550
- },
551
- import("@stitches/react/types/config").DefaultThemeMap,
552
- {}
553
- >
554
- >;
555
- //# sourceMappingURL=styled.d.ts.map
759
+ };
760
+ }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
761
+ //# sourceMappingURL=styled.d.ts.map