@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.
@@ -11,6 +11,3 @@ export interface LabelProps {
11
11
  * @example <Label>Etiqueta</Label>
12
12
  */
13
13
  export declare function Label({ children, bg, color, size, m, }: LabelProps): JSX.Element;
14
- export declare namespace Label {
15
- var displayName: string;
16
- }
@@ -7,7 +7,4 @@ interface ProgressProps {
7
7
  * @example <Progress value={35} />
8
8
  */
9
9
  export declare function Progress({ value }: ProgressProps): JSX.Element;
10
- export declare namespace Progress {
11
- var displayName: string;
12
- }
13
10
  export {};
@@ -9,6 +9,3 @@
9
9
  * </div>
10
10
  */
11
11
  export declare function Ripples({ children, color }: any): JSX.Element;
12
- export declare namespace Ripples {
13
- var displayName: string;
14
- }
@@ -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: {