I’d like to move StyledUIBase from Basic in the org.apache.royale.core package into the Jewel project in the org.apache.royale.jewel package.
My reasoning is that there are parts of it which are specific to the Jewel implementation. The most obvious is emphasis, but there are other parts which take a very DOM-centric approach and are heavier than alternatives. I’d like to move much of the logic in https://github.com/unhurdle/spectrum-royale/blob/master/Spectrum/src/com/unhurdle/spectrum/SpectrumBase.as into Basic. My main reason for that is I’d like to create a component set for https://getbootstrap.com/ (in the Royale repo). I think I can use my experience creating Spectrum to build out a Bootstrap component set pretty quickly. Before I do this, I’d like to get feedback from others. Would moving that class effect anyone in a bad way? Thanks, Harbs