@shuriken-ui/tailwind 1.2.6 → 1.5.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/config.d.cts +1 -193
- package/dist/config.d.mts +1 -193
- package/dist/config.d.ts +1 -193
- package/dist/index.d.cts +4 -3
- package/dist/index.d.mts +4 -3
- package/dist/index.d.ts +4 -3
- package/dist/preset.cjs +1025 -447
- package/dist/preset.d.cts +4 -389
- package/dist/preset.d.mts +4 -389
- package/dist/preset.d.ts +4 -389
- package/dist/preset.mjs +1025 -447
- package/dist/shared/tailwind.6e716239.d.cts +4724 -0
- package/dist/shared/tailwind.6e716239.d.mts +4724 -0
- package/dist/shared/tailwind.6e716239.d.ts +4724 -0
- package/package.json +24 -24
    
        package/package.json
    CHANGED
    
    | @@ -1,6 +1,6 @@ | |
| 1 1 | 
             
            {
         | 
| 2 2 | 
             
              "name": "@shuriken-ui/tailwind",
         | 
| 3 | 
            -
              "version": "1. | 
| 3 | 
            +
              "version": "1.5.0",
         | 
| 4 4 | 
             
              "license": "MIT",
         | 
| 5 5 | 
             
              "author": "Css Ninja <hello@cssninja.io> (https://cssninja.io)",
         | 
| 6 6 | 
             
              "repository": "shuriken-ui/tailwind",
         | 
| @@ -67,44 +67,44 @@ | |
| 67 67 | 
             
              "dependencies": {
         | 
| 68 68 | 
             
                "@tailwindcss/container-queries": "^0.1.1",
         | 
| 69 69 | 
             
                "@tailwindcss/typography": "^0.5.10",
         | 
| 70 | 
            -
                "defu": "^6.1. | 
| 71 | 
            -
                "tailwindcss": "^3.3. | 
| 70 | 
            +
                "defu": "^6.1.3",
         | 
| 71 | 
            +
                "tailwindcss": "^3.3.5"
         | 
| 72 72 | 
             
              },
         | 
| 73 73 | 
             
              "devDependencies": {
         | 
| 74 | 
            -
                "@commitlint/cli": "^ | 
| 75 | 
            -
                "@commitlint/config-conventional": "^ | 
| 74 | 
            +
                "@commitlint/cli": "^18.4.1",
         | 
| 75 | 
            +
                "@commitlint/config-conventional": "^18.4.0",
         | 
| 76 76 | 
             
                "@open-wc/lit-helpers": "0.6.0",
         | 
| 77 | 
            -
                "@storybook/addon-essentials": "^7.3 | 
| 78 | 
            -
                "@storybook/addon-links": "^7.3 | 
| 79 | 
            -
                "@storybook/addon- | 
| 80 | 
            -
                "@storybook/blocks": "^7.3 | 
| 81 | 
            -
                "@storybook/web-components": "^7.3 | 
| 82 | 
            -
                "@storybook/web-components-vite": "^7.3 | 
| 77 | 
            +
                "@storybook/addon-essentials": "^7.5.3",
         | 
| 78 | 
            +
                "@storybook/addon-links": "^7.5.3",
         | 
| 79 | 
            +
                "@storybook/addon-themes": "^7.5.3",
         | 
| 80 | 
            +
                "@storybook/blocks": "^7.5.3",
         | 
| 81 | 
            +
                "@storybook/web-components": "^7.5.3",
         | 
| 82 | 
            +
                "@storybook/web-components-vite": "^7.5.3",
         | 
| 83 83 | 
             
                "@types/node": "18.15.11",
         | 
| 84 | 
            -
                "@typescript-eslint/eslint-plugin": "^6. | 
| 85 | 
            -
                "@vitest/coverage-v8": "^0.34. | 
| 86 | 
            -
                "@vitest/ui": "^0.34. | 
| 87 | 
            -
                "autoprefixer": "^10.4. | 
| 88 | 
            -
                "commitlint": "^ | 
| 89 | 
            -
                "eslint": "8. | 
| 84 | 
            +
                "@typescript-eslint/eslint-plugin": "^6.11.0",
         | 
| 85 | 
            +
                "@vitest/coverage-v8": "^0.34.6",
         | 
| 86 | 
            +
                "@vitest/ui": "^0.34.6",
         | 
| 87 | 
            +
                "autoprefixer": "^10.4.16",
         | 
| 88 | 
            +
                "commitlint": "^18.4.1",
         | 
| 89 | 
            +
                "eslint": "8.53.0",
         | 
| 90 90 | 
             
                "eslint-config-prettier": "9.0.0",
         | 
| 91 | 
            -
                "eslint-plugin-storybook": "^0.6. | 
| 91 | 
            +
                "eslint-plugin-storybook": "^0.6.15",
         | 
| 92 92 | 
             
                "eslint-plugin-tailwindcss": "3.13.0",
         | 
| 93 | 
            -
                "eslint-plugin-unicorn": "^ | 
| 93 | 
            +
                "eslint-plugin-unicorn": "^49.0.0",
         | 
| 94 94 | 
             
                "jsdom": "^22.1.0",
         | 
| 95 | 
            -
                "lint-staged": "^ | 
| 96 | 
            -
                "lit": "^ | 
| 95 | 
            +
                "lint-staged": "^15.1.0",
         | 
| 96 | 
            +
                "lit": "^3.1.0",
         | 
| 97 97 | 
             
                "npm-run-all": "^4.1.5",
         | 
| 98 98 | 
             
                "postcss": "^8.4.31",
         | 
| 99 | 
            -
                "prettier": "^3.0 | 
| 99 | 
            +
                "prettier": "^3.1.0",
         | 
| 100 100 | 
             
                "react": "^18.2.0",
         | 
| 101 101 | 
             
                "react-dom": "^18.2.0",
         | 
| 102 102 | 
             
                "simple-git-hooks": "^2.9.0",
         | 
| 103 103 | 
             
                "standard-version": "^9.5.0",
         | 
| 104 | 
            -
                "storybook": "^7.3 | 
| 104 | 
            +
                "storybook": "^7.5.3",
         | 
| 105 105 | 
             
                "typescript": "^5.2.2",
         | 
| 106 106 | 
             
                "unbuild": "^2.0.0",
         | 
| 107 | 
            -
                "vitest": "^0.34. | 
| 107 | 
            +
                "vitest": "^0.34.6",
         | 
| 108 108 | 
             
                "vitest-axe": "1.0.0-pre.2"
         | 
| 109 109 | 
             
              },
         | 
| 110 110 | 
             
              "simple-git-hooks": {
         |