mautourco-components 0.2.40 → 0.2.41

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.
@@ -2161,7 +2161,7 @@
2161
2161
  }
2162
2162
 
2163
2163
  .quote-header__filters {
2164
- .dropdown-container {
2164
+ .mtc-dropdown-container {
2165
2165
  width: 139px;
2166
2166
  }
2167
2167
  }
@@ -6,6 +6,6 @@ export interface QuoteHeaderProps {
6
6
  onNavigate: (tab: 'quotation' | 'booking') => void;
7
7
  /** Callback to create a new quote */
8
8
  onNewQuote: () => void;
9
- onFilterChange: (filter: 'date' | 'clientType' | 'fileStatus', value: string) => void;
9
+ onFilterChange?: (filter: 'date' | 'clientType' | 'fileStatus', value: string) => void;
10
10
  }
11
11
  export declare function QuoteHeader(props: QuoteHeaderProps): import("react/jsx-runtime").JSX.Element;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mautourco-components",
3
- "version": "0.2.40",
3
+ "version": "0.2.41",
4
4
  "private": false,
5
5
  "description": "Bibliothèque de composants Motorco pour le redesign",
6
6
  "main": "dist/index.js",
@@ -29,7 +29,7 @@
29
29
 
30
30
  .quote-header__filters {
31
31
  @apply flex gap-3 my-8;
32
- .dropdown-container {
32
+ .mtc-dropdown-container {
33
33
  width: 139px;
34
34
  }
35
35
  }
@@ -20,7 +20,7 @@ export interface QuoteHeaderProps {
20
20
  /** Callback to create a new quote */
21
21
  onNewQuote: () => void;
22
22
 
23
- onFilterChange: (filter: 'date' | 'clientType' | 'fileStatus', value: string) => void;
23
+ onFilterChange?: (filter: 'date' | 'clientType' | 'fileStatus', value: string) => void;
24
24
  }
25
25
 
26
26
  const filterConfig = {