@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.
@@ -33,7 +33,7 @@ var tokens = {
33
33
  text: {
34
34
  primary: "#FFFFFF",
35
35
  secondary: "#B4B8C5",
36
- tertiary: "#6B7280",
36
+ tertiary: "#9CA3AF",
37
37
  disabled: "#4B5563"
38
38
  },
39
39
  // Teal (brand aligned)
@@ -88,8 +88,8 @@ var tokens = {
88
88
  backdrop: "rgba(27, 34, 48, 0.95)"},
89
89
  typography: {
90
90
  fontFamily: {
91
- primary: "'TT Interphases Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', sans-serif",
92
- monospace: "'Monaco', 'Menlo', 'Ubuntu Mono', monospace"
91
+ primary: "'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', sans-serif",
92
+ monospace: "'Roboto Mono', 'Monaco', 'Menlo', 'Ubuntu Mono', monospace"
93
93
  },
94
94
  fontSize: {
95
95
  xs: "0.875rem",
@@ -155,8 +155,7 @@ var tokens = {
155
155
  short: "200ms",
156
156
  medium: "300ms"},
157
157
  easing: {
158
- smooth: "cubic-bezier(0.4, 0, 0.2, 1)"}
159
- },
158
+ smooth: "cubic-bezier(0.4, 0, 0.2, 1)"}},
160
159
  zIndex: {
161
160
  fixed: 1030,
162
161
  modal: 1200},