diff --git a/packages/sdds-serv-emotion/api/sdds-serv-emotion.api.md b/packages/sdds-serv-emotion/api/sdds-serv-emotion.api.md index fd192445f4..99a14f0ac6 100644 --- a/packages/sdds-serv-emotion/api/sdds-serv-emotion.api.md +++ b/packages/sdds-serv-emotion/api/sdds-serv-emotion.api.md @@ -3,6 +3,7 @@ > Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/). ```ts + /// import { addFocus } from '@salutejs/plasma-new-hope/styled-components'; @@ -180,333 +181,269 @@ import { useSegment } from '@salutejs/plasma-new-hope/emotion'; import { useToast } from '@salutejs/plasma-new-hope/emotion'; import { Variants } from '@salutejs/plasma-new-hope/types/engines/types'; -export { addFocus }; +export { addFocus } // @public (undocumented) -export const Avatar: FunctionComponent< - PropsType<{ - view: { - default: PolymorphicClassName; - }; - size: { - xxl: PolymorphicClassName; - l: PolymorphicClassName; - m: PolymorphicClassName; - s: PolymorphicClassName; - fit: PolymorphicClassName; - }; - focused: { - true: PolymorphicClassName; - }; - }> & - HTMLAttributes & { - size: 'xxl' | 's' | 'm' | 'l' | 'fit'; - name?: string | undefined; - url?: string | undefined; - customText?: string | undefined; - status?: 'active' | 'inactive' | undefined; - isScalable?: boolean | undefined; - focused?: boolean | undefined; - statusLabels?: StatusLabels | undefined; - } & RefAttributes ->; +export const Avatar: FunctionComponent & HTMLAttributes & { +size: "xxl" | "s" | "m" | "l" | "fit"; +name?: string | undefined; +url?: string | undefined; +customText?: string | undefined; +status?: "active" | "inactive" | undefined; +isScalable?: boolean | undefined; +focused?: boolean | undefined; +statusLabels?: StatusLabels | undefined; +} & RefAttributes>; // @public (undocumented) -export const AvatarGroup: FunctionComponent< - PropsType & - HTMLAttributes & { - children: ReactNode; - } & RefAttributes ->; +export const AvatarGroup: FunctionComponent & HTMLAttributes & { +children: ReactNode; +} & RefAttributes>; -export { AvatarGroupProps }; +export { AvatarGroupProps } -export { AvatarProps }; +export { AvatarProps } // @public -export const Badge: FunctionComponent< - PropsType<{ - view: { - default: PolymorphicClassName; - accent: PolymorphicClassName; - positive: PolymorphicClassName; - warning: PolymorphicClassName; - negative: PolymorphicClassName; - dark: PolymorphicClassName; - light: PolymorphicClassName; - }; - size: { - l: PolymorphicClassName; - m: PolymorphicClassName; - s: PolymorphicClassName; - }; - pilled: { - true: PolymorphicClassName; - }; - transparent: { - true: PolymorphicClassName; - }; - }> & - HTMLAttributes & { - text?: string | undefined; - contentLeft?: ReactNode; - contentRight?: ReactNode; - pilled?: boolean | undefined; - transparent?: boolean | undefined; - size?: string | undefined; - view?: string | undefined; - } & { - children?: ReactNode; - } & RefAttributes ->; - -export { BadgeProps }; +export const Badge: FunctionComponent & HTMLAttributes & { +text?: string | undefined; +contentLeft?: ReactNode; +contentRight?: ReactNode; +pilled?: boolean | undefined; +transparent?: boolean | undefined; +size?: string | undefined; +view?: string | undefined; +} & { +children?: ReactNode; +} & RefAttributes>; + +export { BadgeProps } // @public (undocumented) -export const BodyL: FunctionComponent< - PropsType<{ - size: { - l: PolymorphicClassName; - }; - }> & { - breakWord?: boolean | undefined; - } & SpacingProps & - BoldProps & - HTMLAttributes & - RefAttributes ->; - -export { bodyL }; - -export { bodyLBold }; +export const BodyL: FunctionComponent & { +breakWord?: boolean | undefined; +} & SpacingProps & BoldProps & HTMLAttributes & RefAttributes>; + +export { bodyL } + +export { bodyLBold } // @public (undocumented) -export const BodyM: FunctionComponent< - PropsType<{ - size: { - m: PolymorphicClassName; - }; - }> & { - breakWord?: boolean | undefined; - } & SpacingProps & - BoldProps & - HTMLAttributes & - RefAttributes ->; - -export { bodyM }; - -export { bodyMBold }; +export const BodyM: FunctionComponent & { +breakWord?: boolean | undefined; +} & SpacingProps & BoldProps & HTMLAttributes & RefAttributes>; + +export { bodyM } + +export { bodyMBold } // @public (undocumented) -export const BodyS: FunctionComponent< - PropsType<{ - size: { - s: PolymorphicClassName; - }; - }> & { - breakWord?: boolean | undefined; - } & SpacingProps & - BoldProps & - HTMLAttributes & - RefAttributes ->; - -export { bodyS }; - -export { bodySBold }; +export const BodyS: FunctionComponent & { +breakWord?: boolean | undefined; +} & SpacingProps & BoldProps & HTMLAttributes & RefAttributes>; + +export { bodyS } + +export { bodySBold } // @public (undocumented) -export const BodyXS: FunctionComponent< - PropsType<{ - size: { - xs: PolymorphicClassName; - }; - }> & { - breakWord?: boolean | undefined; - } & SpacingProps & - BoldProps & - HTMLAttributes & - RefAttributes ->; - -export { bodyXS }; - -export { bodyXSBold }; +export const BodyXS: FunctionComponent & { +breakWord?: boolean | undefined; +} & SpacingProps & BoldProps & HTMLAttributes & RefAttributes>; + +export { bodyXS } + +export { bodyXSBold } // @public (undocumented) -export const BodyXXS: FunctionComponent< - PropsType<{ - size: { - xxs: PolymorphicClassName; - }; - }> & { - breakWord?: boolean | undefined; - } & SpacingProps & - BoldProps & - HTMLAttributes & - RefAttributes ->; - -export { bodyXXS }; - -export { bodyXXSBold }; +export const BodyXXS: FunctionComponent & { +breakWord?: boolean | undefined; +} & SpacingProps & BoldProps & HTMLAttributes & RefAttributes>; + +export { bodyXXS } + +export { bodyXXSBold } // @public -export const Button: FunctionComponent< - PropsType<{ - view: { - default: PolymorphicClassName; - accent: PolymorphicClassName; - secondary: PolymorphicClassName; - clear: PolymorphicClassName; - success: PolymorphicClassName; - warning: PolymorphicClassName; - critical: PolymorphicClassName; - dark: PolymorphicClassName; - black: PolymorphicClassName; - white: PolymorphicClassName; - }; - size: { - l: PolymorphicClassName; - lr: PolymorphicClassName; - m: PolymorphicClassName; - mr: PolymorphicClassName; - s: PolymorphicClassName; - sr: PolymorphicClassName; - xs: PolymorphicClassName; - xsr: PolymorphicClassName; - xxs: PolymorphicClassName; - }; - disabled: { - true: PolymorphicClassName; - }; - focused: { - true: PolymorphicClassName; - }; - stretching: { - auto: PolymorphicClassName; - filled: PolymorphicClassName; - fixed: PolymorphicClassName; - }; - }> & - ( - | (Omit, 'value'> & - Omit, 'type'> & - AsProps & { - text?: string | undefined; - contentLeft?: ReactNode; - contentPlacing?: ('default' | 'relaxed') | undefined; - isLoading?: boolean | undefined; - loader?: ReactNode; - stretch?: boolean | undefined; - stretching?: ('auto' | 'filled' | 'fixed') | undefined; - square?: boolean | undefined; - focused?: boolean | undefined; - disabled?: boolean | undefined; - pin?: - | 'square-square' - | 'square-clear' - | 'clear-square' - | 'clear-clear' - | 'clear-circle' - | 'circle-clear' - | 'circle-circle' - | undefined; - view?: string | undefined; - size?: string | undefined; - outlined?: boolean | undefined; - shiftLeft?: boolean | undefined; - shiftRight?: boolean | undefined; - blur?: 'small' | 'medium' | 'large' | undefined; - } & { - value?: string | number | undefined; - contentRight?: undefined; - } & RefAttributes) - | (Omit, 'value'> & - Omit, 'type'> & - AsProps & { - text?: string | undefined; - contentLeft?: ReactNode; - contentPlacing?: ('default' | 'relaxed') | undefined; - isLoading?: boolean | undefined; - loader?: ReactNode; - stretch?: boolean | undefined; - stretching?: ('auto' | 'filled' | 'fixed') | undefined; - square?: boolean | undefined; - focused?: boolean | undefined; - disabled?: boolean | undefined; - pin?: - | 'square-square' - | 'square-clear' - | 'clear-square' - | 'clear-clear' - | 'clear-circle' - | 'circle-clear' - | 'circle-circle' - | undefined; - view?: string | undefined; - size?: string | undefined; - outlined?: boolean | undefined; - shiftLeft?: boolean | undefined; - shiftRight?: boolean | undefined; - blur?: 'small' | 'medium' | 'large' | undefined; - } & { - value?: undefined; - contentRight?: ReactNode; - } & RefAttributes) - ) ->; +export const Button: FunctionComponent & ((Omit, "value"> & Omit, "type"> & AsProps & { +text?: string | undefined; +contentLeft?: ReactNode; +contentPlacing?: ("default" | "relaxed") | undefined; +isLoading?: boolean | undefined; +loader?: ReactNode; +stretch?: boolean | undefined; +stretching?: ("auto" | "filled" | "fixed") | undefined; +square?: boolean | undefined; +focused?: boolean | undefined; +disabled?: boolean | undefined; +pin?: "square-square" | "square-clear" | "clear-square" | "clear-clear" | "clear-circle" | "circle-clear" | "circle-circle" | undefined; +view?: string | undefined; +size?: string | undefined; +outlined?: boolean | undefined; +shiftLeft?: boolean | undefined; +shiftRight?: boolean | undefined; +blur?: "small" | "medium" | "large" | undefined; +} & { +value?: string | number | undefined; +contentRight?: undefined; +} & RefAttributes) | (Omit, "value"> & Omit, "type"> & AsProps & { +text?: string | undefined; +contentLeft?: ReactNode; +contentPlacing?: ("default" | "relaxed") | undefined; +isLoading?: boolean | undefined; +loader?: ReactNode; +stretch?: boolean | undefined; +stretching?: ("auto" | "filled" | "fixed") | undefined; +square?: boolean | undefined; +focused?: boolean | undefined; +disabled?: boolean | undefined; +pin?: "square-square" | "square-clear" | "clear-square" | "clear-clear" | "clear-circle" | "circle-clear" | "circle-circle" | undefined; +view?: string | undefined; +size?: string | undefined; +outlined?: boolean | undefined; +shiftLeft?: boolean | undefined; +shiftRight?: boolean | undefined; +blur?: "small" | "medium" | "large" | undefined; +} & { +value?: undefined; +contentRight?: ReactNode; +} & RefAttributes))>; // @public -export const ButtonGroup: FunctionComponent< - PropsType<{ - view: { - default: PolymorphicClassName; - accent: PolymorphicClassName; - secondary: PolymorphicClassName; - clear: PolymorphicClassName; - success: PolymorphicClassName; - warning: PolymorphicClassName; - critical: PolymorphicClassName; - dark: PolymorphicClassName; - black: PolymorphicClassName; - white: PolymorphicClassName; - }; - size: { - l: PolymorphicClassName; - lr: PolymorphicClassName; - m: PolymorphicClassName; - mr: PolymorphicClassName; - s: PolymorphicClassName; - sr: PolymorphicClassName; - xs: PolymorphicClassName; - xsr: PolymorphicClassName; - xxs: PolymorphicClassName; - }; - orientation: { - horizontal: PolymorphicClassName; - vertical: PolymorphicClassName; - }; - gap: { - none: PolymorphicClassName; - dense: PolymorphicClassName; - wide: PolymorphicClassName; - }; - shape: { - segmented: PolymorphicClassName; - default: PolymorphicClassName; - }; - stretching: { - auto: PolymorphicClassName; - filled: PolymorphicClassName; - }; - }> & - ButtonGroupProps & - RefAttributes ->; - -export { ButtonGroupProps }; +export const ButtonGroup: FunctionComponent & ButtonGroupProps & RefAttributes>; + +export { ButtonGroupProps } // Warning: (ae-forgotten-export) The symbol "ButtonComponent" needs to be exported by the entry point index.d.ts // @@ -514,93 +451,81 @@ export { ButtonGroupProps }; export type ButtonProps = typeof ButtonComponent; // @public -export const Cell: FunctionComponent< - PropsType<{ - view: { - default: PolymorphicClassName; - }; - size: { - l: PolymorphicClassName; - m: PolymorphicClassName; - s: PolymorphicClassName; - xs: PolymorphicClassName; - }; - }> & - ( - | ({ - size?: string | undefined; - view: string; - contentLeft?: ReactNode; - contentRight?: ReactNode; - alignContentLeft?: AlignProp | undefined; - alignContentRight?: AlignProp | undefined; - stretching?: 'auto' | 'filled' | 'fixed' | undefined; - content?: ReactNode; - description?: string | undefined; - } & { - title?: string | undefined; - subtitle?: string | undefined; - label?: string | undefined; - children?: undefined; - } & HTMLAttributes & - RefAttributes) - | ({ - size?: string | undefined; - view: string; - contentLeft?: ReactNode; - contentRight?: ReactNode; - alignContentLeft?: AlignProp | undefined; - alignContentRight?: AlignProp | undefined; - stretching?: 'auto' | 'filled' | 'fixed' | undefined; - content?: ReactNode; - description?: string | undefined; - } & { - title?: undefined; - subtitle?: undefined; - label?: undefined; - children?: ReactNode; - } & HTMLAttributes & - RefAttributes) - ) ->; - -export { CellProps }; - -export { CellTextbox }; - -export { CellTextboxLabel }; - -export { CellTextboxSubtitle }; - -export { CellTextboxTitle }; +export const Cell: FunctionComponent & (({ +size?: string | undefined; +view: string; +contentLeft?: ReactNode; +contentRight?: ReactNode; +alignContentLeft?: AlignProp | undefined; +alignContentRight?: AlignProp | undefined; +stretching?: "auto" | "filled" | "fixed" | undefined; +content?: ReactNode; +description?: string | undefined; +} & { +title?: string | undefined; +subtitle?: string | undefined; +label?: string | undefined; +children?: undefined; +} & HTMLAttributes & RefAttributes) | ({ +size?: string | undefined; +view: string; +contentLeft?: ReactNode; +contentRight?: ReactNode; +alignContentLeft?: AlignProp | undefined; +alignContentRight?: AlignProp | undefined; +stretching?: "auto" | "filled" | "fixed" | undefined; +content?: ReactNode; +description?: string | undefined; +} & { +title?: undefined; +subtitle?: undefined; +label?: undefined; +children?: ReactNode; +} & HTMLAttributes & RefAttributes))>; + +export { CellProps } + +export { CellTextbox } + +export { CellTextboxLabel } + +export { CellTextboxSubtitle } + +export { CellTextboxTitle } // @public -export const Checkbox: FunctionComponent< - PropsType<{ - size: { - s: PolymorphicClassName; - m: PolymorphicClassName; - }; - view: { - default: PolymorphicClassName; - secondary: PolymorphicClassName; - tertiary: PolymorphicClassName; - paragraph: PolymorphicClassName; - accent: PolymorphicClassName; - positive: PolymorphicClassName; - warning: PolymorphicClassName; - negative: PolymorphicClassName; - }; - disabled: { - true: PolymorphicClassName; - }; - focused: { - true: PolymorphicClassName; - }; - }> & - CheckboxProps_2 & - RefAttributes ->; +export const Checkbox: FunctionComponent & CheckboxProps_2 & RefAttributes>; // Warning: (ae-forgotten-export) The symbol "CheckboxComponent" needs to be exported by the entry point index.d.ts // @@ -608,1234 +533,981 @@ export const Checkbox: FunctionComponent< export type CheckboxProps = ComponentProps; // @public -export const Chip: FunctionComponent< - PropsType<{ - view: { - default: PolymorphicClassName; - secondary: PolymorphicClassName; - accent: PolymorphicClassName; - }; - size: { - l: PolymorphicClassName; - m: PolymorphicClassName; - s: PolymorphicClassName; - xs: PolymorphicClassName; - }; - disabled: { - true: PolymorphicClassName; - }; - focused: { - true: PolymorphicClassName; - }; - pilled: { - true: PolymorphicClassName; - }; - }> & - ChipProps & - RefAttributes ->; - -export { ChipProps }; - -export { ClosePlacementType }; - -export { Col }; - -export { ColCount }; - -export { ColOffsetProps }; - -export { ColProps }; - -export { ColSizeProps }; +export const Chip: FunctionComponent & ChipProps & RefAttributes>; + +export { ChipProps } + +export { ClosePlacementType } + +export { Col } + +export { ColCount } + +export { ColOffsetProps } + +export { ColProps } + +export { ColSizeProps } // @public (undocumented) export const Combobox: ForwardRefExoticComponent>; // @public (undocumented) -export const ComboboxDivider: FunctionComponent< - PropsType & - HTMLAttributes & { - id?: string | undefined; - size?: string | undefined; - view?: string | undefined; - } & RefAttributes ->; +export const ComboboxDivider: FunctionComponent & HTMLAttributes & { +id?: string | undefined; +size?: string | undefined; +view?: string | undefined; +} & RefAttributes>; // @public (undocumented) -export const ComboboxFooter: FunctionComponent< - PropsType & - HTMLAttributes & { - id?: string | undefined; - size?: string | undefined; - view?: string | undefined; - } & RefAttributes ->; +export const ComboboxFooter: FunctionComponent & HTMLAttributes & { +id?: string | undefined; +size?: string | undefined; +view?: string | undefined; +} & RefAttributes>; // @public (undocumented) -export const ComboboxGroup: FunctionComponent< - PropsType & - HTMLAttributes & { - id?: string | undefined; - labelClassName?: string | undefined; - groupClassName?: string | undefined; - label?: ReactNode; - role?: string | undefined; - size?: string | undefined; - view?: string | undefined; - } & RefAttributes ->; +export const ComboboxGroup: FunctionComponent & HTMLAttributes & { +id?: string | undefined; +labelClassName?: string | undefined; +groupClassName?: string | undefined; +label?: ReactNode; +role?: string | undefined; +size?: string | undefined; +view?: string | undefined; +} & RefAttributes>; // @public (undocumented) -export const ComboboxHeader: FunctionComponent< - PropsType & - HTMLAttributes & { - id?: string | undefined; - size?: string | undefined; - view?: string | undefined; - } & RefAttributes ->; +export const ComboboxHeader: FunctionComponent & HTMLAttributes & { +id?: string | undefined; +size?: string | undefined; +view?: string | undefined; +} & RefAttributes>; // @public (undocumented) -export const ComboboxItem: FunctionComponent< - PropsType & - Omit, 'onSelect'> & { - id?: string | undefined; - disabled?: boolean | undefined; - label?: ReactNode; - role?: string | undefined; - contentLeft?: - | string - | number - | boolean - | ReactFragment - | ReactPortal - | ReactElement> - | FunctionComponent - | ComponentClass - | null - | undefined; - contentRight?: - | string - | number - | boolean - | ReactFragment - | ReactPortal - | ReactElement> - | FunctionComponent - | ComponentClass - | null - | undefined; - name?: string | undefined; - checked?: boolean | undefined; - text?: string | undefined; - value?: string | number | boolean | undefined; - isSelected?: boolean | undefined; - onClick?: ((event: MouseEvent_2) => void) | undefined; - onSelect?: ((value?: any, text?: any) => void) | undefined; - size?: string | undefined; - view?: string | undefined; - } & RefAttributes ->; - -export { ComboboxProps }; +export const ComboboxItem: FunctionComponent & Omit, "onSelect"> & { +id?: string | undefined; +disabled?: boolean | undefined; +label?: ReactNode; +role?: string | undefined; +contentLeft?: string | number | boolean | ReactFragment | ReactPortal | ReactElement> | FunctionComponent | ComponentClass | null | undefined; +contentRight?: string | number | boolean | ReactFragment | ReactPortal | ReactElement> | FunctionComponent | ComponentClass | null | undefined; +name?: string | undefined; +checked?: boolean | undefined; +text?: string | undefined; +value?: string | number | boolean | undefined; +isSelected?: boolean | undefined; +onClick?: ((event: MouseEvent_2) => void) | undefined; +onSelect?: ((value?: any, text?: any) => void) | undefined; +size?: string | undefined; +view?: string | undefined; +} & RefAttributes>; + +export { ComboboxProps } // @public -export const Counter: FunctionComponent< - PropsType<{ - view: { - default: PolymorphicClassName; - accent: PolymorphicClassName; - positive: PolymorphicClassName; - warning: PolymorphicClassName; - negative: PolymorphicClassName; - dark: PolymorphicClassName; - light: PolymorphicClassName; - }; - size: { - xs: PolymorphicClassName; - xxs: PolymorphicClassName; - }; - }> & - HTMLAttributes & { - count: number; - maxCount?: number | undefined; - size?: string | undefined; - view?: string | undefined; - } & RefAttributes ->; - -export { CounterProps }; - -export { counterTokens }; +export const Counter: FunctionComponent & HTMLAttributes & { +count: number; +maxCount?: number | undefined; +size?: string | undefined; +view?: string | undefined; +} & RefAttributes>; + +export { CounterProps } + +export { counterTokens } // @public (undocumented) -export const DatePicker: FunctionComponent< - PropsType<{ - view: { - default: PolymorphicClassName; - }; - size: { - l: PolymorphicClassName; - m: PolymorphicClassName; - s: PolymorphicClassName; - xs: PolymorphicClassName; - }; - disabled: { - true: PolymorphicClassName; - }; - readOnly: { - true: PolymorphicClassName; - }; - }> & - DatePickerdVariationProps & - DatePickerTextFieldProps & - DatePickerCalendarProps & - DatePickerPopoverProps & - Omit, 'defaultValue'> & - RefAttributes ->; - -export { datePickerClasses }; - -export { DatePickerPlacement }; - -export { DatePickerPlacementBasic }; - -export { DatePickerProps }; +export const DatePicker: FunctionComponent & DatePickerdVariationProps & DatePickerTextFieldProps & DatePickerCalendarProps & DatePickerPopoverProps & Omit, "defaultValue"> & RefAttributes>; + +export { datePickerClasses } + +export { DatePickerPlacement } + +export { DatePickerPlacementBasic } + +export { DatePickerProps } // @public (undocumented) -export const DatePickerRange: FunctionComponent< - PropsType<{ - view: { - default: PolymorphicClassName; - }; - size: { - l: PolymorphicClassName; - m: PolymorphicClassName; - s: PolymorphicClassName; - xs: PolymorphicClassName; - }; - disabled: { - true: PolymorphicClassName; - }; - readOnly: { - true: PolymorphicClassName; - }; - }> & - DatePickerdVariationProps & { - defaultFirstDate?: Date | undefined; - defaultSecondDate?: Date | undefined; - onCommitFirstDate?: - | ((value: string | Date, error?: boolean | undefined, success?: boolean | undefined) => void) - | undefined; - onCommitSecondDate?: - | ((value: string | Date, error?: boolean | undefined, success?: boolean | undefined) => void) - | undefined; - } & { - label?: string | undefined; - view?: string | undefined; - disabled?: boolean | undefined; - readOnly?: boolean | undefined; - size?: string | undefined; - contentLeft?: ReactNode; - contentRight?: ReactNode; - leftHelper?: string | undefined; - dividerVariant?: 'none' | 'dash' | 'icon' | undefined; - dividerIcon?: ReactNode; - firstValueError?: boolean | undefined; - secondValueError?: boolean | undefined; - firstValueSuccess?: boolean | undefined; - secondValueSuccess?: boolean | undefined; - firstPlaceholder?: string | undefined; - secondPlaceholder?: string | undefined; - firstTextfieldContentLeft?: ReactElement> | undefined; - firstTextfieldContentRight?: ReactElement> | undefined; - secondTextfieldContentLeft?: ReactElement> | undefined; - secondTextfieldContentRight?: ReactElement> | undefined; - firstTextfieldTextBefore?: string | undefined; - secondTextfieldTextBefore?: string | undefined; - firstTextfieldTextAfter?: string | undefined; - secondTextfieldTextAfter?: string | undefined; - onChangeFirstValue?: BaseCallbackChangeInstance | undefined; - onChangeSecondValue?: BaseCallbackChangeInstance | undefined; - onFocusFirstTextfield?: ((event: ChangeEvent) => void) | undefined; - onFocusSecondTextfield?: ((event: ChangeEvent) => void) | undefined; - onBlurFirstTextfield?: ((event: ChangeEvent) => void) | undefined; - onBlurSecondTextfield?: ((event: ChangeEvent) => void) | undefined; - } & DatePickerCalendarProps_2 & - Omit & { - placement?: DatePickerRangePlacement | DatePickerRangePlacement[] | undefined; - isDoubleCalendar?: boolean | undefined; - } & HTMLAttributes & - RefAttributes ->; - -export { DatePickerRangePlacement }; - -export { DatePickerRangeProps }; - -export { datePickerTokens }; +export const DatePickerRange: FunctionComponent & DatePickerdVariationProps & { +defaultFirstDate?: Date | undefined; +defaultSecondDate?: Date | undefined; +onCommitFirstDate?: ((value: string | Date, error?: boolean | undefined, success?: boolean | undefined) => void) | undefined; +onCommitSecondDate?: ((value: string | Date, error?: boolean | undefined, success?: boolean | undefined) => void) | undefined; +} & { +label?: string | undefined; +view?: string | undefined; +disabled?: boolean | undefined; +readOnly?: boolean | undefined; +size?: string | undefined; +contentLeft?: ReactNode; +contentRight?: ReactNode; +leftHelper?: string | undefined; +dividerVariant?: "none" | "dash" | "icon" | undefined; +dividerIcon?: ReactNode; +firstValueError?: boolean | undefined; +secondValueError?: boolean | undefined; +firstValueSuccess?: boolean | undefined; +secondValueSuccess?: boolean | undefined; +firstPlaceholder?: string | undefined; +secondPlaceholder?: string | undefined; +firstTextfieldContentLeft?: ReactElement> | undefined; +firstTextfieldContentRight?: ReactElement> | undefined; +secondTextfieldContentLeft?: ReactElement> | undefined; +secondTextfieldContentRight?: ReactElement> | undefined; +firstTextfieldTextBefore?: string | undefined; +secondTextfieldTextBefore?: string | undefined; +firstTextfieldTextAfter?: string | undefined; +secondTextfieldTextAfter?: string | undefined; +onChangeFirstValue?: BaseCallbackChangeInstance | undefined; +onChangeSecondValue?: BaseCallbackChangeInstance | undefined; +onFocusFirstTextfield?: ((event: ChangeEvent) => void) | undefined; +onFocusSecondTextfield?: ((event: ChangeEvent) => void) | undefined; +onBlurFirstTextfield?: ((event: ChangeEvent) => void) | undefined; +onBlurSecondTextfield?: ((event: ChangeEvent) => void) | undefined; +} & DatePickerCalendarProps_2 & Omit & { +placement?: DatePickerRangePlacement | DatePickerRangePlacement[] | undefined; +isDoubleCalendar?: boolean | undefined; +} & HTMLAttributes & RefAttributes>; + +export { DatePickerRangePlacement } + +export { DatePickerRangeProps } + +export { datePickerTokens } // @public -export const Divider: FunctionComponent< - PropsType<{ - view: { - default: PolymorphicClassName; - dark: PolymorphicClassName; - light: PolymorphicClassName; - inverse: PolymorphicClassName; - }; - size: { - m: PolymorphicClassName; - }; - orientation: { - horizontal: PolymorphicClassName; - vertical: PolymorphicClassName; - }; - }> & - DividerProps & - RefAttributes ->; - -export { DividerProps }; - -export { dividerTokens }; +export const Divider: FunctionComponent & DividerProps & RefAttributes>; + +export { DividerProps } + +export { dividerTokens } // @public -export const Drawer: FunctionComponent< - PropsType<{ - view: { - default: PolymorphicClassName; - }; - size: { - m: PolymorphicClassName; - }; - borderRadius: { - none: PolymorphicClassName; - default: PolymorphicClassName; - }; - }> & - PopupProps & - PanelProps & { - placement?: 'top' | 'bottom' | 'right' | 'left' | undefined; - asModal?: boolean | undefined; - withBlur?: boolean | undefined; - closeOnEsc?: boolean | undefined; - closeOnOverlayClick?: boolean | undefined; - onEscKeyDown?: ((event: KeyboardEvent) => void) | undefined; - onOverlayClick?: ((event: MouseEvent_2) => void) | undefined; - initialFocusRef?: RefObject | undefined; - focusAfterRef?: RefObject | undefined; - onClose?: (() => void) | undefined; - } & RefAttributes ->; +export const Drawer: FunctionComponent & PopupProps & PanelProps & { +placement?: "top" | "bottom" | "right" | "left" | undefined; +asModal?: boolean | undefined; +withBlur?: boolean | undefined; +closeOnEsc?: boolean | undefined; +closeOnOverlayClick?: boolean | undefined; +onEscKeyDown?: ((event: KeyboardEvent) => void) | undefined; +onOverlayClick?: ((event: MouseEvent_2) => void) | undefined; +initialFocusRef?: RefObject | undefined; +focusAfterRef?: RefObject | undefined; +onClose?: (() => void) | undefined; +} & RefAttributes>; // @public -export const DrawerContent: FunctionComponent< - PropsType & { - view?: string | undefined; - } & HTMLAttributes & - RefAttributes ->; +export const DrawerContent: FunctionComponent & { +view?: string | undefined; +} & HTMLAttributes & RefAttributes>; -export { DrawerContentProps }; +export { DrawerContentProps } // @public -export const DrawerFooter: FunctionComponent< - PropsType & { - view?: string | undefined; - } & HTMLAttributes & - RefAttributes ->; +export const DrawerFooter: FunctionComponent & { +view?: string | undefined; +} & HTMLAttributes & RefAttributes>; -export { DrawerFooterProps }; +export { DrawerFooterProps } // @public -export const DrawerHeader: FunctionComponent< - PropsType & { - hasClose?: boolean | undefined; - closePlacement?: 'right' | 'left' | undefined; - actions?: ReactNode; - onClose?: (() => void) | undefined; - view?: string | undefined; - } & HTMLAttributes & - RefAttributes ->; +export const DrawerHeader: FunctionComponent & { +hasClose?: boolean | undefined; +closePlacement?: "right" | "left" | undefined; +actions?: ReactNode; +onClose?: (() => void) | undefined; +view?: string | undefined; +} & HTMLAttributes & RefAttributes>; -export { DrawerHeaderProps }; +export { DrawerHeaderProps } -export { DrawerProps }; +export { DrawerProps } // @public (undocumented) -export const Dropdown: FunctionComponent< - PropsType<{ - size: { - xs: PolymorphicClassName; - s: PolymorphicClassName; - m: PolymorphicClassName; - l: PolymorphicClassName; - }; - view: { - default: PolymorphicClassName; - }; - }> & - DropdownProps & - RefAttributes ->; - -export { DropdownProps }; +export const Dropdown: FunctionComponent & DropdownProps & RefAttributes>; + +export { DropdownProps } // @public (undocumented) -export const DsplL: FunctionComponent< - PropsType<{ - size: { - l: PolymorphicClassName; - }; - }> & { - breakWord?: boolean | undefined; - } & SpacingProps & - BoldProps & - HTMLAttributes & - RefAttributes ->; - -export { dsplL }; - -export { dsplLBold }; +export const DsplL: FunctionComponent & { +breakWord?: boolean | undefined; +} & SpacingProps & BoldProps & HTMLAttributes & RefAttributes>; + +export { dsplL } + +export { dsplLBold } // @public (undocumented) -export const DsplM: FunctionComponent< - PropsType<{ - size: { - m: PolymorphicClassName; - }; - }> & { - breakWord?: boolean | undefined; - } & SpacingProps & - BoldProps & - HTMLAttributes & - RefAttributes ->; - -export { dsplM }; - -export { dsplMBold }; +export const DsplM: FunctionComponent & { +breakWord?: boolean | undefined; +} & SpacingProps & BoldProps & HTMLAttributes & RefAttributes>; + +export { dsplM } + +export { dsplMBold } // @public (undocumented) -export const DsplS: FunctionComponent< - PropsType<{ - size: { - s: PolymorphicClassName; - }; - }> & { - breakWord?: boolean | undefined; - } & SpacingProps & - BoldProps & - HTMLAttributes & - RefAttributes ->; - -export { dsplS }; - -export { dsplSBold }; +export const DsplS: FunctionComponent & { +breakWord?: boolean | undefined; +} & SpacingProps & BoldProps & HTMLAttributes & RefAttributes>; + +export { dsplS } + +export { dsplSBold } // @public (undocumented) -export const Grid: FunctionComponent< - PropsType<{ - view: { - default: PolymorphicClassName; - }; - }> & - GridProps & - RefAttributes ->; - -export { GridProps }; +export const Grid: FunctionComponent & GridProps & RefAttributes>; + +export { GridProps } // @public (undocumented) -export const H1: FunctionComponent< - PropsType<{ - size: { - h1: PolymorphicClassName; - }; - }> & { - breakWord?: boolean | undefined; - } & SpacingProps & - BoldProps & - HTMLAttributes & - RefAttributes ->; - -export { h1 }; - -export { h1Bold }; +export const H1: FunctionComponent & { +breakWord?: boolean | undefined; +} & SpacingProps & BoldProps & HTMLAttributes & RefAttributes>; + +export { h1 } + +export { h1Bold } // @public (undocumented) -export const H2: FunctionComponent< - PropsType<{ - size: { - h2: PolymorphicClassName; - }; - }> & { - breakWord?: boolean | undefined; - } & SpacingProps & - BoldProps & - HTMLAttributes & - RefAttributes ->; - -export { h2 }; - -export { h2Bold }; +export const H2: FunctionComponent & { +breakWord?: boolean | undefined; +} & SpacingProps & BoldProps & HTMLAttributes & RefAttributes>; + +export { h2 } + +export { h2Bold } // @public (undocumented) -export const H3: FunctionComponent< - PropsType<{ - size: { - h3: PolymorphicClassName; - }; - }> & { - breakWord?: boolean | undefined; - } & SpacingProps & - BoldProps & - HTMLAttributes & - RefAttributes ->; - -export { h3 }; - -export { h3Bold }; +export const H3: FunctionComponent & { +breakWord?: boolean | undefined; +} & SpacingProps & BoldProps & HTMLAttributes & RefAttributes>; + +export { h3 } + +export { h3Bold } // @public (undocumented) -export const H4: FunctionComponent< - PropsType<{ - size: { - h4: PolymorphicClassName; - }; - }> & { - breakWord?: boolean | undefined; - } & SpacingProps & - BoldProps & - HTMLAttributes & - RefAttributes ->; - -export { h4 }; - -export { h4Bold }; +export const H4: FunctionComponent & { +breakWord?: boolean | undefined; +} & SpacingProps & BoldProps & HTMLAttributes & RefAttributes>; + +export { h4 } + +export { h4Bold } // @public (undocumented) -export const H5: FunctionComponent< - PropsType<{ - size: { - h5: PolymorphicClassName; - }; - }> & { - breakWord?: boolean | undefined; - } & SpacingProps & - BoldProps & - HTMLAttributes & - RefAttributes ->; - -export { h5 }; - -export { h5Bold }; +export const H5: FunctionComponent & { +breakWord?: boolean | undefined; +} & SpacingProps & BoldProps & HTMLAttributes & RefAttributes>; + +export { h5 } + +export { h5Bold } // @public -export const IconButton: FunctionComponent< - PropsType<{ - view: { - default: PolymorphicClassName; - accent: PolymorphicClassName; - secondary: PolymorphicClassName; - clear: PolymorphicClassName; - success: PolymorphicClassName; - warning: PolymorphicClassName; - critical: PolymorphicClassName; - dark: PolymorphicClassName; - black: PolymorphicClassName; - white: PolymorphicClassName; - }; - size: { - l: PolymorphicClassName; - lr: PolymorphicClassName; - m: PolymorphicClassName; - mr: PolymorphicClassName; - s: PolymorphicClassName; - sr: PolymorphicClassName; - xs: PolymorphicClassName; - xsr: PolymorphicClassName; - }; - disabled: { - true: PolymorphicClassName; - }; - focused: { - true: PolymorphicClassName; - }; - }> & - ( - | (Omit, 'value'> & - Omit, 'type'> & - AsProps & { - text?: string | undefined; - contentLeft?: ReactNode; - contentPlacing?: ('default' | 'relaxed') | undefined; - isLoading?: boolean | undefined; - loader?: ReactNode; - stretch?: boolean | undefined; - stretching?: ('auto' | 'filled' | 'fixed') | undefined; - square?: boolean | undefined; - focused?: boolean | undefined; - disabled?: boolean | undefined; - pin?: - | 'square-square' - | 'square-clear' - | 'clear-square' - | 'clear-clear' - | 'clear-circle' - | 'circle-clear' - | 'circle-circle' - | undefined; - view?: string | undefined; - size?: string | undefined; - outlined?: boolean | undefined; - shiftLeft?: boolean | undefined; - shiftRight?: boolean | undefined; - blur?: 'small' | 'medium' | 'large' | undefined; - } & { - value?: string | number | undefined; - contentRight?: undefined; - } & RefAttributes) - | (Omit, 'value'> & - Omit, 'type'> & - AsProps & { - text?: string | undefined; - contentLeft?: ReactNode; - contentPlacing?: ('default' | 'relaxed') | undefined; - isLoading?: boolean | undefined; - loader?: ReactNode; - stretch?: boolean | undefined; - stretching?: ('auto' | 'filled' | 'fixed') | undefined; - square?: boolean | undefined; - focused?: boolean | undefined; - disabled?: boolean | undefined; - pin?: - | 'square-square' - | 'square-clear' - | 'clear-square' - | 'clear-clear' - | 'clear-circle' - | 'circle-clear' - | 'circle-circle' - | undefined; - view?: string | undefined; - size?: string | undefined; - outlined?: boolean | undefined; - shiftLeft?: boolean | undefined; - shiftRight?: boolean | undefined; - blur?: 'small' | 'medium' | 'large' | undefined; - } & { - value?: undefined; - contentRight?: ReactNode; - } & RefAttributes) - ) ->; +export const IconButton: FunctionComponent & ((Omit, "value"> & Omit, "type"> & AsProps & { +text?: string | undefined; +contentLeft?: ReactNode; +contentPlacing?: ("default" | "relaxed") | undefined; +isLoading?: boolean | undefined; +loader?: ReactNode; +stretch?: boolean | undefined; +stretching?: ("auto" | "filled" | "fixed") | undefined; +square?: boolean | undefined; +focused?: boolean | undefined; +disabled?: boolean | undefined; +pin?: "square-square" | "square-clear" | "clear-square" | "clear-clear" | "clear-circle" | "circle-clear" | "circle-circle" | undefined; +view?: string | undefined; +size?: string | undefined; +outlined?: boolean | undefined; +shiftLeft?: boolean | undefined; +shiftRight?: boolean | undefined; +blur?: "small" | "medium" | "large" | undefined; +} & { +value?: string | number | undefined; +contentRight?: undefined; +} & RefAttributes) | (Omit, "value"> & Omit, "type"> & AsProps & { +text?: string | undefined; +contentLeft?: ReactNode; +contentPlacing?: ("default" | "relaxed") | undefined; +isLoading?: boolean | undefined; +loader?: ReactNode; +stretch?: boolean | undefined; +stretching?: ("auto" | "filled" | "fixed") | undefined; +square?: boolean | undefined; +focused?: boolean | undefined; +disabled?: boolean | undefined; +pin?: "square-square" | "square-clear" | "clear-square" | "clear-clear" | "clear-circle" | "circle-clear" | "circle-circle" | undefined; +view?: string | undefined; +size?: string | undefined; +outlined?: boolean | undefined; +shiftLeft?: boolean | undefined; +shiftRight?: boolean | undefined; +blur?: "small" | "medium" | "large" | undefined; +} & { +value?: undefined; +contentRight?: ReactNode; +} & RefAttributes))>; // @public -const Image_2: FunctionComponent< - PropsType & - ImgHTMLAttributes & { - base?: 'img' | 'div' | undefined; - ratio?: - | '1 / 1' - | '1/1' - | '3 / 4' - | '3/4' - | '4 / 3' - | '4/3' - | '9 / 16' - | '9/16' - | '16 / 9' - | '16/9' - | '1 / 2' - | '1/2' - | '2 / 1' - | '2/1' - | undefined; - customRatio?: string | undefined; - } & RefAttributes ->; -export { Image_2 as Image }; - -export { ImageProps }; +const Image_2: FunctionComponent & ImgHTMLAttributes & { +base?: "img" | "div" | undefined; +ratio?: "1 / 1" | "1/1" | "3 / 4" | "3/4" | "4 / 3" | "4/3" | "9 / 16" | "9/16" | "16 / 9" | "16/9" | "1 / 2" | "1/2" | "2 / 1" | "2/1" | undefined; +customRatio?: string | undefined; +} & RefAttributes>; +export { Image_2 as Image } + +export { ImageProps } // @public (undocumented) -export const Indicator: FunctionComponent< - PropsType<{ - view: { - default: PolymorphicClassName; - accent: PolymorphicClassName; - inactive: PolymorphicClassName; - positive: PolymorphicClassName; - warning: PolymorphicClassName; - negative: PolymorphicClassName; - black: PolymorphicClassName; - white: PolymorphicClassName; - }; - size: { - l: PolymorphicClassName; - m: PolymorphicClassName; - s: PolymorphicClassName; - }; - }> & - HTMLAttributes & { - size: string; - view: string; - } & RefAttributes ->; - -export { IndicatorProps }; +export const Indicator: FunctionComponent & HTMLAttributes & { +size: string; +view: string; +} & RefAttributes>; + +export { IndicatorProps } // @public -export const Link: FunctionComponent< - PropsType<{ - view: { - default: PolymorphicClassName; - secondary: PolymorphicClassName; - tertiary: PolymorphicClassName; - paragraph: PolymorphicClassName; - accent: PolymorphicClassName; - positive: PolymorphicClassName; - warning: PolymorphicClassName; - negative: PolymorphicClassName; - clear: PolymorphicClassName; - }; - disabled: { - true: PolymorphicClassName; - }; - focused: { - true: PolymorphicClassName; - }; - }> & - AnchorHTMLAttributes & - LinkCustomProps & - RefAttributes ->; +export const Link: FunctionComponent & AnchorHTMLAttributes & LinkCustomProps & RefAttributes>; // Warning: (ae-forgotten-export) The symbol "LinkComponent" needs to be exported by the entry point index.d.ts // // @public (undocumented) export type LinkProps = typeof LinkComponent; -export { mediaQuery }; +export { mediaQuery } // @public export const Modal: ForwardRefExoticComponent>; -export { modalClasses }; +export { modalClasses } -export { ModalProps }; +export { ModalProps } -export { Overlay }; +export { Overlay } -export { OverlayProps }; +export { OverlayProps } // @public -export const Pagination: FunctionComponent< - PropsType<{ - view: { - secondary: PolymorphicClassName; - clear: PolymorphicClassName; - default: PolymorphicClassName; - }; - viewCurrentPage: { - default: PolymorphicClassName; - secondary: PolymorphicClassName; - clear: PolymorphicClassName; - }; - size: { - l: PolymorphicClassName; - m: PolymorphicClassName; - s: PolymorphicClassName; - xs: PolymorphicClassName; - }; - type: { - compact: PolymorphicClassName; - default: PolymorphicClassName; - }; - }> & - PaginationProps & - RefAttributes ->; - -export { PaginationProps }; +export const Pagination: FunctionComponent & PaginationProps & RefAttributes>; + +export { PaginationProps } // @public (undocumented) -export const Popover: FunctionComponent< - PropsType<{ - view: { - default: PolymorphicClassName; - }; - }> & - HTMLAttributes & - CustomPopoverProps & - RefAttributes ->; +export const Popover: FunctionComponent & HTMLAttributes & CustomPopoverProps & RefAttributes>; -export { PopoverPlacement }; +export { PopoverPlacement } -export { PopoverProps }; +export { PopoverProps } -export { PopoverTrigger }; +export { PopoverTrigger } // @public export const Popup: ForwardRefExoticComponent>; -export { popupClasses }; +export { popupClasses } -export { PopupInfo }; +export { PopupInfo } -export { PopupPlacement }; +export { PopupPlacement } -export { PopupProps }; +export { PopupProps } -export { PopupProvider }; +export { PopupProvider } // @public (undocumented) export const Portal: FunctionComponent & PortalProps & RefAttributes>; -export { PortalProps }; +export { PortalProps } // @public (undocumented) -export const Progress: FunctionComponent< - PropsType<{ - view: { - default: PolymorphicClassName; - secondary: PolymorphicClassName; - primary: PolymorphicClassName; - accent: PolymorphicClassName; - success: PolymorphicClassName; - warning: PolymorphicClassName; - error: PolymorphicClassName; - }; - size: { - m: PolymorphicClassName; - }; - }> & - ProgressProps & - RefAttributes ->; - -export { ProgressProps }; +export const Progress: FunctionComponent & ProgressProps & RefAttributes>; + +export { ProgressProps } // @public -export const Radiobox: FunctionComponent< - PropsType<{ - size: { - s: PolymorphicClassName; - m: PolymorphicClassName; - }; - view: { - default: PolymorphicClassName; - secondary: PolymorphicClassName; - tertiary: PolymorphicClassName; - paragraph: PolymorphicClassName; - accent: PolymorphicClassName; - positive: PolymorphicClassName; - warning: PolymorphicClassName; - negative: PolymorphicClassName; - }; - disabled: { - true: PolymorphicClassName; - }; - focused: { - true: PolymorphicClassName; - }; - }> & - Filter, 'size'> & - Omit & - RefAttributes ->; +export const Radiobox: FunctionComponent & Filter, "size"> & Omit & RefAttributes>; // Warning: (ae-forgotten-export) The symbol "RadioboxComponent" needs to be exported by the entry point index.d.ts // // @public (undocumented) export type RadioboxProps = ComponentProps; -export { RadioGroup }; +export { RadioGroup } // @public -const Range_2: FunctionComponent< - PropsType<{ - view: { - default: PolymorphicClassName; - }; - size: { - l: PolymorphicClassName; - m: PolymorphicClassName; - s: PolymorphicClassName; - xs: PolymorphicClassName; - }; - disabled: { - true: PolymorphicClassName; - }; - readOnly: { - true: PolymorphicClassName; - }; - }> & - ( - | ({ - label?: string | undefined; - leftHelper?: string | undefined; - contentLeft?: ReactNode; - contentRight?: ReactNode; - firstValue?: TextfieldPrimitiveValue | undefined; - secondValue?: TextfieldPrimitiveValue | undefined; - firstValueError?: boolean | undefined; - secondValueError?: boolean | undefined; - firstValueSuccess?: boolean | undefined; - secondValueSuccess?: boolean | undefined; - firstPlaceholder?: string | undefined; - secondPlaceholder?: string | undefined; - firstTextfieldContentLeft?: ReactElement> | undefined; - firstTextfieldContentRight?: ReactElement> | undefined; - secondTextfieldContentLeft?: ReactElement> | undefined; - secondTextfieldContentRight?: ReactElement> | undefined; - firstTextfieldTextAfter?: string | undefined; - secondTextfieldTextAfter?: string | undefined; - view?: string | undefined; - size?: string | undefined; - readOnly?: boolean | undefined; - disabled?: boolean | undefined; - onChangeFirstValue?: BaseCallbackChangeInstance | undefined; - onChangeSecondValue?: BaseCallbackChangeInstance | undefined; - onSearchFirstValue?: BaseCallbackKeyboardInstance | undefined; - onSearchSecondValue?: BaseCallbackKeyboardInstance | undefined; - onFocusFirstTextfield?: ((event: ChangeEvent) => void) | undefined; - onFocusSecondTextfield?: ((event: ChangeEvent) => void) | undefined; - onBlurFirstTextfield?: ((event: ChangeEvent) => void) | undefined; - onBlurSecondTextfield?: ((event: ChangeEvent) => void) | undefined; - } & { - firstTextfieldTextBefore: string; - secondTextfieldTextBefore: string; - dividerVariant?: 'none' | undefined; - dividerIcon?: undefined; - } & HTMLAttributes & - RefAttributes) - | ({ - label?: string | undefined; - leftHelper?: string | undefined; - contentLeft?: ReactNode; - contentRight?: ReactNode; - firstValue?: TextfieldPrimitiveValue | undefined; - secondValue?: TextfieldPrimitiveValue | undefined; - firstValueError?: boolean | undefined; - secondValueError?: boolean | undefined; - firstValueSuccess?: boolean | undefined; - secondValueSuccess?: boolean | undefined; - firstPlaceholder?: string | undefined; - secondPlaceholder?: string | undefined; - firstTextfieldContentLeft?: ReactElement> | undefined; - firstTextfieldContentRight?: ReactElement> | undefined; - secondTextfieldContentLeft?: ReactElement> | undefined; - secondTextfieldContentRight?: ReactElement> | undefined; - firstTextfieldTextAfter?: string | undefined; - secondTextfieldTextAfter?: string | undefined; - view?: string | undefined; - size?: string | undefined; - readOnly?: boolean | undefined; - disabled?: boolean | undefined; - onChangeFirstValue?: BaseCallbackChangeInstance | undefined; - onChangeSecondValue?: BaseCallbackChangeInstance | undefined; - onSearchFirstValue?: BaseCallbackKeyboardInstance | undefined; - onSearchSecondValue?: BaseCallbackKeyboardInstance | undefined; - onFocusFirstTextfield?: ((event: ChangeEvent) => void) | undefined; - onFocusSecondTextfield?: ((event: ChangeEvent) => void) | undefined; - onBlurFirstTextfield?: ((event: ChangeEvent) => void) | undefined; - onBlurSecondTextfield?: ((event: ChangeEvent) => void) | undefined; - } & { - dividerVariant?: 'dash' | undefined; - dividerIcon?: undefined; - firstTextfieldTextBefore?: string | undefined; - secondTextfieldTextBefore?: string | undefined; - } & HTMLAttributes & - RefAttributes) - | ({ - label?: string | undefined; - leftHelper?: string | undefined; - contentLeft?: ReactNode; - contentRight?: ReactNode; - firstValue?: TextfieldPrimitiveValue | undefined; - secondValue?: TextfieldPrimitiveValue | undefined; - firstValueError?: boolean | undefined; - secondValueError?: boolean | undefined; - firstValueSuccess?: boolean | undefined; - secondValueSuccess?: boolean | undefined; - firstPlaceholder?: string | undefined; - secondPlaceholder?: string | undefined; - firstTextfieldContentLeft?: ReactElement> | undefined; - firstTextfieldContentRight?: ReactElement> | undefined; - secondTextfieldContentLeft?: ReactElement> | undefined; - secondTextfieldContentRight?: ReactElement> | undefined; - firstTextfieldTextAfter?: string | undefined; - secondTextfieldTextAfter?: string | undefined; - view?: string | undefined; - size?: string | undefined; - readOnly?: boolean | undefined; - disabled?: boolean | undefined; - onChangeFirstValue?: BaseCallbackChangeInstance | undefined; - onChangeSecondValue?: BaseCallbackChangeInstance | undefined; - onSearchFirstValue?: BaseCallbackKeyboardInstance | undefined; - onSearchSecondValue?: BaseCallbackKeyboardInstance | undefined; - onFocusFirstTextfield?: ((event: ChangeEvent) => void) | undefined; - onFocusSecondTextfield?: ((event: ChangeEvent) => void) | undefined; - onBlurFirstTextfield?: ((event: ChangeEvent) => void) | undefined; - onBlurSecondTextfield?: ((event: ChangeEvent) => void) | undefined; - } & { - dividerIcon?: ReactNode; - dividerVariant?: 'icon' | undefined; - firstTextfieldTextBefore?: string | undefined; - secondTextfieldTextBefore?: string | undefined; - } & HTMLAttributes & - RefAttributes) - ) ->; -export { Range_2 as Range }; - -export { RangeProps }; - -export { rangeTokens }; - -export { Ratio }; - -export { Row }; - -export { ScreenConfig }; - -export { ScreenMap }; - -export { ScreenVariant }; +const Range_2: FunctionComponent & (({ +label?: string | undefined; +leftHelper?: string | undefined; +contentLeft?: ReactNode; +contentRight?: ReactNode; +firstValue?: TextfieldPrimitiveValue | undefined; +secondValue?: TextfieldPrimitiveValue | undefined; +firstValueError?: boolean | undefined; +secondValueError?: boolean | undefined; +firstValueSuccess?: boolean | undefined; +secondValueSuccess?: boolean | undefined; +firstPlaceholder?: string | undefined; +secondPlaceholder?: string | undefined; +firstTextfieldContentLeft?: ReactElement> | undefined; +firstTextfieldContentRight?: ReactElement> | undefined; +secondTextfieldContentLeft?: ReactElement> | undefined; +secondTextfieldContentRight?: ReactElement> | undefined; +firstTextfieldTextAfter?: string | undefined; +secondTextfieldTextAfter?: string | undefined; +view?: string | undefined; +size?: string | undefined; +readOnly?: boolean | undefined; +disabled?: boolean | undefined; +onChangeFirstValue?: BaseCallbackChangeInstance | undefined; +onChangeSecondValue?: BaseCallbackChangeInstance | undefined; +onSearchFirstValue?: BaseCallbackKeyboardInstance | undefined; +onSearchSecondValue?: BaseCallbackKeyboardInstance | undefined; +onFocusFirstTextfield?: ((event: ChangeEvent) => void) | undefined; +onFocusSecondTextfield?: ((event: ChangeEvent) => void) | undefined; +onBlurFirstTextfield?: ((event: ChangeEvent) => void) | undefined; +onBlurSecondTextfield?: ((event: ChangeEvent) => void) | undefined; +} & { +firstTextfieldTextBefore: string; +secondTextfieldTextBefore: string; +dividerVariant?: "none" | undefined; +dividerIcon?: undefined; +} & HTMLAttributes & RefAttributes) | ({ +label?: string | undefined; +leftHelper?: string | undefined; +contentLeft?: ReactNode; +contentRight?: ReactNode; +firstValue?: TextfieldPrimitiveValue | undefined; +secondValue?: TextfieldPrimitiveValue | undefined; +firstValueError?: boolean | undefined; +secondValueError?: boolean | undefined; +firstValueSuccess?: boolean | undefined; +secondValueSuccess?: boolean | undefined; +firstPlaceholder?: string | undefined; +secondPlaceholder?: string | undefined; +firstTextfieldContentLeft?: ReactElement> | undefined; +firstTextfieldContentRight?: ReactElement> | undefined; +secondTextfieldContentLeft?: ReactElement> | undefined; +secondTextfieldContentRight?: ReactElement> | undefined; +firstTextfieldTextAfter?: string | undefined; +secondTextfieldTextAfter?: string | undefined; +view?: string | undefined; +size?: string | undefined; +readOnly?: boolean | undefined; +disabled?: boolean | undefined; +onChangeFirstValue?: BaseCallbackChangeInstance | undefined; +onChangeSecondValue?: BaseCallbackChangeInstance | undefined; +onSearchFirstValue?: BaseCallbackKeyboardInstance | undefined; +onSearchSecondValue?: BaseCallbackKeyboardInstance | undefined; +onFocusFirstTextfield?: ((event: ChangeEvent) => void) | undefined; +onFocusSecondTextfield?: ((event: ChangeEvent) => void) | undefined; +onBlurFirstTextfield?: ((event: ChangeEvent) => void) | undefined; +onBlurSecondTextfield?: ((event: ChangeEvent) => void) | undefined; +} & { +dividerVariant?: "dash" | undefined; +dividerIcon?: undefined; +firstTextfieldTextBefore?: string | undefined; +secondTextfieldTextBefore?: string | undefined; +} & HTMLAttributes & RefAttributes) | ({ +label?: string | undefined; +leftHelper?: string | undefined; +contentLeft?: ReactNode; +contentRight?: ReactNode; +firstValue?: TextfieldPrimitiveValue | undefined; +secondValue?: TextfieldPrimitiveValue | undefined; +firstValueError?: boolean | undefined; +secondValueError?: boolean | undefined; +firstValueSuccess?: boolean | undefined; +secondValueSuccess?: boolean | undefined; +firstPlaceholder?: string | undefined; +secondPlaceholder?: string | undefined; +firstTextfieldContentLeft?: ReactElement> | undefined; +firstTextfieldContentRight?: ReactElement> | undefined; +secondTextfieldContentLeft?: ReactElement> | undefined; +secondTextfieldContentRight?: ReactElement> | undefined; +firstTextfieldTextAfter?: string | undefined; +secondTextfieldTextAfter?: string | undefined; +view?: string | undefined; +size?: string | undefined; +readOnly?: boolean | undefined; +disabled?: boolean | undefined; +onChangeFirstValue?: BaseCallbackChangeInstance | undefined; +onChangeSecondValue?: BaseCallbackChangeInstance | undefined; +onSearchFirstValue?: BaseCallbackKeyboardInstance | undefined; +onSearchSecondValue?: BaseCallbackKeyboardInstance | undefined; +onFocusFirstTextfield?: ((event: ChangeEvent) => void) | undefined; +onFocusSecondTextfield?: ((event: ChangeEvent) => void) | undefined; +onBlurFirstTextfield?: ((event: ChangeEvent) => void) | undefined; +onBlurSecondTextfield?: ((event: ChangeEvent) => void) | undefined; +} & { +dividerIcon?: ReactNode; +dividerVariant?: "icon" | undefined; +firstTextfieldTextBefore?: string | undefined; +secondTextfieldTextBefore?: string | undefined; +} & HTMLAttributes & RefAttributes))>; +export { Range_2 as Range } + +export { RangeProps } + +export { rangeTokens } + +export { Ratio } + +export { Row } + +export { ScreenConfig } + +export { ScreenMap } + +export { ScreenVariant } // @public -export const SegmentGroup: FunctionComponent< - PropsType<{ - view: { - clear: PolymorphicClassName; - filled: PolymorphicClassName; - }; - size: { - xs: PolymorphicClassName; - s: PolymorphicClassName; - m: PolymorphicClassName; - l: PolymorphicClassName; - }; - disabled: { - true: PolymorphicClassName; - }; - pilled: { - true: PolymorphicClassName; - }; - filledBackground: { - true: PolymorphicClassName; - }; - stretch: { - true: PolymorphicClassName; - }; - }> & - HTMLAttributes & { - selectionMode?: 'multiple' | 'single' | undefined; - disabled?: boolean | undefined; - stretch?: boolean | undefined; - pilled?: boolean | undefined; - filledBackground?: boolean | undefined; - size?: string | undefined; - view?: string | undefined; - } & RefAttributes ->; - -export { SegmentGroupProps }; +export const SegmentGroup: FunctionComponent & HTMLAttributes & { +selectionMode?: "multiple" | "single" | undefined; +disabled?: boolean | undefined; +stretch?: boolean | undefined; +pilled?: boolean | undefined; +filledBackground?: boolean | undefined; +size?: string | undefined; +view?: string | undefined; +} & RefAttributes>; + +export { SegmentGroupProps } // @public -export const SegmentItem: FunctionComponent< - PropsType<{ - view: { - clear: PolymorphicClassName; - default: PolymorphicClassName; - secondary: PolymorphicClassName; - }; - size: { - xs: PolymorphicClassName; - s: PolymorphicClassName; - m: PolymorphicClassName; - l: PolymorphicClassName; - }; - disabled: { - true: PolymorphicClassName; - }; - pilled: { - true: PolymorphicClassName; - }; - }> & - ButtonHTMLAttributes & { - value: string; - id?: string | undefined; - label?: ReactNode; - pilled?: boolean | undefined; - customHandleSelect?: ((e: MouseEvent_2) => void) | undefined; - size?: string | undefined; - view?: string | undefined; - } & RefAttributes ->; - -export { SegmentItemProps }; - -export { SegmentProvider }; - -export { SegmentProviderProps }; +export const SegmentItem: FunctionComponent & ButtonHTMLAttributes & { +value: string; +id?: string | undefined; +label?: ReactNode; +pilled?: boolean | undefined; +customHandleSelect?: ((e: MouseEvent_2) => void) | undefined; +size?: string | undefined; +view?: string | undefined; +} & RefAttributes>; + +export { SegmentItemProps } + +export { SegmentProvider } + +export { SegmentProviderProps } // @public (undocumented) export const Select: ForwardRefExoticComponent>; // @public (undocumented) -export const SelectDivider: FunctionComponent< - PropsType & - HTMLAttributes & { - id?: string | undefined; - size?: string | undefined; - view?: string | undefined; - } & RefAttributes ->; +export const SelectDivider: FunctionComponent & HTMLAttributes & { +id?: string | undefined; +size?: string | undefined; +view?: string | undefined; +} & RefAttributes>; // @public (undocumented) -export const SelectItem: FunctionComponent< - PropsType & - Omit, 'onSelect'> & { - id?: string | undefined; - disabled?: boolean | undefined; - label?: ReactNode; - role?: string | undefined; - contentLeft?: - | string - | number - | boolean - | ReactFragment - | ReactPortal - | ReactElement> - | FunctionComponent - | ComponentClass - | null - | undefined; - contentRight?: - | string - | number - | boolean - | ReactFragment - | ReactPortal - | ReactElement> - | FunctionComponent - | ComponentClass - | null - | undefined; - name?: string | undefined; - checked?: boolean | undefined; - text?: string | undefined; - value?: string | number | boolean | undefined; - isSelected?: boolean | undefined; - onClick?: ((event: MouseEvent_2) => void) | undefined; - onSelect?: ((value?: any, text?: any) => void) | undefined; - size?: string | undefined; - view?: string | undefined; - } & RefAttributes ->; - -export { SelectPrimitiveValue }; - -export { SelectProps }; +export const SelectItem: FunctionComponent & Omit, "onSelect"> & { +id?: string | undefined; +disabled?: boolean | undefined; +label?: ReactNode; +role?: string | undefined; +contentLeft?: string | number | boolean | ReactFragment | ReactPortal | ReactElement> | FunctionComponent | ComponentClass | null | undefined; +contentRight?: string | number | boolean | ReactFragment | ReactPortal | ReactElement> | FunctionComponent | ComponentClass | null | undefined; +name?: string | undefined; +checked?: boolean | undefined; +text?: string | undefined; +value?: string | number | boolean | undefined; +isSelected?: boolean | undefined; +onClick?: ((event: MouseEvent_2) => void) | undefined; +onSelect?: ((value?: any, text?: any) => void) | undefined; +size?: string | undefined; +view?: string | undefined; +} & RefAttributes>; + +export { SelectPrimitiveValue } + +export { SelectProps } // @public -export const Sheet: FunctionComponent< - PropsType<{ - view: { - default: PolymorphicClassName; - }; - }> & - SheetProps & - RefAttributes ->; +export const Sheet: FunctionComponent & SheetProps & RefAttributes>; -export { sheetClasses }; +export { sheetClasses } -export { SheetProps }; +export { SheetProps } -export { ShowToastArgs }; +export { ShowToastArgs } // @public -export const Slider: FunctionComponent< - PropsType<{ - view: { - default: PolymorphicClassName; - accent: PolymorphicClassName; - gradient: PolymorphicClassName; - }; - size: { - l: PolymorphicClassName; - m: PolymorphicClassName; - s: PolymorphicClassName; - }; - disabled: { - true: PolymorphicClassName; - }; - }> & - ((SingleSliderProps & RefAttributes) | (DoubleSliderProps & RefAttributes)) ->; - -export { SliderProps }; +export const Slider: FunctionComponent & ((SingleSliderProps & RefAttributes) | (DoubleSliderProps & RefAttributes))>; + +export { SliderProps } // @public -export const Spinner: StyledComponent< - (PropsType<{ - view: { - default: PolymorphicClassName; - secondary: PolymorphicClassName; - tertiary: PolymorphicClassName; - paragraph: PolymorphicClassName; - accent: PolymorphicClassName; - positive: PolymorphicClassName; - warning: PolymorphicClassName; - negative: PolymorphicClassName; - }; - }> & - ( - | (HTMLAttributes & { - width?: undefined; - height?: undefined; - size?: string | undefined; - view?: string | undefined; - } & RefAttributes) - | (HTMLAttributes & { - width: number - /** - * Цвет спиннера - * @deprecated - */; - height: number; - size?: undefined; - view?: string | undefined; - } & RefAttributes) - | (HTMLAttributes & { - width: string; - height: string; - size?: undefined; - view?: string | undefined; - } & RefAttributes) - )) & { - theme?: Theme | undefined; - }, - {}, - {} ->; +export const Spinner: StyledComponent<(PropsType< { +view: { +default: PolymorphicClassName; +secondary: PolymorphicClassName; +tertiary: PolymorphicClassName; +paragraph: PolymorphicClassName; +accent: PolymorphicClassName; +positive: PolymorphicClassName; +warning: PolymorphicClassName; +negative: PolymorphicClassName; +}; +}> & ((HTMLAttributes & { +width?: undefined; +height?: undefined; +size?: string | undefined; +view?: string | undefined; +} & RefAttributes) | (HTMLAttributes & { +width: number; /** +* Цвет спиннера +* @deprecated +*/ +height: number; +size?: undefined; +view?: string | undefined; +} & RefAttributes) | (HTMLAttributes & { +width: string; +height: string; +size?: undefined; +view?: string | undefined; +} & RefAttributes))) & { +theme?: Theme | undefined; +}, {}, {}>; // @public (undocumented) export type SpinnerProps = HTMLAttributes & { @@ -1845,31 +1517,27 @@ export type SpinnerProps = HTMLAttributes & { deviceScale?: number; }; -export { SSRProvider }; +export { SSRProvider } // @public (undocumented) -export const Switch: FunctionComponent< - PropsType<{ - size: { - m: PolymorphicClassName; - }; - view: { - default: PolymorphicClassName; - }; - labelPosition: { - before: PolymorphicClassName; - after: PolymorphicClassName; - }; - disabled: { - true: PolymorphicClassName; - }; - focused: { - true: PolymorphicClassName; - }; - }> & - SwitchProps_2 & - RefAttributes ->; +export const Switch: FunctionComponent & SwitchProps_2 & RefAttributes>; // Warning: (ae-forgotten-export) The symbol "SwitchComponent" needs to be exported by the entry point index.d.ts // @@ -1877,352 +1545,295 @@ export const Switch: FunctionComponent< export type SwitchProps = ComponentProps; // @public -export const TabItem: FunctionComponent< - PropsType<{ - view: { - clear: PolymorphicClassName; - secondary: PolymorphicClassName; - divider: PolymorphicClassName; - default: PolymorphicClassName; - }; - size: { - xs: PolymorphicClassName; - s: PolymorphicClassName; - m: PolymorphicClassName; - l: PolymorphicClassName; - h5: PolymorphicClassName; - h4: PolymorphicClassName; - h3: PolymorphicClassName; - h2: PolymorphicClassName; - h1: PolymorphicClassName; - }; - disabled: { - true: PolymorphicClassName; - }; - pilled: { - true: PolymorphicClassName; - }; - }> & - HTMLAttributes ->; - -export { TabItemProps }; - -export { TabItemRefs }; +export const TabItem: FunctionComponent & HTMLAttributes>; + +export { TabItemProps } + +export { TabItemRefs } // @public -export const Tabs: ForwardRefExoticComponent< - AsProps & - HTMLAttributes & { - disabled?: boolean | undefined; - stretch?: boolean | undefined; - pilled?: boolean | undefined; - size?: string | undefined; - view?: string | undefined; - outsideScroll?: - | boolean - | { - left?: string | undefined; - right?: string | undefined; - } - | undefined; - index?: number | undefined; - } & RefAttributes ->; - -export { TabsContext }; +export const Tabs: ForwardRefExoticComponent & HTMLAttributes & { + disabled?: boolean | undefined; + stretch?: boolean | undefined; + pilled?: boolean | undefined; + size?: string | undefined; + view?: string | undefined; + outsideScroll?: boolean | { + left?: string | undefined; + right?: string | undefined; + } | undefined; + index?: number | undefined; +} & RefAttributes>; + +export { TabsContext } // @public @deprecated (undocumented) export const TabsController: ForwardRefExoticComponent>; -export { TabsControllerProps }; +export { TabsControllerProps } -export { TabsProps }; +export { TabsProps } // @public -export const TextArea: FunctionComponent< - PropsType<{ - size: { - xs: PolymorphicClassName; - s: PolymorphicClassName; - m: PolymorphicClassName; - l: PolymorphicClassName; - }; - view: { - default: PolymorphicClassName; - primary: PolymorphicClassName; - positive: PolymorphicClassName; - warning: PolymorphicClassName; - negative: PolymorphicClassName; - }; - disabled: { - true: PolymorphicClassName; - }; - }> & - ( - | (Omit, 'rows' | 'cols'> & - TextAreaPropsExtends & { - autoResize?: boolean | undefined; - maxAuto?: number | undefined; - minAuto?: number | undefined; - } & { - height?: undefined; - width?: undefined; - } & { - rows?: undefined; - cols?: undefined; - } & RefAttributes) - | (Omit, 'rows' | 'cols'> & - TextAreaPropsExtends & { - height?: string | number | undefined; - width?: string | number | undefined; - } & { - autoResize?: undefined; - maxAuto?: undefined; - minAuto?: undefined; - } & { - rows?: undefined; - cols?: undefined; - } & RefAttributes) - | (Omit, 'rows' | 'cols'> & - TextAreaPropsExtends & { - rows?: number | undefined; - cols?: number | undefined; - } & { - autoResize?: undefined; - maxAuto?: undefined; - minAuto?: undefined; - } & { - height?: undefined; - width?: undefined; - } & RefAttributes) - ) ->; +export const TextArea: FunctionComponent & ((Omit, "rows" | "cols"> & TextAreaPropsExtends & { +autoResize?: boolean | undefined; +maxAuto?: number | undefined; +minAuto?: number | undefined; +} & { +height?: undefined; +width?: undefined; +} & { +rows?: undefined; +cols?: undefined; +} & RefAttributes) | (Omit, "rows" | "cols"> & TextAreaPropsExtends & { +height?: string | number | undefined; +width?: string | number | undefined; +} & { +autoResize?: undefined; +maxAuto?: undefined; +minAuto?: undefined; +} & { +rows?: undefined; +cols?: undefined; +} & RefAttributes) | (Omit, "rows" | "cols"> & TextAreaPropsExtends & { +rows?: number | undefined; +cols?: number | undefined; +} & { +autoResize?: undefined; +maxAuto?: undefined; +minAuto?: undefined; +} & { +height?: undefined; +width?: undefined; +} & RefAttributes))>; // @public -export const TextField: FunctionComponent< - PropsType<{ - view: { - default: PolymorphicClassName; - positive: PolymorphicClassName; - warning: PolymorphicClassName; - negative: PolymorphicClassName; - }; - size: { - l: PolymorphicClassName; - m: PolymorphicClassName; - s: PolymorphicClassName; - xs: PolymorphicClassName; - }; - labelPlacement: { - inner: PolymorphicClassName[]; - outer: PolymorphicClassName[]; - }; - disabled: { - true: PolymorphicClassName; - }; - readOnly: { - true: PolymorphicClassName; - }; - }> & - ( - | ({ - size?: string | undefined; - view?: string | undefined; - readOnly?: boolean | undefined; - disabled?: boolean | undefined; - } & { - label?: string | undefined; - labelPlacement?: 'inner' | 'outer' | undefined; - leftHelper?: string | undefined; - contentLeft?: ReactElement> | undefined; - contentRight?: ReactElement> | undefined; - textBefore?: string | undefined; - textAfter?: string | undefined; - onSearch?: - | ((value: string, event?: KeyboardEvent_2 | undefined) => void) - | undefined; - } & { - chips?: undefined; - onChangeChips?: undefined; - enumerationType?: 'plain' | undefined; - onSearch?: - | ((value: string, event?: KeyboardEvent_2 | undefined) => void) - | undefined; - } & Omit, 'size'> & - RefAttributes) - | ({ - size?: string | undefined; - view?: string | undefined; - readOnly?: boolean | undefined; - disabled?: boolean | undefined; - } & { - label?: string | undefined; - labelPlacement?: 'inner' | 'outer' | undefined; - leftHelper?: string | undefined; - contentLeft?: ReactElement> | undefined; - contentRight?: ReactElement> | undefined; - textBefore?: string | undefined; - textAfter?: string | undefined; - onSearch?: - | ((value: string, event?: KeyboardEvent_2 | undefined) => void) - | undefined; - } & { - enumerationType: 'chip'; - onSearch?: undefined; - chips?: TextFieldPrimitiveValue[] | undefined; - onChangeChips?: ((value: TextFieldPrimitiveValue[]) => void) | undefined; - } & Omit, 'size'> & - RefAttributes) - ) ->; - -export { TextFieldProps }; - -export { textFieldTokens }; +export const TextField: FunctionComponent & (({ +size?: string | undefined; +view?: string | undefined; +readOnly?: boolean | undefined; +disabled?: boolean | undefined; +} & { +label?: string | undefined; +labelPlacement?: "inner" | "outer" | undefined; +leftHelper?: string | undefined; +contentLeft?: ReactElement> | undefined; +contentRight?: ReactElement> | undefined; +textBefore?: string | undefined; +textAfter?: string | undefined; +onSearch?: ((value: string, event?: KeyboardEvent_2 | undefined) => void) | undefined; +} & { +chips?: undefined; +onChangeChips?: undefined; +enumerationType?: "plain" | undefined; +onSearch?: ((value: string, event?: KeyboardEvent_2 | undefined) => void) | undefined; +} & Omit, "size"> & RefAttributes) | ({ +size?: string | undefined; +view?: string | undefined; +readOnly?: boolean | undefined; +disabled?: boolean | undefined; +} & { +label?: string | undefined; +labelPlacement?: "inner" | "outer" | undefined; +leftHelper?: string | undefined; +contentLeft?: ReactElement> | undefined; +contentRight?: ReactElement> | undefined; +textBefore?: string | undefined; +textAfter?: string | undefined; +onSearch?: ((value: string, event?: KeyboardEvent_2 | undefined) => void) | undefined; +} & { +enumerationType: "chip"; +onSearch?: undefined; +chips?: TextFieldPrimitiveValue[] | undefined; +onChangeChips?: ((value: TextFieldPrimitiveValue[]) => void) | undefined; +} & Omit, "size"> & RefAttributes))>; + +export { TextFieldProps } + +export { textFieldTokens } // @public (undocumented) -export const TextL: FunctionComponent< - PropsType<{ - size: { - l: PolymorphicClassName; - }; - }> & { - breakWord?: boolean | undefined; - } & SpacingProps & - BoldProps & - HTMLAttributes & - RefAttributes ->; - -export { textL }; - -export { textLBold }; +export const TextL: FunctionComponent & { +breakWord?: boolean | undefined; +} & SpacingProps & BoldProps & HTMLAttributes & RefAttributes>; + +export { textL } + +export { textLBold } // @public (undocumented) -export const TextM: FunctionComponent< - PropsType<{ - size: { - m: PolymorphicClassName; - }; - }> & { - breakWord?: boolean | undefined; - } & SpacingProps & - BoldProps & - HTMLAttributes & - RefAttributes ->; - -export { textM }; - -export { textMBold }; +export const TextM: FunctionComponent & { +breakWord?: boolean | undefined; +} & SpacingProps & BoldProps & HTMLAttributes & RefAttributes>; + +export { textM } + +export { textMBold } // @public (undocumented) -export const TextS: FunctionComponent< - PropsType<{ - size: { - s: PolymorphicClassName; - }; - }> & { - breakWord?: boolean | undefined; - } & SpacingProps & - BoldProps & - HTMLAttributes & - RefAttributes ->; - -export { textS }; - -export { textSBold }; +export const TextS: FunctionComponent & { +breakWord?: boolean | undefined; +} & SpacingProps & BoldProps & HTMLAttributes & RefAttributes>; + +export { textS } + +export { textSBold } // @public (undocumented) -export const TextXS: FunctionComponent< - PropsType<{ - size: { - xs: PolymorphicClassName; - }; - }> & { - breakWord?: boolean | undefined; - } & SpacingProps & - BoldProps & - HTMLAttributes & - RefAttributes ->; - -export { textXS }; - -export { textXSBold }; +export const TextXS: FunctionComponent & { +breakWord?: boolean | undefined; +} & SpacingProps & BoldProps & HTMLAttributes & RefAttributes>; + +export { textXS } + +export { textXSBold } // @public (undocumented) -export const Toast: FunctionComponent< - PropsType<{ - view: { - default: PolymorphicClassName; - dark: PolymorphicClassName; - light: PolymorphicClassName; - }; - size: { - m: PolymorphicClassName; - }; - pilled: { - true: PolymorphicClassName; - }; - }> & - HTMLAttributes & - CustomToastProps & - RefAttributes ->; - -export { ToastPosition }; - -export { ToastProps }; +export const Toast: FunctionComponent & HTMLAttributes & CustomToastProps & RefAttributes>; + +export { ToastPosition } + +export { ToastProps } // @public (undocumented) -export const ToastProvider: ({ children }: { children: ReactNode }) => JSX.Element; +export const ToastProvider: ({ children }: { + children: ReactNode; +}) => JSX.Element; -export { ToastRole }; +export { ToastRole } // @public -export const Toolbar: FunctionComponent< - PropsType<{ - view: { - default: PolymorphicClassName; - }; - size: { - xs: PolymorphicClassName; - s: PolymorphicClassName; - m: PolymorphicClassName; - l: PolymorphicClassName; - }; - }> & - HTMLAttributes & { - children: ReactNode; - orientation?: 'horizontal' | 'vertical' | undefined; - hasShadow?: boolean | undefined; - size?: string | undefined; - view?: string | undefined; - } & RefAttributes ->; +export const Toolbar: FunctionComponent & HTMLAttributes & { +children: ReactNode; +orientation?: "horizontal" | "vertical" | undefined; +hasShadow?: boolean | undefined; +size?: string | undefined; +view?: string | undefined; +} & RefAttributes>; // @public (undocumented) export const ToolbarDivider: FunctionComponent & DividerProps & RefAttributes>; -export { ToolbarProps }; +export { ToolbarProps } -export { toolbarTokens }; +export { toolbarTokens } // @public (undocumented) export const Tooltip: ForwardRefExoticComponent>; -export { TooltipProps }; +export { TooltipProps } + +export { usePopupContext } -export { usePopupContext }; +export { useSegment } -export { useSegment }; +export { useToast } -export { useToast }; -export * from '@salutejs/sdds-themes/tokens/sdds_serv'; +export * from "@salutejs/sdds-themes/tokens/sdds_serv"; // (No @packageDocumentation comment for this package) + ``` diff --git a/packages/sdds-serv-emotion/api/sdds-serv.api.md b/packages/sdds-serv-emotion/api/sdds-serv.api.md deleted file mode 100644 index 405397c3b6..0000000000 --- a/packages/sdds-serv-emotion/api/sdds-serv.api.md +++ /dev/null @@ -1,2227 +0,0 @@ -## API Report File for "@salutejs/sdds-serv-emotion" - -> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/). - -```ts -/// - -import { addFocus } from '@salutejs/plasma-new-hope/styled-components'; -import { AlignProp } from '@salutejs/plasma-new-hope/types/components/Cell/Cell.types'; -import { AnchorHTMLAttributes } from 'react'; -import { AsProps } from '@salutejs/plasma-new-hope/types/types'; -import { AvatarGroupProps } from '@salutejs/plasma-new-hope/styled-components'; -import { AvatarProps } from '@salutejs/plasma-new-hope/styled-components'; -import { BadgeProps } from '@salutejs/plasma-new-hope/styled-components'; -import { BaseboxProps } from '@salutejs/plasma-new-hope/styled-components'; -import { BaseCallbackChangeInstance } from '@salutejs/plasma-new-hope/types/components/Range/Range.types'; -import { BaseCallbackKeyboardInstance } from '@salutejs/plasma-new-hope/types/components/Range/Range.types'; -import { bodyL } from '@salutejs/sdds-themes/tokens'; -import { bodyLBold } from '@salutejs/sdds-themes/tokens'; -import { bodyM } from '@salutejs/sdds-themes/tokens'; -import { bodyMBold } from '@salutejs/sdds-themes/tokens'; -import { bodyS } from '@salutejs/sdds-themes/tokens'; -import { bodySBold } from '@salutejs/sdds-themes/tokens'; -import { bodyXS } from '@salutejs/sdds-themes/tokens'; -import { bodyXSBold } from '@salutejs/sdds-themes/tokens'; -import { bodyXXS } from '@salutejs/sdds-themes/tokens'; -import { bodyXXSBold } from '@salutejs/sdds-themes/tokens'; -import { BoldProps } from '@salutejs/plasma-new-hope/types/components/Typography/Typography.types'; -import { ButtonGroupProps } from '@salutejs/plasma-new-hope/styled-components'; -import { ButtonHTMLAttributes } from 'react'; -import { CellProps } from '@salutejs/plasma-new-hope/styled-components'; -import { CellTextbox } from '@salutejs/plasma-new-hope/styled-components'; -import { CellTextboxLabel } from '@salutejs/plasma-new-hope/styled-components'; -import { CellTextboxSubtitle } from '@salutejs/plasma-new-hope/styled-components'; -import { CellTextboxTitle } from '@salutejs/plasma-new-hope/styled-components'; -import { ChangeEvent } from 'react'; -import { CheckboxProps as CheckboxProps_2 } from '@salutejs/plasma-new-hope/types/components/Checkbox/Checkbox.types'; -import { ChipProps } from '@salutejs/plasma-new-hope/styled-components'; -import { ClosePlacementType } from '@salutejs/plasma-new-hope/styled-components'; -import { Col } from '@salutejs/plasma-new-hope/styled-components'; -import { ColCount } from '@salutejs/plasma-new-hope/styled-components'; -import { ColOffsetProps } from '@salutejs/plasma-new-hope/styled-components'; -import { ColProps } from '@salutejs/plasma-new-hope/styled-components'; -import { ColSizeProps } from '@salutejs/plasma-new-hope/styled-components'; -import { ComboboxProps } from '@salutejs/plasma-new-hope/styled-components'; -import { ComponentClass } from 'react'; -import { ComponentProps } from 'react'; -import { CounterProps } from '@salutejs/plasma-new-hope/styled-components'; -import { counterTokens } from '@salutejs/plasma-new-hope/styled-components'; -import { CustomPopoverProps } from '@salutejs/plasma-new-hope/types/components/Popover/Popover.types'; -import { CustomToastProps } from '@salutejs/plasma-new-hope/types/components/Toast/Toast.types'; -import { DatePickerCalendarProps } from '@salutejs/plasma-new-hope/types/components/DatePicker/SingleDate/SingleDate.types'; -import { DatePickerCalendarProps as DatePickerCalendarProps_2 } from '@salutejs/plasma-new-hope/types/components/DatePicker/RangeDate/RangeDate.types'; -import { datePickerClasses } from '@salutejs/plasma-new-hope/styled-components'; -import { DatePickerdVariationProps } from '@salutejs/plasma-new-hope/types/components/DatePicker/DatePickerBase.types'; -import { DatePickerPlacement } from '@salutejs/plasma-new-hope/styled-components'; -import { DatePickerPlacementBasic } from '@salutejs/plasma-new-hope/styled-components'; -import { DatePickerPopoverProps } from '@salutejs/plasma-new-hope/types/components/DatePicker/SingleDate/SingleDate.types'; -import { DatePickerProps } from '@salutejs/plasma-new-hope/styled-components'; -import { DatePickerRangePlacement } from '@salutejs/plasma-new-hope/styled-components'; -import { DatePickerRangeProps } from '@salutejs/plasma-new-hope/styled-components'; -import { DatePickerTextFieldProps } from '@salutejs/plasma-new-hope/types/components/DatePicker/SingleDate/SingleDate.types'; -import { datePickerTokens } from '@salutejs/plasma-new-hope/styled-components'; -import { DividerProps } from '@salutejs/plasma-new-hope/styled-components'; -import { dividerTokens } from '@salutejs/plasma-new-hope/styled-components'; -import { DoubleSliderProps } from '@salutejs/plasma-new-hope/styled-components'; -import { DrawerContentProps } from '@salutejs/plasma-new-hope/styled-components'; -import { DrawerFooterProps } from '@salutejs/plasma-new-hope/styled-components'; -import { DrawerHeaderProps } from '@salutejs/plasma-new-hope/styled-components'; -import { DrawerProps } from '@salutejs/plasma-new-hope/styled-components'; -import { DropdownProps } from '@salutejs/plasma-new-hope/styled-components'; -import { dsplL } from '@salutejs/sdds-themes/tokens'; -import { dsplLBold } from '@salutejs/sdds-themes/tokens'; -import { dsplM } from '@salutejs/sdds-themes/tokens'; -import { dsplMBold } from '@salutejs/sdds-themes/tokens'; -import { dsplS } from '@salutejs/sdds-themes/tokens'; -import { dsplSBold } from '@salutejs/sdds-themes/tokens'; -import { Filter } from '@salutejs/plasma-new-hope/types/engines/types'; -import { ForwardRefExoticComponent } from 'react'; -import { FunctionComponent } from 'react'; -import { GridProps } from '@salutejs/plasma-new-hope/styled-components'; -import { h1 } from '@salutejs/sdds-themes/tokens'; -import { h1Bold } from '@salutejs/sdds-themes/tokens'; -import { h2 } from '@salutejs/sdds-themes/tokens'; -import { h2Bold } from '@salutejs/sdds-themes/tokens'; -import { h3 } from '@salutejs/sdds-themes/tokens'; -import { h3Bold } from '@salutejs/sdds-themes/tokens'; -import { h4 } from '@salutejs/sdds-themes/tokens'; -import { h4Bold } from '@salutejs/sdds-themes/tokens'; -import { h5 } from '@salutejs/sdds-themes/tokens'; -import { h5Bold } from '@salutejs/sdds-themes/tokens'; -import { HTMLAttributes } from 'react'; -import { ImageProps } from '@salutejs/plasma-new-hope/styled-components'; -import { ImgHTMLAttributes } from 'react'; -import { IndicatorProps } from '@salutejs/plasma-new-hope/styled-components'; -import { InputHTMLAttributes } from '@salutejs/plasma-new-hope/types/types'; -import { InputHTMLAttributes as InputHTMLAttributes_2 } from 'react'; -import { JSXElementConstructor } from 'react'; -import { KeyboardEvent as KeyboardEvent_2 } from 'react'; -import { LinkCustomProps } from '@salutejs/plasma-new-hope/types/components/Link/Link'; -import { mediaQuery } from '@salutejs/plasma-new-hope/styled-components'; -import { modalClasses } from '@salutejs/plasma-new-hope/styled-components'; -import { ModalProps } from '@salutejs/plasma-new-hope/styled-components'; -import { MouseEvent as MouseEvent_2 } from 'react'; -import { Overlay } from '@salutejs/plasma-new-hope/styled-components'; -import { OverlayProps } from '@salutejs/plasma-new-hope/styled-components'; -import { PaginationProps } from '@salutejs/plasma-new-hope/styled-components'; -import { PanelProps } from '@salutejs/plasma-new-hope/types/components/Panel'; -import { PolymorphicClassName } from '@salutejs/plasma-new-hope/types/engines/types'; -import { PopoverPlacement } from '@salutejs/plasma-new-hope/styled-components'; -import { PopoverProps } from '@salutejs/plasma-new-hope/styled-components'; -import { PopoverTrigger } from '@salutejs/plasma-new-hope/styled-components'; -import { popupClasses } from '@salutejs/plasma-new-hope/styled-components'; -import { PopupInfo } from '@salutejs/plasma-new-hope/styled-components'; -import { PopupPlacement } from '@salutejs/plasma-new-hope/styled-components'; -import { PopupProps } from '@salutejs/plasma-new-hope/styled-components'; -import { PopupProvider } from '@salutejs/plasma-new-hope/styled-components'; -import { PortalProps } from '@salutejs/plasma-new-hope/styled-components'; -import { ProgressProps } from '@salutejs/plasma-new-hope/styled-components'; -import { PropsType } from '@salutejs/plasma-new-hope/types/engines/types'; -import { RadioGroup } from '@salutejs/plasma-new-hope/styled-components'; -import { RangeInputRefs } from '@salutejs/plasma-new-hope/styled-components'; -import { RangeProps } from '@salutejs/plasma-new-hope/styled-components'; -import { rangeTokens } from '@salutejs/plasma-new-hope/styled-components'; -import { Ratio } from '@salutejs/plasma-new-hope/styled-components'; -import { ReactElement } from 'react'; -import { ReactFragment } from 'react'; -import { ReactNode } from 'react'; -import { ReactPortal } from 'react'; -import { RefAttributes } from 'react'; -import { RefObject } from 'react'; -import { Row } from '@salutejs/plasma-new-hope/styled-components'; -import { ScreenConfig } from '@salutejs/plasma-new-hope/styled-components'; -import { ScreenMap } from '@salutejs/plasma-new-hope/styled-components'; -import { ScreenVariant } from '@salutejs/plasma-new-hope/styled-components'; -import { SegmentGroupProps } from '@salutejs/plasma-new-hope/styled-components'; -import { SegmentItemProps } from '@salutejs/plasma-new-hope/styled-components'; -import { SegmentProvider } from '@salutejs/plasma-new-hope/styled-components'; -import { SegmentProviderProps } from '@salutejs/plasma-new-hope/styled-components'; -import { SelectPrimitiveValue } from '@salutejs/plasma-new-hope/styled-components'; -import { SelectProps } from '@salutejs/plasma-new-hope/styled-components'; -import { sheetClasses } from '@salutejs/plasma-new-hope/styled-components'; -import { SheetProps } from '@salutejs/plasma-new-hope/styled-components'; -import { ShowToastArgs } from '@salutejs/plasma-new-hope/styled-components'; -import { SingleSliderProps } from '@salutejs/plasma-new-hope/styled-components'; -import { SliderProps } from '@salutejs/plasma-new-hope/styled-components'; -import { SpacingProps } from '@salutejs/plasma-new-hope/styled-components'; -import { SSRProvider } from '@salutejs/plasma-new-hope/styled-components'; -import { StatusLabels } from '@salutejs/plasma-new-hope/types/components/Avatar/Avatar.types'; -import { StyledComponent } from 'styled-components'; -import { SwitchProps as SwitchProps_2 } from '@salutejs/plasma-new-hope/styled-components'; -import { TabItemProps } from '@salutejs/plasma-new-hope/styled-components'; -import { TabItemRefs } from '@salutejs/plasma-new-hope/styled-components'; -import { TabsContext } from '@salutejs/plasma-new-hope/styled-components'; -import { TabsControllerProps } from '@salutejs/plasma-new-hope/styled-components'; -import { TabsProps } from '@salutejs/plasma-new-hope/styled-components'; -import { TextareaHTMLAttributes } from '@salutejs/plasma-new-hope/types/types'; -import { TextAreaPropsExtends } from '@salutejs/plasma-new-hope/types/components/TextArea/TextArea.types'; -import { TextFieldPrimitiveValue } from '@salutejs/plasma-new-hope/types/components/TextField/TextField.types'; -import { TextfieldPrimitiveValue } from '@salutejs/plasma-new-hope/types/components/Range/Range.types'; -import { TextFieldProps } from '@salutejs/plasma-new-hope/styled-components'; -import { textFieldTokens } from '@salutejs/plasma-new-hope/styled-components'; -import { textL } from '@salutejs/sdds-themes/tokens'; -import { textLBold } from '@salutejs/sdds-themes/tokens'; -import { textM } from '@salutejs/sdds-themes/tokens'; -import { textMBold } from '@salutejs/sdds-themes/tokens'; -import { textS } from '@salutejs/sdds-themes/tokens'; -import { textSBold } from '@salutejs/sdds-themes/tokens'; -import { textXS } from '@salutejs/sdds-themes/tokens'; -import { textXSBold } from '@salutejs/sdds-themes/tokens'; -import { ToastPosition } from '@salutejs/plasma-new-hope/styled-components'; -import { ToastProps } from '@salutejs/plasma-new-hope/styled-components'; -import { ToastRole } from '@salutejs/plasma-new-hope/styled-components'; -import { ToolbarProps } from '@salutejs/plasma-new-hope/styled-components'; -import { toolbarTokens } from '@salutejs/plasma-new-hope/styled-components'; -import { TooltipProps } from '@salutejs/plasma-new-hope/styled-components'; -import { usePopupContext } from '@salutejs/plasma-new-hope/styled-components'; -import { useSegment } from '@salutejs/plasma-new-hope/styled-components'; -import { useToast } from '@salutejs/plasma-new-hope/styled-components'; -import { Variants } from '@salutejs/plasma-new-hope/types/engines/types'; - -export { addFocus }; - -// @public (undocumented) -export const Avatar: FunctionComponent< - PropsType<{ - view: { - default: PolymorphicClassName; - }; - size: { - xxl: PolymorphicClassName; - l: PolymorphicClassName; - m: PolymorphicClassName; - s: PolymorphicClassName; - fit: PolymorphicClassName; - }; - focused: { - true: PolymorphicClassName; - }; - }> & - HTMLAttributes & { - size: 'xxl' | 's' | 'm' | 'l' | 'fit'; - name?: string | undefined; - url?: string | undefined; - customText?: string | undefined; - status?: 'active' | 'inactive' | undefined; - isScalable?: boolean | undefined; - focused?: boolean | undefined; - statusLabels?: StatusLabels | undefined; - } & RefAttributes ->; - -// @public (undocumented) -export const AvatarGroup: FunctionComponent< - PropsType & - HTMLAttributes & { - children: ReactNode; - } & RefAttributes ->; - -export { AvatarGroupProps }; - -export { AvatarProps }; - -// @public -export const Badge: FunctionComponent< - PropsType<{ - view: { - default: PolymorphicClassName; - accent: PolymorphicClassName; - positive: PolymorphicClassName; - warning: PolymorphicClassName; - negative: PolymorphicClassName; - dark: PolymorphicClassName; - light: PolymorphicClassName; - }; - size: { - l: PolymorphicClassName; - m: PolymorphicClassName; - s: PolymorphicClassName; - }; - pilled: { - true: PolymorphicClassName; - }; - transparent: { - true: PolymorphicClassName; - }; - }> & - HTMLAttributes & { - text?: string | undefined; - contentLeft?: ReactNode; - contentRight?: ReactNode; - pilled?: boolean | undefined; - transparent?: boolean | undefined; - size?: string | undefined; - view?: string | undefined; - } & { - children?: ReactNode; - } & RefAttributes ->; - -export { BadgeProps }; - -// @public (undocumented) -export const BodyL: FunctionComponent< - PropsType<{ - size: { - l: PolymorphicClassName; - }; - }> & { - breakWord?: boolean | undefined; - } & SpacingProps & - BoldProps & - HTMLAttributes & - RefAttributes ->; - -export { bodyL }; - -export { bodyLBold }; - -// @public (undocumented) -export const BodyM: FunctionComponent< - PropsType<{ - size: { - m: PolymorphicClassName; - }; - }> & { - breakWord?: boolean | undefined; - } & SpacingProps & - BoldProps & - HTMLAttributes & - RefAttributes ->; - -export { bodyM }; - -export { bodyMBold }; - -// @public (undocumented) -export const BodyS: FunctionComponent< - PropsType<{ - size: { - s: PolymorphicClassName; - }; - }> & { - breakWord?: boolean | undefined; - } & SpacingProps & - BoldProps & - HTMLAttributes & - RefAttributes ->; - -export { bodyS }; - -export { bodySBold }; - -// @public (undocumented) -export const BodyXS: FunctionComponent< - PropsType<{ - size: { - xs: PolymorphicClassName; - }; - }> & { - breakWord?: boolean | undefined; - } & SpacingProps & - BoldProps & - HTMLAttributes & - RefAttributes ->; - -export { bodyXS }; - -export { bodyXSBold }; - -// @public (undocumented) -export const BodyXXS: FunctionComponent< - PropsType<{ - size: { - xxs: PolymorphicClassName; - }; - }> & { - breakWord?: boolean | undefined; - } & SpacingProps & - BoldProps & - HTMLAttributes & - RefAttributes ->; - -export { bodyXXS }; - -export { bodyXXSBold }; - -// @public -export const Button: FunctionComponent< - PropsType<{ - view: { - default: PolymorphicClassName; - accent: PolymorphicClassName; - secondary: PolymorphicClassName; - clear: PolymorphicClassName; - success: PolymorphicClassName; - warning: PolymorphicClassName; - critical: PolymorphicClassName; - dark: PolymorphicClassName; - black: PolymorphicClassName; - white: PolymorphicClassName; - }; - size: { - l: PolymorphicClassName; - lr: PolymorphicClassName; - m: PolymorphicClassName; - mr: PolymorphicClassName; - s: PolymorphicClassName; - sr: PolymorphicClassName; - xs: PolymorphicClassName; - xsr: PolymorphicClassName; - xxs: PolymorphicClassName; - }; - disabled: { - true: PolymorphicClassName; - }; - focused: { - true: PolymorphicClassName; - }; - stretching: { - auto: PolymorphicClassName; - filled: PolymorphicClassName; - fixed: PolymorphicClassName; - }; - }> & - ( - | (Omit, 'value'> & - Omit, 'type'> & - AsProps & { - text?: string | undefined; - contentLeft?: ReactNode; - contentPlacing?: ('default' | 'relaxed') | undefined; - isLoading?: boolean | undefined; - loader?: ReactNode; - stretch?: boolean | undefined; - stretching?: ('auto' | 'filled' | 'fixed') | undefined; - square?: boolean | undefined; - focused?: boolean | undefined; - disabled?: boolean | undefined; - pin?: - | 'square-square' - | 'square-clear' - | 'clear-square' - | 'clear-clear' - | 'clear-circle' - | 'circle-clear' - | 'circle-circle' - | undefined; - view?: string | undefined; - size?: string | undefined; - outlined?: boolean | undefined; - shiftLeft?: boolean | undefined; - shiftRight?: boolean | undefined; - blur?: 'small' | 'medium' | 'large' | undefined; - } & { - value?: string | number | undefined; - contentRight?: undefined; - } & RefAttributes) - | (Omit, 'value'> & - Omit, 'type'> & - AsProps & { - text?: string | undefined; - contentLeft?: ReactNode; - contentPlacing?: ('default' | 'relaxed') | undefined; - isLoading?: boolean | undefined; - loader?: ReactNode; - stretch?: boolean | undefined; - stretching?: ('auto' | 'filled' | 'fixed') | undefined; - square?: boolean | undefined; - focused?: boolean | undefined; - disabled?: boolean | undefined; - pin?: - | 'square-square' - | 'square-clear' - | 'clear-square' - | 'clear-clear' - | 'clear-circle' - | 'circle-clear' - | 'circle-circle' - | undefined; - view?: string | undefined; - size?: string | undefined; - outlined?: boolean | undefined; - shiftLeft?: boolean | undefined; - shiftRight?: boolean | undefined; - blur?: 'small' | 'medium' | 'large' | undefined; - } & { - value?: undefined; - contentRight?: ReactNode; - } & RefAttributes) - ) ->; - -// @public -export const ButtonGroup: FunctionComponent< - PropsType<{ - view: { - default: PolymorphicClassName; - accent: PolymorphicClassName; - secondary: PolymorphicClassName; - clear: PolymorphicClassName; - success: PolymorphicClassName; - warning: PolymorphicClassName; - critical: PolymorphicClassName; - dark: PolymorphicClassName; - black: PolymorphicClassName; - white: PolymorphicClassName; - }; - size: { - l: PolymorphicClassName; - lr: PolymorphicClassName; - m: PolymorphicClassName; - mr: PolymorphicClassName; - s: PolymorphicClassName; - sr: PolymorphicClassName; - xs: PolymorphicClassName; - xsr: PolymorphicClassName; - xxs: PolymorphicClassName; - }; - orientation: { - horizontal: PolymorphicClassName; - vertical: PolymorphicClassName; - }; - gap: { - none: PolymorphicClassName; - dense: PolymorphicClassName; - wide: PolymorphicClassName; - }; - shape: { - segmented: PolymorphicClassName; - default: PolymorphicClassName; - }; - stretching: { - auto: PolymorphicClassName; - filled: PolymorphicClassName; - }; - }> & - ButtonGroupProps & - RefAttributes ->; - -export { ButtonGroupProps }; - -// Warning: (ae-forgotten-export) The symbol "ButtonComponent" needs to be exported by the entry point index.d.ts -// -// @public (undocumented) -export type ButtonProps = typeof ButtonComponent; - -// @public -export const Cell: FunctionComponent< - PropsType<{ - view: { - default: PolymorphicClassName; - }; - size: { - l: PolymorphicClassName; - m: PolymorphicClassName; - s: PolymorphicClassName; - xs: PolymorphicClassName; - }; - }> & - ( - | ({ - size?: string | undefined; - view: string; - contentLeft?: ReactNode; - contentRight?: ReactNode; - alignContentLeft?: AlignProp | undefined; - alignContentRight?: AlignProp | undefined; - stretching?: 'auto' | 'filled' | 'fixed' | undefined; - content?: ReactNode; - description?: string | undefined; - } & { - title?: string | undefined; - subtitle?: string | undefined; - label?: string | undefined; - children?: undefined; - } & HTMLAttributes & - RefAttributes) - | ({ - size?: string | undefined; - view: string; - contentLeft?: ReactNode; - contentRight?: ReactNode; - alignContentLeft?: AlignProp | undefined; - alignContentRight?: AlignProp | undefined; - stretching?: 'auto' | 'filled' | 'fixed' | undefined; - content?: ReactNode; - description?: string | undefined; - } & { - title?: undefined; - subtitle?: undefined; - label?: undefined; - children?: ReactNode; - } & HTMLAttributes & - RefAttributes) - ) ->; - -export { CellProps }; - -export { CellTextbox }; - -export { CellTextboxLabel }; - -export { CellTextboxSubtitle }; - -export { CellTextboxTitle }; - -// @public -export const Checkbox: FunctionComponent< - PropsType<{ - size: { - s: PolymorphicClassName; - m: PolymorphicClassName; - }; - view: { - default: PolymorphicClassName; - secondary: PolymorphicClassName; - tertiary: PolymorphicClassName; - paragraph: PolymorphicClassName; - accent: PolymorphicClassName; - positive: PolymorphicClassName; - warning: PolymorphicClassName; - negative: PolymorphicClassName; - }; - disabled: { - true: PolymorphicClassName; - }; - focused: { - true: PolymorphicClassName; - }; - }> & - CheckboxProps_2 & - RefAttributes ->; - -// Warning: (ae-forgotten-export) The symbol "CheckboxComponent" needs to be exported by the entry point index.d.ts -// -// @public (undocumented) -export type CheckboxProps = ComponentProps; - -// @public -export const Chip: FunctionComponent< - PropsType<{ - view: { - default: PolymorphicClassName; - secondary: PolymorphicClassName; - accent: PolymorphicClassName; - }; - size: { - l: PolymorphicClassName; - m: PolymorphicClassName; - s: PolymorphicClassName; - xs: PolymorphicClassName; - }; - disabled: { - true: PolymorphicClassName; - }; - focused: { - true: PolymorphicClassName; - }; - pilled: { - true: PolymorphicClassName; - }; - }> & - ChipProps & - RefAttributes ->; - -export { ChipProps }; - -export { ClosePlacementType }; - -export { Col }; - -export { ColCount }; - -export { ColOffsetProps }; - -export { ColProps }; - -export { ColSizeProps }; - -// @public (undocumented) -export const Combobox: ForwardRefExoticComponent>; - -// @public (undocumented) -export const ComboboxDivider: FunctionComponent< - PropsType & - HTMLAttributes & { - id?: string | undefined; - size?: string | undefined; - view?: string | undefined; - } & RefAttributes ->; - -// @public (undocumented) -export const ComboboxFooter: FunctionComponent< - PropsType & - HTMLAttributes & { - id?: string | undefined; - size?: string | undefined; - view?: string | undefined; - } & RefAttributes ->; - -// @public (undocumented) -export const ComboboxGroup: FunctionComponent< - PropsType & - HTMLAttributes & { - id?: string | undefined; - labelClassName?: string | undefined; - groupClassName?: string | undefined; - label?: ReactNode; - role?: string | undefined; - size?: string | undefined; - view?: string | undefined; - } & RefAttributes ->; - -// @public (undocumented) -export const ComboboxHeader: FunctionComponent< - PropsType & - HTMLAttributes & { - id?: string | undefined; - size?: string | undefined; - view?: string | undefined; - } & RefAttributes ->; - -// @public (undocumented) -export const ComboboxItem: FunctionComponent< - PropsType & - Omit, 'onSelect'> & { - id?: string | undefined; - disabled?: boolean | undefined; - label?: ReactNode; - role?: string | undefined; - contentLeft?: - | string - | number - | boolean - | ReactFragment - | ReactPortal - | ReactElement> - | FunctionComponent - | ComponentClass - | null - | undefined; - contentRight?: - | string - | number - | boolean - | ReactFragment - | ReactPortal - | ReactElement> - | FunctionComponent - | ComponentClass - | null - | undefined; - name?: string | undefined; - checked?: boolean | undefined; - text?: string | undefined; - value?: string | number | boolean | undefined; - isSelected?: boolean | undefined; - onClick?: ((event: MouseEvent_2) => void) | undefined; - onSelect?: ((value?: any, text?: any) => void) | undefined; - size?: string | undefined; - view?: string | undefined; - } & RefAttributes ->; - -export { ComboboxProps }; - -// @public -export const Counter: FunctionComponent< - PropsType<{ - view: { - default: PolymorphicClassName; - accent: PolymorphicClassName; - positive: PolymorphicClassName; - warning: PolymorphicClassName; - negative: PolymorphicClassName; - dark: PolymorphicClassName; - light: PolymorphicClassName; - }; - size: { - xs: PolymorphicClassName; - xxs: PolymorphicClassName; - }; - }> & - HTMLAttributes & { - count: number; - maxCount?: number | undefined; - size?: string | undefined; - view?: string | undefined; - } & RefAttributes ->; - -export { CounterProps }; - -export { counterTokens }; - -// @public (undocumented) -export const DatePicker: FunctionComponent< - PropsType<{ - view: { - default: PolymorphicClassName; - }; - size: { - l: PolymorphicClassName; - m: PolymorphicClassName; - s: PolymorphicClassName; - xs: PolymorphicClassName; - }; - disabled: { - true: PolymorphicClassName; - }; - readOnly: { - true: PolymorphicClassName; - }; - }> & - DatePickerdVariationProps & - DatePickerTextFieldProps & - DatePickerCalendarProps & - DatePickerPopoverProps & - Omit, 'defaultValue'> & - RefAttributes ->; - -export { datePickerClasses }; - -export { DatePickerPlacement }; - -export { DatePickerPlacementBasic }; - -export { DatePickerProps }; - -// @public (undocumented) -export const DatePickerRange: FunctionComponent< - PropsType<{ - view: { - default: PolymorphicClassName; - }; - size: { - l: PolymorphicClassName; - m: PolymorphicClassName; - s: PolymorphicClassName; - xs: PolymorphicClassName; - }; - disabled: { - true: PolymorphicClassName; - }; - readOnly: { - true: PolymorphicClassName; - }; - }> & - DatePickerdVariationProps & { - defaultFirstDate?: Date | undefined; - defaultSecondDate?: Date | undefined; - onCommitFirstDate?: - | ((value: string | Date, error?: boolean | undefined, success?: boolean | undefined) => void) - | undefined; - onCommitSecondDate?: - | ((value: string | Date, error?: boolean | undefined, success?: boolean | undefined) => void) - | undefined; - } & { - label?: string | undefined; - view?: string | undefined; - disabled?: boolean | undefined; - readOnly?: boolean | undefined; - size?: string | undefined; - contentLeft?: ReactNode; - contentRight?: ReactNode; - leftHelper?: string | undefined; - dividerVariant?: 'none' | 'dash' | 'icon' | undefined; - dividerIcon?: ReactNode; - firstValueError?: boolean | undefined; - secondValueError?: boolean | undefined; - firstValueSuccess?: boolean | undefined; - secondValueSuccess?: boolean | undefined; - firstPlaceholder?: string | undefined; - secondPlaceholder?: string | undefined; - firstTextfieldContentLeft?: ReactElement> | undefined; - firstTextfieldContentRight?: ReactElement> | undefined; - secondTextfieldContentLeft?: ReactElement> | undefined; - secondTextfieldContentRight?: ReactElement> | undefined; - firstTextfieldTextBefore?: string | undefined; - secondTextfieldTextBefore?: string | undefined; - firstTextfieldTextAfter?: string | undefined; - secondTextfieldTextAfter?: string | undefined; - onChangeFirstValue?: BaseCallbackChangeInstance | undefined; - onChangeSecondValue?: BaseCallbackChangeInstance | undefined; - onFocusFirstTextfield?: ((event: ChangeEvent) => void) | undefined; - onFocusSecondTextfield?: ((event: ChangeEvent) => void) | undefined; - onBlurFirstTextfield?: ((event: ChangeEvent) => void) | undefined; - onBlurSecondTextfield?: ((event: ChangeEvent) => void) | undefined; - } & DatePickerCalendarProps_2 & - Omit & { - placement?: DatePickerRangePlacement | DatePickerRangePlacement[] | undefined; - isDoubleCalendar?: boolean | undefined; - } & HTMLAttributes & - RefAttributes ->; - -export { DatePickerRangePlacement }; - -export { DatePickerRangeProps }; - -export { datePickerTokens }; - -// @public -export const Divider: FunctionComponent< - PropsType<{ - view: { - default: PolymorphicClassName; - dark: PolymorphicClassName; - light: PolymorphicClassName; - inverse: PolymorphicClassName; - }; - size: { - m: PolymorphicClassName; - }; - orientation: { - horizontal: PolymorphicClassName; - vertical: PolymorphicClassName; - }; - }> & - DividerProps & - RefAttributes ->; - -export { DividerProps }; - -export { dividerTokens }; - -// @public -export const Drawer: FunctionComponent< - PropsType<{ - view: { - default: PolymorphicClassName; - }; - size: { - m: PolymorphicClassName; - }; - borderRadius: { - none: PolymorphicClassName; - default: PolymorphicClassName; - }; - }> & - PopupProps & - PanelProps & { - placement?: 'top' | 'bottom' | 'right' | 'left' | undefined; - asModal?: boolean | undefined; - withBlur?: boolean | undefined; - closeOnEsc?: boolean | undefined; - closeOnOverlayClick?: boolean | undefined; - onEscKeyDown?: ((event: KeyboardEvent) => void) | undefined; - onOverlayClick?: ((event: MouseEvent_2) => void) | undefined; - initialFocusRef?: RefObject | undefined; - focusAfterRef?: RefObject | undefined; - onClose?: (() => void) | undefined; - } & RefAttributes ->; - -// @public -export const DrawerContent: FunctionComponent< - PropsType & { - view?: string | undefined; - } & HTMLAttributes & - RefAttributes ->; - -export { DrawerContentProps }; - -// @public -export const DrawerFooter: FunctionComponent< - PropsType & { - view?: string | undefined; - } & HTMLAttributes & - RefAttributes ->; - -export { DrawerFooterProps }; - -// @public -export const DrawerHeader: FunctionComponent< - PropsType & { - hasClose?: boolean | undefined; - closePlacement?: 'right' | 'left' | undefined; - actions?: ReactNode; - onClose?: (() => void) | undefined; - view?: string | undefined; - } & HTMLAttributes & - RefAttributes ->; - -export { DrawerHeaderProps }; - -export { DrawerProps }; - -// @public (undocumented) -export const Dropdown: FunctionComponent< - PropsType<{ - size: { - xs: PolymorphicClassName; - s: PolymorphicClassName; - m: PolymorphicClassName; - l: PolymorphicClassName; - }; - view: { - default: PolymorphicClassName; - }; - }> & - DropdownProps & - RefAttributes ->; - -export { DropdownProps }; - -// @public (undocumented) -export const DsplL: FunctionComponent< - PropsType<{ - size: { - l: PolymorphicClassName; - }; - }> & { - breakWord?: boolean | undefined; - } & SpacingProps & - BoldProps & - HTMLAttributes & - RefAttributes ->; - -export { dsplL }; - -export { dsplLBold }; - -// @public (undocumented) -export const DsplM: FunctionComponent< - PropsType<{ - size: { - m: PolymorphicClassName; - }; - }> & { - breakWord?: boolean | undefined; - } & SpacingProps & - BoldProps & - HTMLAttributes & - RefAttributes ->; - -export { dsplM }; - -export { dsplMBold }; - -// @public (undocumented) -export const DsplS: FunctionComponent< - PropsType<{ - size: { - s: PolymorphicClassName; - }; - }> & { - breakWord?: boolean | undefined; - } & SpacingProps & - BoldProps & - HTMLAttributes & - RefAttributes ->; - -export { dsplS }; - -export { dsplSBold }; - -// @public (undocumented) -export const Grid: FunctionComponent< - PropsType<{ - view: { - default: PolymorphicClassName; - }; - }> & - GridProps & - RefAttributes ->; - -export { GridProps }; - -// @public (undocumented) -export const H1: FunctionComponent< - PropsType<{ - size: { - h1: PolymorphicClassName; - }; - }> & { - breakWord?: boolean | undefined; - } & SpacingProps & - BoldProps & - HTMLAttributes & - RefAttributes ->; - -export { h1 }; - -export { h1Bold }; - -// @public (undocumented) -export const H2: FunctionComponent< - PropsType<{ - size: { - h2: PolymorphicClassName; - }; - }> & { - breakWord?: boolean | undefined; - } & SpacingProps & - BoldProps & - HTMLAttributes & - RefAttributes ->; - -export { h2 }; - -export { h2Bold }; - -// @public (undocumented) -export const H3: FunctionComponent< - PropsType<{ - size: { - h3: PolymorphicClassName; - }; - }> & { - breakWord?: boolean | undefined; - } & SpacingProps & - BoldProps & - HTMLAttributes & - RefAttributes ->; - -export { h3 }; - -export { h3Bold }; - -// @public (undocumented) -export const H4: FunctionComponent< - PropsType<{ - size: { - h4: PolymorphicClassName; - }; - }> & { - breakWord?: boolean | undefined; - } & SpacingProps & - BoldProps & - HTMLAttributes & - RefAttributes ->; - -export { h4 }; - -export { h4Bold }; - -// @public (undocumented) -export const H5: FunctionComponent< - PropsType<{ - size: { - h5: PolymorphicClassName; - }; - }> & { - breakWord?: boolean | undefined; - } & SpacingProps & - BoldProps & - HTMLAttributes & - RefAttributes ->; - -export { h5 }; - -export { h5Bold }; - -// @public -export const IconButton: FunctionComponent< - PropsType<{ - view: { - default: PolymorphicClassName; - accent: PolymorphicClassName; - secondary: PolymorphicClassName; - clear: PolymorphicClassName; - success: PolymorphicClassName; - warning: PolymorphicClassName; - critical: PolymorphicClassName; - dark: PolymorphicClassName; - black: PolymorphicClassName; - white: PolymorphicClassName; - }; - size: { - l: PolymorphicClassName; - lr: PolymorphicClassName; - m: PolymorphicClassName; - mr: PolymorphicClassName; - s: PolymorphicClassName; - sr: PolymorphicClassName; - xs: PolymorphicClassName; - xsr: PolymorphicClassName; - }; - disabled: { - true: PolymorphicClassName; - }; - focused: { - true: PolymorphicClassName; - }; - }> & - ( - | (Omit, 'value'> & - Omit, 'type'> & - AsProps & { - text?: string | undefined; - contentLeft?: ReactNode; - contentPlacing?: ('default' | 'relaxed') | undefined; - isLoading?: boolean | undefined; - loader?: ReactNode; - stretch?: boolean | undefined; - stretching?: ('auto' | 'filled' | 'fixed') | undefined; - square?: boolean | undefined; - focused?: boolean | undefined; - disabled?: boolean | undefined; - pin?: - | 'square-square' - | 'square-clear' - | 'clear-square' - | 'clear-clear' - | 'clear-circle' - | 'circle-clear' - | 'circle-circle' - | undefined; - view?: string | undefined; - size?: string | undefined; - outlined?: boolean | undefined; - shiftLeft?: boolean | undefined; - shiftRight?: boolean | undefined; - blur?: 'small' | 'medium' | 'large' | undefined; - } & { - value?: string | number | undefined; - contentRight?: undefined; - } & RefAttributes) - | (Omit, 'value'> & - Omit, 'type'> & - AsProps & { - text?: string | undefined; - contentLeft?: ReactNode; - contentPlacing?: ('default' | 'relaxed') | undefined; - isLoading?: boolean | undefined; - loader?: ReactNode; - stretch?: boolean | undefined; - stretching?: ('auto' | 'filled' | 'fixed') | undefined; - square?: boolean | undefined; - focused?: boolean | undefined; - disabled?: boolean | undefined; - pin?: - | 'square-square' - | 'square-clear' - | 'clear-square' - | 'clear-clear' - | 'clear-circle' - | 'circle-clear' - | 'circle-circle' - | undefined; - view?: string | undefined; - size?: string | undefined; - outlined?: boolean | undefined; - shiftLeft?: boolean | undefined; - shiftRight?: boolean | undefined; - blur?: 'small' | 'medium' | 'large' | undefined; - } & { - value?: undefined; - contentRight?: ReactNode; - } & RefAttributes) - ) ->; - -// @public -const Image_2: FunctionComponent< - PropsType & - ImgHTMLAttributes & { - base?: 'img' | 'div' | undefined; - ratio?: - | '1 / 1' - | '1/1' - | '3 / 4' - | '3/4' - | '4 / 3' - | '4/3' - | '9 / 16' - | '9/16' - | '16 / 9' - | '16/9' - | '1 / 2' - | '1/2' - | '2 / 1' - | '2/1' - | undefined; - customRatio?: string | undefined; - } & RefAttributes ->; -export { Image_2 as Image }; - -export { ImageProps }; - -// @public (undocumented) -export const Indicator: FunctionComponent< - PropsType<{ - view: { - default: PolymorphicClassName; - accent: PolymorphicClassName; - inactive: PolymorphicClassName; - positive: PolymorphicClassName; - warning: PolymorphicClassName; - negative: PolymorphicClassName; - black: PolymorphicClassName; - white: PolymorphicClassName; - }; - size: { - l: PolymorphicClassName; - m: PolymorphicClassName; - s: PolymorphicClassName; - }; - }> & - HTMLAttributes & { - size: string; - view: string; - } & RefAttributes ->; - -export { IndicatorProps }; - -// @public -export const Link: FunctionComponent< - PropsType<{ - view: { - default: PolymorphicClassName; - secondary: PolymorphicClassName; - tertiary: PolymorphicClassName; - paragraph: PolymorphicClassName; - accent: PolymorphicClassName; - positive: PolymorphicClassName; - warning: PolymorphicClassName; - negative: PolymorphicClassName; - clear: PolymorphicClassName; - }; - disabled: { - true: PolymorphicClassName; - }; - focused: { - true: PolymorphicClassName; - }; - }> & - AnchorHTMLAttributes & - LinkCustomProps & - RefAttributes ->; - -// Warning: (ae-forgotten-export) The symbol "LinkComponent" needs to be exported by the entry point index.d.ts -// -// @public (undocumented) -export type LinkProps = typeof LinkComponent; - -export { mediaQuery }; - -// @public -export const Modal: ForwardRefExoticComponent>; - -export { modalClasses }; - -export { ModalProps }; - -export { Overlay }; - -export { OverlayProps }; - -// @public -export const Pagination: FunctionComponent< - PropsType<{ - view: { - secondary: PolymorphicClassName; - clear: PolymorphicClassName; - default: PolymorphicClassName; - }; - viewCurrentPage: { - default: PolymorphicClassName; - secondary: PolymorphicClassName; - clear: PolymorphicClassName; - }; - size: { - l: PolymorphicClassName; - m: PolymorphicClassName; - s: PolymorphicClassName; - xs: PolymorphicClassName; - }; - type: { - compact: PolymorphicClassName; - default: PolymorphicClassName; - }; - }> & - PaginationProps & - RefAttributes ->; - -export { PaginationProps }; - -// @public (undocumented) -export const Popover: FunctionComponent< - PropsType<{ - view: { - default: PolymorphicClassName; - }; - }> & - HTMLAttributes & - CustomPopoverProps & - RefAttributes ->; - -export { PopoverPlacement }; - -export { PopoverProps }; - -export { PopoverTrigger }; - -// @public -export const Popup: ForwardRefExoticComponent>; - -export { popupClasses }; - -export { PopupInfo }; - -export { PopupPlacement }; - -export { PopupProps }; - -export { PopupProvider }; - -// @public (undocumented) -export const Portal: FunctionComponent & PortalProps & RefAttributes>; - -export { PortalProps }; - -// @public (undocumented) -export const Progress: FunctionComponent< - PropsType<{ - view: { - default: PolymorphicClassName; - secondary: PolymorphicClassName; - primary: PolymorphicClassName; - accent: PolymorphicClassName; - success: PolymorphicClassName; - warning: PolymorphicClassName; - error: PolymorphicClassName; - }; - size: { - m: PolymorphicClassName; - }; - }> & - ProgressProps & - RefAttributes ->; - -export { ProgressProps }; - -// @public -export const Radiobox: FunctionComponent< - PropsType<{ - size: { - s: PolymorphicClassName; - m: PolymorphicClassName; - }; - view: { - default: PolymorphicClassName; - secondary: PolymorphicClassName; - tertiary: PolymorphicClassName; - paragraph: PolymorphicClassName; - accent: PolymorphicClassName; - positive: PolymorphicClassName; - warning: PolymorphicClassName; - negative: PolymorphicClassName; - }; - disabled: { - true: PolymorphicClassName; - }; - focused: { - true: PolymorphicClassName; - }; - }> & - Filter, 'size'> & - Omit & - RefAttributes ->; - -// Warning: (ae-forgotten-export) The symbol "RadioboxComponent" needs to be exported by the entry point index.d.ts -// -// @public (undocumented) -export type RadioboxProps = ComponentProps; - -export { RadioGroup }; - -// @public -const Range_2: FunctionComponent< - PropsType<{ - view: { - default: PolymorphicClassName; - }; - size: { - l: PolymorphicClassName; - m: PolymorphicClassName; - s: PolymorphicClassName; - xs: PolymorphicClassName; - }; - disabled: { - true: PolymorphicClassName; - }; - readOnly: { - true: PolymorphicClassName; - }; - }> & - ( - | ({ - label?: string | undefined; - leftHelper?: string | undefined; - contentLeft?: ReactNode; - contentRight?: ReactNode; - firstValue?: TextfieldPrimitiveValue | undefined; - secondValue?: TextfieldPrimitiveValue | undefined; - firstValueError?: boolean | undefined; - secondValueError?: boolean | undefined; - firstValueSuccess?: boolean | undefined; - secondValueSuccess?: boolean | undefined; - firstPlaceholder?: string | undefined; - secondPlaceholder?: string | undefined; - firstTextfieldContentLeft?: ReactElement> | undefined; - firstTextfieldContentRight?: ReactElement> | undefined; - secondTextfieldContentLeft?: ReactElement> | undefined; - secondTextfieldContentRight?: ReactElement> | undefined; - firstTextfieldTextAfter?: string | undefined; - secondTextfieldTextAfter?: string | undefined; - view?: string | undefined; - size?: string | undefined; - readOnly?: boolean | undefined; - disabled?: boolean | undefined; - onChangeFirstValue?: BaseCallbackChangeInstance | undefined; - onChangeSecondValue?: BaseCallbackChangeInstance | undefined; - onSearchFirstValue?: BaseCallbackKeyboardInstance | undefined; - onSearchSecondValue?: BaseCallbackKeyboardInstance | undefined; - onFocusFirstTextfield?: ((event: ChangeEvent) => void) | undefined; - onFocusSecondTextfield?: ((event: ChangeEvent) => void) | undefined; - onBlurFirstTextfield?: ((event: ChangeEvent) => void) | undefined; - onBlurSecondTextfield?: ((event: ChangeEvent) => void) | undefined; - } & { - firstTextfieldTextBefore: string; - secondTextfieldTextBefore: string; - dividerVariant?: 'none' | undefined; - dividerIcon?: undefined; - } & HTMLAttributes & - RefAttributes) - | ({ - label?: string | undefined; - leftHelper?: string | undefined; - contentLeft?: ReactNode; - contentRight?: ReactNode; - firstValue?: TextfieldPrimitiveValue | undefined; - secondValue?: TextfieldPrimitiveValue | undefined; - firstValueError?: boolean | undefined; - secondValueError?: boolean | undefined; - firstValueSuccess?: boolean | undefined; - secondValueSuccess?: boolean | undefined; - firstPlaceholder?: string | undefined; - secondPlaceholder?: string | undefined; - firstTextfieldContentLeft?: ReactElement> | undefined; - firstTextfieldContentRight?: ReactElement> | undefined; - secondTextfieldContentLeft?: ReactElement> | undefined; - secondTextfieldContentRight?: ReactElement> | undefined; - firstTextfieldTextAfter?: string | undefined; - secondTextfieldTextAfter?: string | undefined; - view?: string | undefined; - size?: string | undefined; - readOnly?: boolean | undefined; - disabled?: boolean | undefined; - onChangeFirstValue?: BaseCallbackChangeInstance | undefined; - onChangeSecondValue?: BaseCallbackChangeInstance | undefined; - onSearchFirstValue?: BaseCallbackKeyboardInstance | undefined; - onSearchSecondValue?: BaseCallbackKeyboardInstance | undefined; - onFocusFirstTextfield?: ((event: ChangeEvent) => void) | undefined; - onFocusSecondTextfield?: ((event: ChangeEvent) => void) | undefined; - onBlurFirstTextfield?: ((event: ChangeEvent) => void) | undefined; - onBlurSecondTextfield?: ((event: ChangeEvent) => void) | undefined; - } & { - dividerVariant?: 'dash' | undefined; - dividerIcon?: undefined; - firstTextfieldTextBefore?: string | undefined; - secondTextfieldTextBefore?: string | undefined; - } & HTMLAttributes & - RefAttributes) - | ({ - label?: string | undefined; - leftHelper?: string | undefined; - contentLeft?: ReactNode; - contentRight?: ReactNode; - firstValue?: TextfieldPrimitiveValue | undefined; - secondValue?: TextfieldPrimitiveValue | undefined; - firstValueError?: boolean | undefined; - secondValueError?: boolean | undefined; - firstValueSuccess?: boolean | undefined; - secondValueSuccess?: boolean | undefined; - firstPlaceholder?: string | undefined; - secondPlaceholder?: string | undefined; - firstTextfieldContentLeft?: ReactElement> | undefined; - firstTextfieldContentRight?: ReactElement> | undefined; - secondTextfieldContentLeft?: ReactElement> | undefined; - secondTextfieldContentRight?: ReactElement> | undefined; - firstTextfieldTextAfter?: string | undefined; - secondTextfieldTextAfter?: string | undefined; - view?: string | undefined; - size?: string | undefined; - readOnly?: boolean | undefined; - disabled?: boolean | undefined; - onChangeFirstValue?: BaseCallbackChangeInstance | undefined; - onChangeSecondValue?: BaseCallbackChangeInstance | undefined; - onSearchFirstValue?: BaseCallbackKeyboardInstance | undefined; - onSearchSecondValue?: BaseCallbackKeyboardInstance | undefined; - onFocusFirstTextfield?: ((event: ChangeEvent) => void) | undefined; - onFocusSecondTextfield?: ((event: ChangeEvent) => void) | undefined; - onBlurFirstTextfield?: ((event: ChangeEvent) => void) | undefined; - onBlurSecondTextfield?: ((event: ChangeEvent) => void) | undefined; - } & { - dividerIcon?: ReactNode; - dividerVariant?: 'icon' | undefined; - firstTextfieldTextBefore?: string | undefined; - secondTextfieldTextBefore?: string | undefined; - } & HTMLAttributes & - RefAttributes) - ) ->; -export { Range_2 as Range }; - -export { RangeProps }; - -export { rangeTokens }; - -export { Ratio }; - -export { Row }; - -export { ScreenConfig }; - -export { ScreenMap }; - -export { ScreenVariant }; - -// @public -export const SegmentGroup: FunctionComponent< - PropsType<{ - view: { - clear: PolymorphicClassName; - filled: PolymorphicClassName; - }; - size: { - xs: PolymorphicClassName; - s: PolymorphicClassName; - m: PolymorphicClassName; - l: PolymorphicClassName; - }; - disabled: { - true: PolymorphicClassName; - }; - pilled: { - true: PolymorphicClassName; - }; - filledBackground: { - true: PolymorphicClassName; - }; - stretch: { - true: PolymorphicClassName; - }; - }> & - HTMLAttributes & { - selectionMode?: 'multiple' | 'single' | undefined; - disabled?: boolean | undefined; - stretch?: boolean | undefined; - pilled?: boolean | undefined; - filledBackground?: boolean | undefined; - size?: string | undefined; - view?: string | undefined; - } & RefAttributes ->; - -export { SegmentGroupProps }; - -// @public -export const SegmentItem: FunctionComponent< - PropsType<{ - view: { - clear: PolymorphicClassName; - default: PolymorphicClassName; - secondary: PolymorphicClassName; - }; - size: { - xs: PolymorphicClassName; - s: PolymorphicClassName; - m: PolymorphicClassName; - l: PolymorphicClassName; - }; - disabled: { - true: PolymorphicClassName; - }; - pilled: { - true: PolymorphicClassName; - }; - }> & - ButtonHTMLAttributes & { - value: string; - id?: string | undefined; - label?: ReactNode; - pilled?: boolean | undefined; - customHandleSelect?: ((e: MouseEvent_2) => void) | undefined; - size?: string | undefined; - view?: string | undefined; - } & RefAttributes ->; - -export { SegmentItemProps }; - -export { SegmentProvider }; - -export { SegmentProviderProps }; - -// @public (undocumented) -export const Select: ForwardRefExoticComponent>; - -// @public (undocumented) -export const SelectDivider: FunctionComponent< - PropsType & - HTMLAttributes & { - id?: string | undefined; - size?: string | undefined; - view?: string | undefined; - } & RefAttributes ->; - -// @public (undocumented) -export const SelectItem: FunctionComponent< - PropsType & - Omit, 'onSelect'> & { - id?: string | undefined; - disabled?: boolean | undefined; - label?: ReactNode; - role?: string | undefined; - contentLeft?: - | string - | number - | boolean - | ReactFragment - | ReactPortal - | ReactElement> - | FunctionComponent - | ComponentClass - | null - | undefined; - contentRight?: - | string - | number - | boolean - | ReactFragment - | ReactPortal - | ReactElement> - | FunctionComponent - | ComponentClass - | null - | undefined; - name?: string | undefined; - checked?: boolean | undefined; - text?: string | undefined; - value?: string | number | boolean | undefined; - isSelected?: boolean | undefined; - onClick?: ((event: MouseEvent_2) => void) | undefined; - onSelect?: ((value?: any, text?: any) => void) | undefined; - size?: string | undefined; - view?: string | undefined; - } & RefAttributes ->; - -export { SelectPrimitiveValue }; - -export { SelectProps }; - -// @public -export const Sheet: FunctionComponent< - PropsType<{ - view: { - default: PolymorphicClassName; - }; - }> & - SheetProps & - RefAttributes ->; - -export { sheetClasses }; - -export { SheetProps }; - -export { ShowToastArgs }; - -// @public -export const Slider: FunctionComponent< - PropsType<{ - view: { - default: PolymorphicClassName; - accent: PolymorphicClassName; - gradient: PolymorphicClassName; - }; - size: { - l: PolymorphicClassName; - m: PolymorphicClassName; - s: PolymorphicClassName; - }; - disabled: { - true: PolymorphicClassName; - }; - }> & - ((SingleSliderProps & RefAttributes) | (DoubleSliderProps & RefAttributes)) ->; - -export { SliderProps }; - -// @public -export const Spinner: StyledComponent< - FunctionComponent< - PropsType<{ - view: { - default: PolymorphicClassName; - secondary: PolymorphicClassName; - tertiary: PolymorphicClassName; - paragraph: PolymorphicClassName; - accent: PolymorphicClassName; - positive: PolymorphicClassName; - warning: PolymorphicClassName; - negative: PolymorphicClassName; - }; - }> & - ( - | (HTMLAttributes & { - width?: undefined; - height?: undefined; - size?: string | undefined; - view?: string | undefined; - } & RefAttributes) - | (HTMLAttributes & { - width: number; - height: number; - size?: undefined - /** - * @deprecated - */; - view?: string | undefined; - } & RefAttributes) - | (HTMLAttributes & { - width: string; - height: string; - size?: undefined; - view?: string | undefined; - } & RefAttributes) - ) - >, - any, - {}, - never ->; - -// @public (undocumented) -export type SpinnerProps = HTMLAttributes & { - size?: string | number; - view?: string; - color?: string; - deviceScale?: number; -}; - -export { SSRProvider }; - -// @public (undocumented) -export const Switch: FunctionComponent< - PropsType<{ - size: { - m: PolymorphicClassName; - }; - view: { - default: PolymorphicClassName; - }; - labelPosition: { - before: PolymorphicClassName; - after: PolymorphicClassName; - }; - disabled: { - true: PolymorphicClassName; - }; - focused: { - true: PolymorphicClassName; - }; - }> & - SwitchProps_2 & - RefAttributes ->; - -// Warning: (ae-forgotten-export) The symbol "SwitchComponent" needs to be exported by the entry point index.d.ts -// -// @public (undocumented) -export type SwitchProps = ComponentProps; - -// @public -export const TabItem: FunctionComponent< - PropsType<{ - view: { - clear: PolymorphicClassName; - secondary: PolymorphicClassName; - divider: PolymorphicClassName; - default: PolymorphicClassName; - }; - size: { - xs: PolymorphicClassName; - s: PolymorphicClassName; - m: PolymorphicClassName; - l: PolymorphicClassName; - h5: PolymorphicClassName; - h4: PolymorphicClassName; - h3: PolymorphicClassName; - h2: PolymorphicClassName; - h1: PolymorphicClassName; - }; - disabled: { - true: PolymorphicClassName; - }; - pilled: { - true: PolymorphicClassName; - }; - }> & - HTMLAttributes ->; - -export { TabItemProps }; - -export { TabItemRefs }; - -// @public -export const Tabs: ForwardRefExoticComponent< - AsProps & - HTMLAttributes & { - disabled?: boolean | undefined; - stretch?: boolean | undefined; - pilled?: boolean | undefined; - size?: string | undefined; - view?: string | undefined; - outsideScroll?: - | boolean - | { - left?: string | undefined; - right?: string | undefined; - } - | undefined; - index?: number | undefined; - } & RefAttributes ->; - -export { TabsContext }; - -// @public @deprecated (undocumented) -export const TabsController: ForwardRefExoticComponent>; - -export { TabsControllerProps }; - -export { TabsProps }; - -// @public -export const TextArea: FunctionComponent< - PropsType<{ - size: { - xs: PolymorphicClassName; - s: PolymorphicClassName; - m: PolymorphicClassName; - l: PolymorphicClassName; - }; - view: { - default: PolymorphicClassName; - primary: PolymorphicClassName; - positive: PolymorphicClassName; - warning: PolymorphicClassName; - negative: PolymorphicClassName; - }; - disabled: { - true: PolymorphicClassName; - }; - }> & - ( - | (Omit, 'rows' | 'cols'> & - TextAreaPropsExtends & { - autoResize?: boolean | undefined; - maxAuto?: number | undefined; - minAuto?: number | undefined; - } & { - height?: undefined; - width?: undefined; - } & { - rows?: undefined; - cols?: undefined; - } & RefAttributes) - | (Omit, 'rows' | 'cols'> & - TextAreaPropsExtends & { - height?: string | number | undefined; - width?: string | number | undefined; - } & { - autoResize?: undefined; - maxAuto?: undefined; - minAuto?: undefined; - } & { - rows?: undefined; - cols?: undefined; - } & RefAttributes) - | (Omit, 'rows' | 'cols'> & - TextAreaPropsExtends & { - rows?: number | undefined; - cols?: number | undefined; - } & { - autoResize?: undefined; - maxAuto?: undefined; - minAuto?: undefined; - } & { - height?: undefined; - width?: undefined; - } & RefAttributes) - ) ->; - -// @public -export const TextField: FunctionComponent< - PropsType<{ - view: { - default: PolymorphicClassName; - positive: PolymorphicClassName; - warning: PolymorphicClassName; - negative: PolymorphicClassName; - }; - size: { - l: PolymorphicClassName; - m: PolymorphicClassName; - s: PolymorphicClassName; - xs: PolymorphicClassName; - }; - labelPlacement: { - inner: PolymorphicClassName[]; - outer: PolymorphicClassName[]; - }; - disabled: { - true: PolymorphicClassName; - }; - readOnly: { - true: PolymorphicClassName; - }; - }> & - ( - | ({ - size?: string | undefined; - view?: string | undefined; - readOnly?: boolean | undefined; - disabled?: boolean | undefined; - } & { - label?: string | undefined; - labelPlacement?: 'inner' | 'outer' | undefined; - leftHelper?: string | undefined; - contentLeft?: ReactElement> | undefined; - contentRight?: ReactElement> | undefined; - textBefore?: string | undefined; - textAfter?: string | undefined; - onSearch?: - | ((value: string, event?: KeyboardEvent_2 | undefined) => void) - | undefined; - } & { - chips?: undefined; - onChangeChips?: undefined; - enumerationType?: 'plain' | undefined; - onSearch?: - | ((value: string, event?: KeyboardEvent_2 | undefined) => void) - | undefined; - } & Omit, 'size'> & - RefAttributes) - | ({ - size?: string | undefined; - view?: string | undefined; - readOnly?: boolean | undefined; - disabled?: boolean | undefined; - } & { - label?: string | undefined; - labelPlacement?: 'inner' | 'outer' | undefined; - leftHelper?: string | undefined; - contentLeft?: ReactElement> | undefined; - contentRight?: ReactElement> | undefined; - textBefore?: string | undefined; - textAfter?: string | undefined; - onSearch?: - | ((value: string, event?: KeyboardEvent_2 | undefined) => void) - | undefined; - } & { - enumerationType: 'chip'; - onSearch?: undefined; - chips?: TextFieldPrimitiveValue[] | undefined; - onChangeChips?: ((value: TextFieldPrimitiveValue[]) => void) | undefined; - } & Omit, 'size'> & - RefAttributes) - ) ->; - -export { TextFieldProps }; - -export { textFieldTokens }; - -// @public (undocumented) -export const TextL: FunctionComponent< - PropsType<{ - size: { - l: PolymorphicClassName; - }; - }> & { - breakWord?: boolean | undefined; - } & SpacingProps & - BoldProps & - HTMLAttributes & - RefAttributes ->; - -export { textL }; - -export { textLBold }; - -// @public (undocumented) -export const TextM: FunctionComponent< - PropsType<{ - size: { - m: PolymorphicClassName; - }; - }> & { - breakWord?: boolean | undefined; - } & SpacingProps & - BoldProps & - HTMLAttributes & - RefAttributes ->; - -export { textM }; - -export { textMBold }; - -// @public (undocumented) -export const TextS: FunctionComponent< - PropsType<{ - size: { - s: PolymorphicClassName; - }; - }> & { - breakWord?: boolean | undefined; - } & SpacingProps & - BoldProps & - HTMLAttributes & - RefAttributes ->; - -export { textS }; - -export { textSBold }; - -// @public (undocumented) -export const TextXS: FunctionComponent< - PropsType<{ - size: { - xs: PolymorphicClassName; - }; - }> & { - breakWord?: boolean | undefined; - } & SpacingProps & - BoldProps & - HTMLAttributes & - RefAttributes ->; - -export { textXS }; - -export { textXSBold }; - -// @public (undocumented) -export const Toast: FunctionComponent< - PropsType<{ - view: { - default: PolymorphicClassName; - dark: PolymorphicClassName; - light: PolymorphicClassName; - }; - size: { - m: PolymorphicClassName; - }; - pilled: { - true: PolymorphicClassName; - }; - }> & - HTMLAttributes & - CustomToastProps & - RefAttributes ->; - -export { ToastPosition }; - -export { ToastProps }; - -// @public (undocumented) -export const ToastProvider: ({ children }: { children: ReactNode }) => JSX.Element; - -export { ToastRole }; - -// @public -export const Toolbar: FunctionComponent< - PropsType<{ - view: { - default: PolymorphicClassName; - }; - size: { - xs: PolymorphicClassName; - s: PolymorphicClassName; - m: PolymorphicClassName; - l: PolymorphicClassName; - }; - }> & - HTMLAttributes & { - children: ReactNode; - orientation?: 'horizontal' | 'vertical' | undefined; - hasShadow?: boolean | undefined; - size?: string | undefined; - view?: string | undefined; - } & RefAttributes ->; - -// @public (undocumented) -export const ToolbarDivider: FunctionComponent & DividerProps & RefAttributes>; - -export { ToolbarProps }; - -export { toolbarTokens }; - -// @public (undocumented) -export const Tooltip: ForwardRefExoticComponent>; - -export { TooltipProps }; - -export { usePopupContext }; - -export { useSegment }; - -export { useToast }; - -export * from '@salutejs/sdds-themes/tokens/sdds_serv'; - -// (No @packageDocumentation comment for this package) -```