@itcase/ui 1.8.122 → 1.8.124
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_mojzcWRL.js +161 -0
- package/dist/Avatar_es_BFom0nAS.js +157 -0
- package/dist/{Button_cjs_i0Dn1pkl.js → Button_cjs_CZz8OjWi.js} +42 -30
- package/dist/{Button_es_CtH5EKJd.js → Button_es_Cn3wtv3M.js} +42 -30
- package/dist/ChipsGroup_cjs_Dgskkc1e.js +344 -0
- package/dist/{ChipsGroup_es_ayPPUwQ7.js → ChipsGroup_es_BVQ7_n0k.js} +48 -35
- package/dist/DatePicker_cjs_Lzrr9Amf.js +182 -0
- package/dist/DatePicker_es_D1LvY5RT.js +178 -0
- package/dist/Divider_cjs_DrmV2ezS.js +105 -0
- package/dist/Divider_es_BiYozVBS.js +101 -0
- package/dist/DropdownItem_cjs_rKLdFxSj.js +211 -0
- package/dist/DropdownItem_es_B-1qtEa7.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_DpFxIFv5.js} +170 -121
- package/dist/{Icon_es_BrwLifge.js → Icon_es_D5eiycFI.js} +170 -121
- package/dist/Image_cjs_CBDMUzv_.js +29 -0
- package/dist/Image_es_BHec4iVN.js +27 -0
- package/dist/{Input_cjs_Du73R-wm.js → Input_cjs_DDi5JVAV.js} +27 -19
- package/dist/{Input_es_CiDHjDqJ.js → Input_es_BnCXATnh.js} +27 -19
- package/dist/{Label_cjs_DMoaOoHi.js → Label_cjs_C-x9blCL.js} +45 -33
- package/dist/{Label_es_SULlg9bL.js → Label_es_DCqpSw_F.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 +114 -84
- 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 +102 -84
- 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 +47 -42
- 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 +59 -69
- 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 +114 -84
- 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 +102 -84
- 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 +47 -42
- 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 +59 -69
- 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/Checkmark/Checkmark.css +2 -0
- package/dist/css/components/DatePeriod/DatePeriod.css +3 -0
- package/dist/css/components/Input/Input.css +0 -8
- package/dist/css/components/InputPassword/InputPassword.css +34 -43
- 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/InputPassword/InputPassword.appearance.d.ts +179 -2
- package/dist/types/components/InputPassword/appearance/inputPasswordDefault.d.ts +7 -4
- package/dist/types/components/InputPassword/appearance/inputPasswordDisabled.d.ts +6 -4
- package/dist/types/components/InputPassword/appearance/inputPasswordError.d.ts +6 -4
- package/dist/types/components/InputPassword/appearance/inputPasswordRequire.d.ts +6 -4
- package/dist/types/components/InputPassword/appearance/inputPasswordShape.d.ts +25 -0
- package/dist/types/components/InputPassword/appearance/inputPasswordSize.d.ts +14 -28
- package/dist/types/components/InputPassword/appearance/inputPasswordStyle.d.ts +5 -5
- package/dist/types/components/InputPassword/appearance/inputPasswordSuccess.d.ts +6 -4
- package/dist/types/components/Response/Response.constant.d.ts +32 -35
- package/dist/types/components/Response/appearance/responseConfirm.d.ts +1 -0
- package/dist/types/components/Response/appearance/responseDanger.d.ts +1 -0
- package/dist/types/components/Response/appearance/responseEmpty.d.ts +1 -0
- package/dist/types/components/Response/appearance/responseError.d.ts +1 -0
- package/dist/types/components/Response/appearance/responseFail.d.ts +1 -0
- package/dist/types/components/Response/appearance/responseNothingFound.d.ts +1 -0
- package/dist/types/components/Response/appearance/responseRefresh.d.ts +1 -0
- package/dist/types/components/Response/appearance/responseSuccess.d.ts +1 -0
- package/dist/types/components/Response/appearance/responseUnableLoadData.d.ts +1 -0
- package/dist/types/components/Response/appearance/responseWarning.d.ts +1 -0
- package/dist/types/components/Select/SelectContainer.d.ts +1 -1
- package/dist/types/components/Tab/appearance/tabSize.d.ts +0 -14
- package/dist/types/components/Tab/appearance/tabSurface.d.ts +7 -7
- package/dist/utils/setViewportProperty.js +3 -3
- package/package.json +14 -14
- package/dist/Avatar_cjs_kuE0Rueg.js +0 -157
- package/dist/Avatar_es_lx7s4Vla.js +0 -153
- package/dist/ChipsGroup_cjs_C8L3ZeD_.js +0 -331
- package/dist/DatePicker_cjs_DsIAoi01.js +0 -183
- package/dist/DatePicker_es_BP5BrEr-.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_B6YlGx8G.js +0 -28
- package/dist/Image_es_BvYo_cHH.js +0 -26
- 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
|
@@ -1,2 +1,179 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
export declare const inputPasswordAppearance: {
|
|
2
|
+
circular: {
|
|
3
|
+
shape: string;
|
|
4
|
+
};
|
|
5
|
+
rounded: {
|
|
6
|
+
shape: string;
|
|
7
|
+
};
|
|
8
|
+
roundedXL: {
|
|
9
|
+
shape: string;
|
|
10
|
+
shapeStrength: string;
|
|
11
|
+
};
|
|
12
|
+
roundedL: {
|
|
13
|
+
shape: string;
|
|
14
|
+
shapeStrength: string;
|
|
15
|
+
};
|
|
16
|
+
roundedM: {
|
|
17
|
+
shape: string;
|
|
18
|
+
shapeStrength: string;
|
|
19
|
+
};
|
|
20
|
+
roundedS: {
|
|
21
|
+
shape: string;
|
|
22
|
+
shapeStrength: string;
|
|
23
|
+
};
|
|
24
|
+
successPrimary: {
|
|
25
|
+
fill: string;
|
|
26
|
+
borderColor: string;
|
|
27
|
+
borderHover: string;
|
|
28
|
+
textColor: string;
|
|
29
|
+
iconFill: string;
|
|
30
|
+
iconRevealableHide: string;
|
|
31
|
+
iconRevealableShow: string;
|
|
32
|
+
placeholderTextColor: string;
|
|
33
|
+
};
|
|
34
|
+
successSecondary: {
|
|
35
|
+
fill: string;
|
|
36
|
+
borderColor: string;
|
|
37
|
+
borderHover: string;
|
|
38
|
+
iconFill: string;
|
|
39
|
+
iconRevealableHide: string;
|
|
40
|
+
iconRevealableShow: string;
|
|
41
|
+
placeholderTextColor: string;
|
|
42
|
+
};
|
|
43
|
+
defaultPrimary: {
|
|
44
|
+
fill: string;
|
|
45
|
+
borderColor: string;
|
|
46
|
+
borderHover: string;
|
|
47
|
+
textColor: string;
|
|
48
|
+
textColorDisabled: string;
|
|
49
|
+
caret: string;
|
|
50
|
+
iconFill: string;
|
|
51
|
+
iconRevealableHide: string;
|
|
52
|
+
iconRevealableShow: string;
|
|
53
|
+
placeholderTextColor: string;
|
|
54
|
+
};
|
|
55
|
+
defaultSecondary: {
|
|
56
|
+
fill: string;
|
|
57
|
+
borderColor: string;
|
|
58
|
+
borderHover: string;
|
|
59
|
+
textColor: string;
|
|
60
|
+
textColorDisabled: string;
|
|
61
|
+
caret: string;
|
|
62
|
+
iconFill: string;
|
|
63
|
+
iconRevealableHide: string;
|
|
64
|
+
iconRevealableShow: string;
|
|
65
|
+
placeholderTextColor: string;
|
|
66
|
+
};
|
|
67
|
+
errorPrimary: {
|
|
68
|
+
fill: string;
|
|
69
|
+
borderColor: string;
|
|
70
|
+
borderHover: string;
|
|
71
|
+
textColor: string;
|
|
72
|
+
iconFill: string;
|
|
73
|
+
iconRevealableHide: string;
|
|
74
|
+
iconRevealableShow: string;
|
|
75
|
+
placeholderTextColor: string;
|
|
76
|
+
};
|
|
77
|
+
errorSecondary: {
|
|
78
|
+
fill: string;
|
|
79
|
+
borderColor: string;
|
|
80
|
+
borderHover: string;
|
|
81
|
+
iconFill: string;
|
|
82
|
+
iconRevealableHide: string;
|
|
83
|
+
iconRevealableShow: string;
|
|
84
|
+
placeholderTextColor: string;
|
|
85
|
+
};
|
|
86
|
+
solid: {
|
|
87
|
+
borderColor: string;
|
|
88
|
+
};
|
|
89
|
+
outlined: {
|
|
90
|
+
fill: string;
|
|
91
|
+
};
|
|
92
|
+
full: {
|
|
93
|
+
borderColor: string;
|
|
94
|
+
};
|
|
95
|
+
ghost: {
|
|
96
|
+
fill: string;
|
|
97
|
+
borderColor: string;
|
|
98
|
+
};
|
|
99
|
+
requirePrimary: {
|
|
100
|
+
fill: string;
|
|
101
|
+
borderColor: string;
|
|
102
|
+
borderHover: string;
|
|
103
|
+
textColor: string;
|
|
104
|
+
iconFill: string;
|
|
105
|
+
iconRevealableHide: string;
|
|
106
|
+
iconRevealableShow: string;
|
|
107
|
+
placeholderTextColor: string;
|
|
108
|
+
};
|
|
109
|
+
requireSecondary: {
|
|
110
|
+
fill: string;
|
|
111
|
+
borderColor: string;
|
|
112
|
+
borderHover: string;
|
|
113
|
+
iconFill: string;
|
|
114
|
+
iconRevealableHide: string;
|
|
115
|
+
iconRevealableShow: string;
|
|
116
|
+
placeholderTextColor: string;
|
|
117
|
+
};
|
|
118
|
+
disabledPrimary: {
|
|
119
|
+
fill: string;
|
|
120
|
+
borderColor: string;
|
|
121
|
+
borderHover: string;
|
|
122
|
+
textColor: string;
|
|
123
|
+
iconFill: string;
|
|
124
|
+
iconRevealableHide: string;
|
|
125
|
+
iconRevealableShow: string;
|
|
126
|
+
placeholderTextColor: string;
|
|
127
|
+
};
|
|
128
|
+
disabledSecondary: {
|
|
129
|
+
fill: string;
|
|
130
|
+
borderColor: string;
|
|
131
|
+
borderHover: string;
|
|
132
|
+
iconFill: string;
|
|
133
|
+
iconRevealableHide: string;
|
|
134
|
+
iconRevealableShow: string;
|
|
135
|
+
placeholderTextColor: string;
|
|
136
|
+
};
|
|
137
|
+
sizeXXL: {
|
|
138
|
+
size: string;
|
|
139
|
+
textSize: string;
|
|
140
|
+
iconFillSize: string;
|
|
141
|
+
iconSize: string;
|
|
142
|
+
};
|
|
143
|
+
sizeXL: {
|
|
144
|
+
size: string;
|
|
145
|
+
textSize: string;
|
|
146
|
+
iconFillSize: string;
|
|
147
|
+
iconSize: string;
|
|
148
|
+
};
|
|
149
|
+
sizeL: {
|
|
150
|
+
size: string;
|
|
151
|
+
textSize: string;
|
|
152
|
+
iconFillSize: string;
|
|
153
|
+
iconSize: string;
|
|
154
|
+
};
|
|
155
|
+
sizeM: {
|
|
156
|
+
size: string;
|
|
157
|
+
textSize: string;
|
|
158
|
+
iconFillSize: string;
|
|
159
|
+
iconSize: string;
|
|
160
|
+
};
|
|
161
|
+
sizeS: {
|
|
162
|
+
size: string;
|
|
163
|
+
textSize: string;
|
|
164
|
+
iconFillSize: string;
|
|
165
|
+
iconSize: string;
|
|
166
|
+
};
|
|
167
|
+
sizeXS: {
|
|
168
|
+
size: string;
|
|
169
|
+
textSize: string;
|
|
170
|
+
iconFillSize: string;
|
|
171
|
+
iconSize: string;
|
|
172
|
+
};
|
|
173
|
+
sizeXXS: {
|
|
174
|
+
size: string;
|
|
175
|
+
textSize: string;
|
|
176
|
+
iconFillSize: string;
|
|
177
|
+
iconSize: string;
|
|
178
|
+
};
|
|
179
|
+
};
|
|
@@ -6,8 +6,10 @@ declare const inputPasswordAppearanceDefault: {
|
|
|
6
6
|
textColor: string;
|
|
7
7
|
textColorDisabled: string;
|
|
8
8
|
caret: string;
|
|
9
|
-
|
|
10
|
-
|
|
9
|
+
iconFill: string;
|
|
10
|
+
iconRevealableHide: string;
|
|
11
|
+
iconRevealableShow: string;
|
|
12
|
+
placeholderTextColor: string;
|
|
11
13
|
};
|
|
12
14
|
defaultSecondary: {
|
|
13
15
|
fill: string;
|
|
@@ -16,8 +18,9 @@ declare const inputPasswordAppearanceDefault: {
|
|
|
16
18
|
textColor: string;
|
|
17
19
|
textColorDisabled: string;
|
|
18
20
|
caret: string;
|
|
19
|
-
|
|
20
|
-
|
|
21
|
+
iconFill: string;
|
|
22
|
+
iconRevealableHide: string;
|
|
23
|
+
iconRevealableShow: string;
|
|
21
24
|
placeholderTextColor: string;
|
|
22
25
|
};
|
|
23
26
|
};
|
|
@@ -4,16 +4,18 @@ declare const inputPasswordAppearanceDisabled: {
|
|
|
4
4
|
borderColor: string;
|
|
5
5
|
borderHover: string;
|
|
6
6
|
textColor: string;
|
|
7
|
-
|
|
8
|
-
|
|
7
|
+
iconFill: string;
|
|
8
|
+
iconRevealableHide: string;
|
|
9
|
+
iconRevealableShow: string;
|
|
9
10
|
placeholderTextColor: string;
|
|
10
11
|
};
|
|
11
12
|
disabledSecondary: {
|
|
12
13
|
fill: string;
|
|
13
14
|
borderColor: string;
|
|
14
15
|
borderHover: string;
|
|
15
|
-
|
|
16
|
-
|
|
16
|
+
iconFill: string;
|
|
17
|
+
iconRevealableHide: string;
|
|
18
|
+
iconRevealableShow: string;
|
|
17
19
|
placeholderTextColor: string;
|
|
18
20
|
};
|
|
19
21
|
};
|
|
@@ -4,16 +4,18 @@ declare const inputPasswordAppearanceError: {
|
|
|
4
4
|
borderColor: string;
|
|
5
5
|
borderHover: string;
|
|
6
6
|
textColor: string;
|
|
7
|
-
|
|
8
|
-
|
|
7
|
+
iconFill: string;
|
|
8
|
+
iconRevealableHide: string;
|
|
9
|
+
iconRevealableShow: string;
|
|
9
10
|
placeholderTextColor: string;
|
|
10
11
|
};
|
|
11
12
|
errorSecondary: {
|
|
12
13
|
fill: string;
|
|
13
14
|
borderColor: string;
|
|
14
15
|
borderHover: string;
|
|
15
|
-
|
|
16
|
-
|
|
16
|
+
iconFill: string;
|
|
17
|
+
iconRevealableHide: string;
|
|
18
|
+
iconRevealableShow: string;
|
|
17
19
|
placeholderTextColor: string;
|
|
18
20
|
};
|
|
19
21
|
};
|
|
@@ -4,16 +4,18 @@ declare const inputPasswordAppearanceRequire: {
|
|
|
4
4
|
borderColor: string;
|
|
5
5
|
borderHover: string;
|
|
6
6
|
textColor: string;
|
|
7
|
-
|
|
8
|
-
|
|
7
|
+
iconFill: string;
|
|
8
|
+
iconRevealableHide: string;
|
|
9
|
+
iconRevealableShow: string;
|
|
9
10
|
placeholderTextColor: string;
|
|
10
11
|
};
|
|
11
12
|
requireSecondary: {
|
|
12
13
|
fill: string;
|
|
13
14
|
borderColor: string;
|
|
14
15
|
borderHover: string;
|
|
15
|
-
|
|
16
|
-
|
|
16
|
+
iconFill: string;
|
|
17
|
+
iconRevealableHide: string;
|
|
18
|
+
iconRevealableShow: string;
|
|
17
19
|
placeholderTextColor: string;
|
|
18
20
|
};
|
|
19
21
|
};
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
declare const inputPasswordAppearanceShape: {
|
|
2
|
+
circular: {
|
|
3
|
+
shape: string;
|
|
4
|
+
};
|
|
5
|
+
rounded: {
|
|
6
|
+
shape: string;
|
|
7
|
+
};
|
|
8
|
+
roundedXL: {
|
|
9
|
+
shape: string;
|
|
10
|
+
shapeStrength: string;
|
|
11
|
+
};
|
|
12
|
+
roundedL: {
|
|
13
|
+
shape: string;
|
|
14
|
+
shapeStrength: string;
|
|
15
|
+
};
|
|
16
|
+
roundedM: {
|
|
17
|
+
shape: string;
|
|
18
|
+
shapeStrength: string;
|
|
19
|
+
};
|
|
20
|
+
roundedS: {
|
|
21
|
+
shape: string;
|
|
22
|
+
shapeStrength: string;
|
|
23
|
+
};
|
|
24
|
+
};
|
|
25
|
+
export { inputPasswordAppearanceShape };
|
|
@@ -2,58 +2,44 @@ declare const inputPasswordAppearanceSize: {
|
|
|
2
2
|
sizeXXL: {
|
|
3
3
|
size: string;
|
|
4
4
|
textSize: string;
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
iconBeforeFillSize: string;
|
|
8
|
-
iconBeforeSize: string;
|
|
5
|
+
iconFillSize: string;
|
|
6
|
+
iconSize: string;
|
|
9
7
|
};
|
|
10
8
|
sizeXL: {
|
|
11
9
|
size: string;
|
|
12
10
|
textSize: string;
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
iconBeforeFillSize: string;
|
|
16
|
-
iconBeforeSize: string;
|
|
11
|
+
iconFillSize: string;
|
|
12
|
+
iconSize: string;
|
|
17
13
|
};
|
|
18
14
|
sizeL: {
|
|
19
15
|
size: string;
|
|
20
16
|
textSize: string;
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
iconBeforeFillSize: string;
|
|
24
|
-
iconBeforeSize: string;
|
|
17
|
+
iconFillSize: string;
|
|
18
|
+
iconSize: string;
|
|
25
19
|
};
|
|
26
20
|
sizeM: {
|
|
27
21
|
size: string;
|
|
28
22
|
textSize: string;
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
iconBeforeFillSize: string;
|
|
32
|
-
iconBeforeSize: string;
|
|
23
|
+
iconFillSize: string;
|
|
24
|
+
iconSize: string;
|
|
33
25
|
};
|
|
34
26
|
sizeS: {
|
|
35
27
|
size: string;
|
|
36
28
|
textSize: string;
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
iconBeforeFillSize: string;
|
|
40
|
-
iconBeforeSize: string;
|
|
29
|
+
iconFillSize: string;
|
|
30
|
+
iconSize: string;
|
|
41
31
|
};
|
|
42
32
|
sizeXS: {
|
|
43
33
|
size: string;
|
|
44
34
|
textSize: string;
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
iconBeforeFillSize: string;
|
|
48
|
-
iconBeforeSize: string;
|
|
35
|
+
iconFillSize: string;
|
|
36
|
+
iconSize: string;
|
|
49
37
|
};
|
|
50
38
|
sizeXXS: {
|
|
51
39
|
size: string;
|
|
52
40
|
textSize: string;
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
iconBeforeFillSize: string;
|
|
56
|
-
iconBeforeSize: string;
|
|
41
|
+
iconFillSize: string;
|
|
42
|
+
iconSize: string;
|
|
57
43
|
};
|
|
58
44
|
};
|
|
59
45
|
export { inputPasswordAppearanceSize };
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
declare const inputPasswordAppearanceStyle: {
|
|
2
|
-
|
|
2
|
+
solid: {
|
|
3
3
|
borderColor: string;
|
|
4
4
|
};
|
|
5
|
-
|
|
5
|
+
outlined: {
|
|
6
6
|
fill: string;
|
|
7
|
+
};
|
|
8
|
+
full: {
|
|
7
9
|
borderColor: string;
|
|
8
10
|
};
|
|
9
|
-
|
|
11
|
+
ghost: {
|
|
10
12
|
fill: string;
|
|
11
|
-
};
|
|
12
|
-
solid: {
|
|
13
13
|
borderColor: string;
|
|
14
14
|
};
|
|
15
15
|
};
|
|
@@ -4,16 +4,18 @@ declare const inputPasswordAppearanceSuccess: {
|
|
|
4
4
|
borderColor: string;
|
|
5
5
|
borderHover: string;
|
|
6
6
|
textColor: string;
|
|
7
|
-
|
|
8
|
-
|
|
7
|
+
iconFill: string;
|
|
8
|
+
iconRevealableHide: string;
|
|
9
|
+
iconRevealableShow: string;
|
|
9
10
|
placeholderTextColor: string;
|
|
10
11
|
};
|
|
11
12
|
successSecondary: {
|
|
12
13
|
fill: string;
|
|
13
14
|
borderColor: string;
|
|
14
15
|
borderHover: string;
|
|
15
|
-
|
|
16
|
-
|
|
16
|
+
iconFill: string;
|
|
17
|
+
iconRevealableHide: string;
|
|
18
|
+
iconRevealableShow: string;
|
|
17
19
|
placeholderTextColor: string;
|
|
18
20
|
};
|
|
19
21
|
};
|
|
@@ -1,78 +1,75 @@
|
|
|
1
1
|
declare const RESPONSE_MESSAGES: {
|
|
2
|
-
|
|
3
|
-
imageSrc: any;
|
|
2
|
+
empty: {
|
|
4
3
|
appearance: string;
|
|
5
4
|
title: string;
|
|
6
|
-
code: string;
|
|
7
5
|
desc: string;
|
|
8
|
-
|
|
6
|
+
code: string;
|
|
7
|
+
imageSrc: any;
|
|
9
8
|
primaryButtonAppearance: string;
|
|
10
|
-
|
|
11
|
-
secondaryButtonAppearance: string;
|
|
9
|
+
primaryButtonLabel: string;
|
|
12
10
|
};
|
|
13
|
-
|
|
14
|
-
imageSrc: any;
|
|
11
|
+
error: {
|
|
15
12
|
appearance: string;
|
|
16
13
|
title: string;
|
|
17
|
-
code: string;
|
|
18
14
|
desc: string;
|
|
19
|
-
|
|
15
|
+
code: string;
|
|
16
|
+
imageSrc: any;
|
|
20
17
|
primaryButtonAppearance: string;
|
|
21
|
-
|
|
18
|
+
primaryButtonLabel: string;
|
|
22
19
|
secondaryButtonAppearance: string;
|
|
20
|
+
secondaryButtonLabel: string;
|
|
23
21
|
};
|
|
24
|
-
|
|
25
|
-
imageSrc: any;
|
|
22
|
+
warning: {
|
|
26
23
|
appearance: string;
|
|
27
24
|
title: string;
|
|
28
|
-
|
|
29
|
-
desc: string;
|
|
30
|
-
primaryButtonLabel: string;
|
|
25
|
+
imageSrc: any;
|
|
31
26
|
primaryButtonAppearance: string;
|
|
32
|
-
|
|
27
|
+
primaryButtonLabel: string;
|
|
33
28
|
secondaryButtonAppearance: string;
|
|
29
|
+
secondaryButtonLabel: string;
|
|
34
30
|
};
|
|
35
|
-
|
|
36
|
-
imageSrc: any;
|
|
31
|
+
success: {
|
|
37
32
|
appearance: string;
|
|
38
33
|
title: string;
|
|
39
|
-
code: string;
|
|
40
34
|
desc: string;
|
|
41
|
-
|
|
35
|
+
code: string;
|
|
36
|
+
imageSrc: any;
|
|
42
37
|
primaryButtonAppearance: string;
|
|
43
|
-
|
|
38
|
+
primaryButtonLabel: string;
|
|
44
39
|
secondaryButtonAppearance: string;
|
|
40
|
+
secondaryButtonLabel: string;
|
|
45
41
|
};
|
|
46
42
|
nothingFound: {
|
|
47
|
-
imageSrc: any;
|
|
48
43
|
appearance: string;
|
|
49
44
|
title: string;
|
|
50
|
-
code: string;
|
|
51
45
|
desc: string;
|
|
52
|
-
|
|
46
|
+
code: string;
|
|
47
|
+
imageSrc: any;
|
|
53
48
|
primaryButtonAppearance: string;
|
|
54
|
-
|
|
49
|
+
primaryButtonLabel: string;
|
|
55
50
|
secondaryButtonAppearance: string;
|
|
51
|
+
secondaryButtonLabel: string;
|
|
56
52
|
};
|
|
57
|
-
|
|
58
|
-
imageSrc: any;
|
|
53
|
+
errorNetwork: {
|
|
59
54
|
appearance: string;
|
|
60
55
|
title: string;
|
|
61
|
-
code: string;
|
|
62
56
|
desc: string;
|
|
63
|
-
|
|
57
|
+
code: string;
|
|
58
|
+
imageSrc: any;
|
|
64
59
|
primaryButtonAppearance: string;
|
|
65
|
-
|
|
60
|
+
primaryButtonLabel: string;
|
|
66
61
|
secondaryButtonAppearance: string;
|
|
62
|
+
secondaryButtonLabel: string;
|
|
67
63
|
};
|
|
68
|
-
|
|
69
|
-
imageSrc: any;
|
|
64
|
+
errorRequest: {
|
|
70
65
|
appearance: string;
|
|
71
66
|
title: string;
|
|
72
|
-
code: string;
|
|
73
67
|
desc: string;
|
|
74
|
-
|
|
68
|
+
code: string;
|
|
69
|
+
imageSrc: any;
|
|
75
70
|
primaryButtonAppearance: string;
|
|
71
|
+
primaryButtonLabel: string;
|
|
72
|
+
secondaryButtonAppearance: string;
|
|
76
73
|
secondaryButtonLabel: string;
|
|
77
74
|
};
|
|
78
75
|
};
|
|
@@ -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 };
|