Steve Orvell

Results 41 issues of Steve Orvell

Do not merge until on https://github.com/webcomponents/polyfills/pull/189.

wontfix
cla: yes

Adds additional test elements for validating framework wrappers.

Framework Wrappers

A set of tools for facilitating theming using [css shadow parts](https://www.w3.org/TR/css-shadow-parts-1/). See [README](https://github.com/lit/lit/tree/css-parts/packages/labs/parts#overview) for more info.

Fixes https://github.com/lit/lit/issues/1924 * Adds ability to specify decorators in `static properties` by adding a `decorators` array with decorator function calls. Use `reactive: false` if the property should not be reactive,...

cla: yes

To better type event handler functions, we'll want to add some way to configure typing for an event's payload. See https://github.com/lit/lit/pull/2880#discussion_r884024730.

## Description It's currently tricky to match native DOM behavior when setting a default value for a reflecting property. For example, the `input` element's `type` property defaults to `text` but...

Fixes #3010. Adds ability to add to an existing set of styles via `adoptStyles`.

### Which package(s) are affected? Observers (@lit-labs/observers) ### Description ResizeController accepts a target element to observe. It observes the given target when the host is connected and/or when the controller...

Fixes https://github.com/lit/lit/issues/1873. * Adds `@computed` decorator for creating computed properties. Decorator specifies an array of deps which are the names of dependent properties and a compute function which is called...

cla: yes