@shuriken-ui/tailwind 2.0.0-next.0 → 2.0.0-next.2
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/dist/index.d.cts +2 -2
- package/dist/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/preset.cjs +2 -8
- package/dist/preset.d.cts +1 -1
- package/dist/preset.d.mts +1 -1
- package/dist/preset.d.ts +1 -1
- package/dist/preset.mjs +2 -8
- package/dist/shared/{tailwind.8efc2b9e.d.cts → tailwind.3d76501d.d.cts} +0 -4
- package/dist/shared/{tailwind.8efc2b9e.d.mts → tailwind.3d76501d.d.mts} +0 -4
- package/dist/shared/{tailwind.8efc2b9e.d.ts → tailwind.3d76501d.d.ts} +0 -4
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { S as ShurikenUIConfig } from './shared/tailwind.
|
|
2
|
-
export { c as createPreset, h as hasPreset, p as preset } from './shared/tailwind.
|
|
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.
|
|
2
|
-
export { c as createPreset, h as hasPreset, p as preset } from './shared/tailwind.
|
|
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.
|
|
2
|
-
export { c as createPreset, h as hasPreset, p as preset } from './shared/tailwind.
|
|
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: "
|
|
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.
|
|
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.
|
|
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.
|
|
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: "
|
|
4402
|
+
hover: "muted-300",
|
|
4409
4403
|
active: "muted-400",
|
|
4410
4404
|
focus: "muted-300"
|
|
4411
4405
|
},
|