@raystack/apsara 0.31.0 → 0.32.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 (241) hide show
  1. package/dist/command/command.cjs +3 -0
  2. package/dist/command/command.cjs.map +1 -1
  3. package/dist/command/command.d.ts.map +1 -1
  4. package/dist/command/command.js +3 -0
  5. package/dist/command/command.js.map +1 -1
  6. package/dist/dialog/dialog.cjs +12 -0
  7. package/dist/dialog/dialog.cjs.map +1 -1
  8. package/dist/dialog/dialog.d.ts.map +1 -1
  9. package/dist/dialog/dialog.js +12 -0
  10. package/dist/dialog/dialog.js.map +1 -1
  11. package/dist/select/select.cjs +3 -0
  12. package/dist/select/select.cjs.map +1 -1
  13. package/dist/select/select.d.ts.map +1 -1
  14. package/dist/select/select.js +3 -0
  15. package/dist/select/select.js.map +1 -1
  16. package/dist/sheet/sheet.cjs +9 -0
  17. package/dist/sheet/sheet.cjs.map +1 -1
  18. package/dist/sheet/sheet.d.ts +12 -0
  19. package/dist/sheet/sheet.d.ts.map +1 -1
  20. package/dist/sheet/sheet.js +9 -0
  21. package/dist/sheet/sheet.js.map +1 -1
  22. package/dist/style.css +1 -1
  23. package/dist/table/table.cjs +24 -0
  24. package/dist/table/table.cjs.map +1 -1
  25. package/dist/table/table.d.ts.map +1 -1
  26. package/dist/table/table.js +24 -0
  27. package/dist/table/table.js.map +1 -1
  28. package/dist/toggle-group/togglegroup.cjs +9 -0
  29. package/dist/toggle-group/togglegroup.cjs.map +1 -1
  30. package/dist/toggle-group/togglegroup.d.ts.map +1 -1
  31. package/dist/toggle-group/togglegroup.js +9 -0
  32. package/dist/toggle-group/togglegroup.js.map +1 -1
  33. package/dist/v1/components/calendar/range-picker.cjs +2 -2
  34. package/dist/v1/components/calendar/range-picker.cjs.map +1 -1
  35. package/dist/v1/components/calendar/range-picker.d.ts +5 -1
  36. package/dist/v1/components/calendar/range-picker.d.ts.map +1 -1
  37. package/dist/v1/components/calendar/range-picker.js +2 -2
  38. package/dist/v1/components/calendar/range-picker.js.map +1 -1
  39. package/dist/v1/components/chip/chip.cjs +6 -6
  40. package/dist/v1/components/chip/chip.cjs.map +1 -1
  41. package/dist/v1/components/chip/chip.d.ts +3 -3
  42. package/dist/v1/components/chip/chip.d.ts.map +1 -1
  43. package/dist/v1/components/chip/chip.js +6 -6
  44. package/dist/v1/components/chip/chip.js.map +1 -1
  45. package/dist/v1/components/chip/chip.module.css.cjs +1 -1
  46. package/dist/v1/components/chip/chip.module.css.js +1 -1
  47. package/dist/v1/components/command/command.cjs +52 -0
  48. package/dist/v1/components/command/command.cjs.map +1 -0
  49. package/dist/v1/components/command/command.d.ts +2 -0
  50. package/dist/v1/components/command/command.d.ts.map +1 -0
  51. package/dist/v1/components/command/command.js +50 -0
  52. package/dist/v1/components/command/command.js.map +1 -0
  53. package/dist/v1/components/command/command.module.css.cjs +8 -0
  54. package/dist/v1/components/command/command.module.css.cjs.map +1 -0
  55. package/dist/v1/components/command/command.module.css.js +4 -0
  56. package/dist/v1/components/command/command.module.css.js.map +1 -0
  57. package/dist/v1/components/command/index.d.ts +2 -0
  58. package/dist/v1/components/command/index.d.ts.map +1 -0
  59. package/dist/v1/components/dialog/dialog.cjs +32 -0
  60. package/dist/v1/components/dialog/dialog.cjs.map +1 -0
  61. package/dist/v1/components/dialog/dialog.d.ts +26 -0
  62. package/dist/v1/components/dialog/dialog.d.ts.map +1 -0
  63. package/dist/v1/components/dialog/dialog.js +29 -0
  64. package/dist/v1/components/dialog/dialog.js.map +1 -0
  65. package/dist/v1/components/dialog/dialog.module.css.cjs +8 -0
  66. package/dist/v1/components/dialog/dialog.module.css.cjs.map +1 -0
  67. package/dist/v1/components/dialog/dialog.module.css.js +4 -0
  68. package/dist/v1/components/dialog/dialog.module.css.js.map +1 -0
  69. package/dist/v1/components/dialog/index.d.ts +2 -0
  70. package/dist/v1/components/dialog/index.d.ts.map +1 -0
  71. package/dist/v1/components/flex/flex.cjs +9 -0
  72. package/dist/v1/components/flex/flex.cjs.map +1 -1
  73. package/dist/v1/components/flex/flex.d.ts +1 -1
  74. package/dist/v1/components/flex/flex.d.ts.map +1 -1
  75. package/dist/v1/components/flex/flex.js +9 -0
  76. package/dist/v1/components/flex/flex.js.map +1 -1
  77. package/dist/v1/components/flex/flex.module.css.cjs +1 -1
  78. package/dist/v1/components/flex/flex.module.css.js +1 -1
  79. package/dist/v1/components/icon-button/icon-button.cjs +1 -1
  80. package/dist/v1/components/icon-button/icon-button.cjs.map +1 -1
  81. package/dist/v1/components/icon-button/icon-button.d.ts +1 -2
  82. package/dist/v1/components/icon-button/icon-button.d.ts.map +1 -1
  83. package/dist/v1/components/icon-button/icon-button.js +1 -1
  84. package/dist/v1/components/icon-button/icon-button.js.map +1 -1
  85. package/dist/v1/components/input-field/input-field.module.css.cjs +1 -1
  86. package/dist/v1/components/input-field/input-field.module.css.js +1 -1
  87. package/dist/v1/components/select/select.cjs +5 -5
  88. package/dist/v1/components/select/select.cjs.map +1 -1
  89. package/dist/v1/components/select/select.d.ts +12 -1
  90. package/dist/v1/components/select/select.d.ts.map +1 -1
  91. package/dist/v1/components/select/select.js +5 -5
  92. package/dist/v1/components/select/select.js.map +1 -1
  93. package/dist/v1/components/select/select.module.css.cjs +1 -1
  94. package/dist/v1/components/select/select.module.css.js +1 -1
  95. package/dist/v1/components/sheet/index.d.ts +2 -0
  96. package/dist/v1/components/sheet/index.d.ts.map +1 -0
  97. package/dist/v1/components/sheet/sheet.cjs +48 -0
  98. package/dist/v1/components/sheet/sheet.cjs.map +1 -0
  99. package/dist/v1/components/sheet/sheet.d.ts +35 -0
  100. package/dist/v1/components/sheet/sheet.d.ts.map +1 -0
  101. package/dist/v1/components/sheet/sheet.js +43 -0
  102. package/dist/v1/components/sheet/sheet.js.map +1 -0
  103. package/dist/v1/components/sheet/sheet.module.css.cjs +8 -0
  104. package/dist/v1/components/sheet/sheet.module.css.cjs.map +1 -0
  105. package/dist/v1/components/sheet/sheet.module.css.js +4 -0
  106. package/dist/v1/components/sheet/sheet.module.css.js.map +1 -0
  107. package/dist/v1/components/table/index.d.ts +2 -0
  108. package/dist/v1/components/table/index.d.ts.map +1 -0
  109. package/dist/v1/components/table/table.cjs +44 -0
  110. package/dist/v1/components/table/table.cjs.map +1 -0
  111. package/dist/v1/components/table/table.d.ts +30 -0
  112. package/dist/v1/components/table/table.d.ts.map +1 -0
  113. package/dist/v1/components/table/table.js +42 -0
  114. package/dist/v1/components/table/table.js.map +1 -0
  115. package/dist/v1/components/table/table.module.css.cjs +8 -0
  116. package/dist/v1/components/table/table.module.css.cjs.map +1 -0
  117. package/dist/v1/components/table/table.module.css.js +4 -0
  118. package/dist/v1/components/table/table.module.css.js.map +1 -0
  119. package/dist/v1/components/tooltip/tooltip.cjs +3 -2
  120. package/dist/v1/components/tooltip/tooltip.cjs.map +1 -1
  121. package/dist/v1/components/tooltip/tooltip.d.ts +8 -2
  122. package/dist/v1/components/tooltip/tooltip.d.ts.map +1 -1
  123. package/dist/v1/components/tooltip/tooltip.js +3 -2
  124. package/dist/v1/components/tooltip/tooltip.js.map +1 -1
  125. package/dist/v1/index.cjs +10 -0
  126. package/dist/v1/index.cjs.map +1 -1
  127. package/dist/v1/index.d.ts +5 -0
  128. package/dist/v1/index.d.ts.map +1 -1
  129. package/dist/v1/index.js +5 -0
  130. package/dist/v1/index.js.map +1 -1
  131. package/dist/v1/node_modules/.pnpm/@radix-ui_primitive@1.0.0/node_modules/@radix-ui/primitive/dist/index.module.cjs +11 -0
  132. package/dist/v1/node_modules/.pnpm/@radix-ui_primitive@1.0.0/node_modules/@radix-ui/primitive/dist/index.module.cjs.map +1 -0
  133. package/dist/v1/node_modules/.pnpm/@radix-ui_primitive@1.0.0/node_modules/@radix-ui/primitive/dist/index.module.js +9 -0
  134. package/dist/v1/node_modules/.pnpm/@radix-ui_primitive@1.0.0/node_modules/@radix-ui/primitive/dist/index.module.js.map +1 -0
  135. package/dist/v1/node_modules/.pnpm/@radix-ui_react-compose-refs@1.0.0_react@18.2.0/node_modules/@radix-ui/react-compose-refs/dist/index.module.cjs +30 -0
  136. package/dist/v1/node_modules/.pnpm/@radix-ui_react-compose-refs@1.0.0_react@18.2.0/node_modules/@radix-ui/react-compose-refs/dist/index.module.cjs.map +1 -0
  137. package/dist/v1/node_modules/.pnpm/@radix-ui_react-compose-refs@1.0.0_react@18.2.0/node_modules/@radix-ui/react-compose-refs/dist/index.module.js +27 -0
  138. package/dist/v1/node_modules/.pnpm/@radix-ui_react-compose-refs@1.0.0_react@18.2.0/node_modules/@radix-ui/react-compose-refs/dist/index.module.js.map +1 -0
  139. package/dist/v1/node_modules/.pnpm/@radix-ui_react-context@1.0.0_react@18.2.0/node_modules/@radix-ui/react-context/dist/index.module.cjs +103 -0
  140. package/dist/v1/node_modules/.pnpm/@radix-ui_react-context@1.0.0_react@18.2.0/node_modules/@radix-ui/react-context/dist/index.module.cjs.map +1 -0
  141. package/dist/v1/node_modules/.pnpm/@radix-ui_react-context@1.0.0_react@18.2.0/node_modules/@radix-ui/react-context/dist/index.module.js +101 -0
  142. package/dist/v1/node_modules/.pnpm/@radix-ui_react-context@1.0.0_react@18.2.0/node_modules/@radix-ui/react-context/dist/index.module.js.map +1 -0
  143. package/dist/v1/node_modules/.pnpm/@radix-ui_react-dialog@1.0.0_@types_react@18.2.12_react-dom@18.3.1_react@18.2.0__react@18.2.0/node_modules/@radix-ui/react-dialog/dist/index.module.cjs +224 -0
  144. package/dist/v1/node_modules/.pnpm/@radix-ui_react-dialog@1.0.0_@types_react@18.2.12_react-dom@18.3.1_react@18.2.0__react@18.2.0/node_modules/@radix-ui/react-dialog/dist/index.module.cjs.map +1 -0
  145. package/dist/v1/node_modules/.pnpm/@radix-ui_react-dialog@1.0.0_@types_react@18.2.12_react-dom@18.3.1_react@18.2.0__react@18.2.0/node_modules/@radix-ui/react-dialog/dist/index.module.js +214 -0
  146. package/dist/v1/node_modules/.pnpm/@radix-ui_react-dialog@1.0.0_@types_react@18.2.12_react-dom@18.3.1_react@18.2.0__react@18.2.0/node_modules/@radix-ui/react-dialog/dist/index.module.js.map +1 -0
  147. package/dist/v1/node_modules/.pnpm/@radix-ui_react-dialog@1.0.4_@types_react-dom@18.0.11_@types_react@18.2.12_react-dom@18.3.1_react@18.2.0__react@18.2.0/node_modules/@radix-ui/react-dialog/dist/index.cjs +298 -0
  148. package/dist/v1/node_modules/.pnpm/@radix-ui_react-dialog@1.0.4_@types_react-dom@18.0.11_@types_react@18.2.12_react-dom@18.3.1_react@18.2.0__react@18.2.0/node_modules/@radix-ui/react-dialog/dist/index.cjs.map +1 -0
  149. package/dist/v1/node_modules/.pnpm/@radix-ui_react-dialog@1.0.4_@types_react-dom@18.0.11_@types_react@18.2.12_react-dom@18.3.1_react@18.2.0__react@18.2.0/node_modules/@radix-ui/react-dialog/dist/index.js +280 -0
  150. package/dist/v1/node_modules/.pnpm/@radix-ui_react-dialog@1.0.4_@types_react-dom@18.0.11_@types_react@18.2.12_react-dom@18.3.1_react@18.2.0__react@18.2.0/node_modules/@radix-ui/react-dialog/dist/index.js.map +1 -0
  151. package/dist/v1/node_modules/.pnpm/@radix-ui_react-dismissable-layer@1.0.0_react-dom@18.3.1_react@18.2.0__react@18.2.0/node_modules/@radix-ui/react-dismissable-layer/dist/index.module.cjs +235 -0
  152. package/dist/v1/node_modules/.pnpm/@radix-ui_react-dismissable-layer@1.0.0_react-dom@18.3.1_react@18.2.0__react@18.2.0/node_modules/@radix-ui/react-dismissable-layer/dist/index.module.cjs.map +1 -0
  153. package/dist/v1/node_modules/.pnpm/@radix-ui_react-dismissable-layer@1.0.0_react-dom@18.3.1_react@18.2.0__react@18.2.0/node_modules/@radix-ui/react-dismissable-layer/dist/index.module.js +233 -0
  154. package/dist/v1/node_modules/.pnpm/@radix-ui_react-dismissable-layer@1.0.0_react-dom@18.3.1_react@18.2.0__react@18.2.0/node_modules/@radix-ui/react-dismissable-layer/dist/index.module.js.map +1 -0
  155. package/dist/v1/node_modules/.pnpm/@radix-ui_react-focus-guards@1.0.0_react@18.2.0/node_modules/@radix-ui/react-focus-guards/dist/index.module.cjs +32 -0
  156. package/dist/v1/node_modules/.pnpm/@radix-ui_react-focus-guards@1.0.0_react@18.2.0/node_modules/@radix-ui/react-focus-guards/dist/index.module.cjs.map +1 -0
  157. package/dist/v1/node_modules/.pnpm/@radix-ui_react-focus-guards@1.0.0_react@18.2.0/node_modules/@radix-ui/react-focus-guards/dist/index.module.js +30 -0
  158. package/dist/v1/node_modules/.pnpm/@radix-ui_react-focus-guards@1.0.0_react@18.2.0/node_modules/@radix-ui/react-focus-guards/dist/index.module.js.map +1 -0
  159. package/dist/v1/node_modules/.pnpm/@radix-ui_react-focus-scope@1.0.0_react-dom@18.3.1_react@18.2.0__react@18.2.0/node_modules/@radix-ui/react-focus-scope/dist/index.module.cjs +254 -0
  160. package/dist/v1/node_modules/.pnpm/@radix-ui_react-focus-scope@1.0.0_react-dom@18.3.1_react@18.2.0__react@18.2.0/node_modules/@radix-ui/react-focus-scope/dist/index.module.cjs.map +1 -0
  161. package/dist/v1/node_modules/.pnpm/@radix-ui_react-focus-scope@1.0.0_react-dom@18.3.1_react@18.2.0__react@18.2.0/node_modules/@radix-ui/react-focus-scope/dist/index.module.js +252 -0
  162. package/dist/v1/node_modules/.pnpm/@radix-ui_react-focus-scope@1.0.0_react-dom@18.3.1_react@18.2.0__react@18.2.0/node_modules/@radix-ui/react-focus-scope/dist/index.module.js.map +1 -0
  163. package/dist/v1/node_modules/.pnpm/@radix-ui_react-id@1.0.0_react@18.2.0/node_modules/@radix-ui/react-id/dist/index.module.cjs +40 -0
  164. package/dist/v1/node_modules/.pnpm/@radix-ui_react-id@1.0.0_react@18.2.0/node_modules/@radix-ui/react-id/dist/index.module.cjs.map +1 -0
  165. package/dist/v1/node_modules/.pnpm/@radix-ui_react-id@1.0.0_react@18.2.0/node_modules/@radix-ui/react-id/dist/index.module.js +19 -0
  166. package/dist/v1/node_modules/.pnpm/@radix-ui_react-id@1.0.0_react@18.2.0/node_modules/@radix-ui/react-id/dist/index.module.js.map +1 -0
  167. package/dist/v1/node_modules/.pnpm/@radix-ui_react-menu@2.0.5_@types_react-dom@18.0.11_@types_react@18.2.12_react-dom@18.3.1_react@18.2.0__react@18.2.0/node_modules/@radix-ui/react-menu/dist/index.js +2 -2
  168. package/dist/v1/node_modules/.pnpm/@radix-ui_react-popover@1.0.6_@types_react-dom@18.0.11_@types_react@18.2.12_react-dom@18.3.1_react@18.2.0__react@18.2.0/node_modules/@radix-ui/react-popover/dist/index.js +2 -2
  169. package/dist/v1/node_modules/.pnpm/@radix-ui_react-popover@1.0.6_@types_react-dom@18.0.11_@types_react@18.2.12_react-dom@18.3.1_react@18.2.0__react@18.2.0/node_modules/@radix-ui/react-popover/dist/index.js.map +1 -1
  170. package/dist/v1/node_modules/.pnpm/@radix-ui_react-portal@1.0.0_react-dom@18.3.1_react@18.2.0__react@18.2.0/node_modules/@radix-ui/react-portal/dist/index.module.cjs +17 -0
  171. package/dist/v1/node_modules/.pnpm/@radix-ui_react-portal@1.0.0_react-dom@18.3.1_react@18.2.0__react@18.2.0/node_modules/@radix-ui/react-portal/dist/index.module.cjs.map +1 -0
  172. package/dist/v1/node_modules/.pnpm/@radix-ui_react-portal@1.0.0_react-dom@18.3.1_react@18.2.0__react@18.2.0/node_modules/@radix-ui/react-portal/dist/index.module.js +15 -0
  173. package/dist/v1/node_modules/.pnpm/@radix-ui_react-portal@1.0.0_react-dom@18.3.1_react@18.2.0__react@18.2.0/node_modules/@radix-ui/react-portal/dist/index.module.js.map +1 -0
  174. package/dist/v1/node_modules/.pnpm/@radix-ui_react-presence@1.0.0_react-dom@18.3.1_react@18.2.0__react@18.2.0/node_modules/@radix-ui/react-presence/dist/index.module.cjs +133 -0
  175. package/dist/v1/node_modules/.pnpm/@radix-ui_react-presence@1.0.0_react-dom@18.3.1_react@18.2.0__react@18.2.0/node_modules/@radix-ui/react-presence/dist/index.module.cjs.map +1 -0
  176. package/dist/v1/node_modules/.pnpm/@radix-ui_react-presence@1.0.0_react-dom@18.3.1_react@18.2.0__react@18.2.0/node_modules/@radix-ui/react-presence/dist/index.module.js +131 -0
  177. package/dist/v1/node_modules/.pnpm/@radix-ui_react-presence@1.0.0_react-dom@18.3.1_react@18.2.0__react@18.2.0/node_modules/@radix-ui/react-presence/dist/index.module.js.map +1 -0
  178. package/dist/v1/node_modules/.pnpm/@radix-ui_react-primitive@1.0.0_react-dom@18.3.1_react@18.2.0__react@18.2.0/node_modules/@radix-ui/react-primitive/dist/index.module.cjs +88 -0
  179. package/dist/v1/node_modules/.pnpm/@radix-ui_react-primitive@1.0.0_react-dom@18.3.1_react@18.2.0__react@18.2.0/node_modules/@radix-ui/react-primitive/dist/index.module.cjs.map +1 -0
  180. package/dist/v1/node_modules/.pnpm/@radix-ui_react-primitive@1.0.0_react-dom@18.3.1_react@18.2.0__react@18.2.0/node_modules/@radix-ui/react-primitive/dist/index.module.js +85 -0
  181. package/dist/v1/node_modules/.pnpm/@radix-ui_react-primitive@1.0.0_react-dom@18.3.1_react@18.2.0__react@18.2.0/node_modules/@radix-ui/react-primitive/dist/index.module.js.map +1 -0
  182. package/dist/v1/node_modules/.pnpm/@radix-ui_react-slot@1.0.0_react@18.2.0/node_modules/@radix-ui/react-slot/dist/index.module.cjs +82 -0
  183. package/dist/v1/node_modules/.pnpm/@radix-ui_react-slot@1.0.0_react@18.2.0/node_modules/@radix-ui/react-slot/dist/index.module.cjs.map +1 -0
  184. package/dist/v1/node_modules/.pnpm/@radix-ui_react-slot@1.0.0_react@18.2.0/node_modules/@radix-ui/react-slot/dist/index.module.js +79 -0
  185. package/dist/v1/node_modules/.pnpm/@radix-ui_react-slot@1.0.0_react@18.2.0/node_modules/@radix-ui/react-slot/dist/index.module.js.map +1 -0
  186. package/dist/v1/node_modules/.pnpm/@radix-ui_react-use-callback-ref@1.0.0_react@18.2.0/node_modules/@radix-ui/react-use-callback-ref/dist/index.module.cjs +21 -0
  187. package/dist/v1/node_modules/.pnpm/@radix-ui_react-use-callback-ref@1.0.0_react@18.2.0/node_modules/@radix-ui/react-use-callback-ref/dist/index.module.cjs.map +1 -0
  188. package/dist/v1/node_modules/.pnpm/@radix-ui_react-use-callback-ref@1.0.0_react@18.2.0/node_modules/@radix-ui/react-use-callback-ref/dist/index.module.js +19 -0
  189. package/dist/v1/node_modules/.pnpm/@radix-ui_react-use-callback-ref@1.0.0_react@18.2.0/node_modules/@radix-ui/react-use-callback-ref/dist/index.module.js.map +1 -0
  190. package/dist/v1/node_modules/.pnpm/@radix-ui_react-use-controllable-state@1.0.0_react@18.2.0/node_modules/@radix-ui/react-use-controllable-state/dist/index.module.cjs +50 -0
  191. package/dist/v1/node_modules/.pnpm/@radix-ui_react-use-controllable-state@1.0.0_react@18.2.0/node_modules/@radix-ui/react-use-controllable-state/dist/index.module.cjs.map +1 -0
  192. package/dist/v1/node_modules/.pnpm/@radix-ui_react-use-controllable-state@1.0.0_react@18.2.0/node_modules/@radix-ui/react-use-controllable-state/dist/index.module.js +48 -0
  193. package/dist/v1/node_modules/.pnpm/@radix-ui_react-use-controllable-state@1.0.0_react@18.2.0/node_modules/@radix-ui/react-use-controllable-state/dist/index.module.js.map +1 -0
  194. package/dist/v1/node_modules/.pnpm/@radix-ui_react-use-escape-keydown@1.0.0_react@18.2.0/node_modules/@radix-ui/react-use-escape-keydown/dist/index.module.cjs +23 -0
  195. package/dist/v1/node_modules/.pnpm/@radix-ui_react-use-escape-keydown@1.0.0_react@18.2.0/node_modules/@radix-ui/react-use-escape-keydown/dist/index.module.cjs.map +1 -0
  196. package/dist/v1/node_modules/.pnpm/@radix-ui_react-use-escape-keydown@1.0.0_react@18.2.0/node_modules/@radix-ui/react-use-escape-keydown/dist/index.module.js +21 -0
  197. package/dist/v1/node_modules/.pnpm/@radix-ui_react-use-escape-keydown@1.0.0_react@18.2.0/node_modules/@radix-ui/react-use-escape-keydown/dist/index.module.js.map +1 -0
  198. package/dist/v1/node_modules/.pnpm/@radix-ui_react-use-layout-effect@1.0.0_react@18.2.0/node_modules/@radix-ui/react-use-layout-effect/dist/index.module.cjs +14 -0
  199. package/dist/v1/node_modules/.pnpm/@radix-ui_react-use-layout-effect@1.0.0_react@18.2.0/node_modules/@radix-ui/react-use-layout-effect/dist/index.module.cjs.map +1 -0
  200. package/dist/v1/node_modules/.pnpm/@radix-ui_react-use-layout-effect@1.0.0_react@18.2.0/node_modules/@radix-ui/react-use-layout-effect/dist/index.module.js +12 -0
  201. package/dist/v1/node_modules/.pnpm/@radix-ui_react-use-layout-effect@1.0.0_react@18.2.0/node_modules/@radix-ui/react-use-layout-effect/dist/index.module.js.map +1 -0
  202. package/dist/v1/node_modules/.pnpm/cmdk@0.2.0_@types_react@18.2.12_react-dom@18.3.1_react@18.2.0__react@18.2.0/node_modules/cmdk/dist/index.cjs +39 -0
  203. package/dist/v1/node_modules/.pnpm/cmdk@0.2.0_@types_react@18.2.12_react-dom@18.3.1_react@18.2.0__react@18.2.0/node_modules/cmdk/dist/index.cjs.map +1 -0
  204. package/dist/v1/node_modules/.pnpm/cmdk@0.2.0_@types_react@18.2.12_react-dom@18.3.1_react@18.2.0__react@18.2.0/node_modules/cmdk/dist/index.js +8 -0
  205. package/dist/v1/node_modules/.pnpm/cmdk@0.2.0_@types_react@18.2.12_react-dom@18.3.1_react@18.2.0__react@18.2.0/node_modules/cmdk/dist/index.js.map +1 -0
  206. package/dist/v1/node_modules/.pnpm/command-score@0.1.2/node_modules/command-score/index.cjs +146 -0
  207. package/dist/v1/node_modules/.pnpm/command-score@0.1.2/node_modules/command-score/index.cjs.map +1 -0
  208. package/dist/v1/node_modules/.pnpm/command-score@0.1.2/node_modules/command-score/index.js +142 -0
  209. package/dist/v1/node_modules/.pnpm/command-score@0.1.2/node_modules/command-score/index.js.map +1 -0
  210. package/dist/v1/node_modules/.pnpm/react-remove-scroll@2.5.4_@types_react@18.2.12_react@18.2.0/node_modules/react-remove-scroll/dist/es2015/Combination.cjs +34 -0
  211. package/dist/v1/node_modules/.pnpm/react-remove-scroll@2.5.4_@types_react@18.2.12_react@18.2.0/node_modules/react-remove-scroll/dist/es2015/Combination.cjs.map +1 -0
  212. package/dist/v1/node_modules/.pnpm/react-remove-scroll@2.5.4_@types_react@18.2.12_react@18.2.0/node_modules/react-remove-scroll/dist/es2015/Combination.js +11 -0
  213. package/dist/v1/node_modules/.pnpm/react-remove-scroll@2.5.4_@types_react@18.2.12_react@18.2.0/node_modules/react-remove-scroll/dist/es2015/Combination.js.map +1 -0
  214. package/dist/v1/node_modules/.pnpm/react-remove-scroll@2.5.4_@types_react@18.2.12_react@18.2.0/node_modules/react-remove-scroll/dist/es2015/SideEffect.cjs +169 -0
  215. package/dist/v1/node_modules/.pnpm/react-remove-scroll@2.5.4_@types_react@18.2.12_react@18.2.0/node_modules/react-remove-scroll/dist/es2015/SideEffect.cjs.map +1 -0
  216. package/dist/v1/node_modules/.pnpm/react-remove-scroll@2.5.4_@types_react@18.2.12_react@18.2.0/node_modules/react-remove-scroll/dist/es2015/SideEffect.js +146 -0
  217. package/dist/v1/node_modules/.pnpm/react-remove-scroll@2.5.4_@types_react@18.2.12_react@18.2.0/node_modules/react-remove-scroll/dist/es2015/SideEffect.js.map +1 -0
  218. package/dist/v1/node_modules/.pnpm/react-remove-scroll@2.5.4_@types_react@18.2.12_react@18.2.0/node_modules/react-remove-scroll/dist/es2015/UI.cjs +60 -0
  219. package/dist/v1/node_modules/.pnpm/react-remove-scroll@2.5.4_@types_react@18.2.12_react@18.2.0/node_modules/react-remove-scroll/dist/es2015/UI.cjs.map +1 -0
  220. package/dist/v1/node_modules/.pnpm/react-remove-scroll@2.5.4_@types_react@18.2.12_react@18.2.0/node_modules/react-remove-scroll/dist/es2015/UI.js +39 -0
  221. package/dist/v1/node_modules/.pnpm/react-remove-scroll@2.5.4_@types_react@18.2.12_react@18.2.0/node_modules/react-remove-scroll/dist/es2015/UI.js.map +1 -0
  222. package/dist/v1/node_modules/.pnpm/react-remove-scroll@2.5.4_@types_react@18.2.12_react@18.2.0/node_modules/react-remove-scroll/dist/es2015/aggresiveCapture.cjs +24 -0
  223. package/dist/v1/node_modules/.pnpm/react-remove-scroll@2.5.4_@types_react@18.2.12_react@18.2.0/node_modules/react-remove-scroll/dist/es2015/aggresiveCapture.cjs.map +1 -0
  224. package/dist/v1/node_modules/.pnpm/react-remove-scroll@2.5.4_@types_react@18.2.12_react@18.2.0/node_modules/react-remove-scroll/dist/es2015/aggresiveCapture.js +22 -0
  225. package/dist/v1/node_modules/.pnpm/react-remove-scroll@2.5.4_@types_react@18.2.12_react@18.2.0/node_modules/react-remove-scroll/dist/es2015/aggresiveCapture.js.map +1 -0
  226. package/dist/v1/node_modules/.pnpm/react-remove-scroll@2.5.4_@types_react@18.2.12_react@18.2.0/node_modules/react-remove-scroll/dist/es2015/handleScroll.cjs +100 -0
  227. package/dist/v1/node_modules/.pnpm/react-remove-scroll@2.5.4_@types_react@18.2.12_react@18.2.0/node_modules/react-remove-scroll/dist/es2015/handleScroll.cjs.map +1 -0
  228. package/dist/v1/node_modules/.pnpm/react-remove-scroll@2.5.4_@types_react@18.2.12_react@18.2.0/node_modules/react-remove-scroll/dist/es2015/handleScroll.js +97 -0
  229. package/dist/v1/node_modules/.pnpm/react-remove-scroll@2.5.4_@types_react@18.2.12_react@18.2.0/node_modules/react-remove-scroll/dist/es2015/handleScroll.js.map +1 -0
  230. package/dist/v1/node_modules/.pnpm/react-remove-scroll@2.5.4_@types_react@18.2.12_react@18.2.0/node_modules/react-remove-scroll/dist/es2015/medium.cjs +8 -0
  231. package/dist/v1/node_modules/.pnpm/react-remove-scroll@2.5.4_@types_react@18.2.12_react@18.2.0/node_modules/react-remove-scroll/dist/es2015/medium.cjs.map +1 -0
  232. package/dist/v1/node_modules/.pnpm/react-remove-scroll@2.5.4_@types_react@18.2.12_react@18.2.0/node_modules/react-remove-scroll/dist/es2015/medium.js +6 -0
  233. package/dist/v1/node_modules/.pnpm/react-remove-scroll@2.5.4_@types_react@18.2.12_react@18.2.0/node_modules/react-remove-scroll/dist/es2015/medium.js.map +1 -0
  234. package/dist/v1/node_modules/.pnpm/react-remove-scroll@2.5.4_@types_react@18.2.12_react@18.2.0/node_modules/react-remove-scroll/dist/es2015/sidecar.cjs +12 -0
  235. package/dist/v1/node_modules/.pnpm/react-remove-scroll@2.5.4_@types_react@18.2.12_react@18.2.0/node_modules/react-remove-scroll/dist/es2015/sidecar.cjs.map +1 -0
  236. package/dist/v1/node_modules/.pnpm/react-remove-scroll@2.5.4_@types_react@18.2.12_react@18.2.0/node_modules/react-remove-scroll/dist/es2015/sidecar.js +8 -0
  237. package/dist/v1/node_modules/.pnpm/react-remove-scroll@2.5.4_@types_react@18.2.12_react@18.2.0/node_modules/react-remove-scroll/dist/es2015/sidecar.js.map +1 -0
  238. package/dist/v1/node_modules/.pnpm/react-remove-scroll@2.5.5_@types_react@18.2.12_react@18.2.0/node_modules/react-remove-scroll/dist/es2015/Combination.cjs +2 -2
  239. package/dist/v1/node_modules/.pnpm/react-remove-scroll@2.5.5_@types_react@18.2.12_react@18.2.0/node_modules/react-remove-scroll/dist/es2015/Combination.js +2 -2
  240. package/dist/v1/style.css +1 -1
  241. package/package.json +1 -1
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.module.js","sources":["../../../../../../../../../../../node_modules/.pnpm/@radix-ui+react-focus-scope@1.0.0_react-dom@18.3.1_react@18.2.0__react@18.2.0/node_modules/@radix-ui/react-focus-scope/dist/index.module.js"],"sourcesContent":["import $45QHv$babelruntimehelpersesmextends from \"@babel/runtime/helpers/esm/extends\";\nimport {forwardRef as $45QHv$forwardRef, useState as $45QHv$useState, useRef as $45QHv$useRef, useEffect as $45QHv$useEffect, useCallback as $45QHv$useCallback, createElement as $45QHv$createElement} from \"react\";\nimport {useComposedRefs as $45QHv$useComposedRefs} from \"@radix-ui/react-compose-refs\";\nimport {Primitive as $45QHv$Primitive} from \"@radix-ui/react-primitive\";\nimport {useCallbackRef as $45QHv$useCallbackRef} from \"@radix-ui/react-use-callback-ref\";\n\n\n\n\n\n\nconst $d3863c46a17e8a28$var$AUTOFOCUS_ON_MOUNT = 'focusScope.autoFocusOnMount';\nconst $d3863c46a17e8a28$var$AUTOFOCUS_ON_UNMOUNT = 'focusScope.autoFocusOnUnmount';\nconst $d3863c46a17e8a28$var$EVENT_OPTIONS = {\n bubbles: false,\n cancelable: true\n};\n/* -------------------------------------------------------------------------------------------------\n * FocusScope\n * -----------------------------------------------------------------------------------------------*/ const $d3863c46a17e8a28$var$FOCUS_SCOPE_NAME = 'FocusScope';\nconst $d3863c46a17e8a28$export$20e40289641fbbb6 = /*#__PURE__*/ $45QHv$forwardRef((props, forwardedRef)=>{\n const { loop: loop = false , trapped: trapped = false , onMountAutoFocus: onMountAutoFocusProp , onUnmountAutoFocus: onUnmountAutoFocusProp , ...scopeProps } = props;\n const [container1, setContainer] = $45QHv$useState(null);\n const onMountAutoFocus = $45QHv$useCallbackRef(onMountAutoFocusProp);\n const onUnmountAutoFocus = $45QHv$useCallbackRef(onUnmountAutoFocusProp);\n const lastFocusedElementRef = $45QHv$useRef(null);\n const composedRefs = $45QHv$useComposedRefs(forwardedRef, (node)=>setContainer(node)\n );\n const focusScope = $45QHv$useRef({\n paused: false,\n pause () {\n this.paused = true;\n },\n resume () {\n this.paused = false;\n }\n }).current; // Takes care of trapping focus if focus is moved outside programmatically for example\n $45QHv$useEffect(()=>{\n if (trapped) {\n function handleFocusIn(event) {\n if (focusScope.paused || !container1) return;\n const target = event.target;\n if (container1.contains(target)) lastFocusedElementRef.current = target;\n else $d3863c46a17e8a28$var$focus(lastFocusedElementRef.current, {\n select: true\n });\n }\n function handleFocusOut(event) {\n if (focusScope.paused || !container1) return;\n if (!container1.contains(event.relatedTarget)) $d3863c46a17e8a28$var$focus(lastFocusedElementRef.current, {\n select: true\n });\n }\n document.addEventListener('focusin', handleFocusIn);\n document.addEventListener('focusout', handleFocusOut);\n return ()=>{\n document.removeEventListener('focusin', handleFocusIn);\n document.removeEventListener('focusout', handleFocusOut);\n };\n }\n }, [\n trapped,\n container1,\n focusScope.paused\n ]);\n $45QHv$useEffect(()=>{\n if (container1) {\n $d3863c46a17e8a28$var$focusScopesStack.add(focusScope);\n const previouslyFocusedElement = document.activeElement;\n const hasFocusedCandidate = container1.contains(previouslyFocusedElement);\n if (!hasFocusedCandidate) {\n const mountEvent = new CustomEvent($d3863c46a17e8a28$var$AUTOFOCUS_ON_MOUNT, $d3863c46a17e8a28$var$EVENT_OPTIONS);\n container1.addEventListener($d3863c46a17e8a28$var$AUTOFOCUS_ON_MOUNT, onMountAutoFocus);\n container1.dispatchEvent(mountEvent);\n if (!mountEvent.defaultPrevented) {\n $d3863c46a17e8a28$var$focusFirst($d3863c46a17e8a28$var$removeLinks($d3863c46a17e8a28$var$getTabbableCandidates(container1)), {\n select: true\n });\n if (document.activeElement === previouslyFocusedElement) $d3863c46a17e8a28$var$focus(container1);\n }\n }\n return ()=>{\n container1.removeEventListener($d3863c46a17e8a28$var$AUTOFOCUS_ON_MOUNT, onMountAutoFocus); // We hit a react bug (fixed in v17) with focusing in unmount.\n // We need to delay the focus a little to get around it for now.\n // See: https://github.com/facebook/react/issues/17894\n setTimeout(()=>{\n const unmountEvent = new CustomEvent($d3863c46a17e8a28$var$AUTOFOCUS_ON_UNMOUNT, $d3863c46a17e8a28$var$EVENT_OPTIONS);\n container1.addEventListener($d3863c46a17e8a28$var$AUTOFOCUS_ON_UNMOUNT, onUnmountAutoFocus);\n container1.dispatchEvent(unmountEvent);\n if (!unmountEvent.defaultPrevented) $d3863c46a17e8a28$var$focus(previouslyFocusedElement !== null && previouslyFocusedElement !== void 0 ? previouslyFocusedElement : document.body, {\n select: true\n });\n // we need to remove the listener after we `dispatchEvent`\n container1.removeEventListener($d3863c46a17e8a28$var$AUTOFOCUS_ON_UNMOUNT, onUnmountAutoFocus);\n $d3863c46a17e8a28$var$focusScopesStack.remove(focusScope);\n }, 0);\n };\n }\n }, [\n container1,\n onMountAutoFocus,\n onUnmountAutoFocus,\n focusScope\n ]); // Takes care of looping focus (when tabbing whilst at the edges)\n const handleKeyDown = $45QHv$useCallback((event)=>{\n if (!loop && !trapped) return;\n if (focusScope.paused) return;\n const isTabKey = event.key === 'Tab' && !event.altKey && !event.ctrlKey && !event.metaKey;\n const focusedElement = document.activeElement;\n if (isTabKey && focusedElement) {\n const container = event.currentTarget;\n const [first, last] = $d3863c46a17e8a28$var$getTabbableEdges(container);\n const hasTabbableElementsInside = first && last; // we can only wrap focus if we have tabbable edges\n if (!hasTabbableElementsInside) {\n if (focusedElement === container) event.preventDefault();\n } else {\n if (!event.shiftKey && focusedElement === last) {\n event.preventDefault();\n if (loop) $d3863c46a17e8a28$var$focus(first, {\n select: true\n });\n } else if (event.shiftKey && focusedElement === first) {\n event.preventDefault();\n if (loop) $d3863c46a17e8a28$var$focus(last, {\n select: true\n });\n }\n }\n }\n }, [\n loop,\n trapped,\n focusScope.paused\n ]);\n return /*#__PURE__*/ $45QHv$createElement($45QHv$Primitive.div, $45QHv$babelruntimehelpersesmextends({\n tabIndex: -1\n }, scopeProps, {\n ref: composedRefs,\n onKeyDown: handleKeyDown\n }));\n});\n/*#__PURE__*/ Object.assign($d3863c46a17e8a28$export$20e40289641fbbb6, {\n displayName: $d3863c46a17e8a28$var$FOCUS_SCOPE_NAME\n});\n/* -------------------------------------------------------------------------------------------------\n * Utils\n * -----------------------------------------------------------------------------------------------*/ /**\n * Attempts focusing the first element in a list of candidates.\n * Stops when focus has actually moved.\n */ function $d3863c46a17e8a28$var$focusFirst(candidates, { select: select = false } = {}) {\n const previouslyFocusedElement = document.activeElement;\n for (const candidate of candidates){\n $d3863c46a17e8a28$var$focus(candidate, {\n select: select\n });\n if (document.activeElement !== previouslyFocusedElement) return;\n }\n}\n/**\n * Returns the first and last tabbable elements inside a container.\n */ function $d3863c46a17e8a28$var$getTabbableEdges(container) {\n const candidates = $d3863c46a17e8a28$var$getTabbableCandidates(container);\n const first = $d3863c46a17e8a28$var$findVisible(candidates, container);\n const last = $d3863c46a17e8a28$var$findVisible(candidates.reverse(), container);\n return [\n first,\n last\n ];\n}\n/**\n * Returns a list of potential tabbable candidates.\n *\n * NOTE: This is only a close approximation. For example it doesn't take into account cases like when\n * elements are not visible. This cannot be worked out easily by just reading a property, but rather\n * necessitate runtime knowledge (computed styles, etc). We deal with these cases separately.\n *\n * See: https://developer.mozilla.org/en-US/docs/Web/API/TreeWalker\n * Credit: https://github.com/discord/focus-layers/blob/master/src/util/wrapFocus.tsx#L1\n */ function $d3863c46a17e8a28$var$getTabbableCandidates(container) {\n const nodes = [];\n const walker = document.createTreeWalker(container, NodeFilter.SHOW_ELEMENT, {\n acceptNode: (node)=>{\n const isHiddenInput = node.tagName === 'INPUT' && node.type === 'hidden';\n if (node.disabled || node.hidden || isHiddenInput) return NodeFilter.FILTER_SKIP; // `.tabIndex` is not the same as the `tabindex` attribute. It works on the\n // runtime's understanding of tabbability, so this automatically accounts\n // for any kind of element that could be tabbed to.\n return node.tabIndex >= 0 ? NodeFilter.FILTER_ACCEPT : NodeFilter.FILTER_SKIP;\n }\n });\n while(walker.nextNode())nodes.push(walker.currentNode); // we do not take into account the order of nodes with positive `tabIndex` as it\n // hinders accessibility to have tab order different from visual order.\n return nodes;\n}\n/**\n * Returns the first visible element in a list.\n * NOTE: Only checks visibility up to the `container`.\n */ function $d3863c46a17e8a28$var$findVisible(elements, container) {\n for (const element of elements){\n // we stop checking if it's hidden at the `container` level (excluding)\n if (!$d3863c46a17e8a28$var$isHidden(element, {\n upTo: container\n })) return element;\n }\n}\nfunction $d3863c46a17e8a28$var$isHidden(node, { upTo: upTo }) {\n if (getComputedStyle(node).visibility === 'hidden') return true;\n while(node){\n // we stop at `upTo` (excluding it)\n if (upTo !== undefined && node === upTo) return false;\n if (getComputedStyle(node).display === 'none') return true;\n node = node.parentElement;\n }\n return false;\n}\nfunction $d3863c46a17e8a28$var$isSelectableInput(element) {\n return element instanceof HTMLInputElement && 'select' in element;\n}\nfunction $d3863c46a17e8a28$var$focus(element, { select: select = false } = {}) {\n // only focus if that element is focusable\n if (element && element.focus) {\n const previouslyFocusedElement = document.activeElement; // NOTE: we prevent scrolling on focus, to minimize jarring transitions for users\n element.focus({\n preventScroll: true\n }); // only select if its not the same element, it supports selection and we need to select\n if (element !== previouslyFocusedElement && $d3863c46a17e8a28$var$isSelectableInput(element) && select) element.select();\n }\n}\n/* -------------------------------------------------------------------------------------------------\n * FocusScope stack\n * -----------------------------------------------------------------------------------------------*/ const $d3863c46a17e8a28$var$focusScopesStack = $d3863c46a17e8a28$var$createFocusScopesStack();\nfunction $d3863c46a17e8a28$var$createFocusScopesStack() {\n /** A stack of focus scopes, with the active one at the top */ let stack = [];\n return {\n add (focusScope) {\n // pause the currently active focus scope (at the top of the stack)\n const activeFocusScope = stack[0];\n if (focusScope !== activeFocusScope) activeFocusScope === null || activeFocusScope === void 0 || activeFocusScope.pause();\n // remove in case it already exists (because we'll re-add it at the top of the stack)\n stack = $d3863c46a17e8a28$var$arrayRemove(stack, focusScope);\n stack.unshift(focusScope);\n },\n remove (focusScope) {\n var _stack$;\n stack = $d3863c46a17e8a28$var$arrayRemove(stack, focusScope);\n (_stack$ = stack[0]) === null || _stack$ === void 0 || _stack$.resume();\n }\n };\n}\nfunction $d3863c46a17e8a28$var$arrayRemove(array, item) {\n const updatedArray = [\n ...array\n ];\n const index = updatedArray.indexOf(item);\n if (index !== -1) updatedArray.splice(index, 1);\n return updatedArray;\n}\nfunction $d3863c46a17e8a28$var$removeLinks(items) {\n return items.filter((item)=>item.tagName !== 'A'\n );\n}\nconst $d3863c46a17e8a28$export$be92b6f5f03c0fe9 = $d3863c46a17e8a28$export$20e40289641fbbb6;\n\n\n\n\nexport {$d3863c46a17e8a28$export$20e40289641fbbb6 as FocusScope, $d3863c46a17e8a28$export$be92b6f5f03c0fe9 as Root};\n//# sourceMappingURL=index.module.js.map\n"],"names":["$45QHv$forwardRef","$45QHv$useState","$45QHv$useCallbackRef","$45QHv$useRef","$45QHv$useComposedRefs","$45QHv$useEffect","$45QHv$useCallback","$45QHv$createElement","$45QHv$Primitive","$45QHv$babelruntimehelpersesmextends"],"mappings":"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","x_google_ignoreList":[0]}
@@ -0,0 +1,40 @@
1
+ 'use strict';
2
+
3
+ var React = require('react');
4
+ var index_module = require('../../../../../@radix-ui_react-use-layout-effect@1.0.0_react@18.2.0/node_modules/@radix-ui/react-use-layout-effect/dist/index.module.cjs');
5
+
6
+ function _interopNamespaceDefault(e) {
7
+ var n = Object.create(null);
8
+ if (e) {
9
+ Object.keys(e).forEach(function (k) {
10
+ if (k !== 'default') {
11
+ var d = Object.getOwnPropertyDescriptor(e, k);
12
+ Object.defineProperty(n, k, d.get ? d : {
13
+ enumerable: true,
14
+ get: function () { return e[k]; }
15
+ });
16
+ }
17
+ });
18
+ }
19
+ n.default = e;
20
+ return Object.freeze(n);
21
+ }
22
+
23
+ var React__namespace = /*#__PURE__*/_interopNamespaceDefault(React);
24
+
25
+ const $1746a345f3d73bb7$var$useReactId = React__namespace['useId'.toString()] || (()=>undefined
26
+ );
27
+ let $1746a345f3d73bb7$var$count = 0;
28
+ function $1746a345f3d73bb7$export$f680877a34711e37(deterministicId) {
29
+ const [id, setId] = React__namespace.useState($1746a345f3d73bb7$var$useReactId()); // React versions older than 18 will have client-side ids only.
30
+ index_module.useLayoutEffect(()=>{
31
+ if (!deterministicId) setId((reactId)=>reactId !== null && reactId !== void 0 ? reactId : String($1746a345f3d73bb7$var$count++)
32
+ );
33
+ }, [
34
+ deterministicId
35
+ ]);
36
+ return deterministicId || (id ? `radix-${id}` : '');
37
+ }
38
+
39
+ exports.useId = $1746a345f3d73bb7$export$f680877a34711e37;
40
+ //# sourceMappingURL=index.module.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.module.cjs","sources":["../../../../../../../../../../../node_modules/.pnpm/@radix-ui+react-id@1.0.0_react@18.2.0/node_modules/@radix-ui/react-id/dist/index.module.js"],"sourcesContent":["import * as $2AODx$react from \"react\";\nimport {useLayoutEffect as $2AODx$useLayoutEffect} from \"@radix-ui/react-use-layout-effect\";\n\n\n\nconst $1746a345f3d73bb7$var$useReactId = $2AODx$react['useId'.toString()] || (()=>undefined\n);\nlet $1746a345f3d73bb7$var$count = 0;\nfunction $1746a345f3d73bb7$export$f680877a34711e37(deterministicId) {\n const [id, setId] = $2AODx$react.useState($1746a345f3d73bb7$var$useReactId()); // React versions older than 18 will have client-side ids only.\n $2AODx$useLayoutEffect(()=>{\n if (!deterministicId) setId((reactId)=>reactId !== null && reactId !== void 0 ? reactId : String($1746a345f3d73bb7$var$count++)\n );\n }, [\n deterministicId\n ]);\n return deterministicId || (id ? `radix-${id}` : '');\n}\n\n\n\n\nexport {$1746a345f3d73bb7$export$f680877a34711e37 as useId};\n//# sourceMappingURL=index.module.js.map\n"],"names":["$2AODx$react","$2AODx$useLayoutEffect"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;AAKA,MAAM,gCAAgC,GAAGA,gBAAY,CAAC,OAAO,CAAC,QAAQ,EAAE,CAAC,KAAK,IAAI,SAAS;AAC3F,CAAC,CAAC;AACF,IAAI,2BAA2B,GAAG,CAAC,CAAC;AACpC,SAAS,yCAAyC,CAAC,eAAe,EAAE;AACpE,IAAI,MAAM,CAAC,EAAE,EAAE,KAAK,CAAC,GAAGA,gBAAY,CAAC,QAAQ,CAAC,gCAAgC,EAAE,CAAC,CAAC;AAClF,IAAIC,4BAAsB,CAAC,IAAI;AAC/B,QAAQ,IAAI,CAAC,eAAe,EAAE,KAAK,CAAC,CAAC,OAAO,GAAG,OAAO,KAAK,IAAI,IAAI,OAAO,KAAK,KAAK,CAAC,GAAG,OAAO,GAAG,MAAM,CAAC,2BAA2B,EAAE,CAAC;AACvI,SAAS,CAAC;AACV,KAAK,EAAE;AACP,QAAQ,eAAe;AACvB,KAAK,CAAC,CAAC;AACP,IAAI,OAAO,eAAe,KAAK,EAAE,GAAG,CAAC,MAAM,EAAE,EAAE,CAAC,CAAC,GAAG,EAAE,CAAC,CAAC;AACxD;;;;","x_google_ignoreList":[0]}
@@ -0,0 +1,19 @@
1
+ import * as React from 'react';
2
+ import { useLayoutEffect as $9f79659886946c16$export$e5c5a5f917a5871c } from '../../../../../@radix-ui_react-use-layout-effect@1.0.0_react@18.2.0/node_modules/@radix-ui/react-use-layout-effect/dist/index.module.js';
3
+
4
+ const $1746a345f3d73bb7$var$useReactId = React['useId'.toString()] || (()=>undefined
5
+ );
6
+ let $1746a345f3d73bb7$var$count = 0;
7
+ function $1746a345f3d73bb7$export$f680877a34711e37(deterministicId) {
8
+ const [id, setId] = React.useState($1746a345f3d73bb7$var$useReactId()); // React versions older than 18 will have client-side ids only.
9
+ $9f79659886946c16$export$e5c5a5f917a5871c(()=>{
10
+ if (!deterministicId) setId((reactId)=>reactId !== null && reactId !== void 0 ? reactId : String($1746a345f3d73bb7$var$count++)
11
+ );
12
+ }, [
13
+ deterministicId
14
+ ]);
15
+ return deterministicId || (id ? `radix-${id}` : '');
16
+ }
17
+
18
+ export { $1746a345f3d73bb7$export$f680877a34711e37 as useId };
19
+ //# sourceMappingURL=index.module.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.module.js","sources":["../../../../../../../../../../../node_modules/.pnpm/@radix-ui+react-id@1.0.0_react@18.2.0/node_modules/@radix-ui/react-id/dist/index.module.js"],"sourcesContent":["import * as $2AODx$react from \"react\";\nimport {useLayoutEffect as $2AODx$useLayoutEffect} from \"@radix-ui/react-use-layout-effect\";\n\n\n\nconst $1746a345f3d73bb7$var$useReactId = $2AODx$react['useId'.toString()] || (()=>undefined\n);\nlet $1746a345f3d73bb7$var$count = 0;\nfunction $1746a345f3d73bb7$export$f680877a34711e37(deterministicId) {\n const [id, setId] = $2AODx$react.useState($1746a345f3d73bb7$var$useReactId()); // React versions older than 18 will have client-side ids only.\n $2AODx$useLayoutEffect(()=>{\n if (!deterministicId) setId((reactId)=>reactId !== null && reactId !== void 0 ? reactId : String($1746a345f3d73bb7$var$count++)\n );\n }, [\n deterministicId\n ]);\n return deterministicId || (id ? `radix-${id}` : '');\n}\n\n\n\n\nexport {$1746a345f3d73bb7$export$f680877a34711e37 as useId};\n//# sourceMappingURL=index.module.js.map\n"],"names":["$2AODx$react","$2AODx$useLayoutEffect"],"mappings":";;;AAKA,MAAM,gCAAgC,GAAGA,KAAY,CAAC,OAAO,CAAC,QAAQ,EAAE,CAAC,KAAK,IAAI,SAAS;AAC3F,CAAC,CAAC;AACF,IAAI,2BAA2B,GAAG,CAAC,CAAC;AACpC,SAAS,yCAAyC,CAAC,eAAe,EAAE;AACpE,IAAI,MAAM,CAAC,EAAE,EAAE,KAAK,CAAC,GAAGA,KAAY,CAAC,QAAQ,CAAC,gCAAgC,EAAE,CAAC,CAAC;AAClF,IAAIC,yCAAsB,CAAC,IAAI;AAC/B,QAAQ,IAAI,CAAC,eAAe,EAAE,KAAK,CAAC,CAAC,OAAO,GAAG,OAAO,KAAK,IAAI,IAAI,OAAO,KAAK,KAAK,CAAC,GAAG,OAAO,GAAG,MAAM,CAAC,2BAA2B,EAAE,CAAC;AACvI,SAAS,CAAC;AACV,KAAK,EAAE;AACP,QAAQ,eAAe;AACvB,KAAK,CAAC,CAAC;AACP,IAAI,OAAO,eAAe,KAAK,EAAE,GAAG,CAAC,MAAM,EAAE,EAAE,CAAC,CAAC,GAAG,EAAE,CAAC,CAAC;AACxD;;;;","x_google_ignoreList":[0]}
@@ -16,7 +16,7 @@ import { createRovingFocusGroupScope as $d7bdfb9eb0fdf311$export$c7109489551a4f4
16
16
  import { Slot as $5e63c961fc1ce211$export$8c6ed5c666ac1360 } from '../../../../../@radix-ui_react-slot@1.0.2_@types_react@18.2.12_react@18.2.0/node_modules/@radix-ui/react-slot/dist/index.js';
17
17
  import { useCallbackRef as $b1b2314f5f9a1d84$export$25bec8c6f54ee79a } from '../../../../../@radix-ui_react-use-callback-ref@1.0.1_@types_react@18.2.12_react@18.2.0/node_modules/@radix-ui/react-use-callback-ref/dist/index.js';
18
18
  import { hideOthers } from '../../../../../aria-hidden@1.2.4/node_modules/aria-hidden/dist/es2015/index.js';
19
- import $am6gm$RemoveScroll from '../../../../../react-remove-scroll@2.5.5_@types_react@18.2.12_react@18.2.0/node_modules/react-remove-scroll/dist/es2015/Combination.js';
19
+ import $67UHm$RemoveScroll from '../../../../../react-remove-scroll@2.5.5_@types_react@18.2.12_react@18.2.0/node_modules/react-remove-scroll/dist/es2015/Combination.js';
20
20
 
21
21
  const $6cc32821e9371a1c$var$SELECTION_KEYS = [
22
22
  'Enter',
@@ -200,7 +200,7 @@ const $6cc32821e9371a1c$var$MenuRootContentNonModal = /*#__PURE__*/ forwardRef((
200
200
  const pointerGraceIntentRef = useRef(null);
201
201
  const pointerDirRef = useRef('right');
202
202
  const lastPointerXRef = useRef(0);
203
- const ScrollLockWrapper = disableOutsideScroll ? $am6gm$RemoveScroll : Fragment;
203
+ const ScrollLockWrapper = disableOutsideScroll ? $67UHm$RemoveScroll : Fragment;
204
204
  const scrollLockWrapperProps = disableOutsideScroll ? {
205
205
  as: $5e63c961fc1ce211$export$8c6ed5c666ac1360,
206
206
  allowPinchZoom: true
@@ -14,7 +14,7 @@ import { Primitive as $8927f6f2acc4f386$export$250ffa63cdc0d034 } from '../../..
14
14
  import { Slot as $5e63c961fc1ce211$export$8c6ed5c666ac1360 } from '../../../../../@radix-ui_react-slot@1.0.2_@types_react@18.2.12_react@18.2.0/node_modules/@radix-ui/react-slot/dist/index.js';
15
15
  import { useControllableState as $71cd76cc60e0454e$export$6f32135080cb4c3 } from '../../../../../@radix-ui_react-use-controllable-state@1.0.1_@types_react@18.2.12_react@18.2.0/node_modules/@radix-ui/react-use-controllable-state/dist/index.js';
16
16
  import { hideOthers } from '../../../../../aria-hidden@1.2.4/node_modules/aria-hidden/dist/es2015/index.js';
17
- import $am6gm$RemoveScroll from '../../../../../react-remove-scroll@2.5.5_@types_react@18.2.12_react@18.2.0/node_modules/react-remove-scroll/dist/es2015/Combination.js';
17
+ import $67UHm$RemoveScroll from '../../../../../react-remove-scroll@2.5.5_@types_react@18.2.12_react@18.2.0/node_modules/react-remove-scroll/dist/es2015/Combination.js';
18
18
 
19
19
  /* -------------------------------------------------------------------------------------------------
20
20
  * Popover
@@ -118,7 +118,7 @@ const $cb5cc270b50c6fcd$export$d7e1f420b25549ff = /*#__PURE__*/ forwardRef((prop
118
118
  const content = contentRef.current;
119
119
  if (content) return hideOthers(content);
120
120
  }, []);
121
- return /*#__PURE__*/ createElement($am6gm$RemoveScroll, {
121
+ return /*#__PURE__*/ createElement($67UHm$RemoveScroll, {
122
122
  as: $5e63c961fc1ce211$export$8c6ed5c666ac1360,
123
123
  allowPinchZoom: true
124
124
  }, /*#__PURE__*/ createElement($cb5cc270b50c6fcd$var$PopoverContentImpl, _extends({}, props, {
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":["../../../../../../../../../../../node_modules/.pnpm/@radix-ui+react-popover@1.0.6_@types+react-dom@18.0.11_@types+react@18.2.12_react-dom@18.3.1_react@18.2.0__react@18.2.0/node_modules/@radix-ui/react-popover/dist/index.mjs"],"sourcesContent":["import $am6gm$babelruntimehelpersesmextends from \"@babel/runtime/helpers/esm/extends\";\nimport {useRef as $am6gm$useRef, useState as $am6gm$useState, createElement as $am6gm$createElement, useCallback as $am6gm$useCallback, forwardRef as $am6gm$forwardRef, useEffect as $am6gm$useEffect} from \"react\";\nimport {composeEventHandlers as $am6gm$composeEventHandlers} from \"@radix-ui/primitive\";\nimport {useComposedRefs as $am6gm$useComposedRefs} from \"@radix-ui/react-compose-refs\";\nimport {createContextScope as $am6gm$createContextScope} from \"@radix-ui/react-context\";\nimport {DismissableLayer as $am6gm$DismissableLayer} from \"@radix-ui/react-dismissable-layer\";\nimport {useFocusGuards as $am6gm$useFocusGuards} from \"@radix-ui/react-focus-guards\";\nimport {FocusScope as $am6gm$FocusScope} from \"@radix-ui/react-focus-scope\";\nimport {useId as $am6gm$useId} from \"@radix-ui/react-id\";\nimport {createPopperScope as $am6gm$createPopperScope, Root as $am6gm$Root, Anchor as $am6gm$Anchor, Content as $am6gm$Content, Arrow as $am6gm$Arrow} from \"@radix-ui/react-popper\";\nimport {Portal as $am6gm$Portal} from \"@radix-ui/react-portal\";\nimport {Presence as $am6gm$Presence} from \"@radix-ui/react-presence\";\nimport {Primitive as $am6gm$Primitive} from \"@radix-ui/react-primitive\";\nimport {Slot as $am6gm$Slot} from \"@radix-ui/react-slot\";\nimport {useControllableState as $am6gm$useControllableState} from \"@radix-ui/react-use-controllable-state\";\nimport {hideOthers as $am6gm$hideOthers} from \"aria-hidden\";\nimport {RemoveScroll as $am6gm$RemoveScroll} from \"react-remove-scroll\";\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n/* -------------------------------------------------------------------------------------------------\n * Popover\n * -----------------------------------------------------------------------------------------------*/ const $cb5cc270b50c6fcd$var$POPOVER_NAME = 'Popover';\nconst [$cb5cc270b50c6fcd$var$createPopoverContext, $cb5cc270b50c6fcd$export$c8393c9e73286932] = $am6gm$createContextScope($cb5cc270b50c6fcd$var$POPOVER_NAME, [\n $am6gm$createPopperScope\n]);\nconst $cb5cc270b50c6fcd$var$usePopperScope = $am6gm$createPopperScope();\nconst [$cb5cc270b50c6fcd$var$PopoverProvider, $cb5cc270b50c6fcd$var$usePopoverContext] = $cb5cc270b50c6fcd$var$createPopoverContext($cb5cc270b50c6fcd$var$POPOVER_NAME);\nconst $cb5cc270b50c6fcd$export$5b6b19405a83ff9d = (props)=>{\n const { __scopePopover: __scopePopover , children: children , open: openProp , defaultOpen: defaultOpen , onOpenChange: onOpenChange , modal: modal = false } = props;\n const popperScope = $cb5cc270b50c6fcd$var$usePopperScope(__scopePopover);\n const triggerRef = $am6gm$useRef(null);\n const [hasCustomAnchor, setHasCustomAnchor] = $am6gm$useState(false);\n const [open = false, setOpen] = $am6gm$useControllableState({\n prop: openProp,\n defaultProp: defaultOpen,\n onChange: onOpenChange\n });\n return /*#__PURE__*/ $am6gm$createElement($am6gm$Root, popperScope, /*#__PURE__*/ $am6gm$createElement($cb5cc270b50c6fcd$var$PopoverProvider, {\n scope: __scopePopover,\n contentId: $am6gm$useId(),\n triggerRef: triggerRef,\n open: open,\n onOpenChange: setOpen,\n onOpenToggle: $am6gm$useCallback(()=>setOpen((prevOpen)=>!prevOpen\n )\n , [\n setOpen\n ]),\n hasCustomAnchor: hasCustomAnchor,\n onCustomAnchorAdd: $am6gm$useCallback(()=>setHasCustomAnchor(true)\n , []),\n onCustomAnchorRemove: $am6gm$useCallback(()=>setHasCustomAnchor(false)\n , []),\n modal: modal\n }, children));\n};\n/*#__PURE__*/ Object.assign($cb5cc270b50c6fcd$export$5b6b19405a83ff9d, {\n displayName: $cb5cc270b50c6fcd$var$POPOVER_NAME\n});\n/* -------------------------------------------------------------------------------------------------\n * PopoverAnchor\n * -----------------------------------------------------------------------------------------------*/ const $cb5cc270b50c6fcd$var$ANCHOR_NAME = 'PopoverAnchor';\nconst $cb5cc270b50c6fcd$export$96e5381f42521a79 = /*#__PURE__*/ $am6gm$forwardRef((props, forwardedRef)=>{\n const { __scopePopover: __scopePopover , ...anchorProps } = props;\n const context = $cb5cc270b50c6fcd$var$usePopoverContext($cb5cc270b50c6fcd$var$ANCHOR_NAME, __scopePopover);\n const popperScope = $cb5cc270b50c6fcd$var$usePopperScope(__scopePopover);\n const { onCustomAnchorAdd: onCustomAnchorAdd , onCustomAnchorRemove: onCustomAnchorRemove } = context;\n $am6gm$useEffect(()=>{\n onCustomAnchorAdd();\n return ()=>onCustomAnchorRemove()\n ;\n }, [\n onCustomAnchorAdd,\n onCustomAnchorRemove\n ]);\n return /*#__PURE__*/ $am6gm$createElement($am6gm$Anchor, $am6gm$babelruntimehelpersesmextends({}, popperScope, anchorProps, {\n ref: forwardedRef\n }));\n});\n/*#__PURE__*/ Object.assign($cb5cc270b50c6fcd$export$96e5381f42521a79, {\n displayName: $cb5cc270b50c6fcd$var$ANCHOR_NAME\n});\n/* -------------------------------------------------------------------------------------------------\n * PopoverTrigger\n * -----------------------------------------------------------------------------------------------*/ const $cb5cc270b50c6fcd$var$TRIGGER_NAME = 'PopoverTrigger';\nconst $cb5cc270b50c6fcd$export$7dacb05d26466c3 = /*#__PURE__*/ $am6gm$forwardRef((props, forwardedRef)=>{\n const { __scopePopover: __scopePopover , ...triggerProps } = props;\n const context = $cb5cc270b50c6fcd$var$usePopoverContext($cb5cc270b50c6fcd$var$TRIGGER_NAME, __scopePopover);\n const popperScope = $cb5cc270b50c6fcd$var$usePopperScope(__scopePopover);\n const composedTriggerRef = $am6gm$useComposedRefs(forwardedRef, context.triggerRef);\n const trigger = /*#__PURE__*/ $am6gm$createElement($am6gm$Primitive.button, $am6gm$babelruntimehelpersesmextends({\n type: \"button\",\n \"aria-haspopup\": \"dialog\",\n \"aria-expanded\": context.open,\n \"aria-controls\": context.contentId,\n \"data-state\": $cb5cc270b50c6fcd$var$getState(context.open)\n }, triggerProps, {\n ref: composedTriggerRef,\n onClick: $am6gm$composeEventHandlers(props.onClick, context.onOpenToggle)\n }));\n return context.hasCustomAnchor ? trigger : /*#__PURE__*/ $am6gm$createElement($am6gm$Anchor, $am6gm$babelruntimehelpersesmextends({\n asChild: true\n }, popperScope), trigger);\n});\n/*#__PURE__*/ Object.assign($cb5cc270b50c6fcd$export$7dacb05d26466c3, {\n displayName: $cb5cc270b50c6fcd$var$TRIGGER_NAME\n});\n/* -------------------------------------------------------------------------------------------------\n * PopoverPortal\n * -----------------------------------------------------------------------------------------------*/ const $cb5cc270b50c6fcd$var$PORTAL_NAME = 'PopoverPortal';\nconst [$cb5cc270b50c6fcd$var$PortalProvider, $cb5cc270b50c6fcd$var$usePortalContext] = $cb5cc270b50c6fcd$var$createPopoverContext($cb5cc270b50c6fcd$var$PORTAL_NAME, {\n forceMount: undefined\n});\nconst $cb5cc270b50c6fcd$export$dd679ffb4362d2d4 = (props)=>{\n const { __scopePopover: __scopePopover , forceMount: forceMount , children: children , container: container } = props;\n const context = $cb5cc270b50c6fcd$var$usePopoverContext($cb5cc270b50c6fcd$var$PORTAL_NAME, __scopePopover);\n return /*#__PURE__*/ $am6gm$createElement($cb5cc270b50c6fcd$var$PortalProvider, {\n scope: __scopePopover,\n forceMount: forceMount\n }, /*#__PURE__*/ $am6gm$createElement($am6gm$Presence, {\n present: forceMount || context.open\n }, /*#__PURE__*/ $am6gm$createElement($am6gm$Portal, {\n asChild: true,\n container: container\n }, children)));\n};\n/*#__PURE__*/ Object.assign($cb5cc270b50c6fcd$export$dd679ffb4362d2d4, {\n displayName: $cb5cc270b50c6fcd$var$PORTAL_NAME\n});\n/* -------------------------------------------------------------------------------------------------\n * PopoverContent\n * -----------------------------------------------------------------------------------------------*/ const $cb5cc270b50c6fcd$var$CONTENT_NAME = 'PopoverContent';\nconst $cb5cc270b50c6fcd$export$d7e1f420b25549ff = /*#__PURE__*/ $am6gm$forwardRef((props, forwardedRef)=>{\n const portalContext = $cb5cc270b50c6fcd$var$usePortalContext($cb5cc270b50c6fcd$var$CONTENT_NAME, props.__scopePopover);\n const { forceMount: forceMount = portalContext.forceMount , ...contentProps } = props;\n const context = $cb5cc270b50c6fcd$var$usePopoverContext($cb5cc270b50c6fcd$var$CONTENT_NAME, props.__scopePopover);\n return /*#__PURE__*/ $am6gm$createElement($am6gm$Presence, {\n present: forceMount || context.open\n }, context.modal ? /*#__PURE__*/ $am6gm$createElement($cb5cc270b50c6fcd$var$PopoverContentModal, $am6gm$babelruntimehelpersesmextends({}, contentProps, {\n ref: forwardedRef\n })) : /*#__PURE__*/ $am6gm$createElement($cb5cc270b50c6fcd$var$PopoverContentNonModal, $am6gm$babelruntimehelpersesmextends({}, contentProps, {\n ref: forwardedRef\n })));\n});\n/*#__PURE__*/ Object.assign($cb5cc270b50c6fcd$export$d7e1f420b25549ff, {\n displayName: $cb5cc270b50c6fcd$var$CONTENT_NAME\n});\n/* -----------------------------------------------------------------------------------------------*/ const $cb5cc270b50c6fcd$var$PopoverContentModal = /*#__PURE__*/ $am6gm$forwardRef((props, forwardedRef)=>{\n const context = $cb5cc270b50c6fcd$var$usePopoverContext($cb5cc270b50c6fcd$var$CONTENT_NAME, props.__scopePopover);\n const contentRef = $am6gm$useRef(null);\n const composedRefs = $am6gm$useComposedRefs(forwardedRef, contentRef);\n const isRightClickOutsideRef = $am6gm$useRef(false); // aria-hide everything except the content (better supported equivalent to setting aria-modal)\n $am6gm$useEffect(()=>{\n const content = contentRef.current;\n if (content) return $am6gm$hideOthers(content);\n }, []);\n return /*#__PURE__*/ $am6gm$createElement($am6gm$RemoveScroll, {\n as: $am6gm$Slot,\n allowPinchZoom: true\n }, /*#__PURE__*/ $am6gm$createElement($cb5cc270b50c6fcd$var$PopoverContentImpl, $am6gm$babelruntimehelpersesmextends({}, props, {\n ref: composedRefs // we make sure we're not trapping once it's been closed\n ,\n trapFocus: context.open,\n disableOutsidePointerEvents: true,\n onCloseAutoFocus: $am6gm$composeEventHandlers(props.onCloseAutoFocus, (event)=>{\n var _context$triggerRef$c;\n event.preventDefault();\n if (!isRightClickOutsideRef.current) (_context$triggerRef$c = context.triggerRef.current) === null || _context$triggerRef$c === void 0 || _context$triggerRef$c.focus();\n }),\n onPointerDownOutside: $am6gm$composeEventHandlers(props.onPointerDownOutside, (event)=>{\n const originalEvent = event.detail.originalEvent;\n const ctrlLeftClick = originalEvent.button === 0 && originalEvent.ctrlKey === true;\n const isRightClick = originalEvent.button === 2 || ctrlLeftClick;\n isRightClickOutsideRef.current = isRightClick;\n }, {\n checkForDefaultPrevented: false\n }) // When focus is trapped, a `focusout` event may still happen.\n ,\n onFocusOutside: $am6gm$composeEventHandlers(props.onFocusOutside, (event)=>event.preventDefault()\n , {\n checkForDefaultPrevented: false\n })\n })));\n});\nconst $cb5cc270b50c6fcd$var$PopoverContentNonModal = /*#__PURE__*/ $am6gm$forwardRef((props, forwardedRef)=>{\n const context = $cb5cc270b50c6fcd$var$usePopoverContext($cb5cc270b50c6fcd$var$CONTENT_NAME, props.__scopePopover);\n const hasInteractedOutsideRef = $am6gm$useRef(false);\n const hasPointerDownOutsideRef = $am6gm$useRef(false);\n return /*#__PURE__*/ $am6gm$createElement($cb5cc270b50c6fcd$var$PopoverContentImpl, $am6gm$babelruntimehelpersesmextends({}, props, {\n ref: forwardedRef,\n trapFocus: false,\n disableOutsidePointerEvents: false,\n onCloseAutoFocus: (event)=>{\n var _props$onCloseAutoFoc;\n (_props$onCloseAutoFoc = props.onCloseAutoFocus) === null || _props$onCloseAutoFoc === void 0 || _props$onCloseAutoFoc.call(props, event);\n if (!event.defaultPrevented) {\n var _context$triggerRef$c2;\n if (!hasInteractedOutsideRef.current) (_context$triggerRef$c2 = context.triggerRef.current) === null || _context$triggerRef$c2 === void 0 || _context$triggerRef$c2.focus(); // Always prevent auto focus because we either focus manually or want user agent focus\n event.preventDefault();\n }\n hasInteractedOutsideRef.current = false;\n hasPointerDownOutsideRef.current = false;\n },\n onInteractOutside: (event)=>{\n var _props$onInteractOuts, _context$triggerRef$c3;\n (_props$onInteractOuts = props.onInteractOutside) === null || _props$onInteractOuts === void 0 || _props$onInteractOuts.call(props, event);\n if (!event.defaultPrevented) {\n hasInteractedOutsideRef.current = true;\n if (event.detail.originalEvent.type === 'pointerdown') hasPointerDownOutsideRef.current = true;\n } // Prevent dismissing when clicking the trigger.\n // As the trigger is already setup to close, without doing so would\n // cause it to close and immediately open.\n const target = event.target;\n const targetIsTrigger = (_context$triggerRef$c3 = context.triggerRef.current) === null || _context$triggerRef$c3 === void 0 ? void 0 : _context$triggerRef$c3.contains(target);\n if (targetIsTrigger) event.preventDefault(); // On Safari if the trigger is inside a container with tabIndex={0}, when clicked\n // we will get the pointer down outside event on the trigger, but then a subsequent\n // focus outside event on the container, we ignore any focus outside event when we've\n // already had a pointer down outside event.\n if (event.detail.originalEvent.type === 'focusin' && hasPointerDownOutsideRef.current) event.preventDefault();\n }\n }));\n});\n/* -----------------------------------------------------------------------------------------------*/ const $cb5cc270b50c6fcd$var$PopoverContentImpl = /*#__PURE__*/ $am6gm$forwardRef((props, forwardedRef)=>{\n const { __scopePopover: __scopePopover , trapFocus: trapFocus , onOpenAutoFocus: onOpenAutoFocus , onCloseAutoFocus: onCloseAutoFocus , disableOutsidePointerEvents: disableOutsidePointerEvents , onEscapeKeyDown: onEscapeKeyDown , onPointerDownOutside: onPointerDownOutside , onFocusOutside: onFocusOutside , onInteractOutside: onInteractOutside , ...contentProps } = props;\n const context = $cb5cc270b50c6fcd$var$usePopoverContext($cb5cc270b50c6fcd$var$CONTENT_NAME, __scopePopover);\n const popperScope = $cb5cc270b50c6fcd$var$usePopperScope(__scopePopover); // Make sure the whole tree has focus guards as our `Popover` may be\n // the last element in the DOM (beacuse of the `Portal`)\n $am6gm$useFocusGuards();\n return /*#__PURE__*/ $am6gm$createElement($am6gm$FocusScope, {\n asChild: true,\n loop: true,\n trapped: trapFocus,\n onMountAutoFocus: onOpenAutoFocus,\n onUnmountAutoFocus: onCloseAutoFocus\n }, /*#__PURE__*/ $am6gm$createElement($am6gm$DismissableLayer, {\n asChild: true,\n disableOutsidePointerEvents: disableOutsidePointerEvents,\n onInteractOutside: onInteractOutside,\n onEscapeKeyDown: onEscapeKeyDown,\n onPointerDownOutside: onPointerDownOutside,\n onFocusOutside: onFocusOutside,\n onDismiss: ()=>context.onOpenChange(false)\n }, /*#__PURE__*/ $am6gm$createElement($am6gm$Content, $am6gm$babelruntimehelpersesmextends({\n \"data-state\": $cb5cc270b50c6fcd$var$getState(context.open),\n role: \"dialog\",\n id: context.contentId\n }, popperScope, contentProps, {\n ref: forwardedRef,\n style: {\n ...contentProps.style,\n '--radix-popover-content-transform-origin': 'var(--radix-popper-transform-origin)',\n '--radix-popover-content-available-width': 'var(--radix-popper-available-width)',\n '--radix-popover-content-available-height': 'var(--radix-popper-available-height)',\n '--radix-popover-trigger-width': 'var(--radix-popper-anchor-width)',\n '--radix-popover-trigger-height': 'var(--radix-popper-anchor-height)'\n }\n }))));\n});\n/* -------------------------------------------------------------------------------------------------\n * PopoverClose\n * -----------------------------------------------------------------------------------------------*/ const $cb5cc270b50c6fcd$var$CLOSE_NAME = 'PopoverClose';\nconst $cb5cc270b50c6fcd$export$d6ac43ebaa40d53e = /*#__PURE__*/ $am6gm$forwardRef((props, forwardedRef)=>{\n const { __scopePopover: __scopePopover , ...closeProps } = props;\n const context = $cb5cc270b50c6fcd$var$usePopoverContext($cb5cc270b50c6fcd$var$CLOSE_NAME, __scopePopover);\n return /*#__PURE__*/ $am6gm$createElement($am6gm$Primitive.button, $am6gm$babelruntimehelpersesmextends({\n type: \"button\"\n }, closeProps, {\n ref: forwardedRef,\n onClick: $am6gm$composeEventHandlers(props.onClick, ()=>context.onOpenChange(false)\n )\n }));\n});\n/*#__PURE__*/ Object.assign($cb5cc270b50c6fcd$export$d6ac43ebaa40d53e, {\n displayName: $cb5cc270b50c6fcd$var$CLOSE_NAME\n});\n/* -------------------------------------------------------------------------------------------------\n * PopoverArrow\n * -----------------------------------------------------------------------------------------------*/ const $cb5cc270b50c6fcd$var$ARROW_NAME = 'PopoverArrow';\nconst $cb5cc270b50c6fcd$export$3152841115e061b2 = /*#__PURE__*/ $am6gm$forwardRef((props, forwardedRef)=>{\n const { __scopePopover: __scopePopover , ...arrowProps } = props;\n const popperScope = $cb5cc270b50c6fcd$var$usePopperScope(__scopePopover);\n return /*#__PURE__*/ $am6gm$createElement($am6gm$Arrow, $am6gm$babelruntimehelpersesmextends({}, popperScope, arrowProps, {\n ref: forwardedRef\n }));\n});\n/*#__PURE__*/ Object.assign($cb5cc270b50c6fcd$export$3152841115e061b2, {\n displayName: $cb5cc270b50c6fcd$var$ARROW_NAME\n});\n/* -----------------------------------------------------------------------------------------------*/ function $cb5cc270b50c6fcd$var$getState(open) {\n return open ? 'open' : 'closed';\n}\nconst $cb5cc270b50c6fcd$export$be92b6f5f03c0fe9 = $cb5cc270b50c6fcd$export$5b6b19405a83ff9d;\nconst $cb5cc270b50c6fcd$export$b688253958b8dfe7 = $cb5cc270b50c6fcd$export$96e5381f42521a79;\nconst $cb5cc270b50c6fcd$export$41fb9f06171c75f4 = $cb5cc270b50c6fcd$export$7dacb05d26466c3;\nconst $cb5cc270b50c6fcd$export$602eac185826482c = $cb5cc270b50c6fcd$export$dd679ffb4362d2d4;\nconst $cb5cc270b50c6fcd$export$7c6e2c02157bb7d2 = $cb5cc270b50c6fcd$export$d7e1f420b25549ff;\nconst $cb5cc270b50c6fcd$export$f39c2d165cd861fe = $cb5cc270b50c6fcd$export$d6ac43ebaa40d53e;\nconst $cb5cc270b50c6fcd$export$21b07c8f274aebd5 = $cb5cc270b50c6fcd$export$3152841115e061b2;\n\n\n\n\nexport {$cb5cc270b50c6fcd$export$c8393c9e73286932 as createPopoverScope, $cb5cc270b50c6fcd$export$5b6b19405a83ff9d as Popover, $cb5cc270b50c6fcd$export$96e5381f42521a79 as PopoverAnchor, $cb5cc270b50c6fcd$export$7dacb05d26466c3 as PopoverTrigger, $cb5cc270b50c6fcd$export$dd679ffb4362d2d4 as PopoverPortal, $cb5cc270b50c6fcd$export$d7e1f420b25549ff as PopoverContent, $cb5cc270b50c6fcd$export$d6ac43ebaa40d53e as PopoverClose, $cb5cc270b50c6fcd$export$3152841115e061b2 as PopoverArrow, $cb5cc270b50c6fcd$export$be92b6f5f03c0fe9 as Root, $cb5cc270b50c6fcd$export$b688253958b8dfe7 as Anchor, $cb5cc270b50c6fcd$export$41fb9f06171c75f4 as Trigger, $cb5cc270b50c6fcd$export$602eac185826482c as Portal, $cb5cc270b50c6fcd$export$7c6e2c02157bb7d2 as Content, $cb5cc270b50c6fcd$export$f39c2d165cd861fe as Close, $cb5cc270b50c6fcd$export$21b07c8f274aebd5 as Arrow};\n//# sourceMappingURL=index.mjs.map\n"],"names":["$am6gm$createContextScope","$am6gm$createPopperScope","$am6gm$useRef","$am6gm$useState","$am6gm$useControllableState","$am6gm$createElement","$am6gm$Root","$am6gm$useId","$am6gm$useCallback","$am6gm$forwardRef","$am6gm$useComposedRefs","$am6gm$Primitive","$am6gm$babelruntimehelpersesmextends","$am6gm$composeEventHandlers","$am6gm$Anchor","$am6gm$Presence","$am6gm$Portal","$am6gm$useEffect","$am6gm$hideOthers","$am6gm$Slot","$am6gm$useFocusGuards","$am6gm$FocusScope","$am6gm$DismissableLayer","$am6gm$Content"],"mappings":";;;;;;;;;;;;;;;;;;AAoCA;AACA;AACA,qGAAqG,MAAM,kCAAkC,GAAG,SAAS,CAAC;AACrJ,MAAC,CAAC,0CAA0C,EAAE,yCAAyC,CAAC,GAAGA,wCAAyB,CAAC,kCAAkC,EAAE;AAC9J,IAAIC,uCAAwB;AAC5B,CAAC,EAAE;AACH,MAAM,oCAAoC,GAAGA,uCAAwB,EAAE,CAAC;AACxE,MAAM,CAAC,qCAAqC,EAAE,uCAAuC,CAAC,GAAG,0CAA0C,CAAC,kCAAkC,CAAC,CAAC;AACnK,MAAC,yCAAyC,GAAG,CAAC,KAAK,GAAG;AAC3D,IAAI,MAAM,EAAE,cAAc,EAAE,cAAc,GAAG,QAAQ,EAAE,QAAQ,GAAG,IAAI,EAAE,QAAQ,GAAG,WAAW,EAAE,WAAW,GAAG,YAAY,EAAE,YAAY,GAAG,KAAK,EAAE,KAAK,GAAG,KAAK,GAAG,GAAG,KAAK,CAAC;AAC3K,IAAI,MAAM,WAAW,GAAG,oCAAoC,CAAC,cAAc,CAAC,CAAC;AAC7E,IAAI,MAAM,UAAU,GAAGC,MAAa,CAAC,IAAI,CAAC,CAAC;AAC3C,IAAI,MAAM,CAAC,eAAe,EAAE,kBAAkB,CAAC,GAAGC,QAAe,CAAC,KAAK,CAAC,CAAC;AACzE,IAAI,MAAM,CAAC,IAAI,GAAG,KAAK,EAAE,OAAO,CAAC,GAAGC,wCAA2B,CAAC;AAChE,QAAQ,IAAI,EAAE,QAAQ;AACtB,QAAQ,WAAW,EAAE,WAAW;AAChC,QAAQ,QAAQ,EAAE,YAAY;AAC9B,KAAK,CAAC,CAAC;AACP,IAAI,qBAAqBC,aAAoB,CAACC,yCAAW,EAAE,WAAW,gBAAgBD,aAAoB,CAAC,qCAAqC,EAAE;AAClJ,QAAQ,KAAK,EAAE,cAAc;AAC7B,QAAQ,SAAS,EAAEE,yCAAY,EAAE;AACjC,QAAQ,UAAU,EAAE,UAAU;AAC9B,QAAQ,IAAI,EAAE,IAAI;AAClB,QAAQ,YAAY,EAAE,OAAO;AAC7B,QAAQ,YAAY,EAAEC,WAAkB,CAAC,IAAI,OAAO,CAAC,CAAC,QAAQ,GAAG,CAAC,QAAQ;AAC1E,aAAa;AACb,UAAU;AACV,YAAY,OAAO;AACnB,SAAS,CAAC;AACV,QAAQ,eAAe,EAAE,eAAe;AACxC,QAAQ,iBAAiB,EAAEA,WAAkB,CAAC,IAAI,kBAAkB,CAAC,IAAI,CAAC;AAC1E,UAAU,EAAE,CAAC;AACb,QAAQ,oBAAoB,EAAEA,WAAkB,CAAC,IAAI,kBAAkB,CAAC,KAAK,CAAC;AAC9E,UAAU,EAAE,CAAC;AACb,QAAQ,KAAK,EAAE,KAAK;AACpB,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC;AAClB,EAAE;AA2BF;AACA;AACA,qGAAqG,MAAM,kCAAkC,GAAG,gBAAgB,CAAC;AAC5J,MAAC,wCAAwC,iBAAiBC,UAAiB,CAAC,CAAC,KAAK,EAAE,YAAY,GAAG;AACxG,IAAI,MAAM,EAAE,cAAc,EAAE,cAAc,GAAG,GAAG,YAAY,EAAE,GAAG,KAAK,CAAC;AACvE,IAAI,MAAM,OAAO,GAAG,uCAAuC,CAAC,kCAAkC,EAAE,cAAc,CAAC,CAAC;AAChH,IAAI,MAAM,WAAW,GAAG,oCAAoC,CAAC,cAAc,CAAC,CAAC;AAC7E,IAAI,MAAM,kBAAkB,GAAGC,yCAAsB,CAAC,YAAY,EAAE,OAAO,CAAC,UAAU,CAAC,CAAC;AACxF,IAAI,MAAM,OAAO,iBAAiBL,aAAoB,CAACM,yCAAgB,CAAC,MAAM,EAAEC,QAAoC,CAAC;AACrH,QAAQ,IAAI,EAAE,QAAQ;AACtB,QAAQ,eAAe,EAAE,QAAQ;AACjC,QAAQ,eAAe,EAAE,OAAO,CAAC,IAAI;AACrC,QAAQ,eAAe,EAAE,OAAO,CAAC,SAAS;AAC1C,QAAQ,YAAY,EAAE,8BAA8B,CAAC,OAAO,CAAC,IAAI,CAAC;AAClE,KAAK,EAAE,YAAY,EAAE;AACrB,QAAQ,GAAG,EAAE,kBAAkB;AAC/B,QAAQ,OAAO,EAAEC,yCAA2B,CAAC,KAAK,CAAC,OAAO,EAAE,OAAO,CAAC,YAAY,CAAC;AACjF,KAAK,CAAC,CAAC,CAAC;AACR,IAAI,OAAO,OAAO,CAAC,eAAe,GAAG,OAAO,iBAAiBR,aAAoB,CAACS,yCAAa,EAAEF,QAAoC,CAAC;AACtI,QAAQ,OAAO,EAAE,IAAI;AACrB,KAAK,EAAE,WAAW,CAAC,EAAE,OAAO,CAAC,CAAC;AAC9B,CAAC,EAAE;AAIH;AACA;AACA,qGAAqG,MAAM,iCAAiC,GAAG,eAAe,CAAC;AAC/J,MAAM,CAAC,oCAAoC,EAAE,sCAAsC,CAAC,GAAG,0CAA0C,CAAC,iCAAiC,EAAE;AACrK,IAAI,UAAU,EAAE,SAAS;AACzB,CAAC,CAAC,CAAC;AACE,MAAC,yCAAyC,GAAG,CAAC,KAAK,GAAG;AAC3D,IAAI,MAAM,EAAE,cAAc,EAAE,cAAc,GAAG,UAAU,EAAE,UAAU,GAAG,QAAQ,EAAE,QAAQ,GAAG,SAAS,EAAE,SAAS,GAAG,GAAG,KAAK,CAAC;AAC3H,IAAI,MAAM,OAAO,GAAG,uCAAuC,CAAC,iCAAiC,EAAE,cAAc,CAAC,CAAC;AAC/G,IAAI,qBAAqBP,aAAoB,CAAC,oCAAoC,EAAE;AACpF,QAAQ,KAAK,EAAE,cAAc;AAC7B,QAAQ,UAAU,EAAE,UAAU;AAC9B,KAAK,gBAAgBA,aAAoB,CAACU,yCAAe,EAAE;AAC3D,QAAQ,OAAO,EAAE,UAAU,IAAI,OAAO,CAAC,IAAI;AAC3C,KAAK,gBAAgBV,aAAoB,CAACW,yCAAa,EAAE;AACzD,QAAQ,OAAO,EAAE,IAAI;AACrB,QAAQ,SAAS,EAAE,SAAS;AAC5B,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC;AACnB,EAAE;AAIF;AACA;AACA,qGAAqG,MAAM,kCAAkC,GAAG,gBAAgB,CAAC;AAC5J,MAAC,yCAAyC,iBAAiBP,UAAiB,CAAC,CAAC,KAAK,EAAE,YAAY,GAAG;AACzG,IAAI,MAAM,aAAa,GAAG,sCAAsC,CAAC,kCAAkC,EAAE,KAAK,CAAC,cAAc,CAAC,CAAC;AAC3H,IAAI,MAAM,EAAE,UAAU,EAAE,UAAU,GAAG,aAAa,CAAC,UAAU,GAAG,GAAG,YAAY,EAAE,GAAG,KAAK,CAAC;AAC1F,IAAI,MAAM,OAAO,GAAG,uCAAuC,CAAC,kCAAkC,EAAE,KAAK,CAAC,cAAc,CAAC,CAAC;AACtH,IAAI,qBAAqBJ,aAAoB,CAACU,yCAAe,EAAE;AAC/D,QAAQ,OAAO,EAAE,UAAU,IAAI,OAAO,CAAC,IAAI;AAC3C,KAAK,EAAE,OAAO,CAAC,KAAK,iBAAiBV,aAAoB,CAAC,yCAAyC,EAAEO,QAAoC,CAAC,EAAE,EAAE,YAAY,EAAE;AAC5J,QAAQ,GAAG,EAAE,YAAY;AACzB,KAAK,CAAC,CAAC,iBAAiBP,aAAoB,CAAC,4CAA4C,EAAEO,QAAoC,CAAC,EAAE,EAAE,YAAY,EAAE;AAClJ,QAAQ,GAAG,EAAE,YAAY;AACzB,KAAK,CAAC,CAAC,CAAC,CAAC;AACT,CAAC,EAAE;AAIH,qGAAqG,MAAM,yCAAyC,iBAAiBH,UAAiB,CAAC,CAAC,KAAK,EAAE,YAAY,GAAG;AAC9M,IAAI,MAAM,OAAO,GAAG,uCAAuC,CAAC,kCAAkC,EAAE,KAAK,CAAC,cAAc,CAAC,CAAC;AACtH,IAAI,MAAM,UAAU,GAAGP,MAAa,CAAC,IAAI,CAAC,CAAC;AAC3C,IAAI,MAAM,YAAY,GAAGQ,yCAAsB,CAAC,YAAY,EAAE,UAAU,CAAC,CAAC;AAC1E,IAAI,MAAM,sBAAsB,GAAGR,MAAa,CAAC,KAAK,CAAC,CAAC;AACxD,IAAIe,SAAgB,CAAC,IAAI;AACzB,QAAQ,MAAM,OAAO,GAAG,UAAU,CAAC,OAAO,CAAC;AAC3C,QAAQ,IAAI,OAAO,EAAE,OAAOC,UAAiB,CAAC,OAAO,CAAC,CAAC;AACvD,KAAK,EAAE,EAAE,CAAC,CAAC;AACX,IAAI,qBAAqBb,aAAoB,CAAC,mBAAmB,EAAE;AACnE,QAAQ,EAAE,EAAEc,yCAAW;AACvB,QAAQ,cAAc,EAAE,IAAI;AAC5B,KAAK,gBAAgBd,aAAoB,CAAC,wCAAwC,EAAEO,QAAoC,CAAC,EAAE,EAAE,KAAK,EAAE;AACpI,QAAQ,GAAG,EAAE,YAAY;AACzB;AACA,QAAQ,SAAS,EAAE,OAAO,CAAC,IAAI;AAC/B,QAAQ,2BAA2B,EAAE,IAAI;AACzC,QAAQ,gBAAgB,EAAEC,yCAA2B,CAAC,KAAK,CAAC,gBAAgB,EAAE,CAAC,KAAK,GAAG;AACvF,YAAY,IAAI,qBAAqB,CAAC;AACtC,YAAY,KAAK,CAAC,cAAc,EAAE,CAAC;AACnC,YAAY,IAAI,CAAC,sBAAsB,CAAC,OAAO,EAAE,CAAC,qBAAqB,GAAG,OAAO,CAAC,UAAU,CAAC,OAAO,MAAM,IAAI,IAAI,qBAAqB,KAAK,KAAK,CAAC,IAAI,qBAAqB,CAAC,KAAK,EAAE,CAAC;AACpL,SAAS,CAAC;AACV,QAAQ,oBAAoB,EAAEA,yCAA2B,CAAC,KAAK,CAAC,oBAAoB,EAAE,CAAC,KAAK,GAAG;AAC/F,YAAY,MAAM,aAAa,GAAG,KAAK,CAAC,MAAM,CAAC,aAAa,CAAC;AAC7D,YAAY,MAAM,aAAa,GAAG,aAAa,CAAC,MAAM,KAAK,CAAC,IAAI,aAAa,CAAC,OAAO,KAAK,IAAI,CAAC;AAC/F,YAAY,MAAM,YAAY,GAAG,aAAa,CAAC,MAAM,KAAK,CAAC,IAAI,aAAa,CAAC;AAC7E,YAAY,sBAAsB,CAAC,OAAO,GAAG,YAAY,CAAC;AAC1D,SAAS,EAAE;AACX,YAAY,wBAAwB,EAAE,KAAK;AAC3C,SAAS,CAAC;AACV;AACA,QAAQ,cAAc,EAAEA,yCAA2B,CAAC,KAAK,CAAC,cAAc,EAAE,CAAC,KAAK,GAAG,KAAK,CAAC,cAAc,EAAE;AACzG,UAAU;AACV,YAAY,wBAAwB,EAAE,KAAK;AAC3C,SAAS,CAAC;AACV,KAAK,CAAC,CAAC,CAAC,CAAC;AACT,CAAC,CAAC,CAAC;AACH,MAAM,4CAA4C,iBAAiBJ,UAAiB,CAAC,CAAC,KAAK,EAAE,YAAY,GAAG;AAC5G,IAAI,MAAM,OAAO,GAAG,uCAAuC,CAAC,kCAAkC,EAAE,KAAK,CAAC,cAAc,CAAC,CAAC;AACtH,IAAI,MAAM,uBAAuB,GAAGP,MAAa,CAAC,KAAK,CAAC,CAAC;AACzD,IAAI,MAAM,wBAAwB,GAAGA,MAAa,CAAC,KAAK,CAAC,CAAC;AAC1D,IAAI,qBAAqBG,aAAoB,CAAC,wCAAwC,EAAEO,QAAoC,CAAC,EAAE,EAAE,KAAK,EAAE;AACxI,QAAQ,GAAG,EAAE,YAAY;AACzB,QAAQ,SAAS,EAAE,KAAK;AACxB,QAAQ,2BAA2B,EAAE,KAAK;AAC1C,QAAQ,gBAAgB,EAAE,CAAC,KAAK,GAAG;AACnC,YAAY,IAAI,qBAAqB,CAAC;AACtC,YAAY,CAAC,qBAAqB,GAAG,KAAK,CAAC,gBAAgB,MAAM,IAAI,IAAI,qBAAqB,KAAK,KAAK,CAAC,IAAI,qBAAqB,CAAC,IAAI,CAAC,KAAK,EAAE,KAAK,CAAC,CAAC;AACtJ,YAAY,IAAI,CAAC,KAAK,CAAC,gBAAgB,EAAE;AACzC,gBAAgB,IAAI,sBAAsB,CAAC;AAC3C,gBAAgB,IAAI,CAAC,uBAAuB,CAAC,OAAO,EAAE,CAAC,sBAAsB,GAAG,OAAO,CAAC,UAAU,CAAC,OAAO,MAAM,IAAI,IAAI,sBAAsB,KAAK,KAAK,CAAC,IAAI,sBAAsB,CAAC,KAAK,EAAE,CAAC;AAC5L,gBAAgB,KAAK,CAAC,cAAc,EAAE,CAAC;AACvC,aAAa;AACb,YAAY,uBAAuB,CAAC,OAAO,GAAG,KAAK,CAAC;AACpD,YAAY,wBAAwB,CAAC,OAAO,GAAG,KAAK,CAAC;AACrD,SAAS;AACT,QAAQ,iBAAiB,EAAE,CAAC,KAAK,GAAG;AACpC,YAAY,IAAI,qBAAqB,EAAE,sBAAsB,CAAC;AAC9D,YAAY,CAAC,qBAAqB,GAAG,KAAK,CAAC,iBAAiB,MAAM,IAAI,IAAI,qBAAqB,KAAK,KAAK,CAAC,IAAI,qBAAqB,CAAC,IAAI,CAAC,KAAK,EAAE,KAAK,CAAC,CAAC;AACvJ,YAAY,IAAI,CAAC,KAAK,CAAC,gBAAgB,EAAE;AACzC,gBAAgB,uBAAuB,CAAC,OAAO,GAAG,IAAI,CAAC;AACvD,gBAAgB,IAAI,KAAK,CAAC,MAAM,CAAC,aAAa,CAAC,IAAI,KAAK,aAAa,EAAE,wBAAwB,CAAC,OAAO,GAAG,IAAI,CAAC;AAC/G,aAAa;AACb;AACA;AACA,YAAY,MAAM,MAAM,GAAG,KAAK,CAAC,MAAM,CAAC;AACxC,YAAY,MAAM,eAAe,GAAG,CAAC,sBAAsB,GAAG,OAAO,CAAC,UAAU,CAAC,OAAO,MAAM,IAAI,IAAI,sBAAsB,KAAK,KAAK,CAAC,GAAG,KAAK,CAAC,GAAG,sBAAsB,CAAC,QAAQ,CAAC,MAAM,CAAC,CAAC;AAC3L,YAAY,IAAI,eAAe,EAAE,KAAK,CAAC,cAAc,EAAE,CAAC;AACxD;AACA;AACA;AACA,YAAY,IAAI,KAAK,CAAC,MAAM,CAAC,aAAa,CAAC,IAAI,KAAK,SAAS,IAAI,wBAAwB,CAAC,OAAO,EAAE,KAAK,CAAC,cAAc,EAAE,CAAC;AAC1H,SAAS;AACT,KAAK,CAAC,CAAC,CAAC;AACR,CAAC,CAAC,CAAC;AACH,qGAAqG,MAAM,wCAAwC,iBAAiBH,UAAiB,CAAC,CAAC,KAAK,EAAE,YAAY,GAAG;AAC7M,IAAI,MAAM,EAAE,cAAc,EAAE,cAAc,GAAG,SAAS,EAAE,SAAS,GAAG,eAAe,EAAE,eAAe,GAAG,gBAAgB,EAAE,gBAAgB,GAAG,2BAA2B,EAAE,2BAA2B,GAAG,eAAe,EAAE,eAAe,GAAG,oBAAoB,EAAE,oBAAoB,GAAG,cAAc,EAAE,cAAc,GAAG,iBAAiB,EAAE,iBAAiB,GAAG,GAAG,YAAY,EAAE,GAAG,KAAK,CAAC;AACzX,IAAI,MAAM,OAAO,GAAG,uCAAuC,CAAC,kCAAkC,EAAE,cAAc,CAAC,CAAC;AAChH,IAAI,MAAM,WAAW,GAAG,oCAAoC,CAAC,cAAc,CAAC,CAAC;AAC7E;AACA,IAAIW,yCAAqB,EAAE,CAAC;AAC5B,IAAI,qBAAqBf,aAAoB,CAACgB,yCAAiB,EAAE;AACjE,QAAQ,OAAO,EAAE,IAAI;AACrB,QAAQ,IAAI,EAAE,IAAI;AAClB,QAAQ,OAAO,EAAE,SAAS;AAC1B,QAAQ,gBAAgB,EAAE,eAAe;AACzC,QAAQ,kBAAkB,EAAE,gBAAgB;AAC5C,KAAK,gBAAgBhB,aAAoB,CAACiB,yCAAuB,EAAE;AACnE,QAAQ,OAAO,EAAE,IAAI;AACrB,QAAQ,2BAA2B,EAAE,2BAA2B;AAChE,QAAQ,iBAAiB,EAAE,iBAAiB;AAC5C,QAAQ,eAAe,EAAE,eAAe;AACxC,QAAQ,oBAAoB,EAAE,oBAAoB;AAClD,QAAQ,cAAc,EAAE,cAAc;AACtC,QAAQ,SAAS,EAAE,IAAI,OAAO,CAAC,YAAY,CAAC,KAAK,CAAC;AAClD,KAAK,gBAAgBjB,aAAoB,CAACkB,yCAAc,EAAEX,QAAoC,CAAC;AAC/F,QAAQ,YAAY,EAAE,8BAA8B,CAAC,OAAO,CAAC,IAAI,CAAC;AAClE,QAAQ,IAAI,EAAE,QAAQ;AACtB,QAAQ,EAAE,EAAE,OAAO,CAAC,SAAS;AAC7B,KAAK,EAAE,WAAW,EAAE,YAAY,EAAE;AAClC,QAAQ,GAAG,EAAE,YAAY;AACzB,QAAQ,KAAK,EAAE;AACf,YAAY,GAAG,YAAY,CAAC,KAAK;AACjC,YAAY,0CAA0C,EAAE,sCAAsC;AAC9F,YAAY,yCAAyC,EAAE,qCAAqC;AAC5F,YAAY,0CAA0C,EAAE,sCAAsC;AAC9F,YAAY,+BAA+B,EAAE,kCAAkC;AAC/E,YAAY,gCAAgC,EAAE,mCAAmC;AACjF,SAAS;AACT,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC;AACV,CAAC,CAAC,CAAC;AACH;AACA;AACA,qGAAqG,MAAM,gCAAgC,GAAG,cAAc,CAAC;AACxJ,MAAC,yCAAyC,iBAAiBH,UAAiB,CAAC,CAAC,KAAK,EAAE,YAAY,GAAG;AACzG,IAAI,MAAM,EAAE,cAAc,EAAE,cAAc,GAAG,GAAG,UAAU,EAAE,GAAG,KAAK,CAAC;AACrE,IAAI,MAAM,OAAO,GAAG,uCAAuC,CAAC,gCAAgC,EAAE,cAAc,CAAC,CAAC;AAC9G,IAAI,qBAAqBJ,aAAoB,CAACM,yCAAgB,CAAC,MAAM,EAAEC,QAAoC,CAAC;AAC5G,QAAQ,IAAI,EAAE,QAAQ;AACtB,KAAK,EAAE,UAAU,EAAE;AACnB,QAAQ,GAAG,EAAE,YAAY;AACzB,QAAQ,OAAO,EAAEC,yCAA2B,CAAC,KAAK,CAAC,OAAO,EAAE,IAAI,OAAO,CAAC,YAAY,CAAC,KAAK,CAAC;AAC3F,SAAS;AACT,KAAK,CAAC,CAAC,CAAC;AACR,CAAC,EAAE;AAiBH,qGAAqG,SAAS,8BAA8B,CAAC,IAAI,EAAE;AACnJ,IAAI,OAAO,IAAI,GAAG,MAAM,GAAG,QAAQ,CAAC;AACpC,CAAC;AACI,MAAC,yCAAyC,GAAG,0CAA0C;AAEvF,MAAC,yCAAyC,GAAG,yCAAyC;AACtF,MAAC,yCAAyC,GAAG,0CAA0C;AACvF,MAAC,yCAAyC,GAAG,0CAA0C;AACvF,MAAC,yCAAyC,GAAG;;;;","x_google_ignoreList":[0]}
1
+ {"version":3,"file":"index.js","sources":["../../../../../../../../../../../node_modules/.pnpm/@radix-ui+react-popover@1.0.6_@types+react-dom@18.0.11_@types+react@18.2.12_react-dom@18.3.1_react@18.2.0__react@18.2.0/node_modules/@radix-ui/react-popover/dist/index.mjs"],"sourcesContent":["import $am6gm$babelruntimehelpersesmextends from \"@babel/runtime/helpers/esm/extends\";\nimport {useRef as $am6gm$useRef, useState as $am6gm$useState, createElement as $am6gm$createElement, useCallback as $am6gm$useCallback, forwardRef as $am6gm$forwardRef, useEffect as $am6gm$useEffect} from \"react\";\nimport {composeEventHandlers as $am6gm$composeEventHandlers} from \"@radix-ui/primitive\";\nimport {useComposedRefs as $am6gm$useComposedRefs} from \"@radix-ui/react-compose-refs\";\nimport {createContextScope as $am6gm$createContextScope} from \"@radix-ui/react-context\";\nimport {DismissableLayer as $am6gm$DismissableLayer} from \"@radix-ui/react-dismissable-layer\";\nimport {useFocusGuards as $am6gm$useFocusGuards} from \"@radix-ui/react-focus-guards\";\nimport {FocusScope as $am6gm$FocusScope} from \"@radix-ui/react-focus-scope\";\nimport {useId as $am6gm$useId} from \"@radix-ui/react-id\";\nimport {createPopperScope as $am6gm$createPopperScope, Root as $am6gm$Root, Anchor as $am6gm$Anchor, Content as $am6gm$Content, Arrow as $am6gm$Arrow} from \"@radix-ui/react-popper\";\nimport {Portal as $am6gm$Portal} from \"@radix-ui/react-portal\";\nimport {Presence as $am6gm$Presence} from \"@radix-ui/react-presence\";\nimport {Primitive as $am6gm$Primitive} from \"@radix-ui/react-primitive\";\nimport {Slot as $am6gm$Slot} from \"@radix-ui/react-slot\";\nimport {useControllableState as $am6gm$useControllableState} from \"@radix-ui/react-use-controllable-state\";\nimport {hideOthers as $am6gm$hideOthers} from \"aria-hidden\";\nimport {RemoveScroll as $am6gm$RemoveScroll} from \"react-remove-scroll\";\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n/* -------------------------------------------------------------------------------------------------\n * Popover\n * -----------------------------------------------------------------------------------------------*/ const $cb5cc270b50c6fcd$var$POPOVER_NAME = 'Popover';\nconst [$cb5cc270b50c6fcd$var$createPopoverContext, $cb5cc270b50c6fcd$export$c8393c9e73286932] = $am6gm$createContextScope($cb5cc270b50c6fcd$var$POPOVER_NAME, [\n $am6gm$createPopperScope\n]);\nconst $cb5cc270b50c6fcd$var$usePopperScope = $am6gm$createPopperScope();\nconst [$cb5cc270b50c6fcd$var$PopoverProvider, $cb5cc270b50c6fcd$var$usePopoverContext] = $cb5cc270b50c6fcd$var$createPopoverContext($cb5cc270b50c6fcd$var$POPOVER_NAME);\nconst $cb5cc270b50c6fcd$export$5b6b19405a83ff9d = (props)=>{\n const { __scopePopover: __scopePopover , children: children , open: openProp , defaultOpen: defaultOpen , onOpenChange: onOpenChange , modal: modal = false } = props;\n const popperScope = $cb5cc270b50c6fcd$var$usePopperScope(__scopePopover);\n const triggerRef = $am6gm$useRef(null);\n const [hasCustomAnchor, setHasCustomAnchor] = $am6gm$useState(false);\n const [open = false, setOpen] = $am6gm$useControllableState({\n prop: openProp,\n defaultProp: defaultOpen,\n onChange: onOpenChange\n });\n return /*#__PURE__*/ $am6gm$createElement($am6gm$Root, popperScope, /*#__PURE__*/ $am6gm$createElement($cb5cc270b50c6fcd$var$PopoverProvider, {\n scope: __scopePopover,\n contentId: $am6gm$useId(),\n triggerRef: triggerRef,\n open: open,\n onOpenChange: setOpen,\n onOpenToggle: $am6gm$useCallback(()=>setOpen((prevOpen)=>!prevOpen\n )\n , [\n setOpen\n ]),\n hasCustomAnchor: hasCustomAnchor,\n onCustomAnchorAdd: $am6gm$useCallback(()=>setHasCustomAnchor(true)\n , []),\n onCustomAnchorRemove: $am6gm$useCallback(()=>setHasCustomAnchor(false)\n , []),\n modal: modal\n }, children));\n};\n/*#__PURE__*/ Object.assign($cb5cc270b50c6fcd$export$5b6b19405a83ff9d, {\n displayName: $cb5cc270b50c6fcd$var$POPOVER_NAME\n});\n/* -------------------------------------------------------------------------------------------------\n * PopoverAnchor\n * -----------------------------------------------------------------------------------------------*/ const $cb5cc270b50c6fcd$var$ANCHOR_NAME = 'PopoverAnchor';\nconst $cb5cc270b50c6fcd$export$96e5381f42521a79 = /*#__PURE__*/ $am6gm$forwardRef((props, forwardedRef)=>{\n const { __scopePopover: __scopePopover , ...anchorProps } = props;\n const context = $cb5cc270b50c6fcd$var$usePopoverContext($cb5cc270b50c6fcd$var$ANCHOR_NAME, __scopePopover);\n const popperScope = $cb5cc270b50c6fcd$var$usePopperScope(__scopePopover);\n const { onCustomAnchorAdd: onCustomAnchorAdd , onCustomAnchorRemove: onCustomAnchorRemove } = context;\n $am6gm$useEffect(()=>{\n onCustomAnchorAdd();\n return ()=>onCustomAnchorRemove()\n ;\n }, [\n onCustomAnchorAdd,\n onCustomAnchorRemove\n ]);\n return /*#__PURE__*/ $am6gm$createElement($am6gm$Anchor, $am6gm$babelruntimehelpersesmextends({}, popperScope, anchorProps, {\n ref: forwardedRef\n }));\n});\n/*#__PURE__*/ Object.assign($cb5cc270b50c6fcd$export$96e5381f42521a79, {\n displayName: $cb5cc270b50c6fcd$var$ANCHOR_NAME\n});\n/* -------------------------------------------------------------------------------------------------\n * PopoverTrigger\n * -----------------------------------------------------------------------------------------------*/ const $cb5cc270b50c6fcd$var$TRIGGER_NAME = 'PopoverTrigger';\nconst $cb5cc270b50c6fcd$export$7dacb05d26466c3 = /*#__PURE__*/ $am6gm$forwardRef((props, forwardedRef)=>{\n const { __scopePopover: __scopePopover , ...triggerProps } = props;\n const context = $cb5cc270b50c6fcd$var$usePopoverContext($cb5cc270b50c6fcd$var$TRIGGER_NAME, __scopePopover);\n const popperScope = $cb5cc270b50c6fcd$var$usePopperScope(__scopePopover);\n const composedTriggerRef = $am6gm$useComposedRefs(forwardedRef, context.triggerRef);\n const trigger = /*#__PURE__*/ $am6gm$createElement($am6gm$Primitive.button, $am6gm$babelruntimehelpersesmextends({\n type: \"button\",\n \"aria-haspopup\": \"dialog\",\n \"aria-expanded\": context.open,\n \"aria-controls\": context.contentId,\n \"data-state\": $cb5cc270b50c6fcd$var$getState(context.open)\n }, triggerProps, {\n ref: composedTriggerRef,\n onClick: $am6gm$composeEventHandlers(props.onClick, context.onOpenToggle)\n }));\n return context.hasCustomAnchor ? trigger : /*#__PURE__*/ $am6gm$createElement($am6gm$Anchor, $am6gm$babelruntimehelpersesmextends({\n asChild: true\n }, popperScope), trigger);\n});\n/*#__PURE__*/ Object.assign($cb5cc270b50c6fcd$export$7dacb05d26466c3, {\n displayName: $cb5cc270b50c6fcd$var$TRIGGER_NAME\n});\n/* -------------------------------------------------------------------------------------------------\n * PopoverPortal\n * -----------------------------------------------------------------------------------------------*/ const $cb5cc270b50c6fcd$var$PORTAL_NAME = 'PopoverPortal';\nconst [$cb5cc270b50c6fcd$var$PortalProvider, $cb5cc270b50c6fcd$var$usePortalContext] = $cb5cc270b50c6fcd$var$createPopoverContext($cb5cc270b50c6fcd$var$PORTAL_NAME, {\n forceMount: undefined\n});\nconst $cb5cc270b50c6fcd$export$dd679ffb4362d2d4 = (props)=>{\n const { __scopePopover: __scopePopover , forceMount: forceMount , children: children , container: container } = props;\n const context = $cb5cc270b50c6fcd$var$usePopoverContext($cb5cc270b50c6fcd$var$PORTAL_NAME, __scopePopover);\n return /*#__PURE__*/ $am6gm$createElement($cb5cc270b50c6fcd$var$PortalProvider, {\n scope: __scopePopover,\n forceMount: forceMount\n }, /*#__PURE__*/ $am6gm$createElement($am6gm$Presence, {\n present: forceMount || context.open\n }, /*#__PURE__*/ $am6gm$createElement($am6gm$Portal, {\n asChild: true,\n container: container\n }, children)));\n};\n/*#__PURE__*/ Object.assign($cb5cc270b50c6fcd$export$dd679ffb4362d2d4, {\n displayName: $cb5cc270b50c6fcd$var$PORTAL_NAME\n});\n/* -------------------------------------------------------------------------------------------------\n * PopoverContent\n * -----------------------------------------------------------------------------------------------*/ const $cb5cc270b50c6fcd$var$CONTENT_NAME = 'PopoverContent';\nconst $cb5cc270b50c6fcd$export$d7e1f420b25549ff = /*#__PURE__*/ $am6gm$forwardRef((props, forwardedRef)=>{\n const portalContext = $cb5cc270b50c6fcd$var$usePortalContext($cb5cc270b50c6fcd$var$CONTENT_NAME, props.__scopePopover);\n const { forceMount: forceMount = portalContext.forceMount , ...contentProps } = props;\n const context = $cb5cc270b50c6fcd$var$usePopoverContext($cb5cc270b50c6fcd$var$CONTENT_NAME, props.__scopePopover);\n return /*#__PURE__*/ $am6gm$createElement($am6gm$Presence, {\n present: forceMount || context.open\n }, context.modal ? /*#__PURE__*/ $am6gm$createElement($cb5cc270b50c6fcd$var$PopoverContentModal, $am6gm$babelruntimehelpersesmextends({}, contentProps, {\n ref: forwardedRef\n })) : /*#__PURE__*/ $am6gm$createElement($cb5cc270b50c6fcd$var$PopoverContentNonModal, $am6gm$babelruntimehelpersesmextends({}, contentProps, {\n ref: forwardedRef\n })));\n});\n/*#__PURE__*/ Object.assign($cb5cc270b50c6fcd$export$d7e1f420b25549ff, {\n displayName: $cb5cc270b50c6fcd$var$CONTENT_NAME\n});\n/* -----------------------------------------------------------------------------------------------*/ const $cb5cc270b50c6fcd$var$PopoverContentModal = /*#__PURE__*/ $am6gm$forwardRef((props, forwardedRef)=>{\n const context = $cb5cc270b50c6fcd$var$usePopoverContext($cb5cc270b50c6fcd$var$CONTENT_NAME, props.__scopePopover);\n const contentRef = $am6gm$useRef(null);\n const composedRefs = $am6gm$useComposedRefs(forwardedRef, contentRef);\n const isRightClickOutsideRef = $am6gm$useRef(false); // aria-hide everything except the content (better supported equivalent to setting aria-modal)\n $am6gm$useEffect(()=>{\n const content = contentRef.current;\n if (content) return $am6gm$hideOthers(content);\n }, []);\n return /*#__PURE__*/ $am6gm$createElement($am6gm$RemoveScroll, {\n as: $am6gm$Slot,\n allowPinchZoom: true\n }, /*#__PURE__*/ $am6gm$createElement($cb5cc270b50c6fcd$var$PopoverContentImpl, $am6gm$babelruntimehelpersesmextends({}, props, {\n ref: composedRefs // we make sure we're not trapping once it's been closed\n ,\n trapFocus: context.open,\n disableOutsidePointerEvents: true,\n onCloseAutoFocus: $am6gm$composeEventHandlers(props.onCloseAutoFocus, (event)=>{\n var _context$triggerRef$c;\n event.preventDefault();\n if (!isRightClickOutsideRef.current) (_context$triggerRef$c = context.triggerRef.current) === null || _context$triggerRef$c === void 0 || _context$triggerRef$c.focus();\n }),\n onPointerDownOutside: $am6gm$composeEventHandlers(props.onPointerDownOutside, (event)=>{\n const originalEvent = event.detail.originalEvent;\n const ctrlLeftClick = originalEvent.button === 0 && originalEvent.ctrlKey === true;\n const isRightClick = originalEvent.button === 2 || ctrlLeftClick;\n isRightClickOutsideRef.current = isRightClick;\n }, {\n checkForDefaultPrevented: false\n }) // When focus is trapped, a `focusout` event may still happen.\n ,\n onFocusOutside: $am6gm$composeEventHandlers(props.onFocusOutside, (event)=>event.preventDefault()\n , {\n checkForDefaultPrevented: false\n })\n })));\n});\nconst $cb5cc270b50c6fcd$var$PopoverContentNonModal = /*#__PURE__*/ $am6gm$forwardRef((props, forwardedRef)=>{\n const context = $cb5cc270b50c6fcd$var$usePopoverContext($cb5cc270b50c6fcd$var$CONTENT_NAME, props.__scopePopover);\n const hasInteractedOutsideRef = $am6gm$useRef(false);\n const hasPointerDownOutsideRef = $am6gm$useRef(false);\n return /*#__PURE__*/ $am6gm$createElement($cb5cc270b50c6fcd$var$PopoverContentImpl, $am6gm$babelruntimehelpersesmextends({}, props, {\n ref: forwardedRef,\n trapFocus: false,\n disableOutsidePointerEvents: false,\n onCloseAutoFocus: (event)=>{\n var _props$onCloseAutoFoc;\n (_props$onCloseAutoFoc = props.onCloseAutoFocus) === null || _props$onCloseAutoFoc === void 0 || _props$onCloseAutoFoc.call(props, event);\n if (!event.defaultPrevented) {\n var _context$triggerRef$c2;\n if (!hasInteractedOutsideRef.current) (_context$triggerRef$c2 = context.triggerRef.current) === null || _context$triggerRef$c2 === void 0 || _context$triggerRef$c2.focus(); // Always prevent auto focus because we either focus manually or want user agent focus\n event.preventDefault();\n }\n hasInteractedOutsideRef.current = false;\n hasPointerDownOutsideRef.current = false;\n },\n onInteractOutside: (event)=>{\n var _props$onInteractOuts, _context$triggerRef$c3;\n (_props$onInteractOuts = props.onInteractOutside) === null || _props$onInteractOuts === void 0 || _props$onInteractOuts.call(props, event);\n if (!event.defaultPrevented) {\n hasInteractedOutsideRef.current = true;\n if (event.detail.originalEvent.type === 'pointerdown') hasPointerDownOutsideRef.current = true;\n } // Prevent dismissing when clicking the trigger.\n // As the trigger is already setup to close, without doing so would\n // cause it to close and immediately open.\n const target = event.target;\n const targetIsTrigger = (_context$triggerRef$c3 = context.triggerRef.current) === null || _context$triggerRef$c3 === void 0 ? void 0 : _context$triggerRef$c3.contains(target);\n if (targetIsTrigger) event.preventDefault(); // On Safari if the trigger is inside a container with tabIndex={0}, when clicked\n // we will get the pointer down outside event on the trigger, but then a subsequent\n // focus outside event on the container, we ignore any focus outside event when we've\n // already had a pointer down outside event.\n if (event.detail.originalEvent.type === 'focusin' && hasPointerDownOutsideRef.current) event.preventDefault();\n }\n }));\n});\n/* -----------------------------------------------------------------------------------------------*/ const $cb5cc270b50c6fcd$var$PopoverContentImpl = /*#__PURE__*/ $am6gm$forwardRef((props, forwardedRef)=>{\n const { __scopePopover: __scopePopover , trapFocus: trapFocus , onOpenAutoFocus: onOpenAutoFocus , onCloseAutoFocus: onCloseAutoFocus , disableOutsidePointerEvents: disableOutsidePointerEvents , onEscapeKeyDown: onEscapeKeyDown , onPointerDownOutside: onPointerDownOutside , onFocusOutside: onFocusOutside , onInteractOutside: onInteractOutside , ...contentProps } = props;\n const context = $cb5cc270b50c6fcd$var$usePopoverContext($cb5cc270b50c6fcd$var$CONTENT_NAME, __scopePopover);\n const popperScope = $cb5cc270b50c6fcd$var$usePopperScope(__scopePopover); // Make sure the whole tree has focus guards as our `Popover` may be\n // the last element in the DOM (beacuse of the `Portal`)\n $am6gm$useFocusGuards();\n return /*#__PURE__*/ $am6gm$createElement($am6gm$FocusScope, {\n asChild: true,\n loop: true,\n trapped: trapFocus,\n onMountAutoFocus: onOpenAutoFocus,\n onUnmountAutoFocus: onCloseAutoFocus\n }, /*#__PURE__*/ $am6gm$createElement($am6gm$DismissableLayer, {\n asChild: true,\n disableOutsidePointerEvents: disableOutsidePointerEvents,\n onInteractOutside: onInteractOutside,\n onEscapeKeyDown: onEscapeKeyDown,\n onPointerDownOutside: onPointerDownOutside,\n onFocusOutside: onFocusOutside,\n onDismiss: ()=>context.onOpenChange(false)\n }, /*#__PURE__*/ $am6gm$createElement($am6gm$Content, $am6gm$babelruntimehelpersesmextends({\n \"data-state\": $cb5cc270b50c6fcd$var$getState(context.open),\n role: \"dialog\",\n id: context.contentId\n }, popperScope, contentProps, {\n ref: forwardedRef,\n style: {\n ...contentProps.style,\n '--radix-popover-content-transform-origin': 'var(--radix-popper-transform-origin)',\n '--radix-popover-content-available-width': 'var(--radix-popper-available-width)',\n '--radix-popover-content-available-height': 'var(--radix-popper-available-height)',\n '--radix-popover-trigger-width': 'var(--radix-popper-anchor-width)',\n '--radix-popover-trigger-height': 'var(--radix-popper-anchor-height)'\n }\n }))));\n});\n/* -------------------------------------------------------------------------------------------------\n * PopoverClose\n * -----------------------------------------------------------------------------------------------*/ const $cb5cc270b50c6fcd$var$CLOSE_NAME = 'PopoverClose';\nconst $cb5cc270b50c6fcd$export$d6ac43ebaa40d53e = /*#__PURE__*/ $am6gm$forwardRef((props, forwardedRef)=>{\n const { __scopePopover: __scopePopover , ...closeProps } = props;\n const context = $cb5cc270b50c6fcd$var$usePopoverContext($cb5cc270b50c6fcd$var$CLOSE_NAME, __scopePopover);\n return /*#__PURE__*/ $am6gm$createElement($am6gm$Primitive.button, $am6gm$babelruntimehelpersesmextends({\n type: \"button\"\n }, closeProps, {\n ref: forwardedRef,\n onClick: $am6gm$composeEventHandlers(props.onClick, ()=>context.onOpenChange(false)\n )\n }));\n});\n/*#__PURE__*/ Object.assign($cb5cc270b50c6fcd$export$d6ac43ebaa40d53e, {\n displayName: $cb5cc270b50c6fcd$var$CLOSE_NAME\n});\n/* -------------------------------------------------------------------------------------------------\n * PopoverArrow\n * -----------------------------------------------------------------------------------------------*/ const $cb5cc270b50c6fcd$var$ARROW_NAME = 'PopoverArrow';\nconst $cb5cc270b50c6fcd$export$3152841115e061b2 = /*#__PURE__*/ $am6gm$forwardRef((props, forwardedRef)=>{\n const { __scopePopover: __scopePopover , ...arrowProps } = props;\n const popperScope = $cb5cc270b50c6fcd$var$usePopperScope(__scopePopover);\n return /*#__PURE__*/ $am6gm$createElement($am6gm$Arrow, $am6gm$babelruntimehelpersesmextends({}, popperScope, arrowProps, {\n ref: forwardedRef\n }));\n});\n/*#__PURE__*/ Object.assign($cb5cc270b50c6fcd$export$3152841115e061b2, {\n displayName: $cb5cc270b50c6fcd$var$ARROW_NAME\n});\n/* -----------------------------------------------------------------------------------------------*/ function $cb5cc270b50c6fcd$var$getState(open) {\n return open ? 'open' : 'closed';\n}\nconst $cb5cc270b50c6fcd$export$be92b6f5f03c0fe9 = $cb5cc270b50c6fcd$export$5b6b19405a83ff9d;\nconst $cb5cc270b50c6fcd$export$b688253958b8dfe7 = $cb5cc270b50c6fcd$export$96e5381f42521a79;\nconst $cb5cc270b50c6fcd$export$41fb9f06171c75f4 = $cb5cc270b50c6fcd$export$7dacb05d26466c3;\nconst $cb5cc270b50c6fcd$export$602eac185826482c = $cb5cc270b50c6fcd$export$dd679ffb4362d2d4;\nconst $cb5cc270b50c6fcd$export$7c6e2c02157bb7d2 = $cb5cc270b50c6fcd$export$d7e1f420b25549ff;\nconst $cb5cc270b50c6fcd$export$f39c2d165cd861fe = $cb5cc270b50c6fcd$export$d6ac43ebaa40d53e;\nconst $cb5cc270b50c6fcd$export$21b07c8f274aebd5 = $cb5cc270b50c6fcd$export$3152841115e061b2;\n\n\n\n\nexport {$cb5cc270b50c6fcd$export$c8393c9e73286932 as createPopoverScope, $cb5cc270b50c6fcd$export$5b6b19405a83ff9d as Popover, $cb5cc270b50c6fcd$export$96e5381f42521a79 as PopoverAnchor, $cb5cc270b50c6fcd$export$7dacb05d26466c3 as PopoverTrigger, $cb5cc270b50c6fcd$export$dd679ffb4362d2d4 as PopoverPortal, $cb5cc270b50c6fcd$export$d7e1f420b25549ff as PopoverContent, $cb5cc270b50c6fcd$export$d6ac43ebaa40d53e as PopoverClose, $cb5cc270b50c6fcd$export$3152841115e061b2 as PopoverArrow, $cb5cc270b50c6fcd$export$be92b6f5f03c0fe9 as Root, $cb5cc270b50c6fcd$export$b688253958b8dfe7 as Anchor, $cb5cc270b50c6fcd$export$41fb9f06171c75f4 as Trigger, $cb5cc270b50c6fcd$export$602eac185826482c as Portal, $cb5cc270b50c6fcd$export$7c6e2c02157bb7d2 as Content, $cb5cc270b50c6fcd$export$f39c2d165cd861fe as Close, $cb5cc270b50c6fcd$export$21b07c8f274aebd5 as Arrow};\n//# sourceMappingURL=index.mjs.map\n"],"names":["$am6gm$createContextScope","$am6gm$createPopperScope","$am6gm$useRef","$am6gm$useState","$am6gm$useControllableState","$am6gm$createElement","$am6gm$Root","$am6gm$useId","$am6gm$useCallback","$am6gm$forwardRef","$am6gm$useComposedRefs","$am6gm$Primitive","$am6gm$babelruntimehelpersesmextends","$am6gm$composeEventHandlers","$am6gm$Anchor","$am6gm$Presence","$am6gm$Portal","$am6gm$useEffect","$am6gm$hideOthers","$am6gm$RemoveScroll","$am6gm$Slot","$am6gm$useFocusGuards","$am6gm$FocusScope","$am6gm$DismissableLayer","$am6gm$Content"],"mappings":"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","x_google_ignoreList":[0]}
@@ -0,0 +1,17 @@
1
+ 'use strict';
2
+
3
+ var _extends = require('../../../../../@babel_runtime@7.24.8/node_modules/@babel/runtime/helpers/esm/extends.cjs');
4
+ var React = require('react');
5
+ var ReactDOM = require('react-dom');
6
+ var index_module = require('../../../../../@radix-ui_react-primitive@1.0.0_react-dom@18.3.1_react@18.2.0__react@18.2.0/node_modules/@radix-ui/react-primitive/dist/index.module.cjs');
7
+
8
+ const $f1701beae083dbae$export$602eac185826482c = /*#__PURE__*/ React.forwardRef((props, forwardedRef)=>{
9
+ var _globalThis$document;
10
+ const { container: container = globalThis === null || globalThis === void 0 ? void 0 : (_globalThis$document = globalThis.document) === null || _globalThis$document === void 0 ? void 0 : _globalThis$document.body , ...portalProps } = props;
11
+ return container ? /*#__PURE__*/ ReactDOM.createPortal(/*#__PURE__*/ React.createElement(index_module.Primitive.div, _extends.default({}, portalProps, {
12
+ ref: forwardedRef
13
+ })), container) : null;
14
+ });
15
+
16
+ exports.Portal = $f1701beae083dbae$export$602eac185826482c;
17
+ //# sourceMappingURL=index.module.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.module.cjs","sources":["../../../../../../../../../../../node_modules/.pnpm/@radix-ui+react-portal@1.0.0_react-dom@18.3.1_react@18.2.0__react@18.2.0/node_modules/@radix-ui/react-portal/dist/index.module.js"],"sourcesContent":["import $7SXl2$babelruntimehelpersesmextends from \"@babel/runtime/helpers/esm/extends\";\nimport {forwardRef as $7SXl2$forwardRef, createElement as $7SXl2$createElement} from \"react\";\nimport $7SXl2$reactdom from \"react-dom\";\nimport {Primitive as $7SXl2$Primitive} from \"@radix-ui/react-primitive\";\n\n\n\n\n\n/* -------------------------------------------------------------------------------------------------\n * Portal\n * -----------------------------------------------------------------------------------------------*/ const $f1701beae083dbae$var$PORTAL_NAME = 'Portal';\nconst $f1701beae083dbae$export$602eac185826482c = /*#__PURE__*/ $7SXl2$forwardRef((props, forwardedRef)=>{\n var _globalThis$document;\n const { container: container = globalThis === null || globalThis === void 0 ? void 0 : (_globalThis$document = globalThis.document) === null || _globalThis$document === void 0 ? void 0 : _globalThis$document.body , ...portalProps } = props;\n return container ? /*#__PURE__*/ $7SXl2$reactdom.createPortal(/*#__PURE__*/ $7SXl2$createElement($7SXl2$Primitive.div, $7SXl2$babelruntimehelpersesmextends({}, portalProps, {\n ref: forwardedRef\n })), container) : null;\n});\n/*#__PURE__*/ Object.assign($f1701beae083dbae$export$602eac185826482c, {\n displayName: $f1701beae083dbae$var$PORTAL_NAME\n});\n/* -----------------------------------------------------------------------------------------------*/ const $f1701beae083dbae$export$be92b6f5f03c0fe9 = $f1701beae083dbae$export$602eac185826482c;\n\n\n\n\nexport {$f1701beae083dbae$export$602eac185826482c as Portal, $f1701beae083dbae$export$be92b6f5f03c0fe9 as Root};\n//# sourceMappingURL=index.module.js.map\n"],"names":["$7SXl2$forwardRef","$7SXl2$reactdom","$7SXl2$createElement","$7SXl2$Primitive","$7SXl2$babelruntimehelpersesmextends"],"mappings":";;;;;;;AAYK,MAAC,yCAAyC,iBAAiBA,gBAAiB,CAAC,CAAC,KAAK,EAAE,YAAY,GAAG;AACzG,IAAI,IAAI,oBAAoB,CAAC;AAC7B,IAAI,MAAM,EAAE,SAAS,EAAE,SAAS,GAAG,UAAU,KAAK,IAAI,IAAI,UAAU,KAAK,KAAK,CAAC,GAAG,KAAK,CAAC,GAAG,CAAC,oBAAoB,GAAG,UAAU,CAAC,QAAQ,MAAM,IAAI,IAAI,oBAAoB,KAAK,KAAK,CAAC,GAAG,KAAK,CAAC,GAAG,oBAAoB,CAAC,IAAI,GAAG,GAAG,WAAW,EAAE,GAAG,KAAK,CAAC;AACpP,IAAI,OAAO,SAAS,iBAAiBC,QAAe,CAAC,YAAY,eAAeC,mBAAoB,CAACC,sBAAgB,CAAC,GAAG,EAAEC,gBAAoC,CAAC,EAAE,EAAE,WAAW,EAAE;AACjL,QAAQ,GAAG,EAAE,YAAY;AACzB,KAAK,CAAC,CAAC,EAAE,SAAS,CAAC,GAAG,IAAI,CAAC;AAC3B,CAAC;;;;","x_google_ignoreList":[0]}
@@ -0,0 +1,15 @@
1
+ import _extends from '../../../../../@babel_runtime@7.24.8/node_modules/@babel/runtime/helpers/esm/extends.js';
2
+ import { forwardRef, createElement } from 'react';
3
+ import ReactDOM__default from 'react-dom';
4
+ import { Primitive as $8927f6f2acc4f386$export$250ffa63cdc0d034 } from '../../../../../@radix-ui_react-primitive@1.0.0_react-dom@18.3.1_react@18.2.0__react@18.2.0/node_modules/@radix-ui/react-primitive/dist/index.module.js';
5
+
6
+ const $f1701beae083dbae$export$602eac185826482c = /*#__PURE__*/ forwardRef((props, forwardedRef)=>{
7
+ var _globalThis$document;
8
+ const { container: container = globalThis === null || globalThis === void 0 ? void 0 : (_globalThis$document = globalThis.document) === null || _globalThis$document === void 0 ? void 0 : _globalThis$document.body , ...portalProps } = props;
9
+ return container ? /*#__PURE__*/ ReactDOM__default.createPortal(/*#__PURE__*/ createElement($8927f6f2acc4f386$export$250ffa63cdc0d034.div, _extends({}, portalProps, {
10
+ ref: forwardedRef
11
+ })), container) : null;
12
+ });
13
+
14
+ export { $f1701beae083dbae$export$602eac185826482c as Portal };
15
+ //# sourceMappingURL=index.module.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.module.js","sources":["../../../../../../../../../../../node_modules/.pnpm/@radix-ui+react-portal@1.0.0_react-dom@18.3.1_react@18.2.0__react@18.2.0/node_modules/@radix-ui/react-portal/dist/index.module.js"],"sourcesContent":["import $7SXl2$babelruntimehelpersesmextends from \"@babel/runtime/helpers/esm/extends\";\nimport {forwardRef as $7SXl2$forwardRef, createElement as $7SXl2$createElement} from \"react\";\nimport $7SXl2$reactdom from \"react-dom\";\nimport {Primitive as $7SXl2$Primitive} from \"@radix-ui/react-primitive\";\n\n\n\n\n\n/* -------------------------------------------------------------------------------------------------\n * Portal\n * -----------------------------------------------------------------------------------------------*/ const $f1701beae083dbae$var$PORTAL_NAME = 'Portal';\nconst $f1701beae083dbae$export$602eac185826482c = /*#__PURE__*/ $7SXl2$forwardRef((props, forwardedRef)=>{\n var _globalThis$document;\n const { container: container = globalThis === null || globalThis === void 0 ? void 0 : (_globalThis$document = globalThis.document) === null || _globalThis$document === void 0 ? void 0 : _globalThis$document.body , ...portalProps } = props;\n return container ? /*#__PURE__*/ $7SXl2$reactdom.createPortal(/*#__PURE__*/ $7SXl2$createElement($7SXl2$Primitive.div, $7SXl2$babelruntimehelpersesmextends({}, portalProps, {\n ref: forwardedRef\n })), container) : null;\n});\n/*#__PURE__*/ Object.assign($f1701beae083dbae$export$602eac185826482c, {\n displayName: $f1701beae083dbae$var$PORTAL_NAME\n});\n/* -----------------------------------------------------------------------------------------------*/ const $f1701beae083dbae$export$be92b6f5f03c0fe9 = $f1701beae083dbae$export$602eac185826482c;\n\n\n\n\nexport {$f1701beae083dbae$export$602eac185826482c as Portal, $f1701beae083dbae$export$be92b6f5f03c0fe9 as Root};\n//# sourceMappingURL=index.module.js.map\n"],"names":["$7SXl2$forwardRef","$7SXl2$reactdom","$7SXl2$createElement","$7SXl2$Primitive","$7SXl2$babelruntimehelpersesmextends"],"mappings":";;;;;AAYK,MAAC,yCAAyC,iBAAiBA,UAAiB,CAAC,CAAC,KAAK,EAAE,YAAY,GAAG;AACzG,IAAI,IAAI,oBAAoB,CAAC;AAC7B,IAAI,MAAM,EAAE,SAAS,EAAE,SAAS,GAAG,UAAU,KAAK,IAAI,IAAI,UAAU,KAAK,KAAK,CAAC,GAAG,KAAK,CAAC,GAAG,CAAC,oBAAoB,GAAG,UAAU,CAAC,QAAQ,MAAM,IAAI,IAAI,oBAAoB,KAAK,KAAK,CAAC,GAAG,KAAK,CAAC,GAAG,oBAAoB,CAAC,IAAI,GAAG,GAAG,WAAW,EAAE,GAAG,KAAK,CAAC;AACpP,IAAI,OAAO,SAAS,iBAAiBC,iBAAe,CAAC,YAAY,eAAeC,aAAoB,CAACC,yCAAgB,CAAC,GAAG,EAAEC,QAAoC,CAAC,EAAE,EAAE,WAAW,EAAE;AACjL,QAAQ,GAAG,EAAE,YAAY;AACzB,KAAK,CAAC,CAAC,EAAE,SAAS,CAAC,GAAG,IAAI,CAAC;AAC3B,CAAC;;;;","x_google_ignoreList":[0]}
@@ -0,0 +1,133 @@
1
+ 'use strict';
2
+
3
+ var React = require('react');
4
+ var ReactDOM = require('react-dom');
5
+ var index_module = require('../../../../../@radix-ui_react-compose-refs@1.0.0_react@18.2.0/node_modules/@radix-ui/react-compose-refs/dist/index.module.cjs');
6
+ var index_module$1 = require('../../../../../@radix-ui_react-use-layout-effect@1.0.0_react@18.2.0/node_modules/@radix-ui/react-use-layout-effect/dist/index.module.cjs');
7
+
8
+ function $fe963b355347cc68$export$3e6543de14f8614f(initialState, machine) {
9
+ return React.useReducer((state, event)=>{
10
+ const nextState = machine[state][event];
11
+ return nextState !== null && nextState !== void 0 ? nextState : state;
12
+ }, initialState);
13
+ }
14
+
15
+
16
+ const $921a889cee6df7e8$export$99c2b779aa4e8b8b = (props)=>{
17
+ const { present: present , children: children } = props;
18
+ const presence = $921a889cee6df7e8$var$usePresence(present);
19
+ const child = typeof children === 'function' ? children({
20
+ present: presence.isPresent
21
+ }) : React.Children.only(children);
22
+ const ref = index_module.useComposedRefs(presence.ref, child.ref);
23
+ const forceMount = typeof children === 'function';
24
+ return forceMount || presence.isPresent ? /*#__PURE__*/ React.cloneElement(child, {
25
+ ref: ref
26
+ }) : null;
27
+ };
28
+ $921a889cee6df7e8$export$99c2b779aa4e8b8b.displayName = 'Presence';
29
+ /* -------------------------------------------------------------------------------------------------
30
+ * usePresence
31
+ * -----------------------------------------------------------------------------------------------*/ function $921a889cee6df7e8$var$usePresence(present) {
32
+ const [node1, setNode] = React.useState();
33
+ const stylesRef = React.useRef({});
34
+ const prevPresentRef = React.useRef(present);
35
+ const prevAnimationNameRef = React.useRef('none');
36
+ const initialState = present ? 'mounted' : 'unmounted';
37
+ const [state, send] = $fe963b355347cc68$export$3e6543de14f8614f(initialState, {
38
+ mounted: {
39
+ UNMOUNT: 'unmounted',
40
+ ANIMATION_OUT: 'unmountSuspended'
41
+ },
42
+ unmountSuspended: {
43
+ MOUNT: 'mounted',
44
+ ANIMATION_END: 'unmounted'
45
+ },
46
+ unmounted: {
47
+ MOUNT: 'mounted'
48
+ }
49
+ });
50
+ React.useEffect(()=>{
51
+ const currentAnimationName = $921a889cee6df7e8$var$getAnimationName(stylesRef.current);
52
+ prevAnimationNameRef.current = state === 'mounted' ? currentAnimationName : 'none';
53
+ }, [
54
+ state
55
+ ]);
56
+ index_module$1.useLayoutEffect(()=>{
57
+ const styles = stylesRef.current;
58
+ const wasPresent = prevPresentRef.current;
59
+ const hasPresentChanged = wasPresent !== present;
60
+ if (hasPresentChanged) {
61
+ const prevAnimationName = prevAnimationNameRef.current;
62
+ const currentAnimationName = $921a889cee6df7e8$var$getAnimationName(styles);
63
+ if (present) send('MOUNT');
64
+ else if (currentAnimationName === 'none' || (styles === null || styles === void 0 ? void 0 : styles.display) === 'none') // If there is no exit animation or the element is hidden, animations won't run
65
+ // so we unmount instantly
66
+ send('UNMOUNT');
67
+ else {
68
+ /**
69
+ * When `present` changes to `false`, we check changes to animation-name to
70
+ * determine whether an animation has started. We chose this approach (reading
71
+ * computed styles) because there is no `animationrun` event and `animationstart`
72
+ * fires after `animation-delay` has expired which would be too late.
73
+ */ const isAnimating = prevAnimationName !== currentAnimationName;
74
+ if (wasPresent && isAnimating) send('ANIMATION_OUT');
75
+ else send('UNMOUNT');
76
+ }
77
+ prevPresentRef.current = present;
78
+ }
79
+ }, [
80
+ present,
81
+ send
82
+ ]);
83
+ index_module$1.useLayoutEffect(()=>{
84
+ if (node1) {
85
+ /**
86
+ * Triggering an ANIMATION_OUT during an ANIMATION_IN will fire an `animationcancel`
87
+ * event for ANIMATION_IN after we have entered `unmountSuspended` state. So, we
88
+ * make sure we only trigger ANIMATION_END for the currently active animation.
89
+ */ const handleAnimationEnd = (event)=>{
90
+ const currentAnimationName = $921a889cee6df7e8$var$getAnimationName(stylesRef.current);
91
+ const isCurrentAnimation = currentAnimationName.includes(event.animationName);
92
+ if (event.target === node1 && isCurrentAnimation) // With React 18 concurrency this update is applied
93
+ // a frame after the animation ends, creating a flash of visible content.
94
+ // By manually flushing we ensure they sync within a frame, removing the flash.
95
+ ReactDOM.flushSync(()=>send('ANIMATION_END')
96
+ );
97
+ };
98
+ const handleAnimationStart = (event)=>{
99
+ if (event.target === node1) // if animation occurred, store its name as the previous animation.
100
+ prevAnimationNameRef.current = $921a889cee6df7e8$var$getAnimationName(stylesRef.current);
101
+ };
102
+ node1.addEventListener('animationstart', handleAnimationStart);
103
+ node1.addEventListener('animationcancel', handleAnimationEnd);
104
+ node1.addEventListener('animationend', handleAnimationEnd);
105
+ return ()=>{
106
+ node1.removeEventListener('animationstart', handleAnimationStart);
107
+ node1.removeEventListener('animationcancel', handleAnimationEnd);
108
+ node1.removeEventListener('animationend', handleAnimationEnd);
109
+ };
110
+ } else // Transition to the unmounted state if the node is removed prematurely.
111
+ // We avoid doing so during cleanup as the node may change but still exist.
112
+ send('ANIMATION_END');
113
+ }, [
114
+ node1,
115
+ send
116
+ ]);
117
+ return {
118
+ isPresent: [
119
+ 'mounted',
120
+ 'unmountSuspended'
121
+ ].includes(state),
122
+ ref: React.useCallback((node)=>{
123
+ if (node) stylesRef.current = getComputedStyle(node);
124
+ setNode(node);
125
+ }, [])
126
+ };
127
+ }
128
+ /* -----------------------------------------------------------------------------------------------*/ function $921a889cee6df7e8$var$getAnimationName(styles) {
129
+ return (styles === null || styles === void 0 ? void 0 : styles.animationName) || 'none';
130
+ }
131
+
132
+ exports.Presence = $921a889cee6df7e8$export$99c2b779aa4e8b8b;
133
+ //# sourceMappingURL=index.module.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.module.cjs","sources":["../../../../../../../../../../../node_modules/.pnpm/@radix-ui+react-presence@1.0.0_react-dom@18.3.1_react@18.2.0__react@18.2.0/node_modules/@radix-ui/react-presence/dist/index.module.js"],"sourcesContent":["import {Children as $iqq3r$Children, cloneElement as $iqq3r$cloneElement, useState as $iqq3r$useState, useRef as $iqq3r$useRef, useEffect as $iqq3r$useEffect, useCallback as $iqq3r$useCallback, useReducer as $iqq3r$useReducer} from \"react\";\nimport {flushSync as $iqq3r$flushSync} from \"react-dom\";\nimport {useComposedRefs as $iqq3r$useComposedRefs} from \"@radix-ui/react-compose-refs\";\nimport {useLayoutEffect as $iqq3r$useLayoutEffect} from \"@radix-ui/react-use-layout-effect\";\n\n\n\n\n\n\nfunction $fe963b355347cc68$export$3e6543de14f8614f(initialState, machine) {\n return $iqq3r$useReducer((state, event)=>{\n const nextState = machine[state][event];\n return nextState !== null && nextState !== void 0 ? nextState : state;\n }, initialState);\n}\n\n\nconst $921a889cee6df7e8$export$99c2b779aa4e8b8b = (props)=>{\n const { present: present , children: children } = props;\n const presence = $921a889cee6df7e8$var$usePresence(present);\n const child = typeof children === 'function' ? children({\n present: presence.isPresent\n }) : $iqq3r$Children.only(children);\n const ref = $iqq3r$useComposedRefs(presence.ref, child.ref);\n const forceMount = typeof children === 'function';\n return forceMount || presence.isPresent ? /*#__PURE__*/ $iqq3r$cloneElement(child, {\n ref: ref\n }) : null;\n};\n$921a889cee6df7e8$export$99c2b779aa4e8b8b.displayName = 'Presence';\n/* -------------------------------------------------------------------------------------------------\n * usePresence\n * -----------------------------------------------------------------------------------------------*/ function $921a889cee6df7e8$var$usePresence(present) {\n const [node1, setNode] = $iqq3r$useState();\n const stylesRef = $iqq3r$useRef({});\n const prevPresentRef = $iqq3r$useRef(present);\n const prevAnimationNameRef = $iqq3r$useRef('none');\n const initialState = present ? 'mounted' : 'unmounted';\n const [state, send] = $fe963b355347cc68$export$3e6543de14f8614f(initialState, {\n mounted: {\n UNMOUNT: 'unmounted',\n ANIMATION_OUT: 'unmountSuspended'\n },\n unmountSuspended: {\n MOUNT: 'mounted',\n ANIMATION_END: 'unmounted'\n },\n unmounted: {\n MOUNT: 'mounted'\n }\n });\n $iqq3r$useEffect(()=>{\n const currentAnimationName = $921a889cee6df7e8$var$getAnimationName(stylesRef.current);\n prevAnimationNameRef.current = state === 'mounted' ? currentAnimationName : 'none';\n }, [\n state\n ]);\n $iqq3r$useLayoutEffect(()=>{\n const styles = stylesRef.current;\n const wasPresent = prevPresentRef.current;\n const hasPresentChanged = wasPresent !== present;\n if (hasPresentChanged) {\n const prevAnimationName = prevAnimationNameRef.current;\n const currentAnimationName = $921a889cee6df7e8$var$getAnimationName(styles);\n if (present) send('MOUNT');\n else if (currentAnimationName === 'none' || (styles === null || styles === void 0 ? void 0 : styles.display) === 'none') // If there is no exit animation or the element is hidden, animations won't run\n // so we unmount instantly\n send('UNMOUNT');\n else {\n /**\n * When `present` changes to `false`, we check changes to animation-name to\n * determine whether an animation has started. We chose this approach (reading\n * computed styles) because there is no `animationrun` event and `animationstart`\n * fires after `animation-delay` has expired which would be too late.\n */ const isAnimating = prevAnimationName !== currentAnimationName;\n if (wasPresent && isAnimating) send('ANIMATION_OUT');\n else send('UNMOUNT');\n }\n prevPresentRef.current = present;\n }\n }, [\n present,\n send\n ]);\n $iqq3r$useLayoutEffect(()=>{\n if (node1) {\n /**\n * Triggering an ANIMATION_OUT during an ANIMATION_IN will fire an `animationcancel`\n * event for ANIMATION_IN after we have entered `unmountSuspended` state. So, we\n * make sure we only trigger ANIMATION_END for the currently active animation.\n */ const handleAnimationEnd = (event)=>{\n const currentAnimationName = $921a889cee6df7e8$var$getAnimationName(stylesRef.current);\n const isCurrentAnimation = currentAnimationName.includes(event.animationName);\n if (event.target === node1 && isCurrentAnimation) // With React 18 concurrency this update is applied\n // a frame after the animation ends, creating a flash of visible content.\n // By manually flushing we ensure they sync within a frame, removing the flash.\n $iqq3r$flushSync(()=>send('ANIMATION_END')\n );\n };\n const handleAnimationStart = (event)=>{\n if (event.target === node1) // if animation occurred, store its name as the previous animation.\n prevAnimationNameRef.current = $921a889cee6df7e8$var$getAnimationName(stylesRef.current);\n };\n node1.addEventListener('animationstart', handleAnimationStart);\n node1.addEventListener('animationcancel', handleAnimationEnd);\n node1.addEventListener('animationend', handleAnimationEnd);\n return ()=>{\n node1.removeEventListener('animationstart', handleAnimationStart);\n node1.removeEventListener('animationcancel', handleAnimationEnd);\n node1.removeEventListener('animationend', handleAnimationEnd);\n };\n } else // Transition to the unmounted state if the node is removed prematurely.\n // We avoid doing so during cleanup as the node may change but still exist.\n send('ANIMATION_END');\n }, [\n node1,\n send\n ]);\n return {\n isPresent: [\n 'mounted',\n 'unmountSuspended'\n ].includes(state),\n ref: $iqq3r$useCallback((node)=>{\n if (node) stylesRef.current = getComputedStyle(node);\n setNode(node);\n }, [])\n };\n}\n/* -----------------------------------------------------------------------------------------------*/ function $921a889cee6df7e8$var$getAnimationName(styles) {\n return (styles === null || styles === void 0 ? void 0 : styles.animationName) || 'none';\n}\n\n\n\n\nexport {$921a889cee6df7e8$export$99c2b779aa4e8b8b as Presence};\n//# sourceMappingURL=index.module.js.map\n"],"names":["$iqq3r$useReducer","$iqq3r$Children","$iqq3r$useComposedRefs","$iqq3r$cloneElement","$iqq3r$useState","$iqq3r$useRef","$iqq3r$useEffect","$iqq3r$useLayoutEffect","$iqq3r$flushSync","$iqq3r$useCallback"],"mappings":"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","x_google_ignoreList":[0]}