From 6cfd8a4a4c6c8f7ebbb1c70e280bc2852bec5717 Mon Sep 17 00:00:00 2001 From: Pavel Klibani Date: Thu, 5 Sep 2024 16:01:15 +0200 Subject: [PATCH 1/3] Feat(web): Stabilization of ProductLogo component #DS-1374 --- .../README.md | 19 ++++++++----------- .../_ProductLogo.scss} | 6 +++--- .../_theme.scss | 0 .../index.html | 2 +- .../scss/components/ProductLogo/index.scss | 1 + .../UNSTABLE_ProductLogo/index.scss | 1 - packages/web/src/scss/components/index.scss | 3 ++- 7 files changed, 15 insertions(+), 17 deletions(-) rename packages/web/src/scss/components/{UNSTABLE_ProductLogo => ProductLogo}/README.md (66%) rename packages/web/src/scss/components/{UNSTABLE_ProductLogo/_UNSTABLE_ProductLogo.scss => ProductLogo/_ProductLogo.scss} (60%) rename packages/web/src/scss/components/{UNSTABLE_ProductLogo => ProductLogo}/_theme.scss (100%) rename packages/web/src/scss/components/{UNSTABLE_ProductLogo => ProductLogo}/index.html (98%) create mode 100644 packages/web/src/scss/components/ProductLogo/index.scss delete mode 100644 packages/web/src/scss/components/UNSTABLE_ProductLogo/index.scss diff --git a/packages/web/src/scss/components/UNSTABLE_ProductLogo/README.md b/packages/web/src/scss/components/ProductLogo/README.md similarity index 66% rename from packages/web/src/scss/components/UNSTABLE_ProductLogo/README.md rename to packages/web/src/scss/components/ProductLogo/README.md index 0a7715cef6..be99eeeb52 100644 --- a/packages/web/src/scss/components/UNSTABLE_ProductLogo/README.md +++ b/packages/web/src/scss/components/ProductLogo/README.md @@ -1,23 +1,20 @@ -# UNSTABLE ProductLogo - -> ⚠️ This component is UNSTABLE. It may significantly change at any point in the future. -> Please use it with caution. +# ProductLogo The ProductLogo component is used to display the logo of the product. ```html -