Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@sproutsocial/seeds-border

Package Overview
Dependencies
Maintainers
44
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sproutsocial/seeds-border - npm Package Compare versions

Comparing version 0.3.11 to 1.0.0-beta.0

LICENSE

19

CHANGELOG.md

@@ -6,2 +6,21 @@ # Change Log

# [1.0.0-beta.0](https://github.com/sproutsocial/seeds/compare/@sproutsocial/seeds-border@0.3.10...@sproutsocial/seeds-border@1.0.0-beta.0) (2019-05-17)
### Features
* **seeds-border:** update styles for Nectar ([d71db72](https://github.com/sproutsocial/seeds/commit/d71db72))
### BREAKING CHANGES
* **seeds-border:** border width 600 has been removed
## 0.3.11 (2018-11-19)
Remove metadata comment from output files.
## 0.3.10 (2018-11-13)

@@ -8,0 +27,0 @@ Refactored build system to use [Style Dictionary](https://amzn.github.io/style-dictionary). No impactful changes.

7

dist/seeds-border.js
'use strict';
module.exports = {
BORDER_RADIUS_500: '3px',
BORDER_WIDTH_500: '1px',
BORDER_WIDTH_600: '2px'
BORDER_RADIUS_500: '6px',
BORDER_RADIUS_600: '8px',
BORDER_RADIUS_1000: '999999px',
BORDER_WIDTH_500: '1px'
};

@@ -9,5 +9,23 @@ [

"category": "radius",
"value": "3px"
"value": "6px"
},
{
"category": "radius",
"sass": "$Border-radius--600",
"css": "--border-radius--600",
"javascript": "BORDER_RADIUS_600",
"app": "Radius 600",
"category": "radius",
"value": "8px"
},
{
"category": "radius",
"sass": "$Border-radius--1000",
"css": "--border-radius--1000",
"javascript": "BORDER_RADIUS_1000",
"app": "Radius 1000",
"category": "radius",
"value": "999999px"
},
{
"category": "width",

@@ -20,12 +38,3 @@ "sass": "$Border-width--500",

"value": "1px"
},
{
"category": "width",
"sass": "$Border-width--600",
"css": "--border-width--600",
"javascript": "BORDER_WIDTH_600",
"app": "Width 600",
"category": "width",
"value": "2px"
}
]
{
"name": "@sproutsocial/seeds-border",
"version": "0.3.11",
"version": "1.0.0-beta.0",
"description": "Seeds Border Tokens",

@@ -10,3 +10,4 @@ "main": "dist/seeds-border.js",

},
"author": "Sprout Social",
"author": "Sprout Social, Inc.",
"license": "MIT",
"scripts": {

@@ -18,3 +19,3 @@ "build": "node build.js"

},
"gitHead": "10a73c208d1b134ae66cbc86d0f8d223e064f8b6"
"gitHead": "bcf26f1ccd44691cbe5cc1eeb5f24d8407f12a32"
}
{
"border": {
"radius": {
"500": { "value": "3px" }
"500": { "value": "6px" },
"600": { "value": "8px" },
"1000": { "value": "999999px" }
},
"width": {
"500": { "value": "1px" },
"600": { "value": "2px" }
"500": { "value": "1px" }
}
}
}

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