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,10 +1,11 @@
1
1
  "use client";
2
- import { computePosition as I, offset as J, shift as K, flip as N, size as Q, hide as T, limitShift as X, arrow as L } from "../../dom/dist/floating-ui.dom.js";
3
- import { autoUpdate as me, platform as pe } from "../../dom/dist/floating-ui.dom.js";
4
- import * as f from "react";
5
- import { useLayoutEffect as Y, useEffect as Z } from "react";
6
- import * as b from "react-dom";
7
- var w = typeof document < "u" ? Y : Z;
2
+ import { computePosition as I, offset as J, shift as K, flip as N, size as Q, hide as T, limitShift as X, arrow as z } from "../../dom/dist/floating-ui.dom.js";
3
+ import { autoUpdate as pe, platform as ge } from "../../dom/dist/floating-ui.dom.js";
4
+ import * as o from "react";
5
+ import { useLayoutEffect as Y } from "react";
6
+ import * as Z from "react-dom";
7
+ var b = typeof document < "u", ee = function() {
8
+ }, w = b ? Y : ee;
8
9
  function R(e, t) {
9
10
  if (e === t)
10
11
  return !0;
@@ -12,7 +13,7 @@ function R(e, t) {
12
13
  return !1;
13
14
  if (typeof e == "function" && e.toString() === t.toString())
14
15
  return !0;
15
- let n, r, s;
16
+ let n, r, i;
16
17
  if (e && t && typeof e == "object") {
17
18
  if (Array.isArray(e)) {
18
19
  if (n = e.length, n !== t.length) return !1;
@@ -21,13 +22,13 @@ function R(e, t) {
21
22
  return !1;
22
23
  return !0;
23
24
  }
24
- if (s = Object.keys(e), n = s.length, n !== Object.keys(t).length)
25
+ if (i = Object.keys(e), n = i.length, n !== Object.keys(t).length)
25
26
  return !1;
26
27
  for (r = n; r-- !== 0; )
27
- if (!{}.hasOwnProperty.call(t, s[r]))
28
+ if (!{}.hasOwnProperty.call(t, i[r]))
28
29
  return !1;
29
30
  for (r = n; r-- !== 0; ) {
30
- const p = s[r];
31
+ const p = i[r];
31
32
  if (!(p === "_owner" && e.$$typeof) && !R(e[p], t[p]))
32
33
  return !1;
33
34
  }
@@ -38,72 +39,72 @@ function R(e, t) {
38
39
  function A(e) {
39
40
  return typeof window > "u" ? 1 : (e.ownerDocument.defaultView || window).devicePixelRatio || 1;
40
41
  }
41
- function v(e, t) {
42
+ function L(e, t) {
42
43
  const n = A(e);
43
44
  return Math.round(t * n) / n;
44
45
  }
45
- function E(e) {
46
- const t = f.useRef(e);
46
+ function k(e) {
47
+ const t = o.useRef(e);
47
48
  return w(() => {
48
49
  t.current = e;
49
50
  }), t;
50
51
  }
51
- function re(e) {
52
+ function oe(e) {
52
53
  e === void 0 && (e = {});
53
54
  const {
54
55
  placement: t = "bottom",
55
56
  strategy: n = "absolute",
56
57
  middleware: r = [],
57
- platform: s,
58
+ platform: i,
58
59
  elements: {
59
60
  reference: p,
60
61
  floating: q
61
62
  } = {},
62
- transform: k = !0,
63
- whileElementsMounted: D,
63
+ transform: D = !0,
64
+ whileElementsMounted: E,
64
65
  open: x
65
- } = e, [i, O] = f.useState({
66
+ } = e, [s, C] = o.useState({
66
67
  x: 0,
67
68
  y: 0,
68
69
  strategy: n,
69
70
  placement: t,
70
71
  middlewareData: {},
71
72
  isPositioned: !1
72
- }), [M, B] = f.useState(r);
73
+ }), [M, B] = o.useState(r);
73
74
  R(M, r) || B(r);
74
- const [U, V] = f.useState(null), [W, G] = f.useState(null), _ = f.useCallback((o) => {
75
- o !== a.current && (a.current = o, V(o));
76
- }, []), C = f.useCallback((o) => {
77
- o !== d.current && (d.current = o, G(o));
78
- }, []), u = p || U, l = q || W, a = f.useRef(null), d = f.useRef(null), y = f.useRef(i), H = D != null, S = E(D), P = E(s), F = E(x), g = f.useCallback(() => {
75
+ const [U, V] = o.useState(null), [W, G] = o.useState(null), O = o.useCallback((f) => {
76
+ f !== a.current && (a.current = f, V(f));
77
+ }, []), _ = o.useCallback((f) => {
78
+ f !== d.current && (d.current = f, G(f));
79
+ }, []), u = p || U, l = q || W, a = o.useRef(null), d = o.useRef(null), y = o.useRef(s), H = E != null, S = k(E), P = k(i), v = k(x), g = o.useCallback(() => {
79
80
  if (!a.current || !d.current)
80
81
  return;
81
- const o = {
82
+ const f = {
82
83
  placement: t,
83
84
  strategy: n,
84
85
  middleware: M
85
86
  };
86
- P.current && (o.platform = P.current), I(a.current, d.current, o).then((h) => {
87
+ P.current && (f.platform = P.current), I(a.current, d.current, f).then((h) => {
87
88
  const m = {
88
89
  ...h,
89
90
  // The floating element's position may be recomputed while it's closed
90
91
  // but still mounted (such as when transitioning out). To ensure
91
92
  // `isPositioned` will be `false` initially on the next open, avoid
92
93
  // setting it to `true` when `open === false` (must be specified).
93
- isPositioned: F.current !== !1
94
+ isPositioned: v.current !== !1
94
95
  };
95
- $.current && !R(y.current, m) && (y.current = m, b.flushSync(() => {
96
- O(m);
96
+ $.current && !R(y.current, m) && (y.current = m, Z.flushSync(() => {
97
+ C(m);
97
98
  }));
98
99
  });
99
- }, [M, t, n, P, F]);
100
+ }, [M, t, n, P, v]);
100
101
  w(() => {
101
- x === !1 && y.current.isPositioned && (y.current.isPositioned = !1, O((o) => ({
102
- ...o,
102
+ x === !1 && y.current.isPositioned && (y.current.isPositioned = !1, C((f) => ({
103
+ ...f,
103
104
  isPositioned: !1
104
105
  })));
105
106
  }, [x]);
106
- const $ = f.useRef(!1);
107
+ const $ = o.useRef(!1);
107
108
  w(() => ($.current = !0, () => {
108
109
  $.current = !1;
109
110
  }), []), w(() => {
@@ -113,25 +114,25 @@ function re(e) {
113
114
  g();
114
115
  }
115
116
  }, [u, l, g, S, H]);
116
- const j = f.useMemo(() => ({
117
+ const F = o.useMemo(() => ({
117
118
  reference: a,
118
119
  floating: d,
119
- setReference: _,
120
- setFloating: C
121
- }), [_, C]), c = f.useMemo(() => ({
120
+ setReference: O,
121
+ setFloating: _
122
+ }), [O, _]), c = o.useMemo(() => ({
122
123
  reference: u,
123
124
  floating: l
124
- }), [u, l]), z = f.useMemo(() => {
125
- const o = {
125
+ }), [u, l]), j = o.useMemo(() => {
126
+ const f = {
126
127
  position: n,
127
128
  left: 0,
128
129
  top: 0
129
130
  };
130
131
  if (!c.floating)
131
- return o;
132
- const h = v(c.floating, i.x), m = v(c.floating, i.y);
133
- return k ? {
134
- ...o,
132
+ return f;
133
+ const h = L(c.floating, s.x), m = L(c.floating, s.y);
134
+ return D ? {
135
+ ...f,
135
136
  transform: "translate(" + h + "px, " + m + "px)",
136
137
  ...A(c.floating) >= 1.5 && {
137
138
  willChange: "transform"
@@ -141,16 +142,16 @@ function re(e) {
141
142
  left: h,
142
143
  top: m
143
144
  };
144
- }, [n, k, c.floating, i.x, i.y]);
145
- return f.useMemo(() => ({
146
- ...i,
145
+ }, [n, D, c.floating, s.x, s.y]);
146
+ return o.useMemo(() => ({
147
+ ...s,
147
148
  update: g,
148
- refs: j,
149
+ refs: F,
149
150
  elements: c,
150
- floatingStyles: z
151
- }), [i, g, j, c, z]);
151
+ floatingStyles: j
152
+ }), [s, g, F, c, j]);
152
153
  }
153
- const ee = (e) => {
154
+ const te = (e) => {
154
155
  function t(n) {
155
156
  return {}.hasOwnProperty.call(n, "current");
156
157
  }
@@ -160,49 +161,49 @@ const ee = (e) => {
160
161
  fn(n) {
161
162
  const {
162
163
  element: r,
163
- padding: s
164
+ padding: i
164
165
  } = typeof e == "function" ? e(n) : e;
165
- return r && t(r) ? r.current != null ? L({
166
+ return r && t(r) ? r.current != null ? z({
166
167
  element: r.current,
167
- padding: s
168
- }).fn(n) : {} : r ? L({
168
+ padding: i
169
+ }).fn(n) : {} : r ? z({
169
170
  element: r,
170
- padding: s
171
+ padding: i
171
172
  }).fn(n) : {};
172
173
  }
173
174
  };
174
175
  }, fe = (e, t) => ({
175
176
  ...J(e),
176
177
  options: [e, t]
177
- }), oe = (e, t) => ({
178
+ }), ie = (e, t) => ({
178
179
  ...K(e),
179
180
  options: [e, t]
180
181
  }), se = (e, t) => ({
181
182
  ...X(e),
182
183
  options: [e, t]
183
- }), ie = (e, t) => ({
184
+ }), ue = (e, t) => ({
184
185
  ...N(e),
185
186
  options: [e, t]
186
- }), ue = (e, t) => ({
187
+ }), le = (e, t) => ({
187
188
  ...Q(e),
188
189
  options: [e, t]
189
- }), le = (e, t) => ({
190
+ }), ce = (e, t) => ({
190
191
  ...T(e),
191
192
  options: [e, t]
192
- }), ce = (e, t) => ({
193
- ...ee(e),
193
+ }), ae = (e, t) => ({
194
+ ...te(e),
194
195
  options: [e, t]
195
196
  });
196
197
  export {
197
- ce as arrow,
198
- me as autoUpdate,
198
+ ae as arrow,
199
+ pe as autoUpdate,
199
200
  I as computePosition,
200
- ie as flip,
201
- le as hide,
201
+ ue as flip,
202
+ ce as hide,
202
203
  se as limitShift,
203
204
  fe as offset,
204
- pe as platform,
205
- oe as shift,
206
- ue as size,
207
- re as useFloating
205
+ ge as platform,
206
+ ie as shift,
207
+ le as size,
208
+ oe as useFloating
208
209
  };
@@ -2,131 +2,136 @@
2
2
  function c() {
3
3
  return typeof window < "u";
4
4
  }
5
- function s(n) {
6
- return p(n) ? (n.nodeName || "").toLowerCase() : "#document";
5
+ function u(t) {
6
+ return p(t) ? (t.nodeName || "").toLowerCase() : "#document";
7
7
  }
8
- function i(n) {
9
- var t;
10
- return (n == null || (t = n.ownerDocument) == null ? void 0 : t.defaultView) || window;
8
+ function i(t) {
9
+ var e;
10
+ return (t == null || (e = t.ownerDocument) == null ? void 0 : e.defaultView) || window;
11
11
  }
12
- function E(n) {
13
- var t;
14
- return (t = (p(n) ? n.ownerDocument : n.document) || window.document) == null ? void 0 : t.documentElement;
12
+ function N(t) {
13
+ var e;
14
+ return (e = (p(t) ? t.ownerDocument : t.document) || window.document) == null ? void 0 : e.documentElement;
15
15
  }
16
- function p(n) {
17
- return c() ? n instanceof Node || n instanceof i(n).Node : !1;
16
+ function p(t) {
17
+ return c() ? t instanceof Node || t instanceof i(t).Node : !1;
18
18
  }
19
- function m(n) {
20
- return c() ? n instanceof Element || n instanceof i(n).Element : !1;
19
+ function m(t) {
20
+ return c() ? t instanceof Element || t instanceof i(t).Element : !1;
21
21
  }
22
- function w(n) {
23
- return c() ? n instanceof HTMLElement || n instanceof i(n).HTMLElement : !1;
22
+ function w(t) {
23
+ return c() ? t instanceof HTMLElement || t instanceof i(t).HTMLElement : !1;
24
24
  }
25
- function a(n) {
26
- return !c() || typeof ShadowRoot > "u" ? !1 : n instanceof ShadowRoot || n instanceof i(n).ShadowRoot;
25
+ function f(t) {
26
+ return !c() || typeof ShadowRoot > "u" ? !1 : t instanceof ShadowRoot || t instanceof i(t).ShadowRoot;
27
27
  }
28
- function y(n) {
28
+ const E = /* @__PURE__ */ new Set(["inline", "contents"]);
29
+ function y(t) {
29
30
  const {
30
- overflow: t,
31
- overflowX: e,
31
+ overflow: e,
32
+ overflowX: n,
32
33
  overflowY: o,
33
34
  display: r
34
- } = b(n);
35
- return /auto|scroll|overlay|hidden|clip/.test(t + o + e) && !["inline", "contents"].includes(r);
35
+ } = S(t);
36
+ return /auto|scroll|overlay|hidden|clip/.test(e + o + n) && !E.has(r);
36
37
  }
37
- function D(n) {
38
- return ["table", "td", "th"].includes(s(n));
38
+ const T = /* @__PURE__ */ new Set(["table", "td", "th"]);
39
+ function A(t) {
40
+ return T.has(u(t));
39
41
  }
40
- function N(n) {
41
- return [":popover-open", ":modal"].some((t) => {
42
+ const v = [":popover-open", ":modal"];
43
+ function L(t) {
44
+ return v.some((e) => {
42
45
  try {
43
- return n.matches(t);
46
+ return t.matches(e);
44
47
  } catch {
45
48
  return !1;
46
49
  }
47
50
  });
48
51
  }
49
- function T(n) {
50
- const t = L(), e = m(n) ? b(n) : n;
51
- return ["transform", "translate", "scale", "rotate", "perspective"].some((o) => e[o] ? e[o] !== "none" : !1) || (e.containerType ? e.containerType !== "normal" : !1) || !t && (e.backdropFilter ? e.backdropFilter !== "none" : !1) || !t && (e.filter ? e.filter !== "none" : !1) || ["transform", "translate", "scale", "rotate", "perspective", "filter"].some((o) => (e.willChange || "").includes(o)) || ["paint", "layout", "strict", "content"].some((o) => (e.contain || "").includes(o));
52
- }
53
- function k(n) {
54
- let t = u(n);
55
- for (; w(t) && !g(t); ) {
56
- if (T(t))
57
- return t;
58
- if (N(t))
52
+ const D = ["transform", "translate", "scale", "rotate", "perspective"], C = ["transform", "translate", "scale", "rotate", "perspective", "filter"], k = ["paint", "layout", "strict", "content"];
53
+ function V(t) {
54
+ const e = O(), n = m(t) ? S(t) : t;
55
+ return D.some((o) => n[o] ? n[o] !== "none" : !1) || (n.containerType ? n.containerType !== "normal" : !1) || !e && (n.backdropFilter ? n.backdropFilter !== "none" : !1) || !e && (n.filter ? n.filter !== "none" : !1) || C.some((o) => (n.willChange || "").includes(o)) || k.some((o) => (n.contain || "").includes(o));
56
+ }
57
+ function B(t) {
58
+ let e = s(t);
59
+ for (; w(e) && !h(e); ) {
60
+ if (V(e))
61
+ return e;
62
+ if (L(e))
59
63
  return null;
60
- t = u(t);
64
+ e = s(e);
61
65
  }
62
66
  return null;
63
67
  }
64
- function L() {
68
+ function O() {
65
69
  return typeof CSS > "u" || !CSS.supports ? !1 : CSS.supports("-webkit-backdrop-filter", "none");
66
70
  }
67
- function g(n) {
68
- return ["html", "body", "#document"].includes(s(n));
71
+ const R = /* @__PURE__ */ new Set(["html", "body", "#document"]);
72
+ function h(t) {
73
+ return R.has(u(t));
69
74
  }
70
- function b(n) {
71
- return i(n).getComputedStyle(n);
75
+ function S(t) {
76
+ return i(t).getComputedStyle(t);
72
77
  }
73
- function C(n) {
74
- return m(n) ? {
75
- scrollLeft: n.scrollLeft,
76
- scrollTop: n.scrollTop
78
+ function F(t) {
79
+ return m(t) ? {
80
+ scrollLeft: t.scrollLeft,
81
+ scrollTop: t.scrollTop
77
82
  } : {
78
- scrollLeft: n.scrollX,
79
- scrollTop: n.scrollY
83
+ scrollLeft: t.scrollX,
84
+ scrollTop: t.scrollY
80
85
  };
81
86
  }
82
- function u(n) {
83
- if (s(n) === "html")
84
- return n;
85
- const t = (
87
+ function s(t) {
88
+ if (u(t) === "html")
89
+ return t;
90
+ const e = (
86
91
  // Step into the shadow DOM of the parent of a slotted node.
87
- n.assignedSlot || // DOM Element detected.
88
- n.parentNode || // ShadowRoot detected.
89
- a(n) && n.host || // Fallback.
90
- E(n)
92
+ t.assignedSlot || // DOM Element detected.
93
+ t.parentNode || // ShadowRoot detected.
94
+ f(t) && t.host || // Fallback.
95
+ N(t)
91
96
  );
92
- return a(t) ? t.host : t;
97
+ return f(e) ? e.host : e;
93
98
  }
94
- function h(n) {
95
- const t = u(n);
96
- return g(t) ? n.ownerDocument ? n.ownerDocument.body : n.body : w(t) && y(t) ? t : h(t);
99
+ function b(t) {
100
+ const e = s(t);
101
+ return h(e) ? t.ownerDocument ? t.ownerDocument.body : t.body : w(e) && y(e) ? e : b(e);
97
102
  }
98
- function d(n, t, e) {
103
+ function d(t, e, n) {
99
104
  var o;
100
- t === void 0 && (t = []), e === void 0 && (e = !0);
101
- const r = h(n), S = r === ((o = n.ownerDocument) == null ? void 0 : o.body), l = i(r);
102
- if (S) {
103
- const f = v(l);
104
- return t.concat(l, l.visualViewport || [], y(r) ? r : [], f && e ? d(f) : []);
105
+ e === void 0 && (e = []), n === void 0 && (n = !0);
106
+ const r = b(t), g = r === ((o = t.ownerDocument) == null ? void 0 : o.body), l = i(r);
107
+ if (g) {
108
+ const a = _(l);
109
+ return e.concat(l, l.visualViewport || [], y(r) ? r : [], a && n ? d(a) : []);
105
110
  }
106
- return t.concat(r, d(r, [], e));
111
+ return e.concat(r, d(r, [], n));
107
112
  }
108
- function v(n) {
109
- return n.parent && Object.getPrototypeOf(n.parent) ? n.frameElement : null;
113
+ function _(t) {
114
+ return t.parent && Object.getPrototypeOf(t.parent) ? t.frameElement : null;
110
115
  }
111
116
  export {
112
- b as getComputedStyle,
113
- k as getContainingBlock,
114
- E as getDocumentElement,
115
- v as getFrameElement,
116
- h as getNearestOverflowAncestor,
117
- s as getNodeName,
118
- C as getNodeScroll,
117
+ S as getComputedStyle,
118
+ B as getContainingBlock,
119
+ N as getDocumentElement,
120
+ _ as getFrameElement,
121
+ b as getNearestOverflowAncestor,
122
+ u as getNodeName,
123
+ F as getNodeScroll,
119
124
  d as getOverflowAncestors,
120
- u as getParentNode,
125
+ s as getParentNode,
121
126
  i as getWindow,
122
- T as isContainingBlock,
127
+ V as isContainingBlock,
123
128
  m as isElement,
124
129
  w as isHTMLElement,
125
- g as isLastTraversableNode,
130
+ h as isLastTraversableNode,
126
131
  p as isNode,
127
132
  y as isOverflowElement,
128
- a as isShadowRoot,
129
- D as isTableElement,
130
- N as isTopLayer,
131
- L as isWebKit
133
+ f as isShadowRoot,
134
+ A as isTableElement,
135
+ L as isTopLayer,
136
+ O as isWebKit
132
137
  };