@dreamworld/dw-checkbox
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -58,4 +58,4 @@ /** | ||
.custom-checkbox{ | ||
--accent-color: #00BCD4; | ||
--primary-text-color: #00BCD4; | ||
--mdc-theme-secondary: #00BCD4; | ||
--mdc-theme-text-primary: #00BCD4; | ||
font-size: 30px; | ||
@@ -62,0 +62,0 @@ } |
@@ -21,7 +21,2 @@ /** | ||
:host { | ||
--mdc-theme-primary: var(--primary-color); | ||
--mdc-theme-secondary: var(--accent-color); | ||
--mdc-theme-on-primary: var(--primary-text-color); | ||
--mdc-theme-on-secondary: var(--secondary-text-color); | ||
display: block; | ||
@@ -28,0 +23,0 @@ outline:none; |
{ | ||
"name": "@dreamworld/dw-checkbox", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "", | ||
@@ -24,5 +24,12 @@ "main": "dw-checkbox.js", | ||
"dependencies": { | ||
"@dreamworld/dw-form": "0.1.0", | ||
"lit-element": "^2.2.1", | ||
"@dreamworld/dw-form": "1.0.1", | ||
"@material/mwc-checkbox": "^0.6.0" | ||
}, | ||
"devDependencies": { | ||
"semantic-release": "beta" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
} | ||
} |
@@ -5,2 +5,3 @@ # dw-checkbox | ||
## Installation | ||
@@ -7,0 +8,0 @@ |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
11592
8
227
67
3
1
1
+ Addedlit-element@^2.2.1
+ Added@dreamworld/dw-form@1.0.1(transitive)
- Removed@dreamworld/dw-form@0.1.0(transitive)
Updated@dreamworld/dw-form@1.0.1