@front10/base-elements
Advanced tools
Comparing version 0.95.0 to 0.96.0
@@ -6,2 +6,14 @@ # Change Log | ||
# [0.96.0](https://gitlab.com/front10-devs/front10-ui/compare/v0.95.0...v0.96.0) (2021-02-25) | ||
### Bug Fixes | ||
* Adjust minimum breakpoint ([4d52ff4](https://gitlab.com/front10-devs/front10-ui/commit/4d52ff4f2c4c085663d9feb560db4a63c259fea3)) | ||
* Use more appropriate mobile breakpoints ([4aa54a3](https://gitlab.com/front10-devs/front10-ui/commit/4aa54a32d7b63f5263271d587893533c2a9b230f)) | ||
# [0.95.0](https://gitlab.com/front10-devs/front10-ui/compare/v0.94.0...v0.95.0) (2021-02-22) | ||
@@ -8,0 +20,0 @@ |
@@ -40,4 +40,3 @@ export { AspectRatio, get } from "theme-ui"; | ||
export * from "./Carousel"; | ||
export { CarouselSkeleton } from "./CarouselSkeleton"; | ||
export { Skeleton } from "./Skeleton/Skeleton"; | ||
export { SkeletonLines } from "./Skeleton/SkeletonLines"; |
{ | ||
"version": "0.95.0", | ||
"version": "0.96.0", | ||
"license": "", | ||
@@ -42,3 +42,3 @@ "main": "dist/front10-base-elements.cjs.js", | ||
"@babel/runtime": "^7.12.5", | ||
"@front10/utils": "^0.95.0", | ||
"@front10/utils": "^0.96.0", | ||
"@reach/visually-hidden": "^0.11.0", | ||
@@ -57,3 +57,3 @@ "@theme-ui/components": "^0.4.0-rc.13", | ||
}, | ||
"gitHead": "6958362d08a87ae4ba7a99ef566e751e36f611d2" | ||
"gitHead": "bc7ffe908b5b6c1abf3e9fdcc8f2fc18c0b704ed" | ||
} |
@@ -39,3 +39,3 @@ import * as React from "react"; | ||
// TODO: We could use theme.breakpoints or something else inside the theme instead. | ||
const defaultBreakpoints = [375, 425, 768, 1024, 1280]; | ||
const defaultBreakpoints = [480, 640, 768, 1024, 1280, 1536]; | ||
@@ -42,0 +42,0 @@ export function useContainerValue<E extends HTMLElement>( |
@@ -40,4 +40,3 @@ export { AspectRatio, get } from "theme-ui"; | ||
export * from "./Carousel"; | ||
export { CarouselSkeleton } from "./CarouselSkeleton"; | ||
export { Skeleton } from "./Skeleton/Skeleton"; | ||
export { SkeletonLines } from "./Skeleton/SkeletonLines"; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
718877
118
12977
+ Added@front10/utils@0.96.0(transitive)
- Removed@front10/utils@0.95.0(transitive)
Updated@front10/utils@^0.96.0