@hh.ru/magritte-ui-select 8.2.2 → 8.2.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/SelectBottomSheet.js +1 -1
- package/SelectDrop.js +1 -1
- package/SelectOption.js +1 -1
- package/index.css +13 -13
- package/package.json +5 -5
package/SelectBottomSheet.js
CHANGED
|
@@ -18,7 +18,7 @@ import '@hh.ru/magritte-ui-checkable-card/CheckableCardElement';
|
|
|
18
18
|
import '@hh.ru/magritte-ui-checkbox-radio';
|
|
19
19
|
import '@hh.ru/magritte-ui-typography';
|
|
20
20
|
|
|
21
|
-
var styles = {"select-bottom-sheet":"magritte-select-bottom-sheet___1RZDJ_8-2-
|
|
21
|
+
var styles = {"select-bottom-sheet":"magritte-select-bottom-sheet___1RZDJ_8-2-3","selectBottomSheet":"magritte-select-bottom-sheet___1RZDJ_8-2-3","select-bottom-sheet_checkbox":"magritte-select-bottom-sheet_checkbox___hwTgo_8-2-3","selectBottomSheetCheckbox":"magritte-select-bottom-sheet_checkbox___hwTgo_8-2-3","select-bottom-sheet_radio":"magritte-select-bottom-sheet_radio___qvFFV_8-2-3","selectBottomSheetRadio":"magritte-select-bottom-sheet_radio___qvFFV_8-2-3","loading":"magritte-loading___VpU1J_8-2-3","error-wrapper":"magritte-error-wrapper___P7jYg_8-2-3","errorWrapper":"magritte-error-wrapper___P7jYg_8-2-3"};
|
|
22
22
|
|
|
23
23
|
const SelectOptionDefault = ({ label, input, type }) => {
|
|
24
24
|
if (type === 'delimiter') {
|
package/SelectDrop.js
CHANGED
|
@@ -13,7 +13,7 @@ import '@hh.ru/magritte-ui-checkbox-radio';
|
|
|
13
13
|
import '@hh.ru/magritte-ui-icon/icon';
|
|
14
14
|
import '@hh.ru/magritte-ui-typography';
|
|
15
15
|
|
|
16
|
-
var styles = {"select-drop":"magritte-select-drop___jn4O-_8-2-
|
|
16
|
+
var styles = {"select-drop":"magritte-select-drop___jn4O-_8-2-3","selectDrop":"magritte-select-drop___jn4O-_8-2-3","select-drop-header":"magritte-select-drop-header___fMmio_8-2-3","selectDropHeader":"magritte-select-drop-header___fMmio_8-2-3","select-drop_plain":"magritte-select-drop_plain___VL8Fz_8-2-3","selectDropPlain":"magritte-select-drop_plain___VL8Fz_8-2-3","label-option-plain":"magritte-label-option-plain___BvBH8_8-2-3","labelOptionPlain":"magritte-label-option-plain___BvBH8_8-2-3","loading":"magritte-loading___AMiuq_8-2-3"};
|
|
17
17
|
|
|
18
18
|
const SelectOptionDefault = ({ label, input, type, plain, }) => {
|
|
19
19
|
if (type === 'delimiter') {
|
package/SelectOption.js
CHANGED
|
@@ -9,7 +9,7 @@ import { Radio, Checkbox } from '@hh.ru/magritte-ui-checkbox-radio';
|
|
|
9
9
|
import { CheckOutlinedSize24 } from '@hh.ru/magritte-ui-icon/icon';
|
|
10
10
|
import { Text } from '@hh.ru/magritte-ui-typography';
|
|
11
11
|
|
|
12
|
-
var styles = {"select-option-label":"magritte-select-option-label___bYo2l_8-2-
|
|
12
|
+
var styles = {"select-option-label":"magritte-select-option-label___bYo2l_8-2-3","selectOptionLabel":"magritte-select-option-label___bYo2l_8-2-3","select-option-label_desktop":"magritte-select-option-label_desktop___bceen_8-2-3","selectOptionLabelDesktop":"magritte-select-option-label_desktop___bceen_8-2-3","select-delimiter":"magritte-select-delimiter___WyeR6_8-2-3","selectDelimiter":"magritte-select-delimiter___WyeR6_8-2-3"};
|
|
13
13
|
|
|
14
14
|
const CheckableComponent = ({ type, value, checked, name, onChange }) => {
|
|
15
15
|
if (type === 'label') {
|
package/index.css
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
.magritte-select-option-label___bYo2l_8-2-
|
|
1
|
+
.magritte-select-option-label___bYo2l_8-2-3{
|
|
2
2
|
display:flex;
|
|
3
3
|
max-height:56px;
|
|
4
4
|
}
|
|
5
|
-
.magritte-select-option-label_desktop___bceen_8-2-
|
|
5
|
+
.magritte-select-option-label_desktop___bceen_8-2-3{
|
|
6
6
|
max-height:24px;
|
|
7
7
|
}
|
|
8
|
-
.magritte-select-delimiter___WyeR6_8-2-
|
|
8
|
+
.magritte-select-delimiter___WyeR6_8-2-3{
|
|
9
9
|
padding-left:16px;
|
|
10
10
|
padding-top:12px;
|
|
11
11
|
}
|
|
@@ -13,44 +13,44 @@
|
|
|
13
13
|
:root{
|
|
14
14
|
--magritte-static-space-400-v19-1-2:16px;
|
|
15
15
|
}
|
|
16
|
-
.magritte-select-bottom-sheet___1RZDJ_8-2-
|
|
16
|
+
.magritte-select-bottom-sheet___1RZDJ_8-2-3{
|
|
17
17
|
display:flex;
|
|
18
18
|
flex-direction:column;
|
|
19
19
|
padding:0 var(--magritte-static-space-400-v19-1-2);
|
|
20
20
|
padding-bottom:16px;
|
|
21
21
|
}
|
|
22
|
-
.magritte-select-bottom-sheet_checkbox___hwTgo_8-2-
|
|
23
|
-
.magritte-select-bottom-sheet_radio___qvFFV_8-2-
|
|
22
|
+
.magritte-select-bottom-sheet_checkbox___hwTgo_8-2-3,
|
|
23
|
+
.magritte-select-bottom-sheet_radio___qvFFV_8-2-3{
|
|
24
24
|
gap:12px;
|
|
25
25
|
}
|
|
26
|
-
.magritte-loading___VpU1J_8-2-
|
|
26
|
+
.magritte-loading___VpU1J_8-2-3{
|
|
27
27
|
display:flex;
|
|
28
28
|
align-items:center;
|
|
29
29
|
height:100%;
|
|
30
30
|
justify-content:center;
|
|
31
31
|
}
|
|
32
|
-
.magritte-error-wrapper___P7jYg_8-2-
|
|
32
|
+
.magritte-error-wrapper___P7jYg_8-2-3{
|
|
33
33
|
height:100%;
|
|
34
34
|
}
|
|
35
35
|
|
|
36
|
-
.magritte-select-drop___jn4O-_8-2-
|
|
36
|
+
.magritte-select-drop___jn4O-_8-2-3{
|
|
37
37
|
display:flex;
|
|
38
38
|
flex-direction:column;
|
|
39
39
|
gap:8px;
|
|
40
40
|
}
|
|
41
|
-
.magritte-select-drop-header___fMmio_8-2-
|
|
41
|
+
.magritte-select-drop-header___fMmio_8-2-3{
|
|
42
42
|
display:flex;
|
|
43
43
|
flex-direction:column;
|
|
44
44
|
margin-bottom:8px;
|
|
45
45
|
}
|
|
46
|
-
.magritte-select-drop_plain___VL8Fz_8-2-
|
|
46
|
+
.magritte-select-drop_plain___VL8Fz_8-2-3{
|
|
47
47
|
gap:16px;
|
|
48
48
|
}
|
|
49
|
-
.magritte-label-option-plain___BvBH8_8-2-
|
|
49
|
+
.magritte-label-option-plain___BvBH8_8-2-3{
|
|
50
50
|
display:flex;
|
|
51
51
|
justify-content:center;
|
|
52
52
|
}
|
|
53
|
-
.magritte-loading___AMiuq_8-2-
|
|
53
|
+
.magritte-loading___AMiuq_8-2-3{
|
|
54
54
|
display:flex;
|
|
55
55
|
align-items:center;
|
|
56
56
|
height:150px;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hh.ru/magritte-ui-select",
|
|
3
|
-
"version": "8.2.
|
|
3
|
+
"version": "8.2.3",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"types": "index.d.ts",
|
|
6
6
|
"sideEffects": [
|
|
@@ -32,20 +32,20 @@
|
|
|
32
32
|
"@hh.ru/magritte-common-use-multiple-refs": "1.1.4",
|
|
33
33
|
"@hh.ru/magritte-ui-action": "4.4.12",
|
|
34
34
|
"@hh.ru/magritte-ui-action-bar": "2.2.5",
|
|
35
|
-
"@hh.ru/magritte-ui-bottom-sheet": "5.5.
|
|
35
|
+
"@hh.ru/magritte-ui-bottom-sheet": "5.5.7",
|
|
36
36
|
"@hh.ru/magritte-ui-breakpoint": "4.0.4",
|
|
37
37
|
"@hh.ru/magritte-ui-button": "5.2.4",
|
|
38
38
|
"@hh.ru/magritte-ui-button-stack": "2.1.23",
|
|
39
39
|
"@hh.ru/magritte-ui-cell": "4.0.19",
|
|
40
|
-
"@hh.ru/magritte-ui-checkable-card": "3.0.
|
|
40
|
+
"@hh.ru/magritte-ui-checkable-card": "3.0.46",
|
|
41
41
|
"@hh.ru/magritte-ui-checkbox-radio": "3.0.24",
|
|
42
42
|
"@hh.ru/magritte-ui-drop": "7.2.3",
|
|
43
43
|
"@hh.ru/magritte-ui-icon": "7.9.2",
|
|
44
44
|
"@hh.ru/magritte-ui-input": "7.0.2",
|
|
45
45
|
"@hh.ru/magritte-ui-loader": "1.3.7",
|
|
46
|
-
"@hh.ru/magritte-ui-navigation-bar": "6.3.
|
|
46
|
+
"@hh.ru/magritte-ui-navigation-bar": "6.3.3",
|
|
47
47
|
"@hh.ru/magritte-ui-trigger": "3.0.3",
|
|
48
48
|
"@hh.ru/magritte-ui-typography": "3.0.18"
|
|
49
49
|
},
|
|
50
|
-
"gitHead": "
|
|
50
|
+
"gitHead": "4735b7d8ebc3a5b30340d50fb9be427f2b476efa"
|
|
51
51
|
}
|