Socket
Socket
Sign inDemoInstall

@chakra-ui/theme-tools

Package Overview
Dependencies
Maintainers
4
Versions
479
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chakra-ui/theme-tools - npm Package Compare versions

Comparing version 1.1.7 to 1.1.8

8

CHANGELOG.md
# Change Log
## 1.1.8
### Patch Changes
- Updated dependencies
[[`4a1e4d93b`](https://github.com/chakra-ui/chakra-ui/commit/4a1e4d93b0a07df7266d40bb66039385b158d3d1)]:
- @chakra-ui/utils@1.8.1
## 1.1.7

@@ -4,0 +12,0 @@

2

dist/cjs/color.js

@@ -69,3 +69,3 @@ "use strict";

* @param color - the color in hex, rgb, or hsl
* @param amount - the amount white to add
* @param opacity - the amount of opacity the color should have (0-1)
*/

@@ -72,0 +72,0 @@

@@ -40,3 +40,3 @@ import Color from "tinycolor2";

* @param color - the color in hex, rgb, or hsl
* @param amount - the amount white to add
* @param opacity - the amount of opacity the color should have (0-1)
*/

@@ -43,0 +43,0 @@

@@ -28,3 +28,3 @@ import Color from "tinycolor2";

* @param color - the color in hex, rgb, or hsl
* @param amount - the amount white to add
* @param opacity - the amount of opacity the color should have (0-1)
*/

@@ -31,0 +31,0 @@ export declare const transparentize: (color: string, opacity: number) => (theme: Dict) => string;

{
"name": "@chakra-ui/theme-tools",
"version": "1.1.7",
"version": "1.1.8",
"description": "Set of helpers that makes theming and styling easier",

@@ -53,3 +53,3 @@ "keywords": [

"dependencies": {
"@chakra-ui/utils": "1.8.0",
"@chakra-ui/utils": "1.8.1",
"@types/tinycolor2": "1.4.2",

@@ -62,4 +62,4 @@ "tinycolor2": "1.4.2"

"devDependencies": {
"@chakra-ui/system": "1.6.5"
"@chakra-ui/system": "1.7.1"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc