Blake V.

Results 31 issues of Blake V.

### What would you like? Would like better documentation on the expected output file format of a preprocessor. If I output as `es`, I get error `Cannot use import statement...

stage: needs information

### Current behavior Printing the `details` object of `on('before:run', (details) => `, it can be seen that many more items are present than are in its specified type, `ConfigOptions`. After...

type: typings

`popupKind` currently defaults to `"menu"`. This is incorrect for many cases, i.e. every case where the passed `content` is not a `Menu`. For example, if non-interactive content is passed, `aria-haspopup`...

should not have `tabIndex=0` on noninteractive elements, such as this outer `div` of the `Overlay`.

**Existing implementation remains visually and functionally unchanged.** Default: ![image](https://github.com/user-attachments/assets/b4856780-103d-46d8-b589-ecb74b64b832) - Add `compact` prop: ![image](https://github.com/user-attachments/assets/2f88b44a-6302-4243-bc2b-5e179f194197) - Add `buttonProps` prop to configure visual styles of the SegmentedControl buttons. i.e.: ![image](https://github.com/user-attachments/assets/0a99193d-8fe8-4eb3-a30e-fd19c9d45eed) - Improve...

#### Changes proposed in this pull request: Add aria-label to timezone select to fix a11y aXe failure.

In `Select`, all of the `previousFocusedElement` code does what `Popover`'s `shouldReturnFocusOnClose` already does. Just use that.

Might as well enable this rule, there were only 2 changes that needed to be made