@supernova-studio/model 1.87.2 → 1.87.4

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 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,39 +40118,6 @@ declare const PageRedirect: z$1.ZodObject<{
40084
40118
  }>;
40085
40119
  type PageRedirect = z$1.infer<typeof PageRedirect>;
40086
40120
 
40087
- declare const DocumentationSettings: z$1.ZodObject<{
40088
- designSystemVersionId: z$1.ZodString;
40089
- createdAt: z$1.ZodDate;
40090
- updatedAt: z$1.ZodDate;
40091
- isTabbedLayoutEnabled: z$1.ZodBoolean;
40092
- storybookEmbedErrorMessage: z$1.ZodOptional<z$1.ZodString>;
40093
- renderCodePackageJson: z$1.ZodOptional<z$1.ZodString>;
40094
- selectedBrandPersistentId: z$1.ZodOptional<z$1.ZodString>;
40095
- serveDefaultVersionOnly: z$1.ZodBoolean;
40096
- isPublic: z$1.ZodBoolean;
40097
- }, "strip", z$1.ZodTypeAny, {
40098
- createdAt: Date;
40099
- updatedAt: Date;
40100
- designSystemVersionId: string;
40101
- isTabbedLayoutEnabled: boolean;
40102
- serveDefaultVersionOnly: boolean;
40103
- isPublic: boolean;
40104
- storybookEmbedErrorMessage?: string | undefined;
40105
- renderCodePackageJson?: string | undefined;
40106
- selectedBrandPersistentId?: string | undefined;
40107
- }, {
40108
- createdAt: Date;
40109
- updatedAt: Date;
40110
- designSystemVersionId: string;
40111
- isTabbedLayoutEnabled: boolean;
40112
- serveDefaultVersionOnly: boolean;
40113
- isPublic: boolean;
40114
- storybookEmbedErrorMessage?: string | undefined;
40115
- renderCodePackageJson?: string | undefined;
40116
- selectedBrandPersistentId?: string | undefined;
40117
- }>;
40118
- type DocumentationSettings = z$1.infer<typeof DocumentationSettings>;
40119
-
40120
40121
  declare const DocumentationComment: z$1.ZodObject<{
40121
40122
  id: z$1.ZodString;
40122
40123
  authorId: z$1.ZodString;
@@ -85935,7 +85936,7 @@ declare const svgNodeObjectSchema: z$1.ZodObject<{
85935
85936
  parentId: string | null;
85936
85937
  svgString: string;
85937
85938
  }>;
85938
- declare const componentInstanceObjectSchema: z$1.ZodObject<{
85939
+ declare const imageNodeObjectSchema: z$1.ZodObject<{
85939
85940
  id: z$1.ZodString;
85940
85941
  name: z$1.ZodString;
85941
85942
  parentId: z$1.ZodNullable<z$1.ZodString>;
@@ -86280,16 +86281,13 @@ declare const componentInstanceObjectSchema: z$1.ZodObject<{
86280
86281
  visibility?: "visible" | "hidden" | "collapse" | undefined;
86281
86282
  }>;
86282
86283
  } & {
86283
- type: z$1.ZodLiteral<"COMPONENT_INSTANCE">;
86284
- componentSetName: z$1.ZodString;
86285
- componentSetDescription: z$1.ZodString;
86286
- componentName: z$1.ZodString;
86287
- componentDescription: z$1.ZodString;
86288
- 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;
86289
86286
  }, "strip", z$1.ZodTypeAny, {
86290
- type: "COMPONENT_INSTANCE";
86287
+ type: "IMAGE";
86291
86288
  id: string;
86292
86289
  name: string;
86290
+ src: string;
86293
86291
  styles: {
86294
86292
  filter?: string | undefined;
86295
86293
  fill?: string | undefined;
@@ -86404,16 +86402,12 @@ declare const componentInstanceObjectSchema: z$1.ZodObject<{
86404
86402
  pointerEvents?: "fill" | "all" | "none" | "visible" | "auto" | "stroke" | "visiblePainted" | "visibleFill" | "visibleStroke" | "painted" | "inherit" | undefined;
86405
86403
  visibility?: "visible" | "hidden" | "collapse" | undefined;
86406
86404
  };
86407
- componentName: string;
86408
- componentSetName: string;
86409
- props: Record<string, string | boolean>;
86410
86405
  parentId: string | null;
86411
- componentSetDescription: string;
86412
- componentDescription: string;
86413
86406
  }, {
86414
- type: "COMPONENT_INSTANCE";
86407
+ type: "IMAGE";
86415
86408
  id: string;
86416
86409
  name: string;
86410
+ src: string;
86417
86411
  styles: {
86418
86412
  filter?: string | undefined;
86419
86413
  fill?: string | undefined;
@@ -86528,23 +86522,9 @@ declare const componentInstanceObjectSchema: z$1.ZodObject<{
86528
86522
  pointerEvents?: "fill" | "all" | "none" | "visible" | "auto" | "stroke" | "visiblePainted" | "visibleFill" | "visibleStroke" | "painted" | "inherit" | undefined;
86529
86523
  visibility?: "visible" | "hidden" | "collapse" | undefined;
86530
86524
  };
86531
- componentName: string;
86532
- componentSetName: string;
86533
- props: Record<string, string | boolean>;
86534
86525
  parentId: string | null;
86535
- componentSetDescription: string;
86536
- componentDescription: string;
86537
86526
  }>;
86538
- type FrameNode = z$1.infer<typeof frameNodeObjectSchema> & {
86539
- children: AnyDesignNode[];
86540
- };
86541
- type TextNode = z$1.infer<typeof textNodeObjectSchema>;
86542
- type SvgNode = z$1.infer<typeof svgNodeObjectSchema>;
86543
- type ComponentInstanceNode = z$1.infer<typeof componentInstanceObjectSchema> & {
86544
- children: AnyDesignNode[];
86545
- };
86546
- type AnyDesignNode = FrameNode | TextNode | SvgNode | ComponentInstanceNode;
86547
- declare const FigmaExporterAnyDesignNodeSchema: z$1.ZodUnion<[z$1.ZodType<FrameNode, z$1.ZodTypeDef, FrameNode>, z$1.ZodObject<{
86527
+ declare const componentInstanceObjectSchema: z$1.ZodObject<{
86548
86528
  id: z$1.ZodString;
86549
86529
  name: z$1.ZodString;
86550
86530
  parentId: z$1.ZodNullable<z$1.ZodString>;
@@ -86889,12 +86869,14 @@ declare const FigmaExporterAnyDesignNodeSchema: z$1.ZodUnion<[z$1.ZodType<FrameN
86889
86869
  visibility?: "visible" | "hidden" | "collapse" | undefined;
86890
86870
  }>;
86891
86871
  } & {
86892
- type: z$1.ZodLiteral<"TEXT">;
86893
- characters: z$1.ZodString;
86894
- lineTypes: z$1.ZodOptional<z$1.ZodArray<z$1.ZodUnion<[z$1.ZodLiteral<"NONE">, z$1.ZodLiteral<"ORDERED">, z$1.ZodLiteral<"UNORDERED">]>, "many">>;
86895
- lineIndentations: z$1.ZodOptional<z$1.ZodArray<z$1.ZodNumber, "many">>;
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]>>;
86896
86878
  }, "strip", z$1.ZodTypeAny, {
86897
- type: "TEXT";
86879
+ type: "COMPONENT_INSTANCE";
86898
86880
  id: string;
86899
86881
  name: string;
86900
86882
  styles: {
@@ -87011,12 +86993,14 @@ declare const FigmaExporterAnyDesignNodeSchema: z$1.ZodUnion<[z$1.ZodType<FrameN
87011
86993
  pointerEvents?: "fill" | "all" | "none" | "visible" | "auto" | "stroke" | "visiblePainted" | "visibleFill" | "visibleStroke" | "painted" | "inherit" | undefined;
87012
86994
  visibility?: "visible" | "hidden" | "collapse" | undefined;
87013
86995
  };
86996
+ componentName: string;
86997
+ componentSetName: string;
86998
+ props: Record<string, string | boolean>;
87014
86999
  parentId: string | null;
87015
- characters: string;
87016
- lineTypes?: ("NONE" | "ORDERED" | "UNORDERED")[] | undefined;
87017
- lineIndentations?: number[] | undefined;
87000
+ componentSetDescription: string;
87001
+ componentDescription: string;
87018
87002
  }, {
87019
- type: "TEXT";
87003
+ type: "COMPONENT_INSTANCE";
87020
87004
  id: string;
87021
87005
  name: string;
87022
87006
  styles: {
@@ -87133,15 +87117,141 @@ declare const FigmaExporterAnyDesignNodeSchema: z$1.ZodUnion<[z$1.ZodType<FrameN
87133
87117
  pointerEvents?: "fill" | "all" | "none" | "visible" | "auto" | "stroke" | "visiblePainted" | "visibleFill" | "visibleStroke" | "painted" | "inherit" | undefined;
87134
87118
  visibility?: "visible" | "hidden" | "collapse" | undefined;
87135
87119
  };
87120
+ componentName: string;
87121
+ componentSetName: string;
87122
+ props: Record<string, string | boolean>;
87136
87123
  parentId: string | null;
87137
- characters: string;
87138
- lineTypes?: ("NONE" | "ORDERED" | "UNORDERED")[] | undefined;
87139
- lineIndentations?: number[] | undefined;
87140
- }>, z$1.ZodType<{
87141
- type: "SVG";
87142
- id: string;
87143
- name: string;
87144
- styles: {
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, {
87145
87255
  filter?: string | undefined;
87146
87256
  fill?: string | undefined;
87147
87257
  top?: string | undefined;
@@ -87254,14 +87364,374 @@ declare const FigmaExporterAnyDesignNodeSchema: z$1.ZodUnion<[z$1.ZodType<FrameN
87254
87364
  userSelect?: "all" | "text" | "none" | "auto" | undefined;
87255
87365
  pointerEvents?: "fill" | "all" | "none" | "visible" | "auto" | "stroke" | "visiblePainted" | "visibleFill" | "visibleStroke" | "painted" | "inherit" | undefined;
87256
87366
  visibility?: "visible" | "hidden" | "collapse" | undefined;
87257
- };
87258
- parentId: string | null;
87259
- svgString: string;
87260
- }, z$1.ZodTypeDef, {
87261
- type: "SVG";
87262
- id: string;
87263
- name: string;
87264
- styles: {
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: {
87265
87735
  filter?: string | undefined;
87266
87736
  fill?: string | undefined;
87267
87737
  top?: string | undefined;
@@ -87377,12 +87847,720 @@ declare const FigmaExporterAnyDesignNodeSchema: z$1.ZodUnion<[z$1.ZodType<FrameN
87377
87847
  };
87378
87848
  parentId: string | null;
87379
87849
  svgString: string;
87850
+ }, z$1.ZodTypeDef, {
87851
+ type: "SVG";
87852
+ id: string;
87853
+ name: string;
87854
+ styles: {
87855
+ filter?: string | undefined;
87856
+ fill?: string | undefined;
87857
+ top?: string | undefined;
87858
+ color?: string | undefined;
87859
+ width?: string | undefined;
87860
+ height?: string | undefined;
87861
+ opacity?: number | undefined;
87862
+ position?: "fixed" | "static" | "absolute" | "relative" | "sticky" | undefined;
87863
+ backgroundColor?: string | undefined;
87864
+ gap?: string | undefined;
87865
+ aspectRatio?: string | undefined;
87866
+ minHeight?: string | undefined;
87867
+ bottom?: string | undefined;
87868
+ left?: string | undefined;
87869
+ right?: string | undefined;
87870
+ padding?: string | undefined;
87871
+ fontSize?: string | undefined;
87872
+ fontFamily?: string | undefined;
87873
+ fontWeight?: string | number | undefined;
87874
+ letterSpacing?: string | undefined;
87875
+ lineHeight?: string | number | undefined;
87876
+ display?: "block" | "inline-block" | "inline" | "flex" | "grid" | "none" | undefined;
87877
+ minWidth?: string | undefined;
87878
+ maxWidth?: string | undefined;
87879
+ maxHeight?: string | undefined;
87880
+ zIndex?: number | undefined;
87881
+ overflow?: "visible" | "hidden" | "scroll" | "auto" | "clip" | undefined;
87882
+ overflowX?: "visible" | "hidden" | "scroll" | "auto" | "clip" | undefined;
87883
+ overflowY?: "visible" | "hidden" | "scroll" | "auto" | "clip" | undefined;
87884
+ flexDirection?: "row" | "row-reverse" | "column" | "column-reverse" | undefined;
87885
+ justifyContent?: "flex-start" | "flex-end" | "center" | "space-between" | "space-around" | "space-evenly" | undefined;
87886
+ alignItems?: "flex-start" | "flex-end" | "center" | "stretch" | "baseline" | undefined;
87887
+ alignSelf?: "auto" | "flex-start" | "flex-end" | "center" | "stretch" | "baseline" | undefined;
87888
+ justifySelf?: "auto" | "flex-start" | "flex-end" | "center" | "stretch" | undefined;
87889
+ flexGrow?: number | undefined;
87890
+ flexShrink?: number | undefined;
87891
+ flexBasis?: string | undefined;
87892
+ flexWrap?: "nowrap" | "wrap" | "wrap-reverse" | undefined;
87893
+ rowGap?: string | undefined;
87894
+ columnGap?: string | undefined;
87895
+ gridTemplateColumns?: string | undefined;
87896
+ gridTemplateRows?: string | undefined;
87897
+ gridColumn?: string | undefined;
87898
+ gridRow?: string | undefined;
87899
+ gridAutoFlow?: "row" | "column" | "dense" | "row dense" | "column dense" | undefined;
87900
+ alignContent?: "flex-start" | "flex-end" | "center" | "space-between" | "space-around" | "stretch" | undefined;
87901
+ paddingTop?: string | undefined;
87902
+ paddingRight?: string | undefined;
87903
+ paddingBottom?: string | undefined;
87904
+ paddingLeft?: string | undefined;
87905
+ margin?: string | undefined;
87906
+ marginTop?: string | undefined;
87907
+ marginRight?: string | undefined;
87908
+ marginBottom?: string | undefined;
87909
+ marginLeft?: string | undefined;
87910
+ border?: string | undefined;
87911
+ borderWidth?: string | undefined;
87912
+ borderStyle?: string | undefined;
87913
+ borderColor?: string | undefined;
87914
+ borderTop?: string | undefined;
87915
+ borderRight?: string | undefined;
87916
+ borderBottom?: string | undefined;
87917
+ borderLeft?: string | undefined;
87918
+ borderRadius?: string | undefined;
87919
+ borderTopLeftRadius?: string | undefined;
87920
+ borderTopRightRadius?: string | undefined;
87921
+ borderBottomRightRadius?: string | undefined;
87922
+ borderBottomLeftRadius?: string | undefined;
87923
+ backgroundImage?: string | undefined;
87924
+ backgroundSize?: string | undefined;
87925
+ backgroundPosition?: string | undefined;
87926
+ backgroundRepeat?: string | undefined;
87927
+ backgroundBlendMode?: string | undefined;
87928
+ backgroundClip?: "text" | "border-box" | "padding-box" | "content-box" | undefined;
87929
+ backgroundOrigin?: "border-box" | "padding-box" | "content-box" | undefined;
87930
+ boxShadow?: string | undefined;
87931
+ textShadow?: string | undefined;
87932
+ backdropFilter?: string | undefined;
87933
+ mixBlendMode?: "color" | "normal" | "multiply" | "screen" | "overlay" | "darken" | "lighten" | "color-dodge" | "color-burn" | "hard-light" | "soft-light" | "difference" | "exclusion" | "hue" | "saturation" | "luminosity" | "plus-lighter" | undefined;
87934
+ transform?: string | undefined;
87935
+ transformOrigin?: string | undefined;
87936
+ rotate?: string | undefined;
87937
+ clipPath?: string | undefined;
87938
+ fontStyle?: "normal" | "italic" | "oblique" | undefined;
87939
+ fontStretch?: string | undefined;
87940
+ fontVariantCaps?: "normal" | "small-caps" | "all-small-caps" | "petite-caps" | "all-petite-caps" | "unicase" | "titling-caps" | undefined;
87941
+ textAlign?: "end" | "start" | "left" | "right" | "center" | "justify" | undefined;
87942
+ textDecorationLine?: "none" | "underline" | "overline" | "line-through" | undefined;
87943
+ textDecorationColor?: string | undefined;
87944
+ textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | "wavy" | undefined;
87945
+ textDecorationThickness?: string | undefined;
87946
+ textTransform?: "none" | "uppercase" | "lowercase" | "capitalize" | "full-width" | undefined;
87947
+ whiteSpace?: "nowrap" | "normal" | "pre" | "pre-wrap" | "pre-line" | "break-spaces" | undefined;
87948
+ wordBreak?: "normal" | "break-all" | "keep-all" | "break-word" | undefined;
87949
+ textOverflow?: "clip" | "ellipsis" | undefined;
87950
+ WebkitBackgroundClip?: "text" | undefined;
87951
+ WebkitTextFillColor?: string | undefined;
87952
+ WebkitLineClamp?: number | undefined;
87953
+ WebkitBoxOrient?: "vertical" | undefined;
87954
+ fontFeatureSettings?: string | undefined;
87955
+ stroke?: string | undefined;
87956
+ strokeWidth?: string | undefined;
87957
+ strokeLinecap?: "butt" | "round" | "square" | undefined;
87958
+ strokeLinejoin?: "round" | "miter" | "bevel" | undefined;
87959
+ strokeDasharray?: string | undefined;
87960
+ strokeDashoffset?: string | undefined;
87961
+ transition?: string | undefined;
87962
+ animation?: string | undefined;
87963
+ cursor?: string | undefined;
87964
+ userSelect?: "all" | "text" | "none" | "auto" | undefined;
87965
+ pointerEvents?: "fill" | "all" | "none" | "visible" | "auto" | "stroke" | "visiblePainted" | "visibleFill" | "visibleStroke" | "painted" | "inherit" | undefined;
87966
+ visibility?: "visible" | "hidden" | "collapse" | undefined;
87967
+ };
87968
+ parentId: string | null;
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;
87380
88557
  }>, z$1.ZodType<ComponentInstanceNode, z$1.ZodTypeDef, ComponentInstanceNode>]>;
87381
88558
  type FigmaExporter = {
87382
88559
  AnyDesignNode: AnyDesignNode;
87383
88560
  FrameNode: FrameNode;
87384
88561
  TextNode: TextNode;
87385
88562
  SvgNode: SvgNode;
88563
+ ImageNode: ImageNode;
87386
88564
  ComponentInstanceNode: ComponentInstanceNode;
87387
88565
  ProcessedStyles: ProcessedStyles;
87388
88566
  };
@@ -193105,4 +194283,4 @@ type PersonalAccessTokenWithUser = {
193105
194283
  token: PersonalAccessToken;
193106
194284
  };
193107
194285
 
193108
- 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, 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, DocumentationSettings, 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, 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 };
194286
+ 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 };