@hhgtech/hhg-components
Version:
Hello Health Group common components
73 lines (67 loc) • 3.14 kB
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
var index = require('./index-ec32050c.js');
var constantsSite = require('./constantsSite.js');
var constantsDomainLocales = require('./constantsDomainLocales.js');
var constantsRiskScreener = require('./constantsRiskScreener.js');
var constantsIsProduction = require('./constantsIsProduction.js');
require('date-fns/locale');
require('./index-0a047edc.js');
require('./Locale-eb0da538.js');
exports.API_DATE_FORMAT = index.API_DATE_FORMAT;
exports.BEARER_REFRESH_TOKEN_COOKIE = index.BEARER_REFRESH_TOKEN_COOKIE;
exports.BEARER_TOKEN_COOKIE = index.BEARER_TOKEN_COOKIE;
exports.CARE_BOOKING_LOCALES = index.CARE_BOOKING_LOCALES;
exports.CARE_LOCALES = index.CARE_LOCALES;
exports.CDN_ADDRESS = index.CDN_ADDRESS;
exports.COUNTRY_LIST = index.COUNTRY_LIST;
exports.DATA_PRIVACY_LOCALES = index.DATA_PRIVACY_LOCALES;
exports.DATE_FNS_DATE_FORMAT = index.DATE_FNS_DATE_FORMAT;
exports.DATE_FNS_LOCALE = index.DATE_FNS_LOCALE;
exports.ECOM_LOCALES = index.ECOM_LOCALES;
Object.defineProperty(exports, 'EMERGENCY_STATUS', {
enumerable: true,
get: function () { return index.EMERGENCY_STATUS; }
});
exports.FAVICONS = index.FAVICONS;
exports.GA_TOKEN_COOKIE = index.GA_TOKEN_COOKIE;
exports.HAS_CLINITY_DOWNLOAD_SITE = index.HAS_CLINITY_DOWNLOAD_SITE;
exports.HHG_CART_CARE_STORE_KEY = index.HHG_CART_CARE_STORE_KEY;
exports.ISO_FORMAT = index.ISO_FORMAT;
exports.LOCALE_HAS_CART_CARE_SITE = index.LOCALE_HAS_CART_CARE_SITE;
exports.LOCALE_HAS_COMMUNITY_SITE = index.LOCALE_HAS_COMMUNITY_SITE;
exports.LOCALE_SPECS = index.LOCALE_SPECS;
Object.defineProperty(exports, 'QUERY_HEALTH_TOOL', {
enumerable: true,
get: function () { return index.QUERY_HEALTH_TOOL; }
});
Object.defineProperty(exports, 'SERVICE_TYPE', {
enumerable: true,
get: function () { return index.SERVICE_TYPE; }
});
exports.SSO_URL = index.SSO_URL;
exports.STATIC_PAGES = index.STATIC_PAGES;
Object.defineProperty(exports, 'ServicePrice', {
enumerable: true,
get: function () { return index.ServicePrice; }
});
exports.UP_BASEPATH = index.UP_BASEPATH;
exports.USER_GEOLOCATION_COORDINATES_COOKIE = index.USER_GEOLOCATION_COORDINATES_COOKIE;
exports.VIDEO_DETAIL_TEMP_STORAGE = index.VIDEO_DETAIL_TEMP_STORAGE;
exports.VIDEO_LOCALES = index.VIDEO_LOCALES;
exports.ZINDEX_HEADER = index.ZINDEX_HEADER;
exports.ZINDEX_SSO = index.ZINDEX_SSO;
exports.basePath = index.basePath;
exports.productTypeByServiceType = index.productTypeByServiceType;
exports.serviceTypeByProductType = index.serviceTypeByProductType;
exports.COUNTRY_CURRENCY_SYMBOL = constantsSite.COUNTRY_CURRENCY_SYMBOL;
exports.siteHost = constantsSite.siteHost;
exports.siteOptions = constantsSite.siteOptions;
exports.MAP_DOMAIN_BY_LOCALE = constantsDomainLocales.MAP_DOMAIN_BY_LOCALE;
exports.domainLocales = constantsDomainLocales.domainLocales;
Object.defineProperty(exports, 'RISK_SCREENER_NAME', {
enumerable: true,
get: function () { return constantsRiskScreener.RISK_SCREENER_NAME; }
});
exports.RISK_SCREENER_SLUG = constantsRiskScreener.RISK_SCREENER_SLUG;
exports.isProduction = constantsIsProduction.isProduction;