@itcase/ui 1.8.123 → 1.8.125
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/Avatar_cjs_AwXEUY8j.js +161 -0
- package/dist/Avatar_es_BtlaCRc5.js +157 -0
- package/dist/{Button_cjs_Ce97psFT.js → Button_cjs_C34BU1BK.js} +46 -34
- package/dist/{Button_es_CZss7cXh.js → Button_es_DnlzLBUT.js} +46 -34
- package/dist/ChipsGroup_cjs_DfAKN5CA.js +344 -0
- package/dist/{ChipsGroup_es_ayPPUwQ7.js → ChipsGroup_es_DBKY2UyF.js} +48 -35
- package/dist/DatePicker_cjs_DfbeIL2m.js +182 -0
- package/dist/DatePicker_es_BIJNx427.js +178 -0
- package/dist/Divider_cjs_DrmV2ezS.js +105 -0
- package/dist/Divider_es_BiYozVBS.js +101 -0
- package/dist/DropdownItem_cjs_vHuzXW9M.js +211 -0
- package/dist/DropdownItem_es_DVHWWgnU.js +206 -0
- package/dist/Group_cjs_DmfeUcFI.js +59 -0
- package/dist/Group_es_BU5k8f5S.js +55 -0
- package/dist/{Icon_cjs_Cz6IyOkb.js → Icon_cjs_BVLGzj7Y.js} +170 -157
- package/dist/{Icon_es_BrwLifge.js → Icon_es_DkVkzTha.js} +170 -157
- package/dist/Image_cjs_BUM81t4Y.js +28 -0
- package/dist/Image_es_C-IjVkKX.js +26 -0
- package/dist/{Input_cjs_DRPK_RHK.js → Input_cjs_DDi5JVAV.js} +27 -19
- package/dist/{Input_es_Cv5nEb_n.js → Input_es_BnCXATnh.js} +27 -19
- package/dist/{Label_cjs_DMoaOoHi.js → Label_cjs_DwAmukik.js} +45 -33
- package/dist/{Label_es_SULlg9bL.js → Label_es_B2kcstsG.js} +45 -33
- package/dist/{Link_cjs_C5UsZUiF.js → Link_cjs_qKXVfU8e.js} +43 -30
- package/dist/{Link_es_XiqbdwLp.js → Link_es_P2b6ya7P.js} +43 -30
- package/dist/Loader_cjs_DIDsIq3J.js +143 -0
- package/dist/Loader_es_CmSggwbR.js +139 -0
- package/dist/Overlay_cjs_tGA2fU43.js +42 -0
- package/dist/Overlay_es_BS7OTFoy.js +38 -0
- package/dist/{Scrollbar_cjs_DcKOfcNp.js → Scrollbar_cjs_Cp-7v2Mt.js} +1 -1
- package/dist/{Scrollbar_es_CThJeCLF.js → Scrollbar_es_CcMgNvGi.js} +1 -1
- package/dist/Text_cjs_BDTjOTVB.js +69 -0
- package/dist/Text_es_CnymlElo.js +65 -0
- package/dist/cjs/components/Accordion.js +37 -34
- package/dist/cjs/components/Avatar.js +5 -6
- package/dist/cjs/components/AvatarStack/stories/__mock__.js +1 -1
- package/dist/cjs/components/AvatarStack.js +17 -16
- package/dist/cjs/components/Badge.js +3 -4
- package/dist/cjs/components/Breadcrumbs/stories/__mock__.js +1 -1
- package/dist/cjs/components/Breadcrumbs.js +27 -23
- package/dist/cjs/components/Button.js +5 -6
- package/dist/cjs/components/Cell/stories/__mock__.js +1 -1
- package/dist/cjs/components/Cell.js +28 -25
- package/dist/cjs/components/Checkbox.js +33 -26
- package/dist/cjs/components/Checkmark.js +28 -23
- package/dist/cjs/components/Chips/stories/__mock__.js +1 -1
- package/dist/cjs/components/Chips.js +4 -5
- package/dist/cjs/components/Choice/stories/__mock__.js +2 -2
- package/dist/cjs/components/Choice.js +46 -40
- package/dist/cjs/components/Code.js +34 -26
- package/dist/cjs/components/CookiesWarning.js +23 -23
- package/dist/cjs/components/Dadata.js +14 -9
- package/dist/cjs/components/DatePeriod.js +32 -30
- package/dist/cjs/components/DatePicker.js +8 -9
- package/dist/cjs/components/Divider.js +1 -2
- package/dist/cjs/components/Dot.js +5 -6
- package/dist/cjs/components/Drawer.js +23 -21
- package/dist/cjs/components/Dropdown/stories/__mock__.js +6 -6
- package/dist/cjs/components/Dropdown.js +5 -6
- package/dist/cjs/components/Flex.js +11 -12
- package/dist/cjs/components/Grid.js +15 -16
- package/dist/cjs/components/Group.js +1 -2
- package/dist/cjs/components/HTMLContent.js +5 -6
- package/dist/cjs/components/HeroTitle.js +17 -16
- package/dist/cjs/components/Icon.js +3 -4
- package/dist/cjs/components/Image.js +1 -2
- package/dist/cjs/components/Input.js +1 -2
- package/dist/cjs/components/InputPassword.js +34 -26
- package/dist/cjs/components/Label.js +4 -5
- package/dist/cjs/components/Link.js +1 -2
- package/dist/cjs/components/List.js +39 -28
- package/dist/cjs/components/Loader.js +2 -3
- package/dist/cjs/components/Logo.js +10 -11
- package/dist/cjs/components/MenuItem.js +36 -33
- package/dist/cjs/components/Modal.js +40 -38
- package/dist/cjs/components/ModalSheetBottom.js +17 -18
- package/dist/cjs/components/Notification/stories/__mock__.js +1 -1
- package/dist/cjs/components/Notification.js +31 -24
- package/dist/cjs/components/Overlay.js +1 -2
- package/dist/cjs/components/Pagination.js +43 -41
- package/dist/cjs/components/Radio.js +34 -26
- package/dist/cjs/components/RangeSlider.js +8 -9
- package/dist/cjs/components/Response/img.js +1 -1
- package/dist/cjs/components/Response.js +45 -34
- package/dist/cjs/components/SVGContent.js +6 -7
- package/dist/cjs/components/ScrollOnDrag/stories/__mock__.js +2 -2
- package/dist/cjs/components/ScrollOnDrag.js +7 -8
- package/dist/cjs/components/ScrollToView.js +8 -9
- package/dist/cjs/components/Scrollbar/stories/__mock__.js +1 -1
- package/dist/cjs/components/Scrollbar.js +1 -1
- package/dist/cjs/components/Search.js +39 -31
- package/dist/cjs/components/Segmented/stories/__mock__.js +23 -10
- package/dist/cjs/components/Segmented.js +46 -41
- package/dist/cjs/components/Select.js +118 -113
- package/dist/cjs/components/Swiper/stories/__mock__.js +3 -3
- package/dist/cjs/components/Swiper.js +27 -29
- package/dist/cjs/components/Switch.js +33 -26
- package/dist/cjs/components/Tab/stories/__mock__.js +1 -1
- package/dist/cjs/components/Tab.js +33 -29
- package/dist/cjs/components/Text.js +1 -2
- package/dist/cjs/components/Textarea.js +26 -18
- package/dist/cjs/components/Tile.js +21 -17
- package/dist/cjs/components/Title.js +3 -4
- package/dist/cjs/components/Tooltip.js +3 -4
- package/dist/cjs/components/Video/stories/__mocks__.js +1 -1
- package/dist/cjs/components/Video.js +3 -4
- package/dist/cjs/components/Warning.js +26 -20
- package/dist/cjs/context/Notifications.js +38 -42
- package/dist/cjs/context/UIContext.js +19 -17
- package/dist/cjs/context/UrlAssetPrefix.js +3 -3
- package/dist/cjs/hoc/urlWithAssetPrefix.js +13 -16
- package/dist/cjs/hooks/useActiveClasses/useActiveClasses.helpers.js +13 -40
- package/dist/cjs/hooks/useActiveClasses/useActiveClasses.interface.js +1 -1
- package/dist/cjs/hooks/useActiveClasses/useActiveClasses.js +25 -29
- package/dist/cjs/hooks/useAppearanceConfig/useAppearanceConfig.js +13 -15
- package/dist/cjs/hooks/useAppearanceConfig.js +0 -1
- package/dist/cjs/hooks/useDevicePropsGenerator/useDevicePropsGenerator.js +21 -28
- package/dist/cjs/hooks/useDevicePropsGenerator.js +0 -1
- package/dist/cjs/hooks/useDeviceTargetClass.js +0 -1
- package/dist/cjs/hooks/useStyles/styleAttributes.js +1 -1
- package/dist/cjs/hooks/useStyles/useStyles.js +0 -1
- package/dist/cjs/hooks/useStyles.js +0 -1
- package/dist/cjs/hooks/useViewportFix.js +5 -5
- package/dist/cjs/hooks.js +1 -1
- package/dist/cjs/utils/setViewportProperty.js +3 -3
- package/dist/components/Accordion.js +37 -34
- package/dist/components/Avatar.js +5 -6
- package/dist/components/AvatarStack/stories/__mock__.js +1 -1
- package/dist/components/AvatarStack.js +17 -16
- package/dist/components/Badge.js +3 -4
- package/dist/components/Breadcrumbs/stories/__mock__.js +1 -1
- package/dist/components/Breadcrumbs.js +27 -23
- package/dist/components/Button.js +5 -6
- package/dist/components/Cell/stories/__mock__.js +1 -1
- package/dist/components/Cell.js +28 -25
- package/dist/components/Checkbox.js +33 -26
- package/dist/components/Checkmark.js +28 -23
- package/dist/components/Chips/stories/__mock__.js +1 -1
- package/dist/components/Chips.js +4 -5
- package/dist/components/Choice/stories/__mock__.js +2 -2
- package/dist/components/Choice.js +46 -40
- package/dist/components/Code.js +34 -26
- package/dist/components/CookiesWarning.js +23 -23
- package/dist/components/Dadata.js +14 -9
- package/dist/components/DatePeriod.js +32 -30
- package/dist/components/DatePicker.js +8 -9
- package/dist/components/Divider.js +1 -2
- package/dist/components/Dot.js +5 -6
- package/dist/components/Drawer.js +23 -21
- package/dist/components/Dropdown/stories/__mock__.js +6 -6
- package/dist/components/Dropdown.js +5 -6
- package/dist/components/Flex.js +11 -12
- package/dist/components/Grid.js +15 -16
- package/dist/components/Group.js +1 -2
- package/dist/components/HTMLContent.js +5 -6
- package/dist/components/HeroTitle.js +17 -16
- package/dist/components/Icon.js +3 -4
- package/dist/components/Image.js +1 -2
- package/dist/components/Input.js +1 -2
- package/dist/components/InputPassword.js +34 -26
- package/dist/components/Label.js +4 -5
- package/dist/components/Link.js +1 -2
- package/dist/components/List.js +39 -28
- package/dist/components/Loader.js +2 -3
- package/dist/components/Logo.js +10 -11
- package/dist/components/MenuItem.js +36 -33
- package/dist/components/Modal.js +40 -38
- package/dist/components/ModalSheetBottom.js +17 -18
- package/dist/components/Notification/stories/__mock__.js +1 -1
- package/dist/components/Notification.js +31 -24
- package/dist/components/Overlay.js +1 -2
- package/dist/components/Pagination.js +43 -41
- package/dist/components/Radio.js +34 -26
- package/dist/components/RangeSlider.js +8 -9
- package/dist/components/Response/img.js +1 -1
- package/dist/components/Response.js +45 -34
- package/dist/components/SVGContent.js +6 -7
- package/dist/components/ScrollOnDrag/stories/__mock__.js +2 -2
- package/dist/components/ScrollOnDrag.js +7 -8
- package/dist/components/ScrollToView.js +8 -9
- package/dist/components/Scrollbar/stories/__mock__.js +1 -1
- package/dist/components/Scrollbar.js +1 -1
- package/dist/components/Search.js +39 -31
- package/dist/components/Segmented/stories/__mock__.js +23 -10
- package/dist/components/Segmented.js +46 -41
- package/dist/components/Select.js +118 -113
- package/dist/components/Swiper/stories/__mock__.js +3 -3
- package/dist/components/Swiper.js +27 -29
- package/dist/components/Switch.js +33 -26
- package/dist/components/Tab/stories/__mock__.js +1 -1
- package/dist/components/Tab.js +33 -29
- package/dist/components/Text.js +1 -2
- package/dist/components/Textarea.js +26 -18
- package/dist/components/Tile.js +21 -17
- package/dist/components/Title.js +3 -4
- package/dist/components/Tooltip.js +3 -4
- package/dist/components/Video/stories/__mocks__.js +1 -1
- package/dist/components/Video.js +3 -4
- package/dist/components/Warning.js +26 -20
- package/dist/context/Notifications.js +38 -42
- package/dist/context/UIContext.js +19 -17
- package/dist/context/UrlAssetPrefix.js +3 -3
- package/dist/css/components/Tile/Tile.css +3 -3
- package/dist/hoc/urlWithAssetPrefix.js +13 -16
- package/dist/hooks/useActiveClasses/useActiveClasses.helpers.js +13 -40
- package/dist/hooks/useActiveClasses/useActiveClasses.interface.js +1 -1
- package/dist/hooks/useActiveClasses/useActiveClasses.js +25 -29
- package/dist/hooks/useAppearanceConfig/useAppearanceConfig.js +13 -15
- package/dist/hooks/useAppearanceConfig.js +0 -1
- package/dist/hooks/useDevicePropsGenerator/useDevicePropsGenerator.js +21 -28
- package/dist/hooks/useDevicePropsGenerator.js +0 -1
- package/dist/hooks/useDeviceTargetClass.js +0 -1
- package/dist/hooks/useStyles/styleAttributes.js +1 -1
- package/dist/hooks/useStyles/useStyles.js +0 -1
- package/dist/hooks/useStyles.js +0 -1
- package/dist/hooks/useViewportFix.js +5 -5
- package/dist/hooks.js +1 -1
- package/dist/types/components/Button/Button.appearance.d.ts +232 -232
- package/dist/types/components/Button/Button.d.ts +4 -4
- package/dist/types/components/Button/Button.interface.d.ts +5 -5
- package/dist/types/components/Pagination/Pagination.d.ts +1 -1
- package/dist/types/components/Select/SelectContainer.d.ts +1 -1
- package/dist/types/components/Text/Text.appearance.d.ts +58 -58
- package/dist/types/components/Text/Text.interface.d.ts +1 -1
- package/dist/utils/setViewportProperty.js +3 -3
- package/package.json +3 -3
- package/dist/Avatar_cjs_CLJnKU39.js +0 -157
- package/dist/Avatar_es_BgN-fbOj.js +0 -153
- package/dist/ChipsGroup_cjs_C8L3ZeD_.js +0 -331
- package/dist/DatePicker_cjs_BzEtDAb8.js +0 -183
- package/dist/DatePicker_es_DRyCMO0I.js +0 -179
- package/dist/Divider_cjs_DUYtmwn2.js +0 -97
- package/dist/Divider_es_CCLBFIx6.js +0 -93
- package/dist/DropdownItem_cjs_Bhss6lyM.js +0 -207
- package/dist/DropdownItem_es_BXl6lPJx.js +0 -202
- package/dist/Group_cjs_CsJ6ICKK.js +0 -59
- package/dist/Group_es_DRqIIM9m.js +0 -55
- package/dist/Image_cjs_DRhhc66R.js +0 -29
- package/dist/Image_es_BpMidmve.js +0 -27
- package/dist/Loader_cjs_D3lnxPlI.js +0 -132
- package/dist/Loader_es_BUSqFrCd.js +0 -128
- package/dist/Overlay_cjs_CcfJYN5o.js +0 -41
- package/dist/Overlay_es_DF3DAdxS.js +0 -37
- package/dist/Text_cjs_0EINiUq4.js +0 -68
- package/dist/Text_es_CwV9rjFD.js +0 -64
- package/dist/tslib.es6_cjs_CCZ3TN_7.js +0 -59
- package/dist/tslib.es6_es_Bwu1Cn-t.js +0 -56
|
@@ -11,20 +11,20 @@ declare const Button: React.ForwardRefExoticComponent<{
|
|
|
11
11
|
icon?: import("../Icon/Icon.interface").IconProps["SvgImage"];
|
|
12
12
|
iconAfter?: import("../Icon/Icon.interface").IconProps["SvgImage"];
|
|
13
13
|
iconAfterFill?: import("../Icon/Icon.interface").IconProps["fill"];
|
|
14
|
-
iconAfterFillIcon?: import("../Icon/Icon.interface").IconProps["
|
|
14
|
+
iconAfterFillIcon?: import("../Icon/Icon.interface").IconProps["iconFillIcon"];
|
|
15
15
|
iconAfterFillSize?: import("../Icon/Icon.interface").IconProps["fillSize"];
|
|
16
16
|
iconAfterShape?: import("../Icon/Icon.interface").IconProps["shape"];
|
|
17
17
|
iconAfterSize?: import("../Icon/Icon.interface").IconProps["iconSize"];
|
|
18
18
|
iconAfterSrc?: import("../Icon/Icon.interface").IconProps["imageSrc"];
|
|
19
19
|
iconBefore?: import("../Icon/Icon.interface").IconProps["SvgImage"];
|
|
20
20
|
iconBeforeFill?: import("../Icon/Icon.interface").IconProps["fill"];
|
|
21
|
-
iconBeforeFillIcon?: import("../Icon/Icon.interface").IconProps["
|
|
21
|
+
iconBeforeFillIcon?: import("../Icon/Icon.interface").IconProps["iconFillIcon"];
|
|
22
22
|
iconBeforeFillSize?: import("../Icon/Icon.interface").IconProps["fillSize"];
|
|
23
23
|
iconBeforeShape?: import("../Icon/Icon.interface").IconProps["shape"];
|
|
24
24
|
iconBeforeSize?: import("../Icon/Icon.interface").IconProps["iconSize"];
|
|
25
25
|
iconBeforeSrc?: import("../Icon/Icon.interface").IconProps["imageSrc"];
|
|
26
26
|
iconFill?: import("../Icon/Icon.interface").IconProps["fill"];
|
|
27
|
-
iconFillIcon?: import("../Icon/Icon.interface").IconProps["
|
|
27
|
+
iconFillIcon?: import("../Icon/Icon.interface").IconProps["iconFillIcon"];
|
|
28
28
|
iconFillSize?: import("../Icon/Icon.interface").IconProps["fillSize"];
|
|
29
29
|
iconShape?: import("../Icon/Icon.interface").IconProps["shape"];
|
|
30
30
|
iconSize?: import("../Icon/Icon.interface").IconProps["iconSize"];
|
|
@@ -34,7 +34,7 @@ declare const Button: React.ForwardRefExoticComponent<{
|
|
|
34
34
|
labelTextSize?: import("../Text/Text.interface").TextProps["size"];
|
|
35
35
|
labelTextWeight?: import("../Text/Text.interface").TextProps["textWeight"];
|
|
36
36
|
labelTextWrap?: import("../Text/Text.interface").TextProps["textWrap"];
|
|
37
|
-
loaderAppearance?: import("@itcase/types").
|
|
37
|
+
loaderAppearance?: import("@itcase/types").CompositeAppearanceDefaultKey;
|
|
38
38
|
loaderAppearanceSize?: import("@itcase/types").AppearanceSizeKey;
|
|
39
39
|
loaderFill?: import("../Loader/Loader.interface").LoaderProps["fill"];
|
|
40
40
|
loaderItemFill?: import("../Loader/Loader.interface").LoaderProps["itemFill"];
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { CSSProperties, ReactNode } from 'react';
|
|
2
|
-
import { AlignProps, AppearanceKeysDefault, AppearanceShapeKey, AppearanceSizeKey, AppearanceStyleKey, BorderColorProps, BorderTypeProps, BorderWidthProps,
|
|
2
|
+
import { AlignProps, AppearanceKeysDefault, AppearanceShapeKey, AppearanceSizeKey, AppearanceStyleKey, BorderColorProps, BorderTypeProps, BorderWidthProps, CompositeAppearanceDefaultKey, CompositeAppearanceKey, ElevationProps, FillHoverProps, FillProps, ShapeProps, ShapeStrengthProps, SizeProps, WidthProps, WrapProps } from '@itcase/types';
|
|
3
3
|
import { StyleAttributes } from 'src/hooks/useStyles/styleAttributes.interface';
|
|
4
4
|
import { IconProps } from '../Icon/Icon.interface';
|
|
5
5
|
import { LoaderProps } from '../Loader/Loader.interface';
|
|
@@ -14,20 +14,20 @@ type ButtonAppearanceProps = {
|
|
|
14
14
|
icon?: IconProps['SvgImage'];
|
|
15
15
|
iconAfter?: IconProps['SvgImage'];
|
|
16
16
|
iconAfterFill?: IconProps['fill'];
|
|
17
|
-
iconAfterFillIcon?: IconProps['
|
|
17
|
+
iconAfterFillIcon?: IconProps['iconFillIcon'];
|
|
18
18
|
iconAfterFillSize?: IconProps['fillSize'];
|
|
19
19
|
iconAfterShape?: IconProps['shape'];
|
|
20
20
|
iconAfterSize?: IconProps['iconSize'];
|
|
21
21
|
iconAfterSrc?: IconProps['imageSrc'];
|
|
22
22
|
iconBefore?: IconProps['SvgImage'];
|
|
23
23
|
iconBeforeFill?: IconProps['fill'];
|
|
24
|
-
iconBeforeFillIcon?: IconProps['
|
|
24
|
+
iconBeforeFillIcon?: IconProps['iconFillIcon'];
|
|
25
25
|
iconBeforeFillSize?: IconProps['fillSize'];
|
|
26
26
|
iconBeforeShape?: IconProps['shape'];
|
|
27
27
|
iconBeforeSize?: IconProps['iconSize'];
|
|
28
28
|
iconBeforeSrc?: IconProps['imageSrc'];
|
|
29
29
|
iconFill?: IconProps['fill'];
|
|
30
|
-
iconFillIcon?: IconProps['
|
|
30
|
+
iconFillIcon?: IconProps['iconFillIcon'];
|
|
31
31
|
iconFillSize?: IconProps['fillSize'];
|
|
32
32
|
iconShape?: IconProps['shape'];
|
|
33
33
|
iconSize?: IconProps['iconSize'];
|
|
@@ -37,7 +37,7 @@ type ButtonAppearanceProps = {
|
|
|
37
37
|
labelTextSize?: TextProps['size'];
|
|
38
38
|
labelTextWeight?: TextProps['textWeight'];
|
|
39
39
|
labelTextWrap?: TextProps['textWrap'];
|
|
40
|
-
loaderAppearance?:
|
|
40
|
+
loaderAppearance?: CompositeAppearanceDefaultKey;
|
|
41
41
|
loaderAppearanceSize?: AppearanceSizeKey;
|
|
42
42
|
loaderFill?: LoaderProps['fill'];
|
|
43
43
|
loaderItemFill?: LoaderProps['itemFill'];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import type { PaginationConfig, PaginationProps } from './Pagination.interface';
|
|
2
2
|
declare const paginationConfig: PaginationConfig;
|
|
3
|
-
declare function Pagination(props: PaginationProps): import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
declare function Pagination(props: PaginationProps): false | import("react/jsx-runtime").JSX.Element;
|
|
4
4
|
export { Pagination, paginationConfig };
|
|
@@ -3,4 +3,4 @@ import { GroupBase, SelectInstance } from 'react-select';
|
|
|
3
3
|
import type { SelectConfig, SelectProps } from './Select.interface';
|
|
4
4
|
declare const selectConfig: SelectConfig;
|
|
5
5
|
declare const SelectContainer: React.ForwardRefExoticComponent<Omit<SelectProps<unknown, boolean, GroupBase<unknown>>, "ref"> & React.RefAttributes<SelectInstance<unknown, boolean, GroupBase<unknown>>>>;
|
|
6
|
-
export {
|
|
6
|
+
export { selectConfig, SelectContainer };
|
|
@@ -5,7 +5,7 @@ export declare const textAppearance: {
|
|
|
5
5
|
textAlign?: import("@itcase/types").TextAlignProps;
|
|
6
6
|
textColor?: import("@itcase/types").TextColorProps;
|
|
7
7
|
textColorActive?: import("@itcase/types").TextColorActiveProps;
|
|
8
|
-
textColorHover?: import("@itcase/types").TextColorHoverProps;
|
|
8
|
+
textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
|
|
9
9
|
textColorHoverActive?: import("@itcase/types").TextColorActiveHoverProps;
|
|
10
10
|
textTruncate?: boolean;
|
|
11
11
|
textWeight?: import("@itcase/types").TextWeightProps;
|
|
@@ -17,7 +17,7 @@ export declare const textAppearance: {
|
|
|
17
17
|
textAlign?: import("@itcase/types").TextAlignProps;
|
|
18
18
|
textColor?: import("@itcase/types").TextColorProps;
|
|
19
19
|
textColorActive?: import("@itcase/types").TextColorActiveProps;
|
|
20
|
-
textColorHover?: import("@itcase/types").TextColorHoverProps;
|
|
20
|
+
textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
|
|
21
21
|
textColorHoverActive?: import("@itcase/types").TextColorActiveHoverProps;
|
|
22
22
|
textTruncate?: boolean;
|
|
23
23
|
textWeight?: import("@itcase/types").TextWeightProps;
|
|
@@ -29,7 +29,7 @@ export declare const textAppearance: {
|
|
|
29
29
|
textAlign?: import("@itcase/types").TextAlignProps;
|
|
30
30
|
textColor?: import("@itcase/types").TextColorProps;
|
|
31
31
|
textColorActive?: import("@itcase/types").TextColorActiveProps;
|
|
32
|
-
textColorHover?: import("@itcase/types").TextColorHoverProps;
|
|
32
|
+
textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
|
|
33
33
|
textColorHoverActive?: import("@itcase/types").TextColorActiveHoverProps;
|
|
34
34
|
textTruncate?: boolean;
|
|
35
35
|
textWeight?: import("@itcase/types").TextWeightProps;
|
|
@@ -41,7 +41,7 @@ export declare const textAppearance: {
|
|
|
41
41
|
textAlign?: import("@itcase/types").TextAlignProps;
|
|
42
42
|
textColor?: import("@itcase/types").TextColorProps;
|
|
43
43
|
textColorActive?: import("@itcase/types").TextColorActiveProps;
|
|
44
|
-
textColorHover?: import("@itcase/types").TextColorHoverProps;
|
|
44
|
+
textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
|
|
45
45
|
textColorHoverActive?: import("@itcase/types").TextColorActiveHoverProps;
|
|
46
46
|
textTruncate?: boolean;
|
|
47
47
|
textWeight?: import("@itcase/types").TextWeightProps;
|
|
@@ -53,7 +53,7 @@ export declare const textAppearance: {
|
|
|
53
53
|
textAlign?: import("@itcase/types").TextAlignProps;
|
|
54
54
|
textColor?: import("@itcase/types").TextColorProps;
|
|
55
55
|
textColorActive?: import("@itcase/types").TextColorActiveProps;
|
|
56
|
-
textColorHover?: import("@itcase/types").TextColorHoverProps;
|
|
56
|
+
textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
|
|
57
57
|
textColorHoverActive?: import("@itcase/types").TextColorActiveHoverProps;
|
|
58
58
|
textTruncate?: boolean;
|
|
59
59
|
textWeight?: import("@itcase/types").TextWeightProps;
|
|
@@ -65,7 +65,7 @@ export declare const textAppearance: {
|
|
|
65
65
|
textAlign?: import("@itcase/types").TextAlignProps;
|
|
66
66
|
textColor?: import("@itcase/types").TextColorProps;
|
|
67
67
|
textColorActive?: import("@itcase/types").TextColorActiveProps;
|
|
68
|
-
textColorHover?: import("@itcase/types").TextColorHoverProps;
|
|
68
|
+
textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
|
|
69
69
|
textColorHoverActive?: import("@itcase/types").TextColorActiveHoverProps;
|
|
70
70
|
textTruncate?: boolean;
|
|
71
71
|
textWeight?: import("@itcase/types").TextWeightProps;
|
|
@@ -77,7 +77,7 @@ export declare const textAppearance: {
|
|
|
77
77
|
textAlign?: import("@itcase/types").TextAlignProps;
|
|
78
78
|
textColor?: import("@itcase/types").TextColorProps;
|
|
79
79
|
textColorActive?: import("@itcase/types").TextColorActiveProps;
|
|
80
|
-
textColorHover?: import("@itcase/types").TextColorHoverProps;
|
|
80
|
+
textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
|
|
81
81
|
textColorHoverActive?: import("@itcase/types").TextColorActiveHoverProps;
|
|
82
82
|
textTruncate?: boolean;
|
|
83
83
|
textWeight?: import("@itcase/types").TextWeightProps;
|
|
@@ -89,7 +89,7 @@ export declare const textAppearance: {
|
|
|
89
89
|
textAlign?: import("@itcase/types").TextAlignProps;
|
|
90
90
|
textColor?: import("@itcase/types").TextColorProps;
|
|
91
91
|
textColorActive?: import("@itcase/types").TextColorActiveProps;
|
|
92
|
-
textColorHover?: import("@itcase/types").TextColorHoverProps;
|
|
92
|
+
textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
|
|
93
93
|
textColorHoverActive?: import("@itcase/types").TextColorActiveHoverProps;
|
|
94
94
|
textTruncate?: boolean;
|
|
95
95
|
textWeight?: import("@itcase/types").TextWeightProps;
|
|
@@ -101,7 +101,7 @@ export declare const textAppearance: {
|
|
|
101
101
|
textAlign?: import("@itcase/types").TextAlignProps;
|
|
102
102
|
textColor?: import("@itcase/types").TextColorProps;
|
|
103
103
|
textColorActive?: import("@itcase/types").TextColorActiveProps;
|
|
104
|
-
textColorHover?: import("@itcase/types").TextColorHoverProps;
|
|
104
|
+
textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
|
|
105
105
|
textColorHoverActive?: import("@itcase/types").TextColorActiveHoverProps;
|
|
106
106
|
textTruncate?: boolean;
|
|
107
107
|
textWeight?: import("@itcase/types").TextWeightProps;
|
|
@@ -113,7 +113,7 @@ export declare const textAppearance: {
|
|
|
113
113
|
textAlign?: import("@itcase/types").TextAlignProps;
|
|
114
114
|
textColor?: import("@itcase/types").TextColorProps;
|
|
115
115
|
textColorActive?: import("@itcase/types").TextColorActiveProps;
|
|
116
|
-
textColorHover?: import("@itcase/types").TextColorHoverProps;
|
|
116
|
+
textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
|
|
117
117
|
textColorHoverActive?: import("@itcase/types").TextColorActiveHoverProps;
|
|
118
118
|
textTruncate?: boolean;
|
|
119
119
|
textWeight?: import("@itcase/types").TextWeightProps;
|
|
@@ -125,7 +125,7 @@ export declare const textAppearance: {
|
|
|
125
125
|
textAlign?: import("@itcase/types").TextAlignProps;
|
|
126
126
|
textColor?: import("@itcase/types").TextColorProps;
|
|
127
127
|
textColorActive?: import("@itcase/types").TextColorActiveProps;
|
|
128
|
-
textColorHover?: import("@itcase/types").TextColorHoverProps;
|
|
128
|
+
textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
|
|
129
129
|
textColorHoverActive?: import("@itcase/types").TextColorActiveHoverProps;
|
|
130
130
|
textTruncate?: boolean;
|
|
131
131
|
textWeight?: import("@itcase/types").TextWeightProps;
|
|
@@ -137,7 +137,7 @@ export declare const textAppearance: {
|
|
|
137
137
|
textAlign?: import("@itcase/types").TextAlignProps;
|
|
138
138
|
textColor?: import("@itcase/types").TextColorProps;
|
|
139
139
|
textColorActive?: import("@itcase/types").TextColorActiveProps;
|
|
140
|
-
textColorHover?: import("@itcase/types").TextColorHoverProps;
|
|
140
|
+
textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
|
|
141
141
|
textColorHoverActive?: import("@itcase/types").TextColorActiveHoverProps;
|
|
142
142
|
textTruncate?: boolean;
|
|
143
143
|
textWeight?: import("@itcase/types").TextWeightProps;
|
|
@@ -149,7 +149,7 @@ export declare const textAppearance: {
|
|
|
149
149
|
textAlign?: import("@itcase/types").TextAlignProps;
|
|
150
150
|
textColor?: import("@itcase/types").TextColorProps;
|
|
151
151
|
textColorActive?: import("@itcase/types").TextColorActiveProps;
|
|
152
|
-
textColorHover?: import("@itcase/types").TextColorHoverProps;
|
|
152
|
+
textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
|
|
153
153
|
textColorHoverActive?: import("@itcase/types").TextColorActiveHoverProps;
|
|
154
154
|
textTruncate?: boolean;
|
|
155
155
|
textWeight?: import("@itcase/types").TextWeightProps;
|
|
@@ -161,7 +161,7 @@ export declare const textAppearance: {
|
|
|
161
161
|
textAlign?: import("@itcase/types").TextAlignProps;
|
|
162
162
|
textColor?: import("@itcase/types").TextColorProps;
|
|
163
163
|
textColorActive?: import("@itcase/types").TextColorActiveProps;
|
|
164
|
-
textColorHover?: import("@itcase/types").TextColorHoverProps;
|
|
164
|
+
textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
|
|
165
165
|
textColorHoverActive?: import("@itcase/types").TextColorActiveHoverProps;
|
|
166
166
|
textTruncate?: boolean;
|
|
167
167
|
textWeight?: import("@itcase/types").TextWeightProps;
|
|
@@ -173,7 +173,7 @@ export declare const textAppearance: {
|
|
|
173
173
|
textAlign?: import("@itcase/types").TextAlignProps;
|
|
174
174
|
textColor?: import("@itcase/types").TextColorProps;
|
|
175
175
|
textColorActive?: import("@itcase/types").TextColorActiveProps;
|
|
176
|
-
textColorHover?: import("@itcase/types").TextColorHoverProps;
|
|
176
|
+
textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
|
|
177
177
|
textColorHoverActive?: import("@itcase/types").TextColorActiveHoverProps;
|
|
178
178
|
textTruncate?: boolean;
|
|
179
179
|
textWeight?: import("@itcase/types").TextWeightProps;
|
|
@@ -185,7 +185,7 @@ export declare const textAppearance: {
|
|
|
185
185
|
textAlign?: import("@itcase/types").TextAlignProps;
|
|
186
186
|
textColor?: import("@itcase/types").TextColorProps;
|
|
187
187
|
textColorActive?: import("@itcase/types").TextColorActiveProps;
|
|
188
|
-
textColorHover?: import("@itcase/types").TextColorHoverProps;
|
|
188
|
+
textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
|
|
189
189
|
textColorHoverActive?: import("@itcase/types").TextColorActiveHoverProps;
|
|
190
190
|
textTruncate?: boolean;
|
|
191
191
|
textWeight?: import("@itcase/types").TextWeightProps;
|
|
@@ -197,7 +197,7 @@ export declare const textAppearance: {
|
|
|
197
197
|
textAlign?: import("@itcase/types").TextAlignProps;
|
|
198
198
|
textColor?: import("@itcase/types").TextColorProps;
|
|
199
199
|
textColorActive?: import("@itcase/types").TextColorActiveProps;
|
|
200
|
-
textColorHover?: import("@itcase/types").TextColorHoverProps;
|
|
200
|
+
textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
|
|
201
201
|
textColorHoverActive?: import("@itcase/types").TextColorActiveHoverProps;
|
|
202
202
|
textTruncate?: boolean;
|
|
203
203
|
textWeight?: import("@itcase/types").TextWeightProps;
|
|
@@ -209,7 +209,7 @@ export declare const textAppearance: {
|
|
|
209
209
|
textAlign?: import("@itcase/types").TextAlignProps;
|
|
210
210
|
textColor?: import("@itcase/types").TextColorProps;
|
|
211
211
|
textColorActive?: import("@itcase/types").TextColorActiveProps;
|
|
212
|
-
textColorHover?: import("@itcase/types").TextColorHoverProps;
|
|
212
|
+
textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
|
|
213
213
|
textColorHoverActive?: import("@itcase/types").TextColorActiveHoverProps;
|
|
214
214
|
textTruncate?: boolean;
|
|
215
215
|
textWeight?: import("@itcase/types").TextWeightProps;
|
|
@@ -221,7 +221,7 @@ export declare const textAppearance: {
|
|
|
221
221
|
textAlign?: import("@itcase/types").TextAlignProps;
|
|
222
222
|
textColor?: import("@itcase/types").TextColorProps;
|
|
223
223
|
textColorActive?: import("@itcase/types").TextColorActiveProps;
|
|
224
|
-
textColorHover?: import("@itcase/types").TextColorHoverProps;
|
|
224
|
+
textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
|
|
225
225
|
textColorHoverActive?: import("@itcase/types").TextColorActiveHoverProps;
|
|
226
226
|
textTruncate?: boolean;
|
|
227
227
|
textWeight?: import("@itcase/types").TextWeightProps;
|
|
@@ -233,7 +233,7 @@ export declare const textAppearance: {
|
|
|
233
233
|
textAlign?: import("@itcase/types").TextAlignProps;
|
|
234
234
|
textColor?: import("@itcase/types").TextColorProps;
|
|
235
235
|
textColorActive?: import("@itcase/types").TextColorActiveProps;
|
|
236
|
-
textColorHover?: import("@itcase/types").TextColorHoverProps;
|
|
236
|
+
textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
|
|
237
237
|
textColorHoverActive?: import("@itcase/types").TextColorActiveHoverProps;
|
|
238
238
|
textTruncate?: boolean;
|
|
239
239
|
textWeight?: import("@itcase/types").TextWeightProps;
|
|
@@ -245,7 +245,7 @@ export declare const textAppearance: {
|
|
|
245
245
|
textAlign?: import("@itcase/types").TextAlignProps;
|
|
246
246
|
textColor?: import("@itcase/types").TextColorProps;
|
|
247
247
|
textColorActive?: import("@itcase/types").TextColorActiveProps;
|
|
248
|
-
textColorHover?: import("@itcase/types").TextColorHoverProps;
|
|
248
|
+
textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
|
|
249
249
|
textColorHoverActive?: import("@itcase/types").TextColorActiveHoverProps;
|
|
250
250
|
textTruncate?: boolean;
|
|
251
251
|
textWeight?: import("@itcase/types").TextWeightProps;
|
|
@@ -257,7 +257,7 @@ export declare const textAppearance: {
|
|
|
257
257
|
textAlign?: import("@itcase/types").TextAlignProps;
|
|
258
258
|
textColor?: import("@itcase/types").TextColorProps;
|
|
259
259
|
textColorActive?: import("@itcase/types").TextColorActiveProps;
|
|
260
|
-
textColorHover?: import("@itcase/types").TextColorHoverProps;
|
|
260
|
+
textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
|
|
261
261
|
textColorHoverActive?: import("@itcase/types").TextColorActiveHoverProps;
|
|
262
262
|
textTruncate?: boolean;
|
|
263
263
|
textWeight?: import("@itcase/types").TextWeightProps;
|
|
@@ -269,7 +269,7 @@ export declare const textAppearance: {
|
|
|
269
269
|
textAlign?: import("@itcase/types").TextAlignProps;
|
|
270
270
|
textColor?: import("@itcase/types").TextColorProps;
|
|
271
271
|
textColorActive?: import("@itcase/types").TextColorActiveProps;
|
|
272
|
-
textColorHover?: import("@itcase/types").TextColorHoverProps;
|
|
272
|
+
textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
|
|
273
273
|
textColorHoverActive?: import("@itcase/types").TextColorActiveHoverProps;
|
|
274
274
|
textTruncate?: boolean;
|
|
275
275
|
textWeight?: import("@itcase/types").TextWeightProps;
|
|
@@ -281,7 +281,7 @@ export declare const textAppearance: {
|
|
|
281
281
|
textAlign?: import("@itcase/types").TextAlignProps;
|
|
282
282
|
textColor?: import("@itcase/types").TextColorProps;
|
|
283
283
|
textColorActive?: import("@itcase/types").TextColorActiveProps;
|
|
284
|
-
textColorHover?: import("@itcase/types").TextColorHoverProps;
|
|
284
|
+
textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
|
|
285
285
|
textColorHoverActive?: import("@itcase/types").TextColorActiveHoverProps;
|
|
286
286
|
textTruncate?: boolean;
|
|
287
287
|
textWeight?: import("@itcase/types").TextWeightProps;
|
|
@@ -293,7 +293,7 @@ export declare const textAppearance: {
|
|
|
293
293
|
textAlign?: import("@itcase/types").TextAlignProps;
|
|
294
294
|
textColor?: import("@itcase/types").TextColorProps;
|
|
295
295
|
textColorActive?: import("@itcase/types").TextColorActiveProps;
|
|
296
|
-
textColorHover?: import("@itcase/types").TextColorHoverProps;
|
|
296
|
+
textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
|
|
297
297
|
textColorHoverActive?: import("@itcase/types").TextColorActiveHoverProps;
|
|
298
298
|
textTruncate?: boolean;
|
|
299
299
|
textWeight?: import("@itcase/types").TextWeightProps;
|
|
@@ -305,7 +305,7 @@ export declare const textAppearance: {
|
|
|
305
305
|
textAlign?: import("@itcase/types").TextAlignProps;
|
|
306
306
|
textColor?: import("@itcase/types").TextColorProps;
|
|
307
307
|
textColorActive?: import("@itcase/types").TextColorActiveProps;
|
|
308
|
-
textColorHover?: import("@itcase/types").TextColorHoverProps;
|
|
308
|
+
textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
|
|
309
309
|
textColorHoverActive?: import("@itcase/types").TextColorActiveHoverProps;
|
|
310
310
|
textTruncate?: boolean;
|
|
311
311
|
textWeight?: import("@itcase/types").TextWeightProps;
|
|
@@ -317,7 +317,7 @@ export declare const textAppearance: {
|
|
|
317
317
|
textAlign?: import("@itcase/types").TextAlignProps;
|
|
318
318
|
textColor?: import("@itcase/types").TextColorProps;
|
|
319
319
|
textColorActive?: import("@itcase/types").TextColorActiveProps;
|
|
320
|
-
textColorHover?: import("@itcase/types").TextColorHoverProps;
|
|
320
|
+
textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
|
|
321
321
|
textColorHoverActive?: import("@itcase/types").TextColorActiveHoverProps;
|
|
322
322
|
textTruncate?: boolean;
|
|
323
323
|
textWeight?: import("@itcase/types").TextWeightProps;
|
|
@@ -329,7 +329,7 @@ export declare const textAppearance: {
|
|
|
329
329
|
textAlign?: import("@itcase/types").TextAlignProps;
|
|
330
330
|
textColor?: import("@itcase/types").TextColorProps;
|
|
331
331
|
textColorActive?: import("@itcase/types").TextColorActiveProps;
|
|
332
|
-
textColorHover?: import("@itcase/types").TextColorHoverProps;
|
|
332
|
+
textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
|
|
333
333
|
textColorHoverActive?: import("@itcase/types").TextColorActiveHoverProps;
|
|
334
334
|
textTruncate?: boolean;
|
|
335
335
|
textWeight?: import("@itcase/types").TextWeightProps;
|
|
@@ -341,7 +341,7 @@ export declare const textAppearance: {
|
|
|
341
341
|
textAlign?: import("@itcase/types").TextAlignProps;
|
|
342
342
|
textColor?: import("@itcase/types").TextColorProps;
|
|
343
343
|
textColorActive?: import("@itcase/types").TextColorActiveProps;
|
|
344
|
-
textColorHover?: import("@itcase/types").TextColorHoverProps;
|
|
344
|
+
textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
|
|
345
345
|
textColorHoverActive?: import("@itcase/types").TextColorActiveHoverProps;
|
|
346
346
|
textTruncate?: boolean;
|
|
347
347
|
textWeight?: import("@itcase/types").TextWeightProps;
|
|
@@ -353,7 +353,7 @@ export declare const textAppearance: {
|
|
|
353
353
|
textAlign?: import("@itcase/types").TextAlignProps;
|
|
354
354
|
textColor?: import("@itcase/types").TextColorProps;
|
|
355
355
|
textColorActive?: import("@itcase/types").TextColorActiveProps;
|
|
356
|
-
textColorHover?: import("@itcase/types").TextColorHoverProps;
|
|
356
|
+
textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
|
|
357
357
|
textColorHoverActive?: import("@itcase/types").TextColorActiveHoverProps;
|
|
358
358
|
textTruncate?: boolean;
|
|
359
359
|
textWeight?: import("@itcase/types").TextWeightProps;
|
|
@@ -365,7 +365,7 @@ export declare const textAppearance: {
|
|
|
365
365
|
textAlign?: import("@itcase/types").TextAlignProps;
|
|
366
366
|
textColor?: import("@itcase/types").TextColorProps;
|
|
367
367
|
textColorActive?: import("@itcase/types").TextColorActiveProps;
|
|
368
|
-
textColorHover?: import("@itcase/types").TextColorHoverProps;
|
|
368
|
+
textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
|
|
369
369
|
textColorHoverActive?: import("@itcase/types").TextColorActiveHoverProps;
|
|
370
370
|
textTruncate?: boolean;
|
|
371
371
|
textWeight?: import("@itcase/types").TextWeightProps;
|
|
@@ -377,7 +377,7 @@ export declare const textAppearance: {
|
|
|
377
377
|
textAlign?: import("@itcase/types").TextAlignProps;
|
|
378
378
|
textColor?: import("@itcase/types").TextColorProps;
|
|
379
379
|
textColorActive?: import("@itcase/types").TextColorActiveProps;
|
|
380
|
-
textColorHover?: import("@itcase/types").TextColorHoverProps;
|
|
380
|
+
textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
|
|
381
381
|
textColorHoverActive?: import("@itcase/types").TextColorActiveHoverProps;
|
|
382
382
|
textTruncate?: boolean;
|
|
383
383
|
textWeight?: import("@itcase/types").TextWeightProps;
|
|
@@ -389,7 +389,7 @@ export declare const textAppearance: {
|
|
|
389
389
|
textAlign?: import("@itcase/types").TextAlignProps;
|
|
390
390
|
textColor?: import("@itcase/types").TextColorProps;
|
|
391
391
|
textColorActive?: import("@itcase/types").TextColorActiveProps;
|
|
392
|
-
textColorHover?: import("@itcase/types").TextColorHoverProps;
|
|
392
|
+
textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
|
|
393
393
|
textColorHoverActive?: import("@itcase/types").TextColorActiveHoverProps;
|
|
394
394
|
textTruncate?: boolean;
|
|
395
395
|
textWeight?: import("@itcase/types").TextWeightProps;
|
|
@@ -401,7 +401,7 @@ export declare const textAppearance: {
|
|
|
401
401
|
textAlign?: import("@itcase/types").TextAlignProps;
|
|
402
402
|
textColor?: import("@itcase/types").TextColorProps;
|
|
403
403
|
textColorActive?: import("@itcase/types").TextColorActiveProps;
|
|
404
|
-
textColorHover?: import("@itcase/types").TextColorHoverProps;
|
|
404
|
+
textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
|
|
405
405
|
textColorHoverActive?: import("@itcase/types").TextColorActiveHoverProps;
|
|
406
406
|
textTruncate?: boolean;
|
|
407
407
|
textWeight?: import("@itcase/types").TextWeightProps;
|
|
@@ -413,7 +413,7 @@ export declare const textAppearance: {
|
|
|
413
413
|
textAlign?: import("@itcase/types").TextAlignProps;
|
|
414
414
|
textColor?: import("@itcase/types").TextColorProps;
|
|
415
415
|
textColorActive?: import("@itcase/types").TextColorActiveProps;
|
|
416
|
-
textColorHover?: import("@itcase/types").TextColorHoverProps;
|
|
416
|
+
textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
|
|
417
417
|
textColorHoverActive?: import("@itcase/types").TextColorActiveHoverProps;
|
|
418
418
|
textTruncate?: boolean;
|
|
419
419
|
textWeight?: import("@itcase/types").TextWeightProps;
|
|
@@ -425,7 +425,7 @@ export declare const textAppearance: {
|
|
|
425
425
|
textAlign?: import("@itcase/types").TextAlignProps;
|
|
426
426
|
textColor?: import("@itcase/types").TextColorProps;
|
|
427
427
|
textColorActive?: import("@itcase/types").TextColorActiveProps;
|
|
428
|
-
textColorHover?: import("@itcase/types").TextColorHoverProps;
|
|
428
|
+
textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
|
|
429
429
|
textColorHoverActive?: import("@itcase/types").TextColorActiveHoverProps;
|
|
430
430
|
textTruncate?: boolean;
|
|
431
431
|
textWeight?: import("@itcase/types").TextWeightProps;
|
|
@@ -437,7 +437,7 @@ export declare const textAppearance: {
|
|
|
437
437
|
textAlign?: import("@itcase/types").TextAlignProps;
|
|
438
438
|
textColor?: import("@itcase/types").TextColorProps;
|
|
439
439
|
textColorActive?: import("@itcase/types").TextColorActiveProps;
|
|
440
|
-
textColorHover?: import("@itcase/types").TextColorHoverProps;
|
|
440
|
+
textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
|
|
441
441
|
textColorHoverActive?: import("@itcase/types").TextColorActiveHoverProps;
|
|
442
442
|
textTruncate?: boolean;
|
|
443
443
|
textWeight?: import("@itcase/types").TextWeightProps;
|
|
@@ -449,7 +449,7 @@ export declare const textAppearance: {
|
|
|
449
449
|
textAlign?: import("@itcase/types").TextAlignProps;
|
|
450
450
|
textColor?: import("@itcase/types").TextColorProps;
|
|
451
451
|
textColorActive?: import("@itcase/types").TextColorActiveProps;
|
|
452
|
-
textColorHover?: import("@itcase/types").TextColorHoverProps;
|
|
452
|
+
textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
|
|
453
453
|
textColorHoverActive?: import("@itcase/types").TextColorActiveHoverProps;
|
|
454
454
|
textTruncate?: boolean;
|
|
455
455
|
textWeight?: import("@itcase/types").TextWeightProps;
|
|
@@ -461,7 +461,7 @@ export declare const textAppearance: {
|
|
|
461
461
|
textAlign?: import("@itcase/types").TextAlignProps;
|
|
462
462
|
textColor?: import("@itcase/types").TextColorProps;
|
|
463
463
|
textColorActive?: import("@itcase/types").TextColorActiveProps;
|
|
464
|
-
textColorHover?: import("@itcase/types").TextColorHoverProps;
|
|
464
|
+
textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
|
|
465
465
|
textColorHoverActive?: import("@itcase/types").TextColorActiveHoverProps;
|
|
466
466
|
textTruncate?: boolean;
|
|
467
467
|
textWeight?: import("@itcase/types").TextWeightProps;
|
|
@@ -473,7 +473,7 @@ export declare const textAppearance: {
|
|
|
473
473
|
textAlign?: import("@itcase/types").TextAlignProps;
|
|
474
474
|
textColor?: import("@itcase/types").TextColorProps;
|
|
475
475
|
textColorActive?: import("@itcase/types").TextColorActiveProps;
|
|
476
|
-
textColorHover?: import("@itcase/types").TextColorHoverProps;
|
|
476
|
+
textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
|
|
477
477
|
textColorHoverActive?: import("@itcase/types").TextColorActiveHoverProps;
|
|
478
478
|
textTruncate?: boolean;
|
|
479
479
|
textWeight?: import("@itcase/types").TextWeightProps;
|
|
@@ -485,7 +485,7 @@ export declare const textAppearance: {
|
|
|
485
485
|
textAlign?: import("@itcase/types").TextAlignProps;
|
|
486
486
|
textColor?: import("@itcase/types").TextColorProps;
|
|
487
487
|
textColorActive?: import("@itcase/types").TextColorActiveProps;
|
|
488
|
-
textColorHover?: import("@itcase/types").TextColorHoverProps;
|
|
488
|
+
textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
|
|
489
489
|
textColorHoverActive?: import("@itcase/types").TextColorActiveHoverProps;
|
|
490
490
|
textTruncate?: boolean;
|
|
491
491
|
textWeight?: import("@itcase/types").TextWeightProps;
|
|
@@ -497,7 +497,7 @@ export declare const textAppearance: {
|
|
|
497
497
|
textAlign?: import("@itcase/types").TextAlignProps;
|
|
498
498
|
textColor?: import("@itcase/types").TextColorProps;
|
|
499
499
|
textColorActive?: import("@itcase/types").TextColorActiveProps;
|
|
500
|
-
textColorHover?: import("@itcase/types").TextColorHoverProps;
|
|
500
|
+
textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
|
|
501
501
|
textColorHoverActive?: import("@itcase/types").TextColorActiveHoverProps;
|
|
502
502
|
textTruncate?: boolean;
|
|
503
503
|
textWeight?: import("@itcase/types").TextWeightProps;
|
|
@@ -509,7 +509,7 @@ export declare const textAppearance: {
|
|
|
509
509
|
textAlign?: import("@itcase/types").TextAlignProps;
|
|
510
510
|
textColor?: import("@itcase/types").TextColorProps;
|
|
511
511
|
textColorActive?: import("@itcase/types").TextColorActiveProps;
|
|
512
|
-
textColorHover?: import("@itcase/types").TextColorHoverProps;
|
|
512
|
+
textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
|
|
513
513
|
textColorHoverActive?: import("@itcase/types").TextColorActiveHoverProps;
|
|
514
514
|
textTruncate?: boolean;
|
|
515
515
|
textWeight?: import("@itcase/types").TextWeightProps;
|
|
@@ -521,7 +521,7 @@ export declare const textAppearance: {
|
|
|
521
521
|
textAlign?: import("@itcase/types").TextAlignProps;
|
|
522
522
|
textColor?: import("@itcase/types").TextColorProps;
|
|
523
523
|
textColorActive?: import("@itcase/types").TextColorActiveProps;
|
|
524
|
-
textColorHover?: import("@itcase/types").TextColorHoverProps;
|
|
524
|
+
textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
|
|
525
525
|
textColorHoverActive?: import("@itcase/types").TextColorActiveHoverProps;
|
|
526
526
|
textTruncate?: boolean;
|
|
527
527
|
textWeight?: import("@itcase/types").TextWeightProps;
|
|
@@ -533,7 +533,7 @@ export declare const textAppearance: {
|
|
|
533
533
|
textAlign?: import("@itcase/types").TextAlignProps;
|
|
534
534
|
textColor?: import("@itcase/types").TextColorProps;
|
|
535
535
|
textColorActive?: import("@itcase/types").TextColorActiveProps;
|
|
536
|
-
textColorHover?: import("@itcase/types").TextColorHoverProps;
|
|
536
|
+
textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
|
|
537
537
|
textColorHoverActive?: import("@itcase/types").TextColorActiveHoverProps;
|
|
538
538
|
textTruncate?: boolean;
|
|
539
539
|
textWeight?: import("@itcase/types").TextWeightProps;
|
|
@@ -545,7 +545,7 @@ export declare const textAppearance: {
|
|
|
545
545
|
textAlign?: import("@itcase/types").TextAlignProps;
|
|
546
546
|
textColor?: import("@itcase/types").TextColorProps;
|
|
547
547
|
textColorActive?: import("@itcase/types").TextColorActiveProps;
|
|
548
|
-
textColorHover?: import("@itcase/types").TextColorHoverProps;
|
|
548
|
+
textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
|
|
549
549
|
textColorHoverActive?: import("@itcase/types").TextColorActiveHoverProps;
|
|
550
550
|
textTruncate?: boolean;
|
|
551
551
|
textWeight?: import("@itcase/types").TextWeightProps;
|
|
@@ -557,7 +557,7 @@ export declare const textAppearance: {
|
|
|
557
557
|
textAlign?: import("@itcase/types").TextAlignProps;
|
|
558
558
|
textColor?: import("@itcase/types").TextColorProps;
|
|
559
559
|
textColorActive?: import("@itcase/types").TextColorActiveProps;
|
|
560
|
-
textColorHover?: import("@itcase/types").TextColorHoverProps;
|
|
560
|
+
textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
|
|
561
561
|
textColorHoverActive?: import("@itcase/types").TextColorActiveHoverProps;
|
|
562
562
|
textTruncate?: boolean;
|
|
563
563
|
textWeight?: import("@itcase/types").TextWeightProps;
|
|
@@ -569,7 +569,7 @@ export declare const textAppearance: {
|
|
|
569
569
|
textAlign?: import("@itcase/types").TextAlignProps;
|
|
570
570
|
textColor?: import("@itcase/types").TextColorProps;
|
|
571
571
|
textColorActive?: import("@itcase/types").TextColorActiveProps;
|
|
572
|
-
textColorHover?: import("@itcase/types").TextColorHoverProps;
|
|
572
|
+
textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
|
|
573
573
|
textColorHoverActive?: import("@itcase/types").TextColorActiveHoverProps;
|
|
574
574
|
textTruncate?: boolean;
|
|
575
575
|
textWeight?: import("@itcase/types").TextWeightProps;
|
|
@@ -581,7 +581,7 @@ export declare const textAppearance: {
|
|
|
581
581
|
textAlign?: import("@itcase/types").TextAlignProps;
|
|
582
582
|
textColor?: import("@itcase/types").TextColorProps;
|
|
583
583
|
textColorActive?: import("@itcase/types").TextColorActiveProps;
|
|
584
|
-
textColorHover?: import("@itcase/types").TextColorHoverProps;
|
|
584
|
+
textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
|
|
585
585
|
textColorHoverActive?: import("@itcase/types").TextColorActiveHoverProps;
|
|
586
586
|
textTruncate?: boolean;
|
|
587
587
|
textWeight?: import("@itcase/types").TextWeightProps;
|
|
@@ -593,7 +593,7 @@ export declare const textAppearance: {
|
|
|
593
593
|
textAlign?: import("@itcase/types").TextAlignProps;
|
|
594
594
|
textColor?: import("@itcase/types").TextColorProps;
|
|
595
595
|
textColorActive?: import("@itcase/types").TextColorActiveProps;
|
|
596
|
-
textColorHover?: import("@itcase/types").TextColorHoverProps;
|
|
596
|
+
textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
|
|
597
597
|
textColorHoverActive?: import("@itcase/types").TextColorActiveHoverProps;
|
|
598
598
|
textTruncate?: boolean;
|
|
599
599
|
textWeight?: import("@itcase/types").TextWeightProps;
|
|
@@ -605,7 +605,7 @@ export declare const textAppearance: {
|
|
|
605
605
|
textAlign?: import("@itcase/types").TextAlignProps;
|
|
606
606
|
textColor?: import("@itcase/types").TextColorProps;
|
|
607
607
|
textColorActive?: import("@itcase/types").TextColorActiveProps;
|
|
608
|
-
textColorHover?: import("@itcase/types").TextColorHoverProps;
|
|
608
|
+
textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
|
|
609
609
|
textColorHoverActive?: import("@itcase/types").TextColorActiveHoverProps;
|
|
610
610
|
textTruncate?: boolean;
|
|
611
611
|
textWeight?: import("@itcase/types").TextWeightProps;
|
|
@@ -617,7 +617,7 @@ export declare const textAppearance: {
|
|
|
617
617
|
textAlign?: import("@itcase/types").TextAlignProps;
|
|
618
618
|
textColor?: import("@itcase/types").TextColorProps;
|
|
619
619
|
textColorActive?: import("@itcase/types").TextColorActiveProps;
|
|
620
|
-
textColorHover?: import("@itcase/types").TextColorHoverProps;
|
|
620
|
+
textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
|
|
621
621
|
textColorHoverActive?: import("@itcase/types").TextColorActiveHoverProps;
|
|
622
622
|
textTruncate?: boolean;
|
|
623
623
|
textWeight?: import("@itcase/types").TextWeightProps;
|
|
@@ -629,7 +629,7 @@ export declare const textAppearance: {
|
|
|
629
629
|
textAlign?: import("@itcase/types").TextAlignProps;
|
|
630
630
|
textColor?: import("@itcase/types").TextColorProps;
|
|
631
631
|
textColorActive?: import("@itcase/types").TextColorActiveProps;
|
|
632
|
-
textColorHover?: import("@itcase/types").TextColorHoverProps;
|
|
632
|
+
textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
|
|
633
633
|
textColorHoverActive?: import("@itcase/types").TextColorActiveHoverProps;
|
|
634
634
|
textTruncate?: boolean;
|
|
635
635
|
textWeight?: import("@itcase/types").TextWeightProps;
|
|
@@ -641,7 +641,7 @@ export declare const textAppearance: {
|
|
|
641
641
|
textAlign?: import("@itcase/types").TextAlignProps;
|
|
642
642
|
textColor?: import("@itcase/types").TextColorProps;
|
|
643
643
|
textColorActive?: import("@itcase/types").TextColorActiveProps;
|
|
644
|
-
textColorHover?: import("@itcase/types").TextColorHoverProps;
|
|
644
|
+
textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
|
|
645
645
|
textColorHoverActive?: import("@itcase/types").TextColorActiveHoverProps;
|
|
646
646
|
textTruncate?: boolean;
|
|
647
647
|
textWeight?: import("@itcase/types").TextWeightProps;
|
|
@@ -653,7 +653,7 @@ export declare const textAppearance: {
|
|
|
653
653
|
textAlign?: import("@itcase/types").TextAlignProps;
|
|
654
654
|
textColor?: import("@itcase/types").TextColorProps;
|
|
655
655
|
textColorActive?: import("@itcase/types").TextColorActiveProps;
|
|
656
|
-
textColorHover?: import("@itcase/types").TextColorHoverProps;
|
|
656
|
+
textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
|
|
657
657
|
textColorHoverActive?: import("@itcase/types").TextColorActiveHoverProps;
|
|
658
658
|
textTruncate?: boolean;
|
|
659
659
|
textWeight?: import("@itcase/types").TextWeightProps;
|
|
@@ -665,7 +665,7 @@ export declare const textAppearance: {
|
|
|
665
665
|
textAlign?: import("@itcase/types").TextAlignProps;
|
|
666
666
|
textColor?: import("@itcase/types").TextColorProps;
|
|
667
667
|
textColorActive?: import("@itcase/types").TextColorActiveProps;
|
|
668
|
-
textColorHover?: import("@itcase/types").TextColorHoverProps;
|
|
668
|
+
textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
|
|
669
669
|
textColorHoverActive?: import("@itcase/types").TextColorActiveHoverProps;
|
|
670
670
|
textTruncate?: boolean;
|
|
671
671
|
textWeight?: import("@itcase/types").TextWeightProps;
|
|
@@ -677,7 +677,7 @@ export declare const textAppearance: {
|
|
|
677
677
|
textAlign?: import("@itcase/types").TextAlignProps;
|
|
678
678
|
textColor?: import("@itcase/types").TextColorProps;
|
|
679
679
|
textColorActive?: import("@itcase/types").TextColorActiveProps;
|
|
680
|
-
textColorHover?: import("@itcase/types").TextColorHoverProps;
|
|
680
|
+
textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
|
|
681
681
|
textColorHoverActive?: import("@itcase/types").TextColorActiveHoverProps;
|
|
682
682
|
textTruncate?: boolean;
|
|
683
683
|
textWeight?: import("@itcase/types").TextWeightProps;
|
|
@@ -689,7 +689,7 @@ export declare const textAppearance: {
|
|
|
689
689
|
textAlign?: import("@itcase/types").TextAlignProps;
|
|
690
690
|
textColor?: import("@itcase/types").TextColorProps;
|
|
691
691
|
textColorActive?: import("@itcase/types").TextColorActiveProps;
|
|
692
|
-
textColorHover?: import("@itcase/types").TextColorHoverProps;
|
|
692
|
+
textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
|
|
693
693
|
textColorHoverActive?: import("@itcase/types").TextColorActiveHoverProps;
|
|
694
694
|
textTruncate?: boolean;
|
|
695
695
|
textWeight?: import("@itcase/types").TextWeightProps;
|
|
@@ -7,7 +7,7 @@ type TextAppearanceProps = {
|
|
|
7
7
|
textAlign?: TextAlignProps;
|
|
8
8
|
textColor?: TextColorProps;
|
|
9
9
|
textColorActive?: TextColorActiveProps;
|
|
10
|
-
textColorHover?: TextColorHoverProps;
|
|
10
|
+
textColorHover?: TextColorHoverProps | TextColorProps;
|
|
11
11
|
textColorHoverActive?: TextColorActiveHoverProps;
|
|
12
12
|
textTruncate?: boolean;
|
|
13
13
|
textWeight?: TextWeightProps;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
document.documentElement.style.setProperty('--vh',
|
|
1
|
+
const setViewportProperty = () => {
|
|
2
|
+
const vh = window.innerHeight * 0.01;
|
|
3
|
+
document.documentElement.style.setProperty('--vh', `${vh}px`);
|
|
4
4
|
};
|
|
5
5
|
|
|
6
6
|
export { setViewportProperty };
|