gd-bs 5.7.2 → 5.7.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,10 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.sticky = exports.inlinePositioning = exports.followCursor = exports.animateFill = void 0;
4
- var tippyJS = require("tippy.js");
5
- exports.animateFill = tippyJS.animateFill;
6
- exports.followCursor = tippyJS.followCursor;
7
- exports.inlinePositioning = tippyJS.inlinePositioning;
8
- exports.sticky = tippyJS.sticky;
9
- var tippy = (tippyJS.default || tippyJS);
10
- exports.default = tippy;
@@ -1,12 +0,0 @@
1
- import { Instance } from "tippy.js/index.d";
2
- export { Instance }
3
-
4
- import * as tippyJS from "tippy.js";
5
- export const animateFill = tippyJS.animateFill;
6
- export const followCursor = tippyJS.followCursor;
7
- export const inlinePositioning = tippyJS.inlinePositioning;
8
- export const sticky = tippyJS.sticky;
9
-
10
- import { ITippyProps } from "./types";
11
- const tippy: (el: HTMLElement, options: ITippyProps) => Instance = (tippyJS.default || tippyJS) as any;
12
- export default tippy;