[ Cassondra ]
[ Cassondra ]
pfe-accordion.json ```json { "BorderRadius": { "value": "$pf-global--surface--border-radius" }, "BackgroundPosition": { "value": "center center" } } ``` ...where `$pf-global--surface--border-radius: var(--pf-global--surface--BorderRadius, 3px)` In the pfe-accordion sass, the token could print: `$local--BorderRadius: var(--pfe-accordion--BorderRadius,...
I renamed this to be a bit more open-ended because it would be more lightweight to set up an EQ built into the base class rather than use a library....
This would be very helpful for my team - is there any way I can help to get this PR merged and a release rolled with it?
- [ ] @castastrophe to add unit tests [_adding this as a reminder to myself to pick this up_]
@reneroth Sorry about this - I committed to doing this and promptly started a new job and have been doing some intense onboarding. I'll see if I can get back...
The interaction at play aside, I do think that the code itself should have a check for lastFocusedItem to exist before querying to hasSubmenu. If you want to throw an...
Since this is patched in PSWeb, I took a stab at a minimal fix for SWC: https://github.com/adobe/spectrum-web-components/pull/2589 Happy to add any necessary messaging, etc. Please advise.
@Westbrook Oh yes and I do have tests started for this but haven't pushed it up yet - was waiting for the reproduction example.
Also found this example: https://start.vaadin.com/welcome
I think there's a definite opportunity here to abstract this into a tool for folks to use to dynamically generate web components from SVG assets. 🤔