sapp-common-package-test-final 1.0.1 → 1.0.3

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.
Files changed (2) hide show
  1. package/dist/index.css +13 -13
  2. package/package.json +1 -1
package/dist/index.css CHANGED
@@ -609,7 +609,7 @@ div._12I9I {
609
609
  }
610
610
 
611
611
  ._3EiSs {
612
- @apply py-3 px-5 rounded-md text-sm hover:bg-primary hover:text-white cursor-pointer;
612
+ @apply py-3 px-5 rounded-[6px] text-sm hover:bg-primary hover:text-white cursor-pointer;
613
613
  }
614
614
 
615
615
  ._3fS4I {
@@ -621,27 +621,27 @@ div._12I9I {
621
621
  }
622
622
 
623
623
  ._1N2aY {
624
- @apply border-primary bg-primary text-white;
624
+ @apply border-['#FFB800'] bg-['#FFB800'] text-white;
625
625
  }
626
626
 
627
627
  ._2tFGa {
628
- @apply border-info bg-info/5 text-info;
628
+ @apply border-[#176CDD] bg-[#176CDD]/5 text-[#176CDD];
629
629
  }
630
630
 
631
631
  ._3cS4h {
632
- @apply border-warning bg-warning/5 text-warning;
632
+ @apply border-[#EC940E] bg-[rgba(236,148,14,0.05)] text-[#EC940E];
633
633
  }
634
634
 
635
635
  ._ubFeJ {
636
- @apply border-success bg-success/5 text-success;
636
+ @apply border-[#07AF17] bg-[#07AF17]/5 text-[#07AF17];
637
637
  }
638
638
 
639
639
  ._1s2ED {
640
- @apply border-error bg-error/5 text-error;
640
+ @apply border-[#F01919] bg-[#F01919]/5 text-[#F01919];
641
641
  }
642
642
 
643
643
  ._3rwzE {
644
- @apply bg-secondary-bg text-gray-2;
644
+ @apply bg-[#F2F4F7] text-[#78829D];
645
645
  }
646
646
 
647
647
  ._9uloX {
@@ -649,7 +649,7 @@ div._12I9I {
649
649
  }
650
650
 
651
651
  div._2Uj7C {
652
- @apply flex justify-between items-center py-4 !border-b-0.25 !border-solid border-[#F1F1F4];
652
+ @apply flex justify-between items-center py-4 !border-b-[1px] !border-solid border-[#F1F1F4];
653
653
  }
654
654
 
655
655
  ._1NX4k {
@@ -673,7 +673,7 @@ div._2Uj7C {
673
673
  }
674
674
 
675
675
  div._US4AW {
676
- @apply h-8 !border-r-0.25 !border-solid border-input;
676
+ @apply h-8 !border-r-[1px] !border-solid border-input;
677
677
  }
678
678
 
679
679
  ._2OOkM thead th,
@@ -694,15 +694,15 @@ div._US4AW {
694
694
  thead
695
695
  th:first-child
696
696
  > ._2244F._2ZBuL {
697
- @apply w-[100px] text-primary;
697
+ @apply w-[100px] text-[#FFB800];
698
698
  }
699
699
 
700
700
  div._1N_J1 {
701
- @apply flex flex-col !border-t-0.25 !border-solid border-gray-4;
701
+ @apply flex flex-col !border-t-[1px] !border-solid border-gray-4;
702
702
  }
703
703
 
704
704
  ._3bFF2 {
705
- @apply pt-2 px-2 font-medium text-primary;
705
+ @apply pt-2 px-2 font-medium text-[#FFB800];
706
706
  }
707
707
 
708
708
  ._3gTTi tbody td > div {
@@ -719,7 +719,7 @@ div._1N_J1 {
719
719
  }
720
720
 
721
721
  div._33-xY {
722
- @apply flex flex-col justify-between !border-t-0.25 !border-solid;
722
+ @apply flex flex-col justify-between !border-t-[1px] !border-solid;
723
723
  }
724
724
 
725
725
  div._30qaU {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sapp-common-package-test-final",
3
- "version": "1.0.1",
3
+ "version": "1.0.3",
4
4
  "description": "Made with create-react-library",
5
5
  "author": "",
6
6
  "license": "MIT",