@supernova-studio/client 0.55.7 → 0.55.8

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.mts 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;
@@ -18978,7 +18978,7 @@ declare const DTODocumentationItemConfigurationV1: z.ZodObject<{
18978
18978
  };
18979
18979
  opacity: {
18980
18980
  value?: {
18981
- unit: "Pixels" | "Raw";
18981
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
18982
18982
  measure: number;
18983
18983
  } | undefined;
18984
18984
  aliasTo?: string | undefined;
@@ -18989,7 +18989,7 @@ declare const DTODocumentationItemConfigurationV1: z.ZodObject<{
18989
18989
  };
18990
18990
  opacity: {
18991
18991
  value?: {
18992
- unit: "Pixels" | "Raw";
18992
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
18993
18993
  measure: number;
18994
18994
  } | null | undefined;
18995
18995
  aliasTo?: string | null | undefined;
@@ -19000,7 +19000,7 @@ declare const DTODocumentationItemConfigurationV1: z.ZodObject<{
19000
19000
  };
19001
19001
  opacity: {
19002
19002
  value?: {
19003
- unit: "Pixels" | "Raw";
19003
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
19004
19004
  measure: number;
19005
19005
  } | undefined;
19006
19006
  aliasTo?: string | undefined;
@@ -19011,7 +19011,7 @@ declare const DTODocumentationItemConfigurationV1: z.ZodObject<{
19011
19011
  };
19012
19012
  opacity: {
19013
19013
  value?: {
19014
- unit: "Pixels" | "Raw";
19014
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
19015
19015
  measure: number;
19016
19016
  } | null | undefined;
19017
19017
  aliasTo?: string | null | undefined;
@@ -19024,7 +19024,7 @@ declare const DTODocumentationItemConfigurationV1: z.ZodObject<{
19024
19024
  };
19025
19025
  opacity: {
19026
19026
  value?: {
19027
- unit: "Pixels" | "Raw";
19027
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
19028
19028
  measure: number;
19029
19029
  } | undefined;
19030
19030
  aliasTo?: string | undefined;
@@ -19038,7 +19038,7 @@ declare const DTODocumentationItemConfigurationV1: z.ZodObject<{
19038
19038
  };
19039
19039
  opacity: {
19040
19040
  value?: {
19041
- unit: "Pixels" | "Raw";
19041
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
19042
19042
  measure: number;
19043
19043
  } | null | undefined;
19044
19044
  aliasTo?: string | null | undefined;
@@ -19055,7 +19055,7 @@ declare const DTODocumentationItemConfigurationV1: z.ZodObject<{
19055
19055
  };
19056
19056
  opacity: {
19057
19057
  value?: {
19058
- unit: "Pixels" | "Raw";
19058
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
19059
19059
  measure: number;
19060
19060
  } | undefined;
19061
19061
  aliasTo?: string | undefined;
@@ -19066,7 +19066,7 @@ declare const DTODocumentationItemConfigurationV1: z.ZodObject<{
19066
19066
  };
19067
19067
  opacity: {
19068
19068
  value?: {
19069
- unit: "Pixels" | "Raw";
19069
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
19070
19070
  measure: number;
19071
19071
  } | null | undefined;
19072
19072
  aliasTo?: string | null | undefined;
@@ -19077,7 +19077,7 @@ declare const DTODocumentationItemConfigurationV1: z.ZodObject<{
19077
19077
  };
19078
19078
  opacity: {
19079
19079
  value?: {
19080
- unit: "Pixels" | "Raw";
19080
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
19081
19081
  measure: number;
19082
19082
  } | undefined;
19083
19083
  aliasTo?: string | undefined;
@@ -19088,7 +19088,7 @@ declare const DTODocumentationItemConfigurationV1: z.ZodObject<{
19088
19088
  };
19089
19089
  opacity: {
19090
19090
  value?: {
19091
- unit: "Pixels" | "Raw";
19091
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
19092
19092
  measure: number;
19093
19093
  } | null | undefined;
19094
19094
  aliasTo?: string | null | undefined;
@@ -19101,7 +19101,7 @@ declare const DTODocumentationItemConfigurationV1: z.ZodObject<{
19101
19101
  };
19102
19102
  opacity: {
19103
19103
  value?: {
19104
- unit: "Pixels" | "Raw";
19104
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
19105
19105
  measure: number;
19106
19106
  } | undefined;
19107
19107
  aliasTo?: string | undefined;
@@ -19115,7 +19115,7 @@ declare const DTODocumentationItemConfigurationV1: z.ZodObject<{
19115
19115
  };
19116
19116
  opacity: {
19117
19117
  value?: {
19118
- unit: "Pixels" | "Raw";
19118
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
19119
19119
  measure: number;
19120
19120
  } | null | undefined;
19121
19121
  aliasTo?: string | null | undefined;
@@ -23453,7 +23453,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
23453
23453
  id: string;
23454
23454
  width: {
23455
23455
  value?: {
23456
- unit: "Pixels" | "Raw" | "Percent" | "Rem" | "Ms" | "Points";
23456
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
23457
23457
  measure: number;
23458
23458
  } | null | undefined;
23459
23459
  aliasTo?: string | null | undefined;
@@ -23502,7 +23502,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
23502
23502
  };
23503
23503
  opacity: {
23504
23504
  value?: {
23505
- unit: "Pixels" | "Raw";
23505
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
23506
23506
  measure: number;
23507
23507
  } | undefined;
23508
23508
  aliasTo?: string | undefined;
@@ -23517,7 +23517,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
23517
23517
  };
23518
23518
  opacity: {
23519
23519
  value?: {
23520
- unit: "Pixels" | "Raw";
23520
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
23521
23521
  measure: number;
23522
23522
  } | undefined;
23523
23523
  aliasTo?: string | undefined;
@@ -23570,7 +23570,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
23570
23570
  };
23571
23571
  opacity: {
23572
23572
  value?: {
23573
- unit: "Pixels" | "Raw";
23573
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
23574
23574
  measure: number;
23575
23575
  } | null | undefined;
23576
23576
  aliasTo?: string | null | undefined;
@@ -23585,7 +23585,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
23585
23585
  };
23586
23586
  opacity: {
23587
23587
  value?: {
23588
- unit: "Pixels" | "Raw";
23588
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
23589
23589
  measure: number;
23590
23590
  } | null | undefined;
23591
23591
  aliasTo?: string | null | undefined;
@@ -23638,7 +23638,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
23638
23638
  };
23639
23639
  opacity: {
23640
23640
  value?: {
23641
- unit: "Pixels" | "Raw";
23641
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
23642
23642
  measure: number;
23643
23643
  } | undefined;
23644
23644
  aliasTo?: string | undefined;
@@ -23653,7 +23653,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
23653
23653
  };
23654
23654
  opacity: {
23655
23655
  value?: {
23656
- unit: "Pixels" | "Raw";
23656
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
23657
23657
  measure: number;
23658
23658
  } | undefined;
23659
23659
  aliasTo?: string | undefined;
@@ -23706,7 +23706,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
23706
23706
  };
23707
23707
  opacity: {
23708
23708
  value?: {
23709
- unit: "Pixels" | "Raw";
23709
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
23710
23710
  measure: number;
23711
23711
  } | null | undefined;
23712
23712
  aliasTo?: string | null | undefined;
@@ -23721,7 +23721,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
23721
23721
  };
23722
23722
  opacity: {
23723
23723
  value?: {
23724
- unit: "Pixels" | "Raw";
23724
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
23725
23725
  measure: number;
23726
23726
  } | null | undefined;
23727
23727
  aliasTo?: string | null | undefined;
@@ -23777,7 +23777,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
23777
23777
  };
23778
23778
  opacity: {
23779
23779
  value?: {
23780
- unit: "Pixels" | "Raw";
23780
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
23781
23781
  measure: number;
23782
23782
  } | undefined;
23783
23783
  aliasTo?: string | undefined;
@@ -23792,7 +23792,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
23792
23792
  };
23793
23793
  opacity: {
23794
23794
  value?: {
23795
- unit: "Pixels" | "Raw";
23795
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
23796
23796
  measure: number;
23797
23797
  } | undefined;
23798
23798
  aliasTo?: string | undefined;
@@ -24041,7 +24041,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
24041
24041
  id: string;
24042
24042
  width: {
24043
24043
  value?: {
24044
- unit: "Pixels" | "Raw" | "Percent" | "Rem" | "Ms" | "Points";
24044
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
24045
24045
  measure: number;
24046
24046
  } | null | undefined;
24047
24047
  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;
@@ -24105,7 +24105,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
24105
24105
  };
24106
24106
  opacity: {
24107
24107
  value?: {
24108
- unit: "Pixels" | "Raw";
24108
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
24109
24109
  measure: number;
24110
24110
  } | null | undefined;
24111
24111
  aliasTo?: string | null | undefined;
@@ -24162,7 +24162,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
24162
24162
  };
24163
24163
  opacity: {
24164
24164
  value?: {
24165
- unit: "Pixels" | "Raw";
24165
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
24166
24166
  measure: number;
24167
24167
  } | undefined;
24168
24168
  aliasTo?: string | undefined;
@@ -24173,7 +24173,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
24173
24173
  };
24174
24174
  opacity: {
24175
24175
  value?: {
24176
- unit: "Pixels" | "Raw";
24176
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
24177
24177
  measure: number;
24178
24178
  } | null | undefined;
24179
24179
  aliasTo?: string | null | undefined;
@@ -24184,7 +24184,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
24184
24184
  };
24185
24185
  opacity: {
24186
24186
  value?: {
24187
- unit: "Pixels" | "Raw";
24187
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
24188
24188
  measure: number;
24189
24189
  } | undefined;
24190
24190
  aliasTo?: string | undefined;
@@ -24195,7 +24195,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
24195
24195
  };
24196
24196
  opacity: {
24197
24197
  value?: {
24198
- unit: "Pixels" | "Raw";
24198
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
24199
24199
  measure: number;
24200
24200
  } | null | undefined;
24201
24201
  aliasTo?: string | null | undefined;
@@ -24208,7 +24208,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
24208
24208
  };
24209
24209
  opacity: {
24210
24210
  value?: {
24211
- unit: "Pixels" | "Raw";
24211
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
24212
24212
  measure: number;
24213
24213
  } | undefined;
24214
24214
  aliasTo?: string | undefined;
@@ -24222,7 +24222,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
24222
24222
  };
24223
24223
  opacity: {
24224
24224
  value?: {
24225
- unit: "Pixels" | "Raw";
24225
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
24226
24226
  measure: number;
24227
24227
  } | null | undefined;
24228
24228
  aliasTo?: string | null | undefined;
@@ -24239,7 +24239,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
24239
24239
  };
24240
24240
  opacity: {
24241
24241
  value?: {
24242
- unit: "Pixels" | "Raw";
24242
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
24243
24243
  measure: number;
24244
24244
  } | undefined;
24245
24245
  aliasTo?: string | undefined;
@@ -24250,7 +24250,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
24250
24250
  };
24251
24251
  opacity: {
24252
24252
  value?: {
24253
- unit: "Pixels" | "Raw";
24253
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
24254
24254
  measure: number;
24255
24255
  } | null | undefined;
24256
24256
  aliasTo?: string | null | undefined;
@@ -24261,7 +24261,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
24261
24261
  };
24262
24262
  opacity: {
24263
24263
  value?: {
24264
- unit: "Pixels" | "Raw";
24264
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
24265
24265
  measure: number;
24266
24266
  } | undefined;
24267
24267
  aliasTo?: string | undefined;
@@ -24272,7 +24272,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
24272
24272
  };
24273
24273
  opacity: {
24274
24274
  value?: {
24275
- unit: "Pixels" | "Raw";
24275
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
24276
24276
  measure: number;
24277
24277
  } | null | undefined;
24278
24278
  aliasTo?: string | null | undefined;
@@ -24285,7 +24285,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
24285
24285
  };
24286
24286
  opacity: {
24287
24287
  value?: {
24288
- unit: "Pixels" | "Raw";
24288
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
24289
24289
  measure: number;
24290
24290
  } | undefined;
24291
24291
  aliasTo?: string | undefined;
@@ -24299,7 +24299,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
24299
24299
  };
24300
24300
  opacity: {
24301
24301
  value?: {
24302
- unit: "Pixels" | "Raw";
24302
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
24303
24303
  measure: number;
24304
24304
  } | null | undefined;
24305
24305
  aliasTo?: string | null | undefined;
@@ -24853,7 +24853,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
24853
24853
  id: string;
24854
24854
  width: {
24855
24855
  value?: {
24856
- unit: "Pixels" | "Raw" | "Percent" | "Rem" | "Ms" | "Points";
24856
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
24857
24857
  measure: number;
24858
24858
  } | null | undefined;
24859
24859
  aliasTo?: string | null | undefined;
@@ -25094,7 +25094,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
25094
25094
  id: string;
25095
25095
  width: {
25096
25096
  value?: {
25097
- unit: "Pixels" | "Raw" | "Percent" | "Rem" | "Ms" | "Points";
25097
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
25098
25098
  measure: number;
25099
25099
  } | null | undefined;
25100
25100
  aliasTo?: string | null | undefined;
@@ -25453,7 +25453,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
25453
25453
  id: string;
25454
25454
  width: {
25455
25455
  value?: {
25456
- unit: "Pixels" | "Raw" | "Percent" | "Rem" | "Ms" | "Points";
25456
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
25457
25457
  measure: number;
25458
25458
  } | null | undefined;
25459
25459
  aliasTo?: string | null | undefined;
@@ -25694,7 +25694,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
25694
25694
  id: string;
25695
25695
  width: {
25696
25696
  value?: {
25697
- unit: "Pixels" | "Raw" | "Percent" | "Rem" | "Ms" | "Points";
25697
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
25698
25698
  measure: number;
25699
25699
  } | null | undefined;
25700
25700
  aliasTo?: string | null | undefined;