@proximus/lavender-cell 1.4.10-beta.2 → 1.4.11-alpha.2

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
@@ -988,7 +988,7 @@ class K extends A {
988
988
  return `
989
989
  <div class="cell-switch">
990
990
  <px-cell hoverable>
991
- <px-switch slot="action-indicator" aria-hidden="true" tabindex="-1"></px-switch>
991
+ <px-switch slot="action-indicator" inert></px-switch>
992
992
  <slot name="visual" slot="visual"></slot>
993
993
  <slot name="label" slot="label"></slot>
994
994
  <slot name="description" slot="description"></slot>
@@ -1251,7 +1251,7 @@ class Q extends A {
1251
1251
  return `
1252
1252
  <div class="cell-radio">
1253
1253
  <px-cell hoverable>
1254
- <px-radio slot="prefix" aria-hidden="true" tabindex="-1"></px-radio>
1254
+ <px-radio slot="prefix" inert></px-radio>
1255
1255
  <slot name="visual" slot="visual"></slot>
1256
1256
  <slot name="label" slot="label"></slot>
1257
1257
  <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.10-beta.2",
3
+ "version": "1.4.11-alpha.2",
4
4
  "description": "",
5
5
  "main": "dist/index.es.js",
6
6
  "types": "dist/index.d.ts",