@primer/primitives 11.10.0-rc.b8104055 → 11.10.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/build/schemas/borderToken.d.ts +12 -12
- package/dist/build/schemas/colorToken.d.ts +174 -174
- package/dist/build/schemas/colorW3cValue.d.ts +6 -6
- package/dist/build/schemas/gradientToken.d.ts +6 -6
- package/dist/build/schemas/shadowToken.d.ts +186 -186
- package/dist/css/functional/typography/typography.css +3 -3
- package/dist/docs/functional/typography/typography.json +15 -15
- package/dist/fallbacks/functional/typography/typography.json +12 -12
- package/dist/styleLint/functional/typography/typography.json +15 -15
- package/package.json +1 -1
- package/src/tokens/functional/typography/font-stack.json5 +3 -3
|
@@ -8,17 +8,17 @@ export declare const colorToken: z.ZodObject<{
|
|
|
8
8
|
srgb: "srgb";
|
|
9
9
|
rec2020: "rec2020";
|
|
10
10
|
"srgb-linear": "srgb-linear";
|
|
11
|
-
|
|
12
|
-
|
|
11
|
+
"a98-rgb": "a98-rgb";
|
|
12
|
+
"prophoto-rgb": "prophoto-rgb";
|
|
13
|
+
"xyz-d50": "xyz-d50";
|
|
14
|
+
"xyz-d65": "xyz-d65";
|
|
13
15
|
lab: "lab";
|
|
14
16
|
lch: "lch";
|
|
15
17
|
oklab: "oklab";
|
|
16
18
|
oklch: "oklch";
|
|
17
|
-
|
|
18
|
-
|
|
19
|
+
hsl: "hsl";
|
|
20
|
+
hwb: "hwb";
|
|
19
21
|
xyz: "xyz";
|
|
20
|
-
"xyz-d50": "xyz-d50";
|
|
21
|
-
"xyz-d65": "xyz-d65";
|
|
22
22
|
}>;
|
|
23
23
|
components: z.ZodTuple<[z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"none">]>, z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"none">]>, z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"none">]>], null>;
|
|
24
24
|
alpha: z.ZodOptional<z.ZodNumber>;
|
|
@@ -40,17 +40,17 @@ export declare const colorToken: z.ZodObject<{
|
|
|
40
40
|
srgb: "srgb";
|
|
41
41
|
rec2020: "rec2020";
|
|
42
42
|
"srgb-linear": "srgb-linear";
|
|
43
|
-
|
|
44
|
-
|
|
43
|
+
"a98-rgb": "a98-rgb";
|
|
44
|
+
"prophoto-rgb": "prophoto-rgb";
|
|
45
|
+
"xyz-d50": "xyz-d50";
|
|
46
|
+
"xyz-d65": "xyz-d65";
|
|
45
47
|
lab: "lab";
|
|
46
48
|
lch: "lch";
|
|
47
49
|
oklab: "oklab";
|
|
48
50
|
oklch: "oklch";
|
|
49
|
-
|
|
50
|
-
|
|
51
|
+
hsl: "hsl";
|
|
52
|
+
hwb: "hwb";
|
|
51
53
|
xyz: "xyz";
|
|
52
|
-
"xyz-d50": "xyz-d50";
|
|
53
|
-
"xyz-d65": "xyz-d65";
|
|
54
54
|
}>;
|
|
55
55
|
components: z.ZodTuple<[z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"none">]>, z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"none">]>, z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"none">]>], null>;
|
|
56
56
|
alpha: z.ZodOptional<z.ZodNumber>;
|
|
@@ -64,17 +64,17 @@ export declare const colorToken: z.ZodObject<{
|
|
|
64
64
|
srgb: "srgb";
|
|
65
65
|
rec2020: "rec2020";
|
|
66
66
|
"srgb-linear": "srgb-linear";
|
|
67
|
-
|
|
68
|
-
|
|
67
|
+
"a98-rgb": "a98-rgb";
|
|
68
|
+
"prophoto-rgb": "prophoto-rgb";
|
|
69
|
+
"xyz-d50": "xyz-d50";
|
|
70
|
+
"xyz-d65": "xyz-d65";
|
|
69
71
|
lab: "lab";
|
|
70
72
|
lch: "lch";
|
|
71
73
|
oklab: "oklab";
|
|
72
74
|
oklch: "oklch";
|
|
73
|
-
|
|
74
|
-
|
|
75
|
+
hsl: "hsl";
|
|
76
|
+
hwb: "hwb";
|
|
75
77
|
xyz: "xyz";
|
|
76
|
-
"xyz-d50": "xyz-d50";
|
|
77
|
-
"xyz-d65": "xyz-d65";
|
|
78
78
|
}>;
|
|
79
79
|
components: z.ZodTuple<[z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"none">]>, z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"none">]>, z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"none">]>], null>;
|
|
80
80
|
alpha: z.ZodOptional<z.ZodNumber>;
|
|
@@ -88,17 +88,17 @@ export declare const colorToken: z.ZodObject<{
|
|
|
88
88
|
srgb: "srgb";
|
|
89
89
|
rec2020: "rec2020";
|
|
90
90
|
"srgb-linear": "srgb-linear";
|
|
91
|
-
|
|
92
|
-
|
|
91
|
+
"a98-rgb": "a98-rgb";
|
|
92
|
+
"prophoto-rgb": "prophoto-rgb";
|
|
93
|
+
"xyz-d50": "xyz-d50";
|
|
94
|
+
"xyz-d65": "xyz-d65";
|
|
93
95
|
lab: "lab";
|
|
94
96
|
lch: "lch";
|
|
95
97
|
oklab: "oklab";
|
|
96
98
|
oklch: "oklch";
|
|
97
|
-
|
|
98
|
-
|
|
99
|
+
hsl: "hsl";
|
|
100
|
+
hwb: "hwb";
|
|
99
101
|
xyz: "xyz";
|
|
100
|
-
"xyz-d50": "xyz-d50";
|
|
101
|
-
"xyz-d65": "xyz-d65";
|
|
102
102
|
}>;
|
|
103
103
|
components: z.ZodTuple<[z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"none">]>, z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"none">]>, z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"none">]>], null>;
|
|
104
104
|
alpha: z.ZodOptional<z.ZodNumber>;
|
|
@@ -112,17 +112,17 @@ export declare const colorToken: z.ZodObject<{
|
|
|
112
112
|
srgb: "srgb";
|
|
113
113
|
rec2020: "rec2020";
|
|
114
114
|
"srgb-linear": "srgb-linear";
|
|
115
|
-
|
|
116
|
-
|
|
115
|
+
"a98-rgb": "a98-rgb";
|
|
116
|
+
"prophoto-rgb": "prophoto-rgb";
|
|
117
|
+
"xyz-d50": "xyz-d50";
|
|
118
|
+
"xyz-d65": "xyz-d65";
|
|
117
119
|
lab: "lab";
|
|
118
120
|
lch: "lch";
|
|
119
121
|
oklab: "oklab";
|
|
120
122
|
oklch: "oklch";
|
|
121
|
-
|
|
122
|
-
|
|
123
|
+
hsl: "hsl";
|
|
124
|
+
hwb: "hwb";
|
|
123
125
|
xyz: "xyz";
|
|
124
|
-
"xyz-d50": "xyz-d50";
|
|
125
|
-
"xyz-d65": "xyz-d65";
|
|
126
126
|
}>;
|
|
127
127
|
components: z.ZodTuple<[z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"none">]>, z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"none">]>, z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"none">]>], null>;
|
|
128
128
|
alpha: z.ZodOptional<z.ZodNumber>;
|
|
@@ -136,17 +136,17 @@ export declare const colorToken: z.ZodObject<{
|
|
|
136
136
|
srgb: "srgb";
|
|
137
137
|
rec2020: "rec2020";
|
|
138
138
|
"srgb-linear": "srgb-linear";
|
|
139
|
-
|
|
140
|
-
|
|
139
|
+
"a98-rgb": "a98-rgb";
|
|
140
|
+
"prophoto-rgb": "prophoto-rgb";
|
|
141
|
+
"xyz-d50": "xyz-d50";
|
|
142
|
+
"xyz-d65": "xyz-d65";
|
|
141
143
|
lab: "lab";
|
|
142
144
|
lch: "lch";
|
|
143
145
|
oklab: "oklab";
|
|
144
146
|
oklch: "oklch";
|
|
145
|
-
|
|
146
|
-
|
|
147
|
+
hsl: "hsl";
|
|
148
|
+
hwb: "hwb";
|
|
147
149
|
xyz: "xyz";
|
|
148
|
-
"xyz-d50": "xyz-d50";
|
|
149
|
-
"xyz-d65": "xyz-d65";
|
|
150
150
|
}>;
|
|
151
151
|
components: z.ZodTuple<[z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"none">]>, z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"none">]>, z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"none">]>], null>;
|
|
152
152
|
alpha: z.ZodOptional<z.ZodNumber>;
|
|
@@ -160,17 +160,17 @@ export declare const colorToken: z.ZodObject<{
|
|
|
160
160
|
srgb: "srgb";
|
|
161
161
|
rec2020: "rec2020";
|
|
162
162
|
"srgb-linear": "srgb-linear";
|
|
163
|
-
|
|
164
|
-
|
|
163
|
+
"a98-rgb": "a98-rgb";
|
|
164
|
+
"prophoto-rgb": "prophoto-rgb";
|
|
165
|
+
"xyz-d50": "xyz-d50";
|
|
166
|
+
"xyz-d65": "xyz-d65";
|
|
165
167
|
lab: "lab";
|
|
166
168
|
lch: "lch";
|
|
167
169
|
oklab: "oklab";
|
|
168
170
|
oklch: "oklch";
|
|
169
|
-
|
|
170
|
-
|
|
171
|
+
hsl: "hsl";
|
|
172
|
+
hwb: "hwb";
|
|
171
173
|
xyz: "xyz";
|
|
172
|
-
"xyz-d50": "xyz-d50";
|
|
173
|
-
"xyz-d65": "xyz-d65";
|
|
174
174
|
}>;
|
|
175
175
|
components: z.ZodTuple<[z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"none">]>, z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"none">]>, z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"none">]>], null>;
|
|
176
176
|
alpha: z.ZodOptional<z.ZodNumber>;
|
|
@@ -184,17 +184,17 @@ export declare const colorToken: z.ZodObject<{
|
|
|
184
184
|
srgb: "srgb";
|
|
185
185
|
rec2020: "rec2020";
|
|
186
186
|
"srgb-linear": "srgb-linear";
|
|
187
|
-
|
|
188
|
-
|
|
187
|
+
"a98-rgb": "a98-rgb";
|
|
188
|
+
"prophoto-rgb": "prophoto-rgb";
|
|
189
|
+
"xyz-d50": "xyz-d50";
|
|
190
|
+
"xyz-d65": "xyz-d65";
|
|
189
191
|
lab: "lab";
|
|
190
192
|
lch: "lch";
|
|
191
193
|
oklab: "oklab";
|
|
192
194
|
oklch: "oklch";
|
|
193
|
-
|
|
194
|
-
|
|
195
|
+
hsl: "hsl";
|
|
196
|
+
hwb: "hwb";
|
|
195
197
|
xyz: "xyz";
|
|
196
|
-
"xyz-d50": "xyz-d50";
|
|
197
|
-
"xyz-d65": "xyz-d65";
|
|
198
198
|
}>;
|
|
199
199
|
components: z.ZodTuple<[z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"none">]>, z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"none">]>, z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"none">]>], null>;
|
|
200
200
|
alpha: z.ZodOptional<z.ZodNumber>;
|
|
@@ -208,17 +208,17 @@ export declare const colorToken: z.ZodObject<{
|
|
|
208
208
|
srgb: "srgb";
|
|
209
209
|
rec2020: "rec2020";
|
|
210
210
|
"srgb-linear": "srgb-linear";
|
|
211
|
-
|
|
212
|
-
|
|
211
|
+
"a98-rgb": "a98-rgb";
|
|
212
|
+
"prophoto-rgb": "prophoto-rgb";
|
|
213
|
+
"xyz-d50": "xyz-d50";
|
|
214
|
+
"xyz-d65": "xyz-d65";
|
|
213
215
|
lab: "lab";
|
|
214
216
|
lch: "lch";
|
|
215
217
|
oklab: "oklab";
|
|
216
218
|
oklch: "oklch";
|
|
217
|
-
|
|
218
|
-
|
|
219
|
+
hsl: "hsl";
|
|
220
|
+
hwb: "hwb";
|
|
219
221
|
xyz: "xyz";
|
|
220
|
-
"xyz-d50": "xyz-d50";
|
|
221
|
-
"xyz-d65": "xyz-d65";
|
|
222
222
|
}>;
|
|
223
223
|
components: z.ZodTuple<[z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"none">]>, z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"none">]>, z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"none">]>], null>;
|
|
224
224
|
alpha: z.ZodOptional<z.ZodNumber>;
|
|
@@ -232,17 +232,17 @@ export declare const colorToken: z.ZodObject<{
|
|
|
232
232
|
srgb: "srgb";
|
|
233
233
|
rec2020: "rec2020";
|
|
234
234
|
"srgb-linear": "srgb-linear";
|
|
235
|
-
|
|
236
|
-
|
|
235
|
+
"a98-rgb": "a98-rgb";
|
|
236
|
+
"prophoto-rgb": "prophoto-rgb";
|
|
237
|
+
"xyz-d50": "xyz-d50";
|
|
238
|
+
"xyz-d65": "xyz-d65";
|
|
237
239
|
lab: "lab";
|
|
238
240
|
lch: "lch";
|
|
239
241
|
oklab: "oklab";
|
|
240
242
|
oklch: "oklch";
|
|
241
|
-
|
|
242
|
-
|
|
243
|
+
hsl: "hsl";
|
|
244
|
+
hwb: "hwb";
|
|
243
245
|
xyz: "xyz";
|
|
244
|
-
"xyz-d50": "xyz-d50";
|
|
245
|
-
"xyz-d65": "xyz-d65";
|
|
246
246
|
}>;
|
|
247
247
|
components: z.ZodTuple<[z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"none">]>, z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"none">]>, z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"none">]>], null>;
|
|
248
248
|
alpha: z.ZodOptional<z.ZodNumber>;
|
|
@@ -256,17 +256,17 @@ export declare const colorToken: z.ZodObject<{
|
|
|
256
256
|
srgb: "srgb";
|
|
257
257
|
rec2020: "rec2020";
|
|
258
258
|
"srgb-linear": "srgb-linear";
|
|
259
|
-
|
|
260
|
-
|
|
259
|
+
"a98-rgb": "a98-rgb";
|
|
260
|
+
"prophoto-rgb": "prophoto-rgb";
|
|
261
|
+
"xyz-d50": "xyz-d50";
|
|
262
|
+
"xyz-d65": "xyz-d65";
|
|
261
263
|
lab: "lab";
|
|
262
264
|
lch: "lch";
|
|
263
265
|
oklab: "oklab";
|
|
264
266
|
oklch: "oklch";
|
|
265
|
-
|
|
266
|
-
|
|
267
|
+
hsl: "hsl";
|
|
268
|
+
hwb: "hwb";
|
|
267
269
|
xyz: "xyz";
|
|
268
|
-
"xyz-d50": "xyz-d50";
|
|
269
|
-
"xyz-d65": "xyz-d65";
|
|
270
270
|
}>;
|
|
271
271
|
components: z.ZodTuple<[z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"none">]>, z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"none">]>, z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"none">]>], null>;
|
|
272
272
|
alpha: z.ZodOptional<z.ZodNumber>;
|
|
@@ -280,17 +280,17 @@ export declare const colorToken: z.ZodObject<{
|
|
|
280
280
|
srgb: "srgb";
|
|
281
281
|
rec2020: "rec2020";
|
|
282
282
|
"srgb-linear": "srgb-linear";
|
|
283
|
-
|
|
284
|
-
|
|
283
|
+
"a98-rgb": "a98-rgb";
|
|
284
|
+
"prophoto-rgb": "prophoto-rgb";
|
|
285
|
+
"xyz-d50": "xyz-d50";
|
|
286
|
+
"xyz-d65": "xyz-d65";
|
|
285
287
|
lab: "lab";
|
|
286
288
|
lch: "lch";
|
|
287
289
|
oklab: "oklab";
|
|
288
290
|
oklch: "oklch";
|
|
289
|
-
|
|
290
|
-
|
|
291
|
+
hsl: "hsl";
|
|
292
|
+
hwb: "hwb";
|
|
291
293
|
xyz: "xyz";
|
|
292
|
-
"xyz-d50": "xyz-d50";
|
|
293
|
-
"xyz-d65": "xyz-d65";
|
|
294
294
|
}>;
|
|
295
295
|
components: z.ZodTuple<[z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"none">]>, z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"none">]>, z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"none">]>], null>;
|
|
296
296
|
alpha: z.ZodOptional<z.ZodNumber>;
|
|
@@ -304,17 +304,17 @@ export declare const colorToken: z.ZodObject<{
|
|
|
304
304
|
srgb: "srgb";
|
|
305
305
|
rec2020: "rec2020";
|
|
306
306
|
"srgb-linear": "srgb-linear";
|
|
307
|
-
|
|
308
|
-
|
|
307
|
+
"a98-rgb": "a98-rgb";
|
|
308
|
+
"prophoto-rgb": "prophoto-rgb";
|
|
309
|
+
"xyz-d50": "xyz-d50";
|
|
310
|
+
"xyz-d65": "xyz-d65";
|
|
309
311
|
lab: "lab";
|
|
310
312
|
lch: "lch";
|
|
311
313
|
oklab: "oklab";
|
|
312
314
|
oklch: "oklch";
|
|
313
|
-
|
|
314
|
-
|
|
315
|
+
hsl: "hsl";
|
|
316
|
+
hwb: "hwb";
|
|
315
317
|
xyz: "xyz";
|
|
316
|
-
"xyz-d50": "xyz-d50";
|
|
317
|
-
"xyz-d65": "xyz-d65";
|
|
318
318
|
}>;
|
|
319
319
|
components: z.ZodTuple<[z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"none">]>, z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"none">]>, z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"none">]>], null>;
|
|
320
320
|
alpha: z.ZodOptional<z.ZodNumber>;
|
|
@@ -328,17 +328,17 @@ export declare const colorToken: z.ZodObject<{
|
|
|
328
328
|
srgb: "srgb";
|
|
329
329
|
rec2020: "rec2020";
|
|
330
330
|
"srgb-linear": "srgb-linear";
|
|
331
|
-
|
|
332
|
-
|
|
331
|
+
"a98-rgb": "a98-rgb";
|
|
332
|
+
"prophoto-rgb": "prophoto-rgb";
|
|
333
|
+
"xyz-d50": "xyz-d50";
|
|
334
|
+
"xyz-d65": "xyz-d65";
|
|
333
335
|
lab: "lab";
|
|
334
336
|
lch: "lch";
|
|
335
337
|
oklab: "oklab";
|
|
336
338
|
oklch: "oklch";
|
|
337
|
-
|
|
338
|
-
|
|
339
|
+
hsl: "hsl";
|
|
340
|
+
hwb: "hwb";
|
|
339
341
|
xyz: "xyz";
|
|
340
|
-
"xyz-d50": "xyz-d50";
|
|
341
|
-
"xyz-d65": "xyz-d65";
|
|
342
342
|
}>;
|
|
343
343
|
components: z.ZodTuple<[z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"none">]>, z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"none">]>, z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"none">]>], null>;
|
|
344
344
|
alpha: z.ZodOptional<z.ZodNumber>;
|
|
@@ -352,17 +352,17 @@ export declare const colorToken: z.ZodObject<{
|
|
|
352
352
|
srgb: "srgb";
|
|
353
353
|
rec2020: "rec2020";
|
|
354
354
|
"srgb-linear": "srgb-linear";
|
|
355
|
-
|
|
356
|
-
|
|
355
|
+
"a98-rgb": "a98-rgb";
|
|
356
|
+
"prophoto-rgb": "prophoto-rgb";
|
|
357
|
+
"xyz-d50": "xyz-d50";
|
|
358
|
+
"xyz-d65": "xyz-d65";
|
|
357
359
|
lab: "lab";
|
|
358
360
|
lch: "lch";
|
|
359
361
|
oklab: "oklab";
|
|
360
362
|
oklch: "oklch";
|
|
361
|
-
|
|
362
|
-
|
|
363
|
+
hsl: "hsl";
|
|
364
|
+
hwb: "hwb";
|
|
363
365
|
xyz: "xyz";
|
|
364
|
-
"xyz-d50": "xyz-d50";
|
|
365
|
-
"xyz-d65": "xyz-d65";
|
|
366
366
|
}>;
|
|
367
367
|
components: z.ZodTuple<[z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"none">]>, z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"none">]>, z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"none">]>], null>;
|
|
368
368
|
alpha: z.ZodOptional<z.ZodNumber>;
|
|
@@ -376,17 +376,17 @@ export declare const colorToken: z.ZodObject<{
|
|
|
376
376
|
srgb: "srgb";
|
|
377
377
|
rec2020: "rec2020";
|
|
378
378
|
"srgb-linear": "srgb-linear";
|
|
379
|
-
|
|
380
|
-
|
|
379
|
+
"a98-rgb": "a98-rgb";
|
|
380
|
+
"prophoto-rgb": "prophoto-rgb";
|
|
381
|
+
"xyz-d50": "xyz-d50";
|
|
382
|
+
"xyz-d65": "xyz-d65";
|
|
381
383
|
lab: "lab";
|
|
382
384
|
lch: "lch";
|
|
383
385
|
oklab: "oklab";
|
|
384
386
|
oklch: "oklch";
|
|
385
|
-
|
|
386
|
-
|
|
387
|
+
hsl: "hsl";
|
|
388
|
+
hwb: "hwb";
|
|
387
389
|
xyz: "xyz";
|
|
388
|
-
"xyz-d50": "xyz-d50";
|
|
389
|
-
"xyz-d65": "xyz-d65";
|
|
390
390
|
}>;
|
|
391
391
|
components: z.ZodTuple<[z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"none">]>, z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"none">]>, z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"none">]>], null>;
|
|
392
392
|
alpha: z.ZodOptional<z.ZodNumber>;
|
|
@@ -400,17 +400,17 @@ export declare const colorToken: z.ZodObject<{
|
|
|
400
400
|
srgb: "srgb";
|
|
401
401
|
rec2020: "rec2020";
|
|
402
402
|
"srgb-linear": "srgb-linear";
|
|
403
|
-
|
|
404
|
-
|
|
403
|
+
"a98-rgb": "a98-rgb";
|
|
404
|
+
"prophoto-rgb": "prophoto-rgb";
|
|
405
|
+
"xyz-d50": "xyz-d50";
|
|
406
|
+
"xyz-d65": "xyz-d65";
|
|
405
407
|
lab: "lab";
|
|
406
408
|
lch: "lch";
|
|
407
409
|
oklab: "oklab";
|
|
408
410
|
oklch: "oklch";
|
|
409
|
-
|
|
410
|
-
|
|
411
|
+
hsl: "hsl";
|
|
412
|
+
hwb: "hwb";
|
|
411
413
|
xyz: "xyz";
|
|
412
|
-
"xyz-d50": "xyz-d50";
|
|
413
|
-
"xyz-d65": "xyz-d65";
|
|
414
414
|
}>;
|
|
415
415
|
components: z.ZodTuple<[z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"none">]>, z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"none">]>, z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"none">]>], null>;
|
|
416
416
|
alpha: z.ZodOptional<z.ZodNumber>;
|
|
@@ -424,17 +424,17 @@ export declare const colorToken: z.ZodObject<{
|
|
|
424
424
|
srgb: "srgb";
|
|
425
425
|
rec2020: "rec2020";
|
|
426
426
|
"srgb-linear": "srgb-linear";
|
|
427
|
-
|
|
428
|
-
|
|
427
|
+
"a98-rgb": "a98-rgb";
|
|
428
|
+
"prophoto-rgb": "prophoto-rgb";
|
|
429
|
+
"xyz-d50": "xyz-d50";
|
|
430
|
+
"xyz-d65": "xyz-d65";
|
|
429
431
|
lab: "lab";
|
|
430
432
|
lch: "lch";
|
|
431
433
|
oklab: "oklab";
|
|
432
434
|
oklch: "oklch";
|
|
433
|
-
|
|
434
|
-
|
|
435
|
+
hsl: "hsl";
|
|
436
|
+
hwb: "hwb";
|
|
435
437
|
xyz: "xyz";
|
|
436
|
-
"xyz-d50": "xyz-d50";
|
|
437
|
-
"xyz-d65": "xyz-d65";
|
|
438
438
|
}>;
|
|
439
439
|
components: z.ZodTuple<[z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"none">]>, z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"none">]>, z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"none">]>], null>;
|
|
440
440
|
alpha: z.ZodOptional<z.ZodNumber>;
|
|
@@ -448,17 +448,17 @@ export declare const colorToken: z.ZodObject<{
|
|
|
448
448
|
srgb: "srgb";
|
|
449
449
|
rec2020: "rec2020";
|
|
450
450
|
"srgb-linear": "srgb-linear";
|
|
451
|
-
|
|
452
|
-
|
|
451
|
+
"a98-rgb": "a98-rgb";
|
|
452
|
+
"prophoto-rgb": "prophoto-rgb";
|
|
453
|
+
"xyz-d50": "xyz-d50";
|
|
454
|
+
"xyz-d65": "xyz-d65";
|
|
453
455
|
lab: "lab";
|
|
454
456
|
lch: "lch";
|
|
455
457
|
oklab: "oklab";
|
|
456
458
|
oklch: "oklch";
|
|
457
|
-
|
|
458
|
-
|
|
459
|
+
hsl: "hsl";
|
|
460
|
+
hwb: "hwb";
|
|
459
461
|
xyz: "xyz";
|
|
460
|
-
"xyz-d50": "xyz-d50";
|
|
461
|
-
"xyz-d65": "xyz-d65";
|
|
462
462
|
}>;
|
|
463
463
|
components: z.ZodTuple<[z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"none">]>, z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"none">]>, z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"none">]>], null>;
|
|
464
464
|
alpha: z.ZodOptional<z.ZodNumber>;
|
|
@@ -472,17 +472,17 @@ export declare const colorToken: z.ZodObject<{
|
|
|
472
472
|
srgb: "srgb";
|
|
473
473
|
rec2020: "rec2020";
|
|
474
474
|
"srgb-linear": "srgb-linear";
|
|
475
|
-
|
|
476
|
-
|
|
475
|
+
"a98-rgb": "a98-rgb";
|
|
476
|
+
"prophoto-rgb": "prophoto-rgb";
|
|
477
|
+
"xyz-d50": "xyz-d50";
|
|
478
|
+
"xyz-d65": "xyz-d65";
|
|
477
479
|
lab: "lab";
|
|
478
480
|
lch: "lch";
|
|
479
481
|
oklab: "oklab";
|
|
480
482
|
oklch: "oklch";
|
|
481
|
-
|
|
482
|
-
|
|
483
|
+
hsl: "hsl";
|
|
484
|
+
hwb: "hwb";
|
|
483
485
|
xyz: "xyz";
|
|
484
|
-
"xyz-d50": "xyz-d50";
|
|
485
|
-
"xyz-d65": "xyz-d65";
|
|
486
486
|
}>;
|
|
487
487
|
components: z.ZodTuple<[z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"none">]>, z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"none">]>, z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"none">]>], null>;
|
|
488
488
|
alpha: z.ZodOptional<z.ZodNumber>;
|
|
@@ -496,17 +496,17 @@ export declare const colorToken: z.ZodObject<{
|
|
|
496
496
|
srgb: "srgb";
|
|
497
497
|
rec2020: "rec2020";
|
|
498
498
|
"srgb-linear": "srgb-linear";
|
|
499
|
-
|
|
500
|
-
|
|
499
|
+
"a98-rgb": "a98-rgb";
|
|
500
|
+
"prophoto-rgb": "prophoto-rgb";
|
|
501
|
+
"xyz-d50": "xyz-d50";
|
|
502
|
+
"xyz-d65": "xyz-d65";
|
|
501
503
|
lab: "lab";
|
|
502
504
|
lch: "lch";
|
|
503
505
|
oklab: "oklab";
|
|
504
506
|
oklch: "oklch";
|
|
505
|
-
|
|
506
|
-
|
|
507
|
+
hsl: "hsl";
|
|
508
|
+
hwb: "hwb";
|
|
507
509
|
xyz: "xyz";
|
|
508
|
-
"xyz-d50": "xyz-d50";
|
|
509
|
-
"xyz-d65": "xyz-d65";
|
|
510
510
|
}>;
|
|
511
511
|
components: z.ZodTuple<[z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"none">]>, z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"none">]>, z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"none">]>], null>;
|
|
512
512
|
alpha: z.ZodOptional<z.ZodNumber>;
|
|
@@ -520,17 +520,17 @@ export declare const colorToken: z.ZodObject<{
|
|
|
520
520
|
srgb: "srgb";
|
|
521
521
|
rec2020: "rec2020";
|
|
522
522
|
"srgb-linear": "srgb-linear";
|
|
523
|
-
|
|
524
|
-
|
|
523
|
+
"a98-rgb": "a98-rgb";
|
|
524
|
+
"prophoto-rgb": "prophoto-rgb";
|
|
525
|
+
"xyz-d50": "xyz-d50";
|
|
526
|
+
"xyz-d65": "xyz-d65";
|
|
525
527
|
lab: "lab";
|
|
526
528
|
lch: "lch";
|
|
527
529
|
oklab: "oklab";
|
|
528
530
|
oklch: "oklch";
|
|
529
|
-
|
|
530
|
-
|
|
531
|
+
hsl: "hsl";
|
|
532
|
+
hwb: "hwb";
|
|
531
533
|
xyz: "xyz";
|
|
532
|
-
"xyz-d50": "xyz-d50";
|
|
533
|
-
"xyz-d65": "xyz-d65";
|
|
534
534
|
}>;
|
|
535
535
|
components: z.ZodTuple<[z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"none">]>, z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"none">]>, z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"none">]>], null>;
|
|
536
536
|
alpha: z.ZodOptional<z.ZodNumber>;
|
|
@@ -544,17 +544,17 @@ export declare const colorToken: z.ZodObject<{
|
|
|
544
544
|
srgb: "srgb";
|
|
545
545
|
rec2020: "rec2020";
|
|
546
546
|
"srgb-linear": "srgb-linear";
|
|
547
|
-
|
|
548
|
-
|
|
547
|
+
"a98-rgb": "a98-rgb";
|
|
548
|
+
"prophoto-rgb": "prophoto-rgb";
|
|
549
|
+
"xyz-d50": "xyz-d50";
|
|
550
|
+
"xyz-d65": "xyz-d65";
|
|
549
551
|
lab: "lab";
|
|
550
552
|
lch: "lch";
|
|
551
553
|
oklab: "oklab";
|
|
552
554
|
oklch: "oklch";
|
|
553
|
-
|
|
554
|
-
|
|
555
|
+
hsl: "hsl";
|
|
556
|
+
hwb: "hwb";
|
|
555
557
|
xyz: "xyz";
|
|
556
|
-
"xyz-d50": "xyz-d50";
|
|
557
|
-
"xyz-d65": "xyz-d65";
|
|
558
558
|
}>;
|
|
559
559
|
components: z.ZodTuple<[z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"none">]>, z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"none">]>, z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"none">]>], null>;
|
|
560
560
|
alpha: z.ZodOptional<z.ZodNumber>;
|
|
@@ -568,17 +568,17 @@ export declare const colorToken: z.ZodObject<{
|
|
|
568
568
|
srgb: "srgb";
|
|
569
569
|
rec2020: "rec2020";
|
|
570
570
|
"srgb-linear": "srgb-linear";
|
|
571
|
-
|
|
572
|
-
|
|
571
|
+
"a98-rgb": "a98-rgb";
|
|
572
|
+
"prophoto-rgb": "prophoto-rgb";
|
|
573
|
+
"xyz-d50": "xyz-d50";
|
|
574
|
+
"xyz-d65": "xyz-d65";
|
|
573
575
|
lab: "lab";
|
|
574
576
|
lch: "lch";
|
|
575
577
|
oklab: "oklab";
|
|
576
578
|
oklch: "oklch";
|
|
577
|
-
|
|
578
|
-
|
|
579
|
+
hsl: "hsl";
|
|
580
|
+
hwb: "hwb";
|
|
579
581
|
xyz: "xyz";
|
|
580
|
-
"xyz-d50": "xyz-d50";
|
|
581
|
-
"xyz-d65": "xyz-d65";
|
|
582
582
|
}>;
|
|
583
583
|
components: z.ZodTuple<[z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"none">]>, z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"none">]>, z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"none">]>], null>;
|
|
584
584
|
alpha: z.ZodOptional<z.ZodNumber>;
|
|
@@ -592,17 +592,17 @@ export declare const colorToken: z.ZodObject<{
|
|
|
592
592
|
srgb: "srgb";
|
|
593
593
|
rec2020: "rec2020";
|
|
594
594
|
"srgb-linear": "srgb-linear";
|
|
595
|
-
|
|
596
|
-
|
|
595
|
+
"a98-rgb": "a98-rgb";
|
|
596
|
+
"prophoto-rgb": "prophoto-rgb";
|
|
597
|
+
"xyz-d50": "xyz-d50";
|
|
598
|
+
"xyz-d65": "xyz-d65";
|
|
597
599
|
lab: "lab";
|
|
598
600
|
lch: "lch";
|
|
599
601
|
oklab: "oklab";
|
|
600
602
|
oklch: "oklch";
|
|
601
|
-
|
|
602
|
-
|
|
603
|
+
hsl: "hsl";
|
|
604
|
+
hwb: "hwb";
|
|
603
605
|
xyz: "xyz";
|
|
604
|
-
"xyz-d50": "xyz-d50";
|
|
605
|
-
"xyz-d65": "xyz-d65";
|
|
606
606
|
}>;
|
|
607
607
|
components: z.ZodTuple<[z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"none">]>, z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"none">]>, z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"none">]>], null>;
|
|
608
608
|
alpha: z.ZodOptional<z.ZodNumber>;
|
|
@@ -616,17 +616,17 @@ export declare const colorToken: z.ZodObject<{
|
|
|
616
616
|
srgb: "srgb";
|
|
617
617
|
rec2020: "rec2020";
|
|
618
618
|
"srgb-linear": "srgb-linear";
|
|
619
|
-
|
|
620
|
-
|
|
619
|
+
"a98-rgb": "a98-rgb";
|
|
620
|
+
"prophoto-rgb": "prophoto-rgb";
|
|
621
|
+
"xyz-d50": "xyz-d50";
|
|
622
|
+
"xyz-d65": "xyz-d65";
|
|
621
623
|
lab: "lab";
|
|
622
624
|
lch: "lch";
|
|
623
625
|
oklab: "oklab";
|
|
624
626
|
oklch: "oklch";
|
|
625
|
-
|
|
626
|
-
|
|
627
|
+
hsl: "hsl";
|
|
628
|
+
hwb: "hwb";
|
|
627
629
|
xyz: "xyz";
|
|
628
|
-
"xyz-d50": "xyz-d50";
|
|
629
|
-
"xyz-d65": "xyz-d65";
|
|
630
630
|
}>;
|
|
631
631
|
components: z.ZodTuple<[z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"none">]>, z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"none">]>, z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"none">]>], null>;
|
|
632
632
|
alpha: z.ZodOptional<z.ZodNumber>;
|
|
@@ -640,17 +640,17 @@ export declare const colorToken: z.ZodObject<{
|
|
|
640
640
|
srgb: "srgb";
|
|
641
641
|
rec2020: "rec2020";
|
|
642
642
|
"srgb-linear": "srgb-linear";
|
|
643
|
-
|
|
644
|
-
|
|
643
|
+
"a98-rgb": "a98-rgb";
|
|
644
|
+
"prophoto-rgb": "prophoto-rgb";
|
|
645
|
+
"xyz-d50": "xyz-d50";
|
|
646
|
+
"xyz-d65": "xyz-d65";
|
|
645
647
|
lab: "lab";
|
|
646
648
|
lch: "lch";
|
|
647
649
|
oklab: "oklab";
|
|
648
650
|
oklch: "oklch";
|
|
649
|
-
|
|
650
|
-
|
|
651
|
+
hsl: "hsl";
|
|
652
|
+
hwb: "hwb";
|
|
651
653
|
xyz: "xyz";
|
|
652
|
-
"xyz-d50": "xyz-d50";
|
|
653
|
-
"xyz-d65": "xyz-d65";
|
|
654
654
|
}>;
|
|
655
655
|
components: z.ZodTuple<[z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"none">]>, z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"none">]>, z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"none">]>], null>;
|
|
656
656
|
alpha: z.ZodOptional<z.ZodNumber>;
|
|
@@ -664,17 +664,17 @@ export declare const colorToken: z.ZodObject<{
|
|
|
664
664
|
srgb: "srgb";
|
|
665
665
|
rec2020: "rec2020";
|
|
666
666
|
"srgb-linear": "srgb-linear";
|
|
667
|
-
|
|
668
|
-
|
|
667
|
+
"a98-rgb": "a98-rgb";
|
|
668
|
+
"prophoto-rgb": "prophoto-rgb";
|
|
669
|
+
"xyz-d50": "xyz-d50";
|
|
670
|
+
"xyz-d65": "xyz-d65";
|
|
669
671
|
lab: "lab";
|
|
670
672
|
lch: "lch";
|
|
671
673
|
oklab: "oklab";
|
|
672
674
|
oklch: "oklch";
|
|
673
|
-
|
|
674
|
-
|
|
675
|
+
hsl: "hsl";
|
|
676
|
+
hwb: "hwb";
|
|
675
677
|
xyz: "xyz";
|
|
676
|
-
"xyz-d50": "xyz-d50";
|
|
677
|
-
"xyz-d65": "xyz-d65";
|
|
678
678
|
}>;
|
|
679
679
|
components: z.ZodTuple<[z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"none">]>, z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"none">]>, z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"none">]>], null>;
|
|
680
680
|
alpha: z.ZodOptional<z.ZodNumber>;
|
|
@@ -688,17 +688,17 @@ export declare const colorToken: z.ZodObject<{
|
|
|
688
688
|
srgb: "srgb";
|
|
689
689
|
rec2020: "rec2020";
|
|
690
690
|
"srgb-linear": "srgb-linear";
|
|
691
|
-
|
|
692
|
-
|
|
691
|
+
"a98-rgb": "a98-rgb";
|
|
692
|
+
"prophoto-rgb": "prophoto-rgb";
|
|
693
|
+
"xyz-d50": "xyz-d50";
|
|
694
|
+
"xyz-d65": "xyz-d65";
|
|
693
695
|
lab: "lab";
|
|
694
696
|
lch: "lch";
|
|
695
697
|
oklab: "oklab";
|
|
696
698
|
oklch: "oklch";
|
|
697
|
-
|
|
698
|
-
|
|
699
|
+
hsl: "hsl";
|
|
700
|
+
hwb: "hwb";
|
|
699
701
|
xyz: "xyz";
|
|
700
|
-
"xyz-d50": "xyz-d50";
|
|
701
|
-
"xyz-d65": "xyz-d65";
|
|
702
702
|
}>;
|
|
703
703
|
components: z.ZodTuple<[z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"none">]>, z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"none">]>, z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"none">]>], null>;
|
|
704
704
|
alpha: z.ZodOptional<z.ZodNumber>;
|