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

@entur/chip

Package Overview
Dependencies
Maintainers
13
Versions
207
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@entur/chip - npm Package Compare versions

Comparing version 0.3.37 to 0.3.38

6

CHANGELOG.md

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

## [0.3.38](https://bitbucket.org/enturas/design-system/compare/@entur/chip@0.3.37...@entur/chip@0.3.38) (2020-11-10)
### Bug Fixes
- **choice chip:** improve typing of onchange prop ([e790234](https://bitbucket.org/enturas/design-system/commits/e79023473e27c2c21016cb6394070a2ce8cd6f89))
## [0.3.37](https://bitbucket.org/enturas/design-system/compare/@entur/chip@0.3.36...@entur/chip@0.3.37) (2020-11-05)

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

2

dist/ChoiceChipGroup.d.ts

@@ -10,5 +10,5 @@ import React from 'react';

/** En callback som blir kalles hver gang en ChoiceChip klikkes på */
onChange: (e: React.ChangeEvent) => void;
onChange: (e: React.ChangeEvent<HTMLInputElement>) => void;
[key: string]: any;
};
export declare const ChoiceChipGroup: React.FC<ChoiceChipGroupProps>;
import React from 'react';
declare type ChoiceChipGroupContextProps = {
name: string;
onChange: (e: React.ChangeEvent) => void;
onChange: (e: React.ChangeEvent<HTMLInputElement>) => void;
value: string;

@@ -6,0 +6,0 @@ };

{
"name": "@entur/chip",
"version": "0.3.37",
"version": "0.3.38",
"license": "EUPL-1.2",

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

"dependencies": {
"@entur/form": "^4.0.5",
"@entur/form": "^4.0.6",
"@entur/tokens": "^2.0.0",

@@ -36,3 +36,3 @@ "@entur/utils": "^0.3.0",

},
"gitHead": "c6a3e4911427aea2d3d83bc0dc4fcbbeef3b7164"
"gitHead": "c7cd05a3c71df96ccbe7a874dce4eddc18c1d4de"
}

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