loon-bulma-react 2026.0.57 → 2026.0.59

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.
@@ -270,7 +270,7 @@ export declare class JSDateTime {
270
270
  * const date = JSDateTime.fromDate(new Date(2020, 11, 31)); // 31-12-2020
271
271
  * const date2 = date.startof('year'); // 01-01-2020
272
272
  */
273
- startOf(period: 'year' | 'quarter' | 'month' | 'week' | 'day' | 'hour'): JSDateTime;
273
+ startOf(period: 'year' | 'quarter' | 'month' | 'week' | 'day' | 'hour', locale?: Locale): JSDateTime;
274
274
  /**
275
275
  * Returns a new JSDateTime object where the date is set to the end of a period.
276
276
  * The old value is NOT changed.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "loon-bulma-react",
3
3
  "private": false,
4
- "version": "2026.0.57",
4
+ "version": "2026.0.59",
5
5
  "description": "Bulma & React componenten voor Loon Salarissoftware",
6
6
  "type": "module",
7
7
  "license": "MIT",