Socket
Socket
Sign inDemoInstall

@ta-interaktiv/contentbricks

Package Overview
Dependencies
Maintainers
4
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ta-interaktiv/contentbricks - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

dist/assets.d.ts

28

CHANGELOG.md
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [0.2.1](https://gitlab.com/ta-interaktiv/packages/compare/@ta-interaktiv/contentbricks@0.2.0...@ta-interaktiv/contentbricks@0.2.1) (2020-01-22)
### Bug Fixes
- better placeholder for chapterNav
([154f7ff](https://gitlab.com/ta-interaktiv/packages/commit/154f7ff043e922809500fea17bf777d93a4e5a94))
- better placeholder for Mdx-Component
([9160d51](https://gitlab.com/ta-interaktiv/packages/commit/9160d5123e7e862cd37593257d91d6793e11da1f))
- finished
([b15508b](https://gitlab.com/ta-interaktiv/packages/commit/b15508b1e2cb2e024da60fc6fd3a4f53a30a4484))
- improve content property docs
([df1ae0d](https://gitlab.com/ta-interaktiv/packages/commit/df1ae0d489d6f1220454678809510e9c8940eff1))
- same functionality for svg like image
([6dd6d3d](https://gitlab.com/ta-interaktiv/packages/commit/6dd6d3d3e31ca1e0a99f9c11c37f3e37ff022d6a))
# 0.2.0 (2020-01-10)

@@ -10,7 +25,10 @@

- actually better typings for react-scrollchor ([9e495e3](https://gitlab.com/ta-interaktiv/packages/commit/9e495e390341ff566fda5d3523c17e4621b9547b))
- add typings for react-scrollchor ([26ff08a](https://gitlab.com/ta-interaktiv/packages/commit/26ff08a5710721a79964cfa18fd9d77311eeeffa))
- actually better typings for react-scrollchor
([9e495e3](https://gitlab.com/ta-interaktiv/packages/commit/9e495e390341ff566fda5d3523c17e4621b9547b))
- add typings for react-scrollchor
([26ff08a](https://gitlab.com/ta-interaktiv/packages/commit/26ff08a5710721a79964cfa18fd9d77311eeeffa))
### Features
- add chapter navigation ([da6cfb4](https://gitlab.com/ta-interaktiv/packages/commit/da6cfb44703f927ff7e9ec85db713cb24f84b758))
- add chapter navigation
([da6cfb4](https://gitlab.com/ta-interaktiv/packages/commit/da6cfb44703f927ff7e9ec85db713cb24f84b758))

8

dist/image.d.ts

@@ -10,4 +10,6 @@ import { CSSProperties } from 'react';

source?: string;
proportions?: '16:9' | '4:5' | '1:1';
proportions?: string;
height?: string | [string, string];
oversized?: boolean;
oversizedSize?: number | string;
props?: any;

@@ -17,7 +19,9 @@ [key: string]: any;

export declare const Image: {
({ file, className, style, title, sub, source, height, proportions, ...props }: ImageProps): JSX.Element;
({ file, className, style, title, sub, source, height, proportions, oversized, oversizedSize, ...props }: ImageProps): JSX.Element;
defaultProps: {
className: string;
oversized: boolean;
oversizedSize: number;
};
};
//# sourceMappingURL=image.d.ts.map
/// <reference types="react" />
export interface MDXProps {
file?: {
default: Function;
default: (props: any) => JSX.Element;
};

@@ -6,0 +6,0 @@ noContainer?: boolean;

@@ -10,4 +10,6 @@ import { CSSProperties } from 'react';

source?: string;
proportions?: '16:9' | '4:5' | '1:1';
proportions?: string;
height?: string | [string, string];
oversized?: boolean;
oversizedSize?: number;
props?: any;

@@ -17,7 +19,9 @@ [key: string]: any;

export declare const Svg: {
({ file, className, style, title, sub, source, height, proportions, ...props }: SVGProps): JSX.Element;
({ file, className, style, title, sub, source, height, proportions, oversized, oversizedSize, ...props }: SVGProps): JSX.Element;
defaultProps: {
className: string;
oversized: boolean;
oversizedSize: number;
};
};
//# sourceMappingURL=svg.d.ts.map

@@ -10,4 +10,6 @@ import { CSSProperties } from 'react';

source?: string;
proportions?: '16:9' | '4:5' | '1:1';
proportions?: string;
height?: string | [string, string];
oversized?: boolean;
oversizedSize?: number | string;
props?: any;

@@ -17,7 +19,9 @@ [key: string]: any;

export declare const Image: {
({ file, className, style, title, sub, source, height, proportions, ...props }: ImageProps): JSX.Element;
({ file, className, style, title, sub, source, height, proportions, oversized, oversizedSize, ...props }: ImageProps): JSX.Element;
defaultProps: {
className: string;
oversized: boolean;
oversizedSize: number;
};
};
//# sourceMappingURL=image.d.ts.map
/// <reference types="react" />
export interface MDXProps {
file?: {
default: Function;
default: (props: any) => JSX.Element;
};

@@ -6,0 +6,0 @@ noContainer?: boolean;

@@ -10,4 +10,6 @@ import { CSSProperties } from 'react';

source?: string;
proportions?: '16:9' | '4:5' | '1:1';
proportions?: string;
height?: string | [string, string];
oversized?: boolean;
oversizedSize?: number;
props?: any;

@@ -17,7 +19,9 @@ [key: string]: any;

export declare const Svg: {
({ file, className, style, title, sub, source, height, proportions, ...props }: SVGProps): JSX.Element;
({ file, className, style, title, sub, source, height, proportions, oversized, oversizedSize, ...props }: SVGProps): JSX.Element;
defaultProps: {
className: string;
oversized: boolean;
oversizedSize: number;
};
};
//# sourceMappingURL=svg.d.ts.map
{
"name": "@ta-interaktiv/contentbricks",
"version": "0.2.0",
"version": "0.2.1",
"description": "> TODO: description",

@@ -45,3 +45,3 @@ "author": "Sebastian Broschinski <sebastian.broschinski@tamedia.ch>",

},
"gitHead": "928ef7606fdf82d43f093b5a030b5f218c960f5a"
"gitHead": "0902340f1c007273f8776a12b40b3c8ef8e80423"
}

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

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