Socket
Socket
Sign inDemoInstall

@entur/chip

Package Overview
Dependencies
4
Maintainers
13
Versions
191
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.3.24 to 0.3.25

4

CHANGELOG.md

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

## [0.3.25](https://bitbucket.org/enturas/design-system/compare/@entur/chip@0.3.24...@entur/chip@0.3.25) (2020-08-19)
**Note:** Version bump only for package @entur/chip
## [0.3.24](https://bitbucket.org/enturas/design-system/compare/@entur/chip@0.3.23...@entur/chip@0.3.24) (2020-08-14)

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

20

dist/chip.cjs.development.js

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

{
"name": "@entur/chip",
"version": "0.3.24",
"version": "0.3.25",
"license": "EUPL-1.2",

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

"dependencies": {
"@entur/form": "^3.4.0",
"@entur/form": "^3.4.1",
"@entur/tokens": "^1.4.0",

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

},
"gitHead": "8e45b891483f81d2b658f1a47a9db39e1ab63bd3"
"gitHead": "0486654fb48b87c6254cb641ad15809393abec67"
}

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