@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/package.json
    CHANGED
    
    | 
         @@ -1,6 +1,6 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            {
         
     | 
| 
       2 
2 
     | 
    
         
             
              "name": "@shuriken-ui/tailwind",
         
     | 
| 
       3 
     | 
    
         
            -
              "version": "3.0. 
     | 
| 
      
 3 
     | 
    
         
            +
              "version": "3.0.2",
         
     | 
| 
       4 
4 
     | 
    
         
             
              "license": "MIT",
         
     | 
| 
       5 
5 
     | 
    
         
             
              "author": "Css Ninja <hello@cssninja.io> (https://cssninja.io)",
         
     | 
| 
       6 
6 
     | 
    
         
             
              "repository": "shuriken-ui/tailwind",
         
     | 
| 
         @@ -84,12 +84,12 @@ 
     | 
|
| 
       84 
84 
     | 
    
         
             
                "@commitlint/cli": "^18.4.4",
         
     | 
| 
       85 
85 
     | 
    
         
             
                "@commitlint/config-conventional": "^18.4.4",
         
     | 
| 
       86 
86 
     | 
    
         
             
                "@open-wc/lit-helpers": "0.6.0",
         
     | 
| 
       87 
     | 
    
         
            -
                "@storybook/addon-essentials": "^ 
     | 
| 
       88 
     | 
    
         
            -
                "@storybook/addon-links": "^ 
     | 
| 
       89 
     | 
    
         
            -
                "@storybook/addon-themes": "^ 
     | 
| 
       90 
     | 
    
         
            -
                "@storybook/blocks": "^ 
     | 
| 
       91 
     | 
    
         
            -
                "@storybook/web-components": "^ 
     | 
| 
       92 
     | 
    
         
            -
                "@storybook/web-components-vite": "^ 
     | 
| 
      
 87 
     | 
    
         
            +
                "@storybook/addon-essentials": "^8.0.5",
         
     | 
| 
      
 88 
     | 
    
         
            +
                "@storybook/addon-links": "^8.0.5",
         
     | 
| 
      
 89 
     | 
    
         
            +
                "@storybook/addon-themes": "^8.0.5",
         
     | 
| 
      
 90 
     | 
    
         
            +
                "@storybook/blocks": "^8.0.5",
         
     | 
| 
      
 91 
     | 
    
         
            +
                "@storybook/web-components": "^8.0.5",
         
     | 
| 
      
 92 
     | 
    
         
            +
                "@storybook/web-components-vite": "^8.0.5",
         
     | 
| 
       93 
93 
     | 
    
         
             
                "@types/node": "20.11.0",
         
     | 
| 
       94 
94 
     | 
    
         
             
                "@typescript-eslint/eslint-plugin": "^6.18.1",
         
     | 
| 
       95 
95 
     | 
    
         
             
                "@vitest/coverage-v8": "^1.1.3",
         
     | 
| 
         @@ -99,7 +99,7 @@ 
     | 
|
| 
       99 
99 
     | 
    
         
             
                "commitlint": "^18.4.4",
         
     | 
| 
       100 
100 
     | 
    
         
             
                "eslint": "8.56.0",
         
     | 
| 
       101 
101 
     | 
    
         
             
                "eslint-config-prettier": "9.1.0",
         
     | 
| 
       102 
     | 
    
         
            -
                "eslint-plugin-storybook": "^0. 
     | 
| 
      
 102 
     | 
    
         
            +
                "eslint-plugin-storybook": "^0.8.0",
         
     | 
| 
       103 
103 
     | 
    
         
             
                "eslint-plugin-tailwindcss": "3.13.1",
         
     | 
| 
       104 
104 
     | 
    
         
             
                "eslint-plugin-unicorn": "^50.0.1",
         
     | 
| 
       105 
105 
     | 
    
         
             
                "jsdom": "^23.2.0",
         
     | 
| 
         @@ -108,11 +108,9 @@ 
     | 
|
| 
       108 
108 
     | 
    
         
             
                "npm-run-all": "^4.1.5",
         
     | 
| 
       109 
109 
     | 
    
         
             
                "postcss": "^8.4.33",
         
     | 
| 
       110 
110 
     | 
    
         
             
                "prettier": "^3.1.1",
         
     | 
| 
       111 
     | 
    
         
            -
                "react": "^18.2.0",
         
     | 
| 
       112 
     | 
    
         
            -
                "react-dom": "^18.2.0",
         
     | 
| 
       113 
111 
     | 
    
         
             
                "simple-git-hooks": "^2.9.0",
         
     | 
| 
       114 
112 
     | 
    
         
             
                "standard-version": "^9.5.0",
         
     | 
| 
       115 
     | 
    
         
            -
                "storybook": "^ 
     | 
| 
      
 113 
     | 
    
         
            +
                "storybook": "^8.0.5",
         
     | 
| 
       116 
114 
     | 
    
         
             
                "typescript": "^5.3.3",
         
     | 
| 
       117 
115 
     | 
    
         
             
                "unbuild": "^2.0.0",
         
     | 
| 
       118 
116 
     | 
    
         
             
                "vitest": "^1.1.3",
         
     |