New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@buildit/gravity-ui-sass

Package Overview
Dependencies
Maintainers
4
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@buildit/gravity-ui-sass - npm Package Compare versions

Comparing version 0.2.1 to 0.3.0

dist/ui-lib/gravity.js

24

CHANGELOG.md

@@ -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

@@ -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,

11

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc