@carbon-labs/wc-global-header 0.37.0 → 0.39.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 +1 -1
- package/package.json +3 -3
package/es/wc-global-header.mjs
CHANGED
|
@@ -6433,7 +6433,7 @@ let N = class extends y {
|
|
|
6433
6433
|
isEnabled: this.solisSidekickEnabled,
|
|
6434
6434
|
scriptUrl: Zo[o] + "/sidekick/solis-sidekick.es.js",
|
|
6435
6435
|
insights_enabled: !0,
|
|
6436
|
-
|
|
6436
|
+
overview_enabled: !0,
|
|
6437
6437
|
chat_enabled: !1,
|
|
6438
6438
|
tell_me_more_enabled: !1
|
|
6439
6439
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@carbon-labs/wc-global-header",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.39.0",
|
|
4
4
|
"author": "Your Name <your@email.com>",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"@babel/runtime": "^7.23.2",
|
|
39
|
-
"@carbon-labs/utilities": "0.
|
|
39
|
+
"@carbon-labs/utilities": "0.21.0",
|
|
40
40
|
"@carbon/web-components": "2.33.0",
|
|
41
41
|
"@lit-labs/motion": "^1.0.9"
|
|
42
42
|
},
|
|
@@ -45,5 +45,5 @@
|
|
|
45
45
|
"@web/test-runner": "^0.20.2",
|
|
46
46
|
"vite": "^5.4.21"
|
|
47
47
|
},
|
|
48
|
-
"gitHead": "
|
|
48
|
+
"gitHead": "5ea24fc7a8a62a1d2bc90a52cde2ce1478c29eb2"
|
|
49
49
|
}
|