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

@clarityhub/unity-core

Package Overview
Dependencies
Maintainers
2
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@clarityhub/unity-core - npm Package Compare versions

Comparing version 1.2.8 to 1.4.2

3

lib/borders.js

@@ -14,2 +14,5 @@ "use strict";

borderRadius: {
/**
* Pixel value
*/
default: 4,

@@ -16,0 +19,0 @@ rem: (0, _rem.default)(4)

@@ -6,4 +6,4 @@ "use strict";

});
exports.default = void 0;
var _default = {
exports.default = exports.types = void 0;
var colors = {
primary: {

@@ -58,2 +58,22 @@ default: '#566ad2'

};
var types = {
primary: {
background: colors.primary,
color: colors.white
},
danger: {
background: colors.danger,
color: colors.white
},
success: {
background: colors.success,
color: colors.white
},
brand: {
background: colors.brand,
color: colors.white
}
};
exports.types = types;
var _default = colors;
exports.default = _default;

@@ -1,1 +0,14 @@

"use strict";
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _default = {
xsmall: 0.5,
small: 1,
medium: 2,
large: 4,
xlarge: 8
};
exports.default = _default;

4

package.json
{
"name": "@clarityhub/unity-core",
"version": "1.2.8",
"version": "1.4.2",
"description": "Unity Design System for Clarity Hub",

@@ -22,3 +22,3 @@ "main": "lib/index.js",

},
"gitHead": "df9da2e96fa483abbd664b175dc22116bd659134"
"gitHead": "170b3b6d164cfccc8daf2ce9fa16eeeea16167d3"
}
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