@supernova-studio/model 1.87.3 → 1.87.5
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 +1273 -84
- package/dist/index.d.ts +1273 -84
- package/dist/index.js +55 -40
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +749 -734
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -37073,6 +37073,40 @@ declare const PageBlockDefinitionItem: z$1.ZodObject<{
|
|
|
37073
37073
|
}>;
|
|
37074
37074
|
type PageBlockDefinitionItem = z$1.infer<typeof PageBlockDefinitionItem>;
|
|
37075
37075
|
|
|
37076
|
+
declare const defaultDocsRenderCodePackageJson = "{\n \"name\": \"supernova-live-react\",\n \"version\": \"1.0.0\",\n \"description\": \"Live React Code Packager\",\n \"keywords\": [\"react\", \"supernova\"],\n \"main\": \"src/index.js\",\n \"dependencies\": {\n \"react-dom\": \"latest\",\n \"react\": \"latest\"\n },\n \"devDependencies\": {\n \"@babel/runtime\": \"7.13.8\",\n \"typescript\": \"4.1.3\"\n },\n \"scripts\": {\n \"start\": \"react-scripts start\",\n \"build\": \"react-scripts build\",\n \"test\": \"react-scripts test --env=jsdom\",\n \"eject\": \"react-scripts eject\"\n },\n \"browserslist\": [\">0.2%\", \"not dead\", \"not ie <= 11\", \"not op_mini all\"]\n}";
|
|
37077
|
+
declare const DocumentationConfiguration: z$1.ZodObject<{
|
|
37078
|
+
designSystemVersionId: z$1.ZodString;
|
|
37079
|
+
createdAt: z$1.ZodDate;
|
|
37080
|
+
updatedAt: z$1.ZodDate;
|
|
37081
|
+
isTabbedLayoutEnabled: z$1.ZodBoolean;
|
|
37082
|
+
storybookEmbedErrorMessage: z$1.ZodOptional<z$1.ZodString>;
|
|
37083
|
+
renderCodePackageJson: z$1.ZodOptional<z$1.ZodString>;
|
|
37084
|
+
selectedBrandPersistentId: z$1.ZodOptional<z$1.ZodString>;
|
|
37085
|
+
serveDefaultVersionOnly: z$1.ZodBoolean;
|
|
37086
|
+
isPublic: z$1.ZodBoolean;
|
|
37087
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
37088
|
+
createdAt: Date;
|
|
37089
|
+
updatedAt: Date;
|
|
37090
|
+
designSystemVersionId: string;
|
|
37091
|
+
isTabbedLayoutEnabled: boolean;
|
|
37092
|
+
serveDefaultVersionOnly: boolean;
|
|
37093
|
+
isPublic: boolean;
|
|
37094
|
+
storybookEmbedErrorMessage?: string | undefined;
|
|
37095
|
+
renderCodePackageJson?: string | undefined;
|
|
37096
|
+
selectedBrandPersistentId?: string | undefined;
|
|
37097
|
+
}, {
|
|
37098
|
+
createdAt: Date;
|
|
37099
|
+
updatedAt: Date;
|
|
37100
|
+
designSystemVersionId: string;
|
|
37101
|
+
isTabbedLayoutEnabled: boolean;
|
|
37102
|
+
serveDefaultVersionOnly: boolean;
|
|
37103
|
+
isPublic: boolean;
|
|
37104
|
+
storybookEmbedErrorMessage?: string | undefined;
|
|
37105
|
+
renderCodePackageJson?: string | undefined;
|
|
37106
|
+
selectedBrandPersistentId?: string | undefined;
|
|
37107
|
+
}>;
|
|
37108
|
+
type DocumentationConfiguration = z$1.infer<typeof DocumentationConfiguration>;
|
|
37109
|
+
|
|
37076
37110
|
declare const DocumentationPageGroup: z$1.ZodObject<{
|
|
37077
37111
|
type: z$1.ZodLiteral<"ElementGroup">;
|
|
37078
37112
|
childType: z$1.ZodLiteral<"DocumentationPage">;
|
|
@@ -40084,40 +40118,6 @@ declare const PageRedirect: z$1.ZodObject<{
|
|
|
40084
40118
|
}>;
|
|
40085
40119
|
type PageRedirect = z$1.infer<typeof PageRedirect>;
|
|
40086
40120
|
|
|
40087
|
-
declare const defaultDocsRenderCodePackageJson = "{\n \"name\": \"supernova-live-react\",\n \"version\": \"1.0.0\",\n \"description\": \"Live React Code Packager\",\n \"keywords\": [\"react\", \"supernova\"],\n \"main\": \"src/index.js\",\n \"dependencies\": {\n \"react-dom\": \"latest\",\n \"react\": \"latest\"\n },\n \"devDependencies\": {\n \"@babel/runtime\": \"7.13.8\",\n \"typescript\": \"4.1.3\"\n },\n \"scripts\": {\n \"start\": \"react-scripts start\",\n \"build\": \"react-scripts build\",\n \"test\": \"react-scripts test --env=jsdom\",\n \"eject\": \"react-scripts eject\"\n },\n \"browserslist\": [\">0.2%\", \"not dead\", \"not ie <= 11\", \"not op_mini all\"]\n}";
|
|
40088
|
-
declare const DocumentationConfiguration: z$1.ZodObject<{
|
|
40089
|
-
designSystemVersionId: z$1.ZodString;
|
|
40090
|
-
createdAt: z$1.ZodDate;
|
|
40091
|
-
updatedAt: z$1.ZodDate;
|
|
40092
|
-
isTabbedLayoutEnabled: z$1.ZodBoolean;
|
|
40093
|
-
storybookEmbedErrorMessage: z$1.ZodOptional<z$1.ZodString>;
|
|
40094
|
-
renderCodePackageJson: z$1.ZodOptional<z$1.ZodString>;
|
|
40095
|
-
selectedBrandPersistentId: z$1.ZodOptional<z$1.ZodString>;
|
|
40096
|
-
serveDefaultVersionOnly: z$1.ZodBoolean;
|
|
40097
|
-
isPublic: z$1.ZodBoolean;
|
|
40098
|
-
}, "strip", z$1.ZodTypeAny, {
|
|
40099
|
-
createdAt: Date;
|
|
40100
|
-
updatedAt: Date;
|
|
40101
|
-
designSystemVersionId: string;
|
|
40102
|
-
isTabbedLayoutEnabled: boolean;
|
|
40103
|
-
serveDefaultVersionOnly: boolean;
|
|
40104
|
-
isPublic: boolean;
|
|
40105
|
-
storybookEmbedErrorMessage?: string | undefined;
|
|
40106
|
-
renderCodePackageJson?: string | undefined;
|
|
40107
|
-
selectedBrandPersistentId?: string | undefined;
|
|
40108
|
-
}, {
|
|
40109
|
-
createdAt: Date;
|
|
40110
|
-
updatedAt: Date;
|
|
40111
|
-
designSystemVersionId: string;
|
|
40112
|
-
isTabbedLayoutEnabled: boolean;
|
|
40113
|
-
serveDefaultVersionOnly: boolean;
|
|
40114
|
-
isPublic: boolean;
|
|
40115
|
-
storybookEmbedErrorMessage?: string | undefined;
|
|
40116
|
-
renderCodePackageJson?: string | undefined;
|
|
40117
|
-
selectedBrandPersistentId?: string | undefined;
|
|
40118
|
-
}>;
|
|
40119
|
-
type DocumentationConfiguration = z$1.infer<typeof DocumentationConfiguration>;
|
|
40120
|
-
|
|
40121
40121
|
declare const DocumentationComment: z$1.ZodObject<{
|
|
40122
40122
|
id: z$1.ZodString;
|
|
40123
40123
|
authorId: z$1.ZodString;
|
|
@@ -85936,7 +85936,7 @@ declare const svgNodeObjectSchema: z$1.ZodObject<{
|
|
|
85936
85936
|
parentId: string | null;
|
|
85937
85937
|
svgString: string;
|
|
85938
85938
|
}>;
|
|
85939
|
-
declare const
|
|
85939
|
+
declare const imageNodeObjectSchema: z$1.ZodObject<{
|
|
85940
85940
|
id: z$1.ZodString;
|
|
85941
85941
|
name: z$1.ZodString;
|
|
85942
85942
|
parentId: z$1.ZodNullable<z$1.ZodString>;
|
|
@@ -86281,16 +86281,13 @@ declare const componentInstanceObjectSchema: z$1.ZodObject<{
|
|
|
86281
86281
|
visibility?: "visible" | "hidden" | "collapse" | undefined;
|
|
86282
86282
|
}>;
|
|
86283
86283
|
} & {
|
|
86284
|
-
type: z$1.ZodLiteral<"
|
|
86285
|
-
|
|
86286
|
-
componentSetDescription: z$1.ZodString;
|
|
86287
|
-
componentName: z$1.ZodString;
|
|
86288
|
-
componentDescription: z$1.ZodString;
|
|
86289
|
-
props: z$1.ZodRecord<z$1.ZodString, z$1.ZodUnion<[z$1.ZodString, z$1.ZodBoolean]>>;
|
|
86284
|
+
type: z$1.ZodLiteral<"IMAGE">;
|
|
86285
|
+
src: z$1.ZodString;
|
|
86290
86286
|
}, "strip", z$1.ZodTypeAny, {
|
|
86291
|
-
type: "
|
|
86287
|
+
type: "IMAGE";
|
|
86292
86288
|
id: string;
|
|
86293
86289
|
name: string;
|
|
86290
|
+
src: string;
|
|
86294
86291
|
styles: {
|
|
86295
86292
|
filter?: string | undefined;
|
|
86296
86293
|
fill?: string | undefined;
|
|
@@ -86405,16 +86402,12 @@ declare const componentInstanceObjectSchema: z$1.ZodObject<{
|
|
|
86405
86402
|
pointerEvents?: "fill" | "all" | "none" | "visible" | "auto" | "stroke" | "visiblePainted" | "visibleFill" | "visibleStroke" | "painted" | "inherit" | undefined;
|
|
86406
86403
|
visibility?: "visible" | "hidden" | "collapse" | undefined;
|
|
86407
86404
|
};
|
|
86408
|
-
componentName: string;
|
|
86409
|
-
componentSetName: string;
|
|
86410
|
-
props: Record<string, string | boolean>;
|
|
86411
86405
|
parentId: string | null;
|
|
86412
|
-
componentSetDescription: string;
|
|
86413
|
-
componentDescription: string;
|
|
86414
86406
|
}, {
|
|
86415
|
-
type: "
|
|
86407
|
+
type: "IMAGE";
|
|
86416
86408
|
id: string;
|
|
86417
86409
|
name: string;
|
|
86410
|
+
src: string;
|
|
86418
86411
|
styles: {
|
|
86419
86412
|
filter?: string | undefined;
|
|
86420
86413
|
fill?: string | undefined;
|
|
@@ -86529,23 +86522,9 @@ declare const componentInstanceObjectSchema: z$1.ZodObject<{
|
|
|
86529
86522
|
pointerEvents?: "fill" | "all" | "none" | "visible" | "auto" | "stroke" | "visiblePainted" | "visibleFill" | "visibleStroke" | "painted" | "inherit" | undefined;
|
|
86530
86523
|
visibility?: "visible" | "hidden" | "collapse" | undefined;
|
|
86531
86524
|
};
|
|
86532
|
-
componentName: string;
|
|
86533
|
-
componentSetName: string;
|
|
86534
|
-
props: Record<string, string | boolean>;
|
|
86535
86525
|
parentId: string | null;
|
|
86536
|
-
componentSetDescription: string;
|
|
86537
|
-
componentDescription: string;
|
|
86538
86526
|
}>;
|
|
86539
|
-
|
|
86540
|
-
children: AnyDesignNode[];
|
|
86541
|
-
};
|
|
86542
|
-
type TextNode = z$1.infer<typeof textNodeObjectSchema>;
|
|
86543
|
-
type SvgNode = z$1.infer<typeof svgNodeObjectSchema>;
|
|
86544
|
-
type ComponentInstanceNode = z$1.infer<typeof componentInstanceObjectSchema> & {
|
|
86545
|
-
children: AnyDesignNode[];
|
|
86546
|
-
};
|
|
86547
|
-
type AnyDesignNode = FrameNode | TextNode | SvgNode | ComponentInstanceNode;
|
|
86548
|
-
declare const FigmaExporterAnyDesignNodeSchema: z$1.ZodUnion<[z$1.ZodType<FrameNode, z$1.ZodTypeDef, FrameNode>, z$1.ZodObject<{
|
|
86527
|
+
declare const componentInstanceObjectSchema: z$1.ZodObject<{
|
|
86549
86528
|
id: z$1.ZodString;
|
|
86550
86529
|
name: z$1.ZodString;
|
|
86551
86530
|
parentId: z$1.ZodNullable<z$1.ZodString>;
|
|
@@ -86890,12 +86869,14 @@ declare const FigmaExporterAnyDesignNodeSchema: z$1.ZodUnion<[z$1.ZodType<FrameN
|
|
|
86890
86869
|
visibility?: "visible" | "hidden" | "collapse" | undefined;
|
|
86891
86870
|
}>;
|
|
86892
86871
|
} & {
|
|
86893
|
-
type: z$1.ZodLiteral<"
|
|
86894
|
-
|
|
86895
|
-
|
|
86896
|
-
|
|
86872
|
+
type: z$1.ZodLiteral<"COMPONENT_INSTANCE">;
|
|
86873
|
+
componentSetName: z$1.ZodString;
|
|
86874
|
+
componentSetDescription: z$1.ZodString;
|
|
86875
|
+
componentName: z$1.ZodString;
|
|
86876
|
+
componentDescription: z$1.ZodString;
|
|
86877
|
+
props: z$1.ZodRecord<z$1.ZodString, z$1.ZodUnion<[z$1.ZodString, z$1.ZodBoolean]>>;
|
|
86897
86878
|
}, "strip", z$1.ZodTypeAny, {
|
|
86898
|
-
type: "
|
|
86879
|
+
type: "COMPONENT_INSTANCE";
|
|
86899
86880
|
id: string;
|
|
86900
86881
|
name: string;
|
|
86901
86882
|
styles: {
|
|
@@ -87012,12 +86993,14 @@ declare const FigmaExporterAnyDesignNodeSchema: z$1.ZodUnion<[z$1.ZodType<FrameN
|
|
|
87012
86993
|
pointerEvents?: "fill" | "all" | "none" | "visible" | "auto" | "stroke" | "visiblePainted" | "visibleFill" | "visibleStroke" | "painted" | "inherit" | undefined;
|
|
87013
86994
|
visibility?: "visible" | "hidden" | "collapse" | undefined;
|
|
87014
86995
|
};
|
|
86996
|
+
componentName: string;
|
|
86997
|
+
componentSetName: string;
|
|
86998
|
+
props: Record<string, string | boolean>;
|
|
87015
86999
|
parentId: string | null;
|
|
87016
|
-
|
|
87017
|
-
|
|
87018
|
-
lineIndentations?: number[] | undefined;
|
|
87000
|
+
componentSetDescription: string;
|
|
87001
|
+
componentDescription: string;
|
|
87019
87002
|
}, {
|
|
87020
|
-
type: "
|
|
87003
|
+
type: "COMPONENT_INSTANCE";
|
|
87021
87004
|
id: string;
|
|
87022
87005
|
name: string;
|
|
87023
87006
|
styles: {
|
|
@@ -87134,15 +87117,621 @@ declare const FigmaExporterAnyDesignNodeSchema: z$1.ZodUnion<[z$1.ZodType<FrameN
|
|
|
87134
87117
|
pointerEvents?: "fill" | "all" | "none" | "visible" | "auto" | "stroke" | "visiblePainted" | "visibleFill" | "visibleStroke" | "painted" | "inherit" | undefined;
|
|
87135
87118
|
visibility?: "visible" | "hidden" | "collapse" | undefined;
|
|
87136
87119
|
};
|
|
87120
|
+
componentName: string;
|
|
87121
|
+
componentSetName: string;
|
|
87122
|
+
props: Record<string, string | boolean>;
|
|
87137
87123
|
parentId: string | null;
|
|
87138
|
-
|
|
87139
|
-
|
|
87140
|
-
|
|
87141
|
-
|
|
87142
|
-
|
|
87143
|
-
|
|
87144
|
-
|
|
87145
|
-
|
|
87124
|
+
componentSetDescription: string;
|
|
87125
|
+
componentDescription: string;
|
|
87126
|
+
}>;
|
|
87127
|
+
type FrameNode = z$1.infer<typeof frameNodeObjectSchema> & {
|
|
87128
|
+
children: AnyDesignNode[];
|
|
87129
|
+
};
|
|
87130
|
+
type TextNode = z$1.infer<typeof textNodeObjectSchema>;
|
|
87131
|
+
type SvgNode = z$1.infer<typeof svgNodeObjectSchema>;
|
|
87132
|
+
type ImageNode = z$1.infer<typeof imageNodeObjectSchema>;
|
|
87133
|
+
type ComponentInstanceNode = z$1.infer<typeof componentInstanceObjectSchema> & {
|
|
87134
|
+
children: AnyDesignNode[];
|
|
87135
|
+
};
|
|
87136
|
+
type AnyDesignNode = FrameNode | TextNode | SvgNode | ImageNode | ComponentInstanceNode;
|
|
87137
|
+
declare const FigmaExporterAnyDesignNodeSchema: z$1.ZodUnion<[z$1.ZodType<FrameNode, z$1.ZodTypeDef, FrameNode>, z$1.ZodObject<{
|
|
87138
|
+
id: z$1.ZodString;
|
|
87139
|
+
name: z$1.ZodString;
|
|
87140
|
+
parentId: z$1.ZodNullable<z$1.ZodString>;
|
|
87141
|
+
styles: z$1.ZodObject<{
|
|
87142
|
+
display: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodLiteral<"block">, z$1.ZodLiteral<"inline-block">, z$1.ZodLiteral<"inline">, z$1.ZodLiteral<"flex">, z$1.ZodLiteral<"grid">, z$1.ZodLiteral<"none">]>>>;
|
|
87143
|
+
position: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodLiteral<"absolute">, z$1.ZodLiteral<"relative">, z$1.ZodLiteral<"fixed">, z$1.ZodLiteral<"static">, z$1.ZodLiteral<"sticky">]>>>;
|
|
87144
|
+
top: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
87145
|
+
right: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
87146
|
+
bottom: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
87147
|
+
left: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
87148
|
+
width: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
87149
|
+
height: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
87150
|
+
minWidth: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
87151
|
+
minHeight: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
87152
|
+
maxWidth: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
87153
|
+
maxHeight: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
87154
|
+
zIndex: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodNumber>>;
|
|
87155
|
+
overflow: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodLiteral<"visible">, z$1.ZodLiteral<"hidden">, z$1.ZodLiteral<"scroll">, z$1.ZodLiteral<"auto">, z$1.ZodLiteral<"clip">]>>>;
|
|
87156
|
+
overflowX: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodLiteral<"visible">, z$1.ZodLiteral<"hidden">, z$1.ZodLiteral<"scroll">, z$1.ZodLiteral<"auto">, z$1.ZodLiteral<"clip">]>>>;
|
|
87157
|
+
overflowY: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodLiteral<"visible">, z$1.ZodLiteral<"hidden">, z$1.ZodLiteral<"scroll">, z$1.ZodLiteral<"auto">, z$1.ZodLiteral<"clip">]>>>;
|
|
87158
|
+
aspectRatio: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
87159
|
+
flexDirection: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodLiteral<"row">, z$1.ZodLiteral<"row-reverse">, z$1.ZodLiteral<"column">, z$1.ZodLiteral<"column-reverse">]>>>;
|
|
87160
|
+
justifyContent: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodLiteral<"flex-start">, z$1.ZodLiteral<"flex-end">, z$1.ZodLiteral<"center">, z$1.ZodLiteral<"space-between">, z$1.ZodLiteral<"space-around">, z$1.ZodLiteral<"space-evenly">]>>>;
|
|
87161
|
+
alignItems: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodLiteral<"stretch">, z$1.ZodLiteral<"flex-start">, z$1.ZodLiteral<"flex-end">, z$1.ZodLiteral<"center">, z$1.ZodLiteral<"baseline">]>>>;
|
|
87162
|
+
alignSelf: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodLiteral<"auto">, z$1.ZodLiteral<"stretch">, z$1.ZodLiteral<"flex-start">, z$1.ZodLiteral<"flex-end">, z$1.ZodLiteral<"center">, z$1.ZodLiteral<"baseline">]>>>;
|
|
87163
|
+
justifySelf: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodLiteral<"auto">, z$1.ZodLiteral<"stretch">, z$1.ZodLiteral<"flex-start">, z$1.ZodLiteral<"flex-end">, z$1.ZodLiteral<"center">]>>>;
|
|
87164
|
+
flexGrow: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodNumber>>;
|
|
87165
|
+
flexShrink: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodNumber>>;
|
|
87166
|
+
flexBasis: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
87167
|
+
flexWrap: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodLiteral<"nowrap">, z$1.ZodLiteral<"wrap">, z$1.ZodLiteral<"wrap-reverse">]>>>;
|
|
87168
|
+
gap: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
87169
|
+
rowGap: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
87170
|
+
columnGap: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
87171
|
+
gridTemplateColumns: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
87172
|
+
gridTemplateRows: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
87173
|
+
gridColumn: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
87174
|
+
gridRow: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
87175
|
+
gridAutoFlow: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodLiteral<"row">, z$1.ZodLiteral<"column">, z$1.ZodLiteral<"dense">, z$1.ZodLiteral<"row dense">, z$1.ZodLiteral<"column dense">]>>>;
|
|
87176
|
+
alignContent: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodLiteral<"flex-start">, z$1.ZodLiteral<"flex-end">, z$1.ZodLiteral<"center">, z$1.ZodLiteral<"space-between">, z$1.ZodLiteral<"space-around">, z$1.ZodLiteral<"stretch">]>>>;
|
|
87177
|
+
padding: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
87178
|
+
paddingTop: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
87179
|
+
paddingRight: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
87180
|
+
paddingBottom: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
87181
|
+
paddingLeft: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
87182
|
+
margin: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
87183
|
+
marginTop: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
87184
|
+
marginRight: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
87185
|
+
marginBottom: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
87186
|
+
marginLeft: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
87187
|
+
border: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
87188
|
+
borderWidth: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
87189
|
+
borderStyle: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
87190
|
+
borderColor: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
87191
|
+
borderTop: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
87192
|
+
borderRight: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
87193
|
+
borderBottom: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
87194
|
+
borderLeft: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
87195
|
+
borderRadius: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
87196
|
+
borderTopLeftRadius: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
87197
|
+
borderTopRightRadius: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
87198
|
+
borderBottomRightRadius: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
87199
|
+
borderBottomLeftRadius: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
87200
|
+
backgroundColor: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
87201
|
+
backgroundImage: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
87202
|
+
backgroundSize: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
87203
|
+
backgroundPosition: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
87204
|
+
backgroundRepeat: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
87205
|
+
backgroundBlendMode: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
87206
|
+
backgroundClip: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodLiteral<"border-box">, z$1.ZodLiteral<"padding-box">, z$1.ZodLiteral<"content-box">, z$1.ZodLiteral<"text">]>>>;
|
|
87207
|
+
backgroundOrigin: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodLiteral<"border-box">, z$1.ZodLiteral<"padding-box">, z$1.ZodLiteral<"content-box">]>>>;
|
|
87208
|
+
opacity: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodNumber>>;
|
|
87209
|
+
boxShadow: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
87210
|
+
textShadow: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
87211
|
+
filter: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
87212
|
+
backdropFilter: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
87213
|
+
mixBlendMode: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodLiteral<"normal">, z$1.ZodLiteral<"multiply">, z$1.ZodLiteral<"screen">, z$1.ZodLiteral<"overlay">, z$1.ZodLiteral<"darken">, z$1.ZodLiteral<"lighten">, z$1.ZodLiteral<"color-dodge">, z$1.ZodLiteral<"color-burn">, z$1.ZodLiteral<"hard-light">, z$1.ZodLiteral<"soft-light">, z$1.ZodLiteral<"difference">, z$1.ZodLiteral<"exclusion">, z$1.ZodLiteral<"hue">, z$1.ZodLiteral<"saturation">, z$1.ZodLiteral<"color">, z$1.ZodLiteral<"luminosity">, z$1.ZodLiteral<"plus-lighter">]>>>;
|
|
87214
|
+
transform: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
87215
|
+
transformOrigin: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
87216
|
+
rotate: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
87217
|
+
clipPath: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
87218
|
+
color: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
87219
|
+
fontFamily: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
87220
|
+
fontSize: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
87221
|
+
fontWeight: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodString, z$1.ZodNumber]>>>;
|
|
87222
|
+
fontStyle: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodLiteral<"normal">, z$1.ZodLiteral<"italic">, z$1.ZodLiteral<"oblique">]>>>;
|
|
87223
|
+
fontStretch: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
87224
|
+
fontVariantCaps: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodLiteral<"normal">, z$1.ZodLiteral<"small-caps">, z$1.ZodLiteral<"all-small-caps">, z$1.ZodLiteral<"petite-caps">, z$1.ZodLiteral<"all-petite-caps">, z$1.ZodLiteral<"unicase">, z$1.ZodLiteral<"titling-caps">]>>>;
|
|
87225
|
+
lineHeight: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodString, z$1.ZodNumber]>>>;
|
|
87226
|
+
letterSpacing: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
87227
|
+
textAlign: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodLiteral<"left">, z$1.ZodLiteral<"center">, z$1.ZodLiteral<"right">, z$1.ZodLiteral<"justify">, z$1.ZodLiteral<"start">, z$1.ZodLiteral<"end">]>>>;
|
|
87228
|
+
textDecorationLine: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodLiteral<"none">, z$1.ZodLiteral<"underline">, z$1.ZodLiteral<"overline">, z$1.ZodLiteral<"line-through">]>>>;
|
|
87229
|
+
textDecorationColor: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
87230
|
+
textDecorationStyle: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodLiteral<"solid">, z$1.ZodLiteral<"double">, z$1.ZodLiteral<"dotted">, z$1.ZodLiteral<"dashed">, z$1.ZodLiteral<"wavy">]>>>;
|
|
87231
|
+
textDecorationThickness: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
87232
|
+
textTransform: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodLiteral<"none">, z$1.ZodLiteral<"uppercase">, z$1.ZodLiteral<"lowercase">, z$1.ZodLiteral<"capitalize">, z$1.ZodLiteral<"full-width">]>>>;
|
|
87233
|
+
whiteSpace: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodLiteral<"normal">, z$1.ZodLiteral<"nowrap">, z$1.ZodLiteral<"pre">, z$1.ZodLiteral<"pre-wrap">, z$1.ZodLiteral<"pre-line">, z$1.ZodLiteral<"break-spaces">]>>>;
|
|
87234
|
+
wordBreak: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodLiteral<"normal">, z$1.ZodLiteral<"break-all">, z$1.ZodLiteral<"keep-all">, z$1.ZodLiteral<"break-word">]>>>;
|
|
87235
|
+
textOverflow: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodLiteral<"clip">, z$1.ZodLiteral<"ellipsis">]>>>;
|
|
87236
|
+
WebkitBackgroundClip: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodLiteral<"text">>>;
|
|
87237
|
+
WebkitTextFillColor: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
87238
|
+
WebkitLineClamp: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodNumber>>;
|
|
87239
|
+
WebkitBoxOrient: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodLiteral<"vertical">>>;
|
|
87240
|
+
fontFeatureSettings: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
87241
|
+
fill: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
87242
|
+
stroke: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
87243
|
+
strokeWidth: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
87244
|
+
strokeLinecap: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodLiteral<"butt">, z$1.ZodLiteral<"round">, z$1.ZodLiteral<"square">]>>>;
|
|
87245
|
+
strokeLinejoin: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodLiteral<"miter">, z$1.ZodLiteral<"round">, z$1.ZodLiteral<"bevel">]>>>;
|
|
87246
|
+
strokeDasharray: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
87247
|
+
strokeDashoffset: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
87248
|
+
transition: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
87249
|
+
animation: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
87250
|
+
cursor: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
87251
|
+
userSelect: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodLiteral<"auto">, z$1.ZodLiteral<"none">, z$1.ZodLiteral<"text">, z$1.ZodLiteral<"all">]>>>;
|
|
87252
|
+
pointerEvents: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodLiteral<"auto">, z$1.ZodLiteral<"none">, z$1.ZodLiteral<"visiblePainted">, z$1.ZodLiteral<"visibleFill">, z$1.ZodLiteral<"visibleStroke">, z$1.ZodLiteral<"visible">, z$1.ZodLiteral<"painted">, z$1.ZodLiteral<"fill">, z$1.ZodLiteral<"stroke">, z$1.ZodLiteral<"all">, z$1.ZodLiteral<"inherit">]>>>;
|
|
87253
|
+
visibility: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodLiteral<"visible">, z$1.ZodLiteral<"hidden">, z$1.ZodLiteral<"collapse">]>>>;
|
|
87254
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
87255
|
+
filter?: string | undefined;
|
|
87256
|
+
fill?: string | undefined;
|
|
87257
|
+
top?: string | undefined;
|
|
87258
|
+
color?: string | undefined;
|
|
87259
|
+
width?: string | undefined;
|
|
87260
|
+
height?: string | undefined;
|
|
87261
|
+
opacity?: number | undefined;
|
|
87262
|
+
position?: "fixed" | "static" | "absolute" | "relative" | "sticky" | undefined;
|
|
87263
|
+
backgroundColor?: string | undefined;
|
|
87264
|
+
gap?: string | undefined;
|
|
87265
|
+
aspectRatio?: string | undefined;
|
|
87266
|
+
minHeight?: string | undefined;
|
|
87267
|
+
bottom?: string | undefined;
|
|
87268
|
+
left?: string | undefined;
|
|
87269
|
+
right?: string | undefined;
|
|
87270
|
+
padding?: string | undefined;
|
|
87271
|
+
fontSize?: string | undefined;
|
|
87272
|
+
fontFamily?: string | undefined;
|
|
87273
|
+
fontWeight?: string | number | undefined;
|
|
87274
|
+
letterSpacing?: string | undefined;
|
|
87275
|
+
lineHeight?: string | number | undefined;
|
|
87276
|
+
display?: "block" | "inline-block" | "inline" | "flex" | "grid" | "none" | undefined;
|
|
87277
|
+
minWidth?: string | undefined;
|
|
87278
|
+
maxWidth?: string | undefined;
|
|
87279
|
+
maxHeight?: string | undefined;
|
|
87280
|
+
zIndex?: number | undefined;
|
|
87281
|
+
overflow?: "visible" | "hidden" | "scroll" | "auto" | "clip" | undefined;
|
|
87282
|
+
overflowX?: "visible" | "hidden" | "scroll" | "auto" | "clip" | undefined;
|
|
87283
|
+
overflowY?: "visible" | "hidden" | "scroll" | "auto" | "clip" | undefined;
|
|
87284
|
+
flexDirection?: "row" | "row-reverse" | "column" | "column-reverse" | undefined;
|
|
87285
|
+
justifyContent?: "flex-start" | "flex-end" | "center" | "space-between" | "space-around" | "space-evenly" | undefined;
|
|
87286
|
+
alignItems?: "flex-start" | "flex-end" | "center" | "stretch" | "baseline" | undefined;
|
|
87287
|
+
alignSelf?: "auto" | "flex-start" | "flex-end" | "center" | "stretch" | "baseline" | undefined;
|
|
87288
|
+
justifySelf?: "auto" | "flex-start" | "flex-end" | "center" | "stretch" | undefined;
|
|
87289
|
+
flexGrow?: number | undefined;
|
|
87290
|
+
flexShrink?: number | undefined;
|
|
87291
|
+
flexBasis?: string | undefined;
|
|
87292
|
+
flexWrap?: "nowrap" | "wrap" | "wrap-reverse" | undefined;
|
|
87293
|
+
rowGap?: string | undefined;
|
|
87294
|
+
columnGap?: string | undefined;
|
|
87295
|
+
gridTemplateColumns?: string | undefined;
|
|
87296
|
+
gridTemplateRows?: string | undefined;
|
|
87297
|
+
gridColumn?: string | undefined;
|
|
87298
|
+
gridRow?: string | undefined;
|
|
87299
|
+
gridAutoFlow?: "row" | "column" | "dense" | "row dense" | "column dense" | undefined;
|
|
87300
|
+
alignContent?: "flex-start" | "flex-end" | "center" | "space-between" | "space-around" | "stretch" | undefined;
|
|
87301
|
+
paddingTop?: string | undefined;
|
|
87302
|
+
paddingRight?: string | undefined;
|
|
87303
|
+
paddingBottom?: string | undefined;
|
|
87304
|
+
paddingLeft?: string | undefined;
|
|
87305
|
+
margin?: string | undefined;
|
|
87306
|
+
marginTop?: string | undefined;
|
|
87307
|
+
marginRight?: string | undefined;
|
|
87308
|
+
marginBottom?: string | undefined;
|
|
87309
|
+
marginLeft?: string | undefined;
|
|
87310
|
+
border?: string | undefined;
|
|
87311
|
+
borderWidth?: string | undefined;
|
|
87312
|
+
borderStyle?: string | undefined;
|
|
87313
|
+
borderColor?: string | undefined;
|
|
87314
|
+
borderTop?: string | undefined;
|
|
87315
|
+
borderRight?: string | undefined;
|
|
87316
|
+
borderBottom?: string | undefined;
|
|
87317
|
+
borderLeft?: string | undefined;
|
|
87318
|
+
borderRadius?: string | undefined;
|
|
87319
|
+
borderTopLeftRadius?: string | undefined;
|
|
87320
|
+
borderTopRightRadius?: string | undefined;
|
|
87321
|
+
borderBottomRightRadius?: string | undefined;
|
|
87322
|
+
borderBottomLeftRadius?: string | undefined;
|
|
87323
|
+
backgroundImage?: string | undefined;
|
|
87324
|
+
backgroundSize?: string | undefined;
|
|
87325
|
+
backgroundPosition?: string | undefined;
|
|
87326
|
+
backgroundRepeat?: string | undefined;
|
|
87327
|
+
backgroundBlendMode?: string | undefined;
|
|
87328
|
+
backgroundClip?: "text" | "border-box" | "padding-box" | "content-box" | undefined;
|
|
87329
|
+
backgroundOrigin?: "border-box" | "padding-box" | "content-box" | undefined;
|
|
87330
|
+
boxShadow?: string | undefined;
|
|
87331
|
+
textShadow?: string | undefined;
|
|
87332
|
+
backdropFilter?: string | undefined;
|
|
87333
|
+
mixBlendMode?: "color" | "normal" | "multiply" | "screen" | "overlay" | "darken" | "lighten" | "color-dodge" | "color-burn" | "hard-light" | "soft-light" | "difference" | "exclusion" | "hue" | "saturation" | "luminosity" | "plus-lighter" | undefined;
|
|
87334
|
+
transform?: string | undefined;
|
|
87335
|
+
transformOrigin?: string | undefined;
|
|
87336
|
+
rotate?: string | undefined;
|
|
87337
|
+
clipPath?: string | undefined;
|
|
87338
|
+
fontStyle?: "normal" | "italic" | "oblique" | undefined;
|
|
87339
|
+
fontStretch?: string | undefined;
|
|
87340
|
+
fontVariantCaps?: "normal" | "small-caps" | "all-small-caps" | "petite-caps" | "all-petite-caps" | "unicase" | "titling-caps" | undefined;
|
|
87341
|
+
textAlign?: "end" | "start" | "left" | "right" | "center" | "justify" | undefined;
|
|
87342
|
+
textDecorationLine?: "none" | "underline" | "overline" | "line-through" | undefined;
|
|
87343
|
+
textDecorationColor?: string | undefined;
|
|
87344
|
+
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | "wavy" | undefined;
|
|
87345
|
+
textDecorationThickness?: string | undefined;
|
|
87346
|
+
textTransform?: "none" | "uppercase" | "lowercase" | "capitalize" | "full-width" | undefined;
|
|
87347
|
+
whiteSpace?: "nowrap" | "normal" | "pre" | "pre-wrap" | "pre-line" | "break-spaces" | undefined;
|
|
87348
|
+
wordBreak?: "normal" | "break-all" | "keep-all" | "break-word" | undefined;
|
|
87349
|
+
textOverflow?: "clip" | "ellipsis" | undefined;
|
|
87350
|
+
WebkitBackgroundClip?: "text" | undefined;
|
|
87351
|
+
WebkitTextFillColor?: string | undefined;
|
|
87352
|
+
WebkitLineClamp?: number | undefined;
|
|
87353
|
+
WebkitBoxOrient?: "vertical" | undefined;
|
|
87354
|
+
fontFeatureSettings?: string | undefined;
|
|
87355
|
+
stroke?: string | undefined;
|
|
87356
|
+
strokeWidth?: string | undefined;
|
|
87357
|
+
strokeLinecap?: "butt" | "round" | "square" | undefined;
|
|
87358
|
+
strokeLinejoin?: "round" | "miter" | "bevel" | undefined;
|
|
87359
|
+
strokeDasharray?: string | undefined;
|
|
87360
|
+
strokeDashoffset?: string | undefined;
|
|
87361
|
+
transition?: string | undefined;
|
|
87362
|
+
animation?: string | undefined;
|
|
87363
|
+
cursor?: string | undefined;
|
|
87364
|
+
userSelect?: "all" | "text" | "none" | "auto" | undefined;
|
|
87365
|
+
pointerEvents?: "fill" | "all" | "none" | "visible" | "auto" | "stroke" | "visiblePainted" | "visibleFill" | "visibleStroke" | "painted" | "inherit" | undefined;
|
|
87366
|
+
visibility?: "visible" | "hidden" | "collapse" | undefined;
|
|
87367
|
+
}, {
|
|
87368
|
+
filter?: string | undefined;
|
|
87369
|
+
fill?: string | undefined;
|
|
87370
|
+
top?: string | undefined;
|
|
87371
|
+
color?: string | undefined;
|
|
87372
|
+
width?: string | undefined;
|
|
87373
|
+
height?: string | undefined;
|
|
87374
|
+
opacity?: number | undefined;
|
|
87375
|
+
position?: "fixed" | "static" | "absolute" | "relative" | "sticky" | undefined;
|
|
87376
|
+
backgroundColor?: string | undefined;
|
|
87377
|
+
gap?: string | undefined;
|
|
87378
|
+
aspectRatio?: string | undefined;
|
|
87379
|
+
minHeight?: string | undefined;
|
|
87380
|
+
bottom?: string | undefined;
|
|
87381
|
+
left?: string | undefined;
|
|
87382
|
+
right?: string | undefined;
|
|
87383
|
+
padding?: string | undefined;
|
|
87384
|
+
fontSize?: string | undefined;
|
|
87385
|
+
fontFamily?: string | undefined;
|
|
87386
|
+
fontWeight?: string | number | undefined;
|
|
87387
|
+
letterSpacing?: string | undefined;
|
|
87388
|
+
lineHeight?: string | number | undefined;
|
|
87389
|
+
display?: "block" | "inline-block" | "inline" | "flex" | "grid" | "none" | undefined;
|
|
87390
|
+
minWidth?: string | undefined;
|
|
87391
|
+
maxWidth?: string | undefined;
|
|
87392
|
+
maxHeight?: string | undefined;
|
|
87393
|
+
zIndex?: number | undefined;
|
|
87394
|
+
overflow?: "visible" | "hidden" | "scroll" | "auto" | "clip" | undefined;
|
|
87395
|
+
overflowX?: "visible" | "hidden" | "scroll" | "auto" | "clip" | undefined;
|
|
87396
|
+
overflowY?: "visible" | "hidden" | "scroll" | "auto" | "clip" | undefined;
|
|
87397
|
+
flexDirection?: "row" | "row-reverse" | "column" | "column-reverse" | undefined;
|
|
87398
|
+
justifyContent?: "flex-start" | "flex-end" | "center" | "space-between" | "space-around" | "space-evenly" | undefined;
|
|
87399
|
+
alignItems?: "flex-start" | "flex-end" | "center" | "stretch" | "baseline" | undefined;
|
|
87400
|
+
alignSelf?: "auto" | "flex-start" | "flex-end" | "center" | "stretch" | "baseline" | undefined;
|
|
87401
|
+
justifySelf?: "auto" | "flex-start" | "flex-end" | "center" | "stretch" | undefined;
|
|
87402
|
+
flexGrow?: number | undefined;
|
|
87403
|
+
flexShrink?: number | undefined;
|
|
87404
|
+
flexBasis?: string | undefined;
|
|
87405
|
+
flexWrap?: "nowrap" | "wrap" | "wrap-reverse" | undefined;
|
|
87406
|
+
rowGap?: string | undefined;
|
|
87407
|
+
columnGap?: string | undefined;
|
|
87408
|
+
gridTemplateColumns?: string | undefined;
|
|
87409
|
+
gridTemplateRows?: string | undefined;
|
|
87410
|
+
gridColumn?: string | undefined;
|
|
87411
|
+
gridRow?: string | undefined;
|
|
87412
|
+
gridAutoFlow?: "row" | "column" | "dense" | "row dense" | "column dense" | undefined;
|
|
87413
|
+
alignContent?: "flex-start" | "flex-end" | "center" | "space-between" | "space-around" | "stretch" | undefined;
|
|
87414
|
+
paddingTop?: string | undefined;
|
|
87415
|
+
paddingRight?: string | undefined;
|
|
87416
|
+
paddingBottom?: string | undefined;
|
|
87417
|
+
paddingLeft?: string | undefined;
|
|
87418
|
+
margin?: string | undefined;
|
|
87419
|
+
marginTop?: string | undefined;
|
|
87420
|
+
marginRight?: string | undefined;
|
|
87421
|
+
marginBottom?: string | undefined;
|
|
87422
|
+
marginLeft?: string | undefined;
|
|
87423
|
+
border?: string | undefined;
|
|
87424
|
+
borderWidth?: string | undefined;
|
|
87425
|
+
borderStyle?: string | undefined;
|
|
87426
|
+
borderColor?: string | undefined;
|
|
87427
|
+
borderTop?: string | undefined;
|
|
87428
|
+
borderRight?: string | undefined;
|
|
87429
|
+
borderBottom?: string | undefined;
|
|
87430
|
+
borderLeft?: string | undefined;
|
|
87431
|
+
borderRadius?: string | undefined;
|
|
87432
|
+
borderTopLeftRadius?: string | undefined;
|
|
87433
|
+
borderTopRightRadius?: string | undefined;
|
|
87434
|
+
borderBottomRightRadius?: string | undefined;
|
|
87435
|
+
borderBottomLeftRadius?: string | undefined;
|
|
87436
|
+
backgroundImage?: string | undefined;
|
|
87437
|
+
backgroundSize?: string | undefined;
|
|
87438
|
+
backgroundPosition?: string | undefined;
|
|
87439
|
+
backgroundRepeat?: string | undefined;
|
|
87440
|
+
backgroundBlendMode?: string | undefined;
|
|
87441
|
+
backgroundClip?: "text" | "border-box" | "padding-box" | "content-box" | undefined;
|
|
87442
|
+
backgroundOrigin?: "border-box" | "padding-box" | "content-box" | undefined;
|
|
87443
|
+
boxShadow?: string | undefined;
|
|
87444
|
+
textShadow?: string | undefined;
|
|
87445
|
+
backdropFilter?: string | undefined;
|
|
87446
|
+
mixBlendMode?: "color" | "normal" | "multiply" | "screen" | "overlay" | "darken" | "lighten" | "color-dodge" | "color-burn" | "hard-light" | "soft-light" | "difference" | "exclusion" | "hue" | "saturation" | "luminosity" | "plus-lighter" | undefined;
|
|
87447
|
+
transform?: string | undefined;
|
|
87448
|
+
transformOrigin?: string | undefined;
|
|
87449
|
+
rotate?: string | undefined;
|
|
87450
|
+
clipPath?: string | undefined;
|
|
87451
|
+
fontStyle?: "normal" | "italic" | "oblique" | undefined;
|
|
87452
|
+
fontStretch?: string | undefined;
|
|
87453
|
+
fontVariantCaps?: "normal" | "small-caps" | "all-small-caps" | "petite-caps" | "all-petite-caps" | "unicase" | "titling-caps" | undefined;
|
|
87454
|
+
textAlign?: "end" | "start" | "left" | "right" | "center" | "justify" | undefined;
|
|
87455
|
+
textDecorationLine?: "none" | "underline" | "overline" | "line-through" | undefined;
|
|
87456
|
+
textDecorationColor?: string | undefined;
|
|
87457
|
+
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | "wavy" | undefined;
|
|
87458
|
+
textDecorationThickness?: string | undefined;
|
|
87459
|
+
textTransform?: "none" | "uppercase" | "lowercase" | "capitalize" | "full-width" | undefined;
|
|
87460
|
+
whiteSpace?: "nowrap" | "normal" | "pre" | "pre-wrap" | "pre-line" | "break-spaces" | undefined;
|
|
87461
|
+
wordBreak?: "normal" | "break-all" | "keep-all" | "break-word" | undefined;
|
|
87462
|
+
textOverflow?: "clip" | "ellipsis" | undefined;
|
|
87463
|
+
WebkitBackgroundClip?: "text" | undefined;
|
|
87464
|
+
WebkitTextFillColor?: string | undefined;
|
|
87465
|
+
WebkitLineClamp?: number | undefined;
|
|
87466
|
+
WebkitBoxOrient?: "vertical" | undefined;
|
|
87467
|
+
fontFeatureSettings?: string | undefined;
|
|
87468
|
+
stroke?: string | undefined;
|
|
87469
|
+
strokeWidth?: string | undefined;
|
|
87470
|
+
strokeLinecap?: "butt" | "round" | "square" | undefined;
|
|
87471
|
+
strokeLinejoin?: "round" | "miter" | "bevel" | undefined;
|
|
87472
|
+
strokeDasharray?: string | undefined;
|
|
87473
|
+
strokeDashoffset?: string | undefined;
|
|
87474
|
+
transition?: string | undefined;
|
|
87475
|
+
animation?: string | undefined;
|
|
87476
|
+
cursor?: string | undefined;
|
|
87477
|
+
userSelect?: "all" | "text" | "none" | "auto" | undefined;
|
|
87478
|
+
pointerEvents?: "fill" | "all" | "none" | "visible" | "auto" | "stroke" | "visiblePainted" | "visibleFill" | "visibleStroke" | "painted" | "inherit" | undefined;
|
|
87479
|
+
visibility?: "visible" | "hidden" | "collapse" | undefined;
|
|
87480
|
+
}>;
|
|
87481
|
+
} & {
|
|
87482
|
+
type: z$1.ZodLiteral<"TEXT">;
|
|
87483
|
+
characters: z$1.ZodString;
|
|
87484
|
+
lineTypes: z$1.ZodOptional<z$1.ZodArray<z$1.ZodUnion<[z$1.ZodLiteral<"NONE">, z$1.ZodLiteral<"ORDERED">, z$1.ZodLiteral<"UNORDERED">]>, "many">>;
|
|
87485
|
+
lineIndentations: z$1.ZodOptional<z$1.ZodArray<z$1.ZodNumber, "many">>;
|
|
87486
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
87487
|
+
type: "TEXT";
|
|
87488
|
+
id: string;
|
|
87489
|
+
name: string;
|
|
87490
|
+
styles: {
|
|
87491
|
+
filter?: string | undefined;
|
|
87492
|
+
fill?: string | undefined;
|
|
87493
|
+
top?: string | undefined;
|
|
87494
|
+
color?: string | undefined;
|
|
87495
|
+
width?: string | undefined;
|
|
87496
|
+
height?: string | undefined;
|
|
87497
|
+
opacity?: number | undefined;
|
|
87498
|
+
position?: "fixed" | "static" | "absolute" | "relative" | "sticky" | undefined;
|
|
87499
|
+
backgroundColor?: string | undefined;
|
|
87500
|
+
gap?: string | undefined;
|
|
87501
|
+
aspectRatio?: string | undefined;
|
|
87502
|
+
minHeight?: string | undefined;
|
|
87503
|
+
bottom?: string | undefined;
|
|
87504
|
+
left?: string | undefined;
|
|
87505
|
+
right?: string | undefined;
|
|
87506
|
+
padding?: string | undefined;
|
|
87507
|
+
fontSize?: string | undefined;
|
|
87508
|
+
fontFamily?: string | undefined;
|
|
87509
|
+
fontWeight?: string | number | undefined;
|
|
87510
|
+
letterSpacing?: string | undefined;
|
|
87511
|
+
lineHeight?: string | number | undefined;
|
|
87512
|
+
display?: "block" | "inline-block" | "inline" | "flex" | "grid" | "none" | undefined;
|
|
87513
|
+
minWidth?: string | undefined;
|
|
87514
|
+
maxWidth?: string | undefined;
|
|
87515
|
+
maxHeight?: string | undefined;
|
|
87516
|
+
zIndex?: number | undefined;
|
|
87517
|
+
overflow?: "visible" | "hidden" | "scroll" | "auto" | "clip" | undefined;
|
|
87518
|
+
overflowX?: "visible" | "hidden" | "scroll" | "auto" | "clip" | undefined;
|
|
87519
|
+
overflowY?: "visible" | "hidden" | "scroll" | "auto" | "clip" | undefined;
|
|
87520
|
+
flexDirection?: "row" | "row-reverse" | "column" | "column-reverse" | undefined;
|
|
87521
|
+
justifyContent?: "flex-start" | "flex-end" | "center" | "space-between" | "space-around" | "space-evenly" | undefined;
|
|
87522
|
+
alignItems?: "flex-start" | "flex-end" | "center" | "stretch" | "baseline" | undefined;
|
|
87523
|
+
alignSelf?: "auto" | "flex-start" | "flex-end" | "center" | "stretch" | "baseline" | undefined;
|
|
87524
|
+
justifySelf?: "auto" | "flex-start" | "flex-end" | "center" | "stretch" | undefined;
|
|
87525
|
+
flexGrow?: number | undefined;
|
|
87526
|
+
flexShrink?: number | undefined;
|
|
87527
|
+
flexBasis?: string | undefined;
|
|
87528
|
+
flexWrap?: "nowrap" | "wrap" | "wrap-reverse" | undefined;
|
|
87529
|
+
rowGap?: string | undefined;
|
|
87530
|
+
columnGap?: string | undefined;
|
|
87531
|
+
gridTemplateColumns?: string | undefined;
|
|
87532
|
+
gridTemplateRows?: string | undefined;
|
|
87533
|
+
gridColumn?: string | undefined;
|
|
87534
|
+
gridRow?: string | undefined;
|
|
87535
|
+
gridAutoFlow?: "row" | "column" | "dense" | "row dense" | "column dense" | undefined;
|
|
87536
|
+
alignContent?: "flex-start" | "flex-end" | "center" | "space-between" | "space-around" | "stretch" | undefined;
|
|
87537
|
+
paddingTop?: string | undefined;
|
|
87538
|
+
paddingRight?: string | undefined;
|
|
87539
|
+
paddingBottom?: string | undefined;
|
|
87540
|
+
paddingLeft?: string | undefined;
|
|
87541
|
+
margin?: string | undefined;
|
|
87542
|
+
marginTop?: string | undefined;
|
|
87543
|
+
marginRight?: string | undefined;
|
|
87544
|
+
marginBottom?: string | undefined;
|
|
87545
|
+
marginLeft?: string | undefined;
|
|
87546
|
+
border?: string | undefined;
|
|
87547
|
+
borderWidth?: string | undefined;
|
|
87548
|
+
borderStyle?: string | undefined;
|
|
87549
|
+
borderColor?: string | undefined;
|
|
87550
|
+
borderTop?: string | undefined;
|
|
87551
|
+
borderRight?: string | undefined;
|
|
87552
|
+
borderBottom?: string | undefined;
|
|
87553
|
+
borderLeft?: string | undefined;
|
|
87554
|
+
borderRadius?: string | undefined;
|
|
87555
|
+
borderTopLeftRadius?: string | undefined;
|
|
87556
|
+
borderTopRightRadius?: string | undefined;
|
|
87557
|
+
borderBottomRightRadius?: string | undefined;
|
|
87558
|
+
borderBottomLeftRadius?: string | undefined;
|
|
87559
|
+
backgroundImage?: string | undefined;
|
|
87560
|
+
backgroundSize?: string | undefined;
|
|
87561
|
+
backgroundPosition?: string | undefined;
|
|
87562
|
+
backgroundRepeat?: string | undefined;
|
|
87563
|
+
backgroundBlendMode?: string | undefined;
|
|
87564
|
+
backgroundClip?: "text" | "border-box" | "padding-box" | "content-box" | undefined;
|
|
87565
|
+
backgroundOrigin?: "border-box" | "padding-box" | "content-box" | undefined;
|
|
87566
|
+
boxShadow?: string | undefined;
|
|
87567
|
+
textShadow?: string | undefined;
|
|
87568
|
+
backdropFilter?: string | undefined;
|
|
87569
|
+
mixBlendMode?: "color" | "normal" | "multiply" | "screen" | "overlay" | "darken" | "lighten" | "color-dodge" | "color-burn" | "hard-light" | "soft-light" | "difference" | "exclusion" | "hue" | "saturation" | "luminosity" | "plus-lighter" | undefined;
|
|
87570
|
+
transform?: string | undefined;
|
|
87571
|
+
transformOrigin?: string | undefined;
|
|
87572
|
+
rotate?: string | undefined;
|
|
87573
|
+
clipPath?: string | undefined;
|
|
87574
|
+
fontStyle?: "normal" | "italic" | "oblique" | undefined;
|
|
87575
|
+
fontStretch?: string | undefined;
|
|
87576
|
+
fontVariantCaps?: "normal" | "small-caps" | "all-small-caps" | "petite-caps" | "all-petite-caps" | "unicase" | "titling-caps" | undefined;
|
|
87577
|
+
textAlign?: "end" | "start" | "left" | "right" | "center" | "justify" | undefined;
|
|
87578
|
+
textDecorationLine?: "none" | "underline" | "overline" | "line-through" | undefined;
|
|
87579
|
+
textDecorationColor?: string | undefined;
|
|
87580
|
+
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | "wavy" | undefined;
|
|
87581
|
+
textDecorationThickness?: string | undefined;
|
|
87582
|
+
textTransform?: "none" | "uppercase" | "lowercase" | "capitalize" | "full-width" | undefined;
|
|
87583
|
+
whiteSpace?: "nowrap" | "normal" | "pre" | "pre-wrap" | "pre-line" | "break-spaces" | undefined;
|
|
87584
|
+
wordBreak?: "normal" | "break-all" | "keep-all" | "break-word" | undefined;
|
|
87585
|
+
textOverflow?: "clip" | "ellipsis" | undefined;
|
|
87586
|
+
WebkitBackgroundClip?: "text" | undefined;
|
|
87587
|
+
WebkitTextFillColor?: string | undefined;
|
|
87588
|
+
WebkitLineClamp?: number | undefined;
|
|
87589
|
+
WebkitBoxOrient?: "vertical" | undefined;
|
|
87590
|
+
fontFeatureSettings?: string | undefined;
|
|
87591
|
+
stroke?: string | undefined;
|
|
87592
|
+
strokeWidth?: string | undefined;
|
|
87593
|
+
strokeLinecap?: "butt" | "round" | "square" | undefined;
|
|
87594
|
+
strokeLinejoin?: "round" | "miter" | "bevel" | undefined;
|
|
87595
|
+
strokeDasharray?: string | undefined;
|
|
87596
|
+
strokeDashoffset?: string | undefined;
|
|
87597
|
+
transition?: string | undefined;
|
|
87598
|
+
animation?: string | undefined;
|
|
87599
|
+
cursor?: string | undefined;
|
|
87600
|
+
userSelect?: "all" | "text" | "none" | "auto" | undefined;
|
|
87601
|
+
pointerEvents?: "fill" | "all" | "none" | "visible" | "auto" | "stroke" | "visiblePainted" | "visibleFill" | "visibleStroke" | "painted" | "inherit" | undefined;
|
|
87602
|
+
visibility?: "visible" | "hidden" | "collapse" | undefined;
|
|
87603
|
+
};
|
|
87604
|
+
parentId: string | null;
|
|
87605
|
+
characters: string;
|
|
87606
|
+
lineTypes?: ("NONE" | "ORDERED" | "UNORDERED")[] | undefined;
|
|
87607
|
+
lineIndentations?: number[] | undefined;
|
|
87608
|
+
}, {
|
|
87609
|
+
type: "TEXT";
|
|
87610
|
+
id: string;
|
|
87611
|
+
name: string;
|
|
87612
|
+
styles: {
|
|
87613
|
+
filter?: string | undefined;
|
|
87614
|
+
fill?: string | undefined;
|
|
87615
|
+
top?: string | undefined;
|
|
87616
|
+
color?: string | undefined;
|
|
87617
|
+
width?: string | undefined;
|
|
87618
|
+
height?: string | undefined;
|
|
87619
|
+
opacity?: number | undefined;
|
|
87620
|
+
position?: "fixed" | "static" | "absolute" | "relative" | "sticky" | undefined;
|
|
87621
|
+
backgroundColor?: string | undefined;
|
|
87622
|
+
gap?: string | undefined;
|
|
87623
|
+
aspectRatio?: string | undefined;
|
|
87624
|
+
minHeight?: string | undefined;
|
|
87625
|
+
bottom?: string | undefined;
|
|
87626
|
+
left?: string | undefined;
|
|
87627
|
+
right?: string | undefined;
|
|
87628
|
+
padding?: string | undefined;
|
|
87629
|
+
fontSize?: string | undefined;
|
|
87630
|
+
fontFamily?: string | undefined;
|
|
87631
|
+
fontWeight?: string | number | undefined;
|
|
87632
|
+
letterSpacing?: string | undefined;
|
|
87633
|
+
lineHeight?: string | number | undefined;
|
|
87634
|
+
display?: "block" | "inline-block" | "inline" | "flex" | "grid" | "none" | undefined;
|
|
87635
|
+
minWidth?: string | undefined;
|
|
87636
|
+
maxWidth?: string | undefined;
|
|
87637
|
+
maxHeight?: string | undefined;
|
|
87638
|
+
zIndex?: number | undefined;
|
|
87639
|
+
overflow?: "visible" | "hidden" | "scroll" | "auto" | "clip" | undefined;
|
|
87640
|
+
overflowX?: "visible" | "hidden" | "scroll" | "auto" | "clip" | undefined;
|
|
87641
|
+
overflowY?: "visible" | "hidden" | "scroll" | "auto" | "clip" | undefined;
|
|
87642
|
+
flexDirection?: "row" | "row-reverse" | "column" | "column-reverse" | undefined;
|
|
87643
|
+
justifyContent?: "flex-start" | "flex-end" | "center" | "space-between" | "space-around" | "space-evenly" | undefined;
|
|
87644
|
+
alignItems?: "flex-start" | "flex-end" | "center" | "stretch" | "baseline" | undefined;
|
|
87645
|
+
alignSelf?: "auto" | "flex-start" | "flex-end" | "center" | "stretch" | "baseline" | undefined;
|
|
87646
|
+
justifySelf?: "auto" | "flex-start" | "flex-end" | "center" | "stretch" | undefined;
|
|
87647
|
+
flexGrow?: number | undefined;
|
|
87648
|
+
flexShrink?: number | undefined;
|
|
87649
|
+
flexBasis?: string | undefined;
|
|
87650
|
+
flexWrap?: "nowrap" | "wrap" | "wrap-reverse" | undefined;
|
|
87651
|
+
rowGap?: string | undefined;
|
|
87652
|
+
columnGap?: string | undefined;
|
|
87653
|
+
gridTemplateColumns?: string | undefined;
|
|
87654
|
+
gridTemplateRows?: string | undefined;
|
|
87655
|
+
gridColumn?: string | undefined;
|
|
87656
|
+
gridRow?: string | undefined;
|
|
87657
|
+
gridAutoFlow?: "row" | "column" | "dense" | "row dense" | "column dense" | undefined;
|
|
87658
|
+
alignContent?: "flex-start" | "flex-end" | "center" | "space-between" | "space-around" | "stretch" | undefined;
|
|
87659
|
+
paddingTop?: string | undefined;
|
|
87660
|
+
paddingRight?: string | undefined;
|
|
87661
|
+
paddingBottom?: string | undefined;
|
|
87662
|
+
paddingLeft?: string | undefined;
|
|
87663
|
+
margin?: string | undefined;
|
|
87664
|
+
marginTop?: string | undefined;
|
|
87665
|
+
marginRight?: string | undefined;
|
|
87666
|
+
marginBottom?: string | undefined;
|
|
87667
|
+
marginLeft?: string | undefined;
|
|
87668
|
+
border?: string | undefined;
|
|
87669
|
+
borderWidth?: string | undefined;
|
|
87670
|
+
borderStyle?: string | undefined;
|
|
87671
|
+
borderColor?: string | undefined;
|
|
87672
|
+
borderTop?: string | undefined;
|
|
87673
|
+
borderRight?: string | undefined;
|
|
87674
|
+
borderBottom?: string | undefined;
|
|
87675
|
+
borderLeft?: string | undefined;
|
|
87676
|
+
borderRadius?: string | undefined;
|
|
87677
|
+
borderTopLeftRadius?: string | undefined;
|
|
87678
|
+
borderTopRightRadius?: string | undefined;
|
|
87679
|
+
borderBottomRightRadius?: string | undefined;
|
|
87680
|
+
borderBottomLeftRadius?: string | undefined;
|
|
87681
|
+
backgroundImage?: string | undefined;
|
|
87682
|
+
backgroundSize?: string | undefined;
|
|
87683
|
+
backgroundPosition?: string | undefined;
|
|
87684
|
+
backgroundRepeat?: string | undefined;
|
|
87685
|
+
backgroundBlendMode?: string | undefined;
|
|
87686
|
+
backgroundClip?: "text" | "border-box" | "padding-box" | "content-box" | undefined;
|
|
87687
|
+
backgroundOrigin?: "border-box" | "padding-box" | "content-box" | undefined;
|
|
87688
|
+
boxShadow?: string | undefined;
|
|
87689
|
+
textShadow?: string | undefined;
|
|
87690
|
+
backdropFilter?: string | undefined;
|
|
87691
|
+
mixBlendMode?: "color" | "normal" | "multiply" | "screen" | "overlay" | "darken" | "lighten" | "color-dodge" | "color-burn" | "hard-light" | "soft-light" | "difference" | "exclusion" | "hue" | "saturation" | "luminosity" | "plus-lighter" | undefined;
|
|
87692
|
+
transform?: string | undefined;
|
|
87693
|
+
transformOrigin?: string | undefined;
|
|
87694
|
+
rotate?: string | undefined;
|
|
87695
|
+
clipPath?: string | undefined;
|
|
87696
|
+
fontStyle?: "normal" | "italic" | "oblique" | undefined;
|
|
87697
|
+
fontStretch?: string | undefined;
|
|
87698
|
+
fontVariantCaps?: "normal" | "small-caps" | "all-small-caps" | "petite-caps" | "all-petite-caps" | "unicase" | "titling-caps" | undefined;
|
|
87699
|
+
textAlign?: "end" | "start" | "left" | "right" | "center" | "justify" | undefined;
|
|
87700
|
+
textDecorationLine?: "none" | "underline" | "overline" | "line-through" | undefined;
|
|
87701
|
+
textDecorationColor?: string | undefined;
|
|
87702
|
+
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | "wavy" | undefined;
|
|
87703
|
+
textDecorationThickness?: string | undefined;
|
|
87704
|
+
textTransform?: "none" | "uppercase" | "lowercase" | "capitalize" | "full-width" | undefined;
|
|
87705
|
+
whiteSpace?: "nowrap" | "normal" | "pre" | "pre-wrap" | "pre-line" | "break-spaces" | undefined;
|
|
87706
|
+
wordBreak?: "normal" | "break-all" | "keep-all" | "break-word" | undefined;
|
|
87707
|
+
textOverflow?: "clip" | "ellipsis" | undefined;
|
|
87708
|
+
WebkitBackgroundClip?: "text" | undefined;
|
|
87709
|
+
WebkitTextFillColor?: string | undefined;
|
|
87710
|
+
WebkitLineClamp?: number | undefined;
|
|
87711
|
+
WebkitBoxOrient?: "vertical" | undefined;
|
|
87712
|
+
fontFeatureSettings?: string | undefined;
|
|
87713
|
+
stroke?: string | undefined;
|
|
87714
|
+
strokeWidth?: string | undefined;
|
|
87715
|
+
strokeLinecap?: "butt" | "round" | "square" | undefined;
|
|
87716
|
+
strokeLinejoin?: "round" | "miter" | "bevel" | undefined;
|
|
87717
|
+
strokeDasharray?: string | undefined;
|
|
87718
|
+
strokeDashoffset?: string | undefined;
|
|
87719
|
+
transition?: string | undefined;
|
|
87720
|
+
animation?: string | undefined;
|
|
87721
|
+
cursor?: string | undefined;
|
|
87722
|
+
userSelect?: "all" | "text" | "none" | "auto" | undefined;
|
|
87723
|
+
pointerEvents?: "fill" | "all" | "none" | "visible" | "auto" | "stroke" | "visiblePainted" | "visibleFill" | "visibleStroke" | "painted" | "inherit" | undefined;
|
|
87724
|
+
visibility?: "visible" | "hidden" | "collapse" | undefined;
|
|
87725
|
+
};
|
|
87726
|
+
parentId: string | null;
|
|
87727
|
+
characters: string;
|
|
87728
|
+
lineTypes?: ("NONE" | "ORDERED" | "UNORDERED")[] | undefined;
|
|
87729
|
+
lineIndentations?: number[] | undefined;
|
|
87730
|
+
}>, z$1.ZodType<{
|
|
87731
|
+
type: "SVG";
|
|
87732
|
+
id: string;
|
|
87733
|
+
name: string;
|
|
87734
|
+
styles: {
|
|
87146
87735
|
filter?: string | undefined;
|
|
87147
87736
|
fill?: string | undefined;
|
|
87148
87737
|
top?: string | undefined;
|
|
@@ -87378,12 +87967,600 @@ declare const FigmaExporterAnyDesignNodeSchema: z$1.ZodUnion<[z$1.ZodType<FrameN
|
|
|
87378
87967
|
};
|
|
87379
87968
|
parentId: string | null;
|
|
87380
87969
|
svgString: string;
|
|
87970
|
+
}>, z$1.ZodObject<{
|
|
87971
|
+
id: z$1.ZodString;
|
|
87972
|
+
name: z$1.ZodString;
|
|
87973
|
+
parentId: z$1.ZodNullable<z$1.ZodString>;
|
|
87974
|
+
styles: z$1.ZodObject<{
|
|
87975
|
+
display: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodLiteral<"block">, z$1.ZodLiteral<"inline-block">, z$1.ZodLiteral<"inline">, z$1.ZodLiteral<"flex">, z$1.ZodLiteral<"grid">, z$1.ZodLiteral<"none">]>>>;
|
|
87976
|
+
position: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodLiteral<"absolute">, z$1.ZodLiteral<"relative">, z$1.ZodLiteral<"fixed">, z$1.ZodLiteral<"static">, z$1.ZodLiteral<"sticky">]>>>;
|
|
87977
|
+
top: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
87978
|
+
right: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
87979
|
+
bottom: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
87980
|
+
left: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
87981
|
+
width: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
87982
|
+
height: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
87983
|
+
minWidth: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
87984
|
+
minHeight: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
87985
|
+
maxWidth: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
87986
|
+
maxHeight: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
87987
|
+
zIndex: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodNumber>>;
|
|
87988
|
+
overflow: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodLiteral<"visible">, z$1.ZodLiteral<"hidden">, z$1.ZodLiteral<"scroll">, z$1.ZodLiteral<"auto">, z$1.ZodLiteral<"clip">]>>>;
|
|
87989
|
+
overflowX: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodLiteral<"visible">, z$1.ZodLiteral<"hidden">, z$1.ZodLiteral<"scroll">, z$1.ZodLiteral<"auto">, z$1.ZodLiteral<"clip">]>>>;
|
|
87990
|
+
overflowY: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodLiteral<"visible">, z$1.ZodLiteral<"hidden">, z$1.ZodLiteral<"scroll">, z$1.ZodLiteral<"auto">, z$1.ZodLiteral<"clip">]>>>;
|
|
87991
|
+
aspectRatio: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
87992
|
+
flexDirection: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodLiteral<"row">, z$1.ZodLiteral<"row-reverse">, z$1.ZodLiteral<"column">, z$1.ZodLiteral<"column-reverse">]>>>;
|
|
87993
|
+
justifyContent: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodLiteral<"flex-start">, z$1.ZodLiteral<"flex-end">, z$1.ZodLiteral<"center">, z$1.ZodLiteral<"space-between">, z$1.ZodLiteral<"space-around">, z$1.ZodLiteral<"space-evenly">]>>>;
|
|
87994
|
+
alignItems: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodLiteral<"stretch">, z$1.ZodLiteral<"flex-start">, z$1.ZodLiteral<"flex-end">, z$1.ZodLiteral<"center">, z$1.ZodLiteral<"baseline">]>>>;
|
|
87995
|
+
alignSelf: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodLiteral<"auto">, z$1.ZodLiteral<"stretch">, z$1.ZodLiteral<"flex-start">, z$1.ZodLiteral<"flex-end">, z$1.ZodLiteral<"center">, z$1.ZodLiteral<"baseline">]>>>;
|
|
87996
|
+
justifySelf: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodLiteral<"auto">, z$1.ZodLiteral<"stretch">, z$1.ZodLiteral<"flex-start">, z$1.ZodLiteral<"flex-end">, z$1.ZodLiteral<"center">]>>>;
|
|
87997
|
+
flexGrow: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodNumber>>;
|
|
87998
|
+
flexShrink: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodNumber>>;
|
|
87999
|
+
flexBasis: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
88000
|
+
flexWrap: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodLiteral<"nowrap">, z$1.ZodLiteral<"wrap">, z$1.ZodLiteral<"wrap-reverse">]>>>;
|
|
88001
|
+
gap: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
88002
|
+
rowGap: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
88003
|
+
columnGap: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
88004
|
+
gridTemplateColumns: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
88005
|
+
gridTemplateRows: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
88006
|
+
gridColumn: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
88007
|
+
gridRow: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
88008
|
+
gridAutoFlow: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodLiteral<"row">, z$1.ZodLiteral<"column">, z$1.ZodLiteral<"dense">, z$1.ZodLiteral<"row dense">, z$1.ZodLiteral<"column dense">]>>>;
|
|
88009
|
+
alignContent: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodLiteral<"flex-start">, z$1.ZodLiteral<"flex-end">, z$1.ZodLiteral<"center">, z$1.ZodLiteral<"space-between">, z$1.ZodLiteral<"space-around">, z$1.ZodLiteral<"stretch">]>>>;
|
|
88010
|
+
padding: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
88011
|
+
paddingTop: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
88012
|
+
paddingRight: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
88013
|
+
paddingBottom: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
88014
|
+
paddingLeft: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
88015
|
+
margin: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
88016
|
+
marginTop: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
88017
|
+
marginRight: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
88018
|
+
marginBottom: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
88019
|
+
marginLeft: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
88020
|
+
border: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
88021
|
+
borderWidth: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
88022
|
+
borderStyle: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
88023
|
+
borderColor: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
88024
|
+
borderTop: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
88025
|
+
borderRight: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
88026
|
+
borderBottom: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
88027
|
+
borderLeft: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
88028
|
+
borderRadius: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
88029
|
+
borderTopLeftRadius: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
88030
|
+
borderTopRightRadius: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
88031
|
+
borderBottomRightRadius: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
88032
|
+
borderBottomLeftRadius: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
88033
|
+
backgroundColor: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
88034
|
+
backgroundImage: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
88035
|
+
backgroundSize: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
88036
|
+
backgroundPosition: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
88037
|
+
backgroundRepeat: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
88038
|
+
backgroundBlendMode: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
88039
|
+
backgroundClip: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodLiteral<"border-box">, z$1.ZodLiteral<"padding-box">, z$1.ZodLiteral<"content-box">, z$1.ZodLiteral<"text">]>>>;
|
|
88040
|
+
backgroundOrigin: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodLiteral<"border-box">, z$1.ZodLiteral<"padding-box">, z$1.ZodLiteral<"content-box">]>>>;
|
|
88041
|
+
opacity: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodNumber>>;
|
|
88042
|
+
boxShadow: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
88043
|
+
textShadow: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
88044
|
+
filter: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
88045
|
+
backdropFilter: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
88046
|
+
mixBlendMode: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodLiteral<"normal">, z$1.ZodLiteral<"multiply">, z$1.ZodLiteral<"screen">, z$1.ZodLiteral<"overlay">, z$1.ZodLiteral<"darken">, z$1.ZodLiteral<"lighten">, z$1.ZodLiteral<"color-dodge">, z$1.ZodLiteral<"color-burn">, z$1.ZodLiteral<"hard-light">, z$1.ZodLiteral<"soft-light">, z$1.ZodLiteral<"difference">, z$1.ZodLiteral<"exclusion">, z$1.ZodLiteral<"hue">, z$1.ZodLiteral<"saturation">, z$1.ZodLiteral<"color">, z$1.ZodLiteral<"luminosity">, z$1.ZodLiteral<"plus-lighter">]>>>;
|
|
88047
|
+
transform: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
88048
|
+
transformOrigin: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
88049
|
+
rotate: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
88050
|
+
clipPath: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
88051
|
+
color: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
88052
|
+
fontFamily: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
88053
|
+
fontSize: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
88054
|
+
fontWeight: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodString, z$1.ZodNumber]>>>;
|
|
88055
|
+
fontStyle: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodLiteral<"normal">, z$1.ZodLiteral<"italic">, z$1.ZodLiteral<"oblique">]>>>;
|
|
88056
|
+
fontStretch: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
88057
|
+
fontVariantCaps: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodLiteral<"normal">, z$1.ZodLiteral<"small-caps">, z$1.ZodLiteral<"all-small-caps">, z$1.ZodLiteral<"petite-caps">, z$1.ZodLiteral<"all-petite-caps">, z$1.ZodLiteral<"unicase">, z$1.ZodLiteral<"titling-caps">]>>>;
|
|
88058
|
+
lineHeight: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodString, z$1.ZodNumber]>>>;
|
|
88059
|
+
letterSpacing: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
88060
|
+
textAlign: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodLiteral<"left">, z$1.ZodLiteral<"center">, z$1.ZodLiteral<"right">, z$1.ZodLiteral<"justify">, z$1.ZodLiteral<"start">, z$1.ZodLiteral<"end">]>>>;
|
|
88061
|
+
textDecorationLine: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodLiteral<"none">, z$1.ZodLiteral<"underline">, z$1.ZodLiteral<"overline">, z$1.ZodLiteral<"line-through">]>>>;
|
|
88062
|
+
textDecorationColor: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
88063
|
+
textDecorationStyle: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodLiteral<"solid">, z$1.ZodLiteral<"double">, z$1.ZodLiteral<"dotted">, z$1.ZodLiteral<"dashed">, z$1.ZodLiteral<"wavy">]>>>;
|
|
88064
|
+
textDecorationThickness: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
88065
|
+
textTransform: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodLiteral<"none">, z$1.ZodLiteral<"uppercase">, z$1.ZodLiteral<"lowercase">, z$1.ZodLiteral<"capitalize">, z$1.ZodLiteral<"full-width">]>>>;
|
|
88066
|
+
whiteSpace: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodLiteral<"normal">, z$1.ZodLiteral<"nowrap">, z$1.ZodLiteral<"pre">, z$1.ZodLiteral<"pre-wrap">, z$1.ZodLiteral<"pre-line">, z$1.ZodLiteral<"break-spaces">]>>>;
|
|
88067
|
+
wordBreak: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodLiteral<"normal">, z$1.ZodLiteral<"break-all">, z$1.ZodLiteral<"keep-all">, z$1.ZodLiteral<"break-word">]>>>;
|
|
88068
|
+
textOverflow: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodLiteral<"clip">, z$1.ZodLiteral<"ellipsis">]>>>;
|
|
88069
|
+
WebkitBackgroundClip: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodLiteral<"text">>>;
|
|
88070
|
+
WebkitTextFillColor: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
88071
|
+
WebkitLineClamp: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodNumber>>;
|
|
88072
|
+
WebkitBoxOrient: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodLiteral<"vertical">>>;
|
|
88073
|
+
fontFeatureSettings: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
88074
|
+
fill: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
88075
|
+
stroke: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
88076
|
+
strokeWidth: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
88077
|
+
strokeLinecap: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodLiteral<"butt">, z$1.ZodLiteral<"round">, z$1.ZodLiteral<"square">]>>>;
|
|
88078
|
+
strokeLinejoin: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodLiteral<"miter">, z$1.ZodLiteral<"round">, z$1.ZodLiteral<"bevel">]>>>;
|
|
88079
|
+
strokeDasharray: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
88080
|
+
strokeDashoffset: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
88081
|
+
transition: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
88082
|
+
animation: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
88083
|
+
cursor: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
88084
|
+
userSelect: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodLiteral<"auto">, z$1.ZodLiteral<"none">, z$1.ZodLiteral<"text">, z$1.ZodLiteral<"all">]>>>;
|
|
88085
|
+
pointerEvents: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodLiteral<"auto">, z$1.ZodLiteral<"none">, z$1.ZodLiteral<"visiblePainted">, z$1.ZodLiteral<"visibleFill">, z$1.ZodLiteral<"visibleStroke">, z$1.ZodLiteral<"visible">, z$1.ZodLiteral<"painted">, z$1.ZodLiteral<"fill">, z$1.ZodLiteral<"stroke">, z$1.ZodLiteral<"all">, z$1.ZodLiteral<"inherit">]>>>;
|
|
88086
|
+
visibility: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodLiteral<"visible">, z$1.ZodLiteral<"hidden">, z$1.ZodLiteral<"collapse">]>>>;
|
|
88087
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
88088
|
+
filter?: string | undefined;
|
|
88089
|
+
fill?: string | undefined;
|
|
88090
|
+
top?: string | undefined;
|
|
88091
|
+
color?: string | undefined;
|
|
88092
|
+
width?: string | undefined;
|
|
88093
|
+
height?: string | undefined;
|
|
88094
|
+
opacity?: number | undefined;
|
|
88095
|
+
position?: "fixed" | "static" | "absolute" | "relative" | "sticky" | undefined;
|
|
88096
|
+
backgroundColor?: string | undefined;
|
|
88097
|
+
gap?: string | undefined;
|
|
88098
|
+
aspectRatio?: string | undefined;
|
|
88099
|
+
minHeight?: string | undefined;
|
|
88100
|
+
bottom?: string | undefined;
|
|
88101
|
+
left?: string | undefined;
|
|
88102
|
+
right?: string | undefined;
|
|
88103
|
+
padding?: string | undefined;
|
|
88104
|
+
fontSize?: string | undefined;
|
|
88105
|
+
fontFamily?: string | undefined;
|
|
88106
|
+
fontWeight?: string | number | undefined;
|
|
88107
|
+
letterSpacing?: string | undefined;
|
|
88108
|
+
lineHeight?: string | number | undefined;
|
|
88109
|
+
display?: "block" | "inline-block" | "inline" | "flex" | "grid" | "none" | undefined;
|
|
88110
|
+
minWidth?: string | undefined;
|
|
88111
|
+
maxWidth?: string | undefined;
|
|
88112
|
+
maxHeight?: string | undefined;
|
|
88113
|
+
zIndex?: number | undefined;
|
|
88114
|
+
overflow?: "visible" | "hidden" | "scroll" | "auto" | "clip" | undefined;
|
|
88115
|
+
overflowX?: "visible" | "hidden" | "scroll" | "auto" | "clip" | undefined;
|
|
88116
|
+
overflowY?: "visible" | "hidden" | "scroll" | "auto" | "clip" | undefined;
|
|
88117
|
+
flexDirection?: "row" | "row-reverse" | "column" | "column-reverse" | undefined;
|
|
88118
|
+
justifyContent?: "flex-start" | "flex-end" | "center" | "space-between" | "space-around" | "space-evenly" | undefined;
|
|
88119
|
+
alignItems?: "flex-start" | "flex-end" | "center" | "stretch" | "baseline" | undefined;
|
|
88120
|
+
alignSelf?: "auto" | "flex-start" | "flex-end" | "center" | "stretch" | "baseline" | undefined;
|
|
88121
|
+
justifySelf?: "auto" | "flex-start" | "flex-end" | "center" | "stretch" | undefined;
|
|
88122
|
+
flexGrow?: number | undefined;
|
|
88123
|
+
flexShrink?: number | undefined;
|
|
88124
|
+
flexBasis?: string | undefined;
|
|
88125
|
+
flexWrap?: "nowrap" | "wrap" | "wrap-reverse" | undefined;
|
|
88126
|
+
rowGap?: string | undefined;
|
|
88127
|
+
columnGap?: string | undefined;
|
|
88128
|
+
gridTemplateColumns?: string | undefined;
|
|
88129
|
+
gridTemplateRows?: string | undefined;
|
|
88130
|
+
gridColumn?: string | undefined;
|
|
88131
|
+
gridRow?: string | undefined;
|
|
88132
|
+
gridAutoFlow?: "row" | "column" | "dense" | "row dense" | "column dense" | undefined;
|
|
88133
|
+
alignContent?: "flex-start" | "flex-end" | "center" | "space-between" | "space-around" | "stretch" | undefined;
|
|
88134
|
+
paddingTop?: string | undefined;
|
|
88135
|
+
paddingRight?: string | undefined;
|
|
88136
|
+
paddingBottom?: string | undefined;
|
|
88137
|
+
paddingLeft?: string | undefined;
|
|
88138
|
+
margin?: string | undefined;
|
|
88139
|
+
marginTop?: string | undefined;
|
|
88140
|
+
marginRight?: string | undefined;
|
|
88141
|
+
marginBottom?: string | undefined;
|
|
88142
|
+
marginLeft?: string | undefined;
|
|
88143
|
+
border?: string | undefined;
|
|
88144
|
+
borderWidth?: string | undefined;
|
|
88145
|
+
borderStyle?: string | undefined;
|
|
88146
|
+
borderColor?: string | undefined;
|
|
88147
|
+
borderTop?: string | undefined;
|
|
88148
|
+
borderRight?: string | undefined;
|
|
88149
|
+
borderBottom?: string | undefined;
|
|
88150
|
+
borderLeft?: string | undefined;
|
|
88151
|
+
borderRadius?: string | undefined;
|
|
88152
|
+
borderTopLeftRadius?: string | undefined;
|
|
88153
|
+
borderTopRightRadius?: string | undefined;
|
|
88154
|
+
borderBottomRightRadius?: string | undefined;
|
|
88155
|
+
borderBottomLeftRadius?: string | undefined;
|
|
88156
|
+
backgroundImage?: string | undefined;
|
|
88157
|
+
backgroundSize?: string | undefined;
|
|
88158
|
+
backgroundPosition?: string | undefined;
|
|
88159
|
+
backgroundRepeat?: string | undefined;
|
|
88160
|
+
backgroundBlendMode?: string | undefined;
|
|
88161
|
+
backgroundClip?: "text" | "border-box" | "padding-box" | "content-box" | undefined;
|
|
88162
|
+
backgroundOrigin?: "border-box" | "padding-box" | "content-box" | undefined;
|
|
88163
|
+
boxShadow?: string | undefined;
|
|
88164
|
+
textShadow?: string | undefined;
|
|
88165
|
+
backdropFilter?: string | undefined;
|
|
88166
|
+
mixBlendMode?: "color" | "normal" | "multiply" | "screen" | "overlay" | "darken" | "lighten" | "color-dodge" | "color-burn" | "hard-light" | "soft-light" | "difference" | "exclusion" | "hue" | "saturation" | "luminosity" | "plus-lighter" | undefined;
|
|
88167
|
+
transform?: string | undefined;
|
|
88168
|
+
transformOrigin?: string | undefined;
|
|
88169
|
+
rotate?: string | undefined;
|
|
88170
|
+
clipPath?: string | undefined;
|
|
88171
|
+
fontStyle?: "normal" | "italic" | "oblique" | undefined;
|
|
88172
|
+
fontStretch?: string | undefined;
|
|
88173
|
+
fontVariantCaps?: "normal" | "small-caps" | "all-small-caps" | "petite-caps" | "all-petite-caps" | "unicase" | "titling-caps" | undefined;
|
|
88174
|
+
textAlign?: "end" | "start" | "left" | "right" | "center" | "justify" | undefined;
|
|
88175
|
+
textDecorationLine?: "none" | "underline" | "overline" | "line-through" | undefined;
|
|
88176
|
+
textDecorationColor?: string | undefined;
|
|
88177
|
+
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | "wavy" | undefined;
|
|
88178
|
+
textDecorationThickness?: string | undefined;
|
|
88179
|
+
textTransform?: "none" | "uppercase" | "lowercase" | "capitalize" | "full-width" | undefined;
|
|
88180
|
+
whiteSpace?: "nowrap" | "normal" | "pre" | "pre-wrap" | "pre-line" | "break-spaces" | undefined;
|
|
88181
|
+
wordBreak?: "normal" | "break-all" | "keep-all" | "break-word" | undefined;
|
|
88182
|
+
textOverflow?: "clip" | "ellipsis" | undefined;
|
|
88183
|
+
WebkitBackgroundClip?: "text" | undefined;
|
|
88184
|
+
WebkitTextFillColor?: string | undefined;
|
|
88185
|
+
WebkitLineClamp?: number | undefined;
|
|
88186
|
+
WebkitBoxOrient?: "vertical" | undefined;
|
|
88187
|
+
fontFeatureSettings?: string | undefined;
|
|
88188
|
+
stroke?: string | undefined;
|
|
88189
|
+
strokeWidth?: string | undefined;
|
|
88190
|
+
strokeLinecap?: "butt" | "round" | "square" | undefined;
|
|
88191
|
+
strokeLinejoin?: "round" | "miter" | "bevel" | undefined;
|
|
88192
|
+
strokeDasharray?: string | undefined;
|
|
88193
|
+
strokeDashoffset?: string | undefined;
|
|
88194
|
+
transition?: string | undefined;
|
|
88195
|
+
animation?: string | undefined;
|
|
88196
|
+
cursor?: string | undefined;
|
|
88197
|
+
userSelect?: "all" | "text" | "none" | "auto" | undefined;
|
|
88198
|
+
pointerEvents?: "fill" | "all" | "none" | "visible" | "auto" | "stroke" | "visiblePainted" | "visibleFill" | "visibleStroke" | "painted" | "inherit" | undefined;
|
|
88199
|
+
visibility?: "visible" | "hidden" | "collapse" | undefined;
|
|
88200
|
+
}, {
|
|
88201
|
+
filter?: string | undefined;
|
|
88202
|
+
fill?: string | undefined;
|
|
88203
|
+
top?: string | undefined;
|
|
88204
|
+
color?: string | undefined;
|
|
88205
|
+
width?: string | undefined;
|
|
88206
|
+
height?: string | undefined;
|
|
88207
|
+
opacity?: number | undefined;
|
|
88208
|
+
position?: "fixed" | "static" | "absolute" | "relative" | "sticky" | undefined;
|
|
88209
|
+
backgroundColor?: string | undefined;
|
|
88210
|
+
gap?: string | undefined;
|
|
88211
|
+
aspectRatio?: string | undefined;
|
|
88212
|
+
minHeight?: string | undefined;
|
|
88213
|
+
bottom?: string | undefined;
|
|
88214
|
+
left?: string | undefined;
|
|
88215
|
+
right?: string | undefined;
|
|
88216
|
+
padding?: string | undefined;
|
|
88217
|
+
fontSize?: string | undefined;
|
|
88218
|
+
fontFamily?: string | undefined;
|
|
88219
|
+
fontWeight?: string | number | undefined;
|
|
88220
|
+
letterSpacing?: string | undefined;
|
|
88221
|
+
lineHeight?: string | number | undefined;
|
|
88222
|
+
display?: "block" | "inline-block" | "inline" | "flex" | "grid" | "none" | undefined;
|
|
88223
|
+
minWidth?: string | undefined;
|
|
88224
|
+
maxWidth?: string | undefined;
|
|
88225
|
+
maxHeight?: string | undefined;
|
|
88226
|
+
zIndex?: number | undefined;
|
|
88227
|
+
overflow?: "visible" | "hidden" | "scroll" | "auto" | "clip" | undefined;
|
|
88228
|
+
overflowX?: "visible" | "hidden" | "scroll" | "auto" | "clip" | undefined;
|
|
88229
|
+
overflowY?: "visible" | "hidden" | "scroll" | "auto" | "clip" | undefined;
|
|
88230
|
+
flexDirection?: "row" | "row-reverse" | "column" | "column-reverse" | undefined;
|
|
88231
|
+
justifyContent?: "flex-start" | "flex-end" | "center" | "space-between" | "space-around" | "space-evenly" | undefined;
|
|
88232
|
+
alignItems?: "flex-start" | "flex-end" | "center" | "stretch" | "baseline" | undefined;
|
|
88233
|
+
alignSelf?: "auto" | "flex-start" | "flex-end" | "center" | "stretch" | "baseline" | undefined;
|
|
88234
|
+
justifySelf?: "auto" | "flex-start" | "flex-end" | "center" | "stretch" | undefined;
|
|
88235
|
+
flexGrow?: number | undefined;
|
|
88236
|
+
flexShrink?: number | undefined;
|
|
88237
|
+
flexBasis?: string | undefined;
|
|
88238
|
+
flexWrap?: "nowrap" | "wrap" | "wrap-reverse" | undefined;
|
|
88239
|
+
rowGap?: string | undefined;
|
|
88240
|
+
columnGap?: string | undefined;
|
|
88241
|
+
gridTemplateColumns?: string | undefined;
|
|
88242
|
+
gridTemplateRows?: string | undefined;
|
|
88243
|
+
gridColumn?: string | undefined;
|
|
88244
|
+
gridRow?: string | undefined;
|
|
88245
|
+
gridAutoFlow?: "row" | "column" | "dense" | "row dense" | "column dense" | undefined;
|
|
88246
|
+
alignContent?: "flex-start" | "flex-end" | "center" | "space-between" | "space-around" | "stretch" | undefined;
|
|
88247
|
+
paddingTop?: string | undefined;
|
|
88248
|
+
paddingRight?: string | undefined;
|
|
88249
|
+
paddingBottom?: string | undefined;
|
|
88250
|
+
paddingLeft?: string | undefined;
|
|
88251
|
+
margin?: string | undefined;
|
|
88252
|
+
marginTop?: string | undefined;
|
|
88253
|
+
marginRight?: string | undefined;
|
|
88254
|
+
marginBottom?: string | undefined;
|
|
88255
|
+
marginLeft?: string | undefined;
|
|
88256
|
+
border?: string | undefined;
|
|
88257
|
+
borderWidth?: string | undefined;
|
|
88258
|
+
borderStyle?: string | undefined;
|
|
88259
|
+
borderColor?: string | undefined;
|
|
88260
|
+
borderTop?: string | undefined;
|
|
88261
|
+
borderRight?: string | undefined;
|
|
88262
|
+
borderBottom?: string | undefined;
|
|
88263
|
+
borderLeft?: string | undefined;
|
|
88264
|
+
borderRadius?: string | undefined;
|
|
88265
|
+
borderTopLeftRadius?: string | undefined;
|
|
88266
|
+
borderTopRightRadius?: string | undefined;
|
|
88267
|
+
borderBottomRightRadius?: string | undefined;
|
|
88268
|
+
borderBottomLeftRadius?: string | undefined;
|
|
88269
|
+
backgroundImage?: string | undefined;
|
|
88270
|
+
backgroundSize?: string | undefined;
|
|
88271
|
+
backgroundPosition?: string | undefined;
|
|
88272
|
+
backgroundRepeat?: string | undefined;
|
|
88273
|
+
backgroundBlendMode?: string | undefined;
|
|
88274
|
+
backgroundClip?: "text" | "border-box" | "padding-box" | "content-box" | undefined;
|
|
88275
|
+
backgroundOrigin?: "border-box" | "padding-box" | "content-box" | undefined;
|
|
88276
|
+
boxShadow?: string | undefined;
|
|
88277
|
+
textShadow?: string | undefined;
|
|
88278
|
+
backdropFilter?: string | undefined;
|
|
88279
|
+
mixBlendMode?: "color" | "normal" | "multiply" | "screen" | "overlay" | "darken" | "lighten" | "color-dodge" | "color-burn" | "hard-light" | "soft-light" | "difference" | "exclusion" | "hue" | "saturation" | "luminosity" | "plus-lighter" | undefined;
|
|
88280
|
+
transform?: string | undefined;
|
|
88281
|
+
transformOrigin?: string | undefined;
|
|
88282
|
+
rotate?: string | undefined;
|
|
88283
|
+
clipPath?: string | undefined;
|
|
88284
|
+
fontStyle?: "normal" | "italic" | "oblique" | undefined;
|
|
88285
|
+
fontStretch?: string | undefined;
|
|
88286
|
+
fontVariantCaps?: "normal" | "small-caps" | "all-small-caps" | "petite-caps" | "all-petite-caps" | "unicase" | "titling-caps" | undefined;
|
|
88287
|
+
textAlign?: "end" | "start" | "left" | "right" | "center" | "justify" | undefined;
|
|
88288
|
+
textDecorationLine?: "none" | "underline" | "overline" | "line-through" | undefined;
|
|
88289
|
+
textDecorationColor?: string | undefined;
|
|
88290
|
+
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | "wavy" | undefined;
|
|
88291
|
+
textDecorationThickness?: string | undefined;
|
|
88292
|
+
textTransform?: "none" | "uppercase" | "lowercase" | "capitalize" | "full-width" | undefined;
|
|
88293
|
+
whiteSpace?: "nowrap" | "normal" | "pre" | "pre-wrap" | "pre-line" | "break-spaces" | undefined;
|
|
88294
|
+
wordBreak?: "normal" | "break-all" | "keep-all" | "break-word" | undefined;
|
|
88295
|
+
textOverflow?: "clip" | "ellipsis" | undefined;
|
|
88296
|
+
WebkitBackgroundClip?: "text" | undefined;
|
|
88297
|
+
WebkitTextFillColor?: string | undefined;
|
|
88298
|
+
WebkitLineClamp?: number | undefined;
|
|
88299
|
+
WebkitBoxOrient?: "vertical" | undefined;
|
|
88300
|
+
fontFeatureSettings?: string | undefined;
|
|
88301
|
+
stroke?: string | undefined;
|
|
88302
|
+
strokeWidth?: string | undefined;
|
|
88303
|
+
strokeLinecap?: "butt" | "round" | "square" | undefined;
|
|
88304
|
+
strokeLinejoin?: "round" | "miter" | "bevel" | undefined;
|
|
88305
|
+
strokeDasharray?: string | undefined;
|
|
88306
|
+
strokeDashoffset?: string | undefined;
|
|
88307
|
+
transition?: string | undefined;
|
|
88308
|
+
animation?: string | undefined;
|
|
88309
|
+
cursor?: string | undefined;
|
|
88310
|
+
userSelect?: "all" | "text" | "none" | "auto" | undefined;
|
|
88311
|
+
pointerEvents?: "fill" | "all" | "none" | "visible" | "auto" | "stroke" | "visiblePainted" | "visibleFill" | "visibleStroke" | "painted" | "inherit" | undefined;
|
|
88312
|
+
visibility?: "visible" | "hidden" | "collapse" | undefined;
|
|
88313
|
+
}>;
|
|
88314
|
+
} & {
|
|
88315
|
+
type: z$1.ZodLiteral<"IMAGE">;
|
|
88316
|
+
src: z$1.ZodString;
|
|
88317
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
88318
|
+
type: "IMAGE";
|
|
88319
|
+
id: string;
|
|
88320
|
+
name: string;
|
|
88321
|
+
src: string;
|
|
88322
|
+
styles: {
|
|
88323
|
+
filter?: string | undefined;
|
|
88324
|
+
fill?: string | undefined;
|
|
88325
|
+
top?: string | undefined;
|
|
88326
|
+
color?: string | undefined;
|
|
88327
|
+
width?: string | undefined;
|
|
88328
|
+
height?: string | undefined;
|
|
88329
|
+
opacity?: number | undefined;
|
|
88330
|
+
position?: "fixed" | "static" | "absolute" | "relative" | "sticky" | undefined;
|
|
88331
|
+
backgroundColor?: string | undefined;
|
|
88332
|
+
gap?: string | undefined;
|
|
88333
|
+
aspectRatio?: string | undefined;
|
|
88334
|
+
minHeight?: string | undefined;
|
|
88335
|
+
bottom?: string | undefined;
|
|
88336
|
+
left?: string | undefined;
|
|
88337
|
+
right?: string | undefined;
|
|
88338
|
+
padding?: string | undefined;
|
|
88339
|
+
fontSize?: string | undefined;
|
|
88340
|
+
fontFamily?: string | undefined;
|
|
88341
|
+
fontWeight?: string | number | undefined;
|
|
88342
|
+
letterSpacing?: string | undefined;
|
|
88343
|
+
lineHeight?: string | number | undefined;
|
|
88344
|
+
display?: "block" | "inline-block" | "inline" | "flex" | "grid" | "none" | undefined;
|
|
88345
|
+
minWidth?: string | undefined;
|
|
88346
|
+
maxWidth?: string | undefined;
|
|
88347
|
+
maxHeight?: string | undefined;
|
|
88348
|
+
zIndex?: number | undefined;
|
|
88349
|
+
overflow?: "visible" | "hidden" | "scroll" | "auto" | "clip" | undefined;
|
|
88350
|
+
overflowX?: "visible" | "hidden" | "scroll" | "auto" | "clip" | undefined;
|
|
88351
|
+
overflowY?: "visible" | "hidden" | "scroll" | "auto" | "clip" | undefined;
|
|
88352
|
+
flexDirection?: "row" | "row-reverse" | "column" | "column-reverse" | undefined;
|
|
88353
|
+
justifyContent?: "flex-start" | "flex-end" | "center" | "space-between" | "space-around" | "space-evenly" | undefined;
|
|
88354
|
+
alignItems?: "flex-start" | "flex-end" | "center" | "stretch" | "baseline" | undefined;
|
|
88355
|
+
alignSelf?: "auto" | "flex-start" | "flex-end" | "center" | "stretch" | "baseline" | undefined;
|
|
88356
|
+
justifySelf?: "auto" | "flex-start" | "flex-end" | "center" | "stretch" | undefined;
|
|
88357
|
+
flexGrow?: number | undefined;
|
|
88358
|
+
flexShrink?: number | undefined;
|
|
88359
|
+
flexBasis?: string | undefined;
|
|
88360
|
+
flexWrap?: "nowrap" | "wrap" | "wrap-reverse" | undefined;
|
|
88361
|
+
rowGap?: string | undefined;
|
|
88362
|
+
columnGap?: string | undefined;
|
|
88363
|
+
gridTemplateColumns?: string | undefined;
|
|
88364
|
+
gridTemplateRows?: string | undefined;
|
|
88365
|
+
gridColumn?: string | undefined;
|
|
88366
|
+
gridRow?: string | undefined;
|
|
88367
|
+
gridAutoFlow?: "row" | "column" | "dense" | "row dense" | "column dense" | undefined;
|
|
88368
|
+
alignContent?: "flex-start" | "flex-end" | "center" | "space-between" | "space-around" | "stretch" | undefined;
|
|
88369
|
+
paddingTop?: string | undefined;
|
|
88370
|
+
paddingRight?: string | undefined;
|
|
88371
|
+
paddingBottom?: string | undefined;
|
|
88372
|
+
paddingLeft?: string | undefined;
|
|
88373
|
+
margin?: string | undefined;
|
|
88374
|
+
marginTop?: string | undefined;
|
|
88375
|
+
marginRight?: string | undefined;
|
|
88376
|
+
marginBottom?: string | undefined;
|
|
88377
|
+
marginLeft?: string | undefined;
|
|
88378
|
+
border?: string | undefined;
|
|
88379
|
+
borderWidth?: string | undefined;
|
|
88380
|
+
borderStyle?: string | undefined;
|
|
88381
|
+
borderColor?: string | undefined;
|
|
88382
|
+
borderTop?: string | undefined;
|
|
88383
|
+
borderRight?: string | undefined;
|
|
88384
|
+
borderBottom?: string | undefined;
|
|
88385
|
+
borderLeft?: string | undefined;
|
|
88386
|
+
borderRadius?: string | undefined;
|
|
88387
|
+
borderTopLeftRadius?: string | undefined;
|
|
88388
|
+
borderTopRightRadius?: string | undefined;
|
|
88389
|
+
borderBottomRightRadius?: string | undefined;
|
|
88390
|
+
borderBottomLeftRadius?: string | undefined;
|
|
88391
|
+
backgroundImage?: string | undefined;
|
|
88392
|
+
backgroundSize?: string | undefined;
|
|
88393
|
+
backgroundPosition?: string | undefined;
|
|
88394
|
+
backgroundRepeat?: string | undefined;
|
|
88395
|
+
backgroundBlendMode?: string | undefined;
|
|
88396
|
+
backgroundClip?: "text" | "border-box" | "padding-box" | "content-box" | undefined;
|
|
88397
|
+
backgroundOrigin?: "border-box" | "padding-box" | "content-box" | undefined;
|
|
88398
|
+
boxShadow?: string | undefined;
|
|
88399
|
+
textShadow?: string | undefined;
|
|
88400
|
+
backdropFilter?: string | undefined;
|
|
88401
|
+
mixBlendMode?: "color" | "normal" | "multiply" | "screen" | "overlay" | "darken" | "lighten" | "color-dodge" | "color-burn" | "hard-light" | "soft-light" | "difference" | "exclusion" | "hue" | "saturation" | "luminosity" | "plus-lighter" | undefined;
|
|
88402
|
+
transform?: string | undefined;
|
|
88403
|
+
transformOrigin?: string | undefined;
|
|
88404
|
+
rotate?: string | undefined;
|
|
88405
|
+
clipPath?: string | undefined;
|
|
88406
|
+
fontStyle?: "normal" | "italic" | "oblique" | undefined;
|
|
88407
|
+
fontStretch?: string | undefined;
|
|
88408
|
+
fontVariantCaps?: "normal" | "small-caps" | "all-small-caps" | "petite-caps" | "all-petite-caps" | "unicase" | "titling-caps" | undefined;
|
|
88409
|
+
textAlign?: "end" | "start" | "left" | "right" | "center" | "justify" | undefined;
|
|
88410
|
+
textDecorationLine?: "none" | "underline" | "overline" | "line-through" | undefined;
|
|
88411
|
+
textDecorationColor?: string | undefined;
|
|
88412
|
+
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | "wavy" | undefined;
|
|
88413
|
+
textDecorationThickness?: string | undefined;
|
|
88414
|
+
textTransform?: "none" | "uppercase" | "lowercase" | "capitalize" | "full-width" | undefined;
|
|
88415
|
+
whiteSpace?: "nowrap" | "normal" | "pre" | "pre-wrap" | "pre-line" | "break-spaces" | undefined;
|
|
88416
|
+
wordBreak?: "normal" | "break-all" | "keep-all" | "break-word" | undefined;
|
|
88417
|
+
textOverflow?: "clip" | "ellipsis" | undefined;
|
|
88418
|
+
WebkitBackgroundClip?: "text" | undefined;
|
|
88419
|
+
WebkitTextFillColor?: string | undefined;
|
|
88420
|
+
WebkitLineClamp?: number | undefined;
|
|
88421
|
+
WebkitBoxOrient?: "vertical" | undefined;
|
|
88422
|
+
fontFeatureSettings?: string | undefined;
|
|
88423
|
+
stroke?: string | undefined;
|
|
88424
|
+
strokeWidth?: string | undefined;
|
|
88425
|
+
strokeLinecap?: "butt" | "round" | "square" | undefined;
|
|
88426
|
+
strokeLinejoin?: "round" | "miter" | "bevel" | undefined;
|
|
88427
|
+
strokeDasharray?: string | undefined;
|
|
88428
|
+
strokeDashoffset?: string | undefined;
|
|
88429
|
+
transition?: string | undefined;
|
|
88430
|
+
animation?: string | undefined;
|
|
88431
|
+
cursor?: string | undefined;
|
|
88432
|
+
userSelect?: "all" | "text" | "none" | "auto" | undefined;
|
|
88433
|
+
pointerEvents?: "fill" | "all" | "none" | "visible" | "auto" | "stroke" | "visiblePainted" | "visibleFill" | "visibleStroke" | "painted" | "inherit" | undefined;
|
|
88434
|
+
visibility?: "visible" | "hidden" | "collapse" | undefined;
|
|
88435
|
+
};
|
|
88436
|
+
parentId: string | null;
|
|
88437
|
+
}, {
|
|
88438
|
+
type: "IMAGE";
|
|
88439
|
+
id: string;
|
|
88440
|
+
name: string;
|
|
88441
|
+
src: string;
|
|
88442
|
+
styles: {
|
|
88443
|
+
filter?: string | undefined;
|
|
88444
|
+
fill?: string | undefined;
|
|
88445
|
+
top?: string | undefined;
|
|
88446
|
+
color?: string | undefined;
|
|
88447
|
+
width?: string | undefined;
|
|
88448
|
+
height?: string | undefined;
|
|
88449
|
+
opacity?: number | undefined;
|
|
88450
|
+
position?: "fixed" | "static" | "absolute" | "relative" | "sticky" | undefined;
|
|
88451
|
+
backgroundColor?: string | undefined;
|
|
88452
|
+
gap?: string | undefined;
|
|
88453
|
+
aspectRatio?: string | undefined;
|
|
88454
|
+
minHeight?: string | undefined;
|
|
88455
|
+
bottom?: string | undefined;
|
|
88456
|
+
left?: string | undefined;
|
|
88457
|
+
right?: string | undefined;
|
|
88458
|
+
padding?: string | undefined;
|
|
88459
|
+
fontSize?: string | undefined;
|
|
88460
|
+
fontFamily?: string | undefined;
|
|
88461
|
+
fontWeight?: string | number | undefined;
|
|
88462
|
+
letterSpacing?: string | undefined;
|
|
88463
|
+
lineHeight?: string | number | undefined;
|
|
88464
|
+
display?: "block" | "inline-block" | "inline" | "flex" | "grid" | "none" | undefined;
|
|
88465
|
+
minWidth?: string | undefined;
|
|
88466
|
+
maxWidth?: string | undefined;
|
|
88467
|
+
maxHeight?: string | undefined;
|
|
88468
|
+
zIndex?: number | undefined;
|
|
88469
|
+
overflow?: "visible" | "hidden" | "scroll" | "auto" | "clip" | undefined;
|
|
88470
|
+
overflowX?: "visible" | "hidden" | "scroll" | "auto" | "clip" | undefined;
|
|
88471
|
+
overflowY?: "visible" | "hidden" | "scroll" | "auto" | "clip" | undefined;
|
|
88472
|
+
flexDirection?: "row" | "row-reverse" | "column" | "column-reverse" | undefined;
|
|
88473
|
+
justifyContent?: "flex-start" | "flex-end" | "center" | "space-between" | "space-around" | "space-evenly" | undefined;
|
|
88474
|
+
alignItems?: "flex-start" | "flex-end" | "center" | "stretch" | "baseline" | undefined;
|
|
88475
|
+
alignSelf?: "auto" | "flex-start" | "flex-end" | "center" | "stretch" | "baseline" | undefined;
|
|
88476
|
+
justifySelf?: "auto" | "flex-start" | "flex-end" | "center" | "stretch" | undefined;
|
|
88477
|
+
flexGrow?: number | undefined;
|
|
88478
|
+
flexShrink?: number | undefined;
|
|
88479
|
+
flexBasis?: string | undefined;
|
|
88480
|
+
flexWrap?: "nowrap" | "wrap" | "wrap-reverse" | undefined;
|
|
88481
|
+
rowGap?: string | undefined;
|
|
88482
|
+
columnGap?: string | undefined;
|
|
88483
|
+
gridTemplateColumns?: string | undefined;
|
|
88484
|
+
gridTemplateRows?: string | undefined;
|
|
88485
|
+
gridColumn?: string | undefined;
|
|
88486
|
+
gridRow?: string | undefined;
|
|
88487
|
+
gridAutoFlow?: "row" | "column" | "dense" | "row dense" | "column dense" | undefined;
|
|
88488
|
+
alignContent?: "flex-start" | "flex-end" | "center" | "space-between" | "space-around" | "stretch" | undefined;
|
|
88489
|
+
paddingTop?: string | undefined;
|
|
88490
|
+
paddingRight?: string | undefined;
|
|
88491
|
+
paddingBottom?: string | undefined;
|
|
88492
|
+
paddingLeft?: string | undefined;
|
|
88493
|
+
margin?: string | undefined;
|
|
88494
|
+
marginTop?: string | undefined;
|
|
88495
|
+
marginRight?: string | undefined;
|
|
88496
|
+
marginBottom?: string | undefined;
|
|
88497
|
+
marginLeft?: string | undefined;
|
|
88498
|
+
border?: string | undefined;
|
|
88499
|
+
borderWidth?: string | undefined;
|
|
88500
|
+
borderStyle?: string | undefined;
|
|
88501
|
+
borderColor?: string | undefined;
|
|
88502
|
+
borderTop?: string | undefined;
|
|
88503
|
+
borderRight?: string | undefined;
|
|
88504
|
+
borderBottom?: string | undefined;
|
|
88505
|
+
borderLeft?: string | undefined;
|
|
88506
|
+
borderRadius?: string | undefined;
|
|
88507
|
+
borderTopLeftRadius?: string | undefined;
|
|
88508
|
+
borderTopRightRadius?: string | undefined;
|
|
88509
|
+
borderBottomRightRadius?: string | undefined;
|
|
88510
|
+
borderBottomLeftRadius?: string | undefined;
|
|
88511
|
+
backgroundImage?: string | undefined;
|
|
88512
|
+
backgroundSize?: string | undefined;
|
|
88513
|
+
backgroundPosition?: string | undefined;
|
|
88514
|
+
backgroundRepeat?: string | undefined;
|
|
88515
|
+
backgroundBlendMode?: string | undefined;
|
|
88516
|
+
backgroundClip?: "text" | "border-box" | "padding-box" | "content-box" | undefined;
|
|
88517
|
+
backgroundOrigin?: "border-box" | "padding-box" | "content-box" | undefined;
|
|
88518
|
+
boxShadow?: string | undefined;
|
|
88519
|
+
textShadow?: string | undefined;
|
|
88520
|
+
backdropFilter?: string | undefined;
|
|
88521
|
+
mixBlendMode?: "color" | "normal" | "multiply" | "screen" | "overlay" | "darken" | "lighten" | "color-dodge" | "color-burn" | "hard-light" | "soft-light" | "difference" | "exclusion" | "hue" | "saturation" | "luminosity" | "plus-lighter" | undefined;
|
|
88522
|
+
transform?: string | undefined;
|
|
88523
|
+
transformOrigin?: string | undefined;
|
|
88524
|
+
rotate?: string | undefined;
|
|
88525
|
+
clipPath?: string | undefined;
|
|
88526
|
+
fontStyle?: "normal" | "italic" | "oblique" | undefined;
|
|
88527
|
+
fontStretch?: string | undefined;
|
|
88528
|
+
fontVariantCaps?: "normal" | "small-caps" | "all-small-caps" | "petite-caps" | "all-petite-caps" | "unicase" | "titling-caps" | undefined;
|
|
88529
|
+
textAlign?: "end" | "start" | "left" | "right" | "center" | "justify" | undefined;
|
|
88530
|
+
textDecorationLine?: "none" | "underline" | "overline" | "line-through" | undefined;
|
|
88531
|
+
textDecorationColor?: string | undefined;
|
|
88532
|
+
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | "wavy" | undefined;
|
|
88533
|
+
textDecorationThickness?: string | undefined;
|
|
88534
|
+
textTransform?: "none" | "uppercase" | "lowercase" | "capitalize" | "full-width" | undefined;
|
|
88535
|
+
whiteSpace?: "nowrap" | "normal" | "pre" | "pre-wrap" | "pre-line" | "break-spaces" | undefined;
|
|
88536
|
+
wordBreak?: "normal" | "break-all" | "keep-all" | "break-word" | undefined;
|
|
88537
|
+
textOverflow?: "clip" | "ellipsis" | undefined;
|
|
88538
|
+
WebkitBackgroundClip?: "text" | undefined;
|
|
88539
|
+
WebkitTextFillColor?: string | undefined;
|
|
88540
|
+
WebkitLineClamp?: number | undefined;
|
|
88541
|
+
WebkitBoxOrient?: "vertical" | undefined;
|
|
88542
|
+
fontFeatureSettings?: string | undefined;
|
|
88543
|
+
stroke?: string | undefined;
|
|
88544
|
+
strokeWidth?: string | undefined;
|
|
88545
|
+
strokeLinecap?: "butt" | "round" | "square" | undefined;
|
|
88546
|
+
strokeLinejoin?: "round" | "miter" | "bevel" | undefined;
|
|
88547
|
+
strokeDasharray?: string | undefined;
|
|
88548
|
+
strokeDashoffset?: string | undefined;
|
|
88549
|
+
transition?: string | undefined;
|
|
88550
|
+
animation?: string | undefined;
|
|
88551
|
+
cursor?: string | undefined;
|
|
88552
|
+
userSelect?: "all" | "text" | "none" | "auto" | undefined;
|
|
88553
|
+
pointerEvents?: "fill" | "all" | "none" | "visible" | "auto" | "stroke" | "visiblePainted" | "visibleFill" | "visibleStroke" | "painted" | "inherit" | undefined;
|
|
88554
|
+
visibility?: "visible" | "hidden" | "collapse" | undefined;
|
|
88555
|
+
};
|
|
88556
|
+
parentId: string | null;
|
|
87381
88557
|
}>, z$1.ZodType<ComponentInstanceNode, z$1.ZodTypeDef, ComponentInstanceNode>]>;
|
|
87382
88558
|
type FigmaExporter = {
|
|
87383
88559
|
AnyDesignNode: AnyDesignNode;
|
|
87384
88560
|
FrameNode: FrameNode;
|
|
87385
88561
|
TextNode: TextNode;
|
|
87386
88562
|
SvgNode: SvgNode;
|
|
88563
|
+
ImageNode: ImageNode;
|
|
87387
88564
|
ComponentInstanceNode: ComponentInstanceNode;
|
|
87388
88565
|
ProcessedStyles: ProcessedStyles;
|
|
87389
88566
|
};
|
|
@@ -142531,6 +143708,15 @@ declare const DesignSystemRole: z$1.ZodEnum<["Admin", "Contributor", "Creator",
|
|
|
142531
143708
|
type DesignSystemRole = z$1.infer<typeof DesignSystemRole>;
|
|
142532
143709
|
declare function workspaceRoleToDesignSystemRole(role: WorkspaceRole): DesignSystemRole;
|
|
142533
143710
|
|
|
143711
|
+
declare const PipelineExporterQuery: z$1.ZodObject<{
|
|
143712
|
+
exporterId: z$1.ZodOptional<z$1.ZodString>;
|
|
143713
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
143714
|
+
exporterId?: string | undefined;
|
|
143715
|
+
}, {
|
|
143716
|
+
exporterId?: string | undefined;
|
|
143717
|
+
}>;
|
|
143718
|
+
type PipelineExporterQuery = z$1.infer<typeof PipelineExporterQuery>;
|
|
143719
|
+
|
|
142534
143720
|
declare const ElementPropertyTypeSchema: z$1.ZodEnum<["Text", "Number", "Boolean", "Select", "Generic", "Link", "URL"]>;
|
|
142535
143721
|
type ElementPropertyType = z$1.infer<typeof ElementPropertyTypeSchema>;
|
|
142536
143722
|
declare const ElementPropertyType: z$1.Values<["Text", "Number", "Boolean", "Select", "Generic", "Link", "URL"]>;
|
|
@@ -146891,11 +148077,14 @@ type DesignSystemInviteEmailData = z$1.infer<typeof DesignSystemInviteEmailData>
|
|
|
146891
148077
|
declare const WorkspaceInviteEmailRecipient: z$1.ZodObject<{
|
|
146892
148078
|
email: z$1.ZodString;
|
|
146893
148079
|
role: z$1.ZodEnum<["Owner", "Admin", "Creator", "Viewer", "Billing", "Guest", "Contributor"]>;
|
|
148080
|
+
seatType: z$1.ZodEnum<["Full", "Builder", "None"]>;
|
|
146894
148081
|
}, "strip", z$1.ZodTypeAny, {
|
|
146895
148082
|
email: string;
|
|
148083
|
+
seatType: "Full" | "Builder" | "None";
|
|
146896
148084
|
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
146897
148085
|
}, {
|
|
146898
148086
|
email: string;
|
|
148087
|
+
seatType: "Full" | "Builder" | "None";
|
|
146899
148088
|
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
146900
148089
|
}>;
|
|
146901
148090
|
type WorkspaceInviteEmailRecipient = z$1.infer<typeof WorkspaceInviteEmailRecipient>;
|
|
@@ -152102,8 +153291,8 @@ declare const ExportJobFindByFilter: z$1.ZodObject<{
|
|
|
152102
153291
|
designSystemVersionId: z$1.ZodOptional<z$1.ZodString>;
|
|
152103
153292
|
brandId: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
152104
153293
|
createdByUserId: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
152105
|
-
themeId: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
152106
153294
|
exporterId: z$1.ZodOptional<z$1.ZodString>;
|
|
153295
|
+
themeId: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
152107
153296
|
scheduleId: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodString>>>;
|
|
152108
153297
|
destinations: z$1.ZodOptional<z$1.ZodArray<z$1.ZodEnum<["s3", "webhookUrl", "github", "documentation", "azure", "gitlab", "bitbucket"]>, "many">>;
|
|
152109
153298
|
docsEnvironment: z$1.ZodOptional<z$1.ZodEnum<["Live", "Preview"]>>;
|
|
@@ -152115,8 +153304,8 @@ declare const ExportJobFindByFilter: z$1.ZodObject<{
|
|
|
152115
153304
|
designSystemVersionId?: string | undefined;
|
|
152116
153305
|
brandId?: string | undefined;
|
|
152117
153306
|
createdByUserId?: string | undefined;
|
|
152118
|
-
themeId?: string | undefined;
|
|
152119
153307
|
exporterId?: string | undefined;
|
|
153308
|
+
themeId?: string | undefined;
|
|
152120
153309
|
scheduleId?: string | null | undefined;
|
|
152121
153310
|
destinations?: ("documentation" | "github" | "azure" | "gitlab" | "bitbucket" | "webhookUrl" | "s3")[] | undefined;
|
|
152122
153311
|
docsEnvironment?: "Live" | "Preview" | undefined;
|
|
@@ -152127,8 +153316,8 @@ declare const ExportJobFindByFilter: z$1.ZodObject<{
|
|
|
152127
153316
|
designSystemVersionId?: string | undefined;
|
|
152128
153317
|
brandId?: string | undefined;
|
|
152129
153318
|
createdByUserId?: string | undefined;
|
|
152130
|
-
themeId?: string | undefined;
|
|
152131
153319
|
exporterId?: string | undefined;
|
|
153320
|
+
themeId?: string | undefined;
|
|
152132
153321
|
scheduleId?: string | null | undefined;
|
|
152133
153322
|
destinations?: ("documentation" | "github" | "azure" | "gitlab" | "bitbucket" | "webhookUrl" | "s3")[] | undefined;
|
|
152134
153323
|
docsEnvironment?: "Live" | "Preview" | undefined;
|
|
@@ -193106,4 +194295,4 @@ type PersonalAccessTokenWithUser = {
|
|
|
193106
194295
|
token: PersonalAccessToken;
|
|
193107
194296
|
};
|
|
193108
194297
|
|
|
193109
|
-
export { Address, type AllFields, AnalyzeCodeComponentsInPackage, type ArrayElementType, Asset, AssetDeleteSchedule, type AssetDeleteScheduleDbInput, AssetDeleteScheduleStatus, AssetDynamoRecord, AssetFontProperties, type AssetImportModel, AssetImportModelInput, AssetOrigin, AssetProperties, AssetReference, type AssetReferenceDiff, AssetRenderConfiguration, AssetScope, AssetType, AssetValue, AuthTokens, AuthV2Request, AuthV2Session, BaseTheme, 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, CodeComponent, type CodeComponentCreate, CodeComponentParentType, CodeComponentProperty, CodeComponentResolvedType, CodeComponentResolvedTypeKind, type CodeComponentUpdate, type CodeComponentUpsert, CodeComponentUpsertResponse, CodeIntegrationDump, Collection, CollectionImportModel, CollectionImportModelInput, CollectionOrigin, ColorTokenData, ColorTokenInlineData, ColorValue, ComponentElementData, ContentLoadInstruction, ContentLoaderPayload, type CoreRoomOwner, type CreateAssetReference, type CreateBrand, type CreateCollection, type CreateDataSource, type CreateDesignElement, type CreateDesignElementReference, type CreateDesignSystem, type CreateDesignSystemInvitation, type CreateDesignSystemMembership, type CreateDesignSystemVersion, type CreateDesignSystemVersionRoom, CreateDesignToken, type CreateDocumentationPageApproval, type CreateDocumentationPageContent, type CreateDocumentationPageDependencies, 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 CreateFigmaComponent, type CreateFigmaFileStructure, type CreateFigmaNodeReference, type CreateFigmaNodeStructureV2, type CreateForgeAgent, type CreateForgeFeatureRoom, type CreateForgeProjectArtifactRoom, type CreateForgeProjectInvitation, type CreateForgeProjectMembership, type CreateForgeProjectRoom, type CreateImportJob, type CreatePersonalAccessToken, type CreatePortalSettings, type CreateProjectFeature, type CreatePublishedDocPage, type CreatePublishedDocPageVisitsEntry, type CreateStorybookEntry, type CreateStorybookPayload, type CreateTheme, type CreateWorkspaceDbInput, CreateWorkspaceInput, type CreateWorkspaceInvitation, type CreateWorkspaceMembership, type CreateWorkspaceRoom, CustomDomain, type CustomDomainState, Customer, DataSource, DataSourceAutoImportMode, DataSourceFigmaErrorType, DataSourceFigmaFileData, DataSourceFigmaFileVersionData, DataSourceFigmaImportMetadata, DataSourceFigmaRemote, DataSourceFigmaScope, DataSourceFigmaState, DataSourceImportModel, type DataSourceOfType, DataSourceRemote, DataSourceRemoteType, DataSourceStats, DataSourceStorybookRemote, DataSourceTokenStudioRemote, DataSourceUploadImportMetadata, DataSourceUploadRemote, DataSourceUploadRemoteSource, DataSourceVersion, type DbCreateInputOmit, type DbUpdate, type DbUpdateInputOmit, type Defined, type DefinedProps, DependencyDefinition, DesignElement, DesignElementBase, DesignElementBrandedPart, DesignElementCategory, DesignElementGroupableBase, DesignElementGroupablePart, DesignElementGroupableRequiredPart, DesignElementImportedBase, DesignElementOrigin, type DesignElementOriginImportModel, type DesignElementReference, DesignElementSlugPart, DesignElementSnapshotBase, DesignElementSnapshotReason, DesignElementType, DesignSystem, DesignSystemAccessMode, DesignSystemDump, DesignSystemElementExportProps, DesignSystemInvitation, type DesignSystemInvitationAddition, DesignSystemInvite, DesignSystemInviteEmailData, DesignSystemInviteEmailRecipient, DesignSystemInviteUpdate, DesignSystemMemberUpdate, DesignSystemMembers, DesignSystemMembership, type DesignSystemMembershipAddition, DesignSystemMembershipUpdates, DesignSystemPendingMemberInvitation, type DesignSystemPendingMemberInvite, DesignSystemRole, DesignSystemSwitcher, DesignSystemUserInvitation, DesignSystemVersion, DesignSystemVersionDump, DesignSystemVersionMultiplayerDump, type DesignSystemVersionParsedRoomId, DesignSystemVersionRoom, DesignSystemVersionRoomInitialState, DesignSystemVersionRoomInternalSettings, DesignSystemVersionRoomUpdate, 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, DocumentationConfiguration, DocumentationGroupBehavior, DocumentationGroupV1, DocumentationItemConfigurationV1, DocumentationItemConfigurationV2, DocumentationItemHeaderAlignment, DocumentationItemHeaderAlignmentSchema, DocumentationItemHeaderImageScaleType, DocumentationItemHeaderImageScaleTypeSchema, DocumentationItemHeaderV1, DocumentationItemHeaderV2, DocumentationLinkPreview, DocumentationPage, DocumentationPageAnchor, DocumentationPageApproval, DocumentationPageApprovalState, DocumentationPageContent, DocumentationPageContentBackup, DocumentationPageContentData, DocumentationPageContentItem, DocumentationPageDataV1, DocumentationPageDataV2, DocumentationPageDependencies, DocumentationPageGroup, type DocumentationPageOldParsedRoomId, type DocumentationPageParsedRoomId, DocumentationPageRoom, DocumentationPageRoomDump, DocumentationPageRoomInitialStateUpdate, DocumentationPageRoomRoomUpdate, DocumentationPageRoomState, DocumentationPageSnapshot, DocumentationPageV1, DocumentationPageV2, DocumentationThreadDump, DurationTokenData, DurationUnit, DurationValue, ElementGroup, ElementGroupDataV1, ElementGroupDataV2, ElementGroupSnapshot, type ElementGroupsDiff, ElementPropertyDefinition, type ElementPropertyDefinitionDiff, ElementPropertyDefinitionOption, ElementPropertyImmutableType, ElementPropertyLinkType, type ElementPropertyReference, ElementPropertyTargetType, ElementPropertyType, ElementPropertyTypeSchema, ElementPropertyValue, type ElementPropertyValueDiff, ElementView, ElementViewBaseColumnType, ElementViewBasePropertyColumn, ElementViewColumn, ElementViewColumnSharedAttributes, ElementViewColumnType, ElementViewPropertyDefinitionColumn, ElementViewThemeColumn, Entity, Event, EventDataSourceImported, EventDocumentationPublished, EventVersionReleased, type ExplicitPartial, ExportDestinationsMap, ExportDestinationsMapUpdate, ExportJob, ExportJobContext, ExportJobDebugContext, ExportJobDestinationType, ExportJobDocsDestinationResult, ExportJobDocumentationChanges, ExportJobDocumentationContext, ExportJobDump, ExportJobExporterConfiguration, ExportJobFindByFilter, ExportJobLogEntry, ExportJobLogEntryType, ExportJobPullRequestDestinationResult, ExportJobResult, ExportJobS3DestinationResult, ExportJobStatus, Exporter, ExporterConfigurationPropertyValue, ExporterDestinationAzure, ExporterDestinationBitbucket, ExporterDestinationDocs, ExporterDestinationGithub, ExporterDestinationGitlab, ExporterDestinationS3, ExporterDetails, ExporterFunctionPayload, ExporterPropertyDefinition, ExporterPropertyDefinitionArray, ExporterPropertyDefinitionBoolean, ExporterPropertyDefinitionCode, ExporterPropertyDefinitionEnum, ExporterPropertyDefinitionEnumOption, ExporterPropertyDefinitionNumber, ExporterPropertyDefinitionObject, ExporterPropertyDefinitionString, type ExporterPropertyDefinitionValue, ExporterPropertyImageValue, ExporterPropertyType, ExporterPropertyValue, ExporterPropertyValueMap, ExporterPropertyValuesCollection, ExporterPulsarDetails, ExporterSource, ExporterTag, ExporterType, ExporterWorkspaceMembership, ExporterWorkspaceMembershipRole, type ExtendedIntegration, ExtendedIntegrationType, ExternalOAuthRequest, ExternalServiceType, FeatureFlag, FeatureFlagDefaults, type FeatureFlagDefaultsTypes, FeatureFlagMap, type FeatureFlagWithDefaults, FeatureFlagsKeepAliases, type FeatureLimitedDetails, FeaturePublishedState, FeaturePublishedStateVisibility, type FeatureToggleDetails, type FeatureWithImportJobsDetails, FeaturesSummary, FigmaComponent, FigmaComponentAsset, FigmaComponentBooleanProperty, type FigmaComponentDiff, FigmaComponentImportModel, FigmaComponentImportModelInput, FigmaComponentInstancePreview, FigmaComponentInstanceSwapProperty, FigmaComponentOrigin, FigmaComponentOriginPart, FigmaComponentProperty, FigmaComponentPropertyMap, FigmaComponentPropertyOrigin, FigmaComponentPropertyType, FigmaComponentTextProperty, FigmaComponentVariantProperty, type FigmaExporter, FigmaExporterAnyDesignNodeSchema, FigmaFile, FigmaFileAccessData, FigmaFileDownloadScope, FigmaFileStructure, FigmaFileStructureData, type FigmaFileStructureDiff, FigmaFileStructureElementData, FigmaFileStructureImportModel, FigmaFileStructureImportModelInput, FigmaFileStructureNode, FigmaFileStructureNodeBase, FigmaFileStructureNodeImportModel, FigmaFileStructureNodeType, FigmaFileStructureOrigin, FigmaFileStructureStatistics, FigmaImportBaseContext, FigmaImportContextWithDownloadScopes, FigmaImportContextWithSourcesState, FigmaNodeReference, FigmaNodeReferenceData, type FigmaNodeReferenceDiff, FigmaNodeReferenceOrigin, FigmaNodeRelinkData, FigmaNodeRenderError, FigmaNodeRenderErrorType, FigmaNodeRenderFormat, FigmaNodeRenderState, FigmaNodeRenderedImage, FigmaNodeRendererPayload, FigmaNodeStructureDataV2, FigmaNodeStructureStateV2, FigmaNodeStructureV2, FigmaPngRenderImportModel, FigmaRenderBase, FigmaRenderFormat, FigmaRenderImportModel, FigmaSvgRenderImportModel, File, FileFigmaRenderMode, FileReference, FileSource, FileSourceFigma, FileSourceUpload, FileStructureStats, FlaggedFeature, FontFamilyTokenData, FontFamilyValue, FontSizeTokenData, FontSizeUnit, FontSizeValue, FontTokenData, FontValue, FontWeightTokenData, FontWeightValue, ForgeAgent, ForgeArtifact, ForgeAvatarBuilder, ForgeBuildArtifact, ForgeBuildArtifactEnvironment, ForgeBuildArtifactFiles, ForgeChatMessage, ForgeChatMessageSender, ForgeChatMessageSenderType, ForgeChatMessageUserScore, ForgeChatMessageUserScoreType, ForgeChatThread, ForgeDefaultProjectRole, type ForgeFeatureParsedRoomId, ForgeFeatureRoom, type ForgeFeatureRoomOwner, ForgeFigmaArtifact, ForgeFileArtifact, ForgeIterationMessage, ForgeIterationMessageStep, ForgeParticipant, ForgeProjectAccessMode, ForgeProjectArtifact, ForgeProjectArtifactContent, ForgeProjectArtifactContentData, type ForgeProjectArtifactParsedRoomId, ForgeProjectArtifactRoom, type ForgeProjectArtifactRoomOwner, ForgeProjectFigmaNode, ForgeProjectFigmaNodeRenderInput, ForgeProjectFile, ForgeProjectInvitation, ForgeProjectIteration, ForgeProjectIterationMergeMeta, ForgeProjectMembership, type ForgeProjectParsedRoomId, ForgeProjectRole, ForgeProjectRoom, ForgeProjectRoomInitialState, type ForgeProjectRoomOwner, ForgeProjectRoomUpdate, ForgeProjectSectionChildType, ForgeRelation, ForgeRelationType, type ForgeRoomOwner, ForgeSection, ForgeSpecArtifact, GitBranch, GitCommonDestinationOptions, GitIntegrationType, GitInteropPulsarError, GitObjectsQuery, GitOrganization, GitProject, GitProvider, GitProviderNames, GitRepository, GradientLayerData, GradientLayerValue, GradientStop, GradientTokenData, GradientTokenValue, GradientType, HANDLE_MAX_LENGTH, HANDLE_MIN_LENGTH, HierarchicalElements, IconSet, Id, ImageImportModel, ImageImportModelType, ImportFunctionInput, ImportJob, ImportJobOperation, ImportJobState, ImportModelBase, ImportModelCollection, ImportModelInputBase, ImportModelInputCollection, ImportWarning, ImportWarningType, type ImportedAsset, type ImportedDesignToken, type ImportedDesignTokenOfType, type ImportedFigmaComponent, 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, ListExporterQuery, LiveblocksNotificationSettings, MAX_MEMBERS_COUNT, NotificationChannel, NotificationSettingOptions, NotificationSettings, NotificationType, NpmPackage, NpmProxyToken, NpmProxyTokenPayload, NpmRegistrCustomAuthConfig, NpmRegistryAuthConfig, NpmRegistryAuthType, NpmRegistryBasicAuthConfig, NpmRegistryBearerAuthConfig, NpmRegistryConfig, NpmRegistryNoAuthConfig, NpmRegistryType, type NullToUndefined, type Nullish, OAuthProvider, OAuthProviderNames, OAuthProviderSchema, ObjectMeta, type OmitStrict, OpacityTokenData, OpacityValue, type Optional, type OptionalToNullable, PageBlockAlignment, PageBlockAppearanceV2, PageBlockAsset, PageBlockAssetBlockConfig, PageBlockAssetComponent, PageBlockAssetEntityMeta, PageBlockAssetType, PageBlockBaseV1, PageBlockBehaviorDataType, PageBlockBehaviorSelectionType, PageBlockCalloutType, PageBlockCategory, PageBlockCodeLanguage, PageBlockColorV2, PageBlockCustomBlockPropertyImageValue, PageBlockCustomBlockPropertyValue, PageBlockDataV2, PageBlockDefinition, PageBlockDefinitionAppearance, PageBlockDefinitionBehavior, PageBlockDefinitionBooleanOptions, PageBlockDefinitionBooleanPropertyStyle, PageBlockDefinitionComponentOptions, PageBlockDefinitionFigmaComponentOptions, 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, PageBlockFigmaComponentBlockConfig, PageBlockFigmaComponentEntityMeta, PageBlockFigmaFrameProperties, PageBlockFigmaNodeEntityMeta, PageBlockFile, PageBlockFrame, PageBlockFrameOrigin, PageBlockGuideline, PageBlockImageAlignment, PageBlockImageReference, PageBlockImageResourceReference, PageBlockImageType, PageBlockItemAssetPropertyValue, PageBlockItemAssetValue, PageBlockItemBooleanValue, PageBlockItemCodeValue, PageBlockItemColorValue, PageBlockItemComponentPropertyValue, PageBlockItemComponentValue, PageBlockItemDividerValue, PageBlockItemEmbedValue, PageBlockItemFigmaComponentValue, PageBlockItemFigmaNodeValue, PageBlockItemFileValue, PageBlockItemImageValue, PageBlockItemMarkdownValue, PageBlockItemMultiRichTextValue, PageBlockItemMultiSelectValue, PageBlockItemNumberValue, PageBlockItemRichTextEditorListNode, PageBlockItemRichTextEditorNode, PageBlockItemRichTextEditorParagraphNode, PageBlockItemRichTextEditorValue, PageBlockItemRichTextValue, PageBlockItemSandboxValue, PageBlockItemSingleSelectValue, PageBlockItemStorybookValue, PageBlockItemStorybookValueOld, PageBlockItemSwatch, PageBlockItemTableCell, PageBlockItemTableImageNode, PageBlockItemTableNode, PageBlockItemTableRichTextNode, PageBlockItemTableRow, PageBlockItemTableValue, PageBlockItemTextValue, PageBlockItemTokenPropertyValue, PageBlockItemTokenTypeValue, PageBlockItemTokenValue, PageBlockItemUntypedValue, PageBlockItemUrlValue, PageBlockItemV2, PageBlockLinkPreview, PageBlockLinkType, PageBlockLinkV2, PageBlockPreviewContainerSize, PageBlockRenderCodeProperties, PageBlockResourceFrameNodeReference, PageBlockSelectedFigmaComponent, PageBlockShortcut, PageBlockStorybookBlockConfig, PageBlockStorybookItem, PageBlockSwatch, PageBlockTableCellAlignment, PageBlockTableColumn, PageBlockTableProperties, PageBlockText, PageBlockTextSpan, PageBlockTextSpanAttribute, PageBlockTextSpanAttributeType, PageBlockTheme, PageBlockThemeDisplayMode, PageBlockThemeType, PageBlockTilesAlignment, PageBlockTilesLayout, PageBlockTokenBlockConfig, PageBlockTokenNameFormat, PageBlockTokenValueFormat, PageBlockTypeV1, PageBlockUrlPreview, PageBlockV1, PageBlockV2, type PageContentDependencies, PageRedirect, PageScreenshotInput, PageScreenshotOutput, PageSectionAppearanceV2, PageSectionColumnV2, PageSectionEditorModelV2, PageSectionItemV2, PageSectionPaddingV2, PageSectionTypeV2, type PagesContentDependencies, type Pagination, ParagraphIndentTokenData, ParagraphIndentUnit, ParagraphIndentValue, ParagraphSpacingTokenData, ParagraphSpacingUnit, ParagraphSpacingValue, type ParsedRoomId, PeriodSchema, PersonalAccessToken, type PersonalAccessTokenWithUser, Pipeline, PipelineDestinationExtraType, PipelineDestinationGitType, PipelineDestinationType, PipelineEventType, type PluginOAuthRequest, PluginOAuthRequestSchema, Point2D, PortalSettings, PortalSettingsSidebar, PortalSettingsSidebarLink, PortalSettingsSidebarSection, PortalSettingsTheme, PortalTheme, PortalThemePreset, PostStripePortalSessionBodyInputSchema, PostStripePortalSessionOutputSchema, PostStripePortalUpdateSessionBodyInputSchema, type Price, PriceSchema, ProductCode, ProductCodeSchema, ProductCopyTokenData, ProductCopyValue, ProjectFeature, ProjectFeatureStatus, PublishedDoc, PublishedDocEnvironment, PublishedDocPage, PublishedDocPageVisitsEntry, PublishedDocRoutingVersion, PublishedDocsChecksums, PublishedDocsDump, PulsarBaseProperty, PulsarContributionConfigurationProperty, PulsarContributionVariant, PulsarCustomBlock, PulsarPropertyType, RESERVED_SLUGS, RESERVED_SLUG_PREFIX, Registry, RegistryType, RenderedAssetFile, ResolvedAsset, type RestoreDocumentationPage, type RestoreElementGroup, RestoredDocumentationGroup, RestoredDocumentationPage, type RoomOwner, RoomType, RoomTypeEnum, RoomTypeSchema, SHORT_PERSISTENT_ID_LENGTH, SafeIdSchema, SentryTraceHeaders, Session, SessionData, ShadowLayerValue, ShadowTokenData, ShadowType, ShadowValue, ShallowDesignElement, Size, SizeOrUndefined, SizeTokenData, SizeUnit, SizeValue, SortOrder, SourceError, SourceErrorRateLimitDetails, SourceImportComponentSummary, SourceImportFrameSummary, SourceImportStorybookSummary, SourceImportSummary, SourceImportSummaryByTokenType, SourceImportTokenSummary, SpaceTokenData, SpaceUnit, SpaceValue, SsoProvider, StorybookEntry, StorybookEntryOrigin, StorybookPayload, StringTokenData, StringValue, 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 UpdateCollection, type UpdateDataSource, type UpdateDesignElement, type UpdateDesignSystem, type UpdateDesignSystemInvitation, type UpdateDesignSystemMembership, type UpdateDesignSystemVersion, type UpdateDesignSystemVersionRoom, type UpdateDesignToken, type UpdateDocumentationPageContent, type UpdateDocumentationPageDependencies, type UpdateDocumentationPageRoom, type UpdateDocumentationPageSnapshot, type UpdateDocumentationPageV1, type UpdateDocumentationPageV2, type UpdateElementGroup, type UpdateElementGroupSnapshot, type UpdateElementPropertyDefinition, type UpdateElementPropertyValue, type UpdateElementView, type UpdateElementViewColumn, type UpdateExportJob, type UpdateFigmaComponent, type UpdateFigmaFileStructure, type UpdateFigmaNodeReference, type UpdateFigmaNodeStructureV2, type UpdateForgeAgent, type UpdateForgeFeatureRoom, type UpdateForgeProjectArtifactRoom, type UpdateForgeProjectRoom, type UpdateImportJob, type UpdateIntegrationCredential, UpdateMembershipRolesInput, type UpdatePortalSettings, type UpdateProjectFeature, type UpdatePublishedDocPage, type UpdateStorybookEntry, type UpdateStorybookPayload, type UpdateTheme, type UpdateWorkspaceDbInput, type UpdateWorkspaceInvitation, type UpdateWorkspaceMembership, type UpdateWorkspaceRoom, UrlImageImportModel, User, UserAnalyticsCleanupSchedule, UserAnalyticsCleanupScheduleDbInput, UserDump, UserEmailSettings, UserIdentity, UserInvite, UserInvites, UserLinkedIntegrations, UserMinified, UserNotificationSettings, UserOnboarding, UserOnboardingDepartment, UserOnboardingJobLevel, UserProfile, UserSession, UserSource, UserTest, UserTheme, UserThemePreset, VersionCreationJob, VersionCreationJobStatus, type VersionRoomOwner, Visibility, VisibilityTokenData, VisibilityValue, type WithRequired, Workspace, WorkspaceConfigurationUpdate, WorkspaceContext, WorkspaceDefaultProjectAccessMode, WorkspaceDefaultProjectRole, WorkspaceDump, WorkspaceInvitation, WorkspaceInviteEmailData, WorkspaceInviteEmailRecipient, WorkspaceIpSettings, WorkspaceIpWhitelistEntry, WorkspaceMembership, type WorkspaceOAuthRequest, WorkspaceOAuthRequestSchema, type WorkspaceParsedRoomId, WorkspaceProfile, WorkspaceProfileUpdate, WorkspaceRole, WorkspaceRoleSchema, WorkspaceRoom, type WorkspaceRoomOwner, WorkspaceSeatType, WorkspaceUntypedData, type WorkspaceUntypedDataCreate, type WorkspaceUntypedDataUpdate, WorkspaceWithDesignSystems, ZIndexTokenData, ZIndexUnit, ZIndexValue, addImportModelCollections, applyShallowObjectUpdate, areShallowObjectsEqual, areTokenTypesCompatible, buildConstantEnum, castStringToDimensionValue, chunkedArray, convertTokenTypedData, defaultDocsRenderCodePackageJson, defaultDocumentationItemConfigurationV1, defaultDocumentationItemConfigurationV2, defaultDocumentationItemHeaderV1, defaultDocumentationItemHeaderV2, defaultNotificationSettings, deriveWorkspaceSeatTypeFromRole, designTokenImportModelTypeFilter, designTokenTypeFilter, errorToString, extractTokenTypedData, figmaFileStructureImportModelToMap, figmaFileStructureToMap, filterNonNullish, forceUnwrapNullish, generateShortPersistentId, getAllowedRolesForSeatType, getCodenameFromText, getFigmaRenderFormatFileExtension, groupBy, hasProperty, hasTruthyProperty, isDataSourceOfType, isDesignTokenImportModelOfType, isDesignTokenOfType, isImportedAsset, isImportedDesignToken, isImportedFigmaComponent, isNotNullish, isNullish, isSlugReserved, isTokenType, isValidRoleSeatPair, joinRepeatingSpans, mapByUnique, mapPageBlockItemValuesV2, nonNullFilter, nonNullishFilter, nullishToOptional, nullsToUndefined, parseUrl, pickDefined, pickLatestGroupSnapshots, pickLatestPageSnapshots, pickLatestSnapshots, promiseWithTimeout, publishedDocEnvironments, recordToMap, removeCommentSpans, sleep, slugRegex, slugify, storybookValueFromOldValue, tokenAliasOrValue, tokenElementTypes, traversePageBlockItemValuesV2, traversePageBlockItemsV2, traversePageBlocksV1, traversePageItemsV2, traverseStructure, trimLeadingSlash, trimTrailingSlash, tryParseShortPersistentId, tryParseUrl, uniqueBy, workspaceRoleToDesignSystemRole, zodCreateInputOmit, zodUpdateInputOmit };
|
|
194298
|
+
export { Address, type AllFields, AnalyzeCodeComponentsInPackage, type ArrayElementType, Asset, AssetDeleteSchedule, type AssetDeleteScheduleDbInput, AssetDeleteScheduleStatus, AssetDynamoRecord, AssetFontProperties, type AssetImportModel, AssetImportModelInput, AssetOrigin, AssetProperties, AssetReference, type AssetReferenceDiff, AssetRenderConfiguration, AssetScope, AssetType, AssetValue, AuthTokens, AuthV2Request, AuthV2Session, BaseTheme, 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, CodeComponent, type CodeComponentCreate, CodeComponentParentType, CodeComponentProperty, CodeComponentResolvedType, CodeComponentResolvedTypeKind, type CodeComponentUpdate, type CodeComponentUpsert, CodeComponentUpsertResponse, CodeIntegrationDump, Collection, CollectionImportModel, CollectionImportModelInput, CollectionOrigin, ColorTokenData, ColorTokenInlineData, ColorValue, ComponentElementData, ContentLoadInstruction, ContentLoaderPayload, type CoreRoomOwner, type CreateAssetReference, type CreateBrand, type CreateCollection, type CreateDataSource, type CreateDesignElement, type CreateDesignElementReference, type CreateDesignSystem, type CreateDesignSystemInvitation, type CreateDesignSystemMembership, type CreateDesignSystemVersion, type CreateDesignSystemVersionRoom, CreateDesignToken, type CreateDocumentationPageApproval, type CreateDocumentationPageContent, type CreateDocumentationPageDependencies, 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 CreateFigmaComponent, type CreateFigmaFileStructure, type CreateFigmaNodeReference, type CreateFigmaNodeStructureV2, type CreateForgeAgent, type CreateForgeFeatureRoom, type CreateForgeProjectArtifactRoom, type CreateForgeProjectInvitation, type CreateForgeProjectMembership, type CreateForgeProjectRoom, type CreateImportJob, type CreatePersonalAccessToken, type CreatePortalSettings, type CreateProjectFeature, type CreatePublishedDocPage, type CreatePublishedDocPageVisitsEntry, type CreateStorybookEntry, type CreateStorybookPayload, type CreateTheme, type CreateWorkspaceDbInput, CreateWorkspaceInput, type CreateWorkspaceInvitation, type CreateWorkspaceMembership, type CreateWorkspaceRoom, CustomDomain, type CustomDomainState, Customer, DataSource, DataSourceAutoImportMode, DataSourceFigmaErrorType, DataSourceFigmaFileData, DataSourceFigmaFileVersionData, DataSourceFigmaImportMetadata, DataSourceFigmaRemote, DataSourceFigmaScope, DataSourceFigmaState, DataSourceImportModel, type DataSourceOfType, DataSourceRemote, DataSourceRemoteType, DataSourceStats, DataSourceStorybookRemote, DataSourceTokenStudioRemote, DataSourceUploadImportMetadata, DataSourceUploadRemote, DataSourceUploadRemoteSource, DataSourceVersion, type DbCreateInputOmit, type DbUpdate, type DbUpdateInputOmit, type Defined, type DefinedProps, DependencyDefinition, DesignElement, DesignElementBase, DesignElementBrandedPart, DesignElementCategory, DesignElementGroupableBase, DesignElementGroupablePart, DesignElementGroupableRequiredPart, DesignElementImportedBase, DesignElementOrigin, type DesignElementOriginImportModel, type DesignElementReference, DesignElementSlugPart, DesignElementSnapshotBase, DesignElementSnapshotReason, DesignElementType, DesignSystem, DesignSystemAccessMode, DesignSystemDump, DesignSystemElementExportProps, DesignSystemInvitation, type DesignSystemInvitationAddition, DesignSystemInvite, DesignSystemInviteEmailData, DesignSystemInviteEmailRecipient, DesignSystemInviteUpdate, DesignSystemMemberUpdate, DesignSystemMembers, DesignSystemMembership, type DesignSystemMembershipAddition, DesignSystemMembershipUpdates, DesignSystemPendingMemberInvitation, type DesignSystemPendingMemberInvite, DesignSystemRole, DesignSystemSwitcher, DesignSystemUserInvitation, DesignSystemVersion, DesignSystemVersionDump, DesignSystemVersionMultiplayerDump, type DesignSystemVersionParsedRoomId, DesignSystemVersionRoom, DesignSystemVersionRoomInitialState, DesignSystemVersionRoomInternalSettings, DesignSystemVersionRoomUpdate, 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, DocumentationConfiguration, DocumentationGroupBehavior, DocumentationGroupV1, DocumentationItemConfigurationV1, DocumentationItemConfigurationV2, DocumentationItemHeaderAlignment, DocumentationItemHeaderAlignmentSchema, DocumentationItemHeaderImageScaleType, DocumentationItemHeaderImageScaleTypeSchema, DocumentationItemHeaderV1, DocumentationItemHeaderV2, DocumentationLinkPreview, DocumentationPage, DocumentationPageAnchor, DocumentationPageApproval, DocumentationPageApprovalState, DocumentationPageContent, DocumentationPageContentBackup, DocumentationPageContentData, DocumentationPageContentItem, DocumentationPageDataV1, DocumentationPageDataV2, DocumentationPageDependencies, DocumentationPageGroup, type DocumentationPageOldParsedRoomId, type DocumentationPageParsedRoomId, DocumentationPageRoom, DocumentationPageRoomDump, DocumentationPageRoomInitialStateUpdate, DocumentationPageRoomRoomUpdate, DocumentationPageRoomState, DocumentationPageSnapshot, DocumentationPageV1, DocumentationPageV2, DocumentationThreadDump, DurationTokenData, DurationUnit, DurationValue, ElementGroup, ElementGroupDataV1, ElementGroupDataV2, ElementGroupSnapshot, type ElementGroupsDiff, ElementPropertyDefinition, type ElementPropertyDefinitionDiff, ElementPropertyDefinitionOption, ElementPropertyImmutableType, ElementPropertyLinkType, type ElementPropertyReference, ElementPropertyTargetType, ElementPropertyType, ElementPropertyTypeSchema, ElementPropertyValue, type ElementPropertyValueDiff, ElementView, ElementViewBaseColumnType, ElementViewBasePropertyColumn, ElementViewColumn, ElementViewColumnSharedAttributes, ElementViewColumnType, ElementViewPropertyDefinitionColumn, ElementViewThemeColumn, Entity, Event, EventDataSourceImported, EventDocumentationPublished, EventVersionReleased, type ExplicitPartial, ExportDestinationsMap, ExportDestinationsMapUpdate, ExportJob, ExportJobContext, ExportJobDebugContext, ExportJobDestinationType, ExportJobDocsDestinationResult, ExportJobDocumentationChanges, ExportJobDocumentationContext, ExportJobDump, ExportJobExporterConfiguration, ExportJobFindByFilter, ExportJobLogEntry, ExportJobLogEntryType, ExportJobPullRequestDestinationResult, ExportJobResult, ExportJobS3DestinationResult, ExportJobStatus, Exporter, ExporterConfigurationPropertyValue, ExporterDestinationAzure, ExporterDestinationBitbucket, ExporterDestinationDocs, ExporterDestinationGithub, ExporterDestinationGitlab, ExporterDestinationS3, ExporterDetails, ExporterFunctionPayload, ExporterPropertyDefinition, ExporterPropertyDefinitionArray, ExporterPropertyDefinitionBoolean, ExporterPropertyDefinitionCode, ExporterPropertyDefinitionEnum, ExporterPropertyDefinitionEnumOption, ExporterPropertyDefinitionNumber, ExporterPropertyDefinitionObject, ExporterPropertyDefinitionString, type ExporterPropertyDefinitionValue, ExporterPropertyImageValue, ExporterPropertyType, ExporterPropertyValue, ExporterPropertyValueMap, ExporterPropertyValuesCollection, ExporterPulsarDetails, ExporterSource, ExporterTag, ExporterType, ExporterWorkspaceMembership, ExporterWorkspaceMembershipRole, type ExtendedIntegration, ExtendedIntegrationType, ExternalOAuthRequest, ExternalServiceType, FeatureFlag, FeatureFlagDefaults, type FeatureFlagDefaultsTypes, FeatureFlagMap, type FeatureFlagWithDefaults, FeatureFlagsKeepAliases, type FeatureLimitedDetails, FeaturePublishedState, FeaturePublishedStateVisibility, type FeatureToggleDetails, type FeatureWithImportJobsDetails, FeaturesSummary, FigmaComponent, FigmaComponentAsset, FigmaComponentBooleanProperty, type FigmaComponentDiff, FigmaComponentImportModel, FigmaComponentImportModelInput, FigmaComponentInstancePreview, FigmaComponentInstanceSwapProperty, FigmaComponentOrigin, FigmaComponentOriginPart, FigmaComponentProperty, FigmaComponentPropertyMap, FigmaComponentPropertyOrigin, FigmaComponentPropertyType, FigmaComponentTextProperty, FigmaComponentVariantProperty, type FigmaExporter, FigmaExporterAnyDesignNodeSchema, FigmaFile, FigmaFileAccessData, FigmaFileDownloadScope, FigmaFileStructure, FigmaFileStructureData, type FigmaFileStructureDiff, FigmaFileStructureElementData, FigmaFileStructureImportModel, FigmaFileStructureImportModelInput, FigmaFileStructureNode, FigmaFileStructureNodeBase, FigmaFileStructureNodeImportModel, FigmaFileStructureNodeType, FigmaFileStructureOrigin, FigmaFileStructureStatistics, FigmaImportBaseContext, FigmaImportContextWithDownloadScopes, FigmaImportContextWithSourcesState, FigmaNodeReference, FigmaNodeReferenceData, type FigmaNodeReferenceDiff, FigmaNodeReferenceOrigin, FigmaNodeRelinkData, FigmaNodeRenderError, FigmaNodeRenderErrorType, FigmaNodeRenderFormat, FigmaNodeRenderState, FigmaNodeRenderedImage, FigmaNodeRendererPayload, FigmaNodeStructureDataV2, FigmaNodeStructureStateV2, FigmaNodeStructureV2, FigmaPngRenderImportModel, FigmaRenderBase, FigmaRenderFormat, FigmaRenderImportModel, FigmaSvgRenderImportModel, File, FileFigmaRenderMode, FileReference, FileSource, FileSourceFigma, FileSourceUpload, FileStructureStats, FlaggedFeature, FontFamilyTokenData, FontFamilyValue, FontSizeTokenData, FontSizeUnit, FontSizeValue, FontTokenData, FontValue, FontWeightTokenData, FontWeightValue, ForgeAgent, ForgeArtifact, ForgeAvatarBuilder, ForgeBuildArtifact, ForgeBuildArtifactEnvironment, ForgeBuildArtifactFiles, ForgeChatMessage, ForgeChatMessageSender, ForgeChatMessageSenderType, ForgeChatMessageUserScore, ForgeChatMessageUserScoreType, ForgeChatThread, ForgeDefaultProjectRole, type ForgeFeatureParsedRoomId, ForgeFeatureRoom, type ForgeFeatureRoomOwner, ForgeFigmaArtifact, ForgeFileArtifact, ForgeIterationMessage, ForgeIterationMessageStep, ForgeParticipant, ForgeProjectAccessMode, ForgeProjectArtifact, ForgeProjectArtifactContent, ForgeProjectArtifactContentData, type ForgeProjectArtifactParsedRoomId, ForgeProjectArtifactRoom, type ForgeProjectArtifactRoomOwner, ForgeProjectFigmaNode, ForgeProjectFigmaNodeRenderInput, ForgeProjectFile, ForgeProjectInvitation, ForgeProjectIteration, ForgeProjectIterationMergeMeta, ForgeProjectMembership, type ForgeProjectParsedRoomId, ForgeProjectRole, ForgeProjectRoom, ForgeProjectRoomInitialState, type ForgeProjectRoomOwner, ForgeProjectRoomUpdate, ForgeProjectSectionChildType, ForgeRelation, ForgeRelationType, type ForgeRoomOwner, ForgeSection, ForgeSpecArtifact, GitBranch, GitCommonDestinationOptions, GitIntegrationType, GitInteropPulsarError, GitObjectsQuery, GitOrganization, GitProject, GitProvider, GitProviderNames, GitRepository, GradientLayerData, GradientLayerValue, GradientStop, GradientTokenData, GradientTokenValue, GradientType, HANDLE_MAX_LENGTH, HANDLE_MIN_LENGTH, HierarchicalElements, IconSet, Id, ImageImportModel, ImageImportModelType, ImportFunctionInput, ImportJob, ImportJobOperation, ImportJobState, ImportModelBase, ImportModelCollection, ImportModelInputBase, ImportModelInputCollection, ImportWarning, ImportWarningType, type ImportedAsset, type ImportedDesignToken, type ImportedDesignTokenOfType, type ImportedFigmaComponent, 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, ListExporterQuery, LiveblocksNotificationSettings, MAX_MEMBERS_COUNT, NotificationChannel, NotificationSettingOptions, NotificationSettings, NotificationType, NpmPackage, NpmProxyToken, NpmProxyTokenPayload, NpmRegistrCustomAuthConfig, NpmRegistryAuthConfig, NpmRegistryAuthType, NpmRegistryBasicAuthConfig, NpmRegistryBearerAuthConfig, NpmRegistryConfig, NpmRegistryNoAuthConfig, NpmRegistryType, type NullToUndefined, type Nullish, OAuthProvider, OAuthProviderNames, OAuthProviderSchema, ObjectMeta, type OmitStrict, OpacityTokenData, OpacityValue, type Optional, type OptionalToNullable, PageBlockAlignment, PageBlockAppearanceV2, PageBlockAsset, PageBlockAssetBlockConfig, PageBlockAssetComponent, PageBlockAssetEntityMeta, PageBlockAssetType, PageBlockBaseV1, PageBlockBehaviorDataType, PageBlockBehaviorSelectionType, PageBlockCalloutType, PageBlockCategory, PageBlockCodeLanguage, PageBlockColorV2, PageBlockCustomBlockPropertyImageValue, PageBlockCustomBlockPropertyValue, PageBlockDataV2, PageBlockDefinition, PageBlockDefinitionAppearance, PageBlockDefinitionBehavior, PageBlockDefinitionBooleanOptions, PageBlockDefinitionBooleanPropertyStyle, PageBlockDefinitionComponentOptions, PageBlockDefinitionFigmaComponentOptions, 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, PageBlockFigmaComponentBlockConfig, PageBlockFigmaComponentEntityMeta, PageBlockFigmaFrameProperties, PageBlockFigmaNodeEntityMeta, PageBlockFile, PageBlockFrame, PageBlockFrameOrigin, PageBlockGuideline, PageBlockImageAlignment, PageBlockImageReference, PageBlockImageResourceReference, PageBlockImageType, PageBlockItemAssetPropertyValue, PageBlockItemAssetValue, PageBlockItemBooleanValue, PageBlockItemCodeValue, PageBlockItemColorValue, PageBlockItemComponentPropertyValue, PageBlockItemComponentValue, PageBlockItemDividerValue, PageBlockItemEmbedValue, PageBlockItemFigmaComponentValue, PageBlockItemFigmaNodeValue, PageBlockItemFileValue, PageBlockItemImageValue, PageBlockItemMarkdownValue, PageBlockItemMultiRichTextValue, PageBlockItemMultiSelectValue, PageBlockItemNumberValue, PageBlockItemRichTextEditorListNode, PageBlockItemRichTextEditorNode, PageBlockItemRichTextEditorParagraphNode, PageBlockItemRichTextEditorValue, PageBlockItemRichTextValue, PageBlockItemSandboxValue, PageBlockItemSingleSelectValue, PageBlockItemStorybookValue, PageBlockItemStorybookValueOld, PageBlockItemSwatch, PageBlockItemTableCell, PageBlockItemTableImageNode, PageBlockItemTableNode, PageBlockItemTableRichTextNode, PageBlockItemTableRow, PageBlockItemTableValue, PageBlockItemTextValue, PageBlockItemTokenPropertyValue, PageBlockItemTokenTypeValue, PageBlockItemTokenValue, PageBlockItemUntypedValue, PageBlockItemUrlValue, PageBlockItemV2, PageBlockLinkPreview, PageBlockLinkType, PageBlockLinkV2, PageBlockPreviewContainerSize, PageBlockRenderCodeProperties, PageBlockResourceFrameNodeReference, PageBlockSelectedFigmaComponent, PageBlockShortcut, PageBlockStorybookBlockConfig, PageBlockStorybookItem, PageBlockSwatch, PageBlockTableCellAlignment, PageBlockTableColumn, PageBlockTableProperties, PageBlockText, PageBlockTextSpan, PageBlockTextSpanAttribute, PageBlockTextSpanAttributeType, PageBlockTheme, PageBlockThemeDisplayMode, PageBlockThemeType, PageBlockTilesAlignment, PageBlockTilesLayout, PageBlockTokenBlockConfig, PageBlockTokenNameFormat, PageBlockTokenValueFormat, PageBlockTypeV1, PageBlockUrlPreview, PageBlockV1, PageBlockV2, type PageContentDependencies, PageRedirect, PageScreenshotInput, PageScreenshotOutput, PageSectionAppearanceV2, PageSectionColumnV2, PageSectionEditorModelV2, PageSectionItemV2, PageSectionPaddingV2, PageSectionTypeV2, type PagesContentDependencies, type Pagination, ParagraphIndentTokenData, ParagraphIndentUnit, ParagraphIndentValue, ParagraphSpacingTokenData, ParagraphSpacingUnit, ParagraphSpacingValue, type ParsedRoomId, PeriodSchema, PersonalAccessToken, type PersonalAccessTokenWithUser, Pipeline, PipelineDestinationExtraType, PipelineDestinationGitType, PipelineDestinationType, PipelineEventType, PipelineExporterQuery, type PluginOAuthRequest, PluginOAuthRequestSchema, Point2D, PortalSettings, PortalSettingsSidebar, PortalSettingsSidebarLink, PortalSettingsSidebarSection, PortalSettingsTheme, PortalTheme, PortalThemePreset, PostStripePortalSessionBodyInputSchema, PostStripePortalSessionOutputSchema, PostStripePortalUpdateSessionBodyInputSchema, type Price, PriceSchema, ProductCode, ProductCodeSchema, ProductCopyTokenData, ProductCopyValue, ProjectFeature, ProjectFeatureStatus, PublishedDoc, PublishedDocEnvironment, PublishedDocPage, PublishedDocPageVisitsEntry, PublishedDocRoutingVersion, PublishedDocsChecksums, PublishedDocsDump, PulsarBaseProperty, PulsarContributionConfigurationProperty, PulsarContributionVariant, PulsarCustomBlock, PulsarPropertyType, RESERVED_SLUGS, RESERVED_SLUG_PREFIX, Registry, RegistryType, RenderedAssetFile, ResolvedAsset, type RestoreDocumentationPage, type RestoreElementGroup, RestoredDocumentationGroup, RestoredDocumentationPage, type RoomOwner, RoomType, RoomTypeEnum, RoomTypeSchema, SHORT_PERSISTENT_ID_LENGTH, SafeIdSchema, SentryTraceHeaders, Session, SessionData, ShadowLayerValue, ShadowTokenData, ShadowType, ShadowValue, ShallowDesignElement, Size, SizeOrUndefined, SizeTokenData, SizeUnit, SizeValue, SortOrder, SourceError, SourceErrorRateLimitDetails, SourceImportComponentSummary, SourceImportFrameSummary, SourceImportStorybookSummary, SourceImportSummary, SourceImportSummaryByTokenType, SourceImportTokenSummary, SpaceTokenData, SpaceUnit, SpaceValue, SsoProvider, StorybookEntry, StorybookEntryOrigin, StorybookPayload, StringTokenData, StringValue, 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 UpdateCollection, type UpdateDataSource, type UpdateDesignElement, type UpdateDesignSystem, type UpdateDesignSystemInvitation, type UpdateDesignSystemMembership, type UpdateDesignSystemVersion, type UpdateDesignSystemVersionRoom, type UpdateDesignToken, type UpdateDocumentationPageContent, type UpdateDocumentationPageDependencies, type UpdateDocumentationPageRoom, type UpdateDocumentationPageSnapshot, type UpdateDocumentationPageV1, type UpdateDocumentationPageV2, type UpdateElementGroup, type UpdateElementGroupSnapshot, type UpdateElementPropertyDefinition, type UpdateElementPropertyValue, type UpdateElementView, type UpdateElementViewColumn, type UpdateExportJob, type UpdateFigmaComponent, type UpdateFigmaFileStructure, type UpdateFigmaNodeReference, type UpdateFigmaNodeStructureV2, type UpdateForgeAgent, type UpdateForgeFeatureRoom, type UpdateForgeProjectArtifactRoom, type UpdateForgeProjectRoom, type UpdateImportJob, type UpdateIntegrationCredential, UpdateMembershipRolesInput, type UpdatePortalSettings, type UpdateProjectFeature, type UpdatePublishedDocPage, type UpdateStorybookEntry, type UpdateStorybookPayload, type UpdateTheme, type UpdateWorkspaceDbInput, type UpdateWorkspaceInvitation, type UpdateWorkspaceMembership, type UpdateWorkspaceRoom, UrlImageImportModel, User, UserAnalyticsCleanupSchedule, UserAnalyticsCleanupScheduleDbInput, UserDump, UserEmailSettings, UserIdentity, UserInvite, UserInvites, UserLinkedIntegrations, UserMinified, UserNotificationSettings, UserOnboarding, UserOnboardingDepartment, UserOnboardingJobLevel, UserProfile, UserSession, UserSource, UserTest, UserTheme, UserThemePreset, VersionCreationJob, VersionCreationJobStatus, type VersionRoomOwner, Visibility, VisibilityTokenData, VisibilityValue, type WithRequired, Workspace, WorkspaceConfigurationUpdate, WorkspaceContext, WorkspaceDefaultProjectAccessMode, WorkspaceDefaultProjectRole, WorkspaceDump, WorkspaceInvitation, WorkspaceInviteEmailData, WorkspaceInviteEmailRecipient, WorkspaceIpSettings, WorkspaceIpWhitelistEntry, WorkspaceMembership, type WorkspaceOAuthRequest, WorkspaceOAuthRequestSchema, type WorkspaceParsedRoomId, WorkspaceProfile, WorkspaceProfileUpdate, WorkspaceRole, WorkspaceRoleSchema, WorkspaceRoom, type WorkspaceRoomOwner, WorkspaceSeatType, WorkspaceUntypedData, type WorkspaceUntypedDataCreate, type WorkspaceUntypedDataUpdate, WorkspaceWithDesignSystems, ZIndexTokenData, ZIndexUnit, ZIndexValue, addImportModelCollections, applyShallowObjectUpdate, areShallowObjectsEqual, areTokenTypesCompatible, buildConstantEnum, castStringToDimensionValue, chunkedArray, convertTokenTypedData, defaultDocsRenderCodePackageJson, defaultDocumentationItemConfigurationV1, defaultDocumentationItemConfigurationV2, defaultDocumentationItemHeaderV1, defaultDocumentationItemHeaderV2, defaultNotificationSettings, deriveWorkspaceSeatTypeFromRole, designTokenImportModelTypeFilter, designTokenTypeFilter, errorToString, extractTokenTypedData, figmaFileStructureImportModelToMap, figmaFileStructureToMap, filterNonNullish, forceUnwrapNullish, generateShortPersistentId, getAllowedRolesForSeatType, getCodenameFromText, getFigmaRenderFormatFileExtension, groupBy, hasProperty, hasTruthyProperty, isDataSourceOfType, isDesignTokenImportModelOfType, isDesignTokenOfType, isImportedAsset, isImportedDesignToken, isImportedFigmaComponent, isNotNullish, isNullish, isSlugReserved, isTokenType, isValidRoleSeatPair, joinRepeatingSpans, mapByUnique, mapPageBlockItemValuesV2, nonNullFilter, nonNullishFilter, nullishToOptional, nullsToUndefined, parseUrl, pickDefined, pickLatestGroupSnapshots, pickLatestPageSnapshots, pickLatestSnapshots, promiseWithTimeout, publishedDocEnvironments, recordToMap, removeCommentSpans, sleep, slugRegex, slugify, storybookValueFromOldValue, tokenAliasOrValue, tokenElementTypes, traversePageBlockItemValuesV2, traversePageBlockItemsV2, traversePageBlocksV1, traversePageItemsV2, traverseStructure, trimLeadingSlash, trimTrailingSlash, tryParseShortPersistentId, tryParseUrl, uniqueBy, workspaceRoleToDesignSystemRole, zodCreateInputOmit, zodUpdateInputOmit };
|