@polymer/iron-behaviors
Advanced tools
Comparing version 3.0.0-pre.17 to 3.0.0-pre.18
@@ -17,4 +17,2 @@ /** | ||
Polymer({ | ||
importMeta: import.meta, | ||
_template: html` | ||
@@ -21,0 +19,0 @@ <style> |
@@ -13,8 +13,8 @@ { | ||
"webmat": "^0.2.0", | ||
"@polymer/paper-styles": "^3.0.0-pre.17", | ||
"@polymer/paper-input": "^3.0.0-pre.17", | ||
"@polymer/iron-test-helpers": "^3.0.0-pre.17", | ||
"@polymer/iron-component-page": "^3.0.0-pre.17", | ||
"@polymer/paper-styles": "^3.0.0-pre.18", | ||
"@polymer/paper-input": "^3.0.0-pre.18", | ||
"@polymer/iron-test-helpers": "^3.0.0-pre.18", | ||
"@polymer/iron-component-page": "^3.0.0-pre.18", | ||
"wct-browser-legacy": "^0.0.1-pre.11", | ||
"@webcomponents/webcomponentsjs": "^2.0.0-beta.2" | ||
"@webcomponents/webcomponentsjs": "^2.0.0" | ||
}, | ||
@@ -25,3 +25,3 @@ "scripts": { | ||
}, | ||
"version": "3.0.0-pre.17", | ||
"version": "3.0.0-pre.18", | ||
"resolutions": { | ||
@@ -36,5 +36,5 @@ "inherits": "2.0.3", | ||
"dependencies": { | ||
"@polymer/polymer": "^3.0.0-pre.13", | ||
"@polymer/iron-a11y-keys-behavior": "^3.0.0-pre.17" | ||
"@polymer/polymer": "^3.0.0", | ||
"@polymer/iron-a11y-keys-behavior": "^3.0.0-pre.18" | ||
} | ||
} |
@@ -17,9 +17,12 @@ /** | ||
Polymer({ | ||
importMeta: import.meta, | ||
is: 'test-control', | ||
behaviors: [IronControlState] | ||
}); | ||
Polymer({ | ||
importMeta: import.meta, | ||
is: 'test-button', | ||
behaviors: [IronControlState, IronButtonState], | ||
@@ -30,6 +33,5 @@ | ||
} | ||
}); | ||
Polymer({ | ||
importMeta: import.meta, | ||
_template: html` | ||
@@ -43,4 +45,2 @@ <input id="input"> | ||
Polymer({ | ||
importMeta: import.meta, | ||
_template: html` | ||
@@ -47,0 +47,0 @@ <slot></slot> |
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
43284
17
430