Socket
Socket
Sign inDemoInstall

@kaizen/design-tokens

Package Overview
Dependencies
Maintainers
4
Versions
197
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kaizen/design-tokens - npm Package Compare versions

Comparing version 1.15.0 to 2.0.0

16

CHANGELOG.md

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

# [2.0.0](https://github.com/cultureamp/kaizen-design-system/compare/@kaizen/design-tokens@1.15.0...@kaizen/design-tokens@2.0.0) (2020-07-06)
### Features
* Add missing paragraphBodyBold typography token ([#606](https://github.com/cultureamp/kaizen-design-system/issues/606)) ([e142fa2](https://github.com/cultureamp/kaizen-design-system/commit/e142fa2cbbccc8473c803ee5c9859bad14674db9))
### BREAKING CHANGES
* Replace paragraph*Bold with single variant
# [1.15.0](https://github.com/cultureamp/kaizen-design-system/compare/@kaizen/design-tokens@1.14.0...@kaizen/design-tokens@1.15.0) (2020-07-01)

@@ -8,0 +24,0 @@

4

package.json
{
"name": "@kaizen/design-tokens",
"description": "Tokens used in the Kaizen Design System",
"version": "1.15.0",
"version": "2.0.0",
"homepage": "https://github.com/cultureamp/kaizen-design-system/tree/master/packages/design-tokens",

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

},
"gitHead": "92b40b62232ab79285b911f9115ba5785aae4eab"
"gitHead": "9ed607dccbca5d97584596118756c1b542c79188"
}

@@ -116,9 +116,2 @@ {

},
"paragraphSmallBold": {
"fontFamily": "\"Inter\", \"Noto Sans\", Helvetica, Arial, sans-serif;",
"fontWeight": "600",
"fontSize": "0.875rem",
"lineHeight": "1.125rem",
"letterSpacing": "normal"
},
"paragraphExtraSmall": {

@@ -131,8 +124,4 @@ "fontFamily": "\"Inter\", \"Noto Sans\", Helvetica, Arial, sans-serif;",

},
"paragraphExtraSmallBold": {
"fontFamily": "\"Inter\", \"Noto Sans\", Helvetica, Arial, sans-serif;",
"fontWeight": "600",
"fontSize": "0.75rem",
"lineHeight": "1.125rem",
"letterSpacing": "normal"
"paragraphBold": {
"fontWeight": "600"
},

@@ -139,0 +128,0 @@ "buttonPrimary": {

import * as typographyTokens from "./typography.json"
type TypeDefinition = {
fontFamily: string
fontWeight: string
fontSize: string
lineHeight: string
letterSpacing: string
}
type TypeWeightVariant = {
fontWeight: string
}
export interface Typography {
kz: {
typography: {
[key: string]: {
fontFamily: string
fontWeight: string
fontSize: string
lineHeight: string
letterSpacing: string
}
[key: string]: TypeDefinition | TypeWeightVariant
}

@@ -14,0 +20,0 @@ }

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