@vaadin/vaadin-lumo-styles 24.4.0-rc1 → 24.5.0-alpha1

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/color.js +3 -0
  2. package/package.json +5 -5
package/color.js CHANGED
@@ -211,6 +211,9 @@ const color = css`
211
211
  background-color: var(--lumo-contrast-10pct);
212
212
  border-radius: var(--lumo-border-radius-m);
213
213
  }
214
+ pre code {
215
+ background: transparent;
216
+ }
214
217
  `;
215
218
 
216
219
  registerStyles('', color, { moduleId: 'lumo-color' });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vaadin/vaadin-lumo-styles",
3
- "version": "24.4.0-rc1",
3
+ "version": "24.5.0-alpha1",
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.0-rc1",
45
- "@vaadin/icon": "24.4.0-rc1",
46
- "@vaadin/vaadin-themable-mixin": "24.4.0-rc1"
44
+ "@vaadin/component-base": "24.5.0-alpha1",
45
+ "@vaadin/icon": "24.5.0-alpha1",
46
+ "@vaadin/vaadin-themable-mixin": "24.5.0-alpha1"
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": "a81e3b927d44c56613fa4e1307494a2acc81005f"
55
+ "gitHead": "57806caac5468532a3b4e3dbdda730cd0fca193a"
56
56
  }