@agentiffai/design 1.3.27 → 1.3.29

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.
@@ -41,7 +41,7 @@ var tokens = {
41
41
  text: {
42
42
  primary: "#FFFFFF",
43
43
  secondary: "#B4B8C5",
44
- tertiary: "#6B7280"},
44
+ tertiary: "#9CA3AF"},
45
45
  // Teal (brand aligned)
46
46
  error: "#EF4444",
47
47
  // Sky Blue (brand aligned)
@@ -82,7 +82,7 @@ var tokens = {
82
82
  },
83
83
  typography: {
84
84
  fontFamily: {
85
- primary: "'TT Interphases Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', sans-serif"},
85
+ primary: "'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', sans-serif"},
86
86
  fontSize: {
87
87
  xs: "0.875rem",
88
88
  // 14px (was 12px, increased for better readability)
@@ -393,6 +393,7 @@ function CategoryNav({
393
393
  "aria-label": subItem.name,
394
394
  title: subItem.name,
395
395
  "data-testid": `${testIdPrefix}-subitem-${subItem.id}`,
396
+ "data-active": isSubItemActive,
396
397
  children: renderSubItemIcon(subItem, isSubItemActive)
397
398
  },
398
399
  subItem.id