@crystaldesign/diva-backoffice 24.4.0-beta.11 → 24.4.0-beta.13
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
CHANGED
|
@@ -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;;;;
|
|
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.
|
|
3
|
+
"version": "24.4.0-beta.13",
|
|
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": "cc23cb361f68d63aca2f9d917572cdedf959697e"
|
|
54
54
|
}
|