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

@entur/icons

Package Overview
Dependencies
Maintainers
13
Versions
144
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@entur/icons - npm Package Compare versions

Comparing version 1.13.1 to 1.14.0

dist/index.d.ts

16

CHANGELOG.md

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

# [1.14.0](https://bitbucket.org/enturas/design-system/compare/@entur/icons@1.13.1...@entur/icons@1.14.0) (2020-10-16)
### Bug Fixes
- **types:** add prop spread fix in typings ([58d08f4](https://bitbucket.org/enturas/design-system/commits/58d08f40897ebeac3876feb756d356ce69344dd8))
- fix colors for payment icons ([63a90db](https://bitbucket.org/enturas/design-system/commits/63a90db49d347e434c4a46faf08e6516edaf6569))
### Features
- add vippslogo icon ([a703253](https://bitbucket.org/enturas/design-system/commits/a703253ba99e812be2d838bf7d9c063de3b39a12))
- **icons:** add typings for all icons ([e55d644](https://bitbucket.org/enturas/design-system/commits/e55d644c1f961e8655b2817fd1347b5289c0b652))
- add animalfree icon ([a3fabde](https://bitbucket.org/enturas/design-system/commits/a3fabdeacd6fe2d91802a2d52ee429a8c08cb1b0))
- add mastercard icon ([3404b64](https://bitbucket.org/enturas/design-system/commits/3404b64163783bb081ac61e91307ae1c4a03095a))
- add vipps icon ([fc068db](https://bitbucket.org/enturas/design-system/commits/fc068dbda207722e323229975227f8d6340e68d8))
- add visa icon ([b2689d7](https://bitbucket.org/enturas/design-system/commits/b2689d70ff9fb1f086dcc0d7ccf7829dbf1c133b))
## [1.13.1](https://bitbucket.org/enturas/design-system/compare/@entur/icons@1.13.0...@entur/icons@1.13.1) (2020-10-09)

@@ -8,0 +24,0 @@

6

package.json
{
"name": "@entur/icons",
"version": "1.13.1",
"version": "1.14.0",
"license": "EUPL-1.2",

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

"react-native": "dist/index.esm.native.js",
"typings": "types/index.d.ts",
"typings": "dist/index.d.ts",
"files": [

@@ -52,3 +52,3 @@ "dist",

},
"gitHead": "eac1b4d7beec09ac6b5eb132e25dc999b68abe08"
"gitHead": "f83ca230c1a287afbec524dd81942cb8702e4c5d"
}

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

import React from 'react';
declare module '*.svg' {

@@ -7,1 +8,19 @@ const content: any;

declare module '@entur/icons';
export declare type IconProps = {
/**Ekstra klassenavn */
className?: string;
/** Om ikonet skal brukes inline i tekst
* @default false
*/
inline?: boolean;
/**Størrelse til ikonet. Trumfer `width` og `size` */
size?: string;
/** Bredde til ikonet (i px, em o.l.) */
width?: string;
/** Høden til ikonet (i px, em o.l.) */
height?: string;
/** Overskriver fargen til ikonet */
color?: string;
[key: string]: any;
};

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