@supernova-studio/client 1.96.3 → 1.96.5

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
@@ -2007,7 +2007,8 @@ var PageBlockStorybookBlockConfig = z46.object({
2007
2007
  showFooter: z46.boolean().optional(),
2008
2008
  showProperties: z46.boolean().optional(),
2009
2009
  showDescription: z46.boolean().optional(),
2010
- showDefaults: z46.boolean().optional()
2010
+ showDefaults: z46.boolean().optional(),
2011
+ showThemeSwitcher: z46.boolean().optional()
2011
2012
  });
2012
2013
  var PageBlockTextSpanAttributeType = z46.enum(["Bold", "Italic", "Link", "Strikethrough", "Code", "Comment"]);
2013
2014
  var PageBlockTextSpanAttribute = z46.object({
@@ -11539,6 +11540,7 @@ var DTOForgeProjectContextV2 = z339.object({
11539
11540
  isArchived: z339.boolean(),
11540
11541
  themePreset: z339.string().optional(),
11541
11542
  tokenThemeSets: z339.array(DTOForgeTokenThemeSet).optional(),
11543
+ metadata: DTOObjectMetadata.optional(),
11542
11544
  componentSet: DTOForgeComponentSet,
11543
11545
  iconSet: DTOForgeIconSet,
11544
11546
  theme: DTOForgeProjectTheme,