@ni/nimble-components 35.9.0 → 35.9.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 +9 -0
- package/dist/all-components-bundle.js.map +1 -1
- package/dist/all-components-bundle.min.js +9 -0
- package/dist/all-components-bundle.min.js.map +1 -1
- package/dist/custom-elements.json +83 -83
- package/dist/custom-elements.md +24 -24
- package/dist/esm/theme-provider/styles.js +9 -0
- package/dist/esm/theme-provider/styles.js.map +1 -1
- package/package.json +1 -1
|
@@ -14903,6 +14903,15 @@
|
|
|
14903
14903
|
|
|
14904
14904
|
const styles$17 = css `
|
|
14905
14905
|
${display('contents')}
|
|
14906
|
+
|
|
14907
|
+
:host {
|
|
14908
|
+
color-scheme: light;
|
|
14909
|
+
}
|
|
14910
|
+
|
|
14911
|
+
:host([theme='dark']),
|
|
14912
|
+
:host([theme='color']) {
|
|
14913
|
+
color-scheme: dark;
|
|
14914
|
+
}
|
|
14906
14915
|
`;
|
|
14907
14916
|
|
|
14908
14917
|
/**
|