@bbl-digital/snorre 4.0.79 → 4.0.80
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/bundle.js
CHANGED
|
@@ -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,
|
|
@@ -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,
|
|
@@ -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,
|