Liam Martens

Results 28 comments of Liam Martens

same thing here, works for a while, sometimes just doesn't

I had the same issue. I have seen it in other projects as well. It happens when the `.d.ts` file ends up completely overriding the typings.

Was this ever picked up? Running into this issue

@darrenjacoby I'm in the same boat as @totallyben; don't have the time or resources to go and upgrade the projects. I made a suggestion PR #142 - uses a similar...

@PabloSzx I definitely understand your points (I actually tried to pass the query down to deeper nested components). I do see a use case for having the data be more...

@EdwardGoomba I believe this is because the Sanity theme only has 10 total padding values (as can be seen here [theme.ts](https://github.com/sanity-io/design/blob/6fffad92ccf523796640309ec9b01816ad97ac0e/packages/%40sanity/ui/src/theme/studioTheme/theme.ts#L36)) If you need more than this you might want...

@six7 does it make sense to make these add these as value functions instead? ie `lighten({colors.red.500}, 50%)` This way it could be caught by the CSS ast

@six7 fair enough, my bad. One other thing is that we might want the `modify` key to be an array in case we support multiple modifiers at the same time...