@envisiongroup/porygon 1.0.0-rc.35 → 1.0.0-rc.36
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/README.md +3 -3
- package/package.json +23 -23
package/README.md
CHANGED
|
@@ -10,10 +10,10 @@ Estos componentes cumplen con los siguientes criterios:
|
|
|
10
10
|
|
|
11
11
|
## Instalación
|
|
12
12
|
|
|
13
|
-
Porygon es compatible con **React 17**, **18** y **19**. Instala el paquete con
|
|
13
|
+
Porygon es compatible con **React 17**, **18** y **19**. Instala el paquete con pnpm:
|
|
14
14
|
|
|
15
15
|
```bash
|
|
16
|
-
|
|
16
|
+
pnpm add @grupoenvision/porygon
|
|
17
17
|
```
|
|
18
18
|
|
|
19
19
|
## Configuración inicial
|
|
@@ -66,4 +66,4 @@ root.render(
|
|
|
66
66
|
<App />
|
|
67
67
|
</FluentProvider>
|
|
68
68
|
);
|
|
69
|
-
```
|
|
69
|
+
```
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@envisiongroup/porygon",
|
|
3
|
-
"version": "1.0.0-rc.
|
|
3
|
+
"version": "1.0.0-rc.36",
|
|
4
4
|
"description": "Librerias de componentes de React creados por la empresa Envision",
|
|
5
5
|
"license": "CC-BY-ND-4.0",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"import": "./dist/react-components/hooks/*/index.js",
|
|
45
45
|
"require": "./dist/react-components/hooks/*/index.js"
|
|
46
46
|
},
|
|
47
|
-
|
|
47
|
+
"./react-components/i18n/*": {
|
|
48
48
|
"types": "./dist/react-components/i18n/*/index.d.ts",
|
|
49
49
|
"import": "./dist/react-components/i18n/*/index.js",
|
|
50
50
|
"require": "./dist/react-components/i18n/*/index.js"
|
|
@@ -60,25 +60,9 @@
|
|
|
60
60
|
"README.md",
|
|
61
61
|
"LICENSE"
|
|
62
62
|
],
|
|
63
|
-
"scripts": {
|
|
64
|
-
"build": "npm run clean && vite build --config vite.lib.config.js",
|
|
65
|
-
"build:tsc": "npm run clean && tsc",
|
|
66
|
-
"clean": "rm -rf dist",
|
|
67
|
-
"prepublishOnly": "npm run build",
|
|
68
|
-
"dev": "vite build --config vite.lib.config.js --watch",
|
|
69
|
-
"typecheck": "npm run typecheck:src && npm run typecheck:type-tests",
|
|
70
|
-
"typecheck:src": "tsc --noEmit -p tsconfig.json",
|
|
71
|
-
"typecheck:type-tests": "tsc --noEmit -p tsconfig.type-tests.json",
|
|
72
|
-
"analyze": "vite build --config vite.lib.config.js && npx vite-bundle-visualizer",
|
|
73
|
-
"verify:build": "npm run clean && npm run build",
|
|
74
|
-
"verify:types": "npm run typecheck",
|
|
75
|
-
"verify:pack": "npm pack --dry-run",
|
|
76
|
-
"verify:content": "npm pack && tar -tzf *.tgz | head -50",
|
|
77
|
-
"verify:all": "npm run verify:build && npm run verify:types && npm run verify:pack && echo '\n✅ All verifications passed! Ready to publish.'"
|
|
78
|
-
},
|
|
79
63
|
"peerDependencies": {
|
|
80
|
-
"@fluentui/react-components": "9.
|
|
81
|
-
"@fluentui/react-datepicker-compat": "^0.6.
|
|
64
|
+
"@fluentui/react-components": "9.73.1",
|
|
65
|
+
"@fluentui/react-datepicker-compat": "^0.6.24",
|
|
82
66
|
"@fluentui/react-icons": "^2.0.0",
|
|
83
67
|
"@tanstack/react-table": "^8.21.3",
|
|
84
68
|
"@tanstack/react-virtual": "^3.13.9",
|
|
@@ -102,6 +86,7 @@
|
|
|
102
86
|
}
|
|
103
87
|
},
|
|
104
88
|
"devDependencies": {
|
|
89
|
+
"@storybook/react": "^10.2.13",
|
|
105
90
|
"@types/react": "^18.2.0",
|
|
106
91
|
"@types/react-dom": "^18.2.0",
|
|
107
92
|
"typescript": "^5.3.0",
|
|
@@ -112,11 +97,26 @@
|
|
|
112
97
|
"react",
|
|
113
98
|
"components",
|
|
114
99
|
"ui",
|
|
115
|
-
|
|
116
|
-
|
|
100
|
+
"envision",
|
|
101
|
+
"porygon"
|
|
117
102
|
],
|
|
118
103
|
"publishConfig": {
|
|
119
104
|
"access": "public",
|
|
120
105
|
"registry": "https://registry.npmjs.org/"
|
|
106
|
+
},
|
|
107
|
+
"scripts": {
|
|
108
|
+
"build": "pnpm run clean && vite build --config vite.lib.config.js",
|
|
109
|
+
"build:tsc": "pnpm run clean && tsc",
|
|
110
|
+
"clean": "rm -rf dist",
|
|
111
|
+
"dev": "vite build --config vite.lib.config.js --watch",
|
|
112
|
+
"typecheck": "pnpm run typecheck:src && pnpm run typecheck:type-tests",
|
|
113
|
+
"typecheck:src": "tsc --noEmit -p tsconfig.json",
|
|
114
|
+
"typecheck:type-tests": "tsc --noEmit -p tsconfig.type-tests.json",
|
|
115
|
+
"analyze": "vite build --config vite.lib.config.js && npx vite-bundle-visualizer",
|
|
116
|
+
"verify:build": "pnpm run clean && pnpm run build",
|
|
117
|
+
"verify:types": "pnpm run typecheck",
|
|
118
|
+
"verify:pack": "pnpm pack --dry-run",
|
|
119
|
+
"verify:content": "pnpm pack && tar -tzf *.tgz | head -50",
|
|
120
|
+
"verify:all": "pnpm run verify:build && pnpm run verify:types && pnpm run verify:pack && echo '\n✅ All verifications passed! Ready to publish.'"
|
|
121
121
|
}
|
|
122
|
-
}
|
|
122
|
+
}
|