Lena Morita

Results 23 issues of Lena Morita

**Checklist** * [x] Are you reporting a bug? Use github issues for bug reports and feature requests. For general questions, please use https://discuss.yjs.dev/ * [x] Try to report your issue...

bug

``` - one - - three ``` is being rendered as a nested list: ``` one three ``` instead of three `li`s with the middle one being empty. Here is...

bug

## Bug Description The `CapitalPDangit` sniff can correct case-sensitive identifiers in reverse domain name notation (e.g. `com.wordpress`). ## Minimal Code Snippet ```php

Status: Awaiting feedback

Part of #36735 Follow-up to https://github.com/WordPress/gutenberg/pull/39760#issuecomment-1081861004 ## What? - Tweak the ToggleGroupControlOptionIcon styles so they have [square proportions](https://github.com/WordPress/gutenberg/pull/39760#issuecomment-1081861004). - Add an `__experimentalIsIconGroup ` variant to ToggleGroupControl, recommended for use with...

[Type] Enhancement
[Package] Components

Closes #38720 Part of #39358 ## What? Adds a `__nextHasNoMarginBottom` prop to the following components, to opt into the new margin-free styles. - ToggleGroupControl - RangeControl - FontSizePicker ## Why?...

[Type] Enhancement
[Package] Components

**Is your feature request related to a problem? Please describe.** It would be great if square brackets could be added to the list of [supported special characters](https://github.com/integrations/slack#valid-filters) in labels. Brackets...

Feature request

Part of #35744 ## What? Converts Panel, PanelHeader, and PanelRow to TypeScript. 💁‍♀️ PanelBody will be done in a separate PR for easier review. ## How? This one is really...

[Package] Components

Part of #35744 ## What? Convert the TreeGrid component and its subcomponents to TypeScript, including stories and tests. ## How? See inline comments. ## Testing Instructions `npm run storybook:dev` and...

[Package] Components

Fixes #3 Fixes #10 ## Changes This prevents the description loader from overwriting any existing story config in the code. This is achieved by two things: - Only reassign the...

## What problem does this address? #57562 surfaced a use case for a `disabled` state for ToggleGroupControl. ## What is your proposed solution? - The styling could be similar to...

[Type] Enhancement
[Package] Components