@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.
- package/build/esm/index.js +1 -1
- package/package.json +2 -2
package/build/esm/index.js
CHANGED
|
@@ -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
|
-
|
|
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.
|
|
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": "
|
|
53
|
+
"gitHead": "f255c69b8edf8dd32806b22dbdbdeae49eb666d5"
|
|
54
54
|
}
|