player.style
Advanced tools
Comparing version 0.0.3 to 0.0.5
{ | ||
"name": "player.style", | ||
"version": "0.0.3", | ||
"version": "0.0.5", | ||
"description": "A fresh collection of media player themes for every use case!", | ||
@@ -33,5 +33,5 @@ "author": "@muxinc", | ||
"dependencies": { | ||
"@player.style/microvideo": "0.0.3", | ||
"@player.style/minimal": "0.0.3", | ||
"@player.style/youtube": "0.0.3", | ||
"@player.style/microvideo": "0.0.5", | ||
"@player.style/minimal": "0.0.5", | ||
"@player.style/yt": "0.0.5", | ||
"media-chrome": "^3.2.3" | ||
@@ -38,0 +38,0 @@ }, |
# Changelog | ||
## [0.0.5](https://github.com/muxinc/player.style/compare/@player.style/microvideo@0.0.4...@player.style/microvideo@0.0.5) (2024-06-17) | ||
### Bug Fixes | ||
* media theme types bug ([8dd42da](https://github.com/muxinc/player.style/commit/8dd42dab7f0536a49f2df5109f27c7285ad9ff48)) | ||
### Dependencies | ||
* The following workspace dependencies were updated | ||
* devDependencies | ||
* build-theme bumped from ^0.0.1 to ^0.0.2 | ||
## [0.0.4](https://github.com/muxinc/player.style/compare/@player.style/microvideo@0.0.3...@player.style/microvideo@0.0.4) (2024-06-17) | ||
### Bug Fixes | ||
* Changed Youtube theme name to YT ([#12](https://github.com/muxinc/player.style/issues/12)) ([e981669](https://github.com/muxinc/player.style/commit/e981669b170502e692eae355e904681b26b9552f)) | ||
## [0.0.3](https://github.com/muxinc/player.style/compare/@player.style/microvideo@0.0.2...@player.style/microvideo@0.0.3) (2024-06-14) | ||
@@ -4,0 +25,0 @@ |
@@ -9,3 +9,3 @@ import { MediaThemeElement } from 'media-chrome/dist/media-theme-element.js'; | ||
class MediaThemeMicrovideoElement extends MediaThemeElement { | ||
declare class MediaThemeMicrovideoElement extends MediaThemeElement { | ||
static template: HTMLTemplateElement; | ||
@@ -12,0 +12,0 @@ } |
{ | ||
"name": "@player.style/microvideo", | ||
"version": "0.0.3", | ||
"version": "0.0.5", | ||
"description": "This theme optimizes for shorter content that doesn't need the robust playback controls that longer content typically requires.", | ||
"author": "Mux", | ||
"author": "@muxinc", | ||
"extra": { | ||
@@ -33,5 +33,5 @@ "title": "Microvideo", | ||
"type": "module", | ||
"main": "dist/microvideo.js", | ||
"main": "dist/media-theme.js", | ||
"exports": { | ||
".": "./dist/microvideo.js", | ||
".": "./dist/media-theme.js", | ||
"./react": "./dist/react.js" | ||
@@ -45,3 +45,6 @@ }, | ||
"media-chrome": ">=1.0.0" | ||
}, | ||
"devDependencies": { | ||
"build-theme": "^0.0.2" | ||
} | ||
} |
# Changelog | ||
## [0.0.5](https://github.com/muxinc/player.style/compare/@player.style/minimal@0.0.4...@player.style/minimal@0.0.5) (2024-06-17) | ||
### Bug Fixes | ||
* media theme types bug ([8dd42da](https://github.com/muxinc/player.style/commit/8dd42dab7f0536a49f2df5109f27c7285ad9ff48)) | ||
### Dependencies | ||
* The following workspace dependencies were updated | ||
* devDependencies | ||
* build-theme bumped from ^0.0.1 to ^0.0.2 | ||
## [0.0.4](https://github.com/muxinc/player.style/compare/@player.style/minimal@0.0.3...@player.style/minimal@0.0.4) (2024-06-17) | ||
### Bug Fixes | ||
* Changed Youtube theme name to YT ([#12](https://github.com/muxinc/player.style/issues/12)) ([e981669](https://github.com/muxinc/player.style/commit/e981669b170502e692eae355e904681b26b9552f)) | ||
## [0.0.3](https://github.com/muxinc/player.style/compare/@player.style/minimal@0.0.2...@player.style/minimal@0.0.3) (2024-06-14) | ||
@@ -4,0 +25,0 @@ |
@@ -9,3 +9,3 @@ import { MediaThemeElement } from 'media-chrome/dist/media-theme-element.js'; | ||
class MediaThemeMinimalElement extends MediaThemeElement { | ||
declare class MediaThemeMinimalElement extends MediaThemeElement { | ||
static template: HTMLTemplateElement; | ||
@@ -12,0 +12,0 @@ } |
{ | ||
"name": "@player.style/minimal", | ||
"version": "0.0.3", | ||
"version": "0.0.5", | ||
"description": "This theme pares down the Mux Player experience to the bare bones controls viewers need, ideal for those that want a simpler player experience.", | ||
"author": "Mux", | ||
"author": "@muxinc", | ||
"extra": { | ||
@@ -35,5 +35,5 @@ "title": "Minimal", | ||
"type": "module", | ||
"main": "dist/minimal.js", | ||
"main": "dist/media-theme.js", | ||
"exports": { | ||
".": "./dist/minimal.js", | ||
".": "./dist/media-theme.js", | ||
"./react": "./dist/react.js" | ||
@@ -47,3 +47,6 @@ }, | ||
"media-chrome": ">=1.0.0" | ||
}, | ||
"devDependencies": { | ||
"build-theme": "^0.0.2" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
105371
+ Added@player.style/yt@0.0.5
+ Added@player.style/microvideo@0.0.5(transitive)
+ Added@player.style/minimal@0.0.5(transitive)
+ Added@player.style/yt@0.0.5(transitive)
- Removed@player.style/youtube@0.0.3
- Removed@player.style/microvideo@0.0.3(transitive)
- Removed@player.style/minimal@0.0.3(transitive)
- Removed@player.style/youtube@0.0.3(transitive)
Updated@player.style/minimal@0.0.5