@drghaliasri/butex 5.5.0 → 5.5.1

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.
package/dist/document.mjs CHANGED
@@ -2368,7 +2368,8 @@ ${BUTEX_FONT_FACE_CSS}
2368
2368
  transition: box-shadow 0.15s ease, border-color 0.15s ease;
2369
2369
  }
2370
2370
 
2371
- .surface:focus {
2371
+ .surface:focus,
2372
+ .surface.surface--typing-focus {
2372
2373
  border-color: var(--butex-focus-border, rgba(13, 148, 136, 0.45));
2373
2374
  box-shadow: 0 0 0 3px var(--butex-focus-shadow, rgba(13, 148, 136, 0.12));
2374
2375
  }