@shuriken-ui/tailwind 3.0.0-next.6 → 3.0.1
Sign up to get free protection for your applications and to get access to all the features.
- 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 +571 -262
- 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 +571 -263
- 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.0b4ef210.d.cts} +1029 -229
- package/dist/shared/{tailwind.a9f50d73.d.mts → tailwind.0b4ef210.d.mts} +1029 -229
- package/dist/shared/{tailwind.a9f50d73.d.ts → tailwind.0b4ef210.d.ts} +1029 -229
- 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.1",
|
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",
|