@lodashventure/medusa-parcel-shipping 0.3.3 → 0.3.5
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.
|
@@ -2020,6 +2020,12 @@ const routeModule = {
|
|
|
2020
2020
|
};
|
|
2021
2021
|
const menuItemModule = {
|
|
2022
2022
|
menuItems: [
|
|
2023
|
+
{
|
|
2024
|
+
label: config$3.label,
|
|
2025
|
+
icon: config$3.icon,
|
|
2026
|
+
path: "/areas",
|
|
2027
|
+
nested: void 0
|
|
2028
|
+
},
|
|
2023
2029
|
{
|
|
2024
2030
|
label: config$2.label,
|
|
2025
2031
|
icon: config$2.icon,
|
|
@@ -2032,12 +2038,6 @@ const menuItemModule = {
|
|
|
2032
2038
|
path: "/material-costs",
|
|
2033
2039
|
nested: void 0
|
|
2034
2040
|
},
|
|
2035
|
-
{
|
|
2036
|
-
label: config$3.label,
|
|
2037
|
-
icon: config$3.icon,
|
|
2038
|
-
path: "/areas",
|
|
2039
|
-
nested: void 0
|
|
2040
|
-
},
|
|
2041
2041
|
{
|
|
2042
2042
|
label: config.label,
|
|
2043
2043
|
icon: config.icon,
|
|
@@ -2019,6 +2019,12 @@ const routeModule = {
|
|
|
2019
2019
|
};
|
|
2020
2020
|
const menuItemModule = {
|
|
2021
2021
|
menuItems: [
|
|
2022
|
+
{
|
|
2023
|
+
label: config$3.label,
|
|
2024
|
+
icon: config$3.icon,
|
|
2025
|
+
path: "/areas",
|
|
2026
|
+
nested: void 0
|
|
2027
|
+
},
|
|
2022
2028
|
{
|
|
2023
2029
|
label: config$2.label,
|
|
2024
2030
|
icon: config$2.icon,
|
|
@@ -2031,12 +2037,6 @@ const menuItemModule = {
|
|
|
2031
2037
|
path: "/material-costs",
|
|
2032
2038
|
nested: void 0
|
|
2033
2039
|
},
|
|
2034
|
-
{
|
|
2035
|
-
label: config$3.label,
|
|
2036
|
-
icon: config$3.icon,
|
|
2037
|
-
path: "/areas",
|
|
2038
|
-
nested: void 0
|
|
2039
|
-
},
|
|
2040
2040
|
{
|
|
2041
2041
|
label: config.label,
|
|
2042
2042
|
icon: config.icon,
|