@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.
@@ -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
  // Teal (brand aligned)
@@ -95,8 +95,8 @@ var tokens = {
95
95
  backdrop: "rgba(27, 34, 48, 0.95)"},
96
96
  typography: {
97
97
  fontFamily: {
98
- primary: "'TT Interphases Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', sans-serif",
99
- monospace: "'Monaco', 'Menlo', 'Ubuntu Mono', monospace"
98
+ primary: "'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', sans-serif",
99
+ monospace: "'Roboto Mono', 'Monaco', 'Menlo', 'Ubuntu Mono', monospace"
100
100
  },
101
101
  fontSize: {
102
102
  xs: "0.875rem",
@@ -162,8 +162,7 @@ var tokens = {
162
162
  short: "200ms",
163
163
  medium: "300ms"},
164
164
  easing: {
165
- smooth: "cubic-bezier(0.4, 0, 0.2, 1)"}
166
- },
165
+ smooth: "cubic-bezier(0.4, 0, 0.2, 1)"}},
167
166
  zIndex: {
168
167
  fixed: 1030,
169
168
  modal: 1200},