@megafon/ui-shared 4.0.0-beta.2 → 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,48 @@
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
+
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)
23
+
24
+ **Note:** Version bump only for package @megafon/ui-shared
25
+
26
+
27
+
28
+
29
+
30
+ # [4.0.0-beta.3](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@4.0.0-beta.2...@megafon/ui-shared@4.0.0-beta.3) (2022-06-08)
31
+
32
+
33
+ ### Features
34
+
35
+ * **tabs:** update by new design ([0a8a175](https://github.com/MegafonWebLab/megafon-ui/commit/0a8a175aa5e30758742c1c663da8a406e30dc3dd))
36
+
37
+
38
+ ### BREAKING CHANGES
39
+
40
+ * **tabs:** new prop autoWidth added
41
+ size prop small vallue removed
42
+ new sizes
43
+
44
+
45
+
46
+
47
+
6
48
  # [4.0.0-beta.2](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@4.0.0-beta.1...@megafon/ui-shared@4.0.0-beta.2) (2022-06-01)
7
49
 
8
50
  **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.2",
3
+ "version": "4.0.0-beta.5",
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": "^4.0.0-beta.2",
85
+ "@megafon/ui-core": "^4.0.0-beta.4",
86
86
  "@megafon/ui-helpers": "^2.1.2",
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": "3c75a0fd3d231de9641fd6e2d0cddf4282df02fa"
93
+ "gitHead": "ba3e983aba3a8374b1e1ded3128d25faa75904a9"
94
94
  }