@arkyn/components 3.0.1-beta.99 → 3.0.3

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 (938) hide show
  1. package/LICENSE.txt +184 -1
  2. package/README.md +198 -22
  3. package/dist/components/alert/alertContainer/index.d.ts +30 -46
  4. package/dist/components/alert/alertContainer/index.d.ts.map +1 -1
  5. package/dist/components/alert/alertContent/index.d.ts +12 -37
  6. package/dist/components/alert/alertContent/index.d.ts.map +1 -1
  7. package/dist/components/alert/alertDescription/index.d.ts +11 -39
  8. package/dist/components/alert/alertDescription/index.d.ts.map +1 -1
  9. package/dist/components/alert/alertIcon/index.d.ts +16 -40
  10. package/dist/components/alert/alertIcon/index.d.ts.map +1 -1
  11. package/dist/components/alert/alertTitle/index.d.ts +13 -36
  12. package/dist/components/alert/alertTitle/index.d.ts.map +1 -1
  13. package/dist/components/audioPlayer/index.d.ts +25 -33
  14. package/dist/components/audioPlayer/index.d.ts.map +1 -1
  15. package/dist/components/audioUpload/hasFileContent/index.d.ts +1 -1
  16. package/dist/components/audioUpload/hasFileContent/index.d.ts.map +1 -1
  17. package/dist/components/audioUpload/index.d.ts +38 -49
  18. package/dist/components/audioUpload/index.d.ts.map +1 -1
  19. package/dist/components/audioUpload/noFileContent/index.d.ts +1 -1
  20. package/dist/components/audioUpload/noFileContent/index.d.ts.map +1 -1
  21. package/dist/components/badge/index.d.ts +34 -25
  22. package/dist/components/badge/index.d.ts.map +1 -1
  23. package/dist/components/button/index.d.ts +42 -32
  24. package/dist/components/button/index.d.ts.map +1 -1
  25. package/dist/components/calendar/_calendarProvider.d.ts +52 -0
  26. package/dist/components/calendar/_calendarProvider.d.ts.map +1 -0
  27. package/dist/components/calendar/_viewService.d.ts +32 -0
  28. package/dist/components/calendar/_viewService.d.ts.map +1 -0
  29. package/dist/components/calendar/calendarContainer/index.d.ts +8 -0
  30. package/dist/components/calendar/calendarContainer/index.d.ts.map +1 -0
  31. package/dist/components/calendar/calendarHeader/index.d.ts +7 -0
  32. package/dist/components/calendar/calendarHeader/index.d.ts.map +1 -0
  33. package/dist/components/calendar/calendarTableBody/index.d.ts +4 -0
  34. package/dist/components/calendar/calendarTableBody/index.d.ts.map +1 -0
  35. package/dist/components/calendar/calendarTableContainer/index.d.ts +8 -0
  36. package/dist/components/calendar/calendarTableContainer/index.d.ts.map +1 -0
  37. package/dist/components/calendar/calendarTableHeader/index.d.ts +4 -0
  38. package/dist/components/calendar/calendarTableHeader/index.d.ts.map +1 -0
  39. package/dist/components/calendar/calendarTableTd/index.d.ts +11 -0
  40. package/dist/components/calendar/calendarTableTd/index.d.ts.map +1 -0
  41. package/dist/components/calendar/index.d.ts +100 -0
  42. package/dist/components/calendar/index.d.ts.map +1 -0
  43. package/dist/components/cardTab/cardTabButton/index.d.ts +16 -54
  44. package/dist/components/cardTab/cardTabButton/index.d.ts.map +1 -1
  45. package/dist/components/cardTab/cardTabContainer/index.d.ts +18 -60
  46. package/dist/components/cardTab/cardTabContainer/index.d.ts.map +1 -1
  47. package/dist/components/cardTab/cardTabContext.d.ts +4 -4
  48. package/dist/components/cardTab/cardTabContext.d.ts.map +1 -1
  49. package/dist/components/checkbox/index.d.ts +42 -37
  50. package/dist/components/checkbox/index.d.ts.map +1 -1
  51. package/dist/components/clientOnly.d.ts +14 -67
  52. package/dist/components/clientOnly.d.ts.map +1 -1
  53. package/dist/components/currencyInput/index.d.ts +75 -53
  54. package/dist/components/currencyInput/index.d.ts.map +1 -1
  55. package/dist/components/datePicker/datePickerCalendarContainer/index.d.ts +9 -0
  56. package/dist/components/datePicker/datePickerCalendarContainer/index.d.ts.map +1 -0
  57. package/dist/components/datePicker/datePickerChevron/index.d.ts +11 -0
  58. package/dist/components/datePicker/datePickerChevron/index.d.ts.map +1 -0
  59. package/dist/components/datePicker/datePickerContainer/index.d.ts +19 -0
  60. package/dist/components/datePicker/datePickerContainer/index.d.ts.map +1 -0
  61. package/dist/components/datePicker/datePickerContent/index.d.ts +9 -0
  62. package/dist/components/datePicker/datePickerContent/index.d.ts.map +1 -0
  63. package/dist/components/datePicker/datePickerOverlay/index.d.ts +8 -0
  64. package/dist/components/datePicker/datePickerOverlay/index.d.ts.map +1 -0
  65. package/dist/components/datePicker/datePickerSpinner/index.d.ts +8 -0
  66. package/dist/components/datePicker/datePickerSpinner/index.d.ts.map +1 -0
  67. package/dist/components/datePicker/index.d.ts +155 -0
  68. package/dist/components/datePicker/index.d.ts.map +1 -0
  69. package/dist/components/divider/index.d.ts +14 -27
  70. package/dist/components/divider/index.d.ts.map +1 -1
  71. package/dist/components/drawer/drawerContainer/index.d.ts +18 -52
  72. package/dist/components/drawer/drawerContainer/index.d.ts.map +1 -1
  73. package/dist/components/drawer/drawerContext.d.ts +2 -2
  74. package/dist/components/drawer/drawerContext.d.ts.map +1 -1
  75. package/dist/components/drawer/drawerHeader/index.d.ts +11 -35
  76. package/dist/components/drawer/drawerHeader/index.d.ts.map +1 -1
  77. package/dist/components/facebookPixel/facebookPixel.client.d.ts +4 -0
  78. package/dist/components/facebookPixel/facebookPixel.client.d.ts.map +1 -0
  79. package/dist/components/facebookPixel/index.d.ts +65 -0
  80. package/dist/components/facebookPixel/index.d.ts.map +1 -0
  81. package/dist/components/facebookPixel/pixel.d.ts +21 -0
  82. package/dist/components/facebookPixel/pixel.d.ts.map +1 -0
  83. package/dist/components/fieldError/index.d.ts +6 -13
  84. package/dist/components/fieldError/index.d.ts.map +1 -1
  85. package/dist/components/fieldLabel/index.d.ts +8 -23
  86. package/dist/components/fieldLabel/index.d.ts.map +1 -1
  87. package/dist/components/fieldWrapper/index.d.ts +14 -24
  88. package/dist/components/fieldWrapper/index.d.ts.map +1 -1
  89. package/dist/components/fileUpload/hasFileContent/index.d.ts +1 -1
  90. package/dist/components/fileUpload/hasFileContent/index.d.ts.map +1 -1
  91. package/dist/components/fileUpload/index.d.ts +37 -62
  92. package/dist/components/fileUpload/index.d.ts.map +1 -1
  93. package/dist/components/fileUpload/noFileContent/index.d.ts +1 -1
  94. package/dist/components/fileUpload/noFileContent/index.d.ts.map +1 -1
  95. package/dist/components/fullCalendar/_fullCalendarProvider.d.ts +44 -0
  96. package/dist/components/fullCalendar/_fullCalendarProvider.d.ts.map +1 -0
  97. package/dist/components/fullCalendar/_viewService.d.ts +28 -0
  98. package/dist/components/fullCalendar/_viewService.d.ts.map +1 -0
  99. package/dist/components/fullCalendar/dayCalendar/dayCalendarContainer/index.d.ts +8 -0
  100. package/dist/components/fullCalendar/dayCalendar/dayCalendarContainer/index.d.ts.map +1 -0
  101. package/dist/components/fullCalendar/dayCalendar/dayCalendarEvent/index.d.ts +7 -0
  102. package/dist/components/fullCalendar/dayCalendar/dayCalendarEvent/index.d.ts.map +1 -0
  103. package/dist/components/fullCalendar/dayCalendar/dayCalendarRow/index.d.ts +8 -0
  104. package/dist/components/fullCalendar/dayCalendar/dayCalendarRow/index.d.ts.map +1 -0
  105. package/dist/components/fullCalendar/dayCalendar/index.d.ts +3 -0
  106. package/dist/components/fullCalendar/dayCalendar/index.d.ts.map +1 -0
  107. package/dist/components/fullCalendar/fullCalendarContainer/index.d.ts +8 -0
  108. package/dist/components/fullCalendar/fullCalendarContainer/index.d.ts.map +1 -0
  109. package/dist/components/fullCalendar/fullCalendarHeader/index.d.ts +8 -0
  110. package/dist/components/fullCalendar/fullCalendarHeader/index.d.ts.map +1 -0
  111. package/dist/components/fullCalendar/index.d.ts +94 -0
  112. package/dist/components/fullCalendar/index.d.ts.map +1 -0
  113. package/dist/components/fullCalendar/monthlyCalendar/index.d.ts +3 -0
  114. package/dist/components/fullCalendar/monthlyCalendar/index.d.ts.map +1 -0
  115. package/dist/components/fullCalendar/monthlyCalendar/monthlyCalendarEvent/index.d.ts +9 -0
  116. package/dist/components/fullCalendar/monthlyCalendar/monthlyCalendarEvent/index.d.ts.map +1 -0
  117. package/dist/components/fullCalendar/monthlyCalendar/monthlyCalendarTableBody/index.d.ts +4 -0
  118. package/dist/components/fullCalendar/monthlyCalendar/monthlyCalendarTableBody/index.d.ts.map +1 -0
  119. package/dist/components/fullCalendar/monthlyCalendar/monthlyCalendarTableContainer/index.d.ts +8 -0
  120. package/dist/components/fullCalendar/monthlyCalendar/monthlyCalendarTableContainer/index.d.ts.map +1 -0
  121. package/dist/components/fullCalendar/monthlyCalendar/monthlyCalendarTableHeader/index.d.ts +4 -0
  122. package/dist/components/fullCalendar/monthlyCalendar/monthlyCalendarTableHeader/index.d.ts.map +1 -0
  123. package/dist/components/fullCalendar/monthlyCalendar/monthlyCalendarTableTd/index.d.ts +10 -0
  124. package/dist/components/fullCalendar/monthlyCalendar/monthlyCalendarTableTd/index.d.ts.map +1 -0
  125. package/dist/components/fullCalendar/weekCalendar/index.d.ts +3 -0
  126. package/dist/components/fullCalendar/weekCalendar/index.d.ts.map +1 -0
  127. package/dist/components/fullCalendar/weekCalendar/weekCalendarEvent/index.d.ts +10 -0
  128. package/dist/components/fullCalendar/weekCalendar/weekCalendarEvent/index.d.ts.map +1 -0
  129. package/dist/components/fullCalendar/weekCalendar/weekCalendarTableBody/index.d.ts +4 -0
  130. package/dist/components/fullCalendar/weekCalendar/weekCalendarTableBody/index.d.ts.map +1 -0
  131. package/dist/components/fullCalendar/weekCalendar/weekCalendarTableContainer/index.d.ts +8 -0
  132. package/dist/components/fullCalendar/weekCalendar/weekCalendarTableContainer/index.d.ts.map +1 -0
  133. package/dist/components/fullCalendar/weekCalendar/weekCalendarTableHeader/index.d.ts +4 -0
  134. package/dist/components/fullCalendar/weekCalendar/weekCalendarTableHeader/index.d.ts.map +1 -0
  135. package/dist/components/fullCalendar/weekCalendar/weekCalendarTableTd/index.d.ts +11 -0
  136. package/dist/components/fullCalendar/weekCalendar/weekCalendarTableTd/index.d.ts.map +1 -0
  137. package/dist/components/googleAnalytics/googleAnalytics.client.d.ts +6 -0
  138. package/dist/components/googleAnalytics/googleAnalytics.client.d.ts.map +1 -0
  139. package/dist/components/googleAnalytics/googleAnalytics.d.ts +10 -0
  140. package/dist/components/googleAnalytics/googleAnalytics.d.ts.map +1 -0
  141. package/dist/components/googleAnalytics/index.d.ts +30 -0
  142. package/dist/components/googleAnalytics/index.d.ts.map +1 -0
  143. package/dist/components/googleAnalytics/snippets/generateGAElements.d.ts +9 -0
  144. package/dist/components/googleAnalytics/snippets/generateGAElements.d.ts.map +1 -0
  145. package/dist/components/googleTagManager/googleTagManager.client.d.ts +11 -0
  146. package/dist/components/googleTagManager/googleTagManager.client.d.ts.map +1 -0
  147. package/dist/components/googleTagManager/googleTagManager.d.ts +20 -0
  148. package/dist/components/googleTagManager/googleTagManager.d.ts.map +1 -0
  149. package/dist/components/googleTagManager/index.d.ts +55 -0
  150. package/dist/components/googleTagManager/index.d.ts.map +1 -0
  151. package/dist/components/googleTagManager/snippets/appendToDataLayer.d.ts +7 -0
  152. package/dist/components/googleTagManager/snippets/appendToDataLayer.d.ts.map +1 -0
  153. package/dist/components/googleTagManager/snippets/generateGTMElements.d.ts +15 -0
  154. package/dist/components/googleTagManager/snippets/generateGTMElements.d.ts.map +1 -0
  155. package/dist/components/iconButton/index.d.ts +35 -19
  156. package/dist/components/iconButton/index.d.ts.map +1 -1
  157. package/dist/components/imageUpload/hasFileContent/index.d.ts +1 -1
  158. package/dist/components/imageUpload/hasFileContent/index.d.ts.map +1 -1
  159. package/dist/components/imageUpload/index.d.ts +51 -75
  160. package/dist/components/imageUpload/index.d.ts.map +1 -1
  161. package/dist/components/imageUpload/noFileContent/index.d.ts +1 -1
  162. package/dist/components/imageUpload/noFileContent/index.d.ts.map +1 -1
  163. package/dist/components/input/index.d.ts +58 -47
  164. package/dist/components/input/index.d.ts.map +1 -1
  165. package/dist/components/mapView/index.d.ts +55 -7
  166. package/dist/components/mapView/index.d.ts.map +1 -1
  167. package/dist/components/mapView/mapView.client.d.ts +17 -0
  168. package/dist/components/mapView/mapView.client.d.ts.map +1 -0
  169. package/dist/components/maskedInput/index.d.ts +71 -56
  170. package/dist/components/maskedInput/index.d.ts.map +1 -1
  171. package/dist/components/modal/modalContainer/index.d.ts +19 -59
  172. package/dist/components/modal/modalContainer/index.d.ts.map +1 -1
  173. package/dist/components/modal/modalContext.d.ts +2 -2
  174. package/dist/components/modal/modalContext.d.ts.map +1 -1
  175. package/dist/components/modal/modalFooter/index.d.ts +19 -52
  176. package/dist/components/modal/modalFooter/index.d.ts.map +1 -1
  177. package/dist/components/modal/modalHeader/index.d.ts +15 -49
  178. package/dist/components/modal/modalHeader/index.d.ts.map +1 -1
  179. package/dist/components/multiSelect/index.d.ts +72 -63
  180. package/dist/components/multiSelect/index.d.ts.map +1 -1
  181. package/dist/components/multiSelect/multiSelectChevron/index.d.ts +1 -1
  182. package/dist/components/multiSelect/multiSelectChevron/index.d.ts.map +1 -1
  183. package/dist/components/multiSelect/multiSelectContainer/index.d.ts +2 -2
  184. package/dist/components/multiSelect/multiSelectContainer/index.d.ts.map +1 -1
  185. package/dist/components/multiSelect/multiSelectContent/index.d.ts +2 -2
  186. package/dist/components/multiSelect/multiSelectContent/index.d.ts.map +1 -1
  187. package/dist/components/multiSelect/multiSelectMark/index.d.ts +1 -1
  188. package/dist/components/multiSelect/multiSelectMark/index.d.ts.map +1 -1
  189. package/dist/components/multiSelect/multiSelectOption/index.d.ts +1 -1
  190. package/dist/components/multiSelect/multiSelectOption/index.d.ts.map +1 -1
  191. package/dist/components/multiSelect/multiSelectOptionsContainer/index.d.ts +2 -2
  192. package/dist/components/multiSelect/multiSelectOptionsContainer/index.d.ts.map +1 -1
  193. package/dist/components/multiSelect/multiSelectOverlay/index.d.ts +1 -1
  194. package/dist/components/multiSelect/multiSelectOverlay/index.d.ts.map +1 -1
  195. package/dist/components/multiSelect/multiSelectSpinner/index.d.ts +1 -1
  196. package/dist/components/multiSelect/multiSelectSpinner/index.d.ts.map +1 -1
  197. package/dist/components/pagination/chevronButton/index.d.ts +1 -1
  198. package/dist/components/pagination/chevronButton/index.d.ts.map +1 -1
  199. package/dist/components/pagination/currentButton/index.d.ts +1 -1
  200. package/dist/components/pagination/currentButton/index.d.ts.map +1 -1
  201. package/dist/components/pagination/index.d.ts +20 -11
  202. package/dist/components/pagination/index.d.ts.map +1 -1
  203. package/dist/components/pagination/pageButton/index.d.ts +1 -1
  204. package/dist/components/pagination/pageButton/index.d.ts.map +1 -1
  205. package/dist/components/pagination/paginationService.d.ts.map +1 -1
  206. package/dist/components/pagination/spread/index.d.ts +1 -1
  207. package/dist/components/pagination/spread/index.d.ts.map +1 -1
  208. package/dist/components/phoneInput/index.d.ts +68 -89
  209. package/dist/components/phoneInput/index.d.ts.map +1 -1
  210. package/dist/components/phoneInput/phoneInputContainer/index.d.ts +2 -2
  211. package/dist/components/phoneInput/phoneInputContainer/index.d.ts.map +1 -1
  212. package/dist/components/phoneInput/phoneInputCountriesOverlay/index.d.ts +1 -1
  213. package/dist/components/phoneInput/phoneInputCountriesOverlay/index.d.ts.map +1 -1
  214. package/dist/components/phoneInput/phoneInputCountryOption/index.d.ts +2 -3
  215. package/dist/components/phoneInput/phoneInputCountryOption/index.d.ts.map +1 -1
  216. package/dist/components/phoneInput/phoneInputCountryOptionsContainer/index.d.ts +2 -2
  217. package/dist/components/phoneInput/phoneInputCountryOptionsContainer/index.d.ts.map +1 -1
  218. package/dist/components/phoneInput/phoneInputCountrySelector/index.d.ts +2 -3
  219. package/dist/components/phoneInput/phoneInputCountrySelector/index.d.ts.map +1 -1
  220. package/dist/components/phoneInput/phoneInputMask/index.d.ts +1 -2
  221. package/dist/components/phoneInput/phoneInputMask/index.d.ts.map +1 -1
  222. package/dist/components/popover/index.d.ts +36 -116
  223. package/dist/components/popover/index.d.ts.map +1 -1
  224. package/dist/components/radio/radioBox/index.d.ts +19 -67
  225. package/dist/components/radio/radioBox/index.d.ts.map +1 -1
  226. package/dist/components/radio/radioContext.d.ts +2 -2
  227. package/dist/components/radio/radioContext.d.ts.map +1 -1
  228. package/dist/components/radio/radioGroup/index.d.ts +40 -67
  229. package/dist/components/radio/radioGroup/index.d.ts.map +1 -1
  230. package/dist/components/richText/blockButton/index.d.ts +3 -3
  231. package/dist/components/richText/blockButton/index.d.ts.map +1 -1
  232. package/dist/components/richText/element/index.d.ts +2 -2
  233. package/dist/components/richText/element/index.d.ts.map +1 -1
  234. package/dist/components/richText/index.d.ts +35 -47
  235. package/dist/components/richText/index.d.ts.map +1 -1
  236. package/dist/components/richText/insertImage/index.d.ts +2 -2
  237. package/dist/components/richText/insertImage/index.d.ts.map +1 -1
  238. package/dist/components/richText/insertVideo/index.d.ts +5 -0
  239. package/dist/components/richText/insertVideo/index.d.ts.map +1 -0
  240. package/dist/components/richText/leaf/index.d.ts +2 -2
  241. package/dist/components/richText/leaf/index.d.ts.map +1 -1
  242. package/dist/components/richText/markButton/index.d.ts +3 -3
  243. package/dist/components/richText/markButton/index.d.ts.map +1 -1
  244. package/dist/components/richText/toolbar/index.d.ts +2 -2
  245. package/dist/components/richText/toolbar/index.d.ts.map +1 -1
  246. package/dist/components/searchPlaces.d.ts +55 -52
  247. package/dist/components/searchPlaces.d.ts.map +1 -1
  248. package/dist/components/select/index.d.ts +73 -64
  249. package/dist/components/select/index.d.ts.map +1 -1
  250. package/dist/components/select/selectChevron/index.d.ts +1 -1
  251. package/dist/components/select/selectChevron/index.d.ts.map +1 -1
  252. package/dist/components/select/selectContainer/index.d.ts +2 -2
  253. package/dist/components/select/selectContainer/index.d.ts.map +1 -1
  254. package/dist/components/select/selectContent/index.d.ts +2 -2
  255. package/dist/components/select/selectContent/index.d.ts.map +1 -1
  256. package/dist/components/select/selectOption/index.d.ts +1 -1
  257. package/dist/components/select/selectOption/index.d.ts.map +1 -1
  258. package/dist/components/select/selectOptionsContainer/index.d.ts +2 -2
  259. package/dist/components/select/selectOptionsContainer/index.d.ts.map +1 -1
  260. package/dist/components/select/selectOverlay/index.d.ts +1 -1
  261. package/dist/components/select/selectOverlay/index.d.ts.map +1 -1
  262. package/dist/components/select/selectSpinner/index.d.ts +1 -1
  263. package/dist/components/select/selectSpinner/index.d.ts.map +1 -1
  264. package/dist/components/slider/index.d.ts +22 -36
  265. package/dist/components/slider/index.d.ts.map +1 -1
  266. package/dist/components/switch/index.d.ts +46 -58
  267. package/dist/components/switch/index.d.ts.map +1 -1
  268. package/dist/components/tab/tabButton/index.d.ts +16 -54
  269. package/dist/components/tab/tabButton/index.d.ts.map +1 -1
  270. package/dist/components/tab/tabContainer/index.d.ts +18 -60
  271. package/dist/components/tab/tabContainer/index.d.ts.map +1 -1
  272. package/dist/components/tab/tabContext.d.ts +2 -2
  273. package/dist/components/tab/tabContext.d.ts.map +1 -1
  274. package/dist/components/table/tableBody/index.d.ts +15 -49
  275. package/dist/components/table/tableBody/index.d.ts.map +1 -1
  276. package/dist/components/table/tableCaption/index.d.ts +8 -48
  277. package/dist/components/table/tableCaption/index.d.ts.map +1 -1
  278. package/dist/components/table/tableContainer/index.d.ts +14 -43
  279. package/dist/components/table/tableContainer/index.d.ts.map +1 -1
  280. package/dist/components/table/tableFooter/index.d.ts +7 -31
  281. package/dist/components/table/tableFooter/index.d.ts.map +1 -1
  282. package/dist/components/table/tableHeader/index.d.ts +6 -27
  283. package/dist/components/table/tableHeader/index.d.ts.map +1 -1
  284. package/dist/components/textarea/index.d.ts +36 -68
  285. package/dist/components/textarea/index.d.ts.map +1 -1
  286. package/dist/components/tooltip/index.d.ts +29 -57
  287. package/dist/components/tooltip/index.d.ts.map +1 -1
  288. package/dist/hooks/useAutomation.d.ts +22 -25
  289. package/dist/hooks/useAutomation.d.ts.map +1 -1
  290. package/dist/hooks/useDrawer.d.ts +20 -65
  291. package/dist/hooks/useDrawer.d.ts.map +1 -1
  292. package/dist/hooks/useForm.d.ts +12 -29
  293. package/dist/hooks/useForm.d.ts.map +1 -1
  294. package/dist/hooks/useHydrated.d.ts +8 -63
  295. package/dist/hooks/useHydrated.d.ts.map +1 -1
  296. package/dist/hooks/useModal.d.ts +20 -60
  297. package/dist/hooks/useModal.d.ts.map +1 -1
  298. package/dist/hooks/useScopedParams.d.ts +18 -70
  299. package/dist/hooks/useScopedParams.d.ts.map +1 -1
  300. package/dist/hooks/useScrollLock.d.ts +11 -27
  301. package/dist/hooks/useScrollLock.d.ts.map +1 -1
  302. package/dist/hooks/useSearchAutomation.d.ts +31 -0
  303. package/dist/hooks/useSearchAutomation.d.ts.map +1 -0
  304. package/dist/hooks/useSlider.d.ts +5 -19
  305. package/dist/hooks/useSlider.d.ts.map +1 -1
  306. package/dist/hooks/useToast.d.ts +8 -52
  307. package/dist/hooks/useToast.d.ts.map +1 -1
  308. package/dist/index.d.ts +7 -0
  309. package/dist/index.d.ts.map +1 -1
  310. package/dist/index.js +4644 -69
  311. package/dist/index.js.map +1 -0
  312. package/dist/modules/components/alert/alertContainer/index.js +29 -0
  313. package/dist/modules/components/alert/alertContainer/index.js.map +1 -0
  314. package/dist/modules/components/alert/alertContainer/styles.css +3 -0
  315. package/dist/modules/components/alert/alertContent/index.js +14 -0
  316. package/dist/modules/components/alert/alertContent/index.js.map +1 -0
  317. package/dist/modules/components/alert/alertContent/styles.css +1 -0
  318. package/dist/modules/components/alert/alertDescription/index.js +14 -0
  319. package/dist/modules/components/alert/alertDescription/index.js.map +1 -0
  320. package/dist/modules/components/alert/alertDescription/styles.css +1 -0
  321. package/dist/modules/components/alert/alertIcon/index.js +30 -0
  322. package/dist/modules/components/alert/alertIcon/index.js.map +1 -0
  323. package/dist/modules/components/alert/alertIcon/styles.css +7 -0
  324. package/dist/modules/components/alert/alertTitle/index.js +14 -0
  325. package/dist/modules/components/alert/alertTitle/index.js.map +1 -0
  326. package/dist/modules/components/alert/alertTitle/styles.css +1 -0
  327. package/dist/modules/components/audioPlayer/index.js +77 -0
  328. package/dist/modules/components/audioPlayer/index.js.map +1 -0
  329. package/dist/modules/components/audioPlayer/styles.css +3 -0
  330. package/dist/modules/components/audioUpload/hasFileContent/index.js +57 -0
  331. package/dist/modules/components/audioUpload/hasFileContent/index.js.map +1 -0
  332. package/dist/modules/components/audioUpload/hasFileContent/styles.css +1 -0
  333. package/dist/modules/components/audioUpload/index.js +74 -0
  334. package/dist/modules/components/audioUpload/index.js.map +1 -0
  335. package/dist/modules/components/audioUpload/noFileContent/index.js +38 -0
  336. package/dist/modules/components/audioUpload/noFileContent/index.js.map +1 -0
  337. package/dist/modules/components/audioUpload/noFileContent/styles.css +1 -0
  338. package/dist/modules/components/audioUpload/styles.css +25 -0
  339. package/dist/modules/components/badge/index.js +29 -0
  340. package/dist/modules/components/badge/index.js.map +1 -0
  341. package/dist/modules/components/badge/styles.css +1 -0
  342. package/dist/modules/components/button/index.js +42 -0
  343. package/dist/modules/components/button/index.js.map +1 -0
  344. package/dist/modules/components/button/styles.css +1 -0
  345. package/dist/modules/components/calendar/_calendarProvider.js +42 -0
  346. package/dist/modules/components/calendar/_calendarProvider.js.map +1 -0
  347. package/dist/modules/components/calendar/_viewService.js +135 -0
  348. package/dist/modules/components/calendar/_viewService.js.map +1 -0
  349. package/dist/modules/components/calendar/calendarContainer/index.js +13 -0
  350. package/dist/modules/components/calendar/calendarContainer/index.js.map +1 -0
  351. package/dist/modules/components/calendar/calendarContainer/styles.css +1 -0
  352. package/dist/modules/components/calendar/calendarHeader/index.js +58 -0
  353. package/dist/modules/components/calendar/calendarHeader/index.js.map +1 -0
  354. package/dist/modules/components/calendar/calendarHeader/styles.css +1 -0
  355. package/dist/modules/components/calendar/calendarTableBody/index.js +15 -0
  356. package/dist/modules/components/calendar/calendarTableBody/index.js.map +1 -0
  357. package/dist/modules/components/calendar/calendarTableBody/styles.css +1 -0
  358. package/dist/modules/components/calendar/calendarTableContainer/index.js +13 -0
  359. package/dist/modules/components/calendar/calendarTableContainer/index.js.map +1 -0
  360. package/dist/modules/components/calendar/calendarTableContainer/styles.css +1 -0
  361. package/dist/modules/components/calendar/calendarTableHeader/index.js +16 -0
  362. package/dist/modules/components/calendar/calendarTableHeader/index.js.map +1 -0
  363. package/dist/modules/components/calendar/calendarTableHeader/styles.css +1 -0
  364. package/dist/modules/components/calendar/calendarTableTd/index.js +23 -0
  365. package/dist/modules/components/calendar/calendarTableTd/index.js.map +1 -0
  366. package/dist/modules/components/calendar/calendarTableTd/styles.css +1 -0
  367. package/dist/modules/components/calendar/index.js +34 -0
  368. package/dist/modules/components/calendar/index.js.map +1 -0
  369. package/dist/modules/components/calendar/styles.css +33 -0
  370. package/dist/modules/components/cardTab/cardTabButton/index.js +22 -0
  371. package/dist/modules/components/cardTab/cardTabButton/index.js.map +1 -0
  372. package/dist/modules/components/cardTab/cardTabButton/styles.css +1 -0
  373. package/dist/modules/components/cardTab/cardTabContainer/index.js +25 -0
  374. package/dist/modules/components/cardTab/cardTabContainer/index.js.map +1 -0
  375. package/dist/modules/components/cardTab/cardTabContainer/styles.css +1 -0
  376. package/dist/modules/components/cardTab/cardTabContext.js +26 -0
  377. package/dist/modules/components/cardTab/cardTabContext.js.map +1 -0
  378. package/dist/modules/components/checkbox/index.js +40 -0
  379. package/dist/modules/components/checkbox/index.js.map +1 -0
  380. package/dist/modules/components/checkbox/styles.css +7 -0
  381. package/dist/modules/components/clientOnly.js +10 -0
  382. package/dist/modules/components/clientOnly.js.map +1 -0
  383. package/dist/modules/components/currencyInput/index.js +114 -0
  384. package/dist/modules/components/currencyInput/index.js.map +1 -0
  385. package/dist/modules/components/currencyInput/style.css +1 -0
  386. package/dist/modules/components/currencyInput/styles.css +7 -0
  387. package/dist/modules/components/datePicker/datePickerCalendarContainer/index.js +25 -0
  388. package/dist/modules/components/datePicker/datePickerCalendarContainer/index.js.map +1 -0
  389. package/dist/modules/components/datePicker/datePickerCalendarContainer/styles.css +1 -0
  390. package/dist/modules/components/datePicker/datePickerChevron/index.js +21 -0
  391. package/dist/modules/components/datePicker/datePickerChevron/index.js.map +1 -0
  392. package/dist/modules/components/datePicker/datePickerChevron/styles.css +1 -0
  393. package/dist/modules/components/datePicker/datePickerContainer/index.js +16 -0
  394. package/dist/modules/components/datePicker/datePickerContainer/index.js.map +1 -0
  395. package/dist/modules/components/datePicker/datePickerContainer/styles.css +1 -0
  396. package/dist/modules/components/datePicker/datePickerContent/index.js +14 -0
  397. package/dist/modules/components/datePicker/datePickerContent/index.js.map +1 -0
  398. package/dist/modules/components/datePicker/datePickerContent/styles.css +1 -0
  399. package/dist/modules/components/datePicker/datePickerOverlay/index.js +14 -0
  400. package/dist/modules/components/datePicker/datePickerOverlay/index.js.map +1 -0
  401. package/dist/modules/components/datePicker/datePickerOverlay/styles.css +1 -0
  402. package/dist/modules/components/datePicker/datePickerSpinner/index.js +16 -0
  403. package/dist/modules/components/datePicker/datePickerSpinner/index.js.map +1 -0
  404. package/dist/modules/components/datePicker/datePickerSpinner/styles.css +1 -0
  405. package/dist/modules/components/datePicker/index.js +194 -0
  406. package/dist/modules/components/datePicker/index.js.map +1 -0
  407. package/dist/modules/components/datePicker/styles.css +79 -0
  408. package/dist/modules/components/divider/index.js +14 -0
  409. package/dist/modules/components/divider/index.js.map +1 -0
  410. package/dist/modules/components/divider/styles.css +1 -0
  411. package/dist/modules/components/drawer/drawerContainer/index.js +39 -0
  412. package/dist/modules/components/drawer/drawerContainer/index.js.map +1 -0
  413. package/dist/modules/components/drawer/drawerContainer/styles.css +1 -0
  414. package/dist/modules/components/drawer/drawerContext.js +18 -0
  415. package/dist/modules/components/drawer/drawerContext.js.map +1 -0
  416. package/dist/modules/components/drawer/drawerHeader/index.js +23 -0
  417. package/dist/modules/components/drawer/drawerHeader/index.js.map +1 -0
  418. package/dist/modules/components/drawer/drawerHeader/styles.css +1 -0
  419. package/dist/modules/components/facebookPixel/facebookPixel.client.js +10 -0
  420. package/dist/modules/components/facebookPixel/facebookPixel.client.js.map +1 -0
  421. package/dist/modules/components/facebookPixel/index.js +11 -0
  422. package/dist/modules/components/facebookPixel/index.js.map +1 -0
  423. package/dist/modules/components/facebookPixel/pixel.js +50 -0
  424. package/dist/modules/components/facebookPixel/pixel.js.map +1 -0
  425. package/dist/modules/components/fieldError/index.js +15 -0
  426. package/dist/modules/components/fieldError/index.js.map +1 -0
  427. package/dist/modules/components/fieldError/styles.css +1 -0
  428. package/dist/modules/components/fieldLabel/index.js +14 -0
  429. package/dist/modules/components/fieldLabel/index.js.map +1 -0
  430. package/dist/modules/components/fieldLabel/styles.css +1 -0
  431. package/dist/modules/components/fieldWrapper/index.js +15 -0
  432. package/dist/modules/components/fieldWrapper/index.js.map +1 -0
  433. package/dist/modules/components/fieldWrapper/styles.css +1 -0
  434. package/dist/modules/components/fileUpload/hasFileContent/index.js +62 -0
  435. package/dist/modules/components/fileUpload/hasFileContent/index.js.map +1 -0
  436. package/dist/modules/components/fileUpload/hasFileContent/styles.css +1 -0
  437. package/dist/modules/components/fileUpload/index.js +68 -0
  438. package/dist/modules/components/fileUpload/index.js.map +1 -0
  439. package/dist/modules/components/fileUpload/noFileContent/index.js +38 -0
  440. package/dist/modules/components/fileUpload/noFileContent/index.js.map +1 -0
  441. package/dist/modules/components/fileUpload/noFileContent/styles.css +1 -0
  442. package/dist/modules/components/fileUpload/styles.css +19 -0
  443. package/dist/modules/components/fullCalendar/_fullCalendarProvider.js +37 -0
  444. package/dist/modules/components/fullCalendar/_fullCalendarProvider.js.map +1 -0
  445. package/dist/modules/components/fullCalendar/_viewService.js +103 -0
  446. package/dist/modules/components/fullCalendar/_viewService.js.map +1 -0
  447. package/dist/modules/components/fullCalendar/dayCalendar/dayCalendarContainer/index.js +13 -0
  448. package/dist/modules/components/fullCalendar/dayCalendar/dayCalendarContainer/index.js.map +1 -0
  449. package/dist/modules/components/fullCalendar/dayCalendar/dayCalendarContainer/styles.css +1 -0
  450. package/dist/modules/components/fullCalendar/dayCalendar/dayCalendarEvent/index.js +73 -0
  451. package/dist/modules/components/fullCalendar/dayCalendar/dayCalendarEvent/index.js.map +1 -0
  452. package/dist/modules/components/fullCalendar/dayCalendar/dayCalendarEvent/styles.css +1 -0
  453. package/dist/modules/components/fullCalendar/dayCalendar/dayCalendarRow/index.js +31 -0
  454. package/dist/modules/components/fullCalendar/dayCalendar/dayCalendarRow/index.js.map +1 -0
  455. package/dist/modules/components/fullCalendar/dayCalendar/dayCalendarRow/styles.css +1 -0
  456. package/dist/modules/components/fullCalendar/dayCalendar/index.js +16 -0
  457. package/dist/modules/components/fullCalendar/dayCalendar/index.js.map +1 -0
  458. package/dist/modules/components/fullCalendar/fullCalendarContainer/index.js +13 -0
  459. package/dist/modules/components/fullCalendar/fullCalendarContainer/index.js.map +1 -0
  460. package/dist/modules/components/fullCalendar/fullCalendarContainer/styles.css +1 -0
  461. package/dist/modules/components/fullCalendar/fullCalendarHeader/index.js +71 -0
  462. package/dist/modules/components/fullCalendar/fullCalendarHeader/index.js.map +1 -0
  463. package/dist/modules/components/fullCalendar/fullCalendarHeader/styles.css +1 -0
  464. package/dist/modules/components/fullCalendar/index.js +33 -0
  465. package/dist/modules/components/fullCalendar/index.js.map +1 -0
  466. package/dist/modules/components/fullCalendar/monthlyCalendar/index.js +12 -0
  467. package/dist/modules/components/fullCalendar/monthlyCalendar/index.js.map +1 -0
  468. package/dist/modules/components/fullCalendar/monthlyCalendar/monthlyCalendarEvent/index.js +31 -0
  469. package/dist/modules/components/fullCalendar/monthlyCalendar/monthlyCalendarEvent/index.js.map +1 -0
  470. package/dist/modules/components/fullCalendar/monthlyCalendar/monthlyCalendarEvent/styles.css +1 -0
  471. package/dist/modules/components/fullCalendar/monthlyCalendar/monthlyCalendarTableBody/index.js +15 -0
  472. package/dist/modules/components/fullCalendar/monthlyCalendar/monthlyCalendarTableBody/index.js.map +1 -0
  473. package/dist/modules/components/fullCalendar/monthlyCalendar/monthlyCalendarTableBody/styles.css +1 -0
  474. package/dist/modules/components/fullCalendar/monthlyCalendar/monthlyCalendarTableContainer/index.js +13 -0
  475. package/dist/modules/components/fullCalendar/monthlyCalendar/monthlyCalendarTableContainer/index.js.map +1 -0
  476. package/dist/modules/components/fullCalendar/monthlyCalendar/monthlyCalendarTableContainer/styles.css +1 -0
  477. package/dist/modules/components/fullCalendar/monthlyCalendar/monthlyCalendarTableHeader/index.js +16 -0
  478. package/dist/modules/components/fullCalendar/monthlyCalendar/monthlyCalendarTableHeader/index.js.map +1 -0
  479. package/dist/modules/components/fullCalendar/monthlyCalendar/monthlyCalendarTableHeader/styles.css +1 -0
  480. package/dist/modules/components/fullCalendar/monthlyCalendar/monthlyCalendarTableTd/index.js +38 -0
  481. package/dist/modules/components/fullCalendar/monthlyCalendar/monthlyCalendarTableTd/index.js.map +1 -0
  482. package/dist/modules/components/fullCalendar/monthlyCalendar/monthlyCalendarTableTd/styles.css +1 -0
  483. package/dist/modules/components/fullCalendar/styles.css +35 -0
  484. package/dist/modules/components/fullCalendar/weekCalendar/index.js +12 -0
  485. package/dist/modules/components/fullCalendar/weekCalendar/index.js.map +1 -0
  486. package/dist/modules/components/fullCalendar/weekCalendar/weekCalendarEvent/index.js +73 -0
  487. package/dist/modules/components/fullCalendar/weekCalendar/weekCalendarEvent/index.js.map +1 -0
  488. package/dist/modules/components/fullCalendar/weekCalendar/weekCalendarEvent/styles.css +1 -0
  489. package/dist/modules/components/fullCalendar/weekCalendar/weekCalendarTableBody/index.js +20 -0
  490. package/dist/modules/components/fullCalendar/weekCalendar/weekCalendarTableBody/index.js.map +1 -0
  491. package/dist/modules/components/fullCalendar/weekCalendar/weekCalendarTableBody/styles.css +1 -0
  492. package/dist/modules/components/fullCalendar/weekCalendar/weekCalendarTableContainer/index.js +13 -0
  493. package/dist/modules/components/fullCalendar/weekCalendar/weekCalendarTableContainer/index.js.map +1 -0
  494. package/dist/modules/components/fullCalendar/weekCalendar/weekCalendarTableContainer/styles.css +1 -0
  495. package/dist/modules/components/fullCalendar/weekCalendar/weekCalendarTableHeader/index.js +19 -0
  496. package/dist/modules/components/fullCalendar/weekCalendar/weekCalendarTableHeader/index.js.map +1 -0
  497. package/dist/modules/components/fullCalendar/weekCalendar/weekCalendarTableHeader/styles.css +1 -0
  498. package/dist/modules/components/fullCalendar/weekCalendar/weekCalendarTableTd/index.js +37 -0
  499. package/dist/modules/components/fullCalendar/weekCalendar/weekCalendarTableTd/index.js.map +1 -0
  500. package/dist/modules/components/fullCalendar/weekCalendar/weekCalendarTableTd/styles.css +1 -0
  501. package/dist/modules/components/googleAnalytics/googleAnalytics.client.js +9 -0
  502. package/dist/modules/components/googleAnalytics/googleAnalytics.client.js.map +1 -0
  503. package/dist/modules/components/googleAnalytics/googleAnalytics.js +20 -0
  504. package/dist/modules/components/googleAnalytics/googleAnalytics.js.map +1 -0
  505. package/dist/modules/components/googleAnalytics/index.js +12 -0
  506. package/dist/modules/components/googleAnalytics/index.js.map +1 -0
  507. package/dist/modules/components/googleAnalytics/snippets/generateGAElements.js +16 -0
  508. package/dist/modules/components/googleAnalytics/snippets/generateGAElements.js.map +1 -0
  509. package/dist/modules/components/googleTagManager/googleTagManager.client.js +9 -0
  510. package/dist/modules/components/googleTagManager/googleTagManager.client.js.map +1 -0
  511. package/dist/modules/components/googleTagManager/googleTagManager.js +47 -0
  512. package/dist/modules/components/googleTagManager/googleTagManager.js.map +1 -0
  513. package/dist/modules/components/googleTagManager/index.js +19 -0
  514. package/dist/modules/components/googleTagManager/index.js.map +1 -0
  515. package/dist/modules/components/googleTagManager/snippets/appendToDataLayer.js +11 -0
  516. package/dist/modules/components/googleTagManager/snippets/appendToDataLayer.js.map +1 -0
  517. package/dist/modules/components/googleTagManager/snippets/generateGTMElements.js +25 -0
  518. package/dist/modules/components/googleTagManager/snippets/generateGTMElements.js.map +1 -0
  519. package/dist/modules/components/iconButton/index.js +34 -0
  520. package/dist/modules/components/iconButton/index.js.map +1 -0
  521. package/dist/modules/components/iconButton/styles.css +1 -0
  522. package/dist/modules/components/imageUpload/hasFileContent/index.js +49 -0
  523. package/dist/modules/components/imageUpload/hasFileContent/index.js.map +1 -0
  524. package/dist/modules/components/imageUpload/hasFileContent/styles.css +1 -0
  525. package/dist/modules/components/imageUpload/index.js +68 -0
  526. package/dist/modules/components/imageUpload/index.js.map +1 -0
  527. package/dist/modules/components/imageUpload/noFileContent/index.js +38 -0
  528. package/dist/modules/components/imageUpload/noFileContent/index.js.map +1 -0
  529. package/dist/modules/components/imageUpload/noFileContent/styles.css +1 -0
  530. package/dist/modules/components/imageUpload/styles.css +17 -0
  531. package/dist/modules/components/input/index.js +95 -0
  532. package/dist/modules/components/input/index.js.map +1 -0
  533. package/dist/modules/components/input/style.css +1 -0
  534. package/dist/modules/components/input/styles.css +7 -0
  535. package/dist/modules/components/mapView/index.js +31 -0
  536. package/dist/modules/components/mapView/index.js.map +1 -0
  537. package/dist/modules/components/mapView/mapView.client.js +58 -0
  538. package/dist/modules/components/mapView/mapView.client.js.map +1 -0
  539. package/dist/modules/components/mapView/mapbox.css +1 -0
  540. package/dist/modules/components/mapView/styles.css +1 -0
  541. package/dist/modules/components/maskedInput/index.js +104 -0
  542. package/dist/modules/components/maskedInput/index.js.map +1 -0
  543. package/dist/modules/components/maskedInput/style.css +1 -0
  544. package/dist/modules/components/maskedInput/styles.css +7 -0
  545. package/dist/modules/components/modal/modalContainer/index.js +38 -0
  546. package/dist/modules/components/modal/modalContainer/index.js.map +1 -0
  547. package/dist/modules/components/modal/modalContainer/styles.css +1 -0
  548. package/dist/modules/components/modal/modalContext.js +18 -0
  549. package/dist/modules/components/modal/modalContext.js.map +1 -0
  550. package/dist/modules/components/modal/modalFooter/index.js +14 -0
  551. package/dist/modules/components/modal/modalFooter/index.js.map +1 -0
  552. package/dist/modules/components/modal/modalFooter/styles.css +1 -0
  553. package/dist/modules/components/modal/modalHeader/index.js +23 -0
  554. package/dist/modules/components/modal/modalHeader/index.js.map +1 -0
  555. package/dist/modules/components/modal/modalHeader/styles.css +1 -0
  556. package/dist/modules/components/multiSelect/index.js +118 -0
  557. package/dist/modules/components/multiSelect/index.js.map +1 -0
  558. package/dist/modules/components/multiSelect/multiSelectChevron/index.js +21 -0
  559. package/dist/modules/components/multiSelect/multiSelectChevron/index.js.map +1 -0
  560. package/dist/modules/components/multiSelect/multiSelectChevron/styles.css +1 -0
  561. package/dist/modules/components/multiSelect/multiSelectContainer/index.js +16 -0
  562. package/dist/modules/components/multiSelect/multiSelectContainer/index.js.map +1 -0
  563. package/dist/modules/components/multiSelect/multiSelectContainer/styles.css +1 -0
  564. package/dist/modules/components/multiSelect/multiSelectContent/index.js +14 -0
  565. package/dist/modules/components/multiSelect/multiSelectContent/index.js.map +1 -0
  566. package/dist/modules/components/multiSelect/multiSelectContent/styles.css +1 -0
  567. package/dist/modules/components/multiSelect/multiSelectMark/index.js +22 -0
  568. package/dist/modules/components/multiSelect/multiSelectMark/index.js.map +1 -0
  569. package/dist/modules/components/multiSelect/multiSelectMark/styles.css +1 -0
  570. package/dist/modules/components/multiSelect/multiSelectOption/index.js +20 -0
  571. package/dist/modules/components/multiSelect/multiSelectOption/index.js.map +1 -0
  572. package/dist/modules/components/multiSelect/multiSelectOption/styles.css +1 -0
  573. package/dist/modules/components/multiSelect/multiSelectOptionsContainer/index.js +38 -0
  574. package/dist/modules/components/multiSelect/multiSelectOptionsContainer/index.js.map +1 -0
  575. package/dist/modules/components/multiSelect/multiSelectOptionsContainer/styles.css +1 -0
  576. package/dist/modules/components/multiSelect/multiSelectOverlay/index.js +14 -0
  577. package/dist/modules/components/multiSelect/multiSelectOverlay/index.js.map +1 -0
  578. package/dist/modules/components/multiSelect/multiSelectOverlay/styles.css +1 -0
  579. package/dist/modules/components/multiSelect/multiSelectSpinner/index.js +16 -0
  580. package/dist/modules/components/multiSelect/multiSelectSpinner/index.js.map +1 -0
  581. package/dist/modules/components/multiSelect/multiSelectSpinner/styles.css +1 -0
  582. package/dist/modules/components/multiSelect/styles.css +31 -0
  583. package/dist/modules/components/pagination/chevronButton/index.js +21 -0
  584. package/dist/modules/components/pagination/chevronButton/index.js.map +1 -0
  585. package/dist/modules/components/pagination/chevronButton/styles.css +1 -0
  586. package/dist/modules/components/pagination/currentButton/index.js +15 -0
  587. package/dist/modules/components/pagination/currentButton/index.js.map +1 -0
  588. package/dist/modules/components/pagination/currentButton/styles.css +1 -0
  589. package/dist/modules/components/pagination/index.js +54 -0
  590. package/dist/modules/components/pagination/index.js.map +1 -0
  591. package/dist/modules/components/pagination/pageButton/index.js +16 -0
  592. package/dist/modules/components/pagination/pageButton/index.js.map +1 -0
  593. package/dist/modules/components/pagination/pageButton/styles.css +1 -0
  594. package/dist/modules/components/pagination/paginationService.js +36 -0
  595. package/dist/modules/components/pagination/paginationService.js.map +1 -0
  596. package/dist/modules/components/pagination/spread/index.js +14 -0
  597. package/dist/modules/components/pagination/spread/index.js.map +1 -0
  598. package/dist/modules/components/pagination/spread/styles.css +1 -0
  599. package/dist/modules/components/pagination/styles.css +9 -0
  600. package/dist/modules/components/phoneInput/index.js +111 -0
  601. package/dist/modules/components/phoneInput/index.js.map +1 -0
  602. package/dist/modules/components/phoneInput/phoneInputContainer/index.js +15 -0
  603. package/dist/modules/components/phoneInput/phoneInputContainer/index.js.map +1 -0
  604. package/dist/modules/components/phoneInput/phoneInputContainer/styles.css +1 -0
  605. package/dist/modules/components/phoneInput/phoneInputCountriesOverlay/index.js +14 -0
  606. package/dist/modules/components/phoneInput/phoneInputCountriesOverlay/index.js.map +1 -0
  607. package/dist/modules/components/phoneInput/phoneInputCountriesOverlay/styles.css +1 -0
  608. package/dist/modules/components/phoneInput/phoneInputCountryOption/index.js +26 -0
  609. package/dist/modules/components/phoneInput/phoneInputCountryOption/index.js.map +1 -0
  610. package/dist/modules/components/phoneInput/phoneInputCountryOption/styles.css +1 -0
  611. package/dist/modules/components/phoneInput/phoneInputCountryOptionsContainer/index.js +36 -0
  612. package/dist/modules/components/phoneInput/phoneInputCountryOptionsContainer/index.js.map +1 -0
  613. package/dist/modules/components/phoneInput/phoneInputCountryOptionsContainer/styles.css +1 -0
  614. package/dist/modules/components/phoneInput/phoneInputCountrySelector/index.js +28 -0
  615. package/dist/modules/components/phoneInput/phoneInputCountrySelector/index.js.map +1 -0
  616. package/dist/modules/components/phoneInput/phoneInputCountrySelector/styles.css +1 -0
  617. package/dist/modules/components/phoneInput/phoneInputMask/index.js +55 -0
  618. package/dist/modules/components/phoneInput/phoneInputMask/index.js.map +1 -0
  619. package/dist/modules/components/phoneInput/phoneInputMask/style.css +1 -0
  620. package/dist/modules/components/phoneInput/styles.css +19 -0
  621. package/dist/modules/components/popover/index.js +32 -0
  622. package/dist/modules/components/popover/index.js.map +1 -0
  623. package/dist/modules/components/popover/styles.css +1 -0
  624. package/dist/modules/components/radio/radioBox/index.js +27 -0
  625. package/dist/modules/components/radio/radioBox/index.js.map +1 -0
  626. package/dist/modules/components/radio/radioBox/styles.css +1 -0
  627. package/dist/modules/components/radio/radioContext.js +24 -0
  628. package/dist/modules/components/radio/radioContext.js.map +1 -0
  629. package/dist/modules/components/radio/radioGroup/index.js +44 -0
  630. package/dist/modules/components/radio/radioGroup/index.js.map +1 -0
  631. package/dist/modules/components/radio/radioGroup/styles.css +7 -0
  632. package/dist/modules/components/richText/blockButton/index.js +23 -0
  633. package/dist/modules/components/richText/blockButton/index.js.map +1 -0
  634. package/dist/modules/components/richText/blockButton/styles.css +1 -0
  635. package/dist/modules/components/richText/element/index.js +75 -0
  636. package/dist/modules/components/richText/element/index.js.map +1 -0
  637. package/dist/modules/components/richText/element/styles.css +1 -0
  638. package/dist/modules/components/richText/index.js +144 -0
  639. package/dist/modules/components/richText/index.js.map +1 -0
  640. package/dist/modules/components/richText/insertImage/index.js +97 -0
  641. package/dist/modules/components/richText/insertImage/index.js.map +1 -0
  642. package/dist/modules/components/richText/insertImage/styles.css +1 -0
  643. package/dist/modules/components/richText/insertVideo/index.js +88 -0
  644. package/dist/modules/components/richText/insertVideo/index.js.map +1 -0
  645. package/dist/modules/components/richText/insertVideo/styles.css +1 -0
  646. package/dist/modules/components/richText/leaf/index.js +12 -0
  647. package/dist/modules/components/richText/leaf/index.js.map +1 -0
  648. package/dist/modules/components/richText/markButton/index.js +22 -0
  649. package/dist/modules/components/richText/markButton/index.js.map +1 -0
  650. package/dist/modules/components/richText/markButton/styles.css +1 -0
  651. package/dist/modules/components/richText/styles.css +67 -0
  652. package/dist/modules/components/richText/toolbar/index.js +13 -0
  653. package/dist/modules/components/richText/toolbar/index.js.map +1 -0
  654. package/dist/modules/components/richText/toolbar/styles.css +1 -0
  655. package/dist/modules/components/searchPlaces.js +60 -0
  656. package/dist/modules/components/searchPlaces.js.map +1 -0
  657. package/dist/modules/components/select/index.js +115 -0
  658. package/dist/modules/components/select/index.js.map +1 -0
  659. package/dist/modules/components/select/selectChevron/index.js +21 -0
  660. package/dist/modules/components/select/selectChevron/index.js.map +1 -0
  661. package/dist/modules/components/select/selectChevron/styles.css +1 -0
  662. package/dist/modules/components/select/selectContainer/index.js +16 -0
  663. package/dist/modules/components/select/selectContainer/index.js.map +1 -0
  664. package/dist/modules/components/select/selectContainer/styles.css +1 -0
  665. package/dist/modules/components/select/selectContent/index.js +14 -0
  666. package/dist/modules/components/select/selectContent/index.js.map +1 -0
  667. package/dist/modules/components/select/selectContent/styles.css +1 -0
  668. package/dist/modules/components/select/selectOption/index.js +21 -0
  669. package/dist/modules/components/select/selectOption/index.js.map +1 -0
  670. package/dist/modules/components/select/selectOption/styles.css +1 -0
  671. package/dist/modules/components/select/selectOptionsContainer/index.js +38 -0
  672. package/dist/modules/components/select/selectOptionsContainer/index.js.map +1 -0
  673. package/dist/modules/components/select/selectOptionsContainer/styles.css +1 -0
  674. package/dist/modules/components/select/selectOverlay/index.js +14 -0
  675. package/dist/modules/components/select/selectOverlay/index.js.map +1 -0
  676. package/dist/modules/components/select/selectOverlay/styles.css +1 -0
  677. package/dist/modules/components/select/selectSpinner/index.js +16 -0
  678. package/dist/modules/components/select/selectSpinner/index.js.map +1 -0
  679. package/dist/modules/components/select/selectSpinner/styles.css +1 -0
  680. package/dist/modules/components/select/styles.css +29 -0
  681. package/dist/modules/components/slider/index.js +46 -0
  682. package/dist/modules/components/slider/index.js.map +1 -0
  683. package/dist/modules/components/slider/styles.css +1 -0
  684. package/dist/modules/components/switch/index.js +38 -0
  685. package/dist/modules/components/switch/index.js.map +1 -0
  686. package/dist/modules/components/switch/styles.css +7 -0
  687. package/dist/modules/components/tab/tabButton/index.js +22 -0
  688. package/dist/modules/components/tab/tabButton/index.js.map +1 -0
  689. package/dist/modules/components/tab/tabButton/styles.css +1 -0
  690. package/dist/modules/components/tab/tabContainer/index.js +25 -0
  691. package/dist/modules/components/tab/tabContainer/index.js.map +1 -0
  692. package/dist/modules/components/tab/tabContainer/styles.css +1 -0
  693. package/dist/modules/components/tab/tabContext.js +26 -0
  694. package/dist/modules/components/tab/tabContext.js.map +1 -0
  695. package/dist/modules/components/table/tableBody/index.js +22 -0
  696. package/dist/modules/components/table/tableBody/index.js.map +1 -0
  697. package/dist/modules/components/table/tableBody/styles.css +1 -0
  698. package/dist/modules/components/table/tableCaption/index.js +18 -0
  699. package/dist/modules/components/table/tableCaption/index.js.map +1 -0
  700. package/dist/modules/components/table/tableCaption/styles.css +1 -0
  701. package/dist/modules/components/table/tableContainer/index.js +15 -0
  702. package/dist/modules/components/table/tableContainer/index.js.map +1 -0
  703. package/dist/modules/components/table/tableContainer/styles.css +1 -0
  704. package/dist/modules/components/table/tableFooter/index.js +21 -0
  705. package/dist/modules/components/table/tableFooter/index.js.map +1 -0
  706. package/dist/modules/components/table/tableFooter/styles.css +1 -0
  707. package/dist/modules/components/table/tableHeader/index.js +15 -0
  708. package/dist/modules/components/table/tableHeader/index.js.map +1 -0
  709. package/dist/modules/components/table/tableHeader/styles.css +1 -0
  710. package/dist/modules/components/textarea/index.js +54 -0
  711. package/dist/modules/components/textarea/index.js.map +1 -0
  712. package/dist/modules/components/textarea/styles.css +7 -0
  713. package/dist/modules/components/tooltip/index.js +37 -0
  714. package/dist/modules/components/tooltip/index.js.map +1 -0
  715. package/dist/modules/components/tooltip/styles.css +1 -0
  716. package/dist/modules/hooks/useAutomation.js +47 -0
  717. package/dist/modules/hooks/useAutomation.js.map +1 -0
  718. package/dist/modules/hooks/useDrawer.js +20 -0
  719. package/dist/modules/hooks/useDrawer.js.map +1 -0
  720. package/dist/modules/hooks/useForm.js +10 -0
  721. package/dist/modules/hooks/useForm.js.map +1 -0
  722. package/dist/modules/hooks/useHydrated.js +12 -0
  723. package/dist/modules/hooks/useHydrated.js.map +1 -0
  724. package/dist/modules/hooks/useModal.js +20 -0
  725. package/dist/modules/hooks/useModal.js.map +1 -0
  726. package/dist/modules/hooks/useScopedParams.js +20 -0
  727. package/dist/modules/hooks/useScopedParams.js.map +1 -0
  728. package/dist/modules/hooks/useScrollLock.js +23 -0
  729. package/dist/modules/hooks/useScrollLock.js.map +1 -0
  730. package/dist/modules/hooks/useSearchAutomation.js +36 -0
  731. package/dist/modules/hooks/useSearchAutomation.js.map +1 -0
  732. package/dist/modules/hooks/useSlider.js +16 -0
  733. package/dist/modules/hooks/useSlider.js.map +1 -0
  734. package/dist/modules/hooks/useToast.js +12 -0
  735. package/dist/modules/hooks/useToast.js.map +1 -0
  736. package/dist/modules/providers/drawerProvider.js +38 -0
  737. package/dist/modules/providers/drawerProvider.js.map +1 -0
  738. package/dist/modules/providers/formProvider.js +15 -0
  739. package/dist/modules/providers/formProvider.js.map +1 -0
  740. package/dist/modules/providers/modalProvider.js +36 -0
  741. package/dist/modules/providers/modalProvider.js.map +1 -0
  742. package/dist/modules/providers/placesProvider.js +20 -0
  743. package/dist/modules/providers/placesProvider.js.map +1 -0
  744. package/dist/modules/providers/toastProvider.js +49 -0
  745. package/dist/modules/providers/toastProvider.js.map +1 -0
  746. package/dist/modules/services/extractTextFromNode.js +9 -0
  747. package/dist/modules/services/extractTextFromNode.js.map +1 -0
  748. package/dist/modules/services/fieldTemplate.js +26 -0
  749. package/dist/modules/services/fieldTemplate.js.map +1 -0
  750. package/dist/modules/services/iconRenderer.js +17 -0
  751. package/dist/modules/services/iconRenderer.js.map +1 -0
  752. package/dist/modules/services/isBlockActive.js +15 -0
  753. package/dist/modules/services/isBlockActive.js.map +1 -0
  754. package/dist/modules/services/isMarkActive.js +10 -0
  755. package/dist/modules/services/isMarkActive.js.map +1 -0
  756. package/dist/modules/services/maskCurrencyValues.js +15 -0
  757. package/dist/modules/services/maskCurrencyValues.js.map +1 -0
  758. package/dist/modules/services/toHtml.js +9 -0
  759. package/dist/modules/services/toHtml.js.map +1 -0
  760. package/dist/modules/services/toRichTextValue.js +11 -0
  761. package/dist/modules/services/toRichTextValue.js.map +1 -0
  762. package/dist/modules/services/toggleBlock.js +23 -0
  763. package/dist/modules/services/toggleBlock.js.map +1 -0
  764. package/dist/modules/services/toggleMark.js +10 -0
  765. package/dist/modules/services/toggleMark.js.map +1 -0
  766. package/dist/modules/templates/badResponses.js +16 -0
  767. package/dist/modules/templates/badResponses.js.map +1 -0
  768. package/dist/modules/templates/richTextTemplates.js +19 -0
  769. package/dist/modules/templates/richTextTemplates.js.map +1 -0
  770. package/dist/modules/templates/successResponses.js +11 -0
  771. package/dist/modules/templates/successResponses.js.map +1 -0
  772. package/dist/modules/utils/phoneInputUtilities.js +24 -0
  773. package/dist/modules/utils/phoneInputUtilities.js.map +1 -0
  774. package/dist/modules/utils/richTextUtilities.js +92 -0
  775. package/dist/modules/utils/richTextUtilities.js.map +1 -0
  776. package/dist/providers/drawerProvider.d.ts +18 -84
  777. package/dist/providers/drawerProvider.d.ts.map +1 -1
  778. package/dist/providers/formProvider.d.ts +20 -56
  779. package/dist/providers/formProvider.d.ts.map +1 -1
  780. package/dist/providers/modalProvider.d.ts +19 -80
  781. package/dist/providers/modalProvider.d.ts.map +1 -1
  782. package/dist/providers/placesProvider.d.ts +18 -13
  783. package/dist/providers/placesProvider.d.ts.map +1 -1
  784. package/dist/providers/toastProvider.d.ts +13 -24
  785. package/dist/providers/toastProvider.d.ts.map +1 -1
  786. package/dist/services/extractTextFromNode.d.ts +1 -1
  787. package/dist/services/extractTextFromNode.d.ts.map +1 -1
  788. package/dist/services/fieldTemplate.d.ts +14 -0
  789. package/dist/services/fieldTemplate.d.ts.map +1 -0
  790. package/dist/services/iconRenderer.d.ts +2 -2
  791. package/dist/services/iconRenderer.d.ts.map +1 -1
  792. package/dist/services/isBlockActive.d.ts +1 -1
  793. package/dist/services/isBlockActive.d.ts.map +1 -1
  794. package/dist/services/isMarkActive.d.ts +1 -1
  795. package/dist/services/isMarkActive.d.ts.map +1 -1
  796. package/dist/services/maskCurrencyValues.d.ts.map +1 -1
  797. package/dist/services/toHtml.d.ts +12 -11
  798. package/dist/services/toHtml.d.ts.map +1 -1
  799. package/dist/services/toRichTextValue.d.ts +12 -18
  800. package/dist/services/toRichTextValue.d.ts.map +1 -1
  801. package/dist/services/toggleBlock.d.ts +1 -1
  802. package/dist/services/toggleBlock.d.ts.map +1 -1
  803. package/dist/services/toggleMark.d.ts +1 -1
  804. package/dist/services/toggleMark.d.ts.map +1 -1
  805. package/dist/style.css +1 -1
  806. package/dist/templates/richTextTemplates.d.ts +1 -1
  807. package/dist/templates/richTextTemplates.d.ts.map +1 -1
  808. package/dist/types/richTextTypes.d.ts +14 -3
  809. package/dist/types/richTextTypes.d.ts.map +1 -1
  810. package/dist/utils/phoneInputUtilities.d.ts +2 -1714
  811. package/dist/utils/phoneInputUtilities.d.ts.map +1 -1
  812. package/dist/utils/richTextUtilities.d.ts +1 -1
  813. package/dist/utils/richTextUtilities.d.ts.map +1 -1
  814. package/package.json +1100 -27
  815. package/styles.d.ts +3 -0
  816. package/dist/bundle.js +0 -18048
  817. package/dist/bundle.umd.cjs +0 -219
  818. package/dist/components/alert/alertContainer/index.js +0 -91
  819. package/dist/components/alert/alertContent/index.js +0 -46
  820. package/dist/components/alert/alertDescription/index.js +0 -48
  821. package/dist/components/alert/alertIcon/index.js +0 -61
  822. package/dist/components/alert/alertTitle/index.js +0 -42
  823. package/dist/components/audioPlayer/index.js +0 -115
  824. package/dist/components/audioUpload/hasFileContent/index.js +0 -26
  825. package/dist/components/audioUpload/index.js +0 -120
  826. package/dist/components/audioUpload/noFileContent/index.js +0 -29
  827. package/dist/components/badge/index.js +0 -49
  828. package/dist/components/button/index.js +0 -61
  829. package/dist/components/cardTab/cardTabButton/index.js +0 -80
  830. package/dist/components/cardTab/cardTabContainer/index.js +0 -88
  831. package/dist/components/cardTab/cardTabContext.js +0 -10
  832. package/dist/components/checkbox/index.js +0 -87
  833. package/dist/components/clientOnly.js +0 -86
  834. package/dist/components/currencyInput/index.js +0 -141
  835. package/dist/components/divider/index.js +0 -45
  836. package/dist/components/drawer/drawerContainer/index.js +0 -75
  837. package/dist/components/drawer/drawerContext.js +0 -10
  838. package/dist/components/drawer/drawerHeader/index.js +0 -58
  839. package/dist/components/fieldError/index.js +0 -33
  840. package/dist/components/fieldLabel/index.js +0 -39
  841. package/dist/components/fieldWrapper/index.js +0 -42
  842. package/dist/components/fileUpload/hasFileContent/index.js +0 -34
  843. package/dist/components/fileUpload/index.js +0 -127
  844. package/dist/components/fileUpload/noFileContent/index.js +0 -29
  845. package/dist/components/iconButton/index.js +0 -41
  846. package/dist/components/imageUpload/hasFileContent/index.js +0 -24
  847. package/dist/components/imageUpload/index.js +0 -149
  848. package/dist/components/imageUpload/noFileContent/index.js +0 -29
  849. package/dist/components/input/index.js +0 -114
  850. package/dist/components/mapView/index.js +0 -16
  851. package/dist/components/maskedInput/index.js +0 -131
  852. package/dist/components/modal/modalContainer/index.js +0 -82
  853. package/dist/components/modal/modalContext.js +0 -10
  854. package/dist/components/modal/modalFooter/index.js +0 -72
  855. package/dist/components/modal/modalHeader/index.js +0 -69
  856. package/dist/components/multiSelect/index.js +0 -169
  857. package/dist/components/multiSelect/multiSelectChevron/index.js +0 -18
  858. package/dist/components/multiSelect/multiSelectContainer/index.js +0 -11
  859. package/dist/components/multiSelect/multiSelectContent/index.js +0 -8
  860. package/dist/components/multiSelect/multiSelectMark/index.js +0 -11
  861. package/dist/components/multiSelect/multiSelectOption/index.js +0 -10
  862. package/dist/components/multiSelect/multiSelectOptionsContainer/index.js +0 -44
  863. package/dist/components/multiSelect/multiSelectOverlay/index.js +0 -9
  864. package/dist/components/multiSelect/multiSelectSpinner/index.js +0 -10
  865. package/dist/components/pagination/chevronButton/index.js +0 -9
  866. package/dist/components/pagination/currentButton/index.js +0 -6
  867. package/dist/components/pagination/index.js +0 -37
  868. package/dist/components/pagination/pageButton/index.js +0 -7
  869. package/dist/components/pagination/paginationService.js +0 -62
  870. package/dist/components/pagination/spread/index.js +0 -7
  871. package/dist/components/phoneInput/index.js +0 -205
  872. package/dist/components/phoneInput/phoneInputContainer/index.js +0 -11
  873. package/dist/components/phoneInput/phoneInputCountriesOverlay/index.js +0 -9
  874. package/dist/components/phoneInput/phoneInputCountryOption/index.js +0 -10
  875. package/dist/components/phoneInput/phoneInputCountryOptionsContainer/index.js +0 -40
  876. package/dist/components/phoneInput/phoneInputCountrySelector/index.js +0 -9
  877. package/dist/components/phoneInput/phoneInputMask/index.js +0 -34
  878. package/dist/components/popover/index.js +0 -151
  879. package/dist/components/radio/radioBox/index.js +0 -99
  880. package/dist/components/radio/radioContext.js +0 -11
  881. package/dist/components/radio/radioGroup/index.js +0 -100
  882. package/dist/components/richText/blockButton/index.js +0 -18
  883. package/dist/components/richText/element/index.js +0 -24
  884. package/dist/components/richText/index.js +0 -149
  885. package/dist/components/richText/insertImage/index.js +0 -33
  886. package/dist/components/richText/leaf/index.js +0 -13
  887. package/dist/components/richText/markButton/index.js +0 -16
  888. package/dist/components/richText/toolbar/index.js +0 -6
  889. package/dist/components/searchPlaces.js +0 -91
  890. package/dist/components/select/index.js +0 -168
  891. package/dist/components/select/selectChevron/index.js +0 -18
  892. package/dist/components/select/selectContainer/index.js +0 -11
  893. package/dist/components/select/selectContent/index.js +0 -8
  894. package/dist/components/select/selectOption/index.js +0 -10
  895. package/dist/components/select/selectOptionsContainer/index.js +0 -44
  896. package/dist/components/select/selectOverlay/index.js +0 -9
  897. package/dist/components/select/selectSpinner/index.js +0 -10
  898. package/dist/components/slider/index.js +0 -97
  899. package/dist/components/switch/index.js +0 -100
  900. package/dist/components/tab/tabButton/index.js +0 -80
  901. package/dist/components/tab/tabContainer/index.js +0 -88
  902. package/dist/components/tab/tabContext.js +0 -10
  903. package/dist/components/table/tableBody/index.js +0 -69
  904. package/dist/components/table/tableCaption/index.js +0 -64
  905. package/dist/components/table/tableContainer/index.js +0 -66
  906. package/dist/components/table/tableFooter/index.js +0 -47
  907. package/dist/components/table/tableHeader/index.js +0 -46
  908. package/dist/components/textarea/index.js +0 -128
  909. package/dist/components/tooltip/index.js +0 -135
  910. package/dist/hooks/useAutomation.js +0 -67
  911. package/dist/hooks/useDrawer.js +0 -20
  912. package/dist/hooks/useForm.js +0 -52
  913. package/dist/hooks/useHydrated.js +0 -81
  914. package/dist/hooks/useModal.js +0 -20
  915. package/dist/hooks/useScopedParams.js +0 -107
  916. package/dist/hooks/useScrollLock.js +0 -68
  917. package/dist/hooks/useSlider.js +0 -49
  918. package/dist/hooks/useToast.js +0 -72
  919. package/dist/providers/drawerProvider.js +0 -120
  920. package/dist/providers/formProvider.js +0 -69
  921. package/dist/providers/modalProvider.js +0 -119
  922. package/dist/providers/placesProvider.js +0 -35
  923. package/dist/providers/toastProvider.js +0 -73
  924. package/dist/services/extractTextFromNode.js +0 -5
  925. package/dist/services/iconRenderer.js +0 -13
  926. package/dist/services/isBlockActive.js +0 -14
  927. package/dist/services/isMarkActive.js +0 -6
  928. package/dist/services/maskCurrencyValues.js +0 -23
  929. package/dist/services/toHtml.js +0 -21
  930. package/dist/services/toRichTextValue.js +0 -40
  931. package/dist/services/toggleBlock.js +0 -32
  932. package/dist/services/toggleMark.js +0 -10
  933. package/dist/templates/badResponses.js +0 -12
  934. package/dist/templates/richTextTemplates.js +0 -12
  935. package/dist/templates/successResponses.js +0 -2
  936. package/dist/types/richTextTypes.js +0 -1
  937. package/dist/utils/phoneInputUtilities.js +0 -99
  938. package/dist/utils/richTextUtilities.js +0 -87
@@ -0,0 +1,38 @@
1
+ import { Button as e } from "../../button/index.js";
2
+ /* empty css */
3
+ import { jsx as t, jsxs as n } from "react/jsx-runtime";
4
+ //#region src/components/imageUpload/noFileContent/index.tsx
5
+ function r(r) {
6
+ let { dropImageText: i, isLoading: a, acceptImage: o, handleSelectFile: s, selectImageButtonText: c, disabled: l } = r;
7
+ function u(e) {
8
+ if (l) return;
9
+ e.preventDefault();
10
+ let t = e.dataTransfer.files[0];
11
+ t && s(t);
12
+ }
13
+ function d() {
14
+ if (l) return;
15
+ let e = document.createElement("input");
16
+ e.type = "file", e.accept = o, e.onchange = (e) => {
17
+ let t = e.target.files?.[0];
18
+ t && s(t);
19
+ }, e.click();
20
+ }
21
+ return /* @__PURE__ */ n("div", {
22
+ onDrop: u,
23
+ className: "arkynImageUploadNoFileContent",
24
+ children: [/* @__PURE__ */ t(e, {
25
+ isLoading: a,
26
+ onClick: d,
27
+ variant: "ghost",
28
+ size: "sm",
29
+ type: "button",
30
+ disabled: l,
31
+ children: c
32
+ }), /* @__PURE__ */ t("p", { children: i })]
33
+ });
34
+ }
35
+ //#endregion
36
+ export { r as NoFileContent };
37
+
38
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","names":[],"sources":["../../../../../src/components/imageUpload/noFileContent/index.tsx"],"sourcesContent":["import type { DragEvent } from \"react\";\n\nimport { Button } from \"../../button\";\nimport \"./styles.css\";\n\ntype NoFileContentProps = {\n\tdisabled: boolean;\n\tacceptImage: string;\n\tisLoading: boolean;\n\tselectImageButtonText: string;\n\tdropImageText: string;\n\thandleSelectFile: (file: File) => void;\n};\n\nfunction NoFileContent(props: NoFileContentProps) {\n\tconst {\n\t\tdropImageText,\n\t\tisLoading,\n\t\tacceptImage,\n\t\thandleSelectFile,\n\t\tselectImageButtonText,\n\t\tdisabled,\n\t} = props;\n\n\tfunction handleDrop(event: DragEvent<HTMLDivElement>) {\n\t\tif (disabled) return;\n\n\t\tevent.preventDefault();\n\t\tconst file = event.dataTransfer.files[0];\n\t\tif (file) handleSelectFile(file);\n\t}\n\n\tfunction handleClick() {\n\t\tif (disabled) return;\n\n\t\tconst input = document.createElement(\"input\");\n\n\t\tinput.type = \"file\";\n\t\tinput.accept = acceptImage;\n\n\t\tinput.onchange = (event) => {\n\t\t\tconst file = (event.target as HTMLInputElement).files?.[0];\n\t\t\tif (file) handleSelectFile(file);\n\t\t};\n\n\t\tinput.click();\n\t}\n\n\treturn (\n\t\t<div onDrop={handleDrop} className=\"arkynImageUploadNoFileContent\">\n\t\t\t<Button\n\t\t\t\tisLoading={isLoading}\n\t\t\t\tonClick={handleClick}\n\t\t\t\tvariant=\"ghost\"\n\t\t\t\tsize=\"sm\"\n\t\t\t\ttype=\"button\"\n\t\t\t\tdisabled={disabled}\n\t\t\t>\n\t\t\t\t{selectImageButtonText}\n\t\t\t</Button>\n\n\t\t\t<p>{dropImageText}</p>\n\t\t</div>\n\t);\n}\n\nexport { NoFileContent };\n"],"mappings":";;;;AAcA,SAAS,EAAc,GAA2B;CACjD,IAAM,EACL,kBACA,cACA,gBACA,qBACA,0BACA,gBACG;CAEJ,SAAS,EAAW,GAAkC;EACrD,IAAI,GAAU;EAEd,EAAM,eAAe;EACrB,IAAM,IAAO,EAAM,aAAa,MAAM;EACtC,AAAI,KAAM,EAAiB,CAAI;CAChC;CAEA,SAAS,IAAc;EACtB,IAAI,GAAU;EAEd,IAAM,IAAQ,SAAS,cAAc,OAAO;EAU5C,AARA,EAAM,OAAO,QACb,EAAM,SAAS,GAEf,EAAM,YAAY,MAAU;GAC3B,IAAM,IAAQ,EAAM,OAA4B,QAAQ;GACxD,AAAI,KAAM,EAAiB,CAAI;EAChC,GAEA,EAAM,MAAM;CACb;CAEA,OACC,kBAAC,OAAD;EAAK,QAAQ;EAAY,WAAU;YAAnC,CACC,kBAAC,GAAD;GACY;GACX,SAAS;GACT,SAAQ;GACR,MAAK;GACL,MAAK;GACK;aAET;EACM,CAAA,GAER,kBAAC,KAAD,EAAA,UAAI,EAAiB,CAAA,CACjB;;AAEP"}
@@ -0,0 +1 @@
1
+ @layer arkyn{.arkynImageUploadNoFileContent{flex-direction:column;justify-content:center;align-items:center;gap:8px;width:100%;height:100%;display:flex}.arkynImageUploadNoFileContent>p{text-align:center;white-space:nowrap;color:var(--text-body,#52525b);padding:0 24px;font-size:12px;font-weight:400;line-height:12px}}
@@ -0,0 +1,17 @@
1
+ @layer arkyn{.arkynImageUpload{border-width:1px;border-color:var(--border,#e2e8f0);background:var(--input-background,#fafafa);border-radius:8px;outline:1px solid #0000;width:100%;max-width:475px;height:174px}.arkynImageUpload.hasImage{border-style:solid}.arkynImageUpload.noHasImage{border-style:dashed}.arkynImageUpload.hasError{border-color:rgb(var(--spotlight-danger,244, 63, 94));outline-color:rgb(var(--spotlight-danger,244, 63, 94))}}
2
+
3
+ @layer arkyn{.arkynFieldError{color:rgb(var(--spotlight-danger,244, 63, 94));font-size:12px;font-weight:600;line-height:12px}}
4
+
5
+ @layer arkyn{.arkynFieldLabel{color:var(--text-body,#52525b);font-size:14px;font-weight:600;line-height:19.07px}.arkynFieldLabel.asteriskTrue:before{content:"* ";text-align:left;color:rgb(var(--spotlight-danger,244, 63, 94));font-size:12px;font-weight:600;line-height:16.34px}}
6
+
7
+ @layer arkyn{.arkynFieldWrapper{gap:6px;height:max-content;display:flex}.arkynFieldWrapper.horizontal{flex-direction:row;align-items:center}.arkynFieldWrapper.horizontalReverse{flex-direction:row-reverse;align-items:center;margin-right:auto}.arkynFieldWrapper.vertical{flex-direction:column;align-items:flex-start}}
8
+
9
+ @layer arkyn{.arkynImageUploadHasFileContent{background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:6px;justify-content:end;align-items:end;gap:8px;width:100%;height:100%;padding:6px;display:flex}}
10
+
11
+ @layer arkyn{.arkynButton{background:0 0;border:1px solid #0000;outline:1px solid #0000;position:relative}.arkynButton:hover{cursor:pointer;filter:brightness(.95);transition:all .3s}html.dark .arkynButton:hover{cursor:pointer;filter:brightness(1.2)}.arkynButton:disabled{cursor:not-allowed;opacity:.5}.arkynButton .arkynButtonContent{white-space:nowrap;justify-content:center;align-items:center;display:flex}.arkynButton .arkynButtonSpinner{white-space:nowrap;opacity:0;justify-content:center;align-items:center;display:flex}.arkynButton.solid{color:var(--white,#fff)}.arkynButton.solid.primary{background-color:rgb(var(--spotlight-primary,17, 109, 220))}.arkynButton.solid.secondary{background-color:rgb(var(--spotlight-secondary,100, 116, 139))}.arkynButton.solid.danger{background-color:rgb(var(--spotlight-danger,244, 63, 94))}.arkynButton.solid.success{background-color:rgb(var(--spotlight-success,16, 185, 129))}.arkynButton.solid.warning{background-color:rgb(var(--spotlight-warning,249, 115, 22))}.arkynButton.solid.info{background-color:rgb(var(--spotlight-info,14, 165, 233))}.arkynButton.outline{background-color:var(--background-underground,#fafafa);border-color:var(--border,#e2e8f0)}.arkynButton.outline.primary{color:rgb(var(--spotlight-primary,17, 109, 220))}.arkynButton.outline.secondary{color:rgb(var(--spotlight-secondary,100, 116, 139))}.arkynButton.outline.danger{color:rgb(var(--spotlight-danger,244, 63, 94))}.arkynButton.outline.success{color:rgb(var(--spotlight-success,16, 185, 129))}.arkynButton.outline.warning{color:rgb(var(--spotlight-warning,249, 115, 22))}.arkynButton.outline.info{color:rgb(var(--spotlight-info,14, 165, 233))}.arkynButton.ghost.primary{color:rgb(var(--spotlight-primary,17, 109, 220));background-color:rgb(var(--spotlight-primary-foreground,231, 240, 252))}.arkynButton.ghost.secondary{color:rgb(var(--spotlight-secondary,100, 116, 139));background-color:rgb(var(--spotlight-secondary-foreground,250, 250, 250))}.arkynButton.ghost.danger{color:rgb(var(--spotlight-danger,244, 63, 94));background-color:rgb(var(--spotlight-danger-foreground,254, 236, 239))}.arkynButton.ghost.success{color:rgb(var(--spotlight-success,16, 185, 129));background-color:rgb(var(--spotlight-success-foreground,231, 248, 242))}.arkynButton.ghost.warning{color:rgb(var(--spotlight-warning,249, 115, 22));background-color:rgb(var(--spotlight-warning-foreground,254, 241, 232))}.arkynButton.ghost.info{color:rgb(var(--spotlight-info,14, 165, 233));background-color:rgb(var(--spotlight-info-foreground,231, 246, 253))}.arkynButton.invisible.primary{color:rgb(var(--spotlight-primary,17, 109, 220))}.arkynButton.invisible.secondary{color:rgb(var(--spotlight-secondary,100, 116, 139))}.arkynButton.invisible.danger{color:rgb(var(--spotlight-danger,244, 63, 94))}.arkynButton.invisible.success{color:rgb(var(--spotlight-success,16, 185, 129))}.arkynButton.invisible.warning{color:rgb(var(--spotlight-warning,249, 115, 22))}.arkynButton.invisible.info{color:rgb(var(--spotlight-info,14, 165, 233))}.arkynButton.lg{border-radius:8px;height:44px;padding:0 20px;font-size:14px;font-weight:600;line-height:14px}.arkynButton.lg .arkynButtonContent,.arkynButton.lg .arkynButtonSpinner{gap:16px}.arkynButton.md{border-radius:8px;gap:16px;height:40px;padding:0 16px;font-size:14px;font-weight:600;line-height:14px}.arkynButton.md .arkynButtonContent,.arkynButton.md .arkynButtonSpinner{gap:14px}.arkynButton.sm{border-radius:6px;height:32px;padding:0 16px;font-size:12px;font-weight:600;line-height:12px}.arkynButton.sm .arkynButtonContent,.arkynButton.sm .arkynButtonSpinner{gap:12px}.arkynButton.xs{border-radius:4px;height:24px;padding:0 16px;font-size:10px;font-weight:600;line-height:10px}.arkynButton.xs .arkynButtonContent,.arkynButton.xs .arkynButtonSpinner{gap:8px}.arkynButton .arkynButtonSpinner>svg{animation:2s linear infinite spin}.arkynButton.loadingTextFalse .arkynButtonSpinner{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.arkynButton.loadingTextTrue .arkynButtonSpinner{max-height:0}.arkynButton.loadingTrue .arkynButtonContent{opacity:0;max-height:0}.arkynButton.loadingTrue .arkynButtonSpinner{opacity:1;max-height:unset}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}}
12
+
13
+ @layer arkyn{.arkynIconButton{background:0 0;border:1px solid #0000;outline:1px solid #0000;position:relative}.arkynIconButton:hover{cursor:pointer;filter:brightness(.9);transition:all .15s ease-out}html.dark .arkynIconButton:hover{cursor:pointer;filter:brightness(1.2)}.arkynIconButton:disabled{cursor:not-allowed;opacity:.5}.arkynIconButtonContent{justify-content:center;align-items:center;display:flex}.arkynIconButton.solid{color:var(--white,#fff)}.arkynIconButton.solid.primary{background-color:rgb(var(--spotlight-primary,17, 109, 220))}.arkynIconButton.solid.secondary{background-color:rgb(var(--spotlight-secondary,100, 116, 139))}.arkynIconButton.solid.danger{background-color:rgb(var(--spotlight-danger,244, 63, 94))}.arkynIconButton.solid.success{background-color:rgb(var(--spotlight-success,16, 185, 129))}.arkynIconButton.solid.warning{background-color:rgb(var(--spotlight-warning,249, 115, 22))}.arkynIconButton.solid.info{background-color:rgb(var(--spotlight-info,14, 165, 233))}.arkynIconButton.outline{background-color:var(--background-underground,#fafafa);border-color:var(--border,#e2e8f0)}.arkynIconButton.outline.primary{color:rgb(var(--spotlight-primary,17, 109, 220))}.arkynIconButton.outline.secondary{color:rgb(var(--spotlight-secondary,100, 116, 139))}.arkynIconButton.outline.danger{color:rgb(var(--spotlight-danger,244, 63, 94))}.arkynIconButton.outline.success{color:rgb(var(--spotlight-success,16, 185, 129))}.arkynIconButton.outline.warning{color:rgb(var(--spotlight-warning,249, 115, 22))}.arkynIconButton.outline.info{color:rgb(var(--spotlight-info,14, 165, 233))}.arkynIconButton.ghost:hover{filter:brightness(.8)}.arkynIconButton.ghost.primary{color:rgb(var(--spotlight-primary,17, 109, 220));background-color:rgb(var(--spotlight-primary-foreground,231, 240, 252))}.arkynIconButton.ghost.secondary{color:rgb(var(--spotlight-secondary,100, 116, 139));background-color:rgb(var(--spotlight-secondary-foreground,250, 250, 250))}.arkynIconButton.ghost.danger{color:rgb(var(--spotlight-danger,244, 63, 94));background-color:rgb(var(--spotlight-danger-foreground,254, 236, 239))}.arkynIconButton.ghost.success{color:rgb(var(--spotlight-success,16, 185, 129));background-color:rgb(var(--spotlight-success-foreground,231, 248, 242))}.arkynIconButton.ghost.warning{color:rgb(var(--spotlight-warning,249, 115, 22));background-color:rgb(var(--spotlight-warning-foreground,254, 241, 232))}.arkynIconButton.ghost.info{color:rgb(var(--spotlight-info,14, 165, 233));background-color:rgb(var(--spotlight-info-foreground,231, 246, 253))}.arkynIconButton.invisible.primary{color:rgb(var(--spotlight-primary,17, 109, 220))}.arkynIconButton.invisible.secondary{color:rgb(var(--spotlight-secondary,100, 116, 139))}.arkynIconButton.invisible.danger{color:rgb(var(--spotlight-danger,244, 63, 94))}.arkynIconButton.invisible.success{color:rgb(var(--spotlight-success,16, 185, 129))}.arkynIconButton.invisible.warning{color:rgb(var(--spotlight-warning,249, 115, 22))}.arkynIconButton.invisible.info{color:rgb(var(--spotlight-info,14, 165, 233))}.arkynIconButton.lg{border-radius:6px;width:44px;height:44px}.arkynIconButton.md{border-radius:6px;width:40px;height:40px}.arkynIconButton.sm{border-radius:6px;width:32px;height:32px}.arkynIconButton.xs{border-radius:4px;width:24px;height:24px}.arkynIconButtonSpinner{opacity:0;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.arkynIconButtonSpinner>svg{animation:2s linear infinite spin}.arkynIconButton.loadingTrue .arkynIconButtonSpinner{opacity:1}.arkynIconButton.loadingTrue .arkynIconButtonContent{opacity:0}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}}
14
+
15
+ @layer arkyn{.arkynTooltip{display:block;position:relative}.arkynTooltipText{visibility:hidden;opacity:0;white-space:nowrap;color:var(--tooltip-text,#fafafa);background-color:var(--tooltip-background,#27272a);z-index:9999;border-radius:4px;justify-content:center;align-items:center;font-weight:400;transition:all .15s ease-out;display:flex;position:absolute;transform:translate(-50%,-50%)}.arkynTooltip.lg .arkynTooltipText{padding:8px 12px;font-size:14px;line-height:130%}.arkynTooltip.md .arkynTooltipText{padding:8px 12px;font-size:12px;line-height:130%}.arkynTooltip:hover .arkynTooltipText{opacity:1;visibility:visible}.arkynTooltip.top .arkynTooltipText{bottom:calc(100% + 10px);left:50%;transform:translate(-50%)}.arkynTooltip.top .arkynTooltipText:before{content:"";border-style:solid;border-color:var(--tooltip-background,#27272a) transparent;border-width:6px 6px 0;position:absolute;top:100%;bottom:20px;left:50%;transform:translate(-50%)}.arkynTooltip.left .arkynTooltipText{top:50%;right:calc(100% + 10px);transform:translateY(-50%)}.arkynTooltip.left .arkynTooltipText:before{content:"";border-style:solid;border-color:transparent var(--tooltip-background,#27272a);border-width:6px 0 6px 6px;position:absolute;top:50%;left:100%;transform:translateY(-50%)}.arkynTooltip.right .arkynTooltipText{top:50%;left:calc(100% + 10px);transform:translateY(-50%)}.arkynTooltip.right .arkynTooltipText:before{content:"";border-style:solid;border-color:transparent var(--tooltip-background,#27272a);border-width:6px 6px 6px 0;position:absolute;top:50%;left:0;transform:translate(-100%,-50%)}.arkynTooltip.bottom .arkynTooltipText{top:calc(100% + 10px);left:50%;transform:translate(-50%)}.arkynTooltip.bottom .arkynTooltipText:before{content:"";border-style:solid;border-color:var(--tooltip-background,#27272a) transparent;border-width:0 6px 6px;position:absolute;top:0;left:50%;transform:translate(-50%,-100%)}}
16
+
17
+ @layer arkyn{.arkynImageUploadNoFileContent{flex-direction:column;justify-content:center;align-items:center;gap:8px;width:100%;height:100%;display:flex}.arkynImageUploadNoFileContent>p{text-align:center;white-space:nowrap;color:var(--text-body,#52525b);padding:0 24px;font-size:12px;font-weight:400;line-height:12px}}
@@ -0,0 +1,95 @@
1
+ import { useForm as e } from "../../hooks/useForm.js";
2
+ import { IconRenderer as t } from "../../services/iconRenderer.js";
3
+ import { FieldTemplate as n } from "../../services/fieldTemplate.js";
4
+ /* empty css */
5
+ import { useId as r, useRef as i, useState as a } from "react";
6
+ import { jsx as o, jsxs as s } from "react/jsx-runtime";
7
+ import { Loader2 as c } from "lucide-react";
8
+ //#region src/components/input/index.tsx
9
+ function l(l) {
10
+ let { name: u, disabled: d, title: f, style: p, variant: m = "solid", label: h, className: g = "", prefix: _, suffix: v, isLoading: y = !1, leftIcon: b, readOnly: x, onFocus: S, onBlur: C, unShowFieldTemplate: w = !1, errorMessage: T, showAsterisk: E, rightIcon: D, type: O = "text", size: k = "md", id: A, value: j, placeholder: M, orientation: N, ...P } = l, { fieldErrors: F } = e(), [I, L] = a(!1), R = i(null), z = r(), B = A || z, V = T || F?.[u], H = !!V, U = d || y, W = {
11
+ md: 20,
12
+ lg: 20
13
+ }[k], G = D ? "right" : "left", K = G === "left" && y, q = G === "right" && y;
14
+ function J() {
15
+ U || !R?.current || (L(!0), R.current.focus());
16
+ }
17
+ function Y(e) {
18
+ L(!0), S && S(e);
19
+ }
20
+ function X(e) {
21
+ L(!1), C && C(e);
22
+ }
23
+ return O === "hidden" ? /* @__PURE__ */ o("input", {
24
+ style: { display: "none" },
25
+ readOnly: !0,
26
+ type: "text",
27
+ ref: R,
28
+ ...P
29
+ }) : /* @__PURE__ */ o(n, {
30
+ name: u,
31
+ label: h,
32
+ showAsterisk: E,
33
+ className: g,
34
+ errorMessage: V,
35
+ unShowFieldTemplate: w,
36
+ orientation: N,
37
+ children: /* @__PURE__ */ s("section", {
38
+ title: f,
39
+ style: p,
40
+ onClick: J,
41
+ className: `arkynInput ${_ ? "hasPrefix" : ""} ${d ? "disabled" : ""} ${v ? "hasSuffix" : ""} ${m} ${k} ${U || x || y ? "opacity" : ""} ${H ? "errored" : ""} ${I ? "focused" : ""}`,
42
+ children: [
43
+ /* @__PURE__ */ o(t, {
44
+ iconSize: W,
45
+ icon: _,
46
+ className: "prefix"
47
+ }),
48
+ /* @__PURE__ */ o(t, {
49
+ show: K,
50
+ iconSize: W,
51
+ className: "spinner",
52
+ icon: c
53
+ }),
54
+ /* @__PURE__ */ o(t, {
55
+ show: !y,
56
+ icon: b,
57
+ iconSize: W
58
+ }),
59
+ /* @__PURE__ */ o("input", {
60
+ disabled: U,
61
+ readOnly: x,
62
+ ref: R,
63
+ onFocus: Y,
64
+ onBlur: X,
65
+ type: O,
66
+ id: B,
67
+ name: u,
68
+ placeholder: U && j || M,
69
+ value: U ? void 0 : j,
70
+ ...P
71
+ }),
72
+ /* @__PURE__ */ o(t, {
73
+ show: !y,
74
+ icon: D,
75
+ iconSize: W
76
+ }),
77
+ /* @__PURE__ */ o(t, {
78
+ show: q,
79
+ iconSize: W,
80
+ className: "spinner",
81
+ icon: c
82
+ }),
83
+ /* @__PURE__ */ o(t, {
84
+ iconSize: W,
85
+ icon: v,
86
+ className: "suffix"
87
+ })
88
+ ]
89
+ })
90
+ });
91
+ }
92
+ //#endregion
93
+ export { l as Input };
94
+
95
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","names":[],"sources":["../../../../src/components/input/index.tsx"],"sourcesContent":["import { Loader2, type LucideIcon } from \"lucide-react\";\nimport {\n\ttype FocusEvent,\n\ttype InputHTMLAttributes,\n\tuseId,\n\tuseRef,\n\tuseState,\n} from \"react\";\n\nimport { useForm } from \"../../hooks/useForm\";\nimport { FieldTemplate } from \"../../services/fieldTemplate\";\nimport { IconRenderer } from \"../../services/iconRenderer\";\n\nimport \"./style.css\";\n\ntype InputProps = Omit<\n\tInputHTMLAttributes<HTMLInputElement>,\n\t\"size\" | \"prefix\" | \"name\" | \"value\" | \"defaultValue\"\n> & {\n\t/** Field name for form submission. Required. */\n\tname: string;\n\t/** Optional label text displayed above the input. */\n\tlabel?: string;\n\t/** Validation error message displayed below the input. */\n\terrorMessage?: string;\n\t/** Shows a spinner and disables the input during async operations. @default false */\n\tisLoading?: boolean;\n\t/** When true, skips `FieldTemplate` wrapper (label and error text). @default false */\n\tunShowFieldTemplate?: boolean;\n\t/**\n\t * Input size.\n\t * @default \"md\"\n\t */\n\tsize?: \"md\" | \"lg\";\n\t/**\n\t * Visual style variant.\n\t * - `solid`: filled background.\n\t * - `outline`: bordered, transparent background.\n\t * - `underline`: bottom border only.\n\t * @default \"solid\"\n\t */\n\tvariant?: \"solid\" | \"outline\" | \"underline\";\n\t/** Text or icon rendered at the far left, outside the input area (e.g. `\"https://\"`). */\n\tprefix?: string | LucideIcon;\n\t/** Text or icon rendered at the far right, outside the input area (e.g. `\".com\"`). */\n\tsuffix?: string | LucideIcon;\n\t/** Displays an asterisk on the label to signal a required field. */\n\tshowAsterisk?: boolean;\n\t/**\n\t * Layout direction forwarded to `FieldTemplate`.\n\t * @default \"horizontal\"\n\t */\n\torientation?: \"horizontal\" | \"vertical\" | \"horizontalReverse\";\n\t/** Lucide icon rendered inside the input on the left. */\n\tleftIcon?: LucideIcon;\n\t/** Lucide icon rendered inside the input on the right. */\n\trightIcon?: LucideIcon;\n\t/** Controlled value. */\n\tvalue?: string;\n\t/** Uncontrolled default value. */\n\tdefaultValue?: string;\n};\n\n/**\n * Input — text input field with label, validation, icons, prefix/suffix, and loading state.\n *\n * Integrates with `useForm` to display validation errors by field name.\n *\n * @param props.name - Field name for form submission. Required.\n * @param props.label - Label text displayed above the input.\n * @param props.errorMessage - Validation error message.\n * @param props.isLoading - Shows a spinner and disables the input. Default: false\n * @param props.size - Input size (`md` | `lg`). Default: \"md\"\n * @param props.variant - Visual style variant. Default: \"solid\"\n * @param props.prefix - Text or icon at the far left (outside the input).\n * @param props.suffix - Text or icon at the far right (outside the input).\n * @param props.leftIcon - Lucide icon inside the input on the left.\n * @param props.rightIcon - Lucide icon inside the input on the right.\n * @param props.showAsterisk - Appends `*` to the label.\n * @param props.orientation - Layout direction (`horizontal` | `vertical` | `horizontalReverse`). Default: \"horizontal\"\n * @param props.unShowFieldTemplate - Skips wrapper, label, and error rendering. Default: false\n *\n * **...Other valid HTML properties for `<input>`**\n *\n * @returns Input JSX element wrapped in `FieldTemplate`.\n *\n * @example\n * ```tsx\n * // Basic\n * <Input name=\"username\" placeholder=\"Enter username\" />\n *\n * // With label and validation\n * <Input\n * name=\"email\"\n * label=\"Email Address\"\n * type=\"email\"\n * showAsterisk\n * errorMessage=\"Please enter a valid email\"\n * />\n *\n * // With icons and loading state\n * <Input name=\"search\" label=\"Search\" leftIcon={SearchIcon} isLoading />\n *\n * // With prefix/suffix\n * <Input name=\"website\" label=\"Website\" prefix=\"https://\" suffix=\".com\" variant=\"outline\" />\n * ```\n */\n\nfunction Input(props: InputProps) {\n\tconst {\n\t\tname,\n\t\tdisabled,\n\t\ttitle,\n\t\tstyle,\n\t\tvariant = \"solid\",\n\t\tlabel,\n\t\tclassName: wrapperClassName = \"\",\n\t\tprefix,\n\t\tsuffix,\n\t\tisLoading = false,\n\t\tleftIcon,\n\t\treadOnly,\n\t\tonFocus,\n\t\tonBlur,\n\t\tunShowFieldTemplate = false,\n\t\terrorMessage: baseErrorMessage,\n\t\tshowAsterisk,\n\t\trightIcon,\n\t\ttype = \"text\",\n\t\tsize = \"md\",\n\t\tid,\n\t\tvalue,\n\t\tplaceholder,\n\t\torientation,\n\t\t...rest\n\t} = props;\n\n\tconst { fieldErrors } = useForm();\n\tconst [isFocused, setIsFocused] = useState(false);\n\tconst inputRef = useRef<HTMLInputElement>(null);\n\tconst generatedId = useId();\n\tconst inputId = id || generatedId;\n\n\tconst errorMessage = baseErrorMessage || fieldErrors?.[name];\n\tconst isError = !!errorMessage;\n\tconst isDisabled = disabled || isLoading;\n\n\tconst iconSizes = { md: 20, lg: 20 };\n\tconst iconSize = iconSizes[size];\n\n\tconst loadingPosition = rightIcon ? \"right\" : \"left\";\n\n\tconst showLeftSpinner = loadingPosition === \"left\" && isLoading;\n\tconst showRightSpinner = loadingPosition === \"right\" && isLoading;\n\n\tfunction handleSectionClick() {\n\t\tif (isDisabled || !inputRef?.current) return;\n\t\tsetIsFocused(true);\n\t\tinputRef.current.focus();\n\t}\n\n\tfunction handleFocus(e: FocusEvent<HTMLInputElement>) {\n\t\tsetIsFocused(true);\n\t\tif (onFocus) onFocus(e);\n\t}\n\n\tfunction handleBlur(e: FocusEvent<HTMLInputElement>) {\n\t\tsetIsFocused(false);\n\t\tif (onBlur) onBlur(e);\n\t}\n\n\tif (type === \"hidden\") {\n\t\treturn (\n\t\t\t<input\n\t\t\t\tstyle={{ display: \"none\" }}\n\t\t\t\treadOnly\n\t\t\t\ttype=\"text\"\n\t\t\t\tref={inputRef}\n\t\t\t\t{...rest}\n\t\t\t/>\n\t\t);\n\t}\n\n\tconst hasPrefix = prefix ? \"hasPrefix\" : \"\";\n\tconst hasSuffix = suffix ? \"hasSuffix\" : \"\";\n\tconst errored = isError ? \"errored\" : \"\";\n\tconst opacity = isDisabled || readOnly || isLoading ? \"opacity\" : \"\";\n\tconst focused = isFocused ? \"focused\" : \"\";\n\tconst disabledClass = disabled ? \"disabled\" : \"\";\n\n\tconst className = `arkynInput ${hasPrefix} ${disabledClass} ${hasSuffix} ${variant} ${size} ${opacity} ${errored} ${focused}`;\n\n\treturn (\n\t\t<FieldTemplate\n\t\t\tname={name}\n\t\t\tlabel={label}\n\t\t\tshowAsterisk={showAsterisk}\n\t\t\tclassName={wrapperClassName}\n\t\t\terrorMessage={errorMessage}\n\t\t\tunShowFieldTemplate={unShowFieldTemplate}\n\t\t\torientation={orientation}\n\t\t>\n\t\t\t<section\n\t\t\t\ttitle={title}\n\t\t\t\tstyle={style}\n\t\t\t\tonClick={handleSectionClick}\n\t\t\t\tclassName={className}\n\t\t\t>\n\t\t\t\t<IconRenderer iconSize={iconSize} icon={prefix} className=\"prefix\" />\n\n\t\t\t\t<IconRenderer\n\t\t\t\t\tshow={showLeftSpinner}\n\t\t\t\t\ticonSize={iconSize}\n\t\t\t\t\tclassName=\"spinner\"\n\t\t\t\t\ticon={Loader2}\n\t\t\t\t/>\n\n\t\t\t\t<IconRenderer show={!isLoading} icon={leftIcon} iconSize={iconSize} />\n\n\t\t\t\t<input\n\t\t\t\t\tdisabled={isDisabled}\n\t\t\t\t\treadOnly={readOnly}\n\t\t\t\t\tref={inputRef}\n\t\t\t\t\tonFocus={handleFocus}\n\t\t\t\t\tonBlur={handleBlur}\n\t\t\t\t\ttype={type}\n\t\t\t\t\tid={inputId}\n\t\t\t\t\tname={name}\n\t\t\t\t\tplaceholder={isDisabled ? value || placeholder : placeholder}\n\t\t\t\t\tvalue={isDisabled ? undefined : value}\n\t\t\t\t\t{...rest}\n\t\t\t\t/>\n\n\t\t\t\t<IconRenderer show={!isLoading} icon={rightIcon} iconSize={iconSize} />\n\n\t\t\t\t<IconRenderer\n\t\t\t\t\tshow={showRightSpinner}\n\t\t\t\t\ticonSize={iconSize}\n\t\t\t\t\tclassName=\"spinner\"\n\t\t\t\t\ticon={Loader2}\n\t\t\t\t/>\n\n\t\t\t\t<IconRenderer iconSize={iconSize} icon={suffix} className=\"suffix\" />\n\t\t\t</section>\n\t\t</FieldTemplate>\n\t);\n}\n\nexport { Input, type InputProps };\n"],"mappings":";;;;;;;;AA4GA,SAAS,EAAM,GAAmB;CACjC,IAAM,EACL,SACA,aACA,UACA,UACA,aAAU,SACV,UACA,WAAW,IAAmB,IAC9B,WACA,WACA,eAAY,IACZ,aACA,aACA,YACA,WACA,yBAAsB,IACtB,cAAc,GACd,iBACA,cACA,UAAO,QACP,UAAO,MACP,OACA,UACA,gBACA,gBACA,GAAG,MACA,GAEE,EAAE,mBAAgB,EAAQ,GAC1B,CAAC,GAAW,KAAgB,EAAS,EAAK,GAC1C,IAAW,EAAyB,IAAI,GACxC,IAAc,EAAM,GACpB,IAAU,KAAM,GAEhB,IAAe,KAAoB,IAAc,IACjD,IAAU,CAAC,CAAC,GACZ,IAAa,KAAY,GAGzB,IAAW;EADG,IAAI;EAAI,IAAI;CACf,EAAU,IAErB,IAAkB,IAAY,UAAU,QAExC,IAAkB,MAAoB,UAAU,GAChD,IAAmB,MAAoB,WAAW;CAExD,SAAS,IAAqB;EACzB,KAAc,CAAC,GAAU,YAC7B,EAAa,EAAI,GACjB,EAAS,QAAQ,MAAM;CACxB;CAEA,SAAS,EAAY,GAAiC;EAErD,AADA,EAAa,EAAI,GACb,KAAS,EAAQ,CAAC;CACvB;CAEA,SAAS,EAAW,GAAiC;EAEpD,AADA,EAAa,EAAK,GACd,KAAQ,EAAO,CAAC;CACrB;CAuBA,OArBI,MAAS,WAEX,kBAAC,SAAD;EACC,OAAO,EAAE,SAAS,OAAO;EACzB,UAAA;EACA,MAAK;EACL,KAAK;EACL,GAAI;CACJ,CAAA,IAcF,kBAAC,GAAD;EACO;EACC;EACO;EACd,WAAW;EACG;EACO;EACR;YAEb,kBAAC,WAAD;GACQ;GACA;GACP,SAAS;GACE,WAAA,cAvBI,IAAS,cAAc,GAOC,GAFpB,IAAW,aAAa,GAEa,GANzC,IAAS,cAAc,GAM+B,GAAG,EAAQ,GAAG,EAAK,GAJ3E,KAAc,KAAY,IAAY,YAAY,GAIoC,GALtF,IAAU,YAAY,GAK2E,GAHjG,IAAY,YAAY;aAetC;IAMC,kBAAC,GAAD;KAAwB;KAAU,MAAM;KAAQ,WAAU;IAAU,CAAA;IAEpE,kBAAC,GAAD;KACC,MAAM;KACI;KACV,WAAU;KACV,MAAM;IACN,CAAA;IAED,kBAAC,GAAD;KAAc,MAAM,CAAC;KAAW,MAAM;KAAoB;IAAW,CAAA;IAErE,kBAAC,SAAD;KACC,UAAU;KACA;KACV,KAAK;KACL,SAAS;KACT,QAAQ;KACF;KACN,IAAI;KACE;KACN,aAAa,KAAa,KAAuB;KACjD,OAAO,IAAa,KAAA,IAAY;KAChC,GAAI;IACJ,CAAA;IAED,kBAAC,GAAD;KAAc,MAAM,CAAC;KAAW,MAAM;KAAqB;IAAW,CAAA;IAEtE,kBAAC,GAAD;KACC,MAAM;KACI;KACV,WAAU;KACV,MAAM;IACN,CAAA;IAED,kBAAC,GAAD;KAAwB;KAAU,MAAM;KAAQ,WAAU;IAAU,CAAA;GAC5D;;CACK,CAAA;AAEjB"}
@@ -0,0 +1 @@
1
+ @layer arkyn{.arkynInput{border:1px solid #0000;border-radius:8px;outline:1px solid #0000;align-items:center;gap:8px;width:100%;padding:0 16px;display:flex;position:relative}.arkynInput:hover{cursor:text}.arkynInput input{width:100%;color:var(--text-heading,#09090b);background:0 0;border:none;outline:none;line-height:100%}.arkynInput input:disabled{-webkit-user-select:none;user-select:none}.arkynInput .prefix,.arkynInput .suffix{color:var(--text-body,#52525b);background:var(--border,#e2e8f0);justify-content:center;align-items:center;font-weight:400;line-height:100%;display:flex;position:absolute}.arkynInput .prefix{border-right:1px solid var(--border,#e2e8f0);border-radius:7px 0 0 7px;top:0;bottom:0;left:0}.arkynInput .suffix{border-left:1px solid var(--border,#e2e8f0);border-radius:0 7px 7px 0;top:0;bottom:0;right:0}.arkynInput input::placeholder{color:var(--text-muted,#a1a1aa);line-height:100%}.arkynInput svg{color:var(--text-muted,#a1a1aa)}.arkynInput.errored svg{color:rgb(var(--spotlight-danger,244, 63, 94))}.arkynInput:not(.opacity).focused svg{color:rgb(var(--spotlight-primary,17, 109, 220))}.arkynInput.opacity{opacity:.5}.arkynInput.solid{border-color:var(--border,#e2e8f0);background-color:var(--input-background,#fafafa)}.arkynInput.solid.errored{border-color:rgb(var(--spotlight-danger,244, 63, 94));outline-color:rgb(var(--spotlight-danger,244, 63, 94))}.arkynInput:not(.opacity).solid.focused{border-color:rgb(var(--spotlight-primary,17, 109, 220));outline-color:rgb(var(--spotlight-primary,17, 109, 220))}.arkynInput.outline{border-color:var(--border,#e2e8f0);background-color:var(--background-foreground,#fff)}.arkynInput.outline.errored{border-color:rgb(var(--spotlight-danger,244, 63, 94));outline-color:rgb(var(--spotlight-danger,244, 63, 94))}.arkynInput:not(.opacity).outline.focused{border-color:rgb(var(--spotlight-primary,17, 109, 220));outline-color:rgb(var(--spotlight-primary,17, 109, 220))}.arkynInput.underline{border-top:none;border-left:none;border-right:none;border-color:var(--border,#e2e8f0);border-radius:0;outline:none}.arkynInput.underline .suffix,.arkynInput.underline .prefix{display:none}.arkynInput.underline:before{content:" ";background:0 0;height:1px;position:absolute;bottom:-2px;left:0;right:0}.arkynInput.underline.errored{border-color:rgb(var(--spotlight-danger,244, 63, 94))}.arkynInput.underline.errored:before{background:rgb(var(--spotlight-danger,244, 63, 94))}.arkynInput:not(.opacity).underline.focused{border-color:rgb(var(--spotlight-primary,17, 109, 220))}.arkynInput:not(.opacity).underline.focused:before{background:rgb(var(--spotlight-primary,17, 109, 220))}.arkynInput.md input{min-height:38px;max-height:38px;font-size:14px;font-weight:400;line-height:14px}.arkynInput.md input::placeholder{font-size:14px;font-weight:400;line-height:14px}.arkynInput.md.hasPrefix{padding-left:60px}.arkynInput.md.hasSuffix{padding-right:60px}.arkynInput.md .prefix,.arkynInput.md .suffix{width:44px;height:38px;font-size:14px}.arkynInput.lg input{min-height:44px;max-height:44px;font-size:16px;font-weight:400;line-height:16px}.arkynInput.lg input::placeholder{font-size:16px;font-weight:400;line-height:16px}.arkynInput.lg .prefix,.arkynInput.lg .suffix{width:48px;height:44px;font-size:16px}.arkynInput.lg.hasPrefix{padding-left:64px}.arkynInput.lg.hasSuffix{padding-right:64px}.arkynInput .spinner{animation:2s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}}
@@ -0,0 +1,7 @@
1
+ @layer arkyn{.arkynInput{border:1px solid #0000;border-radius:8px;outline:1px solid #0000;align-items:center;gap:8px;width:100%;padding:0 16px;display:flex;position:relative}.arkynInput:hover{cursor:text}.arkynInput input{width:100%;color:var(--text-heading,#09090b);background:0 0;border:none;outline:none;line-height:100%}.arkynInput input:disabled{-webkit-user-select:none;user-select:none}.arkynInput .prefix,.arkynInput .suffix{color:var(--text-body,#52525b);background:var(--border,#e2e8f0);justify-content:center;align-items:center;font-weight:400;line-height:100%;display:flex;position:absolute}.arkynInput .prefix{border-right:1px solid var(--border,#e2e8f0);border-radius:7px 0 0 7px;top:0;bottom:0;left:0}.arkynInput .suffix{border-left:1px solid var(--border,#e2e8f0);border-radius:0 7px 7px 0;top:0;bottom:0;right:0}.arkynInput input::placeholder{color:var(--text-muted,#a1a1aa);line-height:100%}.arkynInput svg{color:var(--text-muted,#a1a1aa)}.arkynInput.errored svg{color:rgb(var(--spotlight-danger,244, 63, 94))}.arkynInput:not(.opacity).focused svg{color:rgb(var(--spotlight-primary,17, 109, 220))}.arkynInput.opacity{opacity:.5}.arkynInput.solid{border-color:var(--border,#e2e8f0);background-color:var(--input-background,#fafafa)}.arkynInput.solid.errored{border-color:rgb(var(--spotlight-danger,244, 63, 94));outline-color:rgb(var(--spotlight-danger,244, 63, 94))}.arkynInput:not(.opacity).solid.focused{border-color:rgb(var(--spotlight-primary,17, 109, 220));outline-color:rgb(var(--spotlight-primary,17, 109, 220))}.arkynInput.outline{border-color:var(--border,#e2e8f0);background-color:var(--background-foreground,#fff)}.arkynInput.outline.errored{border-color:rgb(var(--spotlight-danger,244, 63, 94));outline-color:rgb(var(--spotlight-danger,244, 63, 94))}.arkynInput:not(.opacity).outline.focused{border-color:rgb(var(--spotlight-primary,17, 109, 220));outline-color:rgb(var(--spotlight-primary,17, 109, 220))}.arkynInput.underline{border-top:none;border-left:none;border-right:none;border-color:var(--border,#e2e8f0);border-radius:0;outline:none}.arkynInput.underline .suffix,.arkynInput.underline .prefix{display:none}.arkynInput.underline:before{content:" ";background:0 0;height:1px;position:absolute;bottom:-2px;left:0;right:0}.arkynInput.underline.errored{border-color:rgb(var(--spotlight-danger,244, 63, 94))}.arkynInput.underline.errored:before{background:rgb(var(--spotlight-danger,244, 63, 94))}.arkynInput:not(.opacity).underline.focused{border-color:rgb(var(--spotlight-primary,17, 109, 220))}.arkynInput:not(.opacity).underline.focused:before{background:rgb(var(--spotlight-primary,17, 109, 220))}.arkynInput.md input{min-height:38px;max-height:38px;font-size:14px;font-weight:400;line-height:14px}.arkynInput.md input::placeholder{font-size:14px;font-weight:400;line-height:14px}.arkynInput.md.hasPrefix{padding-left:60px}.arkynInput.md.hasSuffix{padding-right:60px}.arkynInput.md .prefix,.arkynInput.md .suffix{width:44px;height:38px;font-size:14px}.arkynInput.lg input{min-height:44px;max-height:44px;font-size:16px;font-weight:400;line-height:16px}.arkynInput.lg input::placeholder{font-size:16px;font-weight:400;line-height:16px}.arkynInput.lg .prefix,.arkynInput.lg .suffix{width:48px;height:44px;font-size:16px}.arkynInput.lg.hasPrefix{padding-left:64px}.arkynInput.lg.hasSuffix{padding-right:64px}.arkynInput .spinner{animation:2s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}}
2
+
3
+ @layer arkyn{.arkynFieldError{color:rgb(var(--spotlight-danger,244, 63, 94));font-size:12px;font-weight:600;line-height:12px}}
4
+
5
+ @layer arkyn{.arkynFieldLabel{color:var(--text-body,#52525b);font-size:14px;font-weight:600;line-height:19.07px}.arkynFieldLabel.asteriskTrue:before{content:"* ";text-align:left;color:rgb(var(--spotlight-danger,244, 63, 94));font-size:12px;font-weight:600;line-height:16.34px}}
6
+
7
+ @layer arkyn{.arkynFieldWrapper{gap:6px;height:max-content;display:flex}.arkynFieldWrapper.horizontal{flex-direction:row;align-items:center}.arkynFieldWrapper.horizontalReverse{flex-direction:row-reverse;align-items:center;margin-right:auto}.arkynFieldWrapper.vertical{flex-direction:column;align-items:flex-start}}
@@ -0,0 +1,31 @@
1
+ import { ClientOnly as e } from "../clientOnly.js";
2
+ import { ClientMapView as t } from "./mapView.client.js";
3
+ /* empty css */
4
+ import { jsx as n } from "react/jsx-runtime";
5
+ import { MapPinned as r } from "lucide-react";
6
+ //#region src/components/mapView/index.tsx
7
+ function i({ className: e }) {
8
+ return /* @__PURE__ */ n("div", {
9
+ className: `arkynMapViewPinnedEmpty ${e}`,
10
+ children: /* @__PURE__ */ n(r, {})
11
+ });
12
+ }
13
+ function a(r) {
14
+ let { coordinates: a, zoom: o = 18, accessToken: s, className: c, onMarkerClick: l, ...u } = r;
15
+ if (!a) return /* @__PURE__ */ n(i, { className: c });
16
+ let d = Array.isArray(a) ? a : [a];
17
+ return d.length === 0 ? /* @__PURE__ */ n(i, { className: c }) : /* @__PURE__ */ n(e, {
18
+ fallback: /* @__PURE__ */ n(i, { className: c }),
19
+ children: () => /* @__PURE__ */ n(t, {
20
+ accessToken: s,
21
+ coordinates: d,
22
+ center: d[0],
23
+ onMarkerClick: l,
24
+ ...u
25
+ })
26
+ });
27
+ }
28
+ //#endregion
29
+ export { a as MapView };
30
+
31
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","names":[],"sources":["../../../../src/components/mapView/index.tsx"],"sourcesContent":["import { MapPinned } from \"lucide-react\";\nimport type { HtmlHTMLAttributes, ReactNode } from \"react\";\n\nimport { ClientMapView } from \"./mapView.client\";\nimport \"./styles.css\";\nimport { ClientOnly } from \"../clientOnly\";\n\n/** Data for a single map marker. */\ntype Coordinate = {\n\t/** Latitude of the marker position. */\n\tlat: number;\n\t/** Longitude of the marker position. */\n\tlng: number;\n\t/** Arbitrary data attached to the marker — available in `onMarkerClick`. */\n\t// biome-ignore lint/suspicious/noExplicitAny: intentional\n\tdata?: any;\n\t/** Custom React node rendered inside the marker popup on click. */\n\tpopUp?: ReactNode;\n};\n\ntype MapViewProps = {\n\t/** Mapbox GL public access token from your Mapbox account. Required. */\n\taccessToken: string;\n\t/** Initial zoom level. @default 18 */\n\tzoom?: number;\n\t/** Single coordinate or array of coordinates to display as markers. */\n\tcoordinates?: Coordinate | Coordinate[];\n\t/** Callback fired when the user clicks a marker. Receives the coordinate's data. */\n\tonMarkerClick?: (coordinate: Coordinate) => void;\n} & HtmlHTMLAttributes<HTMLDivElement>;\n\ntype EmptyMapProps = {\n\tclassName?: string;\n};\n\nfunction EmptyMap({ className }: EmptyMapProps) {\n\treturn (\n\t\t<div className={`arkynMapViewPinnedEmpty ${className}`}>\n\t\t\t<MapPinned />\n\t\t</div>\n\t);\n}\n\n/**\n * MapView — interactive Mapbox map with optional click-able markers.\n *\n * Renders client-side only (via `ClientOnly`). Displays a placeholder icon\n * when `coordinates` is absent or empty, or before the component hydrates.\n *\n * @param props.accessToken - Mapbox GL public access token. Required.\n * @param props.zoom - Initial zoom level. Default: 18\n * @param props.coordinates - Marker(s) to display on the map.\n * @param props.onMarkerClick - Callback fired when a marker is clicked.\n *\n * **...Other valid HTML properties for `<div>`**\n *\n * @returns MapView JSX element, or a placeholder icon when no coordinates are provided.\n *\n * @example\n * ```tsx\n * // Single marker\n * <MapView\n * accessToken=\"pk.your-mapbox-token\"\n * coordinates={{ lat: -23.5505, lng: -46.6333 }}\n * />\n *\n * // Multiple markers with popup and click handler\n * <MapView\n * accessToken=\"pk.your-mapbox-token\"\n * zoom={12}\n * coordinates={[\n * { lat: -23.55, lng: -46.63, data: { id: 1 }, popUp: <p>Store A</p> },\n * { lat: -23.56, lng: -46.64, data: { id: 2 }, popUp: <p>Store B</p> },\n * ]}\n * onMarkerClick={(coord) => selectStore(coord.data.id)}\n * />\n * ```\n */\nfunction MapView(props: MapViewProps) {\n\tconst {\n\t\tcoordinates,\n\t\tzoom = 18,\n\t\taccessToken,\n\t\tclassName,\n\t\tonMarkerClick,\n\t\t...rest\n\t} = props;\n\n\tif (!coordinates) return <EmptyMap className={className} />;\n\n\tconst coordArray = Array.isArray(coordinates) ? coordinates : [coordinates];\n\tif (coordArray.length === 0) return <EmptyMap className={className} />;\n\n\treturn (\n\t\t<ClientOnly fallback={<EmptyMap className={className} />}>\n\t\t\t{() => (\n\t\t\t\t<ClientMapView\n\t\t\t\t\taccessToken={accessToken}\n\t\t\t\t\tcoordinates={coordArray}\n\t\t\t\t\tcenter={coordArray[0]}\n\t\t\t\t\tonMarkerClick={onMarkerClick}\n\t\t\t\t\t{...rest}\n\t\t\t\t/>\n\t\t\t)}\n\t\t</ClientOnly>\n\t);\n}\n\nexport { MapView };\n"],"mappings":";;;;;;AAmCA,SAAS,EAAS,EAAE,gBAA4B;CAC/C,OACC,kBAAC,OAAD;EAAK,WAAW,2BAA2B;YAC1C,kBAAC,GAAD,CAAY,CAAA;CACR,CAAA;AAEP;AAqCA,SAAS,EAAQ,GAAqB;CACrC,IAAM,EACL,gBACA,UAAO,IACP,gBACA,cACA,kBACA,GAAG,MACA;CAEJ,IAAI,CAAC,GAAa,OAAO,kBAAC,GAAD,EAAqB,aAAY,CAAA;CAE1D,IAAM,IAAa,MAAM,QAAQ,CAAW,IAAI,IAAc,CAAC,CAAW;CAG1E,OAFI,EAAW,WAAW,IAAU,kBAAC,GAAD,EAAqB,aAAY,CAAA,IAGpE,kBAAC,GAAD;EAAY,UAAU,kBAAC,GAAD,EAAqB,aAAY,CAAA;kBAErD,kBAAC,GAAD;GACc;GACb,aAAa;GACb,QAAQ,EAAW;GACJ;GACf,GAAI;EACJ,CAAA;CAES,CAAA;AAEd"}
@@ -0,0 +1,58 @@
1
+ /* empty css */
2
+ import { useEffect as e, useRef as t } from "react";
3
+ import { jsx as n } from "react/jsx-runtime";
4
+ import r from "mapbox-gl";
5
+ import { createRoot as i } from "react-dom/client";
6
+ //#region src/components/mapView/mapView.client.tsx
7
+ function a({ center: a, coordinates: o, onMarkerClick: s, accessToken: c, ...l }) {
8
+ let u = t(null), d = t(null), f = a || o[0];
9
+ return e(() => (r.accessToken = c, u.current = new r.Map({
10
+ container: d.current,
11
+ style: "mapbox://styles/mapbox/light-v11",
12
+ center: [f.lng, f.lat],
13
+ zoom: 13,
14
+ language: "pt-BR"
15
+ }), o.forEach((e) => {
16
+ let { lat: t, lng: n, popUp: a } = e, o = document.createElement("img");
17
+ o.className = "arkynMarker", o.src = "https://i.postimg.cc/mgKggjk7/Pin.png";
18
+ let c = new r.Marker(o).setLngLat([n, t]).addTo(u.current);
19
+ if (a) {
20
+ let e = document.createElement("div");
21
+ i(e).render(a);
22
+ let t = new r.Popup({
23
+ offset: 25,
24
+ closeButton: !1,
25
+ className: "arkynMapViewPopup"
26
+ }).setDOMContent(e);
27
+ c.setPopup(t);
28
+ }
29
+ o.addEventListener("click", () => {
30
+ s && s(e), u.current?.flyTo({
31
+ center: [n, t],
32
+ zoom: 15,
33
+ duration: 1200
34
+ }), c.togglePopup();
35
+ });
36
+ }), () => {
37
+ u.current?.remove();
38
+ }), [
39
+ f.lat,
40
+ s,
41
+ o.forEach,
42
+ f.lng,
43
+ c
44
+ ]), /* @__PURE__ */ n("div", {
45
+ id: "map-container",
46
+ ref: d,
47
+ style: {
48
+ height: "100%",
49
+ width: "100%",
50
+ borderRadius: "8px"
51
+ },
52
+ ...l
53
+ });
54
+ }
55
+ //#endregion
56
+ export { a as ClientMapView };
57
+
58
+ //# sourceMappingURL=mapView.client.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mapView.client.js","names":[],"sources":["../../../../src/components/mapView/mapView.client.tsx"],"sourcesContent":["import mapBoxGl, { type Map as MapboxMap } from \"mapbox-gl\";\nimport { createRoot } from \"react-dom/client\";\nimport \"./mapbox.css\";\nimport {\n\ttype HtmlHTMLAttributes,\n\ttype ReactNode,\n\tuseEffect,\n\tuseRef,\n} from \"react\";\n\ntype Coordinate = {\n\tlat: number;\n\tlng: number;\n\t// biome-ignore lint/suspicious/noExplicitAny: intentional\n\tdata?: any;\n\tpopUp?: ReactNode;\n};\n\ntype ClientMapViewProps = {\n\tcenter?: Coordinate;\n\tcoordinates: Coordinate[];\n\tonMarkerClick?: (coordinate: Coordinate) => void;\n\taccessToken: string;\n} & HtmlHTMLAttributes<HTMLDivElement>;\n\nfunction ClientMapView({\n\tcenter: rawCenter,\n\tcoordinates,\n\tonMarkerClick,\n\taccessToken,\n\t...rest\n}: ClientMapViewProps) {\n\tconst mapRef = useRef<MapboxMap | null>(null);\n\tconst mapContainerRef = useRef<HTMLDivElement>(null);\n\n\tconst center = rawCenter ? rawCenter : coordinates[0];\n\n\tuseEffect(() => {\n\t\tmapBoxGl.accessToken = accessToken;\n\n\t\tmapRef.current = new mapBoxGl.Map({\n\t\t\tcontainer: mapContainerRef.current as HTMLDivElement,\n\t\t\tstyle: \"mapbox://styles/mapbox/light-v11\",\n\t\t\tcenter: [center.lng, center.lat],\n\t\t\tzoom: 13,\n\t\t\tlanguage: \"pt-BR\",\n\t\t});\n\n\t\tcoordinates.forEach((props) => {\n\t\t\tconst { lat, lng, popUp } = props;\n\t\t\tconst el = document.createElement(\"img\");\n\n\t\t\tel.className = \"arkynMarker\";\n\t\t\tel.src = \"https://i.postimg.cc/mgKggjk7/Pin.png\";\n\n\t\t\tconst marker = new mapBoxGl.Marker(el)\n\t\t\t\t.setLngLat([lng, lat])\n\t\t\t\t.addTo(mapRef.current as MapboxMap);\n\n\t\t\tif (popUp) {\n\t\t\t\tconst popupNode = document.createElement(\"div\");\n\t\t\t\tconst root = createRoot(popupNode);\n\t\t\t\troot.render(popUp);\n\n\t\t\t\tconst popup = new mapBoxGl.Popup({\n\t\t\t\t\toffset: 25,\n\t\t\t\t\tcloseButton: false,\n\t\t\t\t\tclassName: \"arkynMapViewPopup\",\n\t\t\t\t}).setDOMContent(popupNode);\n\n\t\t\t\tmarker.setPopup(popup);\n\t\t\t}\n\n\t\t\tel.addEventListener(\"click\", () => {\n\t\t\t\tif (onMarkerClick) onMarkerClick(props);\n\t\t\t\tmapRef.current?.flyTo({ center: [lng, lat], zoom: 15, duration: 1200 });\n\t\t\t\tmarker.togglePopup();\n\t\t\t});\n\t\t});\n\n\t\treturn () => {\n\t\t\tmapRef.current?.remove();\n\t\t};\n\t}, [center.lat, onMarkerClick, coordinates.forEach, center.lng, accessToken]);\n\n\treturn (\n\t\t<div\n\t\t\tid=\"map-container\"\n\t\t\tref={mapContainerRef}\n\t\t\tstyle={{ height: \"100%\", width: \"100%\", borderRadius: \"8px\" }}\n\t\t\t{...rest}\n\t\t/>\n\t);\n}\n\nexport { ClientMapView };\n"],"mappings":";;;;;;AAyBA,SAAS,EAAc,EACtB,QAAQ,GACR,gBACA,kBACA,gBACA,GAAG,KACmB;CACtB,IAAM,IAAS,EAAyB,IAAI,GACtC,IAAkB,EAAuB,IAAI,GAE7C,IAAS,KAAwB,EAAY;CAkDnD,OAhDA,SACC,EAAS,cAAc,GAEvB,EAAO,UAAU,IAAI,EAAS,IAAI;EACjC,WAAW,EAAgB;EAC3B,OAAO;EACP,QAAQ,CAAC,EAAO,KAAK,EAAO,GAAG;EAC/B,MAAM;EACN,UAAU;CACX,CAAC,GAED,EAAY,SAAS,MAAU;EAC9B,IAAM,EAAE,QAAK,QAAK,aAAU,GACtB,IAAK,SAAS,cAAc,KAAK;EAGvC,AADA,EAAG,YAAY,eACf,EAAG,MAAM;EAET,IAAM,IAAS,IAAI,EAAS,OAAO,CAAE,CAAC,CACpC,UAAU,CAAC,GAAK,CAAG,CAAC,CAAC,CACrB,MAAM,EAAO,OAAoB;EAEnC,IAAI,GAAO;GACV,IAAM,IAAY,SAAS,cAAc,KAAK;GAE9C,EADwB,CACxB,CAAA,CAAK,OAAO,CAAK;GAEjB,IAAM,IAAQ,IAAI,EAAS,MAAM;IAChC,QAAQ;IACR,aAAa;IACb,WAAW;GACZ,CAAC,CAAC,CAAC,cAAc,CAAS;GAE1B,EAAO,SAAS,CAAK;EACtB;EAEA,EAAG,iBAAiB,eAAe;GAGlC,AAFI,KAAe,EAAc,CAAK,GACtC,EAAO,SAAS,MAAM;IAAE,QAAQ,CAAC,GAAK,CAAG;IAAG,MAAM;IAAI,UAAU;GAAK,CAAC,GACtE,EAAO,YAAY;EACpB,CAAC;CACF,CAAC,SAEY;EACZ,EAAO,SAAS,OAAO;CACxB,IACE;EAAC,EAAO;EAAK;EAAe,EAAY;EAAS,EAAO;EAAK;CAAW,CAAC,GAG3E,kBAAC,OAAD;EACC,IAAG;EACH,KAAK;EACL,OAAO;GAAE,QAAQ;GAAQ,OAAO;GAAQ,cAAc;EAAM;EAC5D,GAAI;CACJ,CAAA;AAEH"}
@@ -0,0 +1 @@
1
+ @layer arkyn{.mapboxgl-map{-webkit-tap-highlight-color:#0000;font:12px/20px Helvetica Neue,Arial,Helvetica,sans-serif;position:relative;overflow:hidden}.mapboxgl-canvas{position:absolute;top:0;left:0}.mapboxgl-map:-webkit-full-screen{width:100%;height:100%}.mapboxgl-canary{background-color:salmon}.mapboxgl-canvas-container.mapboxgl-interactive,.mapboxgl-ctrl-group button.mapboxgl-ctrl-compass{cursor:grab;-webkit-user-select:none;user-select:none}.mapboxgl-canvas-container.mapboxgl-interactive.mapboxgl-track-pointer{cursor:pointer}.mapboxgl-canvas-container.mapboxgl-interactive:active,.mapboxgl-ctrl-group button.mapboxgl-ctrl-compass:active{cursor:grabbing}.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate,.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate .mapboxgl-canvas{touch-action:pan-x pan-y}.mapboxgl-canvas-container.mapboxgl-touch-drag-pan,.mapboxgl-canvas-container.mapboxgl-touch-drag-pan .mapboxgl-canvas{touch-action:pinch-zoom}.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan,.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan .mapboxgl-canvas{touch-action:none}.mapboxgl-ctrl-bottom,.mapboxgl-ctrl-bottom-left,.mapboxgl-ctrl-bottom-right,.mapboxgl-ctrl-left,.mapboxgl-ctrl-right,.mapboxgl-ctrl-top,.mapboxgl-ctrl-top-left,.mapboxgl-ctrl-top-right{pointer-events:none;z-index:2;position:absolute}.mapboxgl-ctrl-top-left{top:0;left:0}.mapboxgl-ctrl-top{top:0;left:50%;transform:translate(-50%)}.mapboxgl-ctrl-top-right{top:0;right:0}.mapboxgl-ctrl-right{top:50%;right:0;transform:translateY(-50%)}.mapboxgl-ctrl-bottom-right{bottom:0;right:0}.mapboxgl-ctrl-bottom{bottom:0;left:50%;transform:translate(-50%)}.mapboxgl-ctrl-bottom-left{bottom:0;left:0}.mapboxgl-ctrl-left{top:50%;left:0;transform:translateY(-50%)}.mapboxgl-ctrl{clear:both;pointer-events:auto;transform:translate(0)}.mapboxgl-ctrl-top-left .mapboxgl-ctrl{float:left;margin:10px 0 0 10px}.mapboxgl-ctrl-top .mapboxgl-ctrl{float:left;margin:10px 0}.mapboxgl-ctrl-top-right .mapboxgl-ctrl{float:right;margin:10px 10px 0 0}.mapboxgl-ctrl-bottom-right .mapboxgl-ctrl,.mapboxgl-ctrl-right .mapboxgl-ctrl{float:right;margin:0 10px 10px 0}.mapboxgl-ctrl-bottom .mapboxgl-ctrl{float:left;margin:10px 0}.mapboxgl-ctrl-bottom-left .mapboxgl-ctrl,.mapboxgl-ctrl-left .mapboxgl-ctrl{float:left;margin:0 0 10px 10px}.mapboxgl-ctrl-group{background:#fff;border-radius:4px}.mapboxgl-ctrl-group:not(:empty){box-shadow:0 0 0 2px #0000001a}@media (-ms-high-contrast:active){.mapboxgl-ctrl-group:not(:empty){box-shadow:0 0 0 2px buttontext}}.mapboxgl-ctrl-group button{background-color:initial;box-sizing:border-box;cursor:pointer;border:0;outline:none;width:32px;height:32px;padding:0;display:block;overflow:hidden}.mapboxgl-ctrl-group button+button{border-top:1px solid #ddd}.mapboxgl-ctrl button .mapboxgl-ctrl-icon{background-position:50%;background-repeat:no-repeat;width:100%;height:100%;display:block}@media (-ms-high-contrast:active){.mapboxgl-ctrl-icon{background-color:initial}.mapboxgl-ctrl-group button+button{border-top:1px solid buttontext}}.mapboxgl-ctrl-attrib-button:focus,.mapboxgl-ctrl-group button:focus{box-shadow:0 0 2px 2px #0096ff}.mapboxgl-ctrl button:disabled{cursor:not-allowed}.mapboxgl-ctrl button:disabled .mapboxgl-ctrl-icon{opacity:.25}.mapboxgl-ctrl-group button:first-child{border-radius:4px 4px 0 0}.mapboxgl-ctrl-group button:last-child{border-radius:0 0 4px 4px}.mapboxgl-ctrl-group button:only-child{border-radius:inherit}.mapboxgl-ctrl button:not(:disabled):hover{background-color:#eee}.mapboxgl-ctrl-group button:focus:focus-visible{box-shadow:0 0 2px 2px #0096ff}.mapboxgl-ctrl-group button:focus:not(:focus-visible){box-shadow:none}.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E%3C/svg%3E")}@media (-ms-high-contrast:active){.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E%3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E%3C/svg%3E")}}.mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E")}@media (-ms-high-contrast:active){.mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){.mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E")}}.mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E%3Cpath id='south' d='M10.5 16l4 8 4-8h-8z' fill='%23ccc'/%3E%3C/svg%3E")}@media (-ms-high-contrast:active){.mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E%3Cpath id='south' d='M10.5 16l4 8 4-8h-8z' fill='%23999'/%3E%3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){.mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 29 29'%3E%3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E%3Cpath id='south' d='M10.5 16l4 8 4-8h-8z' fill='%23ccc'/%3E%3C/svg%3E")}}.mapboxgl-ctrl button.mapboxgl-ctrl-arrow-up .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%23333' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.29289 11.7071C4.68342 12.0976 5.31658 12.0976 5.70711 11.7071L9 8.41421L12.2929 11.7071C12.6834 12.0976 13.3166 12.0976 13.7071 11.7071C14.0976 11.3166 14.0976 10.6834 13.7071 10.2929L9.70711 6.29289C9.31658 5.90237 8.68342 5.90237 8.29289 6.29289L4.29289 10.2929C3.90237 10.6834 3.90237 11.3166 4.29289 11.7071Z' fill='%23333333'/%3E%3C/svg%3E");background-size:18px 18px}.mapboxgl-ctrl button.mapboxgl-ctrl-arrow-down .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%23333' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.29289 6.29289C4.68342 5.90237 5.31658 5.90237 5.70711 6.29289L9 9.58579L12.2929 6.29289C12.6834 5.90237 13.3166 5.90237 13.7071 6.29289C14.0976 6.68342 14.0976 7.31658 13.7071 7.70711L9.70711 11.7071C9.31658 12.0976 8.68342 12.0976 8.29289 11.7071L4.29289 7.70711C3.90237 7.31658 3.90237 6.68342 4.29289 6.29289Z' fill='%23333333'/%3E%3C/svg%3E");background-size:18px 18px}.mapboxgl-ctrl button.mapboxgl-ctrl-indoor-toggle .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%23333' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath d='M4.0017 3.0017L4.0017 15.0017L10.0017 15.0017V12.0017H12.0017V15.0017H14.0017L14.0017 3.0017C14.0097 2.86829 13.9894 2.73469 13.9419 2.60973C13.8945 2.48477 13.8211 2.37129 13.7266 2.27678C13.6321 2.18228 13.5186 2.10889 13.3937 2.06147C13.2687 2.01405 13.1351 1.99368 13.0017 2.0017L5.0017 2.0017C4.86829 1.99368 4.73469 2.01405 4.60973 2.06147C4.48477 2.10889 4.37129 2.18228 4.27678 2.27678C4.18228 2.37129 4.10889 2.48477 4.06147 2.60973C4.01405 2.73469 3.99368 2.86829 4.0017 3.0017ZM8.0017 14.0017H6.0017V12.0017H8.0017V14.0017ZM8.0017 10.0017H6.0017L6.0017 8.0017H8.0017V10.0017ZM8.0017 6.0017L6.0017 6.0017V4.0017H8.0017V6.0017ZM12.0017 10.0017H10.0017V8.0017H12.0017V10.0017ZM12.0017 6.0017H10.0017V4.0017L12.0017 4.0017V6.0017Z' fill='%23333333'/%3E%3C/svg%3E");background-size:18px 18px}@media (-ms-high-contrast:active){.mapboxgl-ctrl button.mapboxgl-ctrl-indoor-toggle .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%23fff' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath d='M4.0017 3.0017L4.0017 15.0017L10.0017 15.0017V12.0017H12.0017V15.0017H14.0017L14.0017 3.0017C14.0097 2.86829 13.9894 2.73469 13.9419 2.60973C13.8945 2.48477 13.8211 2.37129 13.7266 2.27678C13.6321 2.18228 13.5186 2.10889 13.3937 2.06147C13.2687 2.01405 13.1351 1.99368 13.0017 2.0017L5.0017 2.0017C4.86829 1.99368 4.73469 2.01405 4.60973 2.06147C4.48477 2.10889 4.37129 2.18228 4.27678 2.27678C4.18228 2.37129 4.10889 2.48477 4.06147 2.60973C4.01405 2.73469 3.99368 2.86829 4.0017 3.0017ZM8.0017 14.0017H6.0017V12.0017H8.0017V14.0017ZM8.0017 10.0017H6.0017L6.0017 8.0017H8.0017V10.0017ZM8.0017 6.0017L6.0017 6.0017V4.0017H8.0017V6.0017ZM12.0017 10.0017H10.0017V8.0017H12.0017V10.0017ZM12.0017 6.0017H10.0017V4.0017L12.0017 4.0017V6.0017Z' fill='%23333333'/%3E%3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){.mapboxgl-ctrl button.mapboxgl-ctrl-indoor-toggle .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%23000' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath d='M4.0017 3.0017L4.0017 15.0017L10.0017 15.0017V12.0017H12.0017V15.0017H14.0017L14.0017 3.0017C14.0097 2.86829 13.9894 2.73469 13.9419 2.60973C13.8945 2.48477 13.8211 2.37129 13.7266 2.27678C13.6321 2.18228 13.5186 2.10889 13.3937 2.06147C13.2687 2.01405 13.1351 1.99368 13.0017 2.0017L5.0017 2.0017C4.86829 1.99368 4.73469 2.01405 4.60973 2.06147C4.48477 2.10889 4.37129 2.18228 4.27678 2.27678C4.18228 2.37129 4.10889 2.48477 4.06147 2.60973C4.01405 2.73469 3.99368 2.86829 4.0017 3.0017ZM8.0017 14.0017H6.0017V12.0017H8.0017V14.0017ZM8.0017 10.0017H6.0017L6.0017 8.0017H8.0017V10.0017ZM8.0017 6.0017L6.0017 6.0017V4.0017H8.0017V6.0017ZM12.0017 10.0017H10.0017V8.0017H12.0017V10.0017ZM12.0017 6.0017H10.0017V4.0017L12.0017 4.0017V6.0017Z' fill='%23333333'/%3E%3C/svg%3E")}}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23aaa'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' fill='%23f00'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e58978'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2' display='none'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e54e33'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2' display='none'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-waiting .mapboxgl-ctrl-icon{animation:2s linear infinite mapboxgl-spin}@media (-ms-high-contrast:active){.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23999'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' fill='%23f00'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e58978'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2' display='none'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e54e33'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2' display='none'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23000'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23666'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' fill='%23f00'/%3E%3C/svg%3E")}}@keyframes mapboxgl-spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}a.mapboxgl-ctrl-logo{cursor:pointer;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd' viewBox='0 0 88 23'%3E%3Cdefs%3E%3Cpath id='logo' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 013.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E%3Cpath id='text' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 00-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 004.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 01-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 01.3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 01-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E%3C/defs%3E%3Cmask id='clip'%3E%3Crect x='0' y='0' width='100%25' height='100%25' fill='white'/%3E%3Cuse xlink:href='%23logo'/%3E%3Cuse xlink:href='%23text'/%3E%3C/mask%3E%3Cg id='outline' opacity='0.3' stroke='%23000' stroke-width='3'%3E%3Ccircle mask='url(%23clip)' cx='11.5' cy='11.5' r='9.25'/%3E%3Cuse xlink:href='%23text' mask='url(%23clip)'/%3E%3C/g%3E%3Cg id='fill' opacity='0.9' fill='%23fff'%3E%3Cuse xlink:href='%23logo'/%3E%3Cuse xlink:href='%23text'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;width:88px;height:23px;margin:0 0 -4px -4px;display:block;overflow:hidden}a.mapboxgl-ctrl-logo.mapboxgl-compact{width:23px}@media (-ms-high-contrast:active){a.mapboxgl-ctrl-logo{background-color:initial;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd' viewBox='0 0 88 23'%3E%3Cdefs%3E%3Cpath id='logo' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 013.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E%3Cpath id='text' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 00-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 004.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 01-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 01.3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 01-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E%3C/defs%3E%3Cmask id='clip'%3E%3Crect x='0' y='0' width='100%25' height='100%25' fill='white'/%3E%3Cuse xlink:href='%23logo'/%3E%3Cuse xlink:href='%23text'/%3E%3C/mask%3E%3Cg id='outline' opacity='1' stroke='%23000' stroke-width='3'%3E%3Ccircle mask='url(%23clip)' cx='11.5' cy='11.5' r='9.25'/%3E%3Cuse xlink:href='%23text' mask='url(%23clip)'/%3E%3C/g%3E%3Cg id='fill' opacity='1' fill='%23fff'%3E%3Cuse xlink:href='%23logo'/%3E%3Cuse xlink:href='%23text'/%3E%3C/g%3E%3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){a.mapboxgl-ctrl-logo{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd' viewBox='0 0 88 23'%3E%3Cdefs%3E%3Cpath id='logo' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 013.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E%3Cpath id='text' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 00-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 004.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 01-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 01.3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 01-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E%3C/defs%3E%3Cmask id='clip'%3E%3Crect x='0' y='0' width='100%25' height='100%25' fill='white'/%3E%3Cuse xlink:href='%23logo'/%3E%3Cuse xlink:href='%23text'/%3E%3C/mask%3E%3Cg id='outline' opacity='1' stroke='%23fff' stroke-width='3' fill='%23fff'%3E%3Ccircle mask='url(%23clip)' cx='11.5' cy='11.5' r='9.25'/%3E%3Cuse xlink:href='%23text' mask='url(%23clip)'/%3E%3C/g%3E%3Cg id='fill' opacity='1' fill='%23000'%3E%3Cuse xlink:href='%23logo'/%3E%3Cuse xlink:href='%23text'/%3E%3C/g%3E%3C/svg%3E")}}.mapboxgl-ctrl.mapboxgl-ctrl-attrib{background-color:#ffffff80;margin:0;padding:0 5px}@media screen{.mapboxgl-ctrl-attrib.mapboxgl-compact{box-sizing:initial;background-color:#fff;border-radius:12px;min-height:20px;margin:10px;padding:2px 24px 2px 0;position:relative}.mapboxgl-ctrl-attrib.mapboxgl-compact-show{visibility:visible;padding:2px 28px 2px 8px}.mapboxgl-ctrl-bottom-left>.mapboxgl-ctrl-attrib.mapboxgl-compact-show,.mapboxgl-ctrl-left>.mapboxgl-ctrl-attrib.mapboxgl-compact-show,.mapboxgl-ctrl-top-left>.mapboxgl-ctrl-attrib.mapboxgl-compact-show{border-radius:12px;padding:2px 8px 2px 28px}.mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ctrl-attrib-inner{display:none}.mapboxgl-ctrl-attrib-button{box-sizing:border-box;cursor:pointer;background-color:#ffffff80;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E");border:0;border-radius:12px;outline:none;width:24px;height:24px;display:none;position:absolute;top:0;right:0}.mapboxgl-ctrl-bottom-left .mapboxgl-ctrl-attrib-button,.mapboxgl-ctrl-left .mapboxgl-ctrl-attrib-button,.mapboxgl-ctrl-top-left .mapboxgl-ctrl-attrib-button{left:0}.mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ctrl-attrib-button,.mapboxgl-ctrl-attrib.mapboxgl-compact-show .mapboxgl-ctrl-attrib-inner{display:block}.mapboxgl-ctrl-attrib.mapboxgl-compact-show .mapboxgl-ctrl-attrib-button{background-color:#0000000d}.mapboxgl-ctrl-bottom-right>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{bottom:0;right:0}.mapboxgl-ctrl-right>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{right:0}.mapboxgl-ctrl-top-right>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{top:0;right:0}.mapboxgl-ctrl-top-left>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{top:0;left:0}.mapboxgl-ctrl-bottom-left>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{bottom:0;left:0}.mapboxgl-ctrl-left>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{left:0}}@media screen and (-ms-high-contrast:active){.mapboxgl-ctrl-attrib.mapboxgl-compact:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' fill='%23fff'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E")}}@media screen and (-ms-high-contrast:black-on-white){.mapboxgl-ctrl-attrib.mapboxgl-compact:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E")}}.mapboxgl-ctrl-attrib a{color:#000000bf;text-decoration:none}.mapboxgl-ctrl-attrib a:hover{color:inherit;text-decoration:underline}.mapboxgl-ctrl-attrib .mapbox-improve-map{margin-left:2px;font-weight:700}.mapboxgl-attrib-empty{display:none}.mapboxgl-ctrl-scale{box-sizing:border-box;color:#333;white-space:nowrap;background-color:#ffffffbf;border:2px solid #333;border-top:#333;padding:0 5px;font-size:10px}.mapboxgl-popup{pointer-events:none;will-change:transform;display:flex;position:absolute;top:0;left:0}.mapboxgl-popup-anchor-top,.mapboxgl-popup-anchor-top-left,.mapboxgl-popup-anchor-top-right{flex-direction:column}.mapboxgl-popup-anchor-bottom,.mapboxgl-popup-anchor-bottom-left,.mapboxgl-popup-anchor-bottom-right{flex-direction:column-reverse}.mapboxgl-popup-anchor-left{flex-direction:row}.mapboxgl-popup-anchor-right{flex-direction:row-reverse}.mapboxgl-popup-tip{z-index:1;border:10px solid #0000;width:0;height:0}.mapboxgl-popup-anchor-top .mapboxgl-popup-tip{border-top:none;border-bottom-color:#fff;align-self:center}.mapboxgl-popup-anchor-top-left .mapboxgl-popup-tip{border-top:none;border-bottom-color:#fff;border-left:none;align-self:flex-start}.mapboxgl-popup-anchor-top-right .mapboxgl-popup-tip{border-top:none;border-bottom-color:#fff;border-right:none;align-self:flex-end}.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip{border-top-color:#fff;border-bottom:none;align-self:center}.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-tip{border-top-color:#fff;border-bottom:none;border-left:none;align-self:flex-start}.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-tip{border-top-color:#fff;border-bottom:none;border-right:none;align-self:flex-end}.mapboxgl-popup-anchor-left .mapboxgl-popup-tip{border-left:none;border-right-color:#fff;align-self:center}.mapboxgl-popup-anchor-right .mapboxgl-popup-tip{border-left-color:#fff;border-right:none;align-self:center}.mapboxgl-popup-close-button{background-color:initial;cursor:pointer;border:0;border-radius:0 3px 0 0;position:absolute;top:0;right:0}.mapboxgl-popup-close-button:hover{background-color:#eee}.mapboxgl-popup-content{pointer-events:auto;background:#fff;border-radius:3px;padding:10px 10px 15px;position:relative;box-shadow:0 1px 2px #0000001a}.mapboxgl-popup-anchor-top-left .mapboxgl-popup-content{border-top-left-radius:0}.mapboxgl-popup-anchor-top-right .mapboxgl-popup-content{border-top-right-radius:0}.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-content{border-bottom-left-radius:0}.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-content{border-bottom-right-radius:0}.mapboxgl-popup-track-pointer{display:none}.mapboxgl-popup-track-pointer *{pointer-events:none;-webkit-user-select:none;user-select:none}.mapboxgl-map:hover .mapboxgl-popup-track-pointer{display:flex}.mapboxgl-map:active .mapboxgl-popup-track-pointer{display:none}.mapboxgl-marker{opacity:1;will-change:transform;transition:opacity .2s;position:absolute;top:0;left:0}.mapboxgl-user-location-dot,.mapboxgl-user-location-dot:before{background-color:#1da1f2;border-radius:50%;width:15px;height:15px}.mapboxgl-user-location-dot:before{content:"";animation:2s infinite mapboxgl-user-location-dot-pulse;position:absolute}.mapboxgl-user-location-dot:after{box-sizing:border-box;content:"";border:2px solid #fff;border-radius:50%;width:19px;height:19px;position:absolute;top:-2px;left:-2px;box-shadow:0 0 3px #00000059}.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading{width:0;height:0}.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:after,.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:before{content:"";border-bottom:7.5px solid #4aa1eb;position:absolute}.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:before{border-left:7.5px solid #0000;transform:translateY(-28px)skewY(-20deg)}.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:after{border-right:7.5px solid #0000;transform:translate(7.5px,-28px)skewY(20deg)}@keyframes mapboxgl-user-location-dot-pulse{0%{opacity:1;transform:scale(1)}70%{opacity:0;transform:scale(3)}to{opacity:0;transform:scale(1)}}.mapboxgl-user-location-dot-stale{background-color:#aaa}.mapboxgl-user-location-dot-stale:after{display:none}.mapboxgl-user-location-accuracy-circle{background-color:#1da1f233;border-radius:100%;width:1px;height:1px}.mapboxgl-crosshair,.mapboxgl-crosshair .mapboxgl-interactive,.mapboxgl-crosshair .mapboxgl-interactive:active{cursor:crosshair}.mapboxgl-boxzoom{opacity:.5;background:#fff;border:2px dotted #202020;width:0;height:0;position:absolute;top:0;left:0}@media print{.mapbox-improve-map{display:none}}.mapboxgl-scroll-zoom-blocker,.mapboxgl-touch-pan-blocker{color:#fff;opacity:0;pointer-events:none;text-align:center;background:#000000b3;justify-content:center;align-items:center;width:100%;height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;transition:opacity .75s ease-in-out 1s;display:flex;position:absolute;top:0;left:0}.mapboxgl-scroll-zoom-blocker-show,.mapboxgl-touch-pan-blocker-show{opacity:1;transition:opacity .1s ease-in-out}.mapboxgl-canvas-container.mapboxgl-touch-pan-blocker-override.mapboxgl-scrollable-page,.mapboxgl-canvas-container.mapboxgl-touch-pan-blocker-override.mapboxgl-scrollable-page .mapboxgl-canvas{touch-action:pan-x pan-y}.mapboxgl-ctrl button.mapboxgl-ctrl-level-button{text-align:center;font-size:16px;font-weight:700}.mapboxgl-ctrl button.mapboxgl-ctrl-level-button-selected{color:#000;background-color:#ccc}.mapboxgl-ctrl button.mapboxgl-ctrl-level-button-selected:hover{background-color:#ccc}}
@@ -0,0 +1 @@
1
+ @layer arkyn{.arkynMapViewPinnedEmpty{border:2px dashed var(--border,#e2e8f0);background-color:rgba(var(--spotlight-secondary,100, 116, 139), 1);border-radius:8px;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.arkynMapViewPinnedEmpty>svg{width:64px;height:64px;color:var(--text-muted,#a1a1aa);stroke-width:1px}.arkynMapViewPinned{border-radius:8px;width:100%;height:100%;display:flex}.arkynMapViewPinned .gm-style-iw-d{max-height:none;overflow:hidden}.arkynMapViewPinned .gm-style-iw{overflow:visible}.arkynMapViewPinned .gm-ui-hover-effect{display:none}.mapboxgl-popup-content{background-color:#0000;padding:0;box-shadow:0 4px 16px #0003}.mapboxgl-popup-tip{display:none}}
@@ -0,0 +1,104 @@
1
+ import { useForm as e } from "../../hooks/useForm.js";
2
+ import { FieldError as t } from "../fieldError/index.js";
3
+ import { FieldLabel as n } from "../fieldLabel/index.js";
4
+ import { FieldWrapper as r } from "../fieldWrapper/index.js";
5
+ import { IconRenderer as i } from "../../services/iconRenderer.js";
6
+ /* empty css */
7
+ import { forwardRef as a, useId as o, useRef as s, useState as c } from "react";
8
+ import { jsx as l, jsxs as u } from "react/jsx-runtime";
9
+ import { Loader2 as d } from "lucide-react";
10
+ import { InputMask as f } from "@react-input/mask";
11
+ //#region src/components/maskedInput/index.tsx
12
+ var p = a((e, t) => /* @__PURE__ */ l("input", {
13
+ ref: t,
14
+ ...e
15
+ }));
16
+ function m(a) {
17
+ let { name: m, disabled: h, title: g, style: _, variant: v = "solid", separate: y, mask: b, showMask: x, replacement: S, label: C, className: w = "", prefix: T, suffix: E, isLoading: D = !1, leftIcon: O, readOnly: k, onFocus: A, onBlur: j, errorMessage: M, defaultValue: N, showAsterisk: P, rightIcon: F, size: I = "md", id: L, value: R, placeholder: z, ...B } = a, { fieldErrors: V } = e(), [H, U] = c(!1), W = s(null), G = o(), K = L || G, q = M || V?.[m], J = !!q, Y = h || D, X = {
18
+ md: 20,
19
+ lg: 20
20
+ }[I], Z = F ? "right" : "left", Q = Z === "left" && D, $ = Z === "right" && D;
21
+ function ee() {
22
+ Y || !W?.current || (U(!0), W.current.focus());
23
+ }
24
+ function te(e) {
25
+ U(!0), A && A(e);
26
+ }
27
+ function ne(e) {
28
+ U(!1), j && j(e);
29
+ }
30
+ let re = `arkynMaskedInput ${T ? "hasPrefix" : ""} ${E ? "hasSuffix" : ""} ${v} ${I} ${Y || k || D ? "opacity" : ""} ${J ? "errored" : ""} ${H ? "focused" : ""}`;
31
+ return /* @__PURE__ */ u(r, {
32
+ className: w,
33
+ children: [
34
+ C && /* @__PURE__ */ l(n, {
35
+ showAsterisk: P,
36
+ htmlFor: K,
37
+ children: C
38
+ }),
39
+ /* @__PURE__ */ u("section", {
40
+ title: g,
41
+ style: _,
42
+ onClick: ee,
43
+ className: re,
44
+ children: [
45
+ /* @__PURE__ */ l(i, {
46
+ iconSize: X,
47
+ icon: T,
48
+ className: "prefix"
49
+ }),
50
+ /* @__PURE__ */ l(i, {
51
+ show: Q,
52
+ iconSize: X,
53
+ className: "spinner",
54
+ icon: d
55
+ }),
56
+ /* @__PURE__ */ l(i, {
57
+ show: !D,
58
+ icon: O,
59
+ iconSize: X
60
+ }),
61
+ /* @__PURE__ */ l(f, {
62
+ component: p,
63
+ mask: b,
64
+ replacement: S,
65
+ separate: y,
66
+ showMask: x,
67
+ ref: W,
68
+ onFocus: te,
69
+ onBlur: ne,
70
+ disabled: Y,
71
+ readOnly: k,
72
+ id: K,
73
+ name: m,
74
+ defaultValue: N || void 0,
75
+ placeholder: Y && R || z,
76
+ value: Y ? void 0 : R,
77
+ ...B
78
+ }),
79
+ /* @__PURE__ */ l(i, {
80
+ show: !D,
81
+ icon: F,
82
+ iconSize: X
83
+ }),
84
+ /* @__PURE__ */ l(i, {
85
+ show: $,
86
+ iconSize: X,
87
+ className: "spinner",
88
+ icon: d
89
+ }),
90
+ /* @__PURE__ */ l(i, {
91
+ iconSize: X,
92
+ icon: E,
93
+ className: "suffix"
94
+ })
95
+ ]
96
+ }),
97
+ q && /* @__PURE__ */ l(t, { children: q })
98
+ ]
99
+ });
100
+ }
101
+ //#endregion
102
+ export { m as MaskedInput };
103
+
104
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","names":[],"sources":["../../../../src/components/maskedInput/index.tsx"],"sourcesContent":["import { InputMask, type Replacement } from \"@react-input/mask\";\nimport { Loader2, type LucideIcon } from \"lucide-react\";\nimport {\n\ttype FocusEvent,\n\tforwardRef,\n\ttype InputHTMLAttributes,\n\tuseId,\n\tuseRef,\n\tuseState,\n} from \"react\";\n\nimport { useForm } from \"../../hooks/useForm\";\nimport { IconRenderer } from \"../../services/iconRenderer\";\n\nimport { FieldError } from \"../fieldError\";\nimport { FieldLabel } from \"../fieldLabel\";\nimport { FieldWrapper } from \"../fieldWrapper\";\n\nimport \"./style.css\";\n\ntype MaskedInputProps = Omit<\n\tInputHTMLAttributes<HTMLInputElement>,\n\t\"size\" | \"prefix\" | \"name\" | \"type\"\n> & {\n\t/** Field name for form submission. Required. */\n\tname: string;\n\t/**\n\t * Mask pattern string. Use the replacement character as an editable placeholder.\n\t * Example: `\"(__) _____-____\"` for a Brazilian mobile phone number.\n\t * Required.\n\t */\n\tmask: string;\n\t/**\n\t * Character or replacement map that marks editable positions in the mask.\n\t * - String: `\"_\"` — every `_` in the mask becomes editable.\n\t * - Object: `{ _: /\\d/ }` — only accepts digits in those positions.\n\t * Required.\n\t */\n\treplacement: string | Replacement;\n\t/**\n\t * When true, strips mask characters from the underlying value,\n\t * keeping only the user-typed characters.\n\t */\n\tseparate?: boolean;\n\t/** When true, shows the full mask pattern in the input before the user types. */\n\tshowMask?: boolean;\n\t/** Optional label text displayed above the input. */\n\tlabel?: string;\n\t/** Validation error message displayed below the input. */\n\terrorMessage?: string;\n\t/** Shows a spinner and disables the input during async operations. @default false */\n\tisLoading?: boolean;\n\t/**\n\t * Input size.\n\t * @default \"md\"\n\t */\n\tsize?: \"md\" | \"lg\";\n\t/**\n\t * Visual style variant.\n\t * - `solid`: filled background.\n\t * - `outline`: bordered, transparent background.\n\t * - `underline`: bottom border only.\n\t * @default \"solid\"\n\t */\n\tvariant?: \"solid\" | \"outline\" | \"underline\";\n\t/** Text or icon rendered at the far left, outside the input area. */\n\tprefix?: string | LucideIcon;\n\t/** Text or icon rendered at the far right, outside the input area. */\n\tsuffix?: string | LucideIcon;\n\t/** Displays an asterisk on the label to signal a required field. */\n\tshowAsterisk?: boolean;\n\t/** Lucide icon rendered inside the input on the left. */\n\tleftIcon?: LucideIcon;\n\t/** Lucide icon rendered inside the input on the right. */\n\trightIcon?: LucideIcon;\n\t/** Controlled value. */\n\tvalue?: string;\n\t/** Uncontrolled default value. */\n\tdefaultValue?: string;\n};\n\nconst BaseInput = forwardRef<\n\tHTMLInputElement,\n\tInputHTMLAttributes<HTMLInputElement>\n>((props, ref) => {\n\treturn <input ref={ref} {...props} />;\n});\n\n/**\n * MaskedInput — text input with a configurable mask for structured values (phones, CPF, credit cards, etc.).\n *\n * Built on `@react-input/mask`. Integrates with `useForm` to display validation errors by field name.\n *\n * @param props.name - Field name for form submission. Required.\n * @param props.mask - Mask pattern string. Required.\n * @param props.replacement - Character or map that marks editable positions. Required.\n * @param props.separate - Strips mask chars from the value, keeping only typed characters.\n * @param props.showMask - Shows the full mask pattern before the user types.\n * @param props.label - Label text displayed above the input.\n * @param props.errorMessage - Validation error message.\n * @param props.isLoading - Shows a spinner and disables the input. Default: false\n * @param props.size - Input size (`md` | `lg`). Default: \"md\"\n * @param props.variant - Visual style variant. Default: \"solid\"\n * @param props.prefix - Text or icon at the far left.\n * @param props.suffix - Text or icon at the far right.\n * @param props.leftIcon - Lucide icon inside the input on the left.\n * @param props.rightIcon - Lucide icon inside the input on the right.\n * @param props.showAsterisk - Appends `*` to the label.\n *\n * **...Other valid HTML properties for `<input>` (except `type`)**\n *\n * @returns MaskedInput JSX element wrapped in `FieldWrapper`.\n *\n * @example\n * ```tsx\n * // Brazilian mobile phone\n * <MaskedInput\n * name=\"phone\"\n * mask=\"(__) _____-____\"\n * replacement={{ _: /\\d/ }}\n * label=\"Phone\"\n * />\n *\n * // CPF with mask visible and validation\n * <MaskedInput\n * name=\"cpf\"\n * label=\"CPF\"\n * mask=\"___.___.___-__\"\n * replacement=\"_\"\n * showMask\n * showAsterisk\n * errorMessage=\"Invalid CPF\"\n * />\n *\n * // Credit card\n * <MaskedInput\n * name=\"card\"\n * label=\"Credit Card\"\n * mask=\"____ ____ ____ ____\"\n * replacement={{ _: /\\d/ }}\n * leftIcon={CreditCard}\n * />\n * ```\n */\n\nfunction MaskedInput(props: MaskedInputProps) {\n\tconst {\n\t\tname,\n\t\tdisabled,\n\t\ttitle,\n\t\tstyle,\n\t\tvariant = \"solid\",\n\t\tseparate,\n\t\tmask,\n\t\tshowMask,\n\t\treplacement,\n\t\tlabel,\n\t\tclassName: wrapperClassName = \"\",\n\t\tprefix,\n\t\tsuffix,\n\t\tisLoading = false,\n\t\tleftIcon,\n\t\treadOnly,\n\t\tonFocus,\n\t\tonBlur,\n\t\terrorMessage: baseErrorMessage,\n\t\tdefaultValue,\n\t\tshowAsterisk,\n\t\trightIcon,\n\t\tsize = \"md\",\n\t\tid,\n\t\tvalue,\n\t\tplaceholder,\n\t\t...rest\n\t} = props;\n\n\tconst { fieldErrors } = useForm();\n\tconst [isFocused, setIsFocused] = useState(false);\n\tconst inputRef = useRef<HTMLInputElement>(null);\n\tconst generatedId = useId();\n\tconst inputId = id || generatedId;\n\n\tconst errorMessage = baseErrorMessage || fieldErrors?.[name];\n\tconst isError = !!errorMessage;\n\tconst isDisabled = disabled || isLoading;\n\n\tconst iconSizes = { md: 20, lg: 20 };\n\tconst iconSize = iconSizes[size];\n\n\tconst loadingPosition = rightIcon ? \"right\" : \"left\";\n\n\tconst showLeftSpinner = loadingPosition === \"left\" && isLoading;\n\tconst showRightSpinner = loadingPosition === \"right\" && isLoading;\n\n\tfunction handleSectionClick() {\n\t\tif (isDisabled || !inputRef?.current) return;\n\t\tsetIsFocused(true);\n\t\tinputRef.current.focus();\n\t}\n\n\tfunction handleFocus(e: FocusEvent<HTMLInputElement>) {\n\t\tsetIsFocused(true);\n\t\tif (onFocus) onFocus(e);\n\t}\n\n\tfunction handleBlur(e: FocusEvent<HTMLInputElement>) {\n\t\tsetIsFocused(false);\n\t\tif (onBlur) onBlur(e);\n\t}\n\n\tconst hasPrefix = prefix ? \"hasPrefix\" : \"\";\n\tconst hasSuffix = suffix ? \"hasSuffix\" : \"\";\n\tconst errored = isError ? \"errored\" : \"\";\n\tconst opacity = isDisabled || readOnly || isLoading ? \"opacity\" : \"\";\n\tconst focused = isFocused ? \"focused\" : \"\";\n\n\tconst className = `arkynMaskedInput ${hasPrefix} ${hasSuffix} ${variant} ${size} ${opacity} ${errored} ${focused}`;\n\n\treturn (\n\t\t<FieldWrapper className={wrapperClassName}>\n\t\t\t{label && (\n\t\t\t\t<FieldLabel showAsterisk={showAsterisk} htmlFor={inputId}>\n\t\t\t\t\t{label}\n\t\t\t\t</FieldLabel>\n\t\t\t)}\n\n\t\t\t<section\n\t\t\t\ttitle={title}\n\t\t\t\tstyle={style}\n\t\t\t\tonClick={handleSectionClick}\n\t\t\t\tclassName={className}\n\t\t\t>\n\t\t\t\t<IconRenderer iconSize={iconSize} icon={prefix} className=\"prefix\" />\n\n\t\t\t\t<IconRenderer\n\t\t\t\t\tshow={showLeftSpinner}\n\t\t\t\t\ticonSize={iconSize}\n\t\t\t\t\tclassName=\"spinner\"\n\t\t\t\t\ticon={Loader2}\n\t\t\t\t/>\n\n\t\t\t\t<IconRenderer show={!isLoading} icon={leftIcon} iconSize={iconSize} />\n\n\t\t\t\t<InputMask\n\t\t\t\t\tcomponent={BaseInput}\n\t\t\t\t\tmask={mask}\n\t\t\t\t\treplacement={replacement}\n\t\t\t\t\tseparate={separate}\n\t\t\t\t\tshowMask={showMask}\n\t\t\t\t\tref={inputRef}\n\t\t\t\t\tonFocus={handleFocus}\n\t\t\t\t\tonBlur={handleBlur}\n\t\t\t\t\tdisabled={isDisabled}\n\t\t\t\t\treadOnly={readOnly}\n\t\t\t\t\tid={inputId}\n\t\t\t\t\tname={name}\n\t\t\t\t\tdefaultValue={defaultValue || undefined}\n\t\t\t\t\tplaceholder={isDisabled ? value || placeholder : placeholder}\n\t\t\t\t\tvalue={isDisabled ? undefined : value}\n\t\t\t\t\t{...rest}\n\t\t\t\t/>\n\n\t\t\t\t<IconRenderer show={!isLoading} icon={rightIcon} iconSize={iconSize} />\n\n\t\t\t\t<IconRenderer\n\t\t\t\t\tshow={showRightSpinner}\n\t\t\t\t\ticonSize={iconSize}\n\t\t\t\t\tclassName=\"spinner\"\n\t\t\t\t\ticon={Loader2}\n\t\t\t\t/>\n\n\t\t\t\t<IconRenderer iconSize={iconSize} icon={suffix} className=\"suffix\" />\n\t\t\t</section>\n\n\t\t\t{errorMessage && <FieldError>{errorMessage}</FieldError>}\n\t\t</FieldWrapper>\n\t);\n}\n\nexport { MaskedInput };\n"],"mappings":";;;;;;;;;;;AAiFA,IAAM,IAAY,GAGf,GAAO,MACF,kBAAC,SAAD;CAAY;CAAK,GAAI;AAAQ,CAAA,CACpC;AA2DD,SAAS,EAAY,GAAyB;CAC7C,IAAM,EACL,SACA,aACA,UACA,UACA,aAAU,SACV,aACA,SACA,aACA,gBACA,UACA,WAAW,IAAmB,IAC9B,WACA,WACA,eAAY,IACZ,aACA,aACA,YACA,WACA,cAAc,GACd,iBACA,iBACA,cACA,UAAO,MACP,OACA,UACA,gBACA,GAAG,MACA,GAEE,EAAE,mBAAgB,EAAQ,GAC1B,CAAC,GAAW,KAAgB,EAAS,EAAK,GAC1C,IAAW,EAAyB,IAAI,GACxC,IAAc,EAAM,GACpB,IAAU,KAAM,GAEhB,IAAe,KAAoB,IAAc,IACjD,IAAU,CAAC,CAAC,GACZ,IAAa,KAAY,GAGzB,IAAW;EADG,IAAI;EAAI,IAAI;CACf,EAAU,IAErB,IAAkB,IAAY,UAAU,QAExC,IAAkB,MAAoB,UAAU,GAChD,IAAmB,MAAoB,WAAW;CAExD,SAAS,KAAqB;EACzB,KAAc,CAAC,GAAU,YAC7B,EAAa,EAAI,GACjB,EAAS,QAAQ,MAAM;CACxB;CAEA,SAAS,GAAY,GAAiC;EAErD,AADA,EAAa,EAAI,GACb,KAAS,EAAQ,CAAC;CACvB;CAEA,SAAS,GAAW,GAAiC;EAEpD,AADA,EAAa,EAAK,GACd,KAAQ,EAAO,CAAC;CACrB;CAQA,IAAM,KAAY,oBANA,IAAS,cAAc,GAMO,GAL9B,IAAS,cAAc,GAKoB,GAAG,EAAQ,GAAG,EAAK,GAHhE,KAAc,KAAY,IAAY,YAAY,GAGyB,GAJ3E,IAAU,YAAY,GAIgE,GAFtF,IAAY,YAAY;CAIxC,OACC,kBAAC,GAAD;EAAc,WAAW;YAAzB;GACE,KACA,kBAAC,GAAD;IAA0B;IAAc,SAAS;cAC/C;GACU,CAAA;GAGb,kBAAC,WAAD;IACQ;IACA;IACP,SAAS;IACE;cAJZ;KAMC,kBAAC,GAAD;MAAwB;MAAU,MAAM;MAAQ,WAAU;KAAU,CAAA;KAEpE,kBAAC,GAAD;MACC,MAAM;MACI;MACV,WAAU;MACV,MAAM;KACN,CAAA;KAED,kBAAC,GAAD;MAAc,MAAM,CAAC;MAAW,MAAM;MAAoB;KAAW,CAAA;KAErE,kBAAC,GAAD;MACC,WAAW;MACL;MACO;MACH;MACA;MACV,KAAK;MACL,SAAS;MACT,QAAQ;MACR,UAAU;MACA;MACV,IAAI;MACE;MACN,cAAc,KAAgB,KAAA;MAC9B,aAAa,KAAa,KAAuB;MACjD,OAAO,IAAa,KAAA,IAAY;MAChC,GAAI;KACJ,CAAA;KAED,kBAAC,GAAD;MAAc,MAAM,CAAC;MAAW,MAAM;MAAqB;KAAW,CAAA;KAEtE,kBAAC,GAAD;MACC,MAAM;MACI;MACV,WAAU;MACV,MAAM;KACN,CAAA;KAED,kBAAC,GAAD;MAAwB;MAAU,MAAM;MAAQ,WAAU;KAAU,CAAA;IAC5D;;GAER,KAAgB,kBAAC,GAAD,EAAA,UAAa,EAAyB,CAAA;EAC1C;;AAEhB"}
@@ -0,0 +1 @@
1
+ @layer arkyn{.arkynMaskedInput{border:1px solid #0000;border-radius:8px;outline:1px solid #0000;align-items:center;gap:8px;width:100%;padding:0 16px;display:flex;position:relative}.arkynMaskedInput:hover{cursor:text}.arkynMaskedInput input{width:100%;color:var(--text-heading,#09090b);background:0 0;border:none;outline:none;line-height:100%}.arkynMaskedInput .prefix,.arkynMaskedInput .suffix{color:var(--text-body,#52525b);background:var(--border,#e2e8f0);justify-content:center;align-items:center;font-weight:400;line-height:100%;display:flex;position:absolute}.arkynMaskedInput .prefix{border-right:1px solid var(--border,#e2e8f0);border-radius:7px 0 0 7px;top:0;bottom:0;left:0}.arkynMaskedInput .suffix{border-left:1px solid var(--border,#e2e8f0);border-radius:0 7px 7px 0;top:0;bottom:0;right:0}.arkynMaskedInput input::placeholder{color:var(--text-muted,#a1a1aa);line-height:100%}.arkynMaskedInput svg{color:var(--text-muted,#a1a1aa)}.arkynMaskedInput.errored svg{color:rgb(var(--spotlight-danger,244, 63, 94))}.arkynMaskedInput:not(.opacity).focused svg{color:rgb(var(--spotlight-primary,17, 109, 220))}.arkynMaskedInput.opacity{opacity:.5}.arkynMaskedInput.solid{border-color:var(--border,#e2e8f0);background-color:var(--input-background,#fafafa)}.arkynMaskedInput.solid.errored{border-color:rgb(var(--spotlight-danger,244, 63, 94));outline-color:rgb(var(--spotlight-danger,244, 63, 94))}.arkynMaskedInput:not(.opacity).solid.focused{border-color:rgb(var(--spotlight-primary,17, 109, 220));outline-color:rgb(var(--spotlight-primary,17, 109, 220))}.arkynMaskedInput.outline{border-color:var(--border,#e2e8f0);background-color:var(--background-foreground,#fff)}.arkynMaskedInput.outline.errored{border-color:rgb(var(--spotlight-danger,244, 63, 94));outline-color:rgb(var(--spotlight-danger,244, 63, 94))}.arkynMaskedInput:not(.opacity).outline.focused{border-color:rgb(var(--spotlight-primary,17, 109, 220));outline-color:rgb(var(--spotlight-primary,17, 109, 220))}.arkynMaskedInput.underline{border-top:none;border-left:none;border-right:none;border-color:var(--border,#e2e8f0);border-radius:0;outline:none}.arkynMaskedInput.underline .suffix,.arkynMaskedInput.underline .prefix{display:none}.arkynMaskedInput.underline:before{content:" ";background:0 0;height:1px;position:absolute;bottom:-2px;left:0;right:0}.arkynMaskedInput.underline.errored{border-color:rgb(var(--spotlight-danger,244, 63, 94))}.arkynMaskedInput.underline.errored:before{background:rgb(var(--spotlight-danger,244, 63, 94))}.arkynMaskedInput:not(.opacity).underline.focused{border-color:rgb(var(--spotlight-primary,17, 109, 220))}.arkynMaskedInput:not(.opacity).underline.focused:before{background:rgb(var(--spotlight-primary,17, 109, 220))}.arkynMaskedInput.md input{min-height:38px;max-height:38px;font-size:14px;font-weight:400;line-height:14px}.arkynMaskedInput.md input::placeholder{font-size:14px;font-weight:400;line-height:14px}.arkynMaskedInput.md.hasPrefix{padding-left:60px}.arkynMaskedInput.md.hasSuffix{padding-right:60px}.arkynMaskedInput.md .prefix,.arkynMaskedInput.md .suffix{width:44px;height:38px;font-size:14px}.arkynMaskedInput.lg input{min-height:44px;max-height:44px;font-size:16px;font-weight:400;line-height:16px}.arkynMaskedInput.lg input::placeholder{font-size:16px;font-weight:400;line-height:16px}.arkynMaskedInput.lg .prefix,.arkynMaskedInput.lg .suffix{width:48px;height:44px;font-size:16px}.arkynMaskedInput.lg.hasPrefix{padding-left:64px}.arkynMaskedInput.lg.hasSuffix{padding-right:64px}.arkynMaskedInput .spinner{animation:2s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}}
@@ -0,0 +1,7 @@
1
+ @layer arkyn{.arkynMaskedInput{border:1px solid #0000;border-radius:8px;outline:1px solid #0000;align-items:center;gap:8px;width:100%;padding:0 16px;display:flex;position:relative}.arkynMaskedInput:hover{cursor:text}.arkynMaskedInput input{width:100%;color:var(--text-heading,#09090b);background:0 0;border:none;outline:none;line-height:100%}.arkynMaskedInput .prefix,.arkynMaskedInput .suffix{color:var(--text-body,#52525b);background:var(--border,#e2e8f0);justify-content:center;align-items:center;font-weight:400;line-height:100%;display:flex;position:absolute}.arkynMaskedInput .prefix{border-right:1px solid var(--border,#e2e8f0);border-radius:7px 0 0 7px;top:0;bottom:0;left:0}.arkynMaskedInput .suffix{border-left:1px solid var(--border,#e2e8f0);border-radius:0 7px 7px 0;top:0;bottom:0;right:0}.arkynMaskedInput input::placeholder{color:var(--text-muted,#a1a1aa);line-height:100%}.arkynMaskedInput svg{color:var(--text-muted,#a1a1aa)}.arkynMaskedInput.errored svg{color:rgb(var(--spotlight-danger,244, 63, 94))}.arkynMaskedInput:not(.opacity).focused svg{color:rgb(var(--spotlight-primary,17, 109, 220))}.arkynMaskedInput.opacity{opacity:.5}.arkynMaskedInput.solid{border-color:var(--border,#e2e8f0);background-color:var(--input-background,#fafafa)}.arkynMaskedInput.solid.errored{border-color:rgb(var(--spotlight-danger,244, 63, 94));outline-color:rgb(var(--spotlight-danger,244, 63, 94))}.arkynMaskedInput:not(.opacity).solid.focused{border-color:rgb(var(--spotlight-primary,17, 109, 220));outline-color:rgb(var(--spotlight-primary,17, 109, 220))}.arkynMaskedInput.outline{border-color:var(--border,#e2e8f0);background-color:var(--background-foreground,#fff)}.arkynMaskedInput.outline.errored{border-color:rgb(var(--spotlight-danger,244, 63, 94));outline-color:rgb(var(--spotlight-danger,244, 63, 94))}.arkynMaskedInput:not(.opacity).outline.focused{border-color:rgb(var(--spotlight-primary,17, 109, 220));outline-color:rgb(var(--spotlight-primary,17, 109, 220))}.arkynMaskedInput.underline{border-top:none;border-left:none;border-right:none;border-color:var(--border,#e2e8f0);border-radius:0;outline:none}.arkynMaskedInput.underline .suffix,.arkynMaskedInput.underline .prefix{display:none}.arkynMaskedInput.underline:before{content:" ";background:0 0;height:1px;position:absolute;bottom:-2px;left:0;right:0}.arkynMaskedInput.underline.errored{border-color:rgb(var(--spotlight-danger,244, 63, 94))}.arkynMaskedInput.underline.errored:before{background:rgb(var(--spotlight-danger,244, 63, 94))}.arkynMaskedInput:not(.opacity).underline.focused{border-color:rgb(var(--spotlight-primary,17, 109, 220))}.arkynMaskedInput:not(.opacity).underline.focused:before{background:rgb(var(--spotlight-primary,17, 109, 220))}.arkynMaskedInput.md input{min-height:38px;max-height:38px;font-size:14px;font-weight:400;line-height:14px}.arkynMaskedInput.md input::placeholder{font-size:14px;font-weight:400;line-height:14px}.arkynMaskedInput.md.hasPrefix{padding-left:60px}.arkynMaskedInput.md.hasSuffix{padding-right:60px}.arkynMaskedInput.md .prefix,.arkynMaskedInput.md .suffix{width:44px;height:38px;font-size:14px}.arkynMaskedInput.lg input{min-height:44px;max-height:44px;font-size:16px;font-weight:400;line-height:16px}.arkynMaskedInput.lg input::placeholder{font-size:16px;font-weight:400;line-height:16px}.arkynMaskedInput.lg .prefix,.arkynMaskedInput.lg .suffix{width:48px;height:44px;font-size:16px}.arkynMaskedInput.lg.hasPrefix{padding-left:64px}.arkynMaskedInput.lg.hasSuffix{padding-right:64px}.arkynMaskedInput .spinner{animation:2s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}}
2
+
3
+ @layer arkyn{.arkynFieldError{color:rgb(var(--spotlight-danger,244, 63, 94));font-size:12px;font-weight:600;line-height:12px}}
4
+
5
+ @layer arkyn{.arkynFieldLabel{color:var(--text-body,#52525b);font-size:14px;font-weight:600;line-height:19.07px}.arkynFieldLabel.asteriskTrue:before{content:"* ";text-align:left;color:rgb(var(--spotlight-danger,244, 63, 94));font-size:12px;font-weight:600;line-height:16.34px}}
6
+
7
+ @layer arkyn{.arkynFieldWrapper{gap:6px;height:max-content;display:flex}.arkynFieldWrapper.horizontal{flex-direction:row;align-items:center}.arkynFieldWrapper.horizontalReverse{flex-direction:row-reverse;align-items:center;margin-right:auto}.arkynFieldWrapper.vertical{flex-direction:column;align-items:flex-start}}