From 4998650795be72e784d560e2cefe90dbdd381078 Mon Sep 17 00:00:00 2001 From: Jane Chu <7559015+janechu@users.noreply.github.com> Date: Thu, 2 May 2024 11:14:49 -0700 Subject: [PATCH] Fix docusaurus site by removing frontpage (#6945) --- sites/fast-website/.eslintrc.js | 13 - sites/fast-website/.gitignore | 1 - sites/fast-website/.npmrc | 1 - sites/fast-website/.prettierignore | 2 - sites/fast-website/CHANGELOG.json | 2575 ----------------- sites/fast-website/CHANGELOG.md | 1420 --------- sites/fast-website/package.json | 59 - sites/fast-website/rollup.config.js | 37 - .../background-design.styles.ts | 50 - .../background-design.template.ts | 10 - .../background-design/background-design.ts | 279 -- .../app/components/background-design/index.ts | 11 - .../card-section/card-section.styles.ts | 33 - .../card-section/card-section.template.ts | 6 - .../components/card-section/card-section.ts | 3 - .../src/app/components/card-section/index.ts | 14 - .../color-swatch/color-swatch.styles.ts | 157 - .../color-swatch/color-swatch.template.ts | 34 - .../components/color-swatch/color-swatch.ts | 79 - .../src/app/components/color-swatch/index.ts | 14 - .../content-placement-container.styles.ts | 199 -- .../content-placement-container.template.ts | 11 - .../content-placement-container.ts | 47 - .../content-placement-container/index.ts | 14 - .../templates/community.template.ts | 13 - .../templates/design-system.template.ts | 10 - .../templates/feature.template.ts | 12 - .../templates/framework.template.ts | 15 - .../templates/link.template.ts | 7 - .../content-placement.styles.ts | 43 - .../content-placement.template.ts | 13 - .../content-placement/content-placement.ts | 6 - .../app/components/content-placement/index.ts | 14 - .../fast-frame/fast-frame.styles.ts | 398 --- .../fast-frame/fast-frame.template.ts | 365 --- .../app/components/fast-frame/fast-frame.ts | 232 -- .../src/app/components/fast-frame/index.ts | 14 - .../feature-card/feature-card.styles.ts | 78 - .../feature-card/feature-card.template.ts | 14 - .../components/feature-card/feature-card.ts | 3 - .../src/app/components/feature-card/index.ts | 14 - .../fast-website/src/app/components/index.ts | 11 - .../app/components/navigation-item/index.ts | 14 - .../navigation-item/navigation-item.styles.ts | 29 - .../navigation-item.template.ts | 25 - .../navigation-item/navigation-item.ts | 6 - .../src/app/components/navigation/index.ts | 14 - .../navigation/navigation.styles.ts | 175 -- .../navigation/navigation.template.ts | 42 - .../app/components/navigation/navigation.ts | 83 - .../app/components/section-header/index.ts | 14 - .../section-header/section-header.styles.ts | 14 - .../section-header/section-header.template.ts | 11 - .../section-header/section-header.ts | 3 - .../app/components/side-navigation/index.ts | 14 - .../side-navigation/side-navigation.styles.ts | 56 - .../side-navigation.template.ts | 46 - .../side-navigation/side-navigation.ts | 79 - sites/fast-website/src/app/css/base.css | 34 - sites/fast-website/src/app/css/footer.css | 33 - sites/fast-website/src/app/css/header.css | 105 - sites/fast-website/src/app/css/logo.css | 19 - sites/fast-website/src/app/css/root.css | 5 - .../src/app/css/section-decoration.css | 26 - .../src/app/css/side-nav-container.css | 16 - .../fast-website/src/app/css/site-wrapper.css | 24 - sites/fast-website/src/app/css/style.css | 175 -- .../src/app/data/community.data.ts | 41 - .../src/app/data/design-system.data.ts | 33 - .../fast-website/src/app/data/feature.data.ts | 73 - .../src/app/data/framework.data.ts | 73 - sites/fast-website/src/app/data/wave.data.ts | 101 - sites/fast-website/src/app/index.ts | 12 - sites/fast-website/src/app/style/constants.ts | 8 - sites/fast-website/src/app/svg/background.svg | 1 - .../src/app/svg/icon-aspnet-temp.svg | 39 - .../src/app/svg/icon-brand-fast.svg | 3 - sites/fast-website/src/app/svg/icon-brand.svg | 7 - sites/fast-website/src/app/svg/icon-close.svg | 4 - .../fast-website/src/app/svg/icon-context.svg | 3 - .../src/app/svg/icon-contrast.svg | 3 - .../fast-website/src/app/svg/icon-discord.svg | 3 - .../src/app/svg/icon-download.svg | 3 - sites/fast-website/src/app/svg/icon-edge.svg | 12 - .../src/app/svg/icon-fluentui.svg | 3 - .../fast-website/src/app/svg/icon-furious.svg | 57 - .../fast-website/src/app/svg/icon-github.svg | 3 - .../fast-website/src/app/svg/icon-medium.svg | 3 - sites/fast-website/src/app/svg/icon-menu.svg | 5 - sites/fast-website/src/app/svg/icon-msn.svg | 50 - .../fast-website/src/app/svg/icon-palette.svg | 3 - sites/fast-website/src/app/svg/icon-play.svg | 3 - .../fast-website/src/app/svg/icon-screen.svg | 3 - sites/fast-website/src/app/svg/icon-share.svg | 3 - .../src/app/svg/icon-swatches.svg | 3 - .../fast-website/src/app/svg/icon-twitter.svg | 3 - .../fast-website/src/app/svg/icon-vscode.svg | 41 - .../src/app/svg/icon-windows11.svg | 80 - sites/fast-website/src/custom.d.ts | 9 - sites/fast-website/src/index-rollup.ts | 2 - sites/fast-website/src/public/favicon.ico | Bin 15406 -> 0 bytes sites/fast-website/src/public/footer.ejs | 27 - sites/fast-website/src/public/header.ejs | 29 - sites/fast-website/src/public/index.ejs | 214 -- sites/fast-website/tsconfig.json | 21 - sites/fast-website/webpack.common.js | 78 - sites/fast-website/webpack.dev.js | 24 - sites/fast-website/webpack.prod.js | 24 - sites/website/docusaurus.config.js | 5 - sites/website/package.json | 1 - sites/website/src/copy-static.js | 11 - sites/website/src/generate-docs.js | 36 +- sites/website/tsconfig.json | 17 - yarn.lock | 480 ++- 114 files changed, 459 insertions(+), 8591 deletions(-) delete mode 100644 sites/fast-website/.eslintrc.js delete mode 100644 sites/fast-website/.gitignore delete mode 100644 sites/fast-website/.npmrc delete mode 100644 sites/fast-website/.prettierignore delete mode 100644 sites/fast-website/CHANGELOG.json delete mode 100644 sites/fast-website/CHANGELOG.md delete mode 100644 sites/fast-website/package.json delete mode 100644 sites/fast-website/rollup.config.js delete mode 100644 sites/fast-website/src/app/components/background-design/background-design.styles.ts delete mode 100644 sites/fast-website/src/app/components/background-design/background-design.template.ts delete mode 100644 sites/fast-website/src/app/components/background-design/background-design.ts delete mode 100644 sites/fast-website/src/app/components/background-design/index.ts delete mode 100644 sites/fast-website/src/app/components/card-section/card-section.styles.ts delete mode 100644 sites/fast-website/src/app/components/card-section/card-section.template.ts delete mode 100644 sites/fast-website/src/app/components/card-section/card-section.ts delete mode 100644 sites/fast-website/src/app/components/card-section/index.ts delete mode 100644 sites/fast-website/src/app/components/color-swatch/color-swatch.styles.ts delete mode 100644 sites/fast-website/src/app/components/color-swatch/color-swatch.template.ts delete mode 100644 sites/fast-website/src/app/components/color-swatch/color-swatch.ts delete mode 100644 sites/fast-website/src/app/components/color-swatch/index.ts delete mode 100644 sites/fast-website/src/app/components/content-placement-container/content-placement-container.styles.ts delete mode 100644 sites/fast-website/src/app/components/content-placement-container/content-placement-container.template.ts delete mode 100644 sites/fast-website/src/app/components/content-placement-container/content-placement-container.ts delete mode 100644 sites/fast-website/src/app/components/content-placement-container/index.ts delete mode 100644 sites/fast-website/src/app/components/content-placement-container/templates/community.template.ts delete mode 100644 sites/fast-website/src/app/components/content-placement-container/templates/design-system.template.ts delete mode 100644 sites/fast-website/src/app/components/content-placement-container/templates/feature.template.ts delete mode 100644 sites/fast-website/src/app/components/content-placement-container/templates/framework.template.ts delete mode 100644 sites/fast-website/src/app/components/content-placement-container/templates/link.template.ts delete mode 100644 sites/fast-website/src/app/components/content-placement/content-placement.styles.ts delete mode 100644 sites/fast-website/src/app/components/content-placement/content-placement.template.ts delete mode 100644 sites/fast-website/src/app/components/content-placement/content-placement.ts delete mode 100644 sites/fast-website/src/app/components/content-placement/index.ts delete mode 100644 sites/fast-website/src/app/components/fast-frame/fast-frame.styles.ts delete mode 100644 sites/fast-website/src/app/components/fast-frame/fast-frame.template.ts delete mode 100644 sites/fast-website/src/app/components/fast-frame/fast-frame.ts delete mode 100644 sites/fast-website/src/app/components/fast-frame/index.ts delete mode 100644 sites/fast-website/src/app/components/feature-card/feature-card.styles.ts delete mode 100644 sites/fast-website/src/app/components/feature-card/feature-card.template.ts delete mode 100644 sites/fast-website/src/app/components/feature-card/feature-card.ts delete mode 100644 sites/fast-website/src/app/components/feature-card/index.ts delete mode 100644 sites/fast-website/src/app/components/index.ts delete mode 100644 sites/fast-website/src/app/components/navigation-item/index.ts delete mode 100644 sites/fast-website/src/app/components/navigation-item/navigation-item.styles.ts delete mode 100644 sites/fast-website/src/app/components/navigation-item/navigation-item.template.ts delete mode 100644 sites/fast-website/src/app/components/navigation-item/navigation-item.ts delete mode 100644 sites/fast-website/src/app/components/navigation/index.ts delete mode 100644 sites/fast-website/src/app/components/navigation/navigation.styles.ts delete mode 100644 sites/fast-website/src/app/components/navigation/navigation.template.ts delete mode 100644 sites/fast-website/src/app/components/navigation/navigation.ts delete mode 100755 sites/fast-website/src/app/components/section-header/index.ts delete mode 100755 sites/fast-website/src/app/components/section-header/section-header.styles.ts delete mode 100755 sites/fast-website/src/app/components/section-header/section-header.template.ts delete mode 100755 sites/fast-website/src/app/components/section-header/section-header.ts delete mode 100644 sites/fast-website/src/app/components/side-navigation/index.ts delete mode 100644 sites/fast-website/src/app/components/side-navigation/side-navigation.styles.ts delete mode 100644 sites/fast-website/src/app/components/side-navigation/side-navigation.template.ts delete mode 100644 sites/fast-website/src/app/components/side-navigation/side-navigation.ts delete mode 100644 sites/fast-website/src/app/css/base.css delete mode 100644 sites/fast-website/src/app/css/footer.css delete mode 100644 sites/fast-website/src/app/css/header.css delete mode 100644 sites/fast-website/src/app/css/logo.css delete mode 100644 sites/fast-website/src/app/css/root.css delete mode 100644 sites/fast-website/src/app/css/section-decoration.css delete mode 100644 sites/fast-website/src/app/css/side-nav-container.css delete mode 100644 sites/fast-website/src/app/css/site-wrapper.css delete mode 100644 sites/fast-website/src/app/css/style.css delete mode 100644 sites/fast-website/src/app/data/community.data.ts delete mode 100644 sites/fast-website/src/app/data/design-system.data.ts delete mode 100644 sites/fast-website/src/app/data/feature.data.ts delete mode 100644 sites/fast-website/src/app/data/framework.data.ts delete mode 100644 sites/fast-website/src/app/data/wave.data.ts delete mode 100644 sites/fast-website/src/app/index.ts delete mode 100644 sites/fast-website/src/app/style/constants.ts delete mode 100644 sites/fast-website/src/app/svg/background.svg delete mode 100644 sites/fast-website/src/app/svg/icon-aspnet-temp.svg delete mode 100644 sites/fast-website/src/app/svg/icon-brand-fast.svg delete mode 100644 sites/fast-website/src/app/svg/icon-brand.svg delete mode 100644 sites/fast-website/src/app/svg/icon-close.svg delete mode 100644 sites/fast-website/src/app/svg/icon-context.svg delete mode 100644 sites/fast-website/src/app/svg/icon-contrast.svg delete mode 100644 sites/fast-website/src/app/svg/icon-discord.svg delete mode 100644 sites/fast-website/src/app/svg/icon-download.svg delete mode 100644 sites/fast-website/src/app/svg/icon-edge.svg delete mode 100644 sites/fast-website/src/app/svg/icon-fluentui.svg delete mode 100644 sites/fast-website/src/app/svg/icon-furious.svg delete mode 100644 sites/fast-website/src/app/svg/icon-github.svg delete mode 100644 sites/fast-website/src/app/svg/icon-medium.svg delete mode 100644 sites/fast-website/src/app/svg/icon-menu.svg delete mode 100644 sites/fast-website/src/app/svg/icon-msn.svg delete mode 100644 sites/fast-website/src/app/svg/icon-palette.svg delete mode 100644 sites/fast-website/src/app/svg/icon-play.svg delete mode 100644 sites/fast-website/src/app/svg/icon-screen.svg delete mode 100644 sites/fast-website/src/app/svg/icon-share.svg delete mode 100644 sites/fast-website/src/app/svg/icon-swatches.svg delete mode 100644 sites/fast-website/src/app/svg/icon-twitter.svg delete mode 100644 sites/fast-website/src/app/svg/icon-vscode.svg delete mode 100644 sites/fast-website/src/app/svg/icon-windows11.svg delete mode 100644 sites/fast-website/src/custom.d.ts delete mode 100644 sites/fast-website/src/index-rollup.ts delete mode 100644 sites/fast-website/src/public/favicon.ico delete mode 100644 sites/fast-website/src/public/footer.ejs delete mode 100644 sites/fast-website/src/public/header.ejs delete mode 100644 sites/fast-website/src/public/index.ejs delete mode 100644 sites/fast-website/tsconfig.json delete mode 100644 sites/fast-website/webpack.common.js delete mode 100644 sites/fast-website/webpack.dev.js delete mode 100644 sites/fast-website/webpack.prod.js delete mode 100644 sites/website/tsconfig.json diff --git a/sites/fast-website/.eslintrc.js b/sites/fast-website/.eslintrc.js deleted file mode 100644 index 72416c5031..0000000000 --- a/sites/fast-website/.eslintrc.js +++ /dev/null @@ -1,13 +0,0 @@ -module.exports = { - extends: ["@microsoft/eslint-config-fast-dna", "prettier"], - rules: { - "@typescript-eslint/no-unused-vars": "off", - "@typescript-eslint/no-non-null-assertion": "off", - "@typescript-eslint/typedef": [ - "error", - { - arrowParameter: "false", - }, - ], - }, -}; diff --git a/sites/fast-website/.gitignore b/sites/fast-website/.gitignore deleted file mode 100644 index 9c595a6fb7..0000000000 --- a/sites/fast-website/.gitignore +++ /dev/null @@ -1 +0,0 @@ -temp diff --git a/sites/fast-website/.npmrc b/sites/fast-website/.npmrc deleted file mode 100644 index 43c97e719a..0000000000 --- a/sites/fast-website/.npmrc +++ /dev/null @@ -1 +0,0 @@ -package-lock=false diff --git a/sites/fast-website/.prettierignore b/sites/fast-website/.prettierignore deleted file mode 100644 index 6b38d0ab66..0000000000 --- a/sites/fast-website/.prettierignore +++ /dev/null @@ -1,2 +0,0 @@ -dist/* -temp/* diff --git a/sites/fast-website/CHANGELOG.json b/sites/fast-website/CHANGELOG.json deleted file mode 100644 index d7d3f439f2..0000000000 --- a/sites/fast-website/CHANGELOG.json +++ /dev/null @@ -1,2575 +0,0 @@ -{ - "name": "@microsoft/fast-website", - "entries": [ - { - "date": "Wed, 01 Jun 2022 17:53:14 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "none": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "roeisenb@microsoft.com", - "commit": "4699e77715068f8610aae908ede6356a249574b6", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Sun, 29 May 2022 07:08:52 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "none": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "steph@huynhicode.dev", - "commit": "283b4838d46ed83c70ff4ad91f7f72a4936d59bf", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Thu, 26 May 2022 07:11:44 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "burtonsmith@microsoft.com", - "commit": "cbee01dd556ff6f32e1d35aef07eaad41e4eb44e", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Wed, 25 May 2022 07:09:21 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "chhol@microsoft.com", - "commit": "352e888d8e30f4c1174264d15139f2cffc06c81a", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Tue, 24 May 2022 07:10:02 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "roeisenb@microsoft.com", - "commit": "476be7672653b2e63b9ab771949718aa8f43df0d", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Sun, 22 May 2022 07:09:02 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "none": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "burtonsmith@microsoft.com", - "commit": "3e3309619b1292242881016ba46a4ef720a41f80", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Thu, 19 May 2022 07:09:40 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "20542556+mollykreis@users.noreply.github.com", - "commit": "c429fa743a3f03fc4e90b31ae112c7a53d8426fe", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Sun, 15 May 2022 07:08:25 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "none": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "16669785+awentzel@users.noreply.github.com", - "commit": "529b74d8b42e66266769c5d58f3a24fc93c3d3ba", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Tue, 10 May 2022 07:11:04 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "scomea@microsoft.com", - "commit": "4a3175e8585af03e97b388849f697f8ee5dbe424", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Sun, 08 May 2022 07:08:18 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "none": [ - { - "comment": "Bump @microsoft/fast-element to v1.10.1", - "author": "chhol@microsoft.com", - "commit": "890ff058b8771c84a9e669b4e9202c43f4d3e7fc", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Fri, 06 May 2022 20:58:02 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "none": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "47367562+bheston@users.noreply.github.com", - "commit": "3e8294d6a5c8ca34fbf0a10c06504a66e3f2309d", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Thu, 05 May 2022 07:11:41 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "abris96@gmail.com", - "commit": "10169e77fc1ee328c0e94e082e120e8d1c4171b5", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Wed, 04 May 2022 07:14:00 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "none": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "chhol@microsoft.com", - "commit": "d39284193f6d476b5b40b0fad75d3dbd836d55da", - "package": "@microsoft/fast-website" - } - ], - "patch": [ - { - "comment": "Bump @microsoft/fast-web-utilities to v5.4.1", - "author": "chhol@microsoft.com", - "commit": "d39284193f6d476b5b40b0fad75d3dbd836d55da", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Tue, 03 May 2022 07:15:44 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "44823142+williamw2@users.noreply.github.com", - "commit": "2341496a6fafe3051dc50333c21ca652026f725b", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Sun, 01 May 2022 07:12:05 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "chhol@microsoft.com", - "commit": "46f935158aca1a4b28c0d9b4e74c083b31a40fdb", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Thu, 28 Apr 2022 07:12:47 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "john.kreitlow@microsoft.com", - "commit": "26474a333da31741df31e5acd86139ba0e9244ad", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Wed, 27 Apr 2022 07:21:09 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "chhol@microsoft.com", - "commit": "35bdab45550b5d8b8762041110eccb06de78add5", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Sun, 24 Apr 2022 07:13:26 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "none": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "16669785+awentzel@users.noreply.github.com", - "commit": "ed08697132b639f3104562b16a0dcf5c5653a878", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Thu, 21 Apr 2022 07:13:54 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "47367562+bheston@users.noreply.github.com", - "commit": "20836e97d291137c5600fb4ee6d643c2b55b11ee", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Wed, 20 Apr 2022 07:13:17 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "none": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "stephanosp@microsoft.com", - "commit": "e3076337cbc2d260a497116061ee3bba3866a97d", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Sun, 17 Apr 2022 07:11:18 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "none": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "chhol@microsoft.com", - "commit": "79fe8b9bb4fe572d191fb07e4a73811f54d35d47", - "package": "@microsoft/fast-website" - } - ], - "patch": [ - { - "comment": "Bump @microsoft/fast-web-utilities to v5.3.0", - "author": "74849806+wannieman98@users.noreply.github.com", - "commit": "14bc5d5f2ae608328eb16ad7e619bab00415f60a", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Thu, 14 Apr 2022 07:12:36 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "john.kreitlow@microsoft.com", - "commit": "adc9a35efa8045a2b7d4a7b7fc71a386d511cbab", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Wed, 13 Apr 2022 07:09:53 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "none": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "john.kreitlow@microsoft.com", - "commit": "5a248860b2e31795da486887c437ef6092a2f29c", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Tue, 12 Apr 2022 07:13:35 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "none": [ - { - "comment": "Bump @microsoft/fast-components to v2.27.1", - "author": "yinon@hotmail.com", - "commit": "3e4d72447520f40d234b1df2cc70446dcef8bb47", - "package": "@microsoft/fast-website" - }, - { - "comment": "Bump @microsoft/fast-element to v1.9.0", - "author": "yinon@hotmail.com", - "commit": "3e4d72447520f40d234b1df2cc70446dcef8bb47", - "package": "@microsoft/fast-website" - }, - { - "comment": "Bump @microsoft/fast-foundation to v2.41.1", - "author": "yinon@hotmail.com", - "commit": "3e4d72447520f40d234b1df2cc70446dcef8bb47", - "package": "@microsoft/fast-website" - } - ], - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "yinon@hotmail.com", - "commit": "3e4d72447520f40d234b1df2cc70446dcef8bb47", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Sun, 10 Apr 2022 07:11:09 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "nicholasrice@users.noreply.github.com", - "commit": "ce036beba8bad7ae1875f0d7f3bbb7c304757b9c", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Thu, 07 Apr 2022 07:12:06 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "scomea@microsoft.com", - "commit": "c9bd1b900afa95b47e0f79a6409f256dd2827fdb", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Wed, 06 Apr 2022 07:12:42 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "nicholasrice@users.noreply.github.com", - "commit": "ead7f7340654236f2503359e2fc6f0b41639b507", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Sun, 03 Apr 2022 07:12:01 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "nicholasrice@users.noreply.github.com", - "commit": "f6107c448ab6446667f4d9e86d9f9c11fff075aa", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Thu, 31 Mar 2022 07:13:31 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "chhol@microsoft.com", - "commit": "3739c60925bc91dada3aaa71a72af5392c731fc1", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Sun, 27 Mar 2022 07:11:50 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "44823142+williamw2@users.noreply.github.com", - "commit": "8c41d877143f04377fc599b533317c4d950ebb0b", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Thu, 24 Mar 2022 07:12:08 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "20542556+mollykreis@users.noreply.github.com", - "commit": "03a237b0007f6e446242043ae17b142e5cbb5359", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Sun, 20 Mar 2022 07:15:44 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "26874831+atmgrifter00@users.noreply.github.com", - "commit": "1898cd9a73f2cf9496a2a78d18e13bd87aa012df", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Thu, 17 Mar 2022 07:11:51 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "fcollonval@gmail.com", - "commit": "7927947eacacda558b37df0158988adbaabeb49f", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Wed, 16 Mar 2022 07:12:41 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "scomea@microsoft.com", - "commit": "09b97ab3e9d7c1d71a048667d0aa0368569ab64a", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Tue, 15 Mar 2022 07:12:38 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "scomea@microsoft.com", - "commit": "b996b057e3adbd8642ca07fc1dc6245aea2d3e50", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Fri, 11 Mar 2022 23:46:34 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "jes@microsoft.com", - "commit": "9b838f36e388958f927c1f6d80d6fa736186897c", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Wed, 09 Mar 2022 07:12:32 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "20542556+mollykreis@users.noreply.github.com", - "commit": "b4549c8a383d6ac43d2967491e5596bbffb87d80", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Tue, 08 Mar 2022 07:12:45 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "srdsecond@gmail.com", - "commit": "bb9c277af2b51fa445e75282c7432346c081f674", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Sun, 06 Mar 2022 07:13:48 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "sethdonohue@Admins-MBP.guest.corp.microsoft.com", - "commit": "bdeeb23bbaa56433d650660387e852c5eef87fee", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Thu, 03 Mar 2022 07:12:03 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "none": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "email not defined", - "commit": "26ce299730c2a97d931a4a87fc64ef6f92b5580c", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Wed, 02 Mar 2022 07:12:58 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "scomea@microsoft.com", - "commit": "3c557446160ecdc358b46fd35d72d53555f02fe5", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Fri, 25 Feb 2022 17:09:32 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "roeisenb@microsoft.com", - "commit": "76a9c866277cd13a92a9ca6b3518eae2fb625d79", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Thu, 24 Feb 2022 22:21:55 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "roeisenb@microsoft.com", - "commit": "9dfb9bb20afa48320eef2c6157e26ec2b10cfd3e", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Sun, 20 Feb 2022 07:16:20 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "scomea@microsoft.com", - "commit": "6cadbdf6f4001a087dddba6c863604055a1da4d2", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Tue, 15 Feb 2022 07:11:28 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "mathieu.lavoie@shopify.com", - "commit": "bbf4e532cf9263727ef1bd8afbc30d79d1104c03", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Sun, 13 Feb 2022 07:13:39 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "mathieulavoie94@gmail.com", - "commit": "d2185e297f3786787e548b7137953f27045ae96f", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Thu, 10 Feb 2022 07:12:01 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "mathieu.lavoie@shopify.com", - "commit": "14025d5e6fbcc838a2b3f3a113a6aafddf29cb44", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Wed, 09 Feb 2022 07:14:00 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "47367562+bheston@users.noreply.github.com", - "commit": "be9de4b5ceb5df6938a107d277cfbf61e8d7eae1", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Tue, 08 Feb 2022 07:14:26 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "fcollonval@gmail.com", - "commit": "ec5ceaefe295bf410b7e3db34867ac600f4a0d0e", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Sun, 06 Feb 2022 07:15:20 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "john.kreitlow@microsoft.com", - "commit": "45116d16f62f2087e3daf1ed0d5c25f8e5ce1ad3", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Wed, 02 Feb 2022 07:13:39 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "robarb@microsoft.com", - "commit": "72efc898ed23b08c9e7668844bc3a97f81b2bde9", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Sun, 30 Jan 2022 07:12:35 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "mathieulavoie94@gmail.com", - "commit": "690b6218efc355985e3d97283ad043e7d085ef3c", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Wed, 26 Jan 2022 07:11:18 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "47367562+bheston@users.noreply.github.com", - "commit": "168cef10b357273849e440d35f21a3c090702add", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Tue, 25 Jan 2022 07:11:53 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "john.kreitlow@microsoft.com", - "commit": "97f653f8ee62c74d47df9b60024ff8eef05c79d1", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Sun, 23 Jan 2022 07:13:56 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "jes@microsoft.com", - "commit": "9f8e045d9fa4b8cc35b9c1d8ebe72cb7da0fd4ff", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Thu, 20 Jan 2022 07:12:04 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "john.kreitlow@microsoft.com", - "commit": "89cb932580c74aa070e05a9cc04a3fbe1495c1f3", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Sun, 16 Jan 2022 07:11:36 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "5454342+brianehenry@users.noreply.github.com", - "commit": "53475edb39a2f87f603858718fb2abd8095ab5f9", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Wed, 12 Jan 2022 07:11:42 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "none": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "steph@huynhicode.dev", - "commit": "962ca2a330f8c277ac489613f0ff55cac08896e8", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Tue, 11 Jan 2022 07:09:27 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "none": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "john.kreitlow@microsoft.com", - "commit": "af847f2749ff605cced426e55a1580ea85c89cb0", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Sun, 09 Jan 2022 07:11:51 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "john.kreitlow@microsoft.com", - "commit": "256fe07122c2838e6bf0edd639a539b9ceeaa1bf", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Thu, 06 Jan 2022 07:11:52 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "scomea@microsoft.com", - "commit": "a4c2a7e9a3f94c7079b56ae324223e10457c042e", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Sun, 19 Dec 2021 07:12:39 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "none": [ - { - "comment": "Bump @microsoft/fast-components to v2.16.9", - "author": "anthonystewart@google.com", - "commit": "e11044f4aa3552398d5d1a0eeee82b1596a83486", - "package": "@microsoft/fast-website" - }, - { - "comment": "Bump @microsoft/fast-element to v1.6.2", - "author": "steph@huynhicode.dev", - "commit": "5056e83234e1c758375fa4882943d104fb476ca2", - "package": "@microsoft/fast-website" - }, - { - "comment": "Bump @microsoft/fast-foundation to v2.27.3", - "author": "anthonystewart@google.com", - "commit": "e11044f4aa3552398d5d1a0eeee82b1596a83486", - "package": "@microsoft/fast-website" - } - ], - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "anthonystewart@google.com", - "commit": "e11044f4aa3552398d5d1a0eeee82b1596a83486", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Wed, 15 Dec 2021 07:14:44 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "john.kreitlow@microsoft.com", - "commit": "2c538ea8bcf3fd63d07521d9c8a9b889653cd889", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Tue, 14 Dec 2021 07:12:12 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "none": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "roeisenb@microsoft.com", - "commit": "babdb99e832319eaee76465765f9e6b72911d473", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Sun, 12 Dec 2021 07:12:52 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "email not defined", - "commit": "66dca809bacc382b5d355ef6d49e975ce3e5b3b6", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Wed, 08 Dec 2021 07:10:04 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "none": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "john.kreitlow@microsoft.com", - "commit": "0e6099e2d9a571c72371fdc12fd0a769f4ebdf2b", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Thu, 02 Dec 2021 07:11:13 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "none": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "roeisenb@microsoft.com", - "commit": "2ec536794820959f771ebbfe25efd5a4489e7a76", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Tue, 30 Nov 2021 07:13:40 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "jes@microsoft.com", - "commit": "17d3b0af07625b075721a440e932442c45a10044", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Tue, 23 Nov 2021 07:12:23 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "john.kreitlow@microsoft.com", - "commit": "caa956557ea1d8b7722665d228898df629d46cc2", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Sun, 21 Nov 2021 07:10:36 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "jes@microsoft.com", - "commit": "15b8789f5aff1852bfcd037cf5661c13ee8affea", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Sun, 14 Nov 2021 07:11:13 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "robarb@microsoft.com", - "commit": "ec0a853a7d1a6f20443cfa332f9f9fbe5d723cc3", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Thu, 11 Nov 2021 07:15:33 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "nicholasrice@users.noreply.github.com", - "commit": "116f30b236deffd48ede5488d167934cf848c492", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Wed, 10 Nov 2021 07:12:54 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "robarb@microsoft.com", - "commit": "14151d5ffa234babf237c5ea32282c5514e94b96", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Tue, 09 Nov 2021 07:14:09 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "jes@microsoft.com", - "commit": "1a510ffa425375688d06fd7d696666745d1b367e", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Sun, 07 Nov 2021 07:12:36 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "mathieu.lavoie@shopify.com", - "commit": "e4ddc05446b3c5b93da010b06826eaa2368f7fce", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Thu, 04 Nov 2021 07:11:59 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "jes@microsoft.com", - "commit": "58db7046b41b9318e02a8c49a70392c7504c8c28", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Wed, 03 Nov 2021 07:12:39 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "scomea@microsoft.com", - "commit": "449315688a794e702936ba73ce5d2b23aa660720", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Sun, 31 Oct 2021 07:17:45 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "chhol@microsoft.com", - "commit": "a150068ee196e73fe7a4f7b538a38752e0e506ba", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Thu, 28 Oct 2021 07:15:32 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "nicholasrice@users.noreply.github.com", - "commit": "124f3283c8c3b317c42519576cba054821891ab5", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Wed, 27 Oct 2021 07:11:58 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "none": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "chhol@microsoft.com", - "commit": "b3943f922f1b6b78695b63ab957c45cc67a3173c", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Fri, 22 Oct 2021 17:40:52 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "robarb@microsoft.com", - "commit": "c1d594dc1ac40f6d2ae3710bc269843c4a4f179f", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Thu, 21 Oct 2021 07:11:42 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "scomea@microsoft.com", - "commit": "87f26acd2aedde19c15a434932ec5de23f5bc021", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Wed, 20 Oct 2021 07:13:46 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "scomea@microsoft.com", - "commit": "a495df7f2f95ccbd2c6b98c66465d3646ab4d015", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Fri, 15 Oct 2021 23:24:14 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "nicholasrice@users.noreply.github.com", - "commit": "5cc73663ee585062b130da6d57400fa15bcd3707", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Wed, 13 Oct 2021 22:45:16 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "robarb@microsoft.com", - "commit": "44576902475e935878357bd6b116c224e4cf6342", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Wed, 13 Oct 2021 01:53:37 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "none": [ - { - "comment": "Bump @microsoft/fast-components to v2.12.0", - "author": "scomea@microsoft.com", - "commit": "8f9b5ab92aec9f6f3214976e0284554158be6a70", - "package": "@microsoft/fast-website" - }, - { - "comment": "Bump @microsoft/fast-element to v1.6.0", - "author": "skawian@gmail.com", - "commit": "1dd6243d7564f00d8af77d1335ab96b0e8153c2e", - "package": "@microsoft/fast-website" - }, - { - "comment": "Bump @microsoft/fast-foundation to v2.19.0", - "author": "scomea@microsoft.com", - "commit": "8f9b5ab92aec9f6f3214976e0284554158be6a70", - "package": "@microsoft/fast-website" - } - ], - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "scomea@microsoft.com", - "commit": "8f9b5ab92aec9f6f3214976e0284554158be6a70", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Tue, 12 Oct 2021 07:15:14 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "roeisenb@microsoft.com", - "commit": "f9eeb257368aee0535ccfd4efd5a1dc25ab1a2fe", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Sun, 10 Oct 2021 07:12:26 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "john.kreitlow@microsoft.com", - "commit": "d3a5955c4feba0b355189a4b28dbe8befcfb89df", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Fri, 08 Oct 2021 19:53:11 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "scomea@microsoft.com", - "commit": "2bf9005b895abe0828a4ebbc943ed0511c176d6f", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Wed, 06 Oct 2021 07:11:47 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "scomea@microsoft.com", - "commit": "0d509e1bbd4f7e55b167986ea95497ef64bfd7ef", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Tue, 05 Oct 2021 00:45:07 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "robarb@microsoft.com", - "commit": "5f6c838b1511ebf26a34b3c4d26f82467de8a603", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Sun, 03 Oct 2021 07:12:33 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "none": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "meyunus@microsoft.com", - "commit": "83d2ace2b485b730cf8ea11512d5782cab381a1b", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Thu, 30 Sep 2021 07:13:45 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "robarb@microsoft.com", - "commit": "5646a82ad9cec5899f708b31cf8e41f513918920", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Wed, 29 Sep 2021 07:13:40 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "chhol@microsoft.com", - "commit": "f027c065e7db66dceb53a762e40813587f166616", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Tue, 28 Sep 2021 07:10:49 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "marjon@microsoft.com", - "commit": "2d07b6ab5a9500ced93e0c1d06eea4bcad430088", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Mon, 27 Sep 2021 07:12:15 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "jes@microsoft.com", - "commit": "c5d56bf3bfed31b3233d4f0fa0c03afcd31985a2", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Thu, 23 Sep 2021 07:14:34 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "robarb@microsoft.com", - "commit": "02fa810f84c4b905789734102033f18e6573f301", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Wed, 22 Sep 2021 17:37:48 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "roeisenb@microsoft.com", - "commit": "eef127dc29dbfa5686b2c99999474ee5532a8466", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Wed, 22 Sep 2021 07:13:13 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "scomea@microsoft.com", - "commit": "4ce34962fe29fc1d2157bd487ef66fabf77baed8", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Sun, 19 Sep 2021 07:17:17 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "scomea@microsoft.com", - "commit": "395775ca58b6529861aae2e2ab1a628e2d8db081", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Thu, 16 Sep 2021 07:17:00 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "none": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "nicholasrice@users.noreply.github.com", - "commit": "b3c9009433cb1f940503797ed4727b4a04f0ee77", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Wed, 15 Sep 2021 19:49:35 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "john.kreitlow@microsoft.com", - "commit": "89bf213b9e3693548b52f52d36cc0d36d208d4e6", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Wed, 15 Sep 2021 07:18:53 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "v-dlesac@microsoft.com", - "commit": "645b96448f115e5571f73e4d4a0357d150a23d49", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Tue, 14 Sep 2021 07:16:47 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "jumarroq@microsoft.com", - "commit": "8094ba315ab24b4dca9b2aea1f5ef0ba5afb7725", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Sun, 12 Sep 2021 07:17:43 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "john.kreitlow@microsoft.com", - "commit": "54a90cb9b3b9b99bacc355bd99386fe4fa09b9d7", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Thu, 09 Sep 2021 07:21:36 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "chhol@microsoft.com", - "commit": "3ad50c8eec98b3156a4559586ca76e4abebefad8", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Wed, 08 Sep 2021 07:16:17 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "roeisenb@microsoft.com", - "commit": "bdd28c8861b3523a9984ca8feda2af9019861a8a", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Thu, 02 Sep 2021 17:17:56 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "roeisenb@microsoft.com", - "commit": "fe1db8607dce8c80fa83ad01ee2c8dbc9e845c98", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Thu, 02 Sep 2021 07:15:21 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "47367562+bheston@users.noreply.github.com", - "commit": "f34fa1b1bdbb0cf4c371b556c2486bd160646c53", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Wed, 01 Sep 2021 07:18:34 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "scomea@microsoft.com", - "commit": "397d02d7bfc9b61bfafb44d4ccdf8db49fd25453", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Mon, 30 Aug 2021 22:30:39 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "nicholasrice@users.noreply.github.com", - "commit": "c4fe4d0706dae02bc2d4c8ea37dafe6c79c03075", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Fri, 27 Aug 2021 14:14:26 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "nicholasrice@users.noreply.github.com", - "commit": "e498f1e35232169d2bf80e366350d0cde812d76d", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Thu, 26 Aug 2021 07:17:43 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "47367562+bheston@users.noreply.github.com", - "commit": "db90173c4f85ff65bc77af53b827c85c1f9e3fcf", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Wed, 25 Aug 2021 07:17:07 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "john.kreitlow@microsoft.com", - "commit": "bc9f51cb9357da7ccb34a3251b316c21dcc17b09", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Mon, 23 Aug 2021 07:14:54 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "ben@platform5.ch", - "commit": "c819b1959c9e941a68fe7ebd75ce94c4ce59d83b", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Sun, 22 Aug 2021 07:17:14 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "44823142+williamw2@users.noreply.github.com", - "commit": "4c0bdb6211e503843d4ade19208e897f8750a95d", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Thu, 19 Aug 2021 07:15:21 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "sethdonohue@Admins-MBP.guest.corp.microsoft.com", - "commit": "4a4e2c16987aa015c3f90adbe400f09a0d4c2563", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Wed, 18 Aug 2021 07:16:21 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "7559015+janechu@users.noreply.github.com", - "commit": "79f62ae08fd5db598272ca907ba03c4afa81a49f", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Tue, 17 Aug 2021 07:14:05 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "44823142+williamw2@users.noreply.github.com", - "commit": "9bb3f1855d79777c96d69f156878a8873924f02b", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Sun, 15 Aug 2021 07:17:25 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "nicholasrice@users.noreply.github.com", - "commit": "820962bf53e3ddcc62b22e011878bb8ff728e223", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Thu, 12 Aug 2021 07:16:50 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "7559015+janechu@users.noreply.github.com", - "commit": "1fc192e494b311562df5150234e4085dd315753c", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Wed, 11 Aug 2021 07:14:31 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "44823142+williamw2@users.noreply.github.com", - "commit": "becce2a15d62eea79ad07a2336c44a603e49e99d", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Tue, 10 Aug 2021 07:16:01 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "none": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "bashmish@gmail.com", - "commit": "45634989043c4c9bffd9a10c9f0723eb399c25e6", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Sun, 08 Aug 2021 07:18:56 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "john.kreitlow@microsoft.com", - "commit": "a399c21d2af55d8a173c5bb8dec28bd1b7ee1b93", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Thu, 05 Aug 2021 07:17:32 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "khamu@microsoft.com", - "commit": "627d25135c31330fb7d8e2b9c1abf01a79143f58", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Wed, 04 Aug 2021 07:15:14 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "chhol@microsoft.com", - "commit": "98c45b1c087853529e157384fe514f6c79422189", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Tue, 03 Aug 2021 07:17:33 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "none": [ - { - "comment": "Bump @microsoft/fast-components to v2.5.4", - "author": "mathieu.lavoie@logmein.com", - "commit": "65e86a86cbf2b584f7a76081a9bef5a76e78b6f3", - "package": "@microsoft/fast-website" - }, - { - "comment": "Bump @microsoft/fast-element to v1.4.1", - "author": "mathieu.lavoie@logmein.com", - "commit": "65e86a86cbf2b584f7a76081a9bef5a76e78b6f3", - "package": "@microsoft/fast-website" - }, - { - "comment": "Bump @microsoft/fast-foundation to v2.6.2", - "author": "mathieu.lavoie@logmein.com", - "commit": "65e86a86cbf2b584f7a76081a9bef5a76e78b6f3", - "package": "@microsoft/fast-website" - } - ], - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "mathieu.lavoie@logmein.com", - "commit": "65e86a86cbf2b584f7a76081a9bef5a76e78b6f3", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Sun, 01 Aug 2021 07:17:15 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "none": [ - { - "comment": "Bump @microsoft/fast-components to v2.5.3", - "author": "roeisenb@microsoft.com", - "commit": "46bb752c86f1112f4cc92f8b0c155addf05225e0", - "package": "@microsoft/fast-website" - }, - { - "comment": "Bump @microsoft/fast-foundation to v2.6.2", - "author": "roeisenb@microsoft.com", - "commit": "46bb752c86f1112f4cc92f8b0c155addf05225e0", - "package": "@microsoft/fast-website" - } - ], - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "7559015+janechu@users.noreply.github.com", - "commit": "6a68c798486f13d0ca9fa2588739f0d6c4089f1a", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Thu, 29 Jul 2021 07:18:18 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "47367562+bheston@users.noreply.github.com", - "commit": "45a348674554ac26d0153b1d850523d82fb89762", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Wed, 28 Jul 2021 07:17:22 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "nicholasrice@users.noreply.github.com", - "commit": "e92c9e5197e54fc5c6ec6daaf36c09d9190c7ef2", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Sun, 25 Jul 2021 07:17:41 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "scomea@microsoft.com", - "commit": "9f6e61d3b45af6da0430677f9d437ff7ba0cdae9", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Thu, 22 Jul 2021 07:19:53 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "chhol@microsoft.com", - "commit": "f184db3753b62b900e734f929c48703e2540815f", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Wed, 21 Jul 2021 07:14:48 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "roeisenb@microsoft.com", - "commit": "b3359293e9b5763cd9eb9f26906ae475b22ce978", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Sun, 18 Jul 2021 07:16:22 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "ben@platform5.ch", - "commit": "442a9ef1012dba49179fad629e4ba8aab312d8a7", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Thu, 15 Jul 2021 01:41:48 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "chhol@microsoft.com", - "commit": "35773aadf50b51e3d64dd8969398d2c473d437ed", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Wed, 14 Jul 2021 07:15:36 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "44823142+williamw2@users.noreply.github.com", - "commit": "7f99c89ec67ef8d73de887e2ca5817a6e5ca561f", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Tue, 13 Jul 2021 07:14:52 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "ben@platform5.ch", - "commit": "76cb8ab887a58d1d5990359e08131407a3c607ba", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Sun, 11 Jul 2021 07:15:10 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "none": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "john.kreitlow@microsoft.com", - "commit": "d2694b4992c3787447597882397f588d701933a9", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Wed, 07 Jul 2021 07:19:51 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "scomea@microsoft.com", - "commit": "ec7475de213ef4eb6a3964c902ae0fcf7657a640", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Sun, 04 Jul 2021 07:15:28 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "john.kreitlow@microsoft.com", - "commit": "3f9131d61d0b3149fc99d77db6e5fb1d0231a5d1", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Thu, 01 Jul 2021 07:15:57 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "nicholasrice@users.noreply.github.com", - "commit": "77eb5ec9e41f14335c1fcc13b7c477605e0e3a8e", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Wed, 30 Jun 2021 07:19:09 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "none": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "nicholasrice@users.noreply.github.com", - "commit": "41b8432616afa284e2325913d7182a3b907fa789", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Tue, 29 Jun 2021 07:14:52 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "7559015+janechu@users.noreply.github.com", - "commit": "014d97a2d16e2a9a0d801503722e2e145f3fea46", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Fri, 25 Jun 2021 02:02:57 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "roeisenb@microsoft.com", - "commit": "370b727537850f49a6cd8bf23bb34d7d462017f2", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Wed, 23 Jun 2021 22:58:18 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "tlmii@users.noreply.github.com", - "commit": "ef8b84eca2eb82f84abc4f08986c384e0f3b3305", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Sun, 20 Jun 2021 07:21:25 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "robarb@microsoft.com", - "commit": "ab4bcdd57cedf82ba48460ed4290def3787d6599", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Sun, 13 Jun 2021 07:19:23 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "nicholasrice@users.noreply.github.com", - "commit": "d1af72075ae857310f07183fb3e74583f27d0ded", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Tue, 08 Jun 2021 07:29:18 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "scomea@microsoft.com", - "commit": "7436c794f855e03e23494c5b87e895cd3221f5f6", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Sun, 06 Jun 2021 07:35:11 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "khamu@microsoft.com", - "commit": "5552d245a55f319e9e0df5fef09ae56653eee491", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Wed, 02 Jun 2021 07:47:44 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "7559015+janechu@users.noreply.github.com", - "commit": "a58982ce00128c30f64093c56e22cc95fd6e30bb", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Mon, 31 May 2021 07:44:04 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "7559015+janechu@users.noreply.github.com", - "commit": "aef1629295c1ab4c8dbfef5b12a77c1dffda5c53", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Sun, 30 May 2021 07:42:30 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "none": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "xavier@norival.dev", - "commit": "b5d702a313a19ce62468c8093c830e460c44f9b5", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Thu, 27 May 2021 07:34:58 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "44823142+williamw2@users.noreply.github.com", - "commit": "67c4d4a194619fea80efc3d8b8f43d36096fcb7e", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Wed, 26 May 2021 07:33:37 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "7559015+janechu@users.noreply.github.com", - "commit": "1e7f447f76a85be625ca890035794d28e7a84fad", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Tue, 25 May 2021 07:27:43 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "scomea@microsoft.com", - "commit": "42e8fb5d98d41dac03230c89923ed80ab2a03eb5", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Sun, 23 May 2021 07:17:34 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "none": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "7559015+janechu@users.noreply.github.com", - "commit": "1e137c09f4c12f3e3b224e95bc88a7c5e366597e", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Fri, 21 May 2021 17:48:08 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "44823142+williamw2@users.noreply.github.com", - "commit": "217d5b38c1024ab86911505c992d2683f94bb222", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Thu, 20 May 2021 07:24:10 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "john.kreitlow@microsoft.com", - "commit": "c7db517ac34ee6f0e5454bbf395711f464b438a0", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Wed, 19 May 2021 23:37:36 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "7559015+janechu@users.noreply.github.com", - "commit": "653bb537e44c365a63b5cbefd74774a0a4be1d08", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Sun, 02 May 2021 07:18:00 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "44823142+williamw2@users.noreply.github.com", - "commit": "6fda54d6e00d4620dc1bdc140884acc85a7ce24a", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Thu, 29 Apr 2021 07:19:40 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "7559015+janechu@users.noreply.github.com", - "commit": "9357f10ca02a6a2785ac08ad2928d0a0531c03d6", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Sun, 25 Apr 2021 07:21:02 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "nicholasrice@users.noreply.github.com", - "commit": "048081bd5d85c62911d4a4105cbbd23c60ae446d", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Thu, 22 Apr 2021 07:21:10 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "patch": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "44823142+williamw2@users.noreply.github.com", - "commit": "72e6442cb7f473803b7cc972d76b9fa684b3df1a", - "package": "@microsoft/fast-website" - } - ] - } - }, - { - "date": "Fri, 16 Apr 2021 01:19:08 GMT", - "tag": "@microsoft/fast-website_v1.3.16", - "version": "1.3.16", - "comments": { - "none": [ - { - "comment": "Bump @microsoft/site-utilities to v0.9.0", - "author": "7559015+janechu@users.noreply.github.com", - "commit": "6130e34254ba97e5b7922b669e4e287cbb54585e", - "package": "@microsoft/fast-website" - } - ] - } - } - ] -} diff --git a/sites/fast-website/CHANGELOG.md b/sites/fast-website/CHANGELOG.md deleted file mode 100644 index 0a5a79e899..0000000000 --- a/sites/fast-website/CHANGELOG.md +++ /dev/null @@ -1,1420 +0,0 @@ -# Change Log - @microsoft/fast-website - -This log was last generated on Thu, 26 May 2022 07:11:44 GMT and should not be manually modified. - - - -## 1.3.16 - -Thu, 26 May 2022 07:11:44 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (burtonsmith@microsoft.com) - -## 1.3.16 - -Wed, 25 May 2022 07:09:21 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (chhol@microsoft.com) - -## 1.3.16 - -Tue, 24 May 2022 07:10:02 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (roeisenb@microsoft.com) - -## 1.3.16 - -Thu, 19 May 2022 07:09:40 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (20542556+mollykreis@users.noreply.github.com) - -## 1.3.16 - -Tue, 10 May 2022 07:11:04 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (scomea@microsoft.com) - -## 1.3.16 - -Thu, 05 May 2022 07:11:41 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (abris96@gmail.com) - -## 1.3.16 - -Wed, 04 May 2022 07:14:00 GMT - -### Patches - -- Bump @microsoft/fast-web-utilities to v5.4.1 (chhol@microsoft.com) - -## 1.3.16 - -Tue, 03 May 2022 07:15:44 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (44823142+williamw2@users.noreply.github.com) - -## 1.3.16 - -Sun, 01 May 2022 07:12:05 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (chhol@microsoft.com) - -## 1.3.16 - -Thu, 28 Apr 2022 07:12:47 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (john.kreitlow@microsoft.com) - -## 1.3.16 - -Wed, 27 Apr 2022 07:21:09 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (chhol@microsoft.com) - -## 1.3.16 - -Thu, 21 Apr 2022 07:13:54 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (47367562+bheston@users.noreply.github.com) - -## 1.3.16 - -Sun, 17 Apr 2022 07:11:18 GMT - -### Patches - -- Bump @microsoft/fast-web-utilities to v5.3.0 (74849806+wannieman98@users.noreply.github.com) - -## 1.3.16 - -Thu, 14 Apr 2022 07:12:36 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (john.kreitlow@microsoft.com) - -## 1.3.16 - -Tue, 12 Apr 2022 07:13:35 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (yinon@hotmail.com) - -## 1.3.16 - -Sun, 10 Apr 2022 07:11:09 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (nicholasrice@users.noreply.github.com) - -## 1.3.16 - -Thu, 07 Apr 2022 07:12:06 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (scomea@microsoft.com) - -## 1.3.16 - -Wed, 06 Apr 2022 07:12:42 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (nicholasrice@users.noreply.github.com) - -## 1.3.16 - -Sun, 03 Apr 2022 07:12:01 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (nicholasrice@users.noreply.github.com) - -## 1.3.16 - -Thu, 31 Mar 2022 07:13:31 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (chhol@microsoft.com) - -## 1.3.16 - -Sun, 27 Mar 2022 07:11:50 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (44823142+williamw2@users.noreply.github.com) - -## 1.3.16 - -Thu, 24 Mar 2022 07:12:08 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (20542556+mollykreis@users.noreply.github.com) - -## 1.3.16 - -Sun, 20 Mar 2022 07:15:44 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (26874831+atmgrifter00@users.noreply.github.com) - -## 1.3.16 - -Thu, 17 Mar 2022 07:11:51 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (fcollonval@gmail.com) - -## 1.3.16 - -Wed, 16 Mar 2022 07:12:41 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (scomea@microsoft.com) - -## 1.3.16 - -Tue, 15 Mar 2022 07:12:38 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (scomea@microsoft.com) - -## 1.3.16 - -Fri, 11 Mar 2022 23:46:34 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (jes@microsoft.com) - -## 1.3.16 - -Wed, 09 Mar 2022 07:12:32 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (20542556+mollykreis@users.noreply.github.com) - -## 1.3.16 - -Tue, 08 Mar 2022 07:12:45 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (srdsecond@gmail.com) - -## 1.3.16 - -Sun, 06 Mar 2022 07:13:48 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (sethdonohue@Admins-MBP.guest.corp.microsoft.com) - -## 1.3.16 - -Wed, 02 Mar 2022 07:12:58 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (scomea@microsoft.com) - -## 1.3.16 - -Fri, 25 Feb 2022 17:09:32 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (roeisenb@microsoft.com) - -## 1.3.16 - -Thu, 24 Feb 2022 22:21:55 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (roeisenb@microsoft.com) - -## 1.3.16 - -Sun, 20 Feb 2022 07:16:20 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (scomea@microsoft.com) - -## 1.3.16 - -Tue, 15 Feb 2022 07:11:28 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (mathieu.lavoie@shopify.com) - -## 1.3.16 - -Sun, 13 Feb 2022 07:13:39 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (mathieulavoie94@gmail.com) - -## 1.3.16 - -Thu, 10 Feb 2022 07:12:01 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (mathieu.lavoie@shopify.com) - -## 1.3.16 - -Wed, 09 Feb 2022 07:14:00 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (47367562+bheston@users.noreply.github.com) - -## 1.3.16 - -Tue, 08 Feb 2022 07:14:26 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (fcollonval@gmail.com) - -## 1.3.16 - -Sun, 06 Feb 2022 07:15:20 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (john.kreitlow@microsoft.com) - -## 1.3.16 - -Wed, 02 Feb 2022 07:13:39 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (robarb@microsoft.com) - -## 1.3.16 - -Sun, 30 Jan 2022 07:12:35 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (mathieulavoie94@gmail.com) - -## 1.3.16 - -Wed, 26 Jan 2022 07:11:18 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (47367562+bheston@users.noreply.github.com) - -## 1.3.16 - -Tue, 25 Jan 2022 07:11:53 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (john.kreitlow@microsoft.com) - -## 1.3.16 - -Sun, 23 Jan 2022 07:13:56 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (jes@microsoft.com) - -## 1.3.16 - -Thu, 20 Jan 2022 07:12:04 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (john.kreitlow@microsoft.com) - -## 1.3.16 - -Sun, 16 Jan 2022 07:11:36 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (5454342+brianehenry@users.noreply.github.com) - -## 1.3.16 - -Sun, 09 Jan 2022 07:11:51 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (john.kreitlow@microsoft.com) - -## 1.3.16 - -Thu, 06 Jan 2022 07:11:52 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (scomea@microsoft.com) - -## 1.3.16 - -Sun, 19 Dec 2021 07:12:39 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (anthonystewart@google.com) - -## 1.3.16 - -Wed, 15 Dec 2021 07:14:44 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (john.kreitlow@microsoft.com) - -## 1.3.16 - -Sun, 12 Dec 2021 07:12:52 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (email not defined) - -## 1.3.16 - -Tue, 30 Nov 2021 07:13:40 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (jes@microsoft.com) - -## 1.3.16 - -Tue, 23 Nov 2021 07:12:23 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (john.kreitlow@microsoft.com) - -## 1.3.16 - -Sun, 21 Nov 2021 07:10:36 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (jes@microsoft.com) - -## 1.3.16 - -Sun, 14 Nov 2021 07:11:13 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (robarb@microsoft.com) - -## 1.3.16 - -Thu, 11 Nov 2021 07:15:33 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (nicholasrice@users.noreply.github.com) - -## 1.3.16 - -Wed, 10 Nov 2021 07:12:54 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (robarb@microsoft.com) - -## 1.3.16 - -Tue, 09 Nov 2021 07:14:09 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (jes@microsoft.com) - -## 1.3.16 - -Sun, 07 Nov 2021 07:12:36 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (mathieu.lavoie@shopify.com) - -## 1.3.16 - -Thu, 04 Nov 2021 07:11:59 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (jes@microsoft.com) - -## 1.3.16 - -Wed, 03 Nov 2021 07:12:39 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (scomea@microsoft.com) - -## 1.3.16 - -Sun, 31 Oct 2021 07:17:45 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (chhol@microsoft.com) - -## 1.3.16 - -Thu, 28 Oct 2021 07:15:32 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (nicholasrice@users.noreply.github.com) - -## 1.3.16 - -Fri, 22 Oct 2021 17:40:52 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (robarb@microsoft.com) - -## 1.3.16 - -Thu, 21 Oct 2021 07:11:42 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (scomea@microsoft.com) - -## 1.3.16 - -Wed, 20 Oct 2021 07:13:46 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (scomea@microsoft.com) - -## 1.3.16 - -Fri, 15 Oct 2021 23:24:14 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (nicholasrice@users.noreply.github.com) - -## 1.3.16 - -Wed, 13 Oct 2021 22:45:16 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (robarb@microsoft.com) - -## 1.3.16 - -Wed, 13 Oct 2021 01:53:37 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (scomea@microsoft.com) - -## 1.3.16 - -Tue, 12 Oct 2021 07:15:14 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (roeisenb@microsoft.com) - -## 1.3.16 - -Sun, 10 Oct 2021 07:12:26 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (john.kreitlow@microsoft.com) - -## 1.3.16 - -Fri, 08 Oct 2021 19:53:11 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (scomea@microsoft.com) - -## 1.3.16 - -Wed, 06 Oct 2021 07:11:47 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (scomea@microsoft.com) - -## 1.3.16 - -Tue, 05 Oct 2021 00:45:07 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (robarb@microsoft.com) - -## 1.3.16 - -Thu, 30 Sep 2021 07:13:45 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (robarb@microsoft.com) - -## 1.3.16 - -Wed, 29 Sep 2021 07:13:40 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (chhol@microsoft.com) - -## 1.3.16 - -Tue, 28 Sep 2021 07:10:49 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (marjon@microsoft.com) - -## 1.3.16 - -Mon, 27 Sep 2021 07:12:15 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (jes@microsoft.com) - -## 1.3.16 - -Thu, 23 Sep 2021 07:14:34 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (robarb@microsoft.com) - -## 1.3.16 - -Wed, 22 Sep 2021 17:37:48 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (roeisenb@microsoft.com) - -## 1.3.16 - -Wed, 22 Sep 2021 07:13:13 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (scomea@microsoft.com) - -## 1.3.16 - -Sun, 19 Sep 2021 07:17:17 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (scomea@microsoft.com) - -## 1.3.16 - -Wed, 15 Sep 2021 19:49:35 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (john.kreitlow@microsoft.com) - -## 1.3.16 - -Wed, 15 Sep 2021 07:18:53 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (v-dlesac@microsoft.com) - -## 1.3.16 - -Tue, 14 Sep 2021 07:16:47 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (jumarroq@microsoft.com) - -## 1.3.16 - -Sun, 12 Sep 2021 07:17:43 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (john.kreitlow@microsoft.com) - -## 1.3.16 - -Thu, 09 Sep 2021 07:21:36 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (chhol@microsoft.com) - -## 1.3.16 - -Wed, 08 Sep 2021 07:16:17 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (roeisenb@microsoft.com) - -## 1.3.16 - -Thu, 02 Sep 2021 17:17:56 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (roeisenb@microsoft.com) - -## 1.3.16 - -Thu, 02 Sep 2021 07:15:21 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (47367562+bheston@users.noreply.github.com) - -## 1.3.16 - -Wed, 01 Sep 2021 07:18:34 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (scomea@microsoft.com) - -## 1.3.16 - -Mon, 30 Aug 2021 22:30:39 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (nicholasrice@users.noreply.github.com) - -## 1.3.16 - -Fri, 27 Aug 2021 14:14:26 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (nicholasrice@users.noreply.github.com) - -## 1.3.16 - -Thu, 26 Aug 2021 07:17:43 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (47367562+bheston@users.noreply.github.com) - -## 1.3.16 - -Wed, 25 Aug 2021 07:17:07 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (john.kreitlow@microsoft.com) - -## 1.3.16 - -Mon, 23 Aug 2021 07:14:54 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (ben@platform5.ch) - -## 1.3.16 - -Sun, 22 Aug 2021 07:17:14 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (44823142+williamw2@users.noreply.github.com) - -## 1.3.16 - -Thu, 19 Aug 2021 07:15:21 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (sethdonohue@Admins-MBP.guest.corp.microsoft.com) - -## 1.3.16 - -Wed, 18 Aug 2021 07:16:21 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (7559015+janechu@users.noreply.github.com) - -## 1.3.16 - -Tue, 17 Aug 2021 07:14:05 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (44823142+williamw2@users.noreply.github.com) - -## 1.3.16 - -Sun, 15 Aug 2021 07:17:25 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (nicholasrice@users.noreply.github.com) - -## 1.3.16 - -Thu, 12 Aug 2021 07:16:50 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (7559015+janechu@users.noreply.github.com) - -## 1.3.16 - -Wed, 11 Aug 2021 07:14:31 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (44823142+williamw2@users.noreply.github.com) - -## 1.3.16 - -Sun, 08 Aug 2021 07:18:56 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (john.kreitlow@microsoft.com) - -## 1.3.16 - -Thu, 05 Aug 2021 07:17:32 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (khamu@microsoft.com) - -## 1.3.16 - -Wed, 04 Aug 2021 07:15:14 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (chhol@microsoft.com) - -## 1.3.16 - -Tue, 03 Aug 2021 07:17:33 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (mathieu.lavoie@logmein.com) - -## 1.3.16 - -Sun, 01 Aug 2021 07:17:15 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (7559015+janechu@users.noreply.github.com) - -## 1.3.16 - -Thu, 29 Jul 2021 07:18:18 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (47367562+bheston@users.noreply.github.com) - -## 1.3.16 - -Wed, 28 Jul 2021 07:17:22 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (nicholasrice@users.noreply.github.com) - -## 1.3.16 - -Sun, 25 Jul 2021 07:17:41 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (scomea@microsoft.com) - -## 1.3.16 - -Thu, 22 Jul 2021 07:19:53 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (chhol@microsoft.com) - -## 1.3.16 - -Wed, 21 Jul 2021 07:14:48 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (roeisenb@microsoft.com) - -## 1.3.16 - -Sun, 18 Jul 2021 07:16:22 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (ben@platform5.ch) - -## 1.3.16 - -Thu, 15 Jul 2021 01:41:48 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (chhol@microsoft.com) - -## 1.3.16 - -Wed, 14 Jul 2021 07:15:36 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (44823142+williamw2@users.noreply.github.com) - -## 1.3.16 - -Tue, 13 Jul 2021 07:14:52 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (ben@platform5.ch) - -## 1.3.16 - -Wed, 07 Jul 2021 07:19:51 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (scomea@microsoft.com) - -## 1.3.16 - -Sun, 04 Jul 2021 07:15:28 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (john.kreitlow@microsoft.com) - -## 1.3.16 - -Thu, 01 Jul 2021 07:15:57 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (nicholasrice@users.noreply.github.com) - -## 1.3.16 - -Tue, 29 Jun 2021 07:14:52 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (7559015+janechu@users.noreply.github.com) - -## 1.3.16 - -Fri, 25 Jun 2021 02:02:57 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (roeisenb@microsoft.com) - -## 1.3.16 - -Wed, 23 Jun 2021 22:58:18 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (tlmii@users.noreply.github.com) - -## 1.3.16 - -Sun, 20 Jun 2021 07:21:25 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (robarb@microsoft.com) - -## 1.3.16 - -Sun, 13 Jun 2021 07:19:23 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (nicholasrice@users.noreply.github.com) - -## 1.3.16 - -Tue, 08 Jun 2021 07:29:18 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (scomea@microsoft.com) - -## 1.3.16 - -Sun, 06 Jun 2021 07:35:11 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (khamu@microsoft.com) - -## 1.3.16 - -Wed, 02 Jun 2021 07:47:44 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (7559015+janechu@users.noreply.github.com) - -## 1.3.16 - -Mon, 31 May 2021 07:44:04 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (7559015+janechu@users.noreply.github.com) - -## 1.3.16 - -Thu, 27 May 2021 07:34:58 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (44823142+williamw2@users.noreply.github.com) - -## 1.3.16 - -Wed, 26 May 2021 07:33:37 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (7559015+janechu@users.noreply.github.com) - -## 1.3.16 - -Tue, 25 May 2021 07:27:43 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (scomea@microsoft.com) - -## 1.3.16 - -Fri, 21 May 2021 17:48:08 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (44823142+williamw2@users.noreply.github.com) - -## 1.3.16 - -Thu, 20 May 2021 07:24:10 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (john.kreitlow@microsoft.com) - -## 1.3.16 - -Wed, 19 May 2021 23:37:36 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (7559015+janechu@users.noreply.github.com) - -## 1.3.16 - -Sun, 02 May 2021 07:18:00 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (44823142+williamw2@users.noreply.github.com) - -## 1.3.16 - -Thu, 29 Apr 2021 07:19:40 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (7559015+janechu@users.noreply.github.com) - -## 1.3.16 - -Sun, 25 Apr 2021 07:21:02 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (nicholasrice@users.noreply.github.com) - -## 1.3.16 - -Thu, 22 Apr 2021 07:21:10 GMT - -### Patches - -- Bump @microsoft/site-utilities to v0.9.0 (44823142+williamw2@users.noreply.github.com) - -## [1.3.16](https://github.com/Microsoft/fast/compare/@microsoft/fast-website@1.3.15...@microsoft/fast-website@1.3.16) (2021-04-06) - -**Note:** Version bump only for package @microsoft/fast-website - - - - - -## [1.3.15](https://github.com/Microsoft/fast/compare/@microsoft/fast-website@1.3.14...@microsoft/fast-website@1.3.15) (2021-03-18) - -**Note:** Version bump only for package @microsoft/fast-website - - - - - -## [1.3.14](https://github.com/Microsoft/fast/compare/@microsoft/fast-website@1.3.13...@microsoft/fast-website@1.3.14) (2021-03-16) - -**Note:** Version bump only for package @microsoft/fast-website - - - - - -## [1.3.13](https://github.com/Microsoft/fast/compare/@microsoft/fast-website@1.3.12...@microsoft/fast-website@1.3.13) (2021-03-06) - -**Note:** Version bump only for package @microsoft/fast-website - - - - - -## [1.3.12](https://github.com/Microsoft/fast/compare/@microsoft/fast-website@1.3.11...@microsoft/fast-website@1.3.12) (2021-03-06) - -**Note:** Version bump only for package @microsoft/fast-website - - - - - -## [1.3.11](https://github.com/Microsoft/fast/compare/@microsoft/fast-website@1.3.9...@microsoft/fast-website@1.3.11) (2021-02-08) - -**Note:** Version bump only for package @microsoft/fast-website - - - - - -## [1.3.10](https://github.com/Microsoft/fast/compare/@microsoft/fast-website@1.3.9...@microsoft/fast-website@1.3.10) (2021-02-08) - -**Note:** Version bump only for package @microsoft/fast-website - - - - - -## [1.3.9](https://github.com/Microsoft/fast/compare/@microsoft/fast-website@1.3.8...@microsoft/fast-website@1.3.9) (2021-01-30) - -**Note:** Version bump only for package @microsoft/fast-website - - - - - -## [1.3.8](https://github.com/Microsoft/fast/compare/@microsoft/fast-website@1.3.7...@microsoft/fast-website@1.3.8) (2020-12-17) - -**Note:** Version bump only for package @microsoft/fast-website - - - - - -## [1.3.7](https://github.com/Microsoft/fast/compare/@microsoft/fast-website@1.3.6...@microsoft/fast-website@1.3.7) (2020-12-16) - -**Note:** Version bump only for package @microsoft/fast-website - - - - - -## [1.3.6](https://github.com/Microsoft/fast/compare/@microsoft/fast-website@1.3.5...@microsoft/fast-website@1.3.6) (2020-12-02) - -**Note:** Version bump only for package @microsoft/fast-website - - - - - -## [1.3.5](https://github.com/Microsoft/fast/compare/@microsoft/fast-website@1.3.4...@microsoft/fast-website@1.3.5) (2020-11-19) - - -### Bug Fixes - -* add high contrast color for adaptive UI tab, on hover ([#4069](https://github.com/Microsoft/fast/issues/4069)) ([07f2c89](https://github.com/Microsoft/fast/commit/07f2c894d4a6b87dd6d7c5e72694f44d15bf2a5e)) -* colorswatch change handler was checking for the wrong type on the event target ([#4064](https://github.com/Microsoft/fast/issues/4064)) ([749a1c0](https://github.com/Microsoft/fast/commit/749a1c0c5f81386e5c52065fd68cfae25fcacdca)) - - - - - -## [1.3.4](https://github.com/Microsoft/fast/compare/@microsoft/fast-website@1.3.3...@microsoft/fast-website@1.3.4) (2020-10-14) - -**Note:** Version bump only for package @microsoft/fast-website - - - - - -## [1.3.3](https://github.com/Microsoft/fast/compare/@microsoft/fast-website@1.3.2...@microsoft/fast-website@1.3.3) (2020-09-28) - - -### Bug Fixes - -* update text on adaptive fast frame component to use high contrast foreground color ([#3970](https://github.com/Microsoft/fast/issues/3970)) ([4ce5a84](https://github.com/Microsoft/fast/commit/4ce5a8412b8964e03a8fdc8347c9e9b7294977cd)) - - - - - -## [1.3.2](https://github.com/Microsoft/fast/compare/@microsoft/fast-website@1.3.1...@microsoft/fast-website@1.3.2) (2020-09-10) - -**Note:** Version bump only for package @microsoft/fast-website - - - - - -## [1.3.1](https://github.com/Microsoft/fast/compare/@microsoft/fast-website@1.3.0...@microsoft/fast-website@1.3.1) (2020-08-27) - - -### Bug Fixes - -* remove headings tag on fast-frame template ([#3776](https://github.com/Microsoft/fast/issues/3776)) ([e0daa15](https://github.com/Microsoft/fast/commit/e0daa153c5be0c34b74f2d52314174bd8a2c5444)) -* switch fast frame menu demo to use fast-divider ([#3726](https://github.com/Microsoft/fast/issues/3726)) ([d36eb7b](https://github.com/Microsoft/fast/commit/d36eb7bb47b274791dd6d3f8082172b2f6c25b31)) - - - - - -# 1.3.0 (2020-08-13) - - -### Bug Fixes - -* accent color selection, slider backgrounds and tab reorganization ([#3385](https://github.com/Microsoft/fast/issues/3385)) ([3d1094a](https://github.com/Microsoft/fast/commit/3d1094aa1a33926c943bbc02c169577f90fc99f9)) -* add aria label for screen reader on anchors and buttons and fix tab focus inside fast-frame component ([#3334](https://github.com/Microsoft/fast/issues/3334)) ([c1b5d15](https://github.com/Microsoft/fast/commit/c1b5d15db403afa4e129baf95987b671d82877dc)) -* add aria label to the components in fast frame section on the website ([#3482](https://github.com/Microsoft/fast/issues/3482)) ([cdb871e](https://github.com/Microsoft/fast/commit/cdb871e07564752bb0bb31ca2a9e849069037478)) -* add focus to header and footer logo ([#3390](https://github.com/Microsoft/fast/issues/3390)) ([c6d0bcb](https://github.com/Microsoft/fast/commit/c6d0bcbc97c089bda8306ff4bbd61efda74cee82)) -* addresses an issue where website will not show on safari ([#3409](https://github.com/Microsoft/fast/issues/3409)) ([26aa09f](https://github.com/Microsoft/fast/commit/26aa09f7d3ca54317d34ab39d0fefd3207d3f9e4)) -* display underline in anchors ([#3382](https://github.com/Microsoft/fast/issues/3382)) ([182e36a](https://github.com/Microsoft/fast/commit/182e36a6379029d598b8e1e79a555b60f7d21676)) -* fix nav-menu content scroll issue and fix nav-bar to top of the screen on mobile ([#3342](https://github.com/Microsoft/fast/issues/3342)) ([5127352](https://github.com/Microsoft/fast/commit/51273525c24de93de58ffe910606189a74287e5d)) -* fixing link to documentation ([#3362](https://github.com/Microsoft/fast/issues/3362)) ([c776557](https://github.com/Microsoft/fast/commit/c776557af04b4ee5aabeba617807d9caedc3ad4d)) -* footer overlap below 750px wide ([#3339](https://github.com/Microsoft/fast/issues/3339)) ([ce2d7f6](https://github.com/Microsoft/fast/commit/ce2d7f65b51292b28b499271142ee22f38b9fcbe)) -* for scroll indicator [#3404](https://github.com/Microsoft/fast/issues/3404) ([#3407](https://github.com/Microsoft/fast/issues/3407)) ([34742de](https://github.com/Microsoft/fast/commit/34742de3806300e703cd22cd1e0ddef006c1d51f)) -* gets feature branch back to a working state ([#3153](https://github.com/Microsoft/fast/issues/3153)) ([bdff98b](https://github.com/Microsoft/fast/commit/bdff98be046152469d51b6f3340f35d9c75e5453)) -* overflow issue between 661px and 800px widths ([#3237](https://github.com/Microsoft/fast/issues/3237)) ([d08fd3f](https://github.com/Microsoft/fast/commit/d08fd3f6913436f0f94e5d5ee56563c0256069a3)) -* remove coming soon from react ([#3710](https://github.com/Microsoft/fast/issues/3710)) ([b56dd27](https://github.com/Microsoft/fast/commit/b56dd27f8a864cb0a3e3d595e00263a28378b0d1)) -* rename role attribute value of fast-divider from seperator to separator ([#3492](https://github.com/Microsoft/fast/issues/3492)) ([1984b80](https://github.com/Microsoft/fast/commit/1984b806d91a72b5659a471c143185d03dcd4513)) -* resolve the issue where navigation overlaps with the window and extend logo and GitHub link out ([#3344](https://github.com/Microsoft/fast/issues/3344)) ([fc7c1ff](https://github.com/Microsoft/fast/commit/fc7c1ff21836f7ad980fc8336a76b98f3aad3e09)) -* site nav accessibility ([#3360](https://github.com/Microsoft/fast/issues/3360)) ([c19b06a](https://github.com/Microsoft/fast/commit/c19b06a9b02049023bb60b970efa197874a8319e)) -* update anchor styles and add destination to links ([#3208](https://github.com/Microsoft/fast/issues/3208)) ([1bfee5c](https://github.com/Microsoft/fast/commit/1bfee5c6711d8ac8b21af36780dae7418e273341)) -* update fast-card and component sampler color handling ([#3597](https://github.com/Microsoft/fast/issues/3597)) ([9d32aa1](https://github.com/Microsoft/fast/commit/9d32aa15cd5c18d51c90e35100b0284c5ebb3ca6)) -* update the color on the navigation links ([#3378](https://github.com/Microsoft/fast/issues/3378)) ([1be6fe1](https://github.com/Microsoft/fast/commit/1be6fe16afd657f281492a00e9cd28ad9562e6e9)) -* update the favicon to use an svg ([#3430](https://github.com/Microsoft/fast/issues/3430)) ([683cada](https://github.com/Microsoft/fast/commit/683cadafdcc8a0ca7a0d310cd5fe1cfdeca1957c)) -* update the sites to use the same favicon, update the logo ([#3406](https://github.com/Microsoft/fast/issues/3406)) ([ad8d258](https://github.com/Microsoft/fast/commit/ad8d25899f075d137eb23e77f046016b512f0893)) -* update to left align github link inside the navigation flyout ([#3336](https://github.com/Microsoft/fast/issues/3336)) ([9dcbc50](https://github.com/Microsoft/fast/commit/9dcbc50e3aa8a2d76638739354d858e888de3599)) - - -### Features - -* add accent color and background color selection ([#3123](https://github.com/Microsoft/fast/issues/3123)) ([eb108fd](https://github.com/Microsoft/fast/commit/eb108fdeefaf5c13b5e3a970b1510b8488355447)) -* add animated background ([#3266](https://github.com/Microsoft/fast/issues/3266)) ([d29f2ee](https://github.com/Microsoft/fast/commit/d29f2ee8ad991397e26e6eda3217f20181dbaa45)) -* add background image and preliminary effects ([#3185](https://github.com/Microsoft/fast/issues/3185)) ([9be0ca4](https://github.com/Microsoft/fast/commit/9be0ca468ff517cd020e62934d0b102991116fbe)) -* add feature-card and card-section components ([#3119](https://github.com/Microsoft/fast/issues/3119)) ([7ebd643](https://github.com/Microsoft/fast/commit/7ebd6437657033109bc77a0575ed09ace9f4558e)), closes [#3123](https://github.com/Microsoft/fast/issues/3123) -* add navigation menu component ([#3111](https://github.com/Microsoft/fast/issues/3111)) ([4ab354c](https://github.com/Microsoft/fast/commit/4ab354c8c49072d4e20cb2e53b173aff4fd29dc2)) -* add side navigation for social links and scroll ([#3199](https://github.com/Microsoft/fast/issues/3199)) ([08c8e9b](https://github.com/Microsoft/fast/commit/08c8e9b871980c2d9ca7e56e523ff46699c5898a)) -* adds density slider to marketing site ([#3166](https://github.com/Microsoft/fast/issues/3166)) ([cb6b12b](https://github.com/Microsoft/fast/commit/cb6b12b68007f428bb41ed9b52699930da219e9e)) -* adds menu and menu item styling to MSFT web component package ([#3484](https://github.com/Microsoft/fast/issues/3484)) ([13b883d](https://github.com/Microsoft/fast/commit/13b883d91b28acdd9fe397d4751a6d6133152303)) -* adds preview component ([#3097](https://github.com/Microsoft/fast/issues/3097)) ([c7cb9a1](https://github.com/Microsoft/fast/commit/c7cb9a10ed4a6375630bb2f49e2952440330a646)) -* create content-placement component for marketing site ([#3105](https://github.com/Microsoft/fast/issues/3105)) ([e569794](https://github.com/Microsoft/fast/commit/e569794f0e2f11e9db05e531ba47ddeaa6745f8a)) -* create content-placement-container to generate content from data files ([#3134](https://github.com/Microsoft/fast/issues/3134)) ([b843689](https://github.com/Microsoft/fast/commit/b8436891762d4b32cc180b88e5c3a339cb703212)) -* create section-header component for marketing site ([#3070](https://github.com/Microsoft/fast/issues/3070)) ([df92ec5](https://github.com/Microsoft/fast/commit/df92ec54d41410a9faf8b01a14f9ab00daaed5be)) -* remainder of design system knobs ([#3171](https://github.com/Microsoft/fast/issues/3171)) ([8ba91a1](https://github.com/Microsoft/fast/commit/8ba91a12530f095c6a13e260aef05acb278a62c3)) -* responsive layouts for fast-frame ([#3210](https://github.com/Microsoft/fast/issues/3210)) ([8cfcbd9](https://github.com/Microsoft/fast/commit/8cfcbd9d10750f2d954860d110ac88be7bb55b19)) -* stub in preview section ([#3108](https://github.com/Microsoft/fast/issues/3108)) ([17881fe](https://github.com/Microsoft/fast/commit/17881fe7b2227c2eca3cb3ff1cb5314c57fbf513)) -* update typescript version and remove utility types dependencies for react packages ([#3422](https://github.com/Microsoft/fast/issues/3422)) ([09d07b5](https://github.com/Microsoft/fast/commit/09d07b580cda3bcc5d28f83d3568521f710c9576)) - - -### Reverts - -* Revert "chore: update all http to https to resolve WS1262 security vulnerability (#3658)" (#3699) ([0cac64a](https://github.com/Microsoft/fast/commit/0cac64a869e1b65a94ef14ed50b1324d0e15be46)), closes [#3658](https://github.com/Microsoft/fast/issues/3658) [#3699](https://github.com/Microsoft/fast/issues/3699) - - - - - -## [1.2.2](https://github.com/Microsoft/fast/compare/fast-website@1.2.1...fast-website@1.2.2) (2020-07-31) - - -### Bug Fixes - -* update fast-card and component sampler color handling ([#3597](https://github.com/Microsoft/fast/issues/3597)) ([9d32aa1](https://github.com/Microsoft/fast/commit/9d32aa15cd5c18d51c90e35100b0284c5ebb3ca6)) - - - - - -## [1.2.1](https://github.com/Microsoft/fast/compare/fast-website@1.2.0...fast-website@1.2.1) (2020-07-23) - -**Note:** Version bump only for package fast-website - - - - - -# [1.2.0](https://github.com/Microsoft/fast/compare/fast-website@1.1.2...fast-website@1.2.0) (2020-07-14) - - -### Bug Fixes - -* add aria label to the components in fast frame section on the website ([#3482](https://github.com/Microsoft/fast/issues/3482)) ([cdb871e](https://github.com/Microsoft/fast/commit/cdb871e07564752bb0bb31ca2a9e849069037478)) -* rename role attribute value of fast-divider from seperator to separator ([#3492](https://github.com/Microsoft/fast/issues/3492)) ([1984b80](https://github.com/Microsoft/fast/commit/1984b806d91a72b5659a471c143185d03dcd4513)) -* update the favicon to use an svg ([#3430](https://github.com/Microsoft/fast/issues/3430)) ([683cada](https://github.com/Microsoft/fast/commit/683cadafdcc8a0ca7a0d310cd5fe1cfdeca1957c)) - - -### Features - -* adds menu and menu item styling to MSFT web component package ([#3484](https://github.com/Microsoft/fast/issues/3484)) ([13b883d](https://github.com/Microsoft/fast/commit/13b883d91b28acdd9fe397d4751a6d6133152303)) -* update typescript version and remove utility types dependencies for react packages ([#3422](https://github.com/Microsoft/fast/issues/3422)) ([09d07b5](https://github.com/Microsoft/fast/commit/09d07b580cda3bcc5d28f83d3568521f710c9576)) - - - - - -## [1.1.2](https://github.com/Microsoft/fast/compare/fast-website@1.1.1...fast-website@1.1.2) (2020-07-02) - - -### Bug Fixes - -* addresses an issue where website will not show on safari ([#3409](https://github.com/Microsoft/fast/issues/3409)) ([26aa09f](https://github.com/Microsoft/fast/commit/26aa09f7d3ca54317d34ab39d0fefd3207d3f9e4)) -* for scroll indicator [#3404](https://github.com/Microsoft/fast/issues/3404) ([#3407](https://github.com/Microsoft/fast/issues/3407)) ([34742de](https://github.com/Microsoft/fast/commit/34742de3806300e703cd22cd1e0ddef006c1d51f)) -* update the sites to use the same favicon, update the logo ([#3406](https://github.com/Microsoft/fast/issues/3406)) ([ad8d258](https://github.com/Microsoft/fast/commit/ad8d25899f075d137eb23e77f046016b512f0893)) - - - - - -## [1.1.1](https://github.com/Microsoft/fast/compare/fast-website@1.1.0...fast-website@1.1.1) (2020-06-26) - - -### Bug Fixes - -* accent color selection, slider backgrounds and tab reorganization ([#3385](https://github.com/Microsoft/fast/issues/3385)) ([3d1094a](https://github.com/Microsoft/fast/commit/3d1094aa1a33926c943bbc02c169577f90fc99f9)) -* add aria label for screen reader on anchors and buttons and fix tab focus inside fast-frame component ([#3334](https://github.com/Microsoft/fast/issues/3334)) ([c1b5d15](https://github.com/Microsoft/fast/commit/c1b5d15db403afa4e129baf95987b671d82877dc)) -* add focus to header and footer logo ([#3390](https://github.com/Microsoft/fast/issues/3390)) ([c6d0bcb](https://github.com/Microsoft/fast/commit/c6d0bcbc97c089bda8306ff4bbd61efda74cee82)) -* display underline in anchors ([#3382](https://github.com/Microsoft/fast/issues/3382)) ([182e36a](https://github.com/Microsoft/fast/commit/182e36a6379029d598b8e1e79a555b60f7d21676)) -* fix nav-menu content scroll issue and fix nav-bar to top of the screen on mobile ([#3342](https://github.com/Microsoft/fast/issues/3342)) ([5127352](https://github.com/Microsoft/fast/commit/51273525c24de93de58ffe910606189a74287e5d)) -* fixing link to documentation ([#3362](https://github.com/Microsoft/fast/issues/3362)) ([c776557](https://github.com/Microsoft/fast/commit/c776557af04b4ee5aabeba617807d9caedc3ad4d)) -* footer overlap below 750px wide ([#3339](https://github.com/Microsoft/fast/issues/3339)) ([ce2d7f6](https://github.com/Microsoft/fast/commit/ce2d7f65b51292b28b499271142ee22f38b9fcbe)) -* resolve the issue where navigation overlaps with the window and extend logo and GitHub link out ([#3344](https://github.com/Microsoft/fast/issues/3344)) ([fc7c1ff](https://github.com/Microsoft/fast/commit/fc7c1ff21836f7ad980fc8336a76b98f3aad3e09)) -* site nav accessibility ([#3360](https://github.com/Microsoft/fast/issues/3360)) ([c19b06a](https://github.com/Microsoft/fast/commit/c19b06a9b02049023bb60b970efa197874a8319e)) -* update the color on the navigation links ([#3378](https://github.com/Microsoft/fast/issues/3378)) ([1be6fe1](https://github.com/Microsoft/fast/commit/1be6fe16afd657f281492a00e9cd28ad9562e6e9)) -* update to left align github link inside the navigation flyout ([#3336](https://github.com/Microsoft/fast/issues/3336)) ([9dcbc50](https://github.com/Microsoft/fast/commit/9dcbc50e3aa8a2d76638739354d858e888de3599)) - - - - - -# 1.1.0 (2020-06-17) - - -### Bug Fixes - -* gets feature branch back to a working state ([#3153](https://github.com/Microsoft/fast/issues/3153)) ([bdff98b](https://github.com/Microsoft/fast/commit/bdff98be046152469d51b6f3340f35d9c75e5453)) -* overflow issue between 661px and 800px widths ([#3237](https://github.com/Microsoft/fast/issues/3237)) ([d08fd3f](https://github.com/Microsoft/fast/commit/d08fd3f6913436f0f94e5d5ee56563c0256069a3)) -* update anchor styles and add destination to links ([#3208](https://github.com/Microsoft/fast/issues/3208)) ([1bfee5c](https://github.com/Microsoft/fast/commit/1bfee5c6711d8ac8b21af36780dae7418e273341)) - - -### Features - -* add accent color and background color selection ([#3123](https://github.com/Microsoft/fast/issues/3123)) ([eb108fd](https://github.com/Microsoft/fast/commit/eb108fdeefaf5c13b5e3a970b1510b8488355447)) -* add animated background ([#3266](https://github.com/Microsoft/fast/issues/3266)) ([d29f2ee](https://github.com/Microsoft/fast/commit/d29f2ee8ad991397e26e6eda3217f20181dbaa45)) -* add background image and preliminary effects ([#3185](https://github.com/Microsoft/fast/issues/3185)) ([9be0ca4](https://github.com/Microsoft/fast/commit/9be0ca468ff517cd020e62934d0b102991116fbe)) -* add feature-card and card-section components ([#3119](https://github.com/Microsoft/fast/issues/3119)) ([7ebd643](https://github.com/Microsoft/fast/commit/7ebd6437657033109bc77a0575ed09ace9f4558e)), closes [#3123](https://github.com/Microsoft/fast/issues/3123) -* add navigation menu component ([#3111](https://github.com/Microsoft/fast/issues/3111)) ([4ab354c](https://github.com/Microsoft/fast/commit/4ab354c8c49072d4e20cb2e53b173aff4fd29dc2)) -* add side navigation for social links and scroll ([#3199](https://github.com/Microsoft/fast/issues/3199)) ([08c8e9b](https://github.com/Microsoft/fast/commit/08c8e9b871980c2d9ca7e56e523ff46699c5898a)) -* adds density slider to marketing site ([#3166](https://github.com/Microsoft/fast/issues/3166)) ([cb6b12b](https://github.com/Microsoft/fast/commit/cb6b12b68007f428bb41ed9b52699930da219e9e)) -* adds preview component ([#3097](https://github.com/Microsoft/fast/issues/3097)) ([c7cb9a1](https://github.com/Microsoft/fast/commit/c7cb9a10ed4a6375630bb2f49e2952440330a646)) -* create content-placement component for marketing site ([#3105](https://github.com/Microsoft/fast/issues/3105)) ([e569794](https://github.com/Microsoft/fast/commit/e569794f0e2f11e9db05e531ba47ddeaa6745f8a)) -* create content-placement-container to generate content from data files ([#3134](https://github.com/Microsoft/fast/issues/3134)) ([b843689](https://github.com/Microsoft/fast/commit/b8436891762d4b32cc180b88e5c3a339cb703212)) -* create section-header component for marketing site ([#3070](https://github.com/Microsoft/fast/issues/3070)) ([df92ec5](https://github.com/Microsoft/fast/commit/df92ec54d41410a9faf8b01a14f9ab00daaed5be)) -* remainder of design system knobs ([#3171](https://github.com/Microsoft/fast/issues/3171)) ([8ba91a1](https://github.com/Microsoft/fast/commit/8ba91a12530f095c6a13e260aef05acb278a62c3)) -* responsive layouts for fast-frame ([#3210](https://github.com/Microsoft/fast/issues/3210)) ([8cfcbd9](https://github.com/Microsoft/fast/commit/8cfcbd9d10750f2d954860d110ac88be7bb55b19)) -* stub in preview section ([#3108](https://github.com/Microsoft/fast/issues/3108)) ([17881fe](https://github.com/Microsoft/fast/commit/17881fe7b2227c2eca3cb3ff1cb5314c57fbf513)) diff --git a/sites/fast-website/package.json b/sites/fast-website/package.json deleted file mode 100644 index ef6f11a0d1..0000000000 --- a/sites/fast-website/package.json +++ /dev/null @@ -1,59 +0,0 @@ -{ - "name": "@microsoft/fast-website", - "version": "1.3.16", - "description": "fast website", - "main": "temp/index-rollup.js", - "types": "temp/index-rollup.d.ts", - "private": true, - "license": "MIT", - "dependencies": { - "@fluentui/svg-icons": "^1.1.139", - "@microsoft/fast-element": "1.12.0", - "@microsoft/fast-foundation": "2.49.0", - "@microsoft/fast-components": "2.30.6", - "@microsoft/fast-web-utilities": "^5.4.1", - "@microsoft/site-utilities": "file:../site-utilities", - "lodash-es": "4.17.21", - "ts-loader": "^9.3.0" - }, - "devDependencies": { - "@rollup/plugin-alias": "^3.1.1", - "clean-webpack-plugin": "^4.0.0", - "ejs-loader": "^0.5.0", - "html-webpack-plugin": "^5.5.0", - "mini-css-extract-plugin": "^2.6.0", - "css-minimizer-webpack-plugin": "^4.0.0", - "prettier": "2.8.8", - "rollup": "^2.7.6", - "rollup-plugin-commonjs": "^10.1.0", - "rollup-plugin-jst": "^1.2.0", - "rollup-plugin-node-resolve": "^5.2.0", - "rollup-plugin-svg": "^2.0.0", - "rollup-plugin-typescript2": "^0.27.1", - "svg-inline-loader": "^0.8.2", - "terser-webpack-plugin": "^5.3.1", - "ts-loader": "^9.3.0", - "typescript": "^4.7.3", - "webpack": "^5.73.0", - "webpack-cli": "^4.9.2", - "webpack-dev-server": "^4.9.2", - "webpack-merge": "^5.8.0" - }, - "scripts": { - "build:all": "yarn build:rollup && yarn build:webpack", - "build:rollup": "rollup -c", - "build:webpack": "webpack --config=./webpack.prod.js --progress", - "clean": "rimraf dist temp", - "prepare": "yarn clean && yarn build:rollup", - "start": "webpack-dev-server --config=./webpack.dev.js --history-api-fallback --progress", - "build": "yarn build:webpack", - "prettier": "prettier --config ../../.prettierrc --write \"**/*.{ts,html}\"", - "prettier:diff": "prettier --config ../../.prettierrc \"**/*.{ts,html}\" --list-different", - "test": "yarn build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/Microsoft/fast.git" - }, - "author": "Microsoft" -} diff --git a/sites/fast-website/rollup.config.js b/sites/fast-website/rollup.config.js deleted file mode 100644 index a96b4ee84e..0000000000 --- a/sites/fast-website/rollup.config.js +++ /dev/null @@ -1,37 +0,0 @@ -import alias from "@rollup/plugin-alias"; -import path from "path"; -import commonJS from "rollup-plugin-commonjs"; -import jst from "rollup-plugin-jst"; -import resolve from "rollup-plugin-node-resolve"; -import svg from "rollup-plugin-svg"; -import typescript from "rollup-plugin-typescript2"; - -export default [ - { - input: "src/index-rollup.ts", - output: [ - { - file: "temp/index-rollup.js", - format: "es", - }, - ], - plugins: [ - alias({ - entries: { - svg: path.resolve(__dirname, "src/app/svg"), - }, - }), - resolve(), - commonJS(), - jst(), - svg(), - typescript({ - tsconfigOverride: { - compilerOptions: { - declaration: true, - }, - }, - }), - ], - }, -]; diff --git a/sites/fast-website/src/app/components/background-design/background-design.styles.ts b/sites/fast-website/src/app/components/background-design/background-design.styles.ts deleted file mode 100644 index 7ec0e2de87..0000000000 --- a/sites/fast-website/src/app/components/background-design/background-design.styles.ts +++ /dev/null @@ -1,50 +0,0 @@ -import { fillColor } from "@microsoft/fast-components"; -import { css } from "@microsoft/fast-element"; -import { display } from "@microsoft/fast-foundation"; - -export const BackgroundDesignStyles = css` - ${display("block")} :host { - contain: content; - height: 99vh; /* https://developers.google.com/web/updates/2016/12/url-bar-resizing */ - isolation: isolate; - position: fixed; - left: 0; - top: 0; - width: 100vw; - z-index: -1; - } - - :host .background-image { - align-items: center; - display: flex; - height: 100%; - justify-content: center; - position: relative; - width: 100%; - } - - :host .background-image::after { - background: ${fillColor}; - content: ""; - display: block; - height: 100%; - left: 0; - opacity: 0.45; - position: absolute; - top: 0; - width: 100%; - transition: opacity 450ms ease-in-out; - } - - :host .background-image.is-faded::after { - opacity: 0.75; - } - - :host .background-image canvas { - height: auto; - min-width: 1440px; - object-fit: cover; - object-position: 50% 50%; - width: 100%; - } -`; diff --git a/sites/fast-website/src/app/components/background-design/background-design.template.ts b/sites/fast-website/src/app/components/background-design/background-design.template.ts deleted file mode 100644 index 6119a0d795..0000000000 --- a/sites/fast-website/src/app/components/background-design/background-design.template.ts +++ /dev/null @@ -1,10 +0,0 @@ -import { html, ref } from "@microsoft/fast-element"; -import { BackgroundDesign } from "./background-design"; - -export const BackgroundDesignTemplate = html` - -`; diff --git a/sites/fast-website/src/app/components/background-design/background-design.ts b/sites/fast-website/src/app/components/background-design/background-design.ts deleted file mode 100644 index b017801c9c..0000000000 --- a/sites/fast-website/src/app/components/background-design/background-design.ts +++ /dev/null @@ -1,279 +0,0 @@ -import { fillColor } from "@microsoft/fast-components"; -import { FASTElement, observable } from "@microsoft/fast-element"; -import { waveData } from "../../data/wave.data"; - -type BezierCurveTo = [number, number, number, number, number, number]; -type MoveTo = [number, number]; - -interface PathData { - C: BezierCurveTo[]; - color?: [number, number, number]; - M: MoveTo; -} - -export class BackgroundDesign extends FASTElement { - @observable - public faded: boolean = false; - - canvas: HTMLCanvasElement; - context: CanvasRenderingContext2D; - - waveSim = { - scale: 1.0, - size: { width: 0.0, height: 0.0 }, - center: { x: 0, y: 0 }, - origin: { x: 0, y: 0 }, - percent: { x: 0.5, y: 0.5 }, - }; - - time = { - loop: 0.0, - scale: 1.0, - speed: 0.35, - total: 0.0, - }; - - increments = { - bg: 20, - waves: 30, - }; - - steps = { - bg: [], - waves: [], - }; - - lineWidths = { - bg: 1.5, - waves: 10.0, - }; - - waveData = {}; - - frame: number; - - prevPerf: number = 0; - - connectedCallback() { - super.connectedCallback(); - this.context = this.canvas.getContext("2d", { - alpha: false, - }) as CanvasRenderingContext2D; - - this.setup(); - this.reflowCanvas(); - - let resizeTimeout; - - window.addEventListener( - "resize", - () => { - if (resizeTimeout) { - resizeTimeout = clearTimeout(resizeTimeout); - } - resizeTimeout = window.setTimeout(() => this.reflowCanvas(), 100); - }, - false - ); - - const performAnimation = perf => { - const frametime = perf - this.prevPerf; - this.update(frametime); - this.frame = requestAnimationFrame(performAnimation); - this.prevPerf = perf; - }; - performAnimation(window.performance.now()); - - window.addEventListener("DOMContentLoaded", () => this.setupFadeObserver()); - } - - setupFadeObserver() { - const observer = new IntersectionObserver( - entries => { - entries.forEach(entry => { - this.faded = entry.intersectionRatio < 0.5; - }); - }, - { threshold: 0.5, root: null } - ); - - const heroSection = document.getElementById("hero"); - if (heroSection) { - observer.observe(heroSection); - } - } - - setup() { - Object.entries(waveData.layers).map(([key, list]) => - list.map(({ from, to, color }, i) => { - const waveBlendData = { - path: this.convertPath(from, color), - start: this.convertPath(from), - end: this.convertPath(to), - }; - if (!this.waveData.hasOwnProperty(key)) { - this.waveData[key] = []; - } - this.waveData[key].push(waveBlendData); - }) - ); - } - - convertPath(rawPath, color?: number[]): PathData { - let M: MoveTo | undefined; - let C: BezierCurveTo[] | MoveTo | undefined = rawPath - .split(/(?=[MCS])/) - .map(d => { - let points = d - .slice(1, d.length) - .split(",") - .map(p => ~~p); - - let pairs: number[] = []; - if (points.length === 2) { - M = points.map(p => ~~p) as MoveTo; - return; - } - for (let i = 0; i < points.length; i++) { - pairs.push(~~points[i]); - } - return pairs as BezierCurveTo | MoveTo; - }) - .filter(Boolean); - - return { C, M, ...(color && { color }) } as PathData; - } - - stepPoint(from, to, increments, step) { - return from + ((to - from) / increments) * step; - } - - generateWave(from, to, cache, inc) { - let colorBlend: number = 0; - for (let step = 0; step < inc; step++) { - colorBlend += 1 / inc; - const newWave = { - color: from.color.map( - (c, i) => c * colorBlend + (1 - colorBlend) * to.color[i] - ), - C: from.C.map((c, n) => - c.map((v, i) => this.stepPoint(v, to.C[n][i], inc, step)) - ), - M: from.M.map((p, i) => this.stepPoint(p, to.M[i], inc, step)), - }; - - cache.push(newWave); - } - } - - updateWave(thisWave, startPoints, endPoints, modifier) { - // sin wave drives animation - let blend = this.easeInOut(1)(Math.sin(this.time.total / 2 + modifier)); - for (let i = 0; i < thisWave.C.length; i++) { - const points = thisWave.C[i]; - for (let j = 0; j < points.length; j++) { - let pointStart = startPoints.C[i][j]; - let pointEnd = endPoints.C[i][j]; - thisWave.C[i][j] = - ((blend + 1) * (pointEnd - pointStart)) / 2 + pointStart; - } - } - - return thisWave; - } - - draw({ color, C, M }, lineWidth) { - this.context.beginPath(); - this.context.moveTo(M[0], M[1]); - - for (let i = 0; i < C.length; i++) { - this.context.bezierCurveTo(...(C[i] as BezierCurveTo)); - } - - this.context.lineWidth = lineWidth; - this.context.strokeStyle = `rgb(${color!.join(",")})`; - this.context.stroke(); - this.context.closePath(); - } - - update(frametime) { - // you're too slow! - if (frametime > 33.34) { - return; - } - - this.time.loop = frametime / 1000; - this.time.scale = this.time.loop * 60.0 * this.time.speed; - this.time.total += this.time.loop * this.time.scale; - - this.steps.bg.length = 0; - this.steps.waves.length = 0; - - this.context.fillStyle = fillColor.getValueFor(this).toColorString(); - this.context.fillRect(0, 0, this.waveSim.size.width, this.waveSim.size.height); - this.context.save(); - this.context.translate( - ~~((this.waveSim.size.width - waveData.viewbox.width) / 2), - ~~((this.waveSim.size.height - waveData.viewbox.height) / 2) - ); - - const keys = Object.keys(this.waveData); - - // for-loops for performance - for (let g = 0; g < keys.length; g++) { - const key = keys[g]; - const waves = this.waveData[key]; - - for (let i = 0; i < waves.length; i++) { - let wave = waves[i]; - const modifier = i * 2 + (g + 1); - if (i < waves.length - 1) { - this.generateWave( - this.waveData[key][i].path, - this.waveData[key][i + 1].path, - this.steps[key], - this.increments[key] - ); - } - wave = this.updateWave(wave.path, wave.start, wave.end, modifier); - } - - const steps = this.steps[key]; - for (let i = 0; i < steps.length; i++) { - const step = steps[i]; - this.draw(step, this.lineWidths[key]); - } - } - - this.context.restore(); - } - - easeIn = p => t => Math.pow(t, p); - easeOut = p => t => 1 - Math.abs(Math.pow(t - 1, p)); - easeInOut = p => t => - t < 0.5 ? this.easeIn(p)(t * 2) / 2 : this.easeOut(p)(t * 2 - 1) / 2 + 0.5; - - reflowCanvas() { - let styles = window.getComputedStyle(this); - - const w = parseInt(styles.getPropertyValue("width"), 10); - const h = parseInt(styles.getPropertyValue("height"), 10); - - this.waveSim.scale = w / waveData.viewbox.width; - - this.waveSim.size.width = w / this.waveSim.scale; - this.waveSim.size.height = h / this.waveSim.scale; - - this.canvas.style.width = `${this.waveSim.size.width * this.waveSim.scale}px`; - this.canvas.style.height = `${this.waveSim.size.height * this.waveSim.scale}px`; - this.canvas.width = this.waveSim.size.width; - this.canvas.height = this.waveSim.size.height; - - this.waveSim.origin.x = Math.ceil( - this.waveSim.size.width * this.waveSim.percent.x - ); - this.waveSim.origin.y = Math.ceil( - this.waveSim.size.height * this.waveSim.percent.y - ); - } -} diff --git a/sites/fast-website/src/app/components/background-design/index.ts b/sites/fast-website/src/app/components/background-design/index.ts deleted file mode 100644 index a38a185a8f..0000000000 --- a/sites/fast-website/src/app/components/background-design/index.ts +++ /dev/null @@ -1,11 +0,0 @@ -import { customElement } from "@microsoft/fast-element"; -import { BackgroundDesign } from "./background-design"; -import { BackgroundDesignTemplate as template } from "./background-design.template"; -import { BackgroundDesignStyles as styles } from "./background-design.styles"; - -@customElement({ - name: "background-design", - styles, - template, -}) -export class SiteBackgroundDesign extends BackgroundDesign {} diff --git a/sites/fast-website/src/app/components/card-section/card-section.styles.ts b/sites/fast-website/src/app/components/card-section/card-section.styles.ts deleted file mode 100644 index 9f5e7ed89a..0000000000 --- a/sites/fast-website/src/app/components/card-section/card-section.styles.ts +++ /dev/null @@ -1,33 +0,0 @@ -import { css } from "@microsoft/fast-element"; -import { display } from "@microsoft/fast-foundation"; -import { neutralFillHover } from "@microsoft/fast-components"; - -export const CardSectionStyles = css` - :host { - --flow: row; - } - - ${display("grid")} :host { - grid-template-rows: repeat(4, min-content); - grid-auto-flow: var(--flow); - justify-content: center; - } - - :host(:hover) ::slotted(site-feature-card) { - filter: saturate(0); - } - - :host ::slotted(site-feature-card:hover), - :host ::slotted(site-feature-card:focus-within) { - cursor: pointer; - color: currentColor; - background-color: ${neutralFillHover}; - filter: saturate(1); - } - - @media screen and (min-width: 900px) { - :host { - --flow: column; - } - } -`; diff --git a/sites/fast-website/src/app/components/card-section/card-section.template.ts b/sites/fast-website/src/app/components/card-section/card-section.template.ts deleted file mode 100644 index 5d0fdb13d8..0000000000 --- a/sites/fast-website/src/app/components/card-section/card-section.template.ts +++ /dev/null @@ -1,6 +0,0 @@ -import { html } from "@microsoft/fast-element"; -import { CardSection } from "./card-section"; - -export const CardSectionTemplate = html` - -`; diff --git a/sites/fast-website/src/app/components/card-section/card-section.ts b/sites/fast-website/src/app/components/card-section/card-section.ts deleted file mode 100644 index f57f1f9b34..0000000000 --- a/sites/fast-website/src/app/components/card-section/card-section.ts +++ /dev/null @@ -1,3 +0,0 @@ -import { FASTElement } from "@microsoft/fast-element"; - -export class CardSection extends FASTElement {} diff --git a/sites/fast-website/src/app/components/card-section/index.ts b/sites/fast-website/src/app/components/card-section/index.ts deleted file mode 100644 index 1d440346d1..0000000000 --- a/sites/fast-website/src/app/components/card-section/index.ts +++ /dev/null @@ -1,14 +0,0 @@ -import { customElement } from "@microsoft/fast-element"; -import { CardSectionTemplate as template } from "./card-section.template"; -import { CardSectionStyles as styles } from "./card-section.styles"; -import { CardSection } from "./card-section"; - -@customElement({ - name: "site-card-section", - template, - styles, -}) -export class SiteCardSection extends CardSection {} -export * from "./card-section.template"; -export * from "./card-section.styles"; -export * from "./card-section"; diff --git a/sites/fast-website/src/app/components/color-swatch/color-swatch.styles.ts b/sites/fast-website/src/app/components/color-swatch/color-swatch.styles.ts deleted file mode 100644 index 13f64fde47..0000000000 --- a/sites/fast-website/src/app/components/color-swatch/color-swatch.styles.ts +++ /dev/null @@ -1,157 +0,0 @@ -import { - accentFillRest, - bodyFont, - controlCornerRadius, - density, - designUnit, - disabledOpacity, - focusStrokeOuter, - foregroundOnAccentRest, - neutralForegroundRest, - neutralStrokeHover, - neutralStrokeRest, - strokeWidth, -} from "@microsoft/fast-components"; -import { heightNumber } from "@microsoft/fast-components/dist/esm/styles/size"; -import { css } from "@microsoft/fast-element"; -import { - disabledCursor, - display, - focusVisible, - forcedColorsStylesheetBehavior, -} from "@microsoft/fast-foundation"; -import { SystemColors } from "@microsoft/fast-web-utilities"; - -export const ColorSwatchStyles = css` - ${display("inline-flex")} :host { - --input-size: calc((${heightNumber} / 2) + ${designUnit}); - align-items: center; - outline: none; - margin: calc(${designUnit} * 1px) 0; - user-select: none; - position: relative; - flex-direction: row; - transition: all 0.2s ease-in-out; - } - - .control { - background: ${accentFillRest}; - color: ${neutralForegroundRest}; - position: relative; - width: calc(var(--input-size) * 1px); - height: calc(var(--input-size) * 1px); - box-sizing: border-box; - border-radius: calc(${controlCornerRadius} * 1px); - border: calc(${strokeWidth} * 1px) solid ${neutralStrokeRest}; - outline: none; - cursor: pointer; - } - - .label-hidden { - display: none; - } - - .label { - font-family: ${bodyFont}; - color: ${neutralForegroundRest}; - /* TODO: Need to discuss with Brian how HorizontalSpacingNumber can work. - https://github.com/microsoft/fast/issues/2766 */ - padding-inline-start: calc(${designUnit} * 2px + 2px); - margin-inline-end: calc(${designUnit} * 2px + 2px); - cursor: pointer; - /* TODO: adaptive typography https://github.com/microsoft/fast/issues/2432 */ - font-size: calc(1rem + (${density} * 2px)); - } - - .checked-indicator { - position: absolute; - top: -1px; - left: -1px; - right: -1px; - bottom: -1px; - border-radius: calc(${controlCornerRadius} * 1px); - display: inline-block; - flex-shrink: 0; - border: 1px solid ${neutralForegroundRest}; - opacity: 0; - pointer-events: none; - } - - ::slotted([slot="checked-indicator"]) { - align-items: center; - color: ${foregroundOnAccentRest}; - display: flex; - fill: currentColor; - justify-content: center; - } - - .control:hover { - border-color: ${neutralStrokeHover}; - } - - :host(:${focusVisible}) .control { - box-shadow: 0 0 0 1px ${focusStrokeOuter} inset; - border-color: ${focusStrokeOuter}; - } - - :host(.disabled) .label, - :host(.readonly) .label, - :host(.readonly) .control, - :host(.disabled) .control { - cursor: ${disabledCursor}; - } - - :host(.checked) .checked-indicator { - opacity: 1; - } - - :host(.disabled) { - opacity: ${disabledOpacity}; - } -`.withBehaviors( - forcedColorsStylesheetBehavior( - css` - .control, - .control:hover, - .control:active { - forced-color-adjust: none; - border-color: ${SystemColors.FieldText}; - background: ${SystemColors.Field}; - } - :host(:${focusVisible}) .control { - border-color: ${SystemColors.Highlight}; - } - :host(.checked) .control:hover, - .control:active { - border-color: ${SystemColors.Highlight}; - background: ${SystemColors.Highlight}; - } - :host(.checked) .checked-indicator { - background: ${SystemColors.Highlight}; - fill: ${SystemColors.Highlight}; - } - :host(.checked) .control:hover .checked-indicator { - background: ${SystemColors.HighlightText}; - fill: ${SystemColors.HighlightText}; - } - :host(.disabled) { - forced-color-adjust: none; - opacity: 1; - } - :host(.disabled) .label { - color: ${SystemColors.GrayText}; - } - :host(.disabled) .control, - :host(.checked.disabled) .control:hover, - .control:active { - background: ${SystemColors.Field}; - border-color: ${SystemColors.GrayText}; - } - :host(.disabled) .checked-indicator, - :host(.checked.disabled) .control:hover .checked-indicator { - fill: ${SystemColors.GrayText}; - background: ${SystemColors.GrayText}; - } - ` - ) -); diff --git a/sites/fast-website/src/app/components/color-swatch/color-swatch.template.ts b/sites/fast-website/src/app/components/color-swatch/color-swatch.template.ts deleted file mode 100644 index 3b7e996eef..0000000000 --- a/sites/fast-website/src/app/components/color-swatch/color-swatch.template.ts +++ /dev/null @@ -1,34 +0,0 @@ -import { html, slotted } from "@microsoft/fast-element"; -import { whitespaceFilter } from "@microsoft/fast-foundation"; -import { ColorSwatch } from "./color-swatch"; - -export const ColorSwatchTemplate = html` - -`; diff --git a/sites/fast-website/src/app/components/color-swatch/color-swatch.ts b/sites/fast-website/src/app/components/color-swatch/color-swatch.ts deleted file mode 100644 index 73929bc86c..0000000000 --- a/sites/fast-website/src/app/components/color-swatch/color-swatch.ts +++ /dev/null @@ -1,79 +0,0 @@ -import { parseColorHexRGB } from "@microsoft/fast-colors"; -import { accentPalette, PaletteRGB } from "@microsoft/fast-components"; -import { attr, observable } from "@microsoft/fast-element"; -import { Radio } from "@microsoft/fast-foundation"; -import { keyEnter } from "@microsoft/fast-web-utilities"; - -export declare interface ColorSelectionResult { - sRGBHex: string; -} - -export declare class EyeDropper { - constructor(); - public open(): Promise; -} - -export class ColorSwatch extends Radio { - private palette: PaletteRGB; - - @observable - public defaultSlottedNodes: Node[]; - - private eyedropper: EyeDropper; - - @attr({ - attribute: "custom-value", - mode: "boolean", - }) - customValue: boolean = false; - - constructor() { - super(); - - if ("EyeDropper" in globalThis) { - this.eyedropper = new EyeDropper(); - } - } - - connectedCallback() { - super.connectedCallback(); - - if (this.eyedropper && this.customValue) { - this.addEventListener("keydown", this.keydownHandler); - } - } - - public keydownHandler(e: KeyboardEvent): boolean | void { - if (e.key === keyEnter) { - this.getColorFromEyeDropper(); - } - } - - public clickHandler(e: MouseEvent): boolean | void { - if (!this.customValue || !this.eyedropper) { - return super.clickHandler(e); - } - - this.getColorFromEyeDropper().then(() => { - return super.clickHandler(e); - }); - } - - public async getColorFromEyeDropper() { - try { - const colorSelectionResult = await this.eyedropper.open(); - this.value = colorSelectionResult.sRGBHex; - this.$emit("change"); - } catch (err) { - console.log(err); - } - } - - public valueChanged(prev: unknown, next: string): void { - const parsedColor = parseColorHexRGB(next); - if (parsedColor) { - this.palette = PaletteRGB.from(parsedColor); - accentPalette.setValueFor(this, this.palette); - } - } -} diff --git a/sites/fast-website/src/app/components/color-swatch/index.ts b/sites/fast-website/src/app/components/color-swatch/index.ts deleted file mode 100644 index adbadc4414..0000000000 --- a/sites/fast-website/src/app/components/color-swatch/index.ts +++ /dev/null @@ -1,14 +0,0 @@ -import { customElement } from "@microsoft/fast-element"; -import { ColorSwatch } from "./color-swatch"; -import { ColorSwatchTemplate as template } from "./color-swatch.template"; -import { ColorSwatchStyles as styles } from "./color-swatch.styles"; - -@customElement({ - name: "site-color-swatch", - template, - styles, -}) -export class SiteColorSwatch extends ColorSwatch {} -export * from "./color-swatch.template"; -export * from "./color-swatch.styles"; -export * from "./color-swatch"; diff --git a/sites/fast-website/src/app/components/content-placement-container/content-placement-container.styles.ts b/sites/fast-website/src/app/components/content-placement-container/content-placement-container.styles.ts deleted file mode 100644 index 88073168a3..0000000000 --- a/sites/fast-website/src/app/components/content-placement-container/content-placement-container.styles.ts +++ /dev/null @@ -1,199 +0,0 @@ -import { css } from "@microsoft/fast-element"; -import { display } from "@microsoft/fast-foundation"; -import { elevation } from "@microsoft/fast-components/dist/esm/styles/elevation.js"; -import { - accentForegroundRest, - controlCornerRadius, - designUnit, - neutralFillFocus, - neutralForegroundRest, - typeRampBaseFontSize, - typeRampMinus1FontSize, - typeRampPlus2FontSize, -} from "@microsoft/fast-components"; - -export const ContentPlacementContainerStyles = css` - ${display("grid")}:host { - justify-content: center; - position: relative; - } - - fast-anchor { - color: currentColor; - } - - :host * { - transition: all 0.3s ease-out; - } - - :host([section="framework"]) { - grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); - contain: content; - overflow: hidden; - } - - :host([section="feature"]) { - --flow: column; - grid-template-rows: repeat(3, min-content); - grid-template-columns: repeat(2, 1fr); - grid-auto-flow: var(--flow); - justify-content: center; - counter-reset: feature-counter; - } - - /* this creates the numbering for feature*/ - - :host([section="feature"]) site-feature-card { - counter-increment: feature-counter; - } - - :host([section="feature"]) site-feature-card :first-child::before { - display: block; - content: counter(feature-counter, decimal-leading-zero); - font-size: ${typeRampBaseFontSize}; - margin-bottom: calc(${designUnit} * 2px); - } - - /* end */ - - /* This creates the color, background, and elevation changes on hover */ - - :host(:hover) site-feature-card, - :host(:focus-within) site-feature-card, - :host(:hover) site-content-placement, - :host(:focus-within) site-content-placement { - opacity: 0.6; - } - - :host site-feature-card:hover, - :host site-feature-card:focus-within, - :host site-content-placement:hover, - :host site-content-placement:focus-within { - --elevation: 16; - background: ${neutralFillFocus}; - border-radius: calc(${controlCornerRadius} * 1px); - color: currentColor; - opacity: 1; - ${elevation} - } - - :host([section="framework"]) site-content-placement:hover h3, - :host([section="framework"]) site-content-placement:focus-within h3, - :host([section="feature"]) site-feature-card:hover :first-child::before, - :host([section="feature"]) site-feature-card:focus-within :first-child::before, - :host([section="feature"]) site-feature-card:hover fast-anchor, - :host([section="feature"]) site-feature-card:focus-within fast-anchor, - :host([section="community"]) site-content-placement:hover ::part(content), - :host([section="community"]) site-content-placement:focus-within ::part(content) { - color: ${neutralForegroundRest}; - } - - :host([section="framework"]) site-content-placement:hover h3 .headerSubscript, - :host([section="framework"]) site-content-placement:focus-within h3 .headerSubscript { - color: ${neutralForegroundRest}; - } - - fast-anchor::part(content)::before { - background: ${neutralForegroundRest}; - } - - site-feature-card:hover fast-anchor::part(content)::before, - site-feature-card:focus-within fast-anchor::part(content)::before, - site-content-placement:hover fast-anchor::part(content)::before, - site-content-placement:focus-within fast-anchor::part(content)::before { - background: ${accentForegroundRest}; - } - - /* end */ - - .headerSubscript { - font-size: ${typeRampMinus1FontSize}; - } - - .icon { - fill: currentColor; - width: 16px; - height: 16px; - } - - h3 { - margin: 0 0 calc(${designUnit} * 5px) 0; - font-size: ${typeRampPlus2FontSize}; - } - - site-feature-card:not(:nth-of-type(4n)):hover + site-feature-card::before { - opacity: 0; - } - - :host([section="community"]) { - padding-bottom: 94px; - } - - :host([section="designSystem"]) { - display: flex; - flex-wrap: wrap; - } - - .fast-design-system svg { - height: 40px; - width: 80px; - fill: white; - stroke: white; - margin: 15px 40px 15px; - } - - .fast-design-system svg rect { - fill: white; - stroke: white; - } - - .fast-design-system path { - fill: white; - } - - .fast-design-system-link { - color: white; - text-decoration: none; - text-align: center; - border-radius: 3px; - font-size: var(--type-ramp-base-font-size); - } - - .fast-design-system-link:hover, - .fast-design-system-link:focus { - background: rgba(0, 0, 0, 0.5); - text-decoration: underline; - text-decoration-color: var(--accent-foreground-rest); - text-decoration-thickness: 2px; - } - - @media screen and (max-width: 1330px) { - :host([section="feature"]) { - --flow: row; - grid-template-columns: unset; - } - - site-feature-card:hover + site-feature-card::before { - opacity: 0; - } - } - - @media screen and (min-width: 750px) { - :host([section="community"]) { - grid-template-columns: repeat(auto-fit, minmax(225px, 1fr)); - padding-bottom: 0; - } - } - - @media screen and (max-width: 899px) { - :host([section="feature"]) site-feature-card :first-child { - display: flex; - flex-direction: row-reverse; - justify-content: space-between; - } - - :host([section="feature"]) site-feature-card :first-child::before { - color: ${accentForegroundRest}; - } - } -`; diff --git a/sites/fast-website/src/app/components/content-placement-container/content-placement-container.template.ts b/sites/fast-website/src/app/components/content-placement-container/content-placement-container.template.ts deleted file mode 100644 index a9892f02b0..0000000000 --- a/sites/fast-website/src/app/components/content-placement-container/content-placement-container.template.ts +++ /dev/null @@ -1,11 +0,0 @@ -import { html, repeat } from "@microsoft/fast-element"; -import { ContentPlacementContainer } from "./content-placement-container"; -import { SiteContentPlacement } from "../content-placement"; - -const template = html` - ${(x, c) => c.parent.selectTemplate()} -`; - -export const ContentPlacementContainerTemplate = html` - ${repeat(x => x.selectData(), template)} -`; diff --git a/sites/fast-website/src/app/components/content-placement-container/content-placement-container.ts b/sites/fast-website/src/app/components/content-placement-container/content-placement-container.ts deleted file mode 100644 index 794ce4ff51..0000000000 --- a/sites/fast-website/src/app/components/content-placement-container/content-placement-container.ts +++ /dev/null @@ -1,47 +0,0 @@ -import { attr, FASTElement } from "@microsoft/fast-element"; -import { - CommunityContentPlacementData, - communityContentPlacementData, -} from "../../data/community.data"; -import { - FrameworkContentPlacementData, - frameworkContentPlacementData, -} from "../../data/framework.data"; -import { FeatureCardData, featureCardData } from "../../data/feature.data"; -import { DesignSystemData, designSystemData } from "../../data/design-system.data"; -import frameworkTemplate from "./templates/framework.template"; -import featureTemplate from "./templates/feature.template"; -import communityTemplate from "./templates/community.template"; -import designSystemTemplate from "./templates/design-system.template"; -export class ContentPlacementContainer extends FASTElement { - @attr section: string; - - frameworkData: FrameworkContentPlacementData[] = frameworkContentPlacementData; - featureData: FeatureCardData[] = featureCardData; - communityData: CommunityContentPlacementData[] = communityContentPlacementData.filter( - x => x.header !== "Medium" - ); - designSystemData: DesignSystemData[] = designSystemData; - - dataByType = { - framework: this.frameworkData, - feature: this.featureData, - community: this.communityData, - designSystem: this.designSystemData, - }; - - templateByType = { - framework: frameworkTemplate, - feature: featureTemplate, - community: communityTemplate, - designSystem: designSystemTemplate, - }; - - selectTemplate() { - return this.templateByType[this.section]; - } - - selectData() { - return this.dataByType[this.section]; - } -} diff --git a/sites/fast-website/src/app/components/content-placement-container/index.ts b/sites/fast-website/src/app/components/content-placement-container/index.ts deleted file mode 100644 index 2ab2c9287c..0000000000 --- a/sites/fast-website/src/app/components/content-placement-container/index.ts +++ /dev/null @@ -1,14 +0,0 @@ -import { customElement } from "@microsoft/fast-element"; -import { ContentPlacementContainer } from "./content-placement-container"; -import { ContentPlacementContainerTemplate as template } from "./content-placement-container.template"; -import { ContentPlacementContainerStyles as styles } from "./content-placement-container.styles"; - -@customElement({ - name: "site-content-placement-container", - template, - styles, -}) -export class SiteContentPlacementContainer extends ContentPlacementContainer {} -export * from "./content-placement-container.template"; -export * from "./content-placement-container.styles"; -export * from "./content-placement-container"; diff --git a/sites/fast-website/src/app/components/content-placement-container/templates/community.template.ts b/sites/fast-website/src/app/components/content-placement-container/templates/community.template.ts deleted file mode 100644 index 3c19c369ac..0000000000 --- a/sites/fast-website/src/app/components/content-placement-container/templates/community.template.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { html } from "@microsoft/fast-element"; -import { linkTemplate } from "./link.template"; - -const communityTemplate = html` - -
x.icon}>
-

${x => x.header}

-

${x => x.body}

- ${linkTemplate("action")} -
-`; - -export default communityTemplate; diff --git a/sites/fast-website/src/app/components/content-placement-container/templates/design-system.template.ts b/sites/fast-website/src/app/components/content-placement-container/templates/design-system.template.ts deleted file mode 100644 index 249d14e135..0000000000 --- a/sites/fast-website/src/app/components/content-placement-container/templates/design-system.template.ts +++ /dev/null @@ -1,10 +0,0 @@ -import { html } from "@microsoft/fast-element"; - -const designSystemTemplate = html` - - x.icon}> -

${x => x.anchorText}

-
-`; - -export default designSystemTemplate; diff --git a/sites/fast-website/src/app/components/content-placement-container/templates/feature.template.ts b/sites/fast-website/src/app/components/content-placement-container/templates/feature.template.ts deleted file mode 100644 index 287147f70f..0000000000 --- a/sites/fast-website/src/app/components/content-placement-container/templates/feature.template.ts +++ /dev/null @@ -1,12 +0,0 @@ -import { html, repeat } from "@microsoft/fast-element"; -import { linkTemplate } from "./link.template"; - -const featureTemplate = html` - -

${x => x.header}

-

${x => x.body}

- ${repeat(x => x.links, linkTemplate("footer"))} -
-`; - -export default featureTemplate; diff --git a/sites/fast-website/src/app/components/content-placement-container/templates/framework.template.ts b/sites/fast-website/src/app/components/content-placement-container/templates/framework.template.ts deleted file mode 100644 index c609116290..0000000000 --- a/sites/fast-website/src/app/components/content-placement-container/templates/framework.template.ts +++ /dev/null @@ -1,15 +0,0 @@ -import { html, repeat } from "@microsoft/fast-element"; -import { linkTemplate } from "./link.template"; - -const frameworkTemplate = html` - -

- ${x => (x.headerSubscript ? x.header + " " : x.header)} - ${x => x.headerSubscript} -

-

${x => x.body}

- ${repeat(x => x.links, linkTemplate("action"))} -
-`; - -export default frameworkTemplate; diff --git a/sites/fast-website/src/app/components/content-placement-container/templates/link.template.ts b/sites/fast-website/src/app/components/content-placement-container/templates/link.template.ts deleted file mode 100644 index afbb03c160..0000000000 --- a/sites/fast-website/src/app/components/content-placement-container/templates/link.template.ts +++ /dev/null @@ -1,7 +0,0 @@ -import { html } from "@microsoft/fast-element"; - -export const linkTemplate = (slot: string) => html` - x.url} appearance="lightweight"> - ${x => x.anchorText} - -`; diff --git a/sites/fast-website/src/app/components/content-placement/content-placement.styles.ts b/sites/fast-website/src/app/components/content-placement/content-placement.styles.ts deleted file mode 100644 index 1573e354f4..0000000000 --- a/sites/fast-website/src/app/components/content-placement/content-placement.styles.ts +++ /dev/null @@ -1,43 +0,0 @@ -import { bodyFont, designUnit, typeRampBaseFontSize } from "@microsoft/fast-components"; -import { css } from "@microsoft/fast-element"; -import { display } from "@microsoft/fast-foundation"; - -export const ContentPlacementStyles = css` - ${display("grid")} :host { - justify-content: center; - contain: layout; - font-family: ${bodyFont}; - box-sizing: border-box; - position: relative; - } - - fast-card { - background: transparent; - padding: calc(${designUnit} * 5px); - text-align: left; - display: flex; - flex-direction: column; - box-shadow: none; - } - - fast-card ::slotted([slot="body"]) { - flex: 1 1 auto; - margin: 0; - font-size: ${typeRampBaseFontSize}; - } - - fast-card ::slotted([slot="action"]) { - margin-top: calc(${designUnit} * 2px); - align-self: start; - } - - fast-card:hover .contentPlacement_icon, - fast-card:focus-within .contentPlacement_icon { - opacity: 1; - } - - fast-card .contentPlacement_icon { - opacity: 0; - margin-bottom: calc(${designUnit} * 5px); - } -`; diff --git a/sites/fast-website/src/app/components/content-placement/content-placement.template.ts b/sites/fast-website/src/app/components/content-placement/content-placement.template.ts deleted file mode 100644 index f3b5d55122..0000000000 --- a/sites/fast-website/src/app/components/content-placement/content-placement.template.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { html, when } from "@microsoft/fast-element"; -import { ContentPlacement } from "./content-placement"; - -export const ContentPlacementTemplate = html` - -
(x.icon ? "contentPlacement_icon" : "")}> - -
- - - -
-`; diff --git a/sites/fast-website/src/app/components/content-placement/content-placement.ts b/sites/fast-website/src/app/components/content-placement/content-placement.ts deleted file mode 100644 index 62612755dd..0000000000 --- a/sites/fast-website/src/app/components/content-placement/content-placement.ts +++ /dev/null @@ -1,6 +0,0 @@ -import { attr, FASTElement } from "@microsoft/fast-element"; - -export class ContentPlacement extends FASTElement { - @attr({ mode: "boolean" }) - public icon: boolean = false; -} diff --git a/sites/fast-website/src/app/components/content-placement/index.ts b/sites/fast-website/src/app/components/content-placement/index.ts deleted file mode 100644 index fb515e3797..0000000000 --- a/sites/fast-website/src/app/components/content-placement/index.ts +++ /dev/null @@ -1,14 +0,0 @@ -import { customElement } from "@microsoft/fast-element"; -import { ContentPlacement } from "./content-placement"; -import { ContentPlacementTemplate as template } from "./content-placement.template"; -import { ContentPlacementStyles as styles } from "./content-placement.styles"; - -@customElement({ - name: "site-content-placement", - template, - styles, -}) -export class SiteContentPlacement extends ContentPlacement {} -export * from "./content-placement.template"; -export * from "./content-placement.styles"; -export * from "./content-placement"; diff --git a/sites/fast-website/src/app/components/fast-frame/fast-frame.styles.ts b/sites/fast-website/src/app/components/fast-frame/fast-frame.styles.ts deleted file mode 100644 index bb078188c8..0000000000 --- a/sites/fast-website/src/app/components/fast-frame/fast-frame.styles.ts +++ /dev/null @@ -1,398 +0,0 @@ -import { css } from "@microsoft/fast-element"; -import { display, forcedColorsStylesheetBehavior } from "@microsoft/fast-foundation"; -import { - bodyFont, - neutralForegroundRest, - fillColor, - controlCornerRadius, - neutralFillLayerRest, - typeRampMinus1FontSize, - typeRampMinus1LineHeight, - neutralForegroundHint, - typeRampPlus3FontSize, - typeRampPlus3LineHeight, - designUnit, - accentFillRest, - typeRampMinus2FontSize, -} from "@microsoft/fast-components"; -import { drawerBreakpoint } from "./fast-frame"; -import { SystemColors } from "@microsoft/fast-web-utilities"; - -export const FastFrameStyles = css` - ${display("block")} :host { - flex-direction: column; - font-family: ${bodyFont}; - color: ${neutralForegroundRest}; - box-sizing: border-box; - text-align: center; - width: 100%; - background: ${fillColor}; - border-radius: calc(${controlCornerRadius} * 1px); - } - - :host { - --gutter: 20; - max-width: 100vw; - } - - .icon { - pointer-events: none; - } - - .wrapper { - display: grid; - grid-template-columns: minMax(400px, 500px) 1fr; - min-height: 500px; - width: 100%; - position: relative; - } - - .content { - display: flex; - flex-direction: column; - width: 100%; - text-align: start; - background: ${neutralFillLayerRest}; - padding: calc(var(--gutter) * 2px); - } - - .content-control-container { - display: grid; - grid-template-rows: auto; - grid-template-columns: 1fr auto; - grid-gap: calc(var(--gutter) * 1px); - align-items: center; - } - - .content-control-container-2 { - display: grid; - grid-template-rows: auto; - grid-template-columns: 1fr 1fr; - grid-gap: calc(var(--gutter) * 1px); - } - - .content-control-container :not(label) { - justify-self: end; - } - - .content .content-badge { - --design-unit: 0; - font-size: ${typeRampMinus1FontSize}; - line-height: ${typeRampMinus1LineHeight}; - color: ${neutralForegroundHint}; - margin: 0; - margin-bottom: 15px; - font-weight: bold; - text-transform: uppercase; - } - - .content .content-badge .content-badge-highlight { - color: ${neutralForegroundHint}; - } - - .content .heading { - font-size: ${typeRampPlus3FontSize}; - line-height: ${typeRampPlus3LineHeight}; - margin: 0; - margin-bottom: 10px; - font-weight: bold; - } - - .preview { - display: grid; - grid-gap: calc(var(--gutter) * 2px); - grid-template-columns: auto 300px; - padding: calc(var(--gutter) * 2px); - position: relative; - border-radius: 0 calc(${controlCornerRadius} * 1px) calc(${controlCornerRadius} * 1px) 0; - background: ${fillColor}; - } - - .image-container { - /** Temp background */ - background: #D6D6D6; - width: 100%; - height: 215px; - display: flex; - } - - .text-container { - display: flex; - flex-direction: column; - padding: calc(var(--gutter) * 1px); - text-align: start; - color: ${neutralForegroundRest}; - } - - .badge { - align-self: flex-end; - margin: calc(var(--gutter) * 1px); - } - - .preview-controls { - display: grid; - grid-auto-rows: max-content; - grid-gap: 20px; - } - - .control-container { - display: grid; - grid-template-columns: 1fr 1fr; - grid-gap: 20px; - } - - .control-container-2 { - display: grid; - grid-template-columns: 1fr auto auto; - grid-gap: 20px; - } - - .control-container p { - margin-inline-start: calc(${designUnit} * 2px + 2px); - } - - .control-container-grid { - display: grid; - grid-template-columns: auto 1fr; - text-align: start; - color: ${neutralForegroundRest}; - } - - .checkbox { - grid-row: 2; - } - - .checkbox-label { - grid-row: 2; - grid-column: 2; - } - - .icon { - fill: currentColor; - } - - .sample-control { - display: flex; - align-items: center; - width: 100%; - } - - .sample-control-actions { - margin-inline-start: auto; - } - - .sample-control-text { - margin-inline-start: calc(${designUnit} * 2px + 2px); - } - - .sample-control-icon { - width: 21px; - height: 21px; - background-color: ${accentFillRest}; - border-radius: calc(${controlCornerRadius} * 1px); - } - - .saturation-slider-track { - height: 100%; - border-radius: calc(${controlCornerRadius} * 1px); - } - - .hue-slider-track { - height: 100%; - border-radius: calc(${controlCornerRadius} * 1px); - background-image: - linear-gradient( - to right, - rgb(255, 0, 0), - rgb(255, 77, 0), - rgb(255, 153, 0), - rgb(255, 230, 0), - rgb(204, 255, 0), - rgb(128, 255, 0), - rgb(51, 255, 0), - rgb(0, 255, 26), - rgb(0, 255, 102), - rgb(0, 255, 179), - rgb(0, 255, 255), - rgb(0, 179, 255), - rgb(0, 102, 255), - rgb(0, 26, 255), - rgb(51, 0, 255), - rgb(128, 0, 255), - rgb(204, 0, 255), - rgb(255, 0, 230), - rgb(255, 0, 153), - rgb(255, 0, 76), - rgb(255, 0, 4) - );" - } - - #saturation-slider::part(track-start), - #hue-slider::part(track-start) { - background: none; - } - - .responsive-expand-flipper { - position: absolute; - left: -30px; - align-self: center; - display: none; - visibility: hidden; - } - - fast-card { - width: 280px; - } - - fast-badge { - --badge-fill-primary: #E4BC11; - --badge-color-primary: #000000; - } - - fast-slider { - min-width: unset; - } - - fast-tab-panel:not([hidden]) { - display: flex; - } - - fast-tab-panel { - background: ${neutralFillLayerRest}; - height: 100%; - } - - fast-tab[aria-selected="true"] { - background: transparent; - } - - fast-radio-group.example-radios { - margin: 0; - } - - fast-radio-group.example-radios::part(positioning-region) { - display: grid; - grid-template-columns: auto; - height: 100%; - } - - fast-radio-group.swatches::part(positioning-region) { - display: grid; - grid-gap: 10px; - grid-auto-flow: column; - } - - site-color-swatch { - margin: 0; - } - - fast-slider-label { - font-size: ${typeRampMinus2FontSize}; - color: ${neutralForegroundHint}; - } - - @media screen and (max-width: 1330px) { - :host { - --gutter: 10; - } - - fast-card { - display: none; - } - - .preview { - grid-template-columns: minMax(300px, auto); - border-radius: calc(${controlCornerRadius} * 1px); - } - - } - @media screen and (max-width: ${drawerBreakpoint}) { - :host { - --gutter: 10; - } - - fast-card { - display: none; - } - - .preview { - position: absolute; - right: -90%; - grid-template-columns: 100%; - width: 80%; - transition: right .5s ease-in-out; - align-self: center; - border-radius: calc(${controlCornerRadius} * 1px); - } - - .preview-expanded { - transition: right .5s ease-in-out; - right: -10%; - } - - .wrapper { - display: grid; - grid-template-columns: auto; - width: calc(100vw - 20vw); - } - - .responsive-expand-flipper { - display: inline-flex; - visibility: visible; - } - - .tab-panel-expanded { - opacity: 0; - transition: opacity .5s ease-in-out; - } - - fast-tab-panel { - opacity: 1; - transition: opacity .5s ease-in-out; - } - - } - @media screen and (max-width: 480px) { - .preview { - right: -88%; - width: 70%; - border-radius: calc(${controlCornerRadius} * 1px); - } - - .preview-expanded { - right: -5%; - } - - .wrapper { - width: calc(100vw - 12vw); - } - - .content-control-container { - grid-template-columns: 1fr; - } - - .content-control-container-2 { - grid-template-columns: 1fr; - } - - .content-control-container :not(label) { - justify-self: start; - } - - fast-tabs::part(tablist) { - padding: 16px 4px 16px 0; - } - } -`.withBehaviors( - forcedColorsStylesheetBehavior( - css` - .text-container { - color: ${SystemColors.ButtonText}; - } - fast-tab:hover[aria-selected="true"] { - background: ${SystemColors.Highlight}; - fill: ${SystemColors.HighlightText}; - } - ` - ) -); diff --git a/sites/fast-website/src/app/components/fast-frame/fast-frame.template.ts b/sites/fast-website/src/app/components/fast-frame/fast-frame.template.ts deleted file mode 100644 index c85ad17bb5..0000000000 --- a/sites/fast-website/src/app/components/fast-frame/fast-frame.template.ts +++ /dev/null @@ -1,365 +0,0 @@ -import EyedropperIcon from "@fluentui/svg-icons/icons/eyedropper_20_filled.svg"; -import { ColorHSL, hslToRGB } from "@microsoft/fast-colors"; -import { html, ref, repeat, when } from "@microsoft/fast-element"; -import ContextIcon from "svg/icon-context.svg"; -import ContrastIcon from "svg/icon-contrast.svg"; -import DownloadIcon from "svg/icon-download.svg"; -import PaletteIcon from "svg/icon-palette.svg"; -import PlayIcon from "svg/icon-play.svg"; -import SwatchesIcon from "svg/icon-swatches.svg"; -import { FastFrame } from "./fast-frame"; - -export const FastFrameTemplate = html` - -`; diff --git a/sites/fast-website/src/app/components/fast-frame/fast-frame.ts b/sites/fast-website/src/app/components/fast-frame/fast-frame.ts deleted file mode 100644 index b2e3d7908b..0000000000 --- a/sites/fast-website/src/app/components/fast-frame/fast-frame.ts +++ /dev/null @@ -1,232 +0,0 @@ -import { FASTElement, attr, observable, DOM } from "@microsoft/fast-element"; -import { - StandardLuminance, - PaletteRGB, - SwatchRGB, - baseLayerLuminance, - neutralPalette, - accentPalette, - fillColor, - density, - baseHeightMultiplier, - baseHorizontalSpacingMultiplier, - controlCornerRadius, - strokeWidth, - neutralLayerCardContainer, -} from "@microsoft/fast-components"; -import { RadioGroup, Slider } from "@microsoft/fast-foundation"; -import { ColorHSL, hslToRGB, parseColorHexRGB, rgbToHSL } from "@microsoft/fast-colors"; - -export const drawerBreakpoint: string = "660px"; - -export class FastFrame extends FASTElement { - @observable - public preview: HTMLElement; - - @attr({ attribute: "accent-color" }) - public accentColor: string = "#F33378"; - - @attr - public darkMode: boolean = true; - - @attr - public baseLayerLuminance: number = StandardLuminance.DarkMode; - baseLayerLuminanceChanged() { - if (typeof this.baseLayerLuminance === "number") { - DOM.queueUpdate(() => { - baseLayerLuminance.setValueFor(this.preview, this.baseLayerLuminance); - }); - } - } - - @observable - public previewNeutralPalette: string[] = [ - "#808080", - "#35719F", - "#2D5F2D", - "#5D437C", - "#A35436", - ]; - - @observable - public previewAccentPalette: string[] = [ - "#F33378", - "#F34733", - "#10A7B5", - "#109B82", - "#E1A054", - ]; - - private mql: MediaQueryList = window.matchMedia(`(max-width: ${drawerBreakpoint})`); - - @observable - public neutralPalette: PaletteRGB; - neutralPaletteChanged() { - if (this.neutralPalette) { - DOM.queueUpdate(() => { - neutralPalette.setValueFor(this.preview, this.neutralPalette); - }); - } - } - - @observable - public accentPalette: PaletteRGB; - accentPaletteChanged() { - if (this.accentPalette) { - DOM.queueUpdate(() => { - accentPalette.setValueFor(this.preview, this.accentPalette); - }); - } - } - - @observable - public density: number = 0; - densityChanged() { - DOM.queueUpdate(() => { - density.setValueFor(this.preview, this.density); - }); - } - - @observable - public borderRadius: number = 3; - borderRadiusChanged() { - DOM.queueUpdate(() => { - controlCornerRadius.setValueFor(this.preview, this.borderRadius); - }); - } - - @observable - public strokeWidth: number = 1; - strokeWidthChanged() { - DOM.queueUpdate(() => { - strokeWidth.setValueFor(this.preview, this.strokeWidth); - }); - } - - @observable - public saturation: number; - - @observable - public hue: number; - - @observable - public lightness: number; - - @observable - public expanded: boolean = false; - - @observable - public isMobile: boolean = this.mql.matches; - - public accentChangeHandler = (e: CustomEvent): void => { - if (e.target instanceof RadioGroup) { - this.accentColor = e.target.value; - const accentColorHSL = rgbToHSL(parseColorHexRGB(this.accentColor)!); - this.hue = accentColorHSL.h; - this.saturation = accentColorHSL.s; - this.lightness = accentColorHSL.l; - const parsedColor = parseColorHexRGB(this.accentColor); - - if (parsedColor) { - this.accentPalette = PaletteRGB.create( - SwatchRGB.create(parsedColor.r, parsedColor.g, parsedColor.b) - ); - } - } - }; - - public neutralChangeHandler = (e: CustomEvent): void => { - if (e.target instanceof RadioGroup) { - const parsedColor = parseColorHexRGB(e.target.value); - - if (parsedColor) { - this.neutralPalette = PaletteRGB.create( - SwatchRGB.create(parsedColor.r, parsedColor.g, parsedColor.b) - ); - } - } - }; - - public densityChangeHandler = (e: CustomEvent): void => { - if (e.target instanceof Slider) { - this.density = parseInt(e.target.value); - } - }; - - public borderRadiusChangeHandler = (e: CustomEvent): void => { - if (e.target instanceof Slider) { - this.borderRadius = parseInt(e.target.value); - } - }; - - public strokeWidthChangeHandler = (e: CustomEvent): void => { - if (e.target instanceof Slider) { - this.strokeWidth = parseInt(e.target.value); - } - }; - - public saturationChangeHandler = (e: CustomEvent): void => { - if (e.target instanceof Slider) { - this.saturation = parseFloat(e.target.value); - } - this.updateAccentColor(); - }; - - public hueChangeHandler = (e: CustomEvent): void => { - if (e.target instanceof Slider) { - this.hue = parseFloat(e.target.value); - } - this.updateAccentColor(); - }; - - public handleExpandKeypress = (e: KeyboardEvent): void => { - this.expanded = !this.expanded; - }; - - private updateAccentColor(): void { - const accentHSL = new ColorHSL(this.hue, this.saturation, this.lightness); - const accentRGB = hslToRGB(accentHSL); - this.accentColor = accentRGB.toStringHexRGB(); - this.accentPalette = PaletteRGB.create( - SwatchRGB.create(accentRGB.r, accentRGB.g, accentRGB.b) - ); - } - - public modeChange = (e: CustomEvent): void => { - this.darkMode = !this.darkMode; - this.baseLayerLuminance = this.darkMode - ? StandardLuminance.DarkMode - : StandardLuminance.LightMode; - }; - - private resetExpandedResponsive = (e): void => { - this.expanded = false; - this.isMobile = e.matches; - }; - - public setTabIndex = (): string => (!this.expanded && this.isMobile ? "-1" : "0"); - - constructor() { - super(); - - const accentColorHSL = rgbToHSL(parseColorHexRGB(this.accentColor)!); - this.hue = accentColorHSL.h; - this.saturation = accentColorHSL.s; - this.lightness = accentColorHSL.l; - - this.mql.addListener(this.resetExpandedResponsive); - } - - /** - * @internal - */ - public connectedCallback() { - super.connectedCallback(); - - fillColor.setValueFor(this.preview, neutralLayerCardContainer); - - density.setValueFor(this, 0); - baseHeightMultiplier.setValueFor(this, 10); - baseHorizontalSpacingMultiplier.setValueFor(this, 3); - } -} diff --git a/sites/fast-website/src/app/components/fast-frame/index.ts b/sites/fast-website/src/app/components/fast-frame/index.ts deleted file mode 100644 index 16a19d37a5..0000000000 --- a/sites/fast-website/src/app/components/fast-frame/index.ts +++ /dev/null @@ -1,14 +0,0 @@ -import { customElement } from "@microsoft/fast-element"; -import { FastFrame } from "./fast-frame"; -import { FastFrameTemplate as template } from "./fast-frame.template"; -import { FastFrameStyles as styles } from "./fast-frame.styles"; - -@customElement({ - name: "fast-frame", - template, - styles, -}) -export class FASTFastFrame extends FastFrame {} -export * from "./fast-frame.template"; -export * from "./fast-frame.styles"; -export * from "./fast-frame"; diff --git a/sites/fast-website/src/app/components/feature-card/feature-card.styles.ts b/sites/fast-website/src/app/components/feature-card/feature-card.styles.ts deleted file mode 100644 index 44d37a20bf..0000000000 --- a/sites/fast-website/src/app/components/feature-card/feature-card.styles.ts +++ /dev/null @@ -1,78 +0,0 @@ -import { - controlCornerRadius, - designUnit, - typeRampPlus2FontSize, -} from "@microsoft/fast-components"; -import { css } from "@microsoft/fast-element"; -import { display } from "@microsoft/fast-foundation"; - -export const FeatureCardStyles = css` - ${display("grid")} :host { - contain: layout; - grid-template-columns: 1fr repeat(2, minmax(120px, 1fr)); - grid-template-areas: "header main main"; - grid-column-gap: calc(${designUnit} * 3px); - color: inherit; - box-sizing: border-box; - padding: calc(${designUnit} * 5px); - border-radius: calc(${controlCornerRadius} * 1px); - box-shadow: unset; - position: relative; - } - - :host::before { - content: ""; - display: block; - background-color: currentColor; - opacity: 0.5; - position: absolute; - height: 1px; - width: calc(100% - (${designUnit} * 10px)); - left: 20px; - top: 0; - } - - :host(:hover)::before { - opacity: 0; - transition: all 0.3s ease-out; - } - - .card_heading { - grid-area: header; - padding-bottom: 10px; - } - - .card_body { - display: flex; - flex-direction: column; - justify-content: space-between; - grid-area: main; - } - - ::slotted(h4) { - font-size: ${typeRampPlus2FontSize}; - margin: 0; - } - - ::slotted(:first-child) { - margin: 0 0 10px 0; - } - - ::slotted(p) { - margin: 0; - } - - ::slotted(fast-anchor) { - margin-right: 20px; - } - - @media screen and (max-width: 899px) { - ${display("grid")} :host { - grid-template-columns: repeat(3, minmax(50px, 1fr)); - grid-template-areas: - "header header header" - "main main main"; - max-width: 600px; - } - } -`; diff --git a/sites/fast-website/src/app/components/feature-card/feature-card.template.ts b/sites/fast-website/src/app/components/feature-card/feature-card.template.ts deleted file mode 100644 index 4cc9ed70b4..0000000000 --- a/sites/fast-website/src/app/components/feature-card/feature-card.template.ts +++ /dev/null @@ -1,14 +0,0 @@ -import { html } from "@microsoft/fast-element"; -import { FeatureCard } from "./feature-card"; - -export const FeatureCardTemplate = html` -
- -
-
- -
- -
-
-`; diff --git a/sites/fast-website/src/app/components/feature-card/feature-card.ts b/sites/fast-website/src/app/components/feature-card/feature-card.ts deleted file mode 100644 index a2c4d21478..0000000000 --- a/sites/fast-website/src/app/components/feature-card/feature-card.ts +++ /dev/null @@ -1,3 +0,0 @@ -import { FASTElement } from "@microsoft/fast-element"; - -export class FeatureCard extends FASTElement {} diff --git a/sites/fast-website/src/app/components/feature-card/index.ts b/sites/fast-website/src/app/components/feature-card/index.ts deleted file mode 100644 index c2669b4eec..0000000000 --- a/sites/fast-website/src/app/components/feature-card/index.ts +++ /dev/null @@ -1,14 +0,0 @@ -import { customElement } from "@microsoft/fast-element"; -import { FeatureCardTemplate as template } from "./feature-card.template"; -import { FeatureCardStyles as styles } from "./feature-card.styles"; -import { FeatureCard } from "./feature-card"; - -@customElement({ - name: "site-feature-card", - template, - styles, -}) -export class SiteFeatureCard extends FeatureCard {} -export * from "./feature-card.template"; -export * from "./feature-card.styles"; -export * from "./feature-card"; diff --git a/sites/fast-website/src/app/components/index.ts b/sites/fast-website/src/app/components/index.ts deleted file mode 100644 index c1f876e29b..0000000000 --- a/sites/fast-website/src/app/components/index.ts +++ /dev/null @@ -1,11 +0,0 @@ -export { SiteBackgroundDesign } from "./background-design"; -export { SiteCardSection } from "./card-section"; -export { SiteColorSwatch } from "./color-swatch"; -export { SiteContentPlacement } from "./content-placement"; -export { SiteContentPlacementContainer } from "./content-placement-container"; -export { FastFrame } from "./fast-frame"; -export { SiteFeatureCard } from "./feature-card"; -export { SiteNavigation } from "./navigation"; -export { SiteNavigationItem } from "./navigation-item"; -export { SiteSectionHeader } from "./section-header"; -export { SiteSideNavigation } from "./side-navigation"; diff --git a/sites/fast-website/src/app/components/navigation-item/index.ts b/sites/fast-website/src/app/components/navigation-item/index.ts deleted file mode 100644 index 3d48ccdbd3..0000000000 --- a/sites/fast-website/src/app/components/navigation-item/index.ts +++ /dev/null @@ -1,14 +0,0 @@ -import { customElement } from "@microsoft/fast-element"; -import { NavigationItem } from "./navigation-item"; -import { NavigationItemStyles as styles } from "./navigation-item.styles"; -import { NavigationItemTemplate as template } from "./navigation-item.template"; - -@customElement({ - name: "site-navigation-item", - template, - styles, -}) -export class SiteNavigationItem extends NavigationItem {} -export * from "./navigation-item"; -export * from "./navigation-item.styles"; -export * from "./navigation-item.template"; diff --git a/sites/fast-website/src/app/components/navigation-item/navigation-item.styles.ts b/sites/fast-website/src/app/components/navigation-item/navigation-item.styles.ts deleted file mode 100644 index fcba52d3c4..0000000000 --- a/sites/fast-website/src/app/components/navigation-item/navigation-item.styles.ts +++ /dev/null @@ -1,29 +0,0 @@ -import { neutralForegroundRest } from "@microsoft/fast-components"; -import { css } from "@microsoft/fast-element"; -import { display } from "@microsoft/fast-foundation"; - -export const NavigationItemStyles = css` - ${display("inline-flex")} :host { - margin: 0 30px; - padding: 0; - } - - fast-anchor { - background: transparent; - color: currentColor; - font-size: inherit; - } - - fast-anchor:focus-within, - fast-anchor:hover { - color: ${neutralForegroundRest}; - } - - fast-anchor:not(:focus):hover::part(content)::before { - display: none; - } - - fast-anchor:focus::part(content)::before { - background-color: currentColor; - } -`; diff --git a/sites/fast-website/src/app/components/navigation-item/navigation-item.template.ts b/sites/fast-website/src/app/components/navigation-item/navigation-item.template.ts deleted file mode 100644 index 37cf2e1b6d..0000000000 --- a/sites/fast-website/src/app/components/navigation-item/navigation-item.template.ts +++ /dev/null @@ -1,25 +0,0 @@ -import { html, when } from "@microsoft/fast-element"; -import { NavigationItem } from "./navigation-item"; - -export const NavigationItemTemplate = html` -
  • - ${when( - x => x.href, - html` - - - - ` - )} - ${when( - x => !x.href, - html` - - ` - )} -
  • -`; diff --git a/sites/fast-website/src/app/components/navigation-item/navigation-item.ts b/sites/fast-website/src/app/components/navigation-item/navigation-item.ts deleted file mode 100644 index acc0a8763b..0000000000 --- a/sites/fast-website/src/app/components/navigation-item/navigation-item.ts +++ /dev/null @@ -1,6 +0,0 @@ -import { attr, FASTElement } from "@microsoft/fast-element"; - -export class NavigationItem extends FASTElement { - @attr - href: string; -} diff --git a/sites/fast-website/src/app/components/navigation/index.ts b/sites/fast-website/src/app/components/navigation/index.ts deleted file mode 100644 index 0d97549bb3..0000000000 --- a/sites/fast-website/src/app/components/navigation/index.ts +++ /dev/null @@ -1,14 +0,0 @@ -import { customElement } from "@microsoft/fast-element"; -import { Navigation } from "./navigation"; -import { NavigationTemplate as template } from "./navigation.template"; -import { NavigationStyles as styles } from "./navigation.styles"; - -@customElement({ - name: "site-navigation", - template, - styles, -}) -export class SiteNavigation extends Navigation {} -export * from "./navigation.template"; -export * from "./navigation.styles"; -export * from "./navigation"; diff --git a/sites/fast-website/src/app/components/navigation/navigation.styles.ts b/sites/fast-website/src/app/components/navigation/navigation.styles.ts deleted file mode 100644 index 28c0b90aa8..0000000000 --- a/sites/fast-website/src/app/components/navigation/navigation.styles.ts +++ /dev/null @@ -1,175 +0,0 @@ -import { css } from "@microsoft/fast-element"; -import { - fillColor, - bodyFont, - typeRampMinus1FontSize, - neutralForegroundHint, - typeRampPlus2FontSize, - neutralForegroundRest, -} from "@microsoft/fast-components"; -import { display } from "@microsoft/fast-foundation"; - -export const NavigationStyles = css` - ${display("grid")} :host { - grid-template-columns: auto 1fr auto; - font-family: ${bodyFont}; - box-sizing: border-box; - isolation: isolate; - width: 100%; - } - - .nav-button { - display: none; - } - - .nav-button svg { - width: 35px; - height: 19px; - } - - .nav-list { - align-items: center; - display: flex; - list-style-type: none; - margin: 0; - padding: 0; - } - - li { - margin: 0 30px; - padding: 0; - } - - .anchor-wrapper { - display: grid; - grid-template-columns: 1fr auto; - width: 100%; - } - - :host(.in-footer) .nav-button { - display: none; - } - - :host(.in-footer) ::slotted(fast-anchor), - :host(.in-footer) ::slotted(p) { - font-size: ${typeRampMinus1FontSize}; - color: ${neutralForegroundHint}; - } - - :host(.in-footer) .end { - align-self: flex-end; - } - - :host(.in-header) { - align-items: center; - height: var(--navbar-height); - justify-content: space-between; - grid-column: 1 / end; - grid-row: 1; - } - - :host(.in-header)::before { - background-color: ${fillColor}; - content: ""; - position: absolute; - top: 0; - left: 0; - height: 100%; - width: 100%; - z-index: 0; - } - - :host(.in-header) .nav-list { - margin: 0; - flex: 0 0 auto; - } - - :host(.in-footer) ::slotted(site-navigation-item) { - font-size: ${typeRampPlus2FontSize}; - } - - @media screen and (min-width: 900px) { - :host { - grid-column: 2; - } - - :host(.in-header) .nav-list { - margin: 0 auto; - } - - :host(.in-header) .end { - margin-inline-start: auto; - } - - :host(.in-header) ::slotted(site-navigation-item) { - margin-bottom: 0; - } - - .nav-button { - display: none; - } - } - - @media screen and (max-width: 899px) { - :host { - align-items: center; - position: relative; - display: flex; - } - - .nav-list { - flex: 1 1 auto; - flex-direction: column; - align-items: flex-start; - } - - :host(.opened) { - padding-right: calc(var(--width-offset) * 1px); - } - - .nav-button { - display: block; - margin-inline-start: auto; - margin-inline-end: 20px; - z-index: 2; - } - - :host(.in-header) .anchor-wrapper { - background-color: ${fillColor}; - color: ${neutralForegroundRest}; - display: flex; - flex-direction: column; - font-size: ${typeRampPlus2FontSize}; - height: calc(100vh - 94px); - left: 0; - opacity: 0.95; - position: absolute; - top: 100%; - transform: translateY(-100%); - transition: transform 300ms ease-in-out 0s, visibility 0s linear 300ms; - visibility: hidden; - width: 100%; - z-index: -1; - } - - :host(.debounce) .anchor-wrapper { - transition-duration: 0s; - } - - :host(.opened) .anchor-wrapper { - transform: translateY(0); - transition-delay: 0s; - visibility: visible; - } - } - - @media screen and (min-width: 900px) { - :host(.in-header) .anchor-wrapper { - justify-content: center; - } - - :host(.in-header)::before { - display: none; - } - } -`; diff --git a/sites/fast-website/src/app/components/navigation/navigation.template.ts b/sites/fast-website/src/app/components/navigation/navigation.template.ts deleted file mode 100644 index 85eb1653be..0000000000 --- a/sites/fast-website/src/app/components/navigation/navigation.template.ts +++ /dev/null @@ -1,42 +0,0 @@ -import { html, when, elements, slotted } from "@microsoft/fast-element"; -import { endSlotTemplate, startSlotTemplate } from "@microsoft/fast-foundation"; -import CloseIcon from "svg/icon-close.svg"; -import MenuIcon from "svg/icon-menu.svg"; -import { Navigation } from "./navigation"; - -export const NavigationTemplate = html` - -`; diff --git a/sites/fast-website/src/app/components/navigation/navigation.ts b/sites/fast-website/src/app/components/navigation/navigation.ts deleted file mode 100644 index e38e1b9b4a..0000000000 --- a/sites/fast-website/src/app/components/navigation/navigation.ts +++ /dev/null @@ -1,83 +0,0 @@ -import { FASTElement, observable, attr } from "@microsoft/fast-element"; -import { applyMixins, StartEnd } from "@microsoft/fast-foundation"; -import { NavigationItem } from "../navigation-item/navigation-item"; - -export class Navigation extends FASTElement { - @attr({ - attribute: "menu", - mode: "boolean", - }) - menu: boolean; - - @observable - opened: boolean = false; - - @observable - debounce: boolean = true; - - @observable - slottedNavigationItems: Node[]; - - widthOffset: number; - - mediaQueryList: MediaQueryList; - - htmlElement: HTMLElement = document.body.parentElement as HTMLElement; - - mqlListener = (e: MediaQueryListEvent): void => { - this.debounce = true; - - if (!e.matches) { - this.opened = false; - } - }; - - openedChanged(): void { - this.widthOffset = window.innerWidth - document.body.clientWidth; - if (this.htmlElement) { - this.htmlElement.style.setProperty("--width-offset", `${this.widthOffset}`); - this.htmlElement.classList.toggle("menu-opened", this.opened); - } - } - - menuChanged() { - if (this.menu) { - this.mediaQueryList = window.matchMedia("screen and (max-width: 900px)"); - this.mediaQueryList.addListener(this.mqlListener); - } - } - - connectedCallback() { - super.connectedCallback(); - } - - toggleOpened(force?: boolean): void { - this.opened = force ? force : !this.opened; - this.debounce = false; - } - - handleFocusOut = (e: FocusEvent): void => { - let captured = e.relatedTarget as Node; - let contains = this.contains(captured); - - if (!captured) { - captured = e.target as Node; - contains = this.contains(captured); - - if (!this.isSameNode(captured) && !contains && this.opened) { - this.toggleOpened(); - return; - } - } - - if (contains || (!contains && !this.opened)) { - return; - } - - this.toggleOpened(); - }; -} - -/* eslint-disable-next-line */ -export interface Navigation extends StartEnd {} -applyMixins(Navigation, StartEnd); diff --git a/sites/fast-website/src/app/components/section-header/index.ts b/sites/fast-website/src/app/components/section-header/index.ts deleted file mode 100755 index d9706579c6..0000000000 --- a/sites/fast-website/src/app/components/section-header/index.ts +++ /dev/null @@ -1,14 +0,0 @@ -import { customElement } from "@microsoft/fast-element"; -import { SectionHeader } from "./section-header"; -import { SectionHeaderTemplate as template } from "./section-header.template"; -import { SectionHeaderStyles as styles } from "./section-header.styles"; - -@customElement({ - name: "site-section-header", - template, - styles, -}) -export class SiteSectionHeader extends SectionHeader {} -export * from "./section-header.template"; -export * from "./section-header.styles"; -export * from "./section-header"; diff --git a/sites/fast-website/src/app/components/section-header/section-header.styles.ts b/sites/fast-website/src/app/components/section-header/section-header.styles.ts deleted file mode 100755 index 68ed27e024..0000000000 --- a/sites/fast-website/src/app/components/section-header/section-header.styles.ts +++ /dev/null @@ -1,14 +0,0 @@ -import { bodyFont, neutralForegroundRest } from "@microsoft/fast-components"; -import { display } from "@microsoft/fast-foundation"; -import { css } from "@microsoft/fast-element"; - -export const SectionHeaderStyles = css` - ${display("flex")} :host { - align-items: center; - flex-direction: column; - font-family: ${bodyFont}; - color: ${neutralForegroundRest}; - box-sizing: border-box; - text-align: center; - } -`; diff --git a/sites/fast-website/src/app/components/section-header/section-header.template.ts b/sites/fast-website/src/app/components/section-header/section-header.template.ts deleted file mode 100755 index 89c56e2612..0000000000 --- a/sites/fast-website/src/app/components/section-header/section-header.template.ts +++ /dev/null @@ -1,11 +0,0 @@ -import { html } from "@microsoft/fast-element"; -import { SectionHeader } from "./section-header"; - -export const SectionHeaderTemplate = html` - -`; diff --git a/sites/fast-website/src/app/components/section-header/section-header.ts b/sites/fast-website/src/app/components/section-header/section-header.ts deleted file mode 100755 index 3db3df1e0d..0000000000 --- a/sites/fast-website/src/app/components/section-header/section-header.ts +++ /dev/null @@ -1,3 +0,0 @@ -import { FASTElement } from "@microsoft/fast-element"; - -export class SectionHeader extends FASTElement {} diff --git a/sites/fast-website/src/app/components/side-navigation/index.ts b/sites/fast-website/src/app/components/side-navigation/index.ts deleted file mode 100644 index 06183e677b..0000000000 --- a/sites/fast-website/src/app/components/side-navigation/index.ts +++ /dev/null @@ -1,14 +0,0 @@ -import { customElement } from "@microsoft/fast-element"; -import { SideNavigation } from "./side-navigation"; -import { SideNavigationTemplate as template } from "./side-navigation.template"; -import { SideNavigationStyles as styles } from "./side-navigation.styles"; - -@customElement({ - name: "site-side-navigation", - template, - styles, -}) -export class SiteSideNavigation extends SideNavigation {} -export * from "./side-navigation.template"; -export * from "./side-navigation.styles"; -export * from "./side-navigation"; diff --git a/sites/fast-website/src/app/components/side-navigation/side-navigation.styles.ts b/sites/fast-website/src/app/components/side-navigation/side-navigation.styles.ts deleted file mode 100644 index 5b591d32d5..0000000000 --- a/sites/fast-website/src/app/components/side-navigation/side-navigation.styles.ts +++ /dev/null @@ -1,56 +0,0 @@ -import { css } from "@microsoft/fast-element"; -import { display } from "@microsoft/fast-foundation"; -import { - accentFillHover, - accentForegroundActive, - foregroundOnAccentRest, - bodyFont, - designUnit, - focusStrokeWidth, - controlCornerRadius, -} from "@microsoft/fast-components"; - -export const SideNavigationStyles = css` - ${display("flex")} :host { - --design-unit-large: calc(${designUnit} * 5px); - contain: content; - font-family: ${bodyFont}; - } - - .item-list { - list-style-type: none; - margin: 0; - padding: 0 var(--design-unit-large); - } - - .list-item { - display: flex; - flex-direction: column; - justify-content: center; - } - - .icon { - fill: ${foregroundOnAccentRest}; - width: 20px; - height: 20px; - } - - .list-item:hover .icon { - fill: ${accentFillHover}; - } - - .scroll-indicator { - height: 36px; - width: calc(${focusStrokeWidth} * 1px); - background-color: ${foregroundOnAccentRest}; - border-radius: calc(${controlCornerRadius} * 1px); - margin: calc(${designUnit} * 2px) var(--design-unit-large) 0; - transition: 300ms ease-in-out; - transition-property: background-color, height; - } - - .scroll-indicator-active { - height: 52px; - background-color: ${accentForegroundActive}; - } -`; diff --git a/sites/fast-website/src/app/components/side-navigation/side-navigation.template.ts b/sites/fast-website/src/app/components/side-navigation/side-navigation.template.ts deleted file mode 100644 index e990774ca5..0000000000 --- a/sites/fast-website/src/app/components/side-navigation/side-navigation.template.ts +++ /dev/null @@ -1,46 +0,0 @@ -import { html, repeat, when } from "@microsoft/fast-element"; -import { SideNavigation } from "./side-navigation"; - -export const SideNavigationTemplate = html` - ${when( - x => x.category === "links", - html` -
      - ${repeat( - x => x.socialData, - html` -
    • - x.url} - appearance="lightweight" - aria-label=${x => x.actionText} - > - x.icon}> - -
    • - ` - )} -
    - ` - )} - ${when( - x => x.category === "scroll", - html` -
    - ${repeat( - x => x.sectionArray, - html` -
    - `, - { positioning: true } - )} -
    - ` - )} -`; diff --git a/sites/fast-website/src/app/components/side-navigation/side-navigation.ts b/sites/fast-website/src/app/components/side-navigation/side-navigation.ts deleted file mode 100644 index aa0a5f146b..0000000000 --- a/sites/fast-website/src/app/components/side-navigation/side-navigation.ts +++ /dev/null @@ -1,79 +0,0 @@ -import { attr, observable, FASTElement } from "@microsoft/fast-element"; -import { - CommunityContentPlacementData, - communityContentPlacementData, -} from "../../data/community.data"; - -export interface sectionData { - section: string; - intersectionRatio: number; -} - -export class SideNavigation extends FASTElement { - @attr - public category: string; - - @observable - public currentSection: string = "hero"; - - @observable - public sectionArray: HTMLElement[] = []; - - @observable - public sectionDataArray: sectionData[]; - - @observable - public previousY: number = 0; - - public socialData: CommunityContentPlacementData[] = - communityContentPlacementData.filter(x => x.header !== "GitHub"); - - reduceFunc = (prev: sectionData, current: sectionData) => - prev.intersectionRatio > current.intersectionRatio ? prev : current; - - scrollDirectionFunc = () => { - const currentY: number = window.pageYOffset; - const scrollArray: sectionData[] = this.sectionDataArray.concat(); - - if (currentY < this.previousY) { - scrollArray.reverse(); - } - - this.previousY = currentY; - this.currentSection = scrollArray.reduce(this.reduceFunc).section; - }; - - createObserver = (entries: IntersectionObserverEntry[]) => { - entries.forEach(entry => { - const intersectingSection: sectionData = this.sectionDataArray.find( - ({ section }) => section === entry.target.id - ) as sectionData; - intersectingSection.intersectionRatio = entry.intersectionRatio; - }); - - this.scrollDirectionFunc(); - }; - - loadScrollers() { - this.sectionArray = Array.from(document.querySelectorAll("section[id]")); - - this.sectionDataArray = this.sectionArray.map(x => { - return { section: x.id, intersectionRatio: 0 }; - }); - - let observer = new IntersectionObserver(this.createObserver, { - threshold: [0, 0.2, 0.4, 0.6, 0.8], - }); - this.sectionArray.forEach(section => { - observer.observe(section); - }); - } - - connectedCallback() { - super.connectedCallback(); - - if (this.getAttribute("category") === "scroll") { - window.addEventListener("DOMContentLoaded", () => this.loadScrollers()); - } - } -} diff --git a/sites/fast-website/src/app/css/base.css b/sites/fast-website/src/app/css/base.css deleted file mode 100644 index aece7c4f89..0000000000 --- a/sites/fast-website/src/app/css/base.css +++ /dev/null @@ -1,34 +0,0 @@ -html { - box-sizing: border-box; -} - -html, -body { - overflow-x: hidden; - scroll-behavior: smooth; - width: 100%; -} - -body { - background-color: var(--fill-color); - color: var(--neutral-foreground-rest); - margin: 0; - padding: 0; - font-family: var(--body-font); - font-size: var(--type-ramp-base-font-size); - line-height: var(--type-ramp-base-line-height); -} - -.body-provider { - isolation: isolate; -} - -.menu-opened { - --width-offset: 0; - padding-right: calc(var(--width-offset) * 1px); - overflow: hidden; -} - -.section-header { - max-width: 900px; -} diff --git a/sites/fast-website/src/app/css/footer.css b/sites/fast-website/src/app/css/footer.css deleted file mode 100644 index 227f720bde..0000000000 --- a/sites/fast-website/src/app/css/footer.css +++ /dev/null @@ -1,33 +0,0 @@ -.footer { - align-items: center; - display: flex; - /* - font is reflected here so it gets - picked up when used as a separate module - */ - font: 16px "aktiv-grotesk", "Segoe UI", Arial, Helvetica, sans-serif; - grid-column: 2; - min-height: var(--navbar-height); - padding: 0 20px 84px; -} - -.footer .logo .icon { - margin-inline-end: 0; -} - -.footer site-navigation-item { - color: var(--neutral-foreground-hint); - font-size: var(--type-ramp-minus-1-font-size); - margin: 0; - margin-inline-end: 50px; -} - -.copyright { - padding-top: 13px; -} - -@media screen and (min-width: 900px) { - .footer { - padding: 0 0 84px; - } -} diff --git a/sites/fast-website/src/app/css/header.css b/sites/fast-website/src/app/css/header.css deleted file mode 100644 index c430308c97..0000000000 --- a/sites/fast-website/src/app/css/header.css +++ /dev/null @@ -1,105 +0,0 @@ -.header { - align-items: center; - color: var(--neutral-foreground-hint); - display: grid; - /* - font is reflected here so it gets - picked up when used as a separate module - */ - font: 16px "aktiv-grotesk", "Segoe UI", Arial, Helvetica, sans-serif; - grid-column: 1 / -1; - grid-template-columns: auto 1fr auto; - padding: 0 40px; -} - -.header .github-link span, -.header .github-link::part(end) { - display: flex; -} - -.header .github-link::part(end) { - width: auto; - height: auto; -} - -.header .logo, -.header .github-link { - width: 110px; -} - -.header .logo { - margin-inline-start: 20px; -} - -.header .github-link { - display: inline-block; - margin-inline-start: 30px; -} - -.header .icon-github { - height: 20px; - width: 18px; -} - -.header .logo::part(content) { - align-items: flex-end; - display: flex; -} - -.header .github-link::part(control) { - justify-content: flex-end; -} - -.header .github-link::part(content) { - color: var(--neutral-foreground-rest); -} - -.header .github-link:not(:focus):hover::part(content)::before { - background-color: currentColor; -} - -.header .github-link:hover::part(end) { - color: var(--accent-foreground-rest); -} - -.header site-navigation-item, -.header .github-link { - margin-bottom: 20px; -} - -@media screen and (min-width: 900px) { - .header .logo, - .header .github-link { - margin-inline-start: 0; - } - - .header site-navigation-item, - .header .github-link { - margin-bottom: 0; - } - - .header .github-link { - display: inline-flex; - } - - .header fast-anchor { - font-size: var(--type-ramp-base-font-size); - } -} - -@media screen and (max-width: 899px) { - .header { - box-shadow: 0 1.5px 1px rgba(0, 0, 0, 0.08), 0 1.6px 5px rgba(0, 0, 0, 0.15); - display: block; - padding: unset; - position: fixed; - top: 0; - width: 100%; - z-index: 3; - } - - .header site-navigation-item::part(item-link), - .header .github-link::part(content) { - font-size: var(--type-ramp-plus-2-font-size); - } -} diff --git a/sites/fast-website/src/app/css/logo.css b/sites/fast-website/src/app/css/logo.css deleted file mode 100644 index d419bde146..0000000000 --- a/sites/fast-website/src/app/css/logo.css +++ /dev/null @@ -1,19 +0,0 @@ -.logo::part(content)::before { - background: transparent; -} - -.logo:focus-visible::part(content)::before { - background: var(--neutral-foreground-rest); -} - -.logo::part(content)::before { - top: calc(100% - (var(--stroke-width) * 1px)); -} - -.logo svg { - display: block; - width: 45px; - height: 40px; - margin-inline-end: 10px; - shape-rendering: geometricPrecision; -} diff --git a/sites/fast-website/src/app/css/root.css b/sites/fast-website/src/app/css/root.css deleted file mode 100644 index 03dc379c97..0000000000 --- a/sites/fast-website/src/app/css/root.css +++ /dev/null @@ -1,5 +0,0 @@ -:root { - --navbar-height: 94px; - --section-height-spacing: 100px 0px; - --section-height-spacing-mobile: 50px 0px; -} diff --git a/sites/fast-website/src/app/css/section-decoration.css b/sites/fast-website/src/app/css/section-decoration.css deleted file mode 100644 index 058a0f0db6..0000000000 --- a/sites/fast-website/src/app/css/section-decoration.css +++ /dev/null @@ -1,26 +0,0 @@ -.section-decoration { - border: none; - display: flex; - flex-direction: column; - height: 58px; - justify-content: space-between; - margin: calc(var(--design-unit) * 5px) calc(50% - 1.5px); - width: 3px; -} - -.section-decoration::before, -.section-decoration::after { - background-color: var(--accent-fill-rest); - content: ''; - width: 3px; -} - -.section-decoration::before { - border-radius: 50%; - height: 3px; -} - -.section-decoration::after { - border-radius: calc(var(--corner-radius) * 1px); - height: calc(var(--type-ramp-plus-5-font-size) + var(--design-unit) * 1px); -} diff --git a/sites/fast-website/src/app/css/side-nav-container.css b/sites/fast-website/src/app/css/side-nav-container.css deleted file mode 100644 index ee2188aaa5..0000000000 --- a/sites/fast-website/src/app/css/side-nav-container.css +++ /dev/null @@ -1,16 +0,0 @@ -.side-nav-container { - display: none; - height: min-content; - justify-content: space-between; - position: fixed; - top: 50%; - transform: translateY(-50%); - width: 100%; - z-index: -1; -} - -@media screen and (min-height: 390px) and (min-width: 1000px) { - .side-nav-container { - display: flex; - } -} diff --git a/sites/fast-website/src/app/css/site-wrapper.css b/sites/fast-website/src/app/css/site-wrapper.css deleted file mode 100644 index d78c6d1176..0000000000 --- a/sites/fast-website/src/app/css/site-wrapper.css +++ /dev/null @@ -1,24 +0,0 @@ -.site-wrapper { - --wrapper-max-width: 100%; - --wrapper-gutter: 0; - display: grid; - grid-auto-rows: minmax(0, auto); - grid-template-columns: - minmax(var(--wrapper-gutter), 1fr) - minmax(0, var(--wrapper-max-width)) - minmax(var(--wrapper-gutter), 1fr); - isolation: isolate; -} - -@media screen and (min-width: 900px) { - .site-wrapper { - --wrapper-gutter: 5vw; - --wrapper-max-width: 800px; - } -} - -@media screen and (min-width: 1331px) { - .site-wrapper { - --wrapper-max-width: 1200px; - } -} diff --git a/sites/fast-website/src/app/css/style.css b/sites/fast-website/src/app/css/style.css deleted file mode 100644 index b92b4fc0c2..0000000000 --- a/sites/fast-website/src/app/css/style.css +++ /dev/null @@ -1,175 +0,0 @@ -@import "./root.css"; -@import "./base.css"; -@import "./site-wrapper.css"; -@import "./side-nav-container.css"; -@import "./header.css"; -@import "./logo.css"; -@import "./section-decoration.css"; -@import "./footer.css"; - -.section-badge { - --badge-fill-primary: var(--neutral-fill-focus); - --badge-color-primary: var(--accent-foreground-rest); - margin-bottom: calc(var(--base-height-multiplier) * 1px); -} - -.section-badge::part(control) { - font-weight: bold; - letter-spacing: 0.12em; - padding: calc(var(--design-unit) * 1px) calc(var(--design-unit) * 4px); -} - -.section, -.fast-frame-section { - align-items: center; - box-sizing: border-box; - color: var(--neutral-foreground-rest); - display: flex; - grid-column: span 2; - justify-content: center; - margin: var(--section-height-spacing-mobile); - padding: 0 20px; -} - -.fast-frame-section { - min-height: 85vmin; - padding: 0; -} - -@media screen and (min-width: 900px) { - .section, - .fast-frame-section { - grid-column: 2; - margin: var(--section-height-spacing); - padding: 0; - } - - .community-section { - padding: 0; - } -} - -.fast-frame-header { - padding: 0 20px; -} - -.section-content { - display: flex; - flex-flow: row wrap; - align-items: center; - justify-content: center; - min-height: 300px; - margin: 20px 0; - width: 100%; -} - -.section-heading-hero, -.section-heading, -.section-paragraph { - margin: 0 0 calc(var(--base-height-multiplier) * 2px); -} - -.section-heading-hero { - font-size: var(--type-ramp-plus-6-font-size); - line-height: var(--type-ramp-plus-6-line-height); -} - -.section-heading { - font-size: var(--type-ramp-plus-5-font-size); - line-height: var(--type-ramp-plus-5-line-height); -} - -.section-paragraph-hero { - font-size: var(--type-ramp-plus-2-font-size); - line-height: var(--type-ramp-plus-2-line-height); - margin: 0 0 calc(var(--base-height-multiplier) * 4px); -} - -.section-paragraph { - font-size: var(--type-ramp-plus-1-font-size); - line-height: var(--type-ramp-plus-1-line-height); -} - -.footer-divider { - grid-column: 2; -} - -.community-subsection { - display: flex; - flex-direction: column; - align-items: center; - margin-top: 1rem; - width: 100%; -} - -.community-subsection h3 { - min-width: 270px; - text-align: center; - font-size: var(--type-ramp-plus-2-font-size); -} - -.community-subsection .description { - text-align: center; - max-width: 500px; - margin-bottom: 2rem; -} - -.community-subsection a { - color: white; - text-decoration: none; - border-bottom: 1px solid white; - padding-bottom: 1px; -} - -.community-subsection a:hover { - border-bottom-color: var(--accent-foreground-rest); -} - -@media screen and (max-width: 899px) { - .hero-section { - margin-top: 150px; - } - - .section-heading-hero, - .section-heading { - font-size: var(--type-ramp-plus-4-font-size); - line-height: var(--type-ramp-plus-4-line-height); - } - - site-navigation .anchor-wrapper { - display: flex; - flex-direction: column; - position: absolute; - top: 100%; - left: 0; - width: 100%; - height: calc(100vh - 94px); - background-color: var(--fill-color); - opacity: 0.95; - transform: translateY(-100%); - transition: - transform 300ms ease-in-out 0s, - visibility 0s linear 300ms; - visibility: hidden; - z-index: 0; - } - - site-navigation .anchor-wrapper li { - margin-bottom: 20px; - } - - site-navigation .anchor-wrapper ::part(content) { - font-size:var(--type-ramp-plus-2-font-size); - color: var(--neutral-foreground-rest); - } - - .site-navigation.debounce .anchor-wrapper { - transition-duration: 0s; - } - - site-navigation.opened .anchor-wrapper { - transform: translateY(0); - transition-delay: 0s; - visibility: visible; - } -} diff --git a/sites/fast-website/src/app/data/community.data.ts b/sites/fast-website/src/app/data/community.data.ts deleted file mode 100644 index 694aa54be8..0000000000 --- a/sites/fast-website/src/app/data/community.data.ts +++ /dev/null @@ -1,41 +0,0 @@ -import DiscordIcon from "svg/icon-discord.svg"; -import GithubIcon from "svg/icon-github.svg"; -import TwitterIcon from "svg/icon-twitter.svg"; -import MediumIcon from "svg/icon-medium.svg"; -import { FeatureLink } from "./feature.data"; - -export interface CommunityContentPlacementData extends FeatureLink { - body?: string; - header?: string; - icon: string; -} - -export const communityContentPlacementData: CommunityContentPlacementData[] = [ - { - url: "https://discord.gg/FcSNfg4", - anchorText: "Join the Discord Chat", - body: "Join our active community on Discord. Follow the latest updates and contributions, ask questions, give feedback, or keep up on our reading list.", - header: "Discord", - icon: DiscordIcon, - }, - { - url: "https://twitter.com/FAST_UI", - anchorText: "Follow us on Twitter", - body: "Follow along as we share out the latest happenings on Twitter. You will find important updates, announcements, and sneak peeks.", - header: "Twitter", - icon: TwitterIcon, - }, - { - url: "https://github.com/microsoft/fast", - anchorText: "Get Started on GitHub", - body: "Explore the FAST repository on GitHub and try out our components, utilities, and tools. Or, mix-and-match with your own solutions.", - header: "GitHub", - icon: GithubIcon, - }, - { - url: "https://medium.com/fast-design", - anchorText: "Read more on Medium", - header: "Medium", - icon: MediumIcon, - }, -]; diff --git a/sites/fast-website/src/app/data/design-system.data.ts b/sites/fast-website/src/app/data/design-system.data.ts deleted file mode 100644 index cf12bc6d1a..0000000000 --- a/sites/fast-website/src/app/data/design-system.data.ts +++ /dev/null @@ -1,33 +0,0 @@ -import FastIcon from "svg/icon-brand.svg"; -import FluentUIIcon from "svg/icon-fluentui.svg"; -import FuriousIcon from "svg/icon-furious.svg"; -import VSCodeIcon from "svg/icon-vscode.svg"; - -export interface DesignSystemData { - icon: string; - url: string; - anchorText: string; -} - -export const designSystemData = [ - { - url: "https://www.fast.design/docs/design-systems/fast-frame", - anchorText: "FAST Frame", - icon: FastIcon, - }, - { - url: "https://docs.microsoft.com/en-us/fluent-ui/web-components/", - anchorText: "Fluent UI", - icon: FluentUIIcon, - }, - { - url: "https://backlight.dev/blog/introducing-furious-a-fast-design-system/", - anchorText: "Furious", - icon: FuriousIcon, - }, - { - url: "https://github.com/microsoft/vscode-webview-ui-toolkit", - anchorText: "VS Code", - icon: VSCodeIcon, - }, -]; diff --git a/sites/fast-website/src/app/data/feature.data.ts b/sites/fast-website/src/app/data/feature.data.ts deleted file mode 100644 index 3bbb93514a..0000000000 --- a/sites/fast-website/src/app/data/feature.data.ts +++ /dev/null @@ -1,73 +0,0 @@ -export interface FeatureLink { - anchorText: string; - url: string; -} - -export interface FeatureCardData { - header: string; - body: string; - links?: FeatureLink[]; -} - -export const featureCardData: FeatureCardData[] = [ - { - header: "Composition", - body: "Create new component compositions by nesting, styling foundation components, or extending existing components. The combinations are endless.", - links: [ - { - anchorText: "Get started", - url: "/docs/components/getting-started", - }, - ], - }, - { - header: "Design Systems", - body: "Use FAST, Microsoft's Fluent, or customize design system properties to make it your own. You can also create your own design system to use with FAST foundation components.", - links: [ - { - anchorText: "Learn more", - url: "/docs/design-systems/overview", - }, - ], - }, - { - header: "Technology", - body: "FAST web components are built on the core technologies of the web to work in any scenario. Use them as is or with your favorite framework.", - links: [ - { - anchorText: "View example integrations", - url: "/docs/integrations/introduction", - }, - ], - }, - { - header: "Web Standards", - body: "All FAST components follow WCAG 2.1, are W3C spec-compliant and use the W3C interaction models when available.", - links: [ - { - anchorText: "Visit WCAG", - url: "https://www.w3.org/WAI/standards-guidelines/wcag/", - }, - ], - }, - { - header: "Animation", - body: "Design sophisticated animation sequences with the animation library, an interface for the Web Animations API.", - links: [ - { - anchorText: "View documentation", - url: "/docs/api/fast-animation", - }, - ], - }, - { - header: "Colors", - body: "Create color palettes, extract colors from images, and handle other color operations using our color library.", - links: [ - { - anchorText: "View documentation", - url: "/docs/api/fast-colors", - }, - ], - }, -]; diff --git a/sites/fast-website/src/app/data/framework.data.ts b/sites/fast-website/src/app/data/framework.data.ts deleted file mode 100644 index 13da70cd28..0000000000 --- a/sites/fast-website/src/app/data/framework.data.ts +++ /dev/null @@ -1,73 +0,0 @@ -import { FeatureLink } from "./feature.data"; - -export interface FrameworkContentPlacementData { - body?: string; - header?: string; - headerSubscript?: string; - links?: FeatureLink[]; -} - -export const frameworkContentPlacementData: FrameworkContentPlacementData[] = [ - { - body: "Angular works great with FAST due to its binding system's support for setting both attributes and properties on custom elements.", - header: "Angular", - headerSubscript: "8.2.14", - links: [ - { - anchorText: "Read Angular docs", - url: "/docs/integrations/angular", - }, - ], - }, - { - body: "FAST works naturally with ASP.NET server-side development. Start building immediately by adding a script tag and using the custom HTML elements.", - header: "ASP.NET", - links: [ - { - anchorText: "Read ASP.NET docs", - url: "/docs/integrations/aspnet", - }, - ], - }, - { - body: "FAST works flawlessly with both Aurelia 1 and Aurelia 2, with full integration into the binding engine and component model.", - header: "Aurelia", - headerSubscript: "1 & 2", - links: [ - { - anchorText: "Read Aurelia docs", - url: "/docs/integrations/aurelia", - }, - ], - }, - { - body: "FAST integrates nicely with Blazor, a feature of ASP.NET which lets you build interactive web UIs using C# instead of JavaScript.", - header: "Blazor", - links: [ - { - anchorText: "Read Blazor docs", - url: "/docs/integrations/blazor", - }, - ], - }, - { - body: "While we are eagerly awaiting React to fully support custom elements, we provide improved integration support with our fast-react-wrapper.", - header: "React", - links: [ - { - anchorText: "Read React docs", - url: "/docs/integrations/react", - }, - ], - }, - { - body: "Vue fully supports custom elements and by default passes all data to them as attributes. The framework also provides a special syntax to bind properties.", - header: "Vue", - links: [ - { - anchorText: "Read Vue docs", - url: "/docs/integrations/vue", - }, - ], - }, -]; diff --git a/sites/fast-website/src/app/data/wave.data.ts b/sites/fast-website/src/app/data/wave.data.ts deleted file mode 100644 index 9dea28f4f5..0000000000 --- a/sites/fast-website/src/app/data/wave.data.ts +++ /dev/null @@ -1,101 +0,0 @@ -// These raw data values are converted from the original Illustrator-exported -// SVG using Snap.svg's `Snap.path.toAbsolute()` function -// http://snapsvg.io/docs/#Snap.path.toAbsolute - -export interface Coords { - x: number; - y: number; -} - -export interface Dimensions { - width: number; - height: number; -} - -interface ViewBox extends Dimensions, Coords {} - -export const waveData: { - viewbox: ViewBox; - layers: { - [key: string]: { - color: [number, number, number]; - from: string; - to: string; - }[]; - }; -} = { - viewbox: { x: 0, y: 0, width: 1440, height: 604 }, - layers: { - bg: [ - { - color: [90, 193, 204], - from: - `M-103.7,142.5` + - `C-103.7,142.5,375.6,625,752.3,292.5` + - `C1124.5,-36,1268.8,95,1711.3,537.5`, - to: - `M-103.7,139` + - `C-103.7,139,434.2,731.9,812.3,401` + - `C1185.9,73.9,1268.8,91.5,1711.3,534`, - }, - { - color: [233, 77, 113], - from: - `M-43.7,352.5` + - `C-43.7,352.5,282.3,-80.7,631.8,158` + - `C975.9,393,1293.3,648.5,1711.3,284.5`, - to: - `M-45.1,349` + - `C-45.1,349,319.7,2.7,684.9,115` + - `C1082.9,237.4,1057.9,775,1709.9,281`, - }, - ], - waves: [ - { - color: [252, 80, 60], - from: - `M-64.5,11.6` + - `C-64.5,11.6,36,219.1,217.3,359.5` + - `C312.9,433.6,430.9,489,568.5,485.4` + - `C728.9,481.3,902.9,387.1,1065,297.1` + - `C1305.6,163.5,1520,39.3,1624.6,232.6`, - to: - `M-62.6,-36.5` + - `C-62.6,-36.5,50.3,125.6,216.4,274.7` + - `C360.4,403.9,544.4,523.3,729.4,518.5` + - `C905.4,514,1066.8,394.7,1207.2,290.8` + - `C1384.7,159.5,1528.7,52.8,1626.5,233.4`, - }, - { - color: [185, 40, 97], - from: - `M-61.6,456` + - `C-61.6,456,88.8,-206.9,445.7,254.4` + - `C633,496.6,732.8,402.8,834.7,309.2` + - `C926.9,224.5,1020.9,139.9,1183,304.5` + - `C1455.2,580.7,1408,225.3,1619.6,440`, - to: - `M-134.6,356.5` + - `C-134.6,356.5,-50.4,18.1,442.4,330.5` + - `C570.3,411.6,671.9,314.1,788.5,246.4` + - `C896.2,183.9,1016.6,146.8,1182.1,299.5` + - `C1467.1,562.5,1407.1,220.3,1618.7,435`, - }, - { - color: [252, 80, 60], - from: - `M-60.5,424.6` + - `C-60.5,424.6,153,24,446.8,252.6` + - `C667.9,424.6,608.4,-21.9,867.4,278.9` + - `C1175.5,636.7,1120.5,62,1439.2,385.4` + - `C1559.9,507.9,1664.5,323.2,1664.5,323.2`, - to: - `M-62.6,421.4` + - `C-62.6,421.4,48.5,40.3,399.4,164.5` + - `C560.4,221.5,563.4,107.5,721.4,253.5` + - `C1068.2,573.9,1109.7,-95.9,1428.4,227.5` + - `C1549.1,350,1662.4,320,1662.4,320`, - }, - ], - }, -}; diff --git a/sites/fast-website/src/app/index.ts b/sites/fast-website/src/app/index.ts deleted file mode 100644 index 34d2d0dd82..0000000000 --- a/sites/fast-website/src/app/index.ts +++ /dev/null @@ -1,12 +0,0 @@ -import { - allComponents, - baseLayerLuminance, - provideFASTDesignSystem, -} from "@microsoft/fast-components"; -import "./css/style.css"; - -provideFASTDesignSystem().register(allComponents); - -baseLayerLuminance.setValueFor(document.body, 0.09); - -export * from "./components"; diff --git a/sites/fast-website/src/app/style/constants.ts b/sites/fast-website/src/app/style/constants.ts deleted file mode 100644 index 8c4f80a98e..0000000000 --- a/sites/fast-website/src/app/style/constants.ts +++ /dev/null @@ -1,8 +0,0 @@ -export const siteBreakpoints: string[] = [ - "0", - "700px", - "900px", - "999px", - "1000px", - "1200px", -]; diff --git a/sites/fast-website/src/app/svg/background.svg b/sites/fast-website/src/app/svg/background.svg deleted file mode 100644 index 89a48b9675..0000000000 --- a/sites/fast-website/src/app/svg/background.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/sites/fast-website/src/app/svg/icon-aspnet-temp.svg b/sites/fast-website/src/app/svg/icon-aspnet-temp.svg deleted file mode 100644 index cde7fe8d9e..0000000000 --- a/sites/fast-website/src/app/svg/icon-aspnet-temp.svg +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - - - - - - - diff --git a/sites/fast-website/src/app/svg/icon-brand-fast.svg b/sites/fast-website/src/app/svg/icon-brand-fast.svg deleted file mode 100644 index 0476063a8e..0000000000 --- a/sites/fast-website/src/app/svg/icon-brand-fast.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/sites/fast-website/src/app/svg/icon-brand.svg b/sites/fast-website/src/app/svg/icon-brand.svg deleted file mode 100644 index 096d156117..0000000000 --- a/sites/fast-website/src/app/svg/icon-brand.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/sites/fast-website/src/app/svg/icon-close.svg b/sites/fast-website/src/app/svg/icon-close.svg deleted file mode 100644 index cc2912be17..0000000000 --- a/sites/fast-website/src/app/svg/icon-close.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/sites/fast-website/src/app/svg/icon-context.svg b/sites/fast-website/src/app/svg/icon-context.svg deleted file mode 100644 index 21f87c875f..0000000000 --- a/sites/fast-website/src/app/svg/icon-context.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/sites/fast-website/src/app/svg/icon-contrast.svg b/sites/fast-website/src/app/svg/icon-contrast.svg deleted file mode 100644 index 4563c84074..0000000000 --- a/sites/fast-website/src/app/svg/icon-contrast.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/sites/fast-website/src/app/svg/icon-discord.svg b/sites/fast-website/src/app/svg/icon-discord.svg deleted file mode 100644 index 5ce1cc32bf..0000000000 --- a/sites/fast-website/src/app/svg/icon-discord.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/sites/fast-website/src/app/svg/icon-download.svg b/sites/fast-website/src/app/svg/icon-download.svg deleted file mode 100644 index a198628bc2..0000000000 --- a/sites/fast-website/src/app/svg/icon-download.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/sites/fast-website/src/app/svg/icon-edge.svg b/sites/fast-website/src/app/svg/icon-edge.svg deleted file mode 100644 index c22ffd2b4c..0000000000 --- a/sites/fast-website/src/app/svg/icon-edge.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/sites/fast-website/src/app/svg/icon-fluentui.svg b/sites/fast-website/src/app/svg/icon-fluentui.svg deleted file mode 100644 index d4df8c7eda..0000000000 --- a/sites/fast-website/src/app/svg/icon-fluentui.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/sites/fast-website/src/app/svg/icon-furious.svg b/sites/fast-website/src/app/svg/icon-furious.svg deleted file mode 100644 index 3eae72f41f..0000000000 --- a/sites/fast-website/src/app/svg/icon-furious.svg +++ /dev/null @@ -1,57 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/fast-website/src/app/svg/icon-github.svg b/sites/fast-website/src/app/svg/icon-github.svg deleted file mode 100644 index 7ac96ba93f..0000000000 --- a/sites/fast-website/src/app/svg/icon-github.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/sites/fast-website/src/app/svg/icon-medium.svg b/sites/fast-website/src/app/svg/icon-medium.svg deleted file mode 100644 index f259883cd7..0000000000 --- a/sites/fast-website/src/app/svg/icon-medium.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/sites/fast-website/src/app/svg/icon-menu.svg b/sites/fast-website/src/app/svg/icon-menu.svg deleted file mode 100644 index f82eb7bfbd..0000000000 --- a/sites/fast-website/src/app/svg/icon-menu.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/sites/fast-website/src/app/svg/icon-msn.svg b/sites/fast-website/src/app/svg/icon-msn.svg deleted file mode 100644 index 3727f5472a..0000000000 --- a/sites/fast-website/src/app/svg/icon-msn.svg +++ /dev/null @@ -1,50 +0,0 @@ -image/svg+xml diff --git a/sites/fast-website/src/app/svg/icon-palette.svg b/sites/fast-website/src/app/svg/icon-palette.svg deleted file mode 100644 index e06bfa93a3..0000000000 --- a/sites/fast-website/src/app/svg/icon-palette.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/sites/fast-website/src/app/svg/icon-play.svg b/sites/fast-website/src/app/svg/icon-play.svg deleted file mode 100644 index 3f58840b90..0000000000 --- a/sites/fast-website/src/app/svg/icon-play.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/sites/fast-website/src/app/svg/icon-screen.svg b/sites/fast-website/src/app/svg/icon-screen.svg deleted file mode 100644 index 683867e764..0000000000 --- a/sites/fast-website/src/app/svg/icon-screen.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/sites/fast-website/src/app/svg/icon-share.svg b/sites/fast-website/src/app/svg/icon-share.svg deleted file mode 100644 index 5ecd82a6ab..0000000000 --- a/sites/fast-website/src/app/svg/icon-share.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/sites/fast-website/src/app/svg/icon-swatches.svg b/sites/fast-website/src/app/svg/icon-swatches.svg deleted file mode 100644 index 87f1bccb4f..0000000000 --- a/sites/fast-website/src/app/svg/icon-swatches.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/sites/fast-website/src/app/svg/icon-twitter.svg b/sites/fast-website/src/app/svg/icon-twitter.svg deleted file mode 100644 index 1ed207e413..0000000000 --- a/sites/fast-website/src/app/svg/icon-twitter.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/sites/fast-website/src/app/svg/icon-vscode.svg b/sites/fast-website/src/app/svg/icon-vscode.svg deleted file mode 100644 index 056b0cc86c..0000000000 --- a/sites/fast-website/src/app/svg/icon-vscode.svg +++ /dev/null @@ -1,41 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/fast-website/src/app/svg/icon-windows11.svg b/sites/fast-website/src/app/svg/icon-windows11.svg deleted file mode 100644 index c099a7c145..0000000000 --- a/sites/fast-website/src/app/svg/icon-windows11.svg +++ /dev/null @@ -1,80 +0,0 @@ -image/svg+xml diff --git a/sites/fast-website/src/custom.d.ts b/sites/fast-website/src/custom.d.ts deleted file mode 100644 index 4bffe319fb..0000000000 --- a/sites/fast-website/src/custom.d.ts +++ /dev/null @@ -1,9 +0,0 @@ -declare module "*.svg" { - const content: any; - export default content; -} - -declare module "*.ejs" { - const content: any; - export default content; -} diff --git a/sites/fast-website/src/index-rollup.ts b/sites/fast-website/src/index-rollup.ts deleted file mode 100644 index a9e303e3ad..0000000000 --- a/sites/fast-website/src/index-rollup.ts +++ /dev/null @@ -1,2 +0,0 @@ -export { default as FooterTemplate } from "./public/footer.ejs"; -export * from "./app/components"; diff --git a/sites/fast-website/src/public/favicon.ico b/sites/fast-website/src/public/favicon.ico deleted file mode 100644 index f4f32b8987ae4e81278b15c25a5156b5fbc5a70e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 15406 zcmeI236LCB8OLYkQa}L(K`z6M9D+tD1E_0ur)QQMtyNTza8!VBR01JncV}iBh!H`7 z;!+9;hkzPU0|vD~5J7`L1Of?1HreU!$wf#&0wjTujKBYzc{@ElJ+l*H5UbKvU9bBc z-}S!tz3=BA64l&9-!yf5b*@ARCLKbx{++_A5Id~gDaE!kv#L^kDnxs+ebrGwRc zzo&1?w|2!~}XRwMs6Y2jbFY{5zf%^yg zhUdxjnM9vA`3ENQb^Pafj}dKp#vkEtGjizkO=w?%T&9<5;XCa=Mcp#}cenL#&m1f( z!SI)6onVyhXG`Sp9OIXR@0;+}DR|&{!L~zFx5m@wc6Yy-o7#F?LhEodro#W*j8EG3 z&d$jjNv0(lf@h_>+4jPL=+2&IPE)~ep;2=*hjO%=&JVF;Z7H3|rv3Bjv!n!PK-SXV z_p+(rt}b-a_ODltb!KdVERV}L`7Zd)Lgy(HocX)d>;J#3mz^2H+sZ5ZwBcDF5-7H~ z3D?-0^#MH!^WyfoTjkP)6VTyncppF)XRsb#sA8O$SbFhPBU1$DbZtJ|A#~8RXz)XDR$ynp64%$(xvh)0)Sik@@O#F+0^PFfjpVT!JhRzLZ_?g#arN?ErHuIpFyD^S1FdT$ z_wYDN_h8n|iI+sEk)b_gqVl*=x&wm4)5aHt$o=aTM$2D$1wnFF)cpZfCJ( zk9XVr{lH;mfUnYjkc9(3*V7jE@1nGrJzDfI$FaIEA58P5(!y2gI&(e^58p?pevI6$ zA5+9BD&ttJoKdc<+nb<|5VMV^vrcjey73PTHKg= z`8_dqOS1NEtl+Qy(%eWs&^U(m@+V+O@9aA08!2D2)=r4t2P6aeI`Hu`{%hn|sq@}} zzV8b2m|=yFVY|MAj82fhS4|BvG;7jtgWplo1GOX5UsqsN@W_6;PH;T!mR`}Y5?&sm z?n%B)%%HKF59xVH<^wQf%crALSIC}%?~_q_^e-DHxieRPL>46( zygkKQ=oXFP{&C;vT2Iw@d;qO?=pPN7=d0RM-lb6(=+ja3smOqJt~CC^ZtGn{o*z4uz2<&u5SS)dRh_K_}Q%l{sx zf&Y2R0m#P04k}k->vu=*Zvp>+E=zZSCB1x-wz0CIjbNy)tL;Vh7yscf4dxp>6PIz;C_$&uS>D+U^t`g;;Q3mc9~lgOlkL*W{aHgUvVMr~fO5HH!?)ssS$zKz`+u5y z%z|y3g!#U^nOv6kJH4GVH~k>vu=h>$hJhbC3CIYNqD_q8-H<0i2pgXNM+p%36czha z#XlcXMq0)UoAxozA$HcjmPr-ToJEjJ&wqz~ReDxdC!Ze$&ff!CIP>+`ByieGdmZ(BGA z^516QD#g^q7SOHSQze#&m3^>^vx()~2jwd=$--Xv zYZHNYcQzTErMv@v^|C&*RAtDBtQjg^|5Z zAbsnj@0*lyu*Byb#7n!bE$!;B+yQaGV*{|$l5?;a`d+I?JAK8^!(HT~Tyivx@an88 zlbpL(&MBPE+9nTE$)}d#2o^DpH#PJ1{(Tz3ifhZY=Z|B2Gx_xDIUx6XZAWplIGAyD zn&+;LzU{EFrw~I2A=)k6)xBx|A?2{+#@DOMrsoYqCWRPy7H++g{7W#!O?hXSb3Aey zim#iA?UhGlZXYbky-GJ%VJB|*QB!BxC60(uHs>tmB4DATm7GxX{1D%!v5P7HF=E6U zWaoR@{Ugj-ZQVQtc}ge0ul9wgjvBp9`X|+scU-+}q}y89ll6KG_TVSb@-(tlUN~;O z)te9HSCuzj4qc1j>1lF-lXTWC8O7jj8J7%pWKEDa^QvK{y}54k)g5ETm@38Kr5t7a znVD(pV2+9Hu^+#OFY+kCtI)SHDz7Hy>0M-UR~;S_UEqP=7i)R&uZXh^Jx3RI0_Vlh zbS=D}E4wEjMrTxU{EAndn`M%LlTCXUK>w}SE8PRonjd6ODC@T4zbia(@NY6__rW>9 zl6?)&Lm#;IkB))YJ0-_5ZskBQ;@@A z<_8;Cg@1q+bZSix_X47{*nj1lb7}AK@c430VN}!}pqC9~=IMTc@(?q1XCg};)9qNe zpVp#mOY~eo_*FMiXBbYQgY%=SkpcOxpa4(Whn1(6j2^9*gSI>{?iBi|zvX)kb+;*p zX8Wk5UHM(xXOPnP01JWhH}vzyTrxN(+vW|^dJn^_d>30T=j_W(<_~6`ImgJmWgXqE z(x>`M{JTRJZ0@$r-W|H4cKlyD6A6#NFBlF?*_XQW9m`*7-emK+*E0ASBs0@ueC;|m zROcT(+#5n~u7KBvk&$w(nyau(m*CeN5T>8+7Uk;YpP(a`7}+|W&L@|lH{tmU!-;+e zf}vcKo0_vHXWW;|4}!M~(Z8W?@}(WebjItO_F>MW4q!g-K#sD}QP|;s&Mo|-BlL%U zb>6jjOWg(1xfT5U2zcZN4L^;}(w6EBK{;B+{0+YCKB2YsI`Vwnte>=h61LdfixN`V z!(6KHP5L~~+h83I@U$A=@Heu5A)@Pjwn(pap4g?mk^4^2bu;B$=n4D6oc9O6)p>KS zJ*ewDi6`FI*pJ7EZt1x>n@@3vtFg?(@-Lq`=I^s-VrISQ9$DMGy|Kx=$@i8n#xqr# zAH_@PhT?#G;pM8H;Y-Y#(!Dt96dP3G4F987_sjOkchfg*cCPFg{*6z%5Pg#0Tb1_~ zEY)GFGm4|-nP4zFzBuXGlY zDV+xn+(n>&nSO5uZD-4mbkl`ac<3&}v;5g|RwmuQkIBPVuT$|aTg177=b^WcG0zh- zDZjnzD}CE(zT)SmRBL<gIVxa;E2M+P-_f-KfdyZ1T9RoMvsH3#{U4>kCi zyM+~3%FaSVja_Y#lcpcbOL{u`?xjtp|m$lQCw4RY_s*|{v-Pt zbJ?t)h#l9RZ2w;QT7%&+agd|?oYA$b{VjO5#|geFJsk{AqjtqY=)rxpIHEYs-5l=h zct0DCEuhuJ+ZVlDogkFyt|<1zmWH@ zk-6DV(8qhmH?cMw(b=fY+zWHO(~u$ayB2n%R!73Jmk#L;%_#Ty*9YRWMs%!8Tj`Dk z=XB<-or$w+)&=y0>8tlG|H*^yv5KA6=h;g=e%;mu+p;cBf!?X;`dry0Ud1Jfm&KRt zwS4t==toY?tdTj?ldJZ>Kc>!I#CrJFSG~!V6SpX@m`mkPl}xdXmrz~?{kcrayAYaB zmM!TSzTmUkf7cf+>k3zPPPRk&9{FG<@54WyXT#WSUGZ)hzd-^UB(OmOAEX5S19dM^ A%K!iX diff --git a/sites/fast-website/src/public/footer.ejs b/sites/fast-website/src/public/footer.ejs deleted file mode 100644 index 5e4941901a..0000000000 --- a/sites/fast-website/src/public/footer.ejs +++ /dev/null @@ -1,27 +0,0 @@ -
    - - License - Privacy & cookies - Terms of use - Trademarks - -

    © Microsoft <%= new Date().getFullYear() %>

    -
    - -
    -
    diff --git a/sites/fast-website/src/public/header.ejs b/sites/fast-website/src/public/header.ejs deleted file mode 100644 index 860367be6c..0000000000 --- a/sites/fast-website/src/public/header.ejs +++ /dev/null @@ -1,29 +0,0 @@ -
    - - - Components - Documentation - Community - - GitHub - - <%= require("svg/icon-github.svg") %> - - - -
    diff --git a/sites/fast-website/src/public/index.ejs b/sites/fast-website/src/public/index.ejs deleted file mode 100644 index 0bec6f40c2..0000000000 --- a/sites/fast-website/src/public/index.ejs +++ /dev/null @@ -1,214 +0,0 @@ -<% const include = name => require(`./${name}.ejs`)(); %> - - - - - - <%= htmlWebpackPlugin.options.title %> - <%= htmlWebpackPlugin.options.manifest %> - - - - - - -
    -
    - <%= include('header') %> -
    -
    - - - ADAPTIVE UI SYSTEM, UTILITIES, & TOOLS - -

    - The adaptive interface system for modern web experiences -

    -

    - Interfaces built with FAST adapt to your design system and - can be used with any modern UI Framework by leveraging - industry standard Web Components. -

    - - Get started - -
    -
    -
    - -
    -
    - - - FLEXIBLE AND ADAPTABLE - -

    - Dynamic themes with Adaptive UI -

    -

    - FAST provides an innovative theming system called Adaptive - UI, which builds design system properties that designers - use every day directly into every component. -

    - - Explore components - -
    - - -
    -
    - -
    -
    - - - FULLY INTEGRATED - -

    - Works with existing frameworks -

    -

    - Standards-based Web Components are the foundation of each - FAST component, making them compatible with almost any - modern web framework, including those listed below. -

    - - Learn More - -
    - - -
    -
    - -
    -
    - - - A COMPREHENSIVE TOOLKIT - -

    Features and utilities

    -

    - There are a million and one great ways to build your next - website or application. To support the technologies you - choose, creating unopinionated code is at the center of - every decision we make in FAST. -

    - - View GitHub - -
    - - -
    -
    - -
    -
    - - - LEARN, MODIFY, AND FOLLOW - -

    Join the community

    -

    - Our community drives the rhythm and direction of FAST. By - taking part, your voice will help shape our future. -

    -
    - - -
    -

    Showcase

    -
    Check out these design systems built on FAST. - See how FAST facilitates the development of design systems by - visiting - - our documentation - . -
    -
    -
    - -
    -
    -
    - - - - <%= include('footer') %> -
    - -
    - - diff --git a/sites/fast-website/tsconfig.json b/sites/fast-website/tsconfig.json deleted file mode 100644 index 57321d4b44..0000000000 --- a/sites/fast-website/tsconfig.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "compilerOptions": { - "moduleResolution": "node", - "module": "ES6", - "target": "ES6", - "baseUrl": "./", - "esModuleInterop": true, - "allowSyntheticDefaultImports": true, - "experimentalDecorators": true, - "resolveJsonModule": true, - "paths": { - "svg": ["src/app/svg"] - } - }, - "include": [ - "src/**/*.ts", - ], - "exclude": [ - "node_modules" - ] -} diff --git a/sites/fast-website/webpack.common.js b/sites/fast-website/webpack.common.js deleted file mode 100644 index 98a75dea8a..0000000000 --- a/sites/fast-website/webpack.common.js +++ /dev/null @@ -1,78 +0,0 @@ -const _ = require("lodash"); -const path = require("path"); -const webpack = require("webpack"); -const { CleanWebpackPlugin } = require("clean-webpack-plugin"); -const HtmlWebpackPlugin = require("html-webpack-plugin"); -const MiniCssExtractPlugin = require("mini-css-extract-plugin"); -const manifest = require("@microsoft/site-utilities/src/curated-html.json").join(""); - -const appDir = path.resolve(__dirname, "src/app"); -const distDir = path.resolve(__dirname, "dist"); - -module.exports = { - entry: { - main: path.resolve(appDir, "index.ts"), - }, - resolve: { - extensions: [".svg", ".ts", ".tsx", ".js"], - alias: { - svg: path.resolve(appDir, "svg"), - }, - }, - output: { - path: distDir, - publicPath: "/", // public URL of the output directory when referenced in a browser - }, - module: { - // where we defined file patterns and their loaders - rules: [ - { - test: /.tsx?$/, - use: [ - { - loader: "ts-loader", - }, - ], - }, - { - test: /\.css$/, - exclude: /node_modules/, - use: [ - { - loader: MiniCssExtractPlugin.loader, - options: { - esModule: false, - }, - }, - { - loader: "css-loader", - }, - ], - }, - { - test: /\.svg$/, - type: "asset/source", - }, - { - test: /\.ejs$/, - use: [ - { - loader: "ejs-loader", - options: { - esModule: false, - }, - }, - ], - }, - ], - }, - plugins: [ - new CleanWebpackPlugin(), - new webpack.ProvidePlugin({ _: "lodash-es" }), - new HtmlWebpackPlugin({ - title: "FAST", - manifest, - template: path.resolve(__dirname, "src/public/index.ejs"), - }), - ], -}; diff --git a/sites/fast-website/webpack.dev.js b/sites/fast-website/webpack.dev.js deleted file mode 100644 index 55a939f290..0000000000 --- a/sites/fast-website/webpack.dev.js +++ /dev/null @@ -1,24 +0,0 @@ -const { merge } = require("webpack-merge"); -const MiniCssExtractPlugin = require("mini-css-extract-plugin"); -const baseConfig = require("./webpack.common"); - -module.exports = merge(baseConfig, { - devServer: { - static: { - directory: "./src/public", - }, - open: true, - port: 7700, - allowedHosts: "all", - }, - mode: "development", - output: { - filename: "[name].js", - }, - plugins: [ - new MiniCssExtractPlugin({ - filename: "[name].css", - chunkFilename: "[id].css", - }), - ], -}); diff --git a/sites/fast-website/webpack.prod.js b/sites/fast-website/webpack.prod.js deleted file mode 100644 index 91bcc5dccc..0000000000 --- a/sites/fast-website/webpack.prod.js +++ /dev/null @@ -1,24 +0,0 @@ -const { merge } = require("webpack-merge"); -const MiniCssExtractPlugin = require("mini-css-extract-plugin"); -const CssMinimizerPlugin = require("css-minimizer-webpack-plugin"); -const TerserJSPlugin = require("terser-webpack-plugin"); -const baseConfig = require("./webpack.common"); - -module.exports = merge(baseConfig, { - mode: "production", - optimization: { - minimizer: [new TerserJSPlugin({}), new CssMinimizerPlugin()], - splitChunks: { - chunks: "all", - }, - }, - output: { - filename: "bundle/[name].[contenthash].js", - }, - plugins: [ - new MiniCssExtractPlugin({ - filename: "bundle/[name].[hash].css", - chunkFilename: "bundle/[id].[hash].css", - }), - ], -}); diff --git a/sites/website/docusaurus.config.js b/sites/website/docusaurus.config.js index a53e1ca887..99e6a0821a 100644 --- a/sites/website/docusaurus.config.js +++ b/sites/website/docusaurus.config.js @@ -59,11 +59,6 @@ module.exports = { label: "Home", position: "right", }, - { - href: "https://explore.fast.design/", - label: "Components", - position: "right", - }, { href: "https://discord.com/invite/FcSNfg4", label: "Community", diff --git a/sites/website/package.json b/sites/website/package.json index 294ed6a6c4..4e2c7b8ae4 100644 --- a/sites/website/package.json +++ b/sites/website/package.json @@ -10,7 +10,6 @@ "generate": "concurrently \"yarn:generate-*\"", "generate-badges": "yarn workspace @microsoft/site-utilities generate:badges", "generate-docs": "node src/generate-docs.js", - "generate-homepage": "yarn workspace @microsoft/fast-website build", "prebuild": "yarn clean && yarn generate && yarn copy-static", "build": "docusaurus build", "prestart": "yarn prebuild", diff --git a/sites/website/src/copy-static.js b/sites/website/src/copy-static.js index 1d5e512770..b8e2ac3844 100644 --- a/sites/website/src/copy-static.js +++ b/sites/website/src/copy-static.js @@ -6,29 +6,18 @@ function getPackageDir(pkg) { } const outputPath = path.resolve(__dirname, "../static"); -const homepageDir = getPackageDir("@microsoft/fast-website"); const utilitiesDir = getPackageDir("@microsoft/site-utilities"); -const fastComponentsDir = getPackageDir("@microsoft/fast-components"); const utilitiesAssets = path.resolve(utilitiesDir, "statics/assets"); (async function () { - await copy([`${homepageDir}/dist/*`], outputPath); - await copy( [ `${utilitiesAssets}/favicon.ico`, `${utilitiesAssets}/fast-inline-logo.svg`, `${utilitiesAssets}/fast-inline-logo-light.svg`, - `${fastComponentsDir}/dist/fast-components.iife.min.js`, ].map(x => require.resolve(x)), outputPath ); - await copy([`${homepageDir}/dist/bundle/*`], `${outputPath}/bundle`, { - flat: false, - verbose: true, - up: true, - }); - await copy([`${utilitiesAssets}/badges/*.svg`], `${outputPath}/badges`); })(); diff --git a/sites/website/src/generate-docs.js b/sites/website/src/generate-docs.js index 603738f7a0..2ea691903f 100644 --- a/sites/website/src/generate-docs.js +++ b/sites/website/src/generate-docs.js @@ -4,16 +4,7 @@ const { exec } = require("child_process"); const fs = require("fs-extra"); const { getPackageJsonDir } = require("../../../build/get-package-json"); -const fastFoundation = getPackageJsonDir("@microsoft/fast-foundation"); // path.dirname( require.resolve("@microsoft/fast-foundation/package.json")); const fastElement = getPackageJsonDir("@microsoft/fast-element"); // path.dirname(require.resolve("@microsoft/fast-element/package.json")); -const fastComponents = getPackageJsonDir("@microsoft/fast-components", { - paths: [ - path.resolve( - path.dirname(require.resolve("@microsoft/fast-website/package.json")), - "node_modules" - ), - ], -}); // sites/website const projectRoot = path.resolve(__dirname, "../"); @@ -42,14 +33,7 @@ function findFiles(startPath, filter, paths = []) { return paths; } -const packages = [ - "fast-animation", - "fast-colors", - "fast-element", - "fast-foundation", - "fast-components", - "fast-ssr", -]; +const packages = ["fast-element"]; function identifyPackage(path) { for (const pkg of packages) { @@ -94,25 +78,7 @@ async function moveMarkdownFiles(src, docsFolderDest) { } async function copyArticleMarkdown() { - await moveMarkdownFiles( - path.resolve(fastFoundation, "docs/integrations"), - "integrations" - ); - await moveMarkdownFiles(path.resolve(fastFoundation, "docs/tools"), "tools"); await moveMarkdownFiles(path.resolve(fastElement, "docs/guide"), "fast-element"); - await moveMarkdownFiles(path.resolve(fastComponents, "docs/design"), "design"); - - const componentDocs = findFiles(path.resolve(fastFoundation, "src"), "README.md"); - - for (const source of componentDocs) { - const folder = path.dirname(source); - const dest = path.join( - "./docs/components", - `fast-${folder.substr(folder.lastIndexOf(path.sep) + 1)}.mdx` - ); - - await safeCopy(source, dest); - } const mergeDocs = [ { diff --git a/sites/website/tsconfig.json b/sites/website/tsconfig.json deleted file mode 100644 index 6d0f20397a..0000000000 --- a/sites/website/tsconfig.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "compilerOptions": { - "moduleResolution": "node", - "module": "ES6", - "target": "ES6", - "baseUrl": "../fast-website", - "esModuleInterop": true, - "allowSyntheticDefaultImports": true, - "resolveJsonModule": true - }, - "include": [ - "../fast-website/src/**/*" - ], - "exclude": [ - "../fast-website/node_modules", - ] -} diff --git a/yarn.lock b/yarn.lock index e55b5a2ef0..208d5615b6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1710,6 +1710,11 @@ dependencies: "@floating-ui/core" "^1.0.1" +"@fluentui/svg-icons@^1.1.139": + version "1.1.237" + resolved "https://registry.yarnpkg.com/@fluentui/svg-icons/-/svg-icons-1.1.237.tgz#e22a05d28a4d2ce6b9eb3b189c7b9ad408e1dcef" + integrity sha512-YMz78oO/v4Jzs/VAv9nYldPwXD89L+hmrQjgIYK8IrxnDL9g5PU4IMSTVjWZ2Ylo0fQANXY5la5Y71BUyWUEeQ== + "@gar/promisify@^1.0.1", "@gar/promisify@^1.1.3": version "1.1.3" resolved "https://registry.yarnpkg.com/@gar/promisify/-/promisify-1.1.3.tgz#555193ab2e3bb3b6adc3d551c9c030d9e860daf6" @@ -1791,6 +1796,13 @@ dependencies: "@sinclair/typebox" "^0.25.16" +"@jest/schemas@^29.6.3": + version "29.6.3" + resolved "https://registry.yarnpkg.com/@jest/schemas/-/schemas-29.6.3.tgz#430b5ce8a4e0044a7e3819663305a7b3091c8e03" + integrity sha512-mo5j5X+jIZmJQveBKeS/clAueipV7KgiX1vMgCxam1RNYiqE1w62n0/tJJnHtjW8ZHcQco5gY85jA3mi0L+nSA== + dependencies: + "@sinclair/typebox" "^0.27.8" + "@jest/transform@^26.6.2": version "26.6.2" resolved "https://registry.yarnpkg.com/@jest/transform/-/transform-26.6.2.tgz#5ac57c5fa1ad17b2aae83e73e45813894dcf2e4b" @@ -1845,6 +1857,18 @@ "@types/yargs" "^17.0.8" chalk "^4.0.0" +"@jest/types@^29.6.3": + version "29.6.3" + resolved "https://registry.yarnpkg.com/@jest/types/-/types-29.6.3.tgz#1131f8cf634e7e84c5e77bab12f052af585fba59" + integrity sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw== + dependencies: + "@jest/schemas" "^29.6.3" + "@types/istanbul-lib-coverage" "^2.0.0" + "@types/istanbul-reports" "^3.0.0" + "@types/node" "*" + "@types/yargs" "^17.0.8" + chalk "^4.0.0" + "@jimp/bmp@^0.16.1": version "0.16.1" resolved "https://registry.yarnpkg.com/@jimp/bmp/-/bmp-0.16.1.tgz#6e2da655b2ba22e721df0795423f34e92ef13768" @@ -2950,7 +2974,7 @@ source-map "~0.6.1" typescript "~4.6.3" -"@microsoft/fast-components@^2.9.2": +"@microsoft/fast-components@2.30.6", "@microsoft/fast-components@^2.9.2": version "2.30.6" resolved "https://registry.yarnpkg.com/@microsoft/fast-components/-/fast-components-2.30.6.tgz#22449f41c300060831b3545c27906cea03a72476" integrity sha512-q6nPiRyA/8HHqCbN4ClziJfOfFaTIVIyBUTSJTcO7ODzkr8oEin7VzKJNoIP/qMpKMkg90wxwLOucr6nsokApw== @@ -2961,11 +2985,31 @@ "@microsoft/fast-web-utilities" "^5.4.1" tslib "^1.13.0" +"@microsoft/fast-element@1.12.0": + version "1.12.0" + resolved "https://registry.yarnpkg.com/@microsoft/fast-element/-/fast-element-1.12.0.tgz#aabfc75518c3a9000710cce5f66dfc677de8c254" + integrity sha512-gQutuDHPKNxUEcQ4pypZT4Wmrbapus+P9s3bR/SEOLsMbNqNoXigGImITygI5zhb+aA5rzflM6O8YWkmRbGkPA== + "@microsoft/fast-element@^1.10.1", "@microsoft/fast-element@^1.10.3", "@microsoft/fast-element@^1.5.1": version "1.10.3" resolved "https://registry.yarnpkg.com/@microsoft/fast-element/-/fast-element-1.10.3.tgz#0d513583207c2a33e6ec020c366d836c21423fca" integrity sha512-ns/EEo5WSXNwRBe29O7sSA4SSqlapyHESXBT+JAcrR/3i0fLYQFMO/PdzfEMhsXmoUkZny6ewVbM4CttZa94Kg== +"@microsoft/fast-element@^1.12.0": + version "1.13.0" + resolved "https://registry.yarnpkg.com/@microsoft/fast-element/-/fast-element-1.13.0.tgz#d390ff13697064a48dc6ad6bb332a5f5489f73f8" + integrity sha512-iFhzKbbD0cFRo9cEzLS3Tdo9BYuatdxmCEKCpZs1Cro/93zNMpZ/Y9/Z7SknmW6fhDZbpBvtO8lLh9TFEcNVAQ== + +"@microsoft/fast-foundation@2.49.0": + version "2.49.0" + resolved "https://registry.yarnpkg.com/@microsoft/fast-foundation/-/fast-foundation-2.49.0.tgz#cfacc35fb48c713d08d1bb493476bafe88d77455" + integrity sha512-Wk4e4QXFVtT5hPwhMfHyGY30kixM0td8aDs7bAD6NM2z2SCBNvpTTWp+FCjx0I0lpUMlMenb6wsw7pMWQreRkQ== + dependencies: + "@microsoft/fast-element" "^1.12.0" + "@microsoft/fast-web-utilities" "^5.4.1" + tabbable "^5.2.0" + tslib "^1.13.0" + "@microsoft/fast-foundation@^2.13.1", "@microsoft/fast-foundation@^2.46.2": version "2.46.10" resolved "https://registry.yarnpkg.com/@microsoft/fast-foundation/-/fast-foundation-2.46.10.tgz#f3b131ea8f04b592aea85709c1d3844251b0016b" @@ -3003,6 +3047,11 @@ dependencies: exenv-es6 "^1.1.1" +"@microsoft/site-utilities@file:sites/site-utilities": + version "0.9.0" + dependencies: + "@microsoft/fast-foundation" "^3.0.0-alpha.4" + "@microsoft/tsdoc-config@^0.13.4": version "0.13.9" resolved "https://registry.yarnpkg.com/@microsoft/tsdoc-config/-/tsdoc-config-0.13.9.tgz#d8c8e8ab79ca11dc14838090c463905ae4c1a22d" @@ -3509,6 +3558,13 @@ resolved "https://registry.yarnpkg.com/@polka/url/-/url-1.0.0-next.21.tgz#5de5a2385a35309427f6011992b544514d559aa1" integrity sha512-a5Sab1C4/icpTZVzZc5Ghpz88yQtGOyNqYXcZgOssB2uuAr+wF/MvN6bgtW32q7HHrvBki+BsZ0OuNv6EV3K9g== +"@rollup/plugin-alias@^3.1.1": + version "3.1.9" + resolved "https://registry.yarnpkg.com/@rollup/plugin-alias/-/plugin-alias-3.1.9.tgz#a5d267548fe48441f34be8323fb64d1d4a1b3fdf" + integrity sha512-QI5fsEvm9bDzt32k39wpOwZhVzRcL5ydcffUHMyLVaVaLeC70I8TJZ17F1z1eMoLu4E/UOcH9BWVkKpIKdrfiw== + dependencies: + slash "^3.0.0" + "@rollup/plugin-json@^4.1.0": version "4.1.0" resolved "https://registry.yarnpkg.com/@rollup/plugin-json/-/plugin-json-4.1.0.tgz#54e09867ae6963c593844d8bd7a9c718294496f3" @@ -3622,6 +3678,11 @@ resolved "https://registry.yarnpkg.com/@sinclair/typebox/-/typebox-0.25.24.tgz#8c7688559979f7079aacaf31aa881c3aa410b718" integrity sha512-XJfwUVUKDHF5ugKwIcxEgc9k8b7HbznCp6eUfWgu710hMPNIO4aw4/zB5RogDQz8nd6gyCDpU9O/m6qYEWY6yQ== +"@sinclair/typebox@^0.27.8": + version "0.27.8" + resolved "https://registry.yarnpkg.com/@sinclair/typebox/-/typebox-0.27.8.tgz#6667fac16c436b5434a387a34dedb013198f6e6e" + integrity sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA== + "@sindresorhus/is@^0.14.0": version "0.14.0" resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-0.14.0.tgz#9fb3a3cf3132328151f353de4632e01e52102bea" @@ -5083,6 +5144,13 @@ "@types/scheduler" "*" csstype "^3.0.2" +"@types/resolve@0.0.8": + version "0.0.8" + resolved "https://registry.yarnpkg.com/@types/resolve/-/resolve-0.0.8.tgz#f26074d238e02659e323ce1a13d041eee280e194" + integrity sha512-auApPaJf3NPfe18hSoJkp8EbZzer2ISk7o8mCC3M9he/a04+gbMF97NkpD2S8riMGvm4BMRI59/SZQSaLTKpsQ== + dependencies: + "@types/node" "*" + "@types/resolve@1.17.1": version "1.17.1" resolved "https://registry.yarnpkg.com/@types/resolve/-/resolve-1.17.1.tgz#3afd6ad8967c77e4376c598a82ddd58f46ec45d6" @@ -6847,7 +6915,7 @@ browserify-zlib@^0.2.0: dependencies: pako "~1.0.5" -browserslist@^4.0.0, browserslist@^4.12.0, browserslist@^4.14.5, browserslist@^4.16.5, browserslist@^4.16.6, browserslist@^4.18.1, browserslist@^4.20.2, browserslist@^4.20.3, browserslist@^4.20.4: +browserslist@^4.0.0, browserslist@^4.12.0, browserslist@^4.14.5, browserslist@^4.16.5, browserslist@^4.16.6, browserslist@^4.18.1, browserslist@^4.20.2, browserslist@^4.20.3, browserslist@^4.20.4, browserslist@^4.21.4: version "4.21.1" resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.21.1.tgz#c9b9b0a54c7607e8dc3e01a0d311727188011a00" integrity sha512-Nq8MFCSrnJXSc88yliwlzQe3qNe3VntIjhsArW9IJOEPSHNx23FalwApUVbzAWABLhYJJ7y8AynWI/XM8OdfjQ== @@ -6936,6 +7004,11 @@ builtin-modules@^3.0.0: resolved "https://registry.yarnpkg.com/builtin-modules/-/builtin-modules-3.2.0.tgz#45d5db99e7ee5e6bc4f362e008bf917ab5049887" integrity sha512-lGzLKcioL90C7wMczpkY0n/oART3MbBa8R9OFGE1rJxoVI86u4WAGfEk8Wjv10eKSyTHVGkSo3bvBylCEtk7LA== +builtin-modules@^3.1.0: + version "3.3.0" + resolved "https://registry.yarnpkg.com/builtin-modules/-/builtin-modules-3.3.0.tgz#cae62812b89801e9656336e46223e030386be7b6" + integrity sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw== + builtin-status-codes@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/builtin-status-codes/-/builtin-status-codes-3.0.0.tgz#85982878e21b98e1c66425e03d0174788f569ee8" @@ -7109,6 +7182,14 @@ callsites@^3.0.0: resolved "https://registry.yarnpkg.com/callsites/-/callsites-3.1.0.tgz#b3630abd8943432f54b3f0519238e33cd7df2f73" integrity sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ== +camel-case@3.0.x: + version "3.0.0" + resolved "https://registry.yarnpkg.com/camel-case/-/camel-case-3.0.0.tgz#ca3c3688a4e9cf3a4cda777dc4dcbc713249cf73" + integrity sha512-+MbKztAYHXPr1jNTSKQF52VpcFjwY5RkR7fxksV8Doo4KAYc5Fl4UJRgthBbTmEx8C54DqahhbLJkDwjI3PI/w== + dependencies: + no-case "^2.2.0" + upper-case "^1.1.1" + camel-case@^4.1.1, camel-case@^4.1.2: version "4.1.2" resolved "https://registry.yarnpkg.com/camel-case/-/camel-case-4.1.2.tgz#9728072a954f805228225a6deea6b38461e1bd5a" @@ -7478,7 +7559,7 @@ class-utils@^0.3.5: isobject "^3.0.0" static-extend "^0.1.1" -clean-css@^4.2.3, clean-css@^5.2.2, clean-css@^5.3.0: +clean-css@4.2.x, clean-css@^4.2.3, clean-css@^5.2.2, clean-css@^5.3.0: version "4.2.4" resolved "https://registry.yarnpkg.com/clean-css/-/clean-css-4.2.4.tgz#733bf46eba4e607c6891ea57c24a989356831178" integrity sha512-EJUDT7nDVFDvaQgAo2G/PJvxmp1o/c6iXLbswsBbUFXi1Nr+AjA2cKmfbKDMjMvzEe75g3P6JkaDDAKk96A85A== @@ -7789,6 +7870,11 @@ commander@2, commander@^2.20.0, commander@^2.20.3, commander@^2.7.1: resolved "https://registry.yarnpkg.com/commander/-/commander-2.20.3.tgz#fd485e84c03eb4881c20722ba48035e8531aeb33" integrity sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ== +commander@2.17.x: + version "2.17.1" + resolved "https://registry.yarnpkg.com/commander/-/commander-2.17.1.tgz#bd77ab7de6de94205ceacc72f1716d29f20a77bf" + integrity sha512-wPMUt6FnH2yzG95SA6mzjQOEKUU3aLaDEmzs1ti+1E9h+CsrZghRlqEM/EJ4KscsQVG8uNN4uVreUeT8+drlgg== + commander@7, commander@^7.0.0, commander@^7.2.0: version "7.2.0" resolved "https://registry.yarnpkg.com/commander/-/commander-7.2.0.tgz#a36cb57d0b501ce108e4d20559a150a391d97ab7" @@ -7819,6 +7905,11 @@ commander@^9.2.0: resolved "https://registry.yarnpkg.com/commander/-/commander-9.3.0.tgz#f619114a5a2d2054e0d9ff1b31d5ccf89255e26b" integrity sha512-hv95iU5uXPbK83mjrJKuZyFM/LBAoCV/XhVGkS5Je6tl7sxr6A0ITMw5WoRV46/UaJ46Nllm3Xt7IaJhXTIkzw== +commander@~2.19.0: + version "2.19.0" + resolved "https://registry.yarnpkg.com/commander/-/commander-2.19.0.tgz#f6198aa84e5b83c46054b94ddedbfed5ee9ff12a" + integrity sha512-6tvAOO+D6OENvRAh524Dh9jcfKTYDQAqvqezbCW82xj5X0pSrcpxtvRKHLG0yBY6SD7PSDrJaj+0AiOcKVd1Xg== + comment-parser@1.2.4: version "1.2.4" resolved "https://registry.yarnpkg.com/comment-parser/-/comment-parser-1.2.4.tgz#489f3ee55dfd184a6e4bffb31baba284453cb760" @@ -8357,6 +8448,11 @@ css-declaration-sorter@^6.3.0: resolved "https://registry.yarnpkg.com/css-declaration-sorter/-/css-declaration-sorter-6.3.0.tgz#72ebd995c8f4532ff0036631f7365cce9759df14" integrity sha512-OGT677UGHJTAVMRhPO+HJ4oKln3wkBTwtDFH0ojbqm+MJm6xuDMHp2nkhh/ThaBqq20IbraBQSWKfSLNHQO9Og== +css-declaration-sorter@^6.3.1: + version "6.4.1" + resolved "https://registry.yarnpkg.com/css-declaration-sorter/-/css-declaration-sorter-6.4.1.tgz#28beac7c20bad7f1775be3a7129d7eae409a3a71" + integrity sha512-rtdthzxKuyq6IzqX6jEcIzQF/YqccluefyCYheovBOLhFT/drQA9zj/UbRAa9J7C0o6EG6u3E6g+vKkay7/k3g== + css-loader@^3.6.0: version "3.6.0" resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-3.6.0.tgz#2e4b2c7e6e2d27f8c8f28f61bffcd2e6c91ef645" @@ -8418,6 +8514,18 @@ css-minimizer-webpack-plugin@^3.4.1: serialize-javascript "^6.0.0" source-map "^0.6.1" +css-minimizer-webpack-plugin@^4.0.0: + version "4.2.2" + resolved "https://registry.yarnpkg.com/css-minimizer-webpack-plugin/-/css-minimizer-webpack-plugin-4.2.2.tgz#79f6199eb5adf1ff7ba57f105e3752d15211eb35" + integrity sha512-s3Of/4jKfw1Hj9CxEO1E5oXhQAxlayuHO2y/ML+C6I9sQ7FdzfEV6QgMLN3vI+qFsjJGIAFLKtQK7t8BOXAIyA== + dependencies: + cssnano "^5.1.8" + jest-worker "^29.1.2" + postcss "^8.4.17" + schema-utils "^4.0.0" + serialize-javascript "^6.0.0" + source-map "^0.6.1" + css-select@^4.1.3, css-select@^4.2.1, css-select@^4.3.0, css-select@~1.2.0: version "4.3.0" resolved "https://registry.yarnpkg.com/css-select/-/css-select-4.3.0.tgz#db7129b2846662fd8628cfc496abb2b59e41529b" @@ -8499,6 +8607,41 @@ cssnano-preset-default@^5.2.12, cssnano-preset-default@^5.2.7: postcss-svgo "^5.1.0" postcss-unique-selectors "^5.1.1" +cssnano-preset-default@^5.2.14: + version "5.2.14" + resolved "https://registry.yarnpkg.com/cssnano-preset-default/-/cssnano-preset-default-5.2.14.tgz#309def4f7b7e16d71ab2438052093330d9ab45d8" + integrity sha512-t0SFesj/ZV2OTylqQVOrFgEh5uanxbO6ZAdeCrNsUQ6fVuXwYTxJPNAGvGTxHbD68ldIJNec7PyYZDBrfDQ+6A== + dependencies: + css-declaration-sorter "^6.3.1" + cssnano-utils "^3.1.0" + postcss-calc "^8.2.3" + postcss-colormin "^5.3.1" + postcss-convert-values "^5.1.3" + postcss-discard-comments "^5.1.2" + postcss-discard-duplicates "^5.1.0" + postcss-discard-empty "^5.1.1" + postcss-discard-overridden "^5.1.0" + postcss-merge-longhand "^5.1.7" + postcss-merge-rules "^5.1.4" + postcss-minify-font-values "^5.1.0" + postcss-minify-gradients "^5.1.1" + postcss-minify-params "^5.1.4" + postcss-minify-selectors "^5.2.1" + postcss-normalize-charset "^5.1.0" + postcss-normalize-display-values "^5.1.0" + postcss-normalize-positions "^5.1.1" + postcss-normalize-repeat-style "^5.1.1" + postcss-normalize-string "^5.1.0" + postcss-normalize-timing-functions "^5.1.0" + postcss-normalize-unicode "^5.1.1" + postcss-normalize-url "^5.1.0" + postcss-normalize-whitespace "^5.1.1" + postcss-ordered-values "^5.1.3" + postcss-reduce-initial "^5.1.2" + postcss-reduce-transforms "^5.1.0" + postcss-svgo "^5.1.0" + postcss-unique-selectors "^5.1.1" + cssnano-utils@^3.1.0: version "3.1.0" resolved "https://registry.yarnpkg.com/cssnano-utils/-/cssnano-utils-3.1.0.tgz#95684d08c91511edfc70d2636338ca37ef3a6861" @@ -8513,6 +8656,15 @@ cssnano@^5.0.6, cssnano@^5.1.7: lilconfig "^2.0.3" yaml "^1.10.2" +cssnano@^5.1.8: + version "5.1.15" + resolved "https://registry.yarnpkg.com/cssnano/-/cssnano-5.1.15.tgz#ded66b5480d5127fcb44dac12ea5a983755136bf" + integrity sha512-j+BKgDcLDQA+eDifLx0EO4XSA56b7uut3BQFH+wbSaSTuGLuiyTa/wbRYthUXX8LC9mLg+WWKe8h+qJuwTAbHw== + dependencies: + cssnano-preset-default "^5.2.14" + lilconfig "^2.0.3" + yaml "^1.10.2" + csso@^4.2.0: version "4.2.0" resolved "https://registry.yarnpkg.com/csso/-/csso-4.2.0.tgz#ea3a561346e8dc9f546d6febedd50187cf389529" @@ -9743,6 +9895,14 @@ ee-first@1.1.1: resolved "https://registry.yarnpkg.com/ee-first/-/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d" integrity sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0= +ejs-loader@^0.5.0: + version "0.5.0" + resolved "https://registry.yarnpkg.com/ejs-loader/-/ejs-loader-0.5.0.tgz#ebed0afaedd0a58c07fcc810cf001df3c24d6399" + integrity sha512-iirFqlP3tiFoedNZ7dQcjvechunl054VbW6Ki38T/pabgXMAncduSE0ZXLeVGn1NbmcUJF9Z5TC0EvQ4RIpP9Q== + dependencies: + loader-utils "^2.0.0" + lodash "^4.17.15" + electron-to-chromium@^1.4.172: version "1.4.180" resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.180.tgz#380b06037836055d12c7de181ee90b8ed911c3e7" @@ -10239,6 +10399,16 @@ estraverse@^5.1.0, estraverse@^5.2.0: resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-5.3.0.tgz#2eea5290702f26ab8fe5370370ff86c965d21123" integrity sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA== +estree-walker@^0.2.1: + version "0.2.1" + resolved "https://registry.yarnpkg.com/estree-walker/-/estree-walker-0.2.1.tgz#bdafe8095383d8414d5dc2ecf4c9173b6db9412e" + integrity sha512-6/I1dwNKk0N9iGOU3ydzAAurz4NPo/ttxZNCqgIVbWFvWyzWBSNonRrJ5CpjDuyBfmM7ENN7WCzUi9aT/UPXXQ== + +estree-walker@^0.6.1: + version "0.6.1" + resolved "https://registry.yarnpkg.com/estree-walker/-/estree-walker-0.6.1.tgz#53049143f40c6eb918b23671d1fe3219f3a1b362" + integrity sha512-SqmZANLWS0mnatqbSfRP5g8OXZC12Fgg1IwNtLsyHDzJizORW4khDfjPqJZsemPWBB2uqykUah5YpQ6epsqC/w== + estree-walker@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/estree-walker/-/estree-walker-1.0.1.tgz#31bc5d612c96b704106b477e6dd5d8aa138cb700" @@ -10915,6 +11085,15 @@ fs-constants@^1.0.0: resolved "https://registry.yarnpkg.com/fs-constants/-/fs-constants-1.0.0.tgz#6be0de9be998ce16af8afc24497b9ee9b7ccd9ad" integrity sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow== +fs-extra@8.1.0, fs-extra@^8.1.0: + version "8.1.0" + resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-8.1.0.tgz#49d43c45a88cd9677668cb7be1b46efdb8d2e1c0" + integrity sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g== + dependencies: + graceful-fs "^4.2.0" + jsonfile "^4.0.0" + universalify "^0.1.0" + fs-extra@^10.0.0, fs-extra@^10.1.0: version "10.1.0" resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-10.1.0.tgz#02873cfbc4084dde127eaa5f9905eef2325d1abf" @@ -10924,15 +11103,6 @@ fs-extra@^10.0.0, fs-extra@^10.1.0: jsonfile "^6.0.1" universalify "^2.0.0" -fs-extra@^8.1.0: - version "8.1.0" - resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-8.1.0.tgz#49d43c45a88cd9677668cb7be1b46efdb8d2e1c0" - integrity sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g== - dependencies: - graceful-fs "^4.2.0" - jsonfile "^4.0.0" - universalify "^0.1.0" - fs-extra@^9.0.0, fs-extra@^9.0.1, fs-extra@^9.1.0: version "9.1.0" resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-9.1.0.tgz#5954460c764a8da2094ba3554bf839e6b9a7c86d" @@ -11002,6 +11172,11 @@ function-bind@^1.1.1: resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d" integrity sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A== +function-bind@^1.1.2: + version "1.1.2" + resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.2.tgz#2c02d864d97f3ea6c8830c464cbd11ab6eab7a1c" + integrity sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA== + function.prototype.name@^1.1.0, function.prototype.name@^1.1.5: version "1.1.5" resolved "https://registry.yarnpkg.com/function.prototype.name/-/function.prototype.name-1.1.5.tgz#cce0505fe1ffb80503e6f9e46cc64e46a12a9621" @@ -11661,6 +11836,13 @@ hash.js@^1.0.0, hash.js@^1.0.3: inherits "^2.0.3" minimalistic-assert "^1.0.1" +hasown@^2.0.0: + version "2.0.2" + resolved "https://registry.yarnpkg.com/hasown/-/hasown-2.0.2.tgz#003eaf91be7adc372e84ec59dc37252cedb80003" + integrity sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ== + dependencies: + function-bind "^1.1.2" + hast-to-hyperscript@^9.0.0: version "9.0.1" resolved "https://registry.yarnpkg.com/hast-to-hyperscript/-/hast-to-hyperscript-9.0.1.tgz#9b67fd188e4c81e8ad66f803855334173920218d" @@ -11750,7 +11932,7 @@ hastscript@^6.0.0: property-information "^5.0.0" space-separated-tokens "^1.0.0" -he@1.2.0, he@^1.2.0: +he@1.2.0, he@1.2.x, he@^1.2.0: version "1.2.0" resolved "https://registry.yarnpkg.com/he/-/he-1.2.0.tgz#84ae65fa7eafb165fddb61566ae14baf05664f0f" integrity sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw== @@ -11872,6 +12054,19 @@ html-minifier-terser@^6.0.2, html-minifier-terser@^6.1.0: relateurl "^0.2.7" terser "^5.10.0" +html-minifier@^3.5.6: + version "3.5.21" + resolved "https://registry.yarnpkg.com/html-minifier/-/html-minifier-3.5.21.tgz#d0040e054730e354db008463593194015212d20c" + integrity sha512-LKUKwuJDhxNa3uf/LPR/KVjm/l3rBqtYeCOAekvG8F1vItxMUpueGd94i/asDDr8/1u7InxzFA5EeGjhhG5mMA== + dependencies: + camel-case "3.0.x" + clean-css "4.2.x" + commander "2.17.x" + he "1.2.x" + param-case "2.1.x" + relateurl "0.2.x" + uglify-js "3.4.x" + html-tags@^3.2.0: version "3.2.0" resolved "https://registry.yarnpkg.com/html-tags/-/html-tags-3.2.0.tgz#dbb3518d20b726524e4dd43de397eb0a95726961" @@ -12484,6 +12679,13 @@ is-core-module@^2.1.0, is-core-module@^2.5.0, is-core-module@^2.8.1: dependencies: has "^1.0.3" +is-core-module@^2.13.0: + version "2.13.1" + resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.13.1.tgz#ad0d7532c6fea9da1ebdc82742d74525c6273384" + integrity sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw== + dependencies: + hasown "^2.0.0" + is-data-descriptor@^0.1.4: version "0.1.4" resolved "https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz#0b5ee648388e2c860282e793f1856fec3f301b56" @@ -12739,6 +12941,13 @@ is-potential-custom-element-name@^1.0.1: resolved "https://registry.yarnpkg.com/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz#171ed6f19e3ac554394edf78caa05784a45bebb5" integrity sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ== +is-reference@^1.1.2: + version "1.2.1" + resolved "https://registry.yarnpkg.com/is-reference/-/is-reference-1.2.1.tgz#8b2dac0b371f4bc994fdeaba9eb542d03002d0b7" + integrity sha512-U82MsXXiFIrjCK4otLT+o2NA2Cd2g5MLoOVXUZjIOhLurrRxpEXzI8O0KZHr3IjLvlAH1kTPYSuqer5T9ZVBKQ== + dependencies: + "@types/estree" "*" + is-regex@^1.1.2, is-regex@^1.1.4: version "1.1.4" resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.1.4.tgz#eef5663cd59fa4c0ae339505323df6854bb15958" @@ -13164,6 +13373,18 @@ jest-util@^29.2.1, jest-util@^29.5.0: graceful-fs "^4.2.9" picomatch "^2.2.3" +jest-util@^29.7.0: + version "29.7.0" + resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-29.7.0.tgz#23c2b62bfb22be82b44de98055802ff3710fc0bc" + integrity sha512-z6EbKajIpqGKU56y5KBUgy1dt1ihhQJgWzUlZHArA/+X2ad7Cb5iF+AK1EWVL/Bo7Rz9uurpqw6SiBCefUbCGA== + dependencies: + "@jest/types" "^29.6.3" + "@types/node" "*" + chalk "^4.0.0" + ci-info "^3.2.0" + graceful-fs "^4.2.9" + picomatch "^2.2.3" + jest-worker@^26.2.1, jest-worker@^26.5.0, jest-worker@^26.6.2: version "26.6.2" resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-26.6.2.tgz#7f72cbc4d643c365e27b9fd775f9d0eaa9c7a8ed" @@ -13182,6 +13403,16 @@ jest-worker@^27.0.2, jest-worker@^27.4.5: merge-stream "^2.0.0" supports-color "^8.0.0" +jest-worker@^29.1.2: + version "29.7.0" + resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-29.7.0.tgz#acad073acbbaeb7262bd5389e1bcf43e10058d4a" + integrity sha512-eIz2msL/EzL9UFTFFx7jBTkeZfku0yUAyZZZmJ93H2TYEiroIx2PQjEXcwYtYl8zXCxb+PAmA2hLIt/6ZEkPHw== + dependencies: + "@types/node" "*" + jest-util "^29.7.0" + merge-stream "^2.0.0" + supports-color "^8.0.0" + jimp@^0.16.1, jimp@^0.2.21: version "0.16.1" resolved "https://registry.yarnpkg.com/jimp/-/jimp-0.16.1.tgz#192f851a30e5ca11112a3d0aa53137659a78ca7a" @@ -13973,6 +14204,11 @@ locate-path@^7.1.0: dependencies: p-locate "^6.0.0" +lodash-es@4.17.21: + version "4.17.21" + resolved "https://registry.yarnpkg.com/lodash-es/-/lodash-es-4.17.21.tgz#43e626c46e6591b7750beb2b50117390c609e3ee" + integrity sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw== + lodash.assignin@^4.0.9: version "4.2.0" resolved "https://registry.yarnpkg.com/lodash.assignin/-/lodash.assignin-4.2.0.tgz#ba8df5fb841eb0a3e8044232b0e263a8dc6a28a2" @@ -14128,7 +14364,7 @@ lodash.uniq@4.5.0, lodash.uniq@^4.5.0: resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773" integrity sha1-0CJTc662Uq3BvILklFM5qEJ1R3M= -lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.20, lodash@^4.17.21, lodash@^4.17.4, lodash@^4.7.0, lodash@~4.17.15: +lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.20, lodash@^4.17.21, lodash@^4.17.4, lodash@^4.7.0, lodash@^4.9.0, lodash@~4.17.15: version "4.17.21" resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c" integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg== @@ -14215,6 +14451,11 @@ loupe@^2.3.1: dependencies: get-func-name "^2.0.0" +lower-case@^1.1.1: + version "1.1.4" + resolved "https://registry.yarnpkg.com/lower-case/-/lower-case-1.1.4.tgz#9a2cabd1b9e8e0ae993a4bf7d5875c39c42e8eac" + integrity sha512-2Fgx1Ycm599x+WGpIYwJOvsjmXFzTSc34IwDWALRA/8AopUKAVPwfJ+h5+f85BCp0PWmmJcWzEpxOpoXycMpdA== + lower-case@^2.0.2: version "2.0.2" resolved "https://registry.yarnpkg.com/lower-case/-/lower-case-2.0.2.tgz#6fa237c63dbdc4a82ca0fd882e4722dc5e634e28" @@ -15113,7 +15354,7 @@ minimalistic-crypto-utils@^1.0.1: resolved "https://registry.yarnpkg.com/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz#f6c00c1c0b082246e5c4d99dfb8c7c083b2b582a" integrity sha512-JIYlbt6g8i5jKfJ3xz7rF0LXmv2TkDxBLUkiBeZ7bAx4GnnNMr8xFpGnOxn6GhTEHx3SjRrZEoU+j04prX1ktg== -"minimatch@2 || 3", minimatch@^3.0.3, minimatch@^3.0.4, minimatch@^3.1.1, minimatch@^3.1.2: +"minimatch@2 || 3", minimatch@^3.0.2, minimatch@^3.0.3, minimatch@^3.0.4, minimatch@^3.1.1, minimatch@^3.1.2: version "3.1.2" resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b" integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw== @@ -15427,7 +15668,7 @@ nan@^2.12.1: resolved "https://registry.yarnpkg.com/nan/-/nan-2.16.0.tgz#664f43e45460fb98faf00edca0bb0d7b8dce7916" integrity sha512-UdAqHyFngu7TfQKsCBgAA6pWDkT8MAO7d0jyOecVhN5354xbLqdn8mV9Tat9gepAupm0bt2DbeaSC8vS52MuFA== -nanoid@3.1.20, nanoid@^3.1.31, nanoid@^3.3.1, nanoid@^3.3.4: +nanoid@3.1.20, nanoid@^3.1.31, nanoid@^3.3.1, nanoid@^3.3.4, nanoid@^3.3.7: version "3.3.4" resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.4.tgz#730b67e3cd09e2deacf03c027c81c9d9dbc5e8ab" integrity sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw== @@ -15479,6 +15720,13 @@ nice-try@^1.0.4: resolved "https://registry.yarnpkg.com/nice-try/-/nice-try-1.0.5.tgz#a3378a7696ce7d223e88fc9b764bd7ef1089e366" integrity sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ== +no-case@^2.2.0: + version "2.3.2" + resolved "https://registry.yarnpkg.com/no-case/-/no-case-2.3.2.tgz#60b813396be39b3f1288a4c1ed5d1e7d28b464ac" + integrity sha512-rmTZ9kz+f3rCvK2TD1Ue/oZlns7OGoIWP4fc3llxxRXlOkHKoWPPWJOfFYpITabSow43QJbRIoHQXtt10VldyQ== + dependencies: + lower-case "^1.1.1" + no-case@^3.0.4: version "3.0.4" resolved "https://registry.yarnpkg.com/no-case/-/no-case-3.0.4.tgz#d361fd5c9800f558551a8369fc0dcd4662b6124d" @@ -16402,6 +16650,13 @@ parallel-transform@^1.1.0: inherits "^2.0.3" readable-stream "^2.1.5" +param-case@2.1.x: + version "2.1.1" + resolved "https://registry.yarnpkg.com/param-case/-/param-case-2.1.1.tgz#df94fd8cf6531ecf75e6bef9a0858fbc72be2247" + integrity sha512-eQE845L6ot89sk2N8liD8HAuH4ca6Vvr7VWAWwt7+kvvG5aBcPmmphQ68JsEG2qa9n1TykS2DLeMt363AAH8/w== + dependencies: + no-case "^2.2.0" + param-case@^3.0.3, param-case@^3.0.4: version "3.0.4" resolved "https://registry.yarnpkg.com/param-case/-/param-case-3.0.4.tgz#7d17fe4aa12bde34d4a77d91acfb6219caad01c5" @@ -16840,6 +17095,16 @@ postcss-colormin@^5.3.0: colord "^2.9.1" postcss-value-parser "^4.2.0" +postcss-colormin@^5.3.1: + version "5.3.1" + resolved "https://registry.yarnpkg.com/postcss-colormin/-/postcss-colormin-5.3.1.tgz#86c27c26ed6ba00d96c79e08f3ffb418d1d1988f" + integrity sha512-UsWQG0AqTFQmpBegeLLc1+c3jIqBNB0zlDGRWR+dQ3pRKJL1oeMzyqmH3o2PIfn9MBdNrVPWhDbT769LxCTLJQ== + dependencies: + browserslist "^4.21.4" + caniuse-api "^3.0.0" + colord "^2.9.1" + postcss-value-parser "^4.2.0" + postcss-convert-values@^5.1.2: version "5.1.2" resolved "https://registry.yarnpkg.com/postcss-convert-values/-/postcss-convert-values-5.1.2.tgz#31586df4e184c2e8890e8b34a0b9355313f503ab" @@ -16848,6 +17113,14 @@ postcss-convert-values@^5.1.2: browserslist "^4.20.3" postcss-value-parser "^4.2.0" +postcss-convert-values@^5.1.3: + version "5.1.3" + resolved "https://registry.yarnpkg.com/postcss-convert-values/-/postcss-convert-values-5.1.3.tgz#04998bb9ba6b65aa31035d669a6af342c5f9d393" + integrity sha512-82pC1xkJZtcJEfiLw6UXnXVXScgtBrjlO5CBmuDQc+dlb88ZYheFsjTn40+zBVi3DkfF7iezO0nJUPLcJK3pvA== + dependencies: + browserslist "^4.21.4" + postcss-value-parser "^4.2.0" + postcss-discard-comments@^5.1.2: version "5.1.2" resolved "https://registry.yarnpkg.com/postcss-discard-comments/-/postcss-discard-comments-5.1.2.tgz#8df5e81d2925af2780075840c1526f0660e53696" @@ -16918,6 +17191,14 @@ postcss-merge-longhand@^5.1.6: postcss-value-parser "^4.2.0" stylehacks "^5.1.0" +postcss-merge-longhand@^5.1.7: + version "5.1.7" + resolved "https://registry.yarnpkg.com/postcss-merge-longhand/-/postcss-merge-longhand-5.1.7.tgz#24a1bdf402d9ef0e70f568f39bdc0344d568fb16" + integrity sha512-YCI9gZB+PLNskrK0BB3/2OzPnGhPkBEwmwhfYk1ilBHYVAZB7/tkTHFBAnCrvBBOmeYyMYw3DMjT55SyxMBzjQ== + dependencies: + postcss-value-parser "^4.2.0" + stylehacks "^5.1.1" + postcss-merge-rules@^5.1.2: version "5.1.2" resolved "https://registry.yarnpkg.com/postcss-merge-rules/-/postcss-merge-rules-5.1.2.tgz#7049a14d4211045412116d79b751def4484473a5" @@ -16928,6 +17209,16 @@ postcss-merge-rules@^5.1.2: cssnano-utils "^3.1.0" postcss-selector-parser "^6.0.5" +postcss-merge-rules@^5.1.4: + version "5.1.4" + resolved "https://registry.yarnpkg.com/postcss-merge-rules/-/postcss-merge-rules-5.1.4.tgz#2f26fa5cacb75b1402e213789f6766ae5e40313c" + integrity sha512-0R2IuYpgU93y9lhVbO/OylTtKMVcHb67zjWIfCiKR9rWL3GUk1677LAqD/BcHizukdZEjT8Ru3oHRoAYoJy44g== + dependencies: + browserslist "^4.21.4" + caniuse-api "^3.0.0" + cssnano-utils "^3.1.0" + postcss-selector-parser "^6.0.5" + postcss-minify-font-values@^5.1.0: version "5.1.0" resolved "https://registry.yarnpkg.com/postcss-minify-font-values/-/postcss-minify-font-values-5.1.0.tgz#f1df0014a726083d260d3bd85d7385fb89d1f01b" @@ -16953,6 +17244,15 @@ postcss-minify-params@^5.1.3: cssnano-utils "^3.1.0" postcss-value-parser "^4.2.0" +postcss-minify-params@^5.1.4: + version "5.1.4" + resolved "https://registry.yarnpkg.com/postcss-minify-params/-/postcss-minify-params-5.1.4.tgz#c06a6c787128b3208b38c9364cfc40c8aa5d7352" + integrity sha512-+mePA3MgdmVmv6g+30rn57USjOGSAyuxUmkfiWpzalZ8aiBkdPYjXWtHuwJGm1v5Ojy0Z0LaSYhHaLJQB0P8Jw== + dependencies: + browserslist "^4.21.4" + cssnano-utils "^3.1.0" + postcss-value-parser "^4.2.0" + postcss-minify-selectors@^5.2.1: version "5.2.1" resolved "https://registry.yarnpkg.com/postcss-minify-selectors/-/postcss-minify-selectors-5.2.1.tgz#d4e7e6b46147b8117ea9325a915a801d5fe656c6" @@ -17069,6 +17369,14 @@ postcss-normalize-unicode@^5.1.0: browserslist "^4.16.6" postcss-value-parser "^4.2.0" +postcss-normalize-unicode@^5.1.1: + version "5.1.1" + resolved "https://registry.yarnpkg.com/postcss-normalize-unicode/-/postcss-normalize-unicode-5.1.1.tgz#f67297fca3fea7f17e0d2caa40769afc487aa030" + integrity sha512-qnCL5jzkNUmKVhZoENp1mJiGNPcsJCs1aaRmURmeJGES23Z/ajaln+EPTD+rBeNkSryI+2WTdW+lwcVdOikrpA== + dependencies: + browserslist "^4.21.4" + postcss-value-parser "^4.2.0" + postcss-normalize-url@^5.1.0: version "5.1.0" resolved "https://registry.yarnpkg.com/postcss-normalize-url/-/postcss-normalize-url-5.1.0.tgz#ed9d88ca82e21abef99f743457d3729a042adcdc" @@ -17107,6 +17415,14 @@ postcss-reduce-initial@^5.1.0: browserslist "^4.16.6" caniuse-api "^3.0.0" +postcss-reduce-initial@^5.1.2: + version "5.1.2" + resolved "https://registry.yarnpkg.com/postcss-reduce-initial/-/postcss-reduce-initial-5.1.2.tgz#798cd77b3e033eae7105c18c9d371d989e1382d6" + integrity sha512-dE/y2XRaqAi6OvjzD22pjTUQ8eOfc6m/natGHgKFBK9DxFmIm69YmaRVQrGgFlEfc1HePIurY0TmDeROK05rIg== + dependencies: + browserslist "^4.21.4" + caniuse-api "^3.0.0" + postcss-reduce-transforms@^5.1.0: version "5.1.0" resolved "https://registry.yarnpkg.com/postcss-reduce-transforms/-/postcss-reduce-transforms-5.1.0.tgz#333b70e7758b802f3dd0ddfe98bb1ccfef96b6e9" @@ -17171,6 +17487,15 @@ postcss@^8.2.15, postcss@^8.3.11, postcss@^8.3.5, postcss@^8.4.13, postcss@^8.4. picocolors "^1.0.0" source-map-js "^1.0.2" +postcss@^8.4.17: + version "8.4.38" + resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.38.tgz#b387d533baf2054288e337066d81c6bee9db9e0e" + integrity sha512-Wglpdk03BSfXkHoQa3b/oulrotAkwrlLDRSOb9D0bN86FdRyE9lppSp33aHNPgBa0JKCoB+drFLZkQoRRYae5A== + dependencies: + nanoid "^3.3.7" + picocolors "^1.0.0" + source-map-js "^1.2.0" + prebuild-install@^6.1.2: version "6.1.4" resolved "https://registry.yarnpkg.com/prebuild-install/-/prebuild-install-6.1.4.tgz#ae3c0142ad611d58570b89af4986088a4937e00f" @@ -18105,7 +18430,7 @@ rehype-parse@^6.0.2: parse5 "^5.0.0" xtend "^4.0.0" -relateurl@^0.2.7: +relateurl@0.2.x, relateurl@^0.2.7: version "0.2.7" resolved "https://registry.yarnpkg.com/relateurl/-/relateurl-0.2.7.tgz#54dbf377e51440aca90a4cd274600d3ff2d888a9" integrity sha1-VNvzd+UUQKypCkzSdGANP/LYiKk= @@ -18349,6 +18674,13 @@ resolve@1.1.x: resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.1.7.tgz#203114d82ad2c5ed9e8e0411b3932875e889e97b" integrity sha1-IDEU2CrSxe2ejgQRs5ModeiJ6Xs= +resolve@1.17.0, resolve@~1.17.0: + version "1.17.0" + resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.17.0.tgz#b25941b54968231cc2d1bb76a79cb7f2c0bf8444" + integrity sha512-ic+7JYiV8Vi2yzQGFWOkiZD5Z9z7O2Zhm9XMaTxdJExKasieFCr+yXZ/WmXsckHiKl12ar0y6XiXDx3m4RHn1w== + dependencies: + path-parse "^1.0.6" + resolve@^1.1.6, resolve@^1.10.0, resolve@^1.11.0, resolve@^1.14.2, resolve@^1.17.0, resolve@^1.19.0, resolve@^1.20.0, resolve@^1.22.0, resolve@^1.3.2, resolve@^1.9.0: version "1.22.0" resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.0.tgz#5e0b8c67c15df57a89bdbabe603a002f21731198" @@ -18358,12 +18690,14 @@ resolve@^1.1.6, resolve@^1.10.0, resolve@^1.11.0, resolve@^1.14.2, resolve@^1.17 path-parse "^1.0.7" supports-preserve-symlinks-flag "^1.0.0" -resolve@~1.17.0: - version "1.17.0" - resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.17.0.tgz#b25941b54968231cc2d1bb76a79cb7f2c0bf8444" - integrity sha512-ic+7JYiV8Vi2yzQGFWOkiZD5Z9z7O2Zhm9XMaTxdJExKasieFCr+yXZ/WmXsckHiKl12ar0y6XiXDx3m4RHn1w== +resolve@^1.11.1: + version "1.22.8" + resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.8.tgz#b6c87a9f2aa06dfab52e3d70ac8cde321fa5a48d" + integrity sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw== dependencies: - path-parse "^1.0.6" + is-core-module "^2.13.0" + path-parse "^1.0.7" + supports-preserve-symlinks-flag "^1.0.0" resolve@~1.19.0: version "1.19.0" @@ -18447,6 +18781,17 @@ robust-predicates@^3.0.0: resolved "https://registry.yarnpkg.com/robust-predicates/-/robust-predicates-3.0.1.tgz#ecde075044f7f30118682bd9fb3f123109577f9a" integrity sha512-ndEIpszUHiG4HtDsQLeIuMvRsDnn8c8rYStabochtUeCvfuvNptb5TUbVD68LRAILPX7p9nqQGh4xJgn3EHS/g== +rollup-plugin-commonjs@^10.1.0: + version "10.1.0" + resolved "https://registry.yarnpkg.com/rollup-plugin-commonjs/-/rollup-plugin-commonjs-10.1.0.tgz#417af3b54503878e084d127adf4d1caf8beb86fb" + integrity sha512-jlXbjZSQg8EIeAAvepNwhJj++qJWNJw1Cl0YnOqKtP5Djx+fFGkp3WRh+W0ASCaFG5w1jhmzDxgu3SJuVxPF4Q== + dependencies: + estree-walker "^0.6.1" + is-reference "^1.1.2" + magic-string "^0.25.2" + resolve "^1.11.0" + rollup-pluginutils "^2.8.1" + rollup-plugin-filesize@^9.1.2: version "9.1.2" resolved "https://registry.yarnpkg.com/rollup-plugin-filesize/-/rollup-plugin-filesize-9.1.2.tgz#958eea26880698d0bc008fa9d214657ee180b934" @@ -18461,6 +18806,33 @@ rollup-plugin-filesize@^9.1.2: pacote "^11.2.7" terser "^5.6.0" +rollup-plugin-jst@^1.2.0: + version "1.2.0" + resolved "https://registry.yarnpkg.com/rollup-plugin-jst/-/rollup-plugin-jst-1.2.0.tgz#e57a76d550e020a2d4c7ef7f7be61ad0a40f2287" + integrity sha512-sTc5EHbl9FY3VAgeiPJ23gDzvl7KL+tR/YU3aH/GjclB+0HXWuaNVqLyj1dABYymbgrygwkAAeXeJ7PfdyBAXw== + dependencies: + html-minifier "^3.5.6" + lodash "^4.9.0" + rollup-pluginutils "^2.0.1" + +rollup-plugin-node-resolve@^5.2.0: + version "5.2.0" + resolved "https://registry.yarnpkg.com/rollup-plugin-node-resolve/-/rollup-plugin-node-resolve-5.2.0.tgz#730f93d10ed202473b1fb54a5997a7db8c6d8523" + integrity sha512-jUlyaDXts7TW2CqQ4GaO5VJ4PwwaV8VUGA7+km3n6k6xtOEacf61u0VXwN80phY/evMcaS+9eIeJ9MOyDxt5Zw== + dependencies: + "@types/resolve" "0.0.8" + builtin-modules "^3.1.0" + is-module "^1.0.0" + resolve "^1.11.1" + rollup-pluginutils "^2.8.1" + +rollup-plugin-svg@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/rollup-plugin-svg/-/rollup-plugin-svg-2.0.0.tgz#ce11b55e915d5b2190328c4e6632bd6b4fe12ee9" + integrity sha512-DmE7dSQHo1SC5L2uH2qul3Mjyd5oV6U1aVVkyvTLX/mUsRink7f1b1zaIm+32GEBA6EHu8H/JJi3DdWqM53ySQ== + dependencies: + rollup-pluginutils "^1.3.1" + rollup-plugin-terser@^7.0.2: version "7.0.2" resolved "https://registry.yarnpkg.com/rollup-plugin-terser/-/rollup-plugin-terser-7.0.2.tgz#e8fbba4869981b2dc35ae7e8a502d5c6c04d324d" @@ -18480,6 +18852,39 @@ rollup-plugin-transform-tagged-template@^0.0.3: "@babel/parser" "^7.10.3" "@babel/traverse" "^7.10.3" +rollup-plugin-typescript2@^0.27.1: + version "0.27.3" + resolved "https://registry.yarnpkg.com/rollup-plugin-typescript2/-/rollup-plugin-typescript2-0.27.3.tgz#cd9455ac026d325b20c5728d2cc54a08a771b68b" + integrity sha512-gmYPIFmALj9D3Ga1ZbTZAKTXq1JKlTQBtj299DXhqYz9cL3g/AQfUvbb2UhH+Nf++cCq941W2Mv7UcrcgLzJJg== + dependencies: + "@rollup/pluginutils" "^3.1.0" + find-cache-dir "^3.3.1" + fs-extra "8.1.0" + resolve "1.17.0" + tslib "2.0.1" + +rollup-pluginutils@^1.3.1: + version "1.5.2" + resolved "https://registry.yarnpkg.com/rollup-pluginutils/-/rollup-pluginutils-1.5.2.tgz#1e156e778f94b7255bfa1b3d0178be8f5c552408" + integrity sha512-SjdWWWO/CUoMpDy8RUbZ/pSpG68YHmhk5ROKNIoi2En9bJ8bTt3IhYi254RWiTclQmL7Awmrq+rZFOhZkJAHmQ== + dependencies: + estree-walker "^0.2.1" + minimatch "^3.0.2" + +rollup-pluginutils@^2.0.1, rollup-pluginutils@^2.8.1: + version "2.8.2" + resolved "https://registry.yarnpkg.com/rollup-pluginutils/-/rollup-pluginutils-2.8.2.tgz#72f2af0748b592364dbd3389e600e5a9444a351e" + integrity sha512-EEp9NhnUkwY8aif6bxgovPHMoMoNr2FulJziTndpt5H9RdwC47GSGuII9XxpSdzVGM0GWrNPHV6ie1LTNJPaLQ== + dependencies: + estree-walker "^0.6.1" + +rollup@^2.7.6: + version "2.79.1" + resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.79.1.tgz#bedee8faef7c9f93a2647ac0108748f497f081c7" + integrity sha512-uKxbd0IhMZOhjAiD5oAFp7BqvkA4Dv47qpOCtaNvng4HBwdbWtdOh8f5nZNuk2rp51PMGk3bzfWu5oayNEuYnw== + optionalDependencies: + fsevents "~2.3.2" + rollup@^2.71.1: version "2.72.1" resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.72.1.tgz#861c94790537b10008f0ca0fbc60e631aabdd045" @@ -19170,6 +19575,11 @@ source-map-js@^1.0.1, source-map-js@^1.0.2: resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.0.2.tgz#adbc361d9c62df380125e7f161f71c826f1e490c" integrity sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw== +source-map-js@^1.2.0: + version "1.2.0" + resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.2.0.tgz#16b809c162517b5b8c3e7dcd315a2a5c2612b2af" + integrity sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg== + source-map-loader@^0.2.4: version "0.2.4" resolved "https://registry.yarnpkg.com/source-map-loader/-/source-map-loader-0.2.4.tgz#c18b0dc6e23bf66f6792437557c569a11e072271" @@ -19693,6 +20103,14 @@ stylehacks@^5.1.0: browserslist "^4.16.6" postcss-selector-parser "^6.0.4" +stylehacks@^5.1.1: + version "5.1.1" + resolved "https://registry.yarnpkg.com/stylehacks/-/stylehacks-5.1.1.tgz#7934a34eb59d7152149fa69d6e9e56f2fc34bcc9" + integrity sha512-sBpcd5Hx7G6seo7b1LkpttvTz7ikD0LlH5RmdcBNb6fFR0Fl7LQwHDFr300q4cwUqi+IYrFGmsIHieMBfnN/Bw== + dependencies: + browserslist "^4.21.4" + postcss-selector-parser "^6.0.4" + stylis@^4.0.10: version "4.1.1" resolved "https://registry.yarnpkg.com/stylis/-/stylis-4.1.1.tgz#e46c6a9bbf7c58db1e65bb730be157311ae1fe12" @@ -20275,6 +20693,11 @@ tsconfig-paths@^3.14.1, tsconfig-paths@^3.9.0: minimist "^1.2.6" strip-bom "^3.0.0" +tslib@2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.0.1.tgz#410eb0d113e5b6356490eec749603725b021b43e" + integrity sha512-SgIkNheinmEBgx1IUNirK0TUD4X9yjjBRTqqjggWCU3pUEqIk3/Uwl3yRixYKT6WjQuGiwDv4NomL3wqRCj+CQ== + tslib@2.3.1: version "2.3.1" resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.1.tgz#e8a335add5ceae51aa261d32a490158ef042ef01" @@ -20413,6 +20836,14 @@ uc.micro@^1.0.1, uc.micro@^1.0.5: resolved "https://registry.yarnpkg.com/uc.micro/-/uc.micro-1.0.6.tgz#9c411a802a409a91fc6cf74081baba34b24499ac" integrity sha512-8Y75pvTYkLJW2hWQHXxoqRgV7qb9B+9vFEtidML+7koHUFapnVJAZ6cKs+Qjz5Aw3aZWHMC6u0wJE3At+nSGwA== +uglify-js@3.4.x: + version "3.4.10" + resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.4.10.tgz#9ad9563d8eb3acdfb8d38597d2af1d815f6a755f" + integrity sha512-Y2VsbPVs0FIshJztycsO2SfPk7/KAF/T72qzv9u5EpQ4kB2hQoHlhNQTsNyy6ul7lQtqJN/AoWeS23OzEiEFxw== + dependencies: + commander "~2.19.0" + source-map "~0.6.1" + uglify-js@^3.1.4: version "3.15.4" resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.15.4.tgz#fa95c257e88f85614915b906204b9623d4fa340d" @@ -20724,6 +21155,11 @@ update-notifier@^5.1.0: semver-diff "^3.1.1" xdg-basedir "^4.0.0" +upper-case@^1.1.1: + version "1.1.3" + resolved "https://registry.yarnpkg.com/upper-case/-/upper-case-1.1.3.tgz#f6b4501c2ec4cdd26ba78be7222961de77621598" + integrity sha512-WRbjgmYzgXkCV7zNVpy5YgrHgbBv126rMALQQMrmzOVC4GM2waQ9x7xtm8VU+1yF2kWyPzI9zbZ48n4vSxwfSA== + uri-js@^4.2.2: version "4.4.1" resolved "https://registry.yarnpkg.com/uri-js/-/uri-js-4.4.1.tgz#9b1a52595225859e55f669d928f88c6c57f2a77e"