Skip to content

Commit

Permalink
chore: add CDN assets for version 3.2.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis CI User committed Sep 24, 2020
1 parent 31b286e commit d57aa40
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 0 deletions.
32 changes: 32 additions & 0 deletions cdn/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@

<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Lyne Design Tokens CDN</title>
</head>
<body>
<h1>CDN for Lyne Design Tokens</h1>

<p>Every release has a folder containing a file with all the design token declarations.</p>

<p>There is a JSON-File containing all the versions along with the corresponding urls to the tokens.json file: <a href="/tokens.json">tokens.json</a></p>

<h2>Directories</h2>

<h3>Latest Release</h3>
<p><a href="/tokens.json">tokens.json</a></p>

<h3>Versions</h3>
<ul>

<li>
<h4>Version 3.2.0</h4>
<p>Root URL: <a href="/versions/3.2.0/">/versions/3.2.0/</a></p>
<p>Tokens file: <a href="/versions/3.2.0/tokens.json">/versions/3.2.0/tokens.json</a></p>
</li>
</ul>

</body>
</html>

1 change: 1 addition & 0 deletions cdn/tokens.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"version":"3.2.0","color":{"red":{"1":{"value":"#c60018"},"2":{"value":"#a20013"},"regular":{"value":"#eb0000"}},"white":{"1":{"value":"#f6f6f6"},"2":{"value":"#e5e5e5"},"3":{"value":"#dcdcdc"},"4":{"value":"#d2d2d2"},"5":{"value":"#cdcdcd"},"6":{"value":"#bdbdbd"},"7":{"value":"#b7b7b7"},"regular":{"value":"#ffffff"}},"black":{"1":{"value":"#212121"},"2":{"value":"#444444"},"3":{"value":"#5a5a5a"},"4":{"value":"#686868"},"5":{"value":"#767676"},"6":{"value":"#8d8d8d"},"7":{"value":"#a8a8a8"},"regular":{"value":"#000000"}},"blue":{"regular":{"value":"#2d327d"}}},"size":{"font":{"regular":{"value":16},"headline":{"1":{"value":40},"2":{"value":24}}}}}
1 change: 1 addition & 0 deletions cdn/versions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"3.2.0":{"tokens":"/versions/3.2.0/tokens.json","url":"/versions/3.2.0"}}
1 change: 1 addition & 0 deletions cdn/versions/3.2.0/tokens.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"version":"3.2.0","color":{"red":{"1":{"value":"#c60018"},"2":{"value":"#a20013"},"regular":{"value":"#eb0000"}},"white":{"1":{"value":"#f6f6f6"},"2":{"value":"#e5e5e5"},"3":{"value":"#dcdcdc"},"4":{"value":"#d2d2d2"},"5":{"value":"#cdcdcd"},"6":{"value":"#bdbdbd"},"7":{"value":"#b7b7b7"},"regular":{"value":"#ffffff"}},"black":{"1":{"value":"#212121"},"2":{"value":"#444444"},"3":{"value":"#5a5a5a"},"4":{"value":"#686868"},"5":{"value":"#767676"},"6":{"value":"#8d8d8d"},"7":{"value":"#a8a8a8"},"regular":{"value":"#000000"}},"blue":{"regular":{"value":"#2d327d"}}},"size":{"font":{"regular":{"value":16},"headline":{"1":{"value":40},"2":{"value":24}}}}}

0 comments on commit d57aa40

Please sign in to comment.