@supernova-studio/model 1.60.1 → 1.60.3
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 +10 -0
- package/dist/index.d.ts +10 -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
|
@@ -3762,7 +3762,7 @@ var ThemeOriginSource = z93.object({
|
|
|
3762
3762
|
var ThemeOrigin = z93.object({
|
|
3763
3763
|
sources: z93.array(ThemeOriginSource)
|
|
3764
3764
|
});
|
|
3765
|
-
var Theme =
|
|
3765
|
+
var Theme = DesignElementGroupableBase.extend(DesignElementBrandedPart.shape).extend({
|
|
3766
3766
|
origin: ThemeOrigin.optional(),
|
|
3767
3767
|
overrides: z93.array(ThemeOverride),
|
|
3768
3768
|
codeName: z93.string()
|
|
@@ -4105,6 +4105,7 @@ var Collection = z99.object({
|
|
|
4105
4105
|
name: z99.string(),
|
|
4106
4106
|
description: z99.string(),
|
|
4107
4107
|
backgroundColor: ColorTokenInlineData.optional(),
|
|
4108
|
+
parentPersistentId: z99.string().optional(),
|
|
4108
4109
|
/**
|
|
4109
4110
|
* ID of Select element property definition's option that corresponds to this collection.
|
|
4110
4111
|
*
|