hplx-react-elements-dev 1.2.31 → 1.2.33

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.
@@ -29,6 +29,7 @@ export { default as SingleDatePicker } from "./datePicker/SingleDatePicker";
29
29
  export { default as DatePickerWithToday } from "./datePicker/DatePickerWithToday";
30
30
  export { default as DoubleInput } from "./doubleInput/DoubleInput";
31
31
  export { default as InputTag } from "./inputTag/InputTag";
32
+ export { default as InputTagWithCursorPosition } from "./inputTag/InputTagWithCursorPosition";
32
33
  export { default as InputTagDropdownItem } from "./inputTag/InputTagDropdownItem";
33
34
  export { default as CalendarView } from "./calendarView/CalendarView";
34
35
  export { default as PopUpModal } from "./popUpModal/PopUpModal";