lecom-ui 5.0.9 → 5.0.10

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.
@@ -11,7 +11,7 @@ const ErrorEmptyDisplay = ({
11
11
  render
12
12
  }) => {
13
13
  if (render) {
14
- return render;
14
+ return /* @__PURE__ */ React.createElement(React.Fragment, null, render);
15
15
  }
16
16
  return /* @__PURE__ */ React.createElement(
17
17
  "div",
package/dist/index.d.ts CHANGED
@@ -561,7 +561,7 @@ interface ErrorEmptyDisplayProps {
561
561
  render?: React$1.ReactNode;
562
562
  }
563
563
  declare const ErrorEmptyDisplay: {
564
- ({ 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;
564
+ ({ className, classContent, image, title, description, footer, render, }: ErrorEmptyDisplayProps): React$1.JSX.Element;
565
565
  displayName: string;
566
566
  };
567
567
 
@@ -679,9 +679,9 @@ interface HeaderProps extends React$1.HTMLAttributes<HTMLElement>, VariantProps<
679
679
  }
680
680
 
681
681
  declare const inputVariants: (props?: ({
682
- variant?: "filled" | "default" | "borderless" | null | undefined;
683
- size?: "small" | "large" | "default" | null | undefined;
684
- radius?: "small" | "large" | "default" | "full" | null | undefined;
682
+ variant?: "default" | "filled" | "borderless" | null | undefined;
683
+ size?: "default" | "small" | "large" | null | undefined;
684
+ radius?: "default" | "small" | "large" | "full" | null | undefined;
685
685
  } & class_variance_authority_types.ClassProp) | undefined) => string;
686
686
  interface InputProps extends Omit<React$1.InputHTMLAttributes<HTMLInputElement>, 'size' | 'sufix' | 'prefix'>, VariantProps<typeof inputVariants> {
687
687
  sufix?: React$1.ReactNode;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lecom-ui",
3
- "version": "5.0.9",
3
+ "version": "5.0.10",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "module": "dist/index.js",
@@ -115,4 +115,4 @@
115
115
  "overrides": {
116
116
  "react-is": "^19.0.0-rc-69d4b800-20241021"
117
117
  }
118
- }
118
+ }