@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
|
@@ -2,40 +2,40 @@ import React from 'react';
|
|
|
2
2
|
import type { GroupConfig } from './Group.interface';
|
|
3
3
|
declare const groupConfig: GroupConfig;
|
|
4
4
|
declare const Group: React.ForwardRefExoticComponent<{
|
|
5
|
-
align?: import("@itcase/types").AlignProps;
|
|
6
|
-
alignDirection?: import("@itcase/types").DirectionProps;
|
|
7
|
-
border?: import("@itcase/types").BorderColorProps;
|
|
8
|
-
borderColor?: import("@itcase/types").BorderColorProps;
|
|
9
|
-
borderColorActive?: import("@itcase/types").BorderColorProps;
|
|
10
|
-
borderColorActiveHover?: import("@itcase/types").BorderColorProps;
|
|
11
|
-
borderColorHover?: import("@itcase/types").BorderColorProps;
|
|
12
|
-
borderType?: import("@itcase/types").BorderTypeProps;
|
|
13
|
-
borderWidth?: import("@itcase/types").BorderWidthProps;
|
|
5
|
+
align?: import("@itcase/types-ui").AlignProps;
|
|
6
|
+
alignDirection?: import("@itcase/types-ui").DirectionProps;
|
|
7
|
+
border?: import("@itcase/types-ui").BorderColorProps;
|
|
8
|
+
borderColor?: import("@itcase/types-ui").BorderColorProps;
|
|
9
|
+
borderColorActive?: import("@itcase/types-ui").BorderColorProps;
|
|
10
|
+
borderColorActiveHover?: import("@itcase/types-ui").BorderColorProps;
|
|
11
|
+
borderColorHover?: import("@itcase/types-ui").BorderColorProps;
|
|
12
|
+
borderType?: import("@itcase/types-ui").BorderTypeProps;
|
|
13
|
+
borderWidth?: import("@itcase/types-ui").BorderWidthProps;
|
|
14
14
|
columns?: number;
|
|
15
|
-
direction?: import("@itcase/types").DirectionProps;
|
|
16
|
-
elevation?: import("@itcase/types").ElevationProps;
|
|
17
|
-
fill?: import("@itcase/types").FillProps;
|
|
18
|
-
fillActive?: import("@itcase/types").FillProps;
|
|
19
|
-
fillActiveHover?: import("@itcase/types").FillActiveHoverProps;
|
|
20
|
-
fillDisabled?: import("@itcase/types").FillProps;
|
|
21
|
-
fillHover?: import("@itcase/types").FillHoverProps;
|
|
15
|
+
direction?: import("@itcase/types-ui").DirectionProps;
|
|
16
|
+
elevation?: import("@itcase/types-ui").ElevationProps;
|
|
17
|
+
fill?: import("@itcase/types-ui").FillProps;
|
|
18
|
+
fillActive?: import("@itcase/types-ui").FillProps;
|
|
19
|
+
fillActiveHover?: import("@itcase/types-ui").FillActiveHoverProps;
|
|
20
|
+
fillDisabled?: import("@itcase/types-ui").FillProps;
|
|
21
|
+
fillHover?: import("@itcase/types-ui").FillHoverProps;
|
|
22
22
|
flexGrow?: string;
|
|
23
|
-
height?: import("@itcase/types").HeightProps;
|
|
23
|
+
height?: import("@itcase/types-ui").HeightProps;
|
|
24
24
|
hoverFilter?: string;
|
|
25
25
|
iconFillHover?: import("../Icon/Icon.interface").IconProps["fillHover"];
|
|
26
|
-
justifyContent?: import("@itcase/types").JustifyContentProps;
|
|
26
|
+
justifyContent?: import("@itcase/types-ui").JustifyContentProps;
|
|
27
27
|
labelTextColor?: import("../Label/Label.interface").LabelProps["labelTextColor"];
|
|
28
|
-
shape?: import("@itcase/types").ShapeProps;
|
|
29
|
-
shapeStrength?: import("@itcase/types").ShapeStrengthProps;
|
|
30
|
-
stacking?: import("@itcase/types").StackingProps;
|
|
28
|
+
shape?: import("@itcase/types-ui").ShapeProps;
|
|
29
|
+
shapeStrength?: import("@itcase/types-ui").ShapeStrengthProps;
|
|
30
|
+
stacking?: import("@itcase/types-ui").StackingProps;
|
|
31
31
|
textColor?: import("../Text/Text.interface").TextProps["textColor"];
|
|
32
32
|
textColorActive?: import("../Text/Text.interface").TextProps["textColorActive"];
|
|
33
33
|
textColorHover?: import("../Text/Text.interface").TextProps["textColorHover"];
|
|
34
|
-
width?: import("@itcase/types").WidthProps;
|
|
35
|
-
wrap?: import("@itcase/types").WrapProps;
|
|
34
|
+
width?: import("@itcase/types-ui").WidthProps;
|
|
35
|
+
wrap?: import("@itcase/types-ui").WrapProps;
|
|
36
36
|
} & import("../../hooks/useStyles/styleAttributes.interface").StyleAttributes & {
|
|
37
37
|
id?: number | string;
|
|
38
|
-
appearance?: import("@itcase/types").CompositeAppearanceDefaultKey;
|
|
38
|
+
appearance?: import("@itcase/types-ui").CompositeAppearanceDefaultKey;
|
|
39
39
|
children?: React.ReactNode;
|
|
40
40
|
className?: string;
|
|
41
41
|
dataId?: string;
|
|
@@ -49,7 +49,7 @@ declare const Group: React.ForwardRefExoticComponent<{
|
|
|
49
49
|
onClick?: () => void;
|
|
50
50
|
onMouseDown?: () => void;
|
|
51
51
|
print?: boolean;
|
|
52
|
-
scroll?: boolean | import("@itcase/types").DirectionProps;
|
|
52
|
+
scroll?: boolean | import("@itcase/types-ui").DirectionProps;
|
|
53
53
|
set?: string;
|
|
54
54
|
style?: React.CSSProperties;
|
|
55
55
|
tag?: React.ElementType;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { CSSProperties, ElementType, ReactNode } from 'react';
|
|
2
|
-
import { AlignProps, AppearanceKeysDefault, BorderColorProps, BorderTypeProps, BorderWidthProps, CompositeAppearanceDefaultKey, DirectionProps, ElevationProps, FillActiveHoverProps, FillHoverProps, FillProps, HeightProps, JustifyContentProps, ShapeProps, ShapeStrengthProps, StackingProps, WidthProps, WrapProps } from '@itcase/types';
|
|
2
|
+
import { AlignProps, AppearanceKeysDefault, BorderColorProps, BorderTypeProps, BorderWidthProps, CompositeAppearanceDefaultKey, DirectionProps, ElevationProps, FillActiveHoverProps, FillHoverProps, FillProps, HeightProps, JustifyContentProps, ShapeProps, ShapeStrengthProps, StackingProps, WidthProps, 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 { LabelProps } from '../Label/Label.interface';
|
|
@@ -2,40 +2,40 @@ import { GroupProps } from '../Group.interface';
|
|
|
2
2
|
declare const meta: {
|
|
3
3
|
title: string;
|
|
4
4
|
component: import("react").ForwardRefExoticComponent<{
|
|
5
|
-
align?: import("@itcase/types").AlignProps;
|
|
6
|
-
alignDirection?: import("@itcase/types").DirectionProps;
|
|
7
|
-
border?: import("@itcase/types").BorderColorProps;
|
|
8
|
-
borderColor?: import("@itcase/types").BorderColorProps;
|
|
9
|
-
borderColorActive?: import("@itcase/types").BorderColorProps;
|
|
10
|
-
borderColorActiveHover?: import("@itcase/types").BorderColorProps;
|
|
11
|
-
borderColorHover?: import("@itcase/types").BorderColorProps;
|
|
12
|
-
borderType?: import("@itcase/types").BorderTypeProps;
|
|
13
|
-
borderWidth?: import("@itcase/types").BorderWidthProps;
|
|
5
|
+
align?: import("@itcase/types-ui").AlignProps;
|
|
6
|
+
alignDirection?: import("@itcase/types-ui").DirectionProps;
|
|
7
|
+
border?: import("@itcase/types-ui").BorderColorProps;
|
|
8
|
+
borderColor?: import("@itcase/types-ui").BorderColorProps;
|
|
9
|
+
borderColorActive?: import("@itcase/types-ui").BorderColorProps;
|
|
10
|
+
borderColorActiveHover?: import("@itcase/types-ui").BorderColorProps;
|
|
11
|
+
borderColorHover?: import("@itcase/types-ui").BorderColorProps;
|
|
12
|
+
borderType?: import("@itcase/types-ui").BorderTypeProps;
|
|
13
|
+
borderWidth?: import("@itcase/types-ui").BorderWidthProps;
|
|
14
14
|
columns?: number;
|
|
15
|
-
direction?: import("@itcase/types").DirectionProps;
|
|
16
|
-
elevation?: import("@itcase/types").ElevationProps;
|
|
17
|
-
fill?: import("@itcase/types").FillProps;
|
|
18
|
-
fillActive?: import("@itcase/types").FillProps;
|
|
19
|
-
fillActiveHover?: import("@itcase/types").FillActiveHoverProps;
|
|
20
|
-
fillDisabled?: import("@itcase/types").FillProps;
|
|
21
|
-
fillHover?: import("@itcase/types").FillHoverProps;
|
|
15
|
+
direction?: import("@itcase/types-ui").DirectionProps;
|
|
16
|
+
elevation?: import("@itcase/types-ui").ElevationProps;
|
|
17
|
+
fill?: import("@itcase/types-ui").FillProps;
|
|
18
|
+
fillActive?: import("@itcase/types-ui").FillProps;
|
|
19
|
+
fillActiveHover?: import("@itcase/types-ui").FillActiveHoverProps;
|
|
20
|
+
fillDisabled?: import("@itcase/types-ui").FillProps;
|
|
21
|
+
fillHover?: import("@itcase/types-ui").FillHoverProps;
|
|
22
22
|
flexGrow?: string;
|
|
23
|
-
height?: import("@itcase/types").HeightProps;
|
|
23
|
+
height?: import("@itcase/types-ui").HeightProps;
|
|
24
24
|
hoverFilter?: string;
|
|
25
25
|
iconFillHover?: import("../../Icon/Icon.interface").IconProps["fillHover"];
|
|
26
|
-
justifyContent?: import("@itcase/types").JustifyContentProps;
|
|
26
|
+
justifyContent?: import("@itcase/types-ui").JustifyContentProps;
|
|
27
27
|
labelTextColor?: import("../../Label/Label.interface").LabelProps["labelTextColor"];
|
|
28
|
-
shape?: import("@itcase/types").ShapeProps;
|
|
29
|
-
shapeStrength?: import("@itcase/types").ShapeStrengthProps;
|
|
30
|
-
stacking?: import("@itcase/types").StackingProps;
|
|
28
|
+
shape?: import("@itcase/types-ui").ShapeProps;
|
|
29
|
+
shapeStrength?: import("@itcase/types-ui").ShapeStrengthProps;
|
|
30
|
+
stacking?: import("@itcase/types-ui").StackingProps;
|
|
31
31
|
textColor?: import("../../Text/Text.interface").TextProps["textColor"];
|
|
32
32
|
textColorActive?: import("../../Text/Text.interface").TextProps["textColorActive"];
|
|
33
33
|
textColorHover?: import("../../Text/Text.interface").TextProps["textColorHover"];
|
|
34
|
-
width?: import("@itcase/types").WidthProps;
|
|
35
|
-
wrap?: import("@itcase/types").WrapProps;
|
|
34
|
+
width?: import("@itcase/types-ui").WidthProps;
|
|
35
|
+
wrap?: import("@itcase/types-ui").WrapProps;
|
|
36
36
|
} & import("../../../hooks/useStyles/styleAttributes.interface").StyleAttributes & {
|
|
37
37
|
id?: number | string;
|
|
38
|
-
appearance?: import("@itcase/types").CompositeAppearanceDefaultKey;
|
|
38
|
+
appearance?: import("@itcase/types-ui").CompositeAppearanceDefaultKey;
|
|
39
39
|
children?: import("react").ReactNode;
|
|
40
40
|
className?: string;
|
|
41
41
|
dataId?: string;
|
|
@@ -49,7 +49,7 @@ declare const meta: {
|
|
|
49
49
|
onClick?: () => void;
|
|
50
50
|
onMouseDown?: () => void;
|
|
51
51
|
print?: boolean;
|
|
52
|
-
scroll?: boolean | import("@itcase/types").DirectionProps;
|
|
52
|
+
scroll?: boolean | import("@itcase/types-ui").DirectionProps;
|
|
53
53
|
set?: string;
|
|
54
54
|
style?: import("react").CSSProperties;
|
|
55
55
|
tag?: import("react").ElementType;
|
|
@@ -2,40 +2,40 @@ import { GroupProps } from '../Group.interface';
|
|
|
2
2
|
declare const meta: {
|
|
3
3
|
title: string;
|
|
4
4
|
component: import("react").ForwardRefExoticComponent<{
|
|
5
|
-
align?: import("@itcase/types").AlignProps;
|
|
6
|
-
alignDirection?: import("@itcase/types").DirectionProps;
|
|
7
|
-
border?: import("@itcase/types").BorderColorProps;
|
|
8
|
-
borderColor?: import("@itcase/types").BorderColorProps;
|
|
9
|
-
borderColorActive?: import("@itcase/types").BorderColorProps;
|
|
10
|
-
borderColorActiveHover?: import("@itcase/types").BorderColorProps;
|
|
11
|
-
borderColorHover?: import("@itcase/types").BorderColorProps;
|
|
12
|
-
borderType?: import("@itcase/types").BorderTypeProps;
|
|
13
|
-
borderWidth?: import("@itcase/types").BorderWidthProps;
|
|
5
|
+
align?: import("@itcase/types-ui").AlignProps;
|
|
6
|
+
alignDirection?: import("@itcase/types-ui").DirectionProps;
|
|
7
|
+
border?: import("@itcase/types-ui").BorderColorProps;
|
|
8
|
+
borderColor?: import("@itcase/types-ui").BorderColorProps;
|
|
9
|
+
borderColorActive?: import("@itcase/types-ui").BorderColorProps;
|
|
10
|
+
borderColorActiveHover?: import("@itcase/types-ui").BorderColorProps;
|
|
11
|
+
borderColorHover?: import("@itcase/types-ui").BorderColorProps;
|
|
12
|
+
borderType?: import("@itcase/types-ui").BorderTypeProps;
|
|
13
|
+
borderWidth?: import("@itcase/types-ui").BorderWidthProps;
|
|
14
14
|
columns?: number;
|
|
15
|
-
direction?: import("@itcase/types").DirectionProps;
|
|
16
|
-
elevation?: import("@itcase/types").ElevationProps;
|
|
17
|
-
fill?: import("@itcase/types").FillProps;
|
|
18
|
-
fillActive?: import("@itcase/types").FillProps;
|
|
19
|
-
fillActiveHover?: import("@itcase/types").FillActiveHoverProps;
|
|
20
|
-
fillDisabled?: import("@itcase/types").FillProps;
|
|
21
|
-
fillHover?: import("@itcase/types").FillHoverProps;
|
|
15
|
+
direction?: import("@itcase/types-ui").DirectionProps;
|
|
16
|
+
elevation?: import("@itcase/types-ui").ElevationProps;
|
|
17
|
+
fill?: import("@itcase/types-ui").FillProps;
|
|
18
|
+
fillActive?: import("@itcase/types-ui").FillProps;
|
|
19
|
+
fillActiveHover?: import("@itcase/types-ui").FillActiveHoverProps;
|
|
20
|
+
fillDisabled?: import("@itcase/types-ui").FillProps;
|
|
21
|
+
fillHover?: import("@itcase/types-ui").FillHoverProps;
|
|
22
22
|
flexGrow?: string;
|
|
23
|
-
height?: import("@itcase/types").HeightProps;
|
|
23
|
+
height?: import("@itcase/types-ui").HeightProps;
|
|
24
24
|
hoverFilter?: string;
|
|
25
25
|
iconFillHover?: import("../../Icon/Icon.interface").IconProps["fillHover"];
|
|
26
|
-
justifyContent?: import("@itcase/types").JustifyContentProps;
|
|
26
|
+
justifyContent?: import("@itcase/types-ui").JustifyContentProps;
|
|
27
27
|
labelTextColor?: import("../../Label/Label.interface").LabelProps["labelTextColor"];
|
|
28
|
-
shape?: import("@itcase/types").ShapeProps;
|
|
29
|
-
shapeStrength?: import("@itcase/types").ShapeStrengthProps;
|
|
30
|
-
stacking?: import("@itcase/types").StackingProps;
|
|
28
|
+
shape?: import("@itcase/types-ui").ShapeProps;
|
|
29
|
+
shapeStrength?: import("@itcase/types-ui").ShapeStrengthProps;
|
|
30
|
+
stacking?: import("@itcase/types-ui").StackingProps;
|
|
31
31
|
textColor?: import("../../Text/Text.interface").TextProps["textColor"];
|
|
32
32
|
textColorActive?: import("../../Text/Text.interface").TextProps["textColorActive"];
|
|
33
33
|
textColorHover?: import("../../Text/Text.interface").TextProps["textColorHover"];
|
|
34
|
-
width?: import("@itcase/types").WidthProps;
|
|
35
|
-
wrap?: import("@itcase/types").WrapProps;
|
|
34
|
+
width?: import("@itcase/types-ui").WidthProps;
|
|
35
|
+
wrap?: import("@itcase/types-ui").WrapProps;
|
|
36
36
|
} & import("../../../hooks/useStyles/styleAttributes.interface").StyleAttributes & {
|
|
37
37
|
id?: number | string;
|
|
38
|
-
appearance?: import("@itcase/types").CompositeAppearanceDefaultKey;
|
|
38
|
+
appearance?: import("@itcase/types-ui").CompositeAppearanceDefaultKey;
|
|
39
39
|
children?: import("react").ReactNode;
|
|
40
40
|
className?: string;
|
|
41
41
|
dataId?: string;
|
|
@@ -49,7 +49,7 @@ declare const meta: {
|
|
|
49
49
|
onClick?: () => void;
|
|
50
50
|
onMouseDown?: () => void;
|
|
51
51
|
print?: boolean;
|
|
52
|
-
scroll?: boolean | import("@itcase/types").DirectionProps;
|
|
52
|
+
scroll?: boolean | import("@itcase/types-ui").DirectionProps;
|
|
53
53
|
set?: string;
|
|
54
54
|
style?: import("react").CSSProperties;
|
|
55
55
|
tag?: import("react").ElementType;
|
|
@@ -2,40 +2,40 @@ import { GroupProps } from '../Group.interface';
|
|
|
2
2
|
declare const meta: {
|
|
3
3
|
title: string;
|
|
4
4
|
component: import("react").ForwardRefExoticComponent<{
|
|
5
|
-
align?: import("@itcase/types").AlignProps;
|
|
6
|
-
alignDirection?: import("@itcase/types").DirectionProps;
|
|
7
|
-
border?: import("@itcase/types").BorderColorProps;
|
|
8
|
-
borderColor?: import("@itcase/types").BorderColorProps;
|
|
9
|
-
borderColorActive?: import("@itcase/types").BorderColorProps;
|
|
10
|
-
borderColorActiveHover?: import("@itcase/types").BorderColorProps;
|
|
11
|
-
borderColorHover?: import("@itcase/types").BorderColorProps;
|
|
12
|
-
borderType?: import("@itcase/types").BorderTypeProps;
|
|
13
|
-
borderWidth?: import("@itcase/types").BorderWidthProps;
|
|
5
|
+
align?: import("@itcase/types-ui").AlignProps;
|
|
6
|
+
alignDirection?: import("@itcase/types-ui").DirectionProps;
|
|
7
|
+
border?: import("@itcase/types-ui").BorderColorProps;
|
|
8
|
+
borderColor?: import("@itcase/types-ui").BorderColorProps;
|
|
9
|
+
borderColorActive?: import("@itcase/types-ui").BorderColorProps;
|
|
10
|
+
borderColorActiveHover?: import("@itcase/types-ui").BorderColorProps;
|
|
11
|
+
borderColorHover?: import("@itcase/types-ui").BorderColorProps;
|
|
12
|
+
borderType?: import("@itcase/types-ui").BorderTypeProps;
|
|
13
|
+
borderWidth?: import("@itcase/types-ui").BorderWidthProps;
|
|
14
14
|
columns?: number;
|
|
15
|
-
direction?: import("@itcase/types").DirectionProps;
|
|
16
|
-
elevation?: import("@itcase/types").ElevationProps;
|
|
17
|
-
fill?: import("@itcase/types").FillProps;
|
|
18
|
-
fillActive?: import("@itcase/types").FillProps;
|
|
19
|
-
fillActiveHover?: import("@itcase/types").FillActiveHoverProps;
|
|
20
|
-
fillDisabled?: import("@itcase/types").FillProps;
|
|
21
|
-
fillHover?: import("@itcase/types").FillHoverProps;
|
|
15
|
+
direction?: import("@itcase/types-ui").DirectionProps;
|
|
16
|
+
elevation?: import("@itcase/types-ui").ElevationProps;
|
|
17
|
+
fill?: import("@itcase/types-ui").FillProps;
|
|
18
|
+
fillActive?: import("@itcase/types-ui").FillProps;
|
|
19
|
+
fillActiveHover?: import("@itcase/types-ui").FillActiveHoverProps;
|
|
20
|
+
fillDisabled?: import("@itcase/types-ui").FillProps;
|
|
21
|
+
fillHover?: import("@itcase/types-ui").FillHoverProps;
|
|
22
22
|
flexGrow?: string;
|
|
23
|
-
height?: import("@itcase/types").HeightProps;
|
|
23
|
+
height?: import("@itcase/types-ui").HeightProps;
|
|
24
24
|
hoverFilter?: string;
|
|
25
25
|
iconFillHover?: import("../../Icon/Icon.interface").IconProps["fillHover"];
|
|
26
|
-
justifyContent?: import("@itcase/types").JustifyContentProps;
|
|
26
|
+
justifyContent?: import("@itcase/types-ui").JustifyContentProps;
|
|
27
27
|
labelTextColor?: import("../../Label/Label.interface").LabelProps["labelTextColor"];
|
|
28
|
-
shape?: import("@itcase/types").ShapeProps;
|
|
29
|
-
shapeStrength?: import("@itcase/types").ShapeStrengthProps;
|
|
30
|
-
stacking?: import("@itcase/types").StackingProps;
|
|
28
|
+
shape?: import("@itcase/types-ui").ShapeProps;
|
|
29
|
+
shapeStrength?: import("@itcase/types-ui").ShapeStrengthProps;
|
|
30
|
+
stacking?: import("@itcase/types-ui").StackingProps;
|
|
31
31
|
textColor?: import("../../Text/Text.interface").TextProps["textColor"];
|
|
32
32
|
textColorActive?: import("../../Text/Text.interface").TextProps["textColorActive"];
|
|
33
33
|
textColorHover?: import("../../Text/Text.interface").TextProps["textColorHover"];
|
|
34
|
-
width?: import("@itcase/types").WidthProps;
|
|
35
|
-
wrap?: import("@itcase/types").WrapProps;
|
|
34
|
+
width?: import("@itcase/types-ui").WidthProps;
|
|
35
|
+
wrap?: import("@itcase/types-ui").WrapProps;
|
|
36
36
|
} & import("../../../hooks/useStyles/styleAttributes.interface").StyleAttributes & {
|
|
37
37
|
id?: number | string;
|
|
38
|
-
appearance?: import("@itcase/types").CompositeAppearanceDefaultKey;
|
|
38
|
+
appearance?: import("@itcase/types-ui").CompositeAppearanceDefaultKey;
|
|
39
39
|
children?: import("react").ReactNode;
|
|
40
40
|
className?: string;
|
|
41
41
|
dataId?: string;
|
|
@@ -49,7 +49,7 @@ declare const meta: {
|
|
|
49
49
|
onClick?: () => void;
|
|
50
50
|
onMouseDown?: () => void;
|
|
51
51
|
print?: boolean;
|
|
52
|
-
scroll?: boolean | import("@itcase/types").DirectionProps;
|
|
52
|
+
scroll?: boolean | import("@itcase/types-ui").DirectionProps;
|
|
53
53
|
set?: string;
|
|
54
54
|
style?: import("react").CSSProperties;
|
|
55
55
|
tag?: import("react").ElementType;
|
|
@@ -2,40 +2,40 @@ import { GroupProps } from '../Group.interface';
|
|
|
2
2
|
declare const meta: {
|
|
3
3
|
title: string;
|
|
4
4
|
component: import("react").ForwardRefExoticComponent<{
|
|
5
|
-
align?: import("@itcase/types").AlignProps;
|
|
6
|
-
alignDirection?: import("@itcase/types").DirectionProps;
|
|
7
|
-
border?: import("@itcase/types").BorderColorProps;
|
|
8
|
-
borderColor?: import("@itcase/types").BorderColorProps;
|
|
9
|
-
borderColorActive?: import("@itcase/types").BorderColorProps;
|
|
10
|
-
borderColorActiveHover?: import("@itcase/types").BorderColorProps;
|
|
11
|
-
borderColorHover?: import("@itcase/types").BorderColorProps;
|
|
12
|
-
borderType?: import("@itcase/types").BorderTypeProps;
|
|
13
|
-
borderWidth?: import("@itcase/types").BorderWidthProps;
|
|
5
|
+
align?: import("@itcase/types-ui").AlignProps;
|
|
6
|
+
alignDirection?: import("@itcase/types-ui").DirectionProps;
|
|
7
|
+
border?: import("@itcase/types-ui").BorderColorProps;
|
|
8
|
+
borderColor?: import("@itcase/types-ui").BorderColorProps;
|
|
9
|
+
borderColorActive?: import("@itcase/types-ui").BorderColorProps;
|
|
10
|
+
borderColorActiveHover?: import("@itcase/types-ui").BorderColorProps;
|
|
11
|
+
borderColorHover?: import("@itcase/types-ui").BorderColorProps;
|
|
12
|
+
borderType?: import("@itcase/types-ui").BorderTypeProps;
|
|
13
|
+
borderWidth?: import("@itcase/types-ui").BorderWidthProps;
|
|
14
14
|
columns?: number;
|
|
15
|
-
direction?: import("@itcase/types").DirectionProps;
|
|
16
|
-
elevation?: import("@itcase/types").ElevationProps;
|
|
17
|
-
fill?: import("@itcase/types").FillProps;
|
|
18
|
-
fillActive?: import("@itcase/types").FillProps;
|
|
19
|
-
fillActiveHover?: import("@itcase/types").FillActiveHoverProps;
|
|
20
|
-
fillDisabled?: import("@itcase/types").FillProps;
|
|
21
|
-
fillHover?: import("@itcase/types").FillHoverProps;
|
|
15
|
+
direction?: import("@itcase/types-ui").DirectionProps;
|
|
16
|
+
elevation?: import("@itcase/types-ui").ElevationProps;
|
|
17
|
+
fill?: import("@itcase/types-ui").FillProps;
|
|
18
|
+
fillActive?: import("@itcase/types-ui").FillProps;
|
|
19
|
+
fillActiveHover?: import("@itcase/types-ui").FillActiveHoverProps;
|
|
20
|
+
fillDisabled?: import("@itcase/types-ui").FillProps;
|
|
21
|
+
fillHover?: import("@itcase/types-ui").FillHoverProps;
|
|
22
22
|
flexGrow?: string;
|
|
23
|
-
height?: import("@itcase/types").HeightProps;
|
|
23
|
+
height?: import("@itcase/types-ui").HeightProps;
|
|
24
24
|
hoverFilter?: string;
|
|
25
25
|
iconFillHover?: import("../../Icon/Icon.interface").IconProps["fillHover"];
|
|
26
|
-
justifyContent?: import("@itcase/types").JustifyContentProps;
|
|
26
|
+
justifyContent?: import("@itcase/types-ui").JustifyContentProps;
|
|
27
27
|
labelTextColor?: import("../../Label/Label.interface").LabelProps["labelTextColor"];
|
|
28
|
-
shape?: import("@itcase/types").ShapeProps;
|
|
29
|
-
shapeStrength?: import("@itcase/types").ShapeStrengthProps;
|
|
30
|
-
stacking?: import("@itcase/types").StackingProps;
|
|
28
|
+
shape?: import("@itcase/types-ui").ShapeProps;
|
|
29
|
+
shapeStrength?: import("@itcase/types-ui").ShapeStrengthProps;
|
|
30
|
+
stacking?: import("@itcase/types-ui").StackingProps;
|
|
31
31
|
textColor?: import("../../Text/Text.interface").TextProps["textColor"];
|
|
32
32
|
textColorActive?: import("../../Text/Text.interface").TextProps["textColorActive"];
|
|
33
33
|
textColorHover?: import("../../Text/Text.interface").TextProps["textColorHover"];
|
|
34
|
-
width?: import("@itcase/types").WidthProps;
|
|
35
|
-
wrap?: import("@itcase/types").WrapProps;
|
|
34
|
+
width?: import("@itcase/types-ui").WidthProps;
|
|
35
|
+
wrap?: import("@itcase/types-ui").WrapProps;
|
|
36
36
|
} & import("../../../hooks/useStyles/styleAttributes.interface").StyleAttributes & {
|
|
37
37
|
id?: number | string;
|
|
38
|
-
appearance?: import("@itcase/types").CompositeAppearanceDefaultKey;
|
|
38
|
+
appearance?: import("@itcase/types-ui").CompositeAppearanceDefaultKey;
|
|
39
39
|
children?: import("react").ReactNode;
|
|
40
40
|
className?: string;
|
|
41
41
|
dataId?: string;
|
|
@@ -49,7 +49,7 @@ declare const meta: {
|
|
|
49
49
|
onClick?: () => void;
|
|
50
50
|
onMouseDown?: () => void;
|
|
51
51
|
print?: boolean;
|
|
52
|
-
scroll?: boolean | import("@itcase/types").DirectionProps;
|
|
52
|
+
scroll?: boolean | import("@itcase/types-ui").DirectionProps;
|
|
53
53
|
set?: string;
|
|
54
54
|
style?: import("react").CSSProperties;
|
|
55
55
|
tag?: import("react").ElementType;
|
|
@@ -2,40 +2,40 @@ import { GroupProps } from '../Group.interface';
|
|
|
2
2
|
declare const meta: {
|
|
3
3
|
title: string;
|
|
4
4
|
component: import("react").ForwardRefExoticComponent<{
|
|
5
|
-
align?: import("@itcase/types").AlignProps;
|
|
6
|
-
alignDirection?: import("@itcase/types").DirectionProps;
|
|
7
|
-
border?: import("@itcase/types").BorderColorProps;
|
|
8
|
-
borderColor?: import("@itcase/types").BorderColorProps;
|
|
9
|
-
borderColorActive?: import("@itcase/types").BorderColorProps;
|
|
10
|
-
borderColorActiveHover?: import("@itcase/types").BorderColorProps;
|
|
11
|
-
borderColorHover?: import("@itcase/types").BorderColorProps;
|
|
12
|
-
borderType?: import("@itcase/types").BorderTypeProps;
|
|
13
|
-
borderWidth?: import("@itcase/types").BorderWidthProps;
|
|
5
|
+
align?: import("@itcase/types-ui").AlignProps;
|
|
6
|
+
alignDirection?: import("@itcase/types-ui").DirectionProps;
|
|
7
|
+
border?: import("@itcase/types-ui").BorderColorProps;
|
|
8
|
+
borderColor?: import("@itcase/types-ui").BorderColorProps;
|
|
9
|
+
borderColorActive?: import("@itcase/types-ui").BorderColorProps;
|
|
10
|
+
borderColorActiveHover?: import("@itcase/types-ui").BorderColorProps;
|
|
11
|
+
borderColorHover?: import("@itcase/types-ui").BorderColorProps;
|
|
12
|
+
borderType?: import("@itcase/types-ui").BorderTypeProps;
|
|
13
|
+
borderWidth?: import("@itcase/types-ui").BorderWidthProps;
|
|
14
14
|
columns?: number;
|
|
15
|
-
direction?: import("@itcase/types").DirectionProps;
|
|
16
|
-
elevation?: import("@itcase/types").ElevationProps;
|
|
17
|
-
fill?: import("@itcase/types").FillProps;
|
|
18
|
-
fillActive?: import("@itcase/types").FillProps;
|
|
19
|
-
fillActiveHover?: import("@itcase/types").FillActiveHoverProps;
|
|
20
|
-
fillDisabled?: import("@itcase/types").FillProps;
|
|
21
|
-
fillHover?: import("@itcase/types").FillHoverProps;
|
|
15
|
+
direction?: import("@itcase/types-ui").DirectionProps;
|
|
16
|
+
elevation?: import("@itcase/types-ui").ElevationProps;
|
|
17
|
+
fill?: import("@itcase/types-ui").FillProps;
|
|
18
|
+
fillActive?: import("@itcase/types-ui").FillProps;
|
|
19
|
+
fillActiveHover?: import("@itcase/types-ui").FillActiveHoverProps;
|
|
20
|
+
fillDisabled?: import("@itcase/types-ui").FillProps;
|
|
21
|
+
fillHover?: import("@itcase/types-ui").FillHoverProps;
|
|
22
22
|
flexGrow?: string;
|
|
23
|
-
height?: import("@itcase/types").HeightProps;
|
|
23
|
+
height?: import("@itcase/types-ui").HeightProps;
|
|
24
24
|
hoverFilter?: string;
|
|
25
25
|
iconFillHover?: import("../../Icon/Icon.interface").IconProps["fillHover"];
|
|
26
|
-
justifyContent?: import("@itcase/types").JustifyContentProps;
|
|
26
|
+
justifyContent?: import("@itcase/types-ui").JustifyContentProps;
|
|
27
27
|
labelTextColor?: import("../../Label/Label.interface").LabelProps["labelTextColor"];
|
|
28
|
-
shape?: import("@itcase/types").ShapeProps;
|
|
29
|
-
shapeStrength?: import("@itcase/types").ShapeStrengthProps;
|
|
30
|
-
stacking?: import("@itcase/types").StackingProps;
|
|
28
|
+
shape?: import("@itcase/types-ui").ShapeProps;
|
|
29
|
+
shapeStrength?: import("@itcase/types-ui").ShapeStrengthProps;
|
|
30
|
+
stacking?: import("@itcase/types-ui").StackingProps;
|
|
31
31
|
textColor?: import("../../Text/Text.interface").TextProps["textColor"];
|
|
32
32
|
textColorActive?: import("../../Text/Text.interface").TextProps["textColorActive"];
|
|
33
33
|
textColorHover?: import("../../Text/Text.interface").TextProps["textColorHover"];
|
|
34
|
-
width?: import("@itcase/types").WidthProps;
|
|
35
|
-
wrap?: import("@itcase/types").WrapProps;
|
|
34
|
+
width?: import("@itcase/types-ui").WidthProps;
|
|
35
|
+
wrap?: import("@itcase/types-ui").WrapProps;
|
|
36
36
|
} & import("../../../hooks/useStyles/styleAttributes.interface").StyleAttributes & {
|
|
37
37
|
id?: number | string;
|
|
38
|
-
appearance?: import("@itcase/types").CompositeAppearanceDefaultKey;
|
|
38
|
+
appearance?: import("@itcase/types-ui").CompositeAppearanceDefaultKey;
|
|
39
39
|
children?: import("react").ReactNode;
|
|
40
40
|
className?: string;
|
|
41
41
|
dataId?: string;
|
|
@@ -49,7 +49,7 @@ declare const meta: {
|
|
|
49
49
|
onClick?: () => void;
|
|
50
50
|
onMouseDown?: () => void;
|
|
51
51
|
print?: boolean;
|
|
52
|
-
scroll?: boolean | import("@itcase/types").DirectionProps;
|
|
52
|
+
scroll?: boolean | import("@itcase/types-ui").DirectionProps;
|
|
53
53
|
set?: string;
|
|
54
54
|
style?: import("react").CSSProperties;
|
|
55
55
|
tag?: import("react").ElementType;
|
|
@@ -2,40 +2,40 @@ import { GroupProps } from '../Group.interface';
|
|
|
2
2
|
declare const meta: {
|
|
3
3
|
title: string;
|
|
4
4
|
component: import("react").ForwardRefExoticComponent<{
|
|
5
|
-
align?: import("@itcase/types").AlignProps;
|
|
6
|
-
alignDirection?: import("@itcase/types").DirectionProps;
|
|
7
|
-
border?: import("@itcase/types").BorderColorProps;
|
|
8
|
-
borderColor?: import("@itcase/types").BorderColorProps;
|
|
9
|
-
borderColorActive?: import("@itcase/types").BorderColorProps;
|
|
10
|
-
borderColorActiveHover?: import("@itcase/types").BorderColorProps;
|
|
11
|
-
borderColorHover?: import("@itcase/types").BorderColorProps;
|
|
12
|
-
borderType?: import("@itcase/types").BorderTypeProps;
|
|
13
|
-
borderWidth?: import("@itcase/types").BorderWidthProps;
|
|
5
|
+
align?: import("@itcase/types-ui").AlignProps;
|
|
6
|
+
alignDirection?: import("@itcase/types-ui").DirectionProps;
|
|
7
|
+
border?: import("@itcase/types-ui").BorderColorProps;
|
|
8
|
+
borderColor?: import("@itcase/types-ui").BorderColorProps;
|
|
9
|
+
borderColorActive?: import("@itcase/types-ui").BorderColorProps;
|
|
10
|
+
borderColorActiveHover?: import("@itcase/types-ui").BorderColorProps;
|
|
11
|
+
borderColorHover?: import("@itcase/types-ui").BorderColorProps;
|
|
12
|
+
borderType?: import("@itcase/types-ui").BorderTypeProps;
|
|
13
|
+
borderWidth?: import("@itcase/types-ui").BorderWidthProps;
|
|
14
14
|
columns?: number;
|
|
15
|
-
direction?: import("@itcase/types").DirectionProps;
|
|
16
|
-
elevation?: import("@itcase/types").ElevationProps;
|
|
17
|
-
fill?: import("@itcase/types").FillProps;
|
|
18
|
-
fillActive?: import("@itcase/types").FillProps;
|
|
19
|
-
fillActiveHover?: import("@itcase/types").FillActiveHoverProps;
|
|
20
|
-
fillDisabled?: import("@itcase/types").FillProps;
|
|
21
|
-
fillHover?: import("@itcase/types").FillHoverProps;
|
|
15
|
+
direction?: import("@itcase/types-ui").DirectionProps;
|
|
16
|
+
elevation?: import("@itcase/types-ui").ElevationProps;
|
|
17
|
+
fill?: import("@itcase/types-ui").FillProps;
|
|
18
|
+
fillActive?: import("@itcase/types-ui").FillProps;
|
|
19
|
+
fillActiveHover?: import("@itcase/types-ui").FillActiveHoverProps;
|
|
20
|
+
fillDisabled?: import("@itcase/types-ui").FillProps;
|
|
21
|
+
fillHover?: import("@itcase/types-ui").FillHoverProps;
|
|
22
22
|
flexGrow?: string;
|
|
23
|
-
height?: import("@itcase/types").HeightProps;
|
|
23
|
+
height?: import("@itcase/types-ui").HeightProps;
|
|
24
24
|
hoverFilter?: string;
|
|
25
25
|
iconFillHover?: import("../../Icon/Icon.interface").IconProps["fillHover"];
|
|
26
|
-
justifyContent?: import("@itcase/types").JustifyContentProps;
|
|
26
|
+
justifyContent?: import("@itcase/types-ui").JustifyContentProps;
|
|
27
27
|
labelTextColor?: import("../../Label/Label.interface").LabelProps["labelTextColor"];
|
|
28
|
-
shape?: import("@itcase/types").ShapeProps;
|
|
29
|
-
shapeStrength?: import("@itcase/types").ShapeStrengthProps;
|
|
30
|
-
stacking?: import("@itcase/types").StackingProps;
|
|
28
|
+
shape?: import("@itcase/types-ui").ShapeProps;
|
|
29
|
+
shapeStrength?: import("@itcase/types-ui").ShapeStrengthProps;
|
|
30
|
+
stacking?: import("@itcase/types-ui").StackingProps;
|
|
31
31
|
textColor?: import("../../Text/Text.interface").TextProps["textColor"];
|
|
32
32
|
textColorActive?: import("../../Text/Text.interface").TextProps["textColorActive"];
|
|
33
33
|
textColorHover?: import("../../Text/Text.interface").TextProps["textColorHover"];
|
|
34
|
-
width?: import("@itcase/types").WidthProps;
|
|
35
|
-
wrap?: import("@itcase/types").WrapProps;
|
|
34
|
+
width?: import("@itcase/types-ui").WidthProps;
|
|
35
|
+
wrap?: import("@itcase/types-ui").WrapProps;
|
|
36
36
|
} & import("../../../hooks/useStyles/styleAttributes.interface").StyleAttributes & {
|
|
37
37
|
id?: number | string;
|
|
38
|
-
appearance?: import("@itcase/types").CompositeAppearanceDefaultKey;
|
|
38
|
+
appearance?: import("@itcase/types-ui").CompositeAppearanceDefaultKey;
|
|
39
39
|
children?: import("react").ReactNode;
|
|
40
40
|
className?: string;
|
|
41
41
|
dataId?: string;
|
|
@@ -49,7 +49,7 @@ declare const meta: {
|
|
|
49
49
|
onClick?: () => void;
|
|
50
50
|
onMouseDown?: () => void;
|
|
51
51
|
print?: boolean;
|
|
52
|
-
scroll?: boolean | import("@itcase/types").DirectionProps;
|
|
52
|
+
scroll?: boolean | import("@itcase/types-ui").DirectionProps;
|
|
53
53
|
set?: string;
|
|
54
54
|
style?: import("react").CSSProperties;
|
|
55
55
|
tag?: import("react").ElementType;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { CSSProperties, ReactNode } from 'react';
|
|
2
|
-
import { AlignProps, BorderColorProps, BorderTypeProps, DirectionProps, ElevationProps, FillHoverProps, FillProps, HeightProps, JustifyContentProps, ShapeProps, TextColorProps, TextWeightProps, WidthProps, WrapProps } from '@itcase/types';
|
|
2
|
+
import { AlignProps, BorderColorProps, BorderTypeProps, DirectionProps, ElevationProps, FillHoverProps, FillProps, HeightProps, JustifyContentProps, ShapeProps, TextColorProps, TextWeightProps, WidthProps, WrapProps } from '@itcase/types-ui';
|
|
3
3
|
import { StyleAttributes } from '../../hooks/useStyles/styleAttributes.interface';
|
|
4
4
|
type HTMLContentAppearanceProps = {
|
|
5
5
|
align?: AlignProps;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { CSSProperties, ElementType, ReactNode } from 'react';
|
|
2
|
-
import { AppearanceHeadingSizeKey, DirectionProps, FillProps, SvgFillProps, TextAlignProps, TextWeightProps } from '@itcase/types';
|
|
2
|
+
import { AppearanceHeadingSizeKey, DirectionProps, FillProps, SvgFillProps, TextAlignProps, TextWeightProps } 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';
|
|
@@ -4,8 +4,8 @@ declare const iconConfig: IconConfig;
|
|
|
4
4
|
declare const Icon: React.ForwardRefExoticComponent<Omit<import("../Icon/Icon.interface").IconAppearanceProps & import("../../hooks/useStyles/styleAttributes.interface").StyleAttributes & {
|
|
5
5
|
id?: string;
|
|
6
6
|
after?: 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?: React.ReactNode;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { CSSProperties, MouseEvent, ReactNode } from 'react';
|
|
2
|
-
import { AlignmentProps, AlignProps, AppearanceIconSizeKey, AppearanceKeysDefault, AppearanceShapeKey, AppearanceStyleKey, BorderColorHoverProps, BorderColorProps, BorderTypeProps, BorderWidthProps, CenteringProps, CompositeAppearanceDefaultStyleShapeKey, CompositeAppearanceIconKeys, DirectionProps, FillActiveHoverProps, FillActiveProps, FillDisabledProps, FillHoverProps, FillProps, FillSizeProps, IconFillSizeProps, IconSizeProps, ItemFillProps, ShapeProps, ShapeStrengthProps, SizePXProps, TextColorProps, TextSizeProps } from '@itcase/types';
|
|
2
|
+
import { AlignmentProps, AlignProps, AppearanceIconSizeKey, AppearanceKeysDefault, AppearanceShapeKey, AppearanceStyleKey, BorderColorHoverProps, BorderColorProps, BorderTypeProps, BorderWidthProps, CenteringProps, CompositeAppearanceDefaultStyleShapeKey, CompositeAppearanceIconKeys, DirectionProps, FillActiveHoverProps, FillActiveProps, FillDisabledProps, FillHoverProps, FillProps, FillSizeProps, IconFillSizeProps, IconSizeProps, ItemFillProps, ShapeProps, ShapeStrengthProps, SizePXProps, TextColorProps, TextSizeProps } from '@itcase/types-ui';
|
|
3
3
|
import { StyleAttributes } from '../../hooks/useStyles/styleAttributes.interface';
|
|
4
4
|
import { BadgeProps } from '../Badge/Badge.interface';
|
|
5
5
|
import { LinkWrapperProps } from '../Link/Link.interface';
|
|
@@ -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;
|