Hello! For my UXP Premiere Pro Panel I was hoping to use UI components from an existing component library. I was able to install the library into my app and get the correct theme, styling, and behavior for some components (such as the text input field), but not others-- for example, as seen in a screenshot from my panel below, my button appears to be getting overridden by some default styling. Upon further investigation I found that my library uses CSS styles that are not in this list of CSS styles supported by UXP– I suspect this may be the issue. I also saw someone had somewhat similar styling concerns a few years ago and was advised to stick with sp components instead. I was hoping for confirmation on this and some insights into whether this means I will not be able to use my existing library styles as hoped due to these limitations. Thank you in advance!
As far as I know, you just can’t use the styles that are not mentioned. I haven’t a workaround for it. Sp components are highly recommended and you can still override their styles if you need, however, only the ones mentioned on the supported UXP Styles.
The means, that you will most likely have to redo the custom components that you want to do, or a adjust them.
I see-- yes, that is what I suspected. I’ll see what I can do with the SP components. Thank you!