@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/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.736",
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": "77bd0bf6941418463c0f7bbb68bf9b20379c5c55"
148
+ "gitHead": "6d91233414c1db0bd803e405210418d05064714c"
149
149
  }
@@ -62,6 +62,10 @@
62
62
  li {
63
63
  font-weight: inherit;
64
64
  }
65
+
66
+ mark, .mark {
67
+ color: inherit;
68
+ }
65
69
  }
66
70
 
67
71
  %reset-button {