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

Hi, there is a problem running the application with NotificationsToastList in StrictMode The problem lies in the dependency to the `react-flip-move` package. There is an opened issue there: https://github.com/joshwcomeau/react-flip-move/issues/270 Seems,...

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.5. Release notes Sourced from word-wrap's releases. 1.2.5 Changes: Reverts default value for options.indent to two spaces ' '. Full Changelog: https://github.com/jonschlinkert/word-wrap/compare/1.2.4...1.2.5 1.2.4 What's Changed...

dependencies

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.5. Release notes Sourced from word-wrap's releases. 1.2.5 Changes: Reverts default value for options.indent to two spaces ' '. Full Changelog: https://github.com/jonschlinkert/word-wrap/compare/1.2.4...1.2.5 1.2.4 What's Changed...

dependencies

Bumps [semver](https://github.com/npm/node-semver) from 5.6.0 to 5.7.2. Release notes Sourced from semver's releases. v5.7.2 5.7.2 (2023-07-10) Bug Fixes 2f8fd41 #585 better handling of whitespace (#585) (@​joaomoreno, @​lukekarrys) Changelog Sourced from semver's...

dependencies

When item in the drop down are too long, they extend in the following line. Maybe add white-space:nowrap text-overflow: ellipsis to their style

bug
community

Currently, the Avatar size is hardcoded, the same with the matching css for the dimensions of the wrapping html element

community

This can be shown using a tooltip https://codesandbox.io/s/tooltipdropdown-forked-ynvoj?file=/src/index.js I was able to use the click function to open/close the tooltip but not mouse enter and leave. I believe this to...

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

We've noticed that we're not able to set an `id` on some HIG elements, such as `` ("@hig/accordion": "^1.1.1",), so we've been wrapping these as follows: ```jsx export default function...