prosekit 0.1.15 → 0.2.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/dist/_tsup-dts-rollup.d.ts +7 -10
- package/dist/basic/style.css +10 -3
- package/dist/basic/typography.css +101 -0
- package/dist/pm/view/style/prosemirror.css +1 -1
- package/package.json +16 -25
- package/dist/basic/internal/preflight.css +0 -123
- package/dist/core/style.css +0 -57
- package/dist/prosekit-extensions-suggestion.d.ts +0 -3
- package/dist/prosekit-extensions-suggestion.js +0 -2
|
@@ -186,7 +186,6 @@ import { defineStrike } from '@prosekit/extensions/strike';
|
|
|
186
186
|
import { defineStrikeCommands } from '@prosekit/extensions/strike';
|
|
187
187
|
import { defineStrikeKeymap } from '@prosekit/extensions/strike';
|
|
188
188
|
import { defineStrikeSpec } from '@prosekit/extensions/strike';
|
|
189
|
-
import { defineSuggestion } from '@prosekit/extensions/suggestion';
|
|
190
189
|
import { defineText } from '@prosekit/core';
|
|
191
190
|
import { defineUnderline } from '@prosekit/extensions/underline';
|
|
192
191
|
import { defineUnderlineCommands } from '@prosekit/extensions/underline';
|
|
@@ -326,7 +325,6 @@ import { PopoverProps as PopoverProps_alias_2 } from '@prosekit/react/popover';
|
|
|
326
325
|
import { PopoverProps as PopoverProps_alias_3 } from '@prosekit/solid/popover';
|
|
327
326
|
import { PopoverProps as PopoverProps_alias_4 } from '@prosekit/svelte/popover';
|
|
328
327
|
import { PopoverProps as PopoverProps_alias_5 } from '@prosekit/vue/popover';
|
|
329
|
-
import { PredictionRule } from '@prosekit/extensions/suggestion';
|
|
330
328
|
import { Priority } from '@prosekit/core';
|
|
331
329
|
import { propNames } from '@prosekit/lit/autocomplete-empty';
|
|
332
330
|
import { propNames as propNames_alias_1 } from '@prosekit/lit/autocomplete-item';
|
|
@@ -397,7 +395,6 @@ import { StateJSON } from '@prosekit/core';
|
|
|
397
395
|
import { Step } from '@prosekit/pm/transform';
|
|
398
396
|
import { StepMap } from '@prosekit/pm/transform';
|
|
399
397
|
import { StepResult } from '@prosekit/pm/transform';
|
|
400
|
-
import { SuggestionOptions } from '@prosekit/extensions/suggestion';
|
|
401
398
|
import { textblockTypeInputRule } from '@prosekit/pm/inputrules';
|
|
402
399
|
import { TextSelection } from '@prosekit/pm/state';
|
|
403
400
|
import { toggleMark } from '@prosekit/core';
|
|
@@ -681,7 +678,13 @@ export { DecorationSet }
|
|
|
681
678
|
|
|
682
679
|
export { DecorationSource }
|
|
683
680
|
|
|
684
|
-
export declare
|
|
681
|
+
export declare namespace default_alias {
|
|
682
|
+
let plugins: {
|
|
683
|
+
'postcss-nesting': {};
|
|
684
|
+
};
|
|
685
|
+
}
|
|
686
|
+
|
|
687
|
+
export declare const default_alias_1: Options | Options[] | ((overrideOptions: Options) => Options | Options[] | Promise<Options | Options[]>);
|
|
685
688
|
|
|
686
689
|
export { DefaultStateOptions }
|
|
687
690
|
|
|
@@ -809,8 +812,6 @@ export { defineStrikeKeymap }
|
|
|
809
812
|
|
|
810
813
|
export { defineStrikeSpec }
|
|
811
814
|
|
|
812
|
-
export { defineSuggestion }
|
|
813
|
-
|
|
814
815
|
export { defineText }
|
|
815
816
|
|
|
816
817
|
export { defineUnderline }
|
|
@@ -1087,8 +1088,6 @@ export { PopoverProps_alias_4 }
|
|
|
1087
1088
|
|
|
1088
1089
|
export { PopoverProps_alias_5 }
|
|
1089
1090
|
|
|
1090
|
-
export { PredictionRule }
|
|
1091
|
-
|
|
1092
1091
|
export { Priority }
|
|
1093
1092
|
|
|
1094
1093
|
export { propNames }
|
|
@@ -1229,8 +1228,6 @@ export { StepMap }
|
|
|
1229
1228
|
|
|
1230
1229
|
export { StepResult }
|
|
1231
1230
|
|
|
1232
|
-
export { SuggestionOptions }
|
|
1233
|
-
|
|
1234
1231
|
export { textblockTypeInputRule }
|
|
1235
1232
|
|
|
1236
1233
|
export { TextSelection }
|
package/dist/basic/style.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* ../../node_modules/.pnpm/prosemirror-view@1.32.
|
|
1
|
+
/* ../../node_modules/.pnpm/prosemirror-view@1.32.7/node_modules/prosemirror-view/style/prosemirror.css */
|
|
2
2
|
.ProseMirror {
|
|
3
3
|
position: relative;
|
|
4
4
|
}
|
|
@@ -52,8 +52,6 @@ img.ProseMirror-separator {
|
|
|
52
52
|
|
|
53
53
|
/* ../pm/src/view/style/prosemirror.css */
|
|
54
54
|
|
|
55
|
-
/* ../core/src/style.css */
|
|
56
|
-
|
|
57
55
|
/* ../../node_modules/.pnpm/prosemirror-flat-list@0.4.5/node_modules/prosemirror-flat-list/dist/style.css */
|
|
58
56
|
.prosemirror-flat-list {
|
|
59
57
|
padding: 0;
|
|
@@ -144,6 +142,15 @@ img.ProseMirror-separator {
|
|
|
144
142
|
|
|
145
143
|
/* ../extensions/src/list/style.css */
|
|
146
144
|
|
|
145
|
+
/* ../extensions/src/placeholder/style.css */
|
|
146
|
+
.prosekit-placeholder::before {
|
|
147
|
+
position: absolute;
|
|
148
|
+
opacity: 30%;
|
|
149
|
+
pointer-events: none;
|
|
150
|
+
height: 0;
|
|
151
|
+
content: attr(data-placeholder);
|
|
152
|
+
}
|
|
153
|
+
|
|
147
154
|
/* ../basic/src/style.css */
|
|
148
155
|
|
|
149
156
|
/* src/basic/style.css */
|
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
/* ../basic/src/typography.css */
|
|
2
|
+
div.ProseMirror {
|
|
3
|
+
display: flex;
|
|
4
|
+
flex-direction: column;
|
|
5
|
+
}
|
|
6
|
+
div.ProseMirror p:first-child,
|
|
7
|
+
div.ProseMirror h1:first-child,
|
|
8
|
+
div.ProseMirror h2:first-child,
|
|
9
|
+
div.ProseMirror h3:first-child,
|
|
10
|
+
div.ProseMirror h4:first-child,
|
|
11
|
+
div.ProseMirror h5:first-child,
|
|
12
|
+
div.ProseMirror h6:first-child {
|
|
13
|
+
margin-top: 0;
|
|
14
|
+
}
|
|
15
|
+
div.ProseMirror p:last-child,
|
|
16
|
+
div.ProseMirror h1:last-child,
|
|
17
|
+
div.ProseMirror h2:last-child,
|
|
18
|
+
div.ProseMirror h3:last-child,
|
|
19
|
+
div.ProseMirror h4:last-child,
|
|
20
|
+
div.ProseMirror h5:last-child,
|
|
21
|
+
div.ProseMirror h6:last-child {
|
|
22
|
+
margin-bottom: 0;
|
|
23
|
+
}
|
|
24
|
+
div.ProseMirror h1,
|
|
25
|
+
div.ProseMirror h2,
|
|
26
|
+
div.ProseMirror h3,
|
|
27
|
+
div.ProseMirror h4,
|
|
28
|
+
div.ProseMirror h5,
|
|
29
|
+
div.ProseMirror h6 {
|
|
30
|
+
font-weight: 600;
|
|
31
|
+
line-height: 1.25;
|
|
32
|
+
padding-top: 0;
|
|
33
|
+
padding-bottom: 0;
|
|
34
|
+
border-style: none;
|
|
35
|
+
}
|
|
36
|
+
div.ProseMirror a {
|
|
37
|
+
text-decoration: underline;
|
|
38
|
+
font-weight: 500;
|
|
39
|
+
}
|
|
40
|
+
div.ProseMirror p,
|
|
41
|
+
div.ProseMirror ul,
|
|
42
|
+
div.ProseMirror ol,
|
|
43
|
+
div.ProseMirror pre {
|
|
44
|
+
padding: 0.25rem;
|
|
45
|
+
line-height: 1.5;
|
|
46
|
+
}
|
|
47
|
+
div.ProseMirror blockquote {
|
|
48
|
+
padding: 0.25rem;
|
|
49
|
+
padding-left: 1em;
|
|
50
|
+
font-style: italic;
|
|
51
|
+
}
|
|
52
|
+
div.ProseMirror h1 {
|
|
53
|
+
margin: 1rem 0;
|
|
54
|
+
font-size: 2.25em;
|
|
55
|
+
}
|
|
56
|
+
div.ProseMirror h2 {
|
|
57
|
+
margin: 1.75em 0 0.5em;
|
|
58
|
+
font-size: 1.75em;
|
|
59
|
+
}
|
|
60
|
+
div.ProseMirror h3 {
|
|
61
|
+
margin: 1.5em 0 0.5em;
|
|
62
|
+
font-size: 1.375em;
|
|
63
|
+
}
|
|
64
|
+
div.ProseMirror h4 {
|
|
65
|
+
margin: 1em 0;
|
|
66
|
+
font-size: 1.125em;
|
|
67
|
+
}
|
|
68
|
+
div.ProseMirror img,
|
|
69
|
+
div.ProseMirror video {
|
|
70
|
+
max-width: 100%;
|
|
71
|
+
}
|
|
72
|
+
div.ProseMirror code {
|
|
73
|
+
font-size: 0.875em;
|
|
74
|
+
font-weight: 600;
|
|
75
|
+
}
|
|
76
|
+
div.ProseMirror pre {
|
|
77
|
+
margin: 0.5rem 0;
|
|
78
|
+
padding: 2rem 2rem;
|
|
79
|
+
overflow-x: auto;
|
|
80
|
+
border-radius: 0.375rem;
|
|
81
|
+
}
|
|
82
|
+
div.ProseMirror pre,
|
|
83
|
+
div.ProseMirror code {
|
|
84
|
+
white-space: pre;
|
|
85
|
+
word-spacing: normal;
|
|
86
|
+
word-break: normal;
|
|
87
|
+
word-wrap: normal;
|
|
88
|
+
tab-size: 4;
|
|
89
|
+
hyphens: none;
|
|
90
|
+
}
|
|
91
|
+
div.ProseMirror pre code {
|
|
92
|
+
font-weight: inherit;
|
|
93
|
+
}
|
|
94
|
+
div.ProseMirror hr {
|
|
95
|
+
margin: 2em 0;
|
|
96
|
+
}
|
|
97
|
+
div.ProseMirror .prosemirror-flat-list {
|
|
98
|
+
line-height: 1.5;
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
/* src/basic/typography.css */
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "prosekit",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.1
|
|
4
|
+
"version": "0.2.1",
|
|
5
5
|
"private": false,
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "ocavue",
|
|
@@ -35,20 +35,17 @@
|
|
|
35
35
|
"import": "./dist/prosekit-basic.js",
|
|
36
36
|
"default": "./dist/prosekit-basic.js"
|
|
37
37
|
},
|
|
38
|
-
"./basic/internal/preflight.css": {
|
|
39
|
-
"default": "./dist/basic/internal/preflight.css"
|
|
40
|
-
},
|
|
41
38
|
"./basic/style.css": {
|
|
42
39
|
"default": "./dist/basic/style.css"
|
|
43
40
|
},
|
|
41
|
+
"./basic/typography.css": {
|
|
42
|
+
"default": "./dist/basic/typography.css"
|
|
43
|
+
},
|
|
44
44
|
"./core": {
|
|
45
45
|
"types": "./dist/prosekit-core.d.ts",
|
|
46
46
|
"import": "./dist/prosekit-core.js",
|
|
47
47
|
"default": "./dist/prosekit-core.js"
|
|
48
48
|
},
|
|
49
|
-
"./core/style.css": {
|
|
50
|
-
"default": "./dist/core/style.css"
|
|
51
|
-
},
|
|
52
49
|
"./extensions": {
|
|
53
50
|
"types": "./dist/prosekit-extensions.d.ts",
|
|
54
51
|
"import": "./dist/prosekit-extensions.js",
|
|
@@ -130,11 +127,6 @@
|
|
|
130
127
|
"import": "./dist/prosekit-extensions-strike.js",
|
|
131
128
|
"default": "./dist/prosekit-extensions-strike.js"
|
|
132
129
|
},
|
|
133
|
-
"./extensions/suggestion": {
|
|
134
|
-
"types": "./dist/prosekit-extensions-suggestion.d.ts",
|
|
135
|
-
"import": "./dist/prosekit-extensions-suggestion.js",
|
|
136
|
-
"default": "./dist/prosekit-extensions-suggestion.js"
|
|
137
|
-
},
|
|
138
130
|
"./extensions/underline": {
|
|
139
131
|
"types": "./dist/prosekit-extensions-underline.d.ts",
|
|
140
132
|
"import": "./dist/prosekit-extensions-underline.js",
|
|
@@ -523,16 +515,16 @@
|
|
|
523
515
|
"dist"
|
|
524
516
|
],
|
|
525
517
|
"dependencies": {
|
|
526
|
-
"@prosekit/basic": "0.1
|
|
527
|
-
"@prosekit/core": "0.
|
|
528
|
-
"@prosekit/extensions": "0.
|
|
529
|
-
"@prosekit/lit": "0.1.
|
|
518
|
+
"@prosekit/basic": "0.2.1",
|
|
519
|
+
"@prosekit/core": "0.2.0",
|
|
520
|
+
"@prosekit/extensions": "0.2.0",
|
|
521
|
+
"@prosekit/lit": "0.1.6",
|
|
530
522
|
"@prosekit/pm": "0.1.1",
|
|
531
|
-
"@prosekit/preact": "0.1.
|
|
532
|
-
"@prosekit/react": "0.1.
|
|
533
|
-
"@prosekit/solid": "0.1.
|
|
534
|
-
"@prosekit/svelte": "0.1.
|
|
535
|
-
"@prosekit/vue": "0.1.
|
|
523
|
+
"@prosekit/preact": "0.1.3",
|
|
524
|
+
"@prosekit/react": "0.1.4",
|
|
525
|
+
"@prosekit/solid": "0.1.4",
|
|
526
|
+
"@prosekit/svelte": "0.1.3",
|
|
527
|
+
"@prosekit/vue": "0.1.4"
|
|
536
528
|
},
|
|
537
529
|
"peerDependencies": {
|
|
538
530
|
"preact": ">= 9.0.0",
|
|
@@ -566,6 +558,8 @@
|
|
|
566
558
|
"@prosekit/dev": "*",
|
|
567
559
|
"@types/react": "^18.2.45",
|
|
568
560
|
"@types/react-dom": "^18.2.18",
|
|
561
|
+
"postcss": "^8.4.32",
|
|
562
|
+
"postcss-nesting": "^12.0.2",
|
|
569
563
|
"preact": "^10.19.3",
|
|
570
564
|
"react": "^18.2.0",
|
|
571
565
|
"react-dom": "^18.2.0",
|
|
@@ -573,7 +567,7 @@
|
|
|
573
567
|
"svelte": "^4.2.8",
|
|
574
568
|
"tsup": "^8.0.1",
|
|
575
569
|
"typescript": "^5.3.3",
|
|
576
|
-
"vue": "^3.3
|
|
570
|
+
"vue": "^3.4.0-rc.3"
|
|
577
571
|
},
|
|
578
572
|
"scripts": {
|
|
579
573
|
"build:tsup": "tsup",
|
|
@@ -636,9 +630,6 @@
|
|
|
636
630
|
"extensions/strike": [
|
|
637
631
|
"./dist/prosekit-extensions-strike.d.ts"
|
|
638
632
|
],
|
|
639
|
-
"extensions/suggestion": [
|
|
640
|
-
"./dist/prosekit-extensions-suggestion.d.ts"
|
|
641
|
-
],
|
|
642
633
|
"extensions/underline": [
|
|
643
634
|
"./dist/prosekit-extensions-underline.d.ts"
|
|
644
635
|
],
|
|
@@ -1,123 +0,0 @@
|
|
|
1
|
-
/* ../basic/src/internal/preflight.css */
|
|
2
|
-
*,
|
|
3
|
-
::before,
|
|
4
|
-
::after {
|
|
5
|
-
border-width: 0;
|
|
6
|
-
border-style: solid;
|
|
7
|
-
}
|
|
8
|
-
*:has(> div.ProseMirror) {
|
|
9
|
-
box-sizing: border-box;
|
|
10
|
-
font-family:
|
|
11
|
-
ui-sans-serif,
|
|
12
|
-
sans-serif,
|
|
13
|
-
"Apple Color Emoji",
|
|
14
|
-
"Segoe UI Emoji",
|
|
15
|
-
"Segoe UI Symbol",
|
|
16
|
-
"Noto Color Emoji",
|
|
17
|
-
system-ui;
|
|
18
|
-
}
|
|
19
|
-
*:has(> div.ProseMirror) * {
|
|
20
|
-
box-sizing: border-box;
|
|
21
|
-
}
|
|
22
|
-
div.ProseMirror {
|
|
23
|
-
& {
|
|
24
|
-
display: flex;
|
|
25
|
-
flex-direction: column;
|
|
26
|
-
}
|
|
27
|
-
& p:first-child,
|
|
28
|
-
& h1:first-child,
|
|
29
|
-
& h2:first-child,
|
|
30
|
-
& h3:first-child,
|
|
31
|
-
& h4:first-child,
|
|
32
|
-
& h5:first-child,
|
|
33
|
-
& h6:first-child {
|
|
34
|
-
margin-top: 0;
|
|
35
|
-
}
|
|
36
|
-
& p:last-child,
|
|
37
|
-
& h1:last-child,
|
|
38
|
-
& h2:last-child,
|
|
39
|
-
& h3:last-child,
|
|
40
|
-
& h4:last-child,
|
|
41
|
-
& h5:last-child,
|
|
42
|
-
& h6:last-child {
|
|
43
|
-
margin-bottom: 0;
|
|
44
|
-
}
|
|
45
|
-
& h1,
|
|
46
|
-
& h2,
|
|
47
|
-
& h3,
|
|
48
|
-
& h4,
|
|
49
|
-
& h5,
|
|
50
|
-
& h6 {
|
|
51
|
-
font-weight: 600;
|
|
52
|
-
line-height: 1.25;
|
|
53
|
-
padding-top: 0;
|
|
54
|
-
padding-bottom: 0;
|
|
55
|
-
border-style: none;
|
|
56
|
-
}
|
|
57
|
-
& a {
|
|
58
|
-
text-decoration: underline;
|
|
59
|
-
font-weight: 500;
|
|
60
|
-
}
|
|
61
|
-
& p,
|
|
62
|
-
& ul,
|
|
63
|
-
& ol,
|
|
64
|
-
& pre {
|
|
65
|
-
padding: 0.25rem;
|
|
66
|
-
line-height: 1.5;
|
|
67
|
-
}
|
|
68
|
-
& blockquote {
|
|
69
|
-
padding: 0.25rem;
|
|
70
|
-
padding-left: 1em;
|
|
71
|
-
font-style: italic;
|
|
72
|
-
}
|
|
73
|
-
& h1 {
|
|
74
|
-
margin: 1rem 0;
|
|
75
|
-
font-size: 2.25em;
|
|
76
|
-
}
|
|
77
|
-
& h2 {
|
|
78
|
-
margin: 1.75em 0 0.5em;
|
|
79
|
-
font-size: 1.75em;
|
|
80
|
-
}
|
|
81
|
-
& h3 {
|
|
82
|
-
margin: 1.5em 0 0.5em;
|
|
83
|
-
font-size: 1.375em;
|
|
84
|
-
}
|
|
85
|
-
& h4 {
|
|
86
|
-
margin: 1em 0;
|
|
87
|
-
font-size: 1.125em;
|
|
88
|
-
}
|
|
89
|
-
& img,
|
|
90
|
-
& video {
|
|
91
|
-
max-width: 100%;
|
|
92
|
-
}
|
|
93
|
-
& code {
|
|
94
|
-
font-size: 0.875em;
|
|
95
|
-
font-weight: 600;
|
|
96
|
-
}
|
|
97
|
-
& pre {
|
|
98
|
-
margin: 0.5rem 0;
|
|
99
|
-
padding: 2rem 2rem;
|
|
100
|
-
overflow-x: auto;
|
|
101
|
-
border-radius: 0.375rem;
|
|
102
|
-
}
|
|
103
|
-
& pre,
|
|
104
|
-
& code {
|
|
105
|
-
white-space: pre;
|
|
106
|
-
word-spacing: normal;
|
|
107
|
-
word-break: normal;
|
|
108
|
-
word-wrap: normal;
|
|
109
|
-
tab-size: 4;
|
|
110
|
-
hyphens: none;
|
|
111
|
-
}
|
|
112
|
-
& pre code {
|
|
113
|
-
font-weight: inherit;
|
|
114
|
-
}
|
|
115
|
-
& hr {
|
|
116
|
-
margin: 2em 0;
|
|
117
|
-
}
|
|
118
|
-
& .prosemirror-flat-list {
|
|
119
|
-
line-height: 1.5;
|
|
120
|
-
}
|
|
121
|
-
}
|
|
122
|
-
|
|
123
|
-
/* src/basic/internal/preflight.css */
|
package/dist/core/style.css
DELETED
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
/* ../../node_modules/.pnpm/prosemirror-view@1.32.6/node_modules/prosemirror-view/style/prosemirror.css */
|
|
2
|
-
.ProseMirror {
|
|
3
|
-
position: relative;
|
|
4
|
-
}
|
|
5
|
-
.ProseMirror {
|
|
6
|
-
word-wrap: break-word;
|
|
7
|
-
white-space: pre-wrap;
|
|
8
|
-
white-space: break-spaces;
|
|
9
|
-
-webkit-font-variant-ligatures: none;
|
|
10
|
-
font-variant-ligatures: none;
|
|
11
|
-
font-feature-settings: "liga" 0;
|
|
12
|
-
}
|
|
13
|
-
.ProseMirror pre {
|
|
14
|
-
white-space: pre-wrap;
|
|
15
|
-
}
|
|
16
|
-
.ProseMirror li {
|
|
17
|
-
position: relative;
|
|
18
|
-
}
|
|
19
|
-
.ProseMirror-hideselection *::selection {
|
|
20
|
-
background: transparent;
|
|
21
|
-
}
|
|
22
|
-
.ProseMirror-hideselection *::-moz-selection {
|
|
23
|
-
background: transparent;
|
|
24
|
-
}
|
|
25
|
-
.ProseMirror-hideselection {
|
|
26
|
-
caret-color: transparent;
|
|
27
|
-
}
|
|
28
|
-
.ProseMirror [draggable][contenteditable=false] {
|
|
29
|
-
user-select: text;
|
|
30
|
-
}
|
|
31
|
-
.ProseMirror-selectednode {
|
|
32
|
-
outline: 2px solid #8cf;
|
|
33
|
-
}
|
|
34
|
-
li.ProseMirror-selectednode {
|
|
35
|
-
outline: none;
|
|
36
|
-
}
|
|
37
|
-
li.ProseMirror-selectednode:after {
|
|
38
|
-
content: "";
|
|
39
|
-
position: absolute;
|
|
40
|
-
left: -32px;
|
|
41
|
-
right: -2px;
|
|
42
|
-
top: -2px;
|
|
43
|
-
bottom: -2px;
|
|
44
|
-
border: 2px solid #8cf;
|
|
45
|
-
pointer-events: none;
|
|
46
|
-
}
|
|
47
|
-
img.ProseMirror-separator {
|
|
48
|
-
display: inline !important;
|
|
49
|
-
border: none !important;
|
|
50
|
-
margin: 0 !important;
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
/* ../pm/src/view/style/prosemirror.css */
|
|
54
|
-
|
|
55
|
-
/* ../core/src/style.css */
|
|
56
|
-
|
|
57
|
-
/* src/core/style.css */
|