@micromag/screen-urbania-horoscope 0.3.410 → 0.3.417
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 -1
- package/lib/index.js +1 -1
- package/package.json +15 -15
package/es/index.js
CHANGED
|
@@ -923,7 +923,7 @@ var UrbaniaHoroscope$1 = /*#__PURE__*/React.memo(UrbaniaHoroscope);
|
|
|
923
923
|
var definition = [{
|
|
924
924
|
id: 'urbania-horoscope',
|
|
925
925
|
type: 'screen',
|
|
926
|
-
namespaces: ['urbania'],
|
|
926
|
+
namespaces: ['urbania', 'bayard'],
|
|
927
927
|
group: {
|
|
928
928
|
label: defineMessage({
|
|
929
929
|
id: "oPjl8f",
|
package/lib/index.js
CHANGED
|
@@ -970,7 +970,7 @@ var UrbaniaHoroscope$1 = /*#__PURE__*/React__default["default"].memo(UrbaniaHoro
|
|
|
970
970
|
var definition = [{
|
|
971
971
|
id: 'urbania-horoscope',
|
|
972
972
|
type: 'screen',
|
|
973
|
-
namespaces: ['urbania'],
|
|
973
|
+
namespaces: ['urbania', 'bayard'],
|
|
974
974
|
group: {
|
|
975
975
|
label: reactIntl.defineMessage({
|
|
976
976
|
id: "oPjl8f",
|
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.417",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "",
|
|
6
6
|
"keywords": [
|
|
@@ -51,19 +51,19 @@
|
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
53
|
"@babel/runtime": "^7.13.10",
|
|
54
|
-
"@micromag/core": "^0.3.
|
|
55
|
-
"@micromag/element-background": "^0.3.
|
|
56
|
-
"@micromag/element-button": "^0.3.
|
|
57
|
-
"@micromag/element-call-to-action": "^0.3.
|
|
58
|
-
"@micromag/element-container": "^0.3.
|
|
59
|
-
"@micromag/element-grid": "^0.3.
|
|
60
|
-
"@micromag/element-heading": "^0.3.
|
|
61
|
-
"@micromag/element-keypad": "^0.3.
|
|
62
|
-
"@micromag/element-layout": "^0.3.
|
|
63
|
-
"@micromag/element-scroll": "^0.3.
|
|
64
|
-
"@micromag/element-text": "^0.3.
|
|
65
|
-
"@micromag/element-urbania-author": "^0.3.
|
|
66
|
-
"@micromag/transforms": "^0.3.
|
|
54
|
+
"@micromag/core": "^0.3.417",
|
|
55
|
+
"@micromag/element-background": "^0.3.417",
|
|
56
|
+
"@micromag/element-button": "^0.3.417",
|
|
57
|
+
"@micromag/element-call-to-action": "^0.3.417",
|
|
58
|
+
"@micromag/element-container": "^0.3.417",
|
|
59
|
+
"@micromag/element-grid": "^0.3.417",
|
|
60
|
+
"@micromag/element-heading": "^0.3.417",
|
|
61
|
+
"@micromag/element-keypad": "^0.3.417",
|
|
62
|
+
"@micromag/element-layout": "^0.3.417",
|
|
63
|
+
"@micromag/element-scroll": "^0.3.417",
|
|
64
|
+
"@micromag/element-text": "^0.3.417",
|
|
65
|
+
"@micromag/element-urbania-author": "^0.3.417",
|
|
66
|
+
"@micromag/transforms": "^0.3.417",
|
|
67
67
|
"@react-spring/core": "^9.6.1",
|
|
68
68
|
"@react-spring/web": "^9.6.1",
|
|
69
69
|
"@use-gesture/react": "^10.2.4",
|
|
@@ -78,5 +78,5 @@
|
|
|
78
78
|
"access": "public",
|
|
79
79
|
"registry": "https://registry.npmjs.org/"
|
|
80
80
|
},
|
|
81
|
-
"gitHead": "
|
|
81
|
+
"gitHead": "5a0113a6eaafea5c33a6beece8ad581519f490bb"
|
|
82
82
|
}
|