@measured/puck-plugin-emotion-cache 0.18.0-canary.d253d54 → 0.18.0-canary.e2139f5

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 CHANGED
@@ -135,6 +135,7 @@ type UiState = {
135
135
  rightSideBarVisible: boolean;
136
136
  itemSelector: ItemSelector | null;
137
137
  arrayState: Record<string, ArrayState | undefined>;
138
+ previewMode: "interactive" | "edit";
138
139
  componentList: Record<string, {
139
140
  components?: string[];
140
141
  title?: string;
package/dist/index.d.ts CHANGED
@@ -135,6 +135,7 @@ type UiState = {
135
135
  rightSideBarVisible: boolean;
136
136
  itemSelector: ItemSelector | null;
137
137
  arrayState: Record<string, ArrayState | undefined>;
138
+ previewMode: "interactive" | "edit";
138
139
  componentList: Record<string, {
139
140
  components?: string[];
140
141
  title?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@measured/puck-plugin-emotion-cache",
3
- "version": "0.18.0-canary.d253d54",
3
+ "version": "0.18.0-canary.e2139f5",
4
4
  "author": "Measured Corporation Ltd <hello@measured.co>",
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.18.0-canary.d253d54",
26
+ "@measured/puck": "^0.18.0-canary.e2139f5",
27
27
  "@types/react": "^19.0.1",
28
28
  "@types/react-dom": "^19.0.2",
29
29
  "eslint": "^7.32.0",