@bbl-digital/snorre 4.1.89 → 4.1.90

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
@@ -35523,7 +35523,7 @@ to {top: 100vh;}
35523
35523
  React.useEffect(() => {
35524
35524
  if (isMounted.current) return;
35525
35525
  quillRef.current = new Quill__default["default"](`#editor${editorId.current}`, {
35526
- debug: 'error',
35526
+ debug: false,
35527
35527
  theme: 'snow',
35528
35528
  bounds: bounds || `#editor${editorId.current}`,
35529
35529
  modules: {
@@ -159,7 +159,7 @@ const QuillEditor = ({
159
159
  useEffect(() => {
160
160
  if (isMounted.current) return;
161
161
  quillRef.current = new Quill(`#editor${editorId.current}`, {
162
- debug: 'error',
162
+ debug: false,
163
163
  theme: 'snow',
164
164
  bounds: bounds || `#editor${editorId.current}`,
165
165
  modules: {
@@ -159,7 +159,7 @@ const QuillEditor = ({
159
159
  useEffect(() => {
160
160
  if (isMounted.current) return;
161
161
  quillRef.current = new Quill(`#editor${editorId.current}`, {
162
- debug: 'error',
162
+ debug: false,
163
163
  theme: 'snow',
164
164
  bounds: bounds || `#editor${editorId.current}`,
165
165
  modules: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bbl-digital/snorre",
3
- "version": "4.1.89",
3
+ "version": "4.1.90",
4
4
  "description": "Design library for BBL Digital",
5
5
  "license": "MIT",
6
6
  "main": "./lib/index.js",