@epam/ai-dial-ui-kit 0.13.0-dev.38 → 0.13.0-dev.39

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.
@@ -15,6 +15,7 @@ export interface CalendarProps {
15
15
  maxDate?: Date;
16
16
  /** BCP 47 locale tag used to localize month/weekday names and date formatting. */
17
17
  locale?: string;
18
+ fieldClassName?: string;
18
19
  }
19
20
  /**
20
21
  * A date/time picker supporting four selection modes.
@@ -46,5 +47,6 @@ export interface CalendarProps {
46
47
  * @param [minDate] - Earliest selectable date (date/datetime modes)
47
48
  * @param [maxDate] - Latest selectable date (date/datetime modes)
48
49
  * @param [locale="en-GB"] - BCP 47 locale tag used to localize month/weekday names and date formatting
50
+ * @param [fieldClassName] - Additional classes merged onto the trigger field, overriding conflicting defaults
49
51
  */
50
52
  export declare const Calendar: FC<CalendarProps>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@epam/ai-dial-ui-kit",
3
- "version": "0.13.0-dev.38",
3
+ "version": "0.13.0-dev.39",
4
4
  "type": "module",
5
5
  "license": "Apache-2.0",
6
6
  "description": "A modern UI kit for building AI DIAL interfaces with React",