v24.4.1
·
439 commits
to develop
since this release
- NPM package: https://www.npmjs.com/package/@eccenca/gui-elements/v/24.4.1
- Storybook: https://62150dbccb2d77003a2a5093-nrruohraue.chromatic.com/
Fixed
- React flow v12:
- add missing styles from react flow library to ensure proper functionality of new connection lines
<Tooltip />- re-check hover state after swapping the placeholder before triggering the event bubbling
Changed
<IconButton/>- increase the default delay before swapping the tooltip placeholder of the icon, reducing unwanted swaps because of mouseovers that were not intended
IntentBaseTypesnow available via root export- some
intentproperties support less or more intent types, in case you need to test supported types before, then you can use it directly from the component interface, e.g.TextFieldProps["intent"]
- some
Added
application-colorsanddata-coloricons, both represented by the CarbonColorPaletteicon