@nocios/crudify-ui 1.0.2 → 1.0.32

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.
@@ -0,0 +1,2 @@
1
+ declare const Cascada: () => import("react/jsx-runtime").JSX.Element;
2
+ export default Cascada;
@@ -0,0 +1,6 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { Box } from "@mui/material";
3
+ const Cascada = () => {
4
+ return _jsx(Box, { children: "Esto es es componente Cascada" });
5
+ };
6
+ export default Cascada;
package/dist/index.d.ts CHANGED
@@ -1 +1,2 @@
1
1
  export { default as HelloWorld } from "./components/HelloWorld";
2
+ export { default as Cascada } from "./components/Cascada";
package/dist/index.js CHANGED
@@ -1 +1,2 @@
1
1
  export { default as HelloWorld } from "./components/HelloWorld";
2
+ export { default as Cascada } from "./components/Cascada";
package/package.json CHANGED
@@ -1,7 +1,8 @@
1
1
  {
2
2
  "name": "@nocios/crudify-ui",
3
- "version": "1.0.2",
3
+ "version": "1.0.32",
4
4
  "description": "Biblioteca de componentes UI para Crudify",
5
+ "author": "Nocios",
5
6
  "type": "module",
6
7
  "main": "dist/index.js",
7
8
  "module": "dist/index.js",