@supernova-studio/model 0.52.6 → 0.52.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 +3 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/dsm/elements/data/documentation-block-v2.ts +1 -0
package/dist/index.mjs
CHANGED
|
@@ -2109,6 +2109,7 @@ var PageBlockItemSandboxValue = z40.object({
|
|
|
2109
2109
|
var PageBlockItemColorValue = z40.record(z40.any());
|
|
2110
2110
|
var PageBlockItemComponentValue = z40.object({
|
|
2111
2111
|
selectedPropertyIds: z40.array(z40.string()).optional(),
|
|
2112
|
+
selectedBrandId: z40.string().optional(),
|
|
2112
2113
|
value: z40.array(
|
|
2113
2114
|
z40.object({
|
|
2114
2115
|
entityId: z40.string(),
|