@megafon/ui-shared 2.0.0-beta.226 → 2.0.0-beta.227

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.
Files changed (48) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/dist/es/components/BenefitsIcons/style/BenefitsIcons.css +1 -1
  3. package/dist/es/components/BenefitsIcons/style/BenefitsIconsTile.css +2 -2
  4. package/dist/es/components/BenefitsPictures/BenfitsPictures.css +1 -1
  5. package/dist/es/components/Breadcrumbs/Breadcrumbs.css +1 -1
  6. package/dist/es/components/ButtonBanner/ButtonBanner.css +6 -6
  7. package/dist/es/components/Card/Card.css +13 -13
  8. package/dist/es/components/Container/Container.css +16 -16
  9. package/dist/es/components/Instructions/Instructions.css +26 -26
  10. package/dist/es/components/PageTitle/PageTitle.css +1 -1
  11. package/dist/es/components/Partners/Partners.css +2 -2
  12. package/dist/es/components/PictureWithDescription/PictureWithDescription.css +2 -2
  13. package/dist/es/components/Property/Property.css +11 -11
  14. package/dist/es/components/Property/PropertyDescription.css +1 -1
  15. package/dist/es/components/Steps/Steps.css +2 -2
  16. package/dist/es/components/Steps/StepsItem.css +3 -3
  17. package/dist/es/components/StoreBanner/StoreBanner.css +9 -9
  18. package/dist/es/components/StoreButton/StoreButton.css +2 -2
  19. package/dist/es/components/Table/Table.css +48 -48
  20. package/dist/es/components/TextBox/TextBoxPicture.css +3 -3
  21. package/dist/es/components/TextBox/TextBoxPicture.d.ts +3 -3
  22. package/dist/es/components/TextBox/TextBoxPicture.js +4 -4
  23. package/dist/es/components/VideoBanner/VideoBanner.css +8 -8
  24. package/dist/es/components/VideoBlock/VideoBlock.css +3 -3
  25. package/dist/lib/components/BenefitsIcons/style/BenefitsIcons.css +1 -1
  26. package/dist/lib/components/BenefitsIcons/style/BenefitsIconsTile.css +2 -2
  27. package/dist/lib/components/BenefitsPictures/BenfitsPictures.css +1 -1
  28. package/dist/lib/components/Breadcrumbs/Breadcrumbs.css +1 -1
  29. package/dist/lib/components/ButtonBanner/ButtonBanner.css +6 -6
  30. package/dist/lib/components/Card/Card.css +13 -13
  31. package/dist/lib/components/Container/Container.css +16 -16
  32. package/dist/lib/components/Instructions/Instructions.css +26 -26
  33. package/dist/lib/components/PageTitle/PageTitle.css +1 -1
  34. package/dist/lib/components/Partners/Partners.css +2 -2
  35. package/dist/lib/components/PictureWithDescription/PictureWithDescription.css +2 -2
  36. package/dist/lib/components/Property/Property.css +11 -11
  37. package/dist/lib/components/Property/PropertyDescription.css +1 -1
  38. package/dist/lib/components/Steps/Steps.css +2 -2
  39. package/dist/lib/components/Steps/StepsItem.css +3 -3
  40. package/dist/lib/components/StoreBanner/StoreBanner.css +9 -9
  41. package/dist/lib/components/StoreButton/StoreButton.css +2 -2
  42. package/dist/lib/components/Table/Table.css +48 -48
  43. package/dist/lib/components/TextBox/TextBoxPicture.css +3 -3
  44. package/dist/lib/components/TextBox/TextBoxPicture.d.ts +3 -3
  45. package/dist/lib/components/TextBox/TextBoxPicture.js +4 -4
  46. package/dist/lib/components/VideoBanner/VideoBanner.css +8 -8
  47. package/dist/lib/components/VideoBlock/VideoBlock.css +3 -3
  48. package/package.json +4 -4
@@ -11,26 +11,26 @@ h5 {
11
11
  }
12
12
  @media screen and (min-width: 1280px) {
13
13
  .mfui-beta-video-banner {
14
- margin-left: -80px;
15
14
  margin-right: -80px;
15
+ margin-left: -80px;
16
16
  }
17
17
  }
18
18
  @media screen and (min-width: 1024px) and (max-width: 1279px) {
19
19
  .mfui-beta-video-banner {
20
- margin-left: -64px;
21
20
  margin-right: -64px;
21
+ margin-left: -64px;
22
22
  }
23
23
  }
24
24
  @media screen and (min-width: 768px) and (max-width: 1023px) {
25
25
  .mfui-beta-video-banner {
26
- margin-left: -48px;
27
26
  margin-right: -48px;
27
+ margin-left: -48px;
28
28
  }
29
29
  }
30
30
  @media screen and (max-width: 767px) {
31
31
  .mfui-beta-video-banner {
32
- margin-left: -16px;
33
32
  margin-right: -16px;
33
+ margin-left: -16px;
34
34
  }
35
35
  }
36
36
  .mfui-beta-video-banner__wrapper {
@@ -76,17 +76,17 @@ h5 {
76
76
  .mfui-beta-video-banner__background-image,
77
77
  .mfui-beta-video-banner__video {
78
78
  position: absolute;
79
- left: 50%;
80
79
  top: 50%;
80
+ left: 50%;
81
81
  -webkit-transform: translate(-50%, -50%);
82
82
  transform: translate(-50%, -50%);
83
83
  }
84
84
  .mfui-beta-video-banner__background-image {
85
85
  width: 100%;
86
86
  height: 100%;
87
+ background-repeat: no-repeat;
87
88
  background-position: center;
88
89
  background-size: cover;
89
- background-repeat: no-repeat;
90
90
  }
91
91
  .mfui-beta-video-banner__content {
92
92
  position: relative;
@@ -160,14 +160,14 @@ h5 {
160
160
  display: -webkit-box;
161
161
  display: -ms-flexbox;
162
162
  display: flex;
163
+ -ms-flex-wrap: wrap;
164
+ flex-wrap: wrap;
163
165
  -webkit-box-align: center;
164
166
  -ms-flex-align: center;
165
167
  align-items: center;
166
168
  -webkit-box-pack: start;
167
169
  -ms-flex-pack: start;
168
170
  justify-content: flex-start;
169
- -ms-flex-wrap: wrap;
170
- flex-wrap: wrap;
171
171
  margin: -24px -10px 0;
172
172
  }
173
173
  @media screen and (max-width: 767px) {
@@ -21,10 +21,10 @@ h5 {
21
21
  -webkit-box-direction: normal;
22
22
  -ms-flex-direction: column;
23
23
  flex-direction: column;
24
- height: 100%;
25
24
  -webkit-box-pack: center;
26
25
  -ms-flex-pack: center;
27
26
  justify-content: center;
27
+ height: 100%;
28
28
  }
29
29
  @media screen and (max-width: 767px) {
30
30
  .mfui-beta-video-block__content {
@@ -38,8 +38,8 @@ h5 {
38
38
  }
39
39
  @media screen and (min-width: 768px) {
40
40
  .mfui-beta-video-block__content {
41
- padding-right: 20px;
42
41
  margin-right: 20px;
42
+ padding-right: 20px;
43
43
  }
44
44
  }
45
45
  .mfui-beta-video-block__header {
@@ -54,8 +54,8 @@ h5 {
54
54
  margin-top: 24px;
55
55
  }
56
56
  .mfui-beta-video-block__button {
57
- margin-top: 32px;
58
57
  width: 171px;
58
+ margin-top: 32px;
59
59
  }
60
60
  @media screen and (max-width: 767px) {
61
61
  .mfui-beta-video-block__button {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@megafon/ui-shared",
3
- "version": "2.0.0-beta.226",
3
+ "version": "2.0.0-beta.227",
4
4
  "files": [
5
5
  "dist"
6
6
  ],
@@ -23,8 +23,8 @@
23
23
  "coverage:unit": "jest --ci --collectCoverage --coverageDirectory=coverage",
24
24
  "typecheck": "tsc --noEmit -p .",
25
25
  "lint": "yarn lint:ts && yarn lint:less",
26
- "lint:less": "stylelint --syntax less src/**/*.less src/**/**/*.less",
27
26
  "lint:ts": "tslint -c tslint.json '{src,scripts}/**/*.ts?(x)'",
27
+ "lint:less": "stylelint --syntax less src/**/*.less src/**/**/*.less",
28
28
  "test": "yarn test:unit",
29
29
  "test:unit": "jest",
30
30
  "test:update": "jest --updateSnapshot"
@@ -75,7 +75,7 @@
75
75
  },
76
76
  "dependencies": {
77
77
  "@babel/runtime": "^7.8.4",
78
- "@megafon/ui-core": "^2.0.0-beta.157",
78
+ "@megafon/ui-core": "^2.0.0-beta.158",
79
79
  "@megafon/ui-helpers": "^1.0.0-beta.0",
80
80
  "core-js": "^3.6.4",
81
81
  "htmr": "^0.9.2",
@@ -83,5 +83,5 @@
83
83
  "prop-types": "^15.7.2",
84
84
  "swiper": "^6.5.6"
85
85
  },
86
- "gitHead": "0b238390d992f53ed72414d15175a5b08cfa1aa7"
86
+ "gitHead": "31392180db10be2b81fdc179b38c5cf4fe6ac04f"
87
87
  }