-
Notifications
You must be signed in to change notification settings - Fork 33
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
feat(FormStatus, Section): change sbanken info color to purple #3589
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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. |
612c75d
to
21ecdce
Compare
21ecdce
to
3d44797
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very nice work. My only suggestion is to either import the hex colors from properties.js
or use CSS vars. See extra comment/suggestion, which would count for all the other places where a hex value is used.
3d44797
to
a4dfcae
Compare
## [10.34.0](v10.33.0...v10.34.0) (2024-06-03) ### 🐛 Bug Fixes * **DrawerList:** prevent call attempt for word if not function ([#3613](#3613)) ([66e04ba](66e04ba)) * **forms:** add align prop to Field.Composition ([#3622](#3622)) ([b8cfcd4](b8cfcd4)) * **forms:** enhance handling of schema TypeScript support ([#3635](#3635)) ([8e09651](8e09651)), closes [#3621](#3621) * **forms:** ensure Value.Number renders with 0 ([#3620](#3620)) ([9f4a4d3](9f4a4d3)) * **TableContainer:** take full width when inside `Card` ([#3630](#3630)) ([c4d5c14](c4d5c14)) ### ✨ Features * **Autocomplete:** preliminary sbanken colors ([#3604](#3604)) ([fe42538](fe42538)) * **Blocks:** add ChildrenWithAge block ([#3619](#3619)) ([118932c](118932c)) * **Card:** stretch content inside when `stack` is true ([#3633](#3633)) ([d9177e9](d9177e9)) * **Checkbox, Radio:** fix border width for Sbanken brand ([#3612](#3612)) ([624ecf2](624ecf2)) * **forms:** add `active` prop to Wizard.Step ([#3639](#3639)) ([2804041](2804041)) * **forms:** add `countPath` prop to Iterate.Array ([#3615](#3615)) ([dfe96f5](dfe96f5)) * **forms:** add `defaultValue` to all `Value.*` components ([#3627](#3627)) ([4fdc778](4fdc778)) * **forms:** add `defaultValue` to all fields ([#3616](#3616)) ([58d698a](58d698a)), closes [#3615](#3615) * **forms:** add `trueText` and `falseText` to Value.Boolean ([#3624](#3624)) ([c9cae37](c9cae37)) * **forms:** add hr to Wizard.EditButton ([#3637](#3637)) ([2018d16](2018d16)) * **forms:** add minimum and maximum to Value.Number ([#3636](#3636)) ([bbe3b2b](bbe3b2b)) * **forms:** add startWith prop to Field.Number ([#3632](#3632)) ([b6d177a](b6d177a)) * **FormStatus, Section:** change sbanken info color to purple ([#3589](#3589)) ([5356eb8](5356eb8))
🎉 This PR is included in version 10.34.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
<FormStatus>
iconsinfo
<FormStatus>
now have the same color atmarketing
<Breadcrumb>
now use custom background color in sbanken theme