@vaadin/vaadin-lumo-styles 23.5.2 → 23.5.3

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.
Files changed (3) hide show
  1. package/badge.js +6 -6
  2. package/package.json +4 -4
  3. package/version.js +1 -1
package/badge.js CHANGED
@@ -91,20 +91,20 @@ const badge = css`
91
91
 
92
92
  /* Icon */
93
93
 
94
- [theme~='badge'] vaadin-icon,
95
- [theme~='badge'] iron-icon {
94
+ [theme~='badge'] > vaadin-icon,
95
+ [theme~='badge'] > iron-icon {
96
96
  margin: -0.25em 0;
97
97
  --iron-icon-width: 1.5em;
98
98
  --iron-icon-height: 1.5em;
99
99
  }
100
100
 
101
- [theme~='badge'] vaadin-icon:first-child,
102
- [theme~='badge'] iron-icon:first-child {
101
+ [theme~='badge'] > vaadin-icon:first-child,
102
+ [theme~='badge'] > iron-icon:first-child {
103
103
  margin-left: -0.375em;
104
104
  }
105
105
 
106
- [theme~='badge'] vaadin-icon:last-child,
107
- [theme~='badge'] iron-icon:last-child {
106
+ [theme~='badge'] > vaadin-icon:last-child,
107
+ [theme~='badge'] > iron-icon:last-child {
108
108
  margin-right: -0.375em;
109
109
  }
110
110
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vaadin/vaadin-lumo-styles",
3
- "version": "23.5.2",
3
+ "version": "23.5.3",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -43,8 +43,8 @@
43
43
  "@polymer/iron-icon": "^3.0.0",
44
44
  "@polymer/iron-iconset-svg": "^3.0.0",
45
45
  "@polymer/polymer": "^3.0.0",
46
- "@vaadin/icon": "~23.5.2",
47
- "@vaadin/vaadin-themable-mixin": "~23.5.2"
46
+ "@vaadin/icon": "~23.5.3",
47
+ "@vaadin/vaadin-themable-mixin": "~23.5.3"
48
48
  },
49
49
  "devDependencies": {
50
50
  "gulp": "^4.0.2",
@@ -53,5 +53,5 @@
53
53
  "gulp-sort": "^2.0.0",
54
54
  "gulp-svgmin": "^4.1.0"
55
55
  },
56
- "gitHead": "016f4c0e920f9a3409349b81314d94d36867ccbd"
56
+ "gitHead": "ab2b2d981851a9117854d852d501c8f958620585"
57
57
  }
package/version.js CHANGED
@@ -17,7 +17,7 @@
17
17
  */
18
18
  class Lumo extends HTMLElement {
19
19
  static get version() {
20
- return '23.5.2';
20
+ return '23.5.3';
21
21
  }
22
22
  }
23
23