@supernova-studio/model 1.87.11 → 1.88.1

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
@@ -1037,6 +1037,19 @@ declare const FeaturesSummary: z$1.ZodObject<{
1037
1037
  errorReason: string;
1038
1038
  enabled: boolean;
1039
1039
  }>;
1040
+ forgeShellTemplates: z$1.ZodObject<{
1041
+ max: z$1.ZodOptional<z$1.ZodNumber>;
1042
+ errorMessage: z$1.ZodString;
1043
+ errorReason: z$1.ZodString;
1044
+ }, "strip", z$1.ZodTypeAny, {
1045
+ errorMessage: string;
1046
+ errorReason: string;
1047
+ max?: number | undefined;
1048
+ }, {
1049
+ errorMessage: string;
1050
+ errorReason: string;
1051
+ max?: number | undefined;
1052
+ }>;
1040
1053
  }, "strip", z$1.ZodTypeAny, {
1041
1054
  analytics: {
1042
1055
  errorMessage: string;
@@ -1225,6 +1238,11 @@ declare const FeaturesSummary: z$1.ZodObject<{
1225
1238
  errorReason: string;
1226
1239
  enabled: boolean;
1227
1240
  };
1241
+ forgeShellTemplates: {
1242
+ errorMessage: string;
1243
+ errorReason: string;
1244
+ max?: number | undefined;
1245
+ };
1228
1246
  }, {
1229
1247
  analytics: {
1230
1248
  errorMessage: string;
@@ -1413,6 +1431,11 @@ declare const FeaturesSummary: z$1.ZodObject<{
1413
1431
  errorReason: string;
1414
1432
  enabled: boolean;
1415
1433
  };
1434
+ forgeShellTemplates: {
1435
+ errorMessage: string;
1436
+ errorReason: string;
1437
+ max?: number | undefined;
1438
+ };
1416
1439
  }>;
1417
1440
  type FeaturesSummary = z$1.infer<typeof FeaturesSummary>;
1418
1441
 
@@ -83616,6 +83639,14 @@ declare const FigmaExporterProcessedStylesSchema: z$1.ZodObject<{
83616
83639
  textShadow: z$1.ZodOptional<z$1.ZodString>;
83617
83640
  filter: z$1.ZodOptional<z$1.ZodString>;
83618
83641
  backdropFilter: z$1.ZodOptional<z$1.ZodString>;
83642
+ maskImage: z$1.ZodOptional<z$1.ZodString>;
83643
+ maskRepeat: z$1.ZodOptional<z$1.ZodString>;
83644
+ maskPosition: z$1.ZodOptional<z$1.ZodString>;
83645
+ maskSize: z$1.ZodOptional<z$1.ZodString>;
83646
+ WebkitMaskImage: z$1.ZodOptional<z$1.ZodString>;
83647
+ WebkitMaskRepeat: z$1.ZodOptional<z$1.ZodString>;
83648
+ WebkitMaskPosition: z$1.ZodOptional<z$1.ZodString>;
83649
+ WebkitMaskSize: z$1.ZodOptional<z$1.ZodString>;
83619
83650
  mixBlendMode: 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">]>>;
83620
83651
  transform: z$1.ZodOptional<z$1.ZodString>;
83621
83652
  transformOrigin: z$1.ZodOptional<z$1.ZodString>;
@@ -83736,6 +83767,14 @@ declare const FigmaExporterProcessedStylesSchema: z$1.ZodObject<{
83736
83767
  boxShadow?: string | undefined;
83737
83768
  textShadow?: string | undefined;
83738
83769
  backdropFilter?: string | undefined;
83770
+ maskImage?: string | undefined;
83771
+ maskRepeat?: string | undefined;
83772
+ maskPosition?: string | undefined;
83773
+ maskSize?: string | undefined;
83774
+ WebkitMaskImage?: string | undefined;
83775
+ WebkitMaskRepeat?: string | undefined;
83776
+ WebkitMaskPosition?: string | undefined;
83777
+ WebkitMaskSize?: string | undefined;
83739
83778
  mixBlendMode?: "color" | "normal" | "multiply" | "screen" | "overlay" | "darken" | "lighten" | "color-dodge" | "color-burn" | "hard-light" | "soft-light" | "difference" | "exclusion" | "hue" | "saturation" | "luminosity" | "plus-lighter" | undefined;
83740
83779
  transform?: string | undefined;
83741
83780
  transformOrigin?: string | undefined;
@@ -83849,6 +83888,14 @@ declare const FigmaExporterProcessedStylesSchema: z$1.ZodObject<{
83849
83888
  boxShadow?: string | undefined;
83850
83889
  textShadow?: string | undefined;
83851
83890
  backdropFilter?: string | undefined;
83891
+ maskImage?: string | undefined;
83892
+ maskRepeat?: string | undefined;
83893
+ maskPosition?: string | undefined;
83894
+ maskSize?: string | undefined;
83895
+ WebkitMaskImage?: string | undefined;
83896
+ WebkitMaskRepeat?: string | undefined;
83897
+ WebkitMaskPosition?: string | undefined;
83898
+ WebkitMaskSize?: string | undefined;
83852
83899
  mixBlendMode?: "color" | "normal" | "multiply" | "screen" | "overlay" | "darken" | "lighten" | "color-dodge" | "color-burn" | "hard-light" | "soft-light" | "difference" | "exclusion" | "hue" | "saturation" | "luminosity" | "plus-lighter" | undefined;
83853
83900
  transform?: string | undefined;
83854
83901
  transformOrigin?: string | undefined;
@@ -83961,6 +84008,14 @@ declare const frameNodeObjectSchema: z$1.ZodObject<{
83961
84008
  textShadow: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
83962
84009
  filter: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
83963
84010
  backdropFilter: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
84011
+ maskImage: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
84012
+ maskRepeat: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
84013
+ maskPosition: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
84014
+ maskSize: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
84015
+ WebkitMaskImage: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
84016
+ WebkitMaskRepeat: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
84017
+ WebkitMaskPosition: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
84018
+ WebkitMaskSize: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
83964
84019
  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">]>>>;
83965
84020
  transform: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
83966
84021
  transformOrigin: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
@@ -84081,6 +84136,14 @@ declare const frameNodeObjectSchema: z$1.ZodObject<{
84081
84136
  boxShadow?: string | undefined;
84082
84137
  textShadow?: string | undefined;
84083
84138
  backdropFilter?: string | undefined;
84139
+ maskImage?: string | undefined;
84140
+ maskRepeat?: string | undefined;
84141
+ maskPosition?: string | undefined;
84142
+ maskSize?: string | undefined;
84143
+ WebkitMaskImage?: string | undefined;
84144
+ WebkitMaskRepeat?: string | undefined;
84145
+ WebkitMaskPosition?: string | undefined;
84146
+ WebkitMaskSize?: string | undefined;
84084
84147
  mixBlendMode?: "color" | "normal" | "multiply" | "screen" | "overlay" | "darken" | "lighten" | "color-dodge" | "color-burn" | "hard-light" | "soft-light" | "difference" | "exclusion" | "hue" | "saturation" | "luminosity" | "plus-lighter" | undefined;
84085
84148
  transform?: string | undefined;
84086
84149
  transformOrigin?: string | undefined;
@@ -84194,6 +84257,14 @@ declare const frameNodeObjectSchema: z$1.ZodObject<{
84194
84257
  boxShadow?: string | undefined;
84195
84258
  textShadow?: string | undefined;
84196
84259
  backdropFilter?: string | undefined;
84260
+ maskImage?: string | undefined;
84261
+ maskRepeat?: string | undefined;
84262
+ maskPosition?: string | undefined;
84263
+ maskSize?: string | undefined;
84264
+ WebkitMaskImage?: string | undefined;
84265
+ WebkitMaskRepeat?: string | undefined;
84266
+ WebkitMaskPosition?: string | undefined;
84267
+ WebkitMaskSize?: string | undefined;
84197
84268
  mixBlendMode?: "color" | "normal" | "multiply" | "screen" | "overlay" | "darken" | "lighten" | "color-dodge" | "color-burn" | "hard-light" | "soft-light" | "difference" | "exclusion" | "hue" | "saturation" | "luminosity" | "plus-lighter" | undefined;
84198
84269
  transform?: string | undefined;
84199
84270
  transformOrigin?: string | undefined;
@@ -84314,6 +84385,14 @@ declare const frameNodeObjectSchema: z$1.ZodObject<{
84314
84385
  boxShadow?: string | undefined;
84315
84386
  textShadow?: string | undefined;
84316
84387
  backdropFilter?: string | undefined;
84388
+ maskImage?: string | undefined;
84389
+ maskRepeat?: string | undefined;
84390
+ maskPosition?: string | undefined;
84391
+ maskSize?: string | undefined;
84392
+ WebkitMaskImage?: string | undefined;
84393
+ WebkitMaskRepeat?: string | undefined;
84394
+ WebkitMaskPosition?: string | undefined;
84395
+ WebkitMaskSize?: string | undefined;
84317
84396
  mixBlendMode?: "color" | "normal" | "multiply" | "screen" | "overlay" | "darken" | "lighten" | "color-dodge" | "color-burn" | "hard-light" | "soft-light" | "difference" | "exclusion" | "hue" | "saturation" | "luminosity" | "plus-lighter" | undefined;
84318
84397
  transform?: string | undefined;
84319
84398
  transformOrigin?: string | undefined;
@@ -84433,6 +84512,14 @@ declare const frameNodeObjectSchema: z$1.ZodObject<{
84433
84512
  boxShadow?: string | undefined;
84434
84513
  textShadow?: string | undefined;
84435
84514
  backdropFilter?: string | undefined;
84515
+ maskImage?: string | undefined;
84516
+ maskRepeat?: string | undefined;
84517
+ maskPosition?: string | undefined;
84518
+ maskSize?: string | undefined;
84519
+ WebkitMaskImage?: string | undefined;
84520
+ WebkitMaskRepeat?: string | undefined;
84521
+ WebkitMaskPosition?: string | undefined;
84522
+ WebkitMaskSize?: string | undefined;
84436
84523
  mixBlendMode?: "color" | "normal" | "multiply" | "screen" | "overlay" | "darken" | "lighten" | "color-dodge" | "color-burn" | "hard-light" | "soft-light" | "difference" | "exclusion" | "hue" | "saturation" | "luminosity" | "plus-lighter" | undefined;
84437
84524
  transform?: string | undefined;
84438
84525
  transformOrigin?: string | undefined;
@@ -84546,6 +84633,14 @@ declare const textNodeObjectSchema: z$1.ZodObject<{
84546
84633
  textShadow: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
84547
84634
  filter: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
84548
84635
  backdropFilter: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
84636
+ maskImage: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
84637
+ maskRepeat: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
84638
+ maskPosition: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
84639
+ maskSize: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
84640
+ WebkitMaskImage: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
84641
+ WebkitMaskRepeat: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
84642
+ WebkitMaskPosition: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
84643
+ WebkitMaskSize: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
84549
84644
  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">]>>>;
84550
84645
  transform: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
84551
84646
  transformOrigin: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
@@ -84666,6 +84761,14 @@ declare const textNodeObjectSchema: z$1.ZodObject<{
84666
84761
  boxShadow?: string | undefined;
84667
84762
  textShadow?: string | undefined;
84668
84763
  backdropFilter?: string | undefined;
84764
+ maskImage?: string | undefined;
84765
+ maskRepeat?: string | undefined;
84766
+ maskPosition?: string | undefined;
84767
+ maskSize?: string | undefined;
84768
+ WebkitMaskImage?: string | undefined;
84769
+ WebkitMaskRepeat?: string | undefined;
84770
+ WebkitMaskPosition?: string | undefined;
84771
+ WebkitMaskSize?: string | undefined;
84669
84772
  mixBlendMode?: "color" | "normal" | "multiply" | "screen" | "overlay" | "darken" | "lighten" | "color-dodge" | "color-burn" | "hard-light" | "soft-light" | "difference" | "exclusion" | "hue" | "saturation" | "luminosity" | "plus-lighter" | undefined;
84670
84773
  transform?: string | undefined;
84671
84774
  transformOrigin?: string | undefined;
@@ -84779,6 +84882,14 @@ declare const textNodeObjectSchema: z$1.ZodObject<{
84779
84882
  boxShadow?: string | undefined;
84780
84883
  textShadow?: string | undefined;
84781
84884
  backdropFilter?: string | undefined;
84885
+ maskImage?: string | undefined;
84886
+ maskRepeat?: string | undefined;
84887
+ maskPosition?: string | undefined;
84888
+ maskSize?: string | undefined;
84889
+ WebkitMaskImage?: string | undefined;
84890
+ WebkitMaskRepeat?: string | undefined;
84891
+ WebkitMaskPosition?: string | undefined;
84892
+ WebkitMaskSize?: string | undefined;
84782
84893
  mixBlendMode?: "color" | "normal" | "multiply" | "screen" | "overlay" | "darken" | "lighten" | "color-dodge" | "color-burn" | "hard-light" | "soft-light" | "difference" | "exclusion" | "hue" | "saturation" | "luminosity" | "plus-lighter" | undefined;
84783
84894
  transform?: string | undefined;
84784
84895
  transformOrigin?: string | undefined;
@@ -84902,6 +85013,14 @@ declare const textNodeObjectSchema: z$1.ZodObject<{
84902
85013
  boxShadow?: string | undefined;
84903
85014
  textShadow?: string | undefined;
84904
85015
  backdropFilter?: string | undefined;
85016
+ maskImage?: string | undefined;
85017
+ maskRepeat?: string | undefined;
85018
+ maskPosition?: string | undefined;
85019
+ maskSize?: string | undefined;
85020
+ WebkitMaskImage?: string | undefined;
85021
+ WebkitMaskRepeat?: string | undefined;
85022
+ WebkitMaskPosition?: string | undefined;
85023
+ WebkitMaskSize?: string | undefined;
84905
85024
  mixBlendMode?: "color" | "normal" | "multiply" | "screen" | "overlay" | "darken" | "lighten" | "color-dodge" | "color-burn" | "hard-light" | "soft-light" | "difference" | "exclusion" | "hue" | "saturation" | "luminosity" | "plus-lighter" | undefined;
84906
85025
  transform?: string | undefined;
84907
85026
  transformOrigin?: string | undefined;
@@ -85024,6 +85143,14 @@ declare const textNodeObjectSchema: z$1.ZodObject<{
85024
85143
  boxShadow?: string | undefined;
85025
85144
  textShadow?: string | undefined;
85026
85145
  backdropFilter?: string | undefined;
85146
+ maskImage?: string | undefined;
85147
+ maskRepeat?: string | undefined;
85148
+ maskPosition?: string | undefined;
85149
+ maskSize?: string | undefined;
85150
+ WebkitMaskImage?: string | undefined;
85151
+ WebkitMaskRepeat?: string | undefined;
85152
+ WebkitMaskPosition?: string | undefined;
85153
+ WebkitMaskSize?: string | undefined;
85027
85154
  mixBlendMode?: "color" | "normal" | "multiply" | "screen" | "overlay" | "darken" | "lighten" | "color-dodge" | "color-burn" | "hard-light" | "soft-light" | "difference" | "exclusion" | "hue" | "saturation" | "luminosity" | "plus-lighter" | undefined;
85028
85155
  transform?: string | undefined;
85029
85156
  transformOrigin?: string | undefined;
@@ -85140,6 +85267,14 @@ declare const svgNodeObjectSchema: z$1.ZodObject<{
85140
85267
  textShadow: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
85141
85268
  filter: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
85142
85269
  backdropFilter: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
85270
+ maskImage: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
85271
+ maskRepeat: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
85272
+ maskPosition: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
85273
+ maskSize: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
85274
+ WebkitMaskImage: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
85275
+ WebkitMaskRepeat: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
85276
+ WebkitMaskPosition: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
85277
+ WebkitMaskSize: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
85143
85278
  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">]>>>;
85144
85279
  transform: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
85145
85280
  transformOrigin: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
@@ -85260,6 +85395,14 @@ declare const svgNodeObjectSchema: z$1.ZodObject<{
85260
85395
  boxShadow?: string | undefined;
85261
85396
  textShadow?: string | undefined;
85262
85397
  backdropFilter?: string | undefined;
85398
+ maskImage?: string | undefined;
85399
+ maskRepeat?: string | undefined;
85400
+ maskPosition?: string | undefined;
85401
+ maskSize?: string | undefined;
85402
+ WebkitMaskImage?: string | undefined;
85403
+ WebkitMaskRepeat?: string | undefined;
85404
+ WebkitMaskPosition?: string | undefined;
85405
+ WebkitMaskSize?: string | undefined;
85263
85406
  mixBlendMode?: "color" | "normal" | "multiply" | "screen" | "overlay" | "darken" | "lighten" | "color-dodge" | "color-burn" | "hard-light" | "soft-light" | "difference" | "exclusion" | "hue" | "saturation" | "luminosity" | "plus-lighter" | undefined;
85264
85407
  transform?: string | undefined;
85265
85408
  transformOrigin?: string | undefined;
@@ -85373,6 +85516,14 @@ declare const svgNodeObjectSchema: z$1.ZodObject<{
85373
85516
  boxShadow?: string | undefined;
85374
85517
  textShadow?: string | undefined;
85375
85518
  backdropFilter?: string | undefined;
85519
+ maskImage?: string | undefined;
85520
+ maskRepeat?: string | undefined;
85521
+ maskPosition?: string | undefined;
85522
+ maskSize?: string | undefined;
85523
+ WebkitMaskImage?: string | undefined;
85524
+ WebkitMaskRepeat?: string | undefined;
85525
+ WebkitMaskPosition?: string | undefined;
85526
+ WebkitMaskSize?: string | undefined;
85376
85527
  mixBlendMode?: "color" | "normal" | "multiply" | "screen" | "overlay" | "darken" | "lighten" | "color-dodge" | "color-burn" | "hard-light" | "soft-light" | "difference" | "exclusion" | "hue" | "saturation" | "luminosity" | "plus-lighter" | undefined;
85377
85528
  transform?: string | undefined;
85378
85529
  transformOrigin?: string | undefined;
@@ -85494,6 +85645,14 @@ declare const svgNodeObjectSchema: z$1.ZodObject<{
85494
85645
  boxShadow?: string | undefined;
85495
85646
  textShadow?: string | undefined;
85496
85647
  backdropFilter?: string | undefined;
85648
+ maskImage?: string | undefined;
85649
+ maskRepeat?: string | undefined;
85650
+ maskPosition?: string | undefined;
85651
+ maskSize?: string | undefined;
85652
+ WebkitMaskImage?: string | undefined;
85653
+ WebkitMaskRepeat?: string | undefined;
85654
+ WebkitMaskPosition?: string | undefined;
85655
+ WebkitMaskSize?: string | undefined;
85497
85656
  mixBlendMode?: "color" | "normal" | "multiply" | "screen" | "overlay" | "darken" | "lighten" | "color-dodge" | "color-burn" | "hard-light" | "soft-light" | "difference" | "exclusion" | "hue" | "saturation" | "luminosity" | "plus-lighter" | undefined;
85498
85657
  transform?: string | undefined;
85499
85658
  transformOrigin?: string | undefined;
@@ -85614,6 +85773,14 @@ declare const svgNodeObjectSchema: z$1.ZodObject<{
85614
85773
  boxShadow?: string | undefined;
85615
85774
  textShadow?: string | undefined;
85616
85775
  backdropFilter?: string | undefined;
85776
+ maskImage?: string | undefined;
85777
+ maskRepeat?: string | undefined;
85778
+ maskPosition?: string | undefined;
85779
+ maskSize?: string | undefined;
85780
+ WebkitMaskImage?: string | undefined;
85781
+ WebkitMaskRepeat?: string | undefined;
85782
+ WebkitMaskPosition?: string | undefined;
85783
+ WebkitMaskSize?: string | undefined;
85617
85784
  mixBlendMode?: "color" | "normal" | "multiply" | "screen" | "overlay" | "darken" | "lighten" | "color-dodge" | "color-burn" | "hard-light" | "soft-light" | "difference" | "exclusion" | "hue" | "saturation" | "luminosity" | "plus-lighter" | undefined;
85618
85785
  transform?: string | undefined;
85619
85786
  transformOrigin?: string | undefined;
@@ -85728,6 +85895,14 @@ declare const imageNodeObjectSchema: z$1.ZodObject<{
85728
85895
  textShadow: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
85729
85896
  filter: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
85730
85897
  backdropFilter: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
85898
+ maskImage: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
85899
+ maskRepeat: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
85900
+ maskPosition: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
85901
+ maskSize: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
85902
+ WebkitMaskImage: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
85903
+ WebkitMaskRepeat: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
85904
+ WebkitMaskPosition: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
85905
+ WebkitMaskSize: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
85731
85906
  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">]>>>;
85732
85907
  transform: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
85733
85908
  transformOrigin: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
@@ -85848,6 +86023,14 @@ declare const imageNodeObjectSchema: z$1.ZodObject<{
85848
86023
  boxShadow?: string | undefined;
85849
86024
  textShadow?: string | undefined;
85850
86025
  backdropFilter?: string | undefined;
86026
+ maskImage?: string | undefined;
86027
+ maskRepeat?: string | undefined;
86028
+ maskPosition?: string | undefined;
86029
+ maskSize?: string | undefined;
86030
+ WebkitMaskImage?: string | undefined;
86031
+ WebkitMaskRepeat?: string | undefined;
86032
+ WebkitMaskPosition?: string | undefined;
86033
+ WebkitMaskSize?: string | undefined;
85851
86034
  mixBlendMode?: "color" | "normal" | "multiply" | "screen" | "overlay" | "darken" | "lighten" | "color-dodge" | "color-burn" | "hard-light" | "soft-light" | "difference" | "exclusion" | "hue" | "saturation" | "luminosity" | "plus-lighter" | undefined;
85852
86035
  transform?: string | undefined;
85853
86036
  transformOrigin?: string | undefined;
@@ -85961,6 +86144,14 @@ declare const imageNodeObjectSchema: z$1.ZodObject<{
85961
86144
  boxShadow?: string | undefined;
85962
86145
  textShadow?: string | undefined;
85963
86146
  backdropFilter?: string | undefined;
86147
+ maskImage?: string | undefined;
86148
+ maskRepeat?: string | undefined;
86149
+ maskPosition?: string | undefined;
86150
+ maskSize?: string | undefined;
86151
+ WebkitMaskImage?: string | undefined;
86152
+ WebkitMaskRepeat?: string | undefined;
86153
+ WebkitMaskPosition?: string | undefined;
86154
+ WebkitMaskSize?: string | undefined;
85964
86155
  mixBlendMode?: "color" | "normal" | "multiply" | "screen" | "overlay" | "darken" | "lighten" | "color-dodge" | "color-burn" | "hard-light" | "soft-light" | "difference" | "exclusion" | "hue" | "saturation" | "luminosity" | "plus-lighter" | undefined;
85965
86156
  transform?: string | undefined;
85966
86157
  transformOrigin?: string | undefined;
@@ -86083,6 +86274,14 @@ declare const imageNodeObjectSchema: z$1.ZodObject<{
86083
86274
  boxShadow?: string | undefined;
86084
86275
  textShadow?: string | undefined;
86085
86276
  backdropFilter?: string | undefined;
86277
+ maskImage?: string | undefined;
86278
+ maskRepeat?: string | undefined;
86279
+ maskPosition?: string | undefined;
86280
+ maskSize?: string | undefined;
86281
+ WebkitMaskImage?: string | undefined;
86282
+ WebkitMaskRepeat?: string | undefined;
86283
+ WebkitMaskPosition?: string | undefined;
86284
+ WebkitMaskSize?: string | undefined;
86086
86285
  mixBlendMode?: "color" | "normal" | "multiply" | "screen" | "overlay" | "darken" | "lighten" | "color-dodge" | "color-burn" | "hard-light" | "soft-light" | "difference" | "exclusion" | "hue" | "saturation" | "luminosity" | "plus-lighter" | undefined;
86087
86286
  transform?: string | undefined;
86088
86287
  transformOrigin?: string | undefined;
@@ -86203,6 +86402,14 @@ declare const imageNodeObjectSchema: z$1.ZodObject<{
86203
86402
  boxShadow?: string | undefined;
86204
86403
  textShadow?: string | undefined;
86205
86404
  backdropFilter?: string | undefined;
86405
+ maskImage?: string | undefined;
86406
+ maskRepeat?: string | undefined;
86407
+ maskPosition?: string | undefined;
86408
+ maskSize?: string | undefined;
86409
+ WebkitMaskImage?: string | undefined;
86410
+ WebkitMaskRepeat?: string | undefined;
86411
+ WebkitMaskPosition?: string | undefined;
86412
+ WebkitMaskSize?: string | undefined;
86206
86413
  mixBlendMode?: "color" | "normal" | "multiply" | "screen" | "overlay" | "darken" | "lighten" | "color-dodge" | "color-burn" | "hard-light" | "soft-light" | "difference" | "exclusion" | "hue" | "saturation" | "luminosity" | "plus-lighter" | undefined;
86207
86414
  transform?: string | undefined;
86208
86415
  transformOrigin?: string | undefined;
@@ -86316,6 +86523,14 @@ declare const componentInstanceObjectSchema: z$1.ZodObject<{
86316
86523
  textShadow: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
86317
86524
  filter: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
86318
86525
  backdropFilter: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
86526
+ maskImage: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
86527
+ maskRepeat: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
86528
+ maskPosition: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
86529
+ maskSize: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
86530
+ WebkitMaskImage: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
86531
+ WebkitMaskRepeat: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
86532
+ WebkitMaskPosition: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
86533
+ WebkitMaskSize: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
86319
86534
  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">]>>>;
86320
86535
  transform: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
86321
86536
  transformOrigin: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
@@ -86436,6 +86651,14 @@ declare const componentInstanceObjectSchema: z$1.ZodObject<{
86436
86651
  boxShadow?: string | undefined;
86437
86652
  textShadow?: string | undefined;
86438
86653
  backdropFilter?: string | undefined;
86654
+ maskImage?: string | undefined;
86655
+ maskRepeat?: string | undefined;
86656
+ maskPosition?: string | undefined;
86657
+ maskSize?: string | undefined;
86658
+ WebkitMaskImage?: string | undefined;
86659
+ WebkitMaskRepeat?: string | undefined;
86660
+ WebkitMaskPosition?: string | undefined;
86661
+ WebkitMaskSize?: string | undefined;
86439
86662
  mixBlendMode?: "color" | "normal" | "multiply" | "screen" | "overlay" | "darken" | "lighten" | "color-dodge" | "color-burn" | "hard-light" | "soft-light" | "difference" | "exclusion" | "hue" | "saturation" | "luminosity" | "plus-lighter" | undefined;
86440
86663
  transform?: string | undefined;
86441
86664
  transformOrigin?: string | undefined;
@@ -86549,6 +86772,14 @@ declare const componentInstanceObjectSchema: z$1.ZodObject<{
86549
86772
  boxShadow?: string | undefined;
86550
86773
  textShadow?: string | undefined;
86551
86774
  backdropFilter?: string | undefined;
86775
+ maskImage?: string | undefined;
86776
+ maskRepeat?: string | undefined;
86777
+ maskPosition?: string | undefined;
86778
+ maskSize?: string | undefined;
86779
+ WebkitMaskImage?: string | undefined;
86780
+ WebkitMaskRepeat?: string | undefined;
86781
+ WebkitMaskPosition?: string | undefined;
86782
+ WebkitMaskSize?: string | undefined;
86552
86783
  mixBlendMode?: "color" | "normal" | "multiply" | "screen" | "overlay" | "darken" | "lighten" | "color-dodge" | "color-burn" | "hard-light" | "soft-light" | "difference" | "exclusion" | "hue" | "saturation" | "luminosity" | "plus-lighter" | undefined;
86553
86784
  transform?: string | undefined;
86554
86785
  transformOrigin?: string | undefined;
@@ -86674,6 +86905,14 @@ declare const componentInstanceObjectSchema: z$1.ZodObject<{
86674
86905
  boxShadow?: string | undefined;
86675
86906
  textShadow?: string | undefined;
86676
86907
  backdropFilter?: string | undefined;
86908
+ maskImage?: string | undefined;
86909
+ maskRepeat?: string | undefined;
86910
+ maskPosition?: string | undefined;
86911
+ maskSize?: string | undefined;
86912
+ WebkitMaskImage?: string | undefined;
86913
+ WebkitMaskRepeat?: string | undefined;
86914
+ WebkitMaskPosition?: string | undefined;
86915
+ WebkitMaskSize?: string | undefined;
86677
86916
  mixBlendMode?: "color" | "normal" | "multiply" | "screen" | "overlay" | "darken" | "lighten" | "color-dodge" | "color-burn" | "hard-light" | "soft-light" | "difference" | "exclusion" | "hue" | "saturation" | "luminosity" | "plus-lighter" | undefined;
86678
86917
  transform?: string | undefined;
86679
86918
  transformOrigin?: string | undefined;
@@ -86798,6 +87037,14 @@ declare const componentInstanceObjectSchema: z$1.ZodObject<{
86798
87037
  boxShadow?: string | undefined;
86799
87038
  textShadow?: string | undefined;
86800
87039
  backdropFilter?: string | undefined;
87040
+ maskImage?: string | undefined;
87041
+ maskRepeat?: string | undefined;
87042
+ maskPosition?: string | undefined;
87043
+ maskSize?: string | undefined;
87044
+ WebkitMaskImage?: string | undefined;
87045
+ WebkitMaskRepeat?: string | undefined;
87046
+ WebkitMaskPosition?: string | undefined;
87047
+ WebkitMaskSize?: string | undefined;
86801
87048
  mixBlendMode?: "color" | "normal" | "multiply" | "screen" | "overlay" | "darken" | "lighten" | "color-dodge" | "color-burn" | "hard-light" | "soft-light" | "difference" | "exclusion" | "hue" | "saturation" | "luminosity" | "plus-lighter" | undefined;
86802
87049
  transform?: string | undefined;
86803
87050
  transformOrigin?: string | undefined;
@@ -86840,6 +87087,756 @@ declare const componentInstanceObjectSchema: z$1.ZodObject<{
86840
87087
  componentSetDescription: string;
86841
87088
  componentDescription: string;
86842
87089
  }>;
87090
+ declare const FigmaExporterMaskDefinitionSchema: z$1.ZodUnion<[z$1.ZodObject<{
87091
+ type: z$1.ZodLiteral<"SVG_MASK">;
87092
+ svgString: z$1.ZodString;
87093
+ width: z$1.ZodNumber;
87094
+ height: z$1.ZodNumber;
87095
+ }, "strip", z$1.ZodTypeAny, {
87096
+ type: "SVG_MASK";
87097
+ width: number;
87098
+ height: number;
87099
+ svgString: string;
87100
+ }, {
87101
+ type: "SVG_MASK";
87102
+ width: number;
87103
+ height: number;
87104
+ svgString: string;
87105
+ }>, z$1.ZodObject<{
87106
+ type: z$1.ZodLiteral<"RECT_CLIP">;
87107
+ width: z$1.ZodNumber;
87108
+ height: z$1.ZodNumber;
87109
+ borderRadius: z$1.ZodOptional<z$1.ZodString>;
87110
+ }, "strip", z$1.ZodTypeAny, {
87111
+ type: "RECT_CLIP";
87112
+ width: number;
87113
+ height: number;
87114
+ borderRadius?: string | undefined;
87115
+ }, {
87116
+ type: "RECT_CLIP";
87117
+ width: number;
87118
+ height: number;
87119
+ borderRadius?: string | undefined;
87120
+ }>, z$1.ZodObject<{
87121
+ type: z$1.ZodLiteral<"ELLIPSE_CLIP">;
87122
+ width: z$1.ZodNumber;
87123
+ height: z$1.ZodNumber;
87124
+ }, "strip", z$1.ZodTypeAny, {
87125
+ type: "ELLIPSE_CLIP";
87126
+ width: number;
87127
+ height: number;
87128
+ }, {
87129
+ type: "ELLIPSE_CLIP";
87130
+ width: number;
87131
+ height: number;
87132
+ }>]>;
87133
+ declare const maskGroupNodeObjectSchema: z$1.ZodObject<{
87134
+ id: z$1.ZodString;
87135
+ name: z$1.ZodString;
87136
+ parentId: z$1.ZodNullable<z$1.ZodString>;
87137
+ styles: z$1.ZodObject<{
87138
+ 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">]>>>;
87139
+ 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">]>>>;
87140
+ top: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
87141
+ right: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
87142
+ bottom: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
87143
+ left: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
87144
+ width: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
87145
+ height: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
87146
+ minWidth: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
87147
+ minHeight: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
87148
+ maxWidth: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
87149
+ maxHeight: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
87150
+ zIndex: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodNumber>>;
87151
+ 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">]>>>;
87152
+ 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">]>>>;
87153
+ 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">]>>>;
87154
+ aspectRatio: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
87155
+ 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">]>>>;
87156
+ 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">]>>>;
87157
+ 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">]>>>;
87158
+ 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">]>>>;
87159
+ 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">]>>>;
87160
+ flexGrow: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodNumber>>;
87161
+ flexShrink: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodNumber>>;
87162
+ flexBasis: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
87163
+ flexWrap: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodLiteral<"nowrap">, z$1.ZodLiteral<"wrap">, z$1.ZodLiteral<"wrap-reverse">]>>>;
87164
+ gap: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
87165
+ rowGap: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
87166
+ columnGap: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
87167
+ gridTemplateColumns: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
87168
+ gridTemplateRows: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
87169
+ gridColumn: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
87170
+ gridRow: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
87171
+ 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">]>>>;
87172
+ 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">]>>>;
87173
+ padding: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
87174
+ paddingTop: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
87175
+ paddingRight: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
87176
+ paddingBottom: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
87177
+ paddingLeft: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
87178
+ margin: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
87179
+ marginTop: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
87180
+ marginRight: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
87181
+ marginBottom: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
87182
+ marginLeft: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
87183
+ border: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
87184
+ borderWidth: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
87185
+ borderStyle: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
87186
+ borderColor: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
87187
+ borderTop: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
87188
+ borderRight: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
87189
+ borderBottom: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
87190
+ borderLeft: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
87191
+ borderRadius: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
87192
+ borderTopLeftRadius: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
87193
+ borderTopRightRadius: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
87194
+ borderBottomRightRadius: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
87195
+ borderBottomLeftRadius: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
87196
+ backgroundColor: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
87197
+ backgroundImage: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
87198
+ backgroundSize: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
87199
+ backgroundPosition: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
87200
+ backgroundRepeat: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
87201
+ backgroundBlendMode: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
87202
+ 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">]>>>;
87203
+ 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">]>>>;
87204
+ opacity: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodNumber>>;
87205
+ boxShadow: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
87206
+ textShadow: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
87207
+ filter: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
87208
+ backdropFilter: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
87209
+ maskImage: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
87210
+ maskRepeat: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
87211
+ maskPosition: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
87212
+ maskSize: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
87213
+ WebkitMaskImage: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
87214
+ WebkitMaskRepeat: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
87215
+ WebkitMaskPosition: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
87216
+ WebkitMaskSize: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
87217
+ 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">]>>>;
87218
+ transform: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
87219
+ transformOrigin: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
87220
+ rotate: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
87221
+ clipPath: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
87222
+ color: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
87223
+ fontFamily: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
87224
+ fontSize: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
87225
+ fontWeight: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodString, z$1.ZodNumber]>>>;
87226
+ fontStyle: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodLiteral<"normal">, z$1.ZodLiteral<"italic">, z$1.ZodLiteral<"oblique">]>>>;
87227
+ fontStretch: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
87228
+ 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">]>>>;
87229
+ lineHeight: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodString, z$1.ZodNumber]>>>;
87230
+ letterSpacing: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
87231
+ 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">]>>>;
87232
+ 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">]>>>;
87233
+ textDecorationColor: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
87234
+ 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">]>>>;
87235
+ textDecorationThickness: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
87236
+ 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">]>>>;
87237
+ 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">]>>>;
87238
+ 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">]>>>;
87239
+ textOverflow: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodLiteral<"clip">, z$1.ZodLiteral<"ellipsis">]>>>;
87240
+ WebkitBackgroundClip: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodLiteral<"text">>>;
87241
+ WebkitTextFillColor: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
87242
+ WebkitLineClamp: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodNumber>>;
87243
+ WebkitBoxOrient: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodLiteral<"vertical">>>;
87244
+ fontFeatureSettings: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
87245
+ fill: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
87246
+ stroke: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
87247
+ strokeWidth: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
87248
+ strokeLinecap: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodLiteral<"butt">, z$1.ZodLiteral<"round">, z$1.ZodLiteral<"square">]>>>;
87249
+ strokeLinejoin: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodLiteral<"miter">, z$1.ZodLiteral<"round">, z$1.ZodLiteral<"bevel">]>>>;
87250
+ strokeDasharray: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
87251
+ strokeDashoffset: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
87252
+ transition: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
87253
+ animation: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
87254
+ cursor: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
87255
+ 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">]>>>;
87256
+ 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">]>>>;
87257
+ visibility: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodLiteral<"visible">, z$1.ZodLiteral<"hidden">, z$1.ZodLiteral<"collapse">]>>>;
87258
+ }, "strip", z$1.ZodTypeAny, {
87259
+ filter?: string | undefined;
87260
+ fill?: string | undefined;
87261
+ top?: string | undefined;
87262
+ color?: string | undefined;
87263
+ width?: string | undefined;
87264
+ height?: string | undefined;
87265
+ opacity?: number | undefined;
87266
+ position?: "fixed" | "static" | "absolute" | "relative" | "sticky" | undefined;
87267
+ backgroundColor?: string | undefined;
87268
+ gap?: string | undefined;
87269
+ aspectRatio?: string | undefined;
87270
+ minHeight?: string | undefined;
87271
+ bottom?: string | undefined;
87272
+ left?: string | undefined;
87273
+ right?: string | undefined;
87274
+ padding?: string | undefined;
87275
+ fontSize?: string | undefined;
87276
+ fontFamily?: string | undefined;
87277
+ fontWeight?: string | number | undefined;
87278
+ letterSpacing?: string | undefined;
87279
+ lineHeight?: string | number | undefined;
87280
+ display?: "block" | "inline-block" | "inline" | "flex" | "grid" | "none" | undefined;
87281
+ minWidth?: string | undefined;
87282
+ maxWidth?: string | undefined;
87283
+ maxHeight?: string | undefined;
87284
+ zIndex?: number | undefined;
87285
+ overflow?: "visible" | "hidden" | "scroll" | "auto" | "clip" | undefined;
87286
+ overflowX?: "visible" | "hidden" | "scroll" | "auto" | "clip" | undefined;
87287
+ overflowY?: "visible" | "hidden" | "scroll" | "auto" | "clip" | undefined;
87288
+ flexDirection?: "row" | "row-reverse" | "column" | "column-reverse" | undefined;
87289
+ justifyContent?: "flex-start" | "flex-end" | "center" | "space-between" | "space-around" | "space-evenly" | undefined;
87290
+ alignItems?: "flex-start" | "flex-end" | "center" | "stretch" | "baseline" | undefined;
87291
+ alignSelf?: "auto" | "flex-start" | "flex-end" | "center" | "stretch" | "baseline" | undefined;
87292
+ justifySelf?: "auto" | "flex-start" | "flex-end" | "center" | "stretch" | undefined;
87293
+ flexGrow?: number | undefined;
87294
+ flexShrink?: number | undefined;
87295
+ flexBasis?: string | undefined;
87296
+ flexWrap?: "nowrap" | "wrap" | "wrap-reverse" | undefined;
87297
+ rowGap?: string | undefined;
87298
+ columnGap?: string | undefined;
87299
+ gridTemplateColumns?: string | undefined;
87300
+ gridTemplateRows?: string | undefined;
87301
+ gridColumn?: string | undefined;
87302
+ gridRow?: string | undefined;
87303
+ gridAutoFlow?: "row" | "column" | "dense" | "row dense" | "column dense" | undefined;
87304
+ alignContent?: "flex-start" | "flex-end" | "center" | "space-between" | "space-around" | "stretch" | undefined;
87305
+ paddingTop?: string | undefined;
87306
+ paddingRight?: string | undefined;
87307
+ paddingBottom?: string | undefined;
87308
+ paddingLeft?: string | undefined;
87309
+ margin?: string | undefined;
87310
+ marginTop?: string | undefined;
87311
+ marginRight?: string | undefined;
87312
+ marginBottom?: string | undefined;
87313
+ marginLeft?: string | undefined;
87314
+ border?: string | undefined;
87315
+ borderWidth?: string | undefined;
87316
+ borderStyle?: string | undefined;
87317
+ borderColor?: string | undefined;
87318
+ borderTop?: string | undefined;
87319
+ borderRight?: string | undefined;
87320
+ borderBottom?: string | undefined;
87321
+ borderLeft?: string | undefined;
87322
+ borderRadius?: string | undefined;
87323
+ borderTopLeftRadius?: string | undefined;
87324
+ borderTopRightRadius?: string | undefined;
87325
+ borderBottomRightRadius?: string | undefined;
87326
+ borderBottomLeftRadius?: string | undefined;
87327
+ backgroundImage?: string | undefined;
87328
+ backgroundSize?: string | undefined;
87329
+ backgroundPosition?: string | undefined;
87330
+ backgroundRepeat?: string | undefined;
87331
+ backgroundBlendMode?: string | undefined;
87332
+ backgroundClip?: "text" | "border-box" | "padding-box" | "content-box" | undefined;
87333
+ backgroundOrigin?: "border-box" | "padding-box" | "content-box" | undefined;
87334
+ boxShadow?: string | undefined;
87335
+ textShadow?: string | undefined;
87336
+ backdropFilter?: string | undefined;
87337
+ maskImage?: string | undefined;
87338
+ maskRepeat?: string | undefined;
87339
+ maskPosition?: string | undefined;
87340
+ maskSize?: string | undefined;
87341
+ WebkitMaskImage?: string | undefined;
87342
+ WebkitMaskRepeat?: string | undefined;
87343
+ WebkitMaskPosition?: string | undefined;
87344
+ WebkitMaskSize?: string | undefined;
87345
+ mixBlendMode?: "color" | "normal" | "multiply" | "screen" | "overlay" | "darken" | "lighten" | "color-dodge" | "color-burn" | "hard-light" | "soft-light" | "difference" | "exclusion" | "hue" | "saturation" | "luminosity" | "plus-lighter" | undefined;
87346
+ transform?: string | undefined;
87347
+ transformOrigin?: string | undefined;
87348
+ rotate?: string | undefined;
87349
+ clipPath?: string | undefined;
87350
+ fontStyle?: "normal" | "italic" | "oblique" | undefined;
87351
+ fontStretch?: string | undefined;
87352
+ fontVariantCaps?: "normal" | "small-caps" | "all-small-caps" | "petite-caps" | "all-petite-caps" | "unicase" | "titling-caps" | undefined;
87353
+ textAlign?: "end" | "start" | "left" | "right" | "center" | "justify" | undefined;
87354
+ textDecorationLine?: "none" | "underline" | "overline" | "line-through" | undefined;
87355
+ textDecorationColor?: string | undefined;
87356
+ textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | "wavy" | undefined;
87357
+ textDecorationThickness?: string | undefined;
87358
+ textTransform?: "none" | "uppercase" | "lowercase" | "capitalize" | "full-width" | undefined;
87359
+ whiteSpace?: "nowrap" | "normal" | "pre" | "pre-wrap" | "pre-line" | "break-spaces" | undefined;
87360
+ wordBreak?: "normal" | "break-all" | "keep-all" | "break-word" | undefined;
87361
+ textOverflow?: "clip" | "ellipsis" | undefined;
87362
+ WebkitBackgroundClip?: "text" | undefined;
87363
+ WebkitTextFillColor?: string | undefined;
87364
+ WebkitLineClamp?: number | undefined;
87365
+ WebkitBoxOrient?: "vertical" | undefined;
87366
+ fontFeatureSettings?: string | undefined;
87367
+ stroke?: string | undefined;
87368
+ strokeWidth?: string | undefined;
87369
+ strokeLinecap?: "butt" | "round" | "square" | undefined;
87370
+ strokeLinejoin?: "round" | "miter" | "bevel" | undefined;
87371
+ strokeDasharray?: string | undefined;
87372
+ strokeDashoffset?: string | undefined;
87373
+ transition?: string | undefined;
87374
+ animation?: string | undefined;
87375
+ cursor?: string | undefined;
87376
+ userSelect?: "all" | "text" | "none" | "auto" | undefined;
87377
+ pointerEvents?: "fill" | "all" | "none" | "visible" | "auto" | "stroke" | "visiblePainted" | "visibleFill" | "visibleStroke" | "painted" | "inherit" | undefined;
87378
+ visibility?: "visible" | "hidden" | "collapse" | undefined;
87379
+ }, {
87380
+ filter?: string | undefined;
87381
+ fill?: string | undefined;
87382
+ top?: string | undefined;
87383
+ color?: string | undefined;
87384
+ width?: string | undefined;
87385
+ height?: string | undefined;
87386
+ opacity?: number | undefined;
87387
+ position?: "fixed" | "static" | "absolute" | "relative" | "sticky" | undefined;
87388
+ backgroundColor?: string | undefined;
87389
+ gap?: string | undefined;
87390
+ aspectRatio?: string | undefined;
87391
+ minHeight?: string | undefined;
87392
+ bottom?: string | undefined;
87393
+ left?: string | undefined;
87394
+ right?: string | undefined;
87395
+ padding?: string | undefined;
87396
+ fontSize?: string | undefined;
87397
+ fontFamily?: string | undefined;
87398
+ fontWeight?: string | number | undefined;
87399
+ letterSpacing?: string | undefined;
87400
+ lineHeight?: string | number | undefined;
87401
+ display?: "block" | "inline-block" | "inline" | "flex" | "grid" | "none" | undefined;
87402
+ minWidth?: string | undefined;
87403
+ maxWidth?: string | undefined;
87404
+ maxHeight?: string | undefined;
87405
+ zIndex?: number | undefined;
87406
+ overflow?: "visible" | "hidden" | "scroll" | "auto" | "clip" | undefined;
87407
+ overflowX?: "visible" | "hidden" | "scroll" | "auto" | "clip" | undefined;
87408
+ overflowY?: "visible" | "hidden" | "scroll" | "auto" | "clip" | undefined;
87409
+ flexDirection?: "row" | "row-reverse" | "column" | "column-reverse" | undefined;
87410
+ justifyContent?: "flex-start" | "flex-end" | "center" | "space-between" | "space-around" | "space-evenly" | undefined;
87411
+ alignItems?: "flex-start" | "flex-end" | "center" | "stretch" | "baseline" | undefined;
87412
+ alignSelf?: "auto" | "flex-start" | "flex-end" | "center" | "stretch" | "baseline" | undefined;
87413
+ justifySelf?: "auto" | "flex-start" | "flex-end" | "center" | "stretch" | undefined;
87414
+ flexGrow?: number | undefined;
87415
+ flexShrink?: number | undefined;
87416
+ flexBasis?: string | undefined;
87417
+ flexWrap?: "nowrap" | "wrap" | "wrap-reverse" | undefined;
87418
+ rowGap?: string | undefined;
87419
+ columnGap?: string | undefined;
87420
+ gridTemplateColumns?: string | undefined;
87421
+ gridTemplateRows?: string | undefined;
87422
+ gridColumn?: string | undefined;
87423
+ gridRow?: string | undefined;
87424
+ gridAutoFlow?: "row" | "column" | "dense" | "row dense" | "column dense" | undefined;
87425
+ alignContent?: "flex-start" | "flex-end" | "center" | "space-between" | "space-around" | "stretch" | undefined;
87426
+ paddingTop?: string | undefined;
87427
+ paddingRight?: string | undefined;
87428
+ paddingBottom?: string | undefined;
87429
+ paddingLeft?: string | undefined;
87430
+ margin?: string | undefined;
87431
+ marginTop?: string | undefined;
87432
+ marginRight?: string | undefined;
87433
+ marginBottom?: string | undefined;
87434
+ marginLeft?: string | undefined;
87435
+ border?: string | undefined;
87436
+ borderWidth?: string | undefined;
87437
+ borderStyle?: string | undefined;
87438
+ borderColor?: string | undefined;
87439
+ borderTop?: string | undefined;
87440
+ borderRight?: string | undefined;
87441
+ borderBottom?: string | undefined;
87442
+ borderLeft?: string | undefined;
87443
+ borderRadius?: string | undefined;
87444
+ borderTopLeftRadius?: string | undefined;
87445
+ borderTopRightRadius?: string | undefined;
87446
+ borderBottomRightRadius?: string | undefined;
87447
+ borderBottomLeftRadius?: string | undefined;
87448
+ backgroundImage?: string | undefined;
87449
+ backgroundSize?: string | undefined;
87450
+ backgroundPosition?: string | undefined;
87451
+ backgroundRepeat?: string | undefined;
87452
+ backgroundBlendMode?: string | undefined;
87453
+ backgroundClip?: "text" | "border-box" | "padding-box" | "content-box" | undefined;
87454
+ backgroundOrigin?: "border-box" | "padding-box" | "content-box" | undefined;
87455
+ boxShadow?: string | undefined;
87456
+ textShadow?: string | undefined;
87457
+ backdropFilter?: string | undefined;
87458
+ maskImage?: string | undefined;
87459
+ maskRepeat?: string | undefined;
87460
+ maskPosition?: string | undefined;
87461
+ maskSize?: string | undefined;
87462
+ WebkitMaskImage?: string | undefined;
87463
+ WebkitMaskRepeat?: string | undefined;
87464
+ WebkitMaskPosition?: string | undefined;
87465
+ WebkitMaskSize?: string | undefined;
87466
+ mixBlendMode?: "color" | "normal" | "multiply" | "screen" | "overlay" | "darken" | "lighten" | "color-dodge" | "color-burn" | "hard-light" | "soft-light" | "difference" | "exclusion" | "hue" | "saturation" | "luminosity" | "plus-lighter" | undefined;
87467
+ transform?: string | undefined;
87468
+ transformOrigin?: string | undefined;
87469
+ rotate?: string | undefined;
87470
+ clipPath?: string | undefined;
87471
+ fontStyle?: "normal" | "italic" | "oblique" | undefined;
87472
+ fontStretch?: string | undefined;
87473
+ fontVariantCaps?: "normal" | "small-caps" | "all-small-caps" | "petite-caps" | "all-petite-caps" | "unicase" | "titling-caps" | undefined;
87474
+ textAlign?: "end" | "start" | "left" | "right" | "center" | "justify" | undefined;
87475
+ textDecorationLine?: "none" | "underline" | "overline" | "line-through" | undefined;
87476
+ textDecorationColor?: string | undefined;
87477
+ textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | "wavy" | undefined;
87478
+ textDecorationThickness?: string | undefined;
87479
+ textTransform?: "none" | "uppercase" | "lowercase" | "capitalize" | "full-width" | undefined;
87480
+ whiteSpace?: "nowrap" | "normal" | "pre" | "pre-wrap" | "pre-line" | "break-spaces" | undefined;
87481
+ wordBreak?: "normal" | "break-all" | "keep-all" | "break-word" | undefined;
87482
+ textOverflow?: "clip" | "ellipsis" | undefined;
87483
+ WebkitBackgroundClip?: "text" | undefined;
87484
+ WebkitTextFillColor?: string | undefined;
87485
+ WebkitLineClamp?: number | undefined;
87486
+ WebkitBoxOrient?: "vertical" | undefined;
87487
+ fontFeatureSettings?: string | undefined;
87488
+ stroke?: string | undefined;
87489
+ strokeWidth?: string | undefined;
87490
+ strokeLinecap?: "butt" | "round" | "square" | undefined;
87491
+ strokeLinejoin?: "round" | "miter" | "bevel" | undefined;
87492
+ strokeDasharray?: string | undefined;
87493
+ strokeDashoffset?: string | undefined;
87494
+ transition?: string | undefined;
87495
+ animation?: string | undefined;
87496
+ cursor?: string | undefined;
87497
+ userSelect?: "all" | "text" | "none" | "auto" | undefined;
87498
+ pointerEvents?: "fill" | "all" | "none" | "visible" | "auto" | "stroke" | "visiblePainted" | "visibleFill" | "visibleStroke" | "painted" | "inherit" | undefined;
87499
+ visibility?: "visible" | "hidden" | "collapse" | undefined;
87500
+ }>;
87501
+ } & {
87502
+ type: z$1.ZodLiteral<"MASK_GROUP">;
87503
+ maskType: z$1.ZodUnion<[z$1.ZodLiteral<"ALPHA">, z$1.ZodLiteral<"VECTOR">]>;
87504
+ maskSourceId: z$1.ZodString;
87505
+ maskSourceName: z$1.ZodString;
87506
+ maskDefinition: z$1.ZodUnion<[z$1.ZodObject<{
87507
+ type: z$1.ZodLiteral<"SVG_MASK">;
87508
+ svgString: z$1.ZodString;
87509
+ width: z$1.ZodNumber;
87510
+ height: z$1.ZodNumber;
87511
+ }, "strip", z$1.ZodTypeAny, {
87512
+ type: "SVG_MASK";
87513
+ width: number;
87514
+ height: number;
87515
+ svgString: string;
87516
+ }, {
87517
+ type: "SVG_MASK";
87518
+ width: number;
87519
+ height: number;
87520
+ svgString: string;
87521
+ }>, z$1.ZodObject<{
87522
+ type: z$1.ZodLiteral<"RECT_CLIP">;
87523
+ width: z$1.ZodNumber;
87524
+ height: z$1.ZodNumber;
87525
+ borderRadius: z$1.ZodOptional<z$1.ZodString>;
87526
+ }, "strip", z$1.ZodTypeAny, {
87527
+ type: "RECT_CLIP";
87528
+ width: number;
87529
+ height: number;
87530
+ borderRadius?: string | undefined;
87531
+ }, {
87532
+ type: "RECT_CLIP";
87533
+ width: number;
87534
+ height: number;
87535
+ borderRadius?: string | undefined;
87536
+ }>, z$1.ZodObject<{
87537
+ type: z$1.ZodLiteral<"ELLIPSE_CLIP">;
87538
+ width: z$1.ZodNumber;
87539
+ height: z$1.ZodNumber;
87540
+ }, "strip", z$1.ZodTypeAny, {
87541
+ type: "ELLIPSE_CLIP";
87542
+ width: number;
87543
+ height: number;
87544
+ }, {
87545
+ type: "ELLIPSE_CLIP";
87546
+ width: number;
87547
+ height: number;
87548
+ }>]>;
87549
+ }, "strip", z$1.ZodTypeAny, {
87550
+ type: "MASK_GROUP";
87551
+ id: string;
87552
+ name: string;
87553
+ styles: {
87554
+ filter?: string | undefined;
87555
+ fill?: string | undefined;
87556
+ top?: string | undefined;
87557
+ color?: string | undefined;
87558
+ width?: string | undefined;
87559
+ height?: string | undefined;
87560
+ opacity?: number | undefined;
87561
+ position?: "fixed" | "static" | "absolute" | "relative" | "sticky" | undefined;
87562
+ backgroundColor?: string | undefined;
87563
+ gap?: string | undefined;
87564
+ aspectRatio?: string | undefined;
87565
+ minHeight?: string | undefined;
87566
+ bottom?: string | undefined;
87567
+ left?: string | undefined;
87568
+ right?: string | undefined;
87569
+ padding?: string | undefined;
87570
+ fontSize?: string | undefined;
87571
+ fontFamily?: string | undefined;
87572
+ fontWeight?: string | number | undefined;
87573
+ letterSpacing?: string | undefined;
87574
+ lineHeight?: string | number | undefined;
87575
+ display?: "block" | "inline-block" | "inline" | "flex" | "grid" | "none" | undefined;
87576
+ minWidth?: string | undefined;
87577
+ maxWidth?: string | undefined;
87578
+ maxHeight?: string | undefined;
87579
+ zIndex?: number | undefined;
87580
+ overflow?: "visible" | "hidden" | "scroll" | "auto" | "clip" | undefined;
87581
+ overflowX?: "visible" | "hidden" | "scroll" | "auto" | "clip" | undefined;
87582
+ overflowY?: "visible" | "hidden" | "scroll" | "auto" | "clip" | undefined;
87583
+ flexDirection?: "row" | "row-reverse" | "column" | "column-reverse" | undefined;
87584
+ justifyContent?: "flex-start" | "flex-end" | "center" | "space-between" | "space-around" | "space-evenly" | undefined;
87585
+ alignItems?: "flex-start" | "flex-end" | "center" | "stretch" | "baseline" | undefined;
87586
+ alignSelf?: "auto" | "flex-start" | "flex-end" | "center" | "stretch" | "baseline" | undefined;
87587
+ justifySelf?: "auto" | "flex-start" | "flex-end" | "center" | "stretch" | undefined;
87588
+ flexGrow?: number | undefined;
87589
+ flexShrink?: number | undefined;
87590
+ flexBasis?: string | undefined;
87591
+ flexWrap?: "nowrap" | "wrap" | "wrap-reverse" | undefined;
87592
+ rowGap?: string | undefined;
87593
+ columnGap?: string | undefined;
87594
+ gridTemplateColumns?: string | undefined;
87595
+ gridTemplateRows?: string | undefined;
87596
+ gridColumn?: string | undefined;
87597
+ gridRow?: string | undefined;
87598
+ gridAutoFlow?: "row" | "column" | "dense" | "row dense" | "column dense" | undefined;
87599
+ alignContent?: "flex-start" | "flex-end" | "center" | "space-between" | "space-around" | "stretch" | undefined;
87600
+ paddingTop?: string | undefined;
87601
+ paddingRight?: string | undefined;
87602
+ paddingBottom?: string | undefined;
87603
+ paddingLeft?: string | undefined;
87604
+ margin?: string | undefined;
87605
+ marginTop?: string | undefined;
87606
+ marginRight?: string | undefined;
87607
+ marginBottom?: string | undefined;
87608
+ marginLeft?: string | undefined;
87609
+ border?: string | undefined;
87610
+ borderWidth?: string | undefined;
87611
+ borderStyle?: string | undefined;
87612
+ borderColor?: string | undefined;
87613
+ borderTop?: string | undefined;
87614
+ borderRight?: string | undefined;
87615
+ borderBottom?: string | undefined;
87616
+ borderLeft?: string | undefined;
87617
+ borderRadius?: string | undefined;
87618
+ borderTopLeftRadius?: string | undefined;
87619
+ borderTopRightRadius?: string | undefined;
87620
+ borderBottomRightRadius?: string | undefined;
87621
+ borderBottomLeftRadius?: string | undefined;
87622
+ backgroundImage?: string | undefined;
87623
+ backgroundSize?: string | undefined;
87624
+ backgroundPosition?: string | undefined;
87625
+ backgroundRepeat?: string | undefined;
87626
+ backgroundBlendMode?: string | undefined;
87627
+ backgroundClip?: "text" | "border-box" | "padding-box" | "content-box" | undefined;
87628
+ backgroundOrigin?: "border-box" | "padding-box" | "content-box" | undefined;
87629
+ boxShadow?: string | undefined;
87630
+ textShadow?: string | undefined;
87631
+ backdropFilter?: string | undefined;
87632
+ maskImage?: string | undefined;
87633
+ maskRepeat?: string | undefined;
87634
+ maskPosition?: string | undefined;
87635
+ maskSize?: string | undefined;
87636
+ WebkitMaskImage?: string | undefined;
87637
+ WebkitMaskRepeat?: string | undefined;
87638
+ WebkitMaskPosition?: string | undefined;
87639
+ WebkitMaskSize?: string | undefined;
87640
+ mixBlendMode?: "color" | "normal" | "multiply" | "screen" | "overlay" | "darken" | "lighten" | "color-dodge" | "color-burn" | "hard-light" | "soft-light" | "difference" | "exclusion" | "hue" | "saturation" | "luminosity" | "plus-lighter" | undefined;
87641
+ transform?: string | undefined;
87642
+ transformOrigin?: string | undefined;
87643
+ rotate?: string | undefined;
87644
+ clipPath?: string | undefined;
87645
+ fontStyle?: "normal" | "italic" | "oblique" | undefined;
87646
+ fontStretch?: string | undefined;
87647
+ fontVariantCaps?: "normal" | "small-caps" | "all-small-caps" | "petite-caps" | "all-petite-caps" | "unicase" | "titling-caps" | undefined;
87648
+ textAlign?: "end" | "start" | "left" | "right" | "center" | "justify" | undefined;
87649
+ textDecorationLine?: "none" | "underline" | "overline" | "line-through" | undefined;
87650
+ textDecorationColor?: string | undefined;
87651
+ textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | "wavy" | undefined;
87652
+ textDecorationThickness?: string | undefined;
87653
+ textTransform?: "none" | "uppercase" | "lowercase" | "capitalize" | "full-width" | undefined;
87654
+ whiteSpace?: "nowrap" | "normal" | "pre" | "pre-wrap" | "pre-line" | "break-spaces" | undefined;
87655
+ wordBreak?: "normal" | "break-all" | "keep-all" | "break-word" | undefined;
87656
+ textOverflow?: "clip" | "ellipsis" | undefined;
87657
+ WebkitBackgroundClip?: "text" | undefined;
87658
+ WebkitTextFillColor?: string | undefined;
87659
+ WebkitLineClamp?: number | undefined;
87660
+ WebkitBoxOrient?: "vertical" | undefined;
87661
+ fontFeatureSettings?: string | undefined;
87662
+ stroke?: string | undefined;
87663
+ strokeWidth?: string | undefined;
87664
+ strokeLinecap?: "butt" | "round" | "square" | undefined;
87665
+ strokeLinejoin?: "round" | "miter" | "bevel" | undefined;
87666
+ strokeDasharray?: string | undefined;
87667
+ strokeDashoffset?: string | undefined;
87668
+ transition?: string | undefined;
87669
+ animation?: string | undefined;
87670
+ cursor?: string | undefined;
87671
+ userSelect?: "all" | "text" | "none" | "auto" | undefined;
87672
+ pointerEvents?: "fill" | "all" | "none" | "visible" | "auto" | "stroke" | "visiblePainted" | "visibleFill" | "visibleStroke" | "painted" | "inherit" | undefined;
87673
+ visibility?: "visible" | "hidden" | "collapse" | undefined;
87674
+ };
87675
+ parentId: string | null;
87676
+ maskType: "ALPHA" | "VECTOR";
87677
+ maskSourceId: string;
87678
+ maskSourceName: string;
87679
+ maskDefinition: {
87680
+ type: "SVG_MASK";
87681
+ width: number;
87682
+ height: number;
87683
+ svgString: string;
87684
+ } | {
87685
+ type: "RECT_CLIP";
87686
+ width: number;
87687
+ height: number;
87688
+ borderRadius?: string | undefined;
87689
+ } | {
87690
+ type: "ELLIPSE_CLIP";
87691
+ width: number;
87692
+ height: number;
87693
+ };
87694
+ }, {
87695
+ type: "MASK_GROUP";
87696
+ id: string;
87697
+ name: string;
87698
+ styles: {
87699
+ filter?: string | undefined;
87700
+ fill?: string | undefined;
87701
+ top?: string | undefined;
87702
+ color?: string | undefined;
87703
+ width?: string | undefined;
87704
+ height?: string | undefined;
87705
+ opacity?: number | undefined;
87706
+ position?: "fixed" | "static" | "absolute" | "relative" | "sticky" | undefined;
87707
+ backgroundColor?: string | undefined;
87708
+ gap?: string | undefined;
87709
+ aspectRatio?: string | undefined;
87710
+ minHeight?: string | undefined;
87711
+ bottom?: string | undefined;
87712
+ left?: string | undefined;
87713
+ right?: string | undefined;
87714
+ padding?: string | undefined;
87715
+ fontSize?: string | undefined;
87716
+ fontFamily?: string | undefined;
87717
+ fontWeight?: string | number | undefined;
87718
+ letterSpacing?: string | undefined;
87719
+ lineHeight?: string | number | undefined;
87720
+ display?: "block" | "inline-block" | "inline" | "flex" | "grid" | "none" | undefined;
87721
+ minWidth?: string | undefined;
87722
+ maxWidth?: string | undefined;
87723
+ maxHeight?: string | undefined;
87724
+ zIndex?: number | undefined;
87725
+ overflow?: "visible" | "hidden" | "scroll" | "auto" | "clip" | undefined;
87726
+ overflowX?: "visible" | "hidden" | "scroll" | "auto" | "clip" | undefined;
87727
+ overflowY?: "visible" | "hidden" | "scroll" | "auto" | "clip" | undefined;
87728
+ flexDirection?: "row" | "row-reverse" | "column" | "column-reverse" | undefined;
87729
+ justifyContent?: "flex-start" | "flex-end" | "center" | "space-between" | "space-around" | "space-evenly" | undefined;
87730
+ alignItems?: "flex-start" | "flex-end" | "center" | "stretch" | "baseline" | undefined;
87731
+ alignSelf?: "auto" | "flex-start" | "flex-end" | "center" | "stretch" | "baseline" | undefined;
87732
+ justifySelf?: "auto" | "flex-start" | "flex-end" | "center" | "stretch" | undefined;
87733
+ flexGrow?: number | undefined;
87734
+ flexShrink?: number | undefined;
87735
+ flexBasis?: string | undefined;
87736
+ flexWrap?: "nowrap" | "wrap" | "wrap-reverse" | undefined;
87737
+ rowGap?: string | undefined;
87738
+ columnGap?: string | undefined;
87739
+ gridTemplateColumns?: string | undefined;
87740
+ gridTemplateRows?: string | undefined;
87741
+ gridColumn?: string | undefined;
87742
+ gridRow?: string | undefined;
87743
+ gridAutoFlow?: "row" | "column" | "dense" | "row dense" | "column dense" | undefined;
87744
+ alignContent?: "flex-start" | "flex-end" | "center" | "space-between" | "space-around" | "stretch" | undefined;
87745
+ paddingTop?: string | undefined;
87746
+ paddingRight?: string | undefined;
87747
+ paddingBottom?: string | undefined;
87748
+ paddingLeft?: string | undefined;
87749
+ margin?: string | undefined;
87750
+ marginTop?: string | undefined;
87751
+ marginRight?: string | undefined;
87752
+ marginBottom?: string | undefined;
87753
+ marginLeft?: string | undefined;
87754
+ border?: string | undefined;
87755
+ borderWidth?: string | undefined;
87756
+ borderStyle?: string | undefined;
87757
+ borderColor?: string | undefined;
87758
+ borderTop?: string | undefined;
87759
+ borderRight?: string | undefined;
87760
+ borderBottom?: string | undefined;
87761
+ borderLeft?: string | undefined;
87762
+ borderRadius?: string | undefined;
87763
+ borderTopLeftRadius?: string | undefined;
87764
+ borderTopRightRadius?: string | undefined;
87765
+ borderBottomRightRadius?: string | undefined;
87766
+ borderBottomLeftRadius?: string | undefined;
87767
+ backgroundImage?: string | undefined;
87768
+ backgroundSize?: string | undefined;
87769
+ backgroundPosition?: string | undefined;
87770
+ backgroundRepeat?: string | undefined;
87771
+ backgroundBlendMode?: string | undefined;
87772
+ backgroundClip?: "text" | "border-box" | "padding-box" | "content-box" | undefined;
87773
+ backgroundOrigin?: "border-box" | "padding-box" | "content-box" | undefined;
87774
+ boxShadow?: string | undefined;
87775
+ textShadow?: string | undefined;
87776
+ backdropFilter?: string | undefined;
87777
+ maskImage?: string | undefined;
87778
+ maskRepeat?: string | undefined;
87779
+ maskPosition?: string | undefined;
87780
+ maskSize?: string | undefined;
87781
+ WebkitMaskImage?: string | undefined;
87782
+ WebkitMaskRepeat?: string | undefined;
87783
+ WebkitMaskPosition?: string | undefined;
87784
+ WebkitMaskSize?: string | undefined;
87785
+ mixBlendMode?: "color" | "normal" | "multiply" | "screen" | "overlay" | "darken" | "lighten" | "color-dodge" | "color-burn" | "hard-light" | "soft-light" | "difference" | "exclusion" | "hue" | "saturation" | "luminosity" | "plus-lighter" | undefined;
87786
+ transform?: string | undefined;
87787
+ transformOrigin?: string | undefined;
87788
+ rotate?: string | undefined;
87789
+ clipPath?: string | undefined;
87790
+ fontStyle?: "normal" | "italic" | "oblique" | undefined;
87791
+ fontStretch?: string | undefined;
87792
+ fontVariantCaps?: "normal" | "small-caps" | "all-small-caps" | "petite-caps" | "all-petite-caps" | "unicase" | "titling-caps" | undefined;
87793
+ textAlign?: "end" | "start" | "left" | "right" | "center" | "justify" | undefined;
87794
+ textDecorationLine?: "none" | "underline" | "overline" | "line-through" | undefined;
87795
+ textDecorationColor?: string | undefined;
87796
+ textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | "wavy" | undefined;
87797
+ textDecorationThickness?: string | undefined;
87798
+ textTransform?: "none" | "uppercase" | "lowercase" | "capitalize" | "full-width" | undefined;
87799
+ whiteSpace?: "nowrap" | "normal" | "pre" | "pre-wrap" | "pre-line" | "break-spaces" | undefined;
87800
+ wordBreak?: "normal" | "break-all" | "keep-all" | "break-word" | undefined;
87801
+ textOverflow?: "clip" | "ellipsis" | undefined;
87802
+ WebkitBackgroundClip?: "text" | undefined;
87803
+ WebkitTextFillColor?: string | undefined;
87804
+ WebkitLineClamp?: number | undefined;
87805
+ WebkitBoxOrient?: "vertical" | undefined;
87806
+ fontFeatureSettings?: string | undefined;
87807
+ stroke?: string | undefined;
87808
+ strokeWidth?: string | undefined;
87809
+ strokeLinecap?: "butt" | "round" | "square" | undefined;
87810
+ strokeLinejoin?: "round" | "miter" | "bevel" | undefined;
87811
+ strokeDasharray?: string | undefined;
87812
+ strokeDashoffset?: string | undefined;
87813
+ transition?: string | undefined;
87814
+ animation?: string | undefined;
87815
+ cursor?: string | undefined;
87816
+ userSelect?: "all" | "text" | "none" | "auto" | undefined;
87817
+ pointerEvents?: "fill" | "all" | "none" | "visible" | "auto" | "stroke" | "visiblePainted" | "visibleFill" | "visibleStroke" | "painted" | "inherit" | undefined;
87818
+ visibility?: "visible" | "hidden" | "collapse" | undefined;
87819
+ };
87820
+ parentId: string | null;
87821
+ maskType: "ALPHA" | "VECTOR";
87822
+ maskSourceId: string;
87823
+ maskSourceName: string;
87824
+ maskDefinition: {
87825
+ type: "SVG_MASK";
87826
+ width: number;
87827
+ height: number;
87828
+ svgString: string;
87829
+ } | {
87830
+ type: "RECT_CLIP";
87831
+ width: number;
87832
+ height: number;
87833
+ borderRadius?: string | undefined;
87834
+ } | {
87835
+ type: "ELLIPSE_CLIP";
87836
+ width: number;
87837
+ height: number;
87838
+ };
87839
+ }>;
86843
87840
  type FrameNode = z$1.infer<typeof frameNodeObjectSchema> & {
86844
87841
  children: AnyDesignNode[];
86845
87842
  };
@@ -86849,7 +87846,13 @@ type ImageNode = z$1.infer<typeof imageNodeObjectSchema>;
86849
87846
  type ComponentInstanceNode = z$1.infer<typeof componentInstanceObjectSchema> & {
86850
87847
  children: AnyDesignNode[];
86851
87848
  };
86852
- type AnyDesignNode = FrameNode | TextNode | SvgNode | ImageNode | ComponentInstanceNode;
87849
+ type MaskDefinition = z$1.infer<typeof FigmaExporterMaskDefinitionSchema>;
87850
+ type MaskGroupNode = z$1.infer<typeof maskGroupNodeObjectSchema> & {
87851
+ children: AnyDesignNode[];
87852
+ };
87853
+ type FigmaExporterMaskDefinition = MaskDefinition;
87854
+ type FigmaExporterMaskGroupNode = MaskGroupNode;
87855
+ type AnyDesignNode = FrameNode | TextNode | SvgNode | ImageNode | ComponentInstanceNode | MaskGroupNode;
86853
87856
  declare const FigmaExporterAnyDesignNodeSchema: z$1.ZodUnion<[z$1.ZodType<FrameNode, z$1.ZodTypeDef, FrameNode>, z$1.ZodObject<{
86854
87857
  id: z$1.ZodString;
86855
87858
  name: z$1.ZodString;
@@ -86926,6 +87929,14 @@ declare const FigmaExporterAnyDesignNodeSchema: z$1.ZodUnion<[z$1.ZodType<FrameN
86926
87929
  textShadow: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
86927
87930
  filter: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
86928
87931
  backdropFilter: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
87932
+ maskImage: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
87933
+ maskRepeat: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
87934
+ maskPosition: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
87935
+ maskSize: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
87936
+ WebkitMaskImage: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
87937
+ WebkitMaskRepeat: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
87938
+ WebkitMaskPosition: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
87939
+ WebkitMaskSize: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
86929
87940
  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">]>>>;
86930
87941
  transform: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
86931
87942
  transformOrigin: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
@@ -87046,6 +88057,14 @@ declare const FigmaExporterAnyDesignNodeSchema: z$1.ZodUnion<[z$1.ZodType<FrameN
87046
88057
  boxShadow?: string | undefined;
87047
88058
  textShadow?: string | undefined;
87048
88059
  backdropFilter?: string | undefined;
88060
+ maskImage?: string | undefined;
88061
+ maskRepeat?: string | undefined;
88062
+ maskPosition?: string | undefined;
88063
+ maskSize?: string | undefined;
88064
+ WebkitMaskImage?: string | undefined;
88065
+ WebkitMaskRepeat?: string | undefined;
88066
+ WebkitMaskPosition?: string | undefined;
88067
+ WebkitMaskSize?: string | undefined;
87049
88068
  mixBlendMode?: "color" | "normal" | "multiply" | "screen" | "overlay" | "darken" | "lighten" | "color-dodge" | "color-burn" | "hard-light" | "soft-light" | "difference" | "exclusion" | "hue" | "saturation" | "luminosity" | "plus-lighter" | undefined;
87050
88069
  transform?: string | undefined;
87051
88070
  transformOrigin?: string | undefined;
@@ -87159,6 +88178,14 @@ declare const FigmaExporterAnyDesignNodeSchema: z$1.ZodUnion<[z$1.ZodType<FrameN
87159
88178
  boxShadow?: string | undefined;
87160
88179
  textShadow?: string | undefined;
87161
88180
  backdropFilter?: string | undefined;
88181
+ maskImage?: string | undefined;
88182
+ maskRepeat?: string | undefined;
88183
+ maskPosition?: string | undefined;
88184
+ maskSize?: string | undefined;
88185
+ WebkitMaskImage?: string | undefined;
88186
+ WebkitMaskRepeat?: string | undefined;
88187
+ WebkitMaskPosition?: string | undefined;
88188
+ WebkitMaskSize?: string | undefined;
87162
88189
  mixBlendMode?: "color" | "normal" | "multiply" | "screen" | "overlay" | "darken" | "lighten" | "color-dodge" | "color-burn" | "hard-light" | "soft-light" | "difference" | "exclusion" | "hue" | "saturation" | "luminosity" | "plus-lighter" | undefined;
87163
88190
  transform?: string | undefined;
87164
88191
  transformOrigin?: string | undefined;
@@ -87282,6 +88309,14 @@ declare const FigmaExporterAnyDesignNodeSchema: z$1.ZodUnion<[z$1.ZodType<FrameN
87282
88309
  boxShadow?: string | undefined;
87283
88310
  textShadow?: string | undefined;
87284
88311
  backdropFilter?: string | undefined;
88312
+ maskImage?: string | undefined;
88313
+ maskRepeat?: string | undefined;
88314
+ maskPosition?: string | undefined;
88315
+ maskSize?: string | undefined;
88316
+ WebkitMaskImage?: string | undefined;
88317
+ WebkitMaskRepeat?: string | undefined;
88318
+ WebkitMaskPosition?: string | undefined;
88319
+ WebkitMaskSize?: string | undefined;
87285
88320
  mixBlendMode?: "color" | "normal" | "multiply" | "screen" | "overlay" | "darken" | "lighten" | "color-dodge" | "color-burn" | "hard-light" | "soft-light" | "difference" | "exclusion" | "hue" | "saturation" | "luminosity" | "plus-lighter" | undefined;
87286
88321
  transform?: string | undefined;
87287
88322
  transformOrigin?: string | undefined;
@@ -87404,6 +88439,14 @@ declare const FigmaExporterAnyDesignNodeSchema: z$1.ZodUnion<[z$1.ZodType<FrameN
87404
88439
  boxShadow?: string | undefined;
87405
88440
  textShadow?: string | undefined;
87406
88441
  backdropFilter?: string | undefined;
88442
+ maskImage?: string | undefined;
88443
+ maskRepeat?: string | undefined;
88444
+ maskPosition?: string | undefined;
88445
+ maskSize?: string | undefined;
88446
+ WebkitMaskImage?: string | undefined;
88447
+ WebkitMaskRepeat?: string | undefined;
88448
+ WebkitMaskPosition?: string | undefined;
88449
+ WebkitMaskSize?: string | undefined;
87407
88450
  mixBlendMode?: "color" | "normal" | "multiply" | "screen" | "overlay" | "darken" | "lighten" | "color-dodge" | "color-burn" | "hard-light" | "soft-light" | "difference" | "exclusion" | "hue" | "saturation" | "luminosity" | "plus-lighter" | undefined;
87408
88451
  transform?: string | undefined;
87409
88452
  transformOrigin?: string | undefined;
@@ -87526,6 +88569,14 @@ declare const FigmaExporterAnyDesignNodeSchema: z$1.ZodUnion<[z$1.ZodType<FrameN
87526
88569
  boxShadow?: string | undefined;
87527
88570
  textShadow?: string | undefined;
87528
88571
  backdropFilter?: string | undefined;
88572
+ maskImage?: string | undefined;
88573
+ maskRepeat?: string | undefined;
88574
+ maskPosition?: string | undefined;
88575
+ maskSize?: string | undefined;
88576
+ WebkitMaskImage?: string | undefined;
88577
+ WebkitMaskRepeat?: string | undefined;
88578
+ WebkitMaskPosition?: string | undefined;
88579
+ WebkitMaskSize?: string | undefined;
87529
88580
  mixBlendMode?: "color" | "normal" | "multiply" | "screen" | "overlay" | "darken" | "lighten" | "color-dodge" | "color-burn" | "hard-light" | "soft-light" | "difference" | "exclusion" | "hue" | "saturation" | "luminosity" | "plus-lighter" | undefined;
87530
88581
  transform?: string | undefined;
87531
88582
  transformOrigin?: string | undefined;
@@ -87646,6 +88697,14 @@ declare const FigmaExporterAnyDesignNodeSchema: z$1.ZodUnion<[z$1.ZodType<FrameN
87646
88697
  boxShadow?: string | undefined;
87647
88698
  textShadow?: string | undefined;
87648
88699
  backdropFilter?: string | undefined;
88700
+ maskImage?: string | undefined;
88701
+ maskRepeat?: string | undefined;
88702
+ maskPosition?: string | undefined;
88703
+ maskSize?: string | undefined;
88704
+ WebkitMaskImage?: string | undefined;
88705
+ WebkitMaskRepeat?: string | undefined;
88706
+ WebkitMaskPosition?: string | undefined;
88707
+ WebkitMaskSize?: string | undefined;
87649
88708
  mixBlendMode?: "color" | "normal" | "multiply" | "screen" | "overlay" | "darken" | "lighten" | "color-dodge" | "color-burn" | "hard-light" | "soft-light" | "difference" | "exclusion" | "hue" | "saturation" | "luminosity" | "plus-lighter" | undefined;
87650
88709
  transform?: string | undefined;
87651
88710
  transformOrigin?: string | undefined;
@@ -87759,6 +88818,14 @@ declare const FigmaExporterAnyDesignNodeSchema: z$1.ZodUnion<[z$1.ZodType<FrameN
87759
88818
  textShadow: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
87760
88819
  filter: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
87761
88820
  backdropFilter: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
88821
+ maskImage: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
88822
+ maskRepeat: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
88823
+ maskPosition: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
88824
+ maskSize: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
88825
+ WebkitMaskImage: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
88826
+ WebkitMaskRepeat: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
88827
+ WebkitMaskPosition: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
88828
+ WebkitMaskSize: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
87762
88829
  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">]>>>;
87763
88830
  transform: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
87764
88831
  transformOrigin: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
@@ -87879,6 +88946,14 @@ declare const FigmaExporterAnyDesignNodeSchema: z$1.ZodUnion<[z$1.ZodType<FrameN
87879
88946
  boxShadow?: string | undefined;
87880
88947
  textShadow?: string | undefined;
87881
88948
  backdropFilter?: string | undefined;
88949
+ maskImage?: string | undefined;
88950
+ maskRepeat?: string | undefined;
88951
+ maskPosition?: string | undefined;
88952
+ maskSize?: string | undefined;
88953
+ WebkitMaskImage?: string | undefined;
88954
+ WebkitMaskRepeat?: string | undefined;
88955
+ WebkitMaskPosition?: string | undefined;
88956
+ WebkitMaskSize?: string | undefined;
87882
88957
  mixBlendMode?: "color" | "normal" | "multiply" | "screen" | "overlay" | "darken" | "lighten" | "color-dodge" | "color-burn" | "hard-light" | "soft-light" | "difference" | "exclusion" | "hue" | "saturation" | "luminosity" | "plus-lighter" | undefined;
87883
88958
  transform?: string | undefined;
87884
88959
  transformOrigin?: string | undefined;
@@ -87992,6 +89067,14 @@ declare const FigmaExporterAnyDesignNodeSchema: z$1.ZodUnion<[z$1.ZodType<FrameN
87992
89067
  boxShadow?: string | undefined;
87993
89068
  textShadow?: string | undefined;
87994
89069
  backdropFilter?: string | undefined;
89070
+ maskImage?: string | undefined;
89071
+ maskRepeat?: string | undefined;
89072
+ maskPosition?: string | undefined;
89073
+ maskSize?: string | undefined;
89074
+ WebkitMaskImage?: string | undefined;
89075
+ WebkitMaskRepeat?: string | undefined;
89076
+ WebkitMaskPosition?: string | undefined;
89077
+ WebkitMaskSize?: string | undefined;
87995
89078
  mixBlendMode?: "color" | "normal" | "multiply" | "screen" | "overlay" | "darken" | "lighten" | "color-dodge" | "color-burn" | "hard-light" | "soft-light" | "difference" | "exclusion" | "hue" | "saturation" | "luminosity" | "plus-lighter" | undefined;
87996
89079
  transform?: string | undefined;
87997
89080
  transformOrigin?: string | undefined;
@@ -88114,6 +89197,14 @@ declare const FigmaExporterAnyDesignNodeSchema: z$1.ZodUnion<[z$1.ZodType<FrameN
88114
89197
  boxShadow?: string | undefined;
88115
89198
  textShadow?: string | undefined;
88116
89199
  backdropFilter?: string | undefined;
89200
+ maskImage?: string | undefined;
89201
+ maskRepeat?: string | undefined;
89202
+ maskPosition?: string | undefined;
89203
+ maskSize?: string | undefined;
89204
+ WebkitMaskImage?: string | undefined;
89205
+ WebkitMaskRepeat?: string | undefined;
89206
+ WebkitMaskPosition?: string | undefined;
89207
+ WebkitMaskSize?: string | undefined;
88117
89208
  mixBlendMode?: "color" | "normal" | "multiply" | "screen" | "overlay" | "darken" | "lighten" | "color-dodge" | "color-burn" | "hard-light" | "soft-light" | "difference" | "exclusion" | "hue" | "saturation" | "luminosity" | "plus-lighter" | undefined;
88118
89209
  transform?: string | undefined;
88119
89210
  transformOrigin?: string | undefined;
@@ -88234,6 +89325,14 @@ declare const FigmaExporterAnyDesignNodeSchema: z$1.ZodUnion<[z$1.ZodType<FrameN
88234
89325
  boxShadow?: string | undefined;
88235
89326
  textShadow?: string | undefined;
88236
89327
  backdropFilter?: string | undefined;
89328
+ maskImage?: string | undefined;
89329
+ maskRepeat?: string | undefined;
89330
+ maskPosition?: string | undefined;
89331
+ maskSize?: string | undefined;
89332
+ WebkitMaskImage?: string | undefined;
89333
+ WebkitMaskRepeat?: string | undefined;
89334
+ WebkitMaskPosition?: string | undefined;
89335
+ WebkitMaskSize?: string | undefined;
88237
89336
  mixBlendMode?: "color" | "normal" | "multiply" | "screen" | "overlay" | "darken" | "lighten" | "color-dodge" | "color-burn" | "hard-light" | "soft-light" | "difference" | "exclusion" | "hue" | "saturation" | "luminosity" | "plus-lighter" | undefined;
88238
89337
  transform?: string | undefined;
88239
89338
  transformOrigin?: string | undefined;
@@ -88270,7 +89369,7 @@ declare const FigmaExporterAnyDesignNodeSchema: z$1.ZodUnion<[z$1.ZodType<FrameN
88270
89369
  visibility?: "visible" | "hidden" | "collapse" | undefined;
88271
89370
  };
88272
89371
  parentId: string | null;
88273
- }>, z$1.ZodType<ComponentInstanceNode, z$1.ZodTypeDef, ComponentInstanceNode>]>;
89372
+ }>, z$1.ZodType<ComponentInstanceNode, z$1.ZodTypeDef, ComponentInstanceNode>, z$1.ZodType<MaskGroupNode, z$1.ZodTypeDef, MaskGroupNode>]>;
88274
89373
  type FigmaExporter = {
88275
89374
  AnyDesignNode: AnyDesignNode;
88276
89375
  FrameNode: FrameNode;
@@ -88278,6 +89377,8 @@ type FigmaExporter = {
88278
89377
  SvgNode: SvgNode;
88279
89378
  ImageNode: ImageNode;
88280
89379
  ComponentInstanceNode: ComponentInstanceNode;
89380
+ MaskDefinition: MaskDefinition;
89381
+ MaskGroupNode: MaskGroupNode;
88281
89382
  ProcessedStyles: ProcessedStyles;
88282
89383
  };
88283
89384
 
@@ -156500,26 +157601,26 @@ type FeatureFlagWithDefaults = keyof typeof FeatureFlagDefaults;
156500
157601
  type FeatureFlagDefaultsTypes = {
156501
157602
  [K in FeatureFlagWithDefaults]: (typeof FeatureFlagDefaults)[K];
156502
157603
  };
156503
- declare const FlaggedFeature: z$1.ZodEnum<["FigmaImporterV2", "DisableImporter", "VariablesOrder", "TypographyPropsKeepAliases", "GradientPropsKeepAliases", "ShadowPropsKeepAliases", "NonCompatibleTypeChanges", "TypographyUseFontStyle", "SparseCheckoutEnabled", "NoTagsNoBlobsCheckoutEnabled", "PulsarDebugMode", "PulsarLogSdkNetwork", "PulsarCacheSdk", "PulsarPreloadData", "PulsarConcurrencyMode", "PulsarConcurrency", "PulsarProfilerMode", "ForgeE2BTemplate", "ForgeOnDemandIterations", "ForgeAutoRetryOnErrors", "CustomForgeTemplate", "ForgeRestartPlaywright", "ForgeCopyTemplatePreset", "ForgeSandboxTimeout", "ForgeFileUploadBatchSize", "DSVersionRoomYJSStorageVersion"]>;
157604
+ declare const FlaggedFeature: z$1.ZodEnum<["FigmaImporterV2", "DisableImporter", "VariablesOrder", "TypographyPropsKeepAliases", "GradientPropsKeepAliases", "ShadowPropsKeepAliases", "NonCompatibleTypeChanges", "TypographyUseFontStyle", "SparseCheckoutEnabled", "NoTagsNoBlobsCheckoutEnabled", "PulsarDebugMode", "PulsarLogSdkNetwork", "PulsarCacheSdk", "PulsarPreloadData", "PulsarConcurrencyMode", "PulsarConcurrency", "PulsarProfilerMode", "ForgeE2BTemplate", "ForgeOnDemandIterations", "ForgeAutoRetryOnErrors", "CustomForgeTemplate", "ForgeRestartPlaywright", "ForgeCopyTemplatePreset", "ForgeSandboxTimeout", "ForgeFileUploadBatchSize", "DSVersionRoomYJSStorageVersion", "ForgeTemplateUploadForAll"]>;
156504
157605
  type FlaggedFeature = z$1.infer<typeof FlaggedFeature>;
156505
- declare const FeatureFlagMap: z$1.ZodRecord<z$1.ZodEnum<["FigmaImporterV2", "DisableImporter", "VariablesOrder", "TypographyPropsKeepAliases", "GradientPropsKeepAliases", "ShadowPropsKeepAliases", "NonCompatibleTypeChanges", "TypographyUseFontStyle", "SparseCheckoutEnabled", "NoTagsNoBlobsCheckoutEnabled", "PulsarDebugMode", "PulsarLogSdkNetwork", "PulsarCacheSdk", "PulsarPreloadData", "PulsarConcurrencyMode", "PulsarConcurrency", "PulsarProfilerMode", "ForgeE2BTemplate", "ForgeOnDemandIterations", "ForgeAutoRetryOnErrors", "CustomForgeTemplate", "ForgeRestartPlaywright", "ForgeCopyTemplatePreset", "ForgeSandboxTimeout", "ForgeFileUploadBatchSize", "DSVersionRoomYJSStorageVersion"]>, z$1.ZodBoolean>;
157606
+ declare const FeatureFlagMap: z$1.ZodRecord<z$1.ZodEnum<["FigmaImporterV2", "DisableImporter", "VariablesOrder", "TypographyPropsKeepAliases", "GradientPropsKeepAliases", "ShadowPropsKeepAliases", "NonCompatibleTypeChanges", "TypographyUseFontStyle", "SparseCheckoutEnabled", "NoTagsNoBlobsCheckoutEnabled", "PulsarDebugMode", "PulsarLogSdkNetwork", "PulsarCacheSdk", "PulsarPreloadData", "PulsarConcurrencyMode", "PulsarConcurrency", "PulsarProfilerMode", "ForgeE2BTemplate", "ForgeOnDemandIterations", "ForgeAutoRetryOnErrors", "CustomForgeTemplate", "ForgeRestartPlaywright", "ForgeCopyTemplatePreset", "ForgeSandboxTimeout", "ForgeFileUploadBatchSize", "DSVersionRoomYJSStorageVersion", "ForgeTemplateUploadForAll"]>, z$1.ZodBoolean>;
156506
157607
  type FeatureFlagMap = z$1.infer<typeof FeatureFlagMap>;
156507
157608
  declare const FeatureFlag: z$1.ZodObject<{
156508
157609
  id: z$1.ZodString;
156509
- feature: z$1.ZodEnum<["FigmaImporterV2", "DisableImporter", "VariablesOrder", "TypographyPropsKeepAliases", "GradientPropsKeepAliases", "ShadowPropsKeepAliases", "NonCompatibleTypeChanges", "TypographyUseFontStyle", "SparseCheckoutEnabled", "NoTagsNoBlobsCheckoutEnabled", "PulsarDebugMode", "PulsarLogSdkNetwork", "PulsarCacheSdk", "PulsarPreloadData", "PulsarConcurrencyMode", "PulsarConcurrency", "PulsarProfilerMode", "ForgeE2BTemplate", "ForgeOnDemandIterations", "ForgeAutoRetryOnErrors", "CustomForgeTemplate", "ForgeRestartPlaywright", "ForgeCopyTemplatePreset", "ForgeSandboxTimeout", "ForgeFileUploadBatchSize", "DSVersionRoomYJSStorageVersion"]>;
157610
+ feature: z$1.ZodEnum<["FigmaImporterV2", "DisableImporter", "VariablesOrder", "TypographyPropsKeepAliases", "GradientPropsKeepAliases", "ShadowPropsKeepAliases", "NonCompatibleTypeChanges", "TypographyUseFontStyle", "SparseCheckoutEnabled", "NoTagsNoBlobsCheckoutEnabled", "PulsarDebugMode", "PulsarLogSdkNetwork", "PulsarCacheSdk", "PulsarPreloadData", "PulsarConcurrencyMode", "PulsarConcurrency", "PulsarProfilerMode", "ForgeE2BTemplate", "ForgeOnDemandIterations", "ForgeAutoRetryOnErrors", "CustomForgeTemplate", "ForgeRestartPlaywright", "ForgeCopyTemplatePreset", "ForgeSandboxTimeout", "ForgeFileUploadBatchSize", "DSVersionRoomYJSStorageVersion", "ForgeTemplateUploadForAll"]>;
156510
157611
  createdAt: z$1.ZodDate;
156511
157612
  enabled: z$1.ZodBoolean;
156512
157613
  designSystemId: z$1.ZodOptional<z$1.ZodString>;
156513
157614
  data: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodRecord<z$1.ZodString, z$1.ZodAny>>>;
156514
157615
  }, "strip", z$1.ZodTypeAny, {
156515
- feature: "FigmaImporterV2" | "DisableImporter" | "VariablesOrder" | "TypographyPropsKeepAliases" | "GradientPropsKeepAliases" | "ShadowPropsKeepAliases" | "NonCompatibleTypeChanges" | "TypographyUseFontStyle" | "SparseCheckoutEnabled" | "NoTagsNoBlobsCheckoutEnabled" | "PulsarDebugMode" | "PulsarLogSdkNetwork" | "PulsarCacheSdk" | "PulsarPreloadData" | "PulsarConcurrencyMode" | "PulsarConcurrency" | "PulsarProfilerMode" | "ForgeE2BTemplate" | "ForgeOnDemandIterations" | "ForgeAutoRetryOnErrors" | "CustomForgeTemplate" | "ForgeRestartPlaywright" | "ForgeCopyTemplatePreset" | "ForgeSandboxTimeout" | "ForgeFileUploadBatchSize" | "DSVersionRoomYJSStorageVersion";
157616
+ feature: "FigmaImporterV2" | "DisableImporter" | "VariablesOrder" | "TypographyPropsKeepAliases" | "GradientPropsKeepAliases" | "ShadowPropsKeepAliases" | "NonCompatibleTypeChanges" | "TypographyUseFontStyle" | "SparseCheckoutEnabled" | "NoTagsNoBlobsCheckoutEnabled" | "PulsarDebugMode" | "PulsarLogSdkNetwork" | "PulsarCacheSdk" | "PulsarPreloadData" | "PulsarConcurrencyMode" | "PulsarConcurrency" | "PulsarProfilerMode" | "ForgeE2BTemplate" | "ForgeOnDemandIterations" | "ForgeAutoRetryOnErrors" | "CustomForgeTemplate" | "ForgeRestartPlaywright" | "ForgeCopyTemplatePreset" | "ForgeSandboxTimeout" | "ForgeFileUploadBatchSize" | "DSVersionRoomYJSStorageVersion" | "ForgeTemplateUploadForAll";
156516
157617
  id: string;
156517
157618
  createdAt: Date;
156518
157619
  enabled: boolean;
156519
157620
  data?: Record<string, any> | null | undefined;
156520
157621
  designSystemId?: string | undefined;
156521
157622
  }, {
156522
- feature: "FigmaImporterV2" | "DisableImporter" | "VariablesOrder" | "TypographyPropsKeepAliases" | "GradientPropsKeepAliases" | "ShadowPropsKeepAliases" | "NonCompatibleTypeChanges" | "TypographyUseFontStyle" | "SparseCheckoutEnabled" | "NoTagsNoBlobsCheckoutEnabled" | "PulsarDebugMode" | "PulsarLogSdkNetwork" | "PulsarCacheSdk" | "PulsarPreloadData" | "PulsarConcurrencyMode" | "PulsarConcurrency" | "PulsarProfilerMode" | "ForgeE2BTemplate" | "ForgeOnDemandIterations" | "ForgeAutoRetryOnErrors" | "CustomForgeTemplate" | "ForgeRestartPlaywright" | "ForgeCopyTemplatePreset" | "ForgeSandboxTimeout" | "ForgeFileUploadBatchSize" | "DSVersionRoomYJSStorageVersion";
157623
+ feature: "FigmaImporterV2" | "DisableImporter" | "VariablesOrder" | "TypographyPropsKeepAliases" | "GradientPropsKeepAliases" | "ShadowPropsKeepAliases" | "NonCompatibleTypeChanges" | "TypographyUseFontStyle" | "SparseCheckoutEnabled" | "NoTagsNoBlobsCheckoutEnabled" | "PulsarDebugMode" | "PulsarLogSdkNetwork" | "PulsarCacheSdk" | "PulsarPreloadData" | "PulsarConcurrencyMode" | "PulsarConcurrency" | "PulsarProfilerMode" | "ForgeE2BTemplate" | "ForgeOnDemandIterations" | "ForgeAutoRetryOnErrors" | "CustomForgeTemplate" | "ForgeRestartPlaywright" | "ForgeCopyTemplatePreset" | "ForgeSandboxTimeout" | "ForgeFileUploadBatchSize" | "DSVersionRoomYJSStorageVersion" | "ForgeTemplateUploadForAll";
156523
157624
  id: string;
156524
157625
  createdAt: Date;
156525
157626
  enabled: boolean;
@@ -194011,4 +195112,4 @@ type PersonalAccessTokenWithUser = {
194011
195112
  token: PersonalAccessToken;
194012
195113
  };
194013
195114
 
194014
- export { Address, type AllFields, 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, 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, DesignElement, DesignElementBase, DesignElementBrandedPart, DesignElementCategory, DesignElementGroupableBase, DesignElementGroupablePart, DesignElementGroupableRequiredPart, DesignElementImportedBase, DesignElementOrigin, type DesignElementOriginImportModel, type DesignElementReference, DesignElementSlugPart, DesignElementSnapshotBase, DesignElementSnapshotReason, DesignElementType, DesignSystem, DesignSystemAccessMode, DesignSystemDump, DesignSystemElementExportProps, DesignSystemInvitation, type DesignSystemInvitationAddition, DesignSystemInvite, DesignSystemInviteEmailData, DesignSystemInviteEmailRecipient, DesignSystemInviteUpdate, DesignSystemMemberUpdate, DesignSystemMembers, DesignSystemMembership, type DesignSystemMembershipAddition, DesignSystemMembershipUpdates, DesignSystemPendingMemberInvitation, type DesignSystemPendingMemberInvite, DesignSystemRole, DesignSystemSwitcher, DesignSystemUserInvitation, DesignSystemVersion, DesignSystemVersionDump, DesignSystemVersionMultiplayerDump, type DesignSystemVersionParsedRoomId, DesignSystemVersionRoom, DesignSystemVersionRoomInitialState, DesignSystemVersionRoomInternalSettings, DesignSystemVersionRoomUpdate, DesignToken, DesignTokenBase, DesignTokenImportModel, DesignTokenImportModelBase, DesignTokenImportModelInput, DesignTokenImportModelInputBase, type DesignTokenImportModelInputOfType, type DesignTokenImportModelOfType, type DesignTokenOfType, DesignTokenOrigin, DesignTokenOriginPart, DesignTokenType, DesignTokenTypedData, type DesignTokenTypedDataOfType, type DesignTokensDiff, DimensionTokenData, DimensionUnit, DimensionValue, DocumentationComment, DocumentationCommentThread, DocumentationConfiguration, DocumentationGroupBehavior, DocumentationGroupV1, DocumentationItemConfigurationV1, DocumentationItemConfigurationV2, DocumentationItemHeaderAlignment, DocumentationItemHeaderAlignmentSchema, DocumentationItemHeaderImageScaleType, DocumentationItemHeaderImageScaleTypeSchema, DocumentationItemHeaderV1, DocumentationItemHeaderV2, DocumentationLinkPreview, DocumentationPage, DocumentationPageAnchor, DocumentationPageApproval, DocumentationPageApprovalState, DocumentationPageContent, DocumentationPageContentBackup, DocumentationPageContentData, DocumentationPageContentItem, DocumentationPageDataV1, DocumentationPageDataV2, DocumentationPageDependencies, DocumentationPageGroup, type DocumentationPageOldParsedRoomId, type DocumentationPageParsedRoomId, DocumentationPageRoom, DocumentationPageRoomDump, DocumentationPageRoomInitialStateUpdate, DocumentationPageRoomRoomUpdate, DocumentationPageRoomState, DocumentationPageSnapshot, DocumentationPageV1, DocumentationPageV2, DocumentationThreadDump, DurationTokenData, DurationUnit, DurationValue, ElementGroup, ElementGroupDataV1, ElementGroupDataV2, ElementGroupSnapshot, type ElementGroupsDiff, ElementPropertyDefinition, type ElementPropertyDefinitionDiff, ElementPropertyDefinitionOption, ElementPropertyImmutableType, ElementPropertyLinkType, type ElementPropertyReference, ElementPropertyTargetType, ElementPropertyType, ElementPropertyTypeSchema, ElementPropertyValue, type ElementPropertyValueDiff, ElementView, ElementViewBaseColumnType, ElementViewBasePropertyColumn, ElementViewColumn, ElementViewColumnSharedAttributes, ElementViewColumnType, ElementViewPropertyDefinitionColumn, ElementViewThemeColumn, Entity, Event, EventDataSourceImported, EventDocumentationPublished, EventVersionReleased, type ExplicitPartial, ExportDestinationsMap, ExportDestinationsMapUpdate, ExportJob, ExportJobContext, ExportJobDebugContext, ExportJobDestinationType, ExportJobDocsDestinationResult, ExportJobDocumentationChanges, ExportJobDocumentationContext, ExportJobDump, ExportJobExporterConfiguration, ExportJobFindByFilter, ExportJobLogEntry, ExportJobLogEntryType, ExportJobPullRequestDestinationResult, ExportJobResult, ExportJobS3DestinationResult, ExportJobStatus, Exporter, ExporterConfigurationPropertyValue, ExporterDestinationAzure, ExporterDestinationBitbucket, ExporterDestinationDocs, ExporterDestinationGithub, ExporterDestinationGitlab, ExporterDestinationS3, ExporterDetails, ExporterFunctionPayload, ExporterPropertyDefinition, ExporterPropertyDefinitionArray, ExporterPropertyDefinitionBoolean, ExporterPropertyDefinitionCode, ExporterPropertyDefinitionEnum, ExporterPropertyDefinitionEnumOption, ExporterPropertyDefinitionNumber, ExporterPropertyDefinitionObject, ExporterPropertyDefinitionString, type ExporterPropertyDefinitionValue, ExporterPropertyImageValue, ExporterPropertyType, ExporterPropertyValue, ExporterPropertyValueMap, ExporterPropertyValuesCollection, ExporterPulsarDetails, ExporterSource, ExporterTag, ExporterType, ExporterWorkspaceMembership, ExporterWorkspaceMembershipRole, type ExtendedIntegration, ExtendedIntegrationType, ExternalOAuthRequest, ExternalServiceType, FeatureFlag, FeatureFlagDefaults, type FeatureFlagDefaultsTypes, FeatureFlagMap, type FeatureFlagWithDefaults, FeatureFlagsKeepAliases, type FeatureLimitedDetails, FeaturePublishedState, FeaturePublishedStateVisibility, type FeatureToggleDetails, type FeatureWithImportJobsDetails, FeaturesSummary, FigmaComponent, FigmaComponentAsset, FigmaComponentBooleanProperty, type FigmaComponentDiff, FigmaComponentImportModel, FigmaComponentImportModelInput, FigmaComponentInstancePreview, FigmaComponentInstanceSwapProperty, FigmaComponentOrigin, FigmaComponentOriginPart, FigmaComponentProperty, FigmaComponentPropertyMap, FigmaComponentPropertyOrigin, FigmaComponentPropertyType, FigmaComponentTextProperty, FigmaComponentVariantProperty, type FigmaExporter, FigmaExporterAnyDesignNodeSchema, FigmaFile, FigmaFileAccessData, FigmaFileDownloadScope, FigmaFileStructure, FigmaFileStructureData, type FigmaFileStructureDiff, FigmaFileStructureElementData, FigmaFileStructureImportModel, FigmaFileStructureImportModelInput, FigmaFileStructureNode, FigmaFileStructureNodeBase, FigmaFileStructureNodeImportModel, FigmaFileStructureNodeType, FigmaFileStructureOrigin, FigmaFileStructureStatistics, FigmaImportBaseContext, FigmaImportContextWithDownloadScopes, FigmaImportContextWithSourcesState, FigmaNodeReference, FigmaNodeReferenceData, type FigmaNodeReferenceDiff, FigmaNodeReferenceOrigin, FigmaNodeRelinkData, FigmaNodeRenderError, FigmaNodeRenderErrorType, FigmaNodeRenderFormat, FigmaNodeRenderState, FigmaNodeRenderedImage, FigmaNodeRendererPayload, FigmaNodeStructureDataV2, FigmaNodeStructureStateV2, FigmaNodeStructureV2, FigmaPngRenderImportModel, FigmaRenderBase, FigmaRenderFormat, FigmaRenderImportModel, FigmaSvgRenderImportModel, File, FileFigmaRenderMode, FileReference, FileSource, FileSourceFigma, FileSourceUpload, FileStructureStats, FlaggedFeature, FontFamilyTokenData, FontFamilyValue, FontSizeTokenData, FontSizeUnit, FontSizeValue, FontTokenData, FontValue, FontWeightTokenData, FontWeightValue, ForgeAgent, ForgeArtifact, ForgeAvatarBuilder, ForgeBuildArtifact, ForgeBuildArtifactEnvironment, ForgeBuildArtifactFiles, ForgeChatMessage, ForgeChatMessageSender, ForgeChatMessageSenderType, ForgeChatMessageUserScore, ForgeChatMessageUserScoreType, ForgeChatThread, ForgeDefaultProjectRole, type ForgeFeatureParsedRoomId, ForgeFeatureRoom, type ForgeFeatureRoomOwner, ForgeFigmaArtifact, ForgeFileArtifact, ForgeIterationMessage, ForgeIterationMessageStep, ForgeParticipant, ForgeProjectAccessMode, ForgeProjectArtifact, ForgeProjectArtifactContent, ForgeProjectArtifactContentData, type ForgeProjectArtifactParsedRoomId, ForgeProjectArtifactRoom, type ForgeProjectArtifactRoomOwner, ForgeProjectFigmaNode, ForgeProjectFigmaNodeRenderInput, ForgeProjectFile, ForgeProjectInvitation, ForgeProjectIteration, ForgeProjectIterationMergeMeta, ForgeProjectMembership, type ForgeProjectParsedRoomId, ForgeProjectRole, ForgeProjectRoom, ForgeProjectRoomInitialState, type ForgeProjectRoomOwner, ForgeProjectRoomUpdate, ForgeProjectSectionChildType, ForgeRelation, ForgeRelationType, type ForgeRoomOwner, ForgeSection, ForgeSpecArtifact, GitBranch, GitCommonDestinationOptions, GitIntegrationType, GitInteropPulsarError, GitObjectsQuery, GitOrganization, GitProject, GitProvider, GitProviderNames, GitRepository, GradientLayerData, GradientLayerValue, GradientStop, GradientTokenData, GradientTokenValue, GradientType, HANDLE_MAX_LENGTH, HANDLE_MIN_LENGTH, HierarchicalElements, IconSet, Id, ImageImportModel, ImageImportModelType, ImportFunctionInput, ImportJob, ImportJobOperation, ImportJobState, ImportModelBase, ImportModelCollection, ImportModelInputBase, ImportModelInputCollection, ImportWarning, ImportWarningType, type ImportedAsset, type ImportedDesignToken, type ImportedDesignTokenOfType, type ImportedFigmaComponent, ImportedFigmaSourceData, Integration, IntegrationAuthType, IntegrationCredentials, IntegrationCredentialsProfile, IntegrationCredentialsState, IntegrationCredentialsType, IntegrationDesignSystem, IntegrationToken, type IntegrationTokenOld, IntegrationTokenSchemaOld, IntegrationType, IntegrationUserInfo, InternalStatus, InternalStatusSchema, type Invoice, type InvoiceCoupon, InvoiceCouponSchema, type InvoiceLine, InvoiceLineSchema, InvoiceSchema, LetterSpacingTokenData, LetterSpacingUnit, LetterSpacingValue, LineHeightTokenData, LineHeightUnit, LineHeightValue, ListExporterQuery, LiveblocksNotificationSettings, MAX_MEMBERS_COUNT, NotificationChannel, NotificationSettingOptions, NotificationSettings, NotificationType, NpmPackage, NpmProxyToken, NpmProxyTokenPayload, NpmRegistrCustomAuthConfig, NpmRegistryAuthConfig, NpmRegistryAuthType, NpmRegistryBasicAuthConfig, NpmRegistryBearerAuthConfig, NpmRegistryConfig, NpmRegistryNoAuthConfig, NpmRegistryType, type NullToUndefined, type Nullish, OAuthProvider, OAuthProviderNames, OAuthProviderSchema, ObjectMeta, type OmitStrict, OpacityTokenData, OpacityValue, type Optional, type OptionalToNullable, PageBlockAlignment, PageBlockAppearanceV2, PageBlockAsset, PageBlockAssetBlockConfig, PageBlockAssetComponent, PageBlockAssetEntityMeta, PageBlockAssetType, PageBlockBaseV1, PageBlockBehaviorDataType, PageBlockBehaviorSelectionType, PageBlockCalloutType, PageBlockCategory, PageBlockCodeLanguage, PageBlockColorV2, PageBlockCustomBlockPropertyImageValue, PageBlockCustomBlockPropertyValue, PageBlockDataV2, PageBlockDefinition, PageBlockDefinitionAppearance, PageBlockDefinitionBehavior, PageBlockDefinitionBooleanOptions, PageBlockDefinitionBooleanPropertyStyle, PageBlockDefinitionComponentOptions, PageBlockDefinitionFigmaComponentOptions, PageBlockDefinitionImageAspectRatio, PageBlockDefinitionImageOptions, PageBlockDefinitionImageWidth, PageBlockDefinitionItem, PageBlockDefinitionLayout, PageBlockDefinitionLayoutAlign, PageBlockDefinitionLayoutBase, PageBlockDefinitionLayoutGap, PageBlockDefinitionLayoutResizing, PageBlockDefinitionLayoutType, PageBlockDefinitionMultiRichTextPropertyStyle, PageBlockDefinitionMultiSelectPropertyStyle, PageBlockDefinitionMutiRichTextOptions, PageBlockDefinitionNumberOptions, PageBlockDefinitionOnboarding, PageBlockDefinitionProperty, PageBlockDefinitionPropertyType, PageBlockDefinitionRichTextEditorOptions, PageBlockDefinitionRichTextEditorPropertyStyle, PageBlockDefinitionRichTextOptions, PageBlockDefinitionRichTextPropertyStyle, PageBlockDefinitionSelectChoice, PageBlockDefinitionSelectOptions, PageBlockDefinitionSingleSelectPropertyColor, PageBlockDefinitionSingleSelectPropertyStyle, PageBlockDefinitionTextOptions, PageBlockDefinitionTextPropertyColor, PageBlockDefinitionTextPropertyStyle, PageBlockDefinitionUntypedPropertyOptions, PageBlockDefinitionVariant, PageBlockDefinitionsMap, PageBlockEditorModelV2, PageBlockFigmaComponentBlockConfig, PageBlockFigmaComponentEntityMeta, PageBlockFigmaFrameProperties, PageBlockFigmaNodeEntityMeta, PageBlockFile, PageBlockFrame, PageBlockFrameOrigin, PageBlockGuideline, PageBlockImageAlignment, PageBlockImageReference, PageBlockImageResourceReference, PageBlockImageType, PageBlockItemAssetPropertyValue, PageBlockItemAssetValue, PageBlockItemBooleanValue, PageBlockItemCodeValue, PageBlockItemColorValue, PageBlockItemComponentPropertyValue, PageBlockItemComponentValue, PageBlockItemDividerValue, PageBlockItemEmbedValue, PageBlockItemFigmaComponentValue, PageBlockItemFigmaNodeValue, PageBlockItemFileValue, PageBlockItemImageValue, PageBlockItemMarkdownValue, PageBlockItemMultiRichTextValue, PageBlockItemMultiSelectValue, PageBlockItemNumberValue, PageBlockItemRichTextEditorListNode, PageBlockItemRichTextEditorNode, PageBlockItemRichTextEditorParagraphNode, PageBlockItemRichTextEditorValue, PageBlockItemRichTextValue, PageBlockItemSandboxValue, PageBlockItemSingleSelectValue, PageBlockItemStorybookValue, PageBlockItemStorybookValueOld, PageBlockItemSwatch, PageBlockItemTableCell, PageBlockItemTableImageNode, PageBlockItemTableNode, PageBlockItemTableRichTextNode, PageBlockItemTableRow, PageBlockItemTableValue, PageBlockItemTextValue, PageBlockItemTokenPropertyValue, PageBlockItemTokenTypeValue, PageBlockItemTokenValue, PageBlockItemUntypedValue, PageBlockItemUrlValue, PageBlockItemV2, PageBlockLinkPreview, PageBlockLinkType, PageBlockLinkV2, PageBlockPreviewContainerSize, PageBlockRenderCodeProperties, PageBlockResourceFrameNodeReference, PageBlockSelectedFigmaComponent, PageBlockShortcut, PageBlockStorybookBlockConfig, PageBlockStorybookItem, PageBlockSwatch, PageBlockTableCellAlignment, PageBlockTableColumn, PageBlockTableProperties, PageBlockText, PageBlockTextSpan, PageBlockTextSpanAttribute, PageBlockTextSpanAttributeType, PageBlockTheme, PageBlockThemeDisplayMode, PageBlockThemeType, PageBlockTilesAlignment, PageBlockTilesLayout, PageBlockTokenBlockConfig, PageBlockTokenNameFormat, PageBlockTokenValueFormat, PageBlockTypeV1, PageBlockUrlPreview, PageBlockV1, PageBlockV2, type PageContentDependencies, PageRedirect, PageScreenshotInput, PageScreenshotOutput, PageSectionAppearanceV2, PageSectionColumnV2, PageSectionEditorModelV2, PageSectionItemV2, PageSectionPaddingV2, PageSectionTypeV2, type PagesContentDependencies, type Pagination, ParagraphIndentTokenData, ParagraphIndentUnit, ParagraphIndentValue, ParagraphSpacingTokenData, ParagraphSpacingUnit, ParagraphSpacingValue, type ParsedRoomId, PeriodSchema, PersonalAccessToken, type PersonalAccessTokenWithUser, Pipeline, PipelineDestinationExtraType, PipelineDestinationGitType, PipelineDestinationType, PipelineEventType, PipelineExporterQuery, type PluginOAuthRequest, PluginOAuthRequestSchema, Point2D, PortalSettings, PortalSettingsSidebar, PortalSettingsSidebarLink, PortalSettingsSidebarSection, PortalSettingsTheme, PortalTheme, PortalThemePreset, PostStripePortalSessionBodyInputSchema, PostStripePortalSessionOutputSchema, PostStripePortalUpdateSessionBodyInputSchema, type Price, PriceSchema, ProductCode, ProductCodeSchema, ProductCopyTokenData, ProductCopyValue, ProjectFeature, ProjectFeatureStatus, PublishedDoc, PublishedDocEnvironment, PublishedDocPage, PublishedDocPageVisitsEntry, PublishedDocRoutingVersion, PublishedDocsChecksums, PublishedDocsDump, PulsarBaseProperty, PulsarContributionConfigurationProperty, PulsarContributionVariant, PulsarCustomBlock, PulsarPropertyType, RESERVED_SLUGS, RESERVED_SLUG_PREFIX, 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 };
195115
+ export { Address, type AllFields, 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, 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, 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, type FigmaExporterMaskDefinition, type FigmaExporterMaskGroupNode, FigmaFile, FigmaFileAccessData, FigmaFileDownloadScope, FigmaFileStructure, FigmaFileStructureData, type FigmaFileStructureDiff, FigmaFileStructureElementData, FigmaFileStructureImportModel, FigmaFileStructureImportModelInput, FigmaFileStructureNode, FigmaFileStructureNodeBase, FigmaFileStructureNodeImportModel, FigmaFileStructureNodeType, FigmaFileStructureOrigin, FigmaFileStructureStatistics, FigmaImportBaseContext, FigmaImportContextWithDownloadScopes, FigmaImportContextWithSourcesState, FigmaNodeReference, FigmaNodeReferenceData, type FigmaNodeReferenceDiff, FigmaNodeReferenceOrigin, FigmaNodeRelinkData, FigmaNodeRenderError, FigmaNodeRenderErrorType, FigmaNodeRenderFormat, FigmaNodeRenderState, FigmaNodeRenderedImage, FigmaNodeRendererPayload, FigmaNodeStructureDataV2, FigmaNodeStructureStateV2, FigmaNodeStructureV2, FigmaPngRenderImportModel, FigmaRenderBase, FigmaRenderFormat, FigmaRenderImportModel, FigmaSvgRenderImportModel, File, FileFigmaRenderMode, FileReference, FileSource, FileSourceFigma, FileSourceUpload, FileStructureStats, FlaggedFeature, FontFamilyTokenData, FontFamilyValue, FontSizeTokenData, FontSizeUnit, FontSizeValue, FontTokenData, FontValue, FontWeightTokenData, FontWeightValue, ForgeAgent, ForgeArtifact, ForgeAvatarBuilder, ForgeBuildArtifact, ForgeBuildArtifactEnvironment, ForgeBuildArtifactFiles, ForgeChatMessage, ForgeChatMessageSender, ForgeChatMessageSenderType, ForgeChatMessageUserScore, ForgeChatMessageUserScoreType, ForgeChatThread, ForgeDefaultProjectRole, type ForgeFeatureParsedRoomId, ForgeFeatureRoom, type ForgeFeatureRoomOwner, ForgeFigmaArtifact, ForgeFileArtifact, ForgeIterationMessage, ForgeIterationMessageStep, ForgeParticipant, ForgeProjectAccessMode, ForgeProjectArtifact, ForgeProjectArtifactContent, ForgeProjectArtifactContentData, type ForgeProjectArtifactParsedRoomId, ForgeProjectArtifactRoom, type ForgeProjectArtifactRoomOwner, ForgeProjectFigmaNode, ForgeProjectFigmaNodeRenderInput, ForgeProjectFile, ForgeProjectInvitation, ForgeProjectIteration, ForgeProjectIterationMergeMeta, ForgeProjectMembership, type ForgeProjectParsedRoomId, ForgeProjectRole, ForgeProjectRoom, ForgeProjectRoomInitialState, type ForgeProjectRoomOwner, ForgeProjectRoomUpdate, ForgeProjectSectionChildType, ForgeRelation, ForgeRelationType, type ForgeRoomOwner, ForgeSection, ForgeSpecArtifact, GitBranch, GitCommonDestinationOptions, GitIntegrationType, GitInteropPulsarError, GitObjectsQuery, GitOrganization, GitProject, GitProvider, GitProviderNames, GitRepository, GradientLayerData, GradientLayerValue, GradientStop, GradientTokenData, GradientTokenValue, GradientType, HANDLE_MAX_LENGTH, HANDLE_MIN_LENGTH, HierarchicalElements, IconSet, Id, ImageImportModel, ImageImportModelType, ImportFunctionInput, ImportJob, ImportJobOperation, ImportJobState, ImportModelBase, ImportModelCollection, ImportModelInputBase, ImportModelInputCollection, ImportWarning, ImportWarningType, type ImportedAsset, type ImportedDesignToken, type ImportedDesignTokenOfType, type ImportedFigmaComponent, ImportedFigmaSourceData, Integration, IntegrationAuthType, IntegrationCredentials, IntegrationCredentialsProfile, IntegrationCredentialsState, IntegrationCredentialsType, IntegrationDesignSystem, IntegrationToken, type IntegrationTokenOld, IntegrationTokenSchemaOld, IntegrationType, IntegrationUserInfo, InternalStatus, InternalStatusSchema, type Invoice, type InvoiceCoupon, InvoiceCouponSchema, type InvoiceLine, InvoiceLineSchema, InvoiceSchema, LetterSpacingTokenData, LetterSpacingUnit, LetterSpacingValue, LineHeightTokenData, LineHeightUnit, LineHeightValue, ListExporterQuery, LiveblocksNotificationSettings, MAX_MEMBERS_COUNT, NotificationChannel, NotificationSettingOptions, NotificationSettings, NotificationType, NpmPackage, NpmProxyToken, NpmProxyTokenPayload, NpmRegistrCustomAuthConfig, NpmRegistryAuthConfig, NpmRegistryAuthType, NpmRegistryBasicAuthConfig, NpmRegistryBearerAuthConfig, NpmRegistryConfig, NpmRegistryNoAuthConfig, NpmRegistryType, type NullToUndefined, type Nullish, OAuthProvider, OAuthProviderNames, OAuthProviderSchema, ObjectMeta, type OmitStrict, OpacityTokenData, OpacityValue, type Optional, type OptionalToNullable, PageBlockAlignment, PageBlockAppearanceV2, PageBlockAsset, PageBlockAssetBlockConfig, PageBlockAssetComponent, PageBlockAssetEntityMeta, PageBlockAssetType, PageBlockBaseV1, PageBlockBehaviorDataType, PageBlockBehaviorSelectionType, PageBlockCalloutType, PageBlockCategory, PageBlockCodeLanguage, PageBlockColorV2, PageBlockCustomBlockPropertyImageValue, PageBlockCustomBlockPropertyValue, PageBlockDataV2, PageBlockDefinition, PageBlockDefinitionAppearance, PageBlockDefinitionBehavior, PageBlockDefinitionBooleanOptions, PageBlockDefinitionBooleanPropertyStyle, PageBlockDefinitionComponentOptions, PageBlockDefinitionFigmaComponentOptions, PageBlockDefinitionImageAspectRatio, PageBlockDefinitionImageOptions, PageBlockDefinitionImageWidth, PageBlockDefinitionItem, PageBlockDefinitionLayout, PageBlockDefinitionLayoutAlign, PageBlockDefinitionLayoutBase, PageBlockDefinitionLayoutGap, PageBlockDefinitionLayoutResizing, PageBlockDefinitionLayoutType, PageBlockDefinitionMultiRichTextPropertyStyle, PageBlockDefinitionMultiSelectPropertyStyle, PageBlockDefinitionMutiRichTextOptions, PageBlockDefinitionNumberOptions, PageBlockDefinitionOnboarding, PageBlockDefinitionProperty, PageBlockDefinitionPropertyType, PageBlockDefinitionRichTextEditorOptions, PageBlockDefinitionRichTextEditorPropertyStyle, PageBlockDefinitionRichTextOptions, PageBlockDefinitionRichTextPropertyStyle, PageBlockDefinitionSelectChoice, PageBlockDefinitionSelectOptions, PageBlockDefinitionSingleSelectPropertyColor, PageBlockDefinitionSingleSelectPropertyStyle, PageBlockDefinitionTextOptions, PageBlockDefinitionTextPropertyColor, PageBlockDefinitionTextPropertyStyle, PageBlockDefinitionUntypedPropertyOptions, PageBlockDefinitionVariant, PageBlockDefinitionsMap, PageBlockEditorModelV2, PageBlockFigmaComponentBlockConfig, PageBlockFigmaComponentEntityMeta, PageBlockFigmaFrameProperties, PageBlockFigmaNodeEntityMeta, PageBlockFile, PageBlockFrame, PageBlockFrameOrigin, PageBlockGuideline, PageBlockImageAlignment, PageBlockImageReference, PageBlockImageResourceReference, PageBlockImageType, PageBlockItemAssetPropertyValue, PageBlockItemAssetValue, PageBlockItemBooleanValue, PageBlockItemCodeValue, PageBlockItemColorValue, PageBlockItemComponentPropertyValue, PageBlockItemComponentValue, PageBlockItemDividerValue, PageBlockItemEmbedValue, PageBlockItemFigmaComponentValue, PageBlockItemFigmaNodeValue, PageBlockItemFileValue, PageBlockItemImageValue, PageBlockItemMarkdownValue, PageBlockItemMultiRichTextValue, PageBlockItemMultiSelectValue, PageBlockItemNumberValue, PageBlockItemRichTextEditorListNode, PageBlockItemRichTextEditorNode, PageBlockItemRichTextEditorParagraphNode, PageBlockItemRichTextEditorValue, PageBlockItemRichTextValue, PageBlockItemSandboxValue, PageBlockItemSingleSelectValue, PageBlockItemStorybookValue, PageBlockItemStorybookValueOld, PageBlockItemSwatch, PageBlockItemTableCell, PageBlockItemTableImageNode, PageBlockItemTableNode, PageBlockItemTableRichTextNode, PageBlockItemTableRow, PageBlockItemTableValue, PageBlockItemTextValue, PageBlockItemTokenPropertyValue, PageBlockItemTokenTypeValue, PageBlockItemTokenValue, PageBlockItemUntypedValue, PageBlockItemUrlValue, PageBlockItemV2, PageBlockLinkPreview, PageBlockLinkType, PageBlockLinkV2, PageBlockPreviewContainerSize, PageBlockRenderCodeProperties, PageBlockResourceFrameNodeReference, PageBlockSelectedFigmaComponent, PageBlockShortcut, PageBlockStorybookBlockConfig, PageBlockStorybookItem, PageBlockSwatch, PageBlockTableCellAlignment, PageBlockTableColumn, PageBlockTableProperties, PageBlockText, PageBlockTextSpan, PageBlockTextSpanAttribute, PageBlockTextSpanAttributeType, PageBlockTheme, PageBlockThemeDisplayMode, PageBlockThemeType, PageBlockTilesAlignment, PageBlockTilesLayout, PageBlockTokenBlockConfig, PageBlockTokenNameFormat, PageBlockTokenValueFormat, PageBlockTypeV1, PageBlockUrlPreview, PageBlockV1, PageBlockV2, type PageContentDependencies, PageRedirect, PageScreenshotInput, PageScreenshotOutput, PageSectionAppearanceV2, PageSectionColumnV2, PageSectionEditorModelV2, PageSectionItemV2, PageSectionPaddingV2, PageSectionTypeV2, type PagesContentDependencies, type Pagination, ParagraphIndentTokenData, ParagraphIndentUnit, ParagraphIndentValue, ParagraphSpacingTokenData, ParagraphSpacingUnit, ParagraphSpacingValue, type ParsedRoomId, PeriodSchema, PersonalAccessToken, type PersonalAccessTokenWithUser, Pipeline, PipelineDestinationExtraType, PipelineDestinationGitType, PipelineDestinationType, PipelineEventType, PipelineExporterQuery, type PluginOAuthRequest, PluginOAuthRequestSchema, Point2D, PortalSettings, PortalSettingsSidebar, PortalSettingsSidebarLink, PortalSettingsSidebarSection, PortalSettingsTheme, PortalTheme, PortalThemePreset, PostStripePortalSessionBodyInputSchema, PostStripePortalSessionOutputSchema, PostStripePortalUpdateSessionBodyInputSchema, type Price, PriceSchema, ProductCode, ProductCodeSchema, ProductCopyTokenData, ProductCopyValue, ProjectFeature, ProjectFeatureStatus, PublishedDoc, PublishedDocEnvironment, PublishedDocPage, PublishedDocPageVisitsEntry, PublishedDocRoutingVersion, PublishedDocsChecksums, PublishedDocsDump, PulsarBaseProperty, PulsarContributionConfigurationProperty, PulsarContributionVariant, PulsarCustomBlock, PulsarPropertyType, RESERVED_SLUGS, RESERVED_SLUG_PREFIX, 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 };