@micromag/screen-urbania-horoscope 0.3.74 → 0.3.76
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/lib/index.js +2 -2
- package/package.json +5 -5
package/es/index.js
CHANGED
|
@@ -840,10 +840,10 @@ var definition = [{
|
|
|
840
840
|
order: 10
|
|
841
841
|
},
|
|
842
842
|
title: defineMessage({
|
|
843
|
-
id: "
|
|
843
|
+
id: "F59wsl",
|
|
844
844
|
defaultMessage: [{
|
|
845
845
|
"type": 0,
|
|
846
|
-
"value": "Urbania horoscope
|
|
846
|
+
"value": "Urbania horoscope"
|
|
847
847
|
}]
|
|
848
848
|
}),
|
|
849
849
|
component: Horoscope$1,
|
package/lib/index.js
CHANGED
|
@@ -874,10 +874,10 @@ var definition = [{
|
|
|
874
874
|
order: 10
|
|
875
875
|
},
|
|
876
876
|
title: reactIntl.defineMessage({
|
|
877
|
-
id: "
|
|
877
|
+
id: "F59wsl",
|
|
878
878
|
defaultMessage: [{
|
|
879
879
|
"type": 0,
|
|
880
|
-
"value": "Urbania horoscope
|
|
880
|
+
"value": "Urbania horoscope"
|
|
881
881
|
}]
|
|
882
882
|
}),
|
|
883
883
|
component: Horoscope$1,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/screen-urbania-horoscope",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.76",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"javascript"
|
|
@@ -52,15 +52,15 @@
|
|
|
52
52
|
"@babel/runtime": "^7.13.10",
|
|
53
53
|
"@micromag/core": "^0.3.74",
|
|
54
54
|
"@micromag/element-background": "^0.3.74",
|
|
55
|
-
"@micromag/element-button": "^0.3.
|
|
56
|
-
"@micromag/element-call-to-action": "^0.3.
|
|
55
|
+
"@micromag/element-button": "^0.3.76",
|
|
56
|
+
"@micromag/element-call-to-action": "^0.3.76",
|
|
57
57
|
"@micromag/element-container": "^0.3.74",
|
|
58
58
|
"@micromag/element-grid": "^0.3.74",
|
|
59
59
|
"@micromag/element-heading": "^0.3.74",
|
|
60
60
|
"@micromag/element-layout": "^0.3.74",
|
|
61
61
|
"@micromag/element-scroll": "^0.3.74",
|
|
62
62
|
"@micromag/element-text": "^0.3.74",
|
|
63
|
-
"@micromag/element-urbania-author": "^0.3.
|
|
63
|
+
"@micromag/element-urbania-author": "^0.3.76",
|
|
64
64
|
"@micromag/transforms": "^0.3.74",
|
|
65
65
|
"classnames": "^2.2.6",
|
|
66
66
|
"lodash": "^4.17.21",
|
|
@@ -72,5 +72,5 @@
|
|
|
72
72
|
"publishConfig": {
|
|
73
73
|
"access": "public"
|
|
74
74
|
},
|
|
75
|
-
"gitHead": "
|
|
75
|
+
"gitHead": "c86e3ead134f626899cfdfc34fac84eb1d02864a"
|
|
76
76
|
}
|