@snmt-react-ui/country-select 1.2.1 → 1.2.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.
- package/dist/country-select.js +2 -2
- package/package.json +3 -3
package/dist/country-select.js
CHANGED
@@ -6638,7 +6638,7 @@ const sc = ({
|
|
6638
6638
|
children: r,
|
6639
6639
|
onClick: o,
|
6640
6640
|
collapsed: i,
|
6641
|
-
whiteSpace: s = "
|
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 Ds = ({ children: e, width: t, size: n = "small", onClose: r }) => {
|
|
13258
13258
|
children: r,
|
13259
13259
|
onClick: o,
|
13260
13260
|
collapsed: i,
|
13261
|
-
whiteSpace: s = "
|
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/country-select",
|
3
3
|
"private": false,
|
4
|
-
"version": "1.2.
|
4
|
+
"version": "1.2.2",
|
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.4.
|
21
|
+
"@snmt-react-ui/city-select": "^1.4.2",
|
22
22
|
"@snmt-react-ui/core": "^1.5.0",
|
23
23
|
"@snmt-react-ui/flex": "^1.3.6",
|
24
24
|
"i18next": "^23.11.5",
|
@@ -27,5 +27,5 @@
|
|
27
27
|
"peerDependencies": {
|
28
28
|
"antd": "^5.18.3"
|
29
29
|
},
|
30
|
-
"gitHead": "
|
30
|
+
"gitHead": "5b33180bf714425add018062f0a6298c18bcc385"
|
31
31
|
}
|