@salutejs/plasma-web 1.481.0-canary.1656.12395670018.0 → 1.481.0-dev.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -440,10 +440,6 @@ dark: PolymorphicClassName;
440
440
  black: PolymorphicClassName;
441
441
  white: PolymorphicClassName;
442
442
  };
443
- helperTextView: {
444
- default: PolymorphicClassName;
445
- negative: PolymorphicClassName;
446
- };
447
443
  size: {
448
444
  l: PolymorphicClassName;
449
445
  m: PolymorphicClassName;
@@ -1765,8 +1761,6 @@ contentLeft?: ReactNode;
1765
1761
  contentRight?: ReactNode;
1766
1762
  leftHelper?: string | undefined;
1767
1763
  requiredPlacement?: "right" | "left" | undefined;
1768
- dividerVariant?: "none" | "icon" | "dash" | undefined;
1769
- dividerIcon?: ReactNode;
1770
1764
  firstValueError?: boolean | undefined;
1771
1765
  secondValueError?: boolean | undefined;
1772
1766
  firstValueSuccess?: boolean | undefined;
@@ -1777,14 +1771,16 @@ firstTextfieldContentLeft?: ReactElement<any, string | JSXElementConstructor<any
1777
1771
  firstTextfieldContentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
1778
1772
  secondTextfieldContentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
1779
1773
  secondTextfieldContentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
1780
- firstTextfieldTextBefore?: string | undefined;
1781
- secondTextfieldTextBefore?: string | undefined;
1782
1774
  firstTextfieldTextAfter?: string | undefined;
1783
1775
  secondTextfieldTextAfter?: string | undefined;
1784
1776
  onFocusFirstTextfield?: ((event: ChangeEvent<HTMLInputElement>) => void) | undefined;
1785
1777
  onFocusSecondTextfield?: ((event: ChangeEvent<HTMLInputElement>) => void) | undefined;
1786
1778
  onBlurFirstTextfield?: ((event: ChangeEvent<HTMLInputElement>) => void) | undefined;
1787
1779
  onBlurSecondTextfield?: ((event: ChangeEvent<HTMLInputElement>) => void) | undefined;
1780
+ firstTextfieldTextBefore?: string | undefined;
1781
+ secondTextfieldTextBefore?: string | undefined;
1782
+ dividerVariant?: "none" | "icon" | "dash" | undefined;
1783
+ dividerIcon?: ReactNode;
1788
1784
  } & DatePickerCalendarProps & Omit<DatePickerPopoverProps, "placement"> & {
1789
1785
  placement?: DatePickerRangePlacement | DatePickerRangePlacement[] | undefined;
1790
1786
  isDoubleCalendar?: boolean | undefined;
@@ -3055,7 +3051,7 @@ onDecrement?: ((value: number) => void) | undefined;
3055
3051
  } & {
3056
3052
  segmentation?: "clear" | undefined;
3057
3053
  inputBackgroundType?: undefined;
3058
- } & Omit<InputHTMLAttributes_3<HTMLInputElement>, "onChange" | "value" | "size"> & RefAttributes<HTMLInputElement>) | ({
3054
+ } & Omit<InputHTMLAttributes_3<HTMLInputElement>, "onChange" | "size" | "value"> & RefAttributes<HTMLInputElement>) | ({
3059
3055
  value?: number | undefined;
3060
3056
  min?: number | undefined;
3061
3057
  max?: number | undefined;
@@ -3080,7 +3076,7 @@ onDecrement?: ((value: number) => void) | undefined;
3080
3076
  } & {
3081
3077
  segmentation?: string | undefined;
3082
3078
  inputBackgroundType?: string | undefined;
3083
- } & Omit<InputHTMLAttributes_3<HTMLInputElement>, "onChange" | "value" | "size"> & RefAttributes<HTMLInputElement>))>;
3079
+ } & Omit<InputHTMLAttributes_3<HTMLInputElement>, "onChange" | "size" | "value"> & RefAttributes<HTMLInputElement>))>;
3084
3080
 
3085
3081
  export { numberInputClasses }
3086
3082
 
@@ -1,7 +1,6 @@
1
1
  export declare const config: {
2
2
  defaults: {
3
3
  view: string;
4
- helperTextView: string;
5
4
  focused: string;
6
5
  size: string;
7
6
  };
@@ -18,10 +17,6 @@ export declare const config: {
18
17
  black: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
19
18
  white: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
20
19
  };
21
- helperTextView: {
22
- default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
23
- negative: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
24
- };
25
20
  size: {
26
21
  l: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
27
22
  m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
@@ -5,12 +5,11 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.config = void 0;
7
7
  var _styledComponents = /*#__PURE__*/require("@salutejs/plasma-new-hope/styled-components");
8
- var _templateObject, _templateObject2, _templateObject3, _templateObject4, _templateObject5, _templateObject6, _templateObject7, _templateObject8, _templateObject9, _templateObject10, _templateObject11, _templateObject12, _templateObject13, _templateObject14, _templateObject15, _templateObject16;
8
+ var _templateObject, _templateObject2, _templateObject3, _templateObject4, _templateObject5, _templateObject6, _templateObject7, _templateObject8, _templateObject9, _templateObject10, _templateObject11, _templateObject12, _templateObject13, _templateObject14;
9
9
  function _taggedTemplateLiteral(strings, raw) { if (!raw) { raw = strings.slice(0); } return Object.freeze(Object.defineProperties(strings, { raw: { value: Object.freeze(raw) } })); }
10
10
  var config = exports.config = {
11
11
  defaults: {
12
12
  view: 'default',
13
- helperTextView: 'default',
14
13
  focused: 'true',
15
14
  size: 'm'
16
15
  },
@@ -27,15 +26,11 @@ var config = exports.config = {
27
26
  black: /*#__PURE__*/(0, _styledComponents.css)(_templateObject9 || (_templateObject9 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--on-dark-text-primary);\n ", ": var(--on-dark-text-secondary);\n ", ": var(--on-light-surface-solid-default);\n ", ": var(", ");\n ", ": var(--on-dark-text-primary);\n ", ": var(--on-light-surface-solid-default-hover);\n ", ": var(--on-dark-text-primary);\n ", ": var(--on-light-surface-solid-default-active);\n\n ", ": 0.4;\n ", ": var(--surface-accent);\n\n ", ": var(--text-primary);\n ", ": var(--text-secondary);\n ", ": var(--text-primary);\n ", ": var(--text-secondary);\n ", ": transparent;\n\n ", ": var(--on-dark-text-primary);\n ", ": var(--on-light-surface-solid-default);\n ", ": var(", ");\n ", ": var(--on-dark-text-primary);\n ", ": var(--on-light-surface-solid-default-hover);\n ", ": var(--on-dark-text-primary);\n ", ": var(--on-light-surface-solid-default-active);\n\n ", ": 0.4;\n ", ": var(--surface-accent);\n\n ", ": var(--text-secondary);\n ", ": var(--surface-clear);\n ", ": var(", ");\n ", ": var(--text-secondary-hover);\n ", ": var(--surface-clear);\n ", ": var(--text-secondary-active);\n ", ": var(--surface-clear);\n\n ", ": 0.4;\n ", ": var(--surface-accent);\n "])), _styledComponents.attachTokens.buttonColor, _styledComponents.attachTokens.buttonValueColor, _styledComponents.attachTokens.buttonBackgroundColor, _styledComponents.attachTokens.buttonLoadingBackgroundColor, _styledComponents.attachTokens.buttonBackgroundColor, _styledComponents.attachTokens.buttonColorHover, _styledComponents.attachTokens.buttonBackgroundColorHover, _styledComponents.attachTokens.buttonColorActive, _styledComponents.attachTokens.buttonBackgroundColorActive, _styledComponents.attachTokens.buttonDisabledOpacity, _styledComponents.attachTokens.buttonFocusColor, _styledComponents.attachTokens.cellColor, _styledComponents.attachTokens.cellLabelColor, _styledComponents.attachTokens.cellTitleColor, _styledComponents.attachTokens.cellSubtitleColor, _styledComponents.attachTokens.cellBackgroundColor, _styledComponents.attachTokens.iconButtonColor, _styledComponents.attachTokens.iconButtonBackgroundColor, _styledComponents.attachTokens.iconButtonLoadingBackgroundColor, _styledComponents.attachTokens.iconButtonBackgroundColor, _styledComponents.attachTokens.iconButtonColorHover, _styledComponents.attachTokens.iconButtonBackgroundColorHover, _styledComponents.attachTokens.iconButtonColorActive, _styledComponents.attachTokens.iconButtonBackgroundColorActive, _styledComponents.attachTokens.iconButtonDisabledOpacity, _styledComponents.attachTokens.iconButtonFocusColor, _styledComponents.attachTokens.iconButtonCancelColor, _styledComponents.attachTokens.iconButtonCancelBackgroundColor, _styledComponents.attachTokens.iconButtonCancelLoadingBackgroundColor, _styledComponents.attachTokens.iconButtonCancelBackgroundColor, _styledComponents.attachTokens.iconButtonCancelColorHover, _styledComponents.attachTokens.iconButtonCancelBackgroundColorHover, _styledComponents.attachTokens.iconButtonCancelColorActive, _styledComponents.attachTokens.iconButtonCancelBackgroundColorActive, _styledComponents.attachTokens.iconButtonCancelDisabledOpacity, _styledComponents.attachTokens.iconButtonCancelFocusColor),
28
27
  white: /*#__PURE__*/(0, _styledComponents.css)(_templateObject10 || (_templateObject10 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--on-light-text-primary);\n ", ": var(--on-light-text-secondary);\n ", ": var(--on-dark-surface-solid-default);\n ", ": var(", ");\n ", ": var(--on-light-text-primary);\n ", ": var(--on-dark-surface-solid-default-hover);\n ", ": var(--on-light-text-primary);\n ", ": var(--on-dark-surface-solid-default-active);\n\n ", ": 0.4;\n ", ": var(--surface-accent);\n\n ", ": var(--text-primary);\n ", ": var(--text-secondary);\n ", ": var(--text-primary);\n ", ": var(--text-secondary);\n ", ": transparent;\n\n ", ": var(--on-light-text-primary);\n ", ": var(--on-dark-surface-solid-default);\n ", ": var(", ");\n ", ": var(--on-light-text-primary);\n ", ": var(--on-dark-surface-solid-default-hover);\n ", ": var(--on-light-text-primary);\n ", ": var(--on-dark-surface-solid-default-active);\n\n ", ": 0.4;\n ", ": var(--surface-accent);\n\n ", ": var(--text-secondary);\n ", ": var(--surface-clear);\n ", ": var(", ");\n ", ": var(--text-secondary-hover);\n ", ": var(--surface-clear);\n ", ": var(--text-secondary-active);\n ", ": var(--surface-clear);\n\n ", ": 0.4;\n ", ": var(--surface-accent);\n "])), _styledComponents.attachTokens.buttonColor, _styledComponents.attachTokens.buttonValueColor, _styledComponents.attachTokens.buttonBackgroundColor, _styledComponents.attachTokens.buttonLoadingBackgroundColor, _styledComponents.attachTokens.buttonBackgroundColor, _styledComponents.attachTokens.buttonColorHover, _styledComponents.attachTokens.buttonBackgroundColorHover, _styledComponents.attachTokens.buttonColorActive, _styledComponents.attachTokens.buttonBackgroundColorActive, _styledComponents.attachTokens.buttonDisabledOpacity, _styledComponents.attachTokens.buttonFocusColor, _styledComponents.attachTokens.cellColor, _styledComponents.attachTokens.cellLabelColor, _styledComponents.attachTokens.cellTitleColor, _styledComponents.attachTokens.cellSubtitleColor, _styledComponents.attachTokens.cellBackgroundColor, _styledComponents.attachTokens.iconButtonColor, _styledComponents.attachTokens.iconButtonBackgroundColor, _styledComponents.attachTokens.iconButtonLoadingBackgroundColor, _styledComponents.attachTokens.iconButtonBackgroundColor, _styledComponents.attachTokens.iconButtonColorHover, _styledComponents.attachTokens.iconButtonBackgroundColorHover, _styledComponents.attachTokens.iconButtonColorActive, _styledComponents.attachTokens.iconButtonBackgroundColorActive, _styledComponents.attachTokens.iconButtonDisabledOpacity, _styledComponents.attachTokens.iconButtonFocusColor, _styledComponents.attachTokens.iconButtonCancelColor, _styledComponents.attachTokens.iconButtonCancelBackgroundColor, _styledComponents.attachTokens.iconButtonCancelLoadingBackgroundColor, _styledComponents.attachTokens.iconButtonCancelBackgroundColor, _styledComponents.attachTokens.iconButtonCancelColorHover, _styledComponents.attachTokens.iconButtonCancelBackgroundColorHover, _styledComponents.attachTokens.iconButtonCancelColorActive, _styledComponents.attachTokens.iconButtonCancelBackgroundColorActive, _styledComponents.attachTokens.iconButtonCancelDisabledOpacity, _styledComponents.attachTokens.iconButtonCancelFocusColor)
29
28
  },
30
- helperTextView: {
31
- "default": /*#__PURE__*/(0, _styledComponents.css)(_templateObject11 || (_templateObject11 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--text-secondary);\n "])), _styledComponents.attachTokens.helperTextColor),
32
- negative: /*#__PURE__*/(0, _styledComponents.css)(_templateObject12 || (_templateObject12 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--text-negative);\n "])), _styledComponents.attachTokens.helperTextColor)
33
- },
34
29
  size: {
35
- l: /*#__PURE__*/(0, _styledComponents.css)(_templateObject13 || (_templateObject13 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": 1.5rem;\n ", ": 0.5rem;\n ", ": 1.625rem;\n\n ", ": 3.5rem;\n ", ": 12.5rem;\n ", ": 1.5rem;\n ", ": 0.875rem;\n ", ": var(--plasma-typo-body-l-font-family);\n ", ": var(--plasma-typo-body-l-font-size);\n ", ": var(--plasma-typo-body-l-font-style);\n ", ": var(--plasma-typo-body-l-bold-font-weight);\n ", ": var(--plasma-typo-body-l-letter-spacing);\n ", ": var(--plasma-typo-body-l-line-height);\n\n ", ": 1.375rem;\n ", ": inherit;\n\n ", ": 0 0.5rem 0 -0.125rem;\n ", ": 0 -0.125rem 0 0.5rem;\n ", ": 0 0 0 0.25rem;\n\n ", ": fit-content;\n\n ", ": 0rem;\n ", ": 0rem;\n ", ": 0rem;\n ", ": 0rem;\n\n ", ": 0.125rem;\n ", ": 0.375rem;\n\n ", ": var(--plasma-typo-body-m-font-family);\n ", ": var(--plasma-typo-body-m-font-size);\n ", ": var(--plasma-typo-body-m-font-style);\n ", ": var(--plasma-typo-body-m-font-weight);\n ", ": var(--plasma-typo-body-m-letter-spacing);\n ", ": var(--plasma-typo-body-m-line-height);\n\n ", ": var(--plasma-typo-body-l-font-family);\n ", ": var(--plasma-typo-body-l-font-size);\n ", ": var(--plasma-typo-body-l-font-style);\n ", ": var(--plasma-typo-body-l-font-weight);\n ", ": var(--plasma-typo-body-l-letter-spacing);\n ", ": var(--plasma-typo-body-l-line-height);\n\n ", ": var(--plasma-typo-body-m-font-family);\n ", ": var(--plasma-typo-body-m-font-size);\n ", ": var(--plasma-typo-body-m-font-style);\n ", ": var(--plasma-typo-body-m-font-weight);\n ", ": var(--plasma-typo-body-m-letter-spacing);\n ", ": var(--plasma-typo-body-m-line-height);\n\n ", ": 3.5rem;\n ", ": 3.5rem;\n ", ": 1.5rem;\n ", ": 0.875rem;\n ", ": var(--plasma-typo-body-l-font-family);\n ", ": var(--plasma-typo-body-l-font-size);\n ", ": var(--plasma-typo-body-l-font-style);\n ", ": var(--plasma-typo-body-l-bold-font-weight);\n ", ": var(--plasma-typo-body-l-letter-spacing);\n ", ": var(--plasma-typo-body-l-line-height);\n\n ", ": 1.375rem;\n ", ": inherit;\n\n ", ": 2rem;\n ", ": 2rem;\n ", ": 0.75rem;\n ", ": 0.5rem;\n ", ": var(--plasma-typo-body-xs-font-family);\n ", ": var(--plasma-typo-body-xs-font-size);\n ", ": var(--plasma-typo-body-xs-font-style);\n ", ": var(--plasma-typo-body-xs-bold-font-weight);\n ", ": var(--plasma-typo-body-xs-letter-spacing);\n ", ": var(--plasma-typo-body-xs-line-height);\n\n ", ": 1rem;\n ", ": inherit;\n "])), _styledComponents.attachTokens.horizontalGap, _styledComponents.attachTokens.verticalGap, _styledComponents.attachTokens.verticalGapWithHelperText, _styledComponents.attachTokens.buttonHeight, _styledComponents.attachTokens.buttonWidth, _styledComponents.attachTokens.buttonPadding, _styledComponents.attachTokens.buttonRadius, _styledComponents.attachTokens.buttonFontFamily, _styledComponents.attachTokens.buttonFontSize, _styledComponents.attachTokens.buttonFontStyle, _styledComponents.attachTokens.buttonFontWeight, _styledComponents.attachTokens.buttonLetterSpacing, _styledComponents.attachTokens.buttonLineHeight, _styledComponents.attachTokens.buttonSpinnerSize, _styledComponents.attachTokens.buttonSpinnerColor, _styledComponents.attachTokens.buttonLeftContentMargin, _styledComponents.attachTokens.buttonRightContentMargin, _styledComponents.attachTokens.buttonValueMargin, _styledComponents.attachTokens.cellWidth, _styledComponents.attachTokens.cellPadding, _styledComponents.attachTokens.cellPaddingLeftContent, _styledComponents.attachTokens.cellPaddingContent, _styledComponents.attachTokens.cellPaddingRightContent, _styledComponents.attachTokens.cellTextboxGap, _styledComponents.attachTokens.cellGap, _styledComponents.attachTokens.cellLabelFontFamily, _styledComponents.attachTokens.cellLabelFontSize, _styledComponents.attachTokens.cellLabelFontStyle, _styledComponents.attachTokens.cellLabelFontWeight, _styledComponents.attachTokens.cellLabelLetterSpacing, _styledComponents.attachTokens.cellLabelLineHeight, _styledComponents.attachTokens.cellTitleFontFamily, _styledComponents.attachTokens.cellTitleFontSize, _styledComponents.attachTokens.cellTitleFontStyle, _styledComponents.attachTokens.cellTitleFontWeight, _styledComponents.attachTokens.cellTitleLetterSpacing, _styledComponents.attachTokens.cellTitleLineHeight, _styledComponents.attachTokens.cellSubtitleFontFamily, _styledComponents.attachTokens.cellSubtitleFontSize, _styledComponents.attachTokens.cellSubtitleFontStyle, _styledComponents.attachTokens.cellSubtitleFontWeight, _styledComponents.attachTokens.cellSubtitleLetterSpacing, _styledComponents.attachTokens.cellSubtitleLineHeight, _styledComponents.attachTokens.iconButtonHeight, _styledComponents.attachTokens.iconButtonWidth, _styledComponents.attachTokens.iconButtonPadding, _styledComponents.attachTokens.iconButtonRadius, _styledComponents.attachTokens.iconButtonFontFamily, _styledComponents.attachTokens.iconButtonFontSize, _styledComponents.attachTokens.iconButtonFontStyle, _styledComponents.attachTokens.iconButtonFontWeight, _styledComponents.attachTokens.iconButtonLetterSpacing, _styledComponents.attachTokens.iconButtonLineHeight, _styledComponents.attachTokens.iconButtonSpinnerSize, _styledComponents.attachTokens.iconButtonSpinnerColor, _styledComponents.attachTokens.iconButtonCancelHeight, _styledComponents.attachTokens.iconButtonCancelWidth, _styledComponents.attachTokens.iconButtonCancelPadding, _styledComponents.attachTokens.iconButtonCancelRadius, _styledComponents.attachTokens.iconButtonCancelFontFamily, _styledComponents.attachTokens.iconButtonCancelFontSize, _styledComponents.attachTokens.iconButtonCancelFontStyle, _styledComponents.attachTokens.iconButtonCancelFontWeight, _styledComponents.attachTokens.iconButtonCancelLetterSpacing, _styledComponents.attachTokens.iconButtonCancelLineHeight, _styledComponents.attachTokens.iconButtonCancelSpinnerSize, _styledComponents.attachTokens.iconButtonCancelSpinnerColor),
36
- m: /*#__PURE__*/(0, _styledComponents.css)(_templateObject14 || (_templateObject14 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": 1.25rem;\n ", ": 0.5rem;\n ", ": 1.625rem;\n\n ", ": 3rem;\n ", ": 11.25rem;\n ", ": 1.25rem;\n ", ": 0.75rem;\n ", ": var(--plasma-typo-body-m-font-family);\n ", ": var(--plasma-typo-body-m-font-size);\n ", ": var(--plasma-typo-body-m-font-style);\n ", ": var(--plasma-typo-body-m-bold-font-weight);\n ", ": var(--plasma-typo-body-m-letter-spacing);\n ", ": var(--plasma-typo-body-m-line-height);\n\n ", ": 1.375rem;\n ", ": inherit;\n\n ", ": 0 0.375rem 0 -0.125rem;\n ", ": 0 -0.125rem 0 0.375rem;\n ", ": 0 0 0 0.25rem;\n\n ", ": fit-content;\n\n ", ": 0rem;\n ", ": 0rem;\n ", ": 0rem;\n ", ": 0rem;\n\n ", ": 0.125rem;\n ", ": 0.375rem;\n\n ", ": var(--plasma-typo-body-s-font-family);\n ", ": var(--plasma-typo-body-s-font-size);\n ", ": var(--plasma-typo-body-s-font-style);\n ", ": var(--plasma-typo-body-s-font-weight);\n ", ": var(--plasma-typo-body-s-letter-spacing);\n ", ": var(--plasma-typo-body-s-line-height);\n\n ", ": var(--plasma-typo-body-m-font-family);\n ", ": var(--plasma-typo-body-m-font-size);\n ", ": var(--plasma-typo-body-m-font-style);\n ", ": var(--plasma-typo-body-m-font-weight);\n ", ": var(--plasma-typo-body-m-letter-spacing);\n ", ": var(--plasma-typo-body-m-line-height);\n\n ", ": var(--plasma-typo-body-s-font-family);\n ", ": var(--plasma-typo-body-s-font-size);\n ", ": var(--plasma-typo-body-s-font-style);\n ", ": var(--plasma-typo-body-s-font-weight);\n ", ": var(--plasma-typo-body-s-letter-spacing);\n ", ": var(--plasma-typo-body-s-line-height);\n\n ", ": 3rem;\n ", ": 3rem;\n ", ": 1.25rem;\n ", ": 0.75rem;\n ", ": var(--plasma-typo-body-m-font-family);\n ", ": var(--plasma-typo-body-m-font-size);\n ", ": var(--plasma-typo-body-m-font-style);\n ", ": var(--plasma-typo-body-m-bold-font-weight);\n ", ": var(--plasma-typo-body-m-letter-spacing);\n ", ": var(--plasma-typo-body-m-line-height);\n\n ", ": 1.375rem;\n ", ": inherit;\n\n ", ": 2rem;\n ", ": 2rem;\n ", ": 0.75rem;\n ", ": 0.5rem;\n ", ": var(--plasma-typo-body-xs-font-family);\n ", ": var(--plasma-typo-body-xs-font-size);\n ", ": var(--plasma-typo-body-xs-font-style);\n ", ": var(--plasma-typo-body-xs-bold-font-weight);\n ", ": var(--plasma-typo-body-xs-letter-spacing);\n ", ": var(--plasma-typo-body-xs-line-height);\n\n ", ": 1rem;\n ", ": inherit;\n "])), _styledComponents.attachTokens.horizontalGap, _styledComponents.attachTokens.verticalGap, _styledComponents.attachTokens.verticalGapWithHelperText, _styledComponents.attachTokens.buttonHeight, _styledComponents.attachTokens.buttonWidth, _styledComponents.attachTokens.buttonPadding, _styledComponents.attachTokens.buttonRadius, _styledComponents.attachTokens.buttonFontFamily, _styledComponents.attachTokens.buttonFontSize, _styledComponents.attachTokens.buttonFontStyle, _styledComponents.attachTokens.buttonFontWeight, _styledComponents.attachTokens.buttonLetterSpacing, _styledComponents.attachTokens.buttonLineHeight, _styledComponents.attachTokens.buttonSpinnerSize, _styledComponents.attachTokens.buttonSpinnerColor, _styledComponents.attachTokens.buttonLeftContentMargin, _styledComponents.attachTokens.buttonRightContentMargin, _styledComponents.attachTokens.buttonValueMargin, _styledComponents.attachTokens.cellWidth, _styledComponents.attachTokens.cellPadding, _styledComponents.attachTokens.cellPaddingLeftContent, _styledComponents.attachTokens.cellPaddingContent, _styledComponents.attachTokens.cellPaddingRightContent, _styledComponents.attachTokens.cellTextboxGap, _styledComponents.attachTokens.cellGap, _styledComponents.attachTokens.cellLabelFontFamily, _styledComponents.attachTokens.cellLabelFontSize, _styledComponents.attachTokens.cellLabelFontStyle, _styledComponents.attachTokens.cellLabelFontWeight, _styledComponents.attachTokens.cellLabelLetterSpacing, _styledComponents.attachTokens.cellLabelLineHeight, _styledComponents.attachTokens.cellTitleFontFamily, _styledComponents.attachTokens.cellTitleFontSize, _styledComponents.attachTokens.cellTitleFontStyle, _styledComponents.attachTokens.cellTitleFontWeight, _styledComponents.attachTokens.cellTitleLetterSpacing, _styledComponents.attachTokens.cellTitleLineHeight, _styledComponents.attachTokens.cellSubtitleFontFamily, _styledComponents.attachTokens.cellSubtitleFontSize, _styledComponents.attachTokens.cellSubtitleFontStyle, _styledComponents.attachTokens.cellSubtitleFontWeight, _styledComponents.attachTokens.cellSubtitleLetterSpacing, _styledComponents.attachTokens.cellSubtitleLineHeight, _styledComponents.attachTokens.iconButtonHeight, _styledComponents.attachTokens.iconButtonWidth, _styledComponents.attachTokens.iconButtonPadding, _styledComponents.attachTokens.iconButtonRadius, _styledComponents.attachTokens.iconButtonFontFamily, _styledComponents.attachTokens.iconButtonFontSize, _styledComponents.attachTokens.iconButtonFontStyle, _styledComponents.attachTokens.iconButtonFontWeight, _styledComponents.attachTokens.iconButtonLetterSpacing, _styledComponents.attachTokens.iconButtonLineHeight, _styledComponents.attachTokens.iconButtonSpinnerSize, _styledComponents.attachTokens.iconButtonSpinnerColor, _styledComponents.attachTokens.iconButtonCancelHeight, _styledComponents.attachTokens.iconButtonCancelWidth, _styledComponents.attachTokens.iconButtonCancelPadding, _styledComponents.attachTokens.iconButtonCancelRadius, _styledComponents.attachTokens.iconButtonCancelFontFamily, _styledComponents.attachTokens.iconButtonCancelFontSize, _styledComponents.attachTokens.iconButtonCancelFontStyle, _styledComponents.attachTokens.iconButtonCancelFontWeight, _styledComponents.attachTokens.iconButtonCancelLetterSpacing, _styledComponents.attachTokens.iconButtonCancelLineHeight, _styledComponents.attachTokens.iconButtonCancelSpinnerSize, _styledComponents.attachTokens.iconButtonCancelSpinnerColor),
37
- s: /*#__PURE__*/(0, _styledComponents.css)(_templateObject15 || (_templateObject15 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": 1rem;\n ", ": 0.375rem;\n ", ": 1.5rem;\n\n ", ": 2.5rem;\n ", ": 11.25rem;\n ", ": 1rem;\n ", ": 0.625rem;\n ", ": var(--plasma-typo-body-s-font-family);\n ", ": var(--plasma-typo-body-s-font-size);\n ", ": var(--plasma-typo-body-s-font-style);\n ", ": var(--plasma-typo-body-s-bold-font-weight);\n ", ": var(--plasma-typo-body-s-letter-spacing);\n ", ": var(--plasma-typo-body-s-line-height);\n\n ", ": 1.375rem;\n ", ": inherit;\n\n ", ": 0 0.25rem 0 -0.125rem;\n ", ": 0 -0.125rem 0 0.25rem;\n ", ": 0 0 0 0.25rem;\n\n ", ": fit-content;\n\n ", ": 0rem;\n ", ": 0rem;\n ", ": 0rem;\n ", ": 0rem;\n\n ", ": 0.125rem;\n ", ": 0.375rem;\n\n ", ": var(--plasma-typo-body-xs-font-family);\n ", ": var(--plasma-typo-body-xs-font-size);\n ", ": var(--plasma-typo-body-xs-font-style);\n ", ": var(--plasma-typo-body-xs-font-weight);\n ", ": var(--plasma-typo-body-xs-letter-spacing);\n ", ": var(--plasma-typo-body-xs-line-height);\n\n ", ": var(--plasma-typo-body-s-font-family);\n ", ": var(--plasma-typo-body-s-font-size);\n ", ": var(--plasma-typo-body-s-font-style);\n ", ": var(--plasma-typo-body-s-font-weight);\n ", ": var(--plasma-typo-body-s-letter-spacing);\n ", ": var(--plasma-typo-body-s-line-height);\n\n ", ": var(--plasma-typo-body-xs-font-family);\n ", ": var(--plasma-typo-body-xs-font-size);\n ", ": var(--plasma-typo-body-xs-font-style);\n ", ": var(--plasma-typo-body-xs-font-weight);\n ", ": var(--plasma-typo-body-xs-letter-spacing);\n ", ": var(--plasma-typo-body-xs-line-height);\n\n ", ": 2.5rem;\n ", ": 2.5rem;\n ", ": 1rem;\n ", ": 0.625rem;\n ", ": var(--plasma-typo-body-s-font-family);\n ", ": var(--plasma-typo-body-s-font-size);\n ", ": var(--plasma-typo-body-s-font-style);\n ", ": var(--plasma-typo-body-s-bold-font-weight);\n ", ": var(--plasma-typo-body-s-letter-spacing);\n ", ": var(--plasma-typo-body-s-line-height);\n\n ", ": 1.375rem;\n ", ": inherit;\n\n ", ": 2rem;\n ", ": 2rem;\n ", ": 0.75rem;\n ", ": 0.5rem;\n ", ": var(--plasma-typo-body-xs-font-family);\n ", ": var(--plasma-typo-body-xs-font-size);\n ", ": var(--plasma-typo-body-xs-font-style);\n ", ": var(--plasma-typo-body-xs-bold-font-weight);\n ", ": var(--plasma-typo-body-xs-letter-spacing);\n ", ": var(--plasma-typo-body-xs-line-height);\n\n ", ": 1rem;\n ", ": inherit;\n "])), _styledComponents.attachTokens.horizontalGap, _styledComponents.attachTokens.verticalGap, _styledComponents.attachTokens.verticalGapWithHelperText, _styledComponents.attachTokens.buttonHeight, _styledComponents.attachTokens.buttonWidth, _styledComponents.attachTokens.buttonPadding, _styledComponents.attachTokens.buttonRadius, _styledComponents.attachTokens.buttonFontFamily, _styledComponents.attachTokens.buttonFontSize, _styledComponents.attachTokens.buttonFontStyle, _styledComponents.attachTokens.buttonFontWeight, _styledComponents.attachTokens.buttonLetterSpacing, _styledComponents.attachTokens.buttonLineHeight, _styledComponents.attachTokens.buttonSpinnerSize, _styledComponents.attachTokens.buttonSpinnerColor, _styledComponents.attachTokens.buttonLeftContentMargin, _styledComponents.attachTokens.buttonRightContentMargin, _styledComponents.attachTokens.buttonValueMargin, _styledComponents.attachTokens.cellWidth, _styledComponents.attachTokens.cellPadding, _styledComponents.attachTokens.cellPaddingLeftContent, _styledComponents.attachTokens.cellPaddingContent, _styledComponents.attachTokens.cellPaddingRightContent, _styledComponents.attachTokens.cellTextboxGap, _styledComponents.attachTokens.cellGap, _styledComponents.attachTokens.cellLabelFontFamily, _styledComponents.attachTokens.cellLabelFontSize, _styledComponents.attachTokens.cellLabelFontStyle, _styledComponents.attachTokens.cellLabelFontWeight, _styledComponents.attachTokens.cellLabelLetterSpacing, _styledComponents.attachTokens.cellLabelLineHeight, _styledComponents.attachTokens.cellTitleFontFamily, _styledComponents.attachTokens.cellTitleFontSize, _styledComponents.attachTokens.cellTitleFontStyle, _styledComponents.attachTokens.cellTitleFontWeight, _styledComponents.attachTokens.cellTitleLetterSpacing, _styledComponents.attachTokens.cellTitleLineHeight, _styledComponents.attachTokens.cellSubtitleFontFamily, _styledComponents.attachTokens.cellSubtitleFontSize, _styledComponents.attachTokens.cellSubtitleFontStyle, _styledComponents.attachTokens.cellSubtitleFontWeight, _styledComponents.attachTokens.cellSubtitleLetterSpacing, _styledComponents.attachTokens.cellSubtitleLineHeight, _styledComponents.attachTokens.iconButtonHeight, _styledComponents.attachTokens.iconButtonWidth, _styledComponents.attachTokens.iconButtonPadding, _styledComponents.attachTokens.iconButtonRadius, _styledComponents.attachTokens.iconButtonFontFamily, _styledComponents.attachTokens.iconButtonFontSize, _styledComponents.attachTokens.iconButtonFontStyle, _styledComponents.attachTokens.iconButtonFontWeight, _styledComponents.attachTokens.iconButtonLetterSpacing, _styledComponents.attachTokens.iconButtonLineHeight, _styledComponents.attachTokens.iconButtonSpinnerSize, _styledComponents.attachTokens.iconButtonSpinnerColor, _styledComponents.attachTokens.iconButtonCancelHeight, _styledComponents.attachTokens.iconButtonCancelWidth, _styledComponents.attachTokens.iconButtonCancelPadding, _styledComponents.attachTokens.iconButtonCancelRadius, _styledComponents.attachTokens.iconButtonCancelFontFamily, _styledComponents.attachTokens.iconButtonCancelFontSize, _styledComponents.attachTokens.iconButtonCancelFontStyle, _styledComponents.attachTokens.iconButtonCancelFontWeight, _styledComponents.attachTokens.iconButtonCancelLetterSpacing, _styledComponents.attachTokens.iconButtonCancelLineHeight, _styledComponents.attachTokens.iconButtonCancelSpinnerSize, _styledComponents.attachTokens.iconButtonCancelSpinnerColor),
38
- xs: /*#__PURE__*/(0, _styledComponents.css)(_templateObject16 || (_templateObject16 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": 0.75rem;\n ", ": 0.25rem;\n ", ": 1.375rem;\n\n ", ": 2rem;\n ", ": 10rem;\n ", ": 0.75rem;\n ", ": 0.5rem;\n ", ": var(--plasma-typo-body-xs-font-family);\n ", ": var(--plasma-typo-body-xs-font-size);\n ", ": var(--plasma-typo-body-xs-font-style);\n ", ": var(--plasma-typo-body-xs-bold-font-weight);\n ", ": var(--plasma-typo-body-xs-letter-spacing);\n ", ": var(--plasma-typo-body-xs-line-height);\n\n ", ": 1rem;\n ", ": inherit;\n\n ", ": 0 0.25rem 0 -0.125rem;\n ", ": 0 -0.125rem 0 0.25rem;\n ", ": 0 0 0 0.25rem;\n\n ", ": fit-content;\n\n ", ": 0rem;\n ", ": 0rem;\n ", ": 0rem;\n ", ": 0rem;\n\n ", ": 0.125rem;\n ", ": 0.25rem;\n\n ", ": var(--plasma-typo-body-xs-font-family);\n ", ": var(--plasma-typo-body-xs-font-size);\n ", ": var(--plasma-typo-body-xs-font-style);\n ", ": var(--plasma-typo-body-xs-font-weight);\n ", ": var(--plasma-typo-body-xs-letter-spacing);\n ", ": var(--plasma-typo-body-xs-line-height);\n\n ", ": var(--plasma-typo-body-xs-font-family);\n ", ": var(--plasma-typo-body-xs-font-size);\n ", ": var(--plasma-typo-body-xs-font-style);\n ", ": var(--plasma-typo-body-xs-font-weight);\n ", ": var(--plasma-typo-body-xs-letter-spacing);\n ", ": var(--plasma-typo-body-xs-line-height);\n\n ", ": var(--plasma-typo-body-xs-font-family);\n ", ": var(--plasma-typo-body-xs-font-size);\n ", ": var(--plasma-typo-body-xs-font-style);\n ", ": var(--plasma-typo-body-xs-font-weight);\n ", ": var(--plasma-typo-body-xs-letter-spacing);\n ", ": var(--plasma-typo-body-xs-line-height);\n\n ", ": 2rem;\n ", ": 2rem;\n ", ": 0.75rem;\n ", ": 0.5rem;\n ", ": var(--plasma-typo-body-xs-font-family);\n ", ": var(--plasma-typo-body-xs-font-size);\n ", ": var(--plasma-typo-body-xs-font-style);\n ", ": var(--plasma-typo-body-xs-bold-font-weight);\n ", ": var(--plasma-typo-body-xs-letter-spacing);\n ", ": var(--plasma-typo-body-xs-line-height);\n\n ", ": 1rem;\n ", ": inherit;\n\n ", ": 2rem;\n ", ": 2rem;\n ", ": 0.75rem;\n ", ": 0.5rem;\n ", ": var(--plasma-typo-body-xs-font-family);\n ", ": var(--plasma-typo-body-xs-font-size);\n ", ": var(--plasma-typo-body-xs-font-style);\n ", ": var(--plasma-typo-body-xs-bold-font-weight);\n ", ": var(--plasma-typo-body-xs-letter-spacing);\n ", ": var(--plasma-typo-body-xs-line-height);\n\n ", ": 1rem;\n ", ": inherit;\n "])), _styledComponents.attachTokens.horizontalGap, _styledComponents.attachTokens.verticalGap, _styledComponents.attachTokens.verticalGapWithHelperText, _styledComponents.attachTokens.buttonHeight, _styledComponents.attachTokens.buttonWidth, _styledComponents.attachTokens.buttonPadding, _styledComponents.attachTokens.buttonRadius, _styledComponents.attachTokens.buttonFontFamily, _styledComponents.attachTokens.buttonFontSize, _styledComponents.attachTokens.buttonFontStyle, _styledComponents.attachTokens.buttonFontWeight, _styledComponents.attachTokens.buttonLetterSpacing, _styledComponents.attachTokens.buttonLineHeight, _styledComponents.attachTokens.buttonSpinnerSize, _styledComponents.attachTokens.buttonSpinnerColor, _styledComponents.attachTokens.buttonLeftContentMargin, _styledComponents.attachTokens.buttonRightContentMargin, _styledComponents.attachTokens.buttonValueMargin, _styledComponents.attachTokens.cellWidth, _styledComponents.attachTokens.cellPadding, _styledComponents.attachTokens.cellPaddingLeftContent, _styledComponents.attachTokens.cellPaddingContent, _styledComponents.attachTokens.cellPaddingRightContent, _styledComponents.attachTokens.cellTextboxGap, _styledComponents.attachTokens.cellGap, _styledComponents.attachTokens.cellLabelFontFamily, _styledComponents.attachTokens.cellLabelFontSize, _styledComponents.attachTokens.cellLabelFontStyle, _styledComponents.attachTokens.cellLabelFontWeight, _styledComponents.attachTokens.cellLabelLetterSpacing, _styledComponents.attachTokens.cellLabelLineHeight, _styledComponents.attachTokens.cellTitleFontFamily, _styledComponents.attachTokens.cellTitleFontSize, _styledComponents.attachTokens.cellTitleFontStyle, _styledComponents.attachTokens.cellTitleFontWeight, _styledComponents.attachTokens.cellTitleLetterSpacing, _styledComponents.attachTokens.cellTitleLineHeight, _styledComponents.attachTokens.cellSubtitleFontFamily, _styledComponents.attachTokens.cellSubtitleFontSize, _styledComponents.attachTokens.cellSubtitleFontStyle, _styledComponents.attachTokens.cellSubtitleFontWeight, _styledComponents.attachTokens.cellSubtitleLetterSpacing, _styledComponents.attachTokens.cellSubtitleLineHeight, _styledComponents.attachTokens.iconButtonHeight, _styledComponents.attachTokens.iconButtonWidth, _styledComponents.attachTokens.iconButtonPadding, _styledComponents.attachTokens.iconButtonRadius, _styledComponents.attachTokens.iconButtonFontFamily, _styledComponents.attachTokens.iconButtonFontSize, _styledComponents.attachTokens.iconButtonFontStyle, _styledComponents.attachTokens.iconButtonFontWeight, _styledComponents.attachTokens.iconButtonLetterSpacing, _styledComponents.attachTokens.iconButtonLineHeight, _styledComponents.attachTokens.iconButtonSpinnerSize, _styledComponents.attachTokens.iconButtonSpinnerColor, _styledComponents.attachTokens.iconButtonCancelHeight, _styledComponents.attachTokens.iconButtonCancelWidth, _styledComponents.attachTokens.iconButtonCancelPadding, _styledComponents.attachTokens.iconButtonCancelRadius, _styledComponents.attachTokens.iconButtonCancelFontFamily, _styledComponents.attachTokens.iconButtonCancelFontSize, _styledComponents.attachTokens.iconButtonCancelFontStyle, _styledComponents.attachTokens.iconButtonCancelFontWeight, _styledComponents.attachTokens.iconButtonCancelLetterSpacing, _styledComponents.attachTokens.iconButtonCancelLineHeight, _styledComponents.attachTokens.iconButtonCancelSpinnerSize, _styledComponents.attachTokens.iconButtonCancelSpinnerColor)
30
+ l: /*#__PURE__*/(0, _styledComponents.css)(_templateObject11 || (_templateObject11 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": 1.5rem;\n ", ": 0.5rem;\n\n ", ": 3.5rem;\n ", ": 12.5rem;\n ", ": 1.5rem;\n ", ": 0.875rem;\n ", ": var(--plasma-typo-body-l-font-family);\n ", ": var(--plasma-typo-body-l-font-size);\n ", ": var(--plasma-typo-body-l-font-style);\n ", ": var(--plasma-typo-body-l-bold-font-weight);\n ", ": var(--plasma-typo-body-l-letter-spacing);\n ", ": var(--plasma-typo-body-l-line-height);\n\n ", ": 1.375rem;\n ", ": inherit;\n\n ", ": 0 0.5rem 0 -0.125rem;\n ", ": 0 -0.125rem 0 0.5rem;\n ", ": 0 0 0 0.25rem;\n\n ", ": fit-content;\n\n ", ": 0rem;\n ", ": 0rem;\n ", ": 0rem;\n ", ": 0rem;\n\n ", ": 0.125rem;\n ", ": 0.375rem;\n\n ", ": var(--plasma-typo-body-m-font-family);\n ", ": var(--plasma-typo-body-m-font-size);\n ", ": var(--plasma-typo-body-m-font-style);\n ", ": var(--plasma-typo-body-m-font-weight);\n ", ": var(--plasma-typo-body-m-letter-spacing);\n ", ": var(--plasma-typo-body-m-line-height);\n\n ", ": var(--plasma-typo-body-l-font-family);\n ", ": var(--plasma-typo-body-l-font-size);\n ", ": var(--plasma-typo-body-l-font-style);\n ", ": var(--plasma-typo-body-l-font-weight);\n ", ": var(--plasma-typo-body-l-letter-spacing);\n ", ": var(--plasma-typo-body-l-line-height);\n\n ", ": var(--plasma-typo-body-m-font-family);\n ", ": var(--plasma-typo-body-m-font-size);\n ", ": var(--plasma-typo-body-m-font-style);\n ", ": var(--plasma-typo-body-m-font-weight);\n ", ": var(--plasma-typo-body-m-letter-spacing);\n ", ": var(--plasma-typo-body-m-line-height);\n\n ", ": 3.5rem;\n ", ": 3.5rem;\n ", ": 1.5rem;\n ", ": 0.875rem;\n ", ": var(--plasma-typo-body-l-font-family);\n ", ": var(--plasma-typo-body-l-font-size);\n ", ": var(--plasma-typo-body-l-font-style);\n ", ": var(--plasma-typo-body-l-bold-font-weight);\n ", ": var(--plasma-typo-body-l-letter-spacing);\n ", ": var(--plasma-typo-body-l-line-height);\n\n ", ": 1.375rem;\n ", ": inherit;\n\n ", ": 2rem;\n ", ": 2rem;\n ", ": 0.75rem;\n ", ": 0.5rem;\n ", ": var(--plasma-typo-body-xs-font-family);\n ", ": var(--plasma-typo-body-xs-font-size);\n ", ": var(--plasma-typo-body-xs-font-style);\n ", ": var(--plasma-typo-body-xs-bold-font-weight);\n ", ": var(--plasma-typo-body-xs-letter-spacing);\n ", ": var(--plasma-typo-body-xs-line-height);\n\n ", ": 1rem;\n ", ": inherit;\n "])), _styledComponents.attachTokens.horizontalGap, _styledComponents.attachTokens.verticalGap, _styledComponents.attachTokens.buttonHeight, _styledComponents.attachTokens.buttonWidth, _styledComponents.attachTokens.buttonPadding, _styledComponents.attachTokens.buttonRadius, _styledComponents.attachTokens.buttonFontFamily, _styledComponents.attachTokens.buttonFontSize, _styledComponents.attachTokens.buttonFontStyle, _styledComponents.attachTokens.buttonFontWeight, _styledComponents.attachTokens.buttonLetterSpacing, _styledComponents.attachTokens.buttonLineHeight, _styledComponents.attachTokens.buttonSpinnerSize, _styledComponents.attachTokens.buttonSpinnerColor, _styledComponents.attachTokens.buttonLeftContentMargin, _styledComponents.attachTokens.buttonRightContentMargin, _styledComponents.attachTokens.buttonValueMargin, _styledComponents.attachTokens.cellWidth, _styledComponents.attachTokens.cellPadding, _styledComponents.attachTokens.cellPaddingLeftContent, _styledComponents.attachTokens.cellPaddingContent, _styledComponents.attachTokens.cellPaddingRightContent, _styledComponents.attachTokens.cellTextboxGap, _styledComponents.attachTokens.cellGap, _styledComponents.attachTokens.cellLabelFontFamily, _styledComponents.attachTokens.cellLabelFontSize, _styledComponents.attachTokens.cellLabelFontStyle, _styledComponents.attachTokens.cellLabelFontWeight, _styledComponents.attachTokens.cellLabelLetterSpacing, _styledComponents.attachTokens.cellLabelLineHeight, _styledComponents.attachTokens.cellTitleFontFamily, _styledComponents.attachTokens.cellTitleFontSize, _styledComponents.attachTokens.cellTitleFontStyle, _styledComponents.attachTokens.cellTitleFontWeight, _styledComponents.attachTokens.cellTitleLetterSpacing, _styledComponents.attachTokens.cellTitleLineHeight, _styledComponents.attachTokens.cellSubtitleFontFamily, _styledComponents.attachTokens.cellSubtitleFontSize, _styledComponents.attachTokens.cellSubtitleFontStyle, _styledComponents.attachTokens.cellSubtitleFontWeight, _styledComponents.attachTokens.cellSubtitleLetterSpacing, _styledComponents.attachTokens.cellSubtitleLineHeight, _styledComponents.attachTokens.iconButtonHeight, _styledComponents.attachTokens.iconButtonWidth, _styledComponents.attachTokens.iconButtonPadding, _styledComponents.attachTokens.iconButtonRadius, _styledComponents.attachTokens.iconButtonFontFamily, _styledComponents.attachTokens.iconButtonFontSize, _styledComponents.attachTokens.iconButtonFontStyle, _styledComponents.attachTokens.iconButtonFontWeight, _styledComponents.attachTokens.iconButtonLetterSpacing, _styledComponents.attachTokens.iconButtonLineHeight, _styledComponents.attachTokens.iconButtonSpinnerSize, _styledComponents.attachTokens.iconButtonSpinnerColor, _styledComponents.attachTokens.iconButtonCancelHeight, _styledComponents.attachTokens.iconButtonCancelWidth, _styledComponents.attachTokens.iconButtonCancelPadding, _styledComponents.attachTokens.iconButtonCancelRadius, _styledComponents.attachTokens.iconButtonCancelFontFamily, _styledComponents.attachTokens.iconButtonCancelFontSize, _styledComponents.attachTokens.iconButtonCancelFontStyle, _styledComponents.attachTokens.iconButtonCancelFontWeight, _styledComponents.attachTokens.iconButtonCancelLetterSpacing, _styledComponents.attachTokens.iconButtonCancelLineHeight, _styledComponents.attachTokens.iconButtonCancelSpinnerSize, _styledComponents.attachTokens.iconButtonCancelSpinnerColor),
31
+ m: /*#__PURE__*/(0, _styledComponents.css)(_templateObject12 || (_templateObject12 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": 1.25rem;\n ", ": 0.5rem;\n\n ", ": 3rem;\n ", ": 11.25rem;\n ", ": 1.25rem;\n ", ": 0.75rem;\n ", ": var(--plasma-typo-body-m-font-family);\n ", ": var(--plasma-typo-body-m-font-size);\n ", ": var(--plasma-typo-body-m-font-style);\n ", ": var(--plasma-typo-body-m-bold-font-weight);\n ", ": var(--plasma-typo-body-m-letter-spacing);\n ", ": var(--plasma-typo-body-m-line-height);\n\n ", ": 1.375rem;\n ", ": inherit;\n\n ", ": 0 0.375rem 0 -0.125rem;\n ", ": 0 -0.125rem 0 0.375rem;\n ", ": 0 0 0 0.25rem;\n\n ", ": fit-content;\n\n ", ": 0rem;\n ", ": 0rem;\n ", ": 0rem;\n ", ": 0rem;\n\n ", ": 0.125rem;\n ", ": 0.375rem;\n\n ", ": var(--plasma-typo-body-s-font-family);\n ", ": var(--plasma-typo-body-s-font-size);\n ", ": var(--plasma-typo-body-s-font-style);\n ", ": var(--plasma-typo-body-s-font-weight);\n ", ": var(--plasma-typo-body-s-letter-spacing);\n ", ": var(--plasma-typo-body-s-line-height);\n\n ", ": var(--plasma-typo-body-m-font-family);\n ", ": var(--plasma-typo-body-m-font-size);\n ", ": var(--plasma-typo-body-m-font-style);\n ", ": var(--plasma-typo-body-m-font-weight);\n ", ": var(--plasma-typo-body-m-letter-spacing);\n ", ": var(--plasma-typo-body-m-line-height);\n\n ", ": var(--plasma-typo-body-s-font-family);\n ", ": var(--plasma-typo-body-s-font-size);\n ", ": var(--plasma-typo-body-s-font-style);\n ", ": var(--plasma-typo-body-s-font-weight);\n ", ": var(--plasma-typo-body-s-letter-spacing);\n ", ": var(--plasma-typo-body-s-line-height);\n\n ", ": 3rem;\n ", ": 3rem;\n ", ": 1.25rem;\n ", ": 0.75rem;\n ", ": var(--plasma-typo-body-m-font-family);\n ", ": var(--plasma-typo-body-m-font-size);\n ", ": var(--plasma-typo-body-m-font-style);\n ", ": var(--plasma-typo-body-m-bold-font-weight);\n ", ": var(--plasma-typo-body-m-letter-spacing);\n ", ": var(--plasma-typo-body-m-line-height);\n\n ", ": 1.375rem;\n ", ": inherit;\n\n ", ": 2rem;\n ", ": 2rem;\n ", ": 0.75rem;\n ", ": 0.5rem;\n ", ": var(--plasma-typo-body-xs-font-family);\n ", ": var(--plasma-typo-body-xs-font-size);\n ", ": var(--plasma-typo-body-xs-font-style);\n ", ": var(--plasma-typo-body-xs-bold-font-weight);\n ", ": var(--plasma-typo-body-xs-letter-spacing);\n ", ": var(--plasma-typo-body-xs-line-height);\n\n ", ": 1rem;\n ", ": inherit;\n "])), _styledComponents.attachTokens.horizontalGap, _styledComponents.attachTokens.verticalGap, _styledComponents.attachTokens.buttonHeight, _styledComponents.attachTokens.buttonWidth, _styledComponents.attachTokens.buttonPadding, _styledComponents.attachTokens.buttonRadius, _styledComponents.attachTokens.buttonFontFamily, _styledComponents.attachTokens.buttonFontSize, _styledComponents.attachTokens.buttonFontStyle, _styledComponents.attachTokens.buttonFontWeight, _styledComponents.attachTokens.buttonLetterSpacing, _styledComponents.attachTokens.buttonLineHeight, _styledComponents.attachTokens.buttonSpinnerSize, _styledComponents.attachTokens.buttonSpinnerColor, _styledComponents.attachTokens.buttonLeftContentMargin, _styledComponents.attachTokens.buttonRightContentMargin, _styledComponents.attachTokens.buttonValueMargin, _styledComponents.attachTokens.cellWidth, _styledComponents.attachTokens.cellPadding, _styledComponents.attachTokens.cellPaddingLeftContent, _styledComponents.attachTokens.cellPaddingContent, _styledComponents.attachTokens.cellPaddingRightContent, _styledComponents.attachTokens.cellTextboxGap, _styledComponents.attachTokens.cellGap, _styledComponents.attachTokens.cellLabelFontFamily, _styledComponents.attachTokens.cellLabelFontSize, _styledComponents.attachTokens.cellLabelFontStyle, _styledComponents.attachTokens.cellLabelFontWeight, _styledComponents.attachTokens.cellLabelLetterSpacing, _styledComponents.attachTokens.cellLabelLineHeight, _styledComponents.attachTokens.cellTitleFontFamily, _styledComponents.attachTokens.cellTitleFontSize, _styledComponents.attachTokens.cellTitleFontStyle, _styledComponents.attachTokens.cellTitleFontWeight, _styledComponents.attachTokens.cellTitleLetterSpacing, _styledComponents.attachTokens.cellTitleLineHeight, _styledComponents.attachTokens.cellSubtitleFontFamily, _styledComponents.attachTokens.cellSubtitleFontSize, _styledComponents.attachTokens.cellSubtitleFontStyle, _styledComponents.attachTokens.cellSubtitleFontWeight, _styledComponents.attachTokens.cellSubtitleLetterSpacing, _styledComponents.attachTokens.cellSubtitleLineHeight, _styledComponents.attachTokens.iconButtonHeight, _styledComponents.attachTokens.iconButtonWidth, _styledComponents.attachTokens.iconButtonPadding, _styledComponents.attachTokens.iconButtonRadius, _styledComponents.attachTokens.iconButtonFontFamily, _styledComponents.attachTokens.iconButtonFontSize, _styledComponents.attachTokens.iconButtonFontStyle, _styledComponents.attachTokens.iconButtonFontWeight, _styledComponents.attachTokens.iconButtonLetterSpacing, _styledComponents.attachTokens.iconButtonLineHeight, _styledComponents.attachTokens.iconButtonSpinnerSize, _styledComponents.attachTokens.iconButtonSpinnerColor, _styledComponents.attachTokens.iconButtonCancelHeight, _styledComponents.attachTokens.iconButtonCancelWidth, _styledComponents.attachTokens.iconButtonCancelPadding, _styledComponents.attachTokens.iconButtonCancelRadius, _styledComponents.attachTokens.iconButtonCancelFontFamily, _styledComponents.attachTokens.iconButtonCancelFontSize, _styledComponents.attachTokens.iconButtonCancelFontStyle, _styledComponents.attachTokens.iconButtonCancelFontWeight, _styledComponents.attachTokens.iconButtonCancelLetterSpacing, _styledComponents.attachTokens.iconButtonCancelLineHeight, _styledComponents.attachTokens.iconButtonCancelSpinnerSize, _styledComponents.attachTokens.iconButtonCancelSpinnerColor),
32
+ s: /*#__PURE__*/(0, _styledComponents.css)(_templateObject13 || (_templateObject13 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": 1rem;\n ", ": 0.375rem;\n\n ", ": 2.5rem;\n ", ": 11.25rem;\n ", ": 1rem;\n ", ": 0.625rem;\n ", ": var(--plasma-typo-body-s-font-family);\n ", ": var(--plasma-typo-body-s-font-size);\n ", ": var(--plasma-typo-body-s-font-style);\n ", ": var(--plasma-typo-body-s-bold-font-weight);\n ", ": var(--plasma-typo-body-s-letter-spacing);\n ", ": var(--plasma-typo-body-s-line-height);\n\n ", ": 1.375rem;\n ", ": inherit;\n\n ", ": 0 0.25rem 0 -0.125rem;\n ", ": 0 -0.125rem 0 0.25rem;\n ", ": 0 0 0 0.25rem;\n\n ", ": fit-content;\n\n ", ": 0rem;\n ", ": 0rem;\n ", ": 0rem;\n ", ": 0rem;\n\n ", ": 0.125rem;\n ", ": 0.375rem;\n\n ", ": var(--plasma-typo-body-xs-font-family);\n ", ": var(--plasma-typo-body-xs-font-size);\n ", ": var(--plasma-typo-body-xs-font-style);\n ", ": var(--plasma-typo-body-xs-font-weight);\n ", ": var(--plasma-typo-body-xs-letter-spacing);\n ", ": var(--plasma-typo-body-xs-line-height);\n\n ", ": var(--plasma-typo-body-s-font-family);\n ", ": var(--plasma-typo-body-s-font-size);\n ", ": var(--plasma-typo-body-s-font-style);\n ", ": var(--plasma-typo-body-s-font-weight);\n ", ": var(--plasma-typo-body-s-letter-spacing);\n ", ": var(--plasma-typo-body-s-line-height);\n\n ", ": var(--plasma-typo-body-xs-font-family);\n ", ": var(--plasma-typo-body-xs-font-size);\n ", ": var(--plasma-typo-body-xs-font-style);\n ", ": var(--plasma-typo-body-xs-font-weight);\n ", ": var(--plasma-typo-body-xs-letter-spacing);\n ", ": var(--plasma-typo-body-xs-line-height);\n\n ", ": 2.5rem;\n ", ": 2.5rem;\n ", ": 1rem;\n ", ": 0.625rem;\n ", ": var(--plasma-typo-body-s-font-family);\n ", ": var(--plasma-typo-body-s-font-size);\n ", ": var(--plasma-typo-body-s-font-style);\n ", ": var(--plasma-typo-body-s-bold-font-weight);\n ", ": var(--plasma-typo-body-s-letter-spacing);\n ", ": var(--plasma-typo-body-s-line-height);\n\n ", ": 1.375rem;\n ", ": inherit;\n\n ", ": 2rem;\n ", ": 2rem;\n ", ": 0.75rem;\n ", ": 0.5rem;\n ", ": var(--plasma-typo-body-xs-font-family);\n ", ": var(--plasma-typo-body-xs-font-size);\n ", ": var(--plasma-typo-body-xs-font-style);\n ", ": var(--plasma-typo-body-xs-bold-font-weight);\n ", ": var(--plasma-typo-body-xs-letter-spacing);\n ", ": var(--plasma-typo-body-xs-line-height);\n\n ", ": 1rem;\n ", ": inherit;\n "])), _styledComponents.attachTokens.horizontalGap, _styledComponents.attachTokens.verticalGap, _styledComponents.attachTokens.buttonHeight, _styledComponents.attachTokens.buttonWidth, _styledComponents.attachTokens.buttonPadding, _styledComponents.attachTokens.buttonRadius, _styledComponents.attachTokens.buttonFontFamily, _styledComponents.attachTokens.buttonFontSize, _styledComponents.attachTokens.buttonFontStyle, _styledComponents.attachTokens.buttonFontWeight, _styledComponents.attachTokens.buttonLetterSpacing, _styledComponents.attachTokens.buttonLineHeight, _styledComponents.attachTokens.buttonSpinnerSize, _styledComponents.attachTokens.buttonSpinnerColor, _styledComponents.attachTokens.buttonLeftContentMargin, _styledComponents.attachTokens.buttonRightContentMargin, _styledComponents.attachTokens.buttonValueMargin, _styledComponents.attachTokens.cellWidth, _styledComponents.attachTokens.cellPadding, _styledComponents.attachTokens.cellPaddingLeftContent, _styledComponents.attachTokens.cellPaddingContent, _styledComponents.attachTokens.cellPaddingRightContent, _styledComponents.attachTokens.cellTextboxGap, _styledComponents.attachTokens.cellGap, _styledComponents.attachTokens.cellLabelFontFamily, _styledComponents.attachTokens.cellLabelFontSize, _styledComponents.attachTokens.cellLabelFontStyle, _styledComponents.attachTokens.cellLabelFontWeight, _styledComponents.attachTokens.cellLabelLetterSpacing, _styledComponents.attachTokens.cellLabelLineHeight, _styledComponents.attachTokens.cellTitleFontFamily, _styledComponents.attachTokens.cellTitleFontSize, _styledComponents.attachTokens.cellTitleFontStyle, _styledComponents.attachTokens.cellTitleFontWeight, _styledComponents.attachTokens.cellTitleLetterSpacing, _styledComponents.attachTokens.cellTitleLineHeight, _styledComponents.attachTokens.cellSubtitleFontFamily, _styledComponents.attachTokens.cellSubtitleFontSize, _styledComponents.attachTokens.cellSubtitleFontStyle, _styledComponents.attachTokens.cellSubtitleFontWeight, _styledComponents.attachTokens.cellSubtitleLetterSpacing, _styledComponents.attachTokens.cellSubtitleLineHeight, _styledComponents.attachTokens.iconButtonHeight, _styledComponents.attachTokens.iconButtonWidth, _styledComponents.attachTokens.iconButtonPadding, _styledComponents.attachTokens.iconButtonRadius, _styledComponents.attachTokens.iconButtonFontFamily, _styledComponents.attachTokens.iconButtonFontSize, _styledComponents.attachTokens.iconButtonFontStyle, _styledComponents.attachTokens.iconButtonFontWeight, _styledComponents.attachTokens.iconButtonLetterSpacing, _styledComponents.attachTokens.iconButtonLineHeight, _styledComponents.attachTokens.iconButtonSpinnerSize, _styledComponents.attachTokens.iconButtonSpinnerColor, _styledComponents.attachTokens.iconButtonCancelHeight, _styledComponents.attachTokens.iconButtonCancelWidth, _styledComponents.attachTokens.iconButtonCancelPadding, _styledComponents.attachTokens.iconButtonCancelRadius, _styledComponents.attachTokens.iconButtonCancelFontFamily, _styledComponents.attachTokens.iconButtonCancelFontSize, _styledComponents.attachTokens.iconButtonCancelFontStyle, _styledComponents.attachTokens.iconButtonCancelFontWeight, _styledComponents.attachTokens.iconButtonCancelLetterSpacing, _styledComponents.attachTokens.iconButtonCancelLineHeight, _styledComponents.attachTokens.iconButtonCancelSpinnerSize, _styledComponents.attachTokens.iconButtonCancelSpinnerColor),
33
+ xs: /*#__PURE__*/(0, _styledComponents.css)(_templateObject14 || (_templateObject14 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": 0.75rem;\n ", ": 0.25rem;\n\n ", ": 2rem;\n ", ": 10rem;\n ", ": 0.75rem;\n ", ": 0.5rem;\n ", ": var(--plasma-typo-body-xs-font-family);\n ", ": var(--plasma-typo-body-xs-font-size);\n ", ": var(--plasma-typo-body-xs-font-style);\n ", ": var(--plasma-typo-body-xs-bold-font-weight);\n ", ": var(--plasma-typo-body-xs-letter-spacing);\n ", ": var(--plasma-typo-body-xs-line-height);\n\n ", ": 1rem;\n ", ": inherit;\n\n ", ": 0 0.25rem 0 -0.125rem;\n ", ": 0 -0.125rem 0 0.25rem;\n ", ": 0 0 0 0.25rem;\n\n ", ": fit-content;\n\n ", ": 0rem;\n ", ": 0rem;\n ", ": 0rem;\n ", ": 0rem;\n\n ", ": 0.125rem;\n ", ": 0.25rem;\n\n ", ": var(--plasma-typo-body-xs-font-family);\n ", ": var(--plasma-typo-body-xs-font-size);\n ", ": var(--plasma-typo-body-xs-font-style);\n ", ": var(--plasma-typo-body-xs-font-weight);\n ", ": var(--plasma-typo-body-xs-letter-spacing);\n ", ": var(--plasma-typo-body-xs-line-height);\n\n ", ": var(--plasma-typo-body-xs-font-family);\n ", ": var(--plasma-typo-body-xs-font-size);\n ", ": var(--plasma-typo-body-xs-font-style);\n ", ": var(--plasma-typo-body-xs-font-weight);\n ", ": var(--plasma-typo-body-xs-letter-spacing);\n ", ": var(--plasma-typo-body-xs-line-height);\n\n ", ": var(--plasma-typo-body-xs-font-family);\n ", ": var(--plasma-typo-body-xs-font-size);\n ", ": var(--plasma-typo-body-xs-font-style);\n ", ": var(--plasma-typo-body-xs-font-weight);\n ", ": var(--plasma-typo-body-xs-letter-spacing);\n ", ": var(--plasma-typo-body-xs-line-height);\n\n ", ": 2rem;\n ", ": 2rem;\n ", ": 0.75rem;\n ", ": 0.5rem;\n ", ": var(--plasma-typo-body-xs-font-family);\n ", ": var(--plasma-typo-body-xs-font-size);\n ", ": var(--plasma-typo-body-xs-font-style);\n ", ": var(--plasma-typo-body-xs-bold-font-weight);\n ", ": var(--plasma-typo-body-xs-letter-spacing);\n ", ": var(--plasma-typo-body-xs-line-height);\n\n ", ": 1rem;\n ", ": inherit;\n\n ", ": 2rem;\n ", ": 2rem;\n ", ": 0.75rem;\n ", ": 0.5rem;\n ", ": var(--plasma-typo-body-xs-font-family);\n ", ": var(--plasma-typo-body-xs-font-size);\n ", ": var(--plasma-typo-body-xs-font-style);\n ", ": var(--plasma-typo-body-xs-bold-font-weight);\n ", ": var(--plasma-typo-body-xs-letter-spacing);\n ", ": var(--plasma-typo-body-xs-line-height);\n\n ", ": 1rem;\n ", ": inherit;\n "])), _styledComponents.attachTokens.horizontalGap, _styledComponents.attachTokens.verticalGap, _styledComponents.attachTokens.buttonHeight, _styledComponents.attachTokens.buttonWidth, _styledComponents.attachTokens.buttonPadding, _styledComponents.attachTokens.buttonRadius, _styledComponents.attachTokens.buttonFontFamily, _styledComponents.attachTokens.buttonFontSize, _styledComponents.attachTokens.buttonFontStyle, _styledComponents.attachTokens.buttonFontWeight, _styledComponents.attachTokens.buttonLetterSpacing, _styledComponents.attachTokens.buttonLineHeight, _styledComponents.attachTokens.buttonSpinnerSize, _styledComponents.attachTokens.buttonSpinnerColor, _styledComponents.attachTokens.buttonLeftContentMargin, _styledComponents.attachTokens.buttonRightContentMargin, _styledComponents.attachTokens.buttonValueMargin, _styledComponents.attachTokens.cellWidth, _styledComponents.attachTokens.cellPadding, _styledComponents.attachTokens.cellPaddingLeftContent, _styledComponents.attachTokens.cellPaddingContent, _styledComponents.attachTokens.cellPaddingRightContent, _styledComponents.attachTokens.cellTextboxGap, _styledComponents.attachTokens.cellGap, _styledComponents.attachTokens.cellLabelFontFamily, _styledComponents.attachTokens.cellLabelFontSize, _styledComponents.attachTokens.cellLabelFontStyle, _styledComponents.attachTokens.cellLabelFontWeight, _styledComponents.attachTokens.cellLabelLetterSpacing, _styledComponents.attachTokens.cellLabelLineHeight, _styledComponents.attachTokens.cellTitleFontFamily, _styledComponents.attachTokens.cellTitleFontSize, _styledComponents.attachTokens.cellTitleFontStyle, _styledComponents.attachTokens.cellTitleFontWeight, _styledComponents.attachTokens.cellTitleLetterSpacing, _styledComponents.attachTokens.cellTitleLineHeight, _styledComponents.attachTokens.cellSubtitleFontFamily, _styledComponents.attachTokens.cellSubtitleFontSize, _styledComponents.attachTokens.cellSubtitleFontStyle, _styledComponents.attachTokens.cellSubtitleFontWeight, _styledComponents.attachTokens.cellSubtitleLetterSpacing, _styledComponents.attachTokens.cellSubtitleLineHeight, _styledComponents.attachTokens.iconButtonHeight, _styledComponents.attachTokens.iconButtonWidth, _styledComponents.attachTokens.iconButtonPadding, _styledComponents.attachTokens.iconButtonRadius, _styledComponents.attachTokens.iconButtonFontFamily, _styledComponents.attachTokens.iconButtonFontSize, _styledComponents.attachTokens.iconButtonFontStyle, _styledComponents.attachTokens.iconButtonFontWeight, _styledComponents.attachTokens.iconButtonLetterSpacing, _styledComponents.attachTokens.iconButtonLineHeight, _styledComponents.attachTokens.iconButtonSpinnerSize, _styledComponents.attachTokens.iconButtonSpinnerColor, _styledComponents.attachTokens.iconButtonCancelHeight, _styledComponents.attachTokens.iconButtonCancelWidth, _styledComponents.attachTokens.iconButtonCancelPadding, _styledComponents.attachTokens.iconButtonCancelRadius, _styledComponents.attachTokens.iconButtonCancelFontFamily, _styledComponents.attachTokens.iconButtonCancelFontSize, _styledComponents.attachTokens.iconButtonCancelFontStyle, _styledComponents.attachTokens.iconButtonCancelFontWeight, _styledComponents.attachTokens.iconButtonCancelLetterSpacing, _styledComponents.attachTokens.iconButtonCancelLineHeight, _styledComponents.attachTokens.iconButtonCancelSpinnerSize, _styledComponents.attachTokens.iconButtonCancelSpinnerColor)
39
34
  }
40
35
  }
41
36
  };
@@ -15,10 +15,6 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
15
15
  black: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
16
16
  white: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
17
17
  };
18
- helperTextView: {
19
- default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
20
- negative: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
21
- };
22
18
  size: {
23
19
  l: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
24
20
  m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
@@ -9,11 +9,11 @@ export declare const Combobox: import("react").FunctionComponent<import("@salute
9
9
  view: {
10
10
  default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
11
11
  };
12
- }> & ((Omit<import("@salutejs/plasma-core").InputHTMLAttributes<HTMLInputElement>, "onChange" | "value" | "type" | "target" | "size" | "checked" | "minLength" | "maxLength"> & import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxOld/Combobox.types").CustomComboboxProps & {
12
+ }> & ((Omit<import("@salutejs/plasma-core").InputHTMLAttributes<HTMLInputElement>, "onChange" | "size" | "value" | "type" | "target" | "checked" | "minLength" | "maxLength"> & import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxOld/Combobox.types").CustomComboboxProps & {
13
13
  valueType?: "single" | undefined;
14
14
  value?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxOld/Combobox.types").ComboboxPrimitiveValue | undefined;
15
15
  onChangeValue?: ((value?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxOld/Combobox.types").ComboboxPrimitiveValue | undefined) => void) | undefined;
16
- } & import("react").RefAttributes<HTMLInputElement>) | (Omit<import("@salutejs/plasma-core").InputHTMLAttributes<HTMLInputElement>, "onChange" | "value" | "type" | "target" | "size" | "checked" | "minLength" | "maxLength"> & import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxOld/Combobox.types").CustomComboboxProps & {
16
+ } & import("react").RefAttributes<HTMLInputElement>) | (Omit<import("@salutejs/plasma-core").InputHTMLAttributes<HTMLInputElement>, "onChange" | "size" | "value" | "type" | "target" | "checked" | "minLength" | "maxLength"> & import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxOld/Combobox.types").CustomComboboxProps & {
17
17
  valueType: "multiple";
18
18
  value?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxOld/Combobox.types").ComboboxPrimitiveValue[] | undefined;
19
19
  onChangeValue?: ((value?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxOld/Combobox.types").ComboboxPrimitiveValue[] | undefined) => void) | undefined;
@@ -81,8 +81,6 @@ export declare const DatePickerRange: import("react").FunctionComponent<import("
81
81
  contentRight?: import("react").ReactNode;
82
82
  leftHelper?: string | undefined;
83
83
  requiredPlacement?: "right" | "left" | undefined;
84
- dividerVariant?: "none" | "icon" | "dash" | undefined;
85
- dividerIcon?: import("react").ReactNode;
86
84
  firstValueError?: boolean | undefined;
87
85
  secondValueError?: boolean | undefined;
88
86
  firstValueSuccess?: boolean | undefined;
@@ -93,14 +91,16 @@ export declare const DatePickerRange: import("react").FunctionComponent<import("
93
91
  firstTextfieldContentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
94
92
  secondTextfieldContentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
95
93
  secondTextfieldContentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
96
- firstTextfieldTextBefore?: string | undefined;
97
- secondTextfieldTextBefore?: string | undefined;
98
94
  firstTextfieldTextAfter?: string | undefined;
99
95
  secondTextfieldTextAfter?: string | undefined;
100
96
  onFocusFirstTextfield?: ((event: import("react").ChangeEvent<HTMLInputElement>) => void) | undefined;
101
97
  onFocusSecondTextfield?: ((event: import("react").ChangeEvent<HTMLInputElement>) => void) | undefined;
102
98
  onBlurFirstTextfield?: ((event: import("react").ChangeEvent<HTMLInputElement>) => void) | undefined;
103
99
  onBlurSecondTextfield?: ((event: import("react").ChangeEvent<HTMLInputElement>) => void) | undefined;
100
+ firstTextfieldTextBefore?: string | undefined;
101
+ secondTextfieldTextBefore?: string | undefined;
102
+ dividerVariant?: "none" | "icon" | "dash" | undefined;
103
+ dividerIcon?: import("react").ReactNode;
104
104
  } & import("@salutejs/plasma-new-hope/types/components/DatePicker/DatePickerBase.types").DatePickerCalendarProps & Omit<import("@salutejs/plasma-new-hope/types/components/DatePicker/SingleDate/SingleDate.types").DatePickerPopoverProps, "placement"> & {
105
105
  placement?: import("@salutejs/plasma-new-hope/styled-components").DatePickerRangePlacement | import("@salutejs/plasma-new-hope/styled-components").DatePickerRangePlacement[] | undefined;
106
106
  isDoubleCalendar?: boolean | undefined;
@@ -53,7 +53,7 @@ export declare const NumberInput: import("react").FunctionComponent<import("@sal
53
53
  } & {
54
54
  segmentation?: "clear" | undefined;
55
55
  inputBackgroundType?: undefined;
56
- } & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "onChange" | "value" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
56
+ } & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "onChange" | "size" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
57
57
  value?: number | undefined;
58
58
  min?: number | undefined;
59
59
  max?: number | undefined;
@@ -78,4 +78,4 @@ export declare const NumberInput: import("react").FunctionComponent<import("@sal
78
78
  } & {
79
79
  segmentation?: string | undefined;
80
80
  inputBackgroundType?: string | undefined;
81
- } & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "onChange" | "value" | "size"> & import("react").RefAttributes<HTMLInputElement>))>;
81
+ } & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "onChange" | "size" | "value"> & import("react").RefAttributes<HTMLInputElement>))>;
@@ -113,7 +113,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
113
113
  isOpen?: boolean | undefined;
114
114
  } & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "nonce" | "onResize" | "onResizeCapture" | "value"> & React.RefAttributes<HTMLButtonElement>) | (import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & {
115
115
  target: "button-like";
116
- view?: "default" | "accent" | "secondary" | "positive" | "warning" | "negative" | "black" | "white" | "dark" | "clear" | undefined;
116
+ view?: "default" | "clear" | "accent" | "secondary" | "positive" | "warning" | "negative" | "black" | "white" | "dark" | undefined;
117
117
  contentLeft?: undefined;
118
118
  placeholder?: undefined;
119
119
  helperText?: undefined;
@@ -153,7 +153,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
153
153
  isOpen?: boolean | undefined;
154
154
  } & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "nonce" | "onResize" | "onResizeCapture" | "value"> & React.RefAttributes<HTMLButtonElement>) | (import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & {
155
155
  target: "button-like";
156
- view?: "default" | "accent" | "secondary" | "positive" | "warning" | "negative" | "black" | "white" | "dark" | "clear" | undefined;
156
+ view?: "default" | "clear" | "accent" | "secondary" | "positive" | "warning" | "negative" | "black" | "white" | "dark" | undefined;
157
157
  contentLeft?: undefined;
158
158
  placeholder?: undefined;
159
159
  helperText?: undefined;
@@ -1,4 +1,4 @@
1
- import './Attach.config_ld8c4j.css';
1
+ import './Attach.config_1s3phpr.css';
2
2
  'use strict';
3
3
 
4
4
  Object.defineProperty(exports, '__esModule', { value: true });
@@ -6,7 +6,6 @@ Object.defineProperty(exports, '__esModule', { value: true });
6
6
  var config = {
7
7
  defaults: {
8
8
  view: 'default',
9
- helperTextView: 'default',
10
9
  focused: 'true',
11
10
  size: 'm'
12
11
  },
@@ -23,15 +22,11 @@ var config = {
23
22
  black: "b1r56d65",
24
23
  white: "w106agwf"
25
24
  },
26
- helperTextView: {
27
- "default": "d1x8glsz",
28
- negative: "n1gytn7q"
29
- },
30
25
  size: {
31
- l: "l19ojacu",
32
- m: "m7sr79d",
33
- s: "sonqgjr",
34
- xs: "xbwe2dq"
26
+ l: "l1x8glsz",
27
+ m: "m1gytn7q",
28
+ s: "s19ojacu",
29
+ xs: "x7sr79d"
35
30
  }
36
31
  }
37
32
  };