@shuriken-ui/tailwind 2.0.0-next.8 → 2.0.0
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +42 -4
- package/dist/config.cjs +4 -2
- package/dist/config.mjs +4 -2
- package/dist/index.cjs +4 -2
- package/dist/index.d.cts +5 -3
- package/dist/index.d.mts +5 -3
- package/dist/index.d.ts +5 -3
- package/dist/index.mjs +4 -2
- package/dist/plugins/index.cjs +17051 -0
- package/dist/plugins/index.d.cts +303 -0
- package/dist/plugins/index.d.mts +303 -0
- package/dist/plugins/index.d.ts +303 -0
- package/dist/plugins/index.mjs +16986 -0
- package/dist/preset.cjs +20 -17722
- package/dist/preset.d.cts +1 -2
- package/dist/preset.d.mts +1 -2
- package/dist/preset.d.ts +1 -2
- package/dist/preset.mjs +20 -17719
- package/dist/shared/tailwind.60db5be7.d.cts +38711 -0
- package/dist/shared/tailwind.60db5be7.d.mts +38711 -0
- package/dist/shared/tailwind.60db5be7.d.ts +38711 -0
- package/dist/themes.cjs +119 -0
- package/dist/themes.d.cts +187 -0
- package/dist/themes.d.mts +187 -0
- package/dist/themes.d.ts +187 -0
- package/dist/themes.mjs +113 -0
- package/package.json +39 -29
- package/dist/shared/tailwind.d65f80d7.d.cts +0 -8394
- package/dist/shared/tailwind.d65f80d7.d.mts +0 -8394
- package/dist/shared/tailwind.d65f80d7.d.ts +0 -8394
package/dist/preset.d.cts
CHANGED
@@ -1,4 +1,3 @@
|
|
1
1
|
import 'tailwindcss/types/config';
|
2
|
-
export { c as createPreset, h as hasPreset, p as preset } from './shared/tailwind.
|
3
|
-
import '@tailwindcss/typography';
|
2
|
+
export { c as createPreset, h as hasPreset, p as preset } from './shared/tailwind.60db5be7.cjs';
|
4
3
|
import 'tailwindcss';
|
package/dist/preset.d.mts
CHANGED
@@ -1,4 +1,3 @@
|
|
1
1
|
import 'tailwindcss/types/config';
|
2
|
-
export { c as createPreset, h as hasPreset, p as preset } from './shared/tailwind.
|
3
|
-
import '@tailwindcss/typography';
|
2
|
+
export { c as createPreset, h as hasPreset, p as preset } from './shared/tailwind.60db5be7.mjs';
|
4
3
|
import 'tailwindcss';
|
package/dist/preset.d.ts
CHANGED
@@ -1,4 +1,3 @@
|
|
1
1
|
import 'tailwindcss/types/config';
|
2
|
-
export { c as createPreset, h as hasPreset, p as preset } from './shared/tailwind.
|
3
|
-
import '@tailwindcss/typography';
|
2
|
+
export { c as createPreset, h as hasPreset, p as preset } from './shared/tailwind.60db5be7.js';
|
4
3
|
import 'tailwindcss';
|