@rededor/cura 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.
@@ -7292,7 +7292,7 @@ const CuraCalendar = class {
7292
7292
  this.sendEventChangeDateInView(Boolean(this.collapsed), newWeek);
7293
7293
  }
7294
7294
  fetchDaysOfMonth(currentDate) {
7295
- const DAYS_IN_CALENDAR_VIEW = 35;
7295
+ const DAYS_IN_CALENDAR_VIEW = 42;
7296
7296
  const start = startOfMonth(currentDate || this.currentDate);
7297
7297
  const end = endOfMonth(currentDate || this.currentDate);
7298
7298
  const daysIncurrentDate = eachDayOfInterval({ start, end });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rededor/cura",
3
- "version": "2.0.0-alpha.21",
3
+ "version": "2.0.0-alpha.22",
4
4
  "description": "Cura Design System",
5
5
  "author": "Rede D`Or São Luiz",
6
6
  "license": "MIT",
@@ -56,5 +56,5 @@
56
56
  "storybook": "^7.6.7",
57
57
  "svgo": "^3.3.2"
58
58
  },
59
- "gitHead": "72e4d0405f3610ede8c4c22472eb2952e2fa6d8c"
59
+ "gitHead": "1f85341990c28641f1fe2ffa174a393d5173c724"
60
60
  }