@itcase/ui 1.9.45 → 1.9.47
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/components/Accordion.js +4 -4
- package/dist/cjs/components/Avatar.js +4 -4
- package/dist/cjs/components/AvatarStack.js +4 -4
- package/dist/cjs/components/Badge.js +4 -4
- package/dist/cjs/components/Breadcrumbs.js +4 -4
- package/dist/cjs/components/Button.js +4 -4
- package/dist/cjs/components/Cell.js +4 -4
- package/dist/cjs/components/Checkbox.js +4 -4
- package/dist/cjs/components/Checkmark.js +4 -4
- package/dist/cjs/components/Chips.js +4 -4
- package/dist/cjs/components/Choice.js +4 -4
- package/dist/cjs/components/Code.js +3 -3
- package/dist/cjs/components/CookiesWarning.js +4 -4
- package/dist/cjs/components/Dadata.js +3 -3
- package/dist/cjs/components/DatePeriod.js +4 -4
- package/dist/cjs/components/DatePicker.js +4 -4
- package/dist/cjs/components/Divider.js +4 -4
- package/dist/cjs/components/Dot.js +4 -4
- package/dist/cjs/components/Drawer.js +4 -4
- package/dist/cjs/components/Dropdown.js +4 -4
- package/dist/cjs/components/Flex.js +4 -4
- package/dist/cjs/components/Grid.js +4 -4
- package/dist/cjs/components/Group.js +4 -4
- package/dist/cjs/components/HTMLContent.js +4 -4
- package/dist/cjs/components/HeroTitle.js +4 -4
- package/dist/cjs/components/Icon.js +4 -4
- package/dist/cjs/components/Image.js +4 -4
- package/dist/cjs/components/Input.js +3 -3
- package/dist/cjs/components/InputNumber.js +4 -4
- package/dist/cjs/components/InputPassword.js +4 -4
- package/dist/cjs/components/Label.js +4 -4
- package/dist/cjs/components/Link.js +4 -4
- package/dist/cjs/components/List.js +4 -4
- package/dist/cjs/components/Loader.js +4 -4
- package/dist/cjs/components/Logo.js +4 -4
- package/dist/cjs/components/MenuItem.js +4 -4
- package/dist/cjs/components/Modal.js +4 -4
- package/dist/cjs/components/ModalSheetBottom.js +4 -4
- package/dist/cjs/components/Notification.js +4 -4
- package/dist/cjs/components/Overlay.js +4 -4
- package/dist/cjs/components/Pagination.js +4 -4
- package/dist/cjs/components/Radio.js +4 -4
- package/dist/cjs/components/RangeSlider.js +4 -4
- package/dist/cjs/components/Response.js +4 -4
- package/dist/cjs/components/SVGContent.js +4 -4
- package/dist/cjs/components/ScrollOnDrag.js +4 -4
- package/dist/cjs/components/ScrollToView.js +4 -4
- package/dist/cjs/components/Search.js +4 -4
- package/dist/cjs/components/Segmented.js +4 -4
- package/dist/cjs/components/Select.js +4 -4
- package/dist/cjs/components/Swiper.js +4 -4
- package/dist/cjs/components/Switch.js +4 -4
- package/dist/cjs/components/Tab.js +4 -4
- package/dist/cjs/components/Text.js +4 -4
- package/dist/cjs/components/Textarea.js +3 -3
- package/dist/cjs/components/Tile.js +4 -4
- package/dist/cjs/components/Title.js +4 -4
- package/dist/cjs/components/Tooltip.js +4 -4
- package/dist/cjs/components/Video.js +3 -3
- package/dist/cjs/components/Warning.js +4 -4
- package/dist/cjs/context/UIContext.js +1 -1
- package/dist/cjs/hooks/useDevicePropsGenerator/useDevicePropsGenerator.js +3 -3
- package/dist/cjs/hooks/useDevicePropsGenerator.js +3 -3
- package/dist/cjs/hooks/useDeviceTargetClass.js +2 -2
- package/dist/cjs/hooks/useStyles/useStyles.js +3 -3
- package/dist/cjs/hooks/useStyles.js +3 -3
- package/dist/components/Accordion.js +4 -4
- package/dist/components/Avatar.js +4 -4
- package/dist/components/AvatarStack.js +4 -4
- package/dist/components/Badge.js +4 -4
- package/dist/components/Breadcrumbs.js +4 -4
- package/dist/components/Button.js +4 -4
- package/dist/components/Cell.js +4 -4
- package/dist/components/Checkbox.js +4 -4
- package/dist/components/Checkmark.js +4 -4
- package/dist/components/Chips.js +4 -4
- package/dist/components/Choice.js +4 -4
- package/dist/components/Code.js +3 -3
- package/dist/components/CookiesWarning.js +4 -4
- package/dist/components/Dadata.js +3 -3
- package/dist/components/DatePeriod.js +4 -4
- package/dist/components/DatePicker.js +4 -4
- package/dist/components/Divider.js +4 -4
- package/dist/components/Dot.js +4 -4
- package/dist/components/Drawer.js +4 -4
- package/dist/components/Dropdown.js +4 -4
- package/dist/components/Flex.js +4 -4
- package/dist/components/Grid.js +4 -4
- package/dist/components/Group.js +4 -4
- package/dist/components/HTMLContent.js +4 -4
- package/dist/components/HeroTitle.js +4 -4
- package/dist/components/Icon.js +4 -4
- package/dist/components/Image.js +4 -4
- package/dist/components/Input.js +3 -3
- package/dist/components/InputNumber.js +4 -4
- package/dist/components/InputPassword.js +4 -4
- package/dist/components/Label.js +4 -4
- package/dist/components/Link.js +4 -4
- package/dist/components/List.js +4 -4
- package/dist/components/Loader.js +4 -4
- package/dist/components/Logo.js +4 -4
- package/dist/components/MenuItem.js +4 -4
- package/dist/components/Modal.js +4 -4
- package/dist/components/ModalSheetBottom.js +4 -4
- package/dist/components/Notification.js +4 -4
- package/dist/components/Overlay.js +4 -4
- package/dist/components/Pagination.js +4 -4
- package/dist/components/Radio.js +4 -4
- package/dist/components/RangeSlider.js +4 -4
- package/dist/components/Response.js +4 -4
- package/dist/components/SVGContent.js +4 -4
- package/dist/components/ScrollOnDrag.js +4 -4
- package/dist/components/ScrollToView.js +4 -4
- package/dist/components/Search.js +4 -4
- package/dist/components/Segmented.js +4 -4
- package/dist/components/Select.js +4 -4
- package/dist/components/Swiper.js +4 -4
- package/dist/components/Switch.js +4 -4
- package/dist/components/Tab.js +4 -4
- package/dist/components/Text.js +4 -4
- package/dist/components/Textarea.js +3 -3
- package/dist/components/Tile.js +4 -4
- package/dist/components/Title.js +4 -4
- package/dist/components/Tooltip.js +4 -4
- package/dist/components/Video.js +3 -3
- package/dist/components/Warning.js +4 -4
- package/dist/context/UIContext.js +1 -1
- package/dist/hooks/useDevicePropsGenerator/useDevicePropsGenerator.js +3 -3
- package/dist/hooks/useDevicePropsGenerator.js +3 -3
- package/dist/hooks/useDeviceTargetClass.js +2 -2
- package/dist/hooks/useStyles/useStyles.js +3 -3
- package/dist/hooks/useStyles.js +3 -3
- package/dist/types/components/AvatarStack/AvatarStack.d.ts +1 -1
- package/dist/types/components/Button/Button.d.ts +15 -15
- package/dist/types/components/Button/stories/ButtonDefault.stories.d.ts +15 -15
- package/dist/types/components/Button/stories/ButtonDemo.stories.d.ts +15 -15
- package/dist/types/components/Button/stories/ButtonIcon.stories.d.ts +15 -15
- package/dist/types/components/Button/stories/ButtonLabel.stories.d.ts +15 -15
- package/dist/types/components/Button/stories/ButtonLoading.stories.d.ts +15 -15
- package/dist/types/components/Button/stories/ButtonMuted.stories.d.ts +15 -15
- package/dist/types/components/Button/stories/ButtonMutedIcon.stories.d.ts +15 -15
- package/dist/types/components/Button/stories/ButtonShape.stories.d.ts +15 -15
- package/dist/types/components/Button/stories/ButtonSize.stories.d.ts +15 -15
- package/dist/types/components/CookiesWarning/CookiesWarning.d.ts +1 -1
- package/dist/types/components/Dadata/stories/Dadata.stories.d.ts +1 -1
- package/dist/types/components/Drawer/Drawer.d.ts +1 -1
- package/dist/types/components/Group/Group.d.ts +25 -25
- package/dist/types/components/Group/stories/GroupAlignItems.stories.d.ts +26 -25
- package/dist/types/components/Group/stories/GroupAlignSelf.stories.d.ts +26 -25
- package/dist/types/components/Group/stories/GroupColumns.stories.d.ts +26 -25
- package/dist/types/components/Group/stories/GroupDirection.stories.d.ts +26 -25
- package/dist/types/components/Group/stories/GroupJustifyContent.stories.d.ts +26 -25
- package/dist/types/components/Group/stories/GroupWrap.stories.d.ts +26 -25
- package/dist/types/components/Icon/Icon.d.ts +2 -2
- package/dist/types/components/Icon/stories/IconDefault.stories.d.ts +2 -2
- package/dist/types/components/Icon/stories/IconDemo.stories.d.ts +2 -2
- package/dist/types/components/Icon/stories/IconShape.stories.d.ts +2 -2
- package/dist/types/components/Icon/stories/IconSize12.stories.d.ts +2 -2
- package/dist/types/components/Icon/stories/IconSize14.stories.d.ts +2 -2
- package/dist/types/components/Icon/stories/IconSize16.stories.d.ts +2 -2
- package/dist/types/components/Icon/stories/IconSize20.stories.d.ts +2 -2
- package/dist/types/components/Icon/stories/IconSize24.stories.d.ts +2 -2
- package/dist/types/components/Icon/stories/IconSize32.stories.d.ts +2 -2
- package/dist/types/components/Icon/stories/IconSize40.stories.d.ts +2 -2
- package/dist/types/components/Icon/stories/IconStyle.stories.d.ts +2 -2
- package/dist/types/components/Icon/stories/IconWithBadge.stories.d.ts +2 -2
- package/dist/types/components/Image/Image.d.ts +9 -9
- package/dist/types/components/Image/stories/Image.stories.d.ts +11 -11
- package/dist/types/components/Input/Input.d.ts +1 -1
- package/dist/types/components/Input/stories/Input.stories.d.ts +1 -1
- package/dist/types/components/Input/stories/InputDefault.stories.d.ts +1 -1
- package/dist/types/components/Input/stories/InputDisabled.stories.d.ts +1 -1
- package/dist/types/components/Input/stories/InputError.stories.d.ts +1 -1
- package/dist/types/components/Input/stories/InputRequire.stories.d.ts +1 -1
- package/dist/types/components/Input/stories/InputSize.stories.d.ts +1 -1
- package/dist/types/components/Input/stories/InputStyle.stories.d.ts +1 -1
- package/dist/types/components/Input/stories/InputSuccess.stories.d.ts +1 -1
- package/dist/types/components/Link/Link.d.ts +1 -1
- package/dist/types/components/Logo/Logo.d.ts +6 -6
- package/dist/types/components/Logo/stories/Logo.stories.d.ts +6 -6
- package/dist/types/components/Logo/stories/LogoSize.stories.d.ts +6 -6
- package/dist/types/components/Modal/Modal.d.ts +12 -12
- package/dist/types/components/Modal/stories/ModalAbsoluteHeader.stories.d.ts +17 -16
- package/dist/types/components/Modal/stories/ModalDemo.stories.d.ts +12 -12
- package/dist/types/components/Modal/stories/ModalScroll.stories.d.ts +17 -16
- package/dist/types/components/Modal/stories/ModalSize.stories.d.ts +12 -12
- package/dist/types/components/Modal/stories/ModalStickyHeader.stories.d.ts +17 -16
- package/dist/types/components/Modal/stories/ModalStyle.stories.d.ts +12 -12
- package/dist/types/components/ModalSheetBottom/ModalSheetBottom.d.ts +2 -2
- package/dist/types/components/ModalSheetBottom/stories/ModalSheetBottomDemo.stories.d.ts +3 -2
- package/dist/types/components/Pagination/Pagination.d.ts +1 -1
- package/dist/types/components/Response/Response.d.ts +11 -11
- package/dist/types/components/Response/stories/ResponseConfirm.stories.d.ts +11 -11
- package/dist/types/components/Response/stories/ResponseDemo.stories.d.ts +11 -11
- package/dist/types/components/Response/stories/ResponseError.stories.d.ts +11 -11
- package/dist/types/components/Response/stories/ResponseFail.stories.d.ts +11 -11
- package/dist/types/components/Response/stories/ResponseNothingFound.stories.d.ts +11 -11
- package/dist/types/components/Response/stories/ResponseRefresh.stories.d.ts +11 -11
- package/dist/types/components/Response/stories/ResponseSuccess.stories.d.ts +11 -11
- package/dist/types/components/Response/stories/ResponseUnableLoadData.stories.d.ts +11 -11
- package/dist/types/components/Response/stories/ResponseWarning.stories.d.ts +11 -11
- package/dist/types/components/SVGContent/SVGContent.d.ts +2 -2
- package/dist/types/components/SVGContent/stories/SVGContent.stories.d.ts +2 -2
- package/dist/types/components/Search/SearchInput.d.ts +18 -18
- package/dist/types/components/Search/SearchResult.d.ts +3 -3
- package/dist/types/components/Search/stories/SearchInputDefault.stories.d.ts +18 -18
- package/dist/types/components/Search/stories/SearchInputDemo.stories.d.ts +18 -18
- package/dist/types/components/Search/stories/SearchInputDisabled.stories.d.ts +18 -18
- package/dist/types/components/Search/stories/SearchInputError.stories.d.ts +18 -18
- package/dist/types/components/Search/stories/SearchInputRequire.stories.d.ts +18 -18
- package/dist/types/components/Search/stories/SearchInputShape.stories.d.ts +18 -18
- package/dist/types/components/Search/stories/SearchInputSize.stories.d.ts +18 -18
- package/dist/types/components/Search/stories/SearchInputStyle.stories.d.ts +18 -18
- package/dist/types/components/Search/stories/SearchInputSuccess.stories.d.ts +18 -18
- package/dist/types/components/Select/SelectLoadingIndicator.d.ts +1 -1
- package/dist/types/components/Select/SelectMultiValue.d.ts +1 -1
- package/dist/types/components/Select/stories/SelectDefault.stories.d.ts +1 -1
- package/dist/types/components/Select/stories/SelectDisabled.stories.d.ts +1 -1
- package/dist/types/components/Select/stories/SelectError.stories.d.ts +1 -1
- package/dist/types/components/Select/stories/SelectRequire.stories.d.ts +1 -1
- package/dist/types/components/Select/stories/SelectShape.stories.d.ts +1 -1
- package/dist/types/components/Select/stories/SelectSuccess.stories.d.ts +1 -1
- package/dist/types/components/Switch/Switch.d.ts +11 -11
- package/dist/types/components/Switch/stories/Switch.stories.d.ts +11 -11
- package/dist/types/components/Switch/stories/SwitchDefault.stories.d.ts +11 -11
- package/dist/types/components/Switch/stories/SwitchDemo.stories.d.ts +11 -11
- package/dist/types/components/Switch/stories/SwitchDisabled.stories.d.ts +11 -11
- package/dist/types/components/Switch/stories/SwitchError.stories.d.ts +11 -11
- package/dist/types/components/Switch/stories/SwitchRequire.stories.d.ts +11 -11
- package/dist/types/components/Switch/stories/SwitchSize.stories.d.ts +11 -11
- package/dist/types/components/Switch/stories/SwitchSuccess.stories.d.ts +11 -11
- package/dist/types/components/Switch/stories/SwitchTitleDescSwitch.stories.d.ts +11 -11
- package/dist/types/components/Switch/stories/SwitchTitleSwitch.stories.d.ts +11 -11
- package/dist/types/components/Tooltip/Tooltip.d.ts +15 -15
- package/dist/types/components/Tooltip/stories/TooltipAppearance.stories.d.ts +15 -15
- package/dist/types/components/Tooltip/stories/TooltipArrow.stories.d.ts +15 -15
- package/dist/types/components/Tooltip/stories/TooltipCustom.stories.d.ts +15 -15
- package/dist/types/components/Tooltip/stories/TooltipDemo.stories.d.ts +15 -15
- package/dist/types/components/Tooltip/stories/TooltipSize.stories.d.ts +15 -15
- package/dist/types/components/Tooltip/stories/TooltipStyle.stories.d.ts +15 -15
- package/dist/types/hooks/index.helpers.d.ts +1 -1
- package/dist/types/hooks/useAppearanceConfig/useAppearanceConfig.d.ts +1 -1
- package/dist/types/hooks/useDeviceTargetClass.d.ts +1 -1
- package/package.json +9 -8
- package/dist/types/components/DatePicker/stories/DatePickerSize.stories.d.ts +0 -31
- package/dist/types/components/DatePicker/stories/DatePickerStyle.stories.d.ts +0 -38
|
@@ -2,12 +2,12 @@ import { SearchProps } from '../Search.interface';
|
|
|
2
2
|
declare const meta: {
|
|
3
3
|
title: string;
|
|
4
4
|
component: import("react").ForwardRefExoticComponent<{
|
|
5
|
-
borderColor?:
|
|
6
|
-
borderColorHover?:
|
|
7
|
-
borderHover?:
|
|
8
|
-
borderType?:
|
|
9
|
-
borderWidth?:
|
|
10
|
-
fill?:
|
|
5
|
+
borderColor?: BorderColorProps;
|
|
6
|
+
borderColorHover?: BorderColorHoverProps;
|
|
7
|
+
borderHover?: BorderColorHoverProps;
|
|
8
|
+
borderType?: BorderTypeProps;
|
|
9
|
+
borderWidth?: BorderWidthProps;
|
|
10
|
+
fill?: FillProps;
|
|
11
11
|
iconAfter?: import("../../Icon/Icon.interface").IconProps["imageSrc"];
|
|
12
12
|
iconAfterFill?: import("../../Icon/Icon.interface").IconProps["iconFill"];
|
|
13
13
|
iconAfterSize?: import("../../Icon/Icon.interface").IconProps["size"];
|
|
@@ -20,22 +20,22 @@ declare const meta: {
|
|
|
20
20
|
iconClearFill?: import("../../Icon/Icon.interface").IconProps["iconFill"];
|
|
21
21
|
iconClearSize?: import("../../Icon/Icon.interface").IconProps["size"];
|
|
22
22
|
iconClearSrc?: import("../../Icon/Icon.interface").IconProps["imageSrc"];
|
|
23
|
-
inputFill?:
|
|
24
|
-
inputTextColor?:
|
|
25
|
-
inputTextSize?:
|
|
23
|
+
inputFill?: FillProps;
|
|
24
|
+
inputTextColor?: TextColorProps;
|
|
25
|
+
inputTextSize?: TextSizeProps;
|
|
26
26
|
inputTextStyle?: "italic" | "normal";
|
|
27
|
-
inputTextWeight?:
|
|
28
|
-
placeholderTextColor?:
|
|
29
|
-
placeholderTextSize?:
|
|
27
|
+
inputTextWeight?: TextWeightProps;
|
|
28
|
+
placeholderTextColor?: TextColorProps;
|
|
29
|
+
placeholderTextSize?: TextSizeProps;
|
|
30
30
|
placeholderTextStyle?: "italic" | "normal";
|
|
31
|
-
placeholderTextWeight?:
|
|
32
|
-
shape?:
|
|
33
|
-
shapeStrength?:
|
|
34
|
-
size?:
|
|
35
|
-
width?:
|
|
31
|
+
placeholderTextWeight?: TextWeightProps;
|
|
32
|
+
shape?: ShapeProps;
|
|
33
|
+
shapeStrength?: ShapeStrengthProps;
|
|
34
|
+
size?: SizeProps;
|
|
35
|
+
width?: WidthProps;
|
|
36
36
|
} & import("../../../hooks/useStyles/styleAttributes.interface").StyleAttributes & {
|
|
37
37
|
after?: import("react").ReactNode;
|
|
38
|
-
appearance?:
|
|
38
|
+
appearance?: CompositeAppearanceKey;
|
|
39
39
|
before?: import("react").ReactNode;
|
|
40
40
|
className?: string;
|
|
41
41
|
dataTestId?: string;
|
|
@@ -2,12 +2,12 @@ import type { SearchProps } from '../Search.interface';
|
|
|
2
2
|
declare const meta: {
|
|
3
3
|
title: string;
|
|
4
4
|
component: import("react").ForwardRefExoticComponent<{
|
|
5
|
-
borderColor?:
|
|
6
|
-
borderColorHover?:
|
|
7
|
-
borderHover?:
|
|
8
|
-
borderType?:
|
|
9
|
-
borderWidth?:
|
|
10
|
-
fill?:
|
|
5
|
+
borderColor?: BorderColorProps;
|
|
6
|
+
borderColorHover?: BorderColorHoverProps;
|
|
7
|
+
borderHover?: BorderColorHoverProps;
|
|
8
|
+
borderType?: BorderTypeProps;
|
|
9
|
+
borderWidth?: BorderWidthProps;
|
|
10
|
+
fill?: FillProps;
|
|
11
11
|
iconAfter?: import("../../Icon/Icon.interface").IconProps["imageSrc"];
|
|
12
12
|
iconAfterFill?: import("../../Icon/Icon.interface").IconProps["iconFill"];
|
|
13
13
|
iconAfterSize?: import("../../Icon/Icon.interface").IconProps["size"];
|
|
@@ -20,22 +20,22 @@ declare const meta: {
|
|
|
20
20
|
iconClearFill?: import("../../Icon/Icon.interface").IconProps["iconFill"];
|
|
21
21
|
iconClearSize?: import("../../Icon/Icon.interface").IconProps["size"];
|
|
22
22
|
iconClearSrc?: import("../../Icon/Icon.interface").IconProps["imageSrc"];
|
|
23
|
-
inputFill?:
|
|
24
|
-
inputTextColor?:
|
|
25
|
-
inputTextSize?:
|
|
23
|
+
inputFill?: FillProps;
|
|
24
|
+
inputTextColor?: TextColorProps;
|
|
25
|
+
inputTextSize?: TextSizeProps;
|
|
26
26
|
inputTextStyle?: "italic" | "normal";
|
|
27
|
-
inputTextWeight?:
|
|
28
|
-
placeholderTextColor?:
|
|
29
|
-
placeholderTextSize?:
|
|
27
|
+
inputTextWeight?: TextWeightProps;
|
|
28
|
+
placeholderTextColor?: TextColorProps;
|
|
29
|
+
placeholderTextSize?: TextSizeProps;
|
|
30
30
|
placeholderTextStyle?: "italic" | "normal";
|
|
31
|
-
placeholderTextWeight?:
|
|
32
|
-
shape?:
|
|
33
|
-
shapeStrength?:
|
|
34
|
-
size?:
|
|
35
|
-
width?:
|
|
31
|
+
placeholderTextWeight?: TextWeightProps;
|
|
32
|
+
shape?: ShapeProps;
|
|
33
|
+
shapeStrength?: ShapeStrengthProps;
|
|
34
|
+
size?: SizeProps;
|
|
35
|
+
width?: WidthProps;
|
|
36
36
|
} & import("../../../hooks/useStyles/styleAttributes.interface").StyleAttributes & {
|
|
37
37
|
after?: import("react").ReactNode;
|
|
38
|
-
appearance?:
|
|
38
|
+
appearance?: CompositeAppearanceKey;
|
|
39
39
|
before?: import("react").ReactNode;
|
|
40
40
|
className?: string;
|
|
41
41
|
dataTestId?: string;
|
|
@@ -2,12 +2,12 @@ import type { SearchProps } from '../Search.interface';
|
|
|
2
2
|
declare const meta: {
|
|
3
3
|
title: string;
|
|
4
4
|
component: import("react").ForwardRefExoticComponent<{
|
|
5
|
-
borderColor?:
|
|
6
|
-
borderColorHover?:
|
|
7
|
-
borderHover?:
|
|
8
|
-
borderType?:
|
|
9
|
-
borderWidth?:
|
|
10
|
-
fill?:
|
|
5
|
+
borderColor?: BorderColorProps;
|
|
6
|
+
borderColorHover?: BorderColorHoverProps;
|
|
7
|
+
borderHover?: BorderColorHoverProps;
|
|
8
|
+
borderType?: BorderTypeProps;
|
|
9
|
+
borderWidth?: BorderWidthProps;
|
|
10
|
+
fill?: FillProps;
|
|
11
11
|
iconAfter?: import("../../Icon/Icon.interface").IconProps["imageSrc"];
|
|
12
12
|
iconAfterFill?: import("../../Icon/Icon.interface").IconProps["iconFill"];
|
|
13
13
|
iconAfterSize?: import("../../Icon/Icon.interface").IconProps["size"];
|
|
@@ -20,22 +20,22 @@ declare const meta: {
|
|
|
20
20
|
iconClearFill?: import("../../Icon/Icon.interface").IconProps["iconFill"];
|
|
21
21
|
iconClearSize?: import("../../Icon/Icon.interface").IconProps["size"];
|
|
22
22
|
iconClearSrc?: import("../../Icon/Icon.interface").IconProps["imageSrc"];
|
|
23
|
-
inputFill?:
|
|
24
|
-
inputTextColor?:
|
|
25
|
-
inputTextSize?:
|
|
23
|
+
inputFill?: FillProps;
|
|
24
|
+
inputTextColor?: TextColorProps;
|
|
25
|
+
inputTextSize?: TextSizeProps;
|
|
26
26
|
inputTextStyle?: "italic" | "normal";
|
|
27
|
-
inputTextWeight?:
|
|
28
|
-
placeholderTextColor?:
|
|
29
|
-
placeholderTextSize?:
|
|
27
|
+
inputTextWeight?: TextWeightProps;
|
|
28
|
+
placeholderTextColor?: TextColorProps;
|
|
29
|
+
placeholderTextSize?: TextSizeProps;
|
|
30
30
|
placeholderTextStyle?: "italic" | "normal";
|
|
31
|
-
placeholderTextWeight?:
|
|
32
|
-
shape?:
|
|
33
|
-
shapeStrength?:
|
|
34
|
-
size?:
|
|
35
|
-
width?:
|
|
31
|
+
placeholderTextWeight?: TextWeightProps;
|
|
32
|
+
shape?: ShapeProps;
|
|
33
|
+
shapeStrength?: ShapeStrengthProps;
|
|
34
|
+
size?: SizeProps;
|
|
35
|
+
width?: WidthProps;
|
|
36
36
|
} & import("../../../hooks/useStyles/styleAttributes.interface").StyleAttributes & {
|
|
37
37
|
after?: import("react").ReactNode;
|
|
38
|
-
appearance?:
|
|
38
|
+
appearance?: CompositeAppearanceKey;
|
|
39
39
|
before?: import("react").ReactNode;
|
|
40
40
|
className?: string;
|
|
41
41
|
dataTestId?: string;
|
|
@@ -2,12 +2,12 @@ import type { SearchProps } from '../Search.interface';
|
|
|
2
2
|
declare const meta: {
|
|
3
3
|
title: string;
|
|
4
4
|
component: import("react").ForwardRefExoticComponent<{
|
|
5
|
-
borderColor?:
|
|
6
|
-
borderColorHover?:
|
|
7
|
-
borderHover?:
|
|
8
|
-
borderType?:
|
|
9
|
-
borderWidth?:
|
|
10
|
-
fill?:
|
|
5
|
+
borderColor?: BorderColorProps;
|
|
6
|
+
borderColorHover?: BorderColorHoverProps;
|
|
7
|
+
borderHover?: BorderColorHoverProps;
|
|
8
|
+
borderType?: BorderTypeProps;
|
|
9
|
+
borderWidth?: BorderWidthProps;
|
|
10
|
+
fill?: FillProps;
|
|
11
11
|
iconAfter?: import("../../Icon/Icon.interface").IconProps["imageSrc"];
|
|
12
12
|
iconAfterFill?: import("../../Icon/Icon.interface").IconProps["iconFill"];
|
|
13
13
|
iconAfterSize?: import("../../Icon/Icon.interface").IconProps["size"];
|
|
@@ -20,22 +20,22 @@ declare const meta: {
|
|
|
20
20
|
iconClearFill?: import("../../Icon/Icon.interface").IconProps["iconFill"];
|
|
21
21
|
iconClearSize?: import("../../Icon/Icon.interface").IconProps["size"];
|
|
22
22
|
iconClearSrc?: import("../../Icon/Icon.interface").IconProps["imageSrc"];
|
|
23
|
-
inputFill?:
|
|
24
|
-
inputTextColor?:
|
|
25
|
-
inputTextSize?:
|
|
23
|
+
inputFill?: FillProps;
|
|
24
|
+
inputTextColor?: TextColorProps;
|
|
25
|
+
inputTextSize?: TextSizeProps;
|
|
26
26
|
inputTextStyle?: "italic" | "normal";
|
|
27
|
-
inputTextWeight?:
|
|
28
|
-
placeholderTextColor?:
|
|
29
|
-
placeholderTextSize?:
|
|
27
|
+
inputTextWeight?: TextWeightProps;
|
|
28
|
+
placeholderTextColor?: TextColorProps;
|
|
29
|
+
placeholderTextSize?: TextSizeProps;
|
|
30
30
|
placeholderTextStyle?: "italic" | "normal";
|
|
31
|
-
placeholderTextWeight?:
|
|
32
|
-
shape?:
|
|
33
|
-
shapeStrength?:
|
|
34
|
-
size?:
|
|
35
|
-
width?:
|
|
31
|
+
placeholderTextWeight?: TextWeightProps;
|
|
32
|
+
shape?: ShapeProps;
|
|
33
|
+
shapeStrength?: ShapeStrengthProps;
|
|
34
|
+
size?: SizeProps;
|
|
35
|
+
width?: WidthProps;
|
|
36
36
|
} & import("../../../hooks/useStyles/styleAttributes.interface").StyleAttributes & {
|
|
37
37
|
after?: import("react").ReactNode;
|
|
38
|
-
appearance?:
|
|
38
|
+
appearance?: CompositeAppearanceKey;
|
|
39
39
|
before?: import("react").ReactNode;
|
|
40
40
|
className?: string;
|
|
41
41
|
dataTestId?: string;
|
|
@@ -2,12 +2,12 @@ import type { SearchProps } from '../Search.interface';
|
|
|
2
2
|
declare const meta: {
|
|
3
3
|
title: string;
|
|
4
4
|
component: import("react").ForwardRefExoticComponent<{
|
|
5
|
-
borderColor?:
|
|
6
|
-
borderColorHover?:
|
|
7
|
-
borderHover?:
|
|
8
|
-
borderType?:
|
|
9
|
-
borderWidth?:
|
|
10
|
-
fill?:
|
|
5
|
+
borderColor?: BorderColorProps;
|
|
6
|
+
borderColorHover?: BorderColorHoverProps;
|
|
7
|
+
borderHover?: BorderColorHoverProps;
|
|
8
|
+
borderType?: BorderTypeProps;
|
|
9
|
+
borderWidth?: BorderWidthProps;
|
|
10
|
+
fill?: FillProps;
|
|
11
11
|
iconAfter?: import("../../Icon/Icon.interface").IconProps["imageSrc"];
|
|
12
12
|
iconAfterFill?: import("../../Icon/Icon.interface").IconProps["iconFill"];
|
|
13
13
|
iconAfterSize?: import("../../Icon/Icon.interface").IconProps["size"];
|
|
@@ -20,22 +20,22 @@ declare const meta: {
|
|
|
20
20
|
iconClearFill?: import("../../Icon/Icon.interface").IconProps["iconFill"];
|
|
21
21
|
iconClearSize?: import("../../Icon/Icon.interface").IconProps["size"];
|
|
22
22
|
iconClearSrc?: import("../../Icon/Icon.interface").IconProps["imageSrc"];
|
|
23
|
-
inputFill?:
|
|
24
|
-
inputTextColor?:
|
|
25
|
-
inputTextSize?:
|
|
23
|
+
inputFill?: FillProps;
|
|
24
|
+
inputTextColor?: TextColorProps;
|
|
25
|
+
inputTextSize?: TextSizeProps;
|
|
26
26
|
inputTextStyle?: "italic" | "normal";
|
|
27
|
-
inputTextWeight?:
|
|
28
|
-
placeholderTextColor?:
|
|
29
|
-
placeholderTextSize?:
|
|
27
|
+
inputTextWeight?: TextWeightProps;
|
|
28
|
+
placeholderTextColor?: TextColorProps;
|
|
29
|
+
placeholderTextSize?: TextSizeProps;
|
|
30
30
|
placeholderTextStyle?: "italic" | "normal";
|
|
31
|
-
placeholderTextWeight?:
|
|
32
|
-
shape?:
|
|
33
|
-
shapeStrength?:
|
|
34
|
-
size?:
|
|
35
|
-
width?:
|
|
31
|
+
placeholderTextWeight?: TextWeightProps;
|
|
32
|
+
shape?: ShapeProps;
|
|
33
|
+
shapeStrength?: ShapeStrengthProps;
|
|
34
|
+
size?: SizeProps;
|
|
35
|
+
width?: WidthProps;
|
|
36
36
|
} & import("../../../hooks/useStyles/styleAttributes.interface").StyleAttributes & {
|
|
37
37
|
after?: import("react").ReactNode;
|
|
38
|
-
appearance?:
|
|
38
|
+
appearance?: CompositeAppearanceKey;
|
|
39
39
|
before?: import("react").ReactNode;
|
|
40
40
|
className?: string;
|
|
41
41
|
dataTestId?: string;
|
|
@@ -2,12 +2,12 @@ import { SearchProps } from '../Search.interface';
|
|
|
2
2
|
declare const meta: {
|
|
3
3
|
title: string;
|
|
4
4
|
component: import("react").ForwardRefExoticComponent<{
|
|
5
|
-
borderColor?:
|
|
6
|
-
borderColorHover?:
|
|
7
|
-
borderHover?:
|
|
8
|
-
borderType?:
|
|
9
|
-
borderWidth?:
|
|
10
|
-
fill?:
|
|
5
|
+
borderColor?: BorderColorProps;
|
|
6
|
+
borderColorHover?: BorderColorHoverProps;
|
|
7
|
+
borderHover?: BorderColorHoverProps;
|
|
8
|
+
borderType?: BorderTypeProps;
|
|
9
|
+
borderWidth?: BorderWidthProps;
|
|
10
|
+
fill?: FillProps;
|
|
11
11
|
iconAfter?: import("../../Icon/Icon.interface").IconProps["imageSrc"];
|
|
12
12
|
iconAfterFill?: import("../../Icon/Icon.interface").IconProps["iconFill"];
|
|
13
13
|
iconAfterSize?: import("../../Icon/Icon.interface").IconProps["size"];
|
|
@@ -20,22 +20,22 @@ declare const meta: {
|
|
|
20
20
|
iconClearFill?: import("../../Icon/Icon.interface").IconProps["iconFill"];
|
|
21
21
|
iconClearSize?: import("../../Icon/Icon.interface").IconProps["size"];
|
|
22
22
|
iconClearSrc?: import("../../Icon/Icon.interface").IconProps["imageSrc"];
|
|
23
|
-
inputFill?:
|
|
24
|
-
inputTextColor?:
|
|
25
|
-
inputTextSize?:
|
|
23
|
+
inputFill?: FillProps;
|
|
24
|
+
inputTextColor?: TextColorProps;
|
|
25
|
+
inputTextSize?: TextSizeProps;
|
|
26
26
|
inputTextStyle?: "italic" | "normal";
|
|
27
|
-
inputTextWeight?:
|
|
28
|
-
placeholderTextColor?:
|
|
29
|
-
placeholderTextSize?:
|
|
27
|
+
inputTextWeight?: TextWeightProps;
|
|
28
|
+
placeholderTextColor?: TextColorProps;
|
|
29
|
+
placeholderTextSize?: TextSizeProps;
|
|
30
30
|
placeholderTextStyle?: "italic" | "normal";
|
|
31
|
-
placeholderTextWeight?:
|
|
32
|
-
shape?:
|
|
33
|
-
shapeStrength?:
|
|
34
|
-
size?:
|
|
35
|
-
width?:
|
|
31
|
+
placeholderTextWeight?: TextWeightProps;
|
|
32
|
+
shape?: ShapeProps;
|
|
33
|
+
shapeStrength?: ShapeStrengthProps;
|
|
34
|
+
size?: SizeProps;
|
|
35
|
+
width?: WidthProps;
|
|
36
36
|
} & import("../../../hooks/useStyles/styleAttributes.interface").StyleAttributes & {
|
|
37
37
|
after?: import("react").ReactNode;
|
|
38
|
-
appearance?:
|
|
38
|
+
appearance?: CompositeAppearanceKey;
|
|
39
39
|
before?: import("react").ReactNode;
|
|
40
40
|
className?: string;
|
|
41
41
|
dataTestId?: string;
|
|
@@ -2,12 +2,12 @@ import type { SearchProps } from '../Search.interface';
|
|
|
2
2
|
declare const meta: {
|
|
3
3
|
title: string;
|
|
4
4
|
component: import("react").ForwardRefExoticComponent<{
|
|
5
|
-
borderColor?:
|
|
6
|
-
borderColorHover?:
|
|
7
|
-
borderHover?:
|
|
8
|
-
borderType?:
|
|
9
|
-
borderWidth?:
|
|
10
|
-
fill?:
|
|
5
|
+
borderColor?: BorderColorProps;
|
|
6
|
+
borderColorHover?: BorderColorHoverProps;
|
|
7
|
+
borderHover?: BorderColorHoverProps;
|
|
8
|
+
borderType?: BorderTypeProps;
|
|
9
|
+
borderWidth?: BorderWidthProps;
|
|
10
|
+
fill?: FillProps;
|
|
11
11
|
iconAfter?: import("../../Icon/Icon.interface").IconProps["imageSrc"];
|
|
12
12
|
iconAfterFill?: import("../../Icon/Icon.interface").IconProps["iconFill"];
|
|
13
13
|
iconAfterSize?: import("../../Icon/Icon.interface").IconProps["size"];
|
|
@@ -20,22 +20,22 @@ declare const meta: {
|
|
|
20
20
|
iconClearFill?: import("../../Icon/Icon.interface").IconProps["iconFill"];
|
|
21
21
|
iconClearSize?: import("../../Icon/Icon.interface").IconProps["size"];
|
|
22
22
|
iconClearSrc?: import("../../Icon/Icon.interface").IconProps["imageSrc"];
|
|
23
|
-
inputFill?:
|
|
24
|
-
inputTextColor?:
|
|
25
|
-
inputTextSize?:
|
|
23
|
+
inputFill?: FillProps;
|
|
24
|
+
inputTextColor?: TextColorProps;
|
|
25
|
+
inputTextSize?: TextSizeProps;
|
|
26
26
|
inputTextStyle?: "italic" | "normal";
|
|
27
|
-
inputTextWeight?:
|
|
28
|
-
placeholderTextColor?:
|
|
29
|
-
placeholderTextSize?:
|
|
27
|
+
inputTextWeight?: TextWeightProps;
|
|
28
|
+
placeholderTextColor?: TextColorProps;
|
|
29
|
+
placeholderTextSize?: TextSizeProps;
|
|
30
30
|
placeholderTextStyle?: "italic" | "normal";
|
|
31
|
-
placeholderTextWeight?:
|
|
32
|
-
shape?:
|
|
33
|
-
shapeStrength?:
|
|
34
|
-
size?:
|
|
35
|
-
width?:
|
|
31
|
+
placeholderTextWeight?: TextWeightProps;
|
|
32
|
+
shape?: ShapeProps;
|
|
33
|
+
shapeStrength?: ShapeStrengthProps;
|
|
34
|
+
size?: SizeProps;
|
|
35
|
+
width?: WidthProps;
|
|
36
36
|
} & import("../../../hooks/useStyles/styleAttributes.interface").StyleAttributes & {
|
|
37
37
|
after?: import("react").ReactNode;
|
|
38
|
-
appearance?:
|
|
38
|
+
appearance?: CompositeAppearanceKey;
|
|
39
39
|
before?: import("react").ReactNode;
|
|
40
40
|
className?: string;
|
|
41
41
|
dataTestId?: string;
|
|
@@ -2,12 +2,12 @@ import type { SearchProps } from '../Search.interface';
|
|
|
2
2
|
declare const meta: {
|
|
3
3
|
title: string;
|
|
4
4
|
component: import("react").ForwardRefExoticComponent<{
|
|
5
|
-
borderColor?:
|
|
6
|
-
borderColorHover?:
|
|
7
|
-
borderHover?:
|
|
8
|
-
borderType?:
|
|
9
|
-
borderWidth?:
|
|
10
|
-
fill?:
|
|
5
|
+
borderColor?: BorderColorProps;
|
|
6
|
+
borderColorHover?: BorderColorHoverProps;
|
|
7
|
+
borderHover?: BorderColorHoverProps;
|
|
8
|
+
borderType?: BorderTypeProps;
|
|
9
|
+
borderWidth?: BorderWidthProps;
|
|
10
|
+
fill?: FillProps;
|
|
11
11
|
iconAfter?: import("../../Icon/Icon.interface").IconProps["imageSrc"];
|
|
12
12
|
iconAfterFill?: import("../../Icon/Icon.interface").IconProps["iconFill"];
|
|
13
13
|
iconAfterSize?: import("../../Icon/Icon.interface").IconProps["size"];
|
|
@@ -20,22 +20,22 @@ declare const meta: {
|
|
|
20
20
|
iconClearFill?: import("../../Icon/Icon.interface").IconProps["iconFill"];
|
|
21
21
|
iconClearSize?: import("../../Icon/Icon.interface").IconProps["size"];
|
|
22
22
|
iconClearSrc?: import("../../Icon/Icon.interface").IconProps["imageSrc"];
|
|
23
|
-
inputFill?:
|
|
24
|
-
inputTextColor?:
|
|
25
|
-
inputTextSize?:
|
|
23
|
+
inputFill?: FillProps;
|
|
24
|
+
inputTextColor?: TextColorProps;
|
|
25
|
+
inputTextSize?: TextSizeProps;
|
|
26
26
|
inputTextStyle?: "italic" | "normal";
|
|
27
|
-
inputTextWeight?:
|
|
28
|
-
placeholderTextColor?:
|
|
29
|
-
placeholderTextSize?:
|
|
27
|
+
inputTextWeight?: TextWeightProps;
|
|
28
|
+
placeholderTextColor?: TextColorProps;
|
|
29
|
+
placeholderTextSize?: TextSizeProps;
|
|
30
30
|
placeholderTextStyle?: "italic" | "normal";
|
|
31
|
-
placeholderTextWeight?:
|
|
32
|
-
shape?:
|
|
33
|
-
shapeStrength?:
|
|
34
|
-
size?:
|
|
35
|
-
width?:
|
|
31
|
+
placeholderTextWeight?: TextWeightProps;
|
|
32
|
+
shape?: ShapeProps;
|
|
33
|
+
shapeStrength?: ShapeStrengthProps;
|
|
34
|
+
size?: SizeProps;
|
|
35
|
+
width?: WidthProps;
|
|
36
36
|
} & import("../../../hooks/useStyles/styleAttributes.interface").StyleAttributes & {
|
|
37
37
|
after?: import("react").ReactNode;
|
|
38
|
-
appearance?:
|
|
38
|
+
appearance?: CompositeAppearanceKey;
|
|
39
39
|
before?: import("react").ReactNode;
|
|
40
40
|
className?: string;
|
|
41
41
|
dataTestId?: string;
|
|
@@ -2,12 +2,12 @@ import type { SearchProps } from '../Search.interface';
|
|
|
2
2
|
declare const meta: {
|
|
3
3
|
title: string;
|
|
4
4
|
component: import("react").ForwardRefExoticComponent<{
|
|
5
|
-
borderColor?:
|
|
6
|
-
borderColorHover?:
|
|
7
|
-
borderHover?:
|
|
8
|
-
borderType?:
|
|
9
|
-
borderWidth?:
|
|
10
|
-
fill?:
|
|
5
|
+
borderColor?: BorderColorProps;
|
|
6
|
+
borderColorHover?: BorderColorHoverProps;
|
|
7
|
+
borderHover?: BorderColorHoverProps;
|
|
8
|
+
borderType?: BorderTypeProps;
|
|
9
|
+
borderWidth?: BorderWidthProps;
|
|
10
|
+
fill?: FillProps;
|
|
11
11
|
iconAfter?: import("../../Icon/Icon.interface").IconProps["imageSrc"];
|
|
12
12
|
iconAfterFill?: import("../../Icon/Icon.interface").IconProps["iconFill"];
|
|
13
13
|
iconAfterSize?: import("../../Icon/Icon.interface").IconProps["size"];
|
|
@@ -20,22 +20,22 @@ declare const meta: {
|
|
|
20
20
|
iconClearFill?: import("../../Icon/Icon.interface").IconProps["iconFill"];
|
|
21
21
|
iconClearSize?: import("../../Icon/Icon.interface").IconProps["size"];
|
|
22
22
|
iconClearSrc?: import("../../Icon/Icon.interface").IconProps["imageSrc"];
|
|
23
|
-
inputFill?:
|
|
24
|
-
inputTextColor?:
|
|
25
|
-
inputTextSize?:
|
|
23
|
+
inputFill?: FillProps;
|
|
24
|
+
inputTextColor?: TextColorProps;
|
|
25
|
+
inputTextSize?: TextSizeProps;
|
|
26
26
|
inputTextStyle?: "italic" | "normal";
|
|
27
|
-
inputTextWeight?:
|
|
28
|
-
placeholderTextColor?:
|
|
29
|
-
placeholderTextSize?:
|
|
27
|
+
inputTextWeight?: TextWeightProps;
|
|
28
|
+
placeholderTextColor?: TextColorProps;
|
|
29
|
+
placeholderTextSize?: TextSizeProps;
|
|
30
30
|
placeholderTextStyle?: "italic" | "normal";
|
|
31
|
-
placeholderTextWeight?:
|
|
32
|
-
shape?:
|
|
33
|
-
shapeStrength?:
|
|
34
|
-
size?:
|
|
35
|
-
width?:
|
|
31
|
+
placeholderTextWeight?: TextWeightProps;
|
|
32
|
+
shape?: ShapeProps;
|
|
33
|
+
shapeStrength?: ShapeStrengthProps;
|
|
34
|
+
size?: SizeProps;
|
|
35
|
+
width?: WidthProps;
|
|
36
36
|
} & import("../../../hooks/useStyles/styleAttributes.interface").StyleAttributes & {
|
|
37
37
|
after?: import("react").ReactNode;
|
|
38
|
-
appearance?:
|
|
38
|
+
appearance?: CompositeAppearanceKey;
|
|
39
39
|
before?: import("react").ReactNode;
|
|
40
40
|
className?: string;
|
|
41
41
|
dataTestId?: string;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { GroupBase, LoadingIndicatorProps } from 'react-select';
|
|
2
|
-
declare const SelectLoadingIndicator: <Option, IsMulti extends boolean, Group extends GroupBase<Option>>(props: LoadingIndicatorProps<Option, IsMulti, Group>) =>
|
|
2
|
+
declare const SelectLoadingIndicator: <Option, IsMulti extends boolean, Group extends GroupBase<Option>>(props: LoadingIndicatorProps<Option, IsMulti, Group>) => import("react/jsx-runtime").JSX.Element;
|
|
3
3
|
export { SelectLoadingIndicator };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { GroupBase, MultiValueProps } from 'react-select';
|
|
2
2
|
import { Option as SelectOption } from '@itcase/types-ui';
|
|
3
|
-
declare const SelectMultiValue: <Option extends SelectOption, IsMulti extends boolean, Group extends GroupBase<Option>>(props: MultiValueProps<Option, IsMulti, Group>) => import("react/jsx-runtime").JSX.Element
|
|
3
|
+
declare const SelectMultiValue: <Option extends SelectOption, IsMulti extends boolean, Group extends GroupBase<Option>>(props: MultiValueProps<Option, IsMulti, Group>) => import("react/jsx-runtime").JSX.Element;
|
|
4
4
|
export { SelectMultiValue };
|
|
@@ -98,7 +98,7 @@ export declare const LoadingMessageIcon: {
|
|
|
98
98
|
export declare const NoOptions: {
|
|
99
99
|
args: {
|
|
100
100
|
noOptionsText: string;
|
|
101
|
-
options:
|
|
101
|
+
options: any[];
|
|
102
102
|
};
|
|
103
103
|
render: (args: SelectPropsCustom<Option>) => import("react/jsx-runtime").JSX.Element;
|
|
104
104
|
};
|
|
@@ -98,7 +98,7 @@ export declare const LoadingMessageIcon: {
|
|
|
98
98
|
export declare const NoOptions: {
|
|
99
99
|
args: {
|
|
100
100
|
noOptionsText: string;
|
|
101
|
-
options:
|
|
101
|
+
options: any[];
|
|
102
102
|
};
|
|
103
103
|
render: (args: SelectPropsCustom<Option>) => import("react/jsx-runtime").JSX.Element;
|
|
104
104
|
};
|
|
@@ -98,7 +98,7 @@ export declare const LoadingMessageIcon: {
|
|
|
98
98
|
export declare const NoOptions: {
|
|
99
99
|
args: {
|
|
100
100
|
noOptionsText: string;
|
|
101
|
-
options:
|
|
101
|
+
options: any[];
|
|
102
102
|
};
|
|
103
103
|
render: (args: SelectPropsCustom<Option>) => import("react/jsx-runtime").JSX.Element;
|
|
104
104
|
};
|
|
@@ -98,7 +98,7 @@ export declare const LoadingMessageIcon: {
|
|
|
98
98
|
export declare const NoOptions: {
|
|
99
99
|
args: {
|
|
100
100
|
noOptionsText: string;
|
|
101
|
-
options:
|
|
101
|
+
options: any[];
|
|
102
102
|
};
|
|
103
103
|
render: (args: SelectPropsCustom<Option>) => import("react/jsx-runtime").JSX.Element;
|
|
104
104
|
};
|
|
@@ -2,25 +2,25 @@ import React from 'react';
|
|
|
2
2
|
import type { SwitchConfig } from './Switch.interface';
|
|
3
3
|
declare const switchConfig: SwitchConfig;
|
|
4
4
|
declare const Switch: React.ForwardRefExoticComponent<import("../../hooks/useStyles/styleAttributes.interface").StyleAttributes & {
|
|
5
|
-
borderColor?:
|
|
5
|
+
borderColor?: BorderColorProps;
|
|
6
6
|
descTextColor?: import("../Text/Text.interface").TextProps["textColor"];
|
|
7
7
|
descTextSize?: import("../Text/Text.interface").TextProps["size"];
|
|
8
|
-
fill?:
|
|
9
|
-
fillActive?:
|
|
10
|
-
fillActiveHover?:
|
|
11
|
-
fillHover?:
|
|
12
|
-
fillToggle?:
|
|
13
|
-
fillToggleActive?:
|
|
14
|
-
fillToggleActiveHover?:
|
|
15
|
-
fillToggleHover?:
|
|
8
|
+
fill?: FillProps;
|
|
9
|
+
fillActive?: FillActiveProps;
|
|
10
|
+
fillActiveHover?: FillActiveHoverProps;
|
|
11
|
+
fillHover?: FillHoverProps;
|
|
12
|
+
fillToggle?: FillProps;
|
|
13
|
+
fillToggleActive?: FillActiveProps;
|
|
14
|
+
fillToggleActiveHover?: FillActiveHoverProps;
|
|
15
|
+
fillToggleHover?: FillHoverProps;
|
|
16
16
|
set?: string;
|
|
17
17
|
size?: string;
|
|
18
18
|
titleTextColor?: import("../Text/Text.interface").TextProps["textColor"];
|
|
19
19
|
titleTextSize?: import("../Text/Text.interface").TextProps["size"];
|
|
20
20
|
} & {
|
|
21
21
|
id?: string;
|
|
22
|
-
align?:
|
|
23
|
-
appearance?:
|
|
22
|
+
align?: AlignProps;
|
|
23
|
+
appearance?: CompositeAppearanceDefaultSizeStyleKey;
|
|
24
24
|
className?: string;
|
|
25
25
|
dataTestId?: string;
|
|
26
26
|
dataTour?: string;
|