@fluid-app/portal-sdk 0.1.196 → 0.1.197
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/{PortalContentApiProvider-3zgq-z26.mjs → PortalContentApiProvider-C2cVPFwK.mjs} +74 -30
- package/dist/PortalContentApiProvider-C2cVPFwK.mjs.map +1 -0
- package/dist/{PortalContentApiProvider-Zoz_YDJM.cjs → PortalContentApiProvider-CmDBRz5Y.cjs} +74 -30
- package/dist/PortalContentApiProvider-CmDBRz5Y.cjs.map +1 -0
- package/dist/{ProductsScreen-BLsyTVHI.cjs → ProductsScreen-A6AmNu6A.cjs} +2 -2
- package/dist/{ProductsScreen-xuQq68Lm.mjs → ProductsScreen-Bmvtrqwz.mjs} +4 -2
- package/dist/{ProductsScreen-DNigWzOk.mjs → ProductsScreen-CgoKo7Zn.mjs} +2 -2
- package/dist/{ProductsScreen-DNigWzOk.mjs.map → ProductsScreen-CgoKo7Zn.mjs.map} +1 -1
- package/dist/{ProductsScreen-BiyYxql3.cjs → ProductsScreen-Dmu_hEzn.cjs} +2 -2
- package/dist/{ProductsScreen-BiyYxql3.cjs.map → ProductsScreen-Dmu_hEzn.cjs.map} +1 -1
- package/dist/{ShareablesScreen-CP4uXPPz.cjs → ShareablesScreen-3G_tIwAB.cjs} +2 -2
- package/dist/{ShareablesScreen-Df9GKUVi.cjs → ShareablesScreen-Dead0Hax.cjs} +2 -2
- package/dist/{ShareablesScreen-Df9GKUVi.cjs.map → ShareablesScreen-Dead0Hax.cjs.map} +1 -1
- package/dist/{ShareablesScreen-CfuQenlV.mjs → ShareablesScreen-eZgLDxLb.mjs} +2 -2
- package/dist/{ShareablesScreen-CfuQenlV.mjs.map → ShareablesScreen-eZgLDxLb.mjs.map} +1 -1
- package/dist/{ShareablesScreen-w72hongE.mjs → ShareablesScreen-gaClu1n7.mjs} +4 -2
- package/dist/{ShopScreen-z-1csZzu.mjs → ShopScreen-BBFsy04y.mjs} +25 -10
- package/dist/{ShopScreen-z-1csZzu.mjs.map → ShopScreen-BBFsy04y.mjs.map} +1 -1
- package/dist/{ShopScreen-CUWxEit0.cjs → ShopScreen-BCZ_tsd3.cjs} +25 -10
- package/dist/{ShopScreen-CUWxEit0.cjs.map → ShopScreen-BCZ_tsd3.cjs.map} +1 -1
- package/dist/{ShopScreen-DN8UWl8P.cjs → ShopScreen-tjFoj6_r.cjs} +1 -1
- package/dist/index.cjs +10 -10
- package/dist/index.d.cts.map +1 -1
- package/dist/index.d.mts.map +1 -1
- package/dist/index.mjs +10 -10
- package/package.json +12 -12
- package/dist/PortalContentApiProvider-3zgq-z26.mjs.map +0 -1
- package/dist/PortalContentApiProvider-Zoz_YDJM.cjs.map +0 -1
package/dist/index.mjs
CHANGED
|
@@ -54,14 +54,14 @@ import "./dist-wzcShuuv.mjs";
|
|
|
54
54
|
import "./order-status-badge-DiQDwwSp.mjs";
|
|
55
55
|
import { r as ordersScreenPropertySchema, t as OrdersScreen } from "./OrdersScreen-BgyMsZpn.mjs";
|
|
56
56
|
import { r as subscriptionsScreenPropertySchema, t as SubscriptionsScreen } from "./SubscriptionsScreen-BwRoXYF8.mjs";
|
|
57
|
-
import "./PortalContentApiProvider-
|
|
57
|
+
import "./PortalContentApiProvider-C2cVPFwK.mjs";
|
|
58
58
|
import "./sortable.esm-DFTEWOHN.mjs";
|
|
59
59
|
import "./PortalProductsApiProvider-D0jul2Fh.mjs";
|
|
60
|
-
import { n as productsScreenPropertySchema, t as ProductsScreen } from "./ProductsScreen-
|
|
60
|
+
import { n as productsScreenPropertySchema, t as ProductsScreen } from "./ProductsScreen-CgoKo7Zn.mjs";
|
|
61
61
|
import "./use-mysite-portal-axe_PFzR.mjs";
|
|
62
62
|
import { r as mySiteScreenPropertySchema, t as MySiteScreen } from "./MySiteScreen-DCXhJpH3.mjs";
|
|
63
|
-
import { n as shareablesScreenPropertySchema, t as ShareablesScreen } from "./ShareablesScreen-
|
|
64
|
-
import { r as shopScreenPropertySchema, t as ShopScreen } from "./ShopScreen-
|
|
63
|
+
import { n as shareablesScreenPropertySchema, t as ShareablesScreen } from "./ShareablesScreen-eZgLDxLb.mjs";
|
|
64
|
+
import { r as shopScreenPropertySchema, t as ShopScreen } from "./ShopScreen-BBFsy04y.mjs";
|
|
65
65
|
import "./UpgradeScreen-CqgkH3zL.mjs";
|
|
66
66
|
import "./AppDownloadScreen-3pysCnaE.mjs";
|
|
67
67
|
import * as React$1 from "react";
|
|
@@ -2137,10 +2137,10 @@ const OrdersScreen$1 = lazy(() => import("./OrdersScreen-BgyMsZpn.mjs").then((n)
|
|
|
2137
2137
|
const SubscriptionsScreen$1 = lazy(() => import("./SubscriptionsScreen-BwRoXYF8.mjs").then((n) => n.n).then((m) => ({ default: m.SubscriptionsScreen })));
|
|
2138
2138
|
const MessagingScreen$1 = lazy(() => import("./MessagingScreen-CpUfQIFf.mjs").then((n) => n.n).then((m) => ({ default: m.MessagingScreen })));
|
|
2139
2139
|
const ContactsScreen$1 = lazy(() => import("./ContactsScreen-BtBNMZzG.mjs").then((n) => n.n).then((m) => ({ default: m.ContactsScreen })));
|
|
2140
|
-
const ShopScreen$1 = lazy(() => import("./ShopScreen-
|
|
2140
|
+
const ShopScreen$1 = lazy(() => import("./ShopScreen-BBFsy04y.mjs").then((n) => n.n).then((m) => ({ default: m.ShopScreen })));
|
|
2141
2141
|
const CustomersScreen$1 = lazy(() => import("./CustomersScreen-BUpR_uUF.mjs").then((n) => n.n).then((m) => ({ default: m.CustomersScreen })));
|
|
2142
|
-
const ProductsScreen$1 = lazy(() => import("./ProductsScreen-
|
|
2143
|
-
const ShareablesScreen$1 = lazy(() => import("./ShareablesScreen-
|
|
2142
|
+
const ProductsScreen$1 = lazy(() => import("./ProductsScreen-Bmvtrqwz.mjs").then((m) => ({ default: m.ProductsScreen })));
|
|
2143
|
+
const ShareablesScreen$1 = lazy(() => import("./ShareablesScreen-gaClu1n7.mjs").then((m) => ({ default: m.ShareablesScreen })));
|
|
2144
2144
|
const MySiteScreen$1 = lazy(() => import("./MySiteScreen-DCXhJpH3.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 })));
|
|
@@ -3633,10 +3633,10 @@ const screenPropertySchemas = {
|
|
|
3633
3633
|
OrdersScreen: () => import("./OrdersScreen-BgyMsZpn.mjs").then((n) => n.n).then((m) => m.ordersScreenPropertySchema),
|
|
3634
3634
|
SubscriptionsScreen: () => import("./SubscriptionsScreen-BwRoXYF8.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
|
-
ProductsScreen: () => import("./ProductsScreen-
|
|
3636
|
+
ProductsScreen: () => import("./ProductsScreen-Bmvtrqwz.mjs").then((m) => m.productsScreenPropertySchema),
|
|
3637
3637
|
MySiteScreen: () => import("./MySiteScreen-DCXhJpH3.mjs").then((n) => n.n).then((m) => m.mySiteScreenPropertySchema),
|
|
3638
|
-
ShareablesScreen: () => import("./ShareablesScreen-
|
|
3639
|
-
ShopScreen: () => import("./ShopScreen-
|
|
3638
|
+
ShareablesScreen: () => import("./ShareablesScreen-gaClu1n7.mjs").then((m) => m.shareablesScreenPropertySchema),
|
|
3639
|
+
ShopScreen: () => import("./ShopScreen-BBFsy04y.mjs").then((n) => n.n).then((m) => m.shopScreenPropertySchema),
|
|
3640
3640
|
UpgradeScreen: () => import("./UpgradeScreen-CqgkH3zL.mjs").then((n) => n.t).then((m) => m.upgradeScreenPropertySchema),
|
|
3641
3641
|
AppDownloadScreen: () => import("./AppDownloadScreen-3pysCnaE.mjs").then((n) => n.t).then((m) => m.appDownloadScreenPropertySchema)
|
|
3642
3642
|
};
|
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.197",
|
|
4
4
|
"description": "SDK for building custom Fluid portals",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
@@ -72,48 +72,48 @@
|
|
|
72
72
|
"typescript": "^5",
|
|
73
73
|
"zod": "4.3.5",
|
|
74
74
|
"@fluid-app/api-client-core": "0.1.0",
|
|
75
|
-
"@fluid-app/auth": "0.1.0",
|
|
76
75
|
"@fluid-app/cart-ui": "0.1.16",
|
|
76
|
+
"@fluid-app/auth": "0.1.0",
|
|
77
77
|
"@fluid-app/company-switcher-core": "0.1.0",
|
|
78
78
|
"@fluid-app/company-switcher-ui": "0.1.0",
|
|
79
79
|
"@fluid-app/contacts-core": "0.1.0",
|
|
80
|
-
"@fluid-app/file-picker-api-client": "0.1.0",
|
|
81
80
|
"@fluid-app/contacts-ui": "0.1.0",
|
|
82
|
-
"@fluid-app/file-picker-
|
|
81
|
+
"@fluid-app/file-picker-api-client": "0.1.0",
|
|
83
82
|
"@fluid-app/fluid-pay-core": "0.1.0",
|
|
84
83
|
"@fluid-app/fluidos-api-client": "0.1.0",
|
|
84
|
+
"@fluid-app/file-picker-core": "0.1.0",
|
|
85
85
|
"@fluid-app/messaging-api-client": "0.1.0",
|
|
86
86
|
"@fluid-app/messaging-core": "0.1.0",
|
|
87
|
-
"@fluid-app/messaging-ui": "0.1.0",
|
|
88
87
|
"@fluid-app/mysite-core": "0.1.0",
|
|
88
|
+
"@fluid-app/messaging-ui": "0.1.0",
|
|
89
89
|
"@fluid-app/mysite-ui": "0.1.0",
|
|
90
90
|
"@fluid-app/orders-core": "0.1.0",
|
|
91
91
|
"@fluid-app/orders-ui": "0.1.0",
|
|
92
92
|
"@fluid-app/permissions": "0.1.0",
|
|
93
|
-
"@fluid-app/portal-app-download-ui": "0.1.0",
|
|
94
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
|
-
"@fluid-app/portal-tenant-api-client": "0.1.0",
|
|
99
98
|
"@fluid-app/portal-tenant-contacts-api-client": "0.1.0",
|
|
99
|
+
"@fluid-app/portal-tenant-api-client": "0.1.0",
|
|
100
100
|
"@fluid-app/portal-tenant-content-api-client": "0.1.0",
|
|
101
101
|
"@fluid-app/portal-tenant-mysite-api-client": "0.1.0",
|
|
102
102
|
"@fluid-app/portal-tenant-pay-api-client": "0.1.0",
|
|
103
103
|
"@fluid-app/portal-tenant-store-api-client": "0.1.0",
|
|
104
|
-
"@fluid-app/products-api-client": "0.1.0",
|
|
105
104
|
"@fluid-app/portal-widgets": "0.1.22",
|
|
105
|
+
"@fluid-app/products-api-client": "0.1.0",
|
|
106
106
|
"@fluid-app/products-core": "0.1.0",
|
|
107
|
-
"@fluid-app/profile-ui": "0.1.0",
|
|
108
107
|
"@fluid-app/profile-core": "0.1.0",
|
|
109
|
-
"@fluid-app/
|
|
108
|
+
"@fluid-app/profile-ui": "0.1.0",
|
|
110
109
|
"@fluid-app/query-persister": "0.1.0",
|
|
111
|
-
"@fluid-app/
|
|
110
|
+
"@fluid-app/shareables-core": "0.1.0",
|
|
112
111
|
"@fluid-app/shareables-ui": "0.1.0",
|
|
112
|
+
"@fluid-app/shop-ui": "0.1.0",
|
|
113
113
|
"@fluid-app/store-api-client": "0.1.0",
|
|
114
|
+
"@fluid-app/store-core": "0.1.0",
|
|
114
115
|
"@fluid-app/subscriptions-core": "0.1.0",
|
|
115
116
|
"@fluid-app/subscriptions-ui": "0.1.0",
|
|
116
|
-
"@fluid-app/store-core": "0.1.0",
|
|
117
117
|
"@fluid-app/typescript-config": "0.0.0",
|
|
118
118
|
"@fluid-app/ui-primitives": "0.1.13"
|
|
119
119
|
},
|