@gaddario98/react-core 1.0.15 → 1.0.16

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.
Files changed (46) hide show
  1. package/dist/auth/index.d.ts +1 -1
  2. package/dist/auth/index.js +1 -0
  3. package/dist/auth/index.js.map +1 -0
  4. package/dist/auth/index.mjs +1 -0
  5. package/dist/auth/index.mjs.map +1 -0
  6. package/dist/form/index.d.ts +1 -1
  7. package/dist/form/index.js +1 -0
  8. package/dist/form/index.js.map +1 -0
  9. package/dist/form/index.mjs +1 -0
  10. package/dist/form/index.mjs.map +1 -0
  11. package/dist/index.d.ts +8 -8
  12. package/dist/index.js +1 -62
  13. package/dist/index.js.map +1 -1
  14. package/dist/index.mjs +1 -9
  15. package/dist/index.mjs.map +1 -1
  16. package/dist/localization/index.d.ts +1 -1
  17. package/dist/localization/index.js +1 -0
  18. package/dist/localization/index.js.map +1 -0
  19. package/dist/localization/index.mjs +1 -0
  20. package/dist/localization/index.mjs.map +1 -0
  21. package/dist/pages/index.d.ts +1 -1
  22. package/dist/pages/index.js +1 -0
  23. package/dist/pages/index.js.map +1 -0
  24. package/dist/pages/index.mjs +1 -0
  25. package/dist/pages/index.mjs.map +1 -0
  26. package/dist/providers/index.d.ts +1 -1
  27. package/dist/providers/index.js +1 -0
  28. package/dist/providers/index.js.map +1 -0
  29. package/dist/providers/index.mjs +1 -0
  30. package/dist/providers/index.mjs.map +1 -0
  31. package/dist/queries/index.d.ts +1 -1
  32. package/dist/queries/index.js +1 -0
  33. package/dist/queries/index.js.map +1 -0
  34. package/dist/queries/index.mjs +1 -0
  35. package/dist/queries/index.mjs.map +1 -0
  36. package/dist/state/index.d.ts +1 -1
  37. package/dist/state/index.js +1 -0
  38. package/dist/state/index.js.map +1 -0
  39. package/dist/state/index.mjs +1 -0
  40. package/dist/state/index.mjs.map +1 -0
  41. package/dist/utiles/index.d.ts +1 -1
  42. package/dist/utiles/index.js +1 -0
  43. package/dist/utiles/index.js.map +1 -0
  44. package/dist/utiles/index.mjs +1 -0
  45. package/dist/utiles/index.mjs.map +1 -0
  46. package/package.json +8 -8
@@ -1 +1 @@
1
- export * from "@gaddario98/react-auth";
1
+ export * from '@gaddario98/react-auth';
@@ -0,0 +1 @@
1
+ 'use strict';var reactAuth=require('@gaddario98/react-auth');Object.keys(reactAuth).forEach(function(k){if(k!=='default'&&!Object.prototype.hasOwnProperty.call(exports,k))Object.defineProperty(exports,k,{enumerable:true,get:function(){return reactAuth[k]}})});//# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -0,0 +1 @@
1
+ export*from'@gaddario98/react-auth';//# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -1 +1 @@
1
- export * from "@gaddario98/react-form";
1
+ export * from '@gaddario98/react-form';
@@ -0,0 +1 @@
1
+ 'use strict';var reactForm=require('@gaddario98/react-form');Object.keys(reactForm).forEach(function(k){if(k!=='default'&&!Object.prototype.hasOwnProperty.call(exports,k))Object.defineProperty(exports,k,{enumerable:true,get:function(){return reactForm[k]}})});//# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -0,0 +1 @@
1
+ export*from'@gaddario98/react-form';//# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":""}
package/dist/index.d.ts CHANGED
@@ -1,8 +1,8 @@
1
- export * from "./auth";
2
- export * from "./pages";
3
- export * from "./form";
4
- export * from "./localization";
5
- export * from "./providers";
6
- export * from "./queries";
7
- export * from "./state";
8
- export * from "./utiles";
1
+ export * from '@gaddario98/react-auth';
2
+ export * from '@gaddario98/react-pages';
3
+ export * from '@gaddario98/react-form';
4
+ export * from '@gaddario98/react-localization';
5
+ export * from '@gaddario98/react-providers';
6
+ export * from '@gaddario98/react-queries';
7
+ export * from '@gaddario98/react-state';
8
+ export * from '@gaddario98/utiles';
package/dist/index.js CHANGED
@@ -1,62 +1 @@
1
- 'use strict';
2
-
3
- var reactAuth = require('@gaddario98/react-auth');
4
- var reactPages = require('@gaddario98/react-pages');
5
- var reactForm = require('@gaddario98/react-form');
6
- var reactLocalization = require('@gaddario98/react-localization');
7
- var reactProviders = require('@gaddario98/react-providers');
8
- var reactQueries = require('@gaddario98/react-queries');
9
- var reactState = require('@gaddario98/react-state');
10
- var utiles = require('@gaddario98/utiles');
11
-
12
-
13
-
14
- Object.keys(reactAuth).forEach(function (k) {
15
- if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
16
- enumerable: true,
17
- get: function () { return reactAuth[k]; }
18
- });
19
- });
20
- Object.keys(reactPages).forEach(function (k) {
21
- if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
22
- enumerable: true,
23
- get: function () { return reactPages[k]; }
24
- });
25
- });
26
- Object.keys(reactForm).forEach(function (k) {
27
- if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
28
- enumerable: true,
29
- get: function () { return reactForm[k]; }
30
- });
31
- });
32
- Object.keys(reactLocalization).forEach(function (k) {
33
- if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
34
- enumerable: true,
35
- get: function () { return reactLocalization[k]; }
36
- });
37
- });
38
- Object.keys(reactProviders).forEach(function (k) {
39
- if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
40
- enumerable: true,
41
- get: function () { return reactProviders[k]; }
42
- });
43
- });
44
- Object.keys(reactQueries).forEach(function (k) {
45
- if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
46
- enumerable: true,
47
- get: function () { return reactQueries[k]; }
48
- });
49
- });
50
- Object.keys(reactState).forEach(function (k) {
51
- if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
52
- enumerable: true,
53
- get: function () { return reactState[k]; }
54
- });
55
- });
56
- Object.keys(utiles).forEach(function (k) {
57
- if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
58
- enumerable: true,
59
- get: function () { return utiles[k]; }
60
- });
61
- });
62
- //# sourceMappingURL=index.js.map
1
+ 'use strict';var reactAuth=require('@gaddario98/react-auth'),reactPages=require('@gaddario98/react-pages'),reactForm=require('@gaddario98/react-form'),reactLocalization=require('@gaddario98/react-localization'),reactProviders=require('@gaddario98/react-providers'),reactQueries=require('@gaddario98/react-queries'),reactState=require('@gaddario98/react-state'),utiles=require('@gaddario98/utiles');Object.keys(reactAuth).forEach(function(k){if(k!=='default'&&!Object.prototype.hasOwnProperty.call(exports,k))Object.defineProperty(exports,k,{enumerable:true,get:function(){return reactAuth[k]}})});Object.keys(reactPages).forEach(function(k){if(k!=='default'&&!Object.prototype.hasOwnProperty.call(exports,k))Object.defineProperty(exports,k,{enumerable:true,get:function(){return reactPages[k]}})});Object.keys(reactForm).forEach(function(k){if(k!=='default'&&!Object.prototype.hasOwnProperty.call(exports,k))Object.defineProperty(exports,k,{enumerable:true,get:function(){return reactForm[k]}})});Object.keys(reactLocalization).forEach(function(k){if(k!=='default'&&!Object.prototype.hasOwnProperty.call(exports,k))Object.defineProperty(exports,k,{enumerable:true,get:function(){return reactLocalization[k]}})});Object.keys(reactProviders).forEach(function(k){if(k!=='default'&&!Object.prototype.hasOwnProperty.call(exports,k))Object.defineProperty(exports,k,{enumerable:true,get:function(){return reactProviders[k]}})});Object.keys(reactQueries).forEach(function(k){if(k!=='default'&&!Object.prototype.hasOwnProperty.call(exports,k))Object.defineProperty(exports,k,{enumerable:true,get:function(){return reactQueries[k]}})});Object.keys(reactState).forEach(function(k){if(k!=='default'&&!Object.prototype.hasOwnProperty.call(exports,k))Object.defineProperty(exports,k,{enumerable:true,get:function(){return reactState[k]}})});Object.keys(utiles).forEach(function(k){if(k!=='default'&&!Object.prototype.hasOwnProperty.call(exports,k))Object.defineProperty(exports,k,{enumerable:true,get:function(){return utiles[k]}})});//# sourceMappingURL=index.js.map
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
package/dist/index.mjs CHANGED
@@ -1,9 +1 @@
1
- export * from '@gaddario98/react-auth';
2
- export * from '@gaddario98/react-pages';
3
- export * from '@gaddario98/react-form';
4
- export * from '@gaddario98/react-localization';
5
- export * from '@gaddario98/react-providers';
6
- export * from '@gaddario98/react-queries';
7
- export * from '@gaddario98/react-state';
8
- export * from '@gaddario98/utiles';
9
- //# sourceMappingURL=index.mjs.map
1
+ export*from'@gaddario98/react-auth';export*from'@gaddario98/react-pages';export*from'@gaddario98/react-form';export*from'@gaddario98/react-localization';export*from'@gaddario98/react-providers';export*from'@gaddario98/react-queries';export*from'@gaddario98/react-state';export*from'@gaddario98/utiles';//# sourceMappingURL=index.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;"}
1
+ {"version":3,"file":"index.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -1 +1 @@
1
- export * from "@gaddario98/react-localization";
1
+ export * from '@gaddario98/react-localization';
@@ -0,0 +1 @@
1
+ 'use strict';var reactLocalization=require('@gaddario98/react-localization');Object.keys(reactLocalization).forEach(function(k){if(k!=='default'&&!Object.prototype.hasOwnProperty.call(exports,k))Object.defineProperty(exports,k,{enumerable:true,get:function(){return reactLocalization[k]}})});//# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -0,0 +1 @@
1
+ export*from'@gaddario98/react-localization';//# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -1 +1 @@
1
- export * from "@gaddario98/react-pages";
1
+ export * from '@gaddario98/react-pages';
@@ -0,0 +1 @@
1
+ 'use strict';var reactPages=require('@gaddario98/react-pages');Object.keys(reactPages).forEach(function(k){if(k!=='default'&&!Object.prototype.hasOwnProperty.call(exports,k))Object.defineProperty(exports,k,{enumerable:true,get:function(){return reactPages[k]}})});//# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -0,0 +1 @@
1
+ export*from'@gaddario98/react-pages';//# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -1 +1 @@
1
- export * from "@gaddario98/react-providers";
1
+ export * from '@gaddario98/react-providers';
@@ -0,0 +1 @@
1
+ 'use strict';var reactProviders=require('@gaddario98/react-providers');Object.keys(reactProviders).forEach(function(k){if(k!=='default'&&!Object.prototype.hasOwnProperty.call(exports,k))Object.defineProperty(exports,k,{enumerable:true,get:function(){return reactProviders[k]}})});//# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -0,0 +1 @@
1
+ export*from'@gaddario98/react-providers';//# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -1 +1 @@
1
- export * from "@gaddario98/react-queries";
1
+ export * from '@gaddario98/react-queries';
@@ -0,0 +1 @@
1
+ 'use strict';var reactQueries=require('@gaddario98/react-queries');Object.keys(reactQueries).forEach(function(k){if(k!=='default'&&!Object.prototype.hasOwnProperty.call(exports,k))Object.defineProperty(exports,k,{enumerable:true,get:function(){return reactQueries[k]}})});//# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -0,0 +1 @@
1
+ export*from'@gaddario98/react-queries';//# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -1 +1 @@
1
- export * from "@gaddario98/react-state";
1
+ export * from '@gaddario98/react-state';
@@ -0,0 +1 @@
1
+ 'use strict';var reactState=require('@gaddario98/react-state');Object.keys(reactState).forEach(function(k){if(k!=='default'&&!Object.prototype.hasOwnProperty.call(exports,k))Object.defineProperty(exports,k,{enumerable:true,get:function(){return reactState[k]}})});//# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -0,0 +1 @@
1
+ export*from'@gaddario98/react-state';//# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -1 +1 @@
1
- export * from "@gaddario98/utiles";
1
+ export * from '@gaddario98/utiles';
@@ -0,0 +1 @@
1
+ 'use strict';var utiles=require('@gaddario98/utiles');Object.keys(utiles).forEach(function(k){if(k!=='default'&&!Object.prototype.hasOwnProperty.call(exports,k))Object.defineProperty(exports,k,{enumerable:true,get:function(){return utiles[k]}})});//# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -0,0 +1 @@
1
+ export*from'@gaddario98/utiles';//# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":""}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gaddario98/react-core",
3
- "version": "1.0.15",
3
+ "version": "1.0.16",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -10,7 +10,7 @@
10
10
  "dist"
11
11
  ],
12
12
  "scripts": {
13
- "build": "rollup -c",
13
+ "build": "rollup -c rollup.config.js && rollup -c rollup.dts.config.js",
14
14
  "prepublishOnly": "yarn build"
15
15
  },
16
16
  "devDependencies": {
@@ -43,6 +43,12 @@
43
43
  "react": ">=18.0.0 <20.0.0"
44
44
  },
45
45
  "exports": {
46
+ ".": {
47
+ "types": "./dist/index.d.ts",
48
+ "import": "./dist/index.mjs",
49
+ "require": "./dist/index.js",
50
+ "default": "./dist/index.js"
51
+ },
46
52
  "./auth": {
47
53
  "types": "./dist/auth/index.d.ts",
48
54
  "import": "./dist/auth/index.mjs",
@@ -90,12 +96,6 @@
90
96
  "import": "./dist/utiles/index.mjs",
91
97
  "require": "./dist/utiles/index.js",
92
98
  "default": "./dist/utiles/index.js"
93
- },
94
- ".": {
95
- "types": "./dist/index.d.ts",
96
- "import": "./dist/index.mjs",
97
- "require": "./dist/index.js",
98
- "default": "./dist/index.js"
99
99
  }
100
100
  },
101
101
  "sideEffects": false,