@citizenplane/pimp 14.1.1 → 14.1.2

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": "@citizenplane/pimp",
3
- "version": "14.1.1",
3
+ "version": "14.1.2",
4
4
  "scripts": {
5
5
  "dev": "storybook dev -p 8080",
6
6
  "build-storybook": "storybook build --output-dir ./docs",
@@ -145,6 +145,11 @@ const handleClick = () => (isToggled.value = !isToggled.value)
145
145
  &:hover {
146
146
  background-color: var(--cp-background-primary-hover);
147
147
  }
148
+
149
+ &:focus-visible {
150
+ outline-offset: calc(var(--cp-spacing-sm) * -1);
151
+ border-radius: var(--cp-radius-md);
152
+ }
148
153
  }
149
154
 
150
155
  &__title {