@shuriken-ui/tailwind 1.5.3 → 2.0.0-next.0
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 +11620 -4721
- 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 +11620 -4721
- package/dist/shared/tailwind.8efc2b9e.d.cts +8399 -0
- package/dist/shared/tailwind.8efc2b9e.d.mts +8399 -0
- package/dist/shared/tailwind.8efc2b9e.d.ts +8399 -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.8efc2b9e.cjs';
|
2
|
+
export { c as createPreset, h as hasPreset, p as preset } from './shared/tailwind.8efc2b9e.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.8efc2b9e.mjs';
|
2
|
+
export { c as createPreset, h as hasPreset, p as preset } from './shared/tailwind.8efc2b9e.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.8efc2b9e.js';
|
2
|
+
export { c as createPreset, h as hasPreset, p as preset } from './shared/tailwind.8efc2b9e.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;
|