@snmt-react-ui/city-select 1.4.1 → 1.4.2

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.
@@ -6638,7 +6638,7 @@ const dc = ({
6638
6638
  children: r,
6639
6639
  onClick: o,
6640
6640
  collapsed: i,
6641
- whiteSpace: s = "wrap"
6641
+ whiteSpace: s = "normal"
6642
6642
  }, a) => {
6643
6643
  const d = t === "h1" || t === "h2" || t === "h3" || t === "h4";
6644
6644
  let c = `snmt-typography snmt-typography-${t}`;
@@ -13258,7 +13258,7 @@ const Ws = ({ children: e, width: t, size: n = "small", onClose: r }) => {
13258
13258
  children: r,
13259
13259
  onClick: o,
13260
13260
  collapsed: i,
13261
- whiteSpace: s = "wrap"
13261
+ whiteSpace: s = "normal"
13262
13262
  }, a) => {
13263
13263
  const d = t === "h1" || t === "h2" || t === "h3" || t === "h4";
13264
13264
  let c = `snmt-typography snmt-typography-${t}`;
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.4.1",
4
+ "version": "1.4.2",
5
5
  "type": "module",
6
6
  "main": "dist/city-select.js",
7
7
  "types": "dist/index.d.ts",
@@ -19,7 +19,7 @@
19
19
  },
20
20
  "dependencies": {
21
21
  "@snmt-react-ui/core": "^1.5.0",
22
- "@snmt-react-ui/select": "^1.4.1",
22
+ "@snmt-react-ui/select": "^1.4.2",
23
23
  "i18next": "^23.11.5",
24
24
  "react-i18next": "^14.1.1",
25
25
  "uuid": "^10.0.0"
@@ -27,5 +27,5 @@
27
27
  "peerDependencies": {
28
28
  "antd": "^5.18.3"
29
29
  },
30
- "gitHead": "35aee5103c6c90d21d1802727acfb9cdfdab18b7"
30
+ "gitHead": "5b33180bf714425add018062f0a6298c18bcc385"
31
31
  }