Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@chakra-ui/layout

Package Overview
Dependencies
Maintainers
4
Versions
518
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chakra-ui/layout - npm Package Compare versions

Comparing version 1.4.1 to 1.4.2

14

CHANGELOG.md
# Change Log
## 1.4.2
### Patch Changes
- [`3bc27c018`](https://github.com/chakra-ui/chakra-ui/commit/3bc27c0183d06f8e0d38ab8e6d7d793f20e883c8)
[#3765](https://github.com/chakra-ui/chakra-ui/pull/3765) Thanks
[@segunadebayo](https://github.com/segunadebayo)! - Fix RTL styles for
OrderedList and UnorderedList
- Updated dependencies
[[`8b5eb9654`](https://github.com/chakra-ui/chakra-ui/commit/8b5eb9654affe562795d38a19f732f84732a949d)]:
- @chakra-ui/utils@1.5.2
- @chakra-ui/icon@1.1.6
## 1.4.1

@@ -4,0 +18,0 @@

4

dist/cjs/list.js

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

styleType: "decimal",
marginLeft: "1em"
marginStart: "1em"
}, rest));

@@ -94,3 +94,3 @@ });

styleType: "initial",
marginLeft: "1em"
marginStart: "1em"
}, rest));

@@ -97,0 +97,0 @@ });

@@ -62,3 +62,3 @@ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }

styleType: "decimal",
marginLeft: "1em"
marginStart: "1em"
}, rest));

@@ -78,3 +78,3 @@ });

styleType: "initial",
marginLeft: "1em"
marginStart: "1em"
}, rest));

@@ -81,0 +81,0 @@ });

{
"name": "@chakra-ui/layout",
"version": "1.4.1",
"version": "1.4.2",
"description": "Chakra UI layout components that give you massive speed",

@@ -61,8 +61,8 @@ "keywords": [

"dependencies": {
"@chakra-ui/icon": "1.1.5",
"@chakra-ui/icon": "1.1.6",
"@chakra-ui/react-utils": "1.1.1",
"@chakra-ui/utils": "1.5.1"
"@chakra-ui/utils": "1.5.2"
},
"devDependencies": {
"@chakra-ui/system": "1.6.1",
"@chakra-ui/system": "1.6.2",
"react": "^17.0.1"

@@ -69,0 +69,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

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc