@northlight/ui 2.33.2 → 2.33.4
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/es/northlight.d.ts +5 -14
- package/dist/es/northlight.js +1 -1
- package/dist/es/northlight.js.map +1 -1
- package/dist/umd/northlight.cjs +1 -1
- package/dist/umd/northlight.cjs.map +1 -1
- package/dist/umd/northlight.min.cjs +1 -1
- package/dist/umd/northlight.min.cjs.map +1 -1
- package/package.json +2 -2
package/dist/umd/northlight.cjs
CHANGED
|
@@ -7132,7 +7132,7 @@
|
|
|
7132
7132
|
},
|
|
7133
7133
|
label: "Next Year"
|
|
7134
7134
|
};
|
|
7135
|
-
const offsetFiscalYear = thisDay.month < fiscalStartMonth || thisDay.month === fiscalStartMonth && thisDay.day < fiscalStartDay ? 1 : 0;
|
|
7135
|
+
const offsetFiscalYear = thisDay.month < fiscalStartMonth + 1 || thisDay.month === fiscalStartMonth + 1 && thisDay.day < fiscalStartDay ? 1 : 0;
|
|
7136
7136
|
const thisFiscalYear = {
|
|
7137
7137
|
value: {
|
|
7138
7138
|
start: startOfMonthWithDays(
|