Skip to content

Commit

Permalink
feat: Add Christmas theme (#138)
Browse files Browse the repository at this point in the history
* Add Christmas theme

* remove css nesting and empty classes
  • Loading branch information
ronalduQualabs authored Dec 2, 2024
1 parent 548247e commit 8203d90
Show file tree
Hide file tree
Showing 5 changed files with 2,302 additions and 0 deletions.
16 changes: 16 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
"devDependencies": {
"@player.style/demuxed-2022": "0.0.12",
"@player.style/halloween": "0.0.2",
"@player.style/x-mas": "0.0.1",
"@player.style/instaplay": "0.0.7",
"@player.style/microvideo": "0.0.11",
"@player.style/minimal": "0.0.11",
Expand Down
18 changes: 18 additions & 0 deletions site/themes/x-mas.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
title: X-mas
author: '@qualabs'
date: 2024-12
description: A festive Christmas theme for the player with cozy red and green tones, twinkling lights, and a warm holiday vibe—perfect for spreading seasonal cheer!
tagGroups:
media:
- Video
framework:
- HTML
- React
- Next.js
- Vue
- Svelte
features:
- google cast
- airplay
---
56 changes: 56 additions & 0 deletions themes/x-mas/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
{
"name": "@player.style/x-mas",
"version": "0.0.2",
"description": "A festive Christmas theme for the player with cozy red and green tones, twinkling lights, and a warm holiday vibe—perfect for spreading seasonal cheer!",
"author": "@qualabs",
"license": "MIT",
"homepage": "https://github.com/muxinc/player.style#readme",
"bugs": {
"url": "https://github.com/muxinc/player.style/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/muxinc/player.style.git",
"directory": "themes/x-mas"
},
"files": [
"dist"
],
"type": "module",
"types": "./dist/media-theme.d.ts",
"main": "./dist/media-theme.js",
"exports": {
".": {
"types": "./dist/media-theme.d.ts",
"import": "./dist/media-theme.js",
"require": "./dist/cjs/media-theme.js",
"default": "./dist/media-theme.js"
},
"./react": {
"types": "./dist/react.d.ts",
"import": "./dist/react.js",
"require": "./dist/cjs/react.js",
"default": "./dist/react.js"
}
},
"typesVersions": {
"*": {
"react": [
"./dist/react.d.ts"
],
"*": [
"./dist/media-theme.d.ts"
]
}
},
"scripts": {
"clean": "rimraf dist",
"build": "build-theme"
},
"peerDependencies": {
"media-chrome": ">=1.0.0"
},
"devDependencies": {
"build-theme": "^0.0.8"
}
}
Loading

0 comments on commit 8203d90

Please sign in to comment.