@vaadin/component-base
Advanced tools
+4
-4
| { | ||
| "name": "@vaadin/component-base", | ||
| "version": "25.1.3", | ||
| "version": "25.1.4", | ||
| "publishConfig": { | ||
@@ -41,4 +41,4 @@ "access": "public" | ||
| "devDependencies": { | ||
| "@vaadin/chai-plugins": "~25.1.3", | ||
| "@vaadin/test-runner-commands": "~25.1.3", | ||
| "@vaadin/chai-plugins": "~25.1.4", | ||
| "@vaadin/test-runner-commands": "~25.1.4", | ||
| "@vaadin/testing-helpers": "^2.0.0", | ||
@@ -48,3 +48,3 @@ "sinon": "^21.0.2" | ||
| "customElements": "custom-elements.json", | ||
| "gitHead": "6faa3dbd92204cfda519d0146de376084234f560" | ||
| "gitHead": "5bb94117f8f8f1f23d57a3649b4f2454f75c7223" | ||
| } |
+1
-1
@@ -16,3 +16,3 @@ /** | ||
| export function defineCustomElement(CustomElement, version = '25.1.3') { | ||
| export function defineCustomElement(CustomElement, version = '25.1.4') { | ||
| 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 @@ }); |
248664
-0.06%7063
-0.03%