@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.
- package/dist/cjs/cura-accordion_22.cjs.entry.js +1 -1
- package/dist/collection/components/cura-calendar/cura-calendar.js +1 -1
- package/dist/components/cura-calendar.js +1 -1
- package/dist/components/cura-input-date.js +1 -1
- package/dist/components/{p-CvyVDrFO.js → p-B2UX98rZ.js} +1 -1
- package/dist/cura/cura.esm.js +1 -1
- package/dist/cura/{p-0dda7b42.entry.js → p-0ed250b6.entry.js} +1 -1
- package/dist/esm/cura-accordion_22.entry.js +1 -1
- package/package.json +2 -2
|
@@ -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 =
|
|
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.
|
|
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": "
|
|
59
|
+
"gitHead": "1f85341990c28641f1fe2ffa174a393d5173c724"
|
|
60
60
|
}
|