@snmt-react-ui/async-select 1.13.8 → 1.13.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/async-select.js +4 -4
- package/package.json +3 -3
package/dist/async-select.js
CHANGED
|
@@ -2787,7 +2787,7 @@ const n2 = (t, C) => {
|
|
|
2787
2787
|
return Z5({ width: C, height: l, color: c, className: n, onClick: h });
|
|
2788
2788
|
case "exit":
|
|
2789
2789
|
return N5({ width: C, height: l, color: c, className: n, onClick: h });
|
|
2790
|
-
case "
|
|
2790
|
+
case "status":
|
|
2791
2791
|
return V5({ width: C, height: l, color: c, className: n, onClick: h });
|
|
2792
2792
|
case "community":
|
|
2793
2793
|
return _5({ width: C, height: l, color: c, className: n, onClick: h });
|
|
@@ -5286,7 +5286,7 @@ const n2 = (t, C) => {
|
|
|
5286
5286
|
return b7({ width: C, height: l, color: c, className: n, onClick: h });
|
|
5287
5287
|
case "exit":
|
|
5288
5288
|
return B7({ width: C, height: l, color: c, className: n, onClick: h });
|
|
5289
|
-
case "
|
|
5289
|
+
case "status":
|
|
5290
5290
|
return y7({ width: C, height: l, color: c, className: n, onClick: h });
|
|
5291
5291
|
case "community":
|
|
5292
5292
|
return W7({ width: C, height: l, color: c, className: n, onClick: h });
|
|
@@ -7897,7 +7897,7 @@ const n2 = (t, C) => {
|
|
|
7897
7897
|
return C0({ width: C, height: l, color: c, className: n, onClick: h });
|
|
7898
7898
|
case "exit":
|
|
7899
7899
|
return l0({ width: C, height: l, color: c, className: n, onClick: h });
|
|
7900
|
-
case "
|
|
7900
|
+
case "status":
|
|
7901
7901
|
return e0({ width: C, height: l, color: c, className: n, onClick: h });
|
|
7902
7902
|
case "community":
|
|
7903
7903
|
return t0({ width: C, height: l, color: c, className: n, onClick: h });
|
|
@@ -10505,7 +10505,7 @@ const c0 = ({
|
|
|
10505
10505
|
return g4({ width: C, height: l, color: c, className: n, onClick: h });
|
|
10506
10506
|
case "exit":
|
|
10507
10507
|
return L4({ width: C, height: l, color: c, className: n, onClick: h });
|
|
10508
|
-
case "
|
|
10508
|
+
case "status":
|
|
10509
10509
|
return m4({ width: C, height: l, color: c, className: n, onClick: h });
|
|
10510
10510
|
case "community":
|
|
10511
10511
|
return p4({ width: C, height: l, color: c, className: n, onClick: h });
|
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.
|
|
4
|
+
"version": "1.13.9",
|
|
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.29.
|
|
21
|
+
"@snmt-react-ui/select": "^1.29.2"
|
|
22
22
|
},
|
|
23
23
|
"peerDependencies": {
|
|
24
24
|
"antd": "^5.18.3",
|
|
25
25
|
"react": ">=18.2.0"
|
|
26
26
|
},
|
|
27
|
-
"gitHead": "
|
|
27
|
+
"gitHead": "7cbc75f0345bdf10cd68b6032d45140f309ac94d"
|
|
28
28
|
}
|