@avenirs-esr/avenirs-dsav 0.1.120 → 0.1.121
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.
|
@@ -14,6 +14,11 @@ export interface AvPeriodInputProps {
|
|
|
14
14
|
* Label displayed above the two inputs
|
|
15
15
|
*/
|
|
16
16
|
label: string;
|
|
17
|
+
/**
|
|
18
|
+
* CSS class for the label
|
|
19
|
+
* @default 'b2-light'
|
|
20
|
+
*/
|
|
21
|
+
labelClass?: string;
|
|
17
22
|
/**
|
|
18
23
|
* Start date value (ISO string: YYYY-MM-DD)
|
|
19
24
|
* @default ''
|