Eric Liu
Eric Liu
Currently, the `slide` transition only animates on the y-axis. It would be nice to support animating on the x-axis. A real world use case would be a side navigation menu....
Following #11908, unused CSS selectors containing `[data-contained-checkbox-state='mixed']` can be removed. `[data-contained-checkbox-state='mixed']` was only used in `InlineCheckbox`. The `[data-contained-checkbox-state]` attribute selector appears in the `MultiSelect` and `FilterableMultiSelect` components. However, the value...
Fixes #896, fixes #1427 This PR drops support for the compiled ES, UMD formats. Instead, only the uncompiled Svelte source code will be shipped. This should have no impact for...
Carbon React has a [`SideNavDetails` component](https://github.com/carbon-design-system/carbon/blob/main/packages/react/src/components/UIShell/SideNavDetails.js). It doesn't seem v11-specific since the CSS selectors exist in the generated `css/*.css` files but no such component exists in the Svelte implementation.
Fixes #123 This PR detects if the style block contains the "global" attribute and filters "css-unused-selector" warnings if true. The desired UX is to have the following code not emit...
It would be nice to: - have a default search icon so the component better resembles a search input - customize the icon ... and also have a custom icon...
Currently, the name of a default slot is `"__default__"`; to avoid clashing, it should be `null`.
Would you consider publishing icons as an NPM package? It could make it easier to download and version.