@supernova-studio/model 0.48.4 → 0.48.6
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 +3684 -388
- package/dist/index.d.ts +3684 -388
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/liveblocks/rooms/design-system-version-room.ts +3 -0
package/dist/index.js
CHANGED
|
@@ -3289,6 +3289,8 @@ var DesignSystemVersionRoomInternalSettings = _zod.z.object({
|
|
|
3289
3289
|
var DesignSystemVersionRoomInitialState = _zod.z.object({
|
|
3290
3290
|
pages: _zod.z.array(DocumentationPageV2),
|
|
3291
3291
|
groups: _zod.z.array(ElementGroup),
|
|
3292
|
+
pageSnapshots: _zod.z.array(DocumentationPageSnapshot),
|
|
3293
|
+
groupSnapshots: _zod.z.array(ElementGroupSnapshot),
|
|
3292
3294
|
internalSettings: DesignSystemVersionRoomInternalSettings
|
|
3293
3295
|
});
|
|
3294
3296
|
var DesignSystemVersionRoomUpdate = _zod.z.object({
|