@supernova-studio/model 1.60.1 → 1.60.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.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 = DesignElementBase.extend(DesignElementBrandedPart.shape).extend({
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
  *