lecom-ui 5.0.8 → 5.0.9
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/i18n/locales/es_es.js +1 -1
- package/dist/index.d.ts +3 -3
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -679,9 +679,9 @@ interface HeaderProps extends React$1.HTMLAttributes<HTMLElement>, VariantProps<
|
|
|
679
679
|
}
|
|
680
680
|
|
|
681
681
|
declare const inputVariants: (props?: ({
|
|
682
|
-
variant?: "
|
|
683
|
-
size?: "
|
|
684
|
-
radius?: "
|
|
682
|
+
variant?: "filled" | "default" | "borderless" | null | undefined;
|
|
683
|
+
size?: "small" | "large" | "default" | null | undefined;
|
|
684
|
+
radius?: "small" | "large" | "default" | "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;
|