@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.
Files changed (266) hide show
  1. package/dist/Avatar_cjs_mojzcWRL.js +161 -0
  2. package/dist/Avatar_es_BFom0nAS.js +157 -0
  3. package/dist/{Button_cjs_i0Dn1pkl.js → Button_cjs_CZz8OjWi.js} +42 -30
  4. package/dist/{Button_es_CtH5EKJd.js → Button_es_Cn3wtv3M.js} +42 -30
  5. package/dist/ChipsGroup_cjs_Dgskkc1e.js +344 -0
  6. package/dist/{ChipsGroup_es_ayPPUwQ7.js → ChipsGroup_es_BVQ7_n0k.js} +48 -35
  7. package/dist/DatePicker_cjs_Lzrr9Amf.js +182 -0
  8. package/dist/DatePicker_es_D1LvY5RT.js +178 -0
  9. package/dist/Divider_cjs_DrmV2ezS.js +105 -0
  10. package/dist/Divider_es_BiYozVBS.js +101 -0
  11. package/dist/DropdownItem_cjs_rKLdFxSj.js +211 -0
  12. package/dist/DropdownItem_es_B-1qtEa7.js +206 -0
  13. package/dist/Group_cjs_DmfeUcFI.js +59 -0
  14. package/dist/Group_es_BU5k8f5S.js +55 -0
  15. package/dist/{Icon_cjs_Cz6IyOkb.js → Icon_cjs_DpFxIFv5.js} +170 -121
  16. package/dist/{Icon_es_BrwLifge.js → Icon_es_D5eiycFI.js} +170 -121
  17. package/dist/Image_cjs_CBDMUzv_.js +29 -0
  18. package/dist/Image_es_BHec4iVN.js +27 -0
  19. package/dist/{Input_cjs_Du73R-wm.js → Input_cjs_DDi5JVAV.js} +27 -19
  20. package/dist/{Input_es_CiDHjDqJ.js → Input_es_BnCXATnh.js} +27 -19
  21. package/dist/{Label_cjs_DMoaOoHi.js → Label_cjs_C-x9blCL.js} +45 -33
  22. package/dist/{Label_es_SULlg9bL.js → Label_es_DCqpSw_F.js} +45 -33
  23. package/dist/{Link_cjs_C5UsZUiF.js → Link_cjs_qKXVfU8e.js} +43 -30
  24. package/dist/{Link_es_XiqbdwLp.js → Link_es_P2b6ya7P.js} +43 -30
  25. package/dist/Loader_cjs_DIDsIq3J.js +143 -0
  26. package/dist/Loader_es_CmSggwbR.js +139 -0
  27. package/dist/Overlay_cjs_tGA2fU43.js +42 -0
  28. package/dist/Overlay_es_BS7OTFoy.js +38 -0
  29. package/dist/{Scrollbar_cjs_DcKOfcNp.js → Scrollbar_cjs_Cp-7v2Mt.js} +1 -1
  30. package/dist/{Scrollbar_es_CThJeCLF.js → Scrollbar_es_CcMgNvGi.js} +1 -1
  31. package/dist/Text_cjs_BDTjOTVB.js +69 -0
  32. package/dist/Text_es_CnymlElo.js +65 -0
  33. package/dist/cjs/components/Accordion.js +37 -34
  34. package/dist/cjs/components/Avatar.js +5 -6
  35. package/dist/cjs/components/AvatarStack/stories/__mock__.js +1 -1
  36. package/dist/cjs/components/AvatarStack.js +17 -16
  37. package/dist/cjs/components/Badge.js +3 -4
  38. package/dist/cjs/components/Breadcrumbs/stories/__mock__.js +1 -1
  39. package/dist/cjs/components/Breadcrumbs.js +27 -23
  40. package/dist/cjs/components/Button.js +5 -6
  41. package/dist/cjs/components/Cell/stories/__mock__.js +1 -1
  42. package/dist/cjs/components/Cell.js +28 -25
  43. package/dist/cjs/components/Checkbox.js +33 -26
  44. package/dist/cjs/components/Checkmark.js +28 -23
  45. package/dist/cjs/components/Chips/stories/__mock__.js +1 -1
  46. package/dist/cjs/components/Chips.js +4 -5
  47. package/dist/cjs/components/Choice/stories/__mock__.js +2 -2
  48. package/dist/cjs/components/Choice.js +46 -40
  49. package/dist/cjs/components/Code.js +34 -26
  50. package/dist/cjs/components/CookiesWarning.js +23 -23
  51. package/dist/cjs/components/Dadata.js +14 -9
  52. package/dist/cjs/components/DatePeriod.js +32 -30
  53. package/dist/cjs/components/DatePicker.js +8 -9
  54. package/dist/cjs/components/Divider.js +1 -2
  55. package/dist/cjs/components/Dot.js +5 -6
  56. package/dist/cjs/components/Drawer.js +23 -21
  57. package/dist/cjs/components/Dropdown/stories/__mock__.js +6 -6
  58. package/dist/cjs/components/Dropdown.js +5 -6
  59. package/dist/cjs/components/Flex.js +11 -12
  60. package/dist/cjs/components/Grid.js +15 -16
  61. package/dist/cjs/components/Group.js +1 -2
  62. package/dist/cjs/components/HTMLContent.js +5 -6
  63. package/dist/cjs/components/HeroTitle.js +17 -16
  64. package/dist/cjs/components/Icon.js +3 -4
  65. package/dist/cjs/components/Image.js +1 -2
  66. package/dist/cjs/components/Input.js +1 -2
  67. package/dist/cjs/components/InputPassword.js +114 -84
  68. package/dist/cjs/components/Label.js +4 -5
  69. package/dist/cjs/components/Link.js +1 -2
  70. package/dist/cjs/components/List.js +39 -28
  71. package/dist/cjs/components/Loader.js +2 -3
  72. package/dist/cjs/components/Logo.js +10 -11
  73. package/dist/cjs/components/MenuItem.js +36 -33
  74. package/dist/cjs/components/Modal.js +40 -38
  75. package/dist/cjs/components/ModalSheetBottom.js +17 -18
  76. package/dist/cjs/components/Notification/stories/__mock__.js +1 -1
  77. package/dist/cjs/components/Notification.js +31 -24
  78. package/dist/cjs/components/Overlay.js +1 -2
  79. package/dist/cjs/components/Pagination.js +43 -41
  80. package/dist/cjs/components/Radio.js +34 -26
  81. package/dist/cjs/components/RangeSlider.js +8 -9
  82. package/dist/cjs/components/Response/img.js +1 -1
  83. package/dist/cjs/components/Response.js +102 -84
  84. package/dist/cjs/components/SVGContent.js +6 -7
  85. package/dist/cjs/components/ScrollOnDrag/stories/__mock__.js +2 -2
  86. package/dist/cjs/components/ScrollOnDrag.js +7 -8
  87. package/dist/cjs/components/ScrollToView.js +8 -9
  88. package/dist/cjs/components/Scrollbar/stories/__mock__.js +1 -1
  89. package/dist/cjs/components/Scrollbar.js +1 -1
  90. package/dist/cjs/components/Search.js +39 -31
  91. package/dist/cjs/components/Segmented/stories/__mock__.js +23 -10
  92. package/dist/cjs/components/Segmented.js +47 -42
  93. package/dist/cjs/components/Select.js +118 -113
  94. package/dist/cjs/components/Swiper/stories/__mock__.js +3 -3
  95. package/dist/cjs/components/Swiper.js +27 -29
  96. package/dist/cjs/components/Switch.js +33 -26
  97. package/dist/cjs/components/Tab/stories/__mock__.js +1 -1
  98. package/dist/cjs/components/Tab.js +59 -69
  99. package/dist/cjs/components/Text.js +1 -2
  100. package/dist/cjs/components/Textarea.js +26 -18
  101. package/dist/cjs/components/Tile.js +21 -17
  102. package/dist/cjs/components/Title.js +3 -4
  103. package/dist/cjs/components/Tooltip.js +3 -4
  104. package/dist/cjs/components/Video/stories/__mocks__.js +1 -1
  105. package/dist/cjs/components/Video.js +3 -4
  106. package/dist/cjs/components/Warning.js +26 -20
  107. package/dist/cjs/context/Notifications.js +38 -42
  108. package/dist/cjs/context/UIContext.js +19 -17
  109. package/dist/cjs/context/UrlAssetPrefix.js +3 -3
  110. package/dist/cjs/hoc/urlWithAssetPrefix.js +13 -16
  111. package/dist/cjs/hooks/useActiveClasses/useActiveClasses.helpers.js +13 -40
  112. package/dist/cjs/hooks/useActiveClasses/useActiveClasses.interface.js +1 -1
  113. package/dist/cjs/hooks/useActiveClasses/useActiveClasses.js +25 -29
  114. package/dist/cjs/hooks/useAppearanceConfig/useAppearanceConfig.js +13 -15
  115. package/dist/cjs/hooks/useAppearanceConfig.js +0 -1
  116. package/dist/cjs/hooks/useDevicePropsGenerator/useDevicePropsGenerator.js +21 -28
  117. package/dist/cjs/hooks/useDevicePropsGenerator.js +0 -1
  118. package/dist/cjs/hooks/useDeviceTargetClass.js +0 -1
  119. package/dist/cjs/hooks/useStyles/styleAttributes.js +1 -1
  120. package/dist/cjs/hooks/useStyles/useStyles.js +0 -1
  121. package/dist/cjs/hooks/useStyles.js +0 -1
  122. package/dist/cjs/hooks/useViewportFix.js +5 -5
  123. package/dist/cjs/hooks.js +1 -1
  124. package/dist/cjs/utils/setViewportProperty.js +3 -3
  125. package/dist/components/Accordion.js +37 -34
  126. package/dist/components/Avatar.js +5 -6
  127. package/dist/components/AvatarStack/stories/__mock__.js +1 -1
  128. package/dist/components/AvatarStack.js +17 -16
  129. package/dist/components/Badge.js +3 -4
  130. package/dist/components/Breadcrumbs/stories/__mock__.js +1 -1
  131. package/dist/components/Breadcrumbs.js +27 -23
  132. package/dist/components/Button.js +5 -6
  133. package/dist/components/Cell/stories/__mock__.js +1 -1
  134. package/dist/components/Cell.js +28 -25
  135. package/dist/components/Checkbox.js +33 -26
  136. package/dist/components/Checkmark.js +28 -23
  137. package/dist/components/Chips/stories/__mock__.js +1 -1
  138. package/dist/components/Chips.js +4 -5
  139. package/dist/components/Choice/stories/__mock__.js +2 -2
  140. package/dist/components/Choice.js +46 -40
  141. package/dist/components/Code.js +34 -26
  142. package/dist/components/CookiesWarning.js +23 -23
  143. package/dist/components/Dadata.js +14 -9
  144. package/dist/components/DatePeriod.js +32 -30
  145. package/dist/components/DatePicker.js +8 -9
  146. package/dist/components/Divider.js +1 -2
  147. package/dist/components/Dot.js +5 -6
  148. package/dist/components/Drawer.js +23 -21
  149. package/dist/components/Dropdown/stories/__mock__.js +6 -6
  150. package/dist/components/Dropdown.js +5 -6
  151. package/dist/components/Flex.js +11 -12
  152. package/dist/components/Grid.js +15 -16
  153. package/dist/components/Group.js +1 -2
  154. package/dist/components/HTMLContent.js +5 -6
  155. package/dist/components/HeroTitle.js +17 -16
  156. package/dist/components/Icon.js +3 -4
  157. package/dist/components/Image.js +1 -2
  158. package/dist/components/Input.js +1 -2
  159. package/dist/components/InputPassword.js +114 -84
  160. package/dist/components/Label.js +4 -5
  161. package/dist/components/Link.js +1 -2
  162. package/dist/components/List.js +39 -28
  163. package/dist/components/Loader.js +2 -3
  164. package/dist/components/Logo.js +10 -11
  165. package/dist/components/MenuItem.js +36 -33
  166. package/dist/components/Modal.js +40 -38
  167. package/dist/components/ModalSheetBottom.js +17 -18
  168. package/dist/components/Notification/stories/__mock__.js +1 -1
  169. package/dist/components/Notification.js +31 -24
  170. package/dist/components/Overlay.js +1 -2
  171. package/dist/components/Pagination.js +43 -41
  172. package/dist/components/Radio.js +34 -26
  173. package/dist/components/RangeSlider.js +8 -9
  174. package/dist/components/Response/img.js +1 -1
  175. package/dist/components/Response.js +102 -84
  176. package/dist/components/SVGContent.js +6 -7
  177. package/dist/components/ScrollOnDrag/stories/__mock__.js +2 -2
  178. package/dist/components/ScrollOnDrag.js +7 -8
  179. package/dist/components/ScrollToView.js +8 -9
  180. package/dist/components/Scrollbar/stories/__mock__.js +1 -1
  181. package/dist/components/Scrollbar.js +1 -1
  182. package/dist/components/Search.js +39 -31
  183. package/dist/components/Segmented/stories/__mock__.js +23 -10
  184. package/dist/components/Segmented.js +47 -42
  185. package/dist/components/Select.js +118 -113
  186. package/dist/components/Swiper/stories/__mock__.js +3 -3
  187. package/dist/components/Swiper.js +27 -29
  188. package/dist/components/Switch.js +33 -26
  189. package/dist/components/Tab/stories/__mock__.js +1 -1
  190. package/dist/components/Tab.js +59 -69
  191. package/dist/components/Text.js +1 -2
  192. package/dist/components/Textarea.js +26 -18
  193. package/dist/components/Tile.js +21 -17
  194. package/dist/components/Title.js +3 -4
  195. package/dist/components/Tooltip.js +3 -4
  196. package/dist/components/Video/stories/__mocks__.js +1 -1
  197. package/dist/components/Video.js +3 -4
  198. package/dist/components/Warning.js +26 -20
  199. package/dist/context/Notifications.js +38 -42
  200. package/dist/context/UIContext.js +19 -17
  201. package/dist/context/UrlAssetPrefix.js +3 -3
  202. package/dist/css/components/Checkmark/Checkmark.css +2 -0
  203. package/dist/css/components/DatePeriod/DatePeriod.css +3 -0
  204. package/dist/css/components/Input/Input.css +0 -8
  205. package/dist/css/components/InputPassword/InputPassword.css +34 -43
  206. package/dist/css/components/Tile/Tile.css +3 -3
  207. package/dist/hoc/urlWithAssetPrefix.js +13 -16
  208. package/dist/hooks/useActiveClasses/useActiveClasses.helpers.js +13 -40
  209. package/dist/hooks/useActiveClasses/useActiveClasses.interface.js +1 -1
  210. package/dist/hooks/useActiveClasses/useActiveClasses.js +25 -29
  211. package/dist/hooks/useAppearanceConfig/useAppearanceConfig.js +13 -15
  212. package/dist/hooks/useAppearanceConfig.js +0 -1
  213. package/dist/hooks/useDevicePropsGenerator/useDevicePropsGenerator.js +21 -28
  214. package/dist/hooks/useDevicePropsGenerator.js +0 -1
  215. package/dist/hooks/useDeviceTargetClass.js +0 -1
  216. package/dist/hooks/useStyles/styleAttributes.js +1 -1
  217. package/dist/hooks/useStyles/useStyles.js +0 -1
  218. package/dist/hooks/useStyles.js +0 -1
  219. package/dist/hooks/useViewportFix.js +5 -5
  220. package/dist/hooks.js +1 -1
  221. package/dist/types/components/InputPassword/InputPassword.appearance.d.ts +179 -2
  222. package/dist/types/components/InputPassword/appearance/inputPasswordDefault.d.ts +7 -4
  223. package/dist/types/components/InputPassword/appearance/inputPasswordDisabled.d.ts +6 -4
  224. package/dist/types/components/InputPassword/appearance/inputPasswordError.d.ts +6 -4
  225. package/dist/types/components/InputPassword/appearance/inputPasswordRequire.d.ts +6 -4
  226. package/dist/types/components/InputPassword/appearance/inputPasswordShape.d.ts +25 -0
  227. package/dist/types/components/InputPassword/appearance/inputPasswordSize.d.ts +14 -28
  228. package/dist/types/components/InputPassword/appearance/inputPasswordStyle.d.ts +5 -5
  229. package/dist/types/components/InputPassword/appearance/inputPasswordSuccess.d.ts +6 -4
  230. package/dist/types/components/Response/Response.constant.d.ts +32 -35
  231. package/dist/types/components/Response/appearance/responseConfirm.d.ts +1 -0
  232. package/dist/types/components/Response/appearance/responseDanger.d.ts +1 -0
  233. package/dist/types/components/Response/appearance/responseEmpty.d.ts +1 -0
  234. package/dist/types/components/Response/appearance/responseError.d.ts +1 -0
  235. package/dist/types/components/Response/appearance/responseFail.d.ts +1 -0
  236. package/dist/types/components/Response/appearance/responseNothingFound.d.ts +1 -0
  237. package/dist/types/components/Response/appearance/responseRefresh.d.ts +1 -0
  238. package/dist/types/components/Response/appearance/responseSuccess.d.ts +1 -0
  239. package/dist/types/components/Response/appearance/responseUnableLoadData.d.ts +1 -0
  240. package/dist/types/components/Response/appearance/responseWarning.d.ts +1 -0
  241. package/dist/types/components/Select/SelectContainer.d.ts +1 -1
  242. package/dist/types/components/Tab/appearance/tabSize.d.ts +0 -14
  243. package/dist/types/components/Tab/appearance/tabSurface.d.ts +7 -7
  244. package/dist/utils/setViewportProperty.js +3 -3
  245. package/package.json +14 -14
  246. package/dist/Avatar_cjs_kuE0Rueg.js +0 -157
  247. package/dist/Avatar_es_lx7s4Vla.js +0 -153
  248. package/dist/ChipsGroup_cjs_C8L3ZeD_.js +0 -331
  249. package/dist/DatePicker_cjs_DsIAoi01.js +0 -183
  250. package/dist/DatePicker_es_BP5BrEr-.js +0 -179
  251. package/dist/Divider_cjs_DUYtmwn2.js +0 -97
  252. package/dist/Divider_es_CCLBFIx6.js +0 -93
  253. package/dist/DropdownItem_cjs_Bhss6lyM.js +0 -207
  254. package/dist/DropdownItem_es_BXl6lPJx.js +0 -202
  255. package/dist/Group_cjs_CsJ6ICKK.js +0 -59
  256. package/dist/Group_es_DRqIIM9m.js +0 -55
  257. package/dist/Image_cjs_B6YlGx8G.js +0 -28
  258. package/dist/Image_es_BvYo_cHH.js +0 -26
  259. package/dist/Loader_cjs_D3lnxPlI.js +0 -132
  260. package/dist/Loader_es_BUSqFrCd.js +0 -128
  261. package/dist/Overlay_cjs_CcfJYN5o.js +0 -41
  262. package/dist/Overlay_es_DF3DAdxS.js +0 -37
  263. package/dist/Text_cjs_0EINiUq4.js +0 -68
  264. package/dist/Text_es_CwV9rjFD.js +0 -64
  265. package/dist/tslib.es6_cjs_CCZ3TN_7.js +0 -59
  266. package/dist/tslib.es6_es_Bwu1Cn-t.js +0 -56
@@ -1,2 +1,179 @@
1
- import { InputPasswordAppearanceType } from './InputPassword.interface';
2
- export declare const inputPasswordAppearance: InputPasswordAppearanceType;
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
- iconBeforeFill: string;
10
- iconClearFill: string;
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
- iconBeforeFill: string;
20
- iconClearFill: string;
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
- iconBeforeFill: string;
8
- iconClearFill: string;
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
- iconBeforeFill: string;
16
- iconClearFill: string;
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
- iconBeforeFill: string;
8
- iconClearFill: string;
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
- iconBeforeFill: string;
16
- iconClearFill: string;
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
- iconBeforeFill: string;
8
- iconClearFill: string;
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
- iconBeforeFill: string;
16
- iconClearFill: string;
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
- iconAfterFillSize: string;
6
- iconAfterSize: string;
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
- iconAfterFillSize: string;
14
- iconAfterSize: string;
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
- iconAfterFillSize: string;
22
- iconAfterSize: string;
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
- iconAfterFillSize: string;
30
- iconAfterSize: string;
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
- iconAfterFillSize: string;
38
- iconAfterSize: string;
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
- iconAfterFillSize: string;
46
- iconAfterSize: string;
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
- iconAfterFillSize: string;
54
- iconAfterSize: string;
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
- full: {
2
+ solid: {
3
3
  borderColor: string;
4
4
  };
5
- ghost: {
5
+ outlined: {
6
6
  fill: string;
7
+ };
8
+ full: {
7
9
  borderColor: string;
8
10
  };
9
- outlined: {
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
- iconBeforeFill: string;
8
- iconClearFill: string;
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
- iconBeforeFill: string;
16
- iconClearFill: string;
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
- error: {
3
- imageSrc: any;
2
+ empty: {
4
3
  appearance: string;
5
4
  title: string;
6
- code: string;
7
5
  desc: string;
8
- primaryButtonLabel: string;
6
+ code: string;
7
+ imageSrc: any;
9
8
  primaryButtonAppearance: string;
10
- secondaryButtonLabel: string;
11
- secondaryButtonAppearance: string;
9
+ primaryButtonLabel: string;
12
10
  };
13
- errorRequest: {
14
- imageSrc: any;
11
+ error: {
15
12
  appearance: string;
16
13
  title: string;
17
- code: string;
18
14
  desc: string;
19
- primaryButtonLabel: string;
15
+ code: string;
16
+ imageSrc: any;
20
17
  primaryButtonAppearance: string;
21
- secondaryButtonLabel: string;
18
+ primaryButtonLabel: string;
22
19
  secondaryButtonAppearance: string;
20
+ secondaryButtonLabel: string;
23
21
  };
24
- timeout: {
25
- imageSrc: any;
22
+ warning: {
26
23
  appearance: string;
27
24
  title: string;
28
- code: string;
29
- desc: string;
30
- primaryButtonLabel: string;
25
+ imageSrc: any;
31
26
  primaryButtonAppearance: string;
32
- secondaryButtonLabel: string;
27
+ primaryButtonLabel: string;
33
28
  secondaryButtonAppearance: string;
29
+ secondaryButtonLabel: string;
34
30
  };
35
- unableLoadData: {
36
- imageSrc: any;
31
+ success: {
37
32
  appearance: string;
38
33
  title: string;
39
- code: string;
40
34
  desc: string;
41
- primaryButtonLabel: string;
35
+ code: string;
36
+ imageSrc: any;
42
37
  primaryButtonAppearance: string;
43
- secondaryButtonLabel: string;
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
- primaryButtonLabel: string;
46
+ code: string;
47
+ imageSrc: any;
53
48
  primaryButtonAppearance: string;
54
- secondaryButtonLabel: string;
49
+ primaryButtonLabel: string;
55
50
  secondaryButtonAppearance: string;
51
+ secondaryButtonLabel: string;
56
52
  };
57
- empty: {
58
- imageSrc: any;
53
+ errorNetwork: {
59
54
  appearance: string;
60
55
  title: string;
61
- code: string;
62
56
  desc: string;
63
- primaryButtonLabel: string;
57
+ code: string;
58
+ imageSrc: any;
64
59
  primaryButtonAppearance: string;
65
- secondaryButtonLabel: string;
60
+ primaryButtonLabel: string;
66
61
  secondaryButtonAppearance: string;
62
+ secondaryButtonLabel: string;
67
63
  };
68
- success: {
69
- imageSrc: any;
64
+ errorRequest: {
70
65
  appearance: string;
71
66
  title: string;
72
- code: string;
73
67
  desc: string;
74
- primaryButtonLabel: string;
68
+ code: string;
69
+ imageSrc: any;
75
70
  primaryButtonAppearance: string;
71
+ primaryButtonLabel: string;
72
+ secondaryButtonAppearance: string;
76
73
  secondaryButtonLabel: string;
77
74
  };
78
75
  };
@@ -5,6 +5,7 @@ declare const responseAppearanceConfirm: {
5
5
  titleTextSize: string;
6
6
  labelTextColor: string;
7
7
  descTextSize: string;
8
+ imageSrc: any;
8
9
  primaryButtonAppearance: string;
9
10
  secondaryButtonAppearance: string;
10
11
  svgFill: string;
@@ -5,6 +5,7 @@ declare const responseAppearanceDanger: {
5
5
  titleTextSize: string;
6
6
  labelTextColor: string;
7
7
  descTextSize: string;
8
+ imageSrc: any;
8
9
  primaryButtonAppearance: string;
9
10
  secondaryButtonAppearance: string;
10
11
  svgFill: string;
@@ -5,6 +5,7 @@ declare const responseAppearanceEmpty: {
5
5
  titleTextSize: string;
6
6
  labelTextColor: string;
7
7
  descTextSize: string;
8
+ imageSrc: any;
8
9
  primaryButtonAppearance: string;
9
10
  secondaryButtonAppearance: string;
10
11
  svgFill: string;
@@ -5,6 +5,7 @@ declare const responseAppearanceError: {
5
5
  titleTextSize: string;
6
6
  labelTextColor: string;
7
7
  descTextSize: string;
8
+ imageSrc: any;
8
9
  primaryButtonAppearance: string;
9
10
  secondaryButtonAppearance: string;
10
11
  svgFill: string;
@@ -5,6 +5,7 @@ declare const responseAppearanceFail: {
5
5
  titleTextSize: string;
6
6
  labelTextColor: string;
7
7
  descTextSize: string;
8
+ imageSrc: any;
8
9
  primaryButtonAppearance: string;
9
10
  secondaryButtonAppearance: string;
10
11
  svgFill: string;
@@ -5,6 +5,7 @@ declare const responseAppearanceNothingFound: {
5
5
  titleTextSize: string;
6
6
  labelTextColor: string;
7
7
  descTextSize: string;
8
+ imageSrc: any;
8
9
  primaryButtonAppearance: string;
9
10
  secondaryButtonAppearance: string;
10
11
  svgFill: string;
@@ -5,6 +5,7 @@ declare const responseAppearanceRefresh: {
5
5
  titleTextSize: string;
6
6
  labelTextColor: string;
7
7
  descTextSize: string;
8
+ imageSrc: any;
8
9
  primaryButtonAppearance: string;
9
10
  secondaryButtonAppearance: string;
10
11
  svgFill: string;
@@ -5,6 +5,7 @@ declare const responseAppearanceSuccess: {
5
5
  titleTextSize: string;
6
6
  labelTextColor: string;
7
7
  descTextSize: string;
8
+ imageSrc: any;
8
9
  primaryButtonAppearance: string;
9
10
  secondaryButtonAppearance: string;
10
11
  svgFill: string;
@@ -5,6 +5,7 @@ declare const responseAppearanceUnableLoadData: {
5
5
  titleTextSize: string;
6
6
  labelTextColor: string;
7
7
  descTextSize: string;
8
+ imageSrc: any;
8
9
  primaryButtonAppearance: string;
9
10
  secondaryButtonAppearance: string;
10
11
  svgFill: string;
@@ -5,6 +5,7 @@ declare const responseAppearanceWarning: {
5
5
  titleTextSize: string;
6
6
  labelTextColor: string;
7
7
  descTextSize: string;
8
+ imageSrc: any;
8
9
  primaryButtonAppearance: string;
9
10
  secondaryButtonAppearance: string;
10
11
  svgFill: string;
@@ -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 { SelectContainer, selectConfig };
6
+ export { selectConfig, SelectContainer };