@supernova-studio/client 0.54.7 → 0.54.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.mts +30 -6
- package/dist/index.d.ts +30 -6
- package/dist/index.js +8 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +8 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -20355,7 +20355,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
20355
20355
|
data: z.ZodObject<{
|
|
20356
20356
|
blocks: z.ZodArray<z.ZodType<PageBlockV1, z.ZodTypeDef, {
|
|
20357
20357
|
persistentId: string;
|
|
20358
|
-
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" | "RenderCode" | "TabItem" | "TableRow" | "TableCell" | "Guideline";
|
|
20358
|
+
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";
|
|
20359
20359
|
url?: string | null | undefined;
|
|
20360
20360
|
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;
|
|
20361
20361
|
asset?: {
|
|
@@ -20570,6 +20570,10 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
20570
20570
|
}[];
|
|
20571
20571
|
} | null | undefined;
|
|
20572
20572
|
columnId?: string | null | undefined;
|
|
20573
|
+
swatches?: {
|
|
20574
|
+
id: string;
|
|
20575
|
+
selectedThemeIds: string[];
|
|
20576
|
+
}[] | null | undefined;
|
|
20573
20577
|
blacklistedElementProperties?: string[] | null | undefined;
|
|
20574
20578
|
userMetadata?: string | null | undefined;
|
|
20575
20579
|
} & {
|
|
@@ -20922,7 +20926,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
20922
20926
|
}, {
|
|
20923
20927
|
blocks: ({
|
|
20924
20928
|
persistentId: string;
|
|
20925
|
-
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" | "RenderCode" | "TabItem" | "TableRow" | "TableCell" | "Guideline";
|
|
20929
|
+
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";
|
|
20926
20930
|
url?: string | null | undefined;
|
|
20927
20931
|
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;
|
|
20928
20932
|
asset?: {
|
|
@@ -21137,6 +21141,10 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
21137
21141
|
}[];
|
|
21138
21142
|
} | null | undefined;
|
|
21139
21143
|
columnId?: string | null | undefined;
|
|
21144
|
+
swatches?: {
|
|
21145
|
+
id: string;
|
|
21146
|
+
selectedThemeIds: string[];
|
|
21147
|
+
}[] | null | undefined;
|
|
21140
21148
|
blacklistedElementProperties?: string[] | null | undefined;
|
|
21141
21149
|
userMetadata?: string | null | undefined;
|
|
21142
21150
|
} & {
|
|
@@ -21713,7 +21721,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
21713
21721
|
}>;
|
|
21714
21722
|
blocks: z.ZodArray<z.ZodType<PageBlockV1, z.ZodTypeDef, {
|
|
21715
21723
|
persistentId: string;
|
|
21716
|
-
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" | "RenderCode" | "TabItem" | "TableRow" | "TableCell" | "Guideline";
|
|
21724
|
+
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";
|
|
21717
21725
|
url?: string | null | undefined;
|
|
21718
21726
|
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;
|
|
21719
21727
|
asset?: {
|
|
@@ -21928,12 +21936,16 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
21928
21936
|
}[];
|
|
21929
21937
|
} | null | undefined;
|
|
21930
21938
|
columnId?: string | null | undefined;
|
|
21939
|
+
swatches?: {
|
|
21940
|
+
id: string;
|
|
21941
|
+
selectedThemeIds: string[];
|
|
21942
|
+
}[] | null | undefined;
|
|
21931
21943
|
blacklistedElementProperties?: string[] | null | undefined;
|
|
21932
21944
|
userMetadata?: string | null | undefined;
|
|
21933
21945
|
} & {
|
|
21934
21946
|
children: ({
|
|
21935
21947
|
persistentId: string;
|
|
21936
|
-
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" | "RenderCode" | "TabItem" | "TableRow" | "TableCell" | "Guideline";
|
|
21948
|
+
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";
|
|
21937
21949
|
url?: string | null | undefined;
|
|
21938
21950
|
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;
|
|
21939
21951
|
asset?: {
|
|
@@ -22148,6 +22160,10 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
22148
22160
|
}[];
|
|
22149
22161
|
} | null | undefined;
|
|
22150
22162
|
columnId?: string | null | undefined;
|
|
22163
|
+
swatches?: {
|
|
22164
|
+
id: string;
|
|
22165
|
+
selectedThemeIds: string[];
|
|
22166
|
+
}[] | null | undefined;
|
|
22151
22167
|
blacklistedElementProperties?: string[] | null | undefined;
|
|
22152
22168
|
userMetadata?: string | null | undefined;
|
|
22153
22169
|
} & any)[] | null | undefined;
|
|
@@ -22271,7 +22287,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
22271
22287
|
};
|
|
22272
22288
|
blocks: ({
|
|
22273
22289
|
persistentId: string;
|
|
22274
|
-
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" | "RenderCode" | "TabItem" | "TableRow" | "TableCell" | "Guideline";
|
|
22290
|
+
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";
|
|
22275
22291
|
url?: string | null | undefined;
|
|
22276
22292
|
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;
|
|
22277
22293
|
asset?: {
|
|
@@ -22486,12 +22502,16 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
22486
22502
|
}[];
|
|
22487
22503
|
} | null | undefined;
|
|
22488
22504
|
columnId?: string | null | undefined;
|
|
22505
|
+
swatches?: {
|
|
22506
|
+
id: string;
|
|
22507
|
+
selectedThemeIds: string[];
|
|
22508
|
+
}[] | null | undefined;
|
|
22489
22509
|
blacklistedElementProperties?: string[] | null | undefined;
|
|
22490
22510
|
userMetadata?: string | null | undefined;
|
|
22491
22511
|
} & {
|
|
22492
22512
|
children: ({
|
|
22493
22513
|
persistentId: string;
|
|
22494
|
-
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" | "RenderCode" | "TabItem" | "TableRow" | "TableCell" | "Guideline";
|
|
22514
|
+
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";
|
|
22495
22515
|
url?: string | null | undefined;
|
|
22496
22516
|
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;
|
|
22497
22517
|
asset?: {
|
|
@@ -22706,6 +22726,10 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
22706
22726
|
}[];
|
|
22707
22727
|
} | null | undefined;
|
|
22708
22728
|
columnId?: string | null | undefined;
|
|
22729
|
+
swatches?: {
|
|
22730
|
+
id: string;
|
|
22731
|
+
selectedThemeIds: string[];
|
|
22732
|
+
}[] | null | undefined;
|
|
22709
22733
|
blacklistedElementProperties?: string[] | null | undefined;
|
|
22710
22734
|
userMetadata?: string | null | undefined;
|
|
22711
22735
|
} & any)[] | null | undefined;
|
package/dist/index.d.ts
CHANGED
|
@@ -20355,7 +20355,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
20355
20355
|
data: z.ZodObject<{
|
|
20356
20356
|
blocks: z.ZodArray<z.ZodType<PageBlockV1, z.ZodTypeDef, {
|
|
20357
20357
|
persistentId: string;
|
|
20358
|
-
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" | "RenderCode" | "TabItem" | "TableRow" | "TableCell" | "Guideline";
|
|
20358
|
+
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";
|
|
20359
20359
|
url?: string | null | undefined;
|
|
20360
20360
|
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;
|
|
20361
20361
|
asset?: {
|
|
@@ -20570,6 +20570,10 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
20570
20570
|
}[];
|
|
20571
20571
|
} | null | undefined;
|
|
20572
20572
|
columnId?: string | null | undefined;
|
|
20573
|
+
swatches?: {
|
|
20574
|
+
id: string;
|
|
20575
|
+
selectedThemeIds: string[];
|
|
20576
|
+
}[] | null | undefined;
|
|
20573
20577
|
blacklistedElementProperties?: string[] | null | undefined;
|
|
20574
20578
|
userMetadata?: string | null | undefined;
|
|
20575
20579
|
} & {
|
|
@@ -20922,7 +20926,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
20922
20926
|
}, {
|
|
20923
20927
|
blocks: ({
|
|
20924
20928
|
persistentId: string;
|
|
20925
|
-
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" | "RenderCode" | "TabItem" | "TableRow" | "TableCell" | "Guideline";
|
|
20929
|
+
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";
|
|
20926
20930
|
url?: string | null | undefined;
|
|
20927
20931
|
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;
|
|
20928
20932
|
asset?: {
|
|
@@ -21137,6 +21141,10 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
21137
21141
|
}[];
|
|
21138
21142
|
} | null | undefined;
|
|
21139
21143
|
columnId?: string | null | undefined;
|
|
21144
|
+
swatches?: {
|
|
21145
|
+
id: string;
|
|
21146
|
+
selectedThemeIds: string[];
|
|
21147
|
+
}[] | null | undefined;
|
|
21140
21148
|
blacklistedElementProperties?: string[] | null | undefined;
|
|
21141
21149
|
userMetadata?: string | null | undefined;
|
|
21142
21150
|
} & {
|
|
@@ -21713,7 +21721,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
21713
21721
|
}>;
|
|
21714
21722
|
blocks: z.ZodArray<z.ZodType<PageBlockV1, z.ZodTypeDef, {
|
|
21715
21723
|
persistentId: string;
|
|
21716
|
-
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" | "RenderCode" | "TabItem" | "TableRow" | "TableCell" | "Guideline";
|
|
21724
|
+
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";
|
|
21717
21725
|
url?: string | null | undefined;
|
|
21718
21726
|
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;
|
|
21719
21727
|
asset?: {
|
|
@@ -21928,12 +21936,16 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
21928
21936
|
}[];
|
|
21929
21937
|
} | null | undefined;
|
|
21930
21938
|
columnId?: string | null | undefined;
|
|
21939
|
+
swatches?: {
|
|
21940
|
+
id: string;
|
|
21941
|
+
selectedThemeIds: string[];
|
|
21942
|
+
}[] | null | undefined;
|
|
21931
21943
|
blacklistedElementProperties?: string[] | null | undefined;
|
|
21932
21944
|
userMetadata?: string | null | undefined;
|
|
21933
21945
|
} & {
|
|
21934
21946
|
children: ({
|
|
21935
21947
|
persistentId: string;
|
|
21936
|
-
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" | "RenderCode" | "TabItem" | "TableRow" | "TableCell" | "Guideline";
|
|
21948
|
+
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";
|
|
21937
21949
|
url?: string | null | undefined;
|
|
21938
21950
|
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;
|
|
21939
21951
|
asset?: {
|
|
@@ -22148,6 +22160,10 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
22148
22160
|
}[];
|
|
22149
22161
|
} | null | undefined;
|
|
22150
22162
|
columnId?: string | null | undefined;
|
|
22163
|
+
swatches?: {
|
|
22164
|
+
id: string;
|
|
22165
|
+
selectedThemeIds: string[];
|
|
22166
|
+
}[] | null | undefined;
|
|
22151
22167
|
blacklistedElementProperties?: string[] | null | undefined;
|
|
22152
22168
|
userMetadata?: string | null | undefined;
|
|
22153
22169
|
} & any)[] | null | undefined;
|
|
@@ -22271,7 +22287,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
22271
22287
|
};
|
|
22272
22288
|
blocks: ({
|
|
22273
22289
|
persistentId: string;
|
|
22274
|
-
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" | "RenderCode" | "TabItem" | "TableRow" | "TableCell" | "Guideline";
|
|
22290
|
+
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";
|
|
22275
22291
|
url?: string | null | undefined;
|
|
22276
22292
|
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;
|
|
22277
22293
|
asset?: {
|
|
@@ -22486,12 +22502,16 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
22486
22502
|
}[];
|
|
22487
22503
|
} | null | undefined;
|
|
22488
22504
|
columnId?: string | null | undefined;
|
|
22505
|
+
swatches?: {
|
|
22506
|
+
id: string;
|
|
22507
|
+
selectedThemeIds: string[];
|
|
22508
|
+
}[] | null | undefined;
|
|
22489
22509
|
blacklistedElementProperties?: string[] | null | undefined;
|
|
22490
22510
|
userMetadata?: string | null | undefined;
|
|
22491
22511
|
} & {
|
|
22492
22512
|
children: ({
|
|
22493
22513
|
persistentId: string;
|
|
22494
|
-
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" | "RenderCode" | "TabItem" | "TableRow" | "TableCell" | "Guideline";
|
|
22514
|
+
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";
|
|
22495
22515
|
url?: string | null | undefined;
|
|
22496
22516
|
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;
|
|
22497
22517
|
asset?: {
|
|
@@ -22706,6 +22726,10 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
22706
22726
|
}[];
|
|
22707
22727
|
} | null | undefined;
|
|
22708
22728
|
columnId?: string | null | undefined;
|
|
22729
|
+
swatches?: {
|
|
22730
|
+
id: string;
|
|
22731
|
+
selectedThemeIds: string[];
|
|
22732
|
+
}[] | null | undefined;
|
|
22709
22733
|
blacklistedElementProperties?: string[] | null | undefined;
|
|
22710
22734
|
userMetadata?: string | null | undefined;
|
|
22711
22735
|
} & any)[] | null | undefined;
|
package/dist/index.js
CHANGED
|
@@ -1627,6 +1627,7 @@ var PageBlockTypeV1 = _zod.z.enum([
|
|
|
1627
1627
|
"Custom",
|
|
1628
1628
|
"FigmaFrames",
|
|
1629
1629
|
"ComponentAssets",
|
|
1630
|
+
"ComponentAssetGroup",
|
|
1630
1631
|
"RenderCode",
|
|
1631
1632
|
"Tabs",
|
|
1632
1633
|
"TabItem",
|
|
@@ -1679,6 +1680,10 @@ var PageBlockTheme = _zod.z.object({
|
|
|
1679
1680
|
themeIds: _zod.z.array(_zod.z.string()),
|
|
1680
1681
|
type: PageBlockThemeType
|
|
1681
1682
|
});
|
|
1683
|
+
var PageBlockSwatch = _zod.z.object({
|
|
1684
|
+
id: _zod.z.string(),
|
|
1685
|
+
selectedThemeIds: _zod.z.string().array()
|
|
1686
|
+
});
|
|
1682
1687
|
var PageBlockUrlPreview = _zod.z.object({
|
|
1683
1688
|
title: nullishToOptional(_zod.z.string()),
|
|
1684
1689
|
description: nullishToOptional(_zod.z.string()),
|
|
@@ -1850,6 +1855,7 @@ var PageBlockBaseV1 = _zod.z.object({
|
|
|
1850
1855
|
columnId: nullishToOptional(_zod.z.string()),
|
|
1851
1856
|
// Token spreadsheet
|
|
1852
1857
|
theme: nullishToOptional(PageBlockTheme),
|
|
1858
|
+
swatches: nullishToOptional(PageBlockSwatch.array()),
|
|
1853
1859
|
blacklistedElementProperties: nullishToOptional(_zod.z.array(_zod.z.string())),
|
|
1854
1860
|
// Arbitrary
|
|
1855
1861
|
userMetadata: nullishToOptional(_zod.z.string())
|
|
@@ -2160,7 +2166,8 @@ var PageBlockColorV2 = _zod.z.object({
|
|
|
2160
2166
|
var PageBlockAssetEntityMeta = _zod.z.object({
|
|
2161
2167
|
title: _zod.z.string().optional(),
|
|
2162
2168
|
description: _zod.z.string().optional(),
|
|
2163
|
-
backgroundColor: PageBlockColorV2.optional()
|
|
2169
|
+
backgroundColor: PageBlockColorV2.optional(),
|
|
2170
|
+
showNestedGroups: _zod.z.boolean().optional()
|
|
2164
2171
|
});
|
|
2165
2172
|
var PageBlockFigmaComponentEntityMeta = _zod.z.object({
|
|
2166
2173
|
title: _zod.z.string().optional(),
|