@bbl-digital/snorre 4.1.87 → 4.1.89

Sign up to get free protection for your applications and to get access to all the features.
package/dist/bundle.js CHANGED
@@ -35523,6 +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
35527
  theme: 'snow',
35527
35528
  bounds: bounds || `#editor${editorId.current}`,
35528
35529
  modules: {
@@ -159,6 +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
163
  theme: 'snow',
163
164
  bounds: bounds || `#editor${editorId.current}`,
164
165
  modules: {
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/packages/core/QuillEditor/index.tsx"],"names":[],"mappings":"AASA,OAAO,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAA;AA8D3C,QAAA,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,gBAAgB,CAoS3C,CAAA;AAED,eAAe,WAAW,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/packages/core/QuillEditor/index.tsx"],"names":[],"mappings":"AASA,OAAO,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAA;AA8D3C,QAAA,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,gBAAgB,CAqS3C,CAAA;AAED,eAAe,WAAW,CAAA"}
@@ -159,6 +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
163
  theme: 'snow',
163
164
  bounds: bounds || `#editor${editorId.current}`,
164
165
  modules: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bbl-digital/snorre",
3
- "version": "4.1.87",
3
+ "version": "4.1.89",
4
4
  "description": "Design library for BBL Digital",
5
5
  "license": "MIT",
6
6
  "main": "./lib/index.js",