@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.cjs CHANGED
@@ -46,7 +46,7 @@ const require_use_store = require("./use-store-BLcehk1A.cjs");
46
46
  const require_CustomersScreen = require("./CustomersScreen-Rf5uucRx.cjs");
47
47
  const require_AppNavigationContext = require("./AppNavigationContext-CbK8uCjS.cjs");
48
48
  const require_MessagingScreen = require("./MessagingScreen-DtDbS3VZ.cjs");
49
- const require_ProfileScreen = require("./ProfileScreen-D5OxmzhM.cjs");
49
+ const require_ProfileScreen = require("./ProfileScreen-EtnwUHbd.cjs");
50
50
  require("./dist-CN_rfvBt.cjs");
51
51
  require("./es-C37CagK2.cjs");
52
52
  const require_ContactsScreen = require("./ContactsScreen-BQ6pvYOa.cjs");
@@ -1128,7 +1128,7 @@ function ScreenHeader({ title }) {
1128
1128
  const { actions, breadcrumbs } = require_ScreenHeaderContext.useScreenHeaderContext();
1129
1129
  if (!title && !breadcrumbs) return null;
1130
1130
  return /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("div", {
1131
- className: "border-border bg-background sticky top-0 z-10 flex flex-row items-center border-b px-4 py-3 md:px-6",
1131
+ className: "border-border bg-background sticky top-0 z-30 flex flex-row items-center border-b px-4 py-3 md:px-6",
1132
1132
  children: [
1133
1133
  !isMobile && /* @__PURE__ */ (0, react_jsx_runtime.jsxs)(react_jsx_runtime.Fragment, { children: [/* @__PURE__ */ (0, react_jsx_runtime.jsx)("button", {
1134
1134
  type: "button",
@@ -2134,7 +2134,7 @@ function AccountManageLayout({ children }) {
2134
2134
  }
2135
2135
  //#endregion
2136
2136
  //#region src/shell/system-screen-map.ts
2137
- const ProfileScreen$1 = (0, react.lazy)(() => Promise.resolve().then(() => require("./ProfileScreen-BMNq0NEB.cjs")).then((m) => ({ default: m.ProfileScreen })));
2137
+ const ProfileScreen$1 = (0, react.lazy)(() => Promise.resolve().then(() => require("./ProfileScreen-C4hRAZlK.cjs")).then((m) => ({ default: m.ProfileScreen })));
2138
2138
  const OrdersScreen$1 = (0, react.lazy)(() => Promise.resolve().then(() => require("./OrdersScreen-CpPg30aw.cjs")).then((m) => ({ default: m.OrdersScreen })));
2139
2139
  const SubscriptionsScreen$1 = (0, react.lazy)(() => Promise.resolve().then(() => require("./SubscriptionsScreen-Bt_YtoA3.cjs")).then((m) => ({ default: m.SubscriptionsScreen })));
2140
2140
  const MessagingScreen$1 = (0, react.lazy)(() => Promise.resolve().then(() => require("./MessagingScreen-DN2eQRxF.cjs")).then((m) => ({ default: m.MessagingScreen })));
@@ -3629,7 +3629,7 @@ zod.z.object({
3629
3629
  //#endregion
3630
3630
  //#region src/screens/index.ts
3631
3631
  const screenPropertySchemas = {
3632
- ProfileScreen: () => Promise.resolve().then(() => require("./ProfileScreen-BMNq0NEB.cjs")).then((m) => m.profileScreenPropertySchema),
3632
+ ProfileScreen: () => Promise.resolve().then(() => require("./ProfileScreen-C4hRAZlK.cjs")).then((m) => m.profileScreenPropertySchema),
3633
3633
  MessagingScreen: () => Promise.resolve().then(() => require("./MessagingScreen-DN2eQRxF.cjs")).then((m) => m.messagingScreenPropertySchema),
3634
3634
  ContactsScreen: () => Promise.resolve().then(() => require("./ContactsScreen-Bw2GcYtk.cjs")).then((m) => m.contactsScreenPropertySchema),
3635
3635
  OrdersScreen: () => Promise.resolve().then(() => require("./OrdersScreen-CpPg30aw.cjs")).then((m) => m.ordersScreenPropertySchema),