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.0.4 to 1.1.0

dist/cjs/create-breakpoints.js

15

CHANGELOG.md
# Change Log
## 1.1.0
### Minor Changes
- [`d77f63415`](https://github.com/chakra-ui/chakra-ui/commit/d77f63415822ad26e4f6ed133e4869c07fa72306)
[#3463](https://github.com/chakra-ui/chakra-ui/pull/3463) Thanks
[@segunadebayo](https://github.com/segunadebayo)! - Update implementation of
create-breakpoints to reduce code logic. Add deprecation message
### Patch Changes
- Updated dependencies
[[`87cc23e14`](https://github.com/chakra-ui/chakra-ui/commit/87cc23e14814e02cbbfc9737c2356cef682ddd5d)]:
- @chakra-ui/utils@1.3.0
## 1.0.4

@@ -4,0 +19,0 @@

8

dist/cjs/index.js

@@ -21,9 +21,9 @@ "use strict";

var _breakpoints = require("./breakpoints");
var _createBreakpoints = require("./create-breakpoints");
Object.keys(_breakpoints).forEach(function (key) {
Object.keys(_createBreakpoints).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (key in exports && exports[key] === _breakpoints[key]) return;
exports[key] = _breakpoints[key];
if (key in exports && exports[key] === _createBreakpoints[key]) return;
exports[key] = _createBreakpoints[key];
});
//# sourceMappingURL=index.js.map
export * from "./color";
export * from "./component";
export * from "./breakpoints";
export * from "./create-breakpoints";
//# sourceMappingURL=index.js.map
export * from "./color";
export * from "./component";
export * from "./breakpoints";
export * from "./create-breakpoints";
{
"name": "@chakra-ui/theme-tools",
"version": "1.0.4",
"version": "1.1.0",
"description": "Set of helpers that makes theming and styling easier",

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

"dependencies": {
"@chakra-ui/utils": "1.2.0",
"@chakra-ui/utils": "1.3.0",
"@types/tinycolor2": "1.4.2",

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

"devDependencies": {
"@chakra-ui/system": "1.3.0"
"@chakra-ui/system": "1.4.0"
}
}

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