@supernova-studio/client 0.53.5 → 0.53.7
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 +18 -18
- package/dist/index.d.ts +18 -18
- package/dist/index.js +3 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -20041,7 +20041,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
20041
20041
|
data: z.ZodObject<{
|
|
20042
20042
|
blocks: z.ZodArray<z.ZodType<PageBlockV1, z.ZodTypeDef, {
|
|
20043
20043
|
persistentId: string;
|
|
20044
|
-
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";
|
|
20044
|
+
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";
|
|
20045
20045
|
url?: string | null | undefined;
|
|
20046
20046
|
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;
|
|
20047
20047
|
asset?: {
|
|
@@ -20152,7 +20152,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
20152
20152
|
title?: string | null | undefined;
|
|
20153
20153
|
} | null | undefined;
|
|
20154
20154
|
}[] | null | undefined;
|
|
20155
|
-
|
|
20155
|
+
guideline?: {
|
|
20156
20156
|
type: string;
|
|
20157
20157
|
description?: string | null | undefined;
|
|
20158
20158
|
asset?: {
|
|
@@ -20184,7 +20184,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
20184
20184
|
imageAlt?: string | null | undefined;
|
|
20185
20185
|
imageCaption?: string | null | undefined;
|
|
20186
20186
|
imageAlignment?: "Left" | "Center" | "Right" | "Stretch" | null | undefined;
|
|
20187
|
-
}
|
|
20187
|
+
} | null | undefined;
|
|
20188
20188
|
customBlockKey?: string | null | undefined;
|
|
20189
20189
|
customBlockProperties?: {
|
|
20190
20190
|
key: string;
|
|
@@ -20608,7 +20608,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
20608
20608
|
}, {
|
|
20609
20609
|
blocks: ({
|
|
20610
20610
|
persistentId: string;
|
|
20611
|
-
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";
|
|
20611
|
+
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";
|
|
20612
20612
|
url?: string | null | undefined;
|
|
20613
20613
|
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;
|
|
20614
20614
|
asset?: {
|
|
@@ -20719,7 +20719,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
20719
20719
|
title?: string | null | undefined;
|
|
20720
20720
|
} | null | undefined;
|
|
20721
20721
|
}[] | null | undefined;
|
|
20722
|
-
|
|
20722
|
+
guideline?: {
|
|
20723
20723
|
type: string;
|
|
20724
20724
|
description?: string | null | undefined;
|
|
20725
20725
|
asset?: {
|
|
@@ -20751,7 +20751,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
20751
20751
|
imageAlt?: string | null | undefined;
|
|
20752
20752
|
imageCaption?: string | null | undefined;
|
|
20753
20753
|
imageAlignment?: "Left" | "Center" | "Right" | "Stretch" | null | undefined;
|
|
20754
|
-
}
|
|
20754
|
+
} | null | undefined;
|
|
20755
20755
|
customBlockKey?: string | null | undefined;
|
|
20756
20756
|
customBlockProperties?: {
|
|
20757
20757
|
key: string;
|
|
@@ -21399,7 +21399,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
21399
21399
|
}>;
|
|
21400
21400
|
blocks: z.ZodArray<z.ZodType<PageBlockV1, z.ZodTypeDef, {
|
|
21401
21401
|
persistentId: string;
|
|
21402
|
-
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";
|
|
21402
|
+
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";
|
|
21403
21403
|
url?: string | null | undefined;
|
|
21404
21404
|
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;
|
|
21405
21405
|
asset?: {
|
|
@@ -21510,7 +21510,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
21510
21510
|
title?: string | null | undefined;
|
|
21511
21511
|
} | null | undefined;
|
|
21512
21512
|
}[] | null | undefined;
|
|
21513
|
-
|
|
21513
|
+
guideline?: {
|
|
21514
21514
|
type: string;
|
|
21515
21515
|
description?: string | null | undefined;
|
|
21516
21516
|
asset?: {
|
|
@@ -21542,7 +21542,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
21542
21542
|
imageAlt?: string | null | undefined;
|
|
21543
21543
|
imageCaption?: string | null | undefined;
|
|
21544
21544
|
imageAlignment?: "Left" | "Center" | "Right" | "Stretch" | null | undefined;
|
|
21545
|
-
}
|
|
21545
|
+
} | null | undefined;
|
|
21546
21546
|
customBlockKey?: string | null | undefined;
|
|
21547
21547
|
customBlockProperties?: {
|
|
21548
21548
|
key: string;
|
|
@@ -21619,7 +21619,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
21619
21619
|
} & {
|
|
21620
21620
|
children: ({
|
|
21621
21621
|
persistentId: string;
|
|
21622
|
-
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";
|
|
21622
|
+
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";
|
|
21623
21623
|
url?: string | null | undefined;
|
|
21624
21624
|
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;
|
|
21625
21625
|
asset?: {
|
|
@@ -21730,7 +21730,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
21730
21730
|
title?: string | null | undefined;
|
|
21731
21731
|
} | null | undefined;
|
|
21732
21732
|
}[] | null | undefined;
|
|
21733
|
-
|
|
21733
|
+
guideline?: {
|
|
21734
21734
|
type: string;
|
|
21735
21735
|
description?: string | null | undefined;
|
|
21736
21736
|
asset?: {
|
|
@@ -21762,7 +21762,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
21762
21762
|
imageAlt?: string | null | undefined;
|
|
21763
21763
|
imageCaption?: string | null | undefined;
|
|
21764
21764
|
imageAlignment?: "Left" | "Center" | "Right" | "Stretch" | null | undefined;
|
|
21765
|
-
}
|
|
21765
|
+
} | null | undefined;
|
|
21766
21766
|
customBlockKey?: string | null | undefined;
|
|
21767
21767
|
customBlockProperties?: {
|
|
21768
21768
|
key: string;
|
|
@@ -21957,7 +21957,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
21957
21957
|
};
|
|
21958
21958
|
blocks: ({
|
|
21959
21959
|
persistentId: string;
|
|
21960
|
-
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";
|
|
21960
|
+
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";
|
|
21961
21961
|
url?: string | null | undefined;
|
|
21962
21962
|
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;
|
|
21963
21963
|
asset?: {
|
|
@@ -22068,7 +22068,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
22068
22068
|
title?: string | null | undefined;
|
|
22069
22069
|
} | null | undefined;
|
|
22070
22070
|
}[] | null | undefined;
|
|
22071
|
-
|
|
22071
|
+
guideline?: {
|
|
22072
22072
|
type: string;
|
|
22073
22073
|
description?: string | null | undefined;
|
|
22074
22074
|
asset?: {
|
|
@@ -22100,7 +22100,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
22100
22100
|
imageAlt?: string | null | undefined;
|
|
22101
22101
|
imageCaption?: string | null | undefined;
|
|
22102
22102
|
imageAlignment?: "Left" | "Center" | "Right" | "Stretch" | null | undefined;
|
|
22103
|
-
}
|
|
22103
|
+
} | null | undefined;
|
|
22104
22104
|
customBlockKey?: string | null | undefined;
|
|
22105
22105
|
customBlockProperties?: {
|
|
22106
22106
|
key: string;
|
|
@@ -22177,7 +22177,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
22177
22177
|
} & {
|
|
22178
22178
|
children: ({
|
|
22179
22179
|
persistentId: string;
|
|
22180
|
-
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";
|
|
22180
|
+
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";
|
|
22181
22181
|
url?: string | null | undefined;
|
|
22182
22182
|
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;
|
|
22183
22183
|
asset?: {
|
|
@@ -22288,7 +22288,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
22288
22288
|
title?: string | null | undefined;
|
|
22289
22289
|
} | null | undefined;
|
|
22290
22290
|
}[] | null | undefined;
|
|
22291
|
-
|
|
22291
|
+
guideline?: {
|
|
22292
22292
|
type: string;
|
|
22293
22293
|
description?: string | null | undefined;
|
|
22294
22294
|
asset?: {
|
|
@@ -22320,7 +22320,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
22320
22320
|
imageAlt?: string | null | undefined;
|
|
22321
22321
|
imageCaption?: string | null | undefined;
|
|
22322
22322
|
imageAlignment?: "Left" | "Center" | "Right" | "Stretch" | null | undefined;
|
|
22323
|
-
}
|
|
22323
|
+
} | null | undefined;
|
|
22324
22324
|
customBlockKey?: string | null | undefined;
|
|
22325
22325
|
customBlockProperties?: {
|
|
22326
22326
|
key: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -20041,7 +20041,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
20041
20041
|
data: z.ZodObject<{
|
|
20042
20042
|
blocks: z.ZodArray<z.ZodType<PageBlockV1, z.ZodTypeDef, {
|
|
20043
20043
|
persistentId: string;
|
|
20044
|
-
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";
|
|
20044
|
+
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";
|
|
20045
20045
|
url?: string | null | undefined;
|
|
20046
20046
|
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;
|
|
20047
20047
|
asset?: {
|
|
@@ -20152,7 +20152,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
20152
20152
|
title?: string | null | undefined;
|
|
20153
20153
|
} | null | undefined;
|
|
20154
20154
|
}[] | null | undefined;
|
|
20155
|
-
|
|
20155
|
+
guideline?: {
|
|
20156
20156
|
type: string;
|
|
20157
20157
|
description?: string | null | undefined;
|
|
20158
20158
|
asset?: {
|
|
@@ -20184,7 +20184,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
20184
20184
|
imageAlt?: string | null | undefined;
|
|
20185
20185
|
imageCaption?: string | null | undefined;
|
|
20186
20186
|
imageAlignment?: "Left" | "Center" | "Right" | "Stretch" | null | undefined;
|
|
20187
|
-
}
|
|
20187
|
+
} | null | undefined;
|
|
20188
20188
|
customBlockKey?: string | null | undefined;
|
|
20189
20189
|
customBlockProperties?: {
|
|
20190
20190
|
key: string;
|
|
@@ -20608,7 +20608,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
20608
20608
|
}, {
|
|
20609
20609
|
blocks: ({
|
|
20610
20610
|
persistentId: string;
|
|
20611
|
-
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";
|
|
20611
|
+
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";
|
|
20612
20612
|
url?: string | null | undefined;
|
|
20613
20613
|
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;
|
|
20614
20614
|
asset?: {
|
|
@@ -20719,7 +20719,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
20719
20719
|
title?: string | null | undefined;
|
|
20720
20720
|
} | null | undefined;
|
|
20721
20721
|
}[] | null | undefined;
|
|
20722
|
-
|
|
20722
|
+
guideline?: {
|
|
20723
20723
|
type: string;
|
|
20724
20724
|
description?: string | null | undefined;
|
|
20725
20725
|
asset?: {
|
|
@@ -20751,7 +20751,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
20751
20751
|
imageAlt?: string | null | undefined;
|
|
20752
20752
|
imageCaption?: string | null | undefined;
|
|
20753
20753
|
imageAlignment?: "Left" | "Center" | "Right" | "Stretch" | null | undefined;
|
|
20754
|
-
}
|
|
20754
|
+
} | null | undefined;
|
|
20755
20755
|
customBlockKey?: string | null | undefined;
|
|
20756
20756
|
customBlockProperties?: {
|
|
20757
20757
|
key: string;
|
|
@@ -21399,7 +21399,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
21399
21399
|
}>;
|
|
21400
21400
|
blocks: z.ZodArray<z.ZodType<PageBlockV1, z.ZodTypeDef, {
|
|
21401
21401
|
persistentId: string;
|
|
21402
|
-
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";
|
|
21402
|
+
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";
|
|
21403
21403
|
url?: string | null | undefined;
|
|
21404
21404
|
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;
|
|
21405
21405
|
asset?: {
|
|
@@ -21510,7 +21510,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
21510
21510
|
title?: string | null | undefined;
|
|
21511
21511
|
} | null | undefined;
|
|
21512
21512
|
}[] | null | undefined;
|
|
21513
|
-
|
|
21513
|
+
guideline?: {
|
|
21514
21514
|
type: string;
|
|
21515
21515
|
description?: string | null | undefined;
|
|
21516
21516
|
asset?: {
|
|
@@ -21542,7 +21542,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
21542
21542
|
imageAlt?: string | null | undefined;
|
|
21543
21543
|
imageCaption?: string | null | undefined;
|
|
21544
21544
|
imageAlignment?: "Left" | "Center" | "Right" | "Stretch" | null | undefined;
|
|
21545
|
-
}
|
|
21545
|
+
} | null | undefined;
|
|
21546
21546
|
customBlockKey?: string | null | undefined;
|
|
21547
21547
|
customBlockProperties?: {
|
|
21548
21548
|
key: string;
|
|
@@ -21619,7 +21619,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
21619
21619
|
} & {
|
|
21620
21620
|
children: ({
|
|
21621
21621
|
persistentId: string;
|
|
21622
|
-
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";
|
|
21622
|
+
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";
|
|
21623
21623
|
url?: string | null | undefined;
|
|
21624
21624
|
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;
|
|
21625
21625
|
asset?: {
|
|
@@ -21730,7 +21730,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
21730
21730
|
title?: string | null | undefined;
|
|
21731
21731
|
} | null | undefined;
|
|
21732
21732
|
}[] | null | undefined;
|
|
21733
|
-
|
|
21733
|
+
guideline?: {
|
|
21734
21734
|
type: string;
|
|
21735
21735
|
description?: string | null | undefined;
|
|
21736
21736
|
asset?: {
|
|
@@ -21762,7 +21762,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
21762
21762
|
imageAlt?: string | null | undefined;
|
|
21763
21763
|
imageCaption?: string | null | undefined;
|
|
21764
21764
|
imageAlignment?: "Left" | "Center" | "Right" | "Stretch" | null | undefined;
|
|
21765
|
-
}
|
|
21765
|
+
} | null | undefined;
|
|
21766
21766
|
customBlockKey?: string | null | undefined;
|
|
21767
21767
|
customBlockProperties?: {
|
|
21768
21768
|
key: string;
|
|
@@ -21957,7 +21957,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
21957
21957
|
};
|
|
21958
21958
|
blocks: ({
|
|
21959
21959
|
persistentId: string;
|
|
21960
|
-
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";
|
|
21960
|
+
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";
|
|
21961
21961
|
url?: string | null | undefined;
|
|
21962
21962
|
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;
|
|
21963
21963
|
asset?: {
|
|
@@ -22068,7 +22068,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
22068
22068
|
title?: string | null | undefined;
|
|
22069
22069
|
} | null | undefined;
|
|
22070
22070
|
}[] | null | undefined;
|
|
22071
|
-
|
|
22071
|
+
guideline?: {
|
|
22072
22072
|
type: string;
|
|
22073
22073
|
description?: string | null | undefined;
|
|
22074
22074
|
asset?: {
|
|
@@ -22100,7 +22100,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
22100
22100
|
imageAlt?: string | null | undefined;
|
|
22101
22101
|
imageCaption?: string | null | undefined;
|
|
22102
22102
|
imageAlignment?: "Left" | "Center" | "Right" | "Stretch" | null | undefined;
|
|
22103
|
-
}
|
|
22103
|
+
} | null | undefined;
|
|
22104
22104
|
customBlockKey?: string | null | undefined;
|
|
22105
22105
|
customBlockProperties?: {
|
|
22106
22106
|
key: string;
|
|
@@ -22177,7 +22177,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
22177
22177
|
} & {
|
|
22178
22178
|
children: ({
|
|
22179
22179
|
persistentId: string;
|
|
22180
|
-
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";
|
|
22180
|
+
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";
|
|
22181
22181
|
url?: string | null | undefined;
|
|
22182
22182
|
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;
|
|
22183
22183
|
asset?: {
|
|
@@ -22288,7 +22288,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
22288
22288
|
title?: string | null | undefined;
|
|
22289
22289
|
} | null | undefined;
|
|
22290
22290
|
}[] | null | undefined;
|
|
22291
|
-
|
|
22291
|
+
guideline?: {
|
|
22292
22292
|
type: string;
|
|
22293
22293
|
description?: string | null | undefined;
|
|
22294
22294
|
asset?: {
|
|
@@ -22320,7 +22320,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
22320
22320
|
imageAlt?: string | null | undefined;
|
|
22321
22321
|
imageCaption?: string | null | undefined;
|
|
22322
22322
|
imageAlignment?: "Left" | "Center" | "Right" | "Stretch" | null | undefined;
|
|
22323
|
-
}
|
|
22323
|
+
} | null | undefined;
|
|
22324
22324
|
customBlockKey?: string | null | undefined;
|
|
22325
22325
|
customBlockProperties?: {
|
|
22326
22326
|
key: string;
|
package/dist/index.js
CHANGED
|
@@ -1622,7 +1622,8 @@ var PageBlockTypeV1 = _zod.z.enum([
|
|
|
1622
1622
|
"Table",
|
|
1623
1623
|
"TableRow",
|
|
1624
1624
|
"TableCell",
|
|
1625
|
-
"Guidelines"
|
|
1625
|
+
"Guidelines",
|
|
1626
|
+
"Guideline"
|
|
1626
1627
|
]);
|
|
1627
1628
|
var PageBlockCodeLanguage = _zod.z.enum([
|
|
1628
1629
|
"Angular",
|
|
@@ -1818,7 +1819,7 @@ var PageBlockBaseV1 = _zod.z.object({
|
|
|
1818
1819
|
// Shortcuts block
|
|
1819
1820
|
shortcuts: nullishToOptional(_zod.z.array(PageBlockShortcut)),
|
|
1820
1821
|
// Guidelines
|
|
1821
|
-
|
|
1822
|
+
guideline: nullishToOptional(PageBlockGuideline),
|
|
1822
1823
|
// Custom blocks
|
|
1823
1824
|
customBlockKey: nullishToOptional(_zod.z.string()),
|
|
1824
1825
|
customBlockProperties: nullishToOptional(_zod.z.array(PageBlockCustomBlockPropertyValue)),
|