diff --git a/.changeset/rich-laws-complain.md b/.changeset/rich-laws-complain.md deleted file mode 100644 index b0aaf397ad..0000000000 --- a/.changeset/rich-laws-complain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@backstage/canon': minor ---- - -First Canon release introducing a first theming system, a new set of layout components and some atomic components like Button and Icon. diff --git a/packages/canon/docs/Home.mdx b/packages/canon/docs/Home.mdx index d7508d3476..d2bda8cbf6 100644 --- a/packages/canon/docs/Home.mdx +++ b/packages/canon/docs/Home.mdx @@ -6,7 +6,7 @@ import { Columns, Text, ComponentStatus, Banner } from './components'; - Welcome to the Canon, the new library for building Backstage plugins. This + Welcome to the Canon, the new design library for Backstage plugins. This project is still under active development but we will make sure to document the API as we go. We are aiming to improve the general UI of Backstage and plugins across Backstage. This new library will take time to build but we are diff --git a/packages/canon/docs/Layout.mdx b/packages/canon/docs/Layout.mdx index 3dc36ed0d1..4f6672ca05 100644 --- a/packages/canon/docs/Layout.mdx +++ b/packages/canon/docs/Layout.mdx @@ -21,8 +21,8 @@ import * as Table from './components/table'; We built a couple of layout components to help you build responsive elements - that will be consistent with the rest of your Bacvkstage instance. These - components are opinionated and use typescript to ensure that the props you + that will be consistent with the rest of your Backstage instance. These + components are opinionated and use TypeScript to ensure that the props you provide are the ones coming from the theme. diff --git a/packages/canon/docs/Theme.mdx b/packages/canon/docs/Theme.mdx index 7df8545c63..679208c317 100644 --- a/packages/canon/docs/Theme.mdx +++ b/packages/canon/docs/Theme.mdx @@ -8,9 +8,11 @@ import * as Table from './components/table'; Backstage ships with a default theme with a light and dark mode variant. The themes are provided as a part of the{' '} - @backstage/canon package, - which also includes utilities for customizing the default theme, or creating - completely new themes. + + @backstage/canon + {' '} + package, which also includes utilities for customizing the default theme, or + creating completely new themes. Light & Dark modes @@ -160,10 +162,10 @@ import * as Table from './components/table'; Spacing - Our default spacing system is made to made to work in most scenarios. We have - 7 scale values from `xxs` to `xxl`. We use the values on padding and margin in - our layout components mostly. If you prefer to use a different spacing system, - you can do that by changing the values below. + Our default spacing system is made to work in most scenarios. We have 7 scale + values from `xxs` to `xxl`. We use the values on padding and margin in our + layout components mostly. If you prefer to use a different spacing system, you + can do that by changing the values below.