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

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>;
@@ -101,6 +101,7 @@ export type { FileManagerGridRow } from './components/FileManager/FileManagerCon
101
101
  export type { GridOptions, ToolbarOptions, BulkActionsToolbarOptions, } from './components/FileManager/FileManager';
102
102
  export { DialDestinationFolderPopup } from './components/FileManager/components/DestinationFolderPopup/DestinationFolderPopup';
103
103
  export { DialFoldersTree } from './components/FileManager/components/FoldersTree/FoldersTree';
104
+ export { EditorThemes } from './types/editor';
104
105
  export { ButtonVariant, ButtonAppearance } from './types/button';
105
106
  export { RadioGroupOrientation } from './types/radio-group';
106
107
  export { PopupSize } from './types/popup';
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.40",
4
4
  "type": "module",
5
5
  "license": "Apache-2.0",
6
6
  "description": "A modern UI kit for building AI DIAL interfaces with React",