@crystaldesign/grid 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.
- package/build/esm/index.js +3 -1
- package/package.json +3 -3
package/build/esm/index.js
CHANGED
|
@@ -1928,6 +1928,8 @@ function Text(_ref3) {
|
|
|
1928
1928
|
_useState10 = _slicedToArray(_useState9, 2),
|
|
1929
1929
|
tempRichText = _useState10[0],
|
|
1930
1930
|
setTempRichText = _useState10[1];
|
|
1931
|
+
var _useDivaCore2 = useDivaCore(),
|
|
1932
|
+
tinyMceApiKey = _useDivaCore2.state.tinyMceApiKey;
|
|
1931
1933
|
useEffect(function () {
|
|
1932
1934
|
setValueOutside(value);
|
|
1933
1935
|
}, [value]);
|
|
@@ -1958,7 +1960,7 @@ function Text(_ref3) {
|
|
|
1958
1960
|
overflow: 'auto'
|
|
1959
1961
|
}
|
|
1960
1962
|
}, curLangIndex), rich && /*#__PURE__*/jsx(Editor, {
|
|
1961
|
-
apiKey:
|
|
1963
|
+
apiKey: tinyMceApiKey,
|
|
1962
1964
|
initialValue: translation ? value[languages[curLangIndex]] : value,
|
|
1963
1965
|
onChange: function onChange(e) {
|
|
1964
1966
|
if (translation) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@crystaldesign/grid",
|
|
3
|
-
"version": "24.9.1",
|
|
3
|
+
"version": "24.9.2-rc.1",
|
|
4
4
|
"license": "COMMERCIAL",
|
|
5
5
|
"devDependencies": {
|
|
6
6
|
"@material-ui/pickers": "^3.2.10",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"react-dom": "17.0.2"
|
|
14
14
|
},
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@crystaldesign/searchfield": "24.9.1",
|
|
16
|
+
"@crystaldesign/searchfield": "24.9.2-rc.1",
|
|
17
17
|
"@date-io/core": "^1.3.13",
|
|
18
18
|
"@date-io/date-fns": "^1.3.13",
|
|
19
19
|
"@tinymce/tinymce-react": "^3.13.0",
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
},
|
|
44
44
|
"module": "build/esm/index.js",
|
|
45
45
|
"types": "./build/types/grid/src/index.d.ts",
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "09c6c314154ff7c09b7874ab890b5d86d6ed5813"
|
|
47
47
|
}
|