@flowgram.ai/form-materials 0.4.19 → 0.5.0

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.
@@ -68,7 +68,7 @@ const darkTheme = (0, preset_code_namespaceObject.createTheme)({
68
68
  gutterForeground: colors.foreground,
69
69
  gutterBorderColor: 'transparent',
70
70
  gutterBorderWidth: 0,
71
- lineHighlight: '#21262D',
71
+ lineHighlight: 'transparent',
72
72
  bracketColors: [
73
73
  '#FBBF24',
74
74
  '#A78BFA',
@@ -63,7 +63,7 @@ const lightTheme = (0, preset_code_namespaceObject.createTheme)({
63
63
  gutterForeground: colors.foreground,
64
64
  gutterBorderColor: 'transparent',
65
65
  gutterBorderWidth: 0,
66
- lineHighlight: colors.background,
66
+ lineHighlight: 'transparent',
67
67
  bracketColors: [
68
68
  '#F59E0B',
69
69
  '#8B5CF6',
@@ -39,7 +39,7 @@ const darkTheme = createTheme({
39
39
  gutterForeground: colors.foreground,
40
40
  gutterBorderColor: 'transparent',
41
41
  gutterBorderWidth: 0,
42
- lineHighlight: '#21262D',
42
+ lineHighlight: 'transparent',
43
43
  bracketColors: [
44
44
  '#FBBF24',
45
45
  '#A78BFA',
@@ -34,7 +34,7 @@ const lightTheme = createTheme({
34
34
  gutterForeground: colors.foreground,
35
35
  gutterBorderColor: 'transparent',
36
36
  gutterBorderWidth: 0,
37
- lineHighlight: colors.background,
37
+ lineHighlight: 'transparent',
38
38
  bracketColors: [
39
39
  '#F59E0B',
40
40
  '#8B5CF6',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowgram.ai/form-materials",
3
- "version": "0.4.19",
3
+ "version": "0.5.0",
4
4
  "homepage": "https://flowgram.ai/",
5
5
  "repository": "https://github.com/bytedance/flowgram.ai",
6
6
  "license": "MIT",
@@ -67,9 +67,9 @@
67
67
  "@codemirror/view": "~6.38.0",
68
68
  "@codemirror/state": "~6.5.2",
69
69
  "zod": "^3.24.4",
70
- "@flowgram.ai/editor": "0.4.19",
71
- "@flowgram.ai/coze-editor": "0.4.19",
72
- "@flowgram.ai/json-schema": "0.4.19"
70
+ "@flowgram.ai/json-schema": "0.5.0",
71
+ "@flowgram.ai/editor": "0.5.0",
72
+ "@flowgram.ai/coze-editor": "0.5.0"
73
73
  },
74
74
  "devDependencies": {
75
75
  "@types/lodash-es": "^4.17.12",
@@ -88,8 +88,8 @@
88
88
  "cross-env": "~7.0.3",
89
89
  "@rsbuild/plugin-react": "^1.1.1",
90
90
  "date-fns": "~4.1.0",
91
- "@flowgram.ai/eslint-config": "0.4.19",
92
- "@flowgram.ai/ts-config": "0.4.19"
91
+ "@flowgram.ai/eslint-config": "0.5.0",
92
+ "@flowgram.ai/ts-config": "0.5.0"
93
93
  },
94
94
  "peerDependencies": {
95
95
  "react": ">=16.8",
@@ -47,7 +47,7 @@ export const darkTheme: Extension = createTheme({
47
47
  gutterForeground: colors.foreground,
48
48
  gutterBorderColor: 'transparent',
49
49
  gutterBorderWidth: 0,
50
- lineHighlight: '#21262D',
50
+ lineHighlight: 'transparent',
51
51
  bracketColors: ['#FBBF24', '#A78BFA', '#7DD3FC'],
52
52
  tooltip: {
53
53
  backgroundColor: '#21262D',
@@ -42,7 +42,7 @@ export const lightTheme: Extension = createTheme({
42
42
  gutterForeground: colors.foreground,
43
43
  gutterBorderColor: 'transparent',
44
44
  gutterBorderWidth: 0,
45
- lineHighlight: colors.background,
45
+ lineHighlight: 'transparent',
46
46
  bracketColors: ['#F59E0B', '#8B5CF6', '#06B6D4'],
47
47
  tooltip: {
48
48
  backgroundColor: colors.dropdownBackground,