@bbl-digital/snorre 4.0.85 → 4.0.86

Sign up to get free protection for your applications and to get access to all the features.
package/dist/bundle.js CHANGED
@@ -35444,7 +35444,6 @@ to {top: 100vh;}
35444
35444
  const modules = {
35445
35445
  toolbar: toolbars[type || 'basic']
35446
35446
  };
35447
- console.log(Quill__default["default"].imports);
35448
35447
  const handleChange = React.useCallback((delta, oldDelta, source) => {
35449
35448
  if (quill && onChange) {
35450
35449
  const html = quill.root.innerHTML;
@@ -70,7 +70,6 @@ const QuillEditor = ({
70
70
  const modules = {
71
71
  toolbar: toolbars[type || 'basic']
72
72
  };
73
- console.log(Quill.imports);
74
73
  const handleChange = useCallback((delta, oldDelta, source) => {
75
74
  if (quill && onChange) {
76
75
  const html = quill.root.innerHTML;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/packages/core/QuillEditor/index.tsx"],"names":[],"mappings":"AAGA,OAAO,2BAA2B,CAAA;AAClC,OAAO,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAA;AAqC3C,QAAA,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,gBAAgB,CAoK3C,CAAA;AAED,eAAe,WAAW,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/packages/core/QuillEditor/index.tsx"],"names":[],"mappings":"AAGA,OAAO,2BAA2B,CAAA;AAClC,OAAO,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAA;AAqC3C,QAAA,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,gBAAgB,CAmK3C,CAAA;AAED,eAAe,WAAW,CAAA"}
@@ -70,7 +70,6 @@ const QuillEditor = ({
70
70
  const modules = {
71
71
  toolbar: toolbars[type || 'basic']
72
72
  };
73
- console.log(Quill.imports);
74
73
  const handleChange = useCallback((delta, oldDelta, source) => {
75
74
  if (quill && onChange) {
76
75
  const html = quill.root.innerHTML;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bbl-digital/snorre",
3
- "version": "4.0.85",
3
+ "version": "4.0.86",
4
4
  "description": "Design library for BBL Digital",
5
5
  "license": "MIT",
6
6
  "main": "./lib/index.js",