Westbrook Johnson

Results 527 comments of Westbrook Johnson

@joekukish does this feel more like what you'd want to see here? https://returns-focus--spectrum-web-components.netlify.app/storybook/?path=/story/dialog-wrapped--tooltips

Copied from #1782: https://webcomponents.dev/edit/cyjAtZPLG4FTtBW21fhW/src/index.ts

Generally, we try not to ship things on the delivery of which we do not have styling direction . In this way, being the `body` content is not currently included...

Early thoughts lean toward building off of something like https://webcomponents.dev/edit/EIWbVqsSKu4TtpbPQm7b/src/index.ts where you can click each row to capture the CSS Custom Property (appropriate UX affordance, etc. TK, hand waves). The...

Initial draft of what this might become: https://custom-props-docs--spectrum-web-components.netlify.app/custom-properties/ First thoughts: - expand to all color themes (via `sp-tabs` or an `sp-picker`) - we should probably stick to `global` properties for...

This feels like a real nice way to make this happen for us... https://spectrum.corp.adobe.com/page/color-palette/#Latest-Spectrum-colors We should have just about all the components needed to build this now. Could be a...

Does it work to leverage the tooltip like this? https://studio.webcomponents.dev/edit/zig2Krhi5Ovi6vSrUMcz/src/index.ts?p=stories In your example you duplicating features of the tooltip within your implementation of the Card that you can omit all...

I'd love to see the stats at which point you actually see a perf drop off here. Very interesting area, but not something that benefits from optimizations that aren't supported...

Getting a catalog of this together. `keyup` is used as the event name in `ActionButton.ts`, `ButtonBase.ts`, `ColorArea.ts`, `overlay-stack.ts`, and `Radio.ts`. `ActionButton.ts`: leverages `keyup` to track the length of the press...