@supernova-studio/model 0.53.5 → 0.53.7
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 +265 -265
- package/dist/index.d.ts +265 -265
- package/dist/index.js +3 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/dsm/elements/data/documentation-block-v1.ts +2 -1
package/dist/index.mjs
CHANGED
|
@@ -1725,7 +1725,8 @@ var PageBlockTypeV1 = z40.enum([
|
|
|
1725
1725
|
"Table",
|
|
1726
1726
|
"TableRow",
|
|
1727
1727
|
"TableCell",
|
|
1728
|
-
"Guidelines"
|
|
1728
|
+
"Guidelines",
|
|
1729
|
+
"Guideline"
|
|
1729
1730
|
]);
|
|
1730
1731
|
var PageBlockCodeLanguage = z40.enum([
|
|
1731
1732
|
"Angular",
|
|
@@ -1921,7 +1922,7 @@ var PageBlockBaseV1 = z40.object({
|
|
|
1921
1922
|
// Shortcuts block
|
|
1922
1923
|
shortcuts: nullishToOptional(z40.array(PageBlockShortcut)),
|
|
1923
1924
|
// Guidelines
|
|
1924
|
-
|
|
1925
|
+
guideline: nullishToOptional(PageBlockGuideline),
|
|
1925
1926
|
// Custom blocks
|
|
1926
1927
|
customBlockKey: nullishToOptional(z40.string()),
|
|
1927
1928
|
customBlockProperties: nullishToOptional(z40.array(PageBlockCustomBlockPropertyValue)),
|