@shuriken-ui/tailwind 2.0.0-next.11 → 2.0.0-next.12

Sign up to get free protection for your applications and to get access to all the features.
package/dist/preset.cjs CHANGED
@@ -10271,7 +10271,7 @@ const defaultConfig$q = {
10271
10271
  dark: "muted-950"
10272
10272
  },
10273
10273
  border: {
10274
- light: "muted-100",
10274
+ light: "muted-200",
10275
10275
  dark: "muted-800"
10276
10276
  },
10277
10277
  font: {
package/dist/preset.mjs CHANGED
@@ -10261,7 +10261,7 @@ const defaultConfig$q = {
10261
10261
  dark: "muted-950"
10262
10262
  },
10263
10263
  border: {
10264
- light: "muted-100",
10264
+ light: "muted-200",
10265
10265
  dark: "muted-800"
10266
10266
  },
10267
10267
  font: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shuriken-ui/tailwind",
3
- "version": "2.0.0-next.11",
3
+ "version": "2.0.0-next.12",
4
4
  "license": "MIT",
5
5
  "author": "Css Ninja <hello@cssninja.io> (https://cssninja.io)",
6
6
  "repository": "shuriken-ui/tailwind",