Vladimir Honcharenko
Vladimir Honcharenko
Fixed passing of props (`headerContainerStyles` and `headerInnerStyles`) to SCLAlertHeader component. @rafaelmotta Please merge it ASAP.
Hi @nandorojo First of all, thank you for your work on this great project! I found a typing issue with the `Sx` prop related to aliases. For now, only the...
Added several missed scale properties and aliases for them. Also, exported `VariantProp` type as it may be quite useful for devs, to not write something like that: ```diff - Required['varaint']...
Hi @xxmuaddib ! In some cases, the object that is passed to the `doReplace` function may be equal to `null`. The basic checking `typeof obj[key] === 'object'` doesn't work in...