@kksdev/ds-angular 1.9.0 → 1.10.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.
package/index.d.ts CHANGED
@@ -6091,6 +6091,8 @@ interface CalendarEvent {
6091
6091
  date: Date;
6092
6092
  title: string;
6093
6093
  type?: 'default' | 'success' | 'warning' | 'error';
6094
+ /** Couleur custom (hex, rgb, etc.) - prioritaire sur type */
6095
+ color?: string;
6094
6096
  }
6095
6097
  /**
6096
6098
  * Mode d'affichage du calendrier
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kksdev/ds-angular",
3
- "version": "1.9.0",
3
+ "version": "1.10.0",
4
4
  "description": "Angular 20 standalone component library - Design System with 55 components, 7 primitives, 3 themes, i18n support",
5
5
  "keywords": [
6
6
  "angular",