react-semaphor 0.0.365 → 0.0.366

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.
@@ -8471,6 +8471,11 @@ const ye = JD()(
8471
8471
  }, n.showContext = !1, n.selectedSheetId = null, n.selectedCardId = null, n.selectedFrameId = null, n.selectedCard = null, n.showFilters = !1, n.isDashboardEditing = !1, n.isVisualEditing = !1, n.showDashboardJSON = !1, n.filteringCards = [], n.selectedLensId = void 0, n.filterValues = void 0;
8472
8472
  });
8473
8473
  },
8474
+ setIsDownloadingPdf: (n) => {
8475
+ e((r) => {
8476
+ r.isDownloadingPdf = n;
8477
+ });
8478
+ },
8474
8479
  setGlobalCacheConfig: (n) => {
8475
8480
  e((r) => {
8476
8481
  r.dashboard.globalCacheConfig = n;
@@ -59185,12 +59190,12 @@ function wRe({ message: e, onAddToDashboard: t }) {
59185
59190
  return i.length === 0 ? null : /* @__PURE__ */ v.jsx("div", { className: "", children: i.map((s, a) => /* @__PURE__ */ v.jsxs(
59186
59191
  "div",
59187
59192
  {
59188
- className: "relative isolate flex h-[350px] w-[99%] grow flex-col",
59193
+ className: "group relative isolate flex h-[350px] w-[99%] grow flex-col",
59189
59194
  children: [
59190
59195
  /* @__PURE__ */ v.jsxs(
59191
59196
  Br,
59192
59197
  {
59193
- className: "absolute right-0 top-0 z-10 h-8 p-2",
59198
+ className: "invisible absolute right-0 top-0 z-10 h-8 p-2 group-hover:visible",
59194
59199
  onClick: () => {
59195
59200
  t == null || t({
59196
59201
  sql: s.sql,