@ni/nimble-components 21.6.5 → 21.6.6
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 +2 -2
- package/dist/all-components-bundle.js.map +1 -1
- package/dist/all-components-bundle.min.js +1 -1
- package/dist/all-components-bundle.min.js.map +1 -1
- package/dist/esm/patterns/error/styles.js +1 -1
- package/dist/esm/patterns/error/styles.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 Fri, 23 Feb 2024
|
|
16304
|
+
* Generated on Fri, 23 Feb 2024 22:02:36 GMT
|
|
16305
16305
|
*/
|
|
16306
16306
|
|
|
16307
16307
|
const Information100DarkUi = "#a46eff";
|
|
@@ -20805,7 +20805,7 @@
|
|
|
20805
20805
|
color: ${failColor};
|
|
20806
20806
|
width: 100%;
|
|
20807
20807
|
position: absolute;
|
|
20808
|
-
bottom: calc(-1 * ${errorTextFontLineHeight});
|
|
20808
|
+
bottom: calc(-1 * (${errorTextFontLineHeight} + 2px));
|
|
20809
20809
|
left: 0px;
|
|
20810
20810
|
overflow: hidden;
|
|
20811
20811
|
text-overflow: ellipsis;
|