@proximus/lavender-cell 1.4.7-alpha.8 → 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 +2 -2
  2. package/package.json +1 -1
package/dist/index.es.js CHANGED
@@ -986,7 +986,7 @@ class J extends A {
986
986
  return `
987
987
  <div class="cell-switch">
988
988
  <px-cell hoverable>
989
- <px-switch slot="action-indicator" inert></px-switch>
989
+ <px-switch slot="action-indicator" aria-hidden="true" tabindex="-1"></px-switch>
990
990
  <slot name="visual" slot="visual"></slot>
991
991
  <slot name="label" slot="label"></slot>
992
992
  <slot name="description" slot="description"></slot>
@@ -1249,7 +1249,7 @@ class Q extends A {
1249
1249
  return `
1250
1250
  <div class="cell-radio">
1251
1251
  <px-cell hoverable>
1252
- <px-radio slot="prefix" inert></px-radio>
1252
+ <px-radio slot="prefix" aria-hidden="true" tabindex="-1"></px-radio>
1253
1253
  <slot name="visual" slot="visual"></slot>
1254
1254
  <slot name="label" slot="label"></slot>
1255
1255
  <slot name="description" slot="description"></slot>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@proximus/lavender-cell",
3
- "version": "1.4.7-alpha.8",
3
+ "version": "1.4.7-beta.1",
4
4
  "description": "",
5
5
  "main": "dist/index.es.js",
6
6
  "types": "dist/index.d.ts",