@supernova-studio/client 1.80.1 → 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.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
|
@@ -4580,6 +4580,7 @@ var FigmaExporterDesignNodeTypeSchema = _zod.z.union([
|
|
|
4580
4580
|
]);
|
|
4581
4581
|
var baseDesignNodeObjectSchema = _zod.z.object({
|
|
4582
4582
|
id: _zod.z.string(),
|
|
4583
|
+
name: _zod.z.string(),
|
|
4583
4584
|
type: FigmaExporterDesignNodeTypeSchema,
|
|
4584
4585
|
parentId: _zod.z.string().nullable(),
|
|
4585
4586
|
styles: FigmaExporterProcessedStylesSchema.partial()
|