@micromag/editor 0.4.52 → 0.4.54
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/es/index.js +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.
|
|
3
|
+
"version": "0.4.54",
|
|
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.
|
|
73
|
-
"@micromag/elements": "^0.4.
|
|
74
|
-
"@micromag/fields": "^0.4.
|
|
75
|
-
"@micromag/screens": "^0.4.
|
|
76
|
-
"@micromag/viewer": "^0.4.
|
|
72
|
+
"@micromag/core": "^0.4.54",
|
|
73
|
+
"@micromag/elements": "^0.4.54",
|
|
74
|
+
"@micromag/fields": "^0.4.54",
|
|
75
|
+
"@micromag/screens": "^0.4.54",
|
|
76
|
+
"@micromag/viewer": "^0.4.54",
|
|
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": "
|
|
90
|
+
"gitHead": "b7aacdebb4a5c2179a58d21ab2aaea5bcdc43d69",
|
|
91
91
|
"types": "es/index.d.ts"
|
|
92
92
|
}
|