@polymer/paper-radio-button
Advanced tools
Comparing version 3.0.0-pre.17 to 3.0.0-pre.18
@@ -20,7 +20,7 @@ { | ||
"webmat": "^0.2.0", | ||
"@polymer/iron-component-page": "^3.0.0-pre.17", | ||
"@polymer/iron-demo-helpers": "^3.0.0-pre.17", | ||
"@polymer/iron-test-helpers": "^3.0.0-pre.17", | ||
"@polymer/iron-component-page": "^3.0.0-pre.18", | ||
"@polymer/iron-demo-helpers": "^3.0.0-pre.18", | ||
"@polymer/iron-test-helpers": "^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" | ||
}, | ||
@@ -31,3 +31,3 @@ "scripts": { | ||
}, | ||
"version": "3.0.0-pre.17", | ||
"version": "3.0.0-pre.18", | ||
"resolutions": { | ||
@@ -43,8 +43,8 @@ "inherits": "2.0.3", | ||
"dependencies": { | ||
"@polymer/iron-checked-element-behavior": "^3.0.0-pre.17", | ||
"@polymer/iron-flex-layout": "^3.0.0-pre.17", | ||
"@polymer/paper-behaviors": "^3.0.0-pre.17", | ||
"@polymer/paper-styles": "^3.0.0-pre.17", | ||
"@polymer/polymer": "^3.0.0-pre.13" | ||
"@polymer/iron-checked-element-behavior": "^3.0.0-pre.18", | ||
"@polymer/iron-flex-layout": "^3.0.0-pre.18", | ||
"@polymer/paper-behaviors": "^3.0.0-pre.18", | ||
"@polymer/paper-styles": "^3.0.0-pre.18", | ||
"@polymer/polymer": "^3.0.0" | ||
} | ||
} |
@@ -204,5 +204,6 @@ /** | ||
Polymer({ | ||
importMeta: import.meta, | ||
is: 'paper-radio-button', | ||
behaviors: [PaperCheckedElementBehavior], | ||
hostAttributes: {role: 'radio', 'aria-checked': false, tabindex: 0}, | ||
@@ -255,3 +256,3 @@ | ||
}); | ||
} | ||
}, | ||
}) |
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
33543
13
236