@rededor/cura-hydrate 2.0.0-alpha.21 → 2.0.0-alpha.22

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 (3) hide show
  1. package/index.js +1 -1
  2. package/index.mjs +1 -1
  3. package/package.json +1 -1
package/index.js CHANGED
@@ -14086,7 +14086,7 @@ class CuraCalendar {
14086
14086
  this.sendEventChangeDateInView(Boolean(this.collapsed), newWeek);
14087
14087
  }
14088
14088
  fetchDaysOfMonth(currentDate) {
14089
- const DAYS_IN_CALENDAR_VIEW = 35;
14089
+ const DAYS_IN_CALENDAR_VIEW = 42;
14090
14090
  const start = startOfMonth(currentDate || this.currentDate);
14091
14091
  const end = endOfMonth(currentDate || this.currentDate);
14092
14092
  const daysIncurrentDate = eachDayOfInterval({ start, end });
package/index.mjs CHANGED
@@ -14084,7 +14084,7 @@ class CuraCalendar {
14084
14084
  this.sendEventChangeDateInView(Boolean(this.collapsed), newWeek);
14085
14085
  }
14086
14086
  fetchDaysOfMonth(currentDate) {
14087
- const DAYS_IN_CALENDAR_VIEW = 35;
14087
+ const DAYS_IN_CALENDAR_VIEW = 42;
14088
14088
  const start = startOfMonth(currentDate || this.currentDate);
14089
14089
  const end = endOfMonth(currentDate || this.currentDate);
14090
14090
  const daysIncurrentDate = eachDayOfInterval({ start, end });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rededor/cura-hydrate",
3
- "version": "2.0.0-alpha.21",
3
+ "version": "2.0.0-alpha.22",
4
4
  "description": "cura component hydration app.",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",