@salutejs/plasma-web 1.348.0-canary.1292.9863563726.0 → 1.348.1-canary.1294.9868888674.0
Sign up to get free protection for your applications and to get access to all the features.
- package/api/plasma-web.api.md +0 -60
- package/css/cjs/index.css +0 -13
- package/css/cjs/index.js +0 -6
- package/css/cjs/index.js.map +1 -1
- package/css/es/index.css +0 -13
- package/css/es/index.js +1 -2
- package/css/es/index.js.map +1 -1
- package/css/index.d.ts +0 -2
- package/es/index.js +1 -2
- package/index.d.ts +0 -1
- package/index.js +0 -11
- package/package.json +5 -5
- package/temp/plasma-web.api.md +0 -60
- package/components/Autocomplete/Autocomplete.config.d.ts +0 -31
- package/components/Autocomplete/Autocomplete.config.js +0 -40
- package/components/Autocomplete/Autocomplete.d.ts +0 -55
- package/components/Autocomplete/Autocomplete.js +0 -16
- package/components/Autocomplete/index.d.ts +0 -1
- package/components/Autocomplete/index.js +0 -18
- package/css/cjs/components/Autocomplete/Autocomplete.config.js +0 -39
- package/css/cjs/components/Autocomplete/Autocomplete.config.js.map +0 -1
- package/css/cjs/components/Autocomplete/Autocomplete.config_1kdai1k.css +0 -12
- package/css/cjs/components/Autocomplete/Autocomplete.css +0 -12
- package/css/cjs/components/Autocomplete/Autocomplete.js +0 -16
- package/css/cjs/components/Autocomplete/Autocomplete.js.map +0 -1
- package/css/es/components/Autocomplete/Autocomplete.config.js +0 -35
- package/css/es/components/Autocomplete/Autocomplete.config.js.map +0 -1
- package/css/es/components/Autocomplete/Autocomplete.config_1kdai1k.css +0 -12
- package/css/es/components/Autocomplete/Autocomplete.css +0 -12
- package/css/es/components/Autocomplete/Autocomplete.js +0 -9
- package/css/es/components/Autocomplete/Autocomplete.js.map +0 -1
- package/es/components/Autocomplete/Autocomplete.config.js +0 -34
- package/es/components/Autocomplete/Autocomplete.js +0 -5
- package/es/components/Autocomplete/index.js +0 -1
package/api/plasma-web.api.md
CHANGED
@@ -32,14 +32,12 @@ import { AsProps } from '@salutejs/plasma-core';
|
|
32
32
|
import { AsProps as AsProps_2 } from '@salutejs/plasma-new-hope/types/types';
|
33
33
|
import { AudioPlayer } from '@salutejs/plasma-hope';
|
34
34
|
import { AudioPlayerProps } from '@salutejs/plasma-hope';
|
35
|
-
import { AutocompleteEmptyState } from '@salutejs/plasma-new-hope/styled-components';
|
36
35
|
import { AvatarGroupProps } from '@salutejs/plasma-new-hope/styled-components';
|
37
36
|
import { AvatarProps } from '@salutejs/plasma-new-hope/styled-components';
|
38
37
|
import { BadgeProps } from '@salutejs/plasma-new-hope/styled-components';
|
39
38
|
import { BaseboxProps } from '@salutejs/plasma-new-hope/styled-components';
|
40
39
|
import { BaseCallbackChangeInstance } from '@salutejs/plasma-new-hope/types/components/Range/Range.types';
|
41
40
|
import { BaseCallbackKeyboardInstance } from '@salutejs/plasma-new-hope/types/components/Range/Range.types';
|
42
|
-
import { BaseProps } from '@salutejs/plasma-new-hope/types/components/Autocomplete/Autocomplete.types';
|
43
41
|
import { BlurProps } from '@salutejs/plasma-core';
|
44
42
|
import { blurs } from '@salutejs/plasma-core';
|
45
43
|
import { BoldProps } from '@salutejs/plasma-new-hope/types/components/Typography/Typography.types';
|
@@ -145,9 +143,7 @@ import { ImgHTMLAttributes } from 'react';
|
|
145
143
|
import { IndicatorProps } from '@salutejs/plasma-new-hope/styled-components';
|
146
144
|
import { InputHTMLAttributes } from '@salutejs/plasma-core';
|
147
145
|
import { InputHTMLAttributes as InputHTMLAttributes_2 } from '@salutejs/plasma-new-hope/types/types';
|
148
|
-
import { InputHTMLAttributes as InputHTMLAttributes_3 } from 'react';
|
149
146
|
import { JSXElementConstructor } from 'react';
|
150
|
-
import { KeyboardEvent as KeyboardEvent_2 } from 'react';
|
151
147
|
import { LineSkeletonProps } from '@salutejs/plasma-new-hope/styled-components';
|
152
148
|
import { LinkCustomProps } from '@salutejs/plasma-new-hope/types/components/Link/Link';
|
153
149
|
import { List } from '@salutejs/plasma-hope';
|
@@ -377,62 +373,6 @@ export { AudioPlayer }
|
|
377
373
|
|
378
374
|
export { AudioPlayerProps }
|
379
375
|
|
380
|
-
// @public (undocumented)
|
381
|
-
export const Autocomplete: FunctionComponent<PropsType< {
|
382
|
-
view: {
|
383
|
-
default: PolymorphicClassName;
|
384
|
-
positive: PolymorphicClassName;
|
385
|
-
warning: PolymorphicClassName;
|
386
|
-
negative: PolymorphicClassName;
|
387
|
-
};
|
388
|
-
size: {
|
389
|
-
l: PolymorphicClassName;
|
390
|
-
m: PolymorphicClassName;
|
391
|
-
s: PolymorphicClassName;
|
392
|
-
xs: PolymorphicClassName;
|
393
|
-
};
|
394
|
-
labelPlacement: {
|
395
|
-
inner: PolymorphicClassName;
|
396
|
-
outer: PolymorphicClassName;
|
397
|
-
};
|
398
|
-
disabled: {
|
399
|
-
true: PolymorphicClassName;
|
400
|
-
};
|
401
|
-
readOnly: {
|
402
|
-
true: PolymorphicClassName;
|
403
|
-
};
|
404
|
-
}> & ((BaseProps<string | number> & {
|
405
|
-
label?: string | undefined;
|
406
|
-
labelPlacement?: "inner" | "outer" | undefined;
|
407
|
-
leftHelper?: string | undefined;
|
408
|
-
contentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
409
|
-
contentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
410
|
-
textBefore?: string | undefined;
|
411
|
-
textAfter?: string | undefined;
|
412
|
-
onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
|
413
|
-
} & {
|
414
|
-
chips?: undefined;
|
415
|
-
onChangeChips?: undefined;
|
416
|
-
enumerationType?: "plain" | undefined;
|
417
|
-
onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
|
418
|
-
} & Omit<InputHTMLAttributes_3<HTMLInputElement>, "size"> & RefAttributes<HTMLInputElement>) | (BaseProps<string | number> & {
|
419
|
-
label?: string | undefined;
|
420
|
-
labelPlacement?: "inner" | "outer" | undefined;
|
421
|
-
leftHelper?: string | undefined;
|
422
|
-
contentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
423
|
-
contentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
424
|
-
textBefore?: string | undefined;
|
425
|
-
textAfter?: string | undefined;
|
426
|
-
onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
|
427
|
-
} & {
|
428
|
-
enumerationType: "chip";
|
429
|
-
onSearch?: undefined;
|
430
|
-
chips?: TextFieldPrimitiveValue[] | undefined;
|
431
|
-
onChangeChips?: ((value: TextFieldPrimitiveValue[]) => void) | undefined;
|
432
|
-
} & Omit<InputHTMLAttributes_3<HTMLInputElement>, "size"> & RefAttributes<HTMLInputElement>))>;
|
433
|
-
|
434
|
-
export { AutocompleteEmptyState }
|
435
|
-
|
436
376
|
// @public (undocumented)
|
437
377
|
export const Avatar: FunctionComponent<PropsType< {
|
438
378
|
view: {
|
package/css/cjs/index.css
CHANGED
@@ -7,19 +7,6 @@
|
|
7
7
|
|
8
8
|
|
9
9
|
|
10
|
-
.Autocomplete_config_1kdai1k_d15witju__f1bb49d6{--plasma-autocomplete-textfield-color:var(--text-primary);--plasma-autocomplete-textfield-background-color:var(--surface-clear);--plasma-autocomplete-textfield-caret-color:var(--text-accent);--plasma-autocomplete-textfield-placeholder-color:var(--text-secondary);--plasma-autocomplete-textfield__before-text-color:var(--text-tertiary);--plasma-autocomplete-textfield__after-text-color:var(--text-tertiary);--plasma-autocomplete-textfield-label-color:var(--text-primary);--plasma-autocomplete-textfield__left-helper-color:var(--text-secondary);--plasma-autocomplete-textfield-focus-color:var(--text-accent);--plasma-autocomplete-textfield-border-color:var(--surface-transparent-tertiary);--plasma-autocomplete-textfield-border-color-hover:var(--plasma-colors-secondary);--plasma-autocomplete-textfield-border-color-focus:var(--surface-accent);--plasma-autocomplete-background:var(--surface-solid-card);--plasma-autocomplete-box-shadow:var(--shadow-down-soft-s);--plasma-autocomplete-item-background:var(--plasma-colors-transparent);--plasma-autocomplete-item-background-hover:var(--surface-transparent-secondary);--plasma-autocomplete-item-color:var(--text-primary);--plasma-autocomplete-focus-color:var(--surface-accent);--plasma-autocomplete-infinite-loader-spinner-color:var(--text-primary);}
|
11
|
-
.Autocomplete_config_1kdai1k_p23ewyp__f1bb49d6{--plasma-autocomplete-textfield-color:var(--text-primary);--plasma-autocomplete-textfield-background-color:var(--surface-clear);--plasma-autocomplete-textfield-caret-color:var(--text-accent);--plasma-autocomplete-textfield-placeholder-color:var(--text-secondary);--plasma-autocomplete-textfield__before-text-color:var(--text-tertiary);--plasma-autocomplete-textfield__after-text-color:var(--text-tertiary);--plasma-autocomplete-textfield-label-color:var(--text-primary);--plasma-autocomplete-textfield__left-helper-color:var(--text-positive);--plasma-autocomplete-textfield-focus-color:var(--text-accent);--plasma-autocomplete-textfield-border-color:var(--surface-positive);--plasma-autocomplete-textfield-border-color-hover:var(--surface-positive);--plasma-autocomplete-textfield-border-color-focus:var(--surface-accent);--plasma-autocomplete-background:var(--surface-solid-card);--plasma-autocomplete-box-shadow:var(--shadow-down-soft-s);--plasma-autocomplete-item-background:var(--plasma-colors-transparent);--plasma-autocomplete-item-background-hover:var(--surface-transparent-secondary);--plasma-autocomplete-item-color:var(--text-primary);--plasma-autocomplete-focus-color:var(--surface-accent);--plasma-autocomplete-infinite-loader-spinner-color:var(--text-primary);}
|
12
|
-
.Autocomplete_config_1kdai1k_w19hpt9v__f1bb49d6{--plasma-autocomplete-textfield-color:var(--text-primary);--plasma-autocomplete-textfield-background-color:var(--surface-clear);--plasma-autocomplete-textfield-background-color-focus:var(--surface-transparent-warning-active);--plasma-autocomplete-textfield-caret-color:var(--text-accent);--plasma-autocomplete-textfield-placeholder-color:var(--text-secondary);--plasma-autocomplete-textfield__before-text-color:var(--text-tertiary);--plasma-autocomplete-textfield__after-text-color:var(--text-tertiary);--plasma-autocomplete-textfield-label-color:var(--text-primary);--plasma-autocomplete-textfield__left-helper-color:var(--text-warning);--plasma-autocomplete-textfield-focus-color:var(--text-accent);--plasma-autocomplete-textfield-border-color:var(--surface-warning);--plasma-autocomplete-textfield-border-color-hover:var(--surface-warning);--plasma-autocomplete-textfield-border-color-focus:var(--surface-accent);--plasma-autocomplete-background:var(--surface-solid-card);--plasma-autocomplete-box-shadow:var(--shadow-down-soft-s);--plasma-autocomplete-item-background:var(--plasma-colors-transparent);--plasma-autocomplete-item-background-hover:var(--surface-transparent-secondary);--plasma-autocomplete-item-color:var(--text-primary);--plasma-autocomplete-focus-color:var(--surface-accent);--plasma-autocomplete-infinite-loader-spinner-color:var(--text-primary);}
|
13
|
-
.Autocomplete_config_1kdai1k_nsso48m__f1bb49d6{--plasma-autocomplete-textfield-color:var(--text-primary);--plasma-autocomplete-textfield-background-color:var(--surface-clear);--plasma-autocomplete-textfield-background-color-focus:var(--surface-transparent-negative-active);--plasma-autocomplete-textfield-caret-color:var(--text-accent);--plasma-autocomplete-textfield-placeholder-color:var(--text-secondary);--plasma-autocomplete-textfield__before-text-color:var(--text-tertiary);--plasma-autocomplete-textfield__after-text-color:var(--text-tertiary);--plasma-autocomplete-textfield-label-color:var(--text-primary);--plasma-autocomplete-textfield__left-helper-color:var(--text-negative);--plasma-autocomplete-textfield-focus-color:var(--text-accent);--plasma-autocomplete-textfield-border-color:var(--surface-negative);--plasma-autocomplete-textfield-border-color-hover:var(--surface-negative);--plasma-autocomplete-textfield-border-color-focus:var(--surface-accent);--plasma-autocomplete-background:var(--surface-solid-card);--plasma-autocomplete-box-shadow:var(--shadow-down-soft-s);--plasma-autocomplete-item-background:var(--plasma-colors-transparent);--plasma-autocomplete-item-background-hover:var(--surface-transparent-secondary);--plasma-autocomplete-item-color:var(--text-primary);--plasma-autocomplete-focus-color:var(--surface-accent);--plasma-autocomplete-infinite-loader-spinner-color:var(--text-primary);}
|
14
|
-
.Autocomplete_config_1kdai1k_l1lgbia2__f1bb49d6{--plasma-autocomplete-textfield-height:3.5rem;--plasma-autocomplete-textfield-padding:1.0625rem 1.125rem 1.0625rem 1.125rem;--plasma-autocomplete-textfield-border-radius:0.875rem;--plasma-autocomplete-textfield-border-width:0.0625rem;--plasma-autocomplete-textfield__left-content-margin:-0.0625rem 0.5rem -0.0625rem -0.125rem;--plasma-autocomplete-textfield__right-content-margin:-0.0625rem -0.125rem -0.0625rem 0.75rem;--plasma-autocomplete-textfield__before-text-margin:0 0.25rem 0 0;--plasma-autocomplete-textfield__after-text-margin:0 0 0 0.25rem;--plasma-autocomplete-textfield-font-family:var(--plasma-typo-body-l-font-family);--plasma-autocomplete-textfield-font-size:var(--plasma-typo-body-l-font-size);--plasma-autocomplete-textfield-font-style:var(--plasma-typo-body-l-font-style);--plasma-autocomplete-textfield-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-autocomplete-textfield-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-autocomplete-textfield-line-height:var(--plasma-typo-body-l-line-height);--plasma-autocomplete-textfield__label-offset:0.75rem;--plasma-autocomplete-textfield__label-font-family:var(--plasma-typo-body-l-font-family);--plasma-autocomplete-textfield__label-font-size:var(--plasma-typo-body-l-font-size);--plasma-autocomplete-textfield__label-font-style:var(--plasma-typo-body-l-font-style);--plasma-autocomplete-textfield__label-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-autocomplete-textfield__label-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-autocomplete-textfield__label-line-height:var(--plasma-typo-body-l-line-height);--plasma-autocomplete-textfield__left-helper-offset:0.25rem;--plasma-autocomplete-textfield__left-helper-font-family:var(--plasma-typo-body-xs-font-family);--plasma-autocomplete-textfield__left-helper-font-size:var(--plasma-typo-body-xs-font-size);--plasma-autocomplete-textfield__left-helper-font-style:var(--plasma-typo-body-xs-font-style);--plasma-autocomplete-textfield__left-helper-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-autocomplete-textfield__left-helper-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-autocomplete-textfield__left-helper-line-height:var(--plasma-typo-body-xs-line-height);--plasma-autocomplete-textfield-placement_inner__label-padding:0.5625rem 0 0.125rem 0;--plasma-autocomplete-textfield-placement_inner__content-padding:1.5625rem 0 0.5625rem 0;--plasma-autocomplete-border-radius:0.875rem;--plasma-autocomplete-padding:0.125rem;--plasma-autocomplete-item-padding:1.0625rem 1rem;--plasma-autocomplete-item-border-radius:0.75rem;--plasma-autocomplete-item-font-family:var(--plasma-typo-body-l-font-family);--plasma-autocomplete-item-font-size:var(--plasma-typo-body-l-font-size);--plasma-autocomplete-item-font-style:var(--plasma-typo-body-l-font-style);--plasma-autocomplete-item-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-autocomplete-item-font-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-autocomplete-item-font-line-height:var(--plasma-typo-body-l-line-height);--plasma-autocomplete-empty-state-padding:2rem 1rem 1rem 1rem;--plasma-autocomplete-empty-state-gap:0.5rem;--plasma-autocomplete-infinite-loader-spinner-size:1.5rem;--plasma-autocomplete-infinite-loader-gap:0.5rem;}
|
15
|
-
.Autocomplete_config_1kdai1k_mfonypc__f1bb49d6{--plasma-autocomplete-textfield-height:3rem;--plasma-autocomplete-textfield-padding:0.875rem 1rem 0.875rem 1rem;--plasma-autocomplete-textfield-border-radius:0.75rem;--plasma-autocomplete-textfield-border-width:0.0625rem;--plasma-autocomplete-textfield__left-content-margin:-0.125rem 0.375rem -0.125rem -0.125rem;--plasma-autocomplete-textfield__right-content-margin:-0.125rem -0.125rem -0.125rem 0.75rem;--plasma-autocomplete-textfield__before-text-margin:0 0.25rem 0 0;--plasma-autocomplete-textfield__after-text-margin:0 0 0 0.25rem;--plasma-autocomplete-textfield-font-family:var(--plasma-typo-body-m-font-family);--plasma-autocomplete-textfield-font-size:var(--plasma-typo-body-m-font-size);--plasma-autocomplete-textfield-font-style:var(--plasma-typo-body-m-font-style);--plasma-autocomplete-textfield-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-autocomplete-textfield-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-autocomplete-textfield-line-height:var(--plasma-typo-body-m-line-height);--plasma-autocomplete-textfield__label-offset:0.625rem;--plasma-autocomplete-textfield__label-font-family:var(--plasma-typo-body-m-font-family);--plasma-autocomplete-textfield__label-font-size:var(--plasma-typo-body-m-font-size);--plasma-autocomplete-textfield__label-font-style:var(--plasma-typo-body-m-font-style);--plasma-autocomplete-textfield__label-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-autocomplete-textfield__label-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-autocomplete-textfield__label-line-height:var(--plasma-typo-body-m-line-height);--plasma-autocomplete-textfield__left-helper-offset:0.25rem;--plasma-autocomplete-textfield__left-helper-font-family:var(--plasma-typo-body-xs-font-family);--plasma-autocomplete-textfield__left-helper-font-size:var(--plasma-typo-body-xs-font-size);--plasma-autocomplete-textfield__left-helper-font-style:var(--plasma-typo-body-xs-font-style);--plasma-autocomplete-textfield__left-helper-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-autocomplete-textfield__left-helper-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-autocomplete-textfield__left-helper-line-height:var(--plasma-typo-body-xs-line-height);--plasma-autocomplete-textfield-placement_inner__label-padding:0.375rem 0 0.125rem 0;--plasma-autocomplete-textfield-placement_inner__content-padding:1.375rem 0 0.375rem 0;--plasma-autocomplete-border-radius:0.75rem;--plasma-autocomplete-padding:0.125rem;--plasma-autocomplete-item-padding:0.875rem 0.875rem 0.875rem 0.875rem;--plasma-autocomplete-item-border-radius:0.625rem;--plasma-autocomplete-item-font-family:var(--plasma-typo-body-m-font-family);--plasma-autocomplete-item-font-size:var(--plasma-typo-body-m-font-size);--plasma-autocomplete-item-font-style:var(--plasma-typo-body-m-font-style);--plasma-autocomplete-item-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-autocomplete-item-font-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-autocomplete-item-font-line-height:var(--plasma-typo-body-m-line-height);--plasma-autocomplete-empty-state-padding:1.625rem 0.875rem 0.875rem 0.875rem;--plasma-autocomplete-empty-state-gap:0.375rem;--plasma-autocomplete-infinite-loader-spinner-size:1.5rem;--plasma-autocomplete-infinite-loader-gap:0.375rem;}
|
16
|
-
.Autocomplete_config_1kdai1k_s16l59bm__f1bb49d6{--plasma-autocomplete-textfield-height:2.5rem;--plasma-autocomplete-textfield-padding:0.6875rem 0.875rem 0.6875rem 0.875rem;--plasma-autocomplete-textfield-border-radius:0.625rem;--plasma-autocomplete-textfield-border-width:0.0625rem;--plasma-autocomplete-textfield__left-content-margin:-0.1875rem 0.25rem -0.1875rem -0.125rem;--plasma-autocomplete-textfield__right-content-margin:-0.1875rem -0.125rem -0.1875rem 0.75rem;--plasma-autocomplete-textfield__before-text-margin:0 0.25rem 0 0;--plasma-autocomplete-textfield__after-text-margin:0 0 0 0.25rem;--plasma-autocomplete-textfield-font-family:var(--plasma-typo-body-s-font-family);--plasma-autocomplete-textfield-font-size:var(--plasma-typo-body-s-font-size);--plasma-autocomplete-textfield-font-style:var(--plasma-typo-body-s-font-style);--plasma-autocomplete-textfield-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-autocomplete-textfield-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-autocomplete-textfield-line-height:var(--plasma-typo-body-s-line-height);--plasma-autocomplete-textfield__label-offset:0.5rem;--plasma-autocomplete-textfield__label-font-family:var(--plasma-typo-body-s-font-family);--plasma-autocomplete-textfield__label-font-size:var(--plasma-typo-body-s-font-size);--plasma-autocomplete-textfield__label-font-style:var(--plasma-typo-body-s-font-style);--plasma-autocomplete-textfield__label-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-autocomplete-textfield__label-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-autocomplete-textfield__label-line-height:var(--plasma-typo-body-s-line-height);--plasma-autocomplete-textfield__left-helper-offset:0.25rem;--plasma-autocomplete-textfield__left-helper-font-family:var(--plasma-typo-body-xs-font-family);--plasma-autocomplete-textfield__left-helper-font-size:var(--plasma-typo-body-xs-font-size);--plasma-autocomplete-textfield__left-helper-font-style:var(--plasma-typo-body-xs-font-style);--plasma-autocomplete-textfield__left-helper-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-autocomplete-textfield__left-helper-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-autocomplete-textfield__left-helper-line-height:var(--plasma-typo-body-xs-line-height);--plasma-autocomplete-textfield-placement_inner__label-padding:0.3125rem 0 0 0;--plasma-autocomplete-textfield-placement_inner__content-padding:1.0625rem 0 0.3125rem 0;--plasma-autocomplete-border-radius:0.625rem;--plasma-autocomplete-padding:0.125rem;--plasma-autocomplete-item-padding:0.6875rem 0.75rem;--plasma-autocomplete-item-border-radius:0.5rem;--plasma-autocomplete-item-font-family:var(--plasma-typo-body-s-font-family);--plasma-autocomplete-item-font-size:var(--plasma-typo-body-s-font-size);--plasma-autocomplete-item-font-style:var(--plasma-typo-body-s-font-style);--plasma-autocomplete-item-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-autocomplete-item-font-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-autocomplete-item-font-line-height:var(--plasma-typo-body-s-line-height);--plasma-autocomplete-empty-state-padding:1.375rem 0.625rem 0.625rem 0.625rem;--plasma-autocomplete-empty-state-gap:0.25rem;--plasma-autocomplete-infinite-loader-spinner-size:1.5rem;--plasma-autocomplete-infinite-loader-gap:0.25rem;}
|
17
|
-
.Autocomplete_config_1kdai1k_xuxefna__f1bb49d6{--plasma-autocomplete-textfield-height:2rem;--plasma-autocomplete-textfield-padding:0.5625rem 0.625rem 0.5625rem 0.625rem;--plasma-autocomplete-textfield-border-radius:0.5rem;--plasma-autocomplete-textfield-border-width:0.0625rem;--plasma-autocomplete-textfield__left-content-margin:-0.0625rem 0.25rem -0.0625rem -0.125rem;--plasma-autocomplete-textfield__right-content-margin:-0.0625rem -0.125rem -0.0625rem 0.75rem;--plasma-autocomplete-textfield__before-text-margin:0 0.25rem 0 0;--plasma-autocomplete-textfield__after-text-margin:0 0 0 0.25rem;--plasma-autocomplete-textfield-font-family:var(--plasma-typo-body-xs-font-family);--plasma-autocomplete-textfield-font-size:var(--plasma-typo-body-xs-font-size);--plasma-autocomplete-textfield-font-style:var(--plasma-typo-body-xs-font-style);--plasma-autocomplete-textfield-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-autocomplete-textfield-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-autocomplete-textfield-line-height:var(--plasma-typo-body-xs-line-height);--plasma-autocomplete-textfield__label-offset:0.375rem;--plasma-autocomplete-textfield__label-font-family:var(--plasma-typo-body-xs-font-family);--plasma-autocomplete-textfield__label-font-size:var(--plasma-typo-body-xs-font-size);--plasma-autocomplete-textfield__label-font-style:var(--plasma-typo-body-xs-font-style);--plasma-autocomplete-textfield__label-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-autocomplete-textfield__label-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-autocomplete-textfield__label-line-height:var(--plasma-typo-body-xs-line-height);--plasma-autocomplete-textfield__left-helper-offset:0.25rem;--plasma-autocomplete-textfield__left-helper-font-family:var(--plasma-typo-body-xs-font-family);--plasma-autocomplete-textfield__left-helper-font-size:var(--plasma-typo-body-xs-font-size);--plasma-autocomplete-textfield__left-helper-font-style:var(--plasma-typo-body-xs-font-style);--plasma-autocomplete-textfield__left-helper-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-autocomplete-textfield__left-helper-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-autocomplete-textfield__left-helper-line-height:var(--plasma-typo-body-xs-line-height);--plasma-autocomplete-textfield-placement_inner__label-padding:0.3125rem 0 0 0;--plasma-autocomplete-textfield-placement_inner__content-padding:1.0625rem 0 0.3125rem 0;--plasma-autocomplete-border-radius:0.5rem;--plasma-autocomplete-padding:0.125rem;--plasma-autocomplete-item-padding:0.5625rem 0.5rem;--plasma-autocomplete-item-border-radius:0.5rem;--plasma-autocomplete-item-font-family:var(--plasma-typo-body-xs-font-family);--plasma-autocomplete-item-font-size:var(--plasma-typo-body-xs-font-size);--plasma-autocomplete-item-font-style:var(--plasma-typo-body-xs-font-style);--plasma-autocomplete-item-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-autocomplete-item-font-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-autocomplete-item-font-line-height:var(--plasma-typo-body-xs-line-height);--plasma-autocomplete-empty-state-padding:1rem 0.5rem 0.5rem 0.5rem;--plasma-autocomplete-empty-state-gap:0.25rem;--plasma-autocomplete-infinite-loader-spinner-size:1rem;--plasma-autocomplete-infinite-loader-gap:0.25rem;}
|
18
|
-
.Autocomplete_config_1kdai1k_i53l11i__f1bb49d6{--plasma-autocomplete-textfield-placeholder-color:var(--plasma-input-label-color,var(--plasma-input-placeholder-color,var(--plasma-colors-secondary)));--plasma-autocomplete-textfield-placement_inner__label-font-family:var(--plasma-typo-body-xs-font-family);--plasma-autocomplete-textfield-placement_inner__label-font-size:var(--plasma-typo-body-xs-font-size);--plasma-autocomplete-textfield-placement_inner__label-font-style:var(--plasma-typo-body-xs-font-style);--plasma-autocomplete-textfield-placement_inner__label-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-autocomplete-textfield-placement_inner__label-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-autocomplete-textfield-placement_inner__label-line-height:var(--plasma-typo-body-xs-line-height);}
|
19
|
-
|
20
|
-
.Autocomplete_config_1kdai1k_t1rats1y__f1bb49d6{--plasma-autocomplete-textfield-disabled-opacity:0.4;}
|
21
|
-
.Autocomplete_config_1kdai1k_tzs7164__f1bb49d6{--plasma-autocomplete-textfield-color-readonly:var(--text-primary);--plasma-autocomplete-textfield-bg-color-readonly:var(--surface-clear);--plasma-autocomplete-textfield-border-color-readonly:var(--surface-transparent-tertiary);--plasma-autocomplete-textfield__placeholder-color-readonly:var(--text-secondary);--plasma-autocomplete-textfield__left-helper-color-readonly:var(--text-secondary);--plasma-autocomplete-textfield__label-color-readonly:var(--text-secondary);}
|
22
|
-
|
23
10
|
.Avatar_config_weecw4_d1wlf450__718d4a45{--plasma-avatar-color:var(--text-accent-gradient);--plasma-avatar-background:linear-gradient(94deg,rgba(62,121,240,0.2) 6.49%,rgba(39,198,229,0.2) 93.51%);--plasma-avatar-status-online-background:var(--surface-positive);--plasma-avatar-status-offline-background:var(--surface-solid-tertiary);--plasma-avatar-scale-hover:1.02;--plasma-avatar-font-family:var(--plasma-typo-text-font-family);}
|
24
11
|
.Avatar_config_weecw4_x1ntw407__718d4a45{--plasma-avatar-size:6.25rem;--plasma-avatar-font-size:2rem;--plasma-avatar-font-weight:600;--plasma-avatar-line-height:2rem;--plasma-status-icon-size:0.75rem;}
|
25
12
|
.Avatar_config_weecw4_l3mxzec__718d4a45{--plasma-avatar-size:3rem;--plasma-avatar-font-size:1.25rem;--plasma-avatar-font-weight:600;--plasma-avatar-line-height:1.25rem;--plasma-status-icon-size:0.5rem;}
|
package/css/cjs/index.js
CHANGED
@@ -4,7 +4,6 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
5
5
|
var plasmaNewHope = require('@salutejs/plasma-new-hope');
|
6
6
|
var Accordion = require('./components/Accordion/Accordion.js');
|
7
|
-
var Autocomplete = require('./components/Autocomplete/Autocomplete.js');
|
8
7
|
var Avatar = require('./components/Avatar/Avatar.js');
|
9
8
|
var AvatarGroup = require('./components/AvatarGroup/AvatarGroup.js');
|
10
9
|
var Badge = require('./components/Badge/Badge.js');
|
@@ -61,10 +60,6 @@ Object.defineProperty(exports, 'AccordionItem', {
|
|
61
60
|
enumerable: true,
|
62
61
|
get: function () { return plasmaNewHope.AccordionItem; }
|
63
62
|
});
|
64
|
-
Object.defineProperty(exports, 'AutocompleteEmptyState', {
|
65
|
-
enumerable: true,
|
66
|
-
get: function () { return plasmaNewHope.AutocompleteEmptyState; }
|
67
|
-
});
|
68
63
|
Object.defineProperty(exports, 'ButtonBase', {
|
69
64
|
enumerable: true,
|
70
65
|
get: function () { return plasmaNewHope.ButtonBase; }
|
@@ -182,7 +177,6 @@ Object.defineProperty(exports, 'useToast', {
|
|
182
177
|
get: function () { return plasmaNewHope.useToast; }
|
183
178
|
});
|
184
179
|
exports.Accordion = Accordion.Accordion;
|
185
|
-
exports.Autocomplete = Autocomplete.Autocomplete;
|
186
180
|
exports.Avatar = Avatar.Avatar;
|
187
181
|
exports.AvatarGroup = AvatarGroup.AvatarGroup;
|
188
182
|
exports.Badge = Badge.Badge;
|
package/css/cjs/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/css/es/index.css
CHANGED
@@ -7,19 +7,6 @@
|
|
7
7
|
|
8
8
|
|
9
9
|
|
10
|
-
.Autocomplete_config_1kdai1k_d15witju__f1bb49d6{--plasma-autocomplete-textfield-color:var(--text-primary);--plasma-autocomplete-textfield-background-color:var(--surface-clear);--plasma-autocomplete-textfield-caret-color:var(--text-accent);--plasma-autocomplete-textfield-placeholder-color:var(--text-secondary);--plasma-autocomplete-textfield__before-text-color:var(--text-tertiary);--plasma-autocomplete-textfield__after-text-color:var(--text-tertiary);--plasma-autocomplete-textfield-label-color:var(--text-primary);--plasma-autocomplete-textfield__left-helper-color:var(--text-secondary);--plasma-autocomplete-textfield-focus-color:var(--text-accent);--plasma-autocomplete-textfield-border-color:var(--surface-transparent-tertiary);--plasma-autocomplete-textfield-border-color-hover:var(--plasma-colors-secondary);--plasma-autocomplete-textfield-border-color-focus:var(--surface-accent);--plasma-autocomplete-background:var(--surface-solid-card);--plasma-autocomplete-box-shadow:var(--shadow-down-soft-s);--plasma-autocomplete-item-background:var(--plasma-colors-transparent);--plasma-autocomplete-item-background-hover:var(--surface-transparent-secondary);--plasma-autocomplete-item-color:var(--text-primary);--plasma-autocomplete-focus-color:var(--surface-accent);--plasma-autocomplete-infinite-loader-spinner-color:var(--text-primary);}
|
11
|
-
.Autocomplete_config_1kdai1k_p23ewyp__f1bb49d6{--plasma-autocomplete-textfield-color:var(--text-primary);--plasma-autocomplete-textfield-background-color:var(--surface-clear);--plasma-autocomplete-textfield-caret-color:var(--text-accent);--plasma-autocomplete-textfield-placeholder-color:var(--text-secondary);--plasma-autocomplete-textfield__before-text-color:var(--text-tertiary);--plasma-autocomplete-textfield__after-text-color:var(--text-tertiary);--plasma-autocomplete-textfield-label-color:var(--text-primary);--plasma-autocomplete-textfield__left-helper-color:var(--text-positive);--plasma-autocomplete-textfield-focus-color:var(--text-accent);--plasma-autocomplete-textfield-border-color:var(--surface-positive);--plasma-autocomplete-textfield-border-color-hover:var(--surface-positive);--plasma-autocomplete-textfield-border-color-focus:var(--surface-accent);--plasma-autocomplete-background:var(--surface-solid-card);--plasma-autocomplete-box-shadow:var(--shadow-down-soft-s);--plasma-autocomplete-item-background:var(--plasma-colors-transparent);--plasma-autocomplete-item-background-hover:var(--surface-transparent-secondary);--plasma-autocomplete-item-color:var(--text-primary);--plasma-autocomplete-focus-color:var(--surface-accent);--plasma-autocomplete-infinite-loader-spinner-color:var(--text-primary);}
|
12
|
-
.Autocomplete_config_1kdai1k_w19hpt9v__f1bb49d6{--plasma-autocomplete-textfield-color:var(--text-primary);--plasma-autocomplete-textfield-background-color:var(--surface-clear);--plasma-autocomplete-textfield-background-color-focus:var(--surface-transparent-warning-active);--plasma-autocomplete-textfield-caret-color:var(--text-accent);--plasma-autocomplete-textfield-placeholder-color:var(--text-secondary);--plasma-autocomplete-textfield__before-text-color:var(--text-tertiary);--plasma-autocomplete-textfield__after-text-color:var(--text-tertiary);--plasma-autocomplete-textfield-label-color:var(--text-primary);--plasma-autocomplete-textfield__left-helper-color:var(--text-warning);--plasma-autocomplete-textfield-focus-color:var(--text-accent);--plasma-autocomplete-textfield-border-color:var(--surface-warning);--plasma-autocomplete-textfield-border-color-hover:var(--surface-warning);--plasma-autocomplete-textfield-border-color-focus:var(--surface-accent);--plasma-autocomplete-background:var(--surface-solid-card);--plasma-autocomplete-box-shadow:var(--shadow-down-soft-s);--plasma-autocomplete-item-background:var(--plasma-colors-transparent);--plasma-autocomplete-item-background-hover:var(--surface-transparent-secondary);--plasma-autocomplete-item-color:var(--text-primary);--plasma-autocomplete-focus-color:var(--surface-accent);--plasma-autocomplete-infinite-loader-spinner-color:var(--text-primary);}
|
13
|
-
.Autocomplete_config_1kdai1k_nsso48m__f1bb49d6{--plasma-autocomplete-textfield-color:var(--text-primary);--plasma-autocomplete-textfield-background-color:var(--surface-clear);--plasma-autocomplete-textfield-background-color-focus:var(--surface-transparent-negative-active);--plasma-autocomplete-textfield-caret-color:var(--text-accent);--plasma-autocomplete-textfield-placeholder-color:var(--text-secondary);--plasma-autocomplete-textfield__before-text-color:var(--text-tertiary);--plasma-autocomplete-textfield__after-text-color:var(--text-tertiary);--plasma-autocomplete-textfield-label-color:var(--text-primary);--plasma-autocomplete-textfield__left-helper-color:var(--text-negative);--plasma-autocomplete-textfield-focus-color:var(--text-accent);--plasma-autocomplete-textfield-border-color:var(--surface-negative);--plasma-autocomplete-textfield-border-color-hover:var(--surface-negative);--plasma-autocomplete-textfield-border-color-focus:var(--surface-accent);--plasma-autocomplete-background:var(--surface-solid-card);--plasma-autocomplete-box-shadow:var(--shadow-down-soft-s);--plasma-autocomplete-item-background:var(--plasma-colors-transparent);--plasma-autocomplete-item-background-hover:var(--surface-transparent-secondary);--plasma-autocomplete-item-color:var(--text-primary);--plasma-autocomplete-focus-color:var(--surface-accent);--plasma-autocomplete-infinite-loader-spinner-color:var(--text-primary);}
|
14
|
-
.Autocomplete_config_1kdai1k_l1lgbia2__f1bb49d6{--plasma-autocomplete-textfield-height:3.5rem;--plasma-autocomplete-textfield-padding:1.0625rem 1.125rem 1.0625rem 1.125rem;--plasma-autocomplete-textfield-border-radius:0.875rem;--plasma-autocomplete-textfield-border-width:0.0625rem;--plasma-autocomplete-textfield__left-content-margin:-0.0625rem 0.5rem -0.0625rem -0.125rem;--plasma-autocomplete-textfield__right-content-margin:-0.0625rem -0.125rem -0.0625rem 0.75rem;--plasma-autocomplete-textfield__before-text-margin:0 0.25rem 0 0;--plasma-autocomplete-textfield__after-text-margin:0 0 0 0.25rem;--plasma-autocomplete-textfield-font-family:var(--plasma-typo-body-l-font-family);--plasma-autocomplete-textfield-font-size:var(--plasma-typo-body-l-font-size);--plasma-autocomplete-textfield-font-style:var(--plasma-typo-body-l-font-style);--plasma-autocomplete-textfield-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-autocomplete-textfield-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-autocomplete-textfield-line-height:var(--plasma-typo-body-l-line-height);--plasma-autocomplete-textfield__label-offset:0.75rem;--plasma-autocomplete-textfield__label-font-family:var(--plasma-typo-body-l-font-family);--plasma-autocomplete-textfield__label-font-size:var(--plasma-typo-body-l-font-size);--plasma-autocomplete-textfield__label-font-style:var(--plasma-typo-body-l-font-style);--plasma-autocomplete-textfield__label-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-autocomplete-textfield__label-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-autocomplete-textfield__label-line-height:var(--plasma-typo-body-l-line-height);--plasma-autocomplete-textfield__left-helper-offset:0.25rem;--plasma-autocomplete-textfield__left-helper-font-family:var(--plasma-typo-body-xs-font-family);--plasma-autocomplete-textfield__left-helper-font-size:var(--plasma-typo-body-xs-font-size);--plasma-autocomplete-textfield__left-helper-font-style:var(--plasma-typo-body-xs-font-style);--plasma-autocomplete-textfield__left-helper-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-autocomplete-textfield__left-helper-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-autocomplete-textfield__left-helper-line-height:var(--plasma-typo-body-xs-line-height);--plasma-autocomplete-textfield-placement_inner__label-padding:0.5625rem 0 0.125rem 0;--plasma-autocomplete-textfield-placement_inner__content-padding:1.5625rem 0 0.5625rem 0;--plasma-autocomplete-border-radius:0.875rem;--plasma-autocomplete-padding:0.125rem;--plasma-autocomplete-item-padding:1.0625rem 1rem;--plasma-autocomplete-item-border-radius:0.75rem;--plasma-autocomplete-item-font-family:var(--plasma-typo-body-l-font-family);--plasma-autocomplete-item-font-size:var(--plasma-typo-body-l-font-size);--plasma-autocomplete-item-font-style:var(--plasma-typo-body-l-font-style);--plasma-autocomplete-item-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-autocomplete-item-font-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-autocomplete-item-font-line-height:var(--plasma-typo-body-l-line-height);--plasma-autocomplete-empty-state-padding:2rem 1rem 1rem 1rem;--plasma-autocomplete-empty-state-gap:0.5rem;--plasma-autocomplete-infinite-loader-spinner-size:1.5rem;--plasma-autocomplete-infinite-loader-gap:0.5rem;}
|
15
|
-
.Autocomplete_config_1kdai1k_mfonypc__f1bb49d6{--plasma-autocomplete-textfield-height:3rem;--plasma-autocomplete-textfield-padding:0.875rem 1rem 0.875rem 1rem;--plasma-autocomplete-textfield-border-radius:0.75rem;--plasma-autocomplete-textfield-border-width:0.0625rem;--plasma-autocomplete-textfield__left-content-margin:-0.125rem 0.375rem -0.125rem -0.125rem;--plasma-autocomplete-textfield__right-content-margin:-0.125rem -0.125rem -0.125rem 0.75rem;--plasma-autocomplete-textfield__before-text-margin:0 0.25rem 0 0;--plasma-autocomplete-textfield__after-text-margin:0 0 0 0.25rem;--plasma-autocomplete-textfield-font-family:var(--plasma-typo-body-m-font-family);--plasma-autocomplete-textfield-font-size:var(--plasma-typo-body-m-font-size);--plasma-autocomplete-textfield-font-style:var(--plasma-typo-body-m-font-style);--plasma-autocomplete-textfield-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-autocomplete-textfield-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-autocomplete-textfield-line-height:var(--plasma-typo-body-m-line-height);--plasma-autocomplete-textfield__label-offset:0.625rem;--plasma-autocomplete-textfield__label-font-family:var(--plasma-typo-body-m-font-family);--plasma-autocomplete-textfield__label-font-size:var(--plasma-typo-body-m-font-size);--plasma-autocomplete-textfield__label-font-style:var(--plasma-typo-body-m-font-style);--plasma-autocomplete-textfield__label-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-autocomplete-textfield__label-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-autocomplete-textfield__label-line-height:var(--plasma-typo-body-m-line-height);--plasma-autocomplete-textfield__left-helper-offset:0.25rem;--plasma-autocomplete-textfield__left-helper-font-family:var(--plasma-typo-body-xs-font-family);--plasma-autocomplete-textfield__left-helper-font-size:var(--plasma-typo-body-xs-font-size);--plasma-autocomplete-textfield__left-helper-font-style:var(--plasma-typo-body-xs-font-style);--plasma-autocomplete-textfield__left-helper-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-autocomplete-textfield__left-helper-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-autocomplete-textfield__left-helper-line-height:var(--plasma-typo-body-xs-line-height);--plasma-autocomplete-textfield-placement_inner__label-padding:0.375rem 0 0.125rem 0;--plasma-autocomplete-textfield-placement_inner__content-padding:1.375rem 0 0.375rem 0;--plasma-autocomplete-border-radius:0.75rem;--plasma-autocomplete-padding:0.125rem;--plasma-autocomplete-item-padding:0.875rem 0.875rem 0.875rem 0.875rem;--plasma-autocomplete-item-border-radius:0.625rem;--plasma-autocomplete-item-font-family:var(--plasma-typo-body-m-font-family);--plasma-autocomplete-item-font-size:var(--plasma-typo-body-m-font-size);--plasma-autocomplete-item-font-style:var(--plasma-typo-body-m-font-style);--plasma-autocomplete-item-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-autocomplete-item-font-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-autocomplete-item-font-line-height:var(--plasma-typo-body-m-line-height);--plasma-autocomplete-empty-state-padding:1.625rem 0.875rem 0.875rem 0.875rem;--plasma-autocomplete-empty-state-gap:0.375rem;--plasma-autocomplete-infinite-loader-spinner-size:1.5rem;--plasma-autocomplete-infinite-loader-gap:0.375rem;}
|
16
|
-
.Autocomplete_config_1kdai1k_s16l59bm__f1bb49d6{--plasma-autocomplete-textfield-height:2.5rem;--plasma-autocomplete-textfield-padding:0.6875rem 0.875rem 0.6875rem 0.875rem;--plasma-autocomplete-textfield-border-radius:0.625rem;--plasma-autocomplete-textfield-border-width:0.0625rem;--plasma-autocomplete-textfield__left-content-margin:-0.1875rem 0.25rem -0.1875rem -0.125rem;--plasma-autocomplete-textfield__right-content-margin:-0.1875rem -0.125rem -0.1875rem 0.75rem;--plasma-autocomplete-textfield__before-text-margin:0 0.25rem 0 0;--plasma-autocomplete-textfield__after-text-margin:0 0 0 0.25rem;--plasma-autocomplete-textfield-font-family:var(--plasma-typo-body-s-font-family);--plasma-autocomplete-textfield-font-size:var(--plasma-typo-body-s-font-size);--plasma-autocomplete-textfield-font-style:var(--plasma-typo-body-s-font-style);--plasma-autocomplete-textfield-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-autocomplete-textfield-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-autocomplete-textfield-line-height:var(--plasma-typo-body-s-line-height);--plasma-autocomplete-textfield__label-offset:0.5rem;--plasma-autocomplete-textfield__label-font-family:var(--plasma-typo-body-s-font-family);--plasma-autocomplete-textfield__label-font-size:var(--plasma-typo-body-s-font-size);--plasma-autocomplete-textfield__label-font-style:var(--plasma-typo-body-s-font-style);--plasma-autocomplete-textfield__label-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-autocomplete-textfield__label-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-autocomplete-textfield__label-line-height:var(--plasma-typo-body-s-line-height);--plasma-autocomplete-textfield__left-helper-offset:0.25rem;--plasma-autocomplete-textfield__left-helper-font-family:var(--plasma-typo-body-xs-font-family);--plasma-autocomplete-textfield__left-helper-font-size:var(--plasma-typo-body-xs-font-size);--plasma-autocomplete-textfield__left-helper-font-style:var(--plasma-typo-body-xs-font-style);--plasma-autocomplete-textfield__left-helper-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-autocomplete-textfield__left-helper-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-autocomplete-textfield__left-helper-line-height:var(--plasma-typo-body-xs-line-height);--plasma-autocomplete-textfield-placement_inner__label-padding:0.3125rem 0 0 0;--plasma-autocomplete-textfield-placement_inner__content-padding:1.0625rem 0 0.3125rem 0;--plasma-autocomplete-border-radius:0.625rem;--plasma-autocomplete-padding:0.125rem;--plasma-autocomplete-item-padding:0.6875rem 0.75rem;--plasma-autocomplete-item-border-radius:0.5rem;--plasma-autocomplete-item-font-family:var(--plasma-typo-body-s-font-family);--plasma-autocomplete-item-font-size:var(--plasma-typo-body-s-font-size);--plasma-autocomplete-item-font-style:var(--plasma-typo-body-s-font-style);--plasma-autocomplete-item-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-autocomplete-item-font-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-autocomplete-item-font-line-height:var(--plasma-typo-body-s-line-height);--plasma-autocomplete-empty-state-padding:1.375rem 0.625rem 0.625rem 0.625rem;--plasma-autocomplete-empty-state-gap:0.25rem;--plasma-autocomplete-infinite-loader-spinner-size:1.5rem;--plasma-autocomplete-infinite-loader-gap:0.25rem;}
|
17
|
-
.Autocomplete_config_1kdai1k_xuxefna__f1bb49d6{--plasma-autocomplete-textfield-height:2rem;--plasma-autocomplete-textfield-padding:0.5625rem 0.625rem 0.5625rem 0.625rem;--plasma-autocomplete-textfield-border-radius:0.5rem;--plasma-autocomplete-textfield-border-width:0.0625rem;--plasma-autocomplete-textfield__left-content-margin:-0.0625rem 0.25rem -0.0625rem -0.125rem;--plasma-autocomplete-textfield__right-content-margin:-0.0625rem -0.125rem -0.0625rem 0.75rem;--plasma-autocomplete-textfield__before-text-margin:0 0.25rem 0 0;--plasma-autocomplete-textfield__after-text-margin:0 0 0 0.25rem;--plasma-autocomplete-textfield-font-family:var(--plasma-typo-body-xs-font-family);--plasma-autocomplete-textfield-font-size:var(--plasma-typo-body-xs-font-size);--plasma-autocomplete-textfield-font-style:var(--plasma-typo-body-xs-font-style);--plasma-autocomplete-textfield-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-autocomplete-textfield-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-autocomplete-textfield-line-height:var(--plasma-typo-body-xs-line-height);--plasma-autocomplete-textfield__label-offset:0.375rem;--plasma-autocomplete-textfield__label-font-family:var(--plasma-typo-body-xs-font-family);--plasma-autocomplete-textfield__label-font-size:var(--plasma-typo-body-xs-font-size);--plasma-autocomplete-textfield__label-font-style:var(--plasma-typo-body-xs-font-style);--plasma-autocomplete-textfield__label-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-autocomplete-textfield__label-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-autocomplete-textfield__label-line-height:var(--plasma-typo-body-xs-line-height);--plasma-autocomplete-textfield__left-helper-offset:0.25rem;--plasma-autocomplete-textfield__left-helper-font-family:var(--plasma-typo-body-xs-font-family);--plasma-autocomplete-textfield__left-helper-font-size:var(--plasma-typo-body-xs-font-size);--plasma-autocomplete-textfield__left-helper-font-style:var(--plasma-typo-body-xs-font-style);--plasma-autocomplete-textfield__left-helper-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-autocomplete-textfield__left-helper-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-autocomplete-textfield__left-helper-line-height:var(--plasma-typo-body-xs-line-height);--plasma-autocomplete-textfield-placement_inner__label-padding:0.3125rem 0 0 0;--plasma-autocomplete-textfield-placement_inner__content-padding:1.0625rem 0 0.3125rem 0;--plasma-autocomplete-border-radius:0.5rem;--plasma-autocomplete-padding:0.125rem;--plasma-autocomplete-item-padding:0.5625rem 0.5rem;--plasma-autocomplete-item-border-radius:0.5rem;--plasma-autocomplete-item-font-family:var(--plasma-typo-body-xs-font-family);--plasma-autocomplete-item-font-size:var(--plasma-typo-body-xs-font-size);--plasma-autocomplete-item-font-style:var(--plasma-typo-body-xs-font-style);--plasma-autocomplete-item-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-autocomplete-item-font-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-autocomplete-item-font-line-height:var(--plasma-typo-body-xs-line-height);--plasma-autocomplete-empty-state-padding:1rem 0.5rem 0.5rem 0.5rem;--plasma-autocomplete-empty-state-gap:0.25rem;--plasma-autocomplete-infinite-loader-spinner-size:1rem;--plasma-autocomplete-infinite-loader-gap:0.25rem;}
|
18
|
-
.Autocomplete_config_1kdai1k_i53l11i__f1bb49d6{--plasma-autocomplete-textfield-placeholder-color:var(--plasma-input-label-color,var(--plasma-input-placeholder-color,var(--plasma-colors-secondary)));--plasma-autocomplete-textfield-placement_inner__label-font-family:var(--plasma-typo-body-xs-font-family);--plasma-autocomplete-textfield-placement_inner__label-font-size:var(--plasma-typo-body-xs-font-size);--plasma-autocomplete-textfield-placement_inner__label-font-style:var(--plasma-typo-body-xs-font-style);--plasma-autocomplete-textfield-placement_inner__label-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-autocomplete-textfield-placement_inner__label-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-autocomplete-textfield-placement_inner__label-line-height:var(--plasma-typo-body-xs-line-height);}
|
19
|
-
|
20
|
-
.Autocomplete_config_1kdai1k_t1rats1y__f1bb49d6{--plasma-autocomplete-textfield-disabled-opacity:0.4;}
|
21
|
-
.Autocomplete_config_1kdai1k_tzs7164__f1bb49d6{--plasma-autocomplete-textfield-color-readonly:var(--text-primary);--plasma-autocomplete-textfield-bg-color-readonly:var(--surface-clear);--plasma-autocomplete-textfield-border-color-readonly:var(--surface-transparent-tertiary);--plasma-autocomplete-textfield__placeholder-color-readonly:var(--text-secondary);--plasma-autocomplete-textfield__left-helper-color-readonly:var(--text-secondary);--plasma-autocomplete-textfield__label-color-readonly:var(--text-secondary);}
|
22
|
-
|
23
10
|
.Avatar_config_weecw4_d1wlf450__718d4a45{--plasma-avatar-color:var(--text-accent-gradient);--plasma-avatar-background:linear-gradient(94deg,rgba(62,121,240,0.2) 6.49%,rgba(39,198,229,0.2) 93.51%);--plasma-avatar-status-online-background:var(--surface-positive);--plasma-avatar-status-offline-background:var(--surface-solid-tertiary);--plasma-avatar-scale-hover:1.02;--plasma-avatar-font-family:var(--plasma-typo-text-font-family);}
|
24
11
|
.Avatar_config_weecw4_x1ntw407__718d4a45{--plasma-avatar-size:6.25rem;--plasma-avatar-font-size:2rem;--plasma-avatar-font-weight:600;--plasma-avatar-line-height:2rem;--plasma-status-icon-size:0.75rem;}
|
25
12
|
.Avatar_config_weecw4_l3mxzec__718d4a45{--plasma-avatar-size:3rem;--plasma-avatar-font-size:1.25rem;--plasma-avatar-font-weight:600;--plasma-avatar-line-height:1.25rem;--plasma-status-icon-size:0.5rem;}
|
package/css/es/index.js
CHANGED
@@ -1,6 +1,5 @@
|
|
1
|
-
export { AccordionItem,
|
1
|
+
export { AccordionItem, ButtonBase, CellTextbox, CellTextboxLabel, CellTextboxSubtitle, CellTextboxTitle, Col, Overlay, PopupProvider as PopupBaseProvider, RadioGroup, RectSkeleton, Row, SSRProvider, SegmentProvider, TabItemRefs, TabsContext, addNotification, closeNotification, counterTokens, datePickerClasses, datePickerTokens, dividerTokens, modalClasses as modalBaseClasses, popupClasses as popupBaseClasses, rangeTokens, sheetClasses, toolbarTokens, usePopupContext as usePopupBaseContext, useSegment, useToast } from '@salutejs/plasma-new-hope';
|
2
2
|
export { Accordion } from './components/Accordion/Accordion.js';
|
3
|
-
export { Autocomplete } from './components/Autocomplete/Autocomplete.js';
|
4
3
|
export { Avatar } from './components/Avatar/Avatar.js';
|
5
4
|
export { AvatarGroup } from './components/AvatarGroup/AvatarGroup.js';
|
6
5
|
export { Badge } from './components/Badge/Badge.js';
|
package/css/es/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/css/index.d.ts
CHANGED
@@ -1,5 +1,4 @@
|
|
1
1
|
export * from '../components/Accordion';
|
2
|
-
export * from '../components/Autocomplete';
|
3
2
|
export * from '../components/Avatar';
|
4
3
|
export * from '../components/AvatarGroup';
|
5
4
|
export * from '../components/Badge';
|
@@ -46,7 +45,6 @@ export * from '../components/Toolbar';
|
|
46
45
|
export * from '../components/Tooltip';
|
47
46
|
export * from '../components/Typography';
|
48
47
|
export * from '../components/Accordion';
|
49
|
-
export * from '../components/Autocomplete';
|
50
48
|
export * from '../components/Avatar';
|
51
49
|
export * from '../components/AvatarGroup';
|
52
50
|
export * from '../components/Badge';
|
package/es/index.js
CHANGED
@@ -63,5 +63,4 @@ export * from './components/AvatarGroup';
|
|
63
63
|
export * from './components/Indicator';
|
64
64
|
export * from './components/ButtonBase';
|
65
65
|
export * from './components/Toolbar';
|
66
|
-
export * from './components/DatePicker';
|
67
|
-
export * from './components/Autocomplete';
|
66
|
+
export * from './components/DatePicker';
|
package/index.d.ts
CHANGED
package/index.js
CHANGED
@@ -728,15 +728,4 @@ Object.keys(_DatePicker).forEach(function (key) {
|
|
728
728
|
return _DatePicker[key];
|
729
729
|
}
|
730
730
|
});
|
731
|
-
});
|
732
|
-
var _Autocomplete = /*#__PURE__*/require("./components/Autocomplete");
|
733
|
-
Object.keys(_Autocomplete).forEach(function (key) {
|
734
|
-
if (key === "default" || key === "__esModule") return;
|
735
|
-
if (key in exports && exports[key] === _Autocomplete[key]) return;
|
736
|
-
Object.defineProperty(exports, key, {
|
737
|
-
enumerable: true,
|
738
|
-
get: function get() {
|
739
|
-
return _Autocomplete[key];
|
740
|
-
}
|
741
|
-
});
|
742
731
|
});
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@salutejs/plasma-web",
|
3
|
-
"version": "1.348.
|
3
|
+
"version": "1.348.1-canary.1294.9868888674.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,8 +20,8 @@
|
|
20
20
|
},
|
21
21
|
"dependencies": {
|
22
22
|
"@salutejs/plasma-core": "1.162.0-dev.0",
|
23
|
-
"@salutejs/plasma-hope": "1.287.
|
24
|
-
"@salutejs/plasma-new-hope": "0.102.0-
|
23
|
+
"@salutejs/plasma-hope": "1.287.1-canary.1294.9868888674.0",
|
24
|
+
"@salutejs/plasma-new-hope": "0.102.0-dev.0",
|
25
25
|
"@salutejs/plasma-tokens-b2b": "1.41.0-dev.0",
|
26
26
|
"@salutejs/plasma-tokens-b2c": "0.51.0-dev.0",
|
27
27
|
"@salutejs/plasma-tokens-web": "1.56.0-dev.0",
|
@@ -49,7 +49,7 @@
|
|
49
49
|
"@rollup/plugin-node-resolve": "15.2.3",
|
50
50
|
"@salutejs/plasma-colors": "0.13.0",
|
51
51
|
"@salutejs/plasma-cy-utils": "0.94.0-dev.0",
|
52
|
-
"@salutejs/plasma-icons": "1.198.
|
52
|
+
"@salutejs/plasma-icons": "1.198.3-canary.1294.9868888674.0",
|
53
53
|
"@salutejs/plasma-sb-utils": "0.160.0-dev.0",
|
54
54
|
"@storybook/addon-docs": "7.6.17",
|
55
55
|
"@storybook/addon-essentials": "7.6.17",
|
@@ -110,5 +110,5 @@
|
|
110
110
|
"Fanil Zubairov"
|
111
111
|
],
|
112
112
|
"sideEffects": false,
|
113
|
-
"gitHead": "
|
113
|
+
"gitHead": "c62c5b9b28331558b58d4cbde380dc9c829aa5f2"
|
114
114
|
}
|
package/temp/plasma-web.api.md
CHANGED
@@ -32,14 +32,12 @@ import { AsProps } from '@salutejs/plasma-core';
|
|
32
32
|
import { AsProps as AsProps_2 } from '@salutejs/plasma-new-hope/types/types';
|
33
33
|
import { AudioPlayer } from '@salutejs/plasma-hope';
|
34
34
|
import { AudioPlayerProps } from '@salutejs/plasma-hope';
|
35
|
-
import { AutocompleteEmptyState } from '@salutejs/plasma-new-hope/styled-components';
|
36
35
|
import { AvatarGroupProps } from '@salutejs/plasma-new-hope/styled-components';
|
37
36
|
import { AvatarProps } from '@salutejs/plasma-new-hope/styled-components';
|
38
37
|
import { BadgeProps } from '@salutejs/plasma-new-hope/styled-components';
|
39
38
|
import { BaseboxProps } from '@salutejs/plasma-new-hope/styled-components';
|
40
39
|
import { BaseCallbackChangeInstance } from '@salutejs/plasma-new-hope/types/components/Range/Range.types';
|
41
40
|
import { BaseCallbackKeyboardInstance } from '@salutejs/plasma-new-hope/types/components/Range/Range.types';
|
42
|
-
import { BaseProps } from '@salutejs/plasma-new-hope/types/components/Autocomplete/Autocomplete.types';
|
43
41
|
import { BlurProps } from '@salutejs/plasma-core';
|
44
42
|
import { blurs } from '@salutejs/plasma-core';
|
45
43
|
import { BoldProps } from '@salutejs/plasma-new-hope/types/components/Typography/Typography.types';
|
@@ -145,9 +143,7 @@ import { ImgHTMLAttributes } from 'react';
|
|
145
143
|
import { IndicatorProps } from '@salutejs/plasma-new-hope/styled-components';
|
146
144
|
import { InputHTMLAttributes } from '@salutejs/plasma-core';
|
147
145
|
import { InputHTMLAttributes as InputHTMLAttributes_2 } from '@salutejs/plasma-new-hope/types/types';
|
148
|
-
import { InputHTMLAttributes as InputHTMLAttributes_3 } from 'react';
|
149
146
|
import { JSXElementConstructor } from 'react';
|
150
|
-
import { KeyboardEvent as KeyboardEvent_2 } from 'react';
|
151
147
|
import { LineSkeletonProps } from '@salutejs/plasma-new-hope/styled-components';
|
152
148
|
import { LinkCustomProps } from '@salutejs/plasma-new-hope/types/components/Link/Link';
|
153
149
|
import { List } from '@salutejs/plasma-hope';
|
@@ -377,62 +373,6 @@ export { AudioPlayer }
|
|
377
373
|
|
378
374
|
export { AudioPlayerProps }
|
379
375
|
|
380
|
-
// @public (undocumented)
|
381
|
-
export const Autocomplete: FunctionComponent<PropsType< {
|
382
|
-
view: {
|
383
|
-
default: PolymorphicClassName;
|
384
|
-
positive: PolymorphicClassName;
|
385
|
-
warning: PolymorphicClassName;
|
386
|
-
negative: PolymorphicClassName;
|
387
|
-
};
|
388
|
-
size: {
|
389
|
-
l: PolymorphicClassName;
|
390
|
-
m: PolymorphicClassName;
|
391
|
-
s: PolymorphicClassName;
|
392
|
-
xs: PolymorphicClassName;
|
393
|
-
};
|
394
|
-
labelPlacement: {
|
395
|
-
inner: PolymorphicClassName;
|
396
|
-
outer: PolymorphicClassName;
|
397
|
-
};
|
398
|
-
disabled: {
|
399
|
-
true: PolymorphicClassName;
|
400
|
-
};
|
401
|
-
readOnly: {
|
402
|
-
true: PolymorphicClassName;
|
403
|
-
};
|
404
|
-
}> & ((BaseProps<string | number> & {
|
405
|
-
label?: string | undefined;
|
406
|
-
labelPlacement?: "inner" | "outer" | undefined;
|
407
|
-
leftHelper?: string | undefined;
|
408
|
-
contentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
409
|
-
contentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
410
|
-
textBefore?: string | undefined;
|
411
|
-
textAfter?: string | undefined;
|
412
|
-
onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
|
413
|
-
} & {
|
414
|
-
chips?: undefined;
|
415
|
-
onChangeChips?: undefined;
|
416
|
-
enumerationType?: "plain" | undefined;
|
417
|
-
onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
|
418
|
-
} & Omit<InputHTMLAttributes_3<HTMLInputElement>, "size"> & RefAttributes<HTMLInputElement>) | (BaseProps<string | number> & {
|
419
|
-
label?: string | undefined;
|
420
|
-
labelPlacement?: "inner" | "outer" | undefined;
|
421
|
-
leftHelper?: string | undefined;
|
422
|
-
contentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
423
|
-
contentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
424
|
-
textBefore?: string | undefined;
|
425
|
-
textAfter?: string | undefined;
|
426
|
-
onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
|
427
|
-
} & {
|
428
|
-
enumerationType: "chip";
|
429
|
-
onSearch?: undefined;
|
430
|
-
chips?: TextFieldPrimitiveValue[] | undefined;
|
431
|
-
onChangeChips?: ((value: TextFieldPrimitiveValue[]) => void) | undefined;
|
432
|
-
} & Omit<InputHTMLAttributes_3<HTMLInputElement>, "size"> & RefAttributes<HTMLInputElement>))>;
|
433
|
-
|
434
|
-
export { AutocompleteEmptyState }
|
435
|
-
|
436
376
|
// @public (undocumented)
|
437
377
|
export const Avatar: FunctionComponent<PropsType< {
|
438
378
|
view: {
|
@@ -1,31 +0,0 @@
|
|
1
|
-
export declare const config: {
|
2
|
-
defaults: {
|
3
|
-
view: string;
|
4
|
-
size: string;
|
5
|
-
labelPlacement: string;
|
6
|
-
};
|
7
|
-
variations: {
|
8
|
-
view: {
|
9
|
-
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
10
|
-
positive: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
11
|
-
warning: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
12
|
-
negative: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
13
|
-
};
|
14
|
-
size: {
|
15
|
-
l: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
16
|
-
m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
17
|
-
s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
18
|
-
xs: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
19
|
-
};
|
20
|
-
labelPlacement: {
|
21
|
-
inner: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
22
|
-
outer: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
23
|
-
};
|
24
|
-
disabled: {
|
25
|
-
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
26
|
-
};
|
27
|
-
readOnly: {
|
28
|
-
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
29
|
-
};
|
30
|
-
};
|
31
|
-
};
|
@@ -1,40 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
4
|
-
value: true
|
5
|
-
});
|
6
|
-
exports.config = void 0;
|
7
|
-
var _styledComponents = /*#__PURE__*/require("@salutejs/plasma-new-hope/styled-components");
|
8
|
-
var _templateObject, _templateObject2, _templateObject3, _templateObject4, _templateObject5, _templateObject6, _templateObject7, _templateObject8, _templateObject9, _templateObject10, _templateObject11, _templateObject12;
|
9
|
-
function _taggedTemplateLiteral(strings, raw) { if (!raw) { raw = strings.slice(0); } return Object.freeze(Object.defineProperties(strings, { raw: { value: Object.freeze(raw) } })); }
|
10
|
-
var config = exports.config = {
|
11
|
-
defaults: {
|
12
|
-
view: 'default',
|
13
|
-
size: 'l',
|
14
|
-
labelPlacement: 'outer'
|
15
|
-
},
|
16
|
-
variations: {
|
17
|
-
view: {
|
18
|
-
"default": /*#__PURE__*/(0, _styledComponents.css)(_templateObject || (_templateObject = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--text-primary);\n ", ": var(--surface-clear);\n ", ": var(--text-accent);\n ", ": var(--text-secondary);\n ", ": var(--text-tertiary);\n ", ": var(--text-tertiary);\n ", ": var(--text-primary);\n ", ": var(--text-secondary);\n ", ": var(--text-accent);\n ", ": var(--surface-transparent-tertiary);\n ", ": var(--plasma-colors-secondary);\n ", ": var(--surface-accent);\n\n ", ": var(--surface-solid-card);\n ", ": var(--shadow-down-soft-s);\n ", ": var(--plasma-colors-transparent);\n ", ": var(--surface-transparent-secondary);\n ", ": var(--text-primary);\n ", ": var(--surface-accent);\n\n ", ": var(--text-primary);\n "])), _styledComponents.autocompleteTokens.textFieldColor, _styledComponents.autocompleteTokens.textFieldBackgroundColor, _styledComponents.autocompleteTokens.textFieldCaretColor, _styledComponents.autocompleteTokens.textFieldPlaceholderColor, _styledComponents.autocompleteTokens.textFieldTextBeforeColor, _styledComponents.autocompleteTokens.textFieldTextAfterColor, _styledComponents.autocompleteTokens.textFieldLabelColor, _styledComponents.autocompleteTokens.textFieldLeftHelperColor, _styledComponents.autocompleteTokens.textFieldFocusColor, _styledComponents.autocompleteTokens.textFieldBorderColor, _styledComponents.autocompleteTokens.textFieldBorderColorHover, _styledComponents.autocompleteTokens.textFieldBorderColorFocus, _styledComponents.autocompleteTokens.background, _styledComponents.autocompleteTokens.boxShadow, _styledComponents.autocompleteTokens.itemBackground, _styledComponents.autocompleteTokens.itemBackgroundHover, _styledComponents.autocompleteTokens.itemColor, _styledComponents.autocompleteTokens.focusColor, _styledComponents.autocompleteTokens.infiniteLoaderSpinnerColor),
|
19
|
-
positive: /*#__PURE__*/(0, _styledComponents.css)(_templateObject2 || (_templateObject2 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--text-primary);\n ", ": var(--surface-clear);\n ", ": var(--text-accent);\n ", ": var(--text-secondary);\n ", ": var(--text-tertiary);\n ", ": var(--text-tertiary);\n ", ": var(--text-primary);\n ", ": var(--text-positive);\n ", ": var(--text-accent);\n ", ": var(--surface-positive);\n ", ": var(--surface-positive);\n ", ": var(--surface-accent);\n\n ", ": var(--surface-solid-card);\n ", ": var(--shadow-down-soft-s);\n ", ": var(--plasma-colors-transparent);\n ", ": var(--surface-transparent-secondary);\n ", ": var(--text-primary);\n ", ": var(--surface-accent);\n\n ", ": var(--text-primary);\n "])), _styledComponents.autocompleteTokens.textFieldColor, _styledComponents.autocompleteTokens.textFieldBackgroundColor, _styledComponents.autocompleteTokens.textFieldCaretColor, _styledComponents.autocompleteTokens.textFieldPlaceholderColor, _styledComponents.autocompleteTokens.textFieldTextBeforeColor, _styledComponents.autocompleteTokens.textFieldTextAfterColor, _styledComponents.autocompleteTokens.textFieldLabelColor, _styledComponents.autocompleteTokens.textFieldLeftHelperColor, _styledComponents.autocompleteTokens.textFieldFocusColor, _styledComponents.autocompleteTokens.textFieldBorderColor, _styledComponents.autocompleteTokens.textFieldBorderColorHover, _styledComponents.autocompleteTokens.textFieldBorderColorFocus, _styledComponents.autocompleteTokens.background, _styledComponents.autocompleteTokens.boxShadow, _styledComponents.autocompleteTokens.itemBackground, _styledComponents.autocompleteTokens.itemBackgroundHover, _styledComponents.autocompleteTokens.itemColor, _styledComponents.autocompleteTokens.focusColor, _styledComponents.autocompleteTokens.infiniteLoaderSpinnerColor),
|
20
|
-
warning: /*#__PURE__*/(0, _styledComponents.css)(_templateObject3 || (_templateObject3 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--text-primary);\n ", ": var(--surface-clear);\n ", ": var(--surface-transparent-warning-active);\n ", ": var(--text-accent);\n ", ": var(--text-secondary);\n ", ": var(--text-tertiary);\n ", ": var(--text-tertiary);\n ", ": var(--text-primary);\n ", ": var(--text-warning);\n ", ": var(--text-accent);\n ", ": var(--surface-warning);\n ", ": var(--surface-warning);\n ", ": var(--surface-accent);\n\n ", ": var(--surface-solid-card);\n ", ": var(--shadow-down-soft-s);\n ", ": var(--plasma-colors-transparent);\n ", ": var(--surface-transparent-secondary);\n ", ": var(--text-primary);\n ", ": var(--surface-accent);\n\n ", ": var(--text-primary);\n "])), _styledComponents.autocompleteTokens.textFieldColor, _styledComponents.autocompleteTokens.textFieldBackgroundColor, _styledComponents.autocompleteTokens.textFieldBackgroundColorFocus, _styledComponents.autocompleteTokens.textFieldCaretColor, _styledComponents.autocompleteTokens.textFieldPlaceholderColor, _styledComponents.autocompleteTokens.textFieldTextBeforeColor, _styledComponents.autocompleteTokens.textFieldTextAfterColor, _styledComponents.autocompleteTokens.textFieldLabelColor, _styledComponents.autocompleteTokens.textFieldLeftHelperColor, _styledComponents.autocompleteTokens.textFieldFocusColor, _styledComponents.autocompleteTokens.textFieldBorderColor, _styledComponents.autocompleteTokens.textFieldBorderColorHover, _styledComponents.autocompleteTokens.textFieldBorderColorFocus, _styledComponents.autocompleteTokens.background, _styledComponents.autocompleteTokens.boxShadow, _styledComponents.autocompleteTokens.itemBackground, _styledComponents.autocompleteTokens.itemBackgroundHover, _styledComponents.autocompleteTokens.itemColor, _styledComponents.autocompleteTokens.focusColor, _styledComponents.autocompleteTokens.infiniteLoaderSpinnerColor),
|
21
|
-
negative: /*#__PURE__*/(0, _styledComponents.css)(_templateObject4 || (_templateObject4 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--text-primary);\n ", ": var(--surface-clear);\n ", ": var(--surface-transparent-negative-active);\n ", ": var(--text-accent);\n ", ": var(--text-secondary);\n ", ": var(--text-tertiary);\n ", ": var(--text-tertiary);\n ", ": var(--text-primary);\n ", ": var(--text-negative);\n ", ": var(--text-accent);\n ", ": var(--surface-negative);\n ", ": var(--surface-negative);\n ", ": var(--surface-accent);\n\n ", ": var(--surface-solid-card);\n ", ": var(--shadow-down-soft-s);\n ", ": var(--plasma-colors-transparent);\n ", ": var(--surface-transparent-secondary);\n ", ": var(--text-primary);\n ", ": var(--surface-accent);\n\n ", ": var(--text-primary);\n "])), _styledComponents.autocompleteTokens.textFieldColor, _styledComponents.autocompleteTokens.textFieldBackgroundColor, _styledComponents.autocompleteTokens.textFieldBackgroundColorFocus, _styledComponents.autocompleteTokens.textFieldCaretColor, _styledComponents.autocompleteTokens.textFieldPlaceholderColor, _styledComponents.autocompleteTokens.textFieldTextBeforeColor, _styledComponents.autocompleteTokens.textFieldTextAfterColor, _styledComponents.autocompleteTokens.textFieldLabelColor, _styledComponents.autocompleteTokens.textFieldLeftHelperColor, _styledComponents.autocompleteTokens.textFieldFocusColor, _styledComponents.autocompleteTokens.textFieldBorderColor, _styledComponents.autocompleteTokens.textFieldBorderColorHover, _styledComponents.autocompleteTokens.textFieldBorderColorFocus, _styledComponents.autocompleteTokens.background, _styledComponents.autocompleteTokens.boxShadow, _styledComponents.autocompleteTokens.itemBackground, _styledComponents.autocompleteTokens.itemBackgroundHover, _styledComponents.autocompleteTokens.itemColor, _styledComponents.autocompleteTokens.focusColor, _styledComponents.autocompleteTokens.infiniteLoaderSpinnerColor)
|
22
|
-
},
|
23
|
-
size: {
|
24
|
-
l: /*#__PURE__*/(0, _styledComponents.css)(_templateObject5 || (_templateObject5 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": 3.5rem;\n ", ": 1.0625rem 1.125rem 1.0625rem 1.125rem;\n ", ": 0.875rem;\n ", ": 0.0625rem;\n ", ": -0.0625rem 0.5rem -0.0625rem -0.125rem;\n ", ": -0.0625rem -0.125rem -0.0625rem 0.75rem;\n ", ": 0 0.25rem 0 0;\n ", ": 0 0 0 0.25rem;\n ", ": var(--plasma-typo-body-l-font-family);\n ", ": var(--plasma-typo-body-l-font-size);\n ", ": var(--plasma-typo-body-l-font-style);\n ", ": var(--plasma-typo-body-l-font-weight);\n ", ": var(--plasma-typo-body-l-letter-spacing);\n ", ": var(--plasma-typo-body-l-line-height);\n ", ": 0.75rem;\n ", ": var(--plasma-typo-body-l-font-family);\n ", ": var(--plasma-typo-body-l-font-size);\n ", ": var(--plasma-typo-body-l-font-style);\n ", ": var(--plasma-typo-body-l-font-weight);\n ", ": var(--plasma-typo-body-l-letter-spacing);\n ", ": var(--plasma-typo-body-l-line-height);\n ", ": 0.25rem;\n ", ": var(--plasma-typo-body-xs-font-family);\n ", ": var(--plasma-typo-body-xs-font-size);\n ", ": var(--plasma-typo-body-xs-font-style);\n ", ": var(--plasma-typo-body-xs-font-weight);\n ", ": var(--plasma-typo-body-xs-letter-spacing);\n ", ": var(--plasma-typo-body-xs-line-height);\n ", ": 0.5625rem 0 0.125rem 0;\n ", ": 1.5625rem 0 0.5625rem 0;\n\n ", ": 0.875rem;\n ", ": 0.125rem;\n ", ": 1.0625rem 1rem;\n ", ": 0.75rem;\n\n ", ": var(--plasma-typo-body-l-font-family);\n ", ": var(--plasma-typo-body-l-font-size);\n ", ": var(--plasma-typo-body-l-font-style);\n ", ": var(--plasma-typo-body-l-font-weight);\n ", ": var(--plasma-typo-body-l-letter-spacing);\n ", ": var(--plasma-typo-body-l-line-height);\n\n ", ": 2rem 1rem 1rem 1rem;\n ", ": 0.5rem;\n\n ", ": 1.5rem;\n ", ": 0.5rem;\n "])), _styledComponents.autocompleteTokens.textFieldHeight, _styledComponents.autocompleteTokens.textFieldPadding, _styledComponents.autocompleteTokens.textFieldBorderRadius, _styledComponents.autocompleteTokens.textFieldBorderWidth, _styledComponents.autocompleteTokens.textFieldLeftContentMargin, _styledComponents.autocompleteTokens.textFieldRightContentMargin, _styledComponents.autocompleteTokens.textFieldTextBeforeMargin, _styledComponents.autocompleteTokens.textFieldTextAfterMargin, _styledComponents.autocompleteTokens.textFieldFontFamily, _styledComponents.autocompleteTokens.textFieldFontSize, _styledComponents.autocompleteTokens.textFieldFontStyle, _styledComponents.autocompleteTokens.textFieldFontWeight, _styledComponents.autocompleteTokens.textFieldLetterSpacing, _styledComponents.autocompleteTokens.textFieldLineHeight, _styledComponents.autocompleteTokens.textFieldLabelOffset, _styledComponents.autocompleteTokens.textFieldLabelFontFamily, _styledComponents.autocompleteTokens.textFieldLabelFontSize, _styledComponents.autocompleteTokens.textFieldLabelFontStyle, _styledComponents.autocompleteTokens.textFieldLabelFontWeight, _styledComponents.autocompleteTokens.textFieldLabelLetterSpacing, _styledComponents.autocompleteTokens.textFieldLabelLineHeight, _styledComponents.autocompleteTokens.textFieldLeftHelperOffset, _styledComponents.autocompleteTokens.textFieldLeftHelperFontFamily, _styledComponents.autocompleteTokens.textFieldLeftHelperFontSize, _styledComponents.autocompleteTokens.textFieldLeftHelperFontStyle, _styledComponents.autocompleteTokens.textFieldLeftHelperFontWeight, _styledComponents.autocompleteTokens.textFieldLeftHelperLetterSpacing, _styledComponents.autocompleteTokens.textFieldLeftHelperLineHeight, _styledComponents.autocompleteTokens.textFieldLabelInnerPadding, _styledComponents.autocompleteTokens.textFieldContentLabelInnerPadding, _styledComponents.autocompleteTokens.borderRadius, _styledComponents.autocompleteTokens.padding, _styledComponents.autocompleteTokens.itemPadding, _styledComponents.autocompleteTokens.itemBorderRadius, _styledComponents.autocompleteTokens.itemFontFamily, _styledComponents.autocompleteTokens.itemFontSize, _styledComponents.autocompleteTokens.itemFontStyle, _styledComponents.autocompleteTokens.itemFontWeight, _styledComponents.autocompleteTokens.itemFontLetterSpacing, _styledComponents.autocompleteTokens.itemFontLineHeight, _styledComponents.autocompleteTokens.emptyStatePadding, _styledComponents.autocompleteTokens.emptyStateGap, _styledComponents.autocompleteTokens.infiniteLoaderSpinnerSize, _styledComponents.autocompleteTokens.infiniteLoaderGap),
|
25
|
-
m: /*#__PURE__*/(0, _styledComponents.css)(_templateObject6 || (_templateObject6 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": 3rem;\n ", ": 0.875rem 1rem 0.875rem 1rem;\n ", ": 0.75rem;\n ", ": 0.0625rem;\n ", ": -0.125rem 0.375rem -0.125rem -0.125rem;\n ", ": -0.125rem -0.125rem -0.125rem 0.75rem;\n ", ": 0 0.25rem 0 0;\n ", ": 0 0 0 0.25rem;\n ", ": var(--plasma-typo-body-m-font-family);\n ", ": var(--plasma-typo-body-m-font-size);\n ", ": var(--plasma-typo-body-m-font-style);\n ", ": var(--plasma-typo-body-m-font-weight);\n ", ": var(--plasma-typo-body-m-letter-spacing);\n ", ": var(--plasma-typo-body-m-line-height);\n ", ": 0.625rem;\n ", ": var(--plasma-typo-body-m-font-family);\n ", ": var(--plasma-typo-body-m-font-size);\n ", ": var(--plasma-typo-body-m-font-style);\n ", ": var(--plasma-typo-body-m-font-weight);\n ", ": var(--plasma-typo-body-m-letter-spacing);\n ", ": var(--plasma-typo-body-m-line-height);\n ", ": 0.25rem;\n ", ": var(--plasma-typo-body-xs-font-family);\n ", ": var(--plasma-typo-body-xs-font-size);\n ", ": var(--plasma-typo-body-xs-font-style);\n ", ": var(--plasma-typo-body-xs-font-weight);\n ", ": var(--plasma-typo-body-xs-letter-spacing);\n ", ": var(--plasma-typo-body-xs-line-height);\n ", ": 0.375rem 0 0.125rem 0;\n ", ": 1.375rem 0 0.375rem 0;\n\n ", ": 0.75rem;\n ", ": 0.125rem;\n ", ": 0.875rem 0.875rem 0.875rem 0.875rem;\n ", ": 0.625rem;\n\n ", ": var(--plasma-typo-body-m-font-family);\n ", ": var(--plasma-typo-body-m-font-size);\n ", ": var(--plasma-typo-body-m-font-style);\n ", ": var(--plasma-typo-body-m-font-weight);\n ", ": var(--plasma-typo-body-m-letter-spacing);\n ", ": var(--plasma-typo-body-m-line-height);\n\n ", ": 1.625rem 0.875rem 0.875rem 0.875rem;\n ", ": 0.375rem;\n\n ", ": 1.5rem;\n ", ": 0.375rem;\n "])), _styledComponents.autocompleteTokens.textFieldHeight, _styledComponents.autocompleteTokens.textFieldPadding, _styledComponents.autocompleteTokens.textFieldBorderRadius, _styledComponents.autocompleteTokens.textFieldBorderWidth, _styledComponents.autocompleteTokens.textFieldLeftContentMargin, _styledComponents.autocompleteTokens.textFieldRightContentMargin, _styledComponents.autocompleteTokens.textFieldTextBeforeMargin, _styledComponents.autocompleteTokens.textFieldTextAfterMargin, _styledComponents.autocompleteTokens.textFieldFontFamily, _styledComponents.autocompleteTokens.textFieldFontSize, _styledComponents.autocompleteTokens.textFieldFontStyle, _styledComponents.autocompleteTokens.textFieldFontWeight, _styledComponents.autocompleteTokens.textFieldLetterSpacing, _styledComponents.autocompleteTokens.textFieldLineHeight, _styledComponents.autocompleteTokens.textFieldLabelOffset, _styledComponents.autocompleteTokens.textFieldLabelFontFamily, _styledComponents.autocompleteTokens.textFieldLabelFontSize, _styledComponents.autocompleteTokens.textFieldLabelFontStyle, _styledComponents.autocompleteTokens.textFieldLabelFontWeight, _styledComponents.autocompleteTokens.textFieldLabelLetterSpacing, _styledComponents.autocompleteTokens.textFieldLabelLineHeight, _styledComponents.autocompleteTokens.textFieldLeftHelperOffset, _styledComponents.autocompleteTokens.textFieldLeftHelperFontFamily, _styledComponents.autocompleteTokens.textFieldLeftHelperFontSize, _styledComponents.autocompleteTokens.textFieldLeftHelperFontStyle, _styledComponents.autocompleteTokens.textFieldLeftHelperFontWeight, _styledComponents.autocompleteTokens.textFieldLeftHelperLetterSpacing, _styledComponents.autocompleteTokens.textFieldLeftHelperLineHeight, _styledComponents.autocompleteTokens.textFieldLabelInnerPadding, _styledComponents.autocompleteTokens.textFieldContentLabelInnerPadding, _styledComponents.autocompleteTokens.borderRadius, _styledComponents.autocompleteTokens.padding, _styledComponents.autocompleteTokens.itemPadding, _styledComponents.autocompleteTokens.itemBorderRadius, _styledComponents.autocompleteTokens.itemFontFamily, _styledComponents.autocompleteTokens.itemFontSize, _styledComponents.autocompleteTokens.itemFontStyle, _styledComponents.autocompleteTokens.itemFontWeight, _styledComponents.autocompleteTokens.itemFontLetterSpacing, _styledComponents.autocompleteTokens.itemFontLineHeight, _styledComponents.autocompleteTokens.emptyStatePadding, _styledComponents.autocompleteTokens.emptyStateGap, _styledComponents.autocompleteTokens.infiniteLoaderSpinnerSize, _styledComponents.autocompleteTokens.infiniteLoaderGap),
|
26
|
-
s: /*#__PURE__*/(0, _styledComponents.css)(_templateObject7 || (_templateObject7 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": 2.5rem;\n ", ": 0.6875rem 0.875rem 0.6875rem 0.875rem;\n ", ": 0.625rem;\n ", ": 0.0625rem;\n ", ": -0.1875rem 0.25rem -0.1875rem -0.125rem;\n ", ": -0.1875rem -0.125rem -0.1875rem 0.75rem;\n ", ": 0 0.25rem 0 0;\n ", ": 0 0 0 0.25rem;\n ", ": var(--plasma-typo-body-s-font-family);\n ", ": var(--plasma-typo-body-s-font-size);\n ", ": var(--plasma-typo-body-s-font-style);\n ", ": var(--plasma-typo-body-s-font-weight);\n ", ": var(--plasma-typo-body-s-letter-spacing);\n ", ": var(--plasma-typo-body-s-line-height);\n ", ": 0.5rem;\n ", ": var(--plasma-typo-body-s-font-family);\n ", ": var(--plasma-typo-body-s-font-size);\n ", ": var(--plasma-typo-body-s-font-style);\n ", ": var(--plasma-typo-body-s-font-weight);\n ", ": var(--plasma-typo-body-s-letter-spacing);\n ", ": var(--plasma-typo-body-s-line-height);\n ", ": 0.25rem;\n ", ": var(--plasma-typo-body-xs-font-family);\n ", ": var(--plasma-typo-body-xs-font-size);\n ", ": var(--plasma-typo-body-xs-font-style);\n ", ": var(--plasma-typo-body-xs-font-weight);\n ", ": var(--plasma-typo-body-xs-letter-spacing);\n ", ": var(--plasma-typo-body-xs-line-height);\n ", ": 0.3125rem 0 0 0;\n ", ": 1.0625rem 0 0.3125rem 0;\n\n ", ": 0.625rem;\n ", ": 0.125rem;\n ", ": 0.6875rem 0.75rem;\n ", ": 0.5rem;\n\n ", ": var(--plasma-typo-body-s-font-family);\n ", ": var(--plasma-typo-body-s-font-size);\n ", ": var(--plasma-typo-body-s-font-style);\n ", ": var(--plasma-typo-body-s-font-weight);\n ", ": var(--plasma-typo-body-s-letter-spacing);\n ", ": var(--plasma-typo-body-s-line-height);\n\n ", ": 1.375rem 0.625rem 0.625rem 0.625rem;\n ", ": 0.25rem;\n\n ", ": 1.5rem;\n ", ": 0.25rem;\n "])), _styledComponents.autocompleteTokens.textFieldHeight, _styledComponents.autocompleteTokens.textFieldPadding, _styledComponents.autocompleteTokens.textFieldBorderRadius, _styledComponents.autocompleteTokens.textFieldBorderWidth, _styledComponents.autocompleteTokens.textFieldLeftContentMargin, _styledComponents.autocompleteTokens.textFieldRightContentMargin, _styledComponents.autocompleteTokens.textFieldTextBeforeMargin, _styledComponents.autocompleteTokens.textFieldTextAfterMargin, _styledComponents.autocompleteTokens.textFieldFontFamily, _styledComponents.autocompleteTokens.textFieldFontSize, _styledComponents.autocompleteTokens.textFieldFontStyle, _styledComponents.autocompleteTokens.textFieldFontWeight, _styledComponents.autocompleteTokens.textFieldLetterSpacing, _styledComponents.autocompleteTokens.textFieldLineHeight, _styledComponents.autocompleteTokens.textFieldLabelOffset, _styledComponents.autocompleteTokens.textFieldLabelFontFamily, _styledComponents.autocompleteTokens.textFieldLabelFontSize, _styledComponents.autocompleteTokens.textFieldLabelFontStyle, _styledComponents.autocompleteTokens.textFieldLabelFontWeight, _styledComponents.autocompleteTokens.textFieldLabelLetterSpacing, _styledComponents.autocompleteTokens.textFieldLabelLineHeight, _styledComponents.autocompleteTokens.textFieldLeftHelperOffset, _styledComponents.autocompleteTokens.textFieldLeftHelperFontFamily, _styledComponents.autocompleteTokens.textFieldLeftHelperFontSize, _styledComponents.autocompleteTokens.textFieldLeftHelperFontStyle, _styledComponents.autocompleteTokens.textFieldLeftHelperFontWeight, _styledComponents.autocompleteTokens.textFieldLeftHelperLetterSpacing, _styledComponents.autocompleteTokens.textFieldLeftHelperLineHeight, _styledComponents.autocompleteTokens.textFieldLabelInnerPadding, _styledComponents.autocompleteTokens.textFieldContentLabelInnerPadding, _styledComponents.autocompleteTokens.borderRadius, _styledComponents.autocompleteTokens.padding, _styledComponents.autocompleteTokens.itemPadding, _styledComponents.autocompleteTokens.itemBorderRadius, _styledComponents.autocompleteTokens.itemFontFamily, _styledComponents.autocompleteTokens.itemFontSize, _styledComponents.autocompleteTokens.itemFontStyle, _styledComponents.autocompleteTokens.itemFontWeight, _styledComponents.autocompleteTokens.itemFontLetterSpacing, _styledComponents.autocompleteTokens.itemFontLineHeight, _styledComponents.autocompleteTokens.emptyStatePadding, _styledComponents.autocompleteTokens.emptyStateGap, _styledComponents.autocompleteTokens.infiniteLoaderSpinnerSize, _styledComponents.autocompleteTokens.infiniteLoaderGap),
|
27
|
-
xs: /*#__PURE__*/(0, _styledComponents.css)(_templateObject8 || (_templateObject8 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": 2rem;\n ", ": 0.5625rem 0.625rem 0.5625rem 0.625rem;\n ", ": 0.5rem;\n ", ": 0.0625rem;\n ", ": -0.0625rem 0.25rem -0.0625rem -0.125rem;\n ", ": -0.0625rem -0.125rem -0.0625rem 0.75rem;\n ", ": 0 0.25rem 0 0;\n ", ": 0 0 0 0.25rem;\n ", ": var(--plasma-typo-body-xs-font-family);\n ", ": var(--plasma-typo-body-xs-font-size);\n ", ": var(--plasma-typo-body-xs-font-style);\n ", ": var(--plasma-typo-body-xs-font-weight);\n ", ": var(--plasma-typo-body-xs-letter-spacing);\n ", ": var(--plasma-typo-body-xs-line-height);\n ", ": 0.375rem;\n ", ": var(--plasma-typo-body-xs-font-family);\n ", ": var(--plasma-typo-body-xs-font-size);\n ", ": var(--plasma-typo-body-xs-font-style);\n ", ": var(--plasma-typo-body-xs-font-weight);\n ", ": var(--plasma-typo-body-xs-letter-spacing);\n ", ": var(--plasma-typo-body-xs-line-height);\n ", ": 0.25rem;\n ", ": var(--plasma-typo-body-xs-font-family);\n ", ": var(--plasma-typo-body-xs-font-size);\n ", ": var(--plasma-typo-body-xs-font-style);\n ", ": var(--plasma-typo-body-xs-font-weight);\n ", ": var(--plasma-typo-body-xs-letter-spacing);\n ", ": var(--plasma-typo-body-xs-line-height);\n ", ": 0.3125rem 0 0 0;\n ", ": 1.0625rem 0 0.3125rem 0;\n\n ", ": 0.5rem;\n ", ": 0.125rem;\n ", ": 0.5625rem 0.5rem;\n ", ": 0.5rem;\n\n ", ": var(--plasma-typo-body-xs-font-family);\n ", ": var(--plasma-typo-body-xs-font-size);\n ", ": var(--plasma-typo-body-xs-font-style);\n ", ": var(--plasma-typo-body-xs-font-weight);\n ", ": var(--plasma-typo-body-xs-letter-spacing);\n ", ": var(--plasma-typo-body-xs-line-height);\n\n ", ": 1rem 0.5rem 0.5rem 0.5rem;\n ", ": 0.25rem;\n\n ", ": 1rem;\n ", ": 0.25rem;\n "])), _styledComponents.autocompleteTokens.textFieldHeight, _styledComponents.autocompleteTokens.textFieldPadding, _styledComponents.autocompleteTokens.textFieldBorderRadius, _styledComponents.autocompleteTokens.textFieldBorderWidth, _styledComponents.autocompleteTokens.textFieldLeftContentMargin, _styledComponents.autocompleteTokens.textFieldRightContentMargin, _styledComponents.autocompleteTokens.textFieldTextBeforeMargin, _styledComponents.autocompleteTokens.textFieldTextAfterMargin, _styledComponents.autocompleteTokens.textFieldFontFamily, _styledComponents.autocompleteTokens.textFieldFontSize, _styledComponents.autocompleteTokens.textFieldFontStyle, _styledComponents.autocompleteTokens.textFieldFontWeight, _styledComponents.autocompleteTokens.textFieldLetterSpacing, _styledComponents.autocompleteTokens.textFieldLineHeight, _styledComponents.autocompleteTokens.textFieldLabelOffset, _styledComponents.autocompleteTokens.textFieldLabelFontFamily, _styledComponents.autocompleteTokens.textFieldLabelFontSize, _styledComponents.autocompleteTokens.textFieldLabelFontStyle, _styledComponents.autocompleteTokens.textFieldLabelFontWeight, _styledComponents.autocompleteTokens.textFieldLabelLetterSpacing, _styledComponents.autocompleteTokens.textFieldLabelLineHeight, _styledComponents.autocompleteTokens.textFieldLeftHelperOffset, _styledComponents.autocompleteTokens.textFieldLeftHelperFontFamily, _styledComponents.autocompleteTokens.textFieldLeftHelperFontSize, _styledComponents.autocompleteTokens.textFieldLeftHelperFontStyle, _styledComponents.autocompleteTokens.textFieldLeftHelperFontWeight, _styledComponents.autocompleteTokens.textFieldLeftHelperLetterSpacing, _styledComponents.autocompleteTokens.textFieldLeftHelperLineHeight, _styledComponents.autocompleteTokens.textFieldLabelInnerPadding, _styledComponents.autocompleteTokens.textFieldContentLabelInnerPadding, _styledComponents.autocompleteTokens.borderRadius, _styledComponents.autocompleteTokens.padding, _styledComponents.autocompleteTokens.itemPadding, _styledComponents.autocompleteTokens.itemBorderRadius, _styledComponents.autocompleteTokens.itemFontFamily, _styledComponents.autocompleteTokens.itemFontSize, _styledComponents.autocompleteTokens.itemFontStyle, _styledComponents.autocompleteTokens.itemFontWeight, _styledComponents.autocompleteTokens.itemFontLetterSpacing, _styledComponents.autocompleteTokens.itemFontLineHeight, _styledComponents.autocompleteTokens.emptyStatePadding, _styledComponents.autocompleteTokens.emptyStateGap, _styledComponents.autocompleteTokens.infiniteLoaderSpinnerSize, _styledComponents.autocompleteTokens.infiniteLoaderGap)
|
28
|
-
},
|
29
|
-
labelPlacement: {
|
30
|
-
inner: /*#__PURE__*/(0, _styledComponents.css)(_templateObject9 || (_templateObject9 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--plasma-input-label-color, var(--plasma-input-placeholder-color, var(--plasma-colors-secondary)));\n ", ": var(--plasma-typo-body-xs-font-family);\n ", ": var(--plasma-typo-body-xs-font-size);\n ", ": var(--plasma-typo-body-xs-font-style);\n ", ": var(--plasma-typo-body-xs-font-weight);\n ", ": var(--plasma-typo-body-xs-letter-spacing);\n ", ": var(--plasma-typo-body-xs-line-height);\n "])), _styledComponents.autocompleteTokens.textFieldPlaceholderColor, _styledComponents.autocompleteTokens.textFieldLabelInnerFontFamily, _styledComponents.autocompleteTokens.textFieldLabelInnerFontSize, _styledComponents.autocompleteTokens.textFieldLabelInnerFontStyle, _styledComponents.autocompleteTokens.textFieldLabelInnerFontWeight, _styledComponents.autocompleteTokens.textFieldLabelInnerLetterSpacing, _styledComponents.autocompleteTokens.textFieldLabelInnerLineHeight),
|
31
|
-
outer: /*#__PURE__*/(0, _styledComponents.css)(_templateObject10 || (_templateObject10 = /*#__PURE__*/_taggedTemplateLiteral([""])))
|
32
|
-
},
|
33
|
-
disabled: {
|
34
|
-
"true": /*#__PURE__*/(0, _styledComponents.css)(_templateObject11 || (_templateObject11 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": 0.4;\n "])), _styledComponents.autocompleteTokens.textFieldDisabledOpacity)
|
35
|
-
},
|
36
|
-
readOnly: {
|
37
|
-
"true": /*#__PURE__*/(0, _styledComponents.css)(_templateObject12 || (_templateObject12 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--text-primary);\n ", ": var(--surface-clear);\n ", ": var(--surface-transparent-tertiary);\n ", ": var(--text-secondary);\n ", ": var(--text-secondary);\n ", ": var(--text-secondary);\n "])), _styledComponents.autocompleteTokens.textFieldColorReadOnly, _styledComponents.autocompleteTokens.textFieldBackgroundColorReadOnly, _styledComponents.autocompleteTokens.textFieldBorderColorReadOnly, _styledComponents.autocompleteTokens.textFieldPlaceholderColorReadOnly, _styledComponents.autocompleteTokens.textFieldLeftHelperColorReadOnly, _styledComponents.autocompleteTokens.textFieldLabelColorReadOnly)
|
38
|
-
}
|
39
|
-
}
|
40
|
-
};
|