SRGSSR / pillarbox-web

Pillarbox is a versatile media playback ecosystem engineered for the web.
https://srgssr.github.io/pillarbox-web-demo/
MIT License
11 stars 1 forks source link

fix: typings and css generation #206

Closed jboix closed 6 months ago

jboix commented 6 months ago

Description

Resolves #202 by removing the .css suffix from the Video.js import statement in the Pillarbox theme. The Video.js CSS is now correctly bundled with the Pillarbox theme.

Resolves #205 by exporting the Player class on the main entry point of the generated typings. This change allows the Pillarbox custom player to be accessible.

Changes made

github-actions[bot] commented 6 months ago

Coverage report

St.:grey_question:
Category Percentage Covered / Total
🟒 Statements 98.39% 490/498
🟒 Branches 93.44% 228/244
🟒 Functions 100% 135/135
🟒 Lines 99.16% 474/478

Test suite run success

152 tests passing in 9 suites.

Report generated by πŸ§ͺjest coverage report action from dbab05ecd25317b7d393549a054e49fcf383eb79

github-actions[bot] commented 6 months ago

:tada: This PR is included in version 1.0.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket: