@shoplflow/base 0.32.13 → 0.32.14

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.
package/dist/index.js CHANGED
@@ -11,7 +11,7 @@ import { FloatingPortal, autoUpdate, offset, autoPlacement } from '@floating-ui/
11
11
  export { arrow, flip, hide, inline, offset, shift, size } from '@floating-ui/react';
12
12
  import { useFloating } from '@floating-ui/react-dom';
13
13
  import * as ShoplAssets from '@shoplflow/shopl-assets';
14
- import { DownArrowSolidXsmallIcon, DownArrowIcon, FirstPageIcon, LeftArrowIcon, RightArrowIcon, EndPageIcon, UpArrowSolidXsmallIcon } from '@shoplflow/shopl-assets';
14
+ import { DownArrowSolidXsmallIcon, DownArrowIcon, FirstPageIcon, LeftArrowIcon, RightArrowIcon, EndPageIcon } from '@shoplflow/shopl-assets';
15
15
  import * as HadaAssets from '@shoplflow/hada-assets';
16
16
  import { flip, shift, offset as offset$1 } from '@floating-ui/core';
17
17
  import DatePicker2 from 'react-datepicker';
@@ -5907,7 +5907,7 @@ var NumberCombobox = (_a) => {
5907
5907
  children: /* @__PURE__ */ jsx(
5908
5908
  Icon_default,
5909
5909
  {
5910
- iconSource: UpArrowSolidXsmallIcon,
5910
+ iconSource: DownArrowSolidXsmallIcon,
5911
5911
  sizeVar: "XS",
5912
5912
  color: "neutral400",
5913
5913
  style: { cursor: disabled ? "not-allowed" : "cursor" }