@connectif/ui-components 2.3.4 → 2.4.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.
@@ -43,3 +43,7 @@ export declare function areSameSimpleDate(...simpleDates: (SimpleDate | null)[])
43
43
  */
44
44
  export declare function dateToSimpleDate(date: Date | null | undefined, timezone: string): SimpleDate | null;
45
45
  export declare function getDisplayEndDate(date: Date, timezone: string): Date;
46
+ /**
47
+ * Return a date applying a time
48
+ */
49
+ 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": "2.3.4",
3
+ "version": "2.4.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",