@github/text-expander-element
Advanced tools
Comparing version 2.7.2 to 2.8.0
@@ -806,2 +806,5 @@ const ctrlBindings = !!navigator.userAgent.match(/Macintosh/); | ||
} | ||
set keys(value) { | ||
this.setAttribute('keys', value); | ||
} | ||
connectedCallback() { | ||
@@ -834,2 +837,2 @@ const input = this.querySelector('input[type="text"], textarea'); | ||
export default TextExpanderElement; | ||
export { TextExpanderElement as default }; |
@@ -636,2 +636,5 @@ import Combobox from '@github/combobox-nav'; | ||
} | ||
set keys(value) { | ||
this.setAttribute('keys', value); | ||
} | ||
connectedCallback() { | ||
@@ -664,2 +667,2 @@ const input = this.querySelector('input[type="text"], textarea'); | ||
export default TextExpanderElement; | ||
export { TextExpanderElement as default }; |
@@ -7,2 +7,3 @@ type Key = { | ||
get keys(): Key[]; | ||
set keys(value: string); | ||
connectedCallback(): void; | ||
@@ -9,0 +10,0 @@ disconnectedCallback(): void; |
@@ -202,2 +202,5 @@ import Combobox from '@github/combobox-nav'; | ||
} | ||
set keys(value) { | ||
this.setAttribute('keys', value); | ||
} | ||
connectedCallback() { | ||
@@ -204,0 +207,0 @@ const input = this.querySelector('input[type="text"], textarea'); |
{ | ||
"name": "@github/text-expander-element", | ||
"version": "2.7.2", | ||
"version": "2.8.0", | ||
"description": "Activates a suggestion menu to expand text snippets as you type.", | ||
@@ -5,0 +5,0 @@ "repository": "github/text-expander-element", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
78974
1784