@shuriken-ui/tailwind 3.0.0 → 3.0.2
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 +472 -278
 - package/dist/plugins/index.d.cts +6 -1
 - package/dist/plugins/index.d.mts +6 -1
 - package/dist/plugins/index.d.ts +6 -1
 - package/dist/plugins/index.mjs +472 -279
 - 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.a9f50d73.d.cts → tailwind.5bb8e37e.d.cts} +880 -145
 - package/dist/shared/{tailwind.a9f50d73.d.mts → tailwind.5bb8e37e.d.mts} +880 -145
 - package/dist/shared/{tailwind.a9f50d73.d.ts → tailwind.5bb8e37e.d.ts} +880 -145
 - package/package.json +9 -11
 
    
        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.5bb8e37e.cjs';
         
     | 
| 
      
 2 
     | 
    
         
            +
            export { c as createPreset, h as hasPreset, p as preset } from './shared/tailwind.5bb8e37e.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.5bb8e37e.mjs';
         
     | 
| 
      
 2 
     | 
    
         
            +
            export { c as createPreset, h as hasPreset, p as preset } from './shared/tailwind.5bb8e37e.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.5bb8e37e.js';
         
     | 
| 
      
 2 
     | 
    
         
            +
            export { c as createPreset, h as hasPreset, p as preset } from './shared/tailwind.5bb8e37e.js';
         
     | 
| 
       3 
3 
     | 
    
         
             
            import 'tailwindcss/types/config';
         
     | 
| 
       4 
4 
     | 
    
         
             
            import 'tailwindcss';
         
     | 
| 
       5 
5 
     | 
    
         |