@archetypeai/ds-lib-tokens 0.3.27 → 0.4.0

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/theme.css +5 -13
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@archetypeai/ds-lib-tokens",
3
- "version": "0.3.27",
3
+ "version": "0.4.0",
4
4
  "description": "Archetype AI Design System Tokens",
5
5
  "type": "module",
6
6
  "exports": {
package/theme.css CHANGED
@@ -20,7 +20,7 @@
20
20
  --popover-foreground: oklch(0.141 0.005 285.823);
21
21
  --primary: oklch(0.21 0.006 285.885);
22
22
  --primary-foreground: oklch(0.985 0 0);
23
- --secondary: oklch(0.967 0.001 286.375);
23
+ --secondary: oklch(0.97 0 0);
24
24
  --secondary-foreground: oklch(0.21 0.006 285.885);
25
25
  --muted: oklch(0.967 0.001 286.375);
26
26
  --muted-foreground: oklch(0.552 0.016 285.938);
@@ -46,7 +46,7 @@
46
46
  /* Archetype AI specific semantic tokens*/
47
47
  /* Colors*/
48
48
  --atai-neutral: var(--color-atai-baby-blue-300);
49
- --atai-good: var(--color-atai-screen-green-200);
49
+ --atai-good: var(--color-atai-screen-green-300);
50
50
  --atai-warning: var(--color-atai-sunshine-yellow-50);
51
51
  --atai-critical: var(--color-atai-fire-red-500);
52
52
  /* Icon Strokes */
@@ -54,7 +54,7 @@
54
54
  --atai-icon-stroke-interactive: 1.25;
55
55
  --atai-icon-stroke-status: 1.5;
56
56
  --atai-icon-stroke-emphasis: 2;
57
- /* Radius */
57
+ /* Radii */
58
58
  --atai-radius-interactive: var(--radius-xs);
59
59
  }
60
60
 
@@ -69,7 +69,7 @@
69
69
  --popover-foreground: oklch(0.985 0 0);
70
70
  --primary: oklch(0.92 0.004 286.32);
71
71
  --primary-foreground: oklch(0.21 0.006 285.885);
72
- --secondary: oklch(0.274 0.006 286.033);
72
+ --secondary: oklch(0.2 0 0);
73
73
  --secondary-foreground: oklch(0.985 0 0);
74
74
  --muted: oklch(0.274 0.006 286.033);
75
75
  --muted-foreground: oklch(0.705 0.015 286.067);
@@ -102,18 +102,10 @@
102
102
  --atai-icon-stroke-interactive: 1.25;
103
103
  --atai-icon-stroke-status: 1.5;
104
104
  --atai-icon-stroke-emphasis: 2;
105
- /* Radius */
105
+ /* Radii */
106
106
  --atai-radius-interactive: var(--radius-xs);
107
107
  }
108
108
 
109
- /* Client Theme Overrides*/
110
- .client {
111
- }
112
-
113
- /* Client Dark Theme Overrides*/
114
- .dark-client {
115
- }
116
-
117
109
  /* Tailwind Theme */
118
110
  @theme {
119
111
  --font-sans: 'PP Neue Montreal', system-ui, -apple-system, sans-serif;