Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@bliss-design-system/checkbox

Package Overview
Dependencies
Maintainers
4
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bliss-design-system/checkbox - npm Package Compare versions

Comparing version 1.0.0-beta.0 to 1.0.0-beta.1

custom-elements.json

11

dist/BlissCheckbox.d.ts
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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc