bright-components 9.33.0 → 10.0.0
Sign up to get free protection for your applications and to get access to all the features.
- package/.babelrc +1 -1
- package/dist/animations/SlideUp/index.js +32 -20
- package/dist/components/A/index.js +18 -14
- package/dist/components/Alert/index.js +24 -57
- package/dist/components/Avatar/index.js +29 -34
- package/dist/components/Avatar/utils/getAcronym/index.js +2 -4
- package/dist/components/Badge/index.js +14 -20
- package/dist/components/Breadcrumbs/index.js +33 -41
- package/dist/components/BrowserWarning/index.js +39 -37
- package/dist/components/BrowserWarning/supportsStaticImport.js +1 -1
- package/dist/components/BulletedList/index.js +19 -35
- package/dist/components/Button/BaseButton/index.js +46 -38
- package/dist/components/Button/BrandButton/index.js +20 -13
- package/dist/components/Button/Button/index.js +63 -66
- package/dist/components/Button/OutlineButton/index.js +41 -43
- package/dist/components/Button/WhiteOutlineButton/index.js +16 -13
- package/dist/components/ButtonGroup/index.js +33 -16
- package/dist/components/Checkbox/index.js +89 -68
- package/dist/components/Chevron/Chevron/index.js +13 -18
- package/dist/components/Chevron/CircledChevron/index.js +30 -17
- package/dist/components/CopyToClipboard/index.js +49 -59
- package/dist/components/CountryPicker/index.js +17 -19
- package/dist/components/DateInput/index.js +68 -89
- package/dist/components/DayMonthInput/index.js +29 -47
- package/dist/components/DayMonthInput/utils/getDayValue/index.js +3 -3
- package/dist/components/DayPicker/index.js +176 -214
- package/dist/components/DayPickerPanel/Cancel/index.js +15 -13
- package/dist/components/DayPickerPanel/Header/index.js +53 -96
- package/dist/components/DayPickerPanel/HeaderDayPickerPanel/dayPickerCSS.js +160 -11
- package/dist/components/DayPickerPanel/HeaderDayPickerPanel/index.js +149 -252
- package/dist/components/DayPickerPanel/HeaderMonthPanel/index.js +31 -40
- package/dist/components/DayPickerPanel/HeaderYearPanel/index.js +28 -41
- package/dist/components/DayPickerPanel/ItemSelector/index.js +44 -59
- package/dist/components/DayPickerPanel/Shortcuts/index.js +23 -28
- package/dist/components/DayPickerPanel/index.js +173 -217
- package/dist/components/DayPickerPanel/utils/getYearRangeChunks/index.js +3 -3
- package/dist/components/DayPickerPanel/utils/getYearRangeIndex/index.js +1 -5
- package/dist/components/Donut/index.js +73 -31
- package/dist/components/DropZone/index.js +21 -54
- package/dist/components/Dropdown/DropdownItem/index.js +11 -14
- package/dist/components/Dropdown/index.js +71 -118
- package/dist/components/DurationInput/index.js +41 -56
- package/dist/components/DurationInput/utils/roundOnBlur/index.js +13 -11
- package/dist/components/EmployeeCard/index.js +24 -40
- package/dist/components/EmployeePicker/DisplayFilter/index.js +29 -37
- package/dist/components/EmployeePicker/FilterBar/index.js +51 -84
- package/dist/components/EmployeePicker/Group/index.js +70 -127
- package/dist/components/EmployeePicker/GroupList/index.js +20 -24
- package/dist/components/EmployeePicker/Item/index.js +76 -122
- package/dist/components/EmployeePicker/index.js +67 -77
- package/dist/components/EmployeePicker/utils/index.js +9 -21
- package/dist/components/ErrorMessage/index.js +16 -29
- package/dist/components/Expando/index.js +62 -96
- package/dist/components/Fieldset/index.js +24 -18
- package/dist/components/FileIcons/index.js +14 -12
- package/dist/components/FilterRadioGroup/index.js +59 -55
- package/dist/components/Form/index.js +195 -198
- package/dist/components/Form/utils/runFormValidation.js +11 -11
- package/dist/components/FormLayout/FormRow/FormContent/index.js +4 -16
- package/dist/components/FormLayout/FormRow/FormLabel/index.js +10 -14
- package/dist/components/FormLayout/FormRow/index.js +9 -14
- package/dist/components/FormLayout/index.js +1 -14
- package/dist/components/Formik/FormikCheckbox/index.js +8 -8
- package/dist/components/Formik/FormikDayPicker/index.js +23 -17
- package/dist/components/Formik/FormikInput/index.js +10 -10
- package/dist/components/Formik/FormikOptions/index.js +13 -20
- package/dist/components/Formik/FormikRadio/index.js +10 -10
- package/dist/components/Formik/FormikRadioGroup/index.js +3 -5
- package/dist/components/Formik/FormikResetButton/index.js +5 -3
- package/dist/components/Formik/FormikSelect/index.js +10 -10
- package/dist/components/Formik/FormikSubmitButton/index.js +8 -8
- package/dist/components/Formik/FormikTextarea/index.js +10 -10
- package/dist/components/Formik/FormikTypeahead/index.js +26 -30
- package/dist/components/Formik/FormikValidation/index.js +12 -21
- package/dist/components/Formik/index.js +1 -14
- package/dist/components/HR/index.js +12 -14
- package/dist/components/Icons/AddIcon/index.js +6 -8
- package/dist/components/Icons/AddSquare/index.js +5 -7
- package/dist/components/Icons/Alarmclock/index.js +5 -7
- package/dist/components/Icons/Anchor/index.js +5 -7
- package/dist/components/Icons/Apps/index.js +5 -7
- package/dist/components/Icons/ArrowBigDown/index.js +5 -7
- package/dist/components/Icons/ArrowLoop/index.js +5 -7
- package/dist/components/Icons/Baby/index.js +5 -7
- package/dist/components/Icons/BackArrow/index.js +5 -7
- package/dist/components/Icons/BackToWorkNavigator/index.js +7 -9
- package/dist/components/Icons/Beta/index.js +5 -7
- package/dist/components/Icons/Blip/index.js +12 -14
- package/dist/components/Icons/Book/index.js +5 -7
- package/dist/components/Icons/Bookmark/index.js +5 -7
- package/dist/components/Icons/BoomMoodle/index.js +8 -10
- package/dist/components/Icons/BoxTruck/index.js +5 -7
- package/dist/components/Icons/BrighhrApp/index.js +5 -7
- package/dist/components/Icons/BrightAdvice/index.js +5 -7
- package/dist/components/Icons/Browser/index.js +5 -7
- package/dist/components/Icons/Bullhorn/index.js +5 -7
- package/dist/components/Icons/Cake/index.js +5 -7
- package/dist/components/Icons/Calculator/index.js +5 -7
- package/dist/components/Icons/Calendar/index.js +25 -27
- package/dist/components/Icons/CalendarAdd/index.js +11 -13
- package/dist/components/Icons/CalendarBlackout/index.js +5 -7
- package/dist/components/Icons/CalendarCross/index.js +9 -11
- package/dist/components/Icons/CalendarDates/index.js +5 -7
- package/dist/components/Icons/CalendarInfo/index.js +5 -7
- package/dist/components/Icons/CalendarOverlap/index.js +5 -7
- package/dist/components/Icons/Camera/index.js +5 -7
- package/dist/components/Icons/CameraAperture/index.js +5 -7
- package/dist/components/Icons/Cart/index.js +11 -13
- package/dist/components/Icons/Case/index.js +5 -7
- package/dist/components/Icons/Certificate/index.js +5 -7
- package/dist/components/Icons/Chair/index.js +5 -7
- package/dist/components/Icons/Chat/index.js +5 -7
- package/dist/components/Icons/CheckCircle/index.js +5 -7
- package/dist/components/Icons/Checklist/index.js +5 -7
- package/dist/components/Icons/Chevron/index.js +5 -7
- package/dist/components/Icons/ChevronCircleDown/index.js +5 -7
- package/dist/components/Icons/ChevronCircleLeft/index.js +5 -7
- package/dist/components/Icons/ChevronCircleRight/index.js +5 -7
- package/dist/components/Icons/ChevronCircleUp/index.js +5 -7
- package/dist/components/Icons/ChevronDoubleDown/index.js +13 -15
- package/dist/components/Icons/ChevronDoubleUp/index.js +13 -15
- package/dist/components/Icons/ChevronDown/index.js +5 -7
- package/dist/components/Icons/ChevronLeft/index.js +5 -7
- package/dist/components/Icons/ChevronRight/index.js +5 -7
- package/dist/components/Icons/ChevronUp/index.js +5 -7
- package/dist/components/Icons/Clear/index.js +5 -7
- package/dist/components/Icons/Clipboard/index.js +40 -42
- package/dist/components/Icons/Clock/index.js +7 -9
- package/dist/components/Icons/Close/index.js +7 -3
- package/dist/components/Icons/ClothesHanger/index.js +5 -7
- package/dist/components/Icons/Clothing/index.js +5 -7
- package/dist/components/Icons/Cog/index.js +5 -7
- package/dist/components/Icons/Compass/index.js +5 -7
- package/dist/components/Icons/Compassion/index.js +7 -9
- package/dist/components/Icons/Compassionate/index.js +5 -7
- package/dist/components/Icons/Conflict/index.js +5 -7
- package/dist/components/Icons/ContactCard/index.js +5 -7
- package/dist/components/Icons/Contrast/index.js +5 -7
- package/dist/components/Icons/Copy/index.js +5 -7
- package/dist/components/Icons/Court/index.js +5 -7
- package/dist/components/Icons/Crib/index.js +5 -7
- package/dist/components/Icons/Crop/index.js +5 -7
- package/dist/components/Icons/Cross/index.js +5 -7
- package/dist/components/Icons/CrossCircle/index.js +5 -7
- package/dist/components/Icons/CrossThick/index.js +5 -7
- package/dist/components/Icons/Crown/index.js +5 -7
- package/dist/components/Icons/Dependants/index.js +5 -7
- package/dist/components/Icons/DesktopComputer/index.js +5 -7
- package/dist/components/Icons/Dial/index.js +5 -7
- package/dist/components/Icons/Diamond/index.js +5 -7
- package/dist/components/Icons/Diaper/index.js +5 -7
- package/dist/components/Icons/DisabilityMobility/index.js +5 -7
- package/dist/components/Icons/Door/index.js +5 -7
- package/dist/components/Icons/DownArrow/index.js +5 -7
- package/dist/components/Icons/Download/index.js +5 -7
- package/dist/components/Icons/Dropdown/index.js +17 -22
- package/dist/components/Icons/Edit/index.js +5 -7
- package/dist/components/Icons/Education/index.js +5 -7
- package/dist/components/Icons/Emergency/index.js +5 -7
- package/dist/components/Icons/Enter/index.js +5 -7
- package/dist/components/Icons/Error/index.js +5 -7
- package/dist/components/Icons/ErrorOctagon/index.js +5 -7
- package/dist/components/Icons/Exit/index.js +5 -7
- package/dist/components/Icons/Expand/index.js +5 -7
- package/dist/components/Icons/Eye/index.js +7 -3
- package/dist/components/Icons/Factory/index.js +20 -22
- package/dist/components/Icons/FactoryIcon/index.js +5 -7
- package/dist/components/Icons/Featus/index.js +5 -7
- package/dist/components/Icons/FeedbackLoop/index.js +5 -7
- package/dist/components/Icons/FileAudio/index.js +7 -9
- package/dist/components/Icons/FileCode/index.js +5 -7
- package/dist/components/Icons/FileDocument/index.js +11 -13
- package/dist/components/Icons/FileEmail/index.js +5 -7
- package/dist/components/Icons/FileMovie/index.js +5 -7
- package/dist/components/Icons/FilePath/index.js +5 -7
- package/dist/components/Icons/FilePdf/index.js +9 -11
- package/dist/components/Icons/FilePresentation/index.js +13 -15
- package/dist/components/Icons/FileSpreadsheet/index.js +9 -11
- package/dist/components/Icons/FileText/index.js +11 -13
- package/dist/components/Icons/FileVector/index.js +5 -7
- package/dist/components/Icons/Filter/index.js +5 -7
- package/dist/components/Icons/Fingerprint/index.js +5 -7
- package/dist/components/Icons/Flag/index.js +5 -7
- package/dist/components/Icons/Flash/index.js +5 -7
- package/dist/components/Icons/FlashOff/index.js +5 -7
- package/dist/components/Icons/Flower/index.js +5 -7
- package/dist/components/Icons/Folder/index.js +6 -8
- package/dist/components/Icons/FolderSolid/index.js +5 -7
- package/dist/components/Icons/FolderZip/index.js +6 -8
- package/dist/components/Icons/FurloughNavigator/index.js +7 -9
- package/dist/components/Icons/Gallery/index.js +5 -7
- package/dist/components/Icons/GestureTouch/index.js +5 -7
- package/dist/components/Icons/Ghost/index.js +5 -7
- package/dist/components/Icons/Gift/index.js +5 -7
- package/dist/components/Icons/Globe/index.js +5 -7
- package/dist/components/Icons/Grid/index.js +5 -7
- package/dist/components/Icons/Headset/index.js +5 -7
- package/dist/components/Icons/Health/index.js +5 -7
- package/dist/components/Icons/Heart/index.js +5 -7
- package/dist/components/Icons/Help/index.js +5 -7
- package/dist/components/Icons/Home/index.js +5 -7
- package/dist/components/Icons/Hourglass/index.js +5 -7
- package/dist/components/Icons/IdCard/index.js +5 -7
- package/dist/components/Icons/Image/index.js +9 -11
- package/dist/components/Icons/Inbox/index.js +5 -7
- package/dist/components/Icons/InboxEmpty/index.js +5 -7
- package/dist/components/Icons/Information/index.js +5 -7
- package/dist/components/Icons/Injury/index.js +64 -66
- package/dist/components/Icons/KebabMenuHorizontal/index.js +5 -7
- package/dist/components/Icons/KebabMenuVertical/index.js +5 -7
- package/dist/components/Icons/Lazydave/index.js +71 -73
- package/dist/components/Icons/LazydaveMoodle/index.js +71 -73
- package/dist/components/Icons/LeftArrow/index.js +5 -7
- package/dist/components/Icons/Legal/index.js +5 -7
- package/dist/components/Icons/Lightning/index.js +5 -7
- package/dist/components/Icons/LineChart/index.js +5 -7
- package/dist/components/Icons/Link/index.js +5 -7
- package/dist/components/Icons/List/index.js +21 -23
- package/dist/components/Icons/ListBullets/index.js +5 -7
- package/dist/components/Icons/LocationPin/index.js +5 -7
- package/dist/components/Icons/Loop/index.js +5 -7
- package/dist/components/Icons/Magicwand/index.js +5 -7
- package/dist/components/Icons/Mail/index.js +5 -7
- package/dist/components/Icons/MandatoryLeave/index.js +5 -7
- package/dist/components/Icons/Medal/index.js +5 -7
- package/dist/components/Icons/Medical/index.js +5 -7
- package/dist/components/Icons/MedicalBag/index.js +5 -7
- package/dist/components/Icons/Medication/index.js +5 -7
- package/dist/components/Icons/MenuHamburger/index.js +5 -7
- package/dist/components/Icons/Message/index.js +5 -7
- package/dist/components/Icons/Meteor/index.js +5 -7
- package/dist/components/Icons/MinusCircle/index.js +5 -7
- package/dist/components/Icons/MinusSquare/index.js +5 -7
- package/dist/components/Icons/MoneyStack/index.js +5 -7
- package/dist/components/Icons/MoveFile/index.js +5 -7
- package/dist/components/Icons/New/index.js +9 -11
- package/dist/components/Icons/New2/index.js +9 -11
- package/dist/components/Icons/NewWindow/index.js +5 -7
- package/dist/components/Icons/Night/index.js +5 -7
- package/dist/components/Icons/NotAllowed/index.js +5 -7
- package/dist/components/Icons/Note/index.js +7 -9
- package/dist/components/Icons/Notepad/index.js +5 -7
- package/dist/components/Icons/Notifications/index.js +5 -7
- package/dist/components/Icons/OrganisationConnection/index.js +5 -7
- package/dist/components/Icons/Overtime/index.js +5 -7
- package/dist/components/Icons/Pacman/index.js +5 -7
- package/dist/components/Icons/PadlockLocked/index.js +5 -7
- package/dist/components/Icons/PadlockUnlocked/index.js +5 -7
- package/dist/components/Icons/PaperStack/index.js +5 -7
- package/dist/components/Icons/Paperclip/index.js +5 -7
- package/dist/components/Icons/PayrollNavigator/index.js +5 -7
- package/dist/components/Icons/Pencil/index.js +5 -7
- package/dist/components/Icons/Perspective/index.js +5 -7
- package/dist/components/Icons/Phone/index.js +5 -7
- package/dist/components/Icons/PhoneWork/index.js +5 -7
- package/dist/components/Icons/PieChart/index.js +5 -7
- package/dist/components/Icons/Pin/index.js +5 -7
- package/dist/components/Icons/Plaster/index.js +5 -7
- package/dist/components/Icons/Plus/index.js +5 -7
- package/dist/components/Icons/PlusCircle/index.js +5 -7
- package/dist/components/Icons/PoP/index.js +7 -9
- package/dist/components/Icons/Power/index.js +5 -7
- package/dist/components/Icons/Pram/index.js +5 -7
- package/dist/components/Icons/PrintIcon/index.js +14 -16
- package/dist/components/Icons/Printer/index.js +5 -7
- package/dist/components/Icons/Pulse/index.js +5 -7
- package/dist/components/Icons/Puzzle/index.js +5 -7
- package/dist/components/Icons/Question/index.js +5 -7
- package/dist/components/Icons/Radar/index.js +5 -7
- package/dist/components/Icons/Records/index.js +5 -7
- package/dist/components/Icons/RedunancyNavigator/index.js +5 -7
- package/dist/components/Icons/Refresh/index.js +5 -7
- package/dist/components/Icons/Requests/index.js +5 -7
- package/dist/components/Icons/Ribbon/index.js +5 -7
- package/dist/components/Icons/RightArrow/index.js +5 -7
- package/dist/components/Icons/Road/index.js +9 -11
- package/dist/components/Icons/Rosette/index.js +5 -7
- package/dist/components/Icons/Rotas/index.js +5 -7
- package/dist/components/Icons/RotateImage/index.js +5 -7
- package/dist/components/Icons/Rush/index.js +5 -7
- package/dist/components/Icons/Search/index.js +5 -7
- package/dist/components/Icons/SelectArrow/index.js +5 -7
- package/dist/components/Icons/Send/index.js +5 -7
- package/dist/components/Icons/SettingsSliders/index.js +5 -7
- package/dist/components/Icons/Share/index.js +5 -7
- package/dist/components/Icons/Shield/index.js +5 -7
- package/dist/components/Icons/Shifts/index.js +5 -7
- package/dist/components/Icons/Shredder/index.js +5 -7
- package/dist/components/Icons/Signature/index.js +5 -7
- package/dist/components/Icons/Skull/index.js +5 -7
- package/dist/components/Icons/SocialFacebook/index.js +5 -7
- package/dist/components/Icons/SocialInstagram/index.js +5 -7
- package/dist/components/Icons/SocialLinkedin/index.js +5 -7
- package/dist/components/Icons/SocialTwitter/index.js +5 -7
- package/dist/components/Icons/SocialYoutube/index.js +5 -7
- package/dist/components/Icons/SortAscending/index.js +5 -7
- package/dist/components/Icons/SortDescending/index.js +5 -7
- package/dist/components/Icons/Stamp/index.js +5 -7
- package/dist/components/Icons/Star/index.js +5 -7
- package/dist/components/Icons/Steam/index.js +5 -7
- package/dist/components/Icons/Stethoscope/index.js +5 -7
- package/dist/components/Icons/Stop/index.js +5 -7
- package/dist/components/Icons/Suitcase/index.js +5 -7
- package/dist/components/Icons/Sun/index.js +5 -7
- package/dist/components/Icons/Switch/index.js +5 -7
- package/dist/components/Icons/TableGrid/index.js +5 -7
- package/dist/components/Icons/Tachograph/index.js +5 -7
- package/dist/components/Icons/Tag/index.js +5 -7
- package/dist/components/Icons/Target/index.js +5 -7
- package/dist/components/Icons/Tasklist/index.js +40 -42
- package/dist/components/Icons/ThumbsDown/index.js +5 -7
- package/dist/components/Icons/ThumbsUp/index.js +5 -7
- package/dist/components/Icons/Tick/index.js +5 -7
- package/dist/components/Icons/TickCircle/index.js +5 -7
- package/dist/components/Icons/TickThick/index.js +5 -7
- package/dist/components/Icons/ToilEarned/index.js +9 -11
- package/dist/components/Icons/ToilTaken/index.js +13 -15
- package/dist/components/Icons/Tooth/index.js +5 -7
- package/dist/components/Icons/TrainingEvents/index.js +5 -7
- package/dist/components/Icons/Trash/index.js +5 -7
- package/dist/components/Icons/Umbrella/index.js +5 -7
- package/dist/components/Icons/Unpaid/index.js +5 -7
- package/dist/components/Icons/UpArrow/index.js +5 -7
- package/dist/components/Icons/Upload/index.js +5 -7
- package/dist/components/Icons/User/index.js +5 -7
- package/dist/components/Icons/UserAdd/index.js +5 -7
- package/dist/components/Icons/UserId/index.js +5 -7
- package/dist/components/Icons/UserRemove/index.js +5 -7
- package/dist/components/Icons/Users/index.js +5 -7
- package/dist/components/Icons/Virus/index.js +5 -7
- package/dist/components/Icons/Visibility/index.js +14 -16
- package/dist/components/Icons/Wallet/index.js +5 -7
- package/dist/components/Icons/Watch/index.js +5 -7
- package/dist/components/Icons/Week/index.js +10 -12
- package/dist/components/Icons/Xing/index.js +5 -7
- package/dist/components/Icons/index.js +35 -46
- package/dist/components/InlineLoader/index.js +46 -61
- package/dist/components/Input/index.js +49 -34
- package/dist/components/InputBox/AdornedBox/Adornment/index.js +37 -53
- package/dist/components/InputBox/AdornedBox/index.js +60 -53
- package/dist/components/InputBox/InputError/index.js +5 -15
- package/dist/components/InputBox/InputFactory/index.js +17 -15
- package/dist/components/InputBox/UnadornedBox/index.js +34 -25
- package/dist/components/InputBox/index.js +4 -6
- package/dist/components/InputWithIcon/index.js +30 -30
- package/dist/components/InputWithUnit/index.js +63 -73
- package/dist/components/Label/index.js +9 -14
- package/dist/components/Legend/index.js +5 -14
- package/dist/components/LinkButton/index.js +29 -20
- package/dist/components/Lists/DL/DD/index.js +3 -14
- package/dist/components/Lists/DL/DT/index.js +4 -14
- package/dist/components/Lists/DL/index.js +3 -14
- package/dist/components/Lists/LI/index.js +3 -14
- package/dist/components/Lists/OL/index.js +3 -14
- package/dist/components/Lists/UL/index.js +3 -14
- package/dist/components/LoadingContainer/index.js +24 -25
- package/dist/components/Modal/ModalBody/index.js +3 -16
- package/dist/components/Modal/ModalHeader/index.js +23 -31
- package/dist/components/Modal/index.js +71 -96
- package/dist/components/NumberInput/componentMap/index.js +4 -2
- package/dist/components/NumberInput/decimalFilter/index.js +1 -1
- package/dist/components/NumberInput/index.js +51 -55
- package/dist/components/NumberInput/inputMode/index.js +1 -1
- package/dist/components/NumberInput/integerFilter/index.js +1 -1
- package/dist/components/Options/index.js +59 -66
- package/dist/components/PageLoader/index.js +75 -91
- package/dist/components/Pill/index.js +22 -35
- package/dist/components/ProgressBar/index.js +39 -58
- package/dist/components/ProgressSteps/index.js +100 -49
- package/dist/components/ProvincePicker/index.js +21 -23
- package/dist/components/Radio/index.js +54 -59
- package/dist/components/RadioBlock/index.js +59 -80
- package/dist/components/ResponsiveTabs/index.js +93 -110
- package/dist/components/SearchInput/index.js +64 -52
- package/dist/components/Select/Optgroup/index.js +7 -3
- package/dist/components/Select/Option/index.js +8 -4
- package/dist/components/Select/index.js +42 -28
- package/dist/components/SelectedFile/index.js +62 -85
- package/dist/components/Snackbar/index.js +108 -157
- package/dist/components/StatusBadge/index.js +15 -19
- package/dist/components/Styleguide/ConstantsList/index.js +40 -88
- package/dist/components/Switch/index.js +55 -82
- package/dist/components/Table/Cell/index.js +18 -21
- package/dist/components/Table/HeaderCell/index.js +4 -13
- package/dist/components/Table/Row/index.js +6 -13
- package/dist/components/Table/TableBody/index.js +7 -3
- package/dist/components/Table/TableFooter/index.js +7 -3
- package/dist/components/Table/TableHeader/index.js +7 -3
- package/dist/components/Table/index.js +3 -14
- package/dist/components/Tabs/Tab/index.js +23 -13
- package/dist/components/Tabs/TabList/index.js +8 -13
- package/dist/components/Tabs/TabPanel/index.js +6 -12
- package/dist/components/Tabs/index.js +4 -13
- package/dist/components/Textarea/index.js +50 -27
- package/dist/components/Time/DurationPicker/DurationOverlay/index.js +40 -42
- package/dist/components/Time/DurationPicker/index.js +46 -62
- package/dist/components/Time/OverlayBase/UnitInput/index.js +68 -103
- package/dist/components/Time/OverlayBase/index.js +77 -85
- package/dist/components/Time/TimePicker/TimeOverlay/UnitInput/index.js +62 -91
- package/dist/components/Time/TimePicker/TimeOverlay/index.js +87 -133
- package/dist/components/Time/TimePicker/index.js +76 -95
- package/dist/components/TimeInput/index.js +1 -1
- package/dist/components/TimePicker/DayPart/DayPartOverlay/index.js +98 -189
- package/dist/components/TimePicker/DayPart/index.js +59 -105
- package/dist/components/TimePicker/Elements/Actions/index.js +6 -14
- package/dist/components/TimePicker/Elements/CancelLink/index.js +7 -13
- package/dist/components/TimePicker/Elements/DownIcon/index.js +10 -19
- package/dist/components/TimePicker/Elements/IncrementNotice/index.js +6 -14
- package/dist/components/TimePicker/Elements/PickerSeparator/index.js +5 -14
- package/dist/components/TimePicker/Elements/Title/index.js +8 -14
- package/dist/components/TimePicker/Elements/TitleUnderline/index.js +9 -14
- package/dist/components/TimePicker/Elements/UpIcon/index.js +10 -19
- package/dist/components/TimePicker/Time/TimeInput/index.js +58 -77
- package/dist/components/TimePicker/Time/TimeOverlay/index.js +185 -210
- package/dist/components/TimePicker/Time/index.js +76 -105
- package/dist/components/TimePicker/utils/PickerGA/index.js +9 -7
- package/dist/components/TimePicker/utils/constants/loopStatus.js +1 -1
- package/dist/components/TimePicker/utils/limitAround/index.js +1 -1
- package/dist/components/TimePicker/utils/loopAround/index.js +3 -3
- package/dist/components/TimePicker/utils/loopAroundMinutes/index.js +3 -3
- package/dist/components/TimePicker/utils/roundToMultiple/index.js +1 -3
- package/dist/components/Tooltip/index.js +74 -80
- package/dist/components/Typeahead/MobileHeader/index.js +29 -24
- package/dist/components/Typeahead/Option/OptionImage/index.js +12 -35
- package/dist/components/Typeahead/Option/index.js +60 -103
- package/dist/components/Typeahead/Options/index.js +15 -18
- package/dist/components/Typeahead/index.js +191 -185
- package/dist/components/Typeahead/mocks/employees.js +1 -1
- package/dist/components/Typeahead/utils/getSelected/index.js +2 -4
- package/dist/components/Typography/H1/index.js +7 -14
- package/dist/components/Typography/H2/index.js +7 -14
- package/dist/components/Typography/H3/index.js +7 -14
- package/dist/components/Typography/H4/index.js +7 -14
- package/dist/components/Typography/H5/index.js +7 -14
- package/dist/components/Typography/H6/index.js +7 -14
- package/dist/components/Typography/P/index.js +4 -16
- package/dist/components/Typography/Small/index.js +3 -16
- package/dist/components/Validation/index.js +18 -20
- package/dist/components/WithDayPicker/index.js +37 -62
- package/dist/components/WithValidation/index.js +44 -61
- package/dist/components/XingLoader/index.js +56 -112
- package/dist/components/withConfirmation/index.js +69 -68
- package/dist/components/withModal/index.js +14 -28
- package/dist/constants/breakpoints/index.js +1 -1
- package/dist/constants/colors/index.js +47 -47
- package/dist/constants/documents/index.js +3 -3
- package/dist/constants/spacing/index.js +1 -1
- package/dist/constants/vars/index.js +8 -8
- package/dist/constants/z-index/index.js +1 -1
- package/dist/hooks/useClickOutside/index.js +5 -5
- package/dist/setupTests.js +8 -8
- package/dist/test-utils/renderCheck/index.js +15 -17
- package/dist/test-utils/waitForAsync/index.js +1 -5
- package/dist/utils/numbers/getBoundedValue/index.js +1 -1
- package/dist/utils/pad/index.js +2 -2
- package/dist/utils/range/index.js +3 -5
- package/dist/utils/roundTo/index.js +5 -5
- package/dist/utils/setBreakPoint/index.js +1 -3
- package/dist/utils/stripUnit/index.js +2 -2
- package/dist/utils/time/Duration/index.js +33 -41
- package/dist/utils/time/durationToMilliseconds/index.js +11 -21
- package/dist/utils/time/durationToTimeString/index.js +3 -5
- package/dist/utils/time/millisecondsToDuration/index.js +6 -6
- package/dist/utils/trackForm/index.js +34 -37
- package/package.json +5 -5
@@ -33,156 +33,97 @@ var _breakpoints = _interopRequireDefault(require("../../constants/breakpoints")
|
|
33
33
|
|
34
34
|
var _Calendar = _interopRequireDefault(require("../Icons/Calendar"));
|
35
35
|
|
36
|
-
function _getRequireWildcardCache() { if (typeof WeakMap !== "function") return null; var
|
36
|
+
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
37
37
|
|
38
|
-
function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } var cache = _getRequireWildcardCache(); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {};
|
38
|
+
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
39
39
|
|
40
40
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
41
41
|
|
42
|
-
function
|
43
|
-
|
44
|
-
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
45
|
-
|
46
|
-
function _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; subClass.__proto__ = superClass; }
|
47
|
-
|
48
|
-
function _templateObject8() {
|
49
|
-
var data = _taggedTemplateLiteralLoose(["\n\t\t\tpadding: 0.75rem 1rem !important;\n\t\t\tmargin: 7px 0 !important;\n\t\t\tborder-radius: 0px !important;\n\t\t\tborder: 2px solid #c3c8cd !important;\n\t\t\tmin-height: 3rem !important;\n\t\t\tfont-family: galano;\n\t\t\tcolor: #404040;\n\t\t\tfont-size: inherit;\n\t\t"]);
|
50
|
-
|
51
|
-
_templateObject8 = function _templateObject8() {
|
52
|
-
return data;
|
53
|
-
};
|
54
|
-
|
55
|
-
return data;
|
56
|
-
}
|
57
|
-
|
58
|
-
function _templateObject7() {
|
59
|
-
var data = _taggedTemplateLiteralLoose(["\n\t\t\tmargin-bottom: 0px !important;\n\t\t\tborder-bottom-left-radius: 0px;\n\t\t\tborder-bottom-right-radius: 0px;\n\t\t\tborder-color: ", " !important;\n\t\t"]);
|
60
|
-
|
61
|
-
_templateObject7 = function _templateObject7() {
|
62
|
-
return data;
|
63
|
-
};
|
64
|
-
|
65
|
-
return data;
|
66
|
-
}
|
67
|
-
|
68
|
-
function _templateObject6() {
|
69
|
-
var data = _taggedTemplateLiteralLoose(["\n\t\t\tcolor: ", ";\n\t\t\t-webkit-text-fill-color: ", ";\n\t\t\tborder-color: ", " !important;\n\t\t\tbackground-color: ", ";\n\t\t"]);
|
70
|
-
|
71
|
-
_templateObject6 = function _templateObject6() {
|
72
|
-
return data;
|
73
|
-
};
|
74
|
-
|
75
|
-
return data;
|
76
|
-
}
|
42
|
+
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
77
43
|
|
78
|
-
function
|
79
|
-
var data = _taggedTemplateLiteralLoose(["\n\tdisplay: flex;\n\talign-items: center;\n\tjustify-content: space-between;\n\tcursor: ", ";\n\t", ";\n\tuser-select: none;\n\t", ";\n\t", ";\n"]);
|
80
|
-
|
81
|
-
_templateObject5 = function _templateObject5() {
|
82
|
-
return data;
|
83
|
-
};
|
84
|
-
|
85
|
-
return data;
|
86
|
-
}
|
87
|
-
|
88
|
-
function _templateObject4() {
|
89
|
-
var data = _taggedTemplateLiteralLoose(["\n\tcursor: ", ";\n\tmargin-left: ", ";\n\tcolor: ", ";\n"]);
|
90
|
-
|
91
|
-
_templateObject4 = function _templateObject4() {
|
92
|
-
return data;
|
93
|
-
};
|
94
|
-
|
95
|
-
return data;
|
96
|
-
}
|
97
|
-
|
98
|
-
function _templateObject3() {
|
99
|
-
var data = _taggedTemplateLiteralLoose(["\n\toverflow: hidden;\n\theight: auto;\n\tbackground-color: ", ";\n\tbox-shadow: ", ";\n\tz-index: ", ";\n\twidth: 100%;\n\tmin-width: 280px;\n\n\t@media (min-width: ", ") {\n\t\t", ";\n\t\twidth: ", ";\n\t}\n"]);
|
100
|
-
|
101
|
-
_templateObject3 = function _templateObject3() {
|
102
|
-
return data;
|
103
|
-
};
|
104
|
-
|
105
|
-
return data;
|
106
|
-
}
|
107
|
-
|
108
|
-
function _templateObject2() {
|
109
|
-
var data = _taggedTemplateLiteralLoose(["\n\tcolor: ", ";\n\tfont-family: 'galano', sans-serif;\n"]);
|
110
|
-
|
111
|
-
_templateObject2 = function _templateObject2() {
|
112
|
-
return data;
|
113
|
-
};
|
114
|
-
|
115
|
-
return data;
|
116
|
-
}
|
117
|
-
|
118
|
-
function _templateObject() {
|
119
|
-
var data = _taggedTemplateLiteralLoose(["\n\tposition: relative;\n\tdisplay: inline-block;\n\twidth: 100%;\n"]);
|
120
|
-
|
121
|
-
_templateObject = function _templateObject() {
|
122
|
-
return data;
|
123
|
-
};
|
124
|
-
|
125
|
-
return data;
|
126
|
-
}
|
127
|
-
|
128
|
-
function _taggedTemplateLiteralLoose(strings, raw) { if (!raw) { raw = strings.slice(0); } strings.raw = raw; return strings; }
|
129
|
-
|
130
|
-
var friendlyShort = 'EEE dd MMM';
|
131
|
-
var friendlyShortWithYear = 'EEE dd MMM yyyy';
|
132
|
-
|
133
|
-
var DayPickerInputContainer = _styledComponents.default.div(_templateObject());
|
44
|
+
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
134
45
|
|
46
|
+
const friendlyShort = 'EEE dd MMM';
|
47
|
+
const friendlyShortWithYear = 'EEE dd MMM yyyy';
|
48
|
+
const DayPickerInputContainer = _styledComponents.default.div`
|
49
|
+
position: relative;
|
50
|
+
display: inline-block;
|
51
|
+
width: 100%;
|
52
|
+
`;
|
135
53
|
DayPickerInputContainer.displayName = 'DayPickerInputContainer';
|
136
|
-
|
137
|
-
|
138
|
-
|
54
|
+
const Placeholder = _styledComponents.default.span`
|
55
|
+
color: ${_colors.default.placeholder};
|
56
|
+
font-family: 'galano', sans-serif;
|
57
|
+
`;
|
139
58
|
Placeholder.displayName = 'Placeholder';
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
}
|
146
|
-
|
59
|
+
const DayRangeContainer = _styledComponents.default.div`
|
60
|
+
overflow: hidden;
|
61
|
+
height: auto;
|
62
|
+
background-color: ${_colors.default.white};
|
63
|
+
box-shadow: ${_vars.default.boxShadow};
|
64
|
+
z-index: ${_zIndex.default.OVERLAY};
|
65
|
+
width: 100%;
|
66
|
+
min-width: 280px;
|
67
|
+
|
68
|
+
@media (min-width: ${_breakpoints.default.tablet}) {
|
69
|
+
${props => props.panelAbsoluteOnDesktop && 'position: absolute'};
|
70
|
+
width: ${props => props.width || '350px'};
|
71
|
+
}
|
72
|
+
`;
|
147
73
|
DayRangeContainer.displayName = 'DayRangeContainer';
|
148
|
-
|
149
|
-
|
150
|
-
|
74
|
+
const OpenCalendarIcon = (0, _styledComponents.default)(_Calendar.default)`
|
75
|
+
cursor: ${props => props.disabled ? 'not-allowed' : 'pointer'};
|
76
|
+
margin-left: ${_spacing.default.s1};
|
77
|
+
color: ${_colors.default.primary};
|
78
|
+
`;
|
151
79
|
OpenCalendarIcon.displayName = 'OpenCalendarIcon';
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
}
|
80
|
+
const InputBox = (0, _styledComponents.default)(_Input.default.withComponent('div'))`
|
81
|
+
display: flex;
|
82
|
+
align-items: center;
|
83
|
+
justify-content: space-between;
|
84
|
+
cursor: ${props => props.disabled ? 'not-allowed' : 'pointer'};
|
85
|
+
${props => props.disabled && (0, _styledComponents.css)`
|
86
|
+
color: ${_colors.default.disabled};
|
87
|
+
-webkit-text-fill-color: ${_colors.default.disabled};
|
88
|
+
border-color: ${_colors.default.disabledOutline} !important;
|
89
|
+
background-color: ${_colors.default.disabledBackground};
|
90
|
+
`};
|
91
|
+
user-select: none;
|
92
|
+
${props => props.error && (0, _styledComponents.css)`
|
93
|
+
margin-bottom: 0px !important;
|
94
|
+
border-bottom-left-radius: 0px;
|
95
|
+
border-bottom-right-radius: 0px;
|
96
|
+
border-color: ${_colors.default.borderError} !important;
|
97
|
+
`};
|
98
|
+
${props => props.legacyInputStyle && (0, _styledComponents.css)`
|
99
|
+
padding: 0.75rem 1rem !important;
|
100
|
+
margin: 7px 0 !important;
|
101
|
+
border-radius: 0px !important;
|
102
|
+
border: 2px solid #c3c8cd !important;
|
103
|
+
min-height: 3rem !important;
|
104
|
+
font-family: galano;
|
105
|
+
color: #404040;
|
106
|
+
font-size: inherit;
|
107
|
+
`};
|
108
|
+
`;
|
161
109
|
InputBox.displayName = 'InputBox';
|
162
110
|
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
_this = _React$Component.call(this, props) || this;
|
172
|
-
var open = props.open;
|
173
|
-
_this.state = {
|
111
|
+
class DayPicker extends _react.default.Component {
|
112
|
+
constructor(props) {
|
113
|
+
super(props);
|
114
|
+
const {
|
115
|
+
open
|
116
|
+
} = props;
|
117
|
+
this.state = {
|
174
118
|
dayPickerOpen: open || false
|
175
119
|
};
|
176
|
-
(0, _reactAutobind.default)(
|
177
|
-
|
178
|
-
return _this;
|
120
|
+
(0, _reactAutobind.default)(this);
|
121
|
+
this.containerRef = _react.default.createRef();
|
179
122
|
}
|
180
123
|
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
var prop = this.props.month;
|
185
|
-
var propDate = this.props.range.from;
|
124
|
+
getDefaultMonth() {
|
125
|
+
const prop = this.props.month;
|
126
|
+
const propDate = this.props.range.from;
|
186
127
|
|
187
128
|
if (typeof prop !== 'undefined') {
|
188
129
|
return prop;
|
@@ -193,11 +134,11 @@ function (_React$Component) {
|
|
193
134
|
}
|
194
135
|
|
195
136
|
return (0, _dateFns.startOfToday)().getMonth();
|
196
|
-
}
|
137
|
+
}
|
197
138
|
|
198
|
-
|
199
|
-
|
200
|
-
|
139
|
+
getDefaultYear() {
|
140
|
+
const prop = this.props.year;
|
141
|
+
const propDate = this.props.range.from;
|
201
142
|
|
202
143
|
if (typeof prop !== 'undefined') {
|
203
144
|
return prop;
|
@@ -207,125 +148,147 @@ function (_React$Component) {
|
|
207
148
|
return propDate.getFullYear();
|
208
149
|
}
|
209
150
|
|
210
|
-
|
211
|
-
|
151
|
+
const currentYear = (0, _dateFns.startOfToday)().getFullYear();
|
152
|
+
const {
|
153
|
+
yearRange
|
154
|
+
} = this.props;
|
212
155
|
|
213
156
|
if (currentYear <= yearRange.max && currentYear >= yearRange.min) {
|
214
157
|
return currentYear;
|
215
158
|
}
|
216
159
|
|
217
160
|
return Math.abs(yearRange.max - currentYear) > Math.abs(yearRange.min - currentYear) ? yearRange.min : yearRange.max;
|
218
|
-
}
|
161
|
+
}
|
219
162
|
|
220
|
-
|
221
|
-
|
222
|
-
|
223
|
-
|
163
|
+
getDisplayFormat() {
|
164
|
+
const {
|
165
|
+
displayFormat,
|
166
|
+
dateRange
|
167
|
+
} = this.props;
|
224
168
|
|
225
169
|
if (displayFormat) {
|
226
170
|
return displayFormat === 'friendlyShortWithYear' ? friendlyShortWithYear : friendlyShort;
|
227
171
|
}
|
228
172
|
|
229
|
-
|
230
|
-
|
231
|
-
|
173
|
+
const {
|
174
|
+
range: {
|
175
|
+
from,
|
176
|
+
to
|
177
|
+
}
|
178
|
+
} = this.props;
|
232
179
|
return (0, _dateFns.isSameYear)(from, to) && dateRange ? friendlyShort : friendlyShortWithYear;
|
233
|
-
}
|
180
|
+
}
|
234
181
|
|
235
|
-
|
236
|
-
|
237
|
-
|
182
|
+
closeDayPicker() {
|
183
|
+
const {
|
184
|
+
onBlur
|
185
|
+
} = this.props;
|
186
|
+
const {
|
187
|
+
dayPickerOpen
|
188
|
+
} = this.state;
|
238
189
|
if (onBlur && dayPickerOpen) onBlur();
|
239
190
|
this.setState({
|
240
191
|
dayPickerOpen: false
|
241
192
|
});
|
242
|
-
}
|
193
|
+
}
|
243
194
|
|
244
|
-
|
195
|
+
handleClickOutside() {
|
245
196
|
this.closeDayPicker();
|
246
|
-
}
|
247
|
-
|
248
|
-
_proto.toggleDayPicker = function toggleDayPicker() {
|
249
|
-
var _this2 = this;
|
197
|
+
}
|
250
198
|
|
251
|
-
|
252
|
-
|
253
|
-
|
254
|
-
|
199
|
+
toggleDayPicker() {
|
200
|
+
const {
|
201
|
+
disabled,
|
202
|
+
GA
|
203
|
+
} = this.props;
|
204
|
+
const {
|
205
|
+
dayPickerOpen
|
206
|
+
} = this.state;
|
255
207
|
if (disabled) return;
|
256
208
|
|
257
209
|
if (GA.category && !dayPickerOpen) {
|
258
210
|
(0, _reactGa.event)({
|
259
211
|
category: GA.category,
|
260
|
-
action: GA.actionId
|
212
|
+
action: `${GA.actionId} - DayPicker Input Open`
|
261
213
|
});
|
262
214
|
}
|
263
215
|
|
264
216
|
this.setState({
|
265
217
|
dayPickerOpen: !dayPickerOpen
|
266
|
-
},
|
267
|
-
if (
|
268
|
-
|
218
|
+
}, () => {
|
219
|
+
if (this.containerRef.current) {
|
220
|
+
this.containerRef.current.scrollIntoView({
|
269
221
|
behavior: 'smooth',
|
270
222
|
block: 'nearest'
|
271
223
|
});
|
272
224
|
}
|
273
225
|
});
|
274
|
-
}
|
226
|
+
}
|
275
227
|
|
276
|
-
|
228
|
+
clearValue() {
|
277
229
|
this.applyDate({
|
278
230
|
from: undefined,
|
279
231
|
to: undefined
|
280
232
|
});
|
281
|
-
}
|
282
|
-
|
283
|
-
|
284
|
-
|
285
|
-
|
286
|
-
|
287
|
-
|
288
|
-
|
289
|
-
|
290
|
-
from
|
291
|
-
|
233
|
+
}
|
234
|
+
|
235
|
+
applyDate(dates) {
|
236
|
+
const {
|
237
|
+
dateRange,
|
238
|
+
onSelectedDate
|
239
|
+
} = this.props;
|
240
|
+
const {
|
241
|
+
to,
|
242
|
+
from
|
243
|
+
} = dates;
|
244
|
+
const range = to && dateRange ? {
|
245
|
+
from,
|
246
|
+
to
|
292
247
|
} : {
|
293
|
-
from
|
248
|
+
from,
|
294
249
|
to: from
|
295
250
|
};
|
296
251
|
this.closeDayPicker();
|
297
252
|
onSelectedDate(range);
|
298
|
-
}
|
299
|
-
|
300
|
-
|
301
|
-
|
302
|
-
|
303
|
-
|
304
|
-
|
305
|
-
|
306
|
-
|
307
|
-
|
308
|
-
|
309
|
-
|
310
|
-
|
311
|
-
|
312
|
-
|
313
|
-
|
314
|
-
|
315
|
-
|
316
|
-
|
317
|
-
|
318
|
-
|
319
|
-
|
320
|
-
|
321
|
-
|
322
|
-
|
323
|
-
|
324
|
-
|
325
|
-
|
326
|
-
|
327
|
-
|
328
|
-
|
253
|
+
}
|
254
|
+
|
255
|
+
render() {
|
256
|
+
const _this$props = this.props,
|
257
|
+
{
|
258
|
+
allowClear,
|
259
|
+
placeholder,
|
260
|
+
dateRange,
|
261
|
+
yearRange,
|
262
|
+
yearsToDisplay,
|
263
|
+
style,
|
264
|
+
error,
|
265
|
+
disabled,
|
266
|
+
shortcuts,
|
267
|
+
disabledDays,
|
268
|
+
GA,
|
269
|
+
recordValue,
|
270
|
+
legacyInputStyle,
|
271
|
+
closeButton,
|
272
|
+
panelAbsoluteOnDesktop,
|
273
|
+
onSelectedDate,
|
274
|
+
isDateSelect
|
275
|
+
} = _this$props,
|
276
|
+
rest = _objectWithoutProperties(_this$props, ["allowClear", "placeholder", "dateRange", "yearRange", "yearsToDisplay", "style", "error", "disabled", "shortcuts", "disabledDays", "GA", "recordValue", "legacyInputStyle", "closeButton", "panelAbsoluteOnDesktop", "onSelectedDate", "isDateSelect"]);
|
277
|
+
|
278
|
+
const {
|
279
|
+
dayPickerOpen
|
280
|
+
} = this.state;
|
281
|
+
const {
|
282
|
+
range
|
283
|
+
} = this.props;
|
284
|
+
const fromDate = range.from ? (0, _dateFns.format)(range.from, this.getDisplayFormat()) : '';
|
285
|
+
const toDate = range.to ? (0, _dateFns.format)(range.to, friendlyShortWithYear) : '';
|
286
|
+
const datesToDisplay = dateRange && toDate ? `${fromDate} - ${toDate}` : `${fromDate}`;
|
287
|
+
|
288
|
+
const {
|
289
|
+
width
|
290
|
+
} = style,
|
291
|
+
otherStyles = _objectWithoutProperties(style, ["width"]);
|
329
292
|
|
330
293
|
return _react.default.createElement(DayPickerInputContainer, rest, _react.default.createElement(InputBox, {
|
331
294
|
onClick: this.toggleDayPicker,
|
@@ -357,10 +320,9 @@ function (_React$Component) {
|
|
357
320
|
close: closeButton ? this.closeDayPicker : undefined,
|
358
321
|
isDateSelect: isDateSelect
|
359
322
|
})));
|
360
|
-
}
|
323
|
+
}
|
361
324
|
|
362
|
-
|
363
|
-
}(_react.default.Component);
|
325
|
+
}
|
364
326
|
|
365
327
|
exports.Unwrapped = DayPicker;
|
366
328
|
DayPicker.displayName = 'DayPicker';
|
@@ -15,19 +15,21 @@ var _LinkButton = _interopRequireDefault(require("../../LinkButton"));
|
|
15
15
|
|
16
16
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
17
17
|
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
}
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
18
|
+
const CancelBtn = (0, _styledComponents.default)(_LinkButton.default)`
|
19
|
+
font-family: ${_vars.default.fontStackBold};
|
20
|
+
padding: ${_spacing.default.s1} ${_spacing.default.s2};
|
21
|
+
border: none;
|
22
|
+
background-color: transparent;
|
23
|
+
cursor: pointer;
|
24
|
+
text-decoration: underline;
|
25
|
+
color: ${_colors.default.secondary};
|
26
|
+
font-size: ${_spacing.default.s2};
|
27
|
+
|
28
|
+
&:hover {
|
29
|
+
text-decoration: none;
|
30
|
+
color: ${_colors.default.secondary};
|
31
|
+
}
|
32
|
+
`;
|
31
33
|
CancelBtn.displayName = 'CancelBtn';
|
32
34
|
/** @component */
|
33
35
|
|