@fluid-app/portal-sdk 0.1.203 → 0.1.204

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";
@@ -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,7 +2132,7 @@ 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 })));
@@ -3627,7 +3627,7 @@ 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),