@shuriken-ui/tailwind 4.0.0-alpha.26 → 4.0.0-alpha.27

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.
package/lib/css/dark.css CHANGED
@@ -63,7 +63,7 @@
63
63
  --color-popup-dark-border: var(--color-muted-100);
64
64
  --color-popup-dark-text: var(--color-muted-950);
65
65
 
66
- --color-ring: var(--color-muted-300);
66
+ --color-ring: var(--color-muted-600);
67
67
 
68
68
  color-scheme: dark;
69
69
  }
package/lib/theme.css CHANGED
@@ -173,8 +173,7 @@
173
173
  --color-popup-dark-border: var(--color-muted-950);
174
174
  --color-popup-dark-text: var(--color-white);
175
175
 
176
- --color-ring: var(--color-muted-200);
177
- --opacity-ring: 100;
176
+ --color-ring: var(--color-muted-800);
178
177
 
179
178
  /** Animations */
180
179
  --animate-nui-placeload: nui-placeload 1s linear infinite forwards;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@shuriken-ui/tailwind",
3
3
  "type": "module",
4
- "version": "4.0.0-alpha.26",
4
+ "version": "4.0.0-alpha.27",
5
5
  "author": "Css Ninja <hello@cssninja.io> (https://cssninja.io)",
6
6
  "license": "MIT",
7
7
  "homepage": "https://github.com/shuriken-ui/tailwind",