@salutejs/sdds-serv 0.229.0-canary.1706.12883718367.0 → 0.229.0-dev.0
Sign up to get free protection for your applications and to get access to all the features.
- package/api/sdds-serv.api.md +16 -47
- package/components/Autocomplete/Autocomplete.config.d.ts +0 -7
- package/components/Autocomplete/Autocomplete.config.js +3 -10
- package/components/Autocomplete/Autocomplete.config.js.map +1 -1
- package/components/Autocomplete/Autocomplete.config_fgg30w.css +12 -0
- package/components/Autocomplete/Autocomplete.css +11 -14
- package/components/Autocomplete/Autocomplete.d.ts +4 -19
- package/components/Combobox/Combobox.config.d.ts +0 -7
- package/components/Combobox/Combobox.config.js +3 -10
- package/components/Combobox/Combobox.config.js.map +1 -1
- package/components/Combobox/Combobox.config_hw71fq.css +12 -0
- package/components/Combobox/Combobox.css +11 -14
- package/components/Combobox/Combobox.d.ts +24 -739
- package/components/Mask/Mask.css +20 -20
- package/components/Mask/Mask.d.ts +4 -12
- package/components/Select/Select.config.d.ts +0 -7
- package/components/Select/Select.config.js +2 -9
- package/components/Select/Select.config.js.map +1 -1
- package/components/Select/Select.config_17rnicw.css +20 -0
- package/components/Select/Select.css +19 -22
- package/components/Select/Select.d.ts +0 -135
- package/components/TextArea/TextArea.config.js +1 -1
- package/components/TextArea/TextArea.config.js.map +1 -1
- package/{es/components/TextArea/TextArea.config_zwfs6q.css → components/TextArea/TextArea.config_1mpq6sw.css} +4 -4
- package/components/TextArea/TextArea.css +13 -13
- package/components/TextArea/TextArea.d.ts +4 -4
- package/components/TextField/TextField.config.js +1 -1
- package/components/TextField/TextField.config.js.map +1 -1
- package/components/TextField/TextField.config_sjc8tu.css +22 -0
- package/components/TextField/TextField.d.ts +4 -12
- package/emotion/cjs/components/Autocomplete/Autocomplete.config.js +12 -19
- package/emotion/cjs/components/Autocomplete/Autocomplete.stories.tsx +7 -98
- package/emotion/cjs/components/Combobox/Combobox.config.js +12 -19
- package/emotion/cjs/components/Combobox/Combobox.stories.tsx +0 -91
- package/emotion/cjs/components/Select/Select.config.js +11 -18
- package/emotion/cjs/components/Select/Select.stories.tsx +0 -91
- package/emotion/cjs/components/TextArea/TextArea.config.js +4 -4
- package/emotion/cjs/components/TextField/TextField.config.js +9 -9
- package/emotion/cjs/components/TextField/TextField.stories.tsx +0 -9
- package/emotion/es/components/Autocomplete/Autocomplete.config.js +12 -19
- package/emotion/es/components/Autocomplete/Autocomplete.stories.tsx +7 -98
- package/emotion/es/components/Combobox/Combobox.config.js +12 -19
- package/emotion/es/components/Combobox/Combobox.stories.tsx +0 -91
- package/emotion/es/components/Select/Select.config.js +11 -18
- package/emotion/es/components/Select/Select.stories.tsx +0 -91
- package/emotion/es/components/TextArea/TextArea.config.js +4 -4
- package/emotion/es/components/TextField/TextField.config.js +9 -9
- package/emotion/es/components/TextField/TextField.stories.tsx +0 -9
- package/es/components/Autocomplete/Autocomplete.config.js +3 -10
- package/es/components/Autocomplete/Autocomplete.config.js.map +1 -1
- package/es/components/Autocomplete/Autocomplete.config_fgg30w.css +12 -0
- package/es/components/Autocomplete/Autocomplete.css +11 -14
- package/es/components/Combobox/Combobox.config.js +3 -10
- package/es/components/Combobox/Combobox.config.js.map +1 -1
- package/es/components/Combobox/Combobox.config_hw71fq.css +12 -0
- package/es/components/Combobox/Combobox.css +11 -14
- package/es/components/Mask/Mask.css +20 -20
- package/es/components/Select/Select.config.js +2 -9
- package/es/components/Select/Select.config.js.map +1 -1
- package/es/components/Select/Select.config_17rnicw.css +20 -0
- package/es/components/Select/Select.css +19 -22
- package/es/components/TextArea/TextArea.config.js +1 -1
- package/es/components/TextArea/TextArea.config.js.map +1 -1
- package/{components/TextArea/TextArea.config_zwfs6q.css → es/components/TextArea/TextArea.config_1mpq6sw.css} +4 -4
- package/es/components/TextArea/TextArea.css +13 -13
- package/es/components/TextField/TextField.config.js +1 -1
- package/es/components/TextField/TextField.config.js.map +1 -1
- package/es/components/TextField/TextField.config_sjc8tu.css +22 -0
- package/es/index.css +81 -90
- package/package.json +7 -7
- package/styled-components/cjs/components/Autocomplete/Autocomplete.config.js +12 -19
- package/styled-components/cjs/components/Combobox/Combobox.config.js +12 -19
- package/styled-components/cjs/components/Select/Select.config.js +11 -18
- package/styled-components/cjs/components/TextArea/TextArea.config.js +4 -4
- package/styled-components/cjs/components/TextField/TextField.config.js +9 -9
- package/styled-components/es/components/Autocomplete/Autocomplete.config.js +12 -19
- package/styled-components/es/components/Combobox/Combobox.config.js +12 -19
- package/styled-components/es/components/Select/Select.config.js +11 -18
- package/styled-components/es/components/TextArea/TextArea.config.js +4 -4
- package/styled-components/es/components/TextField/TextField.config.js +9 -9
- package/components/Autocomplete/Autocomplete.config_1wnpkd4.css +0 -15
- package/components/Combobox/Combobox.config_1jl874y.css +0 -15
- package/components/Select/Select.config_p5sg36.css +0 -23
- package/components/TextField/TextField.config_gwfp3h.css +0 -22
- package/es/components/Autocomplete/Autocomplete.config_1wnpkd4.css +0 -15
- package/es/components/Combobox/Combobox.config_1jl874y.css +0 -15
- package/es/components/Select/Select.config_p5sg36.css +0 -23
- package/es/components/TextField/TextField.config_gwfp3h.css +0 -22
@@ -1,15 +1,12 @@
|
|
1
|
-
.
|
2
|
-
.
|
3
|
-
.
|
4
|
-
.
|
5
|
-
.
|
6
|
-
.
|
7
|
-
.
|
8
|
-
.
|
9
|
-
.
|
1
|
+
.Autocomplete_config_fgg30w_d15witju__0c56705d{--plasma-autocomplete-textfield-color:var(--text-primary);--plasma-autocomplete-textfield-clear-color:var(--text-primary);--plasma-autocomplete-textfield-placeholder-color:var(--text-secondary);--plasma-autocomplete-textfield-placeholder-color-focus:var(--text-tertiary);--plasma-autocomplete-textfield-clear-placeholder-color:var(--text-secondary);--plasma-autocomplete-textfield-clear-placeholder-color-focus:var(--text-tertiary);--plasma-autocomplete-textfield-background-color:var(--surface-transparent-primary);--plasma-autocomplete-textfield-background-color-focus:var(--surface-transparent-secondary);--plasma-autocomplete-textfield-caret-color:var(--text-accent);--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-content-slot-color:var(--text-secondary);--plasma-autocomplete-textfield-content-slot-color-hover:var(--text-secondary-hover);--plasma-autocomplete-textfield-content-slot-color-active:var(--text-secondary-active);--plasma-autocomplete-focus-color:var(--surface-accent);--plasma-autocomplete-textfield-indicator-color:var(--surface-negative);--plasma-autocomplete-textfield-optional-color:var(--text-tertiary);--plasma-autocomplete-textfield-divider-color:var(--surface-transparent-tertiary);--plasma-autocomplete-textfield-divider-color-hover:var(--text-secondary);--plasma-autocomplete-textfield-divider-color-focus:var(--surface-accent);--plasma-autocomplete-background:var(--surface-solid-card);--plasma-autocomplete-box-shadow:0px 4px 14px -4px rgba(8,8,8,0.08),0px 1px 4px -1px rgba(0,0,0,0.04);--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-textfield-content-slot-color:--plasma-autocomplete-textfield-color;--plasma-autocomplete-textfield-content-right-slot-color:--plasma-autocomplete-textfield-color;--plasma-autocomplete-infinite-loader-spinner-color:var(--text-primary);}
|
2
|
+
.Autocomplete_config_fgg30w_p23ewyp__0c56705d{--plasma-autocomplete-textfield-color:var(--text-primary);--plasma-autocomplete-textfield-clear-color:var(--text-positive);--plasma-autocomplete-textfield-placeholder-color:var(--text-secondary);--plasma-autocomplete-textfield-placeholder-color-focus:var(--text-tertiary);--plasma-autocomplete-textfield-clear-placeholder-color:var(--text-positive);--plasma-autocomplete-textfield-clear-placeholder-color-focus:var(--text-positive);--plasma-autocomplete-textfield-background-color:var(--surface-transparent-positive);--plasma-autocomplete-textfield-background-color-focus:var(--surface-transparent-positive-active);--plasma-autocomplete-textfield-caret-color:var(--text-accent);--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-content-slot-color:var(--text-secondary);--plasma-autocomplete-textfield-content-slot-color-hover:var(--text-secondary-hover);--plasma-autocomplete-textfield-content-slot-color-active:var(--text-secondary-active);--plasma-autocomplete-focus-color:var(--surface-accent);--plasma-autocomplete-textfield-indicator-color:var(--surface-negative);--plasma-autocomplete-textfield-optional-color:var(--text-tertiary);--plasma-autocomplete-textfield-divider-color:var(--surface-positive);--plasma-autocomplete-textfield-divider-color-hover:var(--surface-positive);--plasma-autocomplete-textfield-divider-color-focus:var(--surface-accent);--plasma-autocomplete-background:var(--surface-solid-card);--plasma-autocomplete-box-shadow:0px 4px 14px -4px rgba(8,8,8,0.08),0px 1px 4px -1px rgba(0,0,0,0.04);--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-textfield-content-slot-color:--plasma-autocomplete-textfield-color;--plasma-autocomplete-textfield-content-right-slot-color:--plasma-autocomplete-textfield-color;--plasma-autocomplete-infinite-loader-spinner-color:var(--text-primary);}
|
3
|
+
.Autocomplete_config_fgg30w_w19hpt9v__0c56705d{--plasma-autocomplete-textfield-color:var(--text-primary);--plasma-autocomplete-textfield-clear-color:var(--text-warning);--plasma-autocomplete-textfield-placeholder-color:var(--text-secondary);--plasma-autocomplete-textfield-placeholder-color-focus:var(--text-tertiary);--plasma-autocomplete-textfield-clear-placeholder-color:var(--text-warning);--plasma-autocomplete-textfield-clear-placeholder-color-focus:var(--text-warning);--plasma-autocomplete-textfield-background-color:var(--surface-transparent-warning);--plasma-autocomplete-textfield-background-color-focus:var(--surface-transparent-warning-active);--plasma-autocomplete-textfield-caret-color:var(--text-accent);--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-content-slot-color:var(--text-secondary);--plasma-autocomplete-textfield-content-slot-color-hover:var(--text-secondary-hover);--plasma-autocomplete-textfield-content-slot-color-active:var(--text-secondary-active);--plasma-autocomplete-focus-color:var(--surface-accent);--plasma-autocomplete-textfield-indicator-color:var(--surface-negative);--plasma-autocomplete-textfield-optional-color:var(--text-tertiary);--plasma-autocomplete-textfield-divider-color:var(--surface-warning);--plasma-autocomplete-textfield-divider-color-hover:var(--surface-warning);--plasma-autocomplete-textfield-divider-color-focus:var(--surface-accent);--plasma-autocomplete-background:var(--surface-solid-card);--plasma-autocomplete-box-shadow:0px 4px 14px -4px rgba(8,8,8,0.08),0px 1px 4px -1px rgba(0,0,0,0.04);--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-textfield-content-slot-color:--plasma-autocomplete-textfield-color;--plasma-autocomplete-textfield-content-right-slot-color:--plasma-autocomplete-textfield-color;--plasma-autocomplete-infinite-loader-spinner-color:var(--text-primary);}
|
4
|
+
.Autocomplete_config_fgg30w_nsso48m__0c56705d{--plasma-autocomplete-textfield-color:var(--text-primary);--plasma-autocomplete-textfield-clear-color:var(--text-negative);--plasma-autocomplete-textfield-placeholder-color:var(--text-secondary);--plasma-autocomplete-textfield-placeholder-color-focus:var(--text-tertiary);--plasma-autocomplete-textfield-clear-placeholder-color:var(--text-negative);--plasma-autocomplete-textfield-clear-placeholder-color-focus:var(--text-negative);--plasma-autocomplete-textfield-background-color:var(--surface-transparent-negative);--plasma-autocomplete-textfield-background-color-focus:var(--surface-transparent-negative-active);--plasma-autocomplete-textfield-caret-color:var(--text-accent);--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-content-slot-color:var(--text-secondary);--plasma-autocomplete-textfield-content-slot-color-hover:var(--text-secondary-hover);--plasma-autocomplete-textfield-content-slot-color-active:var(--text-secondary-active);--plasma-autocomplete-focus-color:var(--surface-accent);--plasma-autocomplete-textfield-indicator-color:var(--surface-negative);--plasma-autocomplete-textfield-optional-color:var(--text-tertiary);--plasma-autocomplete-textfield-divider-color:var(--surface-negative);--plasma-autocomplete-textfield-divider-color-hover:var(--surface-negative);--plasma-autocomplete-textfield-divider-color-focus:var(--surface-accent);--plasma-autocomplete-background:var(--surface-solid-card);--plasma-autocomplete-box-shadow:0px 4px 14px -4px rgba(8,8,8,0.08),0px 1px 4px -1px rgba(0,0,0,0.04);--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-textfield-content-slot-color:--plasma-autocomplete-textfield-color;--plasma-autocomplete-textfield-content-right-slot-color:--plasma-autocomplete-textfield-color;--plasma-autocomplete-infinite-loader-spinner-color:var(--text-primary);}
|
5
|
+
.Autocomplete_config_fgg30w_l1lgbia2__0c56705d{--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-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-clear-label-offset:0.25rem;--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-textfield-indicator-size-inner:0.5rem;--plasma-autocomplete-textfield-indicator-size-outer:0.375rem;--plasma-autocomplete-textfield-indicator-label-placement-inner:0 0 0 0;--plasma-autocomplete-textfield-indicator-label-placement-outer:0.5rem auto auto -0.75rem;--plasma-autocomplete-textfield-indicator-label-placement-inner-right:0 0 auto auto;--plasma-autocomplete-textfield-indicator-label-placement-outer-right:0.25rem -0.625rem auto auto;--plasma-autocomplete-textfield-clear-indicator-label-placement-inner:1.5rem auto auto -0.875rem;--plasma-autocomplete-textfield-clear-indicator-label-placement-inner-right:1.5rem -0.875rem auto auto;--plasma-autocomplete-textfield-clear-indicator-hint-placement-inner-right:1.5rem -2.25rem auto auto;--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;}
|
6
|
+
.Autocomplete_config_fgg30w_mfonypc__0c56705d{--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-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-clear-label-offset:0.25rem;--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-textfield-indicator-size-inner:0.5rem;--plasma-autocomplete-textfield-indicator-size-outer:0.375rem;--plasma-autocomplete-textfield-indicator-label-placement-inner:0 0 0 0;--plasma-autocomplete-textfield-indicator-label-placement-outer:0.375rem auto auto -0.75rem;--plasma-autocomplete-textfield-indicator-label-placement-inner-right:0 0 auto auto;--plasma-autocomplete-textfield-indicator-label-placement-outer-right:0.25rem -0.6875rem auto auto;--plasma-autocomplete-textfield-clear-indicator-label-placement-inner:1.25rem auto auto -0.875rem;--plasma-autocomplete-textfield-clear-indicator-label-placement-inner-right:1.25rem -0.875rem auto auto;--plasma-autocomplete-textfield-clear-indicator-hint-placement-inner-right:1.25rem -2.25rem auto auto;--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;}
|
7
|
+
.Autocomplete_config_fgg30w_s16l59bm__0c56705d{--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-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-clear-label-offset:0.25rem;--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-textfield-indicator-size-inner:0.375rem;--plasma-autocomplete-textfield-indicator-size-outer:0.375rem;--plasma-autocomplete-textfield-indicator-label-placement-inner:0 0 0 0;--plasma-autocomplete-textfield-indicator-label-placement-outer:0.3125rem auto auto -0.6875rem;--plasma-autocomplete-textfield-indicator-label-placement-inner-right:0 0 auto auto;--plasma-autocomplete-textfield-indicator-label-placement-outer-right:0.25rem -0.625rem auto auto;--plasma-autocomplete-textfield-clear-indicator-label-placement-inner:1.063rem auto auto -0.75rem;--plasma-autocomplete-textfield-clear-indicator-label-placement-inner-right:1.063rem -0.75rem auto auto;--plasma-autocomplete-textfield-clear-indicator-hint-placement-inner-right:1.063rem -2.125rem auto auto;--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;}
|
8
|
+
.Autocomplete_config_fgg30w_xuxefna__0c56705d{--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-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-clear-label-offset:0.25rem;--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-textfield-indicator-size-inner:0.375rem;--plasma-autocomplete-textfield-indicator-size-outer:0.375rem;--plasma-autocomplete-textfield-indicator-label-placement-inner:0 0 0 0;--plasma-autocomplete-textfield-indicator-label-placement-outer:0.25rem auto auto -0.625rem;--plasma-autocomplete-textfield-indicator-label-placement-inner-right:0 0 auto auto;--plasma-autocomplete-textfield-indicator-label-placement-outer-right:0.125rem -0.6875rem auto auto;--plasma-autocomplete-textfield-clear-indicator-label-placement-inner:0.813rem auto auto -0.625rem;--plasma-autocomplete-textfield-clear-indicator-label-placement-inner-right:0.813rem -0.625rem auto auto;--plasma-autocomplete-textfield-clear-indicator-hint-placement-inner-right:0.813rem -1.875rem auto auto;--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;}
|
9
|
+
.Autocomplete_config_fgg30w_i53l11i__0c56705d{--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);}
|
10
10
|
|
11
|
-
.
|
12
|
-
.
|
13
|
-
.Autocomplete_config_1wnpkd4_s1djq52a__f5dc4c71{--plasma-autocomplete-textfield__tooltip-padding-top:0.5rem;--plasma-autocomplete-textfield__tooltip-padding-right:0.75rem;--plasma-autocomplete-textfield__tooltip-padding-bottom:0.5rem;--plasma-autocomplete-textfield__tooltip-padding-left:0.75rem;--plasma-autocomplete-textfield__tooltip-min-height:2rem;--plasma-autocomplete-textfield__tooltip-border-radius:0.5rem;--plasma-autocomplete-textfield__tooltip-text-font-family:var(--plasma-typo-body-xs-font-family);--plasma-autocomplete-textfield__tooltip-text-font-size:var(--plasma-typo-body-xs-font-size);--plasma-autocomplete-textfield__tooltip-text-font-style:var(--plasma-typo-body-xs-font-style);--plasma-autocomplete-textfield__tooltip-text-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-autocomplete-textfield__tooltip-text-font-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-autocomplete-textfield__tooltip-text-font-line-height:var(--plasma-typo-body-xs-line-height);--plasma-autocomplete-textfield__tooltip-content-left-margin:0.25rem;--plasma-autocomplete-textfield__tooltip-arrow-mask-width:1rem;--plasma-autocomplete-textfield__tooltip-arrow-mask-height:1rem;--plasma-autocomplete-textfield__tooltip-arrow-mask-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggY2xpcC1ydWxlPSJldmVub2RkIiBkPSJtMCw5Ljg1bDE2LDBjLTQuNDEsMCAtOCwyLjY5IC04LDZjMCwtMy4zMSAtMy41OSwtNiAtOCwtNnoiIGZpbGw9IiMxNzE3MTciIGZpbGwtcnVsZT0iZXZlbm9kZCIgaWQ9IlRhaWwiLz4KPC9zdmc+");--plasma-autocomplete-textfield__tooltip-arrow-height:0.375rem;--plasma-autocomplete-textfield__tooltip-arrow-edge-margin:0.5625rem;}
|
14
|
-
.Autocomplete_config_1wnpkd4_tu8xqg8__f5dc4c71{--plasma-autocomplete-textfield-disabled-opacity:0.4;}
|
15
|
-
.Autocomplete_config_1wnpkd4_tyqcyac__f5dc4c71{--plasma-autocomplete-textfield-color-readonly:var(--text-secondary);--plasma-autocomplete-textfield-bg-color-readonly:var(--surface-transparent-primary);--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);--plasma-autocomplete-textfield-divider-color-readonly:var(--surface-transparent-primary);}
|
11
|
+
.Autocomplete_config_fgg30w_t1rats1y__0c56705d{--plasma-autocomplete-textfield-disabled-opacity:0.4;}
|
12
|
+
.Autocomplete_config_fgg30w_tzs7164__0c56705d{--plasma-autocomplete-textfield-color-readonly:var(--text-secondary);--plasma-autocomplete-textfield-bg-color-readonly:var(--surface-transparent-primary);--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);--plasma-autocomplete-textfield-divider-color-readonly:var(--surface-transparent-primary);}
|
@@ -16,13 +16,6 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
|
|
16
16
|
inner: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
17
17
|
outer: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
18
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
19
|
disabled: {
|
27
20
|
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
28
21
|
};
|
@@ -42,11 +35,10 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
|
|
42
35
|
hasDivider?: boolean | undefined;
|
43
36
|
} & {
|
44
37
|
hintText: string;
|
45
|
-
hintTrigger?: "
|
38
|
+
hintTrigger?: "click" | "hover" | undefined;
|
46
39
|
hintView?: string | undefined;
|
47
40
|
hintSize?: string | undefined;
|
48
41
|
hintTargetIcon?: import("react").ReactNode;
|
49
|
-
hintTargetPlacement?: "outer" | "inner" | undefined;
|
50
42
|
hintPlacement?: import("@salutejs/plasma-new-hope/styled-components").PopoverPlacement | import("@salutejs/plasma-new-hope/styled-components").PopoverPlacementBasic[] | undefined;
|
51
43
|
hintHasArrow?: boolean | undefined;
|
52
44
|
hintOffset?: [number, number] | undefined;
|
@@ -73,11 +65,10 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
|
|
73
65
|
hasDivider?: boolean | undefined;
|
74
66
|
} & {
|
75
67
|
hintText: string;
|
76
|
-
hintTrigger?: "
|
68
|
+
hintTrigger?: "click" | "hover" | undefined;
|
77
69
|
hintView?: string | undefined;
|
78
70
|
hintSize?: string | undefined;
|
79
71
|
hintTargetIcon?: import("react").ReactNode;
|
80
|
-
hintTargetPlacement?: "outer" | "inner" | undefined;
|
81
72
|
hintPlacement?: import("@salutejs/plasma-new-hope/styled-components").PopoverPlacement | import("@salutejs/plasma-new-hope/styled-components").PopoverPlacementBasic[] | undefined;
|
82
73
|
hintHasArrow?: boolean | undefined;
|
83
74
|
hintOffset?: [number, number] | undefined;
|
@@ -110,7 +101,6 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
|
|
110
101
|
hintView?: undefined;
|
111
102
|
hintSize?: undefined;
|
112
103
|
hintTargetIcon?: undefined;
|
113
|
-
hintTargetPlacement?: undefined;
|
114
104
|
hintPlacement?: undefined;
|
115
105
|
hintHasArrow?: undefined;
|
116
106
|
hintOffset?: undefined;
|
@@ -141,7 +131,6 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
|
|
141
131
|
hintView?: undefined;
|
142
132
|
hintSize?: undefined;
|
143
133
|
hintTargetIcon?: undefined;
|
144
|
-
hintTargetPlacement?: undefined;
|
145
134
|
hintPlacement?: undefined;
|
146
135
|
hintHasArrow?: undefined;
|
147
136
|
hintOffset?: undefined;
|
@@ -170,11 +159,10 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
|
|
170
159
|
hasDivider?: undefined;
|
171
160
|
} & {
|
172
161
|
hintText: string;
|
173
|
-
hintTrigger?: "
|
162
|
+
hintTrigger?: "click" | "hover" | undefined;
|
174
163
|
hintView?: string | undefined;
|
175
164
|
hintSize?: string | undefined;
|
176
165
|
hintTargetIcon?: import("react").ReactNode;
|
177
|
-
hintTargetPlacement?: "outer" | "inner" | undefined;
|
178
166
|
hintPlacement?: import("@salutejs/plasma-new-hope/styled-components").PopoverPlacement | import("@salutejs/plasma-new-hope/styled-components").PopoverPlacementBasic[] | undefined;
|
179
167
|
hintHasArrow?: boolean | undefined;
|
180
168
|
hintOffset?: [number, number] | undefined;
|
@@ -201,11 +189,10 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
|
|
201
189
|
hasDivider?: undefined;
|
202
190
|
} & {
|
203
191
|
hintText: string;
|
204
|
-
hintTrigger?: "
|
192
|
+
hintTrigger?: "click" | "hover" | undefined;
|
205
193
|
hintView?: string | undefined;
|
206
194
|
hintSize?: string | undefined;
|
207
195
|
hintTargetIcon?: import("react").ReactNode;
|
208
|
-
hintTargetPlacement?: "outer" | "inner" | undefined;
|
209
196
|
hintPlacement?: import("@salutejs/plasma-new-hope/styled-components").PopoverPlacement | import("@salutejs/plasma-new-hope/styled-components").PopoverPlacementBasic[] | undefined;
|
210
197
|
hintHasArrow?: boolean | undefined;
|
211
198
|
hintOffset?: [number, number] | undefined;
|
@@ -238,7 +225,6 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
|
|
238
225
|
hintView?: undefined;
|
239
226
|
hintSize?: undefined;
|
240
227
|
hintTargetIcon?: undefined;
|
241
|
-
hintTargetPlacement?: undefined;
|
242
228
|
hintPlacement?: undefined;
|
243
229
|
hintHasArrow?: undefined;
|
244
230
|
hintOffset?: undefined;
|
@@ -269,7 +255,6 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
|
|
269
255
|
hintView?: undefined;
|
270
256
|
hintSize?: undefined;
|
271
257
|
hintTargetIcon?: undefined;
|
272
|
-
hintTargetPlacement?: undefined;
|
273
258
|
hintPlacement?: undefined;
|
274
259
|
hintHasArrow?: undefined;
|
275
260
|
hintOffset?: undefined;
|
@@ -21,13 +21,6 @@ export declare const config: {
|
|
21
21
|
inner: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
22
22
|
outer: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
23
23
|
};
|
24
|
-
hintView: {
|
25
|
-
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
26
|
-
};
|
27
|
-
hintSize: {
|
28
|
-
m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
29
|
-
s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
30
|
-
};
|
31
24
|
disabled: {
|
32
25
|
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
33
26
|
};
|
@@ -1,4 +1,4 @@
|
|
1
|
-
require('./Combobox.
|
1
|
+
require('./Combobox.config_hw71fq.css');
|
2
2
|
'use strict';
|
3
3
|
|
4
4
|
Object.defineProperty(exports, '__esModule', { value: true });
|
@@ -26,18 +26,11 @@ var config = {
|
|
26
26
|
inner: "ijf6k4v",
|
27
27
|
outer: "oixuhkh"
|
28
28
|
},
|
29
|
-
hintView: {
|
30
|
-
"default": "dhokxr1"
|
31
|
-
},
|
32
|
-
hintSize: {
|
33
|
-
m: "m1kzzqc1",
|
34
|
-
s: "s148hhvf"
|
35
|
-
},
|
36
29
|
disabled: {
|
37
|
-
"true": "
|
30
|
+
"true": "thokxr1"
|
38
31
|
},
|
39
32
|
readOnly: {
|
40
|
-
"true": "
|
33
|
+
"true": "t1kzzqc1"
|
41
34
|
}
|
42
35
|
}
|
43
36
|
};
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Combobox.config.js","sources":["../../src-css/components/Combobox/Combobox.config.ts"],"sourcesContent":["import { css, comboboxNewTokens as tokens } from '@salutejs/plasma-new-hope';\n\nexport const config = {\n defaults: {\n view: 'default',\n size: 'm',\n labelPlacement: 'outer',\n },\n variations: {\n view: {\n default: css`\n ${tokens.textFieldColor}: var(--text-primary);\n ${tokens.textFieldClearColor}: var(--text-primary);\n\n ${tokens.textFieldPlaceholderColor}: var(--text-secondary);\n ${tokens.textFieldPlaceholderColorFocus}: var(--text-tertiary);\n ${tokens.textFieldClearPlaceholderColor}: var(--text-secondary);\n ${tokens.textFieldClearPlaceholderColorFocus}: var(--text-tertiary);\n\n ${tokens.textFieldBackgroundColor}: var(--surface-transparent-primary);\n ${tokens.textFieldBackgroundColorFocus}: var(--surface-transparent-secondary);\n ${tokens.textFieldCaretColor}: var(--text-accent);\n ${tokens.textFieldTextBeforeColor}: var(--text-tertiary);\n ${tokens.textFieldTextAfterColor}: var(--text-tertiary);\n ${tokens.textFieldLabelColor}: var(--text-primary);\n ${tokens.textFieldLeftHelperColor}: var(--text-secondary);\n ${tokens.textFieldFocusColor}: var(--text-accent);\n\n ${tokens.textFieldContentSlotColor}: var(--text-secondary);\n ${tokens.textFieldContentSlotColorHover}: var(--text-secondary-hover);\n ${tokens.textFieldContentSlotColorActive}: var(--text-secondary-active);\n\n ${tokens.textFieldIndicatorColor}: var(--surface-negative);\n ${tokens.textFieldOptionalColor}: var(--text-tertiary);\n\n ${tokens.textFieldChipCloseIconColor}: var(--text-secondary);\n ${tokens.textFieldChipColor}: var(--text-primary);\n ${tokens.textFieldChipBackground}: var(--surface-transparent-secondary);\n ${tokens.textFieldChipColorHover}: var(--text-primary);\n ${tokens.textFieldChipBackgroundHover}: var(--surface-transparent-secondary-hover);\n ${tokens.textFieldChipColorActive}: var(--text-primary);\n ${tokens.textFieldChipBackgroundActive}: var(--surface-transparent-secondary-active);\n ${tokens.textFieldChipBackgroundReadOnly}: var(--surface-transparent-secondary);\n ${tokens.textFieldChipColorReadOnly}: var(--text-primary);\n ${tokens.textFieldChipBackgroundReadOnlyHover}: var(--surface-transparent-secondary);\n ${tokens.textFieldChipColorReadOnlyHover}: var(--text-primary);\n ${tokens.textFieldChipOpacityReadonly}: 0.72;\n\n ${tokens.disclosureIconColor}: var(--text-secondary);\n ${tokens.disclosureIconColorHover}: var(--text-secondary-hover);\n ${tokens.itemBackgroundHover}: var(--surface-transparent-secondary);\n ${tokens.textFieldHintIconColor}: var(--text-secondary);\n `,\n positive: css`\n ${tokens.textFieldColor}: var(--text-primary);\n ${tokens.textFieldClearColor}: var(--text-positive);\n\n ${tokens.textFieldPlaceholderColor}: var(--text-secondary);\n ${tokens.textFieldPlaceholderColorFocus}: var(--text-tertiary);\n ${tokens.textFieldClearPlaceholderColor}: var(--text-positive);\n ${tokens.textFieldClearPlaceholderColorFocus}: var(--text-positive);\n\n ${tokens.textFieldBackgroundColor}: var(--surface-transparent-positive);\n ${tokens.textFieldBackgroundColorFocus}: var(--surface-transparent-positive-active);\n ${tokens.textFieldCaretColor}: var(--text-accent);\n ${tokens.textFieldTextBeforeColor}: var(--text-tertiary);\n ${tokens.textFieldTextAfterColor}: var(--text-tertiary);\n ${tokens.textFieldLabelColor}: var(--text-primary);\n ${tokens.textFieldLeftHelperColor}: var(--text-positive);\n ${tokens.textFieldFocusColor}: var(--text-accent);\n\n ${tokens.textFieldContentSlotColor}: var(--text-secondary);\n ${tokens.textFieldContentSlotColorHover}: var(--text-secondary-hover);\n ${tokens.textFieldContentSlotColorActive}: var(--text-secondary-active);\n\n ${tokens.textFieldIndicatorColor}: var(--surface-negative);\n ${tokens.textFieldOptionalColor}: var(--text-tertiary);\n\n ${tokens.textFieldChipCloseIconColor}: var(--text-secondary);\n ${tokens.textFieldChipColor}: var(--text-primary);\n ${tokens.textFieldChipBackground}: var(--surface-transparent-secondary);\n ${tokens.textFieldChipColorHover}: var(--text-primary);\n ${tokens.textFieldChipBackgroundHover}: var(--surface-transparent-secondary-hover);\n ${tokens.textFieldChipColorActive}: var(--text-primary);\n ${tokens.textFieldChipBackgroundActive}: var(--surface-transparent-secondary-active);\n ${tokens.textFieldChipBackgroundReadOnly}: var(--surface-transparent-secondary);\n ${tokens.textFieldChipColorReadOnly}: var(--text-primary);\n ${tokens.textFieldChipBackgroundReadOnlyHover}: var(--surface-transparent-secondary);\n ${tokens.textFieldChipColorReadOnlyHover}: var(--text-primary);\n ${tokens.textFieldChipOpacityReadonly}: 0.72;\n\n ${tokens.disclosureIconColor}: var(--text-secondary);\n ${tokens.disclosureIconColorHover}: var(--text-secondary-hover);\n ${tokens.itemBackgroundHover}: var(--surface-transparent-secondary);\n ${tokens.textFieldHintIconColor}: var(--text-secondary);\n `,\n warning: css`\n ${tokens.textFieldColor}: var(--text-primary);\n ${tokens.textFieldClearColor}: var(--text-warning);\n\n ${tokens.textFieldPlaceholderColor}: var(--text-secondary);\n ${tokens.textFieldPlaceholderColorFocus}: var(--text-tertiary);\n ${tokens.textFieldClearPlaceholderColor}: var(--text-warning);\n ${tokens.textFieldClearPlaceholderColorFocus}: var(--text-warning);\n\n ${tokens.textFieldBackgroundColor}: var(--surface-transparent-warning);\n ${tokens.textFieldBackgroundColorFocus}: var(--surface-transparent-warning-active);\n ${tokens.textFieldCaretColor}: var(--text-accent);\n ${tokens.textFieldTextBeforeColor}: var(--text-tertiary);\n ${tokens.textFieldTextAfterColor}: var(--text-tertiary);\n ${tokens.textFieldLabelColor}: var(--text-primary);\n ${tokens.textFieldLeftHelperColor}: var(--text-warning);\n ${tokens.textFieldFocusColor}: var(--text-accent);\n\n ${tokens.textFieldContentSlotColor}: var(--text-secondary);\n ${tokens.textFieldContentSlotColorHover}: var(--text-secondary-hover);\n ${tokens.textFieldContentSlotColorActive}: var(--text-secondary-active);\n\n ${tokens.textFieldIndicatorColor}: var(--surface-negative);\n ${tokens.textFieldOptionalColor}: var(--text-tertiary);\n\n ${tokens.textFieldChipCloseIconColor}: var(--text-secondary);\n ${tokens.textFieldChipColor}: var(--text-primary);\n ${tokens.textFieldChipBackground}: var(--surface-transparent-secondary);\n ${tokens.textFieldChipColorHover}: var(--text-primary);\n ${tokens.textFieldChipBackgroundHover}: var(--surface-transparent-secondary-hover);\n ${tokens.textFieldChipColorActive}: var(--text-primary);\n ${tokens.textFieldChipBackgroundActive}: var(--surface-transparent-secondary-active);\n ${tokens.textFieldChipBackgroundReadOnly}: var(--surface-transparent-secondary);\n ${tokens.textFieldChipColorReadOnly}: var(--text-primary);\n ${tokens.textFieldChipBackgroundReadOnlyHover}: var(--surface-transparent-secondary);\n ${tokens.textFieldChipColorReadOnlyHover}: var(--text-primary);\n ${tokens.textFieldChipOpacityReadonly}: 0.72;\n\n ${tokens.disclosureIconColor}: var(--text-secondary);\n ${tokens.disclosureIconColorHover}: var(--text-secondary-hover);\n ${tokens.itemBackgroundHover}: var(--surface-transparent-secondary);\n ${tokens.textFieldHintIconColor}: var(--text-secondary);\n `,\n negative: css`\n ${tokens.textFieldColor}: var(--text-primary);\n ${tokens.textFieldClearColor}: var(--text-negative);\n\n ${tokens.textFieldPlaceholderColor}: var(--text-secondary);\n ${tokens.textFieldPlaceholderColorFocus}: var(--text-tertiary);\n ${tokens.textFieldClearPlaceholderColor}: var(--text-negative);\n ${tokens.textFieldClearPlaceholderColorFocus}: var(--text-negative);\n\n ${tokens.textFieldBackgroundColor}: var(--surface-transparent-negative);\n ${tokens.textFieldBackgroundColorFocus}: var(--surface-transparent-negative-active);\n\n ${tokens.textFieldCaretColor}: var(--text-accent);\n ${tokens.textFieldTextBeforeColor}: var(--text-tertiary);\n ${tokens.textFieldTextAfterColor}: var(--text-tertiary);\n ${tokens.textFieldLabelColor}: var(--text-primary);\n ${tokens.textFieldLeftHelperColor}: var(--text-negative);\n ${tokens.textFieldFocusColor}: var(--text-accent);\n\n ${tokens.textFieldContentSlotColor}: var(--text-secondary);\n ${tokens.textFieldContentSlotColorHover}: var(--text-secondary-hover);\n ${tokens.textFieldContentSlotColorActive}: var(--text-secondary-active);\n\n ${tokens.textFieldIndicatorColor}: var(--surface-negative);\n ${tokens.textFieldOptionalColor}: var(--text-tertiary);\n\n ${tokens.textFieldChipCloseIconColor}: var(--text-secondary);\n ${tokens.textFieldChipColor}: var(--text-primary);\n ${tokens.textFieldChipBackground}: var(--surface-transparent-secondary);\n ${tokens.textFieldChipColorHover}: var(--text-primary);\n ${tokens.textFieldChipBackgroundHover}: var(--surface-transparent-secondary-hover);\n ${tokens.textFieldChipColorActive}: var(--text-primary);\n ${tokens.textFieldChipBackgroundActive}: var(--surface-transparent-secondary-active);\n ${tokens.textFieldChipBackgroundReadOnly}: var(--surface-transparent-secondary);\n ${tokens.textFieldChipColorReadOnly}: var(--text-primary);\n ${tokens.textFieldChipBackgroundReadOnlyHover}: var(--surface-transparent-secondary);\n ${tokens.textFieldChipColorReadOnlyHover}: var(--text-primary);\n ${tokens.textFieldChipOpacityReadonly}: 0.72;\n\n ${tokens.disclosureIconColor}: var(--text-secondary);\n ${tokens.disclosureIconColorHover}: var(--text-secondary-hover);\n ${tokens.itemBackgroundHover}: var(--surface-transparent-secondary);\n ${tokens.textFieldHintIconColor}: var(--text-secondary);\n `,\n },\n size: {\n l: css`\n ${tokens.textFieldHeight}: 3.5rem;\n ${tokens.textFieldPadding}: 1.0625rem 1.125rem 1.0625rem 1.125rem;\n ${tokens.textFieldPaddingWithChips}: 0.375rem;\n ${tokens.textFieldBorderRadius}: 0.875rem;\n\n ${tokens.textFieldLeftContentMargin}: -0.0625rem 0.5rem -0.0625rem -0.125rem;\n ${tokens.textFieldRightContentMargin}: -0.0625rem -0.125rem -0.0625rem 0.75rem;\n ${tokens.textFieldRightContentWithHintMargin}: -0.0625rem -0.438rem -0.0625rem 0.75rem;\n\n ${tokens.textFieldContentRightWrapperGap}: 0.25rem;\n ${tokens.textFieldContentRightWrapperMargin}: -0.438rem -0.438rem -0.438rem 0;\n\n ${tokens.textFieldTextBeforeMargin}: 0 0.25rem 0 0;\n ${tokens.textFieldTextAfterMargin}: 0 0 0 0.25rem;\n\n ${tokens.textFieldFontFamily}: var(--plasma-typo-body-l-font-family);\n ${tokens.textFieldFontSize}: var(--plasma-typo-body-l-font-size);\n ${tokens.textFieldFontStyle}: var(--plasma-typo-body-l-font-style);\n ${tokens.textFieldFontWeight}: var(--plasma-typo-body-l-font-weight);\n ${tokens.textFieldLetterSpacing}: var(--plasma-typo-body-l-letter-spacing);\n ${tokens.textFieldLineHeight}: var(--plasma-typo-body-l-line-height);\n\n ${tokens.textFieldLabelOffset}: 0.75rem;\n ${tokens.textFieldLabelFontFamily}: var(--plasma-typo-body-l-font-family);\n ${tokens.textFieldLabelFontSize}: var(--plasma-typo-body-l-font-size);\n ${tokens.textFieldLabelFontStyle}: var(--plasma-typo-body-l-font-style);\n ${tokens.textFieldLabelFontWeight}: var(--plasma-typo-body-l-font-weight);\n ${tokens.textFieldLabelLetterSpacing}: var(--plasma-typo-body-l-letter-spacing);\n ${tokens.textFieldLabelLineHeight}: var(--plasma-typo-body-l-line-height);\n\n ${tokens.textFieldHintMargin}: -0.688rem -0.5rem;\n ${tokens.textFieldHintTargetSize}: 2.375rem;\n ${tokens.textFieldHintInnerLabelPlacementOffset}: 0.563rem -2.938rem auto auto;\n ${tokens.textFieldClearHintInnerLabelPlacementOffset}: 0.563rem -2.188rem auto auto;\n\n ${tokens.textFieldLeftHelperOffset}: 0.25rem;\n ${tokens.textFieldLeftHelperFontFamily}: var(--plasma-typo-body-xs-font-family);\n ${tokens.textFieldLeftHelperFontSize}: var(--plasma-typo-body-xs-font-size);\n ${tokens.textFieldLeftHelperFontStyle}: var(--plasma-typo-body-xs-font-style);\n ${tokens.textFieldLeftHelperFontWeight}: var(--plasma-typo-body-xs-font-weight);\n ${tokens.textFieldLeftHelperLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);\n ${tokens.textFieldLeftHelperLineHeight}: var(--plasma-typo-body-xs-line-height);\n\n ${tokens.textFieldLabelInnerPadding}: 0.5625rem 0 0.125rem 0;\n ${tokens.textFieldContentLabelInnerPadding}: 1.5625rem 0 0.5625rem 0;\n\n ${tokens.textFieldIndicatorSizeInner}: 0.5rem;\n ${tokens.textFieldIndicatorSizeOuter}: 0.375rem;\n ${tokens.textFieldIndicatorLabelPlacementInner}: 0 0 0 0;\n ${tokens.textFieldIndicatorLabelPlacementOuter}: 0.5rem auto auto -0.75rem;\n ${tokens.textFieldIndicatorLabelPlacementInnerRight}: 0 0 auto auto;\n ${tokens.textFieldIndicatorLabelPlacementOuterRight}: 0.25rem -0.625rem auto auto;\n ${tokens.textFieldClearIndicatorLabelPlacementInner}: 1.5rem auto auto -0.875rem;\n ${tokens.textFieldClearIndicatorLabelPlacementInnerRight}: 1.5rem -0.875rem auto auto;\n ${tokens.textFieldClearIndicatorHintInnerRight}: 1.5rem -2.488rem auto auto;\n\n ${tokens.textFieldChipGap}: 0.25rem;\n ${tokens.textFieldChipBorderRadius}: 0.5rem;\n ${tokens.textFieldChipWidth}: auto;\n ${tokens.textFieldChipHeight}: 2.75rem;\n ${tokens.textFieldChipPadding}: 0 0.75rem 0 1rem;\n ${tokens.textFieldChipClearContentMarginLeft}: 0.625rem;\n ${tokens.textFieldChipClearContentMarginRight}: 0rem;\n ${tokens.textFieldChipCloseIconSize}: 1.5rem;\n ${tokens.textFieldChipFontFamily}: var(--plasma-typo-body-l-font-family);\n ${tokens.textFieldChipFontSize}: var(--plasma-typo-body-l-font-size);\n ${tokens.textFieldChipFontStyle}: var(--plasma-typo-body-l-font-style);\n ${tokens.textFieldChipFontWeight}: var(--plasma-typo-body-l-font-weight);\n ${tokens.textFieldChipLetterSpacing}: var(--plasma-typo-body-l-letter-spacing);\n ${tokens.textFieldChipLineHeight}: var(--plasma-typo-body-l-line-height);\n\n ${tokens.emptyStatePadding}: 1rem;\n ${tokens.padding}: 0.125rem;\n ${tokens.borderRadius}: 0.875rem;\n\n ${tokens.itemHeight}: 1.5rem;\n ${tokens.itemPadding}: 1rem 1.125rem;\n ${tokens.itemPaddingTight}: 0.75rem 1.125rem;\n ${tokens.itemBorderRadius}: 0.75rem;\n ${tokens.itemIconMargin}: 0 0.5rem 0 0;\n ${tokens.itemIconSize}: 1.5rem;\n ${tokens.itemIconSizeTight}: 1.5rem;\n\n ${tokens.cellPadding}: 0rem;\n ${tokens.cellPaddingLeftContent}: 0rem;\n ${tokens.cellPaddingContent}: 0rem;\n ${tokens.cellPaddingRightContent}: 0rem;\n ${tokens.cellTextboxGap}: 0.125rem;\n ${tokens.cellGap}: 0.375rem;\n ${tokens.cellTitleFontFamily}: var(--plasma-typo-body-l-font-family);\n ${tokens.cellTitleFontSize}: var(--plasma-typo-body-l-font-size);\n ${tokens.cellTitleFontStyle}: var(--plasma-typo-body-l-font-style);\n ${tokens.cellTitleFontWeight}: var(--plasma-typo-body-l-font-weight);\n ${tokens.cellTitleLetterSpacing}: var(--plasma-typo-body-l-letter-spacing);\n ${tokens.cellTitleLineHeight}: var(--plasma-typo-body-l-line-height);\n\n ${tokens.fontFamily}: var(--plasma-typo-body-l-font-family);\n ${tokens.fontSize}: var(--plasma-typo-body-l-font-size);\n ${tokens.fontStyle}: var(--plasma-typo-body-l-font-style);\n ${tokens.fontWeight}: var(--plasma-typo-body-l-font-weight);\n ${tokens.fontLetterSpacing}: var(--plasma-typo-body-l-letter-spacing);\n ${tokens.fontLineHeight}: var(--plasma-typo-body-l-line-height);\n\n ${tokens.checkboxTriggerSize}: 1.25rem;\n ${tokens.checkboxTriggerSizeTight}: 1.25rem;\n ${tokens.checkboxTriggerBorderRadius}: 0.375rem;\n ${tokens.checkboxTriggerBorderRadiusTight}: 0.375rem;\n ${tokens.checkboxFillColor}: var(--text-accent);\n ${tokens.checkboxIconColor}: var(--on-dark-text-primary);\n ${tokens.checkboxTriggerBorderColor}: var(--text-secondary);\n\n ${tokens.indicatorSize}: 0.375rem;\n `,\n m: css`\n ${tokens.textFieldHeight}: 3rem;\n ${tokens.textFieldPadding}: 0.875rem 1rem 0.875rem 1rem;\n ${tokens.textFieldPaddingWithChips}: 0.375rem;\n ${tokens.textFieldBorderRadius}: 0.75rem;\n\n ${tokens.textFieldLeftContentMargin}: -0.125rem 0.375rem -0.125rem -0.125rem;\n ${tokens.textFieldRightContentMargin}: -0.125rem -0.125rem -0.125rem 0.75rem;\n ${tokens.textFieldRightContentWithHintMargin}: -0.125rem -0.438rem -0.125rem 0.75rem;\n\n ${tokens.textFieldContentRightWrapperGap}: 0.25rem;\n ${tokens.textFieldContentRightWrapperMargin}: -0.438rem -0.438rem -0.438rem 0;\n\n ${tokens.textFieldTextBeforeMargin}: 0 0.25rem 0 0;\n ${tokens.textFieldTextAfterMargin}: 0 0 0 0.25rem;\n\n ${tokens.textFieldFontFamily}: var(--plasma-typo-body-m-font-family);\n ${tokens.textFieldFontSize}: var(--plasma-typo-body-m-font-size);\n ${tokens.textFieldFontStyle}: var(--plasma-typo-body-m-font-style);\n ${tokens.textFieldFontWeight}: var(--plasma-typo-body-m-font-weight);\n ${tokens.textFieldLetterSpacing}: var(--plasma-typo-body-m-letter-spacing);\n ${tokens.textFieldLineHeight}: var(--plasma-typo-body-m-line-height);\n\n ${tokens.textFieldLabelOffset}: 0.625rem;\n ${tokens.textFieldLabelFontFamily}: var(--plasma-typo-body-m-font-family);\n ${tokens.textFieldLabelFontSize}: var(--plasma-typo-body-m-font-size);\n ${tokens.textFieldLabelFontStyle}: var(--plasma-typo-body-m-font-style);\n ${tokens.textFieldLabelFontWeight}: var(--plasma-typo-body-m-font-weight);\n ${tokens.textFieldLabelLetterSpacing}: var(--plasma-typo-body-m-letter-spacing);\n ${tokens.textFieldLabelLineHeight}: var(--plasma-typo-body-m-line-height);\n\n ${tokens.textFieldHintMargin}: -0.688rem -0.5rem;\n ${tokens.textFieldHintTargetSize}: 2.375rem;\n ${tokens.textFieldHintInnerLabelPlacementOffset}: 0.312rem -2.813rem auto auto;\n ${tokens.textFieldClearHintInnerLabelPlacementOffset}: 0.312rem -2.188rem auto auto;\n\n ${tokens.textFieldLeftHelperOffset}: 0.25rem;\n ${tokens.textFieldLeftHelperFontFamily}: var(--plasma-typo-body-xs-font-family);\n ${tokens.textFieldLeftHelperFontSize}: var(--plasma-typo-body-xs-font-size);\n ${tokens.textFieldLeftHelperFontStyle}: var(--plasma-typo-body-xs-font-style);\n ${tokens.textFieldLeftHelperFontWeight}: var(--plasma-typo-body-xs-font-weight);\n ${tokens.textFieldLeftHelperLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);\n ${tokens.textFieldLeftHelperLineHeight}: var(--plasma-typo-body-xs-line-height);\n\n ${tokens.textFieldLabelInnerPadding}: 0.375rem 0 0.125rem 0;\n ${tokens.textFieldContentLabelInnerPadding}: 1.375rem 0 0.375rem 0;\n\n ${tokens.textFieldIndicatorSizeInner}: 0.5rem;\n ${tokens.textFieldIndicatorSizeOuter}: 0.375rem;\n ${tokens.textFieldIndicatorLabelPlacementInner}: 0 0 0 0;\n ${tokens.textFieldIndicatorLabelPlacementOuter}: 0.375rem auto auto -0.75rem;\n ${tokens.textFieldIndicatorLabelPlacementInnerRight}: 0 0 auto auto;\n ${tokens.textFieldIndicatorLabelPlacementOuterRight}: 0.25rem -0.6875rem auto auto;\n ${tokens.textFieldClearIndicatorLabelPlacementInner}: 1.25rem auto auto -0.875rem;\n ${tokens.textFieldClearIndicatorLabelPlacementInnerRight}: 1.25rem -0.875rem auto auto;\n ${tokens.textFieldClearIndicatorHintInnerRight}: 1.25rem -2.488rem auto auto;\n\n ${tokens.textFieldChipGap}: 0.25rem;\n ${tokens.textFieldChipBorderRadius}: 0.375rem;\n ${tokens.textFieldChipWidth}: auto;\n ${tokens.textFieldChipHeight}: 2.25rem;\n ${tokens.textFieldChipPadding}: 0 0.625rem 0 0.875rem;\n ${tokens.textFieldChipClearContentMarginLeft}: 0.5rem;\n ${tokens.textFieldChipClearContentMarginRight}: 0rem;\n ${tokens.textFieldChipCloseIconSize}: 1.25rem;\n ${tokens.textFieldChipFontFamily}: var(--plasma-typo-body-m-font-family);\n ${tokens.textFieldChipFontSize}: var(--plasma-typo-body-m-font-size);\n ${tokens.textFieldChipFontStyle}: var(--plasma-typo-body-m-font-style);\n ${tokens.textFieldChipFontWeight}: var(--plasma-typo-body-m-font-weight);\n ${tokens.textFieldChipLetterSpacing}: var(--plasma-typo-body-m-letter-spacing);\n ${tokens.textFieldChipLineHeight}: var(--plasma-typo-body-m-line-height);\n\n ${tokens.emptyStatePadding}: 0.875rem 1rem 0.875rem 1rem;\n ${tokens.padding}: 0.125rem;\n ${tokens.borderRadius}: 0.75rem;\n\n ${tokens.itemHeight}: 1.5rem;\n ${tokens.itemPadding}: 0.75rem 0.875rem;\n ${tokens.itemPaddingTight}: 0.5rem 0.875rem;\n ${tokens.itemBorderRadius}: 0.625rem;\n ${tokens.itemIconMargin}: 0 0.375rem 0 0;\n ${tokens.itemIconSize}: 1.5rem;\n ${tokens.itemIconSizeTight}: 1.5rem;\n\n ${tokens.cellPadding}: 0rem;\n ${tokens.cellPaddingLeftContent}: 0rem;\n ${tokens.cellPaddingContent}: 0rem;\n ${tokens.cellPaddingRightContent}: 0rem;\n ${tokens.cellTextboxGap}: 0.125rem;\n ${tokens.cellGap}: 0.375rem;\n ${tokens.cellTitleFontFamily}: var(--plasma-typo-body-m-font-family);\n ${tokens.cellTitleFontSize}: var(--plasma-typo-body-m-font-size);\n ${tokens.cellTitleFontStyle}: var(--plasma-typo-body-m-font-style);\n ${tokens.cellTitleFontWeight}: var(--plasma-typo-body-m-font-weight);\n ${tokens.cellTitleLetterSpacing}: var(--plasma-typo-body-m-letter-spacing);\n ${tokens.cellTitleLineHeight}: var(--plasma-typo-body-m-line-height);\n\n ${tokens.fontFamily}: var(--plasma-typo-body-m-font-family);\n ${tokens.fontSize}: var(--plasma-typo-body-m-font-size);\n ${tokens.fontStyle}: var(--plasma-typo-body-m-font-style);\n ${tokens.fontWeight}: var(--plasma-typo-body-m-font-weight);\n ${tokens.fontLetterSpacing}: var(--plasma-typo-body-m-letter-spacing);\n ${tokens.fontLineHeight}: var(--plasma-typo-body-m-line-height);\n\n ${tokens.checkboxTriggerSize}: 1.25rem;\n ${tokens.checkboxTriggerSizeTight}: 1.25rem;\n ${tokens.checkboxTriggerBorderRadius}: 0.375rem;\n ${tokens.checkboxTriggerBorderRadiusTight}: 0.375rem;\n ${tokens.checkboxFillColor}: var(--text-accent);\n ${tokens.checkboxIconColor}: var(--on-dark-text-primary);\n ${tokens.checkboxTriggerBorderColor}: var(--text-secondary);\n\n ${tokens.indicatorSize}: 0.375rem;\n `,\n s: css`\n ${tokens.textFieldHeight}: 2.5rem;\n ${tokens.textFieldPadding}: 0.6875rem 0.875rem 0.6875rem 0.875rem;\n ${tokens.textFieldPaddingWithChips}: 0.375rem;\n ${tokens.textFieldBorderRadius}: 0.625rem;\n\n ${tokens.textFieldLeftContentMargin}: -0.1875rem 0.25rem -0.1875rem -0.125rem;\n ${tokens.textFieldRightContentMargin}: -0.1875rem -0.125rem -0.1875rem 0.75rem;\n ${tokens.textFieldRightContentWithHintMargin}: -0.1875rem -0.438rem -0.1875rem 0.75rem;\n\n ${tokens.textFieldContentRightWrapperGap}: 0.25rem;\n ${tokens.textFieldContentRightWrapperMargin}: -0.438rem -0.438rem -0.438rem 0;\n\n ${tokens.textFieldTextBeforeMargin}: 0 0.25rem 0 0;\n ${tokens.textFieldTextAfterMargin}: 0 0 0 0.25rem;\n\n ${tokens.textFieldFontFamily}: var(--plasma-typo-body-s-font-family);\n ${tokens.textFieldFontSize}: var(--plasma-typo-body-s-font-size);\n ${tokens.textFieldFontStyle}: var(--plasma-typo-body-s-font-style);\n ${tokens.textFieldFontWeight}: var(--plasma-typo-body-s-font-weight);\n ${tokens.textFieldLetterSpacing}: var(--plasma-typo-body-s-letter-spacing);\n ${tokens.textFieldLineHeight}: var(--plasma-typo-body-s-line-height);\n\n ${tokens.textFieldLabelOffset}: 0.5rem;\n ${tokens.textFieldLabelFontFamily}: var(--plasma-typo-body-s-font-family);\n ${tokens.textFieldLabelFontSize}: var(--plasma-typo-body-s-font-size);\n ${tokens.textFieldLabelFontStyle}: var(--plasma-typo-body-s-font-style);\n ${tokens.textFieldLabelFontWeight}: var(--plasma-typo-body-s-font-weight);\n ${tokens.textFieldLabelLetterSpacing}: var(--plasma-typo-body-s-letter-spacing);\n ${tokens.textFieldLabelLineHeight}: var(--plasma-typo-body-s-line-height);\n\n ${tokens.textFieldHintMargin}: -0.688rem -0.5rem;\n ${tokens.textFieldHintTargetSize}: 2.375rem;\n ${tokens.textFieldHintInnerLabelPlacementOffset}: 0.062rem -2.688rem auto auto;\n ${tokens.textFieldClearHintInnerLabelPlacementOffset}: 0.062rem -2.188rem auto auto;\n\n ${tokens.textFieldLeftHelperOffset}: 0.25rem;\n ${tokens.textFieldLeftHelperFontFamily}: var(--plasma-typo-body-xs-font-family);\n ${tokens.textFieldLeftHelperFontSize}: var(--plasma-typo-body-xs-font-size);\n ${tokens.textFieldLeftHelperFontStyle}: var(--plasma-typo-body-xs-font-style);\n ${tokens.textFieldLeftHelperFontWeight}: var(--plasma-typo-body-xs-font-weight);\n ${tokens.textFieldLeftHelperLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);\n ${tokens.textFieldLeftHelperLineHeight}: var(--plasma-typo-body-xs-line-height);\n\n ${tokens.textFieldLabelInnerPadding}: 0.3125rem 0 0 0;\n ${tokens.textFieldContentLabelInnerPadding}: 1.0625rem 0 0.3125rem 0;\n\n ${tokens.textFieldIndicatorSizeInner}: 0.375rem;\n ${tokens.textFieldIndicatorSizeOuter}: 0.375rem;\n ${tokens.textFieldIndicatorLabelPlacementInner}: 0 0 0 0;\n ${tokens.textFieldIndicatorLabelPlacementOuter}: 0.3125rem auto auto -0.6875rem;\n ${tokens.textFieldIndicatorLabelPlacementInnerRight}: 0 0 auto auto;\n ${tokens.textFieldIndicatorLabelPlacementOuterRight}: 0.25rem -0.625rem auto auto;\n ${tokens.textFieldClearIndicatorLabelPlacementInner}: 1.063rem auto auto -0.75rem;\n ${tokens.textFieldClearIndicatorLabelPlacementInnerRight}: 1.063rem -0.75rem auto auto;\n ${tokens.textFieldClearIndicatorHintInnerRight}: 1.063rem -2.238rem auto auto;\n\n ${tokens.textFieldChipGap}: 0.25rem;\n ${tokens.textFieldChipBorderRadius}: 0.25rem;\n ${tokens.textFieldChipWidth}: auto;\n ${tokens.textFieldChipHeight}: 1.75rem;\n ${tokens.textFieldChipPadding}: 0 0.5rem 0 0.75rem;\n ${tokens.textFieldChipClearContentMarginLeft}: 0.375rem;\n ${tokens.textFieldChipClearContentMarginRight}: 0rem;\n ${tokens.textFieldChipCloseIconSize}: 1rem;\n ${tokens.textFieldChipFontFamily}: var(--plasma-typo-body-s-font-family);\n ${tokens.textFieldChipFontSize}: var(--plasma-typo-body-s-font-size);\n ${tokens.textFieldChipFontStyle}: var(--plasma-typo-body-s-font-style);\n ${tokens.textFieldChipFontWeight}: var(--plasma-typo-body-s-font-weight);\n ${tokens.textFieldChipLetterSpacing}: var(--plasma-typo-body-s-letter-spacing);\n ${tokens.textFieldChipLineHeight}: var(--plasma-typo-body-s-line-height);\n\n ${tokens.emptyStatePadding}: 0.625rem 0.875rem 0.625rem 0.875rem;\n ${tokens.padding}: 0.125rem;\n ${tokens.borderRadius}: 0.625rem;\n\n ${tokens.itemHeight}: 1.5rem;\n ${tokens.itemPadding}: 0.5rem 0.75rem;\n ${tokens.itemPaddingTight}: 0.25rem 0.75rem;\n ${tokens.itemBorderRadius}: 0.5rem;\n ${tokens.itemIconSize}: 1.5rem;\n ${tokens.itemIconSizeTight}: 1rem;\n ${tokens.itemIconMargin}: 0 0.375rem 0 0;\n\n ${tokens.cellPadding}: 0rem;\n ${tokens.cellPaddingLeftContent}: 0rem;\n ${tokens.cellPaddingContent}: 0rem;\n ${tokens.cellPaddingRightContent}: 0rem;\n ${tokens.cellTextboxGap}: 0.125rem;\n ${tokens.cellGap}: 0.375rem;\n ${tokens.cellTitleFontFamily}: var(--plasma-typo-body-s-font-family);\n ${tokens.cellTitleFontSize}: var(--plasma-typo-body-s-font-size);\n ${tokens.cellTitleFontStyle}: var(--plasma-typo-body-s-font-style);\n ${tokens.cellTitleFontWeight}: var(--plasma-typo-body-s-font-weight);\n ${tokens.cellTitleLetterSpacing}: var(--plasma-typo-body-s-letter-spacing);\n ${tokens.cellTitleLineHeight}: var(--plasma-typo-body-s-line-height);\n\n ${tokens.fontFamily}: var(--plasma-typo-body-s-font-family);\n ${tokens.fontSize}: var(--plasma-typo-body-s-font-size);\n ${tokens.fontStyle}: var(--plasma-typo-body-s-font-style);\n ${tokens.fontWeight}: var(--plasma-typo-body-s-font-weight);\n ${tokens.fontLetterSpacing}: var(--plasma-typo-body-s-letter-spacing);\n ${tokens.fontLineHeight}: var(--plasma-typo-body-s-line-height);\n\n ${tokens.checkboxTriggerSize}: 1.25rem;\n ${tokens.checkboxTriggerSizeTight}: 0.875rem;\n ${tokens.checkboxTriggerBorderRadius}: 0.375rem;\n ${tokens.checkboxTriggerBorderRadiusTight}: 0.25rem;\n ${tokens.checkboxFillColor}: var(--text-accent);\n ${tokens.checkboxIconColor}: var(--on-dark-text-primary);\n ${tokens.checkboxTriggerBorderColor}: var(--text-secondary);\n\n ${tokens.indicatorSize}: 0.375rem;\n `,\n xs: css`\n ${tokens.textFieldHeight}: 2rem;\n ${tokens.textFieldPadding}: 0.5625rem 0.625rem 0.5625rem 0.625rem;\n ${tokens.textFieldPaddingWithChips}: 0.375rem;\n ${tokens.textFieldBorderRadius}: 0.5rem;\n\n ${tokens.textFieldLeftContentMargin}: -0.0625rem 0.25rem -0.0625rem -0.125rem;\n ${tokens.textFieldRightContentMargin}: -0.0625rem -0.125rem -0.0625rem 0.75rem;\n ${tokens.textFieldRightContentWithHintMargin}: -0.0625rem -0.688rem -0.0625rem 0.75rem;\n\n ${tokens.textFieldContentRightWrapperGap}: 0.25rem;\n ${tokens.textFieldContentRightWrapperMargin}: -0.688rem -0.688rem -0.688rem 0;\n\n ${tokens.textFieldTextBeforeMargin}: 0 0.25rem 0 0;\n ${tokens.textFieldTextAfterMargin}: 0 0 0 0.25rem;\n\n ${tokens.textFieldFontFamily}: var(--plasma-typo-body-xs-font-family);\n ${tokens.textFieldFontSize}: var(--plasma-typo-body-xs-font-size);\n ${tokens.textFieldFontStyle}: var(--plasma-typo-body-xs-font-style);\n ${tokens.textFieldFontWeight}: var(--plasma-typo-body-xs-font-weight);\n ${tokens.textFieldLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);\n ${tokens.textFieldLineHeight}: var(--plasma-typo-body-xs-line-height);\n\n ${tokens.textFieldLabelOffset}: 0.375rem;\n ${tokens.textFieldLabelFontFamily}: var(--plasma-typo-body-xs-font-family);\n ${tokens.textFieldLabelFontSize}: var(--plasma-typo-body-xs-font-size);\n ${tokens.textFieldLabelFontStyle}: var(--plasma-typo-body-xs-font-style);\n ${tokens.textFieldLabelFontWeight}: var(--plasma-typo-body-xs-font-weight);\n ${tokens.textFieldLabelLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);\n ${tokens.textFieldLabelLineHeight}: var(--plasma-typo-body-xs-line-height);\n\n ${tokens.textFieldHintMargin}: -0.75rem -0.625rem -0.75rem -0.5rem;\n ${tokens.textFieldHintTargetSize}: 2.375rem;\n ${tokens.textFieldHintInnerLabelPlacementOffset}: -0.188rem -2.1875rem auto auto;\n ${tokens.textFieldClearHintInnerLabelPlacementOffset}: -0.188rem -1.938rem auto auto;\n\n ${tokens.textFieldLeftHelperOffset}: 0.25rem;\n ${tokens.textFieldLeftHelperFontFamily}: var(--plasma-typo-body-xs-font-family);\n ${tokens.textFieldLeftHelperFontSize}: var(--plasma-typo-body-xs-font-size);\n ${tokens.textFieldLeftHelperFontStyle}: var(--plasma-typo-body-xs-font-style);\n ${tokens.textFieldLeftHelperFontWeight}: var(--plasma-typo-body-xs-font-weight);\n ${tokens.textFieldLeftHelperLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);\n ${tokens.textFieldLeftHelperLineHeight}: var(--plasma-typo-body-xs-line-height);\n\n ${tokens.textFieldLabelInnerPadding}: 0.3125rem 0 0 0;\n ${tokens.textFieldContentLabelInnerPadding}: 1.0625rem 0 0.3125rem 0;\n\n ${tokens.textFieldIndicatorSizeInner}: 0.375rem;\n ${tokens.textFieldIndicatorSizeOuter}: 0.375rem;\n ${tokens.textFieldIndicatorLabelPlacementInner}: 0 0 0 0;\n ${tokens.textFieldIndicatorLabelPlacementOuter}: 0.25rem auto auto -0.625rem;\n ${tokens.textFieldIndicatorLabelPlacementInnerRight}: 0 0 auto auto;\n ${tokens.textFieldIndicatorLabelPlacementOuterRight}: 0.125rem -0.6875rem auto auto;\n ${tokens.textFieldClearIndicatorLabelPlacementInner}: 0.813rem auto auto -0.625rem;\n ${tokens.textFieldClearIndicatorLabelPlacementInnerRight}: 0.813rem -0.625rem auto auto;\n ${tokens.textFieldClearIndicatorHintInnerRight}: 0.813rem -1.988rem auto auto;\n\n ${tokens.textFieldChipGap}: 0.25rem;\n ${tokens.textFieldChipBorderRadius}: 0.125rem;\n ${tokens.textFieldChipWidth}: auto;\n ${tokens.textFieldChipHeight}: 1.25rem;\n ${tokens.textFieldChipPadding}: 0 0.375rem 0 0.625rem;\n ${tokens.textFieldChipClearContentMarginLeft}: 0.25rem;\n ${tokens.textFieldChipClearContentMarginRight}: 0rem;\n ${tokens.textFieldChipCloseIconSize}: 0.75rem;\n ${tokens.textFieldChipFontFamily}: var(--plasma-typo-body-xs-font-family);\n ${tokens.textFieldChipFontSize}: var(--plasma-typo-body-xs-font-size);\n ${tokens.textFieldChipFontStyle}: var(--plasma-typo-body-xs-font-style);\n ${tokens.textFieldChipFontWeight}: var(--plasma-typo-body-xs-font-weight);\n ${tokens.textFieldChipLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);\n ${tokens.textFieldChipLineHeight}: var(--plasma-typo-body-xs-line-height);\n\n ${tokens.emptyStatePadding}: 0.5rem 0.625rem 0.5rem 0.625rem;\n ${tokens.padding}: 0.125rem;\n ${tokens.borderRadius}: 0.5rem;\n\n ${tokens.itemHeight}: 1rem;\n ${tokens.itemPadding}: 0.5rem;\n ${tokens.itemPaddingTight}: 0.25rem 0.5rem;\n ${tokens.itemBorderRadius}: 0.375rem;\n ${tokens.itemIconSize}: 1rem;\n ${tokens.itemIconSizeTight}: 1rem;\n ${tokens.itemIconMargin}: 0 0.25rem 0 0;\n\n ${tokens.cellPadding}: 0rem;\n ${tokens.cellPaddingLeftContent}: 0rem;\n ${tokens.cellPaddingContent}: 0rem;\n ${tokens.cellPaddingRightContent}: 0rem;\n ${tokens.cellTextboxGap}: 0.125rem;\n ${tokens.cellGap}: 0.25rem;\n ${tokens.cellTitleFontFamily}: var(--plasma-typo-body-xs-font-family);\n ${tokens.cellTitleFontSize}: var(--plasma-typo-body-xs-font-size);\n ${tokens.cellTitleFontStyle}: var(--plasma-typo-body-xs-font-style);\n ${tokens.cellTitleFontWeight}: var(--plasma-typo-body-xs-font-weight);\n ${tokens.cellTitleLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);\n ${tokens.cellTitleLineHeight}: var(--plasma-typo-body-xs-line-height);\n\n ${tokens.fontFamily}: var(--plasma-typo-body-m-font-family);\n ${tokens.fontSize}: var(--plasma-typo-body-m-font-size);\n ${tokens.fontStyle}: var(--plasma-typo-body-m-font-style);\n ${tokens.fontWeight}: var(--plasma-typo-body-m-font-weight);\n ${tokens.fontLetterSpacing}: var(--plasma-typo-body-m-letter-spacing);\n ${tokens.fontLineHeight}: var(--plasma-typo-body-m-line-height);\n\n ${tokens.checkboxTriggerSize}: 0.875rem;\n ${tokens.checkboxTriggerSizeTight}: 0.875rem;\n ${tokens.checkboxTriggerBorderRadius}: 0.25rem;\n ${tokens.checkboxTriggerBorderRadiusTight}: 0.25rem;\n ${tokens.checkboxFillColor}: var(--text-accent);\n ${tokens.checkboxIconColor}: var(--on-dark-text-primary);\n ${tokens.checkboxTriggerBorderColor}: var(--text-secondary);\n\n ${tokens.indicatorSize}: 0.375rem;\n `,\n },\n labelPlacement: {\n inner: css`\n ${tokens.textFieldPlaceholderColor}: var(--text-secondary);\n ${tokens.textFieldLabelInnerFontFamily}: var(--plasma-typo-body-xs-font-family);\n ${tokens.textFieldLabelInnerFontSize}: var(--plasma-typo-body-xs-font-size);\n ${tokens.textFieldLabelInnerFontStyle}: var(--plasma-typo-body-xs-font-style);\n ${tokens.textFieldLabelInnerFontWeight}: var(--plasma-typo-body-xs-font-weight);\n ${tokens.textFieldLabelInnerLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);\n ${tokens.textFieldLabelInnerLineHeight}: var(--plasma-typo-body-xs-line-height);\n `,\n outer: css``,\n },\n hintView: {\n default: css`\n ${tokens.textFieldTooltipBackgroundColor}: var(--surface-solid-card-brightness);\n ${tokens.textFieldTooltipBoxShadow}: var(--shadow-down-hard-m, 0px 4px 12px 0px rgba(0, 0, 0, 0.16),0px 1px 4px 0px rgba(0, 0, 0, 0.08));\n ${tokens.textFieldTooltipColor}: var(--text-primary);\n ${tokens.textFieldTooltipArrowBackground}: var(--surface-solid-card);\n `,\n },\n hintSize: {\n m: css`\n ${tokens.textFieldTooltipPaddingTop}: 0.6875rem;\n ${tokens.textFieldTooltipPaddingRight}: 0.875rem;\n ${tokens.textFieldTooltipPaddingBottom}: 0.6875rem;\n ${tokens.textFieldTooltipPaddingLeft}: 0.875rem;\n\n ${tokens.textFieldTooltipMinHeight}: 2.5rem;\n ${tokens.textFieldTooltipBorderRadius}: 0.625rem;\n\n ${tokens.textFieldTooltipTextFontFamily}: var(--plasma-typo-body-s-font-family);\n ${tokens.textFieldTooltipTextFontSize}: var(--plasma-typo-body-s-font-size);\n ${tokens.textFieldTooltipTextFontStyle}: var(--plasma-typo-body-s-font-style);\n ${tokens.textFieldTooltipTextFontWeight}: var(--plasma-typo-body-s-font-weight);\n ${tokens.textFieldTooltipTextFontLetterSpacing}: var(--plasma-typo-body-s-letter-spacing);\n ${tokens.textFieldTooltipTextFontLineHeight}: var(--plasma-typo-body-s-line-height);\n\n ${tokens.textFieldTooltipContentLeftMargin}: 0.375rem;\n\n ${tokens.textFieldTooltipArrowMaskWidth}: 1.25rem;\n ${tokens.textFieldTooltipArrowMaskHeight}: 1.25rem;\n ${tokens.textFieldTooltipArrowMaskImage}: url(\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggY2xpcC1ydWxlPSJldmVub2RkIiBkPSJtMC4xNywxMS44M2wyMCwwYy01LjUyLDAgLTEwLDMuNTkgLTEwLDhjMCwtNC40MSAtNC40OCwtOCAtMTAsLTh6IiBmaWxsPSIjMTcxNzE3IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGlkPSJUYWlsIi8+Cjwvc3ZnPg==\");\n ${tokens.textFieldTooltipArrowHeight}: 0.5rem;\n ${tokens.textFieldTooltipArrowEdgeMargin}: 0.625rem;\n `,\n s: css`\n ${tokens.textFieldTooltipPaddingTop}: 0.5rem;\n ${tokens.textFieldTooltipPaddingRight}: 0.75rem;\n ${tokens.textFieldTooltipPaddingBottom}: 0.5rem;\n ${tokens.textFieldTooltipPaddingLeft}: 0.75rem;\n\n ${tokens.textFieldTooltipMinHeight}: 2rem;\n ${tokens.textFieldTooltipBorderRadius}: 0.5rem;\n\n ${tokens.textFieldTooltipTextFontFamily}: var(--plasma-typo-body-xs-font-family);\n ${tokens.textFieldTooltipTextFontSize}: var(--plasma-typo-body-xs-font-size);\n ${tokens.textFieldTooltipTextFontStyle}: var(--plasma-typo-body-xs-font-style);\n ${tokens.textFieldTooltipTextFontWeight}: var(--plasma-typo-body-xs-font-weight);\n ${tokens.textFieldTooltipTextFontLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);\n ${tokens.textFieldTooltipTextFontLineHeight}: var(--plasma-typo-body-xs-line-height);\n\n ${tokens.textFieldTooltipContentLeftMargin}: 0.25rem;\n\n ${tokens.textFieldTooltipArrowMaskWidth}: 1rem;\n ${tokens.textFieldTooltipArrowMaskHeight}: 1rem;\n ${tokens.textFieldTooltipArrowMaskImage}: url(\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggY2xpcC1ydWxlPSJldmVub2RkIiBkPSJtMCw5Ljg1bDE2LDBjLTQuNDEsMCAtOCwyLjY5IC04LDZjMCwtMy4zMSAtMy41OSwtNiAtOCwtNnoiIGZpbGw9IiMxNzE3MTciIGZpbGwtcnVsZT0iZXZlbm9kZCIgaWQ9IlRhaWwiLz4KPC9zdmc+\");\n ${tokens.textFieldTooltipArrowHeight}: 0.375rem;\n ${tokens.textFieldTooltipArrowEdgeMargin}: 0.5625rem;\n `,\n },\n disabled: {\n true: css`\n ${tokens.textFieldDisabledOpacity}: 0.4;\n `,\n },\n readOnly: {\n true: css`\n ${tokens.textFieldColorReadOnly}: var(--text-secondary);\n ${tokens.textFieldBackgroundColorReadOnly}: var(--surface-transparent-primary);\n ${tokens.textFieldPlaceholderColorReadOnly}: var(--text-secondary);\n ${tokens.textFieldLeftHelperColorReadOnly}: var(--text-secondary);\n ${tokens.textFieldLabelColorReadOnly}: var(--text-secondary);\n `,\n },\n },\n};\n"],"names":["config","defaults","view","size","labelPlacement","variations","default","positive","warning","negative","l","m","s","xs","inner","outer","hintView","hintSize","disabled","true","readOnly"],"mappings":";;;;AAEO,IAAMA,MAAM,GAAG;AAClBC,EAAAA,QAAQ,EAAE;AACNC,IAAAA,IAAI,EAAE,SAAS;AACfC,IAAAA,IAAI,EAAE,GAAG;AACTC,IAAAA,cAAc,EAAE,OAAA;GACnB;AACDC,EAAAA,UAAU,EAAE;AACRH,IAAAA,IAAI,EAAE;AACFI,MAAAA,SAAAA,EA0CC,UAAA;AACDC,MAAAA,QAAQ,EA0CP,SAAA;AACDC,MAAAA,OAAO,EA0CN,SAAA;AACDC,MAAAA,QAAQ,EAAA,UAAA;KA4CX;AACDN,IAAAA,IAAI,EAAE;AACFO,MAAAA,CAAC,EAiHA,UAAA;AACDC,MAAAA,CAAC,EAiHA,SAAA;AACDC,MAAAA,CAAC,EAiHA,UAAA;AACDC,MAAAA,EAAE,EAAA,SAAA;KAkHL;AACDT,IAAAA,cAAc,EAAE;AACZU,MAAAA,KAAK,EAQJ,SAAA;AACDC,MAAAA,KAAK,EAAA,SAAA;KACR;AACDC,IAAAA,QAAQ,EAAE;MACNV,SAAO,EAAA,SAAA;KAMV;AACDW,IAAAA,QAAQ,EAAE;AACNN,MAAAA,CAAC,EAuBA,UAAA;AACDC,MAAAA,CAAC,EAAA,UAAA;KAwBJ;AACDM,IAAAA,QAAQ,EAAE;MACNC,MAAI,EAAA,UAAA;KAGP;AACDC,IAAAA,QAAQ,EAAE;MACND,MAAI,EAAA,SAAA;AAOR,KAAA;AACJ,GAAA;AACJ;;;;"}
|
1
|
+
{"version":3,"file":"Combobox.config.js","sources":["../../src-css/components/Combobox/Combobox.config.ts"],"sourcesContent":["import { css, comboboxNewTokens as tokens } from '@salutejs/plasma-new-hope';\n\nexport const config = {\n defaults: {\n view: 'default',\n size: 'm',\n labelPlacement: 'outer',\n },\n variations: {\n view: {\n default: css`\n ${tokens.textFieldColor}: var(--text-primary);\n ${tokens.textFieldClearColor}: var(--text-primary);\n\n ${tokens.textFieldPlaceholderColor}: var(--text-secondary);\n ${tokens.textFieldPlaceholderColorFocus}: var(--text-tertiary);\n ${tokens.textFieldClearPlaceholderColor}: var(--text-secondary);\n ${tokens.textFieldClearPlaceholderColorFocus}: var(--text-tertiary);\n\n ${tokens.textFieldBackgroundColor}: var(--surface-transparent-primary);\n ${tokens.textFieldBackgroundColorFocus}: var(--surface-transparent-secondary);\n ${tokens.textFieldCaretColor}: var(--text-accent);\n ${tokens.textFieldTextBeforeColor}: var(--text-tertiary);\n ${tokens.textFieldTextAfterColor}: var(--text-tertiary);\n ${tokens.textFieldLabelColor}: var(--text-primary);\n ${tokens.textFieldLeftHelperColor}: var(--text-secondary);\n ${tokens.textFieldFocusColor}: var(--text-accent);\n\n ${tokens.textFieldContentSlotColor}: var(--text-secondary);\n ${tokens.textFieldContentSlotColorHover}: var(--text-secondary-hover);\n ${tokens.textFieldContentSlotColorActive}: var(--text-secondary-active);\n\n ${tokens.textFieldIndicatorColor}: var(--surface-negative);\n ${tokens.textFieldOptionalColor}: var(--text-tertiary);\n\n ${tokens.textFieldChipCloseIconColor}: var(--text-secondary);\n ${tokens.textFieldChipColor}: var(--text-primary);\n ${tokens.textFieldChipBackground}: var(--surface-transparent-secondary);\n ${tokens.textFieldChipColorHover}: var(--text-primary);\n ${tokens.textFieldChipBackgroundHover}: var(--surface-transparent-secondary-hover);\n ${tokens.textFieldChipColorActive}: var(--text-primary);\n ${tokens.textFieldChipBackgroundActive}: var(--surface-transparent-secondary-active);\n ${tokens.textFieldChipBackgroundReadOnly}: var(--surface-transparent-secondary);\n ${tokens.textFieldChipColorReadOnly}: var(--text-primary);\n ${tokens.textFieldChipBackgroundReadOnlyHover}: var(--surface-transparent-secondary);\n ${tokens.textFieldChipColorReadOnlyHover}: var(--text-primary);\n ${tokens.textFieldChipOpacityReadonly}: 0.72;\n\n ${tokens.disclosureIconColor}: var(--text-secondary);\n ${tokens.disclosureIconColorHover}: var(--text-secondary-hover);\n ${tokens.itemBackgroundHover}: var(--surface-transparent-secondary);\n `,\n positive: css`\n ${tokens.textFieldColor}: var(--text-primary);\n ${tokens.textFieldClearColor}: var(--text-positive);\n\n ${tokens.textFieldPlaceholderColor}: var(--text-secondary);\n ${tokens.textFieldPlaceholderColorFocus}: var(--text-tertiary);\n ${tokens.textFieldClearPlaceholderColor}: var(--text-positive);\n ${tokens.textFieldClearPlaceholderColorFocus}: var(--text-positive);\n\n ${tokens.textFieldBackgroundColor}: var(--surface-transparent-positive);\n ${tokens.textFieldBackgroundColorFocus}: var(--surface-transparent-positive-active);\n ${tokens.textFieldCaretColor}: var(--text-accent);\n ${tokens.textFieldTextBeforeColor}: var(--text-tertiary);\n ${tokens.textFieldTextAfterColor}: var(--text-tertiary);\n ${tokens.textFieldLabelColor}: var(--text-primary);\n ${tokens.textFieldLeftHelperColor}: var(--text-positive);\n ${tokens.textFieldFocusColor}: var(--text-accent);\n\n ${tokens.textFieldContentSlotColor}: var(--text-secondary);\n ${tokens.textFieldContentSlotColorHover}: var(--text-secondary-hover);\n ${tokens.textFieldContentSlotColorActive}: var(--text-secondary-active);\n\n ${tokens.textFieldIndicatorColor}: var(--surface-negative);\n ${tokens.textFieldOptionalColor}: var(--text-tertiary);\n\n ${tokens.textFieldChipCloseIconColor}: var(--text-secondary);\n ${tokens.textFieldChipColor}: var(--text-primary);\n ${tokens.textFieldChipBackground}: var(--surface-transparent-secondary);\n ${tokens.textFieldChipColorHover}: var(--text-primary);\n ${tokens.textFieldChipBackgroundHover}: var(--surface-transparent-secondary-hover);\n ${tokens.textFieldChipColorActive}: var(--text-primary);\n ${tokens.textFieldChipBackgroundActive}: var(--surface-transparent-secondary-active);\n ${tokens.textFieldChipBackgroundReadOnly}: var(--surface-transparent-secondary);\n ${tokens.textFieldChipColorReadOnly}: var(--text-primary);\n ${tokens.textFieldChipBackgroundReadOnlyHover}: var(--surface-transparent-secondary);\n ${tokens.textFieldChipColorReadOnlyHover}: var(--text-primary);\n ${tokens.textFieldChipOpacityReadonly}: 0.72;\n\n ${tokens.disclosureIconColor}: var(--text-secondary);\n ${tokens.disclosureIconColorHover}: var(--text-secondary-hover);\n ${tokens.itemBackgroundHover}: var(--surface-transparent-secondary);\n `,\n warning: css`\n ${tokens.textFieldColor}: var(--text-primary);\n ${tokens.textFieldClearColor}: var(--text-warning);\n\n ${tokens.textFieldPlaceholderColor}: var(--text-secondary);\n ${tokens.textFieldPlaceholderColorFocus}: var(--text-tertiary);\n ${tokens.textFieldClearPlaceholderColor}: var(--text-warning);\n ${tokens.textFieldClearPlaceholderColorFocus}: var(--text-warning);\n\n ${tokens.textFieldBackgroundColor}: var(--surface-transparent-warning);\n ${tokens.textFieldBackgroundColorFocus}: var(--surface-transparent-warning-active);\n ${tokens.textFieldCaretColor}: var(--text-accent);\n ${tokens.textFieldTextBeforeColor}: var(--text-tertiary);\n ${tokens.textFieldTextAfterColor}: var(--text-tertiary);\n ${tokens.textFieldLabelColor}: var(--text-primary);\n ${tokens.textFieldLeftHelperColor}: var(--text-warning);\n ${tokens.textFieldFocusColor}: var(--text-accent);\n\n ${tokens.textFieldContentSlotColor}: var(--text-secondary);\n ${tokens.textFieldContentSlotColorHover}: var(--text-secondary-hover);\n ${tokens.textFieldContentSlotColorActive}: var(--text-secondary-active);\n\n ${tokens.textFieldIndicatorColor}: var(--surface-negative);\n ${tokens.textFieldOptionalColor}: var(--text-tertiary);\n\n ${tokens.textFieldChipCloseIconColor}: var(--text-secondary);\n ${tokens.textFieldChipColor}: var(--text-primary);\n ${tokens.textFieldChipBackground}: var(--surface-transparent-secondary);\n ${tokens.textFieldChipColorHover}: var(--text-primary);\n ${tokens.textFieldChipBackgroundHover}: var(--surface-transparent-secondary-hover);\n ${tokens.textFieldChipColorActive}: var(--text-primary);\n ${tokens.textFieldChipBackgroundActive}: var(--surface-transparent-secondary-active);\n ${tokens.textFieldChipBackgroundReadOnly}: var(--surface-transparent-secondary);\n ${tokens.textFieldChipColorReadOnly}: var(--text-primary);\n ${tokens.textFieldChipBackgroundReadOnlyHover}: var(--surface-transparent-secondary);\n ${tokens.textFieldChipColorReadOnlyHover}: var(--text-primary);\n ${tokens.textFieldChipOpacityReadonly}: 0.72;\n\n ${tokens.disclosureIconColor}: var(--text-secondary);\n ${tokens.disclosureIconColorHover}: var(--text-secondary-hover);\n ${tokens.itemBackgroundHover}: var(--surface-transparent-secondary);\n `,\n negative: css`\n ${tokens.textFieldColor}: var(--text-primary);\n ${tokens.textFieldClearColor}: var(--text-negative);\n\n ${tokens.textFieldPlaceholderColor}: var(--text-secondary);\n ${tokens.textFieldPlaceholderColorFocus}: var(--text-tertiary);\n ${tokens.textFieldClearPlaceholderColor}: var(--text-negative);\n ${tokens.textFieldClearPlaceholderColorFocus}: var(--text-negative);\n\n ${tokens.textFieldBackgroundColor}: var(--surface-transparent-negative);\n ${tokens.textFieldBackgroundColorFocus}: var(--surface-transparent-negative-active);\n\n ${tokens.textFieldCaretColor}: var(--text-accent);\n ${tokens.textFieldTextBeforeColor}: var(--text-tertiary);\n ${tokens.textFieldTextAfterColor}: var(--text-tertiary);\n ${tokens.textFieldLabelColor}: var(--text-primary);\n ${tokens.textFieldLeftHelperColor}: var(--text-negative);\n ${tokens.textFieldFocusColor}: var(--text-accent);\n\n ${tokens.textFieldContentSlotColor}: var(--text-secondary);\n ${tokens.textFieldContentSlotColorHover}: var(--text-secondary-hover);\n ${tokens.textFieldContentSlotColorActive}: var(--text-secondary-active);\n\n ${tokens.textFieldIndicatorColor}: var(--surface-negative);\n ${tokens.textFieldOptionalColor}: var(--text-tertiary);\n\n ${tokens.textFieldChipCloseIconColor}: var(--text-secondary);\n ${tokens.textFieldChipColor}: var(--text-primary);\n ${tokens.textFieldChipBackground}: var(--surface-transparent-secondary);\n ${tokens.textFieldChipColorHover}: var(--text-primary);\n ${tokens.textFieldChipBackgroundHover}: var(--surface-transparent-secondary-hover);\n ${tokens.textFieldChipColorActive}: var(--text-primary);\n ${tokens.textFieldChipBackgroundActive}: var(--surface-transparent-secondary-active);\n ${tokens.textFieldChipBackgroundReadOnly}: var(--surface-transparent-secondary);\n ${tokens.textFieldChipColorReadOnly}: var(--text-primary);\n ${tokens.textFieldChipBackgroundReadOnlyHover}: var(--surface-transparent-secondary);\n ${tokens.textFieldChipColorReadOnlyHover}: var(--text-primary);\n ${tokens.textFieldChipOpacityReadonly}: 0.72;\n\n ${tokens.disclosureIconColor}: var(--text-secondary);\n ${tokens.disclosureIconColorHover}: var(--text-secondary-hover);\n ${tokens.itemBackgroundHover}: var(--surface-transparent-secondary);\n `,\n },\n size: {\n l: css`\n ${tokens.textFieldHeight}: 3.5rem;\n ${tokens.textFieldPadding}: 1.0625rem 1.125rem 1.0625rem 1.125rem;\n ${tokens.textFieldPaddingWithChips}: 0.375rem;\n ${tokens.textFieldBorderRadius}: 0.875rem;\n\n ${tokens.textFieldLeftContentMargin}: -0.0625rem 0.5rem -0.0625rem -0.125rem;\n ${tokens.textFieldRightContentMargin}: -0.0625rem -0.125rem -0.0625rem 0.75rem;\n\n ${tokens.textFieldTextBeforeMargin}: 0 0.25rem 0 0;\n ${tokens.textFieldTextAfterMargin}: 0 0 0 0.25rem;\n\n ${tokens.textFieldFontFamily}: var(--plasma-typo-body-l-font-family);\n ${tokens.textFieldFontSize}: var(--plasma-typo-body-l-font-size);\n ${tokens.textFieldFontStyle}: var(--plasma-typo-body-l-font-style);\n ${tokens.textFieldFontWeight}: var(--plasma-typo-body-l-font-weight);\n ${tokens.textFieldLetterSpacing}: var(--plasma-typo-body-l-letter-spacing);\n ${tokens.textFieldLineHeight}: var(--plasma-typo-body-l-line-height);\n\n ${tokens.textFieldLabelOffset}: 0.75rem;\n ${tokens.textFieldLabelFontFamily}: var(--plasma-typo-body-l-font-family);\n ${tokens.textFieldLabelFontSize}: var(--plasma-typo-body-l-font-size);\n ${tokens.textFieldLabelFontStyle}: var(--plasma-typo-body-l-font-style);\n ${tokens.textFieldLabelFontWeight}: var(--plasma-typo-body-l-font-weight);\n ${tokens.textFieldLabelLetterSpacing}: var(--plasma-typo-body-l-letter-spacing);\n ${tokens.textFieldLabelLineHeight}: var(--plasma-typo-body-l-line-height);\n\n ${tokens.textFieldLeftHelperOffset}: 0.25rem;\n ${tokens.textFieldLeftHelperFontFamily}: var(--plasma-typo-body-xs-font-family);\n ${tokens.textFieldLeftHelperFontSize}: var(--plasma-typo-body-xs-font-size);\n ${tokens.textFieldLeftHelperFontStyle}: var(--plasma-typo-body-xs-font-style);\n ${tokens.textFieldLeftHelperFontWeight}: var(--plasma-typo-body-xs-font-weight);\n ${tokens.textFieldLeftHelperLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);\n ${tokens.textFieldLeftHelperLineHeight}: var(--plasma-typo-body-xs-line-height);\n\n ${tokens.textFieldLabelInnerPadding}: 0.5625rem 0 0.125rem 0;\n ${tokens.textFieldContentLabelInnerPadding}: 1.5625rem 0 0.5625rem 0;\n\n ${tokens.textFieldIndicatorSizeInner}: 0.5rem;\n ${tokens.textFieldIndicatorSizeOuter}: 0.375rem;\n ${tokens.textFieldIndicatorLabelPlacementInner}: 0 0 0 0;\n ${tokens.textFieldIndicatorLabelPlacementOuter}: 0.5rem auto auto -0.75rem;\n ${tokens.textFieldIndicatorLabelPlacementInnerRight}: 0 0 auto auto;\n ${tokens.textFieldIndicatorLabelPlacementOuterRight}: 0.25rem -0.625rem auto auto;\n ${tokens.textFieldClearIndicatorLabelPlacementInner}: 1.5rem auto auto -0.875rem;\n ${tokens.textFieldClearIndicatorLabelPlacementInnerRight}: 1.5rem -0.875rem auto auto;\n ${tokens.textFieldClearIndicatorHintInnerRight}: 1.5rem -2.25rem auto auto;\n\n ${tokens.textFieldChipGap}: 0.25rem;\n ${tokens.textFieldChipBorderRadius}: 0.5rem;\n ${tokens.textFieldChipWidth}: auto;\n ${tokens.textFieldChipHeight}: 2.75rem;\n ${tokens.textFieldChipPadding}: 0 0.75rem 0 1rem;\n ${tokens.textFieldChipClearContentMarginLeft}: 0.625rem;\n ${tokens.textFieldChipClearContentMarginRight}: 0rem;\n ${tokens.textFieldChipCloseIconSize}: 1.5rem;\n ${tokens.textFieldChipFontFamily}: var(--plasma-typo-body-l-font-family);\n ${tokens.textFieldChipFontSize}: var(--plasma-typo-body-l-font-size);\n ${tokens.textFieldChipFontStyle}: var(--plasma-typo-body-l-font-style);\n ${tokens.textFieldChipFontWeight}: var(--plasma-typo-body-l-font-weight);\n ${tokens.textFieldChipLetterSpacing}: var(--plasma-typo-body-l-letter-spacing);\n ${tokens.textFieldChipLineHeight}: var(--plasma-typo-body-l-line-height);\n\n ${tokens.emptyStatePadding}: 1rem;\n ${tokens.padding}: 0.125rem;\n ${tokens.borderRadius}: 0.875rem;\n\n ${tokens.itemHeight}: 1.5rem;\n ${tokens.itemPadding}: 1rem 1.125rem;\n ${tokens.itemPaddingTight}: 0.75rem 1.125rem;\n ${tokens.itemBorderRadius}: 0.75rem;\n ${tokens.itemIconMargin}: 0 0.5rem 0 0;\n ${tokens.itemIconSize}: 1.5rem;\n ${tokens.itemIconSizeTight}: 1.5rem;\n\n ${tokens.cellPadding}: 0rem;\n ${tokens.cellPaddingLeftContent}: 0rem;\n ${tokens.cellPaddingContent}: 0rem;\n ${tokens.cellPaddingRightContent}: 0rem;\n ${tokens.cellTextboxGap}: 0.125rem;\n ${tokens.cellGap}: 0.375rem;\n ${tokens.cellTitleFontFamily}: var(--plasma-typo-body-l-font-family);\n ${tokens.cellTitleFontSize}: var(--plasma-typo-body-l-font-size);\n ${tokens.cellTitleFontStyle}: var(--plasma-typo-body-l-font-style);\n ${tokens.cellTitleFontWeight}: var(--plasma-typo-body-l-font-weight);\n ${tokens.cellTitleLetterSpacing}: var(--plasma-typo-body-l-letter-spacing);\n ${tokens.cellTitleLineHeight}: var(--plasma-typo-body-l-line-height);\n\n ${tokens.fontFamily}: var(--plasma-typo-body-l-font-family);\n ${tokens.fontSize}: var(--plasma-typo-body-l-font-size);\n ${tokens.fontStyle}: var(--plasma-typo-body-l-font-style);\n ${tokens.fontWeight}: var(--plasma-typo-body-l-font-weight);\n ${tokens.fontLetterSpacing}: var(--plasma-typo-body-l-letter-spacing);\n ${tokens.fontLineHeight}: var(--plasma-typo-body-l-line-height);\n\n ${tokens.checkboxTriggerSize}: 1.25rem;\n ${tokens.checkboxTriggerSizeTight}: 1.25rem;\n ${tokens.checkboxTriggerBorderRadius}: 0.375rem;\n ${tokens.checkboxTriggerBorderRadiusTight}: 0.375rem;\n ${tokens.checkboxFillColor}: var(--text-accent);\n ${tokens.checkboxIconColor}: var(--on-dark-text-primary);\n ${tokens.checkboxTriggerBorderColor}: var(--text-secondary);\n\n ${tokens.indicatorSize}: 0.375rem;\n `,\n m: css`\n ${tokens.textFieldHeight}: 3rem;\n ${tokens.textFieldPadding}: 0.875rem 1rem 0.875rem 1rem;\n ${tokens.textFieldPaddingWithChips}: 0.375rem;\n ${tokens.textFieldBorderRadius}: 0.75rem;\n\n ${tokens.textFieldLeftContentMargin}: -0.125rem 0.375rem -0.125rem -0.125rem;\n ${tokens.textFieldRightContentMargin}: -0.125rem -0.125rem -0.125rem 0.75rem;\n\n ${tokens.textFieldTextBeforeMargin}: 0 0.25rem 0 0;\n ${tokens.textFieldTextAfterMargin}: 0 0 0 0.25rem;\n\n ${tokens.textFieldFontFamily}: var(--plasma-typo-body-m-font-family);\n ${tokens.textFieldFontSize}: var(--plasma-typo-body-m-font-size);\n ${tokens.textFieldFontStyle}: var(--plasma-typo-body-m-font-style);\n ${tokens.textFieldFontWeight}: var(--plasma-typo-body-m-font-weight);\n ${tokens.textFieldLetterSpacing}: var(--plasma-typo-body-m-letter-spacing);\n ${tokens.textFieldLineHeight}: var(--plasma-typo-body-m-line-height);\n\n ${tokens.textFieldLabelOffset}: 0.625rem;\n ${tokens.textFieldLabelFontFamily}: var(--plasma-typo-body-m-font-family);\n ${tokens.textFieldLabelFontSize}: var(--plasma-typo-body-m-font-size);\n ${tokens.textFieldLabelFontStyle}: var(--plasma-typo-body-m-font-style);\n ${tokens.textFieldLabelFontWeight}: var(--plasma-typo-body-m-font-weight);\n ${tokens.textFieldLabelLetterSpacing}: var(--plasma-typo-body-m-letter-spacing);\n ${tokens.textFieldLabelLineHeight}: var(--plasma-typo-body-m-line-height);\n\n ${tokens.textFieldLeftHelperOffset}: 0.25rem;\n ${tokens.textFieldLeftHelperFontFamily}: var(--plasma-typo-body-xs-font-family);\n ${tokens.textFieldLeftHelperFontSize}: var(--plasma-typo-body-xs-font-size);\n ${tokens.textFieldLeftHelperFontStyle}: var(--plasma-typo-body-xs-font-style);\n ${tokens.textFieldLeftHelperFontWeight}: var(--plasma-typo-body-xs-font-weight);\n ${tokens.textFieldLeftHelperLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);\n ${tokens.textFieldLeftHelperLineHeight}: var(--plasma-typo-body-xs-line-height);\n\n ${tokens.textFieldLabelInnerPadding}: 0.375rem 0 0.125rem 0;\n ${tokens.textFieldContentLabelInnerPadding}: 1.375rem 0 0.375rem 0;\n\n ${tokens.textFieldIndicatorSizeInner}: 0.5rem;\n ${tokens.textFieldIndicatorSizeOuter}: 0.375rem;\n ${tokens.textFieldIndicatorLabelPlacementInner}: 0 0 0 0;\n ${tokens.textFieldIndicatorLabelPlacementOuter}: 0.375rem auto auto -0.75rem;\n ${tokens.textFieldIndicatorLabelPlacementInnerRight}: 0 0 auto auto;\n ${tokens.textFieldIndicatorLabelPlacementOuterRight}: 0.25rem -0.6875rem auto auto;\n ${tokens.textFieldClearIndicatorLabelPlacementInner}: 1.25rem auto auto -0.875rem;\n ${tokens.textFieldClearIndicatorLabelPlacementInnerRight}: 1.25rem -0.875rem auto auto;\n ${tokens.textFieldClearIndicatorHintInnerRight}: 1.25rem -2.25rem auto auto;\n\n ${tokens.textFieldChipGap}: 0.25rem;\n ${tokens.textFieldChipBorderRadius}: 0.375rem;\n ${tokens.textFieldChipWidth}: auto;\n ${tokens.textFieldChipHeight}: 2.25rem;\n ${tokens.textFieldChipPadding}: 0 0.625rem 0 0.875rem;\n ${tokens.textFieldChipClearContentMarginLeft}: 0.5rem;\n ${tokens.textFieldChipClearContentMarginRight}: 0rem;\n ${tokens.textFieldChipCloseIconSize}: 1.25rem;\n ${tokens.textFieldChipFontFamily}: var(--plasma-typo-body-m-font-family);\n ${tokens.textFieldChipFontSize}: var(--plasma-typo-body-m-font-size);\n ${tokens.textFieldChipFontStyle}: var(--plasma-typo-body-m-font-style);\n ${tokens.textFieldChipFontWeight}: var(--plasma-typo-body-m-font-weight);\n ${tokens.textFieldChipLetterSpacing}: var(--plasma-typo-body-m-letter-spacing);\n ${tokens.textFieldChipLineHeight}: var(--plasma-typo-body-m-line-height);\n\n ${tokens.emptyStatePadding}: 0.875rem 1rem 0.875rem 1rem;\n ${tokens.padding}: 0.125rem;\n ${tokens.borderRadius}: 0.75rem;\n\n ${tokens.itemHeight}: 1.5rem;\n ${tokens.itemPadding}: 0.75rem 0.875rem;\n ${tokens.itemPaddingTight}: 0.5rem 0.875rem;\n ${tokens.itemBorderRadius}: 0.625rem;\n ${tokens.itemIconMargin}: 0 0.375rem 0 0;\n ${tokens.itemIconSize}: 1.5rem;\n ${tokens.itemIconSizeTight}: 1.5rem;\n\n ${tokens.cellPadding}: 0rem;\n ${tokens.cellPaddingLeftContent}: 0rem;\n ${tokens.cellPaddingContent}: 0rem;\n ${tokens.cellPaddingRightContent}: 0rem;\n ${tokens.cellTextboxGap}: 0.125rem;\n ${tokens.cellGap}: 0.375rem;\n ${tokens.cellTitleFontFamily}: var(--plasma-typo-body-m-font-family);\n ${tokens.cellTitleFontSize}: var(--plasma-typo-body-m-font-size);\n ${tokens.cellTitleFontStyle}: var(--plasma-typo-body-m-font-style);\n ${tokens.cellTitleFontWeight}: var(--plasma-typo-body-m-font-weight);\n ${tokens.cellTitleLetterSpacing}: var(--plasma-typo-body-m-letter-spacing);\n ${tokens.cellTitleLineHeight}: var(--plasma-typo-body-m-line-height);\n\n ${tokens.fontFamily}: var(--plasma-typo-body-m-font-family);\n ${tokens.fontSize}: var(--plasma-typo-body-m-font-size);\n ${tokens.fontStyle}: var(--plasma-typo-body-m-font-style);\n ${tokens.fontWeight}: var(--plasma-typo-body-m-font-weight);\n ${tokens.fontLetterSpacing}: var(--plasma-typo-body-m-letter-spacing);\n ${tokens.fontLineHeight}: var(--plasma-typo-body-m-line-height);\n\n ${tokens.checkboxTriggerSize}: 1.25rem;\n ${tokens.checkboxTriggerSizeTight}: 1.25rem;\n ${tokens.checkboxTriggerBorderRadius}: 0.375rem;\n ${tokens.checkboxTriggerBorderRadiusTight}: 0.375rem;\n ${tokens.checkboxFillColor}: var(--text-accent);\n ${tokens.checkboxIconColor}: var(--on-dark-text-primary);\n ${tokens.checkboxTriggerBorderColor}: var(--text-secondary);\n\n ${tokens.indicatorSize}: 0.375rem;\n `,\n s: css`\n ${tokens.textFieldHeight}: 2.5rem;\n ${tokens.textFieldPadding}: 0.6875rem 0.875rem 0.6875rem 0.875rem;\n ${tokens.textFieldPaddingWithChips}: 0.375rem;\n ${tokens.textFieldBorderRadius}: 0.625rem;\n\n ${tokens.textFieldLeftContentMargin}: -0.1875rem 0.25rem -0.1875rem -0.125rem;\n ${tokens.textFieldRightContentMargin}: -0.1875rem -0.125rem -0.1875rem 0.75rem;\n\n ${tokens.textFieldTextBeforeMargin}: 0 0.25rem 0 0;\n ${tokens.textFieldTextAfterMargin}: 0 0 0 0.25rem;\n\n ${tokens.textFieldFontFamily}: var(--plasma-typo-body-s-font-family);\n ${tokens.textFieldFontSize}: var(--plasma-typo-body-s-font-size);\n ${tokens.textFieldFontStyle}: var(--plasma-typo-body-s-font-style);\n ${tokens.textFieldFontWeight}: var(--plasma-typo-body-s-font-weight);\n ${tokens.textFieldLetterSpacing}: var(--plasma-typo-body-s-letter-spacing);\n ${tokens.textFieldLineHeight}: var(--plasma-typo-body-s-line-height);\n\n ${tokens.textFieldLabelOffset}: 0.5rem;\n ${tokens.textFieldLabelFontFamily}: var(--plasma-typo-body-s-font-family);\n ${tokens.textFieldLabelFontSize}: var(--plasma-typo-body-s-font-size);\n ${tokens.textFieldLabelFontStyle}: var(--plasma-typo-body-s-font-style);\n ${tokens.textFieldLabelFontWeight}: var(--plasma-typo-body-s-font-weight);\n ${tokens.textFieldLabelLetterSpacing}: var(--plasma-typo-body-s-letter-spacing);\n ${tokens.textFieldLabelLineHeight}: var(--plasma-typo-body-s-line-height);\n\n ${tokens.textFieldLeftHelperOffset}: 0.25rem;\n ${tokens.textFieldLeftHelperFontFamily}: var(--plasma-typo-body-xs-font-family);\n ${tokens.textFieldLeftHelperFontSize}: var(--plasma-typo-body-xs-font-size);\n ${tokens.textFieldLeftHelperFontStyle}: var(--plasma-typo-body-xs-font-style);\n ${tokens.textFieldLeftHelperFontWeight}: var(--plasma-typo-body-xs-font-weight);\n ${tokens.textFieldLeftHelperLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);\n ${tokens.textFieldLeftHelperLineHeight}: var(--plasma-typo-body-xs-line-height);\n\n ${tokens.textFieldLabelInnerPadding}: 0.3125rem 0 0 0;\n ${tokens.textFieldContentLabelInnerPadding}: 1.0625rem 0 0.3125rem 0;\n\n ${tokens.textFieldIndicatorSizeInner}: 0.375rem;\n ${tokens.textFieldIndicatorSizeOuter}: 0.375rem;\n ${tokens.textFieldIndicatorLabelPlacementInner}: 0 0 0 0;\n ${tokens.textFieldIndicatorLabelPlacementOuter}: 0.3125rem auto auto -0.6875rem;\n ${tokens.textFieldIndicatorLabelPlacementInnerRight}: 0 0 auto auto;\n ${tokens.textFieldIndicatorLabelPlacementOuterRight}: 0.25rem -0.625rem auto auto;\n ${tokens.textFieldClearIndicatorLabelPlacementInner}: 1.063rem auto auto -0.75rem;\n ${tokens.textFieldClearIndicatorLabelPlacementInnerRight}: 1.063rem -0.75rem auto auto;\n ${tokens.textFieldClearIndicatorHintInnerRight}: 1.063rem -2.125rem auto auto;\n\n ${tokens.textFieldChipGap}: 0.25rem;\n ${tokens.textFieldChipBorderRadius}: 0.25rem;\n ${tokens.textFieldChipWidth}: auto;\n ${tokens.textFieldChipHeight}: 1.75rem;\n ${tokens.textFieldChipPadding}: 0 0.5rem 0 0.75rem;\n ${tokens.textFieldChipClearContentMarginLeft}: 0.375rem;\n ${tokens.textFieldChipClearContentMarginRight}: 0rem;\n ${tokens.textFieldChipCloseIconSize}: 1rem;\n ${tokens.textFieldChipFontFamily}: var(--plasma-typo-body-s-font-family);\n ${tokens.textFieldChipFontSize}: var(--plasma-typo-body-s-font-size);\n ${tokens.textFieldChipFontStyle}: var(--plasma-typo-body-s-font-style);\n ${tokens.textFieldChipFontWeight}: var(--plasma-typo-body-s-font-weight);\n ${tokens.textFieldChipLetterSpacing}: var(--plasma-typo-body-s-letter-spacing);\n ${tokens.textFieldChipLineHeight}: var(--plasma-typo-body-s-line-height);\n\n ${tokens.emptyStatePadding}: 0.625rem 0.875rem 0.625rem 0.875rem;\n ${tokens.padding}: 0.125rem;\n ${tokens.borderRadius}: 0.625rem;\n\n ${tokens.itemHeight}: 1.5rem;\n ${tokens.itemPadding}: 0.5rem 0.75rem;\n ${tokens.itemPaddingTight}: 0.25rem 0.75rem;\n ${tokens.itemBorderRadius}: 0.5rem;\n ${tokens.itemIconSize}: 1.5rem;\n ${tokens.itemIconSizeTight}: 1rem;\n ${tokens.itemIconMargin}: 0 0.375rem 0 0;\n\n ${tokens.cellPadding}: 0rem;\n ${tokens.cellPaddingLeftContent}: 0rem;\n ${tokens.cellPaddingContent}: 0rem;\n ${tokens.cellPaddingRightContent}: 0rem;\n ${tokens.cellTextboxGap}: 0.125rem;\n ${tokens.cellGap}: 0.375rem;\n ${tokens.cellTitleFontFamily}: var(--plasma-typo-body-s-font-family);\n ${tokens.cellTitleFontSize}: var(--plasma-typo-body-s-font-size);\n ${tokens.cellTitleFontStyle}: var(--plasma-typo-body-s-font-style);\n ${tokens.cellTitleFontWeight}: var(--plasma-typo-body-s-font-weight);\n ${tokens.cellTitleLetterSpacing}: var(--plasma-typo-body-s-letter-spacing);\n ${tokens.cellTitleLineHeight}: var(--plasma-typo-body-s-line-height);\n\n ${tokens.fontFamily}: var(--plasma-typo-body-s-font-family);\n ${tokens.fontSize}: var(--plasma-typo-body-s-font-size);\n ${tokens.fontStyle}: var(--plasma-typo-body-s-font-style);\n ${tokens.fontWeight}: var(--plasma-typo-body-s-font-weight);\n ${tokens.fontLetterSpacing}: var(--plasma-typo-body-s-letter-spacing);\n ${tokens.fontLineHeight}: var(--plasma-typo-body-s-line-height);\n\n ${tokens.checkboxTriggerSize}: 1.25rem;\n ${tokens.checkboxTriggerSizeTight}: 0.875rem;\n ${tokens.checkboxTriggerBorderRadius}: 0.375rem;\n ${tokens.checkboxTriggerBorderRadiusTight}: 0.25rem;\n ${tokens.checkboxFillColor}: var(--text-accent);\n ${tokens.checkboxIconColor}: var(--on-dark-text-primary);\n ${tokens.checkboxTriggerBorderColor}: var(--text-secondary);\n\n ${tokens.indicatorSize}: 0.375rem;\n `,\n xs: css`\n ${tokens.textFieldHeight}: 2rem;\n ${tokens.textFieldPadding}: 0.5625rem 0.625rem 0.5625rem 0.625rem;\n ${tokens.textFieldPaddingWithChips}: 0.375rem;\n ${tokens.textFieldBorderRadius}: 0.5rem;\n\n ${tokens.textFieldLeftContentMargin}: -0.0625rem 0.25rem -0.0625rem -0.125rem;\n ${tokens.textFieldRightContentMargin}: -0.0625rem -0.125rem -0.0625rem 0.75rem;\n\n ${tokens.textFieldTextBeforeMargin}: 0 0.25rem 0 0;\n ${tokens.textFieldTextAfterMargin}: 0 0 0 0.25rem;\n\n ${tokens.textFieldFontFamily}: var(--plasma-typo-body-xs-font-family);\n ${tokens.textFieldFontSize}: var(--plasma-typo-body-xs-font-size);\n ${tokens.textFieldFontStyle}: var(--plasma-typo-body-xs-font-style);\n ${tokens.textFieldFontWeight}: var(--plasma-typo-body-xs-font-weight);\n ${tokens.textFieldLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);\n ${tokens.textFieldLineHeight}: var(--plasma-typo-body-xs-line-height);\n\n ${tokens.textFieldLabelOffset}: 0.375rem;\n ${tokens.textFieldLabelFontFamily}: var(--plasma-typo-body-xs-font-family);\n ${tokens.textFieldLabelFontSize}: var(--plasma-typo-body-xs-font-size);\n ${tokens.textFieldLabelFontStyle}: var(--plasma-typo-body-xs-font-style);\n ${tokens.textFieldLabelFontWeight}: var(--plasma-typo-body-xs-font-weight);\n ${tokens.textFieldLabelLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);\n ${tokens.textFieldLabelLineHeight}: var(--plasma-typo-body-xs-line-height);\n\n ${tokens.textFieldLeftHelperOffset}: 0.25rem;\n ${tokens.textFieldLeftHelperFontFamily}: var(--plasma-typo-body-xs-font-family);\n ${tokens.textFieldLeftHelperFontSize}: var(--plasma-typo-body-xs-font-size);\n ${tokens.textFieldLeftHelperFontStyle}: var(--plasma-typo-body-xs-font-style);\n ${tokens.textFieldLeftHelperFontWeight}: var(--plasma-typo-body-xs-font-weight);\n ${tokens.textFieldLeftHelperLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);\n ${tokens.textFieldLeftHelperLineHeight}: var(--plasma-typo-body-xs-line-height);\n\n ${tokens.textFieldLabelInnerPadding}: 0.3125rem 0 0 0;\n ${tokens.textFieldContentLabelInnerPadding}: 1.0625rem 0 0.3125rem 0;\n\n ${tokens.textFieldIndicatorSizeInner}: 0.375rem;\n ${tokens.textFieldIndicatorSizeOuter}: 0.375rem;\n ${tokens.textFieldIndicatorLabelPlacementInner}: 0 0 0 0;\n ${tokens.textFieldIndicatorLabelPlacementOuter}: 0.25rem auto auto -0.625rem;\n ${tokens.textFieldIndicatorLabelPlacementInnerRight}: 0 0 auto auto;\n ${tokens.textFieldIndicatorLabelPlacementOuterRight}: 0.125rem -0.6875rem auto auto;\n ${tokens.textFieldClearIndicatorLabelPlacementInner}: 0.813rem auto auto -0.625rem;\n ${tokens.textFieldClearIndicatorLabelPlacementInnerRight}: 0.813rem -0.625rem auto auto;\n ${tokens.textFieldClearIndicatorHintInnerRight}: 0.813rem -1.875rem auto auto;\n\n ${tokens.textFieldChipGap}: 0.25rem;\n ${tokens.textFieldChipBorderRadius}: 0.125rem;\n ${tokens.textFieldChipWidth}: auto;\n ${tokens.textFieldChipHeight}: 1.25rem;\n ${tokens.textFieldChipPadding}: 0 0.375rem 0 0.625rem;\n ${tokens.textFieldChipClearContentMarginLeft}: 0.25rem;\n ${tokens.textFieldChipClearContentMarginRight}: 0rem;\n ${tokens.textFieldChipCloseIconSize}: 0.75rem;\n ${tokens.textFieldChipFontFamily}: var(--plasma-typo-body-xs-font-family);\n ${tokens.textFieldChipFontSize}: var(--plasma-typo-body-xs-font-size);\n ${tokens.textFieldChipFontStyle}: var(--plasma-typo-body-xs-font-style);\n ${tokens.textFieldChipFontWeight}: var(--plasma-typo-body-xs-font-weight);\n ${tokens.textFieldChipLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);\n ${tokens.textFieldChipLineHeight}: var(--plasma-typo-body-xs-line-height);\n\n ${tokens.emptyStatePadding}: 0.5rem 0.625rem 0.5rem 0.625rem;\n ${tokens.padding}: 0.125rem;\n ${tokens.borderRadius}: 0.5rem;\n\n ${tokens.itemHeight}: 1rem;\n ${tokens.itemPadding}: 0.5rem;\n ${tokens.itemPaddingTight}: 0.25rem 0.5rem;\n ${tokens.itemBorderRadius}: 0.375rem;\n ${tokens.itemIconMargin}: 0 0.25rem 0 0;\n ${tokens.itemIconSize}: 1rem;\n ${tokens.itemIconSizeTight}: 1rem;\n\n ${tokens.cellPadding}: 0rem;\n ${tokens.cellPaddingLeftContent}: 0rem;\n ${tokens.cellPaddingContent}: 0rem;\n ${tokens.cellPaddingRightContent}: 0rem;\n ${tokens.cellTextboxGap}: 0.125rem;\n ${tokens.cellGap}: 0.25rem;\n ${tokens.cellTitleFontFamily}: var(--plasma-typo-body-xs-font-family);\n ${tokens.cellTitleFontSize}: var(--plasma-typo-body-xs-font-size);\n ${tokens.cellTitleFontStyle}: var(--plasma-typo-body-xs-font-style);\n ${tokens.cellTitleFontWeight}: var(--plasma-typo-body-xs-font-weight);\n ${tokens.cellTitleLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);\n ${tokens.cellTitleLineHeight}: var(--plasma-typo-body-xs-line-height);\n\n ${tokens.fontFamily}: var(--plasma-typo-body-m-font-family);\n ${tokens.fontSize}: var(--plasma-typo-body-m-font-size);\n ${tokens.fontStyle}: var(--plasma-typo-body-m-font-style);\n ${tokens.fontWeight}: var(--plasma-typo-body-m-font-weight);\n ${tokens.fontLetterSpacing}: var(--plasma-typo-body-m-letter-spacing);\n ${tokens.fontLineHeight}: var(--plasma-typo-body-m-line-height);\n\n ${tokens.checkboxTriggerSize}: 0.875rem;\n ${tokens.checkboxTriggerSizeTight}: 0.875rem;\n ${tokens.checkboxTriggerBorderRadius}: 0.25rem;\n ${tokens.checkboxTriggerBorderRadiusTight}: 0.25rem;\n ${tokens.checkboxFillColor}: var(--text-accent);\n ${tokens.checkboxIconColor}: var(--on-dark-text-primary);\n ${tokens.checkboxTriggerBorderColor}: var(--text-secondary);\n\n ${tokens.indicatorSize}: 0.375rem;\n `,\n },\n labelPlacement: {\n inner: css`\n ${tokens.textFieldPlaceholderColor}: var(--plasma-input-label-color, var(--plasma-input-placeholder-color, var(--plasma-colors-secondary)));\n ${tokens.textFieldLabelInnerFontFamily}: var(--plasma-typo-body-xs-font-family);\n ${tokens.textFieldLabelInnerFontSize}: var(--plasma-typo-body-xs-font-size);\n ${tokens.textFieldLabelInnerFontStyle}: var(--plasma-typo-body-xs-font-style);\n ${tokens.textFieldLabelInnerFontWeight}: var(--plasma-typo-body-xs-font-weight);\n ${tokens.textFieldLabelInnerLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);\n ${tokens.textFieldLabelInnerLineHeight}: var(--plasma-typo-body-xs-line-height);\n `,\n outer: css``,\n },\n disabled: {\n true: css`\n ${tokens.textFieldDisabledOpacity}: 0.4;\n `,\n },\n readOnly: {\n true: css`\n ${tokens.textFieldColorReadOnly}: var(--text-secondary);\n ${tokens.textFieldBackgroundColorReadOnly}: var(--surface-transparent-primary);\n ${tokens.textFieldPlaceholderColorReadOnly}: var(--text-secondary);\n ${tokens.textFieldLeftHelperColorReadOnly}: var(--text-secondary);\n ${tokens.textFieldLabelColorReadOnly}: var(--text-secondary);\n `,\n },\n },\n};\n"],"names":["config","defaults","view","size","labelPlacement","variations","default","positive","warning","negative","l","m","s","xs","inner","outer","disabled","true","readOnly"],"mappings":";;;;AAEO,IAAMA,MAAM,GAAG;AAClBC,EAAAA,QAAQ,EAAE;AACNC,IAAAA,IAAI,EAAE,SAAS;AACfC,IAAAA,IAAI,EAAE,GAAG;AACTC,IAAAA,cAAc,EAAE,OAAA;GACnB;AACDC,EAAAA,UAAU,EAAE;AACRH,IAAAA,IAAI,EAAE;AACFI,MAAAA,SAAAA,EAyCC,UAAA;AACDC,MAAAA,QAAQ,EAyCP,SAAA;AACDC,MAAAA,OAAO,EAyCN,SAAA;AACDC,MAAAA,QAAQ,EAAA,UAAA;KA2CX;AACDN,IAAAA,IAAI,EAAE;AACFO,MAAAA,CAAC,EAwGA,UAAA;AACDC,MAAAA,CAAC,EAwGA,SAAA;AACDC,MAAAA,CAAC,EAwGA,UAAA;AACDC,MAAAA,EAAE,EAAA,SAAA;KAyGL;AACDT,IAAAA,cAAc,EAAE;AACZU,MAAAA,KAAK,EAQJ,SAAA;AACDC,MAAAA,KAAK,EAAA,SAAA;KACR;AACDC,IAAAA,QAAQ,EAAE;MACNC,MAAI,EAAA,SAAA;KAGP;AACDC,IAAAA,QAAQ,EAAE;MACND,MAAI,EAAA,UAAA;AAOR,KAAA;AACJ,GAAA;AACJ;;;;"}
|
@@ -0,0 +1,12 @@
|
|
1
|
+
.d1scuc1k{--plasma-combobox-new-textfield-color:var(--text-primary);--plasma-combobox-new-textfield-clear-color:var(--text-primary);--plasma-combobox-new-textfield-placeholder-color:var(--text-secondary);--plasma-combobox-new-textfield-placeholder-color-focus:var(--text-tertiary);--plasma-combobox-new-textfield-clear-placeholder-color:var(--text-secondary);--plasma-combobox-new-textfield-clear-placeholder-color-focus:var(--text-tertiary);--plasma-combobox-new-textfield-background-color:var(--surface-transparent-primary);--plasma-combobox-new-textfield-background-color-focus:var(--surface-transparent-secondary);--plasma-combobox-new-textfield-caret-color:var(--text-accent);--plasma-combobox-new-textfield-before-text-color:var(--text-tertiary);--plasma-combobox-new-textfield-after-text-color:var(--text-tertiary);--plasma-combobox-new-textfield-label-color:var(--text-primary);--plasma-combobox-new-textfield-left-helper-color:var(--text-secondary);--plasma-combobox-new-textfield-focus-color:var(--text-accent);--plasma-combobox-new-textfield-content-slot-color:var(--text-secondary);--plasma-combobox-new-textfield-content-slot-color-hover:var(--text-secondary-hover);--plasma-combobox-new-textfield-content-slot-color-active:var(--text-secondary-active);--plasma-combobox-new-textfield-indicator-color:var(--surface-negative);--plasma-combobox-new-textfield-optional-color:var(--text-tertiary);--plasma-combobox-new-textfield-chip-close-icons-color:var(--text-secondary);--plasma-combobox-new-textfield-chip-color:var(--text-primary);--plasma-combobox-new-textfield--chip-background:var(--surface-transparent-secondary);--plasma-combobox-new-textfield-chip-color-hover:var(--text-primary);--plasma-combobox-new-textfield-chip-background-hover:var(--surface-transparent-secondary-hover);--plasma-combobox-new-textfield-chip-color-active:var(--text-primary);--plasma-combobox-new-textfield-chip-background-active:var(--surface-transparent-secondary-active);--plasma-combobox-new-textfield-chip-background-read-only:var(--surface-transparent-secondary);--plasma-combobox-new-textfield-chip-color-read-only:var(--text-primary);--plasma-combobox-new-textfield-chip-background-read-only-hover:var(--surface-transparent-secondary);--plasma-combobox-new-textfield-chip-color-read-only-hover:var(--text-primary);--plasma-combobox-new-textfield-chip-opacity-readonly:0.72;--plasma-combobox-disclosure-icon-color:var(--text-secondary);--plasma-combobox-disclosure-icon-color-hover:var(--text-secondary-hover);--plasma-combobox-item-background-hover:var(--surface-transparent-secondary);}
|
2
|
+
.p953oeh{--plasma-combobox-new-textfield-color:var(--text-primary);--plasma-combobox-new-textfield-clear-color:var(--text-positive);--plasma-combobox-new-textfield-placeholder-color:var(--text-secondary);--plasma-combobox-new-textfield-placeholder-color-focus:var(--text-tertiary);--plasma-combobox-new-textfield-clear-placeholder-color:var(--text-positive);--plasma-combobox-new-textfield-clear-placeholder-color-focus:var(--text-positive);--plasma-combobox-new-textfield-background-color:var(--surface-transparent-positive);--plasma-combobox-new-textfield-background-color-focus:var(--surface-transparent-positive-active);--plasma-combobox-new-textfield-caret-color:var(--text-accent);--plasma-combobox-new-textfield-before-text-color:var(--text-tertiary);--plasma-combobox-new-textfield-after-text-color:var(--text-tertiary);--plasma-combobox-new-textfield-label-color:var(--text-primary);--plasma-combobox-new-textfield-left-helper-color:var(--text-positive);--plasma-combobox-new-textfield-focus-color:var(--text-accent);--plasma-combobox-new-textfield-content-slot-color:var(--text-secondary);--plasma-combobox-new-textfield-content-slot-color-hover:var(--text-secondary-hover);--plasma-combobox-new-textfield-content-slot-color-active:var(--text-secondary-active);--plasma-combobox-new-textfield-indicator-color:var(--surface-negative);--plasma-combobox-new-textfield-optional-color:var(--text-tertiary);--plasma-combobox-new-textfield-chip-close-icons-color:var(--text-secondary);--plasma-combobox-new-textfield-chip-color:var(--text-primary);--plasma-combobox-new-textfield--chip-background:var(--surface-transparent-secondary);--plasma-combobox-new-textfield-chip-color-hover:var(--text-primary);--plasma-combobox-new-textfield-chip-background-hover:var(--surface-transparent-secondary-hover);--plasma-combobox-new-textfield-chip-color-active:var(--text-primary);--plasma-combobox-new-textfield-chip-background-active:var(--surface-transparent-secondary-active);--plasma-combobox-new-textfield-chip-background-read-only:var(--surface-transparent-secondary);--plasma-combobox-new-textfield-chip-color-read-only:var(--text-primary);--plasma-combobox-new-textfield-chip-background-read-only-hover:var(--surface-transparent-secondary);--plasma-combobox-new-textfield-chip-color-read-only-hover:var(--text-primary);--plasma-combobox-new-textfield-chip-opacity-readonly:0.72;--plasma-combobox-disclosure-icon-color:var(--text-secondary);--plasma-combobox-disclosure-icon-color-hover:var(--text-secondary-hover);--plasma-combobox-item-background-hover:var(--surface-transparent-secondary);}
|
3
|
+
.wcllkda{--plasma-combobox-new-textfield-color:var(--text-primary);--plasma-combobox-new-textfield-clear-color:var(--text-warning);--plasma-combobox-new-textfield-placeholder-color:var(--text-secondary);--plasma-combobox-new-textfield-placeholder-color-focus:var(--text-tertiary);--plasma-combobox-new-textfield-clear-placeholder-color:var(--text-warning);--plasma-combobox-new-textfield-clear-placeholder-color-focus:var(--text-warning);--plasma-combobox-new-textfield-background-color:var(--surface-transparent-warning);--plasma-combobox-new-textfield-background-color-focus:var(--surface-transparent-warning-active);--plasma-combobox-new-textfield-caret-color:var(--text-accent);--plasma-combobox-new-textfield-before-text-color:var(--text-tertiary);--plasma-combobox-new-textfield-after-text-color:var(--text-tertiary);--plasma-combobox-new-textfield-label-color:var(--text-primary);--plasma-combobox-new-textfield-left-helper-color:var(--text-warning);--plasma-combobox-new-textfield-focus-color:var(--text-accent);--plasma-combobox-new-textfield-content-slot-color:var(--text-secondary);--plasma-combobox-new-textfield-content-slot-color-hover:var(--text-secondary-hover);--plasma-combobox-new-textfield-content-slot-color-active:var(--text-secondary-active);--plasma-combobox-new-textfield-indicator-color:var(--surface-negative);--plasma-combobox-new-textfield-optional-color:var(--text-tertiary);--plasma-combobox-new-textfield-chip-close-icons-color:var(--text-secondary);--plasma-combobox-new-textfield-chip-color:var(--text-primary);--plasma-combobox-new-textfield--chip-background:var(--surface-transparent-secondary);--plasma-combobox-new-textfield-chip-color-hover:var(--text-primary);--plasma-combobox-new-textfield-chip-background-hover:var(--surface-transparent-secondary-hover);--plasma-combobox-new-textfield-chip-color-active:var(--text-primary);--plasma-combobox-new-textfield-chip-background-active:var(--surface-transparent-secondary-active);--plasma-combobox-new-textfield-chip-background-read-only:var(--surface-transparent-secondary);--plasma-combobox-new-textfield-chip-color-read-only:var(--text-primary);--plasma-combobox-new-textfield-chip-background-read-only-hover:var(--surface-transparent-secondary);--plasma-combobox-new-textfield-chip-color-read-only-hover:var(--text-primary);--plasma-combobox-new-textfield-chip-opacity-readonly:0.72;--plasma-combobox-disclosure-icon-color:var(--text-secondary);--plasma-combobox-disclosure-icon-color-hover:var(--text-secondary-hover);--plasma-combobox-item-background-hover:var(--surface-transparent-secondary);}
|
4
|
+
.n1ioh6mq{--plasma-combobox-new-textfield-color:var(--text-primary);--plasma-combobox-new-textfield-clear-color:var(--text-negative);--plasma-combobox-new-textfield-placeholder-color:var(--text-secondary);--plasma-combobox-new-textfield-placeholder-color-focus:var(--text-tertiary);--plasma-combobox-new-textfield-clear-placeholder-color:var(--text-negative);--plasma-combobox-new-textfield-clear-placeholder-color-focus:var(--text-negative);--plasma-combobox-new-textfield-background-color:var(--surface-transparent-negative);--plasma-combobox-new-textfield-background-color-focus:var(--surface-transparent-negative-active);--plasma-combobox-new-textfield-caret-color:var(--text-accent);--plasma-combobox-new-textfield-before-text-color:var(--text-tertiary);--plasma-combobox-new-textfield-after-text-color:var(--text-tertiary);--plasma-combobox-new-textfield-label-color:var(--text-primary);--plasma-combobox-new-textfield-left-helper-color:var(--text-negative);--plasma-combobox-new-textfield-focus-color:var(--text-accent);--plasma-combobox-new-textfield-content-slot-color:var(--text-secondary);--plasma-combobox-new-textfield-content-slot-color-hover:var(--text-secondary-hover);--plasma-combobox-new-textfield-content-slot-color-active:var(--text-secondary-active);--plasma-combobox-new-textfield-indicator-color:var(--surface-negative);--plasma-combobox-new-textfield-optional-color:var(--text-tertiary);--plasma-combobox-new-textfield-chip-close-icons-color:var(--text-secondary);--plasma-combobox-new-textfield-chip-color:var(--text-primary);--plasma-combobox-new-textfield--chip-background:var(--surface-transparent-secondary);--plasma-combobox-new-textfield-chip-color-hover:var(--text-primary);--plasma-combobox-new-textfield-chip-background-hover:var(--surface-transparent-secondary-hover);--plasma-combobox-new-textfield-chip-color-active:var(--text-primary);--plasma-combobox-new-textfield-chip-background-active:var(--surface-transparent-secondary-active);--plasma-combobox-new-textfield-chip-background-read-only:var(--surface-transparent-secondary);--plasma-combobox-new-textfield-chip-color-read-only:var(--text-primary);--plasma-combobox-new-textfield-chip-background-read-only-hover:var(--surface-transparent-secondary);--plasma-combobox-new-textfield-chip-color-read-only-hover:var(--text-primary);--plasma-combobox-new-textfield-chip-opacity-readonly:0.72;--plasma-combobox-disclosure-icon-color:var(--text-secondary);--plasma-combobox-disclosure-icon-color-hover:var(--text-secondary-hover);--plasma-combobox-item-background-hover:var(--surface-transparent-secondary);}
|
5
|
+
.l1jkqh6u{--plasma-combobox-new-textfield-height:3.5rem;--plasma-combobox-new-textfield-padding:1.0625rem 1.125rem 1.0625rem 1.125rem;--plasma-combobox-new-textfield-padding-with-chips:0.375rem;--plasma-combobox-new-textfield-border-radius:0.875rem;--plasma-combobox-new-textfield-left-content-margin:-0.0625rem 0.5rem -0.0625rem -0.125rem;--plasma-combobox-new-textfield-right-content-margin:-0.0625rem -0.125rem -0.0625rem 0.75rem;--plasma-combobox-new-textfield-before-text-margin:0 0.25rem 0 0;--plasma-combobox-new-textfield-after-text-margin:0 0 0 0.25rem;--plasma-combobox-new-textfield-font-family:var(--plasma-typo-body-l-font-family);--plasma-combobox-new-textfield-font-size:var(--plasma-typo-body-l-font-size);--plasma-combobox-new-textfield-font-style:var(--plasma-typo-body-l-font-style);--plasma-combobox-new-textfield-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-combobox-new-textfield-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-combobox-new-textfield-line-height:var(--plasma-typo-body-l-line-height);--plasma-combobox-new-textfield-label-offset:0.75rem;--plasma-combobox-new-textfield-label-font-family:var(--plasma-typo-body-l-font-family);--plasma-combobox-new-textfield-label-font-size:var(--plasma-typo-body-l-font-size);--plasma-combobox-new-textfield-label-font-style:var(--plasma-typo-body-l-font-style);--plasma-combobox-new-textfield-label-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-combobox-new-textfield-label-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-combobox-new-textfield-label-line-height:var(--plasma-typo-body-l-line-height);--plasma-combobox-new-textfield-left-helper-offset:0.25rem;--plasma-combobox-new-textfield-left-helper-font-family:var(--plasma-typo-body-xs-font-family);--plasma-combobox-new-textfield-left-helper-font-size:var(--plasma-typo-body-xs-font-size);--plasma-combobox-new-textfield-left-helper-font-style:var(--plasma-typo-body-xs-font-style);--plasma-combobox-new-textfield-left-helper-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-combobox-new-textfield-left-helper-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-combobox-new-textfield-left-helper-line-height:var(--plasma-typo-body-xs-line-height);--plasma-combobox-new-textfield-placement_inner-label-padding:0.5625rem 0 0.125rem 0;--plasma-combobox-new-textfield-placement_inner-content-padding:1.5625rem 0 0.5625rem 0;--plasma-combobox-new-textfield-indicator-size-inner:0.5rem;--plasma-combobox-new-textfield-indicator-size-outer:0.375rem;--plasma-combobox-new-textfield-indicator-placement-inner:0 0 0 0;--plasma-combobox-new-textfield-indicator-placement-outer:0.5rem auto auto -0.75rem;--plasma-combobox-new-textfield-indicator-placement-inner-right:0 0 auto auto;--plasma-combobox-new-textfield-indicator-placement-outer-right:0.25rem -0.625rem auto auto;--plasma-combobox-new-textfield-clear-indicator-placement-inner:1.5rem auto auto -0.875rem;--plasma-combobox-new-textfield-clear-indicator-placement-inner-right:1.5rem -0.875rem auto auto;--plasma-combobox-new-textfield-clear-indicator-hint-placement-inner-right:1.5rem -2.25rem auto auto;--plasma-combobox-new-textfield-chip-gap:0.25rem;--plasma-combobox-new-textfield-chip-border-radius:0.5rem;--plasma-combobox-new-textfield-chip-width:auto;--plasma-combobox-new-textfield-chip-height:2.75rem;--plasma-combobox-new-textfield-chip-padding:0 0.75rem 0 1rem;--plasma-combobox-new-textfield-chip-clear-content-margin-left:0.625rem;--plasma-combobox-new-textfield-chip-clear-content-margin-right:0rem;--plasma-combobox-new-textfield-chip-close-icon-size:1.5rem;--plasma-combobox-new-textfield-chip-font-family:var(--plasma-typo-body-l-font-family);--plasma-combobox-new-textfield-chip-font-size:var(--plasma-typo-body-l-font-size);--plasma-combobox-new-textfield-chip-font-style:var(--plasma-typo-body-l-font-style);--plasma-combobox-new-textfield-chip-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-combobox-new-textfield-chip-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-combobox-new-textfield-chip-line-height:var(--plasma-typo-body-l-line-height);--plasma-combobox-new-empty-state-padding:1rem;--plasma-combobox-padding:0.125rem;--plasma-combobox-border-radius:0.875rem;--plasma-combobox-item-height:1.5rem;--plasma-combobox-item-padding:1rem 1.125rem;--plasma-combobox-item-padding-tight:0.75rem 1.125rem;--plasma-combobox-item-border-radius:0.75rem;--plasma-combobox-item-icon-margin:0 0.5rem 0 0;--plasma-combobox-item-icon-size:1.5rem;--plasma-combobox-item-icon-size-tight:1.5rem;--plasma-combobox-cell-padding:0rem;--plasma-combobox-cell-padding-left-content:0rem;--plasma-combobox-cell-padding-content:0rem;--plasma-combobox-cell-padding-right-content:0rem;--plasma-combobox-cell-textbox-gap:0.125rem;--plasma-combobox-cell-gap:0.375rem;--plasma-combobox-cell-title-font-family:var(--plasma-typo-body-l-font-family);--plasma-combobox-cell-title-font-size:var(--plasma-typo-body-l-font-size);--plasma-combobox-cell-title-font-style:var(--plasma-typo-body-l-font-style);--plasma-combobox-cell-title-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-combobox-cell-title-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-combobox-cell-title-line-height:var(--plasma-typo-body-l-line-height);--plasma-combobox-font-family:var(--plasma-typo-body-l-font-family);--plasma-combobox-font-size:var(--plasma-typo-body-l-font-size);--plasma-combobox-font-style:var(--plasma-typo-body-l-font-style);--plasma-combobox-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-combobox-font-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-combobox-font-line-height:var(--plasma-typo-body-l-line-height);--plasma-combobox-checkbox-trigger-size:1.25rem;--plasma-combobox-checkbox-trigger-size-tight:1.25rem;--plasma-combobox-checkbox-trigger-border-radius:0.375rem;--plasma-combobox-checkbox-trigger-border-radius-tight:0.375rem;--plasma-combobox-checkbox-fill-color:var(--text-accent);--plasma-combobox-checkbox-icon-color:var(--on-dark-text-primary);--plasma-combobox-checkbox-trigger-border-color:var(--text-secondary);--plasma-combobox-indicator-size:0.375rem;}
|
6
|
+
.md9rpne{--plasma-combobox-new-textfield-height:3rem;--plasma-combobox-new-textfield-padding:0.875rem 1rem 0.875rem 1rem;--plasma-combobox-new-textfield-padding-with-chips:0.375rem;--plasma-combobox-new-textfield-border-radius:0.75rem;--plasma-combobox-new-textfield-left-content-margin:-0.125rem 0.375rem -0.125rem -0.125rem;--plasma-combobox-new-textfield-right-content-margin:-0.125rem -0.125rem -0.125rem 0.75rem;--plasma-combobox-new-textfield-before-text-margin:0 0.25rem 0 0;--plasma-combobox-new-textfield-after-text-margin:0 0 0 0.25rem;--plasma-combobox-new-textfield-font-family:var(--plasma-typo-body-m-font-family);--plasma-combobox-new-textfield-font-size:var(--plasma-typo-body-m-font-size);--plasma-combobox-new-textfield-font-style:var(--plasma-typo-body-m-font-style);--plasma-combobox-new-textfield-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-combobox-new-textfield-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-combobox-new-textfield-line-height:var(--plasma-typo-body-m-line-height);--plasma-combobox-new-textfield-label-offset:0.625rem;--plasma-combobox-new-textfield-label-font-family:var(--plasma-typo-body-m-font-family);--plasma-combobox-new-textfield-label-font-size:var(--plasma-typo-body-m-font-size);--plasma-combobox-new-textfield-label-font-style:var(--plasma-typo-body-m-font-style);--plasma-combobox-new-textfield-label-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-combobox-new-textfield-label-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-combobox-new-textfield-label-line-height:var(--plasma-typo-body-m-line-height);--plasma-combobox-new-textfield-left-helper-offset:0.25rem;--plasma-combobox-new-textfield-left-helper-font-family:var(--plasma-typo-body-xs-font-family);--plasma-combobox-new-textfield-left-helper-font-size:var(--plasma-typo-body-xs-font-size);--plasma-combobox-new-textfield-left-helper-font-style:var(--plasma-typo-body-xs-font-style);--plasma-combobox-new-textfield-left-helper-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-combobox-new-textfield-left-helper-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-combobox-new-textfield-left-helper-line-height:var(--plasma-typo-body-xs-line-height);--plasma-combobox-new-textfield-placement_inner-label-padding:0.375rem 0 0.125rem 0;--plasma-combobox-new-textfield-placement_inner-content-padding:1.375rem 0 0.375rem 0;--plasma-combobox-new-textfield-indicator-size-inner:0.5rem;--plasma-combobox-new-textfield-indicator-size-outer:0.375rem;--plasma-combobox-new-textfield-indicator-placement-inner:0 0 0 0;--plasma-combobox-new-textfield-indicator-placement-outer:0.375rem auto auto -0.75rem;--plasma-combobox-new-textfield-indicator-placement-inner-right:0 0 auto auto;--plasma-combobox-new-textfield-indicator-placement-outer-right:0.25rem -0.6875rem auto auto;--plasma-combobox-new-textfield-clear-indicator-placement-inner:1.25rem auto auto -0.875rem;--plasma-combobox-new-textfield-clear-indicator-placement-inner-right:1.25rem -0.875rem auto auto;--plasma-combobox-new-textfield-clear-indicator-hint-placement-inner-right:1.25rem -2.25rem auto auto;--plasma-combobox-new-textfield-chip-gap:0.25rem;--plasma-combobox-new-textfield-chip-border-radius:0.375rem;--plasma-combobox-new-textfield-chip-width:auto;--plasma-combobox-new-textfield-chip-height:2.25rem;--plasma-combobox-new-textfield-chip-padding:0 0.625rem 0 0.875rem;--plasma-combobox-new-textfield-chip-clear-content-margin-left:0.5rem;--plasma-combobox-new-textfield-chip-clear-content-margin-right:0rem;--plasma-combobox-new-textfield-chip-close-icon-size:1.25rem;--plasma-combobox-new-textfield-chip-font-family:var(--plasma-typo-body-m-font-family);--plasma-combobox-new-textfield-chip-font-size:var(--plasma-typo-body-m-font-size);--plasma-combobox-new-textfield-chip-font-style:var(--plasma-typo-body-m-font-style);--plasma-combobox-new-textfield-chip-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-combobox-new-textfield-chip-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-combobox-new-textfield-chip-line-height:var(--plasma-typo-body-m-line-height);--plasma-combobox-new-empty-state-padding:0.875rem 1rem 0.875rem 1rem;--plasma-combobox-padding:0.125rem;--plasma-combobox-border-radius:0.75rem;--plasma-combobox-item-height:1.5rem;--plasma-combobox-item-padding:0.75rem 0.875rem;--plasma-combobox-item-padding-tight:0.5rem 0.875rem;--plasma-combobox-item-border-radius:0.625rem;--plasma-combobox-item-icon-margin:0 0.375rem 0 0;--plasma-combobox-item-icon-size:1.5rem;--plasma-combobox-item-icon-size-tight:1.5rem;--plasma-combobox-cell-padding:0rem;--plasma-combobox-cell-padding-left-content:0rem;--plasma-combobox-cell-padding-content:0rem;--plasma-combobox-cell-padding-right-content:0rem;--plasma-combobox-cell-textbox-gap:0.125rem;--plasma-combobox-cell-gap:0.375rem;--plasma-combobox-cell-title-font-family:var(--plasma-typo-body-m-font-family);--plasma-combobox-cell-title-font-size:var(--plasma-typo-body-m-font-size);--plasma-combobox-cell-title-font-style:var(--plasma-typo-body-m-font-style);--plasma-combobox-cell-title-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-combobox-cell-title-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-combobox-cell-title-line-height:var(--plasma-typo-body-m-line-height);--plasma-combobox-font-family:var(--plasma-typo-body-m-font-family);--plasma-combobox-font-size:var(--plasma-typo-body-m-font-size);--plasma-combobox-font-style:var(--plasma-typo-body-m-font-style);--plasma-combobox-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-combobox-font-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-combobox-font-line-height:var(--plasma-typo-body-m-line-height);--plasma-combobox-checkbox-trigger-size:1.25rem;--plasma-combobox-checkbox-trigger-size-tight:1.25rem;--plasma-combobox-checkbox-trigger-border-radius:0.375rem;--plasma-combobox-checkbox-trigger-border-radius-tight:0.375rem;--plasma-combobox-checkbox-fill-color:var(--text-accent);--plasma-combobox-checkbox-icon-color:var(--on-dark-text-primary);--plasma-combobox-checkbox-trigger-border-color:var(--text-secondary);--plasma-combobox-indicator-size:0.375rem;}
|
7
|
+
.s18l3tth{--plasma-combobox-new-textfield-height:2.5rem;--plasma-combobox-new-textfield-padding:0.6875rem 0.875rem 0.6875rem 0.875rem;--plasma-combobox-new-textfield-padding-with-chips:0.375rem;--plasma-combobox-new-textfield-border-radius:0.625rem;--plasma-combobox-new-textfield-left-content-margin:-0.1875rem 0.25rem -0.1875rem -0.125rem;--plasma-combobox-new-textfield-right-content-margin:-0.1875rem -0.125rem -0.1875rem 0.75rem;--plasma-combobox-new-textfield-before-text-margin:0 0.25rem 0 0;--plasma-combobox-new-textfield-after-text-margin:0 0 0 0.25rem;--plasma-combobox-new-textfield-font-family:var(--plasma-typo-body-s-font-family);--plasma-combobox-new-textfield-font-size:var(--plasma-typo-body-s-font-size);--plasma-combobox-new-textfield-font-style:var(--plasma-typo-body-s-font-style);--plasma-combobox-new-textfield-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-combobox-new-textfield-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-combobox-new-textfield-line-height:var(--plasma-typo-body-s-line-height);--plasma-combobox-new-textfield-label-offset:0.5rem;--plasma-combobox-new-textfield-label-font-family:var(--plasma-typo-body-s-font-family);--plasma-combobox-new-textfield-label-font-size:var(--plasma-typo-body-s-font-size);--plasma-combobox-new-textfield-label-font-style:var(--plasma-typo-body-s-font-style);--plasma-combobox-new-textfield-label-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-combobox-new-textfield-label-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-combobox-new-textfield-label-line-height:var(--plasma-typo-body-s-line-height);--plasma-combobox-new-textfield-left-helper-offset:0.25rem;--plasma-combobox-new-textfield-left-helper-font-family:var(--plasma-typo-body-xs-font-family);--plasma-combobox-new-textfield-left-helper-font-size:var(--plasma-typo-body-xs-font-size);--plasma-combobox-new-textfield-left-helper-font-style:var(--plasma-typo-body-xs-font-style);--plasma-combobox-new-textfield-left-helper-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-combobox-new-textfield-left-helper-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-combobox-new-textfield-left-helper-line-height:var(--plasma-typo-body-xs-line-height);--plasma-combobox-new-textfield-placement_inner-label-padding:0.3125rem 0 0 0;--plasma-combobox-new-textfield-placement_inner-content-padding:1.0625rem 0 0.3125rem 0;--plasma-combobox-new-textfield-indicator-size-inner:0.375rem;--plasma-combobox-new-textfield-indicator-size-outer:0.375rem;--plasma-combobox-new-textfield-indicator-placement-inner:0 0 0 0;--plasma-combobox-new-textfield-indicator-placement-outer:0.3125rem auto auto -0.6875rem;--plasma-combobox-new-textfield-indicator-placement-inner-right:0 0 auto auto;--plasma-combobox-new-textfield-indicator-placement-outer-right:0.25rem -0.625rem auto auto;--plasma-combobox-new-textfield-clear-indicator-placement-inner:1.063rem auto auto -0.75rem;--plasma-combobox-new-textfield-clear-indicator-placement-inner-right:1.063rem -0.75rem auto auto;--plasma-combobox-new-textfield-clear-indicator-hint-placement-inner-right:1.063rem -2.125rem auto auto;--plasma-combobox-new-textfield-chip-gap:0.25rem;--plasma-combobox-new-textfield-chip-border-radius:0.25rem;--plasma-combobox-new-textfield-chip-width:auto;--plasma-combobox-new-textfield-chip-height:1.75rem;--plasma-combobox-new-textfield-chip-padding:0 0.5rem 0 0.75rem;--plasma-combobox-new-textfield-chip-clear-content-margin-left:0.375rem;--plasma-combobox-new-textfield-chip-clear-content-margin-right:0rem;--plasma-combobox-new-textfield-chip-close-icon-size:1rem;--plasma-combobox-new-textfield-chip-font-family:var(--plasma-typo-body-s-font-family);--plasma-combobox-new-textfield-chip-font-size:var(--plasma-typo-body-s-font-size);--plasma-combobox-new-textfield-chip-font-style:var(--plasma-typo-body-s-font-style);--plasma-combobox-new-textfield-chip-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-combobox-new-textfield-chip-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-combobox-new-textfield-chip-line-height:var(--plasma-typo-body-s-line-height);--plasma-combobox-new-empty-state-padding:0.625rem 0.875rem 0.625rem 0.875rem;--plasma-combobox-padding:0.125rem;--plasma-combobox-border-radius:0.625rem;--plasma-combobox-item-height:1.5rem;--plasma-combobox-item-padding:0.5rem 0.75rem;--plasma-combobox-item-padding-tight:0.25rem 0.75rem;--plasma-combobox-item-border-radius:0.5rem;--plasma-combobox-item-icon-size:1.5rem;--plasma-combobox-item-icon-size-tight:1rem;--plasma-combobox-item-icon-margin:0 0.375rem 0 0;--plasma-combobox-cell-padding:0rem;--plasma-combobox-cell-padding-left-content:0rem;--plasma-combobox-cell-padding-content:0rem;--plasma-combobox-cell-padding-right-content:0rem;--plasma-combobox-cell-textbox-gap:0.125rem;--plasma-combobox-cell-gap:0.375rem;--plasma-combobox-cell-title-font-family:var(--plasma-typo-body-s-font-family);--plasma-combobox-cell-title-font-size:var(--plasma-typo-body-s-font-size);--plasma-combobox-cell-title-font-style:var(--plasma-typo-body-s-font-style);--plasma-combobox-cell-title-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-combobox-cell-title-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-combobox-cell-title-line-height:var(--plasma-typo-body-s-line-height);--plasma-combobox-font-family:var(--plasma-typo-body-s-font-family);--plasma-combobox-font-size:var(--plasma-typo-body-s-font-size);--plasma-combobox-font-style:var(--plasma-typo-body-s-font-style);--plasma-combobox-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-combobox-font-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-combobox-font-line-height:var(--plasma-typo-body-s-line-height);--plasma-combobox-checkbox-trigger-size:1.25rem;--plasma-combobox-checkbox-trigger-size-tight:0.875rem;--plasma-combobox-checkbox-trigger-border-radius:0.375rem;--plasma-combobox-checkbox-trigger-border-radius-tight:0.25rem;--plasma-combobox-checkbox-fill-color:var(--text-accent);--plasma-combobox-checkbox-icon-color:var(--on-dark-text-primary);--plasma-combobox-checkbox-trigger-border-color:var(--text-secondary);--plasma-combobox-indicator-size:0.375rem;}
|
8
|
+
.x2zp6wl{--plasma-combobox-new-textfield-height:2rem;--plasma-combobox-new-textfield-padding:0.5625rem 0.625rem 0.5625rem 0.625rem;--plasma-combobox-new-textfield-padding-with-chips:0.375rem;--plasma-combobox-new-textfield-border-radius:0.5rem;--plasma-combobox-new-textfield-left-content-margin:-0.0625rem 0.25rem -0.0625rem -0.125rem;--plasma-combobox-new-textfield-right-content-margin:-0.0625rem -0.125rem -0.0625rem 0.75rem;--plasma-combobox-new-textfield-before-text-margin:0 0.25rem 0 0;--plasma-combobox-new-textfield-after-text-margin:0 0 0 0.25rem;--plasma-combobox-new-textfield-font-family:var(--plasma-typo-body-xs-font-family);--plasma-combobox-new-textfield-font-size:var(--plasma-typo-body-xs-font-size);--plasma-combobox-new-textfield-font-style:var(--plasma-typo-body-xs-font-style);--plasma-combobox-new-textfield-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-combobox-new-textfield-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-combobox-new-textfield-line-height:var(--plasma-typo-body-xs-line-height);--plasma-combobox-new-textfield-label-offset:0.375rem;--plasma-combobox-new-textfield-label-font-family:var(--plasma-typo-body-xs-font-family);--plasma-combobox-new-textfield-label-font-size:var(--plasma-typo-body-xs-font-size);--plasma-combobox-new-textfield-label-font-style:var(--plasma-typo-body-xs-font-style);--plasma-combobox-new-textfield-label-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-combobox-new-textfield-label-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-combobox-new-textfield-label-line-height:var(--plasma-typo-body-xs-line-height);--plasma-combobox-new-textfield-left-helper-offset:0.25rem;--plasma-combobox-new-textfield-left-helper-font-family:var(--plasma-typo-body-xs-font-family);--plasma-combobox-new-textfield-left-helper-font-size:var(--plasma-typo-body-xs-font-size);--plasma-combobox-new-textfield-left-helper-font-style:var(--plasma-typo-body-xs-font-style);--plasma-combobox-new-textfield-left-helper-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-combobox-new-textfield-left-helper-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-combobox-new-textfield-left-helper-line-height:var(--plasma-typo-body-xs-line-height);--plasma-combobox-new-textfield-placement_inner-label-padding:0.3125rem 0 0 0;--plasma-combobox-new-textfield-placement_inner-content-padding:1.0625rem 0 0.3125rem 0;--plasma-combobox-new-textfield-indicator-size-inner:0.375rem;--plasma-combobox-new-textfield-indicator-size-outer:0.375rem;--plasma-combobox-new-textfield-indicator-placement-inner:0 0 0 0;--plasma-combobox-new-textfield-indicator-placement-outer:0.25rem auto auto -0.625rem;--plasma-combobox-new-textfield-indicator-placement-inner-right:0 0 auto auto;--plasma-combobox-new-textfield-indicator-placement-outer-right:0.125rem -0.6875rem auto auto;--plasma-combobox-new-textfield-clear-indicator-placement-inner:0.813rem auto auto -0.625rem;--plasma-combobox-new-textfield-clear-indicator-placement-inner-right:0.813rem -0.625rem auto auto;--plasma-combobox-new-textfield-clear-indicator-hint-placement-inner-right:0.813rem -1.875rem auto auto;--plasma-combobox-new-textfield-chip-gap:0.25rem;--plasma-combobox-new-textfield-chip-border-radius:0.125rem;--plasma-combobox-new-textfield-chip-width:auto;--plasma-combobox-new-textfield-chip-height:1.25rem;--plasma-combobox-new-textfield-chip-padding:0 0.375rem 0 0.625rem;--plasma-combobox-new-textfield-chip-clear-content-margin-left:0.25rem;--plasma-combobox-new-textfield-chip-clear-content-margin-right:0rem;--plasma-combobox-new-textfield-chip-close-icon-size:0.75rem;--plasma-combobox-new-textfield-chip-font-family:var(--plasma-typo-body-xs-font-family);--plasma-combobox-new-textfield-chip-font-size:var(--plasma-typo-body-xs-font-size);--plasma-combobox-new-textfield-chip-font-style:var(--plasma-typo-body-xs-font-style);--plasma-combobox-new-textfield-chip-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-combobox-new-textfield-chip-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-combobox-new-textfield-chip-line-height:var(--plasma-typo-body-xs-line-height);--plasma-combobox-new-empty-state-padding:0.5rem 0.625rem 0.5rem 0.625rem;--plasma-combobox-padding:0.125rem;--plasma-combobox-border-radius:0.5rem;--plasma-combobox-item-height:1rem;--plasma-combobox-item-padding:0.5rem;--plasma-combobox-item-padding-tight:0.25rem 0.5rem;--plasma-combobox-item-border-radius:0.375rem;--plasma-combobox-item-icon-margin:0 0.25rem 0 0;--plasma-combobox-item-icon-size:1rem;--plasma-combobox-item-icon-size-tight:1rem;--plasma-combobox-cell-padding:0rem;--plasma-combobox-cell-padding-left-content:0rem;--plasma-combobox-cell-padding-content:0rem;--plasma-combobox-cell-padding-right-content:0rem;--plasma-combobox-cell-textbox-gap:0.125rem;--plasma-combobox-cell-gap:0.25rem;--plasma-combobox-cell-title-font-family:var(--plasma-typo-body-xs-font-family);--plasma-combobox-cell-title-font-size:var(--plasma-typo-body-xs-font-size);--plasma-combobox-cell-title-font-style:var(--plasma-typo-body-xs-font-style);--plasma-combobox-cell-title-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-combobox-cell-title-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-combobox-cell-title-line-height:var(--plasma-typo-body-xs-line-height);--plasma-combobox-font-family:var(--plasma-typo-body-m-font-family);--plasma-combobox-font-size:var(--plasma-typo-body-m-font-size);--plasma-combobox-font-style:var(--plasma-typo-body-m-font-style);--plasma-combobox-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-combobox-font-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-combobox-font-line-height:var(--plasma-typo-body-m-line-height);--plasma-combobox-checkbox-trigger-size:0.875rem;--plasma-combobox-checkbox-trigger-size-tight:0.875rem;--plasma-combobox-checkbox-trigger-border-radius:0.25rem;--plasma-combobox-checkbox-trigger-border-radius-tight:0.25rem;--plasma-combobox-checkbox-fill-color:var(--text-accent);--plasma-combobox-checkbox-icon-color:var(--on-dark-text-primary);--plasma-combobox-checkbox-trigger-border-color:var(--text-secondary);--plasma-combobox-indicator-size:0.375rem;}
|
9
|
+
.ijf6k4v{--plasma-combobox-new-textfield-placeholder-color:var(--plasma-input-label-color,var(--plasma-input-placeholder-color,var(--plasma-colors-secondary)));--plasma-combobox-new-textfield-placement_inner-label-font-family:var(--plasma-typo-body-xs-font-family);--plasma-combobox-new-textfield-placement_inner-label-font-size:var(--plasma-typo-body-xs-font-size);--plasma-combobox-new-textfield-placement_inner-label-font-style:var(--plasma-typo-body-xs-font-style);--plasma-combobox-new-textfield-placement_inner-label-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-combobox-new-textfield-placement_inner-label-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-combobox-new-textfield-placement_inner-label-line-height:var(--plasma-typo-body-xs-line-height);}
|
10
|
+
|
11
|
+
.thokxr1{--plasma-combobox-new-textfield-disabled-opacity:0.4;}
|
12
|
+
.t1kzzqc1{--plasma-combobox-new-textfield-color-readonly:var(--text-secondary);--plasma-combobox-new-textfield-bg-color-readonly:var(--surface-transparent-primary);--plasma-combobox-new-textfield-placeholder-color-readonly:var(--text-secondary);--plasma-combobox-new-textfield-left-helper-color-readonly:var(--text-secondary);--plasma-combobox-new-textfield-label-color-readonly:var(--text-secondary);}
|