@carbon-labs/wc-global-header 0.41.0 → 0.42.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.
@@ -6106,7 +6106,7 @@ function Ve(o) {
6106
6106
  context: o.sidekickConfig.context,
6107
6107
  insights_enabled: o.sidekickConfig.insights_enabled,
6108
6108
  chat_enabled: o.sidekickConfig.chat_enabled,
6109
- reports_enabled: o.sidekickConfig.reports_enabled,
6109
+ overview_enabled: o.sidekickConfig.overview_enabled,
6110
6110
  tell_me_more_enabled: o.sidekickConfig.tell_me_more_enabled
6111
6111
  };
6112
6112
  const l = (p) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carbon-labs/wc-global-header",
3
- "version": "0.41.0",
3
+ "version": "0.42.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": "11c1556263e954c7ea3f08966cca08c3b27603e7"
48
+ "gitHead": "fd896dbe33e5e5254378bc576e70e423b7f08554"
49
49
  }