Skip to content

Commit

Permalink
feat: Add placeholder 24dp icons.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Needham committed Jan 20, 2019
0 parents commit e970717
Show file tree
Hide file tree
Showing 36 changed files with 341 additions and 0 deletions.
137 changes: 137 additions & 0 deletions .gitignore
@@ -0,0 +1,137 @@
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so

# Node #
######################
~*
.~*
\#*

# Packages #
############
# it's better to unpack these files and commit the raw source
# git has its own built in compression methods
*.7z
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.zip

# Logs and databases #
######################
*.log
*.sql
*.sqlite
npm-debug.log*
logs

# Runtime data #
######################
pids
*.pid
*.seed
*.pid.lock

# OS generated files #
######################
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# Directory for instrumented libs generated by jscoverage/JSCover #
######################
lib-cov

# Coverage directory used by tools like istanbul #
######################
coverage

# nyc test coverage #
######################
.nyc_output

# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) #
######################
.grunt

# node-waf configuration #
######################
.lock-wscript

# Compiled binary addons (http://nodejs.org/api/addons.html) #
######################
build/Release

# Dependency directories #
######################
node_modules
jspm_packages

# Optional npm cache directory #
######################
.npm

# Optional eslint cache #
######################
.eslintcache

# Optional REPL history #
######################
.node_repl_history

# Yarn Integrity file #
######################
.yarn-integrity

## IDE things ##
######################
# Webstorm
.idea

# Eclipse:

.project
.metadata
bin/
tmp/
*.tmp
*.bak
*.swp
*~.nib
local.properties
.settings/
.loadpath
.recommenders


scratch.txt

output/

# Ignore Rush temporary files
/common/temp/**

package-deps.json

.yo-rc.json

lerna-debug.log

TEST-result.xml
.gradle/
.embedpostgresql/

package-lock.json
34 changes: 34 additions & 0 deletions .releaserc.json
@@ -0,0 +1,34 @@
{
"branch": "master",
"analyzeCommits": {
"preset": "angular",
"releaseRules": [
{"type": "build", "scope":"deps", "release": "minor"}
]
},
"verifyConditions": [
"@semantic-release/changelog",
"@semantic-release/npm",
"@semantic-release/git"
],
"generateNotes": {
"preset": "metahub"
},
"prepare": [
{
"path": "@semantic-release/changelog",
"changelogFile": "CHANGELOG.md"
},
{
"path": "@semantic-release/git",
"assets": ["CHANGELOG.md"]
},
"@semantic-release/npm"
],
"publish": [
"@semantic-release/npm",
"@semantic-release/github"
],
"success": ["@semantic-release/github"],
"fail": ["@semantic-release/github"]
}
22 changes: 22 additions & 0 deletions .travis.yml
@@ -0,0 +1,22 @@
language: node_js
node_js:
- lts/*
notifications:
email:
on_success: never
on_failure: always
branches:
only:
- master
install:
- travis_retry npm install
test:
- npm test
before_deploy:
- npm run coverage
deploy:
- provider: script
skip_cleanup: true
script: npx semantic-release
on:
branch: master
48 changes: 48 additions & 0 deletions CHANGELOG.md
@@ -0,0 +1,48 @@
# [1.1.0](https://github.com/wmfs/cardscript-schema/compare/v1.0.1...v1.1.0) (2019-01-20)


### ✨ Features

* Provide a "safe" version of manifest type, for use in URLs etc. ([ae07f03](https://github.com/wmfs/cardscript-schema/commit/ae07f03))

## [1.0.1](https://github.com/wmfs/cardscript-schema/compare/v1.0.0...v1.0.1) (2019-01-20)


### 🐛 Bug Fixes

* Ignore package-lock.json files. ([ec4acb8](https://github.com/wmfs/cardscript-schema/commit/ec4acb8))

# 1.0.0 (2019-01-18)


### ✨ Features

* update packages for release ([d6d36d4](https://github.com/wmfs/cardscript-schema/commit/d6d36d4))


### 🛠 Builds

* add release config for semantic release ([ea722a2](https://github.com/wmfs/cardscript-schema/commit/ea722a2))


### 📦 Code Refactoring

* add [@wmfs](https://github.com/wmfs)/ to requires ([4cc9684](https://github.com/wmfs/cardscript-schema/commit/4cc9684))
* get rid of lerna references ([a951c75](https://github.com/wmfs/cardscript-schema/commit/a951c75))


### 📚 Documentation

* update readme with badges ([a8030a2](https://github.com/wmfs/cardscript-schema/commit/a8030a2))


### ⚙️ Continuous Integrations

* **travis:** add Travis config ([a393035](https://github.com/wmfs/cardscript-schema/commit/a393035))


### ♻️ Chores

* add keywords to package.json ([c3b2b7f](https://github.com/wmfs/cardscript-schema/commit/c3b2b7f))
* configure package.json ([3003377](https://github.com/wmfs/cardscript-schema/commit/3003377))
* update / add .gitignore ([86625ac](https://github.com/wmfs/cardscript-schema/commit/86625ac))
21 changes: 21 additions & 0 deletions LICENSE
@@ -0,0 +1,21 @@
The MIT License (MIT)

Copyright (c) 2017 West Midlands Fire Service

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.
30 changes: 30 additions & 0 deletions README.md
@@ -0,0 +1,30 @@
# cardscript-icons

> Icon assets for use in docs/tooling.
## Provenance

Currently a cut-and-paste from Google's Material Design Two-Tone set:

* https://material.io/tools/icons/?style=twotone


## <a name="install"></a>Install
```bash
$ npm install cardscript-icons --save
```

## Usage

``` javascript
const baseIconxPath = require('cardscript-icons')
```

## <a name="license"></a>License

At the moment, just a package containing a subset of Google's [Material Design icons](https://material.io/).

Please see their [Apache License 2.0](https://github.com/material-components/material-components-android/blob/master/LICENSE) license.



1 change: 1 addition & 0 deletions icons/24dp/action-cancel.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/24dp/action-open-url.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/24dp/action-save.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/24dp/action-set.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/24dp/action-show-card.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/24dp/action-submit.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/24dp/adaptive-card.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/24dp/address-block.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/24dp/card-list.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/24dp/chip.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/24dp/collapsible.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/24dp/column-set.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/24dp/column.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/24dp/container.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/24dp/fact-set.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/24dp/fact.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/24dp/image-set.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/24dp/image.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/24dp/jumbotron.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/24dp/map.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/24dp/media-source.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/24dp/media.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/24dp/phase-banner.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/24dp/separator.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/24dp/tab-set.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/24dp/tab.svg
1 change: 1 addition & 0 deletions icons/24dp/table.svg
1 change: 1 addition & 0 deletions icons/24dp/text-block.svg
3 changes: 3 additions & 0 deletions icons/index.js
@@ -0,0 +1,3 @@
// Basic stuff just to infer base-directory path

module.exports = __dirname

0 comments on commit e970717

Please sign in to comment.