sapp-common-package-test-final 1.0.2 → 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 +5 -5
  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 {
@@ -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,
@@ -698,7 +698,7 @@ div._US4AW {
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 {
@@ -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.2",
3
+ "version": "1.0.3",
4
4
  "description": "Made with create-react-library",
5
5
  "author": "",
6
6
  "license": "MIT",