@thisway/base
Advanced tools
Comparing version 0.4.4 to 0.5.0
@@ -29,3 +29,3 @@ 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 = { | ||
y: 0 | ||
}, B = "close", Y = "next", F = "none", l = "popover"; | ||
}, B = "close", F = "next", Y = "none", l = "popover", h = [1, 0, 0, 1, 0, 0]; | ||
export { | ||
@@ -35,4 +35,4 @@ N as ALIGNMENTS, | ||
B as CLICK_MASK_ACTION_CLOSE, | ||
Y as CLICK_MASK_ACTION_NEXT, | ||
F as CLICK_MASK_ACTION_NONE, | ||
F as CLICK_MASK_ACTION_NEXT, | ||
Y as CLICK_MASK_ACTION_NONE, | ||
l as COMPONENT_SLOT_POPOVER, | ||
@@ -43,2 +43,3 @@ d as EMPTY_POINT, | ||
e as LAYOUT_MODE_3, | ||
h as NOOP_TRANSFORM, | ||
a as NO_ELEMENT, | ||
@@ -45,0 +46,0 @@ _ as ORIENTATIONS, |
@@ -134,2 +134,4 @@ import type { ComponentType } from 'svelte'; | ||
} | ||
export type Transform = [number, number, number, number, number, number]; | ||
export declare const NOOP_TRANSFORM: Transform; | ||
export interface ITourDelegate<T extends Step = Step> extends ITourHooks<T> { | ||
@@ -142,2 +144,3 @@ window?: (Window & typeof globalThis) | null | undefined; | ||
container?: HTMLElement | null | undefined; | ||
transform$?: Readable<Transform>; | ||
getPopoverComponent(step: T, options: TourOptions): ComponentType; | ||
@@ -144,0 +147,0 @@ getTotalCount(stepsStore: IStepsStore<T>): Readable<number>; |
{ | ||
"name": "@thisway/base", | ||
"version": "0.4.4", | ||
"version": "0.5.0", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "dependencies": {}, |
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
13414
334
0