@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
|
@@ -16298,7 +16298,7 @@
|
|
|
16298
16298
|
|
|
16299
16299
|
/**
|
|
16300
16300
|
* Do not edit directly
|
|
16301
|
-
* Generated on
|
|
16301
|
+
* Generated on Wed, 08 Nov 2023 15:51:23 GMT
|
|
16302
16302
|
*/
|
|
16303
16303
|
|
|
16304
16304
|
const Information100DarkUi = "#a46eff";
|
|
@@ -19960,14 +19960,15 @@
|
|
|
19960
19960
|
display: contents;
|
|
19961
19961
|
}
|
|
19962
19962
|
|
|
19963
|
-
|
|
19963
|
+
slot[name='title'] {
|
|
19964
19964
|
font: ${titleFont};
|
|
19965
19965
|
color: ${titleFontColor};
|
|
19966
19966
|
}
|
|
19967
19967
|
`;
|
|
19968
19968
|
|
|
19969
19969
|
const template$s = html `
|
|
19970
|
-
|
|
19970
|
+
${'' /* Explicitly set role to work around Lighthouse error. See https://github.com/ni/nimble/issues/1650. */}
|
|
19971
|
+
<section role="region" aria-labelledby="title-slot">
|
|
19971
19972
|
<slot name="title" id="title-slot"></slot>
|
|
19972
19973
|
<slot></slot>
|
|
19973
19974
|
</section>
|