@producteca/producteca-ui-kit 1.76.0 → 1.76.1

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.
@@ -376,7 +376,9 @@ declare const _default: {
376
376
  onClick: string;
377
377
  disabled: string;
378
378
  variant: string;
379
+ tab: string;
379
380
  size: string;
381
+ number: string;
380
382
  };
381
383
  warningModal: {
382
384
  warning: string;
@@ -20316,7 +20316,9 @@ const es$3 = {
20316
20316
  onClick: "Callback que se ejecuta al hacer clic en el chip. Cuando se define, el chip se vuelve interactivo (clickable, accesible por teclado)",
20317
20317
  disabled: "Deshabilita el chip y oculta el ícono de cerrar",
20318
20318
  variant: "Variante visual del chip que cambia el color de fondo (default, success, error, warning, info)",
20319
- size: "Tamaño del chip (sm: pequeño, lg: grande, undefined: tamaño por defecto)"
20319
+ tab: "Aplica el estilo de badge para tabs (sin borde, esquinas redondeadas). No modifica el color del variant",
20320
+ size: "Tamaño del chip (sm: pequeño, lg: grande, undefined: tamaño por defecto)",
20321
+ number: "500"
20320
20322
  },
20321
20323
  warningModal: {
20322
20324
  warning: "¡Atención!",