@chaibuilder/pages 0.6.7 → 0.6.8
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-CdZtARA7.cjs → B4MFY5CR-Dp4AUWG-.cjs} +1 -1
- package/dist/{B4MFY5CR-DOwQeHOd.js → B4MFY5CR-DwLMOwKu.js} +1 -1
- package/dist/{HO4MOOFI-DvgRvhlF.js → HO4MOOFI-BT2N2k4u.js} +2 -2
- package/dist/{HO4MOOFI-DgxZUnOX.cjs → HO4MOOFI-C51esShy.cjs} +1 -1
- package/dist/{HUY7CZI3-B1Krp-dm.js → HUY7CZI3-D5qjaMAP.js} +2 -2
- package/dist/{HUY7CZI3-DOwVYEE7.cjs → HUY7CZI3-y1AD0V0w.cjs} +1 -1
- package/dist/index-B9FmktAC.cjs +2 -0
- package/dist/{index-B4q9pQK_.js → index-o9kh9YJd.js} +2399 -2325
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/package.json +3 -3
- package/dist/index-BcX48x70.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-B9FmktAC.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-o9kh9YJd.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.
|
|
6
|
+
"version": "0.6.8",
|
|
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.2.
|
|
58
|
+
"@chaibuilder/sdk": "2.2.34",
|
|
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.2.
|
|
74
|
+
"@chaibuilder/sdk": "2.2.34",
|
|
75
75
|
"@mhsdesign/jit-browser-tailwindcss": "^0.4.2",
|
|
76
76
|
"@tailwindcss/aspect-ratio": "^0.4.2",
|
|
77
77
|
"@tailwindcss/forms": "^0.5.10",
|