@archetypeai/ds-lib-tokens 0.3.21 → 0.3.23

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 +7 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@archetypeai/ds-lib-tokens",
3
- "version": "0.3.21",
3
+ "version": "0.3.23",
4
4
  "description": "Archetype AI Design System Tokens",
5
5
  "type": "module",
6
6
  "exports": {
package/theme.css CHANGED
@@ -153,21 +153,22 @@
153
153
  @layer base {
154
154
  * {
155
155
  @apply border-border;
156
+ @apply outline-ring/50;
156
157
  }
157
158
  body {
158
159
  @apply bg-background text-foreground font-sans;
159
160
  }
160
161
  h1 {
161
- @apply text-primary text-7xl leading-normal font-normal tracking-tighter capitalize;
162
+ @apply text-primary text-4xl leading-normal font-normal tracking-tighter capitalize;
162
163
  }
163
164
  h2 {
164
- @apply text-primary text-4xl leading-tight font-normal tracking-tight;
165
+ @apply text-primary text-3xl leading-tight font-normal tracking-tight;
165
166
  }
166
167
  h3 {
167
- @apply text-primary text-3xl leading-normal font-normal tracking-tight;
168
+ @apply text-primary text-2xl leading-normal font-normal tracking-tight;
168
169
  }
169
170
  h4 {
170
- @apply text-muted-foreground text-2xl leading-tight font-normal tracking-tight;
171
+ @apply text-muted-foreground text-xl leading-tight font-normal tracking-tight;
171
172
  }
172
173
  h5 {
173
174
  @apply text-muted-foreground text-lg leading-tight font-normal tracking-tight uppercase;
@@ -182,7 +183,7 @@
182
183
  @apply text-primary text-xs leading-tight tracking-normal;
183
184
  }
184
185
  span {
185
- @apply text-muted-foreground font-mono text-xs uppercase;
186
+ @apply text-xs;
186
187
  }
187
188
  strong {
188
189
  @apply text-primary text-sm leading-relaxed font-medium;
@@ -194,7 +195,7 @@
194
195
  @apply text-primary text-xs;
195
196
  }
196
197
  a {
197
- @apply text-primary cursor-pointer text-sm underline;
198
+ @apply text-primary cursor-pointer text-sm;
198
199
  }
199
200
  code {
200
201
  @apply font-mono text-sm leading-relaxed;