@hh.ru/magritte-ui-chips-trigger 3.2.0 → 3.2.2
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/ChipsTrigger.js +1 -1
- package/index.css +30 -30
- package/index.d.ts +1 -0
- package/index.js +1 -0
- package/index.js.map +1 -1
- package/index.mock.d.ts +5 -0
- package/index.mock.js +40 -0
- package/index.mock.js.map +1 -0
- package/package.json +7 -6
package/ChipsTrigger.js
CHANGED
|
@@ -10,7 +10,7 @@ import { FormHelper } from '@hh.ru/magritte-ui-form-helper';
|
|
|
10
10
|
import { ChevronDownOutlinedSize24 } from '@hh.ru/magritte-ui-icon/icon';
|
|
11
11
|
import { useFocus } from '@hh.ru/magritte-ui-input/useFocus';
|
|
12
12
|
|
|
13
|
-
var styles = {"root":"magritte-root___-zVdz_3-2-
|
|
13
|
+
var styles = {"root":"magritte-root___-zVdz_3-2-2","focused":"magritte-focused___0Uzyu_3-2-2","invalid":"magritte-invalid___tVzQV_3-2-2","disabled":"magritte-disabled___UeqcV_3-2-2","label":"magritte-label___j7Trt_3-2-2","focus-visible":"magritte-focus-visible___ifvAP_3-2-2","focusVisible":"magritte-focus-visible___ifvAP_3-2-2","large":"magritte-large___JIrIy_3-2-2","field":"magritte-field___rlEmn_3-2-2","icon":"magritte-icon___fDMiz_3-2-2","scrollable-area":"magritte-scrollable-area___-xMF2_3-2-2","scrollableArea":"magritte-scrollable-area___-xMF2_3-2-2","medium":"magritte-medium___Xk-XB_3-2-2","chips-and-input":"magritte-chips-and-input___qg-Ba_3-2-2","chipsAndInput":"magritte-chips-and-input___qg-Ba_3-2-2","field-input":"magritte-field-input___04Cag_3-2-2","fieldInput":"magritte-field-input___04Cag_3-2-2","label-wrapper":"magritte-label-wrapper___De7Bm_3-2-2","labelWrapper":"magritte-label-wrapper___De7Bm_3-2-2","icon_expanded":"magritte-icon_expanded___RaOT-_3-2-2","iconExpanded":"magritte-icon_expanded___RaOT-_3-2-2"};
|
|
14
14
|
|
|
15
15
|
const focusOnLastChip = (event, chipsContainer, input) => {
|
|
16
16
|
if (!chipsContainer || !input) {
|
package/index.css
CHANGED
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
--magritte-color-component-input-chips-background-state-neutral-disable-v19-1-2:#1B1B1B;
|
|
71
71
|
--magritte-color-component-input-chips-text-state-neutral-disable-v19-1-2:#474747;
|
|
72
72
|
}
|
|
73
|
-
.magritte-root___-zVdz_3-2-
|
|
73
|
+
.magritte-root___-zVdz_3-2-2{
|
|
74
74
|
display:inline-flex;
|
|
75
75
|
position:relative;
|
|
76
76
|
width:100%;
|
|
@@ -85,106 +85,106 @@
|
|
|
85
85
|
--magritte-ui-icon-color-override:var(--magritte-color-component-input-icon-chevron-v19-1-2);
|
|
86
86
|
}
|
|
87
87
|
@media (min-width: 1020px){
|
|
88
|
-
body.magritte-old-layout .magritte-root___-zVdz_3-2-
|
|
88
|
+
body.magritte-old-layout .magritte-root___-zVdz_3-2-2:not(.magritte-focused___0Uzyu_3-2-2):not(.magritte-invalid___tVzQV_3-2-2):not(.magritte-disabled___UeqcV_3-2-2):hover{
|
|
89
89
|
background-color:var(--magritte-color-component-input-background-state-field-hovered-v19-1-2);
|
|
90
90
|
box-shadow:inset 0 0 0 1px var(--magritte-color-component-input-stroke-state-field-hovered-v19-1-2);
|
|
91
91
|
--magritte-ui-icon-color-override:var(--magritte-color-component-input-icon-state-chevron-hovered-v19-1-2);
|
|
92
92
|
}
|
|
93
|
-
body.magritte-old-layout .magritte-root___-zVdz_3-2-
|
|
93
|
+
body.magritte-old-layout .magritte-root___-zVdz_3-2-2:not(.magritte-focused___0Uzyu_3-2-2):not(.magritte-invalid___tVzQV_3-2-2):not(.magritte-disabled___UeqcV_3-2-2):hover .magritte-label___j7Trt_3-2-2{
|
|
94
94
|
color:var(--magritte-color-component-input-text-state-placeholder-hovered-v19-1-2);
|
|
95
95
|
}
|
|
96
96
|
}
|
|
97
97
|
@media (min-width: 1024px){
|
|
98
|
-
body:not(.magritte-old-layout) .magritte-root___-zVdz_3-2-
|
|
98
|
+
body:not(.magritte-old-layout) .magritte-root___-zVdz_3-2-2:not(.magritte-focused___0Uzyu_3-2-2):not(.magritte-invalid___tVzQV_3-2-2):not(.magritte-disabled___UeqcV_3-2-2):hover{
|
|
99
99
|
background-color:var(--magritte-color-component-input-background-state-field-hovered-v19-1-2);
|
|
100
100
|
box-shadow:inset 0 0 0 1px var(--magritte-color-component-input-stroke-state-field-hovered-v19-1-2);
|
|
101
101
|
--magritte-ui-icon-color-override:var(--magritte-color-component-input-icon-state-chevron-hovered-v19-1-2);
|
|
102
102
|
}
|
|
103
|
-
body:not(.magritte-old-layout) .magritte-root___-zVdz_3-2-
|
|
103
|
+
body:not(.magritte-old-layout) .magritte-root___-zVdz_3-2-2:not(.magritte-focused___0Uzyu_3-2-2):not(.magritte-invalid___tVzQV_3-2-2):not(.magritte-disabled___UeqcV_3-2-2):hover .magritte-label___j7Trt_3-2-2{
|
|
104
104
|
color:var(--magritte-color-component-input-text-state-placeholder-hovered-v19-1-2);
|
|
105
105
|
}
|
|
106
106
|
}
|
|
107
|
-
.magritte-root___-zVdz_3-2-
|
|
107
|
+
.magritte-root___-zVdz_3-2-2:not(.magritte-disabled___UeqcV_3-2-2){
|
|
108
108
|
cursor:text;
|
|
109
109
|
}
|
|
110
|
-
.magritte-root___-zVdz_3-2-
|
|
110
|
+
.magritte-root___-zVdz_3-2-2.magritte-focused___0Uzyu_3-2-2{
|
|
111
111
|
background-color:var(--magritte-color-component-input-background-state-field-focused-v19-1-2);
|
|
112
112
|
box-shadow:inset 0 0 0 2px var(--magritte-color-component-input-stroke-state-field-focused-v19-1-2);
|
|
113
113
|
--magritte-ui-icon-color-override:var(--magritte-color-component-input-icon-state-chevron-focused-v19-1-2);
|
|
114
114
|
}
|
|
115
|
-
.magritte-root___-zVdz_3-2-
|
|
115
|
+
.magritte-root___-zVdz_3-2-2.magritte-focused___0Uzyu_3-2-2 .magritte-label___j7Trt_3-2-2{
|
|
116
116
|
color:var(--magritte-color-component-input-text-state-placeholder-focused-v19-1-2);
|
|
117
117
|
}
|
|
118
|
-
.magritte-root___-zVdz_3-2-
|
|
118
|
+
.magritte-root___-zVdz_3-2-2.magritte-invalid___tVzQV_3-2-2{
|
|
119
119
|
background-color:var(--magritte-color-component-input-background-state-field-invalid-v19-1-2);
|
|
120
120
|
box-shadow:inset 0 0 0 1px var(--magritte-color-component-input-stroke-state-field-invalid-v19-1-2);
|
|
121
121
|
--magritte-ui-icon-color-override:var(--magritte-color-component-input-icon-state-chevron-invalid-v19-1-2);
|
|
122
122
|
}
|
|
123
|
-
.magritte-root___-zVdz_3-2-
|
|
123
|
+
.magritte-root___-zVdz_3-2-2.magritte-invalid___tVzQV_3-2-2 .magritte-label___j7Trt_3-2-2{
|
|
124
124
|
color:var(--magritte-color-component-input-text-state-placeholder-invalid-v19-1-2);
|
|
125
125
|
}
|
|
126
|
-
.magritte-root___-zVdz_3-2-
|
|
126
|
+
.magritte-root___-zVdz_3-2-2.magritte-disabled___UeqcV_3-2-2{
|
|
127
127
|
background-color:var(--magritte-color-component-input-background-state-field-disabled-v19-1-2);
|
|
128
128
|
box-shadow:inset 0 0 0 1px var(--magritte-color-component-input-stroke-state-field-disabled-v19-1-2);
|
|
129
129
|
--magritte-ui-icon-color-override:var(--magritte-color-component-input-icon-state-chevron-disabled-v19-1-2);
|
|
130
130
|
--magritte-ui-chip-text-color-override:var(--magritte-color-component-input-chips-text-state-neutral-disable-v19-1-2);
|
|
131
131
|
--magritte-ui-chip-background-color-override:var(--magritte-color-component-input-chips-background-state-neutral-disable-v19-1-2);
|
|
132
132
|
}
|
|
133
|
-
.magritte-root___-zVdz_3-2-
|
|
133
|
+
.magritte-root___-zVdz_3-2-2.magritte-disabled___UeqcV_3-2-2 .magritte-label___j7Trt_3-2-2{
|
|
134
134
|
color:var(--magritte-color-component-input-text-state-placeholder-disabled-v19-1-2);
|
|
135
135
|
}
|
|
136
|
-
.magritte-root___-zVdz_3-2-
|
|
136
|
+
.magritte-root___-zVdz_3-2-2.magritte-focus-visible___ifvAP_3-2-2{
|
|
137
137
|
outline:var(--magritte-color-component-input-stroke-state-accent-focused-accessible-v19-1-2) solid 4px;
|
|
138
138
|
}
|
|
139
|
-
.magritte-root___-zVdz_3-2-
|
|
139
|
+
.magritte-root___-zVdz_3-2-2.magritte-focus-visible___ifvAP_3-2-2.magritte-invalid___tVzQV_3-2-2{
|
|
140
140
|
outline-color:var(--magritte-color-component-input-stroke-state-negative-focused-accessible-v19-1-2);
|
|
141
141
|
}
|
|
142
|
-
.magritte-large___JIrIy_3-2-
|
|
142
|
+
.magritte-large___JIrIy_3-2-2{
|
|
143
143
|
padding-left:var(--magritte-static-space-300-v19-1-2);
|
|
144
144
|
padding-top:var(--magritte-static-space-300-v19-1-2);
|
|
145
145
|
padding-bottom:var(--magritte-static-space-300-v19-1-2);
|
|
146
146
|
padding-right:var(--magritte-static-space-50-v19-1-2);
|
|
147
147
|
}
|
|
148
|
-
.magritte-large___JIrIy_3-2-
|
|
148
|
+
.magritte-large___JIrIy_3-2-2 .magritte-field___rlEmn_3-2-2{
|
|
149
149
|
margin-left:var(--magritte-static-space-100-v19-1-2);
|
|
150
150
|
}
|
|
151
|
-
.magritte-large___JIrIy_3-2-
|
|
151
|
+
.magritte-large___JIrIy_3-2-2 .magritte-icon___fDMiz_3-2-2{
|
|
152
152
|
top:var(--magritte-static-space-300-v19-1-2);
|
|
153
153
|
right:var(--magritte-static-space-400-v19-1-2);
|
|
154
154
|
}
|
|
155
|
-
.magritte-large___JIrIy_3-2-
|
|
155
|
+
.magritte-large___JIrIy_3-2-2 .magritte-scrollable-area___-xMF2_3-2-2{
|
|
156
156
|
padding-right:calc(24px + var(--magritte-static-space-250-v19-1-2) + var(--magritte-static-space-300-v19-1-2));
|
|
157
157
|
}
|
|
158
|
-
.magritte-medium___Xk-XB_3-2-
|
|
158
|
+
.magritte-medium___Xk-XB_3-2-2{
|
|
159
159
|
padding-left:var(--magritte-static-space-200-v19-1-2);
|
|
160
160
|
padding-top:var(--magritte-static-space-200-v19-1-2);
|
|
161
161
|
padding-bottom:var(--magritte-static-space-200-v19-1-2);
|
|
162
162
|
padding-right:var(--magritte-static-space-50-v19-1-2);
|
|
163
163
|
}
|
|
164
|
-
.magritte-medium___Xk-XB_3-2-
|
|
164
|
+
.magritte-medium___Xk-XB_3-2-2 .magritte-field___rlEmn_3-2-2{
|
|
165
165
|
margin-left:var(--magritte-static-space-100-v19-1-2);
|
|
166
166
|
}
|
|
167
|
-
.magritte-medium___Xk-XB_3-2-
|
|
167
|
+
.magritte-medium___Xk-XB_3-2-2 .magritte-icon___fDMiz_3-2-2{
|
|
168
168
|
top:var(--magritte-static-space-200-v19-1-2);
|
|
169
169
|
right:var(--magritte-static-space-300-v19-1-2);
|
|
170
170
|
}
|
|
171
|
-
.magritte-medium___Xk-XB_3-2-
|
|
171
|
+
.magritte-medium___Xk-XB_3-2-2 .magritte-scrollable-area___-xMF2_3-2-2{
|
|
172
172
|
padding-right:calc(24px + var(--magritte-static-space-150-v19-1-2) + var(--magritte-static-space-300-v19-1-2));
|
|
173
173
|
}
|
|
174
|
-
.magritte-scrollable-area___-xMF2_3-2-
|
|
174
|
+
.magritte-scrollable-area___-xMF2_3-2-2{
|
|
175
175
|
display:flex;
|
|
176
176
|
align-items:flex-start;
|
|
177
177
|
overflow-y:auto;
|
|
178
178
|
width:100%;
|
|
179
179
|
}
|
|
180
|
-
.magritte-chips-and-input___qg-Ba_3-2-
|
|
180
|
+
.magritte-chips-and-input___qg-Ba_3-2-2{
|
|
181
181
|
display:flex;
|
|
182
182
|
gap:6px;
|
|
183
183
|
flex-wrap:wrap;
|
|
184
184
|
align-items:center;
|
|
185
185
|
width:100%;
|
|
186
186
|
}
|
|
187
|
-
.magritte-field___rlEmn_3-2-
|
|
187
|
+
.magritte-field___rlEmn_3-2-2{
|
|
188
188
|
display:flex;
|
|
189
189
|
align-items:center;
|
|
190
190
|
position:relative;
|
|
@@ -200,26 +200,26 @@
|
|
|
200
200
|
text-transform:var(--magritte-typography-label-2-regular-text-transform-v19-1-2);
|
|
201
201
|
text-decoration:var(--magritte-typography-label-2-regular-text-decoration-v19-1-2);
|
|
202
202
|
}
|
|
203
|
-
.magritte-field-input___04Cag_3-2-
|
|
203
|
+
.magritte-field-input___04Cag_3-2-2{
|
|
204
204
|
border:0;
|
|
205
205
|
padding:0;
|
|
206
206
|
background:none;
|
|
207
207
|
outline:none;
|
|
208
208
|
width:100%;
|
|
209
209
|
}
|
|
210
|
-
.magritte-label-wrapper___De7Bm_3-2-
|
|
210
|
+
.magritte-label-wrapper___De7Bm_3-2-2{
|
|
211
211
|
display:flex;
|
|
212
212
|
align-items:center;
|
|
213
213
|
position:absolute;
|
|
214
214
|
height:100%;
|
|
215
215
|
inset:0;
|
|
216
216
|
}
|
|
217
|
-
.magritte-label___j7Trt_3-2-
|
|
217
|
+
.magritte-label___j7Trt_3-2-2{
|
|
218
218
|
color:var(--magritte-color-component-input-text-placeholder-v19-1-2);
|
|
219
219
|
overflow:hidden;
|
|
220
220
|
text-overflow:ellipsis;
|
|
221
221
|
}
|
|
222
|
-
.magritte-icon___fDMiz_3-2-
|
|
222
|
+
.magritte-icon___fDMiz_3-2-2{
|
|
223
223
|
display:inline-flex;
|
|
224
224
|
margin-left:auto;
|
|
225
225
|
padding:var(--magritte-static-space-100-v19-1-2) 0;
|
|
@@ -228,7 +228,7 @@
|
|
|
228
228
|
transition-duration:var(--magritte-semantic-animation-ease-in-out-100-duration-v19-1-2);
|
|
229
229
|
transition-timing-function:var(--magritte-semantic-animation-ease-in-out-100-timing-function-v19-1-2);
|
|
230
230
|
}
|
|
231
|
-
.magritte-icon_expanded___RaOT-_3-2-
|
|
231
|
+
.magritte-icon_expanded___RaOT-_3-2-2{
|
|
232
232
|
transform:rotate(-180deg);
|
|
233
233
|
--magritte-ui-icon-color-override:var(--magritte-color-component-input-icon-state-chevron-focused-v19-1-2);
|
|
234
234
|
}
|
package/index.d.ts
CHANGED
package/index.js
CHANGED
package/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;"}
|
package/index.mock.d.ts
ADDED
package/index.mock.js
ADDED
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import './index.css';
|
|
2
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
3
|
+
import { forwardRef } from 'react';
|
|
4
|
+
|
|
5
|
+
function enhance(mockComponent, staticProps) {
|
|
6
|
+
// удаляем внутренний свойства реакта, чтобы не перезаписать ими mockComponent
|
|
7
|
+
delete staticProps.type;
|
|
8
|
+
delete staticProps.$$typeof;
|
|
9
|
+
delete staticProps.render;
|
|
10
|
+
for (const prop in staticProps) {
|
|
11
|
+
mockComponent[prop] = staticProps[prop];
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
const MockComponent = ({ style, ...props }) => (
|
|
15
|
+
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
|
16
|
+
// @ts-ignore
|
|
17
|
+
// eslint-disable-next-line react/jsx-no-undef
|
|
18
|
+
jsx("Magritte-component-mock", { "style-data": style, ...props }));
|
|
19
|
+
/**
|
|
20
|
+
* Возвращает mock React компонента
|
|
21
|
+
*/
|
|
22
|
+
const mockComponent = (componentName, staticProps = {}, { withChildren, innerDependence } = {}) => {
|
|
23
|
+
const mockWrapper = forwardRef(({ children, ...props }, ref) => {
|
|
24
|
+
return (
|
|
25
|
+
// eslint-disable-next-line react/jsx-no-undef
|
|
26
|
+
jsxs(MockComponent, { ...props, _component: componentName, children: [innerDependence ? innerDependence(props, ref) : null, withChildren ? children : null] }));
|
|
27
|
+
});
|
|
28
|
+
staticProps && enhance(mockWrapper, staticProps);
|
|
29
|
+
mockWrapper.displayName = 'magritte-ref';
|
|
30
|
+
return mockWrapper;
|
|
31
|
+
};
|
|
32
|
+
|
|
33
|
+
// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment
|
|
34
|
+
const { ThemeProvider } = jest.requireActual('@hh.ru/magritte-ui-theme-provider/index');
|
|
35
|
+
const Input = mockComponent('ChipsTrigger', undefined, {
|
|
36
|
+
withChildren: false,
|
|
37
|
+
});
|
|
38
|
+
|
|
39
|
+
export { Input, ThemeProvider };
|
|
40
|
+
//# sourceMappingURL=index.mock.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.mock.js","sources":["../../mock-component/lib/setupMockComponent.js","../src/index.mock.ts"],"sourcesContent":["import { jsxs, jsx } from 'react/jsx-runtime';\nimport { forwardRef } from 'react';\n\nfunction enhance(mockComponent, staticProps) {\n // удаляем внутренний свойства реакта, чтобы не перезаписать ими mockComponent\n delete staticProps.type;\n delete staticProps.$$typeof;\n delete staticProps.render;\n for (const prop in staticProps) {\n mockComponent[prop] = staticProps[prop];\n }\n}\nconst MockComponent = ({ style, ...props }) => (\n// eslint-disable-next-line @typescript-eslint/ban-ts-comment\n// @ts-ignore\n// eslint-disable-next-line react/jsx-no-undef\njsx(\"Magritte-component-mock\", { \"style-data\": style, ...props }));\nconst MockComponentRenderProp = ({ style, ...props }) => (\n// eslint-disable-next-line @typescript-eslint/ban-ts-comment\n// @ts-ignore\n// eslint-disable-next-line react/jsx-no-undef\njsx(\"Magritte-component-mock-render-prop\", { \"style-data\": style, ...props }));\n/**\n * Возвращает mock React компонента\n */\nconst mockComponent = (componentName, staticProps = {}, { withChildren, innerDependence } = {}) => {\n const mockWrapper = forwardRef(({ children, ...props }, ref) => {\n return (\n // eslint-disable-next-line react/jsx-no-undef\n jsxs(MockComponent, { ...props, _component: componentName, children: [innerDependence ? innerDependence(props, ref) : null, withChildren ? children : null] }));\n });\n staticProps && enhance(mockWrapper, staticProps);\n mockWrapper.displayName = 'magritte-ref';\n return mockWrapper;\n};\n/**\n * Возвращает mock React компонента, который рендерит переданный в него пропс render\n *\n * @param {String} componentName наименование компонента\n * @param {Object} [staticProps] объект со свойствами, которыми необходимо усилить mock\n * @param {Object} [options] параметры мока\n * @param {boolean} [options.withChildren] флаг отвечает за рендеринг children компонента\n * @param {React.Component} [options.innerDependence] Реакт компонент, который рендерится внутри мока.\n * Необходим, когда mock компоненту требуется иметь\n * дополнительные элементы\n */\nconst mockComponentRenderProp = (componentName, staticProps, { withChildren, innerDependence, renderArguments } = { renderArguments: [] }) => {\n const mockWrapper = ({ render, children, ...props }) => (jsxs(MockComponentRenderProp, { ...props, _component: componentName, children: [innerDependence ? innerDependence(props) : null, withChildren ? children : null, render?.(...(renderArguments || []))] }));\n staticProps && enhance(mockWrapper, staticProps);\n mockWrapper.displayName = 'magritte-component-mock-render-prop';\n return mockWrapper;\n};\n\nexport { mockComponent, mockComponentRenderProp };\n//# sourceMappingURL=setupMockComponent.js.map\n","import { ForwardRefExoticComponent } from 'react';\n\nimport { mockComponent } from '@hh.ru/magritte-ui-mock-component';\n\nexport type * from '@hh.ru/magritte-ui-chips-trigger/types';\n\n// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment\nconst { ThemeProvider } = jest.requireActual('@hh.ru/magritte-ui-theme-provider/index');\n\nexport { ThemeProvider };\n\nexport const Input: ForwardRefExoticComponent<Record<string, unknown>> = mockComponent('ChipsTrigger', undefined, {\n withChildren: false,\n});\n"],"names":[],"mappings":";;;AAGA,SAAS,OAAO,CAAC,aAAa,EAAE,WAAW,EAAE;AAC7C;AACA,IAAI,OAAO,WAAW,CAAC,IAAI,CAAC;AAC5B,IAAI,OAAO,WAAW,CAAC,QAAQ,CAAC;AAChC,IAAI,OAAO,WAAW,CAAC,MAAM,CAAC;AAC9B,IAAI,KAAK,MAAM,IAAI,IAAI,WAAW,EAAE;AACpC,QAAQ,aAAa,CAAC,IAAI,CAAC,GAAG,WAAW,CAAC,IAAI,CAAC,CAAC;AAChD,KAAK;AACL,CAAC;AACD,MAAM,aAAa,GAAG,CAAC,EAAE,KAAK,EAAE,GAAG,KAAK,EAAE;AAC1C;AACA;AACA;AACA,GAAG,CAAC,yBAAyB,EAAE,EAAE,YAAY,EAAE,KAAK,EAAE,GAAG,KAAK,EAAE,CAAC,CAAC,CAAC;AAMnE;AACA;AACA;AACA,MAAM,aAAa,GAAG,CAAC,aAAa,EAAE,WAAW,GAAG,EAAE,EAAE,EAAE,YAAY,EAAE,eAAe,EAAE,GAAG,EAAE,KAAK;AACnG,IAAI,MAAM,WAAW,GAAG,UAAU,CAAC,CAAC,EAAE,QAAQ,EAAE,GAAG,KAAK,EAAE,EAAE,GAAG,KAAK;AACpE,QAAQ;AACR;AACA,QAAQ,IAAI,CAAC,aAAa,EAAE,EAAE,GAAG,KAAK,EAAE,UAAU,EAAE,aAAa,EAAE,QAAQ,EAAE,CAAC,eAAe,GAAG,eAAe,CAAC,KAAK,EAAE,GAAG,CAAC,GAAG,IAAI,EAAE,YAAY,GAAG,QAAQ,GAAG,IAAI,CAAC,EAAE,CAAC,EAAE;AACxK,KAAK,CAAC,CAAC;AACP,IAAI,WAAW,IAAI,OAAO,CAAC,WAAW,EAAE,WAAW,CAAC,CAAC;AACrD,IAAI,WAAW,CAAC,WAAW,GAAG,cAAc,CAAC;AAC7C,IAAI,OAAO,WAAW,CAAC;AACvB,CAAC;;AC5BD;AACM,MAAA,EAAE,aAAa,EAAE,GAAG,IAAI,CAAC,aAAa,CAAC,yCAAyC,EAAE;MAI3E,KAAK,GAAuD,aAAa,CAAC,cAAc,EAAE,SAAS,EAAE;AAC9G,IAAA,YAAY,EAAE,KAAK;AACtB,CAAA;;;;"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hh.ru/magritte-ui-chips-trigger",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.2",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"types": "index.d.ts",
|
|
6
6
|
"sideEffects": [
|
|
@@ -30,10 +30,11 @@
|
|
|
30
30
|
"@hh.ru/magritte-common-keyboard": "4.0.2",
|
|
31
31
|
"@hh.ru/magritte-common-use-multiple-refs": "1.1.4",
|
|
32
32
|
"@hh.ru/magritte-ui-breakpoint": "4.0.4",
|
|
33
|
-
"@hh.ru/magritte-ui-chips": "5.2.
|
|
34
|
-
"@hh.ru/magritte-ui-form-helper": "1.0.
|
|
35
|
-
"@hh.ru/magritte-ui-icon": "7.9.
|
|
36
|
-
"@hh.ru/magritte-ui-input": "7.0.
|
|
33
|
+
"@hh.ru/magritte-ui-chips": "5.2.21",
|
|
34
|
+
"@hh.ru/magritte-ui-form-helper": "1.0.13",
|
|
35
|
+
"@hh.ru/magritte-ui-icon": "7.9.3",
|
|
36
|
+
"@hh.ru/magritte-ui-input": "7.0.3",
|
|
37
|
+
"@hh.ru/magritte-ui-theme-provider": "1.1.31"
|
|
37
38
|
},
|
|
38
|
-
"gitHead": "
|
|
39
|
+
"gitHead": "fdb80d92b5a45a1f8d9652ba486e2c872504b759"
|
|
39
40
|
}
|