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
@@ -21,57 +21,68 @@ var _Cross = _interopRequireDefault(require("../Icons/Cross"));
|
|
21
21
|
|
22
22
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
23
23
|
|
24
|
-
function
|
25
|
-
|
26
|
-
function _templateObject3() {
|
27
|
-
var data = _taggedTemplateLiteralLoose(["\n\tdisplay: flex !important;\n\talign-items: center;\n\tmax-width: 300px;\n\tpadding: 4px 4px 4px ", ";\n\tmargin: ", " 0;\n\tdisplay: inline-block;\n\tvertical-align: middle;\n\tborder: 2px solid ", ";\n\tborder-radius: 4px;\n\tsvg {\n\t\tdisplay: inline-block;\n\t\tvertical-align: middle;\n\t}\n"]);
|
28
|
-
|
29
|
-
_templateObject3 = function _templateObject3() {
|
30
|
-
return data;
|
31
|
-
};
|
32
|
-
|
33
|
-
return data;
|
34
|
-
}
|
35
|
-
|
36
|
-
function _templateObject2() {
|
37
|
-
var data = _taggedTemplateLiteralLoose(["\n\tborder-radius: 2px;\n\tpadding: ", ";\n\n\t", "\n"]);
|
38
|
-
|
39
|
-
_templateObject2 = function _templateObject2() {
|
40
|
-
return data;
|
41
|
-
};
|
42
|
-
|
43
|
-
return data;
|
44
|
-
}
|
45
|
-
|
46
|
-
function _templateObject() {
|
47
|
-
var data = _taggedTemplateLiteralLoose(["\n\theight: ", " !important;\n\tmin-height: ", " !important;\n\tflex: 1;\n\toverflow: auto;\n\tmargin: 0 !important;\n\tborder: 0 !important;\n\toutline: 0;\n\tvertical-align: middle;\n\t&:hover,\n\t&:focus {\n\t\tbox-shadow: none;\n\t}\n"]);
|
24
|
+
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; }
|
48
25
|
|
49
|
-
|
50
|
-
return data;
|
51
|
-
};
|
52
|
-
|
53
|
-
return data;
|
54
|
-
}
|
55
|
-
|
56
|
-
function _taggedTemplateLiteralLoose(strings, raw) { if (!raw) { raw = strings.slice(0); } strings.raw = raw; return strings; }
|
26
|
+
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; }
|
57
27
|
|
58
|
-
|
28
|
+
const InputField = (0, _styledComponents.default)(_Input.default)`
|
29
|
+
height: ${_spacing.default.s4} !important;
|
30
|
+
min-height: ${_spacing.default.s4} !important;
|
31
|
+
flex: 1;
|
32
|
+
overflow: auto;
|
33
|
+
margin: 0 !important;
|
34
|
+
border: 0 !important;
|
35
|
+
outline: 0;
|
36
|
+
vertical-align: middle;
|
37
|
+
&:hover,
|
38
|
+
&:focus {
|
39
|
+
box-shadow: none;
|
40
|
+
}
|
41
|
+
`;
|
59
42
|
InputField.displayName = 'InputField';
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
43
|
+
const CrossIcon = (0, _styledComponents.default)(_Cross.default)`
|
44
|
+
border-radius: 2px;
|
45
|
+
padding: ${_spacing.default.s1};
|
46
|
+
|
47
|
+
${_ref => {
|
48
|
+
let {
|
49
|
+
filter
|
50
|
+
} = _ref;
|
51
|
+
return filter ? `color: ${_colors.default.primaryDarker};
|
52
|
+
background-color: ${_colors.default.bodyBackground};
|
53
|
+
cursor: pointer;
|
54
|
+
&:hover {
|
55
|
+
color: white;
|
56
|
+
background-color: ${_colors.default.primaryDark};
|
57
|
+
}` : `color: lightgrey;
|
58
|
+
background-color: ${_colors.default.disabledBackground};`;
|
59
|
+
}}
|
60
|
+
`;
|
64
61
|
CrossIcon.displayName = 'CrossIcon';
|
65
|
-
|
66
|
-
|
67
|
-
|
62
|
+
const Container = _styledComponents.default.div`
|
63
|
+
display: flex !important;
|
64
|
+
align-items: center;
|
65
|
+
max-width: 300px;
|
66
|
+
padding: 4px 4px 4px ${_spacing.default.s1};
|
67
|
+
margin: ${_spacing.default.s1} 0;
|
68
|
+
display: inline-block;
|
69
|
+
vertical-align: middle;
|
70
|
+
border: 2px solid ${_colors.default.borderColor};
|
71
|
+
border-radius: 4px;
|
72
|
+
svg {
|
73
|
+
display: inline-block;
|
74
|
+
vertical-align: middle;
|
75
|
+
}
|
76
|
+
`;
|
68
77
|
Container.displayName = 'Container';
|
69
78
|
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
79
|
+
const SearchInput = _ref2 => {
|
80
|
+
let {
|
81
|
+
onChange,
|
82
|
+
value,
|
83
|
+
placeholder
|
84
|
+
} = _ref2,
|
85
|
+
rest = _objectWithoutProperties(_ref2, ["onChange", "value", "placeholder"]);
|
75
86
|
|
76
87
|
return _react.default.createElement(Container, rest, _react.default.createElement(_Search.default, {
|
77
88
|
size: 16,
|
@@ -80,10 +91,13 @@ var SearchInput = function SearchInput(_ref2) {
|
|
80
91
|
verticalAlign: 'middle'
|
81
92
|
}
|
82
93
|
}), _react.default.createElement(InputField, {
|
83
|
-
onChange:
|
84
|
-
|
85
|
-
|
86
|
-
|
94
|
+
onChange: _ref3 => {
|
95
|
+
let {
|
96
|
+
currentTarget: {
|
97
|
+
value: newValue
|
98
|
+
}
|
99
|
+
} = _ref3;
|
100
|
+
onChange(newValue);
|
87
101
|
},
|
88
102
|
value: value,
|
89
103
|
placeholder: placeholder,
|
@@ -91,9 +105,7 @@ var SearchInput = function SearchInput(_ref2) {
|
|
91
105
|
}), _react.default.createElement(CrossIcon, {
|
92
106
|
filter: value,
|
93
107
|
size: 32,
|
94
|
-
onClick:
|
95
|
-
return _onChange('');
|
96
|
-
},
|
108
|
+
onClick: () => onChange(''),
|
97
109
|
"data-testid": "clear-button"
|
98
110
|
}));
|
99
111
|
};
|
@@ -9,11 +9,15 @@ var _propTypes = require("prop-types");
|
|
9
9
|
|
10
10
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
11
11
|
|
12
|
+
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; }
|
13
|
+
|
12
14
|
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; }
|
13
15
|
|
14
|
-
|
15
|
-
|
16
|
-
|
16
|
+
const OptGroup = _ref => {
|
17
|
+
let {
|
18
|
+
children
|
19
|
+
} = _ref,
|
20
|
+
props = _objectWithoutProperties(_ref, ["children"]);
|
17
21
|
|
18
22
|
return _react.default.createElement("optgroup", props, children);
|
19
23
|
};
|
@@ -11,12 +11,16 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
|
|
11
11
|
|
12
12
|
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); }
|
13
13
|
|
14
|
+
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; }
|
15
|
+
|
14
16
|
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; }
|
15
17
|
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
18
|
+
const Option = _ref => {
|
19
|
+
let {
|
20
|
+
children,
|
21
|
+
value
|
22
|
+
} = _ref,
|
23
|
+
props = _objectWithoutProperties(_ref, ["children", "value"]);
|
20
24
|
|
21
25
|
return _react.default.createElement("option", _extends({}, props, {
|
22
26
|
value: value
|
@@ -25,38 +25,52 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
|
|
25
25
|
|
26
26
|
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); }
|
27
27
|
|
28
|
-
function
|
29
|
-
|
30
|
-
function _templateObject() {
|
31
|
-
var data = _taggedTemplateLiteralLoose(["\n\tvertical-align: top;\n\tpadding-right: ", " !important;\n\toutline: none;\n\tbackground-color: ", ";\n\tbackground-image: url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='", "' height='", "' viewBox='0 0 20 20'%3E %3Cpath d='M10 1l-5 7h10l-5-7zM10 19l5-7h-10l5 7z' fill='%23", "'%3E%3C/path%3E %3C/svg%3E\");\n\tbackground-repeat: no-repeat;\n\tbackground-position: right 5px center;\n\n\t", "\n\n\t&&::-ms-expand {\n\t\tdisplay: none;\n\t}\n\n -moz-appearance: none;\n\n\t&.option {\n\t\tfont-family: ", ";\n\t}\n"]);
|
32
|
-
|
33
|
-
_templateObject = function _templateObject() {
|
34
|
-
return data;
|
35
|
-
};
|
36
|
-
|
37
|
-
return data;
|
38
|
-
}
|
28
|
+
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; }
|
39
29
|
|
40
|
-
function
|
41
|
-
|
42
|
-
var size = (0, _stripUnit.default)(_spacing.default.s2);
|
43
|
-
|
44
|
-
var arrowColour = _colors.default.borderColor.slice(1);
|
30
|
+
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
31
|
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
32
|
+
const size = (0, _stripUnit.default)(_spacing.default.s2);
|
33
|
+
|
34
|
+
const arrowColour = _colors.default.borderColor.slice(1);
|
35
|
+
|
36
|
+
const Box = (0, _styledComponents.default)(_Input.default.withComponent('select'))`
|
37
|
+
vertical-align: top;
|
38
|
+
padding-right: ${_spacing.default.s4} !important;
|
39
|
+
outline: none;
|
40
|
+
background-color: ${_colors.default.white};
|
41
|
+
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='${size}' height='${size}' viewBox='0 0 20 20'%3E %3Cpath d='M10 1l-5 7h10l-5-7zM10 19l5-7h-10l5 7z' fill='%23${arrowColour}'%3E%3C/path%3E %3C/svg%3E");
|
42
|
+
background-repeat: no-repeat;
|
43
|
+
background-position: right 5px center;
|
44
|
+
|
45
|
+
${_ref => {
|
46
|
+
let {
|
47
|
+
placeholder,
|
48
|
+
value
|
49
|
+
} = _ref;
|
50
|
+
return placeholder && value === '' && `color: ${_colors.default.placeholder}; font-family: ${_vars.default.fontStackNormal};`;
|
51
|
+
}}
|
52
|
+
|
53
|
+
&&::-ms-expand {
|
54
|
+
display: none;
|
55
|
+
}
|
56
|
+
|
57
|
+
-moz-appearance: none;
|
58
|
+
|
59
|
+
&.option {
|
60
|
+
font-family: ${_vars.default.fontStackNormal};
|
61
|
+
}
|
62
|
+
`;
|
51
63
|
Box.displayName = 'Box';
|
52
64
|
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
65
|
+
const Select = _ref2 => {
|
66
|
+
let {
|
67
|
+
children,
|
68
|
+
name,
|
69
|
+
gaAction,
|
70
|
+
gaTrackValue,
|
71
|
+
placeholder
|
72
|
+
} = _ref2,
|
73
|
+
props = _objectWithoutProperties(_ref2, ["children", "name", "gaAction", "gaTrackValue", "placeholder"]);
|
60
74
|
|
61
75
|
props['data-track-action'] = gaAction;
|
62
76
|
|
@@ -23,101 +23,78 @@ var _FileIcons = _interopRequireDefault(require("../FileIcons"));
|
|
23
23
|
|
24
24
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
25
25
|
|
26
|
-
function
|
27
|
-
|
28
|
-
function _templateObject6() {
|
29
|
-
var data = _taggedTemplateLiteralLoose(["\n\tposition: relative;\n"]);
|
30
|
-
|
31
|
-
_templateObject6 = function _templateObject6() {
|
32
|
-
return data;
|
33
|
-
};
|
34
|
-
|
35
|
-
return data;
|
36
|
-
}
|
37
|
-
|
38
|
-
function _templateObject5() {
|
39
|
-
var data = _taggedTemplateLiteralLoose(["\n\tposition: absolute;\n\ttop: 0;\n\tleft: 0;\n\tbottom: 0;\n\twidth: ", ";\n\tbackground: ", ";\n\tz-index: 0;\n"]);
|
40
|
-
|
41
|
-
_templateObject5 = function _templateObject5() {
|
42
|
-
return data;
|
43
|
-
};
|
44
|
-
|
45
|
-
return data;
|
46
|
-
}
|
47
|
-
|
48
|
-
function _templateObject4() {
|
49
|
-
var data = _taggedTemplateLiteralLoose(["\n\tfloat: left;\n\tmargin-right: ", ";\n"]);
|
50
|
-
|
51
|
-
_templateObject4 = function _templateObject4() {
|
52
|
-
return data;
|
53
|
-
};
|
54
|
-
|
55
|
-
return data;
|
56
|
-
}
|
57
|
-
|
58
|
-
function _templateObject3() {
|
59
|
-
var data = _taggedTemplateLiteralLoose(["\n\tfloat: right;\n\tcolor: ", ";\n\tcursor: pointer;\n\tmargin-top: 2px;\n"]);
|
60
|
-
|
61
|
-
_templateObject3 = function _templateObject3() {
|
62
|
-
return data;
|
63
|
-
};
|
64
|
-
|
65
|
-
return data;
|
66
|
-
}
|
67
|
-
|
68
|
-
function _templateObject2() {
|
69
|
-
var data = _taggedTemplateLiteralLoose(["\n\twidth: 80% !important;\n\tfloat: left;\n\twidth: auto;\n\tposition: absolute;\n\ttop: 0;\n\tleft: 40px;\n\tcolor: ", ";\n\toverflow: hidden;\n\twhite-space: nowrap;\n\ttext-overflow: ellipsis;\n\n\t@media screen and (max-width: ", ") {\n\t\twidth: 70% !important;\n\t}\n"]);
|
26
|
+
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; }
|
70
27
|
|
71
|
-
|
72
|
-
return data;
|
73
|
-
};
|
74
|
-
|
75
|
-
return data;
|
76
|
-
}
|
77
|
-
|
78
|
-
function _templateObject() {
|
79
|
-
var data = _taggedTemplateLiteralLoose(["\n\toverflow: hidden;\n\tposition: relative;\n\twidth: 100%;\n\tfloat: left;\n\tbackground: ", ";\n\tpadding: ", ";\n\tmargin-bottom: ", ";\n\tborder-radius: ", ";\n"]);
|
80
|
-
|
81
|
-
_templateObject = function _templateObject() {
|
82
|
-
return data;
|
83
|
-
};
|
84
|
-
|
85
|
-
return data;
|
86
|
-
}
|
87
|
-
|
88
|
-
function _taggedTemplateLiteralLoose(strings, raw) { if (!raw) { raw = strings.slice(0); } strings.raw = raw; return strings; }
|
89
|
-
|
90
|
-
var StyledSelectedFile = _styledComponents.default.div(_templateObject(), _colors.default.greyPale, _spacing.default.s2, _spacing.default.s1, _vars.default.borderRadius);
|
28
|
+
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; }
|
91
29
|
|
30
|
+
const StyledSelectedFile = _styledComponents.default.div`
|
31
|
+
overflow: hidden;
|
32
|
+
position: relative;
|
33
|
+
width: 100%;
|
34
|
+
float: left;
|
35
|
+
background: ${_colors.default.greyPale};
|
36
|
+
padding: ${_spacing.default.s2};
|
37
|
+
margin-bottom: ${_spacing.default.s1};
|
38
|
+
border-radius: ${_vars.default.borderRadius};
|
39
|
+
`;
|
92
40
|
StyledSelectedFile.displayName = StyledSelectedFile;
|
93
|
-
|
94
|
-
|
95
|
-
|
41
|
+
const FileName = _styledComponents.default.div`
|
42
|
+
width: 80% !important;
|
43
|
+
float: left;
|
44
|
+
width: auto;
|
45
|
+
position: absolute;
|
46
|
+
top: 0;
|
47
|
+
left: 40px;
|
48
|
+
color: ${_ref => {
|
49
|
+
let {
|
50
|
+
hasError
|
51
|
+
} = _ref;
|
96
52
|
return hasError ? _colors.default.error : _colors.default.textColor;
|
97
|
-
}
|
98
|
-
|
53
|
+
}};
|
54
|
+
overflow: hidden;
|
55
|
+
white-space: nowrap;
|
56
|
+
text-overflow: ellipsis;
|
57
|
+
|
58
|
+
@media screen and (max-width: ${_breakpoints.default.smallDesktop}) {
|
59
|
+
width: 70% !important;
|
60
|
+
}
|
61
|
+
`;
|
99
62
|
FileName.displayName = 'FileName';
|
100
|
-
|
63
|
+
const RemoveFile = (0, _styledComponents.default)(_CrossCircle.default)`
|
64
|
+
float: right;
|
65
|
+
color: ${_colors.default.primary};
|
66
|
+
cursor: pointer;
|
67
|
+
margin-top: 2px;
|
68
|
+
`;
|
101
69
|
RemoveFile.displayName = 'RemoveFile';
|
102
|
-
|
70
|
+
const FileIconStyled = (0, _styledComponents.default)(_FileIcons.default)`
|
71
|
+
float: left;
|
72
|
+
margin-right: ${_spacing.default.s2};
|
73
|
+
`;
|
103
74
|
FileIconStyled.displayName = 'FileIconStyled';
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
75
|
+
const Progress = _styledComponents.default.div`
|
76
|
+
position: absolute;
|
77
|
+
top: 0;
|
78
|
+
left: 0;
|
79
|
+
bottom: 0;
|
80
|
+
width: ${props => props.progress};
|
81
|
+
background: ${_colors.default.primaryLighter};
|
82
|
+
z-index: 0;
|
83
|
+
`;
|
109
84
|
Progress.displayName = 'Progress';
|
110
|
-
|
111
|
-
|
112
|
-
|
85
|
+
const Content = _styledComponents.default.div`
|
86
|
+
position: relative;
|
87
|
+
`;
|
113
88
|
Content.displayName = 'Content';
|
114
89
|
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
90
|
+
const SelectedFile = _ref2 => {
|
91
|
+
let {
|
92
|
+
fileName,
|
93
|
+
removeFile,
|
94
|
+
progress,
|
95
|
+
hasError
|
96
|
+
} = _ref2,
|
97
|
+
rest = _objectWithoutProperties(_ref2, ["fileName", "removeFile", "progress", "hasError"]);
|
121
98
|
|
122
99
|
if (!fileName) {
|
123
100
|
return null;
|