@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.
@@ -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: "16px",
26545
+ w: "8px",
26546
26546
  h: "16px",
26547
- viewBox: "0 0 16 16",
26547
+ viewBox: "0 0 8 16",
26548
26548
  title: "goBack",
26549
26549
  children: /* @__PURE__ */ jsx("path", {
26550
- d: "M9.92593 2L4 8L9.92593 14L12 11.9L8.14815 8L12 4.1L9.92593 2Z",
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: "16px",
26767
+ w: "14px",
26768
26768
  h: "16px",
26769
- viewBox: "0 0 16 16",
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: "M8 1C5.95714 1 4.28571 2.67143 4.28571 4.71429V5.64286H2.42857C1.87143 5.64286 1.5 6.01429 1.5 6.57143V14.9286C1.5 15.4857 1.87143 15.8571 2.42857 15.8571H13.5714C14.1286 15.8571 14.5 15.4857 14.5 14.9286V6.57143C14.5 6.01429 14.1286 5.64286 13.5714 5.64286H11.7143V4.71429C11.7143 2.67143 10.0429 1 8 1ZM8.92857 11.8643V13.0714H7.07143V11.8643C6.51429 11.5857 6.14286 10.9357 6.14286 10.2857C6.14286 9.26429 6.97857 8.42857 8 8.42857C9.02143 8.42857 9.85714 9.26429 9.85714 10.2857C9.85714 10.9357 9.48571 11.5857 8.92857 11.8643ZM6.14286 4.71429V5.64286H9.85714V4.71429C9.85714 3.69286 9.02143 2.85714 8 2.85714C6.97857 2.85714 6.14286 3.69286 6.14286 4.71429Z",
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,