v11 Beta 3 #10247
Replies: 10 comments 22 replies
-
Using <Search
id="catalog-search"
labelText="Search component index by name, keyword, or domain"
placeholder="Component name, keyword, domain"
value={search}
onBlur={handleOnBlur}
onChange={handleOnChange}
onClear={handleOnClear}
size="lg"
/> That's rendering at 40px tall not 48px, even though the Storybook doesn't have any knobs so I can't verify the bug. https://carbon-react-next.netlify.app/?path=/story/components-search--default |
Beta Was this translation helpful? Give feedback.
-
Pagination next/previous missing icons in 0.11.0. https://carbon-react-next.netlify.app/?path=/story/components-pagination--pagination |
Beta Was this translation helpful? Give feedback.
-
UI shell header action icons aren't centered in 0.11.0. https://carbon-react-next.netlify.app/?path=/story/components-ui-shell--header-base-w-actions-and-right-panel |
Beta Was this translation helpful? Give feedback.
-
The new <IconButton
className={clsx(styles.button, view === 'grid' && styles.selected)}
kind="ghost"
label="Grid view"
onClick={() => {
onView('grid')
}}
size="lg"
>
<GridIcon size={20} />
</IconButton> .button {
// override carbon because `lg` isn't supported
width: $spacing-09;
height: $spacing-09;
// override icon alignment because the IconButton only supports `sm` size currently
&:global(.cds--btn--sm) {
padding-right: 14px;
padding-left: 14px;
}
} |
Beta Was this translation helpful? Give feedback.
-
Questions and suggestions about tokenstext-error is highlight looks strange: toggle-off: border-disabled: at every theme it is more visible and clear than |
Beta Was this translation helpful? Give feedback.
-
This is irrelevant from the beta, but I thought it might be easier to consider before an official release I mentioned this in the svelte components repo a while ago But I'd like to know what does the main library thinks about naming components and conventions, for example:
I get that it isn't very important for the end user, I just wish to contribute in some way. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Side nav link with icon looks great <SideNavLink href="/" renderIcon={Home}>
Home
</SideNavLink> Unfortunately button with icon doesn't <Button renderIcon={Home}>
Home
</Button> |
Beta Was this translation helpful? Give feedback.
-
Tokens for buttons also need careful validation.
gray90 (https://carbondesignsystem.notion.site/final-List-of-new-tokens-c507394e43fe4daa9f0cd0eedb25d1e4):
Base Btw, how about change |
Beta Was this translation helpful? Give feedback.
-
I'm using Which is coming from this line in the type package. |
Beta Was this translation helpful? Give feedback.
-
Have you tried out the v11 Beta 23 release and have any feedback? We'd love to hear it! From issues that you might have run into to questions you might have, feel free to post anything release-related here.
Thanks so much for your help! We really appreciate it 🙏
Beta Was this translation helpful? Give feedback.
All reactions