@fluid-app/portal-sdk 0.1.49 → 0.1.50

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.
@@ -31,6 +31,7 @@ import "./SpacerWidget-CilIbCTV.mjs";
31
31
  import "./TableWidget-2eaCsUwD.mjs";
32
32
  import "./ToDoWidget-iiVItJrO.mjs";
33
33
  import "./VideoWidget-BAxtPtq5.mjs";
34
+ import "./use-fluid-api-BB3QhQT8.mjs";
34
35
  import "./dist-NMbUD0qE.mjs";
35
36
  import "./es-CZy_BSTC.mjs";
36
37
  export { MessagingScreen, messagingScreenPropertySchema };
@@ -30,6 +30,7 @@ import "./SpacerWidget-CilIbCTV.mjs";
30
30
  import "./TableWidget-2eaCsUwD.mjs";
31
31
  import "./ToDoWidget-iiVItJrO.mjs";
32
32
  import "./VideoWidget-BAxtPtq5.mjs";
33
+ import "./AppNavigationContext-CcRZ_LqM.mjs";
33
34
  import "./sortable.esm-Cz-CP2N8.mjs";
34
35
  import { n as mySiteScreenPropertySchema, t as MySiteScreen } from "./MySiteScreen-B4D3PBiR.mjs";
35
36
  export { MySiteScreen, mySiteScreenPropertySchema };
@@ -30,6 +30,8 @@ import "./SpacerWidget-CilIbCTV.mjs";
30
30
  import "./TableWidget-2eaCsUwD.mjs";
31
31
  import "./ToDoWidget-iiVItJrO.mjs";
32
32
  import "./VideoWidget-BAxtPtq5.mjs";
33
+ import "./use-account-clients-Do2v1HKy.mjs";
34
+ import "./AppNavigationContext-CcRZ_LqM.mjs";
33
35
  import "./src-RdDH-CO9.mjs";
34
36
  import { n as ordersScreenPropertySchema, t as OrdersScreen } from "./OrdersScreen-hpGhyOSh.mjs";
35
37
  export { OrdersScreen, ordersScreenPropertySchema };
@@ -30,7 +30,11 @@ import "./SpacerWidget-CilIbCTV.mjs";
30
30
  import "./TableWidget-2eaCsUwD.mjs";
31
31
  import "./ToDoWidget-iiVItJrO.mjs";
32
32
  import "./VideoWidget-BAxtPtq5.mjs";
33
+ import "./use-account-clients-Do2v1HKy.mjs";
33
34
  import "./src-C8lPWi5Q.mjs";
35
+ import "./use-fluid-api-BB3QhQT8.mjs";
36
+ import "./products-Csja6Mz3.mjs";
37
+ import "./AppNavigationContext-CcRZ_LqM.mjs";
34
38
  import "./dist-NMbUD0qE.mjs";
35
39
  import "./es-CZy_BSTC.mjs";
36
40
  import "./dist-_HuMD-TB.mjs";
@@ -31,4 +31,5 @@ import "./SpacerWidget-CilIbCTV.mjs";
31
31
  import "./TableWidget-2eaCsUwD.mjs";
32
32
  import "./ToDoWidget-iiVItJrO.mjs";
33
33
  import "./VideoWidget-BAxtPtq5.mjs";
34
+ import "./use-account-clients-Do2v1HKy.mjs";
34
35
  export { ProfileScreen, profileScreenPropertySchema };
@@ -30,7 +30,11 @@ import "./SpacerWidget-CilIbCTV.mjs";
30
30
  import "./TableWidget-2eaCsUwD.mjs";
31
31
  import "./ToDoWidget-iiVItJrO.mjs";
32
32
  import "./VideoWidget-BAxtPtq5.mjs";
33
+ import "./use-account-clients-Do2v1HKy.mjs";
33
34
  import "./src-C8lPWi5Q.mjs";
35
+ import "./use-fluid-api-BB3QhQT8.mjs";
36
+ import "./products-Csja6Mz3.mjs";
37
+ import "./AppNavigationContext-CcRZ_LqM.mjs";
34
38
  import "./dist-NMbUD0qE.mjs";
35
39
  import "./es-CZy_BSTC.mjs";
36
40
  import "./dist-_HuMD-TB.mjs";
@@ -30,5 +30,9 @@ import "./SpacerWidget-CilIbCTV.mjs";
30
30
  import "./TableWidget-2eaCsUwD.mjs";
31
31
  import "./ToDoWidget-iiVItJrO.mjs";
32
32
  import "./VideoWidget-BAxtPtq5.mjs";
33
+ import "./use-account-clients-Do2v1HKy.mjs";
34
+ import "./use-fluid-api-BB3QhQT8.mjs";
35
+ import "./products-Csja6Mz3.mjs";
36
+ import "./AppNavigationContext-CcRZ_LqM.mjs";
33
37
  import { n as shopScreenPropertySchema, t as ShopScreen } from "./ShopScreen-CoLFSZEV.mjs";
34
38
  export { ShopScreen, shopScreenPropertySchema };
@@ -30,6 +30,8 @@ import "./SpacerWidget-CilIbCTV.mjs";
30
30
  import "./TableWidget-2eaCsUwD.mjs";
31
31
  import "./ToDoWidget-iiVItJrO.mjs";
32
32
  import "./VideoWidget-BAxtPtq5.mjs";
33
+ import "./use-account-clients-Do2v1HKy.mjs";
34
+ import "./AppNavigationContext-CcRZ_LqM.mjs";
33
35
  import "./src-RdDH-CO9.mjs";
34
36
  import { n as subscriptionsScreenPropertySchema, t as SubscriptionsScreen } from "./SubscriptionsScreen-Q_sourEi.mjs";
35
37
  export { SubscriptionsScreen, subscriptionsScreenPropertySchema };
package/dist/index.mjs CHANGED
@@ -2396,16 +2396,16 @@ function AccountManageLayout({ children }) {
2396
2396
  }
2397
2397
  //#endregion
2398
2398
  //#region src/shell/system-screen-map.ts
2399
- const ProfileScreen$1 = lazy(() => import("./ProfileScreen-CNZK15pW.mjs").then((m) => ({ default: m.ProfileScreen })));
2400
- const OrdersScreen$1 = lazy(() => import("./OrdersScreen-BmhCU6o0.mjs").then((m) => ({ default: m.OrdersScreen })));
2401
- const SubscriptionsScreen$1 = lazy(() => import("./SubscriptionsScreen-B1gMcbTZ.mjs").then((m) => ({ default: m.SubscriptionsScreen })));
2402
- const MessagingScreen$1 = lazy(() => import("./MessagingScreen-D7Gu7vJ2.mjs").then((m) => ({ default: m.MessagingScreen })));
2399
+ const ProfileScreen$1 = lazy(() => import("./ProfileScreen-DTFiJh4l.mjs").then((m) => ({ default: m.ProfileScreen })));
2400
+ const OrdersScreen$1 = lazy(() => import("./OrdersScreen-W2H36ANi.mjs").then((m) => ({ default: m.OrdersScreen })));
2401
+ const SubscriptionsScreen$1 = lazy(() => import("./SubscriptionsScreen-VY3atpwV.mjs").then((m) => ({ default: m.SubscriptionsScreen })));
2402
+ const MessagingScreen$1 = lazy(() => import("./MessagingScreen-CeFtShuJ.mjs").then((m) => ({ default: m.MessagingScreen })));
2403
2403
  const ContactsScreen$1 = lazy(() => import("./ContactsScreen-CCX0O5gO.mjs").then((m) => ({ default: m.ContactsScreen })));
2404
- const ShopScreen$1 = lazy(() => import("./ShopScreen-X6df_SJH.mjs").then((m) => ({ default: m.ShopScreen })));
2404
+ const ShopScreen$1 = lazy(() => import("./ShopScreen-DnMTRfDV.mjs").then((m) => ({ default: m.ShopScreen })));
2405
2405
  const CustomersScreen$1 = lazy(() => import("./CustomersScreen-C20rPAPF.mjs").then((n) => n.n).then((m) => ({ default: m.CustomersScreen })));
2406
- const ProductsScreen$1 = lazy(() => import("./ProductsScreen-CJCBryCe.mjs").then((m) => ({ default: m.ProductsScreen })));
2407
- const ShareablesScreen$1 = lazy(() => import("./ShareablesScreen-Cbr-SymJ.mjs").then((m) => ({ default: m.ShareablesScreen })));
2408
- const MySiteScreen$1 = lazy(() => import("./MySiteScreen-B_9hY9q5.mjs").then((m) => ({ default: m.MySiteScreen })));
2406
+ const ProductsScreen$1 = lazy(() => import("./ProductsScreen-DnHGKEgL.mjs").then((m) => ({ default: m.ProductsScreen })));
2407
+ const ShareablesScreen$1 = lazy(() => import("./ShareablesScreen-BeUqK8Rt.mjs").then((m) => ({ default: m.ShareablesScreen })));
2408
+ const MySiteScreen$1 = lazy(() => import("./MySiteScreen-DDCmExRU.mjs").then((m) => ({ default: m.MySiteScreen })));
2409
2409
  const SYSTEM_SLUG_SCREEN_MAP = {
2410
2410
  profile: ProfileScreen$1,
2411
2411
  orders: OrdersScreen$1,
@@ -3791,16 +3791,16 @@ function useContact(_contactId) {
3791
3791
  //#endregion
3792
3792
  //#region src/screens/index.ts
3793
3793
  const screenPropertySchemas = {
3794
- ProfileScreen: () => import("./ProfileScreen-CNZK15pW.mjs").then((m) => m.profileScreenPropertySchema),
3795
- MessagingScreen: () => import("./MessagingScreen-D7Gu7vJ2.mjs").then((m) => m.messagingScreenPropertySchema),
3794
+ ProfileScreen: () => import("./ProfileScreen-DTFiJh4l.mjs").then((m) => m.profileScreenPropertySchema),
3795
+ MessagingScreen: () => import("./MessagingScreen-CeFtShuJ.mjs").then((m) => m.messagingScreenPropertySchema),
3796
3796
  ContactsScreen: () => import("./ContactsScreen-CCX0O5gO.mjs").then((m) => m.contactsScreenPropertySchema),
3797
- OrdersScreen: () => import("./OrdersScreen-BmhCU6o0.mjs").then((m) => m.ordersScreenPropertySchema),
3798
- SubscriptionsScreen: () => import("./SubscriptionsScreen-B1gMcbTZ.mjs").then((m) => m.subscriptionsScreenPropertySchema),
3797
+ OrdersScreen: () => import("./OrdersScreen-W2H36ANi.mjs").then((m) => m.ordersScreenPropertySchema),
3798
+ SubscriptionsScreen: () => import("./SubscriptionsScreen-VY3atpwV.mjs").then((m) => m.subscriptionsScreenPropertySchema),
3799
3799
  CustomersScreen: () => import("./CustomersScreen-C20rPAPF.mjs").then((n) => n.n).then((m) => m.customersScreenPropertySchema),
3800
- ProductsScreen: () => import("./ProductsScreen-CJCBryCe.mjs").then((m) => m.productsScreenPropertySchema),
3801
- MySiteScreen: () => import("./MySiteScreen-B_9hY9q5.mjs").then((m) => m.mySiteScreenPropertySchema),
3802
- ShareablesScreen: () => import("./ShareablesScreen-Cbr-SymJ.mjs").then((m) => m.shareablesScreenPropertySchema),
3803
- ShopScreen: () => import("./ShopScreen-X6df_SJH.mjs").then((m) => m.shopScreenPropertySchema)
3800
+ ProductsScreen: () => import("./ProductsScreen-DnHGKEgL.mjs").then((m) => m.productsScreenPropertySchema),
3801
+ MySiteScreen: () => import("./MySiteScreen-DDCmExRU.mjs").then((m) => m.mySiteScreenPropertySchema),
3802
+ ShareablesScreen: () => import("./ShareablesScreen-BeUqK8Rt.mjs").then((m) => m.shareablesScreenPropertySchema),
3803
+ ShopScreen: () => import("./ShopScreen-DnMTRfDV.mjs").then((m) => m.shopScreenPropertySchema)
3804
3804
  };
3805
3805
  /**
3806
3806
  * Core page template IDs
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-app/portal-sdk",
3
- "version": "0.1.49",
3
+ "version": "0.1.50",
4
4
  "description": "SDK for building custom Fluid portals",
5
5
  "files": [
6
6
  "dist",
@@ -63,41 +63,41 @@
63
63
  "typescript": "^5",
64
64
  "zod": "4.3.5",
65
65
  "@fluid-app/api-client-core": "0.1.0",
66
- "@fluid-app/company-switcher-core": "0.1.0",
67
- "@fluid-app/contacts-ui": "0.1.0",
68
66
  "@fluid-app/auth": "0.1.0",
67
+ "@fluid-app/company-switcher-core": "0.1.0",
69
68
  "@fluid-app/company-switcher-ui": "0.1.0",
70
- "@fluid-app/file-picker-api-client": "0.1.0",
69
+ "@fluid-app/contacts-ui": "0.1.0",
71
70
  "@fluid-app/fluid-pay-api-client": "0.1.0",
72
- "@fluid-app/messaging-api-client": "0.1.0",
73
71
  "@fluid-app/fluidos-api-client": "0.1.0",
74
- "@fluid-app/messaging-ui": "0.1.0",
75
72
  "@fluid-app/messaging-core": "0.1.0",
76
- "@fluid-app/orders-api-client": "0.1.0",
77
- "@fluid-app/mysite-ui": "0.1.0",
73
+ "@fluid-app/messaging-api-client": "0.1.0",
74
+ "@fluid-app/file-picker-api-client": "0.1.0",
75
+ "@fluid-app/messaging-ui": "0.1.0",
78
76
  "@fluid-app/orders-core": "0.1.0",
77
+ "@fluid-app/mysite-ui": "0.1.0",
78
+ "@fluid-app/orders-api-client": "0.1.0",
79
79
  "@fluid-app/orders-ui": "0.1.0",
80
- "@fluid-app/portal-core": "0.1.23",
81
80
  "@fluid-app/permissions": "0.1.0",
81
+ "@fluid-app/portal-core": "0.1.23",
82
82
  "@fluid-app/portal-react": "0.1.0",
83
83
  "@fluid-app/products-api-client": "0.1.0",
84
84
  "@fluid-app/products-core": "0.1.0",
85
85
  "@fluid-app/portal-widgets": "0.1.22",
86
86
  "@fluid-app/profile-core": "0.1.0",
87
- "@fluid-app/shareables-core": "0.1.0",
88
87
  "@fluid-app/profile-ui": "0.1.0",
89
- "@fluid-app/shareables-api-client": "0.1.0",
90
88
  "@fluid-app/query-persister": "0.1.0",
89
+ "@fluid-app/shareables-api-client": "0.1.0",
91
90
  "@fluid-app/shareables-ui": "0.1.0",
91
+ "@fluid-app/shareables-core": "0.1.0",
92
92
  "@fluid-app/shop-ui": "0.1.0",
93
93
  "@fluid-app/subscriptions-api-client": "0.1.0",
94
- "@fluid-app/subscriptions-core": "0.1.0",
95
94
  "@fluid-app/subscriptions-ui": "0.1.0",
95
+ "@fluid-app/subscriptions-core": "0.1.0",
96
+ "@fluid-app/typescript-config": "0.0.0",
96
97
  "@fluid-app/ui-primitives": "0.1.13",
97
98
  "@fluid-app/user-contacts-api-client": "0.1.0",
98
- "@fluid-app/typescript-config": "0.0.0",
99
- "@fluid-app/user-tasks-api-client": "0.1.0",
100
- "@fluid-app/user-notes-api-client": "0.1.0"
99
+ "@fluid-app/user-notes-api-client": "0.1.0",
100
+ "@fluid-app/user-tasks-api-client": "0.1.0"
101
101
  },
102
102
  "peerDependencies": {
103
103
  "@hookform/resolvers": "^5.2.2",