@supernova-studio/model 0.58.6 → 0.58.7
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 +3 -1
- package/dist/index.d.ts +3 -1
- package/dist/index.js +3 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/dsm/properties/property-definition.ts +2 -0
package/dist/index.mjs
CHANGED
|
@@ -1568,6 +1568,7 @@ import { z as z35 } from "zod";
|
|
|
1568
1568
|
var ElementPropertyTypeSchema = z35.enum(["Text", "Number", "Boolean", "Select", "Generic", "Link", "URL"]);
|
|
1569
1569
|
var ElementPropertyTargetType = z35.enum(["Token", "Component", "DocumentationPage"]);
|
|
1570
1570
|
var ElementPropertyLinkType = z35.enum(["FigmaComponent", "DocumentationPage"]);
|
|
1571
|
+
var ElementPropertyImmutableType = z35.enum(["Collection"]);
|
|
1571
1572
|
var CODE_NAME_REGEX = /^[a-zA-Z_$][a-zA-Z_$0-9]{1,99}$/;
|
|
1572
1573
|
var ColorTokenInlineData = z35.object({
|
|
1573
1574
|
value: z35.string()
|
|
@@ -5591,6 +5592,7 @@ export {
|
|
|
5591
5592
|
ElementGroupSnapshot,
|
|
5592
5593
|
ElementPropertyDefinition,
|
|
5593
5594
|
ElementPropertyDefinitionOption,
|
|
5595
|
+
ElementPropertyImmutableType,
|
|
5594
5596
|
ElementPropertyLinkType,
|
|
5595
5597
|
ElementPropertyTargetType,
|
|
5596
5598
|
ElementPropertyType,
|