@crystaldesign/diva-backoffice 24.9.1 → 24.9.2-rc.1

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.
@@ -15574,9 +15574,11 @@ var RichTextEditor = function RichTextEditor(_ref) {
15574
15574
  var initValue = _ref.initValue,
15575
15575
  onChange = _ref.onChange,
15576
15576
  name = _ref.name;
15577
+ var _useDivaCore = useDivaCore(),
15578
+ tinyMceApiKey = _useDivaCore.state.tinyMceApiKey;
15577
15579
  var val = useRef(initValue);
15578
15580
  return /*#__PURE__*/jsx(Editor, {
15579
- apiKey: "m7260i0wfvki2sqkam6mfogklidxr229sk7499yjty92q8ww",
15581
+ apiKey: tinyMceApiKey,
15580
15582
  onEditorChange: function onEditorChange(val, e) {
15581
15583
  onChange === null || onChange === void 0 || onChange(name, val);
15582
15584
  },
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/ui/RichTextEditor/index.tsx"],"names":[],"mappings":"AAGA,KAAK,KAAK,GAAG;IAAE,IAAI,EAAE,MAAM,GAAG,CAAC,MAAM,GAAG,MAAM,CAAC,EAAE,CAAC;IAAC,SAAS,EAAE,MAAM,CAAC;IAAC,QAAQ,EAAE,CAAC,IAAI,EAAE,MAAM,GAAG,CAAC,MAAM,GAAG,MAAM,CAAC,EAAE,EAAE,GAAG,EAAE,GAAG,KAAK,IAAI,CAAA;CAAE,CAAC;AAEzI,QAAA,MAAM,cAAc,kCAAmC,KAAK,gBAyB3D,CAAC;AAEF,eAAe,cAAc,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/ui/RichTextEditor/index.tsx"],"names":[],"mappings":"AAIA,KAAK,KAAK,GAAG;IAAE,IAAI,EAAE,MAAM,GAAG,CAAC,MAAM,GAAG,MAAM,CAAC,EAAE,CAAC;IAAC,SAAS,EAAE,MAAM,CAAC;IAAC,QAAQ,EAAE,CAAC,IAAI,EAAE,MAAM,GAAG,CAAC,MAAM,GAAG,MAAM,CAAC,EAAE,EAAE,GAAG,EAAE,GAAG,KAAK,IAAI,CAAA;CAAE,CAAC;AAEzI,QAAA,MAAM,cAAc,kCAAmC,KAAK,gBA6B3D,CAAC;AAEF,eAAe,cAAc,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crystaldesign/diva-backoffice",
3
- "version": "24.9.1",
3
+ "version": "24.9.2-rc.1",
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.1",
18
+ "@crystaldesign/spreadsheet": "24.9.2-rc.1",
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": "d89ae004d0648211246e9b65663a4d19a151aca5"
54
+ "gitHead": "09c6c314154ff7c09b7874ab890b5d86d6ed5813"
55
55
  }