Socket
Socket
Sign inDemoInstall

terra-base

Package Overview
Dependencies
Maintainers
6
Versions
132
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

terra-base - npm Package Compare versions

Comparing version 1.4.0 to 2.0.0

docs/DEPENDENCIES.md

16

CHANGELOG.md

@@ -7,2 +7,18 @@ Changelog

2.0.0 - (August 31, 2017)
------------------
### Added
* Added `--terra-base-line-height` CSS custom property
* Added `--terra-base-html-height` CSS custom property
* Added `--terra-base-html-margin` CSS custom property
* Added `--terra-base-body-height` CSS custom property
* Added `--terra-base-body-margin` CSS custom property
### Changed
* Changed default `body` global line-height from `1` to `1.4285714285714286` to better align with legacy codebases
### Removed
* Removed global border, margin, and padding resets from base styles
* Removed global list-style reset from `ol` and `ul` elements
1.4.0 - (August 15, 2017)

@@ -9,0 +25,0 @@ ------------------

6

package.json
{
"name": "terra-base",
"main": "lib/Base.js",
"version": "1.4.0",
"version": "2.0.0",
"description": "The base component sets minimal global styles for an application.",

@@ -24,3 +24,3 @@ "repository": {

"devDependencies": {
"terra-props-table": "^1.3.0"
"terra-props-table": "^1.4.0"
},

@@ -34,3 +34,3 @@ "peerDependencies": {

"prop-types": "^15.5.8",
"terra-i18n": "^1.3.0"
"terra-i18n": "^1.4.0"
},

@@ -37,0 +37,0 @@ "scripts": {

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