@measured/puck 0.19.0-canary.59cb0d9 → 0.19.0-canary.83f8f2d

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 CHANGED
@@ -2996,9 +2996,6 @@ var ArrayField = ({
2996
2996
  hasItems: Array.isArray(value) && value.length > 0,
2997
2997
  addDisabled
2998
2998
  }),
2999
- onClick: (e) => {
3000
- e.preventDefault();
3001
- },
3002
2999
  children: [
3003
3000
  /* @__PURE__ */ (0, import_jsx_runtime7.jsx)("div", { className: getClassName5("inner"), "data-dnd-container": true, children: localState.arrayState.items.map((item, i) => {
3004
3001
  const { _arrayId = `${id}-${i}`, _originalIndex = i } = item;
package/dist/index.mjs CHANGED
@@ -2804,9 +2804,6 @@ var ArrayField = ({
2804
2804
  hasItems: Array.isArray(value) && value.length > 0,
2805
2805
  addDisabled
2806
2806
  }),
2807
- onClick: (e) => {
2808
- e.preventDefault();
2809
- },
2810
2807
  children: [
2811
2808
  /* @__PURE__ */ jsx7("div", { className: getClassName5("inner"), "data-dnd-container": true, children: localState.arrayState.items.map((item, i) => {
2812
2809
  const { _arrayId = `${id}-${i}`, _originalIndex = i } = item;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@measured/puck",
3
- "version": "0.19.0-canary.59cb0d9",
3
+ "version": "0.19.0-canary.83f8f2d",
4
4
  "author": "Measured Corporation Ltd <hello@measured.co>",
5
5
  "repository": "measuredco/puck",
6
6
  "bugs": "https://github.com/measuredco/puck/issues",