Socket
Socket
Sign inDemoInstall

middlebury-design-system

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

middlebury-design-system - npm Package Compare versions

Comparing version 0.3.0 to 0.4.0

dist/icons/svg/calendar-alt.svg

33

CHANGELOG.md

@@ -8,3 +8,36 @@ # Changelog

## [Unreleased]
### Added
- Order 0-11 utils
- Offset-{breakpoint}-0 classes
- Responsive flexbox order utils
- New icons: caret-left, caret-down, caret-right, caret-up, chevron-up, chevron-down, calendar-alt
- New colors: gray-ligher, navy, navy-dark, teal-dark
### Changed
- All icons redrawn
- Calendar icon no longer has number on it. Instead, there is a `calendar-alt` with the number.
- Reduced font sizes on small buttons and inputs
- Increased font size on large buttons and inputs
- Revised color variable names for consistency
- Use Middlebury green color for `$success` instead of `forestgreen`
- `npm run dev` to `npm start` for local development
### Fixed
- JS bundle was incorrectly saved as `mds.min..js` instead of `mds.min.js`
### Removed
- `button--xl` modifier
- Various unused colors: `$brand-tertiary`, `$warm-gray`, `$text-gray`
### Breaking
- Renamed icon `map` to `map-marker`
- Renamed icon `email` to `envelope`
- Renamed icon `close` to `times`
- Renamed `arrow-*` to `chevron-*`
- Added a spacing unit for 48px. This makes spacing-6 48px, spacing-7 become 64px, and spacing-8 become 96px
- Renamed `$light-blue` to `$blue-light`
- Renamed `$lighter-blue` to `$blue-lighter`
- Changed `line-gray` usage to use `gray-light`
## [0.3.0] - 2018-04-24

@@ -11,0 +44,0 @@ ### Added

11

package.json
{
"name": "middlebury-design-system",
"version": "0.3.0",
"version": "0.4.0",
"description": "Front-end design system for building Middlebury websites",

@@ -47,8 +47,11 @@ "keywords": [

"scripts": {
"dev": "gulp dev",
"start": "gulp dev",
"build": "gulp build",
"clean": "gulp clean",
"prebuild": "npm run clean",
"prepublishOnly": "npm run build",
"prebuild": "yarn clean",
"prepublishOnly": "yarn build",
"storybook": "start-storybook -p 9001 -c .storybook",
"install:site": "cd site && yarn",
"build:site": "cd site && yarn build",
"netlify": "yarn gulp build:icons && yarn install:site && yarn build:site",
"test": "bundlesize"

@@ -55,0 +58,0 @@ },

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

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

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

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