@indigina/ui-kit 1.1.525 → 1.1.526

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.
@@ -16445,7 +16445,7 @@ class KitUserRoleDetailsComponent {
16445
16445
  nonNullable: true,
16446
16446
  validators: [
16447
16447
  Validators.required,
16448
- Validators.maxLength(256),
16448
+ Validators.maxLength(64),
16449
16449
  ],
16450
16450
  });
16451
16451
  this.userRoleDetails = toSignal(this.store.select(KIT_USER_ROLES_STATE_TOKEN).pipe(map(({ roleDetails }) => roleDetails)), { initialValue: { loading: false, data: null } });