Enrico Sacchetti

Results 103 comments of Enrico Sacchetti

Closed by #1642

Working on this again.

Using `lang="ts"` is out of scope for the time being. We may eventually use it after closing #1871 since `@sveltejs/package` can convert `.svelte` files containing `lang="ts"` into respective `.svelte` and...

@metonym I added "Prop ordering" above. On another note, I noticed `` has a `skeleton` prop whereas other components like `` have a separate `` component. Should we prefer props...

Do we want to allow `$$restProps` for single-element components such as `Button` and `Layer`? Strictly speaking, it isn't a performance concern any more than `attributes` or `buttonAttributes` would be, and...

@brunnerh if I were to formalize your note into a protocol, it could be: * When components contain 1 interactive element, use `$$restProps` on that element, and add attribute props...

I tried installing and testing `[email protected]`. Test branch: https://github.com/carbon-design-system/carbon-components-svelte/tree/chore/svelte-5-test Changes made: https://github.com/carbon-design-system/carbon-components-svelte/commit/bd3ea6dbf171405fc20814ab1aa224e2d59f89e9 - Switched fully to ESM - Removed `format` compiler option I ran the docs: `cd docs && yarn...

All good points. As a side note, it would be great if we could test attributes and CSS features in Playwright with a browserslist file for compatibility. I updated the...

You're right that the React component has it deprecated; probably to ease into its removal when Layer became available, but not because of forthcoming v12 styles. We should follow a...

I think similar to how #1895 (Button) makes use of the new Popover component, I think tooltip functionality is blocked by #1896, so that ticket is high priority. If you've...