@snmt-react-ui/user-select 2.12.5 → 2.12.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.
@@ -1793,8 +1793,8 @@ const X2 = (l, e) => {
1793
1793
  ), e7 = ({
1794
1794
  className: l,
1795
1795
  color: e = c.GREY_DARK_5,
1796
- height: t = 24,
1797
- width: i = 24,
1796
+ height: t = 20,
1797
+ width: i = 20,
1798
1798
  onClick: s
1799
1799
  }) => /* @__PURE__ */ g(
1800
1800
  "svg",
@@ -4418,8 +4418,8 @@ const X2 = (l, e) => {
4418
4418
  ), m0 = ({
4419
4419
  className: l,
4420
4420
  color: e = c.GREY_DARK_5,
4421
- height: t = 24,
4422
- width: i = 24,
4421
+ height: t = 20,
4422
+ width: i = 20,
4423
4423
  onClick: s
4424
4424
  }) => /* @__PURE__ */ g(
4425
4425
  "svg",
@@ -7155,8 +7155,8 @@ const X2 = (l, e) => {
7155
7155
  ), $9 = ({
7156
7156
  className: l,
7157
7157
  color: e = c.GREY_DARK_5,
7158
- height: t = 24,
7159
- width: i = 24,
7158
+ height: t = 20,
7159
+ width: i = 20,
7160
7160
  onClick: s
7161
7161
  }) => /* @__PURE__ */ g(
7162
7162
  "svg",
@@ -9889,8 +9889,8 @@ const L4 = ({
9889
9889
  ), h6 = ({
9890
9890
  className: l,
9891
9891
  color: e = c.GREY_DARK_5,
9892
- height: t = 24,
9893
- width: i = 24,
9892
+ height: t = 20,
9893
+ width: i = 20,
9894
9894
  onClick: s
9895
9895
  }) => /* @__PURE__ */ g(
9896
9896
  "svg",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@snmt-react-ui/user-select",
3
3
  "private": false,
4
- "version": "2.12.5",
4
+ "version": "2.12.6",
5
5
  "type": "module",
6
6
  "main": "dist/user-select.js",
7
7
  "types": "dist/index.d.ts",
@@ -18,9 +18,9 @@
18
18
  "build": "tsc && vite build"
19
19
  },
20
20
  "dependencies": {
21
- "@snmt-react-ui/async-select": "^1.13.5",
21
+ "@snmt-react-ui/async-select": "^1.13.6",
22
22
  "@snmt-react-ui/loader": "^2.3.0",
23
- "@snmt-react-ui/select": "^1.28.3"
23
+ "@snmt-react-ui/select": "^1.28.4"
24
24
  },
25
25
  "peerDependencies": {
26
26
  "@snmt-react-ui/core": "^2.8.1",
@@ -29,5 +29,5 @@
29
29
  "react": ">=18.2.0",
30
30
  "react-i18next": "^14.0.5"
31
31
  },
32
- "gitHead": "19492e023ccedcd89f7372c9ee3de1c9a7f5d44a"
32
+ "gitHead": "e4cf1eb3445ef2ba2ee6738636b1454765f89a0b"
33
33
  }