@vaadin/component-base
Advanced tools
+4
-4
| { | ||
| "name": "@vaadin/component-base", | ||
| "version": "25.0.12", | ||
| "version": "25.0.13", | ||
| "publishConfig": { | ||
@@ -40,8 +40,8 @@ "access": "public" | ||
| "devDependencies": { | ||
| "@vaadin/chai-plugins": "~25.0.12", | ||
| "@vaadin/test-runner-commands": "~25.0.12", | ||
| "@vaadin/chai-plugins": "~25.0.13", | ||
| "@vaadin/test-runner-commands": "~25.0.13", | ||
| "@vaadin/testing-helpers": "^2.0.0", | ||
| "sinon": "^21.0.0" | ||
| }, | ||
| "gitHead": "4da2fac35ba4a02254c6e18c8392fa445d873d13" | ||
| "gitHead": "6fc4c433cd2462ec37c79fb947262cb672d7852d" | ||
| } |
+1
-1
@@ -16,3 +16,3 @@ /** | ||
| export function defineCustomElement(CustomElement, version = '25.0.12') { | ||
| export function defineCustomElement(CustomElement, version = '25.0.13') { | ||
| Object.defineProperty(CustomElement, 'version', { | ||
@@ -19,0 +19,0 @@ get() { |
@@ -25,5 +25,3 @@ /** | ||
| inherits: true, | ||
| // Use this initial value so the color stays visible when the property | ||
| // is set to an invalid value to make debugging a bit easier. | ||
| initialValue: 'light-dark(black, white)', | ||
| initialValue: 'transparent', | ||
| }); | ||
@@ -30,0 +28,0 @@ }); |
240809
-0.06%6801
-0.03%