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

@front10/card

Package Overview
Dependencies
Maintainers
5
Versions
103
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@front10/card - npm Package Compare versions

Comparing version 0.76.2 to 0.78.2

36

CHANGELOG.md

@@ -0,3 +1,39 @@

# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [0.78.2](https://gitlab.com/front10-devs/front10-ui/compare/v0.78.1...v0.78.2) (2020-11-12)
### Bug Fixes
* carousel auto-height not filling the whole track ([ef63458](https://gitlab.com/front10-devs/front10-ui/commit/ef63458b48d5868f7fb9584cde9fb099042df1d8))
# @front10/card
## 0.78.0
### Patch Changes
- Updated dependencies [2cee9b5]
- @front10/base-elements@0.78.0
## 0.77.0
### Minor Changes
- 79ad4ba: The timeout was removed from the container query, because it was creating subtle bugs. We may have it back later if we find a workaround.
### Patch Changes
- Updated dependencies [79ad4ba]
- Updated dependencies [10aa2b9]
- @front10/base-elements@0.77.0
- @front10/utils@0.77.0
## 0.4.0

@@ -4,0 +40,0 @@

18

dist/_commons/strings.d.ts

@@ -1,2 +0,1 @@

import { RefObject } from "react";
export declare function useTruncate(text: string, length: number): {

@@ -8,18 +7,1 @@ textToDisplay: string;

};
/** Get the size of component passed as reference
* @return {width: number, height: number} Return a object with width and height in pixels of DOM referred object
* @param ref RefObject<HTMLElement> Reference to object to track size
* @param timeOut number Milliseconds to call the function
* @example 1 Examples of usage
*
* const size = useGetSize(objectRef,300); //Size will contain the width and height of objectRef in pixels
*
* @example 2
* const {width, height} = useGetSize(objectRef);
* //width and height contain the measures of object in pixels, the default timeout is 500ms
*
*/
export declare function useGetSize(ref: RefObject<HTMLElement>, timeOut?: number): {
width?: number | undefined;
height?: number | undefined;
};

1

dist/index.d.ts

@@ -26,2 +26,1 @@ export { Card, CardLayoutKey, CardProps } from "./Card";

export { InstagramM } from "./InstagramM";
export { useGetSize } from "./_commons/strings";
{
"version": "0.76.2",
"version": "0.78.2",
"license": "",

@@ -40,8 +40,8 @@ "main": "dist/index.js",

"dependencies": {
"@front10/base-elements": "^0.76.2",
"@front10/utils": "^0.76.2",
"@front10/base-elements": "^0.78.0",
"@front10/utils": "^0.77.0",
"@reach/visually-hidden": "^0.11.0",
"resize-observer-polyfill": "^1.5.1"
},
"gitHead": "d3068959acd009d32efb9bea8e659e89f8fe0833"
"gitHead": "a5b4e69ce6bdd0be9e4f70c438beba88cf79b097"
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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