wmui51

Results 11 issues of wmui51

Add the 12px and 20px icons from the `icon-svg` repo to the `@hig/icons` package.

Make sure that when `disabled` that the props `hasHover`, `hasFocus`, and `isPressed` can never be `true`.

bug
community

See if we can add ref forwarding for input/control components: - Checkbox - https://github.com/Autodesk/hig/pull/2390 - Dropdown - Input - https://github.com/Autodesk/hig/issues/2261 - RadioButton - Slider - https://github.com/Autodesk/hig/pull/2391 - TextArea - https://github.com/Autodesk/hig/issues/2331...

community
feature request

Include the fonts locally and look into providing a SASS or LESS mixin that can point to the local font files.

community
feature request

When we remove deprecated roles it would be good to have a codemod to help users migrate to the new roles. Look into: https://github.com/facebook/jscodeshift

theme data

Our current dependency manager, Greenkeeper is going away on 6/3. They are recommending folks switch to Snyk (https://greenkeeper.io/ for more info).

chore

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

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...