@neovici/cosmoz-omnitable 14.13.0 → 14.14.0
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.
|
@@ -15,7 +15,12 @@ const styles = css`
|
|
|
15
15
|
padding: 11px 12px 11px 0;
|
|
16
16
|
}
|
|
17
17
|
.skeleton > div div:not(.handle) {
|
|
18
|
-
background-image: linear-gradient(
|
|
18
|
+
background-image: linear-gradient(
|
|
19
|
+
90deg,
|
|
20
|
+
var(--cosmoz-omnitable-skeleton-bg-from, #e0e0e0),
|
|
21
|
+
var(--cosmoz-omnitable-skeleton-bg-middle, #f5f5f5),
|
|
22
|
+
var(--cosmoz-omnitable-skeleton-bg-to, #e0e0e0)
|
|
23
|
+
);
|
|
19
24
|
background-size: 1000%;
|
|
20
25
|
background-position: right;
|
|
21
26
|
border-radius: 4px;
|
|
@@ -261,10 +261,10 @@ export default css`
|
|
|
261
261
|
display: flex;
|
|
262
262
|
align-items: center;
|
|
263
263
|
justify-content: center;
|
|
264
|
-
color: #ccc;
|
|
264
|
+
color: var(--cz-bg-color, #ccc);
|
|
265
265
|
}
|
|
266
266
|
.tableContent-empty.overlay {
|
|
267
|
-
background-color:
|
|
267
|
+
background-color: (var(--cz-bg-color, #ccc));
|
|
268
268
|
color: #333;
|
|
269
269
|
z-index: 1;
|
|
270
270
|
}
|
|
@@ -315,6 +315,7 @@ export default css`
|
|
|
315
315
|
flex-basis: 0.000001px;
|
|
316
316
|
display: flex;
|
|
317
317
|
flex-direction: column;
|
|
318
|
+
color: var(--cz-bg-color, #ccc);
|
|
318
319
|
}
|
|
319
320
|
|
|
320
321
|
.itemRow {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@neovici/cosmoz-omnitable",
|
|
3
|
-
"version": "14.
|
|
3
|
+
"version": "14.14.0",
|
|
4
4
|
"description": "[](https://travis-ci.org/Neovici/cosmoz-omnitable)",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"web-components"
|