Skip to content

Commit

Permalink
feat: rename token category names
Browse files Browse the repository at this point in the history
for documentation platform
  • Loading branch information
4aficiona2 committed Mar 28, 2022
1 parent 94a53f1 commit 322569d
Showing 1 changed file with 45 additions and 45 deletions.
90 changes: 45 additions & 45 deletions designTokens/layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,94 +12,94 @@ module.exports = {
columns: {
zero: {
value: 4,
...attributes('grid')
...attributes('grid-base-columns')
},
micro: {
value: 4,
...attributes('grid')
...attributes('grid-base-columns')
},
small: {
value: 4,
...attributes('grid')
...attributes('grid-base-columns')
},
medium: {
value: 8,
...attributes('grid')
...attributes('grid-base-columns')
},
large: {
value: 8,
...attributes('grid')
...attributes('grid-base-columns')
},
wide: {
value: 12,
...attributes('grid')
...attributes('grid-base-columns')
},
ultra: {
value: 12,
...attributes('grid')
...attributes('grid-base-columns')
}
},
gutter: {
zero: {
value: 16,
...attributes('grid')
...attributes('grid-base-gutter')
},
micro: {
value: 16,
...attributes('grid')
...attributes('grid-base-gutter')
},
small: {
value: 24,
...attributes('grid')
...attributes('grid-base-gutter')
},
medium: {
value: 24,
...attributes('grid')
...attributes('grid-base-gutter')
},
large: {
value: 32,
...attributes('grid')
...attributes('grid-base-gutter')
},
wide: {
value: 32,
...attributes('grid')
...attributes('grid-base-gutter')
},
ultra: {
value: 32,
...attributes('grid')
...attributes('grid-base-gutter')
}
}
},
offset: {
base: {
zero: {
value: 16,
...attributes('layout')
},
micro: {
value: 20,
...attributes('layout')
},
small: {
value: 48,
...attributes('layout')
},
medium: {
value: 56,
...attributes('layout')
},
large: {
value: 64,
...attributes('layout')
},
wide: {
value: 72,
...attributes('layout')
},
ultra: {
value: 124,
...attributes('layout')
}
}
},
offset: {
base: {
zero: {
value: 16,
...attributes('offset-base')
},
micro: {
value: 20,
...attributes('offset-base')
},
small: {
value: 48,
...attributes('offset-base')
},
medium: {
value: 56,
...attributes('offset-base')
},
large: {
value: 64,
...attributes('offset-base')
},
wide: {
value: 72,
...attributes('offset-base')
},
ultra: {
value: 124,
...attributes('offset-base')
}
}
}
Expand Down

0 comments on commit 322569d

Please sign in to comment.