willba-component-library 0.2.91 → 0.2.92

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/lib/index.esm.js CHANGED
@@ -11191,9 +11191,7 @@ var disabledDatesByPage = function (_a) {
11191
11191
  return daysToOffsetCalendar.length
11192
11192
  ? [
11193
11193
  {
11194
- from: addDays(today, daysToOffsetCalendar.length && ((_c = daysToOffsetCalendar[0]) === null || _c === void 0 ? void 0 : _c.offset)
11195
- ? (_d = daysToOffsetCalendar[0]) === null || _d === void 0 ? void 0 : _d.offset
11196
- : -2),
11194
+ from: addDays(today, (_d = (_c = daysToOffsetCalendar[0]) === null || _c === void 0 ? void 0 : _c.offset) !== null && _d !== void 0 ? _d : -1),
11197
11195
  to: addDays(today, -100),
11198
11196
  },
11199
11197
  ]