@snmt-react-ui/country-select 2.9.8 → 2.9.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.
@@ -2790,7 +2790,7 @@ const W2 = (l, e) => {
2790
2790
  return r7({ width: e, height: t, color: a, className: r, onClick: o });
2791
2791
  case "exit":
2792
2792
  return a7({ width: e, height: t, color: a, className: r, onClick: o });
2793
- case "openPointCircle":
2793
+ case "status":
2794
2794
  return C7({ width: e, height: t, color: a, className: r, onClick: o });
2795
2795
  case "community":
2796
2796
  return h7({ width: e, height: t, color: a, className: r, onClick: o });
@@ -5289,7 +5289,7 @@ const W2 = (l, e) => {
5289
5289
  return v9({ width: e, height: t, color: a, className: r, onClick: o });
5290
5290
  case "exit":
5291
5291
  return k9({ width: e, height: t, color: a, className: r, onClick: o });
5292
- case "openPointCircle":
5292
+ case "status":
5293
5293
  return N9({ width: e, height: t, color: a, className: r, onClick: o });
5294
5294
  case "community":
5295
5295
  return M9({ width: e, height: t, color: a, className: r, onClick: o });
@@ -7900,7 +7900,7 @@ const W2 = (l, e) => {
7900
7900
  return Y0({ width: e, height: t, color: a, className: r, onClick: o });
7901
7901
  case "exit":
7902
7902
  return S0({ width: e, height: t, color: a, className: r, onClick: o });
7903
- case "openPointCircle":
7903
+ case "status":
7904
7904
  return O0({ width: e, height: t, color: a, className: r, onClick: o });
7905
7905
  case "community":
7906
7906
  return I0({ width: e, height: t, color: a, className: r, onClick: o });
@@ -10508,7 +10508,7 @@ const F0 = ({
10508
10508
  return X4({ width: e, height: t, color: a, className: r, onClick: o });
10509
10509
  case "exit":
10510
10510
  return q4({ width: e, height: t, color: a, className: r, onClick: o });
10511
- case "openPointCircle":
10511
+ case "status":
10512
10512
  return e6({ width: e, height: t, color: a, className: r, onClick: o });
10513
10513
  case "community":
10514
10514
  return t6({ width: e, height: t, color: a, className: r, onClick: o });
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.9.8",
4
+ "version": "2.9.9",
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/select": "^1.29.1"
21
+ "@snmt-react-ui/select": "^1.29.2"
22
22
  },
23
23
  "peerDependencies": {
24
24
  "@snmt-react-ui/core": "^2.8.1",
@@ -27,5 +27,5 @@
27
27
  "react": ">=18.2.0",
28
28
  "react-i18next": "^14.0.5"
29
29
  },
30
- "gitHead": "669e1c61901fc115e2a04e565690d40443225708"
30
+ "gitHead": "7cbc75f0345bdf10cd68b6032d45140f309ac94d"
31
31
  }