@6thbridge/hexa 0.0.73 → 0.0.74
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/index.d.mts +14 -1
- package/dist/index.d.ts +14 -1
- package/dist/index.js +5 -5
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +5 -5
- package/dist/index.mjs.map +1 -1
- package/dist/output.css +42 -0
- package/package.json +1 -1
package/dist/output.css
CHANGED
|
@@ -808,6 +808,10 @@ video {
|
|
|
808
808
|
margin-bottom: 5px;
|
|
809
809
|
}
|
|
810
810
|
|
|
811
|
+
.me-2{
|
|
812
|
+
margin-inline-end: 0.5rem;
|
|
813
|
+
}
|
|
814
|
+
|
|
811
815
|
.ml-1{
|
|
812
816
|
margin-left: 0.25rem;
|
|
813
817
|
}
|
|
@@ -2061,6 +2065,11 @@ video {
|
|
|
2061
2065
|
padding-right: 1rem;
|
|
2062
2066
|
}
|
|
2063
2067
|
|
|
2068
|
+
.py-0\.5{
|
|
2069
|
+
padding-top: 0.125rem;
|
|
2070
|
+
padding-bottom: 0.125rem;
|
|
2071
|
+
}
|
|
2072
|
+
|
|
2064
2073
|
.py-1{
|
|
2065
2074
|
padding-top: 0.25rem;
|
|
2066
2075
|
padding-bottom: 0.25rem;
|
|
@@ -3002,6 +3011,10 @@ input:-webkit-autofill:active {
|
|
|
3002
3011
|
cursor: pointer;
|
|
3003
3012
|
}
|
|
3004
3013
|
|
|
3014
|
+
.hover\:\!bg-gray-200\/50:hover{
|
|
3015
|
+
background-color: rgb(229 231 235 / 0.5) !important;
|
|
3016
|
+
}
|
|
3017
|
+
|
|
3005
3018
|
.hover\:bg-\[\#808080\]:hover{
|
|
3006
3019
|
--tw-bg-opacity: 1;
|
|
3007
3020
|
background-color: rgb(128 128 128 / var(--tw-bg-opacity, 1));
|
|
@@ -3259,6 +3272,11 @@ input:-webkit-autofill:active {
|
|
|
3259
3272
|
background-color: var(--color-primary-accent);
|
|
3260
3273
|
}
|
|
3261
3274
|
|
|
3275
|
+
.data-\[state\=active\]\:bg-gray-200[data-state="active"]{
|
|
3276
|
+
--tw-bg-opacity: 1;
|
|
3277
|
+
background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
|
|
3278
|
+
}
|
|
3279
|
+
|
|
3262
3280
|
.data-\[disabled\=true\]\:opacity-50[data-disabled="true"]{
|
|
3263
3281
|
opacity: 0.5;
|
|
3264
3282
|
}
|
|
@@ -3383,10 +3401,25 @@ input:-webkit-autofill:active {
|
|
|
3383
3401
|
animation-duration: 500ms;
|
|
3384
3402
|
}
|
|
3385
3403
|
|
|
3404
|
+
.data-\[state\=active\]\:hover\:\!bg-gray-200:hover[data-state="active"]{
|
|
3405
|
+
--tw-bg-opacity: 1 !important;
|
|
3406
|
+
background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1)) !important;
|
|
3407
|
+
}
|
|
3408
|
+
|
|
3386
3409
|
.group[data-state="active"] .group-data-\[state\=active\]\:font-medium{
|
|
3387
3410
|
font-weight: 500;
|
|
3388
3411
|
}
|
|
3389
3412
|
|
|
3413
|
+
.group[data-state="active"] .group-data-\[state\=active\]\:text-gray-800{
|
|
3414
|
+
--tw-text-opacity: 1;
|
|
3415
|
+
color: rgb(31 41 55 / var(--tw-text-opacity, 1));
|
|
3416
|
+
}
|
|
3417
|
+
|
|
3418
|
+
.group[data-state="active"] .group-data-\[state\=active\]\:text-white{
|
|
3419
|
+
--tw-text-opacity: 1;
|
|
3420
|
+
color: rgb(255 255 255 / var(--tw-text-opacity, 1));
|
|
3421
|
+
}
|
|
3422
|
+
|
|
3390
3423
|
.dark\:border-none:is(.dark *){
|
|
3391
3424
|
border-style: none;
|
|
3392
3425
|
}
|
|
@@ -3517,6 +3550,10 @@ input:-webkit-autofill:active {
|
|
|
3517
3550
|
background-color: transparent !important;
|
|
3518
3551
|
}
|
|
3519
3552
|
|
|
3553
|
+
.dark\:hover\:\!bg-gray-200\/10:hover:is(.dark *){
|
|
3554
|
+
background-color: rgb(229 231 235 / 0.1) !important;
|
|
3555
|
+
}
|
|
3556
|
+
|
|
3520
3557
|
.dark\:focus\:bg-transparent:focus:is(.dark *){
|
|
3521
3558
|
background-color: transparent;
|
|
3522
3559
|
}
|
|
@@ -3557,6 +3594,11 @@ input:-webkit-autofill:active {
|
|
|
3557
3594
|
color: rgb(255 255 255 / var(--tw-text-opacity, 1));
|
|
3558
3595
|
}
|
|
3559
3596
|
|
|
3597
|
+
.data-\[state\=active\]\:dark\:hover\:\!bg-gray-200:hover:is(.dark *)[data-state="active"]{
|
|
3598
|
+
--tw-bg-opacity: 1 !important;
|
|
3599
|
+
background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1)) !important;
|
|
3600
|
+
}
|
|
3601
|
+
|
|
3560
3602
|
@media (min-width: 640px){
|
|
3561
3603
|
.sm\:order-none{
|
|
3562
3604
|
order: 0;
|