mautourco-components 0.2.80 → 0.2.81

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.
@@ -38,6 +38,8 @@ export interface CarBookingCardProps {
38
38
  supplementMessageState?: 'default' | 'error';
39
39
  supplementLabel?: string;
40
40
  supplementPlaceholder?: string;
41
+ /** @deprecated Use `supplements` and `transfers` instead. Array of supplement option strings for the old dropdown */
42
+ supplementOptions?: string[];
41
43
  /** Array of available supplements */
42
44
  supplements?: Supplement[];
43
45
  /** Array of transfers for supplement selection */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mautourco-components",
3
- "version": "0.2.80",
3
+ "version": "0.2.81",
4
4
  "private": false,
5
5
  "description": "Bibliothèque de composants Mautourco pour le redesign",
6
6
  "main": "dist/index.js",
@@ -49,6 +49,8 @@ export interface CarBookingCardProps {
49
49
  supplementMessageState?: 'default' | 'error';
50
50
  supplementLabel?: string;
51
51
  supplementPlaceholder?: string;
52
+ /** @deprecated Use `supplements` and `transfers` instead. Array of supplement option strings for the old dropdown */
53
+ supplementOptions?: string[];
52
54
  /** Array of available supplements */
53
55
  supplements?: Supplement[];
54
56
  /** Array of transfers for supplement selection */