@fluid-app/portal-sdk 0.1.26 → 0.1.27

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.
@@ -27,6 +27,5 @@ import "./SpacerWidget-DXXnYNIX.mjs";
27
27
  import "./TableWidget-D_6Qi3m8.mjs";
28
28
  import "./ToDoWidget-CmJIUKr0.mjs";
29
29
  import "./VideoWidget-D6aWKmRN.mjs";
30
- import "./use-fluid-api-dCyPDaGZ.mjs";
31
30
  import "./es-BL8VBBDa.mjs";
32
31
  export { MessagingScreen, messagingScreenPropertySchema };
@@ -26,8 +26,6 @@ import "./SpacerWidget-DXXnYNIX.mjs";
26
26
  import "./TableWidget-D_6Qi3m8.mjs";
27
27
  import "./ToDoWidget-CmJIUKr0.mjs";
28
28
  import "./VideoWidget-D6aWKmRN.mjs";
29
- import "./use-fluid-api-dCyPDaGZ.mjs";
30
- import "./products-Bu0IiW0A.mjs";
31
29
  import "./es-BL8VBBDa.mjs";
32
30
  import "./src-BFKgg3tf.mjs";
33
31
  import { n as productsScreenPropertySchema, t as ProductsScreen } from "./ProductsScreen-DwcIB1Tp.mjs";
@@ -26,8 +26,6 @@ import "./SpacerWidget-DXXnYNIX.mjs";
26
26
  import "./TableWidget-D_6Qi3m8.mjs";
27
27
  import "./ToDoWidget-CmJIUKr0.mjs";
28
28
  import "./VideoWidget-D6aWKmRN.mjs";
29
- import "./use-fluid-api-dCyPDaGZ.mjs";
30
- import "./products-Bu0IiW0A.mjs";
31
29
  import "./es-BL8VBBDa.mjs";
32
30
  import "./src-BFKgg3tf.mjs";
33
31
  import { n as shareablesScreenPropertySchema, t as ShareablesScreen } from "./ShareablesScreen-8gKrJQn3.mjs";
package/dist/index.cjs CHANGED
@@ -2721,7 +2721,8 @@ const SYSTEM_NAVIGATION_SLUGS = [
2721
2721
  "share/media",
2722
2722
  "share/playlists",
2723
2723
  "share/products",
2724
- "shop"
2724
+ "shop",
2725
+ "upgrade"
2725
2726
  ];
2726
2727
  const SYSTEM_NAVIGATION_ITEMS = {
2727
2728
  account: {
@@ -2801,6 +2802,12 @@ const SYSTEM_NAVIGATION_ITEMS = {
2801
2802
  label: "Subscriptions",
2802
2803
  icon: "arrows-repeat",
2803
2804
  section: "User"
2805
+ },
2806
+ upgrade: {
2807
+ slug: "upgrade",
2808
+ label: "Upgrade",
2809
+ icon: "arrow-up-from-bracket",
2810
+ section: "User"
2804
2811
  }
2805
2812
  };
2806
2813
  /**