@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 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
- } | typeof typography)[];
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
- } | typeof typography)[];
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
- } | typeof typography)[];
13
+ })[];
14
14
  theme: {
15
15
  fontFamily: {
16
16
  sans: string[];