Skip to content

Commit

Permalink
Merge branch 'master' into fix-text-area-update-type-invalidText
Browse files Browse the repository at this point in the history
  • Loading branch information
kodiakhq[bot] committed Dec 11, 2020
2 parents 378c202 + 23adf93 commit afacd61
Show file tree
Hide file tree
Showing 18 changed files with 11,065 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,7 @@ node_modules
package-lock.json

# AAT test results from DAP/Axe
results/
results/

# Directories generated by Next.js
.next
3 changes: 3 additions & 0 deletions e2e/pictograms-react/__snapshots__/PublicAPI-test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,8 @@ Array [
"PopulationDiagram",
"Power",
"PragueCharlesBridgeTower",
"PragueDancingHouse_01",
"PragueDancingHouse_02",
"Pregnant",
"Prescription",
"Presentation",
Expand Down Expand Up @@ -477,6 +479,7 @@ Array [
"RichTextFormat",
"Robot",
"Robotics",
"RockOn",
"Rome",
"SaasEnablement",
"SampleFile",
Expand Down
3 changes: 3 additions & 0 deletions e2e/pictograms/__snapshots__/PublicAPI-test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,8 @@ Array [
"PopulationDiagram",
"Power",
"PragueCharlesBridgeTower",
"PragueDancingHouse_01",
"PragueDancingHouse_02",
"Pregnant",
"Prescription",
"Presentation",
Expand Down Expand Up @@ -476,6 +478,7 @@ Array [
"RichTextFormat",
"Robot",
"Robotics",
"RockOn",
"Rome",
"SaasEnablement",
"SampleFile",
Expand Down
7 changes: 7 additions & 0 deletions packages/colors/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,13 @@ If you're looking for `@carbon/colors` API documentation, check out:

- [Sass](./docs/sass.md)

## 📚 Examples

If you're looking for more examples on how to use `@carbon/colors`, we have some
examples that you can check out:

- [sass-modules](./examples/sass-modules)

## 🙌 Contributing

We're always looking for contributors to help us fix bugs, build new features,
Expand Down
Loading

0 comments on commit afacd61

Please sign in to comment.