lecom-ui 4.7.3 → 4.7.4

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.
@@ -1,3 +1,4 @@
1
+ import * as React from 'react';
1
2
  import { cn } from '../../lib/utils.js';
2
3
 
3
4
  const ErrorEmptyDisplay = ({
package/dist/index.d.ts CHANGED
@@ -444,11 +444,11 @@ declare const DropdownMenuShortcut: {
444
444
  interface ErrorEmptyDisplayProps {
445
445
  className?: string;
446
446
  classContent?: string;
447
- image?: React.ReactNode;
448
- title?: React.ReactNode;
449
- description?: React.ReactNode;
450
- footer?: React.ReactNode;
451
- render?: React.ReactNode;
447
+ image?: React$1.ReactNode;
448
+ title?: React$1.ReactNode;
449
+ description?: React$1.ReactNode;
450
+ footer?: React$1.ReactNode;
451
+ render?: React$1.ReactNode;
452
452
  }
453
453
  declare const ErrorEmptyDisplay: {
454
454
  ({ className, classContent, image, title, description, footer, render, }: ErrorEmptyDisplayProps): string | number | bigint | true | Iterable<React$1.ReactNode> | Promise<string | number | bigint | boolean | React$1.ReactPortal | React$1.ReactElement<unknown, string | React$1.JSXElementConstructor<any>> | Iterable<React$1.ReactNode> | null | undefined> | React$1.JSX.Element;
@@ -541,9 +541,9 @@ interface HeaderProps extends React$1.HTMLAttributes<HTMLElement>, VariantProps<
541
541
  }
542
542
 
543
543
  declare const inputVariants: (props?: ({
544
- variant?: "default" | "filled" | "borderless" | null | undefined;
545
- size?: "default" | "small" | "large" | null | undefined;
546
- radius?: "default" | "small" | "large" | null | undefined;
544
+ variant?: "filled" | "default" | "borderless" | null | undefined;
545
+ size?: "small" | "large" | "default" | null | undefined;
546
+ radius?: "small" | "large" | "default" | null | undefined;
547
547
  } & class_variance_authority_types.ClassProp) | undefined) => string;
548
548
  interface InputProps extends Omit<React$1.InputHTMLAttributes<HTMLInputElement>, 'size' | 'sufix' | 'prefix'>, VariantProps<typeof inputVariants> {
549
549
  sufix?: React$1.ReactNode;
@@ -704,7 +704,7 @@ declare const TooltipTrigger: React$1.ForwardRefExoticComponent<TooltipPrimitive
704
704
  declare const TooltipArrow: React$1.ForwardRefExoticComponent<TooltipPrimitive.TooltipArrowProps & React$1.RefAttributes<SVGSVGElement>>;
705
705
  declare const TooltipPortal: React$1.FC<TooltipPrimitive.TooltipPortalProps>;
706
706
  declare const tooltipContentVariants: (props?: ({
707
- color?: "black" | "white" | null | undefined;
707
+ color?: "white" | "black" | null | undefined;
708
708
  arrow?: boolean | null | undefined;
709
709
  } & class_variance_authority_types.ClassProp) | undefined) => string;
710
710
  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.7.3",
3
+ "version": "4.7.4",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "module": "dist/index.js",