laif-ds 0.2.20 → 0.2.22

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 (283) hide show
  1. package/dist/_virtual/index.js +5 -3
  2. package/dist/_virtual/index3.js +2 -5
  3. package/dist/_virtual/index4.js +3 -5
  4. package/dist/_virtual/index6.js +5 -2
  5. package/dist/_virtual/index7.js +2 -2
  6. package/dist/components/ui/app-select.js +92 -109
  7. package/dist/components/ui/app-stepper.js +212 -0
  8. package/dist/components/ui/gantt/constants/DimensionsSettings.js +6 -6
  9. package/dist/components/ui/gantt/constants/DragStepOptions.js +9 -9
  10. package/dist/components/ui/message-input.js +23 -23
  11. package/dist/components/ui/sidebar.js +1 -1
  12. package/dist/components/ui/stepper.js +387 -0
  13. package/dist/index.d.ts +55 -6
  14. package/dist/index.js +30 -28
  15. package/dist/lib/audio-utils.js +2 -2
  16. package/dist/node_modules/@date-fns/tz/date/index.js +2 -7
  17. package/dist/node_modules/@date-fns/tz/date/mini.js +32 -27
  18. package/dist/node_modules/@date-fns/tz/tzName/index.js +12 -0
  19. package/dist/node_modules/@date-fns/tz/tzOffset/index.js +11 -12
  20. package/dist/node_modules/@floating-ui/core/dist/floating-ui.core.js +137 -139
  21. package/dist/node_modules/@floating-ui/dom/dist/floating-ui.dom.js +238 -235
  22. package/dist/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.js +70 -69
  23. package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js +88 -83
  24. package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.js +70 -69
  25. package/dist/node_modules/@lexical/clipboard/LexicalClipboard.prod.js +13 -13
  26. package/dist/node_modules/@lexical/code/LexicalCode.prod.js +3 -3
  27. package/dist/node_modules/@lexical/dragon/LexicalDragon.prod.js +2 -2
  28. package/dist/node_modules/@lexical/history/LexicalHistory.prod.js +9 -9
  29. package/dist/node_modules/@lexical/html/LexicalHtml.prod.js +6 -6
  30. package/dist/node_modules/@lexical/list/LexicalList.prod.js +48 -48
  31. package/dist/node_modules/@lexical/markdown/LexicalMarkdown.prod.js +29 -29
  32. package/dist/node_modules/@lexical/react/LexicalCheckListPlugin.prod.js +1 -1
  33. package/dist/node_modules/@lexical/react/LexicalClearEditorPlugin.prod.js +2 -2
  34. package/dist/node_modules/@lexical/react/LexicalComposer.prod.js +10 -10
  35. package/dist/node_modules/@lexical/react/LexicalComposerContext.prod.js +2 -2
  36. package/dist/node_modules/@lexical/react/LexicalContentEditable.prod.js +17 -17
  37. package/dist/node_modules/@lexical/react/LexicalErrorBoundary.prod.js +4 -4
  38. package/dist/node_modules/@lexical/react/LexicalHistoryPlugin.prod.js +4 -4
  39. package/dist/node_modules/@lexical/react/LexicalListPlugin.prod.js +5 -5
  40. package/dist/node_modules/@lexical/react/LexicalOnChangePlugin.prod.js +4 -4
  41. package/dist/node_modules/@lexical/react/LexicalRichTextPlugin.prod.js +20 -20
  42. package/dist/node_modules/@lexical/react/useLexicalEditable.prod.js +7 -7
  43. package/dist/node_modules/@lexical/rich-text/LexicalRichText.prod.js +43 -43
  44. package/dist/node_modules/@lexical/table/LexicalTable.prod.js +16 -16
  45. package/dist/node_modules/@lexical/utils/LexicalUtils.prod.js +3 -3
  46. package/dist/node_modules/@radix-ui/react-accordion/dist/index.js +24 -25
  47. package/dist/node_modules/@radix-ui/react-alert-dialog/dist/index.js +22 -23
  48. package/dist/node_modules/@radix-ui/react-avatar/dist/index.js +28 -29
  49. package/dist/node_modules/@radix-ui/react-checkbox/dist/index.js +1 -2
  50. package/dist/node_modules/@radix-ui/react-context-menu/dist/index.js +49 -50
  51. package/dist/node_modules/@radix-ui/react-dropdown-menu/dist/index.js +22 -23
  52. package/dist/node_modules/@radix-ui/react-hover-card/dist/index.js +6 -7
  53. package/dist/node_modules/@radix-ui/react-menubar/dist/index.js +31 -32
  54. package/dist/node_modules/@radix-ui/react-navigation-menu/dist/index.js +56 -57
  55. package/dist/node_modules/@radix-ui/react-popover/dist/index.js +6 -7
  56. package/dist/node_modules/@radix-ui/react-popper/dist/index.js +43 -42
  57. package/dist/node_modules/@radix-ui/react-presence/dist/index.js +1 -1
  58. package/dist/node_modules/@radix-ui/react-progress/dist/index.js +20 -21
  59. package/dist/node_modules/@radix-ui/react-radio-group/dist/index.js +12 -13
  60. package/dist/node_modules/@radix-ui/react-scroll-area/dist/index.js +7 -8
  61. package/dist/node_modules/@radix-ui/react-select/dist/index.js +19 -20
  62. package/dist/node_modules/@radix-ui/react-slider/dist/index.js +39 -40
  63. package/dist/node_modules/@radix-ui/react-switch/dist/index.js +12 -13
  64. package/dist/node_modules/@radix-ui/react-tabs/dist/index.js +13 -14
  65. package/dist/node_modules/@radix-ui/react-toggle-group/dist/index.js +20 -21
  66. package/dist/node_modules/@radix-ui/react-tooltip/dist/index.js +8 -9
  67. package/dist/node_modules/@radix-ui/react-use-is-hydrated/dist/index.js +1 -1
  68. package/dist/node_modules/@reduxjs/toolkit/dist/redux-toolkit.modern.js +183 -175
  69. package/dist/node_modules/@shikijs/core/dist/index.js +195 -175
  70. package/dist/node_modules/@shikijs/langs/dist/asciidoc.js +2 -2
  71. package/dist/node_modules/@shikijs/langs/dist/cobol.js +1 -1
  72. package/dist/node_modules/@shikijs/langs/dist/erlang.js +5 -3
  73. package/dist/node_modules/@shikijs/langs/dist/fsharp.js +1 -1
  74. package/dist/node_modules/@shikijs/langs/dist/gdscript.js +1 -1
  75. package/dist/node_modules/@shikijs/langs/dist/go.js +1 -1
  76. package/dist/node_modules/@shikijs/langs/dist/haxe.js +1 -1
  77. package/dist/node_modules/@shikijs/langs/dist/julia.js +1 -1
  78. package/dist/node_modules/@shikijs/langs/dist/latex.js +1 -1
  79. package/dist/node_modules/@shikijs/langs/dist/lean.js +1 -1
  80. package/dist/node_modules/@shikijs/langs/dist/markdown.js +1 -1
  81. package/dist/node_modules/@shikijs/langs/dist/marko.js +5 -5
  82. package/dist/node_modules/@shikijs/langs/dist/mermaid.js +1 -1
  83. package/dist/node_modules/@shikijs/langs/dist/nextflow.js +1 -1
  84. package/dist/node_modules/@shikijs/langs/dist/purescript.js +1 -1
  85. package/dist/node_modules/@shikijs/langs/dist/r.js +1 -1
  86. package/dist/node_modules/@shikijs/langs/dist/sql.js +1 -1
  87. package/dist/node_modules/@shikijs/langs/dist/swift.js +2 -2
  88. package/dist/node_modules/@shikijs/langs/dist/templ.js +1 -1
  89. package/dist/node_modules/@shikijs/langs/dist/tex.js +1 -1
  90. package/dist/node_modules/@shikijs/langs/dist/vue-vine.js +21 -0
  91. package/dist/node_modules/@shikijs/langs/dist/vue.js +1 -1
  92. package/dist/node_modules/@shikijs/langs/dist/zig.js +1 -1
  93. package/dist/node_modules/@shikijs/themes/dist/andromeeda.js +1 -1
  94. package/dist/node_modules/@shikijs/themes/dist/catppuccin-frappe.js +1 -1
  95. package/dist/node_modules/@shikijs/themes/dist/catppuccin-latte.js +1 -1
  96. package/dist/node_modules/@shikijs/themes/dist/catppuccin-macchiato.js +1 -1
  97. package/dist/node_modules/@shikijs/themes/dist/catppuccin-mocha.js +1 -1
  98. package/dist/node_modules/@shikijs/themes/dist/gruvbox-dark-hard.js +1 -1
  99. package/dist/node_modules/@shikijs/themes/dist/gruvbox-dark-medium.js +1 -1
  100. package/dist/node_modules/@shikijs/themes/dist/gruvbox-dark-soft.js +1 -1
  101. package/dist/node_modules/@shikijs/themes/dist/gruvbox-light-hard.js +1 -1
  102. package/dist/node_modules/@shikijs/themes/dist/gruvbox-light-medium.js +1 -1
  103. package/dist/node_modules/@shikijs/themes/dist/gruvbox-light-soft.js +1 -1
  104. package/dist/node_modules/@tanstack/virtual-core/dist/esm/index.js +215 -208
  105. package/dist/node_modules/@tanstack/virtual-core/dist/esm/utils.js +1 -1
  106. package/dist/node_modules/aria-hidden/dist/es2015/index.js +1 -1
  107. package/dist/node_modules/classnames/index.js +2 -2
  108. package/dist/node_modules/cmdk/dist/index.js +2 -2
  109. package/dist/node_modules/d3-interpolate/src/rgb.js +2 -2
  110. package/dist/node_modules/dayjs/dayjs.min.js +14 -14
  111. package/dist/node_modules/dayjs/locale/it.js +4 -4
  112. package/dist/node_modules/dayjs/plugin/isoWeek.js +4 -4
  113. package/dist/node_modules/dayjs/plugin/localizedFormat.js +10 -10
  114. package/dist/node_modules/decimal.js-light/decimal.js +2 -2
  115. package/dist/node_modules/es-toolkit/dist/_internal/isUnsafeProperty.js +2 -2
  116. package/dist/node_modules/es-toolkit/dist/array/flatten.js +2 -2
  117. package/dist/node_modules/es-toolkit/dist/array/uniqBy.js +2 -2
  118. package/dist/node_modules/es-toolkit/dist/compat/_internal/compareValues.js +2 -2
  119. package/dist/node_modules/es-toolkit/dist/compat/_internal/getSymbols.js +2 -2
  120. package/dist/node_modules/es-toolkit/dist/compat/_internal/getTag.js +2 -2
  121. package/dist/node_modules/es-toolkit/dist/compat/_internal/isDeepKey.js +2 -2
  122. package/dist/node_modules/es-toolkit/dist/compat/_internal/isIndex.js +2 -2
  123. package/dist/node_modules/es-toolkit/dist/compat/_internal/isIterateeCall.js +2 -2
  124. package/dist/node_modules/es-toolkit/dist/compat/_internal/isKey.js +2 -2
  125. package/dist/node_modules/es-toolkit/dist/compat/_internal/tags.js +2 -2
  126. package/dist/node_modules/es-toolkit/dist/compat/_internal/toKey.js +2 -2
  127. package/dist/node_modules/es-toolkit/dist/compat/array/orderBy.js +2 -2
  128. package/dist/node_modules/es-toolkit/dist/compat/array/sortBy.js +2 -2
  129. package/dist/node_modules/es-toolkit/dist/compat/array/uniqBy.js +2 -2
  130. package/dist/node_modules/es-toolkit/dist/compat/function/debounce.js +2 -2
  131. package/dist/node_modules/es-toolkit/dist/compat/function/throttle.js +14 -15
  132. package/dist/node_modules/es-toolkit/dist/compat/math/range.js +2 -2
  133. package/dist/node_modules/es-toolkit/dist/compat/object/cloneDeep.js +2 -2
  134. package/dist/node_modules/es-toolkit/dist/compat/object/cloneDeepWith.js +11 -11
  135. package/dist/node_modules/es-toolkit/dist/compat/object/get.js +2 -2
  136. package/dist/node_modules/es-toolkit/dist/compat/object/has.js +2 -2
  137. package/dist/node_modules/es-toolkit/dist/compat/object/property.js +2 -2
  138. package/dist/node_modules/es-toolkit/dist/compat/predicate/isArguments.js +2 -2
  139. package/dist/node_modules/es-toolkit/dist/compat/predicate/isArrayLike.js +2 -2
  140. package/dist/node_modules/es-toolkit/dist/compat/predicate/isArrayLikeObject.js +2 -2
  141. package/dist/node_modules/es-toolkit/dist/compat/predicate/isMatch.js +2 -2
  142. package/dist/node_modules/es-toolkit/dist/compat/predicate/isMatchWith.js +2 -2
  143. package/dist/node_modules/es-toolkit/dist/compat/predicate/isObject.js +2 -2
  144. package/dist/node_modules/es-toolkit/dist/compat/predicate/isObjectLike.js +2 -2
  145. package/dist/node_modules/es-toolkit/dist/compat/predicate/isSymbol.js +2 -2
  146. package/dist/node_modules/es-toolkit/dist/compat/predicate/matches.js +2 -2
  147. package/dist/node_modules/es-toolkit/dist/compat/predicate/matchesProperty.js +2 -2
  148. package/dist/node_modules/es-toolkit/dist/compat/util/eq.js +2 -2
  149. package/dist/node_modules/es-toolkit/dist/compat/util/iteratee.js +2 -2
  150. package/dist/node_modules/es-toolkit/dist/compat/util/toFinite.js +2 -2
  151. package/dist/node_modules/es-toolkit/dist/compat/util/toNumber.js +2 -2
  152. package/dist/node_modules/es-toolkit/dist/compat/util/toPath.js +2 -2
  153. package/dist/node_modules/es-toolkit/dist/function/debounce.js +15 -15
  154. package/dist/node_modules/es-toolkit/dist/function/identity.js +2 -2
  155. package/dist/node_modules/es-toolkit/dist/function/noop.js +2 -10
  156. package/dist/node_modules/es-toolkit/dist/object/cloneDeep.js +2 -2
  157. package/dist/node_modules/es-toolkit/dist/object/cloneDeepWith.js +3 -3
  158. package/dist/node_modules/es-toolkit/dist/predicate/isLength.js +2 -2
  159. package/dist/node_modules/es-toolkit/dist/predicate/isPrimitive.js +2 -2
  160. package/dist/node_modules/es-toolkit/dist/predicate/isTypedArray.js +2 -2
  161. package/dist/node_modules/eventemitter3/index.js +1 -1
  162. package/dist/node_modules/eventemitter3/index2.js +3 -3
  163. package/dist/node_modules/immer/dist/immer.js +213 -216
  164. package/dist/node_modules/lexical/Lexical.prod.js +212 -212
  165. package/dist/node_modules/lodash/_baseCreate.js +2 -2
  166. package/dist/node_modules/lodash/_cloneBuffer.js +2 -2
  167. package/dist/node_modules/lodash/_defineProperty.js +2 -2
  168. package/dist/node_modules/lodash/_isMasked.js +2 -2
  169. package/dist/node_modules/lodash/_nodeUtil.js +4 -4
  170. package/dist/node_modules/lodash/isArguments.js +2 -2
  171. package/dist/node_modules/lodash/isBuffer.js +2 -2
  172. package/dist/node_modules/lodash/lodash.js +16 -16
  173. package/dist/node_modules/prismjs/components/prism-cpp.js +2 -2
  174. package/dist/node_modules/prismjs/components/prism-java.js +2 -2
  175. package/dist/node_modules/prismjs/components/prism-rust.js +2 -2
  176. package/dist/node_modules/prismjs/components/prism-typescript.js +2 -2
  177. package/dist/node_modules/prismjs/prism.js +8 -8
  178. package/dist/node_modules/react-day-picker/dist/esm/DayPicker.js +183 -164
  179. package/dist/node_modules/react-day-picker/dist/esm/classes/DateLib.js +14 -14
  180. package/dist/node_modules/react-day-picker/dist/esm/components/Chevron.js +10 -7
  181. package/dist/node_modules/react-day-picker/dist/esm/formatters/index.js +6 -6
  182. package/dist/node_modules/react-day-picker/dist/esm/helpers/createGetModifiers.js +30 -30
  183. package/dist/node_modules/react-day-picker/dist/esm/helpers/getBroadcastWeeksInMonth.js +1 -1
  184. package/dist/node_modules/react-day-picker/dist/esm/helpers/getDays.js +5 -5
  185. package/dist/node_modules/react-day-picker/dist/esm/helpers/getInitialMonth.js +9 -9
  186. package/dist/node_modules/react-day-picker/dist/esm/helpers/getWeeks.js +1 -1
  187. package/dist/node_modules/react-day-picker/dist/esm/helpers/getYearOptions.js +11 -11
  188. package/dist/node_modules/react-day-picker/dist/esm/helpers/startOfBroadcastWeek.js +1 -1
  189. package/dist/node_modules/react-day-picker/dist/esm/labels/index.js +12 -12
  190. package/dist/node_modules/react-day-picker/dist/esm/useAnimation.js +19 -19
  191. package/dist/node_modules/react-day-picker/dist/esm/useCalendar.js +9 -9
  192. package/dist/node_modules/react-day-picker/dist/esm/utils/addToRange.js +10 -10
  193. package/dist/node_modules/react-hook-form/dist/index.esm.js +150 -117
  194. package/dist/node_modules/react-remove-scroll/dist/es2015/SideEffect.js +48 -48
  195. package/dist/node_modules/react-remove-scroll/dist/es2015/UI.js +9 -9
  196. package/dist/node_modules/react-remove-scroll/dist/es2015/handleScroll.js +43 -39
  197. package/dist/node_modules/react-resizable-panels/dist/react-resizable-panels.browser.js +95 -94
  198. package/dist/node_modules/react-window/dist/index.esm.js +2 -2
  199. package/dist/node_modules/recharts/es6/animation/AnimationManager.js +14 -14
  200. package/dist/node_modules/recharts/es6/animation/JavascriptAnimate.js +49 -0
  201. package/dist/node_modules/recharts/es6/animation/createDefaultAnimationManager.js +9 -0
  202. package/dist/node_modules/recharts/es6/animation/useAnimationManager.js +12 -0
  203. package/dist/node_modules/recharts/es6/component/Cursor.js +5 -5
  204. package/dist/node_modules/recharts/es6/component/DefaultLegendContent.js +55 -58
  205. package/dist/node_modules/recharts/es6/component/Legend.js +32 -27
  206. package/dist/node_modules/recharts/es6/component/ResponsiveContainer.js +44 -40
  207. package/dist/node_modules/recharts/es6/context/chartLayoutContext.js +15 -23
  208. package/dist/node_modules/recharts/es6/context/useTooltipAxis.js +8 -7
  209. package/dist/node_modules/recharts/es6/shape/Curve.js +10 -10
  210. package/dist/node_modules/recharts/es6/shape/Rectangle.js +136 -99
  211. package/dist/node_modules/recharts/es6/shape/Symbols.js +55 -53
  212. package/dist/node_modules/recharts/es6/state/legendSlice.js +5 -4
  213. package/dist/node_modules/recharts/es6/state/selectors/axisSelectors.js +352 -307
  214. package/dist/node_modules/recharts/es6/state/selectors/brushSelectors.js +9 -9
  215. package/dist/node_modules/recharts/es6/state/selectors/combiners/combineDisplayedStackedData.js +26 -0
  216. package/dist/node_modules/recharts/es6/state/selectors/combiners/combineTooltipPayload.js +117 -0
  217. package/dist/node_modules/recharts/es6/state/selectors/dataSelectors.js +4 -4
  218. package/dist/node_modules/recharts/es6/state/selectors/legendSelectors.js +10 -4
  219. package/dist/node_modules/recharts/es6/state/selectors/polarAxisSelectors.js +33 -32
  220. package/dist/node_modules/recharts/es6/state/selectors/selectChartOffsetInternal.js +108 -0
  221. package/dist/node_modules/recharts/es6/state/selectors/selectTooltipAxis.js +13 -0
  222. package/dist/node_modules/recharts/es6/state/selectors/selectTooltipAxisId.js +5 -0
  223. package/dist/node_modules/recharts/es6/state/selectors/selectTooltipAxisType.js +9 -0
  224. package/dist/node_modules/recharts/es6/state/selectors/selectors.js +40 -143
  225. package/dist/node_modules/recharts/es6/state/selectors/tooltipSelectors.js +68 -63
  226. package/dist/node_modules/recharts/es6/state/types/StackedGraphicalItem.js +7 -0
  227. package/dist/node_modules/recharts/es6/util/ChartUtils.js +58 -57
  228. package/dist/node_modules/recharts/es6/util/DataUtils.js +34 -26
  229. package/dist/node_modules/recharts/es6/util/Events.js +1 -1
  230. package/dist/node_modules/recharts/es6/util/ReactUtils.js +20 -15
  231. package/dist/node_modules/recharts/es6/util/excludeEventProps.js +11 -0
  232. package/dist/node_modules/recharts/es6/util/getSliced.js +7 -0
  233. package/dist/node_modules/recharts/es6/util/scale/getNiceTickValues.js +44 -44
  234. package/dist/node_modules/recharts/es6/util/stacks/getStackSeriesIdentifier.js +7 -0
  235. package/dist/node_modules/recharts/es6/util/svgPropertiesNoEvents.js +328 -0
  236. package/dist/node_modules/recharts/es6/util/types.js +22 -332
  237. package/dist/node_modules/recharts/es6/util/useAnimationId.js +10 -0
  238. package/dist/node_modules/recharts/es6/util/useElementOffset.js +20 -16
  239. package/dist/node_modules/remeda/dist/hasAtLeast-F1Oj_xBB.js +9 -0
  240. package/dist/node_modules/remeda/dist/lazyDataLastImpl-BDhrIOwR.js +8 -0
  241. package/dist/node_modules/remeda/dist/omit-HZOiLuMO.js +19 -0
  242. package/dist/node_modules/remeda/dist/purry-DH9cw9sy.js +11 -0
  243. package/dist/node_modules/shiki/dist/langs.js +225 -220
  244. package/dist/node_modules/shiki/dist/themes.js +60 -60
  245. package/dist/node_modules/sonner/dist/index.js +309 -305
  246. package/dist/node_modules/style-to-object/cjs/index.js +1 -1
  247. package/dist/node_modules/tailwind-merge/dist/bundle-mjs.js +169 -168
  248. package/dist/node_modules/unified/lib/callable-instance.js +2 -2
  249. package/dist/node_modules/unified/lib/index.js +1 -1
  250. package/dist/node_modules/unist-util-is/lib/index.js +2 -2
  251. package/dist/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.development.js +2 -2
  252. package/dist/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.development.js +2 -2
  253. package/dist/node_modules/vaul/dist/index.js +1 -1
  254. package/dist/node_modules/vfile-message/lib/index.js +1 -1
  255. package/dist/styles.v3.css +1 -1
  256. package/package.json +3 -2
  257. package/dist/_virtual/isEqual.js +0 -8
  258. package/dist/_virtual/isEqual2.js +0 -5
  259. package/dist/_virtual/isEqualWith.js +0 -5
  260. package/dist/_virtual/isPlainObject.js +0 -5
  261. package/dist/_virtual/noop.js +0 -5
  262. package/dist/node_modules/cmdk/node_modules/@radix-ui/react-dialog/dist/index.js +0 -255
  263. package/dist/node_modules/cmdk/node_modules/@radix-ui/react-dismissable-layer/dist/index.js +0 -128
  264. package/dist/node_modules/cmdk/node_modules/@radix-ui/react-focus-scope/dist/index.js +0 -137
  265. package/dist/node_modules/cmdk/node_modules/@radix-ui/react-portal/dist/index.js +0 -16
  266. package/dist/node_modules/cmdk/node_modules/@radix-ui/react-primitive/dist/index.js +0 -37
  267. package/dist/node_modules/cmdk/node_modules/@radix-ui/react-slot/dist/index.js +0 -50
  268. package/dist/node_modules/es-toolkit/compat/isEqual.js +0 -9
  269. package/dist/node_modules/es-toolkit/dist/predicate/isEqual.js +0 -18
  270. package/dist/node_modules/es-toolkit/dist/predicate/isEqualWith.js +0 -139
  271. package/dist/node_modules/es-toolkit/dist/predicate/isPlainObject.js +0 -18
  272. package/dist/node_modules/recharts/es6/animation/Animate.js +0 -270
  273. package/dist/node_modules/recharts/es6/state/selectors/selectChartOffset.js +0 -98
  274. package/dist/node_modules/remeda/dist/chunk-AIG3BDKO.js +0 -9
  275. package/dist/node_modules/remeda/dist/chunk-D6FCK2GA.js +0 -8
  276. package/dist/node_modules/remeda/dist/chunk-KI5X74E2.js +0 -19
  277. package/dist/node_modules/remeda/dist/chunk-WIMGWYZL.js +0 -11
  278. package/dist/node_modules/vaul/node_modules/@radix-ui/react-dialog/dist/index.js +0 -258
  279. package/dist/node_modules/vaul/node_modules/@radix-ui/react-dismissable-layer/dist/index.js +0 -128
  280. package/dist/node_modules/vaul/node_modules/@radix-ui/react-focus-scope/dist/index.js +0 -137
  281. package/dist/node_modules/vaul/node_modules/@radix-ui/react-portal/dist/index.js +0 -16
  282. package/dist/node_modules/vaul/node_modules/@radix-ui/react-primitive/dist/index.js +0 -37
  283. package/dist/node_modules/vaul/node_modules/@radix-ui/react-slot/dist/index.js +0 -50
@@ -1,9 +1,9 @@
1
1
  "use client";
2
- import * as c from "react";
2
+ import * as m from "react";
3
3
  import { createContextScope as $ } from "../../react-context/dist/index.js";
4
- import { Primitive as m } from "../../react-primitive/dist/index.js";
4
+ import { Primitive as c } from "../../react-primitive/dist/index.js";
5
5
  import { jsx as l } from "react/jsx-runtime";
6
- var u = "Progress", d = 100, [h, C] = $(u), [R, _] = h(u), f = c.forwardRef(
6
+ var u = "Progress", d = 100, [h] = $(u), [R, _] = h(u), f = m.forwardRef(
7
7
  (r, e) => {
8
8
  const {
9
9
  __scopeProgress: i,
@@ -15,17 +15,17 @@ var u = "Progress", d = 100, [h, C] = $(u), [R, _] = h(u), f = c.forwardRef(
15
15
  (a || a === 0) && !v(a) && console.error(M(`${a}`, "Progress"));
16
16
  const t = v(a) ? a : d;
17
17
  o !== null && !p(o, t) && console.error(V(`${o}`, "Progress"));
18
- const s = p(o, t) ? o : null, I = n(s) ? N(s, t) : void 0;
19
- return /* @__PURE__ */ l(R, { scope: i, value: s, max: t, children: /* @__PURE__ */ l(
20
- m.div,
18
+ const n = p(o, t) ? o : null, I = s(n) ? N(n, t) : void 0;
19
+ return /* @__PURE__ */ l(R, { scope: i, value: n, max: t, children: /* @__PURE__ */ l(
20
+ c.div,
21
21
  {
22
22
  "aria-valuemax": t,
23
23
  "aria-valuemin": 0,
24
- "aria-valuenow": n(s) ? s : void 0,
24
+ "aria-valuenow": s(n) ? n : void 0,
25
25
  "aria-valuetext": I,
26
26
  role: "progressbar",
27
- "data-state": x(s, t),
28
- "data-value": s ?? void 0,
27
+ "data-state": P(n, t),
28
+ "data-value": n ?? void 0,
29
29
  "data-max": t,
30
30
  ...b,
31
31
  ref: e
@@ -34,13 +34,13 @@ var u = "Progress", d = 100, [h, C] = $(u), [R, _] = h(u), f = c.forwardRef(
34
34
  }
35
35
  );
36
36
  f.displayName = u;
37
- var g = "ProgressIndicator", P = c.forwardRef(
37
+ var g = "ProgressIndicator", x = m.forwardRef(
38
38
  (r, e) => {
39
39
  const { __scopeProgress: i, ...o } = r, a = _(g, i);
40
40
  return /* @__PURE__ */ l(
41
- m.div,
41
+ c.div,
42
42
  {
43
- "data-state": x(a.value, a.max),
43
+ "data-state": P(a.value, a.max),
44
44
  "data-value": a.value ?? void 0,
45
45
  "data-max": a.max,
46
46
  ...o,
@@ -49,21 +49,21 @@ var g = "ProgressIndicator", P = c.forwardRef(
49
49
  );
50
50
  }
51
51
  );
52
- P.displayName = g;
52
+ x.displayName = g;
53
53
  function E(r, e) {
54
54
  return `${Math.round(r / e * 100)}%`;
55
55
  }
56
- function x(r, e) {
56
+ function P(r, e) {
57
57
  return r == null ? "indeterminate" : r === e ? "complete" : "loading";
58
58
  }
59
- function n(r) {
59
+ function s(r) {
60
60
  return typeof r == "number";
61
61
  }
62
62
  function v(r) {
63
- return n(r) && !isNaN(r) && r > 0;
63
+ return s(r) && !isNaN(r) && r > 0;
64
64
  }
65
65
  function p(r, e) {
66
- return n(r) && !isNaN(r) && r <= e && r >= 0;
66
+ return s(r) && !isNaN(r) && r <= e && r >= 0;
67
67
  }
68
68
  function M(r, e) {
69
69
  return `Invalid prop \`max\` of value \`${r}\` supplied to \`${e}\`. Only numbers greater than 0 are valid max values. Defaulting to \`${d}\`.`;
@@ -76,11 +76,10 @@ function V(r, e) {
76
76
 
77
77
  Defaulting to \`null\`.`;
78
78
  }
79
- var D = f, L = P;
79
+ var D = f, L = x;
80
80
  export {
81
81
  L as Indicator,
82
82
  f as Progress,
83
- P as ProgressIndicator,
84
- D as Root,
85
- C as createProgressScope
83
+ x as ProgressIndicator,
84
+ D as Root
86
85
  };
@@ -11,7 +11,7 @@ import { useSize as U } from "../../react-use-size/dist/index.js";
11
11
  import { usePrevious as V } from "../../react-use-previous/dist/index.js";
12
12
  import { Presence as j } from "../../react-presence/dist/index.js";
13
13
  import { jsx as u, jsxs as z } from "react/jsx-runtime";
14
- var _ = "Radio", [H, k] = w(_), [W, X] = H(_), G = n.forwardRef(
14
+ var _ = "Radio", [H, k] = w(_), [W, X] = H(_), g = n.forwardRef(
15
15
  (t, d) => {
16
16
  const {
17
17
  __scopeRadio: o,
@@ -59,10 +59,10 @@ var _ = "Radio", [H, k] = w(_), [W, X] = H(_), G = n.forwardRef(
59
59
  ] });
60
60
  }
61
61
  );
62
- G.displayName = _;
63
- var S = "RadioIndicator", g = n.forwardRef(
62
+ g.displayName = _;
63
+ var G = "RadioIndicator", S = n.forwardRef(
64
64
  (t, d) => {
65
- const { __scopeRadio: o, forceMount: i, ...e } = t, r = X(S, o);
65
+ const { __scopeRadio: o, forceMount: i, ...e } = t, r = X(G, o);
66
66
  return /* @__PURE__ */ u(j, { present: i || r.checked, children: /* @__PURE__ */ u(
67
67
  C.span,
68
68
  {
@@ -74,7 +74,7 @@ var S = "RadioIndicator", g = n.forwardRef(
74
74
  ) });
75
75
  }
76
76
  );
77
- g.displayName = S;
77
+ S.displayName = G;
78
78
  var Y = "RadioBubbleInput", A = n.forwardRef(
79
79
  ({
80
80
  __scopeRadio: t,
@@ -120,7 +120,7 @@ A.displayName = Y;
120
120
  function N(t) {
121
121
  return t ? "checked" : "unchecked";
122
122
  }
123
- var J = ["ArrowUp", "ArrowDown", "ArrowLeft", "ArrowRight"], b = "RadioGroup", [Q, le] = w(b, [
123
+ var J = ["ArrowUp", "ArrowDown", "ArrowLeft", "ArrowRight"], b = "RadioGroup", [Q] = w(b, [
124
124
  P,
125
125
  k
126
126
  ]), x = P(), D = k(), [Z, $] = Q(b), M = n.forwardRef(
@@ -197,7 +197,7 @@ var O = "RadioGroupItem", F = n.forwardRef(
197
197
  focusable: !a,
198
198
  active: p,
199
199
  children: /* @__PURE__ */ u(
200
- G,
200
+ g,
201
201
  {
202
202
  disabled: a,
203
203
  required: r.required,
@@ -223,17 +223,16 @@ F.displayName = O;
223
223
  var ee = "RadioGroupIndicator", L = n.forwardRef(
224
224
  (t, d) => {
225
225
  const { __scopeRadioGroup: o, ...i } = t, e = D(o);
226
- return /* @__PURE__ */ u(g, { ...e, ...i, ref: d });
226
+ return /* @__PURE__ */ u(S, { ...e, ...i, ref: d });
227
227
  }
228
228
  );
229
229
  L.displayName = ee;
230
- var fe = M, me = F, Re = L;
230
+ var le = M, fe = F, me = L;
231
231
  export {
232
- Re as Indicator,
233
- me as Item,
232
+ me as Indicator,
233
+ fe as Item,
234
234
  M as RadioGroup,
235
235
  L as RadioGroupIndicator,
236
236
  F as RadioGroupItem,
237
- fe as Root,
238
- le as createRadioGroupScope
237
+ le as Root
239
238
  };
@@ -13,7 +13,7 @@ import { jsx as b, jsxs as ie, Fragment as se } from "react/jsx-runtime";
13
13
  function ae(e, t) {
14
14
  return c.useReducer((r, l) => t[r][l] ?? r, e);
15
15
  }
16
- var V = "ScrollArea", [j, He] = te(V), [de, p] = j(V), q = c.forwardRef(
16
+ var V = "ScrollArea", [j] = te(V), [de, p] = j(V), q = c.forwardRef(
17
17
  (e, t) => {
18
18
  const {
19
19
  __scopeScrollArea: r,
@@ -493,10 +493,10 @@ function oe(e, t) {
493
493
  var Pe = (e, t = () => {
494
494
  }) => {
495
495
  let r = { left: e.scrollLeft, top: e.scrollTop }, l = 0;
496
- return function o() {
496
+ return (function o() {
497
497
  const n = { left: e.scrollLeft, top: e.scrollTop }, i = r.left !== n.left, s = r.top !== n.top;
498
498
  (i || s) && t(), r = n, l = window.requestAnimationFrame(o);
499
- }(), () => window.cancelAnimationFrame(l);
499
+ })(), () => window.cancelAnimationFrame(l);
500
500
  };
501
501
  function Y(e, t) {
502
502
  const r = C(e), l = c.useRef(0);
@@ -518,15 +518,14 @@ function T(e, t) {
518
518
  }
519
519
  }, [e, r]);
520
520
  }
521
- var ze = q, Ne = G, Oe = Z;
521
+ var He = q, ze = G, Ne = Z;
522
522
  export {
523
- Oe as Corner,
524
- ze as Root,
523
+ Ne as Corner,
524
+ He as Root,
525
525
  q as ScrollArea,
526
526
  Z as ScrollAreaCorner,
527
527
  ue as ScrollAreaScrollbar,
528
528
  pe as ScrollAreaThumb,
529
529
  G as ScrollAreaViewport,
530
- Ne as Viewport,
531
- He as createScrollAreaScope
530
+ ze as Viewport
532
531
  };
@@ -23,7 +23,7 @@ import { VISUALLY_HIDDEN_STYLES as wt } from "../../react-visually-hidden/dist/i
23
23
  import { hideOthers as Ct } from "../../../aria-hidden/dist/es2015/index.js";
24
24
  import xt from "../../../react-remove-scroll/dist/es2015/Combination.js";
25
25
  import { jsx as p, jsxs as se, Fragment as Te } from "react/jsx-runtime";
26
- var yt = [" ", "Enter", "ArrowUp", "ArrowDown"], It = [" ", "Enter"], J = "Select", [ae, de, Tt] = lt(J), [te, uo] = ct(J, [
26
+ var yt = [" ", "Enter", "ArrowUp", "ArrowDown"], It = [" ", "Enter"], J = "Select", [ae, de, Tt] = lt(J), [te] = ct(J, [
27
27
  Tt,
28
28
  _e
29
29
  ]), ue = _e(), [Pt, j] = te(J), [Rt, Et] = te(J), Ne = (o) => {
@@ -791,9 +791,9 @@ function nt(o) {
791
791
  const s = gt(o), e = t.useRef(""), i = t.useRef(0), l = t.useCallback(
792
792
  (n) => {
793
793
  const r = e.current + n;
794
- s(r), function c(f) {
794
+ s(r), (function c(f) {
795
795
  e.current = f, window.clearTimeout(i.current), f !== "" && (i.current = window.setTimeout(() => c(""), 1e3));
796
- }(r);
796
+ })(r);
797
797
  },
798
798
  [s]
799
799
  ), d = t.useCallback(() => {
@@ -813,19 +813,19 @@ function rt(o, s, e) {
813
813
  function Wt(o, s) {
814
814
  return o.map((e, i) => o[(s + i) % o.length]);
815
815
  }
816
- var po = Ne, fo = Ae, mo = De, ho = Le, vo = ke, go = Be, So = We, wo = Ke, Co = ze, xo = je, yo = qe, Io = Ze, To = $e, Po = Je, Ro = et;
816
+ var uo = Ne, po = Ae, fo = De, mo = Le, ho = ke, vo = Be, go = We, So = Ke, wo = ze, Co = je, xo = qe, yo = Ze, Io = $e, To = Je, Po = et;
817
817
  export {
818
- go as Content,
819
- wo as Group,
820
- ho as Icon,
821
- xo as Item,
822
- Io as ItemIndicator,
823
- yo as ItemText,
824
- Co as Label,
825
- vo as Portal,
826
- po as Root,
827
- Po as ScrollDownButton,
828
- To as ScrollUpButton,
818
+ vo as Content,
819
+ So as Group,
820
+ mo as Icon,
821
+ Co as Item,
822
+ yo as ItemIndicator,
823
+ xo as ItemText,
824
+ wo as Label,
825
+ ho as Portal,
826
+ uo as Root,
827
+ To as ScrollDownButton,
828
+ Io as ScrollUpButton,
829
829
  Ne as Select,
830
830
  Ht as SelectArrow,
831
831
  Be as SelectContent,
@@ -842,9 +842,8 @@ export {
842
842
  Ae as SelectTrigger,
843
843
  De as SelectValue,
844
844
  We as SelectViewport,
845
- Ro as Separator,
846
- fo as Trigger,
847
- mo as Value,
848
- So as Viewport,
849
- uo as createSelectScope
845
+ Po as Separator,
846
+ po as Trigger,
847
+ fo as Value,
848
+ go as Viewport
850
849
  };
@@ -10,13 +10,13 @@ import { usePrevious as ue } from "../../react-use-previous/dist/index.js";
10
10
  import { useSize as fe } from "../../react-use-size/dist/index.js";
11
11
  import { Primitive as V } from "../../react-primitive/dist/index.js";
12
12
  import { createCollection as me } from "../../react-collection/dist/index.js";
13
- import { jsx as g, jsxs as Se } from "react/jsx-runtime";
13
+ import { jsx as g, jsxs as pe } from "react/jsx-runtime";
14
14
  var j = ["PageUp", "PageDown"], X = ["ArrowUp", "ArrowDown", "ArrowLeft", "ArrowRight"], G = {
15
15
  "from-left": ["Home", "PageDown", "ArrowDown", "ArrowLeft"],
16
16
  "from-right": ["Home", "PageDown", "ArrowDown", "ArrowRight"],
17
17
  "from-bottom": ["Home", "PageDown", "ArrowDown", "ArrowLeft"],
18
18
  "from-top": ["Home", "PageDown", "ArrowUp", "ArrowLeft"]
19
- }, M = "Slider", [N, pe, he] = me(M), [W, Oe] = ce(M, [
19
+ }, M = "Slider", [N, Se, he] = me(M), [W] = ce(M, [
20
20
  he
21
21
  ]), [ge, B] = W(M), q = l.forwardRef(
22
22
  (e, t) => {
@@ -29,7 +29,7 @@ var j = ["PageUp", "PageDown"], X = ["ArrowUp", "ArrowDown", "ArrowLeft", "Arrow
29
29
  disabled: a = !1,
30
30
  minStepsBetweenThumbs: u = 0,
31
31
  defaultValue: w = [n],
32
- value: p,
32
+ value: S,
33
33
  onValueChange: i = () => {
34
34
  },
35
35
  onValueCommit: d = () => {
@@ -37,15 +37,15 @@ var j = ["PageUp", "PageDown"], X = ["ArrowUp", "ArrowDown", "ArrowLeft", "Arrow
37
37
  inverted: v = !1,
38
38
  form: y,
39
39
  ...h
40
- } = e, m = l.useRef(/* @__PURE__ */ new Set()), f = l.useRef(0), b = r === "horizontal" ? ve : we, [S = [], K] = le({
41
- prop: p,
40
+ } = e, m = l.useRef(/* @__PURE__ */ new Set()), f = l.useRef(0), b = r === "horizontal" ? ve : we, [p = [], K] = le({
41
+ prop: S,
42
42
  defaultProp: w,
43
43
  onChange: (R) => {
44
44
  [...m.current][f.current]?.focus(), i(R);
45
45
  }
46
- }), T = l.useRef(S);
46
+ }), T = l.useRef(p);
47
47
  function k(R) {
48
- const P = xe(S, R);
48
+ const P = xe(p, R);
49
49
  I(R, P);
50
50
  }
51
51
  function se(R) {
@@ -53,7 +53,7 @@ var j = ["PageUp", "PageDown"], X = ["ArrowUp", "ArrowDown", "ArrowLeft", "Arrow
53
53
  }
54
54
  function ae() {
55
55
  const R = T.current[f.current];
56
- S[f.current] !== R && d(S);
56
+ p[f.current] !== R && d(p);
57
57
  }
58
58
  function I(R, P, { commit: z } = { commit: !1 }) {
59
59
  const F = Ce(c), H = Me(Math.round((R - n) / c) * c + n, F), A = $(H, [n, s]);
@@ -77,7 +77,7 @@ var j = ["PageUp", "PageDown"], X = ["ArrowUp", "ArrowDown", "ArrowLeft", "Arrow
77
77
  max: s,
78
78
  valueIndexToChangeRef: f,
79
79
  thumbs: m.current,
80
- values: S,
80
+ values: p,
81
81
  orientation: r,
82
82
  form: y,
83
83
  children: /* @__PURE__ */ g(N.Provider, { scope: e.__scopeSlider, children: /* @__PURE__ */ g(N.Slot, { scope: e.__scopeSlider, children: /* @__PURE__ */ g(
@@ -88,7 +88,7 @@ var j = ["PageUp", "PageDown"], X = ["ArrowUp", "ArrowDown", "ArrowLeft", "Arrow
88
88
  ...h,
89
89
  ref: t,
90
90
  onPointerDown: _(h.onPointerDown, () => {
91
- a || (T.current = S);
91
+ a || (T.current = p);
92
92
  }),
93
93
  min: n,
94
94
  max: s,
@@ -97,10 +97,10 @@ var j = ["PageUp", "PageDown"], X = ["ArrowUp", "ArrowDown", "ArrowLeft", "Arrow
97
97
  onSlideMove: a ? void 0 : se,
98
98
  onSlideEnd: a ? void 0 : ae,
99
99
  onHomeKeyDown: () => !a && I(n, 0, { commit: !0 }),
100
- onEndKeyDown: () => !a && I(s, S.length - 1, { commit: !0 }),
100
+ onEndKeyDown: () => !a && I(s, p.length - 1, { commit: !0 }),
101
101
  onStepKeyDown: ({ event: R, direction: P }) => {
102
102
  if (!a) {
103
- const H = j.includes(R.key) || R.shiftKey && X.includes(R.key) ? 10 : 1, A = f.current, E = S[A], x = c * H * P;
103
+ const H = j.includes(R.key) || R.shiftKey && X.includes(R.key) ? 10 : 1, A = f.current, E = p[A], x = c * H * P;
104
104
  I(E + x, A, { commit: !0 });
105
105
  }
106
106
  }
@@ -127,11 +127,11 @@ var [J, Q] = W(M, {
127
127
  onSlideMove: a,
128
128
  onSlideEnd: u,
129
129
  onStepKeyDown: w,
130
- ...p
130
+ ...S
131
131
  } = e, [i, d] = l.useState(null), v = C(t, (b) => d(b)), y = l.useRef(void 0), h = de(s), m = h === "ltr", f = m && !c || !m && c;
132
132
  function D(b) {
133
- const S = y.current || i.getBoundingClientRect(), K = [0, S.width], k = U(K, f ? [o, n] : [n, o]);
134
- return y.current = S, k(b - S.left);
133
+ const p = y.current || i.getBoundingClientRect(), K = [0, p.width], k = U(K, f ? [o, n] : [n, o]);
134
+ return y.current = p, k(b - p.left);
135
135
  }
136
136
  return /* @__PURE__ */ g(
137
137
  J,
@@ -146,19 +146,19 @@ var [J, Q] = W(M, {
146
146
  {
147
147
  dir: h,
148
148
  "data-orientation": "horizontal",
149
- ...p,
149
+ ...S,
150
150
  ref: v,
151
151
  style: {
152
- ...p.style,
152
+ ...S.style,
153
153
  "--radix-slider-thumb-transform": "translateX(-50%)"
154
154
  },
155
155
  onSlideStart: (b) => {
156
- const S = D(b.clientX);
157
- r?.(S);
156
+ const p = D(b.clientX);
157
+ r?.(p);
158
158
  },
159
159
  onSlideMove: (b) => {
160
- const S = D(b.clientX);
161
- a?.(S);
160
+ const p = D(b.clientX);
161
+ a?.(p);
162
162
  },
163
163
  onSlideEnd: () => {
164
164
  y.current = void 0, u?.();
@@ -183,9 +183,9 @@ var [J, Q] = W(M, {
183
183
  onSlideEnd: a,
184
184
  onStepKeyDown: u,
185
185
  ...w
186
- } = e, p = l.useRef(null), i = C(t, p), d = l.useRef(void 0), v = !s;
186
+ } = e, S = l.useRef(null), i = C(t, S), d = l.useRef(void 0), v = !s;
187
187
  function y(h) {
188
- const m = d.current || p.current.getBoundingClientRect(), f = [0, m.height], b = U(f, v ? [n, o] : [o, n]);
188
+ const m = d.current || S.current.getBoundingClientRect(), f = [0, m.height], b = U(f, v ? [n, o] : [o, n]);
189
189
  return d.current = m, b(h - m.top);
190
190
  }
191
191
  return /* @__PURE__ */ g(
@@ -237,7 +237,7 @@ var [J, Q] = W(M, {
237
237
  onEndKeyDown: a,
238
238
  onStepKeyDown: u,
239
239
  ...w
240
- } = e, p = B(M, o);
240
+ } = e, S = B(M, o);
241
241
  return /* @__PURE__ */ g(
242
242
  V.span,
243
243
  {
@@ -248,7 +248,7 @@ var [J, Q] = W(M, {
248
248
  }),
249
249
  onPointerDown: _(e.onPointerDown, (i) => {
250
250
  const d = i.target;
251
- d.setPointerCapture(i.pointerId), i.preventDefault(), p.thumbs.has(d) ? d.focus() : n(i);
251
+ d.setPointerCapture(i.pointerId), i.preventDefault(), S.thumbs.has(d) ? d.focus() : n(i);
252
252
  }),
253
253
  onPointerMove: _(e.onPointerMove, (i) => {
254
254
  i.target.hasPointerCapture(i.pointerId) && s(i);
@@ -279,7 +279,7 @@ var L = "SliderRange", ne = l.forwardRef(
279
279
  (e, t) => {
280
280
  const { __scopeSlider: o, ...n } = e, s = B(L, o), c = Q(L, o), r = l.useRef(null), a = C(t, r), u = s.values.length, w = s.values.map(
281
281
  (d) => ie(d, s.min, s.max)
282
- ), p = u > 1 ? Math.min(...w) : 0, i = 100 - Math.max(...w);
282
+ ), S = u > 1 ? Math.min(...w) : 0, i = 100 - Math.max(...w);
283
283
  return /* @__PURE__ */ g(
284
284
  V.span,
285
285
  {
@@ -289,7 +289,7 @@ var L = "SliderRange", ne = l.forwardRef(
289
289
  ref: a,
290
290
  style: {
291
291
  ...e.style,
292
- [c.startEdge]: p + "%",
292
+ [c.startEdge]: S + "%",
293
293
  [c.endEdge]: i + "%"
294
294
  }
295
295
  }
@@ -299,7 +299,7 @@ var L = "SliderRange", ne = l.forwardRef(
299
299
  ne.displayName = L;
300
300
  var O = "SliderThumb", oe = l.forwardRef(
301
301
  (e, t) => {
302
- const o = pe(e.__scopeSlider), [n, s] = l.useState(null), c = C(t, (a) => s(a)), r = l.useMemo(
302
+ const o = Se(e.__scopeSlider), [n, s] = l.useState(null), c = C(t, (a) => s(a)), r = l.useMemo(
303
303
  () => n ? o().findIndex((a) => a.ref.current === n) : -1,
304
304
  [o, n]
305
305
  );
@@ -307,13 +307,13 @@ var O = "SliderThumb", oe = l.forwardRef(
307
307
  }
308
308
  ), be = l.forwardRef(
309
309
  (e, t) => {
310
- const { __scopeSlider: o, index: n, name: s, ...c } = e, r = B(O, o), a = Q(O, o), [u, w] = l.useState(null), p = C(t, (D) => w(D)), i = u ? r.form || !!u.closest("form") : !0, d = fe(u), v = r.values[n], y = v === void 0 ? 0 : ie(v, r.min, r.max), h = Pe(n, r.values.length), m = d?.[a.size], f = m ? De(m, y, a.direction) : 0;
310
+ const { __scopeSlider: o, index: n, name: s, ...c } = e, r = B(O, o), a = Q(O, o), [u, w] = l.useState(null), S = C(t, (D) => w(D)), i = u ? r.form || !!u.closest("form") : !0, d = fe(u), v = r.values[n], y = v === void 0 ? 0 : ie(v, r.min, r.max), h = Pe(n, r.values.length), m = d?.[a.size], f = m ? De(m, y, a.direction) : 0;
311
311
  return l.useEffect(() => {
312
312
  if (u)
313
313
  return r.thumbs.add(u), () => {
314
314
  r.thumbs.delete(u);
315
315
  };
316
- }, [u, r.thumbs]), /* @__PURE__ */ Se(
316
+ }, [u, r.thumbs]), /* @__PURE__ */ pe(
317
317
  "span",
318
318
  {
319
319
  style: {
@@ -335,7 +335,7 @@ var O = "SliderThumb", oe = l.forwardRef(
335
335
  "data-disabled": r.disabled ? "" : void 0,
336
336
  tabIndex: r.disabled ? void 0 : 0,
337
337
  ...c,
338
- ref: p,
338
+ ref: S,
339
339
  style: v === void 0 ? { display: "none" } : e.style,
340
340
  onFocus: _(e.onFocus, () => {
341
341
  r.valueIndexToChangeRef.current = n;
@@ -363,10 +363,10 @@ var Re = "RadioBubbleInput", re = l.forwardRef(
363
363
  return l.useEffect(() => {
364
364
  const a = s.current;
365
365
  if (!a) return;
366
- const u = window.HTMLInputElement.prototype, p = Object.getOwnPropertyDescriptor(u, "value").set;
367
- if (r !== t && p) {
366
+ const u = window.HTMLInputElement.prototype, S = Object.getOwnPropertyDescriptor(u, "value").set;
367
+ if (r !== t && S) {
368
368
  const i = new Event("input", { bubbles: !0 });
369
- p.call(a, t), a.dispatchEvent(i);
369
+ S.call(a, t), a.dispatchEvent(i);
370
370
  }
371
371
  }, [r, t]), /* @__PURE__ */ g(
372
372
  V.input,
@@ -424,15 +424,14 @@ function Me(e, t) {
424
424
  const o = Math.pow(10, t);
425
425
  return Math.round(e * o) / o;
426
426
  }
427
- var Ue = q, Fe = te, Ye = ne, $e = oe;
427
+ var Oe = q, Ue = te, Fe = ne, Ye = oe;
428
428
  export {
429
- Ye as Range,
430
- Ue as Root,
429
+ Fe as Range,
430
+ Oe as Root,
431
431
  q as Slider,
432
432
  ne as SliderRange,
433
433
  oe as SliderThumb,
434
434
  te as SliderTrack,
435
- $e as Thumb,
436
- Fe as Track,
437
- Oe as createSliderScope
435
+ Ye as Thumb,
436
+ Ue as Track
438
437
  };
@@ -8,22 +8,22 @@ import { usePrevious as H } from "../../react-use-previous/dist/index.js";
8
8
  import { useSize as j } from "../../react-use-size/dist/index.js";
9
9
  import { Primitive as y } from "../../react-primitive/dist/index.js";
10
10
  import { jsxs as A, jsx as m } from "react/jsx-runtime";
11
- var h = "Switch", [U, Q] = I(h), [q, z] = U(h), R = r.forwardRef(
11
+ var h = "Switch", [U] = I(h), [q, z] = U(h), R = r.forwardRef(
12
12
  (t, a) => {
13
13
  const {
14
14
  __scopeSwitch: e,
15
15
  name: c,
16
16
  checked: o,
17
- defaultChecked: S,
17
+ defaultChecked: v,
18
18
  required: i,
19
19
  disabled: n,
20
20
  value: p = "on",
21
21
  onCheckedChange: w,
22
22
  form: s,
23
- ...v
23
+ ...S
24
24
  } = t, [u, d] = r.useState(null), b = P(a, (f) => d(f)), C = r.useRef(!1), k = u ? s || !!u.closest("form") : !0, [l, B] = M({
25
25
  prop: o,
26
- defaultProp: S ?? !1,
26
+ defaultProp: v ?? !1,
27
27
  onChange: w,
28
28
  caller: h
29
29
  });
@@ -39,7 +39,7 @@ var h = "Switch", [U, Q] = I(h), [q, z] = U(h), R = r.forwardRef(
39
39
  "data-disabled": n ? "" : void 0,
40
40
  disabled: n,
41
41
  value: p,
42
- ...v,
42
+ ...S,
43
43
  ref: b,
44
44
  onClick: T(t.onClick, (f) => {
45
45
  B((N) => !N), k && (C.current = f.isPropagationStopped(), C.current || f.stopPropagation());
@@ -86,13 +86,13 @@ var L = "SwitchBubbleInput", x = r.forwardRef(
86
86
  checked: e,
87
87
  bubbles: c = !0,
88
88
  ...o
89
- }, S) => {
90
- const i = r.useRef(null), n = P(i, S), p = H(e), w = j(a);
89
+ }, v) => {
90
+ const i = r.useRef(null), n = P(i, v), p = H(e), w = j(a);
91
91
  return r.useEffect(() => {
92
92
  const s = i.current;
93
93
  if (!s) return;
94
- const v = window.HTMLInputElement.prototype, d = Object.getOwnPropertyDescriptor(
95
- v,
94
+ const S = window.HTMLInputElement.prototype, d = Object.getOwnPropertyDescriptor(
95
+ S,
96
96
  "checked"
97
97
  ).set;
98
98
  if (p !== e && d) {
@@ -124,11 +124,10 @@ x.displayName = L;
124
124
  function g(t) {
125
125
  return t ? "checked" : "unchecked";
126
126
  }
127
- var V = R, Y = _;
127
+ var Q = R, V = _;
128
128
  export {
129
- V as Root,
129
+ Q as Root,
130
130
  R as Switch,
131
131
  _ as SwitchThumb,
132
- Y as Thumb,
133
- Q as createSwitchScope
132
+ V as Thumb
134
133
  };
@@ -9,7 +9,7 @@ import { useDirection as D } from "../../react-direction/dist/index.js";
9
9
  import { useControllableState as V } from "../../react-use-controllable-state/dist/index.js";
10
10
  import { useId as G } from "../../react-id/dist/index.js";
11
11
  import { jsx as l } from "react/jsx-runtime";
12
- var p = "Tabs", [L, Q] = x(p, [
12
+ var p = "Tabs", [L] = x(p, [
13
13
  C
14
14
  ]), h = C(), [$, T] = L(p), I = v.forwardRef(
15
15
  (e, r) => {
@@ -79,7 +79,7 @@ var R = "TabsList", _ = v.forwardRef(
79
79
  _.displayName = R;
80
80
  var y = "TabsTrigger", A = v.forwardRef(
81
81
  (e, r) => {
82
- const { __scopeTabs: s, value: t, disabled: n = !1, ...c } = e, o = T(y, s), d = h(s), f = N(o.baseId, t), m = P(o.baseId, t), i = t === o.value;
82
+ const { __scopeTabs: s, value: t, disabled: n = !1, ...c } = e, o = T(y, s), d = h(s), f = P(o.baseId, t), m = S(o.baseId, t), i = t === o.value;
83
83
  return /* @__PURE__ */ l(
84
84
  F,
85
85
  {
@@ -117,9 +117,9 @@ var y = "TabsTrigger", A = v.forwardRef(
117
117
  }
118
118
  );
119
119
  A.displayName = y;
120
- var S = "TabsContent", M = v.forwardRef(
120
+ var M = "TabsContent", N = v.forwardRef(
121
121
  (e, r) => {
122
- const { __scopeTabs: s, value: t, forceMount: n, children: c, ...o } = e, d = T(S, s), f = N(d.baseId, t), m = P(d.baseId, t), i = t === d.value, a = v.useRef(i);
122
+ const { __scopeTabs: s, value: t, forceMount: n, children: c, ...o } = e, d = T(M, s), f = P(d.baseId, t), m = S(d.baseId, t), i = t === d.value, a = v.useRef(i);
123
123
  return v.useEffect(() => {
124
124
  const u = requestAnimationFrame(() => a.current = !1);
125
125
  return () => cancelAnimationFrame(u);
@@ -144,22 +144,21 @@ var S = "TabsContent", M = v.forwardRef(
144
144
  ) });
145
145
  }
146
146
  );
147
- M.displayName = S;
148
- function N(e, r) {
147
+ N.displayName = M;
148
+ function P(e, r) {
149
149
  return `${e}-trigger-${r}`;
150
150
  }
151
- function P(e, r) {
151
+ function S(e, r) {
152
152
  return `${e}-content-${r}`;
153
153
  }
154
- var U = I, W = _, X = A, Y = M;
154
+ var Q = I, U = _, W = A, X = N;
155
155
  export {
156
- Y as Content,
157
- W as List,
158
- U as Root,
156
+ X as Content,
157
+ U as List,
158
+ Q as Root,
159
159
  I as Tabs,
160
- M as TabsContent,
160
+ N as TabsContent,
161
161
  _ as TabsList,
162
162
  A as TabsTrigger,
163
- X as Trigger,
164
- Q as createTabsScope
163
+ W as Trigger
165
164
  };