@ni/nimble-components 21.6.3 → 21.6.4
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 +3 -4
- package/dist/all-components-bundle.js.map +1 -1
- package/dist/all-components-bundle.min.js +2 -3
- package/dist/all-components-bundle.min.js.map +1 -1
- package/dist/esm/card/template.js +2 -3
- package/dist/esm/card/template.js.map +1 -1
- package/package.json +1 -1
|
@@ -2598,9 +2598,8 @@ const Dm=we`
|
|
|
2598
2598
|
color: ${Nl};
|
|
2599
2599
|
}
|
|
2600
2600
|
`,Nm=Z`
|
|
2601
|
-
|
|
2602
|
-
|
|
2603
|
-
<slot name="title" id="title-slot"></slot>
|
|
2601
|
+
<section aria-labelledby="title-slot">
|
|
2602
|
+
<span id="title-slot"><slot name="title"></slot></span>
|
|
2604
2603
|
<slot></slot>
|
|
2605
2604
|
</section>
|
|
2606
2605
|
`
|