@supernova-studio/model 1.80.0 → 1.80.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.mts CHANGED
@@ -84118,6 +84118,7 @@ declare const FigmaExporterProcessedStylesSchema: z$1.ZodObject<{
84118
84118
  type ProcessedStyles = z$1.infer<typeof FigmaExporterProcessedStylesSchema>;
84119
84119
  declare const frameNodeObjectSchema: z$1.ZodObject<{
84120
84120
  id: z$1.ZodString;
84121
+ name: z$1.ZodString;
84121
84122
  parentId: z$1.ZodNullable<z$1.ZodString>;
84122
84123
  styles: z$1.ZodObject<{
84123
84124
  display: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodLiteral<"block">, z$1.ZodLiteral<"inline-block">, z$1.ZodLiteral<"inline">, z$1.ZodLiteral<"flex">, z$1.ZodLiteral<"grid">, z$1.ZodLiteral<"none">]>>>;
@@ -84461,6 +84462,7 @@ declare const frameNodeObjectSchema: z$1.ZodObject<{
84461
84462
  }, "strip", z$1.ZodTypeAny, {
84462
84463
  type: "FRAME";
84463
84464
  id: string;
84465
+ name: string;
84464
84466
  styles: {
84465
84467
  filter?: string | undefined;
84466
84468
  fill?: string | undefined;
@@ -84578,6 +84580,7 @@ declare const frameNodeObjectSchema: z$1.ZodObject<{
84578
84580
  }, {
84579
84581
  type: "FRAME";
84580
84582
  id: string;
84583
+ name: string;
84581
84584
  styles: {
84582
84585
  filter?: string | undefined;
84583
84586
  fill?: string | undefined;
@@ -84695,6 +84698,7 @@ declare const frameNodeObjectSchema: z$1.ZodObject<{
84695
84698
  }>;
84696
84699
  declare const textNodeObjectSchema: z$1.ZodObject<{
84697
84700
  id: z$1.ZodString;
84701
+ name: z$1.ZodString;
84698
84702
  parentId: z$1.ZodNullable<z$1.ZodString>;
84699
84703
  styles: z$1.ZodObject<{
84700
84704
  display: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodLiteral<"block">, z$1.ZodLiteral<"inline-block">, z$1.ZodLiteral<"inline">, z$1.ZodLiteral<"flex">, z$1.ZodLiteral<"grid">, z$1.ZodLiteral<"none">]>>>;
@@ -85039,6 +85043,7 @@ declare const textNodeObjectSchema: z$1.ZodObject<{
85039
85043
  }, "strip", z$1.ZodTypeAny, {
85040
85044
  type: "TEXT";
85041
85045
  id: string;
85046
+ name: string;
85042
85047
  styles: {
85043
85048
  filter?: string | undefined;
85044
85049
  fill?: string | undefined;
@@ -85157,6 +85162,7 @@ declare const textNodeObjectSchema: z$1.ZodObject<{
85157
85162
  }, {
85158
85163
  type: "TEXT";
85159
85164
  id: string;
85165
+ name: string;
85160
85166
  styles: {
85161
85167
  filter?: string | undefined;
85162
85168
  fill?: string | undefined;
@@ -85275,6 +85281,7 @@ declare const textNodeObjectSchema: z$1.ZodObject<{
85275
85281
  }>;
85276
85282
  declare const svgNodeObjectSchema: z$1.ZodObject<{
85277
85283
  id: z$1.ZodString;
85284
+ name: z$1.ZodString;
85278
85285
  parentId: z$1.ZodNullable<z$1.ZodString>;
85279
85286
  styles: z$1.ZodObject<{
85280
85287
  display: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodLiteral<"block">, z$1.ZodLiteral<"inline-block">, z$1.ZodLiteral<"inline">, z$1.ZodLiteral<"flex">, z$1.ZodLiteral<"grid">, z$1.ZodLiteral<"none">]>>>;
@@ -85619,6 +85626,7 @@ declare const svgNodeObjectSchema: z$1.ZodObject<{
85619
85626
  }, "strip", z$1.ZodTypeAny, {
85620
85627
  type: "SVG";
85621
85628
  id: string;
85629
+ name: string;
85622
85630
  styles: {
85623
85631
  filter?: string | undefined;
85624
85632
  fill?: string | undefined;
@@ -85737,6 +85745,7 @@ declare const svgNodeObjectSchema: z$1.ZodObject<{
85737
85745
  }, {
85738
85746
  type: "SVG";
85739
85747
  id: string;
85748
+ name: string;
85740
85749
  styles: {
85741
85750
  filter?: string | undefined;
85742
85751
  fill?: string | undefined;
@@ -85855,6 +85864,7 @@ declare const svgNodeObjectSchema: z$1.ZodObject<{
85855
85864
  }>;
85856
85865
  declare const componentInstanceObjectSchema: z$1.ZodObject<{
85857
85866
  id: z$1.ZodString;
85867
+ name: z$1.ZodString;
85858
85868
  parentId: z$1.ZodNullable<z$1.ZodString>;
85859
85869
  styles: z$1.ZodObject<{
85860
85870
  display: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodLiteral<"block">, z$1.ZodLiteral<"inline-block">, z$1.ZodLiteral<"inline">, z$1.ZodLiteral<"flex">, z$1.ZodLiteral<"grid">, z$1.ZodLiteral<"none">]>>>;
@@ -86203,6 +86213,7 @@ declare const componentInstanceObjectSchema: z$1.ZodObject<{
86203
86213
  }, "strip", z$1.ZodTypeAny, {
86204
86214
  type: "COMPONENT_INSTANCE";
86205
86215
  id: string;
86216
+ name: string;
86206
86217
  styles: {
86207
86218
  filter?: string | undefined;
86208
86219
  fill?: string | undefined;
@@ -86325,6 +86336,7 @@ declare const componentInstanceObjectSchema: z$1.ZodObject<{
86325
86336
  }, {
86326
86337
  type: "COMPONENT_INSTANCE";
86327
86338
  id: string;
86339
+ name: string;
86328
86340
  styles: {
86329
86341
  filter?: string | undefined;
86330
86342
  fill?: string | undefined;
@@ -86456,6 +86468,7 @@ type ComponentInstanceNode = z$1.infer<typeof componentInstanceObjectSchema> & {
86456
86468
  type AnyDesignNode = FrameNode | TextNode | SvgNode | ComponentInstanceNode;
86457
86469
  declare const FigmaExporterAnyDesignNodeSchema: z$1.ZodUnion<[z$1.ZodType<FrameNode, z$1.ZodTypeDef, FrameNode>, z$1.ZodObject<{
86458
86470
  id: z$1.ZodString;
86471
+ name: z$1.ZodString;
86459
86472
  parentId: z$1.ZodNullable<z$1.ZodString>;
86460
86473
  styles: z$1.ZodObject<{
86461
86474
  display: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodLiteral<"block">, z$1.ZodLiteral<"inline-block">, z$1.ZodLiteral<"inline">, z$1.ZodLiteral<"flex">, z$1.ZodLiteral<"grid">, z$1.ZodLiteral<"none">]>>>;
@@ -86800,6 +86813,7 @@ declare const FigmaExporterAnyDesignNodeSchema: z$1.ZodUnion<[z$1.ZodType<FrameN
86800
86813
  }, "strip", z$1.ZodTypeAny, {
86801
86814
  type: "TEXT";
86802
86815
  id: string;
86816
+ name: string;
86803
86817
  styles: {
86804
86818
  filter?: string | undefined;
86805
86819
  fill?: string | undefined;
@@ -86918,6 +86932,7 @@ declare const FigmaExporterAnyDesignNodeSchema: z$1.ZodUnion<[z$1.ZodType<FrameN
86918
86932
  }, {
86919
86933
  type: "TEXT";
86920
86934
  id: string;
86935
+ name: string;
86921
86936
  styles: {
86922
86937
  filter?: string | undefined;
86923
86938
  fill?: string | undefined;
@@ -87036,6 +87051,7 @@ declare const FigmaExporterAnyDesignNodeSchema: z$1.ZodUnion<[z$1.ZodType<FrameN
87036
87051
  }>, z$1.ZodType<{
87037
87052
  type: "SVG";
87038
87053
  id: string;
87054
+ name: string;
87039
87055
  styles: {
87040
87056
  filter?: string | undefined;
87041
87057
  fill?: string | undefined;
@@ -87154,6 +87170,7 @@ declare const FigmaExporterAnyDesignNodeSchema: z$1.ZodUnion<[z$1.ZodType<FrameN
87154
87170
  }, z$1.ZodTypeDef, {
87155
87171
  type: "SVG";
87156
87172
  id: string;
87173
+ name: string;
87157
87174
  styles: {
87158
87175
  filter?: string | undefined;
87159
87176
  fill?: string | undefined;
@@ -92215,12 +92232,14 @@ declare const ImportModelCollection: z$1.ZodObject<{
92215
92232
  originKey: z$1.ZodString;
92216
92233
  } & {
92217
92234
  format: z$1.ZodLiteral<"Svg">;
92235
+ scale: z$1.ZodNumber;
92218
92236
  }, "strip", z$1.ZodTypeAny, {
92219
92237
  type: "FigmaRender";
92220
92238
  originKey: string;
92221
92239
  scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
92222
92240
  format: "Svg";
92223
92241
  fileId: string;
92242
+ scale: number;
92224
92243
  nodeId: string;
92225
92244
  fileVersionId?: string | undefined;
92226
92245
  }, {
@@ -92229,6 +92248,7 @@ declare const ImportModelCollection: z$1.ZodObject<{
92229
92248
  scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
92230
92249
  format: "Svg";
92231
92250
  fileId: string;
92251
+ scale: number;
92232
92252
  nodeId: string;
92233
92253
  fileVersionId?: string | undefined;
92234
92254
  }>]>]>;
@@ -92336,12 +92356,14 @@ declare const ImportModelCollection: z$1.ZodObject<{
92336
92356
  originKey: z$1.ZodString;
92337
92357
  } & {
92338
92358
  format: z$1.ZodLiteral<"Svg">;
92359
+ scale: z$1.ZodNumber;
92339
92360
  }, "strip", z$1.ZodTypeAny, {
92340
92361
  type: "FigmaRender";
92341
92362
  originKey: string;
92342
92363
  scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
92343
92364
  format: "Svg";
92344
92365
  fileId: string;
92366
+ scale: number;
92345
92367
  nodeId: string;
92346
92368
  fileVersionId?: string | undefined;
92347
92369
  }, {
@@ -92350,6 +92372,7 @@ declare const ImportModelCollection: z$1.ZodObject<{
92350
92372
  scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
92351
92373
  format: "Svg";
92352
92374
  fileId: string;
92375
+ scale: number;
92353
92376
  nodeId: string;
92354
92377
  fileVersionId?: string | undefined;
92355
92378
  }>>;
@@ -92417,6 +92440,7 @@ declare const ImportModelCollection: z$1.ZodObject<{
92417
92440
  scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
92418
92441
  format: "Svg";
92419
92442
  fileId: string;
92443
+ scale: number;
92420
92444
  nodeId: string;
92421
92445
  fileVersionId?: string | undefined;
92422
92446
  };
@@ -92426,6 +92450,7 @@ declare const ImportModelCollection: z$1.ZodObject<{
92426
92450
  scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
92427
92451
  format: "Svg";
92428
92452
  fileId: string;
92453
+ scale: number;
92429
92454
  nodeId: string;
92430
92455
  fileVersionId?: string | undefined;
92431
92456
  } | undefined;
@@ -92497,6 +92522,7 @@ declare const ImportModelCollection: z$1.ZodObject<{
92497
92522
  scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
92498
92523
  format: "Svg";
92499
92524
  fileId: string;
92525
+ scale: number;
92500
92526
  nodeId: string;
92501
92527
  fileVersionId?: string | undefined;
92502
92528
  };
@@ -92506,6 +92532,7 @@ declare const ImportModelCollection: z$1.ZodObject<{
92506
92532
  scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
92507
92533
  format: "Svg";
92508
92534
  fileId: string;
92535
+ scale: number;
92509
92536
  nodeId: string;
92510
92537
  fileVersionId?: string | undefined;
92511
92538
  } | undefined;
@@ -99403,6 +99430,7 @@ declare const ImportModelCollection: z$1.ZodObject<{
99403
99430
  scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
99404
99431
  format: "Svg";
99405
99432
  fileId: string;
99433
+ scale: number;
99406
99434
  nodeId: string;
99407
99435
  fileVersionId?: string | undefined;
99408
99436
  };
@@ -99412,6 +99440,7 @@ declare const ImportModelCollection: z$1.ZodObject<{
99412
99440
  scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
99413
99441
  format: "Svg";
99414
99442
  fileId: string;
99443
+ scale: number;
99415
99444
  nodeId: string;
99416
99445
  fileVersionId?: string | undefined;
99417
99446
  } | undefined;
@@ -100737,6 +100766,7 @@ declare const ImportModelCollection: z$1.ZodObject<{
100737
100766
  scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
100738
100767
  format: "Svg";
100739
100768
  fileId: string;
100769
+ scale: number;
100740
100770
  nodeId: string;
100741
100771
  fileVersionId?: string | undefined;
100742
100772
  };
@@ -100746,6 +100776,7 @@ declare const ImportModelCollection: z$1.ZodObject<{
100746
100776
  scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
100747
100777
  format: "Svg";
100748
100778
  fileId: string;
100779
+ scale: number;
100749
100780
  nodeId: string;
100750
100781
  fileVersionId?: string | undefined;
100751
100782
  } | undefined;
@@ -103924,12 +103955,14 @@ declare const ImportModelInputCollection: z$1.ZodObject<{
103924
103955
  originKey: z$1.ZodString;
103925
103956
  } & {
103926
103957
  format: z$1.ZodLiteral<"Svg">;
103958
+ scale: z$1.ZodNumber;
103927
103959
  }, "strip", z$1.ZodTypeAny, {
103928
103960
  type: "FigmaRender";
103929
103961
  originKey: string;
103930
103962
  scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
103931
103963
  format: "Svg";
103932
103964
  fileId: string;
103965
+ scale: number;
103933
103966
  nodeId: string;
103934
103967
  fileVersionId?: string | undefined;
103935
103968
  }, {
@@ -103938,6 +103971,7 @@ declare const ImportModelInputCollection: z$1.ZodObject<{
103938
103971
  scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
103939
103972
  format: "Svg";
103940
103973
  fileId: string;
103974
+ scale: number;
103941
103975
  nodeId: string;
103942
103976
  fileVersionId?: string | undefined;
103943
103977
  }>]>]>;
@@ -104045,12 +104079,14 @@ declare const ImportModelInputCollection: z$1.ZodObject<{
104045
104079
  originKey: z$1.ZodString;
104046
104080
  } & {
104047
104081
  format: z$1.ZodLiteral<"Svg">;
104082
+ scale: z$1.ZodNumber;
104048
104083
  }, "strip", z$1.ZodTypeAny, {
104049
104084
  type: "FigmaRender";
104050
104085
  originKey: string;
104051
104086
  scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
104052
104087
  format: "Svg";
104053
104088
  fileId: string;
104089
+ scale: number;
104054
104090
  nodeId: string;
104055
104091
  fileVersionId?: string | undefined;
104056
104092
  }, {
@@ -104059,6 +104095,7 @@ declare const ImportModelInputCollection: z$1.ZodObject<{
104059
104095
  scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
104060
104096
  format: "Svg";
104061
104097
  fileId: string;
104098
+ scale: number;
104062
104099
  nodeId: string;
104063
104100
  fileVersionId?: string | undefined;
104064
104101
  }>>;
@@ -104105,6 +104142,7 @@ declare const ImportModelInputCollection: z$1.ZodObject<{
104105
104142
  scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
104106
104143
  format: "Svg";
104107
104144
  fileId: string;
104145
+ scale: number;
104108
104146
  nodeId: string;
104109
104147
  fileVersionId?: string | undefined;
104110
104148
  };
@@ -104120,6 +104158,7 @@ declare const ImportModelInputCollection: z$1.ZodObject<{
104120
104158
  scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
104121
104159
  format: "Svg";
104122
104160
  fileId: string;
104161
+ scale: number;
104123
104162
  nodeId: string;
104124
104163
  fileVersionId?: string | undefined;
104125
104164
  } | undefined;
@@ -104181,6 +104220,7 @@ declare const ImportModelInputCollection: z$1.ZodObject<{
104181
104220
  scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
104182
104221
  format: "Svg";
104183
104222
  fileId: string;
104223
+ scale: number;
104184
104224
  nodeId: string;
104185
104225
  fileVersionId?: string | undefined;
104186
104226
  };
@@ -104196,6 +104236,7 @@ declare const ImportModelInputCollection: z$1.ZodObject<{
104196
104236
  scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
104197
104237
  format: "Svg";
104198
104238
  fileId: string;
104239
+ scale: number;
104199
104240
  nodeId: string;
104200
104241
  fileVersionId?: string | undefined;
104201
104242
  } | undefined;
@@ -104301,12 +104342,14 @@ declare const ImportModelInputCollection: z$1.ZodObject<{
104301
104342
  originKey: z$1.ZodString;
104302
104343
  } & {
104303
104344
  format: z$1.ZodLiteral<"Svg">;
104345
+ scale: z$1.ZodNumber;
104304
104346
  }, "strip", z$1.ZodTypeAny, {
104305
104347
  type: "FigmaRender";
104306
104348
  originKey: string;
104307
104349
  scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
104308
104350
  format: "Svg";
104309
104351
  fileId: string;
104352
+ scale: number;
104310
104353
  nodeId: string;
104311
104354
  fileVersionId?: string | undefined;
104312
104355
  }, {
@@ -104315,6 +104358,7 @@ declare const ImportModelInputCollection: z$1.ZodObject<{
104315
104358
  scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
104316
104359
  format: "Svg";
104317
104360
  fileId: string;
104361
+ scale: number;
104318
104362
  nodeId: string;
104319
104363
  fileVersionId?: string | undefined;
104320
104364
  }>]>]>;
@@ -104422,12 +104466,14 @@ declare const ImportModelInputCollection: z$1.ZodObject<{
104422
104466
  originKey: z$1.ZodString;
104423
104467
  } & {
104424
104468
  format: z$1.ZodLiteral<"Svg">;
104469
+ scale: z$1.ZodNumber;
104425
104470
  }, "strip", z$1.ZodTypeAny, {
104426
104471
  type: "FigmaRender";
104427
104472
  originKey: string;
104428
104473
  scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
104429
104474
  format: "Svg";
104430
104475
  fileId: string;
104476
+ scale: number;
104431
104477
  nodeId: string;
104432
104478
  fileVersionId?: string | undefined;
104433
104479
  }, {
@@ -104436,6 +104482,7 @@ declare const ImportModelInputCollection: z$1.ZodObject<{
104436
104482
  scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
104437
104483
  format: "Svg";
104438
104484
  fileId: string;
104485
+ scale: number;
104439
104486
  nodeId: string;
104440
104487
  fileVersionId?: string | undefined;
104441
104488
  }>>;
@@ -104482,6 +104529,7 @@ declare const ImportModelInputCollection: z$1.ZodObject<{
104482
104529
  scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
104483
104530
  format: "Svg";
104484
104531
  fileId: string;
104532
+ scale: number;
104485
104533
  nodeId: string;
104486
104534
  fileVersionId?: string | undefined;
104487
104535
  };
@@ -104497,6 +104545,7 @@ declare const ImportModelInputCollection: z$1.ZodObject<{
104497
104545
  scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
104498
104546
  format: "Svg";
104499
104547
  fileId: string;
104548
+ scale: number;
104500
104549
  nodeId: string;
104501
104550
  fileVersionId?: string | undefined;
104502
104551
  } | undefined;
@@ -104558,6 +104607,7 @@ declare const ImportModelInputCollection: z$1.ZodObject<{
104558
104607
  scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
104559
104608
  format: "Svg";
104560
104609
  fileId: string;
104610
+ scale: number;
104561
104611
  nodeId: string;
104562
104612
  fileVersionId?: string | undefined;
104563
104613
  };
@@ -104573,6 +104623,7 @@ declare const ImportModelInputCollection: z$1.ZodObject<{
104573
104623
  scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
104574
104624
  format: "Svg";
104575
104625
  fileId: string;
104626
+ scale: number;
104576
104627
  nodeId: string;
104577
104628
  fileVersionId?: string | undefined;
104578
104629
  } | undefined;
@@ -110981,6 +111032,7 @@ declare const ImportModelInputCollection: z$1.ZodObject<{
110981
111032
  scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
110982
111033
  format: "Svg";
110983
111034
  fileId: string;
111035
+ scale: number;
110984
111036
  nodeId: string;
110985
111037
  fileVersionId?: string | undefined;
110986
111038
  };
@@ -110996,6 +111048,7 @@ declare const ImportModelInputCollection: z$1.ZodObject<{
110996
111048
  scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
110997
111049
  format: "Svg";
110998
111050
  fileId: string;
111051
+ scale: number;
110999
111052
  nodeId: string;
111000
111053
  fileVersionId?: string | undefined;
111001
111054
  } | undefined;
@@ -111449,6 +111502,7 @@ declare const ImportModelInputCollection: z$1.ZodObject<{
111449
111502
  scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
111450
111503
  format: "Svg";
111451
111504
  fileId: string;
111505
+ scale: number;
111452
111506
  nodeId: string;
111453
111507
  fileVersionId?: string | undefined;
111454
111508
  };
@@ -111464,6 +111518,7 @@ declare const ImportModelInputCollection: z$1.ZodObject<{
111464
111518
  scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
111465
111519
  format: "Svg";
111466
111520
  fileId: string;
111521
+ scale: number;
111467
111522
  nodeId: string;
111468
111523
  fileVersionId?: string | undefined;
111469
111524
  } | undefined;
@@ -112321,6 +112376,7 @@ declare const ImportModelInputCollection: z$1.ZodObject<{
112321
112376
  scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
112322
112377
  format: "Svg";
112323
112378
  fileId: string;
112379
+ scale: number;
112324
112380
  nodeId: string;
112325
112381
  fileVersionId?: string | undefined;
112326
112382
  };
@@ -112336,6 +112392,7 @@ declare const ImportModelInputCollection: z$1.ZodObject<{
112336
112392
  scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
112337
112393
  format: "Svg";
112338
112394
  fileId: string;
112395
+ scale: number;
112339
112396
  nodeId: string;
112340
112397
  fileVersionId?: string | undefined;
112341
112398
  } | undefined;
@@ -112784,6 +112841,7 @@ declare const ImportModelInputCollection: z$1.ZodObject<{
112784
112841
  scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
112785
112842
  format: "Svg";
112786
112843
  fileId: string;
112844
+ scale: number;
112787
112845
  nodeId: string;
112788
112846
  fileVersionId?: string | undefined;
112789
112847
  };
@@ -112799,6 +112857,7 @@ declare const ImportModelInputCollection: z$1.ZodObject<{
112799
112857
  scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
112800
112858
  format: "Svg";
112801
112859
  fileId: string;
112860
+ scale: number;
112802
112861
  nodeId: string;
112803
112862
  fileVersionId?: string | undefined;
112804
112863
  } | undefined;
@@ -113695,12 +113754,14 @@ declare const FigmaComponentImportModel: z$1.ZodObject<{
113695
113754
  originKey: z$1.ZodString;
113696
113755
  } & {
113697
113756
  format: z$1.ZodLiteral<"Svg">;
113757
+ scale: z$1.ZodNumber;
113698
113758
  }, "strip", z$1.ZodTypeAny, {
113699
113759
  type: "FigmaRender";
113700
113760
  originKey: string;
113701
113761
  scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
113702
113762
  format: "Svg";
113703
113763
  fileId: string;
113764
+ scale: number;
113704
113765
  nodeId: string;
113705
113766
  fileVersionId?: string | undefined;
113706
113767
  }, {
@@ -113709,6 +113770,7 @@ declare const FigmaComponentImportModel: z$1.ZodObject<{
113709
113770
  scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
113710
113771
  format: "Svg";
113711
113772
  fileId: string;
113773
+ scale: number;
113712
113774
  nodeId: string;
113713
113775
  fileVersionId?: string | undefined;
113714
113776
  }>]>]>;
@@ -113816,12 +113878,14 @@ declare const FigmaComponentImportModel: z$1.ZodObject<{
113816
113878
  originKey: z$1.ZodString;
113817
113879
  } & {
113818
113880
  format: z$1.ZodLiteral<"Svg">;
113881
+ scale: z$1.ZodNumber;
113819
113882
  }, "strip", z$1.ZodTypeAny, {
113820
113883
  type: "FigmaRender";
113821
113884
  originKey: string;
113822
113885
  scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
113823
113886
  format: "Svg";
113824
113887
  fileId: string;
113888
+ scale: number;
113825
113889
  nodeId: string;
113826
113890
  fileVersionId?: string | undefined;
113827
113891
  }, {
@@ -113830,6 +113894,7 @@ declare const FigmaComponentImportModel: z$1.ZodObject<{
113830
113894
  scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
113831
113895
  format: "Svg";
113832
113896
  fileId: string;
113897
+ scale: number;
113833
113898
  nodeId: string;
113834
113899
  fileVersionId?: string | undefined;
113835
113900
  }>>;
@@ -113897,6 +113962,7 @@ declare const FigmaComponentImportModel: z$1.ZodObject<{
113897
113962
  scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
113898
113963
  format: "Svg";
113899
113964
  fileId: string;
113965
+ scale: number;
113900
113966
  nodeId: string;
113901
113967
  fileVersionId?: string | undefined;
113902
113968
  };
@@ -113906,6 +113972,7 @@ declare const FigmaComponentImportModel: z$1.ZodObject<{
113906
113972
  scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
113907
113973
  format: "Svg";
113908
113974
  fileId: string;
113975
+ scale: number;
113909
113976
  nodeId: string;
113910
113977
  fileVersionId?: string | undefined;
113911
113978
  } | undefined;
@@ -113977,6 +114044,7 @@ declare const FigmaComponentImportModel: z$1.ZodObject<{
113977
114044
  scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
113978
114045
  format: "Svg";
113979
114046
  fileId: string;
114047
+ scale: number;
113980
114048
  nodeId: string;
113981
114049
  fileVersionId?: string | undefined;
113982
114050
  };
@@ -113986,6 +114054,7 @@ declare const FigmaComponentImportModel: z$1.ZodObject<{
113986
114054
  scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
113987
114055
  format: "Svg";
113988
114056
  fileId: string;
114057
+ scale: number;
113989
114058
  nodeId: string;
113990
114059
  fileVersionId?: string | undefined;
113991
114060
  } | undefined;
@@ -114091,12 +114160,14 @@ declare const FigmaComponentImportModelInput: z$1.ZodObject<{
114091
114160
  originKey: z$1.ZodString;
114092
114161
  } & {
114093
114162
  format: z$1.ZodLiteral<"Svg">;
114163
+ scale: z$1.ZodNumber;
114094
114164
  }, "strip", z$1.ZodTypeAny, {
114095
114165
  type: "FigmaRender";
114096
114166
  originKey: string;
114097
114167
  scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
114098
114168
  format: "Svg";
114099
114169
  fileId: string;
114170
+ scale: number;
114100
114171
  nodeId: string;
114101
114172
  fileVersionId?: string | undefined;
114102
114173
  }, {
@@ -114105,6 +114176,7 @@ declare const FigmaComponentImportModelInput: z$1.ZodObject<{
114105
114176
  scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
114106
114177
  format: "Svg";
114107
114178
  fileId: string;
114179
+ scale: number;
114108
114180
  nodeId: string;
114109
114181
  fileVersionId?: string | undefined;
114110
114182
  }>]>]>;
@@ -114212,12 +114284,14 @@ declare const FigmaComponentImportModelInput: z$1.ZodObject<{
114212
114284
  originKey: z$1.ZodString;
114213
114285
  } & {
114214
114286
  format: z$1.ZodLiteral<"Svg">;
114287
+ scale: z$1.ZodNumber;
114215
114288
  }, "strip", z$1.ZodTypeAny, {
114216
114289
  type: "FigmaRender";
114217
114290
  originKey: string;
114218
114291
  scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
114219
114292
  format: "Svg";
114220
114293
  fileId: string;
114294
+ scale: number;
114221
114295
  nodeId: string;
114222
114296
  fileVersionId?: string | undefined;
114223
114297
  }, {
@@ -114226,6 +114300,7 @@ declare const FigmaComponentImportModelInput: z$1.ZodObject<{
114226
114300
  scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
114227
114301
  format: "Svg";
114228
114302
  fileId: string;
114303
+ scale: number;
114229
114304
  nodeId: string;
114230
114305
  fileVersionId?: string | undefined;
114231
114306
  }>>;
@@ -114272,6 +114347,7 @@ declare const FigmaComponentImportModelInput: z$1.ZodObject<{
114272
114347
  scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
114273
114348
  format: "Svg";
114274
114349
  fileId: string;
114350
+ scale: number;
114275
114351
  nodeId: string;
114276
114352
  fileVersionId?: string | undefined;
114277
114353
  };
@@ -114287,6 +114363,7 @@ declare const FigmaComponentImportModelInput: z$1.ZodObject<{
114287
114363
  scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
114288
114364
  format: "Svg";
114289
114365
  fileId: string;
114366
+ scale: number;
114290
114367
  nodeId: string;
114291
114368
  fileVersionId?: string | undefined;
114292
114369
  } | undefined;
@@ -114348,6 +114425,7 @@ declare const FigmaComponentImportModelInput: z$1.ZodObject<{
114348
114425
  scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
114349
114426
  format: "Svg";
114350
114427
  fileId: string;
114428
+ scale: number;
114351
114429
  nodeId: string;
114352
114430
  fileVersionId?: string | undefined;
114353
114431
  };
@@ -114363,6 +114441,7 @@ declare const FigmaComponentImportModelInput: z$1.ZodObject<{
114363
114441
  scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
114364
114442
  format: "Svg";
114365
114443
  fileId: string;
114444
+ scale: number;
114366
114445
  nodeId: string;
114367
114446
  fileVersionId?: string | undefined;
114368
114447
  } | undefined;
@@ -114469,12 +114548,14 @@ declare const AssetImportModelInput: z$1.ZodObject<{
114469
114548
  originKey: z$1.ZodString;
114470
114549
  } & {
114471
114550
  format: z$1.ZodLiteral<"Svg">;
114551
+ scale: z$1.ZodNumber;
114472
114552
  }, "strip", z$1.ZodTypeAny, {
114473
114553
  type: "FigmaRender";
114474
114554
  originKey: string;
114475
114555
  scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
114476
114556
  format: "Svg";
114477
114557
  fileId: string;
114558
+ scale: number;
114478
114559
  nodeId: string;
114479
114560
  fileVersionId?: string | undefined;
114480
114561
  }, {
@@ -114483,6 +114564,7 @@ declare const AssetImportModelInput: z$1.ZodObject<{
114483
114564
  scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
114484
114565
  format: "Svg";
114485
114566
  fileId: string;
114567
+ scale: number;
114486
114568
  nodeId: string;
114487
114569
  fileVersionId?: string | undefined;
114488
114570
  }>]>]>;
@@ -114590,12 +114672,14 @@ declare const AssetImportModelInput: z$1.ZodObject<{
114590
114672
  originKey: z$1.ZodString;
114591
114673
  } & {
114592
114674
  format: z$1.ZodLiteral<"Svg">;
114675
+ scale: z$1.ZodNumber;
114593
114676
  }, "strip", z$1.ZodTypeAny, {
114594
114677
  type: "FigmaRender";
114595
114678
  originKey: string;
114596
114679
  scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
114597
114680
  format: "Svg";
114598
114681
  fileId: string;
114682
+ scale: number;
114599
114683
  nodeId: string;
114600
114684
  fileVersionId?: string | undefined;
114601
114685
  }, {
@@ -114604,6 +114688,7 @@ declare const AssetImportModelInput: z$1.ZodObject<{
114604
114688
  scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
114605
114689
  format: "Svg";
114606
114690
  fileId: string;
114691
+ scale: number;
114607
114692
  nodeId: string;
114608
114693
  fileVersionId?: string | undefined;
114609
114694
  }>>;
@@ -114650,6 +114735,7 @@ declare const AssetImportModelInput: z$1.ZodObject<{
114650
114735
  scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
114651
114736
  format: "Svg";
114652
114737
  fileId: string;
114738
+ scale: number;
114653
114739
  nodeId: string;
114654
114740
  fileVersionId?: string | undefined;
114655
114741
  };
@@ -114665,6 +114751,7 @@ declare const AssetImportModelInput: z$1.ZodObject<{
114665
114751
  scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
114666
114752
  format: "Svg";
114667
114753
  fileId: string;
114754
+ scale: number;
114668
114755
  nodeId: string;
114669
114756
  fileVersionId?: string | undefined;
114670
114757
  } | undefined;
@@ -114726,6 +114813,7 @@ declare const AssetImportModelInput: z$1.ZodObject<{
114726
114813
  scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
114727
114814
  format: "Svg";
114728
114815
  fileId: string;
114816
+ scale: number;
114729
114817
  nodeId: string;
114730
114818
  fileVersionId?: string | undefined;
114731
114819
  };
@@ -114741,6 +114829,7 @@ declare const AssetImportModelInput: z$1.ZodObject<{
114741
114829
  scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
114742
114830
  format: "Svg";
114743
114831
  fileId: string;
114832
+ scale: number;
114744
114833
  nodeId: string;
114745
114834
  fileVersionId?: string | undefined;
114746
114835
  } | undefined;
@@ -114867,12 +114956,14 @@ declare const FigmaSvgRenderImportModel: z$1.ZodObject<{
114867
114956
  originKey: z$1.ZodString;
114868
114957
  } & {
114869
114958
  format: z$1.ZodLiteral<"Svg">;
114959
+ scale: z$1.ZodNumber;
114870
114960
  }, "strip", z$1.ZodTypeAny, {
114871
114961
  type: "FigmaRender";
114872
114962
  originKey: string;
114873
114963
  scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
114874
114964
  format: "Svg";
114875
114965
  fileId: string;
114966
+ scale: number;
114876
114967
  nodeId: string;
114877
114968
  fileVersionId?: string | undefined;
114878
114969
  }, {
@@ -114881,6 +114972,7 @@ declare const FigmaSvgRenderImportModel: z$1.ZodObject<{
114881
114972
  scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
114882
114973
  format: "Svg";
114883
114974
  fileId: string;
114975
+ scale: number;
114884
114976
  nodeId: string;
114885
114977
  fileVersionId?: string | undefined;
114886
114978
  }>;
@@ -114924,12 +115016,14 @@ declare const FigmaRenderImportModel: z$1.ZodDiscriminatedUnion<"format", [z$1.Z
114924
115016
  originKey: z$1.ZodString;
114925
115017
  } & {
114926
115018
  format: z$1.ZodLiteral<"Svg">;
115019
+ scale: z$1.ZodNumber;
114927
115020
  }, "strip", z$1.ZodTypeAny, {
114928
115021
  type: "FigmaRender";
114929
115022
  originKey: string;
114930
115023
  scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
114931
115024
  format: "Svg";
114932
115025
  fileId: string;
115026
+ scale: number;
114933
115027
  nodeId: string;
114934
115028
  fileVersionId?: string | undefined;
114935
115029
  }, {
@@ -114938,6 +115032,7 @@ declare const FigmaRenderImportModel: z$1.ZodDiscriminatedUnion<"format", [z$1.Z
114938
115032
  scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
114939
115033
  format: "Svg";
114940
115034
  fileId: string;
115035
+ scale: number;
114941
115036
  nodeId: string;
114942
115037
  fileVersionId?: string | undefined;
114943
115038
  }>]>;
@@ -115000,12 +115095,14 @@ declare const ImageImportModel: z$1.ZodUnion<[z$1.ZodObject<{
115000
115095
  originKey: z$1.ZodString;
115001
115096
  } & {
115002
115097
  format: z$1.ZodLiteral<"Svg">;
115098
+ scale: z$1.ZodNumber;
115003
115099
  }, "strip", z$1.ZodTypeAny, {
115004
115100
  type: "FigmaRender";
115005
115101
  originKey: string;
115006
115102
  scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
115007
115103
  format: "Svg";
115008
115104
  fileId: string;
115105
+ scale: number;
115009
115106
  nodeId: string;
115010
115107
  fileVersionId?: string | undefined;
115011
115108
  }, {
@@ -115014,6 +115111,7 @@ declare const ImageImportModel: z$1.ZodUnion<[z$1.ZodObject<{
115014
115111
  scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
115015
115112
  format: "Svg";
115016
115113
  fileId: string;
115114
+ scale: number;
115017
115115
  nodeId: string;
115018
115116
  fileVersionId?: string | undefined;
115019
115117
  }>]>]>;