@telegraph/style-engine 0.1.11 → 0.1.12

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.
@@ -1,907 +0,0 @@
1
- import { SprinklesProperties as StyleProperties } from '@vanilla-extract/sprinkles';
2
- import { createStyleProps } from '../index';
3
- type StylePropFn<StylePropFnProperties extends StyleProperties[]> = ReturnType<typeof createStyleProps<StylePropFnProperties>>;
4
- type StyleProps<StylePropFnProperties extends StyleProperties[]> = Parameters<StylePropFn<StylePropFnProperties>>[0];
5
- type ComponentProps<Props, StylePropFnProperties extends StyleProperties[]> = Omit<Props, keyof StyleProps<StylePropFnProperties>>;
6
- type UseStylePropsParams<Props, StylePropFnProperties extends StyleProperties[]> = {
7
- props: Props;
8
- stylePropsFn: StylePropFn<StylePropFnProperties>;
9
- };
10
- export declare const useStyleProps: <Props, StylePropFnProperties extends StyleProperties[]>({ props, stylePropsFn, }: UseStylePropsParams<Props, StylePropFnProperties>) => {
11
- styleProps: StylePropFnProperties extends [infer L, ...infer R] ? (L extends StyleProperties ? L["styles"] extends infer T extends {
12
- [property: string]: {
13
- responsiveArray: Array<string>;
14
- values: {
15
- [valueName: string]: {
16
- defaultClass: string | undefined;
17
- conditions: {
18
- [conditionName: string]: string;
19
- };
20
- };
21
- };
22
- } | {
23
- values: {
24
- [valueName: string]: {
25
- defaultClass: string | undefined;
26
- conditions: {
27
- [conditionName: string]: string;
28
- };
29
- };
30
- };
31
- } | {
32
- mappings: Array<string>;
33
- } | {
34
- values: {
35
- [valueName: string]: {
36
- defaultClass: string;
37
- };
38
- };
39
- };
40
- } ? { [Prop in keyof T]?: (L["styles"][Prop] extends {
41
- responsiveArray: Array<string>;
42
- values: {
43
- [valueName: string]: {
44
- defaultClass: string | undefined;
45
- conditions: {
46
- [conditionName: string]: string;
47
- };
48
- };
49
- };
50
- } ? ((L["styles"][Prop]["values"][keyof L["styles"][Prop]["values"]]["defaultClass"] extends string ? keyof L["styles"][Prop]["values"] : never) | { [Condition in keyof L["styles"][Prop]["values"][keyof L["styles"][Prop]["values"]]["conditions"]]?: keyof L["styles"][Prop]["values"] | undefined; } | undefined) | [never, import('@vanilla-extract/sprinkles').ResponsiveArray<1, keyof L["styles"][Prop]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2, keyof L["styles"][Prop]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2 | 3, keyof L["styles"][Prop]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2 | 3 | 4, keyof L["styles"][Prop]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2 | 3 | 4 | 5, keyof L["styles"][Prop]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2 | 3 | 4 | 5 | 6, keyof L["styles"][Prop]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2 | 3 | 4 | 5 | 6 | 7, keyof L["styles"][Prop]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2 | 3 | 4 | 5 | 6 | 7 | 8, keyof L["styles"][Prop]["values"] | null>][L["styles"][Prop]["responsiveArray"]["length"]] : L["styles"][Prop] extends {
51
- values: {
52
- [valueName: string]: {
53
- defaultClass: string | undefined;
54
- conditions: {
55
- [conditionName: string]: string;
56
- };
57
- };
58
- };
59
- } ? (L["styles"][Prop]["values"][keyof L["styles"][Prop]["values"]]["defaultClass"] extends string ? keyof L["styles"][Prop]["values"] : never) | { [Condition_1 in keyof L["styles"][Prop]["values"][keyof L["styles"][Prop]["values"]]["conditions"]]?: keyof L["styles"][Prop]["values"] | undefined; } | undefined : L["styles"][Prop] extends {
60
- mappings: Array<string>;
61
- } ? L["styles"][L["styles"][Prop]["mappings"][number]] extends {
62
- responsiveArray: Array<string>;
63
- values: {
64
- [valueName: string]: {
65
- defaultClass: string | undefined;
66
- conditions: {
67
- [conditionName: string]: string;
68
- };
69
- };
70
- };
71
- } ? ((L["styles"][L["styles"][Prop]["mappings"][number]]["values"][keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"]]["defaultClass"] extends string ? keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] : never) | { [Condition_2 in keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"][keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"]]["conditions"]]?: keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] | undefined; } | undefined) | [never, import('@vanilla-extract/sprinkles').ResponsiveArray<1, keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2, keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2 | 3, keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2 | 3 | 4, keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2 | 3 | 4 | 5, keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2 | 3 | 4 | 5 | 6, keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2 | 3 | 4 | 5 | 6 | 7, keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2 | 3 | 4 | 5 | 6 | 7 | 8, keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] | null>][L["styles"][L["styles"][Prop]["mappings"][number]]["responsiveArray"]["length"]] : L["styles"][L["styles"][Prop]["mappings"][number]] extends {
72
- values: {
73
- [valueName: string]: {
74
- defaultClass: string | undefined;
75
- conditions: {
76
- [conditionName: string]: string;
77
- };
78
- };
79
- };
80
- } ? (L["styles"][L["styles"][Prop]["mappings"][number]]["values"][keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"]]["defaultClass"] extends string ? keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] : never) | { [Condition_3 in keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"][keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"]]["conditions"]]?: keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] | undefined; } | undefined : L["styles"][L["styles"][Prop]["mappings"][number]] extends {
81
- values: {
82
- [valueName: string]: {
83
- defaultClass: string;
84
- };
85
- };
86
- } ? keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] | undefined : never : L["styles"][Prop] extends {
87
- values: {
88
- [valueName: string]: {
89
- defaultClass: string;
90
- };
91
- };
92
- } ? keyof L["styles"][Prop]["values"] | undefined : never) | undefined; } : never : never) & (R extends [infer L, ...infer R] ? (L extends StyleProperties ? L["styles"] extends infer T_1 extends {
93
- [property: string]: {
94
- responsiveArray: Array<string>;
95
- values: {
96
- [valueName: string]: {
97
- defaultClass: string | undefined;
98
- conditions: {
99
- [conditionName: string]: string;
100
- };
101
- };
102
- };
103
- } | {
104
- values: {
105
- [valueName: string]: {
106
- defaultClass: string | undefined;
107
- conditions: {
108
- [conditionName: string]: string;
109
- };
110
- };
111
- };
112
- } | {
113
- mappings: Array<string>;
114
- } | {
115
- values: {
116
- [valueName: string]: {
117
- defaultClass: string;
118
- };
119
- };
120
- };
121
- } ? { [Prop in keyof T_1]?: (L["styles"][Prop] extends {
122
- responsiveArray: Array<string>;
123
- values: {
124
- [valueName: string]: {
125
- defaultClass: string | undefined;
126
- conditions: {
127
- [conditionName: string]: string;
128
- };
129
- };
130
- };
131
- } ? ((L["styles"][Prop]["values"][keyof L["styles"][Prop]["values"]]["defaultClass"] extends string ? keyof L["styles"][Prop]["values"] : never) | { [Condition in keyof L["styles"][Prop]["values"][keyof L["styles"][Prop]["values"]]["conditions"]]?: keyof L["styles"][Prop]["values"] | undefined; } | undefined) | [never, import('@vanilla-extract/sprinkles').ResponsiveArray<1, keyof L["styles"][Prop]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2, keyof L["styles"][Prop]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2 | 3, keyof L["styles"][Prop]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2 | 3 | 4, keyof L["styles"][Prop]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2 | 3 | 4 | 5, keyof L["styles"][Prop]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2 | 3 | 4 | 5 | 6, keyof L["styles"][Prop]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2 | 3 | 4 | 5 | 6 | 7, keyof L["styles"][Prop]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2 | 3 | 4 | 5 | 6 | 7 | 8, keyof L["styles"][Prop]["values"] | null>][L["styles"][Prop]["responsiveArray"]["length"]] : L["styles"][Prop] extends {
132
- values: {
133
- [valueName: string]: {
134
- defaultClass: string | undefined;
135
- conditions: {
136
- [conditionName: string]: string;
137
- };
138
- };
139
- };
140
- } ? (L["styles"][Prop]["values"][keyof L["styles"][Prop]["values"]]["defaultClass"] extends string ? keyof L["styles"][Prop]["values"] : never) | { [Condition_1 in keyof L["styles"][Prop]["values"][keyof L["styles"][Prop]["values"]]["conditions"]]?: keyof L["styles"][Prop]["values"] | undefined; } | undefined : L["styles"][Prop] extends {
141
- mappings: Array<string>;
142
- } ? L["styles"][L["styles"][Prop]["mappings"][number]] extends {
143
- responsiveArray: Array<string>;
144
- values: {
145
- [valueName: string]: {
146
- defaultClass: string | undefined;
147
- conditions: {
148
- [conditionName: string]: string;
149
- };
150
- };
151
- };
152
- } ? ((L["styles"][L["styles"][Prop]["mappings"][number]]["values"][keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"]]["defaultClass"] extends string ? keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] : never) | { [Condition_2 in keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"][keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"]]["conditions"]]?: keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] | undefined; } | undefined) | [never, import('@vanilla-extract/sprinkles').ResponsiveArray<1, keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2, keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2 | 3, keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2 | 3 | 4, keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2 | 3 | 4 | 5, keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2 | 3 | 4 | 5 | 6, keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2 | 3 | 4 | 5 | 6 | 7, keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2 | 3 | 4 | 5 | 6 | 7 | 8, keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] | null>][L["styles"][L["styles"][Prop]["mappings"][number]]["responsiveArray"]["length"]] : L["styles"][L["styles"][Prop]["mappings"][number]] extends {
153
- values: {
154
- [valueName: string]: {
155
- defaultClass: string | undefined;
156
- conditions: {
157
- [conditionName: string]: string;
158
- };
159
- };
160
- };
161
- } ? (L["styles"][L["styles"][Prop]["mappings"][number]]["values"][keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"]]["defaultClass"] extends string ? keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] : never) | { [Condition_3 in keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"][keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"]]["conditions"]]?: keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] | undefined; } | undefined : L["styles"][L["styles"][Prop]["mappings"][number]] extends {
162
- values: {
163
- [valueName: string]: {
164
- defaultClass: string;
165
- };
166
- };
167
- } ? keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] | undefined : never : L["styles"][Prop] extends {
168
- values: {
169
- [valueName: string]: {
170
- defaultClass: string;
171
- };
172
- };
173
- } ? keyof L["styles"][Prop]["values"] | undefined : never) | undefined; } : never : never) & (R extends [infer L, ...infer R] ? (L extends StyleProperties ? L["styles"] extends infer T_2 extends {
174
- [property: string]: {
175
- responsiveArray: Array<string>;
176
- values: {
177
- [valueName: string]: {
178
- defaultClass: string | undefined;
179
- conditions: {
180
- [conditionName: string]: string;
181
- };
182
- };
183
- };
184
- } | {
185
- values: {
186
- [valueName: string]: {
187
- defaultClass: string | undefined;
188
- conditions: {
189
- [conditionName: string]: string;
190
- };
191
- };
192
- };
193
- } | {
194
- mappings: Array<string>;
195
- } | {
196
- values: {
197
- [valueName: string]: {
198
- defaultClass: string;
199
- };
200
- };
201
- };
202
- } ? { [Prop in keyof T_2]?: (L["styles"][Prop] extends {
203
- responsiveArray: Array<string>;
204
- values: {
205
- [valueName: string]: {
206
- defaultClass: string | undefined;
207
- conditions: {
208
- [conditionName: string]: string;
209
- };
210
- };
211
- };
212
- } ? ((L["styles"][Prop]["values"][keyof L["styles"][Prop]["values"]]["defaultClass"] extends string ? keyof L["styles"][Prop]["values"] : never) | { [Condition in keyof L["styles"][Prop]["values"][keyof L["styles"][Prop]["values"]]["conditions"]]?: keyof L["styles"][Prop]["values"] | undefined; } | undefined) | [never, import('@vanilla-extract/sprinkles').ResponsiveArray<1, keyof L["styles"][Prop]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2, keyof L["styles"][Prop]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2 | 3, keyof L["styles"][Prop]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2 | 3 | 4, keyof L["styles"][Prop]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2 | 3 | 4 | 5, keyof L["styles"][Prop]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2 | 3 | 4 | 5 | 6, keyof L["styles"][Prop]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2 | 3 | 4 | 5 | 6 | 7, keyof L["styles"][Prop]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2 | 3 | 4 | 5 | 6 | 7 | 8, keyof L["styles"][Prop]["values"] | null>][L["styles"][Prop]["responsiveArray"]["length"]] : L["styles"][Prop] extends {
213
- values: {
214
- [valueName: string]: {
215
- defaultClass: string | undefined;
216
- conditions: {
217
- [conditionName: string]: string;
218
- };
219
- };
220
- };
221
- } ? (L["styles"][Prop]["values"][keyof L["styles"][Prop]["values"]]["defaultClass"] extends string ? keyof L["styles"][Prop]["values"] : never) | { [Condition_1 in keyof L["styles"][Prop]["values"][keyof L["styles"][Prop]["values"]]["conditions"]]?: keyof L["styles"][Prop]["values"] | undefined; } | undefined : L["styles"][Prop] extends {
222
- mappings: Array<string>;
223
- } ? L["styles"][L["styles"][Prop]["mappings"][number]] extends {
224
- responsiveArray: Array<string>;
225
- values: {
226
- [valueName: string]: {
227
- defaultClass: string | undefined;
228
- conditions: {
229
- [conditionName: string]: string;
230
- };
231
- };
232
- };
233
- } ? ((L["styles"][L["styles"][Prop]["mappings"][number]]["values"][keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"]]["defaultClass"] extends string ? keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] : never) | { [Condition_2 in keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"][keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"]]["conditions"]]?: keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] | undefined; } | undefined) | [never, import('@vanilla-extract/sprinkles').ResponsiveArray<1, keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2, keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2 | 3, keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2 | 3 | 4, keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2 | 3 | 4 | 5, keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2 | 3 | 4 | 5 | 6, keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2 | 3 | 4 | 5 | 6 | 7, keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2 | 3 | 4 | 5 | 6 | 7 | 8, keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] | null>][L["styles"][L["styles"][Prop]["mappings"][number]]["responsiveArray"]["length"]] : L["styles"][L["styles"][Prop]["mappings"][number]] extends {
234
- values: {
235
- [valueName: string]: {
236
- defaultClass: string | undefined;
237
- conditions: {
238
- [conditionName: string]: string;
239
- };
240
- };
241
- };
242
- } ? (L["styles"][L["styles"][Prop]["mappings"][number]]["values"][keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"]]["defaultClass"] extends string ? keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] : never) | { [Condition_3 in keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"][keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"]]["conditions"]]?: keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] | undefined; } | undefined : L["styles"][L["styles"][Prop]["mappings"][number]] extends {
243
- values: {
244
- [valueName: string]: {
245
- defaultClass: string;
246
- };
247
- };
248
- } ? keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] | undefined : never : L["styles"][Prop] extends {
249
- values: {
250
- [valueName: string]: {
251
- defaultClass: string;
252
- };
253
- };
254
- } ? keyof L["styles"][Prop]["values"] | undefined : never) | undefined; } : never : never) & (R extends [infer L, ...infer R] ? (L extends StyleProperties ? L["styles"] extends infer T_3 extends {
255
- [property: string]: {
256
- responsiveArray: Array<string>;
257
- values: {
258
- [valueName: string]: {
259
- defaultClass: string | undefined;
260
- conditions: {
261
- [conditionName: string]: string;
262
- };
263
- };
264
- };
265
- } | {
266
- values: {
267
- [valueName: string]: {
268
- defaultClass: string | undefined;
269
- conditions: {
270
- [conditionName: string]: string;
271
- };
272
- };
273
- };
274
- } | {
275
- mappings: Array<string>;
276
- } | {
277
- values: {
278
- [valueName: string]: {
279
- defaultClass: string;
280
- };
281
- };
282
- };
283
- } ? { [Prop in keyof T_3]?: (L["styles"][Prop] extends {
284
- responsiveArray: Array<string>;
285
- values: {
286
- [valueName: string]: {
287
- defaultClass: string | undefined;
288
- conditions: {
289
- [conditionName: string]: string;
290
- };
291
- };
292
- };
293
- } ? ((L["styles"][Prop]["values"][keyof L["styles"][Prop]["values"]]["defaultClass"] extends string ? keyof L["styles"][Prop]["values"] : never) | { [Condition in keyof L["styles"][Prop]["values"][keyof L["styles"][Prop]["values"]]["conditions"]]?: keyof L["styles"][Prop]["values"] | undefined; } | undefined) | [never, import('@vanilla-extract/sprinkles').ResponsiveArray<1, keyof L["styles"][Prop]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2, keyof L["styles"][Prop]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2 | 3, keyof L["styles"][Prop]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2 | 3 | 4, keyof L["styles"][Prop]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2 | 3 | 4 | 5, keyof L["styles"][Prop]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2 | 3 | 4 | 5 | 6, keyof L["styles"][Prop]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2 | 3 | 4 | 5 | 6 | 7, keyof L["styles"][Prop]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2 | 3 | 4 | 5 | 6 | 7 | 8, keyof L["styles"][Prop]["values"] | null>][L["styles"][Prop]["responsiveArray"]["length"]] : L["styles"][Prop] extends {
294
- values: {
295
- [valueName: string]: {
296
- defaultClass: string | undefined;
297
- conditions: {
298
- [conditionName: string]: string;
299
- };
300
- };
301
- };
302
- } ? (L["styles"][Prop]["values"][keyof L["styles"][Prop]["values"]]["defaultClass"] extends string ? keyof L["styles"][Prop]["values"] : never) | { [Condition_1 in keyof L["styles"][Prop]["values"][keyof L["styles"][Prop]["values"]]["conditions"]]?: keyof L["styles"][Prop]["values"] | undefined; } | undefined : L["styles"][Prop] extends {
303
- mappings: Array<string>;
304
- } ? L["styles"][L["styles"][Prop]["mappings"][number]] extends {
305
- responsiveArray: Array<string>;
306
- values: {
307
- [valueName: string]: {
308
- defaultClass: string | undefined;
309
- conditions: {
310
- [conditionName: string]: string;
311
- };
312
- };
313
- };
314
- } ? ((L["styles"][L["styles"][Prop]["mappings"][number]]["values"][keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"]]["defaultClass"] extends string ? keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] : never) | { [Condition_2 in keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"][keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"]]["conditions"]]?: keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] | undefined; } | undefined) | [never, import('@vanilla-extract/sprinkles').ResponsiveArray<1, keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2, keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2 | 3, keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2 | 3 | 4, keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2 | 3 | 4 | 5, keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2 | 3 | 4 | 5 | 6, keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2 | 3 | 4 | 5 | 6 | 7, keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2 | 3 | 4 | 5 | 6 | 7 | 8, keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] | null>][L["styles"][L["styles"][Prop]["mappings"][number]]["responsiveArray"]["length"]] : L["styles"][L["styles"][Prop]["mappings"][number]] extends {
315
- values: {
316
- [valueName: string]: {
317
- defaultClass: string | undefined;
318
- conditions: {
319
- [conditionName: string]: string;
320
- };
321
- };
322
- };
323
- } ? (L["styles"][L["styles"][Prop]["mappings"][number]]["values"][keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"]]["defaultClass"] extends string ? keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] : never) | { [Condition_3 in keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"][keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"]]["conditions"]]?: keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] | undefined; } | undefined : L["styles"][L["styles"][Prop]["mappings"][number]] extends {
324
- values: {
325
- [valueName: string]: {
326
- defaultClass: string;
327
- };
328
- };
329
- } ? keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] | undefined : never : L["styles"][Prop] extends {
330
- values: {
331
- [valueName: string]: {
332
- defaultClass: string;
333
- };
334
- };
335
- } ? keyof L["styles"][Prop]["values"] | undefined : never) | undefined; } : never : never) & (R extends [infer L, ...infer R] ? (L extends StyleProperties ? L["styles"] extends infer T_4 extends {
336
- [property: string]: {
337
- responsiveArray: Array<string>;
338
- values: {
339
- [valueName: string]: {
340
- defaultClass: string | undefined;
341
- conditions: {
342
- [conditionName: string]: string;
343
- };
344
- };
345
- };
346
- } | {
347
- values: {
348
- [valueName: string]: {
349
- defaultClass: string | undefined;
350
- conditions: {
351
- [conditionName: string]: string;
352
- };
353
- };
354
- };
355
- } | {
356
- mappings: Array<string>;
357
- } | {
358
- values: {
359
- [valueName: string]: {
360
- defaultClass: string;
361
- };
362
- };
363
- };
364
- } ? { [Prop in keyof T_4]?: (L["styles"][Prop] extends {
365
- responsiveArray: Array<string>;
366
- values: {
367
- [valueName: string]: {
368
- defaultClass: string | undefined;
369
- conditions: {
370
- [conditionName: string]: string;
371
- };
372
- };
373
- };
374
- } ? ((L["styles"][Prop]["values"][keyof L["styles"][Prop]["values"]]["defaultClass"] extends string ? keyof L["styles"][Prop]["values"] : never) | { [Condition in keyof L["styles"][Prop]["values"][keyof L["styles"][Prop]["values"]]["conditions"]]?: keyof L["styles"][Prop]["values"] | undefined; } | undefined) | [never, import('@vanilla-extract/sprinkles').ResponsiveArray<1, keyof L["styles"][Prop]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2, keyof L["styles"][Prop]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2 | 3, keyof L["styles"][Prop]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2 | 3 | 4, keyof L["styles"][Prop]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2 | 3 | 4 | 5, keyof L["styles"][Prop]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2 | 3 | 4 | 5 | 6, keyof L["styles"][Prop]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2 | 3 | 4 | 5 | 6 | 7, keyof L["styles"][Prop]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2 | 3 | 4 | 5 | 6 | 7 | 8, keyof L["styles"][Prop]["values"] | null>][L["styles"][Prop]["responsiveArray"]["length"]] : L["styles"][Prop] extends {
375
- values: {
376
- [valueName: string]: {
377
- defaultClass: string | undefined;
378
- conditions: {
379
- [conditionName: string]: string;
380
- };
381
- };
382
- };
383
- } ? (L["styles"][Prop]["values"][keyof L["styles"][Prop]["values"]]["defaultClass"] extends string ? keyof L["styles"][Prop]["values"] : never) | { [Condition_1 in keyof L["styles"][Prop]["values"][keyof L["styles"][Prop]["values"]]["conditions"]]?: keyof L["styles"][Prop]["values"] | undefined; } | undefined : L["styles"][Prop] extends {
384
- mappings: Array<string>;
385
- } ? L["styles"][L["styles"][Prop]["mappings"][number]] extends {
386
- responsiveArray: Array<string>;
387
- values: {
388
- [valueName: string]: {
389
- defaultClass: string | undefined;
390
- conditions: {
391
- [conditionName: string]: string;
392
- };
393
- };
394
- };
395
- } ? ((L["styles"][L["styles"][Prop]["mappings"][number]]["values"][keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"]]["defaultClass"] extends string ? keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] : never) | { [Condition_2 in keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"][keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"]]["conditions"]]?: keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] | undefined; } | undefined) | [never, import('@vanilla-extract/sprinkles').ResponsiveArray<1, keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2, keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2 | 3, keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2 | 3 | 4, keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2 | 3 | 4 | 5, keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2 | 3 | 4 | 5 | 6, keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2 | 3 | 4 | 5 | 6 | 7, keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2 | 3 | 4 | 5 | 6 | 7 | 8, keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] | null>][L["styles"][L["styles"][Prop]["mappings"][number]]["responsiveArray"]["length"]] : L["styles"][L["styles"][Prop]["mappings"][number]] extends {
396
- values: {
397
- [valueName: string]: {
398
- defaultClass: string | undefined;
399
- conditions: {
400
- [conditionName: string]: string;
401
- };
402
- };
403
- };
404
- } ? (L["styles"][L["styles"][Prop]["mappings"][number]]["values"][keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"]]["defaultClass"] extends string ? keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] : never) | { [Condition_3 in keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"][keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"]]["conditions"]]?: keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] | undefined; } | undefined : L["styles"][L["styles"][Prop]["mappings"][number]] extends {
405
- values: {
406
- [valueName: string]: {
407
- defaultClass: string;
408
- };
409
- };
410
- } ? keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] | undefined : never : L["styles"][Prop] extends {
411
- values: {
412
- [valueName: string]: {
413
- defaultClass: string;
414
- };
415
- };
416
- } ? keyof L["styles"][Prop]["values"] | undefined : never) | undefined; } : never : never) & (R extends [infer L, ...infer R] ? (L extends StyleProperties ? L["styles"] extends infer T_5 extends {
417
- [property: string]: {
418
- responsiveArray: Array<string>;
419
- values: {
420
- [valueName: string]: {
421
- defaultClass: string | undefined;
422
- conditions: {
423
- [conditionName: string]: string;
424
- };
425
- };
426
- };
427
- } | {
428
- values: {
429
- [valueName: string]: {
430
- defaultClass: string | undefined;
431
- conditions: {
432
- [conditionName: string]: string;
433
- };
434
- };
435
- };
436
- } | {
437
- mappings: Array<string>;
438
- } | {
439
- values: {
440
- [valueName: string]: {
441
- defaultClass: string;
442
- };
443
- };
444
- };
445
- } ? { [Prop in keyof T_5]?: (L["styles"][Prop] extends {
446
- responsiveArray: Array<string>;
447
- values: {
448
- [valueName: string]: {
449
- defaultClass: string | undefined;
450
- conditions: {
451
- [conditionName: string]: string;
452
- };
453
- };
454
- };
455
- } ? ((L["styles"][Prop]["values"][keyof L["styles"][Prop]["values"]]["defaultClass"] extends string ? keyof L["styles"][Prop]["values"] : never) | { [Condition in keyof L["styles"][Prop]["values"][keyof L["styles"][Prop]["values"]]["conditions"]]?: keyof L["styles"][Prop]["values"] | undefined; } | undefined) | [never, import('@vanilla-extract/sprinkles').ResponsiveArray<1, keyof L["styles"][Prop]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2, keyof L["styles"][Prop]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2 | 3, keyof L["styles"][Prop]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2 | 3 | 4, keyof L["styles"][Prop]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2 | 3 | 4 | 5, keyof L["styles"][Prop]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2 | 3 | 4 | 5 | 6, keyof L["styles"][Prop]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2 | 3 | 4 | 5 | 6 | 7, keyof L["styles"][Prop]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2 | 3 | 4 | 5 | 6 | 7 | 8, keyof L["styles"][Prop]["values"] | null>][L["styles"][Prop]["responsiveArray"]["length"]] : L["styles"][Prop] extends {
456
- values: {
457
- [valueName: string]: {
458
- defaultClass: string | undefined;
459
- conditions: {
460
- [conditionName: string]: string;
461
- };
462
- };
463
- };
464
- } ? (L["styles"][Prop]["values"][keyof L["styles"][Prop]["values"]]["defaultClass"] extends string ? keyof L["styles"][Prop]["values"] : never) | { [Condition_1 in keyof L["styles"][Prop]["values"][keyof L["styles"][Prop]["values"]]["conditions"]]?: keyof L["styles"][Prop]["values"] | undefined; } | undefined : L["styles"][Prop] extends {
465
- mappings: Array<string>;
466
- } ? L["styles"][L["styles"][Prop]["mappings"][number]] extends {
467
- responsiveArray: Array<string>;
468
- values: {
469
- [valueName: string]: {
470
- defaultClass: string | undefined;
471
- conditions: {
472
- [conditionName: string]: string;
473
- };
474
- };
475
- };
476
- } ? ((L["styles"][L["styles"][Prop]["mappings"][number]]["values"][keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"]]["defaultClass"] extends string ? keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] : never) | { [Condition_2 in keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"][keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"]]["conditions"]]?: keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] | undefined; } | undefined) | [never, import('@vanilla-extract/sprinkles').ResponsiveArray<1, keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2, keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2 | 3, keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2 | 3 | 4, keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2 | 3 | 4 | 5, keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2 | 3 | 4 | 5 | 6, keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2 | 3 | 4 | 5 | 6 | 7, keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2 | 3 | 4 | 5 | 6 | 7 | 8, keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] | null>][L["styles"][L["styles"][Prop]["mappings"][number]]["responsiveArray"]["length"]] : L["styles"][L["styles"][Prop]["mappings"][number]] extends {
477
- values: {
478
- [valueName: string]: {
479
- defaultClass: string | undefined;
480
- conditions: {
481
- [conditionName: string]: string;
482
- };
483
- };
484
- };
485
- } ? (L["styles"][L["styles"][Prop]["mappings"][number]]["values"][keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"]]["defaultClass"] extends string ? keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] : never) | { [Condition_3 in keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"][keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"]]["conditions"]]?: keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] | undefined; } | undefined : L["styles"][L["styles"][Prop]["mappings"][number]] extends {
486
- values: {
487
- [valueName: string]: {
488
- defaultClass: string;
489
- };
490
- };
491
- } ? keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] | undefined : never : L["styles"][Prop] extends {
492
- values: {
493
- [valueName: string]: {
494
- defaultClass: string;
495
- };
496
- };
497
- } ? keyof L["styles"][Prop]["values"] | undefined : never) | undefined; } : never : never) & (R extends [infer L, ...infer R] ? (L extends StyleProperties ? L["styles"] extends infer T_6 extends {
498
- [property: string]: {
499
- responsiveArray: Array<string>;
500
- values: {
501
- [valueName: string]: {
502
- defaultClass: string | undefined;
503
- conditions: {
504
- [conditionName: string]: string;
505
- };
506
- };
507
- };
508
- } | {
509
- values: {
510
- [valueName: string]: {
511
- defaultClass: string | undefined;
512
- conditions: {
513
- [conditionName: string]: string;
514
- };
515
- };
516
- };
517
- } | {
518
- mappings: Array<string>;
519
- } | {
520
- values: {
521
- [valueName: string]: {
522
- defaultClass: string;
523
- };
524
- };
525
- };
526
- } ? { [Prop in keyof T_6]?: (L["styles"][Prop] extends {
527
- responsiveArray: Array<string>;
528
- values: {
529
- [valueName: string]: {
530
- defaultClass: string | undefined;
531
- conditions: {
532
- [conditionName: string]: string;
533
- };
534
- };
535
- };
536
- } ? ((L["styles"][Prop]["values"][keyof L["styles"][Prop]["values"]]["defaultClass"] extends string ? keyof L["styles"][Prop]["values"] : never) | { [Condition in keyof L["styles"][Prop]["values"][keyof L["styles"][Prop]["values"]]["conditions"]]?: keyof L["styles"][Prop]["values"] | undefined; } | undefined) | [never, import('@vanilla-extract/sprinkles').ResponsiveArray<1, keyof L["styles"][Prop]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2, keyof L["styles"][Prop]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2 | 3, keyof L["styles"][Prop]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2 | 3 | 4, keyof L["styles"][Prop]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2 | 3 | 4 | 5, keyof L["styles"][Prop]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2 | 3 | 4 | 5 | 6, keyof L["styles"][Prop]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2 | 3 | 4 | 5 | 6 | 7, keyof L["styles"][Prop]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2 | 3 | 4 | 5 | 6 | 7 | 8, keyof L["styles"][Prop]["values"] | null>][L["styles"][Prop]["responsiveArray"]["length"]] : L["styles"][Prop] extends {
537
- values: {
538
- [valueName: string]: {
539
- defaultClass: string | undefined;
540
- conditions: {
541
- [conditionName: string]: string;
542
- };
543
- };
544
- };
545
- } ? (L["styles"][Prop]["values"][keyof L["styles"][Prop]["values"]]["defaultClass"] extends string ? keyof L["styles"][Prop]["values"] : never) | { [Condition_1 in keyof L["styles"][Prop]["values"][keyof L["styles"][Prop]["values"]]["conditions"]]?: keyof L["styles"][Prop]["values"] | undefined; } | undefined : L["styles"][Prop] extends {
546
- mappings: Array<string>;
547
- } ? L["styles"][L["styles"][Prop]["mappings"][number]] extends {
548
- responsiveArray: Array<string>;
549
- values: {
550
- [valueName: string]: {
551
- defaultClass: string | undefined;
552
- conditions: {
553
- [conditionName: string]: string;
554
- };
555
- };
556
- };
557
- } ? ((L["styles"][L["styles"][Prop]["mappings"][number]]["values"][keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"]]["defaultClass"] extends string ? keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] : never) | { [Condition_2 in keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"][keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"]]["conditions"]]?: keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] | undefined; } | undefined) | [never, import('@vanilla-extract/sprinkles').ResponsiveArray<1, keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2, keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2 | 3, keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2 | 3 | 4, keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2 | 3 | 4 | 5, keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2 | 3 | 4 | 5 | 6, keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2 | 3 | 4 | 5 | 6 | 7, keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2 | 3 | 4 | 5 | 6 | 7 | 8, keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] | null>][L["styles"][L["styles"][Prop]["mappings"][number]]["responsiveArray"]["length"]] : L["styles"][L["styles"][Prop]["mappings"][number]] extends {
558
- values: {
559
- [valueName: string]: {
560
- defaultClass: string | undefined;
561
- conditions: {
562
- [conditionName: string]: string;
563
- };
564
- };
565
- };
566
- } ? (L["styles"][L["styles"][Prop]["mappings"][number]]["values"][keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"]]["defaultClass"] extends string ? keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] : never) | { [Condition_3 in keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"][keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"]]["conditions"]]?: keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] | undefined; } | undefined : L["styles"][L["styles"][Prop]["mappings"][number]] extends {
567
- values: {
568
- [valueName: string]: {
569
- defaultClass: string;
570
- };
571
- };
572
- } ? keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] | undefined : never : L["styles"][Prop] extends {
573
- values: {
574
- [valueName: string]: {
575
- defaultClass: string;
576
- };
577
- };
578
- } ? keyof L["styles"][Prop]["values"] | undefined : never) | undefined; } : never : never) & (R extends [infer L, ...infer R] ? (L extends StyleProperties ? L["styles"] extends infer T_7 extends {
579
- [property: string]: {
580
- responsiveArray: Array<string>;
581
- values: {
582
- [valueName: string]: {
583
- defaultClass: string | undefined;
584
- conditions: {
585
- [conditionName: string]: string;
586
- };
587
- };
588
- };
589
- } | {
590
- values: {
591
- [valueName: string]: {
592
- defaultClass: string | undefined;
593
- conditions: {
594
- [conditionName: string]: string;
595
- };
596
- };
597
- };
598
- } | {
599
- mappings: Array<string>;
600
- } | {
601
- values: {
602
- [valueName: string]: {
603
- defaultClass: string;
604
- };
605
- };
606
- };
607
- } ? { [Prop in keyof T_7]?: (L["styles"][Prop] extends {
608
- responsiveArray: Array<string>;
609
- values: {
610
- [valueName: string]: {
611
- defaultClass: string | undefined;
612
- conditions: {
613
- [conditionName: string]: string;
614
- };
615
- };
616
- };
617
- } ? ((L["styles"][Prop]["values"][keyof L["styles"][Prop]["values"]]["defaultClass"] extends string ? keyof L["styles"][Prop]["values"] : never) | { [Condition in keyof L["styles"][Prop]["values"][keyof L["styles"][Prop]["values"]]["conditions"]]?: keyof L["styles"][Prop]["values"] | undefined; } | undefined) | [never, import('@vanilla-extract/sprinkles').ResponsiveArray<1, keyof L["styles"][Prop]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2, keyof L["styles"][Prop]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2 | 3, keyof L["styles"][Prop]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2 | 3 | 4, keyof L["styles"][Prop]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2 | 3 | 4 | 5, keyof L["styles"][Prop]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2 | 3 | 4 | 5 | 6, keyof L["styles"][Prop]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2 | 3 | 4 | 5 | 6 | 7, keyof L["styles"][Prop]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2 | 3 | 4 | 5 | 6 | 7 | 8, keyof L["styles"][Prop]["values"] | null>][L["styles"][Prop]["responsiveArray"]["length"]] : L["styles"][Prop] extends {
618
- values: {
619
- [valueName: string]: {
620
- defaultClass: string | undefined;
621
- conditions: {
622
- [conditionName: string]: string;
623
- };
624
- };
625
- };
626
- } ? (L["styles"][Prop]["values"][keyof L["styles"][Prop]["values"]]["defaultClass"] extends string ? keyof L["styles"][Prop]["values"] : never) | { [Condition_1 in keyof L["styles"][Prop]["values"][keyof L["styles"][Prop]["values"]]["conditions"]]?: keyof L["styles"][Prop]["values"] | undefined; } | undefined : L["styles"][Prop] extends {
627
- mappings: Array<string>;
628
- } ? L["styles"][L["styles"][Prop]["mappings"][number]] extends {
629
- responsiveArray: Array<string>;
630
- values: {
631
- [valueName: string]: {
632
- defaultClass: string | undefined;
633
- conditions: {
634
- [conditionName: string]: string;
635
- };
636
- };
637
- };
638
- } ? ((L["styles"][L["styles"][Prop]["mappings"][number]]["values"][keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"]]["defaultClass"] extends string ? keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] : never) | { [Condition_2 in keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"][keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"]]["conditions"]]?: keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] | undefined; } | undefined) | [never, import('@vanilla-extract/sprinkles').ResponsiveArray<1, keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2, keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2 | 3, keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2 | 3 | 4, keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2 | 3 | 4 | 5, keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2 | 3 | 4 | 5 | 6, keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2 | 3 | 4 | 5 | 6 | 7, keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2 | 3 | 4 | 5 | 6 | 7 | 8, keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] | null>][L["styles"][L["styles"][Prop]["mappings"][number]]["responsiveArray"]["length"]] : L["styles"][L["styles"][Prop]["mappings"][number]] extends {
639
- values: {
640
- [valueName: string]: {
641
- defaultClass: string | undefined;
642
- conditions: {
643
- [conditionName: string]: string;
644
- };
645
- };
646
- };
647
- } ? (L["styles"][L["styles"][Prop]["mappings"][number]]["values"][keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"]]["defaultClass"] extends string ? keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] : never) | { [Condition_3 in keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"][keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"]]["conditions"]]?: keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] | undefined; } | undefined : L["styles"][L["styles"][Prop]["mappings"][number]] extends {
648
- values: {
649
- [valueName: string]: {
650
- defaultClass: string;
651
- };
652
- };
653
- } ? keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] | undefined : never : L["styles"][Prop] extends {
654
- values: {
655
- [valueName: string]: {
656
- defaultClass: string;
657
- };
658
- };
659
- } ? keyof L["styles"][Prop]["values"] | undefined : never) | undefined; } : never : never) & (R extends [infer L, ...infer R] ? (L extends StyleProperties ? L["styles"] extends infer T_8 extends {
660
- [property: string]: {
661
- responsiveArray: Array<string>;
662
- values: {
663
- [valueName: string]: {
664
- defaultClass: string | undefined;
665
- conditions: {
666
- [conditionName: string]: string;
667
- };
668
- };
669
- };
670
- } | {
671
- values: {
672
- [valueName: string]: {
673
- defaultClass: string | undefined;
674
- conditions: {
675
- [conditionName: string]: string;
676
- };
677
- };
678
- };
679
- } | {
680
- mappings: Array<string>;
681
- } | {
682
- values: {
683
- [valueName: string]: {
684
- defaultClass: string;
685
- };
686
- };
687
- };
688
- } ? { [Prop in keyof T_8]?: (L["styles"][Prop] extends {
689
- responsiveArray: Array<string>;
690
- values: {
691
- [valueName: string]: {
692
- defaultClass: string | undefined;
693
- conditions: {
694
- [conditionName: string]: string;
695
- };
696
- };
697
- };
698
- } ? ((L["styles"][Prop]["values"][keyof L["styles"][Prop]["values"]]["defaultClass"] extends string ? keyof L["styles"][Prop]["values"] : never) | { [Condition in keyof L["styles"][Prop]["values"][keyof L["styles"][Prop]["values"]]["conditions"]]?: keyof L["styles"][Prop]["values"] | undefined; } | undefined) | [never, import('@vanilla-extract/sprinkles').ResponsiveArray<1, keyof L["styles"][Prop]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2, keyof L["styles"][Prop]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2 | 3, keyof L["styles"][Prop]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2 | 3 | 4, keyof L["styles"][Prop]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2 | 3 | 4 | 5, keyof L["styles"][Prop]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2 | 3 | 4 | 5 | 6, keyof L["styles"][Prop]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2 | 3 | 4 | 5 | 6 | 7, keyof L["styles"][Prop]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2 | 3 | 4 | 5 | 6 | 7 | 8, keyof L["styles"][Prop]["values"] | null>][L["styles"][Prop]["responsiveArray"]["length"]] : L["styles"][Prop] extends {
699
- values: {
700
- [valueName: string]: {
701
- defaultClass: string | undefined;
702
- conditions: {
703
- [conditionName: string]: string;
704
- };
705
- };
706
- };
707
- } ? (L["styles"][Prop]["values"][keyof L["styles"][Prop]["values"]]["defaultClass"] extends string ? keyof L["styles"][Prop]["values"] : never) | { [Condition_1 in keyof L["styles"][Prop]["values"][keyof L["styles"][Prop]["values"]]["conditions"]]?: keyof L["styles"][Prop]["values"] | undefined; } | undefined : L["styles"][Prop] extends {
708
- mappings: Array<string>;
709
- } ? L["styles"][L["styles"][Prop]["mappings"][number]] extends {
710
- responsiveArray: Array<string>;
711
- values: {
712
- [valueName: string]: {
713
- defaultClass: string | undefined;
714
- conditions: {
715
- [conditionName: string]: string;
716
- };
717
- };
718
- };
719
- } ? ((L["styles"][L["styles"][Prop]["mappings"][number]]["values"][keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"]]["defaultClass"] extends string ? keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] : never) | { [Condition_2 in keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"][keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"]]["conditions"]]?: keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] | undefined; } | undefined) | [never, import('@vanilla-extract/sprinkles').ResponsiveArray<1, keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2, keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2 | 3, keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2 | 3 | 4, keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2 | 3 | 4 | 5, keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2 | 3 | 4 | 5 | 6, keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2 | 3 | 4 | 5 | 6 | 7, keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2 | 3 | 4 | 5 | 6 | 7 | 8, keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] | null>][L["styles"][L["styles"][Prop]["mappings"][number]]["responsiveArray"]["length"]] : L["styles"][L["styles"][Prop]["mappings"][number]] extends {
720
- values: {
721
- [valueName: string]: {
722
- defaultClass: string | undefined;
723
- conditions: {
724
- [conditionName: string]: string;
725
- };
726
- };
727
- };
728
- } ? (L["styles"][L["styles"][Prop]["mappings"][number]]["values"][keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"]]["defaultClass"] extends string ? keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] : never) | { [Condition_3 in keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"][keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"]]["conditions"]]?: keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] | undefined; } | undefined : L["styles"][L["styles"][Prop]["mappings"][number]] extends {
729
- values: {
730
- [valueName: string]: {
731
- defaultClass: string;
732
- };
733
- };
734
- } ? keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] | undefined : never : L["styles"][Prop] extends {
735
- values: {
736
- [valueName: string]: {
737
- defaultClass: string;
738
- };
739
- };
740
- } ? keyof L["styles"][Prop]["values"] | undefined : never) | undefined; } : never : never) & (R extends [infer L, ...infer R] ? (L extends StyleProperties ? L["styles"] extends infer T_9 extends {
741
- [property: string]: {
742
- responsiveArray: Array<string>;
743
- values: {
744
- [valueName: string]: {
745
- defaultClass: string | undefined;
746
- conditions: {
747
- [conditionName: string]: string;
748
- };
749
- };
750
- };
751
- } | {
752
- values: {
753
- [valueName: string]: {
754
- defaultClass: string | undefined;
755
- conditions: {
756
- [conditionName: string]: string;
757
- };
758
- };
759
- };
760
- } | {
761
- mappings: Array<string>;
762
- } | {
763
- values: {
764
- [valueName: string]: {
765
- defaultClass: string;
766
- };
767
- };
768
- };
769
- } ? { [Prop in keyof T_9]?: (L["styles"][Prop] extends {
770
- responsiveArray: Array<string>;
771
- values: {
772
- [valueName: string]: {
773
- defaultClass: string | undefined;
774
- conditions: {
775
- [conditionName: string]: string;
776
- };
777
- };
778
- };
779
- } ? ((L["styles"][Prop]["values"][keyof L["styles"][Prop]["values"]]["defaultClass"] extends string ? keyof L["styles"][Prop]["values"] : never) | { [Condition in keyof L["styles"][Prop]["values"][keyof L["styles"][Prop]["values"]]["conditions"]]?: keyof L["styles"][Prop]["values"] | undefined; } | undefined) | [never, import('@vanilla-extract/sprinkles').ResponsiveArray<1, keyof L["styles"][Prop]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2, keyof L["styles"][Prop]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2 | 3, keyof L["styles"][Prop]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2 | 3 | 4, keyof L["styles"][Prop]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2 | 3 | 4 | 5, keyof L["styles"][Prop]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2 | 3 | 4 | 5 | 6, keyof L["styles"][Prop]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2 | 3 | 4 | 5 | 6 | 7, keyof L["styles"][Prop]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2 | 3 | 4 | 5 | 6 | 7 | 8, keyof L["styles"][Prop]["values"] | null>][L["styles"][Prop]["responsiveArray"]["length"]] : L["styles"][Prop] extends {
780
- values: {
781
- [valueName: string]: {
782
- defaultClass: string | undefined;
783
- conditions: {
784
- [conditionName: string]: string;
785
- };
786
- };
787
- };
788
- } ? (L["styles"][Prop]["values"][keyof L["styles"][Prop]["values"]]["defaultClass"] extends string ? keyof L["styles"][Prop]["values"] : never) | { [Condition_1 in keyof L["styles"][Prop]["values"][keyof L["styles"][Prop]["values"]]["conditions"]]?: keyof L["styles"][Prop]["values"] | undefined; } | undefined : L["styles"][Prop] extends {
789
- mappings: Array<string>;
790
- } ? L["styles"][L["styles"][Prop]["mappings"][number]] extends {
791
- responsiveArray: Array<string>;
792
- values: {
793
- [valueName: string]: {
794
- defaultClass: string | undefined;
795
- conditions: {
796
- [conditionName: string]: string;
797
- };
798
- };
799
- };
800
- } ? ((L["styles"][L["styles"][Prop]["mappings"][number]]["values"][keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"]]["defaultClass"] extends string ? keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] : never) | { [Condition_2 in keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"][keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"]]["conditions"]]?: keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] | undefined; } | undefined) | [never, import('@vanilla-extract/sprinkles').ResponsiveArray<1, keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2, keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2 | 3, keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2 | 3 | 4, keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2 | 3 | 4 | 5, keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2 | 3 | 4 | 5 | 6, keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2 | 3 | 4 | 5 | 6 | 7, keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2 | 3 | 4 | 5 | 6 | 7 | 8, keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] | null>][L["styles"][L["styles"][Prop]["mappings"][number]]["responsiveArray"]["length"]] : L["styles"][L["styles"][Prop]["mappings"][number]] extends {
801
- values: {
802
- [valueName: string]: {
803
- defaultClass: string | undefined;
804
- conditions: {
805
- [conditionName: string]: string;
806
- };
807
- };
808
- };
809
- } ? (L["styles"][L["styles"][Prop]["mappings"][number]]["values"][keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"]]["defaultClass"] extends string ? keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] : never) | { [Condition_3 in keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"][keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"]]["conditions"]]?: keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] | undefined; } | undefined : L["styles"][L["styles"][Prop]["mappings"][number]] extends {
810
- values: {
811
- [valueName: string]: {
812
- defaultClass: string;
813
- };
814
- };
815
- } ? keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] | undefined : never : L["styles"][Prop] extends {
816
- values: {
817
- [valueName: string]: {
818
- defaultClass: string;
819
- };
820
- };
821
- } ? keyof L["styles"][Prop]["values"] | undefined : never) | undefined; } : never : never) & (R extends [infer L, ...infer R] ? (L extends StyleProperties ? L["styles"] extends infer T_10 extends {
822
- [property: string]: {
823
- responsiveArray: Array<string>;
824
- values: {
825
- [valueName: string]: {
826
- defaultClass: string | undefined;
827
- conditions: {
828
- [conditionName: string]: string;
829
- };
830
- };
831
- };
832
- } | {
833
- values: {
834
- [valueName: string]: {
835
- defaultClass: string | undefined;
836
- conditions: {
837
- [conditionName: string]: string;
838
- };
839
- };
840
- };
841
- } | {
842
- mappings: Array<string>;
843
- } | {
844
- values: {
845
- [valueName: string]: {
846
- defaultClass: string;
847
- };
848
- };
849
- };
850
- } ? { [Prop in keyof T_10]?: (L["styles"][Prop] extends {
851
- responsiveArray: Array<string>;
852
- values: {
853
- [valueName: string]: {
854
- defaultClass: string | undefined;
855
- conditions: {
856
- [conditionName: string]: string;
857
- };
858
- };
859
- };
860
- } ? ((L["styles"][Prop]["values"][keyof L["styles"][Prop]["values"]]["defaultClass"] extends string ? keyof L["styles"][Prop]["values"] : never) | { [Condition in keyof L["styles"][Prop]["values"][keyof L["styles"][Prop]["values"]]["conditions"]]?: keyof L["styles"][Prop]["values"] | undefined; } | undefined) | [never, import('@vanilla-extract/sprinkles').ResponsiveArray<1, keyof L["styles"][Prop]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2, keyof L["styles"][Prop]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2 | 3, keyof L["styles"][Prop]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2 | 3 | 4, keyof L["styles"][Prop]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2 | 3 | 4 | 5, keyof L["styles"][Prop]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2 | 3 | 4 | 5 | 6, keyof L["styles"][Prop]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2 | 3 | 4 | 5 | 6 | 7, keyof L["styles"][Prop]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2 | 3 | 4 | 5 | 6 | 7 | 8, keyof L["styles"][Prop]["values"] | null>][L["styles"][Prop]["responsiveArray"]["length"]] : L["styles"][Prop] extends {
861
- values: {
862
- [valueName: string]: {
863
- defaultClass: string | undefined;
864
- conditions: {
865
- [conditionName: string]: string;
866
- };
867
- };
868
- };
869
- } ? (L["styles"][Prop]["values"][keyof L["styles"][Prop]["values"]]["defaultClass"] extends string ? keyof L["styles"][Prop]["values"] : never) | { [Condition_1 in keyof L["styles"][Prop]["values"][keyof L["styles"][Prop]["values"]]["conditions"]]?: keyof L["styles"][Prop]["values"] | undefined; } | undefined : L["styles"][Prop] extends {
870
- mappings: Array<string>;
871
- } ? L["styles"][L["styles"][Prop]["mappings"][number]] extends {
872
- responsiveArray: Array<string>;
873
- values: {
874
- [valueName: string]: {
875
- defaultClass: string | undefined;
876
- conditions: {
877
- [conditionName: string]: string;
878
- };
879
- };
880
- };
881
- } ? ((L["styles"][L["styles"][Prop]["mappings"][number]]["values"][keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"]]["defaultClass"] extends string ? keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] : never) | { [Condition_2 in keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"][keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"]]["conditions"]]?: keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] | undefined; } | undefined) | [never, import('@vanilla-extract/sprinkles').ResponsiveArray<1, keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2, keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2 | 3, keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2 | 3 | 4, keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2 | 3 | 4 | 5, keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2 | 3 | 4 | 5 | 6, keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2 | 3 | 4 | 5 | 6 | 7, keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] | null>, import('@vanilla-extract/sprinkles').ResponsiveArray<1 | 2 | 3 | 4 | 5 | 6 | 7 | 8, keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] | null>][L["styles"][L["styles"][Prop]["mappings"][number]]["responsiveArray"]["length"]] : L["styles"][L["styles"][Prop]["mappings"][number]] extends {
882
- values: {
883
- [valueName: string]: {
884
- defaultClass: string | undefined;
885
- conditions: {
886
- [conditionName: string]: string;
887
- };
888
- };
889
- };
890
- } ? (L["styles"][L["styles"][Prop]["mappings"][number]]["values"][keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"]]["defaultClass"] extends string ? keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] : never) | { [Condition_3 in keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"][keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"]]["conditions"]]?: keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] | undefined; } | undefined : L["styles"][L["styles"][Prop]["mappings"][number]] extends {
891
- values: {
892
- [valueName: string]: {
893
- defaultClass: string;
894
- };
895
- };
896
- } ? keyof L["styles"][L["styles"][Prop]["mappings"][number]]["values"] | undefined : never : L["styles"][Prop] extends {
897
- values: {
898
- [valueName: string]: {
899
- defaultClass: string;
900
- };
901
- };
902
- } ? keyof L["styles"][Prop]["values"] | undefined : never) | undefined; } : never : never) & /*elided*/ any : {}) : {}) : {}) : {}) : {}) : {}) : {}) : {}) : {}) : {}) : {};
903
- componentProps: ComponentProps<Props, StylePropFnProperties>;
904
- styleClassName: string;
905
- };
906
- export {};
907
- //# sourceMappingURL=useStyleProps.d.ts.map