@proximus/lavender-cell 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,13 @@
1
1
  import { PxElement } from '@proximus/lavender-common';
2
2
  import '@proximus/lavender-layout';
3
3
  import { Cell } from '@proximus/lavender-cell';
4
+ /**
5
+ * @summary A cell component that acts as a button.
6
+ * @attr {string} name - The name of the button, submitted as a pair with the button's value as part of the form data.
7
+ * @attr {string} value - The value associated with the button's name when it's submitted with a form.
8
+ * @attr {string} type - The default behavior of the button. Possible values are 'submit', 'reset', and 'button'.
9
+ * @attr {boolean} disabled - Whether the button is disabled.
10
+ */
4
11
  export declare class CellButton extends PxElement<HTMLButtonElement> {
5
12
  static nativeName: string;
6
13
  static accessorExclusions: string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@proximus/lavender-cell",
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",