@appquality/unguess-design-system 4.1.3 → 4.1.4

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,17 @@
1
+ # v4.1.4 (Tue Jul 28 2026)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - Improved cutter button video player [#603](https://github.com/AppQuality/unguess-design-system/pull/603) ([@sinatragianpaolo](https://github.com/sinatragianpaolo) [@marcbon](https://github.com/marcbon))
6
+ - fix(player): unify observations tooltip and disable shortcut when Cutter is disabled [#602](https://github.com/AppQuality/unguess-design-system/pull/602) ([@sinatragianpaolo](https://github.com/sinatragianpaolo))
7
+
8
+ #### Authors: 2
9
+
10
+ - Gianpaolo Sinatra ([@sinatragianpaolo](https://github.com/sinatragianpaolo))
11
+ - Marco Bonomo ([@marcbon](https://github.com/marcbon))
12
+
13
+ ---
14
+
1
15
  # v4.1.3 (Mon Jul 27 2026)
2
16
 
3
17
  #### 🐛 Bug Fix
package/build/index.d.ts CHANGED
@@ -2111,7 +2111,6 @@ declare interface PlayerArgs extends HTMLAttributes<HTMLVideoElement> {
2111
2111
  showControls?: boolean;
2112
2112
  onShortcut?: (type: string) => void;
2113
2113
  disableCutter?: boolean;
2114
- cutterTooltipText?: string;
2115
2114
  }
2116
2115
 
2117
2116
  declare interface PlayerI18n {
@@ -2120,6 +2119,7 @@ declare interface PlayerI18n {
2120
2119
  playpause?: string;
2121
2120
  mute?: string;
2122
2121
  observations?: string;
2122
+ observationsDisable?: string;
2123
2123
  forward?: string;
2124
2124
  backward?: string;
2125
2125
  }