@bbodek/internal-ui 0.0.16 → 0.0.17

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 (283) hide show
  1. package/dist/components/Avatar/Avatar.d.ts +4 -0
  2. package/dist/components/Avatar/Avatar.d.ts.map +1 -0
  3. package/dist/components/Avatar/AvatarBase.d.ts +5 -0
  4. package/dist/components/Avatar/AvatarBase.d.ts.map +1 -0
  5. package/dist/components/Avatar/AvatarIcon.d.ts +4 -0
  6. package/dist/components/Avatar/AvatarIcon.d.ts.map +1 -0
  7. package/dist/components/Avatar/AvatarImage.d.ts +4 -0
  8. package/dist/components/Avatar/AvatarImage.d.ts.map +1 -0
  9. package/dist/components/Avatar/constants/index.d.ts +30 -0
  10. package/dist/components/Avatar/constants/index.d.ts.map +1 -0
  11. package/dist/components/Avatar/index.d.ts +4 -0
  12. package/dist/components/Avatar/index.d.ts.map +1 -0
  13. package/dist/components/Avatar/types/index.d.ts +19 -0
  14. package/dist/components/Avatar/types/index.d.ts.map +1 -0
  15. package/dist/components/AvatarGroup/AvatarGroup.d.ts +4 -0
  16. package/dist/components/AvatarGroup/AvatarGroup.d.ts.map +1 -0
  17. package/dist/components/AvatarGroup/constants/index.d.ts +2 -0
  18. package/dist/components/AvatarGroup/constants/index.d.ts.map +1 -0
  19. package/dist/components/AvatarGroup/index.d.ts +4 -0
  20. package/dist/components/AvatarGroup/index.d.ts.map +1 -0
  21. package/dist/components/AvatarGroup/types/index.d.ts +9 -0
  22. package/dist/components/AvatarGroup/types/index.d.ts.map +1 -0
  23. package/dist/components/BottomSheet/ConfirmBottomSheet/ConfirmBottomSheet.d.ts +1 -1
  24. package/dist/components/BottomSheet/ConfirmBottomSheet/ConfirmBottomSheet.d.ts.map +1 -1
  25. package/dist/components/BottomSheet/InfoBottomSheet/InfoBottomSheet.d.ts +1 -1
  26. package/dist/components/BottomSheet/InfoBottomSheet/InfoBottomSheet.d.ts.map +1 -1
  27. package/dist/components/BottomSheet/shared/BottomSheet.d.ts +2 -2
  28. package/dist/components/BottomSheet/shared/BottomSheet.d.ts.map +1 -1
  29. package/dist/components/BottomSheet/shared/BottomSheetContentWrapper.d.ts +1 -1
  30. package/dist/components/BottomSheet/shared/BottomSheetContentWrapper.d.ts.map +1 -1
  31. package/dist/components/BottomSheet/shared/BottomSheetFooter.d.ts +1 -1
  32. package/dist/components/BottomSheet/shared/BottomSheetFooter.d.ts.map +1 -1
  33. package/dist/components/BottomSheet/shared/types/index.d.ts +2 -3
  34. package/dist/components/BottomSheet/shared/types/index.d.ts.map +1 -1
  35. package/dist/components/Button/IconButton/IconButton.d.ts +1 -1
  36. package/dist/components/Button/IconButton/IconButton.d.ts.map +1 -1
  37. package/dist/components/Button/IconButton/constants/index.d.ts +3 -2
  38. package/dist/components/Button/IconButton/constants/index.d.ts.map +1 -1
  39. package/dist/components/Button/IconButton/types/index.d.ts +3 -1
  40. package/dist/components/Button/IconButton/types/index.d.ts.map +1 -1
  41. package/dist/components/Button/shared/constants/index.d.ts +3 -0
  42. package/dist/components/Button/shared/constants/index.d.ts.map +1 -1
  43. package/dist/components/Dialog/FormDialog/FormDialog.d.ts +1 -1
  44. package/dist/components/Dialog/FormDialog/FormDialog.d.ts.map +1 -1
  45. package/dist/components/Dialog/InfoDialog/InfoDialog.d.ts +1 -1
  46. package/dist/components/Dialog/InfoDialog/InfoDialog.d.ts.map +1 -1
  47. package/dist/components/Dialog/InfoDialog/types/index.d.ts +2 -2
  48. package/dist/components/Dialog/InfoDialog/types/index.d.ts.map +1 -1
  49. package/dist/components/Dialog/shared/Dialog.d.ts +2 -2
  50. package/dist/components/Dialog/shared/Dialog.d.ts.map +1 -1
  51. package/dist/components/Dialog/shared/DialogContentWrapper.d.ts +1 -1
  52. package/dist/components/Dialog/shared/DialogContentWrapper.d.ts.map +1 -1
  53. package/dist/components/Dialog/shared/DialogFooter.d.ts +1 -1
  54. package/dist/components/Dialog/shared/DialogFooter.d.ts.map +1 -1
  55. package/dist/components/Dialog/shared/DialogHeader.d.ts.map +1 -1
  56. package/dist/components/Dialog/shared/types/index.d.ts +2 -2
  57. package/dist/components/Dialog/shared/types/index.d.ts.map +1 -1
  58. package/dist/components/FullScreenDialog/FormFullScreenDialog/FormFullScreenDialog.d.ts +1 -1
  59. package/dist/components/FullScreenDialog/FormFullScreenDialog/FormFullScreenDialog.d.ts.map +1 -1
  60. package/dist/components/FullScreenDialog/InfoFullScreenDialog/InfoFullScreenDialog.d.ts +1 -1
  61. package/dist/components/FullScreenDialog/InfoFullScreenDialog/InfoFullScreenDialog.d.ts.map +1 -1
  62. package/dist/components/FullScreenDialog/InfoFullScreenDialog/types/index.d.ts +2 -2
  63. package/dist/components/FullScreenDialog/InfoFullScreenDialog/types/index.d.ts.map +1 -1
  64. package/dist/components/FullScreenDialog/shared/FullScreenDialog.d.ts +1 -1
  65. package/dist/components/FullScreenDialog/shared/FullScreenDialog.d.ts.map +1 -1
  66. package/dist/components/FullScreenDialog/shared/FullScreenDialogContentWrapper.d.ts +1 -1
  67. package/dist/components/FullScreenDialog/shared/FullScreenDialogContentWrapper.d.ts.map +1 -1
  68. package/dist/components/FullScreenDialog/shared/types/index.d.ts +2 -2
  69. package/dist/components/FullScreenDialog/shared/types/index.d.ts.map +1 -1
  70. package/dist/components/Icon/Icon.d.ts.map +1 -1
  71. package/dist/components/Input/InputField/InputField.d.ts +1 -1
  72. package/dist/components/Input/InputField/InputField.d.ts.map +1 -1
  73. package/dist/components/Input/InputField/types/index.d.ts +1 -1
  74. package/dist/components/Input/InputField/types/index.d.ts.map +1 -1
  75. package/dist/components/Input/InputPassword/InputPassword.d.ts +1 -1
  76. package/dist/components/Input/InputPassword/InputPassword.d.ts.map +1 -1
  77. package/dist/components/Input/InputSearch/InputSearch.d.ts +1 -1
  78. package/dist/components/Input/InputSearch/InputSearch.d.ts.map +1 -1
  79. package/dist/components/Input/TextArea/TextArea.d.ts +1 -1
  80. package/dist/components/Input/TextArea/TextArea.d.ts.map +1 -1
  81. package/dist/components/Input/TextArea/types/index.d.ts +1 -1
  82. package/dist/components/Input/TextArea/types/index.d.ts.map +1 -1
  83. package/dist/components/Input/shared/Input.d.ts.map +1 -1
  84. package/dist/components/Input/shared/InputBase.d.ts +1 -1
  85. package/dist/components/Input/shared/InputBase.d.ts.map +1 -1
  86. package/dist/components/Input/shared/InputIconButton.d.ts +1 -1
  87. package/dist/components/Input/shared/InputIconButton.d.ts.map +1 -1
  88. package/dist/components/Input/shared/constants/index.d.ts +0 -14
  89. package/dist/components/Input/shared/constants/index.d.ts.map +1 -1
  90. package/dist/components/Input/shared/context/InputContext.d.ts +7 -0
  91. package/dist/components/Input/shared/context/InputContext.d.ts.map +1 -0
  92. package/dist/components/Input/shared/types/index.d.ts +13 -10
  93. package/dist/components/Input/shared/types/index.d.ts.map +1 -1
  94. package/dist/components/Modal/ConfirmModal/ConfirmModal.d.ts +1 -1
  95. package/dist/components/Modal/ConfirmModal/ConfirmModal.d.ts.map +1 -1
  96. package/dist/components/Modal/InfoModal/InfoModal.d.ts +1 -1
  97. package/dist/components/Modal/InfoModal/InfoModal.d.ts.map +1 -1
  98. package/dist/components/Modal/shared/Modal.d.ts +2 -1
  99. package/dist/components/Modal/shared/Modal.d.ts.map +1 -1
  100. package/dist/components/Modal/shared/ModalContentWrapper.d.ts +5 -0
  101. package/dist/components/Modal/shared/ModalContentWrapper.d.ts.map +1 -0
  102. package/dist/components/Modal/shared/ModalFooter.d.ts +1 -1
  103. package/dist/components/Modal/shared/ModalFooter.d.ts.map +1 -1
  104. package/dist/components/Modal/shared/types/index.d.ts +3 -1
  105. package/dist/components/Modal/shared/types/index.d.ts.map +1 -1
  106. package/dist/components/Persona/Persona.d.ts +4 -0
  107. package/dist/components/Persona/Persona.d.ts.map +1 -0
  108. package/dist/components/Persona/PersonaProfile.d.ts +4 -0
  109. package/dist/components/Persona/PersonaProfile.d.ts.map +1 -0
  110. package/dist/components/Persona/constants/index.d.ts +47 -0
  111. package/dist/components/Persona/constants/index.d.ts.map +1 -0
  112. package/dist/components/Persona/index.d.ts +5 -0
  113. package/dist/components/Persona/index.d.ts.map +1 -0
  114. package/dist/components/Persona/types/index.d.ts +11 -0
  115. package/dist/components/Persona/types/index.d.ts.map +1 -0
  116. package/dist/components/Popover/Popover/Popover.d.ts +2 -1
  117. package/dist/components/Popover/Popover/Popover.d.ts.map +1 -1
  118. package/dist/components/Popover/Popover/hooks/usePopover.d.ts.map +1 -1
  119. package/dist/components/Popover/Popover/types/index.d.ts +0 -1
  120. package/dist/components/Popover/Popover/types/index.d.ts.map +1 -1
  121. package/dist/components/Select/Single/SearchSelect/SearchSelect.d.ts +10 -0
  122. package/dist/components/Select/Single/SearchSelect/SearchSelect.d.ts.map +1 -0
  123. package/dist/components/Select/Single/SearchSelect/SearchSelectItem.d.ts +6 -0
  124. package/dist/components/Select/Single/SearchSelect/SearchSelectItem.d.ts.map +1 -0
  125. package/dist/components/Select/Single/SearchSelect/index.d.ts +3 -0
  126. package/dist/components/Select/Single/SearchSelect/index.d.ts.map +1 -0
  127. package/dist/components/Select/Single/SearchSelect/types/index.d.ts +8 -0
  128. package/dist/components/Select/Single/SearchSelect/types/index.d.ts.map +1 -0
  129. package/dist/components/Select/Single/Select/Select.d.ts +10 -0
  130. package/dist/components/Select/Single/Select/Select.d.ts.map +1 -0
  131. package/dist/components/Select/Single/Select/SelectItem.d.ts +6 -0
  132. package/dist/components/Select/Single/Select/SelectItem.d.ts.map +1 -0
  133. package/dist/components/Select/Single/Select/index.d.ts +3 -0
  134. package/dist/components/Select/Single/Select/index.d.ts.map +1 -0
  135. package/dist/components/Select/Single/Select/types/index.d.ts +6 -0
  136. package/dist/components/Select/Single/Select/types/index.d.ts.map +1 -0
  137. package/dist/components/Select/Single/index.d.ts +4 -0
  138. package/dist/components/Select/Single/index.d.ts.map +1 -0
  139. package/dist/components/Select/Single/shared/SingleSelectBase.d.ts +5 -0
  140. package/dist/components/Select/Single/shared/SingleSelectBase.d.ts.map +1 -0
  141. package/dist/components/Select/Single/shared/SingleSelectBaseItem.d.ts +5 -0
  142. package/dist/components/Select/Single/shared/SingleSelectBaseItem.d.ts.map +1 -0
  143. package/dist/components/Select/Single/shared/SingleSelectBaseList.d.ts +4 -0
  144. package/dist/components/Select/Single/shared/SingleSelectBaseList.d.ts.map +1 -0
  145. package/dist/components/Select/Single/shared/SingleSelectBaseTrigger.d.ts +4 -0
  146. package/dist/components/Select/Single/shared/SingleSelectBaseTrigger.d.ts.map +1 -0
  147. package/dist/components/Select/Single/shared/context/SingleSelectListContext.d.ts +5 -0
  148. package/dist/components/Select/Single/shared/context/SingleSelectListContext.d.ts.map +1 -0
  149. package/dist/components/Select/Single/shared/context/index.d.ts +2 -0
  150. package/dist/components/Select/Single/shared/context/index.d.ts.map +1 -0
  151. package/dist/components/Select/Single/shared/index.d.ts +6 -0
  152. package/dist/components/Select/Single/shared/index.d.ts.map +1 -0
  153. package/dist/components/Select/Single/shared/types/index.d.ts +25 -0
  154. package/dist/components/Select/Single/shared/types/index.d.ts.map +1 -0
  155. package/dist/components/Select/index.d.ts +4 -0
  156. package/dist/components/Select/index.d.ts.map +1 -0
  157. package/dist/components/Select/shared/SelectBase.d.ts +10 -0
  158. package/dist/components/Select/shared/SelectBase.d.ts.map +1 -0
  159. package/dist/components/Select/shared/SelectBaseFeedback.d.ts +5 -0
  160. package/dist/components/Select/shared/SelectBaseFeedback.d.ts.map +1 -0
  161. package/dist/components/Select/shared/SelectBaseItem.d.ts +5 -0
  162. package/dist/components/Select/shared/SelectBaseItem.d.ts.map +1 -0
  163. package/dist/components/Select/shared/SelectBaseLabel.d.ts +5 -0
  164. package/dist/components/Select/shared/SelectBaseLabel.d.ts.map +1 -0
  165. package/dist/components/Select/shared/SelectBaseListEmpty.d.ts +3 -0
  166. package/dist/components/Select/shared/SelectBaseListEmpty.d.ts.map +1 -0
  167. package/dist/components/Select/shared/SelectBasePopoverWrapper.d.ts +5 -0
  168. package/dist/components/Select/shared/SelectBasePopoverWrapper.d.ts.map +1 -0
  169. package/dist/components/Select/shared/SelectBaseTriggerWrapper.d.ts +5 -0
  170. package/dist/components/Select/shared/SelectBaseTriggerWrapper.d.ts.map +1 -0
  171. package/dist/components/Select/shared/constants/index.d.ts +6 -0
  172. package/dist/components/Select/shared/constants/index.d.ts.map +1 -0
  173. package/dist/components/Select/shared/context/SelectLabelContext.d.ts +5 -0
  174. package/dist/components/Select/shared/context/SelectLabelContext.d.ts.map +1 -0
  175. package/dist/components/Select/shared/context/SelectTriggerContext.d.ts +5 -0
  176. package/dist/components/Select/shared/context/SelectTriggerContext.d.ts.map +1 -0
  177. package/dist/components/Select/shared/context/index.d.ts +3 -0
  178. package/dist/components/Select/shared/context/index.d.ts.map +1 -0
  179. package/dist/components/Select/shared/index.d.ts +7 -0
  180. package/dist/components/Select/shared/index.d.ts.map +1 -0
  181. package/dist/components/Select/shared/types/index.d.ts +48 -0
  182. package/dist/components/Select/shared/types/index.d.ts.map +1 -0
  183. package/dist/components/Table/Table.d.ts +21 -0
  184. package/dist/components/Table/Table.d.ts.map +1 -0
  185. package/dist/components/Table/TableBody.d.ts +5 -0
  186. package/dist/components/Table/TableBody.d.ts.map +1 -0
  187. package/dist/components/Table/TableBodyEmpty.d.ts +3 -0
  188. package/dist/components/Table/TableBodyEmpty.d.ts.map +1 -0
  189. package/dist/components/Table/TableCell.d.ts +12 -0
  190. package/dist/components/Table/TableCell.d.ts.map +1 -0
  191. package/dist/components/Table/TableCellButton.d.ts +4 -0
  192. package/dist/components/Table/TableCellButton.d.ts.map +1 -0
  193. package/dist/components/Table/TableCellCheckbox.d.ts +4 -0
  194. package/dist/components/Table/TableCellCheckbox.d.ts.map +1 -0
  195. package/dist/components/Table/TableCellIconButton.d.ts +4 -0
  196. package/dist/components/Table/TableCellIconButton.d.ts.map +1 -0
  197. package/dist/components/Table/TableCellPersona.d.ts +4 -0
  198. package/dist/components/Table/TableCellPersona.d.ts.map +1 -0
  199. package/dist/components/Table/TableCellToggle.d.ts +4 -0
  200. package/dist/components/Table/TableCellToggle.d.ts.map +1 -0
  201. package/dist/components/Table/TableHead.d.ts +5 -0
  202. package/dist/components/Table/TableHead.d.ts.map +1 -0
  203. package/dist/components/Table/TableInputCell.d.ts +4 -0
  204. package/dist/components/Table/TableInputCell.d.ts.map +1 -0
  205. package/dist/components/Table/TableRow.d.ts +4 -0
  206. package/dist/components/Table/TableRow.d.ts.map +1 -0
  207. package/dist/components/Table/constants/index.d.ts +36 -0
  208. package/dist/components/Table/constants/index.d.ts.map +1 -0
  209. package/dist/components/Table/index.d.ts +12 -0
  210. package/dist/components/Table/index.d.ts.map +1 -0
  211. package/dist/components/Table/types/index.d.ts +30 -0
  212. package/dist/components/Table/types/index.d.ts.map +1 -0
  213. package/dist/components/Toggle/Toggle.d.ts +1 -1
  214. package/dist/components/Toggle/Toggle.d.ts.map +1 -1
  215. package/dist/components/Toggle/ToggleLabel.d.ts +1 -1
  216. package/dist/components/Toggle/ToggleLabel.d.ts.map +1 -1
  217. package/dist/components/Toggle/constants/index.d.ts +1 -1
  218. package/dist/components/Toggle/types/index.d.ts +6 -2
  219. package/dist/components/Toggle/types/index.d.ts.map +1 -1
  220. package/dist/components/Tooltip/Tooltip.d.ts +1 -1
  221. package/dist/components/Tooltip/Tooltip.d.ts.map +1 -1
  222. package/dist/components/Tooltip/hooks/effects/useUpdateIsOpenEffect.d.ts +3 -0
  223. package/dist/components/Tooltip/hooks/effects/useUpdateIsOpenEffect.d.ts.map +1 -0
  224. package/dist/components/Tooltip/types/index.d.ts +6 -2
  225. package/dist/components/Tooltip/types/index.d.ts.map +1 -1
  226. package/dist/components/Typography/Typography.d.ts +1 -1
  227. package/dist/components/Typography/Typography.d.ts.map +1 -1
  228. package/dist/components/Typography/types/index.d.ts +2 -1
  229. package/dist/components/Typography/types/index.d.ts.map +1 -1
  230. package/dist/components/index.d.ts +5 -0
  231. package/dist/components/index.d.ts.map +1 -1
  232. package/dist/components/shared/components/DialogOverlay/index.d.ts +0 -2
  233. package/dist/components/shared/components/DialogOverlay/index.d.ts.map +1 -1
  234. package/dist/components/shared/components/DialogOverlay/types/index.d.ts +2 -6
  235. package/dist/components/shared/components/DialogOverlay/types/index.d.ts.map +1 -1
  236. package/dist/components/shared/components/InputFeedback/InputFeedback.d.ts +4 -0
  237. package/dist/components/shared/components/InputFeedback/InputFeedback.d.ts.map +1 -0
  238. package/dist/components/shared/components/InputFeedback/constants/index.d.ts +8 -0
  239. package/dist/components/shared/components/InputFeedback/constants/index.d.ts.map +1 -0
  240. package/dist/components/shared/components/InputFeedback/index.d.ts +3 -0
  241. package/dist/components/shared/components/InputFeedback/index.d.ts.map +1 -0
  242. package/dist/components/shared/components/InputFeedback/types/index.d.ts +8 -0
  243. package/dist/components/shared/components/InputFeedback/types/index.d.ts.map +1 -0
  244. package/dist/components/shared/components/InputLabel/InputLabel.d.ts +5 -0
  245. package/dist/components/shared/components/InputLabel/InputLabel.d.ts.map +1 -0
  246. package/dist/components/shared/components/InputLabel/index.d.ts +3 -0
  247. package/dist/components/shared/components/InputLabel/index.d.ts.map +1 -0
  248. package/dist/components/shared/components/InputLabel/types/index.d.ts +6 -0
  249. package/dist/components/shared/components/InputLabel/types/index.d.ts.map +1 -0
  250. package/dist/components/shared/components/InputTriggerWrapper/InputTriggerWrapper.d.ts +5 -0
  251. package/dist/components/shared/components/InputTriggerWrapper/InputTriggerWrapper.d.ts.map +1 -0
  252. package/dist/components/shared/components/InputTriggerWrapper/constants/index.d.ts +18 -0
  253. package/dist/components/shared/components/InputTriggerWrapper/constants/index.d.ts.map +1 -0
  254. package/dist/components/shared/components/InputTriggerWrapper/index.d.ts +4 -0
  255. package/dist/components/shared/components/InputTriggerWrapper/index.d.ts.map +1 -0
  256. package/dist/components/shared/components/InputTriggerWrapper/types/index.d.ts +10 -0
  257. package/dist/components/shared/components/InputTriggerWrapper/types/index.d.ts.map +1 -0
  258. package/dist/components/shared/components/Overlay/Overlay.d.ts +5 -1
  259. package/dist/components/shared/components/Overlay/Overlay.d.ts.map +1 -1
  260. package/dist/components/shared/components/Overlay/OverlayContentWrapper.d.ts +5 -0
  261. package/dist/components/shared/components/Overlay/OverlayContentWrapper.d.ts.map +1 -0
  262. package/dist/components/shared/components/Overlay/OverlayFooter.d.ts +1 -1
  263. package/dist/components/shared/components/Overlay/OverlayFooter.d.ts.map +1 -1
  264. package/dist/components/shared/components/Overlay/OverlayHeader.d.ts +5 -0
  265. package/dist/components/shared/components/Overlay/OverlayHeader.d.ts.map +1 -0
  266. package/dist/components/shared/components/Overlay/OverlayLoading.d.ts +3 -0
  267. package/dist/components/shared/components/Overlay/OverlayLoading.d.ts.map +1 -0
  268. package/dist/components/shared/components/Overlay/constants/index.d.ts +4 -0
  269. package/dist/components/shared/components/Overlay/constants/index.d.ts.map +1 -1
  270. package/dist/components/shared/components/Overlay/index.d.ts +2 -0
  271. package/dist/components/shared/components/Overlay/index.d.ts.map +1 -1
  272. package/dist/components/shared/components/Overlay/types/index.d.ts +10 -2
  273. package/dist/components/shared/components/Overlay/types/index.d.ts.map +1 -1
  274. package/dist/components/shared/components/index.d.ts +3 -0
  275. package/dist/components/shared/components/index.d.ts.map +1 -1
  276. package/dist/index.es.js +1 -1
  277. package/dist/index.es.js.map +1 -1
  278. package/package.json +2 -3
  279. package/src/styles/theme.css +1 -0
  280. package/dist/components/shared/components/DialogOverlay/DialogOverlayContentWrapper.d.ts +0 -5
  281. package/dist/components/shared/components/DialogOverlay/DialogOverlayContentWrapper.d.ts.map +0 -1
  282. package/dist/components/shared/components/DialogOverlay/constants/index.d.ts +0 -5
  283. package/dist/components/shared/components/DialogOverlay/constants/index.d.ts.map +0 -1
@@ -1,4 +1,4 @@
1
1
  import { InputPasswordProps } from '../../../components/Input/InputPassword/types';
2
- declare const InputPassword: ({ label, feedback, badge, error, required, rootClassName, value, name, rules, autoComplete, disabled, readOnly, onChange, regCallback, ...rest }: InputPasswordProps) => import("react/jsx-runtime").JSX.Element;
2
+ declare const InputPassword: ({ label, feedback, badge, isError, required, rootClassName, value, name, rules, autoComplete, disabled, readOnly, onChange, regCallback, ...rest }: InputPasswordProps) => import("react/jsx-runtime").JSX.Element;
3
3
  export default InputPassword;
4
4
  //# sourceMappingURL=InputPassword.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"InputPassword.d.ts","sourceRoot":"","sources":["../../../../src/components/Input/InputPassword/InputPassword.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,kBAAkB,EAAE,MAAM,wCAAwC,CAAC;AAK5E,QAAA,MAAM,aAAa,GAAI,kJAgBpB,kBAAkB,4CAsDpB,CAAC;AAEF,eAAe,aAAa,CAAC"}
1
+ {"version":3,"file":"InputPassword.d.ts","sourceRoot":"","sources":["../../../../src/components/Input/InputPassword/InputPassword.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,kBAAkB,EAAE,MAAM,wCAAwC,CAAC;AAK5E,QAAA,MAAM,aAAa,GAAI,oJAgBpB,kBAAkB,4CAsDpB,CAAC;AAEF,eAAe,aAAa,CAAC"}
@@ -1,4 +1,4 @@
1
1
  import { InputSearchProps } from '../../../components/Input/InputSearch/types';
2
- declare const InputSearch: ({ label, feedback, badge, error, required, rootClassName, value, name, autoComplete, disabled, readOnly, onChange, regCallback, onSubmit, ...rest }: InputSearchProps) => import("react/jsx-runtime").JSX.Element;
2
+ declare const InputSearch: ({ label, feedback, badge, isError, required, rootClassName, value, name, autoComplete, disabled, readOnly, onChange, regCallback, onSubmit, ...rest }: InputSearchProps) => import("react/jsx-runtime").JSX.Element;
3
3
  export default InputSearch;
4
4
  //# sourceMappingURL=InputSearch.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"InputSearch.d.ts","sourceRoot":"","sources":["../../../../src/components/Input/InputSearch/InputSearch.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,gBAAgB,EAAE,MAAM,sCAAsC,CAAC;AAKxE,QAAA,MAAM,WAAW,GAAI,qJAgBlB,gBAAgB,4CAwDlB,CAAC;AAEF,eAAe,WAAW,CAAC"}
1
+ {"version":3,"file":"InputSearch.d.ts","sourceRoot":"","sources":["../../../../src/components/Input/InputSearch/InputSearch.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,gBAAgB,EAAE,MAAM,sCAAsC,CAAC;AAMxE,QAAA,MAAM,WAAW,GAAI,uJAgBlB,gBAAgB,4CAwDlB,CAAC;AAEF,eAAe,WAAW,CAAC"}
@@ -1,4 +1,4 @@
1
1
  import { TextAreaProps } from '../../../components/Input/TextArea/types';
2
- declare const TextArea: ({ label, feedback, badge, error, required, rootClassName, value, name, onChange, regCallback, className, disabled, readOnly, maxLength, ...rest }: TextAreaProps) => import("react/jsx-runtime").JSX.Element;
2
+ declare const TextArea: ({ label, feedback, badge, isError, required, rootClassName, value, name, onChange, regCallback, className, disabled, readOnly, maxLength, ...rest }: TextAreaProps) => import("react/jsx-runtime").JSX.Element;
3
3
  export default TextArea;
4
4
  //# sourceMappingURL=TextArea.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"TextArea.d.ts","sourceRoot":"","sources":["../../../../src/components/Input/TextArea/TextArea.tsx"],"names":[],"mappings":"AAOA,OAAO,EAAE,aAAa,EAAE,MAAM,mCAAmC,CAAC;AAGlE,QAAA,MAAM,QAAQ,GAAI,mJAgBf,aAAa,4CA8Df,CAAC;AAEF,eAAe,QAAQ,CAAC"}
1
+ {"version":3,"file":"TextArea.d.ts","sourceRoot":"","sources":["../../../../src/components/Input/TextArea/TextArea.tsx"],"names":[],"mappings":"AAOA,OAAO,EAAE,aAAa,EAAE,MAAM,mCAAmC,CAAC;AAIlE,QAAA,MAAM,QAAQ,GAAI,qJAgBf,aAAa,4CA8Df,CAAC;AAEF,eAAe,QAAQ,CAAC"}
@@ -1,6 +1,6 @@
1
1
  import { INPUT_ELEMENTS } from '../../../../components/Input/shared';
2
2
  import { InputBaseProps, InputProps, UseInputChangeProps } from '../../../../components/Input/shared/types';
3
- export interface TextAreaProps extends Pick<InputBaseProps, 'label' | 'feedback' | 'error' | 'required' | 'badge'>, Pick<InputProps<typeof INPUT_ELEMENTS.TEXTAREA, HTMLTextAreaElement>, 'id' | 'required' | 'value' | 'className' | 'placeholder' | 'disabled' | 'readOnly' | 'name' | 'autoComplete' | 'onChange' | 'ref' | 'inputClassName'>, Pick<UseInputChangeProps<typeof INPUT_ELEMENTS.TEXTAREA, HTMLTextAreaElement>, 'regCallback'> {
3
+ export interface TextAreaProps extends Pick<InputBaseProps, 'label' | 'feedback' | 'isError' | 'required' | 'badge'>, Pick<InputProps<typeof INPUT_ELEMENTS.TEXTAREA, HTMLTextAreaElement>, 'id' | 'required' | 'value' | 'className' | 'placeholder' | 'disabled' | 'readOnly' | 'name' | 'autoComplete' | 'onChange' | 'ref' | 'inputClassName'>, Pick<UseInputChangeProps<typeof INPUT_ELEMENTS.TEXTAREA, HTMLTextAreaElement>, 'regCallback'> {
4
4
  rootClassName?: InputBaseProps['className'];
5
5
  maxLength?: number;
6
6
  }
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/Input/TextArea/types/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAC3D,OAAO,EACL,cAAc,EACd,UAAU,EACV,mBAAmB,EACpB,MAAM,iCAAiC,CAAC;AAEzC,MAAM,WAAW,aACf,SAAQ,IAAI,CACR,cAAc,EACd,OAAO,GAAG,UAAU,GAAG,OAAO,GAAG,UAAU,GAAG,OAAO,CACtD,EACD,IAAI,CACF,UAAU,CAAC,OAAO,cAAc,CAAC,QAAQ,EAAE,mBAAmB,CAAC,EAC7D,IAAI,GACJ,UAAU,GACV,OAAO,GACP,WAAW,GACX,aAAa,GACb,UAAU,GACV,UAAU,GACV,MAAM,GACN,cAAc,GACd,UAAU,GACV,KAAK,GACL,gBAAgB,CACnB,EACD,IAAI,CACF,mBAAmB,CAAC,OAAO,cAAc,CAAC,QAAQ,EAAE,mBAAmB,CAAC,EACxE,aAAa,CACd;IACH,aAAa,CAAC,EAAE,cAAc,CAAC,WAAW,CAAC,CAAC;IAC5C,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/Input/TextArea/types/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAC3D,OAAO,EACL,cAAc,EACd,UAAU,EACV,mBAAmB,EACpB,MAAM,iCAAiC,CAAC;AAEzC,MAAM,WAAW,aACf,SAAQ,IAAI,CACR,cAAc,EACd,OAAO,GAAG,UAAU,GAAG,SAAS,GAAG,UAAU,GAAG,OAAO,CACxD,EACD,IAAI,CACF,UAAU,CAAC,OAAO,cAAc,CAAC,QAAQ,EAAE,mBAAmB,CAAC,EAC7D,IAAI,GACJ,UAAU,GACV,OAAO,GACP,WAAW,GACX,aAAa,GACb,UAAU,GACV,UAAU,GACV,MAAM,GACN,cAAc,GACd,UAAU,GACV,KAAK,GACL,gBAAgB,CACnB,EACD,IAAI,CACF,mBAAmB,CAAC,OAAO,cAAc,CAAC,QAAQ,EAAE,mBAAmB,CAAC,EACxE,aAAa,CACd;IACH,aAAa,CAAC,EAAE,cAAc,CAAC,WAAW,CAAC,CAAC;IAC5C,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB"}
@@ -1 +1 @@
1
- {"version":3,"file":"Input.d.ts","sourceRoot":"","sources":["../../../../src/components/Input/shared/Input.tsx"],"names":[],"mappings":"AAYA,OAAO,EACL,YAAY,EACZ,gBAAgB,EAChB,UAAU,EACX,MAAM,iCAAiC,CAAC;AAMzC,QAAA,MAAM,KAAK,GAAI,CAAC,SAAS,gBAAgB,EAAE,CAAC,SAAS,YAAY,CAAC,CAAC,CAAC,EAAE,qJAgBnE,UAAU,CAAC,CAAC,EAAE,CAAC,CAAC,4CAoElB,CAAC;AAEF,eAAe,KAAK,CAAC"}
1
+ {"version":3,"file":"Input.d.ts","sourceRoot":"","sources":["../../../../src/components/Input/shared/Input.tsx"],"names":[],"mappings":"AAUA,OAAO,EACL,YAAY,EACZ,gBAAgB,EAChB,UAAU,EACX,MAAM,iCAAiC,CAAC;AAOzC,QAAA,MAAM,KAAK,GAAI,CAAC,SAAS,gBAAgB,EAAE,CAAC,SAAS,YAAY,CAAC,CAAC,CAAC,EAAE,qJAgBnE,UAAU,CAAC,CAAC,EAAE,CAAC,CAAC,4CAsElB,CAAC;AAEF,eAAe,KAAK,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import { PropsWithChildren } from 'react';
2
2
  import { InputBaseProps } from '../../../components/Input/shared/types';
3
- declare const InputBase: ({ id, value, label, feedback, error, required, badge, children, className, onSubmit, }: PropsWithChildren<InputBaseProps>) => import("react/jsx-runtime").JSX.Element;
3
+ declare const InputBase: ({ id, value, label, feedback, isError, required, badge, children, className, onSubmit, }: PropsWithChildren<InputBaseProps>) => import("react/jsx-runtime").JSX.Element;
4
4
  export default InputBase;
5
5
  //# sourceMappingURL=InputBase.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"InputBase.d.ts","sourceRoot":"","sources":["../../../../src/components/Input/shared/InputBase.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAG1C,OAAO,EAAE,cAAc,EAAE,MAAM,iCAAiC,CAAC;AAGjE,QAAA,MAAM,SAAS,GAAI,wFAWhB,iBAAiB,CAAC,cAAc,CAAC,4CA8DnC,CAAC;AAEF,eAAe,SAAS,CAAC"}
1
+ {"version":3,"file":"InputBase.d.ts","sourceRoot":"","sources":["../../../../src/components/Input/shared/InputBase.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,iBAAiB,EAAS,MAAM,OAAO,CAAC;AAEjD,OAAO,EAAE,cAAc,EAAE,MAAM,iCAAiC,CAAC;AAIjE,QAAA,MAAM,SAAS,GAAI,0FAWhB,iBAAiB,CAAC,cAAc,CAAC,4CAgDnC,CAAC;AAEF,eAAe,SAAS,CAAC"}
@@ -1,4 +1,4 @@
1
1
  import { InputIconButtonProps } from '../../../components/Input/shared/types';
2
- declare const InputIconButton: ({ type, iconKey, weight, disabled, ariaLabel, onClick, }: InputIconButtonProps) => import("react/jsx-runtime").JSX.Element;
2
+ declare const InputIconButton: ({ type, iconKey, weight, disabled, ariaLabel, className, onClick, }: InputIconButtonProps) => import("react/jsx-runtime").JSX.Element;
3
3
  export default InputIconButton;
4
4
  //# sourceMappingURL=InputIconButton.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"InputIconButton.d.ts","sourceRoot":"","sources":["../../../../src/components/Input/shared/InputIconButton.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,oBAAoB,EAAE,MAAM,iCAAiC,CAAC;AAEvE,QAAA,MAAM,eAAe,GAAI,0DAOtB,oBAAoB,4CAsBtB,CAAC;AAEF,eAAe,eAAe,CAAC"}
1
+ {"version":3,"file":"InputIconButton.d.ts","sourceRoot":"","sources":["../../../../src/components/Input/shared/InputIconButton.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,oBAAoB,EAAE,MAAM,iCAAiC,CAAC;AAEvE,QAAA,MAAM,eAAe,GAAI,qEAQtB,oBAAoB,4CAsBtB,CAAC;AAEF,eAAe,eAAe,CAAC"}
@@ -1,20 +1,6 @@
1
- import { InputState, InputVariants } from '../../../../components/Input/shared/types';
2
1
  export declare const INPUT_POPOVER_OFFSET = 6;
3
2
  export declare const INPUT_ELEMENTS: {
4
3
  readonly INPUT: "input";
5
4
  readonly TEXTAREA: "textarea";
6
5
  };
7
- export declare const INPUT_VARIANTS: {
8
- readonly SEARCH: "search";
9
- readonly INPUT: "input";
10
- readonly TEXTAREA: "textarea";
11
- };
12
- export declare const INPUT_STATE: {
13
- readonly DEFAULT: "default";
14
- readonly FOCUS: "focus";
15
- readonly ERROR: "error";
16
- readonly DISABLED: "disabled";
17
- };
18
- export declare const INPUT_ELEMENT_STYLES: Record<InputVariants, string>;
19
- export declare const INPUT_STYLES: Record<InputState, string>;
20
6
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/Input/shared/constants/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,aAAa,EAAE,MAAM,iCAAiC,CAAC;AAE5E,eAAO,MAAM,oBAAoB,IAAI,CAAC;AAEtC,eAAO,MAAM,cAAc;;;CAGjB,CAAC;AAEX,eAAO,MAAM,cAAc;;;;CAGjB,CAAC;AAEX,eAAO,MAAM,WAAW;;;;;CAKd,CAAC;AAEX,eAAO,MAAM,oBAAoB,EAAE,MAAM,CAAC,aAAa,EAAE,MAAM,CAI9D,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,MAAM,CAAC,UAAU,EAAE,MAAM,CAQnD,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/Input/shared/constants/index.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,oBAAoB,IAAI,CAAC;AAEtC,eAAO,MAAM,cAAc;;;CAGjB,CAAC"}
@@ -0,0 +1,7 @@
1
+ import { PropsWithChildren } from 'react';
2
+ import { InputContextProps, InputProviderProps } from '../../../../components/Input/shared/types';
3
+ declare const InputContext: import("react").Context<InputContextProps | undefined>;
4
+ export declare const InputProvider: ({ feedbackId, isError, children, }: PropsWithChildren<InputProviderProps>) => import("react/jsx-runtime").JSX.Element;
5
+ export declare const useInputContext: () => InputContextProps;
6
+ export default InputContext;
7
+ //# sourceMappingURL=InputContext.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"InputContext.d.ts","sourceRoot":"","sources":["../../../../../src/components/Input/shared/context/InputContext.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAiB,iBAAiB,EAAc,MAAM,OAAO,CAAC;AAErE,OAAO,EACL,iBAAiB,EACjB,kBAAkB,EACnB,MAAM,iCAAiC,CAAC;AAEzC,QAAA,MAAM,YAAY,wDAA0D,CAAC;AAE7E,eAAO,MAAM,aAAa,GAAI,oCAI3B,iBAAiB,CAAC,kBAAkB,CAAC,4CAMvC,CAAC;AAEF,eAAO,MAAM,eAAe,yBAQ3B,CAAC;AAEF,eAAe,YAAY,CAAC"}
@@ -1,23 +1,26 @@
1
1
  import { ButtonHTMLAttributes, ChangeEvent, Dispatch, ElementType, HTMLAttributes, InputHTMLAttributes, ReactNode, SetStateAction } from 'react';
2
2
  import { IconProps } from '../../../../components/Icon';
3
- import { INPUT_ELEMENTS, INPUT_STATE, INPUT_VARIANTS } from '../../../../components/Input/shared/constants';
3
+ import { INPUT_ELEMENTS } from '../../../../components/Input/shared/constants';
4
+ import { InputTriggerWrapperProps } from '../../../../components/shared/components/InputTriggerWrapper';
4
5
  import { ComponentPropsRef } from '../../../../components/shared/types';
5
6
  export type InputElements = (typeof INPUT_ELEMENTS)[keyof typeof INPUT_ELEMENTS];
6
- export type InputVariants = (typeof INPUT_VARIANTS)[keyof typeof INPUT_VARIANTS];
7
- export type InputState = (typeof INPUT_STATE)[keyof typeof INPUT_STATE];
8
7
  export type InputElementType = Extract<ElementType, InputElements>;
9
8
  export type InputElement<T extends InputElementType> = T extends typeof INPUT_ELEMENTS.INPUT ? HTMLInputElement : HTMLTextAreaElement;
10
- export interface InputBaseProps extends Pick<HTMLAttributes<HTMLDivElement>, 'className'>, Pick<InputHTMLAttributes<HTMLInputElement>, 'id' | 'required'> {
9
+ export interface InputContextProps {
10
+ feedbackId?: string;
11
+ isError?: boolean;
12
+ }
13
+ export interface InputProviderProps extends InputContextProps {
14
+ }
15
+ export interface InputBaseProps extends Pick<HTMLAttributes<HTMLDivElement>, 'className'>, Pick<InputContextProps, 'isError'>, Pick<InputHTMLAttributes<HTMLInputElement>, 'id' | 'required'> {
11
16
  value?: string;
12
17
  label?: string;
13
- feedback?: string;
14
- error?: boolean;
15
18
  badge?: ReactNode;
19
+ feedback?: string;
16
20
  onSubmit?: (e: React.FormEvent<HTMLFormElement>) => void;
17
21
  }
18
- export interface InputDefaultProps<T extends InputElementType, P extends InputElement<T>> extends Pick<InputBaseProps, 'id' | 'required' | 'value'>, Pick<HTMLAttributes<HTMLDivElement>, 'className'>, ComponentPropsRef<P>, Pick<InputHTMLAttributes<HTMLInputElement>, 'placeholder' | 'disabled' | 'readOnly' | 'name' | 'autoComplete' | 'maxLength'> {
22
+ export interface InputDefaultProps<T extends InputElementType, P extends InputElement<T>> extends Pick<InputBaseProps, 'id' | 'required' | 'value'>, Pick<InputTriggerWrapperProps, 'variant'>, Pick<HTMLAttributes<HTMLDivElement>, 'className'>, ComponentPropsRef<P>, Pick<InputHTMLAttributes<HTMLInputElement>, 'placeholder' | 'disabled' | 'readOnly' | 'name' | 'autoComplete' | 'maxLength'> {
19
23
  as?: T;
20
- variant?: InputVariants;
21
24
  addonEnd?: ReactNode;
22
25
  popover?: ReactNode;
23
26
  onChange?: (e: ChangeEvent<HTMLInputElement | HTMLTextAreaElement>) => void;
@@ -30,7 +33,7 @@ export type InputProps<T extends InputElementType, P extends InputElement<T>> =
30
33
  export interface UseInputChangeProps<T extends InputElementType, P extends InputElement<T>> extends Pick<InputProps<T, P>, 'value' | 'onChange' | 'name'> {
31
34
  regCallback?: (value: string) => string;
32
35
  }
33
- export interface InputIconButtonProps extends Pick<ButtonHTMLAttributes<HTMLButtonElement>, 'disabled' | 'onClick' | 'type'>, Pick<IconProps, 'iconKey' | 'weight'> {
34
- ariaLabel?: string;
36
+ export interface InputIconButtonProps extends Pick<ButtonHTMLAttributes<HTMLButtonElement>, 'disabled' | 'onClick' | 'type' | 'className'>, Pick<IconProps, 'iconKey' | 'weight'> {
37
+ ariaLabel: ButtonHTMLAttributes<HTMLButtonElement>['aria-label'];
35
38
  }
36
39
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/Input/shared/types/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/Input/shared/types/index.ts"],"names":[],"mappings":"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"}
@@ -1,6 +1,6 @@
1
1
  import { ConfirmModalProps } from '../../../components/Modal/ConfirmModal/types';
2
2
  declare const ConfirmModal: {
3
- ({ ref, isOpen, title, children, iconOptions, useIcon, onConfirm, onCancel, confirmButtonLabel, cancelButtonLabel, possibleConfirm, isPending, className, }: ConfirmModalProps): import("react/jsx-runtime").JSX.Element;
3
+ ({ ref, isOpen, title, children, iconOptions, useIcon, onConfirm, onCancel, confirmButtonLabel, cancelButtonLabel, possibleConfirm, isPending, isLoading, className, }: ConfirmModalProps): import("react/jsx-runtime").JSX.Element;
4
4
  displayName: string;
5
5
  Description: ({ description, }: import("../../../components/shared").ConfirmOverlayDescriptionProps) => import("react/jsx-runtime").JSX.Element;
6
6
  };
@@ -1 +1 @@
1
- {"version":3,"file":"ConfirmModal.d.ts","sourceRoot":"","sources":["../../../../src/components/Modal/ConfirmModal/ConfirmModal.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,iBAAiB,EAAE,MAAM,uCAAuC,CAAC;AAO1E,QAAA,MAAM,YAAY;iKAcf,iBAAiB;;;CAmBnB,CAAC;AAEF,eAAe,YAAY,CAAC"}
1
+ {"version":3,"file":"ConfirmModal.d.ts","sourceRoot":"","sources":["../../../../src/components/Modal/ConfirmModal/ConfirmModal.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,iBAAiB,EAAE,MAAM,uCAAuC,CAAC;AAO1E,QAAA,MAAM,YAAY;4KAef,iBAAiB;;;CAsBnB,CAAC;AAEF,eAAe,YAAY,CAAC"}
@@ -1,6 +1,6 @@
1
1
  import { InfoModalProps } from '../../../components/Modal/InfoModal/types';
2
2
  declare const InfoModal: {
3
- ({ ref, isOpen, title, children, onConfirm, onCancel, confirmButtonLabel, cancelButtonLabel, className, }: InfoModalProps): import("react/jsx-runtime").JSX.Element;
3
+ ({ ref, isOpen, title, children, onConfirm, onCancel, confirmButtonLabel, cancelButtonLabel, isLoading, className, }: InfoModalProps): import("react/jsx-runtime").JSX.Element;
4
4
  displayName: string;
5
5
  Description: ({ description, className, }: import("../../../components/shared").OverlayDescriptionProps) => import("react/jsx-runtime").JSX.Element;
6
6
  };
@@ -1 +1 @@
1
- {"version":3,"file":"InfoModal.d.ts","sourceRoot":"","sources":["../../../../src/components/Modal/InfoModal/InfoModal.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,oCAAoC,CAAC;AAIpE,QAAA,MAAM,SAAS;+GAUZ,cAAc;;;CAgBhB,CAAC;AAEF,eAAe,SAAS,CAAC"}
1
+ {"version":3,"file":"InfoModal.d.ts","sourceRoot":"","sources":["../../../../src/components/Modal/InfoModal/InfoModal.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,cAAc,EAAE,MAAM,oCAAoC,CAAC;AAIpE,QAAA,MAAM,SAAS;0HAWZ,cAAc;;;CAkBhB,CAAC;AAEF,eAAe,SAAS,CAAC"}
@@ -3,7 +3,8 @@ import { ModalProps } from '../../../components/Modal/shared/types';
3
3
  declare const Modal: {
4
4
  ({ isOpen, ref, children, className, }: PropsWithChildren<ModalProps>): import("react/jsx-runtime").JSX.Element;
5
5
  displayName: string;
6
- Footer: ({ onConfirm, onCancel, confirmButtonLabel, cancelButtonLabel, isPending, possibleConfirm, }: import("../../../components/Modal/shared/types").ModalFooterProps) => import("react/jsx-runtime").JSX.Element;
6
+ ContentWrapper: ({ children, isLoading, }: PropsWithChildren<import("../../../components/Modal/shared/types").ModalContentWrapperProps>) => import("react/jsx-runtime").JSX.Element;
7
+ Footer: ({ onConfirm, onCancel, confirmButtonLabel, cancelButtonLabel, isPending, isLoading, possibleConfirm, }: import("../../../components/Modal/shared/types").ModalFooterProps) => import("react/jsx-runtime").JSX.Element;
7
8
  };
8
9
  export default Modal;
9
10
  //# sourceMappingURL=Modal.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Modal.d.ts","sourceRoot":"","sources":["../../../../src/components/Modal/shared/Modal.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAI1C,OAAO,EAAE,UAAU,EAAE,MAAM,iCAAiC,CAAC;AAE7D,QAAA,MAAM,KAAK;4CAKR,iBAAiB,CAAC,UAAU,CAAC;;;CAa/B,CAAC;AAEF,eAAe,KAAK,CAAC"}
1
+ {"version":3,"file":"Modal.d.ts","sourceRoot":"","sources":["../../../../src/components/Modal/shared/Modal.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAG1C,OAAO,EAAE,UAAU,EAAE,MAAM,iCAAiC,CAAC;AAI7D,QAAA,MAAM,KAAK;4CAKR,iBAAiB,CAAC,UAAU,CAAC;;;;CAa/B,CAAC;AAEF,eAAe,KAAK,CAAC"}
@@ -0,0 +1,5 @@
1
+ import { PropsWithChildren } from 'react';
2
+ import { ModalContentWrapperProps } from '../../../components/Modal/shared/types';
3
+ declare const ModalContentWrapper: ({ children, isLoading, }: PropsWithChildren<ModalContentWrapperProps>) => import("react/jsx-runtime").JSX.Element;
4
+ export default ModalContentWrapper;
5
+ //# sourceMappingURL=ModalContentWrapper.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ModalContentWrapper.d.ts","sourceRoot":"","sources":["../../../../src/components/Modal/shared/ModalContentWrapper.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAE1C,OAAO,EAAE,wBAAwB,EAAE,MAAM,iCAAiC,CAAC;AAG3E,QAAA,MAAM,mBAAmB,GAAI,0BAG1B,iBAAiB,CAAC,wBAAwB,CAAC,4CAM7C,CAAC;AAEF,eAAe,mBAAmB,CAAC"}
@@ -1,4 +1,4 @@
1
1
  import { ModalFooterProps } from '../../../components/Modal/shared/types';
2
- declare const ModalFooter: ({ onConfirm, onCancel, confirmButtonLabel, cancelButtonLabel, isPending, possibleConfirm, }: ModalFooterProps) => import("react/jsx-runtime").JSX.Element;
2
+ declare const ModalFooter: ({ onConfirm, onCancel, confirmButtonLabel, cancelButtonLabel, isPending, isLoading, possibleConfirm, }: ModalFooterProps) => import("react/jsx-runtime").JSX.Element;
3
3
  export default ModalFooter;
4
4
  //# sourceMappingURL=ModalFooter.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ModalFooter.d.ts","sourceRoot":"","sources":["../../../../src/components/Modal/shared/ModalFooter.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,iCAAiC,CAAC;AAGnE,QAAA,MAAM,WAAW,GAAI,6FAOlB,gBAAgB,4CAalB,CAAC;AAEF,eAAe,WAAW,CAAC"}
1
+ {"version":3,"file":"ModalFooter.d.ts","sourceRoot":"","sources":["../../../../src/components/Modal/shared/ModalFooter.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,iCAAiC,CAAC;AAGnE,QAAA,MAAM,WAAW,GAAI,wGAQlB,gBAAgB,4CAalB,CAAC;AAEF,eAAe,WAAW,CAAC"}
@@ -1,6 +1,8 @@
1
- import { OverlayBasePrimitiveProps, OverlayFooterPrimitiveProps, OverlayFooterStateProps } from '../../../../components/shared';
1
+ import { OverlayBasePrimitiveProps, OverlayContentWrapperProps, OverlayFooterPrimitiveProps, OverlayFooterStateProps } from '../../../../components/shared';
2
2
  export interface ModalProps extends OverlayBasePrimitiveProps {
3
3
  }
4
+ export interface ModalContentWrapperProps extends Omit<OverlayContentWrapperProps, 'className'> {
5
+ }
4
6
  export interface ModalFooterProps extends OverlayFooterPrimitiveProps, OverlayFooterStateProps {
5
7
  }
6
8
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/Modal/shared/types/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,yBAAyB,EACzB,2BAA2B,EAC3B,uBAAuB,EACxB,MAAM,qBAAqB,CAAC;AAE7B,MAAM,WAAW,UAAW,SAAQ,yBAAyB;CAAG;AAEhE,MAAM,WAAW,gBACf,SAAQ,2BAA2B,EACjC,uBAAuB;CAAG"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/Modal/shared/types/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,yBAAyB,EACzB,0BAA0B,EAC1B,2BAA2B,EAC3B,uBAAuB,EACxB,MAAM,qBAAqB,CAAC;AAE7B,MAAM,WAAW,UAAW,SAAQ,yBAAyB;CAAG;AAEhE,MAAM,WAAW,wBACf,SAAQ,IAAI,CAAC,0BAA0B,EAAE,WAAW,CAAC;CAAG;AAE1D,MAAM,WAAW,gBACf,SAAQ,2BAA2B,EACjC,uBAAuB;CAAG"}
@@ -0,0 +1,4 @@
1
+ import { PersonaProps } from '../../components/Persona/types';
2
+ declare const Persona: ({ size, type, name, description, src, profileTheme, }: PersonaProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default Persona;
4
+ //# sourceMappingURL=Persona.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Persona.d.ts","sourceRoot":"","sources":["../../../src/components/Persona/Persona.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,YAAY,EAAE,MAAM,4BAA4B,CAAC;AAE1D,QAAA,MAAM,OAAO,GAAI,uDAOd,YAAY,4CAYd,CAAC;AAEF,eAAe,OAAO,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { PersonaProfileProps } from '../../components/Persona/types';
2
+ declare const PersonaProfile: ({ name, description, size, profileTheme, }: PersonaProfileProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default PersonaProfile;
4
+ //# sourceMappingURL=PersonaProfile.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PersonaProfile.d.ts","sourceRoot":"","sources":["../../../src/components/Persona/PersonaProfile.tsx"],"names":[],"mappings":"AAMA,OAAO,EAAE,mBAAmB,EAAE,MAAM,4BAA4B,CAAC;AAGjE,QAAA,MAAM,cAAc,GAAI,4CAKrB,mBAAmB,4CAerB,CAAC;AAEF,eAAe,cAAc,CAAC"}
@@ -0,0 +1,47 @@
1
+ export declare const PERSONA_PROFILE_THEMES: {
2
+ readonly DARK: "dark";
3
+ readonly LIGHT: "light";
4
+ };
5
+ export declare const PERSONA_SIZE_FLEX_PROPS: {
6
+ readonly sm: {
7
+ readonly root: {
8
+ readonly className: "gap-x-1.5";
9
+ };
10
+ readonly profile: {
11
+ readonly align: {
12
+ readonly items: "center";
13
+ };
14
+ readonly gap: {
15
+ readonly row: 1;
16
+ };
17
+ };
18
+ };
19
+ readonly md: {
20
+ readonly root: {
21
+ readonly className: "gap-x-2.5";
22
+ };
23
+ readonly profile: {
24
+ readonly direction: "column";
25
+ readonly className: "-space-y-0.5";
26
+ };
27
+ };
28
+ };
29
+ export declare const PERSONA_PROFILE_THEME_TYPOGRAPHY_PROPS: {
30
+ readonly dark: {
31
+ readonly name: {
32
+ readonly color: "white";
33
+ };
34
+ readonly description: {
35
+ readonly color: "gray-05";
36
+ };
37
+ };
38
+ readonly light: {
39
+ readonly name: {
40
+ readonly color: "black";
41
+ };
42
+ readonly description: {
43
+ readonly color: "gray-05";
44
+ };
45
+ };
46
+ };
47
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Persona/constants/index.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,sBAAsB;;;CAGzB,CAAC;AAEX,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;CAS1B,CAAC;AAEX,eAAO,MAAM,sCAAsC;;;;;;;;;;;;;;;;;CASzC,CAAC"}
@@ -0,0 +1,5 @@
1
+ export * from './constants';
2
+ export { default as Persona } from './Persona';
3
+ export { default as PersonaProfile } from './PersonaProfile';
4
+ export * from './types';
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Persona/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;AAC5B,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,WAAW,CAAC;AAC/C,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAC7D,cAAc,SAAS,CAAC"}
@@ -0,0 +1,11 @@
1
+ import { AvatarProps } from '../../../components/Avatar';
2
+ import { PERSONA_PROFILE_THEMES } from '../../../components/Persona/constants';
3
+ export type PersonaProfileTheme = (typeof PERSONA_PROFILE_THEMES)[keyof typeof PERSONA_PROFILE_THEMES];
4
+ export interface PersonaProps extends Pick<AvatarProps, 'size' | 'src' | 'type'> {
5
+ name: string;
6
+ description?: string;
7
+ profileTheme?: PersonaProfileTheme;
8
+ }
9
+ export interface PersonaProfileProps extends Required<Pick<PersonaProps, 'size'>>, Pick<PersonaProps, 'name' | 'description' | 'profileTheme'> {
10
+ }
11
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Persona/types/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAClD,OAAO,EAAE,sBAAsB,EAAE,MAAM,gCAAgC,CAAC;AAExE,MAAM,MAAM,mBAAmB,GAC7B,CAAC,OAAO,sBAAsB,CAAC,CAAC,MAAM,OAAO,sBAAsB,CAAC,CAAC;AAEvE,MAAM,WAAW,YACf,SAAQ,IAAI,CAAC,WAAW,EAAE,MAAM,GAAG,KAAK,GAAG,MAAM,CAAC;IAClD,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,YAAY,CAAC,EAAE,mBAAmB,CAAC;CACpC;AAED,MAAM,WAAW,mBACf,SAAQ,QAAQ,CAAC,IAAI,CAAC,YAAY,EAAE,MAAM,CAAC,CAAC,EAC1C,IAAI,CAAC,YAAY,EAAE,MAAM,GAAG,aAAa,GAAG,cAAc,CAAC;CAAG"}
@@ -1,4 +1,5 @@
1
+ import { PropsWithChildren } from 'react';
1
2
  import { PopoverProps } from '../../../components/Popover/Popover/types';
2
- declare const Popover: <T extends HTMLElement>({ trigger, rootRef, children, offset, placement, applyMaxWidth, useClickOutsideEvent, useAutoFocus, isOpen, onPopoverClose, threshold, }: PopoverProps) => import("react/jsx-runtime").JSX.Element | null;
3
+ declare const Popover: <T extends HTMLElement>({ trigger, rootRef, children, offset, placement, applyMaxWidth, useClickOutsideEvent, useAutoFocus, isOpen, onPopoverClose, threshold, }: PropsWithChildren<PopoverProps>) => import("react/jsx-runtime").JSX.Element | null;
3
4
  export default Popover;
4
5
  //# sourceMappingURL=Popover.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Popover.d.ts","sourceRoot":"","sources":["../../../../src/components/Popover/Popover/Popover.tsx"],"names":[],"mappings":"AAWA,OAAO,EAAE,YAAY,EAAE,MAAM,oCAAoC,CAAC;AAGlE,QAAA,MAAM,OAAO,GAAI,CAAC,SAAS,WAAW,EAAE,0IAYrC,YAAY,mDA8Cd,CAAC;AAEF,eAAe,OAAO,CAAC"}
1
+ {"version":3,"file":"Popover.d.ts","sourceRoot":"","sources":["../../../../src/components/Popover/Popover/Popover.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAgC,iBAAiB,EAAU,MAAM,OAAO,CAAC;AAShF,OAAO,EAAE,YAAY,EAAE,MAAM,oCAAoC,CAAC;AAGlE,QAAA,MAAM,OAAO,GAAI,CAAC,SAAS,WAAW,EAAE,0IAYrC,iBAAiB,CAAC,YAAY,CAAC,mDA8CjC,CAAC;AAEF,eAAe,OAAO,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"usePopover.d.ts","sourceRoot":"","sources":["../../../../../src/components/Popover/Popover/hooks/usePopover.ts"],"names":[],"mappings":"AAGA,OAAO,EAGL,eAAe,EACf,gBAAgB,EACjB,MAAM,oCAAoC,CAAC;AAG5C,QAAA,MAAM,UAAU,GAAI,qBAAqB,eAAe,KAAG,gBA8B1D,CAAC;AAEF,eAAe,UAAU,CAAC"}
1
+ {"version":3,"file":"usePopover.d.ts","sourceRoot":"","sources":["../../../../../src/components/Popover/Popover/hooks/usePopover.ts"],"names":[],"mappings":"AAGA,OAAO,EAGL,eAAe,EACf,gBAAgB,EACjB,MAAM,oCAAoC,CAAC;AAG5C,QAAA,MAAM,UAAU,GAAI,qBAAqB,eAAe,KAAG,gBA+B1D,CAAC;AAEF,eAAe,UAAU,CAAC"}
@@ -56,7 +56,6 @@ export interface UsePopoverReturn {
56
56
  }
57
57
  export interface PopoverProps extends UsePopoverProps, Pick<GetPopoverPositionProps, 'applyMaxWidth' | 'offset' | 'placement' | 'threshold'>, Pick<UseClickOutsideProps, 'useClickOutsideEvent'>, Pick<PopoverRefProps, 'rootRef'> {
58
58
  trigger: ReactElement<HTMLAttributes<HTMLElement> & ComponentPropsRef<HTMLElement>>;
59
- children: ReactElement<HTMLAttributes<HTMLElement> & ComponentPropsRef<HTMLElement>>;
60
59
  isOpen: boolean;
61
60
  useAutoFocus?: boolean;
62
61
  onPopoverClose?: () => void;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/Popover/Popover/types/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/Popover/Popover/types/index.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,10 @@
1
+ import { PropsWithChildren } from 'react';
2
+ import { SearchSelectProps } from '../../../../components/Select/Single/SearchSelect/types';
3
+ import { SelectValue } from '../../../../components/Select/Single/shared/types';
4
+ declare const SearchSelect: {
5
+ <T extends SelectValue>({ label, badge, children, feedback, className, placeholder, isError, disabled, required, popoverOption, inputOption, onSelect, displayValue, value, }: PropsWithChildren<SearchSelectProps<T>>): import("react/jsx-runtime").JSX.Element;
6
+ displayName: string;
7
+ Item: <T extends SelectValue>({ children, value, label, }: PropsWithChildren<import("../../../../components/Select/Single/SearchSelect/types").SearchSelectItemProps<T>>) => import("react/jsx-runtime").JSX.Element;
8
+ };
9
+ export default SearchSelect;
10
+ //# sourceMappingURL=SearchSelect.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SearchSelect.d.ts","sourceRoot":"","sources":["../../../../../src/components/Select/Single/SearchSelect/SearchSelect.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAY,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAKpD,OAAO,EAAE,iBAAiB,EAAE,MAAM,+CAA+C,CAAC;AAKlF,OAAO,EAAE,WAAW,EAAE,MAAM,yCAAyC,CAAC;AAEtE,QAAA,MAAM,YAAY;KAAI,CAAC,SAAS,WAAW,yJAexC,iBAAiB,CAAC,iBAAiB,CAAC,CAAC,CAAC,CAAC;;;CA8BzC,CAAC;AAEF,eAAe,YAAY,CAAC"}
@@ -0,0 +1,6 @@
1
+ import { PropsWithChildren } from 'react';
2
+ import { SearchSelectItemProps } from '../../../../components/Select/Single/SearchSelect/types';
3
+ import { SelectValue } from '../../../../components/Select/Single/shared/types';
4
+ declare const SearchSelectItem: <T extends SelectValue>({ children, value, label, }: PropsWithChildren<SearchSelectItemProps<T>>) => import("react/jsx-runtime").JSX.Element;
5
+ export default SearchSelectItem;
6
+ //# sourceMappingURL=SearchSelectItem.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SearchSelectItem.d.ts","sourceRoot":"","sources":["../../../../../src/components/Select/Single/SearchSelect/SearchSelectItem.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAE1C,OAAO,EAAE,qBAAqB,EAAE,MAAM,+CAA+C,CAAC;AAEtF,OAAO,EAAE,WAAW,EAAE,MAAM,yCAAyC,CAAC;AAEtE,QAAA,MAAM,gBAAgB,GAAI,CAAC,SAAS,WAAW,EAAE,6BAI9C,iBAAiB,CAAC,qBAAqB,CAAC,CAAC,CAAC,CAAC,4CAM7C,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
@@ -0,0 +1,3 @@
1
+ export { default as SearchSelect } from './SearchSelect';
2
+ export * from './types';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/Select/Single/SearchSelect/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,gBAAgB,CAAC;AACzD,cAAc,SAAS,CAAC"}
@@ -0,0 +1,8 @@
1
+ import { InputSearchProps } from '../../../../../components/Input';
2
+ import { SelectValue, SingleSelectBaseItemProps, SingleSelectBaseProps } from '../../../../../components/Select/Single/shared';
3
+ export interface SearchSelectProps<T extends SelectValue> extends Omit<SingleSelectBaseProps<T>, 'popoverWrapperClassName' | 'type'> {
4
+ inputOption?: Omit<InputSearchProps, 'rootClassName' | 'type'>;
5
+ }
6
+ export interface SearchSelectItemProps<T extends SelectValue> extends Pick<SingleSelectBaseItemProps<T>, 'value' | 'label'> {
7
+ }
8
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Select/Single/SearchSelect/types/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EACL,WAAW,EACX,yBAAyB,EACzB,qBAAqB,EACtB,MAAM,mCAAmC,CAAC;AAE3C,MAAM,WAAW,iBAAiB,CAAC,CAAC,SAAS,WAAW,CACtD,SAAQ,IAAI,CAAC,qBAAqB,CAAC,CAAC,CAAC,EAAE,yBAAyB,GAAG,MAAM,CAAC;IAC1E,WAAW,CAAC,EAAE,IAAI,CAAC,gBAAgB,EAAE,eAAe,GAAG,MAAM,CAAC,CAAC;CAChE;AAED,MAAM,WAAW,qBAAqB,CAAC,CAAC,SAAS,WAAW,CAC1D,SAAQ,IAAI,CAAC,yBAAyB,CAAC,CAAC,CAAC,EAAE,OAAO,GAAG,OAAO,CAAC;CAAG"}
@@ -0,0 +1,10 @@
1
+ import { PropsWithChildren } from 'react';
2
+ import { SelectProps } from '../../../../components/Select/Single/Select/types';
3
+ import { SelectValue } from '../../../../components/Select/Single/shared/types';
4
+ declare const Select: {
5
+ <T extends SelectValue>({ label, value, badge, children, feedback, className, placeholder, isError, disabled, required, popoverOption, onSelect, displayValue, }: PropsWithChildren<SelectProps<T>>): import("react/jsx-runtime").JSX.Element;
6
+ displayName: string;
7
+ Item: <T extends SelectValue>({ children, value, label, }: PropsWithChildren<import("../../../../components/Select/Single/Select/types").SelectItemProps<T>>) => import("react/jsx-runtime").JSX.Element;
8
+ };
9
+ export default Select;
10
+ //# sourceMappingURL=Select.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Select.d.ts","sourceRoot":"","sources":["../../../../../src/components/Select/Single/Select/Select.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAI1C,OAAO,EAAE,WAAW,EAAE,MAAM,yCAAyC,CAAC;AAKtE,OAAO,EAAE,WAAW,EAAE,MAAM,yCAAyC,CAAC;AAEtE,QAAA,MAAM,MAAM;KAAI,CAAC,SAAS,WAAW,4IAclC,iBAAiB,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC;;;CAqBnC,CAAC;AAEF,eAAe,MAAM,CAAC"}
@@ -0,0 +1,6 @@
1
+ import { PropsWithChildren } from 'react';
2
+ import { SelectItemProps } from '../../../../components/Select/Single/Select/types';
3
+ import { SelectValue } from '../../../../components/Select/Single/shared/types';
4
+ declare const SelectItem: <T extends SelectValue>({ children, value, label, }: PropsWithChildren<SelectItemProps<T>>) => import("react/jsx-runtime").JSX.Element;
5
+ export default SelectItem;
6
+ //# sourceMappingURL=SelectItem.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SelectItem.d.ts","sourceRoot":"","sources":["../../../../../src/components/Select/Single/Select/SelectItem.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAE1C,OAAO,EAAE,eAAe,EAAE,MAAM,yCAAyC,CAAC;AAE1E,OAAO,EAAE,WAAW,EAAE,MAAM,yCAAyC,CAAC;AAEtE,QAAA,MAAM,UAAU,GAAI,CAAC,SAAS,WAAW,EAAE,6BAIxC,iBAAiB,CAAC,eAAe,CAAC,CAAC,CAAC,CAAC,4CAMvC,CAAC;AAEF,eAAe,UAAU,CAAC"}
@@ -0,0 +1,3 @@
1
+ export { default as Select } from './Select';
2
+ export * from './types';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/Select/Single/Select/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,UAAU,CAAC;AAC7C,cAAc,SAAS,CAAC"}
@@ -0,0 +1,6 @@
1
+ import { SelectValue, SingleSelectBaseItemProps, SingleSelectBaseProps } from '../../../../../components/Select/Single/shared';
2
+ export interface SelectProps<T extends SelectValue> extends Omit<SingleSelectBaseProps<T>, 'popoverWrapperClassName' | 'type'> {
3
+ }
4
+ export interface SelectItemProps<T extends SelectValue> extends Pick<SingleSelectBaseItemProps<T>, 'value' | 'label'> {
5
+ }
6
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Select/Single/Select/types/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,WAAW,EACX,yBAAyB,EACzB,qBAAqB,EACtB,MAAM,mCAAmC,CAAC;AAE3C,MAAM,WAAW,WAAW,CAAC,CAAC,SAAS,WAAW,CAChD,SAAQ,IAAI,CAAC,qBAAqB,CAAC,CAAC,CAAC,EAAE,yBAAyB,GAAG,MAAM,CAAC;CAAG;AAE/E,MAAM,WAAW,eAAe,CAAC,CAAC,SAAS,WAAW,CACpD,SAAQ,IAAI,CAAC,yBAAyB,CAAC,CAAC,CAAC,EAAE,OAAO,GAAG,OAAO,CAAC;CAAG"}
@@ -0,0 +1,4 @@
1
+ export * from './SearchSelect';
2
+ export * from './Select';
3
+ export type { SelectValue, SingleSelectBaseItemProps, SingleSelectBaseProps, SingleSelectOnSelectParams, } from './shared';
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Select/Single/index.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAC;AAC/B,cAAc,UAAU,CAAC;AACzB,YAAY,EACV,WAAW,EACX,yBAAyB,EACzB,qBAAqB,EACrB,0BAA0B,GAC3B,MAAM,UAAU,CAAC"}
@@ -0,0 +1,5 @@
1
+ import { PropsWithChildren } from 'react';
2
+ import { SelectValue, SingleSelectBaseProps } from '../../../../components/Select/Single/shared/types';
3
+ declare const SingleSelectBase: <T extends SelectValue>({ className, label, popoverOption, disabled, badge, feedback, required, isError, onSelect, value, displayValue, placeholder, type, children, popoverWrapperClassName, }: PropsWithChildren<SingleSelectBaseProps<T>>) => import("react/jsx-runtime").JSX.Element;
4
+ export default SingleSelectBase;
5
+ //# sourceMappingURL=SingleSelectBase.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SingleSelectBase.d.ts","sourceRoot":"","sources":["../../../../../src/components/Select/Single/shared/SingleSelectBase.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAS,MAAM,OAAO,CAAC;AAKjD,OAAO,EACL,WAAW,EACX,qBAAqB,EACtB,MAAM,yCAAyC,CAAC;AAEjD,QAAA,MAAM,gBAAgB,GAAI,CAAC,SAAS,WAAW,EAAE,yKAgB9C,iBAAiB,CAAC,qBAAqB,CAAC,CAAC,CAAC,CAAC,4CAkC7C,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
@@ -0,0 +1,5 @@
1
+ import { PropsWithChildren } from 'react';
2
+ import { SelectValue, SingleSelectBaseItemProps } from '../../../../components/Select/Single/shared/types';
3
+ declare const SingleSelectBaseItem: <T extends SelectValue>({ label, value, children, }: PropsWithChildren<SingleSelectBaseItemProps<T>>) => import("react/jsx-runtime").JSX.Element;
4
+ export default SingleSelectBaseItem;
5
+ //# sourceMappingURL=SingleSelectBaseItem.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SingleSelectBaseItem.d.ts","sourceRoot":"","sources":["../../../../../src/components/Select/Single/shared/SingleSelectBaseItem.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAI1C,OAAO,EACL,WAAW,EACX,yBAAyB,EAC1B,MAAM,yCAAyC,CAAC;AAEjD,QAAA,MAAM,oBAAoB,GAAI,CAAC,SAAS,WAAW,EAAE,6BAIlD,iBAAiB,CAAC,yBAAyB,CAAC,CAAC,CAAC,CAAC,4CAsBjD,CAAC;AAEF,eAAe,oBAAoB,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { PropsWithChildren } from 'react';
2
+ declare const SingleSelectBaseList: ({ children }: PropsWithChildren) => import("react/jsx-runtime").JSX.Element;
3
+ export default SingleSelectBaseList;
4
+ //# sourceMappingURL=SingleSelectBaseList.d.ts.map