@vonage/vwc-checkbox
Advanced tools
Comparing version 2.2.2 to 2.2.3
@@ -0,1 +1,5 @@ | ||
## [2.2.3](https://github.com/vonage/vivid/compare/v2.2.2...v2.2.3) (2021-03-30) | ||
## [2.2.2](https://github.com/vonage/vivid/compare/v2.2.1...v2.2.2) (2021-03-19) | ||
@@ -2,0 +6,0 @@ |
{ | ||
"name": "@vonage/vwc-checkbox", | ||
"version": "2.2.2", | ||
"version": "2.2.3", | ||
"description": "> TODO: description", | ||
@@ -31,5 +31,5 @@ "homepage": "https://github.com/Vonage/vivid/tree/master/components/checkbox#readme", | ||
"@material/mwc-checkbox": "^0.20.0", | ||
"@vonage/vvd-core": "^2.2.2", | ||
"@vonage/vvd-foundation": "^2.2.2", | ||
"@vonage/vvd-style-coupling": "^2.2.2", | ||
"@vonage/vvd-core": "^2.2.3", | ||
"@vonage/vvd-foundation": "^2.2.3", | ||
"@vonage/vvd-style-coupling": "^2.2.3", | ||
"lit-element": "^2.4.0", | ||
@@ -39,7 +39,7 @@ "tslib": "^2.0.3" | ||
"devDependencies": { | ||
"@vonage/vvd-design-tokens": "^2.2.2", | ||
"@vonage/vvd-umbrella": "^2.2.2", | ||
"@vonage/vvd-design-tokens": "^2.2.3", | ||
"@vonage/vvd-umbrella": "^2.2.3", | ||
"typescript": "^4.1.3" | ||
}, | ||
"gitHead": "033c17ffd4dd830f077ab17bfbb0226716cf6b74" | ||
"gitHead": "118a7f0660db1fb037bd2080bdd31065b376494e" | ||
} |
@@ -9,2 +9,4 @@ import '@vonage/vvd-core'; | ||
export const COMPONENT_NAME = 'vwc-checkbox'; | ||
declare global { | ||
@@ -11,0 +13,0 @@ interface HTMLElementTagNameMap { |
import '@vonage/vvd-core'; | ||
import { TemplateResult } from 'lit-element'; | ||
import { Checkbox as MWCCheckbox } from '@material/mwc-checkbox'; | ||
export declare const COMPONENT_NAME = "vwc-checkbox"; | ||
declare global { | ||
@@ -5,0 +6,0 @@ interface HTMLElementTagNameMap { |
@@ -9,2 +9,3 @@ import { __decorate } from "tslib"; | ||
import { handleAutofocus } from '@vonage/vvd-foundation/general-utils'; | ||
export const COMPONENT_NAME = 'vwc-checkbox'; | ||
/* eslint-disable @typescript-eslint/ban-ts-comment */ | ||
@@ -11,0 +12,0 @@ // @ts-ignore |
Sorry, the diff of this file is not supported yet
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
32420
93