hplx-react-elements-dev 1.1.52 → 1.1.54

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,4 +1,4 @@
1
1
  /// <reference types="react" />
2
2
  import { DoubleInputProps } from "../types";
3
- declare const DoubleInput: ({ label, labelColor, labelSize, input1value, input2value, errorMsg, prefix, start_icon, end_icon, hint_text_icon, hint_text, className, suffixClassName, dropdownClassName, suffixDropdownClassName, options, suffixOptions, handleValChange, handleSuffixValChange, onDropdownClick, onSuffixDropdownClick, onlyDropdownItemsAllowed, onlySuffixDropdownItemsAllowed, inputProps, suffixInputProps, }: DoubleInputProps) => JSX.Element;
3
+ declare const DoubleInput: ({ selectDate, dateVar, placeholder, width, isborderRequired, disable, disabledDates, fieldColor, isCalendar, label, labelColor, labelSize, input1value, input2value, errorMsg, prefix, start_icon, end_icon, hint_text_icon, hint_text, className, suffixClassName, dropdownClassName, suffixDropdownClassName, options, suffixOptions, handleValChange, handleSuffixValChange, onDropdownClick, onSuffixDropdownClick, onlyDropdownItemsAllowed, onlySuffixDropdownItemsAllowed, inputProps, suffixInputProps, }: DoubleInputProps) => JSX.Element;
4
4
  export default DoubleInput;
@@ -2111,13 +2111,13 @@
2111
2111
  background: rgba(0, 0, 0, 0.8);
2112
2112
  }
2113
2113
 
2114
- .slide {
2114
+ .carousel-slide {
2115
2115
  opacity: 0;
2116
2116
  transition-duration: 2s;
2117
2117
  transition-timing-function: ease;
2118
2118
  }
2119
2119
 
2120
- .slide.active {
2120
+ .carousel-slide.active {
2121
2121
  opacity: 1;
2122
2122
  transition-duration: 1s;
2123
2123
  transform: scale(1);