@chakra-ui/layout
Advanced tools
Comparing version 1.4.8 to 1.4.9
# Change Log | ||
## 1.4.9 | ||
### Patch Changes | ||
- [`83eecb75f`](https://github.com/chakra-ui/chakra-ui/commit/83eecb75f5bec58ea60e800122ce63c3d96c6a25) | ||
[#4560](https://github.com/chakra-ui/chakra-ui/pull/4560) Thanks | ||
[@take](https://github.com/take)! - Fix url for `LinkBox` component | ||
## 1.4.8 | ||
@@ -4,0 +12,0 @@ |
@@ -53,3 +53,3 @@ "use strict"; | ||
* | ||
* @see Docs https://www.chakra-ui.com/docs/link-overlay | ||
* @see Docs https://chakra-ui.com/docs/navigation/link-overlay | ||
* @see Resources https://www.sarasoueidan.com/blog/nested-links | ||
@@ -56,0 +56,0 @@ */ |
@@ -42,3 +42,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); } | ||
* | ||
* @see Docs https://www.chakra-ui.com/docs/link-overlay | ||
* @see Docs https://chakra-ui.com/docs/navigation/link-overlay | ||
* @see Resources https://www.sarasoueidan.com/blog/nested-links | ||
@@ -45,0 +45,0 @@ */ |
@@ -14,3 +14,3 @@ import { HTMLChakraProps } from "@chakra-ui/system"; | ||
* | ||
* @see Docs https://www.chakra-ui.com/docs/link-overlay | ||
* @see Docs https://chakra-ui.com/docs/navigation/link-overlay | ||
* @see Resources https://www.sarasoueidan.com/blog/nested-links | ||
@@ -17,0 +17,0 @@ */ |
{ | ||
"name": "@chakra-ui/layout", | ||
"version": "1.4.8", | ||
"version": "1.4.9", | ||
"description": "Chakra UI layout components that give you massive speed", | ||
@@ -67,3 +67,3 @@ "keywords": [ | ||
"devDependencies": { | ||
"@chakra-ui/system": "1.7.2", | ||
"@chakra-ui/system": "1.7.3", | ||
"react": "^17.0.1" | ||
@@ -70,0 +70,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
312035