@eclass/ui-kit 1.21.2 → 1.23.0
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/Label/Label.d.ts +0 -3
- package/dist/atoms/Progress/Progress.d.ts +0 -3
- package/dist/atoms/Ripples/Ripples.d.ts +0 -3
- package/dist/eclass-ui-kit.es.js +2 -3
- package/dist/eclass-ui-kit.es.js.map +1 -1
- package/dist/eclass-ui-kit.umd.js +30 -30
- package/dist/eclass-ui-kit.umd.js.map +1 -1
- package/dist/tsconfig.types.tsbuildinfo +1 -1
- package/package.json +5 -17
package/dist/eclass-ui-kit.es.js
CHANGED
|
@@ -28405,7 +28405,6 @@ function Label({
|
|
|
28405
28405
|
children
|
|
28406
28406
|
});
|
|
28407
28407
|
}
|
|
28408
|
-
Label.displayName = "Label";
|
|
28409
28408
|
function Progress({
|
|
28410
28409
|
value = 0
|
|
28411
28410
|
}) {
|
|
@@ -28423,7 +28422,6 @@ function Progress({
|
|
|
28423
28422
|
trackColor: vars("colors-neutral-platinum")
|
|
28424
28423
|
});
|
|
28425
28424
|
}
|
|
28426
|
-
Progress.displayName = "Progress";
|
|
28427
28425
|
var __extends = globalThis && globalThis.__extends || function() {
|
|
28428
28426
|
var extendStatics2 = function(d2, b2) {
|
|
28429
28427
|
extendStatics2 = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(d3, b3) {
|
|
@@ -28582,7 +28580,6 @@ function Ripples({
|
|
|
28582
28580
|
})
|
|
28583
28581
|
});
|
|
28584
28582
|
}
|
|
28585
|
-
Ripples.displayName = "Ripples";
|
|
28586
28583
|
function Base({
|
|
28587
28584
|
w: w2 = "1rem",
|
|
28588
28585
|
h: h2 = "1rem",
|
|
@@ -29118,6 +29115,7 @@ function InfoWhite(props) {
|
|
|
29118
29115
|
w: "53",
|
|
29119
29116
|
h: "45",
|
|
29120
29117
|
viewBox: "0 0 53 45",
|
|
29118
|
+
title: "infoIcon",
|
|
29121
29119
|
children: /* @__PURE__ */ jsxs("svg", {
|
|
29122
29120
|
fill: "none",
|
|
29123
29121
|
children: [/* @__PURE__ */ jsx("path", {
|
|
@@ -31175,6 +31173,7 @@ function Alert({
|
|
|
31175
31173
|
onClick: handleClick,
|
|
31176
31174
|
children: buttonText
|
|
31177
31175
|
}), canDismiss && /* @__PURE__ */ jsx(Box, {
|
|
31176
|
+
"data-testid": "closeButton",
|
|
31178
31177
|
cursor: "pointer",
|
|
31179
31178
|
marginLeft: "12px",
|
|
31180
31179
|
sx: {
|