@g4rcez/components 4.1.3 → 5.0.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 (708) hide show
  1. package/ai/docs/AnimatedList.md +1 -1
  2. package/ai/docs/Autocomplete.md +2 -2
  3. package/ai/docs/Button.md +1 -1
  4. package/ai/docs/Card.md +7 -7
  5. package/ai/docs/DatePicker.md +2 -2
  6. package/ai/docs/Dropdown.md +7 -7
  7. package/ai/docs/Expand.md +5 -5
  8. package/ai/docs/Input.md +3 -3
  9. package/ai/docs/InputField.md +24 -14
  10. package/ai/docs/List.md +1 -1
  11. package/ai/docs/Modal.md +4 -4
  12. package/ai/docs/MultiSelect.md +2 -2
  13. package/ai/docs/PageCalendar.md +2 -2
  14. package/ai/docs/Polymorph.md +1 -1
  15. package/ai/docs/Resizable.md +3 -3
  16. package/ai/docs/Select.md +2 -2
  17. package/ai/docs/Skeleton.md +1 -1
  18. package/ai/docs/Slot.md +3 -3
  19. package/ai/docs/Spinner.md +1 -1
  20. package/ai/docs/Stats.md +1 -1
  21. package/ai/docs/Step.md +1 -1
  22. package/ai/docs/Tabs.md +1 -1
  23. package/ai/docs/Tag.md +1 -1
  24. package/ai/docs/TaskList.md +3 -3
  25. package/ai/docs/Textarea.md +2 -2
  26. package/ai/docs/Tooltip.md +13 -9
  27. package/ai/docs/Typography.md +1 -1
  28. package/ai/docs/index.md +17 -17
  29. package/dist/CaretDown.es-BXl0Ixp3.js +23 -0
  30. package/dist/CaretDown.es-BXl0Ixp3.js.map +1 -0
  31. package/dist/CaretRight.es-B2mpMfqU.js +23 -0
  32. package/dist/CaretRight.es-B2mpMfqU.js.map +1 -0
  33. package/dist/CheckCircle.es-BB91gLT-.js +23 -0
  34. package/dist/CheckCircle.es-BB91gLT-.js.map +1 -0
  35. package/dist/File.es-CjNVQ00B.js +23 -0
  36. package/dist/File.es-CjNVQ00B.js.map +1 -0
  37. package/dist/IconBase.es-BlJQ9IXo.js +27 -0
  38. package/dist/IconBase.es-BlJQ9IXo.js.map +1 -0
  39. package/dist/Info.es-Dvln8pws.js +23 -0
  40. package/dist/Info.es-Dvln8pws.js.map +1 -0
  41. package/dist/MotionConfig-BLwtdAWy.js +27 -0
  42. package/dist/MotionConfig-BLwtdAWy.js.map +1 -0
  43. package/dist/MotionConfigContext-BORpSKe8.js +2571 -0
  44. package/dist/MotionConfigContext-BORpSKe8.js.map +1 -0
  45. package/dist/Warning.es-B_xCn-P5.js +23 -0
  46. package/dist/Warning.es-B_xCn-P5.js.map +1 -0
  47. package/dist/X.es-Cjq2a_OA.js +23 -0
  48. package/dist/X.es-Cjq2a_OA.js.map +1 -0
  49. package/dist/animate-BNYgkk_j.js +387 -0
  50. package/dist/animate-BNYgkk_j.js.map +1 -0
  51. package/dist/autocomplete-DVKTP0Il.js +415 -0
  52. package/dist/autocomplete-DVKTP0Il.js.map +1 -0
  53. package/dist/calendar-_DZjphH8.js +1678 -0
  54. package/dist/calendar-_DZjphH8.js.map +1 -0
  55. package/dist/components/core/button.js +75 -75
  56. package/dist/components/core/button.js.map +1 -1
  57. package/dist/components/core/tag.js +66 -66
  58. package/dist/components/core/tag.js.map +1 -1
  59. package/dist/components/display/alert.js +133 -95
  60. package/dist/components/display/alert.js.map +1 -1
  61. package/dist/components/display/calendar.js +3 -15
  62. package/dist/components/display/card.js +73 -82
  63. package/dist/components/display/card.js.map +1 -1
  64. package/dist/components/display/list.js +153 -93
  65. package/dist/components/display/list.js.map +1 -1
  66. package/dist/components/display/notifications.js +3 -15
  67. package/dist/components/display/stats.js +30 -16
  68. package/dist/components/display/stats.js.map +1 -1
  69. package/dist/components/display/tabs.js +3 -12
  70. package/dist/components/display/timeline.js +47 -28
  71. package/dist/components/display/timeline.js.map +1 -1
  72. package/dist/components/floating/dropdown.js +76 -65
  73. package/dist/components/floating/dropdown.js.map +1 -1
  74. package/dist/components/floating/expand.js +62 -40
  75. package/dist/components/floating/expand.js.map +1 -1
  76. package/dist/components/floating/menu.js +195 -177
  77. package/dist/components/floating/menu.js.map +1 -1
  78. package/dist/components/floating/modal.js +3 -301
  79. package/dist/components/floating/tooltip.js +63 -73
  80. package/dist/components/floating/tooltip.js.map +1 -1
  81. package/dist/components/form/autocomplete.js +3 -16
  82. package/dist/components/form/checkbox.js +34 -44
  83. package/dist/components/form/checkbox.js.map +1 -1
  84. package/dist/components/form/date-picker.js +3 -12
  85. package/dist/components/form/file-upload.js +3 -11
  86. package/dist/components/form/form.js +16 -7
  87. package/dist/components/form/form.js.map +1 -1
  88. package/dist/components/form/input.js +3 -5
  89. package/dist/components/form/radiobox.js +19 -30
  90. package/dist/components/form/radiobox.js.map +1 -1
  91. package/dist/components/form/select.js +77 -106
  92. package/dist/components/form/select.js.map +1 -1
  93. package/dist/components/form/switch.js +73 -64
  94. package/dist/components/form/switch.js.map +1 -1
  95. package/dist/components/form/task-list.js +3 -68
  96. package/dist/components/table/table.js +3 -10
  97. package/dist/date-picker-9q_Ki5Vu.js +1498 -0
  98. package/dist/date-picker-9q_Ki5Vu.js.map +1 -0
  99. package/dist/dist-BHFtgf5x.js +2593 -0
  100. package/dist/dist-BHFtgf5x.js.map +1 -0
  101. package/dist/dist-Buc00Zls.js +177 -0
  102. package/dist/dist-Buc00Zls.js.map +1 -0
  103. package/dist/dist-NmFtbuK4.js +35 -0
  104. package/dist/dist-NmFtbuK4.js.map +1 -0
  105. package/dist/dom-Bn4wY_Zx.js +2168 -0
  106. package/dist/dom-Bn4wY_Zx.js.map +1 -0
  107. package/dist/file-upload-COk6_Bs5.js +2966 -0
  108. package/dist/file-upload-COk6_Bs5.js.map +1 -0
  109. package/dist/floating-ui.react-CwXtBJ_y.js +3381 -0
  110. package/dist/floating-ui.react-CwXtBJ_y.js.map +1 -0
  111. package/dist/floating-ui.utils-CUrVRSbA.js +204 -0
  112. package/dist/floating-ui.utils-CUrVRSbA.js.map +1 -0
  113. package/dist/fns-KbsWlOTG.js +29 -0
  114. package/dist/fns-KbsWlOTG.js.map +1 -0
  115. package/dist/index.css +1 -1
  116. package/dist/index.js +7933 -20
  117. package/dist/index.js.map +1 -1
  118. package/dist/input-B7jqwPG4.js +473 -0
  119. package/dist/input-B7jqwPG4.js.map +1 -0
  120. package/dist/input-field-B_whI66Q.js +137 -0
  121. package/dist/input-field-B_whI66Q.js.map +1 -0
  122. package/dist/modal-Cn-OaKRp.js +373 -0
  123. package/dist/modal-Cn-OaKRp.js.map +1 -0
  124. package/dist/notifications-l_B9J4Gx.js +2202 -0
  125. package/dist/notifications-l_B9J4Gx.js.map +1 -0
  126. package/dist/polymorph-BLXhrn9n.js +14 -0
  127. package/dist/polymorph-BLXhrn9n.js.map +1 -0
  128. package/dist/preset/preset.tailwind.d.ts.map +1 -1
  129. package/dist/preset/preset.tailwind.js +40 -4
  130. package/dist/preset/src/styles/common.d.ts +0 -2
  131. package/dist/preset/src/styles/common.d.ts.map +1 -1
  132. package/dist/preset/src/styles/common.js +0 -9
  133. package/dist/preset/src/styles/components.d.ts +3 -0
  134. package/dist/preset/src/styles/components.d.ts.map +1 -0
  135. package/dist/preset/src/styles/components.js +400 -0
  136. package/dist/preset/src/styles/dark.d.ts.map +1 -1
  137. package/dist/preset/src/styles/dark.js +5 -3
  138. package/dist/preset/src/styles/default-tokens.d.ts +74 -0
  139. package/dist/preset/src/styles/default-tokens.d.ts.map +1 -0
  140. package/dist/preset/src/styles/default-tokens.js +44 -0
  141. package/dist/preset/src/styles/design-tokens.d.ts +1 -1
  142. package/dist/preset/src/styles/design-tokens.d.ts.map +1 -1
  143. package/dist/preset/src/styles/design-tokens.js +6 -2
  144. package/dist/preset/src/styles/light.d.ts.map +1 -1
  145. package/dist/preset/src/styles/light.js +22 -20
  146. package/dist/preset/src/styles/theme.types.d.ts +433 -8
  147. package/dist/preset/src/styles/theme.types.d.ts.map +1 -1
  148. package/dist/proxy-Drpz0Avo.js +2533 -0
  149. package/dist/proxy-Drpz0Avo.js.map +1 -0
  150. package/dist/skeleton-CBYEq3lM.js +26 -0
  151. package/dist/skeleton-CBYEq3lM.js.map +1 -0
  152. package/dist/slot-pC8kH9De.js +96 -0
  153. package/dist/slot-pC8kH9De.js.map +1 -0
  154. package/dist/{components → src/components}/core/button.d.ts +1 -1
  155. package/dist/src/components/core/button.d.ts.map +1 -0
  156. package/dist/{components → src/components}/core/button.jsx +10 -10
  157. package/dist/src/components/core/heading.d.ts.map +1 -0
  158. package/dist/src/components/core/polymorph.d.ts.map +1 -0
  159. package/dist/src/components/core/render-on-view.d.ts.map +1 -0
  160. package/dist/{components → src/components}/core/render-on-view.jsx +1 -1
  161. package/dist/src/components/core/resizable.d.ts.map +1 -0
  162. package/dist/{components → src/components}/core/resizable.jsx +2 -2
  163. package/dist/src/components/core/slot.d.ts.map +1 -0
  164. package/dist/src/components/core/tag.d.ts.map +1 -0
  165. package/dist/{components → src/components}/core/tag.jsx +10 -8
  166. package/dist/src/components/core/typography.d.ts.map +1 -0
  167. package/dist/{components → src/components}/core/typography.jsx +8 -6
  168. package/dist/src/components/display/alert.d.ts.map +1 -0
  169. package/dist/{components → src/components}/display/alert.jsx +6 -6
  170. package/dist/src/components/display/calendar.d.ts.map +1 -0
  171. package/dist/{components → src/components}/display/calendar.jsx +40 -21
  172. package/dist/src/components/display/card.d.ts.map +1 -0
  173. package/dist/{components → src/components}/display/card.jsx +10 -10
  174. package/dist/src/components/display/empty.d.ts.map +1 -0
  175. package/dist/{components → src/components}/display/empty.jsx +1 -1
  176. package/dist/src/components/display/list.d.ts.map +1 -0
  177. package/dist/{components → src/components}/display/list.jsx +15 -11
  178. package/dist/{components → src/components}/display/notifications.d.ts +1 -1
  179. package/dist/src/components/display/notifications.d.ts.map +1 -0
  180. package/dist/{components → src/components}/display/notifications.jsx +13 -9
  181. package/dist/{components → src/components}/display/progress.d.ts +4 -1
  182. package/dist/src/components/display/progress.d.ts.map +1 -0
  183. package/dist/src/components/display/progress.jsx +21 -0
  184. package/dist/src/components/display/shortcut.d.ts.map +1 -0
  185. package/dist/{components → src/components}/display/shortcut.jsx +1 -1
  186. package/dist/src/components/display/skeleton.d.ts.map +1 -0
  187. package/dist/{components → src/components}/display/skeleton.jsx +3 -3
  188. package/dist/src/components/display/spinner.d.ts.map +1 -0
  189. package/dist/{components → src/components}/display/spinner.jsx +2 -2
  190. package/dist/src/components/display/stats.d.ts.map +1 -0
  191. package/dist/src/components/display/stats.jsx +16 -0
  192. package/dist/src/components/display/step.d.ts.map +1 -0
  193. package/dist/{components → src/components}/display/step.jsx +23 -9
  194. package/dist/src/components/display/tabs.d.ts.map +1 -0
  195. package/dist/{components → src/components}/display/tabs.jsx +3 -3
  196. package/dist/src/components/display/timeline.d.ts.map +1 -0
  197. package/dist/{components → src/components}/display/timeline.jsx +4 -4
  198. package/dist/src/components/floating/command-palette.d.ts.map +1 -0
  199. package/dist/{components → src/components}/floating/command-palette.jsx +49 -23
  200. package/dist/src/components/floating/dropdown.d.ts.map +1 -0
  201. package/dist/{components → src/components}/floating/dropdown.jsx +4 -4
  202. package/dist/src/components/floating/expand.d.ts.map +1 -0
  203. package/dist/src/components/floating/menu.d.ts.map +1 -0
  204. package/dist/{components → src/components}/floating/menu.jsx +24 -6
  205. package/dist/src/components/floating/modal.d.ts.map +1 -0
  206. package/dist/{components → src/components}/floating/modal.jsx +61 -26
  207. package/dist/src/components/floating/toolbar.d.ts.map +1 -0
  208. package/dist/{components → src/components}/floating/toolbar.jsx +1 -1
  209. package/dist/src/components/floating/tooltip.d.ts.map +1 -0
  210. package/dist/{components → src/components}/floating/tooltip.jsx +14 -5
  211. package/dist/src/components/floating/wizard.d.ts.map +1 -0
  212. package/dist/{components → src/components}/floating/wizard.jsx +10 -6
  213. package/dist/src/components/form/autocomplete.d.ts.map +1 -0
  214. package/dist/{components → src/components}/form/autocomplete.jsx +28 -16
  215. package/dist/src/components/form/checkbox.d.ts.map +1 -0
  216. package/dist/{components → src/components}/form/checkbox.jsx +3 -3
  217. package/dist/src/components/form/date-picker.d.ts.map +1 -0
  218. package/dist/{components → src/components}/form/date-picker.jsx +2 -2
  219. package/dist/src/components/form/file-upload.d.ts.map +1 -0
  220. package/dist/{components → src/components}/form/file-upload.jsx +18 -14
  221. package/dist/src/components/form/form.d.ts.map +1 -0
  222. package/dist/src/components/form/formReset.d.ts.map +1 -0
  223. package/dist/src/components/form/free-text.d.ts.map +1 -0
  224. package/dist/{components → src/components}/form/free-text.jsx +1 -1
  225. package/dist/src/components/form/input-field.d.ts.map +1 -0
  226. package/dist/{components → src/components}/form/input-field.jsx +7 -7
  227. package/dist/src/components/form/input.d.ts.map +1 -0
  228. package/dist/src/components/form/multi-select.d.ts.map +1 -0
  229. package/dist/{components → src/components}/form/multi-select.jsx +24 -16
  230. package/dist/{components → src/components}/form/radiobox.d.ts +1 -1
  231. package/dist/src/components/form/radiobox.d.ts.map +1 -0
  232. package/dist/src/components/form/radiobox.jsx +6 -0
  233. package/dist/src/components/form/select.d.ts.map +1 -0
  234. package/dist/{components → src/components}/form/select.jsx +5 -3
  235. package/dist/src/components/form/slider.d.ts.map +1 -0
  236. package/dist/{components → src/components}/form/slider.jsx +3 -3
  237. package/dist/src/components/form/switch.d.ts.map +1 -0
  238. package/dist/{components → src/components}/form/switch.jsx +5 -5
  239. package/dist/src/components/form/task-list.d.ts.map +1 -0
  240. package/dist/{components → src/components}/form/task-list.jsx +1 -1
  241. package/dist/src/components/form/textarea.d.ts +5 -0
  242. package/dist/src/components/form/textarea.d.ts.map +1 -0
  243. package/dist/src/components/form/textarea.jsx +26 -0
  244. package/dist/src/components/index.d.ts.map +1 -0
  245. package/dist/src/components/page-calendar/calendar-header.d.ts.map +1 -0
  246. package/dist/{components → src/components}/page-calendar/calendar-header.jsx +14 -14
  247. package/dist/src/components/page-calendar/day-view.d.ts.map +1 -0
  248. package/dist/{components → src/components}/page-calendar/day-view.jsx +14 -19
  249. package/dist/src/components/page-calendar/event-pill.d.ts.map +1 -0
  250. package/dist/{components → src/components}/page-calendar/event-pill.jsx +2 -2
  251. package/dist/src/components/page-calendar/index.d.ts.map +1 -0
  252. package/dist/src/components/page-calendar/month-view.d.ts.map +1 -0
  253. package/dist/{components → src/components}/page-calendar/month-view.jsx +6 -6
  254. package/dist/src/components/page-calendar/page-calendar.d.ts.map +1 -0
  255. package/dist/{components → src/components}/page-calendar/page-calendar.jsx +2 -2
  256. package/dist/src/components/page-calendar/page-calendar.types.d.ts.map +1 -0
  257. package/dist/src/components/page-calendar/page-calendar.utils.d.ts.map +1 -0
  258. package/dist/src/components/page-calendar/week-view.d.ts.map +1 -0
  259. package/dist/{components → src/components}/page-calendar/week-view.jsx +8 -13
  260. package/dist/src/components/table/filter.d.ts.map +1 -0
  261. package/dist/{components → src/components}/table/filter.jsx +39 -11
  262. package/dist/src/components/table/group.d.ts.map +1 -0
  263. package/dist/{components → src/components}/table/group.jsx +12 -5
  264. package/dist/src/components/table/index.d.ts.map +1 -0
  265. package/dist/{components → src/components}/table/index.jsx +5 -2
  266. package/dist/src/components/table/inner-table.d.ts.map +1 -0
  267. package/dist/{components → src/components}/table/inner-table.jsx +5 -5
  268. package/dist/src/components/table/metadata.d.ts.map +1 -0
  269. package/dist/{components → src/components}/table/metadata.jsx +7 -7
  270. package/dist/src/components/table/pagination.d.ts.map +1 -0
  271. package/dist/{components → src/components}/table/pagination.jsx +4 -4
  272. package/dist/src/components/table/row.d.ts.map +1 -0
  273. package/dist/{components → src/components}/table/row.jsx +2 -2
  274. package/dist/src/components/table/sort.d.ts.map +1 -0
  275. package/dist/{components → src/components}/table/sort.jsx +4 -4
  276. package/dist/src/components/table/table-lib.d.ts.map +1 -0
  277. package/dist/src/components/table/table.context.d.ts.map +1 -0
  278. package/dist/{components → src/components}/table/table.context.jsx +1 -0
  279. package/dist/src/components/table/thead.d.ts.map +1 -0
  280. package/dist/{components → src/components}/table/thead.jsx +7 -7
  281. package/dist/src/config/context.d.ts.map +1 -0
  282. package/dist/src/config/default-translations.d.ts.map +1 -0
  283. package/dist/src/config/default-tweaks.d.ts.map +1 -0
  284. package/dist/src/constants.d.ts.map +1 -0
  285. package/dist/src/hooks/use-click-outside.d.ts.map +1 -0
  286. package/dist/src/hooks/use-color-parser.d.ts.map +1 -0
  287. package/dist/src/hooks/use-components-provider.d.ts.map +1 -0
  288. package/dist/src/hooks/use-debounce.d.ts.map +1 -0
  289. package/dist/src/hooks/use-floating-ref.d.ts.map +1 -0
  290. package/dist/src/hooks/use-form.d.ts.map +1 -0
  291. package/dist/{hooks → src/hooks}/use-form.js +2 -2
  292. package/dist/src/hooks/use-hover.d.ts.map +1 -0
  293. package/dist/{hooks → src/hooks}/use-hover.js +1 -1
  294. package/dist/src/hooks/use-input-id.d.ts.map +1 -0
  295. package/dist/src/hooks/use-is-coarse-device.d.ts.map +1 -0
  296. package/dist/src/hooks/use-locale.d.ts.map +1 -0
  297. package/dist/src/hooks/use-media-query.d.ts.map +1 -0
  298. package/dist/{hooks → src/hooks}/use-media-query.js +1 -1
  299. package/dist/src/hooks/use-on-event.d.ts.map +1 -0
  300. package/dist/src/hooks/use-on-event.js +10 -0
  301. package/dist/src/hooks/use-parent.d.ts.map +1 -0
  302. package/dist/{hooks → src/hooks}/use-parent.js +1 -1
  303. package/dist/src/hooks/use-preferences.d.ts.map +1 -0
  304. package/dist/src/hooks/use-previous.d.ts.map +1 -0
  305. package/dist/src/hooks/use-reactive.d.ts.map +1 -0
  306. package/dist/src/hooks/use-remove-scroll.d.ts.map +1 -0
  307. package/dist/src/hooks/use-resize-observer.d.ts.map +1 -0
  308. package/dist/src/hooks/use-stable-ref.d.ts.map +1 -0
  309. package/dist/src/hooks/use-swipe.d.ts.map +1 -0
  310. package/dist/src/hooks/use-translations.d.ts.map +1 -0
  311. package/dist/src/hooks/use-tweaks.d.ts.map +1 -0
  312. package/dist/src/hooks/use-window-size.d.ts.map +1 -0
  313. package/dist/src/index.d.ts.map +1 -0
  314. package/dist/src/index.js +20 -0
  315. package/dist/src/lib/combi-keys.d.ts.map +1 -0
  316. package/dist/src/lib/dict.d.ts.map +1 -0
  317. package/dist/src/lib/dom.d.ts.map +1 -0
  318. package/dist/src/lib/dom.js +185 -0
  319. package/dist/src/lib/fns.d.ts.map +1 -0
  320. package/dist/src/lib/fzf.d.ts.map +1 -0
  321. package/dist/src/lib/keyboard-area.d.ts.map +1 -0
  322. package/dist/src/styles/common.d.ts +8 -0
  323. package/dist/src/styles/common.d.ts.map +1 -0
  324. package/dist/src/styles/common.js +20 -0
  325. package/dist/src/styles/components.d.ts +3 -0
  326. package/dist/src/styles/components.d.ts.map +1 -0
  327. package/dist/src/styles/components.js +397 -0
  328. package/dist/src/styles/dark.d.ts +3 -0
  329. package/dist/src/styles/dark.d.ts.map +1 -0
  330. package/dist/src/styles/dark.js +217 -0
  331. package/dist/src/styles/default-tokens.d.ts +74 -0
  332. package/dist/src/styles/default-tokens.d.ts.map +1 -0
  333. package/dist/src/styles/default-tokens.js +41 -0
  334. package/dist/src/styles/design-tokens.d.ts +29 -0
  335. package/dist/src/styles/design-tokens.d.ts.map +1 -0
  336. package/dist/src/styles/design-tokens.js +73 -0
  337. package/dist/src/styles/light.d.ts +3 -0
  338. package/dist/src/styles/light.d.ts.map +1 -0
  339. package/dist/src/styles/light.js +217 -0
  340. package/dist/src/styles/theme.d.ts +3 -0
  341. package/dist/src/styles/theme.d.ts.map +1 -0
  342. package/dist/src/styles/theme.js +4 -0
  343. package/dist/src/styles/theme.types.d.ts +540 -0
  344. package/dist/src/styles/theme.types.d.ts.map +1 -0
  345. package/dist/src/types.d.ts.map +1 -0
  346. package/dist/src/types.js +1 -0
  347. package/dist/styles/common.d.ts +0 -2
  348. package/dist/styles/common.d.ts.map +1 -1
  349. package/dist/styles/common.js +0 -9
  350. package/dist/styles/components.d.ts +3 -0
  351. package/dist/styles/components.d.ts.map +1 -0
  352. package/dist/styles/components.js +400 -0
  353. package/dist/styles/dark.d.ts.map +1 -1
  354. package/dist/styles/dark.js +5 -3
  355. package/dist/styles/default-tokens.d.ts +74 -0
  356. package/dist/styles/default-tokens.d.ts.map +1 -0
  357. package/dist/styles/default-tokens.js +44 -0
  358. package/dist/styles/design-tokens.d.ts +1 -1
  359. package/dist/styles/design-tokens.d.ts.map +1 -1
  360. package/dist/styles/design-tokens.js +6 -2
  361. package/dist/styles/light.d.ts.map +1 -1
  362. package/dist/styles/light.js +22 -20
  363. package/dist/styles/theme.types.d.ts +433 -8
  364. package/dist/styles/theme.types.d.ts.map +1 -1
  365. package/dist/table-Dql6Yzag.js +1914 -0
  366. package/dist/table-Dql6Yzag.js.map +1 -0
  367. package/dist/tabs-Ciy0l9OF.js +122 -0
  368. package/dist/tabs-Ciy0l9OF.js.map +1 -0
  369. package/dist/task-list-tKumO4WH.js +96 -0
  370. package/dist/task-list-tKumO4WH.js.map +1 -0
  371. package/dist/tsconfig.lib.tsbuildinfo +1 -1
  372. package/dist/use-motion-value-BqPF1j90.js +15 -0
  373. package/dist/use-motion-value-BqPF1j90.js.map +1 -0
  374. package/dist/use-stable-ref-D5LFCx0u.js +12 -0
  375. package/dist/use-stable-ref-D5LFCx0u.js.map +1 -0
  376. package/dist/use-translations-DTLfPE3_.js +177 -0
  377. package/dist/use-translations-DTLfPE3_.js.map +1 -0
  378. package/dist/with-selector-BAUQ-vKK.js +187 -0
  379. package/dist/with-selector-BAUQ-vKK.js.map +1 -0
  380. package/package.json +17 -17
  381. package/dist/CaretDown.es-Cj7klWI3.js +0 -33
  382. package/dist/CaretDown.es-Cj7klWI3.js.map +0 -1
  383. package/dist/CaretRight.es-0-M8D9y8.js +0 -33
  384. package/dist/CaretRight.es-0-M8D9y8.js.map +0 -1
  385. package/dist/CheckCircle.es-C6QWLfk_.js +0 -33
  386. package/dist/CheckCircle.es-C6QWLfk_.js.map +0 -1
  387. package/dist/File.es-CA-vuPED.js +0 -33
  388. package/dist/File.es-CA-vuPED.js.map +0 -1
  389. package/dist/IconBase.es-DJ1oCtpo.js +0 -50
  390. package/dist/IconBase.es-DJ1oCtpo.js.map +0 -1
  391. package/dist/Info.es-CrZKs4q4.js +0 -33
  392. package/dist/Info.es-CrZKs4q4.js.map +0 -1
  393. package/dist/MotionConfigContext-C7MqlSdv.js +0 -2713
  394. package/dist/MotionConfigContext-C7MqlSdv.js.map +0 -1
  395. package/dist/Warning.es-D_eI6tLe.js +0 -39
  396. package/dist/Warning.es-D_eI6tLe.js.map +0 -1
  397. package/dist/X.es-BJ1O93El.js +0 -39
  398. package/dist/X.es-BJ1O93El.js.map +0 -1
  399. package/dist/autocomplete-DcTNOwyg.js +0 -393
  400. package/dist/autocomplete-DcTNOwyg.js.map +0 -1
  401. package/dist/calendar-BJMHRoy2.js +0 -1746
  402. package/dist/calendar-BJMHRoy2.js.map +0 -1
  403. package/dist/components/core/button.d.ts.map +0 -1
  404. package/dist/components/core/heading.d.ts.map +0 -1
  405. package/dist/components/core/polymorph.d.ts.map +0 -1
  406. package/dist/components/core/render-on-view.d.ts.map +0 -1
  407. package/dist/components/core/resizable.d.ts.map +0 -1
  408. package/dist/components/core/slot.d.ts.map +0 -1
  409. package/dist/components/core/tag.d.ts.map +0 -1
  410. package/dist/components/core/typography.d.ts.map +0 -1
  411. package/dist/components/display/alert.d.ts.map +0 -1
  412. package/dist/components/display/calendar.d.ts.map +0 -1
  413. package/dist/components/display/calendar.js.map +0 -1
  414. package/dist/components/display/card.d.ts.map +0 -1
  415. package/dist/components/display/empty.d.ts.map +0 -1
  416. package/dist/components/display/list.d.ts.map +0 -1
  417. package/dist/components/display/notifications.d.ts.map +0 -1
  418. package/dist/components/display/notifications.js.map +0 -1
  419. package/dist/components/display/progress.d.ts.map +0 -1
  420. package/dist/components/display/progress.jsx +0 -11
  421. package/dist/components/display/shortcut.d.ts.map +0 -1
  422. package/dist/components/display/skeleton.d.ts.map +0 -1
  423. package/dist/components/display/spinner.d.ts.map +0 -1
  424. package/dist/components/display/stats.d.ts.map +0 -1
  425. package/dist/components/display/stats.jsx +0 -20
  426. package/dist/components/display/step.d.ts.map +0 -1
  427. package/dist/components/display/tabs.d.ts.map +0 -1
  428. package/dist/components/display/tabs.js.map +0 -1
  429. package/dist/components/display/timeline.d.ts.map +0 -1
  430. package/dist/components/floating/command-palette.d.ts.map +0 -1
  431. package/dist/components/floating/dropdown.d.ts.map +0 -1
  432. package/dist/components/floating/expand.d.ts.map +0 -1
  433. package/dist/components/floating/menu.d.ts.map +0 -1
  434. package/dist/components/floating/modal.d.ts.map +0 -1
  435. package/dist/components/floating/modal.js.map +0 -1
  436. package/dist/components/floating/toolbar.d.ts.map +0 -1
  437. package/dist/components/floating/tooltip.d.ts.map +0 -1
  438. package/dist/components/floating/wizard.d.ts.map +0 -1
  439. package/dist/components/form/autocomplete.d.ts.map +0 -1
  440. package/dist/components/form/autocomplete.js.map +0 -1
  441. package/dist/components/form/checkbox.d.ts.map +0 -1
  442. package/dist/components/form/date-picker.d.ts.map +0 -1
  443. package/dist/components/form/date-picker.js.map +0 -1
  444. package/dist/components/form/file-upload.d.ts.map +0 -1
  445. package/dist/components/form/file-upload.js.map +0 -1
  446. package/dist/components/form/form.d.ts.map +0 -1
  447. package/dist/components/form/formReset.d.ts.map +0 -1
  448. package/dist/components/form/free-text.d.ts.map +0 -1
  449. package/dist/components/form/input-field.d.ts.map +0 -1
  450. package/dist/components/form/input.d.ts.map +0 -1
  451. package/dist/components/form/input.js.map +0 -1
  452. package/dist/components/form/multi-select.d.ts.map +0 -1
  453. package/dist/components/form/radiobox.d.ts.map +0 -1
  454. package/dist/components/form/radiobox.jsx +0 -6
  455. package/dist/components/form/select.d.ts.map +0 -1
  456. package/dist/components/form/slider.d.ts.map +0 -1
  457. package/dist/components/form/switch.d.ts.map +0 -1
  458. package/dist/components/form/task-list.d.ts.map +0 -1
  459. package/dist/components/form/task-list.js.map +0 -1
  460. package/dist/components/form/textarea.d.ts +0 -6
  461. package/dist/components/form/textarea.d.ts.map +0 -1
  462. package/dist/components/form/textarea.jsx +0 -12
  463. package/dist/components/index.d.ts.map +0 -1
  464. package/dist/components/page-calendar/calendar-header.d.ts.map +0 -1
  465. package/dist/components/page-calendar/day-view.d.ts.map +0 -1
  466. package/dist/components/page-calendar/event-pill.d.ts.map +0 -1
  467. package/dist/components/page-calendar/index.d.ts.map +0 -1
  468. package/dist/components/page-calendar/month-view.d.ts.map +0 -1
  469. package/dist/components/page-calendar/page-calendar.d.ts.map +0 -1
  470. package/dist/components/page-calendar/page-calendar.types.d.ts.map +0 -1
  471. package/dist/components/page-calendar/page-calendar.utils.d.ts.map +0 -1
  472. package/dist/components/page-calendar/week-view.d.ts.map +0 -1
  473. package/dist/components/table/filter.d.ts.map +0 -1
  474. package/dist/components/table/group.d.ts.map +0 -1
  475. package/dist/components/table/index.d.ts.map +0 -1
  476. package/dist/components/table/inner-table.d.ts.map +0 -1
  477. package/dist/components/table/metadata.d.ts.map +0 -1
  478. package/dist/components/table/pagination.d.ts.map +0 -1
  479. package/dist/components/table/row.d.ts.map +0 -1
  480. package/dist/components/table/sort.d.ts.map +0 -1
  481. package/dist/components/table/table-lib.d.ts.map +0 -1
  482. package/dist/components/table/table.context.d.ts.map +0 -1
  483. package/dist/components/table/table.js.map +0 -1
  484. package/dist/components/table/thead.d.ts.map +0 -1
  485. package/dist/config/context.d.ts.map +0 -1
  486. package/dist/config/default-translations.d.ts.map +0 -1
  487. package/dist/config/default-tweaks.d.ts.map +0 -1
  488. package/dist/constants-r-AHn273.js +0 -6
  489. package/dist/constants-r-AHn273.js.map +0 -1
  490. package/dist/constants.d.ts.map +0 -1
  491. package/dist/date-picker-Bnl07nd8.js +0 -1628
  492. package/dist/date-picker-Bnl07nd8.js.map +0 -1
  493. package/dist/dom-CyQHY7ID.js +0 -2838
  494. package/dist/dom-CyQHY7ID.js.map +0 -1
  495. package/dist/file-upload-93d5DR4q.js +0 -3255
  496. package/dist/file-upload-93d5DR4q.js.map +0 -1
  497. package/dist/floating-ui.react-M2PGXLDp.js +0 -3706
  498. package/dist/floating-ui.react-M2PGXLDp.js.map +0 -1
  499. package/dist/fns-C7Dt27Qd.js +0 -33
  500. package/dist/fns-C7Dt27Qd.js.map +0 -1
  501. package/dist/hooks/use-click-outside.d.ts.map +0 -1
  502. package/dist/hooks/use-color-parser.d.ts.map +0 -1
  503. package/dist/hooks/use-components-provider.d.ts.map +0 -1
  504. package/dist/hooks/use-debounce.d.ts.map +0 -1
  505. package/dist/hooks/use-floating-ref.d.ts.map +0 -1
  506. package/dist/hooks/use-form.d.ts.map +0 -1
  507. package/dist/hooks/use-hover.d.ts.map +0 -1
  508. package/dist/hooks/use-input-id.d.ts.map +0 -1
  509. package/dist/hooks/use-is-coarse-device.d.ts.map +0 -1
  510. package/dist/hooks/use-locale.d.ts.map +0 -1
  511. package/dist/hooks/use-media-query.d.ts.map +0 -1
  512. package/dist/hooks/use-on-event.d.ts.map +0 -1
  513. package/dist/hooks/use-on-event.js +0 -7
  514. package/dist/hooks/use-parent.d.ts.map +0 -1
  515. package/dist/hooks/use-preferences.d.ts.map +0 -1
  516. package/dist/hooks/use-previous.d.ts.map +0 -1
  517. package/dist/hooks/use-reactive.d.ts.map +0 -1
  518. package/dist/hooks/use-remove-scroll.d.ts.map +0 -1
  519. package/dist/hooks/use-resize-observer.d.ts.map +0 -1
  520. package/dist/hooks/use-stable-ref.d.ts.map +0 -1
  521. package/dist/hooks/use-swipe.d.ts.map +0 -1
  522. package/dist/hooks/use-translations.d.ts.map +0 -1
  523. package/dist/hooks/use-tweaks.d.ts.map +0 -1
  524. package/dist/hooks/use-window-size.d.ts.map +0 -1
  525. package/dist/index-0YMC-_Lt.js +0 -20
  526. package/dist/index-0YMC-_Lt.js.map +0 -1
  527. package/dist/index-BJ1ayTam.js +0 -126
  528. package/dist/index-BJ1ayTam.js.map +0 -1
  529. package/dist/index-C-PuFUZi.js +0 -3416
  530. package/dist/index-C-PuFUZi.js.map +0 -1
  531. package/dist/index-DDeQW0JW.js +0 -1816
  532. package/dist/index-DDeQW0JW.js.map +0 -1
  533. package/dist/index-DE4shK8D.js +0 -215
  534. package/dist/index-DE4shK8D.js.map +0 -1
  535. package/dist/index-DlJ_2RBL.js +0 -35
  536. package/dist/index-DlJ_2RBL.js.map +0 -1
  537. package/dist/index-t1qLJTt5.js +0 -351
  538. package/dist/index-t1qLJTt5.js.map +0 -1
  539. package/dist/index.d.ts.map +0 -1
  540. package/dist/index.esm-BaIwleSE.js +0 -343
  541. package/dist/index.esm-BaIwleSE.js.map +0 -1
  542. package/dist/input-_MVxmIpu.js +0 -443
  543. package/dist/input-_MVxmIpu.js.map +0 -1
  544. package/dist/input-field-CDCOODOl.js +0 -182
  545. package/dist/input-field-CDCOODOl.js.map +0 -1
  546. package/dist/lib/combi-keys.d.ts.map +0 -1
  547. package/dist/lib/dict.d.ts.map +0 -1
  548. package/dist/lib/dom.d.ts.map +0 -1
  549. package/dist/lib/dom.js +0 -66
  550. package/dist/lib/fns.d.ts.map +0 -1
  551. package/dist/lib/fzf.d.ts.map +0 -1
  552. package/dist/lib/keyboard-area.d.ts.map +0 -1
  553. package/dist/notifications-Dp0ydKJS.js +0 -2576
  554. package/dist/notifications-Dp0ydKJS.js.map +0 -1
  555. package/dist/polymorph-B5n9fs_K.js +0 -10
  556. package/dist/polymorph-B5n9fs_K.js.map +0 -1
  557. package/dist/proxy-BZcQiBrp.js +0 -2495
  558. package/dist/proxy-BZcQiBrp.js.map +0 -1
  559. package/dist/skeleton-BjJobYYf.js +0 -24
  560. package/dist/skeleton-BjJobYYf.js.map +0 -1
  561. package/dist/slot-CRyweuj0.js +0 -79
  562. package/dist/slot-CRyweuj0.js.map +0 -1
  563. package/dist/tabs-B0g7YtQv.js +0 -123
  564. package/dist/tabs-B0g7YtQv.js.map +0 -1
  565. package/dist/types.d.ts.map +0 -1
  566. package/dist/use-motion-value-eGwNuWuw.js +0 -14
  567. package/dist/use-motion-value-eGwNuWuw.js.map +0 -1
  568. package/dist/use-stable-ref-CYh-YkID.js +0 -11
  569. package/dist/use-stable-ref-CYh-YkID.js.map +0 -1
  570. package/dist/use-translations-DSltA7H_.js +0 -169
  571. package/dist/use-translations-DSltA7H_.js.map +0 -1
  572. /package/dist/{components → src/components}/core/heading.d.ts +0 -0
  573. /package/dist/{components → src/components}/core/heading.jsx +0 -0
  574. /package/dist/{components → src/components}/core/polymorph.d.ts +0 -0
  575. /package/dist/{components → src/components}/core/polymorph.jsx +0 -0
  576. /package/dist/{components → src/components}/core/render-on-view.d.ts +0 -0
  577. /package/dist/{components → src/components}/core/resizable.d.ts +0 -0
  578. /package/dist/{components → src/components}/core/slot.d.ts +0 -0
  579. /package/dist/{components → src/components}/core/slot.jsx +0 -0
  580. /package/dist/{components → src/components}/core/tag.d.ts +0 -0
  581. /package/dist/{components → src/components}/core/typography.d.ts +0 -0
  582. /package/dist/{components → src/components}/display/alert.d.ts +0 -0
  583. /package/dist/{components → src/components}/display/calendar.d.ts +0 -0
  584. /package/dist/{components → src/components}/display/card.d.ts +0 -0
  585. /package/dist/{components → src/components}/display/empty.d.ts +0 -0
  586. /package/dist/{components → src/components}/display/list.d.ts +0 -0
  587. /package/dist/{components → src/components}/display/shortcut.d.ts +0 -0
  588. /package/dist/{components → src/components}/display/skeleton.d.ts +0 -0
  589. /package/dist/{components → src/components}/display/spinner.d.ts +0 -0
  590. /package/dist/{components → src/components}/display/stats.d.ts +0 -0
  591. /package/dist/{components → src/components}/display/step.d.ts +0 -0
  592. /package/dist/{components → src/components}/display/tabs.d.ts +0 -0
  593. /package/dist/{components → src/components}/display/timeline.d.ts +0 -0
  594. /package/dist/{components → src/components}/floating/command-palette.d.ts +0 -0
  595. /package/dist/{components → src/components}/floating/dropdown.d.ts +0 -0
  596. /package/dist/{components → src/components}/floating/expand.d.ts +0 -0
  597. /package/dist/{components → src/components}/floating/expand.jsx +0 -0
  598. /package/dist/{components → src/components}/floating/menu.d.ts +0 -0
  599. /package/dist/{components → src/components}/floating/modal.d.ts +0 -0
  600. /package/dist/{components → src/components}/floating/toolbar.d.ts +0 -0
  601. /package/dist/{components → src/components}/floating/tooltip.d.ts +0 -0
  602. /package/dist/{components → src/components}/floating/wizard.d.ts +0 -0
  603. /package/dist/{components → src/components}/form/autocomplete.d.ts +0 -0
  604. /package/dist/{components → src/components}/form/checkbox.d.ts +0 -0
  605. /package/dist/{components → src/components}/form/date-picker.d.ts +0 -0
  606. /package/dist/{components → src/components}/form/file-upload.d.ts +0 -0
  607. /package/dist/{components → src/components}/form/form.d.ts +0 -0
  608. /package/dist/{components → src/components}/form/form.jsx +0 -0
  609. /package/dist/{components → src/components}/form/formReset.d.ts +0 -0
  610. /package/dist/{components → src/components}/form/formReset.jsx +0 -0
  611. /package/dist/{components → src/components}/form/free-text.d.ts +0 -0
  612. /package/dist/{components → src/components}/form/input-field.d.ts +0 -0
  613. /package/dist/{components → src/components}/form/input.d.ts +0 -0
  614. /package/dist/{components → src/components}/form/input.jsx +0 -0
  615. /package/dist/{components → src/components}/form/multi-select.d.ts +0 -0
  616. /package/dist/{components → src/components}/form/select.d.ts +0 -0
  617. /package/dist/{components → src/components}/form/slider.d.ts +0 -0
  618. /package/dist/{components → src/components}/form/switch.d.ts +0 -0
  619. /package/dist/{components → src/components}/form/task-list.d.ts +0 -0
  620. /package/dist/{components → src/components}/index.d.ts +0 -0
  621. /package/dist/{components → src/components}/index.js +0 -0
  622. /package/dist/{components → src/components}/page-calendar/calendar-header.d.ts +0 -0
  623. /package/dist/{components → src/components}/page-calendar/day-view.d.ts +0 -0
  624. /package/dist/{components → src/components}/page-calendar/event-pill.d.ts +0 -0
  625. /package/dist/{components → src/components}/page-calendar/index.d.ts +0 -0
  626. /package/dist/{components → src/components}/page-calendar/index.js +0 -0
  627. /package/dist/{components → src/components}/page-calendar/month-view.d.ts +0 -0
  628. /package/dist/{components → src/components}/page-calendar/page-calendar.d.ts +0 -0
  629. /package/dist/{components → src/components}/page-calendar/page-calendar.types.d.ts +0 -0
  630. /package/dist/{components → src/components}/page-calendar/page-calendar.types.js +0 -0
  631. /package/dist/{components → src/components}/page-calendar/page-calendar.utils.d.ts +0 -0
  632. /package/dist/{components → src/components}/page-calendar/page-calendar.utils.js +0 -0
  633. /package/dist/{components → src/components}/page-calendar/week-view.d.ts +0 -0
  634. /package/dist/{components → src/components}/table/filter.d.ts +0 -0
  635. /package/dist/{components → src/components}/table/group.d.ts +0 -0
  636. /package/dist/{components → src/components}/table/index.d.ts +0 -0
  637. /package/dist/{components → src/components}/table/inner-table.d.ts +0 -0
  638. /package/dist/{components → src/components}/table/metadata.d.ts +0 -0
  639. /package/dist/{components → src/components}/table/pagination.d.ts +0 -0
  640. /package/dist/{components → src/components}/table/row.d.ts +0 -0
  641. /package/dist/{components → src/components}/table/sort.d.ts +0 -0
  642. /package/dist/{components → src/components}/table/table-lib.d.ts +0 -0
  643. /package/dist/{components → src/components}/table/table-lib.js +0 -0
  644. /package/dist/{components → src/components}/table/table.context.d.ts +0 -0
  645. /package/dist/{components → src/components}/table/thead.d.ts +0 -0
  646. /package/dist/{config → src/config}/context.d.ts +0 -0
  647. /package/dist/{config → src/config}/context.js +0 -0
  648. /package/dist/{config → src/config}/default-translations.d.ts +0 -0
  649. /package/dist/{config → src/config}/default-translations.jsx +0 -0
  650. /package/dist/{config → src/config}/default-tweaks.d.ts +0 -0
  651. /package/dist/{config → src/config}/default-tweaks.js +0 -0
  652. /package/dist/{constants.d.ts → src/constants.d.ts} +0 -0
  653. /package/dist/{constants.js → src/constants.js} +0 -0
  654. /package/dist/{hooks → src/hooks}/use-click-outside.d.ts +0 -0
  655. /package/dist/{hooks → src/hooks}/use-click-outside.js +0 -0
  656. /package/dist/{hooks → src/hooks}/use-color-parser.d.ts +0 -0
  657. /package/dist/{hooks → src/hooks}/use-color-parser.js +0 -0
  658. /package/dist/{hooks → src/hooks}/use-components-provider.d.ts +0 -0
  659. /package/dist/{hooks → src/hooks}/use-components-provider.jsx +0 -0
  660. /package/dist/{hooks → src/hooks}/use-debounce.d.ts +0 -0
  661. /package/dist/{hooks → src/hooks}/use-debounce.js +0 -0
  662. /package/dist/{hooks → src/hooks}/use-floating-ref.d.ts +0 -0
  663. /package/dist/{hooks → src/hooks}/use-floating-ref.js +0 -0
  664. /package/dist/{hooks → src/hooks}/use-form.d.ts +0 -0
  665. /package/dist/{hooks → src/hooks}/use-hover.d.ts +0 -0
  666. /package/dist/{hooks → src/hooks}/use-input-id.d.ts +0 -0
  667. /package/dist/{hooks → src/hooks}/use-input-id.js +0 -0
  668. /package/dist/{hooks → src/hooks}/use-is-coarse-device.d.ts +0 -0
  669. /package/dist/{hooks → src/hooks}/use-is-coarse-device.js +0 -0
  670. /package/dist/{hooks → src/hooks}/use-locale.d.ts +0 -0
  671. /package/dist/{hooks → src/hooks}/use-locale.js +0 -0
  672. /package/dist/{hooks → src/hooks}/use-media-query.d.ts +0 -0
  673. /package/dist/{hooks → src/hooks}/use-on-event.d.ts +0 -0
  674. /package/dist/{hooks → src/hooks}/use-parent.d.ts +0 -0
  675. /package/dist/{hooks → src/hooks}/use-preferences.d.ts +0 -0
  676. /package/dist/{hooks → src/hooks}/use-preferences.js +0 -0
  677. /package/dist/{hooks → src/hooks}/use-previous.d.ts +0 -0
  678. /package/dist/{hooks → src/hooks}/use-previous.js +0 -0
  679. /package/dist/{hooks → src/hooks}/use-reactive.d.ts +0 -0
  680. /package/dist/{hooks → src/hooks}/use-reactive.js +0 -0
  681. /package/dist/{hooks → src/hooks}/use-remove-scroll.d.ts +0 -0
  682. /package/dist/{hooks → src/hooks}/use-remove-scroll.js +0 -0
  683. /package/dist/{hooks → src/hooks}/use-resize-observer.d.ts +0 -0
  684. /package/dist/{hooks → src/hooks}/use-resize-observer.js +0 -0
  685. /package/dist/{hooks → src/hooks}/use-stable-ref.d.ts +0 -0
  686. /package/dist/{hooks → src/hooks}/use-stable-ref.js +0 -0
  687. /package/dist/{hooks → src/hooks}/use-swipe.d.ts +0 -0
  688. /package/dist/{hooks → src/hooks}/use-swipe.js +0 -0
  689. /package/dist/{hooks → src/hooks}/use-translations.d.ts +0 -0
  690. /package/dist/{hooks → src/hooks}/use-translations.js +0 -0
  691. /package/dist/{hooks → src/hooks}/use-tweaks.d.ts +0 -0
  692. /package/dist/{hooks → src/hooks}/use-tweaks.js +0 -0
  693. /package/dist/{hooks → src/hooks}/use-window-size.d.ts +0 -0
  694. /package/dist/{hooks → src/hooks}/use-window-size.js +0 -0
  695. /package/dist/{index.d.ts → src/index.d.ts} +0 -0
  696. /package/dist/{lib → src/lib}/combi-keys.d.ts +0 -0
  697. /package/dist/{lib → src/lib}/combi-keys.js +0 -0
  698. /package/dist/{lib → src/lib}/dict.d.ts +0 -0
  699. /package/dist/{lib → src/lib}/dict.js +0 -0
  700. /package/dist/{lib → src/lib}/dom.d.ts +0 -0
  701. /package/dist/{lib → src/lib}/fns.d.ts +0 -0
  702. /package/dist/{lib → src/lib}/fns.js +0 -0
  703. /package/dist/{lib → src/lib}/fzf.d.ts +0 -0
  704. /package/dist/{lib → src/lib}/fzf.js +0 -0
  705. /package/dist/{lib → src/lib}/keyboard-area.d.ts +0 -0
  706. /package/dist/{lib → src/lib}/keyboard-area.js +0 -0
  707. /package/dist/{types.js → src/styles/theme.types.js} +0 -0
  708. /package/dist/{types.d.ts → src/types.d.ts} +0 -0
@@ -0,0 +1,23 @@
1
+ import { t as e } from "./IconBase.es-BlJQ9IXo.js";
2
+ import * as t from "react";
3
+ //#region ../../node_modules/.pnpm/@phosphor-icons+react@2.1.10_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@phosphor-icons/react/dist/defs/Warning.es.js
4
+ var n = /* @__PURE__ */ new Map([
5
+ ["bold", /* @__PURE__ */ t.createElement(t.Fragment, null, /* @__PURE__ */ t.createElement("path", { d: "M240.26,186.1,152.81,34.23h0a28.74,28.74,0,0,0-49.62,0L15.74,186.1a27.45,27.45,0,0,0,0,27.71A28.31,28.31,0,0,0,40.55,228h174.9a28.31,28.31,0,0,0,24.79-14.19A27.45,27.45,0,0,0,240.26,186.1Zm-20.8,15.7a4.46,4.46,0,0,1-4,2.2H40.55a4.46,4.46,0,0,1-4-2.2,3.56,3.56,0,0,1,0-3.73L124,46.2a4.77,4.77,0,0,1,8,0l87.44,151.87A3.56,3.56,0,0,1,219.46,201.8ZM116,136V104a12,12,0,0,1,24,0v32a12,12,0,0,1-24,0Zm28,40a16,16,0,1,1-16-16A16,16,0,0,1,144,176Z" }))],
6
+ ["duotone", /* @__PURE__ */ t.createElement(t.Fragment, null, /* @__PURE__ */ t.createElement("path", {
7
+ d: "M215.46,216H40.54C27.92,216,20,202.79,26.13,192.09L113.59,40.22c6.3-11,22.52-11,28.82,0l87.46,151.87C236,202.79,228.08,216,215.46,216Z",
8
+ opacity: "0.2"
9
+ }), /* @__PURE__ */ t.createElement("path", { d: "M236.8,188.09,149.35,36.22h0a24.76,24.76,0,0,0-42.7,0L19.2,188.09a23.51,23.51,0,0,0,0,23.72A24.35,24.35,0,0,0,40.55,224h174.9a24.35,24.35,0,0,0,21.33-12.19A23.51,23.51,0,0,0,236.8,188.09ZM222.93,203.8a8.5,8.5,0,0,1-7.48,4.2H40.55a8.5,8.5,0,0,1-7.48-4.2,7.59,7.59,0,0,1,0-7.72L120.52,44.21a8.75,8.75,0,0,1,15,0l87.45,151.87A7.59,7.59,0,0,1,222.93,203.8ZM120,144V104a8,8,0,0,1,16,0v40a8,8,0,0,1-16,0Zm20,36a12,12,0,1,1-12-12A12,12,0,0,1,140,180Z" }))],
10
+ ["fill", /* @__PURE__ */ t.createElement(t.Fragment, null, /* @__PURE__ */ t.createElement("path", { d: "M236.8,188.09,149.35,36.22h0a24.76,24.76,0,0,0-42.7,0L19.2,188.09a23.51,23.51,0,0,0,0,23.72A24.35,24.35,0,0,0,40.55,224h174.9a24.35,24.35,0,0,0,21.33-12.19A23.51,23.51,0,0,0,236.8,188.09ZM120,104a8,8,0,0,1,16,0v40a8,8,0,0,1-16,0Zm8,88a12,12,0,1,1,12-12A12,12,0,0,1,128,192Z" }))],
11
+ ["light", /* @__PURE__ */ t.createElement(t.Fragment, null, /* @__PURE__ */ t.createElement("path", { d: "M235.07,189.09,147.61,37.22h0a22.75,22.75,0,0,0-39.22,0L20.93,189.09a21.53,21.53,0,0,0,0,21.72A22.35,22.35,0,0,0,40.55,222h174.9a22.35,22.35,0,0,0,19.6-11.19A21.53,21.53,0,0,0,235.07,189.09ZM224.66,204.8a10.46,10.46,0,0,1-9.21,5.2H40.55a10.46,10.46,0,0,1-9.21-5.2,9.51,9.51,0,0,1,0-9.72L118.79,43.21a10.75,10.75,0,0,1,18.42,0l87.46,151.87A9.51,9.51,0,0,1,224.66,204.8ZM122,144V104a6,6,0,0,1,12,0v40a6,6,0,0,1-12,0Zm16,36a10,10,0,1,1-10-10A10,10,0,0,1,138,180Z" }))],
12
+ ["regular", /* @__PURE__ */ t.createElement(t.Fragment, null, /* @__PURE__ */ t.createElement("path", { d: "M236.8,188.09,149.35,36.22h0a24.76,24.76,0,0,0-42.7,0L19.2,188.09a23.51,23.51,0,0,0,0,23.72A24.35,24.35,0,0,0,40.55,224h174.9a24.35,24.35,0,0,0,21.33-12.19A23.51,23.51,0,0,0,236.8,188.09ZM222.93,203.8a8.5,8.5,0,0,1-7.48,4.2H40.55a8.5,8.5,0,0,1-7.48-4.2,7.59,7.59,0,0,1,0-7.72L120.52,44.21a8.75,8.75,0,0,1,15,0l87.45,151.87A7.59,7.59,0,0,1,222.93,203.8ZM120,144V104a8,8,0,0,1,16,0v40a8,8,0,0,1-16,0Zm20,36a12,12,0,1,1-12-12A12,12,0,0,1,140,180Z" }))],
13
+ ["thin", /* @__PURE__ */ t.createElement(t.Fragment, null, /* @__PURE__ */ t.createElement("path", { d: "M233.34,190.09,145.88,38.22h0a20.75,20.75,0,0,0-35.76,0L22.66,190.09a19.52,19.52,0,0,0,0,19.71A20.36,20.36,0,0,0,40.54,220H215.46a20.36,20.36,0,0,0,17.86-10.2A19.52,19.52,0,0,0,233.34,190.09ZM226.4,205.8a12.47,12.47,0,0,1-10.94,6.2H40.54a12.47,12.47,0,0,1-10.94-6.2,11.45,11.45,0,0,1,0-11.72L117.05,42.21a12.76,12.76,0,0,1,21.9,0L226.4,194.08A11.45,11.45,0,0,1,226.4,205.8ZM124,144V104a4,4,0,0,1,8,0v40a4,4,0,0,1-8,0Zm12,36a8,8,0,1,1-8-8A8,8,0,0,1,136,180Z" }))]
14
+ ]), r = t.forwardRef((r, i) => /* @__PURE__ */ t.createElement(e, {
15
+ ref: i,
16
+ ...r,
17
+ weights: n
18
+ }));
19
+ r.displayName = "WarningIcon";
20
+ //#endregion
21
+ export { r as t };
22
+
23
+ //# sourceMappingURL=Warning.es-B_xCn-P5.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Warning.es-B_xCn-P5.js","names":["o","e","a","t"],"sources":["../../../node_modules/.pnpm/@phosphor-icons+react@2.1.10_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@phosphor-icons/react/dist/defs/Warning.es.js","../../../node_modules/.pnpm/@phosphor-icons+react@2.1.10_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@phosphor-icons/react/dist/csr/Warning.es.js"],"sourcesContent":["import * as a from \"react\";\nconst e = /* @__PURE__ */ new Map([\n [\n \"bold\",\n /* @__PURE__ */ a.createElement(a.Fragment, null, /* @__PURE__ */ a.createElement(\"path\", { d: \"M240.26,186.1,152.81,34.23h0a28.74,28.74,0,0,0-49.62,0L15.74,186.1a27.45,27.45,0,0,0,0,27.71A28.31,28.31,0,0,0,40.55,228h174.9a28.31,28.31,0,0,0,24.79-14.19A27.45,27.45,0,0,0,240.26,186.1Zm-20.8,15.7a4.46,4.46,0,0,1-4,2.2H40.55a4.46,4.46,0,0,1-4-2.2,3.56,3.56,0,0,1,0-3.73L124,46.2a4.77,4.77,0,0,1,8,0l87.44,151.87A3.56,3.56,0,0,1,219.46,201.8ZM116,136V104a12,12,0,0,1,24,0v32a12,12,0,0,1-24,0Zm28,40a16,16,0,1,1-16-16A16,16,0,0,1,144,176Z\" }))\n ],\n [\n \"duotone\",\n /* @__PURE__ */ a.createElement(a.Fragment, null, /* @__PURE__ */ a.createElement(\n \"path\",\n {\n d: \"M215.46,216H40.54C27.92,216,20,202.79,26.13,192.09L113.59,40.22c6.3-11,22.52-11,28.82,0l87.46,151.87C236,202.79,228.08,216,215.46,216Z\",\n opacity: \"0.2\"\n }\n ), /* @__PURE__ */ a.createElement(\"path\", { d: \"M236.8,188.09,149.35,36.22h0a24.76,24.76,0,0,0-42.7,0L19.2,188.09a23.51,23.51,0,0,0,0,23.72A24.35,24.35,0,0,0,40.55,224h174.9a24.35,24.35,0,0,0,21.33-12.19A23.51,23.51,0,0,0,236.8,188.09ZM222.93,203.8a8.5,8.5,0,0,1-7.48,4.2H40.55a8.5,8.5,0,0,1-7.48-4.2,7.59,7.59,0,0,1,0-7.72L120.52,44.21a8.75,8.75,0,0,1,15,0l87.45,151.87A7.59,7.59,0,0,1,222.93,203.8ZM120,144V104a8,8,0,0,1,16,0v40a8,8,0,0,1-16,0Zm20,36a12,12,0,1,1-12-12A12,12,0,0,1,140,180Z\" }))\n ],\n [\n \"fill\",\n /* @__PURE__ */ a.createElement(a.Fragment, null, /* @__PURE__ */ a.createElement(\"path\", { d: \"M236.8,188.09,149.35,36.22h0a24.76,24.76,0,0,0-42.7,0L19.2,188.09a23.51,23.51,0,0,0,0,23.72A24.35,24.35,0,0,0,40.55,224h174.9a24.35,24.35,0,0,0,21.33-12.19A23.51,23.51,0,0,0,236.8,188.09ZM120,104a8,8,0,0,1,16,0v40a8,8,0,0,1-16,0Zm8,88a12,12,0,1,1,12-12A12,12,0,0,1,128,192Z\" }))\n ],\n [\n \"light\",\n /* @__PURE__ */ a.createElement(a.Fragment, null, /* @__PURE__ */ a.createElement(\"path\", { d: \"M235.07,189.09,147.61,37.22h0a22.75,22.75,0,0,0-39.22,0L20.93,189.09a21.53,21.53,0,0,0,0,21.72A22.35,22.35,0,0,0,40.55,222h174.9a22.35,22.35,0,0,0,19.6-11.19A21.53,21.53,0,0,0,235.07,189.09ZM224.66,204.8a10.46,10.46,0,0,1-9.21,5.2H40.55a10.46,10.46,0,0,1-9.21-5.2,9.51,9.51,0,0,1,0-9.72L118.79,43.21a10.75,10.75,0,0,1,18.42,0l87.46,151.87A9.51,9.51,0,0,1,224.66,204.8ZM122,144V104a6,6,0,0,1,12,0v40a6,6,0,0,1-12,0Zm16,36a10,10,0,1,1-10-10A10,10,0,0,1,138,180Z\" }))\n ],\n [\n \"regular\",\n /* @__PURE__ */ a.createElement(a.Fragment, null, /* @__PURE__ */ a.createElement(\"path\", { d: \"M236.8,188.09,149.35,36.22h0a24.76,24.76,0,0,0-42.7,0L19.2,188.09a23.51,23.51,0,0,0,0,23.72A24.35,24.35,0,0,0,40.55,224h174.9a24.35,24.35,0,0,0,21.33-12.19A23.51,23.51,0,0,0,236.8,188.09ZM222.93,203.8a8.5,8.5,0,0,1-7.48,4.2H40.55a8.5,8.5,0,0,1-7.48-4.2,7.59,7.59,0,0,1,0-7.72L120.52,44.21a8.75,8.75,0,0,1,15,0l87.45,151.87A7.59,7.59,0,0,1,222.93,203.8ZM120,144V104a8,8,0,0,1,16,0v40a8,8,0,0,1-16,0Zm20,36a12,12,0,1,1-12-12A12,12,0,0,1,140,180Z\" }))\n ],\n [\n \"thin\",\n /* @__PURE__ */ a.createElement(a.Fragment, null, /* @__PURE__ */ a.createElement(\"path\", { d: \"M233.34,190.09,145.88,38.22h0a20.75,20.75,0,0,0-35.76,0L22.66,190.09a19.52,19.52,0,0,0,0,19.71A20.36,20.36,0,0,0,40.54,220H215.46a20.36,20.36,0,0,0,17.86-10.2A19.52,19.52,0,0,0,233.34,190.09ZM226.4,205.8a12.47,12.47,0,0,1-10.94,6.2H40.54a12.47,12.47,0,0,1-10.94-6.2,11.45,11.45,0,0,1,0-11.72L117.05,42.21a12.76,12.76,0,0,1,21.9,0L226.4,194.08A11.45,11.45,0,0,1,226.4,205.8ZM124,144V104a4,4,0,0,1,8,0v40a4,4,0,0,1-8,0Zm12,36a8,8,0,1,1-8-8A8,8,0,0,1,136,180Z\" }))\n ]\n]);\nexport {\n e as default\n};\n","import * as o from \"react\";\nimport e from \"../lib/IconBase.es.js\";\nimport t from \"../defs/Warning.es.js\";\nconst r = o.forwardRef((n, a) => /* @__PURE__ */ o.createElement(e, { ref: a, ...n, weights: t }));\nr.displayName = \"WarningIcon\";\nconst c = r;\nexport {\n c as Warning,\n r as WarningIcon\n};\n"],"x_google_ignoreList":[0,1],"mappings":";;;AACA,IAAM,oBAAoB,IAAI,IAAI;CAChC,CACE,QACgB,kBAAE,cAAc,EAAE,UAAU,MAAsB,kBAAE,cAAc,QAAQ,EAAE,GAAG,0bAA0b,CAAC,CAAC,CAC7hB;CACA,CACE,WACgB,kBAAE,cAAc,EAAE,UAAU,MAAsB,kBAAE,cAClE,QACA;EACE,GAAG;EACH,SAAS;CACX,CACF,GAAmB,kBAAE,cAAc,QAAQ,EAAE,GAAG,8bAA8b,CAAC,CAAC,CAClf;CACA,CACE,QACgB,kBAAE,cAAc,EAAE,UAAU,MAAsB,kBAAE,cAAc,QAAQ,EAAE,GAAG,oRAAoR,CAAC,CAAC,CACvX;CACA,CACE,SACgB,kBAAE,cAAc,EAAE,UAAU,MAAsB,kBAAE,cAAc,QAAQ,EAAE,GAAG,8cAA8c,CAAC,CAAC,CACjjB;CACA,CACE,WACgB,kBAAE,cAAc,EAAE,UAAU,MAAsB,kBAAE,cAAc,QAAQ,EAAE,GAAG,8bAA8b,CAAC,CAAC,CACjiB;CACA,CACE,QACgB,kBAAE,cAAc,EAAE,UAAU,MAAsB,kBAAE,cAAc,QAAQ,EAAE,GAAG,2cAA2c,CAAC,CAAC,CAC9iB;AACF,CAAC,GC7BK,IAAIA,EAAE,YAAY,GAAG,MAAsB,kBAAE,cAAcC,GAAG;CAAE,KAAKC;CAAG,GAAG;CAAG,SAASC;AAAE,CAAC,CAAC;AACjG,EAAE,cAAc"}
@@ -0,0 +1,23 @@
1
+ import { t as e } from "./IconBase.es-BlJQ9IXo.js";
2
+ import * as t from "react";
3
+ //#region ../../node_modules/.pnpm/@phosphor-icons+react@2.1.10_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@phosphor-icons/react/dist/defs/X.es.js
4
+ var n = /* @__PURE__ */ new Map([
5
+ ["bold", /* @__PURE__ */ t.createElement(t.Fragment, null, /* @__PURE__ */ t.createElement("path", { d: "M208.49,191.51a12,12,0,0,1-17,17L128,145,64.49,208.49a12,12,0,0,1-17-17L111,128,47.51,64.49a12,12,0,0,1,17-17L128,111l63.51-63.52a12,12,0,0,1,17,17L145,128Z" }))],
6
+ ["duotone", /* @__PURE__ */ t.createElement(t.Fragment, null, /* @__PURE__ */ t.createElement("path", {
7
+ d: "M216,56V200a16,16,0,0,1-16,16H56a16,16,0,0,1-16-16V56A16,16,0,0,1,56,40H200A16,16,0,0,1,216,56Z",
8
+ opacity: "0.2"
9
+ }), /* @__PURE__ */ t.createElement("path", { d: "M205.66,194.34a8,8,0,0,1-11.32,11.32L128,139.31,61.66,205.66a8,8,0,0,1-11.32-11.32L116.69,128,50.34,61.66A8,8,0,0,1,61.66,50.34L128,116.69l66.34-66.35a8,8,0,0,1,11.32,11.32L139.31,128Z" }))],
10
+ ["fill", /* @__PURE__ */ t.createElement(t.Fragment, null, /* @__PURE__ */ t.createElement("path", { d: "M208,32H48A16,16,0,0,0,32,48V208a16,16,0,0,0,16,16H208a16,16,0,0,0,16-16V48A16,16,0,0,0,208,32ZM181.66,170.34a8,8,0,0,1-11.32,11.32L128,139.31,85.66,181.66a8,8,0,0,1-11.32-11.32L116.69,128,74.34,85.66A8,8,0,0,1,85.66,74.34L128,116.69l42.34-42.35a8,8,0,0,1,11.32,11.32L139.31,128Z" }))],
11
+ ["light", /* @__PURE__ */ t.createElement(t.Fragment, null, /* @__PURE__ */ t.createElement("path", { d: "M204.24,195.76a6,6,0,1,1-8.48,8.48L128,136.49,60.24,204.24a6,6,0,0,1-8.48-8.48L119.51,128,51.76,60.24a6,6,0,0,1,8.48-8.48L128,119.51l67.76-67.75a6,6,0,0,1,8.48,8.48L136.49,128Z" }))],
12
+ ["regular", /* @__PURE__ */ t.createElement(t.Fragment, null, /* @__PURE__ */ t.createElement("path", { d: "M205.66,194.34a8,8,0,0,1-11.32,11.32L128,139.31,61.66,205.66a8,8,0,0,1-11.32-11.32L116.69,128,50.34,61.66A8,8,0,0,1,61.66,50.34L128,116.69l66.34-66.35a8,8,0,0,1,11.32,11.32L139.31,128Z" }))],
13
+ ["thin", /* @__PURE__ */ t.createElement(t.Fragment, null, /* @__PURE__ */ t.createElement("path", { d: "M202.83,197.17a4,4,0,0,1-5.66,5.66L128,133.66,58.83,202.83a4,4,0,0,1-5.66-5.66L122.34,128,53.17,58.83a4,4,0,0,1,5.66-5.66L128,122.34l69.17-69.17a4,4,0,1,1,5.66,5.66L133.66,128Z" }))]
14
+ ]), r = t.forwardRef((r, i) => /* @__PURE__ */ t.createElement(e, {
15
+ ref: i,
16
+ ...r,
17
+ weights: n
18
+ }));
19
+ r.displayName = "XIcon";
20
+ //#endregion
21
+ export { r as t };
22
+
23
+ //# sourceMappingURL=X.es-Cjq2a_OA.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"X.es-Cjq2a_OA.js","names":["e","o","a","m"],"sources":["../../../node_modules/.pnpm/@phosphor-icons+react@2.1.10_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@phosphor-icons/react/dist/defs/X.es.js","../../../node_modules/.pnpm/@phosphor-icons+react@2.1.10_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@phosphor-icons/react/dist/csr/X.es.js"],"sourcesContent":["import * as e from \"react\";\nconst a = /* @__PURE__ */ new Map([\n [\n \"bold\",\n /* @__PURE__ */ e.createElement(e.Fragment, null, /* @__PURE__ */ e.createElement(\"path\", { d: \"M208.49,191.51a12,12,0,0,1-17,17L128,145,64.49,208.49a12,12,0,0,1-17-17L111,128,47.51,64.49a12,12,0,0,1,17-17L128,111l63.51-63.52a12,12,0,0,1,17,17L145,128Z\" }))\n ],\n [\n \"duotone\",\n /* @__PURE__ */ e.createElement(e.Fragment, null, /* @__PURE__ */ e.createElement(\n \"path\",\n {\n d: \"M216,56V200a16,16,0,0,1-16,16H56a16,16,0,0,1-16-16V56A16,16,0,0,1,56,40H200A16,16,0,0,1,216,56Z\",\n opacity: \"0.2\"\n }\n ), /* @__PURE__ */ e.createElement(\"path\", { d: \"M205.66,194.34a8,8,0,0,1-11.32,11.32L128,139.31,61.66,205.66a8,8,0,0,1-11.32-11.32L116.69,128,50.34,61.66A8,8,0,0,1,61.66,50.34L128,116.69l66.34-66.35a8,8,0,0,1,11.32,11.32L139.31,128Z\" }))\n ],\n [\n \"fill\",\n /* @__PURE__ */ e.createElement(e.Fragment, null, /* @__PURE__ */ e.createElement(\"path\", { d: \"M208,32H48A16,16,0,0,0,32,48V208a16,16,0,0,0,16,16H208a16,16,0,0,0,16-16V48A16,16,0,0,0,208,32ZM181.66,170.34a8,8,0,0,1-11.32,11.32L128,139.31,85.66,181.66a8,8,0,0,1-11.32-11.32L116.69,128,74.34,85.66A8,8,0,0,1,85.66,74.34L128,116.69l42.34-42.35a8,8,0,0,1,11.32,11.32L139.31,128Z\" }))\n ],\n [\n \"light\",\n /* @__PURE__ */ e.createElement(e.Fragment, null, /* @__PURE__ */ e.createElement(\"path\", { d: \"M204.24,195.76a6,6,0,1,1-8.48,8.48L128,136.49,60.24,204.24a6,6,0,0,1-8.48-8.48L119.51,128,51.76,60.24a6,6,0,0,1,8.48-8.48L128,119.51l67.76-67.75a6,6,0,0,1,8.48,8.48L136.49,128Z\" }))\n ],\n [\n \"regular\",\n /* @__PURE__ */ e.createElement(e.Fragment, null, /* @__PURE__ */ e.createElement(\"path\", { d: \"M205.66,194.34a8,8,0,0,1-11.32,11.32L128,139.31,61.66,205.66a8,8,0,0,1-11.32-11.32L116.69,128,50.34,61.66A8,8,0,0,1,61.66,50.34L128,116.69l66.34-66.35a8,8,0,0,1,11.32,11.32L139.31,128Z\" }))\n ],\n [\n \"thin\",\n /* @__PURE__ */ e.createElement(e.Fragment, null, /* @__PURE__ */ e.createElement(\"path\", { d: \"M202.83,197.17a4,4,0,0,1-5.66,5.66L128,133.66,58.83,202.83a4,4,0,0,1-5.66-5.66L122.34,128,53.17,58.83a4,4,0,0,1,5.66-5.66L128,122.34l69.17-69.17a4,4,0,1,1,5.66,5.66L133.66,128Z\" }))\n ]\n]);\nexport {\n a as default\n};\n","import * as o from \"react\";\nimport a from \"../lib/IconBase.es.js\";\nimport m from \"../defs/X.es.js\";\nconst e = o.forwardRef((r, t) => /* @__PURE__ */ o.createElement(a, { ref: t, ...r, weights: m }));\ne.displayName = \"XIcon\";\nconst n = e;\nexport {\n n as X,\n e as XIcon\n};\n"],"x_google_ignoreList":[0,1],"mappings":";;;AACA,IAAM,oBAAoB,IAAI,IAAI;CAChC,CACE,QACgB,kBAAE,cAAcA,EAAE,UAAU,MAAsB,kBAAE,cAAc,QAAQ,EAAE,GAAG,+JAA+J,CAAC,CAAC,CAClQ;CACA,CACE,WACgB,kBAAE,cAAcA,EAAE,UAAU,MAAsB,kBAAE,cAClE,QACA;EACE,GAAG;EACH,SAAS;CACX,CACF,GAAmB,kBAAE,cAAc,QAAQ,EAAE,GAAG,2LAA2L,CAAC,CAAC,CAC/O;CACA,CACE,QACgB,kBAAE,cAAcA,EAAE,UAAU,MAAsB,kBAAE,cAAc,QAAQ,EAAE,GAAG,0RAA0R,CAAC,CAAC,CAC7X;CACA,CACE,SACgB,kBAAE,cAAcA,EAAE,UAAU,MAAsB,kBAAE,cAAc,QAAQ,EAAE,GAAG,mLAAmL,CAAC,CAAC,CACtR;CACA,CACE,WACgB,kBAAE,cAAcA,EAAE,UAAU,MAAsB,kBAAE,cAAc,QAAQ,EAAE,GAAG,2LAA2L,CAAC,CAAC,CAC9R;CACA,CACE,QACgB,kBAAE,cAAcA,EAAE,UAAU,MAAsB,kBAAE,cAAc,QAAQ,EAAE,GAAG,mLAAmL,CAAC,CAAC,CACtR;AACF,CAAC,GC7BK,IAAIC,EAAE,YAAY,GAAG,MAAsB,kBAAE,cAAcC,GAAG;CAAE,KAAK;CAAG,GAAG;CAAG,SAASC;AAAE,CAAC,CAAC;AACjG,EAAE,cAAc"}
@@ -0,0 +1,387 @@
1
+ import { At as e, C as t, Ct as n, F as r, H as i, I as a, K as o, Pt as s, R as c, Tt as l, V as u, at as d, bt as f, et as p, kt as m, n as h, nt as g, ot as _, r as v, rt as y, s as b, st as x, tt as S, vt as C, z as w } from "./MotionConfigContext-BORpSKe8.js";
2
+ //#region ../../node_modules/.pnpm/motion-utils@12.39.0/node_modules/motion-utils/dist/es/wrap.mjs
3
+ var T = (e, t, n) => {
4
+ let r = t - e;
5
+ return ((n - e) % r + r) % r + e;
6
+ };
7
+ //#endregion
8
+ //#region ../../node_modules/.pnpm/motion-utils@12.39.0/node_modules/motion-utils/dist/es/easing/utils/get-easing-for-segment.mjs
9
+ /* @__NO_SIDE_EFFECTS__ */
10
+ function E(e, t) {
11
+ return C(e) ? e[T(0, e.length, t)] : e;
12
+ }
13
+ //#endregion
14
+ //#region ../../node_modules/.pnpm/motion-dom@12.40.0/node_modules/motion-dom/dist/es/animation/GroupAnimation.mjs
15
+ var D = class {
16
+ constructor(e) {
17
+ this.stop = () => this.runAll("stop"), this.animations = e.filter(Boolean);
18
+ }
19
+ get finished() {
20
+ return Promise.all(this.animations.map((e) => e.finished));
21
+ }
22
+ getAll(e) {
23
+ return this.animations[0][e];
24
+ }
25
+ setAll(e, t) {
26
+ for (let n = 0; n < this.animations.length; n++) this.animations[n][e] = t;
27
+ }
28
+ attachTimeline(e) {
29
+ let t = this.animations.map((t) => t.attachTimeline(e));
30
+ return () => {
31
+ t.forEach((e, t) => {
32
+ e && e(), this.animations[t].stop();
33
+ });
34
+ };
35
+ }
36
+ get time() {
37
+ return this.getAll("time");
38
+ }
39
+ set time(e) {
40
+ this.setAll("time", e);
41
+ }
42
+ get speed() {
43
+ return this.getAll("speed");
44
+ }
45
+ set speed(e) {
46
+ this.setAll("speed", e);
47
+ }
48
+ get state() {
49
+ return this.getAll("state");
50
+ }
51
+ get startTime() {
52
+ return this.getAll("startTime");
53
+ }
54
+ get duration() {
55
+ return O(this.animations, "duration");
56
+ }
57
+ get iterationDuration() {
58
+ return O(this.animations, "iterationDuration");
59
+ }
60
+ runAll(e) {
61
+ this.animations.forEach((t) => t[e]());
62
+ }
63
+ play() {
64
+ this.runAll("play");
65
+ }
66
+ pause() {
67
+ this.runAll("pause");
68
+ }
69
+ cancel() {
70
+ this.runAll("cancel");
71
+ }
72
+ complete() {
73
+ this.runAll("complete");
74
+ }
75
+ };
76
+ function O(e, t) {
77
+ let n = 0;
78
+ for (let r = 0; r < e.length; r++) {
79
+ let i = e[r][t];
80
+ i !== null && i > n && (n = i);
81
+ }
82
+ return n;
83
+ }
84
+ //#endregion
85
+ //#region ../../node_modules/.pnpm/motion-dom@12.40.0/node_modules/motion-dom/dist/es/animation/GroupAnimationWithThen.mjs
86
+ var k = class extends D {
87
+ then(e, t) {
88
+ return this.finished.finally(e).then(() => {});
89
+ }
90
+ };
91
+ //#endregion
92
+ //#region ../../node_modules/.pnpm/motion-dom@12.40.0/node_modules/motion-dom/dist/es/render/object/ObjectVisualElement.mjs
93
+ function A(e, t) {
94
+ return e in t;
95
+ }
96
+ var j = class extends t {
97
+ constructor() {
98
+ super(...arguments), this.type = "object";
99
+ }
100
+ readValueFromInstance(e, t) {
101
+ if (A(t, e)) {
102
+ let n = e[t];
103
+ if (typeof n == "string" || typeof n == "number") return n;
104
+ }
105
+ }
106
+ getBaseTargetFromProps() {}
107
+ removeValueFromRenderState(e, t) {
108
+ delete t.output[e];
109
+ }
110
+ measureInstanceViewportBox() {
111
+ return a();
112
+ }
113
+ build(e, t) {
114
+ Object.assign(e.output, t);
115
+ }
116
+ renderInstance(e, { output: t }) {
117
+ Object.assign(e, t);
118
+ }
119
+ sortInstanceNodePosition() {
120
+ return 0;
121
+ }
122
+ };
123
+ //#endregion
124
+ //#region ../../node_modules/.pnpm/framer-motion@12.40.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/framer-motion/dist/es/animation/utils/is-dom-keyframes.mjs
125
+ function M(e) {
126
+ return typeof e == "object" && !Array.isArray(e);
127
+ }
128
+ //#endregion
129
+ //#region ../../node_modules/.pnpm/framer-motion@12.40.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/framer-motion/dist/es/animation/animate/resolve-subjects.mjs
130
+ function N(e, t, n, r) {
131
+ return e == null ? [] : typeof e == "string" && M(t) ? u(e, n, r) : e instanceof NodeList ? Array.from(e) : Array.isArray(e) ? e.filter((e) => e != null) : [e];
132
+ }
133
+ //#endregion
134
+ //#region ../../node_modules/.pnpm/framer-motion@12.40.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/framer-motion/dist/es/animation/sequence/utils/calc-repeat-duration.mjs
135
+ function P(e, t, n) {
136
+ return e * (t + 1) + n * t;
137
+ }
138
+ //#endregion
139
+ //#region ../../node_modules/.pnpm/framer-motion@12.40.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/framer-motion/dist/es/animation/sequence/utils/calc-time.mjs
140
+ function F(e, t, n, r) {
141
+ return typeof t == "number" ? t : t.startsWith("-") || t.startsWith("+") ? Math.max(0, e + parseFloat(t)) : t === "<" ? n : t.startsWith("<") ? Math.max(0, n + parseFloat(t.slice(1))) : r.get(t) ?? e;
142
+ }
143
+ //#endregion
144
+ //#region ../../node_modules/.pnpm/framer-motion@12.40.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/framer-motion/dist/es/animation/sequence/utils/edit.mjs
145
+ function ee(e, t, n) {
146
+ for (let r = 0; r < e.length; r++) {
147
+ let i = e[r];
148
+ i.at > t && i.at < n && (s(e, i), r--);
149
+ }
150
+ }
151
+ function I(e, t, n, r, i, a) {
152
+ ee(e, i, a);
153
+ for (let o = 0; o < t.length; o++) e.push({
154
+ value: t[o],
155
+ at: x(i, a, r[o]),
156
+ easing: /* @__PURE__ */ E(n, o)
157
+ });
158
+ }
159
+ //#endregion
160
+ //#region ../../node_modules/.pnpm/framer-motion@12.40.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/framer-motion/dist/es/animation/sequence/utils/normalize-times.mjs
161
+ function L(e, t, n = 0) {
162
+ let r = t + 1 + t * n;
163
+ for (let t = 0; t < e.length; t++) e[t] = e[t] / r;
164
+ }
165
+ //#endregion
166
+ //#region ../../node_modules/.pnpm/framer-motion@12.40.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/framer-motion/dist/es/animation/sequence/utils/sort.mjs
167
+ function R(e, t) {
168
+ return e.at === t.at ? e.value === null ? 1 : t.value === null ? -1 : 0 : e.at - t.at;
169
+ }
170
+ //#endregion
171
+ //#region ../../node_modules/.pnpm/framer-motion@12.40.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/framer-motion/dist/es/animation/sequence/create.mjs
172
+ var z = "easeInOut", B = 20;
173
+ function V(t, { defaultTransition: r = {}, ...i } = {}, a, s) {
174
+ let c = r.duration || .3, u = /* @__PURE__ */ new Map(), d = /* @__PURE__ */ new Map(), p = {}, m = /* @__PURE__ */ new Map(), h = 0, v = 0, b = 0;
175
+ for (let i = 0; i < t.length; i++) {
176
+ let l = t[i];
177
+ if (typeof l == "string") {
178
+ m.set(l, v);
179
+ continue;
180
+ } else if (!Array.isArray(l)) {
181
+ m.set(l.name, F(v, l.at, h, m));
182
+ continue;
183
+ }
184
+ let [u, x, C = {}] = l;
185
+ C.at !== void 0 && (v = F(v, C.at, h, m));
186
+ let w = 0, T = (t, i, a, o = 0, l = 0) => {
187
+ let u = W(t), { delay: d = 0, times: p = g(u), type: m = r.type || "keyframes", repeat: h, repeatType: x, repeatDelay: C = 0, ...T } = i, { ease: D = r.ease || "easeOut", duration: O } = i, k = typeof d == "function" ? d(o, l) : d, A = u.length, j = S(m) ? m : s?.[m || "keyframes"];
188
+ if (A <= 2 && j) {
189
+ let e = 100;
190
+ if (A === 2 && q(u)) {
191
+ let t = u[1] - u[0];
192
+ e = Math.abs(t);
193
+ }
194
+ let t = {
195
+ ...r,
196
+ ...T
197
+ };
198
+ O !== void 0 && (t.duration = n(O));
199
+ let i = _(t, e, j);
200
+ D = i.ease, O = i.duration;
201
+ }
202
+ O ??= c;
203
+ let M = v + k;
204
+ p.length === 1 && p[0] === 0 && (p[1] = 1);
205
+ let N = p.length - u.length;
206
+ if (N > 0 && y(p, N), u.length === 1 && u.unshift(null), h && e(h < B, `Sequence segments can't repeat ${h} times — ignoring repeat option. Use a value below ${B} or apply repeat at the sequence level instead.`), h && h < B) {
207
+ let e = O > 0 ? C / O : 0;
208
+ O = P(O, h, C);
209
+ let t = [...u], n = [...p];
210
+ D = Array.isArray(D) ? [...D] : [D];
211
+ let r = [...D], i = x === "reverse" || x === "mirror", a = t, o = r;
212
+ i && (a = [...t].reverse(), x === "reverse" && (o = [...r].reverse().map((e) => typeof e == "function" ? f(e) : e)));
213
+ for (let s = 0; s < h; s++) {
214
+ let c = i && s % 2 == 0, l = c ? a : t, d = c ? o : r, f = (s + 1) * (1 + e);
215
+ e > 0 && (u.push(u[u.length - 1]), p.push(f), D.push("linear")), u.push(...l);
216
+ for (let e = 0; e < l.length; e++) p.push(n[e] + f), D.push(e === 0 ? "linear" : /* @__PURE__ */ E(d, e - 1));
217
+ }
218
+ L(p, h, e);
219
+ }
220
+ let F = M + O;
221
+ I(a, u, D, p, M, F), w = Math.max(k + O, w), b = Math.max(F, b);
222
+ };
223
+ if (o(u)) {
224
+ let e = H(u, d);
225
+ T(x, C, U("default", e));
226
+ } else {
227
+ let e = N(u, x, a, p), t = e.length;
228
+ for (let n = 0; n < t; n++) {
229
+ x = x, C = C;
230
+ let r = e[n], i = H(r, d);
231
+ for (let e in x) T(x[e], G(C, e), U(e, i), n, t);
232
+ }
233
+ }
234
+ h = v, v += w;
235
+ }
236
+ return d.forEach((e, t) => {
237
+ for (let n in e) {
238
+ let a = e[n];
239
+ a.sort(R);
240
+ let o = [], s = [], c = [];
241
+ for (let e = 0; e < a.length; e++) {
242
+ let { at: t, value: n, easing: r } = a[e];
243
+ o.push(n), s.push(l(0, b, t)), c.push(r || "easeOut");
244
+ }
245
+ s[0] !== 0 && (s.unshift(0), o.unshift(o[0]), c.unshift(z)), s[s.length - 1] !== 1 && (s.push(1), o.push(null)), u.has(t) || u.set(t, {
246
+ keyframes: {},
247
+ transition: {}
248
+ });
249
+ let d = u.get(t);
250
+ d.keyframes[n] = o;
251
+ let { type: f, ...p } = r;
252
+ d.transition[n] = {
253
+ ...p,
254
+ duration: b,
255
+ ease: c,
256
+ times: s,
257
+ ...i
258
+ };
259
+ }
260
+ }), u;
261
+ }
262
+ function H(e, t) {
263
+ return !t.has(e) && t.set(e, {}), t.get(e);
264
+ }
265
+ function U(e, t) {
266
+ return t[e] || (t[e] = []), t[e];
267
+ }
268
+ function W(e) {
269
+ return Array.isArray(e) ? e : [e];
270
+ }
271
+ function G(e, t) {
272
+ return e && e[t] ? {
273
+ ...e,
274
+ ...e[t]
275
+ } : { ...e };
276
+ }
277
+ var K = (e) => typeof e == "number", q = (e) => e.every(K);
278
+ //#endregion
279
+ //#region ../../node_modules/.pnpm/framer-motion@12.40.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/framer-motion/dist/es/animation/utils/create-visual-element.mjs
280
+ function J(e) {
281
+ let t = {
282
+ presenceContext: null,
283
+ props: {},
284
+ visualState: {
285
+ renderState: {
286
+ transform: {},
287
+ transformOrigin: {},
288
+ style: {},
289
+ vars: {},
290
+ attrs: {}
291
+ },
292
+ latestValues: {}
293
+ }
294
+ }, n = w(e) && !c(e) ? new v(t) : new b(t);
295
+ n.mount(e), r.set(e, n);
296
+ }
297
+ function Y(e) {
298
+ let t = new j({
299
+ presenceContext: null,
300
+ props: {},
301
+ visualState: {
302
+ renderState: { output: {} },
303
+ latestValues: {}
304
+ }
305
+ });
306
+ t.mount(e), r.set(e, t);
307
+ }
308
+ //#endregion
309
+ //#region ../../node_modules/.pnpm/framer-motion@12.40.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/framer-motion/dist/es/animation/animate/subject.mjs
310
+ function X(e, t) {
311
+ return o(e) || typeof e == "number" || typeof e == "string" && !M(t);
312
+ }
313
+ function Z(e, t, n, a) {
314
+ let o = [];
315
+ if (X(e, t)) o.push(h(e, M(t) && t.default || t, n && (n.default || n)));
316
+ else {
317
+ if (e == null) return o;
318
+ let s = N(e, t, a), c = s.length;
319
+ m(!!c, "No valid elements provided.", "no-valid-elements");
320
+ for (let e = 0; e < c; e++) {
321
+ let a = s[e], l = a instanceof Element ? J : Y;
322
+ r.has(a) || l(a);
323
+ let u = r.get(a), d = { ...n };
324
+ "delay" in d && typeof d.delay == "function" && (d.delay = d.delay(e, c)), o.push(...i(u, {
325
+ ...t,
326
+ transition: d
327
+ }, {}));
328
+ }
329
+ }
330
+ return o;
331
+ }
332
+ //#endregion
333
+ //#region ../../node_modules/.pnpm/framer-motion@12.40.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/framer-motion/dist/es/animation/animate/sequence.mjs
334
+ function Q(e, t, n) {
335
+ let r = [];
336
+ return V(e.map((e) => {
337
+ if (Array.isArray(e) && typeof e[0] == "function") {
338
+ let t = e[0], n = p(0);
339
+ return n.on("change", t), e.length === 1 ? [n, [0, 1]] : e.length === 2 ? [
340
+ n,
341
+ [0, 1],
342
+ e[1]
343
+ ] : [
344
+ n,
345
+ e[1],
346
+ e[2]
347
+ ];
348
+ }
349
+ return e;
350
+ }), t, n, { spring: d }).forEach(({ keyframes: e, transition: t }, n) => {
351
+ r.push(...Z(n, e, t));
352
+ }), r;
353
+ }
354
+ //#endregion
355
+ //#region ../../node_modules/.pnpm/framer-motion@12.40.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/framer-motion/dist/es/animation/animate/index.mjs
356
+ function te(e) {
357
+ return Array.isArray(e) && e.some(Array.isArray);
358
+ }
359
+ function $(e = {}) {
360
+ let { scope: t, reduceMotion: n, skipAnimations: r } = e;
361
+ function i(e, i, a) {
362
+ let o = [], c, l = {};
363
+ if (n !== void 0 && (l.reduceMotion = n), r !== void 0 && (l.skipAnimations = r), te(e)) {
364
+ let { onComplete: n, ...r } = i || {};
365
+ typeof n == "function" && (c = n), o = Q(e, {
366
+ ...l,
367
+ ...r
368
+ }, t);
369
+ } else {
370
+ let { onComplete: n, ...r } = a || {};
371
+ typeof n == "function" && (c = n), o = Z(e, i, {
372
+ ...l,
373
+ ...r
374
+ }, t);
375
+ }
376
+ let u = new k(o);
377
+ return c && u.finished.then(c), t && (t.animations.push(u), u.finished.then(() => {
378
+ s(t.animations, u);
379
+ })), u;
380
+ }
381
+ return i;
382
+ }
383
+ var ne = $();
384
+ //#endregion
385
+ export { $ as n, ne as t };
386
+
387
+ //# sourceMappingURL=animate-BNYgkk_j.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"animate-BNYgkk_j.js","names":[],"sources":["../../../node_modules/.pnpm/motion-utils@12.39.0/node_modules/motion-utils/dist/es/wrap.mjs","../../../node_modules/.pnpm/motion-utils@12.39.0/node_modules/motion-utils/dist/es/easing/utils/get-easing-for-segment.mjs","../../../node_modules/.pnpm/motion-dom@12.40.0/node_modules/motion-dom/dist/es/animation/GroupAnimation.mjs","../../../node_modules/.pnpm/motion-dom@12.40.0/node_modules/motion-dom/dist/es/animation/GroupAnimationWithThen.mjs","../../../node_modules/.pnpm/motion-dom@12.40.0/node_modules/motion-dom/dist/es/render/object/ObjectVisualElement.mjs","../../../node_modules/.pnpm/framer-motion@12.40.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/framer-motion/dist/es/animation/utils/is-dom-keyframes.mjs","../../../node_modules/.pnpm/framer-motion@12.40.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/framer-motion/dist/es/animation/animate/resolve-subjects.mjs","../../../node_modules/.pnpm/framer-motion@12.40.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/framer-motion/dist/es/animation/sequence/utils/calc-repeat-duration.mjs","../../../node_modules/.pnpm/framer-motion@12.40.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/framer-motion/dist/es/animation/sequence/utils/calc-time.mjs","../../../node_modules/.pnpm/framer-motion@12.40.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/framer-motion/dist/es/animation/sequence/utils/edit.mjs","../../../node_modules/.pnpm/framer-motion@12.40.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/framer-motion/dist/es/animation/sequence/utils/normalize-times.mjs","../../../node_modules/.pnpm/framer-motion@12.40.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/framer-motion/dist/es/animation/sequence/utils/sort.mjs","../../../node_modules/.pnpm/framer-motion@12.40.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/framer-motion/dist/es/animation/sequence/create.mjs","../../../node_modules/.pnpm/framer-motion@12.40.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/framer-motion/dist/es/animation/utils/create-visual-element.mjs","../../../node_modules/.pnpm/framer-motion@12.40.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/framer-motion/dist/es/animation/animate/subject.mjs","../../../node_modules/.pnpm/framer-motion@12.40.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/framer-motion/dist/es/animation/animate/sequence.mjs","../../../node_modules/.pnpm/framer-motion@12.40.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/framer-motion/dist/es/animation/animate/index.mjs"],"sourcesContent":["const wrap = (min, max, v) => {\n const rangeSize = max - min;\n return ((((v - min) % rangeSize) + rangeSize) % rangeSize) + min;\n};\n\nexport { wrap };\n//# sourceMappingURL=wrap.mjs.map\n","import { wrap } from '../../wrap.mjs';\nimport { isEasingArray } from './is-easing-array.mjs';\n\n/*#__NO_SIDE_EFFECTS__*/\nfunction getEasingForSegment(easing, i) {\n return isEasingArray(easing) ? easing[wrap(0, easing.length, i)] : easing;\n}\n\nexport { getEasingForSegment };\n//# sourceMappingURL=get-easing-for-segment.mjs.map\n","class GroupAnimation {\n constructor(animations) {\n // Bound to accomadate common `return animation.stop` pattern\n this.stop = () => this.runAll(\"stop\");\n this.animations = animations.filter(Boolean);\n }\n get finished() {\n return Promise.all(this.animations.map((animation) => animation.finished));\n }\n /**\n * TODO: Filter out cancelled or stopped animations before returning\n */\n getAll(propName) {\n return this.animations[0][propName];\n }\n setAll(propName, newValue) {\n for (let i = 0; i < this.animations.length; i++) {\n this.animations[i][propName] = newValue;\n }\n }\n attachTimeline(timeline) {\n const subscriptions = this.animations.map((animation) => animation.attachTimeline(timeline));\n return () => {\n subscriptions.forEach((cancel, i) => {\n cancel && cancel();\n this.animations[i].stop();\n });\n };\n }\n get time() {\n return this.getAll(\"time\");\n }\n set time(time) {\n this.setAll(\"time\", time);\n }\n get speed() {\n return this.getAll(\"speed\");\n }\n set speed(speed) {\n this.setAll(\"speed\", speed);\n }\n get state() {\n return this.getAll(\"state\");\n }\n get startTime() {\n return this.getAll(\"startTime\");\n }\n get duration() {\n return getMax(this.animations, \"duration\");\n }\n get iterationDuration() {\n return getMax(this.animations, \"iterationDuration\");\n }\n runAll(methodName) {\n this.animations.forEach((controls) => controls[methodName]());\n }\n play() {\n this.runAll(\"play\");\n }\n pause() {\n this.runAll(\"pause\");\n }\n cancel() {\n this.runAll(\"cancel\");\n }\n complete() {\n this.runAll(\"complete\");\n }\n}\nfunction getMax(animations, propName) {\n let max = 0;\n for (let i = 0; i < animations.length; i++) {\n const value = animations[i][propName];\n if (value !== null && value > max) {\n max = value;\n }\n }\n return max;\n}\n\nexport { GroupAnimation };\n//# sourceMappingURL=GroupAnimation.mjs.map\n","import { GroupAnimation } from './GroupAnimation.mjs';\n\nclass GroupAnimationWithThen extends GroupAnimation {\n then(onResolve, _onReject) {\n return this.finished.finally(onResolve).then(() => { });\n }\n}\n\nexport { GroupAnimationWithThen };\n//# sourceMappingURL=GroupAnimationWithThen.mjs.map\n","import { createBox } from '../../projection/geometry/models.mjs';\nimport { VisualElement } from '../VisualElement.mjs';\n\nfunction isObjectKey(key, object) {\n return key in object;\n}\nclass ObjectVisualElement extends VisualElement {\n constructor() {\n super(...arguments);\n this.type = \"object\";\n }\n readValueFromInstance(instance, key) {\n if (isObjectKey(key, instance)) {\n const value = instance[key];\n if (typeof value === \"string\" || typeof value === \"number\") {\n return value;\n }\n }\n return undefined;\n }\n getBaseTargetFromProps() {\n return undefined;\n }\n removeValueFromRenderState(key, renderState) {\n delete renderState.output[key];\n }\n measureInstanceViewportBox() {\n return createBox();\n }\n build(renderState, latestValues) {\n Object.assign(renderState.output, latestValues);\n }\n renderInstance(instance, { output }) {\n Object.assign(instance, output);\n }\n sortInstanceNodePosition() {\n return 0;\n }\n}\n\nexport { ObjectVisualElement };\n//# sourceMappingURL=ObjectVisualElement.mjs.map\n","function isDOMKeyframes(keyframes) {\n return typeof keyframes === \"object\" && !Array.isArray(keyframes);\n}\n\nexport { isDOMKeyframes };\n//# sourceMappingURL=is-dom-keyframes.mjs.map\n","import { resolveElements } from 'motion-dom';\nimport { isDOMKeyframes } from '../utils/is-dom-keyframes.mjs';\n\nfunction resolveSubjects(subject, keyframes, scope, selectorCache) {\n if (subject == null) {\n return [];\n }\n if (typeof subject === \"string\" && isDOMKeyframes(keyframes)) {\n return resolveElements(subject, scope, selectorCache);\n }\n else if (subject instanceof NodeList) {\n return Array.from(subject);\n }\n else if (Array.isArray(subject)) {\n return subject.filter((s) => s != null);\n }\n else {\n return [subject];\n }\n}\n\nexport { resolveSubjects };\n//# sourceMappingURL=resolve-subjects.mjs.map\n","function calculateRepeatDuration(duration, repeat, repeatDelay) {\n return duration * (repeat + 1) + repeatDelay * repeat;\n}\n\nexport { calculateRepeatDuration };\n//# sourceMappingURL=calc-repeat-duration.mjs.map\n","/**\n * Given a absolute or relative time definition and current/prev time state of the sequence,\n * calculate an absolute time for the next keyframes.\n */\nfunction calcNextTime(current, next, prev, labels) {\n if (typeof next === \"number\") {\n return next;\n }\n else if (next.startsWith(\"-\") || next.startsWith(\"+\")) {\n return Math.max(0, current + parseFloat(next));\n }\n else if (next === \"<\") {\n return prev;\n }\n else if (next.startsWith(\"<\")) {\n return Math.max(0, prev + parseFloat(next.slice(1)));\n }\n else {\n return labels.get(next) ?? current;\n }\n}\n\nexport { calcNextTime };\n//# sourceMappingURL=calc-time.mjs.map\n","import { mixNumber } from 'motion-dom';\nimport { getEasingForSegment, removeItem } from 'motion-utils';\n\nfunction eraseKeyframes(sequence, startTime, endTime) {\n for (let i = 0; i < sequence.length; i++) {\n const keyframe = sequence[i];\n if (keyframe.at > startTime && keyframe.at < endTime) {\n removeItem(sequence, keyframe);\n // If we remove this item we have to push the pointer back one\n i--;\n }\n }\n}\nfunction addKeyframes(sequence, keyframes, easing, offset, startTime, endTime) {\n /**\n * Erase every existing value between currentTime and targetTime,\n * this will essentially splice this timeline into any currently\n * defined ones.\n */\n eraseKeyframes(sequence, startTime, endTime);\n for (let i = 0; i < keyframes.length; i++) {\n sequence.push({\n value: keyframes[i],\n at: mixNumber(startTime, endTime, offset[i]),\n easing: getEasingForSegment(easing, i),\n });\n }\n}\n\nexport { addKeyframes, eraseKeyframes };\n//# sourceMappingURL=edit.mjs.map\n","/**\n * Take an array of times that represent repeated keyframes. For instance\n * if we have original times of [0, 0.5, 1] then our repeated times will\n * be [0, 0.5, 1, 1, 1.5, 2]. Loop over the times and scale them back\n * down to a 0-1 scale.\n *\n * `repeatDelayUnits` is the repeatDelay expressed in units of a single\n * iteration's duration, so the total span equals `(repeat + 1) + repeat * repeatDelayUnits`.\n */\nfunction normalizeTimes(times, repeat, repeatDelayUnits = 0) {\n const totalUnits = repeat + 1 + repeat * repeatDelayUnits;\n for (let i = 0; i < times.length; i++) {\n times[i] = times[i] / totalUnits;\n }\n}\n\nexport { normalizeTimes };\n//# sourceMappingURL=normalize-times.mjs.map\n","function compareByTime(a, b) {\n if (a.at === b.at) {\n if (a.value === null)\n return 1;\n if (b.value === null)\n return -1;\n return 0;\n }\n else {\n return a.at - b.at;\n }\n}\n\nexport { compareByTime };\n//# sourceMappingURL=sort.mjs.map\n","import { isMotionValue, defaultOffset, isGenerator, createGeneratorEasing, fillOffset } from 'motion-dom';\nimport { progress, secondsToMilliseconds, warning, reverseEasing, getEasingForSegment } from 'motion-utils';\nimport { resolveSubjects } from '../animate/resolve-subjects.mjs';\nimport { calculateRepeatDuration } from './utils/calc-repeat-duration.mjs';\nimport { calcNextTime } from './utils/calc-time.mjs';\nimport { addKeyframes } from './utils/edit.mjs';\nimport { normalizeTimes } from './utils/normalize-times.mjs';\nimport { compareByTime } from './utils/sort.mjs';\n\nconst defaultSegmentEasing = \"easeInOut\";\nconst MAX_REPEAT = 20;\nfunction createAnimationsFromSequence(sequence, { defaultTransition = {}, ...sequenceTransition } = {}, scope, generators) {\n const defaultDuration = defaultTransition.duration || 0.3;\n const animationDefinitions = new Map();\n const sequences = new Map();\n const elementCache = {};\n const timeLabels = new Map();\n let prevTime = 0;\n let currentTime = 0;\n let totalDuration = 0;\n /**\n * Build the timeline by mapping over the sequence array and converting\n * the definitions into keyframes and offsets with absolute time values.\n * These will later get converted into relative offsets in a second pass.\n */\n for (let i = 0; i < sequence.length; i++) {\n const segment = sequence[i];\n /**\n * If this is a timeline label, mark it and skip the rest of this iteration.\n */\n if (typeof segment === \"string\") {\n timeLabels.set(segment, currentTime);\n continue;\n }\n else if (!Array.isArray(segment)) {\n timeLabels.set(segment.name, calcNextTime(currentTime, segment.at, prevTime, timeLabels));\n continue;\n }\n let [subject, keyframes, transition = {}] = segment;\n /**\n * If a relative or absolute time value has been specified we need to resolve\n * it in relation to the currentTime.\n */\n if (transition.at !== undefined) {\n currentTime = calcNextTime(currentTime, transition.at, prevTime, timeLabels);\n }\n /**\n * Keep track of the maximum duration in this definition. This will be\n * applied to currentTime once the definition has been parsed.\n */\n let maxDuration = 0;\n const resolveValueSequence = (valueKeyframes, valueTransition, valueSequence, elementIndex = 0, numSubjects = 0) => {\n const valueKeyframesAsList = keyframesAsList(valueKeyframes);\n const { delay = 0, times = defaultOffset(valueKeyframesAsList), type = defaultTransition.type || \"keyframes\", repeat, repeatType, repeatDelay = 0, ...remainingTransition } = valueTransition;\n let { ease = defaultTransition.ease || \"easeOut\", duration } = valueTransition;\n /**\n * Resolve stagger() if defined.\n */\n const calculatedDelay = typeof delay === \"function\"\n ? delay(elementIndex, numSubjects)\n : delay;\n /**\n * If this animation should and can use a spring, generate a spring easing function.\n */\n const numKeyframes = valueKeyframesAsList.length;\n const createGenerator = isGenerator(type)\n ? type\n : generators?.[type || \"keyframes\"];\n if (numKeyframes <= 2 && createGenerator) {\n /**\n * As we're creating an easing function from a spring,\n * ideally we want to generate it using the real distance\n * between the two keyframes. However this isn't always\n * possible - in these situations we use 0-100.\n */\n let absoluteDelta = 100;\n if (numKeyframes === 2 &&\n isNumberKeyframesArray(valueKeyframesAsList)) {\n const delta = valueKeyframesAsList[1] - valueKeyframesAsList[0];\n absoluteDelta = Math.abs(delta);\n }\n const springTransition = {\n ...defaultTransition,\n ...remainingTransition,\n };\n if (duration !== undefined) {\n springTransition.duration = secondsToMilliseconds(duration);\n }\n const springEasing = createGeneratorEasing(springTransition, absoluteDelta, createGenerator);\n ease = springEasing.ease;\n duration = springEasing.duration;\n }\n duration ?? (duration = defaultDuration);\n const startTime = currentTime + calculatedDelay;\n /**\n * If there's only one time offset of 0, fill in a second with length 1\n */\n if (times.length === 1 && times[0] === 0) {\n times[1] = 1;\n }\n /**\n * Fill out if offset if fewer offsets than keyframes\n */\n const remainder = times.length - valueKeyframesAsList.length;\n remainder > 0 && fillOffset(times, remainder);\n /**\n * If only one value has been set, ie [1], push a null to the start of\n * the keyframe array. This will let us mark a keyframe at this point\n * that will later be hydrated with the previous value.\n */\n valueKeyframesAsList.length === 1 &&\n valueKeyframesAsList.unshift(null);\n /**\n * Segments can't express `repeat: Infinity` or very large\n * counts — they'd leave dead time after the segment or\n * explode the keyframe array. Ignore with a warning.\n */\n if (repeat) {\n warning(repeat < MAX_REPEAT, `Sequence segments can't repeat ${repeat} times — ignoring repeat option. Use a value below ${MAX_REPEAT} or apply repeat at the sequence level instead.`);\n }\n if (repeat && repeat < MAX_REPEAT) {\n /**\n * Express repeatDelay in units of a single iteration's duration\n * so it can be added to the per-iteration time offsets below\n * before they're normalized to 0-1.\n */\n const repeatDelayUnits = duration > 0 ? repeatDelay / duration : 0;\n duration = calculateRepeatDuration(duration, repeat, repeatDelay);\n const originalKeyframes = [...valueKeyframesAsList];\n const originalTimes = [...times];\n ease = Array.isArray(ease) ? [...ease] : [ease];\n const originalEase = [...ease];\n /**\n * For reverse/mirror, alternate iterations play the segment\n * backwards. mirror matches JSAnimation's mirroredGenerator:\n * reversed keyframes, easings unchanged. reverse matches\n * JSAnimation's iterationProgress = 1 - p: reversed\n * keyframes, easing array reversed AND each function easing\n * mapped through reverseEasing (string easings unchanged —\n * they're resolved later by the keyframes engine).\n */\n const isFlipping = repeatType === \"reverse\" || repeatType === \"mirror\";\n let flippedKeyframes = originalKeyframes;\n let flippedEases = originalEase;\n if (isFlipping) {\n flippedKeyframes = [...originalKeyframes].reverse();\n if (repeatType === \"reverse\") {\n flippedEases = [...originalEase]\n .reverse()\n .map((e) => typeof e === \"function\"\n ? reverseEasing(e)\n : e);\n }\n }\n for (let repeatIndex = 0; repeatIndex < repeat; repeatIndex++) {\n const isFlipped = isFlipping && repeatIndex % 2 === 0;\n const iterKeyframes = isFlipped\n ? flippedKeyframes\n : originalKeyframes;\n const iterEase = isFlipped ? flippedEases : originalEase;\n const iterStartOffset = (repeatIndex + 1) * (1 + repeatDelayUnits);\n /**\n * If repeatDelay is set, hold the previous iteration's\n * final value through the delay by inserting a keyframe\n * at the moment the next iteration begins.\n */\n if (repeatDelayUnits > 0) {\n valueKeyframesAsList.push(valueKeyframesAsList[valueKeyframesAsList.length - 1]);\n times.push(iterStartOffset);\n ease.push(\"linear\");\n }\n valueKeyframesAsList.push(...iterKeyframes);\n for (let keyframeIndex = 0; keyframeIndex < iterKeyframes.length; keyframeIndex++) {\n times.push(originalTimes[keyframeIndex] + iterStartOffset);\n ease.push(keyframeIndex === 0\n ? \"linear\"\n : getEasingForSegment(iterEase, keyframeIndex - 1));\n }\n }\n normalizeTimes(times, repeat, repeatDelayUnits);\n }\n const targetTime = startTime + duration;\n /**\n * Add keyframes, mapping offsets to absolute time.\n */\n addKeyframes(valueSequence, valueKeyframesAsList, ease, times, startTime, targetTime);\n maxDuration = Math.max(calculatedDelay + duration, maxDuration);\n totalDuration = Math.max(targetTime, totalDuration);\n };\n if (isMotionValue(subject)) {\n const subjectSequence = getSubjectSequence(subject, sequences);\n resolveValueSequence(keyframes, transition, getValueSequence(\"default\", subjectSequence));\n }\n else {\n const subjects = resolveSubjects(subject, keyframes, scope, elementCache);\n const numSubjects = subjects.length;\n /**\n * For every element in this segment, process the defined values.\n */\n for (let subjectIndex = 0; subjectIndex < numSubjects; subjectIndex++) {\n /**\n * Cast necessary, but we know these are of this type\n */\n keyframes = keyframes;\n transition = transition;\n const thisSubject = subjects[subjectIndex];\n const subjectSequence = getSubjectSequence(thisSubject, sequences);\n for (const key in keyframes) {\n resolveValueSequence(keyframes[key], getValueTransition(transition, key), getValueSequence(key, subjectSequence), subjectIndex, numSubjects);\n }\n }\n }\n prevTime = currentTime;\n currentTime += maxDuration;\n }\n /**\n * For every element and value combination create a new animation.\n */\n sequences.forEach((valueSequences, element) => {\n for (const key in valueSequences) {\n const valueSequence = valueSequences[key];\n /**\n * Arrange all the keyframes in ascending time order.\n */\n valueSequence.sort(compareByTime);\n const keyframes = [];\n const valueOffset = [];\n const valueEasing = [];\n /**\n * For each keyframe, translate absolute times into\n * relative offsets based on the total duration of the timeline.\n */\n for (let i = 0; i < valueSequence.length; i++) {\n const { at, value, easing } = valueSequence[i];\n keyframes.push(value);\n valueOffset.push(progress(0, totalDuration, at));\n valueEasing.push(easing || \"easeOut\");\n }\n /**\n * If the first keyframe doesn't land on offset: 0\n * provide one by duplicating the initial keyframe. This ensures\n * it snaps to the first keyframe when the animation starts.\n */\n if (valueOffset[0] !== 0) {\n valueOffset.unshift(0);\n keyframes.unshift(keyframes[0]);\n valueEasing.unshift(defaultSegmentEasing);\n }\n /**\n * If the last keyframe doesn't land on offset: 1\n * provide one with a null wildcard value. This will ensure it\n * stays static until the end of the animation.\n */\n if (valueOffset[valueOffset.length - 1] !== 1) {\n valueOffset.push(1);\n keyframes.push(null);\n }\n if (!animationDefinitions.has(element)) {\n animationDefinitions.set(element, {\n keyframes: {},\n transition: {},\n });\n }\n const definition = animationDefinitions.get(element);\n definition.keyframes[key] = keyframes;\n /**\n * Exclude `type` from defaultTransition since springs have been\n * converted to duration-based easing functions in resolveValueSequence.\n * Including `type: \"spring\"` would cause JSAnimation to error when\n * the merged keyframes array has more than 2 keyframes.\n */\n const { type: _type, ...remainingDefaultTransition } = defaultTransition;\n definition.transition[key] = {\n ...remainingDefaultTransition,\n duration: totalDuration,\n ease: valueEasing,\n times: valueOffset,\n ...sequenceTransition,\n };\n }\n });\n return animationDefinitions;\n}\nfunction getSubjectSequence(subject, sequences) {\n !sequences.has(subject) && sequences.set(subject, {});\n return sequences.get(subject);\n}\nfunction getValueSequence(name, sequences) {\n if (!sequences[name])\n sequences[name] = [];\n return sequences[name];\n}\nfunction keyframesAsList(keyframes) {\n return Array.isArray(keyframes) ? keyframes : [keyframes];\n}\nfunction getValueTransition(transition, key) {\n return transition && transition[key]\n ? {\n ...transition,\n ...transition[key],\n }\n : { ...transition };\n}\nconst isNumber = (keyframe) => typeof keyframe === \"number\";\nconst isNumberKeyframesArray = (keyframes) => keyframes.every(isNumber);\n\nexport { createAnimationsFromSequence, getValueTransition };\n//# sourceMappingURL=create.mjs.map\n","import { isSVGElement, isSVGSVGElement, SVGVisualElement, HTMLVisualElement, visualElementStore, ObjectVisualElement } from 'motion-dom';\n\nfunction createDOMVisualElement(element) {\n const options = {\n presenceContext: null,\n props: {},\n visualState: {\n renderState: {\n transform: {},\n transformOrigin: {},\n style: {},\n vars: {},\n attrs: {},\n },\n latestValues: {},\n },\n };\n const node = isSVGElement(element) && !isSVGSVGElement(element)\n ? new SVGVisualElement(options)\n : new HTMLVisualElement(options);\n node.mount(element);\n visualElementStore.set(element, node);\n}\nfunction createObjectVisualElement(subject) {\n const options = {\n presenceContext: null,\n props: {},\n visualState: {\n renderState: {\n output: {},\n },\n latestValues: {},\n },\n };\n const node = new ObjectVisualElement(options);\n node.mount(subject);\n visualElementStore.set(subject, node);\n}\n\nexport { createDOMVisualElement, createObjectVisualElement };\n//# sourceMappingURL=create-visual-element.mjs.map\n","import { animateSingleValue, visualElementStore, animateTarget, isMotionValue } from 'motion-dom';\nimport { invariant } from 'motion-utils';\nimport { createDOMVisualElement, createObjectVisualElement } from '../utils/create-visual-element.mjs';\nimport { isDOMKeyframes } from '../utils/is-dom-keyframes.mjs';\nimport { resolveSubjects } from './resolve-subjects.mjs';\n\nfunction isSingleValue(subject, keyframes) {\n return (isMotionValue(subject) ||\n typeof subject === \"number\" ||\n (typeof subject === \"string\" && !isDOMKeyframes(keyframes)));\n}\n/**\n * Implementation\n */\nfunction animateSubject(subject, keyframes, options, scope) {\n const animations = [];\n if (isSingleValue(subject, keyframes)) {\n animations.push(animateSingleValue(subject, isDOMKeyframes(keyframes)\n ? keyframes.default || keyframes\n : keyframes, options ? options.default || options : options));\n }\n else {\n // Gracefully handle null/undefined subjects (e.g., from querySelector returning null)\n if (subject == null) {\n return animations;\n }\n const subjects = resolveSubjects(subject, keyframes, scope);\n const numSubjects = subjects.length;\n invariant(Boolean(numSubjects), \"No valid elements provided.\", \"no-valid-elements\");\n for (let i = 0; i < numSubjects; i++) {\n const thisSubject = subjects[i];\n const createVisualElement = thisSubject instanceof Element\n ? createDOMVisualElement\n : createObjectVisualElement;\n if (!visualElementStore.has(thisSubject)) {\n createVisualElement(thisSubject);\n }\n const visualElement = visualElementStore.get(thisSubject);\n const transition = { ...options };\n /**\n * Resolve stagger function if provided.\n */\n if (\"delay\" in transition &&\n typeof transition.delay === \"function\") {\n transition.delay = transition.delay(i, numSubjects);\n }\n animations.push(...animateTarget(visualElement, { ...keyframes, transition }, {}));\n }\n }\n return animations;\n}\n\nexport { animateSubject };\n//# sourceMappingURL=subject.mjs.map\n","import { motionValue, spring } from 'motion-dom';\nimport { createAnimationsFromSequence } from '../sequence/create.mjs';\nimport { animateSubject } from './subject.mjs';\n\nfunction animateSequence(sequence, options, scope) {\n const animations = [];\n /**\n * Pre-process: replace function segments with MotionValue segments,\n * subscribe callbacks immediately\n */\n const processedSequence = sequence.map((segment) => {\n if (Array.isArray(segment) && typeof segment[0] === \"function\") {\n const callback = segment[0];\n const mv = motionValue(0);\n mv.on(\"change\", callback);\n if (segment.length === 1) {\n return [mv, [0, 1]];\n }\n else if (segment.length === 2) {\n return [mv, [0, 1], segment[1]];\n }\n else {\n return [mv, segment[1], segment[2]];\n }\n }\n return segment;\n });\n const animationDefinitions = createAnimationsFromSequence(processedSequence, options, scope, { spring });\n animationDefinitions.forEach(({ keyframes, transition }, subject) => {\n animations.push(...animateSubject(subject, keyframes, transition));\n });\n return animations;\n}\n\nexport { animateSequence };\n//# sourceMappingURL=sequence.mjs.map\n","import { GroupAnimationWithThen } from 'motion-dom';\nimport { removeItem } from 'motion-utils';\nimport { animateSequence } from './sequence.mjs';\nimport { animateSubject } from './subject.mjs';\n\nfunction isSequence(value) {\n return Array.isArray(value) && value.some(Array.isArray);\n}\n/**\n * Creates an animation function that is optionally scoped\n * to a specific element.\n */\nfunction createScopedAnimate(options = {}) {\n const { scope, reduceMotion, skipAnimations } = options;\n /**\n * Implementation\n */\n function scopedAnimate(subjectOrSequence, optionsOrKeyframes, options) {\n let animations = [];\n let animationOnComplete;\n const inherited = {};\n if (reduceMotion !== undefined)\n inherited.reduceMotion = reduceMotion;\n if (skipAnimations !== undefined)\n inherited.skipAnimations = skipAnimations;\n if (isSequence(subjectOrSequence)) {\n const { onComplete, ...sequenceOptions } = optionsOrKeyframes || {};\n if (typeof onComplete === \"function\") {\n animationOnComplete = onComplete;\n }\n animations = animateSequence(subjectOrSequence, { ...inherited, ...sequenceOptions }, scope);\n }\n else {\n // Extract top-level onComplete so it doesn't get applied per-value\n const { onComplete, ...rest } = options || {};\n if (typeof onComplete === \"function\") {\n animationOnComplete = onComplete;\n }\n animations = animateSubject(subjectOrSequence, optionsOrKeyframes, { ...inherited, ...rest }, scope);\n }\n const animation = new GroupAnimationWithThen(animations);\n if (animationOnComplete) {\n animation.finished.then(animationOnComplete);\n }\n if (scope) {\n scope.animations.push(animation);\n animation.finished.then(() => {\n removeItem(scope.animations, animation);\n });\n }\n return animation;\n }\n return scopedAnimate;\n}\nconst animate = createScopedAnimate();\n\nexport { animate, createScopedAnimate };\n//# sourceMappingURL=index.mjs.map\n"],"x_google_ignoreList":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16],"mappings":"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"}