From 9ed7ceeb0aa606cb61244f76f2e32c1f47317a46 Mon Sep 17 00:00:00 2001 From: Micha Reiser Date: Wed, 19 Jul 2023 16:33:32 +0200 Subject: [PATCH] playground: Add left panel and use brand colors (#5838) --- playground/index.html | 1 - playground/package.json | 1 + .../public/fonts/Alliance-PlattMedium.otf | Bin 0 -> 20780 bytes .../public/fonts/Alliance-PlattMedium.woff | Bin 0 -> 11116 bytes .../public/fonts/Alliance-PlattMedium.woff2 | Bin 0 -> 8792 bytes .../public/fonts/Alliance-PlattRegular.otf | Bin 0 -> 20752 bytes .../public/fonts/Alliance-PlattRegular.woff | Bin 0 -> 11144 bytes .../public/fonts/Alliance-PlattRegular.woff2 | Bin 0 -> 8808 bytes .../public/fonts/Alliance-TextMedium.otf | Bin 0 -> 20424 bytes .../public/fonts/Alliance-TextMedium.woff | Bin 0 -> 10984 bytes .../public/fonts/Alliance-TextMedium.woff2 | Bin 0 -> 8728 bytes .../public/fonts/Alliance-TextRegular.otf | Bin 0 -> 20452 bytes .../public/fonts/Alliance-TextRegular.woff | Bin 0 -> 11020 bytes .../public/fonts/Alliance-TextRegular.woff2 | Bin 0 -> 8696 bytes playground/src/Editor/AstralButton.tsx | 35 ++++++++ playground/src/Editor/Editor.tsx | 12 +-- playground/src/Editor/Header.tsx | 79 ++++++------------ playground/src/Editor/Icons.tsx | 49 +++++++++++ playground/src/Editor/RepoButton.tsx | 23 +++-- playground/src/Editor/ShareButton.tsx | 13 +-- playground/src/Editor/SideBar.tsx | 61 ++++++++++++++ playground/src/Editor/ThemeButton.tsx | 9 +- playground/src/index.css | 45 +++++++++- playground/tailwind.config.cjs | 58 ++++++++++++- 24 files changed, 301 insertions(+), 85 deletions(-) create mode 100644 playground/public/fonts/Alliance-PlattMedium.otf create mode 100644 playground/public/fonts/Alliance-PlattMedium.woff create mode 100644 playground/public/fonts/Alliance-PlattMedium.woff2 create mode 100644 playground/public/fonts/Alliance-PlattRegular.otf create mode 100644 playground/public/fonts/Alliance-PlattRegular.woff create mode 100644 playground/public/fonts/Alliance-PlattRegular.woff2 create mode 100644 playground/public/fonts/Alliance-TextMedium.otf create mode 100644 playground/public/fonts/Alliance-TextMedium.woff create mode 100644 playground/public/fonts/Alliance-TextMedium.woff2 create mode 100644 playground/public/fonts/Alliance-TextRegular.otf create mode 100644 playground/public/fonts/Alliance-TextRegular.woff create mode 100644 playground/public/fonts/Alliance-TextRegular.woff2 create mode 100644 playground/src/Editor/AstralButton.tsx create mode 100644 playground/src/Editor/Icons.tsx create mode 100644 playground/src/Editor/SideBar.tsx diff --git a/playground/index.html b/playground/index.html index 74e7bd2076..6a61a3cc99 100644 --- a/playground/index.html +++ b/playground/index.html @@ -26,7 +26,6 @@ -