@fluid-app/portal-sdk 0.1.25 → 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.
- package/dist/index.cjs +8 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +8 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +9 -9
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
|
/**
|