From bcbd61cde9bea5923f4e7fbcdff84921f0ea8d9f Mon Sep 17 00:00:00 2001 From: Matthew Wagerfield Date: Mon, 24 Jun 2019 20:59:57 +0100 Subject: [PATCH] docs: update credits --- docs/features.md | 25 ++++++++++++------------- packages/onno-app/readme.md | 3 +-- packages/onno/readme.md | 3 +-- readme.md | 3 +-- 4 files changed, 15 insertions(+), 19 deletions(-) diff --git a/docs/features.md b/docs/features.md index 2ac0e70e..a1c4520b 100644 --- a/docs/features.md +++ b/docs/features.md @@ -1,6 +1,6 @@ # Preface -Onno is an iteration of [Styled System][styled-system] written in [TypeScript][typescript] from the ground up. The core ideas are indebted to the brilliant work of [Brent Jackson][jxnblk] and the [numerous contributors][styled-system-contributors] to this library. [Facepaint][emotion-facepaint] also deserves credit for the original idea behind responsive style values. +Onno is an iteration of [Styled System][styled-system] written in [TypeScript][typescript] from the ground up. The core ideas are indebted to the brilliant work of [Brent Jackson][jxnblk] and the [numerous contributors][styled-system-contributors] to this library. Onno started life as a rewrite of Styled System in TypeScript following a [discussion on GitHub][styled-system-comment]. However, during the course of this rewrite, a number of new ideas, features and refinements to Styled System's API were introduced that eventually warranted another library. @@ -8,17 +8,17 @@ The additional features introduced by onno are presented in detail below. ## Features -- [Framework agnostic](#framework-agnostic) -- [TypeScript](#typescript) -- [Prop keys as an array](#prop-keys-as-an-array) -- [Style keys as an array](#style-keys-as-an-array) -- [Theme keys as an array](#theme-keys-as-an-array) -- [Serializable themes](#serializable-themes) -- [Recursive render functions](#recursive-render-functions) -- [Dot syntax and value inversion](#dot-syntax-and-value-inversion) -- [Simple transform functions](#simple-transform-functions) -- [More render functions and aliases](#more-render-functions-and-aliases) -- [Strict naming conventions](#strict-naming-conventions) +- [Framework agnostic](#Framework-agnostic) +- [TypeScript](#TypeScript) +- [Prop keys as an array](#Prop-keys-as-an-array) +- [Style keys as an array](#Style-keys-as-an-array) +- [Theme keys as an array](#Theme-keys-as-an-array) +- [Serializable themes](#Serializable-themes) +- [Recursive render functions](#Recursive-render-functions) +- [Dot syntax and value inversion](#Dot-syntax-and-value-inversion) +- [Simple transform functions](#Simple-transform-functions) +- [More render functions and aliases](#More-render-functions-and-aliases) +- [Strict naming conventions](#Strict-naming-conventions) ### Framework agnostic @@ -492,7 +492,6 @@ A number of naming conventions have been introduced by onno to help enforce cons [styled-components]: https://www.styled-components.com [emotion-styled-components]: https://emotion.sh/docs/styled [emotion-framework-agnostic]: https://emotion.sh/docs/introduction#framework-agnostic -[emotion-facepaint]: https://github.com/emotion-js/facepaint [github-primer-primitives]: https://github.com/primer/primitives [salesforce-theo]: https://github.com/salesforce-ux/theo [prop-types]: https://www.npmjs.com/package/prop-types diff --git a/packages/onno-app/readme.md b/packages/onno-app/readme.md index 265fe558..b48de06a 100644 --- a/packages/onno-app/readme.md +++ b/packages/onno-app/readme.md @@ -51,7 +51,7 @@ const Box = styled.div(colorSet, spaceSet) ## Credits -Onno is an iteration of [Styled System][styled-system] written in [TypeScript][typescript] from the ground up. The core ideas are indebted to the brilliant work of [Brent Jackson][jxnblk] and the [numerous contributors][styled-system-contributors] to this library. [Facepaint][emotion-facepaint] also deserves credit for the original idea behind responsive style values. +Onno is an iteration of [Styled System][styled-system] written in [TypeScript][typescript] from the ground up. The core ideas are indebted to the brilliant work of [Brent Jackson][jxnblk] and the [numerous contributors][styled-system-contributors] to this library. Onno started life as a rewrite of Styled System in TypeScript following a [discussion on GitHub][styled-system-comment]. However, during the course of this rewrite, a number of new ideas, features and refinements to Styled System's API were introduced that eventually warranted another library. @@ -72,7 +72,6 @@ The additional features introduced by onno are [presented in detail here](https: [circleci]: https://circleci.com/gh/wagerfield/onno [codecov]: https://codecov.io/gh/wagerfield/onno [emotion]: https://emotion.sh -[emotion-facepaint]: https://github.com/emotion-js/facepaint [styled-components]: https://styled-components.com [styled-system]: https://styled-system.com [styled-system-contributors]: https://github.com/styled-system/styled-system/graphs/contributors diff --git a/packages/onno/readme.md b/packages/onno/readme.md index 265fe558..b48de06a 100644 --- a/packages/onno/readme.md +++ b/packages/onno/readme.md @@ -51,7 +51,7 @@ const Box = styled.div(colorSet, spaceSet) ## Credits -Onno is an iteration of [Styled System][styled-system] written in [TypeScript][typescript] from the ground up. The core ideas are indebted to the brilliant work of [Brent Jackson][jxnblk] and the [numerous contributors][styled-system-contributors] to this library. [Facepaint][emotion-facepaint] also deserves credit for the original idea behind responsive style values. +Onno is an iteration of [Styled System][styled-system] written in [TypeScript][typescript] from the ground up. The core ideas are indebted to the brilliant work of [Brent Jackson][jxnblk] and the [numerous contributors][styled-system-contributors] to this library. Onno started life as a rewrite of Styled System in TypeScript following a [discussion on GitHub][styled-system-comment]. However, during the course of this rewrite, a number of new ideas, features and refinements to Styled System's API were introduced that eventually warranted another library. @@ -72,7 +72,6 @@ The additional features introduced by onno are [presented in detail here](https: [circleci]: https://circleci.com/gh/wagerfield/onno [codecov]: https://codecov.io/gh/wagerfield/onno [emotion]: https://emotion.sh -[emotion-facepaint]: https://github.com/emotion-js/facepaint [styled-components]: https://styled-components.com [styled-system]: https://styled-system.com [styled-system-contributors]: https://github.com/styled-system/styled-system/graphs/contributors diff --git a/readme.md b/readme.md index 265fe558..b48de06a 100644 --- a/readme.md +++ b/readme.md @@ -51,7 +51,7 @@ const Box = styled.div(colorSet, spaceSet) ## Credits -Onno is an iteration of [Styled System][styled-system] written in [TypeScript][typescript] from the ground up. The core ideas are indebted to the brilliant work of [Brent Jackson][jxnblk] and the [numerous contributors][styled-system-contributors] to this library. [Facepaint][emotion-facepaint] also deserves credit for the original idea behind responsive style values. +Onno is an iteration of [Styled System][styled-system] written in [TypeScript][typescript] from the ground up. The core ideas are indebted to the brilliant work of [Brent Jackson][jxnblk] and the [numerous contributors][styled-system-contributors] to this library. Onno started life as a rewrite of Styled System in TypeScript following a [discussion on GitHub][styled-system-comment]. However, during the course of this rewrite, a number of new ideas, features and refinements to Styled System's API were introduced that eventually warranted another library. @@ -72,7 +72,6 @@ The additional features introduced by onno are [presented in detail here](https: [circleci]: https://circleci.com/gh/wagerfield/onno [codecov]: https://codecov.io/gh/wagerfield/onno [emotion]: https://emotion.sh -[emotion-facepaint]: https://github.com/emotion-js/facepaint [styled-components]: https://styled-components.com [styled-system]: https://styled-system.com [styled-system-contributors]: https://github.com/styled-system/styled-system/graphs/contributors