@internetstiftelsen/styleguide 2.24.41 → 2.24.42

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": "@internetstiftelsen/styleguide",
3
- "version": "2.24.41",
3
+ "version": "2.24.42",
4
4
  "main": "dist/components.js",
5
5
  "ports": {
6
6
  "fractal": "3000"
@@ -168,7 +168,7 @@ module.exports = {
168
168
  {
169
169
  name: 'Transparent with icon',
170
170
  context: {
171
- modifiers: ['transparent'],
171
+ modifiers: ['transparent a-button--icon'],
172
172
  text: 'Going home',
173
173
  icon: 'arrow-forwards',
174
174
  el: 'button'