@shuriken-ui/tailwind 1.0.0-beta.2 → 1.0.0-beta.4

Sign up to get free protection for your applications and to get access to all the features.
package/dist/config.cjs CHANGED
@@ -11,7 +11,7 @@ require('defu');
11
11
 
12
12
  const config = {
13
13
  content: [],
14
- presets: [preset]
14
+ presets: [preset.default]
15
15
  };
16
16
 
17
17
  module.exports = config;
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: {