@snmt-react-ui/user-select 2.12.8 → 2.12.9
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/user-select.js +4 -4
- package/package.json +4 -4
package/dist/user-select.js
CHANGED
|
@@ -2790,7 +2790,7 @@ const X2 = (s, e) => {
|
|
|
2790
2790
|
return u7({ width: e, height: t, color: a, className: r, onClick: l });
|
|
2791
2791
|
case "exit":
|
|
2792
2792
|
return w7({ width: e, height: t, color: a, className: r, onClick: l });
|
|
2793
|
-
case "
|
|
2793
|
+
case "status":
|
|
2794
2794
|
return p7({ width: e, height: t, color: a, className: r, onClick: l });
|
|
2795
2795
|
case "community":
|
|
2796
2796
|
return f7({ width: e, height: t, color: a, className: r, onClick: l });
|
|
@@ -5289,7 +5289,7 @@ const X2 = (s, e) => {
|
|
|
5289
5289
|
return H9({ width: e, height: t, color: a, className: r, onClick: l });
|
|
5290
5290
|
case "exit":
|
|
5291
5291
|
return R9({ width: e, height: t, color: a, className: r, onClick: l });
|
|
5292
|
-
case "
|
|
5292
|
+
case "status":
|
|
5293
5293
|
return _9({ width: e, height: t, color: a, className: r, onClick: l });
|
|
5294
5294
|
case "community":
|
|
5295
5295
|
return b9({ width: e, height: t, color: a, className: r, onClick: l });
|
|
@@ -7900,7 +7900,7 @@ const X2 = (s, e) => {
|
|
|
7900
7900
|
return W0({ width: e, height: t, color: a, className: r, onClick: l });
|
|
7901
7901
|
case "exit":
|
|
7902
7902
|
return P0({ width: e, height: t, color: a, className: r, onClick: l });
|
|
7903
|
-
case "
|
|
7903
|
+
case "status":
|
|
7904
7904
|
return F0({ width: e, height: t, color: a, className: r, onClick: l });
|
|
7905
7905
|
case "community":
|
|
7906
7906
|
return U0({ width: e, height: t, color: a, className: r, onClick: l });
|
|
@@ -10508,7 +10508,7 @@ const e4 = ({
|
|
|
10508
10508
|
return l6({ width: e, height: t, color: a, className: r, onClick: l });
|
|
10509
10509
|
case "exit":
|
|
10510
10510
|
return o6({ width: e, height: t, color: a, className: r, onClick: l });
|
|
10511
|
-
case "
|
|
10511
|
+
case "status":
|
|
10512
10512
|
return a6({ width: e, height: t, color: a, className: r, onClick: l });
|
|
10513
10513
|
case "community":
|
|
10514
10514
|
return r6({ width: e, height: t, color: a, className: r, onClick: l });
|
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.
|
|
4
|
+
"version": "2.12.9",
|
|
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.
|
|
21
|
+
"@snmt-react-ui/async-select": "^1.13.9",
|
|
22
22
|
"@snmt-react-ui/loader": "^2.3.0",
|
|
23
|
-
"@snmt-react-ui/select": "^1.29.
|
|
23
|
+
"@snmt-react-ui/select": "^1.29.2"
|
|
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": "
|
|
32
|
+
"gitHead": "7cbc75f0345bdf10cd68b6032d45140f309ac94d"
|
|
33
33
|
}
|