@snmt-react-ui/country-select 1.1.13 → 1.1.14

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.
@@ -240362,7 +240362,7 @@ const T0t = ({
240362
240362
  ] }) }),
240363
240363
  removeIcon: /* @__PURE__ */ Xe(wI, { name: "errorSmall", color: wT.GREY_DARK_2 }),
240364
240364
  options: v,
240365
- optionRender: (me) => /* @__PURE__ */ Kr(PD, { justifyContent: "space-between", alignItems: "center", children: [
240365
+ optionRender: (me) => /* @__PURE__ */ Kr(PD, { justifyContent: "space-between", alignItems: "center", flex: "1", children: [
240366
240366
  /* @__PURE__ */ Kr(PD, { alignItems: "center", gap: 12, children: [
240367
240367
  c && /* @__PURE__ */ Xe(
240368
240368
  Tje,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@snmt-react-ui/country-select",
3
3
  "private": false,
4
- "version": "1.1.13",
4
+ "version": "1.1.14",
5
5
  "type": "module",
6
6
  "main": "dist/country-select.js",
7
7
  "types": "dist/index.d.ts",
@@ -18,11 +18,11 @@
18
18
  "build": "tsc && vite build"
19
19
  },
20
20
  "dependencies": {
21
- "@snmt-react-ui/city-select": "^1.2.0",
21
+ "@snmt-react-ui/city-select": "^1.2.1",
22
22
  "@snmt-react-ui/core": "^1.5.0",
23
23
  "@snmt-react-ui/flex": "^1.3.5",
24
24
  "i18next": "^23.11.5",
25
25
  "react-i18next": "^14.1.1"
26
26
  },
27
- "gitHead": "3a057df3dd5329fe9688f86802578ffd268cd0bc"
27
+ "gitHead": "656ea480b930b8181a023e26a23bacb7953f5911"
28
28
  }