@supernova-studio/client 0.55.6 → 0.55.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -516,7 +516,7 @@ declare const DTODocumentationGroupV1: z.ZodObject<z.objectUtil.extendShape<z.ob
516
516
  };
517
517
  opacity: {
518
518
  value?: {
519
- unit: "Pixels" | "Raw";
519
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
520
520
  measure: number;
521
521
  } | undefined;
522
522
  aliasTo?: string | undefined;
@@ -527,7 +527,7 @@ declare const DTODocumentationGroupV1: z.ZodObject<z.objectUtil.extendShape<z.ob
527
527
  };
528
528
  opacity: {
529
529
  value?: {
530
- unit: "Pixels" | "Raw";
530
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
531
531
  measure: number;
532
532
  } | null | undefined;
533
533
  aliasTo?: string | null | undefined;
@@ -538,7 +538,7 @@ declare const DTODocumentationGroupV1: z.ZodObject<z.objectUtil.extendShape<z.ob
538
538
  };
539
539
  opacity: {
540
540
  value?: {
541
- unit: "Pixels" | "Raw";
541
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
542
542
  measure: number;
543
543
  } | undefined;
544
544
  aliasTo?: string | undefined;
@@ -549,7 +549,7 @@ declare const DTODocumentationGroupV1: z.ZodObject<z.objectUtil.extendShape<z.ob
549
549
  };
550
550
  opacity: {
551
551
  value?: {
552
- unit: "Pixels" | "Raw";
552
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
553
553
  measure: number;
554
554
  } | null | undefined;
555
555
  aliasTo?: string | null | undefined;
@@ -562,7 +562,7 @@ declare const DTODocumentationGroupV1: z.ZodObject<z.objectUtil.extendShape<z.ob
562
562
  };
563
563
  opacity: {
564
564
  value?: {
565
- unit: "Pixels" | "Raw";
565
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
566
566
  measure: number;
567
567
  } | undefined;
568
568
  aliasTo?: string | undefined;
@@ -576,7 +576,7 @@ declare const DTODocumentationGroupV1: z.ZodObject<z.objectUtil.extendShape<z.ob
576
576
  };
577
577
  opacity: {
578
578
  value?: {
579
- unit: "Pixels" | "Raw";
579
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
580
580
  measure: number;
581
581
  } | null | undefined;
582
582
  aliasTo?: string | null | undefined;
@@ -593,7 +593,7 @@ declare const DTODocumentationGroupV1: z.ZodObject<z.objectUtil.extendShape<z.ob
593
593
  };
594
594
  opacity: {
595
595
  value?: {
596
- unit: "Pixels" | "Raw";
596
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
597
597
  measure: number;
598
598
  } | undefined;
599
599
  aliasTo?: string | undefined;
@@ -604,7 +604,7 @@ declare const DTODocumentationGroupV1: z.ZodObject<z.objectUtil.extendShape<z.ob
604
604
  };
605
605
  opacity: {
606
606
  value?: {
607
- unit: "Pixels" | "Raw";
607
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
608
608
  measure: number;
609
609
  } | null | undefined;
610
610
  aliasTo?: string | null | undefined;
@@ -615,7 +615,7 @@ declare const DTODocumentationGroupV1: z.ZodObject<z.objectUtil.extendShape<z.ob
615
615
  };
616
616
  opacity: {
617
617
  value?: {
618
- unit: "Pixels" | "Raw";
618
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
619
619
  measure: number;
620
620
  } | undefined;
621
621
  aliasTo?: string | undefined;
@@ -626,7 +626,7 @@ declare const DTODocumentationGroupV1: z.ZodObject<z.objectUtil.extendShape<z.ob
626
626
  };
627
627
  opacity: {
628
628
  value?: {
629
- unit: "Pixels" | "Raw";
629
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
630
630
  measure: number;
631
631
  } | null | undefined;
632
632
  aliasTo?: string | null | undefined;
@@ -639,7 +639,7 @@ declare const DTODocumentationGroupV1: z.ZodObject<z.objectUtil.extendShape<z.ob
639
639
  };
640
640
  opacity: {
641
641
  value?: {
642
- unit: "Pixels" | "Raw";
642
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
643
643
  measure: number;
644
644
  } | undefined;
645
645
  aliasTo?: string | undefined;
@@ -653,7 +653,7 @@ declare const DTODocumentationGroupV1: z.ZodObject<z.objectUtil.extendShape<z.ob
653
653
  };
654
654
  opacity: {
655
655
  value?: {
656
- unit: "Pixels" | "Raw";
656
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
657
657
  measure: number;
658
658
  } | null | undefined;
659
659
  aliasTo?: string | null | undefined;
@@ -18978,7 +18978,7 @@ declare const DTODocumentationItemConfigurationV1: z.ZodObject<{
18978
18978
  };
18979
18979
  opacity: {
18980
18980
  value?: {
18981
- unit: "Pixels" | "Raw";
18981
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
18982
18982
  measure: number;
18983
18983
  } | undefined;
18984
18984
  aliasTo?: string | undefined;
@@ -18989,7 +18989,7 @@ declare const DTODocumentationItemConfigurationV1: z.ZodObject<{
18989
18989
  };
18990
18990
  opacity: {
18991
18991
  value?: {
18992
- unit: "Pixels" | "Raw";
18992
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
18993
18993
  measure: number;
18994
18994
  } | null | undefined;
18995
18995
  aliasTo?: string | null | undefined;
@@ -19000,7 +19000,7 @@ declare const DTODocumentationItemConfigurationV1: z.ZodObject<{
19000
19000
  };
19001
19001
  opacity: {
19002
19002
  value?: {
19003
- unit: "Pixels" | "Raw";
19003
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
19004
19004
  measure: number;
19005
19005
  } | undefined;
19006
19006
  aliasTo?: string | undefined;
@@ -19011,7 +19011,7 @@ declare const DTODocumentationItemConfigurationV1: z.ZodObject<{
19011
19011
  };
19012
19012
  opacity: {
19013
19013
  value?: {
19014
- unit: "Pixels" | "Raw";
19014
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
19015
19015
  measure: number;
19016
19016
  } | null | undefined;
19017
19017
  aliasTo?: string | null | undefined;
@@ -19024,7 +19024,7 @@ declare const DTODocumentationItemConfigurationV1: z.ZodObject<{
19024
19024
  };
19025
19025
  opacity: {
19026
19026
  value?: {
19027
- unit: "Pixels" | "Raw";
19027
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
19028
19028
  measure: number;
19029
19029
  } | undefined;
19030
19030
  aliasTo?: string | undefined;
@@ -19038,7 +19038,7 @@ declare const DTODocumentationItemConfigurationV1: z.ZodObject<{
19038
19038
  };
19039
19039
  opacity: {
19040
19040
  value?: {
19041
- unit: "Pixels" | "Raw";
19041
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
19042
19042
  measure: number;
19043
19043
  } | null | undefined;
19044
19044
  aliasTo?: string | null | undefined;
@@ -19055,7 +19055,7 @@ declare const DTODocumentationItemConfigurationV1: z.ZodObject<{
19055
19055
  };
19056
19056
  opacity: {
19057
19057
  value?: {
19058
- unit: "Pixels" | "Raw";
19058
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
19059
19059
  measure: number;
19060
19060
  } | undefined;
19061
19061
  aliasTo?: string | undefined;
@@ -19066,7 +19066,7 @@ declare const DTODocumentationItemConfigurationV1: z.ZodObject<{
19066
19066
  };
19067
19067
  opacity: {
19068
19068
  value?: {
19069
- unit: "Pixels" | "Raw";
19069
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
19070
19070
  measure: number;
19071
19071
  } | null | undefined;
19072
19072
  aliasTo?: string | null | undefined;
@@ -19077,7 +19077,7 @@ declare const DTODocumentationItemConfigurationV1: z.ZodObject<{
19077
19077
  };
19078
19078
  opacity: {
19079
19079
  value?: {
19080
- unit: "Pixels" | "Raw";
19080
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
19081
19081
  measure: number;
19082
19082
  } | undefined;
19083
19083
  aliasTo?: string | undefined;
@@ -19088,7 +19088,7 @@ declare const DTODocumentationItemConfigurationV1: z.ZodObject<{
19088
19088
  };
19089
19089
  opacity: {
19090
19090
  value?: {
19091
- unit: "Pixels" | "Raw";
19091
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
19092
19092
  measure: number;
19093
19093
  } | null | undefined;
19094
19094
  aliasTo?: string | null | undefined;
@@ -19101,7 +19101,7 @@ declare const DTODocumentationItemConfigurationV1: z.ZodObject<{
19101
19101
  };
19102
19102
  opacity: {
19103
19103
  value?: {
19104
- unit: "Pixels" | "Raw";
19104
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
19105
19105
  measure: number;
19106
19106
  } | undefined;
19107
19107
  aliasTo?: string | undefined;
@@ -19115,7 +19115,7 @@ declare const DTODocumentationItemConfigurationV1: z.ZodObject<{
19115
19115
  };
19116
19116
  opacity: {
19117
19117
  value?: {
19118
- unit: "Pixels" | "Raw";
19118
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
19119
19119
  measure: number;
19120
19120
  } | null | undefined;
19121
19121
  aliasTo?: string | null | undefined;
@@ -23246,7 +23246,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
23246
23246
  data: z.ZodObject<{
23247
23247
  blocks: z.ZodArray<z.ZodType<PageBlockV1, z.ZodTypeDef, {
23248
23248
  persistentId: string;
23249
- type: "Tabs" | "Custom" | "Theme" | "Token" | "Component" | "Text" | "Link" | "Image" | "Code" | "Table" | "Divider" | "Quote" | "Callout" | "Embed" | "Guidelines" | "Heading" | "UnorderedList" | "OrderedList" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "TabItem" | "TableRow" | "TableCell" | "Guideline";
23249
+ type: "Tabs" | "Custom" | "Theme" | "Token" | "Component" | "Text" | "Link" | "Image" | "Code" | "Table" | "Divider" | "Quote" | "Callout" | "Embed" | "Guidelines" | "Heading" | "UnorderedList" | "OrderedList" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "TabItem" | "TableRow" | "TableCell" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable";
23250
23250
  url?: string | null | undefined;
23251
23251
  tokenType?: "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
23252
23252
  asset?: {
@@ -23453,7 +23453,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
23453
23453
  id: string;
23454
23454
  width: {
23455
23455
  value?: {
23456
- unit: "Pixels" | "Raw" | "Percent" | "Rem" | "Ms" | "Points";
23456
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
23457
23457
  measure: number;
23458
23458
  } | null | undefined;
23459
23459
  aliasTo?: string | null | undefined;
@@ -23466,6 +23466,23 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
23466
23466
  selectedThemeIds: string[];
23467
23467
  }[] | null | undefined;
23468
23468
  blacklistedElementProperties?: string[] | null | undefined;
23469
+ figmaComponentsBlockConfig?: {
23470
+ backgroundColor?: {
23471
+ value: string;
23472
+ } | null | undefined;
23473
+ showComponentName?: boolean | null | undefined;
23474
+ showComponentDescription?: boolean | null | undefined;
23475
+ showPropertyList?: boolean | null | undefined;
23476
+ previewContainerSize?: "Centered" | "NaturalHeight" | null | undefined;
23477
+ } | null | undefined;
23478
+ selectedFigmaComponent?: {
23479
+ figmaComponentId: string;
23480
+ selectedComponentProperties: string[];
23481
+ } | null | undefined;
23482
+ selectedFigmaComponents?: {
23483
+ figmaComponentId: string;
23484
+ selectedComponentProperties: string[];
23485
+ }[] | null | undefined;
23469
23486
  userMetadata?: string | null | undefined;
23470
23487
  } & {
23471
23488
  children: any[] | null | undefined;
@@ -23485,7 +23502,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
23485
23502
  };
23486
23503
  opacity: {
23487
23504
  value?: {
23488
- unit: "Pixels" | "Raw";
23505
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
23489
23506
  measure: number;
23490
23507
  } | undefined;
23491
23508
  aliasTo?: string | undefined;
@@ -23500,7 +23517,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
23500
23517
  };
23501
23518
  opacity: {
23502
23519
  value?: {
23503
- unit: "Pixels" | "Raw";
23520
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
23504
23521
  measure: number;
23505
23522
  } | undefined;
23506
23523
  aliasTo?: string | undefined;
@@ -23553,7 +23570,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
23553
23570
  };
23554
23571
  opacity: {
23555
23572
  value?: {
23556
- unit: "Pixels" | "Raw";
23573
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
23557
23574
  measure: number;
23558
23575
  } | null | undefined;
23559
23576
  aliasTo?: string | null | undefined;
@@ -23568,7 +23585,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
23568
23585
  };
23569
23586
  opacity: {
23570
23587
  value?: {
23571
- unit: "Pixels" | "Raw";
23588
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
23572
23589
  measure: number;
23573
23590
  } | null | undefined;
23574
23591
  aliasTo?: string | null | undefined;
@@ -23621,7 +23638,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
23621
23638
  };
23622
23639
  opacity: {
23623
23640
  value?: {
23624
- unit: "Pixels" | "Raw";
23641
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
23625
23642
  measure: number;
23626
23643
  } | undefined;
23627
23644
  aliasTo?: string | undefined;
@@ -23636,7 +23653,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
23636
23653
  };
23637
23654
  opacity: {
23638
23655
  value?: {
23639
- unit: "Pixels" | "Raw";
23656
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
23640
23657
  measure: number;
23641
23658
  } | undefined;
23642
23659
  aliasTo?: string | undefined;
@@ -23689,7 +23706,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
23689
23706
  };
23690
23707
  opacity: {
23691
23708
  value?: {
23692
- unit: "Pixels" | "Raw";
23709
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
23693
23710
  measure: number;
23694
23711
  } | null | undefined;
23695
23712
  aliasTo?: string | null | undefined;
@@ -23704,7 +23721,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
23704
23721
  };
23705
23722
  opacity: {
23706
23723
  value?: {
23707
- unit: "Pixels" | "Raw";
23724
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
23708
23725
  measure: number;
23709
23726
  } | null | undefined;
23710
23727
  aliasTo?: string | null | undefined;
@@ -23760,7 +23777,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
23760
23777
  };
23761
23778
  opacity: {
23762
23779
  value?: {
23763
- unit: "Pixels" | "Raw";
23780
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
23764
23781
  measure: number;
23765
23782
  } | undefined;
23766
23783
  aliasTo?: string | undefined;
@@ -23775,7 +23792,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
23775
23792
  };
23776
23793
  opacity: {
23777
23794
  value?: {
23778
- unit: "Pixels" | "Raw";
23795
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
23779
23796
  measure: number;
23780
23797
  } | undefined;
23781
23798
  aliasTo?: string | undefined;
@@ -23817,7 +23834,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
23817
23834
  }, {
23818
23835
  blocks: ({
23819
23836
  persistentId: string;
23820
- type: "Tabs" | "Custom" | "Theme" | "Token" | "Component" | "Text" | "Link" | "Image" | "Code" | "Table" | "Divider" | "Quote" | "Callout" | "Embed" | "Guidelines" | "Heading" | "UnorderedList" | "OrderedList" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "TabItem" | "TableRow" | "TableCell" | "Guideline";
23837
+ type: "Tabs" | "Custom" | "Theme" | "Token" | "Component" | "Text" | "Link" | "Image" | "Code" | "Table" | "Divider" | "Quote" | "Callout" | "Embed" | "Guidelines" | "Heading" | "UnorderedList" | "OrderedList" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "TabItem" | "TableRow" | "TableCell" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable";
23821
23838
  url?: string | null | undefined;
23822
23839
  tokenType?: "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
23823
23840
  asset?: {
@@ -24024,7 +24041,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
24024
24041
  id: string;
24025
24042
  width: {
24026
24043
  value?: {
24027
- unit: "Pixels" | "Raw" | "Percent" | "Rem" | "Ms" | "Points";
24044
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
24028
24045
  measure: number;
24029
24046
  } | null | undefined;
24030
24047
  aliasTo?: string | null | undefined;
@@ -24037,6 +24054,23 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
24037
24054
  selectedThemeIds: string[];
24038
24055
  }[] | null | undefined;
24039
24056
  blacklistedElementProperties?: string[] | null | undefined;
24057
+ figmaComponentsBlockConfig?: {
24058
+ backgroundColor?: {
24059
+ value: string;
24060
+ } | null | undefined;
24061
+ showComponentName?: boolean | null | undefined;
24062
+ showComponentDescription?: boolean | null | undefined;
24063
+ showPropertyList?: boolean | null | undefined;
24064
+ previewContainerSize?: "Centered" | "NaturalHeight" | null | undefined;
24065
+ } | null | undefined;
24066
+ selectedFigmaComponent?: {
24067
+ figmaComponentId: string;
24068
+ selectedComponentProperties: string[];
24069
+ } | null | undefined;
24070
+ selectedFigmaComponents?: {
24071
+ figmaComponentId: string;
24072
+ selectedComponentProperties: string[];
24073
+ }[] | null | undefined;
24040
24074
  userMetadata?: string | null | undefined;
24041
24075
  } & {
24042
24076
  children: any[] | null | undefined;
@@ -24056,7 +24090,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
24056
24090
  };
24057
24091
  opacity: {
24058
24092
  value?: {
24059
- unit: "Pixels" | "Raw";
24093
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
24060
24094
  measure: number;
24061
24095
  } | null | undefined;
24062
24096
  aliasTo?: string | null | undefined;
@@ -24071,7 +24105,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
24071
24105
  };
24072
24106
  opacity: {
24073
24107
  value?: {
24074
- unit: "Pixels" | "Raw";
24108
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
24075
24109
  measure: number;
24076
24110
  } | null | undefined;
24077
24111
  aliasTo?: string | null | undefined;
@@ -24128,7 +24162,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
24128
24162
  };
24129
24163
  opacity: {
24130
24164
  value?: {
24131
- unit: "Pixels" | "Raw";
24165
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
24132
24166
  measure: number;
24133
24167
  } | undefined;
24134
24168
  aliasTo?: string | undefined;
@@ -24139,7 +24173,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
24139
24173
  };
24140
24174
  opacity: {
24141
24175
  value?: {
24142
- unit: "Pixels" | "Raw";
24176
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
24143
24177
  measure: number;
24144
24178
  } | null | undefined;
24145
24179
  aliasTo?: string | null | undefined;
@@ -24150,7 +24184,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
24150
24184
  };
24151
24185
  opacity: {
24152
24186
  value?: {
24153
- unit: "Pixels" | "Raw";
24187
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
24154
24188
  measure: number;
24155
24189
  } | undefined;
24156
24190
  aliasTo?: string | undefined;
@@ -24161,7 +24195,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
24161
24195
  };
24162
24196
  opacity: {
24163
24197
  value?: {
24164
- unit: "Pixels" | "Raw";
24198
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
24165
24199
  measure: number;
24166
24200
  } | null | undefined;
24167
24201
  aliasTo?: string | null | undefined;
@@ -24174,7 +24208,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
24174
24208
  };
24175
24209
  opacity: {
24176
24210
  value?: {
24177
- unit: "Pixels" | "Raw";
24211
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
24178
24212
  measure: number;
24179
24213
  } | undefined;
24180
24214
  aliasTo?: string | undefined;
@@ -24188,7 +24222,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
24188
24222
  };
24189
24223
  opacity: {
24190
24224
  value?: {
24191
- unit: "Pixels" | "Raw";
24225
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
24192
24226
  measure: number;
24193
24227
  } | null | undefined;
24194
24228
  aliasTo?: string | null | undefined;
@@ -24205,7 +24239,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
24205
24239
  };
24206
24240
  opacity: {
24207
24241
  value?: {
24208
- unit: "Pixels" | "Raw";
24242
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
24209
24243
  measure: number;
24210
24244
  } | undefined;
24211
24245
  aliasTo?: string | undefined;
@@ -24216,7 +24250,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
24216
24250
  };
24217
24251
  opacity: {
24218
24252
  value?: {
24219
- unit: "Pixels" | "Raw";
24253
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
24220
24254
  measure: number;
24221
24255
  } | null | undefined;
24222
24256
  aliasTo?: string | null | undefined;
@@ -24227,7 +24261,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
24227
24261
  };
24228
24262
  opacity: {
24229
24263
  value?: {
24230
- unit: "Pixels" | "Raw";
24264
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
24231
24265
  measure: number;
24232
24266
  } | undefined;
24233
24267
  aliasTo?: string | undefined;
@@ -24238,7 +24272,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
24238
24272
  };
24239
24273
  opacity: {
24240
24274
  value?: {
24241
- unit: "Pixels" | "Raw";
24275
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
24242
24276
  measure: number;
24243
24277
  } | null | undefined;
24244
24278
  aliasTo?: string | null | undefined;
@@ -24251,7 +24285,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
24251
24285
  };
24252
24286
  opacity: {
24253
24287
  value?: {
24254
- unit: "Pixels" | "Raw";
24288
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
24255
24289
  measure: number;
24256
24290
  } | undefined;
24257
24291
  aliasTo?: string | undefined;
@@ -24265,7 +24299,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
24265
24299
  };
24266
24300
  opacity: {
24267
24301
  value?: {
24268
- unit: "Pixels" | "Raw";
24302
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
24269
24303
  measure: number;
24270
24304
  } | null | undefined;
24271
24305
  aliasTo?: string | null | undefined;
@@ -24612,7 +24646,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
24612
24646
  }>;
24613
24647
  blocks: z.ZodArray<z.ZodType<PageBlockV1, z.ZodTypeDef, {
24614
24648
  persistentId: string;
24615
- type: "Tabs" | "Custom" | "Theme" | "Token" | "Component" | "Text" | "Link" | "Image" | "Code" | "Table" | "Divider" | "Quote" | "Callout" | "Embed" | "Guidelines" | "Heading" | "UnorderedList" | "OrderedList" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "TabItem" | "TableRow" | "TableCell" | "Guideline";
24649
+ type: "Tabs" | "Custom" | "Theme" | "Token" | "Component" | "Text" | "Link" | "Image" | "Code" | "Table" | "Divider" | "Quote" | "Callout" | "Embed" | "Guidelines" | "Heading" | "UnorderedList" | "OrderedList" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "TabItem" | "TableRow" | "TableCell" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable";
24616
24650
  url?: string | null | undefined;
24617
24651
  tokenType?: "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
24618
24652
  asset?: {
@@ -24819,7 +24853,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
24819
24853
  id: string;
24820
24854
  width: {
24821
24855
  value?: {
24822
- unit: "Pixels" | "Raw" | "Percent" | "Rem" | "Ms" | "Points";
24856
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
24823
24857
  measure: number;
24824
24858
  } | null | undefined;
24825
24859
  aliasTo?: string | null | undefined;
@@ -24832,11 +24866,28 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
24832
24866
  selectedThemeIds: string[];
24833
24867
  }[] | null | undefined;
24834
24868
  blacklistedElementProperties?: string[] | null | undefined;
24869
+ figmaComponentsBlockConfig?: {
24870
+ backgroundColor?: {
24871
+ value: string;
24872
+ } | null | undefined;
24873
+ showComponentName?: boolean | null | undefined;
24874
+ showComponentDescription?: boolean | null | undefined;
24875
+ showPropertyList?: boolean | null | undefined;
24876
+ previewContainerSize?: "Centered" | "NaturalHeight" | null | undefined;
24877
+ } | null | undefined;
24878
+ selectedFigmaComponent?: {
24879
+ figmaComponentId: string;
24880
+ selectedComponentProperties: string[];
24881
+ } | null | undefined;
24882
+ selectedFigmaComponents?: {
24883
+ figmaComponentId: string;
24884
+ selectedComponentProperties: string[];
24885
+ }[] | null | undefined;
24835
24886
  userMetadata?: string | null | undefined;
24836
24887
  } & {
24837
24888
  children: ({
24838
24889
  persistentId: string;
24839
- type: "Tabs" | "Custom" | "Theme" | "Token" | "Component" | "Text" | "Link" | "Image" | "Code" | "Table" | "Divider" | "Quote" | "Callout" | "Embed" | "Guidelines" | "Heading" | "UnorderedList" | "OrderedList" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "TabItem" | "TableRow" | "TableCell" | "Guideline";
24890
+ type: "Tabs" | "Custom" | "Theme" | "Token" | "Component" | "Text" | "Link" | "Image" | "Code" | "Table" | "Divider" | "Quote" | "Callout" | "Embed" | "Guidelines" | "Heading" | "UnorderedList" | "OrderedList" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "TabItem" | "TableRow" | "TableCell" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable";
24840
24891
  url?: string | null | undefined;
24841
24892
  tokenType?: "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
24842
24893
  asset?: {
@@ -25043,7 +25094,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
25043
25094
  id: string;
25044
25095
  width: {
25045
25096
  value?: {
25046
- unit: "Pixels" | "Raw" | "Percent" | "Rem" | "Ms" | "Points";
25097
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
25047
25098
  measure: number;
25048
25099
  } | null | undefined;
25049
25100
  aliasTo?: string | null | undefined;
@@ -25056,6 +25107,23 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
25056
25107
  selectedThemeIds: string[];
25057
25108
  }[] | null | undefined;
25058
25109
  blacklistedElementProperties?: string[] | null | undefined;
25110
+ figmaComponentsBlockConfig?: {
25111
+ backgroundColor?: {
25112
+ value: string;
25113
+ } | null | undefined;
25114
+ showComponentName?: boolean | null | undefined;
25115
+ showComponentDescription?: boolean | null | undefined;
25116
+ showPropertyList?: boolean | null | undefined;
25117
+ previewContainerSize?: "Centered" | "NaturalHeight" | null | undefined;
25118
+ } | null | undefined;
25119
+ selectedFigmaComponent?: {
25120
+ figmaComponentId: string;
25121
+ selectedComponentProperties: string[];
25122
+ } | null | undefined;
25123
+ selectedFigmaComponents?: {
25124
+ figmaComponentId: string;
25125
+ selectedComponentProperties: string[];
25126
+ }[] | null | undefined;
25059
25127
  userMetadata?: string | null | undefined;
25060
25128
  } & any)[] | null | undefined;
25061
25129
  }>, "many">;
@@ -25178,7 +25246,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
25178
25246
  };
25179
25247
  blocks: ({
25180
25248
  persistentId: string;
25181
- type: "Tabs" | "Custom" | "Theme" | "Token" | "Component" | "Text" | "Link" | "Image" | "Code" | "Table" | "Divider" | "Quote" | "Callout" | "Embed" | "Guidelines" | "Heading" | "UnorderedList" | "OrderedList" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "TabItem" | "TableRow" | "TableCell" | "Guideline";
25249
+ type: "Tabs" | "Custom" | "Theme" | "Token" | "Component" | "Text" | "Link" | "Image" | "Code" | "Table" | "Divider" | "Quote" | "Callout" | "Embed" | "Guidelines" | "Heading" | "UnorderedList" | "OrderedList" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "TabItem" | "TableRow" | "TableCell" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable";
25182
25250
  url?: string | null | undefined;
25183
25251
  tokenType?: "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
25184
25252
  asset?: {
@@ -25385,7 +25453,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
25385
25453
  id: string;
25386
25454
  width: {
25387
25455
  value?: {
25388
- unit: "Pixels" | "Raw" | "Percent" | "Rem" | "Ms" | "Points";
25456
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
25389
25457
  measure: number;
25390
25458
  } | null | undefined;
25391
25459
  aliasTo?: string | null | undefined;
@@ -25398,11 +25466,28 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
25398
25466
  selectedThemeIds: string[];
25399
25467
  }[] | null | undefined;
25400
25468
  blacklistedElementProperties?: string[] | null | undefined;
25469
+ figmaComponentsBlockConfig?: {
25470
+ backgroundColor?: {
25471
+ value: string;
25472
+ } | null | undefined;
25473
+ showComponentName?: boolean | null | undefined;
25474
+ showComponentDescription?: boolean | null | undefined;
25475
+ showPropertyList?: boolean | null | undefined;
25476
+ previewContainerSize?: "Centered" | "NaturalHeight" | null | undefined;
25477
+ } | null | undefined;
25478
+ selectedFigmaComponent?: {
25479
+ figmaComponentId: string;
25480
+ selectedComponentProperties: string[];
25481
+ } | null | undefined;
25482
+ selectedFigmaComponents?: {
25483
+ figmaComponentId: string;
25484
+ selectedComponentProperties: string[];
25485
+ }[] | null | undefined;
25401
25486
  userMetadata?: string | null | undefined;
25402
25487
  } & {
25403
25488
  children: ({
25404
25489
  persistentId: string;
25405
- type: "Tabs" | "Custom" | "Theme" | "Token" | "Component" | "Text" | "Link" | "Image" | "Code" | "Table" | "Divider" | "Quote" | "Callout" | "Embed" | "Guidelines" | "Heading" | "UnorderedList" | "OrderedList" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "TabItem" | "TableRow" | "TableCell" | "Guideline";
25490
+ type: "Tabs" | "Custom" | "Theme" | "Token" | "Component" | "Text" | "Link" | "Image" | "Code" | "Table" | "Divider" | "Quote" | "Callout" | "Embed" | "Guidelines" | "Heading" | "UnorderedList" | "OrderedList" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "TabItem" | "TableRow" | "TableCell" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable";
25406
25491
  url?: string | null | undefined;
25407
25492
  tokenType?: "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
25408
25493
  asset?: {
@@ -25609,7 +25694,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
25609
25694
  id: string;
25610
25695
  width: {
25611
25696
  value?: {
25612
- unit: "Pixels" | "Raw" | "Percent" | "Rem" | "Ms" | "Points";
25697
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
25613
25698
  measure: number;
25614
25699
  } | null | undefined;
25615
25700
  aliasTo?: string | null | undefined;
@@ -25622,6 +25707,23 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
25622
25707
  selectedThemeIds: string[];
25623
25708
  }[] | null | undefined;
25624
25709
  blacklistedElementProperties?: string[] | null | undefined;
25710
+ figmaComponentsBlockConfig?: {
25711
+ backgroundColor?: {
25712
+ value: string;
25713
+ } | null | undefined;
25714
+ showComponentName?: boolean | null | undefined;
25715
+ showComponentDescription?: boolean | null | undefined;
25716
+ showPropertyList?: boolean | null | undefined;
25717
+ previewContainerSize?: "Centered" | "NaturalHeight" | null | undefined;
25718
+ } | null | undefined;
25719
+ selectedFigmaComponent?: {
25720
+ figmaComponentId: string;
25721
+ selectedComponentProperties: string[];
25722
+ } | null | undefined;
25723
+ selectedFigmaComponents?: {
25724
+ figmaComponentId: string;
25725
+ selectedComponentProperties: string[];
25726
+ }[] | null | undefined;
25625
25727
  userMetadata?: string | null | undefined;
25626
25728
  } & any)[] | null | undefined;
25627
25729
  })[];