@thisway/base
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -1,2 +0,2 @@ | ||
const n = "mode1", s = "mode2", e = "mode3", t = ["LEFT", "RIGHT"], O = ["TOP", "BOTTOM"], T = [...t, ...O], _ = [...T, "OVER", "SCREEN"], E = "AUTO", R = { | ||
const n = "mode-1", s = "mode-2", e = "mode-3", t = ["LEFT", "RIGHT"], O = ["TOP", "BOTTOM"], T = [...t, ...O], _ = [...T, "OVER", "SCREEN"], E = "AUTO", R = { | ||
LEFT: "start", | ||
@@ -3,0 +3,0 @@ RIGHT: "end", |
@@ -1,4 +0,4 @@ | ||
export declare const LAYOUT_MODE_1 = "mode1"; | ||
export declare const LAYOUT_MODE_2 = "mode2"; | ||
export declare const LAYOUT_MODE_3 = "mode3"; | ||
export declare const LAYOUT_MODE_1 = "mode-1"; | ||
export declare const LAYOUT_MODE_2 = "mode-2"; | ||
export declare const LAYOUT_MODE_3 = "mode-3"; | ||
export type LayoutMode = typeof LAYOUT_MODE_1 | typeof LAYOUT_MODE_2 | typeof LAYOUT_MODE_3; |
@@ -25,3 +25,2 @@ import type { ComponentType } from 'svelte'; | ||
} | ||
export type NextButtonStatus = 'START' | 'DONE' | 'NEXT'; | ||
export interface Rect extends Point { | ||
@@ -49,2 +48,3 @@ width: number; | ||
element: string; | ||
onlyHighlightChildren?: boolean; | ||
isHidden?: boolean; | ||
@@ -51,0 +51,0 @@ anchor?: Point; |
{ | ||
"name": "@thisway/base", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "dependencies": {}, |
Sorry, the diff of this file is not supported yet
12963