hig icon indicating copy to clipboard operation
hig copied to clipboard

Autodesk's unified design system

Results 101 hig issues
Sort by recently updated
recently updated
newest added

Change the following folders: `information-dense` => `16px` `regular` => `24px` Update the icons build script for the changes, but the output should not affect `icons` export.

chore

Hello. I found an issue using toast notification list component. Issue: When I dismiss multiple notifications in a quick way, they get in a bad state due to animations. Expected...

bug
community

Intending to allow tabs to be controlled as well as uncontrolled.

index.js:1 Warning: Prop `dangerouslySetInnerHTML` did not match. Server: "utoBAD" Client: "" I looked in the presenter and found https://github.com/Autodesk/hig/blob/development/packages/top-nav/src/presenters/LogoPresenter.js#L34 However I'm not quite sure what's going on. Needs further investigation....

I've seen a couple of people asking whether there are any TS definitions available for HIG components. The Rosewood scrum team have been working on `.d.ts` files for HIG components...

https://hig.autodesk.com/web/components/buttons I am thinking this could be one component with a prop for the two. I am thinking this can be a combination of our `Button` component and `Menu` (when...

https://hig.autodesk.com/web/components/buttons This should be built with the `Button` component as a starting point and using the custom `stylesheet` function to up date the border styles. I think we can either...

We may have to change the api on the existing `Tooltip`. The medium and large versions seem to be states that appear when hovering over the target for longer periods...