@megafon/ui-shared 3.3.0 → 3.3.3

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,30 @@
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.3.3](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@3.3.2...@megafon/ui-shared@3.3.3) (2022-05-17)
7
+
8
+ **Note:** Version bump only for package @megafon/ui-shared
9
+
10
+
11
+
12
+
13
+
14
+ ## [3.3.2](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@3.3.1...@megafon/ui-shared@3.3.2) (2022-05-05)
15
+
16
+ **Note:** Version bump only for package @megafon/ui-shared
17
+
18
+
19
+
20
+
21
+
22
+ ## [3.3.1](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@3.3.0...@megafon/ui-shared@3.3.1) (2022-04-25)
23
+
24
+ **Note:** Version bump only for package @megafon/ui-shared
25
+
26
+
27
+
28
+
29
+
6
30
  # [3.3.0](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@3.2.2...@megafon/ui-shared@3.3.0) (2022-04-18)
7
31
 
8
32
 
@@ -45,7 +45,6 @@ h5 {
45
45
  }
46
46
  }
47
47
  .mfui-table__top-shadow {
48
- position: -webkit-sticky;
49
48
  position: sticky;
50
49
  top: 0;
51
50
  z-index: 2;
@@ -58,7 +57,6 @@ h5 {
58
57
  background: linear-gradient(359.94deg, rgba(0, 0, 0, 0.0001) 0.06%, rgba(0, 0, 0, 0.03) 38.08%, rgba(0, 0, 0, 0.08) 74.98%);
59
58
  }
60
59
  .mfui-table__left-shadow {
61
- position: -webkit-sticky;
62
60
  position: sticky;
63
61
  top: 0;
64
62
  bottom: 0;
@@ -70,7 +68,6 @@ h5 {
70
68
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.0001) 16.3%, rgba(0, 0, 0, 0.03) 51.81%, rgba(0, 0, 0, 0.08) 86.27%);
71
69
  }
72
70
  .mfui-table__bottom-gradient {
73
- position: -webkit-sticky;
74
71
  position: sticky;
75
72
  bottom: 0;
76
73
  z-index: 1;
@@ -84,7 +81,6 @@ h5 {
84
81
  background: linear-gradient(to top, var(--base) 25%, rgba(255, 255, 255, 0));
85
82
  }
86
83
  .mfui-table__right-gradient {
87
- position: -webkit-sticky;
88
84
  position: sticky;
89
85
  right: 0;
90
86
  z-index: 1;
@@ -142,7 +138,6 @@ h5 {
142
138
  min-width: 144px;
143
139
  }
144
140
  .mfui-table_fix-column .mfui-table__cell:first-child {
145
- position: -webkit-sticky;
146
141
  position: sticky;
147
142
  }
148
143
  .mfui-table_fix-column .mfui-table__left-shadow {
@@ -45,7 +45,6 @@ h5 {
45
45
  }
46
46
  }
47
47
  .mfui-table__top-shadow {
48
- position: -webkit-sticky;
49
48
  position: sticky;
50
49
  top: 0;
51
50
  z-index: 2;
@@ -58,7 +57,6 @@ h5 {
58
57
  background: linear-gradient(359.94deg, rgba(0, 0, 0, 0.0001) 0.06%, rgba(0, 0, 0, 0.03) 38.08%, rgba(0, 0, 0, 0.08) 74.98%);
59
58
  }
60
59
  .mfui-table__left-shadow {
61
- position: -webkit-sticky;
62
60
  position: sticky;
63
61
  top: 0;
64
62
  bottom: 0;
@@ -70,7 +68,6 @@ h5 {
70
68
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.0001) 16.3%, rgba(0, 0, 0, 0.03) 51.81%, rgba(0, 0, 0, 0.08) 86.27%);
71
69
  }
72
70
  .mfui-table__bottom-gradient {
73
- position: -webkit-sticky;
74
71
  position: sticky;
75
72
  bottom: 0;
76
73
  z-index: 1;
@@ -84,7 +81,6 @@ h5 {
84
81
  background: linear-gradient(to top, var(--base) 25%, rgba(255, 255, 255, 0));
85
82
  }
86
83
  .mfui-table__right-gradient {
87
- position: -webkit-sticky;
88
84
  position: sticky;
89
85
  right: 0;
90
86
  z-index: 1;
@@ -142,7 +138,6 @@ h5 {
142
138
  min-width: 144px;
143
139
  }
144
140
  .mfui-table_fix-column .mfui-table__cell:first-child {
145
- position: -webkit-sticky;
146
141
  position: sticky;
147
142
  }
148
143
  .mfui-table_fix-column .mfui-table__left-shadow {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@megafon/ui-shared",
3
- "version": "3.3.0",
3
+ "version": "3.3.3",
4
4
  "files": [
5
5
  "dist"
6
6
  ],
@@ -52,7 +52,7 @@
52
52
  "@babel/preset-env": "^7.8.6",
53
53
  "@babel/preset-react": "^7.8.3",
54
54
  "@babel/preset-typescript": "^7.8.3",
55
- "@megafon/ui-icons": "^1.2.1",
55
+ "@megafon/ui-icons": "^1.2.2",
56
56
  "@svgr/core": "^2.4.1",
57
57
  "@types/enzyme": "^3.10.5",
58
58
  "@types/enzyme-adapter-react-16": "^1.0.6",
@@ -82,7 +82,7 @@
82
82
  },
83
83
  "dependencies": {
84
84
  "@babel/runtime": "^7.8.4",
85
- "@megafon/ui-core": "^3.5.3",
85
+ "@megafon/ui-core": "^3.8.0",
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": "7bfc4700247bbc8c96e1878511b4c5919abb6325"
93
+ "gitHead": "929d0fbafbdc4d2aa98f283f7c71dff21347542f"
94
94
  }