@fluid-app/portal-sdk 0.1.170 → 0.1.171

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
@@ -953,7 +953,6 @@ const SYSTEM_NAVIGATION_SLUGS = [
953
953
  "app-download",
954
954
  "contacts",
955
955
  "account",
956
- "messages",
957
956
  "my-site",
958
957
  "orders",
959
958
  "profile",
@@ -961,8 +960,7 @@ const SYSTEM_NAVIGATION_SLUGS = [
961
960
  "share/media",
962
961
  "share/playlists",
963
962
  "share/products",
964
- "shop",
965
- "upgrade"
963
+ "shop"
966
964
  ];
967
965
  /**
968
966
  * Slugs hidden from the quicklinks/shortcuts menu.
@@ -998,12 +996,6 @@ const SYSTEM_NAVIGATION_ITEMS = {
998
996
  icon: "circle-user",
999
997
  section: "User"
1000
998
  },
1001
- messages: {
1002
- slug: "messages",
1003
- label: "Messaging",
1004
- icon: "message",
1005
- section: "User"
1006
- },
1007
999
  "my-site": {
1008
1000
  slug: "my-site",
1009
1001
  label: "My Site",
@@ -1057,12 +1049,6 @@ const SYSTEM_NAVIGATION_ITEMS = {
1057
1049
  label: "Subscriptions",
1058
1050
  icon: "arrows-repeat",
1059
1051
  section: "User"
1060
- },
1061
- upgrade: {
1062
- slug: "upgrade",
1063
- label: "Upgrade",
1064
- icon: "arrow-up-from-bracket",
1065
- section: "User"
1066
1052
  }
1067
1053
  };
1068
1054
  /**
@@ -1126,7 +1112,6 @@ function getDefaultNavigation() {
1126
1112
  return [
1127
1113
  sectionHeader("We Commerce"),
1128
1114
  systemNavItem("shop"),
1129
- systemNavItem("messages"),
1130
1115
  systemNavItem("contacts"),
1131
1116
  systemNavItem("account"),
1132
1117
  sectionHeader("Marketing Assets"),
@@ -2630,8 +2615,8 @@ const MessagingScreen$1 = lazy(() => import("./MessagingScreen-Cp8RqZXv.mjs").th
2630
2615
  const ContactsScreen$1 = lazy(() => import("./ContactsScreen-20YYjP7B.mjs").then((n) => n.n).then((m) => ({ default: m.ContactsScreen })));
2631
2616
  const ShopScreen$1 = lazy(() => import("./ShopScreen-Bq0bv8mQ.mjs").then((n) => n.n).then((m) => ({ default: m.ShopScreen })));
2632
2617
  const CustomersScreen$1 = lazy(() => import("./CustomersScreen-qvGicxNh.mjs").then((n) => n.n).then((m) => ({ default: m.CustomersScreen })));
2633
- const ProductsScreen$1 = lazy(() => import("./ProductsScreen-VT0vIB3p.mjs").then((m) => ({ default: m.ProductsScreen })));
2634
- const ShareablesScreen$1 = lazy(() => import("./ShareablesScreen-D5bAmr6m.mjs").then((m) => ({ default: m.ShareablesScreen })));
2618
+ const ProductsScreen$1 = lazy(() => import("./ProductsScreen-FI28Unh9.mjs").then((m) => ({ default: m.ProductsScreen })));
2619
+ const ShareablesScreen$1 = lazy(() => import("./ShareablesScreen-kr_IbX2l.mjs").then((m) => ({ default: m.ShareablesScreen })));
2635
2620
  const MySiteScreen$1 = lazy(() => import("./MySiteScreen-BZvrWImE.mjs").then((n) => n.n).then((m) => ({ default: m.MySiteScreen })));
2636
2621
  const UpgradeScreen = lazy(() => import("./UpgradeScreen-BsOihloL.mjs").then((n) => n.t).then((m) => ({ default: m.UpgradeScreen })));
2637
2622
  const AppDownloadScreen = lazy(() => import("./AppDownloadScreen-DyoWlNIs.mjs").then((n) => n.t).then((m) => ({ default: m.AppDownloadScreen })));
@@ -4095,9 +4080,9 @@ const screenPropertySchemas = {
4095
4080
  OrdersScreen: () => import("./OrdersScreen-Db05P44X.mjs").then((n) => n.n).then((m) => m.ordersScreenPropertySchema),
4096
4081
  SubscriptionsScreen: () => import("./SubscriptionsScreen-vtLb_1sf.mjs").then((n) => n.n).then((m) => m.subscriptionsScreenPropertySchema),
4097
4082
  CustomersScreen: () => import("./CustomersScreen-qvGicxNh.mjs").then((n) => n.n).then((m) => m.customersScreenPropertySchema),
4098
- ProductsScreen: () => import("./ProductsScreen-VT0vIB3p.mjs").then((m) => m.productsScreenPropertySchema),
4083
+ ProductsScreen: () => import("./ProductsScreen-FI28Unh9.mjs").then((m) => m.productsScreenPropertySchema),
4099
4084
  MySiteScreen: () => import("./MySiteScreen-BZvrWImE.mjs").then((n) => n.n).then((m) => m.mySiteScreenPropertySchema),
4100
- ShareablesScreen: () => import("./ShareablesScreen-D5bAmr6m.mjs").then((m) => m.shareablesScreenPropertySchema),
4085
+ ShareablesScreen: () => import("./ShareablesScreen-kr_IbX2l.mjs").then((m) => m.shareablesScreenPropertySchema),
4101
4086
  ShopScreen: () => import("./ShopScreen-Bq0bv8mQ.mjs").then((n) => n.n).then((m) => m.shopScreenPropertySchema),
4102
4087
  UpgradeScreen: () => import("./UpgradeScreen-BsOihloL.mjs").then((n) => n.t).then((m) => m.upgradeScreenPropertySchema),
4103
4088
  AppDownloadScreen: () => import("./AppDownloadScreen-DyoWlNIs.mjs").then((n) => n.t).then((m) => m.appDownloadScreenPropertySchema)