@indigina/ui-kit 1.1.466 → 1.1.467

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.
@@ -13264,6 +13264,7 @@ class KitApiTokenMaintenanceFormComponent {
13264
13264
  this.isSaving = signal(false, ...(ngDevMode ? [{ debugName: "isSaving" }] : /* istanbul ignore next */ []));
13265
13265
  this.validators = [
13266
13266
  Validators.required,
13267
+ Validators.maxLength(256),
13267
13268
  kitWhitespaceValidator(),
13268
13269
  ];
13269
13270
  this.tokenValuePlaceholder = '••••••••••••••••••••';