@micromag/core 0.3.788 → 0.3.789
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/components.js +1 -1
- package/lib/components.js +1 -1
- package/package.json +2 -2
package/es/components.js
CHANGED
|
@@ -2477,7 +2477,7 @@ var FontFaces = function FontFaces(_ref4) {
|
|
|
2477
2477
|
// }),
|
|
2478
2478
|
// ];
|
|
2479
2479
|
}, {});
|
|
2480
|
-
return fontFaces.length > 0 ? /*#__PURE__*/React.createElement("style", {
|
|
2480
|
+
return Object.keys(fontFaces).length > 0 ? /*#__PURE__*/React.createElement("style", {
|
|
2481
2481
|
type: "text/css",
|
|
2482
2482
|
dangerouslySetInnerHTML: {
|
|
2483
2483
|
__html: Object.keys(fontFaces).map(function (it) {
|
package/lib/components.js
CHANGED
|
@@ -2479,7 +2479,7 @@ var FontFaces = function FontFaces(_ref4) {
|
|
|
2479
2479
|
// }),
|
|
2480
2480
|
// ];
|
|
2481
2481
|
}, {});
|
|
2482
|
-
return fontFaces.length > 0 ? /*#__PURE__*/React.createElement("style", {
|
|
2482
|
+
return Object.keys(fontFaces).length > 0 ? /*#__PURE__*/React.createElement("style", {
|
|
2483
2483
|
type: "text/css",
|
|
2484
2484
|
dangerouslySetInnerHTML: {
|
|
2485
2485
|
__html: Object.keys(fontFaces).map(function (it) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/core",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.789",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "",
|
|
6
6
|
"keywords": [
|
|
@@ -167,5 +167,5 @@
|
|
|
167
167
|
"access": "public",
|
|
168
168
|
"registry": "https://registry.npmjs.org/"
|
|
169
169
|
},
|
|
170
|
-
"gitHead": "
|
|
170
|
+
"gitHead": "60eb4574b9d13a985e7cd317429c06c1f98ab275"
|
|
171
171
|
}
|