@ni/nimble-components 20.14.0 → 20.14.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/all-components-bundle.js +4 -3
- package/dist/all-components-bundle.js.map +1 -1
- package/dist/all-components-bundle.min.js +3 -2
- package/dist/all-components-bundle.min.js.map +1 -1
- package/dist/esm/card/styles.js +1 -1
- package/dist/esm/card/template.js +2 -1
- package/dist/esm/card/template.js.map +1 -1
- package/package.json +1 -1
|
@@ -2575,12 +2575,13 @@ const pg=we`
|
|
|
2575
2575
|
display: contents;
|
|
2576
2576
|
}
|
|
2577
2577
|
|
|
2578
|
-
|
|
2578
|
+
slot[name='title'] {
|
|
2579
2579
|
font: ${pl};
|
|
2580
2580
|
color: ${fl};
|
|
2581
2581
|
}
|
|
2582
2582
|
`,fg=W`
|
|
2583
|
-
|
|
2583
|
+
${""}
|
|
2584
|
+
<section role="region" aria-labelledby="title-slot">
|
|
2584
2585
|
<slot name="title" id="title-slot"></slot>
|
|
2585
2586
|
<slot></slot>
|
|
2586
2587
|
</section>
|