@hub-kit/core 0.3.1 → 0.3.3

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.
@@ -118,7 +118,7 @@ export function TourOverlay() {
118
118
  if (!tour || !tour.isOpen || !step || !rect) {
119
119
  return null;
120
120
  }
121
- return (_jsxs("div", { className: "fixed inset-0 z-50", role: "presentation", children: [_jsx("div", { className: "absolute inset-0", style: { background: "var(--tour-backdrop, rgb(0 0 0 / 0.5))" } }), _jsx("div", { className: "absolute", style: {
121
+ return (_jsxs("div", { className: "fixed inset-0 z-50", role: "presentation", children: [_jsx("div", { className: "absolute inset-0", style: { background: "var(--tour-backdrop, rgb(0 0 0 / 0.5))" }, onClick: tour.skip }), _jsx("div", { className: "absolute", onClick: tour.skip, style: {
122
122
  top: rect.top - SPOTLIGHT_PADDING,
123
123
  left: rect.left - SPOTLIGHT_PADDING,
124
124
  width: rect.width + SPOTLIGHT_PADDING * 2,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hub-kit/core",
3
- "version": "0.3.1",
3
+ "version": "0.3.3",
4
4
  "description": "Shared pages, components and theme system for all Hub projects.",
5
5
  "type": "module",
6
6
  "files": [