@supernova-studio/model 1.79.3 → 1.80.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.mts +81 -0
- package/dist/index.d.ts +81 -0
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -92215,12 +92215,14 @@ declare const ImportModelCollection: z$1.ZodObject<{
|
|
|
92215
92215
|
originKey: z$1.ZodString;
|
|
92216
92216
|
} & {
|
|
92217
92217
|
format: z$1.ZodLiteral<"Svg">;
|
|
92218
|
+
scale: z$1.ZodNumber;
|
|
92218
92219
|
}, "strip", z$1.ZodTypeAny, {
|
|
92219
92220
|
type: "FigmaRender";
|
|
92220
92221
|
originKey: string;
|
|
92221
92222
|
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
92222
92223
|
format: "Svg";
|
|
92223
92224
|
fileId: string;
|
|
92225
|
+
scale: number;
|
|
92224
92226
|
nodeId: string;
|
|
92225
92227
|
fileVersionId?: string | undefined;
|
|
92226
92228
|
}, {
|
|
@@ -92229,6 +92231,7 @@ declare const ImportModelCollection: z$1.ZodObject<{
|
|
|
92229
92231
|
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
92230
92232
|
format: "Svg";
|
|
92231
92233
|
fileId: string;
|
|
92234
|
+
scale: number;
|
|
92232
92235
|
nodeId: string;
|
|
92233
92236
|
fileVersionId?: string | undefined;
|
|
92234
92237
|
}>]>]>;
|
|
@@ -92336,12 +92339,14 @@ declare const ImportModelCollection: z$1.ZodObject<{
|
|
|
92336
92339
|
originKey: z$1.ZodString;
|
|
92337
92340
|
} & {
|
|
92338
92341
|
format: z$1.ZodLiteral<"Svg">;
|
|
92342
|
+
scale: z$1.ZodNumber;
|
|
92339
92343
|
}, "strip", z$1.ZodTypeAny, {
|
|
92340
92344
|
type: "FigmaRender";
|
|
92341
92345
|
originKey: string;
|
|
92342
92346
|
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
92343
92347
|
format: "Svg";
|
|
92344
92348
|
fileId: string;
|
|
92349
|
+
scale: number;
|
|
92345
92350
|
nodeId: string;
|
|
92346
92351
|
fileVersionId?: string | undefined;
|
|
92347
92352
|
}, {
|
|
@@ -92350,6 +92355,7 @@ declare const ImportModelCollection: z$1.ZodObject<{
|
|
|
92350
92355
|
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
92351
92356
|
format: "Svg";
|
|
92352
92357
|
fileId: string;
|
|
92358
|
+
scale: number;
|
|
92353
92359
|
nodeId: string;
|
|
92354
92360
|
fileVersionId?: string | undefined;
|
|
92355
92361
|
}>>;
|
|
@@ -92417,6 +92423,7 @@ declare const ImportModelCollection: z$1.ZodObject<{
|
|
|
92417
92423
|
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
92418
92424
|
format: "Svg";
|
|
92419
92425
|
fileId: string;
|
|
92426
|
+
scale: number;
|
|
92420
92427
|
nodeId: string;
|
|
92421
92428
|
fileVersionId?: string | undefined;
|
|
92422
92429
|
};
|
|
@@ -92426,6 +92433,7 @@ declare const ImportModelCollection: z$1.ZodObject<{
|
|
|
92426
92433
|
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
92427
92434
|
format: "Svg";
|
|
92428
92435
|
fileId: string;
|
|
92436
|
+
scale: number;
|
|
92429
92437
|
nodeId: string;
|
|
92430
92438
|
fileVersionId?: string | undefined;
|
|
92431
92439
|
} | undefined;
|
|
@@ -92497,6 +92505,7 @@ declare const ImportModelCollection: z$1.ZodObject<{
|
|
|
92497
92505
|
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
92498
92506
|
format: "Svg";
|
|
92499
92507
|
fileId: string;
|
|
92508
|
+
scale: number;
|
|
92500
92509
|
nodeId: string;
|
|
92501
92510
|
fileVersionId?: string | undefined;
|
|
92502
92511
|
};
|
|
@@ -92506,6 +92515,7 @@ declare const ImportModelCollection: z$1.ZodObject<{
|
|
|
92506
92515
|
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
92507
92516
|
format: "Svg";
|
|
92508
92517
|
fileId: string;
|
|
92518
|
+
scale: number;
|
|
92509
92519
|
nodeId: string;
|
|
92510
92520
|
fileVersionId?: string | undefined;
|
|
92511
92521
|
} | undefined;
|
|
@@ -99403,6 +99413,7 @@ declare const ImportModelCollection: z$1.ZodObject<{
|
|
|
99403
99413
|
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
99404
99414
|
format: "Svg";
|
|
99405
99415
|
fileId: string;
|
|
99416
|
+
scale: number;
|
|
99406
99417
|
nodeId: string;
|
|
99407
99418
|
fileVersionId?: string | undefined;
|
|
99408
99419
|
};
|
|
@@ -99412,6 +99423,7 @@ declare const ImportModelCollection: z$1.ZodObject<{
|
|
|
99412
99423
|
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
99413
99424
|
format: "Svg";
|
|
99414
99425
|
fileId: string;
|
|
99426
|
+
scale: number;
|
|
99415
99427
|
nodeId: string;
|
|
99416
99428
|
fileVersionId?: string | undefined;
|
|
99417
99429
|
} | undefined;
|
|
@@ -100737,6 +100749,7 @@ declare const ImportModelCollection: z$1.ZodObject<{
|
|
|
100737
100749
|
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
100738
100750
|
format: "Svg";
|
|
100739
100751
|
fileId: string;
|
|
100752
|
+
scale: number;
|
|
100740
100753
|
nodeId: string;
|
|
100741
100754
|
fileVersionId?: string | undefined;
|
|
100742
100755
|
};
|
|
@@ -100746,6 +100759,7 @@ declare const ImportModelCollection: z$1.ZodObject<{
|
|
|
100746
100759
|
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
100747
100760
|
format: "Svg";
|
|
100748
100761
|
fileId: string;
|
|
100762
|
+
scale: number;
|
|
100749
100763
|
nodeId: string;
|
|
100750
100764
|
fileVersionId?: string | undefined;
|
|
100751
100765
|
} | undefined;
|
|
@@ -103924,12 +103938,14 @@ declare const ImportModelInputCollection: z$1.ZodObject<{
|
|
|
103924
103938
|
originKey: z$1.ZodString;
|
|
103925
103939
|
} & {
|
|
103926
103940
|
format: z$1.ZodLiteral<"Svg">;
|
|
103941
|
+
scale: z$1.ZodNumber;
|
|
103927
103942
|
}, "strip", z$1.ZodTypeAny, {
|
|
103928
103943
|
type: "FigmaRender";
|
|
103929
103944
|
originKey: string;
|
|
103930
103945
|
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
103931
103946
|
format: "Svg";
|
|
103932
103947
|
fileId: string;
|
|
103948
|
+
scale: number;
|
|
103933
103949
|
nodeId: string;
|
|
103934
103950
|
fileVersionId?: string | undefined;
|
|
103935
103951
|
}, {
|
|
@@ -103938,6 +103954,7 @@ declare const ImportModelInputCollection: z$1.ZodObject<{
|
|
|
103938
103954
|
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
103939
103955
|
format: "Svg";
|
|
103940
103956
|
fileId: string;
|
|
103957
|
+
scale: number;
|
|
103941
103958
|
nodeId: string;
|
|
103942
103959
|
fileVersionId?: string | undefined;
|
|
103943
103960
|
}>]>]>;
|
|
@@ -104045,12 +104062,14 @@ declare const ImportModelInputCollection: z$1.ZodObject<{
|
|
|
104045
104062
|
originKey: z$1.ZodString;
|
|
104046
104063
|
} & {
|
|
104047
104064
|
format: z$1.ZodLiteral<"Svg">;
|
|
104065
|
+
scale: z$1.ZodNumber;
|
|
104048
104066
|
}, "strip", z$1.ZodTypeAny, {
|
|
104049
104067
|
type: "FigmaRender";
|
|
104050
104068
|
originKey: string;
|
|
104051
104069
|
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
104052
104070
|
format: "Svg";
|
|
104053
104071
|
fileId: string;
|
|
104072
|
+
scale: number;
|
|
104054
104073
|
nodeId: string;
|
|
104055
104074
|
fileVersionId?: string | undefined;
|
|
104056
104075
|
}, {
|
|
@@ -104059,6 +104078,7 @@ declare const ImportModelInputCollection: z$1.ZodObject<{
|
|
|
104059
104078
|
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
104060
104079
|
format: "Svg";
|
|
104061
104080
|
fileId: string;
|
|
104081
|
+
scale: number;
|
|
104062
104082
|
nodeId: string;
|
|
104063
104083
|
fileVersionId?: string | undefined;
|
|
104064
104084
|
}>>;
|
|
@@ -104105,6 +104125,7 @@ declare const ImportModelInputCollection: z$1.ZodObject<{
|
|
|
104105
104125
|
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
104106
104126
|
format: "Svg";
|
|
104107
104127
|
fileId: string;
|
|
104128
|
+
scale: number;
|
|
104108
104129
|
nodeId: string;
|
|
104109
104130
|
fileVersionId?: string | undefined;
|
|
104110
104131
|
};
|
|
@@ -104120,6 +104141,7 @@ declare const ImportModelInputCollection: z$1.ZodObject<{
|
|
|
104120
104141
|
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
104121
104142
|
format: "Svg";
|
|
104122
104143
|
fileId: string;
|
|
104144
|
+
scale: number;
|
|
104123
104145
|
nodeId: string;
|
|
104124
104146
|
fileVersionId?: string | undefined;
|
|
104125
104147
|
} | undefined;
|
|
@@ -104181,6 +104203,7 @@ declare const ImportModelInputCollection: z$1.ZodObject<{
|
|
|
104181
104203
|
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
104182
104204
|
format: "Svg";
|
|
104183
104205
|
fileId: string;
|
|
104206
|
+
scale: number;
|
|
104184
104207
|
nodeId: string;
|
|
104185
104208
|
fileVersionId?: string | undefined;
|
|
104186
104209
|
};
|
|
@@ -104196,6 +104219,7 @@ declare const ImportModelInputCollection: z$1.ZodObject<{
|
|
|
104196
104219
|
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
104197
104220
|
format: "Svg";
|
|
104198
104221
|
fileId: string;
|
|
104222
|
+
scale: number;
|
|
104199
104223
|
nodeId: string;
|
|
104200
104224
|
fileVersionId?: string | undefined;
|
|
104201
104225
|
} | undefined;
|
|
@@ -104301,12 +104325,14 @@ declare const ImportModelInputCollection: z$1.ZodObject<{
|
|
|
104301
104325
|
originKey: z$1.ZodString;
|
|
104302
104326
|
} & {
|
|
104303
104327
|
format: z$1.ZodLiteral<"Svg">;
|
|
104328
|
+
scale: z$1.ZodNumber;
|
|
104304
104329
|
}, "strip", z$1.ZodTypeAny, {
|
|
104305
104330
|
type: "FigmaRender";
|
|
104306
104331
|
originKey: string;
|
|
104307
104332
|
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
104308
104333
|
format: "Svg";
|
|
104309
104334
|
fileId: string;
|
|
104335
|
+
scale: number;
|
|
104310
104336
|
nodeId: string;
|
|
104311
104337
|
fileVersionId?: string | undefined;
|
|
104312
104338
|
}, {
|
|
@@ -104315,6 +104341,7 @@ declare const ImportModelInputCollection: z$1.ZodObject<{
|
|
|
104315
104341
|
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
104316
104342
|
format: "Svg";
|
|
104317
104343
|
fileId: string;
|
|
104344
|
+
scale: number;
|
|
104318
104345
|
nodeId: string;
|
|
104319
104346
|
fileVersionId?: string | undefined;
|
|
104320
104347
|
}>]>]>;
|
|
@@ -104422,12 +104449,14 @@ declare const ImportModelInputCollection: z$1.ZodObject<{
|
|
|
104422
104449
|
originKey: z$1.ZodString;
|
|
104423
104450
|
} & {
|
|
104424
104451
|
format: z$1.ZodLiteral<"Svg">;
|
|
104452
|
+
scale: z$1.ZodNumber;
|
|
104425
104453
|
}, "strip", z$1.ZodTypeAny, {
|
|
104426
104454
|
type: "FigmaRender";
|
|
104427
104455
|
originKey: string;
|
|
104428
104456
|
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
104429
104457
|
format: "Svg";
|
|
104430
104458
|
fileId: string;
|
|
104459
|
+
scale: number;
|
|
104431
104460
|
nodeId: string;
|
|
104432
104461
|
fileVersionId?: string | undefined;
|
|
104433
104462
|
}, {
|
|
@@ -104436,6 +104465,7 @@ declare const ImportModelInputCollection: z$1.ZodObject<{
|
|
|
104436
104465
|
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
104437
104466
|
format: "Svg";
|
|
104438
104467
|
fileId: string;
|
|
104468
|
+
scale: number;
|
|
104439
104469
|
nodeId: string;
|
|
104440
104470
|
fileVersionId?: string | undefined;
|
|
104441
104471
|
}>>;
|
|
@@ -104482,6 +104512,7 @@ declare const ImportModelInputCollection: z$1.ZodObject<{
|
|
|
104482
104512
|
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
104483
104513
|
format: "Svg";
|
|
104484
104514
|
fileId: string;
|
|
104515
|
+
scale: number;
|
|
104485
104516
|
nodeId: string;
|
|
104486
104517
|
fileVersionId?: string | undefined;
|
|
104487
104518
|
};
|
|
@@ -104497,6 +104528,7 @@ declare const ImportModelInputCollection: z$1.ZodObject<{
|
|
|
104497
104528
|
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
104498
104529
|
format: "Svg";
|
|
104499
104530
|
fileId: string;
|
|
104531
|
+
scale: number;
|
|
104500
104532
|
nodeId: string;
|
|
104501
104533
|
fileVersionId?: string | undefined;
|
|
104502
104534
|
} | undefined;
|
|
@@ -104558,6 +104590,7 @@ declare const ImportModelInputCollection: z$1.ZodObject<{
|
|
|
104558
104590
|
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
104559
104591
|
format: "Svg";
|
|
104560
104592
|
fileId: string;
|
|
104593
|
+
scale: number;
|
|
104561
104594
|
nodeId: string;
|
|
104562
104595
|
fileVersionId?: string | undefined;
|
|
104563
104596
|
};
|
|
@@ -104573,6 +104606,7 @@ declare const ImportModelInputCollection: z$1.ZodObject<{
|
|
|
104573
104606
|
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
104574
104607
|
format: "Svg";
|
|
104575
104608
|
fileId: string;
|
|
104609
|
+
scale: number;
|
|
104576
104610
|
nodeId: string;
|
|
104577
104611
|
fileVersionId?: string | undefined;
|
|
104578
104612
|
} | undefined;
|
|
@@ -110981,6 +111015,7 @@ declare const ImportModelInputCollection: z$1.ZodObject<{
|
|
|
110981
111015
|
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
110982
111016
|
format: "Svg";
|
|
110983
111017
|
fileId: string;
|
|
111018
|
+
scale: number;
|
|
110984
111019
|
nodeId: string;
|
|
110985
111020
|
fileVersionId?: string | undefined;
|
|
110986
111021
|
};
|
|
@@ -110996,6 +111031,7 @@ declare const ImportModelInputCollection: z$1.ZodObject<{
|
|
|
110996
111031
|
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
110997
111032
|
format: "Svg";
|
|
110998
111033
|
fileId: string;
|
|
111034
|
+
scale: number;
|
|
110999
111035
|
nodeId: string;
|
|
111000
111036
|
fileVersionId?: string | undefined;
|
|
111001
111037
|
} | undefined;
|
|
@@ -111449,6 +111485,7 @@ declare const ImportModelInputCollection: z$1.ZodObject<{
|
|
|
111449
111485
|
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
111450
111486
|
format: "Svg";
|
|
111451
111487
|
fileId: string;
|
|
111488
|
+
scale: number;
|
|
111452
111489
|
nodeId: string;
|
|
111453
111490
|
fileVersionId?: string | undefined;
|
|
111454
111491
|
};
|
|
@@ -111464,6 +111501,7 @@ declare const ImportModelInputCollection: z$1.ZodObject<{
|
|
|
111464
111501
|
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
111465
111502
|
format: "Svg";
|
|
111466
111503
|
fileId: string;
|
|
111504
|
+
scale: number;
|
|
111467
111505
|
nodeId: string;
|
|
111468
111506
|
fileVersionId?: string | undefined;
|
|
111469
111507
|
} | undefined;
|
|
@@ -112321,6 +112359,7 @@ declare const ImportModelInputCollection: z$1.ZodObject<{
|
|
|
112321
112359
|
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
112322
112360
|
format: "Svg";
|
|
112323
112361
|
fileId: string;
|
|
112362
|
+
scale: number;
|
|
112324
112363
|
nodeId: string;
|
|
112325
112364
|
fileVersionId?: string | undefined;
|
|
112326
112365
|
};
|
|
@@ -112336,6 +112375,7 @@ declare const ImportModelInputCollection: z$1.ZodObject<{
|
|
|
112336
112375
|
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
112337
112376
|
format: "Svg";
|
|
112338
112377
|
fileId: string;
|
|
112378
|
+
scale: number;
|
|
112339
112379
|
nodeId: string;
|
|
112340
112380
|
fileVersionId?: string | undefined;
|
|
112341
112381
|
} | undefined;
|
|
@@ -112784,6 +112824,7 @@ declare const ImportModelInputCollection: z$1.ZodObject<{
|
|
|
112784
112824
|
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
112785
112825
|
format: "Svg";
|
|
112786
112826
|
fileId: string;
|
|
112827
|
+
scale: number;
|
|
112787
112828
|
nodeId: string;
|
|
112788
112829
|
fileVersionId?: string | undefined;
|
|
112789
112830
|
};
|
|
@@ -112799,6 +112840,7 @@ declare const ImportModelInputCollection: z$1.ZodObject<{
|
|
|
112799
112840
|
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
112800
112841
|
format: "Svg";
|
|
112801
112842
|
fileId: string;
|
|
112843
|
+
scale: number;
|
|
112802
112844
|
nodeId: string;
|
|
112803
112845
|
fileVersionId?: string | undefined;
|
|
112804
112846
|
} | undefined;
|
|
@@ -113695,12 +113737,14 @@ declare const FigmaComponentImportModel: z$1.ZodObject<{
|
|
|
113695
113737
|
originKey: z$1.ZodString;
|
|
113696
113738
|
} & {
|
|
113697
113739
|
format: z$1.ZodLiteral<"Svg">;
|
|
113740
|
+
scale: z$1.ZodNumber;
|
|
113698
113741
|
}, "strip", z$1.ZodTypeAny, {
|
|
113699
113742
|
type: "FigmaRender";
|
|
113700
113743
|
originKey: string;
|
|
113701
113744
|
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
113702
113745
|
format: "Svg";
|
|
113703
113746
|
fileId: string;
|
|
113747
|
+
scale: number;
|
|
113704
113748
|
nodeId: string;
|
|
113705
113749
|
fileVersionId?: string | undefined;
|
|
113706
113750
|
}, {
|
|
@@ -113709,6 +113753,7 @@ declare const FigmaComponentImportModel: z$1.ZodObject<{
|
|
|
113709
113753
|
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
113710
113754
|
format: "Svg";
|
|
113711
113755
|
fileId: string;
|
|
113756
|
+
scale: number;
|
|
113712
113757
|
nodeId: string;
|
|
113713
113758
|
fileVersionId?: string | undefined;
|
|
113714
113759
|
}>]>]>;
|
|
@@ -113816,12 +113861,14 @@ declare const FigmaComponentImportModel: z$1.ZodObject<{
|
|
|
113816
113861
|
originKey: z$1.ZodString;
|
|
113817
113862
|
} & {
|
|
113818
113863
|
format: z$1.ZodLiteral<"Svg">;
|
|
113864
|
+
scale: z$1.ZodNumber;
|
|
113819
113865
|
}, "strip", z$1.ZodTypeAny, {
|
|
113820
113866
|
type: "FigmaRender";
|
|
113821
113867
|
originKey: string;
|
|
113822
113868
|
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
113823
113869
|
format: "Svg";
|
|
113824
113870
|
fileId: string;
|
|
113871
|
+
scale: number;
|
|
113825
113872
|
nodeId: string;
|
|
113826
113873
|
fileVersionId?: string | undefined;
|
|
113827
113874
|
}, {
|
|
@@ -113830,6 +113877,7 @@ declare const FigmaComponentImportModel: z$1.ZodObject<{
|
|
|
113830
113877
|
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
113831
113878
|
format: "Svg";
|
|
113832
113879
|
fileId: string;
|
|
113880
|
+
scale: number;
|
|
113833
113881
|
nodeId: string;
|
|
113834
113882
|
fileVersionId?: string | undefined;
|
|
113835
113883
|
}>>;
|
|
@@ -113897,6 +113945,7 @@ declare const FigmaComponentImportModel: z$1.ZodObject<{
|
|
|
113897
113945
|
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
113898
113946
|
format: "Svg";
|
|
113899
113947
|
fileId: string;
|
|
113948
|
+
scale: number;
|
|
113900
113949
|
nodeId: string;
|
|
113901
113950
|
fileVersionId?: string | undefined;
|
|
113902
113951
|
};
|
|
@@ -113906,6 +113955,7 @@ declare const FigmaComponentImportModel: z$1.ZodObject<{
|
|
|
113906
113955
|
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
113907
113956
|
format: "Svg";
|
|
113908
113957
|
fileId: string;
|
|
113958
|
+
scale: number;
|
|
113909
113959
|
nodeId: string;
|
|
113910
113960
|
fileVersionId?: string | undefined;
|
|
113911
113961
|
} | undefined;
|
|
@@ -113977,6 +114027,7 @@ declare const FigmaComponentImportModel: z$1.ZodObject<{
|
|
|
113977
114027
|
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
113978
114028
|
format: "Svg";
|
|
113979
114029
|
fileId: string;
|
|
114030
|
+
scale: number;
|
|
113980
114031
|
nodeId: string;
|
|
113981
114032
|
fileVersionId?: string | undefined;
|
|
113982
114033
|
};
|
|
@@ -113986,6 +114037,7 @@ declare const FigmaComponentImportModel: z$1.ZodObject<{
|
|
|
113986
114037
|
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
113987
114038
|
format: "Svg";
|
|
113988
114039
|
fileId: string;
|
|
114040
|
+
scale: number;
|
|
113989
114041
|
nodeId: string;
|
|
113990
114042
|
fileVersionId?: string | undefined;
|
|
113991
114043
|
} | undefined;
|
|
@@ -114091,12 +114143,14 @@ declare const FigmaComponentImportModelInput: z$1.ZodObject<{
|
|
|
114091
114143
|
originKey: z$1.ZodString;
|
|
114092
114144
|
} & {
|
|
114093
114145
|
format: z$1.ZodLiteral<"Svg">;
|
|
114146
|
+
scale: z$1.ZodNumber;
|
|
114094
114147
|
}, "strip", z$1.ZodTypeAny, {
|
|
114095
114148
|
type: "FigmaRender";
|
|
114096
114149
|
originKey: string;
|
|
114097
114150
|
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
114098
114151
|
format: "Svg";
|
|
114099
114152
|
fileId: string;
|
|
114153
|
+
scale: number;
|
|
114100
114154
|
nodeId: string;
|
|
114101
114155
|
fileVersionId?: string | undefined;
|
|
114102
114156
|
}, {
|
|
@@ -114105,6 +114159,7 @@ declare const FigmaComponentImportModelInput: z$1.ZodObject<{
|
|
|
114105
114159
|
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
114106
114160
|
format: "Svg";
|
|
114107
114161
|
fileId: string;
|
|
114162
|
+
scale: number;
|
|
114108
114163
|
nodeId: string;
|
|
114109
114164
|
fileVersionId?: string | undefined;
|
|
114110
114165
|
}>]>]>;
|
|
@@ -114212,12 +114267,14 @@ declare const FigmaComponentImportModelInput: z$1.ZodObject<{
|
|
|
114212
114267
|
originKey: z$1.ZodString;
|
|
114213
114268
|
} & {
|
|
114214
114269
|
format: z$1.ZodLiteral<"Svg">;
|
|
114270
|
+
scale: z$1.ZodNumber;
|
|
114215
114271
|
}, "strip", z$1.ZodTypeAny, {
|
|
114216
114272
|
type: "FigmaRender";
|
|
114217
114273
|
originKey: string;
|
|
114218
114274
|
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
114219
114275
|
format: "Svg";
|
|
114220
114276
|
fileId: string;
|
|
114277
|
+
scale: number;
|
|
114221
114278
|
nodeId: string;
|
|
114222
114279
|
fileVersionId?: string | undefined;
|
|
114223
114280
|
}, {
|
|
@@ -114226,6 +114283,7 @@ declare const FigmaComponentImportModelInput: z$1.ZodObject<{
|
|
|
114226
114283
|
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
114227
114284
|
format: "Svg";
|
|
114228
114285
|
fileId: string;
|
|
114286
|
+
scale: number;
|
|
114229
114287
|
nodeId: string;
|
|
114230
114288
|
fileVersionId?: string | undefined;
|
|
114231
114289
|
}>>;
|
|
@@ -114272,6 +114330,7 @@ declare const FigmaComponentImportModelInput: z$1.ZodObject<{
|
|
|
114272
114330
|
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
114273
114331
|
format: "Svg";
|
|
114274
114332
|
fileId: string;
|
|
114333
|
+
scale: number;
|
|
114275
114334
|
nodeId: string;
|
|
114276
114335
|
fileVersionId?: string | undefined;
|
|
114277
114336
|
};
|
|
@@ -114287,6 +114346,7 @@ declare const FigmaComponentImportModelInput: z$1.ZodObject<{
|
|
|
114287
114346
|
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
114288
114347
|
format: "Svg";
|
|
114289
114348
|
fileId: string;
|
|
114349
|
+
scale: number;
|
|
114290
114350
|
nodeId: string;
|
|
114291
114351
|
fileVersionId?: string | undefined;
|
|
114292
114352
|
} | undefined;
|
|
@@ -114348,6 +114408,7 @@ declare const FigmaComponentImportModelInput: z$1.ZodObject<{
|
|
|
114348
114408
|
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
114349
114409
|
format: "Svg";
|
|
114350
114410
|
fileId: string;
|
|
114411
|
+
scale: number;
|
|
114351
114412
|
nodeId: string;
|
|
114352
114413
|
fileVersionId?: string | undefined;
|
|
114353
114414
|
};
|
|
@@ -114363,6 +114424,7 @@ declare const FigmaComponentImportModelInput: z$1.ZodObject<{
|
|
|
114363
114424
|
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
114364
114425
|
format: "Svg";
|
|
114365
114426
|
fileId: string;
|
|
114427
|
+
scale: number;
|
|
114366
114428
|
nodeId: string;
|
|
114367
114429
|
fileVersionId?: string | undefined;
|
|
114368
114430
|
} | undefined;
|
|
@@ -114469,12 +114531,14 @@ declare const AssetImportModelInput: z$1.ZodObject<{
|
|
|
114469
114531
|
originKey: z$1.ZodString;
|
|
114470
114532
|
} & {
|
|
114471
114533
|
format: z$1.ZodLiteral<"Svg">;
|
|
114534
|
+
scale: z$1.ZodNumber;
|
|
114472
114535
|
}, "strip", z$1.ZodTypeAny, {
|
|
114473
114536
|
type: "FigmaRender";
|
|
114474
114537
|
originKey: string;
|
|
114475
114538
|
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
114476
114539
|
format: "Svg";
|
|
114477
114540
|
fileId: string;
|
|
114541
|
+
scale: number;
|
|
114478
114542
|
nodeId: string;
|
|
114479
114543
|
fileVersionId?: string | undefined;
|
|
114480
114544
|
}, {
|
|
@@ -114483,6 +114547,7 @@ declare const AssetImportModelInput: z$1.ZodObject<{
|
|
|
114483
114547
|
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
114484
114548
|
format: "Svg";
|
|
114485
114549
|
fileId: string;
|
|
114550
|
+
scale: number;
|
|
114486
114551
|
nodeId: string;
|
|
114487
114552
|
fileVersionId?: string | undefined;
|
|
114488
114553
|
}>]>]>;
|
|
@@ -114590,12 +114655,14 @@ declare const AssetImportModelInput: z$1.ZodObject<{
|
|
|
114590
114655
|
originKey: z$1.ZodString;
|
|
114591
114656
|
} & {
|
|
114592
114657
|
format: z$1.ZodLiteral<"Svg">;
|
|
114658
|
+
scale: z$1.ZodNumber;
|
|
114593
114659
|
}, "strip", z$1.ZodTypeAny, {
|
|
114594
114660
|
type: "FigmaRender";
|
|
114595
114661
|
originKey: string;
|
|
114596
114662
|
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
114597
114663
|
format: "Svg";
|
|
114598
114664
|
fileId: string;
|
|
114665
|
+
scale: number;
|
|
114599
114666
|
nodeId: string;
|
|
114600
114667
|
fileVersionId?: string | undefined;
|
|
114601
114668
|
}, {
|
|
@@ -114604,6 +114671,7 @@ declare const AssetImportModelInput: z$1.ZodObject<{
|
|
|
114604
114671
|
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
114605
114672
|
format: "Svg";
|
|
114606
114673
|
fileId: string;
|
|
114674
|
+
scale: number;
|
|
114607
114675
|
nodeId: string;
|
|
114608
114676
|
fileVersionId?: string | undefined;
|
|
114609
114677
|
}>>;
|
|
@@ -114650,6 +114718,7 @@ declare const AssetImportModelInput: z$1.ZodObject<{
|
|
|
114650
114718
|
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
114651
114719
|
format: "Svg";
|
|
114652
114720
|
fileId: string;
|
|
114721
|
+
scale: number;
|
|
114653
114722
|
nodeId: string;
|
|
114654
114723
|
fileVersionId?: string | undefined;
|
|
114655
114724
|
};
|
|
@@ -114665,6 +114734,7 @@ declare const AssetImportModelInput: z$1.ZodObject<{
|
|
|
114665
114734
|
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
114666
114735
|
format: "Svg";
|
|
114667
114736
|
fileId: string;
|
|
114737
|
+
scale: number;
|
|
114668
114738
|
nodeId: string;
|
|
114669
114739
|
fileVersionId?: string | undefined;
|
|
114670
114740
|
} | undefined;
|
|
@@ -114726,6 +114796,7 @@ declare const AssetImportModelInput: z$1.ZodObject<{
|
|
|
114726
114796
|
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
114727
114797
|
format: "Svg";
|
|
114728
114798
|
fileId: string;
|
|
114799
|
+
scale: number;
|
|
114729
114800
|
nodeId: string;
|
|
114730
114801
|
fileVersionId?: string | undefined;
|
|
114731
114802
|
};
|
|
@@ -114741,6 +114812,7 @@ declare const AssetImportModelInput: z$1.ZodObject<{
|
|
|
114741
114812
|
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
114742
114813
|
format: "Svg";
|
|
114743
114814
|
fileId: string;
|
|
114815
|
+
scale: number;
|
|
114744
114816
|
nodeId: string;
|
|
114745
114817
|
fileVersionId?: string | undefined;
|
|
114746
114818
|
} | undefined;
|
|
@@ -114867,12 +114939,14 @@ declare const FigmaSvgRenderImportModel: z$1.ZodObject<{
|
|
|
114867
114939
|
originKey: z$1.ZodString;
|
|
114868
114940
|
} & {
|
|
114869
114941
|
format: z$1.ZodLiteral<"Svg">;
|
|
114942
|
+
scale: z$1.ZodNumber;
|
|
114870
114943
|
}, "strip", z$1.ZodTypeAny, {
|
|
114871
114944
|
type: "FigmaRender";
|
|
114872
114945
|
originKey: string;
|
|
114873
114946
|
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
114874
114947
|
format: "Svg";
|
|
114875
114948
|
fileId: string;
|
|
114949
|
+
scale: number;
|
|
114876
114950
|
nodeId: string;
|
|
114877
114951
|
fileVersionId?: string | undefined;
|
|
114878
114952
|
}, {
|
|
@@ -114881,6 +114955,7 @@ declare const FigmaSvgRenderImportModel: z$1.ZodObject<{
|
|
|
114881
114955
|
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
114882
114956
|
format: "Svg";
|
|
114883
114957
|
fileId: string;
|
|
114958
|
+
scale: number;
|
|
114884
114959
|
nodeId: string;
|
|
114885
114960
|
fileVersionId?: string | undefined;
|
|
114886
114961
|
}>;
|
|
@@ -114924,12 +114999,14 @@ declare const FigmaRenderImportModel: z$1.ZodDiscriminatedUnion<"format", [z$1.Z
|
|
|
114924
114999
|
originKey: z$1.ZodString;
|
|
114925
115000
|
} & {
|
|
114926
115001
|
format: z$1.ZodLiteral<"Svg">;
|
|
115002
|
+
scale: z$1.ZodNumber;
|
|
114927
115003
|
}, "strip", z$1.ZodTypeAny, {
|
|
114928
115004
|
type: "FigmaRender";
|
|
114929
115005
|
originKey: string;
|
|
114930
115006
|
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
114931
115007
|
format: "Svg";
|
|
114932
115008
|
fileId: string;
|
|
115009
|
+
scale: number;
|
|
114933
115010
|
nodeId: string;
|
|
114934
115011
|
fileVersionId?: string | undefined;
|
|
114935
115012
|
}, {
|
|
@@ -114938,6 +115015,7 @@ declare const FigmaRenderImportModel: z$1.ZodDiscriminatedUnion<"format", [z$1.Z
|
|
|
114938
115015
|
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
114939
115016
|
format: "Svg";
|
|
114940
115017
|
fileId: string;
|
|
115018
|
+
scale: number;
|
|
114941
115019
|
nodeId: string;
|
|
114942
115020
|
fileVersionId?: string | undefined;
|
|
114943
115021
|
}>]>;
|
|
@@ -115000,12 +115078,14 @@ declare const ImageImportModel: z$1.ZodUnion<[z$1.ZodObject<{
|
|
|
115000
115078
|
originKey: z$1.ZodString;
|
|
115001
115079
|
} & {
|
|
115002
115080
|
format: z$1.ZodLiteral<"Svg">;
|
|
115081
|
+
scale: z$1.ZodNumber;
|
|
115003
115082
|
}, "strip", z$1.ZodTypeAny, {
|
|
115004
115083
|
type: "FigmaRender";
|
|
115005
115084
|
originKey: string;
|
|
115006
115085
|
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
115007
115086
|
format: "Svg";
|
|
115008
115087
|
fileId: string;
|
|
115088
|
+
scale: number;
|
|
115009
115089
|
nodeId: string;
|
|
115010
115090
|
fileVersionId?: string | undefined;
|
|
115011
115091
|
}, {
|
|
@@ -115014,6 +115094,7 @@ declare const ImageImportModel: z$1.ZodUnion<[z$1.ZodObject<{
|
|
|
115014
115094
|
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
115015
115095
|
format: "Svg";
|
|
115016
115096
|
fileId: string;
|
|
115097
|
+
scale: number;
|
|
115017
115098
|
nodeId: string;
|
|
115018
115099
|
fileVersionId?: string | undefined;
|
|
115019
115100
|
}>]>]>;
|