@proximus/lavender-cell 1.4.6-alpha.9 → 1.4.6-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.
- package/dist/index.es.js +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"
|
|
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"
|
|
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>
|