@vaadin/vaadin-lumo-styles 24.4.1 → 24.4.2

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 (2) hide show
  1. package/badge.js +3 -3
  2. package/package.json +5 -5
package/badge.js CHANGED
@@ -97,15 +97,15 @@ const badge = css`
97
97
 
98
98
  /* Icon */
99
99
 
100
- [theme~='badge'] vaadin-icon {
100
+ [theme~='badge'] > vaadin-icon {
101
101
  margin: -0.25em 0;
102
102
  }
103
103
 
104
- [theme~='badge'] vaadin-icon:first-child {
104
+ [theme~='badge'] > vaadin-icon:first-child {
105
105
  margin-left: -0.375em;
106
106
  }
107
107
 
108
- [theme~='badge'] vaadin-icon:last-child {
108
+ [theme~='badge'] > vaadin-icon:last-child {
109
109
  margin-right: -0.375em;
110
110
  }
111
111
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vaadin/vaadin-lumo-styles",
3
- "version": "24.4.1",
3
+ "version": "24.4.2",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -41,9 +41,9 @@
41
41
  ],
42
42
  "dependencies": {
43
43
  "@polymer/polymer": "^3.0.0",
44
- "@vaadin/component-base": "~24.4.1",
45
- "@vaadin/icon": "~24.4.1",
46
- "@vaadin/vaadin-themable-mixin": "~24.4.1"
44
+ "@vaadin/component-base": "~24.4.2",
45
+ "@vaadin/icon": "~24.4.2",
46
+ "@vaadin/vaadin-themable-mixin": "~24.4.2"
47
47
  },
48
48
  "devDependencies": {
49
49
  "gulp": "^4.0.2",
@@ -52,5 +52,5 @@
52
52
  "gulp-sort": "^2.0.0",
53
53
  "gulp-svgmin": "^4.1.0"
54
54
  },
55
- "gitHead": "cba937ba45301d55a8afb3ef1d3b15337804d005"
55
+ "gitHead": "f280274de1bc894ad4e0426432619999c0cf556d"
56
56
  }