rotion 0.0.6 → 0.0.7
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/exporter/api.js +7 -4
- package/dist/exporter/api.js.map +1 -1
- package/dist/exporter/blocks.js +19 -8
- package/dist/exporter/blocks.js.map +1 -1
- package/dist/exporter/files.js +31 -11
- package/dist/exporter/files.js.map +1 -1
- package/dist/exporter/page.js +7 -3
- package/dist/exporter/page.js.map +1 -1
- package/dist/exporter/variables.d.ts +1 -0
- package/dist/exporter/variables.js +1 -0
- package/dist/exporter/variables.js.map +1 -1
- package/dist/ui/cjs/index.js +2 -3
- package/dist/ui/cjs/index.js.map +1 -1
- package/dist/ui/cjs/types/exporter/variables.d.ts +1 -0
- package/dist/ui/esm/index.js +2 -3
- package/dist/ui/esm/index.js.map +1 -1
- package/dist/ui/esm/types/exporter/variables.d.ts +1 -0
- package/dist/ui/styles/notionate-dark.css +7 -0
- package/dist/ui/styles/page.css +1 -5
- package/dist/ui/umd/index.js +2 -3
- package/dist/ui/umd/index.js.map +1 -1
- package/dist/ui/umd/types/exporter/variables.d.ts +1 -0
- package/package.json +1 -1
|
@@ -7,6 +7,7 @@ export declare const docRoot: string;
|
|
|
7
7
|
export declare const imageDir: string;
|
|
8
8
|
export declare const timeout: number;
|
|
9
9
|
export declare const webpQuality: number;
|
|
10
|
+
export declare const debug: boolean;
|
|
10
11
|
export declare const httpOptions: {
|
|
11
12
|
timeout: number;
|
|
12
13
|
headers: {
|