@arkyn/components 3.0.1-beta.99 → 3.0.2

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 (903) hide show
  1. package/LICENSE.txt +184 -1
  2. package/README.md +198 -22
  3. package/dist/components/alert/alertContainer/index.d.ts +30 -46
  4. package/dist/components/alert/alertContainer/index.d.ts.map +1 -1
  5. package/dist/components/alert/alertContent/index.d.ts +12 -37
  6. package/dist/components/alert/alertContent/index.d.ts.map +1 -1
  7. package/dist/components/alert/alertDescription/index.d.ts +11 -39
  8. package/dist/components/alert/alertDescription/index.d.ts.map +1 -1
  9. package/dist/components/alert/alertIcon/index.d.ts +16 -40
  10. package/dist/components/alert/alertIcon/index.d.ts.map +1 -1
  11. package/dist/components/alert/alertTitle/index.d.ts +13 -36
  12. package/dist/components/alert/alertTitle/index.d.ts.map +1 -1
  13. package/dist/components/audioPlayer/index.d.ts +25 -33
  14. package/dist/components/audioPlayer/index.d.ts.map +1 -1
  15. package/dist/components/audioUpload/hasFileContent/index.d.ts +1 -1
  16. package/dist/components/audioUpload/hasFileContent/index.d.ts.map +1 -1
  17. package/dist/components/audioUpload/index.d.ts +38 -49
  18. package/dist/components/audioUpload/index.d.ts.map +1 -1
  19. package/dist/components/audioUpload/noFileContent/index.d.ts +1 -1
  20. package/dist/components/audioUpload/noFileContent/index.d.ts.map +1 -1
  21. package/dist/components/badge/index.d.ts +34 -25
  22. package/dist/components/badge/index.d.ts.map +1 -1
  23. package/dist/components/button/index.d.ts +42 -32
  24. package/dist/components/button/index.d.ts.map +1 -1
  25. package/dist/components/calendar/_calendarProvider.d.ts +52 -0
  26. package/dist/components/calendar/_calendarProvider.d.ts.map +1 -0
  27. package/dist/components/calendar/_viewService.d.ts +32 -0
  28. package/dist/components/calendar/_viewService.d.ts.map +1 -0
  29. package/dist/components/calendar/calendarContainer/index.d.ts +8 -0
  30. package/dist/components/calendar/calendarContainer/index.d.ts.map +1 -0
  31. package/dist/components/calendar/calendarHeader/index.d.ts +7 -0
  32. package/dist/components/calendar/calendarHeader/index.d.ts.map +1 -0
  33. package/dist/components/calendar/calendarTableBody/index.d.ts +4 -0
  34. package/dist/components/calendar/calendarTableBody/index.d.ts.map +1 -0
  35. package/dist/components/calendar/calendarTableContainer/index.d.ts +8 -0
  36. package/dist/components/calendar/calendarTableContainer/index.d.ts.map +1 -0
  37. package/dist/components/calendar/calendarTableHeader/index.d.ts +4 -0
  38. package/dist/components/calendar/calendarTableHeader/index.d.ts.map +1 -0
  39. package/dist/components/calendar/calendarTableTd/index.d.ts +11 -0
  40. package/dist/components/calendar/calendarTableTd/index.d.ts.map +1 -0
  41. package/dist/components/calendar/index.d.ts +100 -0
  42. package/dist/components/calendar/index.d.ts.map +1 -0
  43. package/dist/components/cardTab/cardTabButton/index.d.ts +16 -54
  44. package/dist/components/cardTab/cardTabButton/index.d.ts.map +1 -1
  45. package/dist/components/cardTab/cardTabContainer/index.d.ts +18 -60
  46. package/dist/components/cardTab/cardTabContainer/index.d.ts.map +1 -1
  47. package/dist/components/cardTab/cardTabContext.d.ts +4 -4
  48. package/dist/components/cardTab/cardTabContext.d.ts.map +1 -1
  49. package/dist/components/checkbox/index.d.ts +42 -37
  50. package/dist/components/checkbox/index.d.ts.map +1 -1
  51. package/dist/components/clientOnly.d.ts +14 -67
  52. package/dist/components/clientOnly.d.ts.map +1 -1
  53. package/dist/components/currencyInput/index.d.ts +75 -53
  54. package/dist/components/currencyInput/index.d.ts.map +1 -1
  55. package/dist/components/divider/index.d.ts +14 -27
  56. package/dist/components/divider/index.d.ts.map +1 -1
  57. package/dist/components/drawer/drawerContainer/index.d.ts +18 -52
  58. package/dist/components/drawer/drawerContainer/index.d.ts.map +1 -1
  59. package/dist/components/drawer/drawerContext.d.ts +2 -2
  60. package/dist/components/drawer/drawerContext.d.ts.map +1 -1
  61. package/dist/components/drawer/drawerHeader/index.d.ts +11 -35
  62. package/dist/components/drawer/drawerHeader/index.d.ts.map +1 -1
  63. package/dist/components/facebookPixel/facebookPixel.client.d.ts +4 -0
  64. package/dist/components/facebookPixel/facebookPixel.client.d.ts.map +1 -0
  65. package/dist/components/facebookPixel/index.d.ts +65 -0
  66. package/dist/components/facebookPixel/index.d.ts.map +1 -0
  67. package/dist/components/facebookPixel/pixel.d.ts +21 -0
  68. package/dist/components/facebookPixel/pixel.d.ts.map +1 -0
  69. package/dist/components/fieldError/index.d.ts +6 -13
  70. package/dist/components/fieldError/index.d.ts.map +1 -1
  71. package/dist/components/fieldLabel/index.d.ts +8 -23
  72. package/dist/components/fieldLabel/index.d.ts.map +1 -1
  73. package/dist/components/fieldWrapper/index.d.ts +14 -24
  74. package/dist/components/fieldWrapper/index.d.ts.map +1 -1
  75. package/dist/components/fileUpload/hasFileContent/index.d.ts +1 -1
  76. package/dist/components/fileUpload/hasFileContent/index.d.ts.map +1 -1
  77. package/dist/components/fileUpload/index.d.ts +37 -62
  78. package/dist/components/fileUpload/index.d.ts.map +1 -1
  79. package/dist/components/fileUpload/noFileContent/index.d.ts +1 -1
  80. package/dist/components/fileUpload/noFileContent/index.d.ts.map +1 -1
  81. package/dist/components/fullCalendar/_fullCalendarProvider.d.ts +44 -0
  82. package/dist/components/fullCalendar/_fullCalendarProvider.d.ts.map +1 -0
  83. package/dist/components/fullCalendar/_viewService.d.ts +28 -0
  84. package/dist/components/fullCalendar/_viewService.d.ts.map +1 -0
  85. package/dist/components/fullCalendar/dayCalendar/dayCalendarContainer/index.d.ts +8 -0
  86. package/dist/components/fullCalendar/dayCalendar/dayCalendarContainer/index.d.ts.map +1 -0
  87. package/dist/components/fullCalendar/dayCalendar/dayCalendarEvent/index.d.ts +7 -0
  88. package/dist/components/fullCalendar/dayCalendar/dayCalendarEvent/index.d.ts.map +1 -0
  89. package/dist/components/fullCalendar/dayCalendar/dayCalendarRow/index.d.ts +8 -0
  90. package/dist/components/fullCalendar/dayCalendar/dayCalendarRow/index.d.ts.map +1 -0
  91. package/dist/components/fullCalendar/dayCalendar/index.d.ts +3 -0
  92. package/dist/components/fullCalendar/dayCalendar/index.d.ts.map +1 -0
  93. package/dist/components/fullCalendar/fullCalendarContainer/index.d.ts +8 -0
  94. package/dist/components/fullCalendar/fullCalendarContainer/index.d.ts.map +1 -0
  95. package/dist/components/fullCalendar/fullCalendarHeader/index.d.ts +8 -0
  96. package/dist/components/fullCalendar/fullCalendarHeader/index.d.ts.map +1 -0
  97. package/dist/components/fullCalendar/index.d.ts +94 -0
  98. package/dist/components/fullCalendar/index.d.ts.map +1 -0
  99. package/dist/components/fullCalendar/monthlyCalendar/index.d.ts +3 -0
  100. package/dist/components/fullCalendar/monthlyCalendar/index.d.ts.map +1 -0
  101. package/dist/components/fullCalendar/monthlyCalendar/monthlyCalendarEvent/index.d.ts +9 -0
  102. package/dist/components/fullCalendar/monthlyCalendar/monthlyCalendarEvent/index.d.ts.map +1 -0
  103. package/dist/components/fullCalendar/monthlyCalendar/monthlyCalendarTableBody/index.d.ts +4 -0
  104. package/dist/components/fullCalendar/monthlyCalendar/monthlyCalendarTableBody/index.d.ts.map +1 -0
  105. package/dist/components/fullCalendar/monthlyCalendar/monthlyCalendarTableContainer/index.d.ts +8 -0
  106. package/dist/components/fullCalendar/monthlyCalendar/monthlyCalendarTableContainer/index.d.ts.map +1 -0
  107. package/dist/components/fullCalendar/monthlyCalendar/monthlyCalendarTableHeader/index.d.ts +4 -0
  108. package/dist/components/fullCalendar/monthlyCalendar/monthlyCalendarTableHeader/index.d.ts.map +1 -0
  109. package/dist/components/fullCalendar/monthlyCalendar/monthlyCalendarTableTd/index.d.ts +10 -0
  110. package/dist/components/fullCalendar/monthlyCalendar/monthlyCalendarTableTd/index.d.ts.map +1 -0
  111. package/dist/components/fullCalendar/weekCalendar/index.d.ts +3 -0
  112. package/dist/components/fullCalendar/weekCalendar/index.d.ts.map +1 -0
  113. package/dist/components/fullCalendar/weekCalendar/weekCalendarEvent/index.d.ts +10 -0
  114. package/dist/components/fullCalendar/weekCalendar/weekCalendarEvent/index.d.ts.map +1 -0
  115. package/dist/components/fullCalendar/weekCalendar/weekCalendarTableBody/index.d.ts +4 -0
  116. package/dist/components/fullCalendar/weekCalendar/weekCalendarTableBody/index.d.ts.map +1 -0
  117. package/dist/components/fullCalendar/weekCalendar/weekCalendarTableContainer/index.d.ts +8 -0
  118. package/dist/components/fullCalendar/weekCalendar/weekCalendarTableContainer/index.d.ts.map +1 -0
  119. package/dist/components/fullCalendar/weekCalendar/weekCalendarTableHeader/index.d.ts +4 -0
  120. package/dist/components/fullCalendar/weekCalendar/weekCalendarTableHeader/index.d.ts.map +1 -0
  121. package/dist/components/fullCalendar/weekCalendar/weekCalendarTableTd/index.d.ts +11 -0
  122. package/dist/components/fullCalendar/weekCalendar/weekCalendarTableTd/index.d.ts.map +1 -0
  123. package/dist/components/googleAnalytics/googleAnalytics.client.d.ts +6 -0
  124. package/dist/components/googleAnalytics/googleAnalytics.client.d.ts.map +1 -0
  125. package/dist/components/googleAnalytics/googleAnalytics.d.ts +10 -0
  126. package/dist/components/googleAnalytics/googleAnalytics.d.ts.map +1 -0
  127. package/dist/components/googleAnalytics/index.d.ts +30 -0
  128. package/dist/components/googleAnalytics/index.d.ts.map +1 -0
  129. package/dist/components/googleAnalytics/snippets/generateGAElements.d.ts +9 -0
  130. package/dist/components/googleAnalytics/snippets/generateGAElements.d.ts.map +1 -0
  131. package/dist/components/googleTagManager/googleTagManager.client.d.ts +11 -0
  132. package/dist/components/googleTagManager/googleTagManager.client.d.ts.map +1 -0
  133. package/dist/components/googleTagManager/googleTagManager.d.ts +20 -0
  134. package/dist/components/googleTagManager/googleTagManager.d.ts.map +1 -0
  135. package/dist/components/googleTagManager/index.d.ts +55 -0
  136. package/dist/components/googleTagManager/index.d.ts.map +1 -0
  137. package/dist/components/googleTagManager/snippets/appendToDataLayer.d.ts +7 -0
  138. package/dist/components/googleTagManager/snippets/appendToDataLayer.d.ts.map +1 -0
  139. package/dist/components/googleTagManager/snippets/generateGTMElements.d.ts +15 -0
  140. package/dist/components/googleTagManager/snippets/generateGTMElements.d.ts.map +1 -0
  141. package/dist/components/iconButton/index.d.ts +35 -19
  142. package/dist/components/iconButton/index.d.ts.map +1 -1
  143. package/dist/components/imageUpload/hasFileContent/index.d.ts +1 -1
  144. package/dist/components/imageUpload/hasFileContent/index.d.ts.map +1 -1
  145. package/dist/components/imageUpload/index.d.ts +51 -75
  146. package/dist/components/imageUpload/index.d.ts.map +1 -1
  147. package/dist/components/imageUpload/noFileContent/index.d.ts +1 -1
  148. package/dist/components/imageUpload/noFileContent/index.d.ts.map +1 -1
  149. package/dist/components/input/index.d.ts +58 -47
  150. package/dist/components/input/index.d.ts.map +1 -1
  151. package/dist/components/mapView/index.d.ts +55 -7
  152. package/dist/components/mapView/index.d.ts.map +1 -1
  153. package/dist/components/mapView/mapView.client.d.ts +17 -0
  154. package/dist/components/mapView/mapView.client.d.ts.map +1 -0
  155. package/dist/components/maskedInput/index.d.ts +71 -56
  156. package/dist/components/maskedInput/index.d.ts.map +1 -1
  157. package/dist/components/modal/modalContainer/index.d.ts +19 -59
  158. package/dist/components/modal/modalContainer/index.d.ts.map +1 -1
  159. package/dist/components/modal/modalContext.d.ts +2 -2
  160. package/dist/components/modal/modalContext.d.ts.map +1 -1
  161. package/dist/components/modal/modalFooter/index.d.ts +19 -52
  162. package/dist/components/modal/modalFooter/index.d.ts.map +1 -1
  163. package/dist/components/modal/modalHeader/index.d.ts +15 -49
  164. package/dist/components/modal/modalHeader/index.d.ts.map +1 -1
  165. package/dist/components/multiSelect/index.d.ts +72 -63
  166. package/dist/components/multiSelect/index.d.ts.map +1 -1
  167. package/dist/components/multiSelect/multiSelectChevron/index.d.ts +1 -1
  168. package/dist/components/multiSelect/multiSelectChevron/index.d.ts.map +1 -1
  169. package/dist/components/multiSelect/multiSelectContainer/index.d.ts +2 -2
  170. package/dist/components/multiSelect/multiSelectContainer/index.d.ts.map +1 -1
  171. package/dist/components/multiSelect/multiSelectContent/index.d.ts +2 -2
  172. package/dist/components/multiSelect/multiSelectContent/index.d.ts.map +1 -1
  173. package/dist/components/multiSelect/multiSelectMark/index.d.ts +1 -1
  174. package/dist/components/multiSelect/multiSelectMark/index.d.ts.map +1 -1
  175. package/dist/components/multiSelect/multiSelectOption/index.d.ts +1 -1
  176. package/dist/components/multiSelect/multiSelectOption/index.d.ts.map +1 -1
  177. package/dist/components/multiSelect/multiSelectOptionsContainer/index.d.ts +2 -2
  178. package/dist/components/multiSelect/multiSelectOptionsContainer/index.d.ts.map +1 -1
  179. package/dist/components/multiSelect/multiSelectOverlay/index.d.ts +1 -1
  180. package/dist/components/multiSelect/multiSelectOverlay/index.d.ts.map +1 -1
  181. package/dist/components/multiSelect/multiSelectSpinner/index.d.ts +1 -1
  182. package/dist/components/multiSelect/multiSelectSpinner/index.d.ts.map +1 -1
  183. package/dist/components/pagination/chevronButton/index.d.ts +1 -1
  184. package/dist/components/pagination/chevronButton/index.d.ts.map +1 -1
  185. package/dist/components/pagination/currentButton/index.d.ts +1 -1
  186. package/dist/components/pagination/currentButton/index.d.ts.map +1 -1
  187. package/dist/components/pagination/index.d.ts +20 -11
  188. package/dist/components/pagination/index.d.ts.map +1 -1
  189. package/dist/components/pagination/pageButton/index.d.ts +1 -1
  190. package/dist/components/pagination/pageButton/index.d.ts.map +1 -1
  191. package/dist/components/pagination/paginationService.d.ts.map +1 -1
  192. package/dist/components/pagination/spread/index.d.ts +1 -1
  193. package/dist/components/pagination/spread/index.d.ts.map +1 -1
  194. package/dist/components/phoneInput/index.d.ts +68 -89
  195. package/dist/components/phoneInput/index.d.ts.map +1 -1
  196. package/dist/components/phoneInput/phoneInputContainer/index.d.ts +2 -2
  197. package/dist/components/phoneInput/phoneInputContainer/index.d.ts.map +1 -1
  198. package/dist/components/phoneInput/phoneInputCountriesOverlay/index.d.ts +1 -1
  199. package/dist/components/phoneInput/phoneInputCountriesOverlay/index.d.ts.map +1 -1
  200. package/dist/components/phoneInput/phoneInputCountryOption/index.d.ts +2 -3
  201. package/dist/components/phoneInput/phoneInputCountryOption/index.d.ts.map +1 -1
  202. package/dist/components/phoneInput/phoneInputCountryOptionsContainer/index.d.ts +2 -2
  203. package/dist/components/phoneInput/phoneInputCountryOptionsContainer/index.d.ts.map +1 -1
  204. package/dist/components/phoneInput/phoneInputCountrySelector/index.d.ts +2 -3
  205. package/dist/components/phoneInput/phoneInputCountrySelector/index.d.ts.map +1 -1
  206. package/dist/components/phoneInput/phoneInputMask/index.d.ts +1 -2
  207. package/dist/components/phoneInput/phoneInputMask/index.d.ts.map +1 -1
  208. package/dist/components/popover/index.d.ts +36 -116
  209. package/dist/components/popover/index.d.ts.map +1 -1
  210. package/dist/components/radio/radioBox/index.d.ts +19 -67
  211. package/dist/components/radio/radioBox/index.d.ts.map +1 -1
  212. package/dist/components/radio/radioContext.d.ts +2 -2
  213. package/dist/components/radio/radioContext.d.ts.map +1 -1
  214. package/dist/components/radio/radioGroup/index.d.ts +40 -67
  215. package/dist/components/radio/radioGroup/index.d.ts.map +1 -1
  216. package/dist/components/richText/blockButton/index.d.ts +3 -3
  217. package/dist/components/richText/blockButton/index.d.ts.map +1 -1
  218. package/dist/components/richText/element/index.d.ts +2 -2
  219. package/dist/components/richText/element/index.d.ts.map +1 -1
  220. package/dist/components/richText/index.d.ts +35 -47
  221. package/dist/components/richText/index.d.ts.map +1 -1
  222. package/dist/components/richText/insertImage/index.d.ts +2 -2
  223. package/dist/components/richText/insertImage/index.d.ts.map +1 -1
  224. package/dist/components/richText/insertVideo/index.d.ts +5 -0
  225. package/dist/components/richText/insertVideo/index.d.ts.map +1 -0
  226. package/dist/components/richText/leaf/index.d.ts +2 -2
  227. package/dist/components/richText/leaf/index.d.ts.map +1 -1
  228. package/dist/components/richText/markButton/index.d.ts +3 -3
  229. package/dist/components/richText/markButton/index.d.ts.map +1 -1
  230. package/dist/components/richText/toolbar/index.d.ts +2 -2
  231. package/dist/components/richText/toolbar/index.d.ts.map +1 -1
  232. package/dist/components/searchPlaces.d.ts +55 -52
  233. package/dist/components/searchPlaces.d.ts.map +1 -1
  234. package/dist/components/select/index.d.ts +73 -64
  235. package/dist/components/select/index.d.ts.map +1 -1
  236. package/dist/components/select/selectChevron/index.d.ts +1 -1
  237. package/dist/components/select/selectChevron/index.d.ts.map +1 -1
  238. package/dist/components/select/selectContainer/index.d.ts +2 -2
  239. package/dist/components/select/selectContainer/index.d.ts.map +1 -1
  240. package/dist/components/select/selectContent/index.d.ts +2 -2
  241. package/dist/components/select/selectContent/index.d.ts.map +1 -1
  242. package/dist/components/select/selectOption/index.d.ts +1 -1
  243. package/dist/components/select/selectOption/index.d.ts.map +1 -1
  244. package/dist/components/select/selectOptionsContainer/index.d.ts +2 -2
  245. package/dist/components/select/selectOptionsContainer/index.d.ts.map +1 -1
  246. package/dist/components/select/selectOverlay/index.d.ts +1 -1
  247. package/dist/components/select/selectOverlay/index.d.ts.map +1 -1
  248. package/dist/components/select/selectSpinner/index.d.ts +1 -1
  249. package/dist/components/select/selectSpinner/index.d.ts.map +1 -1
  250. package/dist/components/slider/index.d.ts +22 -36
  251. package/dist/components/slider/index.d.ts.map +1 -1
  252. package/dist/components/switch/index.d.ts +46 -58
  253. package/dist/components/switch/index.d.ts.map +1 -1
  254. package/dist/components/tab/tabButton/index.d.ts +16 -54
  255. package/dist/components/tab/tabButton/index.d.ts.map +1 -1
  256. package/dist/components/tab/tabContainer/index.d.ts +18 -60
  257. package/dist/components/tab/tabContainer/index.d.ts.map +1 -1
  258. package/dist/components/tab/tabContext.d.ts +2 -2
  259. package/dist/components/tab/tabContext.d.ts.map +1 -1
  260. package/dist/components/table/tableBody/index.d.ts +15 -49
  261. package/dist/components/table/tableBody/index.d.ts.map +1 -1
  262. package/dist/components/table/tableCaption/index.d.ts +8 -48
  263. package/dist/components/table/tableCaption/index.d.ts.map +1 -1
  264. package/dist/components/table/tableContainer/index.d.ts +14 -43
  265. package/dist/components/table/tableContainer/index.d.ts.map +1 -1
  266. package/dist/components/table/tableFooter/index.d.ts +7 -31
  267. package/dist/components/table/tableFooter/index.d.ts.map +1 -1
  268. package/dist/components/table/tableHeader/index.d.ts +6 -27
  269. package/dist/components/table/tableHeader/index.d.ts.map +1 -1
  270. package/dist/components/textarea/index.d.ts +36 -68
  271. package/dist/components/textarea/index.d.ts.map +1 -1
  272. package/dist/components/tooltip/index.d.ts +29 -57
  273. package/dist/components/tooltip/index.d.ts.map +1 -1
  274. package/dist/hooks/useAutomation.d.ts +22 -25
  275. package/dist/hooks/useAutomation.d.ts.map +1 -1
  276. package/dist/hooks/useDrawer.d.ts +20 -65
  277. package/dist/hooks/useDrawer.d.ts.map +1 -1
  278. package/dist/hooks/useForm.d.ts +12 -29
  279. package/dist/hooks/useForm.d.ts.map +1 -1
  280. package/dist/hooks/useHydrated.d.ts +8 -63
  281. package/dist/hooks/useHydrated.d.ts.map +1 -1
  282. package/dist/hooks/useModal.d.ts +20 -60
  283. package/dist/hooks/useModal.d.ts.map +1 -1
  284. package/dist/hooks/useScopedParams.d.ts +18 -70
  285. package/dist/hooks/useScopedParams.d.ts.map +1 -1
  286. package/dist/hooks/useScrollLock.d.ts +11 -27
  287. package/dist/hooks/useScrollLock.d.ts.map +1 -1
  288. package/dist/hooks/useSearchAutomation.d.ts +31 -0
  289. package/dist/hooks/useSearchAutomation.d.ts.map +1 -0
  290. package/dist/hooks/useSlider.d.ts +5 -19
  291. package/dist/hooks/useSlider.d.ts.map +1 -1
  292. package/dist/hooks/useToast.d.ts +8 -52
  293. package/dist/hooks/useToast.d.ts.map +1 -1
  294. package/dist/index.d.ts +6 -0
  295. package/dist/index.d.ts.map +1 -1
  296. package/dist/index.js +4391 -69
  297. package/dist/index.js.map +1 -0
  298. package/dist/modules/components/alert/alertContainer/index.js +29 -0
  299. package/dist/modules/components/alert/alertContainer/index.js.map +1 -0
  300. package/dist/modules/components/alert/alertContainer/styles.css +3 -0
  301. package/dist/modules/components/alert/alertContent/index.js +14 -0
  302. package/dist/modules/components/alert/alertContent/index.js.map +1 -0
  303. package/dist/modules/components/alert/alertContent/styles.css +1 -0
  304. package/dist/modules/components/alert/alertDescription/index.js +14 -0
  305. package/dist/modules/components/alert/alertDescription/index.js.map +1 -0
  306. package/dist/modules/components/alert/alertDescription/styles.css +1 -0
  307. package/dist/modules/components/alert/alertIcon/index.js +30 -0
  308. package/dist/modules/components/alert/alertIcon/index.js.map +1 -0
  309. package/dist/modules/components/alert/alertIcon/styles.css +7 -0
  310. package/dist/modules/components/alert/alertTitle/index.js +14 -0
  311. package/dist/modules/components/alert/alertTitle/index.js.map +1 -0
  312. package/dist/modules/components/alert/alertTitle/styles.css +1 -0
  313. package/dist/modules/components/audioPlayer/index.js +77 -0
  314. package/dist/modules/components/audioPlayer/index.js.map +1 -0
  315. package/dist/modules/components/audioPlayer/styles.css +3 -0
  316. package/dist/modules/components/audioUpload/hasFileContent/index.js +57 -0
  317. package/dist/modules/components/audioUpload/hasFileContent/index.js.map +1 -0
  318. package/dist/modules/components/audioUpload/hasFileContent/styles.css +1 -0
  319. package/dist/modules/components/audioUpload/index.js +74 -0
  320. package/dist/modules/components/audioUpload/index.js.map +1 -0
  321. package/dist/modules/components/audioUpload/noFileContent/index.js +38 -0
  322. package/dist/modules/components/audioUpload/noFileContent/index.js.map +1 -0
  323. package/dist/modules/components/audioUpload/noFileContent/styles.css +1 -0
  324. package/dist/modules/components/audioUpload/styles.css +25 -0
  325. package/dist/modules/components/badge/index.js +29 -0
  326. package/dist/modules/components/badge/index.js.map +1 -0
  327. package/dist/modules/components/badge/styles.css +1 -0
  328. package/dist/modules/components/button/index.js +42 -0
  329. package/dist/modules/components/button/index.js.map +1 -0
  330. package/dist/modules/components/button/styles.css +1 -0
  331. package/dist/modules/components/calendar/_calendarProvider.js +42 -0
  332. package/dist/modules/components/calendar/_calendarProvider.js.map +1 -0
  333. package/dist/modules/components/calendar/_viewService.js +135 -0
  334. package/dist/modules/components/calendar/_viewService.js.map +1 -0
  335. package/dist/modules/components/calendar/calendarContainer/index.js +13 -0
  336. package/dist/modules/components/calendar/calendarContainer/index.js.map +1 -0
  337. package/dist/modules/components/calendar/calendarContainer/styles.css +1 -0
  338. package/dist/modules/components/calendar/calendarHeader/index.js +58 -0
  339. package/dist/modules/components/calendar/calendarHeader/index.js.map +1 -0
  340. package/dist/modules/components/calendar/calendarHeader/styles.css +1 -0
  341. package/dist/modules/components/calendar/calendarTableBody/index.js +15 -0
  342. package/dist/modules/components/calendar/calendarTableBody/index.js.map +1 -0
  343. package/dist/modules/components/calendar/calendarTableBody/styles.css +1 -0
  344. package/dist/modules/components/calendar/calendarTableContainer/index.js +13 -0
  345. package/dist/modules/components/calendar/calendarTableContainer/index.js.map +1 -0
  346. package/dist/modules/components/calendar/calendarTableContainer/styles.css +1 -0
  347. package/dist/modules/components/calendar/calendarTableHeader/index.js +16 -0
  348. package/dist/modules/components/calendar/calendarTableHeader/index.js.map +1 -0
  349. package/dist/modules/components/calendar/calendarTableHeader/styles.css +1 -0
  350. package/dist/modules/components/calendar/calendarTableTd/index.js +23 -0
  351. package/dist/modules/components/calendar/calendarTableTd/index.js.map +1 -0
  352. package/dist/modules/components/calendar/calendarTableTd/styles.css +1 -0
  353. package/dist/modules/components/calendar/index.js +34 -0
  354. package/dist/modules/components/calendar/index.js.map +1 -0
  355. package/dist/modules/components/calendar/styles.css +33 -0
  356. package/dist/modules/components/cardTab/cardTabButton/index.js +22 -0
  357. package/dist/modules/components/cardTab/cardTabButton/index.js.map +1 -0
  358. package/dist/modules/components/cardTab/cardTabButton/styles.css +1 -0
  359. package/dist/modules/components/cardTab/cardTabContainer/index.js +25 -0
  360. package/dist/modules/components/cardTab/cardTabContainer/index.js.map +1 -0
  361. package/dist/modules/components/cardTab/cardTabContainer/styles.css +1 -0
  362. package/dist/modules/components/cardTab/cardTabContext.js +26 -0
  363. package/dist/modules/components/cardTab/cardTabContext.js.map +1 -0
  364. package/dist/modules/components/checkbox/index.js +40 -0
  365. package/dist/modules/components/checkbox/index.js.map +1 -0
  366. package/dist/modules/components/checkbox/styles.css +7 -0
  367. package/dist/modules/components/clientOnly.js +10 -0
  368. package/dist/modules/components/clientOnly.js.map +1 -0
  369. package/dist/modules/components/currencyInput/index.js +114 -0
  370. package/dist/modules/components/currencyInput/index.js.map +1 -0
  371. package/dist/modules/components/currencyInput/style.css +1 -0
  372. package/dist/modules/components/currencyInput/styles.css +7 -0
  373. package/dist/modules/components/divider/index.js +14 -0
  374. package/dist/modules/components/divider/index.js.map +1 -0
  375. package/dist/modules/components/divider/styles.css +1 -0
  376. package/dist/modules/components/drawer/drawerContainer/index.js +39 -0
  377. package/dist/modules/components/drawer/drawerContainer/index.js.map +1 -0
  378. package/dist/modules/components/drawer/drawerContainer/styles.css +1 -0
  379. package/dist/modules/components/drawer/drawerContext.js +18 -0
  380. package/dist/modules/components/drawer/drawerContext.js.map +1 -0
  381. package/dist/modules/components/drawer/drawerHeader/index.js +23 -0
  382. package/dist/modules/components/drawer/drawerHeader/index.js.map +1 -0
  383. package/dist/modules/components/drawer/drawerHeader/styles.css +1 -0
  384. package/dist/modules/components/facebookPixel/facebookPixel.client.js +10 -0
  385. package/dist/modules/components/facebookPixel/facebookPixel.client.js.map +1 -0
  386. package/dist/modules/components/facebookPixel/index.js +11 -0
  387. package/dist/modules/components/facebookPixel/index.js.map +1 -0
  388. package/dist/modules/components/facebookPixel/pixel.js +50 -0
  389. package/dist/modules/components/facebookPixel/pixel.js.map +1 -0
  390. package/dist/modules/components/fieldError/index.js +15 -0
  391. package/dist/modules/components/fieldError/index.js.map +1 -0
  392. package/dist/modules/components/fieldError/styles.css +1 -0
  393. package/dist/modules/components/fieldLabel/index.js +14 -0
  394. package/dist/modules/components/fieldLabel/index.js.map +1 -0
  395. package/dist/modules/components/fieldLabel/styles.css +1 -0
  396. package/dist/modules/components/fieldWrapper/index.js +15 -0
  397. package/dist/modules/components/fieldWrapper/index.js.map +1 -0
  398. package/dist/modules/components/fieldWrapper/styles.css +1 -0
  399. package/dist/modules/components/fileUpload/hasFileContent/index.js +62 -0
  400. package/dist/modules/components/fileUpload/hasFileContent/index.js.map +1 -0
  401. package/dist/modules/components/fileUpload/hasFileContent/styles.css +1 -0
  402. package/dist/modules/components/fileUpload/index.js +68 -0
  403. package/dist/modules/components/fileUpload/index.js.map +1 -0
  404. package/dist/modules/components/fileUpload/noFileContent/index.js +38 -0
  405. package/dist/modules/components/fileUpload/noFileContent/index.js.map +1 -0
  406. package/dist/modules/components/fileUpload/noFileContent/styles.css +1 -0
  407. package/dist/modules/components/fileUpload/styles.css +19 -0
  408. package/dist/modules/components/fullCalendar/_fullCalendarProvider.js +37 -0
  409. package/dist/modules/components/fullCalendar/_fullCalendarProvider.js.map +1 -0
  410. package/dist/modules/components/fullCalendar/_viewService.js +103 -0
  411. package/dist/modules/components/fullCalendar/_viewService.js.map +1 -0
  412. package/dist/modules/components/fullCalendar/dayCalendar/dayCalendarContainer/index.js +13 -0
  413. package/dist/modules/components/fullCalendar/dayCalendar/dayCalendarContainer/index.js.map +1 -0
  414. package/dist/modules/components/fullCalendar/dayCalendar/dayCalendarContainer/styles.css +1 -0
  415. package/dist/modules/components/fullCalendar/dayCalendar/dayCalendarEvent/index.js +73 -0
  416. package/dist/modules/components/fullCalendar/dayCalendar/dayCalendarEvent/index.js.map +1 -0
  417. package/dist/modules/components/fullCalendar/dayCalendar/dayCalendarEvent/styles.css +1 -0
  418. package/dist/modules/components/fullCalendar/dayCalendar/dayCalendarRow/index.js +31 -0
  419. package/dist/modules/components/fullCalendar/dayCalendar/dayCalendarRow/index.js.map +1 -0
  420. package/dist/modules/components/fullCalendar/dayCalendar/dayCalendarRow/styles.css +1 -0
  421. package/dist/modules/components/fullCalendar/dayCalendar/index.js +16 -0
  422. package/dist/modules/components/fullCalendar/dayCalendar/index.js.map +1 -0
  423. package/dist/modules/components/fullCalendar/fullCalendarContainer/index.js +13 -0
  424. package/dist/modules/components/fullCalendar/fullCalendarContainer/index.js.map +1 -0
  425. package/dist/modules/components/fullCalendar/fullCalendarContainer/styles.css +1 -0
  426. package/dist/modules/components/fullCalendar/fullCalendarHeader/index.js +71 -0
  427. package/dist/modules/components/fullCalendar/fullCalendarHeader/index.js.map +1 -0
  428. package/dist/modules/components/fullCalendar/fullCalendarHeader/styles.css +1 -0
  429. package/dist/modules/components/fullCalendar/index.js +33 -0
  430. package/dist/modules/components/fullCalendar/index.js.map +1 -0
  431. package/dist/modules/components/fullCalendar/monthlyCalendar/index.js +12 -0
  432. package/dist/modules/components/fullCalendar/monthlyCalendar/index.js.map +1 -0
  433. package/dist/modules/components/fullCalendar/monthlyCalendar/monthlyCalendarEvent/index.js +31 -0
  434. package/dist/modules/components/fullCalendar/monthlyCalendar/monthlyCalendarEvent/index.js.map +1 -0
  435. package/dist/modules/components/fullCalendar/monthlyCalendar/monthlyCalendarEvent/styles.css +1 -0
  436. package/dist/modules/components/fullCalendar/monthlyCalendar/monthlyCalendarTableBody/index.js +15 -0
  437. package/dist/modules/components/fullCalendar/monthlyCalendar/monthlyCalendarTableBody/index.js.map +1 -0
  438. package/dist/modules/components/fullCalendar/monthlyCalendar/monthlyCalendarTableBody/styles.css +1 -0
  439. package/dist/modules/components/fullCalendar/monthlyCalendar/monthlyCalendarTableContainer/index.js +13 -0
  440. package/dist/modules/components/fullCalendar/monthlyCalendar/monthlyCalendarTableContainer/index.js.map +1 -0
  441. package/dist/modules/components/fullCalendar/monthlyCalendar/monthlyCalendarTableContainer/styles.css +1 -0
  442. package/dist/modules/components/fullCalendar/monthlyCalendar/monthlyCalendarTableHeader/index.js +16 -0
  443. package/dist/modules/components/fullCalendar/monthlyCalendar/monthlyCalendarTableHeader/index.js.map +1 -0
  444. package/dist/modules/components/fullCalendar/monthlyCalendar/monthlyCalendarTableHeader/styles.css +1 -0
  445. package/dist/modules/components/fullCalendar/monthlyCalendar/monthlyCalendarTableTd/index.js +38 -0
  446. package/dist/modules/components/fullCalendar/monthlyCalendar/monthlyCalendarTableTd/index.js.map +1 -0
  447. package/dist/modules/components/fullCalendar/monthlyCalendar/monthlyCalendarTableTd/styles.css +1 -0
  448. package/dist/modules/components/fullCalendar/styles.css +35 -0
  449. package/dist/modules/components/fullCalendar/weekCalendar/index.js +12 -0
  450. package/dist/modules/components/fullCalendar/weekCalendar/index.js.map +1 -0
  451. package/dist/modules/components/fullCalendar/weekCalendar/weekCalendarEvent/index.js +73 -0
  452. package/dist/modules/components/fullCalendar/weekCalendar/weekCalendarEvent/index.js.map +1 -0
  453. package/dist/modules/components/fullCalendar/weekCalendar/weekCalendarEvent/styles.css +1 -0
  454. package/dist/modules/components/fullCalendar/weekCalendar/weekCalendarTableBody/index.js +20 -0
  455. package/dist/modules/components/fullCalendar/weekCalendar/weekCalendarTableBody/index.js.map +1 -0
  456. package/dist/modules/components/fullCalendar/weekCalendar/weekCalendarTableBody/styles.css +1 -0
  457. package/dist/modules/components/fullCalendar/weekCalendar/weekCalendarTableContainer/index.js +13 -0
  458. package/dist/modules/components/fullCalendar/weekCalendar/weekCalendarTableContainer/index.js.map +1 -0
  459. package/dist/modules/components/fullCalendar/weekCalendar/weekCalendarTableContainer/styles.css +1 -0
  460. package/dist/modules/components/fullCalendar/weekCalendar/weekCalendarTableHeader/index.js +19 -0
  461. package/dist/modules/components/fullCalendar/weekCalendar/weekCalendarTableHeader/index.js.map +1 -0
  462. package/dist/modules/components/fullCalendar/weekCalendar/weekCalendarTableHeader/styles.css +1 -0
  463. package/dist/modules/components/fullCalendar/weekCalendar/weekCalendarTableTd/index.js +37 -0
  464. package/dist/modules/components/fullCalendar/weekCalendar/weekCalendarTableTd/index.js.map +1 -0
  465. package/dist/modules/components/fullCalendar/weekCalendar/weekCalendarTableTd/styles.css +1 -0
  466. package/dist/modules/components/googleAnalytics/googleAnalytics.client.js +9 -0
  467. package/dist/modules/components/googleAnalytics/googleAnalytics.client.js.map +1 -0
  468. package/dist/modules/components/googleAnalytics/googleAnalytics.js +20 -0
  469. package/dist/modules/components/googleAnalytics/googleAnalytics.js.map +1 -0
  470. package/dist/modules/components/googleAnalytics/index.js +12 -0
  471. package/dist/modules/components/googleAnalytics/index.js.map +1 -0
  472. package/dist/modules/components/googleAnalytics/snippets/generateGAElements.js +16 -0
  473. package/dist/modules/components/googleAnalytics/snippets/generateGAElements.js.map +1 -0
  474. package/dist/modules/components/googleTagManager/googleTagManager.client.js +9 -0
  475. package/dist/modules/components/googleTagManager/googleTagManager.client.js.map +1 -0
  476. package/dist/modules/components/googleTagManager/googleTagManager.js +47 -0
  477. package/dist/modules/components/googleTagManager/googleTagManager.js.map +1 -0
  478. package/dist/modules/components/googleTagManager/index.js +19 -0
  479. package/dist/modules/components/googleTagManager/index.js.map +1 -0
  480. package/dist/modules/components/googleTagManager/snippets/appendToDataLayer.js +11 -0
  481. package/dist/modules/components/googleTagManager/snippets/appendToDataLayer.js.map +1 -0
  482. package/dist/modules/components/googleTagManager/snippets/generateGTMElements.js +25 -0
  483. package/dist/modules/components/googleTagManager/snippets/generateGTMElements.js.map +1 -0
  484. package/dist/modules/components/iconButton/index.js +34 -0
  485. package/dist/modules/components/iconButton/index.js.map +1 -0
  486. package/dist/modules/components/iconButton/styles.css +1 -0
  487. package/dist/modules/components/imageUpload/hasFileContent/index.js +49 -0
  488. package/dist/modules/components/imageUpload/hasFileContent/index.js.map +1 -0
  489. package/dist/modules/components/imageUpload/hasFileContent/styles.css +1 -0
  490. package/dist/modules/components/imageUpload/index.js +68 -0
  491. package/dist/modules/components/imageUpload/index.js.map +1 -0
  492. package/dist/modules/components/imageUpload/noFileContent/index.js +38 -0
  493. package/dist/modules/components/imageUpload/noFileContent/index.js.map +1 -0
  494. package/dist/modules/components/imageUpload/noFileContent/styles.css +1 -0
  495. package/dist/modules/components/imageUpload/styles.css +17 -0
  496. package/dist/modules/components/input/index.js +95 -0
  497. package/dist/modules/components/input/index.js.map +1 -0
  498. package/dist/modules/components/input/style.css +1 -0
  499. package/dist/modules/components/input/styles.css +7 -0
  500. package/dist/modules/components/mapView/index.js +31 -0
  501. package/dist/modules/components/mapView/index.js.map +1 -0
  502. package/dist/modules/components/mapView/mapView.client.js +58 -0
  503. package/dist/modules/components/mapView/mapView.client.js.map +1 -0
  504. package/dist/modules/components/mapView/mapbox.css +1 -0
  505. package/dist/modules/components/mapView/styles.css +1 -0
  506. package/dist/modules/components/maskedInput/index.js +104 -0
  507. package/dist/modules/components/maskedInput/index.js.map +1 -0
  508. package/dist/modules/components/maskedInput/style.css +1 -0
  509. package/dist/modules/components/maskedInput/styles.css +7 -0
  510. package/dist/modules/components/modal/modalContainer/index.js +38 -0
  511. package/dist/modules/components/modal/modalContainer/index.js.map +1 -0
  512. package/dist/modules/components/modal/modalContainer/styles.css +1 -0
  513. package/dist/modules/components/modal/modalContext.js +18 -0
  514. package/dist/modules/components/modal/modalContext.js.map +1 -0
  515. package/dist/modules/components/modal/modalFooter/index.js +14 -0
  516. package/dist/modules/components/modal/modalFooter/index.js.map +1 -0
  517. package/dist/modules/components/modal/modalFooter/styles.css +1 -0
  518. package/dist/modules/components/modal/modalHeader/index.js +23 -0
  519. package/dist/modules/components/modal/modalHeader/index.js.map +1 -0
  520. package/dist/modules/components/modal/modalHeader/styles.css +1 -0
  521. package/dist/modules/components/multiSelect/index.js +118 -0
  522. package/dist/modules/components/multiSelect/index.js.map +1 -0
  523. package/dist/modules/components/multiSelect/multiSelectChevron/index.js +21 -0
  524. package/dist/modules/components/multiSelect/multiSelectChevron/index.js.map +1 -0
  525. package/dist/modules/components/multiSelect/multiSelectChevron/styles.css +1 -0
  526. package/dist/modules/components/multiSelect/multiSelectContainer/index.js +16 -0
  527. package/dist/modules/components/multiSelect/multiSelectContainer/index.js.map +1 -0
  528. package/dist/modules/components/multiSelect/multiSelectContainer/styles.css +1 -0
  529. package/dist/modules/components/multiSelect/multiSelectContent/index.js +14 -0
  530. package/dist/modules/components/multiSelect/multiSelectContent/index.js.map +1 -0
  531. package/dist/modules/components/multiSelect/multiSelectContent/styles.css +1 -0
  532. package/dist/modules/components/multiSelect/multiSelectMark/index.js +22 -0
  533. package/dist/modules/components/multiSelect/multiSelectMark/index.js.map +1 -0
  534. package/dist/modules/components/multiSelect/multiSelectMark/styles.css +1 -0
  535. package/dist/modules/components/multiSelect/multiSelectOption/index.js +20 -0
  536. package/dist/modules/components/multiSelect/multiSelectOption/index.js.map +1 -0
  537. package/dist/modules/components/multiSelect/multiSelectOption/styles.css +1 -0
  538. package/dist/modules/components/multiSelect/multiSelectOptionsContainer/index.js +38 -0
  539. package/dist/modules/components/multiSelect/multiSelectOptionsContainer/index.js.map +1 -0
  540. package/dist/modules/components/multiSelect/multiSelectOptionsContainer/styles.css +1 -0
  541. package/dist/modules/components/multiSelect/multiSelectOverlay/index.js +14 -0
  542. package/dist/modules/components/multiSelect/multiSelectOverlay/index.js.map +1 -0
  543. package/dist/modules/components/multiSelect/multiSelectOverlay/styles.css +1 -0
  544. package/dist/modules/components/multiSelect/multiSelectSpinner/index.js +16 -0
  545. package/dist/modules/components/multiSelect/multiSelectSpinner/index.js.map +1 -0
  546. package/dist/modules/components/multiSelect/multiSelectSpinner/styles.css +1 -0
  547. package/dist/modules/components/multiSelect/styles.css +31 -0
  548. package/dist/modules/components/pagination/chevronButton/index.js +21 -0
  549. package/dist/modules/components/pagination/chevronButton/index.js.map +1 -0
  550. package/dist/modules/components/pagination/chevronButton/styles.css +1 -0
  551. package/dist/modules/components/pagination/currentButton/index.js +15 -0
  552. package/dist/modules/components/pagination/currentButton/index.js.map +1 -0
  553. package/dist/modules/components/pagination/currentButton/styles.css +1 -0
  554. package/dist/modules/components/pagination/index.js +54 -0
  555. package/dist/modules/components/pagination/index.js.map +1 -0
  556. package/dist/modules/components/pagination/pageButton/index.js +16 -0
  557. package/dist/modules/components/pagination/pageButton/index.js.map +1 -0
  558. package/dist/modules/components/pagination/pageButton/styles.css +1 -0
  559. package/dist/modules/components/pagination/paginationService.js +36 -0
  560. package/dist/modules/components/pagination/paginationService.js.map +1 -0
  561. package/dist/modules/components/pagination/spread/index.js +14 -0
  562. package/dist/modules/components/pagination/spread/index.js.map +1 -0
  563. package/dist/modules/components/pagination/spread/styles.css +1 -0
  564. package/dist/modules/components/pagination/styles.css +9 -0
  565. package/dist/modules/components/phoneInput/index.js +106 -0
  566. package/dist/modules/components/phoneInput/index.js.map +1 -0
  567. package/dist/modules/components/phoneInput/phoneInputContainer/index.js +15 -0
  568. package/dist/modules/components/phoneInput/phoneInputContainer/index.js.map +1 -0
  569. package/dist/modules/components/phoneInput/phoneInputContainer/styles.css +1 -0
  570. package/dist/modules/components/phoneInput/phoneInputCountriesOverlay/index.js +14 -0
  571. package/dist/modules/components/phoneInput/phoneInputCountriesOverlay/index.js.map +1 -0
  572. package/dist/modules/components/phoneInput/phoneInputCountriesOverlay/styles.css +1 -0
  573. package/dist/modules/components/phoneInput/phoneInputCountryOption/index.js +26 -0
  574. package/dist/modules/components/phoneInput/phoneInputCountryOption/index.js.map +1 -0
  575. package/dist/modules/components/phoneInput/phoneInputCountryOption/styles.css +1 -0
  576. package/dist/modules/components/phoneInput/phoneInputCountryOptionsContainer/index.js +36 -0
  577. package/dist/modules/components/phoneInput/phoneInputCountryOptionsContainer/index.js.map +1 -0
  578. package/dist/modules/components/phoneInput/phoneInputCountryOptionsContainer/styles.css +1 -0
  579. package/dist/modules/components/phoneInput/phoneInputCountrySelector/index.js +28 -0
  580. package/dist/modules/components/phoneInput/phoneInputCountrySelector/index.js.map +1 -0
  581. package/dist/modules/components/phoneInput/phoneInputCountrySelector/styles.css +1 -0
  582. package/dist/modules/components/phoneInput/phoneInputMask/index.js +55 -0
  583. package/dist/modules/components/phoneInput/phoneInputMask/index.js.map +1 -0
  584. package/dist/modules/components/phoneInput/phoneInputMask/style.css +1 -0
  585. package/dist/modules/components/phoneInput/styles.css +19 -0
  586. package/dist/modules/components/popover/index.js +32 -0
  587. package/dist/modules/components/popover/index.js.map +1 -0
  588. package/dist/modules/components/popover/styles.css +1 -0
  589. package/dist/modules/components/radio/radioBox/index.js +27 -0
  590. package/dist/modules/components/radio/radioBox/index.js.map +1 -0
  591. package/dist/modules/components/radio/radioBox/styles.css +1 -0
  592. package/dist/modules/components/radio/radioContext.js +24 -0
  593. package/dist/modules/components/radio/radioContext.js.map +1 -0
  594. package/dist/modules/components/radio/radioGroup/index.js +44 -0
  595. package/dist/modules/components/radio/radioGroup/index.js.map +1 -0
  596. package/dist/modules/components/radio/radioGroup/styles.css +7 -0
  597. package/dist/modules/components/richText/blockButton/index.js +23 -0
  598. package/dist/modules/components/richText/blockButton/index.js.map +1 -0
  599. package/dist/modules/components/richText/blockButton/styles.css +1 -0
  600. package/dist/modules/components/richText/element/index.js +75 -0
  601. package/dist/modules/components/richText/element/index.js.map +1 -0
  602. package/dist/modules/components/richText/element/styles.css +1 -0
  603. package/dist/modules/components/richText/index.js +144 -0
  604. package/dist/modules/components/richText/index.js.map +1 -0
  605. package/dist/modules/components/richText/insertImage/index.js +97 -0
  606. package/dist/modules/components/richText/insertImage/index.js.map +1 -0
  607. package/dist/modules/components/richText/insertImage/styles.css +1 -0
  608. package/dist/modules/components/richText/insertVideo/index.js +88 -0
  609. package/dist/modules/components/richText/insertVideo/index.js.map +1 -0
  610. package/dist/modules/components/richText/insertVideo/styles.css +1 -0
  611. package/dist/modules/components/richText/leaf/index.js +12 -0
  612. package/dist/modules/components/richText/leaf/index.js.map +1 -0
  613. package/dist/modules/components/richText/markButton/index.js +22 -0
  614. package/dist/modules/components/richText/markButton/index.js.map +1 -0
  615. package/dist/modules/components/richText/markButton/styles.css +1 -0
  616. package/dist/modules/components/richText/styles.css +67 -0
  617. package/dist/modules/components/richText/toolbar/index.js +13 -0
  618. package/dist/modules/components/richText/toolbar/index.js.map +1 -0
  619. package/dist/modules/components/richText/toolbar/styles.css +1 -0
  620. package/dist/modules/components/searchPlaces.js +60 -0
  621. package/dist/modules/components/searchPlaces.js.map +1 -0
  622. package/dist/modules/components/select/index.js +115 -0
  623. package/dist/modules/components/select/index.js.map +1 -0
  624. package/dist/modules/components/select/selectChevron/index.js +21 -0
  625. package/dist/modules/components/select/selectChevron/index.js.map +1 -0
  626. package/dist/modules/components/select/selectChevron/styles.css +1 -0
  627. package/dist/modules/components/select/selectContainer/index.js +16 -0
  628. package/dist/modules/components/select/selectContainer/index.js.map +1 -0
  629. package/dist/modules/components/select/selectContainer/styles.css +1 -0
  630. package/dist/modules/components/select/selectContent/index.js +14 -0
  631. package/dist/modules/components/select/selectContent/index.js.map +1 -0
  632. package/dist/modules/components/select/selectContent/styles.css +1 -0
  633. package/dist/modules/components/select/selectOption/index.js +21 -0
  634. package/dist/modules/components/select/selectOption/index.js.map +1 -0
  635. package/dist/modules/components/select/selectOption/styles.css +1 -0
  636. package/dist/modules/components/select/selectOptionsContainer/index.js +38 -0
  637. package/dist/modules/components/select/selectOptionsContainer/index.js.map +1 -0
  638. package/dist/modules/components/select/selectOptionsContainer/styles.css +1 -0
  639. package/dist/modules/components/select/selectOverlay/index.js +14 -0
  640. package/dist/modules/components/select/selectOverlay/index.js.map +1 -0
  641. package/dist/modules/components/select/selectOverlay/styles.css +1 -0
  642. package/dist/modules/components/select/selectSpinner/index.js +16 -0
  643. package/dist/modules/components/select/selectSpinner/index.js.map +1 -0
  644. package/dist/modules/components/select/selectSpinner/styles.css +1 -0
  645. package/dist/modules/components/select/styles.css +29 -0
  646. package/dist/modules/components/slider/index.js +46 -0
  647. package/dist/modules/components/slider/index.js.map +1 -0
  648. package/dist/modules/components/slider/styles.css +1 -0
  649. package/dist/modules/components/switch/index.js +38 -0
  650. package/dist/modules/components/switch/index.js.map +1 -0
  651. package/dist/modules/components/switch/styles.css +7 -0
  652. package/dist/modules/components/tab/tabButton/index.js +22 -0
  653. package/dist/modules/components/tab/tabButton/index.js.map +1 -0
  654. package/dist/modules/components/tab/tabButton/styles.css +1 -0
  655. package/dist/modules/components/tab/tabContainer/index.js +25 -0
  656. package/dist/modules/components/tab/tabContainer/index.js.map +1 -0
  657. package/dist/modules/components/tab/tabContainer/styles.css +1 -0
  658. package/dist/modules/components/tab/tabContext.js +26 -0
  659. package/dist/modules/components/tab/tabContext.js.map +1 -0
  660. package/dist/modules/components/table/tableBody/index.js +22 -0
  661. package/dist/modules/components/table/tableBody/index.js.map +1 -0
  662. package/dist/modules/components/table/tableBody/styles.css +1 -0
  663. package/dist/modules/components/table/tableCaption/index.js +18 -0
  664. package/dist/modules/components/table/tableCaption/index.js.map +1 -0
  665. package/dist/modules/components/table/tableCaption/styles.css +1 -0
  666. package/dist/modules/components/table/tableContainer/index.js +15 -0
  667. package/dist/modules/components/table/tableContainer/index.js.map +1 -0
  668. package/dist/modules/components/table/tableContainer/styles.css +1 -0
  669. package/dist/modules/components/table/tableFooter/index.js +21 -0
  670. package/dist/modules/components/table/tableFooter/index.js.map +1 -0
  671. package/dist/modules/components/table/tableFooter/styles.css +1 -0
  672. package/dist/modules/components/table/tableHeader/index.js +15 -0
  673. package/dist/modules/components/table/tableHeader/index.js.map +1 -0
  674. package/dist/modules/components/table/tableHeader/styles.css +1 -0
  675. package/dist/modules/components/textarea/index.js +54 -0
  676. package/dist/modules/components/textarea/index.js.map +1 -0
  677. package/dist/modules/components/textarea/styles.css +7 -0
  678. package/dist/modules/components/tooltip/index.js +37 -0
  679. package/dist/modules/components/tooltip/index.js.map +1 -0
  680. package/dist/modules/components/tooltip/styles.css +1 -0
  681. package/dist/modules/hooks/useAutomation.js +47 -0
  682. package/dist/modules/hooks/useAutomation.js.map +1 -0
  683. package/dist/modules/hooks/useDrawer.js +20 -0
  684. package/dist/modules/hooks/useDrawer.js.map +1 -0
  685. package/dist/modules/hooks/useForm.js +10 -0
  686. package/dist/modules/hooks/useForm.js.map +1 -0
  687. package/dist/modules/hooks/useHydrated.js +12 -0
  688. package/dist/modules/hooks/useHydrated.js.map +1 -0
  689. package/dist/modules/hooks/useModal.js +20 -0
  690. package/dist/modules/hooks/useModal.js.map +1 -0
  691. package/dist/modules/hooks/useScopedParams.js +20 -0
  692. package/dist/modules/hooks/useScopedParams.js.map +1 -0
  693. package/dist/modules/hooks/useScrollLock.js +23 -0
  694. package/dist/modules/hooks/useScrollLock.js.map +1 -0
  695. package/dist/modules/hooks/useSearchAutomation.js +36 -0
  696. package/dist/modules/hooks/useSearchAutomation.js.map +1 -0
  697. package/dist/modules/hooks/useSlider.js +16 -0
  698. package/dist/modules/hooks/useSlider.js.map +1 -0
  699. package/dist/modules/hooks/useToast.js +12 -0
  700. package/dist/modules/hooks/useToast.js.map +1 -0
  701. package/dist/modules/providers/drawerProvider.js +38 -0
  702. package/dist/modules/providers/drawerProvider.js.map +1 -0
  703. package/dist/modules/providers/formProvider.js +15 -0
  704. package/dist/modules/providers/formProvider.js.map +1 -0
  705. package/dist/modules/providers/modalProvider.js +42 -0
  706. package/dist/modules/providers/modalProvider.js.map +1 -0
  707. package/dist/modules/providers/placesProvider.js +20 -0
  708. package/dist/modules/providers/placesProvider.js.map +1 -0
  709. package/dist/modules/providers/toastProvider.js +49 -0
  710. package/dist/modules/providers/toastProvider.js.map +1 -0
  711. package/dist/modules/services/extractTextFromNode.js +9 -0
  712. package/dist/modules/services/extractTextFromNode.js.map +1 -0
  713. package/dist/modules/services/fieldTemplate.js +25 -0
  714. package/dist/modules/services/fieldTemplate.js.map +1 -0
  715. package/dist/modules/services/iconRenderer.js +17 -0
  716. package/dist/modules/services/iconRenderer.js.map +1 -0
  717. package/dist/modules/services/isBlockActive.js +15 -0
  718. package/dist/modules/services/isBlockActive.js.map +1 -0
  719. package/dist/modules/services/isMarkActive.js +10 -0
  720. package/dist/modules/services/isMarkActive.js.map +1 -0
  721. package/dist/modules/services/maskCurrencyValues.js +15 -0
  722. package/dist/modules/services/maskCurrencyValues.js.map +1 -0
  723. package/dist/modules/services/toHtml.js +9 -0
  724. package/dist/modules/services/toHtml.js.map +1 -0
  725. package/dist/modules/services/toRichTextValue.js +11 -0
  726. package/dist/modules/services/toRichTextValue.js.map +1 -0
  727. package/dist/modules/services/toggleBlock.js +23 -0
  728. package/dist/modules/services/toggleBlock.js.map +1 -0
  729. package/dist/modules/services/toggleMark.js +10 -0
  730. package/dist/modules/services/toggleMark.js.map +1 -0
  731. package/dist/modules/templates/badResponses.js +16 -0
  732. package/dist/modules/templates/badResponses.js.map +1 -0
  733. package/dist/modules/templates/richTextTemplates.js +19 -0
  734. package/dist/modules/templates/richTextTemplates.js.map +1 -0
  735. package/dist/modules/templates/successResponses.js +11 -0
  736. package/dist/modules/templates/successResponses.js.map +1 -0
  737. package/dist/modules/utils/phoneInputUtilities.js +24 -0
  738. package/dist/modules/utils/phoneInputUtilities.js.map +1 -0
  739. package/dist/modules/utils/richTextUtilities.js +92 -0
  740. package/dist/modules/utils/richTextUtilities.js.map +1 -0
  741. package/dist/providers/drawerProvider.d.ts +18 -84
  742. package/dist/providers/drawerProvider.d.ts.map +1 -1
  743. package/dist/providers/formProvider.d.ts +20 -56
  744. package/dist/providers/formProvider.d.ts.map +1 -1
  745. package/dist/providers/modalProvider.d.ts +19 -80
  746. package/dist/providers/modalProvider.d.ts.map +1 -1
  747. package/dist/providers/placesProvider.d.ts +18 -13
  748. package/dist/providers/placesProvider.d.ts.map +1 -1
  749. package/dist/providers/toastProvider.d.ts +13 -24
  750. package/dist/providers/toastProvider.d.ts.map +1 -1
  751. package/dist/services/extractTextFromNode.d.ts +1 -1
  752. package/dist/services/extractTextFromNode.d.ts.map +1 -1
  753. package/dist/services/fieldTemplate.d.ts +14 -0
  754. package/dist/services/fieldTemplate.d.ts.map +1 -0
  755. package/dist/services/iconRenderer.d.ts +2 -2
  756. package/dist/services/iconRenderer.d.ts.map +1 -1
  757. package/dist/services/isBlockActive.d.ts +1 -1
  758. package/dist/services/isBlockActive.d.ts.map +1 -1
  759. package/dist/services/isMarkActive.d.ts +1 -1
  760. package/dist/services/isMarkActive.d.ts.map +1 -1
  761. package/dist/services/maskCurrencyValues.d.ts.map +1 -1
  762. package/dist/services/toHtml.d.ts +12 -11
  763. package/dist/services/toHtml.d.ts.map +1 -1
  764. package/dist/services/toRichTextValue.d.ts +12 -18
  765. package/dist/services/toRichTextValue.d.ts.map +1 -1
  766. package/dist/services/toggleBlock.d.ts +1 -1
  767. package/dist/services/toggleBlock.d.ts.map +1 -1
  768. package/dist/services/toggleMark.d.ts +1 -1
  769. package/dist/services/toggleMark.d.ts.map +1 -1
  770. package/dist/style.css +1 -1
  771. package/dist/templates/richTextTemplates.d.ts +1 -1
  772. package/dist/templates/richTextTemplates.d.ts.map +1 -1
  773. package/dist/types/richTextTypes.d.ts +14 -3
  774. package/dist/types/richTextTypes.d.ts.map +1 -1
  775. package/dist/utils/phoneInputUtilities.d.ts +1 -1713
  776. package/dist/utils/phoneInputUtilities.d.ts.map +1 -1
  777. package/dist/utils/richTextUtilities.d.ts +1 -1
  778. package/dist/utils/richTextUtilities.d.ts.map +1 -1
  779. package/package.json +1084 -27
  780. package/styles.d.ts +3 -0
  781. package/dist/bundle.js +0 -18048
  782. package/dist/bundle.umd.cjs +0 -219
  783. package/dist/components/alert/alertContainer/index.js +0 -91
  784. package/dist/components/alert/alertContent/index.js +0 -46
  785. package/dist/components/alert/alertDescription/index.js +0 -48
  786. package/dist/components/alert/alertIcon/index.js +0 -61
  787. package/dist/components/alert/alertTitle/index.js +0 -42
  788. package/dist/components/audioPlayer/index.js +0 -115
  789. package/dist/components/audioUpload/hasFileContent/index.js +0 -26
  790. package/dist/components/audioUpload/index.js +0 -120
  791. package/dist/components/audioUpload/noFileContent/index.js +0 -29
  792. package/dist/components/badge/index.js +0 -49
  793. package/dist/components/button/index.js +0 -61
  794. package/dist/components/cardTab/cardTabButton/index.js +0 -80
  795. package/dist/components/cardTab/cardTabContainer/index.js +0 -88
  796. package/dist/components/cardTab/cardTabContext.js +0 -10
  797. package/dist/components/checkbox/index.js +0 -87
  798. package/dist/components/clientOnly.js +0 -86
  799. package/dist/components/currencyInput/index.js +0 -141
  800. package/dist/components/divider/index.js +0 -45
  801. package/dist/components/drawer/drawerContainer/index.js +0 -75
  802. package/dist/components/drawer/drawerContext.js +0 -10
  803. package/dist/components/drawer/drawerHeader/index.js +0 -58
  804. package/dist/components/fieldError/index.js +0 -33
  805. package/dist/components/fieldLabel/index.js +0 -39
  806. package/dist/components/fieldWrapper/index.js +0 -42
  807. package/dist/components/fileUpload/hasFileContent/index.js +0 -34
  808. package/dist/components/fileUpload/index.js +0 -127
  809. package/dist/components/fileUpload/noFileContent/index.js +0 -29
  810. package/dist/components/iconButton/index.js +0 -41
  811. package/dist/components/imageUpload/hasFileContent/index.js +0 -24
  812. package/dist/components/imageUpload/index.js +0 -149
  813. package/dist/components/imageUpload/noFileContent/index.js +0 -29
  814. package/dist/components/input/index.js +0 -114
  815. package/dist/components/mapView/index.js +0 -16
  816. package/dist/components/maskedInput/index.js +0 -131
  817. package/dist/components/modal/modalContainer/index.js +0 -82
  818. package/dist/components/modal/modalContext.js +0 -10
  819. package/dist/components/modal/modalFooter/index.js +0 -72
  820. package/dist/components/modal/modalHeader/index.js +0 -69
  821. package/dist/components/multiSelect/index.js +0 -169
  822. package/dist/components/multiSelect/multiSelectChevron/index.js +0 -18
  823. package/dist/components/multiSelect/multiSelectContainer/index.js +0 -11
  824. package/dist/components/multiSelect/multiSelectContent/index.js +0 -8
  825. package/dist/components/multiSelect/multiSelectMark/index.js +0 -11
  826. package/dist/components/multiSelect/multiSelectOption/index.js +0 -10
  827. package/dist/components/multiSelect/multiSelectOptionsContainer/index.js +0 -44
  828. package/dist/components/multiSelect/multiSelectOverlay/index.js +0 -9
  829. package/dist/components/multiSelect/multiSelectSpinner/index.js +0 -10
  830. package/dist/components/pagination/chevronButton/index.js +0 -9
  831. package/dist/components/pagination/currentButton/index.js +0 -6
  832. package/dist/components/pagination/index.js +0 -37
  833. package/dist/components/pagination/pageButton/index.js +0 -7
  834. package/dist/components/pagination/paginationService.js +0 -62
  835. package/dist/components/pagination/spread/index.js +0 -7
  836. package/dist/components/phoneInput/index.js +0 -205
  837. package/dist/components/phoneInput/phoneInputContainer/index.js +0 -11
  838. package/dist/components/phoneInput/phoneInputCountriesOverlay/index.js +0 -9
  839. package/dist/components/phoneInput/phoneInputCountryOption/index.js +0 -10
  840. package/dist/components/phoneInput/phoneInputCountryOptionsContainer/index.js +0 -40
  841. package/dist/components/phoneInput/phoneInputCountrySelector/index.js +0 -9
  842. package/dist/components/phoneInput/phoneInputMask/index.js +0 -34
  843. package/dist/components/popover/index.js +0 -151
  844. package/dist/components/radio/radioBox/index.js +0 -99
  845. package/dist/components/radio/radioContext.js +0 -11
  846. package/dist/components/radio/radioGroup/index.js +0 -100
  847. package/dist/components/richText/blockButton/index.js +0 -18
  848. package/dist/components/richText/element/index.js +0 -24
  849. package/dist/components/richText/index.js +0 -149
  850. package/dist/components/richText/insertImage/index.js +0 -33
  851. package/dist/components/richText/leaf/index.js +0 -13
  852. package/dist/components/richText/markButton/index.js +0 -16
  853. package/dist/components/richText/toolbar/index.js +0 -6
  854. package/dist/components/searchPlaces.js +0 -91
  855. package/dist/components/select/index.js +0 -168
  856. package/dist/components/select/selectChevron/index.js +0 -18
  857. package/dist/components/select/selectContainer/index.js +0 -11
  858. package/dist/components/select/selectContent/index.js +0 -8
  859. package/dist/components/select/selectOption/index.js +0 -10
  860. package/dist/components/select/selectOptionsContainer/index.js +0 -44
  861. package/dist/components/select/selectOverlay/index.js +0 -9
  862. package/dist/components/select/selectSpinner/index.js +0 -10
  863. package/dist/components/slider/index.js +0 -97
  864. package/dist/components/switch/index.js +0 -100
  865. package/dist/components/tab/tabButton/index.js +0 -80
  866. package/dist/components/tab/tabContainer/index.js +0 -88
  867. package/dist/components/tab/tabContext.js +0 -10
  868. package/dist/components/table/tableBody/index.js +0 -69
  869. package/dist/components/table/tableCaption/index.js +0 -64
  870. package/dist/components/table/tableContainer/index.js +0 -66
  871. package/dist/components/table/tableFooter/index.js +0 -47
  872. package/dist/components/table/tableHeader/index.js +0 -46
  873. package/dist/components/textarea/index.js +0 -128
  874. package/dist/components/tooltip/index.js +0 -135
  875. package/dist/hooks/useAutomation.js +0 -67
  876. package/dist/hooks/useDrawer.js +0 -20
  877. package/dist/hooks/useForm.js +0 -52
  878. package/dist/hooks/useHydrated.js +0 -81
  879. package/dist/hooks/useModal.js +0 -20
  880. package/dist/hooks/useScopedParams.js +0 -107
  881. package/dist/hooks/useScrollLock.js +0 -68
  882. package/dist/hooks/useSlider.js +0 -49
  883. package/dist/hooks/useToast.js +0 -72
  884. package/dist/providers/drawerProvider.js +0 -120
  885. package/dist/providers/formProvider.js +0 -69
  886. package/dist/providers/modalProvider.js +0 -119
  887. package/dist/providers/placesProvider.js +0 -35
  888. package/dist/providers/toastProvider.js +0 -73
  889. package/dist/services/extractTextFromNode.js +0 -5
  890. package/dist/services/iconRenderer.js +0 -13
  891. package/dist/services/isBlockActive.js +0 -14
  892. package/dist/services/isMarkActive.js +0 -6
  893. package/dist/services/maskCurrencyValues.js +0 -23
  894. package/dist/services/toHtml.js +0 -21
  895. package/dist/services/toRichTextValue.js +0 -40
  896. package/dist/services/toggleBlock.js +0 -32
  897. package/dist/services/toggleMark.js +0 -10
  898. package/dist/templates/badResponses.js +0 -12
  899. package/dist/templates/richTextTemplates.js +0 -12
  900. package/dist/templates/successResponses.js +0 -2
  901. package/dist/types/richTextTypes.js +0 -1
  902. package/dist/utils/phoneInputUtilities.js +0 -99
  903. package/dist/utils/richTextUtilities.js +0 -87
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/multiSelect/multiSelectOverlay/index.tsx"],"names":[],"mappings":"AAAA,OAAO,cAAc,CAAC;AAEtB,KAAK,uBAAuB,GAAG;IAC7B,SAAS,EAAE,OAAO,CAAC;IACnB,UAAU,EAAE,MAAM,IAAI,CAAC;CACxB,CAAC;AAEF,iBAAS,kBAAkB,CAAC,KAAK,EAAE,uBAAuB,2CAIzD;AAED,OAAO,EAAE,kBAAkB,EAAE,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/multiSelect/multiSelectOverlay/index.tsx"],"names":[],"mappings":"AAAA,OAAO,cAAc,CAAC;AAEtB,KAAK,uBAAuB,GAAG;IAC9B,SAAS,EAAE,OAAO,CAAC;IACnB,UAAU,EAAE,MAAM,IAAI,CAAC;CACvB,CAAC;AAEF,iBAAS,kBAAkB,CAAC,KAAK,EAAE,uBAAuB,sCAIzD;AAED,OAAO,EAAE,kBAAkB,EAAE,CAAC"}
@@ -3,6 +3,6 @@ type MultiSelectSpinnerProps = {
3
3
  iconSize: number;
4
4
  isLoading: boolean;
5
5
  };
6
- declare function MultiSelectSpinner(props: MultiSelectSpinnerProps): import("react/jsx-runtime").JSX.Element;
6
+ declare function MultiSelectSpinner(props: MultiSelectSpinnerProps): import("react").JSX.Element | null;
7
7
  export { MultiSelectSpinner };
8
8
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/multiSelect/multiSelectSpinner/index.tsx"],"names":[],"mappings":"AACA,OAAO,cAAc,CAAC;AAEtB,KAAK,uBAAuB,GAAG;IAC7B,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,EAAE,OAAO,CAAC;CACpB,CAAC;AAEF,iBAAS,kBAAkB,CAAC,KAAK,EAAE,uBAAuB,2CAWzD;AAED,OAAO,EAAE,kBAAkB,EAAE,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/multiSelect/multiSelectSpinner/index.tsx"],"names":[],"mappings":"AACA,OAAO,cAAc,CAAC;AAEtB,KAAK,uBAAuB,GAAG;IAC9B,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,EAAE,OAAO,CAAC;CACnB,CAAC;AAEF,iBAAS,kBAAkB,CAAC,KAAK,EAAE,uBAAuB,sCAWzD;AAED,OAAO,EAAE,kBAAkB,EAAE,CAAC"}
@@ -4,6 +4,6 @@ type ChevronButtonProps = {
4
4
  disabled: boolean;
5
5
  handlePageChange: () => void;
6
6
  };
7
- declare function ChevronButton(props: ChevronButtonProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function ChevronButton(props: ChevronButtonProps): import("react").JSX.Element;
8
8
  export { ChevronButton };
9
9
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/pagination/chevronButton/index.tsx"],"names":[],"mappings":"AACA,OAAO,cAAc,CAAC;AAEtB,KAAK,kBAAkB,GAAG;IACxB,WAAW,EAAE,MAAM,GAAG,OAAO,CAAC;IAC9B,QAAQ,EAAE,OAAO,CAAC;IAClB,gBAAgB,EAAE,MAAM,IAAI,CAAC;CAC9B,CAAC;AAEF,iBAAS,aAAa,CAAC,KAAK,EAAE,kBAAkB,2CAa/C;AAED,OAAO,EAAE,aAAa,EAAE,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/pagination/chevronButton/index.tsx"],"names":[],"mappings":"AACA,OAAO,cAAc,CAAC;AAEtB,KAAK,kBAAkB,GAAG;IACzB,WAAW,EAAE,MAAM,GAAG,OAAO,CAAC;IAC9B,QAAQ,EAAE,OAAO,CAAC;IAClB,gBAAgB,EAAE,MAAM,IAAI,CAAC;CAC7B,CAAC;AAEF,iBAAS,aAAa,CAAC,KAAK,EAAE,kBAAkB,+BAc/C;AAED,OAAO,EAAE,aAAa,EAAE,CAAC"}
@@ -2,6 +2,6 @@ import "./styles.css";
2
2
  type CurrentButtonProps = {
3
3
  currentPage: number;
4
4
  };
5
- declare function CurrentButton({ currentPage }: CurrentButtonProps): import("react/jsx-runtime").JSX.Element;
5
+ declare function CurrentButton({ currentPage }: CurrentButtonProps): import("react").JSX.Element;
6
6
  export { CurrentButton };
7
7
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/pagination/currentButton/index.tsx"],"names":[],"mappings":"AAAA,OAAO,cAAc,CAAC;AAEtB,KAAK,kBAAkB,GAAG;IACxB,WAAW,EAAE,MAAM,CAAC;CACrB,CAAC;AAEF,iBAAS,aAAa,CAAC,EAAE,WAAW,EAAE,EAAE,kBAAkB,2CAMzD;AAED,OAAO,EAAE,aAAa,EAAE,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/pagination/currentButton/index.tsx"],"names":[],"mappings":"AAAA,OAAO,cAAc,CAAC;AAEtB,KAAK,kBAAkB,GAAG;IACzB,WAAW,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,iBAAS,aAAa,CAAC,EAAE,WAAW,EAAE,EAAE,kBAAkB,+BAMzD;AAED,OAAO,EAAE,aAAa,EAAE,CAAC"}
@@ -1,4 +1,4 @@
1
- import { HTMLAttributes } from "react";
1
+ import type { HTMLAttributes } from "react";
2
2
  import "./styles.css";
3
3
  /**
4
4
  * Props for the Pagination component.
@@ -29,23 +29,32 @@ type PaginationProps = {
29
29
  onChange?: (page: number) => void;
30
30
  } & Omit<HTMLAttributes<HTMLDivElement>, "onChange">;
31
31
  /**
32
- * Pagination component for navigating through paginated data.
32
+ * Pagination navigation control for paginated data sets.
33
+ *
34
+ * Renders page number buttons, prev/next arrows, and spread indicators (…)
35
+ * when the page count exceeds the visible range.
36
+ *
37
+ * @param props.totalCountRegisters - Total number of records. Required.
38
+ * @param props.currentPage - The currently active page (1-indexed). Required.
39
+ * @param props.registerPerPage - Records per page. Default: 10
40
+ * @param props.siblingsCount - Number of sibling pages visible on each side of the current page. Default: 1
41
+ * @param props.onChange - Callback fired when the user selects a different page.
42
+ *
43
+ * **...Other valid HTML properties for `<div>`**
44
+ *
45
+ * @returns Pagination JSX element.
33
46
  *
34
- * @component
35
47
  * @example
36
48
  * ```tsx
37
49
  * <Pagination
38
- * totalCountRegisters={100}
39
- * currentPage={1}
40
- * registerPerPage={10}
50
+ * totalCountRegisters={250}
51
+ * currentPage={page}
52
+ * registerPerPage={20}
41
53
  * siblingsCount={1}
42
- * onChange={(page) => console.log('Page changed to:', page)}
54
+ * onChange={(p) => setPage(p)}
43
55
  * />
44
56
  * ```
45
- *
46
- * @param props - The component props
47
- * @returns A pagination navigation component with page numbers and navigation buttons
48
57
  */
49
- declare function Pagination(props: PaginationProps): import("react/jsx-runtime").JSX.Element;
58
+ declare function Pagination(props: PaginationProps): import("react").JSX.Element;
50
59
  export { Pagination };
51
60
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/pagination/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAQvC,OAAO,cAAc,CAAC;AAEtB;;GAEG;AACH,KAAK,eAAe,GAAG;IACrB;;;OAGG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB;;OAEG;IACH,mBAAmB,EAAE,MAAM,CAAC;IAC5B;;OAEG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB;;;OAGG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB;;;OAGG;IACH,QAAQ,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;CACnC,GAAG,IAAI,CAAC,cAAc,CAAC,cAAc,CAAC,EAAE,UAAU,CAAC,CAAC;AAErD;;;;;;;;;;;;;;;;;GAiBG;AAEH,iBAAS,UAAU,CAAC,KAAK,EAAE,eAAe,2CA6EzC;AAED,OAAO,EAAE,UAAU,EAAE,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/pagination/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAQ5C,OAAO,cAAc,CAAC;AAEtB;;GAEG;AACH,KAAK,eAAe,GAAG;IACtB;;;OAGG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB;;OAEG;IACH,mBAAmB,EAAE,MAAM,CAAC;IAC5B;;OAEG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB;;;OAGG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB;;;OAGG;IACH,QAAQ,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;CAClC,GAAG,IAAI,CAAC,cAAc,CAAC,cAAc,CAAC,EAAE,UAAU,CAAC,CAAC;AAErD;;;;;;;;;;;;;;;;;;;;;;;;;;GA0BG;AAEH,iBAAS,UAAU,CAAC,KAAK,EAAE,eAAe,+BA6EzC;AAED,OAAO,EAAE,UAAU,EAAE,CAAC"}
@@ -3,6 +3,6 @@ type PageButtonProps = {
3
3
  page: number;
4
4
  handlePageChange: () => void;
5
5
  };
6
- declare function PageButton(props: PageButtonProps): import("react/jsx-runtime").JSX.Element;
6
+ declare function PageButton(props: PageButtonProps): import("react").JSX.Element;
7
7
  export { PageButton };
8
8
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/pagination/pageButton/index.tsx"],"names":[],"mappings":"AAAA,OAAO,cAAc,CAAC;AAEtB,KAAK,eAAe,GAAG;IACrB,IAAI,EAAE,MAAM,CAAC;IACb,gBAAgB,EAAE,MAAM,IAAI,CAAC;CAC9B,CAAC;AAEF,iBAAS,UAAU,CAAC,KAAK,EAAE,eAAe,2CAOzC;AAED,OAAO,EAAE,UAAU,EAAE,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/pagination/pageButton/index.tsx"],"names":[],"mappings":"AAAA,OAAO,cAAc,CAAC;AAEtB,KAAK,eAAe,GAAG;IACtB,IAAI,EAAE,MAAM,CAAC;IACb,gBAAgB,EAAE,MAAM,IAAI,CAAC;CAC7B,CAAC;AAEF,iBAAS,UAAU,CAAC,KAAK,EAAE,eAAe,+BAWzC;AAED,OAAO,EAAE,UAAU,EAAE,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"paginationService.d.ts","sourceRoot":"","sources":["../../../src/components/pagination/paginationService.ts"],"names":[],"mappings":"AAAA,KAAK,4BAA4B,GAAG;IAClC,WAAW,EAAE,MAAM,CAAC;IACpB,mBAAmB,EAAE,MAAM,CAAC;IAC5B,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,QAAQ,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;CACnC,CAAC;AAEF,cAAM,iBAAiB;IACrB,WAAW,EAAE,MAAM,CAAC;IACpB,mBAAmB,EAAE,MAAM,CAAC;IAC5B,eAAe,EAAE,MAAM,CAAC;IACxB,aAAa,EAAE,MAAM,CAAC;IACtB,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IAClC,aAAa,EAAE,MAAM,EAAE,CAAC;IACxB,SAAS,EAAE,MAAM,EAAE,CAAC;IAEpB,OAAO,CAAC,kBAAkB;IAM1B,OAAO,CAAC,qBAAqB;IAQ7B,OAAO,CAAC,iBAAiB;gBAQb,KAAK,EAAE,4BAA4B;IAiB/C,gBAAgB,GAAI,MAAM,MAAM,UAO9B;IAEF,gBAAgB,aAMd;IAEF,iBAAiB,aAMf;CACH;AAED,OAAO,EAAE,iBAAiB,EAAE,CAAC"}
1
+ {"version":3,"file":"paginationService.d.ts","sourceRoot":"","sources":["../../../src/components/pagination/paginationService.ts"],"names":[],"mappings":"AAAA,KAAK,4BAA4B,GAAG;IACnC,WAAW,EAAE,MAAM,CAAC;IACpB,mBAAmB,EAAE,MAAM,CAAC;IAC5B,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,QAAQ,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;CAClC,CAAC;AAEF,cAAM,iBAAiB;IACtB,WAAW,EAAE,MAAM,CAAC;IACpB,mBAAmB,EAAE,MAAM,CAAC;IAC5B,eAAe,EAAE,MAAM,CAAC;IACxB,aAAa,EAAE,MAAM,CAAC;IACtB,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IAClC,aAAa,EAAE,MAAM,EAAE,CAAC;IACxB,SAAS,EAAE,MAAM,EAAE,CAAC;IAEpB,OAAO,CAAC,kBAAkB;IAM1B,OAAO,CAAC,qBAAqB;IAQ7B,OAAO,CAAC,iBAAiB;gBAQb,KAAK,EAAE,4BAA4B;IAiB/C,gBAAgB,GAAI,MAAM,MAAM,UAO9B;IAEF,gBAAgB,aAMd;IAEF,iBAAiB,aAMf;CACF;AAED,OAAO,EAAE,iBAAiB,EAAE,CAAC"}
@@ -1,4 +1,4 @@
1
1
  import "./styles.css";
2
- declare function Spread(): import("react/jsx-runtime").JSX.Element;
2
+ declare function Spread(): import("react").JSX.Element;
3
3
  export { Spread };
4
4
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/pagination/spread/index.tsx"],"names":[],"mappings":"AACA,OAAO,cAAc,CAAC;AAEtB,iBAAS,MAAM,4CAMd;AAED,OAAO,EAAE,MAAM,EAAE,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/pagination/spread/index.tsx"],"names":[],"mappings":"AACA,OAAO,cAAc,CAAC;AAEtB,iBAAS,MAAM,gCAMd;AAED,OAAO,EAAE,MAAM,EAAE,CAAC"}
@@ -1,127 +1,106 @@
1
1
  import { countries } from "@arkyn/templates";
2
2
  type PhoneInputProps = {
3
+ /** Optional HTML id for the visible phone text input. */
3
4
  id?: string;
5
+ /** Disables all interactions. @default false */
4
6
  disabled?: boolean;
7
+ /** Prevents value changes while keeping the current value visible. @default false */
5
8
  readOnly?: boolean;
9
+ /** Validation error message (overrides the `useForm` context error for this field). */
6
10
  errorMessage?: string;
11
+ /** Optional label text displayed above the input. */
7
12
  label?: string;
13
+ /** Displays an asterisk on the label to signal a required field. */
8
14
  showAsterisk?: boolean;
15
+ /** Shows a loading state and disables interactions. @default false */
9
16
  isLoading?: boolean;
17
+ /**
18
+ * Input size.
19
+ * @default "md"
20
+ */
10
21
  size?: "md" | "lg";
22
+ /**
23
+ * Visual style variant.
24
+ * - `solid`: filled background.
25
+ * - `outline`: bordered, transparent background.
26
+ * @default "solid"
27
+ */
11
28
  variant?: "solid" | "outline";
29
+ /** Additional CSS class applied to the field wrapper. */
12
30
  className?: string;
31
+ /** Uncontrolled default phone value (numeric string with or without country code). @default "" */
13
32
  defaultValue?: string;
33
+ /** Text displayed when no country matches the search query. @default "Nenhum país encontrado" */
14
34
  notFoundCountryText?: string;
35
+ /** Field name for form submission (stored as numeric string with country code). Required. */
15
36
  name: string;
37
+ /** Placeholder for the country search input. @default "Pesquisar país" */
16
38
  searchCountryPlaceholder?: string;
17
- defaultCountry?: (typeof countries)[number]["iso"];
39
+ /** ISO 3166-1 alpha-2 code of the initially selected country. @default "BR" */
40
+ defaultCountryIso?: (typeof countries)[number]["iso"];
41
+ /** Callback fired on value change. Receives a numeric string prefixed with the country dial code. */
18
42
  onChange?: (e: string) => void;
43
+ /** Controlled phone value (without country code). */
44
+ value?: string;
45
+ /** When true, skips `FieldTemplate` wrapper (label and error text). @default false */
46
+ unShowFieldTemplate?: boolean;
47
+ /**
48
+ * Layout direction forwarded to `FieldTemplate`.
49
+ * @default "vertical"
50
+ */
51
+ orientation?: "horizontal" | "vertical" | "horizontalReverse";
19
52
  };
20
53
  /**
21
- * PhoneInput component - used for international phone number input with country selection and automatic formatting
54
+ * PhoneInput phone number field with an integrated country selector and automatic mask formatting.
22
55
  *
23
- * @param props - PhoneInput component properties
24
- * @param props.name - Required field name for form handling and phone input identification
25
- * @param props.label - Optional label text to display above the phone input
26
- * @param props.showAsterisk - Whether to show asterisk on label for required fields
27
- * @param props.errorMessage - Error message to display below the phone input
28
- * @param props.size - Size variant of the phone input. Default: "md"
29
- * @param props.variant - Visual variant of the phone input. Default: "solid"
30
- * @param props.defaultValue - Default phone number value for the input
31
- * @param props.defaultCountry - Default country ISO code to be selected. Uses country index 30 if not provided
32
- * @param props.disabled - Whether the phone input is disabled. Default: false
33
- * @param props.readOnly - Whether the phone input is read-only. Default: false
34
- * @param props.isLoading - Whether the phone input is in loading state. Default: false
35
- * @param props.className - Additional CSS classes for styling
36
- * @param props.id - Optional unique identifier for the input
37
- * @param props.searchCountryPlaceholder - Placeholder text for country search field. Default: "Pesquisar país"
38
- * @param props.notFoundCountryText - Text displayed when no countries match the search. Default: "Nenhum país encontrado"
39
- * @param props.onChange - Callback function called when phone number changes, receives the formatted value with country code
56
+ * The visible input is masked according to the selected country's phone format.
57
+ * The hidden `<input>` stores a numeric string prefixed with the country dial code for form submission.
58
+ * Integrates with `useForm` to display validation errors by field name.
40
59
  *
41
- * @returns PhoneInput JSX element wrapped in FieldWrapper with country selector, masked input, and validation
60
+ * @param props.name - Field name for form submission. Required.
61
+ * @param props.label - Label text displayed above the input.
62
+ * @param props.showAsterisk - Appends `*` to the label.
63
+ * @param props.errorMessage - Validation error message.
64
+ * @param props.size - Input size (`md` | `lg`). Default: "md"
65
+ * @param props.variant - Visual style variant. Default: "solid"
66
+ * @param props.disabled - Disables all interactions. Default: false
67
+ * @param props.readOnly - Prevents editing. Default: false
68
+ * @param props.isLoading - Shows loading state and disables interactions. Default: false
69
+ * @param props.defaultValue - Uncontrolled default phone value.
70
+ * @param props.value - Controlled phone value (without country code).
71
+ * @param props.onChange - Callback fired on change — receives numeric string with country code.
72
+ * @param props.defaultCountryIso - ISO code of the initially selected country. Default: "BR"
73
+ * @param props.searchCountryPlaceholder - Placeholder for country search. Default: "Pesquisar país"
74
+ * @param props.notFoundCountryText - Text shown when no country matches. Default: "Nenhum país encontrado"
75
+ * @param props.orientation - Layout direction. Default: "vertical"
76
+ * @param props.unShowFieldTemplate - Skips wrapper, label, and error rendering. Default: false
77
+ *
78
+ * @returns PhoneInput JSX element wrapped in `FieldTemplate`.
42
79
  *
43
80
  * @example
44
81
  * ```tsx
45
- * // Basic phone input
46
- * <PhoneInput name="phone" />
82
+ * // Basic
83
+ * <PhoneInput name="phone" label="Phone" />
47
84
  *
48
- * // Phone input with label and default country
85
+ * // Controlled with outline variant
49
86
  * <PhoneInput
50
87
  * name="contactPhone"
51
88
  * label="Contact Phone"
52
- * defaultCountry="US"
53
- * showAsterisk
54
- * />
55
- *
56
- * // Phone input with validation and custom text
57
- * <PhoneInput
58
- * name="businessPhone"
59
- * label="Business Phone"
60
- * errorMessage="Please enter a valid phone number"
61
- * searchCountryPlaceholder="Search country..."
62
- * notFoundCountryText="Country not found"
63
- * />
64
- *
65
- * // Large phone input with default value
66
- * <PhoneInput
67
- * name="emergencyContact"
68
- * label="Emergency Contact"
69
- * size="lg"
89
+ * value={phone}
90
+ * onChange={(v) => setPhone(v)}
70
91
  * variant="outline"
71
- * defaultValue="+1 (555) 123-4567"
72
- * defaultCountry="US"
92
+ * size="lg"
73
93
  * />
74
94
  *
75
- * // Controlled phone input with callback
95
+ * // Pre-selected country (US)
76
96
  * <PhoneInput
77
- * name="userPhone"
78
- * label="Your Phone Number"
79
- * onChange={(formattedPhone) => {
80
- * console.log('Phone number:', formattedPhone);
81
- * setPhoneNumber(formattedPhone);
82
- * }}
83
- * defaultCountry="BR"
97
+ * name="phone"
98
+ * label="Phone"
99
+ * defaultCountryIso="US"
84
100
  * showAsterisk
85
101
  * />
86
- *
87
- * // Read-only phone input for display
88
- * <PhoneInput
89
- * name="displayPhone"
90
- * label="Registered Phone"
91
- * defaultValue="+55 11 99999-9999"
92
- * readOnly
93
- * variant="outline"
94
- * />
95
- *
96
- * // Disabled phone input
97
- * <PhoneInput
98
- * name="lockedPhone"
99
- * label="Phone (Locked)"
100
- * defaultValue="+1 (555) 987-6543"
101
- * disabled
102
- * className="locked-field"
103
- * />
104
- *
105
- * // Phone input with loading state
106
- * <PhoneInput
107
- * name="loadingPhone"
108
- * label="Phone Number"
109
- * isLoading
110
- * defaultCountry="CA"
111
- * />
112
102
  * ```
113
- *
114
- * @remarks
115
- * This component provides:
116
- * - Automatic phone number formatting based on selected country
117
- * - Searchable country dropdown with flags and country codes
118
- * - Support for international phone number formats
119
- * - Integration with form validation systems
120
- * - Accessibility features with proper labeling
121
- *
122
- * The component uses country data from @arkyn/templates and automatically formats
123
- * phone numbers according to each country's specific format and mask patterns.
124
103
  */
125
- declare function PhoneInput(props: PhoneInputProps): import("react/jsx-runtime").JSX.Element;
104
+ declare function PhoneInput(props: PhoneInputProps): import("react").JSX.Element;
126
105
  export { PhoneInput };
127
106
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/phoneInput/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAC;AA0B7C,KAAK,eAAe,GAAG;IACrB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACnB,OAAO,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC9B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,IAAI,EAAE,MAAM,CAAC;IACb,wBAAwB,CAAC,EAAE,MAAM,CAAC;IAClC,cAAc,CAAC,EAAE,CAAC,OAAO,SAAS,CAAC,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,CAAC;IACnD,QAAQ,CAAC,EAAE,CAAC,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;CAChC,CAAC;AAEF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAwGG;AAEH,iBAAS,UAAU,CAAC,KAAK,EAAE,eAAe,2CA0LzC;AAED,OAAO,EAAE,UAAU,EAAE,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/phoneInput/index.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAC;AAqB7C,KAAK,eAAe,GAAG;IACtB,yDAAyD;IACzD,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,gDAAgD;IAChD,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,qFAAqF;IACrF,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,uFAAuF;IACvF,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,qDAAqD;IACrD,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,oEAAoE;IACpE,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,sEAAsE;IACtE,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB;;;OAGG;IACH,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACnB;;;;;OAKG;IACH,OAAO,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC9B,yDAAyD;IACzD,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,kGAAkG;IAClG,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,iGAAiG;IACjG,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,6FAA6F;IAC7F,IAAI,EAAE,MAAM,CAAC;IACb,0EAA0E;IAC1E,wBAAwB,CAAC,EAAE,MAAM,CAAC;IAClC,+EAA+E;IAC/E,iBAAiB,CAAC,EAAE,CAAC,OAAO,SAAS,CAAC,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,CAAC;IACtD,qGAAqG;IACrG,QAAQ,CAAC,EAAE,CAAC,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IAC/B,qDAAqD;IACrD,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,sFAAsF;IACtF,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B;;;OAGG;IACH,WAAW,CAAC,EAAE,YAAY,GAAG,UAAU,GAAG,mBAAmB,CAAC;CAC9D,CAAC;AAEF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAkDG;AACH,iBAAS,UAAU,CAAC,KAAK,EAAE,eAAe,+BAwKzC;AAED,OAAO,EAAE,UAAU,EAAE,CAAC"}
@@ -1,4 +1,4 @@
1
- import { ReactNode } from "react";
1
+ import type { ReactNode } from "react";
2
2
  import "./styles.css";
3
3
  type PhoneInputContainerProps = {
4
4
  children: ReactNode;
@@ -12,6 +12,6 @@ type PhoneInputContainerProps = {
12
12
  variant: "solid" | "outline";
13
13
  size: "md" | "lg";
14
14
  };
15
- declare function PhoneInputContainer(props: PhoneInputContainerProps): import("react/jsx-runtime").JSX.Element;
15
+ declare function PhoneInputContainer(props: PhoneInputContainerProps): import("react").JSX.Element;
16
16
  export { PhoneInputContainer };
17
17
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/phoneInput/phoneInputContainer/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAClC,OAAO,cAAc,CAAC;AAEtB,KAAK,wBAAwB,GAAG;IAC9B,QAAQ,EAAE,SAAS,CAAC;IACpB,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,OAAO,EAAE,OAAO,CAAC;IACjB,QAAQ,EAAE,OAAO,CAAC;IAClB,QAAQ,EAAE,OAAO,CAAC;IAClB,SAAS,EAAE,OAAO,CAAC;IACnB,SAAS,EAAE,OAAO,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,EAAE,OAAO,GAAG,SAAS,CAAC;IAC7B,IAAI,EAAE,IAAI,GAAG,IAAI,CAAC;CACnB,CAAC;AAEF,iBAAS,mBAAmB,CAAC,KAAK,EAAE,wBAAwB,2CAyB3D;AAED,OAAO,EAAE,mBAAmB,EAAE,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/phoneInput/phoneInputContainer/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACvC,OAAO,cAAc,CAAC;AAEtB,KAAK,wBAAwB,GAAG;IAC/B,QAAQ,EAAE,SAAS,CAAC;IACpB,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,OAAO,EAAE,OAAO,CAAC;IACjB,QAAQ,EAAE,OAAO,CAAC;IAClB,QAAQ,EAAE,OAAO,CAAC;IAClB,SAAS,EAAE,OAAO,CAAC;IACnB,SAAS,EAAE,OAAO,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,EAAE,OAAO,GAAG,SAAS,CAAC;IAC7B,IAAI,EAAE,IAAI,GAAG,IAAI,CAAC;CAClB,CAAC;AAEF,iBAAS,mBAAmB,CAAC,KAAK,EAAE,wBAAwB,+BAyB3D;AAED,OAAO,EAAE,mBAAmB,EAAE,CAAC"}
@@ -3,6 +3,6 @@ type PhoneInputCountriesOverlayProps = {
3
3
  isOpen: boolean;
4
4
  onClick: () => void;
5
5
  };
6
- declare function PhoneInputCountriesOverlay(props: PhoneInputCountriesOverlayProps): import("react/jsx-runtime").JSX.Element;
6
+ declare function PhoneInputCountriesOverlay(props: PhoneInputCountriesOverlayProps): import("react").JSX.Element | null;
7
7
  export { PhoneInputCountriesOverlay };
8
8
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/phoneInput/phoneInputCountriesOverlay/index.tsx"],"names":[],"mappings":"AAAA,OAAO,cAAc,CAAC;AAEtB,KAAK,+BAA+B,GAAG;IACrC,MAAM,EAAE,OAAO,CAAC;IAChB,OAAO,EAAE,MAAM,IAAI,CAAC;CACrB,CAAC;AAEF,iBAAS,0BAA0B,CAAC,KAAK,EAAE,+BAA+B,2CAMzE;AAED,OAAO,EAAE,0BAA0B,EAAE,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/phoneInput/phoneInputCountriesOverlay/index.tsx"],"names":[],"mappings":"AAAA,OAAO,cAAc,CAAC;AAEtB,KAAK,+BAA+B,GAAG;IACtC,MAAM,EAAE,OAAO,CAAC;IAChB,OAAO,EAAE,MAAM,IAAI,CAAC;CACpB,CAAC;AAEF,iBAAS,0BAA0B,CAAC,KAAK,EAAE,+BAA+B,sCAMzE;AAED,OAAO,EAAE,0BAA0B,EAAE,CAAC"}
@@ -3,9 +3,8 @@ type CountryType = {
3
3
  name: string;
4
4
  code: string;
5
5
  iso: string;
6
- prefix: null | string;
7
6
  flag: string;
8
- mask: string;
7
+ mask: string | string[];
9
8
  };
10
9
  type PhoneInputCountryOptionProps = {
11
10
  country: CountryType;
@@ -13,6 +12,6 @@ type PhoneInputCountryOptionProps = {
13
12
  isActive: boolean;
14
13
  handleChangeValue: (country: CountryType) => void;
15
14
  };
16
- declare function PhoneInputCountryOption(props: PhoneInputCountryOptionProps): import("react/jsx-runtime").JSX.Element;
15
+ declare function PhoneInputCountryOption(props: PhoneInputCountryOptionProps): import("react").JSX.Element;
17
16
  export { PhoneInputCountryOption };
18
17
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/phoneInput/phoneInputCountryOption/index.tsx"],"names":[],"mappings":"AACA,OAAO,cAAc,CAAC;AAEtB,KAAK,WAAW,GAAG;IACjB,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,GAAG,EAAE,MAAM,CAAC;IACZ,MAAM,EAAE,IAAI,GAAG,MAAM,CAAC;IACtB,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,KAAK,4BAA4B,GAAG;IAClC,OAAO,EAAE,WAAW,CAAC;IACrB,IAAI,EAAE,IAAI,GAAG,IAAI,CAAC;IAClB,QAAQ,EAAE,OAAO,CAAC;IAClB,iBAAiB,EAAE,CAAC,OAAO,EAAE,WAAW,KAAK,IAAI,CAAC;CACnD,CAAC;AAEF,iBAAS,uBAAuB,CAAC,KAAK,EAAE,4BAA4B,2CAanE;AAED,OAAO,EAAE,uBAAuB,EAAE,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/phoneInput/phoneInputCountryOption/index.tsx"],"names":[],"mappings":"AACA,OAAO,cAAc,CAAC;AAEtB,KAAK,WAAW,GAAG;IAClB,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,GAAG,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;CACxB,CAAC;AAEF,KAAK,4BAA4B,GAAG;IACnC,OAAO,EAAE,WAAW,CAAC;IACrB,IAAI,EAAE,IAAI,GAAG,IAAI,CAAC;IAClB,QAAQ,EAAE,OAAO,CAAC;IAClB,iBAAiB,EAAE,CAAC,OAAO,EAAE,WAAW,KAAK,IAAI,CAAC;CAClD,CAAC;AAEF,iBAAS,uBAAuB,CAAC,KAAK,EAAE,4BAA4B,+BAanE;AAED,OAAO,EAAE,uBAAuB,EAAE,CAAC"}
@@ -1,4 +1,4 @@
1
- import { ReactNode } from "react";
1
+ import { type ReactNode } from "react";
2
2
  import "./styles.css";
3
3
  type PhoneInputCountryOptionsContainerProps = {
4
4
  isOpen: boolean;
@@ -7,6 +7,6 @@ type PhoneInputCountryOptionsContainerProps = {
7
7
  placeholder: string;
8
8
  onSearch: (value: string) => void;
9
9
  };
10
- declare function PhoneInputCountryOptionsContainer(props: PhoneInputCountryOptionsContainerProps): import("react/jsx-runtime").JSX.Element;
10
+ declare function PhoneInputCountryOptionsContainer(props: PhoneInputCountryOptionsContainerProps): import("react").JSX.Element | null;
11
11
  export { PhoneInputCountryOptionsContainer };
12
12
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/phoneInput/phoneInputCountryOptionsContainer/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAe,SAAS,EAA+B,MAAM,OAAO,CAAC;AAE5E,OAAO,cAAc,CAAC;AAEtB,KAAK,sCAAsC,GAAG;IAC5C,MAAM,EAAE,OAAO,CAAC;IAChB,QAAQ,EAAE,SAAS,CAAC;IACpB,MAAM,EAAE,MAAM,CAAC;IACf,WAAW,EAAE,MAAM,CAAC;IACpB,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;CACnC,CAAC;AAEF,iBAAS,iCAAiC,CACxC,KAAK,EAAE,sCAAsC,2CA6D9C;AAED,OAAO,EAAE,iCAAiC,EAAE,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/phoneInput/phoneInputCountryOptionsContainer/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAEN,KAAK,SAAS,EAId,MAAM,OAAO,CAAC;AAEf,OAAO,cAAc,CAAC;AAEtB,KAAK,sCAAsC,GAAG;IAC7C,MAAM,EAAE,OAAO,CAAC;IAChB,QAAQ,EAAE,SAAS,CAAC;IACpB,MAAM,EAAE,MAAM,CAAC;IACf,WAAW,EAAE,MAAM,CAAC;IACpB,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;CAClC,CAAC;AAEF,iBAAS,iCAAiC,CACzC,KAAK,EAAE,sCAAsC,sCA6D7C;AAED,OAAO,EAAE,iCAAiC,EAAE,CAAC"}
@@ -3,15 +3,14 @@ type CountryType = {
3
3
  name: string;
4
4
  code: string;
5
5
  iso: string;
6
- prefix: null | string;
7
6
  flag: string;
8
- mask: string;
7
+ mask: string | string[];
9
8
  };
10
9
  type PhoneInputCountrySelectorProps = {
11
10
  size: "md" | "lg";
12
11
  currentCountry: CountryType;
13
12
  onClick: () => void;
14
13
  };
15
- declare function PhoneInputCountrySelector(props: PhoneInputCountrySelectorProps): import("react/jsx-runtime").JSX.Element;
14
+ declare function PhoneInputCountrySelector(props: PhoneInputCountrySelectorProps): import("react").JSX.Element;
16
15
  export { PhoneInputCountrySelector };
17
16
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/phoneInput/phoneInputCountrySelector/index.tsx"],"names":[],"mappings":"AAGA,OAAO,cAAc,CAAC;AAEtB,KAAK,WAAW,GAAG;IACjB,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,GAAG,EAAE,MAAM,CAAC;IACZ,MAAM,EAAE,IAAI,GAAG,MAAM,CAAC;IACtB,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,KAAK,8BAA8B,GAAG;IACpC,IAAI,EAAE,IAAI,GAAG,IAAI,CAAC;IAClB,cAAc,EAAE,WAAW,CAAC;IAC5B,OAAO,EAAE,MAAM,IAAI,CAAC;CACrB,CAAC;AAEF,iBAAS,yBAAyB,CAAC,KAAK,EAAE,8BAA8B,2CAcvE;AAED,OAAO,EAAE,yBAAyB,EAAE,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/phoneInput/phoneInputCountrySelector/index.tsx"],"names":[],"mappings":"AAGA,OAAO,cAAc,CAAC;AAEtB,KAAK,WAAW,GAAG;IAClB,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,GAAG,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;CACxB,CAAC;AAEF,KAAK,8BAA8B,GAAG;IACrC,IAAI,EAAE,IAAI,GAAG,IAAI,CAAC;IAClB,cAAc,EAAE,WAAW,CAAC;IAC5B,OAAO,EAAE,MAAM,IAAI,CAAC;CACpB,CAAC;AAEF,iBAAS,yBAAyB,CAAC,KAAK,EAAE,8BAA8B,+BAcvE;AAED,OAAO,EAAE,yBAAyB,EAAE,CAAC"}
@@ -3,9 +3,8 @@ type CountryType = {
3
3
  name: string;
4
4
  code: string;
5
5
  iso: string;
6
- prefix: null | string;
7
6
  flag: string;
8
- mask: string;
7
+ mask: string | string[];
9
8
  };
10
9
  type PhoneInputMaskProps = {
11
10
  onFocus: () => void;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/phoneInput/phoneInputMask/index.tsx"],"names":[],"mappings":"AAiBA,OAAO,aAAa,CAAC;AAErB,KAAK,WAAW,GAAG;IACjB,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,GAAG,EAAE,MAAM,CAAC;IACZ,MAAM,EAAE,IAAI,GAAG,MAAM,CAAC;IACtB,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,KAAK,mBAAmB,GAAG;IACzB,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,MAAM,EAAE,MAAM,IAAI,CAAC;IACnB,QAAQ,EAAE,OAAO,CAAC;IAClB,QAAQ,EAAE,OAAO,CAAC;IAClB,IAAI,EAAE,IAAI,GAAG,IAAI,CAAC;IAClB,cAAc,EAAE,WAAW,CAAC;IAC5B,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,CAAC,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IAC9B,EAAE,EAAE,MAAM,CAAC;CACZ,CAAC;AASF,QAAA,MAAM,cAAc,kHAqEnB,CAAC;AAEF,OAAO,EAAE,cAAc,EAAE,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/phoneInput/phoneInputMask/index.tsx"],"names":[],"mappings":"AAiBA,OAAO,aAAa,CAAC;AAErB,KAAK,WAAW,GAAG;IAClB,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,GAAG,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;CACxB,CAAC;AAEF,KAAK,mBAAmB,GAAG;IAC1B,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,MAAM,EAAE,MAAM,IAAI,CAAC;IACnB,QAAQ,EAAE,OAAO,CAAC;IAClB,QAAQ,EAAE,OAAO,CAAC;IAClB,IAAI,EAAE,IAAI,GAAG,IAAI,CAAC;IAClB,cAAc,EAAE,WAAW,CAAC;IAC5B,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,CAAC,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IAC9B,EAAE,EAAE,MAAM,CAAC;CACX,CAAC;AASF,QAAA,MAAM,cAAc,kHAgFnB,CAAC;AAEF,OAAO,EAAE,cAAc,EAAE,CAAC"}