-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Convert the ColorPalette
component to TypeScript
#44632
Convert the ColorPalette
component to TypeScript
#44632
Commits on Oct 2, 2022
-
Convert the ColorPalette component to TypeScript
There are some ts-ignore statements that would be good to remove.
Configuration menu - View commit details
-
Copy full SHA for b9b3fbc - Browse repository at this point
Copy the full SHA b9b3fbcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2521cae - Browse repository at this point
Copy the full SHA 2521caeView commit details
Commits on Oct 12, 2022
-
Apply Marco's suggestion to remove ts-ignore comments
Destructure props int constants after the function signature, not inside it.
Configuration menu - View commit details
-
Copy full SHA for 54af17c - Browse repository at this point
Copy the full SHA 54af17cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c9f5d8a - Browse repository at this point
Copy the full SHA c9f5d8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a602dd - Browse repository at this point
Copy the full SHA 4a602ddView commit details -
Prevent an error from colors possibly being undefined
Types of property 'colors' are incompatible. Type 'Colors | undefined' is not assignable to type '(Color | MultipleColors)[]'. Type 'undefined' is not assignable to type '(Color | MultipleColors)[]'.
Configuration menu - View commit details
-
Copy full SHA for 7fe648e - Browse repository at this point
Copy the full SHA 7fe648eView commit details -
Configuration menu - View commit details
-
Copy full SHA for fcd61ee - Browse repository at this point
Copy the full SHA fcd61eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4629f7c - Browse repository at this point
Copy the full SHA 4629f7cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ee6987 - Browse repository at this point
Copy the full SHA 6ee6987View commit details -
Revert "Prevent an error from colors possibly being undefined"
This reverts commit 7fe648e.
Configuration menu - View commit details
-
Copy full SHA for 6a7c211 - Browse repository at this point
Copy the full SHA 6a7c211View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3fc9fa2 - Browse repository at this point
Copy the full SHA 3fc9fa2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ece323 - Browse repository at this point
Copy the full SHA 1ece323View commit details
Commits on Oct 18, 2022
-
Configuration menu - View commit details
-
Copy full SHA for a07c43f - Browse repository at this point
Copy the full SHA a07c43fView commit details -
Merge in trunk, resolve conflict
There was a conflict in CHANGELOG.md, but I kept both edits.
Configuration menu - View commit details
-
Copy full SHA for 90efcd9 - Browse repository at this point
Copy the full SHA 90efcd9View commit details
Commits on Oct 19, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c420232 - Browse repository at this point
Copy the full SHA c420232View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b770d3 - Browse repository at this point
Copy the full SHA 9b770d3View commit details -
Apply Marco's suggestion to remove ts-ignore
Add 'as CSSProperties' to remove the need for ts-ignore
Configuration menu - View commit details
-
Copy full SHA for ea5b1f3 - Browse repository at this point
Copy the full SHA ea5b1f3View commit details -
Apply Marco's suggestions, creating UnforwardedColorProps
The jsx example might not be right. Also, I added a description for the component in the JS DocBlock, as there wasn't one in README.md. But maybe that's not right.
Configuration menu - View commit details
-
Copy full SHA for a79c187 - Browse repository at this point
Copy the full SHA a79c187View commit details -
Merge in trunk, resolve conflict
The only conflict was trivial, in components/CHANGELOG.md
Configuration menu - View commit details
-
Copy full SHA for e729c8f - Browse repository at this point
Copy the full SHA e729c8fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 25e0ba2 - Browse repository at this point
Copy the full SHA 25e0ba2View commit details
Commits on Oct 21, 2022
-
Commit Marco's suggestion: Update packages/components/src/color-palet…
…te/stories/index.tsx Co-authored-by: Marco Ciampini <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8001f14 - Browse repository at this point
Copy the full SHA 8001f14View commit details -
Commit Marco's suggestion: Update packages/components/src/color-palet…
…te/types.ts Co-authored-by: Marco Ciampini <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e793921 - Browse repository at this point
Copy the full SHA e793921View commit details -
Configuration menu - View commit details
-
Copy full SHA for 53c8beb - Browse repository at this point
Copy the full SHA 53c8bebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 06f7c4e - Browse repository at this point
Copy the full SHA 06f7c4eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 293fafe - Browse repository at this point
Copy the full SHA 293fafeView commit details
Commits on Oct 24, 2022
-
Commit Marco's suggestion: Update packages/components/src/color-palet…
…te/types.ts Co-authored-by: Marco Ciampini <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0af93a8 - Browse repository at this point
Copy the full SHA 0af93a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for d77ca5b - Browse repository at this point
Copy the full SHA d77ca5bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 626b25d - Browse repository at this point
Copy the full SHA 626b25dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 905c40e - Browse repository at this point
Copy the full SHA 905c40eView commit details -
Update the JSDoc description to be the same as the README.md description
The usage example was already the same as in the README.md
Configuration menu - View commit details
-
Copy full SHA for eee647c - Browse repository at this point
Copy the full SHA eee647cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0bb6561 - Browse repository at this point
Copy the full SHA 0bb6561View commit details -
Remove extra entry for Tooltip
I think I added this when merging in trunk and resolving the conflicts.
Configuration menu - View commit details
-
Copy full SHA for 73c17ea - Browse repository at this point
Copy the full SHA 73c17eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for bb25a62 - Browse repository at this point
Copy the full SHA bb25a62View commit details
Commits on Oct 25, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 4fd5d9c - Browse repository at this point
Copy the full SHA 4fd5d9cView commit details -
Commit Marco's suggestion: Update packages/components/src/color-palet…
…te/README.md Co-authored-by: Marco Ciampini <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d65a832 - Browse repository at this point
Copy the full SHA d65a832View commit details -
Configuration menu - View commit details
-
Copy full SHA for 29984c0 - Browse repository at this point
Copy the full SHA 29984c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 988e940 - Browse repository at this point
Copy the full SHA 988e940View commit details -
Merge in trunk, resolve conflict
Resolve trivial conflict in CHANGELOG.md.
Configuration menu - View commit details
-
Copy full SHA for 193fae3 - Browse repository at this point
Copy the full SHA 193fae3View commit details -
Commit Marco's suggestion: Update packages/components/src/color-palet…
…te/stories/index.tsx Co-authored-by: Marco Ciampini <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2df05c6 - Browse repository at this point
Copy the full SHA 2df05c6View commit details -
Commit Marco's suggestion: Update packages/components/src/color-palet…
…te/types.ts Co-authored-by: Marco Ciampini <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e88cf95 - Browse repository at this point
Copy the full SHA e88cf95View commit details -
Commit Marco's suggestion: Update packages/components/src/color-palet…
…te/types.ts Co-authored-by: Marco Ciampini <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for eb8c5c3 - Browse repository at this point
Copy the full SHA eb8c5c3View commit details -
Commit Marco's suggestion: Update packages/components/src/color-palet…
…te/types.ts Co-authored-by: Marco Ciampini <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a2aa2e0 - Browse repository at this point
Copy the full SHA a2aa2e0View commit details
Commits on Oct 26, 2022
-
Configuration menu - View commit details
-
Copy full SHA for f741e4b - Browse repository at this point
Copy the full SHA f741e4bView commit details