@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
|
@@ -16301,7 +16301,7 @@
|
|
|
16301
16301
|
|
|
16302
16302
|
/**
|
|
16303
16303
|
* Do not edit directly
|
|
16304
|
-
* Generated on Thu, 22 Feb 2024
|
|
16304
|
+
* Generated on Thu, 22 Feb 2024 23:53:10 GMT
|
|
16305
16305
|
*/
|
|
16306
16306
|
|
|
16307
16307
|
const Information100DarkUi = "#a46eff";
|
|
@@ -20060,9 +20060,8 @@
|
|
|
20060
20060
|
`;
|
|
20061
20061
|
|
|
20062
20062
|
const template$w = html `
|
|
20063
|
-
|
|
20064
|
-
|
|
20065
|
-
<slot name="title" id="title-slot"></slot>
|
|
20063
|
+
<section aria-labelledby="title-slot">
|
|
20064
|
+
<span id="title-slot"><slot name="title"></slot></span>
|
|
20066
20065
|
<slot></slot>
|
|
20067
20066
|
</section>
|
|
20068
20067
|
`;
|