@hh.ru/magritte-ui-select 7.1.3 → 7.1.4

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.
@@ -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_7-1-3","selectBottomSheet":"magritte-select-bottom-sheet___1RZDJ_7-1-3","select-bottom-sheet_checkbox":"magritte-select-bottom-sheet_checkbox___hwTgo_7-1-3","selectBottomSheetCheckbox":"magritte-select-bottom-sheet_checkbox___hwTgo_7-1-3","select-bottom-sheet_radio":"magritte-select-bottom-sheet_radio___qvFFV_7-1-3","selectBottomSheetRadio":"magritte-select-bottom-sheet_radio___qvFFV_7-1-3","loading":"magritte-loading___VpU1J_7-1-3","error-wrapper":"magritte-error-wrapper___P7jYg_7-1-3","errorWrapper":"magritte-error-wrapper___P7jYg_7-1-3"};
21
+ var styles = {"select-bottom-sheet":"magritte-select-bottom-sheet___1RZDJ_7-1-4","selectBottomSheet":"magritte-select-bottom-sheet___1RZDJ_7-1-4","select-bottom-sheet_checkbox":"magritte-select-bottom-sheet_checkbox___hwTgo_7-1-4","selectBottomSheetCheckbox":"magritte-select-bottom-sheet_checkbox___hwTgo_7-1-4","select-bottom-sheet_radio":"magritte-select-bottom-sheet_radio___qvFFV_7-1-4","selectBottomSheetRadio":"magritte-select-bottom-sheet_radio___qvFFV_7-1-4","loading":"magritte-loading___VpU1J_7-1-4","error-wrapper":"magritte-error-wrapper___P7jYg_7-1-4","errorWrapper":"magritte-error-wrapper___P7jYg_7-1-4"};
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-_7-1-3","selectDrop":"magritte-select-drop___jn4O-_7-1-3","select-drop-header":"magritte-select-drop-header___fMmio_7-1-3","selectDropHeader":"magritte-select-drop-header___fMmio_7-1-3","select-drop_plain":"magritte-select-drop_plain___VL8Fz_7-1-3","selectDropPlain":"magritte-select-drop_plain___VL8Fz_7-1-3","label-option-plain":"magritte-label-option-plain___BvBH8_7-1-3","labelOptionPlain":"magritte-label-option-plain___BvBH8_7-1-3","loading":"magritte-loading___AMiuq_7-1-3"};
16
+ var styles = {"select-drop":"magritte-select-drop___jn4O-_7-1-4","selectDrop":"magritte-select-drop___jn4O-_7-1-4","select-drop-header":"magritte-select-drop-header___fMmio_7-1-4","selectDropHeader":"magritte-select-drop-header___fMmio_7-1-4","select-drop_plain":"magritte-select-drop_plain___VL8Fz_7-1-4","selectDropPlain":"magritte-select-drop_plain___VL8Fz_7-1-4","label-option-plain":"magritte-label-option-plain___BvBH8_7-1-4","labelOptionPlain":"magritte-label-option-plain___BvBH8_7-1-4","loading":"magritte-loading___AMiuq_7-1-4"};
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_7-1-3","selectOptionLabel":"magritte-select-option-label___bYo2l_7-1-3","select-option-label_desktop":"magritte-select-option-label_desktop___bceen_7-1-3","selectOptionLabelDesktop":"magritte-select-option-label_desktop___bceen_7-1-3","select-delimiter":"magritte-select-delimiter___WyeR6_7-1-3","selectDelimiter":"magritte-select-delimiter___WyeR6_7-1-3"};
12
+ var styles = {"select-option-label":"magritte-select-option-label___bYo2l_7-1-4","selectOptionLabel":"magritte-select-option-label___bYo2l_7-1-4","select-option-label_desktop":"magritte-select-option-label_desktop___bceen_7-1-4","selectOptionLabelDesktop":"magritte-select-option-label_desktop___bceen_7-1-4","select-delimiter":"magritte-select-delimiter___WyeR6_7-1-4","selectDelimiter":"magritte-select-delimiter___WyeR6_7-1-4"};
13
13
 
14
14
  const CheckableComponent = ({ type, value, checked, name, onChange }) => {
15
15
  if (type === 'label') {
package/index.css CHANGED
@@ -1,56 +1,56 @@
1
- .magritte-select-option-label___bYo2l_7-1-3{
1
+ .magritte-select-option-label___bYo2l_7-1-4{
2
2
  display:flex;
3
3
  max-height:56px;
4
4
  }
5
- .magritte-select-option-label_desktop___bceen_7-1-3{
5
+ .magritte-select-option-label_desktop___bceen_7-1-4{
6
6
  max-height:24px;
7
7
  }
8
- .magritte-select-delimiter___WyeR6_7-1-3{
8
+ .magritte-select-delimiter___WyeR6_7-1-4{
9
9
  padding-left:16px;
10
10
  padding-top:12px;
11
11
  }
12
12
 
13
13
  :root{
14
- --magritte-static-space-400-v19-0-0:16px;
14
+ --magritte-static-space-400-v19-1-0:16px;
15
15
  }
16
- .magritte-select-bottom-sheet___1RZDJ_7-1-3{
16
+ .magritte-select-bottom-sheet___1RZDJ_7-1-4{
17
17
  display:flex;
18
18
  flex-direction:column;
19
- padding:0 var(--magritte-static-space-400-v19-0-0);
19
+ padding:0 var(--magritte-static-space-400-v19-1-0);
20
20
  padding-bottom:16px;
21
21
  }
22
- .magritte-select-bottom-sheet_checkbox___hwTgo_7-1-3,
23
- .magritte-select-bottom-sheet_radio___qvFFV_7-1-3{
22
+ .magritte-select-bottom-sheet_checkbox___hwTgo_7-1-4,
23
+ .magritte-select-bottom-sheet_radio___qvFFV_7-1-4{
24
24
  gap:12px;
25
25
  }
26
- .magritte-loading___VpU1J_7-1-3{
26
+ .magritte-loading___VpU1J_7-1-4{
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_7-1-3{
32
+ .magritte-error-wrapper___P7jYg_7-1-4{
33
33
  height:100%;
34
34
  }
35
35
 
36
- .magritte-select-drop___jn4O-_7-1-3{
36
+ .magritte-select-drop___jn4O-_7-1-4{
37
37
  display:flex;
38
38
  flex-direction:column;
39
39
  gap:8px;
40
40
  }
41
- .magritte-select-drop-header___fMmio_7-1-3{
41
+ .magritte-select-drop-header___fMmio_7-1-4{
42
42
  display:flex;
43
43
  flex-direction:column;
44
44
  margin-bottom:8px;
45
45
  }
46
- .magritte-select-drop_plain___VL8Fz_7-1-3{
46
+ .magritte-select-drop_plain___VL8Fz_7-1-4{
47
47
  gap:16px;
48
48
  }
49
- .magritte-label-option-plain___BvBH8_7-1-3{
49
+ .magritte-label-option-plain___BvBH8_7-1-4{
50
50
  display:flex;
51
51
  justify-content:center;
52
52
  }
53
- .magritte-loading___AMiuq_7-1-3{
53
+ .magritte-loading___AMiuq_7-1-4{
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": "7.1.3",
3
+ "version": "7.1.4",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "sideEffects": [
@@ -30,22 +30,22 @@
30
30
  "@hh.ru/magritte-common-fuzzy-search": "1.0.5",
31
31
  "@hh.ru/magritte-common-keyboard": "4.0.2",
32
32
  "@hh.ru/magritte-common-use-multiple-refs": "1.1.4",
33
- "@hh.ru/magritte-ui-action": "4.4.8",
34
- "@hh.ru/magritte-ui-action-bar": "2.2.0",
35
- "@hh.ru/magritte-ui-bottom-sheet": "5.3.26",
33
+ "@hh.ru/magritte-ui-action": "4.4.9",
34
+ "@hh.ru/magritte-ui-action-bar": "2.2.1",
35
+ "@hh.ru/magritte-ui-bottom-sheet": "5.3.27",
36
36
  "@hh.ru/magritte-ui-breakpoint": "4.0.3",
37
- "@hh.ru/magritte-ui-button": "5.2.0",
38
- "@hh.ru/magritte-ui-button-stack": "2.1.19",
39
- "@hh.ru/magritte-ui-cell": "4.0.14",
40
- "@hh.ru/magritte-ui-checkable-card": "3.0.40",
41
- "@hh.ru/magritte-ui-checkbox-radio": "3.0.20",
42
- "@hh.ru/magritte-ui-drop": "7.1.3",
43
- "@hh.ru/magritte-ui-icon": "7.8.1",
44
- "@hh.ru/magritte-ui-input": "6.0.13",
45
- "@hh.ru/magritte-ui-loader": "1.3.3",
46
- "@hh.ru/magritte-ui-navigation-bar": "6.0.11",
47
- "@hh.ru/magritte-ui-trigger": "2.6.17",
48
- "@hh.ru/magritte-ui-typography": "3.0.15"
37
+ "@hh.ru/magritte-ui-button": "5.2.1",
38
+ "@hh.ru/magritte-ui-button-stack": "2.1.20",
39
+ "@hh.ru/magritte-ui-cell": "4.0.15",
40
+ "@hh.ru/magritte-ui-checkable-card": "3.0.41",
41
+ "@hh.ru/magritte-ui-checkbox-radio": "3.0.21",
42
+ "@hh.ru/magritte-ui-drop": "7.1.4",
43
+ "@hh.ru/magritte-ui-icon": "7.8.2",
44
+ "@hh.ru/magritte-ui-input": "6.0.14",
45
+ "@hh.ru/magritte-ui-loader": "1.3.4",
46
+ "@hh.ru/magritte-ui-navigation-bar": "6.0.12",
47
+ "@hh.ru/magritte-ui-trigger": "2.6.18",
48
+ "@hh.ru/magritte-ui-typography": "3.0.16"
49
49
  },
50
- "gitHead": "2366e6aabcfc1050b4cc1ae8bd16a3851db008db"
50
+ "gitHead": "1bdce5d974b971a6ca24fdaacb3281dd538e3c61"
51
51
  }