@snmt-react-ui/city-select 1.2.0 → 1.2.1
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/city-select.js +1 -1
- package/package.json +3 -3
package/dist/city-select.js
CHANGED
@@ -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/city-select",
|
3
3
|
"private": false,
|
4
|
-
"version": "1.2.
|
4
|
+
"version": "1.2.1",
|
5
5
|
"type": "module",
|
6
6
|
"main": "dist/city-select.js",
|
7
7
|
"types": "dist/index.d.ts",
|
@@ -19,9 +19,9 @@
|
|
19
19
|
},
|
20
20
|
"dependencies": {
|
21
21
|
"@snmt-react-ui/core": "^1.5.0",
|
22
|
-
"@snmt-react-ui/select": "^1.3.
|
22
|
+
"@snmt-react-ui/select": "^1.3.33",
|
23
23
|
"i18next": "^23.11.5",
|
24
24
|
"react-i18next": "^14.1.1"
|
25
25
|
},
|
26
|
-
"gitHead": "
|
26
|
+
"gitHead": "656ea480b930b8181a023e26a23bacb7953f5911"
|
27
27
|
}
|