@chaibuilder/pages 0.4.18 → 0.4.19
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/{B4MFY5CR-C7PbvQZA.js → B4MFY5CR-BJJ3VRd7.js} +1 -1
- package/dist/{B4MFY5CR-D-RGlI6C.cjs → B4MFY5CR-DVeLudHJ.cjs} +1 -1
- package/dist/{HO4MOOFI-B_GoCYM2.js → HO4MOOFI-B4QqHm_c.js} +2 -2
- package/dist/{HO4MOOFI-BE7IxSw6.cjs → HO4MOOFI-XgWdN8Lb.cjs} +1 -1
- package/dist/{HUY7CZI3-DCGMm6Rr.js → HUY7CZI3-09hfItYI.js} +2 -2
- package/dist/{HUY7CZI3-fNYcYVC1.cjs → HUY7CZI3-D-Q1VDG4.cjs} +1 -1
- package/dist/digital-asset-manager-DmSzitAK.js +798 -0
- package/dist/digital-asset-manager-KwiOzEF5.cjs +1 -0
- package/dist/index-DKI0gzx7.cjs +2 -0
- package/dist/{index-DOVQkWCn.js → index-gS3Azpcv.js} +1830 -1780
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/package.json +6 -4
- package/dist/digital-asset-manager-BjrjrGhU.js +0 -737
- package/dist/digital-asset-manager-fcMMKnD-.cjs +0 -1
- package/dist/index-BAUeoBr8.cjs +0 -2
package/dist/index.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("./index-
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("./index-DKI0gzx7.cjs"),t=require("@chaibuilder/sdk");exports.PermissionChecker=e.PermissionChecker;exports.default=e.ChaiBuilderPages;exports.registerChaiLoginComponent=e.registerLoginComponent;exports.useChaiAuth=e.useChaiAuth;exports.useChaiCurrentPage=e.useCurrentPage;exports.useChaiFetch=e.useChaiFetch;exports.useChaiUserInfo=e.useChaiUserInfo;exports.useFetch=e.useFetch;exports.useFetchUpload=e.useFetchUpload;exports.useLanguagePages=e.useLanguagePages;exports.useUserPermissions=e.useUserRoleAndPermissions;exports.useWebsitePages=e.useWebsitePages;exports.useWebsiteSetting=e.useWebsiteSetting;Object.keys(t).forEach(s=>{s!=="default"&&!Object.prototype.hasOwnProperty.call(exports,s)&&Object.defineProperty(exports,s,{enumerable:!0,get:()=>t[s]})});
|
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a0 as s, _ as i, a1 as t, a6 as u, a2 as r, a8 as o, aa as h, X as n, a9 as g, a3 as C, a7 as m, a4 as P, a5 as c } from "./index-
|
|
1
|
+
import { a0 as s, _ as i, a1 as t, a6 as u, a2 as r, a8 as o, aa as h, X as n, a9 as g, a3 as C, a7 as m, a4 as P, a5 as c } from "./index-gS3Azpcv.js";
|
|
2
2
|
export * from "@chaibuilder/sdk";
|
|
3
3
|
export {
|
|
4
4
|
s as PermissionChecker,
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"author": "Suraj Air",
|
|
4
4
|
"license": "Private",
|
|
5
5
|
"homepage": "https://chaibuilder.com",
|
|
6
|
-
"version": "0.4.
|
|
6
|
+
"version": "0.4.19",
|
|
7
7
|
"type": "module",
|
|
8
8
|
"files": [
|
|
9
9
|
"dist"
|
|
@@ -59,10 +59,12 @@
|
|
|
59
59
|
"test": "vitest"
|
|
60
60
|
},
|
|
61
61
|
"peerDependencies": {
|
|
62
|
+
"@chaibuilder/runtime": "2.1.2",
|
|
63
|
+
"@chaibuilder/sdk": "2.2.15",
|
|
62
64
|
"@types/react": "*",
|
|
63
65
|
"@types/react-dom": "*",
|
|
64
|
-
"react": "^18.0 || ^19.0",
|
|
65
|
-
"react-dom": "^18.0 || ^19.0"
|
|
66
|
+
"react": "^18.0 || ^19.0 || ^19.1",
|
|
67
|
+
"react-dom": "^18.0 || ^19.0 || ^19.1"
|
|
66
68
|
},
|
|
67
69
|
"peerDependenciesMeta": {
|
|
68
70
|
"@types/react": {
|
|
@@ -74,7 +76,7 @@
|
|
|
74
76
|
},
|
|
75
77
|
"dependencies": {
|
|
76
78
|
"@chaibuilder/runtime": "2.1.2",
|
|
77
|
-
"@chaibuilder/sdk": "2.2.
|
|
79
|
+
"@chaibuilder/sdk": "2.2.15",
|
|
78
80
|
"@mhsdesign/jit-browser-tailwindcss": "^0.4.2",
|
|
79
81
|
"@tailwindcss/aspect-ratio": "^0.4.2",
|
|
80
82
|
"@tailwindcss/forms": "^0.5.10",
|