@measured/puck 0.17.3 → 0.17.4-canary.e414e34

Sign up to get free protection for your applications and to get access to all the features.
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@measured/puck",
3
- "version": "0.17.3",
3
+ "version": "0.17.4-canary.e414e34",
4
4
  "author": "Measured Corporation Ltd <hello@measured.co>",
5
5
  "repository": "measuredco/puck",
6
6
  "bugs": "https://github.com/measuredco/puck/issues",