@itcase/ui 1.9.51 → 1.9.52
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_CZ0XJ6d2.js → Avatar_cjs_CvbURI0f.js} +1 -1
- package/dist/{Avatar_es_B2gMldVe.js → Avatar_es_CV-ffIJu.js} +1 -1
- package/dist/{ChipsGroup_cjs_D0xy5I4S.js → ChipsGroup_cjs_CE-nNENH.js} +2 -4
- package/dist/{ChipsGroup_es_C_dgXLfC.js → ChipsGroup_es_CxqwFgoo.js} +2 -4
- package/dist/{Image_cjs_C_FMjUjx.js → Image_cjs_Hvjp2QDB.js} +2 -2
- package/dist/{Image_es_Ca7UQOkj.js → Image_es_DpOCNWpn.js} +2 -2
- package/dist/{SelectContainer_cjs_DshFNYWN.js → SelectContainer_cjs_qWAMLIkz.js} +5 -5
- package/dist/{SelectContainer_es_BQ3-SqL2.js → SelectContainer_es_kRH4DsEh.js} +5 -5
- package/dist/cjs/components/Avatar.js +2 -2
- package/dist/cjs/components/AvatarStack.js +2 -2
- package/dist/cjs/components/Checkbox.js +47 -50
- package/dist/cjs/components/Checkmark.js +31 -6
- package/dist/cjs/components/Chips.js +1 -1
- package/dist/cjs/components/DatePeriod.js +8 -8
- package/dist/cjs/components/DatePicker.js +4 -4
- package/dist/cjs/components/Drawer.js +23 -24
- package/dist/cjs/components/Image.js +1 -1
- package/dist/cjs/components/InputPassword.js +1 -1
- package/dist/cjs/components/Select/stories/__mock__.js +4 -4
- package/dist/cjs/components/Select.js +2 -2
- package/dist/cjs/components/Tile.js +2 -1
- package/dist/cjs/context/Notifications.js +1 -1
- package/dist/cjs/context/UIContext.js +7 -1
- package/dist/cjs/hooks/useActiveClasses/useActiveClasses.helpers.js +9 -9
- package/dist/cjs/hooks/useActiveClasses/useActiveClasses.js +3 -3
- package/dist/cjs/hooks/useStyles/styleAttributes.js +166 -43
- package/dist/cjs/hooks/useStyles/useStyles.js +169 -155
- package/dist/cjs/utils/mergeAppearanceKeys.js +14 -1
- package/dist/components/Avatar.js +2 -2
- package/dist/components/AvatarStack.js +2 -2
- package/dist/components/Checkbox.js +47 -50
- package/dist/components/Checkmark.js +31 -6
- package/dist/components/Chips.js +1 -1
- package/dist/components/DatePeriod.js +8 -8
- package/dist/components/DatePicker.js +4 -4
- package/dist/components/Drawer.js +23 -24
- package/dist/components/Image.js +1 -1
- package/dist/components/InputPassword.js +1 -1
- package/dist/components/Select/stories/__mock__.js +4 -4
- package/dist/components/Select.js +2 -2
- package/dist/components/Tile.js +2 -1
- package/dist/context/Notifications.js +1 -1
- package/dist/context/UIContext.js +7 -1
- package/dist/css/styles/bundles.css +102 -97
- package/dist/hooks/useActiveClasses/useActiveClasses.helpers.js +9 -9
- package/dist/hooks/useActiveClasses/useActiveClasses.js +3 -3
- package/dist/hooks/useStyles/styleAttributes.js +166 -43
- package/dist/hooks/useStyles/useStyles.js +169 -155
- package/dist/types/components/Avatar/Avatar.interface.d.ts +2 -2
- package/dist/types/components/AvatarStack/AvatarStack.interface.d.ts +9 -15
- package/dist/types/components/Breadcrumbs/Breadcrumbs.interface.d.ts +9 -8
- package/dist/types/components/Checkbox/Checkbox.interface.d.ts +3 -3
- package/dist/types/components/Checkbox/appearance/checkboxShape.d.ts +3 -0
- package/dist/types/components/Checkmark/Checkmark.interface.d.ts +8 -2
- package/dist/types/components/Checkmark/appearance/checkmarkError.d.ts +3 -0
- package/dist/types/components/Checkmark/stories/CheckmarkError.stories.d.ts +23 -0
- package/dist/types/components/Chips/Chips.interface.d.ts +2 -2
- package/dist/types/components/DatePeriod/DatePeriod.interface.d.ts +20 -19
- package/dist/types/components/DatePeriod/stories/DatePeriodSize.stories.d.ts +3 -0
- package/dist/types/components/DatePicker/DatePicker.interface.d.ts +4 -3
- package/dist/types/components/HeroTitle/HeroTitle.interface.d.ts +1 -1
- package/dist/types/components/Link/Link.interface.d.ts +1 -1
- package/dist/types/components/List/List.interface.d.ts +1 -1
- package/dist/types/components/Loader/Loader.interface.d.ts +4 -3
- package/dist/types/components/MenuItem/MenuItem.interface.d.ts +1 -1
- package/dist/types/components/Notification/Notification.interface.d.ts +2 -2
- package/dist/types/components/Search/Search.interface.d.ts +10 -9
- package/dist/types/components/Search/SearchInput.d.ts +7 -7
- package/dist/types/components/Search/stories/SearchInputDefault.stories.d.ts +7 -7
- package/dist/types/components/Search/stories/SearchInputDemo.stories.d.ts +7 -7
- package/dist/types/components/Search/stories/SearchInputDisabled.stories.d.ts +7 -7
- package/dist/types/components/Search/stories/SearchInputError.stories.d.ts +7 -7
- package/dist/types/components/Search/stories/SearchInputRequire.stories.d.ts +7 -7
- package/dist/types/components/Search/stories/SearchInputShape.stories.d.ts +7 -7
- package/dist/types/components/Search/stories/SearchInputSize.stories.d.ts +7 -7
- package/dist/types/components/Search/stories/SearchInputStyle.stories.d.ts +7 -7
- package/dist/types/components/Search/stories/SearchInputSuccess.stories.d.ts +7 -7
- package/dist/types/components/Select/Select.interface.d.ts +9 -7
- package/dist/types/components/Select/SelectContainer.d.ts +4 -1
- package/dist/types/components/Select/SelectMultiValue.d.ts +2 -2
- package/dist/types/components/Select/stories/Select.stories.d.ts +5 -3
- package/dist/types/components/Select/stories/SelectDefault.stories.d.ts +5 -3
- package/dist/types/components/Select/stories/SelectDisabled.stories.d.ts +5 -3
- package/dist/types/components/Select/stories/SelectError.stories.d.ts +5 -3
- package/dist/types/components/Select/stories/SelectRequire.stories.d.ts +5 -3
- package/dist/types/components/Select/stories/SelectShape.stories.d.ts +5 -3
- package/dist/types/components/Select/stories/SelectSize.stories.d.ts +5 -3
- package/dist/types/components/Select/stories/SelectStyle.stories.d.ts +5 -3
- package/dist/types/components/Select/stories/SelectSuccess.stories.d.ts +5 -3
- package/dist/types/components/Select/stories/__mock__/index.d.ts +2 -2
- package/dist/types/components/Swiper/Swiper.interface.d.ts +2 -11
- package/dist/types/components/Text/Text.interface.d.ts +2 -2
- package/dist/types/context/Notifications.d.ts +1 -1
- package/dist/types/context/Notifications.interface.d.ts +2 -1
- package/dist/types/context/UIContext.d.ts +10 -4
- package/dist/types/hooks/useActiveClasses/useActiveClasses.interface.d.ts +1 -2
- package/dist/types/hooks/useStyles/styleAttributes.d.ts +2 -3
- package/dist/types/hooks/useStyles/styleAttributes.interface.d.ts +9 -3
- package/dist/types/hooks/useStyles/useStyles.d.ts +4 -1
- package/dist/types/utils/mergeAppearanceKeys.d.ts +6 -1
- package/dist/utils/mergeAppearanceKeys.js +14 -1
- package/package.json +12 -12
- package/dist/{DatePicker_cjs_avA-OHmZ.js → DatePicker_cjs_BJzVpk0o.js} +3 -3
- package/dist/{DatePicker_es_ungoFvip.js → DatePicker_es_BP0iWHMt.js} +3 -3
|
@@ -1,25 +1,19 @@
|
|
|
1
|
-
import type { AppearanceSizePxKey,
|
|
2
|
-
import { StyleAttributes } from 'src/hooks/useStyles/styleAttributes.interface';
|
|
1
|
+
import type { AppearanceSizePxKey, DirectionProps, SizePXProps } from '@itcase/types-ui';
|
|
3
2
|
import { AvatarProps } from 'src/components/Avatar/Avatar.interface';
|
|
4
|
-
import {
|
|
3
|
+
import { StyleAttributes } from 'src/hooks/useStyles/styleAttributes.interface';
|
|
5
4
|
type AvatarStackAppearanceProps = {
|
|
6
|
-
borderColor?: BorderColorProps;
|
|
7
|
-
fill?: FillProps;
|
|
8
|
-
fillHover?: FillHoverProps;
|
|
9
|
-
fillIcon?: IconProps['fill'];
|
|
10
|
-
shape?: ShapeProps;
|
|
11
5
|
size: SizePXProps;
|
|
12
|
-
|
|
6
|
+
};
|
|
7
|
+
type AvatarsItem = {
|
|
8
|
+
id: string;
|
|
9
|
+
firstName: string;
|
|
10
|
+
lastName: string;
|
|
11
|
+
src: string;
|
|
13
12
|
};
|
|
14
13
|
type AvatarStackProps = AvatarStackAppearanceProps & StyleAttributes & {
|
|
15
14
|
appearance?: AppearanceKeys;
|
|
16
15
|
avatarAppearance?: AvatarProps['appearance'];
|
|
17
|
-
avatarsList:
|
|
18
|
-
id: string;
|
|
19
|
-
firstName: string;
|
|
20
|
-
lastName: string;
|
|
21
|
-
src: string;
|
|
22
|
-
}[];
|
|
16
|
+
avatarsList: AvatarsItem[];
|
|
23
17
|
className?: string;
|
|
24
18
|
direction?: DirectionProps;
|
|
25
19
|
isSkeleton?: boolean;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { ReactNode } from 'react';
|
|
2
2
|
import { AppearanceKeysDefault, AppearanceSizeKey, AppearanceStyleKey, BorderColorProps, CompositeAppearanceDefaultSizeStyleKey, DirectionProps, FillProps, ShapeProps, SizeProps, UnderlineProps, WidthProps } from '@itcase/types-ui';
|
|
3
|
-
import { StyleAttributes } from 'src/hooks/useStyles/styleAttributes.interface';
|
|
4
3
|
import { IconProps } from 'src/components/Icon/Icon.interface';
|
|
5
4
|
import { TextProps } from 'src/components/Text/Text.interface';
|
|
5
|
+
import { StyleAttributes } from 'src/hooks/useStyles/styleAttributes.interface';
|
|
6
6
|
type BreadcrumbsItemAppearanceProps = {
|
|
7
7
|
borderColor?: BorderColorProps;
|
|
8
8
|
fill?: FillProps;
|
|
@@ -54,15 +54,16 @@ type BreadcrumbsAppearanceProps = {
|
|
|
54
54
|
widthMobile?: WidthProps;
|
|
55
55
|
widthTablet?: WidthProps;
|
|
56
56
|
};
|
|
57
|
+
type BreadcrumbsItem = {
|
|
58
|
+
id?: BreadcrumbsItemProps['id'];
|
|
59
|
+
href?: BreadcrumbsItemProps['href'];
|
|
60
|
+
icon?: BreadcrumbsItemProps['icon'];
|
|
61
|
+
key?: string;
|
|
62
|
+
text?: BreadcrumbsItemProps['text'];
|
|
63
|
+
};
|
|
57
64
|
type BreadcrumbsProps = BreadcrumbsAppearanceProps & StyleAttributes & {
|
|
58
65
|
appearance?: BreadcrumbsItemProps['appearance'];
|
|
59
|
-
breadcrumbsList?:
|
|
60
|
-
id?: BreadcrumbsItemProps['id'];
|
|
61
|
-
href?: BreadcrumbsItemProps['href'];
|
|
62
|
-
icon?: BreadcrumbsItemProps['icon'];
|
|
63
|
-
key?: string;
|
|
64
|
-
text?: BreadcrumbsItemProps['text'];
|
|
65
|
-
}[];
|
|
66
|
+
breadcrumbsList?: BreadcrumbsItem[];
|
|
66
67
|
children?: ReactNode;
|
|
67
68
|
className?: string;
|
|
68
69
|
isSkeleton?: boolean;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { ElementType, ReactNode } from 'react';
|
|
2
|
-
import { AppearanceSizeKey, AppearanceStateKeysDefault, AppearanceStyleKey, BorderColorActiveProps, BorderColorHoverProps, BorderColorProps, CompositeAppearanceDefaultSizeStyleKey, FillActiveHoverProps, FillActiveProps, FillHoverProps, FillProps, ShapeProps, ShapeStrengthProps, SizeProps, WidthProps } from '@itcase/types-ui';
|
|
3
|
-
import type { StyleAttributes } from 'src/hooks/useStyles/styleAttributes.interface';
|
|
2
|
+
import { AppearanceShapeKey, AppearanceSizeKey, AppearanceStateKeysDefault, AppearanceStyleKey, BorderColorActiveProps, BorderColorHoverProps, BorderColorProps, CompositeAppearanceDefaultSizeStyleKey, FillActiveHoverProps, FillActiveProps, FillHoverProps, FillProps, ShapeProps, ShapeStrengthProps, SizeProps, WidthProps } from '@itcase/types-ui';
|
|
4
3
|
import { TextProps } from 'src/components/Text/Text.interface';
|
|
4
|
+
import type { StyleAttributes } from 'src/hooks/useStyles/styleAttributes.interface';
|
|
5
5
|
type CheckboxAppearanceProps = {
|
|
6
6
|
borderColor?: BorderColorProps;
|
|
7
7
|
borderColorCheckbox?: BorderColorProps;
|
|
@@ -59,7 +59,7 @@ type CheckboxConfig = {
|
|
|
59
59
|
appearance: CheckboxAppearance;
|
|
60
60
|
setAppearance: (appearanceConfig: CheckboxAppearance) => void;
|
|
61
61
|
};
|
|
62
|
-
type AppearanceKeys = AppearanceSizeKey | AppearanceStateKeysDefault | AppearanceStyleKey;
|
|
62
|
+
type AppearanceKeys = AppearanceShapeKey | AppearanceSizeKey | AppearanceStateKeysDefault | AppearanceStyleKey;
|
|
63
63
|
type CheckboxAppearance = {
|
|
64
64
|
[key in AppearanceKeys]?: CheckboxAppearanceProps;
|
|
65
65
|
};
|
|
@@ -1,13 +1,19 @@
|
|
|
1
1
|
import { ElementType } from 'react';
|
|
2
|
-
import { AppearanceKeysDefault, AppearanceShapeKey, AppearanceSizeKey, AppearanceStyleKey, BorderColorActiveProps, BorderColorHoverProps, BorderColorProps, BorderWidthProps, CompositeAppearanceKey, FillActiveHoverProps, FillActiveProps, FillHoverProps, FillProps, SizeProps
|
|
2
|
+
import { AppearanceKeysDefault, AppearanceShapeKey, AppearanceSizeKey, AppearanceStyleKey, BorderColorActiveProps, BorderColorHoverProps, BorderColorProps, BorderWidthProps, CompositeAppearanceKey, FillActiveHoverProps, FillActiveProps, FillHoverProps, FillProps, SizeProps } from '@itcase/types-ui';
|
|
3
3
|
import { StyleAttributes } from 'src/hooks/useStyles/styleAttributes.interface';
|
|
4
|
+
import { IconProps } from '../Icon/Icon.interface';
|
|
4
5
|
type CheckmarkAppearanceProps = {
|
|
5
6
|
borderColor?: BorderColorProps;
|
|
6
7
|
borderColorActive?: BorderColorActiveProps;
|
|
7
8
|
borderColorActiveHover?: BorderColorActiveProps;
|
|
8
9
|
borderColorHover?: BorderColorHoverProps;
|
|
9
10
|
borderWidth?: BorderWidthProps;
|
|
10
|
-
checkmarkFill?:
|
|
11
|
+
checkmarkFill?: IconProps['fill'];
|
|
12
|
+
checkmarkIcon?: IconProps['SvgImage'];
|
|
13
|
+
checkmarkIconFill?: IconProps['iconFill'];
|
|
14
|
+
checkmarkIconShape?: IconProps['shape'];
|
|
15
|
+
checkmarkIconSize?: IconProps['iconSize'];
|
|
16
|
+
checkmarkIconSrc?: IconProps['imageSrc'];
|
|
11
17
|
fill?: FillProps;
|
|
12
18
|
fillActive?: FillActiveProps;
|
|
13
19
|
fillActiveHover?: FillActiveHoverProps;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { Checkmark } from '..';
|
|
2
|
+
import { CheckmarkProps } from '../Checkmark.interface';
|
|
3
|
+
declare const meta: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: typeof Checkmark;
|
|
6
|
+
parameters: {
|
|
7
|
+
layout: string;
|
|
8
|
+
};
|
|
9
|
+
};
|
|
10
|
+
export default meta;
|
|
11
|
+
export declare const Default: {
|
|
12
|
+
args: {
|
|
13
|
+
appearance: string;
|
|
14
|
+
};
|
|
15
|
+
render: (args: CheckmarkProps) => import("react/jsx-runtime").JSX.Element;
|
|
16
|
+
};
|
|
17
|
+
export declare const Checked: {
|
|
18
|
+
args: {
|
|
19
|
+
appearance: string;
|
|
20
|
+
isChecked: boolean;
|
|
21
|
+
};
|
|
22
|
+
render: (args: CheckmarkProps) => import("react/jsx-runtime").JSX.Element;
|
|
23
|
+
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { CSSProperties, ReactNode } from 'react';
|
|
2
2
|
import { AlignProps, AppearanceKeysDefault, AppearanceShapeKey, AppearanceSizeKey, AppearanceStyleKey, BorderColorProps, BorderTypeProps, BorderWidthProps, CompositeAppearanceKey, DirectionProps, FillActiveHoverProps, FillHoverProps, FillProps, ShapeProps, ShapeStrengthProps, SizeProps, TextColorProps, WrapProps } from '@itcase/types-ui';
|
|
3
|
-
import { StyleAttributes } from 'src/hooks/useStyles/styleAttributes.interface';
|
|
4
3
|
import { BadgeProps } from 'src/components/Badge/Badge.interface';
|
|
5
4
|
import { IconProps } from 'src/components/Icon/Icon.interface';
|
|
6
5
|
import { TextProps } from 'src/components/Text/Text.interface';
|
|
6
|
+
import { StyleAttributes } from 'src/hooks/useStyles/styleAttributes.interface';
|
|
7
7
|
type ChipsAppearanceProps = {
|
|
8
8
|
align?: AlignProps;
|
|
9
9
|
alignDirection?: DirectionProps;
|
|
@@ -72,7 +72,6 @@ type ChipsProps = ChipsAppearanceProps & StyleAttributes & {
|
|
|
72
72
|
type?: string;
|
|
73
73
|
};
|
|
74
74
|
type ChipsGroupListItem = {
|
|
75
|
-
id?: string;
|
|
76
75
|
iconAfter?: ChipsProps['iconAfter'];
|
|
77
76
|
iconAfterActive?: ChipsProps['iconAfterActive'];
|
|
78
77
|
iconBefore?: ChipsProps['iconBefore'];
|
|
@@ -80,6 +79,7 @@ type ChipsGroupListItem = {
|
|
|
80
79
|
isActive?: ChipsProps['isActive'];
|
|
81
80
|
isDisabled?: ChipsProps['isDisabled'];
|
|
82
81
|
label?: ChipsProps['label'];
|
|
82
|
+
value?: string;
|
|
83
83
|
};
|
|
84
84
|
type ChipsGroupAppearanceProps = {
|
|
85
85
|
align?: AlignProps;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import type { DatePeriodItem } from '@itcase/common/types';
|
|
2
|
-
import { Option } from '@itcase/types-core';
|
|
2
|
+
import { Option as SelectOption } from '@itcase/types-core';
|
|
3
3
|
import type { AppearanceKeysDefault, AppearanceShapeKey, AppearanceSizeKey, AppearanceStateKeysDefault, CompositeAppearanceDefaultSizeShapeKey, CompositeAppearanceKey, FillHoverProps, FillProps, ShapeProps, ShapeStrengthProps, SizeProps } from '@itcase/types-ui';
|
|
4
|
-
import { StyleAttributes } from 'src/hooks/useStyles/styleAttributes.interface';
|
|
5
4
|
import { ChipsProps } from 'src/components/Chips/Chips.interface';
|
|
6
5
|
import { DatePickerInputProps } from 'src/components/DatePicker/DatePicker.interface';
|
|
7
|
-
import {
|
|
8
|
-
|
|
6
|
+
import { SelectAppearanceProps, SelectProps } from 'src/components/Select/Select.interface';
|
|
7
|
+
import { StyleAttributes } from 'src/hooks/useStyles/styleAttributes.interface';
|
|
8
|
+
type DatePeriodAppearanceProps<Option> = {
|
|
9
9
|
chipsAppearance?: ChipsProps['appearance'];
|
|
10
10
|
chipsAppearanceSize?: AppearanceSizeKey;
|
|
11
11
|
chipsShape?: ChipsProps['shape'];
|
|
@@ -13,29 +13,30 @@ type DatePeriodAppearanceProps = {
|
|
|
13
13
|
datePickerAppearanceSize?: AppearanceSizeKey;
|
|
14
14
|
datePickerInputAppearance?: AppearanceStateKeysDefault;
|
|
15
15
|
datePickerInputAppearanceSize?: AppearanceSizeKey;
|
|
16
|
-
datePickerInputFillHover?:
|
|
17
|
-
datePickerInputTextSize?:
|
|
16
|
+
datePickerInputFillHover?: SelectProps<Option>['fillHover'];
|
|
17
|
+
datePickerInputTextSize?: SelectProps<Option>['inputTextSize'];
|
|
18
18
|
fill?: FillProps;
|
|
19
19
|
fillHover?: FillHoverProps;
|
|
20
|
+
selectAppearance?: SelectAppearanceProps<Option>['appearance'];
|
|
20
21
|
selectAppearanceSize?: AppearanceSizeKey;
|
|
21
|
-
selectShape?:
|
|
22
|
+
selectShape?: SelectProps<Option>['shape'];
|
|
22
23
|
shape?: ShapeProps;
|
|
23
24
|
shapeStrength?: ShapeStrengthProps;
|
|
24
25
|
size?: SizeProps;
|
|
25
26
|
};
|
|
26
|
-
type DatePeriodProps = DatePeriodAppearanceProps & StyleAttributes & {
|
|
27
|
+
type DatePeriodProps<Option = SelectOption> = DatePeriodAppearanceProps<Option> & StyleAttributes & {
|
|
27
28
|
appearance?: CompositeAppearanceDefaultSizeShapeKey;
|
|
28
29
|
chipsShape?: ChipsProps['shape'];
|
|
29
30
|
className?: string;
|
|
30
31
|
dataTestId?: string;
|
|
31
32
|
dataTour?: string;
|
|
32
33
|
datePeriodIntervalsList?: DatePeriodItem[];
|
|
33
|
-
datePeriodSelectFirstOptions?: Option[];
|
|
34
|
-
datePeriodSelectFirstPlaceholder?:
|
|
35
|
-
datePeriodSelectFirstValue?:
|
|
36
|
-
datePeriodSelectSecondOptions?: Option[];
|
|
37
|
-
datePeriodSelectSecondPlaceholder?:
|
|
38
|
-
datePeriodSelectSecondValue?:
|
|
34
|
+
datePeriodSelectFirstOptions?: SelectProps<Option>['options'];
|
|
35
|
+
datePeriodSelectFirstPlaceholder?: SelectProps<Option>['placeholder'];
|
|
36
|
+
datePeriodSelectFirstValue?: SelectProps<Option>['value'];
|
|
37
|
+
datePeriodSelectSecondOptions?: SelectProps<Option>['options'];
|
|
38
|
+
datePeriodSelectSecondPlaceholder?: SelectProps<Option>['placeholder'];
|
|
39
|
+
datePeriodSelectSecondValue?: SelectProps<Option>['value'];
|
|
39
40
|
datePeriodValueEnd?: DatePickerInputProps['endValue'];
|
|
40
41
|
datePeriodValueStart: DatePickerInputProps['value'];
|
|
41
42
|
datePickerAppearance?: CompositeAppearanceKey;
|
|
@@ -44,19 +45,19 @@ type DatePeriodProps = DatePeriodAppearanceProps & StyleAttributes & {
|
|
|
44
45
|
isSkeleton?: boolean;
|
|
45
46
|
monthsShown?: number;
|
|
46
47
|
onChangeDatePeriod?: DatePickerInputProps['onChange'];
|
|
47
|
-
onChangeDatePeriodFirstSelect?:
|
|
48
|
-
onChangeDatePeriodSecondSelect?:
|
|
48
|
+
onChangeDatePeriodFirstSelect?: SelectProps<Option>['onChange'];
|
|
49
|
+
onChangeDatePeriodSecondSelect?: SelectProps<Option>['onChange'];
|
|
49
50
|
onKeyDown?: (event?: React.KeyboardEvent<HTMLElement>) => void;
|
|
50
51
|
popperPlacement?: DatePickerInputProps['popperPlacement'];
|
|
51
|
-
selectAppearance?:
|
|
52
|
+
selectAppearance?: SelectProps<Option>['appearance'];
|
|
52
53
|
selectAppearanceSize?: AppearanceSizeKey;
|
|
53
|
-
selectShape?:
|
|
54
|
+
selectShape?: SelectProps<Option>['shape'];
|
|
54
55
|
selectsRange?: DatePickerInputProps['selectsRange'];
|
|
55
56
|
showWeekNumbers?: boolean;
|
|
56
57
|
};
|
|
57
58
|
type DatePeriodAppearanceKey = AppearanceKeysDefault | AppearanceShapeKey | AppearanceSizeKey;
|
|
58
59
|
type DatePeriodAppearance = {
|
|
59
|
-
[key in DatePeriodAppearanceKey]?: DatePeriodAppearanceProps
|
|
60
|
+
[key in DatePeriodAppearanceKey]?: DatePeriodAppearanceProps<SelectOption>;
|
|
60
61
|
};
|
|
61
62
|
type DatePeriodConfig = {
|
|
62
63
|
appearance: DatePeriodAppearance;
|
|
@@ -15,5 +15,8 @@ export declare const Demo: {
|
|
|
15
15
|
render: (args: DatePeriodProps) => import("react/jsx-runtime").JSX.Element;
|
|
16
16
|
};
|
|
17
17
|
export declare const Skeleton: {
|
|
18
|
+
args: {
|
|
19
|
+
isSkeleton: boolean;
|
|
20
|
+
};
|
|
18
21
|
render: (args: DatePeriodProps) => import("react/jsx-runtime").JSX.Element;
|
|
19
22
|
};
|
|
@@ -46,16 +46,17 @@ type DatePickerInputAppearanceProps = {
|
|
|
46
46
|
yearTextSize?: TextProps['size'];
|
|
47
47
|
yearTextWeight?: TextProps['textWeight'];
|
|
48
48
|
};
|
|
49
|
-
type DatePickerInputProps = DatePickerInputAppearanceProps & DatePickerProps & {
|
|
49
|
+
type DatePickerInputProps = DatePickerInputAppearanceProps & Omit<DatePickerProps, 'onChange'> & {
|
|
50
50
|
className?: string;
|
|
51
51
|
dataTestId?: string;
|
|
52
52
|
dataTour?: string;
|
|
53
|
-
datePickerProps?: DatePickerInputAppearanceProps & DatePickerProps
|
|
53
|
+
datePickerProps?: DatePickerInputAppearanceProps & Omit<DatePickerProps, 'selectsRange'> & {
|
|
54
|
+
selectsRange?: boolean;
|
|
55
|
+
};
|
|
54
56
|
endValue?: string | Date | DateIso;
|
|
55
57
|
inputProps?: InputProps;
|
|
56
58
|
onChange?: (dateStart: Date | null, dateEnd: Date | null) => void;
|
|
57
59
|
popperPlacement?: ReactNode;
|
|
58
|
-
selectsRange?: boolean;
|
|
59
60
|
value?: string | Date | DateIso;
|
|
60
61
|
};
|
|
61
62
|
type DatePickerCustomInput = {
|
|
@@ -41,7 +41,7 @@ type HeroTitleAppearanceProps = {
|
|
|
41
41
|
textColorHover?: TextProps['textColorHover'];
|
|
42
42
|
textFont?: TextProps['font'];
|
|
43
43
|
textGradient?: string;
|
|
44
|
-
textStyle?: '
|
|
44
|
+
textStyle?: TextProps['textStyle'];
|
|
45
45
|
textTruncate?: boolean;
|
|
46
46
|
textWeight?: TextProps['textWeight'];
|
|
47
47
|
textWrap?: TextProps['textWrap'];
|
|
@@ -34,7 +34,7 @@ type LinkAppearanceProps = {
|
|
|
34
34
|
textColorMobile?: TextProps['textColor'];
|
|
35
35
|
textColorTablet?: TextProps['textColor'];
|
|
36
36
|
textGradient?: string;
|
|
37
|
-
textStyle?: '
|
|
37
|
+
textStyle?: TextProps['textStyle'];
|
|
38
38
|
textWeight?: TextWeightProps;
|
|
39
39
|
textWeightDesktop?: TextWeightProps;
|
|
40
40
|
textWeightMobile?: TextWeightProps;
|
|
@@ -29,7 +29,7 @@ type ListItemAppearanceProps = {
|
|
|
29
29
|
fill?: FillProps;
|
|
30
30
|
size?: SizeProps;
|
|
31
31
|
textColor?: TextProps['textColor'];
|
|
32
|
-
textStyle?: '
|
|
32
|
+
textStyle?: TextProps['textStyle'];
|
|
33
33
|
textWeight?: TextProps['textWeight'];
|
|
34
34
|
};
|
|
35
35
|
type ListItemProps = ListItemAppearanceProps & StyleAttributes & {
|
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
import { CSSProperties, ReactNode } from 'react';
|
|
2
|
-
import { AppearanceKeysDefault, AppearanceShapeKey, AppearanceSizeKey, AppearanceStyleKey, BorderColorProps, CompositeAppearanceKey, FillProps, ItemFillProps, ShapeProps, ShapeStrengthProps, SizeProps
|
|
2
|
+
import { AppearanceKeysDefault, AppearanceShapeKey, AppearanceSizeKey, AppearanceStyleKey, BorderColorProps, CompositeAppearanceKey, FillProps, ItemFillProps, ShapeProps, ShapeStrengthProps, SizeProps } from '@itcase/types-ui';
|
|
3
3
|
import { StyleAttributes } from 'src/hooks/useStyles/styleAttributes.interface';
|
|
4
|
+
import { TextProps } from '../Text/Text.interface';
|
|
4
5
|
type LoaderAppearanceProps = {
|
|
5
6
|
borderColor?: BorderColorProps;
|
|
6
7
|
fill?: FillProps;
|
|
7
8
|
itemFill?: ItemFillProps;
|
|
8
9
|
size?: SizeProps;
|
|
9
|
-
textColor?:
|
|
10
|
-
textSize?:
|
|
10
|
+
textColor?: TextProps['textColor'];
|
|
11
|
+
textSize?: TextProps['size'];
|
|
11
12
|
};
|
|
12
13
|
type LoaderProps = LoaderAppearanceProps & StyleAttributes & {
|
|
13
14
|
appearance?: CompositeAppearanceKey;
|
|
@@ -37,7 +37,7 @@ type MenuItemAppearanceProps = {
|
|
|
37
37
|
iconBeforeSrc?: IconProps['imageSrc'];
|
|
38
38
|
isSkeleton?: boolean;
|
|
39
39
|
justifyContent?: JustifyContentProps;
|
|
40
|
-
labelStyle?: '
|
|
40
|
+
labelStyle?: TextProps['textStyle'];
|
|
41
41
|
labelTextActiveColor?: TextProps['textColorActive'];
|
|
42
42
|
labelTextActiveColorHover?: TextProps['textColorActiveHover'];
|
|
43
43
|
labelTextColor?: TextProps['textColor'];
|
|
@@ -47,8 +47,8 @@ type NotificationProps = NotificationAppearanceProps & StyleAttributes & {
|
|
|
47
47
|
dataTour?: string;
|
|
48
48
|
isLoading?: boolean;
|
|
49
49
|
isSkeleton?: boolean;
|
|
50
|
-
onClickButton
|
|
51
|
-
onClickClose?: (
|
|
50
|
+
onClickButton: ButtonProps['onClick'];
|
|
51
|
+
onClickClose?: (targetId?: GeneratedId) => void;
|
|
52
52
|
style?: CSSProperties;
|
|
53
53
|
title?: string;
|
|
54
54
|
type?: string;
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { CSSProperties, ReactNode } from 'react';
|
|
2
|
-
import { AppearanceShapeKey, AppearanceSizeKey, AppearanceStateKeysDefault, AppearanceStyleKey, BorderColorHoverProps, BorderColorProps, BorderTypeProps, BorderWidthProps, CompositeAppearanceKey, FillProps, ShapeProps, ShapeStrengthProps, SizeProps,
|
|
3
|
-
import { StyleAttributes } from 'src/hooks/useStyles/styleAttributes.interface';
|
|
2
|
+
import { AppearanceShapeKey, AppearanceSizeKey, AppearanceStateKeysDefault, AppearanceStyleKey, BorderColorHoverProps, BorderColorProps, BorderTypeProps, BorderWidthProps, CompositeAppearanceKey, FillProps, ShapeProps, ShapeStrengthProps, SizeProps, TextWeightProps, WidthProps } from '@itcase/types-ui';
|
|
4
3
|
import { IconProps } from 'src/components/Icon/Icon.interface';
|
|
4
|
+
import { StyleAttributes } from 'src/hooks/useStyles/styleAttributes.interface';
|
|
5
|
+
import { TextProps } from '../Text/Text.interface';
|
|
5
6
|
type SearchAppearanceProps = {
|
|
6
7
|
borderColor?: BorderColorProps;
|
|
7
8
|
borderColorHover?: BorderColorHoverProps;
|
|
@@ -22,14 +23,14 @@ type SearchAppearanceProps = {
|
|
|
22
23
|
iconClearSize?: IconProps['size'];
|
|
23
24
|
iconClearSrc?: IconProps['imageSrc'];
|
|
24
25
|
inputFill?: FillProps;
|
|
25
|
-
inputTextColor?:
|
|
26
|
-
inputTextSize?:
|
|
27
|
-
inputTextStyle?: '
|
|
26
|
+
inputTextColor?: TextProps['textColor'];
|
|
27
|
+
inputTextSize?: TextProps['size'];
|
|
28
|
+
inputTextStyle?: TextProps['textStyle'];
|
|
28
29
|
inputTextWeight?: TextWeightProps;
|
|
29
|
-
placeholderTextColor?:
|
|
30
|
-
placeholderTextSize?:
|
|
31
|
-
placeholderTextStyle?: '
|
|
32
|
-
placeholderTextWeight?:
|
|
30
|
+
placeholderTextColor?: TextProps['textColor'];
|
|
31
|
+
placeholderTextSize?: TextProps['size'];
|
|
32
|
+
placeholderTextStyle?: TextProps['textStyle'];
|
|
33
|
+
placeholderTextWeight?: TextProps['textWeight'];
|
|
33
34
|
shape?: ShapeProps;
|
|
34
35
|
shapeStrength?: ShapeStrengthProps;
|
|
35
36
|
size?: SizeProps;
|
|
@@ -21,14 +21,14 @@ declare const SearchInput: React.ForwardRefExoticComponent<{
|
|
|
21
21
|
iconClearSize?: import("../Icon/Icon.interface").IconProps["size"];
|
|
22
22
|
iconClearSrc?: import("../Icon/Icon.interface").IconProps["imageSrc"];
|
|
23
23
|
inputFill?: import("@itcase/types-ui").FillProps;
|
|
24
|
-
inputTextColor?: import("
|
|
25
|
-
inputTextSize?: import("
|
|
26
|
-
inputTextStyle?: "
|
|
24
|
+
inputTextColor?: import("../Text/Text.interface").TextProps["textColor"];
|
|
25
|
+
inputTextSize?: import("../Text/Text.interface").TextProps["size"];
|
|
26
|
+
inputTextStyle?: import("../Text/Text.interface").TextProps["textStyle"];
|
|
27
27
|
inputTextWeight?: import("@itcase/types-ui").TextWeightProps;
|
|
28
|
-
placeholderTextColor?: import("
|
|
29
|
-
placeholderTextSize?: import("
|
|
30
|
-
placeholderTextStyle?: "
|
|
31
|
-
placeholderTextWeight?: import("
|
|
28
|
+
placeholderTextColor?: import("../Text/Text.interface").TextProps["textColor"];
|
|
29
|
+
placeholderTextSize?: import("../Text/Text.interface").TextProps["size"];
|
|
30
|
+
placeholderTextStyle?: import("../Text/Text.interface").TextProps["textStyle"];
|
|
31
|
+
placeholderTextWeight?: import("../Text/Text.interface").TextProps["textWeight"];
|
|
32
32
|
shape?: import("@itcase/types-ui").ShapeProps;
|
|
33
33
|
shapeStrength?: import("@itcase/types-ui").ShapeStrengthProps;
|
|
34
34
|
size?: import("@itcase/types-ui").SizeProps;
|
|
@@ -21,14 +21,14 @@ declare const meta: {
|
|
|
21
21
|
iconClearSize?: import("../../Icon/Icon.interface").IconProps["size"];
|
|
22
22
|
iconClearSrc?: import("../../Icon/Icon.interface").IconProps["imageSrc"];
|
|
23
23
|
inputFill?: import("@itcase/types-ui").FillProps;
|
|
24
|
-
inputTextColor?: import("
|
|
25
|
-
inputTextSize?: import("
|
|
26
|
-
inputTextStyle?: "
|
|
24
|
+
inputTextColor?: import("../../Text/Text.interface").TextProps["textColor"];
|
|
25
|
+
inputTextSize?: import("../../Text/Text.interface").TextProps["size"];
|
|
26
|
+
inputTextStyle?: import("../../Text/Text.interface").TextProps["textStyle"];
|
|
27
27
|
inputTextWeight?: import("@itcase/types-ui").TextWeightProps;
|
|
28
|
-
placeholderTextColor?: import("
|
|
29
|
-
placeholderTextSize?: import("
|
|
30
|
-
placeholderTextStyle?: "
|
|
31
|
-
placeholderTextWeight?: import("
|
|
28
|
+
placeholderTextColor?: import("../../Text/Text.interface").TextProps["textColor"];
|
|
29
|
+
placeholderTextSize?: import("../../Text/Text.interface").TextProps["size"];
|
|
30
|
+
placeholderTextStyle?: import("../../Text/Text.interface").TextProps["textStyle"];
|
|
31
|
+
placeholderTextWeight?: import("../../Text/Text.interface").TextProps["textWeight"];
|
|
32
32
|
shape?: import("@itcase/types-ui").ShapeProps;
|
|
33
33
|
shapeStrength?: import("@itcase/types-ui").ShapeStrengthProps;
|
|
34
34
|
size?: import("@itcase/types-ui").SizeProps;
|
|
@@ -21,14 +21,14 @@ declare const meta: {
|
|
|
21
21
|
iconClearSize?: import("../../Icon/Icon.interface").IconProps["size"];
|
|
22
22
|
iconClearSrc?: import("../../Icon/Icon.interface").IconProps["imageSrc"];
|
|
23
23
|
inputFill?: import("@itcase/types-ui").FillProps;
|
|
24
|
-
inputTextColor?: import("
|
|
25
|
-
inputTextSize?: import("
|
|
26
|
-
inputTextStyle?: "
|
|
24
|
+
inputTextColor?: import("../../Text/Text.interface").TextProps["textColor"];
|
|
25
|
+
inputTextSize?: import("../../Text/Text.interface").TextProps["size"];
|
|
26
|
+
inputTextStyle?: import("../../Text/Text.interface").TextProps["textStyle"];
|
|
27
27
|
inputTextWeight?: import("@itcase/types-ui").TextWeightProps;
|
|
28
|
-
placeholderTextColor?: import("
|
|
29
|
-
placeholderTextSize?: import("
|
|
30
|
-
placeholderTextStyle?: "
|
|
31
|
-
placeholderTextWeight?: import("
|
|
28
|
+
placeholderTextColor?: import("../../Text/Text.interface").TextProps["textColor"];
|
|
29
|
+
placeholderTextSize?: import("../../Text/Text.interface").TextProps["size"];
|
|
30
|
+
placeholderTextStyle?: import("../../Text/Text.interface").TextProps["textStyle"];
|
|
31
|
+
placeholderTextWeight?: import("../../Text/Text.interface").TextProps["textWeight"];
|
|
32
32
|
shape?: import("@itcase/types-ui").ShapeProps;
|
|
33
33
|
shapeStrength?: import("@itcase/types-ui").ShapeStrengthProps;
|
|
34
34
|
size?: import("@itcase/types-ui").SizeProps;
|
|
@@ -21,14 +21,14 @@ declare const meta: {
|
|
|
21
21
|
iconClearSize?: import("../../Icon/Icon.interface").IconProps["size"];
|
|
22
22
|
iconClearSrc?: import("../../Icon/Icon.interface").IconProps["imageSrc"];
|
|
23
23
|
inputFill?: import("@itcase/types-ui").FillProps;
|
|
24
|
-
inputTextColor?: import("
|
|
25
|
-
inputTextSize?: import("
|
|
26
|
-
inputTextStyle?: "
|
|
24
|
+
inputTextColor?: import("../../Text/Text.interface").TextProps["textColor"];
|
|
25
|
+
inputTextSize?: import("../../Text/Text.interface").TextProps["size"];
|
|
26
|
+
inputTextStyle?: import("../../Text/Text.interface").TextProps["textStyle"];
|
|
27
27
|
inputTextWeight?: import("@itcase/types-ui").TextWeightProps;
|
|
28
|
-
placeholderTextColor?: import("
|
|
29
|
-
placeholderTextSize?: import("
|
|
30
|
-
placeholderTextStyle?: "
|
|
31
|
-
placeholderTextWeight?: import("
|
|
28
|
+
placeholderTextColor?: import("../../Text/Text.interface").TextProps["textColor"];
|
|
29
|
+
placeholderTextSize?: import("../../Text/Text.interface").TextProps["size"];
|
|
30
|
+
placeholderTextStyle?: import("../../Text/Text.interface").TextProps["textStyle"];
|
|
31
|
+
placeholderTextWeight?: import("../../Text/Text.interface").TextProps["textWeight"];
|
|
32
32
|
shape?: import("@itcase/types-ui").ShapeProps;
|
|
33
33
|
shapeStrength?: import("@itcase/types-ui").ShapeStrengthProps;
|
|
34
34
|
size?: import("@itcase/types-ui").SizeProps;
|
|
@@ -21,14 +21,14 @@ declare const meta: {
|
|
|
21
21
|
iconClearSize?: import("../../Icon/Icon.interface").IconProps["size"];
|
|
22
22
|
iconClearSrc?: import("../../Icon/Icon.interface").IconProps["imageSrc"];
|
|
23
23
|
inputFill?: import("@itcase/types-ui").FillProps;
|
|
24
|
-
inputTextColor?: import("
|
|
25
|
-
inputTextSize?: import("
|
|
26
|
-
inputTextStyle?: "
|
|
24
|
+
inputTextColor?: import("../../Text/Text.interface").TextProps["textColor"];
|
|
25
|
+
inputTextSize?: import("../../Text/Text.interface").TextProps["size"];
|
|
26
|
+
inputTextStyle?: import("../../Text/Text.interface").TextProps["textStyle"];
|
|
27
27
|
inputTextWeight?: import("@itcase/types-ui").TextWeightProps;
|
|
28
|
-
placeholderTextColor?: import("
|
|
29
|
-
placeholderTextSize?: import("
|
|
30
|
-
placeholderTextStyle?: "
|
|
31
|
-
placeholderTextWeight?: import("
|
|
28
|
+
placeholderTextColor?: import("../../Text/Text.interface").TextProps["textColor"];
|
|
29
|
+
placeholderTextSize?: import("../../Text/Text.interface").TextProps["size"];
|
|
30
|
+
placeholderTextStyle?: import("../../Text/Text.interface").TextProps["textStyle"];
|
|
31
|
+
placeholderTextWeight?: import("../../Text/Text.interface").TextProps["textWeight"];
|
|
32
32
|
shape?: import("@itcase/types-ui").ShapeProps;
|
|
33
33
|
shapeStrength?: import("@itcase/types-ui").ShapeStrengthProps;
|
|
34
34
|
size?: import("@itcase/types-ui").SizeProps;
|
|
@@ -21,14 +21,14 @@ declare const meta: {
|
|
|
21
21
|
iconClearSize?: import("../../Icon/Icon.interface").IconProps["size"];
|
|
22
22
|
iconClearSrc?: import("../../Icon/Icon.interface").IconProps["imageSrc"];
|
|
23
23
|
inputFill?: import("@itcase/types-ui").FillProps;
|
|
24
|
-
inputTextColor?: import("
|
|
25
|
-
inputTextSize?: import("
|
|
26
|
-
inputTextStyle?: "
|
|
24
|
+
inputTextColor?: import("../../Text/Text.interface").TextProps["textColor"];
|
|
25
|
+
inputTextSize?: import("../../Text/Text.interface").TextProps["size"];
|
|
26
|
+
inputTextStyle?: import("../../Text/Text.interface").TextProps["textStyle"];
|
|
27
27
|
inputTextWeight?: import("@itcase/types-ui").TextWeightProps;
|
|
28
|
-
placeholderTextColor?: import("
|
|
29
|
-
placeholderTextSize?: import("
|
|
30
|
-
placeholderTextStyle?: "
|
|
31
|
-
placeholderTextWeight?: import("
|
|
28
|
+
placeholderTextColor?: import("../../Text/Text.interface").TextProps["textColor"];
|
|
29
|
+
placeholderTextSize?: import("../../Text/Text.interface").TextProps["size"];
|
|
30
|
+
placeholderTextStyle?: import("../../Text/Text.interface").TextProps["textStyle"];
|
|
31
|
+
placeholderTextWeight?: import("../../Text/Text.interface").TextProps["textWeight"];
|
|
32
32
|
shape?: import("@itcase/types-ui").ShapeProps;
|
|
33
33
|
shapeStrength?: import("@itcase/types-ui").ShapeStrengthProps;
|
|
34
34
|
size?: import("@itcase/types-ui").SizeProps;
|
|
@@ -21,14 +21,14 @@ declare const meta: {
|
|
|
21
21
|
iconClearSize?: import("../../Icon/Icon.interface").IconProps["size"];
|
|
22
22
|
iconClearSrc?: import("../../Icon/Icon.interface").IconProps["imageSrc"];
|
|
23
23
|
inputFill?: import("@itcase/types-ui").FillProps;
|
|
24
|
-
inputTextColor?: import("
|
|
25
|
-
inputTextSize?: import("
|
|
26
|
-
inputTextStyle?: "
|
|
24
|
+
inputTextColor?: import("../../Text/Text.interface").TextProps["textColor"];
|
|
25
|
+
inputTextSize?: import("../../Text/Text.interface").TextProps["size"];
|
|
26
|
+
inputTextStyle?: import("../../Text/Text.interface").TextProps["textStyle"];
|
|
27
27
|
inputTextWeight?: import("@itcase/types-ui").TextWeightProps;
|
|
28
|
-
placeholderTextColor?: import("
|
|
29
|
-
placeholderTextSize?: import("
|
|
30
|
-
placeholderTextStyle?: "
|
|
31
|
-
placeholderTextWeight?: import("
|
|
28
|
+
placeholderTextColor?: import("../../Text/Text.interface").TextProps["textColor"];
|
|
29
|
+
placeholderTextSize?: import("../../Text/Text.interface").TextProps["size"];
|
|
30
|
+
placeholderTextStyle?: import("../../Text/Text.interface").TextProps["textStyle"];
|
|
31
|
+
placeholderTextWeight?: import("../../Text/Text.interface").TextProps["textWeight"];
|
|
32
32
|
shape?: import("@itcase/types-ui").ShapeProps;
|
|
33
33
|
shapeStrength?: import("@itcase/types-ui").ShapeStrengthProps;
|
|
34
34
|
size?: import("@itcase/types-ui").SizeProps;
|
|
@@ -21,14 +21,14 @@ declare const meta: {
|
|
|
21
21
|
iconClearSize?: import("../../Icon/Icon.interface").IconProps["size"];
|
|
22
22
|
iconClearSrc?: import("../../Icon/Icon.interface").IconProps["imageSrc"];
|
|
23
23
|
inputFill?: import("@itcase/types-ui").FillProps;
|
|
24
|
-
inputTextColor?: import("
|
|
25
|
-
inputTextSize?: import("
|
|
26
|
-
inputTextStyle?: "
|
|
24
|
+
inputTextColor?: import("../../Text/Text.interface").TextProps["textColor"];
|
|
25
|
+
inputTextSize?: import("../../Text/Text.interface").TextProps["size"];
|
|
26
|
+
inputTextStyle?: import("../../Text/Text.interface").TextProps["textStyle"];
|
|
27
27
|
inputTextWeight?: import("@itcase/types-ui").TextWeightProps;
|
|
28
|
-
placeholderTextColor?: import("
|
|
29
|
-
placeholderTextSize?: import("
|
|
30
|
-
placeholderTextStyle?: "
|
|
31
|
-
placeholderTextWeight?: import("
|
|
28
|
+
placeholderTextColor?: import("../../Text/Text.interface").TextProps["textColor"];
|
|
29
|
+
placeholderTextSize?: import("../../Text/Text.interface").TextProps["size"];
|
|
30
|
+
placeholderTextStyle?: import("../../Text/Text.interface").TextProps["textStyle"];
|
|
31
|
+
placeholderTextWeight?: import("../../Text/Text.interface").TextProps["textWeight"];
|
|
32
32
|
shape?: import("@itcase/types-ui").ShapeProps;
|
|
33
33
|
shapeStrength?: import("@itcase/types-ui").ShapeStrengthProps;
|
|
34
34
|
size?: import("@itcase/types-ui").SizeProps;
|