@arkyn/components 3.0.1-beta.95 → 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 +174 -228
  3. package/dist/components/alert/alertContainer/index.d.ts +30 -26
  4. package/dist/components/alert/alertContainer/index.d.ts.map +1 -1
  5. package/dist/components/alert/alertContent/index.d.ts +9 -30
  6. package/dist/components/alert/alertContent/index.d.ts.map +1 -1
  7. package/dist/components/alert/alertDescription/index.d.ts +8 -34
  8. package/dist/components/alert/alertDescription/index.d.ts.map +1 -1
  9. package/dist/components/alert/alertIcon/index.d.ts +13 -35
  10. package/dist/components/alert/alertIcon/index.d.ts.map +1 -1
  11. package/dist/components/alert/alertTitle/index.d.ts +11 -32
  12. package/dist/components/alert/alertTitle/index.d.ts.map +1 -1
  13. package/dist/components/audioPlayer/index.d.ts +24 -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 -18054
  782. package/dist/bundle.umd.cjs +0 -219
  783. package/dist/components/alert/alertContainer/index.js +0 -74
  784. package/dist/components/alert/alertContent/index.js +0 -47
  785. package/dist/components/alert/alertDescription/index.js +0 -51
  786. package/dist/components/alert/alertIcon/index.js +0 -66
  787. package/dist/components/alert/alertTitle/index.js +0 -48
  788. package/dist/components/audioPlayer/index.js +0 -130
  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
package/LICENSE.txt CHANGED
@@ -1,10 +1,193 @@
1
+
1
2
  Apache License
2
3
  Version 2.0, January 2004
3
4
  http://www.apache.org/licenses/
4
5
 
5
6
  TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
6
7
 
7
- Copyright 2025 Lucas Gonçalves
8
+ 1. Definitions.
9
+
10
+ "License" shall mean the terms and conditions for use, reproduction,
11
+ and distribution as defined by Sections 1 through 9 of this document.
12
+
13
+ "Licensor" shall mean the copyright owner or entity authorized by
14
+ the copyright owner that is granting the License.
15
+
16
+ "Legal Entity" shall mean the union of the acting entity and all
17
+ other entities that control, are controlled by, or are under common
18
+ control with that entity. For the purposes of this definition,
19
+ "control" means (i) the power, direct or indirect, to cause the
20
+ direction or management of such entity, whether by contract or
21
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
22
+ outstanding shares, or (iii) beneficial ownership of such entity.
23
+
24
+ "You" (or "Your") shall mean an individual or Legal Entity
25
+ exercising permissions granted by this License.
26
+
27
+ "Source" form shall mean the preferred form for making modifications,
28
+ including but not limited to software source code, documentation
29
+ source, and configuration files.
30
+
31
+ "Object" form shall mean any form resulting from mechanical
32
+ transformation or translation of a Source form, including but
33
+ not limited to compiled object code, generated documentation,
34
+ and conversions to other media types.
35
+
36
+ "Work" shall mean the work of authorship, whether in Source or
37
+ Object form, made available under the License, as indicated by a
38
+ copyright notice that is included in or attached to the work
39
+ (an example is provided in the Appendix below).
40
+
41
+ "Derivative Works" shall mean any work, whether in Source or Object
42
+ form, that is based on (or derived from) the Work and for which the
43
+ editorial revisions, annotations, elaborations, or other modifications
44
+ represent, as a whole, an original work of authorship. For the purposes
45
+ of this License, Derivative Works shall not include works that remain
46
+ separable from, or merely link (or bind by name) to the interfaces of,
47
+ the Work and Derivative Works thereof.
48
+
49
+ "Contribution" shall mean any work of authorship, including
50
+ the original version of the Work and any modifications or additions
51
+ to that Work or Derivative Works thereof, that is intentionally
52
+ submitted to Licensor for inclusion in the Work by the copyright owner
53
+ or by an individual or Legal Entity authorized to submit on behalf of
54
+ the copyright owner. For the purposes of this definition, "submitted"
55
+ means any form of electronic, verbal, or written communication sent
56
+ to the Licensor or its representatives, including but not limited to
57
+ communication on electronic mailing lists, source code control systems,
58
+ and issue tracking systems that are managed by, or on behalf of, the
59
+ Licensor for the purpose of discussing and improving the Work, but
60
+ excluding communication that is conspicuously marked or otherwise
61
+ designated in writing by the copyright owner as "Not a Contribution."
62
+
63
+ "Contributor" shall mean Licensor and any individual or Legal Entity
64
+ on behalf of whom a Contribution has been received by Licensor and
65
+ subsequently incorporated within the Work.
66
+
67
+ 2. Grant of Copyright License. Subject to the terms and conditions of
68
+ this License, each Contributor hereby grants to You a perpetual,
69
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
70
+ copyright license to reproduce, prepare Derivative Works of,
71
+ publicly display, publicly perform, sublicense, and distribute the
72
+ Work and such Derivative Works in Source or Object form.
73
+
74
+ 3. Grant of Patent License. Subject to the terms and conditions of
75
+ this License, each Contributor hereby grants to You a perpetual,
76
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
77
+ (except as stated in this section) patent license to make, have made,
78
+ use, offer to sell, sell, import, and otherwise transfer the Work,
79
+ where such license applies only to those patent claims licensable
80
+ by such Contributor that are necessarily infringed by their
81
+ Contribution(s) alone or by combination of their Contribution(s)
82
+ with the Work to which such Contribution(s) was submitted. If You
83
+ institute patent litigation against any entity (including a
84
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
85
+ or a Contribution incorporated within the Work constitutes direct
86
+ or contributory patent infringement, then any patent licenses
87
+ granted to You under this License for that Work shall terminate
88
+ as of the date such litigation is filed.
89
+
90
+ 4. Redistribution. You may reproduce and distribute copies of the
91
+ Work or Derivative Works thereof in any medium, with or without
92
+ modifications, and in Source or Object form, provided that You
93
+ meet the following conditions:
94
+
95
+ (a) You must give any other recipients of the Work or
96
+ Derivative Works a copy of this License; and
97
+
98
+ (b) You must cause any modified files to carry prominent notices
99
+ stating that You changed the files; and
100
+
101
+ (c) You must retain, in the Source form of any Derivative Works
102
+ that You distribute, all copyright, patent, trademark, and
103
+ attribution notices from the Source form of the Work,
104
+ excluding those notices that do not pertain to any part of
105
+ the Derivative Works; and
106
+
107
+ (d) If the Work includes a "NOTICE" text file as part of its
108
+ distribution, then any Derivative Works that You distribute must
109
+ include a readable copy of the attribution notices contained
110
+ within such NOTICE file, excluding those notices that do not
111
+ pertain to any part of the Derivative Works, in at least one
112
+ of the following places: within a NOTICE text file distributed
113
+ as part of the Derivative Works; within the Source form or
114
+ documentation, if provided along with the Derivative Works; or,
115
+ within a display generated by the Derivative Works, if and
116
+ wherever such third-party notices normally appear. The contents
117
+ of the NOTICE file are for informational purposes only and
118
+ do not modify the License. You may add Your own attribution
119
+ notices within Derivative Works that You distribute, alongside
120
+ or as an addendum to the NOTICE text from the Work, provided
121
+ that such additional attribution notices cannot be construed
122
+ as modifying the License.
123
+
124
+ You may add Your own copyright statement to Your modifications and
125
+ may provide additional or different license terms and conditions
126
+ for use, reproduction, or distribution of Your modifications, or
127
+ for any such Derivative Works as a whole, provided Your use,
128
+ reproduction, and distribution of the Work otherwise complies with
129
+ the conditions stated in this License.
130
+
131
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
132
+ any Contribution intentionally submitted for inclusion in the Work
133
+ by You to the Licensor shall be under the terms and conditions of
134
+ this License, without any additional terms or conditions.
135
+ Notwithstanding the above, nothing herein shall supersede or modify
136
+ the terms of any separate license agreement you may have executed
137
+ with Licensor regarding such Contributions.
138
+
139
+ 6. Trademarks. This License does not grant permission to use the trade
140
+ names, trademarks, service marks, or product names of the Licensor,
141
+ except as required for reasonable and customary use in describing the
142
+ origin of the Work and reproducing the content of the NOTICE file.
143
+
144
+ 7. Disclaimer of Warranty. Unless required by applicable law or
145
+ agreed to in writing, Licensor provides the Work (and each
146
+ Contributor provides its Contributions) on an "AS IS" BASIS,
147
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
148
+ implied, including, without limitation, any warranties or conditions
149
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
150
+ PARTICULAR PURPOSE. You are solely responsible for determining the
151
+ appropriateness of using or redistributing the Work and assume any
152
+ risks associated with Your exercise of permissions under this License.
153
+
154
+ 8. Limitation of Liability. In no event and under no legal theory,
155
+ whether in tort (including negligence), contract, or otherwise,
156
+ unless required by applicable law (such as deliberate and grossly
157
+ negligent acts) or agreed to in writing, shall any Contributor be
158
+ liable to You for damages, including any direct, indirect, special,
159
+ incidental, or consequential damages of any character arising as a
160
+ result of this License or out of the use or inability to use the
161
+ Work (including but not limited to damages for loss of goodwill,
162
+ work stoppage, computer failure or malfunction, or any and all
163
+ other commercial damages or losses), even if such Contributor
164
+ has been advised of the possibility of such damages.
165
+
166
+ 9. Accepting Warranty or Additional Liability. While redistributing
167
+ the Work or Derivative Works thereof, You may choose to offer,
168
+ and charge a fee for, acceptance of support, warranty, indemnity,
169
+ or other liability obligations and/or rights consistent with this
170
+ License. However, in accepting such obligations, You may act only
171
+ on Your own behalf and on Your sole responsibility, not on behalf
172
+ of any other Contributor, and only if You agree to indemnify,
173
+ defend, and hold each Contributor harmless for any liability
174
+ incurred by, or claims asserted against, such Contributor by reason
175
+ of your accepting any such warranty or additional liability.
176
+
177
+ END OF TERMS AND CONDITIONS
178
+
179
+ APPENDIX: How to apply the Apache License to your work.
180
+
181
+ To apply the Apache License to your work, attach the following
182
+ boilerplate notice, with the fields enclosed by brackets "[]"
183
+ replaced with your own identifying information. (Don't include
184
+ the brackets!) The text should be enclosed in the appropriate
185
+ comment syntax for the file format. We also recommend that a
186
+ file or class name and description of purpose be included on the
187
+ same "printed page" as the copyright notice for easier
188
+ identification within third-party archives.
189
+
190
+ Copyright 2026 - Arkyn | Lucas Eduardo Gonçalves
8
191
 
9
192
  Licensed under the Apache License, Version 2.0 (the "License");
10
193
  you may not use this file except in compliance with the License.
package/README.md CHANGED
@@ -1,271 +1,217 @@
1
1
  # @arkyn/components
2
2
 
3
- A modern and comprehensive React component library. Built with TypeScript, featuring smooth animations powered by Framer Motion, and providing a complete set of UI components for building beautiful web applications.
3
+ A modern React component library featuring 40+ UI components, smooth animations, custom hooks, and TypeScript support.
4
4
 
5
5
  [![npm version](https://img.shields.io/npm/v/@arkyn/components.svg)](https://www.npmjs.com/package/@arkyn/components)
6
6
  [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
7
7
  [![TypeScript](https://img.shields.io/badge/TypeScript-Ready-blue.svg)](https://www.typescriptlang.org/)
8
8
 
9
- ## ✨ Features
9
+ ## ✨ What it solves
10
10
 
11
- - 🎨 **40+ UI Components** - Complete set of modern, accessible components
12
- - 🎭 **Smooth Animations** - Powered by Framer Motion for fluid interactions
13
- - 🪝 **Custom Hooks** - Powerful hooks for form handling, modals, drawers, and more
14
- - 🎯 **TypeScript First** - Full type safety and excellent IntelliSense support
15
- - 📱 **Responsive Design** - Mobile-first approach with modern CSS
16
- - ♿ **Accessibility** - Built with accessibility best practices in mind
17
- - 🎨 **Customizable** - Easy to theme and customize for your brand
18
- - 🚀 **Remix Optimized** - Designed specifically for Remix applications
11
+ Every React/Remix/React Router/Next app ends up rebuilding the same UI primitives — buttons, inputs, modals, drawers, tables, tabs, alerts — with slightly different accessibility, validation, and animation behavior each time. `@arkyn/components` packages a complete, accessible, TypeScript-first set of these primitives (40+ components, plus supporting hooks and providers) so teams can compose screens instead of rebuilding foundations. Components integrate with a shared form-validation context (`FormProvider`/`useForm`), share consistent styling and motion, and cover everything from basic inputs to rich text editing, calendars, maps, and third-party tracking scripts.
19
12
 
20
- ## 📦 Installation
21
-
22
- ```bash
23
- npm install @arkyn/components
24
- ```
25
-
26
- ### Peer Dependencies
27
-
28
- Make sure you have these peer dependencies installed:
29
-
30
- ```bash
31
- npm install react react-dom lucide-react
32
- ```
33
-
34
- ## 🚀 Quick Start
35
-
36
- ```tsx
37
- import { Button, Input, Modal, useModal } from "@arkyn/components";
38
-
39
- function App() {
40
- const { isOpen, openModal, closeModal } = useModal();
41
-
42
- return (
43
- <div>
44
- <Input placeholder="Enter your email" />
45
- <Button onClick={openModal}>Open Modal</Button>
46
-
47
- <Modal isOpen={isOpen} onClose={closeModal}>
48
- <h2>Welcome to Arkyn!</h2>
49
- <p>This is a beautiful modal component.</p>
50
- </Modal>
51
- </div>
52
- );
53
- }
54
- ```
13
+ ## 🧩 Features
55
14
 
56
- ## 🧩 Components
15
+ - 🧱 **Forms & inputs** — `Input`, `Textarea`, `Checkbox`, `Switch`, `Select`, `MultiSelect`, `RadioGroup`/`RadioBox`, `CurrencyInput`, `MaskedInput`, `PhoneInput`, `Slider`, `FieldWrapper`/`FieldLabel`/`FieldError` for labeled, validated fields with consistent layout
16
+ - 📁 **Uploads** — `FileUpload`, `ImageUpload`, and `AudioUpload` with drag-and-drop, server upload, and preview built in
17
+ - 🧭 **Layout & navigation** — `TabContainer`/`TabButton`, `CardTabContainer`/`CardTabButton`, `Pagination`, `Divider`, `Badge`
18
+ - 🪟 **Overlays** — `ModalContainer`/`ModalHeader`/`ModalFooter` + `ModalProvider`/`useModal`, `DrawerContainer`/`DrawerHeader` + `DrawerProvider`/`useDrawer`, `Popover`, `Tooltip`
19
+ - 🔔 **Feedback** — `AlertContainer`/`AlertTitle`/`AlertDescription`/`AlertIcon`/`AlertContent`, `ToastProvider`/`useToast`
20
+ - 📊 **Data display** — `TableContainer`/`TableHeader`/`TableBody`/`TableFooter`/`TableCaption`
21
+ - 📅 **Calendars & media** — `Calendar` (single/range date picking), `FullCalendar` (day/week/month views with events), `AudioPlayer`
22
+ - 🗺️ **Google Places & Maps** — `SearchPlaces`, `PlacesProvider`, and Mapbox-powered `MapView`
23
+ - 📈 **Tracking integrations** — `GoogleAnalytics`, `GoogleTagManager`, `FacebookPixel`, all dev-mode aware
24
+ - ✍️ **Rich text editing** — `RichText` (Slate.js-based WYSIWYG editor) with `toHtml`/`toRichTextValue` conversion services
25
+ - 🪝 **Hooks** — `useForm`, `useModal`, `useDrawer`, `useToast`, `useSlider`, `useHydrated`, `useScopedParams`, `useScrollLock`, `useAutomation`, `useSearchAutomation`
26
+ - 🧑‍💻 **SSR-safe** — `ClientOnly` and `useHydrated` guard against hydration mismatches for browser-only UI
57
27
 
58
- ### Form Components
28
+ ## 📋 Prerequisites
59
29
 
60
- - **Input** - Text input with validation support
61
- - **Textarea** - Multi-line text input
62
- - **Checkbox** - Checkbox with custom styling
63
- - **Radio** - Radio button groups
64
- - **Switch** - Toggle switch component
65
- - **MultiSelect** - Multi-selection dropdown
66
- - **PhoneInput** - International phone number input
67
- - **CurrencyInput** - Currency input with formatting
68
- - **MaskedInput** - Input with custom masking
69
- - **Slider** - Range slider component
30
+ - **Node.js** `>=18.0.0` or **Bun** `>=1.0.0`
31
+ - Always-required peer dependencies:
32
+ - `react >=18.0.0`
33
+ - `react-dom >=18.0.0`
34
+ - `lucide-react >=1.14.0` used for icons across most components
70
35
 
71
- ### Upload Components
36
+ ### Optional peer dependencies
72
37
 
73
- - **FileUpload** - File upload with drag & drop
74
- - **ImageUpload** - Image upload with preview
75
- - **AudioUpload** - Audio file upload component
76
- - **AudioPlayer** - Audio playback component
38
+ Only install these if you use the specific component/hook that needs them:
77
39
 
78
- ### Navigation
40
+ - `mapbox-gl >=3.0.0` — required by `MapView`
41
+ - `is-hotkey >=0.2.0` — required by `RichText`
42
+ - `slate >=0.100.0`, `slate-history >=0.100.0`, `slate-react >=0.100.0` — required by `RichText`
43
+ - `@react-google-maps/api >=2.0.0` — required by `PlacesProvider` and `SearchPlaces`
44
+ - `react-scroll >=1.8.0` — required by `useAutomation`
45
+ - `@react-input/mask >=2.0.0` — required by `MaskedInput` and `PhoneInput`
46
+ - `html-react-parser >=5.0.0` — required by the `toRichTextValue` service
47
+ - `react-hot-toast >=2.0.0` — required by `ToastProvider` / `useToast`
79
48
 
80
- - **Button** - Versatile button component
81
- - **IconButton** - Icon-only button
82
- - **Tab** - Tab navigation system
83
- - **CardTab** - Card-style tabs
84
- - **Drawer** - Side drawer/panel
85
-
86
- ### Feedback
87
-
88
- - **Alert** - Alert messages with different variants
89
- - **Modal** - Modal dialogs
90
- - **Tooltip** - Contextual tooltips
91
- - **Badge** - Status and count badges
92
- - **Popover** - Floating content containers with positioning
93
-
94
- ### Layout
95
-
96
- - **Table** - Data table components
97
- - **Divider** - Section dividers
98
- - **FieldWrapper** - Form field container
99
- - **FieldLabel** - Form field labels
100
- - **FieldError** - Form field error messages
101
-
102
- ### Utility
103
-
104
- - **ClientOnly** - Client-side only rendering
105
-
106
- ## 🪝 Hooks
107
-
108
- - **useForm** - Comprehensive form state management
109
- - **useModal** - Modal state management
110
- - **useDrawer** - Drawer state management
111
- - **useSlider** - Slider component logic
112
- - **useHydrated** - Check if component is hydrated
113
- - **useScopedParams** - URL parameter utilities
114
- - **useScrollLock** - Prevent page scrolling
115
- - **useToast** - Toast state management
116
-
117
- ## Services
118
-
119
- - **toHtml** -
120
- - **toRichTextValue** -
121
-
122
- ## 🎨 Component Examples
123
-
124
- ### Button
125
-
126
- ```tsx
127
- import { Button } from "@arkyn/components";
128
- import { Plus, Save } from "lucide-react";
129
-
130
- function Examples() {
131
- return (
132
- <>
133
- {/* Basic button */}
134
- <Button>Click me</Button>
135
-
136
- {/* With variants */}
137
- <Button variant="outline" scheme="success">
138
- Success
139
- </Button>
140
-
141
- {/* With icons */}
142
- <Button leftIcon={Plus} rightIcon={Save}>
143
- Save Item
144
- </Button>
145
-
146
- {/* Loading state */}
147
- <Button isLoading loadingText="Saving...">
148
- Save
149
- </Button>
150
- </>
151
- );
152
- }
153
- ```
154
-
155
- ### Form with Validation
156
-
157
- ```tsx
158
- import { Input, Button, FormProvider } from "@arkyn/components";
159
-
160
- function ContactForm() {
161
- const onSubmit = (data) => {
162
- console.log(data);
163
- };
49
+ ## 📦 Installation
164
50
 
165
- const fieldErrors = {
166
- email: "Email is required",
167
- };
51
+ > **ESM only.** This package ships as native ES modules with no CommonJS build — use `import`, not `require()`.
168
52
 
169
- return (
170
- <FormProvider
171
- fieldErrors={fieldErrors}
172
- form={<form onSubmit={handleSubmit(onSubmit)} />}
173
- >
174
- <Input
175
- label="E-mail:"
176
- showAsterisk
177
- name="email"
178
- placeholder="your@email.com"
179
- />
180
-
181
- <Button type="submit">Submit</Button>
182
- </FormProvider>
183
- );
184
- }
53
+ ```bash
54
+ npm install @arkyn/components react react-dom lucide-react
185
55
  ```
186
56
 
187
- ### Modal with Drawer
57
+ Then install any optional peer dependencies your app actually uses. For example:
188
58
 
189
- ```tsx
190
- import { Button, Modal, Drawer, useModal, useDrawer } from "@arkyn/components";
59
+ ```bash
60
+ # Using RichText
61
+ npm install slate slate-react slate-history is-hotkey
191
62
 
192
- function App() {
193
- const modal = useModal();
194
- const drawer = useDrawer();
63
+ # Using MaskedInput or PhoneInput
64
+ npm install @react-input/mask
195
65
 
196
- return (
197
- <>
198
- <Button onClick={modal.openModal}>Open Modal</Button>
199
- <Button onClick={drawer.openDrawer}>Open Drawer</Button>
200
-
201
- <Modal isOpen={modal.isOpen} onClose={modal.closeModal}>
202
- <h2>Modal Content</h2>
203
- <Button onClick={modal.closeModal}>Close</Button>
204
- </Modal>
205
-
206
- <Drawer isOpen={drawer.isOpen} onClose={drawer.closeDrawer}>
207
- <h2>Drawer Content</h2>
208
- <Button onClick={drawer.closeDrawer}>Close</Button>
209
- </Drawer>
210
- </>
211
- );
212
- }
66
+ # Using ToastProvider / useToast
67
+ npm install react-hot-toast
213
68
  ```
214
69
 
215
- ## 🎯 TypeScript Support
70
+ ## 🎨 Styles
216
71
 
217
- All components are built with TypeScript and provide excellent type safety:
72
+ This package ships its own stylesheet, which must be imported once (e.g. in your app's root/entry file) for components to render correctly:
218
73
 
219
74
  ```tsx
220
- import { ButtonProps, InputProps } from "@arkyn/components";
221
-
222
- // Extend component props
223
- interface CustomButtonProps extends ButtonProps {
224
- customProp?: string;
225
- }
226
-
227
- const CustomButton: React.FC<CustomButtonProps> = ({
228
- customProp,
229
- ...props
230
- }) => {
231
- return <Button {...props} />;
232
- };
75
+ import "@arkyn/components/styles";
233
76
  ```
234
77
 
235
- ## 🎨 Styling
78
+ ### Per-component styles
236
79
 
237
- Components come with default styling that can be customized through CSS variables or by overriding the CSS classes. Each component has its own CSS file that can be imported separately if needed.
80
+ If you only use a handful of components, importing the full stylesheet above pulls in CSS for all 40+ components. Every component subpath also exports a matching `.css` file containing just that component's styles (and those of any component it renders internally), so you can import only what you use instead:
238
81
 
239
- ```css
240
- /* Customize button colors */
241
- .arkyn-button {
242
- --spotlight-primary: #your-color;
243
- --text-heading: #your-text-color;
244
- }
82
+ ```tsx
83
+ import { Button } from "@arkyn/components/button";
84
+ import "@arkyn/components/button.css";
245
85
  ```
246
86
 
247
- ## 📱 Responsive Design
87
+ Each `<name>.css` file is self-contained — safe to import on its own without the aggregate `@arkyn/components/styles`. If you use several components, importing the aggregate stylesheet once is usually simpler and avoids any duplicate CSS between per-component files that share internals (e.g. `FileUpload` and `Button`).
248
88
 
249
- All components are built with mobile-first responsive design:
89
+ ## 🚀 Quick Start
250
90
 
251
91
  ```tsx
252
- <Button size="lg">Responsive Button</Button>
92
+ import {
93
+ Button,
94
+ FieldError,
95
+ FieldLabel,
96
+ FieldWrapper,
97
+ Input,
98
+ } from "@arkyn/components";
99
+ import "@arkyn/components/styles";
100
+
101
+ export function LoginForm() {
102
+ return (
103
+ <form>
104
+ <FieldWrapper>
105
+ <FieldLabel showAsterisk>Email</FieldLabel>
106
+ <Input name="email" type="email" placeholder="you@example.com" />
107
+ <FieldError>Invalid email address</FieldError>
108
+ </FieldWrapper>
109
+
110
+ <Button type="submit" scheme="primary">
111
+ Sign in
112
+ </Button>
113
+ </form>
114
+ );
115
+ }
253
116
  ```
254
117
 
255
- ## 🤝 Contributing
256
-
257
- Contributions are welcome! Please read our contributing guidelines and submit pull requests to help improve the library.
118
+ ## 📖 API Reference
119
+
120
+ ### Components
121
+
122
+ | Export | Description |
123
+ | --- | --- |
124
+ | `AlertContainer` | Root wrapper for the Alert component set that provides scheme context to its children and switches between centered and left-aligned layout depending on whether an `AlertTitle` is present. |
125
+ | `AlertContent` | Text/content area inside an `AlertContainer` that wraps `AlertTitle` and `AlertDescription`. |
126
+ | `AlertDescription` | Body text for an alert, meant to be placed inside `AlertContent`. |
127
+ | `AlertIcon` | Renders a scheme-appropriate Lucide icon (check, X, warning, or info) based on the `AlertContainer` context it is placed inside. |
128
+ | `AlertTitle` | Bold heading for an alert, placed inside `AlertContent`; its presence is detected by `AlertContainer` to switch layout. |
129
+ | `AudioPlayer` | Provides play/pause controls, a scrubable progress bar, and elapsed/total time display for an audio source. |
130
+ | `AudioUpload` | Drag-and-drop audio file uploader that uploads to a server as multipart/form-data and shows a playback preview, integrating with `useForm` for validation errors. |
131
+ | `Badge` | Displays labels, statuses, and categorization tags. |
132
+ | `Button` | Used for user interactions and form submissions. |
133
+ | `Calendar` | Calendar component supporting single-date and range selection modes. |
134
+ | `CardTabButton` | Individual tab button inside a `CardTabContainer` that reads active/disabled state from the container's context. |
135
+ | `CardTabContainer` | Wrapper (rendered as `<nav>`) that manages active state for a group of `CardTabButton` components. |
136
+ | `Checkbox` | Interactive checkbox input with label, validation, and form integration. |
137
+ | `ClientOnly` | Renders its children only after client-side hydration to prevent hydration mismatches for browser-only UI. |
138
+ | `CurrencyInput` | Numeric input that formats its displayed value according to a currency locale, storing the raw numeric value for form submission. |
139
+ | `Divider` | Visually separates content sections. |
140
+ | `DrawerContainer` | Animated slide-in panel over an overlay backdrop that locks body scroll while open and closes on overlay click. |
141
+ | `DrawerHeader` | Header section for a `DrawerContainer` with an optional close button. |
142
+ | `FacebookPixel` | Injects the Facebook Pixel tracking script client-side; renders nothing in development mode unless `showInDevMode` is set. |
143
+ | `FieldError` | Displays a validation error message below a form field; renders nothing when empty. |
144
+ | `FieldLabel` | Label for form fields, with an optional required-field asterisk. |
145
+ | `FieldWrapper` | `<section>` container that groups a form field with its label and error message. |
146
+ | `FileUpload` | Drag-and-drop file uploader with server upload and file-name preview, integrating with `useForm`. |
147
+ | `FullCalendar` | Full-featured calendar with day, week, and month views, supporting event display, blocked time ranges, and date navigation. |
148
+ | `GoogleAnalytics` | Injects the Google Analytics 4 script client-side; renders nothing in development mode unless `showInDevMode` is set. |
149
+ | `GoogleTagManager` | Injects the Google Tag Manager script and noscript snippets client-side; renders nothing in development mode unless `showInDevMode` is set. |
150
+ | `IconButton` | Compact button that renders a single icon without a text label, requiring an `aria-label` for accessibility. |
151
+ | `ImageUpload` | Drag-and-drop image uploader with server upload and image preview. |
152
+ | `Input` | Text input field with label, validation, icons, prefix/suffix, and loading state. |
153
+ | `MapView` | Interactive Mapbox map with optional clickable markers, rendered client-side only. |
154
+ | `MaskedInput` | Text input with a configurable mask for structured values such as phone numbers, CPF, or credit cards. |
155
+ | `ModalContainer` | Animated centered modal over a backdrop overlay that locks body scroll while open and closes on overlay click. |
156
+ | `ModalFooter` | Action bar at the bottom of a modal dialog. |
157
+ | `ModalHeader` | Header section for a `ModalContainer`, with an optional close button. |
158
+ | `MultiSelect` | Multi-option dropdown with optional search, label, validation, and form integration. |
159
+ | `Pagination` | Navigation control for paginated data sets, rendering page buttons, prev/next arrows, and spread indicators. |
160
+ | `PhoneInput` | Phone number field with an integrated country selector and automatic mask formatting. |
161
+ | `Popover` | Floating panel that appears relative to a trigger element and dismisses on outside click. |
162
+ | `RadioBox` | Individual option inside a `RadioGroup`, rendered as a label/hidden-button pair. |
163
+ | `RadioGroup` | Managed group of `RadioBox` options with form integration. |
164
+ | `RichText` | WYSIWYG rich-text editor built on Slate.js with a configurable toolbar (bold, italic, underline, code, headings, quote, alignment, image/video insertion). |
165
+ | `SearchPlaces` | Text input with Google Places autocomplete that returns structured address data. |
166
+ | `Select` | Single-option dropdown with optional search, label, validation, and form integration. |
167
+ | `Slider` | Interactive track for selecting a numeric value between 0 and 100. |
168
+ | `Switch` | Toggle input for binary on/off states with form integration. |
169
+ | `TabButton` | Individual tab button inside a `TabContainer`. |
170
+ | `TabContainer` | Wrapper that manages active state for a group of `TabButton` components. |
171
+ | `TableBody` | `<tbody>` section with built-in empty state handling. |
172
+ | `TableCaption` | Title/description placed above a table, rendered as a `<caption>` element. |
173
+ | `TableContainer` | Root wrapper for the Table component set, rendering a responsive scrollable container around a `<table>`. |
174
+ | `TableFooter` | `<tfoot>` section with an automatic spacing row above the content, commonly used for pagination. |
175
+ | `TableHeader` | `<thead>` section with an automatic spacing row below the header row. |
176
+ | `Textarea` | Multi-line text input with label, validation, and form integration. |
177
+ | `Tooltip` | Contextual text bubble shown on hover with smart viewport-aware positioning that flips sides to avoid overflow. |
178
+
179
+ ### Hooks
180
+
181
+ | Export | Description |
182
+ | --- | --- |
183
+ | `useAutomation` | Runs UI side-effects (closing modals, scrolling to an element, showing a toast) in response to a server action response payload. |
184
+ | `useDrawer` | Accesses the nearest `DrawerProvider` context, returning either the full context or a scoped open/close/data API for one named drawer. |
185
+ | `useForm` | Reads the nearest `FormProvider` context to access field-level validation errors. |
186
+ | `useHydrated` | Returns `true` once the component has hydrated on the client and `false` during SSR, to safely defer client-only rendering. |
187
+ | `useModal` | Accesses the nearest `ModalProvider` context, returning either the full context or a scoped open/close/data API for one named modal. |
188
+ | `useScopedParams` | Reads and writes URL search parameters, optionally namespaced with a scope prefix to avoid collisions between features. |
189
+ | `useScrollLock` | Locks document body scroll while an overlay is open, compensating for scrollbar width to prevent layout shift. |
190
+ | `useSearchAutomation` | URL-driven version of `useAutomation` that reads automation parameters from a URL search string. |
191
+ | `useSlider` | State manager for the `Slider` component that clamps its value to the 0–100 range. |
192
+ | `useToast` | Reads `ToastProvider` context to display toast notifications via `showToast`. |
193
+
194
+ ### Providers
195
+
196
+ | Export | Description |
197
+ | --- | --- |
198
+ | `DrawerProvider` | Context provider that manages open/close state and data for named drawers, exposed to descendants via `useDrawer`. |
199
+ | `FormProvider` | Distributes field-level validation errors to all form input components in its subtree so they can display errors automatically. |
200
+ | `ModalProvider` | Context provider that manages open/close state and data for named modals, exposed to descendants via `useModal`. |
201
+ | `PlacesProvider` | Loads the Google Maps JS API (places, marker, and maps libraries) and renders children via a render-prop that reports load status. |
202
+ | `ToastProvider` | Mounts a react-hot-toast `Toaster` and exposes a `showToast` function via context for success/danger notifications. |
203
+
204
+ ### Services
205
+
206
+ | Export | Description |
207
+ | --- | --- |
208
+ | `toHtml` | Converts a `RichTextValue` (Slate.js `Descendant` array) to an HTML string. |
209
+ | `toRichTextValue` | Converts an HTML string to a `RichTextValue` (Slate.js `Descendant` array) for use as a `RichText` editor's default value. |
210
+
211
+ ## 📚 Documentation
212
+
213
+ Full component docs, live previews, and prop tables: [https://docs.arkyn.dev](https://docs.arkyn.dev)
258
214
 
259
215
  ## 📄 License
260
216
 
261
217
  This project is licensed under the Apache 2.0 License - see the [LICENSE](./LICENSE.txt) file for details.
262
-
263
- ## 🔗 Links
264
-
265
- - [Documentation](https://docs.arkyn.dev)
266
- - [GitHub Repository](https://github.com/Lucas-Eduardo-Goncalves/arkyn)
267
- - [NPM Package](https://www.npmjs.com/package/@arkyn/components)
268
-
269
- ---
270
-
271
- Made with ❤️ by the Arkyn team