@proximus/lavender-tile 1.4.7-alpha.9 → 1.4.7-beta.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.
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
@@ -269,7 +269,7 @@ class H extends p {
269
269
  <div class="tile-checkbox">
270
270
  <px-tile hoverable>
271
271
  <slot name="prefix" slot="prefix"></slot>
272
- <px-checkbox slot="suffix" inert></px-checkbox>
272
+ <px-checkbox slot="suffix" aria-hidden="true" tabindex="-1"></px-checkbox>
273
273
  <slot name="label" slot="label"></slot>
274
274
  <slot name="description" slot="description"></slot>
275
275
  </px-tile>
@@ -450,7 +450,7 @@ class B extends p {
450
450
  <div class="tile-radio">
451
451
  <px-tile hoverable>
452
452
  <slot name="prefix" slot="prefix"></slot>
453
- <px-radio slot="suffix" inert></px-radio>
453
+ <px-radio slot="suffix" aria-hidden="true" tabindex="-1"></px-radio>
454
454
  <slot name="label" slot="label"></slot>
455
455
  <slot name="description" slot="description"></slot>
456
456
  </px-tile>
@@ -756,7 +756,7 @@ class F extends p {
756
756
  <div class="tile-switch">
757
757
  <px-tile hoverable>
758
758
  <slot name="prefix" slot="prefix"></slot>
759
- <px-switch slot="suffix" inert></px-switch>
759
+ <px-switch slot="suffix" aria-hidden="true" tabindex="-1"></px-switch>
760
760
  <slot name="label" slot="label"></slot>
761
761
  <slot name="description" slot="description"></slot>
762
762
  </px-tile>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@proximus/lavender-tile",
3
- "version": "1.4.7-alpha.9",
3
+ "version": "1.4.7-beta.1",
4
4
  "description": "",
5
5
  "main": "dist/index.es.js",
6
6
  "types": "dist/index.d.ts",