@bbl-digital/snorre 4.0.78 → 4.0.80
Sign up to get free protection for your applications and to get access to all the features.
package/dist/bundle.js
CHANGED
@@ -35522,7 +35522,7 @@ to {top: 100vh;}
|
|
35522
35522
|
const Size = Quill__default["default"].import('attributors/style/size');
|
35523
35523
|
Size.whitelist = ['0.75em', '1em', '1.5em', '2.5em'];
|
35524
35524
|
Quill__default["default"].register(Size, true);
|
35525
|
-
let IndentStyle = new IndentAttributor('indent', '
|
35525
|
+
let IndentStyle = new IndentAttributor('indent', 'margin-left', {
|
35526
35526
|
scope: Parchment.Scope.BLOCK,
|
35527
35527
|
whitelist: ['1em', '2em', '3em', '4em', '5em', '6em', '7em', '8em', '9em']
|
35528
35528
|
});
|
@@ -35541,7 +35541,7 @@ to {top: 100vh;}
|
|
35541
35541
|
customModules = {
|
35542
35542
|
toolbar: basicToolbar
|
35543
35543
|
},
|
35544
|
-
formats = ['header', 'size', 'bold', 'italic', 'underline', '
|
35544
|
+
formats = ['header', 'size', 'bold', 'italic', 'underline', 'bullet', 'list', 'indent', 'link', 'image', 'align'],
|
35545
35545
|
bounds,
|
35546
35546
|
onChange,
|
35547
35547
|
onFocus,
|
@@ -18,7 +18,7 @@ Quill.register(Quill.import('attributors/style/align'), true);
|
|
18
18
|
const Size = Quill.import('attributors/style/size');
|
19
19
|
Size.whitelist = ['0.75em', '1em', '1.5em', '2.5em'];
|
20
20
|
Quill.register(Size, true);
|
21
|
-
let IndentStyle = new IndentAttributor('indent', '
|
21
|
+
let IndentStyle = new IndentAttributor('indent', 'margin-left', {
|
22
22
|
scope: Parchment.Scope.BLOCK,
|
23
23
|
whitelist: ['1em', '2em', '3em', '4em', '5em', '6em', '7em', '8em', '9em']
|
24
24
|
});
|
@@ -37,7 +37,7 @@ const QuillEditor = ({
|
|
37
37
|
customModules = {
|
38
38
|
toolbar: basicToolbar
|
39
39
|
},
|
40
|
-
formats = ['header', 'size', 'bold', 'italic', 'underline', '
|
40
|
+
formats = ['header', 'size', 'bold', 'italic', 'underline', 'bullet', 'list', 'indent', 'link', 'image', 'align'],
|
41
41
|
bounds,
|
42
42
|
onChange,
|
43
43
|
onFocus,
|
@@ -18,7 +18,7 @@ Quill.register(Quill.import('attributors/style/align'), true);
|
|
18
18
|
const Size = Quill.import('attributors/style/size');
|
19
19
|
Size.whitelist = ['0.75em', '1em', '1.5em', '2.5em'];
|
20
20
|
Quill.register(Size, true);
|
21
|
-
let IndentStyle = new IndentAttributor('indent', '
|
21
|
+
let IndentStyle = new IndentAttributor('indent', 'margin-left', {
|
22
22
|
scope: Parchment.Scope.BLOCK,
|
23
23
|
whitelist: ['1em', '2em', '3em', '4em', '5em', '6em', '7em', '8em', '9em']
|
24
24
|
});
|
@@ -37,7 +37,7 @@ const QuillEditor = ({
|
|
37
37
|
customModules = {
|
38
38
|
toolbar: basicToolbar
|
39
39
|
},
|
40
|
-
formats = ['header', 'size', 'bold', 'italic', 'underline', '
|
40
|
+
formats = ['header', 'size', 'bold', 'italic', 'underline', 'bullet', 'list', 'indent', 'link', 'image', 'align'],
|
41
41
|
bounds,
|
42
42
|
onChange,
|
43
43
|
onFocus,
|