@megafon/ui-core 4.0.0-beta.19 → 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,28 @@
|
|
|
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
|
+
|
|
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)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Bug Fixes
|
|
21
|
+
|
|
22
|
+
* **textfield:** returned correct color to notice text ([d6ef976](https://github.com/MegafonWebLab/megafon-ui/commit/d6ef976f755e1fb55d7fd2e462095459d96b74c9))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
6
28
|
# [4.0.0-beta.19](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@4.0.0-beta.18...@megafon/ui-core@4.0.0-beta.19) (2022-08-23)
|
|
7
29
|
|
|
8
30
|
|
|
@@ -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
|
}
|
|
@@ -269,13 +269,13 @@
|
|
|
269
269
|
cursor: default !important;
|
|
270
270
|
}
|
|
271
271
|
.mfui-text-field_theme_default.mfui-text-field_error .mfui-text-field__counter_error,
|
|
272
|
-
.mfui-text-field_theme_default.mfui-text-field_error .mfui-text-
|
|
272
|
+
.mfui-text-field_theme_default.mfui-text-field_error .mfui-text-field__field-bottom-wrapper {
|
|
273
273
|
color: var(--fury);
|
|
274
274
|
}
|
|
275
275
|
.mfui-text-field_theme_white .mfui-text-field__icon {
|
|
276
276
|
fill: var(--stcWhite);
|
|
277
277
|
}
|
|
278
|
-
.mfui-text-field_theme_white .mfui-text-
|
|
278
|
+
.mfui-text-field_theme_white .mfui-text-field__field-bottom-wrapper,
|
|
279
279
|
.mfui-text-field_theme_white .mfui-text-field__counter {
|
|
280
280
|
color: var(--stcWhite);
|
|
281
281
|
}
|
|
@@ -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
|
}
|
|
@@ -269,13 +269,13 @@
|
|
|
269
269
|
cursor: default !important;
|
|
270
270
|
}
|
|
271
271
|
.mfui-text-field_theme_default.mfui-text-field_error .mfui-text-field__counter_error,
|
|
272
|
-
.mfui-text-field_theme_default.mfui-text-field_error .mfui-text-
|
|
272
|
+
.mfui-text-field_theme_default.mfui-text-field_error .mfui-text-field__field-bottom-wrapper {
|
|
273
273
|
color: var(--fury);
|
|
274
274
|
}
|
|
275
275
|
.mfui-text-field_theme_white .mfui-text-field__icon {
|
|
276
276
|
fill: var(--stcWhite);
|
|
277
277
|
}
|
|
278
|
-
.mfui-text-field_theme_white .mfui-text-
|
|
278
|
+
.mfui-text-field_theme_white .mfui-text-field__field-bottom-wrapper,
|
|
279
279
|
.mfui-text-field_theme_white .mfui-text-field__counter {
|
|
280
280
|
color: var(--stcWhite);
|
|
281
281
|
}
|
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
|
}
|