@supernova-studio/model 0.52.13 → 0.52.15
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 +1 -60
- package/dist/index.d.ts +1 -60
- package/dist/index.js +1 -11
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +0 -10
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/dsm/elements/component-properties.ts +0 -11
package/dist/index.mjs
CHANGED
|
@@ -625,15 +625,6 @@ var FigmaComponentProperty = z32.discriminatedUnion("type", [
|
|
|
625
625
|
FigmaComponentTextProperty
|
|
626
626
|
]);
|
|
627
627
|
var FigmaComponentPropertyMap = z32.record(z32.string(), FigmaComponentProperty);
|
|
628
|
-
var FigmaComponentSetProperties = z32.record(
|
|
629
|
-
z32.string(),
|
|
630
|
-
z32.discriminatedUnion("type", [
|
|
631
|
-
FigmaComponentBooleanProperty,
|
|
632
|
-
FigmaComponentInstanceSwapProperty,
|
|
633
|
-
FigmaComponentTextProperty,
|
|
634
|
-
FigmaComponentVariantProperty
|
|
635
|
-
])
|
|
636
|
-
);
|
|
637
628
|
|
|
638
629
|
// src/dsm/elements/data/component.ts
|
|
639
630
|
var ComponentElementData = z33.object({
|
|
@@ -5379,7 +5370,6 @@ export {
|
|
|
5379
5370
|
FigmaComponentProperty,
|
|
5380
5371
|
FigmaComponentPropertyMap,
|
|
5381
5372
|
FigmaComponentPropertyType,
|
|
5382
|
-
FigmaComponentSetProperties,
|
|
5383
5373
|
FigmaComponentTextProperty,
|
|
5384
5374
|
FigmaComponentVariantProperty,
|
|
5385
5375
|
FigmaFileAccessData,
|