@connectif/ui-components 5.7.2 → 6.0.0

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.
@@ -48,4 +48,4 @@ export declare function getDisplayEndDate(date: Date, timezone: string, includeT
48
48
  /**
49
49
  * Return a date applying a time
50
50
  */
51
- export declare function applyTimeToDate(date: Date, time: Date): Date;
51
+ export declare function applyTimeToDate(date: Date, time?: Date): Date;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectif/ui-components",
3
- "version": "5.7.2",
3
+ "version": "6.0.0",
4
4
  "description": "A comprehensive UI component library for all Connectif projects.",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",