@campfire-interactive/shell-header 0.12.0 → 0.12.1

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.
Files changed (2) hide show
  1. package/dist/index.js +2 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1093,6 +1093,8 @@ function BugReportModal({ config, initialScreenshot, onClose }) {
1093
1093
  role: "dialog",
1094
1094
  "aria-modal": "true",
1095
1095
  "aria-label": "Report an issue",
1096
+ onPointerDown: (e) => e.stopPropagation(),
1097
+ onFocus: (e) => e.stopPropagation(),
1096
1098
  children: /* @__PURE__ */ jsxs6("div", { className: `cfi-sh-bug-card${view === "editor" ? " cfi-sh-bug-card-wide" : ""}`, children: [
1097
1099
  /* @__PURE__ */ jsxs6("div", { className: "cfi-sh-bug-header", children: [
1098
1100
  /* @__PURE__ */ jsx6("span", { className: "cfi-sh-bug-title", children: "Report an issue" }),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@campfire-interactive/shell-header",
3
- "version": "0.12.0",
3
+ "version": "0.12.1",
4
4
  "description": "Shared shell header with app switcher for Campfire Suite",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",