Hi, I’m using the sp-card component in Photoshop UXP. I’m using the swc-wrapper and recommended resolution version for sp-card from the list of supported SWC components.
sp-card however has a dependency to sp-checkbox, which is a built in UXP widget. So whenever you need to use sp-card, it will mess up the rendering of sp-checkbox.
Any ideas on how I can get sp-card to work with the widget version/“built in” sp-checkbox?
I tried downgrading the sp-checkbox component through package.json resolution section, all the way down to version 0.5.9, but still no luck. So my guess is that the built in widget sp-checkbox is customized, and no equivalent can be resolved through NPM.
Which would mean sp-card cannot be used together with sp-checkbox, which in turn should be noted in the SWC components compatibility list.
There is the sp-table destroying the sp-checkbox too.
It does not make any different if I use import '@spectrum-web-components/table/elements.js';
or import '@swc-uxp-wrappers/table/sp-table.js';
In either cases the existing sp-checkboxes look like above and reacts as permanent checked.