shower-material
Advanced tools
Comparing version 1.1.0 to 2.0.0
# The MIT License | ||
Copyright © 2010–2015 Vadim Makeev, http://pepelsbey.net/ | ||
Copyright © 2010–2018 Vadim Makeev, http://pepelsbey.net/ | ||
@@ -15,3 +15,3 @@ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: | ||
Copyright © 2010–2015 Вадим Макеев, http://pepelsbey.net/ | ||
Copyright © 2010–2018 Вадим Макеев, http://pepelsbey.net/ | ||
@@ -18,0 +18,0 @@ Данная лицензия разрешает лицам, получившим копию данного программного обеспечения и сопутствующей документации (в дальнейшем именуемыми «Программное Обеспечение»), безвозмездно использовать Программное Обеспечение без ограничений, включая неограниченное право на использование, копирование, изменение, добавление, публикацию, распространение, сублицензирование и/или продажу копий Программного Обеспечения, также как и лицам, которым предоставляется данное Программное Обеспечение, при соблюдении следующих условий: |
{ | ||
"name": "shower-material", | ||
"description": "Material theme for Shower HTML presentation engine", | ||
"version": "1.1.0", | ||
"version": "2.0.0", | ||
"author": { | ||
@@ -25,7 +25,5 @@ "name": "Vadim Makeev", | ||
"files": [ | ||
"docs/**", | ||
"fonts/**", | ||
"images/**", | ||
"pictures/**", | ||
"styles/*.css", | ||
"styles/**", | ||
"index.html", | ||
@@ -36,20 +34,10 @@ "LICENSE.md", | ||
"devDependencies": { | ||
"autoprefixer": "^7.1.2", | ||
"browser-sync": "^2.14.0", | ||
"gulp": "^3.9.1", | ||
"gulp-header": "^1.8.8", | ||
"gulp-postcss": "^7.0.0", | ||
"gulp-rename": "^1.2.2", | ||
"gulp-replace": "^0.6.1", | ||
"gulp-sass": "^3.0.0", | ||
"path-exists-cli": "^1.0.0", | ||
"postcss-csso": "^2.0.0", | ||
"shower-core": "latest" | ||
"live-server": "^1.2.0", | ||
"shower-core": "^2.1.0", | ||
"stylelint": "^9.2.1" | ||
}, | ||
"scripts": { | ||
"dev": "gulp", | ||
"styles": "gulp styles", | ||
"prepublish": "npm run styles", | ||
"test": "path-exists styles/screen-16x10.css && path-exists styles/screen-4x3.css" | ||
"test": "stylelint 'styles/**/*.css'", | ||
"start": "live-server . --watch='fonts/*,pictures/*,styles/**,index.html'" | ||
} | ||
} |
@@ -13,3 +13,3 @@ # Material theme for Shower [![Build Status](https://travis-ci.org/shower/material.svg?branch=master)](https://travis-ci.org/shower/material) | ||
If you want to install Material separately you can download the [theme archive](http://shwr.me/material.zip) or install the package: | ||
If you want to install Material separately you can install the package: | ||
@@ -20,8 +20,12 @@ npm install shower-material | ||
All theme’s features are demonstrated in the [index.html](index.html) file. Use it as a reference while building your presentation. See more detailed [features overview](https://github.com/shower/shower/blob/master/docs/features-en.md). | ||
All theme’s features are demonstrated in the [index.html](index.html) file, [see it live](https://shwr.me/shower/themes/material/). Use it as a reference while building your presentation. See more detailed [features overview](https://github.com/shower/shower/blob/master/docs/features-en.md). | ||
## Ratios | ||
Material theme supports two slide ratios: wide 16×10 (default) and taller 4×3. To change the slide’s ratio include one of the pre-built `screen-16x10.css` or `screen-4x3.css` files in the `<head>` of your presentation. | ||
Material theme supports any slide ratio you want. But it’s optimized for the most common ones: 16×9 and 4×3. It’s 16×9 by default, but you can change it by adjusting `--slide-ratio` property for `.shower`, [see example](https://github.com/shower/ribbon/blob/master/index.html#L10) in `index.html`. | ||
## Key color | ||
By default Material theme is green, but you can easily change the key color by adjusting `--color-key` property for `.shower`. You can choose any color you want, just make sure that it’s dark enough for a good contrast. For example, in [Material Color Tool](https://material.io/tools/color/) good colors start at 500 column. | ||
@@ -28,0 +32,0 @@ |
Sorry, the diff of this file is not supported yet
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 9 instances in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 6 instances in 1 package
3
54
826
46
545735
10