@openeditor/native 0.0.9 → 0.0.10

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.
Files changed (2) hide show
  1. package/dist/index.js +7 -0
  2. package/package.json +5 -5
package/dist/index.js CHANGED
@@ -198,6 +198,13 @@ const toNativeEditorTheme = (theme) => ({
198
198
  lineHeight: 22,
199
199
  },
200
200
  },
201
+ table: {
202
+ cellBackgroundColor: normalizeNativeThemeColor(theme.surface),
203
+ headerBackgroundColor: normalizeNativeThemeColor(theme.surfaceMuted),
204
+ borderColor: normalizeNativeThemeColor(theme.border),
205
+ selectionBackgroundColor: normalizeNativeThemeColor(theme.accent),
206
+ selectionBorderColor: normalizeNativeThemeColor(theme.accentStrong),
207
+ },
201
208
  horizontalRule: {
202
209
  color: normalizeNativeThemeColor(theme.border),
203
210
  thickness: 1,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openeditor/native",
3
- "version": "0.0.9",
3
+ "version": "0.0.10",
4
4
  "type": "module",
5
5
  "sideEffects": false,
6
6
  "repository": {
@@ -27,14 +27,14 @@
27
27
  },
28
28
  "dependencies": {
29
29
  "@expo/vector-icons": "15.0.3",
30
- "@openeditor/core": "0.0.9",
31
- "@openeditor/exporters": "0.0.9",
32
- "@openeditor/extensions": "0.0.9",
30
+ "@openeditor/core": "0.0.10",
31
+ "@openeditor/exporters": "0.0.10",
32
+ "@openeditor/extensions": "0.0.10",
33
33
  "react": "19.2.3",
34
34
  "react-native": "0.85.3"
35
35
  },
36
36
  "peerDependencies": {
37
- "@openeditor/react-native-prose-editor": "0.0.9",
37
+ "@openeditor/react-native-prose-editor": "0.0.10",
38
38
  "react-native-keyboard-controller": ">=1.21",
39
39
  "react": ">=19",
40
40
  "react-native": ">=0.85"