@sunggang/ui-lib 0.0.13 → 0.0.15

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/index.esm.css CHANGED
@@ -624,6 +624,9 @@ video {
624
624
  .mb-6 {
625
625
  margin-bottom: 1.5rem;
626
626
  }
627
+ .ml-4 {
628
+ margin-left: 1rem;
629
+ }
627
630
  .ml-auto {
628
631
  margin-left: auto;
629
632
  }
@@ -642,6 +645,12 @@ video {
642
645
  .h-10 {
643
646
  height: 2.5rem;
644
647
  }
648
+ .h-14 {
649
+ height: 3.5rem;
650
+ }
651
+ .h-16 {
652
+ height: 4rem;
653
+ }
645
654
  .h-24 {
646
655
  height: 6rem;
647
656
  }
@@ -654,6 +663,9 @@ video {
654
663
  .h-56 {
655
664
  height: 14rem;
656
665
  }
666
+ .h-8 {
667
+ height: 2rem;
668
+ }
657
669
  .h-full {
658
670
  height: 100%;
659
671
  }
@@ -672,9 +684,15 @@ video {
672
684
  .w-4 {
673
685
  width: 1rem;
674
686
  }
687
+ .w-64 {
688
+ width: 16rem;
689
+ }
675
690
  .w-72 {
676
691
  width: 18rem;
677
692
  }
693
+ .w-8 {
694
+ width: 2rem;
695
+ }
678
696
  .w-9 {
679
697
  width: 2.25rem;
680
698
  }
@@ -810,6 +828,10 @@ video {
810
828
  --tw-bg-opacity: 1;
811
829
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
812
830
  }
831
+ .bg-\[\#f5f5f5\] {
832
+ --tw-bg-opacity: 1;
833
+ background-color: rgb(245 245 245 / var(--tw-bg-opacity));
834
+ }
813
835
  .bg-background {
814
836
  background-color: hsl(var(--background));
815
837
  }
@@ -901,6 +923,9 @@ video {
901
923
  .pb-8 {
902
924
  padding-bottom: 2rem;
903
925
  }
926
+ .pl-12 {
927
+ padding-left: 3rem;
928
+ }
904
929
  .pt-2 {
905
930
  padding-top: 0.5rem;
906
931
  }
@@ -952,10 +977,18 @@ video {
952
977
  --tw-text-opacity: 1;
953
978
  color: rgb(0 0 0 / var(--tw-text-opacity));
954
979
  }
980
+ .text-\[\#171A1F\] {
981
+ --tw-text-opacity: 1;
982
+ color: rgb(23 26 31 / var(--tw-text-opacity));
983
+ }
955
984
  .text-\[\#5A5A5A\] {
956
985
  --tw-text-opacity: 1;
957
986
  color: rgb(90 90 90 / var(--tw-text-opacity));
958
987
  }
988
+ .text-\[\#737373\] {
989
+ --tw-text-opacity: 1;
990
+ color: rgb(115 115 115 / var(--tw-text-opacity));
991
+ }
959
992
  .text-gray-400 {
960
993
  --tw-text-opacity: 1;
961
994
  color: rgb(156 163 175 / var(--tw-text-opacity));
@@ -1030,6 +1063,11 @@ video {
1030
1063
 
1031
1064
  /* gary */
1032
1065
 
1066
+ .hover\:bg-\[\#D9D9D9\]:hover {
1067
+ --tw-bg-opacity: 1;
1068
+ background-color: rgb(217 217 217 / var(--tw-bg-opacity));
1069
+ }
1070
+
1033
1071
  .focus-visible\:outline-none:focus-visible {
1034
1072
  outline: 2px solid transparent;
1035
1073
  outline-offset: 2px;
@@ -1081,6 +1119,10 @@ video {
1081
1119
 
1082
1120
  @media (min-width: 1024px) {
1083
1121
 
1122
+ .lg\:flex {
1123
+ display: flex;
1124
+ }
1125
+
1084
1126
  .lg\:px-8 {
1085
1127
  padding-left: 2rem;
1086
1128
  padding-right: 2rem;