@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.
@@ -7197,6 +7197,7 @@ const getQuickSelectOptions = (state, locale, fiscalStartMonth, fiscalStartDay)
7197
7197
  const fiscalQuarters = [F1, F2, F3, F4];
7198
7198
  const fiscalYears = fiscalStartMonth === 0 ? [] : [thisFiscalYear, lastFiscalYear];
7199
7199
  const quickDates = [
7200
+ thisYear,
7200
7201
  yearToDate,
7201
7202
  lastWeek,
7202
7203
  nextWeek,
@@ -7208,7 +7209,6 @@ const getQuickSelectOptions = (state, locale, fiscalStartMonth, fiscalStartDay)
7208
7209
  thisMonth,
7209
7210
  lastYear,
7210
7211
  nextYear,
7211
- thisYear,
7212
7212
  ...fiscalYears
7213
7213
  ];
7214
7214
  return { quickDates, fiscalQuarters };