@megafon/ui-core 4.0.0-beta.20 → 4.0.0-beta.21
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,17 @@
|
|
|
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.21](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@4.0.0-beta.20...@megafon/ui-core@4.0.0-beta.21) (2022-08-24)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **notification:** fix margin for bottom block ([38d768c](https://github.com/MegafonWebLab/megafon-ui/commit/38d768cb48baf167863b6a143e84909217eff462))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
# [4.0.0-beta.20](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@4.0.0-beta.19...@megafon/ui-core@4.0.0-beta.20) (2022-08-24)
|
|
7
18
|
|
|
8
19
|
|
|
@@ -160,7 +160,6 @@ h5 {
|
|
|
160
160
|
-webkit-box-align: center;
|
|
161
161
|
-ms-flex-align: center;
|
|
162
162
|
align-items: center;
|
|
163
|
-
margin-left: 16px;
|
|
164
163
|
cursor: pointer;
|
|
165
164
|
}
|
|
166
165
|
@media screen and (max-width: 767px) {
|
|
@@ -169,6 +168,9 @@ h5 {
|
|
|
169
168
|
line-height: 18px;
|
|
170
169
|
}
|
|
171
170
|
}
|
|
171
|
+
.mfui-notification__button + .mfui-notification__link {
|
|
172
|
+
margin-left: 16px;
|
|
173
|
+
}
|
|
172
174
|
.mfui-notification__link-arrow,
|
|
173
175
|
.mfui-notification__collapse-arrow {
|
|
174
176
|
width: 20px;
|
|
@@ -197,7 +199,6 @@ h5 {
|
|
|
197
199
|
height: -webkit-fit-content;
|
|
198
200
|
height: -moz-fit-content;
|
|
199
201
|
height: fit-content;
|
|
200
|
-
margin-left: 20px;
|
|
201
202
|
padding: 0;
|
|
202
203
|
border: none;
|
|
203
204
|
color: var(--systemBlue);
|
|
@@ -212,6 +213,14 @@ h5 {
|
|
|
212
213
|
margin-left: 16px;
|
|
213
214
|
}
|
|
214
215
|
}
|
|
216
|
+
.mfui-notification__bottom-block + .mfui-notification__collapse-button {
|
|
217
|
+
margin-left: 20px;
|
|
218
|
+
}
|
|
219
|
+
@media screen and (max-width: 767px) {
|
|
220
|
+
.mfui-notification__bottom-block + .mfui-notification__collapse-button {
|
|
221
|
+
margin-left: 16px;
|
|
222
|
+
}
|
|
223
|
+
}
|
|
215
224
|
.mfui-notification__collapse_hidden {
|
|
216
225
|
visibility: hidden;
|
|
217
226
|
}
|
|
@@ -160,7 +160,6 @@ h5 {
|
|
|
160
160
|
-webkit-box-align: center;
|
|
161
161
|
-ms-flex-align: center;
|
|
162
162
|
align-items: center;
|
|
163
|
-
margin-left: 16px;
|
|
164
163
|
cursor: pointer;
|
|
165
164
|
}
|
|
166
165
|
@media screen and (max-width: 767px) {
|
|
@@ -169,6 +168,9 @@ h5 {
|
|
|
169
168
|
line-height: 18px;
|
|
170
169
|
}
|
|
171
170
|
}
|
|
171
|
+
.mfui-notification__button + .mfui-notification__link {
|
|
172
|
+
margin-left: 16px;
|
|
173
|
+
}
|
|
172
174
|
.mfui-notification__link-arrow,
|
|
173
175
|
.mfui-notification__collapse-arrow {
|
|
174
176
|
width: 20px;
|
|
@@ -197,7 +199,6 @@ h5 {
|
|
|
197
199
|
height: -webkit-fit-content;
|
|
198
200
|
height: -moz-fit-content;
|
|
199
201
|
height: fit-content;
|
|
200
|
-
margin-left: 20px;
|
|
201
202
|
padding: 0;
|
|
202
203
|
border: none;
|
|
203
204
|
color: var(--systemBlue);
|
|
@@ -212,6 +213,14 @@ h5 {
|
|
|
212
213
|
margin-left: 16px;
|
|
213
214
|
}
|
|
214
215
|
}
|
|
216
|
+
.mfui-notification__bottom-block + .mfui-notification__collapse-button {
|
|
217
|
+
margin-left: 20px;
|
|
218
|
+
}
|
|
219
|
+
@media screen and (max-width: 767px) {
|
|
220
|
+
.mfui-notification__bottom-block + .mfui-notification__collapse-button {
|
|
221
|
+
margin-left: 16px;
|
|
222
|
+
}
|
|
223
|
+
}
|
|
215
224
|
.mfui-notification__collapse_hidden {
|
|
216
225
|
visibility: hidden;
|
|
217
226
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@megafon/ui-core",
|
|
3
|
-
"version": "4.0.0-beta.
|
|
3
|
+
"version": "4.0.0-beta.21",
|
|
4
4
|
"files": [
|
|
5
5
|
"dist",
|
|
6
6
|
"styles"
|
|
@@ -97,5 +97,5 @@
|
|
|
97
97
|
"react-popper": "^2.2.3",
|
|
98
98
|
"swiper": "^6.5.6"
|
|
99
99
|
},
|
|
100
|
-
"gitHead": "
|
|
100
|
+
"gitHead": "a7d71802fa5f705eff107f5329412ef55a68159e"
|
|
101
101
|
}
|