@epam/ai-dial-ui-kit 0.12.0-dev.17 → 0.12.0-dev.18

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.
@@ -1,3 +1,6 @@
1
1
  export declare const DEFAULT_WARNINGS: {
2
2
  hiddenItemWarning: string;
3
3
  };
4
+ export declare const DEFAULT_ERRORS: {
5
+ consecutiveDotsError: string;
6
+ };
@@ -4,6 +4,7 @@ export interface FolderCreationValidationMessages {
4
4
  emptyName?: string;
5
5
  duplicateName?: string;
6
6
  hiddenItemWarning?: string;
7
+ consecutiveDotsError?: string;
7
8
  }
8
9
  export interface UseFolderCreationProps {
9
10
  currentFolder?: DialFile;
@@ -4,6 +4,7 @@ export interface RenameValidationMessages {
4
4
  emptyName?: string;
5
5
  duplicateName?: string;
6
6
  hiddenItemWarning?: string;
7
+ consecutiveDotsError?: string;
7
8
  }
8
9
  export declare const useItemRenaming: ({ items, onRenameValidate, validationMessages, onMoveToFiles, }: {
9
10
  items?: DialFile[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@epam/ai-dial-ui-kit",
3
- "version": "0.12.0-dev.17",
3
+ "version": "0.12.0-dev.18",
4
4
  "type": "module",
5
5
  "license": "Apache-2.0",
6
6
  "description": "A modern UI kit for building AI DIAL interfaces with React",