@deriv-com/trading-game-design-system 0.2.16 → 0.2.17

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/src/styles.css +2 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deriv-com/trading-game-design-system",
3
- "version": "0.2.16",
3
+ "version": "0.2.17",
4
4
  "description": "Trading Game Design System — shadcn/ui components with Tailwind CSS v4",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
package/src/styles.css CHANGED
@@ -167,7 +167,8 @@
167
167
 
168
168
  @layer base {
169
169
  * {
170
- @apply border-border outline-ring/50;
170
+ border-color: var(--color-border);
171
+ outline-color: color-mix(in oklch, var(--color-ring) 50%, transparent);
171
172
  }
172
173
  body {
173
174
  @apply bg-background text-foreground font-sans antialiased;