@thisway/base
Advanced tools
Comparing version 0.14.0 to 0.15.0-beta.0
@@ -86,2 +86,3 @@ var __defProp = Object.defineProperty; | ||
const COMPONENT_SLOT_HIGHLIGHT = "highlight"; | ||
const COMPONENT_SLOT_MASK = "mask"; | ||
export { | ||
@@ -94,2 +95,3 @@ ALIGNMENTS, | ||
COMPONENT_SLOT_HIGHLIGHT, | ||
COMPONENT_SLOT_MASK, | ||
COMPONENT_SLOT_POPOVER, | ||
@@ -96,0 +98,0 @@ EMPTY_POINT, |
@@ -129,3 +129,4 @@ import { ScrollOffset, Size, Transform } from '@thisway/utils'; | ||
export declare const COMPONENT_SLOT_HIGHLIGHT: "highlight"; | ||
export type ComponentSlots = typeof COMPONENT_SLOT_POPOVER | typeof COMPONENT_SLOT_HIGHLIGHT; | ||
export declare const COMPONENT_SLOT_MASK: "mask"; | ||
export type ComponentSlots = typeof COMPONENT_SLOT_POPOVER | typeof COMPONENT_SLOT_HIGHLIGHT | typeof COMPONENT_SLOT_MASK; | ||
export interface ITourHooks<T extends Step = Step> { | ||
@@ -132,0 +133,0 @@ beforeStepChange?(nextStepId: StepIdType, currentStepId: MaybeStepId, abortController: AbortController): Promise<void>; |
{ | ||
"name": "@thisway/base", | ||
"version": "0.14.0", | ||
"version": "0.15.0-beta.0", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "sideEffects": false, |
Sorry, the diff of this file is not supported yet
18581
509