@nuskin/nextgen-header 1.26.0 → 1.27.0
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/package-dist/index.js +2 -5
- package/package-dist/index.js.map +1 -1
- package/package-dist/index.mjs +107989 -0
- package/package-dist/index.mjs.map +1 -0
- package/package.json +1 -5
package/package-dist/index.js
CHANGED
|
@@ -100849,11 +100849,8 @@ var live_preview_utils_default = /*#__PURE__*/__webpack_require__.n(live_preview
|
|
|
100849
100849
|
;// external "@contentstack/utils"
|
|
100850
100850
|
const utils_namespaceObject = require("@contentstack/utils");
|
|
100851
100851
|
;// ./src/utils/constants.js
|
|
100852
|
-
|
|
100853
|
-
|
|
100854
|
-
* Uses env override when provided, with a safe default for local/dev.
|
|
100855
|
-
*/
|
|
100856
|
-
var HEADER_CONTENT_ENTRY_UID = process.env.HEADER_CONTENT_ENTRY_UID || "global_header";
|
|
100852
|
+
var HEADER_CONTENT_ENTRY_UID = "global_header";
|
|
100853
|
+
var HEADER_ENTRY_URL = "/vb-header/root-header";
|
|
100857
100854
|
var referenceFields = (/* unused pure expression or super */ null && (["top_navigation", "top_navigation.menu_items.menu_item", "top_navigation.menu_items.menu_item.sub_categories.category_section.items.product_category.category", "market_selector.regions.markets.languages", "utility_links", "utility_links.loyalty_menu", "product_search", "product_search", "market_selector.regions.markets.languages", "product_search"]));
|
|
100858
100855
|
var CONTENTSTACK_API_KEY = process.env.CONTENTSTACK_API_KEY;
|
|
100859
100856
|
var CONTENTSTACK_DELIVERY_TOKEN = process.env.CONTENTSTACK_DELIVERY_TOKEN;
|