sapp-common-package-test-final 1.7.5 → 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 +12 -1
  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;
@@ -799,7 +810,7 @@ div._2Uj7C {
799
810
  }
800
811
 
801
812
  ._pki6z {
802
- @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;
803
814
  }
804
815
 
805
816
  ._2OOkM div._pki6z input {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sapp-common-package-test-final",
3
- "version": "1.7.5",
3
+ "version": "1.7.7",
4
4
  "description": "Made with create-react-library",
5
5
  "author": "",
6
6
  "license": "MIT",