@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
|
@@ -6,17 +6,17 @@ export declare const shadowValue: z.ZodObject<{
|
|
|
6
6
|
srgb: "srgb";
|
|
7
7
|
rec2020: "rec2020";
|
|
8
8
|
"srgb-linear": "srgb-linear";
|
|
9
|
-
|
|
10
|
-
|
|
9
|
+
"a98-rgb": "a98-rgb";
|
|
10
|
+
"prophoto-rgb": "prophoto-rgb";
|
|
11
|
+
"xyz-d50": "xyz-d50";
|
|
12
|
+
"xyz-d65": "xyz-d65";
|
|
11
13
|
lab: "lab";
|
|
12
14
|
lch: "lch";
|
|
13
15
|
oklab: "oklab";
|
|
14
16
|
oklch: "oklch";
|
|
15
|
-
|
|
16
|
-
|
|
17
|
+
hsl: "hsl";
|
|
18
|
+
hwb: "hwb";
|
|
17
19
|
xyz: "xyz";
|
|
18
|
-
"xyz-d50": "xyz-d50";
|
|
19
|
-
"xyz-d65": "xyz-d65";
|
|
20
20
|
}>;
|
|
21
21
|
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>;
|
|
22
22
|
alpha: z.ZodOptional<z.ZodNumber>;
|
|
@@ -67,17 +67,17 @@ export declare const shadowToken: z.ZodObject<{
|
|
|
67
67
|
srgb: "srgb";
|
|
68
68
|
rec2020: "rec2020";
|
|
69
69
|
"srgb-linear": "srgb-linear";
|
|
70
|
-
|
|
71
|
-
|
|
70
|
+
"a98-rgb": "a98-rgb";
|
|
71
|
+
"prophoto-rgb": "prophoto-rgb";
|
|
72
|
+
"xyz-d50": "xyz-d50";
|
|
73
|
+
"xyz-d65": "xyz-d65";
|
|
72
74
|
lab: "lab";
|
|
73
75
|
lch: "lch";
|
|
74
76
|
oklab: "oklab";
|
|
75
77
|
oklch: "oklch";
|
|
76
|
-
|
|
77
|
-
|
|
78
|
+
hsl: "hsl";
|
|
79
|
+
hwb: "hwb";
|
|
78
80
|
xyz: "xyz";
|
|
79
|
-
"xyz-d50": "xyz-d50";
|
|
80
|
-
"xyz-d65": "xyz-d65";
|
|
81
81
|
}>;
|
|
82
82
|
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>;
|
|
83
83
|
alpha: z.ZodOptional<z.ZodNumber>;
|
|
@@ -124,17 +124,17 @@ export declare const shadowToken: z.ZodObject<{
|
|
|
124
124
|
srgb: "srgb";
|
|
125
125
|
rec2020: "rec2020";
|
|
126
126
|
"srgb-linear": "srgb-linear";
|
|
127
|
-
|
|
128
|
-
|
|
127
|
+
"a98-rgb": "a98-rgb";
|
|
128
|
+
"prophoto-rgb": "prophoto-rgb";
|
|
129
|
+
"xyz-d50": "xyz-d50";
|
|
130
|
+
"xyz-d65": "xyz-d65";
|
|
129
131
|
lab: "lab";
|
|
130
132
|
lch: "lch";
|
|
131
133
|
oklab: "oklab";
|
|
132
134
|
oklch: "oklch";
|
|
133
|
-
|
|
134
|
-
|
|
135
|
+
hsl: "hsl";
|
|
136
|
+
hwb: "hwb";
|
|
135
137
|
xyz: "xyz";
|
|
136
|
-
"xyz-d50": "xyz-d50";
|
|
137
|
-
"xyz-d65": "xyz-d65";
|
|
138
138
|
}>;
|
|
139
139
|
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>;
|
|
140
140
|
alpha: z.ZodOptional<z.ZodNumber>;
|
|
@@ -193,17 +193,17 @@ export declare const shadowToken: z.ZodObject<{
|
|
|
193
193
|
srgb: "srgb";
|
|
194
194
|
rec2020: "rec2020";
|
|
195
195
|
"srgb-linear": "srgb-linear";
|
|
196
|
-
|
|
197
|
-
|
|
196
|
+
"a98-rgb": "a98-rgb";
|
|
197
|
+
"prophoto-rgb": "prophoto-rgb";
|
|
198
|
+
"xyz-d50": "xyz-d50";
|
|
199
|
+
"xyz-d65": "xyz-d65";
|
|
198
200
|
lab: "lab";
|
|
199
201
|
lch: "lch";
|
|
200
202
|
oklab: "oklab";
|
|
201
203
|
oklch: "oklch";
|
|
202
|
-
|
|
203
|
-
|
|
204
|
+
hsl: "hsl";
|
|
205
|
+
hwb: "hwb";
|
|
204
206
|
xyz: "xyz";
|
|
205
|
-
"xyz-d50": "xyz-d50";
|
|
206
|
-
"xyz-d65": "xyz-d65";
|
|
207
207
|
}>;
|
|
208
208
|
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>;
|
|
209
209
|
alpha: z.ZodOptional<z.ZodNumber>;
|
|
@@ -250,17 +250,17 @@ export declare const shadowToken: z.ZodObject<{
|
|
|
250
250
|
srgb: "srgb";
|
|
251
251
|
rec2020: "rec2020";
|
|
252
252
|
"srgb-linear": "srgb-linear";
|
|
253
|
-
|
|
254
|
-
|
|
253
|
+
"a98-rgb": "a98-rgb";
|
|
254
|
+
"prophoto-rgb": "prophoto-rgb";
|
|
255
|
+
"xyz-d50": "xyz-d50";
|
|
256
|
+
"xyz-d65": "xyz-d65";
|
|
255
257
|
lab: "lab";
|
|
256
258
|
lch: "lch";
|
|
257
259
|
oklab: "oklab";
|
|
258
260
|
oklch: "oklch";
|
|
259
|
-
|
|
260
|
-
|
|
261
|
+
hsl: "hsl";
|
|
262
|
+
hwb: "hwb";
|
|
261
263
|
xyz: "xyz";
|
|
262
|
-
"xyz-d50": "xyz-d50";
|
|
263
|
-
"xyz-d65": "xyz-d65";
|
|
264
264
|
}>;
|
|
265
265
|
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>;
|
|
266
266
|
alpha: z.ZodOptional<z.ZodNumber>;
|
|
@@ -312,17 +312,17 @@ export declare const shadowToken: z.ZodObject<{
|
|
|
312
312
|
srgb: "srgb";
|
|
313
313
|
rec2020: "rec2020";
|
|
314
314
|
"srgb-linear": "srgb-linear";
|
|
315
|
-
|
|
316
|
-
|
|
315
|
+
"a98-rgb": "a98-rgb";
|
|
316
|
+
"prophoto-rgb": "prophoto-rgb";
|
|
317
|
+
"xyz-d50": "xyz-d50";
|
|
318
|
+
"xyz-d65": "xyz-d65";
|
|
317
319
|
lab: "lab";
|
|
318
320
|
lch: "lch";
|
|
319
321
|
oklab: "oklab";
|
|
320
322
|
oklch: "oklch";
|
|
321
|
-
|
|
322
|
-
|
|
323
|
+
hsl: "hsl";
|
|
324
|
+
hwb: "hwb";
|
|
323
325
|
xyz: "xyz";
|
|
324
|
-
"xyz-d50": "xyz-d50";
|
|
325
|
-
"xyz-d65": "xyz-d65";
|
|
326
326
|
}>;
|
|
327
327
|
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>;
|
|
328
328
|
alpha: z.ZodOptional<z.ZodNumber>;
|
|
@@ -369,17 +369,17 @@ export declare const shadowToken: z.ZodObject<{
|
|
|
369
369
|
srgb: "srgb";
|
|
370
370
|
rec2020: "rec2020";
|
|
371
371
|
"srgb-linear": "srgb-linear";
|
|
372
|
-
|
|
373
|
-
|
|
372
|
+
"a98-rgb": "a98-rgb";
|
|
373
|
+
"prophoto-rgb": "prophoto-rgb";
|
|
374
|
+
"xyz-d50": "xyz-d50";
|
|
375
|
+
"xyz-d65": "xyz-d65";
|
|
374
376
|
lab: "lab";
|
|
375
377
|
lch: "lch";
|
|
376
378
|
oklab: "oklab";
|
|
377
379
|
oklch: "oklch";
|
|
378
|
-
|
|
379
|
-
|
|
380
|
+
hsl: "hsl";
|
|
381
|
+
hwb: "hwb";
|
|
380
382
|
xyz: "xyz";
|
|
381
|
-
"xyz-d50": "xyz-d50";
|
|
382
|
-
"xyz-d65": "xyz-d65";
|
|
383
383
|
}>;
|
|
384
384
|
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>;
|
|
385
385
|
alpha: z.ZodOptional<z.ZodNumber>;
|
|
@@ -431,17 +431,17 @@ export declare const shadowToken: z.ZodObject<{
|
|
|
431
431
|
srgb: "srgb";
|
|
432
432
|
rec2020: "rec2020";
|
|
433
433
|
"srgb-linear": "srgb-linear";
|
|
434
|
-
|
|
435
|
-
|
|
434
|
+
"a98-rgb": "a98-rgb";
|
|
435
|
+
"prophoto-rgb": "prophoto-rgb";
|
|
436
|
+
"xyz-d50": "xyz-d50";
|
|
437
|
+
"xyz-d65": "xyz-d65";
|
|
436
438
|
lab: "lab";
|
|
437
439
|
lch: "lch";
|
|
438
440
|
oklab: "oklab";
|
|
439
441
|
oklch: "oklch";
|
|
440
|
-
|
|
441
|
-
|
|
442
|
+
hsl: "hsl";
|
|
443
|
+
hwb: "hwb";
|
|
442
444
|
xyz: "xyz";
|
|
443
|
-
"xyz-d50": "xyz-d50";
|
|
444
|
-
"xyz-d65": "xyz-d65";
|
|
445
445
|
}>;
|
|
446
446
|
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>;
|
|
447
447
|
alpha: z.ZodOptional<z.ZodNumber>;
|
|
@@ -488,17 +488,17 @@ export declare const shadowToken: z.ZodObject<{
|
|
|
488
488
|
srgb: "srgb";
|
|
489
489
|
rec2020: "rec2020";
|
|
490
490
|
"srgb-linear": "srgb-linear";
|
|
491
|
-
|
|
492
|
-
|
|
491
|
+
"a98-rgb": "a98-rgb";
|
|
492
|
+
"prophoto-rgb": "prophoto-rgb";
|
|
493
|
+
"xyz-d50": "xyz-d50";
|
|
494
|
+
"xyz-d65": "xyz-d65";
|
|
493
495
|
lab: "lab";
|
|
494
496
|
lch: "lch";
|
|
495
497
|
oklab: "oklab";
|
|
496
498
|
oklch: "oklch";
|
|
497
|
-
|
|
498
|
-
|
|
499
|
+
hsl: "hsl";
|
|
500
|
+
hwb: "hwb";
|
|
499
501
|
xyz: "xyz";
|
|
500
|
-
"xyz-d50": "xyz-d50";
|
|
501
|
-
"xyz-d65": "xyz-d65";
|
|
502
502
|
}>;
|
|
503
503
|
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>;
|
|
504
504
|
alpha: z.ZodOptional<z.ZodNumber>;
|
|
@@ -550,17 +550,17 @@ export declare const shadowToken: z.ZodObject<{
|
|
|
550
550
|
srgb: "srgb";
|
|
551
551
|
rec2020: "rec2020";
|
|
552
552
|
"srgb-linear": "srgb-linear";
|
|
553
|
-
|
|
554
|
-
|
|
553
|
+
"a98-rgb": "a98-rgb";
|
|
554
|
+
"prophoto-rgb": "prophoto-rgb";
|
|
555
|
+
"xyz-d50": "xyz-d50";
|
|
556
|
+
"xyz-d65": "xyz-d65";
|
|
555
557
|
lab: "lab";
|
|
556
558
|
lch: "lch";
|
|
557
559
|
oklab: "oklab";
|
|
558
560
|
oklch: "oklch";
|
|
559
|
-
|
|
560
|
-
|
|
561
|
+
hsl: "hsl";
|
|
562
|
+
hwb: "hwb";
|
|
561
563
|
xyz: "xyz";
|
|
562
|
-
"xyz-d50": "xyz-d50";
|
|
563
|
-
"xyz-d65": "xyz-d65";
|
|
564
564
|
}>;
|
|
565
565
|
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>;
|
|
566
566
|
alpha: z.ZodOptional<z.ZodNumber>;
|
|
@@ -607,17 +607,17 @@ export declare const shadowToken: z.ZodObject<{
|
|
|
607
607
|
srgb: "srgb";
|
|
608
608
|
rec2020: "rec2020";
|
|
609
609
|
"srgb-linear": "srgb-linear";
|
|
610
|
-
|
|
611
|
-
|
|
610
|
+
"a98-rgb": "a98-rgb";
|
|
611
|
+
"prophoto-rgb": "prophoto-rgb";
|
|
612
|
+
"xyz-d50": "xyz-d50";
|
|
613
|
+
"xyz-d65": "xyz-d65";
|
|
612
614
|
lab: "lab";
|
|
613
615
|
lch: "lch";
|
|
614
616
|
oklab: "oklab";
|
|
615
617
|
oklch: "oklch";
|
|
616
|
-
|
|
617
|
-
|
|
618
|
+
hsl: "hsl";
|
|
619
|
+
hwb: "hwb";
|
|
618
620
|
xyz: "xyz";
|
|
619
|
-
"xyz-d50": "xyz-d50";
|
|
620
|
-
"xyz-d65": "xyz-d65";
|
|
621
621
|
}>;
|
|
622
622
|
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>;
|
|
623
623
|
alpha: z.ZodOptional<z.ZodNumber>;
|
|
@@ -669,17 +669,17 @@ export declare const shadowToken: z.ZodObject<{
|
|
|
669
669
|
srgb: "srgb";
|
|
670
670
|
rec2020: "rec2020";
|
|
671
671
|
"srgb-linear": "srgb-linear";
|
|
672
|
-
|
|
673
|
-
|
|
672
|
+
"a98-rgb": "a98-rgb";
|
|
673
|
+
"prophoto-rgb": "prophoto-rgb";
|
|
674
|
+
"xyz-d50": "xyz-d50";
|
|
675
|
+
"xyz-d65": "xyz-d65";
|
|
674
676
|
lab: "lab";
|
|
675
677
|
lch: "lch";
|
|
676
678
|
oklab: "oklab";
|
|
677
679
|
oklch: "oklch";
|
|
678
|
-
|
|
679
|
-
|
|
680
|
+
hsl: "hsl";
|
|
681
|
+
hwb: "hwb";
|
|
680
682
|
xyz: "xyz";
|
|
681
|
-
"xyz-d50": "xyz-d50";
|
|
682
|
-
"xyz-d65": "xyz-d65";
|
|
683
683
|
}>;
|
|
684
684
|
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>;
|
|
685
685
|
alpha: z.ZodOptional<z.ZodNumber>;
|
|
@@ -726,17 +726,17 @@ export declare const shadowToken: z.ZodObject<{
|
|
|
726
726
|
srgb: "srgb";
|
|
727
727
|
rec2020: "rec2020";
|
|
728
728
|
"srgb-linear": "srgb-linear";
|
|
729
|
-
|
|
730
|
-
|
|
729
|
+
"a98-rgb": "a98-rgb";
|
|
730
|
+
"prophoto-rgb": "prophoto-rgb";
|
|
731
|
+
"xyz-d50": "xyz-d50";
|
|
732
|
+
"xyz-d65": "xyz-d65";
|
|
731
733
|
lab: "lab";
|
|
732
734
|
lch: "lch";
|
|
733
735
|
oklab: "oklab";
|
|
734
736
|
oklch: "oklch";
|
|
735
|
-
|
|
736
|
-
|
|
737
|
+
hsl: "hsl";
|
|
738
|
+
hwb: "hwb";
|
|
737
739
|
xyz: "xyz";
|
|
738
|
-
"xyz-d50": "xyz-d50";
|
|
739
|
-
"xyz-d65": "xyz-d65";
|
|
740
740
|
}>;
|
|
741
741
|
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>;
|
|
742
742
|
alpha: z.ZodOptional<z.ZodNumber>;
|
|
@@ -788,17 +788,17 @@ export declare const shadowToken: z.ZodObject<{
|
|
|
788
788
|
srgb: "srgb";
|
|
789
789
|
rec2020: "rec2020";
|
|
790
790
|
"srgb-linear": "srgb-linear";
|
|
791
|
-
|
|
792
|
-
|
|
791
|
+
"a98-rgb": "a98-rgb";
|
|
792
|
+
"prophoto-rgb": "prophoto-rgb";
|
|
793
|
+
"xyz-d50": "xyz-d50";
|
|
794
|
+
"xyz-d65": "xyz-d65";
|
|
793
795
|
lab: "lab";
|
|
794
796
|
lch: "lch";
|
|
795
797
|
oklab: "oklab";
|
|
796
798
|
oklch: "oklch";
|
|
797
|
-
|
|
798
|
-
|
|
799
|
+
hsl: "hsl";
|
|
800
|
+
hwb: "hwb";
|
|
799
801
|
xyz: "xyz";
|
|
800
|
-
"xyz-d50": "xyz-d50";
|
|
801
|
-
"xyz-d65": "xyz-d65";
|
|
802
802
|
}>;
|
|
803
803
|
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>;
|
|
804
804
|
alpha: z.ZodOptional<z.ZodNumber>;
|
|
@@ -845,17 +845,17 @@ export declare const shadowToken: z.ZodObject<{
|
|
|
845
845
|
srgb: "srgb";
|
|
846
846
|
rec2020: "rec2020";
|
|
847
847
|
"srgb-linear": "srgb-linear";
|
|
848
|
-
|
|
849
|
-
|
|
848
|
+
"a98-rgb": "a98-rgb";
|
|
849
|
+
"prophoto-rgb": "prophoto-rgb";
|
|
850
|
+
"xyz-d50": "xyz-d50";
|
|
851
|
+
"xyz-d65": "xyz-d65";
|
|
850
852
|
lab: "lab";
|
|
851
853
|
lch: "lch";
|
|
852
854
|
oklab: "oklab";
|
|
853
855
|
oklch: "oklch";
|
|
854
|
-
|
|
855
|
-
|
|
856
|
+
hsl: "hsl";
|
|
857
|
+
hwb: "hwb";
|
|
856
858
|
xyz: "xyz";
|
|
857
|
-
"xyz-d50": "xyz-d50";
|
|
858
|
-
"xyz-d65": "xyz-d65";
|
|
859
859
|
}>;
|
|
860
860
|
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>;
|
|
861
861
|
alpha: z.ZodOptional<z.ZodNumber>;
|
|
@@ -907,17 +907,17 @@ export declare const shadowToken: z.ZodObject<{
|
|
|
907
907
|
srgb: "srgb";
|
|
908
908
|
rec2020: "rec2020";
|
|
909
909
|
"srgb-linear": "srgb-linear";
|
|
910
|
-
|
|
911
|
-
|
|
910
|
+
"a98-rgb": "a98-rgb";
|
|
911
|
+
"prophoto-rgb": "prophoto-rgb";
|
|
912
|
+
"xyz-d50": "xyz-d50";
|
|
913
|
+
"xyz-d65": "xyz-d65";
|
|
912
914
|
lab: "lab";
|
|
913
915
|
lch: "lch";
|
|
914
916
|
oklab: "oklab";
|
|
915
917
|
oklch: "oklch";
|
|
916
|
-
|
|
917
|
-
|
|
918
|
+
hsl: "hsl";
|
|
919
|
+
hwb: "hwb";
|
|
918
920
|
xyz: "xyz";
|
|
919
|
-
"xyz-d50": "xyz-d50";
|
|
920
|
-
"xyz-d65": "xyz-d65";
|
|
921
921
|
}>;
|
|
922
922
|
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>;
|
|
923
923
|
alpha: z.ZodOptional<z.ZodNumber>;
|
|
@@ -964,17 +964,17 @@ export declare const shadowToken: z.ZodObject<{
|
|
|
964
964
|
srgb: "srgb";
|
|
965
965
|
rec2020: "rec2020";
|
|
966
966
|
"srgb-linear": "srgb-linear";
|
|
967
|
-
|
|
968
|
-
|
|
967
|
+
"a98-rgb": "a98-rgb";
|
|
968
|
+
"prophoto-rgb": "prophoto-rgb";
|
|
969
|
+
"xyz-d50": "xyz-d50";
|
|
970
|
+
"xyz-d65": "xyz-d65";
|
|
969
971
|
lab: "lab";
|
|
970
972
|
lch: "lch";
|
|
971
973
|
oklab: "oklab";
|
|
972
974
|
oklch: "oklch";
|
|
973
|
-
|
|
974
|
-
|
|
975
|
+
hsl: "hsl";
|
|
976
|
+
hwb: "hwb";
|
|
975
977
|
xyz: "xyz";
|
|
976
|
-
"xyz-d50": "xyz-d50";
|
|
977
|
-
"xyz-d65": "xyz-d65";
|
|
978
978
|
}>;
|
|
979
979
|
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>;
|
|
980
980
|
alpha: z.ZodOptional<z.ZodNumber>;
|
|
@@ -1026,17 +1026,17 @@ export declare const shadowToken: z.ZodObject<{
|
|
|
1026
1026
|
srgb: "srgb";
|
|
1027
1027
|
rec2020: "rec2020";
|
|
1028
1028
|
"srgb-linear": "srgb-linear";
|
|
1029
|
-
|
|
1030
|
-
|
|
1029
|
+
"a98-rgb": "a98-rgb";
|
|
1030
|
+
"prophoto-rgb": "prophoto-rgb";
|
|
1031
|
+
"xyz-d50": "xyz-d50";
|
|
1032
|
+
"xyz-d65": "xyz-d65";
|
|
1031
1033
|
lab: "lab";
|
|
1032
1034
|
lch: "lch";
|
|
1033
1035
|
oklab: "oklab";
|
|
1034
1036
|
oklch: "oklch";
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
+
hsl: "hsl";
|
|
1038
|
+
hwb: "hwb";
|
|
1037
1039
|
xyz: "xyz";
|
|
1038
|
-
"xyz-d50": "xyz-d50";
|
|
1039
|
-
"xyz-d65": "xyz-d65";
|
|
1040
1040
|
}>;
|
|
1041
1041
|
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>;
|
|
1042
1042
|
alpha: z.ZodOptional<z.ZodNumber>;
|
|
@@ -1083,17 +1083,17 @@ export declare const shadowToken: z.ZodObject<{
|
|
|
1083
1083
|
srgb: "srgb";
|
|
1084
1084
|
rec2020: "rec2020";
|
|
1085
1085
|
"srgb-linear": "srgb-linear";
|
|
1086
|
-
|
|
1087
|
-
|
|
1086
|
+
"a98-rgb": "a98-rgb";
|
|
1087
|
+
"prophoto-rgb": "prophoto-rgb";
|
|
1088
|
+
"xyz-d50": "xyz-d50";
|
|
1089
|
+
"xyz-d65": "xyz-d65";
|
|
1088
1090
|
lab: "lab";
|
|
1089
1091
|
lch: "lch";
|
|
1090
1092
|
oklab: "oklab";
|
|
1091
1093
|
oklch: "oklch";
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
+
hsl: "hsl";
|
|
1095
|
+
hwb: "hwb";
|
|
1094
1096
|
xyz: "xyz";
|
|
1095
|
-
"xyz-d50": "xyz-d50";
|
|
1096
|
-
"xyz-d65": "xyz-d65";
|
|
1097
1097
|
}>;
|
|
1098
1098
|
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>;
|
|
1099
1099
|
alpha: z.ZodOptional<z.ZodNumber>;
|
|
@@ -1145,17 +1145,17 @@ export declare const shadowToken: z.ZodObject<{
|
|
|
1145
1145
|
srgb: "srgb";
|
|
1146
1146
|
rec2020: "rec2020";
|
|
1147
1147
|
"srgb-linear": "srgb-linear";
|
|
1148
|
-
|
|
1149
|
-
|
|
1148
|
+
"a98-rgb": "a98-rgb";
|
|
1149
|
+
"prophoto-rgb": "prophoto-rgb";
|
|
1150
|
+
"xyz-d50": "xyz-d50";
|
|
1151
|
+
"xyz-d65": "xyz-d65";
|
|
1150
1152
|
lab: "lab";
|
|
1151
1153
|
lch: "lch";
|
|
1152
1154
|
oklab: "oklab";
|
|
1153
1155
|
oklch: "oklch";
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
+
hsl: "hsl";
|
|
1157
|
+
hwb: "hwb";
|
|
1156
1158
|
xyz: "xyz";
|
|
1157
|
-
"xyz-d50": "xyz-d50";
|
|
1158
|
-
"xyz-d65": "xyz-d65";
|
|
1159
1159
|
}>;
|
|
1160
1160
|
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>;
|
|
1161
1161
|
alpha: z.ZodOptional<z.ZodNumber>;
|
|
@@ -1202,17 +1202,17 @@ export declare const shadowToken: z.ZodObject<{
|
|
|
1202
1202
|
srgb: "srgb";
|
|
1203
1203
|
rec2020: "rec2020";
|
|
1204
1204
|
"srgb-linear": "srgb-linear";
|
|
1205
|
-
|
|
1206
|
-
|
|
1205
|
+
"a98-rgb": "a98-rgb";
|
|
1206
|
+
"prophoto-rgb": "prophoto-rgb";
|
|
1207
|
+
"xyz-d50": "xyz-d50";
|
|
1208
|
+
"xyz-d65": "xyz-d65";
|
|
1207
1209
|
lab: "lab";
|
|
1208
1210
|
lch: "lch";
|
|
1209
1211
|
oklab: "oklab";
|
|
1210
1212
|
oklch: "oklch";
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
+
hsl: "hsl";
|
|
1214
|
+
hwb: "hwb";
|
|
1213
1215
|
xyz: "xyz";
|
|
1214
|
-
"xyz-d50": "xyz-d50";
|
|
1215
|
-
"xyz-d65": "xyz-d65";
|
|
1216
1216
|
}>;
|
|
1217
1217
|
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>;
|
|
1218
1218
|
alpha: z.ZodOptional<z.ZodNumber>;
|
|
@@ -1264,17 +1264,17 @@ export declare const shadowToken: z.ZodObject<{
|
|
|
1264
1264
|
srgb: "srgb";
|
|
1265
1265
|
rec2020: "rec2020";
|
|
1266
1266
|
"srgb-linear": "srgb-linear";
|
|
1267
|
-
|
|
1268
|
-
|
|
1267
|
+
"a98-rgb": "a98-rgb";
|
|
1268
|
+
"prophoto-rgb": "prophoto-rgb";
|
|
1269
|
+
"xyz-d50": "xyz-d50";
|
|
1270
|
+
"xyz-d65": "xyz-d65";
|
|
1269
1271
|
lab: "lab";
|
|
1270
1272
|
lch: "lch";
|
|
1271
1273
|
oklab: "oklab";
|
|
1272
1274
|
oklch: "oklch";
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
+
hsl: "hsl";
|
|
1276
|
+
hwb: "hwb";
|
|
1275
1277
|
xyz: "xyz";
|
|
1276
|
-
"xyz-d50": "xyz-d50";
|
|
1277
|
-
"xyz-d65": "xyz-d65";
|
|
1278
1278
|
}>;
|
|
1279
1279
|
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>;
|
|
1280
1280
|
alpha: z.ZodOptional<z.ZodNumber>;
|
|
@@ -1321,17 +1321,17 @@ export declare const shadowToken: z.ZodObject<{
|
|
|
1321
1321
|
srgb: "srgb";
|
|
1322
1322
|
rec2020: "rec2020";
|
|
1323
1323
|
"srgb-linear": "srgb-linear";
|
|
1324
|
-
|
|
1325
|
-
|
|
1324
|
+
"a98-rgb": "a98-rgb";
|
|
1325
|
+
"prophoto-rgb": "prophoto-rgb";
|
|
1326
|
+
"xyz-d50": "xyz-d50";
|
|
1327
|
+
"xyz-d65": "xyz-d65";
|
|
1326
1328
|
lab: "lab";
|
|
1327
1329
|
lch: "lch";
|
|
1328
1330
|
oklab: "oklab";
|
|
1329
1331
|
oklch: "oklch";
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
+
hsl: "hsl";
|
|
1333
|
+
hwb: "hwb";
|
|
1332
1334
|
xyz: "xyz";
|
|
1333
|
-
"xyz-d50": "xyz-d50";
|
|
1334
|
-
"xyz-d65": "xyz-d65";
|
|
1335
1335
|
}>;
|
|
1336
1336
|
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>;
|
|
1337
1337
|
alpha: z.ZodOptional<z.ZodNumber>;
|
|
@@ -1383,17 +1383,17 @@ export declare const shadowToken: z.ZodObject<{
|
|
|
1383
1383
|
srgb: "srgb";
|
|
1384
1384
|
rec2020: "rec2020";
|
|
1385
1385
|
"srgb-linear": "srgb-linear";
|
|
1386
|
-
|
|
1387
|
-
|
|
1386
|
+
"a98-rgb": "a98-rgb";
|
|
1387
|
+
"prophoto-rgb": "prophoto-rgb";
|
|
1388
|
+
"xyz-d50": "xyz-d50";
|
|
1389
|
+
"xyz-d65": "xyz-d65";
|
|
1388
1390
|
lab: "lab";
|
|
1389
1391
|
lch: "lch";
|
|
1390
1392
|
oklab: "oklab";
|
|
1391
1393
|
oklch: "oklch";
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
+
hsl: "hsl";
|
|
1395
|
+
hwb: "hwb";
|
|
1394
1396
|
xyz: "xyz";
|
|
1395
|
-
"xyz-d50": "xyz-d50";
|
|
1396
|
-
"xyz-d65": "xyz-d65";
|
|
1397
1397
|
}>;
|
|
1398
1398
|
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>;
|
|
1399
1399
|
alpha: z.ZodOptional<z.ZodNumber>;
|
|
@@ -1440,17 +1440,17 @@ export declare const shadowToken: z.ZodObject<{
|
|
|
1440
1440
|
srgb: "srgb";
|
|
1441
1441
|
rec2020: "rec2020";
|
|
1442
1442
|
"srgb-linear": "srgb-linear";
|
|
1443
|
-
|
|
1444
|
-
|
|
1443
|
+
"a98-rgb": "a98-rgb";
|
|
1444
|
+
"prophoto-rgb": "prophoto-rgb";
|
|
1445
|
+
"xyz-d50": "xyz-d50";
|
|
1446
|
+
"xyz-d65": "xyz-d65";
|
|
1445
1447
|
lab: "lab";
|
|
1446
1448
|
lch: "lch";
|
|
1447
1449
|
oklab: "oklab";
|
|
1448
1450
|
oklch: "oklch";
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
+
hsl: "hsl";
|
|
1452
|
+
hwb: "hwb";
|
|
1451
1453
|
xyz: "xyz";
|
|
1452
|
-
"xyz-d50": "xyz-d50";
|
|
1453
|
-
"xyz-d65": "xyz-d65";
|
|
1454
1454
|
}>;
|
|
1455
1455
|
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>;
|
|
1456
1456
|
alpha: z.ZodOptional<z.ZodNumber>;
|
|
@@ -1502,17 +1502,17 @@ export declare const shadowToken: z.ZodObject<{
|
|
|
1502
1502
|
srgb: "srgb";
|
|
1503
1503
|
rec2020: "rec2020";
|
|
1504
1504
|
"srgb-linear": "srgb-linear";
|
|
1505
|
-
|
|
1506
|
-
|
|
1505
|
+
"a98-rgb": "a98-rgb";
|
|
1506
|
+
"prophoto-rgb": "prophoto-rgb";
|
|
1507
|
+
"xyz-d50": "xyz-d50";
|
|
1508
|
+
"xyz-d65": "xyz-d65";
|
|
1507
1509
|
lab: "lab";
|
|
1508
1510
|
lch: "lch";
|
|
1509
1511
|
oklab: "oklab";
|
|
1510
1512
|
oklch: "oklch";
|
|
1511
|
-
|
|
1512
|
-
|
|
1513
|
+
hsl: "hsl";
|
|
1514
|
+
hwb: "hwb";
|
|
1513
1515
|
xyz: "xyz";
|
|
1514
|
-
"xyz-d50": "xyz-d50";
|
|
1515
|
-
"xyz-d65": "xyz-d65";
|
|
1516
1516
|
}>;
|
|
1517
1517
|
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>;
|
|
1518
1518
|
alpha: z.ZodOptional<z.ZodNumber>;
|
|
@@ -1559,17 +1559,17 @@ export declare const shadowToken: z.ZodObject<{
|
|
|
1559
1559
|
srgb: "srgb";
|
|
1560
1560
|
rec2020: "rec2020";
|
|
1561
1561
|
"srgb-linear": "srgb-linear";
|
|
1562
|
-
|
|
1563
|
-
|
|
1562
|
+
"a98-rgb": "a98-rgb";
|
|
1563
|
+
"prophoto-rgb": "prophoto-rgb";
|
|
1564
|
+
"xyz-d50": "xyz-d50";
|
|
1565
|
+
"xyz-d65": "xyz-d65";
|
|
1564
1566
|
lab: "lab";
|
|
1565
1567
|
lch: "lch";
|
|
1566
1568
|
oklab: "oklab";
|
|
1567
1569
|
oklch: "oklch";
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
+
hsl: "hsl";
|
|
1571
|
+
hwb: "hwb";
|
|
1570
1572
|
xyz: "xyz";
|
|
1571
|
-
"xyz-d50": "xyz-d50";
|
|
1572
|
-
"xyz-d65": "xyz-d65";
|
|
1573
1573
|
}>;
|
|
1574
1574
|
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>;
|
|
1575
1575
|
alpha: z.ZodOptional<z.ZodNumber>;
|
|
@@ -1621,17 +1621,17 @@ export declare const shadowToken: z.ZodObject<{
|
|
|
1621
1621
|
srgb: "srgb";
|
|
1622
1622
|
rec2020: "rec2020";
|
|
1623
1623
|
"srgb-linear": "srgb-linear";
|
|
1624
|
-
|
|
1625
|
-
|
|
1624
|
+
"a98-rgb": "a98-rgb";
|
|
1625
|
+
"prophoto-rgb": "prophoto-rgb";
|
|
1626
|
+
"xyz-d50": "xyz-d50";
|
|
1627
|
+
"xyz-d65": "xyz-d65";
|
|
1626
1628
|
lab: "lab";
|
|
1627
1629
|
lch: "lch";
|
|
1628
1630
|
oklab: "oklab";
|
|
1629
1631
|
oklch: "oklch";
|
|
1630
|
-
|
|
1631
|
-
|
|
1632
|
+
hsl: "hsl";
|
|
1633
|
+
hwb: "hwb";
|
|
1632
1634
|
xyz: "xyz";
|
|
1633
|
-
"xyz-d50": "xyz-d50";
|
|
1634
|
-
"xyz-d65": "xyz-d65";
|
|
1635
1635
|
}>;
|
|
1636
1636
|
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>;
|
|
1637
1637
|
alpha: z.ZodOptional<z.ZodNumber>;
|
|
@@ -1678,17 +1678,17 @@ export declare const shadowToken: z.ZodObject<{
|
|
|
1678
1678
|
srgb: "srgb";
|
|
1679
1679
|
rec2020: "rec2020";
|
|
1680
1680
|
"srgb-linear": "srgb-linear";
|
|
1681
|
-
|
|
1682
|
-
|
|
1681
|
+
"a98-rgb": "a98-rgb";
|
|
1682
|
+
"prophoto-rgb": "prophoto-rgb";
|
|
1683
|
+
"xyz-d50": "xyz-d50";
|
|
1684
|
+
"xyz-d65": "xyz-d65";
|
|
1683
1685
|
lab: "lab";
|
|
1684
1686
|
lch: "lch";
|
|
1685
1687
|
oklab: "oklab";
|
|
1686
1688
|
oklch: "oklch";
|
|
1687
|
-
|
|
1688
|
-
|
|
1689
|
+
hsl: "hsl";
|
|
1690
|
+
hwb: "hwb";
|
|
1689
1691
|
xyz: "xyz";
|
|
1690
|
-
"xyz-d50": "xyz-d50";
|
|
1691
|
-
"xyz-d65": "xyz-d65";
|
|
1692
1692
|
}>;
|
|
1693
1693
|
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>;
|
|
1694
1694
|
alpha: z.ZodOptional<z.ZodNumber>;
|
|
@@ -1740,17 +1740,17 @@ export declare const shadowToken: z.ZodObject<{
|
|
|
1740
1740
|
srgb: "srgb";
|
|
1741
1741
|
rec2020: "rec2020";
|
|
1742
1742
|
"srgb-linear": "srgb-linear";
|
|
1743
|
-
|
|
1744
|
-
|
|
1743
|
+
"a98-rgb": "a98-rgb";
|
|
1744
|
+
"prophoto-rgb": "prophoto-rgb";
|
|
1745
|
+
"xyz-d50": "xyz-d50";
|
|
1746
|
+
"xyz-d65": "xyz-d65";
|
|
1745
1747
|
lab: "lab";
|
|
1746
1748
|
lch: "lch";
|
|
1747
1749
|
oklab: "oklab";
|
|
1748
1750
|
oklch: "oklch";
|
|
1749
|
-
|
|
1750
|
-
|
|
1751
|
+
hsl: "hsl";
|
|
1752
|
+
hwb: "hwb";
|
|
1751
1753
|
xyz: "xyz";
|
|
1752
|
-
"xyz-d50": "xyz-d50";
|
|
1753
|
-
"xyz-d65": "xyz-d65";
|
|
1754
1754
|
}>;
|
|
1755
1755
|
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>;
|
|
1756
1756
|
alpha: z.ZodOptional<z.ZodNumber>;
|
|
@@ -1797,17 +1797,17 @@ export declare const shadowToken: z.ZodObject<{
|
|
|
1797
1797
|
srgb: "srgb";
|
|
1798
1798
|
rec2020: "rec2020";
|
|
1799
1799
|
"srgb-linear": "srgb-linear";
|
|
1800
|
-
|
|
1801
|
-
|
|
1800
|
+
"a98-rgb": "a98-rgb";
|
|
1801
|
+
"prophoto-rgb": "prophoto-rgb";
|
|
1802
|
+
"xyz-d50": "xyz-d50";
|
|
1803
|
+
"xyz-d65": "xyz-d65";
|
|
1802
1804
|
lab: "lab";
|
|
1803
1805
|
lch: "lch";
|
|
1804
1806
|
oklab: "oklab";
|
|
1805
1807
|
oklch: "oklch";
|
|
1806
|
-
|
|
1807
|
-
|
|
1808
|
+
hsl: "hsl";
|
|
1809
|
+
hwb: "hwb";
|
|
1808
1810
|
xyz: "xyz";
|
|
1809
|
-
"xyz-d50": "xyz-d50";
|
|
1810
|
-
"xyz-d65": "xyz-d65";
|
|
1811
1811
|
}>;
|
|
1812
1812
|
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>;
|
|
1813
1813
|
alpha: z.ZodOptional<z.ZodNumber>;
|