@muraldevkit/ui-toolkit 4.24.0 → 4.25.1

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.
@@ -5,7 +5,7 @@ export interface MrlMultiSelectProps<T, IsMulti extends boolean = false, Group e
5
5
  hasError?: boolean;
6
6
  isReadOnly?: boolean;
7
7
  }
8
- export declare const CLASS_NAME_PREFIX = "MrlSelect";
8
+ export declare const CLASS_NAME_PREFIX = "MrlMultiSelect";
9
9
  export declare const MENU_LIST_CLASS_NAME: string;
10
10
  /**
11
11
  * MrlSelect component