bright-components 9.33.0 → 10.1.1
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 +93 -70
- 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 +59 -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
- package/src/components/Checkbox/index.js +2 -2
- package/src/components/Typeahead/Option/index.js +0 -1
@@ -17,32 +17,70 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
|
|
17
17
|
|
18
18
|
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
19
19
|
|
20
|
-
function
|
21
|
-
|
22
|
-
function _templateObject() {
|
23
|
-
var data = _taggedTemplateLiteralLoose(["\n\tposition: relative;\n\tborder-radius: 9999px;\n\tborder: 4px solid white;\n\tbox-shadow: 0px 2px 8px hsla(0, 0%, 0%, 0.25);\n\twidth: 100%;\n\theight: 100%;\n\tbackground: white;\n\n\t& > svg {\n\t\tposition: absolute;\n\t\ttop: 0;\n\t\tleft: 0;\n\t}\n\n\t@media (min-width: ", ") {\n\t\t.svg-item {\n\t\t\twidth: 80%;\n\t\t}\n\t}\n\n\t.donut-ring {\n\t\tstroke: ", ";\n\t\tfill: transparent;\n\t\tstroke-width: 5;\n\t}\n\n\t.donut-hole {\n\t\tfill: white;\n\t}\n\n\t.donut-segment {\n\t\ttransform-origin: center;\n\t\tstroke-dashoffset: 25;\n\t\tanimation: donut2 2s forwards;\n\t\tfill: transparent;\n\t\tstroke-width: 5;\n\t}\n\n\t@keyframes donut2 {\n\t\t0% {\n\t\t\tstroke-dasharray: 100, 0;\n\t\t}\n\t\t30% {\n\t\t\tstroke-dasharray: 100, 0;\n\t\t}\n\t\t100% {\n\t\t\tstroke-dasharray: ", ",\n\t\t\t\t", ";\n\t\t}\n\t}\n"]);
|
24
|
-
|
25
|
-
_templateObject = function _templateObject() {
|
26
|
-
return data;
|
27
|
-
};
|
20
|
+
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; }
|
28
21
|
|
29
|
-
|
30
|
-
}
|
31
|
-
|
32
|
-
function _taggedTemplateLiteralLoose(strings, raw) { if (!raw) { raw = strings.slice(0); } strings.raw = raw; return strings; }
|
33
|
-
|
34
|
-
var Item = _styledComponents.default.div(_templateObject(), _breakpoints.default.smallDesktop, _colors.default.primaryLight, function (props) {
|
35
|
-
return 100 - props.percent;
|
36
|
-
}, function (props) {
|
37
|
-
return props.percent;
|
38
|
-
});
|
22
|
+
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; }
|
39
23
|
|
24
|
+
const Item = _styledComponents.default.div`
|
25
|
+
position: relative;
|
26
|
+
border-radius: 9999px;
|
27
|
+
border: 4px solid white;
|
28
|
+
box-shadow: 0px 2px 8px hsla(0, 0%, 0%, 0.25);
|
29
|
+
width: 100%;
|
30
|
+
height: 100%;
|
31
|
+
background: white;
|
32
|
+
|
33
|
+
& > svg {
|
34
|
+
position: absolute;
|
35
|
+
top: 0;
|
36
|
+
left: 0;
|
37
|
+
}
|
38
|
+
|
39
|
+
@media (min-width: ${_breakpoints.default.smallDesktop}) {
|
40
|
+
.svg-item {
|
41
|
+
width: 80%;
|
42
|
+
}
|
43
|
+
}
|
44
|
+
|
45
|
+
.donut-ring {
|
46
|
+
stroke: ${_colors.default.primaryLight};
|
47
|
+
fill: transparent;
|
48
|
+
stroke-width: 5;
|
49
|
+
}
|
50
|
+
|
51
|
+
.donut-hole {
|
52
|
+
fill: white;
|
53
|
+
}
|
54
|
+
|
55
|
+
.donut-segment {
|
56
|
+
transform-origin: center;
|
57
|
+
stroke-dashoffset: 25;
|
58
|
+
animation: donut2 2s forwards;
|
59
|
+
fill: transparent;
|
60
|
+
stroke-width: 5;
|
61
|
+
}
|
62
|
+
|
63
|
+
@keyframes donut2 {
|
64
|
+
0% {
|
65
|
+
stroke-dasharray: 100, 0;
|
66
|
+
}
|
67
|
+
30% {
|
68
|
+
stroke-dasharray: 100, 0;
|
69
|
+
}
|
70
|
+
100% {
|
71
|
+
stroke-dasharray: ${props => 100 - props.percent},
|
72
|
+
${props => props.percent};
|
73
|
+
}
|
74
|
+
}
|
75
|
+
`;
|
40
76
|
Item.displayName = 'Item';
|
41
77
|
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
78
|
+
const Donut = _ref => {
|
79
|
+
let {
|
80
|
+
children,
|
81
|
+
percents
|
82
|
+
} = _ref,
|
83
|
+
props = _objectWithoutProperties(_ref, ["children", "percents"]);
|
46
84
|
|
47
85
|
return _react.default.createElement(Item, _extends({
|
48
86
|
percent: percents
|
@@ -61,23 +99,27 @@ var Donut = function Donut(_ref) {
|
|
61
99
|
cx: "19",
|
62
100
|
cy: "19",
|
63
101
|
r: "15.91549430918954"
|
64
|
-
}), percents.reduce(
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
102
|
+
}), percents.reduce((_ref2, _ref3) => {
|
103
|
+
let {
|
104
|
+
parts,
|
105
|
+
percentUsed
|
106
|
+
} = _ref2;
|
107
|
+
let {
|
108
|
+
percent,
|
109
|
+
color
|
110
|
+
} = _ref3;
|
69
111
|
return {
|
70
|
-
parts: [
|
71
|
-
key: percent
|
112
|
+
parts: [...parts, _react.default.createElement("circle", {
|
113
|
+
key: `${percent} ${color} ${percentUsed}`,
|
72
114
|
className: "donut-segment",
|
73
115
|
"data-testid": "donut-segment",
|
74
116
|
cx: "19",
|
75
117
|
cy: "19",
|
76
118
|
r: "15.91549430918954",
|
77
|
-
strokeDasharray: percent + percentUsed
|
119
|
+
strokeDasharray: `${percent + percentUsed}, ${100 - (percent + percentUsed)}`,
|
78
120
|
strokeDashoffset: "25",
|
79
121
|
stroke: color
|
80
|
-
})]
|
122
|
+
})],
|
81
123
|
percentUsed: percentUsed + percent
|
82
124
|
};
|
83
125
|
}, {
|
@@ -23,66 +23,33 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
|
|
23
23
|
|
24
24
|
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
25
25
|
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
return data;
|
34
|
-
}
|
35
|
-
|
36
|
-
function _templateObject3() {
|
37
|
-
var data = _taggedTemplateLiteralLoose(["\n\tmargin-bottom: 0;\n\tmargin-top: ", ";\n"]);
|
38
|
-
|
39
|
-
_templateObject3 = function _templateObject3() {
|
40
|
-
return data;
|
41
|
-
};
|
42
|
-
|
43
|
-
return data;
|
44
|
-
}
|
45
|
-
|
46
|
-
function _templateObject2() {
|
47
|
-
var data = _taggedTemplateLiteralLoose(["\n\tmargin-top: ", ";\n"]);
|
48
|
-
|
49
|
-
_templateObject2 = function _templateObject2() {
|
50
|
-
return data;
|
51
|
-
};
|
52
|
-
|
53
|
-
return data;
|
54
|
-
}
|
55
|
-
|
56
|
-
function _templateObject() {
|
57
|
-
var data = _taggedTemplateLiteralLoose(["\n\tborder: 2px dashed ", ";\n\tcolor: ", ";\n\ttext-align: center;\n\tpadding: ", ";\n\tcursor: pointer;\n"]);
|
58
|
-
|
59
|
-
_templateObject = function _templateObject() {
|
60
|
-
return data;
|
61
|
-
};
|
62
|
-
|
63
|
-
return data;
|
64
|
-
}
|
65
|
-
|
66
|
-
function _taggedTemplateLiteralLoose(strings, raw) { if (!raw) { raw = strings.slice(0); } strings.raw = raw; return strings; }
|
67
|
-
|
68
|
-
var StyledDropZone = (0, _styledComponents.default)(_reactDropzone.default)(_templateObject(), _colors.default.grey, _colors.default.grey, _spacing.default.s3);
|
26
|
+
const StyledDropZone = (0, _styledComponents.default)(_reactDropzone.default)`
|
27
|
+
border: 2px dashed ${_colors.default.grey};
|
28
|
+
color: ${_colors.default.grey};
|
29
|
+
text-align: center;
|
30
|
+
padding: ${_spacing.default.s3};
|
31
|
+
cursor: pointer;
|
32
|
+
`;
|
69
33
|
StyledDropZone.displayName = 'StyledDropZone';
|
70
|
-
|
34
|
+
const DropZoneHeader = (0, _styledComponents.default)(_H.default)`
|
35
|
+
margin-top: ${_spacing.default.s2};
|
36
|
+
`;
|
71
37
|
DropZoneHeader.displayName = 'DropZoneHeader';
|
72
|
-
|
73
|
-
|
74
|
-
|
38
|
+
const DropZoneCaveat = _styledComponents.default.p`
|
39
|
+
margin-bottom: 0;
|
40
|
+
margin-top: ${_spacing.default.s1};
|
41
|
+
`;
|
75
42
|
DropZoneCaveat.displayName = 'DropZoneCaveat';
|
76
|
-
|
77
|
-
|
78
|
-
|
43
|
+
const HighlightSecondary = _styledComponents.default.span`
|
44
|
+
color: ${_colors.default.secondary};
|
45
|
+
`;
|
79
46
|
HighlightSecondary.displayName = 'HighlightSecondary';
|
80
47
|
|
81
|
-
|
82
|
-
|
48
|
+
const DropZone = _ref => {
|
49
|
+
let props = _extends({}, _ref);
|
83
50
|
|
84
|
-
|
85
|
-
|
51
|
+
const file = props.multiple ? 'files' : 'file';
|
52
|
+
const browse = props.multiple ? 'your files' : 'for your file';
|
86
53
|
return _react.default.createElement(StyledDropZone, props, _react.default.createElement(_UpArrow.default, null), _react.default.createElement(DropZoneHeader, null, "Drag and drop your ", file, " here to upload"), _react.default.createElement(DropZoneCaveat, null, "or click to ", _react.default.createElement(HighlightSecondary, null, "browse"), ' ', browse));
|
87
54
|
};
|
88
55
|
|
@@ -9,20 +9,17 @@ var _spacing = _interopRequireDefault(require("../../../constants/spacing"));
|
|
9
9
|
|
10
10
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
11
11
|
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
var DropdownItem = _styledComponents.default.div(_templateObject(), _spacing.default.s1, _spacing.default.s2);
|
25
|
-
|
12
|
+
const DropdownItem = _styledComponents.default.div`
|
13
|
+
font: inherit;
|
14
|
+
padding: ${_spacing.default.s1} ${_spacing.default.s2};
|
15
|
+
line-height: 1.45;
|
16
|
+
border-bottom: 1px solid #eaeaea;
|
17
|
+
cursor: pointer;
|
18
|
+
text-align: left;
|
19
|
+
&:hover {
|
20
|
+
background: #eaeaea;
|
21
|
+
}
|
22
|
+
`;
|
26
23
|
DropdownItem.displayName = 'DropdownItem';
|
27
24
|
/* @component */
|
28
25
|
|
@@ -1,7 +1,7 @@
|
|
1
1
|
"use strict";
|
2
2
|
|
3
3
|
exports.__esModule = true;
|
4
|
-
exports.
|
4
|
+
exports.default = exports.UnwrappedDropdown = void 0;
|
5
5
|
|
6
6
|
var _react = _interopRequireDefault(require("react"));
|
7
7
|
|
@@ -33,104 +33,56 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
|
|
33
33
|
|
34
34
|
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
35
35
|
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
function _templateObject5() {
|
41
|
-
var data = _taggedTemplateLiteralLoose(["\n\tdisplay: ", ";\n\tbackground: #fff;\n\tflex: 0 1 150px;\n\tflex-direction: column;\n\tposition: absolute;\n\tbox-shadow: ", ";\n\tborder-radius: ", ";\n\toverflow: hidden;\n"]);
|
42
|
-
|
43
|
-
_templateObject5 = function _templateObject5() {
|
44
|
-
return data;
|
45
|
-
};
|
46
|
-
|
47
|
-
return data;
|
48
|
-
}
|
49
|
-
|
50
|
-
function _templateObject4() {
|
51
|
-
var data = _taggedTemplateLiteralLoose(["\n\tfont: inherit;\n\tpadding-right: ", ";\n"]);
|
52
|
-
|
53
|
-
_templateObject4 = function _templateObject4() {
|
54
|
-
return data;
|
55
|
-
};
|
56
|
-
|
57
|
-
return data;
|
58
|
-
}
|
59
|
-
|
60
|
-
function _templateObject3() {
|
61
|
-
var data = _taggedTemplateLiteralLoose(["\n\tdisplay: flex;\n\tjustify-content: space-between;\n\talign-items: center;\n\theight: 100%;\n"]);
|
62
|
-
|
63
|
-
_templateObject3 = function _templateObject3() {
|
64
|
-
return data;
|
65
|
-
};
|
66
|
-
|
67
|
-
return data;
|
68
|
-
}
|
69
|
-
|
70
|
-
function _templateObject2() {
|
71
|
-
var data = _taggedTemplateLiteralLoose(["\n\theight: 10px;\n\twidth: 10px;\n"]);
|
72
|
-
|
73
|
-
_templateObject2 = function _templateObject2() {
|
74
|
-
return data;
|
75
|
-
};
|
76
|
-
|
77
|
-
return data;
|
78
|
-
}
|
79
|
-
|
80
|
-
function _templateObject() {
|
81
|
-
var data = _taggedTemplateLiteralLoose(["\n\tposition: relative;\n"]);
|
82
|
-
|
83
|
-
_templateObject = function _templateObject() {
|
84
|
-
return data;
|
85
|
-
};
|
86
|
-
|
87
|
-
return data;
|
88
|
-
}
|
89
|
-
|
90
|
-
function _taggedTemplateLiteralLoose(strings, raw) { if (!raw) { raw = strings.slice(0); } strings.raw = raw; return strings; }
|
91
|
-
|
92
|
-
var Container = _styledComponents.default.div(_templateObject());
|
93
|
-
|
36
|
+
const Container = _styledComponents.default.div`
|
37
|
+
position: relative;
|
38
|
+
`;
|
94
39
|
Container.displayName = 'Container';
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
40
|
+
const DropdownIcon = (0, _styledComponents.default)(_Dropdown.default)`
|
41
|
+
height: 10px;
|
42
|
+
width: 10px;
|
43
|
+
`;
|
44
|
+
const FlexContainer = _styledComponents.default.div`
|
45
|
+
display: flex;
|
46
|
+
justify-content: space-between;
|
47
|
+
align-items: center;
|
48
|
+
height: 100%;
|
49
|
+
`;
|
50
|
+
const TitleContainer = _styledComponents.default.span`
|
51
|
+
font: inherit;
|
52
|
+
padding-right: ${_spacing.default.s1};
|
53
|
+
`;
|
54
|
+
const ItemsList = _styledComponents.default.div`
|
55
|
+
display: ${props => props.visible ? 'flex' : 'none'};
|
56
|
+
background: #fff;
|
57
|
+
flex: 0 1 150px;
|
58
|
+
flex-direction: column;
|
59
|
+
position: absolute;
|
60
|
+
box-shadow: ${_vars.default.boxShadow};
|
61
|
+
border-radius: ${_vars.default.borderRadius};
|
62
|
+
overflow: hidden;
|
63
|
+
`;
|
105
64
|
ItemsList.displayName = 'ItemsList';
|
106
65
|
FlexContainer.displayName = 'FlexContainer';
|
107
66
|
DropdownIcon.displayName = 'DropdownIcon';
|
108
67
|
TitleContainer.displayName = 'TitleContainer';
|
109
68
|
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
function Dropdown(props) {
|
116
|
-
var _this;
|
117
|
-
|
118
|
-
_this = _React$Component.call(this, props) || this;
|
119
|
-
_this.state = {
|
69
|
+
class Dropdown extends _react.default.Component {
|
70
|
+
constructor(props) {
|
71
|
+
super(props);
|
72
|
+
this.state = {
|
120
73
|
isOpen: false
|
121
74
|
};
|
122
|
-
(0, _reactAutobind.default)(
|
123
|
-
|
124
|
-
|
125
|
-
return _this;
|
75
|
+
(0, _reactAutobind.default)(this);
|
76
|
+
this.button = _react.default.createRef();
|
77
|
+
this.menu = _react.default.createRef();
|
126
78
|
}
|
127
79
|
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
80
|
+
componentDidMount() {
|
81
|
+
const {
|
82
|
+
placement
|
83
|
+
} = this.props;
|
132
84
|
this.popper = new _popper.default(this.button.current, this.menu.current, {
|
133
|
-
placement
|
85
|
+
placement,
|
134
86
|
enableEventListeners: false,
|
135
87
|
modifiers: {
|
136
88
|
flip: {
|
@@ -144,49 +96,51 @@ function (_React$Component) {
|
|
144
96
|
}
|
145
97
|
}
|
146
98
|
});
|
147
|
-
}
|
99
|
+
}
|
148
100
|
|
149
|
-
|
101
|
+
componentWillUnmount() {
|
150
102
|
this.popper.destroy();
|
151
103
|
this.popper = null;
|
152
|
-
}
|
104
|
+
}
|
153
105
|
|
154
|
-
|
106
|
+
handleClickOutside() {
|
155
107
|
if (this.state.isOpen) {
|
156
108
|
this.setState({
|
157
109
|
isOpen: false
|
158
110
|
});
|
159
111
|
}
|
160
|
-
}
|
161
|
-
|
162
|
-
_proto.toggleDropdown = function toggleDropdown() {
|
163
|
-
var _this2 = this;
|
112
|
+
}
|
164
113
|
|
165
|
-
|
166
|
-
|
114
|
+
toggleDropdown() {
|
115
|
+
this.setState(_ref => {
|
116
|
+
let {
|
117
|
+
isOpen
|
118
|
+
} = _ref;
|
167
119
|
return {
|
168
120
|
isOpen: !isOpen
|
169
121
|
};
|
170
|
-
},
|
171
|
-
if (
|
172
|
-
|
173
|
-
|
174
|
-
_this2.popper.scheduleUpdate();
|
122
|
+
}, () => {
|
123
|
+
if (this.state.isOpen) {
|
124
|
+
this.popper.enableEventListeners();
|
125
|
+
this.popper.scheduleUpdate();
|
175
126
|
} else {
|
176
|
-
|
127
|
+
this.popper.disableEventListeners();
|
177
128
|
}
|
178
129
|
});
|
179
|
-
}
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
|
187
|
-
|
188
|
-
|
189
|
-
|
130
|
+
}
|
131
|
+
|
132
|
+
render() {
|
133
|
+
const {
|
134
|
+
title,
|
135
|
+
children,
|
136
|
+
className,
|
137
|
+
id,
|
138
|
+
buttonProps,
|
139
|
+
button: ButtonOverride
|
140
|
+
} = this.props;
|
141
|
+
const {
|
142
|
+
isOpen
|
143
|
+
} = this.state;
|
190
144
|
return _react.default.createElement(Container, {
|
191
145
|
className: className,
|
192
146
|
"data-e2e": id
|
@@ -206,10 +160,9 @@ function (_React$Component) {
|
|
206
160
|
visible: isOpen,
|
207
161
|
ref: this.menu
|
208
162
|
}, children), document.querySelector('body')));
|
209
|
-
}
|
163
|
+
}
|
210
164
|
|
211
|
-
|
212
|
-
}(_react.default.Component);
|
165
|
+
}
|
213
166
|
|
214
167
|
exports.UnwrappedDropdown = Dropdown;
|
215
168
|
Dropdown.displayName = 'Dropdown';
|
@@ -17,65 +17,50 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
|
|
17
17
|
|
18
18
|
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
19
19
|
|
20
|
-
function
|
21
|
-
|
22
|
-
function _templateObject2() {
|
23
|
-
var data = _taggedTemplateLiteralLoose(["\n\tmargin-right: 10px !important;\n"]);
|
24
|
-
|
25
|
-
_templateObject2 = function _templateObject2() {
|
26
|
-
return data;
|
27
|
-
};
|
20
|
+
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; }
|
28
21
|
|
29
|
-
|
30
|
-
}
|
31
|
-
|
32
|
-
function _templateObject() {
|
33
|
-
var data = _taggedTemplateLiteralLoose(["\n\tdisplay: inline-block;\n"]);
|
34
|
-
|
35
|
-
_templateObject = function _templateObject() {
|
36
|
-
return data;
|
37
|
-
};
|
38
|
-
|
39
|
-
return data;
|
40
|
-
}
|
41
|
-
|
42
|
-
function _taggedTemplateLiteralLoose(strings, raw) { if (!raw) { raw = strings.slice(0); } strings.raw = raw; return strings; }
|
43
|
-
|
44
|
-
var Container = _styledComponents.default.span(_templateObject());
|
22
|
+
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; }
|
45
23
|
|
24
|
+
const Container = _styledComponents.default.span`
|
25
|
+
display: inline-block;
|
26
|
+
`;
|
46
27
|
Container.displayName = 'Container';
|
47
|
-
|
28
|
+
const StyledInputWithUnit = (0, _styledComponents.default)(_InputWithUnit.default)`
|
29
|
+
margin-right: 10px !important;
|
30
|
+
`;
|
48
31
|
StyledInputWithUnit.displayName = 'StyledInputWithUnit';
|
49
32
|
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
33
|
+
const DurationInput = _ref => {
|
34
|
+
let {
|
35
|
+
onChange,
|
36
|
+
value,
|
37
|
+
minHours,
|
38
|
+
maxHours,
|
39
|
+
step,
|
40
|
+
name,
|
41
|
+
onBlur,
|
42
|
+
inDays,
|
43
|
+
minDays,
|
44
|
+
maxDays,
|
45
|
+
gaAction,
|
46
|
+
className
|
47
|
+
} = _ref,
|
48
|
+
props = _objectWithoutProperties(_ref, ["onChange", "value", "minHours", "maxHours", "step", "name", "onBlur", "inDays", "minDays", "maxDays", "gaAction", "className"]);
|
64
49
|
|
65
50
|
if (inDays) {
|
66
|
-
props.gaAction = gaAction
|
51
|
+
props.gaAction = `${gaAction} days`;
|
67
52
|
return _react.default.createElement(_InputWithUnit.default, _extends({}, props, {
|
68
53
|
className: className,
|
69
54
|
type: "number",
|
70
|
-
name: name
|
55
|
+
name: `${name}.days`,
|
71
56
|
onChange: onChange,
|
72
57
|
max: maxDays,
|
73
58
|
min: minDays,
|
74
59
|
step: step,
|
75
60
|
onBlur: (0, _roundOnBlur.default)({
|
76
|
-
onBlur
|
77
|
-
onChange
|
78
|
-
step
|
61
|
+
onBlur,
|
62
|
+
onChange,
|
63
|
+
step,
|
79
64
|
allowNegative: minDays < 0
|
80
65
|
}),
|
81
66
|
value: value.days,
|
@@ -84,24 +69,24 @@ var DurationInput = function DurationInput(_ref) {
|
|
84
69
|
}));
|
85
70
|
}
|
86
71
|
|
87
|
-
|
88
|
-
gaAction: gaAction
|
72
|
+
const gaActionHours = {
|
73
|
+
gaAction: `${gaAction} hours`
|
89
74
|
};
|
90
|
-
|
91
|
-
gaAction: gaAction
|
75
|
+
const gaActionMinutes = {
|
76
|
+
gaAction: `${gaAction} minutes`
|
92
77
|
};
|
93
78
|
return _react.default.createElement(Container, {
|
94
79
|
className: className
|
95
80
|
}, _react.default.createElement(StyledInputWithUnit, _extends({}, props, gaActionHours, {
|
96
81
|
type: "number",
|
97
|
-
name: name
|
82
|
+
name: `${name}.hours`,
|
98
83
|
onChange: onChange,
|
99
84
|
max: maxHours,
|
100
85
|
min: minHours,
|
101
86
|
step: "1",
|
102
87
|
onBlur: (0, _roundOnBlur.default)({
|
103
|
-
onBlur
|
104
|
-
onChange
|
88
|
+
onBlur,
|
89
|
+
onChange,
|
105
90
|
step: 1,
|
106
91
|
allowNegative: minHours < 0
|
107
92
|
}),
|
@@ -109,16 +94,16 @@ var DurationInput = function DurationInput(_ref) {
|
|
109
94
|
unit: "hrs"
|
110
95
|
})), _react.default.createElement(_InputWithUnit.default, _extends({}, props, gaActionMinutes, {
|
111
96
|
type: "number",
|
112
|
-
name: name
|
97
|
+
name: `${name}.minutes`,
|
113
98
|
value: value.minutes,
|
114
99
|
onChange: onChange,
|
115
100
|
step: step,
|
116
101
|
min: "0",
|
117
102
|
max: 60 - +step,
|
118
103
|
onBlur: (0, _roundOnBlur.default)({
|
119
|
-
onBlur
|
120
|
-
onChange
|
121
|
-
step
|
104
|
+
onBlur,
|
105
|
+
onChange,
|
106
|
+
step
|
122
107
|
}),
|
123
108
|
unit: "mins"
|
124
109
|
})));
|
@@ -150,7 +135,7 @@ DurationInput.defaultProps = {
|
|
150
135
|
minDays: '0',
|
151
136
|
step: '5',
|
152
137
|
name: 'duration',
|
153
|
-
onBlur:
|
138
|
+
onBlur: () => {},
|
154
139
|
inDays: false,
|
155
140
|
className: ''
|
156
141
|
};
|