@archetypeai/ds-lib-tokens 0.3.22 → 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 +1 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@archetypeai/ds-lib-tokens",
3
- "version": "0.3.22",
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,6 +153,7 @@
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;