@instructure/ui-calendar
Advanced tools
Comparing version 5.49.1-rc.10 to 5.49.1-rc.14
@@ -28,3 +28,3 @@ /* | ||
var generateDays = function generateDays() { | ||
var getDateProps = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : function () { | ||
var getDateProps = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : function () { | ||
return {}; | ||
@@ -31,0 +31,0 @@ }; |
@@ -248,6 +248,7 @@ import _defineProperty from "@babel/runtime/helpers/esm/defineProperty"; | ||
elementRef: function elementRef(el) {}, | ||
onClick: null, | ||
onKeyDown: null, | ||
as: null | ||
onClick: void 0, | ||
onKeyDown: void 0, | ||
as: void 0, | ||
children: null | ||
}, _temp)) || _class) || _class); | ||
export default Day; |
@@ -249,5 +249,5 @@ import _defineProperty from "@babel/runtime/helpers/esm/defineProperty"; | ||
children: null, | ||
renderNextMonthButton: null, | ||
renderPrevMonthButton: null, | ||
renderNavigationLabel: null, | ||
renderNextMonthButton: void 0, | ||
renderPrevMonthButton: void 0, | ||
renderNavigationLabel: void 0, | ||
onRequestRenderNextMonth: function onRequestRenderNextMonth(event) {}, | ||
@@ -254,0 +254,0 @@ onRequestRenderPrevMonth: function onRequestRenderPrevMonth(event) {}, |
@@ -38,3 +38,3 @@ "use strict"; | ||
var generateDays = function generateDays() { | ||
var getDateProps = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : function () { | ||
var getDateProps = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : function () { | ||
return {}; | ||
@@ -41,0 +41,0 @@ }; |
@@ -255,7 +255,8 @@ "use strict"; | ||
elementRef: function elementRef(el) {}, | ||
onClick: null, | ||
onKeyDown: null, | ||
as: null | ||
onClick: void 0, | ||
onKeyDown: void 0, | ||
as: void 0, | ||
children: null | ||
}, _temp)) || _class) || _class); | ||
var _default = Day; | ||
exports.default = _default; |
@@ -259,5 +259,5 @@ "use strict"; | ||
children: null, | ||
renderNextMonthButton: null, | ||
renderPrevMonthButton: null, | ||
renderNavigationLabel: null, | ||
renderNextMonthButton: void 0, | ||
renderPrevMonthButton: void 0, | ||
renderNavigationLabel: void 0, | ||
onRequestRenderNextMonth: function onRequestRenderNextMonth(event) {}, | ||
@@ -264,0 +264,0 @@ onRequestRenderPrevMonth: function onRequestRenderPrevMonth(event) {}, |
{ | ||
"name": "@instructure/ui-calendar", | ||
"version": "5.49.1-rc.10+8542b798", | ||
"version": "5.49.1-rc.14+926e1e1d", | ||
"description": "A UI component library made by Instructure Inc.", | ||
@@ -24,16 +24,16 @@ "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-a11y": "5.49.1-rc.10+8542b798", | ||
"@instructure/ui-focusable": "5.49.1-rc.10+8542b798", | ||
"@instructure/ui-i18n": "5.49.1-rc.10+8542b798", | ||
"@instructure/ui-layout": "5.49.1-rc.10+8542b798", | ||
"@instructure/ui-prop-types": "5.49.1-rc.10+8542b798", | ||
"@instructure/ui-testable": "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/uid": "5.49.1-rc.10+8542b798", | ||
"@instructure/ui-a11y": "5.49.1-rc.14+926e1e1d", | ||
"@instructure/ui-focusable": "5.49.1-rc.14+926e1e1d", | ||
"@instructure/ui-i18n": "5.49.1-rc.14+926e1e1d", | ||
"@instructure/ui-layout": "5.49.1-rc.14+926e1e1d", | ||
"@instructure/ui-prop-types": "5.49.1-rc.14+926e1e1d", | ||
"@instructure/ui-testable": "5.49.1-rc.14+926e1e1d", | ||
"@instructure/ui-themeable": "5.49.1-rc.14+926e1e1d", | ||
"@instructure/ui-utils": "5.49.1-rc.14+926e1e1d", | ||
"@instructure/uid": "5.49.1-rc.14+926e1e1d", | ||
"classnames": "^2", | ||
@@ -47,3 +47,3 @@ "prop-types": "^15", | ||
"sideEffects": false, | ||
"gitHead": "8542b7986866e7b190961ae43e164322eb0c6312" | ||
"gitHead": "926e1e1dd442399c64e83e8b22a68ac192eb8b49" | ||
} |
@@ -114,5 +114,6 @@ /* | ||
elementRef: (el) => {}, | ||
onClick: null, | ||
onKeyDown: null, | ||
as: null | ||
onClick: undefined, | ||
onKeyDown: undefined, | ||
as: undefined, | ||
children: null | ||
} | ||
@@ -119,0 +120,0 @@ |
@@ -120,5 +120,5 @@ /* | ||
children: null, | ||
renderNextMonthButton: null, | ||
renderPrevMonthButton: null, | ||
renderNavigationLabel: null, | ||
renderNextMonthButton: undefined, | ||
renderPrevMonthButton: undefined, | ||
renderNavigationLabel: undefined, | ||
onRequestRenderNextMonth: (event) => {}, | ||
@@ -125,0 +125,0 @@ onRequestRenderPrevMonth: (event) => {}, |
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
109783
2447