react-helios 2.1.1 → 2.3.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/dist/styles.css CHANGED
@@ -194,6 +194,10 @@
194
194
  opacity: 1;
195
195
  }
196
196
 
197
+ .controlButton:focus {
198
+ outline: none;
199
+ }
200
+
197
201
  .controlButton:active {
198
202
  transform: scale(0.92);
199
203
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-helios",
3
- "version": "2.1.1",
3
+ "version": "2.3.1",
4
4
  "description": "Production-grade React video player with HLS, quality selection, live streams, subtitles, and VTT sprite thumbnail preview",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",