@itcase/ui 1.8.39 → 1.8.40
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_mqB6k6yB.js → Avatar_cjs_BbeDJ-No.js} +1 -1
- package/dist/{Avatar_es_DKL6hUIM.js → Avatar_es_B1Ao9Im_.js} +1 -1
- package/dist/{Button_cjs_CwduBuCx.js → Button_cjs_Ctkyt2ES.js} +1 -1
- package/dist/{Button_es_CBUUZuP3.js → Button_es_BiIuX0ER.js} +1 -1
- package/dist/{ChipsGroup_cjs_Dq-QQCR_.js → ChipsGroup_cjs_p99H-9a8.js} +48 -64
- package/dist/{ChipsGroup_es_DdU5NMpc.js → ChipsGroup_es_CWq3TR_1.js} +48 -64
- package/dist/{DatePicker_cjs_0MnhwJnY.js → DatePicker_cjs_D_1v2mS0.js} +3 -3
- package/dist/{DatePicker_es_D4P4DT8L.js → DatePicker_es_CQwbdG0g.js} +3 -3
- package/dist/{DropdownItem_cjs_BuT4hQS1.js → DropdownItem_cjs_B1gGciTB.js} +26 -9
- package/dist/{DropdownItem_es_CrwvBzq_.js → DropdownItem_es_JVT4f6Nb.js} +26 -9
- package/dist/{Label_cjs_CKR9noZi.js → Label_cjs_Mb8j2bLu.js} +1 -5
- package/dist/{Label_es_Cz9OKQAr.js → Label_es_CIDBUVgO.js} +1 -5
- package/dist/{Tooltip_cjs_CiY50iRK.js → Tooltip_cjs_BBwH8sjA.js} +9 -2
- package/dist/{Tooltip_es_Cc2orRUE.js → Tooltip_es_Y2aoFQW7.js} +9 -2
- package/dist/cjs/components/Accordion.js +1 -1
- package/dist/cjs/components/Avatar.js +2 -2
- package/dist/cjs/components/AvatarStack.js +2 -2
- package/dist/cjs/components/Badge.js +1 -1
- package/dist/cjs/components/Breadcrumbs.js +1 -1
- package/dist/cjs/components/Button.js +2 -2
- package/dist/cjs/components/Cell.js +2 -2
- package/dist/cjs/components/Chips.js +3 -2
- package/dist/cjs/components/Choice.js +1 -1
- package/dist/cjs/components/CookiesWarning.js +2 -2
- package/dist/cjs/components/DatePeriod.js +6 -5
- package/dist/cjs/components/DatePicker.js +4 -4
- package/dist/cjs/components/Drawer.js +1 -1
- package/dist/cjs/components/Dropdown/stories/__mock__.js +27 -4
- package/dist/cjs/components/Dropdown.js +3 -3
- package/dist/cjs/components/HeroTitle.js +1 -1
- package/dist/cjs/components/Icon.js +1 -1
- package/dist/cjs/components/InputPassword.js +1 -1
- package/dist/cjs/components/Label.js +2 -2
- package/dist/cjs/components/MenuItem.js +1 -1
- package/dist/cjs/components/Modal.js +1 -1
- package/dist/cjs/components/Notification.js +1 -1
- package/dist/cjs/components/Pagination.js +66 -21
- package/dist/cjs/components/Radio.js +45 -65
- package/dist/cjs/components/Response.js +2 -2
- package/dist/cjs/components/Search.js +1 -1
- package/dist/cjs/components/Segmented.js +1 -1
- package/dist/cjs/components/Select.js +3 -3
- package/dist/cjs/components/Swiper.js +1 -1
- package/dist/cjs/components/Tab.js +1 -1
- package/dist/cjs/components/Textarea.js +1 -1
- package/dist/cjs/components/Tile.js +1 -1
- package/dist/cjs/components/Title.js +1 -1
- package/dist/cjs/components/Tooltip.js +1 -1
- package/dist/cjs/hooks/useAppearanceConfig/useAppearanceConfig.js +29 -0
- package/dist/cjs/hooks/useAppearanceConfig.js +9 -0
- package/dist/components/Accordion.js +1 -1
- package/dist/components/Avatar.js +2 -2
- package/dist/components/AvatarStack.js +2 -2
- package/dist/components/Badge.js +1 -1
- package/dist/components/Breadcrumbs.js +1 -1
- package/dist/components/Button.js +2 -2
- package/dist/components/Cell.js +2 -2
- package/dist/components/Chips.js +3 -2
- package/dist/components/Choice.js +1 -1
- package/dist/components/CookiesWarning.js +2 -2
- package/dist/components/DatePeriod.js +6 -5
- package/dist/components/DatePicker.js +4 -4
- package/dist/components/Drawer.js +1 -1
- package/dist/components/Dropdown/stories/__mock__.js +26 -5
- package/dist/components/Dropdown.js +3 -3
- package/dist/components/HeroTitle.js +1 -1
- package/dist/components/Icon.js +1 -1
- package/dist/components/InputPassword.js +1 -1
- package/dist/components/Label.js +2 -2
- package/dist/components/MenuItem.js +1 -1
- package/dist/components/Modal.js +1 -1
- package/dist/components/Notification.js +1 -1
- package/dist/components/Pagination.js +67 -22
- package/dist/components/Radio.js +45 -65
- package/dist/components/Response.js +2 -2
- package/dist/components/Search.js +1 -1
- package/dist/components/Segmented.js +1 -1
- package/dist/components/Select.js +3 -3
- package/dist/components/Swiper.js +1 -1
- package/dist/components/Tab.js +1 -1
- package/dist/components/Textarea.js +1 -1
- package/dist/components/Tile.js +1 -1
- package/dist/components/Title.js +1 -1
- package/dist/components/Tooltip.js +1 -1
- package/dist/css/components/Dropdown/Dropdown.css +24 -0
- package/dist/css/components/Pagination/Pagination.css +82 -30
- package/dist/css/components/Pagination/css/__item/pagination__item.css +8 -8
- package/dist/css/components/Pagination/css/__item/pagination__item_size.css +8 -0
- package/dist/css/components/Pagination/css/__item/pagination__item_state_active.css +16 -16
- package/dist/css/components/Radio/Radio.css +44 -5
- package/dist/css/components/Select/Select.css +1 -0
- package/dist/css/components/Select/css/__indicators/select__indicators.css +1 -0
- package/dist/css/components/Swiper/Swiper.css +2 -2
- package/dist/css/styles/fill/fill.css +2 -1
- package/dist/css/styles/fill/fill_active.css +3 -0
- package/dist/css/styles/fill/fill_active_hover.css +7 -0
- package/dist/css/styles/fill/fill_hover.css +5 -9
- package/dist/hooks/useAppearanceConfig/useAppearanceConfig.js +27 -0
- package/dist/hooks/useAppearanceConfig.js +3 -0
- package/dist/stories/ChipsOverview.mdx +10 -10
- package/dist/stories/ChipsPlayground.mdx +2 -2
- package/dist/stories/Components.mdx +378 -87
- package/dist/stories/useAppearanceConfig.mdx +83 -0
- package/dist/stories/useDevicePropsGenerator.mdx +6 -8
- package/dist/types/components/Chips/appearance/chipsDisabled.d.ts +2 -3
- package/dist/types/components/Dropdown/appearance/dropdownAccent.d.ts +5 -0
- package/dist/types/components/Dropdown/appearance/dropdownSize.d.ts +9 -0
- package/dist/types/components/Dropdown/appearance/dropdownSurface.d.ts +3 -0
- package/dist/types/components/Dropdown/stories/__mock__/index.d.ts +9 -12
- package/dist/types/components/Icon/appearance/iconDanger.d.ts +1 -0
- package/dist/types/components/Icon/appearance/iconDisabled.d.ts +1 -0
- package/dist/types/components/Icon/appearance/iconError.d.ts +1 -0
- package/dist/types/components/Icon/appearance/iconInfo.d.ts +0 -1
- package/dist/types/components/Icon/appearance/iconPrimary.d.ts +1 -0
- package/dist/types/components/Icon/appearance/iconSecondary.d.ts +1 -0
- package/dist/types/components/Icon/appearance/iconSuccess.d.ts +1 -0
- package/dist/types/components/Icon/appearance/iconSurface.d.ts +1 -0
- package/dist/types/components/Icon/appearance/iconWarning.d.ts +1 -0
- package/dist/types/components/Label/appearance/labelError.d.ts +0 -1
- package/dist/types/components/Label/appearance/labelGradient.d.ts +8 -0
- package/dist/types/components/Label/appearance/labelPrimary.d.ts +0 -1
- package/dist/types/components/Label/appearance/labelSuccess.d.ts +0 -1
- package/dist/types/components/Label/appearance/labelSurface.d.ts +0 -1
- package/dist/types/components/Pagination/appearance/paginationAccent.d.ts +22 -1
- package/dist/types/components/Pagination/appearance/paginationSize.d.ts +20 -1
- package/dist/types/components/Pagination/appearance/paginationSurface.d.ts +4 -1
- package/dist/types/components/Radio/Radio.appearance.d.ts +28 -48
- package/dist/types/components/Radio/appearance/radioDefault.d.ts +2 -14
- package/dist/types/components/Radio/appearance/radioDisabled.d.ts +5 -5
- package/dist/types/components/Radio/appearance/radioError.d.ts +6 -5
- package/dist/types/components/Radio/appearance/radioRequire.d.ts +5 -13
- package/dist/types/components/Radio/appearance/radioStyle.d.ts +4 -6
- package/dist/types/components/Radio/appearance/radioSuccess.d.ts +6 -5
- package/dist/types/components/Select/SelectLoadingIndicator.d.ts +2 -1
- package/dist/types/config/forms/datepicker.d.ts +18 -0
- package/dist/types/config/forms/index.d.ts +3 -0
- package/dist/types/config/forms/input.d.ts +14 -0
- package/dist/types/hooks/useAppearanceConfig/index.d.ts +1 -0
- package/dist/types/hooks/useAppearanceConfig/useAppearanceConfig.d.ts +7 -0
- package/dist/types/hooks/useDevicePropsGenerator/index.d.ts +1 -0
- package/package.json +17 -17
- package/dist/types/hooks/useDeviceTargetClass.d.ts +0 -5
|
@@ -2,7 +2,10 @@ declare const dropdownAppearanceSize: {
|
|
|
2
2
|
sizeL: {
|
|
3
3
|
size: string;
|
|
4
4
|
labelTextSize: string;
|
|
5
|
+
badgeSize: string;
|
|
6
|
+
badgeTextSize: string;
|
|
5
7
|
dividerSize: string;
|
|
8
|
+
emptyMessageTextSize: string;
|
|
6
9
|
iconAfterFillSize: string;
|
|
7
10
|
iconAfterSize: string;
|
|
8
11
|
iconBeforeFillSize: string;
|
|
@@ -11,7 +14,10 @@ declare const dropdownAppearanceSize: {
|
|
|
11
14
|
sizeS: {
|
|
12
15
|
size: string;
|
|
13
16
|
labelTextSize: string;
|
|
17
|
+
badgeSize: string;
|
|
18
|
+
badgeTextSize: string;
|
|
14
19
|
dividerSize: string;
|
|
20
|
+
emptyMessageTextSize: string;
|
|
15
21
|
iconAfterFillSize: string;
|
|
16
22
|
iconAfterSize: string;
|
|
17
23
|
iconBeforeFillSize: string;
|
|
@@ -20,7 +26,10 @@ declare const dropdownAppearanceSize: {
|
|
|
20
26
|
sizeXS: {
|
|
21
27
|
size: string;
|
|
22
28
|
labelTextSize: string;
|
|
29
|
+
badgeSize: string;
|
|
30
|
+
badgeTextSize: string;
|
|
23
31
|
dividerSize: string;
|
|
32
|
+
emptyMessageTextSize: string;
|
|
24
33
|
iconAfterFillSize: string;
|
|
25
34
|
iconAfterSize: string;
|
|
26
35
|
iconBeforeFillSize: string;
|
|
@@ -1,12 +1,15 @@
|
|
|
1
1
|
declare const dropdownAppearanceSurface: {
|
|
2
2
|
surfacePrimary: {
|
|
3
3
|
fill: string;
|
|
4
|
+
fillActive: string;
|
|
4
5
|
fillHover: string;
|
|
5
6
|
labelTextColor: string;
|
|
6
7
|
labelTextColorActive: string;
|
|
7
8
|
labelTextColorActiveHover: string;
|
|
8
9
|
labelTextColorHover: string;
|
|
10
|
+
badgeAppearance: string;
|
|
9
11
|
dividerFill: string;
|
|
12
|
+
emptyMessageTextColor: string;
|
|
10
13
|
iconAfterFillIcon: string;
|
|
11
14
|
iconBeforeFillIcon: string;
|
|
12
15
|
};
|
|
@@ -5,7 +5,6 @@ declare const dropdownListMock: ({
|
|
|
5
5
|
badgeValue?: undefined;
|
|
6
6
|
iconBefore?: undefined;
|
|
7
7
|
iconAfter?: undefined;
|
|
8
|
-
showDivider?: undefined;
|
|
9
8
|
} | {
|
|
10
9
|
key: number;
|
|
11
10
|
label: string;
|
|
@@ -13,7 +12,6 @@ declare const dropdownListMock: ({
|
|
|
13
12
|
isActive: boolean;
|
|
14
13
|
iconBefore?: undefined;
|
|
15
14
|
iconAfter?: undefined;
|
|
16
|
-
showDivider?: undefined;
|
|
17
15
|
} | {
|
|
18
16
|
key: number;
|
|
19
17
|
label: string;
|
|
@@ -21,7 +19,6 @@ declare const dropdownListMock: ({
|
|
|
21
19
|
isActive: boolean;
|
|
22
20
|
badgeValue?: undefined;
|
|
23
21
|
iconAfter?: undefined;
|
|
24
|
-
showDivider?: undefined;
|
|
25
22
|
} | {
|
|
26
23
|
key: number;
|
|
27
24
|
label: string;
|
|
@@ -29,16 +26,16 @@ declare const dropdownListMock: ({
|
|
|
29
26
|
isActive: boolean;
|
|
30
27
|
badgeValue?: undefined;
|
|
31
28
|
iconBefore?: undefined;
|
|
32
|
-
|
|
33
|
-
|
|
29
|
+
})[];
|
|
30
|
+
declare const dropdownListMessageMock: {
|
|
31
|
+
key: number;
|
|
32
|
+
emptyMessage: string;
|
|
33
|
+
}[];
|
|
34
|
+
declare const dropdownListBadgeMock: {
|
|
34
35
|
key: number;
|
|
35
36
|
label: string;
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
badgeValue?: undefined;
|
|
39
|
-
iconBefore?: undefined;
|
|
40
|
-
iconAfter?: undefined;
|
|
41
|
-
})[];
|
|
37
|
+
badgeValue: number;
|
|
38
|
+
}[];
|
|
42
39
|
declare const dropdownListSimpleMock: ({
|
|
43
40
|
key: number;
|
|
44
41
|
label: string;
|
|
@@ -84,4 +81,4 @@ declare const dropdownListAfterMock: ({
|
|
|
84
81
|
iconAfter: any;
|
|
85
82
|
isActive: boolean;
|
|
86
83
|
})[];
|
|
87
|
-
export { dropdownListMock, dropdownListSimpleMock, dropdownListBeforeMock, dropdownListAfterMock, };
|
|
84
|
+
export { dropdownListMock, dropdownListSimpleMock, dropdownListBeforeMock, dropdownListAfterMock, dropdownListMessageMock, dropdownListBadgeMock, };
|
|
@@ -5,8 +5,29 @@ declare const paginationAppearanceAccent: {
|
|
|
5
5
|
};
|
|
6
6
|
accentPrimary: {
|
|
7
7
|
fill: string;
|
|
8
|
-
|
|
8
|
+
fillActive: string;
|
|
9
|
+
fillInput: string;
|
|
9
10
|
borderColor: string;
|
|
11
|
+
textColor: string;
|
|
12
|
+
builderIconFillIcon: string;
|
|
13
|
+
nextIconFillIcon: string;
|
|
14
|
+
pageCountDescTextColor: string;
|
|
15
|
+
pageCountDropdownAlignment: string;
|
|
16
|
+
pageCountDropdownElevation: number;
|
|
17
|
+
pageCountDropdownFill: string;
|
|
18
|
+
pageCountDropdownItemDividerFill: string;
|
|
19
|
+
pageCountDropdownItemFill: string;
|
|
20
|
+
pageCountDropdownItemFillActive: string;
|
|
21
|
+
pageCountDropdownItemFillActiveHover: string;
|
|
22
|
+
pageCountDropdownItemFillHover: string;
|
|
23
|
+
pageCountDropdownItemLabelAlign: string;
|
|
24
|
+
pageCountDropdownItemLabelColor: string;
|
|
25
|
+
pageCountDropdownItemLabelColorActive: string;
|
|
26
|
+
pageCountDropdownItemLabelColorActiveHover: string;
|
|
27
|
+
pageCountDropdownItemLabelColorHover: string;
|
|
28
|
+
pageCountInputIconColor: string;
|
|
29
|
+
pageCountInputTextColor: string;
|
|
30
|
+
previousIconFillIcon: string;
|
|
10
31
|
};
|
|
11
32
|
accentSecondary: {
|
|
12
33
|
fill: string;
|
|
@@ -2,6 +2,8 @@ declare const paginationAppearanceSize: {
|
|
|
2
2
|
sizeL: {
|
|
3
3
|
size: string;
|
|
4
4
|
labelTextSize: string;
|
|
5
|
+
textSize: string;
|
|
6
|
+
builderIcon: any;
|
|
5
7
|
iconAfterFillSize: string;
|
|
6
8
|
iconAfterSize: string;
|
|
7
9
|
iconBeforeFillSize: string;
|
|
@@ -11,6 +13,7 @@ declare const paginationAppearanceSize: {
|
|
|
11
13
|
pageCountDropdownItemDividerSize: string;
|
|
12
14
|
pageCountDropdownItemLabelSize: string;
|
|
13
15
|
pageCountDropdownItemSize: string;
|
|
16
|
+
pageCountDropdownItemWidth: string;
|
|
14
17
|
pageCountInputIcon: any;
|
|
15
18
|
pageCountInputIconFillSize: string;
|
|
16
19
|
pageCountInputTextSize: string;
|
|
@@ -19,6 +22,8 @@ declare const paginationAppearanceSize: {
|
|
|
19
22
|
sizeM: {
|
|
20
23
|
size: string;
|
|
21
24
|
labelTextSize: string;
|
|
25
|
+
textSize: string;
|
|
26
|
+
builderIcon: any;
|
|
22
27
|
iconAfterFillSize: string;
|
|
23
28
|
iconAfterSize: string;
|
|
24
29
|
iconBeforeFillSize: string;
|
|
@@ -28,7 +33,6 @@ declare const paginationAppearanceSize: {
|
|
|
28
33
|
pageCountDropdownItemDividerSize: string;
|
|
29
34
|
pageCountDropdownItemLabelSize: string;
|
|
30
35
|
pageCountDropdownItemSize: string;
|
|
31
|
-
pageCountDropdownItemWidth: string;
|
|
32
36
|
pageCountInputIcon: any;
|
|
33
37
|
pageCountInputIconFillSize: string;
|
|
34
38
|
pageCountInputTextSize: string;
|
|
@@ -37,20 +41,35 @@ declare const paginationAppearanceSize: {
|
|
|
37
41
|
sizeS: {
|
|
38
42
|
size: string;
|
|
39
43
|
labelTextSize: string;
|
|
44
|
+
textSize: string;
|
|
45
|
+
builderIcon: any;
|
|
40
46
|
iconAfterFillSize: string;
|
|
41
47
|
iconAfterSize: string;
|
|
42
48
|
iconBeforeFillSize: string;
|
|
43
49
|
iconBeforeSize: string;
|
|
44
50
|
nextIcon: any;
|
|
51
|
+
pageCountDescTextSize: string;
|
|
52
|
+
pageCountDropdownItemDividerSize: string;
|
|
53
|
+
pageCountDropdownItemLabelSize: string;
|
|
54
|
+
pageCountDropdownItemSize: string;
|
|
55
|
+
pageCountInputIcon: any;
|
|
56
|
+
pageCountInputTextSize: string;
|
|
45
57
|
previousIcon: any;
|
|
46
58
|
};
|
|
47
59
|
sizeXS: {
|
|
48
60
|
size: string;
|
|
49
61
|
labelTextSize: string;
|
|
62
|
+
textSize: string;
|
|
50
63
|
beforeSize: string;
|
|
64
|
+
builderIcon: any;
|
|
51
65
|
iconAfterFillSize: string;
|
|
52
66
|
nextIcon: any;
|
|
67
|
+
pageCountDescTextSize: string;
|
|
68
|
+
pageCountDropdownItemDividerSize: string;
|
|
69
|
+
pageCountDropdownItemLabelSize: string;
|
|
70
|
+
pageCountDropdownItemSize: string;
|
|
53
71
|
pageCountInputIcon: any;
|
|
72
|
+
pageCountInputTextSize: string;
|
|
54
73
|
previousIcon: any;
|
|
55
74
|
};
|
|
56
75
|
};
|
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
declare const paginationAppearanceSurface: {
|
|
2
2
|
surfacePrimary: {
|
|
3
3
|
fill: string;
|
|
4
|
-
|
|
4
|
+
fillActive: string;
|
|
5
|
+
fillInput: string;
|
|
6
|
+
textColor: string;
|
|
7
|
+
builderIconFillIcon: string;
|
|
5
8
|
nextIconFillIcon: string;
|
|
6
9
|
pageCountDescTextColor: string;
|
|
7
10
|
pageCountDropdownAlignment: string;
|
|
@@ -1,15 +1,13 @@
|
|
|
1
1
|
export declare const radioAppearance: {
|
|
2
|
-
|
|
3
|
-
borderColor: string;
|
|
4
|
-
};
|
|
5
|
-
ghost: {
|
|
6
|
-
fill: string;
|
|
2
|
+
solid: {
|
|
7
3
|
borderColor: string;
|
|
8
4
|
};
|
|
9
5
|
outlined: {
|
|
10
6
|
fill: string;
|
|
11
7
|
};
|
|
12
|
-
|
|
8
|
+
full: {};
|
|
9
|
+
ghost: {
|
|
10
|
+
fill: string;
|
|
13
11
|
borderColor: string;
|
|
14
12
|
};
|
|
15
13
|
sizeM: {
|
|
@@ -29,65 +27,47 @@ export declare const radioAppearance: {
|
|
|
29
27
|
};
|
|
30
28
|
disabledPrimary: {
|
|
31
29
|
fill: string;
|
|
30
|
+
fillCheckmark: string;
|
|
31
|
+
labelTextColor: string;
|
|
32
|
+
descTextColor: string;
|
|
32
33
|
borderColor: string;
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
iconBeforeFill: string;
|
|
36
|
-
iconClearFill: string;
|
|
37
|
-
placeholderTextColor: string;
|
|
34
|
+
borderColorRadio: string;
|
|
35
|
+
borderColorRadioActive: string;
|
|
38
36
|
};
|
|
39
37
|
requirePrimary: {
|
|
40
38
|
fill: string;
|
|
39
|
+
fillCheckmark: string;
|
|
40
|
+
labelTextColor: string;
|
|
41
|
+
descTextColor: string;
|
|
41
42
|
borderColor: string;
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
iconBeforeFill: string;
|
|
45
|
-
iconClearFill: string;
|
|
46
|
-
placeholderTextColor: string;
|
|
47
|
-
};
|
|
48
|
-
requireSecondary: {
|
|
49
|
-
fill: string;
|
|
50
|
-
borderColor: string;
|
|
51
|
-
borderHover: string;
|
|
52
|
-
iconBeforeFill: string;
|
|
53
|
-
iconClearFill: string;
|
|
54
|
-
placeholderTextColor: string;
|
|
43
|
+
borderColorRadio: string;
|
|
44
|
+
borderColorRadioActive: string;
|
|
55
45
|
};
|
|
56
|
-
|
|
46
|
+
successPrimary: {
|
|
57
47
|
fill: string;
|
|
58
|
-
|
|
48
|
+
fillCheckmark: string;
|
|
59
49
|
labelTextColor: string;
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
50
|
+
descTextColor: string;
|
|
51
|
+
borderColor: string;
|
|
52
|
+
borderColorRadio: string;
|
|
53
|
+
borderColorRadioActive: string;
|
|
63
54
|
};
|
|
64
|
-
|
|
55
|
+
errorPrimary: {
|
|
65
56
|
fill: string;
|
|
66
|
-
fillHover: string;
|
|
67
|
-
labelTextColor: string;
|
|
68
|
-
labelTextColorHover: string;
|
|
69
|
-
loaderFill: string;
|
|
70
|
-
loaderItemFill: string;
|
|
71
|
-
};
|
|
72
|
-
defaultPrimary: {
|
|
73
57
|
fillCheckmark: string;
|
|
74
|
-
fillRadio: string;
|
|
75
|
-
fillRadioActive: string;
|
|
76
|
-
fillRadioActiveHover: string;
|
|
77
|
-
fillRadioHover: string;
|
|
78
58
|
labelTextColor: string;
|
|
79
59
|
descTextColor: string;
|
|
60
|
+
borderColor: string;
|
|
80
61
|
borderColorRadio: string;
|
|
81
62
|
borderColorRadioActive: string;
|
|
82
|
-
borderColorRadioActiveHover: string;
|
|
83
|
-
borderColorRadioHover: string;
|
|
84
63
|
};
|
|
85
|
-
|
|
64
|
+
defaultPrimary: {
|
|
86
65
|
fill: string;
|
|
66
|
+
fillCheckmark: string;
|
|
67
|
+
labelTextColor: string;
|
|
68
|
+
descTextColor: string;
|
|
87
69
|
borderColor: string;
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
iconClearFill: string;
|
|
91
|
-
placeholderTextColor: string;
|
|
70
|
+
borderColorRadio: string;
|
|
71
|
+
borderColorRadioActive: string;
|
|
92
72
|
};
|
|
93
73
|
};
|
|
@@ -1,24 +1,12 @@
|
|
|
1
1
|
declare const radioAppearanceDefault: {
|
|
2
2
|
defaultPrimary: {
|
|
3
|
+
fill: string;
|
|
3
4
|
fillCheckmark: string;
|
|
4
|
-
fillRadio: string;
|
|
5
|
-
fillRadioActive: string;
|
|
6
|
-
fillRadioActiveHover: string;
|
|
7
|
-
fillRadioHover: string;
|
|
8
5
|
labelTextColor: string;
|
|
9
6
|
descTextColor: string;
|
|
7
|
+
borderColor: string;
|
|
10
8
|
borderColorRadio: string;
|
|
11
9
|
borderColorRadioActive: string;
|
|
12
|
-
borderColorRadioActiveHover: string;
|
|
13
|
-
borderColorRadioHover: string;
|
|
14
|
-
};
|
|
15
|
-
defaultSecondary: {
|
|
16
|
-
fill: string;
|
|
17
|
-
borderColor: string;
|
|
18
|
-
borderHover: string;
|
|
19
|
-
iconBeforeFill: string;
|
|
20
|
-
iconClearFill: string;
|
|
21
|
-
placeholderTextColor: string;
|
|
22
10
|
};
|
|
23
11
|
};
|
|
24
12
|
export { radioAppearanceDefault };
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
declare const radioAppearanceDisabled: {
|
|
2
2
|
disabledPrimary: {
|
|
3
3
|
fill: string;
|
|
4
|
+
fillCheckmark: string;
|
|
5
|
+
labelTextColor: string;
|
|
6
|
+
descTextColor: string;
|
|
4
7
|
borderColor: string;
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
iconBeforeFill: string;
|
|
8
|
-
iconClearFill: string;
|
|
9
|
-
placeholderTextColor: string;
|
|
8
|
+
borderColorRadio: string;
|
|
9
|
+
borderColorRadioActive: string;
|
|
10
10
|
};
|
|
11
11
|
};
|
|
12
12
|
export { radioAppearanceDisabled };
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
declare const radioAppearanceError: {
|
|
2
|
-
|
|
2
|
+
errorPrimary: {
|
|
3
3
|
fill: string;
|
|
4
|
-
|
|
4
|
+
fillCheckmark: string;
|
|
5
5
|
labelTextColor: string;
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
descTextColor: string;
|
|
7
|
+
borderColor: string;
|
|
8
|
+
borderColorRadio: string;
|
|
9
|
+
borderColorRadioActive: string;
|
|
9
10
|
};
|
|
10
11
|
};
|
|
11
12
|
export { radioAppearanceError };
|
|
@@ -1,20 +1,12 @@
|
|
|
1
1
|
declare const radioAppearanceRequire: {
|
|
2
2
|
requirePrimary: {
|
|
3
3
|
fill: string;
|
|
4
|
+
fillCheckmark: string;
|
|
5
|
+
labelTextColor: string;
|
|
6
|
+
descTextColor: string;
|
|
4
7
|
borderColor: string;
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
iconBeforeFill: string;
|
|
8
|
-
iconClearFill: string;
|
|
9
|
-
placeholderTextColor: string;
|
|
10
|
-
};
|
|
11
|
-
requireSecondary: {
|
|
12
|
-
fill: string;
|
|
13
|
-
borderColor: string;
|
|
14
|
-
borderHover: string;
|
|
15
|
-
iconBeforeFill: string;
|
|
16
|
-
iconClearFill: string;
|
|
17
|
-
placeholderTextColor: string;
|
|
8
|
+
borderColorRadio: string;
|
|
9
|
+
borderColorRadioActive: string;
|
|
18
10
|
};
|
|
19
11
|
};
|
|
20
12
|
export { radioAppearanceRequire };
|
|
@@ -1,15 +1,13 @@
|
|
|
1
1
|
declare const radioAppearanceStyle: {
|
|
2
|
-
|
|
3
|
-
borderColor: string;
|
|
4
|
-
};
|
|
5
|
-
ghost: {
|
|
6
|
-
fill: string;
|
|
2
|
+
solid: {
|
|
7
3
|
borderColor: string;
|
|
8
4
|
};
|
|
9
5
|
outlined: {
|
|
10
6
|
fill: string;
|
|
11
7
|
};
|
|
12
|
-
|
|
8
|
+
full: {};
|
|
9
|
+
ghost: {
|
|
10
|
+
fill: string;
|
|
13
11
|
borderColor: string;
|
|
14
12
|
};
|
|
15
13
|
};
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
declare const radioAppearanceSuccess: {
|
|
2
|
-
|
|
2
|
+
successPrimary: {
|
|
3
3
|
fill: string;
|
|
4
|
-
|
|
4
|
+
fillCheckmark: string;
|
|
5
5
|
labelTextColor: string;
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
descTextColor: string;
|
|
7
|
+
borderColor: string;
|
|
8
|
+
borderColorRadio: string;
|
|
9
|
+
borderColorRadioActive: string;
|
|
9
10
|
};
|
|
10
11
|
};
|
|
11
12
|
export { radioAppearanceSuccess };
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import { GroupBase, LoadingIndicatorProps } from 'react-select';
|
|
2
|
-
declare const SelectLoadingIndicator: <Option, IsMulti extends boolean, Group extends GroupBase<Option>>(props: LoadingIndicatorProps<Option, IsMulti, Group>) =>
|
|
3
|
+
declare const SelectLoadingIndicator: <Option, IsMulti extends boolean, Group extends GroupBase<Option>>(props: LoadingIndicatorProps<Option, IsMulti, Group>) => React.ReactNode;
|
|
3
4
|
export { SelectLoadingIndicator };
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
declare const defaultDatepickerProps: {
|
|
2
|
+
size: string;
|
|
3
|
+
iconSize: number;
|
|
4
|
+
iconFillSize: number;
|
|
5
|
+
iconItemFill: string;
|
|
6
|
+
daySize: string;
|
|
7
|
+
dayTextColor: string;
|
|
8
|
+
dayTextSize: string;
|
|
9
|
+
dayTextShape: string;
|
|
10
|
+
monthTextColor: string;
|
|
11
|
+
monthTextSize: string;
|
|
12
|
+
monthTextWeight: number;
|
|
13
|
+
yearTextColor: string;
|
|
14
|
+
yearTextSize: string;
|
|
15
|
+
yearTextWeight: number;
|
|
16
|
+
placeholderTextColor: string;
|
|
17
|
+
};
|
|
18
|
+
export { defaultDatepickerProps };
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
declare const defaultInputProps: {
|
|
2
|
+
width: string;
|
|
3
|
+
borderColor: string;
|
|
4
|
+
caret: string;
|
|
5
|
+
errorBorderColor: string;
|
|
6
|
+
placeholderTextColor: string;
|
|
7
|
+
requiredBorderColor: string;
|
|
8
|
+
shape: string;
|
|
9
|
+
size: string;
|
|
10
|
+
textColor: string;
|
|
11
|
+
textColorDisabled: string;
|
|
12
|
+
textSize: string;
|
|
13
|
+
};
|
|
14
|
+
export { defaultInputProps };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { useAppearanceConfig } from './useAppearanceConfig';
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { AppearanceConfig } from '../useDevicePropsGenerator';
|
|
2
|
+
declare const useAppearanceConfig: <Keys extends string, Config extends Record<"disabled" | Keys, AppearanceConfig>>(appearance: string | undefined, componentConfig: {
|
|
3
|
+
appearance?: Partial<Config>;
|
|
4
|
+
}, isDisabled?: boolean) => {
|
|
5
|
+
appearanceConfig: AppearanceConfig | undefined;
|
|
6
|
+
};
|
|
7
|
+
export { useAppearanceConfig };
|