@proximus/lavender-tile 2.0.0-alpha.13 → 2.0.0-alpha.15

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.
Files changed (2) hide show
  1. package/dist/index.es.js +3 -3
  2. package/package.json +1 -1
package/dist/index.es.js CHANGED
@@ -267,7 +267,7 @@ class L extends v {
267
267
  <div class="tile-checkbox">
268
268
  <px-tile hoverable>
269
269
  <slot name="prefix" slot="prefix"></slot>
270
- <px-checkbox slot="suffix" aria-hidden="true" tabindex="-1"></px-checkbox>
270
+ <px-checkbox slot="suffix" inert></px-checkbox>
271
271
  <slot name="label" slot="label"></slot>
272
272
  <slot name="description" slot="description"></slot>
273
273
  </px-tile>
@@ -446,7 +446,7 @@ class H extends v {
446
446
  <div class="tile-radio">
447
447
  <px-tile hoverable>
448
448
  <slot name="prefix" slot="prefix"></slot>
449
- <px-radio slot="suffix" aria-hidden="true" tabindex="-1"></px-radio>
449
+ <px-radio slot="suffix" inert></px-radio>
450
450
  <slot name="label" slot="label"></slot>
451
451
  <slot name="description" slot="description"></slot>
452
452
  </px-tile>
@@ -750,7 +750,7 @@ class T extends v {
750
750
  <div class="tile-switch">
751
751
  <px-tile hoverable>
752
752
  <slot name="prefix" slot="prefix"></slot>
753
- <px-switch slot="suffix" aria-hidden="true" tabindex="-1"></px-switch>
753
+ <px-switch slot="suffix" inert></px-switch>
754
754
  <slot name="label" slot="label"></slot>
755
755
  <slot name="description" slot="description"></slot>
756
756
  </px-tile>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@proximus/lavender-tile",
3
- "version": "2.0.0-alpha.13",
3
+ "version": "2.0.0-alpha.15",
4
4
  "description": "",
5
5
  "main": "dist/index.es.js",
6
6
  "types": "dist/index.d.ts",