From d57aa409aab45c8f27cb2375b27794e4cc051ccb Mon Sep 17 00:00:00 2001 From: Travis CI User Date: Thu, 24 Sep 2020 14:56:29 +0000 Subject: [PATCH] chore: add CDN assets for version 3.2.0 [skip ci] --- cdn/index.html | 32 ++++++++++++++++++++++++++++++++ cdn/tokens.json | 1 + cdn/versions.json | 1 + cdn/versions/3.2.0/tokens.json | 1 + 4 files changed, 35 insertions(+) create mode 100644 cdn/index.html create mode 100644 cdn/tokens.json create mode 100644 cdn/versions.json create mode 100644 cdn/versions/3.2.0/tokens.json diff --git a/cdn/index.html b/cdn/index.html new file mode 100644 index 00000000..8ae52a5e --- /dev/null +++ b/cdn/index.html @@ -0,0 +1,32 @@ + + + + + + Lyne Design Tokens CDN + + +

CDN for Lyne Design Tokens

+ +

Every release has a folder containing a file with all the design token declarations.

+ +

There is a JSON-File containing all the versions along with the corresponding urls to the tokens.json file: tokens.json

+ +

Directories

+ +

Latest Release

+

tokens.json

+ +

Versions

+ + + + + \ No newline at end of file diff --git a/cdn/tokens.json b/cdn/tokens.json new file mode 100644 index 00000000..c838c391 --- /dev/null +++ b/cdn/tokens.json @@ -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}}}}} \ No newline at end of file diff --git a/cdn/versions.json b/cdn/versions.json new file mode 100644 index 00000000..7eb743e4 --- /dev/null +++ b/cdn/versions.json @@ -0,0 +1 @@ +{"3.2.0":{"tokens":"/versions/3.2.0/tokens.json","url":"/versions/3.2.0"}} \ No newline at end of file diff --git a/cdn/versions/3.2.0/tokens.json b/cdn/versions/3.2.0/tokens.json new file mode 100644 index 00000000..c838c391 --- /dev/null +++ b/cdn/versions/3.2.0/tokens.json @@ -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}}}}} \ No newline at end of file