@agentiffai/design 1.3.27 → 1.3.28

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/dist/index.js CHANGED
@@ -40,7 +40,7 @@ var tokens = {
40
40
  text: {
41
41
  primary: "#FFFFFF",
42
42
  secondary: "#B4B8C5",
43
- tertiary: "#6B7280",
43
+ tertiary: "#9CA3AF",
44
44
  disabled: "#4B5563"
45
45
  },
46
46
  // Semantic colors
@@ -136,9 +136,9 @@ var tokens = {
136
136
  },
137
137
  typography: {
138
138
  fontFamily: {
139
- primary: "'TT Interphases Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', sans-serif",
140
- heading: "'TT Interphases Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', sans-serif",
141
- monospace: "'Monaco', 'Menlo', 'Ubuntu Mono', monospace"
139
+ primary: "'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', sans-serif",
140
+ heading: "'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', sans-serif",
141
+ monospace: "'Roboto Mono', 'Monaco', 'Menlo', 'Ubuntu Mono', monospace"
142
142
  },
143
143
  fontSize: {
144
144
  xs: "0.875rem",
@@ -1492,7 +1492,7 @@ var StyledTextField = styled57(TextField)`
1492
1492
  min-height: 44px; /* Touch-friendly sizing for mobile */
1493
1493
  padding: 0.75rem 1rem;
1494
1494
  font-size: 1rem;
1495
- border: 1px solid ${({ $hasError }) => $hasError ? tokens.colors.border.error : "${tokens.colors.border.primary}"};
1495
+ border: 1px solid ${({ $hasError }) => $hasError ? tokens.colors.border.error : tokens.colors.border.default};
1496
1496
  border-radius: 0.5rem;
1497
1497
  background: ${tokens.colors.surface.overlay};
1498
1498
  color: white;