@fileverse/ui 4.1.7-patch-22 → 4.1.7-patch-24
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/index.es.js +142 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -4916,7 +4916,148 @@ const xje = Pt(
|
|
|
4916
4916
|
/* @__PURE__ */ d.jsx("defs", { children: /* @__PURE__ */ d.jsx("clipPath", { id: "clip0_3475_901193", children: /* @__PURE__ */ d.jsx("rect", { width: "24", height: "24", fill: "white" }) }) })
|
|
4917
4917
|
]
|
|
4918
4918
|
}
|
|
4919
|
-
)
|
|
4919
|
+
),
|
|
4920
|
+
SquareGradient: ({
|
|
4921
|
+
height: e,
|
|
4922
|
+
width: t,
|
|
4923
|
+
size: n = 20,
|
|
4924
|
+
color: a = "currentColor",
|
|
4925
|
+
className: o,
|
|
4926
|
+
style: r,
|
|
4927
|
+
...s
|
|
4928
|
+
}) => {
|
|
4929
|
+
const c = t || n, f = e || n;
|
|
4930
|
+
return /* @__PURE__ */ d.jsxs(
|
|
4931
|
+
"svg",
|
|
4932
|
+
{
|
|
4933
|
+
width: c,
|
|
4934
|
+
height: f,
|
|
4935
|
+
viewBox: "0 0 21 20",
|
|
4936
|
+
fill: "none",
|
|
4937
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4938
|
+
className: o,
|
|
4939
|
+
style: r,
|
|
4940
|
+
...s,
|
|
4941
|
+
children: [
|
|
4942
|
+
/* @__PURE__ */ d.jsx(
|
|
4943
|
+
"path",
|
|
4944
|
+
{
|
|
4945
|
+
fillRule: "evenodd",
|
|
4946
|
+
clipRule: "evenodd",
|
|
4947
|
+
d: "M4.73608 3.5186C4.33834 3.5186 4.01591 3.84103 4.01591 4.23876V15.7614C4.01591 16.1591 4.33834 16.4816 4.73608 16.4816H16.2587C16.6564 16.4816 16.9789 16.1591 16.9789 15.7614V4.23876C16.9789 3.84103 16.6564 3.5186 16.2587 3.5186H4.73608ZM2.16406 4.23876C2.16406 2.81828 3.31559 1.66675 4.73608 1.66675H16.2587C17.6792 1.66675 18.8307 2.81828 18.8307 4.23876V15.7614C18.8307 17.1819 17.6792 18.3334 16.2587 18.3334H4.73608C3.31559 18.3334 2.16406 17.1819 2.16406 15.7614V4.23876Z",
|
|
4948
|
+
fill: a,
|
|
4949
|
+
stroke: "transparent"
|
|
4950
|
+
}
|
|
4951
|
+
),
|
|
4952
|
+
/* @__PURE__ */ d.jsx(
|
|
4953
|
+
"rect",
|
|
4954
|
+
{
|
|
4955
|
+
opacity: "0.8",
|
|
4956
|
+
x: "5.5",
|
|
4957
|
+
y: "5",
|
|
4958
|
+
width: "10",
|
|
4959
|
+
height: "10",
|
|
4960
|
+
rx: "0.5",
|
|
4961
|
+
fill: "url(#paint0_linear_gradient)"
|
|
4962
|
+
}
|
|
4963
|
+
),
|
|
4964
|
+
/* @__PURE__ */ d.jsx("defs", { children: /* @__PURE__ */ d.jsxs(
|
|
4965
|
+
"linearGradient",
|
|
4966
|
+
{
|
|
4967
|
+
id: "paint0_linear_gradient",
|
|
4968
|
+
x1: "10.5",
|
|
4969
|
+
y1: "5",
|
|
4970
|
+
x2: "10.5",
|
|
4971
|
+
y2: "15",
|
|
4972
|
+
gradientUnits: "userSpaceOnUse",
|
|
4973
|
+
children: [
|
|
4974
|
+
/* @__PURE__ */ d.jsx("stop", { stopColor: a, stopOpacity: "0" }),
|
|
4975
|
+
/* @__PURE__ */ d.jsx("stop", { offset: "1", stopColor: a })
|
|
4976
|
+
]
|
|
4977
|
+
}
|
|
4978
|
+
) })
|
|
4979
|
+
]
|
|
4980
|
+
}
|
|
4981
|
+
);
|
|
4982
|
+
},
|
|
4983
|
+
SquareOff: ({
|
|
4984
|
+
height: e,
|
|
4985
|
+
width: t,
|
|
4986
|
+
size: n = 20,
|
|
4987
|
+
color: a = "currentColor",
|
|
4988
|
+
className: o,
|
|
4989
|
+
style: r,
|
|
4990
|
+
...s
|
|
4991
|
+
}) => {
|
|
4992
|
+
const c = t || n, f = e || n;
|
|
4993
|
+
return /* @__PURE__ */ d.jsxs(
|
|
4994
|
+
"svg",
|
|
4995
|
+
{
|
|
4996
|
+
width: c,
|
|
4997
|
+
height: f,
|
|
4998
|
+
viewBox: "0 0 21 20",
|
|
4999
|
+
fill: "none",
|
|
5000
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5001
|
+
className: o,
|
|
5002
|
+
style: r,
|
|
5003
|
+
...s,
|
|
5004
|
+
children: [
|
|
5005
|
+
/* @__PURE__ */ d.jsx(
|
|
5006
|
+
"path",
|
|
5007
|
+
{
|
|
5008
|
+
fillRule: "evenodd",
|
|
5009
|
+
clipRule: "evenodd",
|
|
5010
|
+
d: "M2.75853 1.07733C2.43309 0.751893 1.90545 0.751893 1.58002 1.07733C1.25458 1.40277 1.25458 1.9304 1.58002 2.25584L18.2467 18.9225C18.5721 19.2479 19.0998 19.2479 19.4252 18.9225C19.7506 18.5971 19.7506 18.0694 19.4252 17.744L18.5896 16.9084C18.7487 16.577 18.8344 16.2114 18.8359 15.8368L18.8359 15.8333V4.16658C18.8359 3.50354 18.5725 2.86766 18.1037 2.39882C17.6349 1.92998 16.999 1.66659 16.3359 1.66659H4.66928L4.65741 1.66667C4.28708 1.67194 3.92634 1.75928 3.59947 1.91827L2.75853 1.07733ZM5.01445 3.33325L17.1693 15.4881V4.16658C17.1693 3.94557 17.0815 3.73361 16.9252 3.57733C16.7689 3.42105 16.557 3.33325 16.3359 3.33325H5.01445Z",
|
|
5011
|
+
fill: a
|
|
5012
|
+
}
|
|
5013
|
+
),
|
|
5014
|
+
/* @__PURE__ */ d.jsx(
|
|
5015
|
+
"path",
|
|
5016
|
+
{
|
|
5017
|
+
d: "M3.0026 6.41654C3.46284 6.41654 3.83594 6.78964 3.83594 7.24988V15.8332C3.83594 16.0542 3.92373 16.2662 4.08001 16.4225C4.2363 16.5787 4.44826 16.6665 4.66927 16.6665H13.2526C13.7128 16.6665 14.0859 17.0396 14.0859 17.4999C14.0859 17.9601 13.7128 18.3332 13.2526 18.3332H4.66927C4.00623 18.3332 3.37034 18.0698 2.9015 17.601C2.43266 17.1321 2.16927 16.4963 2.16927 15.8332V7.24988C2.16927 6.78964 2.54237 6.41654 3.0026 6.41654Z",
|
|
5018
|
+
fill: a
|
|
5019
|
+
}
|
|
5020
|
+
)
|
|
5021
|
+
]
|
|
5022
|
+
}
|
|
5023
|
+
);
|
|
5024
|
+
},
|
|
5025
|
+
SquareSolid: ({
|
|
5026
|
+
height: e,
|
|
5027
|
+
width: t,
|
|
5028
|
+
size: n = 20,
|
|
5029
|
+
color: a = "currentColor",
|
|
5030
|
+
className: o,
|
|
5031
|
+
style: r,
|
|
5032
|
+
...s
|
|
5033
|
+
}) => {
|
|
5034
|
+
const c = t || n, f = e || n;
|
|
5035
|
+
return /* @__PURE__ */ d.jsxs(
|
|
5036
|
+
"svg",
|
|
5037
|
+
{
|
|
5038
|
+
width: c,
|
|
5039
|
+
height: f,
|
|
5040
|
+
viewBox: "0 0 21 20",
|
|
5041
|
+
fill: "none",
|
|
5042
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5043
|
+
className: o,
|
|
5044
|
+
style: r,
|
|
5045
|
+
...s,
|
|
5046
|
+
children: [
|
|
5047
|
+
/* @__PURE__ */ d.jsx(
|
|
5048
|
+
"path",
|
|
5049
|
+
{
|
|
5050
|
+
fillRule: "evenodd",
|
|
5051
|
+
clipRule: "evenodd",
|
|
5052
|
+
d: "M4.73608 3.5186C4.33834 3.5186 4.01591 3.84103 4.01591 4.23876V15.7614C4.01591 16.1591 4.33834 16.4816 4.73608 16.4816H16.2587C16.6564 16.4816 16.9789 16.1591 16.9789 15.7614V4.23876C16.9789 3.84103 16.6564 3.5186 16.2587 3.5186H4.73608ZM2.16406 4.23876C2.16406 2.81828 3.31559 1.66675 4.73608 1.66675H16.2587C17.6792 1.66675 18.8307 2.81828 18.8307 4.23876V15.7614C18.8307 17.1819 17.6792 18.3334 16.2587 18.3334H4.73608C3.31559 18.3334 2.16406 17.1819 2.16406 15.7614V4.23876Z",
|
|
5053
|
+
fill: a
|
|
5054
|
+
}
|
|
5055
|
+
),
|
|
5056
|
+
/* @__PURE__ */ d.jsx("rect", { x: "5.5", y: "5", width: "10", height: "10", rx: "0.5", fill: a })
|
|
5057
|
+
]
|
|
5058
|
+
}
|
|
5059
|
+
);
|
|
5060
|
+
}
|
|
4920
5061
|
};
|
|
4921
5062
|
/**
|
|
4922
5063
|
* @license lucide-react v0.475.0 - ISC
|