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.
@@ -9,7 +9,7 @@ const language = {
9
9
  },
10
10
  pagination: {
11
11
  show: "Mostrar:",
12
- selectedProcess: "proceso(s) seleccionado(s)"
12
+ selectedProcess: "Item(s) seleccionado(s)"
13
13
  },
14
14
  upload: {
15
15
  label: "Arrastre y suelte el archivo aqu\xED o haga clic para seleccionarlo.",
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?: "default" | "filled" | "borderless" | null | undefined;
683
- size?: "default" | "small" | "large" | null | undefined;
684
- radius?: "default" | "small" | "large" | "full" | null | undefined;
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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lecom-ui",
3
- "version": "5.0.8",
3
+ "version": "5.0.9",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "module": "dist/index.js",