@ni/nimble-components 29.2.1 → 29.2.3
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 -3
- package/dist/all-components-bundle.js.map +1 -1
- package/dist/all-components-bundle.min.js +2 -2
- package/dist/all-components-bundle.min.js.map +1 -1
- package/dist/esm/banner/styles.js +1 -1
- package/dist/esm/banner/styles.js.map +1 -1
- package/dist/esm/checkbox/index.js +2 -2
- package/dist/esm/checkbox/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -16278,7 +16278,7 @@
|
|
|
16278
16278
|
|
|
16279
16279
|
/**
|
|
16280
16280
|
* Do not edit directly
|
|
16281
|
-
* Generated on
|
|
16281
|
+
* Generated on Wed, 05 Jun 2024 16:58:57 GMT
|
|
16282
16282
|
*/
|
|
16283
16283
|
|
|
16284
16284
|
const Information100DarkUi = "#a46eff";
|
|
@@ -18695,6 +18695,7 @@
|
|
|
18695
18695
|
font-size: 12.8px;
|
|
18696
18696
|
align-items: top;
|
|
18697
18697
|
overflow: hidden;
|
|
18698
|
+
overflow-wrap: anywhere;
|
|
18698
18699
|
}
|
|
18699
18700
|
|
|
18700
18701
|
:host(:not([open])) {
|
|
@@ -18726,7 +18727,6 @@
|
|
|
18726
18727
|
display: inline;
|
|
18727
18728
|
font-weight: bold;
|
|
18728
18729
|
padding-right: 8px;
|
|
18729
|
-
white-space: nowrap;
|
|
18730
18730
|
}
|
|
18731
18731
|
|
|
18732
18732
|
:host([title-hidden]) slot[name='title'] {
|
|
@@ -20446,7 +20446,7 @@
|
|
|
20446
20446
|
baseClass: Checkbox$1,
|
|
20447
20447
|
template: template$x,
|
|
20448
20448
|
styles: styles$L,
|
|
20449
|
-
checkedIndicator:
|
|
20449
|
+
checkedIndicator: checkLarge16X16.data,
|
|
20450
20450
|
indeterminateIndicator: minus16X16.data
|
|
20451
20451
|
});
|
|
20452
20452
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleCheckbox());
|