Socket
Socket
Sign inDemoInstall

@instructure/ui-date-input

Package Overview
Dependencies
Maintainers
31
Versions
1409
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@instructure/ui-date-input - npm Package Compare versions

Comparing version 6.4.1-rc.19 to 6.4.1-rc.20

9

es/DateInput/index.js

@@ -231,3 +231,3 @@ import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";

return React.createElement(TextInput, Object.assign({}, triggerProps, getInputProps({
label: callRenderProp(renderLabel || label),
renderLabel: callRenderProp(renderLabel || label),
value: value,

@@ -242,6 +242,5 @@ placeholder: placeholder,

inputRef: createChainedFunction(ref, this.handleInputRef),
disabled: interaction === 'disabled',
readOnly: interaction === 'readonly',
required: isRequired,
inline: isInline,
interaction: interaction,
isRequired: isRequired,
display: isInline ? 'inline-block' : 'block',
renderAfterInput: _ref5

@@ -248,0 +247,0 @@ })));

@@ -245,3 +245,3 @@ "use strict";

return _react.default.createElement(_TextInput.TextInput, Object.assign({}, triggerProps, getInputProps({
label: (0, _callRenderProp.callRenderProp)(renderLabel || label),
renderLabel: (0, _callRenderProp.callRenderProp)(renderLabel || label),
value: value,

@@ -256,6 +256,5 @@ placeholder: placeholder,

inputRef: (0, _createChainedFunction.createChainedFunction)(ref, this.handleInputRef),
disabled: interaction === 'disabled',
readOnly: interaction === 'readonly',
required: isRequired,
inline: isInline,
interaction: interaction,
isRequired: isRequired,
display: isInline ? 'inline-block' : 'block',
renderAfterInput: _ref5

@@ -262,0 +261,0 @@ })));

{
"name": "@instructure/ui-date-input",
"version": "6.4.1-rc.19+b330455b",
"version": "6.4.1-rc.20+3aedab84",
"description": "A UI component library made by Instructure Inc.",

@@ -23,19 +23,19 @@ "author": "Instructure, Inc. Engineering and Product Design",

"devDependencies": {
"@instructure/ui-babel-preset": "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-test-utils": "6.4.1-rc.20+3aedab84"
},
"dependencies": {
"@babel/runtime": "^7",
"@instructure/ui-calendar": "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-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/ui-calendar": "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-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",
"prop-types": "^15"

@@ -50,3 +50,3 @@ },

"sideEffects": false,
"gitHead": "b330455b58975a829f5370e95bb7e6ba98cadcee"
"gitHead": "3aedab8442429b5625d2571878fd6108d50bdd8c"
}

@@ -370,3 +370,3 @@ /*

{...getInputProps({
label: callRenderProp(renderLabel || label),
renderLabel: callRenderProp(renderLabel || label),
value,

@@ -381,6 +381,5 @@ placeholder,

inputRef: createChainedFunction(ref, this.handleInputRef),
disabled: interaction === 'disabled',
readOnly: interaction === 'readonly',
required: isRequired,
inline: isInline,
interaction,
isRequired,
display: isInline ? 'inline-block' : 'block',
renderAfterInput: <IconCalendarMonthLine inline={false} />

@@ -387,0 +386,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