@neovici/cosmoz-omnitable 14.12.3 → 14.13.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.
@@ -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(
@@ -15,7 +15,6 @@ class DateRangeInput extends dateInputMixin(
15
15
  paper-dropdown-menu {
16
16
  --iron-icon-width: 0;
17
17
  display: block;
18
- text-align: right;
19
18
  }
20
19
 
21
20
  .dropdown-content h3 {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neovici/cosmoz-omnitable",
3
- "version": "14.12.3",
3
+ "version": "14.13.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"