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

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 -8
  2. package/package.json +1 -1
package/dist/index.css CHANGED
@@ -227,6 +227,9 @@ div._3Yvs5 {
227
227
  ._2GTYD {
228
228
  display: flex;
229
229
  width: 170px;
230
+ -webkit-user-select: none;
231
+ -moz-user-select: none;
232
+ user-select: none;
230
233
  align-items: center;
231
234
  -moz-column-gap: 16px;
232
235
  column-gap: 16px;
@@ -239,6 +242,14 @@ div._3Yvs5 {
239
242
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
240
243
  }
241
244
 
245
+ ._2GTYD:focus {
246
+ outline: 2px solid transparent;
247
+ outline-offset: 2px;
248
+ --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
249
+ --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
250
+ box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
251
+ }
252
+
242
253
  ._18t93 div._2GTYD input {
243
254
  width: 150px !important;
244
255
  cursor: pointer !important;
@@ -710,16 +721,17 @@ button._1GA3p:hover {
710
721
  }
711
722
 
712
723
  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
724
+ -webkit-user-select: none;
725
+ -moz-user-select: none;
726
+ user-select: none
718
727
  }
719
728
 
720
729
  button:focus {
721
730
  outline: 2px solid transparent;
722
- outline-offset: 2px
731
+ outline-offset: 2px;
732
+ --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
733
+ --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
734
+ box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
723
735
  }
724
736
 
725
737
  @tailwind utilities;
@@ -798,7 +810,7 @@ div._2Uj7C {
798
810
  }
799
811
 
800
812
  ._pki6z {
801
- @apply flex items-center gap-x-4 focus-within:!shadow-none text-center w-[170px];
813
+ @apply flex items-center gap-x-4 focus-within:!shadow-none text-center w-[170px] focus:outline-none focus:ring-0 select-none;
802
814
  }
803
815
 
804
816
  ._2OOkM div._pki6z input {
@@ -1058,7 +1070,7 @@ button._3-kZ6 {
1058
1070
 
1059
1071
 
1060
1072
  button {
1061
- @apply focus:outline-none !outline-none !select-none;
1073
+ @apply focus:outline-none focus:ring-0 select-none;
1062
1074
  }
1063
1075
 
1064
1076
  ._2Y9jk ._3puh0 {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sapp-common-package-test-final",
3
- "version": "1.7.4",
3
+ "version": "1.7.7",
4
4
  "description": "Made with create-react-library",
5
5
  "author": "",
6
6
  "license": "MIT",