orfium-ictinus
orfium-ictinus copied to clipboard
This repo will include the building blocks to create the Orfium Parthenons to come ...
## Description [NDS-490](https://orfium.atlassian.net/browse/NDS-490) [part I of [NDS-489](https://orfium.atlassian.net/browse/NDS-489)] In this PR the **new spacing configuration** is introduced and all spacing usages are changed. - Instead of **xsm, sm, md, lg, xl**...
Bumps [deep-object-diff](https://github.com/mattphillips/deep-object-diff) from 1.1.7 to 1.1.9. Release notes Sourced from deep-object-diff's releases. v1.1.9 Vulnerability patch Details outlined here: #85. TLDR: The prototype of the returned diff object could be polluted...
Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.0 to 1.4.2. Release notes Sourced from loader-utils's releases. v1.4.2 1.4.2 (2022-11-11) Bug Fixes ReDoS problem (#226) (17cbf8f) v1.4.1 1.4.1 (2022-11-07) Bug Fixes security problem (#220) (4504e34)...
## Description In this PR we add a check if the pr contains the label dependencies, then we mustn't create a Review App and we shouldn't delete as well tickets:...
We need to find and replace all css rules with their corresponding equivalent from themeFunctions export.
It would be nice to have some way to display nested types or link them. Example: Clicky clicky to `Row` or `ExtendedColumn` should display the nested type or redirect to...
[These](https://github.com/Orfium/orfium-ictinus/blob/master/src/components/Select/Select.style.ts#L22-L25) style rules in `Select.style` apply the same visuals as [these](https://github.com/Orfium/orfium-ictinus/blob/master/src/components/TextInputBase/TextInputBase.style.ts#L92-L100) rules from `TextInputBase.style`. Since `TextInputBase` is a building component of `Select` the `Select.style` rule seems to be a leftover....
Code views like this  do not help at all when you want to see the code for a usage example
When Select component is used with react-final-form there seems to be a UI bug The issue was temporary solved through [DS-274](https://orfium.atlassian.net/browse/DS-274) - #391 but we should revisit it in the...
The component only gets a background if it also gets the `elevated` property. As part of this fix we could also introduce the option to pass any custom background color...