Skip to content

Commit

Permalink
feat: is adding icon-size design tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
Marius Bleuer committed Jul 27, 2021
1 parent dd12c26 commit f65b2ef
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
31 changes: 31 additions & 0 deletions designTokens/icon-size.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
/* eslint-disable sort-keys */

module.exports = {
ui: {
small: {
value: 24
},
medium: {
value: 36
},
large: {
value: 48
}
},
timetable: {
'attribute': {
value: 16
},
'him-cus': {
value: 16
},
'product-brand': {
value: 20
}
},
pictograms: {
value: 24
}
};

/* eslint-enable sort-keys */
1 change: 1 addition & 0 deletions designTokens/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module.exports = {
color: require('./color'),
iconSize: require('./icon-size'),
spacings: require('./spacings')
};

0 comments on commit f65b2ef

Please sign in to comment.