@sikka/hawa 0.0.268 → 0.0.269
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 +7 -0
- package/es/index.es.js +2 -2
- package/lib/index.js +2 -2
- package/package.json +1 -1
- package/src/elements/HawaRadio.tsx +7 -1
- package/src/layout/HawaSiteLayout.tsx +36 -33
- package/src/styles.css +7 -0
package/dist/styles.css
CHANGED
|
@@ -1060,6 +1060,9 @@ video {
|
|
|
1060
1060
|
.max-h-56 {
|
|
1061
1061
|
max-height: 14rem;
|
|
1062
1062
|
}
|
|
1063
|
+
.max-h-8 {
|
|
1064
|
+
max-height: 2rem;
|
|
1065
|
+
}
|
|
1063
1066
|
.max-h-fit {
|
|
1064
1067
|
max-height: -moz-fit-content;
|
|
1065
1068
|
max-height: fit-content;
|
|
@@ -2479,6 +2482,10 @@ body {
|
|
|
2479
2482
|
.hover\:font-bold:hover {
|
|
2480
2483
|
font-weight: 700;
|
|
2481
2484
|
}
|
|
2485
|
+
.hover\:text-black:hover {
|
|
2486
|
+
--tw-text-opacity: 1;
|
|
2487
|
+
color: rgb(0 0 0 / var(--tw-text-opacity));
|
|
2488
|
+
}
|
|
2482
2489
|
.hover\:text-blue-600:hover {
|
|
2483
2490
|
--tw-text-opacity: 1;
|
|
2484
2491
|
color: rgb(37 99 235 / var(--tw-text-opacity));
|