sapp-common-package-test-final 1.7.2 → 1.7.4

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 +20 -1
  2. package/package.json +1 -1
package/dist/index.css CHANGED
@@ -226,6 +226,7 @@ div._3Yvs5 {
226
226
 
227
227
  ._2GTYD {
228
228
  display: flex;
229
+ width: 170px;
229
230
  align-items: center;
230
231
  -moz-column-gap: 16px;
231
232
  column-gap: 16px;
@@ -708,6 +709,19 @@ button._1GA3p:hover {
708
709
  white-space: nowrap
709
710
  }
710
711
 
712
+ button {
713
+ -webkit-user-select: none !important;
714
+ -moz-user-select: none !important;
715
+ user-select: none !important;
716
+ outline: 2px solid transparent !important;
717
+ outline-offset: 2px !important
718
+ }
719
+
720
+ button:focus {
721
+ outline: 2px solid transparent;
722
+ outline-offset: 2px
723
+ }
724
+
711
725
  @tailwind utilities;
712
726
 
713
727
  ._2OOkM {
@@ -784,7 +798,7 @@ div._2Uj7C {
784
798
  }
785
799
 
786
800
  ._pki6z {
787
- @apply flex items-center gap-x-4 focus-within:!shadow-none text-center;
801
+ @apply flex items-center gap-x-4 focus-within:!shadow-none text-center w-[170px];
788
802
  }
789
803
 
790
804
  ._2OOkM div._pki6z input {
@@ -1042,6 +1056,11 @@ button._3-kZ6 {
1042
1056
  @apply overflow-hidden text-ellipsis whitespace-nowrap w-[120px];
1043
1057
  }
1044
1058
 
1059
+
1060
+ button {
1061
+ @apply focus:outline-none !outline-none !select-none;
1062
+ }
1063
+
1045
1064
  ._2Y9jk ._3puh0 {
1046
1065
  display: none;
1047
1066
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sapp-common-package-test-final",
3
- "version": "1.7.2",
3
+ "version": "1.7.4",
4
4
  "description": "Made with create-react-library",
5
5
  "author": "",
6
6
  "license": "MIT",