@ulu/frontend 0.5.5 → 0.5.6

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.
@@ -17,6 +17,7 @@
17
17
  /// @prop {Dimension} padding [2rem] The common padding
18
18
  /// @prop {Dimension} margin-y [3rem] Top and bottom margin for the card.
19
19
  /// @prop {Dimension} max-width [28rem] The max-width of the card.
20
+ /// @prop {Dimension} line-height [null] The line-height of the card.
20
21
  /// @prop {Dimension} body-min-height [10rem] the min-height of the card body.
21
22
  /// @prop {Color} color ["type"] The type color of the card.
22
23
  /// @prop {Color} color-hover [null] The type color of the card when hovered or focused.
@@ -88,6 +89,7 @@ $config: (
88
89
  "padding": 2rem,
89
90
  "margin-y": 3rem,
90
91
  "max-width": 28rem,
92
+ "line-height" : null,
91
93
  "body-min-height": 10rem,
92
94
  "color": "type",
93
95
  "color-hover": null,
@@ -199,6 +201,7 @@ $config: (
199
201
  grid-template-columns: 1fr;
200
202
  grid-template-rows: auto 1fr auto;
201
203
  max-width: get("max-width");
204
+ line-height: get("line-height");
202
205
  margin-top: get("margin-y");
203
206
  margin-bottom: get("margin-y");
204
207
  color: color.get(get("color"));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ulu/frontend",
3
- "version": "0.5.5",
3
+ "version": "0.5.6",
4
4
  "description": "A framework-agnostic frontend toolkit providing a modular, tree-shakable library of accessible components and utilities. Designed for seamless integration, it features a highly configurable SCSS system for any environment and vanilla JavaScript modules optimized for traditional websites and content management systems.",
5
5
  "type": "module",
6
6
  "files": [