@fluid-app/portal-sdk 0.1.202 → 0.1.203
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/{MySiteScreen-CqwsO0Pz.cjs → MySiteScreen-B7oQq_qd.cjs} +1 -1
- package/dist/{MySiteScreen-DCXhJpH3.mjs → MySiteScreen-CblhfB4y.mjs} +9 -4
- package/dist/{MySiteScreen-DCXhJpH3.mjs.map → MySiteScreen-CblhfB4y.mjs.map} +1 -1
- package/dist/{MySiteScreen-yiG3VMjV.cjs → MySiteScreen-DDSiPpo4.cjs} +9 -4
- package/dist/{MySiteScreen-yiG3VMjV.cjs.map → MySiteScreen-DDSiPpo4.cjs.map} +1 -1
- package/dist/index.cjs +3 -3
- package/dist/index.mjs +3 -3
- package/package.json +11 -11
package/dist/index.cjs
CHANGED
|
@@ -61,7 +61,7 @@ require("./dist-Ck1Xpuzh.cjs");
|
|
|
61
61
|
require("./PortalProductsApiProvider-o1axGadc.cjs");
|
|
62
62
|
const require_ProductsScreen = require("./ProductsScreen-68jB202M.cjs");
|
|
63
63
|
require("./use-mysite-portal-CJBowMpK.cjs");
|
|
64
|
-
const require_MySiteScreen = require("./MySiteScreen-
|
|
64
|
+
const require_MySiteScreen = require("./MySiteScreen-DDSiPpo4.cjs");
|
|
65
65
|
const require_ShareablesScreen = require("./ShareablesScreen-CCqADUXE.cjs");
|
|
66
66
|
const require_ShopScreen = require("./ShopScreen-DeLp93hN.cjs");
|
|
67
67
|
require("./UpgradeScreen-CaYCxSix.cjs");
|
|
@@ -2143,7 +2143,7 @@ const ShopScreen$1 = (0, react.lazy)(() => Promise.resolve().then(() => require(
|
|
|
2143
2143
|
const CustomersScreen$1 = (0, react.lazy)(() => Promise.resolve().then(() => require("./CustomersScreen-Rf5uucRx.cjs")).then((n) => n.CustomersScreen_exports).then((m) => ({ default: m.CustomersScreen })));
|
|
2144
2144
|
const ProductsScreen$1 = (0, react.lazy)(() => Promise.resolve().then(() => require("./ProductsScreen-Bq0f4pQL.cjs")).then((m) => ({ default: m.ProductsScreen })));
|
|
2145
2145
|
const ShareablesScreen$1 = (0, react.lazy)(() => Promise.resolve().then(() => require("./ShareablesScreen-BYP65ZnU.cjs")).then((m) => ({ default: m.ShareablesScreen })));
|
|
2146
|
-
const MySiteScreen$1 = (0, react.lazy)(() => Promise.resolve().then(() => require("./MySiteScreen-
|
|
2146
|
+
const MySiteScreen$1 = (0, react.lazy)(() => Promise.resolve().then(() => require("./MySiteScreen-B7oQq_qd.cjs")).then((m) => ({ default: m.MySiteScreen })));
|
|
2147
2147
|
const UpgradeScreen = (0, react.lazy)(() => Promise.resolve().then(() => require("./UpgradeScreen-DeXrotSh.cjs")).then((m) => ({ default: m.UpgradeScreen })));
|
|
2148
2148
|
const AppDownloadScreen = (0, react.lazy)(() => Promise.resolve().then(() => require("./AppDownloadScreen-iSpATQsi.cjs")).then((n) => n.AppDownloadScreen_exports).then((m) => ({ default: m.AppDownloadScreen })));
|
|
2149
2149
|
const SYSTEM_SLUG_SCREEN_MAP = {
|
|
@@ -3636,7 +3636,7 @@ const screenPropertySchemas = {
|
|
|
3636
3636
|
SubscriptionsScreen: () => Promise.resolve().then(() => require("./SubscriptionsScreen-Bt_YtoA3.cjs")).then((m) => m.subscriptionsScreenPropertySchema),
|
|
3637
3637
|
CustomersScreen: () => Promise.resolve().then(() => require("./CustomersScreen-Rf5uucRx.cjs")).then((n) => n.CustomersScreen_exports).then((m) => m.customersScreenPropertySchema),
|
|
3638
3638
|
ProductsScreen: () => Promise.resolve().then(() => require("./ProductsScreen-Bq0f4pQL.cjs")).then((m) => m.productsScreenPropertySchema),
|
|
3639
|
-
MySiteScreen: () => Promise.resolve().then(() => require("./MySiteScreen-
|
|
3639
|
+
MySiteScreen: () => Promise.resolve().then(() => require("./MySiteScreen-B7oQq_qd.cjs")).then((m) => m.mySiteScreenPropertySchema),
|
|
3640
3640
|
ShareablesScreen: () => Promise.resolve().then(() => require("./ShareablesScreen-BYP65ZnU.cjs")).then((m) => m.shareablesScreenPropertySchema),
|
|
3641
3641
|
ShopScreen: () => Promise.resolve().then(() => require("./ShopScreen-BzyBZ24D.cjs")).then((m) => m.shopScreenPropertySchema),
|
|
3642
3642
|
UpgradeScreen: () => Promise.resolve().then(() => require("./UpgradeScreen-DeXrotSh.cjs")).then((m) => m.upgradeScreenPropertySchema),
|
package/dist/index.mjs
CHANGED
|
@@ -59,7 +59,7 @@ import "./sortable.esm-DFTEWOHN.mjs";
|
|
|
59
59
|
import "./PortalProductsApiProvider-B1IjNhl8.mjs";
|
|
60
60
|
import { n as productsScreenPropertySchema, t as ProductsScreen } from "./ProductsScreen-BidL3ZF5.mjs";
|
|
61
61
|
import "./use-mysite-portal-axe_PFzR.mjs";
|
|
62
|
-
import { r as mySiteScreenPropertySchema, t as MySiteScreen } from "./MySiteScreen-
|
|
62
|
+
import { r as mySiteScreenPropertySchema, t as MySiteScreen } from "./MySiteScreen-CblhfB4y.mjs";
|
|
63
63
|
import { n as shareablesScreenPropertySchema, t as ShareablesScreen } from "./ShareablesScreen-BRfgOnpL.mjs";
|
|
64
64
|
import { r as shopScreenPropertySchema, t as ShopScreen } from "./ShopScreen-BOJGcSyG.mjs";
|
|
65
65
|
import "./UpgradeScreen-CqgkH3zL.mjs";
|
|
@@ -2141,7 +2141,7 @@ const ShopScreen$1 = lazy(() => import("./ShopScreen-BOJGcSyG.mjs").then((n) =>
|
|
|
2141
2141
|
const CustomersScreen$1 = lazy(() => import("./CustomersScreen-BUpR_uUF.mjs").then((n) => n.n).then((m) => ({ default: m.CustomersScreen })));
|
|
2142
2142
|
const ProductsScreen$1 = lazy(() => import("./ProductsScreen-BeNUsjh1.mjs").then((m) => ({ default: m.ProductsScreen })));
|
|
2143
2143
|
const ShareablesScreen$1 = lazy(() => import("./ShareablesScreen-YnNF0dD6.mjs").then((m) => ({ default: m.ShareablesScreen })));
|
|
2144
|
-
const MySiteScreen$1 = lazy(() => import("./MySiteScreen-
|
|
2144
|
+
const MySiteScreen$1 = lazy(() => import("./MySiteScreen-CblhfB4y.mjs").then((n) => n.n).then((m) => ({ default: m.MySiteScreen })));
|
|
2145
2145
|
const UpgradeScreen = lazy(() => import("./UpgradeScreen-CqgkH3zL.mjs").then((n) => n.t).then((m) => ({ default: m.UpgradeScreen })));
|
|
2146
2146
|
const AppDownloadScreen = lazy(() => import("./AppDownloadScreen-3pysCnaE.mjs").then((n) => n.t).then((m) => ({ default: m.AppDownloadScreen })));
|
|
2147
2147
|
const SYSTEM_SLUG_SCREEN_MAP = {
|
|
@@ -3634,7 +3634,7 @@ const screenPropertySchemas = {
|
|
|
3634
3634
|
SubscriptionsScreen: () => import("./SubscriptionsScreen-1G9oa46y.mjs").then((n) => n.n).then((m) => m.subscriptionsScreenPropertySchema),
|
|
3635
3635
|
CustomersScreen: () => import("./CustomersScreen-BUpR_uUF.mjs").then((n) => n.n).then((m) => m.customersScreenPropertySchema),
|
|
3636
3636
|
ProductsScreen: () => import("./ProductsScreen-BeNUsjh1.mjs").then((m) => m.productsScreenPropertySchema),
|
|
3637
|
-
MySiteScreen: () => import("./MySiteScreen-
|
|
3637
|
+
MySiteScreen: () => import("./MySiteScreen-CblhfB4y.mjs").then((n) => n.n).then((m) => m.mySiteScreenPropertySchema),
|
|
3638
3638
|
ShareablesScreen: () => import("./ShareablesScreen-YnNF0dD6.mjs").then((m) => m.shareablesScreenPropertySchema),
|
|
3639
3639
|
ShopScreen: () => import("./ShopScreen-BOJGcSyG.mjs").then((n) => n.n).then((m) => m.shopScreenPropertySchema),
|
|
3640
3640
|
UpgradeScreen: () => import("./UpgradeScreen-CqgkH3zL.mjs").then((n) => n.t).then((m) => m.upgradeScreenPropertySchema),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-app/portal-sdk",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.203",
|
|
4
4
|
"description": "SDK for building custom Fluid portals",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
@@ -73,46 +73,46 @@
|
|
|
73
73
|
"zod": "4.3.5",
|
|
74
74
|
"@fluid-app/api-client-core": "0.1.0",
|
|
75
75
|
"@fluid-app/cart-ui": "0.1.17",
|
|
76
|
-
"@fluid-app/auth": "0.1.0",
|
|
77
76
|
"@fluid-app/company-switcher-core": "0.1.0",
|
|
78
77
|
"@fluid-app/company-switcher-ui": "0.1.0",
|
|
78
|
+
"@fluid-app/auth": "0.1.0",
|
|
79
79
|
"@fluid-app/contacts-core": "0.1.0",
|
|
80
80
|
"@fluid-app/contacts-ui": "0.1.0",
|
|
81
81
|
"@fluid-app/file-picker-api-client": "0.1.0",
|
|
82
82
|
"@fluid-app/file-picker-core": "0.1.0",
|
|
83
|
-
"@fluid-app/fluidos-api-client": "0.1.0",
|
|
84
83
|
"@fluid-app/fluid-pay-core": "0.1.0",
|
|
84
|
+
"@fluid-app/fluidos-api-client": "0.1.0",
|
|
85
85
|
"@fluid-app/messaging-api-client": "0.1.0",
|
|
86
|
-
"@fluid-app/messaging-core": "0.1.0",
|
|
87
86
|
"@fluid-app/messaging-ui": "0.1.0",
|
|
88
87
|
"@fluid-app/mysite-core": "0.1.0",
|
|
89
88
|
"@fluid-app/mysite-ui": "0.1.0",
|
|
90
89
|
"@fluid-app/orders-core": "0.1.0",
|
|
90
|
+
"@fluid-app/messaging-core": "0.1.0",
|
|
91
91
|
"@fluid-app/orders-ui": "0.1.0",
|
|
92
|
-
"@fluid-app/portal-core": "0.1.23",
|
|
93
92
|
"@fluid-app/permissions": "0.1.0",
|
|
94
|
-
"@fluid-app/portal-
|
|
93
|
+
"@fluid-app/portal-core": "0.1.23",
|
|
95
94
|
"@fluid-app/portal-preview": "0.1.0",
|
|
95
|
+
"@fluid-app/portal-app-download-ui": "0.1.0",
|
|
96
96
|
"@fluid-app/portal-pro-upgrade-ui": "0.1.0",
|
|
97
97
|
"@fluid-app/portal-react": "0.1.0",
|
|
98
98
|
"@fluid-app/portal-tenant-api-client": "0.1.0",
|
|
99
99
|
"@fluid-app/portal-tenant-contacts-api-client": "0.1.0",
|
|
100
100
|
"@fluid-app/portal-tenant-content-api-client": "0.1.0",
|
|
101
|
-
"@fluid-app/portal-tenant-mysite-api-client": "0.1.0",
|
|
102
101
|
"@fluid-app/portal-tenant-pay-api-client": "0.1.0",
|
|
103
|
-
"@fluid-app/portal-tenant-
|
|
102
|
+
"@fluid-app/portal-tenant-mysite-api-client": "0.1.0",
|
|
104
103
|
"@fluid-app/portal-widgets": "0.1.22",
|
|
104
|
+
"@fluid-app/portal-tenant-store-api-client": "0.1.0",
|
|
105
105
|
"@fluid-app/products-api-client": "0.1.0",
|
|
106
|
-
"@fluid-app/profile-core": "0.1.0",
|
|
107
106
|
"@fluid-app/products-core": "0.1.0",
|
|
108
|
-
"@fluid-app/profile-ui": "0.1.0",
|
|
109
107
|
"@fluid-app/query-persister": "0.1.0",
|
|
108
|
+
"@fluid-app/profile-core": "0.1.0",
|
|
109
|
+
"@fluid-app/profile-ui": "0.1.0",
|
|
110
110
|
"@fluid-app/shareables-core": "0.1.0",
|
|
111
111
|
"@fluid-app/shareables-ui": "0.1.0",
|
|
112
112
|
"@fluid-app/shop-ui": "0.1.0",
|
|
113
113
|
"@fluid-app/store-api-client": "0.1.0",
|
|
114
|
-
"@fluid-app/subscriptions-core": "0.1.0",
|
|
115
114
|
"@fluid-app/store-core": "0.1.0",
|
|
115
|
+
"@fluid-app/subscriptions-core": "0.1.0",
|
|
116
116
|
"@fluid-app/subscriptions-ui": "0.1.0",
|
|
117
117
|
"@fluid-app/typescript-config": "0.0.0",
|
|
118
118
|
"@fluid-app/ui-primitives": "0.1.13"
|