@instructure/ui-select
Advanced tools
Comparing version 6.4.1-rc.19 to 6.4.1-rc.20
@@ -438,3 +438,3 @@ import _defineProperty from "@babel/runtime/helpers/esm/defineProperty"; | ||
id: this.id, | ||
label: renderLabel, | ||
renderLabel: renderLabel, | ||
placeholder: placeholder, | ||
@@ -447,6 +447,5 @@ size: size, | ||
inputContainerRef: this.handleInputContainerRef, | ||
disabled: interaction === 'disabled', | ||
readOnly: interaction === 'readonly', | ||
required: isRequired, | ||
inline: isInline, | ||
interaction: interaction, | ||
isRequired: isRequired, | ||
display: isInline ? 'inline-block' : 'block', | ||
renderBeforeInput: renderBeforeInput, | ||
@@ -453,0 +452,0 @@ renderAfterInput: renderAfterInput || this.renderIcon(), |
@@ -456,3 +456,3 @@ "use strict"; | ||
id: this.id, | ||
label: renderLabel, | ||
renderLabel: renderLabel, | ||
placeholder: placeholder, | ||
@@ -465,6 +465,5 @@ size: size, | ||
inputContainerRef: this.handleInputContainerRef, | ||
disabled: interaction === 'disabled', | ||
readOnly: interaction === 'readonly', | ||
required: isRequired, | ||
inline: isInline, | ||
interaction: interaction, | ||
isRequired: isRequired, | ||
display: isInline ? 'inline-block' : 'block', | ||
renderBeforeInput: renderBeforeInput, | ||
@@ -471,0 +470,0 @@ renderAfterInput: renderAfterInput || this.renderIcon(), |
{ | ||
"name": "@instructure/ui-select", | ||
"version": "6.4.1-rc.19+b330455b", | ||
"version": "6.4.1-rc.20+3aedab84", | ||
"description": "A component for select and autocomplete behavior.", | ||
@@ -23,23 +23,23 @@ "author": "Instructure, Inc. Engineering and Product Design", | ||
"devDependencies": { | ||
"@instructure/ui-babel-preset": "6.4.1-rc.19+b330455b", | ||
"@instructure/ui-color-utils": "6.4.1-rc.19+b330455b", | ||
"@instructure/ui-test-utils": "6.4.1-rc.19+b330455b" | ||
"@instructure/ui-babel-preset": "6.4.1-rc.20+3aedab84", | ||
"@instructure/ui-color-utils": "6.4.1-rc.20+3aedab84", | ||
"@instructure/ui-test-utils": "6.4.1-rc.20+3aedab84" | ||
}, | ||
"dependencies": { | ||
"@babel/runtime": "^7", | ||
"@instructure/ui-dom-utils": "6.4.1-rc.19+b330455b", | ||
"@instructure/ui-elements": "6.4.1-rc.19+b330455b", | ||
"@instructure/ui-form-field": "6.4.1-rc.19+b330455b", | ||
"@instructure/ui-icons": "6.4.1-rc.19+b330455b", | ||
"@instructure/ui-layout": "6.4.1-rc.19+b330455b", | ||
"@instructure/ui-options": "6.4.1-rc.19+b330455b", | ||
"@instructure/ui-overlays": "6.4.1-rc.19+b330455b", | ||
"@instructure/ui-prop-types": "6.4.1-rc.19+b330455b", | ||
"@instructure/ui-react-utils": "6.4.1-rc.19+b330455b", | ||
"@instructure/ui-selectable": "6.4.1-rc.19+b330455b", | ||
"@instructure/ui-testable": "6.4.1-rc.19+b330455b", | ||
"@instructure/ui-text-input": "6.4.1-rc.19+b330455b", | ||
"@instructure/ui-themeable": "6.4.1-rc.19+b330455b", | ||
"@instructure/ui-utils": "6.4.1-rc.19+b330455b", | ||
"@instructure/uid": "6.4.1-rc.19+b330455b", | ||
"@instructure/ui-dom-utils": "6.4.1-rc.20+3aedab84", | ||
"@instructure/ui-elements": "6.4.1-rc.20+3aedab84", | ||
"@instructure/ui-form-field": "6.4.1-rc.20+3aedab84", | ||
"@instructure/ui-icons": "6.4.1-rc.20+3aedab84", | ||
"@instructure/ui-layout": "6.4.1-rc.20+3aedab84", | ||
"@instructure/ui-options": "6.4.1-rc.20+3aedab84", | ||
"@instructure/ui-overlays": "6.4.1-rc.20+3aedab84", | ||
"@instructure/ui-prop-types": "6.4.1-rc.20+3aedab84", | ||
"@instructure/ui-react-utils": "6.4.1-rc.20+3aedab84", | ||
"@instructure/ui-selectable": "6.4.1-rc.20+3aedab84", | ||
"@instructure/ui-testable": "6.4.1-rc.20+3aedab84", | ||
"@instructure/ui-text-input": "6.4.1-rc.20+3aedab84", | ||
"@instructure/ui-themeable": "6.4.1-rc.20+3aedab84", | ||
"@instructure/ui-utils": "6.4.1-rc.20+3aedab84", | ||
"@instructure/uid": "6.4.1-rc.20+3aedab84", | ||
"classnames": "^2", | ||
@@ -53,3 +53,3 @@ "prop-types": "^15", | ||
"sideEffects": false, | ||
"gitHead": "b330455b58975a829f5370e95bb7e6ba98cadcee" | ||
"gitHead": "3aedab8442429b5625d2571878fd6108d50bdd8c" | ||
} |
@@ -586,3 +586,3 @@ /* | ||
id: this.id, | ||
label: renderLabel, | ||
renderLabel, | ||
placeholder, | ||
@@ -595,6 +595,5 @@ size, | ||
inputContainerRef: this.handleInputContainerRef, | ||
disabled: interaction === 'disabled', | ||
readOnly: interaction === 'readonly', | ||
required: isRequired, | ||
inline: isInline, | ||
interaction, | ||
isRequired, | ||
display: isInline ? 'inline-block' : 'block', | ||
renderBeforeInput, | ||
@@ -601,0 +600,0 @@ renderAfterInput: renderAfterInput || this.renderIcon(), |
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
144058
2836