@northlight/ui 2.14.1 → 2.14.2
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/umd/northlight.cjs
CHANGED
|
@@ -4396,7 +4396,7 @@
|
|
|
4396
4396
|
),
|
|
4397
4397
|
end: endOfMonthWithDays(
|
|
4398
4398
|
date.startOfYear(thisDay),
|
|
4399
|
-
{ months: fiscalStartMonth +
|
|
4399
|
+
{ months: fiscalStartMonth + 3, days: fiscalStartDay }
|
|
4400
4400
|
)
|
|
4401
4401
|
},
|
|
4402
4402
|
label: fiscalStartMonth === 0 ? "Q1" : "FQ1"
|
|
@@ -4409,7 +4409,7 @@
|
|
|
4409
4409
|
),
|
|
4410
4410
|
end: endOfMonthWithDays(
|
|
4411
4411
|
date.startOfYear(thisDay),
|
|
4412
|
-
{ months: fiscalStartMonth +
|
|
4412
|
+
{ months: fiscalStartMonth + 6, days: fiscalStartDay }
|
|
4413
4413
|
)
|
|
4414
4414
|
},
|
|
4415
4415
|
label: fiscalStartMonth === 0 ? "Q2" : "FQ2"
|
|
@@ -4422,7 +4422,7 @@
|
|
|
4422
4422
|
),
|
|
4423
4423
|
end: endOfMonthWithDays(
|
|
4424
4424
|
date.startOfYear(thisDay),
|
|
4425
|
-
{ months: fiscalStartMonth +
|
|
4425
|
+
{ months: fiscalStartMonth + 9, days: fiscalStartDay }
|
|
4426
4426
|
)
|
|
4427
4427
|
},
|
|
4428
4428
|
label: fiscalStartMonth === 0 ? "Q3" : "FQ3"
|
|
@@ -4435,7 +4435,7 @@
|
|
|
4435
4435
|
),
|
|
4436
4436
|
end: endOfMonthWithDays(
|
|
4437
4437
|
date.startOfYear(thisDay),
|
|
4438
|
-
{ months: fiscalStartMonth +
|
|
4438
|
+
{ months: fiscalStartMonth + 12, days: fiscalStartDay }
|
|
4439
4439
|
)
|
|
4440
4440
|
},
|
|
4441
4441
|
label: fiscalStartMonth === 0 ? "Q4" : "FQ4"
|