@deriv-com/trading-game-design-system 0.2.14 → 0.2.15

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 +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deriv-com/trading-game-design-system",
3
- "version": "0.2.14",
3
+ "version": "0.2.15",
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
@@ -100,7 +100,7 @@
100
100
  --text-secondary: oklch(0.701 0.050 206.2); /* #7AA8AE */
101
101
  --text-tertiary: oklch(0.439 0.054 204.1); /* #295B60 */
102
102
  --text-decorative: oklch(0.226 0.024 230.9); /* #101E25 */
103
- --overlay: oklch(0 0 0 / 50%); /* rgba(0,0,0,0.50) modal scrim */ oklch(0.097 0.050 305.8);
103
+ --overlay: oklch(0 0 0 / 50%); /* rgba(0,0,0,0.50) modal scrim */
104
104
  --sidebar-foreground: oklch(0.929 0.027 179.8);
105
105
  --sidebar-primary: oklch(0.905 0.155 194.8);
106
106
  --sidebar-primary-foreground: oklch(0.138 0.018 188.4);