@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.mjs
CHANGED
|
@@ -4192,7 +4192,8 @@ var FigmaPngRenderImportModel = FigmaRenderBase.extend({
|
|
|
4192
4192
|
scale: z102.number()
|
|
4193
4193
|
});
|
|
4194
4194
|
var FigmaSvgRenderImportModel = FigmaRenderBase.extend({
|
|
4195
|
-
format: z102.literal(FigmaRenderFormat.enum.Svg)
|
|
4195
|
+
format: z102.literal(FigmaRenderFormat.enum.Svg),
|
|
4196
|
+
scale: z102.number()
|
|
4196
4197
|
});
|
|
4197
4198
|
var FigmaRenderImportModel = z102.discriminatedUnion("format", [
|
|
4198
4199
|
FigmaPngRenderImportModel,
|