Westbrook Johnson
Westbrook Johnson
Great work in pulling out the lightest/darkest listing for S2. Something is still coming up strangely in the VRT output: After that, I think we're good 🤞🏼
We're looking at [this](https://action-menu-groups--spectrum-web-components.netlify.app/storybook/index.html?path=/story/action-menu--groups-with-selects) as the "correct" updated functionality here. Can you take a look at confirm we're moving in a direction that supports your goals here?
Build is unhappy here. Sadly, typescript requires that local dependencies also be listed as references `"references": [{ "path": "../base" }]` in `tsconfig.json` in order to support the build order of...
You're missing test coverage here.
Without an abstract reproduction we're not likely to revisit this beyond sharing the application level mitigation steps that can be leveraged when delivering Overlaid content in polyfilled browsers: https://opensource.adobe.com/spectrum-web-components/components/overlay/#fallback-support When...
As we continue to look at changes specifically for supporting the UXP environment, can you think of any automated testing approaches that we could use to support ensuring continued support...
Note than any changes looking to address this will need to support a deprecation period for the `progress` property in this elements and should also support a Dev Mode warning...
@Rocss I'd start by running `git clean -dfX` locally and seeing if the build works in that case. I'd venture to say that something is in the cache that shouldn't...
With a straight pull I run into errors like this: ``` error TS5055: Cannot write file '/Users/westbrookjohnson/Documents/repos/swc/packages/icons-workflow/src/icons/ZoomOut.d.ts' because it would overwrite input file. Found 891 errors. ``` That implies the...
With this change in Storybook, I am able to see the change from the previous delivery: To the new delivery: Which implies that this approach (if appropriate) would resolve #4026....