@chaibuilder/pages 0.6.9 → 0.7.0
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-BSg5LB01.cjs → B4MFY5CR-Bdy_R78I.cjs} +1 -1
- package/dist/{B4MFY5CR-B-tqqvPR.js → B4MFY5CR-ChNqAFza.js} +1 -1
- package/dist/{HO4MOOFI-r73z_MRd.js → HO4MOOFI-CKptHCDJ.js} +2 -2
- package/dist/{HO4MOOFI-B_d3EH2W.cjs → HO4MOOFI-x5gnfs1H.cjs} +1 -1
- package/dist/{HUY7CZI3-BNT9sX3Z.cjs → HUY7CZI3-BPPjve4t.cjs} +1 -1
- package/dist/{HUY7CZI3-DYtCTgzt.js → HUY7CZI3-CXLtQ83i.js} +2 -2
- package/dist/index-BYU5EX2s.cjs +6 -0
- package/dist/index-Ci1Zxekh.js +10151 -0
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/package.json +3 -3
- package/dist/index-BbCZXGsR.js +0 -9882
- package/dist/index-D5kq_y4l.cjs +0 -6
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-BYU5EX2s.cjs"),a=require("@chaibuilder/sdk");exports.ImagePicker=e.ImagePicker;exports.NestedPathSelector=e.NestedPathSelector;exports.PermissionChecker=e.PermissionChecker;exports.default=e.ChaiBuilderPages;exports.registerChaiLoginComponent=e.registerLoginComponent;exports.useActivePage=e.useActivePage;exports.useBuilderPageData=e.useBuilderPageData;exports.useChaiAuth=e.useChaiAuth;exports.useChaiCurrentPage=e.useCurrentPage;exports.useChaiFetch=e.useChaiFetch;exports.useChaiUserInfo=e.useChaiUserInfo;exports.useFallbackLang=e.useFallbackLang;exports.useFetch=e.useFetch;exports.useGotoPage=e.useGotoPage;exports.useLanguagePages=e.useLanguagePages;exports.usePageTypes=e.usePageTypes;exports.useUpdateActivePageMetadata=e.useUpdateActivePageMetadata;exports.useUserPermissions=e.useUserRoleAndPermissions;exports.useWebsitePages=e.useWebsitePages;exports.useWebsiteSetting=e.useWebsiteSetting;Object.keys(a).forEach(s=>{s!=="default"&&!Object.prototype.hasOwnProperty.call(exports,s)&&Object.defineProperty(exports,s,{enumerable:!0,get:()=>a[s]})});
|
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a4 as s, X as t, a3 as u, W as i, a5 as r, Y as g, Z as o, aa as P, a6 as h, ac as n, ae as c, _ as C, ad as d, a0 as m, a7 as l, a1 as p, a2 as b, ab as f, a8 as k, a9 as A } from "./index-
|
|
1
|
+
import { a4 as s, X as t, a3 as u, W as i, a5 as r, Y as g, Z as o, aa as P, a6 as h, ac as n, ae as c, _ as C, ad as d, a0 as m, a7 as l, a1 as p, a2 as b, ab as f, a8 as k, a9 as A } from "./index-Ci1Zxekh.js";
|
|
2
2
|
export * from "@chaibuilder/sdk";
|
|
3
3
|
export {
|
|
4
4
|
s as ImagePicker,
|
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.
|
|
6
|
+
"version": "0.7.0",
|
|
7
7
|
"type": "module",
|
|
8
8
|
"files": [
|
|
9
9
|
"dist"
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
},
|
|
56
56
|
"peerDependencies": {
|
|
57
57
|
"@chaibuilder/runtime": "2.2.0",
|
|
58
|
-
"@chaibuilder/sdk": "2.
|
|
58
|
+
"@chaibuilder/sdk": "2.3.1",
|
|
59
59
|
"@types/react": "*",
|
|
60
60
|
"@types/react-dom": "*",
|
|
61
61
|
"react": "^18.0 || ^19.0 || ^19.1",
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
},
|
|
72
72
|
"dependencies": {
|
|
73
73
|
"@chaibuilder/runtime": "2.2.0",
|
|
74
|
-
"@chaibuilder/sdk": "2.
|
|
74
|
+
"@chaibuilder/sdk": "2.3.1",
|
|
75
75
|
"@mhsdesign/jit-browser-tailwindcss": "^0.4.2",
|
|
76
76
|
"@tailwindcss/aspect-ratio": "^0.4.2",
|
|
77
77
|
"@tailwindcss/forms": "^0.5.10",
|