Socket
Socket
Sign inDemoInstall

@chakra-ui/theme

Package Overview
Dependencies
Maintainers
4
Versions
639
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chakra-ui/theme - npm Package Compare versions

Comparing version 1.3.0 to 1.4.0

8

CHANGELOG.md
# Change Log
## 1.4.0
### Minor Changes
- [`ff7c3676`](https://github.com/chakra-ui/chakra-ui/commit/ff7c36764650dc7f01957c417eae1ec8ce356495)
Thanks [@segunadebayo](https://github.com/segunadebayo)! - Add the `2xl`
breakpoint to the theme which maps to `96em or 1536px`
## 1.3.0

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

2

dist/cjs/components/input.js

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

borderColor: (0, _themeTools.getColor)(theme, ec),
boxShadow: "0 0 0 1px " + (0, _themeTools.getColor)(theme, ec)
boxShadow: "0px 1px 0px 0px " + (0, _themeTools.getColor)(theme, ec)
},

@@ -176,0 +176,0 @@ _focus: {

@@ -15,3 +15,4 @@ "use strict";

lg: "62em",
xl: "80em"
xl: "80em",
"2xl": "96em"
});

@@ -18,0 +19,0 @@ var _default = breakpoints;

@@ -172,3 +172,3 @@ import { getColor, mode } from "@chakra-ui/theme-tools";

borderColor: getColor(theme, ec),
boxShadow: "0 0 0 1px " + getColor(theme, ec)
boxShadow: "0px 1px 0px 0px " + getColor(theme, ec)
},

@@ -175,0 +175,0 @@ _focus: {

@@ -10,5 +10,6 @@ import { createBreakpoints } from "@chakra-ui/theme-tools";

lg: "62em",
xl: "80em"
xl: "80em",
"2xl": "96em"
});
export default breakpoints;
//# sourceMappingURL=breakpoints.js.map

@@ -9,3 +9,4 @@ /**

xl: string;
"2xl": string;
}>;
export default breakpoints;

@@ -190,2 +190,3 @@ declare const foundations: {

xl: string;
"2xl": string;
}>;

@@ -192,0 +193,0 @@ zIndices: {

{
"name": "@chakra-ui/theme",
"version": "1.3.0",
"version": "1.4.0",
"description": "The default theme for chakra components",

@@ -60,4 +60,4 @@ "keywords": [

"devDependencies": {
"@chakra-ui/system": "1.1.3"
"@chakra-ui/system": "1.1.4"
}
}

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 too big to display

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