@micromag/core 0.3.736 → 0.3.742
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/assets/css/styles.css +2 -2
- package/assets/css/vendor.css +2 -2
- package/es/utils.js +1 -1
- package/package.json +2 -2
- package/scss/_placeholders.scss +4 -0
package/es/utils.js
CHANGED
|
@@ -109,7 +109,7 @@ function _copyToClipboard() {
|
|
|
109
109
|
_copyToClipboard = _asyncToGenerator(/*#__PURE__*/_regenerator().m(function _callee3(text) {
|
|
110
110
|
var _t, _t2;
|
|
111
111
|
return _regenerator().w(function (_context3) {
|
|
112
|
-
while (1) switch (_context3.n) {
|
|
112
|
+
while (1) switch (_context3.p = _context3.n) {
|
|
113
113
|
case 0:
|
|
114
114
|
_context3.p = 0;
|
|
115
115
|
_context3.n = 1;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/core",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.742",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "",
|
|
6
6
|
"keywords": [
|
|
@@ -145,5 +145,5 @@
|
|
|
145
145
|
"access": "public",
|
|
146
146
|
"registry": "https://registry.npmjs.org/"
|
|
147
147
|
},
|
|
148
|
-
"gitHead": "
|
|
148
|
+
"gitHead": "6d91233414c1db0bd803e405210418d05064714c"
|
|
149
149
|
}
|