@thinkpixellab-public/px-vue 4.1.28 → 4.1.29

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.
@@ -139,7 +139,9 @@ export default {
139
139
  min-height: 0,
140
140
  )
141
141
  );
142
- outline: 1px dashed currentColor;
142
+ @include focus() {
143
+ outline: 1px dashed currentColor;
144
+ }
143
145
  }
144
146
 
145
147
  &--toggles.px-icon-button--unchecked {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thinkpixellab-public/px-vue",
3
- "version": "4.1.28",
3
+ "version": "4.1.29",
4
4
  "description": "General purpose Vue components and helpers that can be used across projects.",
5
5
  "author": {
6
6
  "name": "Pixel Lab"