|
1 | 1 | { |
2 | 2 | "name": "solid-ui", |
3 | | - "version": "3.1.3-6", |
| 3 | + "version": "3.1.3-8", |
4 | 4 | "description": "UI library for Solid applications", |
5 | 5 | "main": "dist/index.cjs.js", |
6 | 6 | "types": "dist/index.d.ts", |
|
26 | 26 | "types": "./dist/theme.css.d.ts", |
27 | 27 | "import": "./dist/theme.css", |
28 | 28 | "require": "./dist/theme.css" |
| 29 | + }, |
| 30 | + "./breakpoints.css": { |
| 31 | + "style": "./dist/breakpoints.css", |
| 32 | + "types": "./dist/breakpoints.css.d.ts", |
| 33 | + "import": "./dist/breakpoints.css", |
| 34 | + "require": "./dist/breakpoints.css" |
29 | 35 | } |
30 | 36 | }, |
31 | 37 | "files": [ |
|
115 | 121 | "@storybook/addon-docs": "10.4.2", |
116 | 122 | "@storybook/addon-links": "10.4.2", |
117 | 123 | "@storybook/web-components-vite": "10.4.2", |
118 | | - "@tailwindcss/postcss": "^4.3.0", |
119 | 124 | "@tailwindcss/vite": "^4.3.0", |
120 | 125 | "@testing-library/dom": "^10.4.1", |
121 | 126 | "@testing-library/user-event": "^13.5.0", |
122 | 127 | "@types/jsdom": "^28.0.3", |
123 | | - "@types/node": "^25.8.0", |
| 128 | + "@types/node": "^24.13.2", |
124 | 129 | "@typescript-eslint/parser": "^8.59.3", |
125 | 130 | "@vitest/coverage-v8": "^4.0.18", |
126 | 131 | "concurrently": "^10.0.3", |
|
143 | 148 | "tailwindcss": "4.3.0", |
144 | 149 | "typedoc": "^0.28.19", |
145 | 150 | "typescript": "^5.9.3", |
| 151 | + "undici-types": "^7.18.2", |
146 | 152 | "unplugin-dts": "^1.0.2", |
147 | 153 | "unplugin-icons": "^23.0.1", |
148 | 154 | "vite": "^8.0.16", |
|
0 commit comments