Mike Schreiber

Results 16 comments of Mike Schreiber

> Should this be going in to fluent2-tokens or main? It's an API breaking change, so I'm gonna stage it to `fluent2-tokens` and it can be brought to `main` as...

> > > > Can you grab a before/after binary size comparison? > > > > > > > > > Before: 34,391,068 bytes (34.8 MB on disk) After: 35,032,396...

The fix for this will be to implement some form of cascading token resolution. I have a WIP in my personal fork; PR expected in the coming days.

This is now fixed in the `fluent2-tokens` branch. Next step will be merging to `main`.

This should now be resolved with #1289, which will be making its way into the 0.8 branch soon.

Resolved back with https://github.com/microsoft/fluentui-apple/pull/1219, which is now released in the 0.8 branch!

* Implemented in #1986

Out of curiosity, can you also run the process under Step 9 of the Size Comparison wiki and post your results too? [Size Comparison · microsoft/fluentui-apple Wiki (github.com)](https://github.com/microsoft/fluentui-apple/wiki/Size-Comparison)

Sorry for the delay--looks like your branch will need to be updated. Once that's done, I will complete the merge.

One aspect that we are trying to keep in mind is that, based on past experimentation, SwiftUI components add *significantly* to the binary size of the Fluent UI module. This...