@micromag/element-heading 0.3.606 → 0.3.608
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 +3 -3
package/es/index.js
CHANGED
|
@@ -39,9 +39,9 @@ var Heading = function Heading(_ref) {
|
|
|
39
39
|
var HeadingComponent = "h".concat(size);
|
|
40
40
|
var _ref2 = textStyle || {},
|
|
41
41
|
_ref2$link = _ref2.link,
|
|
42
|
-
linkStyle = _ref2$link ===
|
|
42
|
+
linkStyle = _ref2$link === undefined ? null : _ref2$link,
|
|
43
43
|
_ref2$highlight = _ref2.highlight,
|
|
44
|
-
highlightStyle = _ref2$highlight ===
|
|
44
|
+
highlightStyle = _ref2$highlight === undefined ? null : _ref2$highlight;
|
|
45
45
|
var finalStyle = null;
|
|
46
46
|
var finalLinkStyle = linkStyle !== null ? getStyleFromLink(linkStyle) : null;
|
|
47
47
|
var finalHighlightStyle = highlightStyle !== null ? getStyleFromHighlight(highlightStyle) : null;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/element-heading",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.608",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "",
|
|
6
6
|
"keywords": [
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
},
|
|
60
60
|
"dependencies": {
|
|
61
61
|
"@babel/runtime": "^7.13.10",
|
|
62
|
-
"@micromag/core": "^0.3.
|
|
62
|
+
"@micromag/core": "^0.3.608",
|
|
63
63
|
"classnames": "^2.2.6",
|
|
64
64
|
"prop-types": "^15.7.2",
|
|
65
65
|
"react-intl": "^6.6.4",
|
|
@@ -69,5 +69,5 @@
|
|
|
69
69
|
"access": "public",
|
|
70
70
|
"registry": "https://registry.npmjs.org/"
|
|
71
71
|
},
|
|
72
|
-
"gitHead": "
|
|
72
|
+
"gitHead": "02f8cfe4dde0c33bec9ed7c3bdb671cd8acf78bc"
|
|
73
73
|
}
|