@snmt-react-ui/user-select 2.8.2 → 2.8.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/user-select.js +4 -4
- package/package.json +5 -5
package/dist/user-select.js
CHANGED
|
@@ -5810,7 +5810,7 @@ const D5 = ({
|
|
|
5810
5810
|
medium: 28,
|
|
5811
5811
|
large: 48
|
|
5812
5812
|
}, K1 = ({ size: i = "medium", color: e = "#004ed7" }) => {
|
|
5813
|
-
const t =
|
|
5813
|
+
const t = B5[i], s = `no-repeat linear-gradient(${e}
|
|
5814
5814
|
calc(50% - 10px), #0000 0 calc(50% + 10px), ${e} 0)`, n = {
|
|
5815
5815
|
width: t,
|
|
5816
5816
|
background: `${s} 0% 100%, ${s} 50% 100%, ${s} 100% 100%`,
|
|
@@ -5959,7 +5959,7 @@ const D5 = ({
|
|
|
5959
5959
|
maxTagCount: "responsive",
|
|
5960
5960
|
maxTagPlaceholder: N1,
|
|
5961
5961
|
onPopupScroll: v1,
|
|
5962
|
-
prefix: S && /* @__PURE__ */ r(K1, { size:
|
|
5962
|
+
prefix: S && /* @__PURE__ */ r(K1, { size: "small" }),
|
|
5963
5963
|
suffixIcon: /* @__PURE__ */ r("div", { className: "wrapper-suffix-icon", children: s !== "filter" && /* @__PURE__ */ C(i1, { children: [
|
|
5964
5964
|
I && !!I.length && (s || d) && /* @__PURE__ */ r(
|
|
5965
5965
|
"div",
|
|
@@ -6014,7 +6014,7 @@ const D5 = ({
|
|
|
6014
6014
|
] }),
|
|
6015
6015
|
dropdownRender: (L) => /* @__PURE__ */ C("div", { className: "dropdown-container", children: [
|
|
6016
6016
|
/* @__PURE__ */ r("div", { className: "dropdown-menu", children: _ ? _(L) : L }),
|
|
6017
|
-
S && /* @__PURE__ */ r("div", { className: "loading-overlay", children: /* @__PURE__ */ r(K1, {
|
|
6017
|
+
S && /* @__PURE__ */ r("div", { className: "loading-overlay", children: /* @__PURE__ */ r(K1, {}) })
|
|
6018
6018
|
] })
|
|
6019
6019
|
}
|
|
6020
6020
|
),
|
|
@@ -6233,7 +6233,7 @@ const W5 = {
|
|
|
6233
6233
|
medium: 28,
|
|
6234
6234
|
large: 48
|
|
6235
6235
|
}, G5 = ({ size: i = "medium", color: e = "#004ed7" }) => {
|
|
6236
|
-
const t =
|
|
6236
|
+
const t = W5[i], s = `no-repeat linear-gradient(${e}
|
|
6237
6237
|
calc(50% - 10px), #0000 0 calc(50% + 10px), ${e} 0)`, n = {
|
|
6238
6238
|
width: t,
|
|
6239
6239
|
background: `${s} 0% 100%, ${s} 50% 100%, ${s} 100% 100%`,
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@snmt-react-ui/user-select",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "2.8.
|
|
4
|
+
"version": "2.8.3",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/user-select.js",
|
|
7
7
|
"types": "dist/index.d.ts",
|
|
@@ -18,15 +18,15 @@
|
|
|
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
|
-
"@snmt-react-ui/loader": "^2.
|
|
24
|
-
"@snmt-react-ui/select": "^1.
|
|
23
|
+
"@snmt-react-ui/loader": "^2.1.0",
|
|
24
|
+
"@snmt-react-ui/select": "^1.20.0"
|
|
25
25
|
},
|
|
26
26
|
"peerDependencies": {
|
|
27
27
|
"antd": "^5.22.3",
|
|
28
28
|
"i18next": "^23.11.1",
|
|
29
29
|
"react-i18next": "^14.1.0"
|
|
30
30
|
},
|
|
31
|
-
"gitHead": "
|
|
31
|
+
"gitHead": "1a01a169053a07bad6ab32f44956ad73e10355de"
|
|
32
32
|
}
|