app-tutor-ai-consumer 1.28.0 → 1.28.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,5 @@
1
+ ## [1.28.1](https://github.com/Hotmart-Org/app-tutor-ai-consumer/compare/v1.28.0...v1.28.1) (2025-08-21)
2
+
1
3
  # [1.28.0](https://github.com/Hotmart-Org/app-tutor-ai-consumer/compare/v1.27.6...v1.28.0) (2025-08-19)
2
4
 
3
5
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "app-tutor-ai-consumer",
3
- "version": "1.28.0",
3
+ "version": "1.28.1",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "dev": "rspack serve --env=development --config config/rspack/rspack.config.js",
@@ -49,7 +49,7 @@ function WidgetHeaderActions({
49
49
  <div
50
50
  className={clsx('flex max-w-max items-center gap-3 text-neutral-700', styles.btnContainer)}>
51
51
  {actionButtons.includes('archive') && (
52
- <Tooltip show={!isMobile} content={t('general.buttons.archive')}>
52
+ <Tooltip show={!isMobile} content={t('general.buttons.archive')} position='bottom'>
53
53
  <Button
54
54
  show={actionButtons.includes('archive')}
55
55
  onClick={handleClickArchive}