@carbon-labs/wc-global-header 0.36.0 → 0.38.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/es/wc-global-header.mjs +9 -5
- package/package.json +2 -2
package/es/wc-global-header.mjs
CHANGED
|
@@ -6098,7 +6098,8 @@ function Ve(o) {
|
|
|
6098
6098
|
product_id: o.solisConfig.product_id,
|
|
6099
6099
|
is_prod: o.solisConfig.is_prod,
|
|
6100
6100
|
cdn_hostname: o.solisConfig.cdn_hostname,
|
|
6101
|
-
deployment_environment: o.solisConfig.deployment_environment
|
|
6101
|
+
deployment_environment: o.solisConfig.deployment_environment,
|
|
6102
|
+
backend_proxy: o.solisConfig.backendProxy
|
|
6102
6103
|
}, window._solis.sidekick = {
|
|
6103
6104
|
correlation_id: o.sidekickConfig.correlationId,
|
|
6104
6105
|
title: o.sidekickConfig.title,
|
|
@@ -6147,7 +6148,8 @@ function qe(o) {
|
|
|
6147
6148
|
product_id: o.solisConfig.product_id,
|
|
6148
6149
|
is_prod: o.solisConfig.is_prod,
|
|
6149
6150
|
cdn_hostname: o.solisConfig.cdn_hostname,
|
|
6150
|
-
deployment_environment: o.solisConfig.deployment_environment
|
|
6151
|
+
deployment_environment: o.solisConfig.deployment_environment,
|
|
6152
|
+
backend_proxy: o.solisConfig.backendProxy
|
|
6151
6153
|
};
|
|
6152
6154
|
const l = (p) => {
|
|
6153
6155
|
c == null || c.setAttribute(
|
|
@@ -6431,7 +6433,7 @@ let N = class extends y {
|
|
|
6431
6433
|
isEnabled: this.solisSidekickEnabled,
|
|
6432
6434
|
scriptUrl: Zo[o] + "/sidekick/solis-sidekick.es.js",
|
|
6433
6435
|
insights_enabled: !0,
|
|
6434
|
-
|
|
6436
|
+
overview_enabled: !0,
|
|
6435
6437
|
chat_enabled: !1,
|
|
6436
6438
|
tell_me_more_enabled: !1
|
|
6437
6439
|
};
|
|
@@ -6442,14 +6444,16 @@ let N = class extends y {
|
|
|
6442
6444
|
is_prod: o === "prod",
|
|
6443
6445
|
cdn_hostname: Zo[o],
|
|
6444
6446
|
deployment_environment: Ds[o] || "local",
|
|
6445
|
-
product_id: "ipaas"
|
|
6447
|
+
product_id: "ipaas",
|
|
6448
|
+
backendProxy: "/hybrid-ipaas/v1/proxies/solis/backend"
|
|
6446
6449
|
} : {
|
|
6447
6450
|
isEnabled: !0,
|
|
6448
6451
|
scriptUrl: Zo[o] + "/switcher/solis-switcher.es.js",
|
|
6449
6452
|
is_prod: o === "prod",
|
|
6450
6453
|
cdn_hostname: Zo[o],
|
|
6451
6454
|
deployment_environment: Ds[o] || "local",
|
|
6452
|
-
product_id: "ipaas"
|
|
6455
|
+
product_id: "ipaas",
|
|
6456
|
+
backendProxy: "/hybrid-ipaas/v1/proxies/solis/backend"
|
|
6453
6457
|
};
|
|
6454
6458
|
}
|
|
6455
6459
|
buildHeaderOptions(o) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@carbon-labs/wc-global-header",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.38.0",
|
|
4
4
|
"author": "Your Name <your@email.com>",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public",
|
|
@@ -45,5 +45,5 @@
|
|
|
45
45
|
"@web/test-runner": "^0.20.2",
|
|
46
46
|
"vite": "^5.4.21"
|
|
47
47
|
},
|
|
48
|
-
"gitHead": "
|
|
48
|
+
"gitHead": "b423a1091eca662f795d1199a81785b3117b225b"
|
|
49
49
|
}
|