@bliss-design-system/checkbox
Advanced tools
Comparing version 1.0.0-beta.0 to 1.0.0-beta.1
import { TemplateResult, CSSResultArray, PropertyValues } from 'lit'; | ||
import { LionCheckbox } from '@lion/checkbox-group'; | ||
import { Required } from '@lion/form-core'; | ||
import { Validator } from '@lion/form-core'; | ||
/** | ||
* This is a description of this bliss component. | ||
* This is a form checkbox component. | ||
* @element bliss-checkbox | ||
* | ||
* @attr {String} [label] | ||
* @attr {String} [error-message] | ||
* @attr {String} [help-text] | ||
@@ -28,10 +27,8 @@ * @attr {String} [name] | ||
* @example | ||
* <bliss-checkbox label='Do you agree to these terms and conditions?'></bliss-checkbox> | ||
* <bliss-checkbox label='I have read and agree with the T&Cs'></bliss-checkbox> | ||
*/ | ||
export declare class BlissCheckbox extends LionCheckbox { | ||
required: boolean; | ||
errorMessage: string; | ||
optional: boolean; | ||
inputOnly: boolean; | ||
requiredValidator: Required; | ||
requiredValidator?: Validator; | ||
static get styles(): CSSResultArray; | ||
@@ -38,0 +35,0 @@ connectedCallback(): void; |
{ | ||
"name": "@bliss-design-system/checkbox", | ||
"version": "1.0.0-beta.0", | ||
"version": "1.0.0-beta.1", | ||
"description": "", | ||
@@ -43,3 +43,3 @@ "repository": { | ||
"@lion/checkbox-group": "0.18.5", | ||
"lit": "2.0.0-rc.2" | ||
"lit": "^2.0.2" | ||
}, | ||
@@ -46,0 +46,0 @@ "devDependencies": { |
Sorry, the diff of this file is too big to display
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
396083
546
7
1
+ Addedlit@2.8.0(transitive)
- Removedlit@2.0.0-rc.2(transitive)
Updatedlit@^2.0.2