@neovici/cosmoz-omnitable 14.12.4 → 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(90deg, #e0e0e0, #f5f5f5, #e0e0e0);
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;
@@ -156,9 +156,11 @@ export default css`
156
156
  }
157
157
  --paper-input-container-underline: {
158
158
  border-color: var(--cosmoz-omnitable-header-line-color);
159
+ display: var(--cosmoz-omnitable-paper-input-underline-display, block);
159
160
  }
160
161
  --paper-input-container-underline-focus {
161
162
  border-color: var(--cosmoz-omnitable-header-line-focused-color);
163
+ display: var(--cosmoz-omnitable-paper-input-underline-display, block);
162
164
  }
163
165
 
164
166
  --paper-font-subhead_-_font-family: var(
@@ -259,10 +261,10 @@ export default css`
259
261
  display: flex;
260
262
  align-items: center;
261
263
  justify-content: center;
262
- color: #ccc;
264
+ color: var(--cz-bg-color, #ccc);
263
265
  }
264
266
  .tableContent-empty.overlay {
265
- background-color: rgba(255, 255, 255, 0.8);
267
+ background-color: (var(--cz-bg-color, #ccc));
266
268
  color: #333;
267
269
  z-index: 1;
268
270
  }
@@ -313,6 +315,7 @@ export default css`
313
315
  flex-basis: 0.000001px;
314
316
  display: flex;
315
317
  flex-direction: column;
318
+ color: var(--cz-bg-color, #ccc);
316
319
  }
317
320
 
318
321
  .itemRow {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neovici/cosmoz-omnitable",
3
- "version": "14.12.4",
3
+ "version": "14.14.0",
4
4
  "description": "[![Build Status](https://travis-ci.org/Neovici/cosmoz-omnitable.svg?branch=master)](https://travis-ci.org/Neovici/cosmoz-omnitable)",
5
5
  "keywords": [
6
6
  "web-components"