@lodashventure/medusa-parcel-shipping 0.3.25 → 0.4.1
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.
|
@@ -2021,18 +2021,6 @@ const routeModule = {
|
|
|
2021
2021
|
};
|
|
2022
2022
|
const menuItemModule = {
|
|
2023
2023
|
menuItems: [
|
|
2024
|
-
{
|
|
2025
|
-
label: config$3.label,
|
|
2026
|
-
icon: config$3.icon,
|
|
2027
|
-
path: "/areas",
|
|
2028
|
-
nested: void 0
|
|
2029
|
-
},
|
|
2030
|
-
{
|
|
2031
|
-
label: config$2.label,
|
|
2032
|
-
icon: config$2.icon,
|
|
2033
|
-
path: "/boxes",
|
|
2034
|
-
nested: void 0
|
|
2035
|
-
},
|
|
2036
2024
|
{
|
|
2037
2025
|
label: config$1.label,
|
|
2038
2026
|
icon: config$1.icon,
|
|
@@ -2044,6 +2032,18 @@ const menuItemModule = {
|
|
|
2044
2032
|
icon: config.icon,
|
|
2045
2033
|
path: "/rates",
|
|
2046
2034
|
nested: void 0
|
|
2035
|
+
},
|
|
2036
|
+
{
|
|
2037
|
+
label: config$2.label,
|
|
2038
|
+
icon: config$2.icon,
|
|
2039
|
+
path: "/boxes",
|
|
2040
|
+
nested: void 0
|
|
2041
|
+
},
|
|
2042
|
+
{
|
|
2043
|
+
label: config$3.label,
|
|
2044
|
+
icon: config$3.icon,
|
|
2045
|
+
path: "/areas",
|
|
2046
|
+
nested: void 0
|
|
2047
2047
|
}
|
|
2048
2048
|
]
|
|
2049
2049
|
};
|
|
@@ -2020,18 +2020,6 @@ 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
|
-
},
|
|
2029
|
-
{
|
|
2030
|
-
label: config$2.label,
|
|
2031
|
-
icon: config$2.icon,
|
|
2032
|
-
path: "/boxes",
|
|
2033
|
-
nested: void 0
|
|
2034
|
-
},
|
|
2035
2023
|
{
|
|
2036
2024
|
label: config$1.label,
|
|
2037
2025
|
icon: config$1.icon,
|
|
@@ -2043,6 +2031,18 @@ const menuItemModule = {
|
|
|
2043
2031
|
icon: config.icon,
|
|
2044
2032
|
path: "/rates",
|
|
2045
2033
|
nested: void 0
|
|
2034
|
+
},
|
|
2035
|
+
{
|
|
2036
|
+
label: config$2.label,
|
|
2037
|
+
icon: config$2.icon,
|
|
2038
|
+
path: "/boxes",
|
|
2039
|
+
nested: void 0
|
|
2040
|
+
},
|
|
2041
|
+
{
|
|
2042
|
+
label: config$3.label,
|
|
2043
|
+
icon: config$3.icon,
|
|
2044
|
+
path: "/areas",
|
|
2045
|
+
nested: void 0
|
|
2046
2046
|
}
|
|
2047
2047
|
]
|
|
2048
2048
|
};
|