@neovici/cosmoz-omnitable 14.3.2 → 14.5.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.
@@ -165,10 +165,9 @@ export default css`
165
165
  --cosmoz-omnitable-header-font-size,
166
166
  16px
167
167
  );
168
- --cosmoz-input-padding: 0;
168
+ --cosmoz-input-padding: var(--cosmoz-omnitable-header-input-padding, 0);
169
169
  --cosmoz-input-label-text-transform: var(--cosmoz-omnitable-header-text-transform, none);
170
170
  --cosmoz-input-label-font-weight: var(--cosmoz-omnitable-header-font-weight, normal);
171
- --cosmoz-input-padding: 0;
172
171
  }
173
172
 
174
173
  cosmoz-omnitable-header-row {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neovici/cosmoz-omnitable",
3
- "version": "14.3.2",
3
+ "version": "14.5.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"
@@ -61,7 +61,7 @@
61
61
  "dependencies": {
62
62
  "@lit-labs/virtualizer": "^2.1.0",
63
63
  "@neovici/cosmoz-autocomplete": "^10.0.0",
64
- "@neovici/cosmoz-bottom-bar": "^9.0.3",
64
+ "@neovici/cosmoz-bottom-bar": "^9.0.5",
65
65
  "@neovici/cosmoz-collapse": "^1.1.0",
66
66
  "@neovici/cosmoz-datetime-input": "^4.0.1",
67
67
  "@neovici/cosmoz-dropdown": "^5.0.0",