Socket
Socket
Sign inDemoInstall

@chakra-ui/styled-system

Package Overview
Dependencies
Maintainers
4
Versions
474
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chakra-ui/styled-system - npm Package Compare versions

Comparing version 1.10.4 to 1.10.5

dist/cjs/create-theme-vars/calc.js

15

CHANGELOG.md
# Change Log
## 1.10.5
### Patch Changes
- [`07d15eab4`](https://github.com/chakra-ui/chakra-ui/commit/07d15eab480724f8fee1a09b7cecdf1e968d9ddd)
[#3850](https://github.com/chakra-ui/chakra-ui/pull/3850) Thanks
[@TimKolberger](https://github.com/TimKolberger)! - Refactored the creation of
the theme css vars
- Updated dependencies
[[`d0f50a46e`](https://github.com/chakra-ui/chakra-ui/commit/d0f50a46ea6c2bcf06d8cad8b9b3994fd934be01),
[`b479ff22e`](https://github.com/chakra-ui/chakra-ui/commit/b479ff22ea10c1a1393224c37c36aa6ceabc4aab),
[`07d15eab4`](https://github.com/chakra-ui/chakra-ui/commit/07d15eab480724f8fee1a09b7cecdf1e968d9ddd)]:
- @chakra-ui/utils@1.8.0
## 1.10.4

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

8

dist/cjs/index.js

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

var _cssVar = require("./css-var");
var _createThemeVars = require("./create-theme-vars");
Object.keys(_cssVar).forEach(function (key) {
Object.keys(_createThemeVars).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
if (key in exports && exports[key] === _cssVar[key]) return;
exports[key] = _cssVar[key];
if (key in exports && exports[key] === _createThemeVars[key]) return;
exports[key] = _createThemeVars[key];
});

@@ -63,0 +63,0 @@

@@ -6,4 +6,4 @@ export * from "./config";

export * from "./system";
export * from "./css-var";
export * from "./create-theme-vars";
export { tokenToCSSVar } from "./create-transform";
//# sourceMappingURL=index.js.map
import { Dict } from "@chakra-ui/utils";
import type { ThemeScale } from "./css-var";
import type { ThemeScale } from "./create-theme-vars";
import type { Transform } from "./types";

@@ -4,0 +4,0 @@ export declare const px: (value: number | string) => string;

@@ -6,5 +6,5 @@ export * from "./config";

export * from "./system";
export * from "./css-var";
export * from "./create-theme-vars";
export type { ResponsiveValue } from "./utils";
export { tokenToCSSVar } from "./create-transform";
//# sourceMappingURL=index.d.ts.map
import { Dict } from "@chakra-ui/utils";
import * as CSS from "csstype";
import { ThemeScale } from "./css-var";
import { ThemeScale } from "./create-theme-vars";
import type { CssTheme, Transform } from "./types";

@@ -5,0 +5,0 @@ declare type CSSProp = keyof CSS.Properties | (string & {});

{
"name": "@chakra-ui/styled-system",
"version": "1.10.4",
"version": "1.10.5",
"description": "Style function for css-in-js building component libraries",

@@ -57,5 +57,5 @@ "keywords": [

"dependencies": {
"@chakra-ui/utils": "1.7.0",
"@chakra-ui/utils": "1.8.0",
"csstype": "^3.0.6"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc