@crystaldesign/diva-backoffice 24.9.0-rc.13 → 24.9.0-rc.14

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.
@@ -21802,7 +21802,7 @@ var TableWrapper = function TableWrapper(_ref) {
21802
21802
  type: "default",
21803
21803
  size: 'middle',
21804
21804
  onClick: function onClick() {
21805
- return setAnalyticsVisible(!analyticsVisible);
21805
+ return !analyticsVisible ? setAnalyticsVisible(true) : undefined;
21806
21806
  },
21807
21807
  children: /*#__PURE__*/jsx(SMChart, {
21808
21808
  field: state.configuration.histogram.field,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crystaldesign/diva-backoffice",
3
- "version": "24.9.0-rc.13",
3
+ "version": "24.9.0-rc.14",
4
4
  "license": "COMMERCIAL",
5
5
  "devDependencies": {
6
6
  "@testing-library/jest-dom": "^5.15.0",
@@ -15,7 +15,7 @@
15
15
  "dependencies": {
16
16
  "@ant-design/icons": "5.0.1",
17
17
  "@babel/runtime": "7.18.0",
18
- "@crystaldesign/spreadsheet": "24.9.0-rc.13",
18
+ "@crystaldesign/spreadsheet": "24.9.0-rc.14",
19
19
  "@google/model-viewer": "3.4.0",
20
20
  "@tinymce/tinymce-react": "^3.13.0",
21
21
  "ag-charts-community": "^9.3.1",
@@ -51,5 +51,5 @@
51
51
  },
52
52
  "module": "build/esm/index.js",
53
53
  "types": "./build/types/backoffice/src/index.d.ts",
54
- "gitHead": "7c4ca3ea6ca604a68ddf072ee0ec7087610f608c"
54
+ "gitHead": "4803d9e8c0c2bd876a3141e1323d25f3ee658bf0"
55
55
  }