@camunda/camunda-composite-components 0.3.1-rc.5 → 0.3.1-rc.6

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.
@@ -90,8 +90,9 @@ export const C3HelpCenter = ({ autoStartSurvey, origin, flags, onRequestClose, m
90
90
  const tabs = helpCenterConfig.tabs;
91
91
  const firstTab = tabs[0].id;
92
92
  if (isOpen) {
93
+ console.log("opening hc");
93
94
  if (autoStartSurvey && !persona?.wasShown) {
94
- console.log("opening hc, show hint on close");
95
+ console.log("show hint on close");
95
96
  setShowHintOnClose(true);
96
97
  }
97
98
  if (persona && !persona.wasShown && decodedAudience) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camunda/camunda-composite-components",
3
- "version": "0.3.1-rc.5",
3
+ "version": "0.3.1-rc.6",
4
4
  "scripts": {
5
5
  "clean": "rimraf lib/",
6
6
  "build": "yarn clean && tsc",