@rmwc/toggleable
Advanced tools
Comparing version 6.0.11 to 6.0.12
@@ -179,3 +179,3 @@ import * as RMWC from '@rmwc/types'; | ||
'aria-atomic'?: boolean | "true" | "false" | undefined; | ||
'aria-autocomplete'?: "list" | "none" | "inline" | "both" | undefined; | ||
'aria-autocomplete'?: "none" | "list" | "inline" | "both" | undefined; | ||
'aria-busy'?: boolean | "true" | "false" | undefined; | ||
@@ -187,3 +187,3 @@ 'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined; | ||
'aria-controls'?: string | undefined; | ||
'aria-current'?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined; | ||
'aria-current'?: boolean | "time" | "true" | "false" | "step" | "page" | "location" | "date" | undefined; | ||
'aria-describedby'?: string | undefined; | ||
@@ -190,0 +190,0 @@ 'aria-details'?: string | undefined; |
@@ -179,3 +179,3 @@ import * as RMWC from '@rmwc/types'; | ||
'aria-atomic'?: boolean | "true" | "false" | undefined; | ||
'aria-autocomplete'?: "list" | "none" | "inline" | "both" | undefined; | ||
'aria-autocomplete'?: "none" | "list" | "inline" | "both" | undefined; | ||
'aria-busy'?: boolean | "true" | "false" | undefined; | ||
@@ -187,3 +187,3 @@ 'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined; | ||
'aria-controls'?: string | undefined; | ||
'aria-current'?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined; | ||
'aria-current'?: boolean | "time" | "true" | "false" | "step" | "page" | "location" | "date" | undefined; | ||
'aria-describedby'?: string | undefined; | ||
@@ -190,0 +190,0 @@ 'aria-details'?: string | undefined; |
{ | ||
"name": "@rmwc/toggleable", | ||
"version": "6.0.11", | ||
"version": "6.0.12", | ||
"description": "RMWC toggle module", | ||
@@ -39,7 +39,7 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@rmwc/base": "^6.0.11", | ||
"@rmwc/formfield": "^6.0.11", | ||
"@rmwc/base": "^6.0.12", | ||
"@rmwc/formfield": "^6.0.12", | ||
"@rmwc/types": "^6.0.5" | ||
}, | ||
"gitHead": "9c938f51aeb5162729586d3c783f47eeb28dbb8e" | ||
"gitHead": "9377c136867c5b8209d402a8358296e40bff4df3" | ||
} |
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
Updated@rmwc/base@^6.0.12
Updated@rmwc/formfield@^6.0.12