Skip to content

Commit

Permalink
Change files
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdholt committed May 14, 2021
1 parent 4f61f37 commit 166aff3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "minor",
"comment": "add color-vNext folder with recipes and update specs",
"packageName": "@fluentui/web-components",
"email": "[email protected]",
"dependentChangeType": "patch"
}
6 changes: 3 additions & 3 deletions packages/web-components/src/color-vNext/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# FAST Color Recipes
# Fluent Color Recipes

Color recipes are named colors who's value is algorithmically defined from a variety of inputs. `@microsoft/fast-components` relies on these recipes heavily to achieve expressive theming options while maintaining color accessability targets.
Color recipes are named colors who's value is algorithmically defined from a variety of inputs. `@fluentui/web-components` relies on these recipes heavily to achieve expressive theming options while maintaining color accessability targets.

## Swatch

Expand All @@ -13,7 +13,7 @@ A concrete implementation of `Swatch`, it is a swatch with red, green, and blue
**Example: Creating a SwatchRGB**

```ts
import { SwatchRGB } from '@microsoft/fast-components';
import { SwatchRGB } from '@fluentui/web-components';

const red = SwatchRGB.create(1, 0, 0);
```
Expand Down

0 comments on commit 166aff3

Please sign in to comment.