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

@front10/base-elements

Package Overview
Dependencies
Maintainers
5
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@front10/base-elements - npm Package Compare versions

Comparing version 0.95.0 to 0.96.0

12

CHANGELOG.md

@@ -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 @@

1

dist/declarations/src/index.d.ts

@@ -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

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