@fileverse/ui 4.1.4-patch-5 → 4.1.4-patch-6
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/dist/index.css +4 -0
- package/dist/index.es.d.ts +1 -1
- package/dist/index.es.js +2 -2
- package/package.json +1 -1
package/dist/index.css
CHANGED
package/dist/index.es.d.ts
CHANGED
|
@@ -947,7 +947,7 @@ declare const toggleVariants: (props?: ({
|
|
|
947
947
|
export declare const Tooltip: React_2.ForwardRefExoticComponent<TooltipProps & React_2.RefAttributes<HTMLDivElement>>;
|
|
948
948
|
|
|
949
949
|
export declare interface TooltipProps extends React_2.HTMLAttributes<HTMLElement>, VariantProps<typeof tooltipVariants> {
|
|
950
|
-
text: string;
|
|
950
|
+
text: string | React_2.ReactNode;
|
|
951
951
|
sideOffset?: number;
|
|
952
952
|
}
|
|
953
953
|
|
package/dist/index.es.js
CHANGED
|
@@ -35253,7 +35253,7 @@ const N8e = ({ children: e, custom: t, initial: n = !0, onExitComplete: a, exitB
|
|
|
35253
35253
|
{
|
|
35254
35254
|
sideOffset: r,
|
|
35255
35255
|
className: T(
|
|
35256
|
-
"max-w-sm min-h-[2vh] overflow-hidden rounded color-bg-default-inverse dark:bg-[#000] p-2 text-helper-text-sm color-text-inverse
|
|
35256
|
+
"max-w-sm min-h-[2vh] overflow-hidden rounded color-bg-default-inverse dark:bg-[#000] p-2 text-helper-text-sm color-text-inverse",
|
|
35257
35257
|
_8e({ position: a, className: t }),
|
|
35258
35258
|
f({ position: a, beakAlignment: o }),
|
|
35259
35259
|
t
|
|
@@ -35262,7 +35262,7 @@ const N8e = ({ children: e, custom: t, initial: n = !0, onExitComplete: a, exitB
|
|
|
35262
35262
|
side: a || "top",
|
|
35263
35263
|
align: o || "center",
|
|
35264
35264
|
children: [
|
|
35265
|
-
/* @__PURE__ */ l.jsx(
|
|
35265
|
+
/* @__PURE__ */ l.jsx(p.Fragment, { children: n }),
|
|
35266
35266
|
/* @__PURE__ */ l.jsx(I8e, { width: 18, height: 9 })
|
|
35267
35267
|
]
|
|
35268
35268
|
}
|