diff --git a/dist/dist/LICENSE b/dist/dist/LICENSE deleted file mode 100644 index 043c4b9..0000000 --- a/dist/dist/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -MIT License - -Copyright (c) 2016 Michael Hladky - -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: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. diff --git a/dist/dist/README.md b/dist/dist/README.md deleted file mode 100644 index 8a852cb..0000000 --- a/dist/dist/README.md +++ /dev/null @@ -1,330 +0,0 @@ -# Css Star Rating ⭐⭐⭐⭐⭐ -#### ⭐ Css Star Rating is a pure css star rating plugin based on best practice UX/UI methods. ⭐ - -![License](https://img.shields.io/npm/l/css-star-rating.svg) -![Bower Version](https://img.shields.io/bower/v/css-star-rating.svg) -[![NPM Version](https://img.shields.io/npm/v/css-star-rating.svg)](https://www.npmjs.com/package/css-star-rating) -[![Standard Version](https://img.shields.io/badge/release-standard%20version-brightgreen.svg)](https://github.com/BioPhoton/css-star-rating) - -[![Build Status](https://travis-ci.org/BioPhoton/css-star-rating.svg?branch=dev)](https://travis-ci.org/BioPhoton/css-star-rating) -[![npm](https://img.shields.io/npm/dt/css-star-rating.svg)](https://www.npmjs.com/package/css-star-rating) - -[![Package Quality](http://npm.packagequality.com/badge/css-star-rating.png)](http://packagequality.com/#?package=css-star-rating) - -Css Star Rating is written in scss and fully customizable over variables. -Easily compose your own rating component over a rich set of css modifiers for any kind of UI state. -## Demo - -Demos in the **[KSS style guide](https://biophoton.github.io/css-star-rating/)** - -## Features - -- [x] **Written in scss** -- [x] **Customizable over variables** -- [x] **Flexbox layout** -- [x] **SVG icons** -- [x] **Icon fonts like fontawesome, ionicon...** -- [x] **Display rating over css class** -- [x] **Different Numbers of stars** -- [x] **Color of stars depend on rating** -- [x] **Half stars** -- [x] **Sizes** -- [x] **Star alignments** -- [x] **Static colors** -- [x] **Disabled mode** -- [x] **Star types** -- [x] **Label** -- [x] **Label positions** -- [x] **Animations** -- [x] **Directions** -- [x] **Themes** - -## Browser support - - -| IE | Firefox | Chrome | Safari | Opera | -|--- |--- |--- |--- |---| -| 11 | 50 | 55 | 10 | 41 | -| | | | | | - -## Related Projects - -| Css | Angular1 (>=1.5)| Angular (>=2) | -|--- |--- |--- | -| | | | -| [Css Star Rating](https://github.com/BioPhoton/css-star-rating) | [Angular1 Star Rating](https://github.com/BioPhoton/angular1-star-rating) | [Angular Star Rating](https://github.com/BioPhoton/angular-star-rating) | - -## Demo - -- [x] [KSS documentation](https://biophoton.github.io/css-star-rating/) - -## Install - -**Get Css Star Rating:** - - clone & build this repository - - [download as .zip](https://github.com/BioPhoton/css-star-rating/releases) - - via **[npm](https://www.npmjs.org/)**: by running `$ npm install css-star-rating` from your console - - via **[bower](https://bower.io/)**: by running `$ bower install css-star-rating` from your console - -**Load library** -```html - -``` - -**Copy asstes (optional)** -If you want to use svg as icon type copy the -```star-rating.icons.svg``` image form ```bower_components/css-star-rating/dist/images/star-rating.css``` to your roots assets folder. - -**Use it** -```html -
-``` - - - -## Css Modifiers - -**.value-[N]**: -The actual star rating value. The color of the stars depends on the rating number -- .value-0 -- .value-1 -- .value-2 -- .value-3 -- .value-4 -- .value-5 -```html - -``` - - -**.half**: -If set, every rating value will have a half star at the end. -- .half - -```html - -``` - - - -**text**: -The text next to the stars. -- (Just additional HTML) - -```html - -``` - - -**.label-[VISIBILITY]**: -The position of the label. -- .label-visible -- .label-hidden - -```html - -``` - - - -**.label-[POSITION]**: -The position of the label. -- .label-top -- .label-right -- .label-bottom -- .label-left - -```html - -``` - - - - - -**.space**: -If the start use the whole space or not. - -```html - -``` - - - - -**.[SIZE]**: -The height and width of the stars. -- .small -- .medium -- .large -```html - -``` - - - - -**color-[COLOR_NAME]**: -Static color of stars. -- .color-default -- .color-negative -- .color-ok -- .color-positive - -```html - -``` - - - - - -**.disabled**: -The click callback is disabled, colors are transparent - -```html - -``` - - - -**.direction-[DIRECTION]**: -The direction of the stars and label. -- .direction-rtl -- .direction-ltr - -```html - -``` - - - -**.[ANIMATION_SPEED]**: -The duration of the animation in ms. -- .immediately -- .noticeable -- .slow - -```html - -``` - - - - -**starType**: -The type of start resource to use. -- .star-svg -- .star-icon (star character) -- .custom-icon (i.e. font-awesome) - -```html - -``` - - - - - -## Themes -As a bonus there are some themes as classes. -**theme-[NAME]**: -The type of start resource to use. -- .theme-google-places -- .theme-kununu - -```html - -``` - diff --git a/dist/dist/package.json b/dist/dist/package.json deleted file mode 100644 index 7623e37..0000000 --- a/dist/dist/package.json +++ /dev/null @@ -1,89 +0,0 @@ -{ - "name": "css-star-rating", - "version": "1.2.5", - "license": "MIT", - "keywords": [ - "Rating", - "Stars", - "Star Rating", - "Star-Rating", - "Starrating", - "5-Star Rating", - "Icon", - "Iconfont", - "Fonticons", - "Fontawesome", - "Ionicons", - "SVG", - "CSS3", - "Pure CSS", - "CSS only", - "SCSS", - "Flexbox" - ], - "description": "Css Star Rating is pure css component written in scss.", - "author": "Michael Hladky", - "repository": { - "type": "git", - "url": "git+https://github.com/BioPhoton/css-star-rating.git" - }, - "contributors": [ - { - "name": "Michael Hladky", - "email": "michael@hladky.at" - } - ], - "bugs": { - "url": "https://github.com/BioPhoton/css-star-rating/issues" - }, - "homepage": "https://github.com/BioPhoton/css-star-rating#readme", - "main": "dist/css/star-rating.css", - "devDependencies": { - "angularic-ionicon": "^1.1.0", - "conventional-changelog": "^3.1.25", - "copyfiles": "^2.4.1", - "css-loader": "^6.7.1", - "del": "^6.0.0", - "extendify": "^1.0.0", - "file-loader": "^6.2.0", - "font-awesome": "^4.7.0", - "gulp": "^4.0.2", - "gulp-autoprefixer": "^8.0.0", - "gulp-bump": "^3.2.0", - "gulp-concat": "^2.6.1", - "gulp-cssnano": "^2.1.3", - "gulp-load-plugins": "^2.0.7", - "gulp-notify": "^4.0.0", - "gulp-plumber": "^1.2.1", - "gulp-print": "^5.0.2", - "gulp-rename": "^2.0.0", - "gulp-sass": "^5.1.0", - "gulp-task-listing": "^1.1.1", - "ionicons": "^6.0.1", - "kss": "^3.0.1", - "merge-stream": "^2.0.0", - "node-sass": "^7.0.1", - "prettier": "^2.6.0", - "sass-loader": "^4.1.1", - "sc5-styleguide": "^2.2.0", - "style-loader": "^3.3.1", - "webpack": "^5.0.0", - "wrench": "^1.5.9", - "yargs": "^17.4.0" - }, - "scripts": { - "INLINE_DOCUMENTATION": "To release the project: bump version, run changelog, run project:build, check travis,", - "project:build": "npm run clean:dist && npm run build && npm run styleguide", - "build": "npm run build:css && npm run build:asstest", - "build:css": "gulp project:build", - "build:asstest": "copyfiles -u 0 README.md ./dist && copyfiles -u 0 ./package.json ./dist && copyfiles -u 0 ./LICENSE ./dist", - "styleguide": "npm run styleguide:assets && npm run styleguide:build", - "styleguide:assets": "copyfiles -u 2 ./dist/css/* ./docs/assets/css && copyfiles -u 2 ./dist/images/* ./docs/assets/images && copyfiles -u 2 ./docs-assets/fontawesome/fontawesome-all.min.css ./docs/assets/css && copyfiles -u 3 ./docs-assets/fontawesome/webfonts/* ./docs/assets/webfonts", - "styleguide:build": "kss --config ./kss-config.json", - "version:bump": "gulp version:bump", - "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s", - "release:github": "conventional-github-releaser", - "release:npm": "npm publish ./dist", - "clean:dist": "rimraf dist" - } -}