Skip to content

Commit

Permalink
feat: update tokens with new tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
blackfalcon committed Dec 3, 2019
1 parent c9a4500 commit dbe1c51
Show file tree
Hide file tree
Showing 21 changed files with 621 additions and 183 deletions.
27 changes: 24 additions & 3 deletions src/animation.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,30 @@
{
"animation": {
"default": {
"property": {"value": "all"},
"duration": {"value": "0.3s"},
"timing": {"value": "ease-out"}
"property": {
"value": "all",
"legacy": true,
"deprecated": true,
"redirect": true,
"reference": "TBD",
"comment": "{comments.reference.comment} TBD"
},
"duration": {
"value": "0.3s",
"legacy": true,
"deprecated": true,
"redirect": true,
"reference": "TBD",
"comment": "{comments.reference.comment} TBD"
},
"timing": {
"value": "ease-out",
"legacy": true,
"deprecated": true,
"redirect": true,
"reference": "TBD",
"comment": "{comments.reference.comment} TBD"
}
}
}
}
45 changes: 40 additions & 5 deletions src/asset/font.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,47 @@
"asset": {
"font": {
"circular": {
"family-name": { "value": "AS Circular" },
"dir": { "value": "../fonts/" },
"filename": { "value": "ASCircularWeb" },
"family-name": {
"value": "AS Circular",
"legacy": true,
"deprecated": true,
"redirect": true,
"reference": "TBD",
"comment": "{comments.reference.comment} TBD"
},
"dir": {
"value": "../fonts/",
"legacy": true,
"deprecated": true,
"redirect": true,
"reference": "TBD",
"comment": "{comments.reference.comment} TBD"
},
"filename": {
"value": "ASCircularWeb",
"legacy": true,
"deprecated": true,
"redirect": true,
"reference": "TBD",
"comment": "{comments.reference.comment} TBD"
},
"weight": {
"light": { "value": "-Light"},
"book": { "value": "-Book"}
"light": {
"value": "-Light",
"legacy": true,
"deprecated": true,
"redirect": true,
"reference": "TBD",
"comment": "{comments.reference.comment} TBD"
},
"book": {
"value": "-Book",
"legacy": true,
"deprecated": true,
"redirect": true,
"reference": "TBD",
"comment": "{comments.reference.comment} TBD"
}
}
}
}
Expand Down
36 changes: 32 additions & 4 deletions src/breakpoint.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,38 @@
{
"breakpoint": {
"width": {
"narrow": {"value": "480px"},
"medium": {"value": "840px"},
"wide": {"value": "1024px"},
"max": {"value": "1440px"}
"narrow": {
"value": "480px",
"legacy": true,
"deprecated": true,
"redirect": true,
"reference": "TBD",
"comment": "{comments.reference.comment} TBD"
},
"medium": {
"value": "840px",
"legacy": true,
"deprecated": true,
"redirect": true,
"reference": "TBD",
"comment": "{comments.reference.comment} TBD"
},
"wide": {
"value": "1024px",
"legacy": true,
"deprecated": true,
"redirect": true,
"reference": "TBD",
"comment": "{comments.reference.comment} TBD"
},
"max": {
"value": "1440px",
"legacy": true,
"deprecated": true,
"redirect": true,
"reference": "TBD",
"comment": "{comments.reference.comment} TBD"
}
}
}
}
32 changes: 16 additions & 16 deletions src/color/background-button.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,67 +3,67 @@
"background": {
"defaultButton": {
"value": "{color.brand.blue.atlas.base.value}",
"comment": "{comments.color.reference.comment} UNKNOWN",
"comment": "{comments.color.reference.comment} TBD",
"deprecated": true,
"legacy": true,
"redirect": true,
"reference": "UNKNOWN"
"reference": "TBD"
},
"activeButton": {
"value": "{color.brand.blue.atlas.darken.value}",
"comment": "{comments.color.reference.comment} UNKNOWN",
"comment": "{comments.color.reference.comment} TBD",
"deprecated": true,
"legacy": true,
"redirect": true,
"reference": "UNKNOWN"
"reference": "TBD"
},
"isActiveButton": {
"value": "{color.brand.blue.atlas.base.value}",
"comment": "{comments.color.reference.comment} UNKNOWN",
"comment": "{comments.color.reference.comment} TBD",
"deprecated": true,
"legacy": true,
"redirect": true,
"reference": "UNKNOWN"
"reference": "TBD"
},
"secondaryButton": {
"value": "{color.base.white.value}",
"comment": "{comments.color.reference.comment} UNKNOWN",
"comment": "{comments.color.reference.comment} TBD",
"deprecated": true,
"legacy": true,
"redirect": true,
"reference": "UNKNOWN"
"reference": "TBD"
},
"completeButton": {
"value": "{color.brand.green.tropical.base.value}",
"comment": "{comments.color.reference.comment} UNKNOWN",
"comment": "{comments.color.reference.comment} TBD",
"deprecated": true,
"legacy": true,
"redirect": true,
"reference": "UNKNOWN"
"reference": "TBD"
},
"hoverCompleteButton": {
"value": "{color.brand.green.tropical.lighten.value}",
"comment": "{comments.color.reference.comment} UNKNOWN",
"comment": "{comments.color.reference.comment} TBD",
"deprecated": true,
"legacy": true,
"redirect": true,
"reference": "UNKNOWN"
"reference": "TBD"
},
"hoverButton": {
"value": "{color.brand.blue.atlas.lighten.value}",
"comment": "{comments.color.reference.comment} UNKNOWN",
"comment": "{comments.color.reference.comment} TBD",
"deprecated": true,
"legacy": true,
"redirect": true,
"reference": "UNKNOWN"
"reference": "TBD"
},
"disabledButton": {
"value": "{color.base.cloud.value}",
"comment": "{comments.color.reference.comment} UNKNOWN",
"comment": "{comments.color.reference.comment} TBD",
"deprecated": true,
"legacy": true,
"redirect": true,
"reference": "UNKNOWN"
"reference": "TBD"
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions src/color/border-legacy.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
},
"disabled": {
"value": "{color.base.cloud.value}",
"comment": "{comments.color.reference.comment} UNKNOWN",
"comment": "{comments.color.reference.comment} color-border-disabled-(onLight/onDark)",
"redirect": true,
"deprecated": true,
"legacy": true,
"reference": "UNKNOWN"
"reference": "color-border-disabled-(onLight/onDark)"
}
}
}
Expand Down
8 changes: 4 additions & 4 deletions src/color/brand-legacy.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@
"midnight": {
"base": {
"value": "{color.brand.midnight.300.value}",
"comment": "{comments.color.reference.comment} color.brand.midnight.300",
"comment": "{comments.color.reference.comment} color-bran-midnight-300",
"redirect": true,
"deprecated": true,
"legacy": true,
"reference": "color.brand.midnight.300"
"reference": "color-brand-midnight-300"
}
},
"atlas": {
"base": {
"value": "{color.base.ui.value}",
"comment": "{comments.color.reference.comment} color.base.ui",
"comment": "{comments.color.reference.comment} color-base-ui",
"redirect": true,
"deprecated": true,
"legacy": true,
"reference": "color.base.ui"
"reference": "color-base-ui"
},
"lighten": {
"value": "176cff",
Expand Down
56 changes: 46 additions & 10 deletions src/color/font-legacy.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,41 +9,73 @@
"redirect": true,
"deprecated": true,
"legacy": true,
"reference": "color.text.primary.onDark"
"reference": "color-text-primary-on-dark"
},
"secondary": {
"value": "{color.base.manatee.value}",
"legacy": true
"legacy": true,
"deprecated": true,
"redirect": true,
"reference": "TBD",
"comment": "{comments.reference.comment} TBD"
},
"link": {
"value": "{color.brand.blue.breeze.base.value}",
"legacy": true
"legacy": true,
"deprecated": true,
"redirect": true,
"reference": "TBD",
"comment": "{comments.reference.comment} TBD"
},
"linkHover": {
"value": "{color.brand.blue.atlas.base.value}",
"legacy": true
"legacy": true,
"deprecated": true,
"redirect": true,
"reference": "TBD",
"comment": "{comments.reference.comment} TBD"
}
},
"light": {
"primary": {
"value": "{color.base.orca.value}",
"legacy": true
"legacy": true,
"deprecated": true,
"redirect": true,
"reference": "TBD",
"comment": "{comments.reference.comment} TBD"
},
"secondary": {
"value": "{color.base.shark.value}",
"legacy": true
"legacy": true,
"deprecated": true,
"redirect": true,
"reference": "TBD",
"comment": "{comments.reference.comment} TBD"
},
"link": {
"value": "{color.brand.blue.atlas.base.value}",
"legacy": true
"legacy": true,
"deprecated": true,
"redirect": true,
"reference": "TBD",
"comment": "{comments.reference.comment} TBD"
},
"linkHover": {
"value": "{color.brand.blue.atlas.lighten.value}",
"legacy": true
"legacy": true,
"deprecated": true,
"redirect": true,
"reference": "TBD",
"comment": "{comments.reference.comment} TBD"
},
"active": {
"value": "{color.brand.blue.atlas.darken.value}",
"legacy": true
"legacy": true,
"deprecated": true,
"redirect": true,
"reference": "TBD",
"comment": "{comments.reference.comment} TBD"
}
},
"classic": {
Expand Down Expand Up @@ -81,7 +113,11 @@
},
"disabled": {
"value": "{color.base.fog.value}",
"legacy": true
"legacy": true,
"deprecated": true,
"redirect": true,
"reference": "TBD",
"comment": "{comments.reference.comment} TBD"
}
}
}
Expand Down
44 changes: 0 additions & 44 deletions src/color/font.json

This file was deleted.

Loading

0 comments on commit dbe1c51

Please sign in to comment.