@micromag/screen-urbania-recommendation 0.4.41 → 0.4.42
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 -3
- package/package.json +14 -14
package/es/index.js
CHANGED
|
@@ -454,9 +454,7 @@ function UrbaniaRecommendation(_ref) {
|
|
|
454
454
|
} : null)
|
|
455
455
|
}, /*#__PURE__*/React.createElement("div", {
|
|
456
456
|
className: classNames([styles.visualContainer, _defineProperty({}, styles.modalOpened, visualModalTransitioning || visualModalOpened)]),
|
|
457
|
-
style:
|
|
458
|
-
// eslint-disable-next-line no-nested-ternary
|
|
459
|
-
layoutBorderRadius !== null ? layout === 'bottom' ? {
|
|
457
|
+
style: layoutBorderRadius !== null ? layout === 'bottom' ? {
|
|
460
458
|
borderBottomLeftRadius: layoutBorderRadius,
|
|
461
459
|
borderBottomRightRadius: layoutBorderRadius
|
|
462
460
|
} : {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/screen-urbania-recommendation",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.42",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "",
|
|
6
6
|
"keywords": [
|
|
@@ -61,18 +61,18 @@
|
|
|
61
61
|
},
|
|
62
62
|
"dependencies": {
|
|
63
63
|
"@babel/runtime": "^7.28.6",
|
|
64
|
-
"@micromag/core": "^0.4.
|
|
65
|
-
"@micromag/element-background": "^0.4.
|
|
66
|
-
"@micromag/element-button": "^0.4.
|
|
67
|
-
"@micromag/element-container": "^0.4.
|
|
68
|
-
"@micromag/element-footer": "^0.4.
|
|
69
|
-
"@micromag/element-header": "^0.4.
|
|
70
|
-
"@micromag/element-heading": "^0.4.
|
|
71
|
-
"@micromag/element-layout": "^0.4.
|
|
72
|
-
"@micromag/element-scroll": "^0.4.
|
|
73
|
-
"@micromag/element-text": "^0.4.
|
|
74
|
-
"@micromag/element-visual": "^0.4.
|
|
75
|
-
"@micromag/transforms": "^0.4.
|
|
64
|
+
"@micromag/core": "^0.4.42",
|
|
65
|
+
"@micromag/element-background": "^0.4.42",
|
|
66
|
+
"@micromag/element-button": "^0.4.42",
|
|
67
|
+
"@micromag/element-container": "^0.4.42",
|
|
68
|
+
"@micromag/element-footer": "^0.4.42",
|
|
69
|
+
"@micromag/element-header": "^0.4.42",
|
|
70
|
+
"@micromag/element-heading": "^0.4.42",
|
|
71
|
+
"@micromag/element-layout": "^0.4.42",
|
|
72
|
+
"@micromag/element-scroll": "^0.4.42",
|
|
73
|
+
"@micromag/element-text": "^0.4.42",
|
|
74
|
+
"@micromag/element-visual": "^0.4.42",
|
|
75
|
+
"@micromag/transforms": "^0.4.42",
|
|
76
76
|
"classnames": "^2.2.6",
|
|
77
77
|
"lodash": "^4.17.23",
|
|
78
78
|
"react-intl": "^8.1.3 || ^10.0.0",
|
|
@@ -82,6 +82,6 @@
|
|
|
82
82
|
"access": "public",
|
|
83
83
|
"registry": "https://registry.npmjs.org/"
|
|
84
84
|
},
|
|
85
|
-
"gitHead": "
|
|
85
|
+
"gitHead": "6fd96aeb9ef1857c731917d8b7cde23d31b39574",
|
|
86
86
|
"types": "es/index.d.ts"
|
|
87
87
|
}
|