@internetstiftelsen/styleguide
Advanced tools
Comparing version 1.10.5-beta.0.4 to 1.10.5-beta.0.5
{ | ||
"name": "@internetstiftelsen/styleguide", | ||
"version": "1.10.5-beta.0.4", | ||
"version": "1.10.5-beta.0.5", | ||
"main": "dist/components.js", | ||
@@ -5,0 +5,0 @@ "ports": { |
@@ -13,19 +13,27 @@ module.exports = { | ||
email_help_text: 'E-post är obligatoriskt', | ||
has_groups: true, | ||
group_name: 'Årskurs', | ||
groups: [ | ||
{ | ||
text: 'F-3' | ||
}, | ||
{ | ||
text: '4-6' | ||
}, | ||
{ | ||
text: '7-9' | ||
}, | ||
{ | ||
text: 'Gymnasiet' | ||
has_groups: false | ||
}, | ||
variants: [ | ||
{ | ||
name: "Has groups", | ||
context: { | ||
has_groups: true, | ||
group_name: 'Årskurs', | ||
groups: [ | ||
{ | ||
text: 'F-3' | ||
}, | ||
{ | ||
text: '4-6' | ||
}, | ||
{ | ||
text: '7-9' | ||
}, | ||
{ | ||
text: 'Gymnasiet' | ||
} | ||
] | ||
} | ||
] | ||
} | ||
} | ||
] | ||
} |
Sorry, the diff of this file is not supported yet
31623411
413
8538