outline icon indicating copy to clipboard operation
outline copied to clipboard

Tooling infrastructure for modern web component development.

Results 24 outline issues
Sort by recently updated
recently updated
newest added

## Description Implements an Outline specific version of Storybook to facilitate component development in Outline. ## Type of change Please delete options that are not relevant. - [ ] Bug...

## Description (this PR updates `legacy-next` branch, so all current projects can utilize it) ### Adding new and improved slots-controller. This controller allows cloning slots into the shadow DOM, by...

**Describe the bug** The outline-dropdown component doesn't define its own color cssvars and instead is using gray and black colors: ``` border-color: var(--outline-gray-400); background-color: var(--outline-gray-200); color: var(--outline-black); ``` **Expected behavior**...

Type: Bug
Requires Triage

## Description Project stories often use example markup from Drupal (menus, forms, etc). Drupal commonly uses the class `visually-hidden` to hide elements. This fix adds the class to the `outline-element.a11y.css`....

## Testing ## Description The new resize controller includes multiple improvements over previous attempts This resize-controller has been extensively tested by multiple projects. Component width is being tracked by the...

Ready for Review
Type: Controller Suggestion

## Summary by CodeRabbit - **Refactor** - Renamed `AdoptedStylesheets` class to `AdoptedStyleSheets` and updated its properties and methods for improved management of global and encapsulated CSS styles in Lit elements.

The documentation around styling best practices, specifically within the 'Styling Components' section of the component development guide, has been marked as needing a complete rewrite. This issue tracks the progress...

## Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change....

Type: Component Suggestion
Why: Increase standardization
NEW PACKAGE

## Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change....

Type: Component Suggestion
Why: Increase standardization
NEW PACKAGE

## Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change....

Documentation
Held for Review
CANNOT MERGE