@supernova-studio/model 0.58.20 → 0.58.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -37254,6 +37254,7 @@ declare const PageBlockFigmaFrameProperties: z.ZodObject<{
37254
37254
  value: string;
37255
37255
  } | null | undefined>;
37256
37256
  alignment: z.ZodEnum<["Center", "FrameHeight"]>;
37257
+ previewContainerHeight: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
37257
37258
  layout: z.ZodEnum<["C8", "C7", "C6", "C5", "C4", "C3", "C2", "C1", "C1_75"]>;
37258
37259
  backgroundColor: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
37259
37260
  value: string;
@@ -37275,6 +37276,7 @@ declare const PageBlockFigmaFrameProperties: z.ZodObject<{
37275
37276
  backgroundColor?: {
37276
37277
  value: string;
37277
37278
  } | undefined;
37279
+ previewContainerHeight?: number | undefined;
37278
37280
  }, {
37279
37281
  alignment: "Center" | "FrameHeight";
37280
37282
  layout: "C8" | "C7" | "C6" | "C5" | "C4" | "C3" | "C2" | "C1" | "C1_75";
@@ -37285,6 +37287,7 @@ declare const PageBlockFigmaFrameProperties: z.ZodObject<{
37285
37287
  backgroundColor?: {
37286
37288
  value: string;
37287
37289
  } | null | undefined;
37290
+ previewContainerHeight?: number | null | undefined;
37288
37291
  }>;
37289
37292
  declare const PageBlockRenderCodeProperties: z.ZodObject<{
37290
37293
  showCode: z.ZodBoolean;
@@ -37410,6 +37413,26 @@ declare const PageBlockTableProperties: z.ZodObject<{
37410
37413
  };
37411
37414
  }[];
37412
37415
  }>;
37416
+ declare const PageBlockTokenBlockConfig: z.ZodObject<{
37417
+ tokenNameFormat: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<"Name" | "GroupAndName" | "FullPath" | "CustomProperty", z.ZodTypeDef, "Name" | "GroupAndName" | "FullPath" | "CustomProperty">>>, NonNullable<"Name" | "GroupAndName" | "FullPath" | "CustomProperty"> | undefined, "Name" | "GroupAndName" | "FullPath" | "CustomProperty" | null | undefined>;
37418
+ tokenNameCustomPropertyId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
37419
+ }, "strip", z.ZodTypeAny, {
37420
+ tokenNameFormat?: NonNullable<"Name" | "GroupAndName" | "FullPath" | "CustomProperty"> | undefined;
37421
+ tokenNameCustomPropertyId?: string | undefined;
37422
+ }, {
37423
+ tokenNameFormat?: "Name" | "GroupAndName" | "FullPath" | "CustomProperty" | null | undefined;
37424
+ tokenNameCustomPropertyId?: string | null | undefined;
37425
+ }>;
37426
+ declare const PageBlockAssetBlockConfig: z.ZodObject<{
37427
+ showSearch: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
37428
+ showAssetDescription: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
37429
+ }, "strip", z.ZodTypeAny, {
37430
+ showSearch?: boolean | undefined;
37431
+ showAssetDescription?: boolean | undefined;
37432
+ }, {
37433
+ showSearch?: boolean | null | undefined;
37434
+ showAssetDescription?: boolean | null | undefined;
37435
+ }>;
37413
37436
  declare const PageBlockSelectedFigmaComponent: z.ZodObject<{
37414
37437
  figmaComponentId: z.ZodString;
37415
37438
  selectedComponentProperties: z.ZodArray<z.ZodString, "many">;
@@ -37701,6 +37724,8 @@ declare const PageBlockGuideline: z.ZodObject<{
37701
37724
  imageAlt: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
37702
37725
  imageCaption: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
37703
37726
  imageAlignment: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<"Center" | "Left" | "Stretch" | "Right", z.ZodTypeDef, "Center" | "Left" | "Stretch" | "Right">>>, NonNullable<"Center" | "Left" | "Stretch" | "Right"> | undefined, "Center" | "Left" | "Stretch" | "Right" | null | undefined>;
37727
+ openLightbox: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
37728
+ isBordered: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
37704
37729
  }, "strip", z.ZodTypeAny, {
37705
37730
  type: string;
37706
37731
  description?: string | undefined;
@@ -37733,6 +37758,8 @@ declare const PageBlockGuideline: z.ZodObject<{
37733
37758
  imageAlt?: string | undefined;
37734
37759
  imageCaption?: string | undefined;
37735
37760
  imageAlignment?: NonNullable<"Center" | "Left" | "Stretch" | "Right"> | undefined;
37761
+ openLightbox?: boolean | undefined;
37762
+ isBordered?: boolean | undefined;
37736
37763
  }, {
37737
37764
  type: string;
37738
37765
  description?: string | null | undefined;
@@ -37765,6 +37792,8 @@ declare const PageBlockGuideline: z.ZodObject<{
37765
37792
  imageAlt?: string | null | undefined;
37766
37793
  imageCaption?: string | null | undefined;
37767
37794
  imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
37795
+ openLightbox?: boolean | null | undefined;
37796
+ isBordered?: boolean | null | undefined;
37768
37797
  }>;
37769
37798
  type PageBlockGuideline = z.infer<typeof PageBlockGuideline>;
37770
37799
  declare const PageBlockFrame: z.ZodObject<{
@@ -38515,6 +38544,7 @@ declare const PageBlockFigmaComponentBlockConfig: z.ZodObject<{
38515
38544
  showPropertyList: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
38516
38545
  previewOrderIds: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string[], z.ZodTypeDef, string[]>>>, string[] | undefined, string[] | null | undefined>;
38517
38546
  previewContainerSize: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<"Centered" | "NaturalHeight", z.ZodTypeDef, "Centered" | "NaturalHeight">>>, NonNullable<"Centered" | "NaturalHeight"> | undefined, "Centered" | "NaturalHeight" | null | undefined>;
38547
+ previewContainerHeight: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
38518
38548
  backgroundColor: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
38519
38549
  value: string;
38520
38550
  }, z.ZodTypeDef, {
@@ -38528,6 +38558,7 @@ declare const PageBlockFigmaComponentBlockConfig: z.ZodObject<{
38528
38558
  backgroundColor?: {
38529
38559
  value: string;
38530
38560
  } | undefined;
38561
+ previewContainerHeight?: number | undefined;
38531
38562
  showComponentName?: boolean | undefined;
38532
38563
  showComponentDescription?: boolean | undefined;
38533
38564
  showPropertyList?: boolean | undefined;
@@ -38537,6 +38568,7 @@ declare const PageBlockFigmaComponentBlockConfig: z.ZodObject<{
38537
38568
  backgroundColor?: {
38538
38569
  value: string;
38539
38570
  } | null | undefined;
38571
+ previewContainerHeight?: number | null | undefined;
38540
38572
  showComponentName?: boolean | null | undefined;
38541
38573
  showComponentDescription?: boolean | null | undefined;
38542
38574
  showPropertyList?: boolean | null | undefined;
@@ -38544,6 +38576,8 @@ declare const PageBlockFigmaComponentBlockConfig: z.ZodObject<{
38544
38576
  previewContainerSize?: "Centered" | "NaturalHeight" | null | undefined;
38545
38577
  }>;
38546
38578
  type PageBlockFigmaComponentBlockConfig = z.infer<typeof PageBlockFigmaComponentBlockConfig>;
38579
+ declare const PageBlockTokenNameFormat: z.ZodEnum<["Name", "GroupAndName", "FullPath", "CustomProperty"]>;
38580
+ type PageBlockTokenNameFormat = z.infer<typeof PageBlockTokenNameFormat>;
38547
38581
  declare const PageBlockBaseV1: z.ZodObject<{
38548
38582
  persistentId: z.ZodString;
38549
38583
  type: z.ZodEnum<["Text", "Heading", "Code", "UnorderedList", "OrderedList", "Quote", "Callout", "Divider", "Image", "Embed", "Link", "Shortcuts", "FigmaEmbed", "YoutubeEmbed", "StorybookEmbed", "Token", "TokenGroup", "TokenList", "Component", "ComponentGroup", "Theme", "ComponentSandbox", "Custom", "FigmaFrames", "ComponentAssets", "ComponentAssetGroup", "RenderCode", "Tabs", "TabItem", "Table", "TableRow", "TableCell", "Guidelines", "Guideline", "FigmaComponents", "FigmaComponentPropsTable"]>;
@@ -38741,6 +38775,8 @@ declare const PageBlockBaseV1: z.ZodObject<{
38741
38775
  } | null | undefined>;
38742
38776
  alignment: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<"Center" | "Left" | "Stretch" | "Right", z.ZodTypeDef, "Center" | "Left" | "Stretch" | "Right">>>, NonNullable<"Center" | "Left" | "Stretch" | "Right"> | undefined, "Center" | "Left" | "Stretch" | "Right" | null | undefined>;
38743
38777
  imageAlt: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
38778
+ openLightbox: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
38779
+ isBordered: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
38744
38780
  shortcuts: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
38745
38781
  persistentId: string;
38746
38782
  url?: string | undefined;
@@ -38946,6 +38982,8 @@ declare const PageBlockBaseV1: z.ZodObject<{
38946
38982
  imageAlt?: string | undefined;
38947
38983
  imageCaption?: string | undefined;
38948
38984
  imageAlignment?: NonNullable<"Center" | "Left" | "Stretch" | "Right"> | undefined;
38985
+ openLightbox?: boolean | undefined;
38986
+ isBordered?: boolean | undefined;
38949
38987
  }, z.ZodTypeDef, {
38950
38988
  type: string;
38951
38989
  description?: string | null | undefined;
@@ -38978,6 +39016,8 @@ declare const PageBlockBaseV1: z.ZodObject<{
38978
39016
  imageAlt?: string | null | undefined;
38979
39017
  imageCaption?: string | null | undefined;
38980
39018
  imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
39019
+ openLightbox?: boolean | null | undefined;
39020
+ isBordered?: boolean | null | undefined;
38981
39021
  }>>>, {
38982
39022
  type: string;
38983
39023
  description?: string | undefined;
@@ -39010,6 +39050,8 @@ declare const PageBlockBaseV1: z.ZodObject<{
39010
39050
  imageAlt?: string | undefined;
39011
39051
  imageCaption?: string | undefined;
39012
39052
  imageAlignment?: NonNullable<"Center" | "Left" | "Stretch" | "Right"> | undefined;
39053
+ openLightbox?: boolean | undefined;
39054
+ isBordered?: boolean | undefined;
39013
39055
  } | undefined, {
39014
39056
  type: string;
39015
39057
  description?: string | null | undefined;
@@ -39042,6 +39084,8 @@ declare const PageBlockBaseV1: z.ZodObject<{
39042
39084
  imageAlt?: string | null | undefined;
39043
39085
  imageCaption?: string | null | undefined;
39044
39086
  imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
39087
+ openLightbox?: boolean | null | undefined;
39088
+ isBordered?: boolean | null | undefined;
39045
39089
  } | null | undefined>;
39046
39090
  customBlockKey: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
39047
39091
  customBlockProperties: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
@@ -39068,6 +39112,7 @@ declare const PageBlockBaseV1: z.ZodObject<{
39068
39112
  backgroundColor?: {
39069
39113
  value: string;
39070
39114
  } | undefined;
39115
+ previewContainerHeight?: number | undefined;
39071
39116
  }, z.ZodTypeDef, {
39072
39117
  alignment: "Center" | "FrameHeight";
39073
39118
  layout: "C8" | "C7" | "C6" | "C5" | "C4" | "C3" | "C2" | "C1" | "C1_75";
@@ -39078,6 +39123,7 @@ declare const PageBlockBaseV1: z.ZodObject<{
39078
39123
  backgroundColor?: {
39079
39124
  value: string;
39080
39125
  } | null | undefined;
39126
+ previewContainerHeight?: number | null | undefined;
39081
39127
  }>>>, {
39082
39128
  alignment: "Center" | "FrameHeight";
39083
39129
  layout: "C8" | "C7" | "C6" | "C5" | "C4" | "C3" | "C2" | "C1" | "C1_75";
@@ -39088,6 +39134,7 @@ declare const PageBlockBaseV1: z.ZodObject<{
39088
39134
  backgroundColor?: {
39089
39135
  value: string;
39090
39136
  } | undefined;
39137
+ previewContainerHeight?: number | undefined;
39091
39138
  } | undefined, {
39092
39139
  alignment: "Center" | "FrameHeight";
39093
39140
  layout: "C8" | "C7" | "C6" | "C5" | "C4" | "C3" | "C2" | "C1" | "C1_75";
@@ -39098,6 +39145,7 @@ declare const PageBlockBaseV1: z.ZodObject<{
39098
39145
  backgroundColor?: {
39099
39146
  value: string;
39100
39147
  } | null | undefined;
39148
+ previewContainerHeight?: number | null | undefined;
39101
39149
  } | null | undefined>;
39102
39150
  figmaFrames: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
39103
39151
  persistentId: string;
@@ -39333,10 +39381,37 @@ declare const PageBlockBaseV1: z.ZodObject<{
39333
39381
  selectedThemeIds: string[];
39334
39382
  }[] | null | undefined>;
39335
39383
  blacklistedElementProperties: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string[], z.ZodTypeDef, string[]>>>, string[] | undefined, string[] | null | undefined>;
39384
+ tokenBlockConfig: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
39385
+ tokenNameFormat?: NonNullable<"Name" | "GroupAndName" | "FullPath" | "CustomProperty"> | undefined;
39386
+ tokenNameCustomPropertyId?: string | undefined;
39387
+ }, z.ZodTypeDef, {
39388
+ tokenNameFormat?: "Name" | "GroupAndName" | "FullPath" | "CustomProperty" | null | undefined;
39389
+ tokenNameCustomPropertyId?: string | null | undefined;
39390
+ }>>>, {
39391
+ tokenNameFormat?: NonNullable<"Name" | "GroupAndName" | "FullPath" | "CustomProperty"> | undefined;
39392
+ tokenNameCustomPropertyId?: string | undefined;
39393
+ } | undefined, {
39394
+ tokenNameFormat?: "Name" | "GroupAndName" | "FullPath" | "CustomProperty" | null | undefined;
39395
+ tokenNameCustomPropertyId?: string | null | undefined;
39396
+ } | null | undefined>;
39397
+ assetBlockConfig: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
39398
+ showSearch?: boolean | undefined;
39399
+ showAssetDescription?: boolean | undefined;
39400
+ }, z.ZodTypeDef, {
39401
+ showSearch?: boolean | null | undefined;
39402
+ showAssetDescription?: boolean | null | undefined;
39403
+ }>>>, {
39404
+ showSearch?: boolean | undefined;
39405
+ showAssetDescription?: boolean | undefined;
39406
+ } | undefined, {
39407
+ showSearch?: boolean | null | undefined;
39408
+ showAssetDescription?: boolean | null | undefined;
39409
+ } | null | undefined>;
39336
39410
  figmaComponentsBlockConfig: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
39337
39411
  backgroundColor?: {
39338
39412
  value: string;
39339
39413
  } | undefined;
39414
+ previewContainerHeight?: number | undefined;
39340
39415
  showComponentName?: boolean | undefined;
39341
39416
  showComponentDescription?: boolean | undefined;
39342
39417
  showPropertyList?: boolean | undefined;
@@ -39346,6 +39421,7 @@ declare const PageBlockBaseV1: z.ZodObject<{
39346
39421
  backgroundColor?: {
39347
39422
  value: string;
39348
39423
  } | null | undefined;
39424
+ previewContainerHeight?: number | null | undefined;
39349
39425
  showComponentName?: boolean | null | undefined;
39350
39426
  showComponentDescription?: boolean | null | undefined;
39351
39427
  showPropertyList?: boolean | null | undefined;
@@ -39355,6 +39431,7 @@ declare const PageBlockBaseV1: z.ZodObject<{
39355
39431
  backgroundColor?: {
39356
39432
  value: string;
39357
39433
  } | undefined;
39434
+ previewContainerHeight?: number | undefined;
39358
39435
  showComponentName?: boolean | undefined;
39359
39436
  showComponentDescription?: boolean | undefined;
39360
39437
  showPropertyList?: boolean | undefined;
@@ -39364,6 +39441,7 @@ declare const PageBlockBaseV1: z.ZodObject<{
39364
39441
  backgroundColor?: {
39365
39442
  value: string;
39366
39443
  } | null | undefined;
39444
+ previewContainerHeight?: number | null | undefined;
39367
39445
  showComponentName?: boolean | null | undefined;
39368
39446
  showComponentDescription?: boolean | null | undefined;
39369
39447
  showPropertyList?: boolean | null | undefined;
@@ -39456,6 +39534,8 @@ declare const PageBlockBaseV1: z.ZodObject<{
39456
39534
  }[];
39457
39535
  } | undefined;
39458
39536
  imageAlt?: string | undefined;
39537
+ openLightbox?: boolean | undefined;
39538
+ isBordered?: boolean | undefined;
39459
39539
  numberOfColumns?: number | undefined;
39460
39540
  itemBackgroundColor?: {
39461
39541
  value: string;
@@ -39545,6 +39625,8 @@ declare const PageBlockBaseV1: z.ZodObject<{
39545
39625
  imageAlt?: string | undefined;
39546
39626
  imageCaption?: string | undefined;
39547
39627
  imageAlignment?: NonNullable<"Center" | "Left" | "Stretch" | "Right"> | undefined;
39628
+ openLightbox?: boolean | undefined;
39629
+ isBordered?: boolean | undefined;
39548
39630
  } | undefined;
39549
39631
  customBlockKey?: string | undefined;
39550
39632
  customBlockProperties?: {
@@ -39562,6 +39644,7 @@ declare const PageBlockBaseV1: z.ZodObject<{
39562
39644
  backgroundColor?: {
39563
39645
  value: string;
39564
39646
  } | undefined;
39647
+ previewContainerHeight?: number | undefined;
39565
39648
  } | undefined;
39566
39649
  figmaFrames?: {
39567
39650
  persistentId: string;
@@ -39622,10 +39705,19 @@ declare const PageBlockBaseV1: z.ZodObject<{
39622
39705
  selectedThemeIds: string[];
39623
39706
  }[] | undefined;
39624
39707
  blacklistedElementProperties?: string[] | undefined;
39708
+ tokenBlockConfig?: {
39709
+ tokenNameFormat?: NonNullable<"Name" | "GroupAndName" | "FullPath" | "CustomProperty"> | undefined;
39710
+ tokenNameCustomPropertyId?: string | undefined;
39711
+ } | undefined;
39712
+ assetBlockConfig?: {
39713
+ showSearch?: boolean | undefined;
39714
+ showAssetDescription?: boolean | undefined;
39715
+ } | undefined;
39625
39716
  figmaComponentsBlockConfig?: {
39626
39717
  backgroundColor?: {
39627
39718
  value: string;
39628
39719
  } | undefined;
39720
+ previewContainerHeight?: number | undefined;
39629
39721
  showComponentName?: boolean | undefined;
39630
39722
  showComponentDescription?: boolean | undefined;
39631
39723
  showPropertyList?: boolean | undefined;
@@ -39700,6 +39792,8 @@ declare const PageBlockBaseV1: z.ZodObject<{
39700
39792
  }[];
39701
39793
  } | null | undefined;
39702
39794
  imageAlt?: string | null | undefined;
39795
+ openLightbox?: boolean | null | undefined;
39796
+ isBordered?: boolean | null | undefined;
39703
39797
  numberOfColumns?: number | null | undefined;
39704
39798
  itemBackgroundColor?: {
39705
39799
  value: string;
@@ -39789,6 +39883,8 @@ declare const PageBlockBaseV1: z.ZodObject<{
39789
39883
  imageAlt?: string | null | undefined;
39790
39884
  imageCaption?: string | null | undefined;
39791
39885
  imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
39886
+ openLightbox?: boolean | null | undefined;
39887
+ isBordered?: boolean | null | undefined;
39792
39888
  } | null | undefined;
39793
39889
  customBlockKey?: string | null | undefined;
39794
39890
  customBlockProperties?: {
@@ -39806,6 +39902,7 @@ declare const PageBlockBaseV1: z.ZodObject<{
39806
39902
  backgroundColor?: {
39807
39903
  value: string;
39808
39904
  } | null | undefined;
39905
+ previewContainerHeight?: number | null | undefined;
39809
39906
  } | null | undefined;
39810
39907
  figmaFrames?: {
39811
39908
  persistentId: string;
@@ -39866,10 +39963,19 @@ declare const PageBlockBaseV1: z.ZodObject<{
39866
39963
  selectedThemeIds: string[];
39867
39964
  }[] | null | undefined;
39868
39965
  blacklistedElementProperties?: string[] | null | undefined;
39966
+ tokenBlockConfig?: {
39967
+ tokenNameFormat?: "Name" | "GroupAndName" | "FullPath" | "CustomProperty" | null | undefined;
39968
+ tokenNameCustomPropertyId?: string | null | undefined;
39969
+ } | null | undefined;
39970
+ assetBlockConfig?: {
39971
+ showSearch?: boolean | null | undefined;
39972
+ showAssetDescription?: boolean | null | undefined;
39973
+ } | null | undefined;
39869
39974
  figmaComponentsBlockConfig?: {
39870
39975
  backgroundColor?: {
39871
39976
  value: string;
39872
39977
  } | null | undefined;
39978
+ previewContainerHeight?: number | null | undefined;
39873
39979
  showComponentName?: boolean | null | undefined;
39874
39980
  showComponentDescription?: boolean | null | undefined;
39875
39981
  showPropertyList?: boolean | null | undefined;
@@ -39909,8 +40015,6 @@ declare const PageBlockPreviewContainerSize: z.ZodEnum<["Centered", "NaturalHeig
39909
40015
  type PageBlockPreviewContainerSize = z.infer<typeof PageBlockPreviewContainerSize>;
39910
40016
  declare const PageBlockThemeDisplayMode: z.ZodEnum<["Split", "Override"]>;
39911
40017
  type PageBlockThemeDisplayMode = z.infer<typeof PageBlockThemeDisplayMode>;
39912
- declare const PageBlockTokenNameFormat: z.ZodEnum<["Name", "GroupAndName", "FullPath", "CustomProperty"]>;
39913
- type PageBlockTokenNameFormat = z.infer<typeof PageBlockTokenNameFormat>;
39914
40018
  declare const PageBlockTokenValueFormat: z.ZodEnum<["ResolvedValue", "ReferenceName", "NoValue"]>;
39915
40019
  type PageBlockTokenValueFormat = z.infer<typeof PageBlockTokenValueFormat>;
39916
40020
  declare const PageBlockImageResourceReference: z.ZodObject<{
@@ -40416,11 +40520,11 @@ declare const PageBlockItemAssetValue: z.ZodObject<{
40416
40520
  value: string;
40417
40521
  referencedTokenId?: string | undefined;
40418
40522
  } | undefined;
40523
+ previewContainerHeight?: number | undefined;
40419
40524
  previewContainerSize?: "Centered" | "NaturalHeight" | undefined;
40420
- selectedPropertyIds?: string[] | undefined;
40421
40525
  showSearch?: boolean | undefined;
40422
40526
  showAssetDescription?: boolean | undefined;
40423
- previewContainerHeight?: number | undefined;
40527
+ selectedPropertyIds?: string[] | undefined;
40424
40528
  }, {
40425
40529
  value?: {
40426
40530
  entityId: string;
@@ -40439,11 +40543,11 @@ declare const PageBlockItemAssetValue: z.ZodObject<{
40439
40543
  value: string;
40440
40544
  referencedTokenId?: string | undefined;
40441
40545
  } | undefined;
40546
+ previewContainerHeight?: number | undefined;
40442
40547
  previewContainerSize?: "Centered" | "NaturalHeight" | undefined;
40443
- selectedPropertyIds?: string[] | undefined;
40444
40548
  showSearch?: boolean | undefined;
40445
40549
  showAssetDescription?: boolean | undefined;
40446
- previewContainerHeight?: number | undefined;
40550
+ selectedPropertyIds?: string[] | undefined;
40447
40551
  }>;
40448
40552
  type PageBlockItemAssetValue = z.infer<typeof PageBlockItemAssetValue>;
40449
40553
  declare const PageBlockItemAssetPropertyValue: z.ZodObject<{
@@ -40506,12 +40610,12 @@ declare const PageBlockItemFigmaComponentValue: z.ZodObject<{
40506
40610
  value: string;
40507
40611
  referencedTokenId?: string | undefined;
40508
40612
  } | undefined;
40613
+ previewContainerHeight?: number | undefined;
40509
40614
  showComponentName?: boolean | undefined;
40510
40615
  showComponentDescription?: boolean | undefined;
40511
40616
  showPropertyList?: boolean | undefined;
40512
40617
  previewOrderIds?: string[] | undefined;
40513
40618
  previewContainerSize?: "Centered" | "NaturalHeight" | undefined;
40514
- previewContainerHeight?: number | undefined;
40515
40619
  }, {
40516
40620
  value?: {
40517
40621
  entityId: string;
@@ -40524,12 +40628,12 @@ declare const PageBlockItemFigmaComponentValue: z.ZodObject<{
40524
40628
  value: string;
40525
40629
  referencedTokenId?: string | undefined;
40526
40630
  } | undefined;
40631
+ previewContainerHeight?: number | undefined;
40527
40632
  showComponentName?: boolean | undefined;
40528
40633
  showComponentDescription?: boolean | undefined;
40529
40634
  showPropertyList?: boolean | undefined;
40530
40635
  previewOrderIds?: string[] | undefined;
40531
40636
  previewContainerSize?: "Centered" | "NaturalHeight" | undefined;
40532
- previewContainerHeight?: number | undefined;
40533
40637
  }>;
40534
40638
  type PageBlockItemFigmaComponentValue = z.infer<typeof PageBlockItemFigmaComponentValue>;
40535
40639
  declare const PageBlockItemBooleanValue: z.ZodObject<{
@@ -40740,9 +40844,9 @@ declare const PageBlockItemFigmaNodeValue: z.ZodObject<{
40740
40844
  value: string;
40741
40845
  referencedTokenId?: string | undefined;
40742
40846
  } | undefined;
40847
+ previewContainerHeight?: number | undefined;
40743
40848
  previewContainerSize?: "Centered" | "NaturalHeight" | undefined;
40744
40849
  showSearch?: boolean | undefined;
40745
- previewContainerHeight?: number | undefined;
40746
40850
  showFrameDetails?: boolean | undefined;
40747
40851
  }, {
40748
40852
  value?: {
@@ -40760,9 +40864,9 @@ declare const PageBlockItemFigmaNodeValue: z.ZodObject<{
40760
40864
  value: string;
40761
40865
  referencedTokenId?: string | undefined;
40762
40866
  } | undefined;
40867
+ previewContainerHeight?: number | undefined;
40763
40868
  previewContainerSize?: "Centered" | "NaturalHeight" | undefined;
40764
40869
  showSearch?: boolean | undefined;
40765
- previewContainerHeight?: number | undefined;
40766
40870
  showFrameDetails?: boolean | undefined;
40767
40871
  }>;
40768
40872
  type PageBlockItemFigmaNodeValue = z.infer<typeof PageBlockItemFigmaNodeValue>;
@@ -40828,10 +40932,10 @@ declare const PageBlockItemImageValue: z.ZodObject<{
40828
40932
  } | undefined;
40829
40933
  } | undefined;
40830
40934
  alignment?: "Center" | "Left" | "Stretch" | undefined;
40831
- caption?: string | undefined;
40935
+ openLightbox?: boolean | undefined;
40832
40936
  isBordered?: boolean | undefined;
40937
+ caption?: string | undefined;
40833
40938
  alt?: string | undefined;
40834
- openLightbox?: boolean | undefined;
40835
40939
  }, {
40836
40940
  value?: {
40837
40941
  type: "FigmaNode" | "Resource";
@@ -40845,10 +40949,10 @@ declare const PageBlockItemImageValue: z.ZodObject<{
40845
40949
  } | undefined;
40846
40950
  } | undefined;
40847
40951
  alignment?: "Center" | "Left" | "Stretch" | undefined;
40848
- caption?: string | undefined;
40952
+ openLightbox?: boolean | undefined;
40849
40953
  isBordered?: boolean | undefined;
40954
+ caption?: string | undefined;
40850
40955
  alt?: string | undefined;
40851
- openLightbox?: boolean | undefined;
40852
40956
  }>;
40853
40957
  type PageBlockItemImageValue = z.infer<typeof PageBlockItemImageValue>;
40854
40958
  declare const PageBlockItemMarkdownValue: z.ZodObject<{
@@ -41193,14 +41297,14 @@ declare const PageBlockItemTokenValue: z.ZodObject<{
41193
41297
  } | undefined;
41194
41298
  }[];
41195
41299
  selectedThemeIds?: string[] | undefined;
41300
+ tokenNameFormat?: "Name" | "GroupAndName" | "FullPath" | "CustomProperty" | undefined;
41301
+ tokenNameCustomPropertyId?: string | undefined;
41196
41302
  swatches?: {
41197
41303
  id: string;
41198
41304
  selectedThemeIds: string[];
41199
41305
  }[] | undefined;
41200
41306
  selectedPropertyIds?: string[] | undefined;
41201
41307
  themeDisplayMode?: "Override" | "Split" | undefined;
41202
- tokenNameFormat?: "Name" | "GroupAndName" | "FullPath" | "CustomProperty" | undefined;
41203
- tokenNameCustomPropertyId?: string | undefined;
41204
41308
  tokenValueFormat?: "ResolvedValue" | "ReferenceName" | "NoValue" | undefined;
41205
41309
  }, {
41206
41310
  value?: {
@@ -41211,14 +41315,14 @@ declare const PageBlockItemTokenValue: z.ZodObject<{
41211
41315
  } | undefined;
41212
41316
  }[] | undefined;
41213
41317
  selectedThemeIds?: string[] | undefined;
41318
+ tokenNameFormat?: "Name" | "GroupAndName" | "FullPath" | "CustomProperty" | undefined;
41319
+ tokenNameCustomPropertyId?: string | undefined;
41214
41320
  swatches?: {
41215
41321
  id: string;
41216
41322
  selectedThemeIds: string[];
41217
41323
  }[] | undefined;
41218
41324
  selectedPropertyIds?: string[] | undefined;
41219
41325
  themeDisplayMode?: "Override" | "Split" | undefined;
41220
- tokenNameFormat?: "Name" | "GroupAndName" | "FullPath" | "CustomProperty" | undefined;
41221
- tokenNameCustomPropertyId?: string | undefined;
41222
41326
  tokenValueFormat?: "ResolvedValue" | "ReferenceName" | "NoValue" | undefined;
41223
41327
  }>;
41224
41328
  type PageBlockItemTokenValue = z.infer<typeof PageBlockItemTokenValue>;
@@ -42179,6 +42283,8 @@ declare const PageBlockItemTableImageNode: z.ZodObject<{
42179
42283
  } | undefined;
42180
42284
  }>>;
42181
42285
  alignment: z.ZodOptional<z.ZodEnum<["Left", "Center", "Stretch"]>>;
42286
+ openLightbox: z.ZodOptional<z.ZodBoolean>;
42287
+ isBordered: z.ZodOptional<z.ZodBoolean>;
42182
42288
  }, "strip", z.ZodTypeAny, {
42183
42289
  id: string;
42184
42290
  type: "Image";
@@ -42194,6 +42300,8 @@ declare const PageBlockItemTableImageNode: z.ZodObject<{
42194
42300
  } | undefined;
42195
42301
  } | undefined;
42196
42302
  alignment?: "Center" | "Left" | "Stretch" | undefined;
42303
+ openLightbox?: boolean | undefined;
42304
+ isBordered?: boolean | undefined;
42197
42305
  caption?: string | undefined;
42198
42306
  alt?: string | undefined;
42199
42307
  }, {
@@ -42211,6 +42319,8 @@ declare const PageBlockItemTableImageNode: z.ZodObject<{
42211
42319
  } | undefined;
42212
42320
  } | undefined;
42213
42321
  alignment?: "Center" | "Left" | "Stretch" | undefined;
42322
+ openLightbox?: boolean | undefined;
42323
+ isBordered?: boolean | undefined;
42214
42324
  caption?: string | undefined;
42215
42325
  alt?: string | undefined;
42216
42326
  }>;
@@ -42379,6 +42489,8 @@ declare const PageBlockItemTableNode: z.ZodDiscriminatedUnion<"type", [z.ZodObje
42379
42489
  } | undefined;
42380
42490
  }>>;
42381
42491
  alignment: z.ZodOptional<z.ZodEnum<["Left", "Center", "Stretch"]>>;
42492
+ openLightbox: z.ZodOptional<z.ZodBoolean>;
42493
+ isBordered: z.ZodOptional<z.ZodBoolean>;
42382
42494
  }, "strip", z.ZodTypeAny, {
42383
42495
  id: string;
42384
42496
  type: "Image";
@@ -42394,6 +42506,8 @@ declare const PageBlockItemTableNode: z.ZodDiscriminatedUnion<"type", [z.ZodObje
42394
42506
  } | undefined;
42395
42507
  } | undefined;
42396
42508
  alignment?: "Center" | "Left" | "Stretch" | undefined;
42509
+ openLightbox?: boolean | undefined;
42510
+ isBordered?: boolean | undefined;
42397
42511
  caption?: string | undefined;
42398
42512
  alt?: string | undefined;
42399
42513
  }, {
@@ -42411,6 +42525,8 @@ declare const PageBlockItemTableNode: z.ZodDiscriminatedUnion<"type", [z.ZodObje
42411
42525
  } | undefined;
42412
42526
  } | undefined;
42413
42527
  alignment?: "Center" | "Left" | "Stretch" | undefined;
42528
+ openLightbox?: boolean | undefined;
42529
+ isBordered?: boolean | undefined;
42414
42530
  caption?: string | undefined;
42415
42531
  alt?: string | undefined;
42416
42532
  }>]>;
@@ -42581,6 +42697,8 @@ declare const PageBlockItemTableCell: z.ZodObject<{
42581
42697
  } | undefined;
42582
42698
  }>>;
42583
42699
  alignment: z.ZodOptional<z.ZodEnum<["Left", "Center", "Stretch"]>>;
42700
+ openLightbox: z.ZodOptional<z.ZodBoolean>;
42701
+ isBordered: z.ZodOptional<z.ZodBoolean>;
42584
42702
  }, "strip", z.ZodTypeAny, {
42585
42703
  id: string;
42586
42704
  type: "Image";
@@ -42596,6 +42714,8 @@ declare const PageBlockItemTableCell: z.ZodObject<{
42596
42714
  } | undefined;
42597
42715
  } | undefined;
42598
42716
  alignment?: "Center" | "Left" | "Stretch" | undefined;
42717
+ openLightbox?: boolean | undefined;
42718
+ isBordered?: boolean | undefined;
42599
42719
  caption?: string | undefined;
42600
42720
  alt?: string | undefined;
42601
42721
  }, {
@@ -42613,6 +42733,8 @@ declare const PageBlockItemTableCell: z.ZodObject<{
42613
42733
  } | undefined;
42614
42734
  } | undefined;
42615
42735
  alignment?: "Center" | "Left" | "Stretch" | undefined;
42736
+ openLightbox?: boolean | undefined;
42737
+ isBordered?: boolean | undefined;
42616
42738
  caption?: string | undefined;
42617
42739
  alt?: string | undefined;
42618
42740
  }>]>, "many">;
@@ -42653,6 +42775,8 @@ declare const PageBlockItemTableCell: z.ZodObject<{
42653
42775
  } | undefined;
42654
42776
  } | undefined;
42655
42777
  alignment?: "Center" | "Left" | "Stretch" | undefined;
42778
+ openLightbox?: boolean | undefined;
42779
+ isBordered?: boolean | undefined;
42656
42780
  caption?: string | undefined;
42657
42781
  alt?: string | undefined;
42658
42782
  })[];
@@ -42692,6 +42816,8 @@ declare const PageBlockItemTableCell: z.ZodObject<{
42692
42816
  } | undefined;
42693
42817
  } | undefined;
42694
42818
  alignment?: "Center" | "Left" | "Stretch" | undefined;
42819
+ openLightbox?: boolean | undefined;
42820
+ isBordered?: boolean | undefined;
42695
42821
  caption?: string | undefined;
42696
42822
  alt?: string | undefined;
42697
42823
  })[];
@@ -42865,6 +42991,8 @@ declare const PageBlockItemTableRow: z.ZodObject<{
42865
42991
  } | undefined;
42866
42992
  }>>;
42867
42993
  alignment: z.ZodOptional<z.ZodEnum<["Left", "Center", "Stretch"]>>;
42994
+ openLightbox: z.ZodOptional<z.ZodBoolean>;
42995
+ isBordered: z.ZodOptional<z.ZodBoolean>;
42868
42996
  }, "strip", z.ZodTypeAny, {
42869
42997
  id: string;
42870
42998
  type: "Image";
@@ -42880,6 +43008,8 @@ declare const PageBlockItemTableRow: z.ZodObject<{
42880
43008
  } | undefined;
42881
43009
  } | undefined;
42882
43010
  alignment?: "Center" | "Left" | "Stretch" | undefined;
43011
+ openLightbox?: boolean | undefined;
43012
+ isBordered?: boolean | undefined;
42883
43013
  caption?: string | undefined;
42884
43014
  alt?: string | undefined;
42885
43015
  }, {
@@ -42897,6 +43027,8 @@ declare const PageBlockItemTableRow: z.ZodObject<{
42897
43027
  } | undefined;
42898
43028
  } | undefined;
42899
43029
  alignment?: "Center" | "Left" | "Stretch" | undefined;
43030
+ openLightbox?: boolean | undefined;
43031
+ isBordered?: boolean | undefined;
42900
43032
  caption?: string | undefined;
42901
43033
  alt?: string | undefined;
42902
43034
  }>]>, "many">;
@@ -42937,6 +43069,8 @@ declare const PageBlockItemTableRow: z.ZodObject<{
42937
43069
  } | undefined;
42938
43070
  } | undefined;
42939
43071
  alignment?: "Center" | "Left" | "Stretch" | undefined;
43072
+ openLightbox?: boolean | undefined;
43073
+ isBordered?: boolean | undefined;
42940
43074
  caption?: string | undefined;
42941
43075
  alt?: string | undefined;
42942
43076
  })[];
@@ -42976,6 +43110,8 @@ declare const PageBlockItemTableRow: z.ZodObject<{
42976
43110
  } | undefined;
42977
43111
  } | undefined;
42978
43112
  alignment?: "Center" | "Left" | "Stretch" | undefined;
43113
+ openLightbox?: boolean | undefined;
43114
+ isBordered?: boolean | undefined;
42979
43115
  caption?: string | undefined;
42980
43116
  alt?: string | undefined;
42981
43117
  })[];
@@ -43017,6 +43153,8 @@ declare const PageBlockItemTableRow: z.ZodObject<{
43017
43153
  } | undefined;
43018
43154
  } | undefined;
43019
43155
  alignment?: "Center" | "Left" | "Stretch" | undefined;
43156
+ openLightbox?: boolean | undefined;
43157
+ isBordered?: boolean | undefined;
43020
43158
  caption?: string | undefined;
43021
43159
  alt?: string | undefined;
43022
43160
  })[];
@@ -43058,6 +43196,8 @@ declare const PageBlockItemTableRow: z.ZodObject<{
43058
43196
  } | undefined;
43059
43197
  } | undefined;
43060
43198
  alignment?: "Center" | "Left" | "Stretch" | undefined;
43199
+ openLightbox?: boolean | undefined;
43200
+ isBordered?: boolean | undefined;
43061
43201
  caption?: string | undefined;
43062
43202
  alt?: string | undefined;
43063
43203
  })[];
@@ -43236,6 +43376,8 @@ declare const PageBlockItemTableValue: z.ZodObject<{
43236
43376
  } | undefined;
43237
43377
  }>>;
43238
43378
  alignment: z.ZodOptional<z.ZodEnum<["Left", "Center", "Stretch"]>>;
43379
+ openLightbox: z.ZodOptional<z.ZodBoolean>;
43380
+ isBordered: z.ZodOptional<z.ZodBoolean>;
43239
43381
  }, "strip", z.ZodTypeAny, {
43240
43382
  id: string;
43241
43383
  type: "Image";
@@ -43251,6 +43393,8 @@ declare const PageBlockItemTableValue: z.ZodObject<{
43251
43393
  } | undefined;
43252
43394
  } | undefined;
43253
43395
  alignment?: "Center" | "Left" | "Stretch" | undefined;
43396
+ openLightbox?: boolean | undefined;
43397
+ isBordered?: boolean | undefined;
43254
43398
  caption?: string | undefined;
43255
43399
  alt?: string | undefined;
43256
43400
  }, {
@@ -43268,6 +43412,8 @@ declare const PageBlockItemTableValue: z.ZodObject<{
43268
43412
  } | undefined;
43269
43413
  } | undefined;
43270
43414
  alignment?: "Center" | "Left" | "Stretch" | undefined;
43415
+ openLightbox?: boolean | undefined;
43416
+ isBordered?: boolean | undefined;
43271
43417
  caption?: string | undefined;
43272
43418
  alt?: string | undefined;
43273
43419
  }>]>, "many">;
@@ -43308,6 +43454,8 @@ declare const PageBlockItemTableValue: z.ZodObject<{
43308
43454
  } | undefined;
43309
43455
  } | undefined;
43310
43456
  alignment?: "Center" | "Left" | "Stretch" | undefined;
43457
+ openLightbox?: boolean | undefined;
43458
+ isBordered?: boolean | undefined;
43311
43459
  caption?: string | undefined;
43312
43460
  alt?: string | undefined;
43313
43461
  })[];
@@ -43347,6 +43495,8 @@ declare const PageBlockItemTableValue: z.ZodObject<{
43347
43495
  } | undefined;
43348
43496
  } | undefined;
43349
43497
  alignment?: "Center" | "Left" | "Stretch" | undefined;
43498
+ openLightbox?: boolean | undefined;
43499
+ isBordered?: boolean | undefined;
43350
43500
  caption?: string | undefined;
43351
43501
  alt?: string | undefined;
43352
43502
  })[];
@@ -43388,6 +43538,8 @@ declare const PageBlockItemTableValue: z.ZodObject<{
43388
43538
  } | undefined;
43389
43539
  } | undefined;
43390
43540
  alignment?: "Center" | "Left" | "Stretch" | undefined;
43541
+ openLightbox?: boolean | undefined;
43542
+ isBordered?: boolean | undefined;
43391
43543
  caption?: string | undefined;
43392
43544
  alt?: string | undefined;
43393
43545
  })[];
@@ -43429,6 +43581,8 @@ declare const PageBlockItemTableValue: z.ZodObject<{
43429
43581
  } | undefined;
43430
43582
  } | undefined;
43431
43583
  alignment?: "Center" | "Left" | "Stretch" | undefined;
43584
+ openLightbox?: boolean | undefined;
43585
+ isBordered?: boolean | undefined;
43432
43586
  caption?: string | undefined;
43433
43587
  alt?: string | undefined;
43434
43588
  })[];
@@ -43472,6 +43626,8 @@ declare const PageBlockItemTableValue: z.ZodObject<{
43472
43626
  } | undefined;
43473
43627
  } | undefined;
43474
43628
  alignment?: "Center" | "Left" | "Stretch" | undefined;
43629
+ openLightbox?: boolean | undefined;
43630
+ isBordered?: boolean | undefined;
43475
43631
  caption?: string | undefined;
43476
43632
  alt?: string | undefined;
43477
43633
  })[];
@@ -43518,6 +43674,8 @@ declare const PageBlockItemTableValue: z.ZodObject<{
43518
43674
  } | undefined;
43519
43675
  } | undefined;
43520
43676
  alignment?: "Center" | "Left" | "Stretch" | undefined;
43677
+ openLightbox?: boolean | undefined;
43678
+ isBordered?: boolean | undefined;
43521
43679
  caption?: string | undefined;
43522
43680
  alt?: string | undefined;
43523
43681
  })[];
@@ -43590,6 +43748,8 @@ declare const DocumentationPageDataV1: z.ZodObject<{
43590
43748
  }[];
43591
43749
  } | null | undefined;
43592
43750
  imageAlt?: string | null | undefined;
43751
+ openLightbox?: boolean | null | undefined;
43752
+ isBordered?: boolean | null | undefined;
43593
43753
  numberOfColumns?: number | null | undefined;
43594
43754
  itemBackgroundColor?: {
43595
43755
  value: string;
@@ -43679,6 +43839,8 @@ declare const DocumentationPageDataV1: z.ZodObject<{
43679
43839
  imageAlt?: string | null | undefined;
43680
43840
  imageCaption?: string | null | undefined;
43681
43841
  imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
43842
+ openLightbox?: boolean | null | undefined;
43843
+ isBordered?: boolean | null | undefined;
43682
43844
  } | null | undefined;
43683
43845
  customBlockKey?: string | null | undefined;
43684
43846
  customBlockProperties?: {
@@ -43696,6 +43858,7 @@ declare const DocumentationPageDataV1: z.ZodObject<{
43696
43858
  backgroundColor?: {
43697
43859
  value: string;
43698
43860
  } | null | undefined;
43861
+ previewContainerHeight?: number | null | undefined;
43699
43862
  } | null | undefined;
43700
43863
  figmaFrames?: {
43701
43864
  persistentId: string;
@@ -43756,10 +43919,19 @@ declare const DocumentationPageDataV1: z.ZodObject<{
43756
43919
  selectedThemeIds: string[];
43757
43920
  }[] | null | undefined;
43758
43921
  blacklistedElementProperties?: string[] | null | undefined;
43922
+ tokenBlockConfig?: {
43923
+ tokenNameFormat?: "Name" | "GroupAndName" | "FullPath" | "CustomProperty" | null | undefined;
43924
+ tokenNameCustomPropertyId?: string | null | undefined;
43925
+ } | null | undefined;
43926
+ assetBlockConfig?: {
43927
+ showSearch?: boolean | null | undefined;
43928
+ showAssetDescription?: boolean | null | undefined;
43929
+ } | null | undefined;
43759
43930
  figmaComponentsBlockConfig?: {
43760
43931
  backgroundColor?: {
43761
43932
  value: string;
43762
43933
  } | null | undefined;
43934
+ previewContainerHeight?: number | null | undefined;
43763
43935
  showComponentName?: boolean | null | undefined;
43764
43936
  showComponentDescription?: boolean | null | undefined;
43765
43937
  showPropertyList?: boolean | null | undefined;
@@ -43835,6 +44007,8 @@ declare const DocumentationPageDataV1: z.ZodObject<{
43835
44007
  }[];
43836
44008
  } | null | undefined;
43837
44009
  imageAlt?: string | null | undefined;
44010
+ openLightbox?: boolean | null | undefined;
44011
+ isBordered?: boolean | null | undefined;
43838
44012
  numberOfColumns?: number | null | undefined;
43839
44013
  itemBackgroundColor?: {
43840
44014
  value: string;
@@ -43924,6 +44098,8 @@ declare const DocumentationPageDataV1: z.ZodObject<{
43924
44098
  imageAlt?: string | null | undefined;
43925
44099
  imageCaption?: string | null | undefined;
43926
44100
  imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
44101
+ openLightbox?: boolean | null | undefined;
44102
+ isBordered?: boolean | null | undefined;
43927
44103
  } | null | undefined;
43928
44104
  customBlockKey?: string | null | undefined;
43929
44105
  customBlockProperties?: {
@@ -43941,6 +44117,7 @@ declare const DocumentationPageDataV1: z.ZodObject<{
43941
44117
  backgroundColor?: {
43942
44118
  value: string;
43943
44119
  } | null | undefined;
44120
+ previewContainerHeight?: number | null | undefined;
43944
44121
  } | null | undefined;
43945
44122
  figmaFrames?: {
43946
44123
  persistentId: string;
@@ -44001,10 +44178,19 @@ declare const DocumentationPageDataV1: z.ZodObject<{
44001
44178
  selectedThemeIds: string[];
44002
44179
  }[] | null | undefined;
44003
44180
  blacklistedElementProperties?: string[] | null | undefined;
44181
+ tokenBlockConfig?: {
44182
+ tokenNameFormat?: "Name" | "GroupAndName" | "FullPath" | "CustomProperty" | null | undefined;
44183
+ tokenNameCustomPropertyId?: string | null | undefined;
44184
+ } | null | undefined;
44185
+ assetBlockConfig?: {
44186
+ showSearch?: boolean | null | undefined;
44187
+ showAssetDescription?: boolean | null | undefined;
44188
+ } | null | undefined;
44004
44189
  figmaComponentsBlockConfig?: {
44005
44190
  backgroundColor?: {
44006
44191
  value: string;
44007
44192
  } | null | undefined;
44193
+ previewContainerHeight?: number | null | undefined;
44008
44194
  showComponentName?: boolean | null | undefined;
44009
44195
  showComponentDescription?: boolean | null | undefined;
44010
44196
  showPropertyList?: boolean | null | undefined;
@@ -44426,6 +44612,8 @@ declare const DocumentationPageDataV1: z.ZodObject<{
44426
44612
  }[];
44427
44613
  } | null | undefined;
44428
44614
  imageAlt?: string | null | undefined;
44615
+ openLightbox?: boolean | null | undefined;
44616
+ isBordered?: boolean | null | undefined;
44429
44617
  numberOfColumns?: number | null | undefined;
44430
44618
  itemBackgroundColor?: {
44431
44619
  value: string;
@@ -44515,6 +44703,8 @@ declare const DocumentationPageDataV1: z.ZodObject<{
44515
44703
  imageAlt?: string | null | undefined;
44516
44704
  imageCaption?: string | null | undefined;
44517
44705
  imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
44706
+ openLightbox?: boolean | null | undefined;
44707
+ isBordered?: boolean | null | undefined;
44518
44708
  } | null | undefined;
44519
44709
  customBlockKey?: string | null | undefined;
44520
44710
  customBlockProperties?: {
@@ -44532,6 +44722,7 @@ declare const DocumentationPageDataV1: z.ZodObject<{
44532
44722
  backgroundColor?: {
44533
44723
  value: string;
44534
44724
  } | null | undefined;
44725
+ previewContainerHeight?: number | null | undefined;
44535
44726
  } | null | undefined;
44536
44727
  figmaFrames?: {
44537
44728
  persistentId: string;
@@ -44592,10 +44783,19 @@ declare const DocumentationPageDataV1: z.ZodObject<{
44592
44783
  selectedThemeIds: string[];
44593
44784
  }[] | null | undefined;
44594
44785
  blacklistedElementProperties?: string[] | null | undefined;
44786
+ tokenBlockConfig?: {
44787
+ tokenNameFormat?: "Name" | "GroupAndName" | "FullPath" | "CustomProperty" | null | undefined;
44788
+ tokenNameCustomPropertyId?: string | null | undefined;
44789
+ } | null | undefined;
44790
+ assetBlockConfig?: {
44791
+ showSearch?: boolean | null | undefined;
44792
+ showAssetDescription?: boolean | null | undefined;
44793
+ } | null | undefined;
44595
44794
  figmaComponentsBlockConfig?: {
44596
44795
  backgroundColor?: {
44597
44796
  value: string;
44598
44797
  } | null | undefined;
44798
+ previewContainerHeight?: number | null | undefined;
44599
44799
  showComponentName?: boolean | null | undefined;
44600
44800
  showComponentDescription?: boolean | null | undefined;
44601
44801
  showPropertyList?: boolean | null | undefined;
@@ -44671,6 +44871,8 @@ declare const DocumentationPageDataV1: z.ZodObject<{
44671
44871
  }[];
44672
44872
  } | null | undefined;
44673
44873
  imageAlt?: string | null | undefined;
44874
+ openLightbox?: boolean | null | undefined;
44875
+ isBordered?: boolean | null | undefined;
44674
44876
  numberOfColumns?: number | null | undefined;
44675
44877
  itemBackgroundColor?: {
44676
44878
  value: string;
@@ -44760,6 +44962,8 @@ declare const DocumentationPageDataV1: z.ZodObject<{
44760
44962
  imageAlt?: string | null | undefined;
44761
44963
  imageCaption?: string | null | undefined;
44762
44964
  imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
44965
+ openLightbox?: boolean | null | undefined;
44966
+ isBordered?: boolean | null | undefined;
44763
44967
  } | null | undefined;
44764
44968
  customBlockKey?: string | null | undefined;
44765
44969
  customBlockProperties?: {
@@ -44777,6 +44981,7 @@ declare const DocumentationPageDataV1: z.ZodObject<{
44777
44981
  backgroundColor?: {
44778
44982
  value: string;
44779
44983
  } | null | undefined;
44984
+ previewContainerHeight?: number | null | undefined;
44780
44985
  } | null | undefined;
44781
44986
  figmaFrames?: {
44782
44987
  persistentId: string;
@@ -44837,10 +45042,19 @@ declare const DocumentationPageDataV1: z.ZodObject<{
44837
45042
  selectedThemeIds: string[];
44838
45043
  }[] | null | undefined;
44839
45044
  blacklistedElementProperties?: string[] | null | undefined;
45045
+ tokenBlockConfig?: {
45046
+ tokenNameFormat?: "Name" | "GroupAndName" | "FullPath" | "CustomProperty" | null | undefined;
45047
+ tokenNameCustomPropertyId?: string | null | undefined;
45048
+ } | null | undefined;
45049
+ assetBlockConfig?: {
45050
+ showSearch?: boolean | null | undefined;
45051
+ showAssetDescription?: boolean | null | undefined;
45052
+ } | null | undefined;
44840
45053
  figmaComponentsBlockConfig?: {
44841
45054
  backgroundColor?: {
44842
45055
  value: string;
44843
45056
  } | null | undefined;
45057
+ previewContainerHeight?: number | null | undefined;
44844
45058
  showComponentName?: boolean | null | undefined;
44845
45059
  showComponentDescription?: boolean | null | undefined;
44846
45060
  showPropertyList?: boolean | null | undefined;
@@ -51842,6 +52056,8 @@ declare const DocumentationPageV1: z.ZodObject<z.objectUtil.extendShape<z.object
51842
52056
  }[];
51843
52057
  } | null | undefined;
51844
52058
  imageAlt?: string | null | undefined;
52059
+ openLightbox?: boolean | null | undefined;
52060
+ isBordered?: boolean | null | undefined;
51845
52061
  numberOfColumns?: number | null | undefined;
51846
52062
  itemBackgroundColor?: {
51847
52063
  value: string;
@@ -51931,6 +52147,8 @@ declare const DocumentationPageV1: z.ZodObject<z.objectUtil.extendShape<z.object
51931
52147
  imageAlt?: string | null | undefined;
51932
52148
  imageCaption?: string | null | undefined;
51933
52149
  imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
52150
+ openLightbox?: boolean | null | undefined;
52151
+ isBordered?: boolean | null | undefined;
51934
52152
  } | null | undefined;
51935
52153
  customBlockKey?: string | null | undefined;
51936
52154
  customBlockProperties?: {
@@ -51948,6 +52166,7 @@ declare const DocumentationPageV1: z.ZodObject<z.objectUtil.extendShape<z.object
51948
52166
  backgroundColor?: {
51949
52167
  value: string;
51950
52168
  } | null | undefined;
52169
+ previewContainerHeight?: number | null | undefined;
51951
52170
  } | null | undefined;
51952
52171
  figmaFrames?: {
51953
52172
  persistentId: string;
@@ -52008,10 +52227,19 @@ declare const DocumentationPageV1: z.ZodObject<z.objectUtil.extendShape<z.object
52008
52227
  selectedThemeIds: string[];
52009
52228
  }[] | null | undefined;
52010
52229
  blacklistedElementProperties?: string[] | null | undefined;
52230
+ tokenBlockConfig?: {
52231
+ tokenNameFormat?: "Name" | "GroupAndName" | "FullPath" | "CustomProperty" | null | undefined;
52232
+ tokenNameCustomPropertyId?: string | null | undefined;
52233
+ } | null | undefined;
52234
+ assetBlockConfig?: {
52235
+ showSearch?: boolean | null | undefined;
52236
+ showAssetDescription?: boolean | null | undefined;
52237
+ } | null | undefined;
52011
52238
  figmaComponentsBlockConfig?: {
52012
52239
  backgroundColor?: {
52013
52240
  value: string;
52014
52241
  } | null | undefined;
52242
+ previewContainerHeight?: number | null | undefined;
52015
52243
  showComponentName?: boolean | null | undefined;
52016
52244
  showComponentDescription?: boolean | null | undefined;
52017
52245
  showPropertyList?: boolean | null | undefined;
@@ -52087,6 +52315,8 @@ declare const DocumentationPageV1: z.ZodObject<z.objectUtil.extendShape<z.object
52087
52315
  }[];
52088
52316
  } | null | undefined;
52089
52317
  imageAlt?: string | null | undefined;
52318
+ openLightbox?: boolean | null | undefined;
52319
+ isBordered?: boolean | null | undefined;
52090
52320
  numberOfColumns?: number | null | undefined;
52091
52321
  itemBackgroundColor?: {
52092
52322
  value: string;
@@ -52176,6 +52406,8 @@ declare const DocumentationPageV1: z.ZodObject<z.objectUtil.extendShape<z.object
52176
52406
  imageAlt?: string | null | undefined;
52177
52407
  imageCaption?: string | null | undefined;
52178
52408
  imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
52409
+ openLightbox?: boolean | null | undefined;
52410
+ isBordered?: boolean | null | undefined;
52179
52411
  } | null | undefined;
52180
52412
  customBlockKey?: string | null | undefined;
52181
52413
  customBlockProperties?: {
@@ -52193,6 +52425,7 @@ declare const DocumentationPageV1: z.ZodObject<z.objectUtil.extendShape<z.object
52193
52425
  backgroundColor?: {
52194
52426
  value: string;
52195
52427
  } | null | undefined;
52428
+ previewContainerHeight?: number | null | undefined;
52196
52429
  } | null | undefined;
52197
52430
  figmaFrames?: {
52198
52431
  persistentId: string;
@@ -52253,10 +52486,19 @@ declare const DocumentationPageV1: z.ZodObject<z.objectUtil.extendShape<z.object
52253
52486
  selectedThemeIds: string[];
52254
52487
  }[] | null | undefined;
52255
52488
  blacklistedElementProperties?: string[] | null | undefined;
52489
+ tokenBlockConfig?: {
52490
+ tokenNameFormat?: "Name" | "GroupAndName" | "FullPath" | "CustomProperty" | null | undefined;
52491
+ tokenNameCustomPropertyId?: string | null | undefined;
52492
+ } | null | undefined;
52493
+ assetBlockConfig?: {
52494
+ showSearch?: boolean | null | undefined;
52495
+ showAssetDescription?: boolean | null | undefined;
52496
+ } | null | undefined;
52256
52497
  figmaComponentsBlockConfig?: {
52257
52498
  backgroundColor?: {
52258
52499
  value: string;
52259
52500
  } | null | undefined;
52501
+ previewContainerHeight?: number | null | undefined;
52260
52502
  showComponentName?: boolean | null | undefined;
52261
52503
  showComponentDescription?: boolean | null | undefined;
52262
52504
  showPropertyList?: boolean | null | undefined;
@@ -52678,6 +52920,8 @@ declare const DocumentationPageV1: z.ZodObject<z.objectUtil.extendShape<z.object
52678
52920
  }[];
52679
52921
  } | null | undefined;
52680
52922
  imageAlt?: string | null | undefined;
52923
+ openLightbox?: boolean | null | undefined;
52924
+ isBordered?: boolean | null | undefined;
52681
52925
  numberOfColumns?: number | null | undefined;
52682
52926
  itemBackgroundColor?: {
52683
52927
  value: string;
@@ -52767,6 +53011,8 @@ declare const DocumentationPageV1: z.ZodObject<z.objectUtil.extendShape<z.object
52767
53011
  imageAlt?: string | null | undefined;
52768
53012
  imageCaption?: string | null | undefined;
52769
53013
  imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
53014
+ openLightbox?: boolean | null | undefined;
53015
+ isBordered?: boolean | null | undefined;
52770
53016
  } | null | undefined;
52771
53017
  customBlockKey?: string | null | undefined;
52772
53018
  customBlockProperties?: {
@@ -52784,6 +53030,7 @@ declare const DocumentationPageV1: z.ZodObject<z.objectUtil.extendShape<z.object
52784
53030
  backgroundColor?: {
52785
53031
  value: string;
52786
53032
  } | null | undefined;
53033
+ previewContainerHeight?: number | null | undefined;
52787
53034
  } | null | undefined;
52788
53035
  figmaFrames?: {
52789
53036
  persistentId: string;
@@ -52844,10 +53091,19 @@ declare const DocumentationPageV1: z.ZodObject<z.objectUtil.extendShape<z.object
52844
53091
  selectedThemeIds: string[];
52845
53092
  }[] | null | undefined;
52846
53093
  blacklistedElementProperties?: string[] | null | undefined;
53094
+ tokenBlockConfig?: {
53095
+ tokenNameFormat?: "Name" | "GroupAndName" | "FullPath" | "CustomProperty" | null | undefined;
53096
+ tokenNameCustomPropertyId?: string | null | undefined;
53097
+ } | null | undefined;
53098
+ assetBlockConfig?: {
53099
+ showSearch?: boolean | null | undefined;
53100
+ showAssetDescription?: boolean | null | undefined;
53101
+ } | null | undefined;
52847
53102
  figmaComponentsBlockConfig?: {
52848
53103
  backgroundColor?: {
52849
53104
  value: string;
52850
53105
  } | null | undefined;
53106
+ previewContainerHeight?: number | null | undefined;
52851
53107
  showComponentName?: boolean | null | undefined;
52852
53108
  showComponentDescription?: boolean | null | undefined;
52853
53109
  showPropertyList?: boolean | null | undefined;
@@ -52923,6 +53179,8 @@ declare const DocumentationPageV1: z.ZodObject<z.objectUtil.extendShape<z.object
52923
53179
  }[];
52924
53180
  } | null | undefined;
52925
53181
  imageAlt?: string | null | undefined;
53182
+ openLightbox?: boolean | null | undefined;
53183
+ isBordered?: boolean | null | undefined;
52926
53184
  numberOfColumns?: number | null | undefined;
52927
53185
  itemBackgroundColor?: {
52928
53186
  value: string;
@@ -53012,6 +53270,8 @@ declare const DocumentationPageV1: z.ZodObject<z.objectUtil.extendShape<z.object
53012
53270
  imageAlt?: string | null | undefined;
53013
53271
  imageCaption?: string | null | undefined;
53014
53272
  imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
53273
+ openLightbox?: boolean | null | undefined;
53274
+ isBordered?: boolean | null | undefined;
53015
53275
  } | null | undefined;
53016
53276
  customBlockKey?: string | null | undefined;
53017
53277
  customBlockProperties?: {
@@ -53029,6 +53289,7 @@ declare const DocumentationPageV1: z.ZodObject<z.objectUtil.extendShape<z.object
53029
53289
  backgroundColor?: {
53030
53290
  value: string;
53031
53291
  } | null | undefined;
53292
+ previewContainerHeight?: number | null | undefined;
53032
53293
  } | null | undefined;
53033
53294
  figmaFrames?: {
53034
53295
  persistentId: string;
@@ -53089,10 +53350,19 @@ declare const DocumentationPageV1: z.ZodObject<z.objectUtil.extendShape<z.object
53089
53350
  selectedThemeIds: string[];
53090
53351
  }[] | null | undefined;
53091
53352
  blacklistedElementProperties?: string[] | null | undefined;
53353
+ tokenBlockConfig?: {
53354
+ tokenNameFormat?: "Name" | "GroupAndName" | "FullPath" | "CustomProperty" | null | undefined;
53355
+ tokenNameCustomPropertyId?: string | null | undefined;
53356
+ } | null | undefined;
53357
+ assetBlockConfig?: {
53358
+ showSearch?: boolean | null | undefined;
53359
+ showAssetDescription?: boolean | null | undefined;
53360
+ } | null | undefined;
53092
53361
  figmaComponentsBlockConfig?: {
53093
53362
  backgroundColor?: {
53094
53363
  value: string;
53095
53364
  } | null | undefined;
53365
+ previewContainerHeight?: number | null | undefined;
53096
53366
  showComponentName?: boolean | null | undefined;
53097
53367
  showComponentDescription?: boolean | null | undefined;
53098
53368
  showPropertyList?: boolean | null | undefined;
@@ -53333,6 +53603,8 @@ declare const DocumentationPageV1: z.ZodObject<z.objectUtil.extendShape<z.object
53333
53603
  }[];
53334
53604
  } | null | undefined;
53335
53605
  imageAlt?: string | null | undefined;
53606
+ openLightbox?: boolean | null | undefined;
53607
+ isBordered?: boolean | null | undefined;
53336
53608
  numberOfColumns?: number | null | undefined;
53337
53609
  itemBackgroundColor?: {
53338
53610
  value: string;
@@ -53422,6 +53694,8 @@ declare const DocumentationPageV1: z.ZodObject<z.objectUtil.extendShape<z.object
53422
53694
  imageAlt?: string | null | undefined;
53423
53695
  imageCaption?: string | null | undefined;
53424
53696
  imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
53697
+ openLightbox?: boolean | null | undefined;
53698
+ isBordered?: boolean | null | undefined;
53425
53699
  } | null | undefined;
53426
53700
  customBlockKey?: string | null | undefined;
53427
53701
  customBlockProperties?: {
@@ -53439,6 +53713,7 @@ declare const DocumentationPageV1: z.ZodObject<z.objectUtil.extendShape<z.object
53439
53713
  backgroundColor?: {
53440
53714
  value: string;
53441
53715
  } | null | undefined;
53716
+ previewContainerHeight?: number | null | undefined;
53442
53717
  } | null | undefined;
53443
53718
  figmaFrames?: {
53444
53719
  persistentId: string;
@@ -53499,10 +53774,19 @@ declare const DocumentationPageV1: z.ZodObject<z.objectUtil.extendShape<z.object
53499
53774
  selectedThemeIds: string[];
53500
53775
  }[] | null | undefined;
53501
53776
  blacklistedElementProperties?: string[] | null | undefined;
53777
+ tokenBlockConfig?: {
53778
+ tokenNameFormat?: "Name" | "GroupAndName" | "FullPath" | "CustomProperty" | null | undefined;
53779
+ tokenNameCustomPropertyId?: string | null | undefined;
53780
+ } | null | undefined;
53781
+ assetBlockConfig?: {
53782
+ showSearch?: boolean | null | undefined;
53783
+ showAssetDescription?: boolean | null | undefined;
53784
+ } | null | undefined;
53502
53785
  figmaComponentsBlockConfig?: {
53503
53786
  backgroundColor?: {
53504
53787
  value: string;
53505
53788
  } | null | undefined;
53789
+ previewContainerHeight?: number | null | undefined;
53506
53790
  showComponentName?: boolean | null | undefined;
53507
53791
  showComponentDescription?: boolean | null | undefined;
53508
53792
  showPropertyList?: boolean | null | undefined;
@@ -53578,6 +53862,8 @@ declare const DocumentationPageV1: z.ZodObject<z.objectUtil.extendShape<z.object
53578
53862
  }[];
53579
53863
  } | null | undefined;
53580
53864
  imageAlt?: string | null | undefined;
53865
+ openLightbox?: boolean | null | undefined;
53866
+ isBordered?: boolean | null | undefined;
53581
53867
  numberOfColumns?: number | null | undefined;
53582
53868
  itemBackgroundColor?: {
53583
53869
  value: string;
@@ -53667,6 +53953,8 @@ declare const DocumentationPageV1: z.ZodObject<z.objectUtil.extendShape<z.object
53667
53953
  imageAlt?: string | null | undefined;
53668
53954
  imageCaption?: string | null | undefined;
53669
53955
  imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
53956
+ openLightbox?: boolean | null | undefined;
53957
+ isBordered?: boolean | null | undefined;
53670
53958
  } | null | undefined;
53671
53959
  customBlockKey?: string | null | undefined;
53672
53960
  customBlockProperties?: {
@@ -53684,6 +53972,7 @@ declare const DocumentationPageV1: z.ZodObject<z.objectUtil.extendShape<z.object
53684
53972
  backgroundColor?: {
53685
53973
  value: string;
53686
53974
  } | null | undefined;
53975
+ previewContainerHeight?: number | null | undefined;
53687
53976
  } | null | undefined;
53688
53977
  figmaFrames?: {
53689
53978
  persistentId: string;
@@ -53744,10 +54033,19 @@ declare const DocumentationPageV1: z.ZodObject<z.objectUtil.extendShape<z.object
53744
54033
  selectedThemeIds: string[];
53745
54034
  }[] | null | undefined;
53746
54035
  blacklistedElementProperties?: string[] | null | undefined;
54036
+ tokenBlockConfig?: {
54037
+ tokenNameFormat?: "Name" | "GroupAndName" | "FullPath" | "CustomProperty" | null | undefined;
54038
+ tokenNameCustomPropertyId?: string | null | undefined;
54039
+ } | null | undefined;
54040
+ assetBlockConfig?: {
54041
+ showSearch?: boolean | null | undefined;
54042
+ showAssetDescription?: boolean | null | undefined;
54043
+ } | null | undefined;
53747
54044
  figmaComponentsBlockConfig?: {
53748
54045
  backgroundColor?: {
53749
54046
  value: string;
53750
54047
  } | null | undefined;
54048
+ previewContainerHeight?: number | null | undefined;
53751
54049
  showComponentName?: boolean | null | undefined;
53752
54050
  showComponentDescription?: boolean | null | undefined;
53753
54051
  showPropertyList?: boolean | null | undefined;
@@ -54883,6 +55181,8 @@ declare const DocumentationPageV2: z.ZodObject<z.objectUtil.extendShape<z.object
54883
55181
  }[];
54884
55182
  } | null | undefined;
54885
55183
  imageAlt?: string | null | undefined;
55184
+ openLightbox?: boolean | null | undefined;
55185
+ isBordered?: boolean | null | undefined;
54886
55186
  numberOfColumns?: number | null | undefined;
54887
55187
  itemBackgroundColor?: {
54888
55188
  value: string;
@@ -54972,6 +55272,8 @@ declare const DocumentationPageV2: z.ZodObject<z.objectUtil.extendShape<z.object
54972
55272
  imageAlt?: string | null | undefined;
54973
55273
  imageCaption?: string | null | undefined;
54974
55274
  imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
55275
+ openLightbox?: boolean | null | undefined;
55276
+ isBordered?: boolean | null | undefined;
54975
55277
  } | null | undefined;
54976
55278
  customBlockKey?: string | null | undefined;
54977
55279
  customBlockProperties?: {
@@ -54989,6 +55291,7 @@ declare const DocumentationPageV2: z.ZodObject<z.objectUtil.extendShape<z.object
54989
55291
  backgroundColor?: {
54990
55292
  value: string;
54991
55293
  } | null | undefined;
55294
+ previewContainerHeight?: number | null | undefined;
54992
55295
  } | null | undefined;
54993
55296
  figmaFrames?: {
54994
55297
  persistentId: string;
@@ -55049,10 +55352,19 @@ declare const DocumentationPageV2: z.ZodObject<z.objectUtil.extendShape<z.object
55049
55352
  selectedThemeIds: string[];
55050
55353
  }[] | null | undefined;
55051
55354
  blacklistedElementProperties?: string[] | null | undefined;
55355
+ tokenBlockConfig?: {
55356
+ tokenNameFormat?: "Name" | "GroupAndName" | "FullPath" | "CustomProperty" | null | undefined;
55357
+ tokenNameCustomPropertyId?: string | null | undefined;
55358
+ } | null | undefined;
55359
+ assetBlockConfig?: {
55360
+ showSearch?: boolean | null | undefined;
55361
+ showAssetDescription?: boolean | null | undefined;
55362
+ } | null | undefined;
55052
55363
  figmaComponentsBlockConfig?: {
55053
55364
  backgroundColor?: {
55054
55365
  value: string;
55055
55366
  } | null | undefined;
55367
+ previewContainerHeight?: number | null | undefined;
55056
55368
  showComponentName?: boolean | null | undefined;
55057
55369
  showComponentDescription?: boolean | null | undefined;
55058
55370
  showPropertyList?: boolean | null | undefined;
@@ -55128,6 +55440,8 @@ declare const DocumentationPageV2: z.ZodObject<z.objectUtil.extendShape<z.object
55128
55440
  }[];
55129
55441
  } | null | undefined;
55130
55442
  imageAlt?: string | null | undefined;
55443
+ openLightbox?: boolean | null | undefined;
55444
+ isBordered?: boolean | null | undefined;
55131
55445
  numberOfColumns?: number | null | undefined;
55132
55446
  itemBackgroundColor?: {
55133
55447
  value: string;
@@ -55217,6 +55531,8 @@ declare const DocumentationPageV2: z.ZodObject<z.objectUtil.extendShape<z.object
55217
55531
  imageAlt?: string | null | undefined;
55218
55532
  imageCaption?: string | null | undefined;
55219
55533
  imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
55534
+ openLightbox?: boolean | null | undefined;
55535
+ isBordered?: boolean | null | undefined;
55220
55536
  } | null | undefined;
55221
55537
  customBlockKey?: string | null | undefined;
55222
55538
  customBlockProperties?: {
@@ -55234,6 +55550,7 @@ declare const DocumentationPageV2: z.ZodObject<z.objectUtil.extendShape<z.object
55234
55550
  backgroundColor?: {
55235
55551
  value: string;
55236
55552
  } | null | undefined;
55553
+ previewContainerHeight?: number | null | undefined;
55237
55554
  } | null | undefined;
55238
55555
  figmaFrames?: {
55239
55556
  persistentId: string;
@@ -55294,10 +55611,19 @@ declare const DocumentationPageV2: z.ZodObject<z.objectUtil.extendShape<z.object
55294
55611
  selectedThemeIds: string[];
55295
55612
  }[] | null | undefined;
55296
55613
  blacklistedElementProperties?: string[] | null | undefined;
55614
+ tokenBlockConfig?: {
55615
+ tokenNameFormat?: "Name" | "GroupAndName" | "FullPath" | "CustomProperty" | null | undefined;
55616
+ tokenNameCustomPropertyId?: string | null | undefined;
55617
+ } | null | undefined;
55618
+ assetBlockConfig?: {
55619
+ showSearch?: boolean | null | undefined;
55620
+ showAssetDescription?: boolean | null | undefined;
55621
+ } | null | undefined;
55297
55622
  figmaComponentsBlockConfig?: {
55298
55623
  backgroundColor?: {
55299
55624
  value: string;
55300
55625
  } | null | undefined;
55626
+ previewContainerHeight?: number | null | undefined;
55301
55627
  showComponentName?: boolean | null | undefined;
55302
55628
  showComponentDescription?: boolean | null | undefined;
55303
55629
  showPropertyList?: boolean | null | undefined;
@@ -55441,6 +55767,8 @@ declare const DocumentationPageV2: z.ZodObject<z.objectUtil.extendShape<z.object
55441
55767
  }[];
55442
55768
  } | null | undefined;
55443
55769
  imageAlt?: string | null | undefined;
55770
+ openLightbox?: boolean | null | undefined;
55771
+ isBordered?: boolean | null | undefined;
55444
55772
  numberOfColumns?: number | null | undefined;
55445
55773
  itemBackgroundColor?: {
55446
55774
  value: string;
@@ -55530,6 +55858,8 @@ declare const DocumentationPageV2: z.ZodObject<z.objectUtil.extendShape<z.object
55530
55858
  imageAlt?: string | null | undefined;
55531
55859
  imageCaption?: string | null | undefined;
55532
55860
  imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
55861
+ openLightbox?: boolean | null | undefined;
55862
+ isBordered?: boolean | null | undefined;
55533
55863
  } | null | undefined;
55534
55864
  customBlockKey?: string | null | undefined;
55535
55865
  customBlockProperties?: {
@@ -55547,6 +55877,7 @@ declare const DocumentationPageV2: z.ZodObject<z.objectUtil.extendShape<z.object
55547
55877
  backgroundColor?: {
55548
55878
  value: string;
55549
55879
  } | null | undefined;
55880
+ previewContainerHeight?: number | null | undefined;
55550
55881
  } | null | undefined;
55551
55882
  figmaFrames?: {
55552
55883
  persistentId: string;
@@ -55607,10 +55938,19 @@ declare const DocumentationPageV2: z.ZodObject<z.objectUtil.extendShape<z.object
55607
55938
  selectedThemeIds: string[];
55608
55939
  }[] | null | undefined;
55609
55940
  blacklistedElementProperties?: string[] | null | undefined;
55941
+ tokenBlockConfig?: {
55942
+ tokenNameFormat?: "Name" | "GroupAndName" | "FullPath" | "CustomProperty" | null | undefined;
55943
+ tokenNameCustomPropertyId?: string | null | undefined;
55944
+ } | null | undefined;
55945
+ assetBlockConfig?: {
55946
+ showSearch?: boolean | null | undefined;
55947
+ showAssetDescription?: boolean | null | undefined;
55948
+ } | null | undefined;
55610
55949
  figmaComponentsBlockConfig?: {
55611
55950
  backgroundColor?: {
55612
55951
  value: string;
55613
55952
  } | null | undefined;
55953
+ previewContainerHeight?: number | null | undefined;
55614
55954
  showComponentName?: boolean | null | undefined;
55615
55955
  showComponentDescription?: boolean | null | undefined;
55616
55956
  showPropertyList?: boolean | null | undefined;
@@ -55686,6 +56026,8 @@ declare const DocumentationPageV2: z.ZodObject<z.objectUtil.extendShape<z.object
55686
56026
  }[];
55687
56027
  } | null | undefined;
55688
56028
  imageAlt?: string | null | undefined;
56029
+ openLightbox?: boolean | null | undefined;
56030
+ isBordered?: boolean | null | undefined;
55689
56031
  numberOfColumns?: number | null | undefined;
55690
56032
  itemBackgroundColor?: {
55691
56033
  value: string;
@@ -55775,6 +56117,8 @@ declare const DocumentationPageV2: z.ZodObject<z.objectUtil.extendShape<z.object
55775
56117
  imageAlt?: string | null | undefined;
55776
56118
  imageCaption?: string | null | undefined;
55777
56119
  imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
56120
+ openLightbox?: boolean | null | undefined;
56121
+ isBordered?: boolean | null | undefined;
55778
56122
  } | null | undefined;
55779
56123
  customBlockKey?: string | null | undefined;
55780
56124
  customBlockProperties?: {
@@ -55792,6 +56136,7 @@ declare const DocumentationPageV2: z.ZodObject<z.objectUtil.extendShape<z.object
55792
56136
  backgroundColor?: {
55793
56137
  value: string;
55794
56138
  } | null | undefined;
56139
+ previewContainerHeight?: number | null | undefined;
55795
56140
  } | null | undefined;
55796
56141
  figmaFrames?: {
55797
56142
  persistentId: string;
@@ -55852,10 +56197,19 @@ declare const DocumentationPageV2: z.ZodObject<z.objectUtil.extendShape<z.object
55852
56197
  selectedThemeIds: string[];
55853
56198
  }[] | null | undefined;
55854
56199
  blacklistedElementProperties?: string[] | null | undefined;
56200
+ tokenBlockConfig?: {
56201
+ tokenNameFormat?: "Name" | "GroupAndName" | "FullPath" | "CustomProperty" | null | undefined;
56202
+ tokenNameCustomPropertyId?: string | null | undefined;
56203
+ } | null | undefined;
56204
+ assetBlockConfig?: {
56205
+ showSearch?: boolean | null | undefined;
56206
+ showAssetDescription?: boolean | null | undefined;
56207
+ } | null | undefined;
55855
56208
  figmaComponentsBlockConfig?: {
55856
56209
  backgroundColor?: {
55857
56210
  value: string;
55858
56211
  } | null | undefined;
56212
+ previewContainerHeight?: number | null | undefined;
55859
56213
  showComponentName?: boolean | null | undefined;
55860
56214
  showComponentDescription?: boolean | null | undefined;
55861
56215
  showPropertyList?: boolean | null | undefined;
@@ -56022,6 +56376,8 @@ declare const DocumentationPageV2: z.ZodObject<z.objectUtil.extendShape<z.object
56022
56376
  }[];
56023
56377
  } | null | undefined;
56024
56378
  imageAlt?: string | null | undefined;
56379
+ openLightbox?: boolean | null | undefined;
56380
+ isBordered?: boolean | null | undefined;
56025
56381
  numberOfColumns?: number | null | undefined;
56026
56382
  itemBackgroundColor?: {
56027
56383
  value: string;
@@ -56111,6 +56467,8 @@ declare const DocumentationPageV2: z.ZodObject<z.objectUtil.extendShape<z.object
56111
56467
  imageAlt?: string | null | undefined;
56112
56468
  imageCaption?: string | null | undefined;
56113
56469
  imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
56470
+ openLightbox?: boolean | null | undefined;
56471
+ isBordered?: boolean | null | undefined;
56114
56472
  } | null | undefined;
56115
56473
  customBlockKey?: string | null | undefined;
56116
56474
  customBlockProperties?: {
@@ -56128,6 +56486,7 @@ declare const DocumentationPageV2: z.ZodObject<z.objectUtil.extendShape<z.object
56128
56486
  backgroundColor?: {
56129
56487
  value: string;
56130
56488
  } | null | undefined;
56489
+ previewContainerHeight?: number | null | undefined;
56131
56490
  } | null | undefined;
56132
56491
  figmaFrames?: {
56133
56492
  persistentId: string;
@@ -56188,10 +56547,19 @@ declare const DocumentationPageV2: z.ZodObject<z.objectUtil.extendShape<z.object
56188
56547
  selectedThemeIds: string[];
56189
56548
  }[] | null | undefined;
56190
56549
  blacklistedElementProperties?: string[] | null | undefined;
56550
+ tokenBlockConfig?: {
56551
+ tokenNameFormat?: "Name" | "GroupAndName" | "FullPath" | "CustomProperty" | null | undefined;
56552
+ tokenNameCustomPropertyId?: string | null | undefined;
56553
+ } | null | undefined;
56554
+ assetBlockConfig?: {
56555
+ showSearch?: boolean | null | undefined;
56556
+ showAssetDescription?: boolean | null | undefined;
56557
+ } | null | undefined;
56191
56558
  figmaComponentsBlockConfig?: {
56192
56559
  backgroundColor?: {
56193
56560
  value: string;
56194
56561
  } | null | undefined;
56562
+ previewContainerHeight?: number | null | undefined;
56195
56563
  showComponentName?: boolean | null | undefined;
56196
56564
  showComponentDescription?: boolean | null | undefined;
56197
56565
  showPropertyList?: boolean | null | undefined;
@@ -56267,6 +56635,8 @@ declare const DocumentationPageV2: z.ZodObject<z.objectUtil.extendShape<z.object
56267
56635
  }[];
56268
56636
  } | null | undefined;
56269
56637
  imageAlt?: string | null | undefined;
56638
+ openLightbox?: boolean | null | undefined;
56639
+ isBordered?: boolean | null | undefined;
56270
56640
  numberOfColumns?: number | null | undefined;
56271
56641
  itemBackgroundColor?: {
56272
56642
  value: string;
@@ -56356,6 +56726,8 @@ declare const DocumentationPageV2: z.ZodObject<z.objectUtil.extendShape<z.object
56356
56726
  imageAlt?: string | null | undefined;
56357
56727
  imageCaption?: string | null | undefined;
56358
56728
  imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
56729
+ openLightbox?: boolean | null | undefined;
56730
+ isBordered?: boolean | null | undefined;
56359
56731
  } | null | undefined;
56360
56732
  customBlockKey?: string | null | undefined;
56361
56733
  customBlockProperties?: {
@@ -56373,6 +56745,7 @@ declare const DocumentationPageV2: z.ZodObject<z.objectUtil.extendShape<z.object
56373
56745
  backgroundColor?: {
56374
56746
  value: string;
56375
56747
  } | null | undefined;
56748
+ previewContainerHeight?: number | null | undefined;
56376
56749
  } | null | undefined;
56377
56750
  figmaFrames?: {
56378
56751
  persistentId: string;
@@ -56433,10 +56806,19 @@ declare const DocumentationPageV2: z.ZodObject<z.objectUtil.extendShape<z.object
56433
56806
  selectedThemeIds: string[];
56434
56807
  }[] | null | undefined;
56435
56808
  blacklistedElementProperties?: string[] | null | undefined;
56809
+ tokenBlockConfig?: {
56810
+ tokenNameFormat?: "Name" | "GroupAndName" | "FullPath" | "CustomProperty" | null | undefined;
56811
+ tokenNameCustomPropertyId?: string | null | undefined;
56812
+ } | null | undefined;
56813
+ assetBlockConfig?: {
56814
+ showSearch?: boolean | null | undefined;
56815
+ showAssetDescription?: boolean | null | undefined;
56816
+ } | null | undefined;
56436
56817
  figmaComponentsBlockConfig?: {
56437
56818
  backgroundColor?: {
56438
56819
  value: string;
56439
56820
  } | null | undefined;
56821
+ previewContainerHeight?: number | null | undefined;
56440
56822
  showComponentName?: boolean | null | undefined;
56441
56823
  showComponentDescription?: boolean | null | undefined;
56442
56824
  showPropertyList?: boolean | null | undefined;
@@ -75265,6 +75647,8 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
75265
75647
  }[];
75266
75648
  } | null | undefined;
75267
75649
  imageAlt?: string | null | undefined;
75650
+ openLightbox?: boolean | null | undefined;
75651
+ isBordered?: boolean | null | undefined;
75268
75652
  numberOfColumns?: number | null | undefined;
75269
75653
  itemBackgroundColor?: {
75270
75654
  value: string;
@@ -75354,6 +75738,8 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
75354
75738
  imageAlt?: string | null | undefined;
75355
75739
  imageCaption?: string | null | undefined;
75356
75740
  imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
75741
+ openLightbox?: boolean | null | undefined;
75742
+ isBordered?: boolean | null | undefined;
75357
75743
  } | null | undefined;
75358
75744
  customBlockKey?: string | null | undefined;
75359
75745
  customBlockProperties?: {
@@ -75371,6 +75757,7 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
75371
75757
  backgroundColor?: {
75372
75758
  value: string;
75373
75759
  } | null | undefined;
75760
+ previewContainerHeight?: number | null | undefined;
75374
75761
  } | null | undefined;
75375
75762
  figmaFrames?: {
75376
75763
  persistentId: string;
@@ -75431,10 +75818,19 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
75431
75818
  selectedThemeIds: string[];
75432
75819
  }[] | null | undefined;
75433
75820
  blacklistedElementProperties?: string[] | null | undefined;
75821
+ tokenBlockConfig?: {
75822
+ tokenNameFormat?: "Name" | "GroupAndName" | "FullPath" | "CustomProperty" | null | undefined;
75823
+ tokenNameCustomPropertyId?: string | null | undefined;
75824
+ } | null | undefined;
75825
+ assetBlockConfig?: {
75826
+ showSearch?: boolean | null | undefined;
75827
+ showAssetDescription?: boolean | null | undefined;
75828
+ } | null | undefined;
75434
75829
  figmaComponentsBlockConfig?: {
75435
75830
  backgroundColor?: {
75436
75831
  value: string;
75437
75832
  } | null | undefined;
75833
+ previewContainerHeight?: number | null | undefined;
75438
75834
  showComponentName?: boolean | null | undefined;
75439
75835
  showComponentDescription?: boolean | null | undefined;
75440
75836
  showPropertyList?: boolean | null | undefined;
@@ -75510,6 +75906,8 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
75510
75906
  }[];
75511
75907
  } | null | undefined;
75512
75908
  imageAlt?: string | null | undefined;
75909
+ openLightbox?: boolean | null | undefined;
75910
+ isBordered?: boolean | null | undefined;
75513
75911
  numberOfColumns?: number | null | undefined;
75514
75912
  itemBackgroundColor?: {
75515
75913
  value: string;
@@ -75599,6 +75997,8 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
75599
75997
  imageAlt?: string | null | undefined;
75600
75998
  imageCaption?: string | null | undefined;
75601
75999
  imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
76000
+ openLightbox?: boolean | null | undefined;
76001
+ isBordered?: boolean | null | undefined;
75602
76002
  } | null | undefined;
75603
76003
  customBlockKey?: string | null | undefined;
75604
76004
  customBlockProperties?: {
@@ -75616,6 +76016,7 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
75616
76016
  backgroundColor?: {
75617
76017
  value: string;
75618
76018
  } | null | undefined;
76019
+ previewContainerHeight?: number | null | undefined;
75619
76020
  } | null | undefined;
75620
76021
  figmaFrames?: {
75621
76022
  persistentId: string;
@@ -75676,10 +76077,19 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
75676
76077
  selectedThemeIds: string[];
75677
76078
  }[] | null | undefined;
75678
76079
  blacklistedElementProperties?: string[] | null | undefined;
76080
+ tokenBlockConfig?: {
76081
+ tokenNameFormat?: "Name" | "GroupAndName" | "FullPath" | "CustomProperty" | null | undefined;
76082
+ tokenNameCustomPropertyId?: string | null | undefined;
76083
+ } | null | undefined;
76084
+ assetBlockConfig?: {
76085
+ showSearch?: boolean | null | undefined;
76086
+ showAssetDescription?: boolean | null | undefined;
76087
+ } | null | undefined;
75679
76088
  figmaComponentsBlockConfig?: {
75680
76089
  backgroundColor?: {
75681
76090
  value: string;
75682
76091
  } | null | undefined;
76092
+ previewContainerHeight?: number | null | undefined;
75683
76093
  showComponentName?: boolean | null | undefined;
75684
76094
  showComponentDescription?: boolean | null | undefined;
75685
76095
  showPropertyList?: boolean | null | undefined;
@@ -75823,6 +76233,8 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
75823
76233
  }[];
75824
76234
  } | null | undefined;
75825
76235
  imageAlt?: string | null | undefined;
76236
+ openLightbox?: boolean | null | undefined;
76237
+ isBordered?: boolean | null | undefined;
75826
76238
  numberOfColumns?: number | null | undefined;
75827
76239
  itemBackgroundColor?: {
75828
76240
  value: string;
@@ -75912,6 +76324,8 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
75912
76324
  imageAlt?: string | null | undefined;
75913
76325
  imageCaption?: string | null | undefined;
75914
76326
  imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
76327
+ openLightbox?: boolean | null | undefined;
76328
+ isBordered?: boolean | null | undefined;
75915
76329
  } | null | undefined;
75916
76330
  customBlockKey?: string | null | undefined;
75917
76331
  customBlockProperties?: {
@@ -75929,6 +76343,7 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
75929
76343
  backgroundColor?: {
75930
76344
  value: string;
75931
76345
  } | null | undefined;
76346
+ previewContainerHeight?: number | null | undefined;
75932
76347
  } | null | undefined;
75933
76348
  figmaFrames?: {
75934
76349
  persistentId: string;
@@ -75989,10 +76404,19 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
75989
76404
  selectedThemeIds: string[];
75990
76405
  }[] | null | undefined;
75991
76406
  blacklistedElementProperties?: string[] | null | undefined;
76407
+ tokenBlockConfig?: {
76408
+ tokenNameFormat?: "Name" | "GroupAndName" | "FullPath" | "CustomProperty" | null | undefined;
76409
+ tokenNameCustomPropertyId?: string | null | undefined;
76410
+ } | null | undefined;
76411
+ assetBlockConfig?: {
76412
+ showSearch?: boolean | null | undefined;
76413
+ showAssetDescription?: boolean | null | undefined;
76414
+ } | null | undefined;
75992
76415
  figmaComponentsBlockConfig?: {
75993
76416
  backgroundColor?: {
75994
76417
  value: string;
75995
76418
  } | null | undefined;
76419
+ previewContainerHeight?: number | null | undefined;
75996
76420
  showComponentName?: boolean | null | undefined;
75997
76421
  showComponentDescription?: boolean | null | undefined;
75998
76422
  showPropertyList?: boolean | null | undefined;
@@ -76068,6 +76492,8 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
76068
76492
  }[];
76069
76493
  } | null | undefined;
76070
76494
  imageAlt?: string | null | undefined;
76495
+ openLightbox?: boolean | null | undefined;
76496
+ isBordered?: boolean | null | undefined;
76071
76497
  numberOfColumns?: number | null | undefined;
76072
76498
  itemBackgroundColor?: {
76073
76499
  value: string;
@@ -76157,6 +76583,8 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
76157
76583
  imageAlt?: string | null | undefined;
76158
76584
  imageCaption?: string | null | undefined;
76159
76585
  imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
76586
+ openLightbox?: boolean | null | undefined;
76587
+ isBordered?: boolean | null | undefined;
76160
76588
  } | null | undefined;
76161
76589
  customBlockKey?: string | null | undefined;
76162
76590
  customBlockProperties?: {
@@ -76174,6 +76602,7 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
76174
76602
  backgroundColor?: {
76175
76603
  value: string;
76176
76604
  } | null | undefined;
76605
+ previewContainerHeight?: number | null | undefined;
76177
76606
  } | null | undefined;
76178
76607
  figmaFrames?: {
76179
76608
  persistentId: string;
@@ -76234,10 +76663,19 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
76234
76663
  selectedThemeIds: string[];
76235
76664
  }[] | null | undefined;
76236
76665
  blacklistedElementProperties?: string[] | null | undefined;
76666
+ tokenBlockConfig?: {
76667
+ tokenNameFormat?: "Name" | "GroupAndName" | "FullPath" | "CustomProperty" | null | undefined;
76668
+ tokenNameCustomPropertyId?: string | null | undefined;
76669
+ } | null | undefined;
76670
+ assetBlockConfig?: {
76671
+ showSearch?: boolean | null | undefined;
76672
+ showAssetDescription?: boolean | null | undefined;
76673
+ } | null | undefined;
76237
76674
  figmaComponentsBlockConfig?: {
76238
76675
  backgroundColor?: {
76239
76676
  value: string;
76240
76677
  } | null | undefined;
76678
+ previewContainerHeight?: number | null | undefined;
76241
76679
  showComponentName?: boolean | null | undefined;
76242
76680
  showComponentDescription?: boolean | null | undefined;
76243
76681
  showPropertyList?: boolean | null | undefined;
@@ -76404,6 +76842,8 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
76404
76842
  }[];
76405
76843
  } | null | undefined;
76406
76844
  imageAlt?: string | null | undefined;
76845
+ openLightbox?: boolean | null | undefined;
76846
+ isBordered?: boolean | null | undefined;
76407
76847
  numberOfColumns?: number | null | undefined;
76408
76848
  itemBackgroundColor?: {
76409
76849
  value: string;
@@ -76493,6 +76933,8 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
76493
76933
  imageAlt?: string | null | undefined;
76494
76934
  imageCaption?: string | null | undefined;
76495
76935
  imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
76936
+ openLightbox?: boolean | null | undefined;
76937
+ isBordered?: boolean | null | undefined;
76496
76938
  } | null | undefined;
76497
76939
  customBlockKey?: string | null | undefined;
76498
76940
  customBlockProperties?: {
@@ -76510,6 +76952,7 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
76510
76952
  backgroundColor?: {
76511
76953
  value: string;
76512
76954
  } | null | undefined;
76955
+ previewContainerHeight?: number | null | undefined;
76513
76956
  } | null | undefined;
76514
76957
  figmaFrames?: {
76515
76958
  persistentId: string;
@@ -76570,10 +77013,19 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
76570
77013
  selectedThemeIds: string[];
76571
77014
  }[] | null | undefined;
76572
77015
  blacklistedElementProperties?: string[] | null | undefined;
77016
+ tokenBlockConfig?: {
77017
+ tokenNameFormat?: "Name" | "GroupAndName" | "FullPath" | "CustomProperty" | null | undefined;
77018
+ tokenNameCustomPropertyId?: string | null | undefined;
77019
+ } | null | undefined;
77020
+ assetBlockConfig?: {
77021
+ showSearch?: boolean | null | undefined;
77022
+ showAssetDescription?: boolean | null | undefined;
77023
+ } | null | undefined;
76573
77024
  figmaComponentsBlockConfig?: {
76574
77025
  backgroundColor?: {
76575
77026
  value: string;
76576
77027
  } | null | undefined;
77028
+ previewContainerHeight?: number | null | undefined;
76577
77029
  showComponentName?: boolean | null | undefined;
76578
77030
  showComponentDescription?: boolean | null | undefined;
76579
77031
  showPropertyList?: boolean | null | undefined;
@@ -76649,6 +77101,8 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
76649
77101
  }[];
76650
77102
  } | null | undefined;
76651
77103
  imageAlt?: string | null | undefined;
77104
+ openLightbox?: boolean | null | undefined;
77105
+ isBordered?: boolean | null | undefined;
76652
77106
  numberOfColumns?: number | null | undefined;
76653
77107
  itemBackgroundColor?: {
76654
77108
  value: string;
@@ -76738,6 +77192,8 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
76738
77192
  imageAlt?: string | null | undefined;
76739
77193
  imageCaption?: string | null | undefined;
76740
77194
  imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
77195
+ openLightbox?: boolean | null | undefined;
77196
+ isBordered?: boolean | null | undefined;
76741
77197
  } | null | undefined;
76742
77198
  customBlockKey?: string | null | undefined;
76743
77199
  customBlockProperties?: {
@@ -76755,6 +77211,7 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
76755
77211
  backgroundColor?: {
76756
77212
  value: string;
76757
77213
  } | null | undefined;
77214
+ previewContainerHeight?: number | null | undefined;
76758
77215
  } | null | undefined;
76759
77216
  figmaFrames?: {
76760
77217
  persistentId: string;
@@ -76815,10 +77272,19 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
76815
77272
  selectedThemeIds: string[];
76816
77273
  }[] | null | undefined;
76817
77274
  blacklistedElementProperties?: string[] | null | undefined;
77275
+ tokenBlockConfig?: {
77276
+ tokenNameFormat?: "Name" | "GroupAndName" | "FullPath" | "CustomProperty" | null | undefined;
77277
+ tokenNameCustomPropertyId?: string | null | undefined;
77278
+ } | null | undefined;
77279
+ assetBlockConfig?: {
77280
+ showSearch?: boolean | null | undefined;
77281
+ showAssetDescription?: boolean | null | undefined;
77282
+ } | null | undefined;
76818
77283
  figmaComponentsBlockConfig?: {
76819
77284
  backgroundColor?: {
76820
77285
  value: string;
76821
77286
  } | null | undefined;
77287
+ previewContainerHeight?: number | null | undefined;
76822
77288
  showComponentName?: boolean | null | undefined;
76823
77289
  showComponentDescription?: boolean | null | undefined;
76824
77290
  showPropertyList?: boolean | null | undefined;
@@ -77014,6 +77480,8 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
77014
77480
  }[];
77015
77481
  } | null | undefined;
77016
77482
  imageAlt?: string | null | undefined;
77483
+ openLightbox?: boolean | null | undefined;
77484
+ isBordered?: boolean | null | undefined;
77017
77485
  numberOfColumns?: number | null | undefined;
77018
77486
  itemBackgroundColor?: {
77019
77487
  value: string;
@@ -77103,6 +77571,8 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
77103
77571
  imageAlt?: string | null | undefined;
77104
77572
  imageCaption?: string | null | undefined;
77105
77573
  imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
77574
+ openLightbox?: boolean | null | undefined;
77575
+ isBordered?: boolean | null | undefined;
77106
77576
  } | null | undefined;
77107
77577
  customBlockKey?: string | null | undefined;
77108
77578
  customBlockProperties?: {
@@ -77120,6 +77590,7 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
77120
77590
  backgroundColor?: {
77121
77591
  value: string;
77122
77592
  } | null | undefined;
77593
+ previewContainerHeight?: number | null | undefined;
77123
77594
  } | null | undefined;
77124
77595
  figmaFrames?: {
77125
77596
  persistentId: string;
@@ -77180,10 +77651,19 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
77180
77651
  selectedThemeIds: string[];
77181
77652
  }[] | null | undefined;
77182
77653
  blacklistedElementProperties?: string[] | null | undefined;
77654
+ tokenBlockConfig?: {
77655
+ tokenNameFormat?: "Name" | "GroupAndName" | "FullPath" | "CustomProperty" | null | undefined;
77656
+ tokenNameCustomPropertyId?: string | null | undefined;
77657
+ } | null | undefined;
77658
+ assetBlockConfig?: {
77659
+ showSearch?: boolean | null | undefined;
77660
+ showAssetDescription?: boolean | null | undefined;
77661
+ } | null | undefined;
77183
77662
  figmaComponentsBlockConfig?: {
77184
77663
  backgroundColor?: {
77185
77664
  value: string;
77186
77665
  } | null | undefined;
77666
+ previewContainerHeight?: number | null | undefined;
77187
77667
  showComponentName?: boolean | null | undefined;
77188
77668
  showComponentDescription?: boolean | null | undefined;
77189
77669
  showPropertyList?: boolean | null | undefined;
@@ -77259,6 +77739,8 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
77259
77739
  }[];
77260
77740
  } | null | undefined;
77261
77741
  imageAlt?: string | null | undefined;
77742
+ openLightbox?: boolean | null | undefined;
77743
+ isBordered?: boolean | null | undefined;
77262
77744
  numberOfColumns?: number | null | undefined;
77263
77745
  itemBackgroundColor?: {
77264
77746
  value: string;
@@ -77348,6 +77830,8 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
77348
77830
  imageAlt?: string | null | undefined;
77349
77831
  imageCaption?: string | null | undefined;
77350
77832
  imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
77833
+ openLightbox?: boolean | null | undefined;
77834
+ isBordered?: boolean | null | undefined;
77351
77835
  } | null | undefined;
77352
77836
  customBlockKey?: string | null | undefined;
77353
77837
  customBlockProperties?: {
@@ -77365,6 +77849,7 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
77365
77849
  backgroundColor?: {
77366
77850
  value: string;
77367
77851
  } | null | undefined;
77852
+ previewContainerHeight?: number | null | undefined;
77368
77853
  } | null | undefined;
77369
77854
  figmaFrames?: {
77370
77855
  persistentId: string;
@@ -77425,10 +77910,19 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
77425
77910
  selectedThemeIds: string[];
77426
77911
  }[] | null | undefined;
77427
77912
  blacklistedElementProperties?: string[] | null | undefined;
77913
+ tokenBlockConfig?: {
77914
+ tokenNameFormat?: "Name" | "GroupAndName" | "FullPath" | "CustomProperty" | null | undefined;
77915
+ tokenNameCustomPropertyId?: string | null | undefined;
77916
+ } | null | undefined;
77917
+ assetBlockConfig?: {
77918
+ showSearch?: boolean | null | undefined;
77919
+ showAssetDescription?: boolean | null | undefined;
77920
+ } | null | undefined;
77428
77921
  figmaComponentsBlockConfig?: {
77429
77922
  backgroundColor?: {
77430
77923
  value: string;
77431
77924
  } | null | undefined;
77925
+ previewContainerHeight?: number | null | undefined;
77432
77926
  showComponentName?: boolean | null | undefined;
77433
77927
  showComponentDescription?: boolean | null | undefined;
77434
77928
  showPropertyList?: boolean | null | undefined;
@@ -148472,6 +148966,8 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
148472
148966
  }[];
148473
148967
  } | null | undefined;
148474
148968
  imageAlt?: string | null | undefined;
148969
+ openLightbox?: boolean | null | undefined;
148970
+ isBordered?: boolean | null | undefined;
148475
148971
  numberOfColumns?: number | null | undefined;
148476
148972
  itemBackgroundColor?: {
148477
148973
  value: string;
@@ -148561,6 +149057,8 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
148561
149057
  imageAlt?: string | null | undefined;
148562
149058
  imageCaption?: string | null | undefined;
148563
149059
  imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
149060
+ openLightbox?: boolean | null | undefined;
149061
+ isBordered?: boolean | null | undefined;
148564
149062
  } | null | undefined;
148565
149063
  customBlockKey?: string | null | undefined;
148566
149064
  customBlockProperties?: {
@@ -148578,6 +149076,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
148578
149076
  backgroundColor?: {
148579
149077
  value: string;
148580
149078
  } | null | undefined;
149079
+ previewContainerHeight?: number | null | undefined;
148581
149080
  } | null | undefined;
148582
149081
  figmaFrames?: {
148583
149082
  persistentId: string;
@@ -148638,10 +149137,19 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
148638
149137
  selectedThemeIds: string[];
148639
149138
  }[] | null | undefined;
148640
149139
  blacklistedElementProperties?: string[] | null | undefined;
149140
+ tokenBlockConfig?: {
149141
+ tokenNameFormat?: "Name" | "GroupAndName" | "FullPath" | "CustomProperty" | null | undefined;
149142
+ tokenNameCustomPropertyId?: string | null | undefined;
149143
+ } | null | undefined;
149144
+ assetBlockConfig?: {
149145
+ showSearch?: boolean | null | undefined;
149146
+ showAssetDescription?: boolean | null | undefined;
149147
+ } | null | undefined;
148641
149148
  figmaComponentsBlockConfig?: {
148642
149149
  backgroundColor?: {
148643
149150
  value: string;
148644
149151
  } | null | undefined;
149152
+ previewContainerHeight?: number | null | undefined;
148645
149153
  showComponentName?: boolean | null | undefined;
148646
149154
  showComponentDescription?: boolean | null | undefined;
148647
149155
  showPropertyList?: boolean | null | undefined;
@@ -148717,6 +149225,8 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
148717
149225
  }[];
148718
149226
  } | null | undefined;
148719
149227
  imageAlt?: string | null | undefined;
149228
+ openLightbox?: boolean | null | undefined;
149229
+ isBordered?: boolean | null | undefined;
148720
149230
  numberOfColumns?: number | null | undefined;
148721
149231
  itemBackgroundColor?: {
148722
149232
  value: string;
@@ -148806,6 +149316,8 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
148806
149316
  imageAlt?: string | null | undefined;
148807
149317
  imageCaption?: string | null | undefined;
148808
149318
  imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
149319
+ openLightbox?: boolean | null | undefined;
149320
+ isBordered?: boolean | null | undefined;
148809
149321
  } | null | undefined;
148810
149322
  customBlockKey?: string | null | undefined;
148811
149323
  customBlockProperties?: {
@@ -148823,6 +149335,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
148823
149335
  backgroundColor?: {
148824
149336
  value: string;
148825
149337
  } | null | undefined;
149338
+ previewContainerHeight?: number | null | undefined;
148826
149339
  } | null | undefined;
148827
149340
  figmaFrames?: {
148828
149341
  persistentId: string;
@@ -148883,10 +149396,19 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
148883
149396
  selectedThemeIds: string[];
148884
149397
  }[] | null | undefined;
148885
149398
  blacklistedElementProperties?: string[] | null | undefined;
149399
+ tokenBlockConfig?: {
149400
+ tokenNameFormat?: "Name" | "GroupAndName" | "FullPath" | "CustomProperty" | null | undefined;
149401
+ tokenNameCustomPropertyId?: string | null | undefined;
149402
+ } | null | undefined;
149403
+ assetBlockConfig?: {
149404
+ showSearch?: boolean | null | undefined;
149405
+ showAssetDescription?: boolean | null | undefined;
149406
+ } | null | undefined;
148886
149407
  figmaComponentsBlockConfig?: {
148887
149408
  backgroundColor?: {
148888
149409
  value: string;
148889
149410
  } | null | undefined;
149411
+ previewContainerHeight?: number | null | undefined;
148890
149412
  showComponentName?: boolean | null | undefined;
148891
149413
  showComponentDescription?: boolean | null | undefined;
148892
149414
  showPropertyList?: boolean | null | undefined;
@@ -149030,6 +149552,8 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
149030
149552
  }[];
149031
149553
  } | null | undefined;
149032
149554
  imageAlt?: string | null | undefined;
149555
+ openLightbox?: boolean | null | undefined;
149556
+ isBordered?: boolean | null | undefined;
149033
149557
  numberOfColumns?: number | null | undefined;
149034
149558
  itemBackgroundColor?: {
149035
149559
  value: string;
@@ -149119,6 +149643,8 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
149119
149643
  imageAlt?: string | null | undefined;
149120
149644
  imageCaption?: string | null | undefined;
149121
149645
  imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
149646
+ openLightbox?: boolean | null | undefined;
149647
+ isBordered?: boolean | null | undefined;
149122
149648
  } | null | undefined;
149123
149649
  customBlockKey?: string | null | undefined;
149124
149650
  customBlockProperties?: {
@@ -149136,6 +149662,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
149136
149662
  backgroundColor?: {
149137
149663
  value: string;
149138
149664
  } | null | undefined;
149665
+ previewContainerHeight?: number | null | undefined;
149139
149666
  } | null | undefined;
149140
149667
  figmaFrames?: {
149141
149668
  persistentId: string;
@@ -149196,10 +149723,19 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
149196
149723
  selectedThemeIds: string[];
149197
149724
  }[] | null | undefined;
149198
149725
  blacklistedElementProperties?: string[] | null | undefined;
149726
+ tokenBlockConfig?: {
149727
+ tokenNameFormat?: "Name" | "GroupAndName" | "FullPath" | "CustomProperty" | null | undefined;
149728
+ tokenNameCustomPropertyId?: string | null | undefined;
149729
+ } | null | undefined;
149730
+ assetBlockConfig?: {
149731
+ showSearch?: boolean | null | undefined;
149732
+ showAssetDescription?: boolean | null | undefined;
149733
+ } | null | undefined;
149199
149734
  figmaComponentsBlockConfig?: {
149200
149735
  backgroundColor?: {
149201
149736
  value: string;
149202
149737
  } | null | undefined;
149738
+ previewContainerHeight?: number | null | undefined;
149203
149739
  showComponentName?: boolean | null | undefined;
149204
149740
  showComponentDescription?: boolean | null | undefined;
149205
149741
  showPropertyList?: boolean | null | undefined;
@@ -149275,6 +149811,8 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
149275
149811
  }[];
149276
149812
  } | null | undefined;
149277
149813
  imageAlt?: string | null | undefined;
149814
+ openLightbox?: boolean | null | undefined;
149815
+ isBordered?: boolean | null | undefined;
149278
149816
  numberOfColumns?: number | null | undefined;
149279
149817
  itemBackgroundColor?: {
149280
149818
  value: string;
@@ -149364,6 +149902,8 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
149364
149902
  imageAlt?: string | null | undefined;
149365
149903
  imageCaption?: string | null | undefined;
149366
149904
  imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
149905
+ openLightbox?: boolean | null | undefined;
149906
+ isBordered?: boolean | null | undefined;
149367
149907
  } | null | undefined;
149368
149908
  customBlockKey?: string | null | undefined;
149369
149909
  customBlockProperties?: {
@@ -149381,6 +149921,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
149381
149921
  backgroundColor?: {
149382
149922
  value: string;
149383
149923
  } | null | undefined;
149924
+ previewContainerHeight?: number | null | undefined;
149384
149925
  } | null | undefined;
149385
149926
  figmaFrames?: {
149386
149927
  persistentId: string;
@@ -149441,10 +149982,19 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
149441
149982
  selectedThemeIds: string[];
149442
149983
  }[] | null | undefined;
149443
149984
  blacklistedElementProperties?: string[] | null | undefined;
149985
+ tokenBlockConfig?: {
149986
+ tokenNameFormat?: "Name" | "GroupAndName" | "FullPath" | "CustomProperty" | null | undefined;
149987
+ tokenNameCustomPropertyId?: string | null | undefined;
149988
+ } | null | undefined;
149989
+ assetBlockConfig?: {
149990
+ showSearch?: boolean | null | undefined;
149991
+ showAssetDescription?: boolean | null | undefined;
149992
+ } | null | undefined;
149444
149993
  figmaComponentsBlockConfig?: {
149445
149994
  backgroundColor?: {
149446
149995
  value: string;
149447
149996
  } | null | undefined;
149997
+ previewContainerHeight?: number | null | undefined;
149448
149998
  showComponentName?: boolean | null | undefined;
149449
149999
  showComponentDescription?: boolean | null | undefined;
149450
150000
  showPropertyList?: boolean | null | undefined;
@@ -149611,6 +150161,8 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
149611
150161
  }[];
149612
150162
  } | null | undefined;
149613
150163
  imageAlt?: string | null | undefined;
150164
+ openLightbox?: boolean | null | undefined;
150165
+ isBordered?: boolean | null | undefined;
149614
150166
  numberOfColumns?: number | null | undefined;
149615
150167
  itemBackgroundColor?: {
149616
150168
  value: string;
@@ -149700,6 +150252,8 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
149700
150252
  imageAlt?: string | null | undefined;
149701
150253
  imageCaption?: string | null | undefined;
149702
150254
  imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
150255
+ openLightbox?: boolean | null | undefined;
150256
+ isBordered?: boolean | null | undefined;
149703
150257
  } | null | undefined;
149704
150258
  customBlockKey?: string | null | undefined;
149705
150259
  customBlockProperties?: {
@@ -149717,6 +150271,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
149717
150271
  backgroundColor?: {
149718
150272
  value: string;
149719
150273
  } | null | undefined;
150274
+ previewContainerHeight?: number | null | undefined;
149720
150275
  } | null | undefined;
149721
150276
  figmaFrames?: {
149722
150277
  persistentId: string;
@@ -149777,10 +150332,19 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
149777
150332
  selectedThemeIds: string[];
149778
150333
  }[] | null | undefined;
149779
150334
  blacklistedElementProperties?: string[] | null | undefined;
150335
+ tokenBlockConfig?: {
150336
+ tokenNameFormat?: "Name" | "GroupAndName" | "FullPath" | "CustomProperty" | null | undefined;
150337
+ tokenNameCustomPropertyId?: string | null | undefined;
150338
+ } | null | undefined;
150339
+ assetBlockConfig?: {
150340
+ showSearch?: boolean | null | undefined;
150341
+ showAssetDescription?: boolean | null | undefined;
150342
+ } | null | undefined;
149780
150343
  figmaComponentsBlockConfig?: {
149781
150344
  backgroundColor?: {
149782
150345
  value: string;
149783
150346
  } | null | undefined;
150347
+ previewContainerHeight?: number | null | undefined;
149784
150348
  showComponentName?: boolean | null | undefined;
149785
150349
  showComponentDescription?: boolean | null | undefined;
149786
150350
  showPropertyList?: boolean | null | undefined;
@@ -149856,6 +150420,8 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
149856
150420
  }[];
149857
150421
  } | null | undefined;
149858
150422
  imageAlt?: string | null | undefined;
150423
+ openLightbox?: boolean | null | undefined;
150424
+ isBordered?: boolean | null | undefined;
149859
150425
  numberOfColumns?: number | null | undefined;
149860
150426
  itemBackgroundColor?: {
149861
150427
  value: string;
@@ -149945,6 +150511,8 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
149945
150511
  imageAlt?: string | null | undefined;
149946
150512
  imageCaption?: string | null | undefined;
149947
150513
  imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
150514
+ openLightbox?: boolean | null | undefined;
150515
+ isBordered?: boolean | null | undefined;
149948
150516
  } | null | undefined;
149949
150517
  customBlockKey?: string | null | undefined;
149950
150518
  customBlockProperties?: {
@@ -149962,6 +150530,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
149962
150530
  backgroundColor?: {
149963
150531
  value: string;
149964
150532
  } | null | undefined;
150533
+ previewContainerHeight?: number | null | undefined;
149965
150534
  } | null | undefined;
149966
150535
  figmaFrames?: {
149967
150536
  persistentId: string;
@@ -150022,10 +150591,19 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
150022
150591
  selectedThemeIds: string[];
150023
150592
  }[] | null | undefined;
150024
150593
  blacklistedElementProperties?: string[] | null | undefined;
150594
+ tokenBlockConfig?: {
150595
+ tokenNameFormat?: "Name" | "GroupAndName" | "FullPath" | "CustomProperty" | null | undefined;
150596
+ tokenNameCustomPropertyId?: string | null | undefined;
150597
+ } | null | undefined;
150598
+ assetBlockConfig?: {
150599
+ showSearch?: boolean | null | undefined;
150600
+ showAssetDescription?: boolean | null | undefined;
150601
+ } | null | undefined;
150025
150602
  figmaComponentsBlockConfig?: {
150026
150603
  backgroundColor?: {
150027
150604
  value: string;
150028
150605
  } | null | undefined;
150606
+ previewContainerHeight?: number | null | undefined;
150029
150607
  showComponentName?: boolean | null | undefined;
150030
150608
  showComponentDescription?: boolean | null | undefined;
150031
150609
  showPropertyList?: boolean | null | undefined;
@@ -150603,6 +151181,8 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
150603
151181
  }[];
150604
151182
  } | null | undefined;
150605
151183
  imageAlt?: string | null | undefined;
151184
+ openLightbox?: boolean | null | undefined;
151185
+ isBordered?: boolean | null | undefined;
150606
151186
  numberOfColumns?: number | null | undefined;
150607
151187
  itemBackgroundColor?: {
150608
151188
  value: string;
@@ -150692,6 +151272,8 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
150692
151272
  imageAlt?: string | null | undefined;
150693
151273
  imageCaption?: string | null | undefined;
150694
151274
  imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
151275
+ openLightbox?: boolean | null | undefined;
151276
+ isBordered?: boolean | null | undefined;
150695
151277
  } | null | undefined;
150696
151278
  customBlockKey?: string | null | undefined;
150697
151279
  customBlockProperties?: {
@@ -150709,6 +151291,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
150709
151291
  backgroundColor?: {
150710
151292
  value: string;
150711
151293
  } | null | undefined;
151294
+ previewContainerHeight?: number | null | undefined;
150712
151295
  } | null | undefined;
150713
151296
  figmaFrames?: {
150714
151297
  persistentId: string;
@@ -150769,10 +151352,19 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
150769
151352
  selectedThemeIds: string[];
150770
151353
  }[] | null | undefined;
150771
151354
  blacklistedElementProperties?: string[] | null | undefined;
151355
+ tokenBlockConfig?: {
151356
+ tokenNameFormat?: "Name" | "GroupAndName" | "FullPath" | "CustomProperty" | null | undefined;
151357
+ tokenNameCustomPropertyId?: string | null | undefined;
151358
+ } | null | undefined;
151359
+ assetBlockConfig?: {
151360
+ showSearch?: boolean | null | undefined;
151361
+ showAssetDescription?: boolean | null | undefined;
151362
+ } | null | undefined;
150772
151363
  figmaComponentsBlockConfig?: {
150773
151364
  backgroundColor?: {
150774
151365
  value: string;
150775
151366
  } | null | undefined;
151367
+ previewContainerHeight?: number | null | undefined;
150776
151368
  showComponentName?: boolean | null | undefined;
150777
151369
  showComponentDescription?: boolean | null | undefined;
150778
151370
  showPropertyList?: boolean | null | undefined;
@@ -150848,6 +151440,8 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
150848
151440
  }[];
150849
151441
  } | null | undefined;
150850
151442
  imageAlt?: string | null | undefined;
151443
+ openLightbox?: boolean | null | undefined;
151444
+ isBordered?: boolean | null | undefined;
150851
151445
  numberOfColumns?: number | null | undefined;
150852
151446
  itemBackgroundColor?: {
150853
151447
  value: string;
@@ -150937,6 +151531,8 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
150937
151531
  imageAlt?: string | null | undefined;
150938
151532
  imageCaption?: string | null | undefined;
150939
151533
  imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
151534
+ openLightbox?: boolean | null | undefined;
151535
+ isBordered?: boolean | null | undefined;
150940
151536
  } | null | undefined;
150941
151537
  customBlockKey?: string | null | undefined;
150942
151538
  customBlockProperties?: {
@@ -150954,6 +151550,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
150954
151550
  backgroundColor?: {
150955
151551
  value: string;
150956
151552
  } | null | undefined;
151553
+ previewContainerHeight?: number | null | undefined;
150957
151554
  } | null | undefined;
150958
151555
  figmaFrames?: {
150959
151556
  persistentId: string;
@@ -151014,10 +151611,19 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
151014
151611
  selectedThemeIds: string[];
151015
151612
  }[] | null | undefined;
151016
151613
  blacklistedElementProperties?: string[] | null | undefined;
151614
+ tokenBlockConfig?: {
151615
+ tokenNameFormat?: "Name" | "GroupAndName" | "FullPath" | "CustomProperty" | null | undefined;
151616
+ tokenNameCustomPropertyId?: string | null | undefined;
151617
+ } | null | undefined;
151618
+ assetBlockConfig?: {
151619
+ showSearch?: boolean | null | undefined;
151620
+ showAssetDescription?: boolean | null | undefined;
151621
+ } | null | undefined;
151017
151622
  figmaComponentsBlockConfig?: {
151018
151623
  backgroundColor?: {
151019
151624
  value: string;
151020
151625
  } | null | undefined;
151626
+ previewContainerHeight?: number | null | undefined;
151021
151627
  showComponentName?: boolean | null | undefined;
151022
151628
  showComponentDescription?: boolean | null | undefined;
151023
151629
  showPropertyList?: boolean | null | undefined;
@@ -151161,6 +151767,8 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
151161
151767
  }[];
151162
151768
  } | null | undefined;
151163
151769
  imageAlt?: string | null | undefined;
151770
+ openLightbox?: boolean | null | undefined;
151771
+ isBordered?: boolean | null | undefined;
151164
151772
  numberOfColumns?: number | null | undefined;
151165
151773
  itemBackgroundColor?: {
151166
151774
  value: string;
@@ -151250,6 +151858,8 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
151250
151858
  imageAlt?: string | null | undefined;
151251
151859
  imageCaption?: string | null | undefined;
151252
151860
  imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
151861
+ openLightbox?: boolean | null | undefined;
151862
+ isBordered?: boolean | null | undefined;
151253
151863
  } | null | undefined;
151254
151864
  customBlockKey?: string | null | undefined;
151255
151865
  customBlockProperties?: {
@@ -151267,6 +151877,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
151267
151877
  backgroundColor?: {
151268
151878
  value: string;
151269
151879
  } | null | undefined;
151880
+ previewContainerHeight?: number | null | undefined;
151270
151881
  } | null | undefined;
151271
151882
  figmaFrames?: {
151272
151883
  persistentId: string;
@@ -151327,10 +151938,19 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
151327
151938
  selectedThemeIds: string[];
151328
151939
  }[] | null | undefined;
151329
151940
  blacklistedElementProperties?: string[] | null | undefined;
151941
+ tokenBlockConfig?: {
151942
+ tokenNameFormat?: "Name" | "GroupAndName" | "FullPath" | "CustomProperty" | null | undefined;
151943
+ tokenNameCustomPropertyId?: string | null | undefined;
151944
+ } | null | undefined;
151945
+ assetBlockConfig?: {
151946
+ showSearch?: boolean | null | undefined;
151947
+ showAssetDescription?: boolean | null | undefined;
151948
+ } | null | undefined;
151330
151949
  figmaComponentsBlockConfig?: {
151331
151950
  backgroundColor?: {
151332
151951
  value: string;
151333
151952
  } | null | undefined;
151953
+ previewContainerHeight?: number | null | undefined;
151334
151954
  showComponentName?: boolean | null | undefined;
151335
151955
  showComponentDescription?: boolean | null | undefined;
151336
151956
  showPropertyList?: boolean | null | undefined;
@@ -151406,6 +152026,8 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
151406
152026
  }[];
151407
152027
  } | null | undefined;
151408
152028
  imageAlt?: string | null | undefined;
152029
+ openLightbox?: boolean | null | undefined;
152030
+ isBordered?: boolean | null | undefined;
151409
152031
  numberOfColumns?: number | null | undefined;
151410
152032
  itemBackgroundColor?: {
151411
152033
  value: string;
@@ -151495,6 +152117,8 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
151495
152117
  imageAlt?: string | null | undefined;
151496
152118
  imageCaption?: string | null | undefined;
151497
152119
  imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
152120
+ openLightbox?: boolean | null | undefined;
152121
+ isBordered?: boolean | null | undefined;
151498
152122
  } | null | undefined;
151499
152123
  customBlockKey?: string | null | undefined;
151500
152124
  customBlockProperties?: {
@@ -151512,6 +152136,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
151512
152136
  backgroundColor?: {
151513
152137
  value: string;
151514
152138
  } | null | undefined;
152139
+ previewContainerHeight?: number | null | undefined;
151515
152140
  } | null | undefined;
151516
152141
  figmaFrames?: {
151517
152142
  persistentId: string;
@@ -151572,10 +152197,19 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
151572
152197
  selectedThemeIds: string[];
151573
152198
  }[] | null | undefined;
151574
152199
  blacklistedElementProperties?: string[] | null | undefined;
152200
+ tokenBlockConfig?: {
152201
+ tokenNameFormat?: "Name" | "GroupAndName" | "FullPath" | "CustomProperty" | null | undefined;
152202
+ tokenNameCustomPropertyId?: string | null | undefined;
152203
+ } | null | undefined;
152204
+ assetBlockConfig?: {
152205
+ showSearch?: boolean | null | undefined;
152206
+ showAssetDescription?: boolean | null | undefined;
152207
+ } | null | undefined;
151575
152208
  figmaComponentsBlockConfig?: {
151576
152209
  backgroundColor?: {
151577
152210
  value: string;
151578
152211
  } | null | undefined;
152212
+ previewContainerHeight?: number | null | undefined;
151579
152213
  showComponentName?: boolean | null | undefined;
151580
152214
  showComponentDescription?: boolean | null | undefined;
151581
152215
  showPropertyList?: boolean | null | undefined;
@@ -151742,6 +152376,8 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
151742
152376
  }[];
151743
152377
  } | null | undefined;
151744
152378
  imageAlt?: string | null | undefined;
152379
+ openLightbox?: boolean | null | undefined;
152380
+ isBordered?: boolean | null | undefined;
151745
152381
  numberOfColumns?: number | null | undefined;
151746
152382
  itemBackgroundColor?: {
151747
152383
  value: string;
@@ -151831,6 +152467,8 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
151831
152467
  imageAlt?: string | null | undefined;
151832
152468
  imageCaption?: string | null | undefined;
151833
152469
  imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
152470
+ openLightbox?: boolean | null | undefined;
152471
+ isBordered?: boolean | null | undefined;
151834
152472
  } | null | undefined;
151835
152473
  customBlockKey?: string | null | undefined;
151836
152474
  customBlockProperties?: {
@@ -151848,6 +152486,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
151848
152486
  backgroundColor?: {
151849
152487
  value: string;
151850
152488
  } | null | undefined;
152489
+ previewContainerHeight?: number | null | undefined;
151851
152490
  } | null | undefined;
151852
152491
  figmaFrames?: {
151853
152492
  persistentId: string;
@@ -151908,10 +152547,19 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
151908
152547
  selectedThemeIds: string[];
151909
152548
  }[] | null | undefined;
151910
152549
  blacklistedElementProperties?: string[] | null | undefined;
152550
+ tokenBlockConfig?: {
152551
+ tokenNameFormat?: "Name" | "GroupAndName" | "FullPath" | "CustomProperty" | null | undefined;
152552
+ tokenNameCustomPropertyId?: string | null | undefined;
152553
+ } | null | undefined;
152554
+ assetBlockConfig?: {
152555
+ showSearch?: boolean | null | undefined;
152556
+ showAssetDescription?: boolean | null | undefined;
152557
+ } | null | undefined;
151911
152558
  figmaComponentsBlockConfig?: {
151912
152559
  backgroundColor?: {
151913
152560
  value: string;
151914
152561
  } | null | undefined;
152562
+ previewContainerHeight?: number | null | undefined;
151915
152563
  showComponentName?: boolean | null | undefined;
151916
152564
  showComponentDescription?: boolean | null | undefined;
151917
152565
  showPropertyList?: boolean | null | undefined;
@@ -151987,6 +152635,8 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
151987
152635
  }[];
151988
152636
  } | null | undefined;
151989
152637
  imageAlt?: string | null | undefined;
152638
+ openLightbox?: boolean | null | undefined;
152639
+ isBordered?: boolean | null | undefined;
151990
152640
  numberOfColumns?: number | null | undefined;
151991
152641
  itemBackgroundColor?: {
151992
152642
  value: string;
@@ -152076,6 +152726,8 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
152076
152726
  imageAlt?: string | null | undefined;
152077
152727
  imageCaption?: string | null | undefined;
152078
152728
  imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
152729
+ openLightbox?: boolean | null | undefined;
152730
+ isBordered?: boolean | null | undefined;
152079
152731
  } | null | undefined;
152080
152732
  customBlockKey?: string | null | undefined;
152081
152733
  customBlockProperties?: {
@@ -152093,6 +152745,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
152093
152745
  backgroundColor?: {
152094
152746
  value: string;
152095
152747
  } | null | undefined;
152748
+ previewContainerHeight?: number | null | undefined;
152096
152749
  } | null | undefined;
152097
152750
  figmaFrames?: {
152098
152751
  persistentId: string;
@@ -152153,10 +152806,19 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
152153
152806
  selectedThemeIds: string[];
152154
152807
  }[] | null | undefined;
152155
152808
  blacklistedElementProperties?: string[] | null | undefined;
152809
+ tokenBlockConfig?: {
152810
+ tokenNameFormat?: "Name" | "GroupAndName" | "FullPath" | "CustomProperty" | null | undefined;
152811
+ tokenNameCustomPropertyId?: string | null | undefined;
152812
+ } | null | undefined;
152813
+ assetBlockConfig?: {
152814
+ showSearch?: boolean | null | undefined;
152815
+ showAssetDescription?: boolean | null | undefined;
152816
+ } | null | undefined;
152156
152817
  figmaComponentsBlockConfig?: {
152157
152818
  backgroundColor?: {
152158
152819
  value: string;
152159
152820
  } | null | undefined;
152821
+ previewContainerHeight?: number | null | undefined;
152160
152822
  showComponentName?: boolean | null | undefined;
152161
152823
  showComponentDescription?: boolean | null | undefined;
152162
152824
  showPropertyList?: boolean | null | undefined;
@@ -152352,6 +153014,8 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
152352
153014
  }[];
152353
153015
  } | null | undefined;
152354
153016
  imageAlt?: string | null | undefined;
153017
+ openLightbox?: boolean | null | undefined;
153018
+ isBordered?: boolean | null | undefined;
152355
153019
  numberOfColumns?: number | null | undefined;
152356
153020
  itemBackgroundColor?: {
152357
153021
  value: string;
@@ -152441,6 +153105,8 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
152441
153105
  imageAlt?: string | null | undefined;
152442
153106
  imageCaption?: string | null | undefined;
152443
153107
  imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
153108
+ openLightbox?: boolean | null | undefined;
153109
+ isBordered?: boolean | null | undefined;
152444
153110
  } | null | undefined;
152445
153111
  customBlockKey?: string | null | undefined;
152446
153112
  customBlockProperties?: {
@@ -152458,6 +153124,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
152458
153124
  backgroundColor?: {
152459
153125
  value: string;
152460
153126
  } | null | undefined;
153127
+ previewContainerHeight?: number | null | undefined;
152461
153128
  } | null | undefined;
152462
153129
  figmaFrames?: {
152463
153130
  persistentId: string;
@@ -152518,10 +153185,19 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
152518
153185
  selectedThemeIds: string[];
152519
153186
  }[] | null | undefined;
152520
153187
  blacklistedElementProperties?: string[] | null | undefined;
153188
+ tokenBlockConfig?: {
153189
+ tokenNameFormat?: "Name" | "GroupAndName" | "FullPath" | "CustomProperty" | null | undefined;
153190
+ tokenNameCustomPropertyId?: string | null | undefined;
153191
+ } | null | undefined;
153192
+ assetBlockConfig?: {
153193
+ showSearch?: boolean | null | undefined;
153194
+ showAssetDescription?: boolean | null | undefined;
153195
+ } | null | undefined;
152521
153196
  figmaComponentsBlockConfig?: {
152522
153197
  backgroundColor?: {
152523
153198
  value: string;
152524
153199
  } | null | undefined;
153200
+ previewContainerHeight?: number | null | undefined;
152525
153201
  showComponentName?: boolean | null | undefined;
152526
153202
  showComponentDescription?: boolean | null | undefined;
152527
153203
  showPropertyList?: boolean | null | undefined;
@@ -152597,6 +153273,8 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
152597
153273
  }[];
152598
153274
  } | null | undefined;
152599
153275
  imageAlt?: string | null | undefined;
153276
+ openLightbox?: boolean | null | undefined;
153277
+ isBordered?: boolean | null | undefined;
152600
153278
  numberOfColumns?: number | null | undefined;
152601
153279
  itemBackgroundColor?: {
152602
153280
  value: string;
@@ -152686,6 +153364,8 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
152686
153364
  imageAlt?: string | null | undefined;
152687
153365
  imageCaption?: string | null | undefined;
152688
153366
  imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
153367
+ openLightbox?: boolean | null | undefined;
153368
+ isBordered?: boolean | null | undefined;
152689
153369
  } | null | undefined;
152690
153370
  customBlockKey?: string | null | undefined;
152691
153371
  customBlockProperties?: {
@@ -152703,6 +153383,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
152703
153383
  backgroundColor?: {
152704
153384
  value: string;
152705
153385
  } | null | undefined;
153386
+ previewContainerHeight?: number | null | undefined;
152706
153387
  } | null | undefined;
152707
153388
  figmaFrames?: {
152708
153389
  persistentId: string;
@@ -152763,10 +153444,19 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
152763
153444
  selectedThemeIds: string[];
152764
153445
  }[] | null | undefined;
152765
153446
  blacklistedElementProperties?: string[] | null | undefined;
153447
+ tokenBlockConfig?: {
153448
+ tokenNameFormat?: "Name" | "GroupAndName" | "FullPath" | "CustomProperty" | null | undefined;
153449
+ tokenNameCustomPropertyId?: string | null | undefined;
153450
+ } | null | undefined;
153451
+ assetBlockConfig?: {
153452
+ showSearch?: boolean | null | undefined;
153453
+ showAssetDescription?: boolean | null | undefined;
153454
+ } | null | undefined;
152766
153455
  figmaComponentsBlockConfig?: {
152767
153456
  backgroundColor?: {
152768
153457
  value: string;
152769
153458
  } | null | undefined;
153459
+ previewContainerHeight?: number | null | undefined;
152770
153460
  showComponentName?: boolean | null | undefined;
152771
153461
  showComponentDescription?: boolean | null | undefined;
152772
153462
  showPropertyList?: boolean | null | undefined;
@@ -153705,6 +154395,8 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
153705
154395
  }[];
153706
154396
  } | null | undefined;
153707
154397
  imageAlt?: string | null | undefined;
154398
+ openLightbox?: boolean | null | undefined;
154399
+ isBordered?: boolean | null | undefined;
153708
154400
  numberOfColumns?: number | null | undefined;
153709
154401
  itemBackgroundColor?: {
153710
154402
  value: string;
@@ -153794,6 +154486,8 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
153794
154486
  imageAlt?: string | null | undefined;
153795
154487
  imageCaption?: string | null | undefined;
153796
154488
  imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
154489
+ openLightbox?: boolean | null | undefined;
154490
+ isBordered?: boolean | null | undefined;
153797
154491
  } | null | undefined;
153798
154492
  customBlockKey?: string | null | undefined;
153799
154493
  customBlockProperties?: {
@@ -153811,6 +154505,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
153811
154505
  backgroundColor?: {
153812
154506
  value: string;
153813
154507
  } | null | undefined;
154508
+ previewContainerHeight?: number | null | undefined;
153814
154509
  } | null | undefined;
153815
154510
  figmaFrames?: {
153816
154511
  persistentId: string;
@@ -153871,10 +154566,19 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
153871
154566
  selectedThemeIds: string[];
153872
154567
  }[] | null | undefined;
153873
154568
  blacklistedElementProperties?: string[] | null | undefined;
154569
+ tokenBlockConfig?: {
154570
+ tokenNameFormat?: "Name" | "GroupAndName" | "FullPath" | "CustomProperty" | null | undefined;
154571
+ tokenNameCustomPropertyId?: string | null | undefined;
154572
+ } | null | undefined;
154573
+ assetBlockConfig?: {
154574
+ showSearch?: boolean | null | undefined;
154575
+ showAssetDescription?: boolean | null | undefined;
154576
+ } | null | undefined;
153874
154577
  figmaComponentsBlockConfig?: {
153875
154578
  backgroundColor?: {
153876
154579
  value: string;
153877
154580
  } | null | undefined;
154581
+ previewContainerHeight?: number | null | undefined;
153878
154582
  showComponentName?: boolean | null | undefined;
153879
154583
  showComponentDescription?: boolean | null | undefined;
153880
154584
  showPropertyList?: boolean | null | undefined;
@@ -153950,6 +154654,8 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
153950
154654
  }[];
153951
154655
  } | null | undefined;
153952
154656
  imageAlt?: string | null | undefined;
154657
+ openLightbox?: boolean | null | undefined;
154658
+ isBordered?: boolean | null | undefined;
153953
154659
  numberOfColumns?: number | null | undefined;
153954
154660
  itemBackgroundColor?: {
153955
154661
  value: string;
@@ -154039,6 +154745,8 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
154039
154745
  imageAlt?: string | null | undefined;
154040
154746
  imageCaption?: string | null | undefined;
154041
154747
  imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
154748
+ openLightbox?: boolean | null | undefined;
154749
+ isBordered?: boolean | null | undefined;
154042
154750
  } | null | undefined;
154043
154751
  customBlockKey?: string | null | undefined;
154044
154752
  customBlockProperties?: {
@@ -154056,6 +154764,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
154056
154764
  backgroundColor?: {
154057
154765
  value: string;
154058
154766
  } | null | undefined;
154767
+ previewContainerHeight?: number | null | undefined;
154059
154768
  } | null | undefined;
154060
154769
  figmaFrames?: {
154061
154770
  persistentId: string;
@@ -154116,10 +154825,19 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
154116
154825
  selectedThemeIds: string[];
154117
154826
  }[] | null | undefined;
154118
154827
  blacklistedElementProperties?: string[] | null | undefined;
154828
+ tokenBlockConfig?: {
154829
+ tokenNameFormat?: "Name" | "GroupAndName" | "FullPath" | "CustomProperty" | null | undefined;
154830
+ tokenNameCustomPropertyId?: string | null | undefined;
154831
+ } | null | undefined;
154832
+ assetBlockConfig?: {
154833
+ showSearch?: boolean | null | undefined;
154834
+ showAssetDescription?: boolean | null | undefined;
154835
+ } | null | undefined;
154119
154836
  figmaComponentsBlockConfig?: {
154120
154837
  backgroundColor?: {
154121
154838
  value: string;
154122
154839
  } | null | undefined;
154840
+ previewContainerHeight?: number | null | undefined;
154123
154841
  showComponentName?: boolean | null | undefined;
154124
154842
  showComponentDescription?: boolean | null | undefined;
154125
154843
  showPropertyList?: boolean | null | undefined;
@@ -154252,6 +154970,8 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
154252
154970
  }[];
154253
154971
  } | null | undefined;
154254
154972
  imageAlt?: string | null | undefined;
154973
+ openLightbox?: boolean | null | undefined;
154974
+ isBordered?: boolean | null | undefined;
154255
154975
  numberOfColumns?: number | null | undefined;
154256
154976
  itemBackgroundColor?: {
154257
154977
  value: string;
@@ -154341,6 +155061,8 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
154341
155061
  imageAlt?: string | null | undefined;
154342
155062
  imageCaption?: string | null | undefined;
154343
155063
  imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
155064
+ openLightbox?: boolean | null | undefined;
155065
+ isBordered?: boolean | null | undefined;
154344
155066
  } | null | undefined;
154345
155067
  customBlockKey?: string | null | undefined;
154346
155068
  customBlockProperties?: {
@@ -154358,6 +155080,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
154358
155080
  backgroundColor?: {
154359
155081
  value: string;
154360
155082
  } | null | undefined;
155083
+ previewContainerHeight?: number | null | undefined;
154361
155084
  } | null | undefined;
154362
155085
  figmaFrames?: {
154363
155086
  persistentId: string;
@@ -154418,10 +155141,19 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
154418
155141
  selectedThemeIds: string[];
154419
155142
  }[] | null | undefined;
154420
155143
  blacklistedElementProperties?: string[] | null | undefined;
155144
+ tokenBlockConfig?: {
155145
+ tokenNameFormat?: "Name" | "GroupAndName" | "FullPath" | "CustomProperty" | null | undefined;
155146
+ tokenNameCustomPropertyId?: string | null | undefined;
155147
+ } | null | undefined;
155148
+ assetBlockConfig?: {
155149
+ showSearch?: boolean | null | undefined;
155150
+ showAssetDescription?: boolean | null | undefined;
155151
+ } | null | undefined;
154421
155152
  figmaComponentsBlockConfig?: {
154422
155153
  backgroundColor?: {
154423
155154
  value: string;
154424
155155
  } | null | undefined;
155156
+ previewContainerHeight?: number | null | undefined;
154425
155157
  showComponentName?: boolean | null | undefined;
154426
155158
  showComponentDescription?: boolean | null | undefined;
154427
155159
  showPropertyList?: boolean | null | undefined;
@@ -154497,6 +155229,8 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
154497
155229
  }[];
154498
155230
  } | null | undefined;
154499
155231
  imageAlt?: string | null | undefined;
155232
+ openLightbox?: boolean | null | undefined;
155233
+ isBordered?: boolean | null | undefined;
154500
155234
  numberOfColumns?: number | null | undefined;
154501
155235
  itemBackgroundColor?: {
154502
155236
  value: string;
@@ -154586,6 +155320,8 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
154586
155320
  imageAlt?: string | null | undefined;
154587
155321
  imageCaption?: string | null | undefined;
154588
155322
  imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
155323
+ openLightbox?: boolean | null | undefined;
155324
+ isBordered?: boolean | null | undefined;
154589
155325
  } | null | undefined;
154590
155326
  customBlockKey?: string | null | undefined;
154591
155327
  customBlockProperties?: {
@@ -154603,6 +155339,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
154603
155339
  backgroundColor?: {
154604
155340
  value: string;
154605
155341
  } | null | undefined;
155342
+ previewContainerHeight?: number | null | undefined;
154606
155343
  } | null | undefined;
154607
155344
  figmaFrames?: {
154608
155345
  persistentId: string;
@@ -154663,10 +155400,19 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
154663
155400
  selectedThemeIds: string[];
154664
155401
  }[] | null | undefined;
154665
155402
  blacklistedElementProperties?: string[] | null | undefined;
155403
+ tokenBlockConfig?: {
155404
+ tokenNameFormat?: "Name" | "GroupAndName" | "FullPath" | "CustomProperty" | null | undefined;
155405
+ tokenNameCustomPropertyId?: string | null | undefined;
155406
+ } | null | undefined;
155407
+ assetBlockConfig?: {
155408
+ showSearch?: boolean | null | undefined;
155409
+ showAssetDescription?: boolean | null | undefined;
155410
+ } | null | undefined;
154666
155411
  figmaComponentsBlockConfig?: {
154667
155412
  backgroundColor?: {
154668
155413
  value: string;
154669
155414
  } | null | undefined;
155415
+ previewContainerHeight?: number | null | undefined;
154670
155416
  showComponentName?: boolean | null | undefined;
154671
155417
  showComponentDescription?: boolean | null | undefined;
154672
155418
  showPropertyList?: boolean | null | undefined;
@@ -154994,6 +155740,8 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
154994
155740
  }[];
154995
155741
  } | null | undefined;
154996
155742
  imageAlt?: string | null | undefined;
155743
+ openLightbox?: boolean | null | undefined;
155744
+ isBordered?: boolean | null | undefined;
154997
155745
  numberOfColumns?: number | null | undefined;
154998
155746
  itemBackgroundColor?: {
154999
155747
  value: string;
@@ -155083,6 +155831,8 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
155083
155831
  imageAlt?: string | null | undefined;
155084
155832
  imageCaption?: string | null | undefined;
155085
155833
  imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
155834
+ openLightbox?: boolean | null | undefined;
155835
+ isBordered?: boolean | null | undefined;
155086
155836
  } | null | undefined;
155087
155837
  customBlockKey?: string | null | undefined;
155088
155838
  customBlockProperties?: {
@@ -155100,6 +155850,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
155100
155850
  backgroundColor?: {
155101
155851
  value: string;
155102
155852
  } | null | undefined;
155853
+ previewContainerHeight?: number | null | undefined;
155103
155854
  } | null | undefined;
155104
155855
  figmaFrames?: {
155105
155856
  persistentId: string;
@@ -155160,10 +155911,19 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
155160
155911
  selectedThemeIds: string[];
155161
155912
  }[] | null | undefined;
155162
155913
  blacklistedElementProperties?: string[] | null | undefined;
155914
+ tokenBlockConfig?: {
155915
+ tokenNameFormat?: "Name" | "GroupAndName" | "FullPath" | "CustomProperty" | null | undefined;
155916
+ tokenNameCustomPropertyId?: string | null | undefined;
155917
+ } | null | undefined;
155918
+ assetBlockConfig?: {
155919
+ showSearch?: boolean | null | undefined;
155920
+ showAssetDescription?: boolean | null | undefined;
155921
+ } | null | undefined;
155163
155922
  figmaComponentsBlockConfig?: {
155164
155923
  backgroundColor?: {
155165
155924
  value: string;
155166
155925
  } | null | undefined;
155926
+ previewContainerHeight?: number | null | undefined;
155167
155927
  showComponentName?: boolean | null | undefined;
155168
155928
  showComponentDescription?: boolean | null | undefined;
155169
155929
  showPropertyList?: boolean | null | undefined;
@@ -155239,6 +155999,8 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
155239
155999
  }[];
155240
156000
  } | null | undefined;
155241
156001
  imageAlt?: string | null | undefined;
156002
+ openLightbox?: boolean | null | undefined;
156003
+ isBordered?: boolean | null | undefined;
155242
156004
  numberOfColumns?: number | null | undefined;
155243
156005
  itemBackgroundColor?: {
155244
156006
  value: string;
@@ -155328,6 +156090,8 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
155328
156090
  imageAlt?: string | null | undefined;
155329
156091
  imageCaption?: string | null | undefined;
155330
156092
  imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
156093
+ openLightbox?: boolean | null | undefined;
156094
+ isBordered?: boolean | null | undefined;
155331
156095
  } | null | undefined;
155332
156096
  customBlockKey?: string | null | undefined;
155333
156097
  customBlockProperties?: {
@@ -155345,6 +156109,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
155345
156109
  backgroundColor?: {
155346
156110
  value: string;
155347
156111
  } | null | undefined;
156112
+ previewContainerHeight?: number | null | undefined;
155348
156113
  } | null | undefined;
155349
156114
  figmaFrames?: {
155350
156115
  persistentId: string;
@@ -155405,10 +156170,19 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
155405
156170
  selectedThemeIds: string[];
155406
156171
  }[] | null | undefined;
155407
156172
  blacklistedElementProperties?: string[] | null | undefined;
156173
+ tokenBlockConfig?: {
156174
+ tokenNameFormat?: "Name" | "GroupAndName" | "FullPath" | "CustomProperty" | null | undefined;
156175
+ tokenNameCustomPropertyId?: string | null | undefined;
156176
+ } | null | undefined;
156177
+ assetBlockConfig?: {
156178
+ showSearch?: boolean | null | undefined;
156179
+ showAssetDescription?: boolean | null | undefined;
156180
+ } | null | undefined;
155408
156181
  figmaComponentsBlockConfig?: {
155409
156182
  backgroundColor?: {
155410
156183
  value: string;
155411
156184
  } | null | undefined;
156185
+ previewContainerHeight?: number | null | undefined;
155412
156186
  showComponentName?: boolean | null | undefined;
155413
156187
  showComponentDescription?: boolean | null | undefined;
155414
156188
  showPropertyList?: boolean | null | undefined;
@@ -155552,6 +156326,8 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
155552
156326
  }[];
155553
156327
  } | null | undefined;
155554
156328
  imageAlt?: string | null | undefined;
156329
+ openLightbox?: boolean | null | undefined;
156330
+ isBordered?: boolean | null | undefined;
155555
156331
  numberOfColumns?: number | null | undefined;
155556
156332
  itemBackgroundColor?: {
155557
156333
  value: string;
@@ -155641,6 +156417,8 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
155641
156417
  imageAlt?: string | null | undefined;
155642
156418
  imageCaption?: string | null | undefined;
155643
156419
  imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
156420
+ openLightbox?: boolean | null | undefined;
156421
+ isBordered?: boolean | null | undefined;
155644
156422
  } | null | undefined;
155645
156423
  customBlockKey?: string | null | undefined;
155646
156424
  customBlockProperties?: {
@@ -155658,6 +156436,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
155658
156436
  backgroundColor?: {
155659
156437
  value: string;
155660
156438
  } | null | undefined;
156439
+ previewContainerHeight?: number | null | undefined;
155661
156440
  } | null | undefined;
155662
156441
  figmaFrames?: {
155663
156442
  persistentId: string;
@@ -155718,10 +156497,19 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
155718
156497
  selectedThemeIds: string[];
155719
156498
  }[] | null | undefined;
155720
156499
  blacklistedElementProperties?: string[] | null | undefined;
156500
+ tokenBlockConfig?: {
156501
+ tokenNameFormat?: "Name" | "GroupAndName" | "FullPath" | "CustomProperty" | null | undefined;
156502
+ tokenNameCustomPropertyId?: string | null | undefined;
156503
+ } | null | undefined;
156504
+ assetBlockConfig?: {
156505
+ showSearch?: boolean | null | undefined;
156506
+ showAssetDescription?: boolean | null | undefined;
156507
+ } | null | undefined;
155721
156508
  figmaComponentsBlockConfig?: {
155722
156509
  backgroundColor?: {
155723
156510
  value: string;
155724
156511
  } | null | undefined;
156512
+ previewContainerHeight?: number | null | undefined;
155725
156513
  showComponentName?: boolean | null | undefined;
155726
156514
  showComponentDescription?: boolean | null | undefined;
155727
156515
  showPropertyList?: boolean | null | undefined;
@@ -155797,6 +156585,8 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
155797
156585
  }[];
155798
156586
  } | null | undefined;
155799
156587
  imageAlt?: string | null | undefined;
156588
+ openLightbox?: boolean | null | undefined;
156589
+ isBordered?: boolean | null | undefined;
155800
156590
  numberOfColumns?: number | null | undefined;
155801
156591
  itemBackgroundColor?: {
155802
156592
  value: string;
@@ -155886,6 +156676,8 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
155886
156676
  imageAlt?: string | null | undefined;
155887
156677
  imageCaption?: string | null | undefined;
155888
156678
  imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
156679
+ openLightbox?: boolean | null | undefined;
156680
+ isBordered?: boolean | null | undefined;
155889
156681
  } | null | undefined;
155890
156682
  customBlockKey?: string | null | undefined;
155891
156683
  customBlockProperties?: {
@@ -155903,6 +156695,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
155903
156695
  backgroundColor?: {
155904
156696
  value: string;
155905
156697
  } | null | undefined;
156698
+ previewContainerHeight?: number | null | undefined;
155906
156699
  } | null | undefined;
155907
156700
  figmaFrames?: {
155908
156701
  persistentId: string;
@@ -155963,10 +156756,19 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
155963
156756
  selectedThemeIds: string[];
155964
156757
  }[] | null | undefined;
155965
156758
  blacklistedElementProperties?: string[] | null | undefined;
156759
+ tokenBlockConfig?: {
156760
+ tokenNameFormat?: "Name" | "GroupAndName" | "FullPath" | "CustomProperty" | null | undefined;
156761
+ tokenNameCustomPropertyId?: string | null | undefined;
156762
+ } | null | undefined;
156763
+ assetBlockConfig?: {
156764
+ showSearch?: boolean | null | undefined;
156765
+ showAssetDescription?: boolean | null | undefined;
156766
+ } | null | undefined;
155966
156767
  figmaComponentsBlockConfig?: {
155967
156768
  backgroundColor?: {
155968
156769
  value: string;
155969
156770
  } | null | undefined;
156771
+ previewContainerHeight?: number | null | undefined;
155970
156772
  showComponentName?: boolean | null | undefined;
155971
156773
  showComponentDescription?: boolean | null | undefined;
155972
156774
  showPropertyList?: boolean | null | undefined;
@@ -156133,6 +156935,8 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
156133
156935
  }[];
156134
156936
  } | null | undefined;
156135
156937
  imageAlt?: string | null | undefined;
156938
+ openLightbox?: boolean | null | undefined;
156939
+ isBordered?: boolean | null | undefined;
156136
156940
  numberOfColumns?: number | null | undefined;
156137
156941
  itemBackgroundColor?: {
156138
156942
  value: string;
@@ -156222,6 +157026,8 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
156222
157026
  imageAlt?: string | null | undefined;
156223
157027
  imageCaption?: string | null | undefined;
156224
157028
  imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
157029
+ openLightbox?: boolean | null | undefined;
157030
+ isBordered?: boolean | null | undefined;
156225
157031
  } | null | undefined;
156226
157032
  customBlockKey?: string | null | undefined;
156227
157033
  customBlockProperties?: {
@@ -156239,6 +157045,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
156239
157045
  backgroundColor?: {
156240
157046
  value: string;
156241
157047
  } | null | undefined;
157048
+ previewContainerHeight?: number | null | undefined;
156242
157049
  } | null | undefined;
156243
157050
  figmaFrames?: {
156244
157051
  persistentId: string;
@@ -156299,10 +157106,19 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
156299
157106
  selectedThemeIds: string[];
156300
157107
  }[] | null | undefined;
156301
157108
  blacklistedElementProperties?: string[] | null | undefined;
157109
+ tokenBlockConfig?: {
157110
+ tokenNameFormat?: "Name" | "GroupAndName" | "FullPath" | "CustomProperty" | null | undefined;
157111
+ tokenNameCustomPropertyId?: string | null | undefined;
157112
+ } | null | undefined;
157113
+ assetBlockConfig?: {
157114
+ showSearch?: boolean | null | undefined;
157115
+ showAssetDescription?: boolean | null | undefined;
157116
+ } | null | undefined;
156302
157117
  figmaComponentsBlockConfig?: {
156303
157118
  backgroundColor?: {
156304
157119
  value: string;
156305
157120
  } | null | undefined;
157121
+ previewContainerHeight?: number | null | undefined;
156306
157122
  showComponentName?: boolean | null | undefined;
156307
157123
  showComponentDescription?: boolean | null | undefined;
156308
157124
  showPropertyList?: boolean | null | undefined;
@@ -156378,6 +157194,8 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
156378
157194
  }[];
156379
157195
  } | null | undefined;
156380
157196
  imageAlt?: string | null | undefined;
157197
+ openLightbox?: boolean | null | undefined;
157198
+ isBordered?: boolean | null | undefined;
156381
157199
  numberOfColumns?: number | null | undefined;
156382
157200
  itemBackgroundColor?: {
156383
157201
  value: string;
@@ -156467,6 +157285,8 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
156467
157285
  imageAlt?: string | null | undefined;
156468
157286
  imageCaption?: string | null | undefined;
156469
157287
  imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
157288
+ openLightbox?: boolean | null | undefined;
157289
+ isBordered?: boolean | null | undefined;
156470
157290
  } | null | undefined;
156471
157291
  customBlockKey?: string | null | undefined;
156472
157292
  customBlockProperties?: {
@@ -156484,6 +157304,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
156484
157304
  backgroundColor?: {
156485
157305
  value: string;
156486
157306
  } | null | undefined;
157307
+ previewContainerHeight?: number | null | undefined;
156487
157308
  } | null | undefined;
156488
157309
  figmaFrames?: {
156489
157310
  persistentId: string;
@@ -156544,10 +157365,19 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
156544
157365
  selectedThemeIds: string[];
156545
157366
  }[] | null | undefined;
156546
157367
  blacklistedElementProperties?: string[] | null | undefined;
157368
+ tokenBlockConfig?: {
157369
+ tokenNameFormat?: "Name" | "GroupAndName" | "FullPath" | "CustomProperty" | null | undefined;
157370
+ tokenNameCustomPropertyId?: string | null | undefined;
157371
+ } | null | undefined;
157372
+ assetBlockConfig?: {
157373
+ showSearch?: boolean | null | undefined;
157374
+ showAssetDescription?: boolean | null | undefined;
157375
+ } | null | undefined;
156547
157376
  figmaComponentsBlockConfig?: {
156548
157377
  backgroundColor?: {
156549
157378
  value: string;
156550
157379
  } | null | undefined;
157380
+ previewContainerHeight?: number | null | undefined;
156551
157381
  showComponentName?: boolean | null | undefined;
156552
157382
  showComponentDescription?: boolean | null | undefined;
156553
157383
  showPropertyList?: boolean | null | undefined;
@@ -157127,6 +157957,8 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
157127
157957
  }[];
157128
157958
  } | null | undefined;
157129
157959
  imageAlt?: string | null | undefined;
157960
+ openLightbox?: boolean | null | undefined;
157961
+ isBordered?: boolean | null | undefined;
157130
157962
  numberOfColumns?: number | null | undefined;
157131
157963
  itemBackgroundColor?: {
157132
157964
  value: string;
@@ -157216,6 +158048,8 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
157216
158048
  imageAlt?: string | null | undefined;
157217
158049
  imageCaption?: string | null | undefined;
157218
158050
  imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
158051
+ openLightbox?: boolean | null | undefined;
158052
+ isBordered?: boolean | null | undefined;
157219
158053
  } | null | undefined;
157220
158054
  customBlockKey?: string | null | undefined;
157221
158055
  customBlockProperties?: {
@@ -157233,6 +158067,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
157233
158067
  backgroundColor?: {
157234
158068
  value: string;
157235
158069
  } | null | undefined;
158070
+ previewContainerHeight?: number | null | undefined;
157236
158071
  } | null | undefined;
157237
158072
  figmaFrames?: {
157238
158073
  persistentId: string;
@@ -157293,10 +158128,19 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
157293
158128
  selectedThemeIds: string[];
157294
158129
  }[] | null | undefined;
157295
158130
  blacklistedElementProperties?: string[] | null | undefined;
158131
+ tokenBlockConfig?: {
158132
+ tokenNameFormat?: "Name" | "GroupAndName" | "FullPath" | "CustomProperty" | null | undefined;
158133
+ tokenNameCustomPropertyId?: string | null | undefined;
158134
+ } | null | undefined;
158135
+ assetBlockConfig?: {
158136
+ showSearch?: boolean | null | undefined;
158137
+ showAssetDescription?: boolean | null | undefined;
158138
+ } | null | undefined;
157296
158139
  figmaComponentsBlockConfig?: {
157297
158140
  backgroundColor?: {
157298
158141
  value: string;
157299
158142
  } | null | undefined;
158143
+ previewContainerHeight?: number | null | undefined;
157300
158144
  showComponentName?: boolean | null | undefined;
157301
158145
  showComponentDescription?: boolean | null | undefined;
157302
158146
  showPropertyList?: boolean | null | undefined;
@@ -157372,6 +158216,8 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
157372
158216
  }[];
157373
158217
  } | null | undefined;
157374
158218
  imageAlt?: string | null | undefined;
158219
+ openLightbox?: boolean | null | undefined;
158220
+ isBordered?: boolean | null | undefined;
157375
158221
  numberOfColumns?: number | null | undefined;
157376
158222
  itemBackgroundColor?: {
157377
158223
  value: string;
@@ -157461,6 +158307,8 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
157461
158307
  imageAlt?: string | null | undefined;
157462
158308
  imageCaption?: string | null | undefined;
157463
158309
  imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
158310
+ openLightbox?: boolean | null | undefined;
158311
+ isBordered?: boolean | null | undefined;
157464
158312
  } | null | undefined;
157465
158313
  customBlockKey?: string | null | undefined;
157466
158314
  customBlockProperties?: {
@@ -157478,6 +158326,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
157478
158326
  backgroundColor?: {
157479
158327
  value: string;
157480
158328
  } | null | undefined;
158329
+ previewContainerHeight?: number | null | undefined;
157481
158330
  } | null | undefined;
157482
158331
  figmaFrames?: {
157483
158332
  persistentId: string;
@@ -157538,10 +158387,19 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
157538
158387
  selectedThemeIds: string[];
157539
158388
  }[] | null | undefined;
157540
158389
  blacklistedElementProperties?: string[] | null | undefined;
158390
+ tokenBlockConfig?: {
158391
+ tokenNameFormat?: "Name" | "GroupAndName" | "FullPath" | "CustomProperty" | null | undefined;
158392
+ tokenNameCustomPropertyId?: string | null | undefined;
158393
+ } | null | undefined;
158394
+ assetBlockConfig?: {
158395
+ showSearch?: boolean | null | undefined;
158396
+ showAssetDescription?: boolean | null | undefined;
158397
+ } | null | undefined;
157541
158398
  figmaComponentsBlockConfig?: {
157542
158399
  backgroundColor?: {
157543
158400
  value: string;
157544
158401
  } | null | undefined;
158402
+ previewContainerHeight?: number | null | undefined;
157545
158403
  showComponentName?: boolean | null | undefined;
157546
158404
  showComponentDescription?: boolean | null | undefined;
157547
158405
  showPropertyList?: boolean | null | undefined;
@@ -157685,6 +158543,8 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
157685
158543
  }[];
157686
158544
  } | null | undefined;
157687
158545
  imageAlt?: string | null | undefined;
158546
+ openLightbox?: boolean | null | undefined;
158547
+ isBordered?: boolean | null | undefined;
157688
158548
  numberOfColumns?: number | null | undefined;
157689
158549
  itemBackgroundColor?: {
157690
158550
  value: string;
@@ -157774,6 +158634,8 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
157774
158634
  imageAlt?: string | null | undefined;
157775
158635
  imageCaption?: string | null | undefined;
157776
158636
  imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
158637
+ openLightbox?: boolean | null | undefined;
158638
+ isBordered?: boolean | null | undefined;
157777
158639
  } | null | undefined;
157778
158640
  customBlockKey?: string | null | undefined;
157779
158641
  customBlockProperties?: {
@@ -157791,6 +158653,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
157791
158653
  backgroundColor?: {
157792
158654
  value: string;
157793
158655
  } | null | undefined;
158656
+ previewContainerHeight?: number | null | undefined;
157794
158657
  } | null | undefined;
157795
158658
  figmaFrames?: {
157796
158659
  persistentId: string;
@@ -157851,10 +158714,19 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
157851
158714
  selectedThemeIds: string[];
157852
158715
  }[] | null | undefined;
157853
158716
  blacklistedElementProperties?: string[] | null | undefined;
158717
+ tokenBlockConfig?: {
158718
+ tokenNameFormat?: "Name" | "GroupAndName" | "FullPath" | "CustomProperty" | null | undefined;
158719
+ tokenNameCustomPropertyId?: string | null | undefined;
158720
+ } | null | undefined;
158721
+ assetBlockConfig?: {
158722
+ showSearch?: boolean | null | undefined;
158723
+ showAssetDescription?: boolean | null | undefined;
158724
+ } | null | undefined;
157854
158725
  figmaComponentsBlockConfig?: {
157855
158726
  backgroundColor?: {
157856
158727
  value: string;
157857
158728
  } | null | undefined;
158729
+ previewContainerHeight?: number | null | undefined;
157858
158730
  showComponentName?: boolean | null | undefined;
157859
158731
  showComponentDescription?: boolean | null | undefined;
157860
158732
  showPropertyList?: boolean | null | undefined;
@@ -157930,6 +158802,8 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
157930
158802
  }[];
157931
158803
  } | null | undefined;
157932
158804
  imageAlt?: string | null | undefined;
158805
+ openLightbox?: boolean | null | undefined;
158806
+ isBordered?: boolean | null | undefined;
157933
158807
  numberOfColumns?: number | null | undefined;
157934
158808
  itemBackgroundColor?: {
157935
158809
  value: string;
@@ -158019,6 +158893,8 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
158019
158893
  imageAlt?: string | null | undefined;
158020
158894
  imageCaption?: string | null | undefined;
158021
158895
  imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
158896
+ openLightbox?: boolean | null | undefined;
158897
+ isBordered?: boolean | null | undefined;
158022
158898
  } | null | undefined;
158023
158899
  customBlockKey?: string | null | undefined;
158024
158900
  customBlockProperties?: {
@@ -158036,6 +158912,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
158036
158912
  backgroundColor?: {
158037
158913
  value: string;
158038
158914
  } | null | undefined;
158915
+ previewContainerHeight?: number | null | undefined;
158039
158916
  } | null | undefined;
158040
158917
  figmaFrames?: {
158041
158918
  persistentId: string;
@@ -158096,10 +158973,19 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
158096
158973
  selectedThemeIds: string[];
158097
158974
  }[] | null | undefined;
158098
158975
  blacklistedElementProperties?: string[] | null | undefined;
158976
+ tokenBlockConfig?: {
158977
+ tokenNameFormat?: "Name" | "GroupAndName" | "FullPath" | "CustomProperty" | null | undefined;
158978
+ tokenNameCustomPropertyId?: string | null | undefined;
158979
+ } | null | undefined;
158980
+ assetBlockConfig?: {
158981
+ showSearch?: boolean | null | undefined;
158982
+ showAssetDescription?: boolean | null | undefined;
158983
+ } | null | undefined;
158099
158984
  figmaComponentsBlockConfig?: {
158100
158985
  backgroundColor?: {
158101
158986
  value: string;
158102
158987
  } | null | undefined;
158988
+ previewContainerHeight?: number | null | undefined;
158103
158989
  showComponentName?: boolean | null | undefined;
158104
158990
  showComponentDescription?: boolean | null | undefined;
158105
158991
  showPropertyList?: boolean | null | undefined;
@@ -158266,6 +159152,8 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
158266
159152
  }[];
158267
159153
  } | null | undefined;
158268
159154
  imageAlt?: string | null | undefined;
159155
+ openLightbox?: boolean | null | undefined;
159156
+ isBordered?: boolean | null | undefined;
158269
159157
  numberOfColumns?: number | null | undefined;
158270
159158
  itemBackgroundColor?: {
158271
159159
  value: string;
@@ -158355,6 +159243,8 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
158355
159243
  imageAlt?: string | null | undefined;
158356
159244
  imageCaption?: string | null | undefined;
158357
159245
  imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
159246
+ openLightbox?: boolean | null | undefined;
159247
+ isBordered?: boolean | null | undefined;
158358
159248
  } | null | undefined;
158359
159249
  customBlockKey?: string | null | undefined;
158360
159250
  customBlockProperties?: {
@@ -158372,6 +159262,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
158372
159262
  backgroundColor?: {
158373
159263
  value: string;
158374
159264
  } | null | undefined;
159265
+ previewContainerHeight?: number | null | undefined;
158375
159266
  } | null | undefined;
158376
159267
  figmaFrames?: {
158377
159268
  persistentId: string;
@@ -158432,10 +159323,19 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
158432
159323
  selectedThemeIds: string[];
158433
159324
  }[] | null | undefined;
158434
159325
  blacklistedElementProperties?: string[] | null | undefined;
159326
+ tokenBlockConfig?: {
159327
+ tokenNameFormat?: "Name" | "GroupAndName" | "FullPath" | "CustomProperty" | null | undefined;
159328
+ tokenNameCustomPropertyId?: string | null | undefined;
159329
+ } | null | undefined;
159330
+ assetBlockConfig?: {
159331
+ showSearch?: boolean | null | undefined;
159332
+ showAssetDescription?: boolean | null | undefined;
159333
+ } | null | undefined;
158435
159334
  figmaComponentsBlockConfig?: {
158436
159335
  backgroundColor?: {
158437
159336
  value: string;
158438
159337
  } | null | undefined;
159338
+ previewContainerHeight?: number | null | undefined;
158439
159339
  showComponentName?: boolean | null | undefined;
158440
159340
  showComponentDescription?: boolean | null | undefined;
158441
159341
  showPropertyList?: boolean | null | undefined;
@@ -158511,6 +159411,8 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
158511
159411
  }[];
158512
159412
  } | null | undefined;
158513
159413
  imageAlt?: string | null | undefined;
159414
+ openLightbox?: boolean | null | undefined;
159415
+ isBordered?: boolean | null | undefined;
158514
159416
  numberOfColumns?: number | null | undefined;
158515
159417
  itemBackgroundColor?: {
158516
159418
  value: string;
@@ -158600,6 +159502,8 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
158600
159502
  imageAlt?: string | null | undefined;
158601
159503
  imageCaption?: string | null | undefined;
158602
159504
  imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
159505
+ openLightbox?: boolean | null | undefined;
159506
+ isBordered?: boolean | null | undefined;
158603
159507
  } | null | undefined;
158604
159508
  customBlockKey?: string | null | undefined;
158605
159509
  customBlockProperties?: {
@@ -158617,6 +159521,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
158617
159521
  backgroundColor?: {
158618
159522
  value: string;
158619
159523
  } | null | undefined;
159524
+ previewContainerHeight?: number | null | undefined;
158620
159525
  } | null | undefined;
158621
159526
  figmaFrames?: {
158622
159527
  persistentId: string;
@@ -158677,10 +159582,19 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
158677
159582
  selectedThemeIds: string[];
158678
159583
  }[] | null | undefined;
158679
159584
  blacklistedElementProperties?: string[] | null | undefined;
159585
+ tokenBlockConfig?: {
159586
+ tokenNameFormat?: "Name" | "GroupAndName" | "FullPath" | "CustomProperty" | null | undefined;
159587
+ tokenNameCustomPropertyId?: string | null | undefined;
159588
+ } | null | undefined;
159589
+ assetBlockConfig?: {
159590
+ showSearch?: boolean | null | undefined;
159591
+ showAssetDescription?: boolean | null | undefined;
159592
+ } | null | undefined;
158680
159593
  figmaComponentsBlockConfig?: {
158681
159594
  backgroundColor?: {
158682
159595
  value: string;
158683
159596
  } | null | undefined;
159597
+ previewContainerHeight?: number | null | undefined;
158684
159598
  showComponentName?: boolean | null | undefined;
158685
159599
  showComponentDescription?: boolean | null | undefined;
158686
159600
  showPropertyList?: boolean | null | undefined;
@@ -158876,6 +159790,8 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
158876
159790
  }[];
158877
159791
  } | null | undefined;
158878
159792
  imageAlt?: string | null | undefined;
159793
+ openLightbox?: boolean | null | undefined;
159794
+ isBordered?: boolean | null | undefined;
158879
159795
  numberOfColumns?: number | null | undefined;
158880
159796
  itemBackgroundColor?: {
158881
159797
  value: string;
@@ -158965,6 +159881,8 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
158965
159881
  imageAlt?: string | null | undefined;
158966
159882
  imageCaption?: string | null | undefined;
158967
159883
  imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
159884
+ openLightbox?: boolean | null | undefined;
159885
+ isBordered?: boolean | null | undefined;
158968
159886
  } | null | undefined;
158969
159887
  customBlockKey?: string | null | undefined;
158970
159888
  customBlockProperties?: {
@@ -158982,6 +159900,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
158982
159900
  backgroundColor?: {
158983
159901
  value: string;
158984
159902
  } | null | undefined;
159903
+ previewContainerHeight?: number | null | undefined;
158985
159904
  } | null | undefined;
158986
159905
  figmaFrames?: {
158987
159906
  persistentId: string;
@@ -159042,10 +159961,19 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
159042
159961
  selectedThemeIds: string[];
159043
159962
  }[] | null | undefined;
159044
159963
  blacklistedElementProperties?: string[] | null | undefined;
159964
+ tokenBlockConfig?: {
159965
+ tokenNameFormat?: "Name" | "GroupAndName" | "FullPath" | "CustomProperty" | null | undefined;
159966
+ tokenNameCustomPropertyId?: string | null | undefined;
159967
+ } | null | undefined;
159968
+ assetBlockConfig?: {
159969
+ showSearch?: boolean | null | undefined;
159970
+ showAssetDescription?: boolean | null | undefined;
159971
+ } | null | undefined;
159045
159972
  figmaComponentsBlockConfig?: {
159046
159973
  backgroundColor?: {
159047
159974
  value: string;
159048
159975
  } | null | undefined;
159976
+ previewContainerHeight?: number | null | undefined;
159049
159977
  showComponentName?: boolean | null | undefined;
159050
159978
  showComponentDescription?: boolean | null | undefined;
159051
159979
  showPropertyList?: boolean | null | undefined;
@@ -159121,6 +160049,8 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
159121
160049
  }[];
159122
160050
  } | null | undefined;
159123
160051
  imageAlt?: string | null | undefined;
160052
+ openLightbox?: boolean | null | undefined;
160053
+ isBordered?: boolean | null | undefined;
159124
160054
  numberOfColumns?: number | null | undefined;
159125
160055
  itemBackgroundColor?: {
159126
160056
  value: string;
@@ -159210,6 +160140,8 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
159210
160140
  imageAlt?: string | null | undefined;
159211
160141
  imageCaption?: string | null | undefined;
159212
160142
  imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
160143
+ openLightbox?: boolean | null | undefined;
160144
+ isBordered?: boolean | null | undefined;
159213
160145
  } | null | undefined;
159214
160146
  customBlockKey?: string | null | undefined;
159215
160147
  customBlockProperties?: {
@@ -159227,6 +160159,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
159227
160159
  backgroundColor?: {
159228
160160
  value: string;
159229
160161
  } | null | undefined;
160162
+ previewContainerHeight?: number | null | undefined;
159230
160163
  } | null | undefined;
159231
160164
  figmaFrames?: {
159232
160165
  persistentId: string;
@@ -159287,10 +160220,19 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
159287
160220
  selectedThemeIds: string[];
159288
160221
  }[] | null | undefined;
159289
160222
  blacklistedElementProperties?: string[] | null | undefined;
160223
+ tokenBlockConfig?: {
160224
+ tokenNameFormat?: "Name" | "GroupAndName" | "FullPath" | "CustomProperty" | null | undefined;
160225
+ tokenNameCustomPropertyId?: string | null | undefined;
160226
+ } | null | undefined;
160227
+ assetBlockConfig?: {
160228
+ showSearch?: boolean | null | undefined;
160229
+ showAssetDescription?: boolean | null | undefined;
160230
+ } | null | undefined;
159290
160231
  figmaComponentsBlockConfig?: {
159291
160232
  backgroundColor?: {
159292
160233
  value: string;
159293
160234
  } | null | undefined;
160235
+ previewContainerHeight?: number | null | undefined;
159294
160236
  showComponentName?: boolean | null | undefined;
159295
160237
  showComponentDescription?: boolean | null | undefined;
159296
160238
  showPropertyList?: boolean | null | undefined;
@@ -160217,6 +161159,8 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
160217
161159
  }[];
160218
161160
  } | null | undefined;
160219
161161
  imageAlt?: string | null | undefined;
161162
+ openLightbox?: boolean | null | undefined;
161163
+ isBordered?: boolean | null | undefined;
160220
161164
  numberOfColumns?: number | null | undefined;
160221
161165
  itemBackgroundColor?: {
160222
161166
  value: string;
@@ -160306,6 +161250,8 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
160306
161250
  imageAlt?: string | null | undefined;
160307
161251
  imageCaption?: string | null | undefined;
160308
161252
  imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
161253
+ openLightbox?: boolean | null | undefined;
161254
+ isBordered?: boolean | null | undefined;
160309
161255
  } | null | undefined;
160310
161256
  customBlockKey?: string | null | undefined;
160311
161257
  customBlockProperties?: {
@@ -160323,6 +161269,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
160323
161269
  backgroundColor?: {
160324
161270
  value: string;
160325
161271
  } | null | undefined;
161272
+ previewContainerHeight?: number | null | undefined;
160326
161273
  } | null | undefined;
160327
161274
  figmaFrames?: {
160328
161275
  persistentId: string;
@@ -160383,10 +161330,19 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
160383
161330
  selectedThemeIds: string[];
160384
161331
  }[] | null | undefined;
160385
161332
  blacklistedElementProperties?: string[] | null | undefined;
161333
+ tokenBlockConfig?: {
161334
+ tokenNameFormat?: "Name" | "GroupAndName" | "FullPath" | "CustomProperty" | null | undefined;
161335
+ tokenNameCustomPropertyId?: string | null | undefined;
161336
+ } | null | undefined;
161337
+ assetBlockConfig?: {
161338
+ showSearch?: boolean | null | undefined;
161339
+ showAssetDescription?: boolean | null | undefined;
161340
+ } | null | undefined;
160386
161341
  figmaComponentsBlockConfig?: {
160387
161342
  backgroundColor?: {
160388
161343
  value: string;
160389
161344
  } | null | undefined;
161345
+ previewContainerHeight?: number | null | undefined;
160390
161346
  showComponentName?: boolean | null | undefined;
160391
161347
  showComponentDescription?: boolean | null | undefined;
160392
161348
  showPropertyList?: boolean | null | undefined;
@@ -160462,6 +161418,8 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
160462
161418
  }[];
160463
161419
  } | null | undefined;
160464
161420
  imageAlt?: string | null | undefined;
161421
+ openLightbox?: boolean | null | undefined;
161422
+ isBordered?: boolean | null | undefined;
160465
161423
  numberOfColumns?: number | null | undefined;
160466
161424
  itemBackgroundColor?: {
160467
161425
  value: string;
@@ -160551,6 +161509,8 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
160551
161509
  imageAlt?: string | null | undefined;
160552
161510
  imageCaption?: string | null | undefined;
160553
161511
  imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
161512
+ openLightbox?: boolean | null | undefined;
161513
+ isBordered?: boolean | null | undefined;
160554
161514
  } | null | undefined;
160555
161515
  customBlockKey?: string | null | undefined;
160556
161516
  customBlockProperties?: {
@@ -160568,6 +161528,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
160568
161528
  backgroundColor?: {
160569
161529
  value: string;
160570
161530
  } | null | undefined;
161531
+ previewContainerHeight?: number | null | undefined;
160571
161532
  } | null | undefined;
160572
161533
  figmaFrames?: {
160573
161534
  persistentId: string;
@@ -160628,10 +161589,19 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
160628
161589
  selectedThemeIds: string[];
160629
161590
  }[] | null | undefined;
160630
161591
  blacklistedElementProperties?: string[] | null | undefined;
161592
+ tokenBlockConfig?: {
161593
+ tokenNameFormat?: "Name" | "GroupAndName" | "FullPath" | "CustomProperty" | null | undefined;
161594
+ tokenNameCustomPropertyId?: string | null | undefined;
161595
+ } | null | undefined;
161596
+ assetBlockConfig?: {
161597
+ showSearch?: boolean | null | undefined;
161598
+ showAssetDescription?: boolean | null | undefined;
161599
+ } | null | undefined;
160631
161600
  figmaComponentsBlockConfig?: {
160632
161601
  backgroundColor?: {
160633
161602
  value: string;
160634
161603
  } | null | undefined;
161604
+ previewContainerHeight?: number | null | undefined;
160635
161605
  showComponentName?: boolean | null | undefined;
160636
161606
  showComponentDescription?: boolean | null | undefined;
160637
161607
  showPropertyList?: boolean | null | undefined;
@@ -160764,6 +161734,8 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
160764
161734
  }[];
160765
161735
  } | null | undefined;
160766
161736
  imageAlt?: string | null | undefined;
161737
+ openLightbox?: boolean | null | undefined;
161738
+ isBordered?: boolean | null | undefined;
160767
161739
  numberOfColumns?: number | null | undefined;
160768
161740
  itemBackgroundColor?: {
160769
161741
  value: string;
@@ -160853,6 +161825,8 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
160853
161825
  imageAlt?: string | null | undefined;
160854
161826
  imageCaption?: string | null | undefined;
160855
161827
  imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
161828
+ openLightbox?: boolean | null | undefined;
161829
+ isBordered?: boolean | null | undefined;
160856
161830
  } | null | undefined;
160857
161831
  customBlockKey?: string | null | undefined;
160858
161832
  customBlockProperties?: {
@@ -160870,6 +161844,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
160870
161844
  backgroundColor?: {
160871
161845
  value: string;
160872
161846
  } | null | undefined;
161847
+ previewContainerHeight?: number | null | undefined;
160873
161848
  } | null | undefined;
160874
161849
  figmaFrames?: {
160875
161850
  persistentId: string;
@@ -160930,10 +161905,19 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
160930
161905
  selectedThemeIds: string[];
160931
161906
  }[] | null | undefined;
160932
161907
  blacklistedElementProperties?: string[] | null | undefined;
161908
+ tokenBlockConfig?: {
161909
+ tokenNameFormat?: "Name" | "GroupAndName" | "FullPath" | "CustomProperty" | null | undefined;
161910
+ tokenNameCustomPropertyId?: string | null | undefined;
161911
+ } | null | undefined;
161912
+ assetBlockConfig?: {
161913
+ showSearch?: boolean | null | undefined;
161914
+ showAssetDescription?: boolean | null | undefined;
161915
+ } | null | undefined;
160933
161916
  figmaComponentsBlockConfig?: {
160934
161917
  backgroundColor?: {
160935
161918
  value: string;
160936
161919
  } | null | undefined;
161920
+ previewContainerHeight?: number | null | undefined;
160937
161921
  showComponentName?: boolean | null | undefined;
160938
161922
  showComponentDescription?: boolean | null | undefined;
160939
161923
  showPropertyList?: boolean | null | undefined;
@@ -161009,6 +161993,8 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
161009
161993
  }[];
161010
161994
  } | null | undefined;
161011
161995
  imageAlt?: string | null | undefined;
161996
+ openLightbox?: boolean | null | undefined;
161997
+ isBordered?: boolean | null | undefined;
161012
161998
  numberOfColumns?: number | null | undefined;
161013
161999
  itemBackgroundColor?: {
161014
162000
  value: string;
@@ -161098,6 +162084,8 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
161098
162084
  imageAlt?: string | null | undefined;
161099
162085
  imageCaption?: string | null | undefined;
161100
162086
  imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
162087
+ openLightbox?: boolean | null | undefined;
162088
+ isBordered?: boolean | null | undefined;
161101
162089
  } | null | undefined;
161102
162090
  customBlockKey?: string | null | undefined;
161103
162091
  customBlockProperties?: {
@@ -161115,6 +162103,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
161115
162103
  backgroundColor?: {
161116
162104
  value: string;
161117
162105
  } | null | undefined;
162106
+ previewContainerHeight?: number | null | undefined;
161118
162107
  } | null | undefined;
161119
162108
  figmaFrames?: {
161120
162109
  persistentId: string;
@@ -161175,10 +162164,19 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
161175
162164
  selectedThemeIds: string[];
161176
162165
  }[] | null | undefined;
161177
162166
  blacklistedElementProperties?: string[] | null | undefined;
162167
+ tokenBlockConfig?: {
162168
+ tokenNameFormat?: "Name" | "GroupAndName" | "FullPath" | "CustomProperty" | null | undefined;
162169
+ tokenNameCustomPropertyId?: string | null | undefined;
162170
+ } | null | undefined;
162171
+ assetBlockConfig?: {
162172
+ showSearch?: boolean | null | undefined;
162173
+ showAssetDescription?: boolean | null | undefined;
162174
+ } | null | undefined;
161178
162175
  figmaComponentsBlockConfig?: {
161179
162176
  backgroundColor?: {
161180
162177
  value: string;
161181
162178
  } | null | undefined;
162179
+ previewContainerHeight?: number | null | undefined;
161182
162180
  showComponentName?: boolean | null | undefined;
161183
162181
  showComponentDescription?: boolean | null | undefined;
161184
162182
  showPropertyList?: boolean | null | undefined;
@@ -162689,6 +163687,8 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
162689
163687
  }[];
162690
163688
  } | null | undefined;
162691
163689
  imageAlt?: string | null | undefined;
163690
+ openLightbox?: boolean | null | undefined;
163691
+ isBordered?: boolean | null | undefined;
162692
163692
  numberOfColumns?: number | null | undefined;
162693
163693
  itemBackgroundColor?: {
162694
163694
  value: string;
@@ -162778,6 +163778,8 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
162778
163778
  imageAlt?: string | null | undefined;
162779
163779
  imageCaption?: string | null | undefined;
162780
163780
  imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
163781
+ openLightbox?: boolean | null | undefined;
163782
+ isBordered?: boolean | null | undefined;
162781
163783
  } | null | undefined;
162782
163784
  customBlockKey?: string | null | undefined;
162783
163785
  customBlockProperties?: {
@@ -162795,6 +163797,7 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
162795
163797
  backgroundColor?: {
162796
163798
  value: string;
162797
163799
  } | null | undefined;
163800
+ previewContainerHeight?: number | null | undefined;
162798
163801
  } | null | undefined;
162799
163802
  figmaFrames?: {
162800
163803
  persistentId: string;
@@ -162855,10 +163858,19 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
162855
163858
  selectedThemeIds: string[];
162856
163859
  }[] | null | undefined;
162857
163860
  blacklistedElementProperties?: string[] | null | undefined;
163861
+ tokenBlockConfig?: {
163862
+ tokenNameFormat?: "Name" | "GroupAndName" | "FullPath" | "CustomProperty" | null | undefined;
163863
+ tokenNameCustomPropertyId?: string | null | undefined;
163864
+ } | null | undefined;
163865
+ assetBlockConfig?: {
163866
+ showSearch?: boolean | null | undefined;
163867
+ showAssetDescription?: boolean | null | undefined;
163868
+ } | null | undefined;
162858
163869
  figmaComponentsBlockConfig?: {
162859
163870
  backgroundColor?: {
162860
163871
  value: string;
162861
163872
  } | null | undefined;
163873
+ previewContainerHeight?: number | null | undefined;
162862
163874
  showComponentName?: boolean | null | undefined;
162863
163875
  showComponentDescription?: boolean | null | undefined;
162864
163876
  showPropertyList?: boolean | null | undefined;
@@ -162934,6 +163946,8 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
162934
163946
  }[];
162935
163947
  } | null | undefined;
162936
163948
  imageAlt?: string | null | undefined;
163949
+ openLightbox?: boolean | null | undefined;
163950
+ isBordered?: boolean | null | undefined;
162937
163951
  numberOfColumns?: number | null | undefined;
162938
163952
  itemBackgroundColor?: {
162939
163953
  value: string;
@@ -163023,6 +164037,8 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
163023
164037
  imageAlt?: string | null | undefined;
163024
164038
  imageCaption?: string | null | undefined;
163025
164039
  imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
164040
+ openLightbox?: boolean | null | undefined;
164041
+ isBordered?: boolean | null | undefined;
163026
164042
  } | null | undefined;
163027
164043
  customBlockKey?: string | null | undefined;
163028
164044
  customBlockProperties?: {
@@ -163040,6 +164056,7 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
163040
164056
  backgroundColor?: {
163041
164057
  value: string;
163042
164058
  } | null | undefined;
164059
+ previewContainerHeight?: number | null | undefined;
163043
164060
  } | null | undefined;
163044
164061
  figmaFrames?: {
163045
164062
  persistentId: string;
@@ -163100,10 +164117,19 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
163100
164117
  selectedThemeIds: string[];
163101
164118
  }[] | null | undefined;
163102
164119
  blacklistedElementProperties?: string[] | null | undefined;
164120
+ tokenBlockConfig?: {
164121
+ tokenNameFormat?: "Name" | "GroupAndName" | "FullPath" | "CustomProperty" | null | undefined;
164122
+ tokenNameCustomPropertyId?: string | null | undefined;
164123
+ } | null | undefined;
164124
+ assetBlockConfig?: {
164125
+ showSearch?: boolean | null | undefined;
164126
+ showAssetDescription?: boolean | null | undefined;
164127
+ } | null | undefined;
163103
164128
  figmaComponentsBlockConfig?: {
163104
164129
  backgroundColor?: {
163105
164130
  value: string;
163106
164131
  } | null | undefined;
164132
+ previewContainerHeight?: number | null | undefined;
163107
164133
  showComponentName?: boolean | null | undefined;
163108
164134
  showComponentDescription?: boolean | null | undefined;
163109
164135
  showPropertyList?: boolean | null | undefined;
@@ -163247,6 +164273,8 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
163247
164273
  }[];
163248
164274
  } | null | undefined;
163249
164275
  imageAlt?: string | null | undefined;
164276
+ openLightbox?: boolean | null | undefined;
164277
+ isBordered?: boolean | null | undefined;
163250
164278
  numberOfColumns?: number | null | undefined;
163251
164279
  itemBackgroundColor?: {
163252
164280
  value: string;
@@ -163336,6 +164364,8 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
163336
164364
  imageAlt?: string | null | undefined;
163337
164365
  imageCaption?: string | null | undefined;
163338
164366
  imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
164367
+ openLightbox?: boolean | null | undefined;
164368
+ isBordered?: boolean | null | undefined;
163339
164369
  } | null | undefined;
163340
164370
  customBlockKey?: string | null | undefined;
163341
164371
  customBlockProperties?: {
@@ -163353,6 +164383,7 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
163353
164383
  backgroundColor?: {
163354
164384
  value: string;
163355
164385
  } | null | undefined;
164386
+ previewContainerHeight?: number | null | undefined;
163356
164387
  } | null | undefined;
163357
164388
  figmaFrames?: {
163358
164389
  persistentId: string;
@@ -163413,10 +164444,19 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
163413
164444
  selectedThemeIds: string[];
163414
164445
  }[] | null | undefined;
163415
164446
  blacklistedElementProperties?: string[] | null | undefined;
164447
+ tokenBlockConfig?: {
164448
+ tokenNameFormat?: "Name" | "GroupAndName" | "FullPath" | "CustomProperty" | null | undefined;
164449
+ tokenNameCustomPropertyId?: string | null | undefined;
164450
+ } | null | undefined;
164451
+ assetBlockConfig?: {
164452
+ showSearch?: boolean | null | undefined;
164453
+ showAssetDescription?: boolean | null | undefined;
164454
+ } | null | undefined;
163416
164455
  figmaComponentsBlockConfig?: {
163417
164456
  backgroundColor?: {
163418
164457
  value: string;
163419
164458
  } | null | undefined;
164459
+ previewContainerHeight?: number | null | undefined;
163420
164460
  showComponentName?: boolean | null | undefined;
163421
164461
  showComponentDescription?: boolean | null | undefined;
163422
164462
  showPropertyList?: boolean | null | undefined;
@@ -163492,6 +164532,8 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
163492
164532
  }[];
163493
164533
  } | null | undefined;
163494
164534
  imageAlt?: string | null | undefined;
164535
+ openLightbox?: boolean | null | undefined;
164536
+ isBordered?: boolean | null | undefined;
163495
164537
  numberOfColumns?: number | null | undefined;
163496
164538
  itemBackgroundColor?: {
163497
164539
  value: string;
@@ -163581,6 +164623,8 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
163581
164623
  imageAlt?: string | null | undefined;
163582
164624
  imageCaption?: string | null | undefined;
163583
164625
  imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
164626
+ openLightbox?: boolean | null | undefined;
164627
+ isBordered?: boolean | null | undefined;
163584
164628
  } | null | undefined;
163585
164629
  customBlockKey?: string | null | undefined;
163586
164630
  customBlockProperties?: {
@@ -163598,6 +164642,7 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
163598
164642
  backgroundColor?: {
163599
164643
  value: string;
163600
164644
  } | null | undefined;
164645
+ previewContainerHeight?: number | null | undefined;
163601
164646
  } | null | undefined;
163602
164647
  figmaFrames?: {
163603
164648
  persistentId: string;
@@ -163658,10 +164703,19 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
163658
164703
  selectedThemeIds: string[];
163659
164704
  }[] | null | undefined;
163660
164705
  blacklistedElementProperties?: string[] | null | undefined;
164706
+ tokenBlockConfig?: {
164707
+ tokenNameFormat?: "Name" | "GroupAndName" | "FullPath" | "CustomProperty" | null | undefined;
164708
+ tokenNameCustomPropertyId?: string | null | undefined;
164709
+ } | null | undefined;
164710
+ assetBlockConfig?: {
164711
+ showSearch?: boolean | null | undefined;
164712
+ showAssetDescription?: boolean | null | undefined;
164713
+ } | null | undefined;
163661
164714
  figmaComponentsBlockConfig?: {
163662
164715
  backgroundColor?: {
163663
164716
  value: string;
163664
164717
  } | null | undefined;
164718
+ previewContainerHeight?: number | null | undefined;
163665
164719
  showComponentName?: boolean | null | undefined;
163666
164720
  showComponentDescription?: boolean | null | undefined;
163667
164721
  showPropertyList?: boolean | null | undefined;
@@ -163828,6 +164882,8 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
163828
164882
  }[];
163829
164883
  } | null | undefined;
163830
164884
  imageAlt?: string | null | undefined;
164885
+ openLightbox?: boolean | null | undefined;
164886
+ isBordered?: boolean | null | undefined;
163831
164887
  numberOfColumns?: number | null | undefined;
163832
164888
  itemBackgroundColor?: {
163833
164889
  value: string;
@@ -163917,6 +164973,8 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
163917
164973
  imageAlt?: string | null | undefined;
163918
164974
  imageCaption?: string | null | undefined;
163919
164975
  imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
164976
+ openLightbox?: boolean | null | undefined;
164977
+ isBordered?: boolean | null | undefined;
163920
164978
  } | null | undefined;
163921
164979
  customBlockKey?: string | null | undefined;
163922
164980
  customBlockProperties?: {
@@ -163934,6 +164992,7 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
163934
164992
  backgroundColor?: {
163935
164993
  value: string;
163936
164994
  } | null | undefined;
164995
+ previewContainerHeight?: number | null | undefined;
163937
164996
  } | null | undefined;
163938
164997
  figmaFrames?: {
163939
164998
  persistentId: string;
@@ -163994,10 +165053,19 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
163994
165053
  selectedThemeIds: string[];
163995
165054
  }[] | null | undefined;
163996
165055
  blacklistedElementProperties?: string[] | null | undefined;
165056
+ tokenBlockConfig?: {
165057
+ tokenNameFormat?: "Name" | "GroupAndName" | "FullPath" | "CustomProperty" | null | undefined;
165058
+ tokenNameCustomPropertyId?: string | null | undefined;
165059
+ } | null | undefined;
165060
+ assetBlockConfig?: {
165061
+ showSearch?: boolean | null | undefined;
165062
+ showAssetDescription?: boolean | null | undefined;
165063
+ } | null | undefined;
163997
165064
  figmaComponentsBlockConfig?: {
163998
165065
  backgroundColor?: {
163999
165066
  value: string;
164000
165067
  } | null | undefined;
165068
+ previewContainerHeight?: number | null | undefined;
164001
165069
  showComponentName?: boolean | null | undefined;
164002
165070
  showComponentDescription?: boolean | null | undefined;
164003
165071
  showPropertyList?: boolean | null | undefined;
@@ -164073,6 +165141,8 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
164073
165141
  }[];
164074
165142
  } | null | undefined;
164075
165143
  imageAlt?: string | null | undefined;
165144
+ openLightbox?: boolean | null | undefined;
165145
+ isBordered?: boolean | null | undefined;
164076
165146
  numberOfColumns?: number | null | undefined;
164077
165147
  itemBackgroundColor?: {
164078
165148
  value: string;
@@ -164162,6 +165232,8 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
164162
165232
  imageAlt?: string | null | undefined;
164163
165233
  imageCaption?: string | null | undefined;
164164
165234
  imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
165235
+ openLightbox?: boolean | null | undefined;
165236
+ isBordered?: boolean | null | undefined;
164165
165237
  } | null | undefined;
164166
165238
  customBlockKey?: string | null | undefined;
164167
165239
  customBlockProperties?: {
@@ -164179,6 +165251,7 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
164179
165251
  backgroundColor?: {
164180
165252
  value: string;
164181
165253
  } | null | undefined;
165254
+ previewContainerHeight?: number | null | undefined;
164182
165255
  } | null | undefined;
164183
165256
  figmaFrames?: {
164184
165257
  persistentId: string;
@@ -164239,10 +165312,19 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
164239
165312
  selectedThemeIds: string[];
164240
165313
  }[] | null | undefined;
164241
165314
  blacklistedElementProperties?: string[] | null | undefined;
165315
+ tokenBlockConfig?: {
165316
+ tokenNameFormat?: "Name" | "GroupAndName" | "FullPath" | "CustomProperty" | null | undefined;
165317
+ tokenNameCustomPropertyId?: string | null | undefined;
165318
+ } | null | undefined;
165319
+ assetBlockConfig?: {
165320
+ showSearch?: boolean | null | undefined;
165321
+ showAssetDescription?: boolean | null | undefined;
165322
+ } | null | undefined;
164242
165323
  figmaComponentsBlockConfig?: {
164243
165324
  backgroundColor?: {
164244
165325
  value: string;
164245
165326
  } | null | undefined;
165327
+ previewContainerHeight?: number | null | undefined;
164246
165328
  showComponentName?: boolean | null | undefined;
164247
165329
  showComponentDescription?: boolean | null | undefined;
164248
165330
  showPropertyList?: boolean | null | undefined;
@@ -164803,6 +165885,8 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
164803
165885
  }[];
164804
165886
  } | null | undefined;
164805
165887
  imageAlt?: string | null | undefined;
165888
+ openLightbox?: boolean | null | undefined;
165889
+ isBordered?: boolean | null | undefined;
164806
165890
  numberOfColumns?: number | null | undefined;
164807
165891
  itemBackgroundColor?: {
164808
165892
  value: string;
@@ -164892,6 +165976,8 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
164892
165976
  imageAlt?: string | null | undefined;
164893
165977
  imageCaption?: string | null | undefined;
164894
165978
  imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
165979
+ openLightbox?: boolean | null | undefined;
165980
+ isBordered?: boolean | null | undefined;
164895
165981
  } | null | undefined;
164896
165982
  customBlockKey?: string | null | undefined;
164897
165983
  customBlockProperties?: {
@@ -164909,6 +165995,7 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
164909
165995
  backgroundColor?: {
164910
165996
  value: string;
164911
165997
  } | null | undefined;
165998
+ previewContainerHeight?: number | null | undefined;
164912
165999
  } | null | undefined;
164913
166000
  figmaFrames?: {
164914
166001
  persistentId: string;
@@ -164969,10 +166056,19 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
164969
166056
  selectedThemeIds: string[];
164970
166057
  }[] | null | undefined;
164971
166058
  blacklistedElementProperties?: string[] | null | undefined;
166059
+ tokenBlockConfig?: {
166060
+ tokenNameFormat?: "Name" | "GroupAndName" | "FullPath" | "CustomProperty" | null | undefined;
166061
+ tokenNameCustomPropertyId?: string | null | undefined;
166062
+ } | null | undefined;
166063
+ assetBlockConfig?: {
166064
+ showSearch?: boolean | null | undefined;
166065
+ showAssetDescription?: boolean | null | undefined;
166066
+ } | null | undefined;
164972
166067
  figmaComponentsBlockConfig?: {
164973
166068
  backgroundColor?: {
164974
166069
  value: string;
164975
166070
  } | null | undefined;
166071
+ previewContainerHeight?: number | null | undefined;
164976
166072
  showComponentName?: boolean | null | undefined;
164977
166073
  showComponentDescription?: boolean | null | undefined;
164978
166074
  showPropertyList?: boolean | null | undefined;
@@ -165048,6 +166144,8 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
165048
166144
  }[];
165049
166145
  } | null | undefined;
165050
166146
  imageAlt?: string | null | undefined;
166147
+ openLightbox?: boolean | null | undefined;
166148
+ isBordered?: boolean | null | undefined;
165051
166149
  numberOfColumns?: number | null | undefined;
165052
166150
  itemBackgroundColor?: {
165053
166151
  value: string;
@@ -165137,6 +166235,8 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
165137
166235
  imageAlt?: string | null | undefined;
165138
166236
  imageCaption?: string | null | undefined;
165139
166237
  imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
166238
+ openLightbox?: boolean | null | undefined;
166239
+ isBordered?: boolean | null | undefined;
165140
166240
  } | null | undefined;
165141
166241
  customBlockKey?: string | null | undefined;
165142
166242
  customBlockProperties?: {
@@ -165154,6 +166254,7 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
165154
166254
  backgroundColor?: {
165155
166255
  value: string;
165156
166256
  } | null | undefined;
166257
+ previewContainerHeight?: number | null | undefined;
165157
166258
  } | null | undefined;
165158
166259
  figmaFrames?: {
165159
166260
  persistentId: string;
@@ -165214,10 +166315,19 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
165214
166315
  selectedThemeIds: string[];
165215
166316
  }[] | null | undefined;
165216
166317
  blacklistedElementProperties?: string[] | null | undefined;
166318
+ tokenBlockConfig?: {
166319
+ tokenNameFormat?: "Name" | "GroupAndName" | "FullPath" | "CustomProperty" | null | undefined;
166320
+ tokenNameCustomPropertyId?: string | null | undefined;
166321
+ } | null | undefined;
166322
+ assetBlockConfig?: {
166323
+ showSearch?: boolean | null | undefined;
166324
+ showAssetDescription?: boolean | null | undefined;
166325
+ } | null | undefined;
165217
166326
  figmaComponentsBlockConfig?: {
165218
166327
  backgroundColor?: {
165219
166328
  value: string;
165220
166329
  } | null | undefined;
166330
+ previewContainerHeight?: number | null | undefined;
165221
166331
  showComponentName?: boolean | null | undefined;
165222
166332
  showComponentDescription?: boolean | null | undefined;
165223
166333
  showPropertyList?: boolean | null | undefined;
@@ -165514,6 +166624,8 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
165514
166624
  }[];
165515
166625
  } | null | undefined;
165516
166626
  imageAlt?: string | null | undefined;
166627
+ openLightbox?: boolean | null | undefined;
166628
+ isBordered?: boolean | null | undefined;
165517
166629
  numberOfColumns?: number | null | undefined;
165518
166630
  itemBackgroundColor?: {
165519
166631
  value: string;
@@ -165603,6 +166715,8 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
165603
166715
  imageAlt?: string | null | undefined;
165604
166716
  imageCaption?: string | null | undefined;
165605
166717
  imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
166718
+ openLightbox?: boolean | null | undefined;
166719
+ isBordered?: boolean | null | undefined;
165606
166720
  } | null | undefined;
165607
166721
  customBlockKey?: string | null | undefined;
165608
166722
  customBlockProperties?: {
@@ -165620,6 +166734,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
165620
166734
  backgroundColor?: {
165621
166735
  value: string;
165622
166736
  } | null | undefined;
166737
+ previewContainerHeight?: number | null | undefined;
165623
166738
  } | null | undefined;
165624
166739
  figmaFrames?: {
165625
166740
  persistentId: string;
@@ -165680,10 +166795,19 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
165680
166795
  selectedThemeIds: string[];
165681
166796
  }[] | null | undefined;
165682
166797
  blacklistedElementProperties?: string[] | null | undefined;
166798
+ tokenBlockConfig?: {
166799
+ tokenNameFormat?: "Name" | "GroupAndName" | "FullPath" | "CustomProperty" | null | undefined;
166800
+ tokenNameCustomPropertyId?: string | null | undefined;
166801
+ } | null | undefined;
166802
+ assetBlockConfig?: {
166803
+ showSearch?: boolean | null | undefined;
166804
+ showAssetDescription?: boolean | null | undefined;
166805
+ } | null | undefined;
165683
166806
  figmaComponentsBlockConfig?: {
165684
166807
  backgroundColor?: {
165685
166808
  value: string;
165686
166809
  } | null | undefined;
166810
+ previewContainerHeight?: number | null | undefined;
165687
166811
  showComponentName?: boolean | null | undefined;
165688
166812
  showComponentDescription?: boolean | null | undefined;
165689
166813
  showPropertyList?: boolean | null | undefined;
@@ -165759,6 +166883,8 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
165759
166883
  }[];
165760
166884
  } | null | undefined;
165761
166885
  imageAlt?: string | null | undefined;
166886
+ openLightbox?: boolean | null | undefined;
166887
+ isBordered?: boolean | null | undefined;
165762
166888
  numberOfColumns?: number | null | undefined;
165763
166889
  itemBackgroundColor?: {
165764
166890
  value: string;
@@ -165848,6 +166974,8 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
165848
166974
  imageAlt?: string | null | undefined;
165849
166975
  imageCaption?: string | null | undefined;
165850
166976
  imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
166977
+ openLightbox?: boolean | null | undefined;
166978
+ isBordered?: boolean | null | undefined;
165851
166979
  } | null | undefined;
165852
166980
  customBlockKey?: string | null | undefined;
165853
166981
  customBlockProperties?: {
@@ -165865,6 +166993,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
165865
166993
  backgroundColor?: {
165866
166994
  value: string;
165867
166995
  } | null | undefined;
166996
+ previewContainerHeight?: number | null | undefined;
165868
166997
  } | null | undefined;
165869
166998
  figmaFrames?: {
165870
166999
  persistentId: string;
@@ -165925,10 +167054,19 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
165925
167054
  selectedThemeIds: string[];
165926
167055
  }[] | null | undefined;
165927
167056
  blacklistedElementProperties?: string[] | null | undefined;
167057
+ tokenBlockConfig?: {
167058
+ tokenNameFormat?: "Name" | "GroupAndName" | "FullPath" | "CustomProperty" | null | undefined;
167059
+ tokenNameCustomPropertyId?: string | null | undefined;
167060
+ } | null | undefined;
167061
+ assetBlockConfig?: {
167062
+ showSearch?: boolean | null | undefined;
167063
+ showAssetDescription?: boolean | null | undefined;
167064
+ } | null | undefined;
165928
167065
  figmaComponentsBlockConfig?: {
165929
167066
  backgroundColor?: {
165930
167067
  value: string;
165931
167068
  } | null | undefined;
167069
+ previewContainerHeight?: number | null | undefined;
165932
167070
  showComponentName?: boolean | null | undefined;
165933
167071
  showComponentDescription?: boolean | null | undefined;
165934
167072
  showPropertyList?: boolean | null | undefined;
@@ -166072,6 +167210,8 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
166072
167210
  }[];
166073
167211
  } | null | undefined;
166074
167212
  imageAlt?: string | null | undefined;
167213
+ openLightbox?: boolean | null | undefined;
167214
+ isBordered?: boolean | null | undefined;
166075
167215
  numberOfColumns?: number | null | undefined;
166076
167216
  itemBackgroundColor?: {
166077
167217
  value: string;
@@ -166161,6 +167301,8 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
166161
167301
  imageAlt?: string | null | undefined;
166162
167302
  imageCaption?: string | null | undefined;
166163
167303
  imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
167304
+ openLightbox?: boolean | null | undefined;
167305
+ isBordered?: boolean | null | undefined;
166164
167306
  } | null | undefined;
166165
167307
  customBlockKey?: string | null | undefined;
166166
167308
  customBlockProperties?: {
@@ -166178,6 +167320,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
166178
167320
  backgroundColor?: {
166179
167321
  value: string;
166180
167322
  } | null | undefined;
167323
+ previewContainerHeight?: number | null | undefined;
166181
167324
  } | null | undefined;
166182
167325
  figmaFrames?: {
166183
167326
  persistentId: string;
@@ -166238,10 +167381,19 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
166238
167381
  selectedThemeIds: string[];
166239
167382
  }[] | null | undefined;
166240
167383
  blacklistedElementProperties?: string[] | null | undefined;
167384
+ tokenBlockConfig?: {
167385
+ tokenNameFormat?: "Name" | "GroupAndName" | "FullPath" | "CustomProperty" | null | undefined;
167386
+ tokenNameCustomPropertyId?: string | null | undefined;
167387
+ } | null | undefined;
167388
+ assetBlockConfig?: {
167389
+ showSearch?: boolean | null | undefined;
167390
+ showAssetDescription?: boolean | null | undefined;
167391
+ } | null | undefined;
166241
167392
  figmaComponentsBlockConfig?: {
166242
167393
  backgroundColor?: {
166243
167394
  value: string;
166244
167395
  } | null | undefined;
167396
+ previewContainerHeight?: number | null | undefined;
166245
167397
  showComponentName?: boolean | null | undefined;
166246
167398
  showComponentDescription?: boolean | null | undefined;
166247
167399
  showPropertyList?: boolean | null | undefined;
@@ -166317,6 +167469,8 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
166317
167469
  }[];
166318
167470
  } | null | undefined;
166319
167471
  imageAlt?: string | null | undefined;
167472
+ openLightbox?: boolean | null | undefined;
167473
+ isBordered?: boolean | null | undefined;
166320
167474
  numberOfColumns?: number | null | undefined;
166321
167475
  itemBackgroundColor?: {
166322
167476
  value: string;
@@ -166406,6 +167560,8 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
166406
167560
  imageAlt?: string | null | undefined;
166407
167561
  imageCaption?: string | null | undefined;
166408
167562
  imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
167563
+ openLightbox?: boolean | null | undefined;
167564
+ isBordered?: boolean | null | undefined;
166409
167565
  } | null | undefined;
166410
167566
  customBlockKey?: string | null | undefined;
166411
167567
  customBlockProperties?: {
@@ -166423,6 +167579,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
166423
167579
  backgroundColor?: {
166424
167580
  value: string;
166425
167581
  } | null | undefined;
167582
+ previewContainerHeight?: number | null | undefined;
166426
167583
  } | null | undefined;
166427
167584
  figmaFrames?: {
166428
167585
  persistentId: string;
@@ -166483,10 +167640,19 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
166483
167640
  selectedThemeIds: string[];
166484
167641
  }[] | null | undefined;
166485
167642
  blacklistedElementProperties?: string[] | null | undefined;
167643
+ tokenBlockConfig?: {
167644
+ tokenNameFormat?: "Name" | "GroupAndName" | "FullPath" | "CustomProperty" | null | undefined;
167645
+ tokenNameCustomPropertyId?: string | null | undefined;
167646
+ } | null | undefined;
167647
+ assetBlockConfig?: {
167648
+ showSearch?: boolean | null | undefined;
167649
+ showAssetDescription?: boolean | null | undefined;
167650
+ } | null | undefined;
166486
167651
  figmaComponentsBlockConfig?: {
166487
167652
  backgroundColor?: {
166488
167653
  value: string;
166489
167654
  } | null | undefined;
167655
+ previewContainerHeight?: number | null | undefined;
166490
167656
  showComponentName?: boolean | null | undefined;
166491
167657
  showComponentDescription?: boolean | null | undefined;
166492
167658
  showPropertyList?: boolean | null | undefined;
@@ -166653,6 +167819,8 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
166653
167819
  }[];
166654
167820
  } | null | undefined;
166655
167821
  imageAlt?: string | null | undefined;
167822
+ openLightbox?: boolean | null | undefined;
167823
+ isBordered?: boolean | null | undefined;
166656
167824
  numberOfColumns?: number | null | undefined;
166657
167825
  itemBackgroundColor?: {
166658
167826
  value: string;
@@ -166742,6 +167910,8 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
166742
167910
  imageAlt?: string | null | undefined;
166743
167911
  imageCaption?: string | null | undefined;
166744
167912
  imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
167913
+ openLightbox?: boolean | null | undefined;
167914
+ isBordered?: boolean | null | undefined;
166745
167915
  } | null | undefined;
166746
167916
  customBlockKey?: string | null | undefined;
166747
167917
  customBlockProperties?: {
@@ -166759,6 +167929,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
166759
167929
  backgroundColor?: {
166760
167930
  value: string;
166761
167931
  } | null | undefined;
167932
+ previewContainerHeight?: number | null | undefined;
166762
167933
  } | null | undefined;
166763
167934
  figmaFrames?: {
166764
167935
  persistentId: string;
@@ -166819,10 +167990,19 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
166819
167990
  selectedThemeIds: string[];
166820
167991
  }[] | null | undefined;
166821
167992
  blacklistedElementProperties?: string[] | null | undefined;
167993
+ tokenBlockConfig?: {
167994
+ tokenNameFormat?: "Name" | "GroupAndName" | "FullPath" | "CustomProperty" | null | undefined;
167995
+ tokenNameCustomPropertyId?: string | null | undefined;
167996
+ } | null | undefined;
167997
+ assetBlockConfig?: {
167998
+ showSearch?: boolean | null | undefined;
167999
+ showAssetDescription?: boolean | null | undefined;
168000
+ } | null | undefined;
166822
168001
  figmaComponentsBlockConfig?: {
166823
168002
  backgroundColor?: {
166824
168003
  value: string;
166825
168004
  } | null | undefined;
168005
+ previewContainerHeight?: number | null | undefined;
166826
168006
  showComponentName?: boolean | null | undefined;
166827
168007
  showComponentDescription?: boolean | null | undefined;
166828
168008
  showPropertyList?: boolean | null | undefined;
@@ -166898,6 +168078,8 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
166898
168078
  }[];
166899
168079
  } | null | undefined;
166900
168080
  imageAlt?: string | null | undefined;
168081
+ openLightbox?: boolean | null | undefined;
168082
+ isBordered?: boolean | null | undefined;
166901
168083
  numberOfColumns?: number | null | undefined;
166902
168084
  itemBackgroundColor?: {
166903
168085
  value: string;
@@ -166987,6 +168169,8 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
166987
168169
  imageAlt?: string | null | undefined;
166988
168170
  imageCaption?: string | null | undefined;
166989
168171
  imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
168172
+ openLightbox?: boolean | null | undefined;
168173
+ isBordered?: boolean | null | undefined;
166990
168174
  } | null | undefined;
166991
168175
  customBlockKey?: string | null | undefined;
166992
168176
  customBlockProperties?: {
@@ -167004,6 +168188,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
167004
168188
  backgroundColor?: {
167005
168189
  value: string;
167006
168190
  } | null | undefined;
168191
+ previewContainerHeight?: number | null | undefined;
167007
168192
  } | null | undefined;
167008
168193
  figmaFrames?: {
167009
168194
  persistentId: string;
@@ -167064,10 +168249,19 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
167064
168249
  selectedThemeIds: string[];
167065
168250
  }[] | null | undefined;
167066
168251
  blacklistedElementProperties?: string[] | null | undefined;
168252
+ tokenBlockConfig?: {
168253
+ tokenNameFormat?: "Name" | "GroupAndName" | "FullPath" | "CustomProperty" | null | undefined;
168254
+ tokenNameCustomPropertyId?: string | null | undefined;
168255
+ } | null | undefined;
168256
+ assetBlockConfig?: {
168257
+ showSearch?: boolean | null | undefined;
168258
+ showAssetDescription?: boolean | null | undefined;
168259
+ } | null | undefined;
167067
168260
  figmaComponentsBlockConfig?: {
167068
168261
  backgroundColor?: {
167069
168262
  value: string;
167070
168263
  } | null | undefined;
168264
+ previewContainerHeight?: number | null | undefined;
167071
168265
  showComponentName?: boolean | null | undefined;
167072
168266
  showComponentDescription?: boolean | null | undefined;
167073
168267
  showPropertyList?: boolean | null | undefined;
@@ -168942,6 +170136,8 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
168942
170136
  }[];
168943
170137
  } | null | undefined;
168944
170138
  imageAlt?: string | null | undefined;
170139
+ openLightbox?: boolean | null | undefined;
170140
+ isBordered?: boolean | null | undefined;
168945
170141
  numberOfColumns?: number | null | undefined;
168946
170142
  itemBackgroundColor?: {
168947
170143
  value: string;
@@ -169031,6 +170227,8 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
169031
170227
  imageAlt?: string | null | undefined;
169032
170228
  imageCaption?: string | null | undefined;
169033
170229
  imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
170230
+ openLightbox?: boolean | null | undefined;
170231
+ isBordered?: boolean | null | undefined;
169034
170232
  } | null | undefined;
169035
170233
  customBlockKey?: string | null | undefined;
169036
170234
  customBlockProperties?: {
@@ -169048,6 +170246,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
169048
170246
  backgroundColor?: {
169049
170247
  value: string;
169050
170248
  } | null | undefined;
170249
+ previewContainerHeight?: number | null | undefined;
169051
170250
  } | null | undefined;
169052
170251
  figmaFrames?: {
169053
170252
  persistentId: string;
@@ -169108,10 +170307,19 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
169108
170307
  selectedThemeIds: string[];
169109
170308
  }[] | null | undefined;
169110
170309
  blacklistedElementProperties?: string[] | null | undefined;
170310
+ tokenBlockConfig?: {
170311
+ tokenNameFormat?: "Name" | "GroupAndName" | "FullPath" | "CustomProperty" | null | undefined;
170312
+ tokenNameCustomPropertyId?: string | null | undefined;
170313
+ } | null | undefined;
170314
+ assetBlockConfig?: {
170315
+ showSearch?: boolean | null | undefined;
170316
+ showAssetDescription?: boolean | null | undefined;
170317
+ } | null | undefined;
169111
170318
  figmaComponentsBlockConfig?: {
169112
170319
  backgroundColor?: {
169113
170320
  value: string;
169114
170321
  } | null | undefined;
170322
+ previewContainerHeight?: number | null | undefined;
169115
170323
  showComponentName?: boolean | null | undefined;
169116
170324
  showComponentDescription?: boolean | null | undefined;
169117
170325
  showPropertyList?: boolean | null | undefined;
@@ -169187,6 +170395,8 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
169187
170395
  }[];
169188
170396
  } | null | undefined;
169189
170397
  imageAlt?: string | null | undefined;
170398
+ openLightbox?: boolean | null | undefined;
170399
+ isBordered?: boolean | null | undefined;
169190
170400
  numberOfColumns?: number | null | undefined;
169191
170401
  itemBackgroundColor?: {
169192
170402
  value: string;
@@ -169276,6 +170486,8 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
169276
170486
  imageAlt?: string | null | undefined;
169277
170487
  imageCaption?: string | null | undefined;
169278
170488
  imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
170489
+ openLightbox?: boolean | null | undefined;
170490
+ isBordered?: boolean | null | undefined;
169279
170491
  } | null | undefined;
169280
170492
  customBlockKey?: string | null | undefined;
169281
170493
  customBlockProperties?: {
@@ -169293,6 +170505,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
169293
170505
  backgroundColor?: {
169294
170506
  value: string;
169295
170507
  } | null | undefined;
170508
+ previewContainerHeight?: number | null | undefined;
169296
170509
  } | null | undefined;
169297
170510
  figmaFrames?: {
169298
170511
  persistentId: string;
@@ -169353,10 +170566,19 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
169353
170566
  selectedThemeIds: string[];
169354
170567
  }[] | null | undefined;
169355
170568
  blacklistedElementProperties?: string[] | null | undefined;
170569
+ tokenBlockConfig?: {
170570
+ tokenNameFormat?: "Name" | "GroupAndName" | "FullPath" | "CustomProperty" | null | undefined;
170571
+ tokenNameCustomPropertyId?: string | null | undefined;
170572
+ } | null | undefined;
170573
+ assetBlockConfig?: {
170574
+ showSearch?: boolean | null | undefined;
170575
+ showAssetDescription?: boolean | null | undefined;
170576
+ } | null | undefined;
169356
170577
  figmaComponentsBlockConfig?: {
169357
170578
  backgroundColor?: {
169358
170579
  value: string;
169359
170580
  } | null | undefined;
170581
+ previewContainerHeight?: number | null | undefined;
169360
170582
  showComponentName?: boolean | null | undefined;
169361
170583
  showComponentDescription?: boolean | null | undefined;
169362
170584
  showPropertyList?: boolean | null | undefined;
@@ -169815,6 +171037,8 @@ declare const RestoredDocumentationPage: z.ZodObject<{
169815
171037
  }[];
169816
171038
  } | null | undefined;
169817
171039
  imageAlt?: string | null | undefined;
171040
+ openLightbox?: boolean | null | undefined;
171041
+ isBordered?: boolean | null | undefined;
169818
171042
  numberOfColumns?: number | null | undefined;
169819
171043
  itemBackgroundColor?: {
169820
171044
  value: string;
@@ -169904,6 +171128,8 @@ declare const RestoredDocumentationPage: z.ZodObject<{
169904
171128
  imageAlt?: string | null | undefined;
169905
171129
  imageCaption?: string | null | undefined;
169906
171130
  imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
171131
+ openLightbox?: boolean | null | undefined;
171132
+ isBordered?: boolean | null | undefined;
169907
171133
  } | null | undefined;
169908
171134
  customBlockKey?: string | null | undefined;
169909
171135
  customBlockProperties?: {
@@ -169921,6 +171147,7 @@ declare const RestoredDocumentationPage: z.ZodObject<{
169921
171147
  backgroundColor?: {
169922
171148
  value: string;
169923
171149
  } | null | undefined;
171150
+ previewContainerHeight?: number | null | undefined;
169924
171151
  } | null | undefined;
169925
171152
  figmaFrames?: {
169926
171153
  persistentId: string;
@@ -169981,10 +171208,19 @@ declare const RestoredDocumentationPage: z.ZodObject<{
169981
171208
  selectedThemeIds: string[];
169982
171209
  }[] | null | undefined;
169983
171210
  blacklistedElementProperties?: string[] | null | undefined;
171211
+ tokenBlockConfig?: {
171212
+ tokenNameFormat?: "Name" | "GroupAndName" | "FullPath" | "CustomProperty" | null | undefined;
171213
+ tokenNameCustomPropertyId?: string | null | undefined;
171214
+ } | null | undefined;
171215
+ assetBlockConfig?: {
171216
+ showSearch?: boolean | null | undefined;
171217
+ showAssetDescription?: boolean | null | undefined;
171218
+ } | null | undefined;
169984
171219
  figmaComponentsBlockConfig?: {
169985
171220
  backgroundColor?: {
169986
171221
  value: string;
169987
171222
  } | null | undefined;
171223
+ previewContainerHeight?: number | null | undefined;
169988
171224
  showComponentName?: boolean | null | undefined;
169989
171225
  showComponentDescription?: boolean | null | undefined;
169990
171226
  showPropertyList?: boolean | null | undefined;
@@ -170060,6 +171296,8 @@ declare const RestoredDocumentationPage: z.ZodObject<{
170060
171296
  }[];
170061
171297
  } | null | undefined;
170062
171298
  imageAlt?: string | null | undefined;
171299
+ openLightbox?: boolean | null | undefined;
171300
+ isBordered?: boolean | null | undefined;
170063
171301
  numberOfColumns?: number | null | undefined;
170064
171302
  itemBackgroundColor?: {
170065
171303
  value: string;
@@ -170149,6 +171387,8 @@ declare const RestoredDocumentationPage: z.ZodObject<{
170149
171387
  imageAlt?: string | null | undefined;
170150
171388
  imageCaption?: string | null | undefined;
170151
171389
  imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
171390
+ openLightbox?: boolean | null | undefined;
171391
+ isBordered?: boolean | null | undefined;
170152
171392
  } | null | undefined;
170153
171393
  customBlockKey?: string | null | undefined;
170154
171394
  customBlockProperties?: {
@@ -170166,6 +171406,7 @@ declare const RestoredDocumentationPage: z.ZodObject<{
170166
171406
  backgroundColor?: {
170167
171407
  value: string;
170168
171408
  } | null | undefined;
171409
+ previewContainerHeight?: number | null | undefined;
170169
171410
  } | null | undefined;
170170
171411
  figmaFrames?: {
170171
171412
  persistentId: string;
@@ -170226,10 +171467,19 @@ declare const RestoredDocumentationPage: z.ZodObject<{
170226
171467
  selectedThemeIds: string[];
170227
171468
  }[] | null | undefined;
170228
171469
  blacklistedElementProperties?: string[] | null | undefined;
171470
+ tokenBlockConfig?: {
171471
+ tokenNameFormat?: "Name" | "GroupAndName" | "FullPath" | "CustomProperty" | null | undefined;
171472
+ tokenNameCustomPropertyId?: string | null | undefined;
171473
+ } | null | undefined;
171474
+ assetBlockConfig?: {
171475
+ showSearch?: boolean | null | undefined;
171476
+ showAssetDescription?: boolean | null | undefined;
171477
+ } | null | undefined;
170229
171478
  figmaComponentsBlockConfig?: {
170230
171479
  backgroundColor?: {
170231
171480
  value: string;
170232
171481
  } | null | undefined;
171482
+ previewContainerHeight?: number | null | undefined;
170233
171483
  showComponentName?: boolean | null | undefined;
170234
171484
  showComponentDescription?: boolean | null | undefined;
170235
171485
  showPropertyList?: boolean | null | undefined;
@@ -170373,6 +171623,8 @@ declare const RestoredDocumentationPage: z.ZodObject<{
170373
171623
  }[];
170374
171624
  } | null | undefined;
170375
171625
  imageAlt?: string | null | undefined;
171626
+ openLightbox?: boolean | null | undefined;
171627
+ isBordered?: boolean | null | undefined;
170376
171628
  numberOfColumns?: number | null | undefined;
170377
171629
  itemBackgroundColor?: {
170378
171630
  value: string;
@@ -170462,6 +171714,8 @@ declare const RestoredDocumentationPage: z.ZodObject<{
170462
171714
  imageAlt?: string | null | undefined;
170463
171715
  imageCaption?: string | null | undefined;
170464
171716
  imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
171717
+ openLightbox?: boolean | null | undefined;
171718
+ isBordered?: boolean | null | undefined;
170465
171719
  } | null | undefined;
170466
171720
  customBlockKey?: string | null | undefined;
170467
171721
  customBlockProperties?: {
@@ -170479,6 +171733,7 @@ declare const RestoredDocumentationPage: z.ZodObject<{
170479
171733
  backgroundColor?: {
170480
171734
  value: string;
170481
171735
  } | null | undefined;
171736
+ previewContainerHeight?: number | null | undefined;
170482
171737
  } | null | undefined;
170483
171738
  figmaFrames?: {
170484
171739
  persistentId: string;
@@ -170539,10 +171794,19 @@ declare const RestoredDocumentationPage: z.ZodObject<{
170539
171794
  selectedThemeIds: string[];
170540
171795
  }[] | null | undefined;
170541
171796
  blacklistedElementProperties?: string[] | null | undefined;
171797
+ tokenBlockConfig?: {
171798
+ tokenNameFormat?: "Name" | "GroupAndName" | "FullPath" | "CustomProperty" | null | undefined;
171799
+ tokenNameCustomPropertyId?: string | null | undefined;
171800
+ } | null | undefined;
171801
+ assetBlockConfig?: {
171802
+ showSearch?: boolean | null | undefined;
171803
+ showAssetDescription?: boolean | null | undefined;
171804
+ } | null | undefined;
170542
171805
  figmaComponentsBlockConfig?: {
170543
171806
  backgroundColor?: {
170544
171807
  value: string;
170545
171808
  } | null | undefined;
171809
+ previewContainerHeight?: number | null | undefined;
170546
171810
  showComponentName?: boolean | null | undefined;
170547
171811
  showComponentDescription?: boolean | null | undefined;
170548
171812
  showPropertyList?: boolean | null | undefined;
@@ -170618,6 +171882,8 @@ declare const RestoredDocumentationPage: z.ZodObject<{
170618
171882
  }[];
170619
171883
  } | null | undefined;
170620
171884
  imageAlt?: string | null | undefined;
171885
+ openLightbox?: boolean | null | undefined;
171886
+ isBordered?: boolean | null | undefined;
170621
171887
  numberOfColumns?: number | null | undefined;
170622
171888
  itemBackgroundColor?: {
170623
171889
  value: string;
@@ -170707,6 +171973,8 @@ declare const RestoredDocumentationPage: z.ZodObject<{
170707
171973
  imageAlt?: string | null | undefined;
170708
171974
  imageCaption?: string | null | undefined;
170709
171975
  imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
171976
+ openLightbox?: boolean | null | undefined;
171977
+ isBordered?: boolean | null | undefined;
170710
171978
  } | null | undefined;
170711
171979
  customBlockKey?: string | null | undefined;
170712
171980
  customBlockProperties?: {
@@ -170724,6 +171992,7 @@ declare const RestoredDocumentationPage: z.ZodObject<{
170724
171992
  backgroundColor?: {
170725
171993
  value: string;
170726
171994
  } | null | undefined;
171995
+ previewContainerHeight?: number | null | undefined;
170727
171996
  } | null | undefined;
170728
171997
  figmaFrames?: {
170729
171998
  persistentId: string;
@@ -170784,10 +172053,19 @@ declare const RestoredDocumentationPage: z.ZodObject<{
170784
172053
  selectedThemeIds: string[];
170785
172054
  }[] | null | undefined;
170786
172055
  blacklistedElementProperties?: string[] | null | undefined;
172056
+ tokenBlockConfig?: {
172057
+ tokenNameFormat?: "Name" | "GroupAndName" | "FullPath" | "CustomProperty" | null | undefined;
172058
+ tokenNameCustomPropertyId?: string | null | undefined;
172059
+ } | null | undefined;
172060
+ assetBlockConfig?: {
172061
+ showSearch?: boolean | null | undefined;
172062
+ showAssetDescription?: boolean | null | undefined;
172063
+ } | null | undefined;
170787
172064
  figmaComponentsBlockConfig?: {
170788
172065
  backgroundColor?: {
170789
172066
  value: string;
170790
172067
  } | null | undefined;
172068
+ previewContainerHeight?: number | null | undefined;
170791
172069
  showComponentName?: boolean | null | undefined;
170792
172070
  showComponentDescription?: boolean | null | undefined;
170793
172071
  showPropertyList?: boolean | null | undefined;
@@ -170954,6 +172232,8 @@ declare const RestoredDocumentationPage: z.ZodObject<{
170954
172232
  }[];
170955
172233
  } | null | undefined;
170956
172234
  imageAlt?: string | null | undefined;
172235
+ openLightbox?: boolean | null | undefined;
172236
+ isBordered?: boolean | null | undefined;
170957
172237
  numberOfColumns?: number | null | undefined;
170958
172238
  itemBackgroundColor?: {
170959
172239
  value: string;
@@ -171043,6 +172323,8 @@ declare const RestoredDocumentationPage: z.ZodObject<{
171043
172323
  imageAlt?: string | null | undefined;
171044
172324
  imageCaption?: string | null | undefined;
171045
172325
  imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
172326
+ openLightbox?: boolean | null | undefined;
172327
+ isBordered?: boolean | null | undefined;
171046
172328
  } | null | undefined;
171047
172329
  customBlockKey?: string | null | undefined;
171048
172330
  customBlockProperties?: {
@@ -171060,6 +172342,7 @@ declare const RestoredDocumentationPage: z.ZodObject<{
171060
172342
  backgroundColor?: {
171061
172343
  value: string;
171062
172344
  } | null | undefined;
172345
+ previewContainerHeight?: number | null | undefined;
171063
172346
  } | null | undefined;
171064
172347
  figmaFrames?: {
171065
172348
  persistentId: string;
@@ -171120,10 +172403,19 @@ declare const RestoredDocumentationPage: z.ZodObject<{
171120
172403
  selectedThemeIds: string[];
171121
172404
  }[] | null | undefined;
171122
172405
  blacklistedElementProperties?: string[] | null | undefined;
172406
+ tokenBlockConfig?: {
172407
+ tokenNameFormat?: "Name" | "GroupAndName" | "FullPath" | "CustomProperty" | null | undefined;
172408
+ tokenNameCustomPropertyId?: string | null | undefined;
172409
+ } | null | undefined;
172410
+ assetBlockConfig?: {
172411
+ showSearch?: boolean | null | undefined;
172412
+ showAssetDescription?: boolean | null | undefined;
172413
+ } | null | undefined;
171123
172414
  figmaComponentsBlockConfig?: {
171124
172415
  backgroundColor?: {
171125
172416
  value: string;
171126
172417
  } | null | undefined;
172418
+ previewContainerHeight?: number | null | undefined;
171127
172419
  showComponentName?: boolean | null | undefined;
171128
172420
  showComponentDescription?: boolean | null | undefined;
171129
172421
  showPropertyList?: boolean | null | undefined;
@@ -171199,6 +172491,8 @@ declare const RestoredDocumentationPage: z.ZodObject<{
171199
172491
  }[];
171200
172492
  } | null | undefined;
171201
172493
  imageAlt?: string | null | undefined;
172494
+ openLightbox?: boolean | null | undefined;
172495
+ isBordered?: boolean | null | undefined;
171202
172496
  numberOfColumns?: number | null | undefined;
171203
172497
  itemBackgroundColor?: {
171204
172498
  value: string;
@@ -171288,6 +172582,8 @@ declare const RestoredDocumentationPage: z.ZodObject<{
171288
172582
  imageAlt?: string | null | undefined;
171289
172583
  imageCaption?: string | null | undefined;
171290
172584
  imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
172585
+ openLightbox?: boolean | null | undefined;
172586
+ isBordered?: boolean | null | undefined;
171291
172587
  } | null | undefined;
171292
172588
  customBlockKey?: string | null | undefined;
171293
172589
  customBlockProperties?: {
@@ -171305,6 +172601,7 @@ declare const RestoredDocumentationPage: z.ZodObject<{
171305
172601
  backgroundColor?: {
171306
172602
  value: string;
171307
172603
  } | null | undefined;
172604
+ previewContainerHeight?: number | null | undefined;
171308
172605
  } | null | undefined;
171309
172606
  figmaFrames?: {
171310
172607
  persistentId: string;
@@ -171365,10 +172662,19 @@ declare const RestoredDocumentationPage: z.ZodObject<{
171365
172662
  selectedThemeIds: string[];
171366
172663
  }[] | null | undefined;
171367
172664
  blacklistedElementProperties?: string[] | null | undefined;
172665
+ tokenBlockConfig?: {
172666
+ tokenNameFormat?: "Name" | "GroupAndName" | "FullPath" | "CustomProperty" | null | undefined;
172667
+ tokenNameCustomPropertyId?: string | null | undefined;
172668
+ } | null | undefined;
172669
+ assetBlockConfig?: {
172670
+ showSearch?: boolean | null | undefined;
172671
+ showAssetDescription?: boolean | null | undefined;
172672
+ } | null | undefined;
171368
172673
  figmaComponentsBlockConfig?: {
171369
172674
  backgroundColor?: {
171370
172675
  value: string;
171371
172676
  } | null | undefined;
172677
+ previewContainerHeight?: number | null | undefined;
171372
172678
  showComponentName?: boolean | null | undefined;
171373
172679
  showComponentDescription?: boolean | null | undefined;
171374
172680
  showPropertyList?: boolean | null | undefined;
@@ -172923,6 +174229,8 @@ declare const RestoredDocumentationPage: z.ZodObject<{
172923
174229
  }[];
172924
174230
  } | null | undefined;
172925
174231
  imageAlt?: string | null | undefined;
174232
+ openLightbox?: boolean | null | undefined;
174233
+ isBordered?: boolean | null | undefined;
172926
174234
  numberOfColumns?: number | null | undefined;
172927
174235
  itemBackgroundColor?: {
172928
174236
  value: string;
@@ -173012,6 +174320,8 @@ declare const RestoredDocumentationPage: z.ZodObject<{
173012
174320
  imageAlt?: string | null | undefined;
173013
174321
  imageCaption?: string | null | undefined;
173014
174322
  imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
174323
+ openLightbox?: boolean | null | undefined;
174324
+ isBordered?: boolean | null | undefined;
173015
174325
  } | null | undefined;
173016
174326
  customBlockKey?: string | null | undefined;
173017
174327
  customBlockProperties?: {
@@ -173029,6 +174339,7 @@ declare const RestoredDocumentationPage: z.ZodObject<{
173029
174339
  backgroundColor?: {
173030
174340
  value: string;
173031
174341
  } | null | undefined;
174342
+ previewContainerHeight?: number | null | undefined;
173032
174343
  } | null | undefined;
173033
174344
  figmaFrames?: {
173034
174345
  persistentId: string;
@@ -173089,10 +174400,19 @@ declare const RestoredDocumentationPage: z.ZodObject<{
173089
174400
  selectedThemeIds: string[];
173090
174401
  }[] | null | undefined;
173091
174402
  blacklistedElementProperties?: string[] | null | undefined;
174403
+ tokenBlockConfig?: {
174404
+ tokenNameFormat?: "Name" | "GroupAndName" | "FullPath" | "CustomProperty" | null | undefined;
174405
+ tokenNameCustomPropertyId?: string | null | undefined;
174406
+ } | null | undefined;
174407
+ assetBlockConfig?: {
174408
+ showSearch?: boolean | null | undefined;
174409
+ showAssetDescription?: boolean | null | undefined;
174410
+ } | null | undefined;
173092
174411
  figmaComponentsBlockConfig?: {
173093
174412
  backgroundColor?: {
173094
174413
  value: string;
173095
174414
  } | null | undefined;
174415
+ previewContainerHeight?: number | null | undefined;
173096
174416
  showComponentName?: boolean | null | undefined;
173097
174417
  showComponentDescription?: boolean | null | undefined;
173098
174418
  showPropertyList?: boolean | null | undefined;
@@ -173168,6 +174488,8 @@ declare const RestoredDocumentationPage: z.ZodObject<{
173168
174488
  }[];
173169
174489
  } | null | undefined;
173170
174490
  imageAlt?: string | null | undefined;
174491
+ openLightbox?: boolean | null | undefined;
174492
+ isBordered?: boolean | null | undefined;
173171
174493
  numberOfColumns?: number | null | undefined;
173172
174494
  itemBackgroundColor?: {
173173
174495
  value: string;
@@ -173257,6 +174579,8 @@ declare const RestoredDocumentationPage: z.ZodObject<{
173257
174579
  imageAlt?: string | null | undefined;
173258
174580
  imageCaption?: string | null | undefined;
173259
174581
  imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
174582
+ openLightbox?: boolean | null | undefined;
174583
+ isBordered?: boolean | null | undefined;
173260
174584
  } | null | undefined;
173261
174585
  customBlockKey?: string | null | undefined;
173262
174586
  customBlockProperties?: {
@@ -173274,6 +174598,7 @@ declare const RestoredDocumentationPage: z.ZodObject<{
173274
174598
  backgroundColor?: {
173275
174599
  value: string;
173276
174600
  } | null | undefined;
174601
+ previewContainerHeight?: number | null | undefined;
173277
174602
  } | null | undefined;
173278
174603
  figmaFrames?: {
173279
174604
  persistentId: string;
@@ -173334,10 +174659,19 @@ declare const RestoredDocumentationPage: z.ZodObject<{
173334
174659
  selectedThemeIds: string[];
173335
174660
  }[] | null | undefined;
173336
174661
  blacklistedElementProperties?: string[] | null | undefined;
174662
+ tokenBlockConfig?: {
174663
+ tokenNameFormat?: "Name" | "GroupAndName" | "FullPath" | "CustomProperty" | null | undefined;
174664
+ tokenNameCustomPropertyId?: string | null | undefined;
174665
+ } | null | undefined;
174666
+ assetBlockConfig?: {
174667
+ showSearch?: boolean | null | undefined;
174668
+ showAssetDescription?: boolean | null | undefined;
174669
+ } | null | undefined;
173337
174670
  figmaComponentsBlockConfig?: {
173338
174671
  backgroundColor?: {
173339
174672
  value: string;
173340
174673
  } | null | undefined;
174674
+ previewContainerHeight?: number | null | undefined;
173341
174675
  showComponentName?: boolean | null | undefined;
173342
174676
  showComponentDescription?: boolean | null | undefined;
173343
174677
  showPropertyList?: boolean | null | undefined;
@@ -175511,4 +176845,4 @@ type PersonalAccessTokenWithUser = {
175511
176845
  token: PersonalAccessToken;
175512
176846
  };
175513
176847
 
175514
- export { Address, type AllFields, type ArrayElementType, Asset, AssetDeleteSchedule, type AssetDeleteScheduleDbInput, AssetDeleteScheduleStatus, AssetDynamoRecord, AssetFontProperties, type AssetImportModel, AssetImportModelInput, AssetOrigin, AssetProcessStatus, AssetProperties, AssetReference, type AssetReferenceDiff, AssetRenderConfiguration, AssetScope, AssetType, AssetValue, AuthTokens, BillingDetails, type BillingInterval, BillingIntervalSchema, BillingType, BillingTypeSchema, BlurTokenData, BlurType, BlurValue, BorderPosition, BorderRadiusTokenData, BorderRadiusUnit, BorderRadiusValue, BorderStyle, BorderTokenData, BorderValue, BorderWidthTokenData, BorderWidthUnit, BorderWidthValue, Brand, BrandedElementGroup, type Card, CardSchema, ChangedImportedFigmaSourceData, CodeIntegrationDump, Collection, CollectionImportModel, CollectionImportModelInput, CollectionOrigin, ColorTokenData, ColorTokenInlineData, ColorValue, ComponentElementData, ContentLoadInstruction, ContentLoaderPayload, type CreateAssetReference, type CreateBrand, type CreateCollection, type CreateDataSource, type CreateDesignElement, type CreateDesignElementReference, type CreateDesignSystem, type CreateDesignSystemInvitation, type CreateDesignSystemMembership, type CreateDesignSystemVersion, type CreateDesignSystemVersionRoom, CreateDesignToken, type CreateDocumentationPageApproval, type CreateDocumentationPageContent, type CreateDocumentationPageRoom, type CreateDocumentationPageSnapshot, type CreateDocumentationPageV1, type CreateDocumentationPageV2, type CreateElementGroup, type CreateElementGroupSnapshot, type CreateElementPropertyDefinition, type CreateElementPropertyValue, type CreateElementView, type CreateElementViewColumn, type CreateExportJob, type CreateExporterMembership, type CreateFigmaComponent, type CreateFigmaFileStructure, type CreateFigmaNodeReference, type CreateImportJob, type CreatePersonalAccessToken, type CreatePublishedDocPage, type CreatePublishedDocPageVisitsEntry, type CreateTheme, type CreateWorkspaceDbInput, CreateWorkspaceInput, type CreateWorkspaceInvitation, type CreateWorkspaceMembership, type CreateWorkspaceRoom, CustomDomain, type CustomDomainState, Customer, DataSource, DataSourceAutoImportMode, DataSourceFigmaFileData, DataSourceFigmaFileVersionData, DataSourceFigmaImportMetadata, DataSourceFigmaRemote, DataSourceFigmaScope, DataSourceFigmaState, DataSourceImportModel, DataSourceRemote, DataSourceRemoteType, DataSourceStats, DataSourceTokenStudioRemote, DataSourceUploadImportMetadata, DataSourceUploadRemote, DataSourceUploadRemoteSource, DataSourceVersion, type DbCreateInputOmit, type DbUpdate, type DbUpdateInputOmit, type Defined, DesignElement, DesignElementBase, DesignElementBrandedPart, DesignElementCategory, DesignElementGroupableBase, DesignElementGroupablePart, DesignElementGroupableRequiredPart, DesignElementImportedBase, DesignElementOrigin, type DesignElementOriginImportModel, type DesignElementReference, DesignElementSlugPart, DesignElementSnapshotBase, DesignElementSnapshotReason, DesignElementType, DesignSystem, DesignSystemAccessMode, DesignSystemDump, DesignSystemElementExportProps, DesignSystemInvitation, type DesignSystemInvitationAddition, DesignSystemInvite, DesignSystemInviteEmailData, DesignSystemInviteEmailRecipient, DesignSystemInviteUpdate, DesignSystemMemberUpdate, DesignSystemMembers, DesignSystemMembership, type DesignSystemMembershipAddition, DesignSystemMembershipUpdates, DesignSystemPendingMemberInvitation, type DesignSystemPendingMemberInvite, DesignSystemRole, DesignSystemSwitcher, DesignSystemUserInvitation, DesignSystemVersion, DesignSystemVersionDump, DesignSystemVersionMultiplayerDump, type DesignSystemVersionParsedRoomId, DesignSystemVersionRoom, DesignSystemVersionRoomInitialState, DesignSystemVersionRoomInternalSettings, DesignSystemVersionRoomUpdate, DesignToken, DesignTokenBase, DesignTokenImportModel, DesignTokenImportModelBase, DesignTokenImportModelInput, DesignTokenImportModelInputBase, type DesignTokenImportModelInputOfType, type DesignTokenImportModelOfType, type DesignTokenOfType, DesignTokenOrigin, DesignTokenOriginPart, DesignTokenType, DesignTokenTypedData, type DesignTokenTypedDataOfType, type DesignTokensDiff, DimensionTokenData, DimensionUnit, DimensionValue, DocumentationComment, DocumentationCommentThread, DocumentationGroupBehavior, DocumentationGroupV1, DocumentationItemConfigurationV1, DocumentationItemConfigurationV2, DocumentationItemHeaderAlignment, DocumentationItemHeaderAlignmentSchema, DocumentationItemHeaderImageScaleType, DocumentationItemHeaderImageScaleTypeSchema, DocumentationItemHeaderV1, DocumentationItemHeaderV2, DocumentationLinkPreview, DocumentationPage, DocumentationPageAnchor, DocumentationPageApproval, DocumentationPageApprovalState, DocumentationPageContent, DocumentationPageContentBackup, DocumentationPageContentData, DocumentationPageContentItem, DocumentationPageDataV1, DocumentationPageDataV2, DocumentationPageGroup, type DocumentationPageOldParsedRoomId, type DocumentationPageParsedRoomId, DocumentationPageRoom, DocumentationPageRoomDump, DocumentationPageRoomInitialStateUpdate, DocumentationPageRoomRoomUpdate, DocumentationPageRoomState, DocumentationPageSnapshot, DocumentationPageV1, DocumentationPageV2, DocumentationSettings, DocumentationThreadDump, DurationTokenData, DurationUnit, DurationValue, ElementGroup, ElementGroupDataV1, ElementGroupDataV2, ElementGroupSnapshot, type ElementGroupsDiff, ElementPropertyDefinition, type ElementPropertyDefinitionDiff, ElementPropertyDefinitionOption, ElementPropertyImmutableType, ElementPropertyLinkType, type ElementPropertyReference, ElementPropertyTargetType, ElementPropertyType, ElementPropertyTypeSchema, ElementPropertyValue, type ElementPropertyValueDiff, ElementView, ElementViewBaseColumnType, ElementViewBasePropertyColumn, ElementViewColumn, ElementViewColumnSharedAttributes, ElementViewColumnType, ElementViewPropertyDefinitionColumn, ElementViewThemeColumn, Entity, Event, EventDataSourceImported, EventVersionReleased, type ExplicitPartial, ExportDestinationsMap, ExportJob, ExportJobContext, ExportJobDestinationType, ExportJobDocsDestinationResult, ExportJobDocumentationChanges, ExportJobDocumentationContext, ExportJobDump, ExportJobExporterConfiguration, ExportJobFindByFilter, ExportJobLogEntry, ExportJobLogEntryType, ExportJobPullRequestDestinationResult, ExportJobResult, ExportJobS3DestinationResult, ExportJobStatus, Exporter, ExporterDestinationAzure, ExporterDestinationBitbucket, ExporterDestinationDocs, ExporterDestinationGithub, ExporterDestinationGitlab, ExporterDestinationS3, ExporterDetails, ExporterFunctionPayload, ExporterPropertyImageValue, ExporterPropertyValue, ExporterPropertyValuesCollection, ExporterPulsarDetails, ExporterSource, ExporterTag, ExporterType, ExporterWorkspaceMembership, ExporterWorkspaceMembershipRole, type ExtendedIntegration, ExtendedIntegrationType, ExternalOAuthRequest, ExternalServiceType, FeatureFlag, FeatureFlagMap, FeatureFlagsKeepAliases, type FeatureLimitedDetails, type FeatureToggleDetails, type FeatureWithImportJobsDetails, FeaturesSummary, FigmaComponent, FigmaComponentAsset, FigmaComponentBooleanProperty, type FigmaComponentDiff, FigmaComponentImportModel, FigmaComponentImportModelInput, FigmaComponentInstancePreview, FigmaComponentInstanceSwapProperty, FigmaComponentOrigin, FigmaComponentOriginPart, FigmaComponentProperty, FigmaComponentPropertyMap, FigmaComponentPropertyOrigin, FigmaComponentPropertyType, FigmaComponentTextProperty, FigmaComponentVariantProperty, FigmaFileAccessData, FigmaFileDownloadScope, FigmaFileStructure, FigmaFileStructureData, type FigmaFileStructureDiff, FigmaFileStructureElementData, FigmaFileStructureImportModel, FigmaFileStructureImportModelInput, FigmaFileStructureNode, FigmaFileStructureNodeBase, FigmaFileStructureNodeImportModel, FigmaFileStructureNodeType, FigmaFileStructureOrigin, FigmaFileStructureStatistics, FigmaImportBaseContext, FigmaImportContextWithDownloadScopes, FigmaImportContextWithSourcesState, FigmaNodeReference, FigmaNodeReferenceData, type FigmaNodeReferenceDiff, FigmaNodeReferenceElementData, FigmaNodeReferenceOrigin, FigmaNodeRenderFormat, FigmaPngRenderImportModel, FigmaRenderBase, FigmaRenderFormat, FigmaRenderImportModel, FigmaSvgRenderImportModel, FileStructureStats, FlaggedFeature, FontFamilyTokenData, FontFamilyValue, FontSizeTokenData, FontSizeUnit, FontSizeValue, FontTokenData, FontValue, FontWeightTokenData, FontWeightValue, GitBranch, GitIntegrationType, GitObjectsQuery, GitOrganization, GitProject, GitProvider, GitProviderNames, GitRepository, GradientLayerData, GradientLayerValue, GradientStop, GradientTokenData, GradientTokenValue, GradientType, HANDLE_MAX_LENGTH, HANDLE_MIN_LENGTH, HierarchicalElements, IconSet, ImageImportModel, ImageImportModelType, ImportFunctionInput, ImportJob, ImportJobOperation, ImportJobState, ImportModelBase, ImportModelCollection, ImportModelInputBase, ImportModelInputCollection, ImportWarning, ImportWarningType, type ImportedAsset, type ImportedDesignToken, type ImportedDesignTokenOfType, type ImportedFigmaComponent, ImportedFigmaSourceData, Integration, IntegrationAuthType, IntegrationCredentials, IntegrationCredentialsProfile, IntegrationCredentialsState, IntegrationCredentialsType, IntegrationDesignSystem, IntegrationToken, type IntegrationTokenOld, IntegrationTokenSchemaOld, IntegrationType, IntegrationUserInfo, InternalStatus, InternalStatusSchema, type Invoice, type InvoiceCoupon, InvoiceCouponSchema, type InvoiceLine, InvoiceLineSchema, InvoiceSchema, LetterSpacingTokenData, LetterSpacingUnit, LetterSpacingValue, LineHeightTokenData, LineHeightUnit, LineHeightValue, LiveblocksNotificationSettings, MAX_MEMBERS_COUNT, NpmPackage, NpmProxyToken, NpmProxyTokenPayload, NpmRegistrCustomAuthConfig, NpmRegistryAuthConfig, NpmRegistryAuthType, NpmRegistryBasicAuthConfig, NpmRegistryBearerAuthConfig, NpmRegistryConfig, NpmRegistryNoAuthConfig, NpmRegistryType, type Nullish, OAuthProvider, OAuthProviderNames, OAuthProviderSchema, ObjectMeta, type OmitStrict, OpacityTokenData, OpacityValue, type Optional, type OptionalToNullable, PageBlockAlignment, PageBlockAppearanceV2, PageBlockAsset, PageBlockAssetComponent, PageBlockAssetEntityMeta, PageBlockAssetType, PageBlockBaseV1, PageBlockBehaviorDataType, PageBlockBehaviorSelectionType, PageBlockCalloutType, PageBlockCategory, PageBlockCodeLanguage, PageBlockColorV2, PageBlockCustomBlockPropertyImageValue, PageBlockCustomBlockPropertyValue, PageBlockDataV2, PageBlockDefinition, PageBlockDefinitionAppearance, PageBlockDefinitionBehavior, PageBlockDefinitionBooleanOptions, PageBlockDefinitionBooleanPropertyStyle, PageBlockDefinitionComponentOptions, PageBlockDefinitionFigmaComponentOptions, PageBlockDefinitionImageAspectRatio, PageBlockDefinitionImageOptions, PageBlockDefinitionImageWidth, PageBlockDefinitionItem, PageBlockDefinitionLayout, PageBlockDefinitionLayoutAlign, PageBlockDefinitionLayoutBase, PageBlockDefinitionLayoutGap, PageBlockDefinitionLayoutResizing, PageBlockDefinitionLayoutType, PageBlockDefinitionMultiRichTextPropertyStyle, PageBlockDefinitionMultiSelectPropertyStyle, PageBlockDefinitionMutiRichTextOptions, PageBlockDefinitionNumberOptions, PageBlockDefinitionOnboarding, PageBlockDefinitionProperty, PageBlockDefinitionPropertyType, PageBlockDefinitionRichTextEditorOptions, PageBlockDefinitionRichTextEditorPropertyStyle, PageBlockDefinitionRichTextOptions, PageBlockDefinitionRichTextPropertyStyle, PageBlockDefinitionSelectChoice, PageBlockDefinitionSelectOptions, PageBlockDefinitionSingleSelectPropertyColor, PageBlockDefinitionSingleSelectPropertyStyle, PageBlockDefinitionTextOptions, PageBlockDefinitionTextPropertyColor, PageBlockDefinitionTextPropertyStyle, PageBlockDefinitionUntypedPropertyOptions, PageBlockDefinitionVariant, PageBlockDefinitionsMap, PageBlockEditorModelV2, PageBlockFigmaComponentBlockConfig, PageBlockFigmaComponentEntityMeta, PageBlockFigmaFrameProperties, PageBlockFigmaNodeEntityMeta, PageBlockFrame, PageBlockFrameOrigin, PageBlockGuideline, PageBlockImageAlignment, PageBlockImageReference, PageBlockImageResourceReference, PageBlockImageType, PageBlockItemAssetPropertyValue, PageBlockItemAssetValue, PageBlockItemBooleanValue, PageBlockItemCodeValue, PageBlockItemColorValue, PageBlockItemComponentPropertyValue, PageBlockItemComponentValue, PageBlockItemDividerValue, PageBlockItemEmbedValue, PageBlockItemFigmaComponentValue, PageBlockItemFigmaNodeValue, PageBlockItemImageValue, PageBlockItemMarkdownValue, PageBlockItemMultiRichTextValue, PageBlockItemMultiSelectValue, PageBlockItemNumberValue, PageBlockItemRichTextEditorListNode, PageBlockItemRichTextEditorNode, PageBlockItemRichTextEditorParagraphNode, PageBlockItemRichTextEditorValue, PageBlockItemRichTextValue, PageBlockItemSandboxValue, PageBlockItemSingleSelectValue, PageBlockItemStorybookValue, PageBlockItemSwatch, PageBlockItemTableCell, PageBlockItemTableImageNode, PageBlockItemTableNode, PageBlockItemTableRichTextNode, PageBlockItemTableRow, PageBlockItemTableValue, PageBlockItemTextValue, PageBlockItemTokenPropertyValue, PageBlockItemTokenTypeValue, PageBlockItemTokenValue, PageBlockItemUntypedValue, PageBlockItemUrlValue, PageBlockItemV2, PageBlockLinkPreview, PageBlockLinkType, PageBlockLinkV2, PageBlockPreviewContainerSize, PageBlockRenderCodeProperties, PageBlockResourceFrameNodeReference, PageBlockSelectedFigmaComponent, PageBlockShortcut, PageBlockSwatch, PageBlockTableCellAlignment, PageBlockTableColumn, PageBlockTableProperties, PageBlockText, PageBlockTextSpan, PageBlockTextSpanAttribute, PageBlockTextSpanAttributeType, PageBlockTheme, PageBlockThemeDisplayMode, PageBlockThemeType, PageBlockTilesAlignment, PageBlockTilesLayout, PageBlockTokenNameFormat, PageBlockTokenValueFormat, PageBlockTypeV1, PageBlockUrlPreview, PageBlockV1, PageBlockV2, PageSectionAppearanceV2, PageSectionColumnV2, PageSectionEditorModelV2, PageSectionItemV2, PageSectionPaddingV2, PageSectionTypeV2, type Pagination, ParagraphIndentTokenData, ParagraphIndentUnit, ParagraphIndentValue, ParagraphSpacingTokenData, ParagraphSpacingUnit, ParagraphSpacingValue, type ParsedRoomId, PeriodSchema, PersonalAccessToken, type PersonalAccessTokenWithUser, Pipeline, PipelineDestinationExtraType, PipelineDestinationGitType, PipelineDestinationType, PipelineEventType, type PluginOAuthRequest, PluginOAuthRequestSchema, Point2D, PostStripeCheckoutBodyInputSchema, PostStripeCheckoutOutputSchema, PostStripePortalSessionBodyInputSchema, PostStripePortalSessionOutputSchema, PostStripePortalUpdateSessionBodyInputSchema, type Price, PriceSchema, ProductCode, ProductCodeSchema, ProductCopyTokenData, ProductCopyValue, PublishedDoc, PublishedDocEnvironment, PublishedDocPage, PublishedDocPageVisitsEntry, PublishedDocRoutingVersion, PublishedDocsChecksums, PublishedDocsDump, PulsarBaseProperty, PulsarContributionConfigurationProperty, PulsarContributionVariant, PulsarCustomBlock, PulsarPropertyType, RESERVED_SLUGS, RESERVED_SLUG_PREFIX, RenderedAssetFile, ResolvedAsset, type RestoreDocumentationPage, type RestoreElementGroup, RestoredDocumentationGroup, RestoredDocumentationPage, type RoomOwner, RoomType, RoomTypeEnum, RoomTypeSchema, SHORT_PERSISTENT_ID_LENGTH, SafeIdSchema, Session, SessionData, ShadowLayerValue, ShadowTokenData, ShadowType, ShadowValue, ShallowDesignElement, Size, SizeOrUndefined, SizeTokenData, SizeUnit, SizeValue, SourceImportComponentSummary, SourceImportFrameSummary, SourceImportSummary, SourceImportSummaryByTokenType, SourceImportTokenSummary, SpaceTokenData, SpaceUnit, SpaceValue, SsoProvider, StringTokenData, StringValue, type StripeCheckoutInput, type StripeCheckoutOutput, type StripePortalSessionInput, type StripePortalSessionOutput, StripeSubscriptionStatus, StripeSubscriptionStatusSchema, Subscription, SupernovaException, type SupernovaExceptionType, TextCase, TextCaseTokenData, TextCaseValue, TextDecoration, TextDecorationTokenData, TextDecorationValue, Theme, type ThemeDiff, ThemeElementData, ThemeImportModel, ThemeImportModelInput, ThemeOrigin, ThemeOriginObject, ThemeOriginPart, ThemeOriginSource, ThemeOverride, ThemeOverrideImportModel, ThemeOverrideImportModelBase, ThemeOverrideImportModelInput, type ThemeOverrideImportModelInputOfType, type ThemeOverrideImportModelOfType, type ThemeOverrideOfType, ThemeOverrideOrigin, ThemeOverrideOriginPart, ThemeUpdateImportModel, ThemeUpdateImportModelInput, TokenDataAliasSchema, TypographyTokenData, TypographyValue, type UpdateCollection, type UpdateDataSource, type UpdateDesignElement, type UpdateDesignSystem, type UpdateDesignSystemInvitation, type UpdateDesignSystemMembership, type UpdateDesignSystemVersion, type UpdateDesignSystemVersionRoom, type UpdateDesignToken, type UpdateDocumentationPageContent, type UpdateDocumentationPageRoom, type UpdateDocumentationPageSnapshot, type UpdateDocumentationPageV1, type UpdateDocumentationPageV2, type UpdateElementGroup, type UpdateElementGroupSnapshot, type UpdateElementPropertyDefinition, type UpdateElementPropertyValue, type UpdateElementView, type UpdateElementViewColumn, type UpdateExportJob, type UpdateFigmaComponent, type UpdateFigmaFileStructure, type UpdateFigmaNodeReference, type UpdateImportJob, UpdateMembershipRolesInput, type UpdatePublishedDocPage, type UpdateTheme, type UpdateWorkspaceDbInput, type UpdateWorkspaceInvitation, type UpdateWorkspaceMembership, type UpdateWorkspaceRoom, UrlImageImportModel, User, UserAnalyticsCleanupSchedule, UserAnalyticsCleanupScheduleDbInput, UserDump, UserIdentity, UserInvite, UserInvites, UserLinkedIntegrations, UserMinified, UserNotificationSettings, UserOnboarding, UserOnboardingDepartment, UserOnboardingJobLevel, UserProfile, UserProfileUpdate, UserSession, UserSource, UserTest, VersionCreationJob, VersionCreationJobStatus, type VersionRoomOwner, Visibility, VisibilityTokenData, VisibilityValue, type WithRequired, Workspace, WorkspaceConfigurationUpdate, WorkspaceContext, WorkspaceDump, WorkspaceInvitation, WorkspaceInviteEmailData, WorkspaceInviteEmailRecipient, WorkspaceIpSettings, WorkspaceIpWhitelistEntry, WorkspaceMembership, type WorkspaceOAuthRequest, WorkspaceOAuthRequestSchema, type WorkspaceParsedRoomId, WorkspaceProfile, WorkspaceProfileUpdate, WorkspaceRole, WorkspaceRoleSchema, WorkspaceRoom, type WorkspaceRoomOwner, WorkspaceWithDesignSystems, ZIndexTokenData, ZIndexUnit, ZIndexValue, addImportModelCollections, areShallowObjectsEqual, areTokenTypesCompatible, buildConstantEnum, chunkedArray, convertTokenTypedData, defaultDocumentationItemConfigurationV1, defaultDocumentationItemConfigurationV2, defaultDocumentationItemHeaderV1, defaultDocumentationItemHeaderV2, defaultNotificationSettings, designTokenImportModelTypeFilter, designTokenTypeFilter, extractTokenTypedData, figmaFileStructureImportModelToMap, figmaFileStructureToMap, filterNonNullish, forceUnwrapNullish, getCodenameFromText, getFigmaRenderFormatFileExtension, groupBy, isDesignTokenImportModelOfType, isDesignTokenOfType, isImportedAsset, isImportedDesignToken, isImportedFigmaComponent, isNotNullish, isNullish, isSlugReserved, isTokenType, joinRepeatingSpans, mapByUnique, mapPageBlockItemValuesV2, nonNullFilter, nonNullishFilter, nullishToOptional, parseUrl, pickLatestGroupSnapshots, pickLatestPageSnapshots, pickLatestSnapshots, promiseWithTimeout, publishedDocEnvironments, removeCommentSpans, sleep, slugRegex, slugify, tokenAliasOrValue, tokenElementTypes, traversePageBlockItemValuesV2, traversePageBlockItemsV2, traversePageBlocksV1, traversePageItemsV2, traverseStructure, trimLeadingSlash, trimTrailingSlash, tryParseShortPersistentId, tryParseUrl, uniqueBy, workspaceRoleToDesignSystemRole, zodCreateInputOmit, zodUpdateInputOmit };
176848
+ export { Address, type AllFields, type ArrayElementType, Asset, AssetDeleteSchedule, type AssetDeleteScheduleDbInput, AssetDeleteScheduleStatus, AssetDynamoRecord, AssetFontProperties, type AssetImportModel, AssetImportModelInput, AssetOrigin, AssetProcessStatus, AssetProperties, AssetReference, type AssetReferenceDiff, AssetRenderConfiguration, AssetScope, AssetType, AssetValue, AuthTokens, BillingDetails, type BillingInterval, BillingIntervalSchema, BillingType, BillingTypeSchema, BlurTokenData, BlurType, BlurValue, BorderPosition, BorderRadiusTokenData, BorderRadiusUnit, BorderRadiusValue, BorderStyle, BorderTokenData, BorderValue, BorderWidthTokenData, BorderWidthUnit, BorderWidthValue, Brand, BrandedElementGroup, type Card, CardSchema, ChangedImportedFigmaSourceData, CodeIntegrationDump, Collection, CollectionImportModel, CollectionImportModelInput, CollectionOrigin, ColorTokenData, ColorTokenInlineData, ColorValue, ComponentElementData, ContentLoadInstruction, ContentLoaderPayload, type CreateAssetReference, type CreateBrand, type CreateCollection, type CreateDataSource, type CreateDesignElement, type CreateDesignElementReference, type CreateDesignSystem, type CreateDesignSystemInvitation, type CreateDesignSystemMembership, type CreateDesignSystemVersion, type CreateDesignSystemVersionRoom, CreateDesignToken, type CreateDocumentationPageApproval, type CreateDocumentationPageContent, type CreateDocumentationPageRoom, type CreateDocumentationPageSnapshot, type CreateDocumentationPageV1, type CreateDocumentationPageV2, type CreateElementGroup, type CreateElementGroupSnapshot, type CreateElementPropertyDefinition, type CreateElementPropertyValue, type CreateElementView, type CreateElementViewColumn, type CreateExportJob, type CreateExporterMembership, type CreateFigmaComponent, type CreateFigmaFileStructure, type CreateFigmaNodeReference, type CreateImportJob, type CreatePersonalAccessToken, type CreatePublishedDocPage, type CreatePublishedDocPageVisitsEntry, type CreateTheme, type CreateWorkspaceDbInput, CreateWorkspaceInput, type CreateWorkspaceInvitation, type CreateWorkspaceMembership, type CreateWorkspaceRoom, CustomDomain, type CustomDomainState, Customer, DataSource, DataSourceAutoImportMode, DataSourceFigmaFileData, DataSourceFigmaFileVersionData, DataSourceFigmaImportMetadata, DataSourceFigmaRemote, DataSourceFigmaScope, DataSourceFigmaState, DataSourceImportModel, DataSourceRemote, DataSourceRemoteType, DataSourceStats, DataSourceTokenStudioRemote, DataSourceUploadImportMetadata, DataSourceUploadRemote, DataSourceUploadRemoteSource, DataSourceVersion, type DbCreateInputOmit, type DbUpdate, type DbUpdateInputOmit, type Defined, DesignElement, DesignElementBase, DesignElementBrandedPart, DesignElementCategory, DesignElementGroupableBase, DesignElementGroupablePart, DesignElementGroupableRequiredPart, DesignElementImportedBase, DesignElementOrigin, type DesignElementOriginImportModel, type DesignElementReference, DesignElementSlugPart, DesignElementSnapshotBase, DesignElementSnapshotReason, DesignElementType, DesignSystem, DesignSystemAccessMode, DesignSystemDump, DesignSystemElementExportProps, DesignSystemInvitation, type DesignSystemInvitationAddition, DesignSystemInvite, DesignSystemInviteEmailData, DesignSystemInviteEmailRecipient, DesignSystemInviteUpdate, DesignSystemMemberUpdate, DesignSystemMembers, DesignSystemMembership, type DesignSystemMembershipAddition, DesignSystemMembershipUpdates, DesignSystemPendingMemberInvitation, type DesignSystemPendingMemberInvite, DesignSystemRole, DesignSystemSwitcher, DesignSystemUserInvitation, DesignSystemVersion, DesignSystemVersionDump, DesignSystemVersionMultiplayerDump, type DesignSystemVersionParsedRoomId, DesignSystemVersionRoom, DesignSystemVersionRoomInitialState, DesignSystemVersionRoomInternalSettings, DesignSystemVersionRoomUpdate, DesignToken, DesignTokenBase, DesignTokenImportModel, DesignTokenImportModelBase, DesignTokenImportModelInput, DesignTokenImportModelInputBase, type DesignTokenImportModelInputOfType, type DesignTokenImportModelOfType, type DesignTokenOfType, DesignTokenOrigin, DesignTokenOriginPart, DesignTokenType, DesignTokenTypedData, type DesignTokenTypedDataOfType, type DesignTokensDiff, DimensionTokenData, DimensionUnit, DimensionValue, DocumentationComment, DocumentationCommentThread, DocumentationGroupBehavior, DocumentationGroupV1, DocumentationItemConfigurationV1, DocumentationItemConfigurationV2, DocumentationItemHeaderAlignment, DocumentationItemHeaderAlignmentSchema, DocumentationItemHeaderImageScaleType, DocumentationItemHeaderImageScaleTypeSchema, DocumentationItemHeaderV1, DocumentationItemHeaderV2, DocumentationLinkPreview, DocumentationPage, DocumentationPageAnchor, DocumentationPageApproval, DocumentationPageApprovalState, DocumentationPageContent, DocumentationPageContentBackup, DocumentationPageContentData, DocumentationPageContentItem, DocumentationPageDataV1, DocumentationPageDataV2, DocumentationPageGroup, type DocumentationPageOldParsedRoomId, type DocumentationPageParsedRoomId, DocumentationPageRoom, DocumentationPageRoomDump, DocumentationPageRoomInitialStateUpdate, DocumentationPageRoomRoomUpdate, DocumentationPageRoomState, DocumentationPageSnapshot, DocumentationPageV1, DocumentationPageV2, DocumentationSettings, DocumentationThreadDump, DurationTokenData, DurationUnit, DurationValue, ElementGroup, ElementGroupDataV1, ElementGroupDataV2, ElementGroupSnapshot, type ElementGroupsDiff, ElementPropertyDefinition, type ElementPropertyDefinitionDiff, ElementPropertyDefinitionOption, ElementPropertyImmutableType, ElementPropertyLinkType, type ElementPropertyReference, ElementPropertyTargetType, ElementPropertyType, ElementPropertyTypeSchema, ElementPropertyValue, type ElementPropertyValueDiff, ElementView, ElementViewBaseColumnType, ElementViewBasePropertyColumn, ElementViewColumn, ElementViewColumnSharedAttributes, ElementViewColumnType, ElementViewPropertyDefinitionColumn, ElementViewThemeColumn, Entity, Event, EventDataSourceImported, EventVersionReleased, type ExplicitPartial, ExportDestinationsMap, ExportJob, ExportJobContext, ExportJobDestinationType, ExportJobDocsDestinationResult, ExportJobDocumentationChanges, ExportJobDocumentationContext, ExportJobDump, ExportJobExporterConfiguration, ExportJobFindByFilter, ExportJobLogEntry, ExportJobLogEntryType, ExportJobPullRequestDestinationResult, ExportJobResult, ExportJobS3DestinationResult, ExportJobStatus, Exporter, ExporterDestinationAzure, ExporterDestinationBitbucket, ExporterDestinationDocs, ExporterDestinationGithub, ExporterDestinationGitlab, ExporterDestinationS3, ExporterDetails, ExporterFunctionPayload, ExporterPropertyImageValue, ExporterPropertyValue, ExporterPropertyValuesCollection, ExporterPulsarDetails, ExporterSource, ExporterTag, ExporterType, ExporterWorkspaceMembership, ExporterWorkspaceMembershipRole, type ExtendedIntegration, ExtendedIntegrationType, ExternalOAuthRequest, ExternalServiceType, FeatureFlag, FeatureFlagMap, FeatureFlagsKeepAliases, type FeatureLimitedDetails, type FeatureToggleDetails, type FeatureWithImportJobsDetails, FeaturesSummary, FigmaComponent, FigmaComponentAsset, FigmaComponentBooleanProperty, type FigmaComponentDiff, FigmaComponentImportModel, FigmaComponentImportModelInput, FigmaComponentInstancePreview, FigmaComponentInstanceSwapProperty, FigmaComponentOrigin, FigmaComponentOriginPart, FigmaComponentProperty, FigmaComponentPropertyMap, FigmaComponentPropertyOrigin, FigmaComponentPropertyType, FigmaComponentTextProperty, FigmaComponentVariantProperty, FigmaFileAccessData, FigmaFileDownloadScope, FigmaFileStructure, FigmaFileStructureData, type FigmaFileStructureDiff, FigmaFileStructureElementData, FigmaFileStructureImportModel, FigmaFileStructureImportModelInput, FigmaFileStructureNode, FigmaFileStructureNodeBase, FigmaFileStructureNodeImportModel, FigmaFileStructureNodeType, FigmaFileStructureOrigin, FigmaFileStructureStatistics, FigmaImportBaseContext, FigmaImportContextWithDownloadScopes, FigmaImportContextWithSourcesState, FigmaNodeReference, FigmaNodeReferenceData, type FigmaNodeReferenceDiff, FigmaNodeReferenceElementData, FigmaNodeReferenceOrigin, FigmaNodeRenderFormat, FigmaPngRenderImportModel, FigmaRenderBase, FigmaRenderFormat, FigmaRenderImportModel, FigmaSvgRenderImportModel, FileStructureStats, FlaggedFeature, FontFamilyTokenData, FontFamilyValue, FontSizeTokenData, FontSizeUnit, FontSizeValue, FontTokenData, FontValue, FontWeightTokenData, FontWeightValue, GitBranch, GitIntegrationType, GitObjectsQuery, GitOrganization, GitProject, GitProvider, GitProviderNames, GitRepository, GradientLayerData, GradientLayerValue, GradientStop, GradientTokenData, GradientTokenValue, GradientType, HANDLE_MAX_LENGTH, HANDLE_MIN_LENGTH, HierarchicalElements, IconSet, ImageImportModel, ImageImportModelType, ImportFunctionInput, ImportJob, ImportJobOperation, ImportJobState, ImportModelBase, ImportModelCollection, ImportModelInputBase, ImportModelInputCollection, ImportWarning, ImportWarningType, type ImportedAsset, type ImportedDesignToken, type ImportedDesignTokenOfType, type ImportedFigmaComponent, ImportedFigmaSourceData, Integration, IntegrationAuthType, IntegrationCredentials, IntegrationCredentialsProfile, IntegrationCredentialsState, IntegrationCredentialsType, IntegrationDesignSystem, IntegrationToken, type IntegrationTokenOld, IntegrationTokenSchemaOld, IntegrationType, IntegrationUserInfo, InternalStatus, InternalStatusSchema, type Invoice, type InvoiceCoupon, InvoiceCouponSchema, type InvoiceLine, InvoiceLineSchema, InvoiceSchema, LetterSpacingTokenData, LetterSpacingUnit, LetterSpacingValue, LineHeightTokenData, LineHeightUnit, LineHeightValue, LiveblocksNotificationSettings, MAX_MEMBERS_COUNT, NpmPackage, NpmProxyToken, NpmProxyTokenPayload, NpmRegistrCustomAuthConfig, NpmRegistryAuthConfig, NpmRegistryAuthType, NpmRegistryBasicAuthConfig, NpmRegistryBearerAuthConfig, NpmRegistryConfig, NpmRegistryNoAuthConfig, NpmRegistryType, type Nullish, OAuthProvider, OAuthProviderNames, OAuthProviderSchema, ObjectMeta, type OmitStrict, OpacityTokenData, OpacityValue, type Optional, type OptionalToNullable, PageBlockAlignment, PageBlockAppearanceV2, PageBlockAsset, PageBlockAssetBlockConfig, PageBlockAssetComponent, PageBlockAssetEntityMeta, PageBlockAssetType, PageBlockBaseV1, PageBlockBehaviorDataType, PageBlockBehaviorSelectionType, PageBlockCalloutType, PageBlockCategory, PageBlockCodeLanguage, PageBlockColorV2, PageBlockCustomBlockPropertyImageValue, PageBlockCustomBlockPropertyValue, PageBlockDataV2, PageBlockDefinition, PageBlockDefinitionAppearance, PageBlockDefinitionBehavior, PageBlockDefinitionBooleanOptions, PageBlockDefinitionBooleanPropertyStyle, PageBlockDefinitionComponentOptions, PageBlockDefinitionFigmaComponentOptions, PageBlockDefinitionImageAspectRatio, PageBlockDefinitionImageOptions, PageBlockDefinitionImageWidth, PageBlockDefinitionItem, PageBlockDefinitionLayout, PageBlockDefinitionLayoutAlign, PageBlockDefinitionLayoutBase, PageBlockDefinitionLayoutGap, PageBlockDefinitionLayoutResizing, PageBlockDefinitionLayoutType, PageBlockDefinitionMultiRichTextPropertyStyle, PageBlockDefinitionMultiSelectPropertyStyle, PageBlockDefinitionMutiRichTextOptions, PageBlockDefinitionNumberOptions, PageBlockDefinitionOnboarding, PageBlockDefinitionProperty, PageBlockDefinitionPropertyType, PageBlockDefinitionRichTextEditorOptions, PageBlockDefinitionRichTextEditorPropertyStyle, PageBlockDefinitionRichTextOptions, PageBlockDefinitionRichTextPropertyStyle, PageBlockDefinitionSelectChoice, PageBlockDefinitionSelectOptions, PageBlockDefinitionSingleSelectPropertyColor, PageBlockDefinitionSingleSelectPropertyStyle, PageBlockDefinitionTextOptions, PageBlockDefinitionTextPropertyColor, PageBlockDefinitionTextPropertyStyle, PageBlockDefinitionUntypedPropertyOptions, PageBlockDefinitionVariant, PageBlockDefinitionsMap, PageBlockEditorModelV2, PageBlockFigmaComponentBlockConfig, PageBlockFigmaComponentEntityMeta, PageBlockFigmaFrameProperties, PageBlockFigmaNodeEntityMeta, PageBlockFrame, PageBlockFrameOrigin, PageBlockGuideline, PageBlockImageAlignment, PageBlockImageReference, PageBlockImageResourceReference, PageBlockImageType, PageBlockItemAssetPropertyValue, PageBlockItemAssetValue, PageBlockItemBooleanValue, PageBlockItemCodeValue, PageBlockItemColorValue, PageBlockItemComponentPropertyValue, PageBlockItemComponentValue, PageBlockItemDividerValue, PageBlockItemEmbedValue, PageBlockItemFigmaComponentValue, PageBlockItemFigmaNodeValue, PageBlockItemImageValue, PageBlockItemMarkdownValue, PageBlockItemMultiRichTextValue, PageBlockItemMultiSelectValue, PageBlockItemNumberValue, PageBlockItemRichTextEditorListNode, PageBlockItemRichTextEditorNode, PageBlockItemRichTextEditorParagraphNode, PageBlockItemRichTextEditorValue, PageBlockItemRichTextValue, PageBlockItemSandboxValue, PageBlockItemSingleSelectValue, PageBlockItemStorybookValue, PageBlockItemSwatch, PageBlockItemTableCell, PageBlockItemTableImageNode, PageBlockItemTableNode, PageBlockItemTableRichTextNode, PageBlockItemTableRow, PageBlockItemTableValue, PageBlockItemTextValue, PageBlockItemTokenPropertyValue, PageBlockItemTokenTypeValue, PageBlockItemTokenValue, PageBlockItemUntypedValue, PageBlockItemUrlValue, PageBlockItemV2, PageBlockLinkPreview, PageBlockLinkType, PageBlockLinkV2, PageBlockPreviewContainerSize, PageBlockRenderCodeProperties, PageBlockResourceFrameNodeReference, PageBlockSelectedFigmaComponent, PageBlockShortcut, PageBlockSwatch, PageBlockTableCellAlignment, PageBlockTableColumn, PageBlockTableProperties, PageBlockText, PageBlockTextSpan, PageBlockTextSpanAttribute, PageBlockTextSpanAttributeType, PageBlockTheme, PageBlockThemeDisplayMode, PageBlockThemeType, PageBlockTilesAlignment, PageBlockTilesLayout, PageBlockTokenBlockConfig, PageBlockTokenNameFormat, PageBlockTokenValueFormat, PageBlockTypeV1, PageBlockUrlPreview, PageBlockV1, PageBlockV2, PageSectionAppearanceV2, PageSectionColumnV2, PageSectionEditorModelV2, PageSectionItemV2, PageSectionPaddingV2, PageSectionTypeV2, type Pagination, ParagraphIndentTokenData, ParagraphIndentUnit, ParagraphIndentValue, ParagraphSpacingTokenData, ParagraphSpacingUnit, ParagraphSpacingValue, type ParsedRoomId, PeriodSchema, PersonalAccessToken, type PersonalAccessTokenWithUser, Pipeline, PipelineDestinationExtraType, PipelineDestinationGitType, PipelineDestinationType, PipelineEventType, type PluginOAuthRequest, PluginOAuthRequestSchema, Point2D, PostStripeCheckoutBodyInputSchema, PostStripeCheckoutOutputSchema, PostStripePortalSessionBodyInputSchema, PostStripePortalSessionOutputSchema, PostStripePortalUpdateSessionBodyInputSchema, type Price, PriceSchema, ProductCode, ProductCodeSchema, ProductCopyTokenData, ProductCopyValue, PublishedDoc, PublishedDocEnvironment, PublishedDocPage, PublishedDocPageVisitsEntry, PublishedDocRoutingVersion, PublishedDocsChecksums, PublishedDocsDump, PulsarBaseProperty, PulsarContributionConfigurationProperty, PulsarContributionVariant, PulsarCustomBlock, PulsarPropertyType, RESERVED_SLUGS, RESERVED_SLUG_PREFIX, RenderedAssetFile, ResolvedAsset, type RestoreDocumentationPage, type RestoreElementGroup, RestoredDocumentationGroup, RestoredDocumentationPage, type RoomOwner, RoomType, RoomTypeEnum, RoomTypeSchema, SHORT_PERSISTENT_ID_LENGTH, SafeIdSchema, Session, SessionData, ShadowLayerValue, ShadowTokenData, ShadowType, ShadowValue, ShallowDesignElement, Size, SizeOrUndefined, SizeTokenData, SizeUnit, SizeValue, SourceImportComponentSummary, SourceImportFrameSummary, SourceImportSummary, SourceImportSummaryByTokenType, SourceImportTokenSummary, SpaceTokenData, SpaceUnit, SpaceValue, SsoProvider, StringTokenData, StringValue, type StripeCheckoutInput, type StripeCheckoutOutput, type StripePortalSessionInput, type StripePortalSessionOutput, StripeSubscriptionStatus, StripeSubscriptionStatusSchema, Subscription, SupernovaException, type SupernovaExceptionType, TextCase, TextCaseTokenData, TextCaseValue, TextDecoration, TextDecorationTokenData, TextDecorationValue, Theme, type ThemeDiff, ThemeElementData, ThemeImportModel, ThemeImportModelInput, ThemeOrigin, ThemeOriginObject, ThemeOriginPart, ThemeOriginSource, ThemeOverride, ThemeOverrideImportModel, ThemeOverrideImportModelBase, ThemeOverrideImportModelInput, type ThemeOverrideImportModelInputOfType, type ThemeOverrideImportModelOfType, type ThemeOverrideOfType, ThemeOverrideOrigin, ThemeOverrideOriginPart, ThemeUpdateImportModel, ThemeUpdateImportModelInput, TokenDataAliasSchema, TypographyTokenData, TypographyValue, type UpdateCollection, type UpdateDataSource, type UpdateDesignElement, type UpdateDesignSystem, type UpdateDesignSystemInvitation, type UpdateDesignSystemMembership, type UpdateDesignSystemVersion, type UpdateDesignSystemVersionRoom, type UpdateDesignToken, type UpdateDocumentationPageContent, type UpdateDocumentationPageRoom, type UpdateDocumentationPageSnapshot, type UpdateDocumentationPageV1, type UpdateDocumentationPageV2, type UpdateElementGroup, type UpdateElementGroupSnapshot, type UpdateElementPropertyDefinition, type UpdateElementPropertyValue, type UpdateElementView, type UpdateElementViewColumn, type UpdateExportJob, type UpdateFigmaComponent, type UpdateFigmaFileStructure, type UpdateFigmaNodeReference, type UpdateImportJob, UpdateMembershipRolesInput, type UpdatePublishedDocPage, type UpdateTheme, type UpdateWorkspaceDbInput, type UpdateWorkspaceInvitation, type UpdateWorkspaceMembership, type UpdateWorkspaceRoom, UrlImageImportModel, User, UserAnalyticsCleanupSchedule, UserAnalyticsCleanupScheduleDbInput, UserDump, UserIdentity, UserInvite, UserInvites, UserLinkedIntegrations, UserMinified, UserNotificationSettings, UserOnboarding, UserOnboardingDepartment, UserOnboardingJobLevel, UserProfile, UserProfileUpdate, UserSession, UserSource, UserTest, VersionCreationJob, VersionCreationJobStatus, type VersionRoomOwner, Visibility, VisibilityTokenData, VisibilityValue, type WithRequired, Workspace, WorkspaceConfigurationUpdate, WorkspaceContext, WorkspaceDump, WorkspaceInvitation, WorkspaceInviteEmailData, WorkspaceInviteEmailRecipient, WorkspaceIpSettings, WorkspaceIpWhitelistEntry, WorkspaceMembership, type WorkspaceOAuthRequest, WorkspaceOAuthRequestSchema, type WorkspaceParsedRoomId, WorkspaceProfile, WorkspaceProfileUpdate, WorkspaceRole, WorkspaceRoleSchema, WorkspaceRoom, type WorkspaceRoomOwner, WorkspaceWithDesignSystems, ZIndexTokenData, ZIndexUnit, ZIndexValue, addImportModelCollections, areShallowObjectsEqual, areTokenTypesCompatible, buildConstantEnum, chunkedArray, convertTokenTypedData, defaultDocumentationItemConfigurationV1, defaultDocumentationItemConfigurationV2, defaultDocumentationItemHeaderV1, defaultDocumentationItemHeaderV2, defaultNotificationSettings, designTokenImportModelTypeFilter, designTokenTypeFilter, extractTokenTypedData, figmaFileStructureImportModelToMap, figmaFileStructureToMap, filterNonNullish, forceUnwrapNullish, getCodenameFromText, getFigmaRenderFormatFileExtension, groupBy, isDesignTokenImportModelOfType, isDesignTokenOfType, isImportedAsset, isImportedDesignToken, isImportedFigmaComponent, isNotNullish, isNullish, isSlugReserved, isTokenType, joinRepeatingSpans, mapByUnique, mapPageBlockItemValuesV2, nonNullFilter, nonNullishFilter, nullishToOptional, parseUrl, pickLatestGroupSnapshots, pickLatestPageSnapshots, pickLatestSnapshots, promiseWithTimeout, publishedDocEnvironments, removeCommentSpans, sleep, slugRegex, slugify, tokenAliasOrValue, tokenElementTypes, traversePageBlockItemValuesV2, traversePageBlockItemsV2, traversePageBlocksV1, traversePageItemsV2, traverseStructure, trimLeadingSlash, trimTrailingSlash, tryParseShortPersistentId, tryParseUrl, uniqueBy, workspaceRoleToDesignSystemRole, zodCreateInputOmit, zodUpdateInputOmit };