@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.
- package/dist/atoms/Icons/index.d.ts +0 -1
- package/dist/eclass-ui-kit.es.js +10 -28
- package/dist/eclass-ui-kit.es.js.map +1 -1
- package/dist/eclass-ui-kit.umd.js +20 -20
- package/dist/eclass-ui-kit.umd.js.map +1 -1
- package/dist/molecules/Buttons/BtnTertiary.d.ts +1 -2
- package/dist/tsconfig.types.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/dist/atoms/Icons/VerticalLine.d.ts +0 -6
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
|
}));
|
|
@@ -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
|
-
|
|
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:
|
|
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
|
|
27192
|
+
children
|
|
27211
27193
|
});
|
|
27212
27194
|
}
|
|
27213
27195
|
BtnTertiary.displayName = "BtnTertiary";
|