@micromag/screen-urbania-recommendation 0.3.389 → 0.3.395
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 +17 -15
package/es/index.js
CHANGED
|
@@ -540,7 +540,7 @@ var UrbaniaRecommendation$1 = /*#__PURE__*/React.memo(UrbaniaRecommendation);
|
|
|
540
540
|
var definition = [{
|
|
541
541
|
id: 'urbania-recommendation',
|
|
542
542
|
type: 'screen',
|
|
543
|
-
namespaces: ['urbania'],
|
|
543
|
+
namespaces: ['urbania', 'bayard'],
|
|
544
544
|
group: {
|
|
545
545
|
label: defineMessage({
|
|
546
546
|
id: "oPjl8f",
|
package/lib/index.js
CHANGED
|
@@ -563,7 +563,7 @@ var UrbaniaRecommendation$1 = /*#__PURE__*/React__default["default"].memo(Urbani
|
|
|
563
563
|
var definition = [{
|
|
564
564
|
id: 'urbania-recommendation',
|
|
565
565
|
type: 'screen',
|
|
566
|
-
namespaces: ['urbania'],
|
|
566
|
+
namespaces: ['urbania', 'bayard'],
|
|
567
567
|
group: {
|
|
568
568
|
label: reactIntl.defineMessage({
|
|
569
569
|
id: "oPjl8f",
|
package/package.json
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/screen-urbania-recommendation",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.395",
|
|
4
|
+
"private": false,
|
|
4
5
|
"description": "",
|
|
5
6
|
"keywords": [
|
|
6
7
|
"javascript"
|
|
@@ -49,18 +50,18 @@
|
|
|
49
50
|
},
|
|
50
51
|
"dependencies": {
|
|
51
52
|
"@babel/runtime": "^7.13.10",
|
|
52
|
-
"@micromag/core": "^0.3.
|
|
53
|
-
"@micromag/element-background": "^0.3.
|
|
54
|
-
"@micromag/element-button": "^0.3.
|
|
55
|
-
"@micromag/element-container": "^0.3.
|
|
56
|
-
"@micromag/element-footer": "^0.3.
|
|
57
|
-
"@micromag/element-header": "^0.3.
|
|
58
|
-
"@micromag/element-heading": "^0.3.
|
|
59
|
-
"@micromag/element-layout": "^0.3.
|
|
60
|
-
"@micromag/element-scroll": "^0.3.
|
|
61
|
-
"@micromag/element-text": "^0.3.
|
|
62
|
-
"@micromag/element-visual": "^0.3.
|
|
63
|
-
"@micromag/transforms": "^0.3.
|
|
53
|
+
"@micromag/core": "^0.3.390",
|
|
54
|
+
"@micromag/element-background": "^0.3.390",
|
|
55
|
+
"@micromag/element-button": "^0.3.390",
|
|
56
|
+
"@micromag/element-container": "^0.3.390",
|
|
57
|
+
"@micromag/element-footer": "^0.3.390",
|
|
58
|
+
"@micromag/element-header": "^0.3.390",
|
|
59
|
+
"@micromag/element-heading": "^0.3.390",
|
|
60
|
+
"@micromag/element-layout": "^0.3.390",
|
|
61
|
+
"@micromag/element-scroll": "^0.3.390",
|
|
62
|
+
"@micromag/element-text": "^0.3.390",
|
|
63
|
+
"@micromag/element-visual": "^0.3.390",
|
|
64
|
+
"@micromag/transforms": "^0.3.390",
|
|
64
65
|
"classnames": "^2.2.6",
|
|
65
66
|
"lodash": "^4.17.21",
|
|
66
67
|
"prop-types": "^15.7.2",
|
|
@@ -68,7 +69,8 @@
|
|
|
68
69
|
"uuid": "^9.0.0"
|
|
69
70
|
},
|
|
70
71
|
"publishConfig": {
|
|
71
|
-
"access": "public"
|
|
72
|
+
"access": "public",
|
|
73
|
+
"registry": "https://registry.npmjs.org/"
|
|
72
74
|
},
|
|
73
|
-
"gitHead": "
|
|
75
|
+
"gitHead": "27e4a63823c5ada43028f096478650de6d6a6db5"
|
|
74
76
|
}
|