@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.cjs CHANGED
@@ -47,7 +47,7 @@ var tokens = {
47
47
  text: {
48
48
  primary: "#FFFFFF",
49
49
  secondary: "#B4B8C5",
50
- tertiary: "#6B7280",
50
+ tertiary: "#9CA3AF",
51
51
  disabled: "#4B5563"
52
52
  },
53
53
  // Semantic colors
@@ -143,9 +143,9 @@ var tokens = {
143
143
  },
144
144
  typography: {
145
145
  fontFamily: {
146
- primary: "'TT Interphases Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', sans-serif",
147
- heading: "'TT Interphases Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', sans-serif",
148
- monospace: "'Monaco', 'Menlo', 'Ubuntu Mono', monospace"
146
+ primary: "'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', sans-serif",
147
+ heading: "'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', sans-serif",
148
+ monospace: "'Roboto Mono', 'Monaco', 'Menlo', 'Ubuntu Mono', monospace"
149
149
  },
150
150
  fontSize: {
151
151
  xs: "0.875rem",
@@ -1499,7 +1499,7 @@ var StyledTextField = styled57__default.default(reactAriaComponents.TextField)`
1499
1499
  min-height: 44px; /* Touch-friendly sizing for mobile */
1500
1500
  padding: 0.75rem 1rem;
1501
1501
  font-size: 1rem;
1502
- border: 1px solid ${({ $hasError }) => $hasError ? tokens.colors.border.error : "${tokens.colors.border.primary}"};
1502
+ border: 1px solid ${({ $hasError }) => $hasError ? tokens.colors.border.error : tokens.colors.border.default};
1503
1503
  border-radius: 0.5rem;
1504
1504
  background: ${tokens.colors.surface.overlay};
1505
1505
  color: white;