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

@blackbaud/skyux-design-tokens

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@blackbaud/skyux-design-tokens - npm Package Compare versions

Comparing version 0.0.16 to 0.0.17

5

CHANGELOG.md

@@ -0,1 +1,6 @@

# 0.0.17 (2020-04-30)
- Added horizontal padding tokens and de-emphasized text weight to the modern theme. [#39](https://github.com/blackbaud/skyux-design-tokens/pull/39)
- Added a border radius token for the SKY UX box element to the modern theme. [#40](https://github.com/blackbaud/skyux-design-tokens/pull/40)
# 0.0.16 (2020-04-16)

@@ -2,0 +7,0 @@

@@ -67,2 +67,7 @@ {

},
"border": {
"radius": {
"md": "6px"
}
},
"text-color": {

@@ -121,2 +126,16 @@ "action-primary": "#1870B8"

]
},
"h": {
"sm": [
"0",
"10px",
"0",
"10px"
],
"xl": [
"0",
"30px",
"0",
"30px"
]
}

@@ -203,2 +222,3 @@ },

"size": "14px",
"weight": "400",
"color": "#686c73",

@@ -251,3 +271,8 @@ "style": "italic"

}
},
"box": {
"border-radius": {
"default": "6px"
}
}
}

2

package.json
{
"name": "@blackbaud/skyux-design-tokens",
"version": "0.0.16",
"version": "0.0.17",
"description": "Design tokens for SKY UX",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/blackbaud/skyux-design-tokens",

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