@snmt-react-ui/city-select 2.7.2 → 2.7.3
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 +3 -3
- package/package.json +3 -3
package/dist/city-select.js
CHANGED
|
@@ -5810,7 +5810,7 @@ const T5 = ({
|
|
|
5810
5810
|
medium: 28,
|
|
5811
5811
|
large: 48
|
|
5812
5812
|
}, G1 = ({ size: i = "medium", color: e = "#004ed7" }) => {
|
|
5813
|
-
const t =
|
|
5813
|
+
const t = Z5[i], n = `no-repeat linear-gradient(${e}
|
|
5814
5814
|
calc(50% - 10px), #0000 0 calc(50% + 10px), ${e} 0)`, s = {
|
|
5815
5815
|
width: t,
|
|
5816
5816
|
background: `${n} 0% 100%, ${n} 50% 100%, ${n} 100% 100%`,
|
|
@@ -5959,7 +5959,7 @@ const T5 = ({
|
|
|
5959
5959
|
maxTagCount: "responsive",
|
|
5960
5960
|
maxTagPlaceholder: N1,
|
|
5961
5961
|
onPopupScroll: v1,
|
|
5962
|
-
prefix: H && /* @__PURE__ */ r(G1, { size:
|
|
5962
|
+
prefix: H && /* @__PURE__ */ r(G1, { size: "small" }),
|
|
5963
5963
|
suffixIcon: /* @__PURE__ */ r("div", { className: "wrapper-suffix-icon", children: n !== "filter" && /* @__PURE__ */ C(i1, { children: [
|
|
5964
5964
|
O && !!O.length && (n || d) && /* @__PURE__ */ r(
|
|
5965
5965
|
"div",
|
|
@@ -6014,7 +6014,7 @@ const T5 = ({
|
|
|
6014
6014
|
] }),
|
|
6015
6015
|
dropdownRender: (N) => /* @__PURE__ */ C("div", { className: "dropdown-container", children: [
|
|
6016
6016
|
/* @__PURE__ */ r("div", { className: "dropdown-menu", children: b ? b(N) : N }),
|
|
6017
|
-
H && /* @__PURE__ */ r("div", { className: "loading-overlay", children: /* @__PURE__ */ r(G1, {
|
|
6017
|
+
H && /* @__PURE__ */ r("div", { className: "loading-overlay", children: /* @__PURE__ */ r(G1, {}) })
|
|
6018
6018
|
] })
|
|
6019
6019
|
}
|
|
6020
6020
|
),
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@snmt-react-ui/city-select",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "2.7.
|
|
4
|
+
"version": "2.7.3",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/city-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/async-select": "^1.9.
|
|
21
|
+
"@snmt-react-ui/async-select": "^1.9.3",
|
|
22
22
|
"@snmt-react-ui/core": "^2.4.0",
|
|
23
23
|
"i18next": "^23.11.5",
|
|
24
24
|
"react-i18next": "^14.1.1",
|
|
@@ -27,5 +27,5 @@
|
|
|
27
27
|
"peerDependencies": {
|
|
28
28
|
"antd": "^5.22.0"
|
|
29
29
|
},
|
|
30
|
-
"gitHead": "
|
|
30
|
+
"gitHead": "1a01a169053a07bad6ab32f44956ad73e10355de"
|
|
31
31
|
}
|