@snmt-react-ui/country-select 1.4.4 → 1.4.5

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.
@@ -13226,8 +13226,8 @@ const fu = rt({
13226
13226
  axios: U.create()
13227
13227
  });
13228
13228
  fu.Provider;
13229
- const Ds = ({ children: e, width: t, size: n = "small", onClose: r }) => {
13230
- const o = n === "small" ? 10 : 12.5;
13229
+ const Ds = ({ children: e, width: t, size: n = "small", onClose: r, closable: o = !0 }) => {
13230
+ const i = n === "small" ? 10 : 12.5;
13231
13231
  return /* @__PURE__ */ h(
13232
13232
  Uo,
13233
13233
  {
@@ -13237,13 +13237,14 @@ const Ds = ({ children: e, width: t, size: n = "small", onClose: r }) => {
13237
13237
  {
13238
13238
  name: "errorSmall",
13239
13239
  color: ds.GREY_DARK_2,
13240
- width: o,
13241
- height: o,
13240
+ width: i,
13241
+ height: i,
13242
13242
  onClick: r
13243
13243
  }
13244
13244
  ),
13245
13245
  bordered: !1,
13246
13246
  style: { width: t ?? "fit-content" },
13247
+ closable: o,
13247
13248
  children: typeof e == "string" ? /* @__PURE__ */ h(B2, { variant: n === "small" ? "body4" : "body2", children: e }) : e
13248
13249
  }
13249
13250
  );
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.4.4",
4
+ "version": "1.4.5",
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": "^1.7.4",
21
+ "@snmt-react-ui/city-select": "^1.7.5",
22
22
  "@snmt-react-ui/core": "^1.6.0",
23
23
  "@snmt-react-ui/flex": "^1.4.0",
24
24
  "i18next": "^23.11.5",
@@ -27,5 +27,5 @@
27
27
  "peerDependencies": {
28
28
  "antd": "^5.18.3"
29
29
  },
30
- "gitHead": "4e28bb3761aff068d7e74654c048827fffcfddaf"
30
+ "gitHead": "8068cb319e7dd0e7cf04e492205916c8efd31f3e"
31
31
  }