@supernova-studio/model 1.87.1 → 1.87.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
@@ -2898,7 +2898,8 @@ var PageBlockItemStorybookValue = z51.object({
2898
2898
  showFooter: z51.boolean().optional(),
2899
2899
  showProperties: z51.boolean().optional(),
2900
2900
  showDescription: z51.boolean().optional(),
2901
- showDefaults: z51.boolean().optional()
2901
+ showDefaults: z51.boolean().optional(),
2902
+ showThemeSwitcher: z51.boolean().optional()
2902
2903
  });
2903
2904
  var PageBlockItemTextValue = z51.object({
2904
2905
  value: z51.string()