@megafon/ui-shared 4.0.0-beta.4 → 4.0.0-beta.5

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
+ # [4.0.0-beta.5](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@4.0.0-beta.4...@megafon/ui-shared@4.0.0-beta.5) (2022-06-29)
7
+
8
+
9
+ ### Features
10
+
11
+ * **text-with-icon:** delete centering in mobile resolution ([1557a8c](https://github.com/MegafonWebLab/megafon-ui/commit/1557a8cf334ad52143578daccd41c08c06d6254d))
12
+
13
+
14
+ ### BREAKING CHANGES
15
+
16
+ * **text-with-icon:** centering in mobile resolution was removed according guides
17
+
18
+
19
+
20
+
21
+
6
22
  # [4.0.0-beta.4](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@4.0.0-beta.3...@megafon/ui-shared@4.0.0-beta.4) (2022-06-23)
7
23
 
8
24
  **Note:** Version bump only for package @megafon/ui-shared
@@ -8,8 +8,3 @@ h5 {
8
8
  .mfui-text-with-icon__header {
9
9
  margin-bottom: 24px;
10
10
  }
11
- @media screen and (max-width: 767px) {
12
- .mfui-text-with-icon__header {
13
- text-align: center;
14
- }
15
- }
@@ -13,14 +13,6 @@ h5 {
13
13
  -ms-flex-align: center;
14
14
  align-items: center;
15
15
  }
16
- @media screen and (max-width: 767px) {
17
- .mfui-text-with-icon-item {
18
- -webkit-box-orient: vertical;
19
- -webkit-box-direction: normal;
20
- -ms-flex-direction: column;
21
- flex-direction: column;
22
- }
23
- }
24
16
  .mfui-text-with-icon-item:not(:first-of-type) {
25
17
  margin-top: 16px;
26
18
  }
@@ -34,16 +26,6 @@ h5 {
34
26
  min-width: 40px;
35
27
  height: 40px;
36
28
  min-height: 40px;
29
+ margin-right: 16px;
37
30
  overflow: hidden;
38
31
  }
39
- @media screen and (min-width: 768px) {
40
- .mfui-text-with-icon-item__svg-icon {
41
- margin-right: 16px;
42
- }
43
- }
44
- @media screen and (max-width: 767px) {
45
- .mfui-text-with-icon-item__text {
46
- margin-top: 12px;
47
- text-align: center;
48
- }
49
- }
@@ -8,8 +8,3 @@ h5 {
8
8
  .mfui-text-with-icon__header {
9
9
  margin-bottom: 24px;
10
10
  }
11
- @media screen and (max-width: 767px) {
12
- .mfui-text-with-icon__header {
13
- text-align: center;
14
- }
15
- }
@@ -13,14 +13,6 @@ h5 {
13
13
  -ms-flex-align: center;
14
14
  align-items: center;
15
15
  }
16
- @media screen and (max-width: 767px) {
17
- .mfui-text-with-icon-item {
18
- -webkit-box-orient: vertical;
19
- -webkit-box-direction: normal;
20
- -ms-flex-direction: column;
21
- flex-direction: column;
22
- }
23
- }
24
16
  .mfui-text-with-icon-item:not(:first-of-type) {
25
17
  margin-top: 16px;
26
18
  }
@@ -34,16 +26,6 @@ h5 {
34
26
  min-width: 40px;
35
27
  height: 40px;
36
28
  min-height: 40px;
29
+ margin-right: 16px;
37
30
  overflow: hidden;
38
31
  }
39
- @media screen and (min-width: 768px) {
40
- .mfui-text-with-icon-item__svg-icon {
41
- margin-right: 16px;
42
- }
43
- }
44
- @media screen and (max-width: 767px) {
45
- .mfui-text-with-icon-item__text {
46
- margin-top: 12px;
47
- text-align: center;
48
- }
49
- }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@megafon/ui-shared",
3
- "version": "4.0.0-beta.4",
3
+ "version": "4.0.0-beta.5",
4
4
  "files": [
5
5
  "dist"
6
6
  ],
@@ -90,5 +90,5 @@
90
90
  "prop-types": "^15.7.2",
91
91
  "swiper": "^6.5.6"
92
92
  },
93
- "gitHead": "f0302119d184fe32ce8b4a7f74d02292feff9a4d"
93
+ "gitHead": "ba3e983aba3a8374b1e1ded3128d25faa75904a9"
94
94
  }