Socket
Socket
Sign inDemoInstall

@entur/layout

Package Overview
Dependencies
Maintainers
12
Versions
153
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@entur/layout - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

4

CHANGELOG.md

@@ -6,2 +6,6 @@ # Change Log

## [0.2.1](https://bitbucket.org/enturas/design-system/compare/@entur/layout@0.2.0...@entur/layout@0.2.1) (2019-10-22)
**Note:** Version bump only for package @entur/layout
# 0.2.0 (2019-10-07)

@@ -8,0 +12,0 @@

11

dist/index.d.ts

@@ -1,11 +0,10 @@

import React from 'react';
import './styles.scss';
import React from "react";
declare type ContrastProps = {
/** Element to render */
/** HTML-elementet eller React-komponenten som rendres */
as?: string | React.ElementType;
/** Additional class names */
/** Ekstra klassenavn */
className?: string;
[key: string]: any;
};
export declare const Contrast: React.FC<ContrastProps>;
export {};
declare const Contrast: React.FC<ContrastProps>;
export { Contrast };
{
"name": "@entur/layout",
"version": "0.2.0",
"version": "0.2.1",
"license": "EUPL-1.2",

@@ -35,3 +35,3 @@ "main": "dist/index.js",

},
"gitHead": "831e395503aa7f4a5703f452eb4df97140f961e8"
"gitHead": "77dbc3aa668a5bcb32c44145191a24849d10e3e8"
}

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