Skip to content

Commit

Permalink
deploy: 403ba4c
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinchappell committed Nov 15, 2024
1 parent 33c07c2 commit 6ff3edf
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 7 deletions.
1 change: 1 addition & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ export declare class SmartTooltip {
private hide;
destroy(): void;
}
export declare const Tooltip: typeof SmartTooltip;
declare global {
interface Window {
SmartTooltip: typeof SmartTooltip;
Expand Down
4 changes: 2 additions & 2 deletions tooltip.cjs.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified tooltip.cjs.min.js.gz
Binary file not shown.
4 changes: 3 additions & 1 deletion tooltip.es.min.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

/**
@draggable/tooltip - https://github.com/Draggable/tooltip
Version: 1.2.0
Version: 1.2.1
Author: Draggable https://draggable.io
*/

Expand Down Expand Up @@ -193,10 +193,12 @@ class SmartTooltip {
this.tooltip.remove();
}
}
const Tooltip = SmartTooltip;
if (window !== void 0) {
window.SmartTooltip = SmartTooltip;
}
export {
SmartTooltip,
Tooltip,
SmartTooltip as default
};
Binary file modified tooltip.es.min.js.gz
Binary file not shown.
4 changes: 2 additions & 2 deletions tooltip.iife.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified tooltip.iife.min.js.gz
Binary file not shown.
Loading

0 comments on commit 6ff3edf

Please sign in to comment.