@shuriken-ui/tailwind 1.5.3 → 2.0.0-next.1
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.d.cts +3 -3
- package/dist/index.d.mts +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/preset.cjs +11615 -4722
- package/dist/preset.d.cts +2 -2
- package/dist/preset.d.mts +2 -2
- package/dist/preset.d.ts +2 -2
- package/dist/preset.mjs +11615 -4722
- package/dist/shared/tailwind.3d76501d.d.cts +8395 -0
- package/dist/shared/tailwind.3d76501d.d.mts +8395 -0
- package/dist/shared/tailwind.3d76501d.d.ts +8395 -0
- package/package.json +3 -2
- package/dist/shared/tailwind.dcb2d0ce.d.cts +0 -4724
- package/dist/shared/tailwind.dcb2d0ce.d.mts +0 -4724
- package/dist/shared/tailwind.dcb2d0ce.d.ts +0 -4724
package/dist/index.d.cts
CHANGED
@@ -1,7 +1,7 @@
|
|
1
|
-
import { S as ShurikenUIConfig } from './shared/tailwind.
|
2
|
-
export { c as createPreset, h as hasPreset, p as preset } from './shared/tailwind.
|
3
|
-
import 'tailwindcss/types/config';
|
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';
|
4
3
|
import 'tailwindcss';
|
4
|
+
import 'tailwindcss/types/config';
|
5
5
|
import '@tailwindcss/typography';
|
6
6
|
|
7
7
|
declare function withShurikenUI(config: ShurikenUIConfig): ShurikenUIConfig;
|
package/dist/index.d.mts
CHANGED
@@ -1,7 +1,7 @@
|
|
1
|
-
import { S as ShurikenUIConfig } from './shared/tailwind.
|
2
|
-
export { c as createPreset, h as hasPreset, p as preset } from './shared/tailwind.
|
3
|
-
import 'tailwindcss/types/config';
|
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';
|
4
3
|
import 'tailwindcss';
|
4
|
+
import 'tailwindcss/types/config';
|
5
5
|
import '@tailwindcss/typography';
|
6
6
|
|
7
7
|
declare function withShurikenUI(config: ShurikenUIConfig): ShurikenUIConfig;
|
package/dist/index.d.ts
CHANGED
@@ -1,7 +1,7 @@
|
|
1
|
-
import { S as ShurikenUIConfig } from './shared/tailwind.
|
2
|
-
export { c as createPreset, h as hasPreset, p as preset } from './shared/tailwind.
|
3
|
-
import 'tailwindcss/types/config';
|
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';
|
4
3
|
import 'tailwindcss';
|
4
|
+
import 'tailwindcss/types/config';
|
5
5
|
import '@tailwindcss/typography';
|
6
6
|
|
7
7
|
declare function withShurikenUI(config: ShurikenUIConfig): ShurikenUIConfig;
|