@supernova-studio/client 1.9.12 → 1.9.13
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.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4151,6 +4151,7 @@ var FigmaExporterProcessedStylesSchema = _zod.z.object({
|
|
|
4151
4151
|
]).optional(),
|
|
4152
4152
|
transform: _zod.z.string().optional(),
|
|
4153
4153
|
transformOrigin: _zod.z.string().optional(),
|
|
4154
|
+
rotate: _zod.z.string().optional(),
|
|
4154
4155
|
clipPath: _zod.z.string().optional(),
|
|
4155
4156
|
color: _zod.z.string().optional(),
|
|
4156
4157
|
fontFamily: _zod.z.string().optional(),
|