@entur/dropdown
Advanced tools
Comparing version 1.3.7 to 1.3.8
@@ -6,2 +6,6 @@ # Change Log | ||
## [1.3.8](https://bitbucket.org/enturas/design-system/compare/@entur/dropdown@1.3.7...@entur/dropdown@1.3.8) (2020-08-19) | ||
**Note:** Version bump only for package @entur/dropdown | ||
## [1.3.7](https://bitbucket.org/enturas/design-system/compare/@entur/dropdown@1.3.6...@entur/dropdown@1.3.7) (2020-08-14) | ||
@@ -8,0 +12,0 @@ |
@@ -52,3 +52,5 @@ 'use strict'; | ||
var DownshiftContext = /*#__PURE__*/React.createContext(null); | ||
var DownshiftContext = | ||
/*#__PURE__*/ | ||
React.createContext(null); | ||
var DownshiftProvider = function DownshiftProvider(_ref) { | ||
@@ -647,3 +649,5 @@ var children = _ref.children, | ||
var MultiSelectContext = /*#__PURE__*/React.createContext(null); | ||
var MultiSelectContext = | ||
/*#__PURE__*/ | ||
React.createContext(null); | ||
@@ -650,0 +654,0 @@ var useMultiSelectContext = function useMultiSelectContext() { |
@@ -45,3 +45,5 @@ import { debounce, warnAboutMissingStyles } from '@entur/utils'; | ||
var DownshiftContext = /*#__PURE__*/React.createContext(null); | ||
var DownshiftContext = | ||
/*#__PURE__*/ | ||
React.createContext(null); | ||
var DownshiftProvider = function DownshiftProvider(_ref) { | ||
@@ -640,3 +642,5 @@ var children = _ref.children, | ||
var MultiSelectContext = /*#__PURE__*/React.createContext(null); | ||
var MultiSelectContext = | ||
/*#__PURE__*/ | ||
React.createContext(null); | ||
@@ -643,0 +647,0 @@ var useMultiSelectContext = function useMultiSelectContext() { |
{ | ||
"name": "@entur/dropdown", | ||
"version": "1.3.7", | ||
"version": "1.3.8", | ||
"license": "EUPL-1.2", | ||
@@ -30,8 +30,8 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@entur/a11y": "^0.2.25", | ||
"@entur/chip": "^0.3.24", | ||
"@entur/form": "^3.4.0", | ||
"@entur/icons": "^1.10.0", | ||
"@entur/a11y": "^0.2.26", | ||
"@entur/chip": "^0.3.25", | ||
"@entur/form": "^3.4.1", | ||
"@entur/icons": "^1.11.0", | ||
"@entur/tokens": "^1.4.0", | ||
"@entur/tooltip": "^2.2.4", | ||
"@entur/tooltip": "^2.2.5", | ||
"@entur/utils": "^0.2.9", | ||
@@ -41,3 +41,3 @@ "classnames": "^2.2.6", | ||
}, | ||
"gitHead": "8e45b891483f81d2b658f1a47a9db39e1ab63bd3" | ||
"gitHead": "0486654fb48b87c6254cb641ad15809393abec67" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
278729
2083
245
3
7
0
65
Updated@entur/a11y@^0.2.26
Updated@entur/chip@^0.3.25
Updated@entur/form@^3.4.1
Updated@entur/icons@^1.11.0
Updated@entur/tooltip@^2.2.5