@supernova-studio/client 0.55.24 → 0.55.25

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -516,7 +516,7 @@ declare const DTODocumentationGroupV1: z.ZodObject<z.objectUtil.extendShape<z.ob
516
516
  };
517
517
  opacity: {
518
518
  value?: {
519
- unit: "Pixels" | "Raw";
519
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
520
520
  measure: number;
521
521
  } | undefined;
522
522
  aliasTo?: string | undefined;
@@ -527,7 +527,7 @@ declare const DTODocumentationGroupV1: z.ZodObject<z.objectUtil.extendShape<z.ob
527
527
  };
528
528
  opacity: {
529
529
  value?: {
530
- unit: "Pixels" | "Raw";
530
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
531
531
  measure: number;
532
532
  } | null | undefined;
533
533
  aliasTo?: string | null | undefined;
@@ -538,7 +538,7 @@ declare const DTODocumentationGroupV1: z.ZodObject<z.objectUtil.extendShape<z.ob
538
538
  };
539
539
  opacity: {
540
540
  value?: {
541
- unit: "Pixels" | "Raw";
541
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
542
542
  measure: number;
543
543
  } | undefined;
544
544
  aliasTo?: string | undefined;
@@ -549,7 +549,7 @@ declare const DTODocumentationGroupV1: z.ZodObject<z.objectUtil.extendShape<z.ob
549
549
  };
550
550
  opacity: {
551
551
  value?: {
552
- unit: "Pixels" | "Raw";
552
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
553
553
  measure: number;
554
554
  } | null | undefined;
555
555
  aliasTo?: string | null | undefined;
@@ -562,7 +562,7 @@ declare const DTODocumentationGroupV1: z.ZodObject<z.objectUtil.extendShape<z.ob
562
562
  };
563
563
  opacity: {
564
564
  value?: {
565
- unit: "Pixels" | "Raw";
565
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
566
566
  measure: number;
567
567
  } | undefined;
568
568
  aliasTo?: string | undefined;
@@ -576,7 +576,7 @@ declare const DTODocumentationGroupV1: z.ZodObject<z.objectUtil.extendShape<z.ob
576
576
  };
577
577
  opacity: {
578
578
  value?: {
579
- unit: "Pixels" | "Raw";
579
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
580
580
  measure: number;
581
581
  } | null | undefined;
582
582
  aliasTo?: string | null | undefined;
@@ -593,7 +593,7 @@ declare const DTODocumentationGroupV1: z.ZodObject<z.objectUtil.extendShape<z.ob
593
593
  };
594
594
  opacity: {
595
595
  value?: {
596
- unit: "Pixels" | "Raw";
596
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
597
597
  measure: number;
598
598
  } | undefined;
599
599
  aliasTo?: string | undefined;
@@ -604,7 +604,7 @@ declare const DTODocumentationGroupV1: z.ZodObject<z.objectUtil.extendShape<z.ob
604
604
  };
605
605
  opacity: {
606
606
  value?: {
607
- unit: "Pixels" | "Raw";
607
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
608
608
  measure: number;
609
609
  } | null | undefined;
610
610
  aliasTo?: string | null | undefined;
@@ -615,7 +615,7 @@ declare const DTODocumentationGroupV1: z.ZodObject<z.objectUtil.extendShape<z.ob
615
615
  };
616
616
  opacity: {
617
617
  value?: {
618
- unit: "Pixels" | "Raw";
618
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
619
619
  measure: number;
620
620
  } | undefined;
621
621
  aliasTo?: string | undefined;
@@ -626,7 +626,7 @@ declare const DTODocumentationGroupV1: z.ZodObject<z.objectUtil.extendShape<z.ob
626
626
  };
627
627
  opacity: {
628
628
  value?: {
629
- unit: "Pixels" | "Raw";
629
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
630
630
  measure: number;
631
631
  } | null | undefined;
632
632
  aliasTo?: string | null | undefined;
@@ -639,7 +639,7 @@ declare const DTODocumentationGroupV1: z.ZodObject<z.objectUtil.extendShape<z.ob
639
639
  };
640
640
  opacity: {
641
641
  value?: {
642
- unit: "Pixels" | "Raw";
642
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
643
643
  measure: number;
644
644
  } | undefined;
645
645
  aliasTo?: string | undefined;
@@ -653,7 +653,7 @@ declare const DTODocumentationGroupV1: z.ZodObject<z.objectUtil.extendShape<z.ob
653
653
  };
654
654
  opacity: {
655
655
  value?: {
656
- unit: "Pixels" | "Raw";
656
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
657
657
  measure: number;
658
658
  } | null | undefined;
659
659
  aliasTo?: string | null | undefined;
@@ -19347,7 +19347,7 @@ declare const DTODocumentationItemConfigurationV1: z.ZodObject<{
19347
19347
  };
19348
19348
  opacity: {
19349
19349
  value?: {
19350
- unit: "Pixels" | "Raw";
19350
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
19351
19351
  measure: number;
19352
19352
  } | undefined;
19353
19353
  aliasTo?: string | undefined;
@@ -19358,7 +19358,7 @@ declare const DTODocumentationItemConfigurationV1: z.ZodObject<{
19358
19358
  };
19359
19359
  opacity: {
19360
19360
  value?: {
19361
- unit: "Pixels" | "Raw";
19361
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
19362
19362
  measure: number;
19363
19363
  } | null | undefined;
19364
19364
  aliasTo?: string | null | undefined;
@@ -19369,7 +19369,7 @@ declare const DTODocumentationItemConfigurationV1: z.ZodObject<{
19369
19369
  };
19370
19370
  opacity: {
19371
19371
  value?: {
19372
- unit: "Pixels" | "Raw";
19372
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
19373
19373
  measure: number;
19374
19374
  } | undefined;
19375
19375
  aliasTo?: string | undefined;
@@ -19380,7 +19380,7 @@ declare const DTODocumentationItemConfigurationV1: z.ZodObject<{
19380
19380
  };
19381
19381
  opacity: {
19382
19382
  value?: {
19383
- unit: "Pixels" | "Raw";
19383
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
19384
19384
  measure: number;
19385
19385
  } | null | undefined;
19386
19386
  aliasTo?: string | null | undefined;
@@ -19393,7 +19393,7 @@ declare const DTODocumentationItemConfigurationV1: z.ZodObject<{
19393
19393
  };
19394
19394
  opacity: {
19395
19395
  value?: {
19396
- unit: "Pixels" | "Raw";
19396
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
19397
19397
  measure: number;
19398
19398
  } | undefined;
19399
19399
  aliasTo?: string | undefined;
@@ -19407,7 +19407,7 @@ declare const DTODocumentationItemConfigurationV1: z.ZodObject<{
19407
19407
  };
19408
19408
  opacity: {
19409
19409
  value?: {
19410
- unit: "Pixels" | "Raw";
19410
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
19411
19411
  measure: number;
19412
19412
  } | null | undefined;
19413
19413
  aliasTo?: string | null | undefined;
@@ -19424,7 +19424,7 @@ declare const DTODocumentationItemConfigurationV1: z.ZodObject<{
19424
19424
  };
19425
19425
  opacity: {
19426
19426
  value?: {
19427
- unit: "Pixels" | "Raw";
19427
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
19428
19428
  measure: number;
19429
19429
  } | undefined;
19430
19430
  aliasTo?: string | undefined;
@@ -19435,7 +19435,7 @@ declare const DTODocumentationItemConfigurationV1: z.ZodObject<{
19435
19435
  };
19436
19436
  opacity: {
19437
19437
  value?: {
19438
- unit: "Pixels" | "Raw";
19438
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
19439
19439
  measure: number;
19440
19440
  } | null | undefined;
19441
19441
  aliasTo?: string | null | undefined;
@@ -19446,7 +19446,7 @@ declare const DTODocumentationItemConfigurationV1: z.ZodObject<{
19446
19446
  };
19447
19447
  opacity: {
19448
19448
  value?: {
19449
- unit: "Pixels" | "Raw";
19449
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
19450
19450
  measure: number;
19451
19451
  } | undefined;
19452
19452
  aliasTo?: string | undefined;
@@ -19457,7 +19457,7 @@ declare const DTODocumentationItemConfigurationV1: z.ZodObject<{
19457
19457
  };
19458
19458
  opacity: {
19459
19459
  value?: {
19460
- unit: "Pixels" | "Raw";
19460
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
19461
19461
  measure: number;
19462
19462
  } | null | undefined;
19463
19463
  aliasTo?: string | null | undefined;
@@ -19470,7 +19470,7 @@ declare const DTODocumentationItemConfigurationV1: z.ZodObject<{
19470
19470
  };
19471
19471
  opacity: {
19472
19472
  value?: {
19473
- unit: "Pixels" | "Raw";
19473
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
19474
19474
  measure: number;
19475
19475
  } | undefined;
19476
19476
  aliasTo?: string | undefined;
@@ -19484,7 +19484,7 @@ declare const DTODocumentationItemConfigurationV1: z.ZodObject<{
19484
19484
  };
19485
19485
  opacity: {
19486
19486
  value?: {
19487
- unit: "Pixels" | "Raw";
19487
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
19488
19488
  measure: number;
19489
19489
  } | null | undefined;
19490
19490
  aliasTo?: string | null | undefined;
@@ -23822,7 +23822,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
23822
23822
  id: string;
23823
23823
  width: {
23824
23824
  value?: {
23825
- unit: "Pixels" | "Raw" | "Percent" | "Rem" | "Ms" | "Points";
23825
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
23826
23826
  measure: number;
23827
23827
  } | null | undefined;
23828
23828
  aliasTo?: string | null | undefined;
@@ -23871,7 +23871,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
23871
23871
  };
23872
23872
  opacity: {
23873
23873
  value?: {
23874
- unit: "Pixels" | "Raw";
23874
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
23875
23875
  measure: number;
23876
23876
  } | undefined;
23877
23877
  aliasTo?: string | undefined;
@@ -23886,7 +23886,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
23886
23886
  };
23887
23887
  opacity: {
23888
23888
  value?: {
23889
- unit: "Pixels" | "Raw";
23889
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
23890
23890
  measure: number;
23891
23891
  } | undefined;
23892
23892
  aliasTo?: string | undefined;
@@ -23939,7 +23939,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
23939
23939
  };
23940
23940
  opacity: {
23941
23941
  value?: {
23942
- unit: "Pixels" | "Raw";
23942
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
23943
23943
  measure: number;
23944
23944
  } | null | undefined;
23945
23945
  aliasTo?: string | null | undefined;
@@ -23954,7 +23954,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
23954
23954
  };
23955
23955
  opacity: {
23956
23956
  value?: {
23957
- unit: "Pixels" | "Raw";
23957
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
23958
23958
  measure: number;
23959
23959
  } | null | undefined;
23960
23960
  aliasTo?: string | null | undefined;
@@ -24007,7 +24007,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
24007
24007
  };
24008
24008
  opacity: {
24009
24009
  value?: {
24010
- unit: "Pixels" | "Raw";
24010
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
24011
24011
  measure: number;
24012
24012
  } | undefined;
24013
24013
  aliasTo?: string | undefined;
@@ -24022,7 +24022,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
24022
24022
  };
24023
24023
  opacity: {
24024
24024
  value?: {
24025
- unit: "Pixels" | "Raw";
24025
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
24026
24026
  measure: number;
24027
24027
  } | undefined;
24028
24028
  aliasTo?: string | undefined;
@@ -24075,7 +24075,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
24075
24075
  };
24076
24076
  opacity: {
24077
24077
  value?: {
24078
- unit: "Pixels" | "Raw";
24078
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
24079
24079
  measure: number;
24080
24080
  } | null | undefined;
24081
24081
  aliasTo?: string | null | undefined;
@@ -24090,7 +24090,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
24090
24090
  };
24091
24091
  opacity: {
24092
24092
  value?: {
24093
- unit: "Pixels" | "Raw";
24093
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
24094
24094
  measure: number;
24095
24095
  } | null | undefined;
24096
24096
  aliasTo?: string | null | undefined;
@@ -24146,7 +24146,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
24146
24146
  };
24147
24147
  opacity: {
24148
24148
  value?: {
24149
- unit: "Pixels" | "Raw";
24149
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
24150
24150
  measure: number;
24151
24151
  } | undefined;
24152
24152
  aliasTo?: string | undefined;
@@ -24161,7 +24161,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
24161
24161
  };
24162
24162
  opacity: {
24163
24163
  value?: {
24164
- unit: "Pixels" | "Raw";
24164
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
24165
24165
  measure: number;
24166
24166
  } | undefined;
24167
24167
  aliasTo?: string | undefined;
@@ -24410,7 +24410,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
24410
24410
  id: string;
24411
24411
  width: {
24412
24412
  value?: {
24413
- unit: "Pixels" | "Raw" | "Percent" | "Rem" | "Ms" | "Points";
24413
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
24414
24414
  measure: number;
24415
24415
  } | null | undefined;
24416
24416
  aliasTo?: string | null | undefined;
@@ -24459,7 +24459,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
24459
24459
  };
24460
24460
  opacity: {
24461
24461
  value?: {
24462
- unit: "Pixels" | "Raw";
24462
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
24463
24463
  measure: number;
24464
24464
  } | null | undefined;
24465
24465
  aliasTo?: string | null | undefined;
@@ -24474,7 +24474,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
24474
24474
  };
24475
24475
  opacity: {
24476
24476
  value?: {
24477
- unit: "Pixels" | "Raw";
24477
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
24478
24478
  measure: number;
24479
24479
  } | null | undefined;
24480
24480
  aliasTo?: string | null | undefined;
@@ -24531,7 +24531,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
24531
24531
  };
24532
24532
  opacity: {
24533
24533
  value?: {
24534
- unit: "Pixels" | "Raw";
24534
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
24535
24535
  measure: number;
24536
24536
  } | undefined;
24537
24537
  aliasTo?: string | undefined;
@@ -24542,7 +24542,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
24542
24542
  };
24543
24543
  opacity: {
24544
24544
  value?: {
24545
- unit: "Pixels" | "Raw";
24545
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
24546
24546
  measure: number;
24547
24547
  } | null | undefined;
24548
24548
  aliasTo?: string | null | undefined;
@@ -24553,7 +24553,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
24553
24553
  };
24554
24554
  opacity: {
24555
24555
  value?: {
24556
- unit: "Pixels" | "Raw";
24556
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
24557
24557
  measure: number;
24558
24558
  } | undefined;
24559
24559
  aliasTo?: string | undefined;
@@ -24564,7 +24564,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
24564
24564
  };
24565
24565
  opacity: {
24566
24566
  value?: {
24567
- unit: "Pixels" | "Raw";
24567
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
24568
24568
  measure: number;
24569
24569
  } | null | undefined;
24570
24570
  aliasTo?: string | null | undefined;
@@ -24577,7 +24577,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
24577
24577
  };
24578
24578
  opacity: {
24579
24579
  value?: {
24580
- unit: "Pixels" | "Raw";
24580
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
24581
24581
  measure: number;
24582
24582
  } | undefined;
24583
24583
  aliasTo?: string | undefined;
@@ -24591,7 +24591,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
24591
24591
  };
24592
24592
  opacity: {
24593
24593
  value?: {
24594
- unit: "Pixels" | "Raw";
24594
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
24595
24595
  measure: number;
24596
24596
  } | null | undefined;
24597
24597
  aliasTo?: string | null | undefined;
@@ -24608,7 +24608,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
24608
24608
  };
24609
24609
  opacity: {
24610
24610
  value?: {
24611
- unit: "Pixels" | "Raw";
24611
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
24612
24612
  measure: number;
24613
24613
  } | undefined;
24614
24614
  aliasTo?: string | undefined;
@@ -24619,7 +24619,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
24619
24619
  };
24620
24620
  opacity: {
24621
24621
  value?: {
24622
- unit: "Pixels" | "Raw";
24622
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
24623
24623
  measure: number;
24624
24624
  } | null | undefined;
24625
24625
  aliasTo?: string | null | undefined;
@@ -24630,7 +24630,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
24630
24630
  };
24631
24631
  opacity: {
24632
24632
  value?: {
24633
- unit: "Pixels" | "Raw";
24633
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
24634
24634
  measure: number;
24635
24635
  } | undefined;
24636
24636
  aliasTo?: string | undefined;
@@ -24641,7 +24641,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
24641
24641
  };
24642
24642
  opacity: {
24643
24643
  value?: {
24644
- unit: "Pixels" | "Raw";
24644
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
24645
24645
  measure: number;
24646
24646
  } | null | undefined;
24647
24647
  aliasTo?: string | null | undefined;
@@ -24654,7 +24654,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
24654
24654
  };
24655
24655
  opacity: {
24656
24656
  value?: {
24657
- unit: "Pixels" | "Raw";
24657
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
24658
24658
  measure: number;
24659
24659
  } | undefined;
24660
24660
  aliasTo?: string | undefined;
@@ -24668,7 +24668,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
24668
24668
  };
24669
24669
  opacity: {
24670
24670
  value?: {
24671
- unit: "Pixels" | "Raw";
24671
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
24672
24672
  measure: number;
24673
24673
  } | null | undefined;
24674
24674
  aliasTo?: string | null | undefined;
@@ -25222,7 +25222,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
25222
25222
  id: string;
25223
25223
  width: {
25224
25224
  value?: {
25225
- unit: "Pixels" | "Raw" | "Percent" | "Rem" | "Ms" | "Points";
25225
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
25226
25226
  measure: number;
25227
25227
  } | null | undefined;
25228
25228
  aliasTo?: string | null | undefined;
@@ -25463,7 +25463,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
25463
25463
  id: string;
25464
25464
  width: {
25465
25465
  value?: {
25466
- unit: "Pixels" | "Raw" | "Percent" | "Rem" | "Ms" | "Points";
25466
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
25467
25467
  measure: number;
25468
25468
  } | null | undefined;
25469
25469
  aliasTo?: string | null | undefined;
@@ -25822,7 +25822,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
25822
25822
  id: string;
25823
25823
  width: {
25824
25824
  value?: {
25825
- unit: "Pixels" | "Raw" | "Percent" | "Rem" | "Ms" | "Points";
25825
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
25826
25826
  measure: number;
25827
25827
  } | null | undefined;
25828
25828
  aliasTo?: string | null | undefined;
@@ -26063,7 +26063,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
26063
26063
  id: string;
26064
26064
  width: {
26065
26065
  value?: {
26066
- unit: "Pixels" | "Raw" | "Percent" | "Rem" | "Ms" | "Points";
26066
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
26067
26067
  measure: number;
26068
26068
  } | null | undefined;
26069
26069
  aliasTo?: string | null | undefined;
package/dist/index.js CHANGED
@@ -615,18 +615,18 @@ var BlurValue = _zod.z.object({
615
615
  var BlurTokenData = tokenAliasOrValue(BlurValue);
616
616
  var BorderRadiusUnit = _zod.z.enum(["Pixels", "Rem", "Percent"]);
617
617
  var BorderRadiusValue = _zod.z.object({
618
- unit: BorderRadiusUnit,
618
+ unit: DimensionUnit,
619
619
  measure: _zod.z.number()
620
620
  });
621
621
  var BorderRadiusTokenData = tokenAliasOrValue(BorderRadiusValue);
622
622
  var BorderWidthUnit = _zod.z.enum(["Pixels"]);
623
623
  var BorderWidthValue = _zod.z.object({
624
- unit: BorderWidthUnit,
624
+ unit: DimensionUnit,
625
625
  measure: _zod.z.number()
626
626
  });
627
627
  var BorderWidthTokenData = tokenAliasOrValue(BorderWidthValue);
628
628
  var OpacityValue = _zod.z.object({
629
- unit: _zod.z.enum(["Raw", "Pixels"]),
629
+ unit: DimensionUnit,
630
630
  measure: _zod.z.number()
631
631
  });
632
632
  var OpacityTokenData = tokenAliasOrValue(OpacityValue);
@@ -2553,7 +2553,7 @@ var PageSectionEditorModelV2 = _zod.z.object({
2553
2553
  });
2554
2554
  var DurationUnit = _zod.z.enum(["Ms"]);
2555
2555
  var DurationValue = _zod.z.object({
2556
- unit: DurationUnit,
2556
+ unit: DimensionUnit,
2557
2557
  measure: _zod.z.number()
2558
2558
  });
2559
2559
  var DurationTokenData = tokenAliasOrValue(DurationValue);
@@ -2601,7 +2601,7 @@ var FontFamilyValue = _zod.z.string();
2601
2601
  var FontFamilyTokenData = tokenAliasOrValue(FontFamilyValue);
2602
2602
  var FontSizeUnit = _zod.z.enum(["Pixels", "Rem", "Percent"]);
2603
2603
  var FontSizeValue = _zod.z.object({
2604
- unit: FontSizeUnit,
2604
+ unit: DimensionUnit,
2605
2605
  measure: _zod.z.number()
2606
2606
  });
2607
2607
  var FontSizeTokenData = tokenAliasOrValue(FontSizeValue);
@@ -2636,25 +2636,25 @@ var ElementGroupDataV2 = _zod.z.object({
2636
2636
  });
2637
2637
  var LetterSpacingUnit = _zod.z.enum(["Pixels", "Rem", "Percent"]);
2638
2638
  var LetterSpacingValue = _zod.z.object({
2639
- unit: LetterSpacingUnit,
2639
+ unit: DimensionUnit,
2640
2640
  measure: _zod.z.number()
2641
2641
  });
2642
2642
  var LetterSpacingTokenData = tokenAliasOrValue(LetterSpacingValue);
2643
2643
  var LineHeightUnit = _zod.z.enum(["Pixels", "Rem", "Percent", "Raw"]);
2644
2644
  var LineHeightValue = _zod.z.object({
2645
- unit: LineHeightUnit,
2645
+ unit: DimensionUnit,
2646
2646
  measure: _zod.z.number()
2647
2647
  });
2648
2648
  var LineHeightTokenData = tokenAliasOrValue(LineHeightValue);
2649
2649
  var ParagraphIndentUnit = _zod.z.enum(["Pixels", "Rem", "Percent"]);
2650
2650
  var ParagraphIndentValue = _zod.z.object({
2651
- unit: ParagraphIndentUnit,
2651
+ unit: DimensionUnit,
2652
2652
  measure: _zod.z.number()
2653
2653
  });
2654
2654
  var ParagraphIndentTokenData = tokenAliasOrValue(ParagraphIndentValue);
2655
2655
  var ParagraphSpacingUnit = _zod.z.enum(["Pixels", "Rem", "Percent"]);
2656
2656
  var ParagraphSpacingValue = _zod.z.object({
2657
- unit: ParagraphSpacingUnit,
2657
+ unit: DimensionUnit,
2658
2658
  measure: _zod.z.number()
2659
2659
  });
2660
2660
  var ParagraphSpacingTokenData = tokenAliasOrValue(ParagraphSpacingValue);
@@ -2683,13 +2683,13 @@ var ShadowTokenDataBase = tokenAliasOrValue(ShadowLayerValue);
2683
2683
  var ShadowTokenData = tokenAliasOrValue(_zod.z.array(ShadowTokenDataBase));
2684
2684
  var SizeUnit = _zod.z.enum(["Pixels", "Rem", "Percent"]);
2685
2685
  var SizeValue = _zod.z.object({
2686
- unit: SizeUnit,
2686
+ unit: DimensionUnit,
2687
2687
  measure: _zod.z.number()
2688
2688
  });
2689
2689
  var SizeTokenData = tokenAliasOrValue(SizeValue);
2690
2690
  var SpaceUnit = _zod.z.enum(["Pixels", "Rem", "Percent"]);
2691
2691
  var SpaceValue = _zod.z.object({
2692
- unit: SpaceUnit,
2692
+ unit: DimensionUnit,
2693
2693
  measure: _zod.z.number()
2694
2694
  });
2695
2695
  var SpaceTokenData = tokenAliasOrValue(SpaceValue);
@@ -2718,7 +2718,7 @@ var VisibilityValue = Visibility;
2718
2718
  var VisibilityTokenData = tokenAliasOrValue(VisibilityValue);
2719
2719
  var ZIndexUnit = _zod.z.enum(["Raw"]);
2720
2720
  var ZIndexValue = _zod.z.object({
2721
- unit: ZIndexUnit,
2721
+ unit: DimensionUnit,
2722
2722
  measure: _zod.z.number()
2723
2723
  });
2724
2724
  var ZIndexTokenData = tokenAliasOrValue(ZIndexValue);