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

@sproutsocial/seeds-border

Package Overview
Dependencies
Maintainers
0
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 1.5.0 to 1.6.0

1

dist/seeds-border.d.ts
export const BORDER_RADIUS_400 : string;
export const BORDER_RADIUS_500 : string;
export const BORDER_RADIUS_600 : string;
export const BORDER_RADIUS_900 : string;
export const BORDER_RADIUS_1000 : string;
export const BORDER_WIDTH_500 : string;
export const BORDER_WIDTH_600 : string;
const BORDER_RADIUS_400 = '4px';
const BORDER_RADIUS_500 = '6px';
const BORDER_RADIUS_600 = '8px';
const BORDER_RADIUS_900 = '24px';
const BORDER_RADIUS_1000 = '999999px';

@@ -12,2 +13,3 @@ const BORDER_WIDTH_500 = '1px';

BORDER_RADIUS_600,
BORDER_RADIUS_900,
BORDER_RADIUS_1000,

@@ -22,2 +24,3 @@ BORDER_WIDTH_500,

BORDER_RADIUS_600,
BORDER_RADIUS_900,
BORDER_RADIUS_1000,

@@ -24,0 +27,0 @@ BORDER_WIDTH_500,

@@ -7,2 +7,3 @@ 'use strict';

BORDER_RADIUS_600: '8px',
BORDER_RADIUS_900: '24px',
BORDER_RADIUS_1000: '999999px',

@@ -9,0 +10,0 @@ BORDER_WIDTH_500: '1px',

@@ -31,2 +31,11 @@ [

"category": "radius",
"sass": "$Border-radius--900",
"css": "--border-radius--900",
"javascript": "BORDER_RADIUS_900",
"app": "Radius 900",
"category": "radius",
"value": "24px"
},
{
"category": "radius",
"sass": "$Border-radius--1000",

@@ -33,0 +42,0 @@ "css": "--border-radius--1000",

2

package.json
{
"name": "@sproutsocial/seeds-border",
"version": "1.5.0",
"version": "1.6.0",
"description": "Seeds Border Tokens",

@@ -5,0 +5,0 @@ "main": "dist/seeds-border.js",

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