elements icon indicating copy to clipboard operation
elements copied to clipboard

Web component library for developing Visual Studio Code extensions

Results 81 elements issues
Sort by recently updated
recently updated
newest added

Add a slot immediately after the title. ![Screenshot 2024-10-15 234419](https://github.com/user-attachments/assets/9f000385-ec64-40a4-bbc1-c569203b8f2d)

enhancement

Smaller size and tinted version ![image](https://github.com/user-attachments/assets/6b847f20-493c-4d6e-80de-78f430a84d4d)

enhancement

This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [@custom-elements-manifest/analyzer](https://redirect.github.com/open-wc/custom-elements-manifest) ([source](https://redirect.github.com/open-wc/custom-elements-manifest/tree/HEAD/packages/analyzer)) | [`^0.10.4` -> `^0.11.0`](https://renovatebot.com/diffs/npm/@custom-elements-manifest%2fanalyzer/0.10.5/0.11.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@custom-elements-manifest%2fanalyzer/0.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@custom-elements-manifest%2fanalyzer/0.10.5/0.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [@eslint/js](https://eslint.org)...

`` renders about ~1.8 px shorter than VS Code's native `.monaco-button`. Native VS Code: `.monaco-button.monaco-text-button` (~27.8 px) `@vscode-elements/elements`: `` (26 px) They use the same font and color, but the...

Closes: vscode-elements/elements#548 ---- https://github.com/user-attachments/assets/24d7bbf9-3c34-41f7-8fb8-ccf4100bd4df - I used the names `label` and `description` to match the VS Code [TreeItem](https://code.visualstudio.com/api/references/vscode-api#TreeItem) API. - I named the [`actions` slot after ``](https://vscode-elements.github.io/components/collapsible/api/#Slots) for consistency. -...

- aligns the button's height with Monaco by using `line-height: 18px;` (same as VS Code's `.monaco-text-button`, see https://github.com/microsoft/vscode/blob/91b31240fb8a0afcbff105d69cd7fee7af9dd23f/src/vs/base/browser/ui/button/button.css#L17). - mirrors Monaco's `4px` vertical padding so the box model sums to...

This PR contains the following updates: | Package | Type | Update | Change | Age | Confidence | |---|---|---|---|---|---| | [node](https://redirect.github.com/actions/node-versions) | uses-with | major | `22` -> `24`...

Hello, I tried to recreate the native VS Code’s tree row layout with a VSCodeTree in a webview: a label with a counter and right-aligned action icons that appear on...

I was using the previous version of the library. With the latest version, how can I add actions icons to the tree item? Could you include an example?

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/setup-node](https://redirect.github.com/actions/setup-node) | action | major | `v5` -> `v6` | --- ### Release...