@crystaldesign/diva-backoffice 24.4.0-beta.11 → 24.4.0-beta.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.
@@ -12638,6 +12638,7 @@ var FileUploadWrapper = function FileUploadWrapper(_ref) {
12638
12638
  }), /*#__PURE__*/jsx(Spin, {
12639
12639
  spinning: loading,
12640
12640
  children: /*#__PURE__*/jsxs(AssetEditor, {
12641
+ theme: root.contentStore.theme,
12641
12642
  createRef: false,
12642
12643
  disabled: !organizations.length,
12643
12644
  onChange: ( /*#__PURE__*/function () {
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/ui/FileUploadBeta/index.tsx"],"names":[],"mappings":"AASA,UAAU,KAAK;IACb,EAAE,EAAE,MAAM,CAAC;CACZ;;;;AAkFD,wBAA2C"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/ui/FileUploadBeta/index.tsx"],"names":[],"mappings":"AASA,UAAU,KAAK;IACb,EAAE,EAAE,MAAM,CAAC;CACZ;;;;AAmFD,wBAA2C"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crystaldesign/diva-backoffice",
3
- "version": "24.4.0-beta.11",
3
+ "version": "24.4.0-beta.12",
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": "73eab1accd9aa2a677d22895f3352be00ad0dad4"
53
+ "gitHead": "1d9e11efee969b35fd686ffa4af6a74ee63fba22"
54
54
  }