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