@camox/ui 0.10.0 → 0.11.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camox/ui",
3
- "version": "0.10.0",
3
+ "version": "0.11.0",
4
4
  "files": [
5
5
  "src"
6
6
  ],
@@ -118,7 +118,8 @@
118
118
  body {
119
119
  @apply bg-background text-foreground;
120
120
  }
121
- a:focus-visible {
122
- @apply border-ring ring-ring/50 rounded-md ring-3 outline-none;
121
+ a:focus-visible,
122
+ button:focus-visible {
123
+ @apply outline-ring ring-ring/50 rounded-md ring-3 outline-1 -outline-offset-1;
123
124
  }
124
125
  }