@hotelinking/ui 9.41.21 → 9.41.23

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.
@@ -58,6 +58,8 @@ export interface UiDropdownInterface {
58
58
  label?: string;
59
59
  /** Is loading or not */
60
60
  loading: boolean;
61
+ /** Text that appears top right side of the dropdown field, that informs to user is a required field */
62
+ requiredText?: string;
61
63
  }
62
64
  export interface UiDropdownEventsInterface {
63
65
  /** On option selected */