@snmt-react-ui/async-select 1.9.2 → 1.9.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/async-select.js +3 -3
- package/package.json +3 -3
package/dist/async-select.js
CHANGED
|
@@ -5806,7 +5806,7 @@ const P3 = ({
|
|
|
5806
5806
|
medium: 28,
|
|
5807
5807
|
large: 48
|
|
5808
5808
|
}, f1 = ({ size: i = "medium", color: e = "#004ed7" }) => {
|
|
5809
|
-
const o =
|
|
5809
|
+
const o = $3[i], l = `no-repeat linear-gradient(${e}
|
|
5810
5810
|
calc(50% - 10px), #0000 0 calc(50% + 10px), ${e} 0)`, n = {
|
|
5811
5811
|
width: o,
|
|
5812
5812
|
background: `${l} 0% 100%, ${l} 50% 100%, ${l} 100% 100%`,
|
|
@@ -5955,7 +5955,7 @@ const P3 = ({
|
|
|
5955
5955
|
maxTagCount: "responsive",
|
|
5956
5956
|
maxTagPlaceholder: d1,
|
|
5957
5957
|
onPopupScroll: C1,
|
|
5958
|
-
prefix: y && /* @__PURE__ */ t(f1, { size:
|
|
5958
|
+
prefix: y && /* @__PURE__ */ t(f1, { size: "small" }),
|
|
5959
5959
|
suffixIcon: /* @__PURE__ */ t("div", { className: "wrapper-suffix-icon", children: l !== "filter" && /* @__PURE__ */ c(U, { children: [
|
|
5960
5960
|
E && !!E.length && (l || C) && /* @__PURE__ */ t(
|
|
5961
5961
|
"div",
|
|
@@ -6010,7 +6010,7 @@ const P3 = ({
|
|
|
6010
6010
|
] }),
|
|
6011
6011
|
dropdownRender: (d) => /* @__PURE__ */ c("div", { className: "dropdown-container", children: [
|
|
6012
6012
|
/* @__PURE__ */ t("div", { className: "dropdown-menu", children: Z ? Z(d) : d }),
|
|
6013
|
-
y && /* @__PURE__ */ t("div", { className: "loading-overlay", children: /* @__PURE__ */ t(f1, {
|
|
6013
|
+
y && /* @__PURE__ */ t("div", { className: "loading-overlay", children: /* @__PURE__ */ t(f1, {}) })
|
|
6014
6014
|
] })
|
|
6015
6015
|
}
|
|
6016
6016
|
),
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@snmt-react-ui/async-select",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "1.9.
|
|
4
|
+
"version": "1.9.3",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/async-select.js",
|
|
7
7
|
"types": "dist/index.d.ts",
|
|
@@ -18,10 +18,10 @@
|
|
|
18
18
|
"build": "tsc && vite build"
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@snmt-react-ui/select": "^1.
|
|
21
|
+
"@snmt-react-ui/select": "^1.20.0"
|
|
22
22
|
},
|
|
23
23
|
"peerDependencies": {
|
|
24
24
|
"antd": "^5.18.3"
|
|
25
25
|
},
|
|
26
|
-
"gitHead": "
|
|
26
|
+
"gitHead": "1a01a169053a07bad6ab32f44956ad73e10355de"
|
|
27
27
|
}
|