@stevederico/skateboard-ui 3.0.1 → 3.6.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 (1984) hide show
  1. package/App.jsx +13 -13
  2. package/CHANGELOG.md +69 -0
  3. package/README.md +59 -65
  4. package/components/AuthOverlay.jsx +4 -4
  5. package/components/ProtectedRoute.jsx +1 -1
  6. package/components/ThemeToggle.jsx +1 -1
  7. package/components/UpgradeSheet.jsx +2 -2
  8. package/components/core/DynamicIcon.jsx +110 -0
  9. package/components/layout/Header.jsx +50 -0
  10. package/components/layout/Layout.jsx +60 -0
  11. package/components/layout/Sidebar.jsx +124 -0
  12. package/components/layout/TabBar.jsx +70 -0
  13. package/components/views/LandingView.jsx +207 -0
  14. package/components/views/NotFound.jsx +27 -0
  15. package/components/views/PaymentView.jsx +118 -0
  16. package/components/views/SettingsView.jsx +199 -0
  17. package/components/views/SignInView.jsx +171 -0
  18. package/components/views/SignOutView.jsx +54 -0
  19. package/components/views/SignUpView.jsx +208 -0
  20. package/components/views/TextView.jsx +48 -0
  21. package/hooks/useAuthGate.js +1 -1
  22. package/index.js +1 -1
  23. package/package.json +43 -46
  24. package/shadcn/lib/base-ui/LICENSE +21 -0
  25. package/shadcn/lib/base-ui/_chunk-01rqe37g.js +70 -0
  26. package/shadcn/lib/base-ui/_chunk-0h5sskyw.js +347 -0
  27. package/shadcn/lib/base-ui/_chunk-0xhx4g7r.js +57 -0
  28. package/shadcn/lib/base-ui/_chunk-1e6khrvm.js +218 -0
  29. package/shadcn/lib/base-ui/_chunk-1s41sngz.js +302 -0
  30. package/shadcn/lib/base-ui/_chunk-20rtfsz9.js +23 -0
  31. package/shadcn/lib/base-ui/_chunk-2tyt8f8r.js +6034 -0
  32. package/shadcn/lib/base-ui/_chunk-3f31ka8n.js +11 -0
  33. package/shadcn/lib/base-ui/_chunk-3h6zpchb.js +89 -0
  34. package/shadcn/lib/base-ui/_chunk-4s0k3h7t.js +114 -0
  35. package/shadcn/lib/base-ui/_chunk-502wngfc.js +598 -0
  36. package/shadcn/lib/base-ui/_chunk-536jvgeq.js +68 -0
  37. package/shadcn/lib/base-ui/_chunk-611pz5sm.js +10 -0
  38. package/shadcn/lib/base-ui/_chunk-65zw5gs2.js +15 -0
  39. package/shadcn/lib/base-ui/_chunk-6b17g8t7.js +34 -0
  40. package/shadcn/lib/base-ui/_chunk-6xevjepc.js +15 -0
  41. package/shadcn/lib/base-ui/_chunk-71zm6zgv.js +16 -0
  42. package/shadcn/lib/base-ui/_chunk-7fmjymvh.js +32 -0
  43. package/shadcn/lib/base-ui/_chunk-7jjzay8b.js +176 -0
  44. package/shadcn/lib/base-ui/_chunk-7v1t86x1.js +43 -0
  45. package/shadcn/lib/base-ui/_chunk-85vrgzwr.js +227 -0
  46. package/shadcn/lib/base-ui/_chunk-8jz3hb7q.js +9 -0
  47. package/shadcn/lib/base-ui/_chunk-8kh3xk78.js +35 -0
  48. package/shadcn/lib/base-ui/_chunk-97tas84n.js +67 -0
  49. package/shadcn/lib/base-ui/_chunk-9nyxkvte.js +13 -0
  50. package/shadcn/lib/base-ui/_chunk-a8fwg9d0.js +52 -0
  51. package/shadcn/lib/base-ui/_chunk-agc6ew3g.js +29 -0
  52. package/shadcn/lib/base-ui/_chunk-aqwsk46c.js +64 -0
  53. package/shadcn/lib/base-ui/_chunk-atd5kq5q.js +803 -0
  54. package/shadcn/lib/base-ui/_chunk-atnkefgd.js +104 -0
  55. package/shadcn/lib/base-ui/_chunk-b40erthe.js +7 -0
  56. package/shadcn/lib/base-ui/_chunk-b5jsqt97.js +50 -0
  57. package/shadcn/lib/base-ui/_chunk-bk7n9s9e.js +15 -0
  58. package/shadcn/lib/base-ui/_chunk-c3572b5x.js +19 -0
  59. package/shadcn/lib/base-ui/_chunk-cwr896nf.js +25 -0
  60. package/shadcn/lib/base-ui/_chunk-drfb9kp2.js +27 -0
  61. package/shadcn/lib/base-ui/_chunk-ds8fnpjj.js +0 -0
  62. package/shadcn/lib/base-ui/_chunk-ek863ta9.js +82 -0
  63. package/shadcn/lib/base-ui/_chunk-f09cp81f.js +12 -0
  64. package/shadcn/lib/base-ui/_chunk-f5d01bp9.js +0 -0
  65. package/shadcn/lib/base-ui/_chunk-f9tgee1q.js +21 -0
  66. package/shadcn/lib/base-ui/_chunk-fch5cba8.js +84 -0
  67. package/shadcn/lib/base-ui/_chunk-gfce3j3z.js +18 -0
  68. package/shadcn/lib/base-ui/_chunk-ha06w2pp.js +2391 -0
  69. package/shadcn/lib/base-ui/_chunk-hzgetm70.js +23 -0
  70. package/shadcn/lib/base-ui/_chunk-j0eqdjta.js +39 -0
  71. package/shadcn/lib/base-ui/_chunk-k1e5fvcj.js +48 -0
  72. package/shadcn/lib/base-ui/_chunk-k4mc2kan.js +81 -0
  73. package/shadcn/lib/base-ui/_chunk-kfz96xv1.js +128 -0
  74. package/shadcn/lib/base-ui/_chunk-m45547cc.js +15 -0
  75. package/shadcn/lib/base-ui/_chunk-mbn76q14.js +184 -0
  76. package/shadcn/lib/base-ui/_chunk-mvv30fkv.js +9 -0
  77. package/shadcn/lib/base-ui/_chunk-mznt6ktj.js +33 -0
  78. package/shadcn/lib/base-ui/_chunk-n7dnqnbw.js +7 -0
  79. package/shadcn/lib/base-ui/_chunk-nya71ccw.js +546 -0
  80. package/shadcn/lib/base-ui/_chunk-p6qynd6r.js +146 -0
  81. package/shadcn/lib/base-ui/_chunk-q3nee19r.js +323 -0
  82. package/shadcn/lib/base-ui/_chunk-q7yw9mz4.js +385 -0
  83. package/shadcn/lib/base-ui/_chunk-qce0xt57.js +107 -0
  84. package/shadcn/lib/base-ui/_chunk-qgzhcjsj.js +14 -0
  85. package/shadcn/lib/base-ui/_chunk-qt6r015s.js +38 -0
  86. package/shadcn/lib/base-ui/_chunk-r0vsdknk.js +4 -0
  87. package/shadcn/lib/base-ui/_chunk-sx6vkz01.js +150 -0
  88. package/shadcn/lib/base-ui/_chunk-szcr6mhk.js +6 -0
  89. package/shadcn/lib/base-ui/_chunk-t7j3rbpv.js +67 -0
  90. package/shadcn/lib/base-ui/_chunk-tmfmrzwe.js +39 -0
  91. package/shadcn/lib/base-ui/_chunk-v92ycsfj.js +9 -0
  92. package/shadcn/lib/base-ui/_chunk-vdc01ss3.js +6 -0
  93. package/shadcn/lib/base-ui/_chunk-vjbnhhg1.js +26 -0
  94. package/shadcn/lib/base-ui/_chunk-w68yxg9d.js +21 -0
  95. package/shadcn/lib/base-ui/_chunk-wana68v3.js +477 -0
  96. package/shadcn/lib/base-ui/_chunk-wtw745qd.js +12 -0
  97. package/shadcn/lib/base-ui/_chunk-xb7ph1ka.js +6 -0
  98. package/shadcn/lib/base-ui/_chunk-xfagb0fq.js +28 -0
  99. package/shadcn/lib/base-ui/_chunk-xxhqanfd.js +16 -0
  100. package/shadcn/lib/base-ui/_chunk-y887e46p.js +15 -0
  101. package/shadcn/lib/base-ui/_chunk-ymj1dpqg.js +14 -0
  102. package/shadcn/lib/base-ui/accordion.js +650 -0
  103. package/shadcn/lib/base-ui/alert-dialog.js +138 -0
  104. package/shadcn/lib/base-ui/avatar.js +235 -0
  105. package/shadcn/lib/base-ui/button.js +52 -0
  106. package/shadcn/lib/base-ui/checkbox.js +454 -0
  107. package/shadcn/lib/base-ui/collapsible.js +283 -0
  108. package/shadcn/lib/base-ui/context-menu.js +324 -0
  109. package/shadcn/lib/base-ui/dialog.js +71 -0
  110. package/shadcn/lib/base-ui/input.js +1028 -0
  111. package/shadcn/lib/base-ui/menu.js +61 -0
  112. package/shadcn/lib/base-ui/menubar.js +157 -0
  113. package/shadcn/lib/base-ui/merge-props.js +15 -0
  114. package/shadcn/lib/base-ui/navigation-menu.js +1854 -0
  115. package/shadcn/lib/base-ui/popover.js +1090 -0
  116. package/shadcn/lib/base-ui/preview-card.js +709 -0
  117. package/shadcn/lib/base-ui/progress.js +278 -0
  118. package/shadcn/lib/base-ui/radio-group.js +247 -0
  119. package/shadcn/lib/base-ui/radio.js +382 -0
  120. package/shadcn/lib/base-ui/scroll-area.js +1061 -0
  121. package/shadcn/lib/base-ui/select.js +2438 -0
  122. package/shadcn/lib/base-ui/separator.js +11 -0
  123. package/shadcn/lib/base-ui/slider.js +1595 -0
  124. package/shadcn/lib/base-ui/switch.js +333 -0
  125. package/shadcn/lib/base-ui/tabs.js +892 -0
  126. package/shadcn/lib/base-ui/toggle-group.js +152 -0
  127. package/shadcn/lib/base-ui/toggle.js +133 -0
  128. package/shadcn/lib/base-ui/tooltip.js +791 -0
  129. package/shadcn/lib/base-ui/use-render.js +15 -0
  130. package/shadcn/lib/tailwind-merge.js +3312 -0
  131. package/shadcn/lib/utils.js +1 -1
  132. package/shadcn/ui/accordion.jsx +1 -1
  133. package/shadcn/ui/alert-dialog.jsx +1 -1
  134. package/shadcn/ui/avatar.jsx +1 -1
  135. package/shadcn/ui/badge.jsx +2 -2
  136. package/shadcn/ui/breadcrumb.jsx +2 -2
  137. package/shadcn/ui/button-group.jsx +2 -2
  138. package/shadcn/ui/button.jsx +1 -1
  139. package/shadcn/ui/calendar.jsx +1 -1
  140. package/shadcn/ui/checkbox.jsx +1 -1
  141. package/shadcn/ui/collapsible.jsx +1 -1
  142. package/shadcn/ui/command.jsx +1 -1
  143. package/shadcn/ui/context-menu.jsx +1 -1
  144. package/shadcn/ui/dialog.jsx +1 -1
  145. package/shadcn/ui/drawer.jsx +176 -74
  146. package/shadcn/ui/dropdown-menu.jsx +1 -1
  147. package/shadcn/ui/hover-card.jsx +1 -1
  148. package/shadcn/ui/input.jsx +1 -1
  149. package/shadcn/ui/item.jsx +2 -2
  150. package/shadcn/ui/menubar.jsx +2 -2
  151. package/shadcn/ui/navigation-menu.jsx +1 -1
  152. package/shadcn/ui/popover.jsx +1 -1
  153. package/shadcn/ui/progress.jsx +1 -1
  154. package/shadcn/ui/radio-group.jsx +2 -2
  155. package/shadcn/ui/scroll-area.jsx +1 -1
  156. package/shadcn/ui/select.jsx +1 -1
  157. package/shadcn/ui/separator.jsx +1 -1
  158. package/shadcn/ui/sheet.jsx +1 -1
  159. package/shadcn/ui/sidebar.jsx +3 -3
  160. package/shadcn/ui/slider.jsx +1 -1
  161. package/shadcn/ui/switch.jsx +1 -1
  162. package/shadcn/ui/tabs.jsx +1 -1
  163. package/shadcn/ui/toggle-group.jsx +2 -2
  164. package/shadcn/ui/toggle.jsx +1 -1
  165. package/shadcn/ui/tooltip.jsx +1 -1
  166. package/styles.css +31 -0
  167. package/.claude/worktrees/strange-feistel-abc494/App.jsx +0 -179
  168. package/.claude/worktrees/strange-feistel-abc494/CHANGELOG.md +0 -687
  169. package/.claude/worktrees/strange-feistel-abc494/MIGRATION.md +0 -230
  170. package/.claude/worktrees/strange-feistel-abc494/README.md +0 -1252
  171. package/.claude/worktrees/strange-feistel-abc494/components/AuthOverlay.jsx +0 -74
  172. package/.claude/worktrees/strange-feistel-abc494/components/ErrorBoundary.jsx +0 -106
  173. package/.claude/worktrees/strange-feistel-abc494/components/ProtectedRoute.jsx +0 -66
  174. package/.claude/worktrees/strange-feistel-abc494/components/Sheet.jsx +0 -61
  175. package/.claude/worktrees/strange-feistel-abc494/components/ThemeToggle.jsx +0 -53
  176. package/.claude/worktrees/strange-feistel-abc494/components/UpgradeSheet.jsx +0 -127
  177. package/.claude/worktrees/strange-feistel-abc494/components.json +0 -21
  178. package/.claude/worktrees/strange-feistel-abc494/core/DynamicIcon.jsx +0 -110
  179. package/.claude/worktrees/strange-feistel-abc494/fonts/GeistMonoVF.woff2 +0 -0
  180. package/.claude/worktrees/strange-feistel-abc494/fonts/GeistVF.woff2 +0 -0
  181. package/.claude/worktrees/strange-feistel-abc494/hooks/useAuthGate.js +0 -37
  182. package/.claude/worktrees/strange-feistel-abc494/index.js +0 -3
  183. package/.claude/worktrees/strange-feistel-abc494/jsconfig.json +0 -9
  184. package/.claude/worktrees/strange-feistel-abc494/layout/Header.jsx +0 -50
  185. package/.claude/worktrees/strange-feistel-abc494/layout/Layout.jsx +0 -60
  186. package/.claude/worktrees/strange-feistel-abc494/layout/Sidebar.jsx +0 -124
  187. package/.claude/worktrees/strange-feistel-abc494/layout/TabBar.jsx +0 -70
  188. package/.claude/worktrees/strange-feistel-abc494/package.json +0 -146
  189. package/.claude/worktrees/strange-feistel-abc494/shadcn/hooks/use-mobile.js +0 -19
  190. package/.claude/worktrees/strange-feistel-abc494/shadcn/lib/utils.js +0 -6
  191. package/.claude/worktrees/strange-feistel-abc494/shadcn/ui/accordion.jsx +0 -77
  192. package/.claude/worktrees/strange-feistel-abc494/shadcn/ui/alert-dialog.jsx +0 -172
  193. package/.claude/worktrees/strange-feistel-abc494/shadcn/ui/alert.jsx +0 -77
  194. package/.claude/worktrees/strange-feistel-abc494/shadcn/ui/aspect-ratio.jsx +0 -21
  195. package/.claude/worktrees/strange-feistel-abc494/shadcn/ui/avatar.jsx +0 -107
  196. package/.claude/worktrees/strange-feistel-abc494/shadcn/ui/badge.jsx +0 -45
  197. package/.claude/worktrees/strange-feistel-abc494/shadcn/ui/breadcrumb.jsx +0 -124
  198. package/.claude/worktrees/strange-feistel-abc494/shadcn/ui/button-group.jsx +0 -82
  199. package/.claude/worktrees/strange-feistel-abc494/shadcn/ui/button.jsx +0 -61
  200. package/.claude/worktrees/strange-feistel-abc494/shadcn/ui/calendar.jsx +0 -177
  201. package/.claude/worktrees/strange-feistel-abc494/shadcn/ui/card.jsx +0 -114
  202. package/.claude/worktrees/strange-feistel-abc494/shadcn/ui/carousel.jsx +0 -195
  203. package/.claude/worktrees/strange-feistel-abc494/shadcn/ui/chart.jsx +0 -312
  204. package/.claude/worktrees/strange-feistel-abc494/shadcn/ui/checkbox.jsx +0 -29
  205. package/.claude/worktrees/strange-feistel-abc494/shadcn/ui/collapsible.jsx +0 -21
  206. package/.claude/worktrees/strange-feistel-abc494/shadcn/ui/command.jsx +0 -178
  207. package/.claude/worktrees/strange-feistel-abc494/shadcn/ui/context-menu.jsx +0 -239
  208. package/.claude/worktrees/strange-feistel-abc494/shadcn/ui/dialog.jsx +0 -150
  209. package/.claude/worktrees/strange-feistel-abc494/shadcn/ui/drawer.jsx +0 -130
  210. package/.claude/worktrees/strange-feistel-abc494/shadcn/ui/dropdown-menu.jsx +0 -248
  211. package/.claude/worktrees/strange-feistel-abc494/shadcn/ui/empty.jsx +0 -110
  212. package/.claude/worktrees/strange-feistel-abc494/shadcn/ui/field.jsx +0 -229
  213. package/.claude/worktrees/strange-feistel-abc494/shadcn/ui/hover-card.jsx +0 -45
  214. package/.claude/worktrees/strange-feistel-abc494/shadcn/ui/input-group.jsx +0 -149
  215. package/.claude/worktrees/strange-feistel-abc494/shadcn/ui/input.jsx +0 -23
  216. package/.claude/worktrees/strange-feistel-abc494/shadcn/ui/item.jsx +0 -203
  217. package/.claude/worktrees/strange-feistel-abc494/shadcn/ui/kbd.jsx +0 -30
  218. package/.claude/worktrees/strange-feistel-abc494/shadcn/ui/label.jsx +0 -20
  219. package/.claude/worktrees/strange-feistel-abc494/shadcn/ui/menubar.jsx +0 -265
  220. package/.claude/worktrees/strange-feistel-abc494/shadcn/ui/navigation-menu.jsx +0 -159
  221. package/.claude/worktrees/strange-feistel-abc494/shadcn/ui/pagination.jsx +0 -122
  222. package/.claude/worktrees/strange-feistel-abc494/shadcn/ui/popover.jsx +0 -91
  223. package/.claude/worktrees/strange-feistel-abc494/shadcn/ui/progress.jsx +0 -82
  224. package/.claude/worktrees/strange-feistel-abc494/shadcn/ui/radio-group.jsx +0 -43
  225. package/.claude/worktrees/strange-feistel-abc494/shadcn/ui/resizable.jsx +0 -47
  226. package/.claude/worktrees/strange-feistel-abc494/shadcn/ui/scroll-area.jsx +0 -48
  227. package/.claude/worktrees/strange-feistel-abc494/shadcn/ui/select.jsx +0 -187
  228. package/.claude/worktrees/strange-feistel-abc494/shadcn/ui/separator.jsx +0 -24
  229. package/.claude/worktrees/strange-feistel-abc494/shadcn/ui/sheet.jsx +0 -140
  230. package/.claude/worktrees/strange-feistel-abc494/shadcn/ui/sidebar.jsx +0 -668
  231. package/.claude/worktrees/strange-feistel-abc494/shadcn/ui/skeleton.jsx +0 -15
  232. package/.claude/worktrees/strange-feistel-abc494/shadcn/ui/slider.jsx +0 -51
  233. package/.claude/worktrees/strange-feistel-abc494/shadcn/ui/sonner.jsx +0 -50
  234. package/.claude/worktrees/strange-feistel-abc494/shadcn/ui/spinner.jsx +0 -17
  235. package/.claude/worktrees/strange-feistel-abc494/shadcn/ui/switch.jsx +0 -26
  236. package/.claude/worktrees/strange-feistel-abc494/shadcn/ui/table.jsx +0 -123
  237. package/.claude/worktrees/strange-feistel-abc494/shadcn/ui/tabs.jsx +0 -79
  238. package/.claude/worktrees/strange-feistel-abc494/shadcn/ui/textarea.jsx +0 -20
  239. package/.claude/worktrees/strange-feistel-abc494/shadcn/ui/toggle-group.jsx +0 -75
  240. package/.claude/worktrees/strange-feistel-abc494/shadcn/ui/toggle.jsx +0 -43
  241. package/.claude/worktrees/strange-feistel-abc494/shadcn/ui/tooltip.jsx +0 -61
  242. package/.claude/worktrees/strange-feistel-abc494/styles.css +0 -300
  243. package/.claude/worktrees/strange-feistel-abc494/views/LandingView.jsx +0 -207
  244. package/.claude/worktrees/strange-feistel-abc494/views/NotFound.jsx +0 -27
  245. package/.claude/worktrees/strange-feistel-abc494/views/PaymentView.jsx +0 -118
  246. package/.claude/worktrees/strange-feistel-abc494/views/SettingsView.jsx +0 -199
  247. package/.claude/worktrees/strange-feistel-abc494/views/SignInView.jsx +0 -171
  248. package/.claude/worktrees/strange-feistel-abc494/views/SignOutView.jsx +0 -54
  249. package/.claude/worktrees/strange-feistel-abc494/views/SignUpView.jsx +0 -208
  250. package/.claude/worktrees/strange-feistel-abc494/views/TextView.jsx +0 -48
  251. package/MIGRATION.md +0 -230
  252. package/components.json +0 -21
  253. package/core/Context.jsx +0 -251
  254. package/core/DynamicIcon.jsx +0 -110
  255. package/core/Utilities.js +0 -1031
  256. package/icons/AArrowDown.jsx +0 -12
  257. package/icons/AArrowUp.jsx +0 -12
  258. package/icons/ALargeSmall.jsx +0 -12
  259. package/icons/Accessibility.jsx +0 -13
  260. package/icons/Activity.jsx +0 -9
  261. package/icons/AirVent.jsx +0 -12
  262. package/icons/Airplay.jsx +0 -10
  263. package/icons/AlarmClock.jsx +0 -14
  264. package/icons/AlarmClockCheck.jsx +0 -14
  265. package/icons/AlarmClockMinus.jsx +0 -14
  266. package/icons/AlarmClockOff.jsx +0 -14
  267. package/icons/AlarmClockPlus.jsx +0 -15
  268. package/icons/AlarmSmoke.jsx +0 -13
  269. package/icons/Album.jsx +0 -10
  270. package/icons/AlignCenterHorizontal.jsx +0 -13
  271. package/icons/AlignCenterVertical.jsx +0 -13
  272. package/icons/AlignEndHorizontal.jsx +0 -11
  273. package/icons/AlignEndVertical.jsx +0 -11
  274. package/icons/AlignHorizontalDistributeCenter.jsx +0 -14
  275. package/icons/AlignHorizontalDistributeEnd.jsx +0 -12
  276. package/icons/AlignHorizontalDistributeStart.jsx +0 -12
  277. package/icons/AlignHorizontalJustifyCenter.jsx +0 -11
  278. package/icons/AlignHorizontalJustifyEnd.jsx +0 -11
  279. package/icons/AlignHorizontalJustifyStart.jsx +0 -11
  280. package/icons/AlignHorizontalSpaceAround.jsx +0 -11
  281. package/icons/AlignHorizontalSpaceBetween.jsx +0 -12
  282. package/icons/AlignStartHorizontal.jsx +0 -11
  283. package/icons/AlignStartVertical.jsx +0 -11
  284. package/icons/AlignVerticalDistributeCenter.jsx +0 -14
  285. package/icons/AlignVerticalDistributeEnd.jsx +0 -12
  286. package/icons/AlignVerticalDistributeStart.jsx +0 -12
  287. package/icons/AlignVerticalJustifyCenter.jsx +0 -11
  288. package/icons/AlignVerticalJustifyEnd.jsx +0 -11
  289. package/icons/AlignVerticalJustifyStart.jsx +0 -11
  290. package/icons/AlignVerticalSpaceAround.jsx +0 -11
  291. package/icons/AlignVerticalSpaceBetween.jsx +0 -12
  292. package/icons/Ambulance.jsx +0 -16
  293. package/icons/Ampersand.jsx +0 -10
  294. package/icons/Ampersands.jsx +0 -10
  295. package/icons/Amphora.jsx +0 -14
  296. package/icons/Anchor.jsx +0 -12
  297. package/icons/Angry.jsx +0 -14
  298. package/icons/Annoyed.jsx +0 -12
  299. package/icons/Antenna.jsx +0 -14
  300. package/icons/Anvil.jsx +0 -13
  301. package/icons/Aperture.jsx +0 -15
  302. package/icons/AppWindow.jsx +0 -12
  303. package/icons/AppWindowMac.jsx +0 -12
  304. package/icons/Apple.jsx +0 -10
  305. package/icons/Archive.jsx +0 -11
  306. package/icons/ArchiveRestore.jsx +0 -13
  307. package/icons/ArchiveX.jsx +0 -12
  308. package/icons/Armchair.jsx +0 -12
  309. package/icons/ArrowBigDown.jsx +0 -9
  310. package/icons/ArrowBigDownDash.jsx +0 -10
  311. package/icons/ArrowBigLeft.jsx +0 -9
  312. package/icons/ArrowBigLeftDash.jsx +0 -10
  313. package/icons/ArrowBigRight.jsx +0 -9
  314. package/icons/ArrowBigRightDash.jsx +0 -10
  315. package/icons/ArrowBigUp.jsx +0 -9
  316. package/icons/ArrowBigUpDash.jsx +0 -10
  317. package/icons/ArrowDown.jsx +0 -10
  318. package/icons/ArrowDown01.jsx +0 -13
  319. package/icons/ArrowDown10.jsx +0 -13
  320. package/icons/ArrowDownAZ.jsx +0 -13
  321. package/icons/ArrowDownFromLine.jsx +0 -11
  322. package/icons/ArrowDownLeft.jsx +0 -10
  323. package/icons/ArrowDownNarrowWide.jsx +0 -13
  324. package/icons/ArrowDownRight.jsx +0 -10
  325. package/icons/ArrowDownToDot.jsx +0 -11
  326. package/icons/ArrowDownToLine.jsx +0 -11
  327. package/icons/ArrowDownUp.jsx +0 -12
  328. package/icons/ArrowDownWideNarrow.jsx +0 -13
  329. package/icons/ArrowDownZA.jsx +0 -13
  330. package/icons/ArrowLeft.jsx +0 -10
  331. package/icons/ArrowLeftFromLine.jsx +0 -11
  332. package/icons/ArrowLeftRight.jsx +0 -12
  333. package/icons/ArrowLeftToLine.jsx +0 -11
  334. package/icons/ArrowRight.jsx +0 -10
  335. package/icons/ArrowRightFromLine.jsx +0 -11
  336. package/icons/ArrowRightLeft.jsx +0 -12
  337. package/icons/ArrowRightToLine.jsx +0 -11
  338. package/icons/ArrowUp.jsx +0 -10
  339. package/icons/ArrowUp01.jsx +0 -13
  340. package/icons/ArrowUp10.jsx +0 -13
  341. package/icons/ArrowUpAZ.jsx +0 -13
  342. package/icons/ArrowUpDown.jsx +0 -12
  343. package/icons/ArrowUpFromDot.jsx +0 -11
  344. package/icons/ArrowUpFromLine.jsx +0 -11
  345. package/icons/ArrowUpLeft.jsx +0 -10
  346. package/icons/ArrowUpNarrowWide.jsx +0 -13
  347. package/icons/ArrowUpRight.jsx +0 -10
  348. package/icons/ArrowUpToLine.jsx +0 -11
  349. package/icons/ArrowUpWideNarrow.jsx +0 -13
  350. package/icons/ArrowUpZA.jsx +0 -13
  351. package/icons/ArrowsUpFromLine.jsx +0 -13
  352. package/icons/Asterisk.jsx +0 -11
  353. package/icons/Astroid.jsx +0 -9
  354. package/icons/AtSign.jsx +0 -10
  355. package/icons/Atom.jsx +0 -11
  356. package/icons/AudioLines.jsx +0 -14
  357. package/icons/AudioWaveform.jsx +0 -9
  358. package/icons/Award.jsx +0 -10
  359. package/icons/Axe.jsx +0 -10
  360. package/icons/Axis3d.jsx +0 -12
  361. package/icons/Baby.jsx +0 -12
  362. package/icons/Backpack.jsx +0 -13
  363. package/icons/Badge.jsx +0 -9
  364. package/icons/BadgeAlert.jsx +0 -11
  365. package/icons/BadgeCent.jsx +0 -11
  366. package/icons/BadgeCheck.jsx +0 -10
  367. package/icons/BadgeDollarSign.jsx +0 -11
  368. package/icons/BadgeEuro.jsx +0 -11
  369. package/icons/BadgeIndianRupee.jsx +0 -12
  370. package/icons/BadgeInfo.jsx +0 -11
  371. package/icons/BadgeJapaneseYen.jsx +0 -13
  372. package/icons/BadgeMinus.jsx +0 -10
  373. package/icons/BadgePercent.jsx +0 -12
  374. package/icons/BadgePlus.jsx +0 -11
  375. package/icons/BadgePoundSterling.jsx +0 -12
  376. package/icons/BadgeQuestionMark.jsx +0 -11
  377. package/icons/BadgeRussianRuble.jsx +0 -11
  378. package/icons/BadgeSwissFranc.jsx +0 -12
  379. package/icons/BadgeTurkishLira.jsx +0 -11
  380. package/icons/BadgeX.jsx +0 -11
  381. package/icons/BaggageClaim.jsx +0 -13
  382. package/icons/Balloon.jsx +0 -11
  383. package/icons/Ban.jsx +0 -10
  384. package/icons/Banana.jsx +0 -10
  385. package/icons/Bandage.jsx +0 -15
  386. package/icons/Banknote.jsx +0 -11
  387. package/icons/BanknoteArrowDown.jsx +0 -14
  388. package/icons/BanknoteArrowUp.jsx +0 -14
  389. package/icons/BanknoteX.jsx +0 -14
  390. package/icons/Barcode.jsx +0 -13
  391. package/icons/Barrel.jsx +0 -13
  392. package/icons/Baseline.jsx +0 -11
  393. package/icons/Bath.jsx +0 -13
  394. package/icons/Battery.jsx +0 -10
  395. package/icons/BatteryCharging.jsx +0 -12
  396. package/icons/BatteryFull.jsx +0 -13
  397. package/icons/BatteryLow.jsx +0 -11
  398. package/icons/BatteryMedium.jsx +0 -12
  399. package/icons/BatteryPlus.jsx +0 -13
  400. package/icons/BatteryWarning.jsx +0 -13
  401. package/icons/Beaker.jsx +0 -11
  402. package/icons/Bean.jsx +0 -10
  403. package/icons/BeanOff.jsx +0 -12
  404. package/icons/Bed.jsx +0 -12
  405. package/icons/BedDouble.jsx +0 -12
  406. package/icons/BedSingle.jsx +0 -11
  407. package/icons/Beef.jsx +0 -11
  408. package/icons/BeefOff.jsx +0 -14
  409. package/icons/Beer.jsx +0 -13
  410. package/icons/BeerOff.jsx +0 -16
  411. package/icons/Bell.jsx +0 -10
  412. package/icons/BellCheck.jsx +0 -12
  413. package/icons/BellDot.jsx +0 -11
  414. package/icons/BellElectric.jsx +0 -14
  415. package/icons/BellMinus.jsx +0 -11
  416. package/icons/BellOff.jsx +0 -12
  417. package/icons/BellPlus.jsx +0 -12
  418. package/icons/BellRing.jsx +0 -12
  419. package/icons/BetweenHorizontalEnd.jsx +0 -11
  420. package/icons/BetweenHorizontalStart.jsx +0 -11
  421. package/icons/BetweenVerticalEnd.jsx +0 -11
  422. package/icons/BetweenVerticalStart.jsx +0 -11
  423. package/icons/BicepsFlexed.jsx +0 -11
  424. package/icons/Bike.jsx +0 -12
  425. package/icons/Binary.jsx +0 -14
  426. package/icons/Binoculars.jsx +0 -14
  427. package/icons/Biohazard.jsx +0 -18
  428. package/icons/Bird.jsx +0 -14
  429. package/icons/Birdhouse.jsx +0 -14
  430. package/icons/Bitcoin.jsx +0 -9
  431. package/icons/Blend.jsx +0 -10
  432. package/icons/Blinds.jsx +0 -15
  433. package/icons/Blocks.jsx +0 -10
  434. package/icons/Bluetooth.jsx +0 -9
  435. package/icons/BluetoothConnected.jsx +0 -11
  436. package/icons/BluetoothOff.jsx +0 -11
  437. package/icons/BluetoothSearching.jsx +0 -11
  438. package/icons/Bold.jsx +0 -9
  439. package/icons/Bolt.jsx +0 -10
  440. package/icons/Bomb.jsx +0 -11
  441. package/icons/Bone.jsx +0 -9
  442. package/icons/Book.jsx +0 -9
  443. package/icons/BookA.jsx +0 -11
  444. package/icons/BookAlert.jsx +0 -11
  445. package/icons/BookAudio.jsx +0 -12
  446. package/icons/BookCheck.jsx +0 -10
  447. package/icons/BookCopy.jsx +0 -11
  448. package/icons/BookDashed.jsx +0 -19
  449. package/icons/BookDown.jsx +0 -11
  450. package/icons/BookHeadphones.jsx +0 -12
  451. package/icons/BookHeart.jsx +0 -10
  452. package/icons/BookImage.jsx +0 -11
  453. package/icons/BookKey.jsx +0 -13
  454. package/icons/BookLock.jsx +0 -12
  455. package/icons/BookMarked.jsx +0 -10
  456. package/icons/BookMinus.jsx +0 -10
  457. package/icons/BookOpen.jsx +0 -10
  458. package/icons/BookOpenCheck.jsx +0 -11
  459. package/icons/BookOpenText.jsx +0 -14
  460. package/icons/BookPlus.jsx +0 -11
  461. package/icons/BookSearch.jsx +0 -12
  462. package/icons/BookText.jsx +0 -11
  463. package/icons/BookType.jsx +0 -12
  464. package/icons/BookUp.jsx +0 -11
  465. package/icons/BookUp2.jsx +0 -13
  466. package/icons/BookUser.jsx +0 -11
  467. package/icons/BookX.jsx +0 -11
  468. package/icons/Bookmark.jsx +0 -9
  469. package/icons/BookmarkCheck.jsx +0 -10
  470. package/icons/BookmarkMinus.jsx +0 -10
  471. package/icons/BookmarkOff.jsx +0 -11
  472. package/icons/BookmarkPlus.jsx +0 -11
  473. package/icons/BookmarkX.jsx +0 -11
  474. package/icons/BoomBox.jsx +0 -15
  475. package/icons/Bot.jsx +0 -14
  476. package/icons/BotMessageSquare.jsx +0 -14
  477. package/icons/BotOff.jsx +0 -15
  478. package/icons/BottleWine.jsx +0 -10
  479. package/icons/BowArrow.jsx +0 -13
  480. package/icons/Box.jsx +0 -11
  481. package/icons/Boxes.jsx +0 -20
  482. package/icons/Braces.jsx +0 -10
  483. package/icons/Brackets.jsx +0 -10
  484. package/icons/Brain.jsx +0 -16
  485. package/icons/BrainCircuit.jsx +0 -21
  486. package/icons/BrainCog.jsx +0 -23
  487. package/icons/BrickWall.jsx +0 -16
  488. package/icons/BrickWallFire.jsx +0 -15
  489. package/icons/BrickWallShield.jsx +0 -16
  490. package/icons/Briefcase.jsx +0 -10
  491. package/icons/BriefcaseBusiness.jsx +0 -12
  492. package/icons/BriefcaseConveyorBelt.jsx +0 -15
  493. package/icons/BriefcaseMedical.jsx +0 -14
  494. package/icons/BringToFront.jsx +0 -11
  495. package/icons/Brush.jsx +0 -11
  496. package/icons/BrushCleaning.jsx +0 -12
  497. package/icons/Bubbles.jsx +0 -12
  498. package/icons/Bug.jsx +0 -19
  499. package/icons/BugOff.jsx +0 -20
  500. package/icons/BugPlay.jsx +0 -17
  501. package/icons/Building.jsx +0 -19
  502. package/icons/Building2.jsx +0 -13
  503. package/icons/Bus.jsx +0 -15
  504. package/icons/BusFront.jsx +0 -17
  505. package/icons/Cable.jsx +0 -15
  506. package/icons/CableCar.jsx +0 -16
  507. package/icons/Cake.jsx +0 -17
  508. package/icons/CakeSlice.jsx +0 -12
  509. package/icons/Calculator.jsx +0 -18
  510. package/icons/Calendar.jsx +0 -12
  511. package/icons/Calendar1.jsx +0 -13
  512. package/icons/CalendarArrowDown.jsx +0 -14
  513. package/icons/CalendarArrowUp.jsx +0 -14
  514. package/icons/CalendarCheck.jsx +0 -13
  515. package/icons/CalendarCheck2.jsx +0 -13
  516. package/icons/CalendarClock.jsx +0 -14
  517. package/icons/CalendarCog.jsx +0 -21
  518. package/icons/CalendarDays.jsx +0 -18
  519. package/icons/CalendarFold.jsx +0 -13
  520. package/icons/CalendarHeart.jsx +0 -13
  521. package/icons/CalendarMinus.jsx +0 -13
  522. package/icons/CalendarMinus2.jsx +0 -13
  523. package/icons/CalendarOff.jsx +0 -14
  524. package/icons/CalendarPlus.jsx +0 -14
  525. package/icons/CalendarPlus2.jsx +0 -14
  526. package/icons/CalendarRange.jsx +0 -16
  527. package/icons/CalendarSearch.jsx +0 -14
  528. package/icons/CalendarSync.jsx +0 -16
  529. package/icons/CalendarX.jsx +0 -14
  530. package/icons/CalendarX2.jsx +0 -14
  531. package/icons/Calendars.jsx +0 -14
  532. package/icons/Camera.jsx +0 -10
  533. package/icons/CameraOff.jsx +0 -12
  534. package/icons/Candy.jsx +0 -13
  535. package/icons/CandyCane.jsx +0 -13
  536. package/icons/CandyOff.jsx +0 -15
  537. package/icons/Cannabis.jsx +0 -10
  538. package/icons/CannabisOff.jsx +0 -14
  539. package/icons/Captions.jsx +0 -10
  540. package/icons/CaptionsOff.jsx +0 -14
  541. package/icons/Car.jsx +0 -12
  542. package/icons/CarFront.jsx +0 -14
  543. package/icons/CarTaxiFront.jsx +0 -15
  544. package/icons/Caravan.jsx +0 -12
  545. package/icons/CardSim.jsx +0 -12
  546. package/icons/Carrot.jsx +0 -11
  547. package/icons/CaseLower.jsx +0 -12
  548. package/icons/CaseSensitive.jsx +0 -12
  549. package/icons/CaseUpper.jsx +0 -11
  550. package/icons/CassetteTape.jsx +0 -13
  551. package/icons/Cast.jsx +0 -12
  552. package/icons/Castle.jsx +0 -16
  553. package/icons/Cat.jsx +0 -12
  554. package/icons/Cctv.jsx +0 -13
  555. package/icons/CctvOff.jsx +0 -14
  556. package/icons/ChartArea.jsx +0 -10
  557. package/icons/ChartBar.jsx +0 -12
  558. package/icons/ChartBarBig.jsx +0 -11
  559. package/icons/ChartBarDecreasing.jsx +0 -12
  560. package/icons/ChartBarIncreasing.jsx +0 -12
  561. package/icons/ChartBarStacked.jsx +0 -13
  562. package/icons/ChartCandlestick.jsx +0 -15
  563. package/icons/ChartColumn.jsx +0 -12
  564. package/icons/ChartColumnBig.jsx +0 -11
  565. package/icons/ChartColumnDecreasing.jsx +0 -12
  566. package/icons/ChartColumnIncreasing.jsx +0 -12
  567. package/icons/ChartColumnStacked.jsx +0 -13
  568. package/icons/ChartGantt.jsx +0 -12
  569. package/icons/ChartLine.jsx +0 -10
  570. package/icons/ChartNetwork.jsx +0 -15
  571. package/icons/ChartNoAxesColumn.jsx +0 -11
  572. package/icons/ChartNoAxesColumnDecreasing.jsx +0 -11
  573. package/icons/ChartNoAxesColumnIncreasing.jsx +0 -11
  574. package/icons/ChartNoAxesCombined.jsx +0 -14
  575. package/icons/ChartNoAxesGantt.jsx +0 -11
  576. package/icons/ChartPie.jsx +0 -10
  577. package/icons/ChartScatter.jsx +0 -14
  578. package/icons/ChartSpline.jsx +0 -10
  579. package/icons/Check.jsx +0 -9
  580. package/icons/CheckCheck.jsx +0 -10
  581. package/icons/CheckLine.jsx +0 -11
  582. package/icons/ChefHat.jsx +0 -10
  583. package/icons/Cherry.jsx +0 -12
  584. package/icons/ChessBishop.jsx +0 -12
  585. package/icons/ChessKing.jsx +0 -12
  586. package/icons/ChessKnight.jsx +0 -13
  587. package/icons/ChessPawn.jsx +0 -13
  588. package/icons/ChessQueen.jsx +0 -16
  589. package/icons/ChessRook.jsx +0 -15
  590. package/icons/ChevronDown.jsx +0 -9
  591. package/icons/ChevronFirst.jsx +0 -10
  592. package/icons/ChevronLast.jsx +0 -10
  593. package/icons/ChevronLeft.jsx +0 -9
  594. package/icons/ChevronRight.jsx +0 -9
  595. package/icons/ChevronUp.jsx +0 -9
  596. package/icons/ChevronsDown.jsx +0 -10
  597. package/icons/ChevronsDownUp.jsx +0 -10
  598. package/icons/ChevronsLeft.jsx +0 -10
  599. package/icons/ChevronsLeftRight.jsx +0 -10
  600. package/icons/ChevronsLeftRightEllipsis.jsx +0 -13
  601. package/icons/ChevronsRight.jsx +0 -10
  602. package/icons/ChevronsRightLeft.jsx +0 -10
  603. package/icons/ChevronsUp.jsx +0 -10
  604. package/icons/ChevronsUpDown.jsx +0 -10
  605. package/icons/Church.jsx +0 -13
  606. package/icons/Cigarette.jsx +0 -13
  607. package/icons/CigaretteOff.jsx +0 -14
  608. package/icons/Circle.jsx +0 -9
  609. package/icons/CircleAlert.jsx +0 -11
  610. package/icons/CircleArrowDown.jsx +0 -11
  611. package/icons/CircleArrowLeft.jsx +0 -11
  612. package/icons/CircleArrowOutDownLeft.jsx +0 -11
  613. package/icons/CircleArrowOutDownRight.jsx +0 -11
  614. package/icons/CircleArrowOutUpLeft.jsx +0 -11
  615. package/icons/CircleArrowOutUpRight.jsx +0 -11
  616. package/icons/CircleArrowRight.jsx +0 -11
  617. package/icons/CircleArrowUp.jsx +0 -11
  618. package/icons/CircleCheck.jsx +0 -10
  619. package/icons/CircleCheckBig.jsx +0 -10
  620. package/icons/CircleChevronDown.jsx +0 -10
  621. package/icons/CircleChevronLeft.jsx +0 -10
  622. package/icons/CircleChevronRight.jsx +0 -10
  623. package/icons/CircleChevronUp.jsx +0 -10
  624. package/icons/CircleDashed.jsx +0 -16
  625. package/icons/CircleDivide.jsx +0 -12
  626. package/icons/CircleDollarSign.jsx +0 -11
  627. package/icons/CircleDot.jsx +0 -10
  628. package/icons/CircleDotDashed.jsx +0 -17
  629. package/icons/CircleEllipsis.jsx +0 -12
  630. package/icons/CircleEqual.jsx +0 -11
  631. package/icons/CircleFadingArrowUp.jsx +0 -15
  632. package/icons/CircleFadingPlus.jsx +0 -15
  633. package/icons/CircleGauge.jsx +0 -11
  634. package/icons/CircleMinus.jsx +0 -10
  635. package/icons/CircleOff.jsx +0 -11
  636. package/icons/CircleParking.jsx +0 -10
  637. package/icons/CircleParkingOff.jsx +0 -14
  638. package/icons/CirclePause.jsx +0 -11
  639. package/icons/CirclePercent.jsx +0 -12
  640. package/icons/CirclePile.jsx +0 -14
  641. package/icons/CirclePlay.jsx +0 -10
  642. package/icons/CirclePlus.jsx +0 -11
  643. package/icons/CirclePoundSterling.jsx +0 -12
  644. package/icons/CirclePower.jsx +0 -11
  645. package/icons/CircleQuestionMark.jsx +0 -11
  646. package/icons/CircleSlash.jsx +0 -10
  647. package/icons/CircleSlash2.jsx +0 -10
  648. package/icons/CircleSmall.jsx +0 -9
  649. package/icons/CircleStar.jsx +0 -10
  650. package/icons/CircleStop.jsx +0 -10
  651. package/icons/CircleUser.jsx +0 -11
  652. package/icons/CircleUserRound.jsx +0 -11
  653. package/icons/CircleX.jsx +0 -11
  654. package/icons/CircuitBoard.jsx +0 -13
  655. package/icons/Citrus.jsx +0 -12
  656. package/icons/Clapperboard.jsx +0 -12
  657. package/icons/Clipboard.jsx +0 -10
  658. package/icons/ClipboardCheck.jsx +0 -11
  659. package/icons/ClipboardClock.jsx +0 -13
  660. package/icons/ClipboardCopy.jsx +0 -13
  661. package/icons/ClipboardList.jsx +0 -14
  662. package/icons/ClipboardMinus.jsx +0 -11
  663. package/icons/ClipboardPaste.jsx +0 -13
  664. package/icons/ClipboardPen.jsx +0 -12
  665. package/icons/ClipboardPenLine.jsx +0 -13
  666. package/icons/ClipboardPlus.jsx +0 -12
  667. package/icons/ClipboardType.jsx +0 -13
  668. package/icons/ClipboardX.jsx +0 -12
  669. package/icons/Clock.jsx +0 -10
  670. package/icons/Clock1.jsx +0 -10
  671. package/icons/Clock10.jsx +0 -10
  672. package/icons/Clock11.jsx +0 -10
  673. package/icons/Clock12.jsx +0 -10
  674. package/icons/Clock2.jsx +0 -10
  675. package/icons/Clock3.jsx +0 -10
  676. package/icons/Clock4.jsx +0 -10
  677. package/icons/Clock5.jsx +0 -10
  678. package/icons/Clock6.jsx +0 -10
  679. package/icons/Clock7.jsx +0 -10
  680. package/icons/Clock8.jsx +0 -10
  681. package/icons/Clock9.jsx +0 -10
  682. package/icons/ClockAlert.jsx +0 -12
  683. package/icons/ClockArrowDown.jsx +0 -12
  684. package/icons/ClockArrowUp.jsx +0 -12
  685. package/icons/ClockCheck.jsx +0 -11
  686. package/icons/ClockFading.jsx +0 -14
  687. package/icons/ClockPlus.jsx +0 -12
  688. package/icons/ClosedCaption.jsx +0 -11
  689. package/icons/Cloud.jsx +0 -9
  690. package/icons/CloudAlert.jsx +0 -11
  691. package/icons/CloudBackup.jsx +0 -11
  692. package/icons/CloudCheck.jsx +0 -10
  693. package/icons/CloudCog.jsx +0 -17
  694. package/icons/CloudDownload.jsx +0 -11
  695. package/icons/CloudDrizzle.jsx +0 -15
  696. package/icons/CloudFog.jsx +0 -11
  697. package/icons/CloudHail.jsx +0 -15
  698. package/icons/CloudLightning.jsx +0 -10
  699. package/icons/CloudMoon.jsx +0 -10
  700. package/icons/CloudMoonRain.jsx +0 -12
  701. package/icons/CloudOff.jsx +0 -11
  702. package/icons/CloudRain.jsx +0 -12
  703. package/icons/CloudRainWind.jsx +0 -12
  704. package/icons/CloudSnow.jsx +0 -15
  705. package/icons/CloudSun.jsx +0 -14
  706. package/icons/CloudSunRain.jsx +0 -16
  707. package/icons/CloudSync.jsx +0 -13
  708. package/icons/CloudUpload.jsx +0 -11
  709. package/icons/Cloudy.jsx +0 -10
  710. package/icons/Clover.jsx +0 -11
  711. package/icons/Club.jsx +0 -10
  712. package/icons/Code.jsx +0 -10
  713. package/icons/CodeXml.jsx +0 -11
  714. package/icons/Coffee.jsx +0 -12
  715. package/icons/Cog.jsx +0 -22
  716. package/icons/Coins.jsx +0 -12
  717. package/icons/Columns2.jsx +0 -10
  718. package/icons/Columns3.jsx +0 -11
  719. package/icons/Columns3Cog.jsx +0 -20
  720. package/icons/Columns4.jsx +0 -12
  721. package/icons/Combine.jsx +0 -14
  722. package/icons/Command.jsx +0 -9
  723. package/icons/Compass.jsx +0 -10
  724. package/icons/Component.jsx +0 -12
  725. package/icons/Computer.jsx +0 -12
  726. package/icons/ConciergeBell.jsx +0 -12
  727. package/icons/Cone.jsx +0 -10
  728. package/icons/Construction.jsx +0 -16
  729. package/icons/Contact.jsx +0 -13
  730. package/icons/ContactRound.jsx +0 -13
  731. package/icons/Container.jsx +0 -13
  732. package/icons/Contrast.jsx +0 -10
  733. package/icons/Cookie.jsx +0 -14
  734. package/icons/CookingPot.jsx +0 -12
  735. package/icons/Copy.jsx +0 -10
  736. package/icons/CopyCheck.jsx +0 -11
  737. package/icons/CopyMinus.jsx +0 -11
  738. package/icons/CopyPlus.jsx +0 -12
  739. package/icons/CopySlash.jsx +0 -11
  740. package/icons/CopyX.jsx +0 -12
  741. package/icons/Copyleft.jsx +0 -10
  742. package/icons/Copyright.jsx +0 -10
  743. package/icons/CornerDownLeft.jsx +0 -10
  744. package/icons/CornerDownRight.jsx +0 -10
  745. package/icons/CornerLeftDown.jsx +0 -10
  746. package/icons/CornerLeftUp.jsx +0 -10
  747. package/icons/CornerRightDown.jsx +0 -10
  748. package/icons/CornerRightUp.jsx +0 -10
  749. package/icons/CornerUpLeft.jsx +0 -10
  750. package/icons/CornerUpRight.jsx +0 -10
  751. package/icons/Cpu.jsx +0 -22
  752. package/icons/CreativeCommons.jsx +0 -11
  753. package/icons/CreditCard.jsx +0 -10
  754. package/icons/Croissant.jsx +0 -13
  755. package/icons/Crop.jsx +0 -10
  756. package/icons/Cross.jsx +0 -9
  757. package/icons/Crosshair.jsx +0 -13
  758. package/icons/Crown.jsx +0 -10
  759. package/icons/Cuboid.jsx +0 -11
  760. package/icons/CupSoda.jsx +0 -12
  761. package/icons/Currency.jsx +0 -13
  762. package/icons/Cylinder.jsx +0 -10
  763. package/icons/Dam.jsx +0 -15
  764. package/icons/Database.jsx +0 -11
  765. package/icons/DatabaseBackup.jsx +0 -14
  766. package/icons/DatabaseSearch.jsx +0 -14
  767. package/icons/DatabaseZap.jsx +0 -13
  768. package/icons/DecimalsArrowLeft.jsx +0 -12
  769. package/icons/DecimalsArrowRight.jsx +0 -13
  770. package/icons/Delete.jsx +0 -11
  771. package/icons/Dessert.jsx +0 -11
  772. package/icons/Diameter.jsx +0 -13
  773. package/icons/Diamond.jsx +0 -9
  774. package/icons/DiamondMinus.jsx +0 -10
  775. package/icons/DiamondPercent.jsx +0 -12
  776. package/icons/DiamondPlus.jsx +0 -11
  777. package/icons/Dice1.jsx +0 -10
  778. package/icons/Dice2.jsx +0 -11
  779. package/icons/Dice3.jsx +0 -12
  780. package/icons/Dice4.jsx +0 -13
  781. package/icons/Dice5.jsx +0 -14
  782. package/icons/Dice6.jsx +0 -15
  783. package/icons/Dices.jsx +0 -14
  784. package/icons/Diff.jsx +0 -11
  785. package/icons/Disc.jsx +0 -10
  786. package/icons/Disc2.jsx +0 -11
  787. package/icons/Disc3.jsx +0 -12
  788. package/icons/DiscAlbum.jsx +0 -11
  789. package/icons/Divide.jsx +0 -11
  790. package/icons/Dna.jsx +0 -19
  791. package/icons/DnaOff.jsx +0 -18
  792. package/icons/Dock.jsx +0 -11
  793. package/icons/Dog.jsx +0 -13
  794. package/icons/DollarSign.jsx +0 -10
  795. package/icons/Donut.jsx +0 -10
  796. package/icons/DoorClosed.jsx +0 -11
  797. package/icons/DoorClosedLocked.jsx +0 -13
  798. package/icons/DoorOpen.jsx +0 -13
  799. package/icons/Dot.jsx +0 -9
  800. package/icons/Download.jsx +0 -11
  801. package/icons/DraftingCompass.jsx +0 -13
  802. package/icons/Drama.jsx +0 -16
  803. package/icons/Drill.jsx +0 -14
  804. package/icons/Drone.jsx +0 -17
  805. package/icons/Droplet.jsx +0 -9
  806. package/icons/DropletOff.jsx +0 -11
  807. package/icons/Droplets.jsx +0 -10
  808. package/icons/Drum.jsx +0 -15
  809. package/icons/Drumstick.jsx +0 -10
  810. package/icons/Dumbbell.jsx +0 -13
  811. package/icons/Ear.jsx +0 -10
  812. package/icons/EarOff.jsx +0 -13
  813. package/icons/Earth.jsx +0 -12
  814. package/icons/EarthLock.jsx +0 -14
  815. package/icons/Eclipse.jsx +0 -10
  816. package/icons/Egg.jsx +0 -9
  817. package/icons/EggFried.jsx +0 -10
  818. package/icons/EggOff.jsx +0 -11
  819. package/icons/Ellipse.jsx +0 -9
  820. package/icons/Ellipsis.jsx +0 -11
  821. package/icons/EllipsisVertical.jsx +0 -11
  822. package/icons/Equal.jsx +0 -10
  823. package/icons/EqualApproximately.jsx +0 -10
  824. package/icons/EqualNot.jsx +0 -11
  825. package/icons/Eraser.jsx +0 -10
  826. package/icons/EthernetPort.jsx +0 -13
  827. package/icons/Euro.jsx +0 -11
  828. package/icons/EvCharger.jsx +0 -13
  829. package/icons/Expand.jsx +0 -16
  830. package/icons/ExternalLink.jsx +0 -11
  831. package/icons/Eye.jsx +0 -10
  832. package/icons/EyeClosed.jsx +0 -13
  833. package/icons/EyeOff.jsx +0 -12
  834. package/icons/Factory.jsx +0 -12
  835. package/icons/Fan.jsx +0 -10
  836. package/icons/FastForward.jsx +0 -10
  837. package/icons/Feather.jsx +0 -11
  838. package/icons/Fence.jsx +0 -15
  839. package/icons/FerrisWheel.jsx +0 -17
  840. package/icons/File.jsx +0 -10
  841. package/icons/FileArchive.jsx +0 -14
  842. package/icons/FileAxis3d.jsx +0 -12
  843. package/icons/FileBadge.jsx +0 -12
  844. package/icons/FileBox.jsx +0 -13
  845. package/icons/FileBraces.jsx +0 -12
  846. package/icons/FileBracesCorner.jsx +0 -12
  847. package/icons/FileChartColumn.jsx +0 -13
  848. package/icons/FileChartColumnIncreasing.jsx +0 -13
  849. package/icons/FileChartLine.jsx +0 -11
  850. package/icons/FileChartPie.jsx +0 -12
  851. package/icons/FileCheck.jsx +0 -11
  852. package/icons/FileCheckCorner.jsx +0 -11
  853. package/icons/FileClock.jsx +0 -12
  854. package/icons/FileCode.jsx +0 -12
  855. package/icons/FileCodeCorner.jsx +0 -12
  856. package/icons/FileCog.jsx +0 -20
  857. package/icons/FileDiff.jsx +0 -12
  858. package/icons/FileDigit.jsx +0 -13
  859. package/icons/FileDown.jsx +0 -12
  860. package/icons/FileExclamationPoint.jsx +0 -11
  861. package/icons/FileHeadphone.jsx +0 -11
  862. package/icons/FileHeart.jsx +0 -11
  863. package/icons/FileImage.jsx +0 -12
  864. package/icons/FileInput.jsx +0 -12
  865. package/icons/FileKey.jsx +0 -13
  866. package/icons/FileLock.jsx +0 -12
  867. package/icons/FileMinus.jsx +0 -11
  868. package/icons/FileMinusCorner.jsx +0 -11
  869. package/icons/FileMusic.jsx +0 -12
  870. package/icons/FileOutput.jsx +0 -12
  871. package/icons/FilePen.jsx +0 -11
  872. package/icons/FilePenLine.jsx +0 -12
  873. package/icons/FilePlay.jsx +0 -11
  874. package/icons/FilePlus.jsx +0 -12
  875. package/icons/FilePlusCorner.jsx +0 -12
  876. package/icons/FileQuestionMark.jsx +0 -11
  877. package/icons/FileScan.jsx +0 -14
  878. package/icons/FileSearch.jsx +0 -12
  879. package/icons/FileSearchCorner.jsx +0 -12
  880. package/icons/FileSignal.jsx +0 -13
  881. package/icons/FileSliders.jsx +0 -14
  882. package/icons/FileSpreadsheet.jsx +0 -14
  883. package/icons/FileStack.jsx +0 -11
  884. package/icons/FileSymlink.jsx +0 -11
  885. package/icons/FileTerminal.jsx +0 -12
  886. package/icons/FileText.jsx +0 -13
  887. package/icons/FileType.jsx +0 -13
  888. package/icons/FileTypeCorner.jsx +0 -13
  889. package/icons/FileUp.jsx +0 -12
  890. package/icons/FileUser.jsx +0 -12
  891. package/icons/FileVideoCamera.jsx +0 -12
  892. package/icons/FileVolume.jsx +0 -12
  893. package/icons/FileX.jsx +0 -12
  894. package/icons/FileXCorner.jsx +0 -12
  895. package/icons/Files.jsx +0 -11
  896. package/icons/Film.jsx +0 -16
  897. package/icons/FingerprintPattern.jsx +0 -17
  898. package/icons/FireExtinguisher.jsx +0 -14
  899. package/icons/Fish.jsx +0 -14
  900. package/icons/FishOff.jsx +0 -11
  901. package/icons/FishSymbol.jsx +0 -9
  902. package/icons/FishingHook.jsx +0 -11
  903. package/icons/FishingRod.jsx +0 -11
  904. package/icons/Flag.jsx +0 -9
  905. package/icons/FlagOff.jsx +0 -12
  906. package/icons/FlagTriangleLeft.jsx +0 -9
  907. package/icons/FlagTriangleRight.jsx +0 -9
  908. package/icons/Flame.jsx +0 -9
  909. package/icons/FlameKindling.jsx +0 -11
  910. package/icons/Flashlight.jsx +0 -11
  911. package/icons/FlashlightOff.jsx +0 -13
  912. package/icons/FlaskConical.jsx +0 -11
  913. package/icons/FlaskConicalOff.jsx +0 -14
  914. package/icons/FlaskRound.jsx +0 -11
  915. package/icons/FlipHorizontal2.jsx +0 -14
  916. package/icons/FlipVertical2.jsx +0 -14
  917. package/icons/Flower.jsx +0 -18
  918. package/icons/Flower2.jsx +0 -13
  919. package/icons/Focus.jsx +0 -13
  920. package/icons/FoldHorizontal.jsx +0 -16
  921. package/icons/FoldVertical.jsx +0 -16
  922. package/icons/Folder.jsx +0 -9
  923. package/icons/FolderArchive.jsx +0 -12
  924. package/icons/FolderBookmark.jsx +0 -10
  925. package/icons/FolderCheck.jsx +0 -10
  926. package/icons/FolderClock.jsx +0 -11
  927. package/icons/FolderClosed.jsx +0 -10
  928. package/icons/FolderCode.jsx +0 -11
  929. package/icons/FolderCog.jsx +0 -18
  930. package/icons/FolderDot.jsx +0 -10
  931. package/icons/FolderDown.jsx +0 -11
  932. package/icons/FolderGit.jsx +0 -12
  933. package/icons/FolderGit2.jsx +0 -12
  934. package/icons/FolderHeart.jsx +0 -10
  935. package/icons/FolderInput.jsx +0 -11
  936. package/icons/FolderKanban.jsx +0 -12
  937. package/icons/FolderKey.jsx +0 -12
  938. package/icons/FolderLock.jsx +0 -11
  939. package/icons/FolderMinus.jsx +0 -10
  940. package/icons/FolderOpen.jsx +0 -9
  941. package/icons/FolderOpenDot.jsx +0 -10
  942. package/icons/FolderOutput.jsx +0 -11
  943. package/icons/FolderPen.jsx +0 -10
  944. package/icons/FolderPlus.jsx +0 -11
  945. package/icons/FolderRoot.jsx +0 -11
  946. package/icons/FolderSearch.jsx +0 -11
  947. package/icons/FolderSearch2.jsx +0 -11
  948. package/icons/FolderSymlink.jsx +0 -10
  949. package/icons/FolderSync.jsx +0 -13
  950. package/icons/FolderTree.jsx +0 -12
  951. package/icons/FolderUp.jsx +0 -11
  952. package/icons/FolderX.jsx +0 -11
  953. package/icons/Folders.jsx +0 -10
  954. package/icons/Footprints.jsx +0 -12
  955. package/icons/Forklift.jsx +0 -15
  956. package/icons/Form.jsx +0 -12
  957. package/icons/Forward.jsx +0 -10
  958. package/icons/Frame.jsx +0 -12
  959. package/icons/Frown.jsx +0 -12
  960. package/icons/Fuel.jsx +0 -12
  961. package/icons/Fullscreen.jsx +0 -13
  962. package/icons/Funnel.jsx +0 -9
  963. package/icons/FunnelPlus.jsx +0 -11
  964. package/icons/FunnelX.jsx +0 -11
  965. package/icons/GalleryHorizontal.jsx +0 -11
  966. package/icons/GalleryHorizontalEnd.jsx +0 -11
  967. package/icons/GalleryThumbnails.jsx +0 -13
  968. package/icons/GalleryVertical.jsx +0 -11
  969. package/icons/GalleryVerticalEnd.jsx +0 -11
  970. package/icons/Gamepad.jsx +0 -13
  971. package/icons/Gamepad2.jsx +0 -13
  972. package/icons/GamepadDirectional.jsx +0 -16
  973. package/icons/Gauge.jsx +0 -10
  974. package/icons/Gavel.jsx +0 -13
  975. package/icons/Gem.jsx +0 -11
  976. package/icons/GeorgianLari.jsx +0 -12
  977. package/icons/Ghost.jsx +0 -11
  978. package/icons/Gift.jsx +0 -12
  979. package/icons/GitBranch.jsx +0 -11
  980. package/icons/GitBranchMinus.jsx +0 -12
  981. package/icons/GitBranchPlus.jsx +0 -14
  982. package/icons/GitCommitHorizontal.jsx +0 -11
  983. package/icons/GitCommitVertical.jsx +0 -11
  984. package/icons/GitCompare.jsx +0 -12
  985. package/icons/GitCompareArrows.jsx +0 -14
  986. package/icons/GitFork.jsx +0 -13
  987. package/icons/GitGraph.jsx +0 -14
  988. package/icons/GitMerge.jsx +0 -11
  989. package/icons/GitMergeConflict.jsx +0 -13
  990. package/icons/GitPullRequest.jsx +0 -12
  991. package/icons/GitPullRequestArrow.jsx +0 -13
  992. package/icons/GitPullRequestClosed.jsx +0 -14
  993. package/icons/GitPullRequestCreate.jsx +0 -13
  994. package/icons/GitPullRequestCreateArrow.jsx +0 -14
  995. package/icons/GitPullRequestDraft.jsx +0 -13
  996. package/icons/GlassWater.jsx +0 -10
  997. package/icons/Glasses.jsx +0 -13
  998. package/icons/Globe.jsx +0 -11
  999. package/icons/GlobeLock.jsx +0 -12
  1000. package/icons/GlobeOff.jsx +0 -15
  1001. package/icons/GlobeX.jsx +0 -11
  1002. package/icons/Goal.jsx +0 -11
  1003. package/icons/Gpu.jsx +0 -13
  1004. package/icons/GraduationCap.jsx +0 -11
  1005. package/icons/Grape.jsx +0 -17
  1006. package/icons/Grid2x2.jsx +0 -11
  1007. package/icons/Grid2x2Check.jsx +0 -10
  1008. package/icons/Grid2x2Plus.jsx +0 -11
  1009. package/icons/Grid2x2X.jsx +0 -11
  1010. package/icons/Grid3x2.jsx +0 -12
  1011. package/icons/Grid3x3.jsx +0 -13
  1012. package/icons/Grip.jsx +0 -17
  1013. package/icons/GripHorizontal.jsx +0 -14
  1014. package/icons/GripVertical.jsx +0 -14
  1015. package/icons/Group.jsx +0 -14
  1016. package/icons/Guitar.jsx +0 -12
  1017. package/icons/Ham.jsx +0 -12
  1018. package/icons/Hamburger.jsx +0 -12
  1019. package/icons/Hammer.jsx +0 -11
  1020. package/icons/Hand.jsx +0 -12
  1021. package/icons/HandCoins.jsx +0 -13
  1022. package/icons/HandFist.jsx +0 -12
  1023. package/icons/HandGrab.jsx +0 -13
  1024. package/icons/HandHeart.jsx +0 -12
  1025. package/icons/HandHelping.jsx +0 -11
  1026. package/icons/HandMetal.jsx +0 -12
  1027. package/icons/HandPlatter.jsx +0 -14
  1028. package/icons/Handbag.jsx +0 -10
  1029. package/icons/Handshake.jsx +0 -13
  1030. package/icons/HardDrive.jsx +0 -12
  1031. package/icons/HardDriveDownload.jsx +0 -13
  1032. package/icons/HardDriveUpload.jsx +0 -13
  1033. package/icons/HardHat.jsx +0 -12
  1034. package/icons/Hash.jsx +0 -12
  1035. package/icons/HatGlasses.jsx +0 -13
  1036. package/icons/Haze.jsx +0 -16
  1037. package/icons/Hd.jsx +0 -13
  1038. package/icons/HdmiPort.jsx +0 -10
  1039. package/icons/Heading.jsx +0 -11
  1040. package/icons/Heading1.jsx +0 -12
  1041. package/icons/Heading2.jsx +0 -12
  1042. package/icons/Heading3.jsx +0 -13
  1043. package/icons/Heading4.jsx +0 -13
  1044. package/icons/Heading5.jsx +0 -13
  1045. package/icons/Heading6.jsx +0 -13
  1046. package/icons/HeadphoneOff.jsx +0 -13
  1047. package/icons/Headphones.jsx +0 -9
  1048. package/icons/Headset.jsx +0 -10
  1049. package/icons/Heart.jsx +0 -9
  1050. package/icons/HeartCrack.jsx +0 -10
  1051. package/icons/HeartHandshake.jsx +0 -9
  1052. package/icons/HeartMinus.jsx +0 -10
  1053. package/icons/HeartOff.jsx +0 -11
  1054. package/icons/HeartPlus.jsx +0 -11
  1055. package/icons/HeartPulse.jsx +0 -10
  1056. package/icons/HeartX.jsx +0 -11
  1057. package/icons/Heater.jsx +0 -18
  1058. package/icons/Helicopter.jsx +0 -16
  1059. package/icons/Hexagon.jsx +0 -9
  1060. package/icons/Highlighter.jsx +0 -10
  1061. package/icons/History.jsx +0 -11
  1062. package/icons/Hop.jsx +0 -16
  1063. package/icons/HopOff.jsx +0 -17
  1064. package/icons/Hospital.jsx +0 -13
  1065. package/icons/Hotel.jsx +0 -18
  1066. package/icons/Hourglass.jsx +0 -12
  1067. package/icons/House.jsx +0 -10
  1068. package/icons/HouseHeart.jsx +0 -10
  1069. package/icons/HousePlug.jsx +0 -12
  1070. package/icons/HousePlus.jsx +0 -12
  1071. package/icons/HouseWifi.jsx +0 -12
  1072. package/icons/IceCreamBowl.jsx +0 -11
  1073. package/icons/IceCreamCone.jsx +0 -11
  1074. package/icons/IdCard.jsx +0 -13
  1075. package/icons/IdCardLanyard.jsx +0 -13
  1076. package/icons/Image.jsx +0 -11
  1077. package/icons/ImageDown.jsx +0 -12
  1078. package/icons/ImageMinus.jsx +0 -12
  1079. package/icons/ImageOff.jsx +0 -14
  1080. package/icons/ImagePlay.jsx +0 -12
  1081. package/icons/ImagePlus.jsx +0 -13
  1082. package/icons/ImageUp.jsx +0 -12
  1083. package/icons/ImageUpscale.jsx +0 -16
  1084. package/icons/Images.jsx +0 -12
  1085. package/icons/Import.jsx +0 -11
  1086. package/icons/Inbox.jsx +0 -10
  1087. package/icons/IndianRupee.jsx +0 -13
  1088. package/icons/Infinity.jsx +0 -9
  1089. package/icons/Info.jsx +0 -11
  1090. package/icons/InspectionPanel.jsx +0 -13
  1091. package/icons/Italic.jsx +0 -11
  1092. package/icons/IterationCcw.jsx +0 -10
  1093. package/icons/IterationCw.jsx +0 -10
  1094. package/icons/JapaneseYen.jsx +0 -11
  1095. package/icons/Joystick.jsx +0 -12
  1096. package/icons/Kanban.jsx +0 -11
  1097. package/icons/Kayak.jsx +0 -12
  1098. package/icons/Key.jsx +0 -11
  1099. package/icons/KeyRound.jsx +0 -10
  1100. package/icons/KeySquare.jsx +0 -11
  1101. package/icons/Keyboard.jsx +0 -17
  1102. package/icons/KeyboardMusic.jsx +0 -17
  1103. package/icons/KeyboardOff.jsx +0 -18
  1104. package/icons/LICENSE +0 -43
  1105. package/icons/Lamp.jsx +0 -11
  1106. package/icons/LampCeiling.jsx +0 -11
  1107. package/icons/LampDesk.jsx +0 -12
  1108. package/icons/LampFloor.jsx +0 -11
  1109. package/icons/LampWallDown.jsx +0 -11
  1110. package/icons/LampWallUp.jsx +0 -11
  1111. package/icons/LandPlot.jsx +0 -12
  1112. package/icons/Landmark.jsx +0 -14
  1113. package/icons/Languages.jsx +0 -14
  1114. package/icons/Laptop.jsx +0 -10
  1115. package/icons/LaptopMinimal.jsx +0 -10
  1116. package/icons/LaptopMinimalCheck.jsx +0 -11
  1117. package/icons/Lasso.jsx +0 -11
  1118. package/icons/LassoSelect.jsx +0 -13
  1119. package/icons/Laugh.jsx +0 -12
  1120. package/icons/Layers.jsx +0 -11
  1121. package/icons/Layers2.jsx +0 -10
  1122. package/icons/LayersMinus.jsx +0 -13
  1123. package/icons/LayersPlus.jsx +0 -13
  1124. package/icons/LayoutDashboard.jsx +0 -12
  1125. package/icons/LayoutGrid.jsx +0 -12
  1126. package/icons/LayoutList.jsx +0 -14
  1127. package/icons/LayoutPanelLeft.jsx +0 -11
  1128. package/icons/LayoutPanelTop.jsx +0 -11
  1129. package/icons/LayoutTemplate.jsx +0 -11
  1130. package/icons/Leaf.jsx +0 -10
  1131. package/icons/LeafyGreen.jsx +0 -10
  1132. package/icons/Lectern.jsx +0 -11
  1133. package/icons/LensConcave.jsx +0 -9
  1134. package/icons/LensConvex.jsx +0 -10
  1135. package/icons/Library.jsx +0 -12
  1136. package/icons/LibraryBig.jsx +0 -11
  1137. package/icons/LifeBuoy.jsx +0 -14
  1138. package/icons/Ligature.jsx +0 -13
  1139. package/icons/Lightbulb.jsx +0 -11
  1140. package/icons/LightbulbOff.jsx +0 -13
  1141. package/icons/LineDotRightHorizontal.jsx +0 -10
  1142. package/icons/LineSquiggle.jsx +0 -9
  1143. package/icons/LineStyle.jsx +0 -14
  1144. package/icons/Link.jsx +0 -10
  1145. package/icons/Link2.jsx +0 -11
  1146. package/icons/Link2Off.jsx +0 -12
  1147. package/icons/List.jsx +0 -14
  1148. package/icons/ListCheck.jsx +0 -12
  1149. package/icons/ListChecks.jsx +0 -13
  1150. package/icons/ListChevronsDownUp.jsx +0 -13
  1151. package/icons/ListChevronsUpDown.jsx +0 -13
  1152. package/icons/ListCollapse.jsx +0 -13
  1153. package/icons/ListEnd.jsx +0 -13
  1154. package/icons/ListFilter.jsx +0 -11
  1155. package/icons/ListFilterPlus.jsx +0 -13
  1156. package/icons/ListIndentDecrease.jsx +0 -12
  1157. package/icons/ListIndentIncrease.jsx +0 -12
  1158. package/icons/ListMinus.jsx +0 -12
  1159. package/icons/ListMusic.jsx +0 -13
  1160. package/icons/ListOrdered.jsx +0 -14
  1161. package/icons/ListPlus.jsx +0 -13
  1162. package/icons/ListRestart.jsx +0 -13
  1163. package/icons/ListStart.jsx +0 -13
  1164. package/icons/ListTodo.jsx +0 -13
  1165. package/icons/ListTree.jsx +0 -13
  1166. package/icons/ListVideo.jsx +0 -12
  1167. package/icons/ListX.jsx +0 -13
  1168. package/icons/Loader.jsx +0 -16
  1169. package/icons/LoaderCircle.jsx +0 -9
  1170. package/icons/LoaderPinwheel.jsx +0 -12
  1171. package/icons/Locate.jsx +0 -13
  1172. package/icons/LocateFixed.jsx +0 -14
  1173. package/icons/LocateOff.jsx +0 -15
  1174. package/icons/Lock.jsx +0 -10
  1175. package/icons/LockKeyhole.jsx +0 -11
  1176. package/icons/LockKeyholeOpen.jsx +0 -11
  1177. package/icons/LockOpen.jsx +0 -10
  1178. package/icons/LogIn.jsx +0 -11
  1179. package/icons/LogOut.jsx +0 -11
  1180. package/icons/Logs.jsx +0 -17
  1181. package/icons/Lollipop.jsx +0 -11
  1182. package/icons/Luggage.jsx +0 -13
  1183. package/icons/Magnet.jsx +0 -11
  1184. package/icons/Mail.jsx +0 -10
  1185. package/icons/MailCheck.jsx +0 -11
  1186. package/icons/MailMinus.jsx +0 -11
  1187. package/icons/MailOpen.jsx +0 -10
  1188. package/icons/MailPlus.jsx +0 -12
  1189. package/icons/MailQuestionMark.jsx +0 -12
  1190. package/icons/MailSearch.jsx +0 -13
  1191. package/icons/MailWarning.jsx +0 -12
  1192. package/icons/MailX.jsx +0 -12
  1193. package/icons/Mailbox.jsx +0 -12
  1194. package/icons/Mails.jsx +0 -11
  1195. package/icons/Map.jsx +0 -11
  1196. package/icons/MapMinus.jsx +0 -12
  1197. package/icons/MapPin.jsx +0 -10
  1198. package/icons/MapPinCheck.jsx +0 -11
  1199. package/icons/MapPinCheckInside.jsx +0 -10
  1200. package/icons/MapPinHouse.jsx +0 -12
  1201. package/icons/MapPinMinus.jsx +0 -11
  1202. package/icons/MapPinMinusInside.jsx +0 -10
  1203. package/icons/MapPinOff.jsx +0 -13
  1204. package/icons/MapPinPen.jsx +0 -11
  1205. package/icons/MapPinPlus.jsx +0 -12
  1206. package/icons/MapPinPlusInside.jsx +0 -11
  1207. package/icons/MapPinSearch.jsx +0 -12
  1208. package/icons/MapPinX.jsx +0 -12
  1209. package/icons/MapPinXInside.jsx +0 -11
  1210. package/icons/MapPinned.jsx +0 -11
  1211. package/icons/MapPlus.jsx +0 -13
  1212. package/icons/Mars.jsx +0 -11
  1213. package/icons/MarsStroke.jsx +0 -12
  1214. package/icons/Martini.jsx +0 -11
  1215. package/icons/Maximize.jsx +0 -12
  1216. package/icons/Maximize2.jsx +0 -12
  1217. package/icons/Medal.jsx +0 -14
  1218. package/icons/Megaphone.jsx +0 -11
  1219. package/icons/MegaphoneOff.jsx +0 -13
  1220. package/icons/Meh.jsx +0 -12
  1221. package/icons/MemoryStick.jsx +0 -19
  1222. package/icons/Menu.jsx +0 -11
  1223. package/icons/Merge.jsx +0 -11
  1224. package/icons/MessageCircle.jsx +0 -9
  1225. package/icons/MessageCircleCheck.jsx +0 -10
  1226. package/icons/MessageCircleCode.jsx +0 -11
  1227. package/icons/MessageCircleDashed.jsx +0 -16
  1228. package/icons/MessageCircleHeart.jsx +0 -10
  1229. package/icons/MessageCircleMore.jsx +0 -12
  1230. package/icons/MessageCircleOff.jsx +0 -11
  1231. package/icons/MessageCirclePlus.jsx +0 -11
  1232. package/icons/MessageCircleQuestionMark.jsx +0 -11
  1233. package/icons/MessageCircleReply.jsx +0 -11
  1234. package/icons/MessageCircleWarning.jsx +0 -11
  1235. package/icons/MessageCircleX.jsx +0 -11
  1236. package/icons/MessageSquare.jsx +0 -9
  1237. package/icons/MessageSquareCheck.jsx +0 -10
  1238. package/icons/MessageSquareCode.jsx +0 -11
  1239. package/icons/MessageSquareDashed.jsx +0 -18
  1240. package/icons/MessageSquareDiff.jsx +0 -12
  1241. package/icons/MessageSquareDot.jsx +0 -10
  1242. package/icons/MessageSquareHeart.jsx +0 -10
  1243. package/icons/MessageSquareLock.jsx +0 -11
  1244. package/icons/MessageSquareMore.jsx +0 -12
  1245. package/icons/MessageSquareOff.jsx +0 -11
  1246. package/icons/MessageSquarePlus.jsx +0 -11
  1247. package/icons/MessageSquareQuote.jsx +0 -11
  1248. package/icons/MessageSquareReply.jsx +0 -11
  1249. package/icons/MessageSquareShare.jsx +0 -11
  1250. package/icons/MessageSquareText.jsx +0 -12
  1251. package/icons/MessageSquareWarning.jsx +0 -11
  1252. package/icons/MessageSquareX.jsx +0 -11
  1253. package/icons/MessagesSquare.jsx +0 -10
  1254. package/icons/Metronome.jsx +0 -12
  1255. package/icons/Mic.jsx +0 -11
  1256. package/icons/MicOff.jsx +0 -14
  1257. package/icons/MicVocal.jsx +0 -11
  1258. package/icons/Microchip.jsx +0 -18
  1259. package/icons/Microscope.jsx +0 -14
  1260. package/icons/Microwave.jsx +0 -13
  1261. package/icons/Milestone.jsx +0 -11
  1262. package/icons/Milk.jsx +0 -11
  1263. package/icons/MilkOff.jsx +0 -12
  1264. package/icons/Minimize.jsx +0 -12
  1265. package/icons/Minimize2.jsx +0 -12
  1266. package/icons/Minus.jsx +0 -9
  1267. package/icons/MirrorRectangular.jsx +0 -11
  1268. package/icons/MirrorRound.jsx +0 -13
  1269. package/icons/Monitor.jsx +0 -11
  1270. package/icons/MonitorCheck.jsx +0 -12
  1271. package/icons/MonitorCloud.jsx +0 -12
  1272. package/icons/MonitorCog.jsx +0 -20
  1273. package/icons/MonitorDot.jsx +0 -12
  1274. package/icons/MonitorDown.jsx +0 -13
  1275. package/icons/MonitorOff.jsx +0 -13
  1276. package/icons/MonitorPause.jsx +0 -13
  1277. package/icons/MonitorPlay.jsx +0 -12
  1278. package/icons/MonitorSmartphone.jsx +0 -12
  1279. package/icons/MonitorSpeaker.jsx +0 -13
  1280. package/icons/MonitorStop.jsx +0 -12
  1281. package/icons/MonitorUp.jsx +0 -13
  1282. package/icons/MonitorX.jsx +0 -13
  1283. package/icons/Moon.jsx +0 -9
  1284. package/icons/MoonStar.jsx +0 -11
  1285. package/icons/Motorbike.jsx +0 -13
  1286. package/icons/Mountain.jsx +0 -9
  1287. package/icons/MountainSnow.jsx +0 -10
  1288. package/icons/Mouse.jsx +0 -10
  1289. package/icons/MouseLeft.jsx +0 -11
  1290. package/icons/MouseOff.jsx +0 -12
  1291. package/icons/MousePointer.jsx +0 -10
  1292. package/icons/MousePointer2.jsx +0 -9
  1293. package/icons/MousePointer2Off.jsx +0 -11
  1294. package/icons/MousePointerBan.jsx +0 -11
  1295. package/icons/MousePointerClick.jsx +0 -13
  1296. package/icons/MouseRight.jsx +0 -11
  1297. package/icons/Move.jsx +0 -14
  1298. package/icons/Move3d.jsx +0 -12
  1299. package/icons/MoveDiagonal.jsx +0 -11
  1300. package/icons/MoveDiagonal2.jsx +0 -11
  1301. package/icons/MoveDown.jsx +0 -10
  1302. package/icons/MoveDownLeft.jsx +0 -10
  1303. package/icons/MoveDownRight.jsx +0 -10
  1304. package/icons/MoveHorizontal.jsx +0 -11
  1305. package/icons/MoveLeft.jsx +0 -10
  1306. package/icons/MoveRight.jsx +0 -10
  1307. package/icons/MoveUp.jsx +0 -10
  1308. package/icons/MoveUpLeft.jsx +0 -10
  1309. package/icons/MoveUpRight.jsx +0 -10
  1310. package/icons/MoveVertical.jsx +0 -11
  1311. package/icons/Music.jsx +0 -11
  1312. package/icons/Music2.jsx +0 -10
  1313. package/icons/Music3.jsx +0 -10
  1314. package/icons/Music4.jsx +0 -12
  1315. package/icons/Navigation.jsx +0 -9
  1316. package/icons/Navigation2.jsx +0 -9
  1317. package/icons/Navigation2Off.jsx +0 -11
  1318. package/icons/NavigationOff.jsx +0 -11
  1319. package/icons/Network.jsx +0 -13
  1320. package/icons/Newspaper.jsx +0 -12
  1321. package/icons/Nfc.jsx +0 -12
  1322. package/icons/NonBinary.jsx +0 -12
  1323. package/icons/Notebook.jsx +0 -14
  1324. package/icons/NotebookPen.jsx +0 -14
  1325. package/icons/NotebookTabs.jsx +0 -17
  1326. package/icons/NotebookText.jsx +0 -16
  1327. package/icons/NotepadText.jsx +0 -15
  1328. package/icons/NotepadTextDashed.jsx +0 -21
  1329. package/icons/Nut.jsx +0 -11
  1330. package/icons/NutOff.jsx +0 -13
  1331. package/icons/Octagon.jsx +0 -9
  1332. package/icons/OctagonAlert.jsx +0 -11
  1333. package/icons/OctagonMinus.jsx +0 -10
  1334. package/icons/OctagonPause.jsx +0 -11
  1335. package/icons/OctagonX.jsx +0 -11
  1336. package/icons/Omega.jsx +0 -9
  1337. package/icons/Option.jsx +0 -10
  1338. package/icons/Orbit.jsx +0 -13
  1339. package/icons/Origami.jsx +0 -11
  1340. package/icons/Package.jsx +0 -12
  1341. package/icons/Package2.jsx +0 -11
  1342. package/icons/PackageCheck.jsx +0 -13
  1343. package/icons/PackageMinus.jsx +0 -13
  1344. package/icons/PackageOpen.jsx +0 -12
  1345. package/icons/PackagePlus.jsx +0 -14
  1346. package/icons/PackageSearch.jsx +0 -14
  1347. package/icons/PackageX.jsx +0 -14
  1348. package/icons/PaintBucket.jsx +0 -12
  1349. package/icons/PaintRoller.jsx +0 -11
  1350. package/icons/Paintbrush.jsx +0 -11
  1351. package/icons/PaintbrushVertical.jsx +0 -12
  1352. package/icons/Palette.jsx +0 -13
  1353. package/icons/Panda.jsx +0 -14
  1354. package/icons/PanelBottom.jsx +0 -10
  1355. package/icons/PanelBottomClose.jsx +0 -11
  1356. package/icons/PanelBottomDashed.jsx +0 -13
  1357. package/icons/PanelBottomOpen.jsx +0 -11
  1358. package/icons/PanelLeft.jsx +0 -10
  1359. package/icons/PanelLeftClose.jsx +0 -11
  1360. package/icons/PanelLeftDashed.jsx +0 -13
  1361. package/icons/PanelLeftOpen.jsx +0 -11
  1362. package/icons/PanelLeftRightDashed.jsx +0 -17
  1363. package/icons/PanelRight.jsx +0 -10
  1364. package/icons/PanelRightClose.jsx +0 -11
  1365. package/icons/PanelRightDashed.jsx +0 -13
  1366. package/icons/PanelRightOpen.jsx +0 -11
  1367. package/icons/PanelTop.jsx +0 -10
  1368. package/icons/PanelTopBottomDashed.jsx +0 -17
  1369. package/icons/PanelTopClose.jsx +0 -11
  1370. package/icons/PanelTopDashed.jsx +0 -13
  1371. package/icons/PanelTopOpen.jsx +0 -11
  1372. package/icons/PanelsLeftBottom.jsx +0 -11
  1373. package/icons/PanelsRightBottom.jsx +0 -11
  1374. package/icons/PanelsTopLeft.jsx +0 -11
  1375. package/icons/Paperclip.jsx +0 -9
  1376. package/icons/Parentheses.jsx +0 -10
  1377. package/icons/ParkingMeter.jsx +0 -13
  1378. package/icons/PartyPopper.jsx +0 -17
  1379. package/icons/Pause.jsx +0 -10
  1380. package/icons/PawPrint.jsx +0 -12
  1381. package/icons/PcCase.jsx +0 -12
  1382. package/icons/Pen.jsx +0 -9
  1383. package/icons/PenLine.jsx +0 -10
  1384. package/icons/PenOff.jsx +0 -11
  1385. package/icons/PenTool.jsx +0 -12
  1386. package/icons/Pencil.jsx +0 -10
  1387. package/icons/PencilLine.jsx +0 -11
  1388. package/icons/PencilOff.jsx +0 -12
  1389. package/icons/PencilRuler.jsx +0 -14
  1390. package/icons/Pentagon.jsx +0 -9
  1391. package/icons/Percent.jsx +0 -11
  1392. package/icons/PersonStanding.jsx +0 -12
  1393. package/icons/PhilippinePeso.jsx +0 -11
  1394. package/icons/Phone.jsx +0 -9
  1395. package/icons/PhoneCall.jsx +0 -11
  1396. package/icons/PhoneForwarded.jsx +0 -11
  1397. package/icons/PhoneIncoming.jsx +0 -11
  1398. package/icons/PhoneMissed.jsx +0 -11
  1399. package/icons/PhoneOff.jsx +0 -11
  1400. package/icons/PhoneOutgoing.jsx +0 -11
  1401. package/icons/Pi.jsx +0 -11
  1402. package/icons/Piano.jsx +0 -14
  1403. package/icons/Pickaxe.jsx +0 -12
  1404. package/icons/PictureInPicture.jsx +0 -13
  1405. package/icons/PictureInPicture2.jsx +0 -10
  1406. package/icons/PiggyBank.jsx +0 -11
  1407. package/icons/Pilcrow.jsx +0 -11
  1408. package/icons/PilcrowLeft.jsx +0 -13
  1409. package/icons/PilcrowRight.jsx +0 -13
  1410. package/icons/Pill.jsx +0 -10
  1411. package/icons/PillBottle.jsx +0 -11
  1412. package/icons/Pin.jsx +0 -10
  1413. package/icons/PinOff.jsx +0 -12
  1414. package/icons/Pipette.jsx +0 -11
  1415. package/icons/Pizza.jsx +0 -13
  1416. package/icons/Plane.jsx +0 -9
  1417. package/icons/PlaneLanding.jsx +0 -10
  1418. package/icons/PlaneTakeoff.jsx +0 -10
  1419. package/icons/Play.jsx +0 -9
  1420. package/icons/Plug.jsx +0 -12
  1421. package/icons/Plug2.jsx +0 -13
  1422. package/icons/PlugZap.jsx +0 -13
  1423. package/icons/Plus.jsx +0 -10
  1424. package/icons/PocketKnife.jsx +0 -13
  1425. package/icons/Podcast.jsx +0 -12
  1426. package/icons/Pointer.jsx +0 -13
  1427. package/icons/PointerOff.jsx +0 -14
  1428. package/icons/Popcorn.jsx +0 -12
  1429. package/icons/Popsicle.jsx +0 -10
  1430. package/icons/PoundSterling.jsx +0 -12
  1431. package/icons/Power.jsx +0 -10
  1432. package/icons/PowerOff.jsx +0 -12
  1433. package/icons/Presentation.jsx +0 -11
  1434. package/icons/Printer.jsx +0 -11
  1435. package/icons/PrinterCheck.jsx +0 -12
  1436. package/icons/PrinterX.jsx +0 -13
  1437. package/icons/Projector.jsx +0 -14
  1438. package/icons/Proportions.jsx +0 -11
  1439. package/icons/Puzzle.jsx +0 -9
  1440. package/icons/Pyramid.jsx +0 -10
  1441. package/icons/QrCode.jsx +0 -20
  1442. package/icons/Quote.jsx +0 -10
  1443. package/icons/Rabbit.jsx +0 -13
  1444. package/icons/Radar.jsx +0 -16
  1445. package/icons/Radiation.jsx +0 -12
  1446. package/icons/Radical.jsx +0 -9
  1447. package/icons/Radio.jsx +0 -13
  1448. package/icons/RadioOff.jsx +0 -14
  1449. package/icons/RadioReceiver.jsx +0 -12
  1450. package/icons/RadioTower.jsx +0 -15
  1451. package/icons/Radius.jsx +0 -12
  1452. package/icons/Rainbow.jsx +0 -11
  1453. package/icons/Rat.jsx +0 -13
  1454. package/icons/Ratio.jsx +0 -10
  1455. package/icons/Receipt.jsx +0 -11
  1456. package/icons/ReceiptCent.jsx +0 -11
  1457. package/icons/ReceiptEuro.jsx +0 -11
  1458. package/icons/ReceiptIndianRupee.jsx +0 -12
  1459. package/icons/ReceiptJapaneseYen.jsx +0 -13
  1460. package/icons/ReceiptPoundSterling.jsx +0 -12
  1461. package/icons/ReceiptRussianRuble.jsx +0 -11
  1462. package/icons/ReceiptSwissFranc.jsx +0 -12
  1463. package/icons/ReceiptText.jsx +0 -12
  1464. package/icons/ReceiptTurkishLira.jsx +0 -11
  1465. package/icons/RectangleCircle.jsx +0 -10
  1466. package/icons/RectangleEllipsis.jsx +0 -12
  1467. package/icons/RectangleGoggles.jsx +0 -9
  1468. package/icons/RectangleHorizontal.jsx +0 -9
  1469. package/icons/RectangleVertical.jsx +0 -9
  1470. package/icons/Recycle.jsx +0 -14
  1471. package/icons/Redo.jsx +0 -10
  1472. package/icons/Redo2.jsx +0 -10
  1473. package/icons/RedoDot.jsx +0 -11
  1474. package/icons/RefreshCcw.jsx +0 -12
  1475. package/icons/RefreshCcwDot.jsx +0 -13
  1476. package/icons/RefreshCw.jsx +0 -12
  1477. package/icons/RefreshCwOff.jsx +0 -15
  1478. package/icons/Refrigerator.jsx +0 -11
  1479. package/icons/Regex.jsx +0 -12
  1480. package/icons/RemoveFormatting.jsx +0 -13
  1481. package/icons/Repeat.jsx +0 -12
  1482. package/icons/Repeat1.jsx +0 -13
  1483. package/icons/Repeat2.jsx +0 -12
  1484. package/icons/RepeatOff.jsx +0 -15
  1485. package/icons/Replace.jsx +0 -15
  1486. package/icons/ReplaceAll.jsx +0 -17
  1487. package/icons/Reply.jsx +0 -10
  1488. package/icons/ReplyAll.jsx +0 -11
  1489. package/icons/Rewind.jsx +0 -10
  1490. package/icons/Ribbon.jsx +0 -13
  1491. package/icons/Road.jsx +0 -12
  1492. package/icons/Rocket.jsx +0 -12
  1493. package/icons/RockingChair.jsx +0 -12
  1494. package/icons/RollerCoaster.jsx +0 -15
  1495. package/icons/Rose.jsx +0 -13
  1496. package/icons/Rotate3d.jsx +0 -11
  1497. package/icons/RotateCcw.jsx +0 -10
  1498. package/icons/RotateCcwKey.jsx +0 -13
  1499. package/icons/RotateCcwSquare.jsx +0 -11
  1500. package/icons/RotateCw.jsx +0 -10
  1501. package/icons/RotateCwSquare.jsx +0 -11
  1502. package/icons/Route.jsx +0 -11
  1503. package/icons/RouteOff.jsx +0 -15
  1504. package/icons/Router.jsx +0 -14
  1505. package/icons/Rows2.jsx +0 -10
  1506. package/icons/Rows3.jsx +0 -11
  1507. package/icons/Rows4.jsx +0 -12
  1508. package/icons/Rss.jsx +0 -11
  1509. package/icons/Ruler.jsx +0 -13
  1510. package/icons/RulerDimensionLine.jsx +0 -16
  1511. package/icons/RussianRuble.jsx +0 -10
  1512. package/icons/Sailboat.jsx +0 -11
  1513. package/icons/Salad.jsx +0 -13
  1514. package/icons/Sandwich.jsx +0 -13
  1515. package/icons/Satellite.jsx +0 -13
  1516. package/icons/SatelliteDish.jsx +0 -12
  1517. package/icons/SaudiRiyal.jsx +0 -12
  1518. package/icons/Save.jsx +0 -11
  1519. package/icons/SaveAll.jsx +0 -12
  1520. package/icons/SaveOff.jsx +0 -15
  1521. package/icons/Scale.jsx +0 -13
  1522. package/icons/Scale3d.jsx +0 -12
  1523. package/icons/Scaling.jsx +0 -12
  1524. package/icons/Scan.jsx +0 -12
  1525. package/icons/ScanBarcode.jsx +0 -15
  1526. package/icons/ScanEye.jsx +0 -14
  1527. package/icons/ScanFace.jsx +0 -15
  1528. package/icons/ScanHeart.jsx +0 -13
  1529. package/icons/ScanLine.jsx +0 -13
  1530. package/icons/ScanQrCode.jsx +0 -16
  1531. package/icons/ScanSearch.jsx +0 -14
  1532. package/icons/ScanText.jsx +0 -15
  1533. package/icons/School.jsx +0 -14
  1534. package/icons/Scissors.jsx +0 -13
  1535. package/icons/ScissorsLineDashed.jsx +0 -15
  1536. package/icons/Scooter.jsx +0 -12
  1537. package/icons/ScreenShare.jsx +0 -13
  1538. package/icons/ScreenShareOff.jsx +0 -13
  1539. package/icons/Scroll.jsx +0 -10
  1540. package/icons/ScrollText.jsx +0 -12
  1541. package/icons/Search.jsx +0 -10
  1542. package/icons/SearchAlert.jsx +0 -12
  1543. package/icons/SearchCheck.jsx +0 -11
  1544. package/icons/SearchCode.jsx +0 -12
  1545. package/icons/SearchSlash.jsx +0 -11
  1546. package/icons/SearchX.jsx +0 -12
  1547. package/icons/Section.jsx +0 -10
  1548. package/icons/Send.jsx +0 -10
  1549. package/icons/SendHorizontal.jsx +0 -10
  1550. package/icons/SendToBack.jsx +0 -12
  1551. package/icons/SeparatorHorizontal.jsx +0 -11
  1552. package/icons/SeparatorVertical.jsx +0 -11
  1553. package/icons/Server.jsx +0 -12
  1554. package/icons/ServerCog.jsx +0 -20
  1555. package/icons/ServerCrash.jsx +0 -13
  1556. package/icons/ServerOff.jsx +0 -14
  1557. package/icons/Settings.jsx +0 -10
  1558. package/icons/Settings2.jsx +0 -12
  1559. package/icons/Shapes.jsx +0 -11
  1560. package/icons/Share.jsx +0 -11
  1561. package/icons/Share2.jsx +0 -13
  1562. package/icons/Sheet.jsx +0 -13
  1563. package/icons/Shell.jsx +0 -9
  1564. package/icons/ShelvingUnit.jsx +0 -15
  1565. package/icons/Shield.jsx +0 -9
  1566. package/icons/ShieldAlert.jsx +0 -11
  1567. package/icons/ShieldBan.jsx +0 -10
  1568. package/icons/ShieldCheck.jsx +0 -10
  1569. package/icons/ShieldCog.jsx +0 -18
  1570. package/icons/ShieldCogCorner.jsx +0 -18
  1571. package/icons/ShieldEllipsis.jsx +0 -12
  1572. package/icons/ShieldHalf.jsx +0 -10
  1573. package/icons/ShieldMinus.jsx +0 -10
  1574. package/icons/ShieldOff.jsx +0 -11
  1575. package/icons/ShieldPlus.jsx +0 -11
  1576. package/icons/ShieldQuestionMark.jsx +0 -11
  1577. package/icons/ShieldUser.jsx +0 -11
  1578. package/icons/ShieldX.jsx +0 -11
  1579. package/icons/Ship.jsx +0 -13
  1580. package/icons/ShipWheel.jsx +0 -18
  1581. package/icons/Shirt.jsx +0 -9
  1582. package/icons/ShoppingBag.jsx +0 -11
  1583. package/icons/ShoppingBasket.jsx +0 -15
  1584. package/icons/ShoppingCart.jsx +0 -11
  1585. package/icons/Shovel.jsx +0 -11
  1586. package/icons/ShowerHead.jsx +0 -18
  1587. package/icons/Shredder.jsx +0 -15
  1588. package/icons/Shrimp.jsx +0 -13
  1589. package/icons/Shrink.jsx +0 -12
  1590. package/icons/Shrub.jsx +0 -11
  1591. package/icons/Shuffle.jsx +0 -13
  1592. package/icons/Sigma.jsx +0 -9
  1593. package/icons/Signal.jsx +0 -13
  1594. package/icons/SignalHigh.jsx +0 -12
  1595. package/icons/SignalLow.jsx +0 -10
  1596. package/icons/SignalMedium.jsx +0 -11
  1597. package/icons/SignalZero.jsx +0 -9
  1598. package/icons/Signature.jsx +0 -10
  1599. package/icons/Signpost.jsx +0 -11
  1600. package/icons/SignpostBig.jsx +0 -12
  1601. package/icons/Siren.jsx +0 -16
  1602. package/icons/SkipBack.jsx +0 -10
  1603. package/icons/SkipForward.jsx +0 -10
  1604. package/icons/Skull.jsx +0 -12
  1605. package/icons/Slash.jsx +0 -9
  1606. package/icons/Slice.jsx +0 -9
  1607. package/icons/SlidersHorizontal.jsx +0 -17
  1608. package/icons/SlidersVertical.jsx +0 -17
  1609. package/icons/Smartphone.jsx +0 -10
  1610. package/icons/SmartphoneCharging.jsx +0 -10
  1611. package/icons/SmartphoneNfc.jsx +0 -12
  1612. package/icons/Smile.jsx +0 -12
  1613. package/icons/SmilePlus.jsx +0 -14
  1614. package/icons/Snail.jsx +0 -13
  1615. package/icons/Snowflake.jsx +0 -20
  1616. package/icons/SoapDispenserDroplet.jsx +0 -12
  1617. package/icons/Sofa.jsx +0 -13
  1618. package/icons/SolarPanel.jsx +0 -15
  1619. package/icons/Soup.jsx +0 -14
  1620. package/icons/Space.jsx +0 -9
  1621. package/icons/Spade.jsx +0 -10
  1622. package/icons/Sparkle.jsx +0 -9
  1623. package/icons/Sparkles.jsx +0 -12
  1624. package/icons/Speaker.jsx +0 -12
  1625. package/icons/Speech.jsx +0 -11
  1626. package/icons/SpellCheck.jsx +0 -11
  1627. package/icons/SpellCheck2.jsx +0 -11
  1628. package/icons/Spline.jsx +0 -11
  1629. package/icons/SplinePointer.jsx +0 -12
  1630. package/icons/Split.jsx +0 -12
  1631. package/icons/Spool.jsx +0 -10
  1632. package/icons/SportShoe.jsx +0 -11
  1633. package/icons/Spotlight.jsx +0 -13
  1634. package/icons/SprayCan.jsx +0 -18
  1635. package/icons/Sprout.jsx +0 -11
  1636. package/icons/Square.jsx +0 -9
  1637. package/icons/SquareActivity.jsx +0 -10
  1638. package/icons/SquareArrowDown.jsx +0 -11
  1639. package/icons/SquareArrowDownLeft.jsx +0 -11
  1640. package/icons/SquareArrowDownRight.jsx +0 -11
  1641. package/icons/SquareArrowLeft.jsx +0 -11
  1642. package/icons/SquareArrowOutDownLeft.jsx +0 -11
  1643. package/icons/SquareArrowOutDownRight.jsx +0 -11
  1644. package/icons/SquareArrowOutUpLeft.jsx +0 -11
  1645. package/icons/SquareArrowOutUpRight.jsx +0 -11
  1646. package/icons/SquareArrowRight.jsx +0 -11
  1647. package/icons/SquareArrowRightEnter.jsx +0 -11
  1648. package/icons/SquareArrowRightExit.jsx +0 -11
  1649. package/icons/SquareArrowUp.jsx +0 -11
  1650. package/icons/SquareArrowUpLeft.jsx +0 -11
  1651. package/icons/SquareArrowUpRight.jsx +0 -11
  1652. package/icons/SquareAsterisk.jsx +0 -12
  1653. package/icons/SquareBottomDashedScissors.jsx +0 -22
  1654. package/icons/SquareCenterlineDashedHorizontal.jsx +0 -14
  1655. package/icons/SquareCenterlineDashedVertical.jsx +0 -14
  1656. package/icons/SquareChartGantt.jsx +0 -12
  1657. package/icons/SquareCheck.jsx +0 -10
  1658. package/icons/SquareCheckBig.jsx +0 -10
  1659. package/icons/SquareChevronDown.jsx +0 -10
  1660. package/icons/SquareChevronLeft.jsx +0 -10
  1661. package/icons/SquareChevronRight.jsx +0 -10
  1662. package/icons/SquareChevronUp.jsx +0 -10
  1663. package/icons/SquareCode.jsx +0 -11
  1664. package/icons/SquareDashed.jsx +0 -20
  1665. package/icons/SquareDashedBottom.jsx +0 -11
  1666. package/icons/SquareDashedBottomCode.jsx +0 -13
  1667. package/icons/SquareDashedKanban.jsx +0 -23
  1668. package/icons/SquareDashedMousePointer.jsx +0 -18
  1669. package/icons/SquareDashedText.jsx +0 -23
  1670. package/icons/SquareDashedTopSolid.jsx +0 -17
  1671. package/icons/SquareDivide.jsx +0 -12
  1672. package/icons/SquareDot.jsx +0 -10
  1673. package/icons/SquareEqual.jsx +0 -11
  1674. package/icons/SquareFunction.jsx +0 -11
  1675. package/icons/SquareKanban.jsx +0 -12
  1676. package/icons/SquareLibrary.jsx +0 -12
  1677. package/icons/SquareM.jsx +0 -10
  1678. package/icons/SquareMenu.jsx +0 -12
  1679. package/icons/SquareMinus.jsx +0 -10
  1680. package/icons/SquareMousePointer.jsx +0 -10
  1681. package/icons/SquareParking.jsx +0 -10
  1682. package/icons/SquareParkingOff.jsx +0 -13
  1683. package/icons/SquarePause.jsx +0 -11
  1684. package/icons/SquarePen.jsx +0 -10
  1685. package/icons/SquarePercent.jsx +0 -12
  1686. package/icons/SquarePi.jsx +0 -12
  1687. package/icons/SquarePilcrow.jsx +0 -12
  1688. package/icons/SquarePlay.jsx +0 -10
  1689. package/icons/SquarePlus.jsx +0 -11
  1690. package/icons/SquarePower.jsx +0 -11
  1691. package/icons/SquareRadical.jsx +0 -10
  1692. package/icons/SquareRoundCorner.jsx +0 -10
  1693. package/icons/SquareScissors.jsx +0 -14
  1694. package/icons/SquareSigma.jsx +0 -10
  1695. package/icons/SquareSlash.jsx +0 -10
  1696. package/icons/SquareSplitHorizontal.jsx +0 -11
  1697. package/icons/SquareSplitVertical.jsx +0 -11
  1698. package/icons/SquareSquare.jsx +0 -10
  1699. package/icons/SquareStack.jsx +0 -11
  1700. package/icons/SquareStar.jsx +0 -10
  1701. package/icons/SquareStop.jsx +0 -10
  1702. package/icons/SquareTerminal.jsx +0 -11
  1703. package/icons/SquareUser.jsx +0 -11
  1704. package/icons/SquareUserRound.jsx +0 -11
  1705. package/icons/SquareX.jsx +0 -11
  1706. package/icons/SquaresExclude.jsx +0 -10
  1707. package/icons/SquaresIntersect.jsx +0 -19
  1708. package/icons/SquaresSubtract.jsx +0 -14
  1709. package/icons/SquaresUnite.jsx +0 -9
  1710. package/icons/Squircle.jsx +0 -9
  1711. package/icons/SquircleDashed.jsx +0 -16
  1712. package/icons/Squirrel.jsx +0 -12
  1713. package/icons/Stamp.jsx +0 -11
  1714. package/icons/Star.jsx +0 -9
  1715. package/icons/StarHalf.jsx +0 -9
  1716. package/icons/StarOff.jsx +0 -11
  1717. package/icons/StepBack.jsx +0 -10
  1718. package/icons/StepForward.jsx +0 -10
  1719. package/icons/Stethoscope.jsx +0 -13
  1720. package/icons/Sticker.jsx +0 -13
  1721. package/icons/StickyNote.jsx +0 -10
  1722. package/icons/Stone.jsx +0 -11
  1723. package/icons/Store.jsx +0 -11
  1724. package/icons/StretchHorizontal.jsx +0 -10
  1725. package/icons/StretchVertical.jsx +0 -10
  1726. package/icons/Strikethrough.jsx +0 -11
  1727. package/icons/Subscript.jsx +0 -11
  1728. package/icons/Sun.jsx +0 -17
  1729. package/icons/SunDim.jsx +0 -17
  1730. package/icons/SunMedium.jsx +0 -17
  1731. package/icons/SunMoon.jsx +0 -13
  1732. package/icons/SunSnow.jsx +0 -19
  1733. package/icons/Sunrise.jsx +0 -16
  1734. package/icons/Sunset.jsx +0 -16
  1735. package/icons/Superscript.jsx +0 -11
  1736. package/icons/SwatchBook.jsx +0 -12
  1737. package/icons/SwissFranc.jsx +0 -11
  1738. package/icons/SwitchCamera.jsx +0 -13
  1739. package/icons/Sword.jsx +0 -12
  1740. package/icons/Swords.jsx +0 -16
  1741. package/icons/Syringe.jsx +0 -14
  1742. package/icons/Table.jsx +0 -12
  1743. package/icons/Table2.jsx +0 -9
  1744. package/icons/TableCellsMerge.jsx +0 -13
  1745. package/icons/TableCellsSplit.jsx +0 -12
  1746. package/icons/TableColumnsSplit.jsx +0 -19
  1747. package/icons/TableOfContents.jsx +0 -14
  1748. package/icons/TableProperties.jsx +0 -12
  1749. package/icons/TableRowsSplit.jsx +0 -19
  1750. package/icons/Tablet.jsx +0 -10
  1751. package/icons/TabletSmartphone.jsx +0 -11
  1752. package/icons/Tablets.jsx +0 -12
  1753. package/icons/Tag.jsx +0 -10
  1754. package/icons/Tags.jsx +0 -11
  1755. package/icons/Tally1.jsx +0 -9
  1756. package/icons/Tally2.jsx +0 -10
  1757. package/icons/Tally3.jsx +0 -11
  1758. package/icons/Tally4.jsx +0 -12
  1759. package/icons/Tally5.jsx +0 -13
  1760. package/icons/Tangent.jsx +0 -12
  1761. package/icons/Target.jsx +0 -11
  1762. package/icons/Telescope.jsx +0 -15
  1763. package/icons/Tent.jsx +0 -12
  1764. package/icons/TentTree.jsx +0 -15
  1765. package/icons/Terminal.jsx +0 -10
  1766. package/icons/TestTube.jsx +0 -11
  1767. package/icons/TestTubeDiagonal.jsx +0 -11
  1768. package/icons/TestTubes.jsx +0 -14
  1769. package/icons/TextAlignCenter.jsx +0 -11
  1770. package/icons/TextAlignEnd.jsx +0 -11
  1771. package/icons/TextAlignJustify.jsx +0 -11
  1772. package/icons/TextAlignStart.jsx +0 -11
  1773. package/icons/TextCursor.jsx +0 -11
  1774. package/icons/TextCursorInput.jsx +0 -13
  1775. package/icons/TextInitial.jsx +0 -13
  1776. package/icons/TextQuote.jsx +0 -12
  1777. package/icons/TextSearch.jsx +0 -13
  1778. package/icons/TextWrap.jsx +0 -12
  1779. package/icons/Theater.jsx +0 -17
  1780. package/icons/Thermometer.jsx +0 -9
  1781. package/icons/ThermometerSnowflake.jsx +0 -16
  1782. package/icons/ThermometerSun.jsx +0 -14
  1783. package/icons/ThumbsDown.jsx +0 -10
  1784. package/icons/ThumbsUp.jsx +0 -10
  1785. package/icons/Ticket.jsx +0 -12
  1786. package/icons/TicketCheck.jsx +0 -10
  1787. package/icons/TicketMinus.jsx +0 -10
  1788. package/icons/TicketPercent.jsx +0 -12
  1789. package/icons/TicketPlus.jsx +0 -11
  1790. package/icons/TicketSlash.jsx +0 -10
  1791. package/icons/TicketX.jsx +0 -11
  1792. package/icons/Tickets.jsx +0 -13
  1793. package/icons/TicketsPlane.jsx +0 -15
  1794. package/icons/Timeline.jsx +0 -16
  1795. package/icons/Timer.jsx +0 -11
  1796. package/icons/TimerOff.jsx +0 -13
  1797. package/icons/TimerReset.jsx +0 -12
  1798. package/icons/ToggleLeft.jsx +0 -10
  1799. package/icons/ToggleRight.jsx +0 -10
  1800. package/icons/Toilet.jsx +0 -10
  1801. package/icons/ToolCase.jsx +0 -12
  1802. package/icons/Toolbox.jsx +0 -13
  1803. package/icons/Tornado.jsx +0 -13
  1804. package/icons/Torus.jsx +0 -10
  1805. package/icons/Touchpad.jsx +0 -11
  1806. package/icons/TouchpadOff.jsx +0 -14
  1807. package/icons/TowelRack.jsx +0 -11
  1808. package/icons/TowerControl.jsx +0 -15
  1809. package/icons/ToyBrick.jsx +0 -11
  1810. package/icons/Tractor.jsx +0 -17
  1811. package/icons/TrafficCone.jsx +0 -12
  1812. package/icons/TrainFront.jsx +0 -14
  1813. package/icons/TrainFrontTunnel.jsx +0 -15
  1814. package/icons/TrainTrack.jsx +0 -15
  1815. package/icons/TramFront.jsx +0 -15
  1816. package/icons/Transgender.jsx +0 -16
  1817. package/icons/Trash.jsx +0 -11
  1818. package/icons/Trash2.jsx +0 -13
  1819. package/icons/TreeDeciduous.jsx +0 -10
  1820. package/icons/TreePalm.jsx +0 -12
  1821. package/icons/TreePine.jsx +0 -10
  1822. package/icons/Trees.jsx +0 -12
  1823. package/icons/TrendingDown.jsx +0 -10
  1824. package/icons/TrendingUp.jsx +0 -10
  1825. package/icons/TrendingUpDown.jsx +0 -12
  1826. package/icons/Triangle.jsx +0 -9
  1827. package/icons/TriangleAlert.jsx +0 -11
  1828. package/icons/TriangleDashed.jsx +0 -17
  1829. package/icons/TriangleRight.jsx +0 -9
  1830. package/icons/Trophy.jsx +0 -14
  1831. package/icons/Truck.jsx +0 -13
  1832. package/icons/TruckElectric.jsx +0 -15
  1833. package/icons/TurkishLira.jsx +0 -11
  1834. package/icons/Turntable.jsx +0 -12
  1835. package/icons/Turtle.jsx +0 -12
  1836. package/icons/Tv.jsx +0 -10
  1837. package/icons/TvMinimal.jsx +0 -10
  1838. package/icons/TvMinimalPlay.jsx +0 -11
  1839. package/icons/Type.jsx +0 -11
  1840. package/icons/TypeOutline.jsx +0 -9
  1841. package/icons/Umbrella.jsx +0 -11
  1842. package/icons/UmbrellaOff.jsx +0 -13
  1843. package/icons/Underline.jsx +0 -10
  1844. package/icons/Undo.jsx +0 -10
  1845. package/icons/Undo2.jsx +0 -10
  1846. package/icons/UndoDot.jsx +0 -11
  1847. package/icons/UnfoldHorizontal.jsx +0 -16
  1848. package/icons/UnfoldVertical.jsx +0 -16
  1849. package/icons/Ungroup.jsx +0 -10
  1850. package/icons/University.jsx +0 -15
  1851. package/icons/Unlink.jsx +0 -14
  1852. package/icons/Unlink2.jsx +0 -9
  1853. package/icons/Unplug.jsx +0 -14
  1854. package/icons/Upload.jsx +0 -11
  1855. package/icons/Usb.jsx +0 -15
  1856. package/icons/User.jsx +0 -10
  1857. package/icons/UserCheck.jsx +0 -11
  1858. package/icons/UserCog.jsx +0 -19
  1859. package/icons/UserKey.jsx +0 -13
  1860. package/icons/UserLock.jsx +0 -12
  1861. package/icons/UserMinus.jsx +0 -11
  1862. package/icons/UserPen.jsx +0 -11
  1863. package/icons/UserPlus.jsx +0 -12
  1864. package/icons/UserRound.jsx +0 -10
  1865. package/icons/UserRoundCheck.jsx +0 -11
  1866. package/icons/UserRoundCog.jsx +0 -19
  1867. package/icons/UserRoundKey.jsx +0 -13
  1868. package/icons/UserRoundMinus.jsx +0 -11
  1869. package/icons/UserRoundPen.jsx +0 -11
  1870. package/icons/UserRoundPlus.jsx +0 -12
  1871. package/icons/UserRoundSearch.jsx +0 -12
  1872. package/icons/UserRoundX.jsx +0 -12
  1873. package/icons/UserSearch.jsx +0 -12
  1874. package/icons/UserStar.jsx +0 -11
  1875. package/icons/UserX.jsx +0 -12
  1876. package/icons/Users.jsx +0 -12
  1877. package/icons/UsersRound.jsx +0 -11
  1878. package/icons/Utensils.jsx +0 -11
  1879. package/icons/UtensilsCrossed.jsx +0 -12
  1880. package/icons/UtilityPole.jsx +0 -15
  1881. package/icons/Van.jsx +0 -13
  1882. package/icons/Variable.jsx +0 -12
  1883. package/icons/Vault.jsx +0 -18
  1884. package/icons/VectorSquare.jsx +0 -16
  1885. package/icons/Vegan.jsx +0 -11
  1886. package/icons/VenetianMask.jsx +0 -11
  1887. package/icons/Venus.jsx +0 -11
  1888. package/icons/VenusAndMars.jsx +0 -13
  1889. package/icons/Vibrate.jsx +0 -11
  1890. package/icons/VibrateOff.jsx +0 -13
  1891. package/icons/Video.jsx +0 -10
  1892. package/icons/VideoOff.jsx +0 -11
  1893. package/icons/Videotape.jsx +0 -13
  1894. package/icons/View.jsx +0 -12
  1895. package/icons/Voicemail.jsx +0 -11
  1896. package/icons/Volleyball.jsx +0 -14
  1897. package/icons/Volume.jsx +0 -9
  1898. package/icons/Volume1.jsx +0 -10
  1899. package/icons/Volume2.jsx +0 -11
  1900. package/icons/VolumeOff.jsx +0 -13
  1901. package/icons/VolumeX.jsx +0 -11
  1902. package/icons/Vote.jsx +0 -11
  1903. package/icons/Wallet.jsx +0 -10
  1904. package/icons/WalletCards.jsx +0 -11
  1905. package/icons/WalletMinimal.jsx +0 -10
  1906. package/icons/Wallpaper.jsx +0 -13
  1907. package/icons/Wand.jsx +0 -17
  1908. package/icons/WandSparkles.jsx +0 -16
  1909. package/icons/Warehouse.jsx +0 -12
  1910. package/icons/WashingMachine.jsx +0 -13
  1911. package/icons/Watch.jsx +0 -12
  1912. package/icons/WavesArrowDown.jsx +0 -12
  1913. package/icons/WavesArrowUp.jsx +0 -12
  1914. package/icons/WavesHorizontal.jsx +0 -11
  1915. package/icons/WavesLadder.jsx +0 -13
  1916. package/icons/WavesVertical.jsx +0 -11
  1917. package/icons/Waypoints.jsx +0 -15
  1918. package/icons/Webcam.jsx +0 -12
  1919. package/icons/Webhook.jsx +0 -11
  1920. package/icons/WebhookOff.jsx +0 -15
  1921. package/icons/Weight.jsx +0 -10
  1922. package/icons/WeightTilde.jsx +0 -11
  1923. package/icons/Wheat.jsx +0 -16
  1924. package/icons/WheatOff.jsx +0 -18
  1925. package/icons/WholeWord.jsx +0 -13
  1926. package/icons/Wifi.jsx +0 -12
  1927. package/icons/WifiCog.jsx +0 -20
  1928. package/icons/WifiHigh.jsx +0 -11
  1929. package/icons/WifiLow.jsx +0 -10
  1930. package/icons/WifiOff.jsx +0 -15
  1931. package/icons/WifiPen.jsx +0 -12
  1932. package/icons/WifiSync.jsx +0 -15
  1933. package/icons/WifiZero.jsx +0 -9
  1934. package/icons/Wind.jsx +0 -11
  1935. package/icons/WindArrowDown.jsx +0 -12
  1936. package/icons/Wine.jsx +0 -12
  1937. package/icons/WineOff.jsx +0 -13
  1938. package/icons/Workflow.jsx +0 -11
  1939. package/icons/Worm.jsx +0 -11
  1940. package/icons/Wrench.jsx +0 -9
  1941. package/icons/X.jsx +0 -10
  1942. package/icons/XLineTop.jsx +0 -11
  1943. package/icons/Zap.jsx +0 -9
  1944. package/icons/ZapOff.jsx +0 -12
  1945. package/icons/ZodiacAquarius.jsx +0 -10
  1946. package/icons/ZodiacAries.jsx +0 -10
  1947. package/icons/ZodiacCancer.jsx +0 -12
  1948. package/icons/ZodiacCapricorn.jsx +0 -11
  1949. package/icons/ZodiacGemini.jsx +0 -12
  1950. package/icons/ZodiacLeo.jsx +0 -10
  1951. package/icons/ZodiacLibra.jsx +0 -10
  1952. package/icons/ZodiacOphiuchus.jsx +0 -10
  1953. package/icons/ZodiacPisces.jsx +0 -11
  1954. package/icons/ZodiacSagittarius.jsx +0 -11
  1955. package/icons/ZodiacScorpio.jsx +0 -12
  1956. package/icons/ZodiacTaurus.jsx +0 -10
  1957. package/icons/ZodiacVirgo.jsx +0 -12
  1958. package/icons/ZoomIn.jsx +0 -12
  1959. package/icons/ZoomOut.jsx +0 -11
  1960. package/icons/_Icon.jsx +0 -28
  1961. package/icons/index.js +0 -1948
  1962. package/jsconfig.json +0 -9
  1963. package/layout/Header.jsx +0 -50
  1964. package/layout/Layout.jsx +0 -60
  1965. package/layout/Sidebar.jsx +0 -124
  1966. package/layout/TabBar.jsx +0 -70
  1967. package/scripts/vendor-icons.js +0 -132
  1968. package/shadcn/ui/carousel.jsx +0 -195
  1969. package/shadcn/ui/chart.jsx +0 -312
  1970. package/shadcn/ui/resizable.jsx +0 -47
  1971. package/stevederico-skateboard-ui-3.0.1.tgz +0 -0
  1972. package/views/LandingView.jsx +0 -207
  1973. package/views/NotFound.jsx +0 -27
  1974. package/views/PaymentView.jsx +0 -118
  1975. package/views/SettingsView.jsx +0 -199
  1976. package/views/SignInView.jsx +0 -171
  1977. package/views/SignOutView.jsx +0 -54
  1978. package/views/SignUpView.jsx +0 -208
  1979. package/views/TextView.jsx +0 -48
  1980. /package/{core → components/core}/Calendar.jsx +0 -0
  1981. /package/{core → components/core}/Command.jsx +0 -0
  1982. /package/{.claude/worktrees/strange-feistel-abc494 → components}/core/Context.jsx +0 -0
  1983. /package/{core → components/core}/ThemeProvider.jsx +0 -0
  1984. /package/{.claude/worktrees/strange-feistel-abc494 → components}/core/Utilities.js +0 -0
@@ -0,0 +1,2391 @@
1
+ import {
2
+ getPseudoElementBounds
3
+ } from "./_chunk-6b17g8t7.js";
4
+ import {
5
+ Separator
6
+ } from "./_chunk-7fmjymvh.js";
7
+ import {
8
+ useMenubarContext
9
+ } from "./_chunk-65zw5gs2.js";
10
+ import {
11
+ CompositeItem
12
+ } from "./_chunk-j0eqdjta.js";
13
+ import {
14
+ useTriggerFocusGuards
15
+ } from "./_chunk-0xhx4g7r.js";
16
+ import {
17
+ useAnchoredPopupScrollLock
18
+ } from "./_chunk-agc6ew3g.js";
19
+ import {
20
+ useToolbarRootContext
21
+ } from "./_chunk-y887e46p.js";
22
+ import {
23
+ usePopupViewport
24
+ } from "./_chunk-q7yw9mz4.js";
25
+ import {
26
+ adaptiveOrigin,
27
+ getDisabledMountTransitionStyles,
28
+ useAnchorPositioning,
29
+ usePositioner
30
+ } from "./_chunk-502wngfc.js";
31
+ import {
32
+ useCompositeListItem
33
+ } from "./_chunk-ek863ta9.js";
34
+ import {
35
+ isElementDisabled
36
+ } from "./_chunk-vdc01ss3.js";
37
+ import {
38
+ CompositeList
39
+ } from "./_chunk-p6qynd6r.js";
40
+ import {
41
+ useDirection
42
+ } from "./_chunk-wtw745qd.js";
43
+ import {
44
+ useControlled
45
+ } from "./_chunk-01rqe37g.js";
46
+ import {
47
+ InternalBackdrop,
48
+ useOpenInteractionType
49
+ } from "./_chunk-q3nee19r.js";
50
+ import {
51
+ createInitialPopupStoreState,
52
+ popupStoreSelectors,
53
+ useImplicitActiveTrigger,
54
+ useOpenStateTransitions,
55
+ useTriggerDataForwarding,
56
+ useTriggerRegistration
57
+ } from "./_chunk-7jjzay8b.js";
58
+ import {
59
+ useOnFirstRender
60
+ } from "./_chunk-f09cp81f.js";
61
+ import {
62
+ popupStateMapping,
63
+ pressableTriggerOpenStateMapping,
64
+ triggerOpenStateMapping
65
+ } from "./_chunk-536jvgeq.js";
66
+ import {
67
+ inertValue
68
+ } from "./_chunk-9nyxkvte.js";
69
+ import {
70
+ DROPDOWN_COLLISION_AVOIDANCE,
71
+ FloatingFocusManager,
72
+ FloatingNode,
73
+ FloatingPortal,
74
+ FloatingTree,
75
+ FloatingTreeStore,
76
+ FocusGuard,
77
+ PATIENT_CLICK_THRESHOLD,
78
+ POPUP_COLLISION_AVOIDANCE,
79
+ PopupTriggerMap,
80
+ ReactStore,
81
+ TYPEAHEAD_RESET_MS,
82
+ createSelector,
83
+ fastComponent,
84
+ fastComponentRef,
85
+ safePolygon,
86
+ useClick,
87
+ useDismiss,
88
+ useFloatingNodeId,
89
+ useFloatingParentNodeId,
90
+ useFloatingTree,
91
+ useFocus,
92
+ useHoverFloatingInteraction,
93
+ useHoverReferenceInteraction,
94
+ useInteractions,
95
+ useListNavigation,
96
+ useRole,
97
+ useSyncedFloatingRootContext,
98
+ useTypeahead
99
+ } from "./_chunk-2tyt8f8r.js";
100
+ import {
101
+ ownerDocument
102
+ } from "./_chunk-xb7ph1ka.js";
103
+ import {
104
+ contains
105
+ } from "./_chunk-atnkefgd.js";
106
+ import {
107
+ COMPOSITE_KEYS
108
+ } from "./_chunk-qce0xt57.js";
109
+ import {
110
+ isMac
111
+ } from "./_chunk-t7j3rbpv.js";
112
+ import {
113
+ useTimeout
114
+ } from "./_chunk-7v1t86x1.js";
115
+ import {
116
+ createChangeEventDetails,
117
+ exports_reason_parts
118
+ } from "./_chunk-4s0k3h7t.js";
119
+ import {
120
+ useBaseUiId,
121
+ useId
122
+ } from "./_chunk-8kh3xk78.js";
123
+ import {
124
+ transitionStatusMapping,
125
+ useAnimationsFinished,
126
+ useOpenChangeComplete,
127
+ useTransitionStatus
128
+ } from "./_chunk-mbn76q14.js";
129
+ import {
130
+ useButton
131
+ } from "./_chunk-85vrgzwr.js";
132
+ import {
133
+ useCompositeRootContext
134
+ } from "./_chunk-6xevjepc.js";
135
+ import {
136
+ getParentNode,
137
+ isHTMLElement,
138
+ isLastTraversableNode
139
+ } from "./_chunk-sx6vkz01.js";
140
+ import {
141
+ SafeReact
142
+ } from "./_chunk-n7dnqnbw.js";
143
+ import {
144
+ useStableCallback
145
+ } from "./_chunk-mznt6ktj.js";
146
+ import {
147
+ useIsoLayoutEffect
148
+ } from "./_chunk-b40erthe.js";
149
+ import {
150
+ EMPTY_ARRAY,
151
+ EMPTY_OBJECT,
152
+ useMergedRefs,
153
+ useRefWithInit,
154
+ useRenderElement,
155
+ warn
156
+ } from "./_chunk-1s41sngz.js";
157
+ import {
158
+ __export,
159
+ mergeProps
160
+ } from "./_chunk-1e6khrvm.js";
161
+
162
+ // node_modules/.deno/@base-ui+react@1.4.1/node_modules/@base-ui/react/esm/menu/index.parts.js
163
+ var exports_index_parts = {};
164
+ __export(exports_index_parts, {
165
+ createHandle: () => createMenuHandle,
166
+ Viewport: () => MenuViewport,
167
+ Trigger: () => MenuTrigger,
168
+ SubmenuTrigger: () => MenuSubmenuTrigger,
169
+ SubmenuRoot: () => MenuSubmenuRoot,
170
+ Separator: () => Separator,
171
+ Root: () => MenuRoot,
172
+ RadioItemIndicator: () => MenuRadioItemIndicator,
173
+ RadioItem: () => MenuRadioItem,
174
+ RadioGroup: () => MenuRadioGroup,
175
+ Positioner: () => MenuPositioner,
176
+ Portal: () => MenuPortal,
177
+ Popup: () => MenuPopup,
178
+ LinkItem: () => MenuLinkItem,
179
+ Item: () => MenuItem,
180
+ Handle: () => MenuHandle,
181
+ GroupLabel: () => MenuGroupLabel,
182
+ Group: () => MenuGroup,
183
+ CheckboxItemIndicator: () => MenuCheckboxItemIndicator,
184
+ CheckboxItem: () => MenuCheckboxItem,
185
+ Backdrop: () => MenuBackdrop,
186
+ Arrow: () => MenuArrow
187
+ });
188
+
189
+ // node_modules/.deno/@base-ui+react@1.4.1/node_modules/@base-ui/react/esm/menu/arrow/MenuArrow.js
190
+ import * as React3 from "react";
191
+
192
+ // node_modules/.deno/@base-ui+react@1.4.1/node_modules/@base-ui/react/esm/menu/positioner/MenuPositionerContext.js
193
+ import * as React from "react";
194
+ "use client";
195
+ var MenuPositionerContext = /* @__PURE__ */ React.createContext(undefined);
196
+ if (true)
197
+ MenuPositionerContext.displayName = "MenuPositionerContext";
198
+ function useMenuPositionerContext(optional) {
199
+ const context = React.useContext(MenuPositionerContext);
200
+ if (context === undefined && !optional) {
201
+ throw new Error("Base UI: MenuPositionerContext is missing. MenuPositioner parts must be placed within <Menu.Positioner>.");
202
+ }
203
+ return context;
204
+ }
205
+
206
+ // node_modules/.deno/@base-ui+react@1.4.1/node_modules/@base-ui/react/esm/menu/root/MenuRootContext.js
207
+ import * as React2 from "react";
208
+ "use client";
209
+ var MenuRootContext = /* @__PURE__ */ React2.createContext(undefined);
210
+ if (true)
211
+ MenuRootContext.displayName = "MenuRootContext";
212
+ function useMenuRootContext(optional) {
213
+ const context = React2.useContext(MenuRootContext);
214
+ if (context === undefined && !optional) {
215
+ throw new Error("Base UI: MenuRootContext is missing. Menu parts must be placed within <Menu.Root>.");
216
+ }
217
+ return context;
218
+ }
219
+
220
+ // node_modules/.deno/@base-ui+react@1.4.1/node_modules/@base-ui/react/esm/menu/arrow/MenuArrow.js
221
+ "use client";
222
+ var MenuArrow = /* @__PURE__ */ React3.forwardRef(function MenuArrow2(componentProps, forwardedRef) {
223
+ const {
224
+ className,
225
+ render,
226
+ style,
227
+ ...elementProps
228
+ } = componentProps;
229
+ const {
230
+ store
231
+ } = useMenuRootContext();
232
+ const {
233
+ arrowRef,
234
+ side,
235
+ align,
236
+ arrowUncentered,
237
+ arrowStyles
238
+ } = useMenuPositionerContext();
239
+ const open = store.useState("open");
240
+ const state = {
241
+ open,
242
+ side,
243
+ align,
244
+ uncentered: arrowUncentered
245
+ };
246
+ return useRenderElement("div", componentProps, {
247
+ ref: [arrowRef, forwardedRef],
248
+ stateAttributesMapping: popupStateMapping,
249
+ state,
250
+ props: {
251
+ style: arrowStyles,
252
+ "aria-hidden": true,
253
+ ...elementProps
254
+ }
255
+ });
256
+ });
257
+ if (true)
258
+ MenuArrow.displayName = "MenuArrow";
259
+ // node_modules/.deno/@base-ui+react@1.4.1/node_modules/@base-ui/react/esm/menu/backdrop/MenuBackdrop.js
260
+ import * as React5 from "react";
261
+
262
+ // node_modules/.deno/@base-ui+react@1.4.1/node_modules/@base-ui/react/esm/context-menu/root/ContextMenuRootContext.js
263
+ import * as React4 from "react";
264
+ "use client";
265
+ var ContextMenuRootContext = /* @__PURE__ */ React4.createContext(undefined);
266
+ if (true)
267
+ ContextMenuRootContext.displayName = "ContextMenuRootContext";
268
+ function useContextMenuRootContext(optional = true) {
269
+ const context = React4.useContext(ContextMenuRootContext);
270
+ if (context === undefined && !optional) {
271
+ throw new Error("Base UI: ContextMenuRootContext is missing. ContextMenu parts must be placed within <ContextMenu.Root>.");
272
+ }
273
+ return context;
274
+ }
275
+
276
+ // node_modules/.deno/@base-ui+react@1.4.1/node_modules/@base-ui/react/esm/menu/backdrop/MenuBackdrop.js
277
+ "use client";
278
+ var stateAttributesMapping = {
279
+ ...popupStateMapping,
280
+ ...transitionStatusMapping
281
+ };
282
+ var MenuBackdrop = /* @__PURE__ */ React5.forwardRef(function MenuBackdrop2(componentProps, forwardedRef) {
283
+ const {
284
+ className,
285
+ render,
286
+ style,
287
+ ...elementProps
288
+ } = componentProps;
289
+ const {
290
+ store
291
+ } = useMenuRootContext();
292
+ const open = store.useState("open");
293
+ const mounted = store.useState("mounted");
294
+ const transitionStatus = store.useState("transitionStatus");
295
+ const lastOpenChangeReason = store.useState("lastOpenChangeReason");
296
+ const contextMenuContext = useContextMenuRootContext();
297
+ const state = {
298
+ open,
299
+ transitionStatus
300
+ };
301
+ return useRenderElement("div", componentProps, {
302
+ ref: contextMenuContext?.backdropRef ? [forwardedRef, contextMenuContext.backdropRef] : forwardedRef,
303
+ state,
304
+ stateAttributesMapping,
305
+ props: [{
306
+ role: "presentation",
307
+ hidden: !mounted,
308
+ style: {
309
+ pointerEvents: lastOpenChangeReason === exports_reason_parts.triggerHover ? "none" : undefined,
310
+ userSelect: "none",
311
+ WebkitUserSelect: "none"
312
+ }
313
+ }, elementProps]
314
+ });
315
+ });
316
+ if (true)
317
+ MenuBackdrop.displayName = "MenuBackdrop";
318
+ // node_modules/.deno/@base-ui+react@1.4.1/node_modules/@base-ui/react/esm/menu/checkbox-item/MenuCheckboxItem.js
319
+ import * as React9 from "react";
320
+
321
+ // node_modules/.deno/@base-ui+react@1.4.1/node_modules/@base-ui/react/esm/menu/checkbox-item/MenuCheckboxItemContext.js
322
+ import * as React6 from "react";
323
+ "use client";
324
+ var MenuCheckboxItemContext = /* @__PURE__ */ React6.createContext(undefined);
325
+ if (true)
326
+ MenuCheckboxItemContext.displayName = "MenuCheckboxItemContext";
327
+ function useMenuCheckboxItemContext() {
328
+ const context = React6.useContext(MenuCheckboxItemContext);
329
+ if (context === undefined) {
330
+ throw new Error("Base UI: MenuCheckboxItemContext is missing. MenuCheckboxItem parts must be placed within <Menu.CheckboxItem>.");
331
+ }
332
+ return context;
333
+ }
334
+
335
+ // node_modules/.deno/@base-ui+react@1.4.1/node_modules/@base-ui/react/esm/menu/item/useMenuItem.js
336
+ import * as React8 from "react";
337
+
338
+ // node_modules/.deno/@base-ui+react@1.4.1/node_modules/@base-ui/react/esm/menu/item/useMenuItemCommonProps.js
339
+ import * as React7 from "react";
340
+ "use client";
341
+ function useMenuItemCommonProps(params) {
342
+ const {
343
+ closeOnClick,
344
+ highlighted,
345
+ id,
346
+ nodeId,
347
+ store,
348
+ typingRef,
349
+ itemRef,
350
+ itemMetadata
351
+ } = params;
352
+ const {
353
+ events: menuEvents
354
+ } = store.useState("floatingTreeRoot");
355
+ const contextMenuContext = useContextMenuRootContext(true);
356
+ const isContextMenu = contextMenuContext !== undefined;
357
+ return React7.useMemo(() => ({
358
+ id,
359
+ role: "menuitem",
360
+ tabIndex: highlighted ? 0 : -1,
361
+ onKeyDown(event) {
362
+ if (event.key === " " && typingRef?.current) {
363
+ event.preventDefault();
364
+ }
365
+ },
366
+ onMouseMove(event) {
367
+ if (!nodeId) {
368
+ return;
369
+ }
370
+ menuEvents.emit("itemhover", {
371
+ nodeId,
372
+ target: event.currentTarget
373
+ });
374
+ },
375
+ onClick(event) {
376
+ if (closeOnClick) {
377
+ menuEvents.emit("close", {
378
+ domEvent: event,
379
+ reason: exports_reason_parts.itemPress
380
+ });
381
+ }
382
+ },
383
+ onMouseUp(event) {
384
+ if (contextMenuContext) {
385
+ const initialCursorPoint = contextMenuContext.initialCursorPointRef.current;
386
+ contextMenuContext.initialCursorPointRef.current = null;
387
+ if (isContextMenu && initialCursorPoint && Math.abs(event.clientX - initialCursorPoint.x) <= 1 && Math.abs(event.clientY - initialCursorPoint.y) <= 1) {
388
+ return;
389
+ }
390
+ if (isContextMenu && !isMac && event.button === 2) {
391
+ return;
392
+ }
393
+ }
394
+ if (itemRef.current && store.context.allowMouseUpTriggerRef.current && (!isContextMenu || event.button === 2)) {
395
+ if (!itemMetadata || itemMetadata.type === "regular-item") {
396
+ itemRef.current.click();
397
+ }
398
+ }
399
+ }
400
+ }), [closeOnClick, highlighted, id, menuEvents, nodeId, store, typingRef, itemRef, contextMenuContext, isContextMenu, itemMetadata]);
401
+ }
402
+
403
+ // node_modules/.deno/@base-ui+react@1.4.1/node_modules/@base-ui/react/esm/menu/item/useMenuItem.js
404
+ "use client";
405
+ var REGULAR_ITEM = {
406
+ type: "regular-item"
407
+ };
408
+ function useMenuItem(params) {
409
+ const {
410
+ closeOnClick,
411
+ disabled = false,
412
+ highlighted,
413
+ id,
414
+ store,
415
+ typingRef = store.context.typingRef,
416
+ nativeButton,
417
+ itemMetadata,
418
+ nodeId
419
+ } = params;
420
+ const itemRef = React8.useRef(null);
421
+ const {
422
+ getButtonProps,
423
+ buttonRef
424
+ } = useButton({
425
+ disabled,
426
+ focusableWhenDisabled: true,
427
+ native: nativeButton,
428
+ composite: true
429
+ });
430
+ const commonProps = useMenuItemCommonProps({
431
+ closeOnClick,
432
+ highlighted,
433
+ id,
434
+ nodeId,
435
+ store,
436
+ typingRef,
437
+ itemRef,
438
+ itemMetadata
439
+ });
440
+ const getItemProps = React8.useCallback((externalProps) => {
441
+ return mergeProps(commonProps, {
442
+ onMouseEnter() {
443
+ if (itemMetadata.type !== "submenu-trigger") {
444
+ return;
445
+ }
446
+ itemMetadata.setActive();
447
+ }
448
+ }, externalProps, getButtonProps);
449
+ }, [commonProps, getButtonProps, itemMetadata]);
450
+ const mergedRef = useMergedRefs(itemRef, buttonRef);
451
+ return React8.useMemo(() => ({
452
+ getItemProps,
453
+ itemRef: mergedRef
454
+ }), [getItemProps, mergedRef]);
455
+ }
456
+
457
+ // node_modules/.deno/@base-ui+react@1.4.1/node_modules/@base-ui/react/esm/menu/checkbox-item/MenuCheckboxItemDataAttributes.js
458
+ var MenuCheckboxItemDataAttributes = /* @__PURE__ */ function(MenuCheckboxItemDataAttributes2) {
459
+ MenuCheckboxItemDataAttributes2["checked"] = "data-checked";
460
+ MenuCheckboxItemDataAttributes2["unchecked"] = "data-unchecked";
461
+ MenuCheckboxItemDataAttributes2["disabled"] = "data-disabled";
462
+ MenuCheckboxItemDataAttributes2["highlighted"] = "data-highlighted";
463
+ return MenuCheckboxItemDataAttributes2;
464
+ }({});
465
+
466
+ // node_modules/.deno/@base-ui+react@1.4.1/node_modules/@base-ui/react/esm/menu/utils/stateAttributesMapping.js
467
+ var itemMapping = {
468
+ checked(value) {
469
+ if (value) {
470
+ return {
471
+ [MenuCheckboxItemDataAttributes.checked]: ""
472
+ };
473
+ }
474
+ return {
475
+ [MenuCheckboxItemDataAttributes.unchecked]: ""
476
+ };
477
+ },
478
+ ...transitionStatusMapping
479
+ };
480
+
481
+ // node_modules/.deno/@base-ui+react@1.4.1/node_modules/@base-ui/react/esm/menu/checkbox-item/MenuCheckboxItem.js
482
+ import { jsx as _jsx } from "react/jsx-runtime";
483
+ "use client";
484
+ var MenuCheckboxItem = /* @__PURE__ */ React9.forwardRef(function MenuCheckboxItem2(componentProps, forwardedRef) {
485
+ const {
486
+ render,
487
+ className,
488
+ id: idProp,
489
+ label,
490
+ nativeButton = false,
491
+ disabled = false,
492
+ closeOnClick = false,
493
+ checked: checkedProp,
494
+ defaultChecked,
495
+ onCheckedChange,
496
+ style,
497
+ ...elementProps
498
+ } = componentProps;
499
+ const listItem = useCompositeListItem({
500
+ label
501
+ });
502
+ const menuPositionerContext = useMenuPositionerContext(true);
503
+ const id = useBaseUiId(idProp);
504
+ const {
505
+ store
506
+ } = useMenuRootContext();
507
+ const highlighted = store.useState("isActive", listItem.index);
508
+ const itemProps = store.useState("itemProps");
509
+ const [checked, setChecked] = useControlled({
510
+ controlled: checkedProp,
511
+ default: defaultChecked ?? false,
512
+ name: "MenuCheckboxItem",
513
+ state: "checked"
514
+ });
515
+ const {
516
+ getItemProps,
517
+ itemRef
518
+ } = useMenuItem({
519
+ closeOnClick,
520
+ disabled,
521
+ highlighted,
522
+ id,
523
+ store,
524
+ nativeButton,
525
+ nodeId: menuPositionerContext?.context.nodeId,
526
+ itemMetadata: REGULAR_ITEM
527
+ });
528
+ const state = React9.useMemo(() => ({
529
+ disabled,
530
+ highlighted,
531
+ checked
532
+ }), [disabled, highlighted, checked]);
533
+ const handleClick = useStableCallback((event) => {
534
+ const details = {
535
+ ...createChangeEventDetails(exports_reason_parts.itemPress, event.nativeEvent),
536
+ preventUnmountOnClose: () => {}
537
+ };
538
+ onCheckedChange?.(!checked, details);
539
+ if (details.isCanceled) {
540
+ return;
541
+ }
542
+ setChecked((currentlyChecked) => !currentlyChecked);
543
+ });
544
+ const element = useRenderElement("div", componentProps, {
545
+ state,
546
+ stateAttributesMapping: itemMapping,
547
+ props: [itemProps, {
548
+ role: "menuitemcheckbox",
549
+ "aria-checked": checked,
550
+ onClick: handleClick
551
+ }, elementProps, getItemProps],
552
+ ref: [itemRef, forwardedRef, listItem.ref]
553
+ });
554
+ return /* @__PURE__ */ _jsx(MenuCheckboxItemContext.Provider, {
555
+ value: state,
556
+ children: element
557
+ });
558
+ });
559
+ if (true)
560
+ MenuCheckboxItem.displayName = "MenuCheckboxItem";
561
+ // node_modules/.deno/@base-ui+react@1.4.1/node_modules/@base-ui/react/esm/menu/checkbox-item-indicator/MenuCheckboxItemIndicator.js
562
+ import * as React10 from "react";
563
+ "use client";
564
+ var MenuCheckboxItemIndicator = /* @__PURE__ */ React10.forwardRef(function MenuCheckboxItemIndicator2(componentProps, forwardedRef) {
565
+ const {
566
+ render,
567
+ className,
568
+ style,
569
+ keepMounted = false,
570
+ ...elementProps
571
+ } = componentProps;
572
+ const item = useMenuCheckboxItemContext();
573
+ const indicatorRef = React10.useRef(null);
574
+ const {
575
+ transitionStatus,
576
+ setMounted
577
+ } = useTransitionStatus(item.checked);
578
+ useOpenChangeComplete({
579
+ open: item.checked,
580
+ ref: indicatorRef,
581
+ onComplete() {
582
+ if (!item.checked) {
583
+ setMounted(false);
584
+ }
585
+ }
586
+ });
587
+ const state = {
588
+ checked: item.checked,
589
+ disabled: item.disabled,
590
+ highlighted: item.highlighted,
591
+ transitionStatus
592
+ };
593
+ const element = useRenderElement("span", componentProps, {
594
+ state,
595
+ ref: [forwardedRef, indicatorRef],
596
+ stateAttributesMapping: itemMapping,
597
+ props: {
598
+ "aria-hidden": true,
599
+ ...elementProps
600
+ },
601
+ enabled: keepMounted || item.checked
602
+ });
603
+ return element;
604
+ });
605
+ if (true)
606
+ MenuCheckboxItemIndicator.displayName = "MenuCheckboxItemIndicator";
607
+ // node_modules/.deno/@base-ui+react@1.4.1/node_modules/@base-ui/react/esm/menu/group/MenuGroup.js
608
+ import * as React12 from "react";
609
+
610
+ // node_modules/.deno/@base-ui+react@1.4.1/node_modules/@base-ui/react/esm/menu/group/MenuGroupContext.js
611
+ import * as React11 from "react";
612
+ "use client";
613
+ var MenuGroupContext = /* @__PURE__ */ React11.createContext(undefined);
614
+ if (true)
615
+ MenuGroupContext.displayName = "MenuGroupContext";
616
+ function useMenuGroupRootContext() {
617
+ const context = React11.useContext(MenuGroupContext);
618
+ if (context === undefined) {
619
+ throw new Error("Base UI: MenuGroupRootContext is missing. Menu group parts must be used within <Menu.Group>.");
620
+ }
621
+ return context;
622
+ }
623
+
624
+ // node_modules/.deno/@base-ui+react@1.4.1/node_modules/@base-ui/react/esm/menu/group/MenuGroup.js
625
+ import { jsx as _jsx2 } from "react/jsx-runtime";
626
+ "use client";
627
+ var MenuGroup = /* @__PURE__ */ React12.forwardRef(function MenuGroup2(componentProps, forwardedRef) {
628
+ const {
629
+ render,
630
+ className,
631
+ style,
632
+ ...elementProps
633
+ } = componentProps;
634
+ const [labelId, setLabelId] = React12.useState(undefined);
635
+ const context = React12.useMemo(() => ({
636
+ setLabelId
637
+ }), [setLabelId]);
638
+ const element = useRenderElement("div", componentProps, {
639
+ ref: forwardedRef,
640
+ props: {
641
+ role: "group",
642
+ "aria-labelledby": labelId,
643
+ ...elementProps
644
+ }
645
+ });
646
+ return /* @__PURE__ */ _jsx2(MenuGroupContext.Provider, {
647
+ value: context,
648
+ children: element
649
+ });
650
+ });
651
+ if (true)
652
+ MenuGroup.displayName = "MenuGroup";
653
+ // node_modules/.deno/@base-ui+react@1.4.1/node_modules/@base-ui/react/esm/menu/group-label/MenuGroupLabel.js
654
+ import * as React13 from "react";
655
+ "use client";
656
+ var MenuGroupLabel = /* @__PURE__ */ React13.forwardRef(function MenuGroupLabelComponent(componentProps, forwardedRef) {
657
+ const {
658
+ className,
659
+ render,
660
+ id: idProp,
661
+ style,
662
+ ...elementProps
663
+ } = componentProps;
664
+ const id = useBaseUiId(idProp);
665
+ const {
666
+ setLabelId
667
+ } = useMenuGroupRootContext();
668
+ useIsoLayoutEffect(() => {
669
+ setLabelId(id);
670
+ return () => {
671
+ setLabelId(undefined);
672
+ };
673
+ }, [setLabelId, id]);
674
+ return useRenderElement("div", componentProps, {
675
+ ref: forwardedRef,
676
+ props: {
677
+ id,
678
+ role: "presentation",
679
+ ...elementProps
680
+ }
681
+ });
682
+ });
683
+ if (true)
684
+ MenuGroupLabel.displayName = "MenuGroupLabel";
685
+ // node_modules/.deno/@base-ui+react@1.4.1/node_modules/@base-ui/react/esm/menu/item/MenuItem.js
686
+ import * as React14 from "react";
687
+ "use client";
688
+ var MenuItem = /* @__PURE__ */ React14.forwardRef(function MenuItem2(componentProps, forwardedRef) {
689
+ const {
690
+ render,
691
+ className,
692
+ id: idProp,
693
+ label,
694
+ nativeButton = false,
695
+ disabled = false,
696
+ closeOnClick = true,
697
+ style,
698
+ ...elementProps
699
+ } = componentProps;
700
+ const listItem = useCompositeListItem({
701
+ label
702
+ });
703
+ const menuPositionerContext = useMenuPositionerContext(true);
704
+ const id = useBaseUiId(idProp);
705
+ const {
706
+ store
707
+ } = useMenuRootContext();
708
+ const highlighted = store.useState("isActive", listItem.index);
709
+ const itemProps = store.useState("itemProps");
710
+ const {
711
+ getItemProps,
712
+ itemRef
713
+ } = useMenuItem({
714
+ closeOnClick,
715
+ disabled,
716
+ highlighted,
717
+ id,
718
+ store,
719
+ nativeButton,
720
+ nodeId: menuPositionerContext?.context.nodeId,
721
+ itemMetadata: REGULAR_ITEM
722
+ });
723
+ const state = {
724
+ disabled,
725
+ highlighted
726
+ };
727
+ return useRenderElement("div", componentProps, {
728
+ state,
729
+ props: [itemProps, elementProps, getItemProps],
730
+ ref: [itemRef, forwardedRef, listItem.ref]
731
+ });
732
+ });
733
+ if (true)
734
+ MenuItem.displayName = "MenuItem";
735
+ // node_modules/.deno/@base-ui+react@1.4.1/node_modules/@base-ui/react/esm/menu/link-item/MenuLinkItem.js
736
+ import * as React15 from "react";
737
+ "use client";
738
+ var MenuLinkItem = /* @__PURE__ */ React15.forwardRef(function MenuLinkItem2(componentProps, forwardedRef) {
739
+ const {
740
+ render,
741
+ className,
742
+ id: idProp,
743
+ label,
744
+ closeOnClick = false,
745
+ style,
746
+ ...elementProps
747
+ } = componentProps;
748
+ const linkRef = React15.useRef(null);
749
+ const listItem = useCompositeListItem({
750
+ label
751
+ });
752
+ const menuPositionerContext = useMenuPositionerContext(true);
753
+ const nodeId = menuPositionerContext?.context.nodeId;
754
+ const id = useBaseUiId(idProp);
755
+ const {
756
+ store
757
+ } = useMenuRootContext();
758
+ const highlighted = store.useState("isActive", listItem.index);
759
+ const itemProps = store.useState("itemProps");
760
+ const typingRef = store.context.typingRef;
761
+ const {
762
+ getButtonProps,
763
+ buttonRef
764
+ } = useButton({
765
+ native: false,
766
+ composite: true
767
+ });
768
+ const commonProps = useMenuItemCommonProps({
769
+ closeOnClick,
770
+ highlighted,
771
+ id,
772
+ nodeId,
773
+ store,
774
+ typingRef,
775
+ itemRef: linkRef
776
+ });
777
+ function getItemProps(externalProps) {
778
+ return mergeProps(commonProps, externalProps, getButtonProps);
779
+ }
780
+ const state = React15.useMemo(() => ({
781
+ highlighted
782
+ }), [highlighted]);
783
+ return useRenderElement("a", componentProps, {
784
+ state,
785
+ props: [itemProps, elementProps, getItemProps],
786
+ ref: [linkRef, buttonRef, forwardedRef, listItem.ref]
787
+ });
788
+ });
789
+ if (true)
790
+ MenuLinkItem.displayName = "MenuLinkItem";
791
+ // node_modules/.deno/@base-ui+react@1.4.1/node_modules/@base-ui/react/esm/menu/popup/MenuPopup.js
792
+ import * as React16 from "react";
793
+ import { jsx as _jsx3 } from "react/jsx-runtime";
794
+ "use client";
795
+ var stateAttributesMapping2 = {
796
+ ...popupStateMapping,
797
+ ...transitionStatusMapping
798
+ };
799
+ var MenuPopup = /* @__PURE__ */ React16.forwardRef(function MenuPopup2(componentProps, forwardedRef) {
800
+ const {
801
+ render,
802
+ className,
803
+ style,
804
+ finalFocus,
805
+ ...elementProps
806
+ } = componentProps;
807
+ const {
808
+ store
809
+ } = useMenuRootContext();
810
+ const {
811
+ side,
812
+ align
813
+ } = useMenuPositionerContext();
814
+ const insideToolbar = useToolbarRootContext(true) != null;
815
+ const open = store.useState("open");
816
+ const transitionStatus = store.useState("transitionStatus");
817
+ const popupProps = store.useState("popupProps");
818
+ const mounted = store.useState("mounted");
819
+ const instantType = store.useState("instantType");
820
+ const triggerElement = store.useState("activeTriggerElement");
821
+ const parent = store.useState("parent");
822
+ const lastOpenChangeReason = store.useState("lastOpenChangeReason");
823
+ const rootId = store.useState("rootId");
824
+ const floatingContext = store.useState("floatingRootContext");
825
+ const floatingTreeRoot = store.useState("floatingTreeRoot");
826
+ const closeDelay = store.useState("closeDelay");
827
+ const activeTriggerElement = store.useState("activeTriggerElement");
828
+ const isContextMenu = parent.type === "context-menu";
829
+ useOpenChangeComplete({
830
+ open,
831
+ ref: store.context.popupRef,
832
+ onComplete() {
833
+ if (open) {
834
+ store.context.onOpenChangeComplete?.(true);
835
+ }
836
+ }
837
+ });
838
+ React16.useEffect(() => {
839
+ function handleClose(event) {
840
+ store.setOpen(false, createChangeEventDetails(event.reason, event.domEvent));
841
+ }
842
+ floatingTreeRoot.events.on("close", handleClose);
843
+ return () => {
844
+ floatingTreeRoot.events.off("close", handleClose);
845
+ };
846
+ }, [floatingTreeRoot.events, store]);
847
+ const hoverEnabled = store.useState("hoverEnabled");
848
+ const disabled = store.useState("disabled");
849
+ useHoverFloatingInteraction(floatingContext, {
850
+ enabled: hoverEnabled && !disabled && !isContextMenu && parent.type !== "menubar",
851
+ closeDelay
852
+ });
853
+ const state = {
854
+ transitionStatus,
855
+ side,
856
+ align,
857
+ open,
858
+ nested: parent.type === "menu",
859
+ instant: instantType
860
+ };
861
+ const setPopupElement = React16.useCallback((element2) => {
862
+ store.set("popupElement", element2);
863
+ }, [store]);
864
+ const element = useRenderElement("div", componentProps, {
865
+ state,
866
+ ref: [forwardedRef, store.context.popupRef, setPopupElement],
867
+ stateAttributesMapping: stateAttributesMapping2,
868
+ props: [popupProps, {
869
+ onKeyDown(event) {
870
+ if (insideToolbar && COMPOSITE_KEYS.has(event.key)) {
871
+ event.stopPropagation();
872
+ }
873
+ }
874
+ }, getDisabledMountTransitionStyles(transitionStatus), elementProps, {
875
+ "data-rootownerid": rootId
876
+ }]
877
+ });
878
+ let returnFocus = parent.type === undefined || isContextMenu;
879
+ if (triggerElement || parent.type === "menubar" && lastOpenChangeReason !== exports_reason_parts.outsidePress) {
880
+ returnFocus = true;
881
+ }
882
+ return /* @__PURE__ */ _jsx3(FloatingFocusManager, {
883
+ context: floatingContext,
884
+ modal: isContextMenu,
885
+ disabled: !mounted,
886
+ returnFocus: finalFocus === undefined ? returnFocus : finalFocus,
887
+ initialFocus: parent.type !== "menu",
888
+ restoreFocus: true,
889
+ externalTree: parent.type !== "menubar" ? floatingTreeRoot : undefined,
890
+ previousFocusableElement: activeTriggerElement,
891
+ nextFocusableElement: parent.type === undefined ? store.context.triggerFocusTargetRef : undefined,
892
+ beforeContentFocusGuardRef: parent.type === undefined ? store.context.beforeContentFocusGuardRef : undefined,
893
+ children: element
894
+ });
895
+ });
896
+ if (true)
897
+ MenuPopup.displayName = "MenuPopup";
898
+ // node_modules/.deno/@base-ui+react@1.4.1/node_modules/@base-ui/react/esm/menu/portal/MenuPortal.js
899
+ import * as React18 from "react";
900
+
901
+ // node_modules/.deno/@base-ui+react@1.4.1/node_modules/@base-ui/react/esm/menu/portal/MenuPortalContext.js
902
+ import * as React17 from "react";
903
+ "use client";
904
+ var MenuPortalContext = /* @__PURE__ */ React17.createContext(undefined);
905
+ if (true)
906
+ MenuPortalContext.displayName = "MenuPortalContext";
907
+ function useMenuPortalContext() {
908
+ const value = React17.useContext(MenuPortalContext);
909
+ if (value === undefined) {
910
+ throw new Error("Base UI: <Menu.Portal> is missing.");
911
+ }
912
+ return value;
913
+ }
914
+
915
+ // node_modules/.deno/@base-ui+react@1.4.1/node_modules/@base-ui/react/esm/menu/portal/MenuPortal.js
916
+ import { jsx as _jsx4 } from "react/jsx-runtime";
917
+ "use client";
918
+ var MenuPortal = /* @__PURE__ */ React18.forwardRef(function MenuPortal2(props, forwardedRef) {
919
+ const {
920
+ keepMounted = false,
921
+ ...portalProps
922
+ } = props;
923
+ const {
924
+ store
925
+ } = useMenuRootContext();
926
+ const mounted = store.useState("mounted");
927
+ const shouldRender = mounted || keepMounted;
928
+ if (!shouldRender) {
929
+ return null;
930
+ }
931
+ return /* @__PURE__ */ _jsx4(MenuPortalContext.Provider, {
932
+ value: keepMounted,
933
+ children: /* @__PURE__ */ _jsx4(FloatingPortal, {
934
+ ref: forwardedRef,
935
+ ...portalProps
936
+ })
937
+ });
938
+ });
939
+ if (true)
940
+ MenuPortal.displayName = "MenuPortal";
941
+ // node_modules/.deno/@base-ui+react@1.4.1/node_modules/@base-ui/react/esm/menu/positioner/MenuPositioner.js
942
+ import * as React19 from "react";
943
+ import { jsx as _jsx5, jsxs as _jsxs } from "react/jsx-runtime";
944
+ "use client";
945
+ var MenuPositioner = /* @__PURE__ */ React19.forwardRef(function MenuPositioner2(componentProps, forwardedRef) {
946
+ const {
947
+ anchor: anchorProp,
948
+ positionMethod: positionMethodProp = "absolute",
949
+ className,
950
+ render,
951
+ side,
952
+ align: alignProp,
953
+ sideOffset: sideOffsetProp = 0,
954
+ alignOffset: alignOffsetProp = 0,
955
+ collisionBoundary = "clipping-ancestors",
956
+ collisionPadding = 5,
957
+ arrowPadding = 5,
958
+ sticky = false,
959
+ disableAnchorTracking = false,
960
+ collisionAvoidance: collisionAvoidanceProp = DROPDOWN_COLLISION_AVOIDANCE,
961
+ style,
962
+ ...elementProps
963
+ } = componentProps;
964
+ const {
965
+ store
966
+ } = useMenuRootContext();
967
+ const keepMounted = useMenuPortalContext();
968
+ const contextMenuContext = useContextMenuRootContext(true);
969
+ const parent = store.useState("parent");
970
+ const floatingRootContext = store.useState("floatingRootContext");
971
+ const floatingTreeRoot = store.useState("floatingTreeRoot");
972
+ const mounted = store.useState("mounted");
973
+ const open = store.useState("open");
974
+ const modal = store.useState("modal");
975
+ const openMethod = store.useState("openMethod");
976
+ const triggerElement = store.useState("activeTriggerElement");
977
+ const transitionStatus = store.useState("transitionStatus");
978
+ const positionerElement = store.useState("positionerElement");
979
+ const instantType = store.useState("instantType");
980
+ const hasViewport = store.useState("hasViewport");
981
+ const lastOpenChangeReason = store.useState("lastOpenChangeReason");
982
+ const floatingNodeId = store.useState("floatingNodeId");
983
+ const floatingParentNodeId = store.useState("floatingParentNodeId");
984
+ const domReference = floatingRootContext.useState("domReferenceElement");
985
+ const previousTriggerRef = React19.useRef(null);
986
+ const runOnceAnimationsFinish = useAnimationsFinished(positionerElement, false, false);
987
+ let anchor = anchorProp;
988
+ let sideOffset = sideOffsetProp;
989
+ let alignOffset = alignOffsetProp;
990
+ let align = alignProp;
991
+ let collisionAvoidance = collisionAvoidanceProp;
992
+ if (parent.type === "context-menu") {
993
+ anchor = anchorProp ?? parent.context?.anchor;
994
+ align = align ?? "start";
995
+ if (!side && align !== "center") {
996
+ alignOffset = componentProps.alignOffset ?? 2;
997
+ sideOffset = componentProps.sideOffset ?? -5;
998
+ }
999
+ }
1000
+ let computedSide = side;
1001
+ let computedAlign = align;
1002
+ if (parent.type === "menu") {
1003
+ computedSide = computedSide ?? "inline-end";
1004
+ computedAlign = computedAlign ?? "start";
1005
+ collisionAvoidance = componentProps.collisionAvoidance ?? POPUP_COLLISION_AVOIDANCE;
1006
+ } else if (parent.type === "menubar") {
1007
+ computedSide = computedSide ?? "bottom";
1008
+ computedAlign = computedAlign ?? "start";
1009
+ }
1010
+ const contextMenu = parent.type === "context-menu";
1011
+ const positioner = useAnchorPositioning({
1012
+ anchor,
1013
+ floatingRootContext,
1014
+ positionMethod: contextMenuContext ? "fixed" : positionMethodProp,
1015
+ mounted,
1016
+ side: computedSide,
1017
+ sideOffset,
1018
+ align: computedAlign,
1019
+ alignOffset,
1020
+ arrowPadding: contextMenu ? 0 : arrowPadding,
1021
+ collisionBoundary,
1022
+ collisionPadding,
1023
+ sticky,
1024
+ nodeId: floatingNodeId,
1025
+ keepMounted,
1026
+ disableAnchorTracking,
1027
+ collisionAvoidance,
1028
+ shiftCrossAxis: contextMenu && !(("side" in collisionAvoidance) && collisionAvoidance.side === "flip"),
1029
+ externalTree: floatingTreeRoot,
1030
+ adaptiveOrigin: hasViewport ? adaptiveOrigin : undefined
1031
+ });
1032
+ React19.useEffect(() => {
1033
+ function onMenuOpenChange(details) {
1034
+ if (details.open) {
1035
+ if (details.parentNodeId === floatingNodeId) {
1036
+ store.set("hoverEnabled", false);
1037
+ }
1038
+ if (details.nodeId !== floatingNodeId && details.parentNodeId === store.select("floatingParentNodeId")) {
1039
+ store.setOpen(false, createChangeEventDetails(exports_reason_parts.siblingOpen));
1040
+ }
1041
+ }
1042
+ }
1043
+ floatingTreeRoot.events.on("menuopenchange", onMenuOpenChange);
1044
+ return () => {
1045
+ floatingTreeRoot.events.off("menuopenchange", onMenuOpenChange);
1046
+ };
1047
+ }, [store, floatingTreeRoot.events, floatingNodeId]);
1048
+ React19.useEffect(() => {
1049
+ if (store.select("floatingParentNodeId") == null) {
1050
+ return;
1051
+ }
1052
+ function onParentClose(details) {
1053
+ if (details.open || details.nodeId !== store.select("floatingParentNodeId")) {
1054
+ return;
1055
+ }
1056
+ const reason = details.reason ?? exports_reason_parts.siblingOpen;
1057
+ store.setOpen(false, createChangeEventDetails(reason));
1058
+ }
1059
+ floatingTreeRoot.events.on("menuopenchange", onParentClose);
1060
+ return () => {
1061
+ floatingTreeRoot.events.off("menuopenchange", onParentClose);
1062
+ };
1063
+ }, [floatingTreeRoot.events, store]);
1064
+ const closeTimeout = useTimeout();
1065
+ React19.useEffect(() => {
1066
+ if (!open) {
1067
+ closeTimeout.clear();
1068
+ }
1069
+ }, [open, closeTimeout]);
1070
+ React19.useEffect(() => {
1071
+ function onItemHover(event) {
1072
+ if (!open || event.nodeId !== store.select("floatingParentNodeId")) {
1073
+ return;
1074
+ }
1075
+ if (event.target && triggerElement && triggerElement !== event.target) {
1076
+ const delay = store.select("closeDelay");
1077
+ if (delay > 0) {
1078
+ if (!closeTimeout.isStarted()) {
1079
+ closeTimeout.start(delay, () => {
1080
+ store.setOpen(false, createChangeEventDetails(exports_reason_parts.siblingOpen));
1081
+ });
1082
+ }
1083
+ } else {
1084
+ store.setOpen(false, createChangeEventDetails(exports_reason_parts.siblingOpen));
1085
+ }
1086
+ } else {
1087
+ closeTimeout.clear();
1088
+ }
1089
+ }
1090
+ floatingTreeRoot.events.on("itemhover", onItemHover);
1091
+ return () => {
1092
+ floatingTreeRoot.events.off("itemhover", onItemHover);
1093
+ };
1094
+ }, [floatingTreeRoot.events, open, triggerElement, store, closeTimeout]);
1095
+ React19.useEffect(() => {
1096
+ const eventDetails = {
1097
+ open,
1098
+ nodeId: floatingNodeId,
1099
+ parentNodeId: floatingParentNodeId,
1100
+ reason: store.select("lastOpenChangeReason")
1101
+ };
1102
+ floatingTreeRoot.events.emit("menuopenchange", eventDetails);
1103
+ }, [floatingTreeRoot.events, open, store, floatingNodeId, floatingParentNodeId]);
1104
+ useIsoLayoutEffect(() => {
1105
+ const currentTrigger = domReference;
1106
+ const previousTrigger = previousTriggerRef.current;
1107
+ if (currentTrigger) {
1108
+ previousTriggerRef.current = currentTrigger;
1109
+ }
1110
+ if (previousTrigger && currentTrigger && currentTrigger !== previousTrigger) {
1111
+ store.set("instantType", undefined);
1112
+ const abortController = new AbortController;
1113
+ runOnceAnimationsFinish(() => {
1114
+ store.set("instantType", "trigger-change");
1115
+ }, abortController.signal);
1116
+ return () => {
1117
+ abortController.abort();
1118
+ };
1119
+ }
1120
+ return;
1121
+ }, [domReference, runOnceAnimationsFinish, store]);
1122
+ const state = {
1123
+ open,
1124
+ side: positioner.side,
1125
+ align: positioner.align,
1126
+ anchorHidden: positioner.anchorHidden,
1127
+ nested: parent.type === "menu",
1128
+ instant: instantType
1129
+ };
1130
+ const menubarModal = parent.type === "menubar" && parent.context.modal;
1131
+ const popupModal = modal && lastOpenChangeReason !== exports_reason_parts.triggerHover;
1132
+ useAnchoredPopupScrollLock(open && (menubarModal || popupModal), openMethod === "touch", positionerElement, triggerElement);
1133
+ const element = usePositioner(componentProps, state, {
1134
+ styles: positioner.positionerStyles,
1135
+ transitionStatus,
1136
+ props: elementProps,
1137
+ refs: [forwardedRef, store.useStateSetter("positionerElement")],
1138
+ hidden: !mounted,
1139
+ inert: !open
1140
+ });
1141
+ const shouldRenderBackdrop = mounted && parent.type !== "menu" && (parent.type !== "menubar" && modal && lastOpenChangeReason !== exports_reason_parts.triggerHover || parent.type === "menubar" && parent.context.modal);
1142
+ let backdropCutout = null;
1143
+ if (parent.type === "menubar") {
1144
+ backdropCutout = parent.context.contentElement;
1145
+ } else if (parent.type === undefined) {
1146
+ backdropCutout = triggerElement;
1147
+ }
1148
+ return /* @__PURE__ */ _jsxs(MenuPositionerContext.Provider, {
1149
+ value: positioner,
1150
+ children: [shouldRenderBackdrop && /* @__PURE__ */ _jsx5(InternalBackdrop, {
1151
+ ref: parent.type === "context-menu" || parent.type === "nested-context-menu" ? parent.context.internalBackdropRef : null,
1152
+ inert: inertValue(!open),
1153
+ cutout: backdropCutout
1154
+ }), /* @__PURE__ */ _jsx5(FloatingNode, {
1155
+ id: floatingNodeId,
1156
+ children: /* @__PURE__ */ _jsx5(CompositeList, {
1157
+ elementsRef: store.context.itemDomElements,
1158
+ labelsRef: store.context.itemLabels,
1159
+ children: element
1160
+ })
1161
+ })]
1162
+ });
1163
+ });
1164
+ if (true)
1165
+ MenuPositioner.displayName = "MenuPositioner";
1166
+ // node_modules/.deno/@base-ui+react@1.4.1/node_modules/@base-ui/react/esm/menu/radio-group/MenuRadioGroup.js
1167
+ import * as React21 from "react";
1168
+
1169
+ // node_modules/.deno/@base-ui+react@1.4.1/node_modules/@base-ui/react/esm/menu/radio-group/MenuRadioGroupContext.js
1170
+ import * as React20 from "react";
1171
+ "use client";
1172
+ var MenuRadioGroupContext = /* @__PURE__ */ React20.createContext(undefined);
1173
+ if (true)
1174
+ MenuRadioGroupContext.displayName = "MenuRadioGroupContext";
1175
+ function useMenuRadioGroupContext() {
1176
+ const context = React20.useContext(MenuRadioGroupContext);
1177
+ if (context === undefined) {
1178
+ throw new Error("Base UI: MenuRadioGroupContext is missing. MenuRadioGroup parts must be placed within <Menu.RadioGroup>.");
1179
+ }
1180
+ return context;
1181
+ }
1182
+
1183
+ // node_modules/.deno/@base-ui+react@1.4.1/node_modules/@base-ui/react/esm/menu/radio-group/MenuRadioGroup.js
1184
+ import { jsx as _jsx6 } from "react/jsx-runtime";
1185
+ "use client";
1186
+ var MenuRadioGroup = /* @__PURE__ */ React21.memo(/* @__PURE__ */ React21.forwardRef(function MenuRadioGroup2(componentProps, forwardedRef) {
1187
+ const {
1188
+ render,
1189
+ className,
1190
+ value: valueProp,
1191
+ defaultValue,
1192
+ onValueChange: onValueChangeProp,
1193
+ disabled = false,
1194
+ style,
1195
+ ...elementProps
1196
+ } = componentProps;
1197
+ const [value, setValueUnwrapped] = useControlled({
1198
+ controlled: valueProp,
1199
+ default: defaultValue,
1200
+ name: "MenuRadioGroup"
1201
+ });
1202
+ const onValueChange = useStableCallback(onValueChangeProp);
1203
+ const setValue = useStableCallback((newValue, eventDetails) => {
1204
+ onValueChange?.(newValue, eventDetails);
1205
+ if (eventDetails.isCanceled) {
1206
+ return;
1207
+ }
1208
+ setValueUnwrapped(newValue);
1209
+ });
1210
+ const state = {
1211
+ disabled
1212
+ };
1213
+ const element = useRenderElement("div", componentProps, {
1214
+ state,
1215
+ ref: forwardedRef,
1216
+ props: {
1217
+ role: "group",
1218
+ "aria-disabled": disabled || undefined,
1219
+ ...elementProps
1220
+ }
1221
+ });
1222
+ const context = React21.useMemo(() => ({
1223
+ value,
1224
+ setValue,
1225
+ disabled
1226
+ }), [value, setValue, disabled]);
1227
+ return /* @__PURE__ */ _jsx6(MenuRadioGroupContext.Provider, {
1228
+ value: context,
1229
+ children: element
1230
+ });
1231
+ }));
1232
+ if (true)
1233
+ MenuRadioGroup.displayName = "MenuRadioGroup";
1234
+ // node_modules/.deno/@base-ui+react@1.4.1/node_modules/@base-ui/react/esm/menu/radio-item/MenuRadioItem.js
1235
+ import * as React23 from "react";
1236
+
1237
+ // node_modules/.deno/@base-ui+react@1.4.1/node_modules/@base-ui/react/esm/menu/radio-item/MenuRadioItemContext.js
1238
+ import * as React22 from "react";
1239
+ "use client";
1240
+ var MenuRadioItemContext = /* @__PURE__ */ React22.createContext(undefined);
1241
+ if (true)
1242
+ MenuRadioItemContext.displayName = "MenuRadioItemContext";
1243
+ function useMenuRadioItemContext() {
1244
+ const context = React22.useContext(MenuRadioItemContext);
1245
+ if (context === undefined) {
1246
+ throw new Error("Base UI: MenuRadioItemContext is missing. MenuRadioItem parts must be placed within <Menu.RadioItem>.");
1247
+ }
1248
+ return context;
1249
+ }
1250
+
1251
+ // node_modules/.deno/@base-ui+react@1.4.1/node_modules/@base-ui/react/esm/menu/radio-item/MenuRadioItem.js
1252
+ import { jsx as _jsx7 } from "react/jsx-runtime";
1253
+ "use client";
1254
+ var MenuRadioItem = /* @__PURE__ */ React23.forwardRef(function MenuRadioItem2(componentProps, forwardedRef) {
1255
+ const {
1256
+ render,
1257
+ className,
1258
+ id: idProp,
1259
+ label,
1260
+ nativeButton = false,
1261
+ disabled: disabledProp = false,
1262
+ closeOnClick = false,
1263
+ value,
1264
+ style,
1265
+ ...elementProps
1266
+ } = componentProps;
1267
+ const listItem = useCompositeListItem({
1268
+ label
1269
+ });
1270
+ const menuPositionerContext = useMenuPositionerContext(true);
1271
+ const id = useBaseUiId(idProp);
1272
+ const {
1273
+ store
1274
+ } = useMenuRootContext();
1275
+ const highlighted = store.useState("isActive", listItem.index);
1276
+ const itemProps = store.useState("itemProps");
1277
+ const {
1278
+ value: selectedValue,
1279
+ setValue: setSelectedValue,
1280
+ disabled: groupDisabled
1281
+ } = useMenuRadioGroupContext();
1282
+ const disabled = groupDisabled || disabledProp;
1283
+ const checked = selectedValue === value;
1284
+ const {
1285
+ getItemProps,
1286
+ itemRef
1287
+ } = useMenuItem({
1288
+ closeOnClick,
1289
+ disabled,
1290
+ highlighted,
1291
+ id,
1292
+ store,
1293
+ nativeButton,
1294
+ nodeId: menuPositionerContext?.context.nodeId,
1295
+ itemMetadata: REGULAR_ITEM
1296
+ });
1297
+ const state = React23.useMemo(() => ({
1298
+ disabled,
1299
+ highlighted,
1300
+ checked
1301
+ }), [disabled, highlighted, checked]);
1302
+ const handleClick = useStableCallback((event) => {
1303
+ const details = {
1304
+ ...createChangeEventDetails(exports_reason_parts.itemPress, event.nativeEvent),
1305
+ preventUnmountOnClose: () => {}
1306
+ };
1307
+ setSelectedValue(value, details);
1308
+ });
1309
+ const element = useRenderElement("div", componentProps, {
1310
+ state,
1311
+ stateAttributesMapping: itemMapping,
1312
+ props: [itemProps, {
1313
+ role: "menuitemradio",
1314
+ "aria-checked": checked,
1315
+ onClick: handleClick
1316
+ }, elementProps, getItemProps],
1317
+ ref: [itemRef, forwardedRef, listItem.ref]
1318
+ });
1319
+ return /* @__PURE__ */ _jsx7(MenuRadioItemContext.Provider, {
1320
+ value: state,
1321
+ children: element
1322
+ });
1323
+ });
1324
+ if (true)
1325
+ MenuRadioItem.displayName = "MenuRadioItem";
1326
+ // node_modules/.deno/@base-ui+react@1.4.1/node_modules/@base-ui/react/esm/menu/radio-item-indicator/MenuRadioItemIndicator.js
1327
+ import * as React24 from "react";
1328
+ "use client";
1329
+ var MenuRadioItemIndicator = /* @__PURE__ */ React24.forwardRef(function MenuRadioItemIndicator2(componentProps, forwardedRef) {
1330
+ const {
1331
+ render,
1332
+ className,
1333
+ style,
1334
+ keepMounted = false,
1335
+ ...elementProps
1336
+ } = componentProps;
1337
+ const item = useMenuRadioItemContext();
1338
+ const indicatorRef = React24.useRef(null);
1339
+ const {
1340
+ transitionStatus,
1341
+ setMounted
1342
+ } = useTransitionStatus(item.checked);
1343
+ useOpenChangeComplete({
1344
+ open: item.checked,
1345
+ ref: indicatorRef,
1346
+ onComplete() {
1347
+ if (!item.checked) {
1348
+ setMounted(false);
1349
+ }
1350
+ }
1351
+ });
1352
+ const state = {
1353
+ checked: item.checked,
1354
+ disabled: item.disabled,
1355
+ highlighted: item.highlighted,
1356
+ transitionStatus
1357
+ };
1358
+ const element = useRenderElement("span", componentProps, {
1359
+ state,
1360
+ stateAttributesMapping: itemMapping,
1361
+ ref: [forwardedRef, indicatorRef],
1362
+ props: {
1363
+ "aria-hidden": true,
1364
+ ...elementProps
1365
+ },
1366
+ enabled: keepMounted || item.checked
1367
+ });
1368
+ return element;
1369
+ });
1370
+ if (true)
1371
+ MenuRadioItemIndicator.displayName = "MenuRadioItemIndicator";
1372
+ // node_modules/.deno/@base-ui+react@1.4.1/node_modules/@base-ui/react/esm/menu/root/MenuRoot.js
1373
+ import * as React27 from "react";
1374
+
1375
+ // node_modules/.deno/@base-ui+react@1.4.1/node_modules/@base-ui/react/esm/menu/store/MenuStore.js
1376
+ import * as React25 from "react";
1377
+ var selectors = {
1378
+ ...popupStoreSelectors,
1379
+ disabled: createSelector((state) => state.parent.type === "menubar" ? state.parent.context.disabled || state.disabled : state.disabled),
1380
+ modal: createSelector((state) => (state.parent.type === undefined || state.parent.type === "context-menu") && (state.modal ?? true)),
1381
+ openMethod: createSelector((state) => state.openMethod),
1382
+ allowMouseEnter: createSelector((state) => state.allowMouseEnter),
1383
+ stickIfOpen: createSelector((state) => state.stickIfOpen),
1384
+ parent: createSelector((state) => state.parent),
1385
+ rootId: createSelector((state) => {
1386
+ if (state.parent.type === "menu") {
1387
+ return state.parent.store.select("rootId");
1388
+ }
1389
+ return state.parent.type !== undefined ? state.parent.context.rootId : state.rootId;
1390
+ }),
1391
+ activeIndex: createSelector((state) => state.activeIndex),
1392
+ isActive: createSelector((state, itemIndex) => state.activeIndex === itemIndex),
1393
+ hoverEnabled: createSelector((state) => state.hoverEnabled),
1394
+ instantType: createSelector((state) => state.instantType),
1395
+ lastOpenChangeReason: createSelector((state) => state.openChangeReason),
1396
+ floatingTreeRoot: createSelector((state) => {
1397
+ if (state.parent.type === "menu") {
1398
+ return state.parent.store.select("floatingTreeRoot");
1399
+ }
1400
+ return state.floatingTreeRoot;
1401
+ }),
1402
+ floatingNodeId: createSelector((state) => state.floatingNodeId),
1403
+ floatingParentNodeId: createSelector((state) => state.floatingParentNodeId),
1404
+ itemProps: createSelector((state) => state.itemProps),
1405
+ closeDelay: createSelector((state) => state.closeDelay),
1406
+ hasViewport: createSelector((state) => state.hasViewport),
1407
+ keyboardEventRelay: createSelector((state) => {
1408
+ if (state.keyboardEventRelay) {
1409
+ return state.keyboardEventRelay;
1410
+ }
1411
+ if (state.parent.type === "menu") {
1412
+ return state.parent.store.select("keyboardEventRelay");
1413
+ }
1414
+ return;
1415
+ })
1416
+ };
1417
+
1418
+ class MenuStore extends ReactStore {
1419
+ constructor(initialState) {
1420
+ super({
1421
+ ...createInitialState(),
1422
+ ...initialState
1423
+ }, {
1424
+ positionerRef: /* @__PURE__ */ React25.createRef(),
1425
+ popupRef: /* @__PURE__ */ React25.createRef(),
1426
+ typingRef: {
1427
+ current: false
1428
+ },
1429
+ itemDomElements: {
1430
+ current: []
1431
+ },
1432
+ itemLabels: {
1433
+ current: []
1434
+ },
1435
+ allowMouseUpTriggerRef: {
1436
+ current: false
1437
+ },
1438
+ triggerFocusTargetRef: /* @__PURE__ */ React25.createRef(),
1439
+ beforeContentFocusGuardRef: /* @__PURE__ */ React25.createRef(),
1440
+ onOpenChangeComplete: undefined,
1441
+ triggerElements: new PopupTriggerMap
1442
+ }, selectors);
1443
+ this.unsubscribeParentListener = this.observe("parent", (parent) => {
1444
+ this.unsubscribeParentListener?.();
1445
+ if (parent.type === "menu") {
1446
+ let rootId = parent.store.select("rootId");
1447
+ let floatingTreeRoot = parent.store.select("floatingTreeRoot");
1448
+ let keyboardEventRelay = parent.store.select("keyboardEventRelay");
1449
+ this.unsubscribeParentListener = parent.store.subscribe(() => {
1450
+ const nextRootId = parent.store.select("rootId");
1451
+ const nextFloatingTreeRoot = parent.store.select("floatingTreeRoot");
1452
+ const nextKeyboardEventRelay = parent.store.select("keyboardEventRelay");
1453
+ if (rootId === nextRootId && floatingTreeRoot === nextFloatingTreeRoot && keyboardEventRelay === nextKeyboardEventRelay) {
1454
+ return;
1455
+ }
1456
+ rootId = nextRootId;
1457
+ floatingTreeRoot = nextFloatingTreeRoot;
1458
+ keyboardEventRelay = nextKeyboardEventRelay;
1459
+ this.notifyAll();
1460
+ });
1461
+ this.context.allowMouseUpTriggerRef = parent.store.context.allowMouseUpTriggerRef;
1462
+ return;
1463
+ }
1464
+ if (parent.type !== undefined) {
1465
+ this.context.allowMouseUpTriggerRef = parent.context.allowMouseUpTriggerRef;
1466
+ }
1467
+ this.unsubscribeParentListener = null;
1468
+ });
1469
+ }
1470
+ setOpen(open, eventDetails) {
1471
+ this.state.floatingRootContext.context.events.emit("setOpen", {
1472
+ open,
1473
+ eventDetails
1474
+ });
1475
+ }
1476
+ static useStore(externalStore, initialState) {
1477
+ const internalStore = useRefWithInit(() => {
1478
+ return new MenuStore(initialState);
1479
+ }).current;
1480
+ return externalStore ?? internalStore;
1481
+ }
1482
+ unsubscribeParentListener = null;
1483
+ }
1484
+ function createInitialState() {
1485
+ return {
1486
+ ...createInitialPopupStoreState(),
1487
+ disabled: false,
1488
+ modal: true,
1489
+ openMethod: null,
1490
+ allowMouseEnter: false,
1491
+ stickIfOpen: true,
1492
+ parent: {
1493
+ type: undefined
1494
+ },
1495
+ rootId: undefined,
1496
+ activeIndex: null,
1497
+ hoverEnabled: true,
1498
+ instantType: undefined,
1499
+ openChangeReason: null,
1500
+ floatingTreeRoot: new FloatingTreeStore,
1501
+ floatingNodeId: undefined,
1502
+ floatingParentNodeId: null,
1503
+ itemProps: EMPTY_OBJECT,
1504
+ keyboardEventRelay: undefined,
1505
+ closeDelay: 0,
1506
+ hasViewport: false
1507
+ };
1508
+ }
1509
+
1510
+ // node_modules/.deno/@base-ui+react@1.4.1/node_modules/@base-ui/react/esm/menu/submenu-root/MenuSubmenuRootContext.js
1511
+ import * as React26 from "react";
1512
+ "use client";
1513
+ var MenuSubmenuRootContext = /* @__PURE__ */ React26.createContext(undefined);
1514
+ if (true)
1515
+ MenuSubmenuRootContext.displayName = "MenuSubmenuRootContext";
1516
+ function useMenuSubmenuRootContext() {
1517
+ return React26.useContext(MenuSubmenuRootContext);
1518
+ }
1519
+
1520
+ // node_modules/.deno/@base-ui+react@1.4.1/node_modules/@base-ui/react/esm/menu/root/MenuRoot.js
1521
+ import { jsx as _jsx8 } from "react/jsx-runtime";
1522
+ "use client";
1523
+ var MenuRoot = fastComponent(function MenuRoot2(props) {
1524
+ const {
1525
+ children,
1526
+ open: openProp,
1527
+ onOpenChange,
1528
+ onOpenChangeComplete,
1529
+ defaultOpen = false,
1530
+ disabled: disabledProp = false,
1531
+ modal: modalProp,
1532
+ loopFocus = true,
1533
+ orientation = "vertical",
1534
+ actionsRef,
1535
+ closeParentOnEsc = false,
1536
+ handle,
1537
+ triggerId: triggerIdProp,
1538
+ defaultTriggerId: defaultTriggerIdProp = null,
1539
+ highlightItemOnHover = true
1540
+ } = props;
1541
+ const contextMenuContext = useContextMenuRootContext(true);
1542
+ const parentMenuRootContext = useMenuRootContext(true);
1543
+ const menubarContext = useMenubarContext(true);
1544
+ const isSubmenu = useMenuSubmenuRootContext();
1545
+ const parentFromContext = React27.useMemo(() => {
1546
+ if (isSubmenu && parentMenuRootContext) {
1547
+ return {
1548
+ type: "menu",
1549
+ store: parentMenuRootContext.store
1550
+ };
1551
+ }
1552
+ if (menubarContext) {
1553
+ return {
1554
+ type: "menubar",
1555
+ context: menubarContext
1556
+ };
1557
+ }
1558
+ if (contextMenuContext && !parentMenuRootContext) {
1559
+ return {
1560
+ type: "context-menu",
1561
+ context: contextMenuContext
1562
+ };
1563
+ }
1564
+ return {
1565
+ type: undefined
1566
+ };
1567
+ }, [contextMenuContext, parentMenuRootContext, menubarContext, isSubmenu]);
1568
+ const store = MenuStore.useStore(handle?.store, {
1569
+ open: defaultOpen,
1570
+ openProp,
1571
+ activeTriggerId: defaultTriggerIdProp,
1572
+ triggerIdProp,
1573
+ parent: parentFromContext
1574
+ });
1575
+ useOnFirstRender(() => {
1576
+ if (openProp === undefined && store.state.open === false && defaultOpen === true) {
1577
+ store.update({
1578
+ open: true,
1579
+ activeTriggerId: defaultTriggerIdProp
1580
+ });
1581
+ }
1582
+ });
1583
+ store.useControlledProp("openProp", openProp);
1584
+ store.useControlledProp("triggerIdProp", triggerIdProp);
1585
+ store.useContextCallback("onOpenChangeComplete", onOpenChangeComplete);
1586
+ const floatingTreeRoot = store.useState("floatingTreeRoot");
1587
+ const floatingNodeIdFromContext = useFloatingNodeId(floatingTreeRoot);
1588
+ const floatingParentNodeIdFromContext = useFloatingParentNodeId();
1589
+ useIsoLayoutEffect(() => {
1590
+ if (contextMenuContext && !parentMenuRootContext) {
1591
+ store.update({
1592
+ parent: {
1593
+ type: "context-menu",
1594
+ context: contextMenuContext
1595
+ },
1596
+ floatingNodeId: floatingNodeIdFromContext,
1597
+ floatingParentNodeId: floatingParentNodeIdFromContext
1598
+ });
1599
+ } else if (parentMenuRootContext) {
1600
+ store.update({
1601
+ floatingNodeId: floatingNodeIdFromContext,
1602
+ floatingParentNodeId: floatingParentNodeIdFromContext
1603
+ });
1604
+ }
1605
+ }, [contextMenuContext, parentMenuRootContext, floatingNodeIdFromContext, floatingParentNodeIdFromContext, store]);
1606
+ const open = store.useState("open");
1607
+ const activeTriggerElement = store.useState("activeTriggerElement");
1608
+ const positionerElement = store.useState("positionerElement");
1609
+ const hoverEnabled = store.useState("hoverEnabled");
1610
+ const disabled = store.useState("disabled");
1611
+ const lastOpenChangeReason = store.useState("lastOpenChangeReason");
1612
+ const parent = store.useState("parent");
1613
+ const activeIndex = store.useState("activeIndex");
1614
+ const payload = store.useState("payload");
1615
+ const floatingParentNodeId = store.useState("floatingParentNodeId");
1616
+ const openEventRef = React27.useRef(null);
1617
+ const nested = floatingParentNodeId != null;
1618
+ if (true) {
1619
+ if (parent.type !== undefined && modalProp !== undefined) {
1620
+ console.warn("Base UI: The `modal` prop is not supported on nested menus. It will be ignored.");
1621
+ }
1622
+ }
1623
+ const {
1624
+ openMethod,
1625
+ triggerProps: interactionTypeProps
1626
+ } = useOpenInteractionType(open);
1627
+ store.useSyncedValues({
1628
+ disabled: disabledProp,
1629
+ modal: parent.type === undefined ? modalProp : undefined,
1630
+ openMethod,
1631
+ rootId: useId()
1632
+ });
1633
+ useImplicitActiveTrigger(store);
1634
+ const {
1635
+ forceUnmount
1636
+ } = useOpenStateTransitions(open, store, () => {
1637
+ store.update({
1638
+ allowMouseEnter: false,
1639
+ stickIfOpen: true
1640
+ });
1641
+ });
1642
+ const allowOutsidePressDismissalRef = React27.useRef(parent.type !== "context-menu");
1643
+ const allowOutsidePressDismissalTimeout = useTimeout();
1644
+ React27.useEffect(() => {
1645
+ if (!open) {
1646
+ openEventRef.current = null;
1647
+ }
1648
+ if (parent.type !== "context-menu") {
1649
+ return;
1650
+ }
1651
+ if (!open) {
1652
+ allowOutsidePressDismissalTimeout.clear();
1653
+ allowOutsidePressDismissalRef.current = false;
1654
+ return;
1655
+ }
1656
+ allowOutsidePressDismissalTimeout.start(500, () => {
1657
+ allowOutsidePressDismissalRef.current = true;
1658
+ });
1659
+ }, [allowOutsidePressDismissalTimeout, open, parent.type]);
1660
+ useIsoLayoutEffect(() => {
1661
+ if (!open && !hoverEnabled) {
1662
+ store.set("hoverEnabled", true);
1663
+ }
1664
+ }, [open, hoverEnabled, store]);
1665
+ const allowTouchToCloseRef = React27.useRef(true);
1666
+ const allowTouchToCloseTimeout = useTimeout();
1667
+ const setOpen = useStableCallback((nextOpen, eventDetails) => {
1668
+ const reason = eventDetails.reason;
1669
+ if (open === nextOpen && eventDetails.trigger === activeTriggerElement && lastOpenChangeReason === reason) {
1670
+ return;
1671
+ }
1672
+ eventDetails.preventUnmountOnClose = () => {
1673
+ store.set("preventUnmountingOnClose", true);
1674
+ };
1675
+ if (!nextOpen && eventDetails.trigger == null) {
1676
+ eventDetails.trigger = activeTriggerElement ?? undefined;
1677
+ }
1678
+ onOpenChange?.(nextOpen, eventDetails);
1679
+ if (eventDetails.isCanceled) {
1680
+ return;
1681
+ }
1682
+ store.state.floatingRootContext.dispatchOpenChange(nextOpen, eventDetails);
1683
+ const nativeEvent = eventDetails.event;
1684
+ if (nextOpen === false && nativeEvent?.type === "click" && nativeEvent.pointerType === "touch" && !allowTouchToCloseRef.current) {
1685
+ return;
1686
+ }
1687
+ if (!nextOpen && activeIndex !== null) {
1688
+ const activeOption = store.context.itemDomElements.current[activeIndex];
1689
+ queueMicrotask(() => {
1690
+ activeOption?.setAttribute("tabindex", "-1");
1691
+ });
1692
+ }
1693
+ if (nextOpen && reason === exports_reason_parts.triggerFocus) {
1694
+ allowTouchToCloseRef.current = false;
1695
+ allowTouchToCloseTimeout.start(300, () => {
1696
+ allowTouchToCloseRef.current = true;
1697
+ });
1698
+ } else {
1699
+ allowTouchToCloseRef.current = true;
1700
+ allowTouchToCloseTimeout.clear();
1701
+ }
1702
+ const isKeyboardClick = (reason === exports_reason_parts.triggerPress || reason === exports_reason_parts.itemPress) && nativeEvent.detail === 0 && nativeEvent?.isTrusted;
1703
+ const isDismissClose = !nextOpen && (reason === exports_reason_parts.escapeKey || reason == null);
1704
+ const updatedState = {
1705
+ open: nextOpen,
1706
+ openChangeReason: reason
1707
+ };
1708
+ openEventRef.current = eventDetails.event ?? null;
1709
+ const newTriggerId = eventDetails.trigger?.id ?? null;
1710
+ if (newTriggerId || nextOpen) {
1711
+ updatedState.activeTriggerId = newTriggerId;
1712
+ updatedState.activeTriggerElement = eventDetails.trigger ?? null;
1713
+ }
1714
+ store.update(updatedState);
1715
+ if (parent.type === "menubar" && (reason === exports_reason_parts.triggerFocus || reason === exports_reason_parts.focusOut || reason === exports_reason_parts.triggerHover || reason === exports_reason_parts.listNavigation || reason === exports_reason_parts.siblingOpen)) {
1716
+ store.set("instantType", "group");
1717
+ } else if (isKeyboardClick || isDismissClose) {
1718
+ store.set("instantType", isKeyboardClick ? "click" : "dismiss");
1719
+ } else {
1720
+ store.set("instantType", undefined);
1721
+ }
1722
+ });
1723
+ const handleImperativeClose = React27.useCallback(() => {
1724
+ store.setOpen(false, createChangeEventDetails(exports_reason_parts.imperativeAction));
1725
+ }, [store]);
1726
+ React27.useImperativeHandle(actionsRef, () => ({
1727
+ unmount: forceUnmount,
1728
+ close: handleImperativeClose
1729
+ }), [forceUnmount, handleImperativeClose]);
1730
+ let ctx;
1731
+ if (parent.type === "context-menu") {
1732
+ ctx = parent.context;
1733
+ }
1734
+ React27.useImperativeHandle(ctx?.positionerRef, () => positionerElement, [positionerElement]);
1735
+ React27.useImperativeHandle(ctx?.actionsRef, () => ({
1736
+ setOpen
1737
+ }), [setOpen]);
1738
+ const floatingRootContext = useSyncedFloatingRootContext({
1739
+ popupStore: store,
1740
+ onOpenChange: setOpen
1741
+ });
1742
+ const floatingEvents = floatingRootContext.context.events;
1743
+ React27.useEffect(() => {
1744
+ const handleSetOpenEvent = ({
1745
+ open: nextOpen,
1746
+ eventDetails
1747
+ }) => setOpen(nextOpen, eventDetails);
1748
+ floatingEvents.on("setOpen", handleSetOpenEvent);
1749
+ return () => {
1750
+ floatingEvents?.off("setOpen", handleSetOpenEvent);
1751
+ };
1752
+ }, [floatingEvents, setOpen]);
1753
+ const dismiss = useDismiss(floatingRootContext, {
1754
+ enabled: !disabled,
1755
+ bubbles: {
1756
+ escapeKey: closeParentOnEsc && parent.type === "menu"
1757
+ },
1758
+ outsidePress() {
1759
+ if (parent.type !== "context-menu" || openEventRef.current?.type === "contextmenu") {
1760
+ return true;
1761
+ }
1762
+ return allowOutsidePressDismissalRef.current;
1763
+ },
1764
+ externalTree: nested ? floatingTreeRoot : undefined
1765
+ });
1766
+ const role = useRole(floatingRootContext, {
1767
+ role: "menu"
1768
+ });
1769
+ const direction = useDirection();
1770
+ const setActiveIndex = React27.useCallback((index) => {
1771
+ if (store.select("activeIndex") === index) {
1772
+ return;
1773
+ }
1774
+ store.set("activeIndex", index);
1775
+ }, [store]);
1776
+ const listNavigation = useListNavigation(floatingRootContext, {
1777
+ enabled: !disabled,
1778
+ listRef: store.context.itemDomElements,
1779
+ activeIndex,
1780
+ nested: parent.type !== undefined,
1781
+ loopFocus,
1782
+ orientation,
1783
+ parentOrientation: parent.type === "menubar" ? parent.context.orientation : undefined,
1784
+ rtl: direction === "rtl",
1785
+ disabledIndices: EMPTY_ARRAY,
1786
+ onNavigate: setActiveIndex,
1787
+ openOnArrowKeyDown: parent.type !== "context-menu",
1788
+ externalTree: nested ? floatingTreeRoot : undefined,
1789
+ focusItemOnHover: highlightItemOnHover
1790
+ });
1791
+ const onTypingChange = React27.useCallback((nextTyping) => {
1792
+ store.context.typingRef.current = nextTyping;
1793
+ }, [store]);
1794
+ const typeahead = useTypeahead(floatingRootContext, {
1795
+ listRef: store.context.itemLabels,
1796
+ elementsRef: store.context.itemDomElements,
1797
+ activeIndex,
1798
+ resetMs: TYPEAHEAD_RESET_MS,
1799
+ onMatch: (index) => {
1800
+ if (open && index !== activeIndex) {
1801
+ store.set("activeIndex", index);
1802
+ }
1803
+ },
1804
+ onTypingChange
1805
+ });
1806
+ const {
1807
+ getReferenceProps,
1808
+ getFloatingProps,
1809
+ getItemProps,
1810
+ getTriggerProps
1811
+ } = useInteractions([dismiss, role, listNavigation, typeahead]);
1812
+ const activeTriggerProps = React27.useMemo(() => {
1813
+ const mergedProps = mergeProps(getReferenceProps(), {
1814
+ onMouseMove() {
1815
+ store.set("allowMouseEnter", true);
1816
+ }
1817
+ }, interactionTypeProps);
1818
+ delete mergedProps.role;
1819
+ return mergedProps;
1820
+ }, [getReferenceProps, store, interactionTypeProps]);
1821
+ const inactiveTriggerProps = React27.useMemo(() => {
1822
+ const triggerProps = getTriggerProps();
1823
+ if (!triggerProps) {
1824
+ return triggerProps;
1825
+ }
1826
+ const mergedProps = mergeProps(triggerProps, interactionTypeProps);
1827
+ delete mergedProps.role;
1828
+ delete mergedProps["aria-controls"];
1829
+ return mergedProps;
1830
+ }, [getTriggerProps, interactionTypeProps]);
1831
+ const popupProps = React27.useMemo(() => getFloatingProps({
1832
+ onMouseMove() {
1833
+ store.set("allowMouseEnter", true);
1834
+ if (parent.type === "menu") {
1835
+ store.set("hoverEnabled", false);
1836
+ }
1837
+ },
1838
+ onClick() {
1839
+ if (store.select("hoverEnabled")) {
1840
+ store.set("hoverEnabled", false);
1841
+ }
1842
+ },
1843
+ onKeyDown(event) {
1844
+ const relay = store.select("keyboardEventRelay");
1845
+ if (relay && !event.isPropagationStopped()) {
1846
+ relay(event);
1847
+ }
1848
+ }
1849
+ }), [getFloatingProps, parent.type, store]);
1850
+ const itemProps = React27.useMemo(() => getItemProps(), [getItemProps]);
1851
+ store.useSyncedValues({
1852
+ floatingRootContext,
1853
+ activeTriggerProps,
1854
+ inactiveTriggerProps,
1855
+ popupProps,
1856
+ itemProps
1857
+ });
1858
+ const context = React27.useMemo(() => ({
1859
+ store,
1860
+ parent: parentFromContext
1861
+ }), [store, parentFromContext]);
1862
+ const content = /* @__PURE__ */ _jsx8(MenuRootContext.Provider, {
1863
+ value: context,
1864
+ children: typeof children === "function" ? children({
1865
+ payload
1866
+ }) : children
1867
+ });
1868
+ if (parent.type === undefined || parent.type === "context-menu") {
1869
+ return /* @__PURE__ */ _jsx8(FloatingTree, {
1870
+ externalTree: floatingTreeRoot,
1871
+ children: content
1872
+ });
1873
+ }
1874
+ return content;
1875
+ });
1876
+ if (true)
1877
+ MenuRoot.displayName = "MenuRoot";
1878
+ // node_modules/.deno/@base-ui+react@1.4.1/node_modules/@base-ui/react/esm/menu/submenu-root/MenuSubmenuRoot.js
1879
+ import * as React28 from "react";
1880
+ import { jsx as _jsx9 } from "react/jsx-runtime";
1881
+ "use client";
1882
+ function MenuSubmenuRoot(props) {
1883
+ const parentMenu = useMenuRootContext().store;
1884
+ const contextValue = React28.useMemo(() => ({
1885
+ parentMenu
1886
+ }), [parentMenu]);
1887
+ return /* @__PURE__ */ _jsx9(MenuSubmenuRootContext.Provider, {
1888
+ value: contextValue,
1889
+ children: /* @__PURE__ */ _jsx9(MenuRoot, {
1890
+ ...props
1891
+ })
1892
+ });
1893
+ }
1894
+ // node_modules/.deno/@base-ui+react@1.4.1/node_modules/@base-ui/react/esm/menu/trigger/MenuTrigger.js
1895
+ import * as React30 from "react";
1896
+
1897
+ // node_modules/.deno/@base-ui+react@1.4.1/node_modules/@base-ui/react/esm/menu/utils/findRootOwnerId.js
1898
+ function findRootOwnerId(node) {
1899
+ if (isHTMLElement(node) && node.hasAttribute("data-rootownerid")) {
1900
+ return node.getAttribute("data-rootownerid") ?? undefined;
1901
+ }
1902
+ if (isLastTraversableNode(node)) {
1903
+ return;
1904
+ }
1905
+ return findRootOwnerId(getParentNode(node));
1906
+ }
1907
+
1908
+ // node_modules/.deno/@base-ui+react@1.4.1/node_modules/@base-ui/react/esm/utils/useMixedToggleClickHandler.js
1909
+ import * as React29 from "react";
1910
+ "use client";
1911
+ function useMixedToggleClickHandler(params) {
1912
+ const {
1913
+ enabled = true,
1914
+ mouseDownAction,
1915
+ open
1916
+ } = params;
1917
+ const ignoreClickRef = React29.useRef(false);
1918
+ return React29.useMemo(() => {
1919
+ if (!enabled) {
1920
+ return EMPTY_OBJECT;
1921
+ }
1922
+ return {
1923
+ onMouseDown: (event) => {
1924
+ if (mouseDownAction === "open" && !open || mouseDownAction === "close" && open) {
1925
+ ignoreClickRef.current = true;
1926
+ ownerDocument(event.currentTarget).addEventListener("click", () => {
1927
+ ignoreClickRef.current = false;
1928
+ }, {
1929
+ once: true
1930
+ });
1931
+ }
1932
+ },
1933
+ onClick: (event) => {
1934
+ if (ignoreClickRef.current) {
1935
+ ignoreClickRef.current = false;
1936
+ event.preventBaseUIHandler();
1937
+ }
1938
+ }
1939
+ };
1940
+ }, [enabled, mouseDownAction, open]);
1941
+ }
1942
+
1943
+ // node_modules/.deno/@base-ui+react@1.4.1/node_modules/@base-ui/react/esm/menu/trigger/MenuTrigger.js
1944
+ import { jsx as _jsx10, jsxs as _jsxs2 } from "react/jsx-runtime";
1945
+ "use client";
1946
+ var BOUNDARY_OFFSET = 2;
1947
+ var MenuTrigger = fastComponentRef(function MenuTrigger2(componentProps, forwardedRef) {
1948
+ const {
1949
+ render,
1950
+ className,
1951
+ disabled: disabledProp = false,
1952
+ nativeButton = true,
1953
+ id: idProp,
1954
+ openOnHover: openOnHoverProp,
1955
+ delay = 100,
1956
+ closeDelay = 0,
1957
+ handle,
1958
+ payload,
1959
+ style,
1960
+ ...elementProps
1961
+ } = componentProps;
1962
+ const rootContext = useMenuRootContext(true);
1963
+ const store = handle?.store ?? rootContext?.store;
1964
+ if (!store) {
1965
+ throw new Error("Base UI: <Menu.Trigger> must be either used within a <Menu.Root> component or provided with a handle.");
1966
+ }
1967
+ const thisTriggerId = useBaseUiId(idProp);
1968
+ const isTriggerActive = store.useState("isTriggerActive", thisTriggerId);
1969
+ const floatingRootContext = store.useState("floatingRootContext");
1970
+ const isOpenedByThisTrigger = store.useState("isOpenedByTrigger", thisTriggerId);
1971
+ const triggerElementRef = React30.useRef(null);
1972
+ const parent = useMenuParent();
1973
+ const compositeRootContext = useCompositeRootContext(true);
1974
+ const floatingTreeRootFromContext = useFloatingTree();
1975
+ const floatingTreeRoot = React30.useMemo(() => {
1976
+ return floatingTreeRootFromContext ?? new FloatingTreeStore;
1977
+ }, [floatingTreeRootFromContext]);
1978
+ const floatingNodeId = useFloatingNodeId(floatingTreeRoot);
1979
+ const floatingParentNodeId = useFloatingParentNodeId();
1980
+ const {
1981
+ registerTrigger,
1982
+ isMountedByThisTrigger
1983
+ } = useTriggerDataForwarding(thisTriggerId, triggerElementRef, store, {
1984
+ payload,
1985
+ closeDelay,
1986
+ parent,
1987
+ floatingTreeRoot,
1988
+ floatingNodeId,
1989
+ floatingParentNodeId,
1990
+ keyboardEventRelay: compositeRootContext?.relayKeyboardEvent
1991
+ });
1992
+ const isInMenubar = parent.type === "menubar";
1993
+ const rootDisabled = store.useState("disabled");
1994
+ const disabled = disabledProp || rootDisabled || isInMenubar && parent.context.disabled;
1995
+ const {
1996
+ getButtonProps,
1997
+ buttonRef
1998
+ } = useButton({
1999
+ disabled,
2000
+ native: nativeButton
2001
+ });
2002
+ React30.useEffect(() => {
2003
+ if (!isOpenedByThisTrigger && parent.type === undefined) {
2004
+ store.context.allowMouseUpTriggerRef.current = false;
2005
+ }
2006
+ }, [store, isOpenedByThisTrigger, parent.type]);
2007
+ const triggerRef = React30.useRef(null);
2008
+ const allowMouseUpTriggerTimeout = useTimeout();
2009
+ const handleDocumentMouseUp = useStableCallback((mouseEvent) => {
2010
+ if (!triggerRef.current) {
2011
+ return;
2012
+ }
2013
+ allowMouseUpTriggerTimeout.clear();
2014
+ store.context.allowMouseUpTriggerRef.current = false;
2015
+ const mouseUpTarget = mouseEvent.target;
2016
+ if (contains(triggerRef.current, mouseUpTarget) || contains(store.select("positionerElement"), mouseUpTarget) || mouseUpTarget === triggerRef.current) {
2017
+ return;
2018
+ }
2019
+ if (mouseUpTarget != null && findRootOwnerId(mouseUpTarget) === store.select("rootId")) {
2020
+ return;
2021
+ }
2022
+ const bounds = getPseudoElementBounds(triggerRef.current);
2023
+ if (mouseEvent.clientX >= bounds.left - BOUNDARY_OFFSET && mouseEvent.clientX <= bounds.right + BOUNDARY_OFFSET && mouseEvent.clientY >= bounds.top - BOUNDARY_OFFSET && mouseEvent.clientY <= bounds.bottom + BOUNDARY_OFFSET) {
2024
+ return;
2025
+ }
2026
+ floatingTreeRoot.events.emit("close", {
2027
+ domEvent: mouseEvent,
2028
+ reason: exports_reason_parts.cancelOpen
2029
+ });
2030
+ });
2031
+ React30.useEffect(() => {
2032
+ if (isOpenedByThisTrigger && store.select("lastOpenChangeReason") === exports_reason_parts.triggerHover) {
2033
+ const doc = ownerDocument(triggerRef.current);
2034
+ doc.addEventListener("mouseup", handleDocumentMouseUp, {
2035
+ once: true
2036
+ });
2037
+ }
2038
+ }, [isOpenedByThisTrigger, handleDocumentMouseUp, store]);
2039
+ const parentMenubarHasSubmenuOpen = isInMenubar && parent.context.hasSubmenuOpen;
2040
+ const openOnHover = openOnHoverProp ?? parentMenubarHasSubmenuOpen;
2041
+ const hoverProps = useHoverReferenceInteraction(floatingRootContext, {
2042
+ enabled: openOnHover && !disabled && parent.type !== "context-menu" && (!isInMenubar || parentMenubarHasSubmenuOpen && !isMountedByThisTrigger),
2043
+ handleClose: safePolygon({
2044
+ blockPointerEvents: !isInMenubar
2045
+ }),
2046
+ mouseOnly: true,
2047
+ move: false,
2048
+ restMs: parent.type === undefined ? delay : undefined,
2049
+ delay: {
2050
+ close: closeDelay
2051
+ },
2052
+ triggerElementRef,
2053
+ externalTree: floatingTreeRoot,
2054
+ isActiveTrigger: isTriggerActive,
2055
+ isClosing: () => store.select("transitionStatus") === "ending"
2056
+ });
2057
+ const stickIfOpen = useStickIfOpen(isOpenedByThisTrigger, store.select("lastOpenChangeReason"));
2058
+ const click = useClick(floatingRootContext, {
2059
+ enabled: !disabled && parent.type !== "context-menu",
2060
+ event: isOpenedByThisTrigger && isInMenubar ? "click" : "mousedown",
2061
+ toggle: true,
2062
+ ignoreMouse: false,
2063
+ stickIfOpen: parent.type === undefined ? stickIfOpen : false
2064
+ });
2065
+ const focus = useFocus(floatingRootContext, {
2066
+ enabled: !disabled && parentMenubarHasSubmenuOpen
2067
+ });
2068
+ const mixedToggleHandlers = useMixedToggleClickHandler({
2069
+ open: isOpenedByThisTrigger,
2070
+ enabled: isInMenubar,
2071
+ mouseDownAction: "open"
2072
+ });
2073
+ const localInteractionProps = useInteractions([click, focus]);
2074
+ const state = {
2075
+ disabled,
2076
+ open: isOpenedByThisTrigger
2077
+ };
2078
+ const rootTriggerProps = store.useState("triggerProps", isMountedByThisTrigger);
2079
+ const ref = [triggerRef, forwardedRef, buttonRef, registerTrigger, triggerElementRef];
2080
+ const props = [localInteractionProps.getReferenceProps(), hoverProps ?? EMPTY_OBJECT, rootTriggerProps, {
2081
+ "aria-haspopup": "menu",
2082
+ id: thisTriggerId,
2083
+ onMouseDown: (event) => {
2084
+ if (store.select("open")) {
2085
+ return;
2086
+ }
2087
+ allowMouseUpTriggerTimeout.start(200, () => {
2088
+ store.context.allowMouseUpTriggerRef.current = true;
2089
+ });
2090
+ const doc = ownerDocument(event.currentTarget);
2091
+ doc.addEventListener("mouseup", handleDocumentMouseUp, {
2092
+ once: true
2093
+ });
2094
+ }
2095
+ }, isInMenubar ? {
2096
+ role: "menuitem"
2097
+ } : {}, mixedToggleHandlers, elementProps, getButtonProps];
2098
+ const {
2099
+ preFocusGuardRef,
2100
+ handlePreFocusGuardFocus,
2101
+ handleFocusTargetFocus
2102
+ } = useTriggerFocusGuards(store, triggerElementRef);
2103
+ const element = useRenderElement("button", componentProps, {
2104
+ enabled: !isInMenubar,
2105
+ stateAttributesMapping: pressableTriggerOpenStateMapping,
2106
+ state,
2107
+ ref,
2108
+ props
2109
+ });
2110
+ if (isInMenubar) {
2111
+ return /* @__PURE__ */ _jsx10(CompositeItem, {
2112
+ tag: "button",
2113
+ render,
2114
+ className,
2115
+ style,
2116
+ state,
2117
+ refs: ref,
2118
+ props,
2119
+ stateAttributesMapping: pressableTriggerOpenStateMapping
2120
+ });
2121
+ }
2122
+ if (isOpenedByThisTrigger) {
2123
+ return /* @__PURE__ */ _jsxs2(React30.Fragment, {
2124
+ children: [/* @__PURE__ */ _jsx10(FocusGuard, {
2125
+ ref: preFocusGuardRef,
2126
+ onFocus: handlePreFocusGuardFocus
2127
+ }, `${thisTriggerId}-pre-focus-guard`), /* @__PURE__ */ _jsx10(React30.Fragment, {
2128
+ children: element
2129
+ }, thisTriggerId), /* @__PURE__ */ _jsx10(FocusGuard, {
2130
+ ref: store.context.triggerFocusTargetRef,
2131
+ onFocus: handleFocusTargetFocus
2132
+ }, `${thisTriggerId}-post-focus-guard`)]
2133
+ });
2134
+ }
2135
+ return /* @__PURE__ */ _jsx10(React30.Fragment, {
2136
+ children: element
2137
+ }, thisTriggerId);
2138
+ });
2139
+ if (true)
2140
+ MenuTrigger.displayName = "MenuTrigger";
2141
+ function useStickIfOpen(open, openReason) {
2142
+ const stickIfOpenTimeout = useTimeout();
2143
+ const [stickIfOpen, setStickIfOpen] = React30.useState(false);
2144
+ useIsoLayoutEffect(() => {
2145
+ if (open && openReason === "trigger-hover") {
2146
+ setStickIfOpen(true);
2147
+ stickIfOpenTimeout.start(PATIENT_CLICK_THRESHOLD, () => {
2148
+ setStickIfOpen(false);
2149
+ });
2150
+ } else if (!open) {
2151
+ stickIfOpenTimeout.clear();
2152
+ setStickIfOpen(false);
2153
+ }
2154
+ }, [open, openReason, stickIfOpenTimeout]);
2155
+ return stickIfOpen;
2156
+ }
2157
+ function useMenuParent() {
2158
+ const contextMenuContext = useContextMenuRootContext(true);
2159
+ const parentContext = useMenuRootContext(true);
2160
+ const menubarContext = useMenubarContext(true);
2161
+ const parent = React30.useMemo(() => {
2162
+ if (menubarContext) {
2163
+ return {
2164
+ type: "menubar",
2165
+ context: menubarContext
2166
+ };
2167
+ }
2168
+ if (contextMenuContext && !parentContext) {
2169
+ return {
2170
+ type: "context-menu",
2171
+ context: contextMenuContext
2172
+ };
2173
+ }
2174
+ return {
2175
+ type: undefined
2176
+ };
2177
+ }, [contextMenuContext, parentContext, menubarContext]);
2178
+ return parent;
2179
+ }
2180
+ // node_modules/.deno/@base-ui+react@1.4.1/node_modules/@base-ui/react/esm/menu/viewport/MenuViewport.js
2181
+ import * as React31 from "react";
2182
+
2183
+ // node_modules/.deno/@base-ui+react@1.4.1/node_modules/@base-ui/react/esm/menu/viewport/MenuViewportCssVars.js
2184
+ var MenuViewportCssVars = /* @__PURE__ */ function(MenuViewportCssVars2) {
2185
+ MenuViewportCssVars2["popupWidth"] = "--popup-width";
2186
+ MenuViewportCssVars2["popupHeight"] = "--popup-height";
2187
+ return MenuViewportCssVars2;
2188
+ }({});
2189
+
2190
+ // node_modules/.deno/@base-ui+react@1.4.1/node_modules/@base-ui/react/esm/menu/viewport/MenuViewport.js
2191
+ "use client";
2192
+ var stateAttributesMapping3 = {
2193
+ activationDirection: (value) => value ? {
2194
+ "data-activation-direction": value
2195
+ } : null
2196
+ };
2197
+ var MenuViewport = /* @__PURE__ */ React31.forwardRef(function MenuViewport2(componentProps, forwardedRef) {
2198
+ const {
2199
+ render,
2200
+ className,
2201
+ style,
2202
+ children,
2203
+ ...elementProps
2204
+ } = componentProps;
2205
+ const {
2206
+ store
2207
+ } = useMenuRootContext();
2208
+ const {
2209
+ side
2210
+ } = useMenuPositionerContext();
2211
+ const instantType = store.useState("instantType");
2212
+ const {
2213
+ children: childrenToRender,
2214
+ state: viewportState
2215
+ } = usePopupViewport({
2216
+ store,
2217
+ side,
2218
+ cssVars: MenuViewportCssVars,
2219
+ children
2220
+ });
2221
+ const state = {
2222
+ activationDirection: viewportState.activationDirection,
2223
+ transitioning: viewportState.transitioning,
2224
+ instant: instantType
2225
+ };
2226
+ return useRenderElement("div", componentProps, {
2227
+ state,
2228
+ ref: forwardedRef,
2229
+ props: [elementProps, {
2230
+ children: childrenToRender
2231
+ }],
2232
+ stateAttributesMapping: stateAttributesMapping3
2233
+ });
2234
+ });
2235
+ if (true)
2236
+ MenuViewport.displayName = "MenuViewport";
2237
+ // node_modules/.deno/@base-ui+react@1.4.1/node_modules/@base-ui/react/esm/menu/submenu-trigger/MenuSubmenuTrigger.js
2238
+ import * as React32 from "react";
2239
+ "use client";
2240
+ var MenuSubmenuTrigger = /* @__PURE__ */ React32.forwardRef(function SubmenuTriggerComponent(componentProps, forwardedRef) {
2241
+ const {
2242
+ render,
2243
+ className,
2244
+ label,
2245
+ id: idProp,
2246
+ nativeButton = false,
2247
+ openOnHover = true,
2248
+ delay = 100,
2249
+ closeDelay = 0,
2250
+ disabled: disabledProp = false,
2251
+ style,
2252
+ ...elementProps
2253
+ } = componentProps;
2254
+ const listItem = useCompositeListItem();
2255
+ const menuPositionerContext = useMenuPositionerContext();
2256
+ const {
2257
+ store
2258
+ } = useMenuRootContext();
2259
+ const thisTriggerId = useBaseUiId(idProp);
2260
+ const open = store.useState("open");
2261
+ const floatingRootContext = store.useState("floatingRootContext");
2262
+ const floatingTreeRoot = store.useState("floatingTreeRoot");
2263
+ const baseRegisterTrigger = useTriggerRegistration(thisTriggerId, store);
2264
+ const registerTrigger = React32.useCallback((element2) => {
2265
+ const cleanup = baseRegisterTrigger(element2);
2266
+ if (element2 !== null && store.select("open") && store.select("activeTriggerId") == null) {
2267
+ store.update({
2268
+ activeTriggerId: thisTriggerId,
2269
+ activeTriggerElement: element2,
2270
+ closeDelay
2271
+ });
2272
+ }
2273
+ return cleanup;
2274
+ }, [baseRegisterTrigger, closeDelay, store, thisTriggerId]);
2275
+ const triggerElementRef = React32.useRef(null);
2276
+ const handleTriggerElementRef = React32.useCallback((el) => {
2277
+ triggerElementRef.current = el;
2278
+ store.set("activeTriggerElement", el);
2279
+ }, [store]);
2280
+ if (true) {
2281
+ useIsoLayoutEffect(() => {
2282
+ const element2 = triggerElementRef.current;
2283
+ if (element2 && isElementDisabled(element2) && !disabledProp) {
2284
+ const ownerStackMessage = SafeReact.captureOwnerStack?.() || "";
2285
+ warn(`A disabled element was detected on <Menu.SubmenuTrigger>. To properly disable the trigger, use the \`disabled\` prop on the component instead of setting it on the rendered element.${ownerStackMessage}`);
2286
+ }
2287
+ });
2288
+ }
2289
+ const submenuRootContext = useMenuSubmenuRootContext();
2290
+ if (!submenuRootContext?.parentMenu) {
2291
+ throw new Error("Base UI: <Menu.SubmenuTrigger> must be placed in <Menu.SubmenuRoot>.");
2292
+ }
2293
+ store.useSyncedValue("closeDelay", closeDelay);
2294
+ const parentMenuStore = submenuRootContext.parentMenu;
2295
+ const itemProps = parentMenuStore.useState("itemProps");
2296
+ const highlighted = parentMenuStore.useState("isActive", listItem.index);
2297
+ const itemMetadata = React32.useMemo(() => ({
2298
+ type: "submenu-trigger",
2299
+ setActive() {
2300
+ parentMenuStore.set("activeIndex", listItem.index);
2301
+ }
2302
+ }), [parentMenuStore, listItem.index]);
2303
+ const rootDisabled = store.useState("disabled");
2304
+ const disabled = disabledProp || rootDisabled;
2305
+ const {
2306
+ getItemProps,
2307
+ itemRef
2308
+ } = useMenuItem({
2309
+ closeOnClick: false,
2310
+ disabled,
2311
+ highlighted,
2312
+ id: thisTriggerId,
2313
+ store,
2314
+ typingRef: parentMenuStore.context.typingRef,
2315
+ nativeButton,
2316
+ itemMetadata,
2317
+ nodeId: menuPositionerContext?.context.nodeId
2318
+ });
2319
+ const hoverEnabled = store.useState("hoverEnabled");
2320
+ const allowMouseEnter = parentMenuStore.useState("allowMouseEnter");
2321
+ const hoverProps = useHoverReferenceInteraction(floatingRootContext, {
2322
+ enabled: hoverEnabled && openOnHover && !disabled,
2323
+ handleClose: safePolygon({
2324
+ blockPointerEvents: true
2325
+ }),
2326
+ mouseOnly: true,
2327
+ move: true,
2328
+ restMs: delay,
2329
+ delay: allowMouseEnter ? {
2330
+ open: delay,
2331
+ close: closeDelay
2332
+ } : 0,
2333
+ triggerElementRef,
2334
+ externalTree: floatingTreeRoot,
2335
+ isClosing: () => store.select("transitionStatus") === "ending"
2336
+ });
2337
+ const click = useClick(floatingRootContext, {
2338
+ enabled: !disabled,
2339
+ event: "mousedown",
2340
+ toggle: !openOnHover,
2341
+ ignoreMouse: openOnHover,
2342
+ stickIfOpen: false
2343
+ });
2344
+ const localInteractionProps = useInteractions([click]);
2345
+ const rootTriggerProps = store.useState("triggerProps", true);
2346
+ delete rootTriggerProps.id;
2347
+ const state = {
2348
+ disabled,
2349
+ highlighted,
2350
+ open
2351
+ };
2352
+ const element = useRenderElement("div", componentProps, {
2353
+ state,
2354
+ stateAttributesMapping: triggerOpenStateMapping,
2355
+ props: [localInteractionProps.getReferenceProps(), hoverProps, rootTriggerProps, itemProps, {
2356
+ tabIndex: open || highlighted ? 0 : -1,
2357
+ onBlur() {
2358
+ if (highlighted) {
2359
+ parentMenuStore.set("activeIndex", null);
2360
+ }
2361
+ }
2362
+ }, elementProps, getItemProps],
2363
+ ref: [forwardedRef, listItem.ref, itemRef, registerTrigger, handleTriggerElementRef]
2364
+ });
2365
+ return element;
2366
+ });
2367
+ if (true)
2368
+ MenuSubmenuTrigger.displayName = "MenuSubmenuTrigger";
2369
+ // node_modules/.deno/@base-ui+react@1.4.1/node_modules/@base-ui/react/esm/menu/store/MenuHandle.js
2370
+ class MenuHandle {
2371
+ constructor() {
2372
+ this.store = new MenuStore;
2373
+ }
2374
+ open(triggerId) {
2375
+ const triggerElement = triggerId ? this.store.context.triggerElements.getById(triggerId) : undefined;
2376
+ if (triggerId && !triggerElement) {
2377
+ throw new Error(`Base UI: MenuHandle.open: No trigger found with id "${triggerId}".`);
2378
+ }
2379
+ this.store.setOpen(true, createChangeEventDetails("imperative-action", undefined, triggerElement));
2380
+ }
2381
+ close() {
2382
+ this.store.setOpen(false, createChangeEventDetails("imperative-action", undefined, undefined));
2383
+ }
2384
+ get isOpen() {
2385
+ return this.store.state.open;
2386
+ }
2387
+ }
2388
+ function createMenuHandle() {
2389
+ return new MenuHandle;
2390
+ }
2391
+ export { ContextMenuRootContext, useContextMenuRootContext, MenuRootContext, useMenuRootContext, MenuArrow, MenuBackdrop, MenuCheckboxItem, MenuCheckboxItemIndicator, MenuGroup, MenuGroupLabel, MenuItem, MenuLinkItem, MenuPopup, MenuPortal, MenuPositioner, MenuRadioGroup, MenuRadioItem, MenuRadioItemIndicator, MenuSubmenuRoot, findRootOwnerId, MenuSubmenuTrigger, exports_index_parts };