@ni/nimble-components 18.3.6 → 18.3.7
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 -0
- package/dist/all-components-bundle.js.map +1 -1
- package/dist/all-components-bundle.min.js +2 -0
- package/dist/all-components-bundle.min.js.map +1 -1
- package/dist/esm/table/styles.js +2 -0
- package/dist/esm/table/styles.js.map +1 -1
- package/package.json +1 -1
|
@@ -4954,6 +4954,7 @@ return!this.missingColumnId&&!this.duplicateColumnId}}const Jg=fe`
|
|
|
4954
4954
|
width: 100%;
|
|
4955
4955
|
height: 100%;
|
|
4956
4956
|
position: absolute;
|
|
4957
|
+
pointer-events: none;
|
|
4957
4958
|
}
|
|
4958
4959
|
|
|
4959
4960
|
.row:hover::before {
|
|
@@ -4966,6 +4967,7 @@ return!this.missingColumnId&&!this.duplicateColumnId}}const Jg=fe`
|
|
|
4966
4967
|
height: 100%;
|
|
4967
4968
|
position: absolute;
|
|
4968
4969
|
background: ${zr};
|
|
4970
|
+
pointer-events: none;
|
|
4969
4971
|
}
|
|
4970
4972
|
|
|
4971
4973
|
.row::before {
|