Socket
Socket
Sign inDemoInstall

@entur/chip

Package Overview
Dependencies
6
Maintainers
13
Versions
191
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.3.15 to 0.3.16

6

CHANGELOG.md

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

## [0.3.16](https://bitbucket.org/enturas/design-system/compare/@entur/chip@0.3.15...@entur/chip@0.3.16) (2020-06-17)
### Bug Fixes
- fix wrong definition of forward referencing ([e5cad92](https://bitbucket.org/enturas/design-system/commits/e5cad92c59bc6453ab4dbe9a18c4c7e42dd7e00d))
## [0.3.15](https://bitbucket.org/enturas/design-system/compare/@entur/chip@0.3.14...@entur/chip@0.3.15) (2020-05-27)

@@ -8,0 +14,0 @@

2

dist/ActionChip.d.ts

@@ -11,2 +11,2 @@ import React from 'react';

};
export declare const ActionChip: React.RefForwardingComponent<HTMLButtonElement, ActionChipProps>;
export declare const ActionChip: React.ForwardRefExoticComponent<Pick<ActionChipProps, React.ReactText> & React.RefAttributes<HTMLButtonElement>>;

@@ -17,2 +17,2 @@ import React from 'react';

};
export declare const ChoiceChip: React.RefForwardingComponent<HTMLInputElement, ChoiceChipProps>;
export declare const ChoiceChip: React.ForwardRefExoticComponent<Pick<ChoiceChipProps, React.ReactText> & React.RefAttributes<HTMLInputElement>>;

@@ -13,2 +13,2 @@ import React from 'react';

};
export declare const FilterChip: React.RefForwardingComponent<HTMLInputElement, FilterChipProps>;
export declare const FilterChip: React.ForwardRefExoticComponent<Pick<FilterChipProps, React.ReactText> & React.RefAttributes<HTMLInputElement>>;

@@ -13,2 +13,2 @@ import React from 'react';

};
export declare const TagChip: React.RefForwardingComponent<HTMLButtonElement, TagChipProps>;
export declare const TagChip: React.ForwardRefExoticComponent<Pick<TagChipProps, React.ReactText> & React.RefAttributes<HTMLButtonElement>>;
{
"name": "@entur/chip",
"version": "0.3.15",
"version": "0.3.16",
"license": "EUPL-1.2",

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

"dependencies": {
"@entur/form": "^3.0.2",
"@entur/tokens": "^1.3.4",
"@entur/utils": "^0.2.8",
"@entur/form": "^3.0.3",
"@entur/tokens": "^1.3.5",
"@entur/utils": "^0.2.9",
"classnames": "^2.2.6"
},
"gitHead": "5e93f85ea08d0e5b71c666b717cbe0b59ffc5159"
"gitHead": "3a208d5a7728adceb92b3f53c460f0a6d8f31051"
}

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc