lecom-ui 5.0.8 → 5.0.10

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,7 +11,7 @@ const ErrorEmptyDisplay = ({
11
11
  render
12
12
  }) => {
13
13
  if (render) {
14
- return render;
14
+ return /* @__PURE__ */ React.createElement(React.Fragment, null, render);
15
15
  }
16
16
  return /* @__PURE__ */ React.createElement(
17
17
  "div",
@@ -9,7 +9,7 @@ const language = {
9
9
  },
10
10
  pagination: {
11
11
  show: "Mostrar:",
12
- selectedProcess: "proceso(s) seleccionado(s)"
12
+ selectedProcess: "Item(s) seleccionado(s)"
13
13
  },
14
14
  upload: {
15
15
  label: "Arrastre y suelte el archivo aqu\xED o haga clic para seleccionarlo.",
package/dist/index.d.ts CHANGED
@@ -561,7 +561,7 @@ interface ErrorEmptyDisplayProps {
561
561
  render?: React$1.ReactNode;
562
562
  }
563
563
  declare const ErrorEmptyDisplay: {
564
- ({ className, classContent, image, title, description, footer, render, }: ErrorEmptyDisplayProps): string | number | bigint | true | Iterable<React$1.ReactNode> | Promise<string | number | bigint | boolean | React$1.ReactPortal | React$1.ReactElement<unknown, string | React$1.JSXElementConstructor<any>> | Iterable<React$1.ReactNode> | null | undefined> | React$1.JSX.Element;
564
+ ({ className, classContent, image, title, description, footer, render, }: ErrorEmptyDisplayProps): React$1.JSX.Element;
565
565
  displayName: string;
566
566
  };
567
567
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lecom-ui",
3
- "version": "5.0.8",
3
+ "version": "5.0.10",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "module": "dist/index.js",
@@ -115,4 +115,4 @@
115
115
  "overrides": {
116
116
  "react-is": "^19.0.0-rc-69d4b800-20241021"
117
117
  }
118
- }
118
+ }