@vaadin/vaadin-lumo-styles 22.0.3 → 22.0.4

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.
@@ -121,11 +121,11 @@ const inputField = css`
121
121
  --lumo-text-field-size: var(--lumo-size-s);
122
122
  }
123
123
 
124
- :host([theme~='small'][has-label]) [part='label'] {
124
+ :host([theme~='small']) [part='label'] {
125
125
  font-size: var(--lumo-font-size-xs);
126
126
  }
127
127
 
128
- :host([theme~='small'][has-label]) [part='error-message'] {
128
+ :host([theme~='small']) [part='error-message'] {
129
129
  font-size: var(--lumo-font-size-xxs);
130
130
  }
131
131
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vaadin/vaadin-lumo-styles",
3
- "version": "22.0.3",
3
+ "version": "22.0.4",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -41,8 +41,8 @@
41
41
  "@polymer/iron-icon": "^3.0.0",
42
42
  "@polymer/iron-iconset-svg": "^3.0.0",
43
43
  "@polymer/polymer": "^3.0.0",
44
- "@vaadin/icon": "^22.0.3",
45
- "@vaadin/vaadin-themable-mixin": "^22.0.3"
44
+ "@vaadin/icon": "^22.0.4",
45
+ "@vaadin/vaadin-themable-mixin": "^22.0.4"
46
46
  },
47
47
  "devDependencies": {
48
48
  "gulp": "^4.0.2",
@@ -51,5 +51,5 @@
51
51
  "gulp-sort": "^2.0.0",
52
52
  "gulp-svgmin": "^4.1.0"
53
53
  },
54
- "gitHead": "935ad1ea65a79b0f9ecb10d767689479b36c4e07"
54
+ "gitHead": "55891f68d4da41e846e06dfe51dceba1665e41ce"
55
55
  }
package/version.js CHANGED
@@ -5,7 +5,7 @@
5
5
  */
6
6
  class Lumo extends HTMLElement {
7
7
  static get version() {
8
- return '22.0.3';
8
+ return '22.0.4';
9
9
  }
10
10
  }
11
11