@supernova-studio/model 1.81.2 → 1.81.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.mts +42 -0
- package/dist/index.d.ts +42 -0
- package/dist/index.js +4 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -83870,6 +83870,7 @@ declare const FigmaExporterProcessedStylesSchema: z$1.ZodObject<{
|
|
|
83870
83870
|
backgroundOrigin: z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodLiteral<"border-box">, z$1.ZodLiteral<"padding-box">, z$1.ZodLiteral<"content-box">]>>;
|
|
83871
83871
|
opacity: z$1.ZodOptional<z$1.ZodNumber>;
|
|
83872
83872
|
boxShadow: z$1.ZodOptional<z$1.ZodString>;
|
|
83873
|
+
textShadow: z$1.ZodOptional<z$1.ZodString>;
|
|
83873
83874
|
filter: z$1.ZodOptional<z$1.ZodString>;
|
|
83874
83875
|
backdropFilter: z$1.ZodOptional<z$1.ZodString>;
|
|
83875
83876
|
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">]>>;
|
|
@@ -83990,6 +83991,7 @@ declare const FigmaExporterProcessedStylesSchema: z$1.ZodObject<{
|
|
|
83990
83991
|
backgroundClip?: "text" | "border-box" | "padding-box" | "content-box" | undefined;
|
|
83991
83992
|
backgroundOrigin?: "border-box" | "padding-box" | "content-box" | undefined;
|
|
83992
83993
|
boxShadow?: string | undefined;
|
|
83994
|
+
textShadow?: string | undefined;
|
|
83993
83995
|
backdropFilter?: string | undefined;
|
|
83994
83996
|
mixBlendMode?: "color" | "normal" | "multiply" | "screen" | "overlay" | "darken" | "lighten" | "color-dodge" | "color-burn" | "hard-light" | "soft-light" | "difference" | "exclusion" | "hue" | "saturation" | "luminosity" | "plus-lighter" | undefined;
|
|
83995
83997
|
transform?: string | undefined;
|
|
@@ -84102,6 +84104,7 @@ declare const FigmaExporterProcessedStylesSchema: z$1.ZodObject<{
|
|
|
84102
84104
|
backgroundClip?: "text" | "border-box" | "padding-box" | "content-box" | undefined;
|
|
84103
84105
|
backgroundOrigin?: "border-box" | "padding-box" | "content-box" | undefined;
|
|
84104
84106
|
boxShadow?: string | undefined;
|
|
84107
|
+
textShadow?: string | undefined;
|
|
84105
84108
|
backdropFilter?: string | undefined;
|
|
84106
84109
|
mixBlendMode?: "color" | "normal" | "multiply" | "screen" | "overlay" | "darken" | "lighten" | "color-dodge" | "color-burn" | "hard-light" | "soft-light" | "difference" | "exclusion" | "hue" | "saturation" | "luminosity" | "plus-lighter" | undefined;
|
|
84107
84110
|
transform?: string | undefined;
|
|
@@ -84212,6 +84215,7 @@ declare const frameNodeObjectSchema: z$1.ZodObject<{
|
|
|
84212
84215
|
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">]>>>;
|
|
84213
84216
|
opacity: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodNumber>>;
|
|
84214
84217
|
boxShadow: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
84218
|
+
textShadow: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
84215
84219
|
filter: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
84216
84220
|
backdropFilter: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
84217
84221
|
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">]>>>;
|
|
@@ -84332,6 +84336,7 @@ declare const frameNodeObjectSchema: z$1.ZodObject<{
|
|
|
84332
84336
|
backgroundClip?: "text" | "border-box" | "padding-box" | "content-box" | undefined;
|
|
84333
84337
|
backgroundOrigin?: "border-box" | "padding-box" | "content-box" | undefined;
|
|
84334
84338
|
boxShadow?: string | undefined;
|
|
84339
|
+
textShadow?: string | undefined;
|
|
84335
84340
|
backdropFilter?: string | undefined;
|
|
84336
84341
|
mixBlendMode?: "color" | "normal" | "multiply" | "screen" | "overlay" | "darken" | "lighten" | "color-dodge" | "color-burn" | "hard-light" | "soft-light" | "difference" | "exclusion" | "hue" | "saturation" | "luminosity" | "plus-lighter" | undefined;
|
|
84337
84342
|
transform?: string | undefined;
|
|
@@ -84444,6 +84449,7 @@ declare const frameNodeObjectSchema: z$1.ZodObject<{
|
|
|
84444
84449
|
backgroundClip?: "text" | "border-box" | "padding-box" | "content-box" | undefined;
|
|
84445
84450
|
backgroundOrigin?: "border-box" | "padding-box" | "content-box" | undefined;
|
|
84446
84451
|
boxShadow?: string | undefined;
|
|
84452
|
+
textShadow?: string | undefined;
|
|
84447
84453
|
backdropFilter?: string | undefined;
|
|
84448
84454
|
mixBlendMode?: "color" | "normal" | "multiply" | "screen" | "overlay" | "darken" | "lighten" | "color-dodge" | "color-burn" | "hard-light" | "soft-light" | "difference" | "exclusion" | "hue" | "saturation" | "luminosity" | "plus-lighter" | undefined;
|
|
84449
84455
|
transform?: string | undefined;
|
|
@@ -84563,6 +84569,7 @@ declare const frameNodeObjectSchema: z$1.ZodObject<{
|
|
|
84563
84569
|
backgroundClip?: "text" | "border-box" | "padding-box" | "content-box" | undefined;
|
|
84564
84570
|
backgroundOrigin?: "border-box" | "padding-box" | "content-box" | undefined;
|
|
84565
84571
|
boxShadow?: string | undefined;
|
|
84572
|
+
textShadow?: string | undefined;
|
|
84566
84573
|
backdropFilter?: string | undefined;
|
|
84567
84574
|
mixBlendMode?: "color" | "normal" | "multiply" | "screen" | "overlay" | "darken" | "lighten" | "color-dodge" | "color-burn" | "hard-light" | "soft-light" | "difference" | "exclusion" | "hue" | "saturation" | "luminosity" | "plus-lighter" | undefined;
|
|
84568
84575
|
transform?: string | undefined;
|
|
@@ -84681,6 +84688,7 @@ declare const frameNodeObjectSchema: z$1.ZodObject<{
|
|
|
84681
84688
|
backgroundClip?: "text" | "border-box" | "padding-box" | "content-box" | undefined;
|
|
84682
84689
|
backgroundOrigin?: "border-box" | "padding-box" | "content-box" | undefined;
|
|
84683
84690
|
boxShadow?: string | undefined;
|
|
84691
|
+
textShadow?: string | undefined;
|
|
84684
84692
|
backdropFilter?: string | undefined;
|
|
84685
84693
|
mixBlendMode?: "color" | "normal" | "multiply" | "screen" | "overlay" | "darken" | "lighten" | "color-dodge" | "color-burn" | "hard-light" | "soft-light" | "difference" | "exclusion" | "hue" | "saturation" | "luminosity" | "plus-lighter" | undefined;
|
|
84686
84694
|
transform?: string | undefined;
|
|
@@ -84792,6 +84800,7 @@ declare const textNodeObjectSchema: z$1.ZodObject<{
|
|
|
84792
84800
|
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">]>>>;
|
|
84793
84801
|
opacity: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodNumber>>;
|
|
84794
84802
|
boxShadow: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
84803
|
+
textShadow: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
84795
84804
|
filter: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
84796
84805
|
backdropFilter: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
84797
84806
|
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">]>>>;
|
|
@@ -84912,6 +84921,7 @@ declare const textNodeObjectSchema: z$1.ZodObject<{
|
|
|
84912
84921
|
backgroundClip?: "text" | "border-box" | "padding-box" | "content-box" | undefined;
|
|
84913
84922
|
backgroundOrigin?: "border-box" | "padding-box" | "content-box" | undefined;
|
|
84914
84923
|
boxShadow?: string | undefined;
|
|
84924
|
+
textShadow?: string | undefined;
|
|
84915
84925
|
backdropFilter?: string | undefined;
|
|
84916
84926
|
mixBlendMode?: "color" | "normal" | "multiply" | "screen" | "overlay" | "darken" | "lighten" | "color-dodge" | "color-burn" | "hard-light" | "soft-light" | "difference" | "exclusion" | "hue" | "saturation" | "luminosity" | "plus-lighter" | undefined;
|
|
84917
84927
|
transform?: string | undefined;
|
|
@@ -85024,6 +85034,7 @@ declare const textNodeObjectSchema: z$1.ZodObject<{
|
|
|
85024
85034
|
backgroundClip?: "text" | "border-box" | "padding-box" | "content-box" | undefined;
|
|
85025
85035
|
backgroundOrigin?: "border-box" | "padding-box" | "content-box" | undefined;
|
|
85026
85036
|
boxShadow?: string | undefined;
|
|
85037
|
+
textShadow?: string | undefined;
|
|
85027
85038
|
backdropFilter?: string | undefined;
|
|
85028
85039
|
mixBlendMode?: "color" | "normal" | "multiply" | "screen" | "overlay" | "darken" | "lighten" | "color-dodge" | "color-burn" | "hard-light" | "soft-light" | "difference" | "exclusion" | "hue" | "saturation" | "luminosity" | "plus-lighter" | undefined;
|
|
85029
85040
|
transform?: string | undefined;
|
|
@@ -85063,6 +85074,8 @@ declare const textNodeObjectSchema: z$1.ZodObject<{
|
|
|
85063
85074
|
} & {
|
|
85064
85075
|
type: z$1.ZodLiteral<"TEXT">;
|
|
85065
85076
|
characters: z$1.ZodString;
|
|
85077
|
+
lineTypes: z$1.ZodOptional<z$1.ZodArray<z$1.ZodUnion<[z$1.ZodLiteral<"NONE">, z$1.ZodLiteral<"ORDERED">, z$1.ZodLiteral<"UNORDERED">]>, "many">>;
|
|
85078
|
+
lineIndentations: z$1.ZodOptional<z$1.ZodArray<z$1.ZodNumber, "many">>;
|
|
85066
85079
|
}, "strip", z$1.ZodTypeAny, {
|
|
85067
85080
|
type: "TEXT";
|
|
85068
85081
|
id: string;
|
|
@@ -85144,6 +85157,7 @@ declare const textNodeObjectSchema: z$1.ZodObject<{
|
|
|
85144
85157
|
backgroundClip?: "text" | "border-box" | "padding-box" | "content-box" | undefined;
|
|
85145
85158
|
backgroundOrigin?: "border-box" | "padding-box" | "content-box" | undefined;
|
|
85146
85159
|
boxShadow?: string | undefined;
|
|
85160
|
+
textShadow?: string | undefined;
|
|
85147
85161
|
backdropFilter?: string | undefined;
|
|
85148
85162
|
mixBlendMode?: "color" | "normal" | "multiply" | "screen" | "overlay" | "darken" | "lighten" | "color-dodge" | "color-burn" | "hard-light" | "soft-light" | "difference" | "exclusion" | "hue" | "saturation" | "luminosity" | "plus-lighter" | undefined;
|
|
85149
85163
|
transform?: string | undefined;
|
|
@@ -85182,6 +85196,8 @@ declare const textNodeObjectSchema: z$1.ZodObject<{
|
|
|
85182
85196
|
};
|
|
85183
85197
|
parentId: string | null;
|
|
85184
85198
|
characters: string;
|
|
85199
|
+
lineTypes?: ("NONE" | "ORDERED" | "UNORDERED")[] | undefined;
|
|
85200
|
+
lineIndentations?: number[] | undefined;
|
|
85185
85201
|
}, {
|
|
85186
85202
|
type: "TEXT";
|
|
85187
85203
|
id: string;
|
|
@@ -85263,6 +85279,7 @@ declare const textNodeObjectSchema: z$1.ZodObject<{
|
|
|
85263
85279
|
backgroundClip?: "text" | "border-box" | "padding-box" | "content-box" | undefined;
|
|
85264
85280
|
backgroundOrigin?: "border-box" | "padding-box" | "content-box" | undefined;
|
|
85265
85281
|
boxShadow?: string | undefined;
|
|
85282
|
+
textShadow?: string | undefined;
|
|
85266
85283
|
backdropFilter?: string | undefined;
|
|
85267
85284
|
mixBlendMode?: "color" | "normal" | "multiply" | "screen" | "overlay" | "darken" | "lighten" | "color-dodge" | "color-burn" | "hard-light" | "soft-light" | "difference" | "exclusion" | "hue" | "saturation" | "luminosity" | "plus-lighter" | undefined;
|
|
85268
85285
|
transform?: string | undefined;
|
|
@@ -85301,6 +85318,8 @@ declare const textNodeObjectSchema: z$1.ZodObject<{
|
|
|
85301
85318
|
};
|
|
85302
85319
|
parentId: string | null;
|
|
85303
85320
|
characters: string;
|
|
85321
|
+
lineTypes?: ("NONE" | "ORDERED" | "UNORDERED")[] | undefined;
|
|
85322
|
+
lineIndentations?: number[] | undefined;
|
|
85304
85323
|
}>;
|
|
85305
85324
|
declare const svgNodeObjectSchema: z$1.ZodObject<{
|
|
85306
85325
|
id: z$1.ZodString;
|
|
@@ -85375,6 +85394,7 @@ declare const svgNodeObjectSchema: z$1.ZodObject<{
|
|
|
85375
85394
|
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">]>>>;
|
|
85376
85395
|
opacity: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodNumber>>;
|
|
85377
85396
|
boxShadow: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
85397
|
+
textShadow: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
85378
85398
|
filter: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
85379
85399
|
backdropFilter: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
85380
85400
|
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">]>>>;
|
|
@@ -85495,6 +85515,7 @@ declare const svgNodeObjectSchema: z$1.ZodObject<{
|
|
|
85495
85515
|
backgroundClip?: "text" | "border-box" | "padding-box" | "content-box" | undefined;
|
|
85496
85516
|
backgroundOrigin?: "border-box" | "padding-box" | "content-box" | undefined;
|
|
85497
85517
|
boxShadow?: string | undefined;
|
|
85518
|
+
textShadow?: string | undefined;
|
|
85498
85519
|
backdropFilter?: string | undefined;
|
|
85499
85520
|
mixBlendMode?: "color" | "normal" | "multiply" | "screen" | "overlay" | "darken" | "lighten" | "color-dodge" | "color-burn" | "hard-light" | "soft-light" | "difference" | "exclusion" | "hue" | "saturation" | "luminosity" | "plus-lighter" | undefined;
|
|
85500
85521
|
transform?: string | undefined;
|
|
@@ -85607,6 +85628,7 @@ declare const svgNodeObjectSchema: z$1.ZodObject<{
|
|
|
85607
85628
|
backgroundClip?: "text" | "border-box" | "padding-box" | "content-box" | undefined;
|
|
85608
85629
|
backgroundOrigin?: "border-box" | "padding-box" | "content-box" | undefined;
|
|
85609
85630
|
boxShadow?: string | undefined;
|
|
85631
|
+
textShadow?: string | undefined;
|
|
85610
85632
|
backdropFilter?: string | undefined;
|
|
85611
85633
|
mixBlendMode?: "color" | "normal" | "multiply" | "screen" | "overlay" | "darken" | "lighten" | "color-dodge" | "color-burn" | "hard-light" | "soft-light" | "difference" | "exclusion" | "hue" | "saturation" | "luminosity" | "plus-lighter" | undefined;
|
|
85612
85634
|
transform?: string | undefined;
|
|
@@ -85727,6 +85749,7 @@ declare const svgNodeObjectSchema: z$1.ZodObject<{
|
|
|
85727
85749
|
backgroundClip?: "text" | "border-box" | "padding-box" | "content-box" | undefined;
|
|
85728
85750
|
backgroundOrigin?: "border-box" | "padding-box" | "content-box" | undefined;
|
|
85729
85751
|
boxShadow?: string | undefined;
|
|
85752
|
+
textShadow?: string | undefined;
|
|
85730
85753
|
backdropFilter?: string | undefined;
|
|
85731
85754
|
mixBlendMode?: "color" | "normal" | "multiply" | "screen" | "overlay" | "darken" | "lighten" | "color-dodge" | "color-burn" | "hard-light" | "soft-light" | "difference" | "exclusion" | "hue" | "saturation" | "luminosity" | "plus-lighter" | undefined;
|
|
85732
85755
|
transform?: string | undefined;
|
|
@@ -85846,6 +85869,7 @@ declare const svgNodeObjectSchema: z$1.ZodObject<{
|
|
|
85846
85869
|
backgroundClip?: "text" | "border-box" | "padding-box" | "content-box" | undefined;
|
|
85847
85870
|
backgroundOrigin?: "border-box" | "padding-box" | "content-box" | undefined;
|
|
85848
85871
|
boxShadow?: string | undefined;
|
|
85872
|
+
textShadow?: string | undefined;
|
|
85849
85873
|
backdropFilter?: string | undefined;
|
|
85850
85874
|
mixBlendMode?: "color" | "normal" | "multiply" | "screen" | "overlay" | "darken" | "lighten" | "color-dodge" | "color-burn" | "hard-light" | "soft-light" | "difference" | "exclusion" | "hue" | "saturation" | "luminosity" | "plus-lighter" | undefined;
|
|
85851
85875
|
transform?: string | undefined;
|
|
@@ -85958,6 +85982,7 @@ declare const componentInstanceObjectSchema: z$1.ZodObject<{
|
|
|
85958
85982
|
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">]>>>;
|
|
85959
85983
|
opacity: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodNumber>>;
|
|
85960
85984
|
boxShadow: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
85985
|
+
textShadow: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
85961
85986
|
filter: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
85962
85987
|
backdropFilter: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
85963
85988
|
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">]>>>;
|
|
@@ -86078,6 +86103,7 @@ declare const componentInstanceObjectSchema: z$1.ZodObject<{
|
|
|
86078
86103
|
backgroundClip?: "text" | "border-box" | "padding-box" | "content-box" | undefined;
|
|
86079
86104
|
backgroundOrigin?: "border-box" | "padding-box" | "content-box" | undefined;
|
|
86080
86105
|
boxShadow?: string | undefined;
|
|
86106
|
+
textShadow?: string | undefined;
|
|
86081
86107
|
backdropFilter?: string | undefined;
|
|
86082
86108
|
mixBlendMode?: "color" | "normal" | "multiply" | "screen" | "overlay" | "darken" | "lighten" | "color-dodge" | "color-burn" | "hard-light" | "soft-light" | "difference" | "exclusion" | "hue" | "saturation" | "luminosity" | "plus-lighter" | undefined;
|
|
86083
86109
|
transform?: string | undefined;
|
|
@@ -86190,6 +86216,7 @@ declare const componentInstanceObjectSchema: z$1.ZodObject<{
|
|
|
86190
86216
|
backgroundClip?: "text" | "border-box" | "padding-box" | "content-box" | undefined;
|
|
86191
86217
|
backgroundOrigin?: "border-box" | "padding-box" | "content-box" | undefined;
|
|
86192
86218
|
boxShadow?: string | undefined;
|
|
86219
|
+
textShadow?: string | undefined;
|
|
86193
86220
|
backdropFilter?: string | undefined;
|
|
86194
86221
|
mixBlendMode?: "color" | "normal" | "multiply" | "screen" | "overlay" | "darken" | "lighten" | "color-dodge" | "color-burn" | "hard-light" | "soft-light" | "difference" | "exclusion" | "hue" | "saturation" | "luminosity" | "plus-lighter" | undefined;
|
|
86195
86222
|
transform?: string | undefined;
|
|
@@ -86314,6 +86341,7 @@ declare const componentInstanceObjectSchema: z$1.ZodObject<{
|
|
|
86314
86341
|
backgroundClip?: "text" | "border-box" | "padding-box" | "content-box" | undefined;
|
|
86315
86342
|
backgroundOrigin?: "border-box" | "padding-box" | "content-box" | undefined;
|
|
86316
86343
|
boxShadow?: string | undefined;
|
|
86344
|
+
textShadow?: string | undefined;
|
|
86317
86345
|
backdropFilter?: string | undefined;
|
|
86318
86346
|
mixBlendMode?: "color" | "normal" | "multiply" | "screen" | "overlay" | "darken" | "lighten" | "color-dodge" | "color-burn" | "hard-light" | "soft-light" | "difference" | "exclusion" | "hue" | "saturation" | "luminosity" | "plus-lighter" | undefined;
|
|
86319
86347
|
transform?: string | undefined;
|
|
@@ -86437,6 +86465,7 @@ declare const componentInstanceObjectSchema: z$1.ZodObject<{
|
|
|
86437
86465
|
backgroundClip?: "text" | "border-box" | "padding-box" | "content-box" | undefined;
|
|
86438
86466
|
backgroundOrigin?: "border-box" | "padding-box" | "content-box" | undefined;
|
|
86439
86467
|
boxShadow?: string | undefined;
|
|
86468
|
+
textShadow?: string | undefined;
|
|
86440
86469
|
backdropFilter?: string | undefined;
|
|
86441
86470
|
mixBlendMode?: "color" | "normal" | "multiply" | "screen" | "overlay" | "darken" | "lighten" | "color-dodge" | "color-burn" | "hard-light" | "soft-light" | "difference" | "exclusion" | "hue" | "saturation" | "luminosity" | "plus-lighter" | undefined;
|
|
86442
86471
|
transform?: string | undefined;
|
|
@@ -86562,6 +86591,7 @@ declare const FigmaExporterAnyDesignNodeSchema: z$1.ZodUnion<[z$1.ZodType<FrameN
|
|
|
86562
86591
|
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">]>>>;
|
|
86563
86592
|
opacity: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodNumber>>;
|
|
86564
86593
|
boxShadow: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
86594
|
+
textShadow: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
86565
86595
|
filter: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
86566
86596
|
backdropFilter: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
86567
86597
|
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">]>>>;
|
|
@@ -86682,6 +86712,7 @@ declare const FigmaExporterAnyDesignNodeSchema: z$1.ZodUnion<[z$1.ZodType<FrameN
|
|
|
86682
86712
|
backgroundClip?: "text" | "border-box" | "padding-box" | "content-box" | undefined;
|
|
86683
86713
|
backgroundOrigin?: "border-box" | "padding-box" | "content-box" | undefined;
|
|
86684
86714
|
boxShadow?: string | undefined;
|
|
86715
|
+
textShadow?: string | undefined;
|
|
86685
86716
|
backdropFilter?: string | undefined;
|
|
86686
86717
|
mixBlendMode?: "color" | "normal" | "multiply" | "screen" | "overlay" | "darken" | "lighten" | "color-dodge" | "color-burn" | "hard-light" | "soft-light" | "difference" | "exclusion" | "hue" | "saturation" | "luminosity" | "plus-lighter" | undefined;
|
|
86687
86718
|
transform?: string | undefined;
|
|
@@ -86794,6 +86825,7 @@ declare const FigmaExporterAnyDesignNodeSchema: z$1.ZodUnion<[z$1.ZodType<FrameN
|
|
|
86794
86825
|
backgroundClip?: "text" | "border-box" | "padding-box" | "content-box" | undefined;
|
|
86795
86826
|
backgroundOrigin?: "border-box" | "padding-box" | "content-box" | undefined;
|
|
86796
86827
|
boxShadow?: string | undefined;
|
|
86828
|
+
textShadow?: string | undefined;
|
|
86797
86829
|
backdropFilter?: string | undefined;
|
|
86798
86830
|
mixBlendMode?: "color" | "normal" | "multiply" | "screen" | "overlay" | "darken" | "lighten" | "color-dodge" | "color-burn" | "hard-light" | "soft-light" | "difference" | "exclusion" | "hue" | "saturation" | "luminosity" | "plus-lighter" | undefined;
|
|
86799
86831
|
transform?: string | undefined;
|
|
@@ -86833,6 +86865,8 @@ declare const FigmaExporterAnyDesignNodeSchema: z$1.ZodUnion<[z$1.ZodType<FrameN
|
|
|
86833
86865
|
} & {
|
|
86834
86866
|
type: z$1.ZodLiteral<"TEXT">;
|
|
86835
86867
|
characters: z$1.ZodString;
|
|
86868
|
+
lineTypes: z$1.ZodOptional<z$1.ZodArray<z$1.ZodUnion<[z$1.ZodLiteral<"NONE">, z$1.ZodLiteral<"ORDERED">, z$1.ZodLiteral<"UNORDERED">]>, "many">>;
|
|
86869
|
+
lineIndentations: z$1.ZodOptional<z$1.ZodArray<z$1.ZodNumber, "many">>;
|
|
86836
86870
|
}, "strip", z$1.ZodTypeAny, {
|
|
86837
86871
|
type: "TEXT";
|
|
86838
86872
|
id: string;
|
|
@@ -86914,6 +86948,7 @@ declare const FigmaExporterAnyDesignNodeSchema: z$1.ZodUnion<[z$1.ZodType<FrameN
|
|
|
86914
86948
|
backgroundClip?: "text" | "border-box" | "padding-box" | "content-box" | undefined;
|
|
86915
86949
|
backgroundOrigin?: "border-box" | "padding-box" | "content-box" | undefined;
|
|
86916
86950
|
boxShadow?: string | undefined;
|
|
86951
|
+
textShadow?: string | undefined;
|
|
86917
86952
|
backdropFilter?: string | undefined;
|
|
86918
86953
|
mixBlendMode?: "color" | "normal" | "multiply" | "screen" | "overlay" | "darken" | "lighten" | "color-dodge" | "color-burn" | "hard-light" | "soft-light" | "difference" | "exclusion" | "hue" | "saturation" | "luminosity" | "plus-lighter" | undefined;
|
|
86919
86954
|
transform?: string | undefined;
|
|
@@ -86952,6 +86987,8 @@ declare const FigmaExporterAnyDesignNodeSchema: z$1.ZodUnion<[z$1.ZodType<FrameN
|
|
|
86952
86987
|
};
|
|
86953
86988
|
parentId: string | null;
|
|
86954
86989
|
characters: string;
|
|
86990
|
+
lineTypes?: ("NONE" | "ORDERED" | "UNORDERED")[] | undefined;
|
|
86991
|
+
lineIndentations?: number[] | undefined;
|
|
86955
86992
|
}, {
|
|
86956
86993
|
type: "TEXT";
|
|
86957
86994
|
id: string;
|
|
@@ -87033,6 +87070,7 @@ declare const FigmaExporterAnyDesignNodeSchema: z$1.ZodUnion<[z$1.ZodType<FrameN
|
|
|
87033
87070
|
backgroundClip?: "text" | "border-box" | "padding-box" | "content-box" | undefined;
|
|
87034
87071
|
backgroundOrigin?: "border-box" | "padding-box" | "content-box" | undefined;
|
|
87035
87072
|
boxShadow?: string | undefined;
|
|
87073
|
+
textShadow?: string | undefined;
|
|
87036
87074
|
backdropFilter?: string | undefined;
|
|
87037
87075
|
mixBlendMode?: "color" | "normal" | "multiply" | "screen" | "overlay" | "darken" | "lighten" | "color-dodge" | "color-burn" | "hard-light" | "soft-light" | "difference" | "exclusion" | "hue" | "saturation" | "luminosity" | "plus-lighter" | undefined;
|
|
87038
87076
|
transform?: string | undefined;
|
|
@@ -87071,6 +87109,8 @@ declare const FigmaExporterAnyDesignNodeSchema: z$1.ZodUnion<[z$1.ZodType<FrameN
|
|
|
87071
87109
|
};
|
|
87072
87110
|
parentId: string | null;
|
|
87073
87111
|
characters: string;
|
|
87112
|
+
lineTypes?: ("NONE" | "ORDERED" | "UNORDERED")[] | undefined;
|
|
87113
|
+
lineIndentations?: number[] | undefined;
|
|
87074
87114
|
}>, z$1.ZodType<{
|
|
87075
87115
|
type: "SVG";
|
|
87076
87116
|
id: string;
|
|
@@ -87152,6 +87192,7 @@ declare const FigmaExporterAnyDesignNodeSchema: z$1.ZodUnion<[z$1.ZodType<FrameN
|
|
|
87152
87192
|
backgroundClip?: "text" | "border-box" | "padding-box" | "content-box" | undefined;
|
|
87153
87193
|
backgroundOrigin?: "border-box" | "padding-box" | "content-box" | undefined;
|
|
87154
87194
|
boxShadow?: string | undefined;
|
|
87195
|
+
textShadow?: string | undefined;
|
|
87155
87196
|
backdropFilter?: string | undefined;
|
|
87156
87197
|
mixBlendMode?: "color" | "normal" | "multiply" | "screen" | "overlay" | "darken" | "lighten" | "color-dodge" | "color-burn" | "hard-light" | "soft-light" | "difference" | "exclusion" | "hue" | "saturation" | "luminosity" | "plus-lighter" | undefined;
|
|
87157
87198
|
transform?: string | undefined;
|
|
@@ -87271,6 +87312,7 @@ declare const FigmaExporterAnyDesignNodeSchema: z$1.ZodUnion<[z$1.ZodType<FrameN
|
|
|
87271
87312
|
backgroundClip?: "text" | "border-box" | "padding-box" | "content-box" | undefined;
|
|
87272
87313
|
backgroundOrigin?: "border-box" | "padding-box" | "content-box" | undefined;
|
|
87273
87314
|
boxShadow?: string | undefined;
|
|
87315
|
+
textShadow?: string | undefined;
|
|
87274
87316
|
backdropFilter?: string | undefined;
|
|
87275
87317
|
mixBlendMode?: "color" | "normal" | "multiply" | "screen" | "overlay" | "darken" | "lighten" | "color-dodge" | "color-burn" | "hard-light" | "soft-light" | "difference" | "exclusion" | "hue" | "saturation" | "luminosity" | "plus-lighter" | undefined;
|
|
87276
87318
|
transform?: string | undefined;
|
package/dist/index.d.ts
CHANGED
|
@@ -83870,6 +83870,7 @@ declare const FigmaExporterProcessedStylesSchema: z$1.ZodObject<{
|
|
|
83870
83870
|
backgroundOrigin: z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodLiteral<"border-box">, z$1.ZodLiteral<"padding-box">, z$1.ZodLiteral<"content-box">]>>;
|
|
83871
83871
|
opacity: z$1.ZodOptional<z$1.ZodNumber>;
|
|
83872
83872
|
boxShadow: z$1.ZodOptional<z$1.ZodString>;
|
|
83873
|
+
textShadow: z$1.ZodOptional<z$1.ZodString>;
|
|
83873
83874
|
filter: z$1.ZodOptional<z$1.ZodString>;
|
|
83874
83875
|
backdropFilter: z$1.ZodOptional<z$1.ZodString>;
|
|
83875
83876
|
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">]>>;
|
|
@@ -83990,6 +83991,7 @@ declare const FigmaExporterProcessedStylesSchema: z$1.ZodObject<{
|
|
|
83990
83991
|
backgroundClip?: "text" | "border-box" | "padding-box" | "content-box" | undefined;
|
|
83991
83992
|
backgroundOrigin?: "border-box" | "padding-box" | "content-box" | undefined;
|
|
83992
83993
|
boxShadow?: string | undefined;
|
|
83994
|
+
textShadow?: string | undefined;
|
|
83993
83995
|
backdropFilter?: string | undefined;
|
|
83994
83996
|
mixBlendMode?: "color" | "normal" | "multiply" | "screen" | "overlay" | "darken" | "lighten" | "color-dodge" | "color-burn" | "hard-light" | "soft-light" | "difference" | "exclusion" | "hue" | "saturation" | "luminosity" | "plus-lighter" | undefined;
|
|
83995
83997
|
transform?: string | undefined;
|
|
@@ -84102,6 +84104,7 @@ declare const FigmaExporterProcessedStylesSchema: z$1.ZodObject<{
|
|
|
84102
84104
|
backgroundClip?: "text" | "border-box" | "padding-box" | "content-box" | undefined;
|
|
84103
84105
|
backgroundOrigin?: "border-box" | "padding-box" | "content-box" | undefined;
|
|
84104
84106
|
boxShadow?: string | undefined;
|
|
84107
|
+
textShadow?: string | undefined;
|
|
84105
84108
|
backdropFilter?: string | undefined;
|
|
84106
84109
|
mixBlendMode?: "color" | "normal" | "multiply" | "screen" | "overlay" | "darken" | "lighten" | "color-dodge" | "color-burn" | "hard-light" | "soft-light" | "difference" | "exclusion" | "hue" | "saturation" | "luminosity" | "plus-lighter" | undefined;
|
|
84107
84110
|
transform?: string | undefined;
|
|
@@ -84212,6 +84215,7 @@ declare const frameNodeObjectSchema: z$1.ZodObject<{
|
|
|
84212
84215
|
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">]>>>;
|
|
84213
84216
|
opacity: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodNumber>>;
|
|
84214
84217
|
boxShadow: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
84218
|
+
textShadow: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
84215
84219
|
filter: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
84216
84220
|
backdropFilter: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
84217
84221
|
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">]>>>;
|
|
@@ -84332,6 +84336,7 @@ declare const frameNodeObjectSchema: z$1.ZodObject<{
|
|
|
84332
84336
|
backgroundClip?: "text" | "border-box" | "padding-box" | "content-box" | undefined;
|
|
84333
84337
|
backgroundOrigin?: "border-box" | "padding-box" | "content-box" | undefined;
|
|
84334
84338
|
boxShadow?: string | undefined;
|
|
84339
|
+
textShadow?: string | undefined;
|
|
84335
84340
|
backdropFilter?: string | undefined;
|
|
84336
84341
|
mixBlendMode?: "color" | "normal" | "multiply" | "screen" | "overlay" | "darken" | "lighten" | "color-dodge" | "color-burn" | "hard-light" | "soft-light" | "difference" | "exclusion" | "hue" | "saturation" | "luminosity" | "plus-lighter" | undefined;
|
|
84337
84342
|
transform?: string | undefined;
|
|
@@ -84444,6 +84449,7 @@ declare const frameNodeObjectSchema: z$1.ZodObject<{
|
|
|
84444
84449
|
backgroundClip?: "text" | "border-box" | "padding-box" | "content-box" | undefined;
|
|
84445
84450
|
backgroundOrigin?: "border-box" | "padding-box" | "content-box" | undefined;
|
|
84446
84451
|
boxShadow?: string | undefined;
|
|
84452
|
+
textShadow?: string | undefined;
|
|
84447
84453
|
backdropFilter?: string | undefined;
|
|
84448
84454
|
mixBlendMode?: "color" | "normal" | "multiply" | "screen" | "overlay" | "darken" | "lighten" | "color-dodge" | "color-burn" | "hard-light" | "soft-light" | "difference" | "exclusion" | "hue" | "saturation" | "luminosity" | "plus-lighter" | undefined;
|
|
84449
84455
|
transform?: string | undefined;
|
|
@@ -84563,6 +84569,7 @@ declare const frameNodeObjectSchema: z$1.ZodObject<{
|
|
|
84563
84569
|
backgroundClip?: "text" | "border-box" | "padding-box" | "content-box" | undefined;
|
|
84564
84570
|
backgroundOrigin?: "border-box" | "padding-box" | "content-box" | undefined;
|
|
84565
84571
|
boxShadow?: string | undefined;
|
|
84572
|
+
textShadow?: string | undefined;
|
|
84566
84573
|
backdropFilter?: string | undefined;
|
|
84567
84574
|
mixBlendMode?: "color" | "normal" | "multiply" | "screen" | "overlay" | "darken" | "lighten" | "color-dodge" | "color-burn" | "hard-light" | "soft-light" | "difference" | "exclusion" | "hue" | "saturation" | "luminosity" | "plus-lighter" | undefined;
|
|
84568
84575
|
transform?: string | undefined;
|
|
@@ -84681,6 +84688,7 @@ declare const frameNodeObjectSchema: z$1.ZodObject<{
|
|
|
84681
84688
|
backgroundClip?: "text" | "border-box" | "padding-box" | "content-box" | undefined;
|
|
84682
84689
|
backgroundOrigin?: "border-box" | "padding-box" | "content-box" | undefined;
|
|
84683
84690
|
boxShadow?: string | undefined;
|
|
84691
|
+
textShadow?: string | undefined;
|
|
84684
84692
|
backdropFilter?: string | undefined;
|
|
84685
84693
|
mixBlendMode?: "color" | "normal" | "multiply" | "screen" | "overlay" | "darken" | "lighten" | "color-dodge" | "color-burn" | "hard-light" | "soft-light" | "difference" | "exclusion" | "hue" | "saturation" | "luminosity" | "plus-lighter" | undefined;
|
|
84686
84694
|
transform?: string | undefined;
|
|
@@ -84792,6 +84800,7 @@ declare const textNodeObjectSchema: z$1.ZodObject<{
|
|
|
84792
84800
|
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">]>>>;
|
|
84793
84801
|
opacity: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodNumber>>;
|
|
84794
84802
|
boxShadow: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
84803
|
+
textShadow: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
84795
84804
|
filter: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
84796
84805
|
backdropFilter: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
84797
84806
|
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">]>>>;
|
|
@@ -84912,6 +84921,7 @@ declare const textNodeObjectSchema: z$1.ZodObject<{
|
|
|
84912
84921
|
backgroundClip?: "text" | "border-box" | "padding-box" | "content-box" | undefined;
|
|
84913
84922
|
backgroundOrigin?: "border-box" | "padding-box" | "content-box" | undefined;
|
|
84914
84923
|
boxShadow?: string | undefined;
|
|
84924
|
+
textShadow?: string | undefined;
|
|
84915
84925
|
backdropFilter?: string | undefined;
|
|
84916
84926
|
mixBlendMode?: "color" | "normal" | "multiply" | "screen" | "overlay" | "darken" | "lighten" | "color-dodge" | "color-burn" | "hard-light" | "soft-light" | "difference" | "exclusion" | "hue" | "saturation" | "luminosity" | "plus-lighter" | undefined;
|
|
84917
84927
|
transform?: string | undefined;
|
|
@@ -85024,6 +85034,7 @@ declare const textNodeObjectSchema: z$1.ZodObject<{
|
|
|
85024
85034
|
backgroundClip?: "text" | "border-box" | "padding-box" | "content-box" | undefined;
|
|
85025
85035
|
backgroundOrigin?: "border-box" | "padding-box" | "content-box" | undefined;
|
|
85026
85036
|
boxShadow?: string | undefined;
|
|
85037
|
+
textShadow?: string | undefined;
|
|
85027
85038
|
backdropFilter?: string | undefined;
|
|
85028
85039
|
mixBlendMode?: "color" | "normal" | "multiply" | "screen" | "overlay" | "darken" | "lighten" | "color-dodge" | "color-burn" | "hard-light" | "soft-light" | "difference" | "exclusion" | "hue" | "saturation" | "luminosity" | "plus-lighter" | undefined;
|
|
85029
85040
|
transform?: string | undefined;
|
|
@@ -85063,6 +85074,8 @@ declare const textNodeObjectSchema: z$1.ZodObject<{
|
|
|
85063
85074
|
} & {
|
|
85064
85075
|
type: z$1.ZodLiteral<"TEXT">;
|
|
85065
85076
|
characters: z$1.ZodString;
|
|
85077
|
+
lineTypes: z$1.ZodOptional<z$1.ZodArray<z$1.ZodUnion<[z$1.ZodLiteral<"NONE">, z$1.ZodLiteral<"ORDERED">, z$1.ZodLiteral<"UNORDERED">]>, "many">>;
|
|
85078
|
+
lineIndentations: z$1.ZodOptional<z$1.ZodArray<z$1.ZodNumber, "many">>;
|
|
85066
85079
|
}, "strip", z$1.ZodTypeAny, {
|
|
85067
85080
|
type: "TEXT";
|
|
85068
85081
|
id: string;
|
|
@@ -85144,6 +85157,7 @@ declare const textNodeObjectSchema: z$1.ZodObject<{
|
|
|
85144
85157
|
backgroundClip?: "text" | "border-box" | "padding-box" | "content-box" | undefined;
|
|
85145
85158
|
backgroundOrigin?: "border-box" | "padding-box" | "content-box" | undefined;
|
|
85146
85159
|
boxShadow?: string | undefined;
|
|
85160
|
+
textShadow?: string | undefined;
|
|
85147
85161
|
backdropFilter?: string | undefined;
|
|
85148
85162
|
mixBlendMode?: "color" | "normal" | "multiply" | "screen" | "overlay" | "darken" | "lighten" | "color-dodge" | "color-burn" | "hard-light" | "soft-light" | "difference" | "exclusion" | "hue" | "saturation" | "luminosity" | "plus-lighter" | undefined;
|
|
85149
85163
|
transform?: string | undefined;
|
|
@@ -85182,6 +85196,8 @@ declare const textNodeObjectSchema: z$1.ZodObject<{
|
|
|
85182
85196
|
};
|
|
85183
85197
|
parentId: string | null;
|
|
85184
85198
|
characters: string;
|
|
85199
|
+
lineTypes?: ("NONE" | "ORDERED" | "UNORDERED")[] | undefined;
|
|
85200
|
+
lineIndentations?: number[] | undefined;
|
|
85185
85201
|
}, {
|
|
85186
85202
|
type: "TEXT";
|
|
85187
85203
|
id: string;
|
|
@@ -85263,6 +85279,7 @@ declare const textNodeObjectSchema: z$1.ZodObject<{
|
|
|
85263
85279
|
backgroundClip?: "text" | "border-box" | "padding-box" | "content-box" | undefined;
|
|
85264
85280
|
backgroundOrigin?: "border-box" | "padding-box" | "content-box" | undefined;
|
|
85265
85281
|
boxShadow?: string | undefined;
|
|
85282
|
+
textShadow?: string | undefined;
|
|
85266
85283
|
backdropFilter?: string | undefined;
|
|
85267
85284
|
mixBlendMode?: "color" | "normal" | "multiply" | "screen" | "overlay" | "darken" | "lighten" | "color-dodge" | "color-burn" | "hard-light" | "soft-light" | "difference" | "exclusion" | "hue" | "saturation" | "luminosity" | "plus-lighter" | undefined;
|
|
85268
85285
|
transform?: string | undefined;
|
|
@@ -85301,6 +85318,8 @@ declare const textNodeObjectSchema: z$1.ZodObject<{
|
|
|
85301
85318
|
};
|
|
85302
85319
|
parentId: string | null;
|
|
85303
85320
|
characters: string;
|
|
85321
|
+
lineTypes?: ("NONE" | "ORDERED" | "UNORDERED")[] | undefined;
|
|
85322
|
+
lineIndentations?: number[] | undefined;
|
|
85304
85323
|
}>;
|
|
85305
85324
|
declare const svgNodeObjectSchema: z$1.ZodObject<{
|
|
85306
85325
|
id: z$1.ZodString;
|
|
@@ -85375,6 +85394,7 @@ declare const svgNodeObjectSchema: z$1.ZodObject<{
|
|
|
85375
85394
|
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">]>>>;
|
|
85376
85395
|
opacity: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodNumber>>;
|
|
85377
85396
|
boxShadow: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
85397
|
+
textShadow: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
85378
85398
|
filter: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
85379
85399
|
backdropFilter: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
85380
85400
|
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">]>>>;
|
|
@@ -85495,6 +85515,7 @@ declare const svgNodeObjectSchema: z$1.ZodObject<{
|
|
|
85495
85515
|
backgroundClip?: "text" | "border-box" | "padding-box" | "content-box" | undefined;
|
|
85496
85516
|
backgroundOrigin?: "border-box" | "padding-box" | "content-box" | undefined;
|
|
85497
85517
|
boxShadow?: string | undefined;
|
|
85518
|
+
textShadow?: string | undefined;
|
|
85498
85519
|
backdropFilter?: string | undefined;
|
|
85499
85520
|
mixBlendMode?: "color" | "normal" | "multiply" | "screen" | "overlay" | "darken" | "lighten" | "color-dodge" | "color-burn" | "hard-light" | "soft-light" | "difference" | "exclusion" | "hue" | "saturation" | "luminosity" | "plus-lighter" | undefined;
|
|
85500
85521
|
transform?: string | undefined;
|
|
@@ -85607,6 +85628,7 @@ declare const svgNodeObjectSchema: z$1.ZodObject<{
|
|
|
85607
85628
|
backgroundClip?: "text" | "border-box" | "padding-box" | "content-box" | undefined;
|
|
85608
85629
|
backgroundOrigin?: "border-box" | "padding-box" | "content-box" | undefined;
|
|
85609
85630
|
boxShadow?: string | undefined;
|
|
85631
|
+
textShadow?: string | undefined;
|
|
85610
85632
|
backdropFilter?: string | undefined;
|
|
85611
85633
|
mixBlendMode?: "color" | "normal" | "multiply" | "screen" | "overlay" | "darken" | "lighten" | "color-dodge" | "color-burn" | "hard-light" | "soft-light" | "difference" | "exclusion" | "hue" | "saturation" | "luminosity" | "plus-lighter" | undefined;
|
|
85612
85634
|
transform?: string | undefined;
|
|
@@ -85727,6 +85749,7 @@ declare const svgNodeObjectSchema: z$1.ZodObject<{
|
|
|
85727
85749
|
backgroundClip?: "text" | "border-box" | "padding-box" | "content-box" | undefined;
|
|
85728
85750
|
backgroundOrigin?: "border-box" | "padding-box" | "content-box" | undefined;
|
|
85729
85751
|
boxShadow?: string | undefined;
|
|
85752
|
+
textShadow?: string | undefined;
|
|
85730
85753
|
backdropFilter?: string | undefined;
|
|
85731
85754
|
mixBlendMode?: "color" | "normal" | "multiply" | "screen" | "overlay" | "darken" | "lighten" | "color-dodge" | "color-burn" | "hard-light" | "soft-light" | "difference" | "exclusion" | "hue" | "saturation" | "luminosity" | "plus-lighter" | undefined;
|
|
85732
85755
|
transform?: string | undefined;
|
|
@@ -85846,6 +85869,7 @@ declare const svgNodeObjectSchema: z$1.ZodObject<{
|
|
|
85846
85869
|
backgroundClip?: "text" | "border-box" | "padding-box" | "content-box" | undefined;
|
|
85847
85870
|
backgroundOrigin?: "border-box" | "padding-box" | "content-box" | undefined;
|
|
85848
85871
|
boxShadow?: string | undefined;
|
|
85872
|
+
textShadow?: string | undefined;
|
|
85849
85873
|
backdropFilter?: string | undefined;
|
|
85850
85874
|
mixBlendMode?: "color" | "normal" | "multiply" | "screen" | "overlay" | "darken" | "lighten" | "color-dodge" | "color-burn" | "hard-light" | "soft-light" | "difference" | "exclusion" | "hue" | "saturation" | "luminosity" | "plus-lighter" | undefined;
|
|
85851
85875
|
transform?: string | undefined;
|
|
@@ -85958,6 +85982,7 @@ declare const componentInstanceObjectSchema: z$1.ZodObject<{
|
|
|
85958
85982
|
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">]>>>;
|
|
85959
85983
|
opacity: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodNumber>>;
|
|
85960
85984
|
boxShadow: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
85985
|
+
textShadow: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
85961
85986
|
filter: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
85962
85987
|
backdropFilter: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
85963
85988
|
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">]>>>;
|
|
@@ -86078,6 +86103,7 @@ declare const componentInstanceObjectSchema: z$1.ZodObject<{
|
|
|
86078
86103
|
backgroundClip?: "text" | "border-box" | "padding-box" | "content-box" | undefined;
|
|
86079
86104
|
backgroundOrigin?: "border-box" | "padding-box" | "content-box" | undefined;
|
|
86080
86105
|
boxShadow?: string | undefined;
|
|
86106
|
+
textShadow?: string | undefined;
|
|
86081
86107
|
backdropFilter?: string | undefined;
|
|
86082
86108
|
mixBlendMode?: "color" | "normal" | "multiply" | "screen" | "overlay" | "darken" | "lighten" | "color-dodge" | "color-burn" | "hard-light" | "soft-light" | "difference" | "exclusion" | "hue" | "saturation" | "luminosity" | "plus-lighter" | undefined;
|
|
86083
86109
|
transform?: string | undefined;
|
|
@@ -86190,6 +86216,7 @@ declare const componentInstanceObjectSchema: z$1.ZodObject<{
|
|
|
86190
86216
|
backgroundClip?: "text" | "border-box" | "padding-box" | "content-box" | undefined;
|
|
86191
86217
|
backgroundOrigin?: "border-box" | "padding-box" | "content-box" | undefined;
|
|
86192
86218
|
boxShadow?: string | undefined;
|
|
86219
|
+
textShadow?: string | undefined;
|
|
86193
86220
|
backdropFilter?: string | undefined;
|
|
86194
86221
|
mixBlendMode?: "color" | "normal" | "multiply" | "screen" | "overlay" | "darken" | "lighten" | "color-dodge" | "color-burn" | "hard-light" | "soft-light" | "difference" | "exclusion" | "hue" | "saturation" | "luminosity" | "plus-lighter" | undefined;
|
|
86195
86222
|
transform?: string | undefined;
|
|
@@ -86314,6 +86341,7 @@ declare const componentInstanceObjectSchema: z$1.ZodObject<{
|
|
|
86314
86341
|
backgroundClip?: "text" | "border-box" | "padding-box" | "content-box" | undefined;
|
|
86315
86342
|
backgroundOrigin?: "border-box" | "padding-box" | "content-box" | undefined;
|
|
86316
86343
|
boxShadow?: string | undefined;
|
|
86344
|
+
textShadow?: string | undefined;
|
|
86317
86345
|
backdropFilter?: string | undefined;
|
|
86318
86346
|
mixBlendMode?: "color" | "normal" | "multiply" | "screen" | "overlay" | "darken" | "lighten" | "color-dodge" | "color-burn" | "hard-light" | "soft-light" | "difference" | "exclusion" | "hue" | "saturation" | "luminosity" | "plus-lighter" | undefined;
|
|
86319
86347
|
transform?: string | undefined;
|
|
@@ -86437,6 +86465,7 @@ declare const componentInstanceObjectSchema: z$1.ZodObject<{
|
|
|
86437
86465
|
backgroundClip?: "text" | "border-box" | "padding-box" | "content-box" | undefined;
|
|
86438
86466
|
backgroundOrigin?: "border-box" | "padding-box" | "content-box" | undefined;
|
|
86439
86467
|
boxShadow?: string | undefined;
|
|
86468
|
+
textShadow?: string | undefined;
|
|
86440
86469
|
backdropFilter?: string | undefined;
|
|
86441
86470
|
mixBlendMode?: "color" | "normal" | "multiply" | "screen" | "overlay" | "darken" | "lighten" | "color-dodge" | "color-burn" | "hard-light" | "soft-light" | "difference" | "exclusion" | "hue" | "saturation" | "luminosity" | "plus-lighter" | undefined;
|
|
86442
86471
|
transform?: string | undefined;
|
|
@@ -86562,6 +86591,7 @@ declare const FigmaExporterAnyDesignNodeSchema: z$1.ZodUnion<[z$1.ZodType<FrameN
|
|
|
86562
86591
|
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">]>>>;
|
|
86563
86592
|
opacity: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodNumber>>;
|
|
86564
86593
|
boxShadow: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
86594
|
+
textShadow: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
86565
86595
|
filter: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
86566
86596
|
backdropFilter: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
86567
86597
|
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">]>>>;
|
|
@@ -86682,6 +86712,7 @@ declare const FigmaExporterAnyDesignNodeSchema: z$1.ZodUnion<[z$1.ZodType<FrameN
|
|
|
86682
86712
|
backgroundClip?: "text" | "border-box" | "padding-box" | "content-box" | undefined;
|
|
86683
86713
|
backgroundOrigin?: "border-box" | "padding-box" | "content-box" | undefined;
|
|
86684
86714
|
boxShadow?: string | undefined;
|
|
86715
|
+
textShadow?: string | undefined;
|
|
86685
86716
|
backdropFilter?: string | undefined;
|
|
86686
86717
|
mixBlendMode?: "color" | "normal" | "multiply" | "screen" | "overlay" | "darken" | "lighten" | "color-dodge" | "color-burn" | "hard-light" | "soft-light" | "difference" | "exclusion" | "hue" | "saturation" | "luminosity" | "plus-lighter" | undefined;
|
|
86687
86718
|
transform?: string | undefined;
|
|
@@ -86794,6 +86825,7 @@ declare const FigmaExporterAnyDesignNodeSchema: z$1.ZodUnion<[z$1.ZodType<FrameN
|
|
|
86794
86825
|
backgroundClip?: "text" | "border-box" | "padding-box" | "content-box" | undefined;
|
|
86795
86826
|
backgroundOrigin?: "border-box" | "padding-box" | "content-box" | undefined;
|
|
86796
86827
|
boxShadow?: string | undefined;
|
|
86828
|
+
textShadow?: string | undefined;
|
|
86797
86829
|
backdropFilter?: string | undefined;
|
|
86798
86830
|
mixBlendMode?: "color" | "normal" | "multiply" | "screen" | "overlay" | "darken" | "lighten" | "color-dodge" | "color-burn" | "hard-light" | "soft-light" | "difference" | "exclusion" | "hue" | "saturation" | "luminosity" | "plus-lighter" | undefined;
|
|
86799
86831
|
transform?: string | undefined;
|
|
@@ -86833,6 +86865,8 @@ declare const FigmaExporterAnyDesignNodeSchema: z$1.ZodUnion<[z$1.ZodType<FrameN
|
|
|
86833
86865
|
} & {
|
|
86834
86866
|
type: z$1.ZodLiteral<"TEXT">;
|
|
86835
86867
|
characters: z$1.ZodString;
|
|
86868
|
+
lineTypes: z$1.ZodOptional<z$1.ZodArray<z$1.ZodUnion<[z$1.ZodLiteral<"NONE">, z$1.ZodLiteral<"ORDERED">, z$1.ZodLiteral<"UNORDERED">]>, "many">>;
|
|
86869
|
+
lineIndentations: z$1.ZodOptional<z$1.ZodArray<z$1.ZodNumber, "many">>;
|
|
86836
86870
|
}, "strip", z$1.ZodTypeAny, {
|
|
86837
86871
|
type: "TEXT";
|
|
86838
86872
|
id: string;
|
|
@@ -86914,6 +86948,7 @@ declare const FigmaExporterAnyDesignNodeSchema: z$1.ZodUnion<[z$1.ZodType<FrameN
|
|
|
86914
86948
|
backgroundClip?: "text" | "border-box" | "padding-box" | "content-box" | undefined;
|
|
86915
86949
|
backgroundOrigin?: "border-box" | "padding-box" | "content-box" | undefined;
|
|
86916
86950
|
boxShadow?: string | undefined;
|
|
86951
|
+
textShadow?: string | undefined;
|
|
86917
86952
|
backdropFilter?: string | undefined;
|
|
86918
86953
|
mixBlendMode?: "color" | "normal" | "multiply" | "screen" | "overlay" | "darken" | "lighten" | "color-dodge" | "color-burn" | "hard-light" | "soft-light" | "difference" | "exclusion" | "hue" | "saturation" | "luminosity" | "plus-lighter" | undefined;
|
|
86919
86954
|
transform?: string | undefined;
|
|
@@ -86952,6 +86987,8 @@ declare const FigmaExporterAnyDesignNodeSchema: z$1.ZodUnion<[z$1.ZodType<FrameN
|
|
|
86952
86987
|
};
|
|
86953
86988
|
parentId: string | null;
|
|
86954
86989
|
characters: string;
|
|
86990
|
+
lineTypes?: ("NONE" | "ORDERED" | "UNORDERED")[] | undefined;
|
|
86991
|
+
lineIndentations?: number[] | undefined;
|
|
86955
86992
|
}, {
|
|
86956
86993
|
type: "TEXT";
|
|
86957
86994
|
id: string;
|
|
@@ -87033,6 +87070,7 @@ declare const FigmaExporterAnyDesignNodeSchema: z$1.ZodUnion<[z$1.ZodType<FrameN
|
|
|
87033
87070
|
backgroundClip?: "text" | "border-box" | "padding-box" | "content-box" | undefined;
|
|
87034
87071
|
backgroundOrigin?: "border-box" | "padding-box" | "content-box" | undefined;
|
|
87035
87072
|
boxShadow?: string | undefined;
|
|
87073
|
+
textShadow?: string | undefined;
|
|
87036
87074
|
backdropFilter?: string | undefined;
|
|
87037
87075
|
mixBlendMode?: "color" | "normal" | "multiply" | "screen" | "overlay" | "darken" | "lighten" | "color-dodge" | "color-burn" | "hard-light" | "soft-light" | "difference" | "exclusion" | "hue" | "saturation" | "luminosity" | "plus-lighter" | undefined;
|
|
87038
87076
|
transform?: string | undefined;
|
|
@@ -87071,6 +87109,8 @@ declare const FigmaExporterAnyDesignNodeSchema: z$1.ZodUnion<[z$1.ZodType<FrameN
|
|
|
87071
87109
|
};
|
|
87072
87110
|
parentId: string | null;
|
|
87073
87111
|
characters: string;
|
|
87112
|
+
lineTypes?: ("NONE" | "ORDERED" | "UNORDERED")[] | undefined;
|
|
87113
|
+
lineIndentations?: number[] | undefined;
|
|
87074
87114
|
}>, z$1.ZodType<{
|
|
87075
87115
|
type: "SVG";
|
|
87076
87116
|
id: string;
|
|
@@ -87152,6 +87192,7 @@ declare const FigmaExporterAnyDesignNodeSchema: z$1.ZodUnion<[z$1.ZodType<FrameN
|
|
|
87152
87192
|
backgroundClip?: "text" | "border-box" | "padding-box" | "content-box" | undefined;
|
|
87153
87193
|
backgroundOrigin?: "border-box" | "padding-box" | "content-box" | undefined;
|
|
87154
87194
|
boxShadow?: string | undefined;
|
|
87195
|
+
textShadow?: string | undefined;
|
|
87155
87196
|
backdropFilter?: string | undefined;
|
|
87156
87197
|
mixBlendMode?: "color" | "normal" | "multiply" | "screen" | "overlay" | "darken" | "lighten" | "color-dodge" | "color-burn" | "hard-light" | "soft-light" | "difference" | "exclusion" | "hue" | "saturation" | "luminosity" | "plus-lighter" | undefined;
|
|
87157
87198
|
transform?: string | undefined;
|
|
@@ -87271,6 +87312,7 @@ declare const FigmaExporterAnyDesignNodeSchema: z$1.ZodUnion<[z$1.ZodType<FrameN
|
|
|
87271
87312
|
backgroundClip?: "text" | "border-box" | "padding-box" | "content-box" | undefined;
|
|
87272
87313
|
backgroundOrigin?: "border-box" | "padding-box" | "content-box" | undefined;
|
|
87273
87314
|
boxShadow?: string | undefined;
|
|
87315
|
+
textShadow?: string | undefined;
|
|
87274
87316
|
backdropFilter?: string | undefined;
|
|
87275
87317
|
mixBlendMode?: "color" | "normal" | "multiply" | "screen" | "overlay" | "darken" | "lighten" | "color-dodge" | "color-burn" | "hard-light" | "soft-light" | "difference" | "exclusion" | "hue" | "saturation" | "luminosity" | "plus-lighter" | undefined;
|
|
87276
87318
|
transform?: string | undefined;
|