@crystaldesign/diva-backoffice 24.5.0-rc.8 → 24.5.0-rc.9

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.
@@ -12730,7 +12730,7 @@ var FileUploadWrapper = function FileUploadWrapper(_ref) {
12730
12730
  }), /*#__PURE__*/jsx(Spin, {
12731
12731
  spinning: loading,
12732
12732
  children: /*#__PURE__*/jsxs(AssetEditor, {
12733
- theme: root.contentStore.theme,
12733
+ themeType: root.contentStore.theme,
12734
12734
  createRef: false,
12735
12735
  disabled: !organizations.length,
12736
12736
  onChange: ( /*#__PURE__*/function () {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crystaldesign/diva-backoffice",
3
- "version": "24.5.0-rc.8",
3
+ "version": "24.5.0-rc.9",
4
4
  "license": "COMMERCIAL",
5
5
  "devDependencies": {
6
6
  "@testing-library/jest-dom": "^5.15.0",
@@ -50,5 +50,5 @@
50
50
  },
51
51
  "module": "build/esm/index.js",
52
52
  "types": "./build/types/backoffice/src/index.d.ts",
53
- "gitHead": "ffc5142d1a6aa6a7ac29bfe1ed9586089c39da3c"
53
+ "gitHead": "f255c69b8edf8dd32806b22dbdbdeae49eb666d5"
54
54
  }