@fileverse-dev/dsheet 1.2.73-cond-patch-3 → 1.2.73-cond-patch-4

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 +2 -1
  2. package/package.json +2 -2
package/dist/index.es.js CHANGED
@@ -174787,7 +174787,8 @@ var Tte = function(t) {
174787
174787
  className: xr("fortune-toolbar-combo-button !min-w-fit !px-0", {}),
174788
174788
  style: {
174789
174789
  width: 30,
174790
- height: 30
174790
+ height: 30,
174791
+ backgroundColor: J ? "hsl(var(--color-bg-default-selected))" : ""
174791
174792
  }
174792
174793
  }, /* @__PURE__ */ Z.createElement(zr, {
174793
174794
  name: "Strikethrough",
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@fileverse-dev/dsheet",
3
3
  "private": false,
4
4
  "description": "DSheet",
5
- "version": "1.2.73-cond-patch-3",
5
+ "version": "1.2.73-cond-patch-4",
6
6
  "main": "dist/index.es.js",
7
7
  "module": "dist/index.es.js",
8
8
  "exports": {
@@ -35,7 +35,7 @@
35
35
  "dependencies": {
36
36
  "@fileverse-dev/dsheets-templates": "^0.0.29",
37
37
  "@fileverse-dev/formulajs": "^4.4.36",
38
- "@fileverse-dev/fortune-react": "1.2.70",
38
+ "@fileverse-dev/fortune-react": "1.2.71",
39
39
  "@fileverse/ui": "^4.1.7-patch-40",
40
40
  "classnames": "^2.5.1",
41
41
  "exceljs": "^4.4.0",