@supernova-studio/model 1.96.4 → 1.96.6

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
@@ -2203,7 +2203,8 @@ var PageBlockStorybookBlockConfig = z46.object({
2203
2203
  showFooter: z46.boolean().optional(),
2204
2204
  showProperties: z46.boolean().optional(),
2205
2205
  showDescription: z46.boolean().optional(),
2206
- showDefaults: z46.boolean().optional()
2206
+ showDefaults: z46.boolean().optional(),
2207
+ showThemeSwitcher: z46.boolean().optional()
2207
2208
  });
2208
2209
  var PageBlockTextSpanAttributeType = z46.enum(["Bold", "Italic", "Link", "Strikethrough", "Code", "Comment"]);
2209
2210
  var PageBlockTextSpanAttribute = z46.object({