@supernova-studio/model 1.9.1 → 1.9.2

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
@@ -7900,6 +7900,9 @@ declare const DesignSystemDump: z.ZodObject<{
7900
7900
  }>]>>>;
7901
7901
  originKey: z.ZodOptional<z.ZodString>;
7902
7902
  createdAt: z.ZodOptional<z.ZodDate>;
7903
+ pendingUpload: z.ZodOptional<z.ZodBoolean>;
7904
+ size: z.ZodOptional<z.ZodNumber>;
7905
+ checksum: z.ZodOptional<z.ZodString>;
7903
7906
  }, "strip", z.ZodTypeAny, {
7904
7907
  type: "Image" | "Font";
7905
7908
  id: string;
@@ -7918,6 +7921,9 @@ declare const DesignSystemDump: z.ZodObject<{
7918
7921
  } | null | undefined;
7919
7922
  originKey?: string | undefined;
7920
7923
  originalFileName?: string | null | undefined;
7924
+ pendingUpload?: boolean | undefined;
7925
+ size?: number | undefined;
7926
+ checksum?: string | undefined;
7921
7927
  }, {
7922
7928
  type: "Image" | "Font";
7923
7929
  id: string;
@@ -7936,6 +7942,9 @@ declare const DesignSystemDump: z.ZodObject<{
7936
7942
  } | null | undefined;
7937
7943
  originKey?: string | undefined;
7938
7944
  originalFileName?: string | null | undefined;
7945
+ pendingUpload?: boolean | undefined;
7946
+ size?: number | undefined;
7947
+ checksum?: string | undefined;
7939
7948
  }>, "many">;
7940
7949
  }, "strip", z.ZodTypeAny, {
7941
7950
  files: {
@@ -7956,6 +7965,9 @@ declare const DesignSystemDump: z.ZodObject<{
7956
7965
  } | null | undefined;
7957
7966
  originKey?: string | undefined;
7958
7967
  originalFileName?: string | null | undefined;
7968
+ pendingUpload?: boolean | undefined;
7969
+ size?: number | undefined;
7970
+ checksum?: string | undefined;
7959
7971
  }[];
7960
7972
  designSystem: {
7961
7973
  id: string;
@@ -8404,6 +8416,9 @@ declare const DesignSystemDump: z.ZodObject<{
8404
8416
  } | null | undefined;
8405
8417
  originKey?: string | undefined;
8406
8418
  originalFileName?: string | null | undefined;
8419
+ pendingUpload?: boolean | undefined;
8420
+ size?: number | undefined;
8421
+ checksum?: string | undefined;
8407
8422
  }[];
8408
8423
  designSystem: {
8409
8424
  id: string;
@@ -17011,6 +17026,9 @@ declare const UserDump: z.ZodObject<{
17011
17026
  }>]>>>;
17012
17027
  originKey: z.ZodOptional<z.ZodString>;
17013
17028
  createdAt: z.ZodOptional<z.ZodDate>;
17029
+ pendingUpload: z.ZodOptional<z.ZodBoolean>;
17030
+ size: z.ZodOptional<z.ZodNumber>;
17031
+ checksum: z.ZodOptional<z.ZodString>;
17014
17032
  }, "strip", z.ZodTypeAny, {
17015
17033
  type: "Image" | "Font";
17016
17034
  id: string;
@@ -17029,6 +17047,9 @@ declare const UserDump: z.ZodObject<{
17029
17047
  } | null | undefined;
17030
17048
  originKey?: string | undefined;
17031
17049
  originalFileName?: string | null | undefined;
17050
+ pendingUpload?: boolean | undefined;
17051
+ size?: number | undefined;
17052
+ checksum?: string | undefined;
17032
17053
  }, {
17033
17054
  type: "Image" | "Font";
17034
17055
  id: string;
@@ -17047,6 +17068,9 @@ declare const UserDump: z.ZodObject<{
17047
17068
  } | null | undefined;
17048
17069
  originKey?: string | undefined;
17049
17070
  originalFileName?: string | null | undefined;
17071
+ pendingUpload?: boolean | undefined;
17072
+ size?: number | undefined;
17073
+ checksum?: string | undefined;
17050
17074
  }>, "many">;
17051
17075
  }, "strip", z.ZodTypeAny, {
17052
17076
  files: {
@@ -17067,6 +17091,9 @@ declare const UserDump: z.ZodObject<{
17067
17091
  } | null | undefined;
17068
17092
  originKey?: string | undefined;
17069
17093
  originalFileName?: string | null | undefined;
17094
+ pendingUpload?: boolean | undefined;
17095
+ size?: number | undefined;
17096
+ checksum?: string | undefined;
17070
17097
  }[];
17071
17098
  designSystem: {
17072
17099
  id: string;
@@ -17515,6 +17542,9 @@ declare const UserDump: z.ZodObject<{
17515
17542
  } | null | undefined;
17516
17543
  originKey?: string | undefined;
17517
17544
  originalFileName?: string | null | undefined;
17545
+ pendingUpload?: boolean | undefined;
17546
+ size?: number | undefined;
17547
+ checksum?: string | undefined;
17518
17548
  }[];
17519
17549
  designSystem: {
17520
17550
  id: string;
@@ -20783,6 +20813,9 @@ declare const UserDump: z.ZodObject<{
20783
20813
  } | null | undefined;
20784
20814
  originKey?: string | undefined;
20785
20815
  originalFileName?: string | null | undefined;
20816
+ pendingUpload?: boolean | undefined;
20817
+ size?: number | undefined;
20818
+ checksum?: string | undefined;
20786
20819
  }[];
20787
20820
  designSystem: {
20788
20821
  id: string;
@@ -21783,6 +21816,9 @@ declare const UserDump: z.ZodObject<{
21783
21816
  } | null | undefined;
21784
21817
  originKey?: string | undefined;
21785
21818
  originalFileName?: string | null | undefined;
21819
+ pendingUpload?: boolean | undefined;
21820
+ size?: number | undefined;
21821
+ checksum?: string | undefined;
21786
21822
  }[];
21787
21823
  designSystem: {
21788
21824
  id: string;
@@ -22785,6 +22821,9 @@ declare const UserDump: z.ZodObject<{
22785
22821
  } | null | undefined;
22786
22822
  originKey?: string | undefined;
22787
22823
  originalFileName?: string | null | undefined;
22824
+ pendingUpload?: boolean | undefined;
22825
+ size?: number | undefined;
22826
+ checksum?: string | undefined;
22788
22827
  }[];
22789
22828
  designSystem: {
22790
22829
  id: string;
@@ -23817,6 +23856,9 @@ declare const UserDump: z.ZodObject<{
23817
23856
  } | null | undefined;
23818
23857
  originKey?: string | undefined;
23819
23858
  originalFileName?: string | null | undefined;
23859
+ pendingUpload?: boolean | undefined;
23860
+ size?: number | undefined;
23861
+ checksum?: string | undefined;
23820
23862
  }[];
23821
23863
  designSystem: {
23822
23864
  id: string;
@@ -29425,6 +29467,9 @@ declare const WorkspaceDump: z.ZodObject<{
29425
29467
  }>]>>>;
29426
29468
  originKey: z.ZodOptional<z.ZodString>;
29427
29469
  createdAt: z.ZodOptional<z.ZodDate>;
29470
+ pendingUpload: z.ZodOptional<z.ZodBoolean>;
29471
+ size: z.ZodOptional<z.ZodNumber>;
29472
+ checksum: z.ZodOptional<z.ZodString>;
29428
29473
  }, "strip", z.ZodTypeAny, {
29429
29474
  type: "Image" | "Font";
29430
29475
  id: string;
@@ -29443,6 +29488,9 @@ declare const WorkspaceDump: z.ZodObject<{
29443
29488
  } | null | undefined;
29444
29489
  originKey?: string | undefined;
29445
29490
  originalFileName?: string | null | undefined;
29491
+ pendingUpload?: boolean | undefined;
29492
+ size?: number | undefined;
29493
+ checksum?: string | undefined;
29446
29494
  }, {
29447
29495
  type: "Image" | "Font";
29448
29496
  id: string;
@@ -29461,6 +29509,9 @@ declare const WorkspaceDump: z.ZodObject<{
29461
29509
  } | null | undefined;
29462
29510
  originKey?: string | undefined;
29463
29511
  originalFileName?: string | null | undefined;
29512
+ pendingUpload?: boolean | undefined;
29513
+ size?: number | undefined;
29514
+ checksum?: string | undefined;
29464
29515
  }>, "many">;
29465
29516
  }, "strip", z.ZodTypeAny, {
29466
29517
  files: {
@@ -29481,6 +29532,9 @@ declare const WorkspaceDump: z.ZodObject<{
29481
29532
  } | null | undefined;
29482
29533
  originKey?: string | undefined;
29483
29534
  originalFileName?: string | null | undefined;
29535
+ pendingUpload?: boolean | undefined;
29536
+ size?: number | undefined;
29537
+ checksum?: string | undefined;
29484
29538
  }[];
29485
29539
  designSystem: {
29486
29540
  id: string;
@@ -29929,6 +29983,9 @@ declare const WorkspaceDump: z.ZodObject<{
29929
29983
  } | null | undefined;
29930
29984
  originKey?: string | undefined;
29931
29985
  originalFileName?: string | null | undefined;
29986
+ pendingUpload?: boolean | undefined;
29987
+ size?: number | undefined;
29988
+ checksum?: string | undefined;
29932
29989
  }[];
29933
29990
  designSystem: {
29934
29991
  id: string;
@@ -33197,6 +33254,9 @@ declare const WorkspaceDump: z.ZodObject<{
33197
33254
  } | null | undefined;
33198
33255
  originKey?: string | undefined;
33199
33256
  originalFileName?: string | null | undefined;
33257
+ pendingUpload?: boolean | undefined;
33258
+ size?: number | undefined;
33259
+ checksum?: string | undefined;
33200
33260
  }[];
33201
33261
  designSystem: {
33202
33262
  id: string;
@@ -34197,6 +34257,9 @@ declare const WorkspaceDump: z.ZodObject<{
34197
34257
  } | null | undefined;
34198
34258
  originKey?: string | undefined;
34199
34259
  originalFileName?: string | null | undefined;
34260
+ pendingUpload?: boolean | undefined;
34261
+ size?: number | undefined;
34262
+ checksum?: string | undefined;
34200
34263
  }[];
34201
34264
  designSystem: {
34202
34265
  id: string;
@@ -35569,6 +35632,9 @@ declare const Asset: z.ZodObject<{
35569
35632
  }>]>>>;
35570
35633
  originKey: z.ZodOptional<z.ZodString>;
35571
35634
  createdAt: z.ZodOptional<z.ZodDate>;
35635
+ pendingUpload: z.ZodOptional<z.ZodBoolean>;
35636
+ size: z.ZodOptional<z.ZodNumber>;
35637
+ checksum: z.ZodOptional<z.ZodString>;
35572
35638
  }, "strip", z.ZodTypeAny, {
35573
35639
  type: "Image" | "Font";
35574
35640
  id: string;
@@ -35587,6 +35653,9 @@ declare const Asset: z.ZodObject<{
35587
35653
  } | null | undefined;
35588
35654
  originKey?: string | undefined;
35589
35655
  originalFileName?: string | null | undefined;
35656
+ pendingUpload?: boolean | undefined;
35657
+ size?: number | undefined;
35658
+ checksum?: string | undefined;
35590
35659
  }, {
35591
35660
  type: "Image" | "Font";
35592
35661
  id: string;
@@ -35605,6 +35674,9 @@ declare const Asset: z.ZodObject<{
35605
35674
  } | null | undefined;
35606
35675
  originKey?: string | undefined;
35607
35676
  originalFileName?: string | null | undefined;
35677
+ pendingUpload?: boolean | undefined;
35678
+ size?: number | undefined;
35679
+ checksum?: string | undefined;
35608
35680
  }>;
35609
35681
  type Asset = z.infer<typeof Asset>;
35610
35682
  declare const ResolvedAsset: z.ZodObject<z.objectUtil.extendShape<{
@@ -35647,6 +35719,9 @@ declare const ResolvedAsset: z.ZodObject<z.objectUtil.extendShape<{
35647
35719
  }>]>>>;
35648
35720
  originKey: z.ZodOptional<z.ZodString>;
35649
35721
  createdAt: z.ZodOptional<z.ZodDate>;
35722
+ pendingUpload: z.ZodOptional<z.ZodBoolean>;
35723
+ size: z.ZodOptional<z.ZodNumber>;
35724
+ checksum: z.ZodOptional<z.ZodString>;
35650
35725
  }, {
35651
35726
  url: z.ZodString;
35652
35727
  }>, "strip", z.ZodTypeAny, {
@@ -35668,6 +35743,9 @@ declare const ResolvedAsset: z.ZodObject<z.objectUtil.extendShape<{
35668
35743
  } | null | undefined;
35669
35744
  originKey?: string | undefined;
35670
35745
  originalFileName?: string | null | undefined;
35746
+ pendingUpload?: boolean | undefined;
35747
+ size?: number | undefined;
35748
+ checksum?: string | undefined;
35671
35749
  }, {
35672
35750
  type: "Image" | "Font";
35673
35751
  id: string;
@@ -35687,6 +35765,9 @@ declare const ResolvedAsset: z.ZodObject<z.objectUtil.extendShape<{
35687
35765
  } | null | undefined;
35688
35766
  originKey?: string | undefined;
35689
35767
  originalFileName?: string | null | undefined;
35768
+ pendingUpload?: boolean | undefined;
35769
+ size?: number | undefined;
35770
+ checksum?: string | undefined;
35690
35771
  }>;
35691
35772
  type ResolvedAsset = z.infer<typeof ResolvedAsset>;
35692
35773
  type ImportedAsset = OmitStrict<Asset, "originKey"> & {
@@ -42121,6 +42202,10 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
42121
42202
  } | null | undefined;
42122
42203
  url?: string | null | undefined;
42123
42204
  tokenType?: "String" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
42205
+ size?: {
42206
+ width?: number | null | undefined;
42207
+ height?: number | null | undefined;
42208
+ } | null | undefined;
42124
42209
  backgroundColor?: {
42125
42210
  value: string;
42126
42211
  } | null | undefined;
@@ -42278,10 +42363,6 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
42278
42363
  assetScale?: number | null | undefined;
42279
42364
  } | null | undefined;
42280
42365
  }[] | null | undefined;
42281
- size?: {
42282
- width?: number | null | undefined;
42283
- height?: number | null | undefined;
42284
- } | null | undefined;
42285
42366
  renderCodeProperties?: {
42286
42367
  showCode: boolean;
42287
42368
  showControls?: boolean | undefined;
@@ -42402,6 +42483,10 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
42402
42483
  } | null | undefined;
42403
42484
  url?: string | null | undefined;
42404
42485
  tokenType?: "String" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
42486
+ size?: {
42487
+ width?: number | null | undefined;
42488
+ height?: number | null | undefined;
42489
+ } | null | undefined;
42405
42490
  backgroundColor?: {
42406
42491
  value: string;
42407
42492
  } | null | undefined;
@@ -42559,10 +42644,6 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
42559
42644
  assetScale?: number | null | undefined;
42560
42645
  } | null | undefined;
42561
42646
  }[] | null | undefined;
42562
- size?: {
42563
- width?: number | null | undefined;
42564
- height?: number | null | undefined;
42565
- } | null | undefined;
42566
42647
  renderCodeProperties?: {
42567
42648
  showCode: boolean;
42568
42649
  showControls?: boolean | undefined;
@@ -42751,6 +42832,10 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
42751
42832
  } | null | undefined;
42752
42833
  url?: string | null | undefined;
42753
42834
  tokenType?: "String" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
42835
+ size?: {
42836
+ width?: number | null | undefined;
42837
+ height?: number | null | undefined;
42838
+ } | null | undefined;
42754
42839
  backgroundColor?: {
42755
42840
  value: string;
42756
42841
  } | null | undefined;
@@ -42908,10 +42993,6 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
42908
42993
  assetScale?: number | null | undefined;
42909
42994
  } | null | undefined;
42910
42995
  }[] | null | undefined;
42911
- size?: {
42912
- width?: number | null | undefined;
42913
- height?: number | null | undefined;
42914
- } | null | undefined;
42915
42996
  renderCodeProperties?: {
42916
42997
  showCode: boolean;
42917
42998
  showControls?: boolean | undefined;
@@ -43032,6 +43113,10 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
43032
43113
  } | null | undefined;
43033
43114
  url?: string | null | undefined;
43034
43115
  tokenType?: "String" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
43116
+ size?: {
43117
+ width?: number | null | undefined;
43118
+ height?: number | null | undefined;
43119
+ } | null | undefined;
43035
43120
  backgroundColor?: {
43036
43121
  value: string;
43037
43122
  } | null | undefined;
@@ -43189,10 +43274,6 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
43189
43274
  assetScale?: number | null | undefined;
43190
43275
  } | null | undefined;
43191
43276
  }[] | null | undefined;
43192
- size?: {
43193
- width?: number | null | undefined;
43194
- height?: number | null | undefined;
43195
- } | null | undefined;
43196
43277
  renderCodeProperties?: {
43197
43278
  showCode: boolean;
43198
43279
  showControls?: boolean | undefined;
@@ -43399,6 +43480,10 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
43399
43480
  } | null | undefined;
43400
43481
  url?: string | null | undefined;
43401
43482
  tokenType?: "String" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
43483
+ size?: {
43484
+ width?: number | null | undefined;
43485
+ height?: number | null | undefined;
43486
+ } | null | undefined;
43402
43487
  backgroundColor?: {
43403
43488
  value: string;
43404
43489
  } | null | undefined;
@@ -43556,10 +43641,6 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
43556
43641
  assetScale?: number | null | undefined;
43557
43642
  } | null | undefined;
43558
43643
  }[] | null | undefined;
43559
- size?: {
43560
- width?: number | null | undefined;
43561
- height?: number | null | undefined;
43562
- } | null | undefined;
43563
43644
  renderCodeProperties?: {
43564
43645
  showCode: boolean;
43565
43646
  showControls?: boolean | undefined;
@@ -43680,6 +43761,10 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
43680
43761
  } | null | undefined;
43681
43762
  url?: string | null | undefined;
43682
43763
  tokenType?: "String" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
43764
+ size?: {
43765
+ width?: number | null | undefined;
43766
+ height?: number | null | undefined;
43767
+ } | null | undefined;
43683
43768
  backgroundColor?: {
43684
43769
  value: string;
43685
43770
  } | null | undefined;
@@ -43837,10 +43922,6 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
43837
43922
  assetScale?: number | null | undefined;
43838
43923
  } | null | undefined;
43839
43924
  }[] | null | undefined;
43840
- size?: {
43841
- width?: number | null | undefined;
43842
- height?: number | null | undefined;
43843
- } | null | undefined;
43844
43925
  renderCodeProperties?: {
43845
43926
  showCode: boolean;
43846
43927
  showControls?: boolean | undefined;
@@ -44077,6 +44158,10 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
44077
44158
  } | null | undefined;
44078
44159
  url?: string | null | undefined;
44079
44160
  tokenType?: "String" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
44161
+ size?: {
44162
+ width?: number | null | undefined;
44163
+ height?: number | null | undefined;
44164
+ } | null | undefined;
44080
44165
  backgroundColor?: {
44081
44166
  value: string;
44082
44167
  } | null | undefined;
@@ -44234,10 +44319,6 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
44234
44319
  assetScale?: number | null | undefined;
44235
44320
  } | null | undefined;
44236
44321
  }[] | null | undefined;
44237
- size?: {
44238
- width?: number | null | undefined;
44239
- height?: number | null | undefined;
44240
- } | null | undefined;
44241
44322
  renderCodeProperties?: {
44242
44323
  showCode: boolean;
44243
44324
  showControls?: boolean | undefined;
@@ -44358,6 +44439,10 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
44358
44439
  } | null | undefined;
44359
44440
  url?: string | null | undefined;
44360
44441
  tokenType?: "String" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
44442
+ size?: {
44443
+ width?: number | null | undefined;
44444
+ height?: number | null | undefined;
44445
+ } | null | undefined;
44361
44446
  backgroundColor?: {
44362
44447
  value: string;
44363
44448
  } | null | undefined;
@@ -44515,10 +44600,6 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
44515
44600
  assetScale?: number | null | undefined;
44516
44601
  } | null | undefined;
44517
44602
  }[] | null | undefined;
44518
- size?: {
44519
- width?: number | null | undefined;
44520
- height?: number | null | undefined;
44521
- } | null | undefined;
44522
44603
  renderCodeProperties?: {
44523
44604
  showCode: boolean;
44524
44605
  showControls?: boolean | undefined;
@@ -48717,6 +48798,10 @@ declare const PageBlockBaseV1: z.ZodObject<{
48717
48798
  } | undefined;
48718
48799
  url?: string | undefined;
48719
48800
  tokenType?: NonNullable<"String" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur"> | undefined;
48801
+ size?: {
48802
+ width: number;
48803
+ height: number;
48804
+ } | undefined;
48720
48805
  backgroundColor?: {
48721
48806
  value: string;
48722
48807
  } | undefined;
@@ -48874,10 +48959,6 @@ declare const PageBlockBaseV1: z.ZodObject<{
48874
48959
  assetScale?: number | undefined;
48875
48960
  } | undefined;
48876
48961
  }[] | undefined;
48877
- size?: {
48878
- width: number;
48879
- height: number;
48880
- } | undefined;
48881
48962
  renderCodeProperties?: {
48882
48963
  showCode: boolean;
48883
48964
  showControls?: boolean | undefined;
@@ -48997,6 +49078,10 @@ declare const PageBlockBaseV1: z.ZodObject<{
48997
49078
  } | null | undefined;
48998
49079
  url?: string | null | undefined;
48999
49080
  tokenType?: "String" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
49081
+ size?: {
49082
+ width?: number | null | undefined;
49083
+ height?: number | null | undefined;
49084
+ } | null | undefined;
49000
49085
  backgroundColor?: {
49001
49086
  value: string;
49002
49087
  } | null | undefined;
@@ -49154,10 +49239,6 @@ declare const PageBlockBaseV1: z.ZodObject<{
49154
49239
  assetScale?: number | null | undefined;
49155
49240
  } | null | undefined;
49156
49241
  }[] | null | undefined;
49157
- size?: {
49158
- width?: number | null | undefined;
49159
- height?: number | null | undefined;
49160
- } | null | undefined;
49161
49242
  renderCodeProperties?: {
49162
49243
  showCode: boolean;
49163
49244
  showControls?: boolean | undefined;
@@ -53088,6 +53169,10 @@ declare const DocumentationPageDataV1: z.ZodObject<{
53088
53169
  } | null | undefined;
53089
53170
  url?: string | null | undefined;
53090
53171
  tokenType?: "String" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
53172
+ size?: {
53173
+ width?: number | null | undefined;
53174
+ height?: number | null | undefined;
53175
+ } | null | undefined;
53091
53176
  backgroundColor?: {
53092
53177
  value: string;
53093
53178
  } | null | undefined;
@@ -53245,10 +53330,6 @@ declare const DocumentationPageDataV1: z.ZodObject<{
53245
53330
  assetScale?: number | null | undefined;
53246
53331
  } | null | undefined;
53247
53332
  }[] | null | undefined;
53248
- size?: {
53249
- width?: number | null | undefined;
53250
- height?: number | null | undefined;
53251
- } | null | undefined;
53252
53333
  renderCodeProperties?: {
53253
53334
  showCode: boolean;
53254
53335
  showControls?: boolean | undefined;
@@ -53369,6 +53450,10 @@ declare const DocumentationPageDataV1: z.ZodObject<{
53369
53450
  } | null | undefined;
53370
53451
  url?: string | null | undefined;
53371
53452
  tokenType?: "String" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
53453
+ size?: {
53454
+ width?: number | null | undefined;
53455
+ height?: number | null | undefined;
53456
+ } | null | undefined;
53372
53457
  backgroundColor?: {
53373
53458
  value: string;
53374
53459
  } | null | undefined;
@@ -53526,10 +53611,6 @@ declare const DocumentationPageDataV1: z.ZodObject<{
53526
53611
  assetScale?: number | null | undefined;
53527
53612
  } | null | undefined;
53528
53613
  }[] | null | undefined;
53529
- size?: {
53530
- width?: number | null | undefined;
53531
- height?: number | null | undefined;
53532
- } | null | undefined;
53533
53614
  renderCodeProperties?: {
53534
53615
  showCode: boolean;
53535
53616
  showControls?: boolean | undefined;
@@ -53996,6 +54077,10 @@ declare const DocumentationPageDataV1: z.ZodObject<{
53996
54077
  } | null | undefined;
53997
54078
  url?: string | null | undefined;
53998
54079
  tokenType?: "String" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
54080
+ size?: {
54081
+ width?: number | null | undefined;
54082
+ height?: number | null | undefined;
54083
+ } | null | undefined;
53999
54084
  backgroundColor?: {
54000
54085
  value: string;
54001
54086
  } | null | undefined;
@@ -54153,10 +54238,6 @@ declare const DocumentationPageDataV1: z.ZodObject<{
54153
54238
  assetScale?: number | null | undefined;
54154
54239
  } | null | undefined;
54155
54240
  }[] | null | undefined;
54156
- size?: {
54157
- width?: number | null | undefined;
54158
- height?: number | null | undefined;
54159
- } | null | undefined;
54160
54241
  renderCodeProperties?: {
54161
54242
  showCode: boolean;
54162
54243
  showControls?: boolean | undefined;
@@ -54277,6 +54358,10 @@ declare const DocumentationPageDataV1: z.ZodObject<{
54277
54358
  } | null | undefined;
54278
54359
  url?: string | null | undefined;
54279
54360
  tokenType?: "String" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
54361
+ size?: {
54362
+ width?: number | null | undefined;
54363
+ height?: number | null | undefined;
54364
+ } | null | undefined;
54280
54365
  backgroundColor?: {
54281
54366
  value: string;
54282
54367
  } | null | undefined;
@@ -54434,10 +54519,6 @@ declare const DocumentationPageDataV1: z.ZodObject<{
54434
54519
  assetScale?: number | null | undefined;
54435
54520
  } | null | undefined;
54436
54521
  }[] | null | undefined;
54437
- size?: {
54438
- width?: number | null | undefined;
54439
- height?: number | null | undefined;
54440
- } | null | undefined;
54441
54522
  renderCodeProperties?: {
54442
54523
  showCode: boolean;
54443
54524
  showControls?: boolean | undefined;
@@ -61513,6 +61594,10 @@ declare const DocumentationPageV1: z.ZodObject<z.objectUtil.extendShape<z.object
61513
61594
  } | null | undefined;
61514
61595
  url?: string | null | undefined;
61515
61596
  tokenType?: "String" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
61597
+ size?: {
61598
+ width?: number | null | undefined;
61599
+ height?: number | null | undefined;
61600
+ } | null | undefined;
61516
61601
  backgroundColor?: {
61517
61602
  value: string;
61518
61603
  } | null | undefined;
@@ -61670,10 +61755,6 @@ declare const DocumentationPageV1: z.ZodObject<z.objectUtil.extendShape<z.object
61670
61755
  assetScale?: number | null | undefined;
61671
61756
  } | null | undefined;
61672
61757
  }[] | null | undefined;
61673
- size?: {
61674
- width?: number | null | undefined;
61675
- height?: number | null | undefined;
61676
- } | null | undefined;
61677
61758
  renderCodeProperties?: {
61678
61759
  showCode: boolean;
61679
61760
  showControls?: boolean | undefined;
@@ -61794,6 +61875,10 @@ declare const DocumentationPageV1: z.ZodObject<z.objectUtil.extendShape<z.object
61794
61875
  } | null | undefined;
61795
61876
  url?: string | null | undefined;
61796
61877
  tokenType?: "String" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
61878
+ size?: {
61879
+ width?: number | null | undefined;
61880
+ height?: number | null | undefined;
61881
+ } | null | undefined;
61797
61882
  backgroundColor?: {
61798
61883
  value: string;
61799
61884
  } | null | undefined;
@@ -61951,10 +62036,6 @@ declare const DocumentationPageV1: z.ZodObject<z.objectUtil.extendShape<z.object
61951
62036
  assetScale?: number | null | undefined;
61952
62037
  } | null | undefined;
61953
62038
  }[] | null | undefined;
61954
- size?: {
61955
- width?: number | null | undefined;
61956
- height?: number | null | undefined;
61957
- } | null | undefined;
61958
62039
  renderCodeProperties?: {
61959
62040
  showCode: boolean;
61960
62041
  showControls?: boolean | undefined;
@@ -62421,6 +62502,10 @@ declare const DocumentationPageV1: z.ZodObject<z.objectUtil.extendShape<z.object
62421
62502
  } | null | undefined;
62422
62503
  url?: string | null | undefined;
62423
62504
  tokenType?: "String" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
62505
+ size?: {
62506
+ width?: number | null | undefined;
62507
+ height?: number | null | undefined;
62508
+ } | null | undefined;
62424
62509
  backgroundColor?: {
62425
62510
  value: string;
62426
62511
  } | null | undefined;
@@ -62578,10 +62663,6 @@ declare const DocumentationPageV1: z.ZodObject<z.objectUtil.extendShape<z.object
62578
62663
  assetScale?: number | null | undefined;
62579
62664
  } | null | undefined;
62580
62665
  }[] | null | undefined;
62581
- size?: {
62582
- width?: number | null | undefined;
62583
- height?: number | null | undefined;
62584
- } | null | undefined;
62585
62666
  renderCodeProperties?: {
62586
62667
  showCode: boolean;
62587
62668
  showControls?: boolean | undefined;
@@ -62702,6 +62783,10 @@ declare const DocumentationPageV1: z.ZodObject<z.objectUtil.extendShape<z.object
62702
62783
  } | null | undefined;
62703
62784
  url?: string | null | undefined;
62704
62785
  tokenType?: "String" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
62786
+ size?: {
62787
+ width?: number | null | undefined;
62788
+ height?: number | null | undefined;
62789
+ } | null | undefined;
62705
62790
  backgroundColor?: {
62706
62791
  value: string;
62707
62792
  } | null | undefined;
@@ -62859,10 +62944,6 @@ declare const DocumentationPageV1: z.ZodObject<z.objectUtil.extendShape<z.object
62859
62944
  assetScale?: number | null | undefined;
62860
62945
  } | null | undefined;
62861
62946
  }[] | null | undefined;
62862
- size?: {
62863
- width?: number | null | undefined;
62864
- height?: number | null | undefined;
62865
- } | null | undefined;
62866
62947
  renderCodeProperties?: {
62867
62948
  showCode: boolean;
62868
62949
  showControls?: boolean | undefined;
@@ -63143,6 +63224,10 @@ declare const DocumentationPageV1: z.ZodObject<z.objectUtil.extendShape<z.object
63143
63224
  } | null | undefined;
63144
63225
  url?: string | null | undefined;
63145
63226
  tokenType?: "String" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
63227
+ size?: {
63228
+ width?: number | null | undefined;
63229
+ height?: number | null | undefined;
63230
+ } | null | undefined;
63146
63231
  backgroundColor?: {
63147
63232
  value: string;
63148
63233
  } | null | undefined;
@@ -63300,10 +63385,6 @@ declare const DocumentationPageV1: z.ZodObject<z.objectUtil.extendShape<z.object
63300
63385
  assetScale?: number | null | undefined;
63301
63386
  } | null | undefined;
63302
63387
  }[] | null | undefined;
63303
- size?: {
63304
- width?: number | null | undefined;
63305
- height?: number | null | undefined;
63306
- } | null | undefined;
63307
63388
  renderCodeProperties?: {
63308
63389
  showCode: boolean;
63309
63390
  showControls?: boolean | undefined;
@@ -63424,6 +63505,10 @@ declare const DocumentationPageV1: z.ZodObject<z.objectUtil.extendShape<z.object
63424
63505
  } | null | undefined;
63425
63506
  url?: string | null | undefined;
63426
63507
  tokenType?: "String" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
63508
+ size?: {
63509
+ width?: number | null | undefined;
63510
+ height?: number | null | undefined;
63511
+ } | null | undefined;
63427
63512
  backgroundColor?: {
63428
63513
  value: string;
63429
63514
  } | null | undefined;
@@ -63581,10 +63666,6 @@ declare const DocumentationPageV1: z.ZodObject<z.objectUtil.extendShape<z.object
63581
63666
  assetScale?: number | null | undefined;
63582
63667
  } | null | undefined;
63583
63668
  }[] | null | undefined;
63584
- size?: {
63585
- width?: number | null | undefined;
63586
- height?: number | null | undefined;
63587
- } | null | undefined;
63588
63669
  renderCodeProperties?: {
63589
63670
  showCode: boolean;
63590
63671
  showControls?: boolean | undefined;
@@ -64770,6 +64851,10 @@ declare const DocumentationPageV2: z.ZodObject<z.objectUtil.extendShape<z.object
64770
64851
  } | null | undefined;
64771
64852
  url?: string | null | undefined;
64772
64853
  tokenType?: "String" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
64854
+ size?: {
64855
+ width?: number | null | undefined;
64856
+ height?: number | null | undefined;
64857
+ } | null | undefined;
64773
64858
  backgroundColor?: {
64774
64859
  value: string;
64775
64860
  } | null | undefined;
@@ -64927,10 +65012,6 @@ declare const DocumentationPageV2: z.ZodObject<z.objectUtil.extendShape<z.object
64927
65012
  assetScale?: number | null | undefined;
64928
65013
  } | null | undefined;
64929
65014
  }[] | null | undefined;
64930
- size?: {
64931
- width?: number | null | undefined;
64932
- height?: number | null | undefined;
64933
- } | null | undefined;
64934
65015
  renderCodeProperties?: {
64935
65016
  showCode: boolean;
64936
65017
  showControls?: boolean | undefined;
@@ -65051,6 +65132,10 @@ declare const DocumentationPageV2: z.ZodObject<z.objectUtil.extendShape<z.object
65051
65132
  } | null | undefined;
65052
65133
  url?: string | null | undefined;
65053
65134
  tokenType?: "String" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
65135
+ size?: {
65136
+ width?: number | null | undefined;
65137
+ height?: number | null | undefined;
65138
+ } | null | undefined;
65054
65139
  backgroundColor?: {
65055
65140
  value: string;
65056
65141
  } | null | undefined;
@@ -65208,10 +65293,6 @@ declare const DocumentationPageV2: z.ZodObject<z.objectUtil.extendShape<z.object
65208
65293
  assetScale?: number | null | undefined;
65209
65294
  } | null | undefined;
65210
65295
  }[] | null | undefined;
65211
- size?: {
65212
- width?: number | null | undefined;
65213
- height?: number | null | undefined;
65214
- } | null | undefined;
65215
65296
  renderCodeProperties?: {
65216
65297
  showCode: boolean;
65217
65298
  showControls?: boolean | undefined;
@@ -65400,6 +65481,10 @@ declare const DocumentationPageV2: z.ZodObject<z.objectUtil.extendShape<z.object
65400
65481
  } | null | undefined;
65401
65482
  url?: string | null | undefined;
65402
65483
  tokenType?: "String" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
65484
+ size?: {
65485
+ width?: number | null | undefined;
65486
+ height?: number | null | undefined;
65487
+ } | null | undefined;
65403
65488
  backgroundColor?: {
65404
65489
  value: string;
65405
65490
  } | null | undefined;
@@ -65557,10 +65642,6 @@ declare const DocumentationPageV2: z.ZodObject<z.objectUtil.extendShape<z.object
65557
65642
  assetScale?: number | null | undefined;
65558
65643
  } | null | undefined;
65559
65644
  }[] | null | undefined;
65560
- size?: {
65561
- width?: number | null | undefined;
65562
- height?: number | null | undefined;
65563
- } | null | undefined;
65564
65645
  renderCodeProperties?: {
65565
65646
  showCode: boolean;
65566
65647
  showControls?: boolean | undefined;
@@ -65681,6 +65762,10 @@ declare const DocumentationPageV2: z.ZodObject<z.objectUtil.extendShape<z.object
65681
65762
  } | null | undefined;
65682
65763
  url?: string | null | undefined;
65683
65764
  tokenType?: "String" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
65765
+ size?: {
65766
+ width?: number | null | undefined;
65767
+ height?: number | null | undefined;
65768
+ } | null | undefined;
65684
65769
  backgroundColor?: {
65685
65770
  value: string;
65686
65771
  } | null | undefined;
@@ -65838,10 +65923,6 @@ declare const DocumentationPageV2: z.ZodObject<z.objectUtil.extendShape<z.object
65838
65923
  assetScale?: number | null | undefined;
65839
65924
  } | null | undefined;
65840
65925
  }[] | null | undefined;
65841
- size?: {
65842
- width?: number | null | undefined;
65843
- height?: number | null | undefined;
65844
- } | null | undefined;
65845
65926
  renderCodeProperties?: {
65846
65927
  showCode: boolean;
65847
65928
  showControls?: boolean | undefined;
@@ -66048,6 +66129,10 @@ declare const DocumentationPageV2: z.ZodObject<z.objectUtil.extendShape<z.object
66048
66129
  } | null | undefined;
66049
66130
  url?: string | null | undefined;
66050
66131
  tokenType?: "String" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
66132
+ size?: {
66133
+ width?: number | null | undefined;
66134
+ height?: number | null | undefined;
66135
+ } | null | undefined;
66051
66136
  backgroundColor?: {
66052
66137
  value: string;
66053
66138
  } | null | undefined;
@@ -66205,10 +66290,6 @@ declare const DocumentationPageV2: z.ZodObject<z.objectUtil.extendShape<z.object
66205
66290
  assetScale?: number | null | undefined;
66206
66291
  } | null | undefined;
66207
66292
  }[] | null | undefined;
66208
- size?: {
66209
- width?: number | null | undefined;
66210
- height?: number | null | undefined;
66211
- } | null | undefined;
66212
66293
  renderCodeProperties?: {
66213
66294
  showCode: boolean;
66214
66295
  showControls?: boolean | undefined;
@@ -66329,6 +66410,10 @@ declare const DocumentationPageV2: z.ZodObject<z.objectUtil.extendShape<z.object
66329
66410
  } | null | undefined;
66330
66411
  url?: string | null | undefined;
66331
66412
  tokenType?: "String" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
66413
+ size?: {
66414
+ width?: number | null | undefined;
66415
+ height?: number | null | undefined;
66416
+ } | null | undefined;
66332
66417
  backgroundColor?: {
66333
66418
  value: string;
66334
66419
  } | null | undefined;
@@ -66486,10 +66571,6 @@ declare const DocumentationPageV2: z.ZodObject<z.objectUtil.extendShape<z.object
66486
66571
  assetScale?: number | null | undefined;
66487
66572
  } | null | undefined;
66488
66573
  }[] | null | undefined;
66489
- size?: {
66490
- width?: number | null | undefined;
66491
- height?: number | null | undefined;
66492
- } | null | undefined;
66493
66574
  renderCodeProperties?: {
66494
66575
  showCode: boolean;
66495
66576
  showControls?: boolean | undefined;
@@ -158315,6 +158396,10 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
158315
158396
  } | null | undefined;
158316
158397
  url?: string | null | undefined;
158317
158398
  tokenType?: "String" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
158399
+ size?: {
158400
+ width?: number | null | undefined;
158401
+ height?: number | null | undefined;
158402
+ } | null | undefined;
158318
158403
  backgroundColor?: {
158319
158404
  value: string;
158320
158405
  } | null | undefined;
@@ -158472,10 +158557,6 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
158472
158557
  assetScale?: number | null | undefined;
158473
158558
  } | null | undefined;
158474
158559
  }[] | null | undefined;
158475
- size?: {
158476
- width?: number | null | undefined;
158477
- height?: number | null | undefined;
158478
- } | null | undefined;
158479
158560
  renderCodeProperties?: {
158480
158561
  showCode: boolean;
158481
158562
  showControls?: boolean | undefined;
@@ -158596,6 +158677,10 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
158596
158677
  } | null | undefined;
158597
158678
  url?: string | null | undefined;
158598
158679
  tokenType?: "String" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
158680
+ size?: {
158681
+ width?: number | null | undefined;
158682
+ height?: number | null | undefined;
158683
+ } | null | undefined;
158599
158684
  backgroundColor?: {
158600
158685
  value: string;
158601
158686
  } | null | undefined;
@@ -158753,10 +158838,6 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
158753
158838
  assetScale?: number | null | undefined;
158754
158839
  } | null | undefined;
158755
158840
  }[] | null | undefined;
158756
- size?: {
158757
- width?: number | null | undefined;
158758
- height?: number | null | undefined;
158759
- } | null | undefined;
158760
158841
  renderCodeProperties?: {
158761
158842
  showCode: boolean;
158762
158843
  showControls?: boolean | undefined;
@@ -158945,6 +159026,10 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
158945
159026
  } | null | undefined;
158946
159027
  url?: string | null | undefined;
158947
159028
  tokenType?: "String" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
159029
+ size?: {
159030
+ width?: number | null | undefined;
159031
+ height?: number | null | undefined;
159032
+ } | null | undefined;
158948
159033
  backgroundColor?: {
158949
159034
  value: string;
158950
159035
  } | null | undefined;
@@ -159102,10 +159187,6 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
159102
159187
  assetScale?: number | null | undefined;
159103
159188
  } | null | undefined;
159104
159189
  }[] | null | undefined;
159105
- size?: {
159106
- width?: number | null | undefined;
159107
- height?: number | null | undefined;
159108
- } | null | undefined;
159109
159190
  renderCodeProperties?: {
159110
159191
  showCode: boolean;
159111
159192
  showControls?: boolean | undefined;
@@ -159226,6 +159307,10 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
159226
159307
  } | null | undefined;
159227
159308
  url?: string | null | undefined;
159228
159309
  tokenType?: "String" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
159310
+ size?: {
159311
+ width?: number | null | undefined;
159312
+ height?: number | null | undefined;
159313
+ } | null | undefined;
159229
159314
  backgroundColor?: {
159230
159315
  value: string;
159231
159316
  } | null | undefined;
@@ -159383,10 +159468,6 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
159383
159468
  assetScale?: number | null | undefined;
159384
159469
  } | null | undefined;
159385
159470
  }[] | null | undefined;
159386
- size?: {
159387
- width?: number | null | undefined;
159388
- height?: number | null | undefined;
159389
- } | null | undefined;
159390
159471
  renderCodeProperties?: {
159391
159472
  showCode: boolean;
159392
159473
  showControls?: boolean | undefined;
@@ -159593,6 +159674,10 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
159593
159674
  } | null | undefined;
159594
159675
  url?: string | null | undefined;
159595
159676
  tokenType?: "String" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
159677
+ size?: {
159678
+ width?: number | null | undefined;
159679
+ height?: number | null | undefined;
159680
+ } | null | undefined;
159596
159681
  backgroundColor?: {
159597
159682
  value: string;
159598
159683
  } | null | undefined;
@@ -159750,10 +159835,6 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
159750
159835
  assetScale?: number | null | undefined;
159751
159836
  } | null | undefined;
159752
159837
  }[] | null | undefined;
159753
- size?: {
159754
- width?: number | null | undefined;
159755
- height?: number | null | undefined;
159756
- } | null | undefined;
159757
159838
  renderCodeProperties?: {
159758
159839
  showCode: boolean;
159759
159840
  showControls?: boolean | undefined;
@@ -159874,6 +159955,10 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
159874
159955
  } | null | undefined;
159875
159956
  url?: string | null | undefined;
159876
159957
  tokenType?: "String" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
159958
+ size?: {
159959
+ width?: number | null | undefined;
159960
+ height?: number | null | undefined;
159961
+ } | null | undefined;
159877
159962
  backgroundColor?: {
159878
159963
  value: string;
159879
159964
  } | null | undefined;
@@ -160031,10 +160116,6 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
160031
160116
  assetScale?: number | null | undefined;
160032
160117
  } | null | undefined;
160033
160118
  }[] | null | undefined;
160034
- size?: {
160035
- width?: number | null | undefined;
160036
- height?: number | null | undefined;
160037
- } | null | undefined;
160038
160119
  renderCodeProperties?: {
160039
160120
  showCode: boolean;
160040
160121
  showControls?: boolean | undefined;
@@ -160662,6 +160743,10 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
160662
160743
  } | null | undefined;
160663
160744
  url?: string | null | undefined;
160664
160745
  tokenType?: "String" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
160746
+ size?: {
160747
+ width?: number | null | undefined;
160748
+ height?: number | null | undefined;
160749
+ } | null | undefined;
160665
160750
  backgroundColor?: {
160666
160751
  value: string;
160667
160752
  } | null | undefined;
@@ -160819,10 +160904,6 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
160819
160904
  assetScale?: number | null | undefined;
160820
160905
  } | null | undefined;
160821
160906
  }[] | null | undefined;
160822
- size?: {
160823
- width?: number | null | undefined;
160824
- height?: number | null | undefined;
160825
- } | null | undefined;
160826
160907
  renderCodeProperties?: {
160827
160908
  showCode: boolean;
160828
160909
  showControls?: boolean | undefined;
@@ -160943,6 +161024,10 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
160943
161024
  } | null | undefined;
160944
161025
  url?: string | null | undefined;
160945
161026
  tokenType?: "String" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
161027
+ size?: {
161028
+ width?: number | null | undefined;
161029
+ height?: number | null | undefined;
161030
+ } | null | undefined;
160946
161031
  backgroundColor?: {
160947
161032
  value: string;
160948
161033
  } | null | undefined;
@@ -161100,10 +161185,6 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
161100
161185
  assetScale?: number | null | undefined;
161101
161186
  } | null | undefined;
161102
161187
  }[] | null | undefined;
161103
- size?: {
161104
- width?: number | null | undefined;
161105
- height?: number | null | undefined;
161106
- } | null | undefined;
161107
161188
  renderCodeProperties?: {
161108
161189
  showCode: boolean;
161109
161190
  showControls?: boolean | undefined;
@@ -161292,6 +161373,10 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
161292
161373
  } | null | undefined;
161293
161374
  url?: string | null | undefined;
161294
161375
  tokenType?: "String" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
161376
+ size?: {
161377
+ width?: number | null | undefined;
161378
+ height?: number | null | undefined;
161379
+ } | null | undefined;
161295
161380
  backgroundColor?: {
161296
161381
  value: string;
161297
161382
  } | null | undefined;
@@ -161449,10 +161534,6 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
161449
161534
  assetScale?: number | null | undefined;
161450
161535
  } | null | undefined;
161451
161536
  }[] | null | undefined;
161452
- size?: {
161453
- width?: number | null | undefined;
161454
- height?: number | null | undefined;
161455
- } | null | undefined;
161456
161537
  renderCodeProperties?: {
161457
161538
  showCode: boolean;
161458
161539
  showControls?: boolean | undefined;
@@ -161573,6 +161654,10 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
161573
161654
  } | null | undefined;
161574
161655
  url?: string | null | undefined;
161575
161656
  tokenType?: "String" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
161657
+ size?: {
161658
+ width?: number | null | undefined;
161659
+ height?: number | null | undefined;
161660
+ } | null | undefined;
161576
161661
  backgroundColor?: {
161577
161662
  value: string;
161578
161663
  } | null | undefined;
@@ -161730,10 +161815,6 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
161730
161815
  assetScale?: number | null | undefined;
161731
161816
  } | null | undefined;
161732
161817
  }[] | null | undefined;
161733
- size?: {
161734
- width?: number | null | undefined;
161735
- height?: number | null | undefined;
161736
- } | null | undefined;
161737
161818
  renderCodeProperties?: {
161738
161819
  showCode: boolean;
161739
161820
  showControls?: boolean | undefined;
@@ -161940,6 +162021,10 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
161940
162021
  } | null | undefined;
161941
162022
  url?: string | null | undefined;
161942
162023
  tokenType?: "String" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
162024
+ size?: {
162025
+ width?: number | null | undefined;
162026
+ height?: number | null | undefined;
162027
+ } | null | undefined;
161943
162028
  backgroundColor?: {
161944
162029
  value: string;
161945
162030
  } | null | undefined;
@@ -162097,10 +162182,6 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
162097
162182
  assetScale?: number | null | undefined;
162098
162183
  } | null | undefined;
162099
162184
  }[] | null | undefined;
162100
- size?: {
162101
- width?: number | null | undefined;
162102
- height?: number | null | undefined;
162103
- } | null | undefined;
162104
162185
  renderCodeProperties?: {
162105
162186
  showCode: boolean;
162106
162187
  showControls?: boolean | undefined;
@@ -162221,6 +162302,10 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
162221
162302
  } | null | undefined;
162222
162303
  url?: string | null | undefined;
162223
162304
  tokenType?: "String" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
162305
+ size?: {
162306
+ width?: number | null | undefined;
162307
+ height?: number | null | undefined;
162308
+ } | null | undefined;
162224
162309
  backgroundColor?: {
162225
162310
  value: string;
162226
162311
  } | null | undefined;
@@ -162378,10 +162463,6 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
162378
162463
  assetScale?: number | null | undefined;
162379
162464
  } | null | undefined;
162380
162465
  }[] | null | undefined;
162381
- size?: {
162382
- width?: number | null | undefined;
162383
- height?: number | null | undefined;
162384
- } | null | undefined;
162385
162466
  renderCodeProperties?: {
162386
162467
  showCode: boolean;
162387
162468
  showControls?: boolean | undefined;
@@ -162618,6 +162699,10 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
162618
162699
  } | null | undefined;
162619
162700
  url?: string | null | undefined;
162620
162701
  tokenType?: "String" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
162702
+ size?: {
162703
+ width?: number | null | undefined;
162704
+ height?: number | null | undefined;
162705
+ } | null | undefined;
162621
162706
  backgroundColor?: {
162622
162707
  value: string;
162623
162708
  } | null | undefined;
@@ -162775,10 +162860,6 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
162775
162860
  assetScale?: number | null | undefined;
162776
162861
  } | null | undefined;
162777
162862
  }[] | null | undefined;
162778
- size?: {
162779
- width?: number | null | undefined;
162780
- height?: number | null | undefined;
162781
- } | null | undefined;
162782
162863
  renderCodeProperties?: {
162783
162864
  showCode: boolean;
162784
162865
  showControls?: boolean | undefined;
@@ -162899,6 +162980,10 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
162899
162980
  } | null | undefined;
162900
162981
  url?: string | null | undefined;
162901
162982
  tokenType?: "String" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
162983
+ size?: {
162984
+ width?: number | null | undefined;
162985
+ height?: number | null | undefined;
162986
+ } | null | undefined;
162902
162987
  backgroundColor?: {
162903
162988
  value: string;
162904
162989
  } | null | undefined;
@@ -163056,10 +163141,6 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
163056
163141
  assetScale?: number | null | undefined;
163057
163142
  } | null | undefined;
163058
163143
  }[] | null | undefined;
163059
- size?: {
163060
- width?: number | null | undefined;
163061
- height?: number | null | undefined;
163062
- } | null | undefined;
163063
163144
  renderCodeProperties?: {
163064
163145
  showCode: boolean;
163065
163146
  showControls?: boolean | undefined;
@@ -164049,6 +164130,10 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
164049
164130
  } | null | undefined;
164050
164131
  url?: string | null | undefined;
164051
164132
  tokenType?: "String" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
164133
+ size?: {
164134
+ width?: number | null | undefined;
164135
+ height?: number | null | undefined;
164136
+ } | null | undefined;
164052
164137
  backgroundColor?: {
164053
164138
  value: string;
164054
164139
  } | null | undefined;
@@ -164206,10 +164291,6 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
164206
164291
  assetScale?: number | null | undefined;
164207
164292
  } | null | undefined;
164208
164293
  }[] | null | undefined;
164209
- size?: {
164210
- width?: number | null | undefined;
164211
- height?: number | null | undefined;
164212
- } | null | undefined;
164213
164294
  renderCodeProperties?: {
164214
164295
  showCode: boolean;
164215
164296
  showControls?: boolean | undefined;
@@ -164330,6 +164411,10 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
164330
164411
  } | null | undefined;
164331
164412
  url?: string | null | undefined;
164332
164413
  tokenType?: "String" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
164414
+ size?: {
164415
+ width?: number | null | undefined;
164416
+ height?: number | null | undefined;
164417
+ } | null | undefined;
164333
164418
  backgroundColor?: {
164334
164419
  value: string;
164335
164420
  } | null | undefined;
@@ -164487,10 +164572,6 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
164487
164572
  assetScale?: number | null | undefined;
164488
164573
  } | null | undefined;
164489
164574
  }[] | null | undefined;
164490
- size?: {
164491
- width?: number | null | undefined;
164492
- height?: number | null | undefined;
164493
- } | null | undefined;
164494
164575
  renderCodeProperties?: {
164495
164576
  showCode: boolean;
164496
164577
  showControls?: boolean | undefined;
@@ -164664,6 +164745,10 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
164664
164745
  } | null | undefined;
164665
164746
  url?: string | null | undefined;
164666
164747
  tokenType?: "String" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
164748
+ size?: {
164749
+ width?: number | null | undefined;
164750
+ height?: number | null | undefined;
164751
+ } | null | undefined;
164667
164752
  backgroundColor?: {
164668
164753
  value: string;
164669
164754
  } | null | undefined;
@@ -164821,10 +164906,6 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
164821
164906
  assetScale?: number | null | undefined;
164822
164907
  } | null | undefined;
164823
164908
  }[] | null | undefined;
164824
- size?: {
164825
- width?: number | null | undefined;
164826
- height?: number | null | undefined;
164827
- } | null | undefined;
164828
164909
  renderCodeProperties?: {
164829
164910
  showCode: boolean;
164830
164911
  showControls?: boolean | undefined;
@@ -164945,6 +165026,10 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
164945
165026
  } | null | undefined;
164946
165027
  url?: string | null | undefined;
164947
165028
  tokenType?: "String" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
165029
+ size?: {
165030
+ width?: number | null | undefined;
165031
+ height?: number | null | undefined;
165032
+ } | null | undefined;
164948
165033
  backgroundColor?: {
164949
165034
  value: string;
164950
165035
  } | null | undefined;
@@ -165102,10 +165187,6 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
165102
165187
  assetScale?: number | null | undefined;
165103
165188
  } | null | undefined;
165104
165189
  }[] | null | undefined;
165105
- size?: {
165106
- width?: number | null | undefined;
165107
- height?: number | null | undefined;
165108
- } | null | undefined;
165109
165190
  renderCodeProperties?: {
165110
165191
  showCode: boolean;
165111
165192
  showControls?: boolean | undefined;
@@ -165488,6 +165569,10 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
165488
165569
  } | null | undefined;
165489
165570
  url?: string | null | undefined;
165490
165571
  tokenType?: "String" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
165572
+ size?: {
165573
+ width?: number | null | undefined;
165574
+ height?: number | null | undefined;
165575
+ } | null | undefined;
165491
165576
  backgroundColor?: {
165492
165577
  value: string;
165493
165578
  } | null | undefined;
@@ -165645,10 +165730,6 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
165645
165730
  assetScale?: number | null | undefined;
165646
165731
  } | null | undefined;
165647
165732
  }[] | null | undefined;
165648
- size?: {
165649
- width?: number | null | undefined;
165650
- height?: number | null | undefined;
165651
- } | null | undefined;
165652
165733
  renderCodeProperties?: {
165653
165734
  showCode: boolean;
165654
165735
  showControls?: boolean | undefined;
@@ -165769,6 +165850,10 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
165769
165850
  } | null | undefined;
165770
165851
  url?: string | null | undefined;
165771
165852
  tokenType?: "String" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
165853
+ size?: {
165854
+ width?: number | null | undefined;
165855
+ height?: number | null | undefined;
165856
+ } | null | undefined;
165772
165857
  backgroundColor?: {
165773
165858
  value: string;
165774
165859
  } | null | undefined;
@@ -165926,10 +166011,6 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
165926
166011
  assetScale?: number | null | undefined;
165927
166012
  } | null | undefined;
165928
166013
  }[] | null | undefined;
165929
- size?: {
165930
- width?: number | null | undefined;
165931
- height?: number | null | undefined;
165932
- } | null | undefined;
165933
166014
  renderCodeProperties?: {
165934
166015
  showCode: boolean;
165935
166016
  showControls?: boolean | undefined;
@@ -166118,6 +166199,10 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
166118
166199
  } | null | undefined;
166119
166200
  url?: string | null | undefined;
166120
166201
  tokenType?: "String" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
166202
+ size?: {
166203
+ width?: number | null | undefined;
166204
+ height?: number | null | undefined;
166205
+ } | null | undefined;
166121
166206
  backgroundColor?: {
166122
166207
  value: string;
166123
166208
  } | null | undefined;
@@ -166275,10 +166360,6 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
166275
166360
  assetScale?: number | null | undefined;
166276
166361
  } | null | undefined;
166277
166362
  }[] | null | undefined;
166278
- size?: {
166279
- width?: number | null | undefined;
166280
- height?: number | null | undefined;
166281
- } | null | undefined;
166282
166363
  renderCodeProperties?: {
166283
166364
  showCode: boolean;
166284
166365
  showControls?: boolean | undefined;
@@ -166399,6 +166480,10 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
166399
166480
  } | null | undefined;
166400
166481
  url?: string | null | undefined;
166401
166482
  tokenType?: "String" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
166483
+ size?: {
166484
+ width?: number | null | undefined;
166485
+ height?: number | null | undefined;
166486
+ } | null | undefined;
166402
166487
  backgroundColor?: {
166403
166488
  value: string;
166404
166489
  } | null | undefined;
@@ -166556,10 +166641,6 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
166556
166641
  assetScale?: number | null | undefined;
166557
166642
  } | null | undefined;
166558
166643
  }[] | null | undefined;
166559
- size?: {
166560
- width?: number | null | undefined;
166561
- height?: number | null | undefined;
166562
- } | null | undefined;
166563
166644
  renderCodeProperties?: {
166564
166645
  showCode: boolean;
166565
166646
  showControls?: boolean | undefined;
@@ -166766,6 +166847,10 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
166766
166847
  } | null | undefined;
166767
166848
  url?: string | null | undefined;
166768
166849
  tokenType?: "String" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
166850
+ size?: {
166851
+ width?: number | null | undefined;
166852
+ height?: number | null | undefined;
166853
+ } | null | undefined;
166769
166854
  backgroundColor?: {
166770
166855
  value: string;
166771
166856
  } | null | undefined;
@@ -166923,10 +167008,6 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
166923
167008
  assetScale?: number | null | undefined;
166924
167009
  } | null | undefined;
166925
167010
  }[] | null | undefined;
166926
- size?: {
166927
- width?: number | null | undefined;
166928
- height?: number | null | undefined;
166929
- } | null | undefined;
166930
167011
  renderCodeProperties?: {
166931
167012
  showCode: boolean;
166932
167013
  showControls?: boolean | undefined;
@@ -167047,6 +167128,10 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
167047
167128
  } | null | undefined;
167048
167129
  url?: string | null | undefined;
167049
167130
  tokenType?: "String" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
167131
+ size?: {
167132
+ width?: number | null | undefined;
167133
+ height?: number | null | undefined;
167134
+ } | null | undefined;
167050
167135
  backgroundColor?: {
167051
167136
  value: string;
167052
167137
  } | null | undefined;
@@ -167204,10 +167289,6 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
167204
167289
  assetScale?: number | null | undefined;
167205
167290
  } | null | undefined;
167206
167291
  }[] | null | undefined;
167207
- size?: {
167208
- width?: number | null | undefined;
167209
- height?: number | null | undefined;
167210
- } | null | undefined;
167211
167292
  renderCodeProperties?: {
167212
167293
  showCode: boolean;
167213
167294
  showControls?: boolean | undefined;
@@ -167837,6 +167918,10 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
167837
167918
  } | null | undefined;
167838
167919
  url?: string | null | undefined;
167839
167920
  tokenType?: "String" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
167921
+ size?: {
167922
+ width?: number | null | undefined;
167923
+ height?: number | null | undefined;
167924
+ } | null | undefined;
167840
167925
  backgroundColor?: {
167841
167926
  value: string;
167842
167927
  } | null | undefined;
@@ -167994,10 +168079,6 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
167994
168079
  assetScale?: number | null | undefined;
167995
168080
  } | null | undefined;
167996
168081
  }[] | null | undefined;
167997
- size?: {
167998
- width?: number | null | undefined;
167999
- height?: number | null | undefined;
168000
- } | null | undefined;
168001
168082
  renderCodeProperties?: {
168002
168083
  showCode: boolean;
168003
168084
  showControls?: boolean | undefined;
@@ -168118,6 +168199,10 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
168118
168199
  } | null | undefined;
168119
168200
  url?: string | null | undefined;
168120
168201
  tokenType?: "String" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
168202
+ size?: {
168203
+ width?: number | null | undefined;
168204
+ height?: number | null | undefined;
168205
+ } | null | undefined;
168121
168206
  backgroundColor?: {
168122
168207
  value: string;
168123
168208
  } | null | undefined;
@@ -168275,10 +168360,6 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
168275
168360
  assetScale?: number | null | undefined;
168276
168361
  } | null | undefined;
168277
168362
  }[] | null | undefined;
168278
- size?: {
168279
- width?: number | null | undefined;
168280
- height?: number | null | undefined;
168281
- } | null | undefined;
168282
168363
  renderCodeProperties?: {
168283
168364
  showCode: boolean;
168284
168365
  showControls?: boolean | undefined;
@@ -168467,6 +168548,10 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
168467
168548
  } | null | undefined;
168468
168549
  url?: string | null | undefined;
168469
168550
  tokenType?: "String" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
168551
+ size?: {
168552
+ width?: number | null | undefined;
168553
+ height?: number | null | undefined;
168554
+ } | null | undefined;
168470
168555
  backgroundColor?: {
168471
168556
  value: string;
168472
168557
  } | null | undefined;
@@ -168624,10 +168709,6 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
168624
168709
  assetScale?: number | null | undefined;
168625
168710
  } | null | undefined;
168626
168711
  }[] | null | undefined;
168627
- size?: {
168628
- width?: number | null | undefined;
168629
- height?: number | null | undefined;
168630
- } | null | undefined;
168631
168712
  renderCodeProperties?: {
168632
168713
  showCode: boolean;
168633
168714
  showControls?: boolean | undefined;
@@ -168748,6 +168829,10 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
168748
168829
  } | null | undefined;
168749
168830
  url?: string | null | undefined;
168750
168831
  tokenType?: "String" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
168832
+ size?: {
168833
+ width?: number | null | undefined;
168834
+ height?: number | null | undefined;
168835
+ } | null | undefined;
168751
168836
  backgroundColor?: {
168752
168837
  value: string;
168753
168838
  } | null | undefined;
@@ -168905,10 +168990,6 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
168905
168990
  assetScale?: number | null | undefined;
168906
168991
  } | null | undefined;
168907
168992
  }[] | null | undefined;
168908
- size?: {
168909
- width?: number | null | undefined;
168910
- height?: number | null | undefined;
168911
- } | null | undefined;
168912
168993
  renderCodeProperties?: {
168913
168994
  showCode: boolean;
168914
168995
  showControls?: boolean | undefined;
@@ -169115,6 +169196,10 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
169115
169196
  } | null | undefined;
169116
169197
  url?: string | null | undefined;
169117
169198
  tokenType?: "String" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
169199
+ size?: {
169200
+ width?: number | null | undefined;
169201
+ height?: number | null | undefined;
169202
+ } | null | undefined;
169118
169203
  backgroundColor?: {
169119
169204
  value: string;
169120
169205
  } | null | undefined;
@@ -169272,10 +169357,6 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
169272
169357
  assetScale?: number | null | undefined;
169273
169358
  } | null | undefined;
169274
169359
  }[] | null | undefined;
169275
- size?: {
169276
- width?: number | null | undefined;
169277
- height?: number | null | undefined;
169278
- } | null | undefined;
169279
169360
  renderCodeProperties?: {
169280
169361
  showCode: boolean;
169281
169362
  showControls?: boolean | undefined;
@@ -169396,6 +169477,10 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
169396
169477
  } | null | undefined;
169397
169478
  url?: string | null | undefined;
169398
169479
  tokenType?: "String" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
169480
+ size?: {
169481
+ width?: number | null | undefined;
169482
+ height?: number | null | undefined;
169483
+ } | null | undefined;
169399
169484
  backgroundColor?: {
169400
169485
  value: string;
169401
169486
  } | null | undefined;
@@ -169553,10 +169638,6 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
169553
169638
  assetScale?: number | null | undefined;
169554
169639
  } | null | undefined;
169555
169640
  }[] | null | undefined;
169556
- size?: {
169557
- width?: number | null | undefined;
169558
- height?: number | null | undefined;
169559
- } | null | undefined;
169560
169641
  renderCodeProperties?: {
169561
169642
  showCode: boolean;
169562
169643
  showControls?: boolean | undefined;
@@ -169793,6 +169874,10 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
169793
169874
  } | null | undefined;
169794
169875
  url?: string | null | undefined;
169795
169876
  tokenType?: "String" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
169877
+ size?: {
169878
+ width?: number | null | undefined;
169879
+ height?: number | null | undefined;
169880
+ } | null | undefined;
169796
169881
  backgroundColor?: {
169797
169882
  value: string;
169798
169883
  } | null | undefined;
@@ -169950,10 +170035,6 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
169950
170035
  assetScale?: number | null | undefined;
169951
170036
  } | null | undefined;
169952
170037
  }[] | null | undefined;
169953
- size?: {
169954
- width?: number | null | undefined;
169955
- height?: number | null | undefined;
169956
- } | null | undefined;
169957
170038
  renderCodeProperties?: {
169958
170039
  showCode: boolean;
169959
170040
  showControls?: boolean | undefined;
@@ -170074,6 +170155,10 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
170074
170155
  } | null | undefined;
170075
170156
  url?: string | null | undefined;
170076
170157
  tokenType?: "String" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
170158
+ size?: {
170159
+ width?: number | null | undefined;
170160
+ height?: number | null | undefined;
170161
+ } | null | undefined;
170077
170162
  backgroundColor?: {
170078
170163
  value: string;
170079
170164
  } | null | undefined;
@@ -170231,10 +170316,6 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
170231
170316
  assetScale?: number | null | undefined;
170232
170317
  } | null | undefined;
170233
170318
  }[] | null | undefined;
170234
- size?: {
170235
- width?: number | null | undefined;
170236
- height?: number | null | undefined;
170237
- } | null | undefined;
170238
170319
  renderCodeProperties?: {
170239
170320
  showCode: boolean;
170240
170321
  showControls?: boolean | undefined;
@@ -171212,6 +171293,10 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
171212
171293
  } | null | undefined;
171213
171294
  url?: string | null | undefined;
171214
171295
  tokenType?: "String" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
171296
+ size?: {
171297
+ width?: number | null | undefined;
171298
+ height?: number | null | undefined;
171299
+ } | null | undefined;
171215
171300
  backgroundColor?: {
171216
171301
  value: string;
171217
171302
  } | null | undefined;
@@ -171369,10 +171454,6 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
171369
171454
  assetScale?: number | null | undefined;
171370
171455
  } | null | undefined;
171371
171456
  }[] | null | undefined;
171372
- size?: {
171373
- width?: number | null | undefined;
171374
- height?: number | null | undefined;
171375
- } | null | undefined;
171376
171457
  renderCodeProperties?: {
171377
171458
  showCode: boolean;
171378
171459
  showControls?: boolean | undefined;
@@ -171493,6 +171574,10 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
171493
171574
  } | null | undefined;
171494
171575
  url?: string | null | undefined;
171495
171576
  tokenType?: "String" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
171577
+ size?: {
171578
+ width?: number | null | undefined;
171579
+ height?: number | null | undefined;
171580
+ } | null | undefined;
171496
171581
  backgroundColor?: {
171497
171582
  value: string;
171498
171583
  } | null | undefined;
@@ -171650,10 +171735,6 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
171650
171735
  assetScale?: number | null | undefined;
171651
171736
  } | null | undefined;
171652
171737
  }[] | null | undefined;
171653
- size?: {
171654
- width?: number | null | undefined;
171655
- height?: number | null | undefined;
171656
- } | null | undefined;
171657
171738
  renderCodeProperties?: {
171658
171739
  showCode: boolean;
171659
171740
  showControls?: boolean | undefined;
@@ -171827,6 +171908,10 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
171827
171908
  } | null | undefined;
171828
171909
  url?: string | null | undefined;
171829
171910
  tokenType?: "String" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
171911
+ size?: {
171912
+ width?: number | null | undefined;
171913
+ height?: number | null | undefined;
171914
+ } | null | undefined;
171830
171915
  backgroundColor?: {
171831
171916
  value: string;
171832
171917
  } | null | undefined;
@@ -171984,10 +172069,6 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
171984
172069
  assetScale?: number | null | undefined;
171985
172070
  } | null | undefined;
171986
172071
  }[] | null | undefined;
171987
- size?: {
171988
- width?: number | null | undefined;
171989
- height?: number | null | undefined;
171990
- } | null | undefined;
171991
172072
  renderCodeProperties?: {
171992
172073
  showCode: boolean;
171993
172074
  showControls?: boolean | undefined;
@@ -172108,6 +172189,10 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
172108
172189
  } | null | undefined;
172109
172190
  url?: string | null | undefined;
172110
172191
  tokenType?: "String" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
172192
+ size?: {
172193
+ width?: number | null | undefined;
172194
+ height?: number | null | undefined;
172195
+ } | null | undefined;
172111
172196
  backgroundColor?: {
172112
172197
  value: string;
172113
172198
  } | null | undefined;
@@ -172265,10 +172350,6 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
172265
172350
  assetScale?: number | null | undefined;
172266
172351
  } | null | undefined;
172267
172352
  }[] | null | undefined;
172268
- size?: {
172269
- width?: number | null | undefined;
172270
- height?: number | null | undefined;
172271
- } | null | undefined;
172272
172353
  renderCodeProperties?: {
172273
172354
  showCode: boolean;
172274
172355
  showControls?: boolean | undefined;
@@ -173580,6 +173661,10 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
173580
173661
  } | null | undefined;
173581
173662
  url?: string | null | undefined;
173582
173663
  tokenType?: "String" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
173664
+ size?: {
173665
+ width?: number | null | undefined;
173666
+ height?: number | null | undefined;
173667
+ } | null | undefined;
173583
173668
  backgroundColor?: {
173584
173669
  value: string;
173585
173670
  } | null | undefined;
@@ -173737,10 +173822,6 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
173737
173822
  assetScale?: number | null | undefined;
173738
173823
  } | null | undefined;
173739
173824
  }[] | null | undefined;
173740
- size?: {
173741
- width?: number | null | undefined;
173742
- height?: number | null | undefined;
173743
- } | null | undefined;
173744
173825
  renderCodeProperties?: {
173745
173826
  showCode: boolean;
173746
173827
  showControls?: boolean | undefined;
@@ -173861,6 +173942,10 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
173861
173942
  } | null | undefined;
173862
173943
  url?: string | null | undefined;
173863
173944
  tokenType?: "String" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
173945
+ size?: {
173946
+ width?: number | null | undefined;
173947
+ height?: number | null | undefined;
173948
+ } | null | undefined;
173864
173949
  backgroundColor?: {
173865
173950
  value: string;
173866
173951
  } | null | undefined;
@@ -174018,10 +174103,6 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
174018
174103
  assetScale?: number | null | undefined;
174019
174104
  } | null | undefined;
174020
174105
  }[] | null | undefined;
174021
- size?: {
174022
- width?: number | null | undefined;
174023
- height?: number | null | undefined;
174024
- } | null | undefined;
174025
174106
  renderCodeProperties?: {
174026
174107
  showCode: boolean;
174027
174108
  showControls?: boolean | undefined;
@@ -174210,6 +174291,10 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
174210
174291
  } | null | undefined;
174211
174292
  url?: string | null | undefined;
174212
174293
  tokenType?: "String" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
174294
+ size?: {
174295
+ width?: number | null | undefined;
174296
+ height?: number | null | undefined;
174297
+ } | null | undefined;
174213
174298
  backgroundColor?: {
174214
174299
  value: string;
174215
174300
  } | null | undefined;
@@ -174367,10 +174452,6 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
174367
174452
  assetScale?: number | null | undefined;
174368
174453
  } | null | undefined;
174369
174454
  }[] | null | undefined;
174370
- size?: {
174371
- width?: number | null | undefined;
174372
- height?: number | null | undefined;
174373
- } | null | undefined;
174374
174455
  renderCodeProperties?: {
174375
174456
  showCode: boolean;
174376
174457
  showControls?: boolean | undefined;
@@ -174491,6 +174572,10 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
174491
174572
  } | null | undefined;
174492
174573
  url?: string | null | undefined;
174493
174574
  tokenType?: "String" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
174575
+ size?: {
174576
+ width?: number | null | undefined;
174577
+ height?: number | null | undefined;
174578
+ } | null | undefined;
174494
174579
  backgroundColor?: {
174495
174580
  value: string;
174496
174581
  } | null | undefined;
@@ -174648,10 +174733,6 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
174648
174733
  assetScale?: number | null | undefined;
174649
174734
  } | null | undefined;
174650
174735
  }[] | null | undefined;
174651
- size?: {
174652
- width?: number | null | undefined;
174653
- height?: number | null | undefined;
174654
- } | null | undefined;
174655
174736
  renderCodeProperties?: {
174656
174737
  showCode: boolean;
174657
174738
  showControls?: boolean | undefined;
@@ -174858,6 +174939,10 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
174858
174939
  } | null | undefined;
174859
174940
  url?: string | null | undefined;
174860
174941
  tokenType?: "String" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
174942
+ size?: {
174943
+ width?: number | null | undefined;
174944
+ height?: number | null | undefined;
174945
+ } | null | undefined;
174861
174946
  backgroundColor?: {
174862
174947
  value: string;
174863
174948
  } | null | undefined;
@@ -175015,10 +175100,6 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
175015
175100
  assetScale?: number | null | undefined;
175016
175101
  } | null | undefined;
175017
175102
  }[] | null | undefined;
175018
- size?: {
175019
- width?: number | null | undefined;
175020
- height?: number | null | undefined;
175021
- } | null | undefined;
175022
175103
  renderCodeProperties?: {
175023
175104
  showCode: boolean;
175024
175105
  showControls?: boolean | undefined;
@@ -175139,6 +175220,10 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
175139
175220
  } | null | undefined;
175140
175221
  url?: string | null | undefined;
175141
175222
  tokenType?: "String" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
175223
+ size?: {
175224
+ width?: number | null | undefined;
175225
+ height?: number | null | undefined;
175226
+ } | null | undefined;
175142
175227
  backgroundColor?: {
175143
175228
  value: string;
175144
175229
  } | null | undefined;
@@ -175296,10 +175381,6 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
175296
175381
  assetScale?: number | null | undefined;
175297
175382
  } | null | undefined;
175298
175383
  }[] | null | undefined;
175299
- size?: {
175300
- width?: number | null | undefined;
175301
- height?: number | null | undefined;
175302
- } | null | undefined;
175303
175384
  renderCodeProperties?: {
175304
175385
  showCode: boolean;
175305
175386
  showControls?: boolean | undefined;
@@ -175905,6 +175986,10 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
175905
175986
  } | null | undefined;
175906
175987
  url?: string | null | undefined;
175907
175988
  tokenType?: "String" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
175989
+ size?: {
175990
+ width?: number | null | undefined;
175991
+ height?: number | null | undefined;
175992
+ } | null | undefined;
175908
175993
  backgroundColor?: {
175909
175994
  value: string;
175910
175995
  } | null | undefined;
@@ -176062,10 +176147,6 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
176062
176147
  assetScale?: number | null | undefined;
176063
176148
  } | null | undefined;
176064
176149
  }[] | null | undefined;
176065
- size?: {
176066
- width?: number | null | undefined;
176067
- height?: number | null | undefined;
176068
- } | null | undefined;
176069
176150
  renderCodeProperties?: {
176070
176151
  showCode: boolean;
176071
176152
  showControls?: boolean | undefined;
@@ -176186,6 +176267,10 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
176186
176267
  } | null | undefined;
176187
176268
  url?: string | null | undefined;
176188
176269
  tokenType?: "String" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
176270
+ size?: {
176271
+ width?: number | null | undefined;
176272
+ height?: number | null | undefined;
176273
+ } | null | undefined;
176189
176274
  backgroundColor?: {
176190
176275
  value: string;
176191
176276
  } | null | undefined;
@@ -176343,10 +176428,6 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
176343
176428
  assetScale?: number | null | undefined;
176344
176429
  } | null | undefined;
176345
176430
  }[] | null | undefined;
176346
- size?: {
176347
- width?: number | null | undefined;
176348
- height?: number | null | undefined;
176349
- } | null | undefined;
176350
176431
  renderCodeProperties?: {
176351
176432
  showCode: boolean;
176352
176433
  showControls?: boolean | undefined;
@@ -176693,6 +176774,10 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
176693
176774
  } | null | undefined;
176694
176775
  url?: string | null | undefined;
176695
176776
  tokenType?: "String" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
176777
+ size?: {
176778
+ width?: number | null | undefined;
176779
+ height?: number | null | undefined;
176780
+ } | null | undefined;
176696
176781
  backgroundColor?: {
176697
176782
  value: string;
176698
176783
  } | null | undefined;
@@ -176850,10 +176935,6 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
176850
176935
  assetScale?: number | null | undefined;
176851
176936
  } | null | undefined;
176852
176937
  }[] | null | undefined;
176853
- size?: {
176854
- width?: number | null | undefined;
176855
- height?: number | null | undefined;
176856
- } | null | undefined;
176857
176938
  renderCodeProperties?: {
176858
176939
  showCode: boolean;
176859
176940
  showControls?: boolean | undefined;
@@ -176974,6 +177055,10 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
176974
177055
  } | null | undefined;
176975
177056
  url?: string | null | undefined;
176976
177057
  tokenType?: "String" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
177058
+ size?: {
177059
+ width?: number | null | undefined;
177060
+ height?: number | null | undefined;
177061
+ } | null | undefined;
176977
177062
  backgroundColor?: {
176978
177063
  value: string;
176979
177064
  } | null | undefined;
@@ -177131,10 +177216,6 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
177131
177216
  assetScale?: number | null | undefined;
177132
177217
  } | null | undefined;
177133
177218
  }[] | null | undefined;
177134
- size?: {
177135
- width?: number | null | undefined;
177136
- height?: number | null | undefined;
177137
- } | null | undefined;
177138
177219
  renderCodeProperties?: {
177139
177220
  showCode: boolean;
177140
177221
  showControls?: boolean | undefined;
@@ -177323,6 +177404,10 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
177323
177404
  } | null | undefined;
177324
177405
  url?: string | null | undefined;
177325
177406
  tokenType?: "String" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
177407
+ size?: {
177408
+ width?: number | null | undefined;
177409
+ height?: number | null | undefined;
177410
+ } | null | undefined;
177326
177411
  backgroundColor?: {
177327
177412
  value: string;
177328
177413
  } | null | undefined;
@@ -177480,10 +177565,6 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
177480
177565
  assetScale?: number | null | undefined;
177481
177566
  } | null | undefined;
177482
177567
  }[] | null | undefined;
177483
- size?: {
177484
- width?: number | null | undefined;
177485
- height?: number | null | undefined;
177486
- } | null | undefined;
177487
177568
  renderCodeProperties?: {
177488
177569
  showCode: boolean;
177489
177570
  showControls?: boolean | undefined;
@@ -177604,6 +177685,10 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
177604
177685
  } | null | undefined;
177605
177686
  url?: string | null | undefined;
177606
177687
  tokenType?: "String" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
177688
+ size?: {
177689
+ width?: number | null | undefined;
177690
+ height?: number | null | undefined;
177691
+ } | null | undefined;
177607
177692
  backgroundColor?: {
177608
177693
  value: string;
177609
177694
  } | null | undefined;
@@ -177761,10 +177846,6 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
177761
177846
  assetScale?: number | null | undefined;
177762
177847
  } | null | undefined;
177763
177848
  }[] | null | undefined;
177764
- size?: {
177765
- width?: number | null | undefined;
177766
- height?: number | null | undefined;
177767
- } | null | undefined;
177768
177849
  renderCodeProperties?: {
177769
177850
  showCode: boolean;
177770
177851
  showControls?: boolean | undefined;
@@ -177971,6 +178052,10 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
177971
178052
  } | null | undefined;
177972
178053
  url?: string | null | undefined;
177973
178054
  tokenType?: "String" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
178055
+ size?: {
178056
+ width?: number | null | undefined;
178057
+ height?: number | null | undefined;
178058
+ } | null | undefined;
177974
178059
  backgroundColor?: {
177975
178060
  value: string;
177976
178061
  } | null | undefined;
@@ -178128,10 +178213,6 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
178128
178213
  assetScale?: number | null | undefined;
178129
178214
  } | null | undefined;
178130
178215
  }[] | null | undefined;
178131
- size?: {
178132
- width?: number | null | undefined;
178133
- height?: number | null | undefined;
178134
- } | null | undefined;
178135
178216
  renderCodeProperties?: {
178136
178217
  showCode: boolean;
178137
178218
  showControls?: boolean | undefined;
@@ -178252,6 +178333,10 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
178252
178333
  } | null | undefined;
178253
178334
  url?: string | null | undefined;
178254
178335
  tokenType?: "String" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
178336
+ size?: {
178337
+ width?: number | null | undefined;
178338
+ height?: number | null | undefined;
178339
+ } | null | undefined;
178255
178340
  backgroundColor?: {
178256
178341
  value: string;
178257
178342
  } | null | undefined;
@@ -178409,10 +178494,6 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
178409
178494
  assetScale?: number | null | undefined;
178410
178495
  } | null | undefined;
178411
178496
  }[] | null | undefined;
178412
- size?: {
178413
- width?: number | null | undefined;
178414
- height?: number | null | undefined;
178415
- } | null | undefined;
178416
178497
  renderCodeProperties?: {
178417
178498
  showCode: boolean;
178418
178499
  showControls?: boolean | undefined;
@@ -180332,6 +180413,10 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
180332
180413
  } | null | undefined;
180333
180414
  url?: string | null | undefined;
180334
180415
  tokenType?: "String" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
180416
+ size?: {
180417
+ width?: number | null | undefined;
180418
+ height?: number | null | undefined;
180419
+ } | null | undefined;
180335
180420
  backgroundColor?: {
180336
180421
  value: string;
180337
180422
  } | null | undefined;
@@ -180489,10 +180574,6 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
180489
180574
  assetScale?: number | null | undefined;
180490
180575
  } | null | undefined;
180491
180576
  }[] | null | undefined;
180492
- size?: {
180493
- width?: number | null | undefined;
180494
- height?: number | null | undefined;
180495
- } | null | undefined;
180496
180577
  renderCodeProperties?: {
180497
180578
  showCode: boolean;
180498
180579
  showControls?: boolean | undefined;
@@ -180613,6 +180694,10 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
180613
180694
  } | null | undefined;
180614
180695
  url?: string | null | undefined;
180615
180696
  tokenType?: "String" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
180697
+ size?: {
180698
+ width?: number | null | undefined;
180699
+ height?: number | null | undefined;
180700
+ } | null | undefined;
180616
180701
  backgroundColor?: {
180617
180702
  value: string;
180618
180703
  } | null | undefined;
@@ -180770,10 +180855,6 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
180770
180855
  assetScale?: number | null | undefined;
180771
180856
  } | null | undefined;
180772
180857
  }[] | null | undefined;
180773
- size?: {
180774
- width?: number | null | undefined;
180775
- height?: number | null | undefined;
180776
- } | null | undefined;
180777
180858
  renderCodeProperties?: {
180778
180859
  showCode: boolean;
180779
180860
  showControls?: boolean | undefined;
@@ -181282,6 +181363,10 @@ declare const RestoredDocumentationPage: z.ZodObject<{
181282
181363
  } | null | undefined;
181283
181364
  url?: string | null | undefined;
181284
181365
  tokenType?: "String" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
181366
+ size?: {
181367
+ width?: number | null | undefined;
181368
+ height?: number | null | undefined;
181369
+ } | null | undefined;
181285
181370
  backgroundColor?: {
181286
181371
  value: string;
181287
181372
  } | null | undefined;
@@ -181439,10 +181524,6 @@ declare const RestoredDocumentationPage: z.ZodObject<{
181439
181524
  assetScale?: number | null | undefined;
181440
181525
  } | null | undefined;
181441
181526
  }[] | null | undefined;
181442
- size?: {
181443
- width?: number | null | undefined;
181444
- height?: number | null | undefined;
181445
- } | null | undefined;
181446
181527
  renderCodeProperties?: {
181447
181528
  showCode: boolean;
181448
181529
  showControls?: boolean | undefined;
@@ -181563,6 +181644,10 @@ declare const RestoredDocumentationPage: z.ZodObject<{
181563
181644
  } | null | undefined;
181564
181645
  url?: string | null | undefined;
181565
181646
  tokenType?: "String" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
181647
+ size?: {
181648
+ width?: number | null | undefined;
181649
+ height?: number | null | undefined;
181650
+ } | null | undefined;
181566
181651
  backgroundColor?: {
181567
181652
  value: string;
181568
181653
  } | null | undefined;
@@ -181720,10 +181805,6 @@ declare const RestoredDocumentationPage: z.ZodObject<{
181720
181805
  assetScale?: number | null | undefined;
181721
181806
  } | null | undefined;
181722
181807
  }[] | null | undefined;
181723
- size?: {
181724
- width?: number | null | undefined;
181725
- height?: number | null | undefined;
181726
- } | null | undefined;
181727
181808
  renderCodeProperties?: {
181728
181809
  showCode: boolean;
181729
181810
  showControls?: boolean | undefined;
@@ -181912,6 +181993,10 @@ declare const RestoredDocumentationPage: z.ZodObject<{
181912
181993
  } | null | undefined;
181913
181994
  url?: string | null | undefined;
181914
181995
  tokenType?: "String" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
181996
+ size?: {
181997
+ width?: number | null | undefined;
181998
+ height?: number | null | undefined;
181999
+ } | null | undefined;
181915
182000
  backgroundColor?: {
181916
182001
  value: string;
181917
182002
  } | null | undefined;
@@ -182069,10 +182154,6 @@ declare const RestoredDocumentationPage: z.ZodObject<{
182069
182154
  assetScale?: number | null | undefined;
182070
182155
  } | null | undefined;
182071
182156
  }[] | null | undefined;
182072
- size?: {
182073
- width?: number | null | undefined;
182074
- height?: number | null | undefined;
182075
- } | null | undefined;
182076
182157
  renderCodeProperties?: {
182077
182158
  showCode: boolean;
182078
182159
  showControls?: boolean | undefined;
@@ -182193,6 +182274,10 @@ declare const RestoredDocumentationPage: z.ZodObject<{
182193
182274
  } | null | undefined;
182194
182275
  url?: string | null | undefined;
182195
182276
  tokenType?: "String" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
182277
+ size?: {
182278
+ width?: number | null | undefined;
182279
+ height?: number | null | undefined;
182280
+ } | null | undefined;
182196
182281
  backgroundColor?: {
182197
182282
  value: string;
182198
182283
  } | null | undefined;
@@ -182350,10 +182435,6 @@ declare const RestoredDocumentationPage: z.ZodObject<{
182350
182435
  assetScale?: number | null | undefined;
182351
182436
  } | null | undefined;
182352
182437
  }[] | null | undefined;
182353
- size?: {
182354
- width?: number | null | undefined;
182355
- height?: number | null | undefined;
182356
- } | null | undefined;
182357
182438
  renderCodeProperties?: {
182358
182439
  showCode: boolean;
182359
182440
  showControls?: boolean | undefined;
@@ -182560,6 +182641,10 @@ declare const RestoredDocumentationPage: z.ZodObject<{
182560
182641
  } | null | undefined;
182561
182642
  url?: string | null | undefined;
182562
182643
  tokenType?: "String" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
182644
+ size?: {
182645
+ width?: number | null | undefined;
182646
+ height?: number | null | undefined;
182647
+ } | null | undefined;
182563
182648
  backgroundColor?: {
182564
182649
  value: string;
182565
182650
  } | null | undefined;
@@ -182717,10 +182802,6 @@ declare const RestoredDocumentationPage: z.ZodObject<{
182717
182802
  assetScale?: number | null | undefined;
182718
182803
  } | null | undefined;
182719
182804
  }[] | null | undefined;
182720
- size?: {
182721
- width?: number | null | undefined;
182722
- height?: number | null | undefined;
182723
- } | null | undefined;
182724
182805
  renderCodeProperties?: {
182725
182806
  showCode: boolean;
182726
182807
  showControls?: boolean | undefined;
@@ -182841,6 +182922,10 @@ declare const RestoredDocumentationPage: z.ZodObject<{
182841
182922
  } | null | undefined;
182842
182923
  url?: string | null | undefined;
182843
182924
  tokenType?: "String" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
182925
+ size?: {
182926
+ width?: number | null | undefined;
182927
+ height?: number | null | undefined;
182928
+ } | null | undefined;
182844
182929
  backgroundColor?: {
182845
182930
  value: string;
182846
182931
  } | null | undefined;
@@ -182998,10 +183083,6 @@ declare const RestoredDocumentationPage: z.ZodObject<{
182998
183083
  assetScale?: number | null | undefined;
182999
183084
  } | null | undefined;
183000
183085
  }[] | null | undefined;
183001
- size?: {
183002
- width?: number | null | undefined;
183003
- height?: number | null | undefined;
183004
- } | null | undefined;
183005
183086
  renderCodeProperties?: {
183006
183087
  showCode: boolean;
183007
183088
  showControls?: boolean | undefined;
@@ -184597,6 +184678,10 @@ declare const RestoredDocumentationPage: z.ZodObject<{
184597
184678
  } | null | undefined;
184598
184679
  url?: string | null | undefined;
184599
184680
  tokenType?: "String" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
184681
+ size?: {
184682
+ width?: number | null | undefined;
184683
+ height?: number | null | undefined;
184684
+ } | null | undefined;
184600
184685
  backgroundColor?: {
184601
184686
  value: string;
184602
184687
  } | null | undefined;
@@ -184754,10 +184839,6 @@ declare const RestoredDocumentationPage: z.ZodObject<{
184754
184839
  assetScale?: number | null | undefined;
184755
184840
  } | null | undefined;
184756
184841
  }[] | null | undefined;
184757
- size?: {
184758
- width?: number | null | undefined;
184759
- height?: number | null | undefined;
184760
- } | null | undefined;
184761
184842
  renderCodeProperties?: {
184762
184843
  showCode: boolean;
184763
184844
  showControls?: boolean | undefined;
@@ -184878,6 +184959,10 @@ declare const RestoredDocumentationPage: z.ZodObject<{
184878
184959
  } | null | undefined;
184879
184960
  url?: string | null | undefined;
184880
184961
  tokenType?: "String" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
184962
+ size?: {
184963
+ width?: number | null | undefined;
184964
+ height?: number | null | undefined;
184965
+ } | null | undefined;
184881
184966
  backgroundColor?: {
184882
184967
  value: string;
184883
184968
  } | null | undefined;
@@ -185035,10 +185120,6 @@ declare const RestoredDocumentationPage: z.ZodObject<{
185035
185120
  assetScale?: number | null | undefined;
185036
185121
  } | null | undefined;
185037
185122
  }[] | null | undefined;
185038
- size?: {
185039
- width?: number | null | undefined;
185040
- height?: number | null | undefined;
185041
- } | null | undefined;
185042
185123
  renderCodeProperties?: {
185043
185124
  showCode: boolean;
185044
185125
  showControls?: boolean | undefined;