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

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.d.cts CHANGED
@@ -1,5 +1,5 @@
1
- import { S as ShurikenUIConfig } from './shared/tailwind.8efc2b9e.cjs';
2
- export { c as createPreset, h as hasPreset, p as preset } from './shared/tailwind.8efc2b9e.cjs';
1
+ import { S as ShurikenUIConfig } from './shared/tailwind.3d76501d.cjs';
2
+ export { c as createPreset, h as hasPreset, p as preset } from './shared/tailwind.3d76501d.cjs';
3
3
  import 'tailwindcss';
4
4
  import 'tailwindcss/types/config';
5
5
  import '@tailwindcss/typography';
package/dist/index.d.mts CHANGED
@@ -1,5 +1,5 @@
1
- import { S as ShurikenUIConfig } from './shared/tailwind.8efc2b9e.mjs';
2
- export { c as createPreset, h as hasPreset, p as preset } from './shared/tailwind.8efc2b9e.mjs';
1
+ import { S as ShurikenUIConfig } from './shared/tailwind.3d76501d.mjs';
2
+ export { c as createPreset, h as hasPreset, p as preset } from './shared/tailwind.3d76501d.mjs';
3
3
  import 'tailwindcss';
4
4
  import 'tailwindcss/types/config';
5
5
  import '@tailwindcss/typography';
package/dist/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
- import { S as ShurikenUIConfig } from './shared/tailwind.8efc2b9e.js';
2
- export { c as createPreset, h as hasPreset, p as preset } from './shared/tailwind.8efc2b9e.js';
1
+ import { S as ShurikenUIConfig } from './shared/tailwind.3d76501d.js';
2
+ export { c as createPreset, h as hasPreset, p as preset } from './shared/tailwind.3d76501d.js';
3
3
  import 'tailwindcss';
4
4
  import 'tailwindcss/types/config';
5
5
  import '@tailwindcss/typography';
package/dist/preset.cjs CHANGED
@@ -1290,11 +1290,7 @@ const defaultConfig$P = {
1290
1290
  },
1291
1291
  img: {
1292
1292
  size: "full",
1293
- shadow: "sm",
1294
- border: {
1295
- light: "transparent",
1296
- dark: "transparent"
1297
- }
1293
+ shadow: "sm"
1298
1294
  },
1299
1295
  text: {
1300
1296
  font: {
@@ -1674,8 +1670,6 @@ const avatar = plugin__default.withOptions(
1674
1670
  [`@apply object-cover`]: {},
1675
1671
  //Size & Radius
1676
1672
  [`@apply h-${config.img.size} max-h-${config.img.size} w-${config.img.size} max-w-${config.img.size}`]: {},
1677
- //Border
1678
- [`@apply border border-${config.img.border.light} dark:border-${config.img.border.dark}`]: {},
1679
1673
  //Shadow
1680
1674
  [`@apply shadow-${config.img.shadow}`]: {}
1681
1675
  },
@@ -4415,7 +4409,7 @@ const defaultConfig$I = {
4415
4409
  background: {
4416
4410
  light: {
4417
4411
  base: "transparent",
4418
- hover: "white",
4412
+ hover: "muted-300",
4419
4413
  active: "muted-400",
4420
4414
  focus: "muted-300"
4421
4415
  },
package/dist/preset.d.cts CHANGED
@@ -1,4 +1,4 @@
1
1
  import 'tailwindcss';
2
2
  import 'tailwindcss/types/config';
3
- export { c as createPreset, h as hasPreset, p as preset } from './shared/tailwind.8efc2b9e.cjs';
3
+ export { c as createPreset, h as hasPreset, p as preset } from './shared/tailwind.3d76501d.cjs';
4
4
  import '@tailwindcss/typography';
package/dist/preset.d.mts CHANGED
@@ -1,4 +1,4 @@
1
1
  import 'tailwindcss';
2
2
  import 'tailwindcss/types/config';
3
- export { c as createPreset, h as hasPreset, p as preset } from './shared/tailwind.8efc2b9e.mjs';
3
+ export { c as createPreset, h as hasPreset, p as preset } from './shared/tailwind.3d76501d.mjs';
4
4
  import '@tailwindcss/typography';
package/dist/preset.d.ts CHANGED
@@ -1,4 +1,4 @@
1
1
  import 'tailwindcss';
2
2
  import 'tailwindcss/types/config';
3
- export { c as createPreset, h as hasPreset, p as preset } from './shared/tailwind.8efc2b9e.js';
3
+ export { c as createPreset, h as hasPreset, p as preset } from './shared/tailwind.3d76501d.js';
4
4
  import '@tailwindcss/typography';
package/dist/preset.mjs CHANGED
@@ -1280,11 +1280,7 @@ const defaultConfig$P = {
1280
1280
  },
1281
1281
  img: {
1282
1282
  size: "full",
1283
- shadow: "sm",
1284
- border: {
1285
- light: "transparent",
1286
- dark: "transparent"
1287
- }
1283
+ shadow: "sm"
1288
1284
  },
1289
1285
  text: {
1290
1286
  font: {
@@ -1664,8 +1660,6 @@ const avatar = plugin.withOptions(
1664
1660
  [`@apply object-cover`]: {},
1665
1661
  //Size & Radius
1666
1662
  [`@apply h-${config.img.size} max-h-${config.img.size} w-${config.img.size} max-w-${config.img.size}`]: {},
1667
- //Border
1668
- [`@apply border border-${config.img.border.light} dark:border-${config.img.border.dark}`]: {},
1669
1663
  //Shadow
1670
1664
  [`@apply shadow-${config.img.shadow}`]: {}
1671
1665
  },
@@ -4405,7 +4399,7 @@ const defaultConfig$I = {
4405
4399
  background: {
4406
4400
  light: {
4407
4401
  base: "transparent",
4408
- hover: "white",
4402
+ hover: "muted-300",
4409
4403
  active: "muted-400",
4410
4404
  focus: "muted-300"
4411
4405
  },
@@ -608,10 +608,6 @@ declare const defaultConfig$P: {
608
608
  img: {
609
609
  size: string;
610
610
  shadow: string;
611
- border: {
612
- light: string;
613
- dark: string;
614
- };
615
611
  };
616
612
  text: {
617
613
  font: {
@@ -608,10 +608,6 @@ declare const defaultConfig$P: {
608
608
  img: {
609
609
  size: string;
610
610
  shadow: string;
611
- border: {
612
- light: string;
613
- dark: string;
614
- };
615
611
  };
616
612
  text: {
617
613
  font: {
@@ -608,10 +608,6 @@ declare const defaultConfig$P: {
608
608
  img: {
609
609
  size: string;
610
610
  shadow: string;
611
- border: {
612
- light: string;
613
- dark: string;
614
- };
615
611
  };
616
612
  text: {
617
613
  font: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shuriken-ui/tailwind",
3
- "version": "2.0.0-next.0",
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",