@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 CHANGED
@@ -2309,6 +2309,10 @@ video {
2309
2309
  font-size: 0.875rem;
2310
2310
  line-height: 1.25rem;
2311
2311
  }
2312
+ .text-xs {
2313
+ font-size: 0.75rem;
2314
+ line-height: 1rem;
2315
+ }
2312
2316
  .\!font-bold {
2313
2317
  font-weight: 700 !important;
2314
2318
  }
@@ -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 text-center",
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("p", { children: n }),
35265
+ /* @__PURE__ */ l.jsx(p.Fragment, { children: n }),
35266
35266
  /* @__PURE__ */ l.jsx(I8e, { width: 18, height: 9 })
35267
35267
  ]
35268
35268
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fileverse/ui",
3
- "version": "4.1.4-patch-5",
3
+ "version": "4.1.4-patch-6",
4
4
  "files": [
5
5
  "/dist"
6
6
  ],