@neovici/cosmoz-omnitable 14.0.4 → 14.0.6

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.
@@ -37,7 +37,8 @@ const checkbox = css`
37
37
  box-sizing: content-box;
38
38
  width: 5px;
39
39
  height: 10px;
40
- border: 2.4px solid #fff;
40
+ border: 2.4px solid
41
+ var(--cosmoz-omnitable-checkbox-checked-tick-color, #fff);
41
42
  border-top: none;
42
43
  border-left: none;
43
44
  transform-origin: 5px 10px;
@@ -116,6 +117,7 @@ export default css`
116
117
  position: relative;
117
118
  display: flex;
118
119
  align-items: flex-end;
120
+ background-color: var(--cosmoz-omnitable-header-bg-color, inherit);
119
121
  }
120
122
 
121
123
  [hidden] {
@@ -449,7 +451,7 @@ export default css`
449
451
  .itemRow:hover {
450
452
  box-shadow: inset 1px 0 0 #dadce0, inset -1px 0 0 #dadce0,
451
453
  0 1px 2px 0 rgb(60 64 67 / 30%), 0 1px 3px 1px rgb(60 64 67 / 15%);
452
- /* background: var(--cosmoz-omnitable-hover-color); */
454
+ background-color: var(--cosmoz-omnitable-row-hover-color);
453
455
  }
454
456
  .groupRow:hover .checkbox:not(:checked):not(:hover),
455
457
  .itemRow:hover .checkbox:not(:checked):not(:hover) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neovici/cosmoz-omnitable",
3
- "version": "14.0.4",
3
+ "version": "14.0.6",
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"