@eclass/ui-kit 1.11.3 → 1.11.6

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.
@@ -19,4 +19,3 @@ export * from './Pen';
19
19
  export * from './PlusSign';
20
20
  export * from './TrashCan';
21
21
  export * from './TextBubble';
22
- export * from './VerticalLine';
@@ -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
  }));
@@ -26837,21 +26837,6 @@ function TextBubble(props) {
26837
26837
  }));
26838
26838
  }
26839
26839
  TextBubble.displayName = "TextBubble";
26840
- function VerticalLine(props) {
26841
- return /* @__PURE__ */ jsx(Base, __spreadProps(__spreadValues({}, props), {
26842
- w: "1px",
26843
- h: "15px",
26844
- viewBox: "0 0 1 15",
26845
- title: "verticalLine",
26846
- children: /* @__PURE__ */ jsx("rect", {
26847
- y: "-1",
26848
- width: "1",
26849
- height: "16",
26850
- fill: "#D8D8D8"
26851
- })
26852
- }));
26853
- }
26854
- VerticalLine.displayName = "VerticalLine";
26855
26840
  function TinyAlert({
26856
26841
  status,
26857
26842
  text,
@@ -26995,6 +26980,7 @@ function Btn({
26995
26980
  className: onlyIcon,
26996
26981
  disabled: disabled2,
26997
26982
  height: "auto",
26983
+ minHeight: size2 === "regular" ? "2.7rem" : "1.474rem",
26998
26984
  iconSpacing: vars("space-xs"),
26999
26985
  isActive: false,
27000
26986
  isLoading,
@@ -27122,7 +27108,6 @@ function BtnTertiary({
27122
27108
  type = "button",
27123
27109
  tabIndex,
27124
27110
  id: id2,
27125
- separation = false,
27126
27111
  onClick
27127
27112
  }) {
27128
27113
  var _a;
@@ -27163,10 +27148,7 @@ function BtnTertiary({
27163
27148
  const icon = (_a = btnIcons[iconStatus]) != null ? _a : btnIcons.multimedia;
27164
27149
  const rIcon = rightIcon ? icon : void 0;
27165
27150
  const lIcon = !rightIcon ? icon : void 0;
27166
- const verticalLine = separation ? /* @__PURE__ */ jsx(VerticalLine, {
27167
- m: "0 0 0 8px"
27168
- }) : void 0;
27169
- return /* @__PURE__ */ jsxs(Button, {
27151
+ return /* @__PURE__ */ jsx(Button, {
27170
27152
  id: id2,
27171
27153
  type,
27172
27154
  tabIndex,
@@ -27181,7 +27163,7 @@ function BtnTertiary({
27181
27163
  borderRadius: "12px",
27182
27164
  paddingTop: vars("space-xxs"),
27183
27165
  paddingBottom: vars("space-xxs"),
27184
- paddingLeft: !separation ? vars("space-xs") : "0",
27166
+ paddingLeft: vars("space-xs"),
27185
27167
  paddingRight: vars("space-xs"),
27186
27168
  color: gray,
27187
27169
  rightIcon: rIcon,
@@ -27207,7 +27189,7 @@ function BtnTertiary({
27207
27189
  }
27208
27190
  }
27209
27191
  },
27210
- children: [children, verticalLine]
27192
+ children
27211
27193
  });
27212
27194
  }
27213
27195
  BtnTertiary.displayName = "BtnTertiary";