jamespot-react-components 1.3.81 → 1.3.82

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.
@@ -2,5 +2,5 @@ import { UserResponseStatus } from 'jamespot-user-api';
2
2
  import { Colors } from 'jamespot-front-business';
3
3
  export declare const useResponseStatus: () => {
4
4
  getStatusColor: (status: UserResponseStatus | null) => Colors;
5
- getStatusLabel: (status: UserResponseStatus | null) => string;
5
+ getStatusLabel: (status: UserResponseStatus | null, isHybrid?: boolean) => string;
6
6
  };
@@ -59,19 +59,19 @@ declare const _default: {
59
59
  "CALENDAR_Event_Revive": "Relancer",
60
60
  "CALENDAR_Event_Visio_Url": "Rejoindre la web conférence",
61
61
  "CALENDAR_Event": "Evénement",
62
- "CALENDAR_Join": "Je participe",
62
+ "CALENDAR_NotParticipate": "Je ne participe pas",
63
63
  "CALENDAR_listWeek": "List",
64
64
  "CALENDAR_Meeting": "Meeting",
65
65
  "CALENDAR_No_Event": "Vous n'avez aucun événement prévu ce mois-ci",
66
66
  "CALENDAR_No_Next_Event": "Vous n'avez plus d'événements prévus ce mois-ci",
67
67
  "CALENDAR_No_Today_Event": "Vous n'avez rien de prévu aujourd'hui",
68
68
  "CALENDAR_Recurrent_Event_Warning": "This is a recurring event. Changes will apply to all events in the series.",
69
- "CALENDAR_Reject": "Je ne participe pas",
69
+ "CALENDAR_Participate_OnSite": "Je participe en présentiel",
70
+ "CALENDAR_Participate_Remote": "Je participe en distanciel",
71
+ "CALENDAR_Participate": "Je participe",
70
72
  "CALENDAR_Status_Available": "Vous participez",
71
- "CALENDAR_Status_OnSpot": "En présentiel",
72
73
  "CALENDAR_Status_Unavailable": "Vous ne participez pas",
73
74
  "CALENDAR_Status_Unknown": "En attente",
74
- "CALENDAR_Status_Visio": "En distanciel",
75
75
  "CALENDAR_timeGridDay": "Day",
76
76
  "CALENDAR_timeGridWeek": "Week",
77
77
  "CALENDAR_Today": "Today",
@@ -33,7 +33,7 @@ export declare const dateLabel: (date: DateArgs) => "GLOBAL_Today" | "GLOBAL_Yes
33
33
  * @param {string} str - Date format Y-m-d H:i:s
34
34
  * @returns {(undefined|number)} Return timestamp
35
35
  */
36
- export declare const strToTimestamp: (str: string) => undefined | number;
36
+ export declare const strToTimestamp: (str: string | undefined) => undefined | number;
37
37
  /**
38
38
  * This method returns the date without the time difference (jet lag)!!
39
39
  * @param date date
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jamespot-react-components",
3
- "version": "1.3.81",
3
+ "version": "1.3.82",
4
4
  "description": "",
5
5
  "main": "dist/jamespot-react-components.cjs",
6
6
  "module": "dist/jamespot-react-components.js",
@@ -78,8 +78,8 @@
78
78
  "fork-ts-checker-webpack-plugin": "^9.1.0",
79
79
  "globals": "^16.5.0",
80
80
  "html2canvas": "^1.4.1",
81
- "jamespot-front-business": "^1.3.81",
82
- "jamespot-user-api": "^1.3.81",
81
+ "jamespot-front-business": "^1.3.82",
82
+ "jamespot-user-api": "^1.3.82",
83
83
  "jest": "^30.3.0",
84
84
  "jest-environment-jsdom": "^30.3.0",
85
85
  "knip": "^5.88.1",