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

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,7 +1,7 @@
1
1
  import { ButtonAppearance, ButtonVariant } from '../../types/button';
2
2
  import { ConfirmationPopupVariant } from '../../types/confirmation-popup';
3
3
  export declare const actionsBaseClassName = "flex justify-end gap-2 px-6 py-4 border-t border-tertiary";
4
- export declare const descriptionBaseClassName = "text-secondary dial-small-150 px-6 py-4";
4
+ export declare const descriptionBaseClassName = "text-secondary dial-small-150 px-6 pb-4";
5
5
  export declare const defaultCancelLabel = "Cancel";
6
6
  export declare const defaultConfirmLabel = "Ok";
7
7
  export declare const variantConfig: Record<ConfirmationPopupVariant, {
@@ -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.20",
4
4
  "type": "module",
5
5
  "license": "Apache-2.0",
6
6
  "description": "A modern UI kit for building AI DIAL interfaces with React",