@eclass/ui-kit 1.11.4 → 1.11.7
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/eclass-ui-kit.es.js
CHANGED
|
@@ -26542,12 +26542,12 @@ function Download(props) {
|
|
|
26542
26542
|
Download.displayName = "Download";
|
|
26543
26543
|
function GoBack(props) {
|
|
26544
26544
|
return /* @__PURE__ */ jsx(Base, __spreadProps(__spreadValues({}, props), {
|
|
26545
|
-
w: "
|
|
26545
|
+
w: "8px",
|
|
26546
26546
|
h: "16px",
|
|
26547
|
-
viewBox: "0 0
|
|
26547
|
+
viewBox: "0 0 8 16",
|
|
26548
26548
|
title: "goBack",
|
|
26549
26549
|
children: /* @__PURE__ */ jsx("path", {
|
|
26550
|
-
d: "
|
|
26550
|
+
d: "M5.92593 2L0 8L5.92593 14L8 11.9L4.14815 8L8 4.1L5.92593 2Z",
|
|
26551
26551
|
fill: "currentColor"
|
|
26552
26552
|
})
|
|
26553
26553
|
}));
|
|
@@ -26764,14 +26764,14 @@ function TinyAlertSuccess(props) {
|
|
|
26764
26764
|
TinyAlertSuccess.displayName = "TinyAlertSuccess";
|
|
26765
26765
|
function Password(props) {
|
|
26766
26766
|
return /* @__PURE__ */ jsx(Base, __spreadProps(__spreadValues({}, props), {
|
|
26767
|
-
w: "
|
|
26767
|
+
w: "14px",
|
|
26768
26768
|
h: "16px",
|
|
26769
|
-
viewBox: "0 0
|
|
26769
|
+
viewBox: "0 0 14 16",
|
|
26770
26770
|
title: "password",
|
|
26771
26771
|
children: /* @__PURE__ */ jsx("path", {
|
|
26772
26772
|
fillRule: "evenodd",
|
|
26773
26773
|
clipRule: "evenodd",
|
|
26774
|
-
d: "
|
|
26774
|
+
d: "M7 0C4.95714 0 3.28571 1.67143 3.28571 3.71429V4.64286H1.42857C0.871429 4.64286 0.5 5.01429 0.5 5.57143V13.9286C0.5 14.4857 0.871429 14.8571 1.42857 14.8571H12.5714C13.1286 14.8571 13.5 14.4857 13.5 13.9286V5.57143C13.5 5.01429 13.1286 4.64286 12.5714 4.64286H10.7143V3.71429C10.7143 1.67143 9.04286 0 7 0ZM7.92857 10.8643V12.0714H6.07143V10.8643C5.51429 10.5857 5.14286 9.93571 5.14286 9.28571C5.14286 8.26429 5.97857 7.42857 7 7.42857C8.02143 7.42857 8.85714 8.26429 8.85714 9.28571C8.85714 9.93571 8.48571 10.5857 7.92857 10.8643ZM5.14286 3.71429V4.64286H8.85714V3.71429C8.85714 2.69286 8.02143 1.85714 7 1.85714C5.97857 1.85714 5.14286 2.69286 5.14286 3.71429Z",
|
|
26775
26775
|
fill: "currentColor"
|
|
26776
26776
|
})
|
|
26777
26777
|
}));
|
|
@@ -26980,6 +26980,8 @@ function Btn({
|
|
|
26980
26980
|
className: onlyIcon,
|
|
26981
26981
|
disabled: disabled2,
|
|
26982
26982
|
height: "auto",
|
|
26983
|
+
lineHeight: "initial",
|
|
26984
|
+
minHeight: size2 === "regular" ? "2.7rem" : "1.474rem",
|
|
26983
26985
|
iconSpacing: vars("space-xs"),
|
|
26984
26986
|
isActive: false,
|
|
26985
26987
|
isLoading,
|