@6thbridge/hexa 0.0.36 → 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/dist/output.css CHANGED
@@ -608,6 +608,10 @@ video {
608
608
  right: 0px;
609
609
  }
610
610
 
611
+ .right-2{
612
+ right: 0.5rem;
613
+ }
614
+
611
615
  .right-4{
612
616
  right: 1rem;
613
617
  }
@@ -616,6 +620,10 @@ video {
616
620
  top: 0px;
617
621
  }
618
622
 
623
+ .top-2{
624
+ top: 0.5rem;
625
+ }
626
+
619
627
  .top-4{
620
628
  top: 1rem;
621
629
  }
@@ -636,6 +644,10 @@ video {
636
644
  z-index: 50;
637
645
  }
638
646
 
647
+ .z-\[99999\]{
648
+ z-index: 99999;
649
+ }
650
+
639
651
  .order-first{
640
652
  order: -9999;
641
653
  }
@@ -871,6 +883,10 @@ video {
871
883
  min-width: 40px !important;
872
884
  }
873
885
 
886
+ .min-w-96{
887
+ min-width: 24rem;
888
+ }
889
+
874
890
  .min-w-\[200px\]{
875
891
  min-width: 200px;
876
892
  }
@@ -1048,6 +1064,12 @@ video {
1048
1064
  margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
1049
1065
  }
1050
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
+
1051
1073
  .overflow-hidden{
1052
1074
  overflow: hidden;
1053
1075
  }
@@ -1652,6 +1674,11 @@ video {
1652
1674
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
1653
1675
  }
1654
1676
 
1677
+ .text-blue-600{
1678
+ --tw-text-opacity: 1;
1679
+ color: rgb(37 99 235 / var(--tw-text-opacity, 1));
1680
+ }
1681
+
1655
1682
  .text-gray-400{
1656
1683
  --tw-text-opacity: 1;
1657
1684
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
@@ -1672,10 +1699,25 @@ video {
1672
1699
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));
1673
1700
  }
1674
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
+
1675
1712
  .text-primary-main{
1676
1713
  color: var(--color-primary);
1677
1714
  }
1678
1715
 
1716
+ .text-purple-600{
1717
+ --tw-text-opacity: 1;
1718
+ color: rgb(147 51 234 / var(--tw-text-opacity, 1));
1719
+ }
1720
+
1679
1721
  .text-red-500{
1680
1722
  --tw-text-opacity: 1;
1681
1723
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@6thbridge/hexa",
3
- "version": "0.0.36",
3
+ "version": "0.0.37",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "exports": {