@nocios/crudify-ui 1.0.32 → 1.0.34

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.
@@ -1,6 +1,6 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import { Box } from "@mui/material";
3
3
  const Cascada = () => {
4
- return _jsx(Box, { children: "Esto es es componente Cascada" });
4
+ return _jsx(Box, { children: "Esto es es componente asdasdCascada" });
5
5
  };
6
6
  export default Cascada;
package/package.json CHANGED
@@ -1,46 +1,49 @@
1
- {
2
- "name": "@nocios/crudify-ui",
3
- "version": "1.0.32",
4
- "description": "Biblioteca de componentes UI para Crudify",
5
- "author": "Nocios",
6
- "type": "module",
7
- "main": "dist/index.js",
8
- "module": "dist/index.js",
9
- "types": "dist/index.d.ts",
10
- "exports": {
11
- ".": {
12
- "import": "./dist/index.js",
13
- "require": "./dist/index.js"
14
- }
15
- },
16
- "files": [
17
- "dist"
18
- ],
19
- "scripts": {
20
- "build": "tsc",
21
- "prepare": "npm run build"
22
- },
23
- "dependencies": {
24
- "@emotion/react": "^11.13.1",
25
- "@emotion/styled": "^11.13.0",
26
- "@mui/icons-material": "^7.1.0",
27
- "@mui/material": "^7.1.0",
28
- "@mui/x-data-grid": "^8.5.1",
29
- "i18next-browser-languagedetector": "^8.1.0",
30
- "i18next-http-backend": "^3.0.2",
31
- "react": "^19.1.0",
32
- "react-dom": "^19.1.0",
33
- "react-i18next": "^15.5.2"
34
- },
35
- "peerDependencies": {
36
- "react": "^19.1.0",
37
- "react-dom": "^19.1.0",
38
- "@mui/material": "^7.1.0",
39
- "@mui/icons-material": "^7.1.0"
40
- },
41
- "devDependencies": {
42
- "typescript": "^5.1.3",
43
- "@types/react": "^19.0.3",
44
- "@types/react-dom": "^19.0.1"
45
- }
46
- }
1
+ {
2
+ "name": "@nocios/crudify-ui",
3
+ "version": "1.0.34",
4
+ "description": "Biblioteca de componentes UI para Crudify",
5
+ "author": "Nocios",
6
+ "type": "module",
7
+ "main": "dist/index.js",
8
+ "module": "dist/index.js",
9
+ "types": "dist/index.d.ts",
10
+ "exports": {
11
+ ".": {
12
+ "import": "./dist/index.js",
13
+ "require": "./dist/index.js"
14
+ }
15
+ },
16
+ "files": [
17
+ "dist"
18
+ ],
19
+ "scripts": {
20
+ "build": "tsc",
21
+ "prepare": "npm run build"
22
+ },
23
+ "dependencies": {
24
+ "@emotion/react": "^11.13.1",
25
+ "@emotion/styled": "^11.13.0",
26
+ "@mui/icons-material": "^7.1.0",
27
+ "@mui/material": "^7.1.0",
28
+ "@mui/x-data-grid": "^8.5.1",
29
+ "i18next-browser-languagedetector": "^8.1.0",
30
+ "i18next-http-backend": "^3.0.2",
31
+ "react": "^19.1.0",
32
+ "react-dom": "^19.1.0",
33
+ "react-i18next": "^15.5.2"
34
+ },
35
+ "peerDependencies": {
36
+ "react": "^19.1.0",
37
+ "react-dom": "^19.1.0",
38
+ "@mui/material": "^7.1.0",
39
+ "@mui/icons-material": "^7.1.0"
40
+ },
41
+ "devDependencies": {
42
+ "typescript": "^5.1.3",
43
+ "@types/react": "^19.0.3",
44
+ "@types/react-dom": "^19.0.1"
45
+ },
46
+ "publishConfig": {
47
+ "access": "public"
48
+ }
49
+ }