Comparing version
export * from '@corvu/accordion'; | ||
export { default } from '@corvu/accordion'; | ||
import '@corvu/calendar'; | ||
import '@corvu/dialog'; | ||
@@ -4,0 +5,0 @@ import '@corvu/disclosure'; |
{ | ||
"name": "corvu", | ||
"version": "0.7.1", | ||
"version": "0.7.2", | ||
"private": false, | ||
@@ -49,21 +49,24 @@ "description": "Unstyled, accessible and customizable UI primitives for SolidJS", | ||
"dependencies": { | ||
"@corvu/accordion": "~0.2.0", | ||
"@corvu/accordion": "~0.2.3", | ||
"@corvu/calendar": "~0.1.0", | ||
"@corvu/drawer": "~0.2.2", | ||
"@corvu/disclosure": "~0.2.0", | ||
"@corvu/dialog": "~0.2.0", | ||
"@corvu/drawer": "~0.2.1", | ||
"@corvu/otp-field": "~0.1.0", | ||
"@corvu/otp-field": "~0.1.4", | ||
"@corvu/dialog": "~0.2.3", | ||
"@corvu/popover": "~0.2.0", | ||
"@corvu/tooltip": "~0.2.0", | ||
"@corvu/resizable": "~0.2.1" | ||
"@corvu/resizable": "~0.2.3", | ||
"@corvu/tooltip": "~0.2.1" | ||
}, | ||
"devDependencies": { | ||
"@typescript-eslint/eslint-plugin": "^7.10.0", | ||
"@typescript-eslint/parser": "^8.21.0", | ||
"esbuild-plugin-solid": "^0.6.0", | ||
"eslint": "^8.57.0", | ||
"eslint-config-prettier": "^9.1.0", | ||
"eslint-plugin-solid": "^0.14.0", | ||
"prettier": "^3.2.5", | ||
"solid-js": "^1.8.17", | ||
"tsup": "^8.0.2", | ||
"typescript": "^5.4.5" | ||
"eslint": "^9.18.0", | ||
"eslint-config-prettier": "^10.0.1", | ||
"eslint-plugin-prettier": "^5.2.3", | ||
"eslint-plugin-solid": "^0.14.5", | ||
"prettier": "^3.4.2", | ||
"solid-js": "^1.9.4", | ||
"tsup": "^8.3.5", | ||
"typescript": "^5.7.3", | ||
"typescript-eslint": "^8.21.0" | ||
}, | ||
@@ -70,0 +73,0 @@ "peerDependencies": { |
@@ -39,2 +39,8 @@ <div align="center"> | ||
<td align="center" width=33%> | ||
<a href="https://corvu.dev/docs/primitives/calendar/"> | ||
<img src="https://corvu.dev/primitives/calendar.jpg" alt="SolidJS Calendar"> | ||
<p>Calendar</p> | ||
</a> | ||
</td> | ||
<td align="center" width=33%> | ||
<a href="https://corvu.dev/docs/primitives/dialog/"> | ||
@@ -45,2 +51,4 @@ <img src="https://corvu.dev/primitives/dialog.jpg" alt="SolidJS Dialog"> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td align="center" width=33%> | ||
@@ -52,4 +60,2 @@ <a href="https://corvu.dev/docs/primitives/disclosure/"> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td align="center" width=33%> | ||
@@ -67,2 +73,4 @@ <a href="https://corvu.dev/docs/primitives/drawer/"> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td align="center" width=33%> | ||
@@ -74,4 +82,2 @@ <a href="https://corvu.dev/docs/primitives/popover/"> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td align="center" width=33%> | ||
@@ -89,5 +95,3 @@ <a href="https://corvu.dev/docs/primitives/resizable/"> | ||
</td> | ||
<td align="center" width=33%> | ||
</td> | ||
</tr> | ||
</table> |
Sorry, the diff of this file is not supported yet
8807
7.34%30
11.11%98
12.64%92
4.55%10
11.11%11
22.22%+ Added
+ Added
Updated
Updated
Updated
Updated
Updated
Updated