@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.d.mts +23 -23
- package/dist/index.d.ts +23 -23
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
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",
|