@snmt-react-ui/city-select 1.1.7 → 1.1.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.
@@ -242038,11 +242038,15 @@ const Abt = o4(
242038
242038
  return tc(() => {
242039
242039
  _();
242040
242040
  }, [l]), tc(() => {
242041
+ i("");
242041
242042
  let T;
242042
242043
  l && (l == null ? void 0 : l.length) > 0 ? (T = k.map((D) => ({
242043
242044
  label: D.name,
242044
242045
  value: D.name
242045
- })), m(T)) : l === "null" || l === "" ? i("") : (T = k.map((D) => ({
242046
+ })), m(T)) : l === "null" || l === "" ? (i(""), T = k.map((D) => ({
242047
+ label: D.name,
242048
+ value: `${D.name}-${D.countryId}`
242049
+ })), m(T)) : (T = k.map((D) => ({
242046
242050
  label: D.name,
242047
242051
  value: `${D.name}-${D.countryId}`
242048
242052
  })), m(T)), x.current = l, c && i(c);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@snmt-react-ui/city-select",
3
3
  "private": false,
4
- "version": "1.1.7",
4
+ "version": "1.1.9",
5
5
  "type": "module",
6
6
  "main": "dist/city-select.js",
7
7
  "types": "dist/index.d.ts",
@@ -19,9 +19,9 @@
19
19
  },
20
20
  "dependencies": {
21
21
  "@snmt-react-ui/core": "^1.5.0",
22
- "@snmt-react-ui/select": "^1.3.29",
22
+ "@snmt-react-ui/select": "^1.3.30",
23
23
  "i18next": "^23.11.5",
24
24
  "react-i18next": "^14.1.1"
25
25
  },
26
- "gitHead": "90a0de7f54e16d0ddc706282b971503d89e9ce7b"
26
+ "gitHead": "b16471abda86fbd90d7493e6dd45b74d82bbf583"
27
27
  }