@micromag/element-urbania-author 0.3.570 → 0.3.576
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 +1 -2
- package/package.json +6 -6
package/es/index.js
CHANGED
|
@@ -154,6 +154,5 @@ var UrbaniaAuthor = function UrbaniaAuthor(_ref) {
|
|
|
154
154
|
};
|
|
155
155
|
UrbaniaAuthor.propTypes = propTypes;
|
|
156
156
|
UrbaniaAuthor.defaultProps = defaultProps;
|
|
157
|
-
var UrbaniaAuthor$1 = UrbaniaAuthor;
|
|
158
157
|
|
|
159
|
-
export { UrbaniaAuthor
|
|
158
|
+
export { UrbaniaAuthor as default };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/element-urbania-author",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.576",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "",
|
|
6
6
|
"keywords": [
|
|
@@ -59,10 +59,10 @@
|
|
|
59
59
|
},
|
|
60
60
|
"dependencies": {
|
|
61
61
|
"@babel/runtime": "^7.13.10",
|
|
62
|
-
"@micromag/core": "^0.3.
|
|
63
|
-
"@micromag/element-button": "^0.3.
|
|
64
|
-
"@micromag/element-link": "^0.3.
|
|
65
|
-
"@micromag/element-text": "^0.3.
|
|
62
|
+
"@micromag/core": "^0.3.576",
|
|
63
|
+
"@micromag/element-button": "^0.3.576",
|
|
64
|
+
"@micromag/element-link": "^0.3.576",
|
|
65
|
+
"@micromag/element-text": "^0.3.576",
|
|
66
66
|
"classnames": "^2.2.6",
|
|
67
67
|
"lodash": "^4.17.21",
|
|
68
68
|
"prop-types": "^15.7.2",
|
|
@@ -73,5 +73,5 @@
|
|
|
73
73
|
"access": "public",
|
|
74
74
|
"registry": "https://registry.npmjs.org/"
|
|
75
75
|
},
|
|
76
|
-
"gitHead": "
|
|
76
|
+
"gitHead": "fa6ef8f8ed78d40e2a96e669c9cd794a50269c4b"
|
|
77
77
|
}
|