@shuriken-ui/tailwind 1.2.6 → 1.4.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/config.d.cts +3 -3
- package/dist/config.d.mts +3 -3
- package/dist/config.d.ts +3 -3
- package/dist/preset.cjs +573 -28
- package/dist/preset.mjs +573 -28
- package/package.json +21 -21
package/dist/config.d.cts
CHANGED
@@ -1,5 +1,5 @@
|
|
1
|
-
import * as typography from '@tailwindcss/typography';
|
2
1
|
import * as tailwindcss_types_config from 'tailwindcss/types/config';
|
2
|
+
import * as typography from '@tailwindcss/typography';
|
3
3
|
import { Config } from 'tailwindcss';
|
4
4
|
|
5
5
|
declare const _default: {
|
@@ -7,10 +7,10 @@ declare const _default: {
|
|
7
7
|
presets: {
|
8
8
|
darkMode: "class";
|
9
9
|
content: never[];
|
10
|
-
plugins: ({
|
10
|
+
plugins: (typeof typography | {
|
11
11
|
handler: tailwindcss_types_config.PluginCreator;
|
12
12
|
config?: Partial<Config> | undefined;
|
13
|
-
}
|
13
|
+
})[];
|
14
14
|
theme: {
|
15
15
|
fontFamily: {
|
16
16
|
sans: string[];
|
package/dist/config.d.mts
CHANGED
@@ -1,5 +1,5 @@
|
|
1
|
-
import * as typography from '@tailwindcss/typography';
|
2
1
|
import * as tailwindcss_types_config from 'tailwindcss/types/config';
|
2
|
+
import * as typography from '@tailwindcss/typography';
|
3
3
|
import { Config } from 'tailwindcss';
|
4
4
|
|
5
5
|
declare const _default: {
|
@@ -7,10 +7,10 @@ declare const _default: {
|
|
7
7
|
presets: {
|
8
8
|
darkMode: "class";
|
9
9
|
content: never[];
|
10
|
-
plugins: ({
|
10
|
+
plugins: (typeof typography | {
|
11
11
|
handler: tailwindcss_types_config.PluginCreator;
|
12
12
|
config?: Partial<Config> | undefined;
|
13
|
-
}
|
13
|
+
})[];
|
14
14
|
theme: {
|
15
15
|
fontFamily: {
|
16
16
|
sans: string[];
|
package/dist/config.d.ts
CHANGED
@@ -1,5 +1,5 @@
|
|
1
|
-
import * as typography from '@tailwindcss/typography';
|
2
1
|
import * as tailwindcss_types_config from 'tailwindcss/types/config';
|
2
|
+
import * as typography from '@tailwindcss/typography';
|
3
3
|
import { Config } from 'tailwindcss';
|
4
4
|
|
5
5
|
declare const _default: {
|
@@ -7,10 +7,10 @@ declare const _default: {
|
|
7
7
|
presets: {
|
8
8
|
darkMode: "class";
|
9
9
|
content: never[];
|
10
|
-
plugins: ({
|
10
|
+
plugins: (typeof typography | {
|
11
11
|
handler: tailwindcss_types_config.PluginCreator;
|
12
12
|
config?: Partial<Config> | undefined;
|
13
|
-
}
|
13
|
+
})[];
|
14
14
|
theme: {
|
15
15
|
fontFamily: {
|
16
16
|
sans: string[];
|