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

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 +8 -7
  2. package/package.json +1 -1
package/dist/index.css CHANGED
@@ -710,16 +710,17 @@ button._1GA3p:hover {
710
710
  }
711
711
 
712
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
713
+ -webkit-user-select: none;
714
+ -moz-user-select: none;
715
+ user-select: none
718
716
  }
719
717
 
720
718
  button:focus {
721
719
  outline: 2px solid transparent;
722
- outline-offset: 2px
720
+ outline-offset: 2px;
721
+ --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
722
+ --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
723
+ box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
723
724
  }
724
725
 
725
726
  @tailwind utilities;
@@ -1058,7 +1059,7 @@ button._3-kZ6 {
1058
1059
 
1059
1060
 
1060
1061
  button {
1061
- @apply focus:outline-none !outline-none !select-none;
1062
+ @apply focus:outline-none focus:ring-0 select-none;
1062
1063
  }
1063
1064
 
1064
1065
  ._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.5",
4
4
  "description": "Made with create-react-library",
5
5
  "author": "",
6
6
  "license": "MIT",