@abcagency/hc-ui-components 1.6.6 → 1.6.9

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 (477) hide show
  1. package/dist/_virtual/react-jsx-runtime.production.js +4 -0
  2. package/dist/_virtual/react-jsx-runtime.production.js.map +1 -0
  3. package/dist/components/HireControlMap.js +43 -2
  4. package/dist/components/HireControlMap.js.map +1 -1
  5. package/dist/components/containers/accordions/filter-item-container.js +3 -1
  6. package/dist/components/containers/accordions/filter-item-container.js.map +1 -1
  7. package/dist/components/containers/filter/filter-item-container.js +29 -15
  8. package/dist/components/containers/filter/filter-item-container.js.map +1 -1
  9. package/dist/components/modules/accordions/filterItem.js +8 -3
  10. package/dist/components/modules/accordions/filterItem.js.map +1 -1
  11. package/dist/components/modules/filter/index.js +87 -20
  12. package/dist/components/modules/filter/index.js.map +1 -1
  13. package/dist/components/modules/filter/item.js +8 -3
  14. package/dist/components/modules/filter/item.js.map +1 -1
  15. package/dist/components/modules/filter/search.js +6 -1
  16. package/dist/components/modules/filter/search.js.map +1 -1
  17. package/dist/contexts/mapListContext.js +48 -3
  18. package/dist/contexts/mapListContext.js.map +1 -1
  19. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@floating-ui/core/dist/floating-ui.core.js +815 -0
  20. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@floating-ui/core/dist/floating-ui.core.js.map +1 -0
  21. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@floating-ui/dom/dist/floating-ui.dom.js +752 -0
  22. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@floating-ui/dom/dist/floating-ui.dom.js.map +1 -0
  23. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.js +351 -0
  24. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.js.map +1 -0
  25. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js +162 -0
  26. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js.map +1 -0
  27. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@floating-ui/utils/dist/floating-ui.utils.js +138 -0
  28. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@floating-ui/utils/dist/floating-ui.utils.js.map +1 -0
  29. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/components/combobox/combobox.js +33 -0
  30. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/components/combobox/combobox.js.map +1 -0
  31. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/components/keyboard.js +4 -0
  32. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/components/keyboard.js.map +1 -0
  33. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/components/transitions/transition.js +19 -0
  34. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/components/transitions/transition.js.map +1 -0
  35. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/components/transitions/utils/transition.js +8 -0
  36. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/components/transitions/utils/transition.js.map +1 -0
  37. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-computed.js +8 -0
  38. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-computed.js.map +1 -0
  39. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-controllable.js +7 -0
  40. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-controllable.js.map +1 -0
  41. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-disposables.js +7 -0
  42. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-disposables.js.map +1 -0
  43. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-document-event.js +7 -0
  44. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-document-event.js.map +1 -0
  45. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-event.js +7 -0
  46. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-event.js.map +1 -0
  47. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-flags.js +7 -0
  48. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-flags.js.map +1 -0
  49. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-id.js +9 -0
  50. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-id.js.map +1 -0
  51. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-is-mounted.js +7 -0
  52. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-is-mounted.js.map +1 -0
  53. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-iso-morphic-effect.js +7 -0
  54. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-iso-morphic-effect.js.map +1 -0
  55. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-latest-value.js +7 -0
  56. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-latest-value.js.map +1 -0
  57. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-outside-click.js +10 -0
  58. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-outside-click.js.map +1 -0
  59. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-owner.js +7 -0
  60. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-owner.js.map +1 -0
  61. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-resolve-button-type.js +7 -0
  62. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-resolve-button-type.js.map +1 -0
  63. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-server-handoff-complete.js +7 -0
  64. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-server-handoff-complete.js.map +1 -0
  65. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-sync-refs.js +7 -0
  66. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-sync-refs.js.map +1 -0
  67. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-tracked-pointer.js +6 -0
  68. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-tracked-pointer.js.map +1 -0
  69. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-transition.js +11 -0
  70. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-transition.js.map +1 -0
  71. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-tree-walker.js +8 -0
  72. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-tree-walker.js.map +1 -0
  73. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-watch.js +7 -0
  74. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-watch.js.map +1 -0
  75. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-window-event.js +7 -0
  76. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-window-event.js.map +1 -0
  77. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/internal/hidden.js +6 -0
  78. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/internal/hidden.js.map +1 -0
  79. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/internal/open-closed.js +6 -0
  80. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/internal/open-closed.js.map +1 -0
  81. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/active-element-history.js +6 -0
  82. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/active-element-history.js.map +1 -0
  83. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/bugs.js +4 -0
  84. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/bugs.js.map +1 -0
  85. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/calculate-active-index.js +4 -0
  86. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/calculate-active-index.js.map +1 -0
  87. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/class-names.js +4 -0
  88. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/class-names.js.map +1 -0
  89. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/disposables.js +6 -0
  90. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/disposables.js.map +1 -0
  91. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/document-ready.js +4 -0
  92. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/document-ready.js.map +1 -0
  93. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/env.js +4 -0
  94. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/env.js.map +1 -0
  95. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/focus-management.js +7 -0
  96. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/focus-management.js.map +1 -0
  97. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/form.js +4 -0
  98. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/form.js.map +1 -0
  99. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/match.js +4 -0
  100. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/match.js.map +1 -0
  101. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/micro-task.js +4 -0
  102. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/micro-task.js.map +1 -0
  103. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/once.js +4 -0
  104. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/once.js.map +1 -0
  105. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/owner.js +6 -0
  106. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/owner.js.map +1 -0
  107. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/platform.js +4 -0
  108. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/platform.js.map +1 -0
  109. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/render.js +11 -0
  110. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/render.js.map +1 -0
  111. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@iconify/react/dist/iconify.js +1928 -0
  112. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@iconify/react/dist/iconify.js.map +1 -0
  113. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@radix-ui/number/dist/index.js +7 -0
  114. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@radix-ui/number/dist/index.js.map +1 -0
  115. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@radix-ui/primitive/dist/index.js +12 -0
  116. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@radix-ui/primitive/dist/index.js.map +1 -0
  117. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@radix-ui/react-accordion/dist/index.js +306 -0
  118. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@radix-ui/react-accordion/dist/index.js.map +1 -0
  119. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@radix-ui/react-arrow/dist/index.js +26 -0
  120. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@radix-ui/react-arrow/dist/index.js.map +1 -0
  121. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@radix-ui/react-collapsible/dist/index.js +146 -0
  122. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@radix-ui/react-collapsible/dist/index.js.map +1 -0
  123. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@radix-ui/react-collection/dist/index.js +71 -0
  124. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@radix-ui/react-collection/dist/index.js.map +1 -0
  125. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@radix-ui/react-compose-refs/dist/index.js +40 -0
  126. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@radix-ui/react-compose-refs/dist/index.js.map +1 -0
  127. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@radix-ui/react-context/dist/index.js +80 -0
  128. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@radix-ui/react-context/dist/index.js.map +1 -0
  129. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@radix-ui/react-dialog/dist/index.js +322 -0
  130. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@radix-ui/react-dialog/dist/index.js.map +1 -0
  131. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@radix-ui/react-direction/dist/index.js +12 -0
  132. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@radix-ui/react-direction/dist/index.js.map +1 -0
  133. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@radix-ui/react-dismissable-layer/dist/index.js +212 -0
  134. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@radix-ui/react-dismissable-layer/dist/index.js.map +1 -0
  135. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@radix-ui/react-focus-guards/dist/index.js +30 -0
  136. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@radix-ui/react-focus-guards/dist/index.js.map +1 -0
  137. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@radix-ui/react-focus-scope/dist/index.js +208 -0
  138. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@radix-ui/react-focus-scope/dist/index.js.map +1 -0
  139. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@radix-ui/react-id/dist/index.js +16 -0
  140. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@radix-ui/react-id/dist/index.js.map +1 -0
  141. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@radix-ui/react-popper/dist/index.js +284 -0
  142. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@radix-ui/react-popper/dist/index.js.map +1 -0
  143. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@radix-ui/react-portal/dist/index.js +18 -0
  144. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@radix-ui/react-portal/dist/index.js.map +1 -0
  145. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@radix-ui/react-presence/dist/index.js +131 -0
  146. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@radix-ui/react-presence/dist/index.js.map +1 -0
  147. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@radix-ui/react-primitive/dist/index.js +44 -0
  148. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@radix-ui/react-primitive/dist/index.js.map +1 -0
  149. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@radix-ui/react-roving-focus/dist/index.js +224 -0
  150. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@radix-ui/react-roving-focus/dist/index.js.map +1 -0
  151. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@radix-ui/react-select/dist/index.js +1155 -0
  152. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@radix-ui/react-select/dist/index.js.map +1 -0
  153. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@radix-ui/react-slot/dist/index.js +90 -0
  154. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@radix-ui/react-slot/dist/index.js.map +1 -0
  155. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@radix-ui/react-tabs/dist/index.js +188 -0
  156. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@radix-ui/react-tabs/dist/index.js.map +1 -0
  157. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@radix-ui/react-use-callback-ref/dist/index.js +13 -0
  158. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@radix-ui/react-use-callback-ref/dist/index.js.map +1 -0
  159. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@radix-ui/react-use-controllable-state/dist/index.js +71 -0
  160. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@radix-ui/react-use-controllable-state/dist/index.js.map +1 -0
  161. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@radix-ui/react-use-escape-keydown/dist/index.js +19 -0
  162. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@radix-ui/react-use-escape-keydown/dist/index.js.map +1 -0
  163. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@radix-ui/react-use-layout-effect/dist/index.js +8 -0
  164. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@radix-ui/react-use-layout-effect/dist/index.js.map +1 -0
  165. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@radix-ui/react-use-previous/dist/index.js +16 -0
  166. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@radix-ui/react-use-previous/dist/index.js.map +1 -0
  167. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@radix-ui/react-use-size/dist/index.js +41 -0
  168. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@radix-ui/react-use-size/dist/index.js.map +1 -0
  169. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@radix-ui/react-visually-hidden/dist/index.js +35 -0
  170. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@radix-ui/react-visually-hidden/dist/index.js.map +1 -0
  171. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@react-google-maps/api/dist/esm.js +8749 -0
  172. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@react-google-maps/api/dist/esm.js.map +1 -0
  173. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@remix-run/router/dist/router.js +271 -0
  174. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@remix-run/router/dist/router.js.map +1 -0
  175. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@tanstack/react-virtual/dist/esm/index.js +43 -0
  176. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@tanstack/react-virtual/dist/esm/index.js.map +1 -0
  177. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@tanstack/virtual-core/dist/esm/index.js +730 -0
  178. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@tanstack/virtual-core/dist/esm/index.js.map +1 -0
  179. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@tanstack/virtual-core/dist/esm/utils.js +65 -0
  180. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/@tanstack/virtual-core/dist/esm/utils.js.map +1 -0
  181. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/aria-hidden/dist/es2015/index.js +138 -0
  182. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/aria-hidden/dist/es2015/index.js.map +1 -0
  183. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/fuse.js/dist/fuse.js +1779 -0
  184. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/fuse.js/dist/fuse.js.map +1 -0
  185. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/get-nonce/dist/es2015/index.js +9 -0
  186. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/get-nonce/dist/es2015/index.js.map +1 -0
  187. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/react-remove-scroll/dist/es2015/Combination.js +10 -0
  188. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/react-remove-scroll/dist/es2015/Combination.js.map +1 -0
  189. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/react-remove-scroll/dist/es2015/SideEffect.js +161 -0
  190. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/react-remove-scroll/dist/es2015/SideEffect.js.map +1 -0
  191. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/react-remove-scroll/dist/es2015/UI.js +39 -0
  192. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/react-remove-scroll/dist/es2015/UI.js.map +1 -0
  193. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/react-remove-scroll/dist/es2015/aggresiveCapture.js +22 -0
  194. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/react-remove-scroll/dist/es2015/aggresiveCapture.js.map +1 -0
  195. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/react-remove-scroll/dist/es2015/handleScroll.js +111 -0
  196. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/react-remove-scroll/dist/es2015/handleScroll.js.map +1 -0
  197. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/react-remove-scroll/dist/es2015/medium.js +6 -0
  198. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/react-remove-scroll/dist/es2015/medium.js.map +1 -0
  199. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/react-remove-scroll/dist/es2015/sidecar.js +8 -0
  200. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/react-remove-scroll/dist/es2015/sidecar.js.map +1 -0
  201. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/react-remove-scroll-bar/dist/es2015/component.js +57 -0
  202. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/react-remove-scroll-bar/dist/es2015/component.js.map +1 -0
  203. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/react-remove-scroll-bar/dist/es2015/constants.js +11 -0
  204. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/react-remove-scroll-bar/dist/es2015/constants.js.map +1 -0
  205. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/react-remove-scroll-bar/dist/es2015/utils.js +32 -0
  206. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/react-remove-scroll-bar/dist/es2015/utils.js.map +1 -0
  207. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/react-router/dist/index.js +280 -0
  208. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/react-router/dist/index.js.map +1 -0
  209. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/react-router-dom/dist/index.js +201 -0
  210. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/react-router-dom/dist/index.js.map +1 -0
  211. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/react-style-singleton/dist/es2015/component.js +20 -0
  212. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/react-style-singleton/dist/es2015/component.js.map +1 -0
  213. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/react-style-singleton/dist/es2015/hook.js +26 -0
  214. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/react-style-singleton/dist/es2015/hook.js.map +1 -0
  215. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/react-style-singleton/dist/es2015/singleton.js +52 -0
  216. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/react-style-singleton/dist/es2015/singleton.js.map +1 -0
  217. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/tailwind-merge/dist/bundle-mjs.js +2530 -0
  218. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/tailwind-merge/dist/bundle-mjs.js.map +1 -0
  219. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/tslib/tslib.es6.js +57 -0
  220. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/tslib/tslib.es6.js.map +1 -0
  221. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/use-callback-ref/dist/es2015/assignRef.js +25 -0
  222. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/use-callback-ref/dist/es2015/assignRef.js.map +1 -0
  223. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/use-callback-ref/dist/es2015/useMergeRef.js +49 -0
  224. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/use-callback-ref/dist/es2015/useMergeRef.js.map +1 -0
  225. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/use-callback-ref/dist/es2015/useRef.js +43 -0
  226. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/use-callback-ref/dist/es2015/useRef.js.map +1 -0
  227. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/use-places-autocomplete/dist/index.esm.js +243 -0
  228. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/use-places-autocomplete/dist/index.esm.js.map +1 -0
  229. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/use-sidecar/dist/es2015/exports.js +22 -0
  230. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/use-sidecar/dist/es2015/exports.js.map +1 -0
  231. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/use-sidecar/dist/es2015/medium.js +78 -0
  232. package/dist/hc_react_map_npm/packages/hc-ui-components/node_modules/use-sidecar/dist/es2015/medium.js.map +1 -0
  233. package/dist/mwhcrec-careers-web/node_modules/react/cjs/react-jsx-runtime.production.js +37 -0
  234. package/dist/mwhcrec-careers-web/node_modules/react/cjs/react-jsx-runtime.production.js.map +1 -0
  235. package/dist/mwhcrec-careers-web/node_modules/react/jsx-runtime.js +12 -0
  236. package/dist/mwhcrec-careers-web/node_modules/react/jsx-runtime.js.map +1 -0
  237. package/dist/node_modules/tailwind-merge/dist/bundle-mjs.js +51 -1
  238. package/dist/node_modules/tailwind-merge/dist/bundle-mjs.js.map +1 -1
  239. package/dist/privia-careers-web/node_modules/react/cjs/react-jsx-runtime.production.min.js +49 -0
  240. package/dist/privia-careers-web/node_modules/react/cjs/react-jsx-runtime.production.min.js.map +1 -0
  241. package/dist/privia-careers-web/node_modules/react/jsx-runtime.js +12 -0
  242. package/dist/privia-careers-web/node_modules/react/jsx-runtime.js.map +1 -0
  243. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@floating-ui/core/dist/floating-ui.core.js +802 -0
  244. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@floating-ui/core/dist/floating-ui.core.js.map +1 -0
  245. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@floating-ui/dom/dist/floating-ui.dom.js +679 -0
  246. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@floating-ui/dom/dist/floating-ui.dom.js.map +1 -0
  247. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.js +343 -0
  248. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.js.map +1 -0
  249. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js +140 -0
  250. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js.map +1 -0
  251. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@floating-ui/utils/dist/floating-ui.utils.js +137 -0
  252. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@floating-ui/utils/dist/floating-ui.utils.js.map +1 -0
  253. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/components/combobox/combobox.js +33 -0
  254. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/components/combobox/combobox.js.map +1 -0
  255. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/components/keyboard.js +4 -0
  256. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/components/keyboard.js.map +1 -0
  257. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/components/transitions/transition.js +19 -0
  258. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/components/transitions/transition.js.map +1 -0
  259. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/components/transitions/utils/transition.js +8 -0
  260. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/components/transitions/utils/transition.js.map +1 -0
  261. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-computed.js +8 -0
  262. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-computed.js.map +1 -0
  263. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-controllable.js +7 -0
  264. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-controllable.js.map +1 -0
  265. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-disposables.js +7 -0
  266. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-disposables.js.map +1 -0
  267. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-document-event.js +7 -0
  268. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-document-event.js.map +1 -0
  269. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-event.js +7 -0
  270. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-event.js.map +1 -0
  271. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-flags.js +7 -0
  272. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-flags.js.map +1 -0
  273. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-id.js +9 -0
  274. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-id.js.map +1 -0
  275. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-is-mounted.js +7 -0
  276. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-is-mounted.js.map +1 -0
  277. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-iso-morphic-effect.js +7 -0
  278. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-iso-morphic-effect.js.map +1 -0
  279. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-latest-value.js +7 -0
  280. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-latest-value.js.map +1 -0
  281. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-outside-click.js +10 -0
  282. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-outside-click.js.map +1 -0
  283. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-owner.js +7 -0
  284. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-owner.js.map +1 -0
  285. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-resolve-button-type.js +7 -0
  286. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-resolve-button-type.js.map +1 -0
  287. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-server-handoff-complete.js +7 -0
  288. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-server-handoff-complete.js.map +1 -0
  289. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-sync-refs.js +7 -0
  290. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-sync-refs.js.map +1 -0
  291. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-tracked-pointer.js +6 -0
  292. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-tracked-pointer.js.map +1 -0
  293. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-transition.js +11 -0
  294. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-transition.js.map +1 -0
  295. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-tree-walker.js +8 -0
  296. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-tree-walker.js.map +1 -0
  297. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-watch.js +7 -0
  298. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-watch.js.map +1 -0
  299. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-window-event.js +7 -0
  300. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-window-event.js.map +1 -0
  301. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/internal/hidden.js +6 -0
  302. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/internal/hidden.js.map +1 -0
  303. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/internal/open-closed.js +6 -0
  304. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/internal/open-closed.js.map +1 -0
  305. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/active-element-history.js +6 -0
  306. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/active-element-history.js.map +1 -0
  307. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/bugs.js +4 -0
  308. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/bugs.js.map +1 -0
  309. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/calculate-active-index.js +4 -0
  310. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/calculate-active-index.js.map +1 -0
  311. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/class-names.js +4 -0
  312. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/class-names.js.map +1 -0
  313. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/disposables.js +6 -0
  314. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/disposables.js.map +1 -0
  315. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/document-ready.js +4 -0
  316. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/document-ready.js.map +1 -0
  317. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/env.js +4 -0
  318. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/env.js.map +1 -0
  319. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/focus-management.js +7 -0
  320. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/focus-management.js.map +1 -0
  321. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/form.js +4 -0
  322. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/form.js.map +1 -0
  323. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/match.js +4 -0
  324. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/match.js.map +1 -0
  325. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/micro-task.js +4 -0
  326. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/micro-task.js.map +1 -0
  327. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/once.js +4 -0
  328. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/once.js.map +1 -0
  329. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/owner.js +6 -0
  330. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/owner.js.map +1 -0
  331. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/platform.js +4 -0
  332. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/platform.js.map +1 -0
  333. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/render.js +11 -0
  334. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/render.js.map +1 -0
  335. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@iconify/react/dist/iconify.js +1928 -0
  336. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@iconify/react/dist/iconify.js.map +1 -0
  337. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@radix-ui/number/dist/index.js +7 -0
  338. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@radix-ui/number/dist/index.js.map +1 -0
  339. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@radix-ui/primitive/dist/index.js +12 -0
  340. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@radix-ui/primitive/dist/index.js.map +1 -0
  341. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@radix-ui/react-accordion/dist/index.js +304 -0
  342. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@radix-ui/react-accordion/dist/index.js.map +1 -0
  343. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@radix-ui/react-arrow/dist/index.js +26 -0
  344. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@radix-ui/react-arrow/dist/index.js.map +1 -0
  345. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@radix-ui/react-collapsible/dist/index.js +145 -0
  346. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@radix-ui/react-collapsible/dist/index.js.map +1 -0
  347. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@radix-ui/react-collection/dist/index.js +69 -0
  348. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@radix-ui/react-collection/dist/index.js.map +1 -0
  349. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@radix-ui/react-compose-refs/dist/index.js +19 -0
  350. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@radix-ui/react-compose-refs/dist/index.js.map +1 -0
  351. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@radix-ui/react-context/dist/index.js +80 -0
  352. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@radix-ui/react-context/dist/index.js.map +1 -0
  353. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@radix-ui/react-dialog/dist/index.js +320 -0
  354. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@radix-ui/react-dialog/dist/index.js.map +1 -0
  355. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@radix-ui/react-direction/dist/index.js +12 -0
  356. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@radix-ui/react-direction/dist/index.js.map +1 -0
  357. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@radix-ui/react-dismissable-layer/dist/index.js +212 -0
  358. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@radix-ui/react-dismissable-layer/dist/index.js.map +1 -0
  359. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@radix-ui/react-focus-guards/dist/index.js +27 -0
  360. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@radix-ui/react-focus-guards/dist/index.js.map +1 -0
  361. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@radix-ui/react-focus-scope/dist/index.js +208 -0
  362. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@radix-ui/react-focus-scope/dist/index.js.map +1 -0
  363. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@radix-ui/react-id/dist/index.js +16 -0
  364. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@radix-ui/react-id/dist/index.js.map +1 -0
  365. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@radix-ui/react-popper/dist/index.js +279 -0
  366. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@radix-ui/react-popper/dist/index.js.map +1 -0
  367. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@radix-ui/react-portal/dist/index.js +18 -0
  368. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@radix-ui/react-portal/dist/index.js.map +1 -0
  369. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@radix-ui/react-presence/dist/index.js +120 -0
  370. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@radix-ui/react-presence/dist/index.js.map +1 -0
  371. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@radix-ui/react-primitive/dist/index.js +42 -0
  372. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@radix-ui/react-primitive/dist/index.js.map +1 -0
  373. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@radix-ui/react-roving-focus/dist/index.js +221 -0
  374. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@radix-ui/react-roving-focus/dist/index.js.map +1 -0
  375. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@radix-ui/react-select/dist/index.js +1109 -0
  376. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@radix-ui/react-select/dist/index.js.map +1 -0
  377. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@radix-ui/react-slot/dist/index.js +82 -0
  378. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@radix-ui/react-slot/dist/index.js.map +1 -0
  379. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@radix-ui/react-tabs/dist/index.js +187 -0
  380. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@radix-ui/react-tabs/dist/index.js.map +1 -0
  381. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@radix-ui/react-use-callback-ref/dist/index.js +13 -0
  382. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@radix-ui/react-use-callback-ref/dist/index.js.map +1 -0
  383. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@radix-ui/react-use-controllable-state/dist/index.js +47 -0
  384. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@radix-ui/react-use-controllable-state/dist/index.js.map +1 -0
  385. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@radix-ui/react-use-escape-keydown/dist/index.js +19 -0
  386. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@radix-ui/react-use-escape-keydown/dist/index.js.map +1 -0
  387. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@radix-ui/react-use-layout-effect/dist/index.js +8 -0
  388. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@radix-ui/react-use-layout-effect/dist/index.js.map +1 -0
  389. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@radix-ui/react-use-previous/dist/index.js +16 -0
  390. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@radix-ui/react-use-previous/dist/index.js.map +1 -0
  391. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@radix-ui/react-use-size/dist/index.js +41 -0
  392. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@radix-ui/react-use-size/dist/index.js.map +1 -0
  393. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@radix-ui/react-visually-hidden/dist/index.js +35 -0
  394. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@radix-ui/react-visually-hidden/dist/index.js.map +1 -0
  395. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@react-google-maps/api/dist/esm.js +8515 -0
  396. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@react-google-maps/api/dist/esm.js.map +1 -0
  397. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@remix-run/router/dist/router.js +271 -0
  398. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@remix-run/router/dist/router.js.map +1 -0
  399. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@tanstack/react-virtual/dist/esm/index.js +43 -0
  400. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@tanstack/react-virtual/dist/esm/index.js.map +1 -0
  401. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@tanstack/virtual-core/dist/esm/index.js +669 -0
  402. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@tanstack/virtual-core/dist/esm/index.js.map +1 -0
  403. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@tanstack/virtual-core/dist/esm/utils.js +61 -0
  404. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/@tanstack/virtual-core/dist/esm/utils.js.map +1 -0
  405. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/aria-hidden/dist/es2015/index.js +137 -0
  406. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/aria-hidden/dist/es2015/index.js.map +1 -0
  407. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/fuse.js/dist/fuse.js +1779 -0
  408. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/fuse.js/dist/fuse.js.map +1 -0
  409. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/get-nonce/dist/es2015/index.js +9 -0
  410. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/get-nonce/dist/es2015/index.js.map +1 -0
  411. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/react-remove-scroll/dist/es2015/Combination.js +10 -0
  412. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/react-remove-scroll/dist/es2015/Combination.js.map +1 -0
  413. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/react-remove-scroll/dist/es2015/SideEffect.js +161 -0
  414. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/react-remove-scroll/dist/es2015/SideEffect.js.map +1 -0
  415. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/react-remove-scroll/dist/es2015/UI.js +39 -0
  416. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/react-remove-scroll/dist/es2015/UI.js.map +1 -0
  417. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/react-remove-scroll/dist/es2015/aggresiveCapture.js +22 -0
  418. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/react-remove-scroll/dist/es2015/aggresiveCapture.js.map +1 -0
  419. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/react-remove-scroll/dist/es2015/handleScroll.js +107 -0
  420. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/react-remove-scroll/dist/es2015/handleScroll.js.map +1 -0
  421. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/react-remove-scroll/dist/es2015/medium.js +6 -0
  422. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/react-remove-scroll/dist/es2015/medium.js.map +1 -0
  423. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/react-remove-scroll/dist/es2015/sidecar.js +8 -0
  424. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/react-remove-scroll/dist/es2015/sidecar.js.map +1 -0
  425. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/react-remove-scroll-bar/dist/es2015/component.js +57 -0
  426. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/react-remove-scroll-bar/dist/es2015/component.js.map +1 -0
  427. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/react-remove-scroll-bar/dist/es2015/constants.js +11 -0
  428. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/react-remove-scroll-bar/dist/es2015/constants.js.map +1 -0
  429. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/react-remove-scroll-bar/dist/es2015/utils.js +32 -0
  430. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/react-remove-scroll-bar/dist/es2015/utils.js.map +1 -0
  431. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/react-router/dist/index.js +280 -0
  432. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/react-router/dist/index.js.map +1 -0
  433. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/react-router-dom/dist/index.js +201 -0
  434. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/react-router-dom/dist/index.js.map +1 -0
  435. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/react-style-singleton/dist/es2015/component.js +20 -0
  436. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/react-style-singleton/dist/es2015/component.js.map +1 -0
  437. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/react-style-singleton/dist/es2015/hook.js +26 -0
  438. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/react-style-singleton/dist/es2015/hook.js.map +1 -0
  439. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/react-style-singleton/dist/es2015/singleton.js +52 -0
  440. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/react-style-singleton/dist/es2015/singleton.js.map +1 -0
  441. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/tailwind-merge/dist/bundle-mjs.js +2530 -0
  442. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/tailwind-merge/dist/bundle-mjs.js.map +1 -0
  443. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/tslib/tslib.es6.js +57 -0
  444. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/tslib/tslib.es6.js.map +1 -0
  445. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/use-callback-ref/dist/es2015/assignRef.js +25 -0
  446. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/use-callback-ref/dist/es2015/assignRef.js.map +1 -0
  447. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/use-callback-ref/dist/es2015/useMergeRef.js +49 -0
  448. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/use-callback-ref/dist/es2015/useMergeRef.js.map +1 -0
  449. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/use-callback-ref/dist/es2015/useRef.js +43 -0
  450. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/use-callback-ref/dist/es2015/useRef.js.map +1 -0
  451. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/use-places-autocomplete/dist/index.esm.js +243 -0
  452. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/use-places-autocomplete/dist/index.esm.js.map +1 -0
  453. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/use-sidecar/dist/es2015/exports.js +22 -0
  454. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/use-sidecar/dist/es2015/exports.js.map +1 -0
  455. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/use-sidecar/dist/es2015/medium.js +78 -0
  456. package/dist/repos/hc_react_map_npm/packages/hc-ui-components/node_modules/use-sidecar/dist/es2015/medium.js.map +1 -0
  457. package/dist/styles/index.css +1 -1
  458. package/dist/types/components/modules/list/list-item/list-item.d.ts +1 -1
  459. package/dist/types/contexts/mapListContext.d.ts +46 -0
  460. package/dist/types/hooks/useList.d.ts +3 -3
  461. package/dist/types/util/filterUtil.d.ts +9 -3
  462. package/dist/util/algoliaSearchUtil.js +1 -1
  463. package/dist/util/filterUtil.js +70 -14
  464. package/dist/util/filterUtil.js.map +1 -1
  465. package/dist/util/twMerge.js +9 -0
  466. package/dist/util/twMerge.js.map +1 -0
  467. package/package.json +1 -1
  468. package/src/components/HireControlMap.js +48 -2
  469. package/src/components/containers/accordions/filter-item-container.js +1 -1
  470. package/src/components/containers/filter/filter-item-container.js +27 -14
  471. package/src/components/modules/accordions/filterItem.js +16 -3
  472. package/src/components/modules/filter/index.js +114 -41
  473. package/src/components/modules/filter/item.js +15 -3
  474. package/src/components/modules/filter/search.js +7 -1
  475. package/src/contexts/mapListContext.tsx +96 -3
  476. package/src/util/filterUtil.js +64 -24
  477. package/src/util/twMerge.js +6 -0
@@ -0,0 +1,752 @@
1
+ import { offset as offset$1, shift as shift$1, flip as flip$1, size as size$1, hide as hide$1, computePosition as computePosition$1, arrow as arrow$1, limitShift as limitShift$1 } from '../../core/dist/floating-ui.core.js';
2
+ import { createCoords, rectToClientRect, round, floor, max, min } from '../../utils/dist/floating-ui.utils.js';
3
+ import { getOverflowAncestors, isElement, getWindow, getFrameElement, getComputedStyle as getComputedStyle$1, getDocumentElement, isHTMLElement, isWebKit, isTopLayer, getNodeName, isOverflowElement, getNodeScroll, getParentNode, isLastTraversableNode, isTableElement, isContainingBlock, getContainingBlock } from '../../utils/dist/floating-ui.utils.dom.js';
4
+
5
+ function getCssDimensions(element) {
6
+ const css = getComputedStyle$1(element);
7
+ // In testing environments, the `width` and `height` properties are empty
8
+ // strings for SVG elements, returning NaN. Fallback to `0` in this case.
9
+ let width = parseFloat(css.width) || 0;
10
+ let height = parseFloat(css.height) || 0;
11
+ const hasOffset = isHTMLElement(element);
12
+ const offsetWidth = hasOffset ? element.offsetWidth : width;
13
+ const offsetHeight = hasOffset ? element.offsetHeight : height;
14
+ const shouldFallback = round(width) !== offsetWidth || round(height) !== offsetHeight;
15
+ if (shouldFallback) {
16
+ width = offsetWidth;
17
+ height = offsetHeight;
18
+ }
19
+ return {
20
+ width,
21
+ height,
22
+ $: shouldFallback
23
+ };
24
+ }
25
+
26
+ function unwrapElement(element) {
27
+ return !isElement(element) ? element.contextElement : element;
28
+ }
29
+
30
+ function getScale(element) {
31
+ const domElement = unwrapElement(element);
32
+ if (!isHTMLElement(domElement)) {
33
+ return createCoords(1);
34
+ }
35
+ const rect = domElement.getBoundingClientRect();
36
+ const {
37
+ width,
38
+ height,
39
+ $
40
+ } = getCssDimensions(domElement);
41
+ let x = ($ ? round(rect.width) : rect.width) / width;
42
+ let y = ($ ? round(rect.height) : rect.height) / height;
43
+
44
+ // 0, NaN, or Infinity should always fallback to 1.
45
+
46
+ if (!x || !Number.isFinite(x)) {
47
+ x = 1;
48
+ }
49
+ if (!y || !Number.isFinite(y)) {
50
+ y = 1;
51
+ }
52
+ return {
53
+ x,
54
+ y
55
+ };
56
+ }
57
+
58
+ const noOffsets = /*#__PURE__*/createCoords(0);
59
+ function getVisualOffsets(element) {
60
+ const win = getWindow(element);
61
+ if (!isWebKit() || !win.visualViewport) {
62
+ return noOffsets;
63
+ }
64
+ return {
65
+ x: win.visualViewport.offsetLeft,
66
+ y: win.visualViewport.offsetTop
67
+ };
68
+ }
69
+ function shouldAddVisualOffsets(element, isFixed, floatingOffsetParent) {
70
+ if (isFixed === void 0) {
71
+ isFixed = false;
72
+ }
73
+ if (!floatingOffsetParent || isFixed && floatingOffsetParent !== getWindow(element)) {
74
+ return false;
75
+ }
76
+ return isFixed;
77
+ }
78
+
79
+ function getBoundingClientRect(element, includeScale, isFixedStrategy, offsetParent) {
80
+ if (includeScale === void 0) {
81
+ includeScale = false;
82
+ }
83
+ if (isFixedStrategy === void 0) {
84
+ isFixedStrategy = false;
85
+ }
86
+ const clientRect = element.getBoundingClientRect();
87
+ const domElement = unwrapElement(element);
88
+ let scale = createCoords(1);
89
+ if (includeScale) {
90
+ if (offsetParent) {
91
+ if (isElement(offsetParent)) {
92
+ scale = getScale(offsetParent);
93
+ }
94
+ } else {
95
+ scale = getScale(element);
96
+ }
97
+ }
98
+ const visualOffsets = shouldAddVisualOffsets(domElement, isFixedStrategy, offsetParent) ? getVisualOffsets(domElement) : createCoords(0);
99
+ let x = (clientRect.left + visualOffsets.x) / scale.x;
100
+ let y = (clientRect.top + visualOffsets.y) / scale.y;
101
+ let width = clientRect.width / scale.x;
102
+ let height = clientRect.height / scale.y;
103
+ if (domElement) {
104
+ const win = getWindow(domElement);
105
+ const offsetWin = offsetParent && isElement(offsetParent) ? getWindow(offsetParent) : offsetParent;
106
+ let currentWin = win;
107
+ let currentIFrame = getFrameElement(currentWin);
108
+ while (currentIFrame && offsetParent && offsetWin !== currentWin) {
109
+ const iframeScale = getScale(currentIFrame);
110
+ const iframeRect = currentIFrame.getBoundingClientRect();
111
+ const css = getComputedStyle$1(currentIFrame);
112
+ const left = iframeRect.left + (currentIFrame.clientLeft + parseFloat(css.paddingLeft)) * iframeScale.x;
113
+ const top = iframeRect.top + (currentIFrame.clientTop + parseFloat(css.paddingTop)) * iframeScale.y;
114
+ x *= iframeScale.x;
115
+ y *= iframeScale.y;
116
+ width *= iframeScale.x;
117
+ height *= iframeScale.y;
118
+ x += left;
119
+ y += top;
120
+ currentWin = getWindow(currentIFrame);
121
+ currentIFrame = getFrameElement(currentWin);
122
+ }
123
+ }
124
+ return rectToClientRect({
125
+ width,
126
+ height,
127
+ x,
128
+ y
129
+ });
130
+ }
131
+
132
+ // If <html> has a CSS width greater than the viewport, then this will be
133
+ // incorrect for RTL.
134
+ function getWindowScrollBarX(element, rect) {
135
+ const leftScroll = getNodeScroll(element).scrollLeft;
136
+ if (!rect) {
137
+ return getBoundingClientRect(getDocumentElement(element)).left + leftScroll;
138
+ }
139
+ return rect.left + leftScroll;
140
+ }
141
+
142
+ function getHTMLOffset(documentElement, scroll) {
143
+ const htmlRect = documentElement.getBoundingClientRect();
144
+ const x = htmlRect.left + scroll.scrollLeft - getWindowScrollBarX(documentElement, htmlRect);
145
+ const y = htmlRect.top + scroll.scrollTop;
146
+ return {
147
+ x,
148
+ y
149
+ };
150
+ }
151
+
152
+ function convertOffsetParentRelativeRectToViewportRelativeRect(_ref) {
153
+ let {
154
+ elements,
155
+ rect,
156
+ offsetParent,
157
+ strategy
158
+ } = _ref;
159
+ const isFixed = strategy === 'fixed';
160
+ const documentElement = getDocumentElement(offsetParent);
161
+ const topLayer = elements ? isTopLayer(elements.floating) : false;
162
+ if (offsetParent === documentElement || topLayer && isFixed) {
163
+ return rect;
164
+ }
165
+ let scroll = {
166
+ scrollLeft: 0,
167
+ scrollTop: 0
168
+ };
169
+ let scale = createCoords(1);
170
+ const offsets = createCoords(0);
171
+ const isOffsetParentAnElement = isHTMLElement(offsetParent);
172
+ if (isOffsetParentAnElement || !isOffsetParentAnElement && !isFixed) {
173
+ if (getNodeName(offsetParent) !== 'body' || isOverflowElement(documentElement)) {
174
+ scroll = getNodeScroll(offsetParent);
175
+ }
176
+ if (isHTMLElement(offsetParent)) {
177
+ const offsetRect = getBoundingClientRect(offsetParent);
178
+ scale = getScale(offsetParent);
179
+ offsets.x = offsetRect.x + offsetParent.clientLeft;
180
+ offsets.y = offsetRect.y + offsetParent.clientTop;
181
+ }
182
+ }
183
+ const htmlOffset = documentElement && !isOffsetParentAnElement && !isFixed ? getHTMLOffset(documentElement, scroll) : createCoords(0);
184
+ return {
185
+ width: rect.width * scale.x,
186
+ height: rect.height * scale.y,
187
+ x: rect.x * scale.x - scroll.scrollLeft * scale.x + offsets.x + htmlOffset.x,
188
+ y: rect.y * scale.y - scroll.scrollTop * scale.y + offsets.y + htmlOffset.y
189
+ };
190
+ }
191
+
192
+ function getClientRects(element) {
193
+ return Array.from(element.getClientRects());
194
+ }
195
+
196
+ // Gets the entire size of the scrollable document area, even extending outside
197
+ // of the `<html>` and `<body>` rect bounds if horizontally scrollable.
198
+ function getDocumentRect(element) {
199
+ const html = getDocumentElement(element);
200
+ const scroll = getNodeScroll(element);
201
+ const body = element.ownerDocument.body;
202
+ const width = max(html.scrollWidth, html.clientWidth, body.scrollWidth, body.clientWidth);
203
+ const height = max(html.scrollHeight, html.clientHeight, body.scrollHeight, body.clientHeight);
204
+ let x = -scroll.scrollLeft + getWindowScrollBarX(element);
205
+ const y = -scroll.scrollTop;
206
+ if (getComputedStyle$1(body).direction === 'rtl') {
207
+ x += max(html.clientWidth, body.clientWidth) - width;
208
+ }
209
+ return {
210
+ width,
211
+ height,
212
+ x,
213
+ y
214
+ };
215
+ }
216
+
217
+ // Safety check: ensure the scrollbar space is reasonable in case this
218
+ // calculation is affected by unusual styles.
219
+ // Most scrollbars leave 15-18px of space.
220
+ const SCROLLBAR_MAX = 25;
221
+ function getViewportRect(element, strategy) {
222
+ const win = getWindow(element);
223
+ const html = getDocumentElement(element);
224
+ const visualViewport = win.visualViewport;
225
+ let width = html.clientWidth;
226
+ let height = html.clientHeight;
227
+ let x = 0;
228
+ let y = 0;
229
+ if (visualViewport) {
230
+ width = visualViewport.width;
231
+ height = visualViewport.height;
232
+ const visualViewportBased = isWebKit();
233
+ if (!visualViewportBased || visualViewportBased && strategy === 'fixed') {
234
+ x = visualViewport.offsetLeft;
235
+ y = visualViewport.offsetTop;
236
+ }
237
+ }
238
+ const windowScrollbarX = getWindowScrollBarX(html);
239
+ // <html> `overflow: hidden` + `scrollbar-gutter: stable` reduces the
240
+ // visual width of the <html> but this is not considered in the size
241
+ // of `html.clientWidth`.
242
+ if (windowScrollbarX <= 0) {
243
+ const doc = html.ownerDocument;
244
+ const body = doc.body;
245
+ const bodyStyles = getComputedStyle(body);
246
+ const bodyMarginInline = doc.compatMode === 'CSS1Compat' ? parseFloat(bodyStyles.marginLeft) + parseFloat(bodyStyles.marginRight) || 0 : 0;
247
+ const clippingStableScrollbarWidth = Math.abs(html.clientWidth - body.clientWidth - bodyMarginInline);
248
+ if (clippingStableScrollbarWidth <= SCROLLBAR_MAX) {
249
+ width -= clippingStableScrollbarWidth;
250
+ }
251
+ } else if (windowScrollbarX <= SCROLLBAR_MAX) {
252
+ // If the <body> scrollbar is on the left, the width needs to be extended
253
+ // by the scrollbar amount so there isn't extra space on the right.
254
+ width += windowScrollbarX;
255
+ }
256
+ return {
257
+ width,
258
+ height,
259
+ x,
260
+ y
261
+ };
262
+ }
263
+
264
+ const absoluteOrFixed = /*#__PURE__*/new Set(['absolute', 'fixed']);
265
+ // Returns the inner client rect, subtracting scrollbars if present.
266
+ function getInnerBoundingClientRect(element, strategy) {
267
+ const clientRect = getBoundingClientRect(element, true, strategy === 'fixed');
268
+ const top = clientRect.top + element.clientTop;
269
+ const left = clientRect.left + element.clientLeft;
270
+ const scale = isHTMLElement(element) ? getScale(element) : createCoords(1);
271
+ const width = element.clientWidth * scale.x;
272
+ const height = element.clientHeight * scale.y;
273
+ const x = left * scale.x;
274
+ const y = top * scale.y;
275
+ return {
276
+ width,
277
+ height,
278
+ x,
279
+ y
280
+ };
281
+ }
282
+ function getClientRectFromClippingAncestor(element, clippingAncestor, strategy) {
283
+ let rect;
284
+ if (clippingAncestor === 'viewport') {
285
+ rect = getViewportRect(element, strategy);
286
+ } else if (clippingAncestor === 'document') {
287
+ rect = getDocumentRect(getDocumentElement(element));
288
+ } else if (isElement(clippingAncestor)) {
289
+ rect = getInnerBoundingClientRect(clippingAncestor, strategy);
290
+ } else {
291
+ const visualOffsets = getVisualOffsets(element);
292
+ rect = {
293
+ x: clippingAncestor.x - visualOffsets.x,
294
+ y: clippingAncestor.y - visualOffsets.y,
295
+ width: clippingAncestor.width,
296
+ height: clippingAncestor.height
297
+ };
298
+ }
299
+ return rectToClientRect(rect);
300
+ }
301
+ function hasFixedPositionAncestor(element, stopNode) {
302
+ const parentNode = getParentNode(element);
303
+ if (parentNode === stopNode || !isElement(parentNode) || isLastTraversableNode(parentNode)) {
304
+ return false;
305
+ }
306
+ return getComputedStyle$1(parentNode).position === 'fixed' || hasFixedPositionAncestor(parentNode, stopNode);
307
+ }
308
+
309
+ // A "clipping ancestor" is an `overflow` element with the characteristic of
310
+ // clipping (or hiding) child elements. This returns all clipping ancestors
311
+ // of the given element up the tree.
312
+ function getClippingElementAncestors(element, cache) {
313
+ const cachedResult = cache.get(element);
314
+ if (cachedResult) {
315
+ return cachedResult;
316
+ }
317
+ let result = getOverflowAncestors(element, [], false).filter(el => isElement(el) && getNodeName(el) !== 'body');
318
+ let currentContainingBlockComputedStyle = null;
319
+ const elementIsFixed = getComputedStyle$1(element).position === 'fixed';
320
+ let currentNode = elementIsFixed ? getParentNode(element) : element;
321
+
322
+ // https://developer.mozilla.org/en-US/docs/Web/CSS/Containing_block#identifying_the_containing_block
323
+ while (isElement(currentNode) && !isLastTraversableNode(currentNode)) {
324
+ const computedStyle = getComputedStyle$1(currentNode);
325
+ const currentNodeIsContaining = isContainingBlock(currentNode);
326
+ if (!currentNodeIsContaining && computedStyle.position === 'fixed') {
327
+ currentContainingBlockComputedStyle = null;
328
+ }
329
+ const shouldDropCurrentNode = elementIsFixed ? !currentNodeIsContaining && !currentContainingBlockComputedStyle : !currentNodeIsContaining && computedStyle.position === 'static' && !!currentContainingBlockComputedStyle && absoluteOrFixed.has(currentContainingBlockComputedStyle.position) || isOverflowElement(currentNode) && !currentNodeIsContaining && hasFixedPositionAncestor(element, currentNode);
330
+ if (shouldDropCurrentNode) {
331
+ // Drop non-containing blocks.
332
+ result = result.filter(ancestor => ancestor !== currentNode);
333
+ } else {
334
+ // Record last containing block for next iteration.
335
+ currentContainingBlockComputedStyle = computedStyle;
336
+ }
337
+ currentNode = getParentNode(currentNode);
338
+ }
339
+ cache.set(element, result);
340
+ return result;
341
+ }
342
+
343
+ // Gets the maximum area that the element is visible in due to any number of
344
+ // clipping ancestors.
345
+ function getClippingRect(_ref) {
346
+ let {
347
+ element,
348
+ boundary,
349
+ rootBoundary,
350
+ strategy
351
+ } = _ref;
352
+ const elementClippingAncestors = boundary === 'clippingAncestors' ? isTopLayer(element) ? [] : getClippingElementAncestors(element, this._c) : [].concat(boundary);
353
+ const clippingAncestors = [...elementClippingAncestors, rootBoundary];
354
+ const firstClippingAncestor = clippingAncestors[0];
355
+ const clippingRect = clippingAncestors.reduce((accRect, clippingAncestor) => {
356
+ const rect = getClientRectFromClippingAncestor(element, clippingAncestor, strategy);
357
+ accRect.top = max(rect.top, accRect.top);
358
+ accRect.right = min(rect.right, accRect.right);
359
+ accRect.bottom = min(rect.bottom, accRect.bottom);
360
+ accRect.left = max(rect.left, accRect.left);
361
+ return accRect;
362
+ }, getClientRectFromClippingAncestor(element, firstClippingAncestor, strategy));
363
+ return {
364
+ width: clippingRect.right - clippingRect.left,
365
+ height: clippingRect.bottom - clippingRect.top,
366
+ x: clippingRect.left,
367
+ y: clippingRect.top
368
+ };
369
+ }
370
+
371
+ function getDimensions(element) {
372
+ const {
373
+ width,
374
+ height
375
+ } = getCssDimensions(element);
376
+ return {
377
+ width,
378
+ height
379
+ };
380
+ }
381
+
382
+ function getRectRelativeToOffsetParent(element, offsetParent, strategy) {
383
+ const isOffsetParentAnElement = isHTMLElement(offsetParent);
384
+ const documentElement = getDocumentElement(offsetParent);
385
+ const isFixed = strategy === 'fixed';
386
+ const rect = getBoundingClientRect(element, true, isFixed, offsetParent);
387
+ let scroll = {
388
+ scrollLeft: 0,
389
+ scrollTop: 0
390
+ };
391
+ const offsets = createCoords(0);
392
+
393
+ // If the <body> scrollbar appears on the left (e.g. RTL systems). Use
394
+ // Firefox with layout.scrollbar.side = 3 in about:config to test this.
395
+ function setLeftRTLScrollbarOffset() {
396
+ offsets.x = getWindowScrollBarX(documentElement);
397
+ }
398
+ if (isOffsetParentAnElement || !isOffsetParentAnElement && !isFixed) {
399
+ if (getNodeName(offsetParent) !== 'body' || isOverflowElement(documentElement)) {
400
+ scroll = getNodeScroll(offsetParent);
401
+ }
402
+ if (isOffsetParentAnElement) {
403
+ const offsetRect = getBoundingClientRect(offsetParent, true, isFixed, offsetParent);
404
+ offsets.x = offsetRect.x + offsetParent.clientLeft;
405
+ offsets.y = offsetRect.y + offsetParent.clientTop;
406
+ } else if (documentElement) {
407
+ setLeftRTLScrollbarOffset();
408
+ }
409
+ }
410
+ if (isFixed && !isOffsetParentAnElement && documentElement) {
411
+ setLeftRTLScrollbarOffset();
412
+ }
413
+ const htmlOffset = documentElement && !isOffsetParentAnElement && !isFixed ? getHTMLOffset(documentElement, scroll) : createCoords(0);
414
+ const x = rect.left + scroll.scrollLeft - offsets.x - htmlOffset.x;
415
+ const y = rect.top + scroll.scrollTop - offsets.y - htmlOffset.y;
416
+ return {
417
+ x,
418
+ y,
419
+ width: rect.width,
420
+ height: rect.height
421
+ };
422
+ }
423
+
424
+ function isStaticPositioned(element) {
425
+ return getComputedStyle$1(element).position === 'static';
426
+ }
427
+
428
+ function getTrueOffsetParent(element, polyfill) {
429
+ if (!isHTMLElement(element) || getComputedStyle$1(element).position === 'fixed') {
430
+ return null;
431
+ }
432
+ if (polyfill) {
433
+ return polyfill(element);
434
+ }
435
+ let rawOffsetParent = element.offsetParent;
436
+
437
+ // Firefox returns the <html> element as the offsetParent if it's non-static,
438
+ // while Chrome and Safari return the <body> element. The <body> element must
439
+ // be used to perform the correct calculations even if the <html> element is
440
+ // non-static.
441
+ if (getDocumentElement(element) === rawOffsetParent) {
442
+ rawOffsetParent = rawOffsetParent.ownerDocument.body;
443
+ }
444
+ return rawOffsetParent;
445
+ }
446
+
447
+ // Gets the closest ancestor positioned element. Handles some edge cases,
448
+ // such as table ancestors and cross browser bugs.
449
+ function getOffsetParent(element, polyfill) {
450
+ const win = getWindow(element);
451
+ if (isTopLayer(element)) {
452
+ return win;
453
+ }
454
+ if (!isHTMLElement(element)) {
455
+ let svgOffsetParent = getParentNode(element);
456
+ while (svgOffsetParent && !isLastTraversableNode(svgOffsetParent)) {
457
+ if (isElement(svgOffsetParent) && !isStaticPositioned(svgOffsetParent)) {
458
+ return svgOffsetParent;
459
+ }
460
+ svgOffsetParent = getParentNode(svgOffsetParent);
461
+ }
462
+ return win;
463
+ }
464
+ let offsetParent = getTrueOffsetParent(element, polyfill);
465
+ while (offsetParent && isTableElement(offsetParent) && isStaticPositioned(offsetParent)) {
466
+ offsetParent = getTrueOffsetParent(offsetParent, polyfill);
467
+ }
468
+ if (offsetParent && isLastTraversableNode(offsetParent) && isStaticPositioned(offsetParent) && !isContainingBlock(offsetParent)) {
469
+ return win;
470
+ }
471
+ return offsetParent || getContainingBlock(element) || win;
472
+ }
473
+
474
+ const getElementRects = async function (data) {
475
+ const getOffsetParentFn = this.getOffsetParent || getOffsetParent;
476
+ const getDimensionsFn = this.getDimensions;
477
+ const floatingDimensions = await getDimensionsFn(data.floating);
478
+ return {
479
+ reference: getRectRelativeToOffsetParent(data.reference, await getOffsetParentFn(data.floating), data.strategy),
480
+ floating: {
481
+ x: 0,
482
+ y: 0,
483
+ width: floatingDimensions.width,
484
+ height: floatingDimensions.height
485
+ }
486
+ };
487
+ };
488
+
489
+ function isRTL(element) {
490
+ return getComputedStyle$1(element).direction === 'rtl';
491
+ }
492
+
493
+ const platform = {
494
+ convertOffsetParentRelativeRectToViewportRelativeRect,
495
+ getDocumentElement,
496
+ getClippingRect,
497
+ getOffsetParent,
498
+ getElementRects,
499
+ getClientRects,
500
+ getDimensions,
501
+ getScale,
502
+ isElement,
503
+ isRTL
504
+ };
505
+
506
+ function rectsAreEqual(a, b) {
507
+ return a.x === b.x && a.y === b.y && a.width === b.width && a.height === b.height;
508
+ }
509
+
510
+ // https://samthor.au/2021/observing-dom/
511
+ function observeMove(element, onMove) {
512
+ let io = null;
513
+ let timeoutId;
514
+ const root = getDocumentElement(element);
515
+ function cleanup() {
516
+ var _io;
517
+ clearTimeout(timeoutId);
518
+ (_io = io) == null || _io.disconnect();
519
+ io = null;
520
+ }
521
+ function refresh(skip, threshold) {
522
+ if (skip === void 0) {
523
+ skip = false;
524
+ }
525
+ if (threshold === void 0) {
526
+ threshold = 1;
527
+ }
528
+ cleanup();
529
+ const elementRectForRootMargin = element.getBoundingClientRect();
530
+ const {
531
+ left,
532
+ top,
533
+ width,
534
+ height
535
+ } = elementRectForRootMargin;
536
+ if (!skip) {
537
+ onMove();
538
+ }
539
+ if (!width || !height) {
540
+ return;
541
+ }
542
+ const insetTop = floor(top);
543
+ const insetRight = floor(root.clientWidth - (left + width));
544
+ const insetBottom = floor(root.clientHeight - (top + height));
545
+ const insetLeft = floor(left);
546
+ const rootMargin = -insetTop + "px " + -insetRight + "px " + -insetBottom + "px " + -insetLeft + "px";
547
+ const options = {
548
+ rootMargin,
549
+ threshold: max(0, min(1, threshold)) || 1
550
+ };
551
+ let isFirstUpdate = true;
552
+ function handleObserve(entries) {
553
+ const ratio = entries[0].intersectionRatio;
554
+ if (ratio !== threshold) {
555
+ if (!isFirstUpdate) {
556
+ return refresh();
557
+ }
558
+ if (!ratio) {
559
+ // If the reference is clipped, the ratio is 0. Throttle the refresh
560
+ // to prevent an infinite loop of updates.
561
+ timeoutId = setTimeout(() => {
562
+ refresh(false, 1e-7);
563
+ }, 1000);
564
+ } else {
565
+ refresh(false, ratio);
566
+ }
567
+ }
568
+ if (ratio === 1 && !rectsAreEqual(elementRectForRootMargin, element.getBoundingClientRect())) {
569
+ // It's possible that even though the ratio is reported as 1, the
570
+ // element is not actually fully within the IntersectionObserver's root
571
+ // area anymore. This can happen under performance constraints. This may
572
+ // be a bug in the browser's IntersectionObserver implementation. To
573
+ // work around this, we compare the element's bounding rect now with
574
+ // what it was at the time we created the IntersectionObserver. If they
575
+ // are not equal then the element moved, so we refresh.
576
+ refresh();
577
+ }
578
+ isFirstUpdate = false;
579
+ }
580
+
581
+ // Older browsers don't support a `document` as the root and will throw an
582
+ // error.
583
+ try {
584
+ io = new IntersectionObserver(handleObserve, {
585
+ ...options,
586
+ // Handle <iframe>s
587
+ root: root.ownerDocument
588
+ });
589
+ } catch (_e) {
590
+ io = new IntersectionObserver(handleObserve, options);
591
+ }
592
+ io.observe(element);
593
+ }
594
+ refresh(true);
595
+ return cleanup;
596
+ }
597
+
598
+ /**
599
+ * Automatically updates the position of the floating element when necessary.
600
+ * Should only be called when the floating element is mounted on the DOM or
601
+ * visible on the screen.
602
+ * @returns cleanup function that should be invoked when the floating element is
603
+ * removed from the DOM or hidden from the screen.
604
+ * @see https://floating-ui.com/docs/autoUpdate
605
+ */
606
+ function autoUpdate(reference, floating, update, options) {
607
+ if (options === void 0) {
608
+ options = {};
609
+ }
610
+ const {
611
+ ancestorScroll = true,
612
+ ancestorResize = true,
613
+ elementResize = typeof ResizeObserver === 'function',
614
+ layoutShift = typeof IntersectionObserver === 'function',
615
+ animationFrame = false
616
+ } = options;
617
+ const referenceEl = unwrapElement(reference);
618
+ const ancestors = ancestorScroll || ancestorResize ? [...(referenceEl ? getOverflowAncestors(referenceEl) : []), ...getOverflowAncestors(floating)] : [];
619
+ ancestors.forEach(ancestor => {
620
+ ancestorScroll && ancestor.addEventListener('scroll', update, {
621
+ passive: true
622
+ });
623
+ ancestorResize && ancestor.addEventListener('resize', update);
624
+ });
625
+ const cleanupIo = referenceEl && layoutShift ? observeMove(referenceEl, update) : null;
626
+ let reobserveFrame = -1;
627
+ let resizeObserver = null;
628
+ if (elementResize) {
629
+ resizeObserver = new ResizeObserver(_ref => {
630
+ let [firstEntry] = _ref;
631
+ if (firstEntry && firstEntry.target === referenceEl && resizeObserver) {
632
+ // Prevent update loops when using the `size` middleware.
633
+ // https://github.com/floating-ui/floating-ui/issues/1740
634
+ resizeObserver.unobserve(floating);
635
+ cancelAnimationFrame(reobserveFrame);
636
+ reobserveFrame = requestAnimationFrame(() => {
637
+ var _resizeObserver;
638
+ (_resizeObserver = resizeObserver) == null || _resizeObserver.observe(floating);
639
+ });
640
+ }
641
+ update();
642
+ });
643
+ if (referenceEl && !animationFrame) {
644
+ resizeObserver.observe(referenceEl);
645
+ }
646
+ resizeObserver.observe(floating);
647
+ }
648
+ let frameId;
649
+ let prevRefRect = animationFrame ? getBoundingClientRect(reference) : null;
650
+ if (animationFrame) {
651
+ frameLoop();
652
+ }
653
+ function frameLoop() {
654
+ const nextRefRect = getBoundingClientRect(reference);
655
+ if (prevRefRect && !rectsAreEqual(prevRefRect, nextRefRect)) {
656
+ update();
657
+ }
658
+ prevRefRect = nextRefRect;
659
+ frameId = requestAnimationFrame(frameLoop);
660
+ }
661
+ update();
662
+ return () => {
663
+ var _resizeObserver2;
664
+ ancestors.forEach(ancestor => {
665
+ ancestorScroll && ancestor.removeEventListener('scroll', update);
666
+ ancestorResize && ancestor.removeEventListener('resize', update);
667
+ });
668
+ cleanupIo == null || cleanupIo();
669
+ (_resizeObserver2 = resizeObserver) == null || _resizeObserver2.disconnect();
670
+ resizeObserver = null;
671
+ if (animationFrame) {
672
+ cancelAnimationFrame(frameId);
673
+ }
674
+ };
675
+ }
676
+
677
+ /**
678
+ * Modifies the placement by translating the floating element along the
679
+ * specified axes.
680
+ * A number (shorthand for `mainAxis` or distance), or an axes configuration
681
+ * object may be passed.
682
+ * @see https://floating-ui.com/docs/offset
683
+ */
684
+ const offset = offset$1;
685
+
686
+ /**
687
+ * Optimizes the visibility of the floating element by shifting it in order to
688
+ * keep it in view when it will overflow the clipping boundary.
689
+ * @see https://floating-ui.com/docs/shift
690
+ */
691
+ const shift = shift$1;
692
+
693
+ /**
694
+ * Optimizes the visibility of the floating element by flipping the `placement`
695
+ * in order to keep it in view when the preferred placement(s) will overflow the
696
+ * clipping boundary. Alternative to `autoPlacement`.
697
+ * @see https://floating-ui.com/docs/flip
698
+ */
699
+ const flip = flip$1;
700
+
701
+ /**
702
+ * Provides data that allows you to change the size of the floating element —
703
+ * for instance, prevent it from overflowing the clipping boundary or match the
704
+ * width of the reference element.
705
+ * @see https://floating-ui.com/docs/size
706
+ */
707
+ const size = size$1;
708
+
709
+ /**
710
+ * Provides data to hide the floating element in applicable situations, such as
711
+ * when it is not in the same clipping context as the reference element.
712
+ * @see https://floating-ui.com/docs/hide
713
+ */
714
+ const hide = hide$1;
715
+
716
+ /**
717
+ * Provides data to position an inner element of the floating element so that it
718
+ * appears centered to the reference element.
719
+ * @see https://floating-ui.com/docs/arrow
720
+ */
721
+ const arrow = arrow$1;
722
+
723
+ /**
724
+ * Built-in `limiter` that will stop `shift()` at a certain point.
725
+ */
726
+ const limitShift = limitShift$1;
727
+
728
+ /**
729
+ * Computes the `x` and `y` coordinates that will place the floating element
730
+ * next to a given reference element.
731
+ */
732
+ const computePosition = (reference, floating, options) => {
733
+ // This caches the expensive `getClippingElementAncestors` function so that
734
+ // multiple lifecycle resets re-use the same result. It only lives for a
735
+ // single call. If other functions become expensive, we can add them as well.
736
+ const cache = new Map();
737
+ const mergedOptions = {
738
+ platform,
739
+ ...options
740
+ };
741
+ const platformWithCache = {
742
+ ...mergedOptions.platform,
743
+ _c: cache
744
+ };
745
+ return computePosition$1(reference, floating, {
746
+ ...mergedOptions,
747
+ platform: platformWithCache
748
+ });
749
+ };
750
+
751
+ export { arrow, autoUpdate, computePosition, flip, getOverflowAncestors, hide, limitShift, offset, platform, shift, size };
752
+ //# sourceMappingURL=floating-ui.dom.js.map