@contentful/field-editor-rich-text 3.20.3 → 3.20.5
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.
|
@@ -73,8 +73,8 @@ function _interop_require_wildcard(obj, nodeInterop) {
|
|
|
73
73
|
const styles = {
|
|
74
74
|
topRight: (0, _emotion.css)({
|
|
75
75
|
position: 'absolute',
|
|
76
|
-
|
|
77
|
-
|
|
76
|
+
insetBlockStart: '6px',
|
|
77
|
+
insetInlineEnd: '5px'
|
|
78
78
|
})
|
|
79
79
|
};
|
|
80
80
|
const getCurrentTableSize = (editor)=>{
|
|
@@ -14,8 +14,8 @@ import { isTableHeaderEnabled } from '../helpers';
|
|
|
14
14
|
export const styles = {
|
|
15
15
|
topRight: css({
|
|
16
16
|
position: 'absolute',
|
|
17
|
-
|
|
18
|
-
|
|
17
|
+
insetBlockStart: '6px',
|
|
18
|
+
insetInlineEnd: '5px'
|
|
19
19
|
})
|
|
20
20
|
};
|
|
21
21
|
const getCurrentTableSize = (editor)=>{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contentful/field-editor-rich-text",
|
|
3
|
-
"version": "3.20.
|
|
3
|
+
"version": "3.20.5",
|
|
4
4
|
"source": "./src/index.tsx",
|
|
5
5
|
"main": "dist/cjs/index.js",
|
|
6
6
|
"module": "dist/esm/index.js",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"@contentful/f36-icons": "^4.1.1",
|
|
45
45
|
"@contentful/f36-tokens": "^4.0.0",
|
|
46
46
|
"@contentful/f36-utils": "^4.19.0",
|
|
47
|
-
"@contentful/field-editor-reference": "^5.27.
|
|
47
|
+
"@contentful/field-editor-reference": "^5.27.4",
|
|
48
48
|
"@contentful/field-editor-shared": "^1.4.8",
|
|
49
49
|
"@contentful/rich-text-plain-text-renderer": "^16.0.4",
|
|
50
50
|
"@contentful/rich-text-types": "16.3.0",
|
|
@@ -86,5 +86,5 @@
|
|
|
86
86
|
"publishConfig": {
|
|
87
87
|
"registry": "https://npm.pkg.github.com/"
|
|
88
88
|
},
|
|
89
|
-
"gitHead": "
|
|
89
|
+
"gitHead": "3e2095de775d850158da94887d11d4b7d4fbaea3"
|
|
90
90
|
}
|