@mcwv/checkbox
Advanced tools
Comparing version 0.9.0 to 0.10.0
/* eslint-disable quote-props */ | ||
import { getCorrectEventName } from '@material/animation/index'; | ||
import MDCCheckboxFoundation from '@material/checkbox/foundation'; | ||
import { applyPassive } from '@material/dom/events'; | ||
import MDCFormFieldFoundation from '@material/form-field/foundation'; | ||
import { applyPassive, DispatchFocusMixin, VMAUniqueIdMixin } from '@mcwv/base'; | ||
import { DispatchFocusMixin, VMAUniqueIdMixin } from '@mcwv/base'; | ||
import { RippleBase } from '@mcwv/ripple'; | ||
@@ -7,0 +8,0 @@ |
{ | ||
"name": "@mcwv/checkbox", | ||
"description": "The Vue Material Adapter for the web checkbox component", | ||
"version": "0.9.0", | ||
"version": "0.10.0", | ||
"license": "MIT", | ||
@@ -19,7 +19,8 @@ "main": "dist/mcwv.checkbox.min.js", | ||
"dependencies": { | ||
"@material/checkbox": "^2.3.0", | ||
"@mcwv/base": "^0.9.0", | ||
"@mcwv/ripple": "^0.9.0" | ||
"@material/checkbox": "^3.0.0", | ||
"@material/dom": "^3.0.0", | ||
"@mcwv/base": "^0.10.0", | ||
"@mcwv/ripple": "^0.10.0" | ||
}, | ||
"gitHead": "c1c18cf24c280b8345c7810d22a3f635ee49730b" | ||
"gitHead": "43f9928f7e26c14fa6f8809e51ab81592fd082c4" | ||
} |
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
9515
253
4
+ Added@material/dom@^3.0.0
+ Added@material/animation@3.1.0(transitive)
+ Added@material/base@3.1.0(transitive)
+ Added@material/checkbox@3.2.0(transitive)
+ Added@material/dom@3.1.0(transitive)
+ Added@material/feature-targeting@3.1.0(transitive)
+ Added@material/ripple@3.2.0(transitive)
+ Added@material/rtl@3.2.0(transitive)
+ Added@material/theme@3.1.0(transitive)
+ Added@mcwv/base@0.10.0(transitive)
+ Added@mcwv/ripple@0.10.0(transitive)
- Removed@material/animation@1.0.0(transitive)
- Removed@material/base@1.0.0(transitive)
- Removed@material/checkbox@2.3.0(transitive)
- Removed@material/dom@1.1.0(transitive)
- Removed@material/feature-targeting@0.44.1(transitive)
- Removed@material/ripple@2.3.0(transitive)
- Removed@material/rtl@0.42.0(transitive)
- Removed@material/theme@1.1.0(transitive)
- Removed@mcwv/base@0.9.0(transitive)
- Removed@mcwv/ripple@0.9.0(transitive)
Updated@material/checkbox@^3.0.0
Updated@mcwv/base@^0.10.0
Updated@mcwv/ripple@^0.10.0