@snmt-react-ui/country-select 2.8.6 → 2.8.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.
@@ -2519,7 +2519,6 @@ const j2 = ({
2519
2519
  return c5({ width: e, height: t, color: l, className: a, onClick: h });
2520
2520
  case "cancelCircle":
2521
2521
  return d5({ width: e, height: t, color: l, className: a, onClick: h });
2522
- case "infoMedium":
2523
2522
  case "visibilityIcon":
2524
2523
  return C5({
2525
2524
  width: e,
@@ -4972,7 +4971,6 @@ const te = ({
4972
4971
  return ve({ width: e, height: t, color: l, className: a, onClick: h });
4973
4972
  case "cancelCircle":
4974
4973
  return Ne({ width: e, height: t, color: l, className: a, onClick: h });
4975
- case "infoMedium":
4976
4974
  case "visibilityIcon":
4977
4975
  return Re({
4978
4976
  width: e,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@snmt-react-ui/country-select",
3
3
  "private": false,
4
- "version": "2.8.6",
4
+ "version": "2.8.7",
5
5
  "type": "module",
6
6
  "main": "dist/country-select.js",
7
7
  "types": "dist/index.d.ts",
@@ -18,7 +18,7 @@
18
18
  "build": "tsc && vite build"
19
19
  },
20
20
  "dependencies": {
21
- "@snmt-react-ui/city-select": "^2.8.6",
21
+ "@snmt-react-ui/city-select": "^2.8.7",
22
22
  "@snmt-react-ui/core": "^2.6.0",
23
23
  "@snmt-react-ui/flex": "^1.7.2",
24
24
  "i18next": "^23.11.5",
@@ -27,5 +27,5 @@
27
27
  "peerDependencies": {
28
28
  "antd": "^5.18.3"
29
29
  },
30
- "gitHead": "d14711905443e234eb6aa0f708d7ec254b399c1c"
30
+ "gitHead": "d48e0f49c2fdaa4939bcc964cdccad6f9fd145f5"
31
31
  }