@bbl-digital/snorre 4.1.2 → 4.1.3

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
@@ -35599,8 +35599,6 @@ to {top: 100vh;}
35599
35599
  const delta = quillInstance.clipboard.convert({
35600
35600
  html: initialValue
35601
35601
  });
35602
- delta.ops.forEach(op => {});
35603
- console.log(delta);
35604
35602
  quillInstance.setContents(delta);
35605
35603
  }
35606
35604
  }
@@ -196,8 +196,6 @@ const QuillEditor = ({
196
196
  const delta = quillInstance.clipboard.convert({
197
197
  html: initialValue
198
198
  });
199
- delta.ops.forEach(op => {});
200
- console.log(delta);
201
199
  quillInstance.setContents(delta);
202
200
  }
203
201
  }
@@ -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;AA+D3C,QAAA,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,gBAAgB,CAsQ3C,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;AA+D3C,QAAA,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,gBAAgB,CAoQ3C,CAAA;AAED,eAAe,WAAW,CAAA"}
@@ -196,8 +196,6 @@ const QuillEditor = ({
196
196
  const delta = quillInstance.clipboard.convert({
197
197
  html: initialValue
198
198
  });
199
- delta.ops.forEach(op => {});
200
- console.log(delta);
201
199
  quillInstance.setContents(delta);
202
200
  }
203
201
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bbl-digital/snorre",
3
- "version": "4.1.2",
3
+ "version": "4.1.3",
4
4
  "description": "Design library for BBL Digital",
5
5
  "license": "MIT",
6
6
  "main": "./lib/index.js",