@megafon/ui-core 5.10.0 → 5.10.1

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/CHANGELOG.md CHANGED
@@ -3,6 +3,17 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [5.10.1](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/compare/@megafon/ui-core@5.10.0...@megafon/ui-core@5.10.1) (2024-04-24)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **banner:** fix children background ([a6e3d12](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/a6e3d127dd5b73dcea4d54e96e95ae8189f61824))
12
+
13
+
14
+
15
+
16
+
6
17
  # [5.10.0](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/compare/@megafon/ui-core@5.9.2...@megafon/ui-core@5.10.0) (2024-04-22)
7
18
 
8
19
 
@@ -233,7 +233,6 @@ var Banner = function Banner(_ref) {
233
233
  className: cn('slide', [classes.slide]),
234
234
  key: i
235
235
  }), /*#__PURE__*/React.isValidElement(child) && /*#__PURE__*/React.cloneElement(child, {
236
- backgroundColor: backgroundColor,
237
236
  hasBottomOffset: !isSingleSlide
238
237
  }));
239
238
  })), !isSingleSlide && /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(NavArrow, {
@@ -263,7 +263,6 @@ var Banner = function Banner(_ref) {
263
263
  className: cn('slide', [classes.slide]),
264
264
  key: i
265
265
  }), /*#__PURE__*/React.isValidElement(child) && /*#__PURE__*/React.cloneElement(child, {
266
- backgroundColor: backgroundColor,
267
266
  hasBottomOffset: !isSingleSlide
268
267
  }));
269
268
  })), !isSingleSlide && /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(_NavArrow["default"], {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@megafon/ui-core",
3
- "version": "5.10.0",
3
+ "version": "5.10.1",
4
4
  "files": [
5
5
  "dist",
6
6
  "styles"
@@ -97,5 +97,5 @@
97
97
  "react-popper": "^2.2.3",
98
98
  "swiper": "^6.5.6"
99
99
  },
100
- "gitHead": "01efef995bd43c230a099a002906f61bfa44c730"
100
+ "gitHead": "88317ae63c14449b3ab9dd1ea8c6215ec3385059"
101
101
  }