@bbl-digital/snorre 4.1.60 → 4.1.61
Sign up to get free protection for your applications and to get access to all the features.
@@ -5,15 +5,15 @@ export declare const basicToolbar: (string[] | ({
|
|
5
5
|
indent: string;
|
6
6
|
list?: undefined;
|
7
7
|
})[])[];
|
8
|
-
export declare const richToolbar: (string[] | {
|
9
|
-
header: (number | boolean)[];
|
10
|
-
}[] | ({
|
8
|
+
export declare const richToolbar: (string[] | ({
|
11
9
|
list: string;
|
12
10
|
indent?: undefined;
|
13
11
|
} | {
|
14
12
|
indent: string;
|
15
13
|
list?: undefined;
|
16
14
|
})[] | {
|
15
|
+
header: (number | boolean)[];
|
16
|
+
}[] | {
|
17
17
|
align: string;
|
18
18
|
}[])[];
|
19
19
|
//# sourceMappingURL=config.d.ts.map
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@bbl-digital/snorre",
|
3
|
-
"version": "4.1.
|
3
|
+
"version": "4.1.61",
|
4
4
|
"description": "Design library for BBL Digital",
|
5
5
|
"license": "MIT",
|
6
6
|
"main": "./lib/index.js",
|
@@ -22,7 +22,6 @@
|
|
22
22
|
"@popperjs/core": "^2.11.5",
|
23
23
|
"@storybook/builder-vite": "^8.2.9",
|
24
24
|
"@storybook/react-dom-shim": "^8.2.9",
|
25
|
-
"@types/quill": "^2.0.14",
|
26
25
|
"@vitejs/plugin-react": "^4.3.1",
|
27
26
|
"date-fns": "^2.29.3",
|
28
27
|
"focus-trap-react": "^10.0.0",
|
@@ -98,6 +97,7 @@
|
|
98
97
|
"@types/body-scroll-lock": "^3.1.0",
|
99
98
|
"@types/jest": "^26.0.23",
|
100
99
|
"@types/node": "^18.8.3",
|
100
|
+
"@types/quill": "^2.0.14",
|
101
101
|
"@types/react": "^18.0.21",
|
102
102
|
"@types/react-beautiful-dnd": "^13.1.2",
|
103
103
|
"@types/react-dom": "^18.0.6",
|