@chakra-ui/layout
Advanced tools
Comparing version 1.4.1 to 1.4.2
# 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 @@ |
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
309816
+ Added@chakra-ui/icon@1.1.6(transitive)
+ Added@chakra-ui/utils@1.5.2(transitive)
- Removed@chakra-ui/icon@1.1.5(transitive)
- Removed@chakra-ui/utils@1.5.1(transitive)
Updated@chakra-ui/icon@1.1.6
Updated@chakra-ui/utils@1.5.2