@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 = [
|
|
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)."; }
|
|
@@ -1,9 +1,13 @@
|
|
|
1
|
-
export declare const basicToolbar: (string[] | {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
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
|
|
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"}
|