@bbl-digital/snorre 4.0.78 → 4.0.79
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
|
});
|
@@ -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
|
});
|
@@ -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
|
});
|