@snmt-react-ui/async-select 1.13.5 → 1.13.6

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.
@@ -1790,8 +1790,8 @@ const n2 = (t, e) => {
1790
1790
  ), c5 = ({
1791
1791
  className: t,
1792
1792
  color: e = c.GREY_DARK_5,
1793
- height: i = 24,
1794
- width: C = 24,
1793
+ height: i = 20,
1794
+ width: C = 20,
1795
1795
  onClick: o
1796
1796
  }) => /* @__PURE__ */ r(
1797
1797
  "svg",
@@ -4415,8 +4415,8 @@ const n2 = (t, e) => {
4415
4415
  ), _7 = ({
4416
4416
  className: t,
4417
4417
  color: e = c.GREY_DARK_5,
4418
- height: i = 24,
4419
- width: C = 24,
4418
+ height: i = 20,
4419
+ width: C = 20,
4420
4420
  onClick: o
4421
4421
  }) => /* @__PURE__ */ r(
4422
4422
  "svg",
@@ -7152,8 +7152,8 @@ const n2 = (t, e) => {
7152
7152
  ), Q9 = ({
7153
7153
  className: t,
7154
7154
  color: e = c.GREY_DARK_5,
7155
- height: i = 24,
7156
- width: C = 24,
7155
+ height: i = 20,
7156
+ width: C = 20,
7157
7157
  onClick: o
7158
7158
  }) => /* @__PURE__ */ r(
7159
7159
  "svg",
@@ -9886,8 +9886,8 @@ const x0 = ({
9886
9886
  ), p4 = ({
9887
9887
  className: t,
9888
9888
  color: e = c.GREY_DARK_5,
9889
- height: i = 24,
9890
- width: C = 24,
9889
+ height: i = 20,
9890
+ width: C = 20,
9891
9891
  onClick: o
9892
9892
  }) => /* @__PURE__ */ r(
9893
9893
  "svg",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@snmt-react-ui/async-select",
3
3
  "private": false,
4
- "version": "1.13.5",
4
+ "version": "1.13.6",
5
5
  "type": "module",
6
6
  "main": "dist/async-select.js",
7
7
  "types": "dist/index.d.ts",
@@ -18,11 +18,11 @@
18
18
  "build": "tsc && vite build"
19
19
  },
20
20
  "dependencies": {
21
- "@snmt-react-ui/select": "^1.28.3"
21
+ "@snmt-react-ui/select": "^1.28.4"
22
22
  },
23
23
  "peerDependencies": {
24
24
  "antd": "^5.18.3",
25
25
  "react": ">=18.2.0"
26
26
  },
27
- "gitHead": "19492e023ccedcd89f7372c9ee3de1c9a7f5d44a"
27
+ "gitHead": "e4cf1eb3445ef2ba2ee6738636b1454765f89a0b"
28
28
  }