@neovici/cosmoz-omnitable 14.14.1 → 14.14.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.
|
@@ -261,10 +261,9 @@ export default css`
|
|
|
261
261
|
display: flex;
|
|
262
262
|
align-items: center;
|
|
263
263
|
justify-content: center;
|
|
264
|
-
color:
|
|
264
|
+
color: #ccc;
|
|
265
265
|
}
|
|
266
266
|
.tableContent-empty.overlay {
|
|
267
|
-
background-color: (var(--cz-bg-color, #ccc));
|
|
268
267
|
color: #333;
|
|
269
268
|
z-index: 1;
|
|
270
269
|
}
|
|
@@ -315,7 +314,6 @@ export default css`
|
|
|
315
314
|
flex-basis: 0.000001px;
|
|
316
315
|
display: flex;
|
|
317
316
|
flex-direction: column;
|
|
318
|
-
color: var(--cz-bg-color, #ccc);
|
|
319
317
|
}
|
|
320
318
|
|
|
321
319
|
.itemRow {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@neovici/cosmoz-omnitable",
|
|
3
|
-
"version": "14.14.
|
|
3
|
+
"version": "14.14.3",
|
|
4
4
|
"description": "[](https://travis-ci.org/Neovici/cosmoz-omnitable)",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"web-components"
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
"@neovici/cosmoz-i18next": "^3.1.1",
|
|
73
73
|
"@neovici/cosmoz-input": "^5.0.0",
|
|
74
74
|
"@neovici/cosmoz-router": "^11.0.0",
|
|
75
|
-
"@neovici/cosmoz-spinner": "^1.0.
|
|
75
|
+
"@neovici/cosmoz-spinner": "^1.0.1",
|
|
76
76
|
"@neovici/cosmoz-utils": "^6.14.2",
|
|
77
77
|
"@neovici/nullxlsx": "^3.0.0",
|
|
78
78
|
"@pionjs/pion": "^2.0.0",
|