@ni/nimble-components 21.5.2 → 21.5.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 +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/table-column/anchor/cell-view/template.js +1 -1
- package/dist/esm/table-column/anchor/cell-view/template.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 Mon, 19 Feb 2024
|
|
16304
|
+
* Generated on Mon, 19 Feb 2024 22:10:42 GMT
|
|
16305
16305
|
*/
|
|
16306
16306
|
|
|
16307
16307
|
const Information100DarkUi = "#a46eff";
|
|
@@ -67016,7 +67016,7 @@ img.ProseMirror-separator {
|
|
|
67016
67016
|
target="${x => x.columnConfig?.target}"
|
|
67017
67017
|
type="${x => x.columnConfig?.type}"
|
|
67018
67018
|
download="${x => x.columnConfig?.download}"
|
|
67019
|
-
underline-hidden="${x => x.columnConfig?.underlineHidden}"
|
|
67019
|
+
?underline-hidden="${x => x.columnConfig?.underlineHidden}"
|
|
67020
67020
|
appearance="${x => x.columnConfig?.appearance}"
|
|
67021
67021
|
title=${x => (x.hasOverflow ? x.text : null)}
|
|
67022
67022
|
>
|