@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/{ProductsScreen-VT0vIB3p.mjs → ProductsScreen-FI28Unh9.mjs} +0 -1
- package/dist/{ShareablesScreen-D5bAmr6m.mjs → ShareablesScreen-kr_IbX2l.mjs} +0 -1
- package/dist/index.cjs +1 -16
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +5 -20
- package/dist/index.mjs.map +1 -1
- package/package.json +18 -18
|
@@ -3,7 +3,6 @@ import "./account-api-context-R4VVlZdv.mjs";
|
|
|
3
3
|
import "./store-api-context-DViwxyG4.mjs";
|
|
4
4
|
import "./src-CGu9qU9G.mjs";
|
|
5
5
|
import "./ScreenHeaderContext-DbUsyd_7.mjs";
|
|
6
|
-
import "./AppNavigationContext-CAnb2Qxs.mjs";
|
|
7
6
|
import "./dist-BjehZaTg.mjs";
|
|
8
7
|
import "./SearchSort--qXK5na1.mjs";
|
|
9
8
|
import "./dist-Bo6ZG9XC.mjs";
|
|
@@ -4,7 +4,6 @@ import "./store-api-context-DViwxyG4.mjs";
|
|
|
4
4
|
import "./mysite-api-context-kUTM3GNG.mjs";
|
|
5
5
|
import "./src-CGu9qU9G.mjs";
|
|
6
6
|
import "./ScreenHeaderContext-DbUsyd_7.mjs";
|
|
7
|
-
import "./AppNavigationContext-CAnb2Qxs.mjs";
|
|
8
7
|
import "./dist-BjehZaTg.mjs";
|
|
9
8
|
import "./SearchSort--qXK5na1.mjs";
|
|
10
9
|
import "./dist-Bo6ZG9XC.mjs";
|
package/dist/index.cjs
CHANGED
|
@@ -955,7 +955,6 @@ const SYSTEM_NAVIGATION_SLUGS = [
|
|
|
955
955
|
"app-download",
|
|
956
956
|
"contacts",
|
|
957
957
|
"account",
|
|
958
|
-
"messages",
|
|
959
958
|
"my-site",
|
|
960
959
|
"orders",
|
|
961
960
|
"profile",
|
|
@@ -963,8 +962,7 @@ const SYSTEM_NAVIGATION_SLUGS = [
|
|
|
963
962
|
"share/media",
|
|
964
963
|
"share/playlists",
|
|
965
964
|
"share/products",
|
|
966
|
-
"shop"
|
|
967
|
-
"upgrade"
|
|
965
|
+
"shop"
|
|
968
966
|
];
|
|
969
967
|
/**
|
|
970
968
|
* Slugs hidden from the quicklinks/shortcuts menu.
|
|
@@ -1000,12 +998,6 @@ const SYSTEM_NAVIGATION_ITEMS = {
|
|
|
1000
998
|
icon: "circle-user",
|
|
1001
999
|
section: "User"
|
|
1002
1000
|
},
|
|
1003
|
-
messages: {
|
|
1004
|
-
slug: "messages",
|
|
1005
|
-
label: "Messaging",
|
|
1006
|
-
icon: "message",
|
|
1007
|
-
section: "User"
|
|
1008
|
-
},
|
|
1009
1001
|
"my-site": {
|
|
1010
1002
|
slug: "my-site",
|
|
1011
1003
|
label: "My Site",
|
|
@@ -1059,12 +1051,6 @@ const SYSTEM_NAVIGATION_ITEMS = {
|
|
|
1059
1051
|
label: "Subscriptions",
|
|
1060
1052
|
icon: "arrows-repeat",
|
|
1061
1053
|
section: "User"
|
|
1062
|
-
},
|
|
1063
|
-
upgrade: {
|
|
1064
|
-
slug: "upgrade",
|
|
1065
|
-
label: "Upgrade",
|
|
1066
|
-
icon: "arrow-up-from-bracket",
|
|
1067
|
-
section: "User"
|
|
1068
1054
|
}
|
|
1069
1055
|
};
|
|
1070
1056
|
/**
|
|
@@ -1128,7 +1114,6 @@ function getDefaultNavigation() {
|
|
|
1128
1114
|
return [
|
|
1129
1115
|
sectionHeader("We Commerce"),
|
|
1130
1116
|
systemNavItem("shop"),
|
|
1131
|
-
systemNavItem("messages"),
|
|
1132
1117
|
systemNavItem("contacts"),
|
|
1133
1118
|
systemNavItem("account"),
|
|
1134
1119
|
sectionHeader("Marketing Assets"),
|