dt-design-system
Advanced tools
Comparing version 3.9.2 to 3.9.3
@@ -73,2 +73,3 @@ import * as Utils from "./utils"; | ||
const daysFromPrevMonth = monthFirstDay === 0 ? 6 : Math.max(monthFirstDay - 1, 0); | ||
console.log({ daysFromPrevMonth }); | ||
const daysFromNextMonth = CALENDAR_WEEKS * 7 - (daysFromPrevMonth + monthDays); | ||
@@ -75,0 +76,0 @@ const { month: prevMonth, year: prevMonthYear } = Utils.getPreviousMonth(month, year); |
{ | ||
"name": "dt-design-system", | ||
"version": "3.9.2", | ||
"version": "3.9.3", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "engines": { |
Sorry, the diff of this file is not supported yet
787296
7380