@gnome-ui/core 1.18.0 → 1.20.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 +1 -1
- package/src/tokens.css +4 -0
package/package.json
CHANGED
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);
|