@hh.ru/magritte-ui-select 12.3.21 → 12.3.22
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/SelectEmptyHint.js +1 -1
- package/SelectError.js +1 -1
- package/SelectModal.js +1 -1
- package/SelectOption.js +1 -1
- package/index.css +45 -45
- package/package.json +20 -20
package/SelectBottomSheet.js
CHANGED
|
@@ -24,7 +24,7 @@ import '@hh.ru/magritte-common-use-disabled';
|
|
|
24
24
|
import '@hh.ru/magritte-ui-checkable-card/CheckableCardElement';
|
|
25
25
|
import '@hh.ru/magritte-ui-checkbox-radio';
|
|
26
26
|
|
|
27
|
-
var styles = {"select-bottom-sheet":"magritte-select-bottom-sheet___1RZDJ_12-3-
|
|
27
|
+
var styles = {"select-bottom-sheet":"magritte-select-bottom-sheet___1RZDJ_12-3-22","selectBottomSheet":"magritte-select-bottom-sheet___1RZDJ_12-3-22","select-bottom-sheet_checkbox":"magritte-select-bottom-sheet_checkbox___hwTgo_12-3-22","selectBottomSheetCheckbox":"magritte-select-bottom-sheet_checkbox___hwTgo_12-3-22","select-bottom-sheet_radio":"magritte-select-bottom-sheet_radio___qvFFV_12-3-22","selectBottomSheetRadio":"magritte-select-bottom-sheet_radio___qvFFV_12-3-22","select-bottom-sheet_without-header":"magritte-select-bottom-sheet_without-header___KOKVh_12-3-22","selectBottomSheetWithoutHeader":"magritte-select-bottom-sheet_without-header___KOKVh_12-3-22","full-screen-placeholder":"magritte-full-screen-placeholder___zPC8k_12-3-22","fullScreenPlaceholder":"magritte-full-screen-placeholder___zPC8k_12-3-22","error-wrapper":"magritte-error-wrapper___P7jYg_12-3-22","errorWrapper":"magritte-error-wrapper___P7jYg_12-3-22"};
|
|
28
28
|
|
|
29
29
|
const SelectOptionDefault = ({ data, input, type, checked, plain, }) => {
|
|
30
30
|
if (type === 'delimiter') {
|
package/SelectDrop.js
CHANGED
|
@@ -21,7 +21,7 @@ import '@hh.ru/magritte-common-use-disabled';
|
|
|
21
21
|
import '@hh.ru/magritte-ui-checkable-card/CheckableCardElement';
|
|
22
22
|
import '@hh.ru/magritte-ui-checkbox-radio';
|
|
23
23
|
|
|
24
|
-
var styles = {"select-drop-container-wrapper":"magritte-select-drop-container-wrapper___OHM0q_12-3-
|
|
24
|
+
var styles = {"select-drop-container-wrapper":"magritte-select-drop-container-wrapper___OHM0q_12-3-22","selectDropContainerWrapper":"magritte-select-drop-container-wrapper___OHM0q_12-3-22","select-drop-container":"magritte-select-drop-container___hee1p_12-3-22","selectDropContainer":"magritte-select-drop-container___hee1p_12-3-22","select-drop-container_plain":"magritte-select-drop-container_plain___766zl_12-3-22","selectDropContainerPlain":"magritte-select-drop-container_plain___766zl_12-3-22","select-drop-container_with-footer":"magritte-select-drop-container_with-footer___6wp-L_12-3-22","selectDropContainerWithFooter":"magritte-select-drop-container_with-footer___6wp-L_12-3-22","select-drop":"magritte-select-drop___jn4O-_12-3-22","selectDrop":"magritte-select-drop___jn4O-_12-3-22","select-drop-header":"magritte-select-drop-header___fMmio_12-3-22","selectDropHeader":"magritte-select-drop-header___fMmio_12-3-22","select-drop_plain":"magritte-select-drop_plain___VL8Fz_12-3-22","selectDropPlain":"magritte-select-drop_plain___VL8Fz_12-3-22","label-option":"magritte-label-option___2N7t9_12-3-22","labelOption":"magritte-label-option___2N7t9_12-3-22","loading":"magritte-loading___AMiuq_12-3-22","hint":"magritte-hint___6qaFl_12-3-22"};
|
|
25
25
|
|
|
26
26
|
const SelectOptionDefault = ({ data, input, type, plain, checked, }) => {
|
|
27
27
|
if (type === 'delimiter') {
|
package/SelectEmptyHint.js
CHANGED
|
@@ -6,7 +6,7 @@ import { VSpacing } from '@hh.ru/magritte-ui-spacing';
|
|
|
6
6
|
import { Title } from '@hh.ru/magritte-ui-title';
|
|
7
7
|
import { Text } from '@hh.ru/magritte-ui-typography';
|
|
8
8
|
|
|
9
|
-
var styles = {"select-empty-hint":"magritte-select-empty-hint___B39XJ_12-3-
|
|
9
|
+
var styles = {"select-empty-hint":"magritte-select-empty-hint___B39XJ_12-3-22","selectEmptyHint":"magritte-select-empty-hint___B39XJ_12-3-22","icon":"magritte-icon___F0GQx_12-3-22","icon-init":"magritte-icon-init___GWK-V_12-3-22","iconInit":"magritte-icon-init___GWK-V_12-3-22","icon-search":"magritte-icon-search___ZsqO-_12-3-22","iconSearch":"magritte-icon-search___ZsqO-_12-3-22"};
|
|
10
10
|
|
|
11
11
|
const SelectEmptyHint = ({ title, titleElement, description, type }) => {
|
|
12
12
|
return (jsxs("div", { className: styles.selectEmptyHint, children: [type === 'init' && (jsx("div", { className: classnames(styles.icon, styles.iconInit), children: jsx(MagnifierOutlinedSize24, {}) })), type === 'emptySearch' && (jsx("div", { className: classnames(styles.icon, styles.iconSearch), children: jsx(EmojiHalfsadOutlinedSize24, {}) })), jsx(VSpacing, { default: 32 }), jsx(Title, { Element: titleElement, size: "small", children: title }), jsx(VSpacing, { default: 8 }), Boolean(description) && (jsx(Text, { typography: "paragraph-2-regular", style: "secondary", children: description }))] }));
|
package/SelectError.js
CHANGED
|
@@ -7,7 +7,7 @@ import { VSpacing } from '@hh.ru/magritte-ui-spacing';
|
|
|
7
7
|
import { Title } from '@hh.ru/magritte-ui-title';
|
|
8
8
|
import { Text } from '@hh.ru/magritte-ui-typography';
|
|
9
9
|
|
|
10
|
-
var styles = {"error-container":"magritte-error-container___t9B5w_12-3-
|
|
10
|
+
var styles = {"error-container":"magritte-error-container___t9B5w_12-3-22","errorContainer":"magritte-error-container___t9B5w_12-3-22"};
|
|
11
11
|
|
|
12
12
|
const SelectError = ({ innerErrorTrls, reload, }) => {
|
|
13
13
|
const { isMobile } = useBreakpoint();
|
package/SelectModal.js
CHANGED
|
@@ -23,7 +23,7 @@ import '@hh.ru/magritte-common-use-disabled';
|
|
|
23
23
|
import '@hh.ru/magritte-ui-checkable-card/CheckableCardElement';
|
|
24
24
|
import '@hh.ru/magritte-ui-checkbox-radio';
|
|
25
25
|
|
|
26
|
-
var styles = {"select-modal-wrapper":"magritte-select-modal-wrapper___5BhtC_12-3-
|
|
26
|
+
var styles = {"select-modal-wrapper":"magritte-select-modal-wrapper___5BhtC_12-3-22","selectModalWrapper":"magritte-select-modal-wrapper___5BhtC_12-3-22","select-modal":"magritte-select-modal___f9wc6_12-3-22","selectModal":"magritte-select-modal___f9wc6_12-3-22","select-modal_plain":"magritte-select-modal_plain___0rP39_12-3-22","selectModalPlain":"magritte-select-modal_plain___0rP39_12-3-22","label-option":"magritte-label-option___kFAuR_12-3-22","labelOption":"magritte-label-option___kFAuR_12-3-22","layer-full-height":"magritte-layer-full-height___cJX-K_12-3-22","layerFullHeight":"magritte-layer-full-height___cJX-K_12-3-22"};
|
|
27
27
|
|
|
28
28
|
const SelectOptionDefault = ({ data, input, type, plain, checked, }) => {
|
|
29
29
|
if (type === 'delimiter') {
|
package/SelectOption.js
CHANGED
|
@@ -8,7 +8,7 @@ import { CheckableCardElement } from '@hh.ru/magritte-ui-checkable-card/Checkabl
|
|
|
8
8
|
import { Radio, Checkbox } from '@hh.ru/magritte-ui-checkbox-radio';
|
|
9
9
|
import { Text } from '@hh.ru/magritte-ui-typography';
|
|
10
10
|
|
|
11
|
-
var styles = {"select-option-plain":"magritte-select-option-plain___dfz4a_12-3-
|
|
11
|
+
var styles = {"select-option-plain":"magritte-select-option-plain___dfz4a_12-3-22","selectOptionPlain":"magritte-select-option-plain___dfz4a_12-3-22","select-option-plain_active":"magritte-select-option-plain_active___AQSQS_12-3-22","selectOptionPlainActive":"magritte-select-option-plain_active___AQSQS_12-3-22","select-delimiter":"magritte-select-delimiter___WyeR6_12-3-22","selectDelimiter":"magritte-select-delimiter___WyeR6_12-3-22"};
|
|
12
12
|
|
|
13
13
|
const CheckableComponent = ({ type, value, checked, name, onChange, 'data-qa': dataQa, }) => {
|
|
14
14
|
if (type === 'label') {
|
package/index.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
.magritte-error-container___t9B5w_12-3-
|
|
1
|
+
.magritte-error-container___t9B5w_12-3-22{
|
|
2
2
|
display:flex;
|
|
3
3
|
flex-direction:column;
|
|
4
4
|
align-items:center;
|
|
@@ -6,95 +6,95 @@
|
|
|
6
6
|
justify-content:center;
|
|
7
7
|
}
|
|
8
8
|
@media (min-width: 1020px){
|
|
9
|
-
body.magritte-old-layout .magritte-error-container___t9B5w_12-3-
|
|
9
|
+
body.magritte-old-layout .magritte-error-container___t9B5w_12-3-22{
|
|
10
10
|
min-height:320px;
|
|
11
11
|
height:auto;
|
|
12
12
|
}
|
|
13
13
|
}
|
|
14
14
|
@media (min-width: 1024px){
|
|
15
|
-
body:not(.magritte-old-layout) .magritte-error-container___t9B5w_12-3-
|
|
15
|
+
body:not(.magritte-old-layout) .magritte-error-container___t9B5w_12-3-22{
|
|
16
16
|
min-height:320px;
|
|
17
17
|
height:auto;
|
|
18
18
|
}
|
|
19
19
|
}
|
|
20
20
|
|
|
21
|
-
.magritte-select-option-plain___dfz4a_12-3-
|
|
21
|
+
.magritte-select-option-plain___dfz4a_12-3-22:hover{
|
|
22
22
|
cursor:default;
|
|
23
23
|
}
|
|
24
|
-
.magritte-select-option-plain_active___AQSQS_12-3-
|
|
24
|
+
.magritte-select-option-plain_active___AQSQS_12-3-22:hover{
|
|
25
25
|
cursor:pointer;
|
|
26
26
|
}
|
|
27
|
-
.magritte-select-delimiter___WyeR6_12-3-
|
|
27
|
+
.magritte-select-delimiter___WyeR6_12-3-22{
|
|
28
28
|
padding-left:16px;
|
|
29
29
|
padding-top:12px;
|
|
30
30
|
}
|
|
31
31
|
|
|
32
|
-
.magritte-select-bottom-sheet___1RZDJ_12-3-
|
|
32
|
+
.magritte-select-bottom-sheet___1RZDJ_12-3-22{
|
|
33
33
|
display:flex;
|
|
34
34
|
flex-direction:column;
|
|
35
35
|
padding:0 16px;
|
|
36
36
|
padding-bottom:16px;
|
|
37
37
|
}
|
|
38
|
-
.magritte-select-bottom-sheet_checkbox___hwTgo_12-3-
|
|
39
|
-
.magritte-select-bottom-sheet_radio___qvFFV_12-3-
|
|
38
|
+
.magritte-select-bottom-sheet_checkbox___hwTgo_12-3-22,
|
|
39
|
+
.magritte-select-bottom-sheet_radio___qvFFV_12-3-22{
|
|
40
40
|
gap:12px;
|
|
41
41
|
}
|
|
42
|
-
.magritte-select-bottom-sheet_without-header___KOKVh_12-3-
|
|
42
|
+
.magritte-select-bottom-sheet_without-header___KOKVh_12-3-22{
|
|
43
43
|
padding-top:16px;
|
|
44
44
|
}
|
|
45
|
-
.magritte-full-screen-placeholder___zPC8k_12-3-
|
|
45
|
+
.magritte-full-screen-placeholder___zPC8k_12-3-22{
|
|
46
46
|
display:flex;
|
|
47
47
|
flex-direction:column;
|
|
48
48
|
align-items:center;
|
|
49
49
|
height:100%;
|
|
50
50
|
justify-content:center;
|
|
51
51
|
}
|
|
52
|
-
.magritte-error-wrapper___P7jYg_12-3-
|
|
52
|
+
.magritte-error-wrapper___P7jYg_12-3-22{
|
|
53
53
|
height:100%;
|
|
54
54
|
}
|
|
55
55
|
|
|
56
|
-
.magritte-select-drop-container-wrapper___OHM0q_12-3-
|
|
56
|
+
.magritte-select-drop-container-wrapper___OHM0q_12-3-22{
|
|
57
57
|
display:flex;
|
|
58
58
|
flex-direction:column;
|
|
59
59
|
}
|
|
60
|
-
.magritte-select-drop-container___hee1p_12-3-
|
|
60
|
+
.magritte-select-drop-container___hee1p_12-3-22{
|
|
61
61
|
display:flex;
|
|
62
62
|
flex-direction:column;
|
|
63
63
|
padding:12px;
|
|
64
64
|
margin:calc(-1 * 12px);
|
|
65
65
|
}
|
|
66
|
-
.magritte-select-drop-container_plain___766zl_12-3-
|
|
66
|
+
.magritte-select-drop-container_plain___766zl_12-3-22{
|
|
67
67
|
padding:24px;
|
|
68
68
|
margin:calc(-1 * 24px);
|
|
69
69
|
}
|
|
70
|
-
.magritte-select-drop-container_with-footer___6wp-L_12-3-
|
|
70
|
+
.magritte-select-drop-container_with-footer___6wp-L_12-3-22{
|
|
71
71
|
margin-bottom:0;
|
|
72
72
|
padding-bottom:0;
|
|
73
73
|
}
|
|
74
|
-
.magritte-select-drop___jn4O-_12-3-
|
|
74
|
+
.magritte-select-drop___jn4O-_12-3-22{
|
|
75
75
|
display:flex;
|
|
76
76
|
flex-direction:column;
|
|
77
77
|
gap:8px;
|
|
78
78
|
}
|
|
79
|
-
.magritte-select-drop-header___fMmio_12-3-
|
|
79
|
+
.magritte-select-drop-header___fMmio_12-3-22{
|
|
80
80
|
display:flex;
|
|
81
81
|
flex-direction:column;
|
|
82
82
|
margin-bottom:8px;
|
|
83
83
|
}
|
|
84
|
-
.magritte-select-drop_plain___VL8Fz_12-3-
|
|
84
|
+
.magritte-select-drop_plain___VL8Fz_12-3-22{
|
|
85
85
|
gap:16px;
|
|
86
86
|
}
|
|
87
|
-
.magritte-label-option___2N7t9_12-3-
|
|
87
|
+
.magritte-label-option___2N7t9_12-3-22{
|
|
88
88
|
display:flex;
|
|
89
89
|
justify-content:center;
|
|
90
90
|
}
|
|
91
|
-
.magritte-loading___AMiuq_12-3-
|
|
91
|
+
.magritte-loading___AMiuq_12-3-22{
|
|
92
92
|
display:flex;
|
|
93
93
|
align-items:center;
|
|
94
94
|
height:150px;
|
|
95
95
|
justify-content:center;
|
|
96
96
|
}
|
|
97
|
-
.magritte-hint___6qaFl_12-3-
|
|
97
|
+
.magritte-hint___6qaFl_12-3-22{
|
|
98
98
|
display:flex;
|
|
99
99
|
flex-direction:column;
|
|
100
100
|
align-items:center;
|
|
@@ -102,24 +102,24 @@
|
|
|
102
102
|
justify-content:center;
|
|
103
103
|
}
|
|
104
104
|
|
|
105
|
-
.magritte-select-modal-wrapper___5BhtC_12-3-
|
|
105
|
+
.magritte-select-modal-wrapper___5BhtC_12-3-22{
|
|
106
106
|
display:flex;
|
|
107
107
|
flex-direction:column;
|
|
108
108
|
flex-grow:1;
|
|
109
109
|
}
|
|
110
|
-
.magritte-select-modal___f9wc6_12-3-
|
|
110
|
+
.magritte-select-modal___f9wc6_12-3-22{
|
|
111
111
|
display:flex;
|
|
112
112
|
flex-direction:column;
|
|
113
113
|
gap:12px;
|
|
114
114
|
}
|
|
115
|
-
.magritte-select-modal_plain___0rP39_12-3-
|
|
115
|
+
.magritte-select-modal_plain___0rP39_12-3-22{
|
|
116
116
|
gap:0;
|
|
117
117
|
}
|
|
118
|
-
.magritte-label-option___kFAuR_12-3-
|
|
118
|
+
.magritte-label-option___kFAuR_12-3-22{
|
|
119
119
|
display:flex;
|
|
120
120
|
justify-content:center;
|
|
121
121
|
}
|
|
122
|
-
.magritte-layer-full-height___cJX-K_12-3-
|
|
122
|
+
.magritte-layer-full-height___cJX-K_12-3-22{
|
|
123
123
|
display:flex;
|
|
124
124
|
flex-direction:column;
|
|
125
125
|
align-items:center;
|
|
@@ -129,31 +129,31 @@
|
|
|
129
129
|
}
|
|
130
130
|
|
|
131
131
|
:root{
|
|
132
|
-
--magritte-color-background-secondary-v24-
|
|
133
|
-
--magritte-color-background-accent-secondary-v24-
|
|
134
|
-
--magritte-color-icon-tertiary-v24-
|
|
135
|
-
--magritte-color-icon-accent-v24-
|
|
132
|
+
--magritte-color-background-secondary-v24-3-0:#F1F4F9;
|
|
133
|
+
--magritte-color-background-accent-secondary-v24-3-0:#EDF6FF;
|
|
134
|
+
--magritte-color-icon-tertiary-v24-3-0:#AABBCA;
|
|
135
|
+
--magritte-color-icon-accent-v24-3-0:#0070ff;
|
|
136
136
|
}
|
|
137
137
|
|
|
138
138
|
.magritte-night-theme{
|
|
139
|
-
--magritte-color-background-secondary-v24-
|
|
140
|
-
--magritte-color-background-accent-secondary-v24-
|
|
141
|
-
--magritte-color-icon-tertiary-v24-
|
|
142
|
-
--magritte-color-icon-accent-v24-
|
|
139
|
+
--magritte-color-background-secondary-v24-3-0:#303030;
|
|
140
|
+
--magritte-color-background-accent-secondary-v24-3-0:#222D3D;
|
|
141
|
+
--magritte-color-icon-tertiary-v24-3-0:#767676;
|
|
142
|
+
--magritte-color-icon-accent-v24-3-0:#5e9eff;
|
|
143
143
|
}
|
|
144
144
|
|
|
145
145
|
.magritte-zp-day-theme{
|
|
146
|
-
--magritte-color-background-accent-secondary-v24-
|
|
147
|
-
--magritte-color-icon-accent-v24-
|
|
146
|
+
--magritte-color-background-accent-secondary-v24-3-0:#F1F4F7;
|
|
147
|
+
--magritte-color-icon-accent-v24-3-0:#7195AF;
|
|
148
148
|
}
|
|
149
|
-
.magritte-select-empty-hint___B39XJ_12-3-
|
|
149
|
+
.magritte-select-empty-hint___B39XJ_12-3-22{
|
|
150
150
|
display:flex;
|
|
151
151
|
flex-direction:column;
|
|
152
152
|
justify-content:center;
|
|
153
153
|
align-content:center;
|
|
154
154
|
align-items:center;
|
|
155
155
|
}
|
|
156
|
-
.magritte-icon___F0GQx_12-3-
|
|
156
|
+
.magritte-icon___F0GQx_12-3-22{
|
|
157
157
|
display:flex;
|
|
158
158
|
align-items:center;
|
|
159
159
|
justify-content:center;
|
|
@@ -161,11 +161,11 @@
|
|
|
161
161
|
height:48px;
|
|
162
162
|
border-radius:50%;
|
|
163
163
|
}
|
|
164
|
-
.magritte-icon-init___GWK-V_12-3-
|
|
165
|
-
background-color:var(--magritte-color-background-accent-secondary-v24-
|
|
166
|
-
--magritte-ui-icon-color-override:var(--magritte-color-icon-accent-v24-
|
|
164
|
+
.magritte-icon-init___GWK-V_12-3-22{
|
|
165
|
+
background-color:var(--magritte-color-background-accent-secondary-v24-3-0);
|
|
166
|
+
--magritte-ui-icon-color-override:var(--magritte-color-icon-accent-v24-3-0);
|
|
167
167
|
}
|
|
168
|
-
.magritte-icon-search___ZsqO-_12-3-
|
|
169
|
-
background-color:var(--magritte-color-background-secondary-v24-
|
|
170
|
-
--magritte-ui-icon-color-override:var(--magritte-color-icon-tertiary-v24-
|
|
168
|
+
.magritte-icon-search___ZsqO-_12-3-22{
|
|
169
|
+
background-color:var(--magritte-color-background-secondary-v24-3-0);
|
|
170
|
+
--magritte-ui-icon-color-override:var(--magritte-color-icon-tertiary-v24-3-0);
|
|
171
171
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hh.ru/magritte-ui-select",
|
|
3
|
-
"version": "12.3.
|
|
3
|
+
"version": "12.3.22",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"types": "index.d.ts",
|
|
6
6
|
"sideEffects": [
|
|
@@ -31,26 +31,26 @@
|
|
|
31
31
|
"@hh.ru/magritte-common-keyboard": "4.1.4",
|
|
32
32
|
"@hh.ru/magritte-common-use-disabled": "1.0.14",
|
|
33
33
|
"@hh.ru/magritte-common-use-multiple-refs": "1.1.10",
|
|
34
|
-
"@hh.ru/magritte-design-tokens": "24.
|
|
35
|
-
"@hh.ru/magritte-ui-action-bar": "5.0.
|
|
36
|
-
"@hh.ru/magritte-ui-bottom-sheet": "9.0.
|
|
34
|
+
"@hh.ru/magritte-design-tokens": "24.3.0",
|
|
35
|
+
"@hh.ru/magritte-ui-action-bar": "5.0.31",
|
|
36
|
+
"@hh.ru/magritte-ui-bottom-sheet": "9.0.22",
|
|
37
37
|
"@hh.ru/magritte-ui-breakpoint": "6.0.2",
|
|
38
|
-
"@hh.ru/magritte-ui-button": "7.0.
|
|
39
|
-
"@hh.ru/magritte-ui-button-stack": "2.1.
|
|
40
|
-
"@hh.ru/magritte-ui-cell": "7.1.
|
|
41
|
-
"@hh.ru/magritte-ui-checkable-card": "4.1.
|
|
42
|
-
"@hh.ru/magritte-ui-checkbox-radio": "4.0.
|
|
43
|
-
"@hh.ru/magritte-ui-drop": "12.0.
|
|
44
|
-
"@hh.ru/magritte-ui-icon": "13.7.
|
|
45
|
-
"@hh.ru/magritte-ui-input": "9.1.
|
|
46
|
-
"@hh.ru/magritte-ui-loader": "2.0.
|
|
38
|
+
"@hh.ru/magritte-ui-button": "7.0.6",
|
|
39
|
+
"@hh.ru/magritte-ui-button-stack": "2.1.101",
|
|
40
|
+
"@hh.ru/magritte-ui-cell": "7.1.10",
|
|
41
|
+
"@hh.ru/magritte-ui-checkable-card": "4.1.24",
|
|
42
|
+
"@hh.ru/magritte-ui-checkbox-radio": "4.0.30",
|
|
43
|
+
"@hh.ru/magritte-ui-drop": "12.0.23",
|
|
44
|
+
"@hh.ru/magritte-ui-icon": "13.7.2",
|
|
45
|
+
"@hh.ru/magritte-ui-input": "9.1.20",
|
|
46
|
+
"@hh.ru/magritte-ui-loader": "2.0.29",
|
|
47
47
|
"@hh.ru/magritte-ui-mock-component": "1.1.6",
|
|
48
|
-
"@hh.ru/magritte-ui-modal": "9.4.
|
|
49
|
-
"@hh.ru/magritte-ui-navigation-bar": "10.0.
|
|
50
|
-
"@hh.ru/magritte-ui-spacing": "2.1.
|
|
51
|
-
"@hh.ru/magritte-ui-title": "7.0.
|
|
52
|
-
"@hh.ru/magritte-ui-trigger": "4.0.
|
|
53
|
-
"@hh.ru/magritte-ui-typography": "4.4.
|
|
48
|
+
"@hh.ru/magritte-ui-modal": "9.4.18",
|
|
49
|
+
"@hh.ru/magritte-ui-navigation-bar": "10.0.36",
|
|
50
|
+
"@hh.ru/magritte-ui-spacing": "2.1.5",
|
|
51
|
+
"@hh.ru/magritte-ui-title": "7.0.22",
|
|
52
|
+
"@hh.ru/magritte-ui-trigger": "4.0.34",
|
|
53
|
+
"@hh.ru/magritte-ui-typography": "4.4.2"
|
|
54
54
|
},
|
|
55
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "73a784449ee871c609c8343c11b43207551f3793"
|
|
56
56
|
}
|