@webstudio-is/css-data 0.68.0 → 0.69.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.
@@ -47,13 +47,13 @@ export declare const UnparsedValue: z.ZodObject<{
47
47
  value: z.ZodString;
48
48
  hidden: z.ZodOptional<z.ZodBoolean>;
49
49
  }, "strip", z.ZodTypeAny, {
50
- hidden?: boolean | undefined;
51
50
  value: string;
52
51
  type: "unparsed";
53
- }, {
54
52
  hidden?: boolean | undefined;
53
+ }, {
55
54
  value: string;
56
55
  type: "unparsed";
56
+ hidden?: boolean | undefined;
57
57
  }>;
58
58
  export type UnparsedValue = z.infer<typeof UnparsedValue>;
59
59
  declare const FontFamilyValue: z.ZodObject<{
@@ -110,7 +110,6 @@ export declare const ImageValue: z.ZodObject<{
110
110
  }>]>;
111
111
  hidden: z.ZodOptional<z.ZodBoolean>;
112
112
  }, "strip", z.ZodTypeAny, {
113
- hidden?: boolean | undefined;
114
113
  value: {
115
114
  value: string;
116
115
  type: "asset";
@@ -119,8 +118,8 @@ export declare const ImageValue: z.ZodObject<{
119
118
  url: string;
120
119
  };
121
120
  type: "image";
122
- }, {
123
121
  hidden?: boolean | undefined;
122
+ }, {
124
123
  value: {
125
124
  value: string;
126
125
  type: "asset";
@@ -129,6 +128,7 @@ export declare const ImageValue: z.ZodObject<{
129
128
  url: string;
130
129
  };
131
130
  type: "image";
131
+ hidden?: boolean | undefined;
132
132
  }>;
133
133
  export type ImageValue = z.infer<typeof ImageValue>;
134
134
  export declare const InvalidValue: z.ZodObject<{
@@ -179,13 +179,13 @@ export declare const TupleValueItem: z.ZodUnion<[z.ZodObject<{
179
179
  value: z.ZodString;
180
180
  hidden: z.ZodOptional<z.ZodBoolean>;
181
181
  }, "strip", z.ZodTypeAny, {
182
- hidden?: boolean | undefined;
183
182
  value: string;
184
183
  type: "unparsed";
185
- }, {
186
184
  hidden?: boolean | undefined;
185
+ }, {
187
186
  value: string;
188
187
  type: "unparsed";
188
+ hidden?: boolean | undefined;
189
189
  }>]>;
190
190
  export type TupleValueItem = z.infer<typeof TupleValueItem>;
191
191
  export declare const TupleValue: z.ZodObject<{
@@ -216,13 +216,13 @@ export declare const TupleValue: z.ZodObject<{
216
216
  value: z.ZodString;
217
217
  hidden: z.ZodOptional<z.ZodBoolean>;
218
218
  }, "strip", z.ZodTypeAny, {
219
- hidden?: boolean | undefined;
220
219
  value: string;
221
220
  type: "unparsed";
222
- }, {
223
221
  hidden?: boolean | undefined;
222
+ }, {
224
223
  value: string;
225
224
  type: "unparsed";
225
+ hidden?: boolean | undefined;
226
226
  }>]>, "many">;
227
227
  }, "strip", z.ZodTypeAny, {
228
228
  value: ({
@@ -233,9 +233,9 @@ export declare const TupleValue: z.ZodObject<{
233
233
  value: string;
234
234
  type: "keyword";
235
235
  } | {
236
- hidden?: boolean | undefined;
237
236
  value: string;
238
237
  type: "unparsed";
238
+ hidden?: boolean | undefined;
239
239
  })[];
240
240
  type: "tuple";
241
241
  }, {
@@ -247,9 +247,9 @@ export declare const TupleValue: z.ZodObject<{
247
247
  value: string;
248
248
  type: "keyword";
249
249
  } | {
250
- hidden?: boolean | undefined;
251
250
  value: string;
252
251
  type: "unparsed";
252
+ hidden?: boolean | undefined;
253
253
  })[];
254
254
  type: "tuple";
255
255
  }>;
@@ -282,13 +282,13 @@ export declare const LayersValue: z.ZodObject<{
282
282
  value: z.ZodString;
283
283
  hidden: z.ZodOptional<z.ZodBoolean>;
284
284
  }, "strip", z.ZodTypeAny, {
285
- hidden?: boolean | undefined;
286
285
  value: string;
287
286
  type: "unparsed";
288
- }, {
289
287
  hidden?: boolean | undefined;
288
+ }, {
290
289
  value: string;
291
290
  type: "unparsed";
291
+ hidden?: boolean | undefined;
292
292
  }>, z.ZodObject<{
293
293
  type: z.ZodLiteral<"image">;
294
294
  value: z.ZodUnion<[z.ZodObject<{
@@ -312,7 +312,6 @@ export declare const LayersValue: z.ZodObject<{
312
312
  }>]>;
313
313
  hidden: z.ZodOptional<z.ZodBoolean>;
314
314
  }, "strip", z.ZodTypeAny, {
315
- hidden?: boolean | undefined;
316
315
  value: {
317
316
  value: string;
318
317
  type: "asset";
@@ -321,8 +320,8 @@ export declare const LayersValue: z.ZodObject<{
321
320
  url: string;
322
321
  };
323
322
  type: "image";
324
- }, {
325
323
  hidden?: boolean | undefined;
324
+ }, {
326
325
  value: {
327
326
  value: string;
328
327
  type: "asset";
@@ -331,6 +330,7 @@ export declare const LayersValue: z.ZodObject<{
331
330
  url: string;
332
331
  };
333
332
  type: "image";
333
+ hidden?: boolean | undefined;
334
334
  }>, z.ZodObject<{
335
335
  type: z.ZodLiteral<"tuple">;
336
336
  value: z.ZodArray<z.ZodUnion<[z.ZodObject<{
@@ -359,13 +359,13 @@ export declare const LayersValue: z.ZodObject<{
359
359
  value: z.ZodString;
360
360
  hidden: z.ZodOptional<z.ZodBoolean>;
361
361
  }, "strip", z.ZodTypeAny, {
362
- hidden?: boolean | undefined;
363
362
  value: string;
364
363
  type: "unparsed";
365
- }, {
366
364
  hidden?: boolean | undefined;
365
+ }, {
367
366
  value: string;
368
367
  type: "unparsed";
368
+ hidden?: boolean | undefined;
369
369
  }>]>, "many">;
370
370
  }, "strip", z.ZodTypeAny, {
371
371
  value: ({
@@ -376,9 +376,9 @@ export declare const LayersValue: z.ZodObject<{
376
376
  value: string;
377
377
  type: "keyword";
378
378
  } | {
379
- hidden?: boolean | undefined;
380
379
  value: string;
381
380
  type: "unparsed";
381
+ hidden?: boolean | undefined;
382
382
  })[];
383
383
  type: "tuple";
384
384
  }, {
@@ -390,9 +390,9 @@ export declare const LayersValue: z.ZodObject<{
390
390
  value: string;
391
391
  type: "keyword";
392
392
  } | {
393
- hidden?: boolean | undefined;
394
393
  value: string;
395
394
  type: "unparsed";
395
+ hidden?: boolean | undefined;
396
396
  })[];
397
397
  type: "tuple";
398
398
  }>, z.ZodObject<{
@@ -414,11 +414,10 @@ export declare const LayersValue: z.ZodObject<{
414
414
  value: string;
415
415
  type: "keyword";
416
416
  } | {
417
- hidden?: boolean | undefined;
418
417
  value: string;
419
418
  type: "unparsed";
420
- } | {
421
419
  hidden?: boolean | undefined;
420
+ } | {
422
421
  value: {
423
422
  value: string;
424
423
  type: "asset";
@@ -427,6 +426,7 @@ export declare const LayersValue: z.ZodObject<{
427
426
  url: string;
428
427
  };
429
428
  type: "image";
429
+ hidden?: boolean | undefined;
430
430
  } | {
431
431
  value: string;
432
432
  type: "invalid";
@@ -439,9 +439,9 @@ export declare const LayersValue: z.ZodObject<{
439
439
  value: string;
440
440
  type: "keyword";
441
441
  } | {
442
- hidden?: boolean | undefined;
443
442
  value: string;
444
443
  type: "unparsed";
444
+ hidden?: boolean | undefined;
445
445
  })[];
446
446
  type: "tuple";
447
447
  })[];
@@ -455,11 +455,10 @@ export declare const LayersValue: z.ZodObject<{
455
455
  value: string;
456
456
  type: "keyword";
457
457
  } | {
458
- hidden?: boolean | undefined;
459
458
  value: string;
460
459
  type: "unparsed";
461
- } | {
462
460
  hidden?: boolean | undefined;
461
+ } | {
463
462
  value: {
464
463
  value: string;
465
464
  type: "asset";
@@ -468,6 +467,7 @@ export declare const LayersValue: z.ZodObject<{
468
467
  url: string;
469
468
  };
470
469
  type: "image";
470
+ hidden?: boolean | undefined;
471
471
  } | {
472
472
  value: string;
473
473
  type: "invalid";
@@ -480,9 +480,9 @@ export declare const LayersValue: z.ZodObject<{
480
480
  value: string;
481
481
  type: "keyword";
482
482
  } | {
483
- hidden?: boolean | undefined;
484
483
  value: string;
485
484
  type: "unparsed";
485
+ hidden?: boolean | undefined;
486
486
  })[];
487
487
  type: "tuple";
488
488
  })[];
@@ -512,7 +512,6 @@ declare const ValidStaticStyleValue: z.ZodUnion<[z.ZodObject<{
512
512
  }>]>;
513
513
  hidden: z.ZodOptional<z.ZodBoolean>;
514
514
  }, "strip", z.ZodTypeAny, {
515
- hidden?: boolean | undefined;
516
515
  value: {
517
516
  value: string;
518
517
  type: "asset";
@@ -521,8 +520,8 @@ declare const ValidStaticStyleValue: z.ZodUnion<[z.ZodObject<{
521
520
  url: string;
522
521
  };
523
522
  type: "image";
524
- }, {
525
523
  hidden?: boolean | undefined;
524
+ }, {
526
525
  value: {
527
526
  value: string;
528
527
  type: "asset";
@@ -531,6 +530,7 @@ declare const ValidStaticStyleValue: z.ZodUnion<[z.ZodObject<{
531
530
  url: string;
532
531
  };
533
532
  type: "image";
533
+ hidden?: boolean | undefined;
534
534
  }>, z.ZodObject<{
535
535
  type: z.ZodLiteral<"layers">;
536
536
  value: z.ZodArray<z.ZodUnion<[z.ZodObject<{
@@ -559,13 +559,13 @@ declare const ValidStaticStyleValue: z.ZodUnion<[z.ZodObject<{
559
559
  value: z.ZodString;
560
560
  hidden: z.ZodOptional<z.ZodBoolean>;
561
561
  }, "strip", z.ZodTypeAny, {
562
- hidden?: boolean | undefined;
563
562
  value: string;
564
563
  type: "unparsed";
565
- }, {
566
564
  hidden?: boolean | undefined;
565
+ }, {
567
566
  value: string;
568
567
  type: "unparsed";
568
+ hidden?: boolean | undefined;
569
569
  }>, z.ZodObject<{
570
570
  type: z.ZodLiteral<"image">;
571
571
  value: z.ZodUnion<[z.ZodObject<{
@@ -589,7 +589,6 @@ declare const ValidStaticStyleValue: z.ZodUnion<[z.ZodObject<{
589
589
  }>]>;
590
590
  hidden: z.ZodOptional<z.ZodBoolean>;
591
591
  }, "strip", z.ZodTypeAny, {
592
- hidden?: boolean | undefined;
593
592
  value: {
594
593
  value: string;
595
594
  type: "asset";
@@ -598,8 +597,8 @@ declare const ValidStaticStyleValue: z.ZodUnion<[z.ZodObject<{
598
597
  url: string;
599
598
  };
600
599
  type: "image";
601
- }, {
602
600
  hidden?: boolean | undefined;
601
+ }, {
603
602
  value: {
604
603
  value: string;
605
604
  type: "asset";
@@ -608,6 +607,7 @@ declare const ValidStaticStyleValue: z.ZodUnion<[z.ZodObject<{
608
607
  url: string;
609
608
  };
610
609
  type: "image";
610
+ hidden?: boolean | undefined;
611
611
  }>, z.ZodObject<{
612
612
  type: z.ZodLiteral<"tuple">;
613
613
  value: z.ZodArray<z.ZodUnion<[z.ZodObject<{
@@ -636,13 +636,13 @@ declare const ValidStaticStyleValue: z.ZodUnion<[z.ZodObject<{
636
636
  value: z.ZodString;
637
637
  hidden: z.ZodOptional<z.ZodBoolean>;
638
638
  }, "strip", z.ZodTypeAny, {
639
- hidden?: boolean | undefined;
640
639
  value: string;
641
640
  type: "unparsed";
642
- }, {
643
641
  hidden?: boolean | undefined;
642
+ }, {
644
643
  value: string;
645
644
  type: "unparsed";
645
+ hidden?: boolean | undefined;
646
646
  }>]>, "many">;
647
647
  }, "strip", z.ZodTypeAny, {
648
648
  value: ({
@@ -653,9 +653,9 @@ declare const ValidStaticStyleValue: z.ZodUnion<[z.ZodObject<{
653
653
  value: string;
654
654
  type: "keyword";
655
655
  } | {
656
- hidden?: boolean | undefined;
657
656
  value: string;
658
657
  type: "unparsed";
658
+ hidden?: boolean | undefined;
659
659
  })[];
660
660
  type: "tuple";
661
661
  }, {
@@ -667,9 +667,9 @@ declare const ValidStaticStyleValue: z.ZodUnion<[z.ZodObject<{
667
667
  value: string;
668
668
  type: "keyword";
669
669
  } | {
670
- hidden?: boolean | undefined;
671
670
  value: string;
672
671
  type: "unparsed";
672
+ hidden?: boolean | undefined;
673
673
  })[];
674
674
  type: "tuple";
675
675
  }>, z.ZodObject<{
@@ -691,11 +691,10 @@ declare const ValidStaticStyleValue: z.ZodUnion<[z.ZodObject<{
691
691
  value: string;
692
692
  type: "keyword";
693
693
  } | {
694
- hidden?: boolean | undefined;
695
694
  value: string;
696
695
  type: "unparsed";
697
- } | {
698
696
  hidden?: boolean | undefined;
697
+ } | {
699
698
  value: {
700
699
  value: string;
701
700
  type: "asset";
@@ -704,6 +703,7 @@ declare const ValidStaticStyleValue: z.ZodUnion<[z.ZodObject<{
704
703
  url: string;
705
704
  };
706
705
  type: "image";
706
+ hidden?: boolean | undefined;
707
707
  } | {
708
708
  value: string;
709
709
  type: "invalid";
@@ -716,9 +716,9 @@ declare const ValidStaticStyleValue: z.ZodUnion<[z.ZodObject<{
716
716
  value: string;
717
717
  type: "keyword";
718
718
  } | {
719
- hidden?: boolean | undefined;
720
719
  value: string;
721
720
  type: "unparsed";
721
+ hidden?: boolean | undefined;
722
722
  })[];
723
723
  type: "tuple";
724
724
  })[];
@@ -732,11 +732,10 @@ declare const ValidStaticStyleValue: z.ZodUnion<[z.ZodObject<{
732
732
  value: string;
733
733
  type: "keyword";
734
734
  } | {
735
- hidden?: boolean | undefined;
736
735
  value: string;
737
736
  type: "unparsed";
738
- } | {
739
737
  hidden?: boolean | undefined;
738
+ } | {
740
739
  value: {
741
740
  value: string;
742
741
  type: "asset";
@@ -745,6 +744,7 @@ declare const ValidStaticStyleValue: z.ZodUnion<[z.ZodObject<{
745
744
  url: string;
746
745
  };
747
746
  type: "image";
747
+ hidden?: boolean | undefined;
748
748
  } | {
749
749
  value: string;
750
750
  type: "invalid";
@@ -757,9 +757,9 @@ declare const ValidStaticStyleValue: z.ZodUnion<[z.ZodObject<{
757
757
  value: string;
758
758
  type: "keyword";
759
759
  } | {
760
- hidden?: boolean | undefined;
761
760
  value: string;
762
761
  type: "unparsed";
762
+ hidden?: boolean | undefined;
763
763
  })[];
764
764
  type: "tuple";
765
765
  })[];
@@ -817,13 +817,13 @@ declare const ValidStaticStyleValue: z.ZodUnion<[z.ZodObject<{
817
817
  value: z.ZodString;
818
818
  hidden: z.ZodOptional<z.ZodBoolean>;
819
819
  }, "strip", z.ZodTypeAny, {
820
- hidden?: boolean | undefined;
821
820
  value: string;
822
821
  type: "unparsed";
823
- }, {
824
822
  hidden?: boolean | undefined;
823
+ }, {
825
824
  value: string;
826
825
  type: "unparsed";
826
+ hidden?: boolean | undefined;
827
827
  }>, z.ZodObject<{
828
828
  type: z.ZodLiteral<"tuple">;
829
829
  value: z.ZodArray<z.ZodUnion<[z.ZodObject<{
@@ -852,13 +852,13 @@ declare const ValidStaticStyleValue: z.ZodUnion<[z.ZodObject<{
852
852
  value: z.ZodString;
853
853
  hidden: z.ZodOptional<z.ZodBoolean>;
854
854
  }, "strip", z.ZodTypeAny, {
855
- hidden?: boolean | undefined;
856
855
  value: string;
857
856
  type: "unparsed";
858
- }, {
859
857
  hidden?: boolean | undefined;
858
+ }, {
860
859
  value: string;
861
860
  type: "unparsed";
861
+ hidden?: boolean | undefined;
862
862
  }>]>, "many">;
863
863
  }, "strip", z.ZodTypeAny, {
864
864
  value: ({
@@ -869,9 +869,9 @@ declare const ValidStaticStyleValue: z.ZodUnion<[z.ZodObject<{
869
869
  value: string;
870
870
  type: "keyword";
871
871
  } | {
872
- hidden?: boolean | undefined;
873
872
  value: string;
874
873
  type: "unparsed";
874
+ hidden?: boolean | undefined;
875
875
  })[];
876
876
  type: "tuple";
877
877
  }, {
@@ -883,9 +883,9 @@ declare const ValidStaticStyleValue: z.ZodUnion<[z.ZodObject<{
883
883
  value: string;
884
884
  type: "keyword";
885
885
  } | {
886
- hidden?: boolean | undefined;
887
886
  value: string;
888
887
  type: "unparsed";
888
+ hidden?: boolean | undefined;
889
889
  })[];
890
890
  type: "tuple";
891
891
  }>]>;
@@ -903,9 +903,9 @@ export declare const isValidStaticStyleValue: (styleValue: StyleValue) => styleV
903
903
  value: string;
904
904
  type: "keyword";
905
905
  } | {
906
- hidden?: boolean | undefined;
907
906
  value: string;
908
907
  type: "unparsed";
908
+ hidden?: boolean | undefined;
909
909
  } | {
910
910
  value: string[];
911
911
  type: "fontFamily";
@@ -916,7 +916,6 @@ export declare const isValidStaticStyleValue: (styleValue: StyleValue) => styleV
916
916
  g: number;
917
917
  b: number;
918
918
  } | {
919
- hidden?: boolean | undefined;
920
919
  value: {
921
920
  value: string;
922
921
  type: "asset";
@@ -925,6 +924,7 @@ export declare const isValidStaticStyleValue: (styleValue: StyleValue) => styleV
925
924
  url: string;
926
925
  };
927
926
  type: "image";
927
+ hidden?: boolean | undefined;
928
928
  } | {
929
929
  value: ({
930
930
  unit: "number" | "%" | "deg" | "grad" | "rad" | "turn" | "db" | "fr" | "hz" | "khz" | "cm" | "mm" | "q" | "in" | "pt" | "pc" | "px" | "em" | "rem" | "ex" | "rex" | "cap" | "rcap" | "ch" | "rch" | "ic" | "ric" | "lh" | "rlh" | "vw" | "svw" | "lvw" | "dvw" | "vh" | "svh" | "lvh" | "dvh" | "vi" | "svi" | "lvi" | "dvi" | "vb" | "svb" | "lvb" | "dvb" | "vmin" | "svmin" | "lvmin" | "dvmin" | "vmax" | "svmax" | "lvmax" | "dvmax" | "cqw" | "cqh" | "cqi" | "cqb" | "cqmin" | "cqmax" | "dpi" | "dpcm" | "dppx" | "x" | "st" | "s" | "ms";
@@ -934,9 +934,9 @@ export declare const isValidStaticStyleValue: (styleValue: StyleValue) => styleV
934
934
  value: string;
935
935
  type: "keyword";
936
936
  } | {
937
- hidden?: boolean | undefined;
938
937
  value: string;
939
938
  type: "unparsed";
939
+ hidden?: boolean | undefined;
940
940
  })[];
941
941
  type: "tuple";
942
942
  } | {
@@ -948,11 +948,10 @@ export declare const isValidStaticStyleValue: (styleValue: StyleValue) => styleV
948
948
  value: string;
949
949
  type: "keyword";
950
950
  } | {
951
- hidden?: boolean | undefined;
952
951
  value: string;
953
952
  type: "unparsed";
954
- } | {
955
953
  hidden?: boolean | undefined;
954
+ } | {
956
955
  value: {
957
956
  value: string;
958
957
  type: "asset";
@@ -961,6 +960,7 @@ export declare const isValidStaticStyleValue: (styleValue: StyleValue) => styleV
961
960
  url: string;
962
961
  };
963
962
  type: "image";
963
+ hidden?: boolean | undefined;
964
964
  } | {
965
965
  value: string;
966
966
  type: "invalid";
@@ -973,9 +973,9 @@ export declare const isValidStaticStyleValue: (styleValue: StyleValue) => styleV
973
973
  value: string;
974
974
  type: "keyword";
975
975
  } | {
976
- hidden?: boolean | undefined;
977
976
  value: string;
978
977
  type: "unparsed";
978
+ hidden?: boolean | undefined;
979
979
  })[];
980
980
  type: "tuple";
981
981
  })[];
@@ -1007,7 +1007,6 @@ declare const VarValue: z.ZodObject<{
1007
1007
  }>]>;
1008
1008
  hidden: z.ZodOptional<z.ZodBoolean>;
1009
1009
  }, "strip", z.ZodTypeAny, {
1010
- hidden?: boolean | undefined;
1011
1010
  value: {
1012
1011
  value: string;
1013
1012
  type: "asset";
@@ -1016,8 +1015,8 @@ declare const VarValue: z.ZodObject<{
1016
1015
  url: string;
1017
1016
  };
1018
1017
  type: "image";
1019
- }, {
1020
1018
  hidden?: boolean | undefined;
1019
+ }, {
1021
1020
  value: {
1022
1021
  value: string;
1023
1022
  type: "asset";
@@ -1026,6 +1025,7 @@ declare const VarValue: z.ZodObject<{
1026
1025
  url: string;
1027
1026
  };
1028
1027
  type: "image";
1028
+ hidden?: boolean | undefined;
1029
1029
  }>, z.ZodObject<{
1030
1030
  type: z.ZodLiteral<"layers">;
1031
1031
  value: z.ZodArray<z.ZodUnion<[z.ZodObject<{
@@ -1054,13 +1054,13 @@ declare const VarValue: z.ZodObject<{
1054
1054
  value: z.ZodString;
1055
1055
  hidden: z.ZodOptional<z.ZodBoolean>;
1056
1056
  }, "strip", z.ZodTypeAny, {
1057
- hidden?: boolean | undefined;
1058
1057
  value: string;
1059
1058
  type: "unparsed";
1060
- }, {
1061
1059
  hidden?: boolean | undefined;
1060
+ }, {
1062
1061
  value: string;
1063
1062
  type: "unparsed";
1063
+ hidden?: boolean | undefined;
1064
1064
  }>, z.ZodObject<{
1065
1065
  type: z.ZodLiteral<"image">;
1066
1066
  value: z.ZodUnion<[z.ZodObject<{
@@ -1084,7 +1084,6 @@ declare const VarValue: z.ZodObject<{
1084
1084
  }>]>;
1085
1085
  hidden: z.ZodOptional<z.ZodBoolean>;
1086
1086
  }, "strip", z.ZodTypeAny, {
1087
- hidden?: boolean | undefined;
1088
1087
  value: {
1089
1088
  value: string;
1090
1089
  type: "asset";
@@ -1093,8 +1092,8 @@ declare const VarValue: z.ZodObject<{
1093
1092
  url: string;
1094
1093
  };
1095
1094
  type: "image";
1096
- }, {
1097
1095
  hidden?: boolean | undefined;
1096
+ }, {
1098
1097
  value: {
1099
1098
  value: string;
1100
1099
  type: "asset";
@@ -1103,6 +1102,7 @@ declare const VarValue: z.ZodObject<{
1103
1102
  url: string;
1104
1103
  };
1105
1104
  type: "image";
1105
+ hidden?: boolean | undefined;
1106
1106
  }>, z.ZodObject<{
1107
1107
  type: z.ZodLiteral<"tuple">;
1108
1108
  value: z.ZodArray<z.ZodUnion<[z.ZodObject<{
@@ -1131,13 +1131,13 @@ declare const VarValue: z.ZodObject<{
1131
1131
  value: z.ZodString;
1132
1132
  hidden: z.ZodOptional<z.ZodBoolean>;
1133
1133
  }, "strip", z.ZodTypeAny, {
1134
- hidden?: boolean | undefined;
1135
1134
  value: string;
1136
1135
  type: "unparsed";
1137
- }, {
1138
1136
  hidden?: boolean | undefined;
1137
+ }, {
1139
1138
  value: string;
1140
1139
  type: "unparsed";
1140
+ hidden?: boolean | undefined;
1141
1141
  }>]>, "many">;
1142
1142
  }, "strip", z.ZodTypeAny, {
1143
1143
  value: ({
@@ -1148,9 +1148,9 @@ declare const VarValue: z.ZodObject<{
1148
1148
  value: string;
1149
1149
  type: "keyword";
1150
1150
  } | {
1151
- hidden?: boolean | undefined;
1152
1151
  value: string;
1153
1152
  type: "unparsed";
1153
+ hidden?: boolean | undefined;
1154
1154
  })[];
1155
1155
  type: "tuple";
1156
1156
  }, {
@@ -1162,9 +1162,9 @@ declare const VarValue: z.ZodObject<{
1162
1162
  value: string;
1163
1163
  type: "keyword";
1164
1164
  } | {
1165
- hidden?: boolean | undefined;
1166
1165
  value: string;
1167
1166
  type: "unparsed";
1167
+ hidden?: boolean | undefined;
1168
1168
  })[];
1169
1169
  type: "tuple";
1170
1170
  }>, z.ZodObject<{
@@ -1186,11 +1186,10 @@ declare const VarValue: z.ZodObject<{
1186
1186
  value: string;
1187
1187
  type: "keyword";
1188
1188
  } | {
1189
- hidden?: boolean | undefined;
1190
1189
  value: string;
1191
1190
  type: "unparsed";
1192
- } | {
1193
1191
  hidden?: boolean | undefined;
1192
+ } | {
1194
1193
  value: {
1195
1194
  value: string;
1196
1195
  type: "asset";
@@ -1199,6 +1198,7 @@ declare const VarValue: z.ZodObject<{
1199
1198
  url: string;
1200
1199
  };
1201
1200
  type: "image";
1201
+ hidden?: boolean | undefined;
1202
1202
  } | {
1203
1203
  value: string;
1204
1204
  type: "invalid";
@@ -1211,9 +1211,9 @@ declare const VarValue: z.ZodObject<{
1211
1211
  value: string;
1212
1212
  type: "keyword";
1213
1213
  } | {
1214
- hidden?: boolean | undefined;
1215
1214
  value: string;
1216
1215
  type: "unparsed";
1216
+ hidden?: boolean | undefined;
1217
1217
  })[];
1218
1218
  type: "tuple";
1219
1219
  })[];
@@ -1227,11 +1227,10 @@ declare const VarValue: z.ZodObject<{
1227
1227
  value: string;
1228
1228
  type: "keyword";
1229
1229
  } | {
1230
- hidden?: boolean | undefined;
1231
1230
  value: string;
1232
1231
  type: "unparsed";
1233
- } | {
1234
1232
  hidden?: boolean | undefined;
1233
+ } | {
1235
1234
  value: {
1236
1235
  value: string;
1237
1236
  type: "asset";
@@ -1240,6 +1239,7 @@ declare const VarValue: z.ZodObject<{
1240
1239
  url: string;
1241
1240
  };
1242
1241
  type: "image";
1242
+ hidden?: boolean | undefined;
1243
1243
  } | {
1244
1244
  value: string;
1245
1245
  type: "invalid";
@@ -1252,9 +1252,9 @@ declare const VarValue: z.ZodObject<{
1252
1252
  value: string;
1253
1253
  type: "keyword";
1254
1254
  } | {
1255
- hidden?: boolean | undefined;
1256
1255
  value: string;
1257
1256
  type: "unparsed";
1257
+ hidden?: boolean | undefined;
1258
1258
  })[];
1259
1259
  type: "tuple";
1260
1260
  })[];
@@ -1312,13 +1312,13 @@ declare const VarValue: z.ZodObject<{
1312
1312
  value: z.ZodString;
1313
1313
  hidden: z.ZodOptional<z.ZodBoolean>;
1314
1314
  }, "strip", z.ZodTypeAny, {
1315
- hidden?: boolean | undefined;
1316
1315
  value: string;
1317
1316
  type: "unparsed";
1318
- }, {
1319
1317
  hidden?: boolean | undefined;
1318
+ }, {
1320
1319
  value: string;
1321
1320
  type: "unparsed";
1321
+ hidden?: boolean | undefined;
1322
1322
  }>, z.ZodObject<{
1323
1323
  type: z.ZodLiteral<"tuple">;
1324
1324
  value: z.ZodArray<z.ZodUnion<[z.ZodObject<{
@@ -1347,13 +1347,13 @@ declare const VarValue: z.ZodObject<{
1347
1347
  value: z.ZodString;
1348
1348
  hidden: z.ZodOptional<z.ZodBoolean>;
1349
1349
  }, "strip", z.ZodTypeAny, {
1350
- hidden?: boolean | undefined;
1351
1350
  value: string;
1352
1351
  type: "unparsed";
1353
- }, {
1354
1352
  hidden?: boolean | undefined;
1353
+ }, {
1355
1354
  value: string;
1356
1355
  type: "unparsed";
1356
+ hidden?: boolean | undefined;
1357
1357
  }>]>, "many">;
1358
1358
  }, "strip", z.ZodTypeAny, {
1359
1359
  value: ({
@@ -1364,9 +1364,9 @@ declare const VarValue: z.ZodObject<{
1364
1364
  value: string;
1365
1365
  type: "keyword";
1366
1366
  } | {
1367
- hidden?: boolean | undefined;
1368
1367
  value: string;
1369
1368
  type: "unparsed";
1369
+ hidden?: boolean | undefined;
1370
1370
  })[];
1371
1371
  type: "tuple";
1372
1372
  }, {
@@ -1378,9 +1378,9 @@ declare const VarValue: z.ZodObject<{
1378
1378
  value: string;
1379
1379
  type: "keyword";
1380
1380
  } | {
1381
- hidden?: boolean | undefined;
1382
1381
  value: string;
1383
1382
  type: "unparsed";
1383
+ hidden?: boolean | undefined;
1384
1384
  })[];
1385
1385
  type: "tuple";
1386
1386
  }>]>, "many">;
@@ -1395,9 +1395,9 @@ declare const VarValue: z.ZodObject<{
1395
1395
  value: string;
1396
1396
  type: "keyword";
1397
1397
  } | {
1398
- hidden?: boolean | undefined;
1399
1398
  value: string;
1400
1399
  type: "unparsed";
1400
+ hidden?: boolean | undefined;
1401
1401
  } | {
1402
1402
  value: string[];
1403
1403
  type: "fontFamily";
@@ -1408,7 +1408,6 @@ declare const VarValue: z.ZodObject<{
1408
1408
  g: number;
1409
1409
  b: number;
1410
1410
  } | {
1411
- hidden?: boolean | undefined;
1412
1411
  value: {
1413
1412
  value: string;
1414
1413
  type: "asset";
@@ -1417,6 +1416,7 @@ declare const VarValue: z.ZodObject<{
1417
1416
  url: string;
1418
1417
  };
1419
1418
  type: "image";
1419
+ hidden?: boolean | undefined;
1420
1420
  } | {
1421
1421
  value: ({
1422
1422
  unit: "number" | "%" | "deg" | "grad" | "rad" | "turn" | "db" | "fr" | "hz" | "khz" | "cm" | "mm" | "q" | "in" | "pt" | "pc" | "px" | "em" | "rem" | "ex" | "rex" | "cap" | "rcap" | "ch" | "rch" | "ic" | "ric" | "lh" | "rlh" | "vw" | "svw" | "lvw" | "dvw" | "vh" | "svh" | "lvh" | "dvh" | "vi" | "svi" | "lvi" | "dvi" | "vb" | "svb" | "lvb" | "dvb" | "vmin" | "svmin" | "lvmin" | "dvmin" | "vmax" | "svmax" | "lvmax" | "dvmax" | "cqw" | "cqh" | "cqi" | "cqb" | "cqmin" | "cqmax" | "dpi" | "dpcm" | "dppx" | "x" | "st" | "s" | "ms";
@@ -1426,9 +1426,9 @@ declare const VarValue: z.ZodObject<{
1426
1426
  value: string;
1427
1427
  type: "keyword";
1428
1428
  } | {
1429
- hidden?: boolean | undefined;
1430
1429
  value: string;
1431
1430
  type: "unparsed";
1431
+ hidden?: boolean | undefined;
1432
1432
  })[];
1433
1433
  type: "tuple";
1434
1434
  } | {
@@ -1440,11 +1440,10 @@ declare const VarValue: z.ZodObject<{
1440
1440
  value: string;
1441
1441
  type: "keyword";
1442
1442
  } | {
1443
- hidden?: boolean | undefined;
1444
1443
  value: string;
1445
1444
  type: "unparsed";
1446
- } | {
1447
1445
  hidden?: boolean | undefined;
1446
+ } | {
1448
1447
  value: {
1449
1448
  value: string;
1450
1449
  type: "asset";
@@ -1453,6 +1452,7 @@ declare const VarValue: z.ZodObject<{
1453
1452
  url: string;
1454
1453
  };
1455
1454
  type: "image";
1455
+ hidden?: boolean | undefined;
1456
1456
  } | {
1457
1457
  value: string;
1458
1458
  type: "invalid";
@@ -1465,9 +1465,9 @@ declare const VarValue: z.ZodObject<{
1465
1465
  value: string;
1466
1466
  type: "keyword";
1467
1467
  } | {
1468
- hidden?: boolean | undefined;
1469
1468
  value: string;
1470
1469
  type: "unparsed";
1470
+ hidden?: boolean | undefined;
1471
1471
  })[];
1472
1472
  type: "tuple";
1473
1473
  })[];
@@ -1484,9 +1484,9 @@ declare const VarValue: z.ZodObject<{
1484
1484
  value: string;
1485
1485
  type: "keyword";
1486
1486
  } | {
1487
- hidden?: boolean | undefined;
1488
1487
  value: string;
1489
1488
  type: "unparsed";
1489
+ hidden?: boolean | undefined;
1490
1490
  } | {
1491
1491
  value: string[];
1492
1492
  type: "fontFamily";
@@ -1497,7 +1497,6 @@ declare const VarValue: z.ZodObject<{
1497
1497
  g: number;
1498
1498
  b: number;
1499
1499
  } | {
1500
- hidden?: boolean | undefined;
1501
1500
  value: {
1502
1501
  value: string;
1503
1502
  type: "asset";
@@ -1506,6 +1505,7 @@ declare const VarValue: z.ZodObject<{
1506
1505
  url: string;
1507
1506
  };
1508
1507
  type: "image";
1508
+ hidden?: boolean | undefined;
1509
1509
  } | {
1510
1510
  value: ({
1511
1511
  unit: "number" | "%" | "deg" | "grad" | "rad" | "turn" | "db" | "fr" | "hz" | "khz" | "cm" | "mm" | "q" | "in" | "pt" | "pc" | "px" | "em" | "rem" | "ex" | "rex" | "cap" | "rcap" | "ch" | "rch" | "ic" | "ric" | "lh" | "rlh" | "vw" | "svw" | "lvw" | "dvw" | "vh" | "svh" | "lvh" | "dvh" | "vi" | "svi" | "lvi" | "dvi" | "vb" | "svb" | "lvb" | "dvb" | "vmin" | "svmin" | "lvmin" | "dvmin" | "vmax" | "svmax" | "lvmax" | "dvmax" | "cqw" | "cqh" | "cqi" | "cqb" | "cqmin" | "cqmax" | "dpi" | "dpcm" | "dppx" | "x" | "st" | "s" | "ms";
@@ -1515,9 +1515,9 @@ declare const VarValue: z.ZodObject<{
1515
1515
  value: string;
1516
1516
  type: "keyword";
1517
1517
  } | {
1518
- hidden?: boolean | undefined;
1519
1518
  value: string;
1520
1519
  type: "unparsed";
1520
+ hidden?: boolean | undefined;
1521
1521
  })[];
1522
1522
  type: "tuple";
1523
1523
  } | {
@@ -1529,11 +1529,10 @@ declare const VarValue: z.ZodObject<{
1529
1529
  value: string;
1530
1530
  type: "keyword";
1531
1531
  } | {
1532
- hidden?: boolean | undefined;
1533
1532
  value: string;
1534
1533
  type: "unparsed";
1535
- } | {
1536
1534
  hidden?: boolean | undefined;
1535
+ } | {
1537
1536
  value: {
1538
1537
  value: string;
1539
1538
  type: "asset";
@@ -1542,6 +1541,7 @@ declare const VarValue: z.ZodObject<{
1542
1541
  url: string;
1543
1542
  };
1544
1543
  type: "image";
1544
+ hidden?: boolean | undefined;
1545
1545
  } | {
1546
1546
  value: string;
1547
1547
  type: "invalid";
@@ -1554,9 +1554,9 @@ declare const VarValue: z.ZodObject<{
1554
1554
  value: string;
1555
1555
  type: "keyword";
1556
1556
  } | {
1557
- hidden?: boolean | undefined;
1558
1557
  value: string;
1559
1558
  type: "unparsed";
1559
+ hidden?: boolean | undefined;
1560
1560
  })[];
1561
1561
  type: "tuple";
1562
1562
  })[];
@@ -1587,7 +1587,6 @@ export declare const StyleValue: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
1587
1587
  }>]>;
1588
1588
  hidden: z.ZodOptional<z.ZodBoolean>;
1589
1589
  }, "strip", z.ZodTypeAny, {
1590
- hidden?: boolean | undefined;
1591
1590
  value: {
1592
1591
  value: string;
1593
1592
  type: "asset";
@@ -1596,8 +1595,8 @@ export declare const StyleValue: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
1596
1595
  url: string;
1597
1596
  };
1598
1597
  type: "image";
1599
- }, {
1600
1598
  hidden?: boolean | undefined;
1599
+ }, {
1601
1600
  value: {
1602
1601
  value: string;
1603
1602
  type: "asset";
@@ -1606,6 +1605,7 @@ export declare const StyleValue: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
1606
1605
  url: string;
1607
1606
  };
1608
1607
  type: "image";
1608
+ hidden?: boolean | undefined;
1609
1609
  }>, z.ZodObject<{
1610
1610
  type: z.ZodLiteral<"layers">;
1611
1611
  value: z.ZodArray<z.ZodUnion<[z.ZodObject<{
@@ -1634,13 +1634,13 @@ export declare const StyleValue: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
1634
1634
  value: z.ZodString;
1635
1635
  hidden: z.ZodOptional<z.ZodBoolean>;
1636
1636
  }, "strip", z.ZodTypeAny, {
1637
- hidden?: boolean | undefined;
1638
1637
  value: string;
1639
1638
  type: "unparsed";
1640
- }, {
1641
1639
  hidden?: boolean | undefined;
1640
+ }, {
1642
1641
  value: string;
1643
1642
  type: "unparsed";
1643
+ hidden?: boolean | undefined;
1644
1644
  }>, z.ZodObject<{
1645
1645
  type: z.ZodLiteral<"image">;
1646
1646
  value: z.ZodUnion<[z.ZodObject<{
@@ -1664,7 +1664,6 @@ export declare const StyleValue: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
1664
1664
  }>]>;
1665
1665
  hidden: z.ZodOptional<z.ZodBoolean>;
1666
1666
  }, "strip", z.ZodTypeAny, {
1667
- hidden?: boolean | undefined;
1668
1667
  value: {
1669
1668
  value: string;
1670
1669
  type: "asset";
@@ -1673,8 +1672,8 @@ export declare const StyleValue: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
1673
1672
  url: string;
1674
1673
  };
1675
1674
  type: "image";
1676
- }, {
1677
1675
  hidden?: boolean | undefined;
1676
+ }, {
1678
1677
  value: {
1679
1678
  value: string;
1680
1679
  type: "asset";
@@ -1683,6 +1682,7 @@ export declare const StyleValue: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
1683
1682
  url: string;
1684
1683
  };
1685
1684
  type: "image";
1685
+ hidden?: boolean | undefined;
1686
1686
  }>, z.ZodObject<{
1687
1687
  type: z.ZodLiteral<"tuple">;
1688
1688
  value: z.ZodArray<z.ZodUnion<[z.ZodObject<{
@@ -1711,13 +1711,13 @@ export declare const StyleValue: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
1711
1711
  value: z.ZodString;
1712
1712
  hidden: z.ZodOptional<z.ZodBoolean>;
1713
1713
  }, "strip", z.ZodTypeAny, {
1714
- hidden?: boolean | undefined;
1715
1714
  value: string;
1716
1715
  type: "unparsed";
1717
- }, {
1718
1716
  hidden?: boolean | undefined;
1717
+ }, {
1719
1718
  value: string;
1720
1719
  type: "unparsed";
1720
+ hidden?: boolean | undefined;
1721
1721
  }>]>, "many">;
1722
1722
  }, "strip", z.ZodTypeAny, {
1723
1723
  value: ({
@@ -1728,9 +1728,9 @@ export declare const StyleValue: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
1728
1728
  value: string;
1729
1729
  type: "keyword";
1730
1730
  } | {
1731
- hidden?: boolean | undefined;
1732
1731
  value: string;
1733
1732
  type: "unparsed";
1733
+ hidden?: boolean | undefined;
1734
1734
  })[];
1735
1735
  type: "tuple";
1736
1736
  }, {
@@ -1742,9 +1742,9 @@ export declare const StyleValue: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
1742
1742
  value: string;
1743
1743
  type: "keyword";
1744
1744
  } | {
1745
- hidden?: boolean | undefined;
1746
1745
  value: string;
1747
1746
  type: "unparsed";
1747
+ hidden?: boolean | undefined;
1748
1748
  })[];
1749
1749
  type: "tuple";
1750
1750
  }>, z.ZodObject<{
@@ -1766,11 +1766,10 @@ export declare const StyleValue: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
1766
1766
  value: string;
1767
1767
  type: "keyword";
1768
1768
  } | {
1769
- hidden?: boolean | undefined;
1770
1769
  value: string;
1771
1770
  type: "unparsed";
1772
- } | {
1773
1771
  hidden?: boolean | undefined;
1772
+ } | {
1774
1773
  value: {
1775
1774
  value: string;
1776
1775
  type: "asset";
@@ -1779,6 +1778,7 @@ export declare const StyleValue: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
1779
1778
  url: string;
1780
1779
  };
1781
1780
  type: "image";
1781
+ hidden?: boolean | undefined;
1782
1782
  } | {
1783
1783
  value: string;
1784
1784
  type: "invalid";
@@ -1791,9 +1791,9 @@ export declare const StyleValue: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
1791
1791
  value: string;
1792
1792
  type: "keyword";
1793
1793
  } | {
1794
- hidden?: boolean | undefined;
1795
1794
  value: string;
1796
1795
  type: "unparsed";
1796
+ hidden?: boolean | undefined;
1797
1797
  })[];
1798
1798
  type: "tuple";
1799
1799
  })[];
@@ -1807,11 +1807,10 @@ export declare const StyleValue: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
1807
1807
  value: string;
1808
1808
  type: "keyword";
1809
1809
  } | {
1810
- hidden?: boolean | undefined;
1811
1810
  value: string;
1812
1811
  type: "unparsed";
1813
- } | {
1814
1812
  hidden?: boolean | undefined;
1813
+ } | {
1815
1814
  value: {
1816
1815
  value: string;
1817
1816
  type: "asset";
@@ -1820,6 +1819,7 @@ export declare const StyleValue: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
1820
1819
  url: string;
1821
1820
  };
1822
1821
  type: "image";
1822
+ hidden?: boolean | undefined;
1823
1823
  } | {
1824
1824
  value: string;
1825
1825
  type: "invalid";
@@ -1832,9 +1832,9 @@ export declare const StyleValue: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
1832
1832
  value: string;
1833
1833
  type: "keyword";
1834
1834
  } | {
1835
- hidden?: boolean | undefined;
1836
1835
  value: string;
1837
1836
  type: "unparsed";
1837
+ hidden?: boolean | undefined;
1838
1838
  })[];
1839
1839
  type: "tuple";
1840
1840
  })[];
@@ -1892,13 +1892,13 @@ export declare const StyleValue: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
1892
1892
  value: z.ZodString;
1893
1893
  hidden: z.ZodOptional<z.ZodBoolean>;
1894
1894
  }, "strip", z.ZodTypeAny, {
1895
- hidden?: boolean | undefined;
1896
1895
  value: string;
1897
1896
  type: "unparsed";
1898
- }, {
1899
1897
  hidden?: boolean | undefined;
1898
+ }, {
1900
1899
  value: string;
1901
1900
  type: "unparsed";
1901
+ hidden?: boolean | undefined;
1902
1902
  }>, z.ZodObject<{
1903
1903
  type: z.ZodLiteral<"tuple">;
1904
1904
  value: z.ZodArray<z.ZodUnion<[z.ZodObject<{
@@ -1927,13 +1927,13 @@ export declare const StyleValue: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
1927
1927
  value: z.ZodString;
1928
1928
  hidden: z.ZodOptional<z.ZodBoolean>;
1929
1929
  }, "strip", z.ZodTypeAny, {
1930
- hidden?: boolean | undefined;
1931
1930
  value: string;
1932
1931
  type: "unparsed";
1933
- }, {
1934
1932
  hidden?: boolean | undefined;
1933
+ }, {
1935
1934
  value: string;
1936
1935
  type: "unparsed";
1936
+ hidden?: boolean | undefined;
1937
1937
  }>]>, "many">;
1938
1938
  }, "strip", z.ZodTypeAny, {
1939
1939
  value: ({
@@ -1944,9 +1944,9 @@ export declare const StyleValue: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
1944
1944
  value: string;
1945
1945
  type: "keyword";
1946
1946
  } | {
1947
- hidden?: boolean | undefined;
1948
1947
  value: string;
1949
1948
  type: "unparsed";
1949
+ hidden?: boolean | undefined;
1950
1950
  })[];
1951
1951
  type: "tuple";
1952
1952
  }, {
@@ -1958,9 +1958,9 @@ export declare const StyleValue: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
1958
1958
  value: string;
1959
1959
  type: "keyword";
1960
1960
  } | {
1961
- hidden?: boolean | undefined;
1962
1961
  value: string;
1963
1962
  type: "unparsed";
1963
+ hidden?: boolean | undefined;
1964
1964
  })[];
1965
1965
  type: "tuple";
1966
1966
  }>]>, z.ZodObject<{
@@ -2007,7 +2007,6 @@ export declare const StyleValue: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
2007
2007
  }>]>;
2008
2008
  hidden: z.ZodOptional<z.ZodBoolean>;
2009
2009
  }, "strip", z.ZodTypeAny, {
2010
- hidden?: boolean | undefined;
2011
2010
  value: {
2012
2011
  value: string;
2013
2012
  type: "asset";
@@ -2016,8 +2015,8 @@ export declare const StyleValue: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
2016
2015
  url: string;
2017
2016
  };
2018
2017
  type: "image";
2019
- }, {
2020
2018
  hidden?: boolean | undefined;
2019
+ }, {
2021
2020
  value: {
2022
2021
  value: string;
2023
2022
  type: "asset";
@@ -2026,6 +2025,7 @@ export declare const StyleValue: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
2026
2025
  url: string;
2027
2026
  };
2028
2027
  type: "image";
2028
+ hidden?: boolean | undefined;
2029
2029
  }>, z.ZodObject<{
2030
2030
  type: z.ZodLiteral<"layers">;
2031
2031
  value: z.ZodArray<z.ZodUnion<[z.ZodObject<{
@@ -2054,13 +2054,13 @@ export declare const StyleValue: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
2054
2054
  value: z.ZodString;
2055
2055
  hidden: z.ZodOptional<z.ZodBoolean>;
2056
2056
  }, "strip", z.ZodTypeAny, {
2057
- hidden?: boolean | undefined;
2058
2057
  value: string;
2059
2058
  type: "unparsed";
2060
- }, {
2061
2059
  hidden?: boolean | undefined;
2060
+ }, {
2062
2061
  value: string;
2063
2062
  type: "unparsed";
2063
+ hidden?: boolean | undefined;
2064
2064
  }>, z.ZodObject<{
2065
2065
  type: z.ZodLiteral<"image">;
2066
2066
  value: z.ZodUnion<[z.ZodObject<{
@@ -2084,7 +2084,6 @@ export declare const StyleValue: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
2084
2084
  }>]>;
2085
2085
  hidden: z.ZodOptional<z.ZodBoolean>;
2086
2086
  }, "strip", z.ZodTypeAny, {
2087
- hidden?: boolean | undefined;
2088
2087
  value: {
2089
2088
  value: string;
2090
2089
  type: "asset";
@@ -2093,8 +2092,8 @@ export declare const StyleValue: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
2093
2092
  url: string;
2094
2093
  };
2095
2094
  type: "image";
2096
- }, {
2097
2095
  hidden?: boolean | undefined;
2096
+ }, {
2098
2097
  value: {
2099
2098
  value: string;
2100
2099
  type: "asset";
@@ -2103,6 +2102,7 @@ export declare const StyleValue: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
2103
2102
  url: string;
2104
2103
  };
2105
2104
  type: "image";
2105
+ hidden?: boolean | undefined;
2106
2106
  }>, z.ZodObject<{
2107
2107
  type: z.ZodLiteral<"tuple">;
2108
2108
  value: z.ZodArray<z.ZodUnion<[z.ZodObject<{
@@ -2131,13 +2131,13 @@ export declare const StyleValue: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
2131
2131
  value: z.ZodString;
2132
2132
  hidden: z.ZodOptional<z.ZodBoolean>;
2133
2133
  }, "strip", z.ZodTypeAny, {
2134
- hidden?: boolean | undefined;
2135
2134
  value: string;
2136
2135
  type: "unparsed";
2137
- }, {
2138
2136
  hidden?: boolean | undefined;
2137
+ }, {
2139
2138
  value: string;
2140
2139
  type: "unparsed";
2140
+ hidden?: boolean | undefined;
2141
2141
  }>]>, "many">;
2142
2142
  }, "strip", z.ZodTypeAny, {
2143
2143
  value: ({
@@ -2148,9 +2148,9 @@ export declare const StyleValue: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
2148
2148
  value: string;
2149
2149
  type: "keyword";
2150
2150
  } | {
2151
- hidden?: boolean | undefined;
2152
2151
  value: string;
2153
2152
  type: "unparsed";
2153
+ hidden?: boolean | undefined;
2154
2154
  })[];
2155
2155
  type: "tuple";
2156
2156
  }, {
@@ -2162,9 +2162,9 @@ export declare const StyleValue: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
2162
2162
  value: string;
2163
2163
  type: "keyword";
2164
2164
  } | {
2165
- hidden?: boolean | undefined;
2166
2165
  value: string;
2167
2166
  type: "unparsed";
2167
+ hidden?: boolean | undefined;
2168
2168
  })[];
2169
2169
  type: "tuple";
2170
2170
  }>, z.ZodObject<{
@@ -2186,11 +2186,10 @@ export declare const StyleValue: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
2186
2186
  value: string;
2187
2187
  type: "keyword";
2188
2188
  } | {
2189
- hidden?: boolean | undefined;
2190
2189
  value: string;
2191
2190
  type: "unparsed";
2192
- } | {
2193
2191
  hidden?: boolean | undefined;
2192
+ } | {
2194
2193
  value: {
2195
2194
  value: string;
2196
2195
  type: "asset";
@@ -2199,6 +2198,7 @@ export declare const StyleValue: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
2199
2198
  url: string;
2200
2199
  };
2201
2200
  type: "image";
2201
+ hidden?: boolean | undefined;
2202
2202
  } | {
2203
2203
  value: string;
2204
2204
  type: "invalid";
@@ -2211,9 +2211,9 @@ export declare const StyleValue: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
2211
2211
  value: string;
2212
2212
  type: "keyword";
2213
2213
  } | {
2214
- hidden?: boolean | undefined;
2215
2214
  value: string;
2216
2215
  type: "unparsed";
2216
+ hidden?: boolean | undefined;
2217
2217
  })[];
2218
2218
  type: "tuple";
2219
2219
  })[];
@@ -2227,11 +2227,10 @@ export declare const StyleValue: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
2227
2227
  value: string;
2228
2228
  type: "keyword";
2229
2229
  } | {
2230
- hidden?: boolean | undefined;
2231
2230
  value: string;
2232
2231
  type: "unparsed";
2233
- } | {
2234
2232
  hidden?: boolean | undefined;
2233
+ } | {
2235
2234
  value: {
2236
2235
  value: string;
2237
2236
  type: "asset";
@@ -2240,6 +2239,7 @@ export declare const StyleValue: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
2240
2239
  url: string;
2241
2240
  };
2242
2241
  type: "image";
2242
+ hidden?: boolean | undefined;
2243
2243
  } | {
2244
2244
  value: string;
2245
2245
  type: "invalid";
@@ -2252,9 +2252,9 @@ export declare const StyleValue: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
2252
2252
  value: string;
2253
2253
  type: "keyword";
2254
2254
  } | {
2255
- hidden?: boolean | undefined;
2256
2255
  value: string;
2257
2256
  type: "unparsed";
2257
+ hidden?: boolean | undefined;
2258
2258
  })[];
2259
2259
  type: "tuple";
2260
2260
  })[];
@@ -2312,13 +2312,13 @@ export declare const StyleValue: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
2312
2312
  value: z.ZodString;
2313
2313
  hidden: z.ZodOptional<z.ZodBoolean>;
2314
2314
  }, "strip", z.ZodTypeAny, {
2315
- hidden?: boolean | undefined;
2316
2315
  value: string;
2317
2316
  type: "unparsed";
2318
- }, {
2319
2317
  hidden?: boolean | undefined;
2318
+ }, {
2320
2319
  value: string;
2321
2320
  type: "unparsed";
2321
+ hidden?: boolean | undefined;
2322
2322
  }>, z.ZodObject<{
2323
2323
  type: z.ZodLiteral<"tuple">;
2324
2324
  value: z.ZodArray<z.ZodUnion<[z.ZodObject<{
@@ -2347,13 +2347,13 @@ export declare const StyleValue: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
2347
2347
  value: z.ZodString;
2348
2348
  hidden: z.ZodOptional<z.ZodBoolean>;
2349
2349
  }, "strip", z.ZodTypeAny, {
2350
- hidden?: boolean | undefined;
2351
2350
  value: string;
2352
2351
  type: "unparsed";
2353
- }, {
2354
2352
  hidden?: boolean | undefined;
2353
+ }, {
2355
2354
  value: string;
2356
2355
  type: "unparsed";
2356
+ hidden?: boolean | undefined;
2357
2357
  }>]>, "many">;
2358
2358
  }, "strip", z.ZodTypeAny, {
2359
2359
  value: ({
@@ -2364,9 +2364,9 @@ export declare const StyleValue: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
2364
2364
  value: string;
2365
2365
  type: "keyword";
2366
2366
  } | {
2367
- hidden?: boolean | undefined;
2368
2367
  value: string;
2369
2368
  type: "unparsed";
2369
+ hidden?: boolean | undefined;
2370
2370
  })[];
2371
2371
  type: "tuple";
2372
2372
  }, {
@@ -2378,9 +2378,9 @@ export declare const StyleValue: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
2378
2378
  value: string;
2379
2379
  type: "keyword";
2380
2380
  } | {
2381
- hidden?: boolean | undefined;
2382
2381
  value: string;
2383
2382
  type: "unparsed";
2383
+ hidden?: boolean | undefined;
2384
2384
  })[];
2385
2385
  type: "tuple";
2386
2386
  }>]>, "many">;
@@ -2395,9 +2395,9 @@ export declare const StyleValue: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
2395
2395
  value: string;
2396
2396
  type: "keyword";
2397
2397
  } | {
2398
- hidden?: boolean | undefined;
2399
2398
  value: string;
2400
2399
  type: "unparsed";
2400
+ hidden?: boolean | undefined;
2401
2401
  } | {
2402
2402
  value: string[];
2403
2403
  type: "fontFamily";
@@ -2408,7 +2408,6 @@ export declare const StyleValue: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
2408
2408
  g: number;
2409
2409
  b: number;
2410
2410
  } | {
2411
- hidden?: boolean | undefined;
2412
2411
  value: {
2413
2412
  value: string;
2414
2413
  type: "asset";
@@ -2417,6 +2416,7 @@ export declare const StyleValue: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
2417
2416
  url: string;
2418
2417
  };
2419
2418
  type: "image";
2419
+ hidden?: boolean | undefined;
2420
2420
  } | {
2421
2421
  value: ({
2422
2422
  unit: "number" | "%" | "deg" | "grad" | "rad" | "turn" | "db" | "fr" | "hz" | "khz" | "cm" | "mm" | "q" | "in" | "pt" | "pc" | "px" | "em" | "rem" | "ex" | "rex" | "cap" | "rcap" | "ch" | "rch" | "ic" | "ric" | "lh" | "rlh" | "vw" | "svw" | "lvw" | "dvw" | "vh" | "svh" | "lvh" | "dvh" | "vi" | "svi" | "lvi" | "dvi" | "vb" | "svb" | "lvb" | "dvb" | "vmin" | "svmin" | "lvmin" | "dvmin" | "vmax" | "svmax" | "lvmax" | "dvmax" | "cqw" | "cqh" | "cqi" | "cqb" | "cqmin" | "cqmax" | "dpi" | "dpcm" | "dppx" | "x" | "st" | "s" | "ms";
@@ -2426,9 +2426,9 @@ export declare const StyleValue: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
2426
2426
  value: string;
2427
2427
  type: "keyword";
2428
2428
  } | {
2429
- hidden?: boolean | undefined;
2430
2429
  value: string;
2431
2430
  type: "unparsed";
2431
+ hidden?: boolean | undefined;
2432
2432
  })[];
2433
2433
  type: "tuple";
2434
2434
  } | {
@@ -2440,11 +2440,10 @@ export declare const StyleValue: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
2440
2440
  value: string;
2441
2441
  type: "keyword";
2442
2442
  } | {
2443
- hidden?: boolean | undefined;
2444
2443
  value: string;
2445
2444
  type: "unparsed";
2446
- } | {
2447
2445
  hidden?: boolean | undefined;
2446
+ } | {
2448
2447
  value: {
2449
2448
  value: string;
2450
2449
  type: "asset";
@@ -2453,6 +2452,7 @@ export declare const StyleValue: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
2453
2452
  url: string;
2454
2453
  };
2455
2454
  type: "image";
2455
+ hidden?: boolean | undefined;
2456
2456
  } | {
2457
2457
  value: string;
2458
2458
  type: "invalid";
@@ -2465,9 +2465,9 @@ export declare const StyleValue: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
2465
2465
  value: string;
2466
2466
  type: "keyword";
2467
2467
  } | {
2468
- hidden?: boolean | undefined;
2469
2468
  value: string;
2470
2469
  type: "unparsed";
2470
+ hidden?: boolean | undefined;
2471
2471
  })[];
2472
2472
  type: "tuple";
2473
2473
  })[];
@@ -2484,9 +2484,9 @@ export declare const StyleValue: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
2484
2484
  value: string;
2485
2485
  type: "keyword";
2486
2486
  } | {
2487
- hidden?: boolean | undefined;
2488
2487
  value: string;
2489
2488
  type: "unparsed";
2489
+ hidden?: boolean | undefined;
2490
2490
  } | {
2491
2491
  value: string[];
2492
2492
  type: "fontFamily";
@@ -2497,7 +2497,6 @@ export declare const StyleValue: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
2497
2497
  g: number;
2498
2498
  b: number;
2499
2499
  } | {
2500
- hidden?: boolean | undefined;
2501
2500
  value: {
2502
2501
  value: string;
2503
2502
  type: "asset";
@@ -2506,6 +2505,7 @@ export declare const StyleValue: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
2506
2505
  url: string;
2507
2506
  };
2508
2507
  type: "image";
2508
+ hidden?: boolean | undefined;
2509
2509
  } | {
2510
2510
  value: ({
2511
2511
  unit: "number" | "%" | "deg" | "grad" | "rad" | "turn" | "db" | "fr" | "hz" | "khz" | "cm" | "mm" | "q" | "in" | "pt" | "pc" | "px" | "em" | "rem" | "ex" | "rex" | "cap" | "rcap" | "ch" | "rch" | "ic" | "ric" | "lh" | "rlh" | "vw" | "svw" | "lvw" | "dvw" | "vh" | "svh" | "lvh" | "dvh" | "vi" | "svi" | "lvi" | "dvi" | "vb" | "svb" | "lvb" | "dvb" | "vmin" | "svmin" | "lvmin" | "dvmin" | "vmax" | "svmax" | "lvmax" | "dvmax" | "cqw" | "cqh" | "cqi" | "cqb" | "cqmin" | "cqmax" | "dpi" | "dpcm" | "dppx" | "x" | "st" | "s" | "ms";
@@ -2515,9 +2515,9 @@ export declare const StyleValue: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
2515
2515
  value: string;
2516
2516
  type: "keyword";
2517
2517
  } | {
2518
- hidden?: boolean | undefined;
2519
2518
  value: string;
2520
2519
  type: "unparsed";
2520
+ hidden?: boolean | undefined;
2521
2521
  })[];
2522
2522
  type: "tuple";
2523
2523
  } | {
@@ -2529,11 +2529,10 @@ export declare const StyleValue: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
2529
2529
  value: string;
2530
2530
  type: "keyword";
2531
2531
  } | {
2532
- hidden?: boolean | undefined;
2533
2532
  value: string;
2534
2533
  type: "unparsed";
2535
- } | {
2536
2534
  hidden?: boolean | undefined;
2535
+ } | {
2537
2536
  value: {
2538
2537
  value: string;
2539
2538
  type: "asset";
@@ -2542,6 +2541,7 @@ export declare const StyleValue: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
2542
2541
  url: string;
2543
2542
  };
2544
2543
  type: "image";
2544
+ hidden?: boolean | undefined;
2545
2545
  } | {
2546
2546
  value: string;
2547
2547
  type: "invalid";
@@ -2554,9 +2554,9 @@ export declare const StyleValue: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
2554
2554
  value: string;
2555
2555
  type: "keyword";
2556
2556
  } | {
2557
- hidden?: boolean | undefined;
2558
2557
  value: string;
2559
2558
  type: "unparsed";
2559
+ hidden?: boolean | undefined;
2560
2560
  })[];
2561
2561
  type: "tuple";
2562
2562
  })[];