@ni/nimble-components 35.9.0 → 35.9.2
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 +10 -1
- package/dist/all-components-bundle.js.map +1 -1
- package/dist/all-components-bundle.min.js +10 -1
- 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 +2 -2
|
@@ -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
|
/**
|
|
@@ -18370,7 +18379,7 @@ Defines an interaction area clip-path that leaves out the severity text so it is
|
|
|
18370
18379
|
};
|
|
18371
18380
|
const arrowRightThin16X16 = {
|
|
18372
18381
|
name: 'arrow_right_thin_16_x_16',
|
|
18373
|
-
data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="m7.
|
|
18382
|
+
data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="m7.97 4.37-.68 1.12 3.09 1.86H2v1.3h8.38l-3.09 1.86.68 1.12L14 8z" class="cls-1"/></svg>`,
|
|
18374
18383
|
};
|
|
18375
18384
|
const arrowRightToLine16X16 = {
|
|
18376
18385
|
name: 'arrow_right_to_line_16_x_16',
|