@connectif/ui-components 5.7.1 → 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.1",
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",
@@ -101,8 +101,8 @@
101
101
  "typescript": "^5.9.3"
102
102
  },
103
103
  "peerDependencies": {
104
- "react": "^18.0.0 || ^19.0.0",
105
- "react-dom": "^18.0.0 || ^19.0.0"
104
+ "react": "^19.0.0",
105
+ "react-dom": "^19.0.0"
106
106
  },
107
107
  "resolutions": {
108
108
  "react-docgen-typescript": "2.0.0"
@@ -112,8 +112,8 @@
112
112
  "react-konva": "19.2.1"
113
113
  },
114
114
  "react-lazyload": {
115
- "react": "^18.0.0 || ^19.0.0",
116
- "react-dom": "^18.0.0 || ^19.0.0"
115
+ "react": "^19.0.0",
116
+ "react-dom": "^19.0.0"
117
117
  }
118
118
  },
119
119
  "files": [