codexly-ui 0.10.8 → 0.10.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.
@@ -4393,6 +4393,7 @@ class ClxCheckboxComponent {
4393
4393
  type="checkbox"
4394
4394
  class="sr-only"
4395
4395
  aria-hidden="true"
4396
+ tabindex="-1"
4396
4397
  [checked]="_checked()"
4397
4398
  [disabled]="_disabled()"
4398
4399
  (click)="$event.stopPropagation()"
@@ -4427,6 +4428,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.15", ngImpo
4427
4428
  type="checkbox"
4428
4429
  class="sr-only"
4429
4430
  aria-hidden="true"
4431
+ tabindex="-1"
4430
4432
  [checked]="_checked()"
4431
4433
  [disabled]="_disabled()"
4432
4434
  (click)="$event.stopPropagation()"
@@ -4597,6 +4599,7 @@ class ClxRadioComponent {
4597
4599
  type="radio"
4598
4600
  class="sr-only"
4599
4601
  aria-hidden="true"
4602
+ tabindex="-1"
4600
4603
  [checked]="_checked()"
4601
4604
  [disabled]="_isDisabled()"
4602
4605
  (click)="$event.stopPropagation()"
@@ -4620,6 +4623,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.15", ngImpo
4620
4623
  type="radio"
4621
4624
  class="sr-only"
4622
4625
  aria-hidden="true"
4626
+ tabindex="-1"
4623
4627
  [checked]="_checked()"
4624
4628
  [disabled]="_isDisabled()"
4625
4629
  (click)="$event.stopPropagation()"
@@ -4722,6 +4726,7 @@ class ClxSwitchComponent {
4722
4726
  <input
4723
4727
  type="checkbox"
4724
4728
  class="sr-only"
4729
+ tabindex="-1"
4725
4730
  [checked]="_checked()"
4726
4731
  [disabled]="_disabled()"
4727
4732
  (change)="_handleChange($event)"
@@ -4751,6 +4756,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.15", ngImpo
4751
4756
  <input
4752
4757
  type="checkbox"
4753
4758
  class="sr-only"
4759
+ tabindex="-1"
4754
4760
  [checked]="_checked()"
4755
4761
  [disabled]="_disabled()"
4756
4762
  (change)="_handleChange($event)"