@shuriken-ui/tailwind 1.0.0-beta.1 → 1.0.0-beta.3
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/config.cjs +1 -1
- package/dist/config.d.ts +0 -7
- package/dist/index.d.ts +0 -19
- package/dist/preset.cjs +2027 -1790
- package/dist/preset.d.ts +209 -8
- package/dist/preset.mjs +2024 -1790
- package/package.json +1 -1
- package/dist/options-cff79ff9.d.ts +0 -5
package/dist/config.cjs
CHANGED
package/dist/config.d.ts
CHANGED
@@ -1,4 +1,3 @@
|
|
1
|
-
import { P as PluginOption } from './options-cff79ff9.js';
|
2
1
|
import * as tailwindcss_types_config from 'tailwindcss/types/config';
|
3
2
|
import * as _tailwindcss_typography from '@tailwindcss/typography';
|
4
3
|
import { Config } from 'tailwindcss';
|
@@ -13,12 +12,6 @@ declare const _default: {
|
|
13
12
|
} | {
|
14
13
|
handler: tailwindcss_types_config.PluginCreator;
|
15
14
|
config?: Partial<Config> | undefined;
|
16
|
-
} | {
|
17
|
-
(options: PluginOption): {
|
18
|
-
handler: tailwindcss_types_config.PluginCreator;
|
19
|
-
config?: Partial<Config> | undefined;
|
20
|
-
};
|
21
|
-
__isOptionsFunction: true;
|
22
15
|
})[];
|
23
16
|
theme: {
|
24
17
|
fontFamily: {
|
package/dist/index.d.ts
CHANGED
@@ -1,4 +1,3 @@
|
|
1
|
-
import { P as PluginOption } from './options-cff79ff9.js';
|
2
1
|
import * as tailwindcss_types_config from 'tailwindcss/types/config';
|
3
2
|
import * as _tailwindcss_typography from '@tailwindcss/typography';
|
4
3
|
import { Config } from 'tailwindcss';
|
@@ -13,12 +12,6 @@ declare function withShurikenUI(userConfig: Config): Omit<Config, "presets" | "c
|
|
13
12
|
} | {
|
14
13
|
handler: tailwindcss_types_config.PluginCreator;
|
15
14
|
config?: Partial<Config> | undefined;
|
16
|
-
} | {
|
17
|
-
(options: PluginOption): {
|
18
|
-
handler: tailwindcss_types_config.PluginCreator;
|
19
|
-
config?: Partial<Config> | undefined;
|
20
|
-
};
|
21
|
-
__isOptionsFunction: true;
|
22
15
|
})[];
|
23
16
|
theme: {
|
24
17
|
fontFamily: {
|
@@ -224,12 +217,6 @@ declare function withShurikenUI(userConfig: Config): Omit<Config, "presets" | "c
|
|
224
217
|
} | {
|
225
218
|
handler: tailwindcss_types_config.PluginCreator;
|
226
219
|
config?: Partial<Config> | undefined;
|
227
|
-
} | {
|
228
|
-
(options: PluginOption): {
|
229
|
-
handler: tailwindcss_types_config.PluginCreator;
|
230
|
-
config?: Partial<Config> | undefined;
|
231
|
-
};
|
232
|
-
__isOptionsFunction: true;
|
233
220
|
})[];
|
234
221
|
theme: {
|
235
222
|
fontFamily: {
|
@@ -433,12 +420,6 @@ declare function withShurikenUI(userConfig: Config): Omit<Config, "presets" | "c
|
|
433
420
|
} | {
|
434
421
|
handler: tailwindcss_types_config.PluginCreator;
|
435
422
|
config?: Partial<Config> | undefined;
|
436
|
-
} | {
|
437
|
-
(options: PluginOption): {
|
438
|
-
handler: tailwindcss_types_config.PluginCreator;
|
439
|
-
config?: Partial<Config> | undefined;
|
440
|
-
};
|
441
|
-
__isOptionsFunction: true;
|
442
423
|
})[];
|
443
424
|
theme: {
|
444
425
|
fontFamily: {
|