@neovici/cosmoz-omnitable 14.0.0 → 14.0.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.
|
@@ -64,7 +64,10 @@ const /* eslint-disable-next-line max-lines-per-function */
|
|
|
64
64
|
when(
|
|
65
65
|
!hideSelectAll,
|
|
66
66
|
() =>
|
|
67
|
-
html` <cosmoz-omnitable-settings
|
|
67
|
+
html` <cosmoz-omnitable-settings
|
|
68
|
+
.config=${settingsConfig}
|
|
69
|
+
part="settings"
|
|
70
|
+
>
|
|
68
71
|
</cosmoz-omnitable-settings>`,
|
|
69
72
|
),
|
|
70
73
|
];
|
|
@@ -84,6 +84,7 @@ export default css`
|
|
|
84
84
|
flex-direction: column;
|
|
85
85
|
position: relative;
|
|
86
86
|
overflow: hidden;
|
|
87
|
+
color: var(--cosmoz-omnitable-text-color, rgb(0,0,0))
|
|
87
88
|
}
|
|
88
89
|
:host a {
|
|
89
90
|
color: var(--primary-link-color, inherit);
|
|
@@ -98,7 +99,7 @@ export default css`
|
|
|
98
99
|
}
|
|
99
100
|
/* The wrapping div that contains the header, the table content and the footer */
|
|
100
101
|
.mainContainer {
|
|
101
|
-
background-color:
|
|
102
|
+
background-color: var(--cosmoz-omnitable-bg-color, rgb(255, 255, 255));
|
|
102
103
|
display: flex;
|
|
103
104
|
flex-direction: column;
|
|
104
105
|
flex: auto;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@neovici/cosmoz-omnitable",
|
|
3
|
-
"version": "14.0.
|
|
3
|
+
"version": "14.0.2",
|
|
4
4
|
"description": "[](https://travis-ci.org/Neovici/cosmoz-omnitable)",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"web-components"
|