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.1 to 1.1.2

dist/types/color.d.ts.map

9

CHANGELOG.md
# Change Log
## 1.1.2
### Patch Changes
- Updated dependencies
[[`a58b724e9`](https://github.com/chakra-ui/chakra-ui/commit/a58b724e9c8656044f866b658f378662f2a44b46),
[`b724a9dd9`](https://github.com/chakra-ui/chakra-ui/commit/b724a9dd9429d02c0b2c7f7deac66d3553100bdc)]:
- @chakra-ui/utils@1.5.0
## 1.1.1

@@ -4,0 +13,0 @@

1

dist/types/color.d.ts

@@ -89,1 +89,2 @@ import Color from "tinycolor2";

export {};
//# sourceMappingURL=color.d.ts.map

@@ -53,1 +53,2 @@ /// <reference types="react" />

}): any;
//# sourceMappingURL=component.d.ts.map

@@ -13,1 +13,2 @@ export interface BaseBreakpointConfig {

export declare const createBreakpoints: <T extends BaseBreakpointConfig>(config: T) => Breakpoints<T>;
//# sourceMappingURL=create-breakpoints.d.ts.map
export * from "./color";
export * from "./component";
export * from "./create-breakpoints";
//# sourceMappingURL=index.d.ts.map

6

package.json
{
"name": "@chakra-ui/theme-tools",
"version": "1.1.1",
"version": "1.1.2",
"description": "Set of helpers that makes theming and styling easier",

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

"dependencies": {
"@chakra-ui/utils": "1.4.0",
"@chakra-ui/utils": "1.5.0",
"@types/tinycolor2": "1.4.2",

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

"devDependencies": {
"@chakra-ui/system": "1.5.0"
"@chakra-ui/system": "1.6.0"
}
}
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