@bbl-digital/snorre 4.0.74 → 4.0.75

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
@@ -35324,7 +35324,7 @@ to {top: 100vh;}
35324
35324
  const link = 'link';
35325
35325
  // const image = 'image'
35326
35326
 
35327
- const basicToolbar = [sizes, decorations];
35327
+ const basicToolbar = [decorations, lists];
35328
35328
  const richToolbar = [sizes, decorations, lists, alignments, [link]];
35329
35329
 
35330
35330
  function _EMOTION_STRINGIFIED_CSS_ERROR__() { return "You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop)."; }
@@ -24,5 +24,5 @@ const alignments = [{
24
24
  const link = 'link';
25
25
  // const image = 'image'
26
26
 
27
- export const basicToolbar = [sizes, decorations];
27
+ export const basicToolbar = [decorations, lists];
28
28
  export const richToolbar = [sizes, decorations, lists, alignments, [link]];
@@ -1,9 +1,13 @@
1
- export declare const basicToolbar: (string[] | {
2
- header: (number | boolean)[];
3
- }[])[];
4
- export declare const richToolbar: (string[] | {
1
+ export declare const basicToolbar: (string[] | ({
2
+ list: string;
3
+ indent?: undefined;
4
+ } | {
5
+ indent: string;
6
+ list?: undefined;
7
+ })[])[];
8
+ export declare const richToolbar: ({
5
9
  header: (number | boolean)[];
6
- }[] | ({
10
+ }[] | string[] | ({
7
11
  list: string;
8
12
  indent?: undefined;
9
13
  } | {
@@ -1 +1 @@
1
- {"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../../../src/packages/core/EditorQuillReact/config.ts"],"names":[],"mappings":"AAkBA,eAAO,MAAM,YAAY;;MAAuB,CAAA;AAEhD,eAAO,MAAM,WAAW;;;;;;;;;;MAAkD,CAAA"}
1
+ {"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../../../src/packages/core/EditorQuillReact/config.ts"],"names":[],"mappings":"AAkBA,eAAO,MAAM,YAAY;;;;;;OAAuB,CAAA;AAEhD,eAAO,MAAM,WAAW;;;;;;;;;;MAAkD,CAAA"}
@@ -24,5 +24,5 @@ const alignments = [{
24
24
  const link = 'link';
25
25
  // const image = 'image'
26
26
 
27
- export const basicToolbar = [sizes, decorations];
27
+ export const basicToolbar = [decorations, lists];
28
28
  export const richToolbar = [sizes, decorations, lists, alignments, [link]];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bbl-digital/snorre",
3
- "version": "4.0.74",
3
+ "version": "4.0.75",
4
4
  "description": "Design library for BBL Digital",
5
5
  "license": "MIT",
6
6
  "main": "./lib/index.js",