@shuriken-ui/tailwind 3.0.3 → 3.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.cts +2 -2
 - package/dist/index.d.mts +2 -2
 - package/dist/index.d.ts +2 -2
 - package/dist/plugins/index.cjs +645 -30
 - package/dist/plugins/index.mjs +645 -30
 - package/dist/preset.d.cts +1 -1
 - package/dist/preset.d.mts +1 -1
 - package/dist/preset.d.ts +1 -1
 - package/dist/shared/{tailwind.e5cd79f7.d.cts → tailwind.6e316a50.d.cts} +1320 -0
 - package/dist/shared/{tailwind.e5cd79f7.d.mts → tailwind.6e316a50.d.mts} +1320 -0
 - package/dist/shared/{tailwind.e5cd79f7.d.ts → tailwind.6e316a50.d.ts} +1320 -0
 - package/package.json +1 -1
 
    
        package/dist/index.d.cts
    CHANGED
    
    | 
         @@ -1,5 +1,5 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            import { S as ShurikenUIConfig } from './shared/tailwind. 
     | 
| 
       2 
     | 
    
         
            -
            export { c as createPreset, h as hasPreset, p as preset } from './shared/tailwind. 
     | 
| 
      
 1 
     | 
    
         
            +
            import { S as ShurikenUIConfig } from './shared/tailwind.6e316a50.cjs';
         
     | 
| 
      
 2 
     | 
    
         
            +
            export { c as createPreset, h as hasPreset, p as preset } from './shared/tailwind.6e316a50.cjs';
         
     | 
| 
       3 
3 
     | 
    
         
             
            import 'tailwindcss/types/config';
         
     | 
| 
       4 
4 
     | 
    
         
             
            import 'tailwindcss';
         
     | 
| 
       5 
5 
     | 
    
         | 
    
        package/dist/index.d.mts
    CHANGED
    
    | 
         @@ -1,5 +1,5 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            import { S as ShurikenUIConfig } from './shared/tailwind. 
     | 
| 
       2 
     | 
    
         
            -
            export { c as createPreset, h as hasPreset, p as preset } from './shared/tailwind. 
     | 
| 
      
 1 
     | 
    
         
            +
            import { S as ShurikenUIConfig } from './shared/tailwind.6e316a50.mjs';
         
     | 
| 
      
 2 
     | 
    
         
            +
            export { c as createPreset, h as hasPreset, p as preset } from './shared/tailwind.6e316a50.mjs';
         
     | 
| 
       3 
3 
     | 
    
         
             
            import 'tailwindcss/types/config';
         
     | 
| 
       4 
4 
     | 
    
         
             
            import 'tailwindcss';
         
     | 
| 
       5 
5 
     | 
    
         | 
    
        package/dist/index.d.ts
    CHANGED
    
    | 
         @@ -1,5 +1,5 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            import { S as ShurikenUIConfig } from './shared/tailwind. 
     | 
| 
       2 
     | 
    
         
            -
            export { c as createPreset, h as hasPreset, p as preset } from './shared/tailwind. 
     | 
| 
      
 1 
     | 
    
         
            +
            import { S as ShurikenUIConfig } from './shared/tailwind.6e316a50.js';
         
     | 
| 
      
 2 
     | 
    
         
            +
            export { c as createPreset, h as hasPreset, p as preset } from './shared/tailwind.6e316a50.js';
         
     | 
| 
       3 
3 
     | 
    
         
             
            import 'tailwindcss/types/config';
         
     | 
| 
       4 
4 
     | 
    
         
             
            import 'tailwindcss';
         
     | 
| 
       5 
5 
     | 
    
         |