@northlight/ui 2.29.0 → 2.29.1

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.
@@ -7159,6 +7159,7 @@
7159
7159
  const fiscalQuarters = [F1, F2, F3, F4];
7160
7160
  const fiscalYears = fiscalStartMonth === 0 ? [] : [thisFiscalYear, lastFiscalYear];
7161
7161
  const quickDates = [
7162
+ thisYear,
7162
7163
  yearToDate,
7163
7164
  lastWeek,
7164
7165
  nextWeek,
@@ -7170,7 +7171,6 @@
7170
7171
  thisMonth,
7171
7172
  lastYear,
7172
7173
  nextYear,
7173
- thisYear,
7174
7174
  ...fiscalYears
7175
7175
  ];
7176
7176
  return { quickDates, fiscalQuarters };