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

@hig/dropdown

Package Overview
Dependencies
Maintainers
7
Versions
142
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hig/dropdown - npm Package Compare versions

Comparing version 2.4.0 to 2.4.1

7

build/index.es.js

@@ -967,2 +967,3 @@ import React, { Component } from 'react';

required = _this$props.required,
tabIndex = _this$props.tabIndex,
typable = _this$props.typable,

@@ -972,3 +973,3 @@ value = _this$props.value,

error = _this$props.error,
otherProps = _objectWithoutProperties$5(_this$props, ["children", "defaultValue", "disabled", "formatOption", "id", "multiple", "onBlur", "onChange", "onFocus", "onInputChange", "options", "placeholder", "renderOption", "required", "typable", "value", "variant", "error"]);
otherProps = _objectWithoutProperties$5(_this$props, ["children", "defaultValue", "disabled", "formatOption", "id", "multiple", "onBlur", "onChange", "onFocus", "onInputChange", "options", "placeholder", "renderOption", "required", "tabIndex", "typable", "value", "variant", "error"]);

@@ -1074,3 +1075,4 @@ /**

var className = otherProps.className;
var className = otherProps.className,
tabIndex = otherProps.tabIndex;

@@ -1092,2 +1094,3 @@ var inputClassName = className && className.split(" ").reduce(function (acc, cur) {

onInputChange: onInputChange,
tabIndex: tabIndex,
variant: variant,

@@ -1094,0 +1097,0 @@ className: inputClassName,

@@ -975,2 +975,3 @@ 'use strict';

required = _this$props.required,
tabIndex = _this$props.tabIndex,
typable = _this$props.typable,

@@ -980,3 +981,3 @@ value = _this$props.value,

error = _this$props.error,
otherProps = _objectWithoutProperties$5(_this$props, ["children", "defaultValue", "disabled", "formatOption", "id", "multiple", "onBlur", "onChange", "onFocus", "onInputChange", "options", "placeholder", "renderOption", "required", "typable", "value", "variant", "error"]);
otherProps = _objectWithoutProperties$5(_this$props, ["children", "defaultValue", "disabled", "formatOption", "id", "multiple", "onBlur", "onChange", "onFocus", "onInputChange", "options", "placeholder", "renderOption", "required", "tabIndex", "typable", "value", "variant", "error"]);

@@ -1082,3 +1083,4 @@ /**

var className = otherProps.className;
var className = otherProps.className,
tabIndex = otherProps.tabIndex;

@@ -1100,2 +1102,3 @@ var inputClassName = className && className.split(" ").reduce(function (acc, cur) {

onInputChange: onInputChange,
tabIndex: tabIndex,
variant: variant,

@@ -1102,0 +1105,0 @@ className: inputClassName,

@@ -0,1 +1,8 @@

# [@hig/dropdown-v2.4.1](https://github.com/Autodesk/hig/compare/@hig/dropdown@2.4.0...@hig/dropdown@2.4.1) (2021-10-06)
### Bug Fixes
* tabindex should go to input ([02f9f1b](https://github.com/Autodesk/hig/commit/02f9f1b))
# [@hig/dropdown-v2.4.0](https://github.com/Autodesk/hig/compare/@hig/dropdown@2.3.1...@hig/dropdown@2.4.0) (2021-01-14)

@@ -2,0 +9,0 @@

{
"name": "@hig/dropdown",
"version": "2.4.0",
"version": "2.4.1",
"description": "HIG Dropdown",

@@ -20,3 +20,3 @@ "author": "Autodesk Inc.",

"dependencies": {
"@hig/icons": "^3.2.0",
"@hig/icons": "^3.4.0",
"@hig/input": "^1.3.0",

@@ -31,3 +31,3 @@ "@hig/multi-downshift": "^1.0.0",

"@hig/theme-context": "^3.0.1",
"@hig/theme-data": "^2.19.2",
"@hig/theme-data": "^2.21.1",
"react": "^15.4.1 || ^16.3.2"

@@ -34,0 +34,0 @@ },

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