@neovici/cosmoz-omnitable 12.27.0 → 12.28.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.
@@ -155,19 +155,10 @@ export default css`
155
155
  --cosmoz-omnitable-header-font-size,
156
156
  16px
157
157
  );
158
+ --cosmoz-input-label-text-transform: var(--cosmoz-omnitable-header-text-transform, none);
159
+ --cosmoz-input-label-font-weight: var(--cosmoz-omnitable-header-font-weight, normal);
158
160
  }
159
161
 
160
- cosmoz-autocomplete-ui::part(input-label) {
161
- text-transform: var(--cosmoz-omnitable-header-text-transform, none);
162
- font-weight: var(--cosmoz-omnitable-header-font-weight, normal);
163
- font-family: var(
164
- --cosmoz-omnitable-header-font-family,
165
- 'Roboto',
166
- 'Noto',
167
- sans-serif
168
- );
169
- font-size: var(--cosmoz-omnitable-header-font-size, 16px);
170
- }
171
162
  cosmoz-omnitable-header-row {
172
163
  white-space: nowrap;
173
164
  }
@@ -17,6 +17,10 @@ class DateRangeInput extends dateInputMixin(
17
17
  --iron-icon-width: 0;
18
18
  display: block;
19
19
  }
20
+ cosmoz-input {
21
+ --paper-font-subhead_-_font-size: 16px;
22
+ margin-bottom: 6px;
23
+ }
20
24
  </style>
21
25
  <cosmoz-clear-button
22
26
  @click=${() => this.resetFilter()}
@@ -16,6 +16,10 @@ class DatetimeRangeInput extends dateInputMixin(
16
16
  --iron-icon-width: 0;
17
17
  display: block;
18
18
  }
19
+ cosmoz-input {
20
+ --paper-font-subhead_-_font-size: 16px;
21
+ margin-bottom: 6px;
22
+ }
19
23
  </style>
20
24
 
21
25
  <cosmoz-clear-button
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neovici/cosmoz-omnitable",
3
- "version": "12.27.0",
3
+ "version": "12.28.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"