@dialpad/dialtone
Version:
Dialpad's Dialtone design system monorepo
24 lines (23 loc) • 862 B
JavaScript
;
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
const tippy_utils = require("../popover/tippy_utils.cjs");
const TOOLTIP_DIRECTIONS = [
...tippy_utils.BASE_TIPPY_DIRECTIONS
];
const TOOLTIP_DELAY_MS = 300;
const TOOLTIP_KIND_MODIFIERS = {
hover: `d-tooltip--hover`,
show: `d-tooltip--show`,
inverted: `d-tooltip--inverted`,
hide: `d-tooltip--hide`
};
const TOOLTIP_STICKY_VALUES = [
...tippy_utils.TIPPY_STICKY_VALUES
];
const TOOLTIP_HIDE_ON_CLICK_VARIANTS = [true, false, "toggle"];
exports.TOOLTIP_DELAY_MS = TOOLTIP_DELAY_MS;
exports.TOOLTIP_DIRECTIONS = TOOLTIP_DIRECTIONS;
exports.TOOLTIP_HIDE_ON_CLICK_VARIANTS = TOOLTIP_HIDE_ON_CLICK_VARIANTS;
exports.TOOLTIP_KIND_MODIFIERS = TOOLTIP_KIND_MODIFIERS;
exports.TOOLTIP_STICKY_VALUES = TOOLTIP_STICKY_VALUES;
//# sourceMappingURL=tooltip_constants.cjs.map