@itcase/ui 1.9.42 → 1.9.43
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/Accordion/Accordion.interface.d.ts +1 -1
- package/dist/types/components/Avatar/Avatar.interface.d.ts +1 -1
- package/dist/types/components/AvatarStack/AvatarStack.interface.d.ts +1 -1
- package/dist/types/components/Badge/Badge.interface.d.ts +1 -1
- package/dist/types/components/Breadcrumbs/Breadcrumbs.interface.d.ts +1 -1
- package/dist/types/components/Button/Button.d.ts +15 -15
- package/dist/types/components/Button/Button.interface.d.ts +1 -1
- 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/Cell/Cell.interface.d.ts +1 -1
- package/dist/types/components/Checkbox/Checkbox.interface.d.ts +1 -1
- package/dist/types/components/Checkmark/Checkmark.interface.d.ts +1 -1
- package/dist/types/components/Chips/Chips.interface.d.ts +1 -1
- package/dist/types/components/Choice/Choice.interface.d.ts +1 -1
- package/dist/types/components/Code/Code.interface.d.ts +1 -1
- package/dist/types/components/CookiesWarning/CookiesWarning.interface.d.ts +1 -1
- package/dist/types/components/DatePeriod/DatePeriod.interface.d.ts +3 -2
- package/dist/types/components/DatePicker/DatePicker.interface.d.ts +2 -1
- package/dist/types/components/Divider/Divider.interface.d.ts +1 -1
- package/dist/types/components/Dot/Dot.interface.d.ts +1 -1
- package/dist/types/components/Drawer/Drawer.interface.d.ts +1 -1
- package/dist/types/components/Dropdown/Dropdown.interface.d.ts +1 -1
- package/dist/types/components/Flex/Flex.interface.d.ts +1 -1
- package/dist/types/components/Grid/Grid.interface.d.ts +1 -1
- package/dist/types/components/Group/Group.d.ts +25 -25
- package/dist/types/components/Group/Group.interface.d.ts +1 -1
- package/dist/types/components/Group/stories/GroupAlignItems.stories.d.ts +25 -25
- package/dist/types/components/Group/stories/GroupAlignSelf.stories.d.ts +25 -25
- package/dist/types/components/Group/stories/GroupColumns.stories.d.ts +25 -25
- package/dist/types/components/Group/stories/GroupDirection.stories.d.ts +25 -25
- package/dist/types/components/Group/stories/GroupJustifyContent.stories.d.ts +25 -25
- package/dist/types/components/Group/stories/GroupWrap.stories.d.ts +25 -25
- package/dist/types/components/HTMLContent/HTMLContent.interface.d.ts +1 -1
- package/dist/types/components/HeroTitle/HeroTitle.interface.d.ts +1 -1
- package/dist/types/components/Icon/Icon.d.ts +2 -2
- package/dist/types/components/Icon/Icon.interface.d.ts +1 -1
- 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 +10 -10
- package/dist/types/components/Image/Image.interface.d.ts +2 -2
- package/dist/types/components/Image/stories/Image.stories.d.ts +10 -10
- package/dist/types/components/Input/Input.d.ts +1 -1
- package/dist/types/components/Input/Input.interface.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/InputNumber/InputNumber.interfaces.d.ts +1 -1
- package/dist/types/components/InputPassword/InputPassword.interface.d.ts +1 -1
- package/dist/types/components/Label/Label.interface.d.ts +2 -2
- package/dist/types/components/Link/Link.interface.d.ts +5 -5
- package/dist/types/components/List/List.interface.d.ts +1 -1
- package/dist/types/components/Loader/Loader.interface.d.ts +1 -1
- package/dist/types/components/Logo/Logo.d.ts +6 -6
- package/dist/types/components/Logo/Logo.interface.d.ts +1 -1
- 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/MenuItem/MenuItem.interface.d.ts +1 -1
- package/dist/types/components/Modal/Modal.d.ts +12 -12
- package/dist/types/components/Modal/Modal.interface.d.ts +1 -1
- package/dist/types/components/Modal/stories/ModalAbsoluteHeader.stories.d.ts +12 -12
- package/dist/types/components/Modal/stories/ModalDemo.stories.d.ts +12 -12
- package/dist/types/components/Modal/stories/ModalScroll.stories.d.ts +12 -12
- package/dist/types/components/Modal/stories/ModalSize.stories.d.ts +12 -12
- package/dist/types/components/Modal/stories/ModalStickyHeader.stories.d.ts +12 -12
- 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/ModalSheetBottom.interface.d.ts +1 -1
- package/dist/types/components/ModalSheetBottom/stories/ModalSheetBottomDemo.stories.d.ts +2 -2
- package/dist/types/components/Notification/Notification.interface.d.ts +2 -1
- package/dist/types/components/Overlay/Overlay.interface.d.ts +1 -1
- package/dist/types/components/Pagination/Pagination.interface.d.ts +1 -1
- package/dist/types/components/Radio/Radio.interface.d.ts +1 -1
- package/dist/types/components/RangeSlider/RangeSlider.interface.d.ts +1 -1
- package/dist/types/components/Response/Response.d.ts +11 -11
- package/dist/types/components/Response/Response.interface.d.ts +1 -1
- 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/SVGContent.interface.d.ts +1 -1
- package/dist/types/components/SVGContent/stories/SVGContent.stories.d.ts +2 -2
- package/dist/types/components/ScrollOnDrag/ScrollOnDrag.interface.d.ts +1 -1
- package/dist/types/components/ScrollToView/ScrollToView.interface.d.ts +1 -1
- package/dist/types/components/Search/Search.interface.d.ts +1 -1
- 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/Segmented/Segmented.interface.d.ts +1 -1
- package/dist/types/components/Select/Select.interface.d.ts +2 -1
- package/dist/types/components/Select/SelectMultiValue.d.ts +1 -1
- package/dist/types/components/Select/stories/Select.stories.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/SelectSize.stories.d.ts +1 -1
- package/dist/types/components/Select/stories/SelectStyle.stories.d.ts +1 -1
- package/dist/types/components/Select/stories/SelectSuccess.stories.d.ts +1 -1
- package/dist/types/components/Swiper/Swiper.interface.d.ts +1 -1
- package/dist/types/components/Switch/Switch.d.ts +11 -11
- package/dist/types/components/Switch/Switch.interface.d.ts +1 -1
- 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/Tab/Tab.interface.d.ts +1 -1
- package/dist/types/components/Text/Text.interface.d.ts +1 -1
- package/dist/types/components/Textarea/Textarea.interface.d.ts +1 -1
- package/dist/types/components/Tile/Tile.interface.d.ts +1 -1
- package/dist/types/components/Title/Title.interface.d.ts +1 -1
- package/dist/types/components/Tooltip/Tooltip.d.ts +15 -15
- package/dist/types/components/Tooltip/Tooltip.interface.d.ts +1 -1
- 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/components/Warning/Warning.interface.d.ts +1 -1
- package/dist/types/context/Notifications.d.ts +1 -1
- package/dist/types/context/Notifications.interface.d.ts +1 -1
- package/dist/types/hooks/useStyles/styleAttributes.interface.d.ts +1 -1
- package/package.json +3 -2
|
@@ -4,8 +4,8 @@ declare const meta: {
|
|
|
4
4
|
component: import("react").ForwardRefExoticComponent<Omit<import("../Icon.interface").IconAppearanceProps & import("../../../hooks/useStyles/styleAttributes.interface").StyleAttributes & {
|
|
5
5
|
id?: string;
|
|
6
6
|
after?: import("react").ReactNode;
|
|
7
|
-
align?: import("@itcase/types").AlignProps;
|
|
8
|
-
appearance?: import("@itcase/types").CompositeAppearanceDefaultStyleShapeKey | import("@itcase/types").CompositeAppearanceIconKeys;
|
|
7
|
+
align?: import("@itcase/types-ui").AlignProps;
|
|
8
|
+
appearance?: import("@itcase/types-ui").CompositeAppearanceDefaultStyleShapeKey | import("@itcase/types-ui").CompositeAppearanceIconKeys;
|
|
9
9
|
badgeClass?: string;
|
|
10
10
|
badgeValue?: string;
|
|
11
11
|
before?: import("react").ReactNode;
|
|
@@ -4,8 +4,8 @@ declare const meta: {
|
|
|
4
4
|
component: import("react").ForwardRefExoticComponent<Omit<import("../Icon.interface").IconAppearanceProps & import("../../../hooks/useStyles/styleAttributes.interface").StyleAttributes & {
|
|
5
5
|
id?: string;
|
|
6
6
|
after?: import("react").ReactNode;
|
|
7
|
-
align?: import("@itcase/types").AlignProps;
|
|
8
|
-
appearance?: import("@itcase/types").CompositeAppearanceDefaultStyleShapeKey | import("@itcase/types").CompositeAppearanceIconKeys;
|
|
7
|
+
align?: import("@itcase/types-ui").AlignProps;
|
|
8
|
+
appearance?: import("@itcase/types-ui").CompositeAppearanceDefaultStyleShapeKey | import("@itcase/types-ui").CompositeAppearanceIconKeys;
|
|
9
9
|
badgeClass?: string;
|
|
10
10
|
badgeValue?: string;
|
|
11
11
|
before?: import("react").ReactNode;
|
|
@@ -4,8 +4,8 @@ declare const meta: {
|
|
|
4
4
|
component: import("react").ForwardRefExoticComponent<Omit<import("../Icon.interface").IconAppearanceProps & import("../../../hooks/useStyles/styleAttributes.interface").StyleAttributes & {
|
|
5
5
|
id?: string;
|
|
6
6
|
after?: import("react").ReactNode;
|
|
7
|
-
align?: import("@itcase/types").AlignProps;
|
|
8
|
-
appearance?: import("@itcase/types").CompositeAppearanceDefaultStyleShapeKey | import("@itcase/types").CompositeAppearanceIconKeys;
|
|
7
|
+
align?: import("@itcase/types-ui").AlignProps;
|
|
8
|
+
appearance?: import("@itcase/types-ui").CompositeAppearanceDefaultStyleShapeKey | import("@itcase/types-ui").CompositeAppearanceIconKeys;
|
|
9
9
|
badgeClass?: string;
|
|
10
10
|
badgeValue?: string;
|
|
11
11
|
before?: import("react").ReactNode;
|
|
@@ -4,8 +4,8 @@ declare const meta: {
|
|
|
4
4
|
component: import("react").ForwardRefExoticComponent<Omit<import("../Icon.interface").IconAppearanceProps & import("../../../hooks/useStyles/styleAttributes.interface").StyleAttributes & {
|
|
5
5
|
id?: string;
|
|
6
6
|
after?: import("react").ReactNode;
|
|
7
|
-
align?: import("@itcase/types").AlignProps;
|
|
8
|
-
appearance?: import("@itcase/types").CompositeAppearanceDefaultStyleShapeKey | import("@itcase/types").CompositeAppearanceIconKeys;
|
|
7
|
+
align?: import("@itcase/types-ui").AlignProps;
|
|
8
|
+
appearance?: import("@itcase/types-ui").CompositeAppearanceDefaultStyleShapeKey | import("@itcase/types-ui").CompositeAppearanceIconKeys;
|
|
9
9
|
badgeClass?: string;
|
|
10
10
|
badgeValue?: string;
|
|
11
11
|
before?: import("react").ReactNode;
|
|
@@ -4,8 +4,8 @@ declare const meta: {
|
|
|
4
4
|
component: import("react").ForwardRefExoticComponent<Omit<import("../Icon.interface").IconAppearanceProps & import("../../../hooks/useStyles/styleAttributes.interface").StyleAttributes & {
|
|
5
5
|
id?: string;
|
|
6
6
|
after?: import("react").ReactNode;
|
|
7
|
-
align?: import("@itcase/types").AlignProps;
|
|
8
|
-
appearance?: import("@itcase/types").CompositeAppearanceDefaultStyleShapeKey | import("@itcase/types").CompositeAppearanceIconKeys;
|
|
7
|
+
align?: import("@itcase/types-ui").AlignProps;
|
|
8
|
+
appearance?: import("@itcase/types-ui").CompositeAppearanceDefaultStyleShapeKey | import("@itcase/types-ui").CompositeAppearanceIconKeys;
|
|
9
9
|
badgeClass?: string;
|
|
10
10
|
badgeValue?: string;
|
|
11
11
|
before?: import("react").ReactNode;
|
|
@@ -4,8 +4,8 @@ declare const meta: {
|
|
|
4
4
|
component: import("react").ForwardRefExoticComponent<Omit<import("../Icon.interface").IconAppearanceProps & import("../../../hooks/useStyles/styleAttributes.interface").StyleAttributes & {
|
|
5
5
|
id?: string;
|
|
6
6
|
after?: import("react").ReactNode;
|
|
7
|
-
align?: import("@itcase/types").AlignProps;
|
|
8
|
-
appearance?: import("@itcase/types").CompositeAppearanceDefaultStyleShapeKey | import("@itcase/types").CompositeAppearanceIconKeys;
|
|
7
|
+
align?: import("@itcase/types-ui").AlignProps;
|
|
8
|
+
appearance?: import("@itcase/types-ui").CompositeAppearanceDefaultStyleShapeKey | import("@itcase/types-ui").CompositeAppearanceIconKeys;
|
|
9
9
|
badgeClass?: string;
|
|
10
10
|
badgeValue?: string;
|
|
11
11
|
before?: import("react").ReactNode;
|
|
@@ -4,8 +4,8 @@ declare const meta: {
|
|
|
4
4
|
component: import("react").ForwardRefExoticComponent<Omit<import("../Icon.interface").IconAppearanceProps & import("../../../hooks/useStyles/styleAttributes.interface").StyleAttributes & {
|
|
5
5
|
id?: string;
|
|
6
6
|
after?: import("react").ReactNode;
|
|
7
|
-
align?: import("@itcase/types").AlignProps;
|
|
8
|
-
appearance?: import("@itcase/types").CompositeAppearanceDefaultStyleShapeKey | import("@itcase/types").CompositeAppearanceIconKeys;
|
|
7
|
+
align?: import("@itcase/types-ui").AlignProps;
|
|
8
|
+
appearance?: import("@itcase/types-ui").CompositeAppearanceDefaultStyleShapeKey | import("@itcase/types-ui").CompositeAppearanceIconKeys;
|
|
9
9
|
badgeClass?: string;
|
|
10
10
|
badgeValue?: string;
|
|
11
11
|
before?: import("react").ReactNode;
|
|
@@ -4,8 +4,8 @@ declare const meta: {
|
|
|
4
4
|
component: import("react").ForwardRefExoticComponent<Omit<import("../Icon.interface").IconAppearanceProps & import("../../../hooks/useStyles/styleAttributes.interface").StyleAttributes & {
|
|
5
5
|
id?: string;
|
|
6
6
|
after?: import("react").ReactNode;
|
|
7
|
-
align?: import("@itcase/types").AlignProps;
|
|
8
|
-
appearance?: import("@itcase/types").CompositeAppearanceDefaultStyleShapeKey | import("@itcase/types").CompositeAppearanceIconKeys;
|
|
7
|
+
align?: import("@itcase/types-ui").AlignProps;
|
|
8
|
+
appearance?: import("@itcase/types-ui").CompositeAppearanceDefaultStyleShapeKey | import("@itcase/types-ui").CompositeAppearanceIconKeys;
|
|
9
9
|
badgeClass?: string;
|
|
10
10
|
badgeValue?: string;
|
|
11
11
|
before?: import("react").ReactNode;
|
|
@@ -4,8 +4,8 @@ declare const meta: {
|
|
|
4
4
|
component: import("react").ForwardRefExoticComponent<Omit<import("../Icon.interface").IconAppearanceProps & import("../../../hooks/useStyles/styleAttributes.interface").StyleAttributes & {
|
|
5
5
|
id?: string;
|
|
6
6
|
after?: import("react").ReactNode;
|
|
7
|
-
align?: import("@itcase/types").AlignProps;
|
|
8
|
-
appearance?: import("@itcase/types").CompositeAppearanceDefaultStyleShapeKey | import("@itcase/types").CompositeAppearanceIconKeys;
|
|
7
|
+
align?: import("@itcase/types-ui").AlignProps;
|
|
8
|
+
appearance?: import("@itcase/types-ui").CompositeAppearanceDefaultStyleShapeKey | import("@itcase/types-ui").CompositeAppearanceIconKeys;
|
|
9
9
|
badgeClass?: string;
|
|
10
10
|
badgeValue?: string;
|
|
11
11
|
before?: import("react").ReactNode;
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
declare const Image: import("react").ForwardRefExoticComponent<Omit<{
|
|
2
|
-
borderColor?: import("@itcase/types").BorderColorProps;
|
|
2
|
+
borderColor?: import("@itcase/types-ui").BorderColorProps;
|
|
3
3
|
borderColorImage?: string;
|
|
4
|
-
borderType?: import("@itcase/types").BorderTypeProps;
|
|
5
|
-
borderWidth?: import("@itcase/types").BorderWidthProps;
|
|
4
|
+
borderType?: import("@itcase/types-ui").BorderTypeProps;
|
|
5
|
+
borderWidth?: import("@itcase/types-ui").BorderWidthProps;
|
|
6
6
|
cursor?: string;
|
|
7
|
-
fill?: import("@itcase/types").FillProps;
|
|
8
|
-
fillHover?: import("@itcase/types").FillHoverProps;
|
|
7
|
+
fill?: import("@itcase/types-ui").FillProps;
|
|
8
|
+
fillHover?: import("@itcase/types-ui").FillHoverProps;
|
|
9
9
|
height?: string;
|
|
10
|
-
horizontalAlign?: import("@itcase/types").AlignProps;
|
|
10
|
+
horizontalAlign?: import("@itcase/types-ui").AlignProps;
|
|
11
11
|
imageHeight?: string;
|
|
12
12
|
imageWidth?: string;
|
|
13
13
|
resizeMode?: string;
|
|
14
|
-
shape?: import("@itcase/types").ShapeProps;
|
|
15
|
-
verticalContentAlign?: import("@itcase/types").AlignProps;
|
|
16
|
-
width?: import("@itcase/types").WidthProps;
|
|
14
|
+
shape?: import("@itcase/types-ui").ShapeProps;
|
|
15
|
+
verticalContentAlign?: import("@itcase/types-ui").AlignProps;
|
|
16
|
+
width?: import("@itcase/types-ui").WidthProps;
|
|
17
17
|
} & import("../../hooks/useStyles/styleAttributes.interface").StyleAttributes & {
|
|
18
18
|
after?: import("react").ReactNode;
|
|
19
19
|
alt?: string;
|
|
@@ -31,7 +31,7 @@ declare const Image: import("react").ForwardRefExoticComponent<Omit<{
|
|
|
31
31
|
onError?: (event: React.SyntheticEvent<HTMLImageElement>) => void;
|
|
32
32
|
overlay?: import("react").ReactNode;
|
|
33
33
|
placeholderUrl?: string;
|
|
34
|
-
src
|
|
34
|
+
src?: string | null;
|
|
35
35
|
style?: import("react").CSSProperties;
|
|
36
36
|
title?: string;
|
|
37
37
|
type?: string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { CSSProperties, ReactNode } from 'react';
|
|
2
|
-
import { AlignProps, BorderColorProps, BorderTypeProps, BorderWidthProps, FillHoverProps, FillProps, ShapeProps, WidthProps } from '@itcase/types';
|
|
2
|
+
import { AlignProps, BorderColorProps, BorderTypeProps, BorderWidthProps, FillHoverProps, FillProps, ShapeProps, WidthProps } from '@itcase/types-ui';
|
|
3
3
|
import { StyleAttributes } from '../../hooks/useStyles/styleAttributes.interface';
|
|
4
4
|
type ImageAppearanceProps = {
|
|
5
5
|
borderColor?: BorderColorProps;
|
|
@@ -35,7 +35,7 @@ type ImageProps = ImageAppearanceProps & StyleAttributes & {
|
|
|
35
35
|
onError?: (event: React.SyntheticEvent<HTMLImageElement>) => void;
|
|
36
36
|
overlay?: ReactNode;
|
|
37
37
|
placeholderUrl?: string;
|
|
38
|
-
src
|
|
38
|
+
src?: string | null;
|
|
39
39
|
style?: CSSProperties;
|
|
40
40
|
title?: string;
|
|
41
41
|
type?: string;
|
|
@@ -2,21 +2,21 @@ import { ImageProps } from '../Image.interface';
|
|
|
2
2
|
declare const meta: {
|
|
3
3
|
title: string;
|
|
4
4
|
component: import("react").ForwardRefExoticComponent<Omit<{
|
|
5
|
-
borderColor?: import("@itcase/types").BorderColorProps;
|
|
5
|
+
borderColor?: import("@itcase/types-ui").BorderColorProps;
|
|
6
6
|
borderColorImage?: string;
|
|
7
|
-
borderType?: import("@itcase/types").BorderTypeProps;
|
|
8
|
-
borderWidth?: import("@itcase/types").BorderWidthProps;
|
|
7
|
+
borderType?: import("@itcase/types-ui").BorderTypeProps;
|
|
8
|
+
borderWidth?: import("@itcase/types-ui").BorderWidthProps;
|
|
9
9
|
cursor?: string;
|
|
10
|
-
fill?: import("@itcase/types").FillProps;
|
|
11
|
-
fillHover?: import("@itcase/types").FillHoverProps;
|
|
10
|
+
fill?: import("@itcase/types-ui").FillProps;
|
|
11
|
+
fillHover?: import("@itcase/types-ui").FillHoverProps;
|
|
12
12
|
height?: string;
|
|
13
|
-
horizontalAlign?: import("@itcase/types").AlignProps;
|
|
13
|
+
horizontalAlign?: import("@itcase/types-ui").AlignProps;
|
|
14
14
|
imageHeight?: string;
|
|
15
15
|
imageWidth?: string;
|
|
16
16
|
resizeMode?: string;
|
|
17
|
-
shape?: import("@itcase/types").ShapeProps;
|
|
18
|
-
verticalContentAlign?: import("@itcase/types").AlignProps;
|
|
19
|
-
width?: import("@itcase/types").WidthProps;
|
|
17
|
+
shape?: import("@itcase/types-ui").ShapeProps;
|
|
18
|
+
verticalContentAlign?: import("@itcase/types-ui").AlignProps;
|
|
19
|
+
width?: import("@itcase/types-ui").WidthProps;
|
|
20
20
|
} & import("../../../hooks/useStyles/styleAttributes.interface").StyleAttributes & {
|
|
21
21
|
after?: import("react").ReactNode;
|
|
22
22
|
alt?: string;
|
|
@@ -34,7 +34,7 @@ declare const meta: {
|
|
|
34
34
|
onError?: (event: React.SyntheticEvent<HTMLImageElement>) => void;
|
|
35
35
|
overlay?: import("react").ReactNode;
|
|
36
36
|
placeholderUrl?: string;
|
|
37
|
-
src
|
|
37
|
+
src?: string | null;
|
|
38
38
|
style?: import("react").CSSProperties;
|
|
39
39
|
title?: string;
|
|
40
40
|
type?: string;
|
|
@@ -3,7 +3,7 @@ import type { InputConfig } from './Input.interface';
|
|
|
3
3
|
declare const inputConfig: InputConfig;
|
|
4
4
|
declare const Input: React.ForwardRefExoticComponent<import("./Input.interface").InputAppearanceProps & import("../../hooks/useStyles/styleAttributes.interface").StyleAttributes & {
|
|
5
5
|
id?: string;
|
|
6
|
-
appearance?: import("@itcase/types").CompositeAppearanceKey;
|
|
6
|
+
appearance?: import("@itcase/types-ui").CompositeAppearanceKey;
|
|
7
7
|
autocomplete?: string;
|
|
8
8
|
className?: string;
|
|
9
9
|
dataTestId?: string;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AppearanceShapeKey, AppearanceSizeKey, AppearanceStateKeysDefault, AppearanceStyleKey, BorderColorHoverProps, BorderColorProps, BorderWidthProps, CompositeAppearanceKey, FillHoverProps, FillProps, ShapeProps, ShapeStrengthProps, SizeProps, WidthProps } from '@itcase/types';
|
|
1
|
+
import { AppearanceShapeKey, AppearanceSizeKey, AppearanceStateKeysDefault, AppearanceStyleKey, BorderColorHoverProps, BorderColorProps, BorderWidthProps, CompositeAppearanceKey, FillHoverProps, FillProps, ShapeProps, ShapeStrengthProps, SizeProps, WidthProps } from '@itcase/types-ui';
|
|
2
2
|
import type { StyleAttributes } from '../../hooks/useStyles/styleAttributes.interface';
|
|
3
3
|
import { TextProps } from '../Text/Text.interface';
|
|
4
4
|
type InputAppearanceProps = {
|
|
@@ -3,7 +3,7 @@ declare const meta: {
|
|
|
3
3
|
title: string;
|
|
4
4
|
component: import("react").ForwardRefExoticComponent<import("../Input.interface").InputAppearanceProps & import("../../../hooks/useStyles/styleAttributes.interface").StyleAttributes & {
|
|
5
5
|
id?: string;
|
|
6
|
-
appearance?: import("@itcase/types").CompositeAppearanceKey;
|
|
6
|
+
appearance?: import("@itcase/types-ui").CompositeAppearanceKey;
|
|
7
7
|
autocomplete?: string;
|
|
8
8
|
className?: string;
|
|
9
9
|
dataTestId?: string;
|
|
@@ -3,7 +3,7 @@ declare const meta: {
|
|
|
3
3
|
title: string;
|
|
4
4
|
component: import("react").ForwardRefExoticComponent<import("../Input.interface").InputAppearanceProps & import("../../../hooks/useStyles/styleAttributes.interface").StyleAttributes & {
|
|
5
5
|
id?: string;
|
|
6
|
-
appearance?: import("@itcase/types").CompositeAppearanceKey;
|
|
6
|
+
appearance?: import("@itcase/types-ui").CompositeAppearanceKey;
|
|
7
7
|
autocomplete?: string;
|
|
8
8
|
className?: string;
|
|
9
9
|
dataTestId?: string;
|
|
@@ -3,7 +3,7 @@ declare const meta: {
|
|
|
3
3
|
title: string;
|
|
4
4
|
component: import("react").ForwardRefExoticComponent<import("../Input.interface").InputAppearanceProps & import("../../../hooks/useStyles/styleAttributes.interface").StyleAttributes & {
|
|
5
5
|
id?: string;
|
|
6
|
-
appearance?: import("@itcase/types").CompositeAppearanceKey;
|
|
6
|
+
appearance?: import("@itcase/types-ui").CompositeAppearanceKey;
|
|
7
7
|
autocomplete?: string;
|
|
8
8
|
className?: string;
|
|
9
9
|
dataTestId?: string;
|
|
@@ -3,7 +3,7 @@ declare const meta: {
|
|
|
3
3
|
title: string;
|
|
4
4
|
component: import("react").ForwardRefExoticComponent<import("../Input.interface").InputAppearanceProps & import("../../../hooks/useStyles/styleAttributes.interface").StyleAttributes & {
|
|
5
5
|
id?: string;
|
|
6
|
-
appearance?: import("@itcase/types").CompositeAppearanceKey;
|
|
6
|
+
appearance?: import("@itcase/types-ui").CompositeAppearanceKey;
|
|
7
7
|
autocomplete?: string;
|
|
8
8
|
className?: string;
|
|
9
9
|
dataTestId?: string;
|
|
@@ -3,7 +3,7 @@ declare const meta: {
|
|
|
3
3
|
title: string;
|
|
4
4
|
component: import("react").ForwardRefExoticComponent<import("../Input.interface").InputAppearanceProps & import("../../../hooks/useStyles/styleAttributes.interface").StyleAttributes & {
|
|
5
5
|
id?: string;
|
|
6
|
-
appearance?: import("@itcase/types").CompositeAppearanceKey;
|
|
6
|
+
appearance?: import("@itcase/types-ui").CompositeAppearanceKey;
|
|
7
7
|
autocomplete?: string;
|
|
8
8
|
className?: string;
|
|
9
9
|
dataTestId?: string;
|
|
@@ -3,7 +3,7 @@ declare const meta: {
|
|
|
3
3
|
title: string;
|
|
4
4
|
component: import("react").ForwardRefExoticComponent<import("../Input.interface").InputAppearanceProps & import("../../../hooks/useStyles/styleAttributes.interface").StyleAttributes & {
|
|
5
5
|
id?: string;
|
|
6
|
-
appearance?: import("@itcase/types").CompositeAppearanceKey;
|
|
6
|
+
appearance?: import("@itcase/types-ui").CompositeAppearanceKey;
|
|
7
7
|
autocomplete?: string;
|
|
8
8
|
className?: string;
|
|
9
9
|
dataTestId?: string;
|
|
@@ -3,7 +3,7 @@ declare const meta: {
|
|
|
3
3
|
title: string;
|
|
4
4
|
component: import("react").ForwardRefExoticComponent<import("../Input.interface").InputAppearanceProps & import("../../../hooks/useStyles/styleAttributes.interface").StyleAttributes & {
|
|
5
5
|
id?: string;
|
|
6
|
-
appearance?: import("@itcase/types").CompositeAppearanceKey;
|
|
6
|
+
appearance?: import("@itcase/types-ui").CompositeAppearanceKey;
|
|
7
7
|
autocomplete?: string;
|
|
8
8
|
className?: string;
|
|
9
9
|
dataTestId?: string;
|
|
@@ -3,7 +3,7 @@ declare const meta: {
|
|
|
3
3
|
title: string;
|
|
4
4
|
component: import("react").ForwardRefExoticComponent<import("../Input.interface").InputAppearanceProps & import("../../../hooks/useStyles/styleAttributes.interface").StyleAttributes & {
|
|
5
5
|
id?: string;
|
|
6
|
-
appearance?: import("@itcase/types").CompositeAppearanceKey;
|
|
6
|
+
appearance?: import("@itcase/types-ui").CompositeAppearanceKey;
|
|
7
7
|
autocomplete?: string;
|
|
8
8
|
className?: string;
|
|
9
9
|
dataTestId?: string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { CSSProperties } from 'react';
|
|
2
|
-
import { AppearanceKeysDefault, AppearanceShapeKey, AppearanceSizeKey, AppearanceStyleKey, BorderColorHoverProps, BorderColorProps, BorderWidthProps, CompositeAppearanceKey, FillHoverProps, FillProps, ShapeProps, ShapeStrengthProps, SizeProps, SvgFillHoverProps, SvgFillProps } from '@itcase/types';
|
|
2
|
+
import { AppearanceKeysDefault, AppearanceShapeKey, AppearanceSizeKey, AppearanceStyleKey, BorderColorHoverProps, BorderColorProps, BorderWidthProps, CompositeAppearanceKey, FillHoverProps, FillProps, ShapeProps, ShapeStrengthProps, SizeProps, SvgFillHoverProps, SvgFillProps } from '@itcase/types-ui';
|
|
3
3
|
import { StyleAttributes } from '../../hooks/useStyles/styleAttributes.interface';
|
|
4
4
|
import { ButtonProps } from '../Button/Button.interface';
|
|
5
5
|
import { IconProps } from '../Icon/Icon.interface';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AppearanceShapeKey, AppearanceSizeKey, AppearanceStateKeysDefault, AppearanceStyleKey, BorderColorHoverProps, BorderColorProps, BorderWidthProps, CompositeAppearanceKey, FillHoverProps, FillProps, ItemFillProps, ShapeProps, ShapeStrengthProps, SizeProps, WidthProps } from '@itcase/types';
|
|
1
|
+
import { AppearanceShapeKey, AppearanceSizeKey, AppearanceStateKeysDefault, AppearanceStyleKey, BorderColorHoverProps, BorderColorProps, BorderWidthProps, CompositeAppearanceKey, FillHoverProps, FillProps, ItemFillProps, ShapeProps, ShapeStrengthProps, SizeProps, WidthProps } from '@itcase/types-ui';
|
|
2
2
|
import { StyleAttributes } from '../../hooks/useStyles/styleAttributes.interface';
|
|
3
3
|
import { IconProps } from '../Icon/Icon.interface';
|
|
4
4
|
import { TextProps } from '../Text/Text.interface';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { CSSProperties, MouseEvent, ReactNode } from 'react';
|
|
2
|
-
import { AlignProps, AppearanceKeysDefault, AppearanceShapeKey, AppearanceSizeKey, AppearanceStyleKey, BorderColorProps, BorderTypeProps, CompositeAppearanceKey, FillGradientProps, FillHoverProps, FillProps, ShapeProps, ShapeStrengthProps, SizeProps, WrapProps } from '@itcase/types';
|
|
2
|
+
import { AlignProps, AppearanceKeysDefault, AppearanceShapeKey, AppearanceSizeKey, AppearanceStyleKey, BorderColorProps, BorderTypeProps, CompositeAppearanceKey, FillGradientProps, FillHoverProps, FillProps, ShapeProps, ShapeStrengthProps, SizeProps, WrapProps } from '@itcase/types-ui';
|
|
3
3
|
import { StyleAttributes } from '../../hooks/useStyles/styleAttributes.interface';
|
|
4
4
|
import { IconProps } from '../Icon/Icon.interface';
|
|
5
5
|
import { TextProps } from '../Text/Text.interface';
|
|
@@ -8,7 +8,7 @@ type LabelAppearanceProps = {
|
|
|
8
8
|
align?: AlignProps;
|
|
9
9
|
borderColor?: BorderColorProps;
|
|
10
10
|
borderType?: BorderTypeProps;
|
|
11
|
-
fill?:
|
|
11
|
+
fill?: FillGradientProps | FillProps;
|
|
12
12
|
fillHover?: FillHoverProps;
|
|
13
13
|
iconAfter?: IconProps['SvgImage'];
|
|
14
14
|
iconAfterFill?: IconProps['fill'];
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { CSSProperties, ElementType, ReactNode } from 'react';
|
|
2
|
-
import { AppearanceKeysDefault, AppearanceSizeKey, AppearanceStateKeysDefault, AppearanceStyleKey, BorderColorHoverProps, BorderColorProps, BorderTypeProps, BorderWidthProps, CompositeAppearanceDefaultSizeStyleKey, DirectionProps, FillHoverProps, FillProps, ShapeProps, SizeProps, TextWeightProps, UnderlineProps } from '@itcase/types';
|
|
2
|
+
import { AppearanceKeysDefault, AppearanceSizeKey, AppearanceStateKeysDefault, AppearanceStyleKey, BorderColorHoverProps, BorderColorProps, BorderTypeProps, BorderWidthProps, CompositeAppearanceDefaultSizeStyleKey, DirectionProps, FillHoverProps, FillProps, ShapeProps, SizeProps, TextWeightProps, UnderlineProps } from '@itcase/types-ui';
|
|
3
3
|
import { StyleAttributes } from '../../hooks/useStyles/styleAttributes.interface';
|
|
4
4
|
import { IconProps } from '../Icon/Icon.interface';
|
|
5
5
|
import { TextProps } from '../Text/Text.interface';
|
|
@@ -73,15 +73,15 @@ type LinkWrapperProps = LinkAppearanceProps & StyleAttributes & {
|
|
|
73
73
|
LinkComponent?: ElementType;
|
|
74
74
|
onClick?: () => void;
|
|
75
75
|
onMouseDown?: () => void;
|
|
76
|
+
onPointerCancel?: (event: React.PointerEvent) => void;
|
|
77
|
+
onPointerDown?: (event: React.PointerEvent) => void;
|
|
78
|
+
onPointerLeave?: (event: React.PointerEvent) => void;
|
|
79
|
+
onPointerUp?: (event: React.PointerEvent) => void;
|
|
76
80
|
rel?: string;
|
|
77
81
|
style?: CSSProperties;
|
|
78
82
|
target?: string;
|
|
79
83
|
title?: string;
|
|
80
84
|
type?: ElementType;
|
|
81
|
-
onPointerCancel?: (event: React.PointerEvent) => void;
|
|
82
|
-
onPointerDown?: (event: React.PointerEvent) => void;
|
|
83
|
-
onPointerLeave?: (event: React.PointerEvent) => void;
|
|
84
|
-
onPointerUp?: (event: React.PointerEvent) => void;
|
|
85
85
|
};
|
|
86
86
|
type AppearanceKeys = AppearanceSizeKey | AppearanceStyleKey | (AppearanceKeysDefault | AppearanceStateKeysDefault);
|
|
87
87
|
type LinkAppearance = {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { CSSProperties, ReactNode } from 'react';
|
|
2
2
|
import { LinkProps } from 'react-scroll';
|
|
3
|
-
import { AppearanceKeysDefault, AppearanceSizeKey, AppearanceStyleKey, BorderColorProps, CompositeAppearanceDefaultSizeStyleKey, DirectionProps, FillHoverProps, FillProps, ShapeProps, SizeProps, WidthProps } from '@itcase/types';
|
|
3
|
+
import { AppearanceKeysDefault, AppearanceSizeKey, AppearanceStyleKey, BorderColorProps, CompositeAppearanceDefaultSizeStyleKey, DirectionProps, FillHoverProps, FillProps, ShapeProps, SizeProps, WidthProps } from '@itcase/types-ui';
|
|
4
4
|
import { StyleAttributes } from '../../hooks/useStyles/styleAttributes.interface';
|
|
5
5
|
import { TextProps } from '../Text/Text.interface';
|
|
6
6
|
type ListAppearanceProps = {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { CSSProperties, ReactNode } from 'react';
|
|
2
|
-
import { AppearanceKeysDefault, AppearanceShapeKey, AppearanceSizeKey, AppearanceStyleKey, BorderColorProps, CompositeAppearanceKey, FillProps, ItemFillProps, ShapeProps, ShapeStrengthProps, SizeProps, TextColorProps, TextSizeProps } from '@itcase/types';
|
|
2
|
+
import { AppearanceKeysDefault, AppearanceShapeKey, AppearanceSizeKey, AppearanceStyleKey, BorderColorProps, CompositeAppearanceKey, FillProps, ItemFillProps, ShapeProps, ShapeStrengthProps, SizeProps, TextColorProps, TextSizeProps } from '@itcase/types-ui';
|
|
3
3
|
import { StyleAttributes } from '../../hooks/useStyles/styleAttributes.interface';
|
|
4
4
|
type LoaderAppearanceProps = {
|
|
5
5
|
borderColor?: BorderColorProps;
|
|
@@ -7,11 +7,11 @@ declare const Logo: import("react").ForwardRefExoticComponent<Omit<{
|
|
|
7
7
|
src?: string;
|
|
8
8
|
title?: string;
|
|
9
9
|
} & import("../../hooks/useStyles/styleAttributes.interface").StyleAttributes & {
|
|
10
|
-
align?: import("@itcase/types").AlignProps;
|
|
11
|
-
alignDirection?: import("@itcase/types").DirectionProps;
|
|
12
|
-
alignItems?: import("@itcase/types").AlignProps;
|
|
10
|
+
align?: import("@itcase/types-ui").AlignProps;
|
|
11
|
+
alignDirection?: import("@itcase/types-ui").DirectionProps;
|
|
12
|
+
alignItems?: import("@itcase/types-ui").AlignProps;
|
|
13
13
|
alt?: string;
|
|
14
|
-
appearance?: "accentMutedPrimary" | "accentMutedQuaternary" | "accentMutedSecondary" | "accentMutedTertiary" | "accentPrimary" | "accentQuaternary" | "accentSecondary" | "accentTertiary" | "dangerMutedPrimary" | "dangerMutedQuaternary" | "dangerMutedSecondary" | "dangerMutedTertiary" | "dangerPrimary" | "dangerQuaternary" | "dangerSecondary" | "dangerTertiary" | "disabledMutedPrimary" | "disabledMutedQuaternary" | "disabledMutedSecondary" | "disabledMutedTertiary" | "disabledPrimary" | "disabledQuaternary" | "disabledSecondary" | "disabledTertiary" | "errorMutedPrimary" | "errorMutedQuaternary" | "errorMutedSecondary" | "errorMutedTertiary" | "errorPrimary" | "errorQuaternary" | "errorSecondary" | "errorTertiary" | "extraMutedPrimary" | "extraMutedQuaternary" | "extraMutedSecondary" | "extraMutedTertiary" | "extraPrimary" | "extraQuaternary" | "extraSecondary" | "extraTertiary" | "infoMutedPrimary" | "infoMutedQuaternary" | "infoMutedSecondary" | "infoMutedTertiary" | "infoPrimary" | "infoQuaternary" | "infoSecondary" | "infoTertiary" | "specialMutedPrimary" | "specialMutedQuaternary" | "specialMutedSecondary" | "specialMutedTertiary" | "specialPrimary" | "specialQuaternary" | "specialSecondary" | "specialTertiary" | "successMutedPrimary" | "successMutedQuaternary" | "successMutedSecondary" | "successMutedTertiary" | "successPrimary" | "successQuaternary" | "successSecondary" | "successTertiary" | "surfaceMutedPrimary" | "surfaceMutedQuaternary" | "surfaceMutedSecondary" | "surfaceMutedTertiary" | "surfacePrimary" | "surfaceQuaternary" | "surfaceSecondary" | "surfaceTertiary" | "warningMutedPrimary" | "warningMutedQuaternary" | "warningMutedSecondary" | "warningMutedTertiary" | "warningPrimary" | "warningQuaternary" | "warningSecondary" | "warningTertiary"
|
|
14
|
+
appearance?: "accentMutedPrimary" | "accentMutedQuaternary" | "accentMutedSecondary" | "accentMutedTertiary" | "accentPrimary" | "accentQuaternary" | "accentSecondary" | "accentTertiary" | "dangerMutedPrimary" | "dangerMutedQuaternary" | "dangerMutedSecondary" | "dangerMutedTertiary" | "dangerPrimary" | "dangerQuaternary" | "dangerSecondary" | "dangerTertiary" | "disabledMutedPrimary" | "disabledMutedQuaternary" | "disabledMutedSecondary" | "disabledMutedTertiary" | "disabledPrimary" | "disabledQuaternary" | "disabledSecondary" | "disabledTertiary" | "errorMutedPrimary" | "errorMutedQuaternary" | "errorMutedSecondary" | "errorMutedTertiary" | "errorPrimary" | "errorQuaternary" | "errorSecondary" | "errorTertiary" | "extraMutedPrimary" | "extraMutedQuaternary" | "extraMutedSecondary" | "extraMutedTertiary" | "extraPrimary" | "extraQuaternary" | "extraSecondary" | "extraTertiary" | "gradientPrimary" | "infoMutedPrimary" | "infoMutedQuaternary" | "infoMutedSecondary" | "infoMutedTertiary" | "infoPrimary" | "infoQuaternary" | "infoSecondary" | "infoTertiary" | "specialMutedPrimary" | "specialMutedQuaternary" | "specialMutedSecondary" | "specialMutedTertiary" | "specialPrimary" | "specialQuaternary" | "specialSecondary" | "specialTertiary" | "successMutedPrimary" | "successMutedQuaternary" | "successMutedSecondary" | "successMutedTertiary" | "successPrimary" | "successQuaternary" | "successSecondary" | "successTertiary" | "surfaceMutedPrimary" | "surfaceMutedQuaternary" | "surfaceMutedSecondary" | "surfaceMutedTertiary" | "surfacePrimary" | "surfaceQuaternary" | "surfaceSecondary" | "surfaceTertiary" | "warningMutedPrimary" | "warningMutedQuaternary" | "warningMutedSecondary" | "warningMutedTertiary" | "warningPrimary" | "warningQuaternary" | "warningSecondary" | "warningTertiary";
|
|
15
15
|
className?: string;
|
|
16
16
|
dataTestId?: string;
|
|
17
17
|
dataTour?: string;
|
|
@@ -19,11 +19,11 @@ declare const Logo: import("react").ForwardRefExoticComponent<Omit<{
|
|
|
19
19
|
isSkeleton?: boolean;
|
|
20
20
|
link?: string;
|
|
21
21
|
mode?: string;
|
|
22
|
-
size?: import("@itcase/types").SizeProps;
|
|
22
|
+
size?: import("@itcase/types-ui").SizeProps;
|
|
23
23
|
source?: string;
|
|
24
24
|
src?: string;
|
|
25
25
|
style?: import("react").CSSProperties;
|
|
26
26
|
title?: string;
|
|
27
|
-
width?: import("@itcase/types").WidthProps;
|
|
27
|
+
width?: import("@itcase/types-ui").WidthProps;
|
|
28
28
|
} & import("react").RefAttributes<HTMLDivElement>, "ref"> & import("react").RefAttributes<HTMLDivElement>>;
|
|
29
29
|
export { Logo, logoConfig };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { CSSProperties } from 'react';
|
|
2
|
-
import { AlignProps, AppearanceKeysDefault, DirectionProps, SizeProps, WidthProps } from '@itcase/types';
|
|
2
|
+
import { AlignProps, AppearanceKeysDefault, DirectionProps, SizeProps, WidthProps } from '@itcase/types-ui';
|
|
3
3
|
import { StyleAttributes } from '../../hooks/useStyles/styleAttributes.interface';
|
|
4
4
|
type LogoAppearanceProps = {
|
|
5
5
|
alt?: string;
|
|
@@ -8,11 +8,11 @@ declare const meta: {
|
|
|
8
8
|
src?: string;
|
|
9
9
|
title?: string;
|
|
10
10
|
} & import("../../../hooks/useStyles/styleAttributes.interface").StyleAttributes & {
|
|
11
|
-
align?: import("@itcase/types").AlignProps;
|
|
12
|
-
alignDirection?: import("@itcase/types").DirectionProps;
|
|
13
|
-
alignItems?: import("@itcase/types").AlignProps;
|
|
11
|
+
align?: import("@itcase/types-ui").AlignProps;
|
|
12
|
+
alignDirection?: import("@itcase/types-ui").DirectionProps;
|
|
13
|
+
alignItems?: import("@itcase/types-ui").AlignProps;
|
|
14
14
|
alt?: string;
|
|
15
|
-
appearance?: "accentMutedPrimary" | "accentMutedQuaternary" | "accentMutedSecondary" | "accentMutedTertiary" | "accentPrimary" | "accentQuaternary" | "accentSecondary" | "accentTertiary" | "dangerMutedPrimary" | "dangerMutedQuaternary" | "dangerMutedSecondary" | "dangerMutedTertiary" | "dangerPrimary" | "dangerQuaternary" | "dangerSecondary" | "dangerTertiary" | "disabledMutedPrimary" | "disabledMutedQuaternary" | "disabledMutedSecondary" | "disabledMutedTertiary" | "disabledPrimary" | "disabledQuaternary" | "disabledSecondary" | "disabledTertiary" | "errorMutedPrimary" | "errorMutedQuaternary" | "errorMutedSecondary" | "errorMutedTertiary" | "errorPrimary" | "errorQuaternary" | "errorSecondary" | "errorTertiary" | "extraMutedPrimary" | "extraMutedQuaternary" | "extraMutedSecondary" | "extraMutedTertiary" | "extraPrimary" | "extraQuaternary" | "extraSecondary" | "extraTertiary" | "infoMutedPrimary" | "infoMutedQuaternary" | "infoMutedSecondary" | "infoMutedTertiary" | "infoPrimary" | "infoQuaternary" | "infoSecondary" | "infoTertiary" | "specialMutedPrimary" | "specialMutedQuaternary" | "specialMutedSecondary" | "specialMutedTertiary" | "specialPrimary" | "specialQuaternary" | "specialSecondary" | "specialTertiary" | "successMutedPrimary" | "successMutedQuaternary" | "successMutedSecondary" | "successMutedTertiary" | "successPrimary" | "successQuaternary" | "successSecondary" | "successTertiary" | "surfaceMutedPrimary" | "surfaceMutedQuaternary" | "surfaceMutedSecondary" | "surfaceMutedTertiary" | "surfacePrimary" | "surfaceQuaternary" | "surfaceSecondary" | "surfaceTertiary" | "warningMutedPrimary" | "warningMutedQuaternary" | "warningMutedSecondary" | "warningMutedTertiary" | "warningPrimary" | "warningQuaternary" | "warningSecondary" | "warningTertiary"
|
|
15
|
+
appearance?: "accentMutedPrimary" | "accentMutedQuaternary" | "accentMutedSecondary" | "accentMutedTertiary" | "accentPrimary" | "accentQuaternary" | "accentSecondary" | "accentTertiary" | "dangerMutedPrimary" | "dangerMutedQuaternary" | "dangerMutedSecondary" | "dangerMutedTertiary" | "dangerPrimary" | "dangerQuaternary" | "dangerSecondary" | "dangerTertiary" | "disabledMutedPrimary" | "disabledMutedQuaternary" | "disabledMutedSecondary" | "disabledMutedTertiary" | "disabledPrimary" | "disabledQuaternary" | "disabledSecondary" | "disabledTertiary" | "errorMutedPrimary" | "errorMutedQuaternary" | "errorMutedSecondary" | "errorMutedTertiary" | "errorPrimary" | "errorQuaternary" | "errorSecondary" | "errorTertiary" | "extraMutedPrimary" | "extraMutedQuaternary" | "extraMutedSecondary" | "extraMutedTertiary" | "extraPrimary" | "extraQuaternary" | "extraSecondary" | "extraTertiary" | "gradientPrimary" | "infoMutedPrimary" | "infoMutedQuaternary" | "infoMutedSecondary" | "infoMutedTertiary" | "infoPrimary" | "infoQuaternary" | "infoSecondary" | "infoTertiary" | "specialMutedPrimary" | "specialMutedQuaternary" | "specialMutedSecondary" | "specialMutedTertiary" | "specialPrimary" | "specialQuaternary" | "specialSecondary" | "specialTertiary" | "successMutedPrimary" | "successMutedQuaternary" | "successMutedSecondary" | "successMutedTertiary" | "successPrimary" | "successQuaternary" | "successSecondary" | "successTertiary" | "surfaceMutedPrimary" | "surfaceMutedQuaternary" | "surfaceMutedSecondary" | "surfaceMutedTertiary" | "surfacePrimary" | "surfaceQuaternary" | "surfaceSecondary" | "surfaceTertiary" | "warningMutedPrimary" | "warningMutedQuaternary" | "warningMutedSecondary" | "warningMutedTertiary" | "warningPrimary" | "warningQuaternary" | "warningSecondary" | "warningTertiary";
|
|
16
16
|
className?: string;
|
|
17
17
|
dataTestId?: string;
|
|
18
18
|
dataTour?: string;
|
|
@@ -20,12 +20,12 @@ declare const meta: {
|
|
|
20
20
|
isSkeleton?: boolean;
|
|
21
21
|
link?: string;
|
|
22
22
|
mode?: string;
|
|
23
|
-
size?: import("@itcase/types").SizeProps;
|
|
23
|
+
size?: import("@itcase/types-ui").SizeProps;
|
|
24
24
|
source?: string;
|
|
25
25
|
src?: string;
|
|
26
26
|
style?: import("react").CSSProperties;
|
|
27
27
|
title?: string;
|
|
28
|
-
width?: import("@itcase/types").WidthProps;
|
|
28
|
+
width?: import("@itcase/types-ui").WidthProps;
|
|
29
29
|
} & import("react").RefAttributes<HTMLDivElement>, "ref"> & import("react").RefAttributes<HTMLDivElement>>;
|
|
30
30
|
args: {
|
|
31
31
|
size: string;
|
|
@@ -8,11 +8,11 @@ declare const meta: {
|
|
|
8
8
|
src?: string;
|
|
9
9
|
title?: string;
|
|
10
10
|
} & import("../../../hooks/useStyles/styleAttributes.interface").StyleAttributes & {
|
|
11
|
-
align?: import("@itcase/types").AlignProps;
|
|
12
|
-
alignDirection?: import("@itcase/types").DirectionProps;
|
|
13
|
-
alignItems?: import("@itcase/types").AlignProps;
|
|
11
|
+
align?: import("@itcase/types-ui").AlignProps;
|
|
12
|
+
alignDirection?: import("@itcase/types-ui").DirectionProps;
|
|
13
|
+
alignItems?: import("@itcase/types-ui").AlignProps;
|
|
14
14
|
alt?: string;
|
|
15
|
-
appearance?: "accentMutedPrimary" | "accentMutedQuaternary" | "accentMutedSecondary" | "accentMutedTertiary" | "accentPrimary" | "accentQuaternary" | "accentSecondary" | "accentTertiary" | "dangerMutedPrimary" | "dangerMutedQuaternary" | "dangerMutedSecondary" | "dangerMutedTertiary" | "dangerPrimary" | "dangerQuaternary" | "dangerSecondary" | "dangerTertiary" | "disabledMutedPrimary" | "disabledMutedQuaternary" | "disabledMutedSecondary" | "disabledMutedTertiary" | "disabledPrimary" | "disabledQuaternary" | "disabledSecondary" | "disabledTertiary" | "errorMutedPrimary" | "errorMutedQuaternary" | "errorMutedSecondary" | "errorMutedTertiary" | "errorPrimary" | "errorQuaternary" | "errorSecondary" | "errorTertiary" | "extraMutedPrimary" | "extraMutedQuaternary" | "extraMutedSecondary" | "extraMutedTertiary" | "extraPrimary" | "extraQuaternary" | "extraSecondary" | "extraTertiary" | "infoMutedPrimary" | "infoMutedQuaternary" | "infoMutedSecondary" | "infoMutedTertiary" | "infoPrimary" | "infoQuaternary" | "infoSecondary" | "infoTertiary" | "specialMutedPrimary" | "specialMutedQuaternary" | "specialMutedSecondary" | "specialMutedTertiary" | "specialPrimary" | "specialQuaternary" | "specialSecondary" | "specialTertiary" | "successMutedPrimary" | "successMutedQuaternary" | "successMutedSecondary" | "successMutedTertiary" | "successPrimary" | "successQuaternary" | "successSecondary" | "successTertiary" | "surfaceMutedPrimary" | "surfaceMutedQuaternary" | "surfaceMutedSecondary" | "surfaceMutedTertiary" | "surfacePrimary" | "surfaceQuaternary" | "surfaceSecondary" | "surfaceTertiary" | "warningMutedPrimary" | "warningMutedQuaternary" | "warningMutedSecondary" | "warningMutedTertiary" | "warningPrimary" | "warningQuaternary" | "warningSecondary" | "warningTertiary"
|
|
15
|
+
appearance?: "accentMutedPrimary" | "accentMutedQuaternary" | "accentMutedSecondary" | "accentMutedTertiary" | "accentPrimary" | "accentQuaternary" | "accentSecondary" | "accentTertiary" | "dangerMutedPrimary" | "dangerMutedQuaternary" | "dangerMutedSecondary" | "dangerMutedTertiary" | "dangerPrimary" | "dangerQuaternary" | "dangerSecondary" | "dangerTertiary" | "disabledMutedPrimary" | "disabledMutedQuaternary" | "disabledMutedSecondary" | "disabledMutedTertiary" | "disabledPrimary" | "disabledQuaternary" | "disabledSecondary" | "disabledTertiary" | "errorMutedPrimary" | "errorMutedQuaternary" | "errorMutedSecondary" | "errorMutedTertiary" | "errorPrimary" | "errorQuaternary" | "errorSecondary" | "errorTertiary" | "extraMutedPrimary" | "extraMutedQuaternary" | "extraMutedSecondary" | "extraMutedTertiary" | "extraPrimary" | "extraQuaternary" | "extraSecondary" | "extraTertiary" | "gradientPrimary" | "infoMutedPrimary" | "infoMutedQuaternary" | "infoMutedSecondary" | "infoMutedTertiary" | "infoPrimary" | "infoQuaternary" | "infoSecondary" | "infoTertiary" | "specialMutedPrimary" | "specialMutedQuaternary" | "specialMutedSecondary" | "specialMutedTertiary" | "specialPrimary" | "specialQuaternary" | "specialSecondary" | "specialTertiary" | "successMutedPrimary" | "successMutedQuaternary" | "successMutedSecondary" | "successMutedTertiary" | "successPrimary" | "successQuaternary" | "successSecondary" | "successTertiary" | "surfaceMutedPrimary" | "surfaceMutedQuaternary" | "surfaceMutedSecondary" | "surfaceMutedTertiary" | "surfacePrimary" | "surfaceQuaternary" | "surfaceSecondary" | "surfaceTertiary" | "warningMutedPrimary" | "warningMutedQuaternary" | "warningMutedSecondary" | "warningMutedTertiary" | "warningPrimary" | "warningQuaternary" | "warningSecondary" | "warningTertiary";
|
|
16
16
|
className?: string;
|
|
17
17
|
dataTestId?: string;
|
|
18
18
|
dataTour?: string;
|
|
@@ -20,12 +20,12 @@ declare const meta: {
|
|
|
20
20
|
isSkeleton?: boolean;
|
|
21
21
|
link?: string;
|
|
22
22
|
mode?: string;
|
|
23
|
-
size?: import("@itcase/types").SizeProps;
|
|
23
|
+
size?: import("@itcase/types-ui").SizeProps;
|
|
24
24
|
source?: string;
|
|
25
25
|
src?: string;
|
|
26
26
|
style?: import("react").CSSProperties;
|
|
27
27
|
title?: string;
|
|
28
|
-
width?: import("@itcase/types").WidthProps;
|
|
28
|
+
width?: import("@itcase/types-ui").WidthProps;
|
|
29
29
|
} & import("react").RefAttributes<HTMLDivElement>, "ref"> & import("react").RefAttributes<HTMLDivElement>>;
|
|
30
30
|
args: {
|
|
31
31
|
src: string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { CSSProperties, ElementType, ReactNode } from 'react';
|
|
2
2
|
import { LinkProps } from 'react-scroll';
|
|
3
|
-
import { AlignProps, AppearanceKeysDefault, AppearanceShapeKey, AppearanceSizeKey, AppearanceStyleKey, BorderColorProps, CompositeAppearanceSizePxKey, DirectionProps, FillActiveHoverProps, FillActiveProps, FillHoverProps, FillProps, JustifyContentProps, ShapeProps, ShapeStrengthProps, TextSizeProps, UnderlineProps } from '@itcase/types';
|
|
3
|
+
import { AlignProps, AppearanceKeysDefault, AppearanceShapeKey, AppearanceSizeKey, AppearanceStyleKey, BorderColorProps, CompositeAppearanceSizePxKey, DirectionProps, FillActiveHoverProps, FillActiveProps, FillHoverProps, FillProps, JustifyContentProps, ShapeProps, ShapeStrengthProps, TextSizeProps, UnderlineProps } from '@itcase/types-ui';
|
|
4
4
|
import { StyleAttributes } from '../../hooks/useStyles/styleAttributes.interface';
|
|
5
5
|
import { IconProps } from '../Icon/Icon.interface';
|
|
6
6
|
import { TextProps } from '../Text/Text.interface';
|
|
@@ -2,27 +2,27 @@ import React from 'react';
|
|
|
2
2
|
import type { ModalConfig, ModalRef } from './Modal.interface';
|
|
3
3
|
declare const modalConfig: ModalConfig;
|
|
4
4
|
declare const Modal: React.ForwardRefExoticComponent<{
|
|
5
|
-
borderColor?: import("@itcase/types").BorderColorProps;
|
|
6
|
-
borderType?: import("@itcase/types").BorderTypeProps;
|
|
7
|
-
borderWidth?: import("@itcase/types").BorderWidthProps;
|
|
5
|
+
borderColor?: import("@itcase/types-ui").BorderColorProps;
|
|
6
|
+
borderType?: import("@itcase/types-ui").BorderTypeProps;
|
|
7
|
+
borderWidth?: import("@itcase/types-ui").BorderWidthProps;
|
|
8
8
|
closeIcon?: boolean;
|
|
9
9
|
closeIconAppearance?: import("../Icon/Icon.interface").IconProps["appearance"];
|
|
10
|
-
closeIconAppearanceSize?: import("@itcase/types").AppearanceIconSizeKey;
|
|
10
|
+
closeIconAppearanceSize?: import("@itcase/types-ui").AppearanceIconSizeKey;
|
|
11
11
|
closeIconFillSize?: import("../Icon/Icon.interface").IconProps["fillSize"];
|
|
12
12
|
closeIconImage?: import("../Icon/Icon.interface").IconProps["SvgImage"];
|
|
13
13
|
closeIconShape?: import("../Icon/Icon.interface").IconProps["shape"];
|
|
14
14
|
closeIconSize?: import("../Icon/Icon.interface").IconProps["iconSize"];
|
|
15
|
-
elevation?: import("@itcase/types").ElevationProps;
|
|
16
|
-
fill?: import("@itcase/types").FillProps;
|
|
15
|
+
elevation?: import("@itcase/types-ui").ElevationProps;
|
|
16
|
+
fill?: import("@itcase/types-ui").FillProps;
|
|
17
17
|
isDisabled?: boolean;
|
|
18
18
|
isOpen?: boolean;
|
|
19
|
-
itemFill?: import("@itcase/types").ItemFillProps;
|
|
19
|
+
itemFill?: import("@itcase/types-ui").ItemFillProps;
|
|
20
20
|
overlayFill?: import("../Overlay/Overlay.interface").OverlayProps["fill"];
|
|
21
21
|
overlayOpacity?: import("../Overlay/Overlay.interface").OverlayProps["opacity"];
|
|
22
22
|
print?: boolean;
|
|
23
|
-
shape?: import("@itcase/types").ShapeProps;
|
|
24
|
-
shapeStrength?: import("@itcase/types").ShapeStrengthProps;
|
|
25
|
-
size?: import("@itcase/types").SizeProps;
|
|
23
|
+
shape?: import("@itcase/types-ui").ShapeProps;
|
|
24
|
+
shapeStrength?: import("@itcase/types-ui").ShapeStrengthProps;
|
|
25
|
+
size?: import("@itcase/types-ui").SizeProps;
|
|
26
26
|
textColor?: import("../Text/Text.interface").TextProps["textColor"];
|
|
27
27
|
textSize?: import("../Text/Text.interface").TextProps["size"];
|
|
28
28
|
titleTextColor?: import("../Title/Title.interface").TitleProps["textColor"];
|
|
@@ -30,13 +30,13 @@ declare const Modal: React.ForwardRefExoticComponent<{
|
|
|
30
30
|
titleTextSize?: import("../Title/Title.interface").TitleProps["size"];
|
|
31
31
|
titleTextTruncate?: import("../Title/Title.interface").TitleProps["textTruncate"];
|
|
32
32
|
titleTextWeight?: import("../Title/Title.interface").TitleProps["textWeight"];
|
|
33
|
-
titleTextWidth?: import("@itcase/types").WidthProps;
|
|
33
|
+
titleTextWidth?: import("@itcase/types-ui").WidthProps;
|
|
34
34
|
titleTextWrap?: import("../Title/Title.interface").TitleProps["textWrap"];
|
|
35
35
|
} & import("../../hooks/useStyles/styleAttributes.interface").StyleAttributes & {
|
|
36
36
|
id?: string;
|
|
37
37
|
absoluteHeader?: boolean;
|
|
38
38
|
after?: React.ReactNode;
|
|
39
|
-
appearance?: import("@itcase/types").CompositeAppearanceKey;
|
|
39
|
+
appearance?: import("@itcase/types-ui").CompositeAppearanceKey;
|
|
40
40
|
before?: React.ReactNode;
|
|
41
41
|
children?: React.ReactNode;
|
|
42
42
|
className?: string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { CSSProperties, MouseEventHandler, ReactNode } from 'react';
|
|
2
|
-
import { AppearanceIconSizeKey, AppearanceKeysDefault, AppearanceShapeKey, AppearanceSizeKey, AppearanceStyleKey, BorderColorProps, BorderTypeProps, BorderWidthProps, CompositeAppearanceKey, ElevationProps, FillProps, ItemFillProps, ShapeProps, ShapeStrengthProps, SizeProps, WidthProps } from '@itcase/types';
|
|
2
|
+
import { AppearanceIconSizeKey, AppearanceKeysDefault, AppearanceShapeKey, AppearanceSizeKey, AppearanceStyleKey, BorderColorProps, BorderTypeProps, BorderWidthProps, CompositeAppearanceKey, ElevationProps, FillProps, ItemFillProps, ShapeProps, ShapeStrengthProps, SizeProps, WidthProps } from '@itcase/types-ui';
|
|
3
3
|
import { StyleAttributes } from '../../hooks/useStyles/styleAttributes.interface';
|
|
4
4
|
import { IconProps } from '../Icon/Icon.interface';
|
|
5
5
|
import { OverlayProps } from '../Overlay/Overlay.interface';
|