@snmt-react-ui/city-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 J2 = (s, e) => {
2790
2790
  return d7({ width: e, height: t, color: a, className: r, onClick: l });
2791
2791
  case "exit":
2792
2792
  return c7({ width: e, height: t, color: a, className: r, onClick: l });
2793
- case "openPointCircle":
2793
+ case "status":
2794
2794
  return g7({ width: e, height: t, color: a, className: r, onClick: l });
2795
2795
  case "community":
2796
2796
  return w7({ width: e, height: t, color: a, className: r, onClick: l });
@@ -5289,7 +5289,7 @@ const J2 = (s, e) => {
5289
5289
  return V9({ width: e, height: t, color: a, className: r, onClick: l });
5290
5290
  case "exit":
5291
5291
  return x9({ width: e, height: t, color: a, className: r, onClick: l });
5292
- case "openPointCircle":
5292
+ case "status":
5293
5293
  return Z9({ width: e, height: t, color: a, className: r, onClick: l });
5294
5294
  case "community":
5295
5295
  return R9({ width: e, height: t, color: a, className: r, onClick: l });
@@ -7900,7 +7900,7 @@ const J2 = (s, e) => {
7900
7900
  return $0({ width: e, height: t, color: a, className: r, onClick: l });
7901
7901
  case "exit":
7902
7902
  return j0({ width: e, height: t, color: a, className: r, onClick: l });
7903
- case "openPointCircle":
7903
+ case "status":
7904
7904
  return T0({ width: e, height: t, color: a, className: r, onClick: l });
7905
7905
  case "community":
7906
7906
  return P0({ width: e, height: t, color: a, className: r, onClick: l });
@@ -10508,7 +10508,7 @@ const q0 = ({
10508
10508
  return s6({ width: e, height: t, color: a, className: r, onClick: l });
10509
10509
  case "exit":
10510
10510
  return i6({ width: e, height: t, color: a, className: r, onClick: l });
10511
- case "openPointCircle":
10511
+ case "status":
10512
10512
  return n6({ width: e, height: t, color: a, className: r, onClick: l });
10513
10513
  case "community":
10514
10514
  return o6({ width: e, height: t, color: a, className: r, onClick: l });
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@snmt-react-ui/city-select",
3
3
  "private": false,
4
- "version": "2.9.8",
4
+ "version": "2.9.9",
5
5
  "type": "module",
6
6
  "main": "dist/city-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/async-select": "^1.13.8"
21
+ "@snmt-react-ui/async-select": "^1.13.9"
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
  }