@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.
- package/dist/auth/index.d.ts +1 -1
- package/dist/auth/index.js +1 -0
- package/dist/auth/index.js.map +1 -0
- package/dist/auth/index.mjs +1 -0
- package/dist/auth/index.mjs.map +1 -0
- package/dist/form/index.d.ts +1 -1
- package/dist/form/index.js +1 -0
- package/dist/form/index.js.map +1 -0
- package/dist/form/index.mjs +1 -0
- package/dist/form/index.mjs.map +1 -0
- package/dist/index.d.ts +8 -8
- package/dist/index.js +1 -62
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -9
- package/dist/index.mjs.map +1 -1
- package/dist/localization/index.d.ts +1 -1
- package/dist/localization/index.js +1 -0
- package/dist/localization/index.js.map +1 -0
- package/dist/localization/index.mjs +1 -0
- package/dist/localization/index.mjs.map +1 -0
- package/dist/pages/index.d.ts +1 -1
- package/dist/pages/index.js +1 -0
- package/dist/pages/index.js.map +1 -0
- package/dist/pages/index.mjs +1 -0
- package/dist/pages/index.mjs.map +1 -0
- package/dist/providers/index.d.ts +1 -1
- package/dist/providers/index.js +1 -0
- package/dist/providers/index.js.map +1 -0
- package/dist/providers/index.mjs +1 -0
- package/dist/providers/index.mjs.map +1 -0
- package/dist/queries/index.d.ts +1 -1
- package/dist/queries/index.js +1 -0
- package/dist/queries/index.js.map +1 -0
- package/dist/queries/index.mjs +1 -0
- package/dist/queries/index.mjs.map +1 -0
- package/dist/state/index.d.ts +1 -1
- package/dist/state/index.js +1 -0
- package/dist/state/index.js.map +1 -0
- package/dist/state/index.mjs +1 -0
- package/dist/state/index.mjs.map +1 -0
- package/dist/utiles/index.d.ts +1 -1
- package/dist/utiles/index.js +1 -0
- package/dist/utiles/index.js.map +1 -0
- package/dist/utiles/index.mjs +1 -0
- package/dist/utiles/index.mjs.map +1 -0
- package/package.json +8 -8
package/dist/auth/index.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from
|
|
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":""}
|
package/dist/form/index.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from
|
|
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
|
|
2
|
-
export * from
|
|
3
|
-
export * from
|
|
4
|
-
export * from
|
|
5
|
-
export * from
|
|
6
|
-
export * from
|
|
7
|
-
export * from
|
|
8
|
-
export * from
|
|
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
|
|
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
|
package/dist/index.mjs.map
CHANGED
|
@@ -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
|
|
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":""}
|
package/dist/pages/index.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from
|
|
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
|
|
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":""}
|
package/dist/queries/index.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from
|
|
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":""}
|
package/dist/state/index.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from
|
|
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":""}
|
package/dist/utiles/index.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from
|
|
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.
|
|
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,
|