@snmt-react-ui/user-select 2.9.6 → 2.9.7
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 +0 -2
- package/package.json +4 -4
package/dist/user-select.js
CHANGED
|
@@ -2519,7 +2519,6 @@ const Q2 = ({
|
|
|
2519
2519
|
return w5({ width: e, height: t, color: l, className: a, onClick: h });
|
|
2520
2520
|
case "cancelCircle":
|
|
2521
2521
|
return L5({ width: e, height: t, color: l, className: a, onClick: h });
|
|
2522
|
-
case "infoMedium":
|
|
2523
2522
|
case "visibilityIcon":
|
|
2524
2523
|
return k5({
|
|
2525
2524
|
width: e,
|
|
@@ -4972,7 +4971,6 @@ const ce = ({
|
|
|
4972
4971
|
return He({ width: e, height: t, color: l, className: a, onClick: h });
|
|
4973
4972
|
case "cancelCircle":
|
|
4974
4973
|
return Ve({ width: e, height: t, color: l, className: a, onClick: h });
|
|
4975
|
-
case "infoMedium":
|
|
4976
4974
|
case "visibilityIcon":
|
|
4977
4975
|
return Ee({
|
|
4978
4976
|
width: e,
|
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.9.
|
|
4
|
+
"version": "2.9.7",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/user-select.js",
|
|
7
7
|
"types": "dist/index.d.ts",
|
|
@@ -18,15 +18,15 @@
|
|
|
18
18
|
"build": "tsc && vite build"
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@snmt-react-ui/async-select": "^1.10.
|
|
21
|
+
"@snmt-react-ui/async-select": "^1.10.7",
|
|
22
22
|
"@snmt-react-ui/core": "^2.6.0",
|
|
23
23
|
"@snmt-react-ui/loader": "^2.2.0",
|
|
24
|
-
"@snmt-react-ui/select": "^1.23.
|
|
24
|
+
"@snmt-react-ui/select": "^1.23.7"
|
|
25
25
|
},
|
|
26
26
|
"peerDependencies": {
|
|
27
27
|
"antd": "^5.22.3",
|
|
28
28
|
"i18next": "^23.11.1",
|
|
29
29
|
"react-i18next": "^14.1.0"
|
|
30
30
|
},
|
|
31
|
-
"gitHead": "
|
|
31
|
+
"gitHead": "d48e0f49c2fdaa4939bcc964cdccad6f9fd145f5"
|
|
32
32
|
}
|