@measured/puck-plugin-emotion-cache 0.20.0-canary.6dace1cf → 0.20.0-canary.8909f8cc
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 +2 -0
- package/dist/index.d.ts +2 -0
- package/package.json +2 -2
package/dist/index.d.mts
CHANGED
|
@@ -137,6 +137,8 @@ type ArrayState = {
|
|
|
137
137
|
type UiState = {
|
|
138
138
|
leftSideBarVisible: boolean;
|
|
139
139
|
rightSideBarVisible: boolean;
|
|
140
|
+
leftSideBarWidth?: number | null;
|
|
141
|
+
rightSideBarWidth?: number | null;
|
|
140
142
|
itemSelector: ItemSelector | null;
|
|
141
143
|
arrayState: Record<string, ArrayState | undefined>;
|
|
142
144
|
previewMode: "interactive" | "edit";
|
package/dist/index.d.ts
CHANGED
|
@@ -137,6 +137,8 @@ type ArrayState = {
|
|
|
137
137
|
type UiState = {
|
|
138
138
|
leftSideBarVisible: boolean;
|
|
139
139
|
rightSideBarVisible: boolean;
|
|
140
|
+
leftSideBarWidth?: number | null;
|
|
141
|
+
rightSideBarWidth?: number | null;
|
|
140
142
|
itemSelector: ItemSelector | null;
|
|
141
143
|
arrayState: Record<string, ArrayState | undefined>;
|
|
142
144
|
previewMode: "interactive" | "edit";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@measured/puck-plugin-emotion-cache",
|
|
3
|
-
"version": "0.20.0-canary.
|
|
3
|
+
"version": "0.20.0-canary.8909f8cc",
|
|
4
4
|
"author": "Chris Villa <chris@puckeditor.com>",
|
|
5
5
|
"repository": "measuredco/puck",
|
|
6
6
|
"bugs": "https://github.com/measuredco/puck/issues",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
],
|
|
24
24
|
"devDependencies": {
|
|
25
25
|
"@emotion/react": "^11.13.3",
|
|
26
|
-
"@measured/puck": "^0.20.0-canary.
|
|
26
|
+
"@measured/puck": "^0.20.0-canary.8909f8cc",
|
|
27
27
|
"@types/react": "^19.0.1",
|
|
28
28
|
"@types/react-dom": "^19.0.2",
|
|
29
29
|
"eslint": "^7.32.0",
|