@eclass/ui-kit 1.21.1 → 1.22.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/eclass-ui-kit.es.js
CHANGED
|
@@ -29118,6 +29118,7 @@ function InfoWhite(props) {
|
|
|
29118
29118
|
w: "53",
|
|
29119
29119
|
h: "45",
|
|
29120
29120
|
viewBox: "0 0 53 45",
|
|
29121
|
+
title: "infoIcon",
|
|
29121
29122
|
children: /* @__PURE__ */ jsxs("svg", {
|
|
29122
29123
|
fill: "none",
|
|
29123
29124
|
children: [/* @__PURE__ */ jsx("path", {
|
|
@@ -31175,6 +31176,7 @@ function Alert({
|
|
|
31175
31176
|
onClick: handleClick,
|
|
31176
31177
|
children: buttonText
|
|
31177
31178
|
}), canDismiss && /* @__PURE__ */ jsx(Box, {
|
|
31179
|
+
"data-testid": "closeButton",
|
|
31178
31180
|
cursor: "pointer",
|
|
31179
31181
|
marginLeft: "12px",
|
|
31180
31182
|
sx: {
|