New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@diana-ui/types

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@diana-ui/types - npm Package Compare versions

Comparing version 0.1.4 to 0.1.5

22

lib/types.d.ts

@@ -34,8 +34,29 @@ import React from "react";

export interface ISpaceUnit {
/**
* 4px
*/
xxs: string;
/**
* 8px
*/
xs: string;
/**
* 10.(66)px
*/
sm: string;
/**
* 16px
*/
md: string;
/**
* 24px
*/
lg: string;
/**
* 32px
*/
xl: string;
/**
* 48px
*/
xxl: string;

@@ -51,2 +72,3 @@ }

fontFamily: string;
fontSize: string | number;
fonts: any;

@@ -53,0 +75,0 @@ spaceUnit: ISpaceUnit;

@@ -34,8 +34,29 @@ import React from "react";

export interface ISpaceUnit {
/**
* 4px
*/
xxs: string;
/**
* 8px
*/
xs: string;
/**
* 10.(66)px
*/
sm: string;
/**
* 16px
*/
md: string;
/**
* 24px
*/
lg: string;
/**
* 32px
*/
xl: string;
/**
* 48px
*/
xxl: string;

@@ -51,2 +72,3 @@ }

fontFamily: string;
fontSize: string | number;
fonts: any;

@@ -53,0 +75,0 @@ spaceUnit: ISpaceUnit;

6

package.json
{
"name": "@diana-ui/types",
"version": "0.1.4",
"version": "0.1.5",
"main": "lib/types.js",

@@ -23,3 +23,3 @@ "module": "module/types.js",

"dependencies": {
"@diana-ui/tokens": "^0.1.4",
"@diana-ui/tokens": "^0.1.5",
"aesthetic": "^5.1.0",

@@ -45,3 +45,3 @@ "aesthetic-react": "^2.1.0"

},
"gitHead": "cfc3e13de277b94b9b7c4c9e275dbb79e2846cc1"
"gitHead": "c5cbd282395606691a1d6280b5a81673a3c1009f"
}
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