@abcagency/hc-ui-components 1.3.94 → 1.3.96

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 (490) hide show
  1. package/dist/apis/hcApi.js +85 -85
  2. package/dist/apis/hcApi.js.map +1 -1
  3. package/dist/clientToken.js.map +1 -1
  4. package/dist/components/HireControlMap.js +6 -3
  5. package/dist/components/HireControlMap.js.map +1 -1
  6. package/dist/components/containers/accordions/filter-container.js.map +1 -1
  7. package/dist/components/containers/accordions/filter-item-container.js.map +1 -1
  8. package/dist/components/containers/accordions/map-accordion-item-container.js.map +1 -1
  9. package/dist/components/containers/filter/commute-container.js +1 -1
  10. package/dist/components/containers/filter/commute-container.js.map +1 -1
  11. package/dist/components/containers/filter/filter-container.js.map +1 -1
  12. package/dist/components/containers/filter/filter-item-container.js.map +1 -1
  13. package/dist/components/containers/filter/location-container.js.map +1 -1
  14. package/dist/components/containers/filter/points-of-interest-container.js.map +1 -1
  15. package/dist/components/containers/filter/points-of-interest-radio-item-container.js.map +1 -1
  16. package/dist/components/containers/filter/search-container.js.map +1 -1
  17. package/dist/components/containers/jobListing/listing-details-container.js.map +1 -1
  18. package/dist/components/containers/list/item-list-container.js +22 -22
  19. package/dist/components/containers/list/item-list-container.js.map +1 -1
  20. package/dist/components/containers/list/list-item/list-item-container.js.map +1 -1
  21. package/dist/components/containers/maps/info-window-content-container.js.map +1 -1
  22. package/dist/components/containers/maps/map-container.js +1 -1
  23. package/dist/components/containers/maps/map-container.js.map +1 -1
  24. package/dist/components/containers/maps/map-list-container.js.map +1 -1
  25. package/dist/components/containers/maps/map-marker-container.js +1 -1
  26. package/dist/components/containers/maps/map-marker-container.js.map +1 -1
  27. package/dist/components/modules/accordions/MapAccordionItem.js.map +1 -1
  28. package/dist/components/modules/accordions/default.js +2 -2
  29. package/dist/components/modules/accordions/default.js.map +1 -1
  30. package/dist/components/modules/accordions/filterItem.js.map +1 -1
  31. package/dist/components/modules/accordions/filters.js.map +1 -1
  32. package/dist/components/modules/buttons/button-group-apply.js +1 -1
  33. package/dist/components/modules/buttons/default.js +2 -2
  34. package/dist/components/modules/buttons/default.js.map +1 -1
  35. package/dist/components/modules/buttons/items-pill.js.map +1 -1
  36. package/dist/components/modules/buttons/pill-wrapper.js.map +1 -1
  37. package/dist/components/modules/buttons/show-all-button.js.map +1 -1
  38. package/dist/components/modules/cards/default.js +2 -2
  39. package/dist/components/modules/cards/default.js.map +1 -1
  40. package/dist/components/modules/cards/filter.js.map +1 -1
  41. package/dist/components/modules/dialogs/apply-dialog.js +1 -1
  42. package/dist/components/modules/dialogs/apply-dialog.js.map +1 -1
  43. package/dist/components/modules/filter/commute.js +2 -2
  44. package/dist/components/modules/filter/commute.js.map +1 -1
  45. package/dist/components/modules/filter/index.js +9 -3
  46. package/dist/components/modules/filter/index.js.map +1 -1
  47. package/dist/components/modules/filter/item.js.map +1 -1
  48. package/dist/components/modules/filter/location.js.map +1 -1
  49. package/dist/components/modules/filter/radio-item.js.map +1 -1
  50. package/dist/components/modules/filter/search.js.map +1 -1
  51. package/dist/components/modules/filter/sort.js +2 -2
  52. package/dist/components/modules/filter/sort.js.map +1 -1
  53. package/dist/components/modules/grid.js +1 -1
  54. package/dist/components/modules/grid.js.map +1 -1
  55. package/dist/components/modules/icon.js +1 -1
  56. package/dist/components/modules/icon.js.map +1 -1
  57. package/dist/components/modules/jobListing/listing-details.js.map +1 -1
  58. package/dist/components/modules/list/field-mapper-desktop.js.map +1 -1
  59. package/dist/components/modules/list/field-mapper-mobile.js.map +1 -1
  60. package/dist/components/modules/list/field-mapper.js +102 -0
  61. package/dist/components/modules/list/field-mapper.js.map +1 -0
  62. package/dist/components/modules/list/header-item.js.map +1 -1
  63. package/dist/components/modules/list/header.js +1 -1
  64. package/dist/components/modules/list/header.js.map +1 -1
  65. package/dist/components/modules/list/item-expand-card/index.js +1 -1
  66. package/dist/components/modules/list/item-expand-card/index.js.map +1 -1
  67. package/dist/components/modules/list/item-list.js +45 -45
  68. package/dist/components/modules/list/item-list.js.map +1 -1
  69. package/dist/components/modules/list/list-item/list-item-desktop.js +50 -0
  70. package/dist/components/modules/list/list-item/list-item-desktop.js.map +1 -0
  71. package/dist/components/modules/list/list-item/list-item-mobile.js +51 -0
  72. package/dist/components/modules/list/list-item/list-item-mobile.js.map +1 -0
  73. package/dist/components/modules/list/list-item/list-item.js.map +1 -1
  74. package/dist/components/modules/maps/info-window-card.js.map +1 -1
  75. package/dist/components/modules/maps/info-window-content.js.map +1 -1
  76. package/dist/components/modules/maps/map-list.js.map +1 -1
  77. package/dist/components/modules/maps/map-marker.js +1 -1
  78. package/dist/components/modules/maps/map-marker.js.map +1 -1
  79. package/dist/components/modules/maps/map.js +1 -1
  80. package/dist/components/modules/maps/map.js.map +1 -1
  81. package/dist/components/modules/maps/place-marker.js +1 -1
  82. package/dist/components/modules/maps/place-marker.js.map +1 -1
  83. package/dist/components/modules/maps/tabs.js +1 -1
  84. package/dist/components/modules/maps/tabs.js.map +1 -1
  85. package/dist/constants/eventTypes.js.map +1 -1
  86. package/dist/constants/placeTypes.js.map +1 -1
  87. package/dist/contexts/mapContext.js +84 -84
  88. package/dist/contexts/mapContext.js.map +1 -1
  89. package/dist/contexts/mapListContext.js +210 -210
  90. package/dist/contexts/mapListContext.js.map +1 -1
  91. package/dist/contexts/placesContext.js.map +1 -1
  92. package/dist/contexts/themeContext.js.map +1 -1
  93. package/dist/contexts/trackEventContext.js.map +1 -1
  94. package/dist/hooks/useList.js.map +1 -1
  95. package/dist/services/configService.js +9 -9
  96. package/dist/services/configService.js.map +1 -1
  97. package/dist/services/googlePlacesNearbyService.js +32 -32
  98. package/dist/services/googlePlacesNearbyService.js.map +1 -1
  99. package/dist/services/listingAggregatorService.js +29 -29
  100. package/dist/services/listingAggregatorService.js.map +1 -1
  101. package/dist/services/listingEntityService.js +9 -9
  102. package/dist/services/listingEntityService.js.map +1 -1
  103. package/dist/services/listingService.js +24 -24
  104. package/dist/services/listingService.js.map +1 -1
  105. package/dist/styles/index.css +1 -1
  106. package/dist/types/apis/hcApi.d.ts +5 -5
  107. package/dist/types/clientToken.d.ts +2 -2
  108. package/dist/types/components/containers/accordions/map-accordion-item-container.d.ts +11 -11
  109. package/dist/types/components/containers/jobListing/listing-details-container.d.ts +6 -6
  110. package/dist/types/components/containers/list/item-list-container.d.ts +9 -9
  111. package/dist/types/components/containers/list/list-item/list-item-container.d.ts +12 -12
  112. package/dist/types/components/modules/accordions/MapAccordionItem.d.ts +10 -10
  113. package/dist/types/components/modules/accordions/default.d.ts +19 -19
  114. package/dist/types/components/modules/buttons/button-group-apply.d.ts +25 -25
  115. package/dist/types/components/modules/buttons/default.d.ts +51 -51
  116. package/dist/types/components/modules/buttons/pill-wrapper.d.ts +3 -3
  117. package/dist/types/components/modules/dialogs/apply-dialog.d.ts +12 -12
  118. package/dist/types/components/modules/filter/sort.d.ts +8 -8
  119. package/dist/types/components/modules/grid.d.ts +8 -8
  120. package/dist/types/components/modules/icon.d.ts +10 -10
  121. package/dist/types/components/modules/jobListing/listing-details.d.ts +19 -19
  122. package/dist/types/components/modules/list/field-mapper-desktop.d.ts +7 -7
  123. package/dist/types/components/modules/list/field-mapper-mobile.d.ts +10 -10
  124. package/dist/types/components/modules/list/field-mapper.d.ts +10 -0
  125. package/dist/types/components/modules/list/header-item.d.ts +11 -11
  126. package/dist/types/components/modules/list/header.d.ts +12 -12
  127. package/dist/types/components/modules/list/item-expand-card/index.d.ts +7 -7
  128. package/dist/types/components/modules/list/item-list.d.ts +20 -20
  129. package/dist/types/components/modules/list/list-item/list-item-desktop.d.ts +12 -0
  130. package/dist/types/components/modules/list/list-item/list-item-mobile.d.ts +15 -0
  131. package/dist/types/components/modules/list/list-item/list-item.d.ts +3 -3
  132. package/dist/types/constants/eventTypes.d.ts +18 -18
  133. package/dist/types/contexts/mapContext.d.ts +31 -31
  134. package/dist/types/contexts/mapListContext.d.ts +81 -80
  135. package/dist/types/contexts/trackEventContext.d.ts +6 -6
  136. package/dist/types/enums/SectionType.d.ts +9 -9
  137. package/dist/types/hooks/useList.d.ts +13 -13
  138. package/dist/types/services/configService.d.ts +6 -6
  139. package/dist/types/services/googlePlacesNearbyService.d.ts +5 -5
  140. package/dist/types/services/listingAggregatorService.d.ts +9 -9
  141. package/dist/types/services/listingEntityService.d.ts +6 -6
  142. package/dist/types/services/listingService.d.ts +9 -9
  143. package/dist/types/services/recruiterService.d.ts +6 -6
  144. package/dist/types/types/Address.d.ts +7 -7
  145. package/dist/types/types/ContentSection.d.ts +8 -8
  146. package/dist/types/types/GetListingParams.d.ts +8 -8
  147. package/dist/types/types/LatLng.d.ts +4 -4
  148. package/dist/types/types/ListingEntity.d.ts +10 -10
  149. package/dist/types/types/ListingFields.d.ts +26 -26
  150. package/dist/types/types/Listings.d.ts +31 -31
  151. package/dist/types/types/Recruiter.d.ts +9 -9
  152. package/dist/types/types/SimilarListing.d.ts +24 -24
  153. package/dist/types/types/config/Colors.d.ts +8 -8
  154. package/dist/types/types/config/MapConfig.d.ts +30 -30
  155. package/dist/types/types/config/PointsOfInterestConfig.d.ts +13 -13
  156. package/dist/types/types/config/SearchConfig.d.ts +4 -4
  157. package/dist/types/util/filterUtil.d.ts +28 -28
  158. package/dist/types/util/loading.d.ts +3 -3
  159. package/dist/types/util/localStorageUtil.d.ts +3 -3
  160. package/dist/types/util/mapUtil.d.ts +16 -16
  161. package/dist/types/util/sortUtil.d.ts +1 -1
  162. package/dist/types/util/stringUtils.d.ts +1 -1
  163. package/dist/types/util/urlFilterUtil.d.ts +8 -8
  164. package/dist/util/filterUtil.js +1 -1
  165. package/dist/util/filterUtil.js.map +1 -1
  166. package/dist/util/loading.js.map +1 -1
  167. package/dist/util/localStorageUtil.js +37 -37
  168. package/dist/util/localStorageUtil.js.map +1 -1
  169. package/dist/util/mapIconUtil.js.map +1 -1
  170. package/dist/util/mapUtil.js.map +1 -1
  171. package/dist/util/stringUtils.js.map +1 -1
  172. package/dist/util/urlFilterUtil.js.map +1 -1
  173. package/package.json +91 -91
  174. package/src/.editorconfig +12 -12
  175. package/src/apis/hcApi.ts +109 -109
  176. package/src/bundleIndex.js +14 -14
  177. package/src/clientToken.js +9 -9
  178. package/src/components/HireControlMap.js +195 -195
  179. package/src/components/containers/accordions/filter-container.js +69 -69
  180. package/src/components/containers/accordions/filter-item-container.js +83 -83
  181. package/src/components/containers/accordions/map-accordion-item-container.js +66 -66
  182. package/src/components/containers/filter/commute-container.js +89 -89
  183. package/src/components/containers/filter/filter-container.js +81 -81
  184. package/src/components/containers/filter/filter-item-container.js +117 -117
  185. package/src/components/containers/filter/location-container.js +45 -45
  186. package/src/components/containers/filter/points-of-interest-container.js +33 -33
  187. package/src/components/containers/filter/points-of-interest-radio-item-container.js +35 -35
  188. package/src/components/containers/filter/search-container.js +61 -61
  189. package/src/components/containers/jobListing/listing-details-container.js +43 -43
  190. package/src/components/containers/list/item-list-container.tsx +82 -82
  191. package/src/components/containers/list/list-item/list-item-container.js +38 -38
  192. package/src/components/containers/maps/info-window-content-container.js +71 -71
  193. package/src/components/containers/maps/map-container.js +351 -351
  194. package/src/components/containers/maps/map-list-container.js +52 -52
  195. package/src/components/containers/maps/map-marker-container.js +86 -86
  196. package/src/components/modules/accordions/MapAccordionItem.js +30 -30
  197. package/src/components/modules/accordions/default.js +171 -171
  198. package/src/components/modules/accordions/filterItem.js +27 -27
  199. package/src/components/modules/accordions/filters.js +32 -32
  200. package/src/components/modules/buttons/default.js +202 -202
  201. package/src/components/modules/buttons/items-pill.js +31 -31
  202. package/src/components/modules/buttons/pill-wrapper.js +27 -27
  203. package/src/components/modules/buttons/show-all-button.js +19 -19
  204. package/src/components/modules/cards/default.js +167 -167
  205. package/src/components/modules/cards/filter.js +56 -56
  206. package/src/components/modules/dialogs/apply-dialog.js +64 -64
  207. package/src/components/modules/filter/commute.js +108 -108
  208. package/src/components/modules/filter/index.js +76 -71
  209. package/src/components/modules/filter/item.js +69 -69
  210. package/src/components/modules/filter/location.js +51 -51
  211. package/src/components/modules/filter/radio-item.js +42 -42
  212. package/src/components/modules/filter/search.js +79 -79
  213. package/src/components/modules/filter/sort.js +83 -83
  214. package/src/components/modules/grid.js +54 -54
  215. package/src/components/modules/icon.js +33 -33
  216. package/src/components/modules/jobListing/listing-details.js +55 -55
  217. package/src/components/modules/list/field-mapper-desktop.jsx +45 -45
  218. package/src/components/modules/list/field-mapper-mobile.jsx +104 -104
  219. package/src/components/modules/list/header-item.js +92 -92
  220. package/src/components/modules/list/header.js +52 -52
  221. package/src/components/modules/list/item-expand-card/index.js +22 -22
  222. package/src/components/modules/list/item-expand-card/recruiter-contact-nav.js +50 -50
  223. package/src/components/modules/list/item-expand-card/recruiter-details.js +68 -68
  224. package/src/components/modules/list/item-expand-card/recruiter-headshot.js +22 -22
  225. package/src/components/modules/list/item-list.tsx +115 -115
  226. package/src/components/modules/list/list-item/list-item.jsx +138 -138
  227. package/src/components/modules/maps/info-window-card.js +17 -17
  228. package/src/components/modules/maps/info-window-content.js +65 -65
  229. package/src/components/modules/maps/map-list.js +39 -39
  230. package/src/components/modules/maps/map-marker.js +29 -29
  231. package/src/components/modules/maps/map.js +64 -64
  232. package/src/components/modules/maps/place-marker.js +41 -41
  233. package/src/components/modules/maps/tabs.js +98 -98
  234. package/src/constants/eventTypes.js +18 -18
  235. package/src/constants/placeTypes.js +8 -8
  236. package/src/contexts/mapContext.tsx +132 -132
  237. package/src/contexts/mapListContext.tsx +359 -357
  238. package/src/contexts/placesContext.js +103 -103
  239. package/src/contexts/themeContext.js +40 -40
  240. package/src/contexts/trackEventContext.js +14 -14
  241. package/src/enums/SectionType.ts +9 -9
  242. package/src/hooks/useList.js +89 -89
  243. package/src/index.js +3 -3
  244. package/src/services/configService.ts +16 -16
  245. package/src/services/googlePlacesNearbyService.ts +42 -42
  246. package/src/services/listingAggregatorService.ts +56 -56
  247. package/src/services/listingEntityService.ts +16 -16
  248. package/src/services/listingService.ts +40 -40
  249. package/src/services/recruiterService.ts +18 -18
  250. package/src/styles/bundle.css +268 -268
  251. package/src/styles/index.css +33 -33
  252. package/src/types/Address.ts +7 -7
  253. package/src/types/ContentSection.ts +9 -9
  254. package/src/types/GetListingParams.ts +8 -8
  255. package/src/types/LatLng.ts +4 -4
  256. package/src/types/ListingEntity.ts +11 -11
  257. package/src/types/Listings.ts +32 -32
  258. package/src/types/Recruiter.ts +9 -9
  259. package/src/types/SimilarListing.ts +24 -24
  260. package/src/types/config/Colors.ts +8 -8
  261. package/src/types/config/MapConfig.ts +31 -31
  262. package/src/types/config/PointsOfInterestConfig.ts +13 -13
  263. package/src/types/config/SearchConfig.ts +4 -4
  264. package/src/util/arrayUtil.js +3 -3
  265. package/src/util/fieldMapper.js +22 -22
  266. package/src/util/filterUtil.js +311 -311
  267. package/src/util/loading.js +17 -17
  268. package/src/util/localStorageUtil.ts +34 -34
  269. package/src/util/mapIconUtil.js +216 -216
  270. package/src/util/mapUtil.js +92 -92
  271. package/src/util/stringUtils.js +6 -6
  272. package/src/util/urlFilterUtil.js +85 -85
  273. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@floating-ui/core/dist/floating-ui.core.js +0 -802
  274. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@floating-ui/core/dist/floating-ui.core.js.map +0 -1
  275. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@floating-ui/dom/dist/floating-ui.dom.js +0 -679
  276. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@floating-ui/dom/dist/floating-ui.dom.js.map +0 -1
  277. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.js +0 -343
  278. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.js.map +0 -1
  279. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js +0 -140
  280. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js.map +0 -1
  281. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@floating-ui/utils/dist/floating-ui.utils.js +0 -137
  282. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@floating-ui/utils/dist/floating-ui.utils.js.map +0 -1
  283. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/components/combobox/combobox.js +0 -33
  284. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/components/combobox/combobox.js.map +0 -1
  285. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/components/keyboard.js +0 -4
  286. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/components/keyboard.js.map +0 -1
  287. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/components/transitions/transition.js +0 -19
  288. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/components/transitions/transition.js.map +0 -1
  289. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/components/transitions/utils/transition.js +0 -8
  290. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/components/transitions/utils/transition.js.map +0 -1
  291. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-computed.js +0 -8
  292. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-computed.js.map +0 -1
  293. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-controllable.js +0 -7
  294. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-controllable.js.map +0 -1
  295. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-disposables.js +0 -7
  296. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-disposables.js.map +0 -1
  297. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-document-event.js +0 -7
  298. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-document-event.js.map +0 -1
  299. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-event.js +0 -7
  300. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-event.js.map +0 -1
  301. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-flags.js +0 -7
  302. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-flags.js.map +0 -1
  303. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-id.js +0 -9
  304. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-id.js.map +0 -1
  305. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-is-mounted.js +0 -7
  306. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-is-mounted.js.map +0 -1
  307. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-iso-morphic-effect.js +0 -7
  308. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-iso-morphic-effect.js.map +0 -1
  309. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-latest-value.js +0 -7
  310. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-latest-value.js.map +0 -1
  311. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-outside-click.js +0 -10
  312. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-outside-click.js.map +0 -1
  313. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-owner.js +0 -7
  314. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-owner.js.map +0 -1
  315. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-resolve-button-type.js +0 -7
  316. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-resolve-button-type.js.map +0 -1
  317. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-server-handoff-complete.js +0 -7
  318. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-server-handoff-complete.js.map +0 -1
  319. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-sync-refs.js +0 -7
  320. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-sync-refs.js.map +0 -1
  321. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-tracked-pointer.js +0 -6
  322. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-tracked-pointer.js.map +0 -1
  323. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-transition.js +0 -11
  324. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-transition.js.map +0 -1
  325. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-tree-walker.js +0 -8
  326. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-tree-walker.js.map +0 -1
  327. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-watch.js +0 -7
  328. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-watch.js.map +0 -1
  329. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-window-event.js +0 -7
  330. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-window-event.js.map +0 -1
  331. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/internal/hidden.js +0 -6
  332. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/internal/hidden.js.map +0 -1
  333. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/internal/open-closed.js +0 -6
  334. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/internal/open-closed.js.map +0 -1
  335. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/active-element-history.js +0 -6
  336. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/active-element-history.js.map +0 -1
  337. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/bugs.js +0 -4
  338. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/bugs.js.map +0 -1
  339. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/calculate-active-index.js +0 -4
  340. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/calculate-active-index.js.map +0 -1
  341. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/class-names.js +0 -4
  342. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/class-names.js.map +0 -1
  343. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/disposables.js +0 -6
  344. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/disposables.js.map +0 -1
  345. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/document-ready.js +0 -4
  346. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/document-ready.js.map +0 -1
  347. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/env.js +0 -4
  348. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/env.js.map +0 -1
  349. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/focus-management.js +0 -7
  350. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/focus-management.js.map +0 -1
  351. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/form.js +0 -4
  352. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/form.js.map +0 -1
  353. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/match.js +0 -4
  354. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/match.js.map +0 -1
  355. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/micro-task.js +0 -4
  356. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/micro-task.js.map +0 -1
  357. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/once.js +0 -4
  358. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/once.js.map +0 -1
  359. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/owner.js +0 -6
  360. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/owner.js.map +0 -1
  361. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/platform.js +0 -4
  362. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/platform.js.map +0 -1
  363. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/render.js +0 -11
  364. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/render.js.map +0 -1
  365. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@iconify/react/dist/iconify.js +0 -1928
  366. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@iconify/react/dist/iconify.js.map +0 -1
  367. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@radix-ui/number/dist/index.js +0 -7
  368. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@radix-ui/number/dist/index.js.map +0 -1
  369. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@radix-ui/primitive/dist/index.js +0 -12
  370. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@radix-ui/primitive/dist/index.js.map +0 -1
  371. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@radix-ui/react-accordion/dist/index.js +0 -304
  372. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@radix-ui/react-accordion/dist/index.js.map +0 -1
  373. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@radix-ui/react-arrow/dist/index.js +0 -26
  374. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@radix-ui/react-arrow/dist/index.js.map +0 -1
  375. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@radix-ui/react-collapsible/dist/index.js +0 -145
  376. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@radix-ui/react-collapsible/dist/index.js.map +0 -1
  377. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@radix-ui/react-collection/dist/index.js +0 -69
  378. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@radix-ui/react-collection/dist/index.js.map +0 -1
  379. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@radix-ui/react-compose-refs/dist/index.js +0 -19
  380. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@radix-ui/react-compose-refs/dist/index.js.map +0 -1
  381. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@radix-ui/react-context/dist/index.js +0 -80
  382. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@radix-ui/react-context/dist/index.js.map +0 -1
  383. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@radix-ui/react-dialog/dist/index.js +0 -320
  384. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@radix-ui/react-dialog/dist/index.js.map +0 -1
  385. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@radix-ui/react-direction/dist/index.js +0 -12
  386. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@radix-ui/react-direction/dist/index.js.map +0 -1
  387. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@radix-ui/react-dismissable-layer/dist/index.js +0 -212
  388. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@radix-ui/react-dismissable-layer/dist/index.js.map +0 -1
  389. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@radix-ui/react-focus-guards/dist/index.js +0 -27
  390. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@radix-ui/react-focus-guards/dist/index.js.map +0 -1
  391. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@radix-ui/react-focus-scope/dist/index.js +0 -208
  392. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@radix-ui/react-focus-scope/dist/index.js.map +0 -1
  393. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@radix-ui/react-id/dist/index.js +0 -16
  394. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@radix-ui/react-id/dist/index.js.map +0 -1
  395. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@radix-ui/react-popper/dist/index.js +0 -279
  396. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@radix-ui/react-popper/dist/index.js.map +0 -1
  397. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@radix-ui/react-portal/dist/index.js +0 -18
  398. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@radix-ui/react-portal/dist/index.js.map +0 -1
  399. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@radix-ui/react-presence/dist/index.js +0 -120
  400. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@radix-ui/react-presence/dist/index.js.map +0 -1
  401. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@radix-ui/react-primitive/dist/index.js +0 -42
  402. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@radix-ui/react-primitive/dist/index.js.map +0 -1
  403. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@radix-ui/react-roving-focus/dist/index.js +0 -221
  404. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@radix-ui/react-roving-focus/dist/index.js.map +0 -1
  405. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@radix-ui/react-select/dist/index.js +0 -1109
  406. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@radix-ui/react-select/dist/index.js.map +0 -1
  407. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@radix-ui/react-slot/dist/index.js +0 -82
  408. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@radix-ui/react-slot/dist/index.js.map +0 -1
  409. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@radix-ui/react-tabs/dist/index.js +0 -187
  410. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@radix-ui/react-tabs/dist/index.js.map +0 -1
  411. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@radix-ui/react-use-callback-ref/dist/index.js +0 -13
  412. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@radix-ui/react-use-callback-ref/dist/index.js.map +0 -1
  413. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@radix-ui/react-use-controllable-state/dist/index.js +0 -47
  414. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@radix-ui/react-use-controllable-state/dist/index.js.map +0 -1
  415. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@radix-ui/react-use-escape-keydown/dist/index.js +0 -19
  416. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@radix-ui/react-use-escape-keydown/dist/index.js.map +0 -1
  417. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@radix-ui/react-use-layout-effect/dist/index.js +0 -8
  418. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@radix-ui/react-use-layout-effect/dist/index.js.map +0 -1
  419. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@radix-ui/react-use-previous/dist/index.js +0 -16
  420. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@radix-ui/react-use-previous/dist/index.js.map +0 -1
  421. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@radix-ui/react-use-size/dist/index.js +0 -41
  422. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@radix-ui/react-use-size/dist/index.js.map +0 -1
  423. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@radix-ui/react-visually-hidden/dist/index.js +0 -35
  424. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@radix-ui/react-visually-hidden/dist/index.js.map +0 -1
  425. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@react-google-maps/api/dist/esm.js +0 -8515
  426. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@react-google-maps/api/dist/esm.js.map +0 -1
  427. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@remix-run/router/dist/router.js +0 -271
  428. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@remix-run/router/dist/router.js.map +0 -1
  429. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@tanstack/react-virtual/dist/esm/index.js +0 -43
  430. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@tanstack/react-virtual/dist/esm/index.js.map +0 -1
  431. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@tanstack/virtual-core/dist/esm/index.js +0 -669
  432. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@tanstack/virtual-core/dist/esm/index.js.map +0 -1
  433. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@tanstack/virtual-core/dist/esm/utils.js +0 -61
  434. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@tanstack/virtual-core/dist/esm/utils.js.map +0 -1
  435. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/aria-hidden/dist/es2015/index.js +0 -137
  436. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/aria-hidden/dist/es2015/index.js.map +0 -1
  437. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/fuse.js/dist/fuse.js +0 -1779
  438. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/fuse.js/dist/fuse.js.map +0 -1
  439. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/get-nonce/dist/es2015/index.js +0 -9
  440. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/get-nonce/dist/es2015/index.js.map +0 -1
  441. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/react-remove-scroll/dist/es2015/Combination.js +0 -10
  442. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/react-remove-scroll/dist/es2015/Combination.js.map +0 -1
  443. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/react-remove-scroll/dist/es2015/SideEffect.js +0 -161
  444. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/react-remove-scroll/dist/es2015/SideEffect.js.map +0 -1
  445. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/react-remove-scroll/dist/es2015/UI.js +0 -39
  446. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/react-remove-scroll/dist/es2015/UI.js.map +0 -1
  447. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/react-remove-scroll/dist/es2015/aggresiveCapture.js +0 -22
  448. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/react-remove-scroll/dist/es2015/aggresiveCapture.js.map +0 -1
  449. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/react-remove-scroll/dist/es2015/handleScroll.js +0 -107
  450. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/react-remove-scroll/dist/es2015/handleScroll.js.map +0 -1
  451. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/react-remove-scroll/dist/es2015/medium.js +0 -6
  452. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/react-remove-scroll/dist/es2015/medium.js.map +0 -1
  453. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/react-remove-scroll/dist/es2015/sidecar.js +0 -8
  454. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/react-remove-scroll/dist/es2015/sidecar.js.map +0 -1
  455. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/react-remove-scroll-bar/dist/es2015/component.js +0 -57
  456. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/react-remove-scroll-bar/dist/es2015/component.js.map +0 -1
  457. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/react-remove-scroll-bar/dist/es2015/constants.js +0 -11
  458. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/react-remove-scroll-bar/dist/es2015/constants.js.map +0 -1
  459. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/react-remove-scroll-bar/dist/es2015/utils.js +0 -32
  460. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/react-remove-scroll-bar/dist/es2015/utils.js.map +0 -1
  461. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/react-router/dist/index.js +0 -280
  462. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/react-router/dist/index.js.map +0 -1
  463. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/react-router-dom/dist/index.js +0 -201
  464. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/react-router-dom/dist/index.js.map +0 -1
  465. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/react-style-singleton/dist/es2015/component.js +0 -20
  466. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/react-style-singleton/dist/es2015/component.js.map +0 -1
  467. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/react-style-singleton/dist/es2015/hook.js +0 -26
  468. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/react-style-singleton/dist/es2015/hook.js.map +0 -1
  469. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/react-style-singleton/dist/es2015/singleton.js +0 -52
  470. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/react-style-singleton/dist/es2015/singleton.js.map +0 -1
  471. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/tailwind-merge/dist/bundle-mjs.js +0 -2530
  472. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/tailwind-merge/dist/bundle-mjs.js.map +0 -1
  473. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/tslib/tslib.es6.js +0 -57
  474. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/tslib/tslib.es6.js.map +0 -1
  475. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/use-callback-ref/dist/es2015/assignRef.js +0 -25
  476. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/use-callback-ref/dist/es2015/assignRef.js.map +0 -1
  477. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/use-callback-ref/dist/es2015/useMergeRef.js +0 -49
  478. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/use-callback-ref/dist/es2015/useMergeRef.js.map +0 -1
  479. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/use-callback-ref/dist/es2015/useRef.js +0 -43
  480. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/use-callback-ref/dist/es2015/useRef.js.map +0 -1
  481. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/use-places-autocomplete/dist/index.esm.js +0 -243
  482. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/use-places-autocomplete/dist/index.esm.js.map +0 -1
  483. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/use-sidecar/dist/es2015/exports.js +0 -22
  484. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/use-sidecar/dist/es2015/exports.js.map +0 -1
  485. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/use-sidecar/dist/es2015/medium.js +0 -78
  486. package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/use-sidecar/dist/es2015/medium.js.map +0 -1
  487. package/dist/WellSpanMap/node_modules/react/cjs/react-jsx-runtime.production.min.js +0 -49
  488. package/dist/WellSpanMap/node_modules/react/cjs/react-jsx-runtime.production.min.js.map +0 -1
  489. package/dist/WellSpanMap/node_modules/react/jsx-runtime.js +0 -12
  490. package/dist/WellSpanMap/node_modules/react/jsx-runtime.js.map +0 -1
@@ -1,268 +1,268 @@
1
- /* Custom prefixed styles */
2
- @tailwind base;
3
- @tailwind components;
4
- @tailwind utilities;
5
- .hc-bundle html {
6
- font-size: 14px;
7
- }
8
-
9
- @media (min-width: 768px) {
10
- .hc-bundle html {
11
- font-size: 16px;
12
- }
13
- }
14
-
15
- .hc-bundle .btn:focus, .hc-bundle .btn:active:focus, .hc-bundle .btn-link.nav-link:focus, .hc-bundle .form-control:focus, .hc-bundle .form-check-input:focus {
16
- box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
17
- }
18
-
19
- .hc-bundle html {
20
- position: relative;
21
- min-height: 100%;
22
- }
23
-
24
- .hc-bundle body {
25
- margin-bottom: 60px;
26
- }
27
-
28
- .hc-bundle *, .hc-bundle :after, .hc-bundle :before {
29
- border: 0 solid #e5e7eb;
30
- box-sizing: border-box;
31
- }
32
-
33
- .hc-bundle :after, .hc-bundle :before {
34
- --tw-content: "";
35
- }
36
-
37
- .hc-bundle :host, .hc-bundle html {
38
- -webkit-text-size-adjust: 100%;
39
- font-feature-settings: normal;
40
- -webkit-tap-highlight-color: transparent;
41
- font-family: var(--font-roboto-flex), ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
42
- font-variation-settings: normal;
43
- line-height: 1.5;
44
- -moz-tab-size: 4;
45
- -o-tab-size: 4;
46
- tab-size: 4;
47
- }
48
-
49
-
50
- .hc-bundle hr {
51
- border-top-width: 1px;
52
- color: inherit;
53
- height: 0;
54
- }
55
-
56
- .hc-bundle abbr:where([title]) {
57
- -webkit-text-decoration: underline dotted;
58
- text-decoration: underline dotted;
59
- }
60
-
61
-
62
- .hc-bundle a {
63
- color: inherit;
64
- text-decoration: inherit;
65
- }
66
-
67
- .hc-bundle b, .hc-bundle strong {
68
- font-weight: bolder;
69
- }
70
-
71
- .hc-bundle code, .hc-bundle kbd, .hc-bundle pre, .hc-bundle samp {
72
- font-feature-settings: normal;
73
- font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
74
- font-size: 1em;
75
- font-variation-settings: normal;
76
- }
77
-
78
- .hc-bundle small {
79
- font-size: 80%;
80
- }
81
-
82
- .hc-bundle sub, .hc-bundle sup {
83
- font-size: 75%;
84
- line-height: 0;
85
- position: relative;
86
- vertical-align: baseline;
87
- }
88
-
89
- .hc-bundle sub {
90
- bottom: -.25em;
91
- }
92
-
93
- .hc-bundle sup {
94
- top: -.5em;
95
- }
96
-
97
- .hc-bundle table {
98
- border-collapse: collapse;
99
- border-color: inherit;
100
- text-indent: 0;
101
- }
102
-
103
- .hc-bundle button, .hc-bundle input, .hc-bundle optgroup, .hc-bundle select, .hc-bundle textarea {
104
- font-feature-settings: inherit;
105
- color: inherit;
106
- font-family: inherit;
107
- font-size: 100%;
108
- font-variation-settings: inherit;
109
- font-weight: inherit;
110
- letter-spacing: inherit;
111
- line-height: inherit;
112
- margin: 0;
113
- padding: 0;
114
- }
115
-
116
- .hc-bundle button, .hc-bundle select {
117
- text-transform: none;
118
- }
119
-
120
- .hc-bundle button, .hc-bundle input:where([type=button]), .hc-bundle input:where([type=reset]), .hc-bundle input:where([type=submit]) {
121
- -webkit-appearance: button;
122
- background-color: transparent;
123
- background-image: none;
124
- }
125
-
126
- .hc-bundle :-moz-focusring {
127
- outline: auto;
128
- }
129
-
130
- .hc-bundle :-moz-ui-invalid {
131
- box-shadow: none;
132
- }
133
-
134
- .hc-bundle progress {
135
- vertical-align: baseline;
136
- }
137
-
138
- .hc-bundle ::-webkit-inner-spin-button, .hc-bundle ::-webkit-outer-spin-button {
139
- height: auto;
140
- }
141
-
142
- .hc-bundle [type=search] {
143
- -webkit-appearance: textfield;
144
- outline-offset: -2px;
145
- }
146
-
147
- .hc-bundle ::-webkit-search-decoration {
148
- -webkit-appearance: none;
149
- }
150
-
151
- .hc-bundle ::-webkit-file-upload-button {
152
- -webkit-appearance: button;
153
- font: inherit;
154
- }
155
-
156
- .hc-bundle summary {
157
- display: list-item;
158
- }
159
-
160
- .hc-bundle textarea {
161
- resize: vertical;
162
- }
163
-
164
- .hc-bundle input::-moz-placeholder, .hc-bundle textarea::-moz-placeholder {
165
- color: #9ca3af;
166
- }
167
-
168
- .hc-bundle input::placeholder, .hc-bundle textarea::placeholder {
169
- color: #9ca3af;
170
- }
171
-
172
- .hc-bundle [role=button], .hc-bundle button {
173
- cursor: pointer;
174
- }
175
-
176
- .hc-bundle :disabled {
177
- cursor: default;
178
- }
179
-
180
- .hc-bundle audio, .hc-bundle canvas, .hc-bundle embed, .hc-bundle iframe, .hc-bundle img, .hc-bundle object, .hc-bundle svg, .hc-bundle video {
181
- display: block;
182
- vertical-align: middle;
183
- }
184
-
185
- .hc-bundle img, .hc-bundle video {
186
- height: auto;
187
- max-width: 100%;
188
- }
189
-
190
- .hc-bundle [hidden] {
191
- display: none;
192
- }
193
-
194
- .hc-bundle [multiple], .hc-bundle [type=date], .hc-bundle [type=datetime-local], .hc-bundle [type=email], .hc-bundle [type=month], .hc-bundle [type=number], .hc-bundle [type=password], .hc-bundle [type=search], .hc-bundle [type=tel], .hc-bundle [type=text], .hc-bundle [type=time], .hc-bundle [type=url], .hc-bundle [type=week], .hc-bundle input:where(:not([type])), .hc-bundle select, .hc-bundle textarea {
195
- --tw-shadow: 0 0 #0000;
196
- -webkit-appearance: none;
197
- -moz-appearance: none;
198
- appearance: none;
199
- background-color: #fff;
200
- border-color: #6b7280;
201
- border-radius: 0;
202
- border-width: 1px;
203
- font-size: 1rem;
204
- line-height: 1.5rem;
205
- padding: .5rem .75rem;
206
- }
207
-
208
- .hc-bundle [multiple]:focus, .hc-bundle [type=date]:focus, .hc-bundle [type=datetime-local]:focus, .hc-bundle [type=email]:focus, .hc-bundle [type=month]:focus, .hc-bundle [type=number]:focus, .hc-bundle [type=password]:focus, .hc-bundle [type=search]:focus, .hc-bundle [type=tel]:focus, .hc-bundle [type=text]:focus, .hc-bundle [type=time]:focus, .hc-bundle [type=url]:focus, .hc-bundle [type=week]:focus, .hc-bundle input:where(:not([type])):focus, .hc-bundle select:focus, .hc-bundle textarea:focus {
209
- --tw-ring-inset: var(--tw-empty, /*!*/ /*!*/);
210
- --tw-ring-offset-width: 0px;
211
- --tw-ring-offset-color: #fff;
212
- --tw-ring-color: #2563eb;
213
- --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
214
- --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
215
- border-color: #2563eb;
216
- box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
217
- outline: 2px solid transparent;
218
- outline-offset: 2px;
219
- }
220
-
221
- .hc-bundle input::-moz-placeholder, .hc-bundle textarea::-moz-placeholder {
222
- color: #6b7280;
223
- opacity: 1;
224
- }
225
-
226
- .hc-bundle input::placeholder, .hc-bundle textarea::placeholder {
227
- color: #6b7280;
228
- opacity: 1;
229
- }
230
-
231
- .hc-bundle ::-webkit-datetime-edit-fields-wrapper {
232
- padding: 0;
233
- }
234
-
235
- .hc-bundle ::-webkit-date-and-time-value {
236
- min-height: 1.5em;
237
- text-align: inherit;
238
- }
239
-
240
- .hc-bundle ::-webkit-datetime-edit {
241
- display: inline-flex;
242
- }
243
-
244
- .hc-bundle ::-webkit-datetime-edit, .hc-bundle ::-webkit-datetime-edit-day-field, .hc-bundle ::-webkit-datetime-edit-hour-field, .hc-bundle ::-webkit-datetime-edit-meridiem-field, .hc-bundle ::-webkit-datetime-edit-millisecond-field, .hc-bundle ::-webkit-datetime-edit-minute-field, .hc-bundle ::-webkit-datetime-edit-month-field, .hc-bundle ::-webkit-datetime-edit-second-field, .hc-bundle ::-webkit-datetime-edit-year-field {
245
- padding-bottom: 0;
246
- padding-top: 0;
247
- }
248
-
249
- .hc-bundle select {
250
- background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E");
251
- background-position: right .5rem center;
252
- background-repeat: no-repeat;
253
- background-size: 1.5em 1.5em;
254
- padding-right: 2.5rem;
255
- -webkit-print-color-adjust: exact;
256
- print-color-adjust: exact;
257
- }
258
-
259
- .hc-bundle [multiple], .hc-bundle [size]:where(select:not([size="1"])) {
260
- background-image: none;
261
- background-position: 0 0;
262
- background-repeat: unset;
263
- background-size: auto auto;
264
- background-size: initial;
265
- padding-right: .75rem;
266
- -webkit-print-color-adjust: unset;
267
- print-color-adjust: unset;
268
- }
1
+ /* Custom prefixed styles */
2
+ @tailwind base;
3
+ @tailwind components;
4
+ @tailwind utilities;
5
+ .hc-bundle html {
6
+ font-size: 14px;
7
+ }
8
+
9
+ @media (min-width: 768px) {
10
+ .hc-bundle html {
11
+ font-size: 16px;
12
+ }
13
+ }
14
+
15
+ .hc-bundle .btn:focus, .hc-bundle .btn:active:focus, .hc-bundle .btn-link.nav-link:focus, .hc-bundle .form-control:focus, .hc-bundle .form-check-input:focus {
16
+ box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
17
+ }
18
+
19
+ .hc-bundle html {
20
+ position: relative;
21
+ min-height: 100%;
22
+ }
23
+
24
+ .hc-bundle body {
25
+ margin-bottom: 60px;
26
+ }
27
+
28
+ .hc-bundle *, .hc-bundle :after, .hc-bundle :before {
29
+ border: 0 solid #e5e7eb;
30
+ box-sizing: border-box;
31
+ }
32
+
33
+ .hc-bundle :after, .hc-bundle :before {
34
+ --tw-content: "";
35
+ }
36
+
37
+ .hc-bundle :host, .hc-bundle html {
38
+ -webkit-text-size-adjust: 100%;
39
+ font-feature-settings: normal;
40
+ -webkit-tap-highlight-color: transparent;
41
+ font-family: var(--font-roboto-flex), ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
42
+ font-variation-settings: normal;
43
+ line-height: 1.5;
44
+ -moz-tab-size: 4;
45
+ -o-tab-size: 4;
46
+ tab-size: 4;
47
+ }
48
+
49
+
50
+ .hc-bundle hr {
51
+ border-top-width: 1px;
52
+ color: inherit;
53
+ height: 0;
54
+ }
55
+
56
+ .hc-bundle abbr:where([title]) {
57
+ -webkit-text-decoration: underline dotted;
58
+ text-decoration: underline dotted;
59
+ }
60
+
61
+
62
+ .hc-bundle a {
63
+ color: inherit;
64
+ text-decoration: inherit;
65
+ }
66
+
67
+ .hc-bundle b, .hc-bundle strong {
68
+ font-weight: bolder;
69
+ }
70
+
71
+ .hc-bundle code, .hc-bundle kbd, .hc-bundle pre, .hc-bundle samp {
72
+ font-feature-settings: normal;
73
+ font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
74
+ font-size: 1em;
75
+ font-variation-settings: normal;
76
+ }
77
+
78
+ .hc-bundle small {
79
+ font-size: 80%;
80
+ }
81
+
82
+ .hc-bundle sub, .hc-bundle sup {
83
+ font-size: 75%;
84
+ line-height: 0;
85
+ position: relative;
86
+ vertical-align: baseline;
87
+ }
88
+
89
+ .hc-bundle sub {
90
+ bottom: -.25em;
91
+ }
92
+
93
+ .hc-bundle sup {
94
+ top: -.5em;
95
+ }
96
+
97
+ .hc-bundle table {
98
+ border-collapse: collapse;
99
+ border-color: inherit;
100
+ text-indent: 0;
101
+ }
102
+
103
+ .hc-bundle button, .hc-bundle input, .hc-bundle optgroup, .hc-bundle select, .hc-bundle textarea {
104
+ font-feature-settings: inherit;
105
+ color: inherit;
106
+ font-family: inherit;
107
+ font-size: 100%;
108
+ font-variation-settings: inherit;
109
+ font-weight: inherit;
110
+ letter-spacing: inherit;
111
+ line-height: inherit;
112
+ margin: 0;
113
+ padding: 0;
114
+ }
115
+
116
+ .hc-bundle button, .hc-bundle select {
117
+ text-transform: none;
118
+ }
119
+
120
+ .hc-bundle button, .hc-bundle input:where([type=button]), .hc-bundle input:where([type=reset]), .hc-bundle input:where([type=submit]) {
121
+ -webkit-appearance: button;
122
+ background-color: transparent;
123
+ background-image: none;
124
+ }
125
+
126
+ .hc-bundle :-moz-focusring {
127
+ outline: auto;
128
+ }
129
+
130
+ .hc-bundle :-moz-ui-invalid {
131
+ box-shadow: none;
132
+ }
133
+
134
+ .hc-bundle progress {
135
+ vertical-align: baseline;
136
+ }
137
+
138
+ .hc-bundle ::-webkit-inner-spin-button, .hc-bundle ::-webkit-outer-spin-button {
139
+ height: auto;
140
+ }
141
+
142
+ .hc-bundle [type=search] {
143
+ -webkit-appearance: textfield;
144
+ outline-offset: -2px;
145
+ }
146
+
147
+ .hc-bundle ::-webkit-search-decoration {
148
+ -webkit-appearance: none;
149
+ }
150
+
151
+ .hc-bundle ::-webkit-file-upload-button {
152
+ -webkit-appearance: button;
153
+ font: inherit;
154
+ }
155
+
156
+ .hc-bundle summary {
157
+ display: list-item;
158
+ }
159
+
160
+ .hc-bundle textarea {
161
+ resize: vertical;
162
+ }
163
+
164
+ .hc-bundle input::-moz-placeholder, .hc-bundle textarea::-moz-placeholder {
165
+ color: #9ca3af;
166
+ }
167
+
168
+ .hc-bundle input::placeholder, .hc-bundle textarea::placeholder {
169
+ color: #9ca3af;
170
+ }
171
+
172
+ .hc-bundle [role=button], .hc-bundle button {
173
+ cursor: pointer;
174
+ }
175
+
176
+ .hc-bundle :disabled {
177
+ cursor: default;
178
+ }
179
+
180
+ .hc-bundle audio, .hc-bundle canvas, .hc-bundle embed, .hc-bundle iframe, .hc-bundle img, .hc-bundle object, .hc-bundle svg, .hc-bundle video {
181
+ display: block;
182
+ vertical-align: middle;
183
+ }
184
+
185
+ .hc-bundle img, .hc-bundle video {
186
+ height: auto;
187
+ max-width: 100%;
188
+ }
189
+
190
+ .hc-bundle [hidden] {
191
+ display: none;
192
+ }
193
+
194
+ .hc-bundle [multiple], .hc-bundle [type=date], .hc-bundle [type=datetime-local], .hc-bundle [type=email], .hc-bundle [type=month], .hc-bundle [type=number], .hc-bundle [type=password], .hc-bundle [type=search], .hc-bundle [type=tel], .hc-bundle [type=text], .hc-bundle [type=time], .hc-bundle [type=url], .hc-bundle [type=week], .hc-bundle input:where(:not([type])), .hc-bundle select, .hc-bundle textarea {
195
+ --tw-shadow: 0 0 #0000;
196
+ -webkit-appearance: none;
197
+ -moz-appearance: none;
198
+ appearance: none;
199
+ background-color: #fff;
200
+ border-color: #6b7280;
201
+ border-radius: 0;
202
+ border-width: 1px;
203
+ font-size: 1rem;
204
+ line-height: 1.5rem;
205
+ padding: .5rem .75rem;
206
+ }
207
+
208
+ .hc-bundle [multiple]:focus, .hc-bundle [type=date]:focus, .hc-bundle [type=datetime-local]:focus, .hc-bundle [type=email]:focus, .hc-bundle [type=month]:focus, .hc-bundle [type=number]:focus, .hc-bundle [type=password]:focus, .hc-bundle [type=search]:focus, .hc-bundle [type=tel]:focus, .hc-bundle [type=text]:focus, .hc-bundle [type=time]:focus, .hc-bundle [type=url]:focus, .hc-bundle [type=week]:focus, .hc-bundle input:where(:not([type])):focus, .hc-bundle select:focus, .hc-bundle textarea:focus {
209
+ --tw-ring-inset: var(--tw-empty, /*!*/ /*!*/);
210
+ --tw-ring-offset-width: 0px;
211
+ --tw-ring-offset-color: #fff;
212
+ --tw-ring-color: #2563eb;
213
+ --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
214
+ --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
215
+ border-color: #2563eb;
216
+ box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
217
+ outline: 2px solid transparent;
218
+ outline-offset: 2px;
219
+ }
220
+
221
+ .hc-bundle input::-moz-placeholder, .hc-bundle textarea::-moz-placeholder {
222
+ color: #6b7280;
223
+ opacity: 1;
224
+ }
225
+
226
+ .hc-bundle input::placeholder, .hc-bundle textarea::placeholder {
227
+ color: #6b7280;
228
+ opacity: 1;
229
+ }
230
+
231
+ .hc-bundle ::-webkit-datetime-edit-fields-wrapper {
232
+ padding: 0;
233
+ }
234
+
235
+ .hc-bundle ::-webkit-date-and-time-value {
236
+ min-height: 1.5em;
237
+ text-align: inherit;
238
+ }
239
+
240
+ .hc-bundle ::-webkit-datetime-edit {
241
+ display: inline-flex;
242
+ }
243
+
244
+ .hc-bundle ::-webkit-datetime-edit, .hc-bundle ::-webkit-datetime-edit-day-field, .hc-bundle ::-webkit-datetime-edit-hour-field, .hc-bundle ::-webkit-datetime-edit-meridiem-field, .hc-bundle ::-webkit-datetime-edit-millisecond-field, .hc-bundle ::-webkit-datetime-edit-minute-field, .hc-bundle ::-webkit-datetime-edit-month-field, .hc-bundle ::-webkit-datetime-edit-second-field, .hc-bundle ::-webkit-datetime-edit-year-field {
245
+ padding-bottom: 0;
246
+ padding-top: 0;
247
+ }
248
+
249
+ .hc-bundle select {
250
+ background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E");
251
+ background-position: right .5rem center;
252
+ background-repeat: no-repeat;
253
+ background-size: 1.5em 1.5em;
254
+ padding-right: 2.5rem;
255
+ -webkit-print-color-adjust: exact;
256
+ print-color-adjust: exact;
257
+ }
258
+
259
+ .hc-bundle [multiple], .hc-bundle [size]:where(select:not([size="1"])) {
260
+ background-image: none;
261
+ background-position: 0 0;
262
+ background-repeat: unset;
263
+ background-size: auto auto;
264
+ background-size: initial;
265
+ padding-right: .75rem;
266
+ -webkit-print-color-adjust: unset;
267
+ print-color-adjust: unset;
268
+ }
@@ -1,33 +1,33 @@
1
- @config "../../tailwind.config.js";
2
- @tailwind base;
3
- @tailwind components;
4
- @tailwind utilities;
5
-
6
- @layer base {
7
- html {
8
- @apply hc-text-400 hc-text-uiText [scroll-behavior:smooth];
9
- }
10
- }
11
-
12
- @layer components {
13
- .track * {
14
- @apply hc-pointer-events-none;
15
- }
16
-
17
- .stretched-link::after {
18
- @apply hc-content-[''] hc-absolute hc-inset-0 hc-z-[1] hc-pointer-events-auto hc-bg-transparent;
19
- }
20
- }
21
-
22
- .fit-content{
23
- height:fit-content;
24
- }
25
- :root {
26
- --ui-text: #000000;
27
- --ui-accent: #959595;
28
- --primary: #959595;
29
- --primary-dark: #959595;
30
- --secondary: #959595;
31
- --secondary-dark: #959595;
32
- }
33
-
1
+ @config "../../tailwind.config.js";
2
+ @tailwind base;
3
+ @tailwind components;
4
+ @tailwind utilities;
5
+
6
+ @layer base {
7
+ html {
8
+ @apply hc-text-400 hc-text-uiText [scroll-behavior:smooth];
9
+ }
10
+ }
11
+
12
+ @layer components {
13
+ .track * {
14
+ @apply hc-pointer-events-none;
15
+ }
16
+
17
+ .stretched-link::after {
18
+ @apply hc-content-[''] hc-absolute hc-inset-0 hc-z-[1] hc-pointer-events-auto hc-bg-transparent;
19
+ }
20
+ }
21
+
22
+ .fit-content{
23
+ height:fit-content;
24
+ }
25
+ :root {
26
+ --ui-text: #000000;
27
+ --ui-accent: #959595;
28
+ --primary: #959595;
29
+ --primary-dark: #959595;
30
+ --secondary: #959595;
31
+ --secondary-dark: #959595;
32
+ }
33
+
@@ -1,7 +1,7 @@
1
- export type Address = {
2
- location?: string;
3
- street?: string;
4
- city?: string;
5
- state?: string;
6
- zip?: string;
7
- }
1
+ export type Address = {
2
+ location?: string;
3
+ street?: string;
4
+ city?: string;
5
+ state?: string;
6
+ zip?: string;
7
+ }
@@ -1,9 +1,9 @@
1
- import { SectionType } from '../enums/SectionType';
2
-
3
- export type ContentSection = {
4
- title?: string;
5
- contentFormatted?: string;
6
- contentRaw?: string;
7
- sectionType: SectionType;
8
- sortIndex: number;
9
- }
1
+ import { SectionType } from '../enums/SectionType';
2
+
3
+ export type ContentSection = {
4
+ title?: string;
5
+ contentFormatted?: string;
6
+ contentRaw?: string;
7
+ sectionType: SectionType;
8
+ sortIndex: number;
9
+ }
@@ -1,8 +1,8 @@
1
- export type GetListingsParams = {
2
- location?: string[];
3
- category?: string[];
4
- categoryClass?: string[];
5
- education?: string[];
6
- city?: string[];
7
- state?: string[];
8
- };
1
+ export type GetListingsParams = {
2
+ location?: string[];
3
+ category?: string[];
4
+ categoryClass?: string[];
5
+ education?: string[];
6
+ city?: string[];
7
+ state?: string[];
8
+ };
@@ -1,4 +1,4 @@
1
- export type LatLng = {
2
- lat: number;
3
- lng: number;
4
- }
1
+ export type LatLng = {
2
+ lat: number;
3
+ lng: number;
4
+ }