@mateosuarezdev/react-ui 1.0.28 → 1.0.30
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/dist/index.cjs +14 -4
- package/dist/index.d.ts +101 -0
- package/dist/index.js +2612 -2413
- package/package.json +3 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mateosuarezdev/react-ui",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.30",
|
|
4
4
|
"description": "Dynamic React UI library designed to work alongside @mateosuarezdev/react-router",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -42,6 +42,7 @@
|
|
|
42
42
|
"history"
|
|
43
43
|
],
|
|
44
44
|
"author": "Mateo Suarez <suarezlifestyleuy@gmail.com>",
|
|
45
|
+
"copyright": "Copyright (c) 2025 Mateo Suárez. All rights reserved.",
|
|
45
46
|
"repository": {
|
|
46
47
|
"type": "git",
|
|
47
48
|
"url": "git+https://github.com/mateosuarezdev/brpc-space.git",
|
|
@@ -51,7 +52,7 @@
|
|
|
51
52
|
"url": "https://github.com/mateosuarezdev/brpc-space/issues"
|
|
52
53
|
},
|
|
53
54
|
"homepage": "https://github.com/mateosuarezdev/brpc-space/tree/main/packages/react-ui#readme",
|
|
54
|
-
"license": "
|
|
55
|
+
"license": "SEE LICENSE IN LICENSE",
|
|
55
56
|
"peerDependencies": {
|
|
56
57
|
"@hookform/resolvers": "^5.2.2",
|
|
57
58
|
"@mateosuarezdev/atoms": "^1.0.0",
|