@supernova-studio/model 0.10.2 → 0.11.0

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
@@ -633,7 +633,7 @@ function nullishToOptional(type) {
633
633
  }
634
634
 
635
635
  // src/dsm/elements/data/documentation-block-v1.ts
636
- var PageBlockCalloutType = z32.enum(["Info", "Success", "Warning", "Error"]);
636
+ var PageBlockCalloutType = z32.enum(["Info", "Primary", "Success", "Warning", "Error"]);
637
637
  var PageBlockTypeV1 = z32.enum([
638
638
  "Text",
639
639
  "Heading",