@measured/puck-plugin-emotion-cache 0.21.0-canary.ace4c8b3 → 0.21.0-canary.b6ca72f9

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
@@ -1,4 +1,4 @@
1
- import { ReactElement, CSSProperties, ReactNode, JSX } from 'react';
1
+ import { ReactElement, CSSProperties, ElementType, ReactNode, JSX } from 'react';
2
2
 
3
3
  type ItemSelector = {
4
4
  index: number;
@@ -149,6 +149,7 @@ type DropZoneProps = {
149
149
  minEmptyHeight?: number;
150
150
  className?: string;
151
151
  collisionAxis?: DragAxis;
152
+ as?: ElementType;
152
153
  };
153
154
 
154
155
  type PuckContext = {
package/dist/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { ReactElement, CSSProperties, ReactNode, JSX } from 'react';
1
+ import { ReactElement, CSSProperties, ElementType, ReactNode, JSX } from 'react';
2
2
 
3
3
  type ItemSelector = {
4
4
  index: number;
@@ -149,6 +149,7 @@ type DropZoneProps = {
149
149
  minEmptyHeight?: number;
150
150
  className?: string;
151
151
  collisionAxis?: DragAxis;
152
+ as?: ElementType;
152
153
  };
153
154
 
154
155
  type PuckContext = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@measured/puck-plugin-emotion-cache",
3
- "version": "0.21.0-canary.ace4c8b3",
3
+ "version": "0.21.0-canary.b6ca72f9",
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.ace4c8b3",
27
+ "@measured/puck": "^0.21.0-canary.b6ca72f9",
28
28
  "@types/minimatch": "3.0.5",
29
29
  "@types/react": "^19.0.1",
30
30
  "@types/react-dom": "^19.0.2",