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 +0,0 @@
1
- "use client";
2
- import { __require as u } from "../dist/predicate/isEqual.js";
3
- var r, e;
4
- function a() {
5
- return e || (e = 1, r = u().isEqual), r;
6
- }
7
- export {
8
- a as __require
9
- };
@@ -1,18 +0,0 @@
1
- "use client";
2
- import { __exports as r } from "../../../../_virtual/isEqual2.js";
3
- import { __require as s } from "./isEqualWith.js";
4
- import { __require as q } from "../function/noop.js";
5
- var i;
6
- function E() {
7
- return i ? r : (i = 1, function(e) {
8
- Object.defineProperty(e, Symbol.toStringTag, { value: "Module" });
9
- const u = /* @__PURE__ */ s(), o = /* @__PURE__ */ q();
10
- function t(a, n) {
11
- return u.isEqualWith(a, n, o.noop);
12
- }
13
- e.isEqual = t;
14
- }(r), r);
15
- }
16
- export {
17
- E as __require
18
- };
@@ -1,139 +0,0 @@
1
- "use client";
2
- import { __exports as h } from "../../../../_virtual/isEqualWith.js";
3
- import { __require as v } from "./isPlainObject.js";
4
- import { __require as I } from "../compat/_internal/getSymbols.js";
5
- import { __require as P } from "../compat/_internal/getTag.js";
6
- import { __require as B } from "../compat/_internal/tags.js";
7
- import { __require as W } from "../compat/util/eq.js";
8
- var j;
9
- function G() {
10
- return j ? h : (j = 1, function(p) {
11
- Object.defineProperty(p, Symbol.toStringTag, { value: "Module" });
12
- const O = /* @__PURE__ */ v(), q = /* @__PURE__ */ I(), A = /* @__PURE__ */ P(), t = /* @__PURE__ */ B(), _ = /* @__PURE__ */ W();
13
- function w(r, e, n) {
14
- return g(r, e, void 0, void 0, void 0, void 0, n);
15
- }
16
- function g(r, e, n, u, f, a, c) {
17
- const m = c(r, e, n, u, f, a);
18
- if (m !== void 0)
19
- return m;
20
- if (typeof r == typeof e)
21
- switch (typeof r) {
22
- case "bigint":
23
- case "string":
24
- case "boolean":
25
- case "symbol":
26
- case "undefined":
27
- return r === e;
28
- case "number":
29
- return r === e || Object.is(r, e);
30
- case "function":
31
- return r === e;
32
- case "object":
33
- return l(r, e, a, c);
34
- }
35
- return l(r, e, a, c);
36
- }
37
- function l(r, e, n, u) {
38
- if (Object.is(r, e))
39
- return !0;
40
- let f = A.getTag(r), a = A.getTag(e);
41
- if (f === t.argumentsTag && (f = t.objectTag), a === t.argumentsTag && (a = t.objectTag), f !== a)
42
- return !1;
43
- switch (f) {
44
- case t.stringTag:
45
- return r.toString() === e.toString();
46
- case t.numberTag: {
47
- const s = r.valueOf(), i = e.valueOf();
48
- return _.eq(s, i);
49
- }
50
- case t.booleanTag:
51
- case t.dateTag:
52
- case t.symbolTag:
53
- return Object.is(r.valueOf(), e.valueOf());
54
- case t.regexpTag:
55
- return r.source === e.source && r.flags === e.flags;
56
- case t.functionTag:
57
- return r === e;
58
- }
59
- n = n ?? /* @__PURE__ */ new Map();
60
- const c = n.get(r), m = n.get(e);
61
- if (c != null && m != null)
62
- return c === e;
63
- n.set(r, e), n.set(e, r);
64
- try {
65
- switch (f) {
66
- case t.mapTag: {
67
- if (r.size !== e.size)
68
- return !1;
69
- for (const [s, i] of r.entries())
70
- if (!e.has(s) || !g(i, e.get(s), s, r, e, n, u))
71
- return !1;
72
- return !0;
73
- }
74
- case t.setTag: {
75
- if (r.size !== e.size)
76
- return !1;
77
- const s = Array.from(r.values()), i = Array.from(e.values());
78
- for (let y = 0; y < s.length; y++) {
79
- const T = s[y], o = i.findIndex((d) => g(T, d, void 0, r, e, n, u));
80
- if (o === -1)
81
- return !1;
82
- i.splice(o, 1);
83
- }
84
- return !0;
85
- }
86
- case t.arrayTag:
87
- case t.uint8ArrayTag:
88
- case t.uint8ClampedArrayTag:
89
- case t.uint16ArrayTag:
90
- case t.uint32ArrayTag:
91
- case t.bigUint64ArrayTag:
92
- case t.int8ArrayTag:
93
- case t.int16ArrayTag:
94
- case t.int32ArrayTag:
95
- case t.bigInt64ArrayTag:
96
- case t.float32ArrayTag:
97
- case t.float64ArrayTag: {
98
- if (typeof Buffer < "u" && Buffer.isBuffer(r) !== Buffer.isBuffer(e) || r.length !== e.length)
99
- return !1;
100
- for (let s = 0; s < r.length; s++)
101
- if (!g(r[s], e[s], s, r, e, n, u))
102
- return !1;
103
- return !0;
104
- }
105
- case t.arrayBufferTag:
106
- return r.byteLength !== e.byteLength ? !1 : l(new Uint8Array(r), new Uint8Array(e), n, u);
107
- case t.dataViewTag:
108
- return r.byteLength !== e.byteLength || r.byteOffset !== e.byteOffset ? !1 : l(new Uint8Array(r), new Uint8Array(e), n, u);
109
- case t.errorTag:
110
- return r.name === e.name && r.message === e.message;
111
- case t.objectTag: {
112
- if (!(l(r.constructor, e.constructor, n, u) || O.isPlainObject(r) && O.isPlainObject(e)))
113
- return !1;
114
- const i = [...Object.keys(r), ...q.getSymbols(r)], y = [...Object.keys(e), ...q.getSymbols(e)];
115
- if (i.length !== y.length)
116
- return !1;
117
- for (let T = 0; T < i.length; T++) {
118
- const o = i[T], d = r[o];
119
- if (!Object.hasOwn(e, o))
120
- return !1;
121
- const S = e[o];
122
- if (!g(d, S, o, r, e, n, u))
123
- return !1;
124
- }
125
- return !0;
126
- }
127
- default:
128
- return !1;
129
- }
130
- } finally {
131
- n.delete(r), n.delete(e);
132
- }
133
- }
134
- p.isEqualWith = w;
135
- }(h), h);
136
- }
137
- export {
138
- G as __require
139
- };
@@ -1,18 +0,0 @@
1
- "use client";
2
- import { __exports as o } from "../../../../_virtual/isPlainObject.js";
3
- var n;
4
- function j() {
5
- return n ? o : (n = 1, function(r) {
6
- Object.defineProperty(r, Symbol.toStringTag, { value: "Module" });
7
- function c(t) {
8
- if (!t || typeof t != "object")
9
- return !1;
10
- const e = Object.getPrototypeOf(t);
11
- return e === null || e === Object.prototype || Object.getPrototypeOf(e) === null ? Object.prototype.toString.call(t) === "[object Object]" : !1;
12
- }
13
- r.isPlainObject = c;
14
- }(o), o);
15
- }
16
- export {
17
- j as __require
18
- };
@@ -1,270 +0,0 @@
1
- "use client";
2
- import * as j from "react";
3
- import { useContext as M, createContext as _, PureComponent as x, Children as p, cloneElement as N } from "react";
4
- import J from "../../../../_virtual/isEqual.js";
5
- import { createAnimateManager as B } from "./AnimationManager.js";
6
- import { configEasing as D } from "./easing.js";
7
- import R from "./configUpdate.js";
8
- import { getTransitionVal as T } from "./util.js";
9
- import { RequestAnimationFrameTimeoutController as U } from "./timeoutController.js";
10
- var W = ["children", "begin", "duration", "attributeName", "easing", "isActive", "from", "to", "canBegin", "onAnimationEnd", "shouldReAnimate", "onAnimationReStart", "animationManager"];
11
- function b() {
12
- return b = Object.assign ? Object.assign.bind() : function(e) {
13
- for (var t = 1; t < arguments.length; t++) {
14
- var n = arguments[t];
15
- for (var i in n) ({}).hasOwnProperty.call(n, i) && (e[i] = n[i]);
16
- }
17
- return e;
18
- }, b.apply(null, arguments);
19
- }
20
- function k(e, t) {
21
- if (e == null) return {};
22
- var n, i, r = q(e, t);
23
- if (Object.getOwnPropertySymbols) {
24
- var a = Object.getOwnPropertySymbols(e);
25
- for (i = 0; i < a.length; i++) n = a[i], t.indexOf(n) === -1 && {}.propertyIsEnumerable.call(e, n) && (r[n] = e[n]);
26
- }
27
- return r;
28
- }
29
- function q(e, t) {
30
- if (e == null) return {};
31
- var n = {};
32
- for (var i in e) if ({}.hasOwnProperty.call(e, i)) {
33
- if (t.indexOf(i) !== -1) continue;
34
- n[i] = e[i];
35
- }
36
- return n;
37
- }
38
- function O(e, t) {
39
- var n = Object.keys(e);
40
- if (Object.getOwnPropertySymbols) {
41
- var i = Object.getOwnPropertySymbols(e);
42
- t && (i = i.filter(function(r) {
43
- return Object.getOwnPropertyDescriptor(e, r).enumerable;
44
- })), n.push.apply(n, i);
45
- }
46
- return n;
47
- }
48
- function c(e) {
49
- for (var t = 1; t < arguments.length; t++) {
50
- var n = arguments[t] != null ? arguments[t] : {};
51
- t % 2 ? O(Object(n), !0).forEach(function(i) {
52
- h(e, i, n[i]);
53
- }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(n)) : O(Object(n)).forEach(function(i) {
54
- Object.defineProperty(e, i, Object.getOwnPropertyDescriptor(n, i));
55
- });
56
- }
57
- return e;
58
- }
59
- function h(e, t, n) {
60
- return (t = F(t)) in e ? Object.defineProperty(e, t, { value: n, enumerable: !0, configurable: !0, writable: !0 }) : e[t] = n, e;
61
- }
62
- function F(e) {
63
- var t = I(e, "string");
64
- return typeof t == "symbol" ? t : t + "";
65
- }
66
- function I(e, t) {
67
- if (typeof e != "object" || !e) return e;
68
- var n = e[Symbol.toPrimitive];
69
- if (n !== void 0) {
70
- var i = n.call(e, t);
71
- if (typeof i != "object") return i;
72
- throw new TypeError("@@toPrimitive must return a primitive value.");
73
- }
74
- return (t === "string" ? String : Number)(e);
75
- }
76
- function K() {
77
- return B(new U());
78
- }
79
- class y extends x {
80
- constructor(t, n) {
81
- super(t, n), h(this, "mounted", !1), h(this, "manager", null), h(this, "stopJSAnimation", null), h(this, "unSubscribe", null);
82
- var {
83
- isActive: i,
84
- attributeName: r,
85
- from: a,
86
- to: o,
87
- children: u,
88
- duration: s,
89
- animationManager: m
90
- } = this.props;
91
- if (this.manager = m, this.handleStyleChange = this.handleStyleChange.bind(this), this.changeStyle = this.changeStyle.bind(this), !i || s <= 0) {
92
- this.state = {
93
- style: {}
94
- }, typeof u == "function" && (this.state = {
95
- style: o
96
- });
97
- return;
98
- }
99
- if (a) {
100
- if (typeof u == "function") {
101
- this.state = {
102
- style: a
103
- };
104
- return;
105
- }
106
- this.state = {
107
- style: r ? {
108
- [r]: a
109
- } : a
110
- };
111
- } else
112
- this.state = {
113
- style: {}
114
- };
115
- }
116
- componentDidMount() {
117
- var {
118
- isActive: t,
119
- canBegin: n
120
- } = this.props;
121
- this.mounted = !0, !(!t || !n) && this.runAnimation(this.props);
122
- }
123
- componentDidUpdate(t) {
124
- var {
125
- isActive: n,
126
- canBegin: i,
127
- attributeName: r,
128
- shouldReAnimate: a,
129
- to: o,
130
- from: u
131
- } = this.props, {
132
- style: s
133
- } = this.state;
134
- if (i) {
135
- if (!n) {
136
- var m = {
137
- style: r ? {
138
- [r]: o
139
- } : o
140
- };
141
- this.state && s && (r && s[r] !== o || !r && s !== o) && this.setState(m);
142
- return;
143
- }
144
- if (!(J(t.to, o) && t.canBegin && t.isActive)) {
145
- var f = !t.canBegin || !t.isActive;
146
- this.manager.stop(), this.stopJSAnimation && this.stopJSAnimation();
147
- var l = f || a ? u : t.to;
148
- if (this.state && s) {
149
- var d = {
150
- style: r ? {
151
- [r]: l
152
- } : l
153
- };
154
- (r && s[r] !== l || !r && s !== l) && this.setState(d);
155
- }
156
- this.runAnimation(c(c({}, this.props), {}, {
157
- from: l,
158
- begin: 0
159
- }));
160
- }
161
- }
162
- }
163
- componentWillUnmount() {
164
- this.mounted = !1;
165
- var {
166
- onAnimationEnd: t
167
- } = this.props;
168
- this.unSubscribe && this.unSubscribe(), this.manager.stop(), this.stopJSAnimation && this.stopJSAnimation(), t && t();
169
- }
170
- handleStyleChange(t) {
171
- this.changeStyle(t);
172
- }
173
- changeStyle(t) {
174
- this.mounted && this.setState({
175
- style: t
176
- });
177
- }
178
- runJSAnimation(t) {
179
- var {
180
- from: n,
181
- to: i,
182
- duration: r,
183
- easing: a,
184
- begin: o,
185
- onAnimationEnd: u,
186
- onAnimationStart: s
187
- } = t, m = R(n, i, D(a), r, this.changeStyle, this.manager.getTimeoutController()), f = () => {
188
- this.stopJSAnimation = m();
189
- };
190
- this.manager.start([s, o, f, r, u]);
191
- }
192
- runAnimation(t) {
193
- var {
194
- begin: n,
195
- duration: i,
196
- attributeName: r,
197
- to: a,
198
- easing: o,
199
- onAnimationStart: u,
200
- onAnimationEnd: s,
201
- children: m
202
- } = t;
203
- if (this.unSubscribe = this.manager.subscribe(this.handleStyleChange), typeof o == "function" || typeof m == "function" || o === "spring") {
204
- this.runJSAnimation(t);
205
- return;
206
- }
207
- var f = r ? {
208
- [r]: a
209
- } : a, l = T(Object.keys(f), i, o);
210
- this.manager.start([u, n, c(c({}, f), {}, {
211
- transition: l
212
- }), i, s]);
213
- }
214
- render() {
215
- var t = this.props, {
216
- children: n,
217
- begin: i,
218
- duration: r,
219
- attributeName: a,
220
- easing: o,
221
- isActive: u,
222
- from: s,
223
- to: m,
224
- canBegin: f,
225
- onAnimationEnd: l,
226
- shouldReAnimate: d,
227
- onAnimationReStart: L,
228
- animationManager: V
229
- } = t, P = k(t, W), v = p.count(n), A = this.state.style;
230
- if (typeof n == "function")
231
- return n(A);
232
- if (!u || v === 0 || r <= 0)
233
- return n;
234
- var S = (g) => {
235
- var {
236
- style: w = {},
237
- className: E
238
- } = g.props, C = /* @__PURE__ */ N(g, c(c({}, P), {}, {
239
- style: c(c({}, w), A),
240
- className: E
241
- }));
242
- return C;
243
- };
244
- return v === 1 ? S(p.only(n)) : /* @__PURE__ */ j.createElement("div", null, p.map(n, (g) => S(g)));
245
- }
246
- }
247
- h(y, "displayName", "Animate");
248
- h(y, "defaultProps", {
249
- begin: 0,
250
- duration: 1e3,
251
- attributeName: "",
252
- easing: "ease",
253
- isActive: !0,
254
- canBegin: !0,
255
- onAnimationEnd: () => {
256
- },
257
- onAnimationStart: () => {
258
- }
259
- });
260
- var $ = /* @__PURE__ */ _(null);
261
- function tt(e) {
262
- var t, n, i = M($);
263
- return /* @__PURE__ */ j.createElement(y, b({}, e, {
264
- animationManager: (t = (n = e.animationManager) !== null && n !== void 0 ? n : i) !== null && t !== void 0 ? t : K()
265
- }));
266
- }
267
- export {
268
- tt as Animate,
269
- $ as AnimationManagerContext
270
- };
@@ -1,98 +0,0 @@
1
- "use client";
2
- import { createSelector as h } from "../../../../reselect/dist/reselect.js";
3
- import P from "../../../../../_virtual/get.js";
4
- import { selectLegendSettings as S, selectLegendSize as x } from "./legendSelectors.js";
5
- import { appendOffsetOfLegend as _ } from "../../util/ChartUtils.js";
6
- import { selectChartWidth as m, selectChartHeight as s, selectMargin as A } from "./containerSelectors.js";
7
- import { selectAllXAxes as D, selectAllYAxes as H } from "./selectAllAxes.js";
8
- import { DEFAULT_Y_AXIS_WIDTH as C } from "../../util/Constants.js";
9
- function p(t, e) {
10
- var r = Object.keys(t);
11
- if (Object.getOwnPropertySymbols) {
12
- var o = Object.getOwnPropertySymbols(t);
13
- e && (o = o.filter(function(u) {
14
- return Object.getOwnPropertyDescriptor(t, u).enumerable;
15
- })), r.push.apply(r, o);
16
- }
17
- return r;
18
- }
19
- function c(t) {
20
- for (var e = 1; e < arguments.length; e++) {
21
- var r = arguments[e] != null ? arguments[e] : {};
22
- e % 2 ? p(Object(r), !0).forEach(function(o) {
23
- E(t, o, r[o]);
24
- }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(r)) : p(Object(r)).forEach(function(o) {
25
- Object.defineProperty(t, o, Object.getOwnPropertyDescriptor(r, o));
26
- });
27
- }
28
- return t;
29
- }
30
- function E(t, e, r) {
31
- return (e = L(e)) in t ? Object.defineProperty(t, e, { value: r, enumerable: !0, configurable: !0, writable: !0 }) : t[e] = r, t;
32
- }
33
- function L(t) {
34
- var e = B(t, "string");
35
- return typeof e == "symbol" ? e : e + "";
36
- }
37
- function B(t, e) {
38
- if (typeof t != "object" || !t) return t;
39
- var r = t[Symbol.toPrimitive];
40
- if (r !== void 0) {
41
- var o = r.call(t, e);
42
- if (typeof o != "object") return o;
43
- throw new TypeError("@@toPrimitive must return a primitive value.");
44
- }
45
- return (e === "string" ? String : Number)(t);
46
- }
47
- var M = (t) => t.brush.height, T = h([m, s, A, M, D, H, S, x], (t, e, r, o, u, l, b, g) => {
48
- var v = l.reduce((f, i) => {
49
- var {
50
- orientation: a
51
- } = i;
52
- if (!i.mirror && !i.hide) {
53
- var j = typeof i.width == "number" ? i.width : C;
54
- return c(c({}, f), {}, {
55
- [a]: f[a] + j
56
- });
57
- }
58
- return f;
59
- }, {
60
- left: r.left || 0,
61
- right: r.right || 0
62
- }), d = u.reduce((f, i) => {
63
- var {
64
- orientation: a
65
- } = i;
66
- return !i.mirror && !i.hide ? c(c({}, f), {}, {
67
- [a]: P(f, "".concat(a)) + i.height
68
- }) : f;
69
- }, {
70
- top: r.top || 0,
71
- bottom: r.bottom || 0
72
- }), n = c(c({}, d), v), O = n.bottom;
73
- n.bottom += o, n = _(n, b, g);
74
- var y = t - n.left - n.right, w = e - n.top - n.bottom;
75
- return c(c({
76
- brushBottom: O
77
- }, n), {}, {
78
- // never return negative values for height and width
79
- width: Math.max(y, 0),
80
- height: Math.max(w, 0)
81
- });
82
- }), z = h(T, (t) => ({
83
- x: t.left,
84
- y: t.top,
85
- width: t.width,
86
- height: t.height
87
- }));
88
- h(m, s, (t, e) => ({
89
- x: 0,
90
- y: 0,
91
- width: t,
92
- height: e
93
- }));
94
- export {
95
- M as selectBrushHeight,
96
- T as selectChartOffset,
97
- z as selectChartViewBox
98
- };
@@ -1,9 +0,0 @@
1
- "use client";
2
- import { a as t } from "./chunk-WIMGWYZL.js";
3
- function i(...n) {
4
- return t(a, n);
5
- }
6
- var a = (n, r) => n.length >= r;
7
- export {
8
- i as a
9
- };
@@ -1,8 +0,0 @@
1
- "use client";
2
- function l(a, t, e) {
3
- let s = (i) => a(i, ...t);
4
- return e === void 0 ? s : Object.assign(s, { lazy: e, lazyArgs: t });
5
- }
6
- export {
7
- l as a
8
- };
@@ -1,19 +0,0 @@
1
- "use client";
2
- import { a as f } from "./chunk-AIG3BDKO.js";
3
- import { a as i } from "./chunk-WIMGWYZL.js";
4
- function m(...r) {
5
- return i(u, r);
6
- }
7
- function u(r, t) {
8
- if (!f(t, 1)) return { ...r };
9
- if (!f(t, 2)) {
10
- let { [t[0]]: o, ...n } = r;
11
- return n;
12
- }
13
- let e = { ...r };
14
- for (let o of t) delete e[o];
15
- return e;
16
- }
17
- export {
18
- m as a
19
- };
@@ -1,11 +0,0 @@
1
- "use client";
2
- import { a as o } from "./chunk-D6FCK2GA.js";
3
- function a(r, e, n) {
4
- let t = r.length - e.length;
5
- if (t === 0) return r(...e);
6
- if (t === 1) return o(r, e, n);
7
- throw new Error("Wrong number of arguments");
8
- }
9
- export {
10
- a
11
- };