@supernova-studio/model 0.53.5 → 0.53.6
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 +265 -265
- package/dist/index.d.ts +265 -265
- 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/src/dsm/elements/data/documentation-block-v1.ts +2 -1
package/dist/index.d.mts
CHANGED
|
@@ -36582,7 +36582,7 @@ declare const PageBlockTilesLayout: z.ZodEnum<["C8", "C7", "C6", "C5", "C4", "C3
|
|
|
36582
36582
|
type PageBlockTilesLayout = z.infer<typeof PageBlockTilesLayout>;
|
|
36583
36583
|
declare const PageBlockTextSpanAttributeType: z.ZodEnum<["Bold", "Italic", "Link", "Strikethrough", "Code", "Comment"]>;
|
|
36584
36584
|
type PageBlockTextSpanAttributeType = z.infer<typeof PageBlockTextSpanAttributeType>;
|
|
36585
|
-
declare const PageBlockTypeV1: z.ZodEnum<["Text", "Heading", "Code", "UnorderedList", "OrderedList", "Quote", "Callout", "Divider", "Image", "Embed", "Link", "Shortcuts", "FigmaEmbed", "YoutubeEmbed", "StorybookEmbed", "Token", "TokenGroup", "TokenList", "Component", "ComponentGroup", "Theme", "ComponentSandbox", "Custom", "FigmaFrames", "ComponentAssets", "RenderCode", "Tabs", "TabItem", "Table", "TableRow", "TableCell", "Guidelines"]>;
|
|
36585
|
+
declare const PageBlockTypeV1: z.ZodEnum<["Text", "Heading", "Code", "UnorderedList", "OrderedList", "Quote", "Callout", "Divider", "Image", "Embed", "Link", "Shortcuts", "FigmaEmbed", "YoutubeEmbed", "StorybookEmbed", "Token", "TokenGroup", "TokenList", "Component", "ComponentGroup", "Theme", "ComponentSandbox", "Custom", "FigmaFrames", "ComponentAssets", "RenderCode", "Tabs", "TabItem", "Table", "TableRow", "TableCell", "Guidelines", "Guideline"]>;
|
|
36586
36586
|
type PageBlockTypeV1 = z.infer<typeof PageBlockTypeV1>;
|
|
36587
36587
|
declare const PageBlockTextSpanAttribute: z.ZodObject<{
|
|
36588
36588
|
type: z.ZodEnum<["Bold", "Italic", "Link", "Strikethrough", "Code", "Comment"]>;
|
|
@@ -37646,7 +37646,7 @@ declare const PageBlockCustomBlockPropertyImageValue: z.ZodObject<{
|
|
|
37646
37646
|
type PageBlockCustomBlockPropertyImageValue = z.infer<typeof PageBlockCustomBlockPropertyImageValue>;
|
|
37647
37647
|
declare const PageBlockBaseV1: z.ZodObject<{
|
|
37648
37648
|
persistentId: z.ZodString;
|
|
37649
|
-
type: z.ZodEnum<["Text", "Heading", "Code", "UnorderedList", "OrderedList", "Quote", "Callout", "Divider", "Image", "Embed", "Link", "Shortcuts", "FigmaEmbed", "YoutubeEmbed", "StorybookEmbed", "Token", "TokenGroup", "TokenList", "Component", "ComponentGroup", "Theme", "ComponentSandbox", "Custom", "FigmaFrames", "ComponentAssets", "RenderCode", "Tabs", "TabItem", "Table", "TableRow", "TableCell", "Guidelines"]>;
|
|
37649
|
+
type: z.ZodEnum<["Text", "Heading", "Code", "UnorderedList", "OrderedList", "Quote", "Callout", "Divider", "Image", "Embed", "Link", "Shortcuts", "FigmaEmbed", "YoutubeEmbed", "StorybookEmbed", "Token", "TokenGroup", "TokenList", "Component", "ComponentGroup", "Theme", "ComponentSandbox", "Custom", "FigmaFrames", "ComponentAssets", "RenderCode", "Tabs", "TabItem", "Table", "TableRow", "TableCell", "Guidelines", "Guideline"]>;
|
|
37650
37650
|
numberOfColumns: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
|
|
37651
37651
|
designObjectId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
37652
37652
|
designObjectIds: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string[], z.ZodTypeDef, string[]>>>, string[] | undefined, string[] | null | undefined>;
|
|
@@ -38005,7 +38005,7 @@ declare const PageBlockBaseV1: z.ZodObject<{
|
|
|
38005
38005
|
title?: string | null | undefined;
|
|
38006
38006
|
} | null | undefined;
|
|
38007
38007
|
}[] | null | undefined>;
|
|
38008
|
-
|
|
38008
|
+
guideline: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
38009
38009
|
type: string;
|
|
38010
38010
|
description?: string | undefined;
|
|
38011
38011
|
asset?: {
|
|
@@ -38037,7 +38037,7 @@ declare const PageBlockBaseV1: z.ZodObject<{
|
|
|
38037
38037
|
imageAlt?: string | undefined;
|
|
38038
38038
|
imageCaption?: string | undefined;
|
|
38039
38039
|
imageAlignment?: NonNullable<"Center" | "Left" | "Stretch" | "Right"> | undefined;
|
|
38040
|
-
}
|
|
38040
|
+
}, z.ZodTypeDef, {
|
|
38041
38041
|
type: string;
|
|
38042
38042
|
description?: string | null | undefined;
|
|
38043
38043
|
asset?: {
|
|
@@ -38069,7 +38069,7 @@ declare const PageBlockBaseV1: z.ZodObject<{
|
|
|
38069
38069
|
imageAlt?: string | null | undefined;
|
|
38070
38070
|
imageCaption?: string | null | undefined;
|
|
38071
38071
|
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
38072
|
-
}
|
|
38072
|
+
}>>>, {
|
|
38073
38073
|
type: string;
|
|
38074
38074
|
description?: string | undefined;
|
|
38075
38075
|
asset?: {
|
|
@@ -38101,7 +38101,7 @@ declare const PageBlockBaseV1: z.ZodObject<{
|
|
|
38101
38101
|
imageAlt?: string | undefined;
|
|
38102
38102
|
imageCaption?: string | undefined;
|
|
38103
38103
|
imageAlignment?: NonNullable<"Center" | "Left" | "Stretch" | "Right"> | undefined;
|
|
38104
|
-
}
|
|
38104
|
+
} | undefined, {
|
|
38105
38105
|
type: string;
|
|
38106
38106
|
description?: string | null | undefined;
|
|
38107
38107
|
asset?: {
|
|
@@ -38133,7 +38133,7 @@ declare const PageBlockBaseV1: z.ZodObject<{
|
|
|
38133
38133
|
imageAlt?: string | null | undefined;
|
|
38134
38134
|
imageCaption?: string | null | undefined;
|
|
38135
38135
|
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
38136
|
-
}
|
|
38136
|
+
} | null | undefined>;
|
|
38137
38137
|
customBlockKey: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
38138
38138
|
customBlockProperties: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
38139
38139
|
key: string;
|
|
@@ -38414,7 +38414,7 @@ declare const PageBlockBaseV1: z.ZodObject<{
|
|
|
38414
38414
|
userMetadata: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
38415
38415
|
}, "strip", z.ZodTypeAny, {
|
|
38416
38416
|
persistentId: string;
|
|
38417
|
-
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
38417
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline";
|
|
38418
38418
|
url?: string | undefined;
|
|
38419
38419
|
tokenType?: NonNullable<"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"> | undefined;
|
|
38420
38420
|
asset?: {
|
|
@@ -38525,7 +38525,7 @@ declare const PageBlockBaseV1: z.ZodObject<{
|
|
|
38525
38525
|
title?: string | undefined;
|
|
38526
38526
|
} | undefined;
|
|
38527
38527
|
}[] | undefined;
|
|
38528
|
-
|
|
38528
|
+
guideline?: {
|
|
38529
38529
|
type: string;
|
|
38530
38530
|
description?: string | undefined;
|
|
38531
38531
|
asset?: {
|
|
@@ -38557,7 +38557,7 @@ declare const PageBlockBaseV1: z.ZodObject<{
|
|
|
38557
38557
|
imageAlt?: string | undefined;
|
|
38558
38558
|
imageCaption?: string | undefined;
|
|
38559
38559
|
imageAlignment?: NonNullable<"Center" | "Left" | "Stretch" | "Right"> | undefined;
|
|
38560
|
-
}
|
|
38560
|
+
} | undefined;
|
|
38561
38561
|
customBlockKey?: string | undefined;
|
|
38562
38562
|
customBlockProperties?: {
|
|
38563
38563
|
key: string;
|
|
@@ -38633,7 +38633,7 @@ declare const PageBlockBaseV1: z.ZodObject<{
|
|
|
38633
38633
|
userMetadata?: string | undefined;
|
|
38634
38634
|
}, {
|
|
38635
38635
|
persistentId: string;
|
|
38636
|
-
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
38636
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline";
|
|
38637
38637
|
url?: string | null | undefined;
|
|
38638
38638
|
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;
|
|
38639
38639
|
asset?: {
|
|
@@ -38744,7 +38744,7 @@ declare const PageBlockBaseV1: z.ZodObject<{
|
|
|
38744
38744
|
title?: string | null | undefined;
|
|
38745
38745
|
} | null | undefined;
|
|
38746
38746
|
}[] | null | undefined;
|
|
38747
|
-
|
|
38747
|
+
guideline?: {
|
|
38748
38748
|
type: string;
|
|
38749
38749
|
description?: string | null | undefined;
|
|
38750
38750
|
asset?: {
|
|
@@ -38776,7 +38776,7 @@ declare const PageBlockBaseV1: z.ZodObject<{
|
|
|
38776
38776
|
imageAlt?: string | null | undefined;
|
|
38777
38777
|
imageCaption?: string | null | undefined;
|
|
38778
38778
|
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
38779
|
-
}
|
|
38779
|
+
} | null | undefined;
|
|
38780
38780
|
customBlockKey?: string | null | undefined;
|
|
38781
38781
|
customBlockProperties?: {
|
|
38782
38782
|
key: string;
|
|
@@ -42415,7 +42415,7 @@ type PageBlockItemTableValue = z.infer<typeof PageBlockItemTableValue>;
|
|
|
42415
42415
|
declare const DocumentationPageDataV1: z.ZodObject<{
|
|
42416
42416
|
blocks: z.ZodArray<z.ZodType<PageBlockV1, z.ZodTypeDef, {
|
|
42417
42417
|
persistentId: string;
|
|
42418
|
-
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
42418
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline";
|
|
42419
42419
|
url?: string | null | undefined;
|
|
42420
42420
|
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;
|
|
42421
42421
|
asset?: {
|
|
@@ -42526,7 +42526,7 @@ declare const DocumentationPageDataV1: z.ZodObject<{
|
|
|
42526
42526
|
title?: string | null | undefined;
|
|
42527
42527
|
} | null | undefined;
|
|
42528
42528
|
}[] | null | undefined;
|
|
42529
|
-
|
|
42529
|
+
guideline?: {
|
|
42530
42530
|
type: string;
|
|
42531
42531
|
description?: string | null | undefined;
|
|
42532
42532
|
asset?: {
|
|
@@ -42558,7 +42558,7 @@ declare const DocumentationPageDataV1: z.ZodObject<{
|
|
|
42558
42558
|
imageAlt?: string | null | undefined;
|
|
42559
42559
|
imageCaption?: string | null | undefined;
|
|
42560
42560
|
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
42561
|
-
}
|
|
42561
|
+
} | null | undefined;
|
|
42562
42562
|
customBlockKey?: string | null | undefined;
|
|
42563
42563
|
customBlockProperties?: {
|
|
42564
42564
|
key: string;
|
|
@@ -42635,7 +42635,7 @@ declare const DocumentationPageDataV1: z.ZodObject<{
|
|
|
42635
42635
|
} & {
|
|
42636
42636
|
children: ({
|
|
42637
42637
|
persistentId: string;
|
|
42638
|
-
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
42638
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline";
|
|
42639
42639
|
url?: string | null | undefined;
|
|
42640
42640
|
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;
|
|
42641
42641
|
asset?: {
|
|
@@ -42746,7 +42746,7 @@ declare const DocumentationPageDataV1: z.ZodObject<{
|
|
|
42746
42746
|
title?: string | null | undefined;
|
|
42747
42747
|
} | null | undefined;
|
|
42748
42748
|
}[] | null | undefined;
|
|
42749
|
-
|
|
42749
|
+
guideline?: {
|
|
42750
42750
|
type: string;
|
|
42751
42751
|
description?: string | null | undefined;
|
|
42752
42752
|
asset?: {
|
|
@@ -42778,7 +42778,7 @@ declare const DocumentationPageDataV1: z.ZodObject<{
|
|
|
42778
42778
|
imageAlt?: string | null | undefined;
|
|
42779
42779
|
imageCaption?: string | null | undefined;
|
|
42780
42780
|
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
42781
|
-
}
|
|
42781
|
+
} | null | undefined;
|
|
42782
42782
|
customBlockKey?: string | null | undefined;
|
|
42783
42783
|
customBlockProperties?: {
|
|
42784
42784
|
key: string;
|
|
@@ -43201,7 +43201,7 @@ declare const DocumentationPageDataV1: z.ZodObject<{
|
|
|
43201
43201
|
}, {
|
|
43202
43202
|
blocks: ({
|
|
43203
43203
|
persistentId: string;
|
|
43204
|
-
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
43204
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline";
|
|
43205
43205
|
url?: string | null | undefined;
|
|
43206
43206
|
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;
|
|
43207
43207
|
asset?: {
|
|
@@ -43312,7 +43312,7 @@ declare const DocumentationPageDataV1: z.ZodObject<{
|
|
|
43312
43312
|
title?: string | null | undefined;
|
|
43313
43313
|
} | null | undefined;
|
|
43314
43314
|
}[] | null | undefined;
|
|
43315
|
-
|
|
43315
|
+
guideline?: {
|
|
43316
43316
|
type: string;
|
|
43317
43317
|
description?: string | null | undefined;
|
|
43318
43318
|
asset?: {
|
|
@@ -43344,7 +43344,7 @@ declare const DocumentationPageDataV1: z.ZodObject<{
|
|
|
43344
43344
|
imageAlt?: string | null | undefined;
|
|
43345
43345
|
imageCaption?: string | null | undefined;
|
|
43346
43346
|
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
43347
|
-
}
|
|
43347
|
+
} | null | undefined;
|
|
43348
43348
|
customBlockKey?: string | null | undefined;
|
|
43349
43349
|
customBlockProperties?: {
|
|
43350
43350
|
key: string;
|
|
@@ -43421,7 +43421,7 @@ declare const DocumentationPageDataV1: z.ZodObject<{
|
|
|
43421
43421
|
} & {
|
|
43422
43422
|
children: ({
|
|
43423
43423
|
persistentId: string;
|
|
43424
|
-
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
43424
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline";
|
|
43425
43425
|
url?: string | null | undefined;
|
|
43426
43426
|
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;
|
|
43427
43427
|
asset?: {
|
|
@@ -43532,7 +43532,7 @@ declare const DocumentationPageDataV1: z.ZodObject<{
|
|
|
43532
43532
|
title?: string | null | undefined;
|
|
43533
43533
|
} | null | undefined;
|
|
43534
43534
|
}[] | null | undefined;
|
|
43535
|
-
|
|
43535
|
+
guideline?: {
|
|
43536
43536
|
type: string;
|
|
43537
43537
|
description?: string | null | undefined;
|
|
43538
43538
|
asset?: {
|
|
@@ -43564,7 +43564,7 @@ declare const DocumentationPageDataV1: z.ZodObject<{
|
|
|
43564
43564
|
imageAlt?: string | null | undefined;
|
|
43565
43565
|
imageCaption?: string | null | undefined;
|
|
43566
43566
|
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
43567
|
-
}
|
|
43567
|
+
} | null | undefined;
|
|
43568
43568
|
customBlockKey?: string | null | undefined;
|
|
43569
43569
|
customBlockProperties?: {
|
|
43570
43570
|
key: string;
|
|
@@ -50171,7 +50171,7 @@ declare const DocumentationPageV1: z.ZodObject<z.objectUtil.extendShape<z.object
|
|
|
50171
50171
|
data: z.ZodObject<{
|
|
50172
50172
|
blocks: z.ZodArray<z.ZodType<PageBlockV1, z.ZodTypeDef, {
|
|
50173
50173
|
persistentId: string;
|
|
50174
|
-
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
50174
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline";
|
|
50175
50175
|
url?: string | null | undefined;
|
|
50176
50176
|
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;
|
|
50177
50177
|
asset?: {
|
|
@@ -50282,7 +50282,7 @@ declare const DocumentationPageV1: z.ZodObject<z.objectUtil.extendShape<z.object
|
|
|
50282
50282
|
title?: string | null | undefined;
|
|
50283
50283
|
} | null | undefined;
|
|
50284
50284
|
}[] | null | undefined;
|
|
50285
|
-
|
|
50285
|
+
guideline?: {
|
|
50286
50286
|
type: string;
|
|
50287
50287
|
description?: string | null | undefined;
|
|
50288
50288
|
asset?: {
|
|
@@ -50314,7 +50314,7 @@ declare const DocumentationPageV1: z.ZodObject<z.objectUtil.extendShape<z.object
|
|
|
50314
50314
|
imageAlt?: string | null | undefined;
|
|
50315
50315
|
imageCaption?: string | null | undefined;
|
|
50316
50316
|
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
50317
|
-
}
|
|
50317
|
+
} | null | undefined;
|
|
50318
50318
|
customBlockKey?: string | null | undefined;
|
|
50319
50319
|
customBlockProperties?: {
|
|
50320
50320
|
key: string;
|
|
@@ -50391,7 +50391,7 @@ declare const DocumentationPageV1: z.ZodObject<z.objectUtil.extendShape<z.object
|
|
|
50391
50391
|
} & {
|
|
50392
50392
|
children: ({
|
|
50393
50393
|
persistentId: string;
|
|
50394
|
-
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
50394
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline";
|
|
50395
50395
|
url?: string | null | undefined;
|
|
50396
50396
|
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;
|
|
50397
50397
|
asset?: {
|
|
@@ -50502,7 +50502,7 @@ declare const DocumentationPageV1: z.ZodObject<z.objectUtil.extendShape<z.object
|
|
|
50502
50502
|
title?: string | null | undefined;
|
|
50503
50503
|
} | null | undefined;
|
|
50504
50504
|
}[] | null | undefined;
|
|
50505
|
-
|
|
50505
|
+
guideline?: {
|
|
50506
50506
|
type: string;
|
|
50507
50507
|
description?: string | null | undefined;
|
|
50508
50508
|
asset?: {
|
|
@@ -50534,7 +50534,7 @@ declare const DocumentationPageV1: z.ZodObject<z.objectUtil.extendShape<z.object
|
|
|
50534
50534
|
imageAlt?: string | null | undefined;
|
|
50535
50535
|
imageCaption?: string | null | undefined;
|
|
50536
50536
|
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
50537
|
-
}
|
|
50537
|
+
} | null | undefined;
|
|
50538
50538
|
customBlockKey?: string | null | undefined;
|
|
50539
50539
|
customBlockProperties?: {
|
|
50540
50540
|
key: string;
|
|
@@ -50957,7 +50957,7 @@ declare const DocumentationPageV1: z.ZodObject<z.objectUtil.extendShape<z.object
|
|
|
50957
50957
|
}, {
|
|
50958
50958
|
blocks: ({
|
|
50959
50959
|
persistentId: string;
|
|
50960
|
-
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
50960
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline";
|
|
50961
50961
|
url?: string | null | undefined;
|
|
50962
50962
|
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;
|
|
50963
50963
|
asset?: {
|
|
@@ -51068,7 +51068,7 @@ declare const DocumentationPageV1: z.ZodObject<z.objectUtil.extendShape<z.object
|
|
|
51068
51068
|
title?: string | null | undefined;
|
|
51069
51069
|
} | null | undefined;
|
|
51070
51070
|
}[] | null | undefined;
|
|
51071
|
-
|
|
51071
|
+
guideline?: {
|
|
51072
51072
|
type: string;
|
|
51073
51073
|
description?: string | null | undefined;
|
|
51074
51074
|
asset?: {
|
|
@@ -51100,7 +51100,7 @@ declare const DocumentationPageV1: z.ZodObject<z.objectUtil.extendShape<z.object
|
|
|
51100
51100
|
imageAlt?: string | null | undefined;
|
|
51101
51101
|
imageCaption?: string | null | undefined;
|
|
51102
51102
|
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
51103
|
-
}
|
|
51103
|
+
} | null | undefined;
|
|
51104
51104
|
customBlockKey?: string | null | undefined;
|
|
51105
51105
|
customBlockProperties?: {
|
|
51106
51106
|
key: string;
|
|
@@ -51177,7 +51177,7 @@ declare const DocumentationPageV1: z.ZodObject<z.objectUtil.extendShape<z.object
|
|
|
51177
51177
|
} & {
|
|
51178
51178
|
children: ({
|
|
51179
51179
|
persistentId: string;
|
|
51180
|
-
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
51180
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline";
|
|
51181
51181
|
url?: string | null | undefined;
|
|
51182
51182
|
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;
|
|
51183
51183
|
asset?: {
|
|
@@ -51288,7 +51288,7 @@ declare const DocumentationPageV1: z.ZodObject<z.objectUtil.extendShape<z.object
|
|
|
51288
51288
|
title?: string | null | undefined;
|
|
51289
51289
|
} | null | undefined;
|
|
51290
51290
|
}[] | null | undefined;
|
|
51291
|
-
|
|
51291
|
+
guideline?: {
|
|
51292
51292
|
type: string;
|
|
51293
51293
|
description?: string | null | undefined;
|
|
51294
51294
|
asset?: {
|
|
@@ -51320,7 +51320,7 @@ declare const DocumentationPageV1: z.ZodObject<z.objectUtil.extendShape<z.object
|
|
|
51320
51320
|
imageAlt?: string | null | undefined;
|
|
51321
51321
|
imageCaption?: string | null | undefined;
|
|
51322
51322
|
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
51323
|
-
}
|
|
51323
|
+
} | null | undefined;
|
|
51324
51324
|
customBlockKey?: string | null | undefined;
|
|
51325
51325
|
customBlockProperties?: {
|
|
51326
51326
|
key: string;
|
|
@@ -51562,7 +51562,7 @@ declare const DocumentationPageV1: z.ZodObject<z.objectUtil.extendShape<z.object
|
|
|
51562
51562
|
data: {
|
|
51563
51563
|
blocks: ({
|
|
51564
51564
|
persistentId: string;
|
|
51565
|
-
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
51565
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline";
|
|
51566
51566
|
url?: string | null | undefined;
|
|
51567
51567
|
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;
|
|
51568
51568
|
asset?: {
|
|
@@ -51673,7 +51673,7 @@ declare const DocumentationPageV1: z.ZodObject<z.objectUtil.extendShape<z.object
|
|
|
51673
51673
|
title?: string | null | undefined;
|
|
51674
51674
|
} | null | undefined;
|
|
51675
51675
|
}[] | null | undefined;
|
|
51676
|
-
|
|
51676
|
+
guideline?: {
|
|
51677
51677
|
type: string;
|
|
51678
51678
|
description?: string | null | undefined;
|
|
51679
51679
|
asset?: {
|
|
@@ -51705,7 +51705,7 @@ declare const DocumentationPageV1: z.ZodObject<z.objectUtil.extendShape<z.object
|
|
|
51705
51705
|
imageAlt?: string | null | undefined;
|
|
51706
51706
|
imageCaption?: string | null | undefined;
|
|
51707
51707
|
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
51708
|
-
}
|
|
51708
|
+
} | null | undefined;
|
|
51709
51709
|
customBlockKey?: string | null | undefined;
|
|
51710
51710
|
customBlockProperties?: {
|
|
51711
51711
|
key: string;
|
|
@@ -51782,7 +51782,7 @@ declare const DocumentationPageV1: z.ZodObject<z.objectUtil.extendShape<z.object
|
|
|
51782
51782
|
} & {
|
|
51783
51783
|
children: ({
|
|
51784
51784
|
persistentId: string;
|
|
51785
|
-
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
51785
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline";
|
|
51786
51786
|
url?: string | null | undefined;
|
|
51787
51787
|
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;
|
|
51788
51788
|
asset?: {
|
|
@@ -51893,7 +51893,7 @@ declare const DocumentationPageV1: z.ZodObject<z.objectUtil.extendShape<z.object
|
|
|
51893
51893
|
title?: string | null | undefined;
|
|
51894
51894
|
} | null | undefined;
|
|
51895
51895
|
}[] | null | undefined;
|
|
51896
|
-
|
|
51896
|
+
guideline?: {
|
|
51897
51897
|
type: string;
|
|
51898
51898
|
description?: string | null | undefined;
|
|
51899
51899
|
asset?: {
|
|
@@ -51925,7 +51925,7 @@ declare const DocumentationPageV1: z.ZodObject<z.objectUtil.extendShape<z.object
|
|
|
51925
51925
|
imageAlt?: string | null | undefined;
|
|
51926
51926
|
imageCaption?: string | null | undefined;
|
|
51927
51927
|
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
51928
|
-
}
|
|
51928
|
+
} | null | undefined;
|
|
51929
51929
|
customBlockKey?: string | null | undefined;
|
|
51930
51930
|
customBlockProperties?: {
|
|
51931
51931
|
key: string;
|
|
@@ -53062,7 +53062,7 @@ declare const DocumentationPageV2: z.ZodObject<z.objectUtil.extendShape<z.object
|
|
|
53062
53062
|
}, {
|
|
53063
53063
|
oldBlocks: z.ZodOptional<z.ZodArray<z.ZodType<PageBlockV1, z.ZodTypeDef, {
|
|
53064
53064
|
persistentId: string;
|
|
53065
|
-
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
53065
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline";
|
|
53066
53066
|
url?: string | null | undefined;
|
|
53067
53067
|
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;
|
|
53068
53068
|
asset?: {
|
|
@@ -53173,7 +53173,7 @@ declare const DocumentationPageV2: z.ZodObject<z.objectUtil.extendShape<z.object
|
|
|
53173
53173
|
title?: string | null | undefined;
|
|
53174
53174
|
} | null | undefined;
|
|
53175
53175
|
}[] | null | undefined;
|
|
53176
|
-
|
|
53176
|
+
guideline?: {
|
|
53177
53177
|
type: string;
|
|
53178
53178
|
description?: string | null | undefined;
|
|
53179
53179
|
asset?: {
|
|
@@ -53205,7 +53205,7 @@ declare const DocumentationPageV2: z.ZodObject<z.objectUtil.extendShape<z.object
|
|
|
53205
53205
|
imageAlt?: string | null | undefined;
|
|
53206
53206
|
imageCaption?: string | null | undefined;
|
|
53207
53207
|
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
53208
|
-
}
|
|
53208
|
+
} | null | undefined;
|
|
53209
53209
|
customBlockKey?: string | null | undefined;
|
|
53210
53210
|
customBlockProperties?: {
|
|
53211
53211
|
key: string;
|
|
@@ -53282,7 +53282,7 @@ declare const DocumentationPageV2: z.ZodObject<z.objectUtil.extendShape<z.object
|
|
|
53282
53282
|
} & {
|
|
53283
53283
|
children: ({
|
|
53284
53284
|
persistentId: string;
|
|
53285
|
-
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
53285
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline";
|
|
53286
53286
|
url?: string | null | undefined;
|
|
53287
53287
|
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;
|
|
53288
53288
|
asset?: {
|
|
@@ -53393,7 +53393,7 @@ declare const DocumentationPageV2: z.ZodObject<z.objectUtil.extendShape<z.object
|
|
|
53393
53393
|
title?: string | null | undefined;
|
|
53394
53394
|
} | null | undefined;
|
|
53395
53395
|
}[] | null | undefined;
|
|
53396
|
-
|
|
53396
|
+
guideline?: {
|
|
53397
53397
|
type: string;
|
|
53398
53398
|
description?: string | null | undefined;
|
|
53399
53399
|
asset?: {
|
|
@@ -53425,7 +53425,7 @@ declare const DocumentationPageV2: z.ZodObject<z.objectUtil.extendShape<z.object
|
|
|
53425
53425
|
imageAlt?: string | null | undefined;
|
|
53426
53426
|
imageCaption?: string | null | undefined;
|
|
53427
53427
|
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
53428
|
-
}
|
|
53428
|
+
} | null | undefined;
|
|
53429
53429
|
customBlockKey?: string | null | undefined;
|
|
53430
53430
|
customBlockProperties?: {
|
|
53431
53431
|
key: string;
|
|
@@ -53570,7 +53570,7 @@ declare const DocumentationPageV2: z.ZodObject<z.objectUtil.extendShape<z.object
|
|
|
53570
53570
|
} | null | undefined;
|
|
53571
53571
|
oldBlocks?: ({
|
|
53572
53572
|
persistentId: string;
|
|
53573
|
-
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
53573
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline";
|
|
53574
53574
|
url?: string | null | undefined;
|
|
53575
53575
|
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;
|
|
53576
53576
|
asset?: {
|
|
@@ -53681,7 +53681,7 @@ declare const DocumentationPageV2: z.ZodObject<z.objectUtil.extendShape<z.object
|
|
|
53681
53681
|
title?: string | null | undefined;
|
|
53682
53682
|
} | null | undefined;
|
|
53683
53683
|
}[] | null | undefined;
|
|
53684
|
-
|
|
53684
|
+
guideline?: {
|
|
53685
53685
|
type: string;
|
|
53686
53686
|
description?: string | null | undefined;
|
|
53687
53687
|
asset?: {
|
|
@@ -53713,7 +53713,7 @@ declare const DocumentationPageV2: z.ZodObject<z.objectUtil.extendShape<z.object
|
|
|
53713
53713
|
imageAlt?: string | null | undefined;
|
|
53714
53714
|
imageCaption?: string | null | undefined;
|
|
53715
53715
|
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
53716
|
-
}
|
|
53716
|
+
} | null | undefined;
|
|
53717
53717
|
customBlockKey?: string | null | undefined;
|
|
53718
53718
|
customBlockProperties?: {
|
|
53719
53719
|
key: string;
|
|
@@ -53790,7 +53790,7 @@ declare const DocumentationPageV2: z.ZodObject<z.objectUtil.extendShape<z.object
|
|
|
53790
53790
|
} & {
|
|
53791
53791
|
children: ({
|
|
53792
53792
|
persistentId: string;
|
|
53793
|
-
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
53793
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline";
|
|
53794
53794
|
url?: string | null | undefined;
|
|
53795
53795
|
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;
|
|
53796
53796
|
asset?: {
|
|
@@ -53901,7 +53901,7 @@ declare const DocumentationPageV2: z.ZodObject<z.objectUtil.extendShape<z.object
|
|
|
53901
53901
|
title?: string | null | undefined;
|
|
53902
53902
|
} | null | undefined;
|
|
53903
53903
|
}[] | null | undefined;
|
|
53904
|
-
|
|
53904
|
+
guideline?: {
|
|
53905
53905
|
type: string;
|
|
53906
53906
|
description?: string | null | undefined;
|
|
53907
53907
|
asset?: {
|
|
@@ -53933,7 +53933,7 @@ declare const DocumentationPageV2: z.ZodObject<z.objectUtil.extendShape<z.object
|
|
|
53933
53933
|
imageAlt?: string | null | undefined;
|
|
53934
53934
|
imageCaption?: string | null | undefined;
|
|
53935
53935
|
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
53936
|
-
}
|
|
53936
|
+
} | null | undefined;
|
|
53937
53937
|
customBlockKey?: string | null | undefined;
|
|
53938
53938
|
customBlockProperties?: {
|
|
53939
53939
|
key: string;
|
|
@@ -54101,7 +54101,7 @@ declare const DocumentationPageV2: z.ZodObject<z.objectUtil.extendShape<z.object
|
|
|
54101
54101
|
} | null | undefined;
|
|
54102
54102
|
oldBlocks?: ({
|
|
54103
54103
|
persistentId: string;
|
|
54104
|
-
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
54104
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline";
|
|
54105
54105
|
url?: string | null | undefined;
|
|
54106
54106
|
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;
|
|
54107
54107
|
asset?: {
|
|
@@ -54212,7 +54212,7 @@ declare const DocumentationPageV2: z.ZodObject<z.objectUtil.extendShape<z.object
|
|
|
54212
54212
|
title?: string | null | undefined;
|
|
54213
54213
|
} | null | undefined;
|
|
54214
54214
|
}[] | null | undefined;
|
|
54215
|
-
|
|
54215
|
+
guideline?: {
|
|
54216
54216
|
type: string;
|
|
54217
54217
|
description?: string | null | undefined;
|
|
54218
54218
|
asset?: {
|
|
@@ -54244,7 +54244,7 @@ declare const DocumentationPageV2: z.ZodObject<z.objectUtil.extendShape<z.object
|
|
|
54244
54244
|
imageAlt?: string | null | undefined;
|
|
54245
54245
|
imageCaption?: string | null | undefined;
|
|
54246
54246
|
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
54247
|
-
}
|
|
54247
|
+
} | null | undefined;
|
|
54248
54248
|
customBlockKey?: string | null | undefined;
|
|
54249
54249
|
customBlockProperties?: {
|
|
54250
54250
|
key: string;
|
|
@@ -54321,7 +54321,7 @@ declare const DocumentationPageV2: z.ZodObject<z.objectUtil.extendShape<z.object
|
|
|
54321
54321
|
} & {
|
|
54322
54322
|
children: ({
|
|
54323
54323
|
persistentId: string;
|
|
54324
|
-
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
54324
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline";
|
|
54325
54325
|
url?: string | null | undefined;
|
|
54326
54326
|
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;
|
|
54327
54327
|
asset?: {
|
|
@@ -54432,7 +54432,7 @@ declare const DocumentationPageV2: z.ZodObject<z.objectUtil.extendShape<z.object
|
|
|
54432
54432
|
title?: string | null | undefined;
|
|
54433
54433
|
} | null | undefined;
|
|
54434
54434
|
}[] | null | undefined;
|
|
54435
|
-
|
|
54435
|
+
guideline?: {
|
|
54436
54436
|
type: string;
|
|
54437
54437
|
description?: string | null | undefined;
|
|
54438
54438
|
asset?: {
|
|
@@ -54464,7 +54464,7 @@ declare const DocumentationPageV2: z.ZodObject<z.objectUtil.extendShape<z.object
|
|
|
54464
54464
|
imageAlt?: string | null | undefined;
|
|
54465
54465
|
imageCaption?: string | null | undefined;
|
|
54466
54466
|
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
54467
|
-
}
|
|
54467
|
+
} | null | undefined;
|
|
54468
54468
|
customBlockKey?: string | null | undefined;
|
|
54469
54469
|
customBlockProperties?: {
|
|
54470
54470
|
key: string;
|
|
@@ -73005,7 +73005,7 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
73005
73005
|
}, {
|
|
73006
73006
|
oldBlocks: z.ZodOptional<z.ZodArray<z.ZodType<PageBlockV1, z.ZodTypeDef, {
|
|
73007
73007
|
persistentId: string;
|
|
73008
|
-
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
73008
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline";
|
|
73009
73009
|
url?: string | null | undefined;
|
|
73010
73010
|
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;
|
|
73011
73011
|
asset?: {
|
|
@@ -73116,7 +73116,7 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
73116
73116
|
title?: string | null | undefined;
|
|
73117
73117
|
} | null | undefined;
|
|
73118
73118
|
}[] | null | undefined;
|
|
73119
|
-
|
|
73119
|
+
guideline?: {
|
|
73120
73120
|
type: string;
|
|
73121
73121
|
description?: string | null | undefined;
|
|
73122
73122
|
asset?: {
|
|
@@ -73148,7 +73148,7 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
73148
73148
|
imageAlt?: string | null | undefined;
|
|
73149
73149
|
imageCaption?: string | null | undefined;
|
|
73150
73150
|
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
73151
|
-
}
|
|
73151
|
+
} | null | undefined;
|
|
73152
73152
|
customBlockKey?: string | null | undefined;
|
|
73153
73153
|
customBlockProperties?: {
|
|
73154
73154
|
key: string;
|
|
@@ -73225,7 +73225,7 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
73225
73225
|
} & {
|
|
73226
73226
|
children: ({
|
|
73227
73227
|
persistentId: string;
|
|
73228
|
-
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
73228
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline";
|
|
73229
73229
|
url?: string | null | undefined;
|
|
73230
73230
|
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;
|
|
73231
73231
|
asset?: {
|
|
@@ -73336,7 +73336,7 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
73336
73336
|
title?: string | null | undefined;
|
|
73337
73337
|
} | null | undefined;
|
|
73338
73338
|
}[] | null | undefined;
|
|
73339
|
-
|
|
73339
|
+
guideline?: {
|
|
73340
73340
|
type: string;
|
|
73341
73341
|
description?: string | null | undefined;
|
|
73342
73342
|
asset?: {
|
|
@@ -73368,7 +73368,7 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
73368
73368
|
imageAlt?: string | null | undefined;
|
|
73369
73369
|
imageCaption?: string | null | undefined;
|
|
73370
73370
|
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
73371
|
-
}
|
|
73371
|
+
} | null | undefined;
|
|
73372
73372
|
customBlockKey?: string | null | undefined;
|
|
73373
73373
|
customBlockProperties?: {
|
|
73374
73374
|
key: string;
|
|
@@ -73513,7 +73513,7 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
73513
73513
|
} | null | undefined;
|
|
73514
73514
|
oldBlocks?: ({
|
|
73515
73515
|
persistentId: string;
|
|
73516
|
-
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
73516
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline";
|
|
73517
73517
|
url?: string | null | undefined;
|
|
73518
73518
|
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;
|
|
73519
73519
|
asset?: {
|
|
@@ -73624,7 +73624,7 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
73624
73624
|
title?: string | null | undefined;
|
|
73625
73625
|
} | null | undefined;
|
|
73626
73626
|
}[] | null | undefined;
|
|
73627
|
-
|
|
73627
|
+
guideline?: {
|
|
73628
73628
|
type: string;
|
|
73629
73629
|
description?: string | null | undefined;
|
|
73630
73630
|
asset?: {
|
|
@@ -73656,7 +73656,7 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
73656
73656
|
imageAlt?: string | null | undefined;
|
|
73657
73657
|
imageCaption?: string | null | undefined;
|
|
73658
73658
|
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
73659
|
-
}
|
|
73659
|
+
} | null | undefined;
|
|
73660
73660
|
customBlockKey?: string | null | undefined;
|
|
73661
73661
|
customBlockProperties?: {
|
|
73662
73662
|
key: string;
|
|
@@ -73733,7 +73733,7 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
73733
73733
|
} & {
|
|
73734
73734
|
children: ({
|
|
73735
73735
|
persistentId: string;
|
|
73736
|
-
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
73736
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline";
|
|
73737
73737
|
url?: string | null | undefined;
|
|
73738
73738
|
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;
|
|
73739
73739
|
asset?: {
|
|
@@ -73844,7 +73844,7 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
73844
73844
|
title?: string | null | undefined;
|
|
73845
73845
|
} | null | undefined;
|
|
73846
73846
|
}[] | null | undefined;
|
|
73847
|
-
|
|
73847
|
+
guideline?: {
|
|
73848
73848
|
type: string;
|
|
73849
73849
|
description?: string | null | undefined;
|
|
73850
73850
|
asset?: {
|
|
@@ -73876,7 +73876,7 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
73876
73876
|
imageAlt?: string | null | undefined;
|
|
73877
73877
|
imageCaption?: string | null | undefined;
|
|
73878
73878
|
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
73879
|
-
}
|
|
73879
|
+
} | null | undefined;
|
|
73880
73880
|
customBlockKey?: string | null | undefined;
|
|
73881
73881
|
customBlockProperties?: {
|
|
73882
73882
|
key: string;
|
|
@@ -74044,7 +74044,7 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
74044
74044
|
} | null | undefined;
|
|
74045
74045
|
oldBlocks?: ({
|
|
74046
74046
|
persistentId: string;
|
|
74047
|
-
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
74047
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline";
|
|
74048
74048
|
url?: string | null | undefined;
|
|
74049
74049
|
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;
|
|
74050
74050
|
asset?: {
|
|
@@ -74155,7 +74155,7 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
74155
74155
|
title?: string | null | undefined;
|
|
74156
74156
|
} | null | undefined;
|
|
74157
74157
|
}[] | null | undefined;
|
|
74158
|
-
|
|
74158
|
+
guideline?: {
|
|
74159
74159
|
type: string;
|
|
74160
74160
|
description?: string | null | undefined;
|
|
74161
74161
|
asset?: {
|
|
@@ -74187,7 +74187,7 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
74187
74187
|
imageAlt?: string | null | undefined;
|
|
74188
74188
|
imageCaption?: string | null | undefined;
|
|
74189
74189
|
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
74190
|
-
}
|
|
74190
|
+
} | null | undefined;
|
|
74191
74191
|
customBlockKey?: string | null | undefined;
|
|
74192
74192
|
customBlockProperties?: {
|
|
74193
74193
|
key: string;
|
|
@@ -74264,7 +74264,7 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
74264
74264
|
} & {
|
|
74265
74265
|
children: ({
|
|
74266
74266
|
persistentId: string;
|
|
74267
|
-
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
74267
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline";
|
|
74268
74268
|
url?: string | null | undefined;
|
|
74269
74269
|
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;
|
|
74270
74270
|
asset?: {
|
|
@@ -74375,7 +74375,7 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
74375
74375
|
title?: string | null | undefined;
|
|
74376
74376
|
} | null | undefined;
|
|
74377
74377
|
}[] | null | undefined;
|
|
74378
|
-
|
|
74378
|
+
guideline?: {
|
|
74379
74379
|
type: string;
|
|
74380
74380
|
description?: string | null | undefined;
|
|
74381
74381
|
asset?: {
|
|
@@ -74407,7 +74407,7 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
74407
74407
|
imageAlt?: string | null | undefined;
|
|
74408
74408
|
imageCaption?: string | null | undefined;
|
|
74409
74409
|
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
74410
|
-
}
|
|
74410
|
+
} | null | undefined;
|
|
74411
74411
|
customBlockKey?: string | null | undefined;
|
|
74412
74412
|
customBlockProperties?: {
|
|
74413
74413
|
key: string;
|
|
@@ -74604,7 +74604,7 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
74604
74604
|
} | null | undefined;
|
|
74605
74605
|
oldBlocks?: ({
|
|
74606
74606
|
persistentId: string;
|
|
74607
|
-
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
74607
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline";
|
|
74608
74608
|
url?: string | null | undefined;
|
|
74609
74609
|
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;
|
|
74610
74610
|
asset?: {
|
|
@@ -74715,7 +74715,7 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
74715
74715
|
title?: string | null | undefined;
|
|
74716
74716
|
} | null | undefined;
|
|
74717
74717
|
}[] | null | undefined;
|
|
74718
|
-
|
|
74718
|
+
guideline?: {
|
|
74719
74719
|
type: string;
|
|
74720
74720
|
description?: string | null | undefined;
|
|
74721
74721
|
asset?: {
|
|
@@ -74747,7 +74747,7 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
74747
74747
|
imageAlt?: string | null | undefined;
|
|
74748
74748
|
imageCaption?: string | null | undefined;
|
|
74749
74749
|
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
74750
|
-
}
|
|
74750
|
+
} | null | undefined;
|
|
74751
74751
|
customBlockKey?: string | null | undefined;
|
|
74752
74752
|
customBlockProperties?: {
|
|
74753
74753
|
key: string;
|
|
@@ -74824,7 +74824,7 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
74824
74824
|
} & {
|
|
74825
74825
|
children: ({
|
|
74826
74826
|
persistentId: string;
|
|
74827
|
-
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
74827
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline";
|
|
74828
74828
|
url?: string | null | undefined;
|
|
74829
74829
|
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;
|
|
74830
74830
|
asset?: {
|
|
@@ -74935,7 +74935,7 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
74935
74935
|
title?: string | null | undefined;
|
|
74936
74936
|
} | null | undefined;
|
|
74937
74937
|
}[] | null | undefined;
|
|
74938
|
-
|
|
74938
|
+
guideline?: {
|
|
74939
74939
|
type: string;
|
|
74940
74940
|
description?: string | null | undefined;
|
|
74941
74941
|
asset?: {
|
|
@@ -74967,7 +74967,7 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
74967
74967
|
imageAlt?: string | null | undefined;
|
|
74968
74968
|
imageCaption?: string | null | undefined;
|
|
74969
74969
|
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
74970
|
-
}
|
|
74970
|
+
} | null | undefined;
|
|
74971
74971
|
customBlockKey?: string | null | undefined;
|
|
74972
74972
|
customBlockProperties?: {
|
|
74973
74973
|
key: string;
|
|
@@ -136238,7 +136238,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
136238
136238
|
}, {
|
|
136239
136239
|
oldBlocks: z.ZodOptional<z.ZodArray<z.ZodType<PageBlockV1, z.ZodTypeDef, {
|
|
136240
136240
|
persistentId: string;
|
|
136241
|
-
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
136241
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline";
|
|
136242
136242
|
url?: string | null | undefined;
|
|
136243
136243
|
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;
|
|
136244
136244
|
asset?: {
|
|
@@ -136349,7 +136349,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
136349
136349
|
title?: string | null | undefined;
|
|
136350
136350
|
} | null | undefined;
|
|
136351
136351
|
}[] | null | undefined;
|
|
136352
|
-
|
|
136352
|
+
guideline?: {
|
|
136353
136353
|
type: string;
|
|
136354
136354
|
description?: string | null | undefined;
|
|
136355
136355
|
asset?: {
|
|
@@ -136381,7 +136381,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
136381
136381
|
imageAlt?: string | null | undefined;
|
|
136382
136382
|
imageCaption?: string | null | undefined;
|
|
136383
136383
|
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
136384
|
-
}
|
|
136384
|
+
} | null | undefined;
|
|
136385
136385
|
customBlockKey?: string | null | undefined;
|
|
136386
136386
|
customBlockProperties?: {
|
|
136387
136387
|
key: string;
|
|
@@ -136458,7 +136458,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
136458
136458
|
} & {
|
|
136459
136459
|
children: ({
|
|
136460
136460
|
persistentId: string;
|
|
136461
|
-
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
136461
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline";
|
|
136462
136462
|
url?: string | null | undefined;
|
|
136463
136463
|
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;
|
|
136464
136464
|
asset?: {
|
|
@@ -136569,7 +136569,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
136569
136569
|
title?: string | null | undefined;
|
|
136570
136570
|
} | null | undefined;
|
|
136571
136571
|
}[] | null | undefined;
|
|
136572
|
-
|
|
136572
|
+
guideline?: {
|
|
136573
136573
|
type: string;
|
|
136574
136574
|
description?: string | null | undefined;
|
|
136575
136575
|
asset?: {
|
|
@@ -136601,7 +136601,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
136601
136601
|
imageAlt?: string | null | undefined;
|
|
136602
136602
|
imageCaption?: string | null | undefined;
|
|
136603
136603
|
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
136604
|
-
}
|
|
136604
|
+
} | null | undefined;
|
|
136605
136605
|
customBlockKey?: string | null | undefined;
|
|
136606
136606
|
customBlockProperties?: {
|
|
136607
136607
|
key: string;
|
|
@@ -136746,7 +136746,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
136746
136746
|
} | null | undefined;
|
|
136747
136747
|
oldBlocks?: ({
|
|
136748
136748
|
persistentId: string;
|
|
136749
|
-
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
136749
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline";
|
|
136750
136750
|
url?: string | null | undefined;
|
|
136751
136751
|
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;
|
|
136752
136752
|
asset?: {
|
|
@@ -136857,7 +136857,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
136857
136857
|
title?: string | null | undefined;
|
|
136858
136858
|
} | null | undefined;
|
|
136859
136859
|
}[] | null | undefined;
|
|
136860
|
-
|
|
136860
|
+
guideline?: {
|
|
136861
136861
|
type: string;
|
|
136862
136862
|
description?: string | null | undefined;
|
|
136863
136863
|
asset?: {
|
|
@@ -136889,7 +136889,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
136889
136889
|
imageAlt?: string | null | undefined;
|
|
136890
136890
|
imageCaption?: string | null | undefined;
|
|
136891
136891
|
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
136892
|
-
}
|
|
136892
|
+
} | null | undefined;
|
|
136893
136893
|
customBlockKey?: string | null | undefined;
|
|
136894
136894
|
customBlockProperties?: {
|
|
136895
136895
|
key: string;
|
|
@@ -136966,7 +136966,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
136966
136966
|
} & {
|
|
136967
136967
|
children: ({
|
|
136968
136968
|
persistentId: string;
|
|
136969
|
-
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
136969
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline";
|
|
136970
136970
|
url?: string | null | undefined;
|
|
136971
136971
|
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;
|
|
136972
136972
|
asset?: {
|
|
@@ -137077,7 +137077,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
137077
137077
|
title?: string | null | undefined;
|
|
137078
137078
|
} | null | undefined;
|
|
137079
137079
|
}[] | null | undefined;
|
|
137080
|
-
|
|
137080
|
+
guideline?: {
|
|
137081
137081
|
type: string;
|
|
137082
137082
|
description?: string | null | undefined;
|
|
137083
137083
|
asset?: {
|
|
@@ -137109,7 +137109,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
137109
137109
|
imageAlt?: string | null | undefined;
|
|
137110
137110
|
imageCaption?: string | null | undefined;
|
|
137111
137111
|
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
137112
|
-
}
|
|
137112
|
+
} | null | undefined;
|
|
137113
137113
|
customBlockKey?: string | null | undefined;
|
|
137114
137114
|
customBlockProperties?: {
|
|
137115
137115
|
key: string;
|
|
@@ -137277,7 +137277,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
137277
137277
|
} | null | undefined;
|
|
137278
137278
|
oldBlocks?: ({
|
|
137279
137279
|
persistentId: string;
|
|
137280
|
-
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
137280
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline";
|
|
137281
137281
|
url?: string | null | undefined;
|
|
137282
137282
|
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;
|
|
137283
137283
|
asset?: {
|
|
@@ -137388,7 +137388,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
137388
137388
|
title?: string | null | undefined;
|
|
137389
137389
|
} | null | undefined;
|
|
137390
137390
|
}[] | null | undefined;
|
|
137391
|
-
|
|
137391
|
+
guideline?: {
|
|
137392
137392
|
type: string;
|
|
137393
137393
|
description?: string | null | undefined;
|
|
137394
137394
|
asset?: {
|
|
@@ -137420,7 +137420,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
137420
137420
|
imageAlt?: string | null | undefined;
|
|
137421
137421
|
imageCaption?: string | null | undefined;
|
|
137422
137422
|
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
137423
|
-
}
|
|
137423
|
+
} | null | undefined;
|
|
137424
137424
|
customBlockKey?: string | null | undefined;
|
|
137425
137425
|
customBlockProperties?: {
|
|
137426
137426
|
key: string;
|
|
@@ -137497,7 +137497,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
137497
137497
|
} & {
|
|
137498
137498
|
children: ({
|
|
137499
137499
|
persistentId: string;
|
|
137500
|
-
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
137500
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline";
|
|
137501
137501
|
url?: string | null | undefined;
|
|
137502
137502
|
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;
|
|
137503
137503
|
asset?: {
|
|
@@ -137608,7 +137608,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
137608
137608
|
title?: string | null | undefined;
|
|
137609
137609
|
} | null | undefined;
|
|
137610
137610
|
}[] | null | undefined;
|
|
137611
|
-
|
|
137611
|
+
guideline?: {
|
|
137612
137612
|
type: string;
|
|
137613
137613
|
description?: string | null | undefined;
|
|
137614
137614
|
asset?: {
|
|
@@ -137640,7 +137640,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
137640
137640
|
imageAlt?: string | null | undefined;
|
|
137641
137641
|
imageCaption?: string | null | undefined;
|
|
137642
137642
|
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
137643
|
-
}
|
|
137643
|
+
} | null | undefined;
|
|
137644
137644
|
customBlockKey?: string | null | undefined;
|
|
137645
137645
|
customBlockProperties?: {
|
|
137646
137646
|
key: string;
|
|
@@ -138219,7 +138219,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
138219
138219
|
}, {
|
|
138220
138220
|
oldBlocks: z.ZodOptional<z.ZodArray<z.ZodType<PageBlockV1, z.ZodTypeDef, {
|
|
138221
138221
|
persistentId: string;
|
|
138222
|
-
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
138222
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline";
|
|
138223
138223
|
url?: string | null | undefined;
|
|
138224
138224
|
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;
|
|
138225
138225
|
asset?: {
|
|
@@ -138330,7 +138330,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
138330
138330
|
title?: string | null | undefined;
|
|
138331
138331
|
} | null | undefined;
|
|
138332
138332
|
}[] | null | undefined;
|
|
138333
|
-
|
|
138333
|
+
guideline?: {
|
|
138334
138334
|
type: string;
|
|
138335
138335
|
description?: string | null | undefined;
|
|
138336
138336
|
asset?: {
|
|
@@ -138362,7 +138362,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
138362
138362
|
imageAlt?: string | null | undefined;
|
|
138363
138363
|
imageCaption?: string | null | undefined;
|
|
138364
138364
|
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
138365
|
-
}
|
|
138365
|
+
} | null | undefined;
|
|
138366
138366
|
customBlockKey?: string | null | undefined;
|
|
138367
138367
|
customBlockProperties?: {
|
|
138368
138368
|
key: string;
|
|
@@ -138439,7 +138439,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
138439
138439
|
} & {
|
|
138440
138440
|
children: ({
|
|
138441
138441
|
persistentId: string;
|
|
138442
|
-
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
138442
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline";
|
|
138443
138443
|
url?: string | null | undefined;
|
|
138444
138444
|
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;
|
|
138445
138445
|
asset?: {
|
|
@@ -138550,7 +138550,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
138550
138550
|
title?: string | null | undefined;
|
|
138551
138551
|
} | null | undefined;
|
|
138552
138552
|
}[] | null | undefined;
|
|
138553
|
-
|
|
138553
|
+
guideline?: {
|
|
138554
138554
|
type: string;
|
|
138555
138555
|
description?: string | null | undefined;
|
|
138556
138556
|
asset?: {
|
|
@@ -138582,7 +138582,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
138582
138582
|
imageAlt?: string | null | undefined;
|
|
138583
138583
|
imageCaption?: string | null | undefined;
|
|
138584
138584
|
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
138585
|
-
}
|
|
138585
|
+
} | null | undefined;
|
|
138586
138586
|
customBlockKey?: string | null | undefined;
|
|
138587
138587
|
customBlockProperties?: {
|
|
138588
138588
|
key: string;
|
|
@@ -138727,7 +138727,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
138727
138727
|
} | null | undefined;
|
|
138728
138728
|
oldBlocks?: ({
|
|
138729
138729
|
persistentId: string;
|
|
138730
|
-
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
138730
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline";
|
|
138731
138731
|
url?: string | null | undefined;
|
|
138732
138732
|
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;
|
|
138733
138733
|
asset?: {
|
|
@@ -138838,7 +138838,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
138838
138838
|
title?: string | null | undefined;
|
|
138839
138839
|
} | null | undefined;
|
|
138840
138840
|
}[] | null | undefined;
|
|
138841
|
-
|
|
138841
|
+
guideline?: {
|
|
138842
138842
|
type: string;
|
|
138843
138843
|
description?: string | null | undefined;
|
|
138844
138844
|
asset?: {
|
|
@@ -138870,7 +138870,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
138870
138870
|
imageAlt?: string | null | undefined;
|
|
138871
138871
|
imageCaption?: string | null | undefined;
|
|
138872
138872
|
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
138873
|
-
}
|
|
138873
|
+
} | null | undefined;
|
|
138874
138874
|
customBlockKey?: string | null | undefined;
|
|
138875
138875
|
customBlockProperties?: {
|
|
138876
138876
|
key: string;
|
|
@@ -138947,7 +138947,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
138947
138947
|
} & {
|
|
138948
138948
|
children: ({
|
|
138949
138949
|
persistentId: string;
|
|
138950
|
-
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
138950
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline";
|
|
138951
138951
|
url?: string | null | undefined;
|
|
138952
138952
|
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;
|
|
138953
138953
|
asset?: {
|
|
@@ -139058,7 +139058,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
139058
139058
|
title?: string | null | undefined;
|
|
139059
139059
|
} | null | undefined;
|
|
139060
139060
|
}[] | null | undefined;
|
|
139061
|
-
|
|
139061
|
+
guideline?: {
|
|
139062
139062
|
type: string;
|
|
139063
139063
|
description?: string | null | undefined;
|
|
139064
139064
|
asset?: {
|
|
@@ -139090,7 +139090,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
139090
139090
|
imageAlt?: string | null | undefined;
|
|
139091
139091
|
imageCaption?: string | null | undefined;
|
|
139092
139092
|
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
139093
|
-
}
|
|
139093
|
+
} | null | undefined;
|
|
139094
139094
|
customBlockKey?: string | null | undefined;
|
|
139095
139095
|
customBlockProperties?: {
|
|
139096
139096
|
key: string;
|
|
@@ -139258,7 +139258,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
139258
139258
|
} | null | undefined;
|
|
139259
139259
|
oldBlocks?: ({
|
|
139260
139260
|
persistentId: string;
|
|
139261
|
-
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
139261
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline";
|
|
139262
139262
|
url?: string | null | undefined;
|
|
139263
139263
|
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;
|
|
139264
139264
|
asset?: {
|
|
@@ -139369,7 +139369,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
139369
139369
|
title?: string | null | undefined;
|
|
139370
139370
|
} | null | undefined;
|
|
139371
139371
|
}[] | null | undefined;
|
|
139372
|
-
|
|
139372
|
+
guideline?: {
|
|
139373
139373
|
type: string;
|
|
139374
139374
|
description?: string | null | undefined;
|
|
139375
139375
|
asset?: {
|
|
@@ -139401,7 +139401,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
139401
139401
|
imageAlt?: string | null | undefined;
|
|
139402
139402
|
imageCaption?: string | null | undefined;
|
|
139403
139403
|
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
139404
|
-
}
|
|
139404
|
+
} | null | undefined;
|
|
139405
139405
|
customBlockKey?: string | null | undefined;
|
|
139406
139406
|
customBlockProperties?: {
|
|
139407
139407
|
key: string;
|
|
@@ -139478,7 +139478,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
139478
139478
|
} & {
|
|
139479
139479
|
children: ({
|
|
139480
139480
|
persistentId: string;
|
|
139481
|
-
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
139481
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline";
|
|
139482
139482
|
url?: string | null | undefined;
|
|
139483
139483
|
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;
|
|
139484
139484
|
asset?: {
|
|
@@ -139589,7 +139589,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
139589
139589
|
title?: string | null | undefined;
|
|
139590
139590
|
} | null | undefined;
|
|
139591
139591
|
}[] | null | undefined;
|
|
139592
|
-
|
|
139592
|
+
guideline?: {
|
|
139593
139593
|
type: string;
|
|
139594
139594
|
description?: string | null | undefined;
|
|
139595
139595
|
asset?: {
|
|
@@ -139621,7 +139621,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
139621
139621
|
imageAlt?: string | null | undefined;
|
|
139622
139622
|
imageCaption?: string | null | undefined;
|
|
139623
139623
|
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
139624
|
-
}
|
|
139624
|
+
} | null | undefined;
|
|
139625
139625
|
customBlockKey?: string | null | undefined;
|
|
139626
139626
|
customBlockProperties?: {
|
|
139627
139627
|
key: string;
|
|
@@ -139818,7 +139818,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
139818
139818
|
} | null | undefined;
|
|
139819
139819
|
oldBlocks?: ({
|
|
139820
139820
|
persistentId: string;
|
|
139821
|
-
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
139821
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline";
|
|
139822
139822
|
url?: string | null | undefined;
|
|
139823
139823
|
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;
|
|
139824
139824
|
asset?: {
|
|
@@ -139929,7 +139929,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
139929
139929
|
title?: string | null | undefined;
|
|
139930
139930
|
} | null | undefined;
|
|
139931
139931
|
}[] | null | undefined;
|
|
139932
|
-
|
|
139932
|
+
guideline?: {
|
|
139933
139933
|
type: string;
|
|
139934
139934
|
description?: string | null | undefined;
|
|
139935
139935
|
asset?: {
|
|
@@ -139961,7 +139961,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
139961
139961
|
imageAlt?: string | null | undefined;
|
|
139962
139962
|
imageCaption?: string | null | undefined;
|
|
139963
139963
|
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
139964
|
-
}
|
|
139964
|
+
} | null | undefined;
|
|
139965
139965
|
customBlockKey?: string | null | undefined;
|
|
139966
139966
|
customBlockProperties?: {
|
|
139967
139967
|
key: string;
|
|
@@ -140038,7 +140038,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
140038
140038
|
} & {
|
|
140039
140039
|
children: ({
|
|
140040
140040
|
persistentId: string;
|
|
140041
|
-
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
140041
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline";
|
|
140042
140042
|
url?: string | null | undefined;
|
|
140043
140043
|
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;
|
|
140044
140044
|
asset?: {
|
|
@@ -140149,7 +140149,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
140149
140149
|
title?: string | null | undefined;
|
|
140150
140150
|
} | null | undefined;
|
|
140151
140151
|
}[] | null | undefined;
|
|
140152
|
-
|
|
140152
|
+
guideline?: {
|
|
140153
140153
|
type: string;
|
|
140154
140154
|
description?: string | null | undefined;
|
|
140155
140155
|
asset?: {
|
|
@@ -140181,7 +140181,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
140181
140181
|
imageAlt?: string | null | undefined;
|
|
140182
140182
|
imageCaption?: string | null | undefined;
|
|
140183
140183
|
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
140184
|
-
}
|
|
140184
|
+
} | null | undefined;
|
|
140185
140185
|
customBlockKey?: string | null | undefined;
|
|
140186
140186
|
customBlockProperties?: {
|
|
140187
140187
|
key: string;
|
|
@@ -141121,7 +141121,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
141121
141121
|
} | null | undefined;
|
|
141122
141122
|
oldBlocks?: ({
|
|
141123
141123
|
persistentId: string;
|
|
141124
|
-
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
141124
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline";
|
|
141125
141125
|
url?: string | null | undefined;
|
|
141126
141126
|
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;
|
|
141127
141127
|
asset?: {
|
|
@@ -141232,7 +141232,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
141232
141232
|
title?: string | null | undefined;
|
|
141233
141233
|
} | null | undefined;
|
|
141234
141234
|
}[] | null | undefined;
|
|
141235
|
-
|
|
141235
|
+
guideline?: {
|
|
141236
141236
|
type: string;
|
|
141237
141237
|
description?: string | null | undefined;
|
|
141238
141238
|
asset?: {
|
|
@@ -141264,7 +141264,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
141264
141264
|
imageAlt?: string | null | undefined;
|
|
141265
141265
|
imageCaption?: string | null | undefined;
|
|
141266
141266
|
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
141267
|
-
}
|
|
141267
|
+
} | null | undefined;
|
|
141268
141268
|
customBlockKey?: string | null | undefined;
|
|
141269
141269
|
customBlockProperties?: {
|
|
141270
141270
|
key: string;
|
|
@@ -141341,7 +141341,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
141341
141341
|
} & {
|
|
141342
141342
|
children: ({
|
|
141343
141343
|
persistentId: string;
|
|
141344
|
-
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
141344
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline";
|
|
141345
141345
|
url?: string | null | undefined;
|
|
141346
141346
|
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;
|
|
141347
141347
|
asset?: {
|
|
@@ -141452,7 +141452,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
141452
141452
|
title?: string | null | undefined;
|
|
141453
141453
|
} | null | undefined;
|
|
141454
141454
|
}[] | null | undefined;
|
|
141455
|
-
|
|
141455
|
+
guideline?: {
|
|
141456
141456
|
type: string;
|
|
141457
141457
|
description?: string | null | undefined;
|
|
141458
141458
|
asset?: {
|
|
@@ -141484,7 +141484,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
141484
141484
|
imageAlt?: string | null | undefined;
|
|
141485
141485
|
imageCaption?: string | null | undefined;
|
|
141486
141486
|
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
141487
|
-
}
|
|
141487
|
+
} | null | undefined;
|
|
141488
141488
|
customBlockKey?: string | null | undefined;
|
|
141489
141489
|
customBlockProperties?: {
|
|
141490
141490
|
key: string;
|
|
@@ -141618,7 +141618,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
141618
141618
|
} | null | undefined;
|
|
141619
141619
|
oldBlocks?: ({
|
|
141620
141620
|
persistentId: string;
|
|
141621
|
-
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
141621
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline";
|
|
141622
141622
|
url?: string | null | undefined;
|
|
141623
141623
|
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;
|
|
141624
141624
|
asset?: {
|
|
@@ -141729,7 +141729,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
141729
141729
|
title?: string | null | undefined;
|
|
141730
141730
|
} | null | undefined;
|
|
141731
141731
|
}[] | null | undefined;
|
|
141732
|
-
|
|
141732
|
+
guideline?: {
|
|
141733
141733
|
type: string;
|
|
141734
141734
|
description?: string | null | undefined;
|
|
141735
141735
|
asset?: {
|
|
@@ -141761,7 +141761,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
141761
141761
|
imageAlt?: string | null | undefined;
|
|
141762
141762
|
imageCaption?: string | null | undefined;
|
|
141763
141763
|
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
141764
|
-
}
|
|
141764
|
+
} | null | undefined;
|
|
141765
141765
|
customBlockKey?: string | null | undefined;
|
|
141766
141766
|
customBlockProperties?: {
|
|
141767
141767
|
key: string;
|
|
@@ -141838,7 +141838,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
141838
141838
|
} & {
|
|
141839
141839
|
children: ({
|
|
141840
141840
|
persistentId: string;
|
|
141841
|
-
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
141841
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline";
|
|
141842
141842
|
url?: string | null | undefined;
|
|
141843
141843
|
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;
|
|
141844
141844
|
asset?: {
|
|
@@ -141949,7 +141949,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
141949
141949
|
title?: string | null | undefined;
|
|
141950
141950
|
} | null | undefined;
|
|
141951
141951
|
}[] | null | undefined;
|
|
141952
|
-
|
|
141952
|
+
guideline?: {
|
|
141953
141953
|
type: string;
|
|
141954
141954
|
description?: string | null | undefined;
|
|
141955
141955
|
asset?: {
|
|
@@ -141981,7 +141981,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
141981
141981
|
imageAlt?: string | null | undefined;
|
|
141982
141982
|
imageCaption?: string | null | undefined;
|
|
141983
141983
|
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
141984
|
-
}
|
|
141984
|
+
} | null | undefined;
|
|
141985
141985
|
customBlockKey?: string | null | undefined;
|
|
141986
141986
|
customBlockProperties?: {
|
|
141987
141987
|
key: string;
|
|
@@ -142310,7 +142310,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
142310
142310
|
}, {
|
|
142311
142311
|
oldBlocks: z.ZodOptional<z.ZodArray<z.ZodType<PageBlockV1, z.ZodTypeDef, {
|
|
142312
142312
|
persistentId: string;
|
|
142313
|
-
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
142313
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline";
|
|
142314
142314
|
url?: string | null | undefined;
|
|
142315
142315
|
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;
|
|
142316
142316
|
asset?: {
|
|
@@ -142421,7 +142421,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
142421
142421
|
title?: string | null | undefined;
|
|
142422
142422
|
} | null | undefined;
|
|
142423
142423
|
}[] | null | undefined;
|
|
142424
|
-
|
|
142424
|
+
guideline?: {
|
|
142425
142425
|
type: string;
|
|
142426
142426
|
description?: string | null | undefined;
|
|
142427
142427
|
asset?: {
|
|
@@ -142453,7 +142453,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
142453
142453
|
imageAlt?: string | null | undefined;
|
|
142454
142454
|
imageCaption?: string | null | undefined;
|
|
142455
142455
|
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
142456
|
-
}
|
|
142456
|
+
} | null | undefined;
|
|
142457
142457
|
customBlockKey?: string | null | undefined;
|
|
142458
142458
|
customBlockProperties?: {
|
|
142459
142459
|
key: string;
|
|
@@ -142530,7 +142530,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
142530
142530
|
} & {
|
|
142531
142531
|
children: ({
|
|
142532
142532
|
persistentId: string;
|
|
142533
|
-
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
142533
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline";
|
|
142534
142534
|
url?: string | null | undefined;
|
|
142535
142535
|
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;
|
|
142536
142536
|
asset?: {
|
|
@@ -142641,7 +142641,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
142641
142641
|
title?: string | null | undefined;
|
|
142642
142642
|
} | null | undefined;
|
|
142643
142643
|
}[] | null | undefined;
|
|
142644
|
-
|
|
142644
|
+
guideline?: {
|
|
142645
142645
|
type: string;
|
|
142646
142646
|
description?: string | null | undefined;
|
|
142647
142647
|
asset?: {
|
|
@@ -142673,7 +142673,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
142673
142673
|
imageAlt?: string | null | undefined;
|
|
142674
142674
|
imageCaption?: string | null | undefined;
|
|
142675
142675
|
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
142676
|
-
}
|
|
142676
|
+
} | null | undefined;
|
|
142677
142677
|
customBlockKey?: string | null | undefined;
|
|
142678
142678
|
customBlockProperties?: {
|
|
142679
142679
|
key: string;
|
|
@@ -142818,7 +142818,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
142818
142818
|
} | null | undefined;
|
|
142819
142819
|
oldBlocks?: ({
|
|
142820
142820
|
persistentId: string;
|
|
142821
|
-
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
142821
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline";
|
|
142822
142822
|
url?: string | null | undefined;
|
|
142823
142823
|
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;
|
|
142824
142824
|
asset?: {
|
|
@@ -142929,7 +142929,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
142929
142929
|
title?: string | null | undefined;
|
|
142930
142930
|
} | null | undefined;
|
|
142931
142931
|
}[] | null | undefined;
|
|
142932
|
-
|
|
142932
|
+
guideline?: {
|
|
142933
142933
|
type: string;
|
|
142934
142934
|
description?: string | null | undefined;
|
|
142935
142935
|
asset?: {
|
|
@@ -142961,7 +142961,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
142961
142961
|
imageAlt?: string | null | undefined;
|
|
142962
142962
|
imageCaption?: string | null | undefined;
|
|
142963
142963
|
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
142964
|
-
}
|
|
142964
|
+
} | null | undefined;
|
|
142965
142965
|
customBlockKey?: string | null | undefined;
|
|
142966
142966
|
customBlockProperties?: {
|
|
142967
142967
|
key: string;
|
|
@@ -143038,7 +143038,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
143038
143038
|
} & {
|
|
143039
143039
|
children: ({
|
|
143040
143040
|
persistentId: string;
|
|
143041
|
-
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
143041
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline";
|
|
143042
143042
|
url?: string | null | undefined;
|
|
143043
143043
|
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;
|
|
143044
143044
|
asset?: {
|
|
@@ -143149,7 +143149,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
143149
143149
|
title?: string | null | undefined;
|
|
143150
143150
|
} | null | undefined;
|
|
143151
143151
|
}[] | null | undefined;
|
|
143152
|
-
|
|
143152
|
+
guideline?: {
|
|
143153
143153
|
type: string;
|
|
143154
143154
|
description?: string | null | undefined;
|
|
143155
143155
|
asset?: {
|
|
@@ -143181,7 +143181,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
143181
143181
|
imageAlt?: string | null | undefined;
|
|
143182
143182
|
imageCaption?: string | null | undefined;
|
|
143183
143183
|
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
143184
|
-
}
|
|
143184
|
+
} | null | undefined;
|
|
143185
143185
|
customBlockKey?: string | null | undefined;
|
|
143186
143186
|
customBlockProperties?: {
|
|
143187
143187
|
key: string;
|
|
@@ -143349,7 +143349,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
143349
143349
|
} | null | undefined;
|
|
143350
143350
|
oldBlocks?: ({
|
|
143351
143351
|
persistentId: string;
|
|
143352
|
-
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
143352
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline";
|
|
143353
143353
|
url?: string | null | undefined;
|
|
143354
143354
|
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;
|
|
143355
143355
|
asset?: {
|
|
@@ -143460,7 +143460,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
143460
143460
|
title?: string | null | undefined;
|
|
143461
143461
|
} | null | undefined;
|
|
143462
143462
|
}[] | null | undefined;
|
|
143463
|
-
|
|
143463
|
+
guideline?: {
|
|
143464
143464
|
type: string;
|
|
143465
143465
|
description?: string | null | undefined;
|
|
143466
143466
|
asset?: {
|
|
@@ -143492,7 +143492,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
143492
143492
|
imageAlt?: string | null | undefined;
|
|
143493
143493
|
imageCaption?: string | null | undefined;
|
|
143494
143494
|
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
143495
|
-
}
|
|
143495
|
+
} | null | undefined;
|
|
143496
143496
|
customBlockKey?: string | null | undefined;
|
|
143497
143497
|
customBlockProperties?: {
|
|
143498
143498
|
key: string;
|
|
@@ -143569,7 +143569,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
143569
143569
|
} & {
|
|
143570
143570
|
children: ({
|
|
143571
143571
|
persistentId: string;
|
|
143572
|
-
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
143572
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline";
|
|
143573
143573
|
url?: string | null | undefined;
|
|
143574
143574
|
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;
|
|
143575
143575
|
asset?: {
|
|
@@ -143680,7 +143680,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
143680
143680
|
title?: string | null | undefined;
|
|
143681
143681
|
} | null | undefined;
|
|
143682
143682
|
}[] | null | undefined;
|
|
143683
|
-
|
|
143683
|
+
guideline?: {
|
|
143684
143684
|
type: string;
|
|
143685
143685
|
description?: string | null | undefined;
|
|
143686
143686
|
asset?: {
|
|
@@ -143712,7 +143712,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
143712
143712
|
imageAlt?: string | null | undefined;
|
|
143713
143713
|
imageCaption?: string | null | undefined;
|
|
143714
143714
|
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
143715
|
-
}
|
|
143715
|
+
} | null | undefined;
|
|
143716
143716
|
customBlockKey?: string | null | undefined;
|
|
143717
143717
|
customBlockProperties?: {
|
|
143718
143718
|
key: string;
|
|
@@ -144293,7 +144293,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
144293
144293
|
}, {
|
|
144294
144294
|
oldBlocks: z.ZodOptional<z.ZodArray<z.ZodType<PageBlockV1, z.ZodTypeDef, {
|
|
144295
144295
|
persistentId: string;
|
|
144296
|
-
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
144296
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline";
|
|
144297
144297
|
url?: string | null | undefined;
|
|
144298
144298
|
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;
|
|
144299
144299
|
asset?: {
|
|
@@ -144404,7 +144404,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
144404
144404
|
title?: string | null | undefined;
|
|
144405
144405
|
} | null | undefined;
|
|
144406
144406
|
}[] | null | undefined;
|
|
144407
|
-
|
|
144407
|
+
guideline?: {
|
|
144408
144408
|
type: string;
|
|
144409
144409
|
description?: string | null | undefined;
|
|
144410
144410
|
asset?: {
|
|
@@ -144436,7 +144436,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
144436
144436
|
imageAlt?: string | null | undefined;
|
|
144437
144437
|
imageCaption?: string | null | undefined;
|
|
144438
144438
|
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
144439
|
-
}
|
|
144439
|
+
} | null | undefined;
|
|
144440
144440
|
customBlockKey?: string | null | undefined;
|
|
144441
144441
|
customBlockProperties?: {
|
|
144442
144442
|
key: string;
|
|
@@ -144513,7 +144513,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
144513
144513
|
} & {
|
|
144514
144514
|
children: ({
|
|
144515
144515
|
persistentId: string;
|
|
144516
|
-
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
144516
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline";
|
|
144517
144517
|
url?: string | null | undefined;
|
|
144518
144518
|
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;
|
|
144519
144519
|
asset?: {
|
|
@@ -144624,7 +144624,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
144624
144624
|
title?: string | null | undefined;
|
|
144625
144625
|
} | null | undefined;
|
|
144626
144626
|
}[] | null | undefined;
|
|
144627
|
-
|
|
144627
|
+
guideline?: {
|
|
144628
144628
|
type: string;
|
|
144629
144629
|
description?: string | null | undefined;
|
|
144630
144630
|
asset?: {
|
|
@@ -144656,7 +144656,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
144656
144656
|
imageAlt?: string | null | undefined;
|
|
144657
144657
|
imageCaption?: string | null | undefined;
|
|
144658
144658
|
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
144659
|
-
}
|
|
144659
|
+
} | null | undefined;
|
|
144660
144660
|
customBlockKey?: string | null | undefined;
|
|
144661
144661
|
customBlockProperties?: {
|
|
144662
144662
|
key: string;
|
|
@@ -144801,7 +144801,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
144801
144801
|
} | null | undefined;
|
|
144802
144802
|
oldBlocks?: ({
|
|
144803
144803
|
persistentId: string;
|
|
144804
|
-
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
144804
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline";
|
|
144805
144805
|
url?: string | null | undefined;
|
|
144806
144806
|
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;
|
|
144807
144807
|
asset?: {
|
|
@@ -144912,7 +144912,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
144912
144912
|
title?: string | null | undefined;
|
|
144913
144913
|
} | null | undefined;
|
|
144914
144914
|
}[] | null | undefined;
|
|
144915
|
-
|
|
144915
|
+
guideline?: {
|
|
144916
144916
|
type: string;
|
|
144917
144917
|
description?: string | null | undefined;
|
|
144918
144918
|
asset?: {
|
|
@@ -144944,7 +144944,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
144944
144944
|
imageAlt?: string | null | undefined;
|
|
144945
144945
|
imageCaption?: string | null | undefined;
|
|
144946
144946
|
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
144947
|
-
}
|
|
144947
|
+
} | null | undefined;
|
|
144948
144948
|
customBlockKey?: string | null | undefined;
|
|
144949
144949
|
customBlockProperties?: {
|
|
144950
144950
|
key: string;
|
|
@@ -145021,7 +145021,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
145021
145021
|
} & {
|
|
145022
145022
|
children: ({
|
|
145023
145023
|
persistentId: string;
|
|
145024
|
-
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
145024
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline";
|
|
145025
145025
|
url?: string | null | undefined;
|
|
145026
145026
|
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;
|
|
145027
145027
|
asset?: {
|
|
@@ -145132,7 +145132,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
145132
145132
|
title?: string | null | undefined;
|
|
145133
145133
|
} | null | undefined;
|
|
145134
145134
|
}[] | null | undefined;
|
|
145135
|
-
|
|
145135
|
+
guideline?: {
|
|
145136
145136
|
type: string;
|
|
145137
145137
|
description?: string | null | undefined;
|
|
145138
145138
|
asset?: {
|
|
@@ -145164,7 +145164,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
145164
145164
|
imageAlt?: string | null | undefined;
|
|
145165
145165
|
imageCaption?: string | null | undefined;
|
|
145166
145166
|
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
145167
|
-
}
|
|
145167
|
+
} | null | undefined;
|
|
145168
145168
|
customBlockKey?: string | null | undefined;
|
|
145169
145169
|
customBlockProperties?: {
|
|
145170
145170
|
key: string;
|
|
@@ -145332,7 +145332,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
145332
145332
|
} | null | undefined;
|
|
145333
145333
|
oldBlocks?: ({
|
|
145334
145334
|
persistentId: string;
|
|
145335
|
-
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
145335
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline";
|
|
145336
145336
|
url?: string | null | undefined;
|
|
145337
145337
|
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;
|
|
145338
145338
|
asset?: {
|
|
@@ -145443,7 +145443,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
145443
145443
|
title?: string | null | undefined;
|
|
145444
145444
|
} | null | undefined;
|
|
145445
145445
|
}[] | null | undefined;
|
|
145446
|
-
|
|
145446
|
+
guideline?: {
|
|
145447
145447
|
type: string;
|
|
145448
145448
|
description?: string | null | undefined;
|
|
145449
145449
|
asset?: {
|
|
@@ -145475,7 +145475,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
145475
145475
|
imageAlt?: string | null | undefined;
|
|
145476
145476
|
imageCaption?: string | null | undefined;
|
|
145477
145477
|
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
145478
|
-
}
|
|
145478
|
+
} | null | undefined;
|
|
145479
145479
|
customBlockKey?: string | null | undefined;
|
|
145480
145480
|
customBlockProperties?: {
|
|
145481
145481
|
key: string;
|
|
@@ -145552,7 +145552,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
145552
145552
|
} & {
|
|
145553
145553
|
children: ({
|
|
145554
145554
|
persistentId: string;
|
|
145555
|
-
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
145555
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline";
|
|
145556
145556
|
url?: string | null | undefined;
|
|
145557
145557
|
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;
|
|
145558
145558
|
asset?: {
|
|
@@ -145663,7 +145663,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
145663
145663
|
title?: string | null | undefined;
|
|
145664
145664
|
} | null | undefined;
|
|
145665
145665
|
}[] | null | undefined;
|
|
145666
|
-
|
|
145666
|
+
guideline?: {
|
|
145667
145667
|
type: string;
|
|
145668
145668
|
description?: string | null | undefined;
|
|
145669
145669
|
asset?: {
|
|
@@ -145695,7 +145695,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
145695
145695
|
imageAlt?: string | null | undefined;
|
|
145696
145696
|
imageCaption?: string | null | undefined;
|
|
145697
145697
|
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
145698
|
-
}
|
|
145698
|
+
} | null | undefined;
|
|
145699
145699
|
customBlockKey?: string | null | undefined;
|
|
145700
145700
|
customBlockProperties?: {
|
|
145701
145701
|
key: string;
|
|
@@ -145892,7 +145892,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
145892
145892
|
} | null | undefined;
|
|
145893
145893
|
oldBlocks?: ({
|
|
145894
145894
|
persistentId: string;
|
|
145895
|
-
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
145895
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline";
|
|
145896
145896
|
url?: string | null | undefined;
|
|
145897
145897
|
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;
|
|
145898
145898
|
asset?: {
|
|
@@ -146003,7 +146003,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
146003
146003
|
title?: string | null | undefined;
|
|
146004
146004
|
} | null | undefined;
|
|
146005
146005
|
}[] | null | undefined;
|
|
146006
|
-
|
|
146006
|
+
guideline?: {
|
|
146007
146007
|
type: string;
|
|
146008
146008
|
description?: string | null | undefined;
|
|
146009
146009
|
asset?: {
|
|
@@ -146035,7 +146035,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
146035
146035
|
imageAlt?: string | null | undefined;
|
|
146036
146036
|
imageCaption?: string | null | undefined;
|
|
146037
146037
|
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
146038
|
-
}
|
|
146038
|
+
} | null | undefined;
|
|
146039
146039
|
customBlockKey?: string | null | undefined;
|
|
146040
146040
|
customBlockProperties?: {
|
|
146041
146041
|
key: string;
|
|
@@ -146112,7 +146112,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
146112
146112
|
} & {
|
|
146113
146113
|
children: ({
|
|
146114
146114
|
persistentId: string;
|
|
146115
|
-
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
146115
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline";
|
|
146116
146116
|
url?: string | null | undefined;
|
|
146117
146117
|
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;
|
|
146118
146118
|
asset?: {
|
|
@@ -146223,7 +146223,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
146223
146223
|
title?: string | null | undefined;
|
|
146224
146224
|
} | null | undefined;
|
|
146225
146225
|
}[] | null | undefined;
|
|
146226
|
-
|
|
146226
|
+
guideline?: {
|
|
146227
146227
|
type: string;
|
|
146228
146228
|
description?: string | null | undefined;
|
|
146229
146229
|
asset?: {
|
|
@@ -146255,7 +146255,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
146255
146255
|
imageAlt?: string | null | undefined;
|
|
146256
146256
|
imageCaption?: string | null | undefined;
|
|
146257
146257
|
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
146258
|
-
}
|
|
146258
|
+
} | null | undefined;
|
|
146259
146259
|
customBlockKey?: string | null | undefined;
|
|
146260
146260
|
customBlockProperties?: {
|
|
146261
146261
|
key: string;
|
|
@@ -147183,7 +147183,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
147183
147183
|
} | null | undefined;
|
|
147184
147184
|
oldBlocks?: ({
|
|
147185
147185
|
persistentId: string;
|
|
147186
|
-
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
147186
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline";
|
|
147187
147187
|
url?: string | null | undefined;
|
|
147188
147188
|
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;
|
|
147189
147189
|
asset?: {
|
|
@@ -147294,7 +147294,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
147294
147294
|
title?: string | null | undefined;
|
|
147295
147295
|
} | null | undefined;
|
|
147296
147296
|
}[] | null | undefined;
|
|
147297
|
-
|
|
147297
|
+
guideline?: {
|
|
147298
147298
|
type: string;
|
|
147299
147299
|
description?: string | null | undefined;
|
|
147300
147300
|
asset?: {
|
|
@@ -147326,7 +147326,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
147326
147326
|
imageAlt?: string | null | undefined;
|
|
147327
147327
|
imageCaption?: string | null | undefined;
|
|
147328
147328
|
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
147329
|
-
}
|
|
147329
|
+
} | null | undefined;
|
|
147330
147330
|
customBlockKey?: string | null | undefined;
|
|
147331
147331
|
customBlockProperties?: {
|
|
147332
147332
|
key: string;
|
|
@@ -147403,7 +147403,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
147403
147403
|
} & {
|
|
147404
147404
|
children: ({
|
|
147405
147405
|
persistentId: string;
|
|
147406
|
-
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
147406
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline";
|
|
147407
147407
|
url?: string | null | undefined;
|
|
147408
147408
|
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;
|
|
147409
147409
|
asset?: {
|
|
@@ -147514,7 +147514,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
147514
147514
|
title?: string | null | undefined;
|
|
147515
147515
|
} | null | undefined;
|
|
147516
147516
|
}[] | null | undefined;
|
|
147517
|
-
|
|
147517
|
+
guideline?: {
|
|
147518
147518
|
type: string;
|
|
147519
147519
|
description?: string | null | undefined;
|
|
147520
147520
|
asset?: {
|
|
@@ -147546,7 +147546,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
147546
147546
|
imageAlt?: string | null | undefined;
|
|
147547
147547
|
imageCaption?: string | null | undefined;
|
|
147548
147548
|
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
147549
|
-
}
|
|
147549
|
+
} | null | undefined;
|
|
147550
147550
|
customBlockKey?: string | null | undefined;
|
|
147551
147551
|
customBlockProperties?: {
|
|
147552
147552
|
key: string;
|
|
@@ -147680,7 +147680,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
147680
147680
|
} | null | undefined;
|
|
147681
147681
|
oldBlocks?: ({
|
|
147682
147682
|
persistentId: string;
|
|
147683
|
-
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
147683
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline";
|
|
147684
147684
|
url?: string | null | undefined;
|
|
147685
147685
|
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;
|
|
147686
147686
|
asset?: {
|
|
@@ -147791,7 +147791,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
147791
147791
|
title?: string | null | undefined;
|
|
147792
147792
|
} | null | undefined;
|
|
147793
147793
|
}[] | null | undefined;
|
|
147794
|
-
|
|
147794
|
+
guideline?: {
|
|
147795
147795
|
type: string;
|
|
147796
147796
|
description?: string | null | undefined;
|
|
147797
147797
|
asset?: {
|
|
@@ -147823,7 +147823,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
147823
147823
|
imageAlt?: string | null | undefined;
|
|
147824
147824
|
imageCaption?: string | null | undefined;
|
|
147825
147825
|
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
147826
|
-
}
|
|
147826
|
+
} | null | undefined;
|
|
147827
147827
|
customBlockKey?: string | null | undefined;
|
|
147828
147828
|
customBlockProperties?: {
|
|
147829
147829
|
key: string;
|
|
@@ -147900,7 +147900,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
147900
147900
|
} & {
|
|
147901
147901
|
children: ({
|
|
147902
147902
|
persistentId: string;
|
|
147903
|
-
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
147903
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline";
|
|
147904
147904
|
url?: string | null | undefined;
|
|
147905
147905
|
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;
|
|
147906
147906
|
asset?: {
|
|
@@ -148011,7 +148011,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
148011
148011
|
title?: string | null | undefined;
|
|
148012
148012
|
} | null | undefined;
|
|
148013
148013
|
}[] | null | undefined;
|
|
148014
|
-
|
|
148014
|
+
guideline?: {
|
|
148015
148015
|
type: string;
|
|
148016
148016
|
description?: string | null | undefined;
|
|
148017
148017
|
asset?: {
|
|
@@ -148043,7 +148043,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
148043
148043
|
imageAlt?: string | null | undefined;
|
|
148044
148044
|
imageCaption?: string | null | undefined;
|
|
148045
148045
|
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
148046
|
-
}
|
|
148046
|
+
} | null | undefined;
|
|
148047
148047
|
customBlockKey?: string | null | undefined;
|
|
148048
148048
|
customBlockProperties?: {
|
|
148049
148049
|
key: string;
|
|
@@ -149555,7 +149555,7 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
149555
149555
|
}, {
|
|
149556
149556
|
oldBlocks: z.ZodOptional<z.ZodArray<z.ZodType<PageBlockV1, z.ZodTypeDef, {
|
|
149557
149557
|
persistentId: string;
|
|
149558
|
-
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
149558
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline";
|
|
149559
149559
|
url?: string | null | undefined;
|
|
149560
149560
|
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;
|
|
149561
149561
|
asset?: {
|
|
@@ -149666,7 +149666,7 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
149666
149666
|
title?: string | null | undefined;
|
|
149667
149667
|
} | null | undefined;
|
|
149668
149668
|
}[] | null | undefined;
|
|
149669
|
-
|
|
149669
|
+
guideline?: {
|
|
149670
149670
|
type: string;
|
|
149671
149671
|
description?: string | null | undefined;
|
|
149672
149672
|
asset?: {
|
|
@@ -149698,7 +149698,7 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
149698
149698
|
imageAlt?: string | null | undefined;
|
|
149699
149699
|
imageCaption?: string | null | undefined;
|
|
149700
149700
|
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
149701
|
-
}
|
|
149701
|
+
} | null | undefined;
|
|
149702
149702
|
customBlockKey?: string | null | undefined;
|
|
149703
149703
|
customBlockProperties?: {
|
|
149704
149704
|
key: string;
|
|
@@ -149775,7 +149775,7 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
149775
149775
|
} & {
|
|
149776
149776
|
children: ({
|
|
149777
149777
|
persistentId: string;
|
|
149778
|
-
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
149778
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline";
|
|
149779
149779
|
url?: string | null | undefined;
|
|
149780
149780
|
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;
|
|
149781
149781
|
asset?: {
|
|
@@ -149886,7 +149886,7 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
149886
149886
|
title?: string | null | undefined;
|
|
149887
149887
|
} | null | undefined;
|
|
149888
149888
|
}[] | null | undefined;
|
|
149889
|
-
|
|
149889
|
+
guideline?: {
|
|
149890
149890
|
type: string;
|
|
149891
149891
|
description?: string | null | undefined;
|
|
149892
149892
|
asset?: {
|
|
@@ -149918,7 +149918,7 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
149918
149918
|
imageAlt?: string | null | undefined;
|
|
149919
149919
|
imageCaption?: string | null | undefined;
|
|
149920
149920
|
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
149921
|
-
}
|
|
149921
|
+
} | null | undefined;
|
|
149922
149922
|
customBlockKey?: string | null | undefined;
|
|
149923
149923
|
customBlockProperties?: {
|
|
149924
149924
|
key: string;
|
|
@@ -150063,7 +150063,7 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
150063
150063
|
} | null | undefined;
|
|
150064
150064
|
oldBlocks?: ({
|
|
150065
150065
|
persistentId: string;
|
|
150066
|
-
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
150066
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline";
|
|
150067
150067
|
url?: string | null | undefined;
|
|
150068
150068
|
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;
|
|
150069
150069
|
asset?: {
|
|
@@ -150174,7 +150174,7 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
150174
150174
|
title?: string | null | undefined;
|
|
150175
150175
|
} | null | undefined;
|
|
150176
150176
|
}[] | null | undefined;
|
|
150177
|
-
|
|
150177
|
+
guideline?: {
|
|
150178
150178
|
type: string;
|
|
150179
150179
|
description?: string | null | undefined;
|
|
150180
150180
|
asset?: {
|
|
@@ -150206,7 +150206,7 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
150206
150206
|
imageAlt?: string | null | undefined;
|
|
150207
150207
|
imageCaption?: string | null | undefined;
|
|
150208
150208
|
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
150209
|
-
}
|
|
150209
|
+
} | null | undefined;
|
|
150210
150210
|
customBlockKey?: string | null | undefined;
|
|
150211
150211
|
customBlockProperties?: {
|
|
150212
150212
|
key: string;
|
|
@@ -150283,7 +150283,7 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
150283
150283
|
} & {
|
|
150284
150284
|
children: ({
|
|
150285
150285
|
persistentId: string;
|
|
150286
|
-
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
150286
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline";
|
|
150287
150287
|
url?: string | null | undefined;
|
|
150288
150288
|
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;
|
|
150289
150289
|
asset?: {
|
|
@@ -150394,7 +150394,7 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
150394
150394
|
title?: string | null | undefined;
|
|
150395
150395
|
} | null | undefined;
|
|
150396
150396
|
}[] | null | undefined;
|
|
150397
|
-
|
|
150397
|
+
guideline?: {
|
|
150398
150398
|
type: string;
|
|
150399
150399
|
description?: string | null | undefined;
|
|
150400
150400
|
asset?: {
|
|
@@ -150426,7 +150426,7 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
150426
150426
|
imageAlt?: string | null | undefined;
|
|
150427
150427
|
imageCaption?: string | null | undefined;
|
|
150428
150428
|
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
150429
|
-
}
|
|
150429
|
+
} | null | undefined;
|
|
150430
150430
|
customBlockKey?: string | null | undefined;
|
|
150431
150431
|
customBlockProperties?: {
|
|
150432
150432
|
key: string;
|
|
@@ -150594,7 +150594,7 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
150594
150594
|
} | null | undefined;
|
|
150595
150595
|
oldBlocks?: ({
|
|
150596
150596
|
persistentId: string;
|
|
150597
|
-
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
150597
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline";
|
|
150598
150598
|
url?: string | null | undefined;
|
|
150599
150599
|
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;
|
|
150600
150600
|
asset?: {
|
|
@@ -150705,7 +150705,7 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
150705
150705
|
title?: string | null | undefined;
|
|
150706
150706
|
} | null | undefined;
|
|
150707
150707
|
}[] | null | undefined;
|
|
150708
|
-
|
|
150708
|
+
guideline?: {
|
|
150709
150709
|
type: string;
|
|
150710
150710
|
description?: string | null | undefined;
|
|
150711
150711
|
asset?: {
|
|
@@ -150737,7 +150737,7 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
150737
150737
|
imageAlt?: string | null | undefined;
|
|
150738
150738
|
imageCaption?: string | null | undefined;
|
|
150739
150739
|
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
150740
|
-
}
|
|
150740
|
+
} | null | undefined;
|
|
150741
150741
|
customBlockKey?: string | null | undefined;
|
|
150742
150742
|
customBlockProperties?: {
|
|
150743
150743
|
key: string;
|
|
@@ -150814,7 +150814,7 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
150814
150814
|
} & {
|
|
150815
150815
|
children: ({
|
|
150816
150816
|
persistentId: string;
|
|
150817
|
-
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
150817
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline";
|
|
150818
150818
|
url?: string | null | undefined;
|
|
150819
150819
|
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;
|
|
150820
150820
|
asset?: {
|
|
@@ -150925,7 +150925,7 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
150925
150925
|
title?: string | null | undefined;
|
|
150926
150926
|
} | null | undefined;
|
|
150927
150927
|
}[] | null | undefined;
|
|
150928
|
-
|
|
150928
|
+
guideline?: {
|
|
150929
150929
|
type: string;
|
|
150930
150930
|
description?: string | null | undefined;
|
|
150931
150931
|
asset?: {
|
|
@@ -150957,7 +150957,7 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
150957
150957
|
imageAlt?: string | null | undefined;
|
|
150958
150958
|
imageCaption?: string | null | undefined;
|
|
150959
150959
|
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
150960
|
-
}
|
|
150960
|
+
} | null | undefined;
|
|
150961
150961
|
customBlockKey?: string | null | undefined;
|
|
150962
150962
|
customBlockProperties?: {
|
|
150963
150963
|
key: string;
|
|
@@ -151519,7 +151519,7 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
151519
151519
|
} | null | undefined;
|
|
151520
151520
|
oldBlocks?: ({
|
|
151521
151521
|
persistentId: string;
|
|
151522
|
-
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
151522
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline";
|
|
151523
151523
|
url?: string | null | undefined;
|
|
151524
151524
|
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;
|
|
151525
151525
|
asset?: {
|
|
@@ -151630,7 +151630,7 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
151630
151630
|
title?: string | null | undefined;
|
|
151631
151631
|
} | null | undefined;
|
|
151632
151632
|
}[] | null | undefined;
|
|
151633
|
-
|
|
151633
|
+
guideline?: {
|
|
151634
151634
|
type: string;
|
|
151635
151635
|
description?: string | null | undefined;
|
|
151636
151636
|
asset?: {
|
|
@@ -151662,7 +151662,7 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
151662
151662
|
imageAlt?: string | null | undefined;
|
|
151663
151663
|
imageCaption?: string | null | undefined;
|
|
151664
151664
|
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
151665
|
-
}
|
|
151665
|
+
} | null | undefined;
|
|
151666
151666
|
customBlockKey?: string | null | undefined;
|
|
151667
151667
|
customBlockProperties?: {
|
|
151668
151668
|
key: string;
|
|
@@ -151739,7 +151739,7 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
151739
151739
|
} & {
|
|
151740
151740
|
children: ({
|
|
151741
151741
|
persistentId: string;
|
|
151742
|
-
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
151742
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline";
|
|
151743
151743
|
url?: string | null | undefined;
|
|
151744
151744
|
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;
|
|
151745
151745
|
asset?: {
|
|
@@ -151850,7 +151850,7 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
151850
151850
|
title?: string | null | undefined;
|
|
151851
151851
|
} | null | undefined;
|
|
151852
151852
|
}[] | null | undefined;
|
|
151853
|
-
|
|
151853
|
+
guideline?: {
|
|
151854
151854
|
type: string;
|
|
151855
151855
|
description?: string | null | undefined;
|
|
151856
151856
|
asset?: {
|
|
@@ -151882,7 +151882,7 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
151882
151882
|
imageAlt?: string | null | undefined;
|
|
151883
151883
|
imageCaption?: string | null | undefined;
|
|
151884
151884
|
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
151885
|
-
}
|
|
151885
|
+
} | null | undefined;
|
|
151886
151886
|
customBlockKey?: string | null | undefined;
|
|
151887
151887
|
customBlockProperties?: {
|
|
151888
151888
|
key: string;
|
|
@@ -152180,7 +152180,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
|
|
|
152180
152180
|
}, {
|
|
152181
152181
|
oldBlocks: z.ZodOptional<z.ZodArray<z.ZodType<PageBlockV1, z.ZodTypeDef, {
|
|
152182
152182
|
persistentId: string;
|
|
152183
|
-
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
152183
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline";
|
|
152184
152184
|
url?: string | null | undefined;
|
|
152185
152185
|
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;
|
|
152186
152186
|
asset?: {
|
|
@@ -152291,7 +152291,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
|
|
|
152291
152291
|
title?: string | null | undefined;
|
|
152292
152292
|
} | null | undefined;
|
|
152293
152293
|
}[] | null | undefined;
|
|
152294
|
-
|
|
152294
|
+
guideline?: {
|
|
152295
152295
|
type: string;
|
|
152296
152296
|
description?: string | null | undefined;
|
|
152297
152297
|
asset?: {
|
|
@@ -152323,7 +152323,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
|
|
|
152323
152323
|
imageAlt?: string | null | undefined;
|
|
152324
152324
|
imageCaption?: string | null | undefined;
|
|
152325
152325
|
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
152326
|
-
}
|
|
152326
|
+
} | null | undefined;
|
|
152327
152327
|
customBlockKey?: string | null | undefined;
|
|
152328
152328
|
customBlockProperties?: {
|
|
152329
152329
|
key: string;
|
|
@@ -152400,7 +152400,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
|
|
|
152400
152400
|
} & {
|
|
152401
152401
|
children: ({
|
|
152402
152402
|
persistentId: string;
|
|
152403
|
-
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
152403
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline";
|
|
152404
152404
|
url?: string | null | undefined;
|
|
152405
152405
|
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;
|
|
152406
152406
|
asset?: {
|
|
@@ -152511,7 +152511,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
|
|
|
152511
152511
|
title?: string | null | undefined;
|
|
152512
152512
|
} | null | undefined;
|
|
152513
152513
|
}[] | null | undefined;
|
|
152514
|
-
|
|
152514
|
+
guideline?: {
|
|
152515
152515
|
type: string;
|
|
152516
152516
|
description?: string | null | undefined;
|
|
152517
152517
|
asset?: {
|
|
@@ -152543,7 +152543,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
|
|
|
152543
152543
|
imageAlt?: string | null | undefined;
|
|
152544
152544
|
imageCaption?: string | null | undefined;
|
|
152545
152545
|
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
152546
|
-
}
|
|
152546
|
+
} | null | undefined;
|
|
152547
152547
|
customBlockKey?: string | null | undefined;
|
|
152548
152548
|
customBlockProperties?: {
|
|
152549
152549
|
key: string;
|
|
@@ -152688,7 +152688,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
|
|
|
152688
152688
|
} | null | undefined;
|
|
152689
152689
|
oldBlocks?: ({
|
|
152690
152690
|
persistentId: string;
|
|
152691
|
-
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
152691
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline";
|
|
152692
152692
|
url?: string | null | undefined;
|
|
152693
152693
|
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;
|
|
152694
152694
|
asset?: {
|
|
@@ -152799,7 +152799,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
|
|
|
152799
152799
|
title?: string | null | undefined;
|
|
152800
152800
|
} | null | undefined;
|
|
152801
152801
|
}[] | null | undefined;
|
|
152802
|
-
|
|
152802
|
+
guideline?: {
|
|
152803
152803
|
type: string;
|
|
152804
152804
|
description?: string | null | undefined;
|
|
152805
152805
|
asset?: {
|
|
@@ -152831,7 +152831,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
|
|
|
152831
152831
|
imageAlt?: string | null | undefined;
|
|
152832
152832
|
imageCaption?: string | null | undefined;
|
|
152833
152833
|
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
152834
|
-
}
|
|
152834
|
+
} | null | undefined;
|
|
152835
152835
|
customBlockKey?: string | null | undefined;
|
|
152836
152836
|
customBlockProperties?: {
|
|
152837
152837
|
key: string;
|
|
@@ -152908,7 +152908,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
|
|
|
152908
152908
|
} & {
|
|
152909
152909
|
children: ({
|
|
152910
152910
|
persistentId: string;
|
|
152911
|
-
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
152911
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline";
|
|
152912
152912
|
url?: string | null | undefined;
|
|
152913
152913
|
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;
|
|
152914
152914
|
asset?: {
|
|
@@ -153019,7 +153019,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
|
|
|
153019
153019
|
title?: string | null | undefined;
|
|
153020
153020
|
} | null | undefined;
|
|
153021
153021
|
}[] | null | undefined;
|
|
153022
|
-
|
|
153022
|
+
guideline?: {
|
|
153023
153023
|
type: string;
|
|
153024
153024
|
description?: string | null | undefined;
|
|
153025
153025
|
asset?: {
|
|
@@ -153051,7 +153051,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
|
|
|
153051
153051
|
imageAlt?: string | null | undefined;
|
|
153052
153052
|
imageCaption?: string | null | undefined;
|
|
153053
153053
|
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
153054
|
-
}
|
|
153054
|
+
} | null | undefined;
|
|
153055
153055
|
customBlockKey?: string | null | undefined;
|
|
153056
153056
|
customBlockProperties?: {
|
|
153057
153057
|
key: string;
|
|
@@ -153219,7 +153219,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
|
|
|
153219
153219
|
} | null | undefined;
|
|
153220
153220
|
oldBlocks?: ({
|
|
153221
153221
|
persistentId: string;
|
|
153222
|
-
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
153222
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline";
|
|
153223
153223
|
url?: string | null | undefined;
|
|
153224
153224
|
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;
|
|
153225
153225
|
asset?: {
|
|
@@ -153330,7 +153330,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
|
|
|
153330
153330
|
title?: string | null | undefined;
|
|
153331
153331
|
} | null | undefined;
|
|
153332
153332
|
}[] | null | undefined;
|
|
153333
|
-
|
|
153333
|
+
guideline?: {
|
|
153334
153334
|
type: string;
|
|
153335
153335
|
description?: string | null | undefined;
|
|
153336
153336
|
asset?: {
|
|
@@ -153362,7 +153362,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
|
|
|
153362
153362
|
imageAlt?: string | null | undefined;
|
|
153363
153363
|
imageCaption?: string | null | undefined;
|
|
153364
153364
|
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
153365
|
-
}
|
|
153365
|
+
} | null | undefined;
|
|
153366
153366
|
customBlockKey?: string | null | undefined;
|
|
153367
153367
|
customBlockProperties?: {
|
|
153368
153368
|
key: string;
|
|
@@ -153439,7 +153439,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
|
|
|
153439
153439
|
} & {
|
|
153440
153440
|
children: ({
|
|
153441
153441
|
persistentId: string;
|
|
153442
|
-
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
153442
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline";
|
|
153443
153443
|
url?: string | null | undefined;
|
|
153444
153444
|
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;
|
|
153445
153445
|
asset?: {
|
|
@@ -153550,7 +153550,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
|
|
|
153550
153550
|
title?: string | null | undefined;
|
|
153551
153551
|
} | null | undefined;
|
|
153552
153552
|
}[] | null | undefined;
|
|
153553
|
-
|
|
153553
|
+
guideline?: {
|
|
153554
153554
|
type: string;
|
|
153555
153555
|
description?: string | null | undefined;
|
|
153556
153556
|
asset?: {
|
|
@@ -153582,7 +153582,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
|
|
|
153582
153582
|
imageAlt?: string | null | undefined;
|
|
153583
153583
|
imageCaption?: string | null | undefined;
|
|
153584
153584
|
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
153585
|
-
}
|
|
153585
|
+
} | null | undefined;
|
|
153586
153586
|
customBlockKey?: string | null | undefined;
|
|
153587
153587
|
customBlockProperties?: {
|
|
153588
153588
|
key: string;
|
|
@@ -155458,7 +155458,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
|
|
|
155458
155458
|
} | null | undefined;
|
|
155459
155459
|
oldBlocks?: ({
|
|
155460
155460
|
persistentId: string;
|
|
155461
|
-
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
155461
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline";
|
|
155462
155462
|
url?: string | null | undefined;
|
|
155463
155463
|
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;
|
|
155464
155464
|
asset?: {
|
|
@@ -155569,7 +155569,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
|
|
|
155569
155569
|
title?: string | null | undefined;
|
|
155570
155570
|
} | null | undefined;
|
|
155571
155571
|
}[] | null | undefined;
|
|
155572
|
-
|
|
155572
|
+
guideline?: {
|
|
155573
155573
|
type: string;
|
|
155574
155574
|
description?: string | null | undefined;
|
|
155575
155575
|
asset?: {
|
|
@@ -155601,7 +155601,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
|
|
|
155601
155601
|
imageAlt?: string | null | undefined;
|
|
155602
155602
|
imageCaption?: string | null | undefined;
|
|
155603
155603
|
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
155604
|
-
}
|
|
155604
|
+
} | null | undefined;
|
|
155605
155605
|
customBlockKey?: string | null | undefined;
|
|
155606
155606
|
customBlockProperties?: {
|
|
155607
155607
|
key: string;
|
|
@@ -155678,7 +155678,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
|
|
|
155678
155678
|
} & {
|
|
155679
155679
|
children: ({
|
|
155680
155680
|
persistentId: string;
|
|
155681
|
-
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
155681
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline";
|
|
155682
155682
|
url?: string | null | undefined;
|
|
155683
155683
|
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;
|
|
155684
155684
|
asset?: {
|
|
@@ -155789,7 +155789,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
|
|
|
155789
155789
|
title?: string | null | undefined;
|
|
155790
155790
|
} | null | undefined;
|
|
155791
155791
|
}[] | null | undefined;
|
|
155792
|
-
|
|
155792
|
+
guideline?: {
|
|
155793
155793
|
type: string;
|
|
155794
155794
|
description?: string | null | undefined;
|
|
155795
155795
|
asset?: {
|
|
@@ -155821,7 +155821,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
|
|
|
155821
155821
|
imageAlt?: string | null | undefined;
|
|
155822
155822
|
imageCaption?: string | null | undefined;
|
|
155823
155823
|
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
155824
|
-
}
|
|
155824
|
+
} | null | undefined;
|
|
155825
155825
|
customBlockKey?: string | null | undefined;
|
|
155826
155826
|
customBlockProperties?: {
|
|
155827
155827
|
key: string;
|
|
@@ -156281,7 +156281,7 @@ declare const RestoredDocumentationPage: z.ZodObject<{
|
|
|
156281
156281
|
}, {
|
|
156282
156282
|
oldBlocks: z.ZodOptional<z.ZodArray<z.ZodType<PageBlockV1, z.ZodTypeDef, {
|
|
156283
156283
|
persistentId: string;
|
|
156284
|
-
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
156284
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline";
|
|
156285
156285
|
url?: string | null | undefined;
|
|
156286
156286
|
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;
|
|
156287
156287
|
asset?: {
|
|
@@ -156392,7 +156392,7 @@ declare const RestoredDocumentationPage: z.ZodObject<{
|
|
|
156392
156392
|
title?: string | null | undefined;
|
|
156393
156393
|
} | null | undefined;
|
|
156394
156394
|
}[] | null | undefined;
|
|
156395
|
-
|
|
156395
|
+
guideline?: {
|
|
156396
156396
|
type: string;
|
|
156397
156397
|
description?: string | null | undefined;
|
|
156398
156398
|
asset?: {
|
|
@@ -156424,7 +156424,7 @@ declare const RestoredDocumentationPage: z.ZodObject<{
|
|
|
156424
156424
|
imageAlt?: string | null | undefined;
|
|
156425
156425
|
imageCaption?: string | null | undefined;
|
|
156426
156426
|
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
156427
|
-
}
|
|
156427
|
+
} | null | undefined;
|
|
156428
156428
|
customBlockKey?: string | null | undefined;
|
|
156429
156429
|
customBlockProperties?: {
|
|
156430
156430
|
key: string;
|
|
@@ -156501,7 +156501,7 @@ declare const RestoredDocumentationPage: z.ZodObject<{
|
|
|
156501
156501
|
} & {
|
|
156502
156502
|
children: ({
|
|
156503
156503
|
persistentId: string;
|
|
156504
|
-
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
156504
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline";
|
|
156505
156505
|
url?: string | null | undefined;
|
|
156506
156506
|
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;
|
|
156507
156507
|
asset?: {
|
|
@@ -156612,7 +156612,7 @@ declare const RestoredDocumentationPage: z.ZodObject<{
|
|
|
156612
156612
|
title?: string | null | undefined;
|
|
156613
156613
|
} | null | undefined;
|
|
156614
156614
|
}[] | null | undefined;
|
|
156615
|
-
|
|
156615
|
+
guideline?: {
|
|
156616
156616
|
type: string;
|
|
156617
156617
|
description?: string | null | undefined;
|
|
156618
156618
|
asset?: {
|
|
@@ -156644,7 +156644,7 @@ declare const RestoredDocumentationPage: z.ZodObject<{
|
|
|
156644
156644
|
imageAlt?: string | null | undefined;
|
|
156645
156645
|
imageCaption?: string | null | undefined;
|
|
156646
156646
|
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
156647
|
-
}
|
|
156647
|
+
} | null | undefined;
|
|
156648
156648
|
customBlockKey?: string | null | undefined;
|
|
156649
156649
|
customBlockProperties?: {
|
|
156650
156650
|
key: string;
|
|
@@ -156789,7 +156789,7 @@ declare const RestoredDocumentationPage: z.ZodObject<{
|
|
|
156789
156789
|
} | null | undefined;
|
|
156790
156790
|
oldBlocks?: ({
|
|
156791
156791
|
persistentId: string;
|
|
156792
|
-
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
156792
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline";
|
|
156793
156793
|
url?: string | null | undefined;
|
|
156794
156794
|
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;
|
|
156795
156795
|
asset?: {
|
|
@@ -156900,7 +156900,7 @@ declare const RestoredDocumentationPage: z.ZodObject<{
|
|
|
156900
156900
|
title?: string | null | undefined;
|
|
156901
156901
|
} | null | undefined;
|
|
156902
156902
|
}[] | null | undefined;
|
|
156903
|
-
|
|
156903
|
+
guideline?: {
|
|
156904
156904
|
type: string;
|
|
156905
156905
|
description?: string | null | undefined;
|
|
156906
156906
|
asset?: {
|
|
@@ -156932,7 +156932,7 @@ declare const RestoredDocumentationPage: z.ZodObject<{
|
|
|
156932
156932
|
imageAlt?: string | null | undefined;
|
|
156933
156933
|
imageCaption?: string | null | undefined;
|
|
156934
156934
|
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
156935
|
-
}
|
|
156935
|
+
} | null | undefined;
|
|
156936
156936
|
customBlockKey?: string | null | undefined;
|
|
156937
156937
|
customBlockProperties?: {
|
|
156938
156938
|
key: string;
|
|
@@ -157009,7 +157009,7 @@ declare const RestoredDocumentationPage: z.ZodObject<{
|
|
|
157009
157009
|
} & {
|
|
157010
157010
|
children: ({
|
|
157011
157011
|
persistentId: string;
|
|
157012
|
-
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
157012
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline";
|
|
157013
157013
|
url?: string | null | undefined;
|
|
157014
157014
|
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;
|
|
157015
157015
|
asset?: {
|
|
@@ -157120,7 +157120,7 @@ declare const RestoredDocumentationPage: z.ZodObject<{
|
|
|
157120
157120
|
title?: string | null | undefined;
|
|
157121
157121
|
} | null | undefined;
|
|
157122
157122
|
}[] | null | undefined;
|
|
157123
|
-
|
|
157123
|
+
guideline?: {
|
|
157124
157124
|
type: string;
|
|
157125
157125
|
description?: string | null | undefined;
|
|
157126
157126
|
asset?: {
|
|
@@ -157152,7 +157152,7 @@ declare const RestoredDocumentationPage: z.ZodObject<{
|
|
|
157152
157152
|
imageAlt?: string | null | undefined;
|
|
157153
157153
|
imageCaption?: string | null | undefined;
|
|
157154
157154
|
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
157155
|
-
}
|
|
157155
|
+
} | null | undefined;
|
|
157156
157156
|
customBlockKey?: string | null | undefined;
|
|
157157
157157
|
customBlockProperties?: {
|
|
157158
157158
|
key: string;
|
|
@@ -157320,7 +157320,7 @@ declare const RestoredDocumentationPage: z.ZodObject<{
|
|
|
157320
157320
|
} | null | undefined;
|
|
157321
157321
|
oldBlocks?: ({
|
|
157322
157322
|
persistentId: string;
|
|
157323
|
-
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
157323
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline";
|
|
157324
157324
|
url?: string | null | undefined;
|
|
157325
157325
|
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;
|
|
157326
157326
|
asset?: {
|
|
@@ -157431,7 +157431,7 @@ declare const RestoredDocumentationPage: z.ZodObject<{
|
|
|
157431
157431
|
title?: string | null | undefined;
|
|
157432
157432
|
} | null | undefined;
|
|
157433
157433
|
}[] | null | undefined;
|
|
157434
|
-
|
|
157434
|
+
guideline?: {
|
|
157435
157435
|
type: string;
|
|
157436
157436
|
description?: string | null | undefined;
|
|
157437
157437
|
asset?: {
|
|
@@ -157463,7 +157463,7 @@ declare const RestoredDocumentationPage: z.ZodObject<{
|
|
|
157463
157463
|
imageAlt?: string | null | undefined;
|
|
157464
157464
|
imageCaption?: string | null | undefined;
|
|
157465
157465
|
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
157466
|
-
}
|
|
157466
|
+
} | null | undefined;
|
|
157467
157467
|
customBlockKey?: string | null | undefined;
|
|
157468
157468
|
customBlockProperties?: {
|
|
157469
157469
|
key: string;
|
|
@@ -157540,7 +157540,7 @@ declare const RestoredDocumentationPage: z.ZodObject<{
|
|
|
157540
157540
|
} & {
|
|
157541
157541
|
children: ({
|
|
157542
157542
|
persistentId: string;
|
|
157543
|
-
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
157543
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline";
|
|
157544
157544
|
url?: string | null | undefined;
|
|
157545
157545
|
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;
|
|
157546
157546
|
asset?: {
|
|
@@ -157651,7 +157651,7 @@ declare const RestoredDocumentationPage: z.ZodObject<{
|
|
|
157651
157651
|
title?: string | null | undefined;
|
|
157652
157652
|
} | null | undefined;
|
|
157653
157653
|
}[] | null | undefined;
|
|
157654
|
-
|
|
157654
|
+
guideline?: {
|
|
157655
157655
|
type: string;
|
|
157656
157656
|
description?: string | null | undefined;
|
|
157657
157657
|
asset?: {
|
|
@@ -157683,7 +157683,7 @@ declare const RestoredDocumentationPage: z.ZodObject<{
|
|
|
157683
157683
|
imageAlt?: string | null | undefined;
|
|
157684
157684
|
imageCaption?: string | null | undefined;
|
|
157685
157685
|
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
157686
|
-
}
|
|
157686
|
+
} | null | undefined;
|
|
157687
157687
|
customBlockKey?: string | null | undefined;
|
|
157688
157688
|
customBlockProperties?: {
|
|
157689
157689
|
key: string;
|
|
@@ -159239,7 +159239,7 @@ declare const RestoredDocumentationPage: z.ZodObject<{
|
|
|
159239
159239
|
} | null | undefined;
|
|
159240
159240
|
oldBlocks?: ({
|
|
159241
159241
|
persistentId: string;
|
|
159242
|
-
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
159242
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline";
|
|
159243
159243
|
url?: string | null | undefined;
|
|
159244
159244
|
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;
|
|
159245
159245
|
asset?: {
|
|
@@ -159350,7 +159350,7 @@ declare const RestoredDocumentationPage: z.ZodObject<{
|
|
|
159350
159350
|
title?: string | null | undefined;
|
|
159351
159351
|
} | null | undefined;
|
|
159352
159352
|
}[] | null | undefined;
|
|
159353
|
-
|
|
159353
|
+
guideline?: {
|
|
159354
159354
|
type: string;
|
|
159355
159355
|
description?: string | null | undefined;
|
|
159356
159356
|
asset?: {
|
|
@@ -159382,7 +159382,7 @@ declare const RestoredDocumentationPage: z.ZodObject<{
|
|
|
159382
159382
|
imageAlt?: string | null | undefined;
|
|
159383
159383
|
imageCaption?: string | null | undefined;
|
|
159384
159384
|
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
159385
|
-
}
|
|
159385
|
+
} | null | undefined;
|
|
159386
159386
|
customBlockKey?: string | null | undefined;
|
|
159387
159387
|
customBlockProperties?: {
|
|
159388
159388
|
key: string;
|
|
@@ -159459,7 +159459,7 @@ declare const RestoredDocumentationPage: z.ZodObject<{
|
|
|
159459
159459
|
} & {
|
|
159460
159460
|
children: ({
|
|
159461
159461
|
persistentId: string;
|
|
159462
|
-
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
159462
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline";
|
|
159463
159463
|
url?: string | null | undefined;
|
|
159464
159464
|
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;
|
|
159465
159465
|
asset?: {
|
|
@@ -159570,7 +159570,7 @@ declare const RestoredDocumentationPage: z.ZodObject<{
|
|
|
159570
159570
|
title?: string | null | undefined;
|
|
159571
159571
|
} | null | undefined;
|
|
159572
159572
|
}[] | null | undefined;
|
|
159573
|
-
|
|
159573
|
+
guideline?: {
|
|
159574
159574
|
type: string;
|
|
159575
159575
|
description?: string | null | undefined;
|
|
159576
159576
|
asset?: {
|
|
@@ -159602,7 +159602,7 @@ declare const RestoredDocumentationPage: z.ZodObject<{
|
|
|
159602
159602
|
imageAlt?: string | null | undefined;
|
|
159603
159603
|
imageCaption?: string | null | undefined;
|
|
159604
159604
|
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
159605
|
-
}
|
|
159605
|
+
} | null | undefined;
|
|
159606
159606
|
customBlockKey?: string | null | undefined;
|
|
159607
159607
|
customBlockProperties?: {
|
|
159608
159608
|
key: string;
|