@fluid-app/portal-sdk 0.1.203 → 0.1.205

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/index.mjs CHANGED
@@ -45,7 +45,7 @@ import { t as useAccount } from "./use-account-Djaaw5GX.mjs";
45
45
  import { t as useStore } from "./use-store-D1Qv56T2.mjs";
46
46
  import { i as CoreScreenPlaceholder, r as customersScreenPropertySchema, t as CustomersScreen } from "./CustomersScreen-BUpR_uUF.mjs";
47
47
  import { n as useAppNavigation, t as AppNavigationProvider } from "./AppNavigationContext-7JSRmNdX.mjs";
48
- import { r as profileScreenPropertySchema, t as ProfileScreen } from "./ProfileScreen-D-pTegtY.mjs";
48
+ import { r as profileScreenPropertySchema, t as ProfileScreen } from "./ProfileScreen-Dz6yvZj8.mjs";
49
49
  import "./dist-tv6N_HgZ.mjs";
50
50
  import { r as contactsScreenPropertySchema, t as ContactsScreen } from "./ContactsScreen-BzRFTCBS.mjs";
51
51
  import "./SearchSort-TmRTxK16.mjs";
@@ -59,9 +59,9 @@ 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-CblhfB4y.mjs";
62
+ import { r as mySiteScreenPropertySchema, t as MySiteScreen } from "./MySiteScreen-iIMwyc4N.mjs";
63
63
  import { n as shareablesScreenPropertySchema, t as ShareablesScreen } from "./ShareablesScreen-BRfgOnpL.mjs";
64
- import { r as shopScreenPropertySchema, t as ShopScreen } from "./ShopScreen-BOJGcSyG.mjs";
64
+ import { r as shopScreenPropertySchema, t as ShopScreen } from "./ShopScreen-iRbehPzk.mjs";
65
65
  import "./UpgradeScreen-CqgkH3zL.mjs";
66
66
  import "./AppDownloadScreen-3pysCnaE.mjs";
67
67
  import * as React$1 from "react";
@@ -1126,7 +1126,7 @@ function ScreenHeader({ title }) {
1126
1126
  const { actions, breadcrumbs } = useScreenHeaderContext();
1127
1127
  if (!title && !breadcrumbs) return null;
1128
1128
  return /* @__PURE__ */ jsxs("div", {
1129
- className: "border-border bg-background sticky top-0 z-10 flex flex-row items-center border-b px-4 py-3 md:px-6",
1129
+ className: "border-border bg-background sticky top-0 z-30 flex flex-row items-center border-b px-4 py-3 md:px-6",
1130
1130
  children: [
1131
1131
  !isMobile && /* @__PURE__ */ jsxs(Fragment$1, { children: [/* @__PURE__ */ jsx("button", {
1132
1132
  type: "button",
@@ -2132,16 +2132,16 @@ function AccountManageLayout({ children }) {
2132
2132
  }
2133
2133
  //#endregion
2134
2134
  //#region src/shell/system-screen-map.ts
2135
- const ProfileScreen$1 = lazy(() => import("./ProfileScreen-D-pTegtY.mjs").then((n) => n.n).then((m) => ({ default: m.ProfileScreen })));
2135
+ const ProfileScreen$1 = lazy(() => import("./ProfileScreen-Dz6yvZj8.mjs").then((n) => n.n).then((m) => ({ default: m.ProfileScreen })));
2136
2136
  const OrdersScreen$1 = lazy(() => import("./OrdersScreen-CuG6t4UY.mjs").then((n) => n.n).then((m) => ({ default: m.OrdersScreen })));
2137
2137
  const SubscriptionsScreen$1 = lazy(() => import("./SubscriptionsScreen-1G9oa46y.mjs").then((n) => n.n).then((m) => ({ default: m.SubscriptionsScreen })));
2138
2138
  const MessagingScreen$1 = lazy(() => import("./MessagingScreen-Bk3Eh1dN.mjs").then((n) => n.n).then((m) => ({ default: m.MessagingScreen })));
2139
2139
  const ContactsScreen$1 = lazy(() => import("./ContactsScreen-BzRFTCBS.mjs").then((n) => n.n).then((m) => ({ default: m.ContactsScreen })));
2140
- const ShopScreen$1 = lazy(() => import("./ShopScreen-BOJGcSyG.mjs").then((n) => n.n).then((m) => ({ default: m.ShopScreen })));
2140
+ const ShopScreen$1 = lazy(() => import("./ShopScreen-iRbehPzk.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
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-CblhfB4y.mjs").then((n) => n.n).then((m) => ({ default: m.MySiteScreen })));
2144
+ const MySiteScreen$1 = lazy(() => import("./MySiteScreen-iIMwyc4N.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 = {
@@ -3627,16 +3627,16 @@ z.object({
3627
3627
  //#endregion
3628
3628
  //#region src/screens/index.ts
3629
3629
  const screenPropertySchemas = {
3630
- ProfileScreen: () => import("./ProfileScreen-D-pTegtY.mjs").then((n) => n.n).then((m) => m.profileScreenPropertySchema),
3630
+ ProfileScreen: () => import("./ProfileScreen-Dz6yvZj8.mjs").then((n) => n.n).then((m) => m.profileScreenPropertySchema),
3631
3631
  MessagingScreen: () => import("./MessagingScreen-Bk3Eh1dN.mjs").then((n) => n.n).then((m) => m.messagingScreenPropertySchema),
3632
3632
  ContactsScreen: () => import("./ContactsScreen-BzRFTCBS.mjs").then((n) => n.n).then((m) => m.contactsScreenPropertySchema),
3633
3633
  OrdersScreen: () => import("./OrdersScreen-CuG6t4UY.mjs").then((n) => n.n).then((m) => m.ordersScreenPropertySchema),
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-CblhfB4y.mjs").then((n) => n.n).then((m) => m.mySiteScreenPropertySchema),
3637
+ MySiteScreen: () => import("./MySiteScreen-iIMwyc4N.mjs").then((n) => n.n).then((m) => m.mySiteScreenPropertySchema),
3638
3638
  ShareablesScreen: () => import("./ShareablesScreen-YnNF0dD6.mjs").then((m) => m.shareablesScreenPropertySchema),
3639
- ShopScreen: () => import("./ShopScreen-BOJGcSyG.mjs").then((n) => n.n).then((m) => m.shopScreenPropertySchema),
3639
+ ShopScreen: () => import("./ShopScreen-iRbehPzk.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
  };