Socket
Socket
Sign inDemoInstall

@launchpad-ui/tokens

Package Overview
Dependencies
Maintainers
1
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@launchpad-ui/tokens - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

6

dist/index.d.ts
/**
* Do not edit directly
* Generated on Thu, 02 Jun 2022 15:25:13 GMT
* Generated on Fri, 03 Jun 2022 20:54:54 GMT
*/

@@ -112,2 +112,6 @@

export const OsmoFontSizeGiga : string;
export const LineHeightSmaller : number;
export const LineHeightSmall : number;
export const LineHeightBase : number;
export const LineHeightLarge : number;
export const Spacing0 : string;

@@ -114,0 +118,0 @@ export const Spacing1 : string;

/**
* Do not edit directly
* Generated on Thu, 02 Jun 2022 15:25:13 GMT
* Generated on Fri, 03 Jun 2022 20:54:54 GMT
*/

@@ -112,2 +112,6 @@

export const OsmoFontSizeGiga = "4.6rem";
export const LineHeightSmaller = 1.12;
export const LineHeightSmall = 1.285714286;
export const LineHeightBase = 1.5;
export const LineHeightLarge = 2;
export const Spacing0 = "0px";

@@ -114,0 +118,0 @@ export const Spacing1 = "4px";

/**
* Do not edit directly
* Generated on Thu, 02 Jun 2022 15:25:13 GMT
* Generated on Fri, 03 Jun 2022 20:54:54 GMT
*/

@@ -2141,2 +2141,72 @@

},
"line-height": {
"smaller": {
"value": 1.12,
"filePath": "src/font.yaml",
"isSource": true,
"original": {
"value": 1.12
},
"name": "LineHeightSmaller",
"attributes": {
"category": "line-height",
"type": "smaller"
},
"path": [
"line-height",
"smaller"
]
},
"small": {
"value": 1.285714286,
"filePath": "src/font.yaml",
"isSource": true,
"original": {
"value": 1.285714286
},
"name": "LineHeightSmall",
"attributes": {
"category": "line-height",
"type": "small"
},
"path": [
"line-height",
"small"
]
},
"base": {
"value": 1.5,
"filePath": "src/font.yaml",
"isSource": true,
"original": {
"value": 1.5
},
"name": "LineHeightBase",
"attributes": {
"category": "line-height",
"type": "base"
},
"path": [
"line-height",
"base"
]
},
"large": {
"value": 2,
"filePath": "src/font.yaml",
"isSource": true,
"original": {
"value": 2
},
"name": "LineHeightLarge",
"attributes": {
"category": "line-height",
"type": "large"
},
"path": [
"line-height",
"large"
]
}
},
"spacing": {

@@ -2143,0 +2213,0 @@ "0": {

2

package.json
{
"name": "@launchpad-ui/tokens",
"version": "0.1.3",
"version": "0.1.4",
"publishConfig": {

@@ -5,0 +5,0 @@ "access": "public"

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