Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
59 changes: 31 additions & 28 deletions designsystem/src/main/assets/design_tokens/manifest.json
Original file line number Diff line number Diff line change
@@ -1,74 +1,77 @@
{
"name": "Design Tokens",
"collections": {
".documentation": {
"modes": {
"mode-1": [
".documentation.mode-1.tokens.json"
]
}
},
".primitives": {
"modes": {
"alfie-theme": [
".primitives.alfie-theme.tokens.json"
]
}
},
"screen-size": {
"modes": {
"small-(s)": [
"screen-size.small-(s).tokens.json"
"large-(l)": [
"screen-size.large-(l).tokens.json"
],
"medium-(m)": [
"screen-size.medium-(m).tokens.json"
],
"large-(l)": [
"screen-size.large-(l).tokens.json"
"small-(s)": [
"screen-size.small-(s).tokens.json"
],
"wide-(xl)": [
"screen-size.wide-(xl).tokens.json"
]
}
},
".documentation": {
"sizing": {
"modes": {
"mode-1": [
".documentation.mode-1.tokens.json"
"alfie-theme": [
"sizing.alfie-theme.tokens.json"
]
}
},
"system": {
"modes": {
"ios": [
"system.ios.tokens.json"
],
"android": [
"system.android.tokens.json"
],
"ios": [
"system.ios.tokens.json"
],
"web": [
"system.web.tokens.json"
]
}
},
"typography": {
"modes": {
"alfie-theme": [
"typography.alfie-theme.tokens.json"
]
}
},
".primitives": {
"modes": {
"alfie-theme": [
".primitives.alfie-theme.tokens.json"
]
}
},
"theme": {
"modes": {
"alfie-theme": [
"theme.alfie-theme.tokens.json"
],
"selfridges": [
"theme.selfridges.tokens.json"
]
}
},
"sizing": {
"typography": {
"modes": {
"alfie-theme": [
"sizing.alfie-theme.tokens.json"
"typography.alfie-theme.tokens.json"
]
}
}
},
"name": "Design Tokens",
"styles": {
"typography": [
"typography.styles.tokens.json"
]
}
}
}
Original file line number Diff line number Diff line change
@@ -1,36 +1,36 @@
{
"screen-size-screen-min-width": {
"screen-size-columns": {
"$type": "dimension",
"$value": {
"value": 1366,
"unit": "px"
}
"$value": "{spacing-spacing-8}"
},
"screen-size-gutter": {
"$type": "dimension",
"$value": "{spacing-spacing-16}"
},
"screen-size-margin": {
"$type": "dimension",
"$value": "{spacing-spacing-24}"
},
"screen-size-screen-max-width": {
"$type": "dimension",
"$value": {
"value": 1727,
"unit": "px"
"unit": "px",
"value": 1727
}
},
"screen-size-screen-min-height": {
"$type": "dimension",
"$value": {
"value": 1024,
"unit": "px"
"unit": "px",
"value": 1024
}
},
"screen-size-columns": {
"$type": "dimension",
"$value": "{spacing-spacing-8}"
},
"screen-size-margin": {
"$type": "dimension",
"$value": "{spacing-spacing-24}"
},
"screen-size-gutter": {
"screen-size-screen-min-width": {
"$type": "dimension",
"$value": "{spacing-spacing-16}"
"$value": {
"unit": "px",
"value": 1366
}
},
"typography-font-family-brand": {
"$type": "fontFamily",
Expand All @@ -40,30 +40,26 @@
"$type": "fontFamily",
"$value": "{typography-font-family-primary-web}"
},
"typography-font-size-root-font-size": {
"$type": "dimension",
"$value": "{typography-font-size-font-size-s}"
},
"typography-font-size-font-size-xs": {
"$type": "dimension",
"$value": "{typography-font-size-font-size-14}"
},
"typography-font-size-font-size-s": {
"typography-font-size-font-size-l": {
"$type": "dimension",
"$value": "{typography-font-size-font-size-20}"
"$value": "{typography-font-size-font-size-32}"
},
"typography-font-size-font-size-m": {
"$type": "dimension",
"$value": "{typography-font-size-font-size-24}"
},
"typography-font-size-font-size-l": {
"typography-font-size-font-size-s": {
"$type": "dimension",
"$value": "{typography-font-size-font-size-32}"
"$value": "{typography-font-size-font-size-20}"
},
"typography-font-size-font-size-xl": {
"$type": "dimension",
"$value": "{typography-font-size-font-size-40}"
},
"typography-font-size-font-size-xs": {
"$type": "dimension",
"$value": "{typography-font-size-font-size-14}"
},
"typography-font-size-font-size-xxl": {
"$type": "dimension",
"$value": "{typography-font-size-font-size-48}"
Expand All @@ -72,28 +68,32 @@
"$type": "dimension",
"$value": "{typography-font-size-font-size-56}"
},
"typography-line-height-line-height-xxs": {
"$type": "dimension",
"$value": "{typography-line-height-line-height-20}"
},
"typography-line-height-line-height-xs": {
"typography-font-size-root-font-size": {
"$type": "dimension",
"$value": "{typography-line-height-line-height-20}"
"$value": "{typography-font-size-font-size-s}"
},
"typography-line-height-line-height-s": {
"typography-line-height-line-height-l": {
"$type": "dimension",
"$value": "{typography-line-height-line-height-24}"
"$value": "{typography-line-height-line-height-40}"
},
"typography-line-height-line-height-m": {
"$type": "dimension",
"$value": "{typography-line-height-line-height-32}"
},
"typography-line-height-line-height-l": {
"typography-line-height-line-height-s": {
"$type": "dimension",
"$value": "{typography-line-height-line-height-40}"
"$value": "{typography-line-height-line-height-24}"
},
"typography-line-height-line-height-xl": {
"$type": "dimension",
"$value": "{typography-line-height-line-height-48}"
},
"typography-line-height-line-height-xs": {
"$type": "dimension",
"$value": "{typography-line-height-line-height-20}"
},
"typography-line-height-line-height-xxs": {
"$type": "dimension",
"$value": "{typography-line-height-line-height-20}"
}
}
}
Original file line number Diff line number Diff line change
@@ -1,36 +1,36 @@
{
"screen-size-screen-min-width": {
"screen-size-columns": {
"$type": "dimension",
"$value": {
"value": 600,
"unit": "px"
}
"$value": "{spacing-spacing-4}"
},
"screen-size-gutter": {
"$type": "dimension",
"$value": "{spacing-spacing-16}"
},
"screen-size-margin": {
"$type": "dimension",
"$value": "{spacing-spacing-24}"
},
"screen-size-screen-max-width": {
"$type": "dimension",
"$value": {
"value": 1365,
"unit": "px"
"unit": "px",
"value": 1365
}
},
"screen-size-screen-min-height": {
"$type": "dimension",
"$value": {
"value": 768,
"unit": "px"
"unit": "px",
"value": 768
}
},
"screen-size-columns": {
"$type": "dimension",
"$value": "{spacing-spacing-4}"
},
"screen-size-margin": {
"$type": "dimension",
"$value": "{spacing-spacing-24}"
},
"screen-size-gutter": {
"screen-size-screen-min-width": {
"$type": "dimension",
"$value": "{spacing-spacing-16}"
"$value": {
"unit": "px",
"value": 600
}
},
"typography-font-family-brand": {
"$type": "fontFamily",
Expand All @@ -40,30 +40,26 @@
"$type": "fontFamily",
"$value": "{typography-font-family-primary-web}"
},
"typography-font-size-root-font-size": {
"$type": "dimension",
"$value": "{typography-font-size-font-size-s}"
},
"typography-font-size-font-size-xs": {
"$type": "dimension",
"$value": "{typography-font-size-font-size-12}"
},
"typography-font-size-font-size-s": {
"typography-font-size-font-size-l": {
"$type": "dimension",
"$value": "{typography-font-size-font-size-16}"
"$value": "{typography-font-size-font-size-24}"
},
"typography-font-size-font-size-m": {
"$type": "dimension",
"$value": "{typography-font-size-font-size-20}"
},
"typography-font-size-font-size-l": {
"typography-font-size-font-size-s": {
"$type": "dimension",
"$value": "{typography-font-size-font-size-24}"
"$value": "{typography-font-size-font-size-16}"
},
"typography-font-size-font-size-xl": {
"$type": "dimension",
"$value": "{typography-font-size-font-size-32}"
},
"typography-font-size-font-size-xs": {
"$type": "dimension",
"$value": "{typography-font-size-font-size-12}"
},
"typography-font-size-font-size-xxl": {
"$type": "dimension",
"$value": "{typography-font-size-font-size-40}"
Expand All @@ -72,28 +68,32 @@
"$type": "dimension",
"$value": "{typography-font-size-font-size-48}"
},
"typography-line-height-line-height-xxs": {
"$type": "dimension",
"$value": "{typography-line-height-line-height-16}"
},
"typography-line-height-line-height-xs": {
"typography-font-size-root-font-size": {
"$type": "dimension",
"$value": "{typography-line-height-line-height-16}"
"$value": "{typography-font-size-font-size-s}"
},
"typography-line-height-line-height-s": {
"typography-line-height-line-height-l": {
"$type": "dimension",
"$value": "{typography-line-height-line-height-20}"
"$value": "{typography-line-height-line-height-32}"
},
"typography-line-height-line-height-m": {
"$type": "dimension",
"$value": "{typography-line-height-line-height-24}"
},
"typography-line-height-line-height-l": {
"typography-line-height-line-height-s": {
"$type": "dimension",
"$value": "{typography-line-height-line-height-32}"
"$value": "{typography-line-height-line-height-20}"
},
"typography-line-height-line-height-xl": {
"$type": "dimension",
"$value": "{typography-line-height-line-height-40}"
},
"typography-line-height-line-height-xs": {
"$type": "dimension",
"$value": "{typography-line-height-line-height-16}"
},
"typography-line-height-line-height-xxs": {
"$type": "dimension",
"$value": "{typography-line-height-line-height-16}"
}
}
}
Loading