lecom-ui 4.6.7 → 4.6.8

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -1
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -703,7 +703,7 @@ declare const TooltipTrigger: React$1.ForwardRefExoticComponent<TooltipPrimitive
703
703
  declare const TooltipArrow: React$1.ForwardRefExoticComponent<TooltipPrimitive.TooltipArrowProps & React$1.RefAttributes<SVGSVGElement>>;
704
704
  declare const TooltipPortal: React$1.FC<TooltipPrimitive.TooltipPortalProps>;
705
705
  declare const tooltipContentVariants: (props?: ({
706
- color?: "black" | "white" | null | undefined;
706
+ color?: "white" | "black" | null | undefined;
707
707
  arrow?: boolean | null | undefined;
708
708
  } & class_variance_authority_types.ClassProp) | undefined) => string;
709
709
  interface TooltipContentProps extends React$1.ComponentPropsWithoutRef<typeof TooltipPrimitive.Content>, VariantProps<typeof tooltipContentVariants> {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lecom-ui",
3
- "version": "4.6.7",
3
+ "version": "4.6.8",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "module": "dist/index.js",