@megafon/ui-shared 3.0.0-beta.7 → 3.0.0-beta.8

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,22 @@
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
+ # [3.0.0-beta.8](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@3.0.0-beta.7...@megafon/ui-shared@3.0.0-beta.8) (2022-02-08)
7
+
8
+
9
+ ### Features
10
+
11
+ * **accordionbox:** remove prop hasVerticalPaddings ([82218ad](https://github.com/MegafonWebLab/megafon-ui/commit/82218ad0307c3f566cf9f582a824733e3523be3d))
12
+
13
+
14
+ ### BREAKING CHANGES
15
+
16
+ * **accordionbox:** remove prop hasVerticalPaddings
17
+
18
+
19
+
20
+
21
+
6
22
  # [3.0.0-beta.7](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@3.0.0-beta.6...@megafon/ui-shared@3.0.0-beta.7) (2022-02-04)
7
23
 
8
24
 
@@ -15,8 +15,6 @@ export interface IAccordionBox {
15
15
  isFullWidth?: boolean;
16
16
  /** Центрирование по горизонтали для расширения 1280+ */
17
17
  hCenterAlignWide?: boolean;
18
- /** Вертикальные отступы */
19
- hasVerticalPaddings?: boolean;
20
18
  /** Дополнительный класс для корнеовго элемента */
21
19
  className?: string;
22
20
  /** Дополнительные классы для корневого и внутренних элементов */
@@ -51,7 +51,6 @@ AccordionBox.propTypes = {
51
51
  isFullWidth: PropTypes.bool,
52
52
  isOpened: PropTypes.bool,
53
53
  hCenterAlignWide: PropTypes.bool,
54
- hasVerticalPaddings: PropTypes.bool,
55
54
  className: PropTypes.string,
56
55
  classes: PropTypes.shape({
57
56
  openedClass: PropTypes.string,
@@ -15,8 +15,6 @@ export interface IAccordionBox {
15
15
  isFullWidth?: boolean;
16
16
  /** Центрирование по горизонтали для расширения 1280+ */
17
17
  hCenterAlignWide?: boolean;
18
- /** Вертикальные отступы */
19
- hasVerticalPaddings?: boolean;
20
18
  /** Дополнительный класс для корнеовго элемента */
21
19
  className?: string;
22
20
  /** Дополнительные классы для корневого и внутренних элементов */
@@ -68,7 +68,6 @@ AccordionBox.propTypes = {
68
68
  isFullWidth: PropTypes.bool,
69
69
  isOpened: PropTypes.bool,
70
70
  hCenterAlignWide: PropTypes.bool,
71
- hasVerticalPaddings: PropTypes.bool,
72
71
  className: PropTypes.string,
73
72
  classes: PropTypes.shape({
74
73
  openedClass: PropTypes.string,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@megafon/ui-shared",
3
- "version": "3.0.0-beta.7",
3
+ "version": "3.0.0-beta.8",
4
4
  "files": [
5
5
  "dist"
6
6
  ],
@@ -82,7 +82,7 @@
82
82
  },
83
83
  "dependencies": {
84
84
  "@babel/runtime": "^7.8.4",
85
- "@megafon/ui-core": "^3.0.0-beta.7",
85
+ "@megafon/ui-core": "^3.0.0-beta.8",
86
86
  "@megafon/ui-helpers": "^2.0.0-beta.4",
87
87
  "core-js": "^3.6.4",
88
88
  "htmr": "^0.9.2",
@@ -90,5 +90,5 @@
90
90
  "prop-types": "^15.7.2",
91
91
  "swiper": "^6.5.6"
92
92
  },
93
- "gitHead": "29a52b2d41115e8a40731d91a89d88c3e3fd4e9e"
93
+ "gitHead": "714e9fc30f06de292a9bc09a9e6d3df3e9aebc9c"
94
94
  }