fix: show color hex value as swatch title#2324
Conversation
|
@braaar is attempting to deploy a commit to the Theme UI Team on Vercel. A member of the Team first needs to authorize it. |
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit c1e4f7f:
|
I'll get on it |
|
I'm not getting a new lockfile when running |
|
I invited you as a collaborator on my fork, @hasparus 🤷 |
Thanks! For the future — There should be a checkbox somewhere in the PR called "Allow edits from maintainers", so you don't need to add everybody as collaborators. Edit: That might have been a problem on my side. |
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
get color value using
getColorfrom@theme-ui/colorinstead ofgetfromtheme-ui.fixes #2112
See the issue for more details
Version
Published prerelease version:
v0.15.0-develop.29Changelog
🎉 This release contains work from new contributors! 🎉
Thanks for all your work!
❤️ Luke Watts (@thisislawatts)
❤️ Valto Savi (@pointlessrapunzel)
Release Notes
Pull out MDX to be opt-in (#2288)
Breaking:
theme-uino longer includes@theme-ui/mdx— MDX is now opt-in.If your project is not using MDX or importing
Themed, you shouldn't need tochange anything.
MDXProvideris no longer included in Theme UIThemeProvider, and has beenremoved in favour of an
useThemedStylesWithMdxhook.Migration: Use
useThemedStylesWithMdxtogether withMDXProvideranduseMDXComponentsfrom@mdx-js/react.Themedcomponents dict and other exports from@theme-ui/mdxare no longer reexported fromtheme-ui.Migration: Import it from
@theme-ui/mdxinstead.Remove @theme-ui/editor (#2292)
@theme-ui/editorwas removed. Use CSS GUI instead./customizepage in Theme UI docs has been removed. Use Components.ai Theme Builder or an alternative instead.Drop support for React 16 + 17 (#2215)
Theme UI 0.15.0 drops support for React 16 and React 17. Your use case may still work, but we don't guarantee it.
🚀 Enhancement
🐛 Bug Fix
👨💻 Minor changes
🏠 Internal
Authors: 7