@salutejs/plasma-web 1.579.1-canary.1940.14711739618.0 → 1.579.1-canary.1940.14719818996.0
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.
@@ -1,288 +1,2 @@
|
|
1
1
|
/// <reference types="react" />
|
2
|
-
export declare const Autocomplete: import("react").FunctionComponent<
|
3
|
-
view: {
|
4
|
-
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
5
|
-
positive: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
6
|
-
warning: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
7
|
-
negative: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
8
|
-
};
|
9
|
-
size: {
|
10
|
-
l: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
11
|
-
m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
12
|
-
s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
13
|
-
xs: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
14
|
-
};
|
15
|
-
labelPlacement: {
|
16
|
-
inner: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
17
|
-
outer: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
18
|
-
};
|
19
|
-
hintView: {
|
20
|
-
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
21
|
-
};
|
22
|
-
hintSize: {
|
23
|
-
m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
24
|
-
s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
25
|
-
};
|
26
|
-
disabled: {
|
27
|
-
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
28
|
-
};
|
29
|
-
readOnly: {
|
30
|
-
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
31
|
-
};
|
32
|
-
}> & ((import("@salutejs/plasma-new-hope/types/components/Autocomplete/Autocomplete.types").BaseProps & Omit<{
|
33
|
-
titleCaption?: import("react").ReactNode;
|
34
|
-
leftHelper?: import("react").ReactNode;
|
35
|
-
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
36
|
-
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
37
|
-
textBefore?: string | undefined;
|
38
|
-
textAfter?: string | undefined;
|
39
|
-
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
40
|
-
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").RequiredProps & {
|
41
|
-
clear?: boolean | undefined;
|
42
|
-
hasDivider?: boolean | undefined;
|
43
|
-
} & {
|
44
|
-
hintText: string;
|
45
|
-
hintTrigger?: "hover" | "click" | undefined;
|
46
|
-
hintView?: string | undefined;
|
47
|
-
hintSize?: string | undefined;
|
48
|
-
hintTargetIcon?: import("react").ReactNode;
|
49
|
-
hintTargetPlacement?: "outer" | "inner" | undefined;
|
50
|
-
hintPlacement?: import("@salutejs/plasma-new-hope/styled-components").PopoverPlacement | import("@salutejs/plasma-new-hope/styled-components").PopoverPlacementBasic[] | undefined;
|
51
|
-
hintHasArrow?: boolean | undefined;
|
52
|
-
hintOffset?: [number, number] | undefined;
|
53
|
-
hintWidth?: string | undefined;
|
54
|
-
hintContentLeft?: import("react").ReactNode;
|
55
|
-
} & {
|
56
|
-
chips?: undefined;
|
57
|
-
onChangeChips?: undefined;
|
58
|
-
enumerationType?: "plain" | undefined;
|
59
|
-
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
60
|
-
chipType?: undefined;
|
61
|
-
chipView?: undefined;
|
62
|
-
chipValidator?: undefined;
|
63
|
-
}, "labelPlacement" | "enumerationType" | "chipType" | "chipView" | "chips" | "onChangeChips" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | (import("@salutejs/plasma-new-hope/types/components/Autocomplete/Autocomplete.types").BaseProps & Omit<{
|
64
|
-
titleCaption?: import("react").ReactNode;
|
65
|
-
leftHelper?: import("react").ReactNode;
|
66
|
-
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
67
|
-
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
68
|
-
textBefore?: string | undefined;
|
69
|
-
textAfter?: string | undefined;
|
70
|
-
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
71
|
-
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").RequiredProps & {
|
72
|
-
clear?: boolean | undefined;
|
73
|
-
hasDivider?: boolean | undefined;
|
74
|
-
} & {
|
75
|
-
hintText: string;
|
76
|
-
hintTrigger?: "hover" | "click" | undefined;
|
77
|
-
hintView?: string | undefined;
|
78
|
-
hintSize?: string | undefined;
|
79
|
-
hintTargetIcon?: import("react").ReactNode;
|
80
|
-
hintTargetPlacement?: "outer" | "inner" | undefined;
|
81
|
-
hintPlacement?: import("@salutejs/plasma-new-hope/styled-components").PopoverPlacement | import("@salutejs/plasma-new-hope/styled-components").PopoverPlacementBasic[] | undefined;
|
82
|
-
hintHasArrow?: boolean | undefined;
|
83
|
-
hintOffset?: [number, number] | undefined;
|
84
|
-
hintWidth?: string | undefined;
|
85
|
-
hintContentLeft?: import("react").ReactNode;
|
86
|
-
} & {
|
87
|
-
enumerationType: "chip";
|
88
|
-
onSearch?: undefined;
|
89
|
-
chips?: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
90
|
-
onChangeChips?: ((value: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
91
|
-
chipType?: "default" | "text" | undefined;
|
92
|
-
chipView?: string | undefined;
|
93
|
-
chipValidator?: ((value: string) => {
|
94
|
-
view?: string | undefined;
|
95
|
-
}) | undefined;
|
96
|
-
}, "labelPlacement" | "enumerationType" | "chipType" | "chipView" | "chips" | "onChangeChips" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | (import("@salutejs/plasma-new-hope/types/components/Autocomplete/Autocomplete.types").BaseProps & Omit<{
|
97
|
-
titleCaption?: import("react").ReactNode;
|
98
|
-
leftHelper?: import("react").ReactNode;
|
99
|
-
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
100
|
-
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
101
|
-
textBefore?: string | undefined;
|
102
|
-
textAfter?: string | undefined;
|
103
|
-
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
104
|
-
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").RequiredProps & {
|
105
|
-
clear?: boolean | undefined;
|
106
|
-
hasDivider?: boolean | undefined;
|
107
|
-
} & {
|
108
|
-
hintTrigger?: undefined;
|
109
|
-
hintText?: undefined;
|
110
|
-
hintView?: undefined;
|
111
|
-
hintSize?: undefined;
|
112
|
-
hintTargetIcon?: undefined;
|
113
|
-
hintTargetPlacement?: undefined;
|
114
|
-
hintPlacement?: undefined;
|
115
|
-
hintHasArrow?: undefined;
|
116
|
-
hintOffset?: undefined;
|
117
|
-
hintWidth?: undefined;
|
118
|
-
hintContentLeft?: undefined;
|
119
|
-
} & {
|
120
|
-
chips?: undefined;
|
121
|
-
onChangeChips?: undefined;
|
122
|
-
enumerationType?: "plain" | undefined;
|
123
|
-
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
124
|
-
chipType?: undefined;
|
125
|
-
chipView?: undefined;
|
126
|
-
chipValidator?: undefined;
|
127
|
-
}, "labelPlacement" | "enumerationType" | "chipType" | "chipView" | "chips" | "onChangeChips" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | (import("@salutejs/plasma-new-hope/types/components/Autocomplete/Autocomplete.types").BaseProps & Omit<{
|
128
|
-
titleCaption?: import("react").ReactNode;
|
129
|
-
leftHelper?: import("react").ReactNode;
|
130
|
-
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
131
|
-
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
132
|
-
textBefore?: string | undefined;
|
133
|
-
textAfter?: string | undefined;
|
134
|
-
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
135
|
-
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").RequiredProps & {
|
136
|
-
clear?: boolean | undefined;
|
137
|
-
hasDivider?: boolean | undefined;
|
138
|
-
} & {
|
139
|
-
hintTrigger?: undefined;
|
140
|
-
hintText?: undefined;
|
141
|
-
hintView?: undefined;
|
142
|
-
hintSize?: undefined;
|
143
|
-
hintTargetIcon?: undefined;
|
144
|
-
hintTargetPlacement?: undefined;
|
145
|
-
hintPlacement?: undefined;
|
146
|
-
hintHasArrow?: undefined;
|
147
|
-
hintOffset?: undefined;
|
148
|
-
hintWidth?: undefined;
|
149
|
-
hintContentLeft?: undefined;
|
150
|
-
} & {
|
151
|
-
enumerationType: "chip";
|
152
|
-
onSearch?: undefined;
|
153
|
-
chips?: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
154
|
-
onChangeChips?: ((value: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
155
|
-
chipType?: "default" | "text" | undefined;
|
156
|
-
chipView?: string | undefined;
|
157
|
-
chipValidator?: ((value: string) => {
|
158
|
-
view?: string | undefined;
|
159
|
-
}) | undefined;
|
160
|
-
}, "labelPlacement" | "enumerationType" | "chipType" | "chipView" | "chips" | "onChangeChips" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | (import("@salutejs/plasma-new-hope/types/components/Autocomplete/Autocomplete.types").BaseProps & Omit<{
|
161
|
-
titleCaption?: import("react").ReactNode;
|
162
|
-
leftHelper?: import("react").ReactNode;
|
163
|
-
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
164
|
-
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
165
|
-
textBefore?: string | undefined;
|
166
|
-
textAfter?: string | undefined;
|
167
|
-
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
168
|
-
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").RequiredProps & {
|
169
|
-
clear?: false | undefined;
|
170
|
-
hasDivider?: undefined;
|
171
|
-
} & {
|
172
|
-
hintText: string;
|
173
|
-
hintTrigger?: "hover" | "click" | undefined;
|
174
|
-
hintView?: string | undefined;
|
175
|
-
hintSize?: string | undefined;
|
176
|
-
hintTargetIcon?: import("react").ReactNode;
|
177
|
-
hintTargetPlacement?: "outer" | "inner" | undefined;
|
178
|
-
hintPlacement?: import("@salutejs/plasma-new-hope/styled-components").PopoverPlacement | import("@salutejs/plasma-new-hope/styled-components").PopoverPlacementBasic[] | undefined;
|
179
|
-
hintHasArrow?: boolean | undefined;
|
180
|
-
hintOffset?: [number, number] | undefined;
|
181
|
-
hintWidth?: string | undefined;
|
182
|
-
hintContentLeft?: import("react").ReactNode;
|
183
|
-
} & {
|
184
|
-
chips?: undefined;
|
185
|
-
onChangeChips?: undefined;
|
186
|
-
enumerationType?: "plain" | undefined;
|
187
|
-
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
188
|
-
chipType?: undefined;
|
189
|
-
chipView?: undefined;
|
190
|
-
chipValidator?: undefined;
|
191
|
-
}, "labelPlacement" | "enumerationType" | "chipType" | "chipView" | "chips" | "onChangeChips" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | (import("@salutejs/plasma-new-hope/types/components/Autocomplete/Autocomplete.types").BaseProps & Omit<{
|
192
|
-
titleCaption?: import("react").ReactNode;
|
193
|
-
leftHelper?: import("react").ReactNode;
|
194
|
-
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
195
|
-
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
196
|
-
textBefore?: string | undefined;
|
197
|
-
textAfter?: string | undefined;
|
198
|
-
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
199
|
-
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").RequiredProps & {
|
200
|
-
clear?: false | undefined;
|
201
|
-
hasDivider?: undefined;
|
202
|
-
} & {
|
203
|
-
hintText: string;
|
204
|
-
hintTrigger?: "hover" | "click" | undefined;
|
205
|
-
hintView?: string | undefined;
|
206
|
-
hintSize?: string | undefined;
|
207
|
-
hintTargetIcon?: import("react").ReactNode;
|
208
|
-
hintTargetPlacement?: "outer" | "inner" | undefined;
|
209
|
-
hintPlacement?: import("@salutejs/plasma-new-hope/styled-components").PopoverPlacement | import("@salutejs/plasma-new-hope/styled-components").PopoverPlacementBasic[] | undefined;
|
210
|
-
hintHasArrow?: boolean | undefined;
|
211
|
-
hintOffset?: [number, number] | undefined;
|
212
|
-
hintWidth?: string | undefined;
|
213
|
-
hintContentLeft?: import("react").ReactNode;
|
214
|
-
} & {
|
215
|
-
enumerationType: "chip";
|
216
|
-
onSearch?: undefined;
|
217
|
-
chips?: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
218
|
-
onChangeChips?: ((value: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
219
|
-
chipType?: "default" | "text" | undefined;
|
220
|
-
chipView?: string | undefined;
|
221
|
-
chipValidator?: ((value: string) => {
|
222
|
-
view?: string | undefined;
|
223
|
-
}) | undefined;
|
224
|
-
}, "labelPlacement" | "enumerationType" | "chipType" | "chipView" | "chips" | "onChangeChips" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | (import("@salutejs/plasma-new-hope/types/components/Autocomplete/Autocomplete.types").BaseProps & Omit<{
|
225
|
-
titleCaption?: import("react").ReactNode;
|
226
|
-
leftHelper?: import("react").ReactNode;
|
227
|
-
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
228
|
-
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
229
|
-
textBefore?: string | undefined;
|
230
|
-
textAfter?: string | undefined;
|
231
|
-
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
232
|
-
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").RequiredProps & {
|
233
|
-
clear?: false | undefined;
|
234
|
-
hasDivider?: undefined;
|
235
|
-
} & {
|
236
|
-
hintTrigger?: undefined;
|
237
|
-
hintText?: undefined;
|
238
|
-
hintView?: undefined;
|
239
|
-
hintSize?: undefined;
|
240
|
-
hintTargetIcon?: undefined;
|
241
|
-
hintTargetPlacement?: undefined;
|
242
|
-
hintPlacement?: undefined;
|
243
|
-
hintHasArrow?: undefined;
|
244
|
-
hintOffset?: undefined;
|
245
|
-
hintWidth?: undefined;
|
246
|
-
hintContentLeft?: undefined;
|
247
|
-
} & {
|
248
|
-
chips?: undefined;
|
249
|
-
onChangeChips?: undefined;
|
250
|
-
enumerationType?: "plain" | undefined;
|
251
|
-
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
252
|
-
chipType?: undefined;
|
253
|
-
chipView?: undefined;
|
254
|
-
chipValidator?: undefined;
|
255
|
-
}, "labelPlacement" | "enumerationType" | "chipType" | "chipView" | "chips" | "onChangeChips" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | (import("@salutejs/plasma-new-hope/types/components/Autocomplete/Autocomplete.types").BaseProps & Omit<{
|
256
|
-
titleCaption?: import("react").ReactNode;
|
257
|
-
leftHelper?: import("react").ReactNode;
|
258
|
-
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
259
|
-
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
260
|
-
textBefore?: string | undefined;
|
261
|
-
textAfter?: string | undefined;
|
262
|
-
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
263
|
-
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").RequiredProps & {
|
264
|
-
clear?: false | undefined;
|
265
|
-
hasDivider?: undefined;
|
266
|
-
} & {
|
267
|
-
hintTrigger?: undefined;
|
268
|
-
hintText?: undefined;
|
269
|
-
hintView?: undefined;
|
270
|
-
hintSize?: undefined;
|
271
|
-
hintTargetIcon?: undefined;
|
272
|
-
hintTargetPlacement?: undefined;
|
273
|
-
hintPlacement?: undefined;
|
274
|
-
hintHasArrow?: undefined;
|
275
|
-
hintOffset?: undefined;
|
276
|
-
hintWidth?: undefined;
|
277
|
-
hintContentLeft?: undefined;
|
278
|
-
} & {
|
279
|
-
enumerationType: "chip";
|
280
|
-
onSearch?: undefined;
|
281
|
-
chips?: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
282
|
-
onChangeChips?: ((value: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
283
|
-
chipType?: "default" | "text" | undefined;
|
284
|
-
chipView?: string | undefined;
|
285
|
-
chipValidator?: ((value: string) => {
|
286
|
-
view?: string | undefined;
|
287
|
-
}) | undefined;
|
288
|
-
}, "labelPlacement" | "enumerationType" | "chipType" | "chipView" | "chips" | "onChangeChips" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>))>;
|
2
|
+
export declare const Autocomplete: import("react").FunctionComponent<any>;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@salutejs/plasma-web",
|
3
|
-
"version": "1.579.1-canary.1940.
|
3
|
+
"version": "1.579.1-canary.1940.14719818996.0",
|
4
4
|
"description": "Salute Design System / React UI kit for web applications",
|
5
5
|
"author": "Salute Frontend Team <salute.developers@gmail.com>",
|
6
6
|
"license": "MIT",
|
@@ -20,9 +20,9 @@
|
|
20
20
|
},
|
21
21
|
"dependencies": {
|
22
22
|
"@salutejs/plasma-core": "1.196.0",
|
23
|
-
"@salutejs/plasma-hope": "1.339.1-canary.1940.
|
24
|
-
"@salutejs/plasma-new-hope": "0.321.1-canary.1940.
|
25
|
-
"@salutejs/plasma-themes": "0.32.1-canary.1940.
|
23
|
+
"@salutejs/plasma-hope": "1.339.1-canary.1940.14719818996.0",
|
24
|
+
"@salutejs/plasma-new-hope": "0.321.1-canary.1940.14719818996.0",
|
25
|
+
"@salutejs/plasma-themes": "0.32.1-canary.1940.14719818996.0",
|
26
26
|
"@salutejs/plasma-tokens-b2b": "1.48.0",
|
27
27
|
"@salutejs/plasma-tokens-b2c": "0.59.0",
|
28
28
|
"@salutejs/plasma-tokens-web": "1.64.0",
|
@@ -51,7 +51,7 @@
|
|
51
51
|
"@salutejs/plasma-colors": "0.15.0",
|
52
52
|
"@salutejs/plasma-cy-utils": "0.127.0",
|
53
53
|
"@salutejs/plasma-icons": "1.217.0",
|
54
|
-
"@salutejs/plasma-sb-utils": "0.196.1-canary.1940.
|
54
|
+
"@salutejs/plasma-sb-utils": "0.196.1-canary.1940.14719818996.0",
|
55
55
|
"@storybook/addon-docs": "7.6.17",
|
56
56
|
"@storybook/addon-essentials": "7.6.17",
|
57
57
|
"@storybook/addons": "7.6.17",
|
@@ -111,5 +111,5 @@
|
|
111
111
|
"Fanil Zubairov"
|
112
112
|
],
|
113
113
|
"sideEffects": false,
|
114
|
-
"gitHead": "
|
114
|
+
"gitHead": "6135c6ed2c739e979009e594fda5233fdc4d1a33"
|
115
115
|
}
|