@gnome-ui/core 1.17.0 → 1.19.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/tokens.css +4 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gnome-ui/core",
3
- "version": "1.17.0",
3
+ "version": "1.19.0",
4
4
  "description": "Design tokens for the GNOME UI design system (framework-agnostic)",
5
5
  "type": "module",
6
6
  "exports": {
package/src/tokens.css CHANGED
@@ -157,6 +157,10 @@
157
157
  --gnome-radius-xl: 15px; /* windows */
158
158
  --gnome-radius-pill: 9999px; /* pill buttons, circular buttons */
159
159
 
160
+ /* ─── Component tokens ──────────────────────────────────────── */
161
+
162
+ --gnome-blockquote-border-width: 3px;
163
+
160
164
  /* ─── Shadows ────────────────────────────────────────────────── */
161
165
 
162
166
  --gnome-shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.12);