@micromag/screen-urbania-recommendation 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 +3 -3
package/es/index.js
CHANGED
|
@@ -290,10 +290,10 @@ var definition = [{
|
|
|
290
290
|
order: 10
|
|
291
291
|
},
|
|
292
292
|
title: defineMessage({
|
|
293
|
-
id: "
|
|
293
|
+
id: "sUP5BO",
|
|
294
294
|
defaultMessage: [{
|
|
295
295
|
"type": 0,
|
|
296
|
-
"value": "Urbania recommendation
|
|
296
|
+
"value": "Urbania recommendation"
|
|
297
297
|
}]
|
|
298
298
|
}),
|
|
299
299
|
component: Recommendation$1,
|
package/lib/index.js
CHANGED
|
@@ -310,10 +310,10 @@ var definition = [{
|
|
|
310
310
|
order: 10
|
|
311
311
|
},
|
|
312
312
|
title: reactIntl.defineMessage({
|
|
313
|
-
id: "
|
|
313
|
+
id: "sUP5BO",
|
|
314
314
|
defaultMessage: [{
|
|
315
315
|
"type": 0,
|
|
316
|
-
"value": "Urbania recommendation
|
|
316
|
+
"value": "Urbania recommendation"
|
|
317
317
|
}]
|
|
318
318
|
}),
|
|
319
319
|
component: Recommendation$1,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/screen-urbania-recommendation",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.76",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"javascript"
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"@babel/runtime": "^7.13.10",
|
|
52
52
|
"@micromag/core": "^0.3.74",
|
|
53
53
|
"@micromag/element-background": "^0.3.74",
|
|
54
|
-
"@micromag/element-call-to-action": "^0.3.
|
|
54
|
+
"@micromag/element-call-to-action": "^0.3.76",
|
|
55
55
|
"@micromag/element-container": "^0.3.74",
|
|
56
56
|
"@micromag/element-heading": "^0.3.74",
|
|
57
57
|
"@micromag/element-layout": "^0.3.74",
|
|
@@ -67,5 +67,5 @@
|
|
|
67
67
|
"publishConfig": {
|
|
68
68
|
"access": "public"
|
|
69
69
|
},
|
|
70
|
-
"gitHead": "
|
|
70
|
+
"gitHead": "c86e3ead134f626899cfdfc34fac84eb1d02864a"
|
|
71
71
|
}
|