@buildit/gravity-ui-sass
Advanced tools
Comparing version 0.2.1 to 0.3.0
@@ -10,3 +10,27 @@ # Changelog | ||
## [0.3.0] - 2018-03-23 | ||
### Added | ||
- Page header | ||
- Page footer | ||
- Careers page | ||
- Location page | ||
- About page | ||
- New Buildit Logo | ||
- Wipro Digital Logo | ||
- Designit Logo | ||
- CTA button | ||
- Homepage | ||
- Error page template | ||
- Alternate Location page | ||
- Social media icons and links | ||
### Changed | ||
- Improved typography | ||
- Sassified pattern-scaffolding | ||
### Fixed | ||
- Pipeline tweaks | ||
- Fixed color swatches on small screens | ||
## [0.2.1] - 2018-01-25 | ||
@@ -13,0 +37,0 @@ ### Added |
26
index.js
@@ -10,2 +10,11 @@ /** | ||
* scripts. | ||
* | ||
* Note, since this file is included in the published NPM package, it | ||
* must not export paths or filenames that are excluded from the published | ||
* package. Refer to the 'files' section in package.json to see exactly | ||
* what gets published and what does not. | ||
* | ||
* Any path or file data that is required for development and builds but | ||
* is excluded from the published NPM package should be added to | ||
* gulp/paths.js instead of this file. | ||
*/ | ||
@@ -31,2 +40,9 @@ | ||
const symbolsBasename = 'symbols'; | ||
const bldSvgSymbolsFilePath = path.join(bldUiLibDir, `${symbolsBasename}.svg`); | ||
const bldSvgSymbolsInfoFilePath = path.join(bldUiLibDir, `${symbolsBasename}.json`); | ||
const jsFilename = 'gravity.js'; | ||
const bldJsFilePath = path.join(bldUiLibDir, jsFilename); | ||
module.exports = { | ||
@@ -54,2 +70,3 @@ /** | ||
// Expose SASS-related stuff | ||
srcUiLibDir, | ||
srcSassDir, | ||
@@ -59,2 +76,11 @@ mainSassFilename, | ||
// SVG symbols (used for icons & logo) | ||
symbolsBasename, | ||
bldSvgSymbolsFilePath, | ||
bldSvgSymbolsInfoFilePath, | ||
// Client-side JS | ||
jsFilename, | ||
bldJsFilePath, | ||
// Expose root build output dir | ||
@@ -61,0 +87,0 @@ bldRootDir, |
{ | ||
"name": "@buildit/gravity-ui-sass", | ||
"version": "0.2.1", | ||
"version": "0.3.0", | ||
"description": "A SASS UI library from the Buildit's Gravity design system", | ||
@@ -12,2 +12,3 @@ "main": "index.js", | ||
"scripts": { | ||
"clean": "gulp clean", | ||
"build": "gulp", | ||
@@ -17,3 +18,3 @@ "styleguide": "gulp styleguide", | ||
"test": "npm run lint", | ||
"lint": "stylelint src/ui-lib/sass/**/*.scss" | ||
"lint": "stylelint 'src/ui-lib/sass/**/*.scss'" | ||
}, | ||
@@ -59,5 +60,9 @@ "repository": { | ||
"chalk": "^1.1.3", | ||
"del": "^3.0.0", | ||
"eyeglass": "^1.2.1", | ||
"gulp": "^4.0.0", | ||
"gulp-rename": "^1.2.2", | ||
"gulp-sass": "^3.1.0", | ||
"gulp-svg-symbols": "^3.0.0", | ||
"gulp-svgo": "^1.3.0", | ||
"minimist": "^1.2.0", | ||
@@ -75,3 +80,3 @@ "modularscale-sass": "^3.0.4", | ||
"dependencies": { | ||
"@buildit/gravy": "github:buildit/gravy#v2.0.0-beta.1" | ||
"@buildit/gravy": "^2.0.1" | ||
}, | ||
@@ -78,0 +83,0 @@ "engines": { |
@@ -83,2 +83,3 @@ # gravity-ui-sass | ||
* Coding standards (TBC) | ||
* [Naming conventions](./docs/naming-conventions.md) | ||
* Contribution guidelines (TBC) | ||
@@ -85,0 +86,0 @@ * [`git` branching strategy](./docs/branching-strategy.md) |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
GitHub dependency
Supply chain riskContains a dependency which resolves to a GitHub URL. Dependencies fetched from GitHub specifiers are not immutable can be used to inject untrusted code or reduce the likelihood of a reproducible install.
Found 1 instance in 1 package
197363
68
1025
89
0
19
1
+ Added@buildit/gravy@2.1.1(transitive)
+ Addedtypi@3.2.0(transitive)
Updated@buildit/gravy@^2.0.1