@proximus/lavender-checkbox 2.0.0-alpha.53 → 2.0.0-alpha.55

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,14 @@
1
1
  import { PxElement } from '@proximus/lavender-common';
2
2
  export declare const checkboxVariantValues: string[];
3
3
  export declare const checkboxStateValues: string[];
4
+ /**
5
+ * @summary A checkbox component.
6
+ * @attr {string} name - The name of the checkbox.
7
+ * @attr {string} value - The value of the checkbox.
8
+ * @attr {boolean} checked - Whether the checkbox is checked.
9
+ * @attr {boolean} disabled - Whether the checkbox is disabled.
10
+ * @attr {boolean} required - Whether the checkbox is required.
11
+ */
4
12
  export declare class Checkbox extends PxElement<HTMLInputElement> {
5
13
  static nativeName: string;
6
14
  protected internals: ElementInternals;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@proximus/lavender-checkbox",
3
- "version": "2.0.0-alpha.53",
3
+ "version": "2.0.0-alpha.55",
4
4
  "description": "",
5
5
  "main": "dist/index.es.js",
6
6
  "types": "dist/index.d.ts",