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.21 to 0.3.22

4

CHANGELOG.md

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

## [0.3.22](https://bitbucket.org/enturas/design-system/compare/@entur/chip@0.3.21...@entur/chip@0.3.22) (2020-07-24)
**Note:** Version bump only for package @entur/chip
## [0.3.21](https://bitbucket.org/enturas/design-system/compare/@entur/chip@0.3.20...@entur/chip@0.3.21) (2020-07-22)

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

20

dist/chip.cjs.development.js

@@ -28,5 +28,3 @@ 'use strict';

var ChoiceChipGroupContext =
/*#__PURE__*/
React.createContext(null);
var ChoiceChipGroupContext = /*#__PURE__*/React.createContext(null);
var ChoiceChipGroupContextProvider = ChoiceChipGroupContext.Provider;

@@ -43,5 +41,3 @@ var useChoiceChipGroupContext = function useChoiceChipGroupContext() {

var ChoiceChip =
/*#__PURE__*/
React.forwardRef(function (_ref, ref) {
var ChoiceChip = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
var className = _ref.className,

@@ -86,5 +82,3 @@ children = _ref.children,

var ActionChip =
/*#__PURE__*/
React.forwardRef(function (_ref, ref) {
var ActionChip = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
var children = _ref.children,

@@ -107,5 +101,3 @@ className = _ref.className,

var TagChip =
/*#__PURE__*/
React.forwardRef(function (_ref, ref) {
var TagChip = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
var children = _ref.children,

@@ -126,5 +118,3 @@ className = _ref.className,

var FilterChip =
/*#__PURE__*/
React.forwardRef(function (_ref, ref) {
var FilterChip = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
var className = _ref.className,

@@ -131,0 +121,0 @@ children = _ref.children,

@@ -22,5 +22,3 @@ import { warnAboutMissingStyles } from '@entur/utils';

var ChoiceChipGroupContext =
/*#__PURE__*/
React.createContext(null);
var ChoiceChipGroupContext = /*#__PURE__*/React.createContext(null);
var ChoiceChipGroupContextProvider = ChoiceChipGroupContext.Provider;

@@ -37,5 +35,3 @@ var useChoiceChipGroupContext = function useChoiceChipGroupContext() {

var ChoiceChip =
/*#__PURE__*/
React.forwardRef(function (_ref, ref) {
var ChoiceChip = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
var className = _ref.className,

@@ -80,5 +76,3 @@ children = _ref.children,

var ActionChip =
/*#__PURE__*/
React.forwardRef(function (_ref, ref) {
var ActionChip = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
var children = _ref.children,

@@ -101,5 +95,3 @@ className = _ref.className,

var TagChip =
/*#__PURE__*/
React.forwardRef(function (_ref, ref) {
var TagChip = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
var children = _ref.children,

@@ -120,5 +112,3 @@ className = _ref.className,

var FilterChip =
/*#__PURE__*/
React.forwardRef(function (_ref, ref) {
var FilterChip = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
var className = _ref.className,

@@ -125,0 +115,0 @@ children = _ref.children,

{
"name": "@entur/chip",
"version": "0.3.21",
"version": "0.3.22",
"license": "EUPL-1.2",

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

"dependencies": {
"@entur/form": "^3.2.0",
"@entur/form": "^3.2.1",
"@entur/tokens": "^1.3.6",

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

},
"gitHead": "0305e941b14a5805011aa769166595fc3ca643ea"
"gitHead": "5bd815e773f09a8c8fb37233dd078107051bbcea"
}

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