@bbodek/internal-ui 0.0.16 → 0.0.18

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 -4
  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
@@ -0,0 +1,4 @@
1
+ import { AvatarProps } from '../../components/Avatar/types';
2
+ declare const Avatar: ({ size, type, src, alt }: AvatarProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default Avatar;
4
+ //# sourceMappingURL=Avatar.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Avatar.d.ts","sourceRoot":"","sources":["../../../src/components/Avatar/Avatar.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,WAAW,EAAE,MAAM,2BAA2B,CAAC;AAExD,QAAA,MAAM,MAAM,GAAI,0BAA4C,WAAW,4CAMtE,CAAC;AAEF,eAAe,MAAM,CAAC"}
@@ -0,0 +1,5 @@
1
+ import { PropsWithChildren } from 'react';
2
+ import { AvatarBaseProps } from '../../components/Avatar/types';
3
+ declare const AvatarBase: ({ size, theme, children, className, }: PropsWithChildren<AvatarBaseProps>) => import("react/jsx-runtime").JSX.Element;
4
+ export default AvatarBase;
5
+ //# sourceMappingURL=AvatarBase.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AvatarBase.d.ts","sourceRoot":"","sources":["../../../src/components/Avatar/AvatarBase.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAM1C,OAAO,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAC;AAG5D,QAAA,MAAM,UAAU,GAAI,uCAKjB,iBAAiB,CAAC,eAAe,CAAC,4CAepC,CAAC;AAEF,eAAe,UAAU,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { AvatarIconProps } from '../../components/Avatar/types';
2
+ declare const AvatarIcon: ({ type, size }: AvatarIconProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default AvatarIcon;
4
+ //# sourceMappingURL=AvatarIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AvatarIcon.d.ts","sourceRoot":"","sources":["../../../src/components/Avatar/AvatarIcon.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAC;AAG5D,QAAA,MAAM,UAAU,GAAI,gBAAgB,eAAe,4CAQlD,CAAC;AAEF,eAAe,UAAU,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { AvatarImageProps } from '../../components/Avatar/types';
2
+ declare const AvatarImage: ({ src, alt, size, type }: AvatarImageProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default AvatarImage;
4
+ //# sourceMappingURL=AvatarImage.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AvatarImage.d.ts","sourceRoot":"","sources":["../../../src/components/Avatar/AvatarImage.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAE,gBAAgB,EAAE,MAAM,2BAA2B,CAAC;AAE7D,QAAA,MAAM,WAAW,GAAI,0BAA0B,gBAAgB,4CAgB9D,CAAC;AAEF,eAAe,WAAW,CAAC"}
@@ -0,0 +1,30 @@
1
+ import { ImageProps } from 'next/image';
2
+ import { AvatarSize, AvatarTheme, AvatarType } from '../../../components/Avatar/types';
3
+ import { IconProps } from '../../../components/Icon';
4
+ export declare const AVATAR_TYPES: {
5
+ readonly SINGLE: "single";
6
+ readonly GROUP: "group";
7
+ };
8
+ export declare const AVATAR_SIZES: {
9
+ readonly SM: "sm";
10
+ readonly MD: "md";
11
+ };
12
+ export declare const AVATAR_THEMES: {
13
+ readonly PRIMARY: "primary";
14
+ readonly GRAY: "gray";
15
+ };
16
+ export declare const AVATAR_SIZE_STYLES: Record<AvatarSize, string>;
17
+ export declare const AVATAR_SIZE_IMAGE_PROPS: Record<AvatarSize, Pick<ImageProps, 'width' | 'height'>>;
18
+ export declare const AVATAR_ICON_KEYS: Record<AvatarType, IconProps['iconKey']>;
19
+ export declare const AVATAR_ICON_STYLES: {
20
+ readonly single: {
21
+ readonly sm: "text-[0.875rem]";
22
+ readonly md: "text-[1.125rem]";
23
+ };
24
+ readonly group: {
25
+ readonly sm: "text-[1rem]";
26
+ readonly md: "text-[1.25rem]";
27
+ };
28
+ };
29
+ export declare const AVATAR_THEME_STYLES: Record<AvatarTheme, string>;
30
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Avatar/constants/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAExC,OAAO,EAAE,UAAU,EAAE,WAAW,EAAE,UAAU,EAAE,MAAM,2BAA2B,CAAC;AAChF,OAAO,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;AAE9C,eAAO,MAAM,YAAY;;;CAGf,CAAC;AAEX,eAAO,MAAM,YAAY;;;CAGf,CAAC;AAEX,eAAO,MAAM,aAAa;;;CAGhB,CAAC;AAEX,eAAO,MAAM,kBAAkB,EAAE,MAAM,CAAC,UAAU,EAAE,MAAM,CAGzD,CAAC;AAEF,eAAO,MAAM,uBAAuB,EAAE,MAAM,CAC1C,UAAU,EACV,IAAI,CAAC,UAAU,EAAE,OAAO,GAAG,QAAQ,CAAC,CAUrC,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,MAAM,CAAC,UAAU,EAAE,SAAS,CAAC,SAAS,CAAC,CAGrE,CAAC;AAEF,eAAO,MAAM,kBAAkB;;;;;;;;;CASrB,CAAC;AAEX,eAAO,MAAM,mBAAmB,EAAE,MAAM,CAAC,WAAW,EAAE,MAAM,CAG3D,CAAC"}
@@ -0,0 +1,4 @@
1
+ export { default as Avatar } from './Avatar';
2
+ export * from './constants';
3
+ export * from './types';
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Avatar/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,UAAU,CAAC;AAC7C,cAAc,aAAa,CAAC;AAC5B,cAAc,SAAS,CAAC"}
@@ -0,0 +1,19 @@
1
+ import { HTMLAttributes } from 'react';
2
+ import { AVATAR_SIZES, AVATAR_THEMES, AVATAR_TYPES } from '../../../components/Avatar';
3
+ export type AvatarType = (typeof AVATAR_TYPES)[keyof typeof AVATAR_TYPES];
4
+ export type AvatarSize = (typeof AVATAR_SIZES)[keyof typeof AVATAR_SIZES];
5
+ export type AvatarTheme = (typeof AVATAR_THEMES)[keyof typeof AVATAR_THEMES];
6
+ export interface AvatarBaseProps extends Pick<HTMLAttributes<HTMLDivElement>, 'className'> {
7
+ size: AvatarSize;
8
+ theme: AvatarTheme;
9
+ }
10
+ export interface AvatarProps extends Partial<Pick<AvatarBaseProps, 'size'>> {
11
+ type: AvatarType;
12
+ src?: string;
13
+ alt?: string;
14
+ }
15
+ export interface AvatarImageProps extends Pick<AvatarBaseProps, 'size'>, Pick<AvatarProps, 'alt' | 'src' | 'type'> {
16
+ }
17
+ export interface AvatarIconProps extends Required<Pick<AvatarProps, 'type' | 'size'>> {
18
+ }
19
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Avatar/types/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAEvC,OAAO,EAAE,YAAY,EAAE,aAAa,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAEhF,MAAM,MAAM,UAAU,GAAG,CAAC,OAAO,YAAY,CAAC,CAAC,MAAM,OAAO,YAAY,CAAC,CAAC;AAE1E,MAAM,MAAM,UAAU,GAAG,CAAC,OAAO,YAAY,CAAC,CAAC,MAAM,OAAO,YAAY,CAAC,CAAC;AAE1E,MAAM,MAAM,WAAW,GAAG,CAAC,OAAO,aAAa,CAAC,CAAC,MAAM,OAAO,aAAa,CAAC,CAAC;AAE7E,MAAM,WAAW,eACf,SAAQ,IAAI,CAAC,cAAc,CAAC,cAAc,CAAC,EAAE,WAAW,CAAC;IACzD,IAAI,EAAE,UAAU,CAAC;IACjB,KAAK,EAAE,WAAW,CAAC;CACpB;AAED,MAAM,WAAW,WAAY,SAAQ,OAAO,CAAC,IAAI,CAAC,eAAe,EAAE,MAAM,CAAC,CAAC;IACzE,IAAI,EAAE,UAAU,CAAC;IACjB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,GAAG,CAAC,EAAE,MAAM,CAAC;CACd;AAED,MAAM,WAAW,gBACf,SAAQ,IAAI,CAAC,eAAe,EAAE,MAAM,CAAC,EACnC,IAAI,CAAC,WAAW,EAAE,KAAK,GAAG,KAAK,GAAG,MAAM,CAAC;CAAG;AAEhD,MAAM,WAAW,eACf,SAAQ,QAAQ,CAAC,IAAI,CAAC,WAAW,EAAE,MAAM,GAAG,MAAM,CAAC,CAAC;CAAG"}
@@ -0,0 +1,4 @@
1
+ import { AvatarGroupProps } from '../../components/AvatarGroup/types';
2
+ declare const AvatarGroup: ({ items, total, tooltipClassName, }: AvatarGroupProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default AvatarGroup;
4
+ //# sourceMappingURL=AvatarGroup.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AvatarGroup.d.ts","sourceRoot":"","sources":["../../../src/components/AvatarGroup/AvatarGroup.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,gBAAgB,EAAE,MAAM,gCAAgC,CAAC;AAGlE,QAAA,MAAM,WAAW,GAAI,qCAIlB,gBAAgB,4CAuBlB,CAAC;AAEF,eAAe,WAAW,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const AVATAR_GROUP_DEFAULT_ITEM_LIMIT = 3;
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/AvatarGroup/constants/index.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,+BAA+B,IAAI,CAAC"}
@@ -0,0 +1,4 @@
1
+ export { default as AvatarGroup } from './AvatarGroup';
2
+ export * from './constants';
3
+ export * from './types';
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/AvatarGroup/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,eAAe,CAAC;AACvD,cAAc,aAAa,CAAC;AAC5B,cAAc,SAAS,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { PersonaProps } from '../../../components/Persona';
2
+ import { TooltipProps } from '../../../components/Tooltip';
3
+ export type AvatarGroupItem = Pick<PersonaProps, 'name' | 'src' | 'type'>;
4
+ export interface AvatarGroupProps {
5
+ items: AvatarGroupItem[];
6
+ total?: number;
7
+ tooltipClassName?: TooltipProps['className'];
8
+ }
9
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/AvatarGroup/types/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAC;AACpD,OAAO,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAC;AAEpD,MAAM,MAAM,eAAe,GAAG,IAAI,CAAC,YAAY,EAAE,MAAM,GAAG,KAAK,GAAG,MAAM,CAAC,CAAC;AAE1E,MAAM,WAAW,gBAAgB;IAC/B,KAAK,EAAE,eAAe,EAAE,CAAC;IACzB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,gBAAgB,CAAC,EAAE,YAAY,CAAC,WAAW,CAAC,CAAC;CAC9C"}
@@ -1,6 +1,6 @@
1
1
  import { ConfirmBottomSheetProps } from '../../../components/BottomSheet/ConfirmBottomSheet/types';
2
2
  declare const ConfirmBottomSheet: {
3
- ({ ref, isOpen, title, children, iconOptions, useIcon, onConfirm, onCancel, confirmButtonLabel, cancelButtonLabel, possibleConfirm, isPending, className, }: ConfirmBottomSheetProps): import("react/jsx-runtime").JSX.Element;
3
+ ({ ref, isOpen, title, children, iconOptions, useIcon, onConfirm, onCancel, confirmButtonLabel, cancelButtonLabel, possibleConfirm, isPending, isLoading, className, }: ConfirmBottomSheetProps): 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":"ConfirmBottomSheet.d.ts","sourceRoot":"","sources":["../../../../src/components/BottomSheet/ConfirmBottomSheet/ConfirmBottomSheet.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,mDAAmD,CAAC;AAO5F,QAAA,MAAM,kBAAkB;iKAcrB,uBAAuB;;;CAqBzB,CAAC;AAEF,eAAe,kBAAkB,CAAC"}
1
+ {"version":3,"file":"ConfirmBottomSheet.d.ts","sourceRoot":"","sources":["../../../../src/components/BottomSheet/ConfirmBottomSheet/ConfirmBottomSheet.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,mDAAmD,CAAC;AAO5F,QAAA,MAAM,kBAAkB;4KAerB,uBAAuB;;;CAsBzB,CAAC;AAEF,eAAe,kBAAkB,CAAC"}
@@ -1,6 +1,6 @@
1
1
  import { InfoBottomSheetProps } from '../../../components/BottomSheet/InfoBottomSheet/types';
2
2
  declare const InfoBottomSheet: {
3
- ({ ref, isOpen, title, children, onConfirm, onCancel, confirmButtonLabel, cancelButtonLabel, className, }: InfoBottomSheetProps): import("react/jsx-runtime").JSX.Element;
3
+ ({ ref, isOpen, title, children, onConfirm, onCancel, confirmButtonLabel, cancelButtonLabel, isLoading, className, }: InfoBottomSheetProps): 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":"InfoBottomSheet.d.ts","sourceRoot":"","sources":["../../../../src/components/BottomSheet/InfoBottomSheet/InfoBottomSheet.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,gDAAgD,CAAC;AAItF,QAAA,MAAM,eAAe;+GAUlB,oBAAoB;;;CAkBtB,CAAC;AAEF,eAAe,eAAe,CAAC"}
1
+ {"version":3,"file":"InfoBottomSheet.d.ts","sourceRoot":"","sources":["../../../../src/components/BottomSheet/InfoBottomSheet/InfoBottomSheet.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,gDAAgD,CAAC;AAItF,QAAA,MAAM,eAAe;0HAWlB,oBAAoB;;;CAqBtB,CAAC;AAEF,eAAe,eAAe,CAAC"}
@@ -3,8 +3,8 @@ import { BottomSheetProps } from '../../../components/BottomSheet/shared/types';
3
3
  declare const BottomSheet: {
4
4
  ({ ref, isOpen, children, className, }: PropsWithChildren<BottomSheetProps>): import("react/jsx-runtime").JSX.Element;
5
5
  displayName: string;
6
- ContentWrapper: ({ children, className, }: PropsWithChildren<import("../../../components/BottomSheet/shared/types").BottomSheetContentWrapperProps>) => import("react/jsx-runtime").JSX.Element;
7
- Footer: ({ onConfirm, onCancel, confirmButtonLabel, cancelButtonLabel, isPending, possibleConfirm, }: import("../../../components/BottomSheet/shared/types").BottomSheetFooterProps) => import("react/jsx-runtime").JSX.Element;
6
+ ContentWrapper: ({ isLoading, children, className, }: PropsWithChildren<import("../../../components/BottomSheet/shared/types").BottomSheetContentWrapperProps>) => import("react/jsx-runtime").JSX.Element;
7
+ Footer: ({ onConfirm, onCancel, confirmButtonLabel, cancelButtonLabel, isPending, isLoading, possibleConfirm, }: import("../../../components/BottomSheet/shared/types").BottomSheetFooterProps) => import("react/jsx-runtime").JSX.Element;
8
8
  };
9
9
  export default BottomSheet;
10
10
  //# sourceMappingURL=BottomSheet.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"BottomSheet.d.ts","sourceRoot":"","sources":["../../../../src/components/BottomSheet/shared/BottomSheet.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAI1C,OAAO,EAAE,gBAAgB,EAAE,MAAM,uCAAuC,CAAC;AAIzE,QAAA,MAAM,WAAW;4CAKd,iBAAiB,CAAC,gBAAgB,CAAC;;;;CAkBrC,CAAC;AAEF,eAAe,WAAW,CAAC"}
1
+ {"version":3,"file":"BottomSheet.d.ts","sourceRoot":"","sources":["../../../../src/components/BottomSheet/shared/BottomSheet.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAI1C,OAAO,EAAE,gBAAgB,EAAE,MAAM,uCAAuC,CAAC;AAGzE,QAAA,MAAM,WAAW;4CAKd,iBAAiB,CAAC,gBAAgB,CAAC;;;;CAkBrC,CAAC;AAEF,eAAe,WAAW,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import { PropsWithChildren } from 'react';
2
2
  import { BottomSheetContentWrapperProps } from '../../../components/BottomSheet/shared/types';
3
- declare const BottomSheetContentWrapper: ({ children, className, }: PropsWithChildren<BottomSheetContentWrapperProps>) => import("react/jsx-runtime").JSX.Element;
3
+ declare const BottomSheetContentWrapper: ({ isLoading, children, className, }: PropsWithChildren<BottomSheetContentWrapperProps>) => import("react/jsx-runtime").JSX.Element;
4
4
  export default BottomSheetContentWrapper;
5
5
  //# sourceMappingURL=BottomSheetContentWrapper.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"BottomSheetContentWrapper.d.ts","sourceRoot":"","sources":["../../../../src/components/BottomSheet/shared/BottomSheetContentWrapper.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAE1C,OAAO,EAAE,8BAA8B,EAAE,MAAM,uCAAuC,CAAC;AAEvF,QAAA,MAAM,yBAAyB,GAAI,0BAGhC,iBAAiB,CAAC,8BAA8B,CAAC,4CAInD,CAAC;AAEF,eAAe,yBAAyB,CAAC"}
1
+ {"version":3,"file":"BottomSheetContentWrapper.d.ts","sourceRoot":"","sources":["../../../../src/components/BottomSheet/shared/BottomSheetContentWrapper.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAE1C,OAAO,EAAE,8BAA8B,EAAE,MAAM,uCAAuC,CAAC;AAGvF,QAAA,MAAM,yBAAyB,GAAI,qCAIhC,iBAAiB,CAAC,8BAA8B,CAAC,4CAQnD,CAAC;AAEF,eAAe,yBAAyB,CAAC"}
@@ -1,4 +1,4 @@
1
1
  import { BottomSheetFooterProps } from '../../../components/BottomSheet/shared/types';
2
- declare const BottomSheetFooter: ({ onConfirm, onCancel, confirmButtonLabel, cancelButtonLabel, isPending, possibleConfirm, }: BottomSheetFooterProps) => import("react/jsx-runtime").JSX.Element;
2
+ declare const BottomSheetFooter: ({ onConfirm, onCancel, confirmButtonLabel, cancelButtonLabel, isPending, isLoading, possibleConfirm, }: BottomSheetFooterProps) => import("react/jsx-runtime").JSX.Element;
3
3
  export default BottomSheetFooter;
4
4
  //# sourceMappingURL=BottomSheetFooter.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"BottomSheetFooter.d.ts","sourceRoot":"","sources":["../../../../src/components/BottomSheet/shared/BottomSheetFooter.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,sBAAsB,EAAE,MAAM,uCAAuC,CAAC;AAG/E,QAAA,MAAM,iBAAiB,GAAI,6FAOxB,sBAAsB,4CAaxB,CAAC;AAEF,eAAe,iBAAiB,CAAC"}
1
+ {"version":3,"file":"BottomSheetFooter.d.ts","sourceRoot":"","sources":["../../../../src/components/BottomSheet/shared/BottomSheetFooter.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,sBAAsB,EAAE,MAAM,uCAAuC,CAAC;AAG/E,QAAA,MAAM,iBAAiB,GAAI,wGAQxB,sBAAsB,4CAcxB,CAAC;AAEF,eAAe,iBAAiB,CAAC"}
@@ -1,8 +1,7 @@
1
- import { HTMLAttributes } from 'react';
2
- import { OverlayBasePrimitiveProps, OverlayFooterPrimitiveProps, OverlayFooterStateProps } from '../../../../components/shared';
1
+ import { OverlayBasePrimitiveProps, OverlayContentWrapperProps, OverlayFooterPrimitiveProps, OverlayFooterStateProps } from '../../../../components/shared';
3
2
  export interface BottomSheetProps extends OverlayBasePrimitiveProps {
4
3
  }
5
- export interface BottomSheetContentWrapperProps extends Pick<HTMLAttributes<HTMLDivElement>, 'className'> {
4
+ export interface BottomSheetContentWrapperProps extends Pick<OverlayContentWrapperProps, 'isLoading' | 'className'> {
6
5
  }
7
6
  export interface BottomSheetFooterProps extends OverlayFooterPrimitiveProps, OverlayFooterStateProps {
8
7
  }
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/BottomSheet/shared/types/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAEvC,OAAO,EACL,yBAAyB,EACzB,2BAA2B,EAC3B,uBAAuB,EACxB,MAAM,qBAAqB,CAAC;AAE7B,MAAM,WAAW,gBAAiB,SAAQ,yBAAyB;CAAG;AAEtE,MAAM,WAAW,8BACf,SAAQ,IAAI,CAAC,cAAc,CAAC,cAAc,CAAC,EAAE,WAAW,CAAC;CAAG;AAE9D,MAAM,WAAW,sBACf,SAAQ,2BAA2B,EACjC,uBAAuB;CAAG"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/BottomSheet/shared/types/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,yBAAyB,EACzB,0BAA0B,EAC1B,2BAA2B,EAC3B,uBAAuB,EACxB,MAAM,qBAAqB,CAAC;AAE7B,MAAM,WAAW,gBAAiB,SAAQ,yBAAyB;CAAG;AAEtE,MAAM,WAAW,8BACf,SAAQ,IAAI,CAAC,0BAA0B,EAAE,WAAW,GAAG,WAAW,CAAC;CAAG;AAExE,MAAM,WAAW,sBACf,SAAQ,2BAA2B,EACjC,uBAAuB;CAAG"}
@@ -1,4 +1,4 @@
1
1
  import { IconButtonProps } from './types';
2
- declare const IconButton: ({ ref, iconKey, type, theme, arialLabel, className, disabled, isPending, onClick, }: IconButtonProps) => import("react/jsx-runtime").JSX.Element;
2
+ declare const IconButton: ({ ref, iconKey, type, theme, arialLabel, tooltipContent, rootClassName, disabled, isPending, onClick, }: IconButtonProps) => import("react/jsx-runtime").JSX.Element;
3
3
  export default IconButton;
4
4
  //# sourceMappingURL=IconButton.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"IconButton.d.ts","sourceRoot":"","sources":["../../../../src/components/Button/IconButton/IconButton.tsx"],"names":[],"mappings":"AASA,OAAO,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AAE1C,QAAA,MAAM,UAAU,GAAI,qFAUjB,eAAe,4CA8BjB,CAAC;AAEF,eAAe,UAAU,CAAC"}
1
+ {"version":3,"file":"IconButton.d.ts","sourceRoot":"","sources":["../../../../src/components/Button/IconButton/IconButton.tsx"],"names":[],"mappings":"AAUA,OAAO,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AAE1C,QAAA,MAAM,UAAU,GAAI,yGAWjB,eAAe,4CAoCjB,CAAC;AAEF,eAAe,UAAU,CAAC"}
@@ -1,7 +1,8 @@
1
1
  import { IconButtonTheme } from '../../../../components/Button/IconButton/types';
2
2
  export declare const ICON_BUTTON_THEMES: {
3
- readonly GRAY: "gray";
4
- readonly WHITE: "white";
3
+ readonly HOVER_GRAY: "hover-gray";
4
+ readonly HOVER_WHITE: "hover-white";
5
+ readonly BG_WHITE: "bg-white";
5
6
  };
6
7
  export declare const ICON_BUTTON_COLORS_STYLES: Record<IconButtonTheme, string>;
7
8
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/Button/IconButton/constants/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,sCAAsC,CAAC;AAEvE,eAAO,MAAM,kBAAkB;;;CAGrB,CAAC;AAEX,eAAO,MAAM,yBAAyB,EAAE,MAAM,CAAC,eAAe,EAAE,MAAM,CAIrE,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/Button/IconButton/constants/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,sCAAsC,CAAC;AAEvE,eAAO,MAAM,kBAAkB;;;;CAIrB,CAAC;AAEX,eAAO,MAAM,yBAAyB,EAAE,MAAM,CAAC,eAAe,EAAE,MAAM,CAMrE,CAAC"}
@@ -3,9 +3,11 @@ import { ButtonProps } from '../../../../components/Button/Button';
3
3
  import { ICON_BUTTON_THEMES } from '../../../../components/Button/IconButton/constants';
4
4
  import { IconProps } from '../../../../components/Icon';
5
5
  import { ComponentPropsRef } from '../../../../components/shared';
6
+ import { TooltipProps } from '../../../../components/Tooltip';
6
7
  export type IconButtonTheme = (typeof ICON_BUTTON_THEMES)[keyof typeof ICON_BUTTON_THEMES];
7
- export interface IconButtonProps extends Pick<ButtonHTMLAttributes<HTMLButtonElement>, 'className' | 'onClick' | 'disabled' | 'type'>, Pick<IconProps, 'iconKey'>, Pick<ButtonProps, 'isPending'>, ComponentPropsRef<HTMLButtonElement> {
8
+ export interface IconButtonProps extends Pick<ButtonHTMLAttributes<HTMLButtonElement>, 'onClick' | 'disabled' | 'type'>, Pick<TooltipProps, 'rootClassName'>, Pick<IconProps, 'iconKey'>, Pick<ButtonProps, 'isPending'>, ComponentPropsRef<HTMLButtonElement> {
8
9
  theme?: IconButtonTheme;
9
10
  arialLabel: Required<ButtonHTMLAttributes<HTMLButtonElement>['aria-label']>;
11
+ tooltipContent?: string;
10
12
  }
11
13
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/Button/IconButton/types/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,OAAO,CAAC;AAE7C,OAAO,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAC;AACzD,OAAO,EAAE,kBAAkB,EAAE,MAAM,0CAA0C,CAAC;AAC9E,OAAO,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;AAC9C,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAExD,MAAM,MAAM,eAAe,GACzB,CAAC,OAAO,kBAAkB,CAAC,CAAC,MAAM,OAAO,kBAAkB,CAAC,CAAC;AAE/D,MAAM,WAAW,eACf,SAAQ,IAAI,CACR,oBAAoB,CAAC,iBAAiB,CAAC,EACvC,WAAW,GAAG,SAAS,GAAG,UAAU,GAAG,MAAM,CAC9C,EACD,IAAI,CAAC,SAAS,EAAE,SAAS,CAAC,EAC1B,IAAI,CAAC,WAAW,EAAE,WAAW,CAAC,EAC9B,iBAAiB,CAAC,iBAAiB,CAAC;IACtC,KAAK,CAAC,EAAE,eAAe,CAAC;IACxB,UAAU,EAAE,QAAQ,CAAC,oBAAoB,CAAC,iBAAiB,CAAC,CAAC,YAAY,CAAC,CAAC,CAAC;CAC7E"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/Button/IconButton/types/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,OAAO,CAAC;AAE7C,OAAO,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAC;AACzD,OAAO,EAAE,kBAAkB,EAAE,MAAM,0CAA0C,CAAC;AAC9E,OAAO,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;AAC9C,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAC;AAEpD,MAAM,MAAM,eAAe,GACzB,CAAC,OAAO,kBAAkB,CAAC,CAAC,MAAM,OAAO,kBAAkB,CAAC,CAAC;AAE/D,MAAM,WAAW,eACf,SAAQ,IAAI,CACR,oBAAoB,CAAC,iBAAiB,CAAC,EACvC,SAAS,GAAG,UAAU,GAAG,MAAM,CAChC,EACD,IAAI,CAAC,YAAY,EAAE,eAAe,CAAC,EACnC,IAAI,CAAC,SAAS,EAAE,SAAS,CAAC,EAC1B,IAAI,CAAC,WAAW,EAAE,WAAW,CAAC,EAC9B,iBAAiB,CAAC,iBAAiB,CAAC;IACtC,KAAK,CAAC,EAAE,eAAe,CAAC;IACxB,UAAU,EAAE,QAAQ,CAAC,oBAAoB,CAAC,iBAAiB,CAAC,CAAC,YAAY,CAAC,CAAC,CAAC;IAC5E,cAAc,CAAC,EAAE,MAAM,CAAC;CACzB"}
@@ -9,6 +9,9 @@ export declare const BUTTON_VARIANTS: {
9
9
  export declare const BUTTON_THEMES: {
10
10
  readonly PRIMARY: "primary";
11
11
  readonly GRAY: "gray";
12
+ readonly RED: "red";
13
+ readonly GREEN: "green";
14
+ readonly YELLOW: "yellow";
12
15
  };
13
16
  export declare const BUTTON_SIZES: {
14
17
  readonly LG: "lg";
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/Button/shared/constants/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,UAAU,EACV,WAAW,EACX,WAAW,EACX,aAAa,EACd,MAAM,kCAAkC,CAAC;AAE1C,eAAO,MAAM,uBAAuB,iBAAiB,CAAC;AAEtD,eAAO,MAAM,eAAe;;;;;CAKlB,CAAC;AAEX,eAAO,MAAM,aAAa;;;CAGhB,CAAC;AAEX,eAAO,MAAM,YAAY;;;;;CAKf,CAAC;AAEX,eAAO,MAAM,YAAY;;;;;CAKf,CAAC;AAEX,eAAO,MAAM,qBAAqB;;;CAGxB,CAAC;AAEX,eAAO,MAAM,aAAa,EAAE,MAAM,CAChC,WAAW,EACX,OAAO,CAAC,MAAM,CAAC,aAAa,EAAE,MAAM,CAAC,WAAW,EAAE,MAAM,CAAC,CAAC,CAAC,CAgD5D,CAAC;AAEF,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;CAyBrB,CAAC;AAEX,eAAO,MAAM,uBAAuB,EAAE,MAAM,CAAC,UAAU,EAAE,MAAM,CAK9D,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/Button/shared/constants/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,UAAU,EACV,WAAW,EACX,WAAW,EACX,aAAa,EACd,MAAM,kCAAkC,CAAC;AAE1C,eAAO,MAAM,uBAAuB,iBAAiB,CAAC;AAEtD,eAAO,MAAM,eAAe;;;;;CAKlB,CAAC;AAEX,eAAO,MAAM,aAAa;;;;;;CAMhB,CAAC;AAEX,eAAO,MAAM,YAAY;;;;;CAKf,CAAC;AAEX,eAAO,MAAM,YAAY;;;;;CAKf,CAAC;AAEX,eAAO,MAAM,qBAAqB;;;CAGxB,CAAC;AAEX,eAAO,MAAM,aAAa,EAAE,MAAM,CAChC,WAAW,EACX,OAAO,CAAC,MAAM,CAAC,aAAa,EAAE,MAAM,CAAC,WAAW,EAAE,MAAM,CAAC,CAAC,CAAC,CA8H5D,CAAC;AAEF,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;CAyBrB,CAAC;AAEX,eAAO,MAAM,uBAAuB,EAAE,MAAM,CAAC,UAAU,EAAE,MAAM,CAK9D,CAAC"}
@@ -1,4 +1,4 @@
1
1
  import { FormDialogProps } from '../../../components/Dialog/FormDialog/types';
2
- declare const FormDialog: ({ children, isOpen, ref, title, className, onCancel, onConfirm, confirmButtonLabel, cancelButtonLabel, possibleConfirm, isPending, }: FormDialogProps) => import("react/jsx-runtime").JSX.Element;
2
+ declare const FormDialog: ({ children, isOpen, ref, title, className, onCancel, onConfirm, confirmButtonLabel, cancelButtonLabel, possibleConfirm, isPending, isLoading, }: FormDialogProps) => import("react/jsx-runtime").JSX.Element;
3
3
  export default FormDialog;
4
4
  //# sourceMappingURL=FormDialog.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"FormDialog.d.ts","sourceRoot":"","sources":["../../../../src/components/Dialog/FormDialog/FormDialog.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,sCAAsC,CAAC;AAKvE,QAAA,MAAM,UAAU,GAAI,sIAYjB,eAAe,4CAsBjB,CAAC;AAEF,eAAe,UAAU,CAAC"}
1
+ {"version":3,"file":"FormDialog.d.ts","sourceRoot":"","sources":["../../../../src/components/Dialog/FormDialog/FormDialog.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,sCAAsC,CAAC;AAOvE,QAAA,MAAM,UAAU,GAAI,iJAajB,eAAe,4CAwBjB,CAAC;AAEF,eAAe,UAAU,CAAC"}
@@ -1,4 +1,4 @@
1
1
  import { InfoDialogProps } from '../../../components/Dialog/InfoDialog/types';
2
- declare const InfoDialog: ({ children, isOpen, ref, title, className, onConfirm, confirmButtonLabel, }: InfoDialogProps) => import("react/jsx-runtime").JSX.Element;
2
+ declare const InfoDialog: ({ children, isOpen, ref, title, className, onConfirm, isLoading, confirmButtonLabel, }: InfoDialogProps) => import("react/jsx-runtime").JSX.Element;
3
3
  export default InfoDialog;
4
4
  //# sourceMappingURL=InfoDialog.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"InfoDialog.d.ts","sourceRoot":"","sources":["../../../../src/components/Dialog/InfoDialog/InfoDialog.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,sCAAsC,CAAC;AAIvE,QAAA,MAAM,UAAU,GAAI,6EAQjB,eAAe,4CAcjB,CAAC;AAEF,eAAe,UAAU,CAAC"}
1
+ {"version":3,"file":"InfoDialog.d.ts","sourceRoot":"","sources":["../../../../src/components/Dialog/InfoDialog/InfoDialog.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,sCAAsC,CAAC;AAIvE,QAAA,MAAM,UAAU,GAAI,wFASjB,eAAe,4CAgBjB,CAAC;AAEF,eAAe,UAAU,CAAC"}
@@ -1,4 +1,4 @@
1
- import { DialogOverlayProps } from '../../../../components/shared/components/DialogOverlay';
2
- export interface InfoDialogProps extends Omit<DialogOverlayProps, 'onCancel' | 'cancelButtonLabel' | 'confirmButtonLabel'>, Partial<Pick<DialogOverlayProps, 'confirmButtonLabel'>> {
1
+ import { DialogOverlayProps, InfoDialogOverlayPrimitiveProps } from '../../../../components/shared/components/DialogOverlay';
2
+ export interface InfoDialogProps extends InfoDialogOverlayPrimitiveProps, Pick<DialogOverlayProps, 'onConfirm'>, Partial<Pick<DialogOverlayProps, 'confirmButtonLabel'>> {
3
3
  }
4
4
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/Dialog/InfoDialog/types/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,8CAA8C,CAAC;AAElF,MAAM,WAAW,eACf,SAAQ,IAAI,CACR,kBAAkB,EAClB,UAAU,GAAG,mBAAmB,GAAG,oBAAoB,CACxD,EACD,OAAO,CAAC,IAAI,CAAC,kBAAkB,EAAE,oBAAoB,CAAC,CAAC;CAAG"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/Dialog/InfoDialog/types/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,kBAAkB,EAClB,+BAA+B,EAChC,MAAM,8CAA8C,CAAC;AAEtD,MAAM,WAAW,eACf,SAAQ,+BAA+B,EACrC,IAAI,CAAC,kBAAkB,EAAE,WAAW,CAAC,EACrC,OAAO,CAAC,IAAI,CAAC,kBAAkB,EAAE,oBAAoB,CAAC,CAAC;CAAG"}
@@ -4,8 +4,8 @@ declare const Dialog: {
4
4
  ({ isOpen, ref, children, className, }: PropsWithChildren<DialogProps>): import("react/jsx-runtime").JSX.Element;
5
5
  displayName: string;
6
6
  Header: ({ children }: PropsWithChildren) => import("react/jsx-runtime").JSX.Element;
7
- ContentWrapper: ({ as, children, className, }: PropsWithChildren<import("../../../components/Dialog/shared/types").DialogContentWrapperProps>) => import("react/jsx-runtime").JSX.Element;
8
- Footer: ({ onConfirm, onCancel, confirmButtonLabel, cancelButtonLabel, isPending, possibleConfirm, }: import("../../../components/Dialog/shared/types").DialogFooterProps) => import("react/jsx-runtime").JSX.Element;
7
+ ContentWrapper: ({ as, isLoading, children, className, }: PropsWithChildren<import("../../../components/Dialog/shared/types").DialogContentWrapperProps>) => import("react/jsx-runtime").JSX.Element;
8
+ Footer: ({ onConfirm, onCancel, confirmButtonLabel, cancelButtonLabel, isPending, isLoading, possibleConfirm, }: import("../../../components/Dialog/shared/types").DialogFooterProps) => import("react/jsx-runtime").JSX.Element;
9
9
  Divider: () => import("react/jsx-runtime").JSX.Element;
10
10
  };
11
11
  export default Dialog;
@@ -1 +1 @@
1
- {"version":3,"file":"Dialog.d.ts","sourceRoot":"","sources":["../../../../src/components/Dialog/shared/Dialog.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAU1C,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;AAE/D,QAAA,MAAM,MAAM;4CAKT,iBAAiB,CAAC,WAAW,CAAC;;;;;;CAQhC,CAAC;AAEF,eAAe,MAAM,CAAC"}
1
+ {"version":3,"file":"Dialog.d.ts","sourceRoot":"","sources":["../../../../src/components/Dialog/shared/Dialog.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAK1C,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;AAG/D,QAAA,MAAM,MAAM;4CAKT,iBAAiB,CAAC,WAAW,CAAC;;;;;;CAahC,CAAC;AAEF,eAAe,MAAM,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import { PropsWithChildren } from 'react';
2
2
  import { DialogContentWrapperProps } from '../../../components/Dialog/shared/types';
3
- declare const DialogContentWrapper: ({ as, children, className, }: PropsWithChildren<DialogContentWrapperProps>) => import("react/jsx-runtime").JSX.Element;
3
+ declare const DialogContentWrapper: ({ as, isLoading, children, className, }: PropsWithChildren<DialogContentWrapperProps>) => import("react/jsx-runtime").JSX.Element;
4
4
  export default DialogContentWrapper;
5
5
  //# sourceMappingURL=DialogContentWrapper.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"DialogContentWrapper.d.ts","sourceRoot":"","sources":["../../../../src/components/Dialog/shared/DialogContentWrapper.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAE1C,OAAO,EAAE,yBAAyB,EAAE,MAAM,kCAAkC,CAAC;AAG7E,QAAA,MAAM,oBAAoB,GAAI,8BAI3B,iBAAiB,CAAC,yBAAyB,CAAC,4CAS9C,CAAC;AAEF,eAAe,oBAAoB,CAAC"}
1
+ {"version":3,"file":"DialogContentWrapper.d.ts","sourceRoot":"","sources":["../../../../src/components/Dialog/shared/DialogContentWrapper.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAE1C,OAAO,EAAE,yBAAyB,EAAE,MAAM,kCAAkC,CAAC;AAG7E,QAAA,MAAM,oBAAoB,GAAI,yCAK3B,iBAAiB,CAAC,yBAAyB,CAAC,4CAa9C,CAAC;AAEF,eAAe,oBAAoB,CAAC"}
@@ -1,4 +1,4 @@
1
1
  import { DialogFooterProps } from '../../../components/Dialog/shared/types';
2
- declare const DialogFooter: ({ onConfirm, onCancel, confirmButtonLabel, cancelButtonLabel, isPending, possibleConfirm, }: DialogFooterProps) => import("react/jsx-runtime").JSX.Element;
2
+ declare const DialogFooter: ({ onConfirm, onCancel, confirmButtonLabel, cancelButtonLabel, isPending, isLoading, possibleConfirm, }: DialogFooterProps) => import("react/jsx-runtime").JSX.Element;
3
3
  export default DialogFooter;
4
4
  //# sourceMappingURL=DialogFooter.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"DialogFooter.d.ts","sourceRoot":"","sources":["../../../../src/components/Dialog/shared/DialogFooter.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,iBAAiB,EAAE,MAAM,kCAAkC,CAAC;AAGrE,QAAA,MAAM,YAAY,GAAI,6FAOnB,iBAAiB,4CAanB,CAAC;AAEF,eAAe,YAAY,CAAC"}
1
+ {"version":3,"file":"DialogFooter.d.ts","sourceRoot":"","sources":["../../../../src/components/Dialog/shared/DialogFooter.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,iBAAiB,EAAE,MAAM,kCAAkC,CAAC;AAGrE,QAAA,MAAM,YAAY,GAAI,wGAQnB,iBAAiB,4CAcnB,CAAC;AAEF,eAAe,YAAY,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"DialogHeader.d.ts","sourceRoot":"","sources":["../../../../src/components/Dialog/shared/DialogHeader.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAE1C,QAAA,MAAM,YAAY,GAAI,cAAc,iBAAiB,4CAMpD,CAAC;AAEF,eAAe,YAAY,CAAC"}
1
+ {"version":3,"file":"DialogHeader.d.ts","sourceRoot":"","sources":["../../../../src/components/Dialog/shared/DialogHeader.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAI1C,QAAA,MAAM,YAAY,GAAI,cAAc,iBAAiB,4CAIpD,CAAC;AAEF,eAAe,YAAY,CAAC"}
@@ -1,8 +1,8 @@
1
- import { DialogOverlayContentWrapperProps } from '../../../../components/shared';
1
+ import { OverlayContentWrapperProps } from '../../../../components/shared';
2
2
  import { OverlayBasePrimitiveProps, OverlayFooterPrimitiveProps, OverlayFooterStateProps } from '../../../../components/shared/components/Overlay/types';
3
3
  export interface DialogProps extends OverlayBasePrimitiveProps {
4
4
  }
5
- export interface DialogContentWrapperProps extends DialogOverlayContentWrapperProps {
5
+ export interface DialogContentWrapperProps extends OverlayContentWrapperProps {
6
6
  }
7
7
  export interface DialogFooterProps extends OverlayFooterPrimitiveProps, OverlayFooterStateProps {
8
8
  }
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/Dialog/shared/types/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gCAAgC,EAAE,MAAM,qBAAqB,CAAC;AACvE,OAAO,EACL,yBAAyB,EACzB,2BAA2B,EAC3B,uBAAuB,EACxB,MAAM,8CAA8C,CAAC;AAEtD,MAAM,WAAW,WAAY,SAAQ,yBAAyB;CAAG;AAEjE,MAAM,WAAW,yBACf,SAAQ,gCAAgC;CAAG;AAE7C,MAAM,WAAW,iBACf,SAAQ,2BAA2B,EACjC,uBAAuB;CAAG"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/Dialog/shared/types/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,0BAA0B,EAAE,MAAM,qBAAqB,CAAC;AACjE,OAAO,EACL,yBAAyB,EACzB,2BAA2B,EAC3B,uBAAuB,EACxB,MAAM,8CAA8C,CAAC;AAEtD,MAAM,WAAW,WAAY,SAAQ,yBAAyB;CAAG;AAEjE,MAAM,WAAW,yBAA0B,SAAQ,0BAA0B;CAAG;AAEhF,MAAM,WAAW,iBACf,SAAQ,2BAA2B,EACjC,uBAAuB;CAAG"}
@@ -1,4 +1,4 @@
1
1
  import { FormFullScreenDialogProps } from '../../../components/FullScreenDialog/FormFullScreenDialog/types';
2
- declare const FormFullScreenDialog: ({ children, isOpen, ref, title, className, onCancel, onConfirm, confirmButtonLabel, cancelButtonLabel, possibleConfirm, isPending, }: FormFullScreenDialogProps) => import("react/jsx-runtime").JSX.Element;
2
+ declare const FormFullScreenDialog: ({ children, isOpen, ref, title, className, onCancel, onConfirm, confirmButtonLabel, cancelButtonLabel, possibleConfirm, isPending, isLoading, }: FormFullScreenDialogProps) => import("react/jsx-runtime").JSX.Element;
3
3
  export default FormFullScreenDialog;
4
4
  //# sourceMappingURL=FormFullScreenDialog.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"FormFullScreenDialog.d.ts","sourceRoot":"","sources":["../../../../src/components/FullScreenDialog/FormFullScreenDialog/FormFullScreenDialog.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,yBAAyB,EAAE,MAAM,0DAA0D,CAAC;AAOrG,QAAA,MAAM,oBAAoB,GAAI,sIAY3B,yBAAyB,4CA0B3B,CAAC;AAEF,eAAe,oBAAoB,CAAC"}
1
+ {"version":3,"file":"FormFullScreenDialog.d.ts","sourceRoot":"","sources":["../../../../src/components/FullScreenDialog/FormFullScreenDialog/FormFullScreenDialog.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,yBAAyB,EAAE,MAAM,0DAA0D,CAAC;AAOrG,QAAA,MAAM,oBAAoB,GAAI,iJAa3B,yBAAyB,4CA4B3B,CAAC;AAEF,eAAe,oBAAoB,CAAC"}
@@ -1,4 +1,4 @@
1
1
  import { InfoFullScreenDialogProps } from '../../../components/FullScreenDialog/InfoFullScreenDialog/types';
2
- declare const InfoFullScreenDialog: ({ children, isOpen, ref, title, className, onClose, }: InfoFullScreenDialogProps) => import("react/jsx-runtime").JSX.Element;
2
+ declare const InfoFullScreenDialog: ({ children, isOpen, ref, title, className, isLoading, onClose, }: InfoFullScreenDialogProps) => import("react/jsx-runtime").JSX.Element;
3
3
  export default InfoFullScreenDialog;
4
4
  //# sourceMappingURL=InfoFullScreenDialog.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"InfoFullScreenDialog.d.ts","sourceRoot":"","sources":["../../../../src/components/FullScreenDialog/InfoFullScreenDialog/InfoFullScreenDialog.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,yBAAyB,EAAE,MAAM,0DAA0D,CAAC;AAGrG,QAAA,MAAM,oBAAoB,GAAI,uDAO3B,yBAAyB,4CAS3B,CAAC;AAEF,eAAe,oBAAoB,CAAC"}
1
+ {"version":3,"file":"InfoFullScreenDialog.d.ts","sourceRoot":"","sources":["../../../../src/components/FullScreenDialog/InfoFullScreenDialog/InfoFullScreenDialog.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,yBAAyB,EAAE,MAAM,0DAA0D,CAAC;AAGrG,QAAA,MAAM,oBAAoB,GAAI,kEAQ3B,yBAAyB,4CAS3B,CAAC;AAEF,eAAe,oBAAoB,CAAC"}
@@ -1,5 +1,5 @@
1
- import { DialogOverlayProps } from '../../../../components/shared';
2
- export interface InfoFullScreenDialogProps extends Omit<DialogOverlayProps, 'confirmButtonLabel' | 'onConfirm' | 'onCancel' | 'cancelButtonLabel'> {
1
+ import { InfoDialogOverlayPrimitiveProps } from '../../../../components/shared';
2
+ export interface InfoFullScreenDialogProps extends InfoDialogOverlayPrimitiveProps {
3
3
  onClose: () => void;
4
4
  }
5
5
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/FullScreenDialog/InfoFullScreenDialog/types/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,qBAAqB,CAAC;AAEzD,MAAM,WAAW,yBACf,SAAQ,IAAI,CACV,kBAAkB,EAClB,oBAAoB,GAAG,WAAW,GAAG,UAAU,GAAG,mBAAmB,CACtE;IACD,OAAO,EAAE,MAAM,IAAI,CAAC;CACrB"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/FullScreenDialog/InfoFullScreenDialog/types/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,+BAA+B,EAAE,MAAM,qBAAqB,CAAC;AAEtE,MAAM,WAAW,yBACf,SAAQ,+BAA+B;IACvC,OAAO,EAAE,MAAM,IAAI,CAAC;CACrB"}
@@ -4,7 +4,7 @@ declare const FullScreenDialog: {
4
4
  ({ isOpen, ref, children, className, }: PropsWithChildren<FullScreenDialogProps>): import("react/jsx-runtime").JSX.Element;
5
5
  displayName: string;
6
6
  Header: ({ title, onCancel, isPending, }: import("../../../components/FullScreenDialog/shared/types").FullScreenDialogHeaderProps) => import("react/jsx-runtime").JSX.Element;
7
- ContentWrapper: ({ as, children, className, }: PropsWithChildren<import("../../../components/FullScreenDialog/shared/types").FullScreenDialogContentWrapperProps>) => import("react/jsx-runtime").JSX.Element;
7
+ ContentWrapper: ({ as, isLoading, children, className, }: PropsWithChildren<import("../../../components/FullScreenDialog/shared/types").FullScreenDialogContentWrapperProps>) => import("react/jsx-runtime").JSX.Element;
8
8
  Divider: () => import("react/jsx-runtime").JSX.Element;
9
9
  };
10
10
  export default FullScreenDialog;
@@ -1 +1 @@
1
- {"version":3,"file":"FullScreenDialog.d.ts","sourceRoot":"","sources":["../../../../src/components/FullScreenDialog/shared/FullScreenDialog.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAS1C,OAAO,EAAE,qBAAqB,EAAE,MAAM,4CAA4C,CAAC;AAEnF,QAAA,MAAM,gBAAgB;4CAKnB,iBAAiB,CAAC,qBAAqB,CAAC;;;;;CAa1C,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
1
+ {"version":3,"file":"FullScreenDialog.d.ts","sourceRoot":"","sources":["../../../../src/components/FullScreenDialog/shared/FullScreenDialog.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAI1C,OAAO,EAAE,qBAAqB,EAAE,MAAM,4CAA4C,CAAC;AAGnF,QAAA,MAAM,gBAAgB;4CAKnB,iBAAiB,CAAC,qBAAqB,CAAC;;;;;CAa1C,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import { PropsWithChildren } from 'react';
2
2
  import { FullScreenDialogContentWrapperProps } from '../../../components/FullScreenDialog/shared/types';
3
- declare const FullScreenDialogContentWrapper: ({ as, children, className, }: PropsWithChildren<FullScreenDialogContentWrapperProps>) => import("react/jsx-runtime").JSX.Element;
3
+ declare const FullScreenDialogContentWrapper: ({ as, isLoading, children, className, }: PropsWithChildren<FullScreenDialogContentWrapperProps>) => import("react/jsx-runtime").JSX.Element;
4
4
  export default FullScreenDialogContentWrapper;
5
5
  //# sourceMappingURL=FullScreenDialogContentWrapper.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"FullScreenDialogContentWrapper.d.ts","sourceRoot":"","sources":["../../../../src/components/FullScreenDialog/shared/FullScreenDialogContentWrapper.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAE1C,OAAO,EAAE,mCAAmC,EAAE,MAAM,4CAA4C,CAAC;AAGjG,QAAA,MAAM,8BAA8B,GAAI,8BAIrC,iBAAiB,CAAC,mCAAmC,CAAC,4CASxD,CAAC;AAEF,eAAe,8BAA8B,CAAC"}
1
+ {"version":3,"file":"FullScreenDialogContentWrapper.d.ts","sourceRoot":"","sources":["../../../../src/components/FullScreenDialog/shared/FullScreenDialogContentWrapper.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAE1C,OAAO,EAAE,mCAAmC,EAAE,MAAM,4CAA4C,CAAC;AAGjG,QAAA,MAAM,8BAA8B,GAAI,yCAKrC,iBAAiB,CAAC,mCAAmC,CAAC,4CAUxD,CAAC;AAEF,eAAe,8BAA8B,CAAC"}
@@ -1,7 +1,7 @@
1
- import { DialogOverlayContentWrapperProps, FormDialogOverlayProps, OverlayBasePrimitiveProps } from '../../../../components/shared';
1
+ import { FormDialogOverlayProps, OverlayBasePrimitiveProps, OverlayContentWrapperProps } from '../../../../components/shared';
2
2
  export interface FullScreenDialogProps extends OverlayBasePrimitiveProps {
3
3
  }
4
- export interface FullScreenDialogContentWrapperProps extends DialogOverlayContentWrapperProps {
4
+ export interface FullScreenDialogContentWrapperProps extends OverlayContentWrapperProps {
5
5
  }
6
6
  export interface FullScreenDialogHeaderProps extends Pick<FormDialogOverlayProps, 'onCancel' | 'title' | 'isPending'> {
7
7
  }
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/FullScreenDialog/shared/types/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,gCAAgC,EAChC,sBAAsB,EACtB,yBAAyB,EAC1B,MAAM,qBAAqB,CAAC;AAE7B,MAAM,WAAW,qBAAsB,SAAQ,yBAAyB;CAAG;AAE3E,MAAM,WAAW,mCACf,SAAQ,gCAAgC;CAAG;AAE7C,MAAM,WAAW,2BACf,SAAQ,IAAI,CAAC,sBAAsB,EAAE,UAAU,GAAG,OAAO,GAAG,WAAW,CAAC;CAAG"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/FullScreenDialog/shared/types/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,sBAAsB,EACtB,yBAAyB,EACzB,0BAA0B,EAC3B,MAAM,qBAAqB,CAAC;AAE7B,MAAM,WAAW,qBAAsB,SAAQ,yBAAyB;CAAG;AAE3E,MAAM,WAAW,mCACf,SAAQ,0BAA0B;CAAG;AAEvC,MAAM,WAAW,2BACf,SAAQ,IAAI,CAAC,sBAAsB,EAAE,UAAU,GAAG,OAAO,GAAG,WAAW,CAAC;CAAG"}
@@ -1 +1 @@
1
- {"version":3,"file":"Icon.d.ts","sourceRoot":"","sources":["../../../src/components/Icon/Icon.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,SAAS,EAAE,MAAM,yBAAyB,CAAC;AAEpD,QAAA,MAAM,IAAI,GAAI,wCAKX,SAAS,4CAeX,CAAC;AAEF,eAAe,IAAI,CAAC"}
1
+ {"version":3,"file":"Icon.d.ts","sourceRoot":"","sources":["../../../src/components/Icon/Icon.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,SAAS,EAAE,MAAM,yBAAyB,CAAC;AAEpD,QAAA,MAAM,IAAI,GAAI,wCAKX,SAAS,4CAUX,CAAC;AAEF,eAAe,IAAI,CAAC"}
@@ -1,4 +1,4 @@
1
1
  import { InputFieldProps } from '../../../components/Input/InputField/types';
2
- declare const InputField: ({ label, feedback, badge, error, required, rootClassName, value, name, onChange, regCallback, ...rest }: InputFieldProps) => import("react/jsx-runtime").JSX.Element;
2
+ declare const InputField: ({ label, feedback, badge, isError, required, rootClassName, value, name, onChange, regCallback, ...rest }: InputFieldProps) => import("react/jsx-runtime").JSX.Element;
3
3
  export default InputField;
4
4
  //# sourceMappingURL=InputField.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"InputField.d.ts","sourceRoot":"","sources":["../../../../src/components/Input/InputField/InputField.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,eAAe,EAAE,MAAM,qCAAqC,CAAC;AAKtE,QAAA,MAAM,UAAU,GAAI,yGAYjB,eAAe,4CAkCjB,CAAC;AAEF,eAAe,UAAU,CAAC"}
1
+ {"version":3,"file":"InputField.d.ts","sourceRoot":"","sources":["../../../../src/components/Input/InputField/InputField.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,eAAe,EAAE,MAAM,qCAAqC,CAAC;AAKtE,QAAA,MAAM,UAAU,GAAI,2GAYjB,eAAe,4CAkCjB,CAAC;AAEF,eAAe,UAAU,CAAC"}
@@ -1,7 +1,7 @@
1
1
  import { HTMLInputTypeAttribute } from 'react';
2
2
  import { INPUT_ELEMENTS } from '../../../../components/Input/shared/constants';
3
3
  import { InputBaseProps, InputProps, UseInputChangeProps } from '../../../../components/Input/shared/types';
4
- export interface InputFieldProps extends Pick<InputBaseProps, 'label' | 'feedback' | 'error' | 'required' | 'badge'>, Pick<InputProps<typeof INPUT_ELEMENTS.INPUT, HTMLInputElement>, 'id' | 'required' | 'value' | 'className' | 'placeholder' | 'disabled' | 'readOnly' | 'name' | 'autoComplete' | 'onChange' | 'ref' | 'inputClassName'>, Pick<UseInputChangeProps<typeof INPUT_ELEMENTS.INPUT, HTMLInputElement>, 'regCallback'> {
4
+ export interface InputFieldProps extends Pick<InputBaseProps, 'label' | 'feedback' | 'isError' | 'required' | 'badge'>, Pick<InputProps<typeof INPUT_ELEMENTS.INPUT, HTMLInputElement>, 'id' | 'required' | 'value' | 'className' | 'placeholder' | 'disabled' | 'readOnly' | 'name' | 'autoComplete' | 'onChange' | 'ref' | 'inputClassName'>, Pick<UseInputChangeProps<typeof INPUT_ELEMENTS.INPUT, HTMLInputElement>, 'regCallback'> {
5
5
  type?: Extract<HTMLInputTypeAttribute, 'text' | 'email' | 'number'>;
6
6
  rootClassName?: InputBaseProps['className'];
7
7
  }
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/Input/InputField/types/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,sBAAsB,EAAE,MAAM,OAAO,CAAC;AAE/C,OAAO,EAAE,cAAc,EAAE,MAAM,qCAAqC,CAAC;AACrE,OAAO,EACL,cAAc,EACd,UAAU,EACV,mBAAmB,EACpB,MAAM,iCAAiC,CAAC;AAEzC,MAAM,WAAW,eACf,SAAQ,IAAI,CACR,cAAc,EACd,OAAO,GAAG,UAAU,GAAG,OAAO,GAAG,UAAU,GAAG,OAAO,CACtD,EACD,IAAI,CACF,UAAU,CAAC,OAAO,cAAc,CAAC,KAAK,EAAE,gBAAgB,CAAC,EACvD,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,KAAK,EAAE,gBAAgB,CAAC,EAClE,aAAa,CACd;IACH,IAAI,CAAC,EAAE,OAAO,CAAC,sBAAsB,EAAE,MAAM,GAAG,OAAO,GAAG,QAAQ,CAAC,CAAC;IACpE,aAAa,CAAC,EAAE,cAAc,CAAC,WAAW,CAAC,CAAC;CAC7C"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/Input/InputField/types/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,sBAAsB,EAAE,MAAM,OAAO,CAAC;AAE/C,OAAO,EAAE,cAAc,EAAE,MAAM,qCAAqC,CAAC;AACrE,OAAO,EACL,cAAc,EACd,UAAU,EACV,mBAAmB,EACpB,MAAM,iCAAiC,CAAC;AAEzC,MAAM,WAAW,eACf,SAAQ,IAAI,CACR,cAAc,EACd,OAAO,GAAG,UAAU,GAAG,SAAS,GAAG,UAAU,GAAG,OAAO,CACxD,EACD,IAAI,CACF,UAAU,CAAC,OAAO,cAAc,CAAC,KAAK,EAAE,gBAAgB,CAAC,EACvD,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,KAAK,EAAE,gBAAgB,CAAC,EAClE,aAAa,CACd;IACH,IAAI,CAAC,EAAE,OAAO,CAAC,sBAAsB,EAAE,MAAM,GAAG,OAAO,GAAG,QAAQ,CAAC,CAAC;IACpE,aAAa,CAAC,EAAE,cAAc,CAAC,WAAW,CAAC,CAAC;CAC7C"}