@skedulo/sked-ui 19.19.1 → 19.19.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -14495,7 +14495,7 @@ function CalendarControls(props) {
|
|
|
14495
14495
|
children = props.children,
|
|
14496
14496
|
rest = _babel_runtime_helpers_objectWithoutProperties__WEBPACK_IMPORTED_MODULE_1___default()(props, ["selected", "onDateSelect", "onTodayClick", "onDayMouseEnter", "onMonthMouseLeave", "highlightWeek", "selectWeek", "validation", "selectedRange", "onRangeChange", "rangeOptions", "className", "children"]);
|
|
14497
14497
|
|
|
14498
|
-
var classNames = classnames__WEBPACK_IMPORTED_MODULE_3___default()('sked-calendar-controls sk-flex sk-
|
|
14498
|
+
var classNames = classnames__WEBPACK_IMPORTED_MODULE_3___default()('sked-calendar-controls sk-flex sk-items-center', className);
|
|
14499
14499
|
var value = react__WEBPACK_IMPORTED_MODULE_2__["useMemo"](function () {
|
|
14500
14500
|
return props;
|
|
14501
14501
|
}, [selected, onDateSelect, onTodayClick, onDayMouseEnter, onMonthMouseLeave, highlightWeek, selectWeek, validation, selectedRange, onRangeChange, rangeOptions, className, children]);
|