Serhii Kulykov
Serhii Kulykov
Renamed the issue as we need to change to return an unmodifiable list and update JavaDoc accordingly.
> would like to be able to import Lumo in a React component (or just in any HTML) Note that HTML doesn't support `.css` imports without tools like Vite. That's...
> Also IIRC there was a problem with the following CSS files in @vaadin/react-components affecting Lumo icon font: This is still an issue, e.g. this is how `vaadin-drawer-toggle` looks when...
UPD: this API produces unexpected results so we should upgrade WebdriverIO to v9 and use `setViewport()` instead.
The `selenium-standalone` v9.1.0 and later includes transitive dependency on `glob` v11 which doesn't support Node 18.
Please note that `.ts` files are not supported by default, you can enable them with [esbuild plugin](https://modern-web.dev/docs/dev-server/plugins/esbuild/): ```js import { esbuildPlugin } from '@web/dev-server-esbuild'; export default{ files: 'projects/project1/src/**/*.spec.ts', nodeResolve:true, plugins:...
Some implementation notes: 1. Looking at the `quill-table-better` source code, I see that it imports some modules from `quill` e.g. [clipboard](https://github.com/attoae/quill-table-better/blob/94c686bfeed71981ca314b87b7180aad3d079c6e/src/modules/clipboard.ts#L1). If we want to use this plugin, we'll likely...
This is implemented in vaadin/vaadin-radio-button#133 (also, changed `theme` to `orientation`).
Reopening as we will revert LitElement based implementation for now in vaadin/vaadin-radio-button#187, will re-implement this later.
This is covered by the new base styles. Closing as completed.