@primer/primitives 10.4.0-rc.fd8ac4c9 → 10.4.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.
Files changed (92) hide show
  1. package/dist/build/schemas/shadowToken.d.ts +1992 -0
  2. package/dist/build/schemas/shadowToken.js +27 -0
  3. package/dist/css/functional/themes/dark-colorblind.css +8 -8
  4. package/dist/css/functional/themes/dark-dimmed.css +8 -8
  5. package/dist/css/functional/themes/dark-high-contrast.css +8 -8
  6. package/dist/css/functional/themes/dark-tritanopia.css +8 -8
  7. package/dist/css/functional/themes/dark.css +8 -8
  8. package/dist/css/functional/themes/light-colorblind.css +8 -8
  9. package/dist/css/functional/themes/light-high-contrast.css +8 -8
  10. package/dist/css/functional/themes/light-tritanopia.css +8 -8
  11. package/dist/css/functional/themes/light.css +8 -8
  12. package/dist/css/primitives.css +0 -6
  13. package/dist/docs/functional/themes/dark-colorblind.json +9370 -439
  14. package/dist/docs/functional/themes/dark-dimmed.json +9790 -563
  15. package/dist/docs/functional/themes/dark-high-contrast.json +10794 -589
  16. package/dist/docs/functional/themes/dark-tritanopia.json +9352 -449
  17. package/dist/docs/functional/themes/dark.json +9248 -443
  18. package/dist/docs/functional/themes/light-colorblind.json +9334 -433
  19. package/dist/docs/functional/themes/light-high-contrast.json +10806 -673
  20. package/dist/docs/functional/themes/light-tritanopia.json +9323 -450
  21. package/dist/docs/functional/themes/light.json +9245 -414
  22. package/dist/figma/figma.json +1 -10
  23. package/dist/figma/themes/dark-colorblind.json +5203 -5080
  24. package/dist/figma/themes/dark-dimmed.json +5130 -4676
  25. package/dist/figma/themes/dark-high-contrast.json +6223 -4631
  26. package/dist/figma/themes/dark-tritanopia.json +5185 -5096
  27. package/dist/figma/themes/dark.json +4869 -4885
  28. package/dist/figma/themes/light-colorblind.json +5347 -5171
  29. package/dist/figma/themes/light-high-contrast.json +6117 -4534
  30. package/dist/figma/themes/light-tritanopia.json +5532 -5387
  31. package/dist/figma/themes/light.json +5270 -5170
  32. package/dist/internalCss/dark-colorblind.css +8 -8
  33. package/dist/internalCss/dark-dimmed.css +8 -8
  34. package/dist/internalCss/dark-high-contrast.css +8 -8
  35. package/dist/internalCss/dark-tritanopia.css +8 -8
  36. package/dist/internalCss/dark.css +8 -8
  37. package/dist/internalCss/light-colorblind.css +8 -8
  38. package/dist/internalCss/light-high-contrast.css +8 -8
  39. package/dist/internalCss/light-tritanopia.css +8 -8
  40. package/dist/internalCss/light.css +8 -8
  41. package/dist/styleLint/functional/themes/dark-colorblind.json +9370 -439
  42. package/dist/styleLint/functional/themes/dark-dimmed.json +9790 -563
  43. package/dist/styleLint/functional/themes/dark-high-contrast.json +10794 -589
  44. package/dist/styleLint/functional/themes/dark-tritanopia.json +9352 -449
  45. package/dist/styleLint/functional/themes/dark.json +9248 -443
  46. package/dist/styleLint/functional/themes/light-colorblind.json +9334 -433
  47. package/dist/styleLint/functional/themes/light-high-contrast.json +10806 -673
  48. package/dist/styleLint/functional/themes/light-tritanopia.json +9323 -450
  49. package/dist/styleLint/functional/themes/light.json +9245 -414
  50. package/package.json +1 -1
  51. package/src/tokens/component/avatar.json5 +33 -0
  52. package/src/tokens/component/button.json5 +1714 -0
  53. package/src/tokens/component/header.json5 +3 -0
  54. package/src/tokens/component/label.json5 +1942 -0
  55. package/src/tokens/component/menu.json5 +24 -0
  56. package/src/tokens/component/overlay.json5 +1 -1
  57. package/src/tokens/component/selectMenu.json5 +38 -0
  58. package/src/tokens/component/sideNav.json5 +22 -0
  59. package/src/tokens/component/treeView.json5 +24 -0
  60. package/src/tokens/component/underlineNav.json5 +56 -0
  61. package/src/tokens/functional/color/control.json5 +1087 -0
  62. package/src/tokens/functional/color/display.json5 +2170 -0
  63. package/src/tokens/functional/color/selection.json5 +22 -0
  64. package/src/tokens/functional/shadow/shadow.json5 +478 -0
  65. package/dist/css/functional/motion/motion.css +0 -6
  66. package/dist/docs/functional/motion/motion.json +0 -66
  67. package/dist/fallbacks/functional/motion/motion.json +0 -6
  68. package/dist/figma/shadows/dark-colorblind.json +0 -1152
  69. package/dist/figma/shadows/dark-dimmed.json +0 -1152
  70. package/dist/figma/shadows/dark-high-contrast.json +0 -1152
  71. package/dist/figma/shadows/dark-tritanopia.json +0 -1152
  72. package/dist/figma/shadows/dark.json +0 -1152
  73. package/dist/figma/shadows/light-colorblind.json +0 -1052
  74. package/dist/figma/shadows/light-high-contrast.json +0 -1052
  75. package/dist/figma/shadows/light-tritanopia.json +0 -1052
  76. package/dist/figma/shadows/light.json +0 -1052
  77. package/dist/styleLint/functional/motion/motion.json +0 -66
  78. package/src/tokens/functional/color/dark/display-dark.json5 +0 -1258
  79. package/src/tokens/functional/color/dark/overrides/dark.dimmed.json5 +0 -199
  80. package/src/tokens/functional/color/dark/overrides/dark.high-contrast.json5 +0 -618
  81. package/src/tokens/functional/color/dark/overrides/dark.protanopia-deuteranopia.json5 +0 -65
  82. package/src/tokens/functional/color/dark/overrides/dark.tritanopia.json5 +0 -47
  83. package/src/tokens/functional/color/dark/patterns-dark.json5 +0 -2589
  84. package/src/tokens/functional/color/light/display-light.json5 +0 -1163
  85. package/src/tokens/functional/color/light/overrides/light.high-contrast.json5 +0 -581
  86. package/src/tokens/functional/color/light/overrides/light.protanopia-deuteranopia.json5 +0 -69
  87. package/src/tokens/functional/color/light/overrides/light.tritanopia.json5 +0 -41
  88. package/src/tokens/functional/color/light/patterns-light.json5 +0 -2583
  89. package/src/tokens/functional/motion/loading.json5 +0 -17
  90. package/src/tokens/functional/motion/patterns.json5 +0 -35
  91. package/src/tokens/functional/shadow/dark.json5 +0 -369
  92. package/src/tokens/functional/shadow/light.json5 +0 -363
@@ -92,18 +92,1628 @@ export declare const shadowToken: z.ZodObject<z.objectUtil.extendShape<{
92
92
  collection?: string | undefined;
93
93
  modeOverride?: string | undefined;
94
94
  }>;
95
+ 'org.primer.overrides': z.ZodOptional<z.ZodObject<{
96
+ light: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<z.objectUtil.extendShape<{
97
+ $description: z.ZodOptional<z.ZodString>;
98
+ $deprecated: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
99
+ }, {
100
+ $value: z.ZodUnion<[z.ZodObject<{
101
+ color: z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodString, string, string>]>;
102
+ alpha: z.ZodUnion<[z.ZodEffects<z.ZodAny, any, any>, z.ZodEffects<z.ZodString, string, string>]>;
103
+ offsetX: z.ZodUnion<[z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodLiteral<"0">, z.ZodLiteral<0>]>, z.ZodEffects<z.ZodString, string, string>]>;
104
+ offsetY: z.ZodUnion<[z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodLiteral<"0">, z.ZodLiteral<0>]>, z.ZodEffects<z.ZodString, string, string>]>;
105
+ blur: z.ZodUnion<[z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodLiteral<"0">, z.ZodLiteral<0>]>, z.ZodEffects<z.ZodString, string, string>]>;
106
+ spread: z.ZodUnion<[z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodLiteral<"0">, z.ZodLiteral<0>]>, z.ZodEffects<z.ZodString, string, string>]>;
107
+ inset: z.ZodOptional<z.ZodBoolean>;
108
+ }, "strict", z.ZodTypeAny, {
109
+ color: string;
110
+ blur: string | 0;
111
+ offsetX: string | 0;
112
+ offsetY: string | 0;
113
+ spread: string | 0;
114
+ alpha?: any;
115
+ inset?: boolean | undefined;
116
+ }, {
117
+ color: string;
118
+ blur: string | 0;
119
+ offsetX: string | 0;
120
+ offsetY: string | 0;
121
+ spread: string | 0;
122
+ alpha?: any;
123
+ inset?: boolean | undefined;
124
+ }>, z.ZodEffects<z.ZodString, string, string>, z.ZodArray<z.ZodObject<{
125
+ color: z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodString, string, string>]>;
126
+ alpha: z.ZodUnion<[z.ZodEffects<z.ZodAny, any, any>, z.ZodEffects<z.ZodString, string, string>]>;
127
+ offsetX: z.ZodUnion<[z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodLiteral<"0">, z.ZodLiteral<0>]>, z.ZodEffects<z.ZodString, string, string>]>;
128
+ offsetY: z.ZodUnion<[z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodLiteral<"0">, z.ZodLiteral<0>]>, z.ZodEffects<z.ZodString, string, string>]>;
129
+ blur: z.ZodUnion<[z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodLiteral<"0">, z.ZodLiteral<0>]>, z.ZodEffects<z.ZodString, string, string>]>;
130
+ spread: z.ZodUnion<[z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodLiteral<"0">, z.ZodLiteral<0>]>, z.ZodEffects<z.ZodString, string, string>]>;
131
+ inset: z.ZodOptional<z.ZodBoolean>;
132
+ }, "strict", z.ZodTypeAny, {
133
+ color: string;
134
+ blur: string | 0;
135
+ offsetX: string | 0;
136
+ offsetY: string | 0;
137
+ spread: string | 0;
138
+ alpha?: any;
139
+ inset?: boolean | undefined;
140
+ }, {
141
+ color: string;
142
+ blur: string | 0;
143
+ offsetX: string | 0;
144
+ offsetY: string | 0;
145
+ spread: string | 0;
146
+ alpha?: any;
147
+ inset?: boolean | undefined;
148
+ }>, "many">]>;
149
+ }>, "strict", z.ZodTypeAny, {
150
+ $value: string | {
151
+ color: string;
152
+ blur: string | 0;
153
+ offsetX: string | 0;
154
+ offsetY: string | 0;
155
+ spread: string | 0;
156
+ alpha?: any;
157
+ inset?: boolean | undefined;
158
+ } | {
159
+ color: string;
160
+ blur: string | 0;
161
+ offsetX: string | 0;
162
+ offsetY: string | 0;
163
+ spread: string | 0;
164
+ alpha?: any;
165
+ inset?: boolean | undefined;
166
+ }[];
167
+ $description?: string | undefined;
168
+ $deprecated?: string | boolean | undefined;
169
+ }, {
170
+ $value: string | {
171
+ color: string;
172
+ blur: string | 0;
173
+ offsetX: string | 0;
174
+ offsetY: string | 0;
175
+ spread: string | 0;
176
+ alpha?: any;
177
+ inset?: boolean | undefined;
178
+ } | {
179
+ color: string;
180
+ blur: string | 0;
181
+ offsetX: string | 0;
182
+ offsetY: string | 0;
183
+ spread: string | 0;
184
+ alpha?: any;
185
+ inset?: boolean | undefined;
186
+ }[];
187
+ $description?: string | undefined;
188
+ $deprecated?: string | boolean | undefined;
189
+ }>]>>;
190
+ 'light-tritanopia': z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<z.objectUtil.extendShape<{
191
+ $description: z.ZodOptional<z.ZodString>;
192
+ $deprecated: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
193
+ }, {
194
+ $value: z.ZodUnion<[z.ZodObject<{
195
+ color: z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodString, string, string>]>;
196
+ alpha: z.ZodUnion<[z.ZodEffects<z.ZodAny, any, any>, z.ZodEffects<z.ZodString, string, string>]>;
197
+ offsetX: z.ZodUnion<[z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodLiteral<"0">, z.ZodLiteral<0>]>, z.ZodEffects<z.ZodString, string, string>]>;
198
+ offsetY: z.ZodUnion<[z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodLiteral<"0">, z.ZodLiteral<0>]>, z.ZodEffects<z.ZodString, string, string>]>;
199
+ blur: z.ZodUnion<[z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodLiteral<"0">, z.ZodLiteral<0>]>, z.ZodEffects<z.ZodString, string, string>]>;
200
+ spread: z.ZodUnion<[z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodLiteral<"0">, z.ZodLiteral<0>]>, z.ZodEffects<z.ZodString, string, string>]>;
201
+ inset: z.ZodOptional<z.ZodBoolean>;
202
+ }, "strict", z.ZodTypeAny, {
203
+ color: string;
204
+ blur: string | 0;
205
+ offsetX: string | 0;
206
+ offsetY: string | 0;
207
+ spread: string | 0;
208
+ alpha?: any;
209
+ inset?: boolean | undefined;
210
+ }, {
211
+ color: string;
212
+ blur: string | 0;
213
+ offsetX: string | 0;
214
+ offsetY: string | 0;
215
+ spread: string | 0;
216
+ alpha?: any;
217
+ inset?: boolean | undefined;
218
+ }>, z.ZodEffects<z.ZodString, string, string>, z.ZodArray<z.ZodObject<{
219
+ color: z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodString, string, string>]>;
220
+ alpha: z.ZodUnion<[z.ZodEffects<z.ZodAny, any, any>, z.ZodEffects<z.ZodString, string, string>]>;
221
+ offsetX: z.ZodUnion<[z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodLiteral<"0">, z.ZodLiteral<0>]>, z.ZodEffects<z.ZodString, string, string>]>;
222
+ offsetY: z.ZodUnion<[z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodLiteral<"0">, z.ZodLiteral<0>]>, z.ZodEffects<z.ZodString, string, string>]>;
223
+ blur: z.ZodUnion<[z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodLiteral<"0">, z.ZodLiteral<0>]>, z.ZodEffects<z.ZodString, string, string>]>;
224
+ spread: z.ZodUnion<[z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodLiteral<"0">, z.ZodLiteral<0>]>, z.ZodEffects<z.ZodString, string, string>]>;
225
+ inset: z.ZodOptional<z.ZodBoolean>;
226
+ }, "strict", z.ZodTypeAny, {
227
+ color: string;
228
+ blur: string | 0;
229
+ offsetX: string | 0;
230
+ offsetY: string | 0;
231
+ spread: string | 0;
232
+ alpha?: any;
233
+ inset?: boolean | undefined;
234
+ }, {
235
+ color: string;
236
+ blur: string | 0;
237
+ offsetX: string | 0;
238
+ offsetY: string | 0;
239
+ spread: string | 0;
240
+ alpha?: any;
241
+ inset?: boolean | undefined;
242
+ }>, "many">]>;
243
+ }>, "strict", z.ZodTypeAny, {
244
+ $value: string | {
245
+ color: string;
246
+ blur: string | 0;
247
+ offsetX: string | 0;
248
+ offsetY: string | 0;
249
+ spread: string | 0;
250
+ alpha?: any;
251
+ inset?: boolean | undefined;
252
+ } | {
253
+ color: string;
254
+ blur: string | 0;
255
+ offsetX: string | 0;
256
+ offsetY: string | 0;
257
+ spread: string | 0;
258
+ alpha?: any;
259
+ inset?: boolean | undefined;
260
+ }[];
261
+ $description?: string | undefined;
262
+ $deprecated?: string | boolean | undefined;
263
+ }, {
264
+ $value: string | {
265
+ color: string;
266
+ blur: string | 0;
267
+ offsetX: string | 0;
268
+ offsetY: string | 0;
269
+ spread: string | 0;
270
+ alpha?: any;
271
+ inset?: boolean | undefined;
272
+ } | {
273
+ color: string;
274
+ blur: string | 0;
275
+ offsetX: string | 0;
276
+ offsetY: string | 0;
277
+ spread: string | 0;
278
+ alpha?: any;
279
+ inset?: boolean | undefined;
280
+ }[];
281
+ $description?: string | undefined;
282
+ $deprecated?: string | boolean | undefined;
283
+ }>]>>;
284
+ 'light-protanopia-deuteranopia': z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<z.objectUtil.extendShape<{
285
+ $description: z.ZodOptional<z.ZodString>;
286
+ $deprecated: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
287
+ }, {
288
+ $value: z.ZodUnion<[z.ZodObject<{
289
+ color: z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodString, string, string>]>;
290
+ alpha: z.ZodUnion<[z.ZodEffects<z.ZodAny, any, any>, z.ZodEffects<z.ZodString, string, string>]>;
291
+ offsetX: z.ZodUnion<[z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodLiteral<"0">, z.ZodLiteral<0>]>, z.ZodEffects<z.ZodString, string, string>]>;
292
+ offsetY: z.ZodUnion<[z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodLiteral<"0">, z.ZodLiteral<0>]>, z.ZodEffects<z.ZodString, string, string>]>;
293
+ blur: z.ZodUnion<[z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodLiteral<"0">, z.ZodLiteral<0>]>, z.ZodEffects<z.ZodString, string, string>]>;
294
+ spread: z.ZodUnion<[z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodLiteral<"0">, z.ZodLiteral<0>]>, z.ZodEffects<z.ZodString, string, string>]>;
295
+ inset: z.ZodOptional<z.ZodBoolean>;
296
+ }, "strict", z.ZodTypeAny, {
297
+ color: string;
298
+ blur: string | 0;
299
+ offsetX: string | 0;
300
+ offsetY: string | 0;
301
+ spread: string | 0;
302
+ alpha?: any;
303
+ inset?: boolean | undefined;
304
+ }, {
305
+ color: string;
306
+ blur: string | 0;
307
+ offsetX: string | 0;
308
+ offsetY: string | 0;
309
+ spread: string | 0;
310
+ alpha?: any;
311
+ inset?: boolean | undefined;
312
+ }>, z.ZodEffects<z.ZodString, string, string>, z.ZodArray<z.ZodObject<{
313
+ color: z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodString, string, string>]>;
314
+ alpha: z.ZodUnion<[z.ZodEffects<z.ZodAny, any, any>, z.ZodEffects<z.ZodString, string, string>]>;
315
+ offsetX: z.ZodUnion<[z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodLiteral<"0">, z.ZodLiteral<0>]>, z.ZodEffects<z.ZodString, string, string>]>;
316
+ offsetY: z.ZodUnion<[z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodLiteral<"0">, z.ZodLiteral<0>]>, z.ZodEffects<z.ZodString, string, string>]>;
317
+ blur: z.ZodUnion<[z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodLiteral<"0">, z.ZodLiteral<0>]>, z.ZodEffects<z.ZodString, string, string>]>;
318
+ spread: z.ZodUnion<[z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodLiteral<"0">, z.ZodLiteral<0>]>, z.ZodEffects<z.ZodString, string, string>]>;
319
+ inset: z.ZodOptional<z.ZodBoolean>;
320
+ }, "strict", z.ZodTypeAny, {
321
+ color: string;
322
+ blur: string | 0;
323
+ offsetX: string | 0;
324
+ offsetY: string | 0;
325
+ spread: string | 0;
326
+ alpha?: any;
327
+ inset?: boolean | undefined;
328
+ }, {
329
+ color: string;
330
+ blur: string | 0;
331
+ offsetX: string | 0;
332
+ offsetY: string | 0;
333
+ spread: string | 0;
334
+ alpha?: any;
335
+ inset?: boolean | undefined;
336
+ }>, "many">]>;
337
+ }>, "strict", z.ZodTypeAny, {
338
+ $value: string | {
339
+ color: string;
340
+ blur: string | 0;
341
+ offsetX: string | 0;
342
+ offsetY: string | 0;
343
+ spread: string | 0;
344
+ alpha?: any;
345
+ inset?: boolean | undefined;
346
+ } | {
347
+ color: string;
348
+ blur: string | 0;
349
+ offsetX: string | 0;
350
+ offsetY: string | 0;
351
+ spread: string | 0;
352
+ alpha?: any;
353
+ inset?: boolean | undefined;
354
+ }[];
355
+ $description?: string | undefined;
356
+ $deprecated?: string | boolean | undefined;
357
+ }, {
358
+ $value: string | {
359
+ color: string;
360
+ blur: string | 0;
361
+ offsetX: string | 0;
362
+ offsetY: string | 0;
363
+ spread: string | 0;
364
+ alpha?: any;
365
+ inset?: boolean | undefined;
366
+ } | {
367
+ color: string;
368
+ blur: string | 0;
369
+ offsetX: string | 0;
370
+ offsetY: string | 0;
371
+ spread: string | 0;
372
+ alpha?: any;
373
+ inset?: boolean | undefined;
374
+ }[];
375
+ $description?: string | undefined;
376
+ $deprecated?: string | boolean | undefined;
377
+ }>]>>;
378
+ 'light-high-contrast': z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<z.objectUtil.extendShape<{
379
+ $description: z.ZodOptional<z.ZodString>;
380
+ $deprecated: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
381
+ }, {
382
+ $value: z.ZodUnion<[z.ZodObject<{
383
+ color: z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodString, string, string>]>;
384
+ alpha: z.ZodUnion<[z.ZodEffects<z.ZodAny, any, any>, z.ZodEffects<z.ZodString, string, string>]>;
385
+ offsetX: z.ZodUnion<[z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodLiteral<"0">, z.ZodLiteral<0>]>, z.ZodEffects<z.ZodString, string, string>]>;
386
+ offsetY: z.ZodUnion<[z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodLiteral<"0">, z.ZodLiteral<0>]>, z.ZodEffects<z.ZodString, string, string>]>;
387
+ blur: z.ZodUnion<[z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodLiteral<"0">, z.ZodLiteral<0>]>, z.ZodEffects<z.ZodString, string, string>]>;
388
+ spread: z.ZodUnion<[z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodLiteral<"0">, z.ZodLiteral<0>]>, z.ZodEffects<z.ZodString, string, string>]>;
389
+ inset: z.ZodOptional<z.ZodBoolean>;
390
+ }, "strict", z.ZodTypeAny, {
391
+ color: string;
392
+ blur: string | 0;
393
+ offsetX: string | 0;
394
+ offsetY: string | 0;
395
+ spread: string | 0;
396
+ alpha?: any;
397
+ inset?: boolean | undefined;
398
+ }, {
399
+ color: string;
400
+ blur: string | 0;
401
+ offsetX: string | 0;
402
+ offsetY: string | 0;
403
+ spread: string | 0;
404
+ alpha?: any;
405
+ inset?: boolean | undefined;
406
+ }>, z.ZodEffects<z.ZodString, string, string>, z.ZodArray<z.ZodObject<{
407
+ color: z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodString, string, string>]>;
408
+ alpha: z.ZodUnion<[z.ZodEffects<z.ZodAny, any, any>, z.ZodEffects<z.ZodString, string, string>]>;
409
+ offsetX: z.ZodUnion<[z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodLiteral<"0">, z.ZodLiteral<0>]>, z.ZodEffects<z.ZodString, string, string>]>;
410
+ offsetY: z.ZodUnion<[z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodLiteral<"0">, z.ZodLiteral<0>]>, z.ZodEffects<z.ZodString, string, string>]>;
411
+ blur: z.ZodUnion<[z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodLiteral<"0">, z.ZodLiteral<0>]>, z.ZodEffects<z.ZodString, string, string>]>;
412
+ spread: z.ZodUnion<[z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodLiteral<"0">, z.ZodLiteral<0>]>, z.ZodEffects<z.ZodString, string, string>]>;
413
+ inset: z.ZodOptional<z.ZodBoolean>;
414
+ }, "strict", z.ZodTypeAny, {
415
+ color: string;
416
+ blur: string | 0;
417
+ offsetX: string | 0;
418
+ offsetY: string | 0;
419
+ spread: string | 0;
420
+ alpha?: any;
421
+ inset?: boolean | undefined;
422
+ }, {
423
+ color: string;
424
+ blur: string | 0;
425
+ offsetX: string | 0;
426
+ offsetY: string | 0;
427
+ spread: string | 0;
428
+ alpha?: any;
429
+ inset?: boolean | undefined;
430
+ }>, "many">]>;
431
+ }>, "strict", z.ZodTypeAny, {
432
+ $value: string | {
433
+ color: string;
434
+ blur: string | 0;
435
+ offsetX: string | 0;
436
+ offsetY: string | 0;
437
+ spread: string | 0;
438
+ alpha?: any;
439
+ inset?: boolean | undefined;
440
+ } | {
441
+ color: string;
442
+ blur: string | 0;
443
+ offsetX: string | 0;
444
+ offsetY: string | 0;
445
+ spread: string | 0;
446
+ alpha?: any;
447
+ inset?: boolean | undefined;
448
+ }[];
449
+ $description?: string | undefined;
450
+ $deprecated?: string | boolean | undefined;
451
+ }, {
452
+ $value: string | {
453
+ color: string;
454
+ blur: string | 0;
455
+ offsetX: string | 0;
456
+ offsetY: string | 0;
457
+ spread: string | 0;
458
+ alpha?: any;
459
+ inset?: boolean | undefined;
460
+ } | {
461
+ color: string;
462
+ blur: string | 0;
463
+ offsetX: string | 0;
464
+ offsetY: string | 0;
465
+ spread: string | 0;
466
+ alpha?: any;
467
+ inset?: boolean | undefined;
468
+ }[];
469
+ $description?: string | undefined;
470
+ $deprecated?: string | boolean | undefined;
471
+ }>]>>;
472
+ dark: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<z.objectUtil.extendShape<{
473
+ $description: z.ZodOptional<z.ZodString>;
474
+ $deprecated: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
475
+ }, {
476
+ $value: z.ZodUnion<[z.ZodObject<{
477
+ color: z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodString, string, string>]>;
478
+ alpha: z.ZodUnion<[z.ZodEffects<z.ZodAny, any, any>, z.ZodEffects<z.ZodString, string, string>]>;
479
+ offsetX: z.ZodUnion<[z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodLiteral<"0">, z.ZodLiteral<0>]>, z.ZodEffects<z.ZodString, string, string>]>;
480
+ offsetY: z.ZodUnion<[z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodLiteral<"0">, z.ZodLiteral<0>]>, z.ZodEffects<z.ZodString, string, string>]>;
481
+ blur: z.ZodUnion<[z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodLiteral<"0">, z.ZodLiteral<0>]>, z.ZodEffects<z.ZodString, string, string>]>;
482
+ spread: z.ZodUnion<[z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodLiteral<"0">, z.ZodLiteral<0>]>, z.ZodEffects<z.ZodString, string, string>]>;
483
+ inset: z.ZodOptional<z.ZodBoolean>;
484
+ }, "strict", z.ZodTypeAny, {
485
+ color: string;
486
+ blur: string | 0;
487
+ offsetX: string | 0;
488
+ offsetY: string | 0;
489
+ spread: string | 0;
490
+ alpha?: any;
491
+ inset?: boolean | undefined;
492
+ }, {
493
+ color: string;
494
+ blur: string | 0;
495
+ offsetX: string | 0;
496
+ offsetY: string | 0;
497
+ spread: string | 0;
498
+ alpha?: any;
499
+ inset?: boolean | undefined;
500
+ }>, z.ZodEffects<z.ZodString, string, string>, z.ZodArray<z.ZodObject<{
501
+ color: z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodString, string, string>]>;
502
+ alpha: z.ZodUnion<[z.ZodEffects<z.ZodAny, any, any>, z.ZodEffects<z.ZodString, string, string>]>;
503
+ offsetX: z.ZodUnion<[z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodLiteral<"0">, z.ZodLiteral<0>]>, z.ZodEffects<z.ZodString, string, string>]>;
504
+ offsetY: z.ZodUnion<[z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodLiteral<"0">, z.ZodLiteral<0>]>, z.ZodEffects<z.ZodString, string, string>]>;
505
+ blur: z.ZodUnion<[z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodLiteral<"0">, z.ZodLiteral<0>]>, z.ZodEffects<z.ZodString, string, string>]>;
506
+ spread: z.ZodUnion<[z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodLiteral<"0">, z.ZodLiteral<0>]>, z.ZodEffects<z.ZodString, string, string>]>;
507
+ inset: z.ZodOptional<z.ZodBoolean>;
508
+ }, "strict", z.ZodTypeAny, {
509
+ color: string;
510
+ blur: string | 0;
511
+ offsetX: string | 0;
512
+ offsetY: string | 0;
513
+ spread: string | 0;
514
+ alpha?: any;
515
+ inset?: boolean | undefined;
516
+ }, {
517
+ color: string;
518
+ blur: string | 0;
519
+ offsetX: string | 0;
520
+ offsetY: string | 0;
521
+ spread: string | 0;
522
+ alpha?: any;
523
+ inset?: boolean | undefined;
524
+ }>, "many">]>;
525
+ }>, "strict", z.ZodTypeAny, {
526
+ $value: string | {
527
+ color: string;
528
+ blur: string | 0;
529
+ offsetX: string | 0;
530
+ offsetY: string | 0;
531
+ spread: string | 0;
532
+ alpha?: any;
533
+ inset?: boolean | undefined;
534
+ } | {
535
+ color: string;
536
+ blur: string | 0;
537
+ offsetX: string | 0;
538
+ offsetY: string | 0;
539
+ spread: string | 0;
540
+ alpha?: any;
541
+ inset?: boolean | undefined;
542
+ }[];
543
+ $description?: string | undefined;
544
+ $deprecated?: string | boolean | undefined;
545
+ }, {
546
+ $value: string | {
547
+ color: string;
548
+ blur: string | 0;
549
+ offsetX: string | 0;
550
+ offsetY: string | 0;
551
+ spread: string | 0;
552
+ alpha?: any;
553
+ inset?: boolean | undefined;
554
+ } | {
555
+ color: string;
556
+ blur: string | 0;
557
+ offsetX: string | 0;
558
+ offsetY: string | 0;
559
+ spread: string | 0;
560
+ alpha?: any;
561
+ inset?: boolean | undefined;
562
+ }[];
563
+ $description?: string | undefined;
564
+ $deprecated?: string | boolean | undefined;
565
+ }>]>>;
566
+ 'dark-tritanopia': z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<z.objectUtil.extendShape<{
567
+ $description: z.ZodOptional<z.ZodString>;
568
+ $deprecated: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
569
+ }, {
570
+ $value: z.ZodUnion<[z.ZodObject<{
571
+ color: z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodString, string, string>]>;
572
+ alpha: z.ZodUnion<[z.ZodEffects<z.ZodAny, any, any>, z.ZodEffects<z.ZodString, string, string>]>;
573
+ offsetX: z.ZodUnion<[z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodLiteral<"0">, z.ZodLiteral<0>]>, z.ZodEffects<z.ZodString, string, string>]>;
574
+ offsetY: z.ZodUnion<[z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodLiteral<"0">, z.ZodLiteral<0>]>, z.ZodEffects<z.ZodString, string, string>]>;
575
+ blur: z.ZodUnion<[z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodLiteral<"0">, z.ZodLiteral<0>]>, z.ZodEffects<z.ZodString, string, string>]>;
576
+ spread: z.ZodUnion<[z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodLiteral<"0">, z.ZodLiteral<0>]>, z.ZodEffects<z.ZodString, string, string>]>;
577
+ inset: z.ZodOptional<z.ZodBoolean>;
578
+ }, "strict", z.ZodTypeAny, {
579
+ color: string;
580
+ blur: string | 0;
581
+ offsetX: string | 0;
582
+ offsetY: string | 0;
583
+ spread: string | 0;
584
+ alpha?: any;
585
+ inset?: boolean | undefined;
586
+ }, {
587
+ color: string;
588
+ blur: string | 0;
589
+ offsetX: string | 0;
590
+ offsetY: string | 0;
591
+ spread: string | 0;
592
+ alpha?: any;
593
+ inset?: boolean | undefined;
594
+ }>, z.ZodEffects<z.ZodString, string, string>, z.ZodArray<z.ZodObject<{
595
+ color: z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodString, string, string>]>;
596
+ alpha: z.ZodUnion<[z.ZodEffects<z.ZodAny, any, any>, z.ZodEffects<z.ZodString, string, string>]>;
597
+ offsetX: z.ZodUnion<[z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodLiteral<"0">, z.ZodLiteral<0>]>, z.ZodEffects<z.ZodString, string, string>]>;
598
+ offsetY: z.ZodUnion<[z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodLiteral<"0">, z.ZodLiteral<0>]>, z.ZodEffects<z.ZodString, string, string>]>;
599
+ blur: z.ZodUnion<[z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodLiteral<"0">, z.ZodLiteral<0>]>, z.ZodEffects<z.ZodString, string, string>]>;
600
+ spread: z.ZodUnion<[z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodLiteral<"0">, z.ZodLiteral<0>]>, z.ZodEffects<z.ZodString, string, string>]>;
601
+ inset: z.ZodOptional<z.ZodBoolean>;
602
+ }, "strict", z.ZodTypeAny, {
603
+ color: string;
604
+ blur: string | 0;
605
+ offsetX: string | 0;
606
+ offsetY: string | 0;
607
+ spread: string | 0;
608
+ alpha?: any;
609
+ inset?: boolean | undefined;
610
+ }, {
611
+ color: string;
612
+ blur: string | 0;
613
+ offsetX: string | 0;
614
+ offsetY: string | 0;
615
+ spread: string | 0;
616
+ alpha?: any;
617
+ inset?: boolean | undefined;
618
+ }>, "many">]>;
619
+ }>, "strict", z.ZodTypeAny, {
620
+ $value: string | {
621
+ color: string;
622
+ blur: string | 0;
623
+ offsetX: string | 0;
624
+ offsetY: string | 0;
625
+ spread: string | 0;
626
+ alpha?: any;
627
+ inset?: boolean | undefined;
628
+ } | {
629
+ color: string;
630
+ blur: string | 0;
631
+ offsetX: string | 0;
632
+ offsetY: string | 0;
633
+ spread: string | 0;
634
+ alpha?: any;
635
+ inset?: boolean | undefined;
636
+ }[];
637
+ $description?: string | undefined;
638
+ $deprecated?: string | boolean | undefined;
639
+ }, {
640
+ $value: string | {
641
+ color: string;
642
+ blur: string | 0;
643
+ offsetX: string | 0;
644
+ offsetY: string | 0;
645
+ spread: string | 0;
646
+ alpha?: any;
647
+ inset?: boolean | undefined;
648
+ } | {
649
+ color: string;
650
+ blur: string | 0;
651
+ offsetX: string | 0;
652
+ offsetY: string | 0;
653
+ spread: string | 0;
654
+ alpha?: any;
655
+ inset?: boolean | undefined;
656
+ }[];
657
+ $description?: string | undefined;
658
+ $deprecated?: string | boolean | undefined;
659
+ }>]>>;
660
+ 'dark-protanopia-deuteranopia': z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<z.objectUtil.extendShape<{
661
+ $description: z.ZodOptional<z.ZodString>;
662
+ $deprecated: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
663
+ }, {
664
+ $value: z.ZodUnion<[z.ZodObject<{
665
+ color: z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodString, string, string>]>;
666
+ alpha: z.ZodUnion<[z.ZodEffects<z.ZodAny, any, any>, z.ZodEffects<z.ZodString, string, string>]>;
667
+ offsetX: z.ZodUnion<[z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodLiteral<"0">, z.ZodLiteral<0>]>, z.ZodEffects<z.ZodString, string, string>]>;
668
+ offsetY: z.ZodUnion<[z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodLiteral<"0">, z.ZodLiteral<0>]>, z.ZodEffects<z.ZodString, string, string>]>;
669
+ blur: z.ZodUnion<[z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodLiteral<"0">, z.ZodLiteral<0>]>, z.ZodEffects<z.ZodString, string, string>]>;
670
+ spread: z.ZodUnion<[z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodLiteral<"0">, z.ZodLiteral<0>]>, z.ZodEffects<z.ZodString, string, string>]>;
671
+ inset: z.ZodOptional<z.ZodBoolean>;
672
+ }, "strict", z.ZodTypeAny, {
673
+ color: string;
674
+ blur: string | 0;
675
+ offsetX: string | 0;
676
+ offsetY: string | 0;
677
+ spread: string | 0;
678
+ alpha?: any;
679
+ inset?: boolean | undefined;
680
+ }, {
681
+ color: string;
682
+ blur: string | 0;
683
+ offsetX: string | 0;
684
+ offsetY: string | 0;
685
+ spread: string | 0;
686
+ alpha?: any;
687
+ inset?: boolean | undefined;
688
+ }>, z.ZodEffects<z.ZodString, string, string>, z.ZodArray<z.ZodObject<{
689
+ color: z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodString, string, string>]>;
690
+ alpha: z.ZodUnion<[z.ZodEffects<z.ZodAny, any, any>, z.ZodEffects<z.ZodString, string, string>]>;
691
+ offsetX: z.ZodUnion<[z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodLiteral<"0">, z.ZodLiteral<0>]>, z.ZodEffects<z.ZodString, string, string>]>;
692
+ offsetY: z.ZodUnion<[z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodLiteral<"0">, z.ZodLiteral<0>]>, z.ZodEffects<z.ZodString, string, string>]>;
693
+ blur: z.ZodUnion<[z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodLiteral<"0">, z.ZodLiteral<0>]>, z.ZodEffects<z.ZodString, string, string>]>;
694
+ spread: z.ZodUnion<[z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodLiteral<"0">, z.ZodLiteral<0>]>, z.ZodEffects<z.ZodString, string, string>]>;
695
+ inset: z.ZodOptional<z.ZodBoolean>;
696
+ }, "strict", z.ZodTypeAny, {
697
+ color: string;
698
+ blur: string | 0;
699
+ offsetX: string | 0;
700
+ offsetY: string | 0;
701
+ spread: string | 0;
702
+ alpha?: any;
703
+ inset?: boolean | undefined;
704
+ }, {
705
+ color: string;
706
+ blur: string | 0;
707
+ offsetX: string | 0;
708
+ offsetY: string | 0;
709
+ spread: string | 0;
710
+ alpha?: any;
711
+ inset?: boolean | undefined;
712
+ }>, "many">]>;
713
+ }>, "strict", z.ZodTypeAny, {
714
+ $value: string | {
715
+ color: string;
716
+ blur: string | 0;
717
+ offsetX: string | 0;
718
+ offsetY: string | 0;
719
+ spread: string | 0;
720
+ alpha?: any;
721
+ inset?: boolean | undefined;
722
+ } | {
723
+ color: string;
724
+ blur: string | 0;
725
+ offsetX: string | 0;
726
+ offsetY: string | 0;
727
+ spread: string | 0;
728
+ alpha?: any;
729
+ inset?: boolean | undefined;
730
+ }[];
731
+ $description?: string | undefined;
732
+ $deprecated?: string | boolean | undefined;
733
+ }, {
734
+ $value: string | {
735
+ color: string;
736
+ blur: string | 0;
737
+ offsetX: string | 0;
738
+ offsetY: string | 0;
739
+ spread: string | 0;
740
+ alpha?: any;
741
+ inset?: boolean | undefined;
742
+ } | {
743
+ color: string;
744
+ blur: string | 0;
745
+ offsetX: string | 0;
746
+ offsetY: string | 0;
747
+ spread: string | 0;
748
+ alpha?: any;
749
+ inset?: boolean | undefined;
750
+ }[];
751
+ $description?: string | undefined;
752
+ $deprecated?: string | boolean | undefined;
753
+ }>]>>;
754
+ 'dark-high-contrast': z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<z.objectUtil.extendShape<{
755
+ $description: z.ZodOptional<z.ZodString>;
756
+ $deprecated: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
757
+ }, {
758
+ $value: z.ZodUnion<[z.ZodObject<{
759
+ color: z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodString, string, string>]>;
760
+ alpha: z.ZodUnion<[z.ZodEffects<z.ZodAny, any, any>, z.ZodEffects<z.ZodString, string, string>]>;
761
+ offsetX: z.ZodUnion<[z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodLiteral<"0">, z.ZodLiteral<0>]>, z.ZodEffects<z.ZodString, string, string>]>;
762
+ offsetY: z.ZodUnion<[z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodLiteral<"0">, z.ZodLiteral<0>]>, z.ZodEffects<z.ZodString, string, string>]>;
763
+ blur: z.ZodUnion<[z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodLiteral<"0">, z.ZodLiteral<0>]>, z.ZodEffects<z.ZodString, string, string>]>;
764
+ spread: z.ZodUnion<[z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodLiteral<"0">, z.ZodLiteral<0>]>, z.ZodEffects<z.ZodString, string, string>]>;
765
+ inset: z.ZodOptional<z.ZodBoolean>;
766
+ }, "strict", z.ZodTypeAny, {
767
+ color: string;
768
+ blur: string | 0;
769
+ offsetX: string | 0;
770
+ offsetY: string | 0;
771
+ spread: string | 0;
772
+ alpha?: any;
773
+ inset?: boolean | undefined;
774
+ }, {
775
+ color: string;
776
+ blur: string | 0;
777
+ offsetX: string | 0;
778
+ offsetY: string | 0;
779
+ spread: string | 0;
780
+ alpha?: any;
781
+ inset?: boolean | undefined;
782
+ }>, z.ZodEffects<z.ZodString, string, string>, z.ZodArray<z.ZodObject<{
783
+ color: z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodString, string, string>]>;
784
+ alpha: z.ZodUnion<[z.ZodEffects<z.ZodAny, any, any>, z.ZodEffects<z.ZodString, string, string>]>;
785
+ offsetX: z.ZodUnion<[z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodLiteral<"0">, z.ZodLiteral<0>]>, z.ZodEffects<z.ZodString, string, string>]>;
786
+ offsetY: z.ZodUnion<[z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodLiteral<"0">, z.ZodLiteral<0>]>, z.ZodEffects<z.ZodString, string, string>]>;
787
+ blur: z.ZodUnion<[z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodLiteral<"0">, z.ZodLiteral<0>]>, z.ZodEffects<z.ZodString, string, string>]>;
788
+ spread: z.ZodUnion<[z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodLiteral<"0">, z.ZodLiteral<0>]>, z.ZodEffects<z.ZodString, string, string>]>;
789
+ inset: z.ZodOptional<z.ZodBoolean>;
790
+ }, "strict", z.ZodTypeAny, {
791
+ color: string;
792
+ blur: string | 0;
793
+ offsetX: string | 0;
794
+ offsetY: string | 0;
795
+ spread: string | 0;
796
+ alpha?: any;
797
+ inset?: boolean | undefined;
798
+ }, {
799
+ color: string;
800
+ blur: string | 0;
801
+ offsetX: string | 0;
802
+ offsetY: string | 0;
803
+ spread: string | 0;
804
+ alpha?: any;
805
+ inset?: boolean | undefined;
806
+ }>, "many">]>;
807
+ }>, "strict", z.ZodTypeAny, {
808
+ $value: string | {
809
+ color: string;
810
+ blur: string | 0;
811
+ offsetX: string | 0;
812
+ offsetY: string | 0;
813
+ spread: string | 0;
814
+ alpha?: any;
815
+ inset?: boolean | undefined;
816
+ } | {
817
+ color: string;
818
+ blur: string | 0;
819
+ offsetX: string | 0;
820
+ offsetY: string | 0;
821
+ spread: string | 0;
822
+ alpha?: any;
823
+ inset?: boolean | undefined;
824
+ }[];
825
+ $description?: string | undefined;
826
+ $deprecated?: string | boolean | undefined;
827
+ }, {
828
+ $value: string | {
829
+ color: string;
830
+ blur: string | 0;
831
+ offsetX: string | 0;
832
+ offsetY: string | 0;
833
+ spread: string | 0;
834
+ alpha?: any;
835
+ inset?: boolean | undefined;
836
+ } | {
837
+ color: string;
838
+ blur: string | 0;
839
+ offsetX: string | 0;
840
+ offsetY: string | 0;
841
+ spread: string | 0;
842
+ alpha?: any;
843
+ inset?: boolean | undefined;
844
+ }[];
845
+ $description?: string | undefined;
846
+ $deprecated?: string | boolean | undefined;
847
+ }>]>>;
848
+ 'dark-dimmed': z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<z.objectUtil.extendShape<{
849
+ $description: z.ZodOptional<z.ZodString>;
850
+ $deprecated: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
851
+ }, {
852
+ $value: z.ZodUnion<[z.ZodObject<{
853
+ color: z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodString, string, string>]>;
854
+ alpha: z.ZodUnion<[z.ZodEffects<z.ZodAny, any, any>, z.ZodEffects<z.ZodString, string, string>]>;
855
+ offsetX: z.ZodUnion<[z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodLiteral<"0">, z.ZodLiteral<0>]>, z.ZodEffects<z.ZodString, string, string>]>;
856
+ offsetY: z.ZodUnion<[z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodLiteral<"0">, z.ZodLiteral<0>]>, z.ZodEffects<z.ZodString, string, string>]>;
857
+ blur: z.ZodUnion<[z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodLiteral<"0">, z.ZodLiteral<0>]>, z.ZodEffects<z.ZodString, string, string>]>;
858
+ spread: z.ZodUnion<[z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodLiteral<"0">, z.ZodLiteral<0>]>, z.ZodEffects<z.ZodString, string, string>]>;
859
+ inset: z.ZodOptional<z.ZodBoolean>;
860
+ }, "strict", z.ZodTypeAny, {
861
+ color: string;
862
+ blur: string | 0;
863
+ offsetX: string | 0;
864
+ offsetY: string | 0;
865
+ spread: string | 0;
866
+ alpha?: any;
867
+ inset?: boolean | undefined;
868
+ }, {
869
+ color: string;
870
+ blur: string | 0;
871
+ offsetX: string | 0;
872
+ offsetY: string | 0;
873
+ spread: string | 0;
874
+ alpha?: any;
875
+ inset?: boolean | undefined;
876
+ }>, z.ZodEffects<z.ZodString, string, string>, z.ZodArray<z.ZodObject<{
877
+ color: z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodString, string, string>]>;
878
+ alpha: z.ZodUnion<[z.ZodEffects<z.ZodAny, any, any>, z.ZodEffects<z.ZodString, string, string>]>;
879
+ offsetX: z.ZodUnion<[z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodLiteral<"0">, z.ZodLiteral<0>]>, z.ZodEffects<z.ZodString, string, string>]>;
880
+ offsetY: z.ZodUnion<[z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodLiteral<"0">, z.ZodLiteral<0>]>, z.ZodEffects<z.ZodString, string, string>]>;
881
+ blur: z.ZodUnion<[z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodLiteral<"0">, z.ZodLiteral<0>]>, z.ZodEffects<z.ZodString, string, string>]>;
882
+ spread: z.ZodUnion<[z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodLiteral<"0">, z.ZodLiteral<0>]>, z.ZodEffects<z.ZodString, string, string>]>;
883
+ inset: z.ZodOptional<z.ZodBoolean>;
884
+ }, "strict", z.ZodTypeAny, {
885
+ color: string;
886
+ blur: string | 0;
887
+ offsetX: string | 0;
888
+ offsetY: string | 0;
889
+ spread: string | 0;
890
+ alpha?: any;
891
+ inset?: boolean | undefined;
892
+ }, {
893
+ color: string;
894
+ blur: string | 0;
895
+ offsetX: string | 0;
896
+ offsetY: string | 0;
897
+ spread: string | 0;
898
+ alpha?: any;
899
+ inset?: boolean | undefined;
900
+ }>, "many">]>;
901
+ }>, "strict", z.ZodTypeAny, {
902
+ $value: string | {
903
+ color: string;
904
+ blur: string | 0;
905
+ offsetX: string | 0;
906
+ offsetY: string | 0;
907
+ spread: string | 0;
908
+ alpha?: any;
909
+ inset?: boolean | undefined;
910
+ } | {
911
+ color: string;
912
+ blur: string | 0;
913
+ offsetX: string | 0;
914
+ offsetY: string | 0;
915
+ spread: string | 0;
916
+ alpha?: any;
917
+ inset?: boolean | undefined;
918
+ }[];
919
+ $description?: string | undefined;
920
+ $deprecated?: string | boolean | undefined;
921
+ }, {
922
+ $value: string | {
923
+ color: string;
924
+ blur: string | 0;
925
+ offsetX: string | 0;
926
+ offsetY: string | 0;
927
+ spread: string | 0;
928
+ alpha?: any;
929
+ inset?: boolean | undefined;
930
+ } | {
931
+ color: string;
932
+ blur: string | 0;
933
+ offsetX: string | 0;
934
+ offsetY: string | 0;
935
+ spread: string | 0;
936
+ alpha?: any;
937
+ inset?: boolean | undefined;
938
+ }[];
939
+ $description?: string | undefined;
940
+ $deprecated?: string | boolean | undefined;
941
+ }>]>>;
942
+ }, "strict", z.ZodTypeAny, {
943
+ light?: string | {
944
+ $value: string | {
945
+ color: string;
946
+ blur: string | 0;
947
+ offsetX: string | 0;
948
+ offsetY: string | 0;
949
+ spread: string | 0;
950
+ alpha?: any;
951
+ inset?: boolean | undefined;
952
+ } | {
953
+ color: string;
954
+ blur: string | 0;
955
+ offsetX: string | 0;
956
+ offsetY: string | 0;
957
+ spread: string | 0;
958
+ alpha?: any;
959
+ inset?: boolean | undefined;
960
+ }[];
961
+ $description?: string | undefined;
962
+ $deprecated?: string | boolean | undefined;
963
+ } | undefined;
964
+ dark?: string | {
965
+ $value: string | {
966
+ color: string;
967
+ blur: string | 0;
968
+ offsetX: string | 0;
969
+ offsetY: string | 0;
970
+ spread: string | 0;
971
+ alpha?: any;
972
+ inset?: boolean | undefined;
973
+ } | {
974
+ color: string;
975
+ blur: string | 0;
976
+ offsetX: string | 0;
977
+ offsetY: string | 0;
978
+ spread: string | 0;
979
+ alpha?: any;
980
+ inset?: boolean | undefined;
981
+ }[];
982
+ $description?: string | undefined;
983
+ $deprecated?: string | boolean | undefined;
984
+ } | undefined;
985
+ 'light-tritanopia'?: string | {
986
+ $value: string | {
987
+ color: string;
988
+ blur: string | 0;
989
+ offsetX: string | 0;
990
+ offsetY: string | 0;
991
+ spread: string | 0;
992
+ alpha?: any;
993
+ inset?: boolean | undefined;
994
+ } | {
995
+ color: string;
996
+ blur: string | 0;
997
+ offsetX: string | 0;
998
+ offsetY: string | 0;
999
+ spread: string | 0;
1000
+ alpha?: any;
1001
+ inset?: boolean | undefined;
1002
+ }[];
1003
+ $description?: string | undefined;
1004
+ $deprecated?: string | boolean | undefined;
1005
+ } | undefined;
1006
+ 'light-protanopia-deuteranopia'?: string | {
1007
+ $value: string | {
1008
+ color: string;
1009
+ blur: string | 0;
1010
+ offsetX: string | 0;
1011
+ offsetY: string | 0;
1012
+ spread: string | 0;
1013
+ alpha?: any;
1014
+ inset?: boolean | undefined;
1015
+ } | {
1016
+ color: string;
1017
+ blur: string | 0;
1018
+ offsetX: string | 0;
1019
+ offsetY: string | 0;
1020
+ spread: string | 0;
1021
+ alpha?: any;
1022
+ inset?: boolean | undefined;
1023
+ }[];
1024
+ $description?: string | undefined;
1025
+ $deprecated?: string | boolean | undefined;
1026
+ } | undefined;
1027
+ 'light-high-contrast'?: string | {
1028
+ $value: string | {
1029
+ color: string;
1030
+ blur: string | 0;
1031
+ offsetX: string | 0;
1032
+ offsetY: string | 0;
1033
+ spread: string | 0;
1034
+ alpha?: any;
1035
+ inset?: boolean | undefined;
1036
+ } | {
1037
+ color: string;
1038
+ blur: string | 0;
1039
+ offsetX: string | 0;
1040
+ offsetY: string | 0;
1041
+ spread: string | 0;
1042
+ alpha?: any;
1043
+ inset?: boolean | undefined;
1044
+ }[];
1045
+ $description?: string | undefined;
1046
+ $deprecated?: string | boolean | undefined;
1047
+ } | undefined;
1048
+ 'dark-tritanopia'?: string | {
1049
+ $value: string | {
1050
+ color: string;
1051
+ blur: string | 0;
1052
+ offsetX: string | 0;
1053
+ offsetY: string | 0;
1054
+ spread: string | 0;
1055
+ alpha?: any;
1056
+ inset?: boolean | undefined;
1057
+ } | {
1058
+ color: string;
1059
+ blur: string | 0;
1060
+ offsetX: string | 0;
1061
+ offsetY: string | 0;
1062
+ spread: string | 0;
1063
+ alpha?: any;
1064
+ inset?: boolean | undefined;
1065
+ }[];
1066
+ $description?: string | undefined;
1067
+ $deprecated?: string | boolean | undefined;
1068
+ } | undefined;
1069
+ 'dark-protanopia-deuteranopia'?: string | {
1070
+ $value: string | {
1071
+ color: string;
1072
+ blur: string | 0;
1073
+ offsetX: string | 0;
1074
+ offsetY: string | 0;
1075
+ spread: string | 0;
1076
+ alpha?: any;
1077
+ inset?: boolean | undefined;
1078
+ } | {
1079
+ color: string;
1080
+ blur: string | 0;
1081
+ offsetX: string | 0;
1082
+ offsetY: string | 0;
1083
+ spread: string | 0;
1084
+ alpha?: any;
1085
+ inset?: boolean | undefined;
1086
+ }[];
1087
+ $description?: string | undefined;
1088
+ $deprecated?: string | boolean | undefined;
1089
+ } | undefined;
1090
+ 'dark-high-contrast'?: string | {
1091
+ $value: string | {
1092
+ color: string;
1093
+ blur: string | 0;
1094
+ offsetX: string | 0;
1095
+ offsetY: string | 0;
1096
+ spread: string | 0;
1097
+ alpha?: any;
1098
+ inset?: boolean | undefined;
1099
+ } | {
1100
+ color: string;
1101
+ blur: string | 0;
1102
+ offsetX: string | 0;
1103
+ offsetY: string | 0;
1104
+ spread: string | 0;
1105
+ alpha?: any;
1106
+ inset?: boolean | undefined;
1107
+ }[];
1108
+ $description?: string | undefined;
1109
+ $deprecated?: string | boolean | undefined;
1110
+ } | undefined;
1111
+ 'dark-dimmed'?: string | {
1112
+ $value: string | {
1113
+ color: string;
1114
+ blur: string | 0;
1115
+ offsetX: string | 0;
1116
+ offsetY: string | 0;
1117
+ spread: string | 0;
1118
+ alpha?: any;
1119
+ inset?: boolean | undefined;
1120
+ } | {
1121
+ color: string;
1122
+ blur: string | 0;
1123
+ offsetX: string | 0;
1124
+ offsetY: string | 0;
1125
+ spread: string | 0;
1126
+ alpha?: any;
1127
+ inset?: boolean | undefined;
1128
+ }[];
1129
+ $description?: string | undefined;
1130
+ $deprecated?: string | boolean | undefined;
1131
+ } | undefined;
1132
+ }, {
1133
+ light?: string | {
1134
+ $value: string | {
1135
+ color: string;
1136
+ blur: string | 0;
1137
+ offsetX: string | 0;
1138
+ offsetY: string | 0;
1139
+ spread: string | 0;
1140
+ alpha?: any;
1141
+ inset?: boolean | undefined;
1142
+ } | {
1143
+ color: string;
1144
+ blur: string | 0;
1145
+ offsetX: string | 0;
1146
+ offsetY: string | 0;
1147
+ spread: string | 0;
1148
+ alpha?: any;
1149
+ inset?: boolean | undefined;
1150
+ }[];
1151
+ $description?: string | undefined;
1152
+ $deprecated?: string | boolean | undefined;
1153
+ } | undefined;
1154
+ dark?: string | {
1155
+ $value: string | {
1156
+ color: string;
1157
+ blur: string | 0;
1158
+ offsetX: string | 0;
1159
+ offsetY: string | 0;
1160
+ spread: string | 0;
1161
+ alpha?: any;
1162
+ inset?: boolean | undefined;
1163
+ } | {
1164
+ color: string;
1165
+ blur: string | 0;
1166
+ offsetX: string | 0;
1167
+ offsetY: string | 0;
1168
+ spread: string | 0;
1169
+ alpha?: any;
1170
+ inset?: boolean | undefined;
1171
+ }[];
1172
+ $description?: string | undefined;
1173
+ $deprecated?: string | boolean | undefined;
1174
+ } | undefined;
1175
+ 'light-tritanopia'?: string | {
1176
+ $value: string | {
1177
+ color: string;
1178
+ blur: string | 0;
1179
+ offsetX: string | 0;
1180
+ offsetY: string | 0;
1181
+ spread: string | 0;
1182
+ alpha?: any;
1183
+ inset?: boolean | undefined;
1184
+ } | {
1185
+ color: string;
1186
+ blur: string | 0;
1187
+ offsetX: string | 0;
1188
+ offsetY: string | 0;
1189
+ spread: string | 0;
1190
+ alpha?: any;
1191
+ inset?: boolean | undefined;
1192
+ }[];
1193
+ $description?: string | undefined;
1194
+ $deprecated?: string | boolean | undefined;
1195
+ } | undefined;
1196
+ 'light-protanopia-deuteranopia'?: string | {
1197
+ $value: string | {
1198
+ color: string;
1199
+ blur: string | 0;
1200
+ offsetX: string | 0;
1201
+ offsetY: string | 0;
1202
+ spread: string | 0;
1203
+ alpha?: any;
1204
+ inset?: boolean | undefined;
1205
+ } | {
1206
+ color: string;
1207
+ blur: string | 0;
1208
+ offsetX: string | 0;
1209
+ offsetY: string | 0;
1210
+ spread: string | 0;
1211
+ alpha?: any;
1212
+ inset?: boolean | undefined;
1213
+ }[];
1214
+ $description?: string | undefined;
1215
+ $deprecated?: string | boolean | undefined;
1216
+ } | undefined;
1217
+ 'light-high-contrast'?: string | {
1218
+ $value: string | {
1219
+ color: string;
1220
+ blur: string | 0;
1221
+ offsetX: string | 0;
1222
+ offsetY: string | 0;
1223
+ spread: string | 0;
1224
+ alpha?: any;
1225
+ inset?: boolean | undefined;
1226
+ } | {
1227
+ color: string;
1228
+ blur: string | 0;
1229
+ offsetX: string | 0;
1230
+ offsetY: string | 0;
1231
+ spread: string | 0;
1232
+ alpha?: any;
1233
+ inset?: boolean | undefined;
1234
+ }[];
1235
+ $description?: string | undefined;
1236
+ $deprecated?: string | boolean | undefined;
1237
+ } | undefined;
1238
+ 'dark-tritanopia'?: string | {
1239
+ $value: string | {
1240
+ color: string;
1241
+ blur: string | 0;
1242
+ offsetX: string | 0;
1243
+ offsetY: string | 0;
1244
+ spread: string | 0;
1245
+ alpha?: any;
1246
+ inset?: boolean | undefined;
1247
+ } | {
1248
+ color: string;
1249
+ blur: string | 0;
1250
+ offsetX: string | 0;
1251
+ offsetY: string | 0;
1252
+ spread: string | 0;
1253
+ alpha?: any;
1254
+ inset?: boolean | undefined;
1255
+ }[];
1256
+ $description?: string | undefined;
1257
+ $deprecated?: string | boolean | undefined;
1258
+ } | undefined;
1259
+ 'dark-protanopia-deuteranopia'?: string | {
1260
+ $value: string | {
1261
+ color: string;
1262
+ blur: string | 0;
1263
+ offsetX: string | 0;
1264
+ offsetY: string | 0;
1265
+ spread: string | 0;
1266
+ alpha?: any;
1267
+ inset?: boolean | undefined;
1268
+ } | {
1269
+ color: string;
1270
+ blur: string | 0;
1271
+ offsetX: string | 0;
1272
+ offsetY: string | 0;
1273
+ spread: string | 0;
1274
+ alpha?: any;
1275
+ inset?: boolean | undefined;
1276
+ }[];
1277
+ $description?: string | undefined;
1278
+ $deprecated?: string | boolean | undefined;
1279
+ } | undefined;
1280
+ 'dark-high-contrast'?: string | {
1281
+ $value: string | {
1282
+ color: string;
1283
+ blur: string | 0;
1284
+ offsetX: string | 0;
1285
+ offsetY: string | 0;
1286
+ spread: string | 0;
1287
+ alpha?: any;
1288
+ inset?: boolean | undefined;
1289
+ } | {
1290
+ color: string;
1291
+ blur: string | 0;
1292
+ offsetX: string | 0;
1293
+ offsetY: string | 0;
1294
+ spread: string | 0;
1295
+ alpha?: any;
1296
+ inset?: boolean | undefined;
1297
+ }[];
1298
+ $description?: string | undefined;
1299
+ $deprecated?: string | boolean | undefined;
1300
+ } | undefined;
1301
+ 'dark-dimmed'?: string | {
1302
+ $value: string | {
1303
+ color: string;
1304
+ blur: string | 0;
1305
+ offsetX: string | 0;
1306
+ offsetY: string | 0;
1307
+ spread: string | 0;
1308
+ alpha?: any;
1309
+ inset?: boolean | undefined;
1310
+ } | {
1311
+ color: string;
1312
+ blur: string | 0;
1313
+ offsetX: string | 0;
1314
+ offsetY: string | 0;
1315
+ spread: string | 0;
1316
+ alpha?: any;
1317
+ inset?: boolean | undefined;
1318
+ }[];
1319
+ $description?: string | undefined;
1320
+ $deprecated?: string | boolean | undefined;
1321
+ } | undefined;
1322
+ }>>;
95
1323
  }, "strip", z.ZodTypeAny, {
96
1324
  'org.primer.figma': {
97
1325
  group?: string | undefined;
98
1326
  collection?: string | undefined;
99
1327
  modeOverride?: string | undefined;
100
1328
  };
1329
+ 'org.primer.overrides'?: {
1330
+ light?: string | {
1331
+ $value: string | {
1332
+ color: string;
1333
+ blur: string | 0;
1334
+ offsetX: string | 0;
1335
+ offsetY: string | 0;
1336
+ spread: string | 0;
1337
+ alpha?: any;
1338
+ inset?: boolean | undefined;
1339
+ } | {
1340
+ color: string;
1341
+ blur: string | 0;
1342
+ offsetX: string | 0;
1343
+ offsetY: string | 0;
1344
+ spread: string | 0;
1345
+ alpha?: any;
1346
+ inset?: boolean | undefined;
1347
+ }[];
1348
+ $description?: string | undefined;
1349
+ $deprecated?: string | boolean | undefined;
1350
+ } | undefined;
1351
+ dark?: string | {
1352
+ $value: string | {
1353
+ color: string;
1354
+ blur: string | 0;
1355
+ offsetX: string | 0;
1356
+ offsetY: string | 0;
1357
+ spread: string | 0;
1358
+ alpha?: any;
1359
+ inset?: boolean | undefined;
1360
+ } | {
1361
+ color: string;
1362
+ blur: string | 0;
1363
+ offsetX: string | 0;
1364
+ offsetY: string | 0;
1365
+ spread: string | 0;
1366
+ alpha?: any;
1367
+ inset?: boolean | undefined;
1368
+ }[];
1369
+ $description?: string | undefined;
1370
+ $deprecated?: string | boolean | undefined;
1371
+ } | undefined;
1372
+ 'light-tritanopia'?: string | {
1373
+ $value: string | {
1374
+ color: string;
1375
+ blur: string | 0;
1376
+ offsetX: string | 0;
1377
+ offsetY: string | 0;
1378
+ spread: string | 0;
1379
+ alpha?: any;
1380
+ inset?: boolean | undefined;
1381
+ } | {
1382
+ color: string;
1383
+ blur: string | 0;
1384
+ offsetX: string | 0;
1385
+ offsetY: string | 0;
1386
+ spread: string | 0;
1387
+ alpha?: any;
1388
+ inset?: boolean | undefined;
1389
+ }[];
1390
+ $description?: string | undefined;
1391
+ $deprecated?: string | boolean | undefined;
1392
+ } | undefined;
1393
+ 'light-protanopia-deuteranopia'?: string | {
1394
+ $value: string | {
1395
+ color: string;
1396
+ blur: string | 0;
1397
+ offsetX: string | 0;
1398
+ offsetY: string | 0;
1399
+ spread: string | 0;
1400
+ alpha?: any;
1401
+ inset?: boolean | undefined;
1402
+ } | {
1403
+ color: string;
1404
+ blur: string | 0;
1405
+ offsetX: string | 0;
1406
+ offsetY: string | 0;
1407
+ spread: string | 0;
1408
+ alpha?: any;
1409
+ inset?: boolean | undefined;
1410
+ }[];
1411
+ $description?: string | undefined;
1412
+ $deprecated?: string | boolean | undefined;
1413
+ } | undefined;
1414
+ 'light-high-contrast'?: string | {
1415
+ $value: string | {
1416
+ color: string;
1417
+ blur: string | 0;
1418
+ offsetX: string | 0;
1419
+ offsetY: string | 0;
1420
+ spread: string | 0;
1421
+ alpha?: any;
1422
+ inset?: boolean | undefined;
1423
+ } | {
1424
+ color: string;
1425
+ blur: string | 0;
1426
+ offsetX: string | 0;
1427
+ offsetY: string | 0;
1428
+ spread: string | 0;
1429
+ alpha?: any;
1430
+ inset?: boolean | undefined;
1431
+ }[];
1432
+ $description?: string | undefined;
1433
+ $deprecated?: string | boolean | undefined;
1434
+ } | undefined;
1435
+ 'dark-tritanopia'?: string | {
1436
+ $value: string | {
1437
+ color: string;
1438
+ blur: string | 0;
1439
+ offsetX: string | 0;
1440
+ offsetY: string | 0;
1441
+ spread: string | 0;
1442
+ alpha?: any;
1443
+ inset?: boolean | undefined;
1444
+ } | {
1445
+ color: string;
1446
+ blur: string | 0;
1447
+ offsetX: string | 0;
1448
+ offsetY: string | 0;
1449
+ spread: string | 0;
1450
+ alpha?: any;
1451
+ inset?: boolean | undefined;
1452
+ }[];
1453
+ $description?: string | undefined;
1454
+ $deprecated?: string | boolean | undefined;
1455
+ } | undefined;
1456
+ 'dark-protanopia-deuteranopia'?: string | {
1457
+ $value: string | {
1458
+ color: string;
1459
+ blur: string | 0;
1460
+ offsetX: string | 0;
1461
+ offsetY: string | 0;
1462
+ spread: string | 0;
1463
+ alpha?: any;
1464
+ inset?: boolean | undefined;
1465
+ } | {
1466
+ color: string;
1467
+ blur: string | 0;
1468
+ offsetX: string | 0;
1469
+ offsetY: string | 0;
1470
+ spread: string | 0;
1471
+ alpha?: any;
1472
+ inset?: boolean | undefined;
1473
+ }[];
1474
+ $description?: string | undefined;
1475
+ $deprecated?: string | boolean | undefined;
1476
+ } | undefined;
1477
+ 'dark-high-contrast'?: string | {
1478
+ $value: string | {
1479
+ color: string;
1480
+ blur: string | 0;
1481
+ offsetX: string | 0;
1482
+ offsetY: string | 0;
1483
+ spread: string | 0;
1484
+ alpha?: any;
1485
+ inset?: boolean | undefined;
1486
+ } | {
1487
+ color: string;
1488
+ blur: string | 0;
1489
+ offsetX: string | 0;
1490
+ offsetY: string | 0;
1491
+ spread: string | 0;
1492
+ alpha?: any;
1493
+ inset?: boolean | undefined;
1494
+ }[];
1495
+ $description?: string | undefined;
1496
+ $deprecated?: string | boolean | undefined;
1497
+ } | undefined;
1498
+ 'dark-dimmed'?: string | {
1499
+ $value: string | {
1500
+ color: string;
1501
+ blur: string | 0;
1502
+ offsetX: string | 0;
1503
+ offsetY: string | 0;
1504
+ spread: string | 0;
1505
+ alpha?: any;
1506
+ inset?: boolean | undefined;
1507
+ } | {
1508
+ color: string;
1509
+ blur: string | 0;
1510
+ offsetX: string | 0;
1511
+ offsetY: string | 0;
1512
+ spread: string | 0;
1513
+ alpha?: any;
1514
+ inset?: boolean | undefined;
1515
+ }[];
1516
+ $description?: string | undefined;
1517
+ $deprecated?: string | boolean | undefined;
1518
+ } | undefined;
1519
+ } | undefined;
101
1520
  }, {
102
1521
  'org.primer.figma': {
103
1522
  group?: string | undefined;
104
1523
  collection?: string | undefined;
105
1524
  modeOverride?: string | undefined;
106
1525
  };
1526
+ 'org.primer.overrides'?: {
1527
+ light?: string | {
1528
+ $value: string | {
1529
+ color: string;
1530
+ blur: string | 0;
1531
+ offsetX: string | 0;
1532
+ offsetY: string | 0;
1533
+ spread: string | 0;
1534
+ alpha?: any;
1535
+ inset?: boolean | undefined;
1536
+ } | {
1537
+ color: string;
1538
+ blur: string | 0;
1539
+ offsetX: string | 0;
1540
+ offsetY: string | 0;
1541
+ spread: string | 0;
1542
+ alpha?: any;
1543
+ inset?: boolean | undefined;
1544
+ }[];
1545
+ $description?: string | undefined;
1546
+ $deprecated?: string | boolean | undefined;
1547
+ } | undefined;
1548
+ dark?: string | {
1549
+ $value: string | {
1550
+ color: string;
1551
+ blur: string | 0;
1552
+ offsetX: string | 0;
1553
+ offsetY: string | 0;
1554
+ spread: string | 0;
1555
+ alpha?: any;
1556
+ inset?: boolean | undefined;
1557
+ } | {
1558
+ color: string;
1559
+ blur: string | 0;
1560
+ offsetX: string | 0;
1561
+ offsetY: string | 0;
1562
+ spread: string | 0;
1563
+ alpha?: any;
1564
+ inset?: boolean | undefined;
1565
+ }[];
1566
+ $description?: string | undefined;
1567
+ $deprecated?: string | boolean | undefined;
1568
+ } | undefined;
1569
+ 'light-tritanopia'?: string | {
1570
+ $value: string | {
1571
+ color: string;
1572
+ blur: string | 0;
1573
+ offsetX: string | 0;
1574
+ offsetY: string | 0;
1575
+ spread: string | 0;
1576
+ alpha?: any;
1577
+ inset?: boolean | undefined;
1578
+ } | {
1579
+ color: string;
1580
+ blur: string | 0;
1581
+ offsetX: string | 0;
1582
+ offsetY: string | 0;
1583
+ spread: string | 0;
1584
+ alpha?: any;
1585
+ inset?: boolean | undefined;
1586
+ }[];
1587
+ $description?: string | undefined;
1588
+ $deprecated?: string | boolean | undefined;
1589
+ } | undefined;
1590
+ 'light-protanopia-deuteranopia'?: string | {
1591
+ $value: string | {
1592
+ color: string;
1593
+ blur: string | 0;
1594
+ offsetX: string | 0;
1595
+ offsetY: string | 0;
1596
+ spread: string | 0;
1597
+ alpha?: any;
1598
+ inset?: boolean | undefined;
1599
+ } | {
1600
+ color: string;
1601
+ blur: string | 0;
1602
+ offsetX: string | 0;
1603
+ offsetY: string | 0;
1604
+ spread: string | 0;
1605
+ alpha?: any;
1606
+ inset?: boolean | undefined;
1607
+ }[];
1608
+ $description?: string | undefined;
1609
+ $deprecated?: string | boolean | undefined;
1610
+ } | undefined;
1611
+ 'light-high-contrast'?: string | {
1612
+ $value: string | {
1613
+ color: string;
1614
+ blur: string | 0;
1615
+ offsetX: string | 0;
1616
+ offsetY: string | 0;
1617
+ spread: string | 0;
1618
+ alpha?: any;
1619
+ inset?: boolean | undefined;
1620
+ } | {
1621
+ color: string;
1622
+ blur: string | 0;
1623
+ offsetX: string | 0;
1624
+ offsetY: string | 0;
1625
+ spread: string | 0;
1626
+ alpha?: any;
1627
+ inset?: boolean | undefined;
1628
+ }[];
1629
+ $description?: string | undefined;
1630
+ $deprecated?: string | boolean | undefined;
1631
+ } | undefined;
1632
+ 'dark-tritanopia'?: string | {
1633
+ $value: string | {
1634
+ color: string;
1635
+ blur: string | 0;
1636
+ offsetX: string | 0;
1637
+ offsetY: string | 0;
1638
+ spread: string | 0;
1639
+ alpha?: any;
1640
+ inset?: boolean | undefined;
1641
+ } | {
1642
+ color: string;
1643
+ blur: string | 0;
1644
+ offsetX: string | 0;
1645
+ offsetY: string | 0;
1646
+ spread: string | 0;
1647
+ alpha?: any;
1648
+ inset?: boolean | undefined;
1649
+ }[];
1650
+ $description?: string | undefined;
1651
+ $deprecated?: string | boolean | undefined;
1652
+ } | undefined;
1653
+ 'dark-protanopia-deuteranopia'?: string | {
1654
+ $value: string | {
1655
+ color: string;
1656
+ blur: string | 0;
1657
+ offsetX: string | 0;
1658
+ offsetY: string | 0;
1659
+ spread: string | 0;
1660
+ alpha?: any;
1661
+ inset?: boolean | undefined;
1662
+ } | {
1663
+ color: string;
1664
+ blur: string | 0;
1665
+ offsetX: string | 0;
1666
+ offsetY: string | 0;
1667
+ spread: string | 0;
1668
+ alpha?: any;
1669
+ inset?: boolean | undefined;
1670
+ }[];
1671
+ $description?: string | undefined;
1672
+ $deprecated?: string | boolean | undefined;
1673
+ } | undefined;
1674
+ 'dark-high-contrast'?: string | {
1675
+ $value: string | {
1676
+ color: string;
1677
+ blur: string | 0;
1678
+ offsetX: string | 0;
1679
+ offsetY: string | 0;
1680
+ spread: string | 0;
1681
+ alpha?: any;
1682
+ inset?: boolean | undefined;
1683
+ } | {
1684
+ color: string;
1685
+ blur: string | 0;
1686
+ offsetX: string | 0;
1687
+ offsetY: string | 0;
1688
+ spread: string | 0;
1689
+ alpha?: any;
1690
+ inset?: boolean | undefined;
1691
+ }[];
1692
+ $description?: string | undefined;
1693
+ $deprecated?: string | boolean | undefined;
1694
+ } | undefined;
1695
+ 'dark-dimmed'?: string | {
1696
+ $value: string | {
1697
+ color: string;
1698
+ blur: string | 0;
1699
+ offsetX: string | 0;
1700
+ offsetY: string | 0;
1701
+ spread: string | 0;
1702
+ alpha?: any;
1703
+ inset?: boolean | undefined;
1704
+ } | {
1705
+ color: string;
1706
+ blur: string | 0;
1707
+ offsetX: string | 0;
1708
+ offsetY: string | 0;
1709
+ spread: string | 0;
1710
+ alpha?: any;
1711
+ inset?: boolean | undefined;
1712
+ }[];
1713
+ $description?: string | undefined;
1714
+ $deprecated?: string | boolean | undefined;
1715
+ } | undefined;
1716
+ } | undefined;
107
1717
  }>>;
108
1718
  }>, "strict", z.ZodTypeAny, {
109
1719
  $value: string | {
@@ -132,6 +1742,197 @@ export declare const shadowToken: z.ZodObject<z.objectUtil.extendShape<{
132
1742
  collection?: string | undefined;
133
1743
  modeOverride?: string | undefined;
134
1744
  };
1745
+ 'org.primer.overrides'?: {
1746
+ light?: string | {
1747
+ $value: string | {
1748
+ color: string;
1749
+ blur: string | 0;
1750
+ offsetX: string | 0;
1751
+ offsetY: string | 0;
1752
+ spread: string | 0;
1753
+ alpha?: any;
1754
+ inset?: boolean | undefined;
1755
+ } | {
1756
+ color: string;
1757
+ blur: string | 0;
1758
+ offsetX: string | 0;
1759
+ offsetY: string | 0;
1760
+ spread: string | 0;
1761
+ alpha?: any;
1762
+ inset?: boolean | undefined;
1763
+ }[];
1764
+ $description?: string | undefined;
1765
+ $deprecated?: string | boolean | undefined;
1766
+ } | undefined;
1767
+ dark?: string | {
1768
+ $value: string | {
1769
+ color: string;
1770
+ blur: string | 0;
1771
+ offsetX: string | 0;
1772
+ offsetY: string | 0;
1773
+ spread: string | 0;
1774
+ alpha?: any;
1775
+ inset?: boolean | undefined;
1776
+ } | {
1777
+ color: string;
1778
+ blur: string | 0;
1779
+ offsetX: string | 0;
1780
+ offsetY: string | 0;
1781
+ spread: string | 0;
1782
+ alpha?: any;
1783
+ inset?: boolean | undefined;
1784
+ }[];
1785
+ $description?: string | undefined;
1786
+ $deprecated?: string | boolean | undefined;
1787
+ } | undefined;
1788
+ 'light-tritanopia'?: string | {
1789
+ $value: string | {
1790
+ color: string;
1791
+ blur: string | 0;
1792
+ offsetX: string | 0;
1793
+ offsetY: string | 0;
1794
+ spread: string | 0;
1795
+ alpha?: any;
1796
+ inset?: boolean | undefined;
1797
+ } | {
1798
+ color: string;
1799
+ blur: string | 0;
1800
+ offsetX: string | 0;
1801
+ offsetY: string | 0;
1802
+ spread: string | 0;
1803
+ alpha?: any;
1804
+ inset?: boolean | undefined;
1805
+ }[];
1806
+ $description?: string | undefined;
1807
+ $deprecated?: string | boolean | undefined;
1808
+ } | undefined;
1809
+ 'light-protanopia-deuteranopia'?: string | {
1810
+ $value: string | {
1811
+ color: string;
1812
+ blur: string | 0;
1813
+ offsetX: string | 0;
1814
+ offsetY: string | 0;
1815
+ spread: string | 0;
1816
+ alpha?: any;
1817
+ inset?: boolean | undefined;
1818
+ } | {
1819
+ color: string;
1820
+ blur: string | 0;
1821
+ offsetX: string | 0;
1822
+ offsetY: string | 0;
1823
+ spread: string | 0;
1824
+ alpha?: any;
1825
+ inset?: boolean | undefined;
1826
+ }[];
1827
+ $description?: string | undefined;
1828
+ $deprecated?: string | boolean | undefined;
1829
+ } | undefined;
1830
+ 'light-high-contrast'?: string | {
1831
+ $value: string | {
1832
+ color: string;
1833
+ blur: string | 0;
1834
+ offsetX: string | 0;
1835
+ offsetY: string | 0;
1836
+ spread: string | 0;
1837
+ alpha?: any;
1838
+ inset?: boolean | undefined;
1839
+ } | {
1840
+ color: string;
1841
+ blur: string | 0;
1842
+ offsetX: string | 0;
1843
+ offsetY: string | 0;
1844
+ spread: string | 0;
1845
+ alpha?: any;
1846
+ inset?: boolean | undefined;
1847
+ }[];
1848
+ $description?: string | undefined;
1849
+ $deprecated?: string | boolean | undefined;
1850
+ } | undefined;
1851
+ 'dark-tritanopia'?: string | {
1852
+ $value: string | {
1853
+ color: string;
1854
+ blur: string | 0;
1855
+ offsetX: string | 0;
1856
+ offsetY: string | 0;
1857
+ spread: string | 0;
1858
+ alpha?: any;
1859
+ inset?: boolean | undefined;
1860
+ } | {
1861
+ color: string;
1862
+ blur: string | 0;
1863
+ offsetX: string | 0;
1864
+ offsetY: string | 0;
1865
+ spread: string | 0;
1866
+ alpha?: any;
1867
+ inset?: boolean | undefined;
1868
+ }[];
1869
+ $description?: string | undefined;
1870
+ $deprecated?: string | boolean | undefined;
1871
+ } | undefined;
1872
+ 'dark-protanopia-deuteranopia'?: string | {
1873
+ $value: string | {
1874
+ color: string;
1875
+ blur: string | 0;
1876
+ offsetX: string | 0;
1877
+ offsetY: string | 0;
1878
+ spread: string | 0;
1879
+ alpha?: any;
1880
+ inset?: boolean | undefined;
1881
+ } | {
1882
+ color: string;
1883
+ blur: string | 0;
1884
+ offsetX: string | 0;
1885
+ offsetY: string | 0;
1886
+ spread: string | 0;
1887
+ alpha?: any;
1888
+ inset?: boolean | undefined;
1889
+ }[];
1890
+ $description?: string | undefined;
1891
+ $deprecated?: string | boolean | undefined;
1892
+ } | undefined;
1893
+ 'dark-high-contrast'?: string | {
1894
+ $value: string | {
1895
+ color: string;
1896
+ blur: string | 0;
1897
+ offsetX: string | 0;
1898
+ offsetY: string | 0;
1899
+ spread: string | 0;
1900
+ alpha?: any;
1901
+ inset?: boolean | undefined;
1902
+ } | {
1903
+ color: string;
1904
+ blur: string | 0;
1905
+ offsetX: string | 0;
1906
+ offsetY: string | 0;
1907
+ spread: string | 0;
1908
+ alpha?: any;
1909
+ inset?: boolean | undefined;
1910
+ }[];
1911
+ $description?: string | undefined;
1912
+ $deprecated?: string | boolean | undefined;
1913
+ } | undefined;
1914
+ 'dark-dimmed'?: string | {
1915
+ $value: string | {
1916
+ color: string;
1917
+ blur: string | 0;
1918
+ offsetX: string | 0;
1919
+ offsetY: string | 0;
1920
+ spread: string | 0;
1921
+ alpha?: any;
1922
+ inset?: boolean | undefined;
1923
+ } | {
1924
+ color: string;
1925
+ blur: string | 0;
1926
+ offsetX: string | 0;
1927
+ offsetY: string | 0;
1928
+ spread: string | 0;
1929
+ alpha?: any;
1930
+ inset?: boolean | undefined;
1931
+ }[];
1932
+ $description?: string | undefined;
1933
+ $deprecated?: string | boolean | undefined;
1934
+ } | undefined;
1935
+ } | undefined;
135
1936
  } | undefined;
136
1937
  }, {
137
1938
  $value: string | {
@@ -160,5 +1961,196 @@ export declare const shadowToken: z.ZodObject<z.objectUtil.extendShape<{
160
1961
  collection?: string | undefined;
161
1962
  modeOverride?: string | undefined;
162
1963
  };
1964
+ 'org.primer.overrides'?: {
1965
+ light?: string | {
1966
+ $value: string | {
1967
+ color: string;
1968
+ blur: string | 0;
1969
+ offsetX: string | 0;
1970
+ offsetY: string | 0;
1971
+ spread: string | 0;
1972
+ alpha?: any;
1973
+ inset?: boolean | undefined;
1974
+ } | {
1975
+ color: string;
1976
+ blur: string | 0;
1977
+ offsetX: string | 0;
1978
+ offsetY: string | 0;
1979
+ spread: string | 0;
1980
+ alpha?: any;
1981
+ inset?: boolean | undefined;
1982
+ }[];
1983
+ $description?: string | undefined;
1984
+ $deprecated?: string | boolean | undefined;
1985
+ } | undefined;
1986
+ dark?: string | {
1987
+ $value: string | {
1988
+ color: string;
1989
+ blur: string | 0;
1990
+ offsetX: string | 0;
1991
+ offsetY: string | 0;
1992
+ spread: string | 0;
1993
+ alpha?: any;
1994
+ inset?: boolean | undefined;
1995
+ } | {
1996
+ color: string;
1997
+ blur: string | 0;
1998
+ offsetX: string | 0;
1999
+ offsetY: string | 0;
2000
+ spread: string | 0;
2001
+ alpha?: any;
2002
+ inset?: boolean | undefined;
2003
+ }[];
2004
+ $description?: string | undefined;
2005
+ $deprecated?: string | boolean | undefined;
2006
+ } | undefined;
2007
+ 'light-tritanopia'?: string | {
2008
+ $value: string | {
2009
+ color: string;
2010
+ blur: string | 0;
2011
+ offsetX: string | 0;
2012
+ offsetY: string | 0;
2013
+ spread: string | 0;
2014
+ alpha?: any;
2015
+ inset?: boolean | undefined;
2016
+ } | {
2017
+ color: string;
2018
+ blur: string | 0;
2019
+ offsetX: string | 0;
2020
+ offsetY: string | 0;
2021
+ spread: string | 0;
2022
+ alpha?: any;
2023
+ inset?: boolean | undefined;
2024
+ }[];
2025
+ $description?: string | undefined;
2026
+ $deprecated?: string | boolean | undefined;
2027
+ } | undefined;
2028
+ 'light-protanopia-deuteranopia'?: string | {
2029
+ $value: string | {
2030
+ color: string;
2031
+ blur: string | 0;
2032
+ offsetX: string | 0;
2033
+ offsetY: string | 0;
2034
+ spread: string | 0;
2035
+ alpha?: any;
2036
+ inset?: boolean | undefined;
2037
+ } | {
2038
+ color: string;
2039
+ blur: string | 0;
2040
+ offsetX: string | 0;
2041
+ offsetY: string | 0;
2042
+ spread: string | 0;
2043
+ alpha?: any;
2044
+ inset?: boolean | undefined;
2045
+ }[];
2046
+ $description?: string | undefined;
2047
+ $deprecated?: string | boolean | undefined;
2048
+ } | undefined;
2049
+ 'light-high-contrast'?: string | {
2050
+ $value: string | {
2051
+ color: string;
2052
+ blur: string | 0;
2053
+ offsetX: string | 0;
2054
+ offsetY: string | 0;
2055
+ spread: string | 0;
2056
+ alpha?: any;
2057
+ inset?: boolean | undefined;
2058
+ } | {
2059
+ color: string;
2060
+ blur: string | 0;
2061
+ offsetX: string | 0;
2062
+ offsetY: string | 0;
2063
+ spread: string | 0;
2064
+ alpha?: any;
2065
+ inset?: boolean | undefined;
2066
+ }[];
2067
+ $description?: string | undefined;
2068
+ $deprecated?: string | boolean | undefined;
2069
+ } | undefined;
2070
+ 'dark-tritanopia'?: string | {
2071
+ $value: string | {
2072
+ color: string;
2073
+ blur: string | 0;
2074
+ offsetX: string | 0;
2075
+ offsetY: string | 0;
2076
+ spread: string | 0;
2077
+ alpha?: any;
2078
+ inset?: boolean | undefined;
2079
+ } | {
2080
+ color: string;
2081
+ blur: string | 0;
2082
+ offsetX: string | 0;
2083
+ offsetY: string | 0;
2084
+ spread: string | 0;
2085
+ alpha?: any;
2086
+ inset?: boolean | undefined;
2087
+ }[];
2088
+ $description?: string | undefined;
2089
+ $deprecated?: string | boolean | undefined;
2090
+ } | undefined;
2091
+ 'dark-protanopia-deuteranopia'?: string | {
2092
+ $value: string | {
2093
+ color: string;
2094
+ blur: string | 0;
2095
+ offsetX: string | 0;
2096
+ offsetY: string | 0;
2097
+ spread: string | 0;
2098
+ alpha?: any;
2099
+ inset?: boolean | undefined;
2100
+ } | {
2101
+ color: string;
2102
+ blur: string | 0;
2103
+ offsetX: string | 0;
2104
+ offsetY: string | 0;
2105
+ spread: string | 0;
2106
+ alpha?: any;
2107
+ inset?: boolean | undefined;
2108
+ }[];
2109
+ $description?: string | undefined;
2110
+ $deprecated?: string | boolean | undefined;
2111
+ } | undefined;
2112
+ 'dark-high-contrast'?: string | {
2113
+ $value: string | {
2114
+ color: string;
2115
+ blur: string | 0;
2116
+ offsetX: string | 0;
2117
+ offsetY: string | 0;
2118
+ spread: string | 0;
2119
+ alpha?: any;
2120
+ inset?: boolean | undefined;
2121
+ } | {
2122
+ color: string;
2123
+ blur: string | 0;
2124
+ offsetX: string | 0;
2125
+ offsetY: string | 0;
2126
+ spread: string | 0;
2127
+ alpha?: any;
2128
+ inset?: boolean | undefined;
2129
+ }[];
2130
+ $description?: string | undefined;
2131
+ $deprecated?: string | boolean | undefined;
2132
+ } | undefined;
2133
+ 'dark-dimmed'?: string | {
2134
+ $value: string | {
2135
+ color: string;
2136
+ blur: string | 0;
2137
+ offsetX: string | 0;
2138
+ offsetY: string | 0;
2139
+ spread: string | 0;
2140
+ alpha?: any;
2141
+ inset?: boolean | undefined;
2142
+ } | {
2143
+ color: string;
2144
+ blur: string | 0;
2145
+ offsetX: string | 0;
2146
+ offsetY: string | 0;
2147
+ spread: string | 0;
2148
+ alpha?: any;
2149
+ inset?: boolean | undefined;
2150
+ }[];
2151
+ $description?: string | undefined;
2152
+ $deprecated?: string | boolean | undefined;
2153
+ } | undefined;
2154
+ } | undefined;
163
2155
  } | undefined;
164
2156
  }>;