@hh.ru/magritte-ui-select 8.6.7 → 8.6.8

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_8-6-7","selectBottomSheet":"magritte-select-bottom-sheet___1RZDJ_8-6-7","select-bottom-sheet_checkbox":"magritte-select-bottom-sheet_checkbox___hwTgo_8-6-7","selectBottomSheetCheckbox":"magritte-select-bottom-sheet_checkbox___hwTgo_8-6-7","select-bottom-sheet_radio":"magritte-select-bottom-sheet_radio___qvFFV_8-6-7","selectBottomSheetRadio":"magritte-select-bottom-sheet_radio___qvFFV_8-6-7","loading":"magritte-loading___VpU1J_8-6-7","error-wrapper":"magritte-error-wrapper___P7jYg_8-6-7","errorWrapper":"magritte-error-wrapper___P7jYg_8-6-7"};
21
+ var styles = {"select-bottom-sheet":"magritte-select-bottom-sheet___1RZDJ_8-6-8","selectBottomSheet":"magritte-select-bottom-sheet___1RZDJ_8-6-8","select-bottom-sheet_checkbox":"magritte-select-bottom-sheet_checkbox___hwTgo_8-6-8","selectBottomSheetCheckbox":"magritte-select-bottom-sheet_checkbox___hwTgo_8-6-8","select-bottom-sheet_radio":"magritte-select-bottom-sheet_radio___qvFFV_8-6-8","selectBottomSheetRadio":"magritte-select-bottom-sheet_radio___qvFFV_8-6-8","loading":"magritte-loading___VpU1J_8-6-8","error-wrapper":"magritte-error-wrapper___P7jYg_8-6-8","errorWrapper":"magritte-error-wrapper___P7jYg_8-6-8"};
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-6-7","selectDrop":"magritte-select-drop___jn4O-_8-6-7","select-drop-header":"magritte-select-drop-header___fMmio_8-6-7","selectDropHeader":"magritte-select-drop-header___fMmio_8-6-7","select-drop_plain":"magritte-select-drop_plain___VL8Fz_8-6-7","selectDropPlain":"magritte-select-drop_plain___VL8Fz_8-6-7","label-option-plain":"magritte-label-option-plain___BvBH8_8-6-7","labelOptionPlain":"magritte-label-option-plain___BvBH8_8-6-7","loading":"magritte-loading___AMiuq_8-6-7"};
16
+ var styles = {"select-drop":"magritte-select-drop___jn4O-_8-6-8","selectDrop":"magritte-select-drop___jn4O-_8-6-8","select-drop-header":"magritte-select-drop-header___fMmio_8-6-8","selectDropHeader":"magritte-select-drop-header___fMmio_8-6-8","select-drop_plain":"magritte-select-drop_plain___VL8Fz_8-6-8","selectDropPlain":"magritte-select-drop_plain___VL8Fz_8-6-8","label-option-plain":"magritte-label-option-plain___BvBH8_8-6-8","labelOptionPlain":"magritte-label-option-plain___BvBH8_8-6-8","loading":"magritte-loading___AMiuq_8-6-8"};
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-6-7","selectOptionLabel":"magritte-select-option-label___bYo2l_8-6-7","select-option-label_desktop":"magritte-select-option-label_desktop___bceen_8-6-7","selectOptionLabelDesktop":"magritte-select-option-label_desktop___bceen_8-6-7","select-delimiter":"magritte-select-delimiter___WyeR6_8-6-7","selectDelimiter":"magritte-select-delimiter___WyeR6_8-6-7"};
12
+ var styles = {"select-option-label":"magritte-select-option-label___bYo2l_8-6-8","selectOptionLabel":"magritte-select-option-label___bYo2l_8-6-8","select-option-label_desktop":"magritte-select-option-label_desktop___bceen_8-6-8","selectOptionLabelDesktop":"magritte-select-option-label_desktop___bceen_8-6-8","select-delimiter":"magritte-select-delimiter___WyeR6_8-6-8","selectDelimiter":"magritte-select-delimiter___WyeR6_8-6-8"};
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-6-7{
1
+ .magritte-select-option-label___bYo2l_8-6-8{
2
2
  display:flex;
3
3
  max-height:56px;
4
4
  }
5
- .magritte-select-option-label_desktop___bceen_8-6-7{
5
+ .magritte-select-option-label_desktop___bceen_8-6-8{
6
6
  max-height:24px;
7
7
  }
8
- .magritte-select-delimiter___WyeR6_8-6-7{
8
+ .magritte-select-delimiter___WyeR6_8-6-8{
9
9
  padding-left:16px;
10
10
  padding-top:12px;
11
11
  }
@@ -543,23 +543,23 @@
543
543
  --magritte-typography-_custom-5-italic-text-transform-v20-0-1:none;
544
544
  --magritte-typography-_custom-5-italic-text-decoration-v20-0-1:none;
545
545
  }
546
- .magritte-select-bottom-sheet___1RZDJ_8-6-7{
546
+ .magritte-select-bottom-sheet___1RZDJ_8-6-8{
547
547
  display:flex;
548
548
  flex-direction:column;
549
549
  padding:0 var(--magritte-static-space-400-v20-0-1);
550
550
  padding-bottom:16px;
551
551
  }
552
- .magritte-select-bottom-sheet_checkbox___hwTgo_8-6-7,
553
- .magritte-select-bottom-sheet_radio___qvFFV_8-6-7{
552
+ .magritte-select-bottom-sheet_checkbox___hwTgo_8-6-8,
553
+ .magritte-select-bottom-sheet_radio___qvFFV_8-6-8{
554
554
  gap:12px;
555
555
  }
556
- .magritte-loading___VpU1J_8-6-7{
556
+ .magritte-loading___VpU1J_8-6-8{
557
557
  display:flex;
558
558
  align-items:center;
559
559
  height:100%;
560
560
  justify-content:center;
561
561
  }
562
- .magritte-error-wrapper___P7jYg_8-6-7{
562
+ .magritte-error-wrapper___P7jYg_8-6-8{
563
563
  height:100%;
564
564
  }
565
565
 
@@ -1095,24 +1095,24 @@
1095
1095
  --magritte-typography-_custom-5-italic-text-transform-v20-0-1:none;
1096
1096
  --magritte-typography-_custom-5-italic-text-decoration-v20-0-1:none;
1097
1097
  }
1098
- .magritte-select-drop___jn4O-_8-6-7{
1098
+ .magritte-select-drop___jn4O-_8-6-8{
1099
1099
  display:flex;
1100
1100
  flex-direction:column;
1101
1101
  gap:8px;
1102
1102
  }
1103
- .magritte-select-drop-header___fMmio_8-6-7{
1103
+ .magritte-select-drop-header___fMmio_8-6-8{
1104
1104
  display:flex;
1105
1105
  flex-direction:column;
1106
1106
  margin-bottom:8px;
1107
1107
  }
1108
- .magritte-select-drop_plain___VL8Fz_8-6-7{
1108
+ .magritte-select-drop_plain___VL8Fz_8-6-8{
1109
1109
  gap:16px;
1110
1110
  }
1111
- .magritte-label-option-plain___BvBH8_8-6-7{
1111
+ .magritte-label-option-plain___BvBH8_8-6-8{
1112
1112
  display:flex;
1113
1113
  justify-content:center;
1114
1114
  }
1115
- .magritte-loading___AMiuq_8-6-7{
1115
+ .magritte-loading___AMiuq_8-6-8{
1116
1116
  display:flex;
1117
1117
  align-items:center;
1118
1118
  height:150px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hh.ru/magritte-ui-select",
3
- "version": "8.6.7",
3
+ "version": "8.6.8",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "sideEffects": [
@@ -32,7 +32,7 @@
32
32
  "@hh.ru/magritte-common-use-multiple-refs": "1.1.4",
33
33
  "@hh.ru/magritte-ui-action": "4.4.17",
34
34
  "@hh.ru/magritte-ui-action-bar": "2.2.10",
35
- "@hh.ru/magritte-ui-bottom-sheet": "5.5.17",
35
+ "@hh.ru/magritte-ui-bottom-sheet": "5.5.18",
36
36
  "@hh.ru/magritte-ui-breakpoint": "4.1.0",
37
37
  "@hh.ru/magritte-ui-button": "5.2.9",
38
38
  "@hh.ru/magritte-ui-button-stack": "2.1.28",
@@ -41,11 +41,11 @@
41
41
  "@hh.ru/magritte-ui-checkbox-radio": "3.0.29",
42
42
  "@hh.ru/magritte-ui-drop": "7.2.6",
43
43
  "@hh.ru/magritte-ui-icon": "7.9.6",
44
- "@hh.ru/magritte-ui-input": "7.0.7",
44
+ "@hh.ru/magritte-ui-input": "7.0.8",
45
45
  "@hh.ru/magritte-ui-loader": "1.3.11",
46
46
  "@hh.ru/magritte-ui-navigation-bar": "6.3.8",
47
- "@hh.ru/magritte-ui-trigger": "3.0.8",
47
+ "@hh.ru/magritte-ui-trigger": "3.0.9",
48
48
  "@hh.ru/magritte-ui-typography": "3.0.22"
49
49
  },
50
- "gitHead": "4c85532c7420dc718812510bb3635032b806eac0"
50
+ "gitHead": "e07e30dd365e91f71d0dd60defea49856af99bd4"
51
51
  }