New version build
Showing
ArialFontFace.css
0 → 100644
| { | { | ||
| "name": "@gsc/material", | "name": "@gsc/material", | ||
| "version": "2.0.1", | "version": "2.2.0", | ||
| "description": "An implementation of Material-UI with GSC styling", | "description": "An implementation of Material-UI with GSC styling", | ||
| "main": "index.js", | "main": "index.js", | ||
| "repository": "https://gitlab.gsc.org.uk/gsc-frameworks/gsc-material.git", | "repository": "https://gitlab.gsc.org.uk/gsc-frameworks/gsc-material.git", | ||
| ... | @@ -9,10 +9,14 @@ | ... | @@ -9,10 +9,14 @@ |
| "private": true, | "private": true, | ||
| "files": [ | "files": [ | ||
| "index.js", | "index.js", | ||
| "ProximaNovaFontFace.css" | "theme.js", | ||
| "themeDefinition.js", | |||
| "ProximaNovaFontFace.css", | |||
| "ArialFontFace.css" | |||
| ], | ], | ||
| "peerDependencies": { | "optionalDependencies": { | ||
| "@material-ui/core": "^4.1.0" | "@material-ui/core": "^4.4.0", | ||
| "@material-ui/styles": "^4.3.3" | |||
| }, | }, | ||
| "devDependencies": { | "devDependencies": { | ||
| "@babel/cli": "^7.1.2", | "@babel/cli": "^7.1.2", | ||
| ... | ... |
theme.js
0 → 100644
themeDefinition.js
0 → 100644
Please register or sign in to comment