@fileverse-dev/dsheet 2.0.11 → 2.0.12

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.es.js +1 -1
  2. package/package.json +2 -2
package/dist/index.es.js CHANGED
@@ -51192,7 +51192,7 @@ const Sw = () => {
51192
51192
  className: "hover:color-bg-default-hover h-8 rounded p-2 w-full text-left flex items-center justify-between space-x-2 transition",
51193
51193
  onClick: () => {
51194
51194
  const c = document.getElementById("function-button");
51195
- c && c.click();
51195
+ c && c.click(), o(!1), l(null);
51196
51196
  },
51197
51197
  children: /* @__PURE__ */ m.jsx("span", { className: "text-body-sm truncate", children: "Learn More" })
51198
51198
  }
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@fileverse-dev/dsheet",
3
3
  "private": false,
4
4
  "description": "DSheet",
5
- "version": "2.0.11",
5
+ "version": "2.0.12",
6
6
  "main": "dist/index.es.js",
7
7
  "module": "dist/index.es.js",
8
8
  "exports": {
@@ -91,4 +91,4 @@
91
91
  "typescript": "^5.2.2",
92
92
  "vite": "^5.0.0"
93
93
  }
94
- }
94
+ }