@neovici/cosmoz-omnitable 12.19.0 → 12.20.1
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/cosmoz-omnitable-styles.js +15 -4
- package/package.json +2 -2
|
@@ -88,8 +88,11 @@ export default css`
|
|
|
88
88
|
text-decoration: var(--cosmoz-omnitable-link-decoration, underline);
|
|
89
89
|
}
|
|
90
90
|
:host a:hover {
|
|
91
|
-
|
|
92
|
-
|
|
91
|
+
text-decoration: var(
|
|
92
|
+
--cosmoz-omnitable-link-decoration-hover,
|
|
93
|
+
var(--cosmoz-omnitable-link-decoration, underline)
|
|
94
|
+
);
|
|
95
|
+
color: var(--primary-link-color-hover, var(--primary-link-color));
|
|
93
96
|
}
|
|
94
97
|
/* The wrapping div that contains the header, the table content and the footer */
|
|
95
98
|
.mainContainer {
|
|
@@ -136,7 +139,10 @@ export default css`
|
|
|
136
139
|
--paper-font-caption_-_line-height: 18px;
|
|
137
140
|
}
|
|
138
141
|
--paper-font-subhead_-_font-family: var(
|
|
139
|
-
--cosmoz-omnitable-header-font-family,
|
|
142
|
+
--cosmoz-omnitable-header-font-family,
|
|
143
|
+
'Roboto',
|
|
144
|
+
'Noto',
|
|
145
|
+
sans-serif
|
|
140
146
|
);
|
|
141
147
|
text-transform: var(--cosmoz-omnitable-header-text-transform, none);
|
|
142
148
|
--paper-font-subhead_-_font-weight: var(
|
|
@@ -152,7 +158,12 @@ export default css`
|
|
|
152
158
|
cosmoz-autocomplete-ui::part(input-label) {
|
|
153
159
|
text-transform: var(--cosmoz-omnitable-header-text-transform, none);
|
|
154
160
|
font-weight: var(--cosmoz-omnitable-header-font-weight, normal);
|
|
155
|
-
font-family: var(
|
|
161
|
+
font-family: var(
|
|
162
|
+
--cosmoz-omnitable-header-font-family,
|
|
163
|
+
'Roboto',
|
|
164
|
+
'Noto',
|
|
165
|
+
sans-serif
|
|
166
|
+
);
|
|
156
167
|
font-size: var(--cosmoz-omnitable-header-font-size, 16px);
|
|
157
168
|
}
|
|
158
169
|
cosmoz-omnitable-header-row {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@neovici/cosmoz-omnitable",
|
|
3
|
-
"version": "12.
|
|
3
|
+
"version": "12.20.1",
|
|
4
4
|
"description": "[](https://travis-ci.org/Neovici/cosmoz-omnitable)",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"web-components"
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
}
|
|
60
60
|
},
|
|
61
61
|
"dependencies": {
|
|
62
|
-
"@neovici/cosmoz-autocomplete": "^
|
|
62
|
+
"@neovici/cosmoz-autocomplete": "^6.0.0 || ^7.0.0",
|
|
63
63
|
"@neovici/cosmoz-bottom-bar": "^6.0.0",
|
|
64
64
|
"@neovici/cosmoz-collapse": "^1.1.0",
|
|
65
65
|
"@neovici/cosmoz-datetime-input": "^3.0.3",
|