@6thbridge/hexa 0.0.35 → 0.0.37
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/.turbo/turbo-build.log +32 -0
- package/.turbo/turbo-lint.log +5 -5
- package/dist/index.d.mts +35 -1
- package/dist/index.d.ts +35 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/output.css +46 -0
- package/package.json +1 -1
package/dist/output.css
CHANGED
@@ -572,6 +572,10 @@ video {
|
|
572
572
|
pointer-events: auto;
|
573
573
|
}
|
574
574
|
|
575
|
+
.static{
|
576
|
+
position: static;
|
577
|
+
}
|
578
|
+
|
575
579
|
.fixed{
|
576
580
|
position: fixed;
|
577
581
|
}
|
@@ -604,6 +608,10 @@ video {
|
|
604
608
|
right: 0px;
|
605
609
|
}
|
606
610
|
|
611
|
+
.right-2{
|
612
|
+
right: 0.5rem;
|
613
|
+
}
|
614
|
+
|
607
615
|
.right-4{
|
608
616
|
right: 1rem;
|
609
617
|
}
|
@@ -612,6 +620,10 @@ video {
|
|
612
620
|
top: 0px;
|
613
621
|
}
|
614
622
|
|
623
|
+
.top-2{
|
624
|
+
top: 0.5rem;
|
625
|
+
}
|
626
|
+
|
615
627
|
.top-4{
|
616
628
|
top: 1rem;
|
617
629
|
}
|
@@ -632,6 +644,10 @@ video {
|
|
632
644
|
z-index: 50;
|
633
645
|
}
|
634
646
|
|
647
|
+
.z-\[99999\]{
|
648
|
+
z-index: 99999;
|
649
|
+
}
|
650
|
+
|
635
651
|
.order-first{
|
636
652
|
order: -9999;
|
637
653
|
}
|
@@ -867,6 +883,10 @@ video {
|
|
867
883
|
min-width: 40px !important;
|
868
884
|
}
|
869
885
|
|
886
|
+
.min-w-96{
|
887
|
+
min-width: 24rem;
|
888
|
+
}
|
889
|
+
|
870
890
|
.min-w-\[200px\]{
|
871
891
|
min-width: 200px;
|
872
892
|
}
|
@@ -1044,6 +1064,12 @@ video {
|
|
1044
1064
|
margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
|
1045
1065
|
}
|
1046
1066
|
|
1067
|
+
.space-y-2 > :not([hidden]) ~ :not([hidden]){
|
1068
|
+
--tw-space-y-reverse: 0;
|
1069
|
+
margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
|
1070
|
+
margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
|
1071
|
+
}
|
1072
|
+
|
1047
1073
|
.overflow-hidden{
|
1048
1074
|
overflow: hidden;
|
1049
1075
|
}
|
@@ -1648,6 +1674,11 @@ video {
|
|
1648
1674
|
color: rgb(0 0 0 / var(--tw-text-opacity, 1));
|
1649
1675
|
}
|
1650
1676
|
|
1677
|
+
.text-blue-600{
|
1678
|
+
--tw-text-opacity: 1;
|
1679
|
+
color: rgb(37 99 235 / var(--tw-text-opacity, 1));
|
1680
|
+
}
|
1681
|
+
|
1651
1682
|
.text-gray-400{
|
1652
1683
|
--tw-text-opacity: 1;
|
1653
1684
|
color: rgb(156 163 175 / var(--tw-text-opacity, 1));
|
@@ -1668,10 +1699,25 @@ video {
|
|
1668
1699
|
color: rgb(34 197 94 / var(--tw-text-opacity, 1));
|
1669
1700
|
}
|
1670
1701
|
|
1702
|
+
.text-green-600{
|
1703
|
+
--tw-text-opacity: 1;
|
1704
|
+
color: rgb(22 163 74 / var(--tw-text-opacity, 1));
|
1705
|
+
}
|
1706
|
+
|
1707
|
+
.text-orange-600{
|
1708
|
+
--tw-text-opacity: 1;
|
1709
|
+
color: rgb(234 88 12 / var(--tw-text-opacity, 1));
|
1710
|
+
}
|
1711
|
+
|
1671
1712
|
.text-primary-main{
|
1672
1713
|
color: var(--color-primary);
|
1673
1714
|
}
|
1674
1715
|
|
1716
|
+
.text-purple-600{
|
1717
|
+
--tw-text-opacity: 1;
|
1718
|
+
color: rgb(147 51 234 / var(--tw-text-opacity, 1));
|
1719
|
+
}
|
1720
|
+
|
1675
1721
|
.text-red-500{
|
1676
1722
|
--tw-text-opacity: 1;
|
1677
1723
|
color: rgb(239 68 68 / var(--tw-text-opacity, 1));
|