@supernova-studio/model 1.74.0 → 1.74.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.ts CHANGED
@@ -83803,6 +83803,7 @@ declare const FigmaExporterProcessedStylesSchema: z$1.ZodObject<{
83803
83803
  backgroundSize: z$1.ZodOptional<z$1.ZodString>;
83804
83804
  backgroundPosition: z$1.ZodOptional<z$1.ZodString>;
83805
83805
  backgroundRepeat: z$1.ZodOptional<z$1.ZodString>;
83806
+ backgroundBlendMode: z$1.ZodOptional<z$1.ZodString>;
83806
83807
  backgroundClip: 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">]>>;
83807
83808
  backgroundOrigin: z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodLiteral<"border-box">, z$1.ZodLiteral<"padding-box">, z$1.ZodLiteral<"content-box">]>>;
83808
83809
  opacity: z$1.ZodOptional<z$1.ZodNumber>;
@@ -83832,6 +83833,8 @@ declare const FigmaExporterProcessedStylesSchema: z$1.ZodObject<{
83832
83833
  whiteSpace: 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">]>>;
83833
83834
  wordBreak: 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">]>>;
83834
83835
  textOverflow: z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodLiteral<"clip">, z$1.ZodLiteral<"ellipsis">]>>;
83836
+ WebkitBackgroundClip: z$1.ZodOptional<z$1.ZodLiteral<"text">>;
83837
+ WebkitTextFillColor: z$1.ZodOptional<z$1.ZodString>;
83835
83838
  WebkitLineClamp: z$1.ZodOptional<z$1.ZodNumber>;
83836
83839
  WebkitBoxOrient: z$1.ZodOptional<z$1.ZodLiteral<"vertical">>;
83837
83840
  fontFeatureSettings: z$1.ZodOptional<z$1.ZodString>;
@@ -83921,6 +83924,7 @@ declare const FigmaExporterProcessedStylesSchema: z$1.ZodObject<{
83921
83924
  backgroundSize?: string | undefined;
83922
83925
  backgroundPosition?: string | undefined;
83923
83926
  backgroundRepeat?: string | undefined;
83927
+ backgroundBlendMode?: string | undefined;
83924
83928
  backgroundClip?: "text" | "border-box" | "padding-box" | "content-box" | undefined;
83925
83929
  backgroundOrigin?: "border-box" | "padding-box" | "content-box" | undefined;
83926
83930
  boxShadow?: string | undefined;
@@ -83942,6 +83946,8 @@ declare const FigmaExporterProcessedStylesSchema: z$1.ZodObject<{
83942
83946
  whiteSpace?: "nowrap" | "normal" | "pre" | "pre-wrap" | "pre-line" | "break-spaces" | undefined;
83943
83947
  wordBreak?: "normal" | "break-all" | "keep-all" | "break-word" | undefined;
83944
83948
  textOverflow?: "clip" | "ellipsis" | undefined;
83949
+ WebkitBackgroundClip?: "text" | undefined;
83950
+ WebkitTextFillColor?: string | undefined;
83945
83951
  WebkitLineClamp?: number | undefined;
83946
83952
  WebkitBoxOrient?: "vertical" | undefined;
83947
83953
  fontFeatureSettings?: string | undefined;
@@ -84030,6 +84036,7 @@ declare const FigmaExporterProcessedStylesSchema: z$1.ZodObject<{
84030
84036
  backgroundSize?: string | undefined;
84031
84037
  backgroundPosition?: string | undefined;
84032
84038
  backgroundRepeat?: string | undefined;
84039
+ backgroundBlendMode?: string | undefined;
84033
84040
  backgroundClip?: "text" | "border-box" | "padding-box" | "content-box" | undefined;
84034
84041
  backgroundOrigin?: "border-box" | "padding-box" | "content-box" | undefined;
84035
84042
  boxShadow?: string | undefined;
@@ -84051,6 +84058,8 @@ declare const FigmaExporterProcessedStylesSchema: z$1.ZodObject<{
84051
84058
  whiteSpace?: "nowrap" | "normal" | "pre" | "pre-wrap" | "pre-line" | "break-spaces" | undefined;
84052
84059
  wordBreak?: "normal" | "break-all" | "keep-all" | "break-word" | undefined;
84053
84060
  textOverflow?: "clip" | "ellipsis" | undefined;
84061
+ WebkitBackgroundClip?: "text" | undefined;
84062
+ WebkitTextFillColor?: string | undefined;
84054
84063
  WebkitLineClamp?: number | undefined;
84055
84064
  WebkitBoxOrient?: "vertical" | undefined;
84056
84065
  fontFeatureSettings?: string | undefined;
@@ -84135,6 +84144,7 @@ declare const frameNodeObjectSchema: z$1.ZodObject<{
84135
84144
  backgroundSize: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
84136
84145
  backgroundPosition: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
84137
84146
  backgroundRepeat: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
84147
+ backgroundBlendMode: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
84138
84148
  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">]>>>;
84139
84149
  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">]>>>;
84140
84150
  opacity: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodNumber>>;
@@ -84164,6 +84174,8 @@ declare const frameNodeObjectSchema: z$1.ZodObject<{
84164
84174
  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">]>>>;
84165
84175
  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">]>>>;
84166
84176
  textOverflow: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodLiteral<"clip">, z$1.ZodLiteral<"ellipsis">]>>>;
84177
+ WebkitBackgroundClip: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodLiteral<"text">>>;
84178
+ WebkitTextFillColor: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
84167
84179
  WebkitLineClamp: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodNumber>>;
84168
84180
  WebkitBoxOrient: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodLiteral<"vertical">>>;
84169
84181
  fontFeatureSettings: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
@@ -84253,6 +84265,7 @@ declare const frameNodeObjectSchema: z$1.ZodObject<{
84253
84265
  backgroundSize?: string | undefined;
84254
84266
  backgroundPosition?: string | undefined;
84255
84267
  backgroundRepeat?: string | undefined;
84268
+ backgroundBlendMode?: string | undefined;
84256
84269
  backgroundClip?: "text" | "border-box" | "padding-box" | "content-box" | undefined;
84257
84270
  backgroundOrigin?: "border-box" | "padding-box" | "content-box" | undefined;
84258
84271
  boxShadow?: string | undefined;
@@ -84274,6 +84287,8 @@ declare const frameNodeObjectSchema: z$1.ZodObject<{
84274
84287
  whiteSpace?: "nowrap" | "normal" | "pre" | "pre-wrap" | "pre-line" | "break-spaces" | undefined;
84275
84288
  wordBreak?: "normal" | "break-all" | "keep-all" | "break-word" | undefined;
84276
84289
  textOverflow?: "clip" | "ellipsis" | undefined;
84290
+ WebkitBackgroundClip?: "text" | undefined;
84291
+ WebkitTextFillColor?: string | undefined;
84277
84292
  WebkitLineClamp?: number | undefined;
84278
84293
  WebkitBoxOrient?: "vertical" | undefined;
84279
84294
  fontFeatureSettings?: string | undefined;
@@ -84362,6 +84377,7 @@ declare const frameNodeObjectSchema: z$1.ZodObject<{
84362
84377
  backgroundSize?: string | undefined;
84363
84378
  backgroundPosition?: string | undefined;
84364
84379
  backgroundRepeat?: string | undefined;
84380
+ backgroundBlendMode?: string | undefined;
84365
84381
  backgroundClip?: "text" | "border-box" | "padding-box" | "content-box" | undefined;
84366
84382
  backgroundOrigin?: "border-box" | "padding-box" | "content-box" | undefined;
84367
84383
  boxShadow?: string | undefined;
@@ -84383,6 +84399,8 @@ declare const frameNodeObjectSchema: z$1.ZodObject<{
84383
84399
  whiteSpace?: "nowrap" | "normal" | "pre" | "pre-wrap" | "pre-line" | "break-spaces" | undefined;
84384
84400
  wordBreak?: "normal" | "break-all" | "keep-all" | "break-word" | undefined;
84385
84401
  textOverflow?: "clip" | "ellipsis" | undefined;
84402
+ WebkitBackgroundClip?: "text" | undefined;
84403
+ WebkitTextFillColor?: string | undefined;
84386
84404
  WebkitLineClamp?: number | undefined;
84387
84405
  WebkitBoxOrient?: "vertical" | undefined;
84388
84406
  fontFeatureSettings?: string | undefined;
@@ -84477,6 +84495,7 @@ declare const frameNodeObjectSchema: z$1.ZodObject<{
84477
84495
  backgroundSize?: string | undefined;
84478
84496
  backgroundPosition?: string | undefined;
84479
84497
  backgroundRepeat?: string | undefined;
84498
+ backgroundBlendMode?: string | undefined;
84480
84499
  backgroundClip?: "text" | "border-box" | "padding-box" | "content-box" | undefined;
84481
84500
  backgroundOrigin?: "border-box" | "padding-box" | "content-box" | undefined;
84482
84501
  boxShadow?: string | undefined;
@@ -84498,6 +84517,8 @@ declare const frameNodeObjectSchema: z$1.ZodObject<{
84498
84517
  whiteSpace?: "nowrap" | "normal" | "pre" | "pre-wrap" | "pre-line" | "break-spaces" | undefined;
84499
84518
  wordBreak?: "normal" | "break-all" | "keep-all" | "break-word" | undefined;
84500
84519
  textOverflow?: "clip" | "ellipsis" | undefined;
84520
+ WebkitBackgroundClip?: "text" | undefined;
84521
+ WebkitTextFillColor?: string | undefined;
84501
84522
  WebkitLineClamp?: number | undefined;
84502
84523
  WebkitBoxOrient?: "vertical" | undefined;
84503
84524
  fontFeatureSettings?: string | undefined;
@@ -84591,6 +84612,7 @@ declare const frameNodeObjectSchema: z$1.ZodObject<{
84591
84612
  backgroundSize?: string | undefined;
84592
84613
  backgroundPosition?: string | undefined;
84593
84614
  backgroundRepeat?: string | undefined;
84615
+ backgroundBlendMode?: string | undefined;
84594
84616
  backgroundClip?: "text" | "border-box" | "padding-box" | "content-box" | undefined;
84595
84617
  backgroundOrigin?: "border-box" | "padding-box" | "content-box" | undefined;
84596
84618
  boxShadow?: string | undefined;
@@ -84612,6 +84634,8 @@ declare const frameNodeObjectSchema: z$1.ZodObject<{
84612
84634
  whiteSpace?: "nowrap" | "normal" | "pre" | "pre-wrap" | "pre-line" | "break-spaces" | undefined;
84613
84635
  wordBreak?: "normal" | "break-all" | "keep-all" | "break-word" | undefined;
84614
84636
  textOverflow?: "clip" | "ellipsis" | undefined;
84637
+ WebkitBackgroundClip?: "text" | undefined;
84638
+ WebkitTextFillColor?: string | undefined;
84615
84639
  WebkitLineClamp?: number | undefined;
84616
84640
  WebkitBoxOrient?: "vertical" | undefined;
84617
84641
  fontFeatureSettings?: string | undefined;
@@ -84697,6 +84721,7 @@ declare const textNodeObjectSchema: z$1.ZodObject<{
84697
84721
  backgroundSize: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
84698
84722
  backgroundPosition: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
84699
84723
  backgroundRepeat: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
84724
+ backgroundBlendMode: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
84700
84725
  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">]>>>;
84701
84726
  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">]>>>;
84702
84727
  opacity: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodNumber>>;
@@ -84726,6 +84751,8 @@ declare const textNodeObjectSchema: z$1.ZodObject<{
84726
84751
  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">]>>>;
84727
84752
  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">]>>>;
84728
84753
  textOverflow: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodLiteral<"clip">, z$1.ZodLiteral<"ellipsis">]>>>;
84754
+ WebkitBackgroundClip: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodLiteral<"text">>>;
84755
+ WebkitTextFillColor: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
84729
84756
  WebkitLineClamp: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodNumber>>;
84730
84757
  WebkitBoxOrient: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodLiteral<"vertical">>>;
84731
84758
  fontFeatureSettings: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
@@ -84815,6 +84842,7 @@ declare const textNodeObjectSchema: z$1.ZodObject<{
84815
84842
  backgroundSize?: string | undefined;
84816
84843
  backgroundPosition?: string | undefined;
84817
84844
  backgroundRepeat?: string | undefined;
84845
+ backgroundBlendMode?: string | undefined;
84818
84846
  backgroundClip?: "text" | "border-box" | "padding-box" | "content-box" | undefined;
84819
84847
  backgroundOrigin?: "border-box" | "padding-box" | "content-box" | undefined;
84820
84848
  boxShadow?: string | undefined;
@@ -84836,6 +84864,8 @@ declare const textNodeObjectSchema: z$1.ZodObject<{
84836
84864
  whiteSpace?: "nowrap" | "normal" | "pre" | "pre-wrap" | "pre-line" | "break-spaces" | undefined;
84837
84865
  wordBreak?: "normal" | "break-all" | "keep-all" | "break-word" | undefined;
84838
84866
  textOverflow?: "clip" | "ellipsis" | undefined;
84867
+ WebkitBackgroundClip?: "text" | undefined;
84868
+ WebkitTextFillColor?: string | undefined;
84839
84869
  WebkitLineClamp?: number | undefined;
84840
84870
  WebkitBoxOrient?: "vertical" | undefined;
84841
84871
  fontFeatureSettings?: string | undefined;
@@ -84924,6 +84954,7 @@ declare const textNodeObjectSchema: z$1.ZodObject<{
84924
84954
  backgroundSize?: string | undefined;
84925
84955
  backgroundPosition?: string | undefined;
84926
84956
  backgroundRepeat?: string | undefined;
84957
+ backgroundBlendMode?: string | undefined;
84927
84958
  backgroundClip?: "text" | "border-box" | "padding-box" | "content-box" | undefined;
84928
84959
  backgroundOrigin?: "border-box" | "padding-box" | "content-box" | undefined;
84929
84960
  boxShadow?: string | undefined;
@@ -84945,6 +84976,8 @@ declare const textNodeObjectSchema: z$1.ZodObject<{
84945
84976
  whiteSpace?: "nowrap" | "normal" | "pre" | "pre-wrap" | "pre-line" | "break-spaces" | undefined;
84946
84977
  wordBreak?: "normal" | "break-all" | "keep-all" | "break-word" | undefined;
84947
84978
  textOverflow?: "clip" | "ellipsis" | undefined;
84979
+ WebkitBackgroundClip?: "text" | undefined;
84980
+ WebkitTextFillColor?: string | undefined;
84948
84981
  WebkitLineClamp?: number | undefined;
84949
84982
  WebkitBoxOrient?: "vertical" | undefined;
84950
84983
  fontFeatureSettings?: string | undefined;
@@ -85040,6 +85073,7 @@ declare const textNodeObjectSchema: z$1.ZodObject<{
85040
85073
  backgroundSize?: string | undefined;
85041
85074
  backgroundPosition?: string | undefined;
85042
85075
  backgroundRepeat?: string | undefined;
85076
+ backgroundBlendMode?: string | undefined;
85043
85077
  backgroundClip?: "text" | "border-box" | "padding-box" | "content-box" | undefined;
85044
85078
  backgroundOrigin?: "border-box" | "padding-box" | "content-box" | undefined;
85045
85079
  boxShadow?: string | undefined;
@@ -85061,6 +85095,8 @@ declare const textNodeObjectSchema: z$1.ZodObject<{
85061
85095
  whiteSpace?: "nowrap" | "normal" | "pre" | "pre-wrap" | "pre-line" | "break-spaces" | undefined;
85062
85096
  wordBreak?: "normal" | "break-all" | "keep-all" | "break-word" | undefined;
85063
85097
  textOverflow?: "clip" | "ellipsis" | undefined;
85098
+ WebkitBackgroundClip?: "text" | undefined;
85099
+ WebkitTextFillColor?: string | undefined;
85064
85100
  WebkitLineClamp?: number | undefined;
85065
85101
  WebkitBoxOrient?: "vertical" | undefined;
85066
85102
  fontFeatureSettings?: string | undefined;
@@ -85155,6 +85191,7 @@ declare const textNodeObjectSchema: z$1.ZodObject<{
85155
85191
  backgroundSize?: string | undefined;
85156
85192
  backgroundPosition?: string | undefined;
85157
85193
  backgroundRepeat?: string | undefined;
85194
+ backgroundBlendMode?: string | undefined;
85158
85195
  backgroundClip?: "text" | "border-box" | "padding-box" | "content-box" | undefined;
85159
85196
  backgroundOrigin?: "border-box" | "padding-box" | "content-box" | undefined;
85160
85197
  boxShadow?: string | undefined;
@@ -85176,6 +85213,8 @@ declare const textNodeObjectSchema: z$1.ZodObject<{
85176
85213
  whiteSpace?: "nowrap" | "normal" | "pre" | "pre-wrap" | "pre-line" | "break-spaces" | undefined;
85177
85214
  wordBreak?: "normal" | "break-all" | "keep-all" | "break-word" | undefined;
85178
85215
  textOverflow?: "clip" | "ellipsis" | undefined;
85216
+ WebkitBackgroundClip?: "text" | undefined;
85217
+ WebkitTextFillColor?: string | undefined;
85179
85218
  WebkitLineClamp?: number | undefined;
85180
85219
  WebkitBoxOrient?: "vertical" | undefined;
85181
85220
  fontFeatureSettings?: string | undefined;
@@ -85262,6 +85301,7 @@ declare const svgNodeObjectSchema: z$1.ZodObject<{
85262
85301
  backgroundSize: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
85263
85302
  backgroundPosition: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
85264
85303
  backgroundRepeat: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
85304
+ backgroundBlendMode: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
85265
85305
  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">]>>>;
85266
85306
  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">]>>>;
85267
85307
  opacity: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodNumber>>;
@@ -85291,6 +85331,8 @@ declare const svgNodeObjectSchema: z$1.ZodObject<{
85291
85331
  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">]>>>;
85292
85332
  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">]>>>;
85293
85333
  textOverflow: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodLiteral<"clip">, z$1.ZodLiteral<"ellipsis">]>>>;
85334
+ WebkitBackgroundClip: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodLiteral<"text">>>;
85335
+ WebkitTextFillColor: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
85294
85336
  WebkitLineClamp: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodNumber>>;
85295
85337
  WebkitBoxOrient: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodLiteral<"vertical">>>;
85296
85338
  fontFeatureSettings: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
@@ -85380,6 +85422,7 @@ declare const svgNodeObjectSchema: z$1.ZodObject<{
85380
85422
  backgroundSize?: string | undefined;
85381
85423
  backgroundPosition?: string | undefined;
85382
85424
  backgroundRepeat?: string | undefined;
85425
+ backgroundBlendMode?: string | undefined;
85383
85426
  backgroundClip?: "text" | "border-box" | "padding-box" | "content-box" | undefined;
85384
85427
  backgroundOrigin?: "border-box" | "padding-box" | "content-box" | undefined;
85385
85428
  boxShadow?: string | undefined;
@@ -85401,6 +85444,8 @@ declare const svgNodeObjectSchema: z$1.ZodObject<{
85401
85444
  whiteSpace?: "nowrap" | "normal" | "pre" | "pre-wrap" | "pre-line" | "break-spaces" | undefined;
85402
85445
  wordBreak?: "normal" | "break-all" | "keep-all" | "break-word" | undefined;
85403
85446
  textOverflow?: "clip" | "ellipsis" | undefined;
85447
+ WebkitBackgroundClip?: "text" | undefined;
85448
+ WebkitTextFillColor?: string | undefined;
85404
85449
  WebkitLineClamp?: number | undefined;
85405
85450
  WebkitBoxOrient?: "vertical" | undefined;
85406
85451
  fontFeatureSettings?: string | undefined;
@@ -85489,6 +85534,7 @@ declare const svgNodeObjectSchema: z$1.ZodObject<{
85489
85534
  backgroundSize?: string | undefined;
85490
85535
  backgroundPosition?: string | undefined;
85491
85536
  backgroundRepeat?: string | undefined;
85537
+ backgroundBlendMode?: string | undefined;
85492
85538
  backgroundClip?: "text" | "border-box" | "padding-box" | "content-box" | undefined;
85493
85539
  backgroundOrigin?: "border-box" | "padding-box" | "content-box" | undefined;
85494
85540
  boxShadow?: string | undefined;
@@ -85510,6 +85556,8 @@ declare const svgNodeObjectSchema: z$1.ZodObject<{
85510
85556
  whiteSpace?: "nowrap" | "normal" | "pre" | "pre-wrap" | "pre-line" | "break-spaces" | undefined;
85511
85557
  wordBreak?: "normal" | "break-all" | "keep-all" | "break-word" | undefined;
85512
85558
  textOverflow?: "clip" | "ellipsis" | undefined;
85559
+ WebkitBackgroundClip?: "text" | undefined;
85560
+ WebkitTextFillColor?: string | undefined;
85513
85561
  WebkitLineClamp?: number | undefined;
85514
85562
  WebkitBoxOrient?: "vertical" | undefined;
85515
85563
  fontFeatureSettings?: string | undefined;
@@ -85605,6 +85653,7 @@ declare const svgNodeObjectSchema: z$1.ZodObject<{
85605
85653
  backgroundSize?: string | undefined;
85606
85654
  backgroundPosition?: string | undefined;
85607
85655
  backgroundRepeat?: string | undefined;
85656
+ backgroundBlendMode?: string | undefined;
85608
85657
  backgroundClip?: "text" | "border-box" | "padding-box" | "content-box" | undefined;
85609
85658
  backgroundOrigin?: "border-box" | "padding-box" | "content-box" | undefined;
85610
85659
  boxShadow?: string | undefined;
@@ -85626,6 +85675,8 @@ declare const svgNodeObjectSchema: z$1.ZodObject<{
85626
85675
  whiteSpace?: "nowrap" | "normal" | "pre" | "pre-wrap" | "pre-line" | "break-spaces" | undefined;
85627
85676
  wordBreak?: "normal" | "break-all" | "keep-all" | "break-word" | undefined;
85628
85677
  textOverflow?: "clip" | "ellipsis" | undefined;
85678
+ WebkitBackgroundClip?: "text" | undefined;
85679
+ WebkitTextFillColor?: string | undefined;
85629
85680
  WebkitLineClamp?: number | undefined;
85630
85681
  WebkitBoxOrient?: "vertical" | undefined;
85631
85682
  fontFeatureSettings?: string | undefined;
@@ -85720,6 +85771,7 @@ declare const svgNodeObjectSchema: z$1.ZodObject<{
85720
85771
  backgroundSize?: string | undefined;
85721
85772
  backgroundPosition?: string | undefined;
85722
85773
  backgroundRepeat?: string | undefined;
85774
+ backgroundBlendMode?: string | undefined;
85723
85775
  backgroundClip?: "text" | "border-box" | "padding-box" | "content-box" | undefined;
85724
85776
  backgroundOrigin?: "border-box" | "padding-box" | "content-box" | undefined;
85725
85777
  boxShadow?: string | undefined;
@@ -85741,6 +85793,8 @@ declare const svgNodeObjectSchema: z$1.ZodObject<{
85741
85793
  whiteSpace?: "nowrap" | "normal" | "pre" | "pre-wrap" | "pre-line" | "break-spaces" | undefined;
85742
85794
  wordBreak?: "normal" | "break-all" | "keep-all" | "break-word" | undefined;
85743
85795
  textOverflow?: "clip" | "ellipsis" | undefined;
85796
+ WebkitBackgroundClip?: "text" | undefined;
85797
+ WebkitTextFillColor?: string | undefined;
85744
85798
  WebkitLineClamp?: number | undefined;
85745
85799
  WebkitBoxOrient?: "vertical" | undefined;
85746
85800
  fontFeatureSettings?: string | undefined;
@@ -85827,6 +85881,7 @@ declare const componentInstanceObjectSchema: z$1.ZodObject<{
85827
85881
  backgroundSize: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
85828
85882
  backgroundPosition: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
85829
85883
  backgroundRepeat: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
85884
+ backgroundBlendMode: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
85830
85885
  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">]>>>;
85831
85886
  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">]>>>;
85832
85887
  opacity: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodNumber>>;
@@ -85856,6 +85911,8 @@ declare const componentInstanceObjectSchema: z$1.ZodObject<{
85856
85911
  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">]>>>;
85857
85912
  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">]>>>;
85858
85913
  textOverflow: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodLiteral<"clip">, z$1.ZodLiteral<"ellipsis">]>>>;
85914
+ WebkitBackgroundClip: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodLiteral<"text">>>;
85915
+ WebkitTextFillColor: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
85859
85916
  WebkitLineClamp: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodNumber>>;
85860
85917
  WebkitBoxOrient: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodLiteral<"vertical">>>;
85861
85918
  fontFeatureSettings: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
@@ -85945,6 +86002,7 @@ declare const componentInstanceObjectSchema: z$1.ZodObject<{
85945
86002
  backgroundSize?: string | undefined;
85946
86003
  backgroundPosition?: string | undefined;
85947
86004
  backgroundRepeat?: string | undefined;
86005
+ backgroundBlendMode?: string | undefined;
85948
86006
  backgroundClip?: "text" | "border-box" | "padding-box" | "content-box" | undefined;
85949
86007
  backgroundOrigin?: "border-box" | "padding-box" | "content-box" | undefined;
85950
86008
  boxShadow?: string | undefined;
@@ -85966,6 +86024,8 @@ declare const componentInstanceObjectSchema: z$1.ZodObject<{
85966
86024
  whiteSpace?: "nowrap" | "normal" | "pre" | "pre-wrap" | "pre-line" | "break-spaces" | undefined;
85967
86025
  wordBreak?: "normal" | "break-all" | "keep-all" | "break-word" | undefined;
85968
86026
  textOverflow?: "clip" | "ellipsis" | undefined;
86027
+ WebkitBackgroundClip?: "text" | undefined;
86028
+ WebkitTextFillColor?: string | undefined;
85969
86029
  WebkitLineClamp?: number | undefined;
85970
86030
  WebkitBoxOrient?: "vertical" | undefined;
85971
86031
  fontFeatureSettings?: string | undefined;
@@ -86054,6 +86114,7 @@ declare const componentInstanceObjectSchema: z$1.ZodObject<{
86054
86114
  backgroundSize?: string | undefined;
86055
86115
  backgroundPosition?: string | undefined;
86056
86116
  backgroundRepeat?: string | undefined;
86117
+ backgroundBlendMode?: string | undefined;
86057
86118
  backgroundClip?: "text" | "border-box" | "padding-box" | "content-box" | undefined;
86058
86119
  backgroundOrigin?: "border-box" | "padding-box" | "content-box" | undefined;
86059
86120
  boxShadow?: string | undefined;
@@ -86075,6 +86136,8 @@ declare const componentInstanceObjectSchema: z$1.ZodObject<{
86075
86136
  whiteSpace?: "nowrap" | "normal" | "pre" | "pre-wrap" | "pre-line" | "break-spaces" | undefined;
86076
86137
  wordBreak?: "normal" | "break-all" | "keep-all" | "break-word" | undefined;
86077
86138
  textOverflow?: "clip" | "ellipsis" | undefined;
86139
+ WebkitBackgroundClip?: "text" | undefined;
86140
+ WebkitTextFillColor?: string | undefined;
86078
86141
  WebkitLineClamp?: number | undefined;
86079
86142
  WebkitBoxOrient?: "vertical" | undefined;
86080
86143
  fontFeatureSettings?: string | undefined;
@@ -86174,6 +86237,7 @@ declare const componentInstanceObjectSchema: z$1.ZodObject<{
86174
86237
  backgroundSize?: string | undefined;
86175
86238
  backgroundPosition?: string | undefined;
86176
86239
  backgroundRepeat?: string | undefined;
86240
+ backgroundBlendMode?: string | undefined;
86177
86241
  backgroundClip?: "text" | "border-box" | "padding-box" | "content-box" | undefined;
86178
86242
  backgroundOrigin?: "border-box" | "padding-box" | "content-box" | undefined;
86179
86243
  boxShadow?: string | undefined;
@@ -86195,6 +86259,8 @@ declare const componentInstanceObjectSchema: z$1.ZodObject<{
86195
86259
  whiteSpace?: "nowrap" | "normal" | "pre" | "pre-wrap" | "pre-line" | "break-spaces" | undefined;
86196
86260
  wordBreak?: "normal" | "break-all" | "keep-all" | "break-word" | undefined;
86197
86261
  textOverflow?: "clip" | "ellipsis" | undefined;
86262
+ WebkitBackgroundClip?: "text" | undefined;
86263
+ WebkitTextFillColor?: string | undefined;
86198
86264
  WebkitLineClamp?: number | undefined;
86199
86265
  WebkitBoxOrient?: "vertical" | undefined;
86200
86266
  fontFeatureSettings?: string | undefined;
@@ -86293,6 +86359,7 @@ declare const componentInstanceObjectSchema: z$1.ZodObject<{
86293
86359
  backgroundSize?: string | undefined;
86294
86360
  backgroundPosition?: string | undefined;
86295
86361
  backgroundRepeat?: string | undefined;
86362
+ backgroundBlendMode?: string | undefined;
86296
86363
  backgroundClip?: "text" | "border-box" | "padding-box" | "content-box" | undefined;
86297
86364
  backgroundOrigin?: "border-box" | "padding-box" | "content-box" | undefined;
86298
86365
  boxShadow?: string | undefined;
@@ -86314,6 +86381,8 @@ declare const componentInstanceObjectSchema: z$1.ZodObject<{
86314
86381
  whiteSpace?: "nowrap" | "normal" | "pre" | "pre-wrap" | "pre-line" | "break-spaces" | undefined;
86315
86382
  wordBreak?: "normal" | "break-all" | "keep-all" | "break-word" | undefined;
86316
86383
  textOverflow?: "clip" | "ellipsis" | undefined;
86384
+ WebkitBackgroundClip?: "text" | undefined;
86385
+ WebkitTextFillColor?: string | undefined;
86317
86386
  WebkitLineClamp?: number | undefined;
86318
86387
  WebkitBoxOrient?: "vertical" | undefined;
86319
86388
  fontFeatureSettings?: string | undefined;
@@ -86413,6 +86482,7 @@ declare const FigmaExporterAnyDesignNodeSchema: z$1.ZodUnion<[z$1.ZodType<FrameN
86413
86482
  backgroundSize: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
86414
86483
  backgroundPosition: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
86415
86484
  backgroundRepeat: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
86485
+ backgroundBlendMode: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
86416
86486
  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">]>>>;
86417
86487
  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">]>>>;
86418
86488
  opacity: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodNumber>>;
@@ -86442,6 +86512,8 @@ declare const FigmaExporterAnyDesignNodeSchema: z$1.ZodUnion<[z$1.ZodType<FrameN
86442
86512
  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">]>>>;
86443
86513
  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">]>>>;
86444
86514
  textOverflow: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodLiteral<"clip">, z$1.ZodLiteral<"ellipsis">]>>>;
86515
+ WebkitBackgroundClip: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodLiteral<"text">>>;
86516
+ WebkitTextFillColor: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
86445
86517
  WebkitLineClamp: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodNumber>>;
86446
86518
  WebkitBoxOrient: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodLiteral<"vertical">>>;
86447
86519
  fontFeatureSettings: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
@@ -86531,6 +86603,7 @@ declare const FigmaExporterAnyDesignNodeSchema: z$1.ZodUnion<[z$1.ZodType<FrameN
86531
86603
  backgroundSize?: string | undefined;
86532
86604
  backgroundPosition?: string | undefined;
86533
86605
  backgroundRepeat?: string | undefined;
86606
+ backgroundBlendMode?: string | undefined;
86534
86607
  backgroundClip?: "text" | "border-box" | "padding-box" | "content-box" | undefined;
86535
86608
  backgroundOrigin?: "border-box" | "padding-box" | "content-box" | undefined;
86536
86609
  boxShadow?: string | undefined;
@@ -86552,6 +86625,8 @@ declare const FigmaExporterAnyDesignNodeSchema: z$1.ZodUnion<[z$1.ZodType<FrameN
86552
86625
  whiteSpace?: "nowrap" | "normal" | "pre" | "pre-wrap" | "pre-line" | "break-spaces" | undefined;
86553
86626
  wordBreak?: "normal" | "break-all" | "keep-all" | "break-word" | undefined;
86554
86627
  textOverflow?: "clip" | "ellipsis" | undefined;
86628
+ WebkitBackgroundClip?: "text" | undefined;
86629
+ WebkitTextFillColor?: string | undefined;
86555
86630
  WebkitLineClamp?: number | undefined;
86556
86631
  WebkitBoxOrient?: "vertical" | undefined;
86557
86632
  fontFeatureSettings?: string | undefined;
@@ -86640,6 +86715,7 @@ declare const FigmaExporterAnyDesignNodeSchema: z$1.ZodUnion<[z$1.ZodType<FrameN
86640
86715
  backgroundSize?: string | undefined;
86641
86716
  backgroundPosition?: string | undefined;
86642
86717
  backgroundRepeat?: string | undefined;
86718
+ backgroundBlendMode?: string | undefined;
86643
86719
  backgroundClip?: "text" | "border-box" | "padding-box" | "content-box" | undefined;
86644
86720
  backgroundOrigin?: "border-box" | "padding-box" | "content-box" | undefined;
86645
86721
  boxShadow?: string | undefined;
@@ -86661,6 +86737,8 @@ declare const FigmaExporterAnyDesignNodeSchema: z$1.ZodUnion<[z$1.ZodType<FrameN
86661
86737
  whiteSpace?: "nowrap" | "normal" | "pre" | "pre-wrap" | "pre-line" | "break-spaces" | undefined;
86662
86738
  wordBreak?: "normal" | "break-all" | "keep-all" | "break-word" | undefined;
86663
86739
  textOverflow?: "clip" | "ellipsis" | undefined;
86740
+ WebkitBackgroundClip?: "text" | undefined;
86741
+ WebkitTextFillColor?: string | undefined;
86664
86742
  WebkitLineClamp?: number | undefined;
86665
86743
  WebkitBoxOrient?: "vertical" | undefined;
86666
86744
  fontFeatureSettings?: string | undefined;
@@ -86756,6 +86834,7 @@ declare const FigmaExporterAnyDesignNodeSchema: z$1.ZodUnion<[z$1.ZodType<FrameN
86756
86834
  backgroundSize?: string | undefined;
86757
86835
  backgroundPosition?: string | undefined;
86758
86836
  backgroundRepeat?: string | undefined;
86837
+ backgroundBlendMode?: string | undefined;
86759
86838
  backgroundClip?: "text" | "border-box" | "padding-box" | "content-box" | undefined;
86760
86839
  backgroundOrigin?: "border-box" | "padding-box" | "content-box" | undefined;
86761
86840
  boxShadow?: string | undefined;
@@ -86777,6 +86856,8 @@ declare const FigmaExporterAnyDesignNodeSchema: z$1.ZodUnion<[z$1.ZodType<FrameN
86777
86856
  whiteSpace?: "nowrap" | "normal" | "pre" | "pre-wrap" | "pre-line" | "break-spaces" | undefined;
86778
86857
  wordBreak?: "normal" | "break-all" | "keep-all" | "break-word" | undefined;
86779
86858
  textOverflow?: "clip" | "ellipsis" | undefined;
86859
+ WebkitBackgroundClip?: "text" | undefined;
86860
+ WebkitTextFillColor?: string | undefined;
86780
86861
  WebkitLineClamp?: number | undefined;
86781
86862
  WebkitBoxOrient?: "vertical" | undefined;
86782
86863
  fontFeatureSettings?: string | undefined;
@@ -86871,6 +86952,7 @@ declare const FigmaExporterAnyDesignNodeSchema: z$1.ZodUnion<[z$1.ZodType<FrameN
86871
86952
  backgroundSize?: string | undefined;
86872
86953
  backgroundPosition?: string | undefined;
86873
86954
  backgroundRepeat?: string | undefined;
86955
+ backgroundBlendMode?: string | undefined;
86874
86956
  backgroundClip?: "text" | "border-box" | "padding-box" | "content-box" | undefined;
86875
86957
  backgroundOrigin?: "border-box" | "padding-box" | "content-box" | undefined;
86876
86958
  boxShadow?: string | undefined;
@@ -86892,6 +86974,8 @@ declare const FigmaExporterAnyDesignNodeSchema: z$1.ZodUnion<[z$1.ZodType<FrameN
86892
86974
  whiteSpace?: "nowrap" | "normal" | "pre" | "pre-wrap" | "pre-line" | "break-spaces" | undefined;
86893
86975
  wordBreak?: "normal" | "break-all" | "keep-all" | "break-word" | undefined;
86894
86976
  textOverflow?: "clip" | "ellipsis" | undefined;
86977
+ WebkitBackgroundClip?: "text" | undefined;
86978
+ WebkitTextFillColor?: string | undefined;
86895
86979
  WebkitLineClamp?: number | undefined;
86896
86980
  WebkitBoxOrient?: "vertical" | undefined;
86897
86981
  fontFeatureSettings?: string | undefined;
@@ -86986,6 +87070,7 @@ declare const FigmaExporterAnyDesignNodeSchema: z$1.ZodUnion<[z$1.ZodType<FrameN
86986
87070
  backgroundSize?: string | undefined;
86987
87071
  backgroundPosition?: string | undefined;
86988
87072
  backgroundRepeat?: string | undefined;
87073
+ backgroundBlendMode?: string | undefined;
86989
87074
  backgroundClip?: "text" | "border-box" | "padding-box" | "content-box" | undefined;
86990
87075
  backgroundOrigin?: "border-box" | "padding-box" | "content-box" | undefined;
86991
87076
  boxShadow?: string | undefined;
@@ -87007,6 +87092,8 @@ declare const FigmaExporterAnyDesignNodeSchema: z$1.ZodUnion<[z$1.ZodType<FrameN
87007
87092
  whiteSpace?: "nowrap" | "normal" | "pre" | "pre-wrap" | "pre-line" | "break-spaces" | undefined;
87008
87093
  wordBreak?: "normal" | "break-all" | "keep-all" | "break-word" | undefined;
87009
87094
  textOverflow?: "clip" | "ellipsis" | undefined;
87095
+ WebkitBackgroundClip?: "text" | undefined;
87096
+ WebkitTextFillColor?: string | undefined;
87010
87097
  WebkitLineClamp?: number | undefined;
87011
87098
  WebkitBoxOrient?: "vertical" | undefined;
87012
87099
  fontFeatureSettings?: string | undefined;
@@ -87101,6 +87188,7 @@ declare const FigmaExporterAnyDesignNodeSchema: z$1.ZodUnion<[z$1.ZodType<FrameN
87101
87188
  backgroundSize?: string | undefined;
87102
87189
  backgroundPosition?: string | undefined;
87103
87190
  backgroundRepeat?: string | undefined;
87191
+ backgroundBlendMode?: string | undefined;
87104
87192
  backgroundClip?: "text" | "border-box" | "padding-box" | "content-box" | undefined;
87105
87193
  backgroundOrigin?: "border-box" | "padding-box" | "content-box" | undefined;
87106
87194
  boxShadow?: string | undefined;
@@ -87122,6 +87210,8 @@ declare const FigmaExporterAnyDesignNodeSchema: z$1.ZodUnion<[z$1.ZodType<FrameN
87122
87210
  whiteSpace?: "nowrap" | "normal" | "pre" | "pre-wrap" | "pre-line" | "break-spaces" | undefined;
87123
87211
  wordBreak?: "normal" | "break-all" | "keep-all" | "break-word" | undefined;
87124
87212
  textOverflow?: "clip" | "ellipsis" | undefined;
87213
+ WebkitBackgroundClip?: "text" | undefined;
87214
+ WebkitTextFillColor?: string | undefined;
87125
87215
  WebkitLineClamp?: number | undefined;
87126
87216
  WebkitBoxOrient?: "vertical" | undefined;
87127
87217
  fontFeatureSettings?: string | undefined;
@@ -155276,26 +155366,26 @@ type FeatureFlagWithDefaults = keyof typeof FeatureFlagDefaults;
155276
155366
  type FeatureFlagDefaultsTypes = {
155277
155367
  [K in FeatureFlagWithDefaults]: (typeof FeatureFlagDefaults)[K];
155278
155368
  };
155279
- 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", "ForgeAiBackendMigrated", "CustomForgeTemplate", "ForgeRestartPlaywright"]>;
155369
+ 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"]>;
155280
155370
  type FlaggedFeature = z$1.infer<typeof FlaggedFeature>;
155281
- 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", "ForgeAiBackendMigrated", "CustomForgeTemplate", "ForgeRestartPlaywright"]>, z$1.ZodBoolean>;
155371
+ 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"]>, z$1.ZodBoolean>;
155282
155372
  type FeatureFlagMap = z$1.infer<typeof FeatureFlagMap>;
155283
155373
  declare const FeatureFlag: z$1.ZodObject<{
155284
155374
  id: z$1.ZodString;
155285
- feature: z$1.ZodEnum<["FigmaImporterV2", "DisableImporter", "VariablesOrder", "TypographyPropsKeepAliases", "GradientPropsKeepAliases", "ShadowPropsKeepAliases", "NonCompatibleTypeChanges", "TypographyUseFontStyle", "SparseCheckoutEnabled", "NoTagsNoBlobsCheckoutEnabled", "PulsarDebugMode", "PulsarLogSdkNetwork", "PulsarCacheSdk", "PulsarPreloadData", "PulsarConcurrencyMode", "PulsarConcurrency", "PulsarProfilerMode", "ForgeE2BTemplate", "ForgeOnDemandIterations", "ForgeAutoRetryOnErrors", "ForgeAiBackendMigrated", "CustomForgeTemplate", "ForgeRestartPlaywright"]>;
155375
+ 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"]>;
155286
155376
  createdAt: z$1.ZodDate;
155287
155377
  enabled: z$1.ZodBoolean;
155288
155378
  designSystemId: z$1.ZodOptional<z$1.ZodString>;
155289
155379
  data: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodRecord<z$1.ZodString, z$1.ZodAny>>>;
155290
155380
  }, "strip", z$1.ZodTypeAny, {
155291
- feature: "FigmaImporterV2" | "DisableImporter" | "VariablesOrder" | "TypographyPropsKeepAliases" | "GradientPropsKeepAliases" | "ShadowPropsKeepAliases" | "NonCompatibleTypeChanges" | "TypographyUseFontStyle" | "SparseCheckoutEnabled" | "NoTagsNoBlobsCheckoutEnabled" | "PulsarDebugMode" | "PulsarLogSdkNetwork" | "PulsarCacheSdk" | "PulsarPreloadData" | "PulsarConcurrencyMode" | "PulsarConcurrency" | "PulsarProfilerMode" | "ForgeE2BTemplate" | "ForgeOnDemandIterations" | "ForgeAutoRetryOnErrors" | "ForgeAiBackendMigrated" | "CustomForgeTemplate" | "ForgeRestartPlaywright";
155381
+ feature: "FigmaImporterV2" | "DisableImporter" | "VariablesOrder" | "TypographyPropsKeepAliases" | "GradientPropsKeepAliases" | "ShadowPropsKeepAliases" | "NonCompatibleTypeChanges" | "TypographyUseFontStyle" | "SparseCheckoutEnabled" | "NoTagsNoBlobsCheckoutEnabled" | "PulsarDebugMode" | "PulsarLogSdkNetwork" | "PulsarCacheSdk" | "PulsarPreloadData" | "PulsarConcurrencyMode" | "PulsarConcurrency" | "PulsarProfilerMode" | "ForgeE2BTemplate" | "ForgeOnDemandIterations" | "ForgeAutoRetryOnErrors" | "CustomForgeTemplate" | "ForgeRestartPlaywright";
155292
155382
  id: string;
155293
155383
  createdAt: Date;
155294
155384
  enabled: boolean;
155295
155385
  data?: Record<string, any> | null | undefined;
155296
155386
  designSystemId?: string | undefined;
155297
155387
  }, {
155298
- feature: "FigmaImporterV2" | "DisableImporter" | "VariablesOrder" | "TypographyPropsKeepAliases" | "GradientPropsKeepAliases" | "ShadowPropsKeepAliases" | "NonCompatibleTypeChanges" | "TypographyUseFontStyle" | "SparseCheckoutEnabled" | "NoTagsNoBlobsCheckoutEnabled" | "PulsarDebugMode" | "PulsarLogSdkNetwork" | "PulsarCacheSdk" | "PulsarPreloadData" | "PulsarConcurrencyMode" | "PulsarConcurrency" | "PulsarProfilerMode" | "ForgeE2BTemplate" | "ForgeOnDemandIterations" | "ForgeAutoRetryOnErrors" | "ForgeAiBackendMigrated" | "CustomForgeTemplate" | "ForgeRestartPlaywright";
155388
+ feature: "FigmaImporterV2" | "DisableImporter" | "VariablesOrder" | "TypographyPropsKeepAliases" | "GradientPropsKeepAliases" | "ShadowPropsKeepAliases" | "NonCompatibleTypeChanges" | "TypographyUseFontStyle" | "SparseCheckoutEnabled" | "NoTagsNoBlobsCheckoutEnabled" | "PulsarDebugMode" | "PulsarLogSdkNetwork" | "PulsarCacheSdk" | "PulsarPreloadData" | "PulsarConcurrencyMode" | "PulsarConcurrency" | "PulsarProfilerMode" | "ForgeE2BTemplate" | "ForgeOnDemandIterations" | "ForgeAutoRetryOnErrors" | "CustomForgeTemplate" | "ForgeRestartPlaywright";
155299
155389
  id: string;
155300
155390
  createdAt: Date;
155301
155391
  enabled: boolean;
package/dist/index.js CHANGED
@@ -4767,6 +4767,8 @@ var FigmaExporterProcessedStylesSchema = _zod.z.object({
4767
4767
  backgroundSize: _zod.z.string().optional(),
4768
4768
  backgroundPosition: _zod.z.string().optional(),
4769
4769
  backgroundRepeat: _zod.z.string().optional(),
4770
+ // Typed as string to support multiple background blend modes
4771
+ backgroundBlendMode: _zod.z.string().optional(),
4770
4772
  backgroundClip: _zod.z.union([_zod.z.literal("border-box"), _zod.z.literal("padding-box"), _zod.z.literal("content-box"), _zod.z.literal("text")]).optional(),
4771
4773
  backgroundOrigin: _zod.z.union([_zod.z.literal("border-box"), _zod.z.literal("padding-box"), _zod.z.literal("content-box")]).optional(),
4772
4774
  opacity: _zod.z.number().optional(),
@@ -4842,6 +4844,8 @@ var FigmaExporterProcessedStylesSchema = _zod.z.object({
4842
4844
  ]).optional(),
4843
4845
  wordBreak: _zod.z.union([_zod.z.literal("normal"), _zod.z.literal("break-all"), _zod.z.literal("keep-all"), _zod.z.literal("break-word")]).optional(),
4844
4846
  textOverflow: _zod.z.union([_zod.z.literal("clip"), _zod.z.literal("ellipsis")]).optional(),
4847
+ WebkitBackgroundClip: _zod.z.literal("text").optional(),
4848
+ WebkitTextFillColor: _zod.z.string().optional(),
4845
4849
  WebkitLineClamp: _zod.z.number().optional(),
4846
4850
  WebkitBoxOrient: _zod.z.literal("vertical").optional(),
4847
4851
  fontFeatureSettings: _zod.z.string().optional(),
@@ -6698,7 +6702,6 @@ var FlaggedFeature = _zod.z.enum([
6698
6702
  "ForgeE2BTemplate",
6699
6703
  "ForgeOnDemandIterations",
6700
6704
  "ForgeAutoRetryOnErrors",
6701
- "ForgeAiBackendMigrated",
6702
6705
  "CustomForgeTemplate",
6703
6706
  "ForgeRestartPlaywright"
6704
6707
  ]);