@bbl-digital/snorre 4.0.80 → 4.0.81

Sign up to get free protection for your applications and to get access to all the features.
package/dist/bundle.js CHANGED
@@ -35541,7 +35541,7 @@ to {top: 100vh;}
35541
35541
  customModules = {
35542
35542
  toolbar: basicToolbar
35543
35543
  },
35544
- formats = ['header', 'size', 'bold', 'italic', 'underline', 'bullet', 'list', 'indent', 'link', 'image', 'align'],
35544
+ formats = ['header', 'size', 'bold', 'italic', 'underline', 'list', 'indent', 'link', 'image', 'align'],
35545
35545
  bounds,
35546
35546
  onChange,
35547
35547
  onFocus,
@@ -37,7 +37,7 @@ const QuillEditor = ({
37
37
  customModules = {
38
38
  toolbar: basicToolbar
39
39
  },
40
- formats = ['header', 'size', 'bold', 'italic', 'underline', 'bullet', 'list', 'indent', 'link', 'image', 'align'],
40
+ formats = ['header', 'size', 'bold', 'italic', 'underline', 'list', 'indent', 'link', 'image', 'align'],
41
41
  bounds,
42
42
  onChange,
43
43
  onFocus,
@@ -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;AA0B3C,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;AA0B3C,QAAA,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,gBAAgB,CAmK3C,CAAA;AAED,eAAe,WAAW,CAAA"}
@@ -37,7 +37,7 @@ const QuillEditor = ({
37
37
  customModules = {
38
38
  toolbar: basicToolbar
39
39
  },
40
- formats = ['header', 'size', 'bold', 'italic', 'underline', 'bullet', 'list', 'indent', 'link', 'image', 'align'],
40
+ formats = ['header', 'size', 'bold', 'italic', 'underline', 'list', 'indent', 'link', 'image', 'align'],
41
41
  bounds,
42
42
  onChange,
43
43
  onFocus,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bbl-digital/snorre",
3
- "version": "4.0.80",
3
+ "version": "4.0.81",
4
4
  "description": "Design library for BBL Digital",
5
5
  "license": "MIT",
6
6
  "main": "./lib/index.js",