@supernova-studio/model 0.52.7 → 0.52.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.mts +138 -26
- package/dist/index.d.ts +138 -26
- package/dist/index.js +15 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +14 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/dsm/documentation/block-definitions/item.ts +9 -0
- package/src/dsm/elements/data/documentation-block-v1.ts +1 -0
- package/src/dsm/elements/data/documentation-block-v2.ts +4 -0
package/dist/index.d.mts
CHANGED
|
@@ -31552,20 +31552,20 @@ declare const PageBlockDefinition: z.ZodObject<{
|
|
|
31552
31552
|
properties: z.ZodArray<z.ZodObject<{
|
|
31553
31553
|
id: z.ZodString;
|
|
31554
31554
|
name: z.ZodString;
|
|
31555
|
-
type: z.ZodEnum<["RichText", "MultiRichText", "Text", "Boolean", "Number", "SingleSelect", "MultiSelect", "Image", "Token", "TokenType", "TokenProperty", "Component", "ComponentProperty", "Asset", "AssetProperty", "FigmaNode", "EmbedURL", "URL", "Markdown", "Code", "CodeSandbox", "Table", "Divider", "Storybook", "Color", "FigmaComponent"]>;
|
|
31555
|
+
type: z.ZodEnum<["RichText", "MultiRichText", "RichTextEditor", "Text", "Boolean", "Number", "SingleSelect", "MultiSelect", "Image", "Token", "TokenType", "TokenProperty", "Component", "ComponentProperty", "Asset", "AssetProperty", "FigmaNode", "EmbedURL", "URL", "Markdown", "Code", "CodeSandbox", "Table", "Divider", "Storybook", "Color", "FigmaComponent"]>;
|
|
31556
31556
|
description: z.ZodOptional<z.ZodString>;
|
|
31557
31557
|
options: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
31558
31558
|
variantOptions: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
31559
31559
|
}, "strip", z.ZodTypeAny, {
|
|
31560
31560
|
id: string;
|
|
31561
|
-
type: "Image" | "Text" | "Number" | "Boolean" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Code" | "Divider" | "Table" | "Markdown" | "FigmaNode" | "Asset" | "RichText" | "MultiRichText" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "AssetProperty" | "EmbedURL" | "CodeSandbox" | "Storybook";
|
|
31561
|
+
type: "Image" | "Text" | "Number" | "Boolean" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Code" | "Divider" | "Table" | "Markdown" | "FigmaNode" | "Asset" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "AssetProperty" | "EmbedURL" | "CodeSandbox" | "Storybook";
|
|
31562
31562
|
name: string;
|
|
31563
31563
|
options?: Record<string, any> | undefined;
|
|
31564
31564
|
description?: string | undefined;
|
|
31565
31565
|
variantOptions?: Record<string, Record<string, any>> | undefined;
|
|
31566
31566
|
}, {
|
|
31567
31567
|
id: string;
|
|
31568
|
-
type: "Image" | "Text" | "Number" | "Boolean" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Code" | "Divider" | "Table" | "Markdown" | "FigmaNode" | "Asset" | "RichText" | "MultiRichText" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "AssetProperty" | "EmbedURL" | "CodeSandbox" | "Storybook";
|
|
31568
|
+
type: "Image" | "Text" | "Number" | "Boolean" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Code" | "Divider" | "Table" | "Markdown" | "FigmaNode" | "Asset" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "AssetProperty" | "EmbedURL" | "CodeSandbox" | "Storybook";
|
|
31569
31569
|
name: string;
|
|
31570
31570
|
options?: Record<string, any> | undefined;
|
|
31571
31571
|
description?: string | undefined;
|
|
@@ -31661,7 +31661,7 @@ declare const PageBlockDefinition: z.ZodObject<{
|
|
|
31661
31661
|
}, "strip", z.ZodTypeAny, {
|
|
31662
31662
|
properties: {
|
|
31663
31663
|
id: string;
|
|
31664
|
-
type: "Image" | "Text" | "Number" | "Boolean" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Code" | "Divider" | "Table" | "Markdown" | "FigmaNode" | "Asset" | "RichText" | "MultiRichText" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "AssetProperty" | "EmbedURL" | "CodeSandbox" | "Storybook";
|
|
31664
|
+
type: "Image" | "Text" | "Number" | "Boolean" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Code" | "Divider" | "Table" | "Markdown" | "FigmaNode" | "Asset" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "AssetProperty" | "EmbedURL" | "CodeSandbox" | "Storybook";
|
|
31665
31665
|
name: string;
|
|
31666
31666
|
options?: Record<string, any> | undefined;
|
|
31667
31667
|
description?: string | undefined;
|
|
@@ -31700,7 +31700,7 @@ declare const PageBlockDefinition: z.ZodObject<{
|
|
|
31700
31700
|
}, {
|
|
31701
31701
|
properties: {
|
|
31702
31702
|
id: string;
|
|
31703
|
-
type: "Image" | "Text" | "Number" | "Boolean" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Code" | "Divider" | "Table" | "Markdown" | "FigmaNode" | "Asset" | "RichText" | "MultiRichText" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "AssetProperty" | "EmbedURL" | "CodeSandbox" | "Storybook";
|
|
31703
|
+
type: "Image" | "Text" | "Number" | "Boolean" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Code" | "Divider" | "Table" | "Markdown" | "FigmaNode" | "Asset" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "AssetProperty" | "EmbedURL" | "CodeSandbox" | "Storybook";
|
|
31704
31704
|
name: string;
|
|
31705
31705
|
options?: Record<string, any> | undefined;
|
|
31706
31706
|
description?: string | undefined;
|
|
@@ -31834,7 +31834,7 @@ declare const PageBlockDefinition: z.ZodObject<{
|
|
|
31834
31834
|
item: {
|
|
31835
31835
|
properties: {
|
|
31836
31836
|
id: string;
|
|
31837
|
-
type: "Image" | "Text" | "Number" | "Boolean" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Code" | "Divider" | "Table" | "Markdown" | "FigmaNode" | "Asset" | "RichText" | "MultiRichText" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "AssetProperty" | "EmbedURL" | "CodeSandbox" | "Storybook";
|
|
31837
|
+
type: "Image" | "Text" | "Number" | "Boolean" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Code" | "Divider" | "Table" | "Markdown" | "FigmaNode" | "Asset" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "AssetProperty" | "EmbedURL" | "CodeSandbox" | "Storybook";
|
|
31838
31838
|
name: string;
|
|
31839
31839
|
options?: Record<string, any> | undefined;
|
|
31840
31840
|
description?: string | undefined;
|
|
@@ -31907,7 +31907,7 @@ declare const PageBlockDefinition: z.ZodObject<{
|
|
|
31907
31907
|
item: {
|
|
31908
31908
|
properties: {
|
|
31909
31909
|
id: string;
|
|
31910
|
-
type: "Image" | "Text" | "Number" | "Boolean" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Code" | "Divider" | "Table" | "Markdown" | "FigmaNode" | "Asset" | "RichText" | "MultiRichText" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "AssetProperty" | "EmbedURL" | "CodeSandbox" | "Storybook";
|
|
31910
|
+
type: "Image" | "Text" | "Number" | "Boolean" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Code" | "Divider" | "Table" | "Markdown" | "FigmaNode" | "Asset" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "AssetProperty" | "EmbedURL" | "CodeSandbox" | "Storybook";
|
|
31911
31911
|
name: string;
|
|
31912
31912
|
options?: Record<string, any> | undefined;
|
|
31913
31913
|
description?: string | undefined;
|
|
@@ -31975,9 +31975,10 @@ declare const PageBlockDefinition: z.ZodObject<{
|
|
|
31975
31975
|
}>;
|
|
31976
31976
|
type PageBlockDefinition = z.infer<typeof PageBlockDefinition>;
|
|
31977
31977
|
|
|
31978
|
+
declare const PageBlockDefinitionRichTextEditorPropertyStyle: z.ZodEnum<["OL", "UL", "Bold", "Italic", "Link", "Strikethrough", "InlineCode"]>;
|
|
31978
31979
|
declare const PageBlockDefinitionSingleSelectPropertyColor: z.ZodEnum<["Green", "Red", "Yellow", "Blue", "Purple", "Orange", "Pink", "Teal", "Brown", "Grey", "LightGrey", "Cyan", "Fuchsia"]>;
|
|
31979
31980
|
declare const IconSet: z.ZodEnum<["CheckCircle", "CrossCircle", "Alert"]>;
|
|
31980
|
-
declare const PageBlockDefinitionPropertyType: z.ZodEnum<["RichText", "MultiRichText", "Text", "Boolean", "Number", "SingleSelect", "MultiSelect", "Image", "Token", "TokenType", "TokenProperty", "Component", "ComponentProperty", "Asset", "AssetProperty", "FigmaNode", "EmbedURL", "URL", "Markdown", "Code", "CodeSandbox", "Table", "Divider", "Storybook", "Color", "FigmaComponent"]>;
|
|
31981
|
+
declare const PageBlockDefinitionPropertyType: z.ZodEnum<["RichText", "MultiRichText", "RichTextEditor", "Text", "Boolean", "Number", "SingleSelect", "MultiSelect", "Image", "Token", "TokenType", "TokenProperty", "Component", "ComponentProperty", "Asset", "AssetProperty", "FigmaNode", "EmbedURL", "URL", "Markdown", "Code", "CodeSandbox", "Table", "Divider", "Storybook", "Color", "FigmaComponent"]>;
|
|
31981
31982
|
type PageBlockDefinitionPropertyType = z.infer<typeof PageBlockDefinitionPropertyType>;
|
|
31982
31983
|
declare const PageBlockDefinitionRichTextPropertyStyle: z.ZodEnum<["Title1", "Title2", "Title3", "Title4", "Title5", "Quote", "Callout", "Default"]>;
|
|
31983
31984
|
type PageBlockDefinitionRichTextPropertyStyle = z.infer<typeof PageBlockDefinitionRichTextPropertyStyle>;
|
|
@@ -32035,6 +32036,17 @@ declare const PageBlockDefinitionMutiRichTextOptions: z.ZodObject<{
|
|
|
32035
32036
|
multiRichTextStyle?: "Default" | "OL" | "UL" | undefined;
|
|
32036
32037
|
}>;
|
|
32037
32038
|
type PageBlockDefinitionMutiRichTextOptions = z.infer<typeof PageBlockDefinitionMutiRichTextOptions>;
|
|
32039
|
+
declare const PageBlockDefinitionRichTextEditorOptions: z.ZodObject<{
|
|
32040
|
+
placeholder: z.ZodOptional<z.ZodString>;
|
|
32041
|
+
allowedInlineStyles: z.ZodOptional<z.ZodArray<z.ZodEnum<["OL", "UL", "Bold", "Italic", "Link", "Strikethrough", "InlineCode"]>, "many">>;
|
|
32042
|
+
}, "strip", z.ZodTypeAny, {
|
|
32043
|
+
placeholder?: string | undefined;
|
|
32044
|
+
allowedInlineStyles?: ("Link" | "Bold" | "Italic" | "Strikethrough" | "OL" | "UL" | "InlineCode")[] | undefined;
|
|
32045
|
+
}, {
|
|
32046
|
+
placeholder?: string | undefined;
|
|
32047
|
+
allowedInlineStyles?: ("Link" | "Bold" | "Italic" | "Strikethrough" | "OL" | "UL" | "InlineCode")[] | undefined;
|
|
32048
|
+
}>;
|
|
32049
|
+
type PageBlockDefinitionRichTextEditorOptions = z.infer<typeof PageBlockDefinitionRichTextEditorOptions>;
|
|
32038
32050
|
declare const PageBlockDefinitionTextOptions: z.ZodObject<{
|
|
32039
32051
|
placeholder: z.ZodOptional<z.ZodString>;
|
|
32040
32052
|
defaultValue: z.ZodOptional<z.ZodString>;
|
|
@@ -32161,20 +32173,20 @@ type PageBlockDefinitionComponentOptions = z.infer<typeof PageBlockDefinitionCom
|
|
|
32161
32173
|
declare const PageBlockDefinitionProperty: z.ZodObject<{
|
|
32162
32174
|
id: z.ZodString;
|
|
32163
32175
|
name: z.ZodString;
|
|
32164
|
-
type: z.ZodEnum<["RichText", "MultiRichText", "Text", "Boolean", "Number", "SingleSelect", "MultiSelect", "Image", "Token", "TokenType", "TokenProperty", "Component", "ComponentProperty", "Asset", "AssetProperty", "FigmaNode", "EmbedURL", "URL", "Markdown", "Code", "CodeSandbox", "Table", "Divider", "Storybook", "Color", "FigmaComponent"]>;
|
|
32176
|
+
type: z.ZodEnum<["RichText", "MultiRichText", "RichTextEditor", "Text", "Boolean", "Number", "SingleSelect", "MultiSelect", "Image", "Token", "TokenType", "TokenProperty", "Component", "ComponentProperty", "Asset", "AssetProperty", "FigmaNode", "EmbedURL", "URL", "Markdown", "Code", "CodeSandbox", "Table", "Divider", "Storybook", "Color", "FigmaComponent"]>;
|
|
32165
32177
|
description: z.ZodOptional<z.ZodString>;
|
|
32166
32178
|
options: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
32167
32179
|
variantOptions: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
32168
32180
|
}, "strip", z.ZodTypeAny, {
|
|
32169
32181
|
id: string;
|
|
32170
|
-
type: "Image" | "Text" | "Number" | "Boolean" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Code" | "Divider" | "Table" | "Markdown" | "FigmaNode" | "Asset" | "RichText" | "MultiRichText" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "AssetProperty" | "EmbedURL" | "CodeSandbox" | "Storybook";
|
|
32182
|
+
type: "Image" | "Text" | "Number" | "Boolean" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Code" | "Divider" | "Table" | "Markdown" | "FigmaNode" | "Asset" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "AssetProperty" | "EmbedURL" | "CodeSandbox" | "Storybook";
|
|
32171
32183
|
name: string;
|
|
32172
32184
|
options?: Record<string, any> | undefined;
|
|
32173
32185
|
description?: string | undefined;
|
|
32174
32186
|
variantOptions?: Record<string, Record<string, any>> | undefined;
|
|
32175
32187
|
}, {
|
|
32176
32188
|
id: string;
|
|
32177
|
-
type: "Image" | "Text" | "Number" | "Boolean" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Code" | "Divider" | "Table" | "Markdown" | "FigmaNode" | "Asset" | "RichText" | "MultiRichText" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "AssetProperty" | "EmbedURL" | "CodeSandbox" | "Storybook";
|
|
32189
|
+
type: "Image" | "Text" | "Number" | "Boolean" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Code" | "Divider" | "Table" | "Markdown" | "FigmaNode" | "Asset" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "AssetProperty" | "EmbedURL" | "CodeSandbox" | "Storybook";
|
|
32178
32190
|
name: string;
|
|
32179
32191
|
options?: Record<string, any> | undefined;
|
|
32180
32192
|
description?: string | undefined;
|
|
@@ -32185,20 +32197,20 @@ declare const PageBlockDefinitionItem: z.ZodObject<{
|
|
|
32185
32197
|
properties: z.ZodArray<z.ZodObject<{
|
|
32186
32198
|
id: z.ZodString;
|
|
32187
32199
|
name: z.ZodString;
|
|
32188
|
-
type: z.ZodEnum<["RichText", "MultiRichText", "Text", "Boolean", "Number", "SingleSelect", "MultiSelect", "Image", "Token", "TokenType", "TokenProperty", "Component", "ComponentProperty", "Asset", "AssetProperty", "FigmaNode", "EmbedURL", "URL", "Markdown", "Code", "CodeSandbox", "Table", "Divider", "Storybook", "Color", "FigmaComponent"]>;
|
|
32200
|
+
type: z.ZodEnum<["RichText", "MultiRichText", "RichTextEditor", "Text", "Boolean", "Number", "SingleSelect", "MultiSelect", "Image", "Token", "TokenType", "TokenProperty", "Component", "ComponentProperty", "Asset", "AssetProperty", "FigmaNode", "EmbedURL", "URL", "Markdown", "Code", "CodeSandbox", "Table", "Divider", "Storybook", "Color", "FigmaComponent"]>;
|
|
32189
32201
|
description: z.ZodOptional<z.ZodString>;
|
|
32190
32202
|
options: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
32191
32203
|
variantOptions: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
32192
32204
|
}, "strip", z.ZodTypeAny, {
|
|
32193
32205
|
id: string;
|
|
32194
|
-
type: "Image" | "Text" | "Number" | "Boolean" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Code" | "Divider" | "Table" | "Markdown" | "FigmaNode" | "Asset" | "RichText" | "MultiRichText" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "AssetProperty" | "EmbedURL" | "CodeSandbox" | "Storybook";
|
|
32206
|
+
type: "Image" | "Text" | "Number" | "Boolean" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Code" | "Divider" | "Table" | "Markdown" | "FigmaNode" | "Asset" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "AssetProperty" | "EmbedURL" | "CodeSandbox" | "Storybook";
|
|
32195
32207
|
name: string;
|
|
32196
32208
|
options?: Record<string, any> | undefined;
|
|
32197
32209
|
description?: string | undefined;
|
|
32198
32210
|
variantOptions?: Record<string, Record<string, any>> | undefined;
|
|
32199
32211
|
}, {
|
|
32200
32212
|
id: string;
|
|
32201
|
-
type: "Image" | "Text" | "Number" | "Boolean" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Code" | "Divider" | "Table" | "Markdown" | "FigmaNode" | "Asset" | "RichText" | "MultiRichText" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "AssetProperty" | "EmbedURL" | "CodeSandbox" | "Storybook";
|
|
32213
|
+
type: "Image" | "Text" | "Number" | "Boolean" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Code" | "Divider" | "Table" | "Markdown" | "FigmaNode" | "Asset" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "AssetProperty" | "EmbedURL" | "CodeSandbox" | "Storybook";
|
|
32202
32214
|
name: string;
|
|
32203
32215
|
options?: Record<string, any> | undefined;
|
|
32204
32216
|
description?: string | undefined;
|
|
@@ -32294,7 +32306,7 @@ declare const PageBlockDefinitionItem: z.ZodObject<{
|
|
|
32294
32306
|
}, "strip", z.ZodTypeAny, {
|
|
32295
32307
|
properties: {
|
|
32296
32308
|
id: string;
|
|
32297
|
-
type: "Image" | "Text" | "Number" | "Boolean" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Code" | "Divider" | "Table" | "Markdown" | "FigmaNode" | "Asset" | "RichText" | "MultiRichText" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "AssetProperty" | "EmbedURL" | "CodeSandbox" | "Storybook";
|
|
32309
|
+
type: "Image" | "Text" | "Number" | "Boolean" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Code" | "Divider" | "Table" | "Markdown" | "FigmaNode" | "Asset" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "AssetProperty" | "EmbedURL" | "CodeSandbox" | "Storybook";
|
|
32298
32310
|
name: string;
|
|
32299
32311
|
options?: Record<string, any> | undefined;
|
|
32300
32312
|
description?: string | undefined;
|
|
@@ -32333,7 +32345,7 @@ declare const PageBlockDefinitionItem: z.ZodObject<{
|
|
|
32333
32345
|
}, {
|
|
32334
32346
|
properties: {
|
|
32335
32347
|
id: string;
|
|
32336
|
-
type: "Image" | "Text" | "Number" | "Boolean" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Code" | "Divider" | "Table" | "Markdown" | "FigmaNode" | "Asset" | "RichText" | "MultiRichText" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "AssetProperty" | "EmbedURL" | "CodeSandbox" | "Storybook";
|
|
32348
|
+
type: "Image" | "Text" | "Number" | "Boolean" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Code" | "Divider" | "Table" | "Markdown" | "FigmaNode" | "Asset" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "AssetProperty" | "EmbedURL" | "CodeSandbox" | "Storybook";
|
|
32337
32349
|
name: string;
|
|
32338
32350
|
options?: Record<string, any> | undefined;
|
|
32339
32351
|
description?: string | undefined;
|
|
@@ -36750,6 +36762,7 @@ declare const PageBlockGuideline: z.ZodObject<{
|
|
|
36750
36762
|
type: z.ZodString;
|
|
36751
36763
|
imageAlt: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
36752
36764
|
imageCaption: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
36765
|
+
imageAlignment: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<"Center" | "Left" | "Stretch" | "Right", z.ZodTypeDef, "Center" | "Left" | "Stretch" | "Right">>>, NonNullable<"Center" | "Left" | "Stretch" | "Right"> | undefined, "Center" | "Left" | "Stretch" | "Right" | null | undefined>;
|
|
36753
36766
|
}, "strip", z.ZodTypeAny, {
|
|
36754
36767
|
type: string;
|
|
36755
36768
|
description?: string | undefined;
|
|
@@ -36781,6 +36794,7 @@ declare const PageBlockGuideline: z.ZodObject<{
|
|
|
36781
36794
|
} | undefined;
|
|
36782
36795
|
imageAlt?: string | undefined;
|
|
36783
36796
|
imageCaption?: string | undefined;
|
|
36797
|
+
imageAlignment?: NonNullable<"Center" | "Left" | "Stretch" | "Right"> | undefined;
|
|
36784
36798
|
}, {
|
|
36785
36799
|
type: string;
|
|
36786
36800
|
description?: string | null | undefined;
|
|
@@ -36812,6 +36826,7 @@ declare const PageBlockGuideline: z.ZodObject<{
|
|
|
36812
36826
|
} | null | undefined;
|
|
36813
36827
|
imageAlt?: string | null | undefined;
|
|
36814
36828
|
imageCaption?: string | null | undefined;
|
|
36829
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
36815
36830
|
}>;
|
|
36816
36831
|
type PageBlockGuideline = z.infer<typeof PageBlockGuideline>;
|
|
36817
36832
|
declare const PageBlockFrame: z.ZodObject<{
|
|
@@ -37936,6 +37951,7 @@ declare const PageBlockBaseV1: z.ZodObject<{
|
|
|
37936
37951
|
} | undefined;
|
|
37937
37952
|
imageAlt?: string | undefined;
|
|
37938
37953
|
imageCaption?: string | undefined;
|
|
37954
|
+
imageAlignment?: NonNullable<"Center" | "Left" | "Stretch" | "Right"> | undefined;
|
|
37939
37955
|
}[], z.ZodTypeDef, {
|
|
37940
37956
|
type: string;
|
|
37941
37957
|
description?: string | null | undefined;
|
|
@@ -37967,6 +37983,7 @@ declare const PageBlockBaseV1: z.ZodObject<{
|
|
|
37967
37983
|
} | null | undefined;
|
|
37968
37984
|
imageAlt?: string | null | undefined;
|
|
37969
37985
|
imageCaption?: string | null | undefined;
|
|
37986
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
37970
37987
|
}[]>>>, {
|
|
37971
37988
|
type: string;
|
|
37972
37989
|
description?: string | undefined;
|
|
@@ -37998,6 +38015,7 @@ declare const PageBlockBaseV1: z.ZodObject<{
|
|
|
37998
38015
|
} | undefined;
|
|
37999
38016
|
imageAlt?: string | undefined;
|
|
38000
38017
|
imageCaption?: string | undefined;
|
|
38018
|
+
imageAlignment?: NonNullable<"Center" | "Left" | "Stretch" | "Right"> | undefined;
|
|
38001
38019
|
}[] | undefined, {
|
|
38002
38020
|
type: string;
|
|
38003
38021
|
description?: string | null | undefined;
|
|
@@ -38029,6 +38047,7 @@ declare const PageBlockBaseV1: z.ZodObject<{
|
|
|
38029
38047
|
} | null | undefined;
|
|
38030
38048
|
imageAlt?: string | null | undefined;
|
|
38031
38049
|
imageCaption?: string | null | undefined;
|
|
38050
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
38032
38051
|
}[] | null | undefined>;
|
|
38033
38052
|
customBlockKey: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
38034
38053
|
customBlockProperties: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
@@ -38451,6 +38470,7 @@ declare const PageBlockBaseV1: z.ZodObject<{
|
|
|
38451
38470
|
} | undefined;
|
|
38452
38471
|
imageAlt?: string | undefined;
|
|
38453
38472
|
imageCaption?: string | undefined;
|
|
38473
|
+
imageAlignment?: NonNullable<"Center" | "Left" | "Stretch" | "Right"> | undefined;
|
|
38454
38474
|
}[] | undefined;
|
|
38455
38475
|
customBlockKey?: string | undefined;
|
|
38456
38476
|
customBlockProperties?: {
|
|
@@ -38668,6 +38688,7 @@ declare const PageBlockBaseV1: z.ZodObject<{
|
|
|
38668
38688
|
} | null | undefined;
|
|
38669
38689
|
imageAlt?: string | null | undefined;
|
|
38670
38690
|
imageCaption?: string | null | undefined;
|
|
38691
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
38671
38692
|
}[] | null | undefined;
|
|
38672
38693
|
customBlockKey?: string | null | undefined;
|
|
38673
38694
|
customBlockProperties?: {
|
|
@@ -39292,6 +39313,13 @@ declare const PageBlockItemFigmaComponentValue: z.ZodObject<{
|
|
|
39292
39313
|
showComponentDescription?: boolean | undefined;
|
|
39293
39314
|
showPropertyList?: boolean | undefined;
|
|
39294
39315
|
}>;
|
|
39316
|
+
declare const PageBlockItemRichTextEditorValue: z.ZodObject<{
|
|
39317
|
+
value: z.ZodAny;
|
|
39318
|
+
}, "strip", z.ZodTypeAny, {
|
|
39319
|
+
value?: any;
|
|
39320
|
+
}, {
|
|
39321
|
+
value?: any;
|
|
39322
|
+
}>;
|
|
39295
39323
|
declare const PageBlockItemAssetValue: z.ZodObject<{
|
|
39296
39324
|
selectedPropertyIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
39297
39325
|
showSearch: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -41801,6 +41829,7 @@ declare const DocumentationPageDataV1: z.ZodObject<{
|
|
|
41801
41829
|
} | null | undefined;
|
|
41802
41830
|
imageAlt?: string | null | undefined;
|
|
41803
41831
|
imageCaption?: string | null | undefined;
|
|
41832
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
41804
41833
|
}[] | null | undefined;
|
|
41805
41834
|
customBlockKey?: string | null | undefined;
|
|
41806
41835
|
customBlockProperties?: {
|
|
@@ -42019,6 +42048,7 @@ declare const DocumentationPageDataV1: z.ZodObject<{
|
|
|
42019
42048
|
} | null | undefined;
|
|
42020
42049
|
imageAlt?: string | null | undefined;
|
|
42021
42050
|
imageCaption?: string | null | undefined;
|
|
42051
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
42022
42052
|
}[] | null | undefined;
|
|
42023
42053
|
customBlockKey?: string | null | undefined;
|
|
42024
42054
|
customBlockProperties?: {
|
|
@@ -42583,6 +42613,7 @@ declare const DocumentationPageDataV1: z.ZodObject<{
|
|
|
42583
42613
|
} | null | undefined;
|
|
42584
42614
|
imageAlt?: string | null | undefined;
|
|
42585
42615
|
imageCaption?: string | null | undefined;
|
|
42616
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
42586
42617
|
}[] | null | undefined;
|
|
42587
42618
|
customBlockKey?: string | null | undefined;
|
|
42588
42619
|
customBlockProperties?: {
|
|
@@ -42801,6 +42832,7 @@ declare const DocumentationPageDataV1: z.ZodObject<{
|
|
|
42801
42832
|
} | null | undefined;
|
|
42802
42833
|
imageAlt?: string | null | undefined;
|
|
42803
42834
|
imageCaption?: string | null | undefined;
|
|
42835
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
42804
42836
|
}[] | null | undefined;
|
|
42805
42837
|
customBlockKey?: string | null | undefined;
|
|
42806
42838
|
customBlockProperties?: {
|
|
@@ -50109,6 +50141,7 @@ declare const DocumentationPageV1: z.ZodObject<z.objectUtil.extendShape<z.object
|
|
|
50109
50141
|
} | null | undefined;
|
|
50110
50142
|
imageAlt?: string | null | undefined;
|
|
50111
50143
|
imageCaption?: string | null | undefined;
|
|
50144
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
50112
50145
|
}[] | null | undefined;
|
|
50113
50146
|
customBlockKey?: string | null | undefined;
|
|
50114
50147
|
customBlockProperties?: {
|
|
@@ -50327,6 +50360,7 @@ declare const DocumentationPageV1: z.ZodObject<z.objectUtil.extendShape<z.object
|
|
|
50327
50360
|
} | null | undefined;
|
|
50328
50361
|
imageAlt?: string | null | undefined;
|
|
50329
50362
|
imageCaption?: string | null | undefined;
|
|
50363
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
50330
50364
|
}[] | null | undefined;
|
|
50331
50365
|
customBlockKey?: string | null | undefined;
|
|
50332
50366
|
customBlockProperties?: {
|
|
@@ -50891,6 +50925,7 @@ declare const DocumentationPageV1: z.ZodObject<z.objectUtil.extendShape<z.object
|
|
|
50891
50925
|
} | null | undefined;
|
|
50892
50926
|
imageAlt?: string | null | undefined;
|
|
50893
50927
|
imageCaption?: string | null | undefined;
|
|
50928
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
50894
50929
|
}[] | null | undefined;
|
|
50895
50930
|
customBlockKey?: string | null | undefined;
|
|
50896
50931
|
customBlockProperties?: {
|
|
@@ -51109,6 +51144,7 @@ declare const DocumentationPageV1: z.ZodObject<z.objectUtil.extendShape<z.object
|
|
|
51109
51144
|
} | null | undefined;
|
|
51110
51145
|
imageAlt?: string | null | undefined;
|
|
51111
51146
|
imageCaption?: string | null | undefined;
|
|
51147
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
51112
51148
|
}[] | null | undefined;
|
|
51113
51149
|
customBlockKey?: string | null | undefined;
|
|
51114
51150
|
customBlockProperties?: {
|
|
@@ -51492,6 +51528,7 @@ declare const DocumentationPageV1: z.ZodObject<z.objectUtil.extendShape<z.object
|
|
|
51492
51528
|
} | null | undefined;
|
|
51493
51529
|
imageAlt?: string | null | undefined;
|
|
51494
51530
|
imageCaption?: string | null | undefined;
|
|
51531
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
51495
51532
|
}[] | null | undefined;
|
|
51496
51533
|
customBlockKey?: string | null | undefined;
|
|
51497
51534
|
customBlockProperties?: {
|
|
@@ -51710,6 +51747,7 @@ declare const DocumentationPageV1: z.ZodObject<z.objectUtil.extendShape<z.object
|
|
|
51710
51747
|
} | null | undefined;
|
|
51711
51748
|
imageAlt?: string | null | undefined;
|
|
51712
51749
|
imageCaption?: string | null | undefined;
|
|
51750
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
51713
51751
|
}[] | null | undefined;
|
|
51714
51752
|
customBlockKey?: string | null | undefined;
|
|
51715
51753
|
customBlockProperties?: {
|
|
@@ -52988,6 +53026,7 @@ declare const DocumentationPageV2: z.ZodObject<z.objectUtil.extendShape<z.object
|
|
|
52988
53026
|
} | null | undefined;
|
|
52989
53027
|
imageAlt?: string | null | undefined;
|
|
52990
53028
|
imageCaption?: string | null | undefined;
|
|
53029
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
52991
53030
|
}[] | null | undefined;
|
|
52992
53031
|
customBlockKey?: string | null | undefined;
|
|
52993
53032
|
customBlockProperties?: {
|
|
@@ -53206,6 +53245,7 @@ declare const DocumentationPageV2: z.ZodObject<z.objectUtil.extendShape<z.object
|
|
|
53206
53245
|
} | null | undefined;
|
|
53207
53246
|
imageAlt?: string | null | undefined;
|
|
53208
53247
|
imageCaption?: string | null | undefined;
|
|
53248
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
53209
53249
|
}[] | null | undefined;
|
|
53210
53250
|
customBlockKey?: string | null | undefined;
|
|
53211
53251
|
customBlockProperties?: {
|
|
@@ -53492,6 +53532,7 @@ declare const DocumentationPageV2: z.ZodObject<z.objectUtil.extendShape<z.object
|
|
|
53492
53532
|
} | null | undefined;
|
|
53493
53533
|
imageAlt?: string | null | undefined;
|
|
53494
53534
|
imageCaption?: string | null | undefined;
|
|
53535
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
53495
53536
|
}[] | null | undefined;
|
|
53496
53537
|
customBlockKey?: string | null | undefined;
|
|
53497
53538
|
customBlockProperties?: {
|
|
@@ -53710,6 +53751,7 @@ declare const DocumentationPageV2: z.ZodObject<z.objectUtil.extendShape<z.object
|
|
|
53710
53751
|
} | null | undefined;
|
|
53711
53752
|
imageAlt?: string | null | undefined;
|
|
53712
53753
|
imageCaption?: string | null | undefined;
|
|
53754
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
53713
53755
|
}[] | null | undefined;
|
|
53714
53756
|
customBlockKey?: string | null | undefined;
|
|
53715
53757
|
customBlockProperties?: {
|
|
@@ -54019,6 +54061,7 @@ declare const DocumentationPageV2: z.ZodObject<z.objectUtil.extendShape<z.object
|
|
|
54019
54061
|
} | null | undefined;
|
|
54020
54062
|
imageAlt?: string | null | undefined;
|
|
54021
54063
|
imageCaption?: string | null | undefined;
|
|
54064
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
54022
54065
|
}[] | null | undefined;
|
|
54023
54066
|
customBlockKey?: string | null | undefined;
|
|
54024
54067
|
customBlockProperties?: {
|
|
@@ -54237,6 +54280,7 @@ declare const DocumentationPageV2: z.ZodObject<z.objectUtil.extendShape<z.object
|
|
|
54237
54280
|
} | null | undefined;
|
|
54238
54281
|
imageAlt?: string | null | undefined;
|
|
54239
54282
|
imageCaption?: string | null | undefined;
|
|
54283
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
54240
54284
|
}[] | null | undefined;
|
|
54241
54285
|
customBlockKey?: string | null | undefined;
|
|
54242
54286
|
customBlockProperties?: {
|
|
@@ -72678,6 +72722,7 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
72678
72722
|
} | null | undefined;
|
|
72679
72723
|
imageAlt?: string | null | undefined;
|
|
72680
72724
|
imageCaption?: string | null | undefined;
|
|
72725
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
72681
72726
|
}[] | null | undefined;
|
|
72682
72727
|
customBlockKey?: string | null | undefined;
|
|
72683
72728
|
customBlockProperties?: {
|
|
@@ -72896,6 +72941,7 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
72896
72941
|
} | null | undefined;
|
|
72897
72942
|
imageAlt?: string | null | undefined;
|
|
72898
72943
|
imageCaption?: string | null | undefined;
|
|
72944
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
72899
72945
|
}[] | null | undefined;
|
|
72900
72946
|
customBlockKey?: string | null | undefined;
|
|
72901
72947
|
customBlockProperties?: {
|
|
@@ -73182,6 +73228,7 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
73182
73228
|
} | null | undefined;
|
|
73183
73229
|
imageAlt?: string | null | undefined;
|
|
73184
73230
|
imageCaption?: string | null | undefined;
|
|
73231
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
73185
73232
|
}[] | null | undefined;
|
|
73186
73233
|
customBlockKey?: string | null | undefined;
|
|
73187
73234
|
customBlockProperties?: {
|
|
@@ -73400,6 +73447,7 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
73400
73447
|
} | null | undefined;
|
|
73401
73448
|
imageAlt?: string | null | undefined;
|
|
73402
73449
|
imageCaption?: string | null | undefined;
|
|
73450
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
73403
73451
|
}[] | null | undefined;
|
|
73404
73452
|
customBlockKey?: string | null | undefined;
|
|
73405
73453
|
customBlockProperties?: {
|
|
@@ -73709,6 +73757,7 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
73709
73757
|
} | null | undefined;
|
|
73710
73758
|
imageAlt?: string | null | undefined;
|
|
73711
73759
|
imageCaption?: string | null | undefined;
|
|
73760
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
73712
73761
|
}[] | null | undefined;
|
|
73713
73762
|
customBlockKey?: string | null | undefined;
|
|
73714
73763
|
customBlockProperties?: {
|
|
@@ -73927,6 +73976,7 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
73927
73976
|
} | null | undefined;
|
|
73928
73977
|
imageAlt?: string | null | undefined;
|
|
73929
73978
|
imageCaption?: string | null | undefined;
|
|
73979
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
73930
73980
|
}[] | null | undefined;
|
|
73931
73981
|
customBlockKey?: string | null | undefined;
|
|
73932
73982
|
customBlockProperties?: {
|
|
@@ -74265,6 +74315,7 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
74265
74315
|
} | null | undefined;
|
|
74266
74316
|
imageAlt?: string | null | undefined;
|
|
74267
74317
|
imageCaption?: string | null | undefined;
|
|
74318
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
74268
74319
|
}[] | null | undefined;
|
|
74269
74320
|
customBlockKey?: string | null | undefined;
|
|
74270
74321
|
customBlockProperties?: {
|
|
@@ -74483,6 +74534,7 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
74483
74534
|
} | null | undefined;
|
|
74484
74535
|
imageAlt?: string | null | undefined;
|
|
74485
74536
|
imageCaption?: string | null | undefined;
|
|
74537
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
74486
74538
|
}[] | null | undefined;
|
|
74487
74539
|
customBlockKey?: string | null | undefined;
|
|
74488
74540
|
customBlockProperties?: {
|
|
@@ -135515,6 +135567,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
135515
135567
|
} | null | undefined;
|
|
135516
135568
|
imageAlt?: string | null | undefined;
|
|
135517
135569
|
imageCaption?: string | null | undefined;
|
|
135570
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
135518
135571
|
}[] | null | undefined;
|
|
135519
135572
|
customBlockKey?: string | null | undefined;
|
|
135520
135573
|
customBlockProperties?: {
|
|
@@ -135733,6 +135786,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
135733
135786
|
} | null | undefined;
|
|
135734
135787
|
imageAlt?: string | null | undefined;
|
|
135735
135788
|
imageCaption?: string | null | undefined;
|
|
135789
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
135736
135790
|
}[] | null | undefined;
|
|
135737
135791
|
customBlockKey?: string | null | undefined;
|
|
135738
135792
|
customBlockProperties?: {
|
|
@@ -136019,6 +136073,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
136019
136073
|
} | null | undefined;
|
|
136020
136074
|
imageAlt?: string | null | undefined;
|
|
136021
136075
|
imageCaption?: string | null | undefined;
|
|
136076
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
136022
136077
|
}[] | null | undefined;
|
|
136023
136078
|
customBlockKey?: string | null | undefined;
|
|
136024
136079
|
customBlockProperties?: {
|
|
@@ -136237,6 +136292,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
136237
136292
|
} | null | undefined;
|
|
136238
136293
|
imageAlt?: string | null | undefined;
|
|
136239
136294
|
imageCaption?: string | null | undefined;
|
|
136295
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
136240
136296
|
}[] | null | undefined;
|
|
136241
136297
|
customBlockKey?: string | null | undefined;
|
|
136242
136298
|
customBlockProperties?: {
|
|
@@ -136546,6 +136602,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
136546
136602
|
} | null | undefined;
|
|
136547
136603
|
imageAlt?: string | null | undefined;
|
|
136548
136604
|
imageCaption?: string | null | undefined;
|
|
136605
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
136549
136606
|
}[] | null | undefined;
|
|
136550
136607
|
customBlockKey?: string | null | undefined;
|
|
136551
136608
|
customBlockProperties?: {
|
|
@@ -136764,6 +136821,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
136764
136821
|
} | null | undefined;
|
|
136765
136822
|
imageAlt?: string | null | undefined;
|
|
136766
136823
|
imageCaption?: string | null | undefined;
|
|
136824
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
136767
136825
|
}[] | null | undefined;
|
|
136768
136826
|
customBlockKey?: string | null | undefined;
|
|
136769
136827
|
customBlockProperties?: {
|
|
@@ -137484,6 +137542,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
137484
137542
|
} | null | undefined;
|
|
137485
137543
|
imageAlt?: string | null | undefined;
|
|
137486
137544
|
imageCaption?: string | null | undefined;
|
|
137545
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
137487
137546
|
}[] | null | undefined;
|
|
137488
137547
|
customBlockKey?: string | null | undefined;
|
|
137489
137548
|
customBlockProperties?: {
|
|
@@ -137702,6 +137761,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
137702
137761
|
} | null | undefined;
|
|
137703
137762
|
imageAlt?: string | null | undefined;
|
|
137704
137763
|
imageCaption?: string | null | undefined;
|
|
137764
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
137705
137765
|
}[] | null | undefined;
|
|
137706
137766
|
customBlockKey?: string | null | undefined;
|
|
137707
137767
|
customBlockProperties?: {
|
|
@@ -137988,6 +138048,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
137988
138048
|
} | null | undefined;
|
|
137989
138049
|
imageAlt?: string | null | undefined;
|
|
137990
138050
|
imageCaption?: string | null | undefined;
|
|
138051
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
137991
138052
|
}[] | null | undefined;
|
|
137992
138053
|
customBlockKey?: string | null | undefined;
|
|
137993
138054
|
customBlockProperties?: {
|
|
@@ -138206,6 +138267,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
138206
138267
|
} | null | undefined;
|
|
138207
138268
|
imageAlt?: string | null | undefined;
|
|
138208
138269
|
imageCaption?: string | null | undefined;
|
|
138270
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
138209
138271
|
}[] | null | undefined;
|
|
138210
138272
|
customBlockKey?: string | null | undefined;
|
|
138211
138273
|
customBlockProperties?: {
|
|
@@ -138515,6 +138577,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
138515
138577
|
} | null | undefined;
|
|
138516
138578
|
imageAlt?: string | null | undefined;
|
|
138517
138579
|
imageCaption?: string | null | undefined;
|
|
138580
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
138518
138581
|
}[] | null | undefined;
|
|
138519
138582
|
customBlockKey?: string | null | undefined;
|
|
138520
138583
|
customBlockProperties?: {
|
|
@@ -138733,6 +138796,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
138733
138796
|
} | null | undefined;
|
|
138734
138797
|
imageAlt?: string | null | undefined;
|
|
138735
138798
|
imageCaption?: string | null | undefined;
|
|
138799
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
138736
138800
|
}[] | null | undefined;
|
|
138737
138801
|
customBlockKey?: string | null | undefined;
|
|
138738
138802
|
customBlockProperties?: {
|
|
@@ -139071,6 +139135,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
139071
139135
|
} | null | undefined;
|
|
139072
139136
|
imageAlt?: string | null | undefined;
|
|
139073
139137
|
imageCaption?: string | null | undefined;
|
|
139138
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
139074
139139
|
}[] | null | undefined;
|
|
139075
139140
|
customBlockKey?: string | null | undefined;
|
|
139076
139141
|
customBlockProperties?: {
|
|
@@ -139289,6 +139354,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
139289
139354
|
} | null | undefined;
|
|
139290
139355
|
imageAlt?: string | null | undefined;
|
|
139291
139356
|
imageCaption?: string | null | undefined;
|
|
139357
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
139292
139358
|
}[] | null | undefined;
|
|
139293
139359
|
customBlockKey?: string | null | undefined;
|
|
139294
139360
|
customBlockProperties?: {
|
|
@@ -140370,6 +140436,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
140370
140436
|
} | null | undefined;
|
|
140371
140437
|
imageAlt?: string | null | undefined;
|
|
140372
140438
|
imageCaption?: string | null | undefined;
|
|
140439
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
140373
140440
|
}[] | null | undefined;
|
|
140374
140441
|
customBlockKey?: string | null | undefined;
|
|
140375
140442
|
customBlockProperties?: {
|
|
@@ -140588,6 +140655,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
140588
140655
|
} | null | undefined;
|
|
140589
140656
|
imageAlt?: string | null | undefined;
|
|
140590
140657
|
imageCaption?: string | null | undefined;
|
|
140658
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
140591
140659
|
}[] | null | undefined;
|
|
140592
140660
|
customBlockKey?: string | null | undefined;
|
|
140593
140661
|
customBlockProperties?: {
|
|
@@ -140863,6 +140931,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
140863
140931
|
} | null | undefined;
|
|
140864
140932
|
imageAlt?: string | null | undefined;
|
|
140865
140933
|
imageCaption?: string | null | undefined;
|
|
140934
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
140866
140935
|
}[] | null | undefined;
|
|
140867
140936
|
customBlockKey?: string | null | undefined;
|
|
140868
140937
|
customBlockProperties?: {
|
|
@@ -141081,6 +141150,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
141081
141150
|
} | null | undefined;
|
|
141082
141151
|
imageAlt?: string | null | undefined;
|
|
141083
141152
|
imageCaption?: string | null | undefined;
|
|
141153
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
141084
141154
|
}[] | null | undefined;
|
|
141085
141155
|
customBlockKey?: string | null | undefined;
|
|
141086
141156
|
customBlockProperties?: {
|
|
@@ -141551,6 +141621,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
141551
141621
|
} | null | undefined;
|
|
141552
141622
|
imageAlt?: string | null | undefined;
|
|
141553
141623
|
imageCaption?: string | null | undefined;
|
|
141624
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
141554
141625
|
}[] | null | undefined;
|
|
141555
141626
|
customBlockKey?: string | null | undefined;
|
|
141556
141627
|
customBlockProperties?: {
|
|
@@ -141769,6 +141840,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
141769
141840
|
} | null | undefined;
|
|
141770
141841
|
imageAlt?: string | null | undefined;
|
|
141771
141842
|
imageCaption?: string | null | undefined;
|
|
141843
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
141772
141844
|
}[] | null | undefined;
|
|
141773
141845
|
customBlockKey?: string | null | undefined;
|
|
141774
141846
|
customBlockProperties?: {
|
|
@@ -142055,6 +142127,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
142055
142127
|
} | null | undefined;
|
|
142056
142128
|
imageAlt?: string | null | undefined;
|
|
142057
142129
|
imageCaption?: string | null | undefined;
|
|
142130
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
142058
142131
|
}[] | null | undefined;
|
|
142059
142132
|
customBlockKey?: string | null | undefined;
|
|
142060
142133
|
customBlockProperties?: {
|
|
@@ -142273,6 +142346,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
142273
142346
|
} | null | undefined;
|
|
142274
142347
|
imageAlt?: string | null | undefined;
|
|
142275
142348
|
imageCaption?: string | null | undefined;
|
|
142349
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
142276
142350
|
}[] | null | undefined;
|
|
142277
142351
|
customBlockKey?: string | null | undefined;
|
|
142278
142352
|
customBlockProperties?: {
|
|
@@ -142582,6 +142656,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
142582
142656
|
} | null | undefined;
|
|
142583
142657
|
imageAlt?: string | null | undefined;
|
|
142584
142658
|
imageCaption?: string | null | undefined;
|
|
142659
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
142585
142660
|
}[] | null | undefined;
|
|
142586
142661
|
customBlockKey?: string | null | undefined;
|
|
142587
142662
|
customBlockProperties?: {
|
|
@@ -142800,6 +142875,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
142800
142875
|
} | null | undefined;
|
|
142801
142876
|
imageAlt?: string | null | undefined;
|
|
142802
142877
|
imageCaption?: string | null | undefined;
|
|
142878
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
142803
142879
|
}[] | null | undefined;
|
|
142804
142880
|
customBlockKey?: string | null | undefined;
|
|
142805
142881
|
customBlockProperties?: {
|
|
@@ -143522,6 +143598,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
143522
143598
|
} | null | undefined;
|
|
143523
143599
|
imageAlt?: string | null | undefined;
|
|
143524
143600
|
imageCaption?: string | null | undefined;
|
|
143601
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
143525
143602
|
}[] | null | undefined;
|
|
143526
143603
|
customBlockKey?: string | null | undefined;
|
|
143527
143604
|
customBlockProperties?: {
|
|
@@ -143740,6 +143817,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
143740
143817
|
} | null | undefined;
|
|
143741
143818
|
imageAlt?: string | null | undefined;
|
|
143742
143819
|
imageCaption?: string | null | undefined;
|
|
143820
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
143743
143821
|
}[] | null | undefined;
|
|
143744
143822
|
customBlockKey?: string | null | undefined;
|
|
143745
143823
|
customBlockProperties?: {
|
|
@@ -144026,6 +144104,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
144026
144104
|
} | null | undefined;
|
|
144027
144105
|
imageAlt?: string | null | undefined;
|
|
144028
144106
|
imageCaption?: string | null | undefined;
|
|
144107
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
144029
144108
|
}[] | null | undefined;
|
|
144030
144109
|
customBlockKey?: string | null | undefined;
|
|
144031
144110
|
customBlockProperties?: {
|
|
@@ -144244,6 +144323,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
144244
144323
|
} | null | undefined;
|
|
144245
144324
|
imageAlt?: string | null | undefined;
|
|
144246
144325
|
imageCaption?: string | null | undefined;
|
|
144326
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
144247
144327
|
}[] | null | undefined;
|
|
144248
144328
|
customBlockKey?: string | null | undefined;
|
|
144249
144329
|
customBlockProperties?: {
|
|
@@ -144553,6 +144633,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
144553
144633
|
} | null | undefined;
|
|
144554
144634
|
imageAlt?: string | null | undefined;
|
|
144555
144635
|
imageCaption?: string | null | undefined;
|
|
144636
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
144556
144637
|
}[] | null | undefined;
|
|
144557
144638
|
customBlockKey?: string | null | undefined;
|
|
144558
144639
|
customBlockProperties?: {
|
|
@@ -144771,6 +144852,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
144771
144852
|
} | null | undefined;
|
|
144772
144853
|
imageAlt?: string | null | undefined;
|
|
144773
144854
|
imageCaption?: string | null | undefined;
|
|
144855
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
144774
144856
|
}[] | null | undefined;
|
|
144775
144857
|
customBlockKey?: string | null | undefined;
|
|
144776
144858
|
customBlockProperties?: {
|
|
@@ -145109,6 +145191,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
145109
145191
|
} | null | undefined;
|
|
145110
145192
|
imageAlt?: string | null | undefined;
|
|
145111
145193
|
imageCaption?: string | null | undefined;
|
|
145194
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
145112
145195
|
}[] | null | undefined;
|
|
145113
145196
|
customBlockKey?: string | null | undefined;
|
|
145114
145197
|
customBlockProperties?: {
|
|
@@ -145327,6 +145410,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
145327
145410
|
} | null | undefined;
|
|
145328
145411
|
imageAlt?: string | null | undefined;
|
|
145329
145412
|
imageCaption?: string | null | undefined;
|
|
145413
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
145330
145414
|
}[] | null | undefined;
|
|
145331
145415
|
customBlockKey?: string | null | undefined;
|
|
145332
145416
|
customBlockProperties?: {
|
|
@@ -146396,6 +146480,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
146396
146480
|
} | null | undefined;
|
|
146397
146481
|
imageAlt?: string | null | undefined;
|
|
146398
146482
|
imageCaption?: string | null | undefined;
|
|
146483
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
146399
146484
|
}[] | null | undefined;
|
|
146400
146485
|
customBlockKey?: string | null | undefined;
|
|
146401
146486
|
customBlockProperties?: {
|
|
@@ -146614,6 +146699,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
146614
146699
|
} | null | undefined;
|
|
146615
146700
|
imageAlt?: string | null | undefined;
|
|
146616
146701
|
imageCaption?: string | null | undefined;
|
|
146702
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
146617
146703
|
}[] | null | undefined;
|
|
146618
146704
|
customBlockKey?: string | null | undefined;
|
|
146619
146705
|
customBlockProperties?: {
|
|
@@ -146889,6 +146975,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
146889
146975
|
} | null | undefined;
|
|
146890
146976
|
imageAlt?: string | null | undefined;
|
|
146891
146977
|
imageCaption?: string | null | undefined;
|
|
146978
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
146892
146979
|
}[] | null | undefined;
|
|
146893
146980
|
customBlockKey?: string | null | undefined;
|
|
146894
146981
|
customBlockProperties?: {
|
|
@@ -147107,6 +147194,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
147107
147194
|
} | null | undefined;
|
|
147108
147195
|
imageAlt?: string | null | undefined;
|
|
147109
147196
|
imageCaption?: string | null | undefined;
|
|
147197
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
147110
147198
|
}[] | null | undefined;
|
|
147111
147199
|
customBlockKey?: string | null | undefined;
|
|
147112
147200
|
customBlockProperties?: {
|
|
@@ -148760,6 +148848,7 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
148760
148848
|
} | null | undefined;
|
|
148761
148849
|
imageAlt?: string | null | undefined;
|
|
148762
148850
|
imageCaption?: string | null | undefined;
|
|
148851
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
148763
148852
|
}[] | null | undefined;
|
|
148764
148853
|
customBlockKey?: string | null | undefined;
|
|
148765
148854
|
customBlockProperties?: {
|
|
@@ -148978,6 +149067,7 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
148978
149067
|
} | null | undefined;
|
|
148979
149068
|
imageAlt?: string | null | undefined;
|
|
148980
149069
|
imageCaption?: string | null | undefined;
|
|
149070
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
148981
149071
|
}[] | null | undefined;
|
|
148982
149072
|
customBlockKey?: string | null | undefined;
|
|
148983
149073
|
customBlockProperties?: {
|
|
@@ -149264,6 +149354,7 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
149264
149354
|
} | null | undefined;
|
|
149265
149355
|
imageAlt?: string | null | undefined;
|
|
149266
149356
|
imageCaption?: string | null | undefined;
|
|
149357
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
149267
149358
|
}[] | null | undefined;
|
|
149268
149359
|
customBlockKey?: string | null | undefined;
|
|
149269
149360
|
customBlockProperties?: {
|
|
@@ -149482,6 +149573,7 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
149482
149573
|
} | null | undefined;
|
|
149483
149574
|
imageAlt?: string | null | undefined;
|
|
149484
149575
|
imageCaption?: string | null | undefined;
|
|
149576
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
149485
149577
|
}[] | null | undefined;
|
|
149486
149578
|
customBlockKey?: string | null | undefined;
|
|
149487
149579
|
customBlockProperties?: {
|
|
@@ -149791,6 +149883,7 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
149791
149883
|
} | null | undefined;
|
|
149792
149884
|
imageAlt?: string | null | undefined;
|
|
149793
149885
|
imageCaption?: string | null | undefined;
|
|
149886
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
149794
149887
|
}[] | null | undefined;
|
|
149795
149888
|
customBlockKey?: string | null | undefined;
|
|
149796
149889
|
customBlockProperties?: {
|
|
@@ -150009,6 +150102,7 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
150009
150102
|
} | null | undefined;
|
|
150010
150103
|
imageAlt?: string | null | undefined;
|
|
150011
150104
|
imageCaption?: string | null | undefined;
|
|
150105
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
150012
150106
|
}[] | null | undefined;
|
|
150013
150107
|
customBlockKey?: string | null | undefined;
|
|
150014
150108
|
customBlockProperties?: {
|
|
@@ -150712,6 +150806,7 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
150712
150806
|
} | null | undefined;
|
|
150713
150807
|
imageAlt?: string | null | undefined;
|
|
150714
150808
|
imageCaption?: string | null | undefined;
|
|
150809
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
150715
150810
|
}[] | null | undefined;
|
|
150716
150811
|
customBlockKey?: string | null | undefined;
|
|
150717
150812
|
customBlockProperties?: {
|
|
@@ -150930,6 +151025,7 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
150930
151025
|
} | null | undefined;
|
|
150931
151026
|
imageAlt?: string | null | undefined;
|
|
150932
151027
|
imageCaption?: string | null | undefined;
|
|
151028
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
150933
151029
|
}[] | null | undefined;
|
|
150934
151030
|
customBlockKey?: string | null | undefined;
|
|
150935
151031
|
customBlockProperties?: {
|
|
@@ -151369,6 +151465,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
|
|
|
151369
151465
|
} | null | undefined;
|
|
151370
151466
|
imageAlt?: string | null | undefined;
|
|
151371
151467
|
imageCaption?: string | null | undefined;
|
|
151468
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
151372
151469
|
}[] | null | undefined;
|
|
151373
151470
|
customBlockKey?: string | null | undefined;
|
|
151374
151471
|
customBlockProperties?: {
|
|
@@ -151587,6 +151684,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
|
|
|
151587
151684
|
} | null | undefined;
|
|
151588
151685
|
imageAlt?: string | null | undefined;
|
|
151589
151686
|
imageCaption?: string | null | undefined;
|
|
151687
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
151590
151688
|
}[] | null | undefined;
|
|
151591
151689
|
customBlockKey?: string | null | undefined;
|
|
151592
151690
|
customBlockProperties?: {
|
|
@@ -151873,6 +151971,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
|
|
|
151873
151971
|
} | null | undefined;
|
|
151874
151972
|
imageAlt?: string | null | undefined;
|
|
151875
151973
|
imageCaption?: string | null | undefined;
|
|
151974
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
151876
151975
|
}[] | null | undefined;
|
|
151877
151976
|
customBlockKey?: string | null | undefined;
|
|
151878
151977
|
customBlockProperties?: {
|
|
@@ -152091,6 +152190,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
|
|
|
152091
152190
|
} | null | undefined;
|
|
152092
152191
|
imageAlt?: string | null | undefined;
|
|
152093
152192
|
imageCaption?: string | null | undefined;
|
|
152193
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
152094
152194
|
}[] | null | undefined;
|
|
152095
152195
|
customBlockKey?: string | null | undefined;
|
|
152096
152196
|
customBlockProperties?: {
|
|
@@ -152400,6 +152500,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
|
|
|
152400
152500
|
} | null | undefined;
|
|
152401
152501
|
imageAlt?: string | null | undefined;
|
|
152402
152502
|
imageCaption?: string | null | undefined;
|
|
152503
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
152403
152504
|
}[] | null | undefined;
|
|
152404
152505
|
customBlockKey?: string | null | undefined;
|
|
152405
152506
|
customBlockProperties?: {
|
|
@@ -152618,6 +152719,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
|
|
|
152618
152719
|
} | null | undefined;
|
|
152619
152720
|
imageAlt?: string | null | undefined;
|
|
152620
152721
|
imageCaption?: string | null | undefined;
|
|
152722
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
152621
152723
|
}[] | null | undefined;
|
|
152622
152724
|
customBlockKey?: string | null | undefined;
|
|
152623
152725
|
customBlockProperties?: {
|
|
@@ -153764,20 +153866,20 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
|
|
|
153764
153866
|
properties: z.ZodArray<z.ZodObject<{
|
|
153765
153867
|
id: z.ZodString;
|
|
153766
153868
|
name: z.ZodString;
|
|
153767
|
-
type: z.ZodEnum<["RichText", "MultiRichText", "Text", "Boolean", "Number", "SingleSelect", "MultiSelect", "Image", "Token", "TokenType", "TokenProperty", "Component", "ComponentProperty", "Asset", "AssetProperty", "FigmaNode", "EmbedURL", "URL", "Markdown", "Code", "CodeSandbox", "Table", "Divider", "Storybook", "Color", "FigmaComponent"]>;
|
|
153869
|
+
type: z.ZodEnum<["RichText", "MultiRichText", "RichTextEditor", "Text", "Boolean", "Number", "SingleSelect", "MultiSelect", "Image", "Token", "TokenType", "TokenProperty", "Component", "ComponentProperty", "Asset", "AssetProperty", "FigmaNode", "EmbedURL", "URL", "Markdown", "Code", "CodeSandbox", "Table", "Divider", "Storybook", "Color", "FigmaComponent"]>;
|
|
153768
153870
|
description: z.ZodOptional<z.ZodString>;
|
|
153769
153871
|
options: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
153770
153872
|
variantOptions: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
153771
153873
|
}, "strip", z.ZodTypeAny, {
|
|
153772
153874
|
id: string;
|
|
153773
|
-
type: "Image" | "Text" | "Number" | "Boolean" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Code" | "Divider" | "Table" | "Markdown" | "FigmaNode" | "Asset" | "RichText" | "MultiRichText" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "AssetProperty" | "EmbedURL" | "CodeSandbox" | "Storybook";
|
|
153875
|
+
type: "Image" | "Text" | "Number" | "Boolean" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Code" | "Divider" | "Table" | "Markdown" | "FigmaNode" | "Asset" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "AssetProperty" | "EmbedURL" | "CodeSandbox" | "Storybook";
|
|
153774
153876
|
name: string;
|
|
153775
153877
|
options?: Record<string, any> | undefined;
|
|
153776
153878
|
description?: string | undefined;
|
|
153777
153879
|
variantOptions?: Record<string, Record<string, any>> | undefined;
|
|
153778
153880
|
}, {
|
|
153779
153881
|
id: string;
|
|
153780
|
-
type: "Image" | "Text" | "Number" | "Boolean" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Code" | "Divider" | "Table" | "Markdown" | "FigmaNode" | "Asset" | "RichText" | "MultiRichText" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "AssetProperty" | "EmbedURL" | "CodeSandbox" | "Storybook";
|
|
153882
|
+
type: "Image" | "Text" | "Number" | "Boolean" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Code" | "Divider" | "Table" | "Markdown" | "FigmaNode" | "Asset" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "AssetProperty" | "EmbedURL" | "CodeSandbox" | "Storybook";
|
|
153781
153883
|
name: string;
|
|
153782
153884
|
options?: Record<string, any> | undefined;
|
|
153783
153885
|
description?: string | undefined;
|
|
@@ -153873,7 +153975,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
|
|
|
153873
153975
|
}, "strip", z.ZodTypeAny, {
|
|
153874
153976
|
properties: {
|
|
153875
153977
|
id: string;
|
|
153876
|
-
type: "Image" | "Text" | "Number" | "Boolean" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Code" | "Divider" | "Table" | "Markdown" | "FigmaNode" | "Asset" | "RichText" | "MultiRichText" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "AssetProperty" | "EmbedURL" | "CodeSandbox" | "Storybook";
|
|
153978
|
+
type: "Image" | "Text" | "Number" | "Boolean" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Code" | "Divider" | "Table" | "Markdown" | "FigmaNode" | "Asset" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "AssetProperty" | "EmbedURL" | "CodeSandbox" | "Storybook";
|
|
153877
153979
|
name: string;
|
|
153878
153980
|
options?: Record<string, any> | undefined;
|
|
153879
153981
|
description?: string | undefined;
|
|
@@ -153912,7 +154014,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
|
|
|
153912
154014
|
}, {
|
|
153913
154015
|
properties: {
|
|
153914
154016
|
id: string;
|
|
153915
|
-
type: "Image" | "Text" | "Number" | "Boolean" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Code" | "Divider" | "Table" | "Markdown" | "FigmaNode" | "Asset" | "RichText" | "MultiRichText" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "AssetProperty" | "EmbedURL" | "CodeSandbox" | "Storybook";
|
|
154017
|
+
type: "Image" | "Text" | "Number" | "Boolean" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Code" | "Divider" | "Table" | "Markdown" | "FigmaNode" | "Asset" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "AssetProperty" | "EmbedURL" | "CodeSandbox" | "Storybook";
|
|
153916
154018
|
name: string;
|
|
153917
154019
|
options?: Record<string, any> | undefined;
|
|
153918
154020
|
description?: string | undefined;
|
|
@@ -154046,7 +154148,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
|
|
|
154046
154148
|
item: {
|
|
154047
154149
|
properties: {
|
|
154048
154150
|
id: string;
|
|
154049
|
-
type: "Image" | "Text" | "Number" | "Boolean" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Code" | "Divider" | "Table" | "Markdown" | "FigmaNode" | "Asset" | "RichText" | "MultiRichText" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "AssetProperty" | "EmbedURL" | "CodeSandbox" | "Storybook";
|
|
154151
|
+
type: "Image" | "Text" | "Number" | "Boolean" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Code" | "Divider" | "Table" | "Markdown" | "FigmaNode" | "Asset" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "AssetProperty" | "EmbedURL" | "CodeSandbox" | "Storybook";
|
|
154050
154152
|
name: string;
|
|
154051
154153
|
options?: Record<string, any> | undefined;
|
|
154052
154154
|
description?: string | undefined;
|
|
@@ -154119,7 +154221,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
|
|
|
154119
154221
|
item: {
|
|
154120
154222
|
properties: {
|
|
154121
154223
|
id: string;
|
|
154122
|
-
type: "Image" | "Text" | "Number" | "Boolean" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Code" | "Divider" | "Table" | "Markdown" | "FigmaNode" | "Asset" | "RichText" | "MultiRichText" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "AssetProperty" | "EmbedURL" | "CodeSandbox" | "Storybook";
|
|
154224
|
+
type: "Image" | "Text" | "Number" | "Boolean" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Code" | "Divider" | "Table" | "Markdown" | "FigmaNode" | "Asset" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "AssetProperty" | "EmbedURL" | "CodeSandbox" | "Storybook";
|
|
154123
154225
|
name: string;
|
|
154124
154226
|
options?: Record<string, any> | undefined;
|
|
154125
154227
|
description?: string | undefined;
|
|
@@ -154386,7 +154488,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
|
|
|
154386
154488
|
item: {
|
|
154387
154489
|
properties: {
|
|
154388
154490
|
id: string;
|
|
154389
|
-
type: "Image" | "Text" | "Number" | "Boolean" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Code" | "Divider" | "Table" | "Markdown" | "FigmaNode" | "Asset" | "RichText" | "MultiRichText" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "AssetProperty" | "EmbedURL" | "CodeSandbox" | "Storybook";
|
|
154491
|
+
type: "Image" | "Text" | "Number" | "Boolean" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Code" | "Divider" | "Table" | "Markdown" | "FigmaNode" | "Asset" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "AssetProperty" | "EmbedURL" | "CodeSandbox" | "Storybook";
|
|
154390
154492
|
name: string;
|
|
154391
154493
|
options?: Record<string, any> | undefined;
|
|
154392
154494
|
description?: string | undefined;
|
|
@@ -154635,6 +154737,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
|
|
|
154635
154737
|
} | null | undefined;
|
|
154636
154738
|
imageAlt?: string | null | undefined;
|
|
154637
154739
|
imageCaption?: string | null | undefined;
|
|
154740
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
154638
154741
|
}[] | null | undefined;
|
|
154639
154742
|
customBlockKey?: string | null | undefined;
|
|
154640
154743
|
customBlockProperties?: {
|
|
@@ -154853,6 +154956,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
|
|
|
154853
154956
|
} | null | undefined;
|
|
154854
154957
|
imageAlt?: string | null | undefined;
|
|
154855
154958
|
imageCaption?: string | null | undefined;
|
|
154959
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
154856
154960
|
}[] | null | undefined;
|
|
154857
154961
|
customBlockKey?: string | null | undefined;
|
|
154858
154962
|
customBlockProperties?: {
|
|
@@ -155089,7 +155193,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
|
|
|
155089
155193
|
item: {
|
|
155090
155194
|
properties: {
|
|
155091
155195
|
id: string;
|
|
155092
|
-
type: "Image" | "Text" | "Number" | "Boolean" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Code" | "Divider" | "Table" | "Markdown" | "FigmaNode" | "Asset" | "RichText" | "MultiRichText" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "AssetProperty" | "EmbedURL" | "CodeSandbox" | "Storybook";
|
|
155196
|
+
type: "Image" | "Text" | "Number" | "Boolean" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Code" | "Divider" | "Table" | "Markdown" | "FigmaNode" | "Asset" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "AssetProperty" | "EmbedURL" | "CodeSandbox" | "Storybook";
|
|
155093
155197
|
name: string;
|
|
155094
155198
|
options?: Record<string, any> | undefined;
|
|
155095
155199
|
description?: string | undefined;
|
|
@@ -155454,6 +155558,7 @@ declare const RestoredDocumentationPage: z.ZodObject<{
|
|
|
155454
155558
|
} | null | undefined;
|
|
155455
155559
|
imageAlt?: string | null | undefined;
|
|
155456
155560
|
imageCaption?: string | null | undefined;
|
|
155561
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
155457
155562
|
}[] | null | undefined;
|
|
155458
155563
|
customBlockKey?: string | null | undefined;
|
|
155459
155564
|
customBlockProperties?: {
|
|
@@ -155672,6 +155777,7 @@ declare const RestoredDocumentationPage: z.ZodObject<{
|
|
|
155672
155777
|
} | null | undefined;
|
|
155673
155778
|
imageAlt?: string | null | undefined;
|
|
155674
155779
|
imageCaption?: string | null | undefined;
|
|
155780
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
155675
155781
|
}[] | null | undefined;
|
|
155676
155782
|
customBlockKey?: string | null | undefined;
|
|
155677
155783
|
customBlockProperties?: {
|
|
@@ -155958,6 +156064,7 @@ declare const RestoredDocumentationPage: z.ZodObject<{
|
|
|
155958
156064
|
} | null | undefined;
|
|
155959
156065
|
imageAlt?: string | null | undefined;
|
|
155960
156066
|
imageCaption?: string | null | undefined;
|
|
156067
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
155961
156068
|
}[] | null | undefined;
|
|
155962
156069
|
customBlockKey?: string | null | undefined;
|
|
155963
156070
|
customBlockProperties?: {
|
|
@@ -156176,6 +156283,7 @@ declare const RestoredDocumentationPage: z.ZodObject<{
|
|
|
156176
156283
|
} | null | undefined;
|
|
156177
156284
|
imageAlt?: string | null | undefined;
|
|
156178
156285
|
imageCaption?: string | null | undefined;
|
|
156286
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
156179
156287
|
}[] | null | undefined;
|
|
156180
156288
|
customBlockKey?: string | null | undefined;
|
|
156181
156289
|
customBlockProperties?: {
|
|
@@ -156485,6 +156593,7 @@ declare const RestoredDocumentationPage: z.ZodObject<{
|
|
|
156485
156593
|
} | null | undefined;
|
|
156486
156594
|
imageAlt?: string | null | undefined;
|
|
156487
156595
|
imageCaption?: string | null | undefined;
|
|
156596
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
156488
156597
|
}[] | null | undefined;
|
|
156489
156598
|
customBlockKey?: string | null | undefined;
|
|
156490
156599
|
customBlockProperties?: {
|
|
@@ -156703,6 +156812,7 @@ declare const RestoredDocumentationPage: z.ZodObject<{
|
|
|
156703
156812
|
} | null | undefined;
|
|
156704
156813
|
imageAlt?: string | null | undefined;
|
|
156705
156814
|
imageCaption?: string | null | undefined;
|
|
156815
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
156706
156816
|
}[] | null | undefined;
|
|
156707
156817
|
customBlockKey?: string | null | undefined;
|
|
156708
156818
|
customBlockProperties?: {
|
|
@@ -158400,6 +158510,7 @@ declare const RestoredDocumentationPage: z.ZodObject<{
|
|
|
158400
158510
|
} | null | undefined;
|
|
158401
158511
|
imageAlt?: string | null | undefined;
|
|
158402
158512
|
imageCaption?: string | null | undefined;
|
|
158513
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
158403
158514
|
}[] | null | undefined;
|
|
158404
158515
|
customBlockKey?: string | null | undefined;
|
|
158405
158516
|
customBlockProperties?: {
|
|
@@ -158618,6 +158729,7 @@ declare const RestoredDocumentationPage: z.ZodObject<{
|
|
|
158618
158729
|
} | null | undefined;
|
|
158619
158730
|
imageAlt?: string | null | undefined;
|
|
158620
158731
|
imageCaption?: string | null | undefined;
|
|
158732
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
158621
158733
|
}[] | null | undefined;
|
|
158622
158734
|
customBlockKey?: string | null | undefined;
|
|
158623
158735
|
customBlockProperties?: {
|
|
@@ -165565,4 +165677,4 @@ declare const WorkspaceWithDesignSystems: z.ZodObject<{
|
|
|
165565
165677
|
}>;
|
|
165566
165678
|
type WorkspaceWithDesignSystems = z.infer<typeof WorkspaceWithDesignSystems>;
|
|
165567
165679
|
|
|
165568
|
-
export { Address, type AllFields, type ArrayElementType, Asset, AssetDeleteSchedule, type AssetDeleteScheduleDbInput, AssetDeleteScheduleStatus, AssetDynamoRecord, AssetFontProperties, type AssetImportModel, AssetImportModelInput, AssetOrigin, AssetProcessStatus, AssetProperties, AssetReference, type AssetReferenceDiff, AssetRenderConfiguration, AssetScope, AssetType, AssetValue, AuthTokens, BaseComponent, BillingDetails, type BillingInterval, BillingIntervalSchema, BillingType, BillingTypeSchema, BlurTokenData, BlurType, BlurValue, BorderPosition, BorderRadiusTokenData, BorderRadiusUnit, BorderRadiusValue, BorderStyle, BorderTokenData, BorderValue, BorderWidthTokenData, BorderWidthUnit, BorderWidthValue, Brand, BrandedElementGroup, type Card, CardSchema, ChangedImportedFigmaSourceData, CodeIntegrationDump, ColorTokenData, ColorTokenInlineData, ColorValue, Component, ComponentAsset, type ComponentDiff, ComponentElementData, ComponentImportModel, ComponentImportModelInput, ComponentOrigin, ComponentOriginPart, ComponentSet, ContentLoadInstruction, ContentLoaderPayload, type CreateAssetReference, type CreateBrand, type CreateComponent, type CreateDataSource, type CreateDesignElement, type CreateDesignElementReference, type CreateDesignSystemVersion, type CreateDesignSystemVersionRoom, CreateDesignToken, type CreateDocumentationPageApproval, type CreateDocumentationPageContent, type CreateDocumentationPageRoom, type CreateDocumentationPageSnapshot, type CreateDocumentationPageV1, type CreateDocumentationPageV2, type CreateElementGroup, type CreateElementGroupSnapshot, type CreateElementPropertyDefinition, type CreateElementPropertyValue, type CreateElementView, type CreateElementViewColumn, type CreateExportJob, type CreateExporterMembership, type CreateFigmaFileStructure, type CreateFigmaNodeReference, type CreateImportJob, type CreatePersonalAccessToken, type CreatePublishedDocPage, type CreateTheme, CreateUserInput, CreateWorkspaceInput, type CreateWorkspaceRoom, CustomDomain, type CustomDomainState, Customer, DataSource, DataSourceAutoImportMode, DataSourceFigmaFileData, DataSourceFigmaFileVersionData, DataSourceFigmaImportMetadata, DataSourceFigmaRemote, DataSourceFigmaScope, DataSourceFigmaState, DataSourceImportModel, DataSourceRemote, DataSourceRemoteType, DataSourceStats, DataSourceTokenStudioRemote, DataSourceUploadImportMetadata, DataSourceUploadRemote, DataSourceUploadRemoteSource, DataSourceVersion, type DbCreateInputOmit, type DbUpdate, type DbUpdateInputOmit, type Defined, DesignElement, DesignElementBase, DesignElementBrandedPart, DesignElementCategory, DesignElementGroupableBase, DesignElementGroupablePart, DesignElementGroupableRequiredPart, DesignElementImportedBase, DesignElementOrigin, type DesignElementOriginImportModel, type DesignElementReference, DesignElementSlugPart, DesignElementSnapshotBase, DesignElementSnapshotReason, DesignElementType, DesignSystem, DesignSystemCreateInput, DesignSystemDump, DesignSystemElementExportProps, DesignSystemSwitcher, DesignSystemUpdateInput, DesignSystemUpdateInputMetadata, DesignSystemVersion, DesignSystemVersionDump, DesignSystemVersionMultiplayerDump, DesignSystemVersionRoom, DesignSystemVersionRoomInitialState, DesignSystemVersionRoomInternalSettings, DesignSystemVersionRoomUpdate, DesignSystemWithWorkspace, DesignToken, DesignTokenBase, DesignTokenImportModel, DesignTokenImportModelBase, DesignTokenImportModelInput, DesignTokenImportModelInputBase, type DesignTokenImportModelInputOfType, type DesignTokenImportModelOfType, type DesignTokenOfType, DesignTokenOrigin, DesignTokenOriginPart, DesignTokenType, DesignTokenTypedData, type DesignTokenTypedDataOfType, type DesignTokensDiff, DimensionTokenData, DimensionUnit, DimensionValue, DocumentationComment, DocumentationCommentThread, DocumentationGroupBehavior, DocumentationGroupV1, DocumentationItemConfigurationV1, DocumentationItemConfigurationV2, DocumentationItemHeaderAlignment, DocumentationItemHeaderAlignmentSchema, DocumentationItemHeaderImageScaleType, DocumentationItemHeaderImageScaleTypeSchema, DocumentationItemHeaderV1, DocumentationItemHeaderV2, DocumentationLinkPreview, DocumentationPage, DocumentationPageAnchor, DocumentationPageApproval, DocumentationPageApprovalState, DocumentationPageContent, DocumentationPageContentBackup, DocumentationPageContentData, DocumentationPageContentItem, DocumentationPageDataV1, DocumentationPageDataV2, DocumentationPageGroup, DocumentationPageRoom, DocumentationPageRoomDump, DocumentationPageRoomInitialStateUpdate, DocumentationPageRoomRoomUpdate, DocumentationPageRoomState, DocumentationPageSnapshot, DocumentationPageV1, DocumentationPageV2, DocumentationSettings, DocumentationThreadDump, DurationTokenData, DurationUnit, DurationValue, ElementGroup, ElementGroupDataV1, ElementGroupDataV2, ElementGroupSnapshot, type ElementGroupsDiff, ElementPropertyDefinition, type ElementPropertyDefinitionDiff, ElementPropertyDefinitionOption, ElementPropertyLinkType, type ElementPropertyReference, ElementPropertyTargetType, ElementPropertyType, ElementPropertyTypeSchema, ElementPropertyValue, type ElementPropertyValueDiff, ElementView, ElementViewBaseColumnType, ElementViewBasePropertyColumn, ElementViewColumn, ElementViewColumnSharedAttributes, ElementViewColumnType, ElementViewPropertyDefinitionColumn, ElementViewThemeColumn, Entity, Event, EventDataSourceImported, EventVersionReleased, type ExplicitPartial, ExportDestinationsMap, ExportJob, ExportJobContext, ExportJobDestinationType, ExportJobDocsDestinationResult, ExportJobDocumentationChanges, ExportJobDocumentationContext, ExportJobDump, ExportJobFindByFilter, ExportJobLogEntry, ExportJobLogEntryType, ExportJobPullRequestDestinationResult, ExportJobResult, ExportJobS3DestinationResult, ExportJobStatus, Exporter, ExporterDestinationAzure, ExporterDestinationBitbucket, ExporterDestinationDocs, ExporterDestinationGithub, ExporterDestinationGitlab, ExporterDestinationS3, ExporterDetails, ExporterFunctionPayload, ExporterPropertyImageValue, ExporterPropertyValue, ExporterPropertyValuesCollection, ExporterPulsarDetails, ExporterSource, ExporterTag, ExporterType, ExporterWorkspaceMembership, ExporterWorkspaceMembershipRole, type ExtendedIntegration, ExtendedIntegrationType, ExternalOAuthRequest, ExternalServiceType, FeatureFlag, FeatureFlagMap, type FeatureLimitedDetails, type FeatureToggleDetails, type FeatureWithImportJobsDetails, FeaturesSummary, FigmaComponentBooleanProperty, FigmaComponentInstanceSwapProperty, FigmaComponentProperties, FigmaComponentPropertyType, FigmaComponentSetProperties, FigmaComponentTextProperty, FigmaComponentVariantProperty, FigmaFileAccessData, FigmaFileDownloadScope, FigmaFileStructure, FigmaFileStructureData, type FigmaFileStructureDiff, FigmaFileStructureElementData, FigmaFileStructureImportModel, FigmaFileStructureImportModelInput, FigmaFileStructureNode, FigmaFileStructureNodeBase, FigmaFileStructureNodeImportModel, FigmaFileStructureNodeType, FigmaFileStructureOrigin, FigmaFileStructureStatistics, FigmaImportBaseContext, FigmaImportContextWithDownloadScopes, FigmaImportContextWithSourcesState, FigmaNodeReference, FigmaNodeReferenceData, type FigmaNodeReferenceDiff, FigmaNodeReferenceElementData, FigmaNodeReferenceOrigin, FigmaNodeRenderFormat, FigmaPngRenderImportModel, FigmaRenderBase, FigmaRenderFormat, FigmaRenderImportModel, FigmaSvgRenderImportModel, FileStructureStats, FlaggedFeature, FontFamilyTokenData, FontFamilyValue, FontSizeTokenData, FontSizeUnit, FontSizeValue, FontWeightTokenData, FontWeightValue, GitBranch, GitIntegrationType, GitObjectsQuery, GitOrganization, GitProject, GitProvider, GitProviderNames, GitRepository, GradientLayerData, GradientLayerValue, GradientStop, GradientTokenData, GradientTokenValue, GradientType, HANDLE_MAX_LENGTH, HANDLE_MIN_LENGTH, HierarchicalElements, IconSet, ImageImportModel, ImageImportModelType, ImportFunctionInput, ImportJob, ImportJobOperation, ImportJobState, ImportModelBase, ImportModelCollection, ImportModelInputBase, ImportModelInputCollection, ImportWarning, ImportWarningType, type ImportedAsset, type ImportedComponent, type ImportedDesignToken, type ImportedDesignTokenOfType, ImportedFigmaSourceData, Integration, IntegrationAuthType, IntegrationCredentials, IntegrationCredentialsProfile, IntegrationCredentialsState, IntegrationCredentialsType, IntegrationDesignSystem, IntegrationToken, type IntegrationTokenOld, IntegrationTokenSchemaOld, IntegrationType, IntegrationUserInfo, InternalStatus, InternalStatusSchema, type Invoice, type InvoiceCoupon, InvoiceCouponSchema, type InvoiceLine, InvoiceLineSchema, InvoiceSchema, LetterSpacingTokenData, LetterSpacingUnit, LetterSpacingValue, LineHeightTokenData, LineHeightUnit, LineHeightValue, LiveblocksNotificationSettings, MAX_MEMBERS_COUNT, NpmPackage, NpmProxyToken, NpmProxyTokenPayload, NpmRegistrCustomAuthConfig, NpmRegistryAuthConfig, NpmRegistryAuthType, NpmRegistryBasicAuthConfig, NpmRegistryBearerAuthConfig, NpmRegistryConfig, NpmRegistryNoAuthConfig, NpmRegistryType, type Nullish, OAuthProvider, OAuthProviderNames, OAuthProviderSchema, ObjectMeta, type OmitStrict, OpacityTokenData, OpacityValue, type Optional, type OptionalToNullable, PageBlockAlignment, PageBlockAppearanceV2, PageBlockAsset, PageBlockAssetComponent, PageBlockAssetEntityMeta, PageBlockAssetType, PageBlockBaseV1, PageBlockBehaviorDataType, PageBlockBehaviorSelectionType, PageBlockCalloutType, PageBlockCategory, PageBlockCodeLanguage, PageBlockColorV2, PageBlockCustomBlockPropertyImageValue, PageBlockCustomBlockPropertyValue, PageBlockDataV2, PageBlockDefinition, PageBlockDefinitionAppearance, PageBlockDefinitionBehavior, PageBlockDefinitionBooleanOptions, PageBlockDefinitionBooleanPropertyStyle, PageBlockDefinitionComponentOptions, PageBlockDefinitionImageAspectRatio, PageBlockDefinitionImageOptions, PageBlockDefinitionImageWidth, PageBlockDefinitionItem, PageBlockDefinitionLayout, PageBlockDefinitionLayoutAlign, PageBlockDefinitionLayoutBase, PageBlockDefinitionLayoutGap, PageBlockDefinitionLayoutResizing, PageBlockDefinitionLayoutType, PageBlockDefinitionMultiRichTextPropertyStyle, PageBlockDefinitionMultiSelectPropertyStyle, PageBlockDefinitionMutiRichTextOptions, PageBlockDefinitionNumberOptions, PageBlockDefinitionOnboarding, PageBlockDefinitionProperty, PageBlockDefinitionPropertyType, PageBlockDefinitionRichTextOptions, PageBlockDefinitionRichTextPropertyStyle, PageBlockDefinitionSelectChoice, PageBlockDefinitionSelectOptions, PageBlockDefinitionSingleSelectPropertyColor, PageBlockDefinitionSingleSelectPropertyStyle, PageBlockDefinitionTextOptions, PageBlockDefinitionTextPropertyColor, PageBlockDefinitionTextPropertyStyle, PageBlockDefinitionUntypedPropertyOptions, PageBlockDefinitionVariant, PageBlockDefinitionsMap, PageBlockEditorModelV2, PageBlockFigmaComponentEntityMeta, PageBlockFigmaFrameProperties, PageBlockFigmaNodeEntityMeta, PageBlockFrame, PageBlockFrameOrigin, PageBlockGuideline, PageBlockImageAlignment, PageBlockImageReference, PageBlockImageResourceReference, PageBlockImageType, PageBlockItemAssetPropertyValue, PageBlockItemAssetValue, PageBlockItemBooleanValue, PageBlockItemCodeValue, PageBlockItemColorValue, PageBlockItemComponentPropertyValue, PageBlockItemComponentValue, PageBlockItemDividerValue, PageBlockItemEmbedValue, PageBlockItemFigmaComponentValue, PageBlockItemFigmaNodeValue, PageBlockItemImageValue, PageBlockItemMarkdownValue, PageBlockItemMultiRichTextValue, PageBlockItemMultiSelectValue, PageBlockItemNumberValue, PageBlockItemRichTextValue, PageBlockItemSandboxValue, PageBlockItemSingleSelectValue, PageBlockItemStorybookValue, PageBlockItemTableCell, PageBlockItemTableImageNode, PageBlockItemTableMultiRichTextNode, PageBlockItemTableNode, PageBlockItemTableRichTextNode, PageBlockItemTableRow, PageBlockItemTableValue, PageBlockItemTextValue, PageBlockItemTokenPropertyValue, PageBlockItemTokenTypeValue, PageBlockItemTokenValue, PageBlockItemUntypedValue, PageBlockItemUrlValue, PageBlockItemV2, PageBlockLinkPreview, PageBlockLinkType, PageBlockLinkV2, PageBlockPreviewContainerSize, PageBlockRenderCodeProperties, PageBlockResourceFrameNodeReference, PageBlockShortcut, PageBlockTableCellAlignment, PageBlockTableColumn, PageBlockTableProperties, PageBlockText, PageBlockTextSpan, PageBlockTextSpanAttribute, PageBlockTextSpanAttributeType, PageBlockTheme, PageBlockThemeDisplayMode, PageBlockThemeType, PageBlockTilesAlignment, PageBlockTilesLayout, PageBlockTypeV1, PageBlockUrlPreview, PageBlockV1, PageBlockV2, PageSectionAppearanceV2, PageSectionColumnV2, PageSectionEditorModelV2, PageSectionItemV2, PageSectionPaddingV2, PageSectionTypeV2, type Pagination, ParagraphIndentTokenData, ParagraphIndentUnit, ParagraphIndentValue, ParagraphSpacingTokenData, ParagraphSpacingUnit, ParagraphSpacingValue, PeriodSchema, PersonalAccessToken, type PersonalAccessTokenWithUser, Pipeline, PipelineDestinationExtraType, PipelineDestinationGitType, PipelineDestinationType, PipelineEventType, type PluginOAuthRequest, PluginOAuthRequestSchema, Point2D, PostStripeCheckoutBodyInputSchema, PostStripeCheckoutOutputSchema, PostStripePortalSessionBodyInputSchema, PostStripePortalSessionOutputSchema, PostStripePortalUpdateSessionBodyInputSchema, type Price, PriceSchema, ProductCode, ProductCodeSchema, ProductCopyTokenData, ProductCopyValue, PublishedDoc, PublishedDocEnvironment, PublishedDocPage, PublishedDocRoutingVersion, PublishedDocsChecksums, PublishedDocsDump, PulsarBaseProperty, PulsarContributionConfigurationProperty, PulsarContributionVariant, PulsarCustomBlock, PulsarPropertyType, RESERVED_SLUGS, RESERVED_SLUG_PREFIX, RenderedAssetFile, ResolvedAsset, type RestoreDocumentationPage, type RestoreElementGroup, RestoredDocumentationGroup, RestoredDocumentationPage, RoomType, RoomTypeEnum, RoomTypeSchema, SHORT_PERSISTENT_ID_LENGTH, SafeIdSchema, Session, SessionData, ShadowLayerValue, ShadowTokenData, ShadowType, ShallowDesignElement, Size, SizeOrUndefined, SizeTokenData, SizeUnit, SizeValue, SourceImportComponentSummary, SourceImportFrameSummary, SourceImportSummary, SourceImportSummaryByTokenType, SourceImportTokenSummary, SpaceTokenData, SpaceUnit, SpaceValue, SsoProvider, StringTokenData, StringValue, type StripeCheckoutInput, type StripeCheckoutOutput, type StripePortalSessionInput, type StripePortalSessionOutput, StripeSubscriptionStatus, StripeSubscriptionStatusSchema, Subscription, SupernovaException, type SupernovaExceptionType, TextCase, TextCaseTokenData, TextCaseValue, TextDecoration, TextDecorationTokenData, TextDecorationValue, Theme, type ThemeDiff, ThemeElementData, ThemeImportModel, ThemeImportModelInput, ThemeOrigin, ThemeOriginObject, ThemeOriginPart, ThemeOriginSource, ThemeOverride, ThemeOverrideImportModel, ThemeOverrideImportModelBase, ThemeOverrideImportModelInput, type ThemeOverrideImportModelInputOfType, type ThemeOverrideImportModelOfType, type ThemeOverrideOfType, ThemeOverrideOrigin, ThemeOverrideOriginPart, ThemeUpdateImportModel, ThemeUpdateImportModelInput, TokenDataAliasSchema, TypographyTokenData, TypographyValue, type UpdateComponent, type UpdateDataSource, type UpdateDesignElement, type UpdateDesignSystemVersion, type UpdateDesignSystemVersionRoom, type UpdateDesignToken, type UpdateDocumentationPageContent, type UpdateDocumentationPageRoom, type UpdateDocumentationPageSnapshot, type UpdateDocumentationPageV1, type UpdateDocumentationPageV2, type UpdateElementGroup, type UpdateElementGroupSnapshot, type UpdateElementPropertyDefinition, type UpdateElementPropertyValue, type UpdateElementView, type UpdateElementViewColumn, type UpdateExportJob, type UpdateFigmaFileStructure, type UpdateFigmaNodeReference, type UpdateImportJob, UpdateMembershipRolesInput, type UpdatePublishedDocPage, type UpdateTheme, type UpdateWorkspaceRoom, UrlImageImportModel, User, UserAnalyticsCleanupSchedule, UserAnalyticsCleanupScheduleDbInput, UserDump, UserIdentity, UserInvite, UserInvites, UserLinkedIntegrations, UserMinified, UserNotificationSettings, UserOnboarding, UserOnboardingDepartment, UserOnboardingJobLevel, UserProfile, UserProfileUpdate, UserSession, UserTest, VersionCreationJob, VersionCreationJobStatus, Visibility, VisibilityTokenData, VisibilityValue, type WithRequired, Workspace, WorkspaceConfigurationUpdate, WorkspaceContext, WorkspaceDump, WorkspaceInvitation, WorkspaceIpSettings, WorkspaceIpWhitelistEntry, WorkspaceMembership, type WorkspaceOAuthRequest, WorkspaceOAuthRequestSchema, WorkspaceProfile, WorkspaceProfileUpdate, WorkspaceRole, WorkspaceRoleSchema, WorkspaceRoom, WorkspaceWithDesignSystems, ZIndexTokenData, ZIndexUnit, ZIndexValue, addImportModelCollections, buildConstantEnum, defaultDocumentationItemConfigurationV1, defaultDocumentationItemConfigurationV2, defaultDocumentationItemHeaderV1, defaultDocumentationItemHeaderV2, defaultNotificationSettings, designTokenImportModelTypeFilter, designTokenTypeFilter, extractTokenTypedData, figmaFileStructureImportModelToMap, figmaFileStructureToMap, filterNonNullish, forceUnwrapNullish, getCodenameFromText, getFigmaRenderFormatFileExtension, groupBy, isDesignTokenImportModelOfType, isDesignTokenOfType, isImportedAsset, isImportedComponent, isImportedDesignToken, isSlugReserved, isTokenType, joinRepeatingSpans, mapByUnique, mapPageBlockItemValuesV2, nonNullFilter, nonNullishFilter, nullishToOptional, parseUrl, pickLatestGroupSnapshots, pickLatestPageSnapshots, pickLatestSnapshots, promiseWithTimeout, publishedDocEnvironments, removeCommentSpans, sleep, slugRegex, slugify, tokenAliasOrValue, tokenElementTypes, traversePageBlockItemValuesV2, traversePageBlockItemsV2, traversePageBlocksV1, traversePageItemsV2, traverseStructure, trimLeadingSlash, trimTrailingSlash, tryParseShortPersistentId, tryParseUrl, uniqueBy, zodCreateInputOmit, zodUpdateInputOmit };
|
|
165680
|
+
export { Address, type AllFields, type ArrayElementType, Asset, AssetDeleteSchedule, type AssetDeleteScheduleDbInput, AssetDeleteScheduleStatus, AssetDynamoRecord, AssetFontProperties, type AssetImportModel, AssetImportModelInput, AssetOrigin, AssetProcessStatus, AssetProperties, AssetReference, type AssetReferenceDiff, AssetRenderConfiguration, AssetScope, AssetType, AssetValue, AuthTokens, BaseComponent, BillingDetails, type BillingInterval, BillingIntervalSchema, BillingType, BillingTypeSchema, BlurTokenData, BlurType, BlurValue, BorderPosition, BorderRadiusTokenData, BorderRadiusUnit, BorderRadiusValue, BorderStyle, BorderTokenData, BorderValue, BorderWidthTokenData, BorderWidthUnit, BorderWidthValue, Brand, BrandedElementGroup, type Card, CardSchema, ChangedImportedFigmaSourceData, CodeIntegrationDump, ColorTokenData, ColorTokenInlineData, ColorValue, Component, ComponentAsset, type ComponentDiff, ComponentElementData, ComponentImportModel, ComponentImportModelInput, ComponentOrigin, ComponentOriginPart, ComponentSet, ContentLoadInstruction, ContentLoaderPayload, type CreateAssetReference, type CreateBrand, type CreateComponent, type CreateDataSource, type CreateDesignElement, type CreateDesignElementReference, type CreateDesignSystemVersion, type CreateDesignSystemVersionRoom, CreateDesignToken, type CreateDocumentationPageApproval, type CreateDocumentationPageContent, type CreateDocumentationPageRoom, type CreateDocumentationPageSnapshot, type CreateDocumentationPageV1, type CreateDocumentationPageV2, type CreateElementGroup, type CreateElementGroupSnapshot, type CreateElementPropertyDefinition, type CreateElementPropertyValue, type CreateElementView, type CreateElementViewColumn, type CreateExportJob, type CreateExporterMembership, type CreateFigmaFileStructure, type CreateFigmaNodeReference, type CreateImportJob, type CreatePersonalAccessToken, type CreatePublishedDocPage, type CreateTheme, CreateUserInput, CreateWorkspaceInput, type CreateWorkspaceRoom, CustomDomain, type CustomDomainState, Customer, DataSource, DataSourceAutoImportMode, DataSourceFigmaFileData, DataSourceFigmaFileVersionData, DataSourceFigmaImportMetadata, DataSourceFigmaRemote, DataSourceFigmaScope, DataSourceFigmaState, DataSourceImportModel, DataSourceRemote, DataSourceRemoteType, DataSourceStats, DataSourceTokenStudioRemote, DataSourceUploadImportMetadata, DataSourceUploadRemote, DataSourceUploadRemoteSource, DataSourceVersion, type DbCreateInputOmit, type DbUpdate, type DbUpdateInputOmit, type Defined, DesignElement, DesignElementBase, DesignElementBrandedPart, DesignElementCategory, DesignElementGroupableBase, DesignElementGroupablePart, DesignElementGroupableRequiredPart, DesignElementImportedBase, DesignElementOrigin, type DesignElementOriginImportModel, type DesignElementReference, DesignElementSlugPart, DesignElementSnapshotBase, DesignElementSnapshotReason, DesignElementType, DesignSystem, DesignSystemCreateInput, DesignSystemDump, DesignSystemElementExportProps, DesignSystemSwitcher, DesignSystemUpdateInput, DesignSystemUpdateInputMetadata, DesignSystemVersion, DesignSystemVersionDump, DesignSystemVersionMultiplayerDump, DesignSystemVersionRoom, DesignSystemVersionRoomInitialState, DesignSystemVersionRoomInternalSettings, DesignSystemVersionRoomUpdate, DesignSystemWithWorkspace, DesignToken, DesignTokenBase, DesignTokenImportModel, DesignTokenImportModelBase, DesignTokenImportModelInput, DesignTokenImportModelInputBase, type DesignTokenImportModelInputOfType, type DesignTokenImportModelOfType, type DesignTokenOfType, DesignTokenOrigin, DesignTokenOriginPart, DesignTokenType, DesignTokenTypedData, type DesignTokenTypedDataOfType, type DesignTokensDiff, DimensionTokenData, DimensionUnit, DimensionValue, DocumentationComment, DocumentationCommentThread, DocumentationGroupBehavior, DocumentationGroupV1, DocumentationItemConfigurationV1, DocumentationItemConfigurationV2, DocumentationItemHeaderAlignment, DocumentationItemHeaderAlignmentSchema, DocumentationItemHeaderImageScaleType, DocumentationItemHeaderImageScaleTypeSchema, DocumentationItemHeaderV1, DocumentationItemHeaderV2, DocumentationLinkPreview, DocumentationPage, DocumentationPageAnchor, DocumentationPageApproval, DocumentationPageApprovalState, DocumentationPageContent, DocumentationPageContentBackup, DocumentationPageContentData, DocumentationPageContentItem, DocumentationPageDataV1, DocumentationPageDataV2, DocumentationPageGroup, DocumentationPageRoom, DocumentationPageRoomDump, DocumentationPageRoomInitialStateUpdate, DocumentationPageRoomRoomUpdate, DocumentationPageRoomState, DocumentationPageSnapshot, DocumentationPageV1, DocumentationPageV2, DocumentationSettings, DocumentationThreadDump, DurationTokenData, DurationUnit, DurationValue, ElementGroup, ElementGroupDataV1, ElementGroupDataV2, ElementGroupSnapshot, type ElementGroupsDiff, ElementPropertyDefinition, type ElementPropertyDefinitionDiff, ElementPropertyDefinitionOption, ElementPropertyLinkType, type ElementPropertyReference, ElementPropertyTargetType, ElementPropertyType, ElementPropertyTypeSchema, ElementPropertyValue, type ElementPropertyValueDiff, ElementView, ElementViewBaseColumnType, ElementViewBasePropertyColumn, ElementViewColumn, ElementViewColumnSharedAttributes, ElementViewColumnType, ElementViewPropertyDefinitionColumn, ElementViewThemeColumn, Entity, Event, EventDataSourceImported, EventVersionReleased, type ExplicitPartial, ExportDestinationsMap, ExportJob, ExportJobContext, ExportJobDestinationType, ExportJobDocsDestinationResult, ExportJobDocumentationChanges, ExportJobDocumentationContext, ExportJobDump, ExportJobFindByFilter, ExportJobLogEntry, ExportJobLogEntryType, ExportJobPullRequestDestinationResult, ExportJobResult, ExportJobS3DestinationResult, ExportJobStatus, Exporter, ExporterDestinationAzure, ExporterDestinationBitbucket, ExporterDestinationDocs, ExporterDestinationGithub, ExporterDestinationGitlab, ExporterDestinationS3, ExporterDetails, ExporterFunctionPayload, ExporterPropertyImageValue, ExporterPropertyValue, ExporterPropertyValuesCollection, ExporterPulsarDetails, ExporterSource, ExporterTag, ExporterType, ExporterWorkspaceMembership, ExporterWorkspaceMembershipRole, type ExtendedIntegration, ExtendedIntegrationType, ExternalOAuthRequest, ExternalServiceType, FeatureFlag, FeatureFlagMap, type FeatureLimitedDetails, type FeatureToggleDetails, type FeatureWithImportJobsDetails, FeaturesSummary, FigmaComponentBooleanProperty, FigmaComponentInstanceSwapProperty, FigmaComponentProperties, FigmaComponentPropertyType, FigmaComponentSetProperties, FigmaComponentTextProperty, FigmaComponentVariantProperty, FigmaFileAccessData, FigmaFileDownloadScope, FigmaFileStructure, FigmaFileStructureData, type FigmaFileStructureDiff, FigmaFileStructureElementData, FigmaFileStructureImportModel, FigmaFileStructureImportModelInput, FigmaFileStructureNode, FigmaFileStructureNodeBase, FigmaFileStructureNodeImportModel, FigmaFileStructureNodeType, FigmaFileStructureOrigin, FigmaFileStructureStatistics, FigmaImportBaseContext, FigmaImportContextWithDownloadScopes, FigmaImportContextWithSourcesState, FigmaNodeReference, FigmaNodeReferenceData, type FigmaNodeReferenceDiff, FigmaNodeReferenceElementData, FigmaNodeReferenceOrigin, FigmaNodeRenderFormat, FigmaPngRenderImportModel, FigmaRenderBase, FigmaRenderFormat, FigmaRenderImportModel, FigmaSvgRenderImportModel, FileStructureStats, FlaggedFeature, FontFamilyTokenData, FontFamilyValue, FontSizeTokenData, FontSizeUnit, FontSizeValue, FontWeightTokenData, FontWeightValue, GitBranch, GitIntegrationType, GitObjectsQuery, GitOrganization, GitProject, GitProvider, GitProviderNames, GitRepository, GradientLayerData, GradientLayerValue, GradientStop, GradientTokenData, GradientTokenValue, GradientType, HANDLE_MAX_LENGTH, HANDLE_MIN_LENGTH, HierarchicalElements, IconSet, ImageImportModel, ImageImportModelType, ImportFunctionInput, ImportJob, ImportJobOperation, ImportJobState, ImportModelBase, ImportModelCollection, ImportModelInputBase, ImportModelInputCollection, ImportWarning, ImportWarningType, type ImportedAsset, type ImportedComponent, type ImportedDesignToken, type ImportedDesignTokenOfType, ImportedFigmaSourceData, Integration, IntegrationAuthType, IntegrationCredentials, IntegrationCredentialsProfile, IntegrationCredentialsState, IntegrationCredentialsType, IntegrationDesignSystem, IntegrationToken, type IntegrationTokenOld, IntegrationTokenSchemaOld, IntegrationType, IntegrationUserInfo, InternalStatus, InternalStatusSchema, type Invoice, type InvoiceCoupon, InvoiceCouponSchema, type InvoiceLine, InvoiceLineSchema, InvoiceSchema, LetterSpacingTokenData, LetterSpacingUnit, LetterSpacingValue, LineHeightTokenData, LineHeightUnit, LineHeightValue, LiveblocksNotificationSettings, MAX_MEMBERS_COUNT, NpmPackage, NpmProxyToken, NpmProxyTokenPayload, NpmRegistrCustomAuthConfig, NpmRegistryAuthConfig, NpmRegistryAuthType, NpmRegistryBasicAuthConfig, NpmRegistryBearerAuthConfig, NpmRegistryConfig, NpmRegistryNoAuthConfig, NpmRegistryType, type Nullish, OAuthProvider, OAuthProviderNames, OAuthProviderSchema, ObjectMeta, type OmitStrict, OpacityTokenData, OpacityValue, type Optional, type OptionalToNullable, PageBlockAlignment, PageBlockAppearanceV2, PageBlockAsset, PageBlockAssetComponent, PageBlockAssetEntityMeta, PageBlockAssetType, PageBlockBaseV1, PageBlockBehaviorDataType, PageBlockBehaviorSelectionType, PageBlockCalloutType, PageBlockCategory, PageBlockCodeLanguage, PageBlockColorV2, PageBlockCustomBlockPropertyImageValue, PageBlockCustomBlockPropertyValue, PageBlockDataV2, PageBlockDefinition, PageBlockDefinitionAppearance, PageBlockDefinitionBehavior, PageBlockDefinitionBooleanOptions, PageBlockDefinitionBooleanPropertyStyle, PageBlockDefinitionComponentOptions, PageBlockDefinitionImageAspectRatio, PageBlockDefinitionImageOptions, PageBlockDefinitionImageWidth, PageBlockDefinitionItem, PageBlockDefinitionLayout, PageBlockDefinitionLayoutAlign, PageBlockDefinitionLayoutBase, PageBlockDefinitionLayoutGap, PageBlockDefinitionLayoutResizing, PageBlockDefinitionLayoutType, PageBlockDefinitionMultiRichTextPropertyStyle, PageBlockDefinitionMultiSelectPropertyStyle, PageBlockDefinitionMutiRichTextOptions, PageBlockDefinitionNumberOptions, PageBlockDefinitionOnboarding, PageBlockDefinitionProperty, PageBlockDefinitionPropertyType, PageBlockDefinitionRichTextEditorOptions, PageBlockDefinitionRichTextEditorPropertyStyle, PageBlockDefinitionRichTextOptions, PageBlockDefinitionRichTextPropertyStyle, PageBlockDefinitionSelectChoice, PageBlockDefinitionSelectOptions, PageBlockDefinitionSingleSelectPropertyColor, PageBlockDefinitionSingleSelectPropertyStyle, PageBlockDefinitionTextOptions, PageBlockDefinitionTextPropertyColor, PageBlockDefinitionTextPropertyStyle, PageBlockDefinitionUntypedPropertyOptions, PageBlockDefinitionVariant, PageBlockDefinitionsMap, PageBlockEditorModelV2, PageBlockFigmaComponentEntityMeta, PageBlockFigmaFrameProperties, PageBlockFigmaNodeEntityMeta, PageBlockFrame, PageBlockFrameOrigin, PageBlockGuideline, PageBlockImageAlignment, PageBlockImageReference, PageBlockImageResourceReference, PageBlockImageType, PageBlockItemAssetPropertyValue, PageBlockItemAssetValue, PageBlockItemBooleanValue, PageBlockItemCodeValue, PageBlockItemColorValue, PageBlockItemComponentPropertyValue, PageBlockItemComponentValue, PageBlockItemDividerValue, PageBlockItemEmbedValue, PageBlockItemFigmaComponentValue, PageBlockItemFigmaNodeValue, PageBlockItemImageValue, PageBlockItemMarkdownValue, PageBlockItemMultiRichTextValue, PageBlockItemMultiSelectValue, PageBlockItemNumberValue, PageBlockItemRichTextEditorValue, PageBlockItemRichTextValue, PageBlockItemSandboxValue, PageBlockItemSingleSelectValue, PageBlockItemStorybookValue, PageBlockItemTableCell, PageBlockItemTableImageNode, PageBlockItemTableMultiRichTextNode, PageBlockItemTableNode, PageBlockItemTableRichTextNode, PageBlockItemTableRow, PageBlockItemTableValue, PageBlockItemTextValue, PageBlockItemTokenPropertyValue, PageBlockItemTokenTypeValue, PageBlockItemTokenValue, PageBlockItemUntypedValue, PageBlockItemUrlValue, PageBlockItemV2, PageBlockLinkPreview, PageBlockLinkType, PageBlockLinkV2, PageBlockPreviewContainerSize, PageBlockRenderCodeProperties, PageBlockResourceFrameNodeReference, PageBlockShortcut, PageBlockTableCellAlignment, PageBlockTableColumn, PageBlockTableProperties, PageBlockText, PageBlockTextSpan, PageBlockTextSpanAttribute, PageBlockTextSpanAttributeType, PageBlockTheme, PageBlockThemeDisplayMode, PageBlockThemeType, PageBlockTilesAlignment, PageBlockTilesLayout, PageBlockTypeV1, PageBlockUrlPreview, PageBlockV1, PageBlockV2, PageSectionAppearanceV2, PageSectionColumnV2, PageSectionEditorModelV2, PageSectionItemV2, PageSectionPaddingV2, PageSectionTypeV2, type Pagination, ParagraphIndentTokenData, ParagraphIndentUnit, ParagraphIndentValue, ParagraphSpacingTokenData, ParagraphSpacingUnit, ParagraphSpacingValue, PeriodSchema, PersonalAccessToken, type PersonalAccessTokenWithUser, Pipeline, PipelineDestinationExtraType, PipelineDestinationGitType, PipelineDestinationType, PipelineEventType, type PluginOAuthRequest, PluginOAuthRequestSchema, Point2D, PostStripeCheckoutBodyInputSchema, PostStripeCheckoutOutputSchema, PostStripePortalSessionBodyInputSchema, PostStripePortalSessionOutputSchema, PostStripePortalUpdateSessionBodyInputSchema, type Price, PriceSchema, ProductCode, ProductCodeSchema, ProductCopyTokenData, ProductCopyValue, PublishedDoc, PublishedDocEnvironment, PublishedDocPage, PublishedDocRoutingVersion, PublishedDocsChecksums, PublishedDocsDump, PulsarBaseProperty, PulsarContributionConfigurationProperty, PulsarContributionVariant, PulsarCustomBlock, PulsarPropertyType, RESERVED_SLUGS, RESERVED_SLUG_PREFIX, RenderedAssetFile, ResolvedAsset, type RestoreDocumentationPage, type RestoreElementGroup, RestoredDocumentationGroup, RestoredDocumentationPage, RoomType, RoomTypeEnum, RoomTypeSchema, SHORT_PERSISTENT_ID_LENGTH, SafeIdSchema, Session, SessionData, ShadowLayerValue, ShadowTokenData, ShadowType, ShallowDesignElement, Size, SizeOrUndefined, SizeTokenData, SizeUnit, SizeValue, SourceImportComponentSummary, SourceImportFrameSummary, SourceImportSummary, SourceImportSummaryByTokenType, SourceImportTokenSummary, SpaceTokenData, SpaceUnit, SpaceValue, SsoProvider, StringTokenData, StringValue, type StripeCheckoutInput, type StripeCheckoutOutput, type StripePortalSessionInput, type StripePortalSessionOutput, StripeSubscriptionStatus, StripeSubscriptionStatusSchema, Subscription, SupernovaException, type SupernovaExceptionType, TextCase, TextCaseTokenData, TextCaseValue, TextDecoration, TextDecorationTokenData, TextDecorationValue, Theme, type ThemeDiff, ThemeElementData, ThemeImportModel, ThemeImportModelInput, ThemeOrigin, ThemeOriginObject, ThemeOriginPart, ThemeOriginSource, ThemeOverride, ThemeOverrideImportModel, ThemeOverrideImportModelBase, ThemeOverrideImportModelInput, type ThemeOverrideImportModelInputOfType, type ThemeOverrideImportModelOfType, type ThemeOverrideOfType, ThemeOverrideOrigin, ThemeOverrideOriginPart, ThemeUpdateImportModel, ThemeUpdateImportModelInput, TokenDataAliasSchema, TypographyTokenData, TypographyValue, type UpdateComponent, type UpdateDataSource, type UpdateDesignElement, type UpdateDesignSystemVersion, type UpdateDesignSystemVersionRoom, type UpdateDesignToken, type UpdateDocumentationPageContent, type UpdateDocumentationPageRoom, type UpdateDocumentationPageSnapshot, type UpdateDocumentationPageV1, type UpdateDocumentationPageV2, type UpdateElementGroup, type UpdateElementGroupSnapshot, type UpdateElementPropertyDefinition, type UpdateElementPropertyValue, type UpdateElementView, type UpdateElementViewColumn, type UpdateExportJob, type UpdateFigmaFileStructure, type UpdateFigmaNodeReference, type UpdateImportJob, UpdateMembershipRolesInput, type UpdatePublishedDocPage, type UpdateTheme, type UpdateWorkspaceRoom, UrlImageImportModel, User, UserAnalyticsCleanupSchedule, UserAnalyticsCleanupScheduleDbInput, UserDump, UserIdentity, UserInvite, UserInvites, UserLinkedIntegrations, UserMinified, UserNotificationSettings, UserOnboarding, UserOnboardingDepartment, UserOnboardingJobLevel, UserProfile, UserProfileUpdate, UserSession, UserTest, VersionCreationJob, VersionCreationJobStatus, Visibility, VisibilityTokenData, VisibilityValue, type WithRequired, Workspace, WorkspaceConfigurationUpdate, WorkspaceContext, WorkspaceDump, WorkspaceInvitation, WorkspaceIpSettings, WorkspaceIpWhitelistEntry, WorkspaceMembership, type WorkspaceOAuthRequest, WorkspaceOAuthRequestSchema, WorkspaceProfile, WorkspaceProfileUpdate, WorkspaceRole, WorkspaceRoleSchema, WorkspaceRoom, WorkspaceWithDesignSystems, ZIndexTokenData, ZIndexUnit, ZIndexValue, addImportModelCollections, buildConstantEnum, defaultDocumentationItemConfigurationV1, defaultDocumentationItemConfigurationV2, defaultDocumentationItemHeaderV1, defaultDocumentationItemHeaderV2, defaultNotificationSettings, designTokenImportModelTypeFilter, designTokenTypeFilter, extractTokenTypedData, figmaFileStructureImportModelToMap, figmaFileStructureToMap, filterNonNullish, forceUnwrapNullish, getCodenameFromText, getFigmaRenderFormatFileExtension, groupBy, isDesignTokenImportModelOfType, isDesignTokenOfType, isImportedAsset, isImportedComponent, isImportedDesignToken, isSlugReserved, isTokenType, joinRepeatingSpans, mapByUnique, mapPageBlockItemValuesV2, nonNullFilter, nonNullishFilter, nullishToOptional, parseUrl, pickLatestGroupSnapshots, pickLatestPageSnapshots, pickLatestSnapshots, promiseWithTimeout, publishedDocEnvironments, removeCommentSpans, sleep, slugRegex, slugify, tokenAliasOrValue, tokenElementTypes, traversePageBlockItemValuesV2, traversePageBlockItemsV2, traversePageBlocksV1, traversePageItemsV2, traverseStructure, trimLeadingSlash, trimTrailingSlash, tryParseShortPersistentId, tryParseUrl, uniqueBy, zodCreateInputOmit, zodUpdateInputOmit };
|