@measured/puck 0.17.3 → 0.17.4-canary.e414e34
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.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
@@ -3168,7 +3168,7 @@ function DropZoneEdit({ zone, allow, disallow, style }) {
|
|
3168
3168
|
DraggableComponent,
|
3169
3169
|
{
|
3170
3170
|
label,
|
3171
|
-
id: `draggable-${componentId}`,
|
3171
|
+
id: `draggable-${componentId}::${item.type}`,
|
3172
3172
|
index: i,
|
3173
3173
|
isSelected,
|
3174
3174
|
isLocked: userIsDragging,
|
package/dist/index.mjs
CHANGED
@@ -3001,7 +3001,7 @@ function DropZoneEdit({ zone, allow, disallow, style }) {
|
|
3001
3001
|
DraggableComponent,
|
3002
3002
|
{
|
3003
3003
|
label,
|
3004
|
-
id: `draggable-${componentId}`,
|
3004
|
+
id: `draggable-${componentId}::${item.type}`,
|
3005
3005
|
index: i,
|
3006
3006
|
isSelected,
|
3007
3007
|
isLocked: userIsDragging,
|
package/package.json
CHANGED