@ni/nimble-components 18.10.1 → 18.10.3
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/all-components-bundle.js +13 -0
- package/dist/all-components-bundle.js.map +1 -1
- package/dist/all-components-bundle.min.js +2 -1
- package/dist/all-components-bundle.min.js.map +1 -1
- package/dist/esm/anchor-tab/index.d.ts +9 -0
- package/dist/esm/anchor-tab/index.js +12 -0
- package/dist/esm/anchor-tab/index.js.map +1 -1
- package/dist/esm/radio/styles.js +1 -0
- package/dist/esm/radio/styles.js.map +1 -1
- package/package.json +19 -9
|
@@ -1875,7 +1875,7 @@ const Kc=ft`
|
|
|
1875
1875
|
display: none;
|
|
1876
1876
|
}
|
|
1877
1877
|
`
|
|
1878
|
-
class Qc extends yn{constructor(){super(...arguments),this.disabled=!1}}t([nt({mode:"boolean"})],Qc.prototype,"disabled",void 0)
|
|
1878
|
+
class Qc extends yn{constructor(){super(...arguments),this.disabled=!1,this.ariaSelected="false"}}t([nt({mode:"boolean"})],Qc.prototype,"disabled",void 0),t([nt({attribute:"aria-selected"})],Qc.prototype,"ariaSelected",void 0)
|
|
1879
1879
|
const Jc=Qc.compose({baseName:"anchor-tab",template:(t,e)=>G`
|
|
1880
1880
|
<template slot="anchortab" role="tab" aria-disabled="${t=>t.disabled}">
|
|
1881
1881
|
<a
|
|
@@ -4421,6 +4421,7 @@ const xm=ft`
|
|
|
4421
4421
|
}
|
|
4422
4422
|
|
|
4423
4423
|
.control {
|
|
4424
|
+
position: relative;
|
|
4424
4425
|
width: calc(${ea} / 2);
|
|
4425
4426
|
height: calc(${ea} / 2);
|
|
4426
4427
|
box-sizing: border-box;
|