Aaron Casanova
Aaron Casanova
@argyleink Regarding the TypeScript issue in `CommonJs` modules. As shown below, TypeScript currently thinks tokens are accessible from `OpenProps.default[token]` (on the `default export`). Whereas, they are actually accessible directly from...
> the JS api should support both object and array accessor styles, and I wasnt able to find a swift resolution in 15m. thoughts on this? It's a quick update...
@argyleink I haven't had the bandwidth to debug the ESM/CJS interop issues. Feel free to close the PR and/or @hchiam you're welcome to take it over!
> A thing to consider is that JS props can't end with the `@` symbol, so the `microbundle` approach in PR https://github.com/argyleink/open-props/pull/225 will need to be modified to auto-generate `.animationFadeInAt`...
> Do you want help with getting this draft merged? Hey @skoshx! Yes! My bandwidth is limited at the moment and I would greatly appreciate help getting this PR out...
Hello 👋 I've been experimenting with an alternative approach for adding support for `subcommands` and would love to get folks thoughts and opinions on the API! Here is my [WIP](https://github.com/sindresorhus/meow/pull/211)
@googlebot I signed it!
> #### Tweak the media tokens to be exactly representable with a precision of 5 or less. > Adjusting the [reduction](https://github.com/Shopify/polaris/blob/2fec9611dec0a147be0be0410e955e92c025edc0/polaris-tokens/src/utilities.ts#L212-L220) from -0.05 to -0.04 shall result in values that...
Update: I will follow up on this PR after Polaris v10 is released.