@shuriken-ui/tailwind 2.0.0-next.1 → 2.0.0-next.2

Sign up to get free protection for your applications and to get access to all the features.
package/dist/preset.cjs CHANGED
@@ -4409,7 +4409,7 @@ const defaultConfig$I = {
4409
4409
  background: {
4410
4410
  light: {
4411
4411
  base: "transparent",
4412
- hover: "white",
4412
+ hover: "muted-300",
4413
4413
  active: "muted-400",
4414
4414
  focus: "muted-300"
4415
4415
  },
package/dist/preset.mjs CHANGED
@@ -4399,7 +4399,7 @@ const defaultConfig$I = {
4399
4399
  background: {
4400
4400
  light: {
4401
4401
  base: "transparent",
4402
- hover: "white",
4402
+ hover: "muted-300",
4403
4403
  active: "muted-400",
4404
4404
  focus: "muted-300"
4405
4405
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shuriken-ui/tailwind",
3
- "version": "2.0.0-next.1",
3
+ "version": "2.0.0-next.2",
4
4
  "license": "MIT",
5
5
  "author": "Css Ninja <hello@cssninja.io> (https://cssninja.io)",
6
6
  "repository": "shuriken-ui/tailwind",