@proximus/lavender-button-icon 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.
@@ -3,6 +3,13 @@ export declare const buttonIconSizeValues: readonly ["", "default", "small"];
3
3
  export declare const buttonIconVariantValues: readonly ["", "default", "secondary", "naked"];
4
4
  export type ButtonIconSize = (typeof buttonIconSizeValues)[number];
5
5
  export type ButtonIconVariant = (typeof buttonIconVariantValues)[number];
6
+ /**
7
+ * @summary Button icon for actions.
8
+ * @attr {string} name - The name of the button, submitted as a pair with the button's value as part of the form data.
9
+ * @attr {string} value - The value associated with the button's name when it's submitted with a form.
10
+ * @attr {string} type - The default behavior of the button. Possible values are 'submit', 'reset', and 'button'.
11
+ * @attr {boolean} disabled - Whether the button is disabled.
12
+ */
6
13
  export declare class ButtonIcon extends PxElement<HTMLButtonElement> {
7
14
  static nativeName: string;
8
15
  private template;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@proximus/lavender-button-icon",
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",