@half-built/css 0.4.1 → 0.5.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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/patterns.css +6 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@half-built/css",
3
- "version": "0.4.1",
3
+ "version": "0.5.0",
4
4
  "description": "Design tokens, base, patterns, and prose CSS for the half-built design system.",
5
5
  "license": "MIT",
6
6
  "repository": {
package/src/patterns.css CHANGED
@@ -130,6 +130,12 @@
130
130
  align-items: center;
131
131
  gap: 10px;
132
132
  }
133
+ /* Centered row: a lone call to action in a prose column sits in the
134
+ middle rather than hard against the left edge (the blog's demo
135
+ launcher and its link-out buttons). Same row, one modifier. */
136
+ .button-row-center {
137
+ justify-content: center;
138
+ }
133
139
 
134
140
  /* Tint overlay: fills the element with ink at low opacity without
135
141
  introducing a second color (current nav item 0.2, footer bar 0.1).