@bbl-digital/snorre 4.1.87 → 4.1.88

Sign up to get free protection for your applications and to get access to all the features.
package/dist/bundle.js CHANGED
@@ -35418,6 +35418,7 @@ to {top: 100vh;}
35418
35418
  'formats/ulist': MyListItem
35419
35419
  });
35420
35420
  Quill__default["default"].register(CustomLinkSanitizer, true);
35421
+ Quill__default["default"].debug('error');
35421
35422
  const QuillEditor = ({
35422
35423
  height,
35423
35424
  width,
@@ -54,6 +54,7 @@ Quill.register({
54
54
  'formats/ulist': MyListItem
55
55
  });
56
56
  Quill.register(CustomLinkSanitizer, true);
57
+ Quill.debug('error');
57
58
  const QuillEditor = ({
58
59
  height,
59
60
  width,
@@ -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;AA+D3C,QAAA,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,gBAAgB,CAoS3C,CAAA;AAED,eAAe,WAAW,CAAA"}
@@ -54,6 +54,7 @@ Quill.register({
54
54
  'formats/ulist': MyListItem
55
55
  });
56
56
  Quill.register(CustomLinkSanitizer, true);
57
+ Quill.debug('error');
57
58
  const QuillEditor = ({
58
59
  height,
59
60
  width,
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.88",
4
4
  "description": "Design library for BBL Digital",
5
5
  "license": "MIT",
6
6
  "main": "./lib/index.js",