@ulu/frontend 0.6.20 → 0.6.21

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.
@@ -139,7 +139,7 @@ $config: (
139
139
  "footer-min-height": 2.5rem,
140
140
  "footer-justify": flex-end,
141
141
  "footer-inline-padding": 0.5rem,
142
- "footer-background-color": red,
142
+ "footer-background-color": null,
143
143
 
144
144
  // Horizontal
145
145
  "horizontal-enabled" : false,
@@ -200,6 +200,12 @@ $config: (
200
200
  display: grid;
201
201
  grid-template-columns: 1fr;
202
202
  grid-template-rows: auto 1fr auto;
203
+
204
+ &:not(:has(> #{ $prefix }__image)),
205
+ &--no-image {
206
+ grid-template-rows: 1fr auto;
207
+ }
208
+
203
209
  max-width: get("max-width");
204
210
  line-height: get("line-height");
205
211
  margin-top: get("margin-y");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ulu/frontend",
3
- "version": "0.6.20",
3
+ "version": "0.6.21",
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": [