@snmt-react-ui/async-select 1.10.6 → 1.10.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.
@@ -2515,7 +2515,6 @@ const s2 = ({
2515
2515
  return x2({ width: l, height: e, color: C, className: r, onClick: s });
2516
2516
  case "cancelCircle":
2517
2517
  return V2({ width: l, height: e, color: C, className: r, onClick: s });
2518
- case "infoMedium":
2519
2518
  case "visibilityIcon":
2520
2519
  return Z2({
2521
2520
  width: l,
@@ -4968,7 +4967,6 @@ const u5 = ({
4968
4967
  return K5({ width: l, height: e, color: C, className: r, onClick: s });
4969
4968
  case "cancelCircle":
4970
4969
  return Y5({ width: l, height: e, color: C, className: r, onClick: s });
4971
- case "infoMedium":
4972
4970
  case "visibilityIcon":
4973
4971
  return b5({
4974
4972
  width: l,
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.10.6",
4
+ "version": "1.10.7",
5
5
  "type": "module",
6
6
  "main": "dist/async-select.js",
7
7
  "types": "dist/index.d.ts",
@@ -18,10 +18,10 @@
18
18
  "build": "tsc && vite build"
19
19
  },
20
20
  "dependencies": {
21
- "@snmt-react-ui/select": "^1.23.6"
21
+ "@snmt-react-ui/select": "^1.23.7"
22
22
  },
23
23
  "peerDependencies": {
24
24
  "antd": "^5.18.3"
25
25
  },
26
- "gitHead": "d14711905443e234eb6aa0f708d7ec254b399c1c"
26
+ "gitHead": "d48e0f49c2fdaa4939bcc964cdccad6f9fd145f5"
27
27
  }