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.2 to 0.1.3

dist/media-queries.css

8

dist/index.d.ts
/**
* Do not edit directly
* Generated on Wed, 18 May 2022 16:10:40 GMT
* Generated on Thu, 02 Jun 2022 15:25:13 GMT
*/

@@ -120,2 +120,6 @@

export const Spacing7 : string;
export const Spacing8 : string;
export const Spacing8 : string;
export const ViewportMobile : number;
export const ViewportTablet : string;
export const ViewportDesktop : string;
export const ViewportWide : string;
/**
* Do not edit directly
* Generated on Wed, 18 May 2022 16:10:40 GMT
* Generated on Thu, 02 Jun 2022 15:25:13 GMT
*/

@@ -120,2 +120,6 @@

export const Spacing7 = "28px";
export const Spacing8 = "32px";
export const Spacing8 = "32px";
export const ViewportMobile = 0;
export const ViewportTablet = "740px";
export const ViewportDesktop = "992px";
export const ViewportWide = "1200px";
/**
* Do not edit directly
* Generated on Wed, 18 May 2022 16:10:40 GMT
* Generated on Thu, 02 Jun 2022 15:25:13 GMT
*/

@@ -2295,3 +2295,73 @@

}
},
"viewport": {
"mobile": {
"value": 0,
"filePath": "src/viewport.yaml",
"isSource": true,
"original": {
"value": 0
},
"name": "ViewportMobile",
"attributes": {
"category": "viewport",
"type": "mobile"
},
"path": [
"viewport",
"mobile"
]
},
"tablet": {
"value": "740px",
"filePath": "src/viewport.yaml",
"isSource": true,
"original": {
"value": "740px"
},
"name": "ViewportTablet",
"attributes": {
"category": "viewport",
"type": "tablet"
},
"path": [
"viewport",
"tablet"
]
},
"desktop": {
"value": "992px",
"filePath": "src/viewport.yaml",
"isSource": true,
"original": {
"value": "992px"
},
"name": "ViewportDesktop",
"attributes": {
"category": "viewport",
"type": "desktop"
},
"path": [
"viewport",
"desktop"
]
},
"wide": {
"value": "1200px",
"filePath": "src/viewport.yaml",
"isSource": true,
"original": {
"value": "1200px"
},
"name": "ViewportWide",
"attributes": {
"category": "viewport",
"type": "wide"
},
"path": [
"viewport",
"wide"
]
}
}
};
{
"name": "@launchpad-ui/tokens",
"version": "0.1.2",
"version": "0.1.3",
"publishConfig": {

@@ -25,10 +25,12 @@ "access": "public"

"./package.json": "./package.json",
"./index.css": "./dist/index.css"
"./index.css": "./dist/index.css",
"./media-queries.css": "./dist/media-queries.css"
},
"devDependencies": {
"style-dictionary": "^3.7.0",
"yaml": "^2.0.1"
"yaml": "^2.1.0"
},
"scripts": {
"build": "style-dictionary build --config ./sd.config.js",
"clean": "rm -rf dist",
"e2e": "exit 0",

@@ -35,0 +37,0 @@ "lint": "eslint '**/*.{ts,tsx,js}'",

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