@blocksuite/global
Advanced tools
Comparing version 0.5.0-20230331233002-48547c3e to 0.5.0-20230402001300-4b31439f
@@ -87,2 +87,3 @@ import { type TemplateResult } from 'lit'; | ||
export declare const DatabaseProgress: TemplateResult<1>; | ||
export declare const DatabaseDone: TemplateResult<1>; | ||
export declare const PageIconSVG: TemplateResult<2>; | ||
@@ -89,0 +90,0 @@ export declare const PageSubpageSVG: TemplateResult<2>; |
@@ -49,2 +49,7 @@ export interface RowHost<Value = unknown> extends HTMLElement { | ||
} | ||
/** select tag property */ | ||
export type SelectProperty = { | ||
color: string; | ||
value: string; | ||
}; | ||
//# sourceMappingURL=database.d.ts.map |
@@ -26,3 +26,2 @@ import type { BaseBlockModel } from '@blocksuite/store'; | ||
export declare function sleep(ms: number): Promise<void>; | ||
export declare const getDefaultPlaygroundURL: (isE2E: boolean) => URL; | ||
//# sourceMappingURL=utils.d.ts.map |
@@ -80,4 +80,2 @@ export { DisposableGroup } from './utils/disposable.js'; | ||
} | ||
export const getDefaultPlaygroundURL = (isE2E) => new URL(`http://localhost:5173/`); | ||
// new URL(`http://localhost:${isE2E ? 4173 : 5173}/`); | ||
//# sourceMappingURL=utils.js.map |
{ | ||
"name": "@blocksuite/global", | ||
"version": "0.5.0-20230331233002-48547c3e", | ||
"version": "0.5.0-20230402001300-4b31439f", | ||
"types": "./index.d.ts", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -69,1 +69,7 @@ export interface RowHost<Value = unknown> extends HTMLElement { | ||
} | ||
/** select tag property */ | ||
export type SelectProperty = { | ||
color: string; | ||
value: string; | ||
}; |
@@ -128,5 +128,1 @@ import type { BaseBlockModel } from '@blocksuite/store'; | ||
} | ||
export const getDefaultPlaygroundURL = (isE2E: boolean): URL => | ||
new URL(`http://localhost:5173/`); | ||
// new URL(`http://localhost:${isE2E ? 4173 : 5173}/`); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
477010
5508