@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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. 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-w-full sk-items-center', className);
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]);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skedulo/sked-ui",
3
- "version": "19.19.1",
3
+ "version": "19.19.2",
4
4
  "license": "UNLICENSED",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",