@eagami/ui 5.32.0 → 5.33.0

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eagami/ui",
3
- "version": "5.32.0",
3
+ "version": "5.33.0",
4
4
  "description": "Lightweight, accessible, themeable Angular UI component library and icon set built on CSS custom properties",
5
5
  "author": "Michal Wiraszka <michal@eagami.com>",
6
6
  "license": "MIT",
@@ -1033,7 +1033,9 @@ type ButtonType = 'button' | 'submit' | 'reset';
1033
1033
  /**
1034
1034
  * Standard action button supporting primary, secondary, ghost, and danger
1035
1035
  * variants. Includes a loading state that swaps the label for a spinner while
1036
- * preserving the rendered width.
1036
+ * preserving the rendered width. Chrome is tunable per instance via
1037
+ * `--ea-button-padding` and `--ea-button-min-height`, which is how an
1038
+ * icon-only button comes down to little more than its glyph.
1037
1039
  */
1038
1040
  declare class ButtonComponent {
1039
1041
  readonly variant: _angular_core.InputSignal<ButtonVariant>;