@micromag/editor 0.4.52 → 0.4.55

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.
Files changed (2) hide show
  1. package/es/index.js +2 -2
  2. package/package.json +7 -7
package/es/index.js CHANGED
@@ -1338,7 +1338,7 @@ function ScreenStates(_ref) {
1338
1338
  return onClickDelete(index);
1339
1339
  }
1340
1340
  })
1341
- });
1341
+ }, index);
1342
1342
  }), !withoutCreate ? /*#__PURE__*/jsx("li", {
1343
1343
  className: "p-1",
1344
1344
  children: /*#__PURE__*/jsx(Button, {
@@ -1367,7 +1367,7 @@ function ScreenStates(_ref) {
1367
1367
  // }
1368
1368
  // }}
1369
1369
  })]
1370
- });
1370
+ }, id);
1371
1371
  })]
1372
1372
  })
1373
1373
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/editor",
3
- "version": "0.4.52",
3
+ "version": "0.4.55",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "keywords": [
@@ -69,11 +69,11 @@
69
69
  "@fortawesome/fontawesome-svg-core": "^7.2.0",
70
70
  "@fortawesome/free-solid-svg-icons": "^7.2.0",
71
71
  "@fortawesome/react-fontawesome": "^3.2.0",
72
- "@micromag/core": "^0.4.52",
73
- "@micromag/elements": "^0.4.52",
74
- "@micromag/fields": "^0.4.52",
75
- "@micromag/screens": "^0.4.52",
76
- "@micromag/viewer": "^0.4.52",
72
+ "@micromag/core": "^0.4.55",
73
+ "@micromag/elements": "^0.4.55",
74
+ "@micromag/fields": "^0.4.55",
75
+ "@micromag/screens": "^0.4.55",
76
+ "@micromag/viewer": "^0.4.55",
77
77
  "@panneau/uppy": "^4.0.27",
78
78
  "classnames": "^2.2.6",
79
79
  "lodash": "^4.17.23",
@@ -87,6 +87,6 @@
87
87
  "access": "public",
88
88
  "registry": "https://registry.npmjs.org/"
89
89
  },
90
- "gitHead": "7e9283049e6904a73ed2c8ac47b2e45465823656",
90
+ "gitHead": "9708f0016de0cf18dcd6a6aa5bc70d7f00b86d9f",
91
91
  "types": "es/index.d.ts"
92
92
  }