@measured/puck-plugin-emotion-cache 0.21.0-canary.73b98fb4 → 0.21.0-canary.79a26849

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
@@ -146,7 +146,7 @@ type DropZoneProps = {
146
146
  allow?: string[];
147
147
  disallow?: string[];
148
148
  style?: CSSProperties;
149
- minEmptyHeight?: number;
149
+ minEmptyHeight?: CSSProperties["minHeight"] | number;
150
150
  className?: string;
151
151
  collisionAxis?: DragAxis;
152
152
  as?: ElementType;
package/dist/index.d.ts CHANGED
@@ -146,7 +146,7 @@ type DropZoneProps = {
146
146
  allow?: string[];
147
147
  disallow?: string[];
148
148
  style?: CSSProperties;
149
- minEmptyHeight?: number;
149
+ minEmptyHeight?: CSSProperties["minHeight"] | number;
150
150
  className?: string;
151
151
  collisionAxis?: DragAxis;
152
152
  as?: ElementType;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@measured/puck-plugin-emotion-cache",
3
- "version": "0.21.0-canary.73b98fb4",
3
+ "version": "0.21.0-canary.79a26849",
4
4
  "author": "Chris Villa <chris@puckeditor.com>",
5
5
  "repository": "measuredco/puck",
6
6
  "bugs": "https://github.com/measuredco/puck/issues",
@@ -24,7 +24,7 @@
24
24
  ],
25
25
  "devDependencies": {
26
26
  "@emotion/react": "^11.13.3",
27
- "@measured/puck": "^0.21.0-canary.73b98fb4",
27
+ "@measured/puck": "^0.21.0-canary.79a26849",
28
28
  "@types/minimatch": "3.0.5",
29
29
  "@types/react": "^19.0.1",
30
30
  "@types/react-dom": "^19.0.2",