Skip to content

Conversation

@ilyabrower
Copy link
Contributor

@ilyabrower ilyabrower commented Jul 4, 2025

Changelog

@semcore/base-components

Changed

  • Hint now has slicker and more compact styles.

Motivation and Context

How has this been tested?

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue).
  • New feature (non-breaking change which adds functionality).
  • Breaking change (fix or feature that would cause existing functionality to not work as expected).
  • Nice improve.

Checklist:

  • I have updated the documentation accordingly.
  • I have added changelog note to corresponding CHANGELOG.md file with planned publish date.
  • I have added new tests on added of fixed functionality.

};
}
}, [hookOverride, ref.current]);
}, [hookOverride, ref]);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am not sure that ref will work either :) useRef returns stable reference to an object which will be the same across multiple renders

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, but this is a custom hook and a link to the in it can change

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah, I see, but the result will be the same of you will have only [hookOverride] :)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

removed )

ilyabrower and others added 22 commits January 15, 2026 12:37
…emrush/intergalactic into UIK-2976/ellipsis-improvements
## Changelog

### @semcore/base-components

#### Changed

- `Hint` now has slicker and more compact styles.

<!--- Provide a general summary of your changes in the Title above -->

## Motivation and Context

- updated Hint styles
- removed Hint arrow
- connected css vars to offset and padding (currently offset = padding,
although I kept them separate to be able to change in the future)

## How has this been tested?

Manually.

## Screenshots (if appropriate):

## Types of changes

<!--- What types of changes does your code introduce? Put an `x` in all
the boxes that apply: -->

- [ ] Bug fix (non-breaking change which fixes an issue).
- [ ] New feature (non-breaking change which adds functionality).
- [ ] Breaking change (fix or feature that would cause existing
functionality to not work as expected).
- [x] Nice improve.

## Checklist:

<!--- Go over all the following points, and put an `x` in all the boxes
that apply. -->
<!--- If you're unsure about any of these, don't hesitate to ask. We're
here to help! -->

- [ ] I have updated the documentation accordingly.
- [ ] I have added new tests on added of fixed functionality.

---------

Co-authored-by: Valeryia Zimnitskaya <valeryia.zimnitskaya@semrush.com>
Co-authored-by: ilia.brauer <ilia.brauer@semrush.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment