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

@remirror/ui

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@remirror/ui - npm Package Compare versions

Comparing version 0.6.4-ci.1573124774.1 to 0.6.4

lib/tsdoc-metadata.json

14

lib/ui-hsl.d.ts

@@ -45,3 +45,3 @@ export interface ValidHSLObject {

*/
readonly h: number;
get h(): number;
/**

@@ -52,3 +52,3 @@ * Saturation

*/
readonly s: number;
get s(): number;
/**

@@ -59,3 +59,3 @@ * Lightness

*/
readonly l: number;
get l(): number;
/**

@@ -66,3 +66,3 @@ * Alpha

*/
readonly a: number;
get a(): number;
/**

@@ -76,5 +76,5 @@ * Brightness

*/
readonly brightness: number;
readonly isDark: boolean;
readonly isLight: boolean;
get brightness(): number;
get isDark(): boolean;
get isLight(): boolean;
/**

@@ -81,0 +81,0 @@ * Returns the object representation of the hsl class.

@@ -8,3 +8,3 @@ {

"repository": "https://github.com/ifiokjr/remirror/tree/master/@remirror/ui",
"version": "0.6.4-ci.1573124774.1+0ebb5233",
"version": "0.6.4",
"main": "lib/index.js",

@@ -19,5 +19,5 @@ "module": "lib/dist/ui.esm.js",

"@babel/runtime": "^7",
"@remirror/core-constants": "^0.6.3",
"@remirror/core-helpers": "^0.6.4-ci.1573124774.1+0ebb5233",
"@remirror/core-types": "^0.6.4-ci.1573124774.1+0ebb5233",
"@remirror/core-constants": "0.6.4",
"@remirror/core-helpers": "0.6.4",
"@remirror/core-types": "0.6.4",
"@styled-system/css": "^5.0.23",

@@ -41,3 +41,3 @@ "@types/styled-system__css": "^5.0.4",

"sideEffects": false,
"gitHead": "0ebb52333284f08a679816394d9b5ce1359da48a"
"gitHead": "751e45465f03d22f777343bfddfaae4ce89f18a5"
}

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