@inchurch/matcha-theme 22.25.0 → 22.26.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.
@@ -1,7 +1,7 @@
1
1
  // =============================================================================
2
2
  // matcha-toolbar — flex row + slot único (1:1 Figma DSV3 15866:92)
3
3
  //
4
- // Canon Figma: 1 slot `content` (flex gap-100 items-center p-200 radius-lg).
4
+ // Canon Figma: 1 slot `content` (flex gap-100 items-center p-200 radius-xl).
5
5
  // Consumer compõe Title + Actions + CTA livremente no slot default.
6
6
  // Slots nomeados (title/actions/primary) preservados pra back-compat com
7
7
  // consumers anteriores ao realinhamento Figma.
@@ -54,7 +54,7 @@
54
54
 
55
55
  // Surface
56
56
  --matcha-toolbar-bg: var(--matcha-color-surface-card);
57
- --matcha-toolbar-radius: var(--matcha-radius-lg, 8px);
57
+ --matcha-toolbar-radius: var(--matcha-radius-xl, 16px);
58
58
  --matcha-toolbar-border-color: var(--matcha-color-surface-border);
59
59
  --matcha-toolbar-border-width: var(--matcha-border-hairline, 1px);
60
60
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inchurch/matcha-theme",
3
- "version": "22.25.0",
3
+ "version": "22.26.0",
4
4
  "description": "Themes for matcha-design-system",
5
5
  "main": "main.scss",
6
6
  "scripts": {