@liner-fe/prism 2.1.19 → 2.1.20
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.
- package/lib/components/Tooltip/index.d.ts +27 -3
- package/lib/index.cjs +1 -1
- package/lib/index.cjs.map +2 -2
- package/lib/index.mjs +1 -1
- package/lib/index.mjs.map +2 -2
- package/package.json +1 -1
package/lib/index.mjs
CHANGED
|
@@ -9014,7 +9014,7 @@ import { jsx as jsx173 } from "react/jsx-runtime";
|
|
|
9014
9014
|
var DEFAULT_OFFSET2 = "medium";
|
|
9015
9015
|
var tooltipVariants = cva7([style_module_default8.tooltip, "lp-sys-typo-caption1-normal-medium"]);
|
|
9016
9016
|
var TooltipProvider = TooltipPrimitive.Provider;
|
|
9017
|
-
var TooltipRoot = /* @__PURE__ */ __name(({ children,
|
|
9017
|
+
var TooltipRoot = /* @__PURE__ */ __name(({ children, ...props }) => /* @__PURE__ */ jsx173(TooltipPrimitive.Root, { delayDuration: 0, ...props, children }), "TooltipRoot");
|
|
9018
9018
|
var TooltipTrigger = /* @__PURE__ */ __name(({ by }) => /* @__PURE__ */ jsx173(TooltipPrimitive.Trigger, { asChild: true, children: by }), "TooltipTrigger");
|
|
9019
9019
|
var TooltipContent = forwardRef9(
|
|
9020
9020
|
({ description, position = "top", className, offset = DEFAULT_OFFSET2, collisionPadding, ...props }, ref) => /* @__PURE__ */ jsx173(
|