@snmt-react-ui/country-select 2.6.19 → 2.6.20

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.
@@ -2894,7 +2894,7 @@ const $e = ({
2894
2894
  i && i !== "inherit" && (p += ` snmt-typography-align-${i}`), r && (p += " collapsed"), a && (p += " collapsed");
2895
2895
  const w = {
2896
2896
  className: p,
2897
- style: { color: t, whiteSpace: a ? "nowrap" : c },
2897
+ style: { color: t, whiteSpace: a ? "nowrap" : c, display: a ? "block" : "" },
2898
2898
  onClick: s,
2899
2899
  ref: d
2900
2900
  }, L = u ? /* @__PURE__ */ o(o2, { level: a2[e], ...w, children: n }) : /* @__PURE__ */ o(r2, { ...w, children: n });
@@ -5615,7 +5615,7 @@ const ne = ({
5615
5615
  i && i !== "inherit" && (p += ` snmt-typography-align-${i}`), r && (p += " collapsed"), a && (p += " collapsed");
5616
5616
  const w = {
5617
5617
  className: p,
5618
- style: { color: t, whiteSpace: a ? "nowrap" : c },
5618
+ style: { color: t, whiteSpace: a ? "nowrap" : c, display: a ? "block" : "" },
5619
5619
  onClick: s,
5620
5620
  ref: d
5621
5621
  }, L = u ? /* @__PURE__ */ o(Mi, { level: yi[e], ...w, children: n }) : /* @__PURE__ */ o(bi, { ...w, children: n });
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.6.19",
4
+ "version": "2.6.20",
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.6.19",
21
+ "@snmt-react-ui/city-select": "^2.6.20",
22
22
  "@snmt-react-ui/core": "^2.3.0",
23
23
  "@snmt-react-ui/flex": "^1.5.3",
24
24
  "i18next": "^23.11.5",
@@ -27,5 +27,5 @@
27
27
  "peerDependencies": {
28
28
  "antd": "^5.18.3"
29
29
  },
30
- "gitHead": "df773045b2a21acc1d6f18618eaf2a62a0a5f286"
30
+ "gitHead": "e0f7c1491491057af408503bb40f4a7504f67ab9"
31
31
  }