msw-dev-tool 2.3.3 → 3.1.0

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 (870) hide show
  1. package/dist/cjs/lib/handlerStore.js +35 -0
  2. package/dist/cjs/lib/handlerStore.js.map +1 -1
  3. package/dist/cjs/lib/type.js +12 -0
  4. package/dist/cjs/lib/type.js.map +1 -1
  5. package/dist/cjs/lib/util.js +10 -2
  6. package/dist/cjs/lib/util.js.map +1 -1
  7. package/dist/cjs/msw-dev-tool.css +1 -1
  8. package/dist/cjs/node_modules/@floating-ui/core/dist/floating-ui.core.js +818 -0
  9. package/dist/cjs/node_modules/@floating-ui/core/dist/floating-ui.core.js.map +1 -0
  10. package/dist/cjs/node_modules/@floating-ui/dom/dist/floating-ui.dom.js +739 -0
  11. package/dist/cjs/node_modules/@floating-ui/dom/dist/floating-ui.dom.js.map +1 -0
  12. package/dist/cjs/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.js +378 -0
  13. package/dist/cjs/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.js.map +1 -0
  14. package/dist/cjs/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js.map +1 -0
  15. package/dist/cjs/node_modules/@floating-ui/utils/dist/floating-ui.utils.js.map +1 -0
  16. package/dist/cjs/node_modules/@radix-ui/number/dist/index.js.map +1 -0
  17. package/dist/cjs/node_modules/@radix-ui/primitive/dist/index.js.map +1 -0
  18. package/dist/cjs/node_modules/@radix-ui/react-arrow/dist/index.js +48 -0
  19. package/dist/cjs/node_modules/@radix-ui/react-arrow/dist/index.js.map +1 -0
  20. package/dist/cjs/node_modules/@radix-ui/react-collection/dist/index.js +71 -0
  21. package/dist/cjs/node_modules/@radix-ui/react-collection/dist/index.js.map +1 -0
  22. package/dist/cjs/node_modules/@radix-ui/react-compose-refs/dist/index.js.map +1 -0
  23. package/dist/cjs/node_modules/@radix-ui/react-context/dist/index.js.map +1 -0
  24. package/dist/cjs/node_modules/@radix-ui/react-dialog/dist/index.js +358 -0
  25. package/dist/cjs/node_modules/@radix-ui/react-dialog/dist/index.js.map +1 -0
  26. package/dist/cjs/node_modules/@radix-ui/react-direction/dist/index.js.map +1 -0
  27. package/dist/cjs/node_modules/@radix-ui/react-dismissable-layer/dist/index.js +234 -0
  28. package/dist/cjs/node_modules/@radix-ui/react-dismissable-layer/dist/index.js.map +1 -0
  29. package/dist/cjs/node_modules/@radix-ui/react-focus-guards/dist/index.js.map +1 -0
  30. package/dist/cjs/node_modules/@radix-ui/react-focus-scope/dist/index.js +229 -0
  31. package/dist/cjs/node_modules/@radix-ui/react-focus-scope/dist/index.js.map +1 -0
  32. package/dist/cjs/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js.map +1 -0
  33. package/dist/cjs/node_modules/@radix-ui/react-id/dist/index.js +37 -0
  34. package/dist/cjs/node_modules/@radix-ui/react-id/dist/index.js.map +1 -0
  35. package/dist/cjs/node_modules/@radix-ui/react-label/dist/index.js +45 -0
  36. package/dist/cjs/node_modules/@radix-ui/react-label/dist/index.js.map +1 -0
  37. package/dist/cjs/node_modules/@radix-ui/react-popper/dist/index.js +308 -0
  38. package/dist/cjs/node_modules/@radix-ui/react-popper/dist/index.js.map +1 -0
  39. package/dist/cjs/node_modules/@radix-ui/react-portal/dist/index.js +39 -0
  40. package/dist/cjs/node_modules/@radix-ui/react-portal/dist/index.js.map +1 -0
  41. package/dist/cjs/node_modules/@radix-ui/react-presence/dist/index.js +152 -0
  42. package/dist/cjs/node_modules/@radix-ui/react-presence/dist/index.js.map +1 -0
  43. package/dist/cjs/node_modules/@radix-ui/react-primitive/dist/index.js +65 -0
  44. package/dist/cjs/node_modules/@radix-ui/react-primitive/dist/index.js.map +1 -0
  45. package/dist/cjs/node_modules/@radix-ui/react-scroll-area/dist/index.js +752 -0
  46. package/dist/cjs/node_modules/@radix-ui/react-scroll-area/dist/index.js.map +1 -0
  47. package/dist/cjs/node_modules/@radix-ui/react-select/dist/index.js +1168 -0
  48. package/dist/cjs/node_modules/@radix-ui/react-select/dist/index.js.map +1 -0
  49. package/dist/cjs/node_modules/@radix-ui/react-slot/dist/index.js +106 -0
  50. package/dist/cjs/node_modules/@radix-ui/react-slot/dist/index.js.map +1 -0
  51. package/dist/cjs/node_modules/@radix-ui/react-tooltip/dist/index.js +407 -0
  52. package/dist/cjs/node_modules/@radix-ui/react-tooltip/dist/index.js.map +1 -0
  53. package/dist/cjs/node_modules/@radix-ui/react-use-callback-ref/dist/index.js.map +1 -0
  54. package/dist/cjs/node_modules/@radix-ui/react-use-controllable-state/dist/index.js +68 -0
  55. package/dist/cjs/node_modules/@radix-ui/react-use-controllable-state/dist/index.js.map +1 -0
  56. package/dist/cjs/node_modules/@radix-ui/react-use-escape-keydown/dist/index.js +40 -0
  57. package/dist/cjs/node_modules/@radix-ui/react-use-escape-keydown/dist/index.js.map +1 -0
  58. package/dist/cjs/node_modules/@radix-ui/react-use-layout-effect/dist/index.js.map +1 -0
  59. package/dist/cjs/node_modules/@radix-ui/react-use-previous/dist/index.js.map +1 -0
  60. package/dist/cjs/node_modules/@radix-ui/react-use-size/dist/index.js +62 -0
  61. package/dist/cjs/node_modules/@radix-ui/react-use-size/dist/index.js.map +1 -0
  62. package/dist/cjs/node_modules/@radix-ui/react-visually-hidden/dist/index.js +58 -0
  63. package/dist/cjs/node_modules/@radix-ui/react-visually-hidden/dist/index.js.map +1 -0
  64. package/dist/cjs/node_modules/@radix-ui/themes/dist/esm/components/_internal/base-button.js +36 -0
  65. package/dist/cjs/node_modules/@radix-ui/themes/dist/esm/components/_internal/base-button.js.map +1 -0
  66. package/dist/cjs/node_modules/@radix-ui/themes/dist/esm/components/_internal/base-button.props.js.map +1 -0
  67. package/dist/cjs/node_modules/@radix-ui/themes/dist/esm/components/box.js +33 -0
  68. package/dist/cjs/node_modules/@radix-ui/themes/dist/esm/components/box.js.map +1 -0
  69. package/dist/cjs/node_modules/@radix-ui/themes/dist/esm/components/box.props.js.map +1 -0
  70. package/dist/cjs/node_modules/@radix-ui/themes/dist/esm/components/button.js +29 -0
  71. package/dist/cjs/node_modules/@radix-ui/themes/dist/esm/components/button.js.map +1 -0
  72. package/dist/cjs/node_modules/@radix-ui/themes/dist/esm/components/container.js +36 -0
  73. package/dist/cjs/node_modules/@radix-ui/themes/dist/esm/components/container.js.map +1 -0
  74. package/dist/cjs/node_modules/@radix-ui/themes/dist/esm/components/container.props.js.map +1 -0
  75. package/dist/cjs/node_modules/@radix-ui/themes/dist/esm/components/dialog.js +40 -0
  76. package/dist/cjs/node_modules/@radix-ui/themes/dist/esm/components/dialog.js.map +1 -0
  77. package/dist/cjs/node_modules/@radix-ui/themes/dist/esm/components/dialog.props.js +10 -0
  78. package/dist/cjs/node_modules/@radix-ui/themes/dist/esm/components/dialog.props.js.map +1 -0
  79. package/dist/cjs/node_modules/@radix-ui/themes/dist/esm/components/flex.js +33 -0
  80. package/dist/cjs/node_modules/@radix-ui/themes/dist/esm/components/flex.js.map +1 -0
  81. package/dist/cjs/node_modules/@radix-ui/themes/dist/esm/components/flex.props.js.map +1 -0
  82. package/dist/cjs/node_modules/@radix-ui/themes/dist/esm/components/heading.js +32 -0
  83. package/dist/cjs/node_modules/@radix-ui/themes/dist/esm/components/heading.js.map +1 -0
  84. package/dist/cjs/node_modules/@radix-ui/themes/dist/esm/components/heading.props.js.map +1 -0
  85. package/dist/cjs/node_modules/@radix-ui/themes/dist/esm/components/scroll-area.js +35 -0
  86. package/dist/cjs/node_modules/@radix-ui/themes/dist/esm/components/scroll-area.js.map +1 -0
  87. package/dist/cjs/node_modules/@radix-ui/themes/dist/esm/components/scroll-area.props.js.map +1 -0
  88. package/dist/cjs/node_modules/@radix-ui/themes/dist/esm/components/slot.js +8 -0
  89. package/dist/cjs/node_modules/@radix-ui/themes/dist/esm/components/slot.js.map +1 -0
  90. package/dist/cjs/node_modules/@radix-ui/themes/dist/esm/components/spinner.js +32 -0
  91. package/dist/cjs/node_modules/@radix-ui/themes/dist/esm/components/spinner.js.map +1 -0
  92. package/dist/cjs/node_modules/@radix-ui/themes/dist/esm/components/spinner.props.js.map +1 -0
  93. package/dist/cjs/node_modules/@radix-ui/themes/dist/esm/components/table.js +39 -0
  94. package/dist/cjs/node_modules/@radix-ui/themes/dist/esm/components/table.js.map +1 -0
  95. package/dist/cjs/node_modules/@radix-ui/themes/dist/esm/components/table.props.js.map +1 -0
  96. package/dist/cjs/node_modules/@radix-ui/themes/dist/esm/components/text-area.js +31 -0
  97. package/dist/cjs/node_modules/@radix-ui/themes/dist/esm/components/text-area.js.map +1 -0
  98. package/dist/cjs/node_modules/@radix-ui/themes/dist/esm/components/text-area.props.js +9 -0
  99. package/dist/cjs/node_modules/@radix-ui/themes/dist/esm/components/text-area.props.js.map +1 -0
  100. package/dist/cjs/node_modules/@radix-ui/themes/dist/esm/components/text-field.js +37 -0
  101. package/dist/cjs/node_modules/@radix-ui/themes/dist/esm/components/text-field.js.map +1 -0
  102. package/dist/cjs/node_modules/@radix-ui/themes/dist/esm/components/text-field.props.js.map +1 -0
  103. package/dist/cjs/node_modules/@radix-ui/themes/dist/esm/components/text.js +32 -0
  104. package/dist/cjs/node_modules/@radix-ui/themes/dist/esm/components/text.js.map +1 -0
  105. package/dist/cjs/node_modules/@radix-ui/themes/dist/esm/components/text.props.js.map +1 -0
  106. package/dist/cjs/node_modules/@radix-ui/themes/dist/esm/components/theme.js +34 -0
  107. package/dist/cjs/node_modules/@radix-ui/themes/dist/esm/components/theme.js.map +1 -0
  108. package/dist/cjs/node_modules/@radix-ui/themes/dist/esm/components/theme.props.js.map +1 -0
  109. package/dist/cjs/node_modules/@radix-ui/themes/dist/esm/components/visually-hidden.js +8 -0
  110. package/dist/cjs/node_modules/@radix-ui/themes/dist/esm/components/visually-hidden.js.map +1 -0
  111. package/dist/cjs/node_modules/@radix-ui/themes/dist/esm/helpers/extract-margin-props.js.map +1 -0
  112. package/dist/cjs/node_modules/@radix-ui/themes/dist/esm/helpers/extract-props.js +11 -0
  113. package/dist/cjs/node_modules/@radix-ui/themes/dist/esm/helpers/extract-props.js.map +1 -0
  114. package/dist/cjs/node_modules/@radix-ui/themes/dist/esm/helpers/get-margin-styles.js +11 -0
  115. package/dist/cjs/node_modules/@radix-ui/themes/dist/esm/helpers/get-margin-styles.js.map +1 -0
  116. package/dist/cjs/node_modules/@radix-ui/themes/dist/esm/helpers/get-matching-gray-color.js.map +1 -0
  117. package/dist/cjs/node_modules/@radix-ui/themes/dist/esm/helpers/get-responsive-styles.js.map +1 -0
  118. package/dist/cjs/node_modules/@radix-ui/themes/dist/esm/helpers/get-subtree.js.map +1 -0
  119. package/dist/cjs/node_modules/@radix-ui/themes/dist/esm/helpers/has-own-property.js.map +1 -0
  120. package/dist/cjs/node_modules/@radix-ui/themes/dist/esm/helpers/is-responsive-object.js.map +1 -0
  121. package/dist/cjs/node_modules/@radix-ui/themes/dist/esm/helpers/map-prop-values.js.map +1 -0
  122. package/dist/cjs/node_modules/@radix-ui/themes/dist/esm/helpers/merge-styles.js.map +1 -0
  123. package/dist/cjs/node_modules/@radix-ui/themes/dist/esm/helpers/require-react-element.js +27 -0
  124. package/dist/cjs/node_modules/@radix-ui/themes/dist/esm/helpers/require-react-element.js.map +1 -0
  125. package/dist/cjs/node_modules/@radix-ui/themes/dist/esm/props/as-child.prop.js.map +1 -0
  126. package/dist/cjs/node_modules/@radix-ui/themes/dist/esm/props/color.prop.js.map +1 -0
  127. package/dist/cjs/node_modules/@radix-ui/themes/dist/esm/props/gap.props.js.map +1 -0
  128. package/dist/cjs/node_modules/@radix-ui/themes/dist/esm/props/height.props.js.map +1 -0
  129. package/dist/cjs/node_modules/@radix-ui/themes/dist/esm/props/high-contrast.prop.js.map +1 -0
  130. package/dist/cjs/node_modules/@radix-ui/themes/dist/esm/props/layout.props.js.map +1 -0
  131. package/dist/cjs/node_modules/@radix-ui/themes/dist/esm/props/leading-trim.prop.js.map +1 -0
  132. package/dist/cjs/node_modules/@radix-ui/themes/dist/esm/props/margin.props.js.map +1 -0
  133. package/dist/cjs/node_modules/@radix-ui/themes/dist/esm/props/padding.props.js.map +1 -0
  134. package/dist/cjs/node_modules/@radix-ui/themes/dist/esm/props/prop-def.js.map +1 -0
  135. package/dist/cjs/node_modules/@radix-ui/themes/dist/esm/props/radius.prop.js.map +1 -0
  136. package/dist/cjs/node_modules/@radix-ui/themes/dist/esm/props/text-align.prop.js.map +1 -0
  137. package/dist/cjs/node_modules/@radix-ui/themes/dist/esm/props/text-wrap.prop.js.map +1 -0
  138. package/dist/cjs/node_modules/@radix-ui/themes/dist/esm/props/truncate.prop.js.map +1 -0
  139. package/dist/cjs/node_modules/@radix-ui/themes/dist/esm/props/weight.prop.js.map +1 -0
  140. package/dist/cjs/node_modules/@radix-ui/themes/dist/esm/props/width.props.js.map +1 -0
  141. package/dist/cjs/node_modules/@tanstack/react-table/build/lib/index.js +137 -0
  142. package/dist/cjs/node_modules/@tanstack/react-table/build/lib/index.js.map +1 -0
  143. package/dist/cjs/node_modules/@tanstack/table-core/build/lib/index.js +3012 -0
  144. package/dist/cjs/node_modules/@tanstack/table-core/build/lib/index.js.map +1 -0
  145. package/dist/cjs/node_modules/aria-hidden/dist/es2015/index.js.map +1 -0
  146. package/dist/cjs/node_modules/classnames/index.js +87 -0
  147. package/dist/cjs/node_modules/classnames/index.js.map +1 -0
  148. package/dist/cjs/node_modules/get-nonce/dist/es2015/index.js.map +1 -0
  149. package/dist/cjs/node_modules/radix-ui/dist/internal.js +11 -0
  150. package/dist/cjs/node_modules/radix-ui/dist/internal.js.map +1 -0
  151. package/dist/cjs/node_modules/react-remove-scroll/dist/es2015/Combination.js +34 -0
  152. package/dist/cjs/node_modules/react-remove-scroll/dist/es2015/Combination.js.map +1 -0
  153. package/dist/cjs/node_modules/react-remove-scroll/dist/es2015/SideEffect.js +184 -0
  154. package/dist/cjs/node_modules/react-remove-scroll/dist/es2015/SideEffect.js.map +1 -0
  155. package/dist/cjs/node_modules/react-remove-scroll/dist/es2015/UI.js +60 -0
  156. package/dist/cjs/node_modules/react-remove-scroll/dist/es2015/UI.js.map +1 -0
  157. package/dist/cjs/node_modules/react-remove-scroll/dist/es2015/aggresiveCapture.js.map +1 -0
  158. package/dist/cjs/node_modules/react-remove-scroll/dist/es2015/handleScroll.js.map +1 -0
  159. package/dist/cjs/node_modules/react-remove-scroll/dist/es2015/medium.js +8 -0
  160. package/dist/cjs/node_modules/react-remove-scroll/dist/es2015/medium.js.map +1 -0
  161. package/dist/cjs/node_modules/react-remove-scroll/dist/es2015/sidecar.js +12 -0
  162. package/dist/cjs/node_modules/react-remove-scroll/dist/es2015/sidecar.js.map +1 -0
  163. package/dist/cjs/node_modules/react-remove-scroll-bar/dist/es2015/component.js +80 -0
  164. package/dist/cjs/node_modules/react-remove-scroll-bar/dist/es2015/component.js.map +1 -0
  165. package/dist/cjs/node_modules/react-remove-scroll-bar/dist/es2015/constants.js.map +1 -0
  166. package/dist/cjs/node_modules/react-remove-scroll-bar/dist/es2015/utils.js.map +1 -0
  167. package/dist/cjs/node_modules/react-style-singleton/dist/es2015/component.js.map +1 -0
  168. package/dist/cjs/node_modules/react-style-singleton/dist/es2015/hook.js.map +1 -0
  169. package/dist/cjs/node_modules/react-style-singleton/dist/es2015/singleton.js +54 -0
  170. package/dist/cjs/node_modules/react-style-singleton/dist/es2015/singleton.js.map +1 -0
  171. package/dist/cjs/node_modules/tslib/tslib.es6.js.map +1 -0
  172. package/dist/cjs/node_modules/use-callback-ref/dist/es2015/assignRef.js.map +1 -0
  173. package/dist/cjs/node_modules/use-callback-ref/dist/es2015/useMergeRef.js.map +1 -0
  174. package/dist/cjs/node_modules/use-callback-ref/dist/es2015/useRef.js.map +1 -0
  175. package/dist/cjs/node_modules/use-sidecar/dist/es2015/exports.js +43 -0
  176. package/dist/cjs/node_modules/use-sidecar/dist/es2015/exports.js.map +1 -0
  177. package/dist/cjs/node_modules/use-sidecar/dist/es2015/medium.js +80 -0
  178. package/dist/cjs/node_modules/use-sidecar/dist/es2015/medium.js.map +1 -0
  179. package/dist/cjs/node_modules/vaul/dist/index.js +1681 -0
  180. package/dist/cjs/node_modules/vaul/dist/index.js.map +1 -0
  181. package/dist/cjs/node_modules/zod/lib/index.js +4515 -0
  182. package/dist/cjs/node_modules/zod/lib/index.js.map +1 -0
  183. package/dist/cjs/ui/DevToolContent/Form/FormFieldBase.js +18 -0
  184. package/dist/cjs/ui/DevToolContent/Form/FormFieldBase.js.map +1 -0
  185. package/dist/cjs/ui/DevToolContent/Form/InputFormField.js +15 -0
  186. package/dist/cjs/ui/DevToolContent/Form/InputFormField.js.map +1 -0
  187. package/dist/cjs/ui/DevToolContent/Form/Select.js +32 -0
  188. package/dist/cjs/ui/DevToolContent/Form/Select.js.map +1 -0
  189. package/dist/cjs/ui/DevToolContent/Form/SelectFormField.js +14 -0
  190. package/dist/cjs/ui/DevToolContent/Form/SelectFormField.js.map +1 -0
  191. package/dist/cjs/ui/DevToolContent/Form/TextAreaFormField.js +15 -0
  192. package/dist/cjs/ui/DevToolContent/Form/TextAreaFormField.js.map +1 -0
  193. package/dist/cjs/ui/DevToolContent/HandlerDebugger/KeyValueInputList.js +6 -6
  194. package/dist/cjs/ui/DevToolContent/HandlerDebugger/PathParamSetter.js +4 -4
  195. package/dist/cjs/ui/DevToolContent/HandlerDebugger/RequestPreview.js +4 -4
  196. package/dist/cjs/ui/DevToolContent/HandlerDebugger/index.js +4 -4
  197. package/dist/cjs/ui/DevToolContent/HandlerTable/BehaviorSelect.js +8 -25
  198. package/dist/cjs/ui/DevToolContent/HandlerTable/BehaviorSelect.js.map +1 -1
  199. package/dist/cjs/ui/DevToolContent/HandlerTable/index.js +4 -4
  200. package/dist/cjs/ui/DevToolContent/ToolButtonGroup/HandlerForm.js +58 -0
  201. package/dist/cjs/ui/DevToolContent/ToolButtonGroup/HandlerForm.js.map +1 -0
  202. package/dist/cjs/ui/DevToolContent/ToolButtonGroup/index.js +64 -0
  203. package/dist/cjs/ui/DevToolContent/ToolButtonGroup/index.js.map +1 -0
  204. package/dist/cjs/ui/DevToolContent/ToolButtonGroup/schema.js +31 -0
  205. package/dist/cjs/ui/DevToolContent/ToolButtonGroup/schema.js.map +1 -0
  206. package/dist/cjs/ui/DevToolContent/ToolButtonGroup/util.js +24 -0
  207. package/dist/cjs/ui/DevToolContent/ToolButtonGroup/util.js.map +1 -0
  208. package/dist/cjs/ui/DevToolContent/hook/useFlattenHandlersTable.js +2 -2
  209. package/dist/cjs/ui/MSWDevTool.js +10 -17
  210. package/dist/cjs/ui/MSWDevTool.js.map +1 -1
  211. package/dist/cjs/ui/ThemeProvider.js +1 -1
  212. package/dist/cjs/ui/Trigger.js +1 -1
  213. package/dist/esm/lib/handlerStore.js +35 -1
  214. package/dist/esm/lib/handlerStore.js.map +1 -1
  215. package/dist/esm/lib/type.js +12 -1
  216. package/dist/esm/lib/type.js.map +1 -1
  217. package/dist/esm/lib/util.js +10 -2
  218. package/dist/esm/lib/util.js.map +1 -1
  219. package/dist/esm/msw-dev-tool.css +1 -1
  220. package/dist/esm/node_modules/@floating-ui/core/dist/floating-ui.core.js +807 -0
  221. package/dist/esm/node_modules/@floating-ui/core/dist/floating-ui.core.js.map +1 -0
  222. package/dist/esm/node_modules/@floating-ui/dom/dist/floating-ui.dom.js +727 -0
  223. package/dist/esm/node_modules/@floating-ui/dom/dist/floating-ui.dom.js.map +1 -0
  224. package/dist/esm/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.js +348 -0
  225. package/dist/esm/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.js.map +1 -0
  226. package/dist/esm/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js.map +1 -0
  227. package/dist/esm/node_modules/@floating-ui/utils/dist/floating-ui.utils.js.map +1 -0
  228. package/dist/esm/node_modules/@radix-ui/number/dist/index.js.map +1 -0
  229. package/dist/esm/node_modules/@radix-ui/primitive/dist/index.js.map +1 -0
  230. package/dist/esm/node_modules/@radix-ui/react-arrow/dist/index.js +26 -0
  231. package/dist/esm/node_modules/@radix-ui/react-arrow/dist/index.js.map +1 -0
  232. package/dist/esm/node_modules/@radix-ui/react-collection/dist/index.js +69 -0
  233. package/dist/esm/node_modules/@radix-ui/react-collection/dist/index.js.map +1 -0
  234. package/dist/esm/node_modules/@radix-ui/react-compose-refs/dist/index.js.map +1 -0
  235. package/dist/esm/node_modules/@radix-ui/react-context/dist/index.js.map +1 -0
  236. package/dist/esm/node_modules/@radix-ui/react-dialog/dist/index.js +320 -0
  237. package/dist/esm/node_modules/@radix-ui/react-dialog/dist/index.js.map +1 -0
  238. package/dist/esm/node_modules/@radix-ui/react-direction/dist/index.js.map +1 -0
  239. package/dist/esm/node_modules/@radix-ui/react-dismissable-layer/dist/index.js +212 -0
  240. package/dist/esm/node_modules/@radix-ui/react-dismissable-layer/dist/index.js.map +1 -0
  241. package/dist/esm/node_modules/@radix-ui/react-focus-guards/dist/index.js.map +1 -0
  242. package/dist/esm/node_modules/@radix-ui/react-focus-scope/dist/index.js +208 -0
  243. package/dist/esm/node_modules/@radix-ui/react-focus-scope/dist/index.js.map +1 -0
  244. package/dist/esm/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js.map +1 -0
  245. package/dist/esm/node_modules/@radix-ui/react-id/dist/index.js +16 -0
  246. package/dist/esm/node_modules/@radix-ui/react-id/dist/index.js.map +1 -0
  247. package/dist/esm/node_modules/@radix-ui/react-label/dist/index.js +24 -0
  248. package/dist/esm/node_modules/@radix-ui/react-label/dist/index.js.map +1 -0
  249. package/dist/esm/node_modules/@radix-ui/react-popper/dist/index.js +279 -0
  250. package/dist/esm/node_modules/@radix-ui/react-popper/dist/index.js.map +1 -0
  251. package/dist/esm/node_modules/@radix-ui/react-portal/dist/index.js +18 -0
  252. package/dist/esm/node_modules/@radix-ui/react-portal/dist/index.js.map +1 -0
  253. package/dist/esm/node_modules/@radix-ui/react-presence/dist/index.js +131 -0
  254. package/dist/esm/node_modules/@radix-ui/react-presence/dist/index.js.map +1 -0
  255. package/dist/esm/node_modules/@radix-ui/react-primitive/dist/index.js +42 -0
  256. package/dist/esm/node_modules/@radix-ui/react-primitive/dist/index.js.map +1 -0
  257. package/dist/esm/node_modules/@radix-ui/react-scroll-area/dist/index.js +721 -0
  258. package/dist/esm/node_modules/@radix-ui/react-scroll-area/dist/index.js.map +1 -0
  259. package/dist/esm/node_modules/@radix-ui/react-select/dist/index.js +1130 -0
  260. package/dist/esm/node_modules/@radix-ui/react-select/dist/index.js.map +1 -0
  261. package/dist/esm/node_modules/@radix-ui/react-slot/dist/index.js +83 -0
  262. package/dist/esm/node_modules/@radix-ui/react-slot/dist/index.js.map +1 -0
  263. package/dist/esm/node_modules/@radix-ui/react-tooltip/dist/index.js +381 -0
  264. package/dist/esm/node_modules/@radix-ui/react-tooltip/dist/index.js.map +1 -0
  265. package/dist/esm/node_modules/@radix-ui/react-use-callback-ref/dist/index.js.map +1 -0
  266. package/dist/esm/node_modules/@radix-ui/react-use-controllable-state/dist/index.js +47 -0
  267. package/dist/esm/node_modules/@radix-ui/react-use-controllable-state/dist/index.js.map +1 -0
  268. package/dist/esm/node_modules/@radix-ui/react-use-escape-keydown/dist/index.js +19 -0
  269. package/dist/esm/node_modules/@radix-ui/react-use-escape-keydown/dist/index.js.map +1 -0
  270. package/dist/esm/node_modules/@radix-ui/react-use-layout-effect/dist/index.js.map +1 -0
  271. package/dist/esm/node_modules/@radix-ui/react-use-previous/dist/index.js.map +1 -0
  272. package/dist/esm/node_modules/@radix-ui/react-use-size/dist/index.js +41 -0
  273. package/dist/esm/node_modules/@radix-ui/react-use-size/dist/index.js.map +1 -0
  274. package/dist/esm/node_modules/@radix-ui/react-visually-hidden/dist/index.js +36 -0
  275. package/dist/esm/node_modules/@radix-ui/react-visually-hidden/dist/index.js.map +1 -0
  276. package/dist/esm/node_modules/@radix-ui/themes/dist/esm/components/_internal/base-button.js +15 -0
  277. package/dist/esm/node_modules/@radix-ui/themes/dist/esm/components/_internal/base-button.js.map +1 -0
  278. package/dist/esm/node_modules/@radix-ui/themes/dist/esm/components/_internal/base-button.props.js.map +1 -0
  279. package/dist/esm/node_modules/@radix-ui/themes/dist/esm/components/box.js +12 -0
  280. package/dist/esm/node_modules/@radix-ui/themes/dist/esm/components/box.js.map +1 -0
  281. package/dist/esm/node_modules/@radix-ui/themes/dist/esm/components/box.props.js.map +1 -0
  282. package/dist/esm/node_modules/@radix-ui/themes/dist/esm/components/button.js +8 -0
  283. package/dist/esm/node_modules/@radix-ui/themes/dist/esm/components/button.js.map +1 -0
  284. package/dist/esm/node_modules/@radix-ui/themes/dist/esm/components/container.js +15 -0
  285. package/dist/esm/node_modules/@radix-ui/themes/dist/esm/components/container.js.map +1 -0
  286. package/dist/esm/node_modules/@radix-ui/themes/dist/esm/components/container.props.js.map +1 -0
  287. package/dist/esm/node_modules/@radix-ui/themes/dist/esm/components/dialog.js +14 -0
  288. package/dist/esm/node_modules/@radix-ui/themes/dist/esm/components/dialog.js.map +1 -0
  289. package/dist/esm/node_modules/@radix-ui/themes/dist/esm/components/dialog.props.js +8 -0
  290. package/dist/esm/node_modules/@radix-ui/themes/dist/esm/components/dialog.props.js.map +1 -0
  291. package/dist/esm/node_modules/@radix-ui/themes/dist/esm/components/flex.js +12 -0
  292. package/dist/esm/node_modules/@radix-ui/themes/dist/esm/components/flex.js.map +1 -0
  293. package/dist/esm/node_modules/@radix-ui/themes/dist/esm/components/flex.props.js.map +1 -0
  294. package/dist/esm/node_modules/@radix-ui/themes/dist/esm/components/heading.js +11 -0
  295. package/dist/esm/node_modules/@radix-ui/themes/dist/esm/components/heading.js.map +1 -0
  296. package/dist/esm/node_modules/@radix-ui/themes/dist/esm/components/heading.props.js.map +1 -0
  297. package/dist/esm/node_modules/@radix-ui/themes/dist/esm/components/scroll-area.js +14 -0
  298. package/dist/esm/node_modules/@radix-ui/themes/dist/esm/components/scroll-area.js.map +1 -0
  299. package/dist/esm/node_modules/@radix-ui/themes/dist/esm/components/scroll-area.props.js.map +1 -0
  300. package/dist/esm/node_modules/@radix-ui/themes/dist/esm/components/slot.js +6 -0
  301. package/dist/esm/node_modules/@radix-ui/themes/dist/esm/components/slot.js.map +1 -0
  302. package/dist/esm/node_modules/@radix-ui/themes/dist/esm/components/spinner.js +11 -0
  303. package/dist/esm/node_modules/@radix-ui/themes/dist/esm/components/spinner.js.map +1 -0
  304. package/dist/esm/node_modules/@radix-ui/themes/dist/esm/components/spinner.props.js.map +1 -0
  305. package/dist/esm/node_modules/@radix-ui/themes/dist/esm/components/table.js +12 -0
  306. package/dist/esm/node_modules/@radix-ui/themes/dist/esm/components/table.js.map +1 -0
  307. package/dist/esm/node_modules/@radix-ui/themes/dist/esm/components/table.props.js.map +1 -0
  308. package/dist/esm/node_modules/@radix-ui/themes/dist/esm/components/text-area.js +10 -0
  309. package/dist/esm/node_modules/@radix-ui/themes/dist/esm/components/text-area.js.map +1 -0
  310. package/dist/esm/node_modules/@radix-ui/themes/dist/esm/components/text-area.props.js +7 -0
  311. package/dist/esm/node_modules/@radix-ui/themes/dist/esm/components/text-area.props.js.map +1 -0
  312. package/dist/esm/node_modules/@radix-ui/themes/dist/esm/components/text-field.js +15 -0
  313. package/dist/esm/node_modules/@radix-ui/themes/dist/esm/components/text-field.js.map +1 -0
  314. package/dist/esm/node_modules/@radix-ui/themes/dist/esm/components/text-field.props.js.map +1 -0
  315. package/dist/esm/node_modules/@radix-ui/themes/dist/esm/components/text.js +11 -0
  316. package/dist/esm/node_modules/@radix-ui/themes/dist/esm/components/text.js.map +1 -0
  317. package/dist/esm/node_modules/@radix-ui/themes/dist/esm/components/text.props.js.map +1 -0
  318. package/dist/esm/node_modules/@radix-ui/themes/dist/esm/components/theme.js +12 -0
  319. package/dist/esm/node_modules/@radix-ui/themes/dist/esm/components/theme.js.map +1 -0
  320. package/dist/esm/node_modules/@radix-ui/themes/dist/esm/components/theme.props.js.map +1 -0
  321. package/dist/esm/node_modules/@radix-ui/themes/dist/esm/components/visually-hidden.js +6 -0
  322. package/dist/esm/node_modules/@radix-ui/themes/dist/esm/components/visually-hidden.js.map +1 -0
  323. package/dist/esm/node_modules/@radix-ui/themes/dist/esm/helpers/extract-margin-props.js.map +1 -0
  324. package/dist/esm/node_modules/@radix-ui/themes/dist/esm/helpers/extract-props.js +9 -0
  325. package/dist/esm/node_modules/@radix-ui/themes/dist/esm/helpers/extract-props.js.map +1 -0
  326. package/dist/esm/node_modules/@radix-ui/themes/dist/esm/helpers/get-margin-styles.js +9 -0
  327. package/dist/esm/node_modules/@radix-ui/themes/dist/esm/helpers/get-margin-styles.js.map +1 -0
  328. package/dist/esm/node_modules/@radix-ui/themes/dist/esm/helpers/get-matching-gray-color.js.map +1 -0
  329. package/dist/esm/node_modules/@radix-ui/themes/dist/esm/helpers/get-responsive-styles.js.map +1 -0
  330. package/dist/esm/node_modules/@radix-ui/themes/dist/esm/helpers/get-subtree.js.map +1 -0
  331. package/dist/esm/node_modules/@radix-ui/themes/dist/esm/helpers/has-own-property.js.map +1 -0
  332. package/dist/esm/node_modules/@radix-ui/themes/dist/esm/helpers/is-responsive-object.js.map +1 -0
  333. package/dist/esm/node_modules/@radix-ui/themes/dist/esm/helpers/map-prop-values.js.map +1 -0
  334. package/dist/esm/node_modules/@radix-ui/themes/dist/esm/helpers/merge-styles.js.map +1 -0
  335. package/dist/esm/node_modules/@radix-ui/themes/dist/esm/helpers/require-react-element.js +6 -0
  336. package/dist/esm/node_modules/@radix-ui/themes/dist/esm/helpers/require-react-element.js.map +1 -0
  337. package/dist/esm/node_modules/@radix-ui/themes/dist/esm/props/as-child.prop.js.map +1 -0
  338. package/dist/esm/node_modules/@radix-ui/themes/dist/esm/props/color.prop.js.map +1 -0
  339. package/dist/esm/node_modules/@radix-ui/themes/dist/esm/props/gap.props.js.map +1 -0
  340. package/dist/esm/node_modules/@radix-ui/themes/dist/esm/props/height.props.js.map +1 -0
  341. package/dist/esm/node_modules/@radix-ui/themes/dist/esm/props/high-contrast.prop.js.map +1 -0
  342. package/dist/esm/node_modules/@radix-ui/themes/dist/esm/props/layout.props.js.map +1 -0
  343. package/dist/esm/node_modules/@radix-ui/themes/dist/esm/props/leading-trim.prop.js.map +1 -0
  344. package/dist/esm/node_modules/@radix-ui/themes/dist/esm/props/margin.props.js.map +1 -0
  345. package/dist/esm/node_modules/@radix-ui/themes/dist/esm/props/padding.props.js.map +1 -0
  346. package/dist/esm/node_modules/@radix-ui/themes/dist/esm/props/prop-def.js.map +1 -0
  347. package/dist/esm/node_modules/@radix-ui/themes/dist/esm/props/radius.prop.js.map +1 -0
  348. package/dist/esm/node_modules/@radix-ui/themes/dist/esm/props/text-align.prop.js.map +1 -0
  349. package/dist/esm/node_modules/@radix-ui/themes/dist/esm/props/text-wrap.prop.js.map +1 -0
  350. package/dist/esm/node_modules/@radix-ui/themes/dist/esm/props/truncate.prop.js.map +1 -0
  351. package/dist/esm/node_modules/@radix-ui/themes/dist/esm/props/weight.prop.js.map +1 -0
  352. package/dist/esm/node_modules/@radix-ui/themes/dist/esm/props/width.props.js.map +1 -0
  353. package/dist/esm/node_modules/@tanstack/react-table/build/lib/index.js +75 -0
  354. package/dist/esm/node_modules/@tanstack/react-table/build/lib/index.js.map +1 -0
  355. package/dist/esm/node_modules/@tanstack/table-core/build/lib/index.js +2970 -0
  356. package/dist/esm/node_modules/@tanstack/table-core/build/lib/index.js.map +1 -0
  357. package/dist/esm/node_modules/aria-hidden/dist/es2015/index.js.map +1 -0
  358. package/dist/esm/node_modules/classnames/index.js +83 -0
  359. package/dist/esm/node_modules/classnames/index.js.map +1 -0
  360. package/dist/esm/node_modules/get-nonce/dist/es2015/index.js.map +1 -0
  361. package/dist/esm/node_modules/radix-ui/dist/internal.js +9 -0
  362. package/dist/esm/node_modules/radix-ui/dist/internal.js.map +1 -0
  363. package/dist/esm/node_modules/react-remove-scroll/dist/es2015/Combination.js +11 -0
  364. package/dist/esm/node_modules/react-remove-scroll/dist/es2015/Combination.js.map +1 -0
  365. package/dist/esm/node_modules/react-remove-scroll/dist/es2015/SideEffect.js +161 -0
  366. package/dist/esm/node_modules/react-remove-scroll/dist/es2015/SideEffect.js.map +1 -0
  367. package/dist/esm/node_modules/react-remove-scroll/dist/es2015/UI.js +39 -0
  368. package/dist/esm/node_modules/react-remove-scroll/dist/es2015/UI.js.map +1 -0
  369. package/dist/esm/node_modules/react-remove-scroll/dist/es2015/aggresiveCapture.js.map +1 -0
  370. package/dist/esm/node_modules/react-remove-scroll/dist/es2015/handleScroll.js.map +1 -0
  371. package/dist/esm/node_modules/react-remove-scroll/dist/es2015/medium.js +6 -0
  372. package/dist/esm/node_modules/react-remove-scroll/dist/es2015/medium.js.map +1 -0
  373. package/dist/esm/node_modules/react-remove-scroll/dist/es2015/sidecar.js +8 -0
  374. package/dist/esm/node_modules/react-remove-scroll/dist/es2015/sidecar.js.map +1 -0
  375. package/dist/esm/node_modules/react-remove-scroll-bar/dist/es2015/component.js +57 -0
  376. package/dist/esm/node_modules/react-remove-scroll-bar/dist/es2015/component.js.map +1 -0
  377. package/dist/esm/node_modules/react-remove-scroll-bar/dist/es2015/constants.js.map +1 -0
  378. package/dist/esm/node_modules/react-remove-scroll-bar/dist/es2015/utils.js.map +1 -0
  379. package/dist/esm/node_modules/react-style-singleton/dist/es2015/component.js.map +1 -0
  380. package/dist/esm/node_modules/react-style-singleton/dist/es2015/hook.js.map +1 -0
  381. package/dist/esm/node_modules/react-style-singleton/dist/es2015/singleton.js +52 -0
  382. package/dist/esm/node_modules/react-style-singleton/dist/es2015/singleton.js.map +1 -0
  383. package/dist/esm/node_modules/tslib/tslib.es6.js.map +1 -0
  384. package/dist/esm/node_modules/use-callback-ref/dist/es2015/assignRef.js.map +1 -0
  385. package/dist/esm/node_modules/use-callback-ref/dist/es2015/useMergeRef.js.map +1 -0
  386. package/dist/esm/node_modules/use-callback-ref/dist/es2015/useRef.js.map +1 -0
  387. package/dist/esm/node_modules/use-sidecar/dist/es2015/exports.js +22 -0
  388. package/dist/esm/node_modules/use-sidecar/dist/es2015/exports.js.map +1 -0
  389. package/dist/esm/node_modules/use-sidecar/dist/es2015/medium.js +78 -0
  390. package/dist/esm/node_modules/use-sidecar/dist/es2015/medium.js.map +1 -0
  391. package/dist/esm/node_modules/vaul/dist/index.js +1655 -0
  392. package/dist/esm/node_modules/vaul/dist/index.js.map +1 -0
  393. package/dist/esm/node_modules/zod/lib/index.js +4406 -0
  394. package/dist/esm/node_modules/zod/lib/index.js.map +1 -0
  395. package/dist/esm/ui/DevToolContent/Form/FormFieldBase.js +16 -0
  396. package/dist/esm/ui/DevToolContent/Form/FormFieldBase.js.map +1 -0
  397. package/dist/esm/ui/DevToolContent/Form/InputFormField.js +13 -0
  398. package/dist/esm/ui/DevToolContent/Form/InputFormField.js.map +1 -0
  399. package/dist/esm/ui/DevToolContent/Form/Select.js +30 -0
  400. package/dist/esm/ui/DevToolContent/Form/Select.js.map +1 -0
  401. package/dist/esm/ui/DevToolContent/Form/SelectFormField.js +12 -0
  402. package/dist/esm/ui/DevToolContent/Form/SelectFormField.js.map +1 -0
  403. package/dist/esm/ui/DevToolContent/Form/TextAreaFormField.js +13 -0
  404. package/dist/esm/ui/DevToolContent/Form/TextAreaFormField.js.map +1 -0
  405. package/dist/esm/ui/DevToolContent/HandlerDebugger/KeyValueInputList.js +6 -6
  406. package/dist/esm/ui/DevToolContent/HandlerDebugger/PathParamSetter.js +4 -4
  407. package/dist/esm/ui/DevToolContent/HandlerDebugger/RequestPreview.js +4 -4
  408. package/dist/esm/ui/DevToolContent/HandlerDebugger/index.js +4 -4
  409. package/dist/esm/ui/DevToolContent/HandlerTable/BehaviorSelect.js +8 -25
  410. package/dist/esm/ui/DevToolContent/HandlerTable/BehaviorSelect.js.map +1 -1
  411. package/dist/esm/ui/DevToolContent/HandlerTable/index.js +4 -4
  412. package/dist/esm/ui/DevToolContent/ToolButtonGroup/HandlerForm.js +56 -0
  413. package/dist/esm/ui/DevToolContent/ToolButtonGroup/HandlerForm.js.map +1 -0
  414. package/dist/esm/ui/DevToolContent/ToolButtonGroup/index.js +62 -0
  415. package/dist/esm/ui/DevToolContent/ToolButtonGroup/index.js.map +1 -0
  416. package/dist/esm/ui/DevToolContent/ToolButtonGroup/schema.js +29 -0
  417. package/dist/esm/ui/DevToolContent/ToolButtonGroup/schema.js.map +1 -0
  418. package/dist/esm/ui/DevToolContent/ToolButtonGroup/util.js +21 -0
  419. package/dist/esm/ui/DevToolContent/ToolButtonGroup/util.js.map +1 -0
  420. package/dist/esm/ui/DevToolContent/hook/useFlattenHandlersTable.js +2 -2
  421. package/dist/esm/ui/MSWDevTool.js +5 -12
  422. package/dist/esm/ui/MSWDevTool.js.map +1 -1
  423. package/dist/esm/ui/ThemeProvider.js +1 -1
  424. package/dist/esm/ui/Trigger.js +1 -1
  425. package/dist/types/index.d.ts +14 -1
  426. package/package.json +6 -2
  427. package/dist/cjs/node_modules/.pnpm/@floating-ui_core@1.6.9/node_modules/@floating-ui/core/dist/floating-ui.core.js +0 -818
  428. package/dist/cjs/node_modules/.pnpm/@floating-ui_core@1.6.9/node_modules/@floating-ui/core/dist/floating-ui.core.js.map +0 -1
  429. package/dist/cjs/node_modules/.pnpm/@floating-ui_dom@1.6.13/node_modules/@floating-ui/dom/dist/floating-ui.dom.js +0 -739
  430. package/dist/cjs/node_modules/.pnpm/@floating-ui_dom@1.6.13/node_modules/@floating-ui/dom/dist/floating-ui.dom.js.map +0 -1
  431. package/dist/cjs/node_modules/.pnpm/@floating-ui_react-dom@2.1.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.js +0 -378
  432. package/dist/cjs/node_modules/.pnpm/@floating-ui_react-dom@2.1.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.js.map +0 -1
  433. package/dist/cjs/node_modules/.pnpm/@floating-ui_utils@0.2.9/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js.map +0 -1
  434. package/dist/cjs/node_modules/.pnpm/@floating-ui_utils@0.2.9/node_modules/@floating-ui/utils/dist/floating-ui.utils.js.map +0 -1
  435. package/dist/cjs/node_modules/.pnpm/@radix-ui_number@1.1.0/node_modules/@radix-ui/number/dist/index.js.map +0 -1
  436. package/dist/cjs/node_modules/.pnpm/@radix-ui_primitive@1.1.1/node_modules/@radix-ui/primitive/dist/index.js.map +0 -1
  437. package/dist/cjs/node_modules/.pnpm/@radix-ui_react-arrow@1.1.2_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.1_x6p6stvosyj5xtena3xfahoytu/node_modules/@radix-ui/react-arrow/dist/index.js +0 -48
  438. package/dist/cjs/node_modules/.pnpm/@radix-ui_react-arrow@1.1.2_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.1_x6p6stvosyj5xtena3xfahoytu/node_modules/@radix-ui/react-arrow/dist/index.js.map +0 -1
  439. package/dist/cjs/node_modules/.pnpm/@radix-ui_react-collection@1.1.2_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@1_tagbd57u5fsqga6qdjecsll7fm/node_modules/@radix-ui/react-collection/dist/index.js +0 -71
  440. package/dist/cjs/node_modules/.pnpm/@radix-ui_react-collection@1.1.2_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@1_tagbd57u5fsqga6qdjecsll7fm/node_modules/@radix-ui/react-collection/dist/index.js.map +0 -1
  441. package/dist/cjs/node_modules/.pnpm/@radix-ui_react-compose-refs@1.1.1_@types_react@18.3.18_react@18.3.1/node_modules/@radix-ui/react-compose-refs/dist/index.js.map +0 -1
  442. package/dist/cjs/node_modules/.pnpm/@radix-ui_react-context@1.1.1_@types_react@18.3.18_react@18.3.1/node_modules/@radix-ui/react-context/dist/index.js.map +0 -1
  443. package/dist/cjs/node_modules/.pnpm/@radix-ui_react-dialog@1.1.6_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3._tj6htj5pmg2es74uknz4aewlhy/node_modules/@radix-ui/react-dialog/dist/index.js +0 -358
  444. package/dist/cjs/node_modules/.pnpm/@radix-ui_react-dialog@1.1.6_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3._tj6htj5pmg2es74uknz4aewlhy/node_modules/@radix-ui/react-dialog/dist/index.js.map +0 -1
  445. package/dist/cjs/node_modules/.pnpm/@radix-ui_react-direction@1.1.0_@types_react@18.3.18_react@18.3.1/node_modules/@radix-ui/react-direction/dist/index.js.map +0 -1
  446. package/dist/cjs/node_modules/.pnpm/@radix-ui_react-dismissable-layer@1.1.5_@types_react-dom@18.3.5_@types_react@18.3.18__@types__nitdfoqpcbroetgllwgz3is5ai/node_modules/@radix-ui/react-dismissable-layer/dist/index.js +0 -234
  447. package/dist/cjs/node_modules/.pnpm/@radix-ui_react-dismissable-layer@1.1.5_@types_react-dom@18.3.5_@types_react@18.3.18__@types__nitdfoqpcbroetgllwgz3is5ai/node_modules/@radix-ui/react-dismissable-layer/dist/index.js.map +0 -1
  448. package/dist/cjs/node_modules/.pnpm/@radix-ui_react-focus-guards@1.1.1_@types_react@18.3.18_react@18.3.1/node_modules/@radix-ui/react-focus-guards/dist/index.js.map +0 -1
  449. package/dist/cjs/node_modules/.pnpm/@radix-ui_react-focus-scope@1.1.2_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@_fadkqkpo6fm4ufegukbxon2hs4/node_modules/@radix-ui/react-focus-scope/dist/index.js +0 -229
  450. package/dist/cjs/node_modules/.pnpm/@radix-ui_react-focus-scope@1.1.2_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@_fadkqkpo6fm4ufegukbxon2hs4/node_modules/@radix-ui/react-focus-scope/dist/index.js.map +0 -1
  451. package/dist/cjs/node_modules/.pnpm/@radix-ui_react-icons@1.3.2_react@18.3.1/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js.map +0 -1
  452. package/dist/cjs/node_modules/.pnpm/@radix-ui_react-id@1.1.0_@types_react@18.3.18_react@18.3.1/node_modules/@radix-ui/react-id/dist/index.js +0 -37
  453. package/dist/cjs/node_modules/.pnpm/@radix-ui_react-id@1.1.0_@types_react@18.3.18_react@18.3.1/node_modules/@radix-ui/react-id/dist/index.js.map +0 -1
  454. package/dist/cjs/node_modules/.pnpm/@radix-ui_react-label@2.1.2_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.1_2cqdrul4wd4nqxmfcrqwokv4ti/node_modules/@radix-ui/react-label/dist/index.js +0 -45
  455. package/dist/cjs/node_modules/.pnpm/@radix-ui_react-label@2.1.2_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.1_2cqdrul4wd4nqxmfcrqwokv4ti/node_modules/@radix-ui/react-label/dist/index.js.map +0 -1
  456. package/dist/cjs/node_modules/.pnpm/@radix-ui_react-popper@1.2.2_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3._vskr4u3q77jmhehtw5db7awfeq/node_modules/@radix-ui/react-popper/dist/index.js +0 -308
  457. package/dist/cjs/node_modules/.pnpm/@radix-ui_react-popper@1.2.2_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3._vskr4u3q77jmhehtw5db7awfeq/node_modules/@radix-ui/react-popper/dist/index.js.map +0 -1
  458. package/dist/cjs/node_modules/.pnpm/@radix-ui_react-portal@1.1.4_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3._ulc3jfxcmrz2rfz7bui53djdtu/node_modules/@radix-ui/react-portal/dist/index.js +0 -39
  459. package/dist/cjs/node_modules/.pnpm/@radix-ui_react-portal@1.1.4_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3._ulc3jfxcmrz2rfz7bui53djdtu/node_modules/@radix-ui/react-portal/dist/index.js.map +0 -1
  460. package/dist/cjs/node_modules/.pnpm/@radix-ui_react-presence@1.1.2_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18._pqwkltkxenlrsgmgun6icjiigu/node_modules/@radix-ui/react-presence/dist/index.js +0 -152
  461. package/dist/cjs/node_modules/.pnpm/@radix-ui_react-presence@1.1.2_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18._pqwkltkxenlrsgmgun6icjiigu/node_modules/@radix-ui/react-presence/dist/index.js.map +0 -1
  462. package/dist/cjs/node_modules/.pnpm/@radix-ui_react-primitive@2.0.2_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18_sejcxqoscaweil2bvgwwavaoha/node_modules/@radix-ui/react-primitive/dist/index.js +0 -65
  463. package/dist/cjs/node_modules/.pnpm/@radix-ui_react-primitive@2.0.2_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18_sejcxqoscaweil2bvgwwavaoha/node_modules/@radix-ui/react-primitive/dist/index.js.map +0 -1
  464. package/dist/cjs/node_modules/.pnpm/@radix-ui_react-scroll-area@1.2.3_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@_xx7wjcphuyz2zijkk43rojvdle/node_modules/@radix-ui/react-scroll-area/dist/index.js +0 -752
  465. package/dist/cjs/node_modules/.pnpm/@radix-ui_react-scroll-area@1.2.3_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@_xx7wjcphuyz2zijkk43rojvdle/node_modules/@radix-ui/react-scroll-area/dist/index.js.map +0 -1
  466. package/dist/cjs/node_modules/.pnpm/@radix-ui_react-select@2.1.6_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3._h3snaisb2dmidicxlzdds2tiqu/node_modules/@radix-ui/react-select/dist/index.js +0 -1168
  467. package/dist/cjs/node_modules/.pnpm/@radix-ui_react-select@2.1.6_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3._h3snaisb2dmidicxlzdds2tiqu/node_modules/@radix-ui/react-select/dist/index.js.map +0 -1
  468. package/dist/cjs/node_modules/.pnpm/@radix-ui_react-slot@1.1.2_@types_react@18.3.18_react@18.3.1/node_modules/@radix-ui/react-slot/dist/index.js +0 -106
  469. package/dist/cjs/node_modules/.pnpm/@radix-ui_react-slot@1.1.2_@types_react@18.3.18_react@18.3.1/node_modules/@radix-ui/react-slot/dist/index.js.map +0 -1
  470. package/dist/cjs/node_modules/.pnpm/@radix-ui_react-tooltip@1.1.8_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3_zlakc5i4tpx4eat4ixff5zh6tq/node_modules/@radix-ui/react-tooltip/dist/index.js +0 -407
  471. package/dist/cjs/node_modules/.pnpm/@radix-ui_react-tooltip@1.1.8_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3_zlakc5i4tpx4eat4ixff5zh6tq/node_modules/@radix-ui/react-tooltip/dist/index.js.map +0 -1
  472. package/dist/cjs/node_modules/.pnpm/@radix-ui_react-use-callback-ref@1.1.0_@types_react@18.3.18_react@18.3.1/node_modules/@radix-ui/react-use-callback-ref/dist/index.js.map +0 -1
  473. package/dist/cjs/node_modules/.pnpm/@radix-ui_react-use-controllable-state@1.1.0_@types_react@18.3.18_react@18.3.1/node_modules/@radix-ui/react-use-controllable-state/dist/index.js +0 -68
  474. package/dist/cjs/node_modules/.pnpm/@radix-ui_react-use-controllable-state@1.1.0_@types_react@18.3.18_react@18.3.1/node_modules/@radix-ui/react-use-controllable-state/dist/index.js.map +0 -1
  475. package/dist/cjs/node_modules/.pnpm/@radix-ui_react-use-escape-keydown@1.1.0_@types_react@18.3.18_react@18.3.1/node_modules/@radix-ui/react-use-escape-keydown/dist/index.js +0 -40
  476. package/dist/cjs/node_modules/.pnpm/@radix-ui_react-use-escape-keydown@1.1.0_@types_react@18.3.18_react@18.3.1/node_modules/@radix-ui/react-use-escape-keydown/dist/index.js.map +0 -1
  477. package/dist/cjs/node_modules/.pnpm/@radix-ui_react-use-layout-effect@1.1.0_@types_react@18.3.18_react@18.3.1/node_modules/@radix-ui/react-use-layout-effect/dist/index.js.map +0 -1
  478. package/dist/cjs/node_modules/.pnpm/@radix-ui_react-use-previous@1.1.0_@types_react@18.3.18_react@18.3.1/node_modules/@radix-ui/react-use-previous/dist/index.js.map +0 -1
  479. package/dist/cjs/node_modules/.pnpm/@radix-ui_react-use-size@1.1.0_@types_react@18.3.18_react@18.3.1/node_modules/@radix-ui/react-use-size/dist/index.js +0 -62
  480. package/dist/cjs/node_modules/.pnpm/@radix-ui_react-use-size@1.1.0_@types_react@18.3.18_react@18.3.1/node_modules/@radix-ui/react-use-size/dist/index.js.map +0 -1
  481. package/dist/cjs/node_modules/.pnpm/@radix-ui_react-visually-hidden@1.1.2_@types_react-dom@18.3.5_@types_react@18.3.18__@types_re_omyrydx3gc2oidaiqb4gsovieq/node_modules/@radix-ui/react-visually-hidden/dist/index.js +0 -58
  482. package/dist/cjs/node_modules/.pnpm/@radix-ui_react-visually-hidden@1.1.2_@types_react-dom@18.3.5_@types_react@18.3.18__@types_re_omyrydx3gc2oidaiqb4gsovieq/node_modules/@radix-ui/react-visually-hidden/dist/index.js.map +0 -1
  483. package/dist/cjs/node_modules/.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui/themes/dist/esm/components/_internal/base-button.js +0 -36
  484. package/dist/cjs/node_modules/.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui/themes/dist/esm/components/_internal/base-button.js.map +0 -1
  485. package/dist/cjs/node_modules/.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui/themes/dist/esm/components/_internal/base-button.props.js.map +0 -1
  486. package/dist/cjs/node_modules/.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui/themes/dist/esm/components/box.js +0 -33
  487. package/dist/cjs/node_modules/.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui/themes/dist/esm/components/box.js.map +0 -1
  488. package/dist/cjs/node_modules/.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui/themes/dist/esm/components/box.props.js.map +0 -1
  489. package/dist/cjs/node_modules/.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui/themes/dist/esm/components/button.js +0 -29
  490. package/dist/cjs/node_modules/.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui/themes/dist/esm/components/button.js.map +0 -1
  491. package/dist/cjs/node_modules/.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui/themes/dist/esm/components/container.js +0 -36
  492. package/dist/cjs/node_modules/.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui/themes/dist/esm/components/container.js.map +0 -1
  493. package/dist/cjs/node_modules/.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui/themes/dist/esm/components/container.props.js.map +0 -1
  494. package/dist/cjs/node_modules/.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui/themes/dist/esm/components/flex.js +0 -33
  495. package/dist/cjs/node_modules/.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui/themes/dist/esm/components/flex.js.map +0 -1
  496. package/dist/cjs/node_modules/.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui/themes/dist/esm/components/flex.props.js.map +0 -1
  497. package/dist/cjs/node_modules/.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui/themes/dist/esm/components/heading.js +0 -32
  498. package/dist/cjs/node_modules/.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui/themes/dist/esm/components/heading.js.map +0 -1
  499. package/dist/cjs/node_modules/.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui/themes/dist/esm/components/heading.props.js.map +0 -1
  500. package/dist/cjs/node_modules/.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui/themes/dist/esm/components/scroll-area.js +0 -35
  501. package/dist/cjs/node_modules/.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui/themes/dist/esm/components/scroll-area.js.map +0 -1
  502. package/dist/cjs/node_modules/.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui/themes/dist/esm/components/scroll-area.props.js.map +0 -1
  503. package/dist/cjs/node_modules/.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui/themes/dist/esm/components/slot.js +0 -8
  504. package/dist/cjs/node_modules/.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui/themes/dist/esm/components/slot.js.map +0 -1
  505. package/dist/cjs/node_modules/.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui/themes/dist/esm/components/spinner.js +0 -32
  506. package/dist/cjs/node_modules/.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui/themes/dist/esm/components/spinner.js.map +0 -1
  507. package/dist/cjs/node_modules/.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui/themes/dist/esm/components/spinner.props.js.map +0 -1
  508. package/dist/cjs/node_modules/.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui/themes/dist/esm/components/table.js +0 -39
  509. package/dist/cjs/node_modules/.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui/themes/dist/esm/components/table.js.map +0 -1
  510. package/dist/cjs/node_modules/.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui/themes/dist/esm/components/table.props.js.map +0 -1
  511. package/dist/cjs/node_modules/.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui/themes/dist/esm/components/text-field.js +0 -36
  512. package/dist/cjs/node_modules/.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui/themes/dist/esm/components/text-field.js.map +0 -1
  513. package/dist/cjs/node_modules/.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui/themes/dist/esm/components/text-field.props.js.map +0 -1
  514. package/dist/cjs/node_modules/.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui/themes/dist/esm/components/text.js +0 -32
  515. package/dist/cjs/node_modules/.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui/themes/dist/esm/components/text.js.map +0 -1
  516. package/dist/cjs/node_modules/.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui/themes/dist/esm/components/text.props.js.map +0 -1
  517. package/dist/cjs/node_modules/.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui/themes/dist/esm/components/theme.js +0 -34
  518. package/dist/cjs/node_modules/.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui/themes/dist/esm/components/theme.js.map +0 -1
  519. package/dist/cjs/node_modules/.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui/themes/dist/esm/components/theme.props.js.map +0 -1
  520. package/dist/cjs/node_modules/.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui/themes/dist/esm/components/visually-hidden.js +0 -8
  521. package/dist/cjs/node_modules/.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui/themes/dist/esm/components/visually-hidden.js.map +0 -1
  522. package/dist/cjs/node_modules/.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui/themes/dist/esm/helpers/extract-margin-props.js.map +0 -1
  523. package/dist/cjs/node_modules/.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui/themes/dist/esm/helpers/extract-props.js +0 -11
  524. package/dist/cjs/node_modules/.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui/themes/dist/esm/helpers/extract-props.js.map +0 -1
  525. package/dist/cjs/node_modules/.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui/themes/dist/esm/helpers/get-margin-styles.js +0 -11
  526. package/dist/cjs/node_modules/.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui/themes/dist/esm/helpers/get-margin-styles.js.map +0 -1
  527. package/dist/cjs/node_modules/.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui/themes/dist/esm/helpers/get-matching-gray-color.js.map +0 -1
  528. package/dist/cjs/node_modules/.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui/themes/dist/esm/helpers/get-responsive-styles.js.map +0 -1
  529. package/dist/cjs/node_modules/.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui/themes/dist/esm/helpers/get-subtree.js.map +0 -1
  530. package/dist/cjs/node_modules/.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui/themes/dist/esm/helpers/has-own-property.js.map +0 -1
  531. package/dist/cjs/node_modules/.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui/themes/dist/esm/helpers/is-responsive-object.js.map +0 -1
  532. package/dist/cjs/node_modules/.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui/themes/dist/esm/helpers/map-prop-values.js.map +0 -1
  533. package/dist/cjs/node_modules/.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui/themes/dist/esm/helpers/merge-styles.js.map +0 -1
  534. package/dist/cjs/node_modules/.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui/themes/dist/esm/props/as-child.prop.js.map +0 -1
  535. package/dist/cjs/node_modules/.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui/themes/dist/esm/props/color.prop.js.map +0 -1
  536. package/dist/cjs/node_modules/.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui/themes/dist/esm/props/gap.props.js.map +0 -1
  537. package/dist/cjs/node_modules/.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui/themes/dist/esm/props/height.props.js.map +0 -1
  538. package/dist/cjs/node_modules/.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui/themes/dist/esm/props/high-contrast.prop.js.map +0 -1
  539. package/dist/cjs/node_modules/.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui/themes/dist/esm/props/layout.props.js.map +0 -1
  540. package/dist/cjs/node_modules/.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui/themes/dist/esm/props/leading-trim.prop.js.map +0 -1
  541. package/dist/cjs/node_modules/.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui/themes/dist/esm/props/margin.props.js.map +0 -1
  542. package/dist/cjs/node_modules/.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui/themes/dist/esm/props/padding.props.js.map +0 -1
  543. package/dist/cjs/node_modules/.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui/themes/dist/esm/props/prop-def.js.map +0 -1
  544. package/dist/cjs/node_modules/.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui/themes/dist/esm/props/radius.prop.js.map +0 -1
  545. package/dist/cjs/node_modules/.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui/themes/dist/esm/props/text-align.prop.js.map +0 -1
  546. package/dist/cjs/node_modules/.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui/themes/dist/esm/props/text-wrap.prop.js.map +0 -1
  547. package/dist/cjs/node_modules/.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui/themes/dist/esm/props/truncate.prop.js.map +0 -1
  548. package/dist/cjs/node_modules/.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui/themes/dist/esm/props/weight.prop.js.map +0 -1
  549. package/dist/cjs/node_modules/.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui/themes/dist/esm/props/width.props.js.map +0 -1
  550. package/dist/cjs/node_modules/.pnpm/@rollup_plugin-typescript@11.1.6_rollup@3.29.5_tslib@2.8.1_typescript@5.6.3/node_modules/tslib/tslib.es6.js.map +0 -1
  551. package/dist/cjs/node_modules/.pnpm/@tanstack_react-table@8.20.6_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/@tanstack/react-table/build/lib/index.js +0 -137
  552. package/dist/cjs/node_modules/.pnpm/@tanstack_react-table@8.20.6_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/@tanstack/react-table/build/lib/index.js.map +0 -1
  553. package/dist/cjs/node_modules/.pnpm/@tanstack_table-core@8.20.5/node_modules/@tanstack/table-core/build/lib/index.js +0 -3012
  554. package/dist/cjs/node_modules/.pnpm/@tanstack_table-core@8.20.5/node_modules/@tanstack/table-core/build/lib/index.js.map +0 -1
  555. package/dist/cjs/node_modules/.pnpm/aria-hidden@1.2.4/node_modules/aria-hidden/dist/es2015/index.js.map +0 -1
  556. package/dist/cjs/node_modules/.pnpm/classnames@2.5.1/node_modules/classnames/index.js +0 -87
  557. package/dist/cjs/node_modules/.pnpm/classnames@2.5.1/node_modules/classnames/index.js.map +0 -1
  558. package/dist/cjs/node_modules/.pnpm/get-nonce@1.0.1/node_modules/get-nonce/dist/es2015/index.js.map +0 -1
  559. package/dist/cjs/node_modules/.pnpm/react-remove-scroll-bar@2.3.8_@types_react@18.3.18_react@18.3.1/node_modules/react-remove-scroll-bar/dist/es2015/component.js +0 -80
  560. package/dist/cjs/node_modules/.pnpm/react-remove-scroll-bar@2.3.8_@types_react@18.3.18_react@18.3.1/node_modules/react-remove-scroll-bar/dist/es2015/component.js.map +0 -1
  561. package/dist/cjs/node_modules/.pnpm/react-remove-scroll-bar@2.3.8_@types_react@18.3.18_react@18.3.1/node_modules/react-remove-scroll-bar/dist/es2015/constants.js.map +0 -1
  562. package/dist/cjs/node_modules/.pnpm/react-remove-scroll-bar@2.3.8_@types_react@18.3.18_react@18.3.1/node_modules/react-remove-scroll-bar/dist/es2015/utils.js.map +0 -1
  563. package/dist/cjs/node_modules/.pnpm/react-remove-scroll@2.6.3_@types_react@18.3.18_react@18.3.1/node_modules/react-remove-scroll/dist/es2015/Combination.js +0 -34
  564. package/dist/cjs/node_modules/.pnpm/react-remove-scroll@2.6.3_@types_react@18.3.18_react@18.3.1/node_modules/react-remove-scroll/dist/es2015/Combination.js.map +0 -1
  565. package/dist/cjs/node_modules/.pnpm/react-remove-scroll@2.6.3_@types_react@18.3.18_react@18.3.1/node_modules/react-remove-scroll/dist/es2015/SideEffect.js +0 -184
  566. package/dist/cjs/node_modules/.pnpm/react-remove-scroll@2.6.3_@types_react@18.3.18_react@18.3.1/node_modules/react-remove-scroll/dist/es2015/SideEffect.js.map +0 -1
  567. package/dist/cjs/node_modules/.pnpm/react-remove-scroll@2.6.3_@types_react@18.3.18_react@18.3.1/node_modules/react-remove-scroll/dist/es2015/UI.js +0 -60
  568. package/dist/cjs/node_modules/.pnpm/react-remove-scroll@2.6.3_@types_react@18.3.18_react@18.3.1/node_modules/react-remove-scroll/dist/es2015/UI.js.map +0 -1
  569. package/dist/cjs/node_modules/.pnpm/react-remove-scroll@2.6.3_@types_react@18.3.18_react@18.3.1/node_modules/react-remove-scroll/dist/es2015/aggresiveCapture.js.map +0 -1
  570. package/dist/cjs/node_modules/.pnpm/react-remove-scroll@2.6.3_@types_react@18.3.18_react@18.3.1/node_modules/react-remove-scroll/dist/es2015/handleScroll.js.map +0 -1
  571. package/dist/cjs/node_modules/.pnpm/react-remove-scroll@2.6.3_@types_react@18.3.18_react@18.3.1/node_modules/react-remove-scroll/dist/es2015/medium.js +0 -8
  572. package/dist/cjs/node_modules/.pnpm/react-remove-scroll@2.6.3_@types_react@18.3.18_react@18.3.1/node_modules/react-remove-scroll/dist/es2015/medium.js.map +0 -1
  573. package/dist/cjs/node_modules/.pnpm/react-remove-scroll@2.6.3_@types_react@18.3.18_react@18.3.1/node_modules/react-remove-scroll/dist/es2015/sidecar.js +0 -12
  574. package/dist/cjs/node_modules/.pnpm/react-remove-scroll@2.6.3_@types_react@18.3.18_react@18.3.1/node_modules/react-remove-scroll/dist/es2015/sidecar.js.map +0 -1
  575. package/dist/cjs/node_modules/.pnpm/react-style-singleton@2.2.3_@types_react@18.3.18_react@18.3.1/node_modules/react-style-singleton/dist/es2015/component.js.map +0 -1
  576. package/dist/cjs/node_modules/.pnpm/react-style-singleton@2.2.3_@types_react@18.3.18_react@18.3.1/node_modules/react-style-singleton/dist/es2015/hook.js.map +0 -1
  577. package/dist/cjs/node_modules/.pnpm/react-style-singleton@2.2.3_@types_react@18.3.18_react@18.3.1/node_modules/react-style-singleton/dist/es2015/singleton.js +0 -54
  578. package/dist/cjs/node_modules/.pnpm/react-style-singleton@2.2.3_@types_react@18.3.18_react@18.3.1/node_modules/react-style-singleton/dist/es2015/singleton.js.map +0 -1
  579. package/dist/cjs/node_modules/.pnpm/use-callback-ref@1.3.3_@types_react@18.3.18_react@18.3.1/node_modules/use-callback-ref/dist/es2015/assignRef.js.map +0 -1
  580. package/dist/cjs/node_modules/.pnpm/use-callback-ref@1.3.3_@types_react@18.3.18_react@18.3.1/node_modules/use-callback-ref/dist/es2015/useMergeRef.js.map +0 -1
  581. package/dist/cjs/node_modules/.pnpm/use-callback-ref@1.3.3_@types_react@18.3.18_react@18.3.1/node_modules/use-callback-ref/dist/es2015/useRef.js.map +0 -1
  582. package/dist/cjs/node_modules/.pnpm/use-sidecar@1.1.3_@types_react@18.3.18_react@18.3.1/node_modules/use-sidecar/dist/es2015/exports.js +0 -43
  583. package/dist/cjs/node_modules/.pnpm/use-sidecar@1.1.3_@types_react@18.3.18_react@18.3.1/node_modules/use-sidecar/dist/es2015/exports.js.map +0 -1
  584. package/dist/cjs/node_modules/.pnpm/use-sidecar@1.1.3_@types_react@18.3.18_react@18.3.1/node_modules/use-sidecar/dist/es2015/medium.js +0 -80
  585. package/dist/cjs/node_modules/.pnpm/use-sidecar@1.1.3_@types_react@18.3.18_react@18.3.1/node_modules/use-sidecar/dist/es2015/medium.js.map +0 -1
  586. package/dist/cjs/node_modules/.pnpm/vaul@1.1.2_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_react-dom@18.3._7iqkcrcg5qjc3n2ixm6rnrnx3e/node_modules/vaul/dist/index.js +0 -1681
  587. package/dist/cjs/node_modules/.pnpm/vaul@1.1.2_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_react-dom@18.3._7iqkcrcg5qjc3n2ixm6rnrnx3e/node_modules/vaul/dist/index.js.map +0 -1
  588. package/dist/cjs/ui/DevToolContent/ToolButtonGroup.js +0 -18
  589. package/dist/cjs/ui/DevToolContent/ToolButtonGroup.js.map +0 -1
  590. package/dist/esm/node_modules/.pnpm/@floating-ui_core@1.6.9/node_modules/@floating-ui/core/dist/floating-ui.core.js +0 -807
  591. package/dist/esm/node_modules/.pnpm/@floating-ui_core@1.6.9/node_modules/@floating-ui/core/dist/floating-ui.core.js.map +0 -1
  592. package/dist/esm/node_modules/.pnpm/@floating-ui_dom@1.6.13/node_modules/@floating-ui/dom/dist/floating-ui.dom.js +0 -727
  593. package/dist/esm/node_modules/.pnpm/@floating-ui_dom@1.6.13/node_modules/@floating-ui/dom/dist/floating-ui.dom.js.map +0 -1
  594. package/dist/esm/node_modules/.pnpm/@floating-ui_react-dom@2.1.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.js +0 -348
  595. package/dist/esm/node_modules/.pnpm/@floating-ui_react-dom@2.1.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.js.map +0 -1
  596. package/dist/esm/node_modules/.pnpm/@floating-ui_utils@0.2.9/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js.map +0 -1
  597. package/dist/esm/node_modules/.pnpm/@floating-ui_utils@0.2.9/node_modules/@floating-ui/utils/dist/floating-ui.utils.js.map +0 -1
  598. package/dist/esm/node_modules/.pnpm/@radix-ui_number@1.1.0/node_modules/@radix-ui/number/dist/index.js.map +0 -1
  599. package/dist/esm/node_modules/.pnpm/@radix-ui_primitive@1.1.1/node_modules/@radix-ui/primitive/dist/index.js.map +0 -1
  600. package/dist/esm/node_modules/.pnpm/@radix-ui_react-arrow@1.1.2_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.1_x6p6stvosyj5xtena3xfahoytu/node_modules/@radix-ui/react-arrow/dist/index.js +0 -26
  601. package/dist/esm/node_modules/.pnpm/@radix-ui_react-arrow@1.1.2_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.1_x6p6stvosyj5xtena3xfahoytu/node_modules/@radix-ui/react-arrow/dist/index.js.map +0 -1
  602. package/dist/esm/node_modules/.pnpm/@radix-ui_react-collection@1.1.2_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@1_tagbd57u5fsqga6qdjecsll7fm/node_modules/@radix-ui/react-collection/dist/index.js +0 -69
  603. package/dist/esm/node_modules/.pnpm/@radix-ui_react-collection@1.1.2_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@1_tagbd57u5fsqga6qdjecsll7fm/node_modules/@radix-ui/react-collection/dist/index.js.map +0 -1
  604. package/dist/esm/node_modules/.pnpm/@radix-ui_react-compose-refs@1.1.1_@types_react@18.3.18_react@18.3.1/node_modules/@radix-ui/react-compose-refs/dist/index.js.map +0 -1
  605. package/dist/esm/node_modules/.pnpm/@radix-ui_react-context@1.1.1_@types_react@18.3.18_react@18.3.1/node_modules/@radix-ui/react-context/dist/index.js.map +0 -1
  606. package/dist/esm/node_modules/.pnpm/@radix-ui_react-dialog@1.1.6_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3._tj6htj5pmg2es74uknz4aewlhy/node_modules/@radix-ui/react-dialog/dist/index.js +0 -320
  607. package/dist/esm/node_modules/.pnpm/@radix-ui_react-dialog@1.1.6_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3._tj6htj5pmg2es74uknz4aewlhy/node_modules/@radix-ui/react-dialog/dist/index.js.map +0 -1
  608. package/dist/esm/node_modules/.pnpm/@radix-ui_react-direction@1.1.0_@types_react@18.3.18_react@18.3.1/node_modules/@radix-ui/react-direction/dist/index.js.map +0 -1
  609. package/dist/esm/node_modules/.pnpm/@radix-ui_react-dismissable-layer@1.1.5_@types_react-dom@18.3.5_@types_react@18.3.18__@types__nitdfoqpcbroetgllwgz3is5ai/node_modules/@radix-ui/react-dismissable-layer/dist/index.js +0 -212
  610. package/dist/esm/node_modules/.pnpm/@radix-ui_react-dismissable-layer@1.1.5_@types_react-dom@18.3.5_@types_react@18.3.18__@types__nitdfoqpcbroetgllwgz3is5ai/node_modules/@radix-ui/react-dismissable-layer/dist/index.js.map +0 -1
  611. package/dist/esm/node_modules/.pnpm/@radix-ui_react-focus-guards@1.1.1_@types_react@18.3.18_react@18.3.1/node_modules/@radix-ui/react-focus-guards/dist/index.js.map +0 -1
  612. package/dist/esm/node_modules/.pnpm/@radix-ui_react-focus-scope@1.1.2_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@_fadkqkpo6fm4ufegukbxon2hs4/node_modules/@radix-ui/react-focus-scope/dist/index.js +0 -208
  613. package/dist/esm/node_modules/.pnpm/@radix-ui_react-focus-scope@1.1.2_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@_fadkqkpo6fm4ufegukbxon2hs4/node_modules/@radix-ui/react-focus-scope/dist/index.js.map +0 -1
  614. package/dist/esm/node_modules/.pnpm/@radix-ui_react-icons@1.3.2_react@18.3.1/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js.map +0 -1
  615. package/dist/esm/node_modules/.pnpm/@radix-ui_react-id@1.1.0_@types_react@18.3.18_react@18.3.1/node_modules/@radix-ui/react-id/dist/index.js +0 -16
  616. package/dist/esm/node_modules/.pnpm/@radix-ui_react-id@1.1.0_@types_react@18.3.18_react@18.3.1/node_modules/@radix-ui/react-id/dist/index.js.map +0 -1
  617. package/dist/esm/node_modules/.pnpm/@radix-ui_react-label@2.1.2_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.1_2cqdrul4wd4nqxmfcrqwokv4ti/node_modules/@radix-ui/react-label/dist/index.js +0 -24
  618. package/dist/esm/node_modules/.pnpm/@radix-ui_react-label@2.1.2_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.1_2cqdrul4wd4nqxmfcrqwokv4ti/node_modules/@radix-ui/react-label/dist/index.js.map +0 -1
  619. package/dist/esm/node_modules/.pnpm/@radix-ui_react-popper@1.2.2_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3._vskr4u3q77jmhehtw5db7awfeq/node_modules/@radix-ui/react-popper/dist/index.js +0 -279
  620. package/dist/esm/node_modules/.pnpm/@radix-ui_react-popper@1.2.2_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3._vskr4u3q77jmhehtw5db7awfeq/node_modules/@radix-ui/react-popper/dist/index.js.map +0 -1
  621. package/dist/esm/node_modules/.pnpm/@radix-ui_react-portal@1.1.4_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3._ulc3jfxcmrz2rfz7bui53djdtu/node_modules/@radix-ui/react-portal/dist/index.js +0 -18
  622. package/dist/esm/node_modules/.pnpm/@radix-ui_react-portal@1.1.4_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3._ulc3jfxcmrz2rfz7bui53djdtu/node_modules/@radix-ui/react-portal/dist/index.js.map +0 -1
  623. package/dist/esm/node_modules/.pnpm/@radix-ui_react-presence@1.1.2_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18._pqwkltkxenlrsgmgun6icjiigu/node_modules/@radix-ui/react-presence/dist/index.js +0 -131
  624. package/dist/esm/node_modules/.pnpm/@radix-ui_react-presence@1.1.2_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18._pqwkltkxenlrsgmgun6icjiigu/node_modules/@radix-ui/react-presence/dist/index.js.map +0 -1
  625. package/dist/esm/node_modules/.pnpm/@radix-ui_react-primitive@2.0.2_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18_sejcxqoscaweil2bvgwwavaoha/node_modules/@radix-ui/react-primitive/dist/index.js +0 -42
  626. package/dist/esm/node_modules/.pnpm/@radix-ui_react-primitive@2.0.2_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18_sejcxqoscaweil2bvgwwavaoha/node_modules/@radix-ui/react-primitive/dist/index.js.map +0 -1
  627. package/dist/esm/node_modules/.pnpm/@radix-ui_react-scroll-area@1.2.3_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@_xx7wjcphuyz2zijkk43rojvdle/node_modules/@radix-ui/react-scroll-area/dist/index.js +0 -721
  628. package/dist/esm/node_modules/.pnpm/@radix-ui_react-scroll-area@1.2.3_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@_xx7wjcphuyz2zijkk43rojvdle/node_modules/@radix-ui/react-scroll-area/dist/index.js.map +0 -1
  629. package/dist/esm/node_modules/.pnpm/@radix-ui_react-select@2.1.6_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3._h3snaisb2dmidicxlzdds2tiqu/node_modules/@radix-ui/react-select/dist/index.js +0 -1130
  630. package/dist/esm/node_modules/.pnpm/@radix-ui_react-select@2.1.6_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3._h3snaisb2dmidicxlzdds2tiqu/node_modules/@radix-ui/react-select/dist/index.js.map +0 -1
  631. package/dist/esm/node_modules/.pnpm/@radix-ui_react-slot@1.1.2_@types_react@18.3.18_react@18.3.1/node_modules/@radix-ui/react-slot/dist/index.js +0 -83
  632. package/dist/esm/node_modules/.pnpm/@radix-ui_react-slot@1.1.2_@types_react@18.3.18_react@18.3.1/node_modules/@radix-ui/react-slot/dist/index.js.map +0 -1
  633. package/dist/esm/node_modules/.pnpm/@radix-ui_react-tooltip@1.1.8_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3_zlakc5i4tpx4eat4ixff5zh6tq/node_modules/@radix-ui/react-tooltip/dist/index.js +0 -381
  634. package/dist/esm/node_modules/.pnpm/@radix-ui_react-tooltip@1.1.8_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3_zlakc5i4tpx4eat4ixff5zh6tq/node_modules/@radix-ui/react-tooltip/dist/index.js.map +0 -1
  635. package/dist/esm/node_modules/.pnpm/@radix-ui_react-use-callback-ref@1.1.0_@types_react@18.3.18_react@18.3.1/node_modules/@radix-ui/react-use-callback-ref/dist/index.js.map +0 -1
  636. package/dist/esm/node_modules/.pnpm/@radix-ui_react-use-controllable-state@1.1.0_@types_react@18.3.18_react@18.3.1/node_modules/@radix-ui/react-use-controllable-state/dist/index.js +0 -47
  637. package/dist/esm/node_modules/.pnpm/@radix-ui_react-use-controllable-state@1.1.0_@types_react@18.3.18_react@18.3.1/node_modules/@radix-ui/react-use-controllable-state/dist/index.js.map +0 -1
  638. package/dist/esm/node_modules/.pnpm/@radix-ui_react-use-escape-keydown@1.1.0_@types_react@18.3.18_react@18.3.1/node_modules/@radix-ui/react-use-escape-keydown/dist/index.js +0 -19
  639. package/dist/esm/node_modules/.pnpm/@radix-ui_react-use-escape-keydown@1.1.0_@types_react@18.3.18_react@18.3.1/node_modules/@radix-ui/react-use-escape-keydown/dist/index.js.map +0 -1
  640. package/dist/esm/node_modules/.pnpm/@radix-ui_react-use-layout-effect@1.1.0_@types_react@18.3.18_react@18.3.1/node_modules/@radix-ui/react-use-layout-effect/dist/index.js.map +0 -1
  641. package/dist/esm/node_modules/.pnpm/@radix-ui_react-use-previous@1.1.0_@types_react@18.3.18_react@18.3.1/node_modules/@radix-ui/react-use-previous/dist/index.js.map +0 -1
  642. package/dist/esm/node_modules/.pnpm/@radix-ui_react-use-size@1.1.0_@types_react@18.3.18_react@18.3.1/node_modules/@radix-ui/react-use-size/dist/index.js +0 -41
  643. package/dist/esm/node_modules/.pnpm/@radix-ui_react-use-size@1.1.0_@types_react@18.3.18_react@18.3.1/node_modules/@radix-ui/react-use-size/dist/index.js.map +0 -1
  644. package/dist/esm/node_modules/.pnpm/@radix-ui_react-visually-hidden@1.1.2_@types_react-dom@18.3.5_@types_react@18.3.18__@types_re_omyrydx3gc2oidaiqb4gsovieq/node_modules/@radix-ui/react-visually-hidden/dist/index.js +0 -36
  645. package/dist/esm/node_modules/.pnpm/@radix-ui_react-visually-hidden@1.1.2_@types_react-dom@18.3.5_@types_react@18.3.18__@types_re_omyrydx3gc2oidaiqb4gsovieq/node_modules/@radix-ui/react-visually-hidden/dist/index.js.map +0 -1
  646. package/dist/esm/node_modules/.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui/themes/dist/esm/components/_internal/base-button.js +0 -15
  647. package/dist/esm/node_modules/.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui/themes/dist/esm/components/_internal/base-button.js.map +0 -1
  648. package/dist/esm/node_modules/.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui/themes/dist/esm/components/_internal/base-button.props.js.map +0 -1
  649. package/dist/esm/node_modules/.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui/themes/dist/esm/components/box.js +0 -12
  650. package/dist/esm/node_modules/.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui/themes/dist/esm/components/box.js.map +0 -1
  651. package/dist/esm/node_modules/.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui/themes/dist/esm/components/box.props.js.map +0 -1
  652. package/dist/esm/node_modules/.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui/themes/dist/esm/components/button.js +0 -8
  653. package/dist/esm/node_modules/.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui/themes/dist/esm/components/button.js.map +0 -1
  654. package/dist/esm/node_modules/.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui/themes/dist/esm/components/container.js +0 -15
  655. package/dist/esm/node_modules/.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui/themes/dist/esm/components/container.js.map +0 -1
  656. package/dist/esm/node_modules/.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui/themes/dist/esm/components/container.props.js.map +0 -1
  657. package/dist/esm/node_modules/.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui/themes/dist/esm/components/flex.js +0 -12
  658. package/dist/esm/node_modules/.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui/themes/dist/esm/components/flex.js.map +0 -1
  659. package/dist/esm/node_modules/.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui/themes/dist/esm/components/flex.props.js.map +0 -1
  660. package/dist/esm/node_modules/.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui/themes/dist/esm/components/heading.js +0 -11
  661. package/dist/esm/node_modules/.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui/themes/dist/esm/components/heading.js.map +0 -1
  662. package/dist/esm/node_modules/.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui/themes/dist/esm/components/heading.props.js.map +0 -1
  663. package/dist/esm/node_modules/.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui/themes/dist/esm/components/scroll-area.js +0 -14
  664. package/dist/esm/node_modules/.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui/themes/dist/esm/components/scroll-area.js.map +0 -1
  665. package/dist/esm/node_modules/.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui/themes/dist/esm/components/scroll-area.props.js.map +0 -1
  666. package/dist/esm/node_modules/.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui/themes/dist/esm/components/slot.js +0 -6
  667. package/dist/esm/node_modules/.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui/themes/dist/esm/components/slot.js.map +0 -1
  668. package/dist/esm/node_modules/.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui/themes/dist/esm/components/spinner.js +0 -11
  669. package/dist/esm/node_modules/.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui/themes/dist/esm/components/spinner.js.map +0 -1
  670. package/dist/esm/node_modules/.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui/themes/dist/esm/components/spinner.props.js.map +0 -1
  671. package/dist/esm/node_modules/.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui/themes/dist/esm/components/table.js +0 -12
  672. package/dist/esm/node_modules/.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui/themes/dist/esm/components/table.js.map +0 -1
  673. package/dist/esm/node_modules/.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui/themes/dist/esm/components/table.props.js.map +0 -1
  674. package/dist/esm/node_modules/.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui/themes/dist/esm/components/text-field.js +0 -14
  675. package/dist/esm/node_modules/.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui/themes/dist/esm/components/text-field.js.map +0 -1
  676. package/dist/esm/node_modules/.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui/themes/dist/esm/components/text-field.props.js.map +0 -1
  677. package/dist/esm/node_modules/.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui/themes/dist/esm/components/text.js +0 -11
  678. package/dist/esm/node_modules/.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui/themes/dist/esm/components/text.js.map +0 -1
  679. package/dist/esm/node_modules/.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui/themes/dist/esm/components/text.props.js.map +0 -1
  680. package/dist/esm/node_modules/.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui/themes/dist/esm/components/theme.js +0 -12
  681. package/dist/esm/node_modules/.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui/themes/dist/esm/components/theme.js.map +0 -1
  682. package/dist/esm/node_modules/.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui/themes/dist/esm/components/theme.props.js.map +0 -1
  683. package/dist/esm/node_modules/.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui/themes/dist/esm/components/visually-hidden.js +0 -6
  684. package/dist/esm/node_modules/.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui/themes/dist/esm/components/visually-hidden.js.map +0 -1
  685. package/dist/esm/node_modules/.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui/themes/dist/esm/helpers/extract-margin-props.js.map +0 -1
  686. package/dist/esm/node_modules/.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui/themes/dist/esm/helpers/extract-props.js +0 -9
  687. package/dist/esm/node_modules/.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui/themes/dist/esm/helpers/extract-props.js.map +0 -1
  688. package/dist/esm/node_modules/.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui/themes/dist/esm/helpers/get-margin-styles.js +0 -9
  689. package/dist/esm/node_modules/.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui/themes/dist/esm/helpers/get-margin-styles.js.map +0 -1
  690. package/dist/esm/node_modules/.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui/themes/dist/esm/helpers/get-matching-gray-color.js.map +0 -1
  691. package/dist/esm/node_modules/.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui/themes/dist/esm/helpers/get-responsive-styles.js.map +0 -1
  692. package/dist/esm/node_modules/.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui/themes/dist/esm/helpers/get-subtree.js.map +0 -1
  693. package/dist/esm/node_modules/.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui/themes/dist/esm/helpers/has-own-property.js.map +0 -1
  694. package/dist/esm/node_modules/.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui/themes/dist/esm/helpers/is-responsive-object.js.map +0 -1
  695. package/dist/esm/node_modules/.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui/themes/dist/esm/helpers/map-prop-values.js.map +0 -1
  696. package/dist/esm/node_modules/.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui/themes/dist/esm/helpers/merge-styles.js.map +0 -1
  697. package/dist/esm/node_modules/.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui/themes/dist/esm/props/as-child.prop.js.map +0 -1
  698. package/dist/esm/node_modules/.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui/themes/dist/esm/props/color.prop.js.map +0 -1
  699. package/dist/esm/node_modules/.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui/themes/dist/esm/props/gap.props.js.map +0 -1
  700. package/dist/esm/node_modules/.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui/themes/dist/esm/props/height.props.js.map +0 -1
  701. package/dist/esm/node_modules/.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui/themes/dist/esm/props/high-contrast.prop.js.map +0 -1
  702. package/dist/esm/node_modules/.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui/themes/dist/esm/props/layout.props.js.map +0 -1
  703. package/dist/esm/node_modules/.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui/themes/dist/esm/props/leading-trim.prop.js.map +0 -1
  704. package/dist/esm/node_modules/.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui/themes/dist/esm/props/margin.props.js.map +0 -1
  705. package/dist/esm/node_modules/.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui/themes/dist/esm/props/padding.props.js.map +0 -1
  706. package/dist/esm/node_modules/.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui/themes/dist/esm/props/prop-def.js.map +0 -1
  707. package/dist/esm/node_modules/.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui/themes/dist/esm/props/radius.prop.js.map +0 -1
  708. package/dist/esm/node_modules/.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui/themes/dist/esm/props/text-align.prop.js.map +0 -1
  709. package/dist/esm/node_modules/.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui/themes/dist/esm/props/text-wrap.prop.js.map +0 -1
  710. package/dist/esm/node_modules/.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui/themes/dist/esm/props/truncate.prop.js.map +0 -1
  711. package/dist/esm/node_modules/.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui/themes/dist/esm/props/weight.prop.js.map +0 -1
  712. package/dist/esm/node_modules/.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui/themes/dist/esm/props/width.props.js.map +0 -1
  713. package/dist/esm/node_modules/.pnpm/@rollup_plugin-typescript@11.1.6_rollup@3.29.5_tslib@2.8.1_typescript@5.6.3/node_modules/tslib/tslib.es6.js.map +0 -1
  714. package/dist/esm/node_modules/.pnpm/@tanstack_react-table@8.20.6_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/@tanstack/react-table/build/lib/index.js +0 -75
  715. package/dist/esm/node_modules/.pnpm/@tanstack_react-table@8.20.6_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/@tanstack/react-table/build/lib/index.js.map +0 -1
  716. package/dist/esm/node_modules/.pnpm/@tanstack_table-core@8.20.5/node_modules/@tanstack/table-core/build/lib/index.js +0 -2970
  717. package/dist/esm/node_modules/.pnpm/@tanstack_table-core@8.20.5/node_modules/@tanstack/table-core/build/lib/index.js.map +0 -1
  718. package/dist/esm/node_modules/.pnpm/aria-hidden@1.2.4/node_modules/aria-hidden/dist/es2015/index.js.map +0 -1
  719. package/dist/esm/node_modules/.pnpm/classnames@2.5.1/node_modules/classnames/index.js +0 -83
  720. package/dist/esm/node_modules/.pnpm/classnames@2.5.1/node_modules/classnames/index.js.map +0 -1
  721. package/dist/esm/node_modules/.pnpm/get-nonce@1.0.1/node_modules/get-nonce/dist/es2015/index.js.map +0 -1
  722. package/dist/esm/node_modules/.pnpm/react-remove-scroll-bar@2.3.8_@types_react@18.3.18_react@18.3.1/node_modules/react-remove-scroll-bar/dist/es2015/component.js +0 -57
  723. package/dist/esm/node_modules/.pnpm/react-remove-scroll-bar@2.3.8_@types_react@18.3.18_react@18.3.1/node_modules/react-remove-scroll-bar/dist/es2015/component.js.map +0 -1
  724. package/dist/esm/node_modules/.pnpm/react-remove-scroll-bar@2.3.8_@types_react@18.3.18_react@18.3.1/node_modules/react-remove-scroll-bar/dist/es2015/constants.js.map +0 -1
  725. package/dist/esm/node_modules/.pnpm/react-remove-scroll-bar@2.3.8_@types_react@18.3.18_react@18.3.1/node_modules/react-remove-scroll-bar/dist/es2015/utils.js.map +0 -1
  726. package/dist/esm/node_modules/.pnpm/react-remove-scroll@2.6.3_@types_react@18.3.18_react@18.3.1/node_modules/react-remove-scroll/dist/es2015/Combination.js +0 -11
  727. package/dist/esm/node_modules/.pnpm/react-remove-scroll@2.6.3_@types_react@18.3.18_react@18.3.1/node_modules/react-remove-scroll/dist/es2015/Combination.js.map +0 -1
  728. package/dist/esm/node_modules/.pnpm/react-remove-scroll@2.6.3_@types_react@18.3.18_react@18.3.1/node_modules/react-remove-scroll/dist/es2015/SideEffect.js +0 -161
  729. package/dist/esm/node_modules/.pnpm/react-remove-scroll@2.6.3_@types_react@18.3.18_react@18.3.1/node_modules/react-remove-scroll/dist/es2015/SideEffect.js.map +0 -1
  730. package/dist/esm/node_modules/.pnpm/react-remove-scroll@2.6.3_@types_react@18.3.18_react@18.3.1/node_modules/react-remove-scroll/dist/es2015/UI.js +0 -39
  731. package/dist/esm/node_modules/.pnpm/react-remove-scroll@2.6.3_@types_react@18.3.18_react@18.3.1/node_modules/react-remove-scroll/dist/es2015/UI.js.map +0 -1
  732. package/dist/esm/node_modules/.pnpm/react-remove-scroll@2.6.3_@types_react@18.3.18_react@18.3.1/node_modules/react-remove-scroll/dist/es2015/aggresiveCapture.js.map +0 -1
  733. package/dist/esm/node_modules/.pnpm/react-remove-scroll@2.6.3_@types_react@18.3.18_react@18.3.1/node_modules/react-remove-scroll/dist/es2015/handleScroll.js.map +0 -1
  734. package/dist/esm/node_modules/.pnpm/react-remove-scroll@2.6.3_@types_react@18.3.18_react@18.3.1/node_modules/react-remove-scroll/dist/es2015/medium.js +0 -6
  735. package/dist/esm/node_modules/.pnpm/react-remove-scroll@2.6.3_@types_react@18.3.18_react@18.3.1/node_modules/react-remove-scroll/dist/es2015/medium.js.map +0 -1
  736. package/dist/esm/node_modules/.pnpm/react-remove-scroll@2.6.3_@types_react@18.3.18_react@18.3.1/node_modules/react-remove-scroll/dist/es2015/sidecar.js +0 -8
  737. package/dist/esm/node_modules/.pnpm/react-remove-scroll@2.6.3_@types_react@18.3.18_react@18.3.1/node_modules/react-remove-scroll/dist/es2015/sidecar.js.map +0 -1
  738. package/dist/esm/node_modules/.pnpm/react-style-singleton@2.2.3_@types_react@18.3.18_react@18.3.1/node_modules/react-style-singleton/dist/es2015/component.js.map +0 -1
  739. package/dist/esm/node_modules/.pnpm/react-style-singleton@2.2.3_@types_react@18.3.18_react@18.3.1/node_modules/react-style-singleton/dist/es2015/hook.js.map +0 -1
  740. package/dist/esm/node_modules/.pnpm/react-style-singleton@2.2.3_@types_react@18.3.18_react@18.3.1/node_modules/react-style-singleton/dist/es2015/singleton.js +0 -52
  741. package/dist/esm/node_modules/.pnpm/react-style-singleton@2.2.3_@types_react@18.3.18_react@18.3.1/node_modules/react-style-singleton/dist/es2015/singleton.js.map +0 -1
  742. package/dist/esm/node_modules/.pnpm/use-callback-ref@1.3.3_@types_react@18.3.18_react@18.3.1/node_modules/use-callback-ref/dist/es2015/assignRef.js.map +0 -1
  743. package/dist/esm/node_modules/.pnpm/use-callback-ref@1.3.3_@types_react@18.3.18_react@18.3.1/node_modules/use-callback-ref/dist/es2015/useMergeRef.js.map +0 -1
  744. package/dist/esm/node_modules/.pnpm/use-callback-ref@1.3.3_@types_react@18.3.18_react@18.3.1/node_modules/use-callback-ref/dist/es2015/useRef.js.map +0 -1
  745. package/dist/esm/node_modules/.pnpm/use-sidecar@1.1.3_@types_react@18.3.18_react@18.3.1/node_modules/use-sidecar/dist/es2015/exports.js +0 -22
  746. package/dist/esm/node_modules/.pnpm/use-sidecar@1.1.3_@types_react@18.3.18_react@18.3.1/node_modules/use-sidecar/dist/es2015/exports.js.map +0 -1
  747. package/dist/esm/node_modules/.pnpm/use-sidecar@1.1.3_@types_react@18.3.18_react@18.3.1/node_modules/use-sidecar/dist/es2015/medium.js +0 -78
  748. package/dist/esm/node_modules/.pnpm/use-sidecar@1.1.3_@types_react@18.3.18_react@18.3.1/node_modules/use-sidecar/dist/es2015/medium.js.map +0 -1
  749. package/dist/esm/node_modules/.pnpm/vaul@1.1.2_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_react-dom@18.3._7iqkcrcg5qjc3n2ixm6rnrnx3e/node_modules/vaul/dist/index.js +0 -1655
  750. package/dist/esm/node_modules/.pnpm/vaul@1.1.2_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_react-dom@18.3._7iqkcrcg5qjc3n2ixm6rnrnx3e/node_modules/vaul/dist/index.js.map +0 -1
  751. package/dist/esm/ui/DevToolContent/ToolButtonGroup.js +0 -16
  752. package/dist/esm/ui/DevToolContent/ToolButtonGroup.js.map +0 -1
  753. /package/dist/cjs/node_modules/{.pnpm/@floating-ui_utils@0.2.9/node_modules/@floating-ui → @floating-ui}/utils/dist/floating-ui.utils.dom.js +0 -0
  754. /package/dist/cjs/node_modules/{.pnpm/@floating-ui_utils@0.2.9/node_modules/@floating-ui → @floating-ui}/utils/dist/floating-ui.utils.js +0 -0
  755. /package/dist/cjs/node_modules/{.pnpm/@radix-ui_number@1.1.0/node_modules/@radix-ui → @radix-ui}/number/dist/index.js +0 -0
  756. /package/dist/cjs/node_modules/{.pnpm/@radix-ui_primitive@1.1.1/node_modules/@radix-ui → @radix-ui}/primitive/dist/index.js +0 -0
  757. /package/dist/cjs/node_modules/{.pnpm/@radix-ui_react-compose-refs@1.1.1_@types_react@18.3.18_react@18.3.1/node_modules/@radix-ui → @radix-ui}/react-compose-refs/dist/index.js +0 -0
  758. /package/dist/cjs/node_modules/{.pnpm/@radix-ui_react-context@1.1.1_@types_react@18.3.18_react@18.3.1/node_modules/@radix-ui → @radix-ui}/react-context/dist/index.js +0 -0
  759. /package/dist/cjs/node_modules/{.pnpm/@radix-ui_react-direction@1.1.0_@types_react@18.3.18_react@18.3.1/node_modules/@radix-ui → @radix-ui}/react-direction/dist/index.js +0 -0
  760. /package/dist/cjs/node_modules/{.pnpm/@radix-ui_react-focus-guards@1.1.1_@types_react@18.3.18_react@18.3.1/node_modules/@radix-ui → @radix-ui}/react-focus-guards/dist/index.js +0 -0
  761. /package/dist/cjs/node_modules/{.pnpm/@radix-ui_react-icons@1.3.2_react@18.3.1/node_modules/@radix-ui → @radix-ui}/react-icons/dist/react-icons.esm.js +0 -0
  762. /package/dist/cjs/node_modules/{.pnpm/@radix-ui_react-use-callback-ref@1.1.0_@types_react@18.3.18_react@18.3.1/node_modules/@radix-ui → @radix-ui}/react-use-callback-ref/dist/index.js +0 -0
  763. /package/dist/cjs/node_modules/{.pnpm/@radix-ui_react-use-layout-effect@1.1.0_@types_react@18.3.18_react@18.3.1/node_modules/@radix-ui → @radix-ui}/react-use-layout-effect/dist/index.js +0 -0
  764. /package/dist/cjs/node_modules/{.pnpm/@radix-ui_react-use-previous@1.1.0_@types_react@18.3.18_react@18.3.1/node_modules/@radix-ui → @radix-ui}/react-use-previous/dist/index.js +0 -0
  765. /package/dist/cjs/node_modules/{.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui → @radix-ui}/themes/dist/esm/components/_internal/base-button.props.js +0 -0
  766. /package/dist/cjs/node_modules/{.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui → @radix-ui}/themes/dist/esm/components/box.props.js +0 -0
  767. /package/dist/cjs/node_modules/{.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui → @radix-ui}/themes/dist/esm/components/container.props.js +0 -0
  768. /package/dist/cjs/node_modules/{.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui → @radix-ui}/themes/dist/esm/components/flex.props.js +0 -0
  769. /package/dist/cjs/node_modules/{.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui → @radix-ui}/themes/dist/esm/components/heading.props.js +0 -0
  770. /package/dist/cjs/node_modules/{.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui → @radix-ui}/themes/dist/esm/components/scroll-area.props.js +0 -0
  771. /package/dist/cjs/node_modules/{.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui → @radix-ui}/themes/dist/esm/components/spinner.props.js +0 -0
  772. /package/dist/cjs/node_modules/{.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui → @radix-ui}/themes/dist/esm/components/table.props.js +0 -0
  773. /package/dist/cjs/node_modules/{.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui → @radix-ui}/themes/dist/esm/components/text-field.props.js +0 -0
  774. /package/dist/cjs/node_modules/{.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui → @radix-ui}/themes/dist/esm/components/text.props.js +0 -0
  775. /package/dist/cjs/node_modules/{.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui → @radix-ui}/themes/dist/esm/components/theme.props.js +0 -0
  776. /package/dist/cjs/node_modules/{.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui → @radix-ui}/themes/dist/esm/helpers/extract-margin-props.js +0 -0
  777. /package/dist/cjs/node_modules/{.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui → @radix-ui}/themes/dist/esm/helpers/get-matching-gray-color.js +0 -0
  778. /package/dist/cjs/node_modules/{.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui → @radix-ui}/themes/dist/esm/helpers/get-responsive-styles.js +0 -0
  779. /package/dist/cjs/node_modules/{.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui → @radix-ui}/themes/dist/esm/helpers/get-subtree.js +0 -0
  780. /package/dist/cjs/node_modules/{.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui → @radix-ui}/themes/dist/esm/helpers/has-own-property.js +0 -0
  781. /package/dist/cjs/node_modules/{.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui → @radix-ui}/themes/dist/esm/helpers/is-responsive-object.js +0 -0
  782. /package/dist/cjs/node_modules/{.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui → @radix-ui}/themes/dist/esm/helpers/map-prop-values.js +0 -0
  783. /package/dist/cjs/node_modules/{.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui → @radix-ui}/themes/dist/esm/helpers/merge-styles.js +0 -0
  784. /package/dist/cjs/node_modules/{.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui → @radix-ui}/themes/dist/esm/props/as-child.prop.js +0 -0
  785. /package/dist/cjs/node_modules/{.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui → @radix-ui}/themes/dist/esm/props/color.prop.js +0 -0
  786. /package/dist/cjs/node_modules/{.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui → @radix-ui}/themes/dist/esm/props/gap.props.js +0 -0
  787. /package/dist/cjs/node_modules/{.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui → @radix-ui}/themes/dist/esm/props/height.props.js +0 -0
  788. /package/dist/cjs/node_modules/{.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui → @radix-ui}/themes/dist/esm/props/high-contrast.prop.js +0 -0
  789. /package/dist/cjs/node_modules/{.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui → @radix-ui}/themes/dist/esm/props/layout.props.js +0 -0
  790. /package/dist/cjs/node_modules/{.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui → @radix-ui}/themes/dist/esm/props/leading-trim.prop.js +0 -0
  791. /package/dist/cjs/node_modules/{.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui → @radix-ui}/themes/dist/esm/props/margin.props.js +0 -0
  792. /package/dist/cjs/node_modules/{.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui → @radix-ui}/themes/dist/esm/props/padding.props.js +0 -0
  793. /package/dist/cjs/node_modules/{.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui → @radix-ui}/themes/dist/esm/props/prop-def.js +0 -0
  794. /package/dist/cjs/node_modules/{.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui → @radix-ui}/themes/dist/esm/props/radius.prop.js +0 -0
  795. /package/dist/cjs/node_modules/{.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui → @radix-ui}/themes/dist/esm/props/text-align.prop.js +0 -0
  796. /package/dist/cjs/node_modules/{.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui → @radix-ui}/themes/dist/esm/props/text-wrap.prop.js +0 -0
  797. /package/dist/cjs/node_modules/{.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui → @radix-ui}/themes/dist/esm/props/truncate.prop.js +0 -0
  798. /package/dist/cjs/node_modules/{.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui → @radix-ui}/themes/dist/esm/props/weight.prop.js +0 -0
  799. /package/dist/cjs/node_modules/{.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui → @radix-ui}/themes/dist/esm/props/width.props.js +0 -0
  800. /package/dist/cjs/node_modules/{.pnpm/aria-hidden@1.2.4/node_modules/aria-hidden → aria-hidden}/dist/es2015/index.js +0 -0
  801. /package/dist/cjs/node_modules/{.pnpm/get-nonce@1.0.1/node_modules/get-nonce → get-nonce}/dist/es2015/index.js +0 -0
  802. /package/dist/cjs/node_modules/{.pnpm/react-remove-scroll@2.6.3_@types_react@18.3.18_react@18.3.1/node_modules/react-remove-scroll → react-remove-scroll}/dist/es2015/aggresiveCapture.js +0 -0
  803. /package/dist/cjs/node_modules/{.pnpm/react-remove-scroll@2.6.3_@types_react@18.3.18_react@18.3.1/node_modules/react-remove-scroll → react-remove-scroll}/dist/es2015/handleScroll.js +0 -0
  804. /package/dist/cjs/node_modules/{.pnpm/react-remove-scroll-bar@2.3.8_@types_react@18.3.18_react@18.3.1/node_modules/react-remove-scroll-bar → react-remove-scroll-bar}/dist/es2015/constants.js +0 -0
  805. /package/dist/cjs/node_modules/{.pnpm/react-remove-scroll-bar@2.3.8_@types_react@18.3.18_react@18.3.1/node_modules/react-remove-scroll-bar → react-remove-scroll-bar}/dist/es2015/utils.js +0 -0
  806. /package/dist/cjs/node_modules/{.pnpm/react-style-singleton@2.2.3_@types_react@18.3.18_react@18.3.1/node_modules/react-style-singleton → react-style-singleton}/dist/es2015/component.js +0 -0
  807. /package/dist/cjs/node_modules/{.pnpm/react-style-singleton@2.2.3_@types_react@18.3.18_react@18.3.1/node_modules/react-style-singleton → react-style-singleton}/dist/es2015/hook.js +0 -0
  808. /package/dist/cjs/node_modules/{.pnpm/@rollup_plugin-typescript@11.1.6_rollup@3.29.5_tslib@2.8.1_typescript@5.6.3/node_modules/tslib → tslib}/tslib.es6.js +0 -0
  809. /package/dist/cjs/node_modules/{.pnpm/use-callback-ref@1.3.3_@types_react@18.3.18_react@18.3.1/node_modules/use-callback-ref → use-callback-ref}/dist/es2015/assignRef.js +0 -0
  810. /package/dist/cjs/node_modules/{.pnpm/use-callback-ref@1.3.3_@types_react@18.3.18_react@18.3.1/node_modules/use-callback-ref → use-callback-ref}/dist/es2015/useMergeRef.js +0 -0
  811. /package/dist/cjs/node_modules/{.pnpm/use-callback-ref@1.3.3_@types_react@18.3.18_react@18.3.1/node_modules/use-callback-ref → use-callback-ref}/dist/es2015/useRef.js +0 -0
  812. /package/dist/esm/node_modules/{.pnpm/@floating-ui_utils@0.2.9/node_modules/@floating-ui → @floating-ui}/utils/dist/floating-ui.utils.dom.js +0 -0
  813. /package/dist/esm/node_modules/{.pnpm/@floating-ui_utils@0.2.9/node_modules/@floating-ui → @floating-ui}/utils/dist/floating-ui.utils.js +0 -0
  814. /package/dist/esm/node_modules/{.pnpm/@radix-ui_number@1.1.0/node_modules/@radix-ui → @radix-ui}/number/dist/index.js +0 -0
  815. /package/dist/esm/node_modules/{.pnpm/@radix-ui_primitive@1.1.1/node_modules/@radix-ui → @radix-ui}/primitive/dist/index.js +0 -0
  816. /package/dist/esm/node_modules/{.pnpm/@radix-ui_react-compose-refs@1.1.1_@types_react@18.3.18_react@18.3.1/node_modules/@radix-ui → @radix-ui}/react-compose-refs/dist/index.js +0 -0
  817. /package/dist/esm/node_modules/{.pnpm/@radix-ui_react-context@1.1.1_@types_react@18.3.18_react@18.3.1/node_modules/@radix-ui → @radix-ui}/react-context/dist/index.js +0 -0
  818. /package/dist/esm/node_modules/{.pnpm/@radix-ui_react-direction@1.1.0_@types_react@18.3.18_react@18.3.1/node_modules/@radix-ui → @radix-ui}/react-direction/dist/index.js +0 -0
  819. /package/dist/esm/node_modules/{.pnpm/@radix-ui_react-focus-guards@1.1.1_@types_react@18.3.18_react@18.3.1/node_modules/@radix-ui → @radix-ui}/react-focus-guards/dist/index.js +0 -0
  820. /package/dist/esm/node_modules/{.pnpm/@radix-ui_react-icons@1.3.2_react@18.3.1/node_modules/@radix-ui → @radix-ui}/react-icons/dist/react-icons.esm.js +0 -0
  821. /package/dist/esm/node_modules/{.pnpm/@radix-ui_react-use-callback-ref@1.1.0_@types_react@18.3.18_react@18.3.1/node_modules/@radix-ui → @radix-ui}/react-use-callback-ref/dist/index.js +0 -0
  822. /package/dist/esm/node_modules/{.pnpm/@radix-ui_react-use-layout-effect@1.1.0_@types_react@18.3.18_react@18.3.1/node_modules/@radix-ui → @radix-ui}/react-use-layout-effect/dist/index.js +0 -0
  823. /package/dist/esm/node_modules/{.pnpm/@radix-ui_react-use-previous@1.1.0_@types_react@18.3.18_react@18.3.1/node_modules/@radix-ui → @radix-ui}/react-use-previous/dist/index.js +0 -0
  824. /package/dist/esm/node_modules/{.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui → @radix-ui}/themes/dist/esm/components/_internal/base-button.props.js +0 -0
  825. /package/dist/esm/node_modules/{.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui → @radix-ui}/themes/dist/esm/components/box.props.js +0 -0
  826. /package/dist/esm/node_modules/{.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui → @radix-ui}/themes/dist/esm/components/container.props.js +0 -0
  827. /package/dist/esm/node_modules/{.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui → @radix-ui}/themes/dist/esm/components/flex.props.js +0 -0
  828. /package/dist/esm/node_modules/{.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui → @radix-ui}/themes/dist/esm/components/heading.props.js +0 -0
  829. /package/dist/esm/node_modules/{.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui → @radix-ui}/themes/dist/esm/components/scroll-area.props.js +0 -0
  830. /package/dist/esm/node_modules/{.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui → @radix-ui}/themes/dist/esm/components/spinner.props.js +0 -0
  831. /package/dist/esm/node_modules/{.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui → @radix-ui}/themes/dist/esm/components/table.props.js +0 -0
  832. /package/dist/esm/node_modules/{.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui → @radix-ui}/themes/dist/esm/components/text-field.props.js +0 -0
  833. /package/dist/esm/node_modules/{.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui → @radix-ui}/themes/dist/esm/components/text.props.js +0 -0
  834. /package/dist/esm/node_modules/{.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui → @radix-ui}/themes/dist/esm/components/theme.props.js +0 -0
  835. /package/dist/esm/node_modules/{.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui → @radix-ui}/themes/dist/esm/helpers/extract-margin-props.js +0 -0
  836. /package/dist/esm/node_modules/{.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui → @radix-ui}/themes/dist/esm/helpers/get-matching-gray-color.js +0 -0
  837. /package/dist/esm/node_modules/{.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui → @radix-ui}/themes/dist/esm/helpers/get-responsive-styles.js +0 -0
  838. /package/dist/esm/node_modules/{.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui → @radix-ui}/themes/dist/esm/helpers/get-subtree.js +0 -0
  839. /package/dist/esm/node_modules/{.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui → @radix-ui}/themes/dist/esm/helpers/has-own-property.js +0 -0
  840. /package/dist/esm/node_modules/{.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui → @radix-ui}/themes/dist/esm/helpers/is-responsive-object.js +0 -0
  841. /package/dist/esm/node_modules/{.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui → @radix-ui}/themes/dist/esm/helpers/map-prop-values.js +0 -0
  842. /package/dist/esm/node_modules/{.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui → @radix-ui}/themes/dist/esm/helpers/merge-styles.js +0 -0
  843. /package/dist/esm/node_modules/{.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui → @radix-ui}/themes/dist/esm/props/as-child.prop.js +0 -0
  844. /package/dist/esm/node_modules/{.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui → @radix-ui}/themes/dist/esm/props/color.prop.js +0 -0
  845. /package/dist/esm/node_modules/{.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui → @radix-ui}/themes/dist/esm/props/gap.props.js +0 -0
  846. /package/dist/esm/node_modules/{.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui → @radix-ui}/themes/dist/esm/props/height.props.js +0 -0
  847. /package/dist/esm/node_modules/{.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui → @radix-ui}/themes/dist/esm/props/high-contrast.prop.js +0 -0
  848. /package/dist/esm/node_modules/{.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui → @radix-ui}/themes/dist/esm/props/layout.props.js +0 -0
  849. /package/dist/esm/node_modules/{.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui → @radix-ui}/themes/dist/esm/props/leading-trim.prop.js +0 -0
  850. /package/dist/esm/node_modules/{.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui → @radix-ui}/themes/dist/esm/props/margin.props.js +0 -0
  851. /package/dist/esm/node_modules/{.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui → @radix-ui}/themes/dist/esm/props/padding.props.js +0 -0
  852. /package/dist/esm/node_modules/{.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui → @radix-ui}/themes/dist/esm/props/prop-def.js +0 -0
  853. /package/dist/esm/node_modules/{.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui → @radix-ui}/themes/dist/esm/props/radius.prop.js +0 -0
  854. /package/dist/esm/node_modules/{.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui → @radix-ui}/themes/dist/esm/props/text-align.prop.js +0 -0
  855. /package/dist/esm/node_modules/{.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui → @radix-ui}/themes/dist/esm/props/text-wrap.prop.js +0 -0
  856. /package/dist/esm/node_modules/{.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui → @radix-ui}/themes/dist/esm/props/truncate.prop.js +0 -0
  857. /package/dist/esm/node_modules/{.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui → @radix-ui}/themes/dist/esm/props/weight.prop.js +0 -0
  858. /package/dist/esm/node_modules/{.pnpm/@radix-ui_themes@3.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_rea_l62yjk6twgw4yi4chvzddg3hmm/node_modules/@radix-ui → @radix-ui}/themes/dist/esm/props/width.props.js +0 -0
  859. /package/dist/esm/node_modules/{.pnpm/aria-hidden@1.2.4/node_modules/aria-hidden → aria-hidden}/dist/es2015/index.js +0 -0
  860. /package/dist/esm/node_modules/{.pnpm/get-nonce@1.0.1/node_modules/get-nonce → get-nonce}/dist/es2015/index.js +0 -0
  861. /package/dist/esm/node_modules/{.pnpm/react-remove-scroll@2.6.3_@types_react@18.3.18_react@18.3.1/node_modules/react-remove-scroll → react-remove-scroll}/dist/es2015/aggresiveCapture.js +0 -0
  862. /package/dist/esm/node_modules/{.pnpm/react-remove-scroll@2.6.3_@types_react@18.3.18_react@18.3.1/node_modules/react-remove-scroll → react-remove-scroll}/dist/es2015/handleScroll.js +0 -0
  863. /package/dist/esm/node_modules/{.pnpm/react-remove-scroll-bar@2.3.8_@types_react@18.3.18_react@18.3.1/node_modules/react-remove-scroll-bar → react-remove-scroll-bar}/dist/es2015/constants.js +0 -0
  864. /package/dist/esm/node_modules/{.pnpm/react-remove-scroll-bar@2.3.8_@types_react@18.3.18_react@18.3.1/node_modules/react-remove-scroll-bar → react-remove-scroll-bar}/dist/es2015/utils.js +0 -0
  865. /package/dist/esm/node_modules/{.pnpm/react-style-singleton@2.2.3_@types_react@18.3.18_react@18.3.1/node_modules/react-style-singleton → react-style-singleton}/dist/es2015/component.js +0 -0
  866. /package/dist/esm/node_modules/{.pnpm/react-style-singleton@2.2.3_@types_react@18.3.18_react@18.3.1/node_modules/react-style-singleton → react-style-singleton}/dist/es2015/hook.js +0 -0
  867. /package/dist/esm/node_modules/{.pnpm/@rollup_plugin-typescript@11.1.6_rollup@3.29.5_tslib@2.8.1_typescript@5.6.3/node_modules/tslib → tslib}/tslib.es6.js +0 -0
  868. /package/dist/esm/node_modules/{.pnpm/use-callback-ref@1.3.3_@types_react@18.3.18_react@18.3.1/node_modules/use-callback-ref → use-callback-ref}/dist/es2015/assignRef.js +0 -0
  869. /package/dist/esm/node_modules/{.pnpm/use-callback-ref@1.3.3_@types_react@18.3.18_react@18.3.1/node_modules/use-callback-ref → use-callback-ref}/dist/es2015/useMergeRef.js +0 -0
  870. /package/dist/esm/node_modules/{.pnpm/use-callback-ref@1.3.3_@types_react@18.3.18_react@18.3.1/node_modules/use-callback-ref → use-callback-ref}/dist/es2015/useRef.js +0 -0
@@ -1,739 +0,0 @@
1
- 'use strict';
2
-
3
- var floatingUi_core = require('../../../../../@floating-ui_core@1.6.9/node_modules/@floating-ui/core/dist/floating-ui.core.js');
4
- var floatingUi_utils = require('../../../../../@floating-ui_utils@0.2.9/node_modules/@floating-ui/utils/dist/floating-ui.utils.js');
5
- var floatingUi_utils_dom = require('../../../../../@floating-ui_utils@0.2.9/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js');
6
-
7
- function getCssDimensions(element) {
8
- const css = floatingUi_utils_dom.getComputedStyle(element);
9
- // In testing environments, the `width` and `height` properties are empty
10
- // strings for SVG elements, returning NaN. Fallback to `0` in this case.
11
- let width = parseFloat(css.width) || 0;
12
- let height = parseFloat(css.height) || 0;
13
- const hasOffset = floatingUi_utils_dom.isHTMLElement(element);
14
- const offsetWidth = hasOffset ? element.offsetWidth : width;
15
- const offsetHeight = hasOffset ? element.offsetHeight : height;
16
- const shouldFallback = floatingUi_utils.round(width) !== offsetWidth || floatingUi_utils.round(height) !== offsetHeight;
17
- if (shouldFallback) {
18
- width = offsetWidth;
19
- height = offsetHeight;
20
- }
21
- return {
22
- width,
23
- height,
24
- $: shouldFallback
25
- };
26
- }
27
-
28
- function unwrapElement(element) {
29
- return !floatingUi_utils_dom.isElement(element) ? element.contextElement : element;
30
- }
31
-
32
- function getScale(element) {
33
- const domElement = unwrapElement(element);
34
- if (!floatingUi_utils_dom.isHTMLElement(domElement)) {
35
- return floatingUi_utils.createCoords(1);
36
- }
37
- const rect = domElement.getBoundingClientRect();
38
- const {
39
- width,
40
- height,
41
- $
42
- } = getCssDimensions(domElement);
43
- let x = ($ ? floatingUi_utils.round(rect.width) : rect.width) / width;
44
- let y = ($ ? floatingUi_utils.round(rect.height) : rect.height) / height;
45
-
46
- // 0, NaN, or Infinity should always fallback to 1.
47
-
48
- if (!x || !Number.isFinite(x)) {
49
- x = 1;
50
- }
51
- if (!y || !Number.isFinite(y)) {
52
- y = 1;
53
- }
54
- return {
55
- x,
56
- y
57
- };
58
- }
59
-
60
- const noOffsets = /*#__PURE__*/floatingUi_utils.createCoords(0);
61
- function getVisualOffsets(element) {
62
- const win = floatingUi_utils_dom.getWindow(element);
63
- if (!floatingUi_utils_dom.isWebKit() || !win.visualViewport) {
64
- return noOffsets;
65
- }
66
- return {
67
- x: win.visualViewport.offsetLeft,
68
- y: win.visualViewport.offsetTop
69
- };
70
- }
71
- function shouldAddVisualOffsets(element, isFixed, floatingOffsetParent) {
72
- if (isFixed === void 0) {
73
- isFixed = false;
74
- }
75
- if (!floatingOffsetParent || isFixed && floatingOffsetParent !== floatingUi_utils_dom.getWindow(element)) {
76
- return false;
77
- }
78
- return isFixed;
79
- }
80
-
81
- function getBoundingClientRect(element, includeScale, isFixedStrategy, offsetParent) {
82
- if (includeScale === void 0) {
83
- includeScale = false;
84
- }
85
- if (isFixedStrategy === void 0) {
86
- isFixedStrategy = false;
87
- }
88
- const clientRect = element.getBoundingClientRect();
89
- const domElement = unwrapElement(element);
90
- let scale = floatingUi_utils.createCoords(1);
91
- if (includeScale) {
92
- if (offsetParent) {
93
- if (floatingUi_utils_dom.isElement(offsetParent)) {
94
- scale = getScale(offsetParent);
95
- }
96
- } else {
97
- scale = getScale(element);
98
- }
99
- }
100
- const visualOffsets = shouldAddVisualOffsets(domElement, isFixedStrategy, offsetParent) ? getVisualOffsets(domElement) : floatingUi_utils.createCoords(0);
101
- let x = (clientRect.left + visualOffsets.x) / scale.x;
102
- let y = (clientRect.top + visualOffsets.y) / scale.y;
103
- let width = clientRect.width / scale.x;
104
- let height = clientRect.height / scale.y;
105
- if (domElement) {
106
- const win = floatingUi_utils_dom.getWindow(domElement);
107
- const offsetWin = offsetParent && floatingUi_utils_dom.isElement(offsetParent) ? floatingUi_utils_dom.getWindow(offsetParent) : offsetParent;
108
- let currentWin = win;
109
- let currentIFrame = floatingUi_utils_dom.getFrameElement(currentWin);
110
- while (currentIFrame && offsetParent && offsetWin !== currentWin) {
111
- const iframeScale = getScale(currentIFrame);
112
- const iframeRect = currentIFrame.getBoundingClientRect();
113
- const css = floatingUi_utils_dom.getComputedStyle(currentIFrame);
114
- const left = iframeRect.left + (currentIFrame.clientLeft + parseFloat(css.paddingLeft)) * iframeScale.x;
115
- const top = iframeRect.top + (currentIFrame.clientTop + parseFloat(css.paddingTop)) * iframeScale.y;
116
- x *= iframeScale.x;
117
- y *= iframeScale.y;
118
- width *= iframeScale.x;
119
- height *= iframeScale.y;
120
- x += left;
121
- y += top;
122
- currentWin = floatingUi_utils_dom.getWindow(currentIFrame);
123
- currentIFrame = floatingUi_utils_dom.getFrameElement(currentWin);
124
- }
125
- }
126
- return floatingUi_utils.rectToClientRect({
127
- width,
128
- height,
129
- x,
130
- y
131
- });
132
- }
133
-
134
- // If <html> has a CSS width greater than the viewport, then this will be
135
- // incorrect for RTL.
136
- function getWindowScrollBarX(element, rect) {
137
- const leftScroll = floatingUi_utils_dom.getNodeScroll(element).scrollLeft;
138
- if (!rect) {
139
- return getBoundingClientRect(floatingUi_utils_dom.getDocumentElement(element)).left + leftScroll;
140
- }
141
- return rect.left + leftScroll;
142
- }
143
-
144
- function getHTMLOffset(documentElement, scroll, ignoreScrollbarX) {
145
- if (ignoreScrollbarX === void 0) {
146
- ignoreScrollbarX = false;
147
- }
148
- const htmlRect = documentElement.getBoundingClientRect();
149
- const x = htmlRect.left + scroll.scrollLeft - (ignoreScrollbarX ? 0 :
150
- // RTL <body> scrollbar.
151
- getWindowScrollBarX(documentElement, htmlRect));
152
- const y = htmlRect.top + scroll.scrollTop;
153
- return {
154
- x,
155
- y
156
- };
157
- }
158
-
159
- function convertOffsetParentRelativeRectToViewportRelativeRect(_ref) {
160
- let {
161
- elements,
162
- rect,
163
- offsetParent,
164
- strategy
165
- } = _ref;
166
- const isFixed = strategy === 'fixed';
167
- const documentElement = floatingUi_utils_dom.getDocumentElement(offsetParent);
168
- const topLayer = elements ? floatingUi_utils_dom.isTopLayer(elements.floating) : false;
169
- if (offsetParent === documentElement || topLayer && isFixed) {
170
- return rect;
171
- }
172
- let scroll = {
173
- scrollLeft: 0,
174
- scrollTop: 0
175
- };
176
- let scale = floatingUi_utils.createCoords(1);
177
- const offsets = floatingUi_utils.createCoords(0);
178
- const isOffsetParentAnElement = floatingUi_utils_dom.isHTMLElement(offsetParent);
179
- if (isOffsetParentAnElement || !isOffsetParentAnElement && !isFixed) {
180
- if (floatingUi_utils_dom.getNodeName(offsetParent) !== 'body' || floatingUi_utils_dom.isOverflowElement(documentElement)) {
181
- scroll = floatingUi_utils_dom.getNodeScroll(offsetParent);
182
- }
183
- if (floatingUi_utils_dom.isHTMLElement(offsetParent)) {
184
- const offsetRect = getBoundingClientRect(offsetParent);
185
- scale = getScale(offsetParent);
186
- offsets.x = offsetRect.x + offsetParent.clientLeft;
187
- offsets.y = offsetRect.y + offsetParent.clientTop;
188
- }
189
- }
190
- const htmlOffset = documentElement && !isOffsetParentAnElement && !isFixed ? getHTMLOffset(documentElement, scroll, true) : floatingUi_utils.createCoords(0);
191
- return {
192
- width: rect.width * scale.x,
193
- height: rect.height * scale.y,
194
- x: rect.x * scale.x - scroll.scrollLeft * scale.x + offsets.x + htmlOffset.x,
195
- y: rect.y * scale.y - scroll.scrollTop * scale.y + offsets.y + htmlOffset.y
196
- };
197
- }
198
-
199
- function getClientRects(element) {
200
- return Array.from(element.getClientRects());
201
- }
202
-
203
- // Gets the entire size of the scrollable document area, even extending outside
204
- // of the `<html>` and `<body>` rect bounds if horizontally scrollable.
205
- function getDocumentRect(element) {
206
- const html = floatingUi_utils_dom.getDocumentElement(element);
207
- const scroll = floatingUi_utils_dom.getNodeScroll(element);
208
- const body = element.ownerDocument.body;
209
- const width = floatingUi_utils.max(html.scrollWidth, html.clientWidth, body.scrollWidth, body.clientWidth);
210
- const height = floatingUi_utils.max(html.scrollHeight, html.clientHeight, body.scrollHeight, body.clientHeight);
211
- let x = -scroll.scrollLeft + getWindowScrollBarX(element);
212
- const y = -scroll.scrollTop;
213
- if (floatingUi_utils_dom.getComputedStyle(body).direction === 'rtl') {
214
- x += floatingUi_utils.max(html.clientWidth, body.clientWidth) - width;
215
- }
216
- return {
217
- width,
218
- height,
219
- x,
220
- y
221
- };
222
- }
223
-
224
- function getViewportRect(element, strategy) {
225
- const win = floatingUi_utils_dom.getWindow(element);
226
- const html = floatingUi_utils_dom.getDocumentElement(element);
227
- const visualViewport = win.visualViewport;
228
- let width = html.clientWidth;
229
- let height = html.clientHeight;
230
- let x = 0;
231
- let y = 0;
232
- if (visualViewport) {
233
- width = visualViewport.width;
234
- height = visualViewport.height;
235
- const visualViewportBased = floatingUi_utils_dom.isWebKit();
236
- if (!visualViewportBased || visualViewportBased && strategy === 'fixed') {
237
- x = visualViewport.offsetLeft;
238
- y = visualViewport.offsetTop;
239
- }
240
- }
241
- return {
242
- width,
243
- height,
244
- x,
245
- y
246
- };
247
- }
248
-
249
- // Returns the inner client rect, subtracting scrollbars if present.
250
- function getInnerBoundingClientRect(element, strategy) {
251
- const clientRect = getBoundingClientRect(element, true, strategy === 'fixed');
252
- const top = clientRect.top + element.clientTop;
253
- const left = clientRect.left + element.clientLeft;
254
- const scale = floatingUi_utils_dom.isHTMLElement(element) ? getScale(element) : floatingUi_utils.createCoords(1);
255
- const width = element.clientWidth * scale.x;
256
- const height = element.clientHeight * scale.y;
257
- const x = left * scale.x;
258
- const y = top * scale.y;
259
- return {
260
- width,
261
- height,
262
- x,
263
- y
264
- };
265
- }
266
- function getClientRectFromClippingAncestor(element, clippingAncestor, strategy) {
267
- let rect;
268
- if (clippingAncestor === 'viewport') {
269
- rect = getViewportRect(element, strategy);
270
- } else if (clippingAncestor === 'document') {
271
- rect = getDocumentRect(floatingUi_utils_dom.getDocumentElement(element));
272
- } else if (floatingUi_utils_dom.isElement(clippingAncestor)) {
273
- rect = getInnerBoundingClientRect(clippingAncestor, strategy);
274
- } else {
275
- const visualOffsets = getVisualOffsets(element);
276
- rect = {
277
- x: clippingAncestor.x - visualOffsets.x,
278
- y: clippingAncestor.y - visualOffsets.y,
279
- width: clippingAncestor.width,
280
- height: clippingAncestor.height
281
- };
282
- }
283
- return floatingUi_utils.rectToClientRect(rect);
284
- }
285
- function hasFixedPositionAncestor(element, stopNode) {
286
- const parentNode = floatingUi_utils_dom.getParentNode(element);
287
- if (parentNode === stopNode || !floatingUi_utils_dom.isElement(parentNode) || floatingUi_utils_dom.isLastTraversableNode(parentNode)) {
288
- return false;
289
- }
290
- return floatingUi_utils_dom.getComputedStyle(parentNode).position === 'fixed' || hasFixedPositionAncestor(parentNode, stopNode);
291
- }
292
-
293
- // A "clipping ancestor" is an `overflow` element with the characteristic of
294
- // clipping (or hiding) child elements. This returns all clipping ancestors
295
- // of the given element up the tree.
296
- function getClippingElementAncestors(element, cache) {
297
- const cachedResult = cache.get(element);
298
- if (cachedResult) {
299
- return cachedResult;
300
- }
301
- let result = floatingUi_utils_dom.getOverflowAncestors(element, [], false).filter(el => floatingUi_utils_dom.isElement(el) && floatingUi_utils_dom.getNodeName(el) !== 'body');
302
- let currentContainingBlockComputedStyle = null;
303
- const elementIsFixed = floatingUi_utils_dom.getComputedStyle(element).position === 'fixed';
304
- let currentNode = elementIsFixed ? floatingUi_utils_dom.getParentNode(element) : element;
305
-
306
- // https://developer.mozilla.org/en-US/docs/Web/CSS/Containing_block#identifying_the_containing_block
307
- while (floatingUi_utils_dom.isElement(currentNode) && !floatingUi_utils_dom.isLastTraversableNode(currentNode)) {
308
- const computedStyle = floatingUi_utils_dom.getComputedStyle(currentNode);
309
- const currentNodeIsContaining = floatingUi_utils_dom.isContainingBlock(currentNode);
310
- if (!currentNodeIsContaining && computedStyle.position === 'fixed') {
311
- currentContainingBlockComputedStyle = null;
312
- }
313
- const shouldDropCurrentNode = elementIsFixed ? !currentNodeIsContaining && !currentContainingBlockComputedStyle : !currentNodeIsContaining && computedStyle.position === 'static' && !!currentContainingBlockComputedStyle && ['absolute', 'fixed'].includes(currentContainingBlockComputedStyle.position) || floatingUi_utils_dom.isOverflowElement(currentNode) && !currentNodeIsContaining && hasFixedPositionAncestor(element, currentNode);
314
- if (shouldDropCurrentNode) {
315
- // Drop non-containing blocks.
316
- result = result.filter(ancestor => ancestor !== currentNode);
317
- } else {
318
- // Record last containing block for next iteration.
319
- currentContainingBlockComputedStyle = computedStyle;
320
- }
321
- currentNode = floatingUi_utils_dom.getParentNode(currentNode);
322
- }
323
- cache.set(element, result);
324
- return result;
325
- }
326
-
327
- // Gets the maximum area that the element is visible in due to any number of
328
- // clipping ancestors.
329
- function getClippingRect(_ref) {
330
- let {
331
- element,
332
- boundary,
333
- rootBoundary,
334
- strategy
335
- } = _ref;
336
- const elementClippingAncestors = boundary === 'clippingAncestors' ? floatingUi_utils_dom.isTopLayer(element) ? [] : getClippingElementAncestors(element, this._c) : [].concat(boundary);
337
- const clippingAncestors = [...elementClippingAncestors, rootBoundary];
338
- const firstClippingAncestor = clippingAncestors[0];
339
- const clippingRect = clippingAncestors.reduce((accRect, clippingAncestor) => {
340
- const rect = getClientRectFromClippingAncestor(element, clippingAncestor, strategy);
341
- accRect.top = floatingUi_utils.max(rect.top, accRect.top);
342
- accRect.right = floatingUi_utils.min(rect.right, accRect.right);
343
- accRect.bottom = floatingUi_utils.min(rect.bottom, accRect.bottom);
344
- accRect.left = floatingUi_utils.max(rect.left, accRect.left);
345
- return accRect;
346
- }, getClientRectFromClippingAncestor(element, firstClippingAncestor, strategy));
347
- return {
348
- width: clippingRect.right - clippingRect.left,
349
- height: clippingRect.bottom - clippingRect.top,
350
- x: clippingRect.left,
351
- y: clippingRect.top
352
- };
353
- }
354
-
355
- function getDimensions(element) {
356
- const {
357
- width,
358
- height
359
- } = getCssDimensions(element);
360
- return {
361
- width,
362
- height
363
- };
364
- }
365
-
366
- function getRectRelativeToOffsetParent(element, offsetParent, strategy) {
367
- const isOffsetParentAnElement = floatingUi_utils_dom.isHTMLElement(offsetParent);
368
- const documentElement = floatingUi_utils_dom.getDocumentElement(offsetParent);
369
- const isFixed = strategy === 'fixed';
370
- const rect = getBoundingClientRect(element, true, isFixed, offsetParent);
371
- let scroll = {
372
- scrollLeft: 0,
373
- scrollTop: 0
374
- };
375
- const offsets = floatingUi_utils.createCoords(0);
376
- if (isOffsetParentAnElement || !isOffsetParentAnElement && !isFixed) {
377
- if (floatingUi_utils_dom.getNodeName(offsetParent) !== 'body' || floatingUi_utils_dom.isOverflowElement(documentElement)) {
378
- scroll = floatingUi_utils_dom.getNodeScroll(offsetParent);
379
- }
380
- if (isOffsetParentAnElement) {
381
- const offsetRect = getBoundingClientRect(offsetParent, true, isFixed, offsetParent);
382
- offsets.x = offsetRect.x + offsetParent.clientLeft;
383
- offsets.y = offsetRect.y + offsetParent.clientTop;
384
- } else if (documentElement) {
385
- // If the <body> scrollbar appears on the left (e.g. RTL systems). Use
386
- // Firefox with layout.scrollbar.side = 3 in about:config to test this.
387
- offsets.x = getWindowScrollBarX(documentElement);
388
- }
389
- }
390
- const htmlOffset = documentElement && !isOffsetParentAnElement && !isFixed ? getHTMLOffset(documentElement, scroll) : floatingUi_utils.createCoords(0);
391
- const x = rect.left + scroll.scrollLeft - offsets.x - htmlOffset.x;
392
- const y = rect.top + scroll.scrollTop - offsets.y - htmlOffset.y;
393
- return {
394
- x,
395
- y,
396
- width: rect.width,
397
- height: rect.height
398
- };
399
- }
400
-
401
- function isStaticPositioned(element) {
402
- return floatingUi_utils_dom.getComputedStyle(element).position === 'static';
403
- }
404
-
405
- function getTrueOffsetParent(element, polyfill) {
406
- if (!floatingUi_utils_dom.isHTMLElement(element) || floatingUi_utils_dom.getComputedStyle(element).position === 'fixed') {
407
- return null;
408
- }
409
- if (polyfill) {
410
- return polyfill(element);
411
- }
412
- let rawOffsetParent = element.offsetParent;
413
-
414
- // Firefox returns the <html> element as the offsetParent if it's non-static,
415
- // while Chrome and Safari return the <body> element. The <body> element must
416
- // be used to perform the correct calculations even if the <html> element is
417
- // non-static.
418
- if (floatingUi_utils_dom.getDocumentElement(element) === rawOffsetParent) {
419
- rawOffsetParent = rawOffsetParent.ownerDocument.body;
420
- }
421
- return rawOffsetParent;
422
- }
423
-
424
- // Gets the closest ancestor positioned element. Handles some edge cases,
425
- // such as table ancestors and cross browser bugs.
426
- function getOffsetParent(element, polyfill) {
427
- const win = floatingUi_utils_dom.getWindow(element);
428
- if (floatingUi_utils_dom.isTopLayer(element)) {
429
- return win;
430
- }
431
- if (!floatingUi_utils_dom.isHTMLElement(element)) {
432
- let svgOffsetParent = floatingUi_utils_dom.getParentNode(element);
433
- while (svgOffsetParent && !floatingUi_utils_dom.isLastTraversableNode(svgOffsetParent)) {
434
- if (floatingUi_utils_dom.isElement(svgOffsetParent) && !isStaticPositioned(svgOffsetParent)) {
435
- return svgOffsetParent;
436
- }
437
- svgOffsetParent = floatingUi_utils_dom.getParentNode(svgOffsetParent);
438
- }
439
- return win;
440
- }
441
- let offsetParent = getTrueOffsetParent(element, polyfill);
442
- while (offsetParent && floatingUi_utils_dom.isTableElement(offsetParent) && isStaticPositioned(offsetParent)) {
443
- offsetParent = getTrueOffsetParent(offsetParent, polyfill);
444
- }
445
- if (offsetParent && floatingUi_utils_dom.isLastTraversableNode(offsetParent) && isStaticPositioned(offsetParent) && !floatingUi_utils_dom.isContainingBlock(offsetParent)) {
446
- return win;
447
- }
448
- return offsetParent || floatingUi_utils_dom.getContainingBlock(element) || win;
449
- }
450
-
451
- const getElementRects = async function (data) {
452
- const getOffsetParentFn = this.getOffsetParent || getOffsetParent;
453
- const getDimensionsFn = this.getDimensions;
454
- const floatingDimensions = await getDimensionsFn(data.floating);
455
- return {
456
- reference: getRectRelativeToOffsetParent(data.reference, await getOffsetParentFn(data.floating), data.strategy),
457
- floating: {
458
- x: 0,
459
- y: 0,
460
- width: floatingDimensions.width,
461
- height: floatingDimensions.height
462
- }
463
- };
464
- };
465
-
466
- function isRTL(element) {
467
- return floatingUi_utils_dom.getComputedStyle(element).direction === 'rtl';
468
- }
469
-
470
- const platform = {
471
- convertOffsetParentRelativeRectToViewportRelativeRect,
472
- getDocumentElement: floatingUi_utils_dom.getDocumentElement,
473
- getClippingRect,
474
- getOffsetParent,
475
- getElementRects,
476
- getClientRects,
477
- getDimensions,
478
- getScale,
479
- isElement: floatingUi_utils_dom.isElement,
480
- isRTL
481
- };
482
-
483
- function rectsAreEqual(a, b) {
484
- return a.x === b.x && a.y === b.y && a.width === b.width && a.height === b.height;
485
- }
486
-
487
- // https://samthor.au/2021/observing-dom/
488
- function observeMove(element, onMove) {
489
- let io = null;
490
- let timeoutId;
491
- const root = floatingUi_utils_dom.getDocumentElement(element);
492
- function cleanup() {
493
- var _io;
494
- clearTimeout(timeoutId);
495
- (_io = io) == null || _io.disconnect();
496
- io = null;
497
- }
498
- function refresh(skip, threshold) {
499
- if (skip === void 0) {
500
- skip = false;
501
- }
502
- if (threshold === void 0) {
503
- threshold = 1;
504
- }
505
- cleanup();
506
- const elementRectForRootMargin = element.getBoundingClientRect();
507
- const {
508
- left,
509
- top,
510
- width,
511
- height
512
- } = elementRectForRootMargin;
513
- if (!skip) {
514
- onMove();
515
- }
516
- if (!width || !height) {
517
- return;
518
- }
519
- const insetTop = floatingUi_utils.floor(top);
520
- const insetRight = floatingUi_utils.floor(root.clientWidth - (left + width));
521
- const insetBottom = floatingUi_utils.floor(root.clientHeight - (top + height));
522
- const insetLeft = floatingUi_utils.floor(left);
523
- const rootMargin = -insetTop + "px " + -insetRight + "px " + -insetBottom + "px " + -insetLeft + "px";
524
- const options = {
525
- rootMargin,
526
- threshold: floatingUi_utils.max(0, floatingUi_utils.min(1, threshold)) || 1
527
- };
528
- let isFirstUpdate = true;
529
- function handleObserve(entries) {
530
- const ratio = entries[0].intersectionRatio;
531
- if (ratio !== threshold) {
532
- if (!isFirstUpdate) {
533
- return refresh();
534
- }
535
- if (!ratio) {
536
- // If the reference is clipped, the ratio is 0. Throttle the refresh
537
- // to prevent an infinite loop of updates.
538
- timeoutId = setTimeout(() => {
539
- refresh(false, 1e-7);
540
- }, 1000);
541
- } else {
542
- refresh(false, ratio);
543
- }
544
- }
545
- if (ratio === 1 && !rectsAreEqual(elementRectForRootMargin, element.getBoundingClientRect())) {
546
- // It's possible that even though the ratio is reported as 1, the
547
- // element is not actually fully within the IntersectionObserver's root
548
- // area anymore. This can happen under performance constraints. This may
549
- // be a bug in the browser's IntersectionObserver implementation. To
550
- // work around this, we compare the element's bounding rect now with
551
- // what it was at the time we created the IntersectionObserver. If they
552
- // are not equal then the element moved, so we refresh.
553
- refresh();
554
- }
555
- isFirstUpdate = false;
556
- }
557
-
558
- // Older browsers don't support a `document` as the root and will throw an
559
- // error.
560
- try {
561
- io = new IntersectionObserver(handleObserve, {
562
- ...options,
563
- // Handle <iframe>s
564
- root: root.ownerDocument
565
- });
566
- } catch (e) {
567
- io = new IntersectionObserver(handleObserve, options);
568
- }
569
- io.observe(element);
570
- }
571
- refresh(true);
572
- return cleanup;
573
- }
574
-
575
- /**
576
- * Automatically updates the position of the floating element when necessary.
577
- * Should only be called when the floating element is mounted on the DOM or
578
- * visible on the screen.
579
- * @returns cleanup function that should be invoked when the floating element is
580
- * removed from the DOM or hidden from the screen.
581
- * @see https://floating-ui.com/docs/autoUpdate
582
- */
583
- function autoUpdate(reference, floating, update, options) {
584
- if (options === void 0) {
585
- options = {};
586
- }
587
- const {
588
- ancestorScroll = true,
589
- ancestorResize = true,
590
- elementResize = typeof ResizeObserver === 'function',
591
- layoutShift = typeof IntersectionObserver === 'function',
592
- animationFrame = false
593
- } = options;
594
- const referenceEl = unwrapElement(reference);
595
- const ancestors = ancestorScroll || ancestorResize ? [...(referenceEl ? floatingUi_utils_dom.getOverflowAncestors(referenceEl) : []), ...floatingUi_utils_dom.getOverflowAncestors(floating)] : [];
596
- ancestors.forEach(ancestor => {
597
- ancestorScroll && ancestor.addEventListener('scroll', update, {
598
- passive: true
599
- });
600
- ancestorResize && ancestor.addEventListener('resize', update);
601
- });
602
- const cleanupIo = referenceEl && layoutShift ? observeMove(referenceEl, update) : null;
603
- let reobserveFrame = -1;
604
- let resizeObserver = null;
605
- if (elementResize) {
606
- resizeObserver = new ResizeObserver(_ref => {
607
- let [firstEntry] = _ref;
608
- if (firstEntry && firstEntry.target === referenceEl && resizeObserver) {
609
- // Prevent update loops when using the `size` middleware.
610
- // https://github.com/floating-ui/floating-ui/issues/1740
611
- resizeObserver.unobserve(floating);
612
- cancelAnimationFrame(reobserveFrame);
613
- reobserveFrame = requestAnimationFrame(() => {
614
- var _resizeObserver;
615
- (_resizeObserver = resizeObserver) == null || _resizeObserver.observe(floating);
616
- });
617
- }
618
- update();
619
- });
620
- if (referenceEl && !animationFrame) {
621
- resizeObserver.observe(referenceEl);
622
- }
623
- resizeObserver.observe(floating);
624
- }
625
- let frameId;
626
- let prevRefRect = animationFrame ? getBoundingClientRect(reference) : null;
627
- if (animationFrame) {
628
- frameLoop();
629
- }
630
- function frameLoop() {
631
- const nextRefRect = getBoundingClientRect(reference);
632
- if (prevRefRect && !rectsAreEqual(prevRefRect, nextRefRect)) {
633
- update();
634
- }
635
- prevRefRect = nextRefRect;
636
- frameId = requestAnimationFrame(frameLoop);
637
- }
638
- update();
639
- return () => {
640
- var _resizeObserver2;
641
- ancestors.forEach(ancestor => {
642
- ancestorScroll && ancestor.removeEventListener('scroll', update);
643
- ancestorResize && ancestor.removeEventListener('resize', update);
644
- });
645
- cleanupIo == null || cleanupIo();
646
- (_resizeObserver2 = resizeObserver) == null || _resizeObserver2.disconnect();
647
- resizeObserver = null;
648
- if (animationFrame) {
649
- cancelAnimationFrame(frameId);
650
- }
651
- };
652
- }
653
-
654
- /**
655
- * Modifies the placement by translating the floating element along the
656
- * specified axes.
657
- * A number (shorthand for `mainAxis` or distance), or an axes configuration
658
- * object may be passed.
659
- * @see https://floating-ui.com/docs/offset
660
- */
661
- const offset = floatingUi_core.offset;
662
-
663
- /**
664
- * Optimizes the visibility of the floating element by shifting it in order to
665
- * keep it in view when it will overflow the clipping boundary.
666
- * @see https://floating-ui.com/docs/shift
667
- */
668
- const shift = floatingUi_core.shift;
669
-
670
- /**
671
- * Optimizes the visibility of the floating element by flipping the `placement`
672
- * in order to keep it in view when the preferred placement(s) will overflow the
673
- * clipping boundary. Alternative to `autoPlacement`.
674
- * @see https://floating-ui.com/docs/flip
675
- */
676
- const flip = floatingUi_core.flip;
677
-
678
- /**
679
- * Provides data that allows you to change the size of the floating element —
680
- * for instance, prevent it from overflowing the clipping boundary or match the
681
- * width of the reference element.
682
- * @see https://floating-ui.com/docs/size
683
- */
684
- const size = floatingUi_core.size;
685
-
686
- /**
687
- * Provides data to hide the floating element in applicable situations, such as
688
- * when it is not in the same clipping context as the reference element.
689
- * @see https://floating-ui.com/docs/hide
690
- */
691
- const hide = floatingUi_core.hide;
692
-
693
- /**
694
- * Provides data to position an inner element of the floating element so that it
695
- * appears centered to the reference element.
696
- * @see https://floating-ui.com/docs/arrow
697
- */
698
- const arrow = floatingUi_core.arrow;
699
-
700
- /**
701
- * Built-in `limiter` that will stop `shift()` at a certain point.
702
- */
703
- const limitShift = floatingUi_core.limitShift;
704
-
705
- /**
706
- * Computes the `x` and `y` coordinates that will place the floating element
707
- * next to a given reference element.
708
- */
709
- const computePosition = (reference, floating, options) => {
710
- // This caches the expensive `getClippingElementAncestors` function so that
711
- // multiple lifecycle resets re-use the same result. It only lives for a
712
- // single call. If other functions become expensive, we can add them as well.
713
- const cache = new Map();
714
- const mergedOptions = {
715
- platform,
716
- ...options
717
- };
718
- const platformWithCache = {
719
- ...mergedOptions.platform,
720
- _c: cache
721
- };
722
- return floatingUi_core.computePosition(reference, floating, {
723
- ...mergedOptions,
724
- platform: platformWithCache
725
- });
726
- };
727
-
728
- exports.getOverflowAncestors = floatingUi_utils_dom.getOverflowAncestors;
729
- exports.arrow = arrow;
730
- exports.autoUpdate = autoUpdate;
731
- exports.computePosition = computePosition;
732
- exports.flip = flip;
733
- exports.hide = hide;
734
- exports.limitShift = limitShift;
735
- exports.offset = offset;
736
- exports.platform = platform;
737
- exports.shift = shift;
738
- exports.size = size;
739
- //# sourceMappingURL=floating-ui.dom.js.map