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

@clearkit/one

Package Overview
Dependencies
Maintainers
4
Versions
102
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@clearkit/one - npm Package Compare versions

Comparing version 0.19.0 to 0.20.0

17

dist/clearkit-one.js

@@ -292,2 +292,15 @@ module.exports = {

},
"maxHeight": {
"xs": "20rem",
"sm": "24rem",
"md": "28rem",
"lg": "32rem",
"xl": "36rem",
"2xl": "42rem",
"3xl": "48rem",
"4xl": "56rem",
"5xl": "64rem",
"6xl": "72rem",
"full": "100%"
},
"screens": {

@@ -793,6 +806,2 @@ "sm": "640px",

},
"maxHeight": {
"full": "100%",
"screen": "100vh"
},
"maxWidth": {

@@ -799,0 +808,0 @@ "xs": "20rem",

@@ -8,2 +8,3 @@ export interface Theme {

boxShadow: BoxShadow;
maxHeight: Max;
screens: Screens;

@@ -29,4 +30,3 @@ spacing: Height;

margin: { [key: string]: string };
maxHeight: MaxHeight;
maxWidth: MaxWidth;
maxWidth: Max;
minHeight: MinHeight;

@@ -261,8 +261,3 @@ minWidth: MinWidth;

export interface MaxHeight {
full: string;
screen: string;
}
export interface MaxWidth {
export interface Max {
xs: string;

@@ -269,0 +264,0 @@ sm: string;

{
"name": "@clearkit/one",
"version": "0.19.0",
"version": "0.20.0",
"description": "ClearKit One",

@@ -18,4 +18,4 @@ "main": "dist/clearkit-one.js",

"devDependencies": {
"@clearkit/core": "^0.4.0",
"@clearkit/react": "^0.22.0",
"@clearkit/core": "^0.5.0",
"@clearkit/react": "^0.30.0",
"classes": "^0.3.0",

@@ -22,0 +22,0 @@ "color": "^3.1.2",

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