@sikka/hawa 0.1.20 → 0.1.22
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/styles.css +0 -3
- package/es/index.es.js +3 -3
- package/es/layout/AppLayout.d.ts +1 -0
- package/es/layout/Sidebar.d.ts +3 -6
- package/lib/index.js +1 -1
- package/lib/layout/AppLayout.d.ts +1 -0
- package/lib/layout/Sidebar.d.ts +3 -6
- package/package.json +1 -1
- package/src/layout/AppLayout.tsx +24 -21
- package/src/layout/Sidebar.tsx +57 -49
- package/src/styles.css +0 -3
package/dist/styles.css
CHANGED
|
@@ -2941,9 +2941,6 @@ body {
|
|
|
2941
2941
|
.hover\:bg-destructive\/90:hover {
|
|
2942
2942
|
background-color: hsl(var(--destructive) / 0.9);
|
|
2943
2943
|
}
|
|
2944
|
-
.hover\:bg-foreground\/30:hover {
|
|
2945
|
-
background-color: hsl(var(--foreground) / 0.3);
|
|
2946
|
-
}
|
|
2947
2944
|
.hover\:bg-gray-100:hover {
|
|
2948
2945
|
--tw-bg-opacity: 1;
|
|
2949
2946
|
background-color: rgb(243 244 246 / var(--tw-bg-opacity));
|