Socket
Socket
Sign inDemoInstall

@instructure/ui-date-input

Package Overview
Dependencies
Maintainers
35
Versions
1418
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 5.49.1-rc.10 to 5.49.1-rc.14

2

es/components/DateInput/__examples__/DateInput.examples.js

@@ -50,3 +50,3 @@ /*

propValues: {
placement: [undefined, // eslint-disable-line no-undefined
placement: [void 0, // eslint-disable-line no-undefined
'bottom center', 'start center', 'end center', 'top center']

@@ -53,0 +53,0 @@ },

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

value: function renderMonthNavigationButton() {
var type = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : 'prev';
var type = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : 'prev';
var _this$props4 = this.props,

@@ -444,3 +444,3 @@ renderPrevMonthButton = _this$props4.renderPrevMonthButton,

*/
renderWeekdayLabels: PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.func, PropTypes.node])),
renderWeekdayLabels: PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.func, PropTypes.node])).isRequired,

@@ -480,2 +480,3 @@ /**

inputRef: function inputRef(el) {},
messages: void 0,
placement: 'bottom center',

@@ -482,0 +483,0 @@ isShowingCalendar: false,

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

propValues: {
placement: [undefined, // eslint-disable-line no-undefined
placement: [void 0, // eslint-disable-line no-undefined
'bottom center', 'start center', 'end center', 'top center']

@@ -63,0 +63,0 @@ },

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

value: function renderMonthNavigationButton() {
var type = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : 'prev';
var type = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : 'prev';
var _this$props4 = this.props,

@@ -454,3 +454,3 @@ renderPrevMonthButton = _this$props4.renderPrevMonthButton,

*/
renderWeekdayLabels: _propTypes.default.arrayOf(_propTypes.default.oneOfType([_propTypes.default.func, _propTypes.default.node])),
renderWeekdayLabels: _propTypes.default.arrayOf(_propTypes.default.oneOfType([_propTypes.default.func, _propTypes.default.node])).isRequired,

@@ -490,2 +490,3 @@ /**

inputRef: function inputRef(el) {},
messages: void 0,
placement: 'bottom center',

@@ -492,0 +493,0 @@ isShowingCalendar: false,

{
"name": "@instructure/ui-date-input",
"version": "5.49.1-rc.10+8542b798",
"version": "5.49.1-rc.14+926e1e1d",
"description": "A UI component library made by Instructure Inc.",

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

"devDependencies": {
"@instructure/ui-babel-preset": "5.49.1-rc.10+8542b798",
"@instructure/ui-test-utils": "5.49.1-rc.10+8542b798"
"@instructure/ui-babel-preset": "5.49.1-rc.14+926e1e1d",
"@instructure/ui-test-utils": "5.49.1-rc.14+926e1e1d"
},
"dependencies": {
"@babel/runtime": "^7",
"@instructure/ui-calendar": "5.49.1-rc.10+8542b798",
"@instructure/ui-forms": "5.49.1-rc.10+8542b798",
"@instructure/ui-icons": "5.49.1-rc.10+8542b798",
"@instructure/ui-layout": "5.49.1-rc.10+8542b798",
"@instructure/ui-overlays": "5.49.1-rc.10+8542b798",
"@instructure/ui-prop-types": "5.49.1-rc.10+8542b798",
"@instructure/ui-selectable": "5.49.1-rc.10+8542b798",
"@instructure/ui-testable": "5.49.1-rc.10+8542b798",
"@instructure/ui-text-input": "5.49.1-rc.10+8542b798",
"@instructure/ui-themeable": "5.49.1-rc.10+8542b798",
"@instructure/ui-utils": "5.49.1-rc.10+8542b798",
"@instructure/ui-calendar": "5.49.1-rc.14+926e1e1d",
"@instructure/ui-forms": "5.49.1-rc.14+926e1e1d",
"@instructure/ui-icons": "5.49.1-rc.14+926e1e1d",
"@instructure/ui-layout": "5.49.1-rc.14+926e1e1d",
"@instructure/ui-overlays": "5.49.1-rc.14+926e1e1d",
"@instructure/ui-prop-types": "5.49.1-rc.14+926e1e1d",
"@instructure/ui-selectable": "5.49.1-rc.14+926e1e1d",
"@instructure/ui-testable": "5.49.1-rc.14+926e1e1d",
"@instructure/ui-text-input": "5.49.1-rc.14+926e1e1d",
"@instructure/ui-themeable": "5.49.1-rc.14+926e1e1d",
"@instructure/ui-utils": "5.49.1-rc.14+926e1e1d",
"prop-types": "^15"

@@ -49,3 +49,3 @@ },

"sideEffects": false,
"gitHead": "8542b7986866e7b190961ae43e164322eb0c6312"
"gitHead": "926e1e1dd442399c64e83e8b22a68ac192eb8b49"
}

@@ -180,3 +180,3 @@ /*

*/
renderWeekdayLabels: PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.func, PropTypes.node])),
renderWeekdayLabels: PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.func, PropTypes.node])).isRequired,
/**

@@ -215,2 +215,3 @@ * A button to render in the calendar navigation header. The recomendation is

inputRef: (el) => {},
messages: undefined,
placement: 'bottom center',

@@ -217,0 +218,0 @@ isShowingCalendar: false,

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