@spectrum-web-components/shared
Advanced tools
Comparing version 0.14.1 to 0.14.2
{ | ||
"name": "@spectrum-web-components/shared", | ||
"version": "0.14.1", | ||
"version": "0.14.2", | ||
"publishConfig": { | ||
@@ -45,3 +45,3 @@ "access": "public" | ||
"dependencies": { | ||
"@spectrum-web-components/base": "^0.5.6", | ||
"@spectrum-web-components/base": "^0.5.7", | ||
"focus-visible": "^5.1.0", | ||
@@ -53,3 +53,3 @@ "tslib": "^2.0.0" | ||
"sideEffects": false, | ||
"gitHead": "32e049a0da090ffc1a54cfe3234be4d5efc73339" | ||
"gitHead": "275ee61b152ac3eed0cd1603d8eab2aec90876a0" | ||
} |
@@ -35,3 +35,3 @@ ## Description | ||
class FocusableButton extends Focusable { | ||
public static get styles(): CSSResultArray { | ||
public static override get styles(): CSSResultArray { | ||
return [...super.styles]; | ||
@@ -43,3 +43,3 @@ } | ||
protected render(): TemplateResult { | ||
protected override render(): TemplateResult { | ||
return html` | ||
@@ -80,3 +80,3 @@ <button | ||
} | ||
protected render(): TemplateResult { | ||
protected override render(): TemplateResult { | ||
return html` | ||
@@ -113,3 +113,3 @@ <button | ||
class ObserveSlotTextElement extends ObserveSlotText(LitElement, '#observing-slot') { | ||
protected render(): TemplateResult { | ||
protected override render(): TemplateResult { | ||
return html` | ||
@@ -116,0 +116,0 @@ <button |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
147741