bright-components 9.33.0 → 10.0.0
Sign up to get free protection for your applications and to get access to all the features.
- package/.babelrc +1 -1
- package/dist/animations/SlideUp/index.js +32 -20
- package/dist/components/A/index.js +18 -14
- package/dist/components/Alert/index.js +24 -57
- package/dist/components/Avatar/index.js +29 -34
- package/dist/components/Avatar/utils/getAcronym/index.js +2 -4
- package/dist/components/Badge/index.js +14 -20
- package/dist/components/Breadcrumbs/index.js +33 -41
- package/dist/components/BrowserWarning/index.js +39 -37
- package/dist/components/BrowserWarning/supportsStaticImport.js +1 -1
- package/dist/components/BulletedList/index.js +19 -35
- package/dist/components/Button/BaseButton/index.js +46 -38
- package/dist/components/Button/BrandButton/index.js +20 -13
- package/dist/components/Button/Button/index.js +63 -66
- package/dist/components/Button/OutlineButton/index.js +41 -43
- package/dist/components/Button/WhiteOutlineButton/index.js +16 -13
- package/dist/components/ButtonGroup/index.js +33 -16
- package/dist/components/Checkbox/index.js +89 -68
- package/dist/components/Chevron/Chevron/index.js +13 -18
- package/dist/components/Chevron/CircledChevron/index.js +30 -17
- package/dist/components/CopyToClipboard/index.js +49 -59
- package/dist/components/CountryPicker/index.js +17 -19
- package/dist/components/DateInput/index.js +68 -89
- package/dist/components/DayMonthInput/index.js +29 -47
- package/dist/components/DayMonthInput/utils/getDayValue/index.js +3 -3
- package/dist/components/DayPicker/index.js +176 -214
- package/dist/components/DayPickerPanel/Cancel/index.js +15 -13
- package/dist/components/DayPickerPanel/Header/index.js +53 -96
- package/dist/components/DayPickerPanel/HeaderDayPickerPanel/dayPickerCSS.js +160 -11
- package/dist/components/DayPickerPanel/HeaderDayPickerPanel/index.js +149 -252
- package/dist/components/DayPickerPanel/HeaderMonthPanel/index.js +31 -40
- package/dist/components/DayPickerPanel/HeaderYearPanel/index.js +28 -41
- package/dist/components/DayPickerPanel/ItemSelector/index.js +44 -59
- package/dist/components/DayPickerPanel/Shortcuts/index.js +23 -28
- package/dist/components/DayPickerPanel/index.js +173 -217
- package/dist/components/DayPickerPanel/utils/getYearRangeChunks/index.js +3 -3
- package/dist/components/DayPickerPanel/utils/getYearRangeIndex/index.js +1 -5
- package/dist/components/Donut/index.js +73 -31
- package/dist/components/DropZone/index.js +21 -54
- package/dist/components/Dropdown/DropdownItem/index.js +11 -14
- package/dist/components/Dropdown/index.js +71 -118
- package/dist/components/DurationInput/index.js +41 -56
- package/dist/components/DurationInput/utils/roundOnBlur/index.js +13 -11
- package/dist/components/EmployeeCard/index.js +24 -40
- package/dist/components/EmployeePicker/DisplayFilter/index.js +29 -37
- package/dist/components/EmployeePicker/FilterBar/index.js +51 -84
- package/dist/components/EmployeePicker/Group/index.js +70 -127
- package/dist/components/EmployeePicker/GroupList/index.js +20 -24
- package/dist/components/EmployeePicker/Item/index.js +76 -122
- package/dist/components/EmployeePicker/index.js +67 -77
- package/dist/components/EmployeePicker/utils/index.js +9 -21
- package/dist/components/ErrorMessage/index.js +16 -29
- package/dist/components/Expando/index.js +62 -96
- package/dist/components/Fieldset/index.js +24 -18
- package/dist/components/FileIcons/index.js +14 -12
- package/dist/components/FilterRadioGroup/index.js +59 -55
- package/dist/components/Form/index.js +195 -198
- package/dist/components/Form/utils/runFormValidation.js +11 -11
- package/dist/components/FormLayout/FormRow/FormContent/index.js +4 -16
- package/dist/components/FormLayout/FormRow/FormLabel/index.js +10 -14
- package/dist/components/FormLayout/FormRow/index.js +9 -14
- package/dist/components/FormLayout/index.js +1 -14
- package/dist/components/Formik/FormikCheckbox/index.js +8 -8
- package/dist/components/Formik/FormikDayPicker/index.js +23 -17
- package/dist/components/Formik/FormikInput/index.js +10 -10
- package/dist/components/Formik/FormikOptions/index.js +13 -20
- package/dist/components/Formik/FormikRadio/index.js +10 -10
- package/dist/components/Formik/FormikRadioGroup/index.js +3 -5
- package/dist/components/Formik/FormikResetButton/index.js +5 -3
- package/dist/components/Formik/FormikSelect/index.js +10 -10
- package/dist/components/Formik/FormikSubmitButton/index.js +8 -8
- package/dist/components/Formik/FormikTextarea/index.js +10 -10
- package/dist/components/Formik/FormikTypeahead/index.js +26 -30
- package/dist/components/Formik/FormikValidation/index.js +12 -21
- package/dist/components/Formik/index.js +1 -14
- package/dist/components/HR/index.js +12 -14
- package/dist/components/Icons/AddIcon/index.js +6 -8
- package/dist/components/Icons/AddSquare/index.js +5 -7
- package/dist/components/Icons/Alarmclock/index.js +5 -7
- package/dist/components/Icons/Anchor/index.js +5 -7
- package/dist/components/Icons/Apps/index.js +5 -7
- package/dist/components/Icons/ArrowBigDown/index.js +5 -7
- package/dist/components/Icons/ArrowLoop/index.js +5 -7
- package/dist/components/Icons/Baby/index.js +5 -7
- package/dist/components/Icons/BackArrow/index.js +5 -7
- package/dist/components/Icons/BackToWorkNavigator/index.js +7 -9
- package/dist/components/Icons/Beta/index.js +5 -7
- package/dist/components/Icons/Blip/index.js +12 -14
- package/dist/components/Icons/Book/index.js +5 -7
- package/dist/components/Icons/Bookmark/index.js +5 -7
- package/dist/components/Icons/BoomMoodle/index.js +8 -10
- package/dist/components/Icons/BoxTruck/index.js +5 -7
- package/dist/components/Icons/BrighhrApp/index.js +5 -7
- package/dist/components/Icons/BrightAdvice/index.js +5 -7
- package/dist/components/Icons/Browser/index.js +5 -7
- package/dist/components/Icons/Bullhorn/index.js +5 -7
- package/dist/components/Icons/Cake/index.js +5 -7
- package/dist/components/Icons/Calculator/index.js +5 -7
- package/dist/components/Icons/Calendar/index.js +25 -27
- package/dist/components/Icons/CalendarAdd/index.js +11 -13
- package/dist/components/Icons/CalendarBlackout/index.js +5 -7
- package/dist/components/Icons/CalendarCross/index.js +9 -11
- package/dist/components/Icons/CalendarDates/index.js +5 -7
- package/dist/components/Icons/CalendarInfo/index.js +5 -7
- package/dist/components/Icons/CalendarOverlap/index.js +5 -7
- package/dist/components/Icons/Camera/index.js +5 -7
- package/dist/components/Icons/CameraAperture/index.js +5 -7
- package/dist/components/Icons/Cart/index.js +11 -13
- package/dist/components/Icons/Case/index.js +5 -7
- package/dist/components/Icons/Certificate/index.js +5 -7
- package/dist/components/Icons/Chair/index.js +5 -7
- package/dist/components/Icons/Chat/index.js +5 -7
- package/dist/components/Icons/CheckCircle/index.js +5 -7
- package/dist/components/Icons/Checklist/index.js +5 -7
- package/dist/components/Icons/Chevron/index.js +5 -7
- package/dist/components/Icons/ChevronCircleDown/index.js +5 -7
- package/dist/components/Icons/ChevronCircleLeft/index.js +5 -7
- package/dist/components/Icons/ChevronCircleRight/index.js +5 -7
- package/dist/components/Icons/ChevronCircleUp/index.js +5 -7
- package/dist/components/Icons/ChevronDoubleDown/index.js +13 -15
- package/dist/components/Icons/ChevronDoubleUp/index.js +13 -15
- package/dist/components/Icons/ChevronDown/index.js +5 -7
- package/dist/components/Icons/ChevronLeft/index.js +5 -7
- package/dist/components/Icons/ChevronRight/index.js +5 -7
- package/dist/components/Icons/ChevronUp/index.js +5 -7
- package/dist/components/Icons/Clear/index.js +5 -7
- package/dist/components/Icons/Clipboard/index.js +40 -42
- package/dist/components/Icons/Clock/index.js +7 -9
- package/dist/components/Icons/Close/index.js +7 -3
- package/dist/components/Icons/ClothesHanger/index.js +5 -7
- package/dist/components/Icons/Clothing/index.js +5 -7
- package/dist/components/Icons/Cog/index.js +5 -7
- package/dist/components/Icons/Compass/index.js +5 -7
- package/dist/components/Icons/Compassion/index.js +7 -9
- package/dist/components/Icons/Compassionate/index.js +5 -7
- package/dist/components/Icons/Conflict/index.js +5 -7
- package/dist/components/Icons/ContactCard/index.js +5 -7
- package/dist/components/Icons/Contrast/index.js +5 -7
- package/dist/components/Icons/Copy/index.js +5 -7
- package/dist/components/Icons/Court/index.js +5 -7
- package/dist/components/Icons/Crib/index.js +5 -7
- package/dist/components/Icons/Crop/index.js +5 -7
- package/dist/components/Icons/Cross/index.js +5 -7
- package/dist/components/Icons/CrossCircle/index.js +5 -7
- package/dist/components/Icons/CrossThick/index.js +5 -7
- package/dist/components/Icons/Crown/index.js +5 -7
- package/dist/components/Icons/Dependants/index.js +5 -7
- package/dist/components/Icons/DesktopComputer/index.js +5 -7
- package/dist/components/Icons/Dial/index.js +5 -7
- package/dist/components/Icons/Diamond/index.js +5 -7
- package/dist/components/Icons/Diaper/index.js +5 -7
- package/dist/components/Icons/DisabilityMobility/index.js +5 -7
- package/dist/components/Icons/Door/index.js +5 -7
- package/dist/components/Icons/DownArrow/index.js +5 -7
- package/dist/components/Icons/Download/index.js +5 -7
- package/dist/components/Icons/Dropdown/index.js +17 -22
- package/dist/components/Icons/Edit/index.js +5 -7
- package/dist/components/Icons/Education/index.js +5 -7
- package/dist/components/Icons/Emergency/index.js +5 -7
- package/dist/components/Icons/Enter/index.js +5 -7
- package/dist/components/Icons/Error/index.js +5 -7
- package/dist/components/Icons/ErrorOctagon/index.js +5 -7
- package/dist/components/Icons/Exit/index.js +5 -7
- package/dist/components/Icons/Expand/index.js +5 -7
- package/dist/components/Icons/Eye/index.js +7 -3
- package/dist/components/Icons/Factory/index.js +20 -22
- package/dist/components/Icons/FactoryIcon/index.js +5 -7
- package/dist/components/Icons/Featus/index.js +5 -7
- package/dist/components/Icons/FeedbackLoop/index.js +5 -7
- package/dist/components/Icons/FileAudio/index.js +7 -9
- package/dist/components/Icons/FileCode/index.js +5 -7
- package/dist/components/Icons/FileDocument/index.js +11 -13
- package/dist/components/Icons/FileEmail/index.js +5 -7
- package/dist/components/Icons/FileMovie/index.js +5 -7
- package/dist/components/Icons/FilePath/index.js +5 -7
- package/dist/components/Icons/FilePdf/index.js +9 -11
- package/dist/components/Icons/FilePresentation/index.js +13 -15
- package/dist/components/Icons/FileSpreadsheet/index.js +9 -11
- package/dist/components/Icons/FileText/index.js +11 -13
- package/dist/components/Icons/FileVector/index.js +5 -7
- package/dist/components/Icons/Filter/index.js +5 -7
- package/dist/components/Icons/Fingerprint/index.js +5 -7
- package/dist/components/Icons/Flag/index.js +5 -7
- package/dist/components/Icons/Flash/index.js +5 -7
- package/dist/components/Icons/FlashOff/index.js +5 -7
- package/dist/components/Icons/Flower/index.js +5 -7
- package/dist/components/Icons/Folder/index.js +6 -8
- package/dist/components/Icons/FolderSolid/index.js +5 -7
- package/dist/components/Icons/FolderZip/index.js +6 -8
- package/dist/components/Icons/FurloughNavigator/index.js +7 -9
- package/dist/components/Icons/Gallery/index.js +5 -7
- package/dist/components/Icons/GestureTouch/index.js +5 -7
- package/dist/components/Icons/Ghost/index.js +5 -7
- package/dist/components/Icons/Gift/index.js +5 -7
- package/dist/components/Icons/Globe/index.js +5 -7
- package/dist/components/Icons/Grid/index.js +5 -7
- package/dist/components/Icons/Headset/index.js +5 -7
- package/dist/components/Icons/Health/index.js +5 -7
- package/dist/components/Icons/Heart/index.js +5 -7
- package/dist/components/Icons/Help/index.js +5 -7
- package/dist/components/Icons/Home/index.js +5 -7
- package/dist/components/Icons/Hourglass/index.js +5 -7
- package/dist/components/Icons/IdCard/index.js +5 -7
- package/dist/components/Icons/Image/index.js +9 -11
- package/dist/components/Icons/Inbox/index.js +5 -7
- package/dist/components/Icons/InboxEmpty/index.js +5 -7
- package/dist/components/Icons/Information/index.js +5 -7
- package/dist/components/Icons/Injury/index.js +64 -66
- package/dist/components/Icons/KebabMenuHorizontal/index.js +5 -7
- package/dist/components/Icons/KebabMenuVertical/index.js +5 -7
- package/dist/components/Icons/Lazydave/index.js +71 -73
- package/dist/components/Icons/LazydaveMoodle/index.js +71 -73
- package/dist/components/Icons/LeftArrow/index.js +5 -7
- package/dist/components/Icons/Legal/index.js +5 -7
- package/dist/components/Icons/Lightning/index.js +5 -7
- package/dist/components/Icons/LineChart/index.js +5 -7
- package/dist/components/Icons/Link/index.js +5 -7
- package/dist/components/Icons/List/index.js +21 -23
- package/dist/components/Icons/ListBullets/index.js +5 -7
- package/dist/components/Icons/LocationPin/index.js +5 -7
- package/dist/components/Icons/Loop/index.js +5 -7
- package/dist/components/Icons/Magicwand/index.js +5 -7
- package/dist/components/Icons/Mail/index.js +5 -7
- package/dist/components/Icons/MandatoryLeave/index.js +5 -7
- package/dist/components/Icons/Medal/index.js +5 -7
- package/dist/components/Icons/Medical/index.js +5 -7
- package/dist/components/Icons/MedicalBag/index.js +5 -7
- package/dist/components/Icons/Medication/index.js +5 -7
- package/dist/components/Icons/MenuHamburger/index.js +5 -7
- package/dist/components/Icons/Message/index.js +5 -7
- package/dist/components/Icons/Meteor/index.js +5 -7
- package/dist/components/Icons/MinusCircle/index.js +5 -7
- package/dist/components/Icons/MinusSquare/index.js +5 -7
- package/dist/components/Icons/MoneyStack/index.js +5 -7
- package/dist/components/Icons/MoveFile/index.js +5 -7
- package/dist/components/Icons/New/index.js +9 -11
- package/dist/components/Icons/New2/index.js +9 -11
- package/dist/components/Icons/NewWindow/index.js +5 -7
- package/dist/components/Icons/Night/index.js +5 -7
- package/dist/components/Icons/NotAllowed/index.js +5 -7
- package/dist/components/Icons/Note/index.js +7 -9
- package/dist/components/Icons/Notepad/index.js +5 -7
- package/dist/components/Icons/Notifications/index.js +5 -7
- package/dist/components/Icons/OrganisationConnection/index.js +5 -7
- package/dist/components/Icons/Overtime/index.js +5 -7
- package/dist/components/Icons/Pacman/index.js +5 -7
- package/dist/components/Icons/PadlockLocked/index.js +5 -7
- package/dist/components/Icons/PadlockUnlocked/index.js +5 -7
- package/dist/components/Icons/PaperStack/index.js +5 -7
- package/dist/components/Icons/Paperclip/index.js +5 -7
- package/dist/components/Icons/PayrollNavigator/index.js +5 -7
- package/dist/components/Icons/Pencil/index.js +5 -7
- package/dist/components/Icons/Perspective/index.js +5 -7
- package/dist/components/Icons/Phone/index.js +5 -7
- package/dist/components/Icons/PhoneWork/index.js +5 -7
- package/dist/components/Icons/PieChart/index.js +5 -7
- package/dist/components/Icons/Pin/index.js +5 -7
- package/dist/components/Icons/Plaster/index.js +5 -7
- package/dist/components/Icons/Plus/index.js +5 -7
- package/dist/components/Icons/PlusCircle/index.js +5 -7
- package/dist/components/Icons/PoP/index.js +7 -9
- package/dist/components/Icons/Power/index.js +5 -7
- package/dist/components/Icons/Pram/index.js +5 -7
- package/dist/components/Icons/PrintIcon/index.js +14 -16
- package/dist/components/Icons/Printer/index.js +5 -7
- package/dist/components/Icons/Pulse/index.js +5 -7
- package/dist/components/Icons/Puzzle/index.js +5 -7
- package/dist/components/Icons/Question/index.js +5 -7
- package/dist/components/Icons/Radar/index.js +5 -7
- package/dist/components/Icons/Records/index.js +5 -7
- package/dist/components/Icons/RedunancyNavigator/index.js +5 -7
- package/dist/components/Icons/Refresh/index.js +5 -7
- package/dist/components/Icons/Requests/index.js +5 -7
- package/dist/components/Icons/Ribbon/index.js +5 -7
- package/dist/components/Icons/RightArrow/index.js +5 -7
- package/dist/components/Icons/Road/index.js +9 -11
- package/dist/components/Icons/Rosette/index.js +5 -7
- package/dist/components/Icons/Rotas/index.js +5 -7
- package/dist/components/Icons/RotateImage/index.js +5 -7
- package/dist/components/Icons/Rush/index.js +5 -7
- package/dist/components/Icons/Search/index.js +5 -7
- package/dist/components/Icons/SelectArrow/index.js +5 -7
- package/dist/components/Icons/Send/index.js +5 -7
- package/dist/components/Icons/SettingsSliders/index.js +5 -7
- package/dist/components/Icons/Share/index.js +5 -7
- package/dist/components/Icons/Shield/index.js +5 -7
- package/dist/components/Icons/Shifts/index.js +5 -7
- package/dist/components/Icons/Shredder/index.js +5 -7
- package/dist/components/Icons/Signature/index.js +5 -7
- package/dist/components/Icons/Skull/index.js +5 -7
- package/dist/components/Icons/SocialFacebook/index.js +5 -7
- package/dist/components/Icons/SocialInstagram/index.js +5 -7
- package/dist/components/Icons/SocialLinkedin/index.js +5 -7
- package/dist/components/Icons/SocialTwitter/index.js +5 -7
- package/dist/components/Icons/SocialYoutube/index.js +5 -7
- package/dist/components/Icons/SortAscending/index.js +5 -7
- package/dist/components/Icons/SortDescending/index.js +5 -7
- package/dist/components/Icons/Stamp/index.js +5 -7
- package/dist/components/Icons/Star/index.js +5 -7
- package/dist/components/Icons/Steam/index.js +5 -7
- package/dist/components/Icons/Stethoscope/index.js +5 -7
- package/dist/components/Icons/Stop/index.js +5 -7
- package/dist/components/Icons/Suitcase/index.js +5 -7
- package/dist/components/Icons/Sun/index.js +5 -7
- package/dist/components/Icons/Switch/index.js +5 -7
- package/dist/components/Icons/TableGrid/index.js +5 -7
- package/dist/components/Icons/Tachograph/index.js +5 -7
- package/dist/components/Icons/Tag/index.js +5 -7
- package/dist/components/Icons/Target/index.js +5 -7
- package/dist/components/Icons/Tasklist/index.js +40 -42
- package/dist/components/Icons/ThumbsDown/index.js +5 -7
- package/dist/components/Icons/ThumbsUp/index.js +5 -7
- package/dist/components/Icons/Tick/index.js +5 -7
- package/dist/components/Icons/TickCircle/index.js +5 -7
- package/dist/components/Icons/TickThick/index.js +5 -7
- package/dist/components/Icons/ToilEarned/index.js +9 -11
- package/dist/components/Icons/ToilTaken/index.js +13 -15
- package/dist/components/Icons/Tooth/index.js +5 -7
- package/dist/components/Icons/TrainingEvents/index.js +5 -7
- package/dist/components/Icons/Trash/index.js +5 -7
- package/dist/components/Icons/Umbrella/index.js +5 -7
- package/dist/components/Icons/Unpaid/index.js +5 -7
- package/dist/components/Icons/UpArrow/index.js +5 -7
- package/dist/components/Icons/Upload/index.js +5 -7
- package/dist/components/Icons/User/index.js +5 -7
- package/dist/components/Icons/UserAdd/index.js +5 -7
- package/dist/components/Icons/UserId/index.js +5 -7
- package/dist/components/Icons/UserRemove/index.js +5 -7
- package/dist/components/Icons/Users/index.js +5 -7
- package/dist/components/Icons/Virus/index.js +5 -7
- package/dist/components/Icons/Visibility/index.js +14 -16
- package/dist/components/Icons/Wallet/index.js +5 -7
- package/dist/components/Icons/Watch/index.js +5 -7
- package/dist/components/Icons/Week/index.js +10 -12
- package/dist/components/Icons/Xing/index.js +5 -7
- package/dist/components/Icons/index.js +35 -46
- package/dist/components/InlineLoader/index.js +46 -61
- package/dist/components/Input/index.js +49 -34
- package/dist/components/InputBox/AdornedBox/Adornment/index.js +37 -53
- package/dist/components/InputBox/AdornedBox/index.js +60 -53
- package/dist/components/InputBox/InputError/index.js +5 -15
- package/dist/components/InputBox/InputFactory/index.js +17 -15
- package/dist/components/InputBox/UnadornedBox/index.js +34 -25
- package/dist/components/InputBox/index.js +4 -6
- package/dist/components/InputWithIcon/index.js +30 -30
- package/dist/components/InputWithUnit/index.js +63 -73
- package/dist/components/Label/index.js +9 -14
- package/dist/components/Legend/index.js +5 -14
- package/dist/components/LinkButton/index.js +29 -20
- package/dist/components/Lists/DL/DD/index.js +3 -14
- package/dist/components/Lists/DL/DT/index.js +4 -14
- package/dist/components/Lists/DL/index.js +3 -14
- package/dist/components/Lists/LI/index.js +3 -14
- package/dist/components/Lists/OL/index.js +3 -14
- package/dist/components/Lists/UL/index.js +3 -14
- package/dist/components/LoadingContainer/index.js +24 -25
- package/dist/components/Modal/ModalBody/index.js +3 -16
- package/dist/components/Modal/ModalHeader/index.js +23 -31
- package/dist/components/Modal/index.js +71 -96
- package/dist/components/NumberInput/componentMap/index.js +4 -2
- package/dist/components/NumberInput/decimalFilter/index.js +1 -1
- package/dist/components/NumberInput/index.js +51 -55
- package/dist/components/NumberInput/inputMode/index.js +1 -1
- package/dist/components/NumberInput/integerFilter/index.js +1 -1
- package/dist/components/Options/index.js +59 -66
- package/dist/components/PageLoader/index.js +75 -91
- package/dist/components/Pill/index.js +22 -35
- package/dist/components/ProgressBar/index.js +39 -58
- package/dist/components/ProgressSteps/index.js +100 -49
- package/dist/components/ProvincePicker/index.js +21 -23
- package/dist/components/Radio/index.js +54 -59
- package/dist/components/RadioBlock/index.js +59 -80
- package/dist/components/ResponsiveTabs/index.js +93 -110
- package/dist/components/SearchInput/index.js +64 -52
- package/dist/components/Select/Optgroup/index.js +7 -3
- package/dist/components/Select/Option/index.js +8 -4
- package/dist/components/Select/index.js +42 -28
- package/dist/components/SelectedFile/index.js +62 -85
- package/dist/components/Snackbar/index.js +108 -157
- package/dist/components/StatusBadge/index.js +15 -19
- package/dist/components/Styleguide/ConstantsList/index.js +40 -88
- package/dist/components/Switch/index.js +55 -82
- package/dist/components/Table/Cell/index.js +18 -21
- package/dist/components/Table/HeaderCell/index.js +4 -13
- package/dist/components/Table/Row/index.js +6 -13
- package/dist/components/Table/TableBody/index.js +7 -3
- package/dist/components/Table/TableFooter/index.js +7 -3
- package/dist/components/Table/TableHeader/index.js +7 -3
- package/dist/components/Table/index.js +3 -14
- package/dist/components/Tabs/Tab/index.js +23 -13
- package/dist/components/Tabs/TabList/index.js +8 -13
- package/dist/components/Tabs/TabPanel/index.js +6 -12
- package/dist/components/Tabs/index.js +4 -13
- package/dist/components/Textarea/index.js +50 -27
- package/dist/components/Time/DurationPicker/DurationOverlay/index.js +40 -42
- package/dist/components/Time/DurationPicker/index.js +46 -62
- package/dist/components/Time/OverlayBase/UnitInput/index.js +68 -103
- package/dist/components/Time/OverlayBase/index.js +77 -85
- package/dist/components/Time/TimePicker/TimeOverlay/UnitInput/index.js +62 -91
- package/dist/components/Time/TimePicker/TimeOverlay/index.js +87 -133
- package/dist/components/Time/TimePicker/index.js +76 -95
- package/dist/components/TimeInput/index.js +1 -1
- package/dist/components/TimePicker/DayPart/DayPartOverlay/index.js +98 -189
- package/dist/components/TimePicker/DayPart/index.js +59 -105
- package/dist/components/TimePicker/Elements/Actions/index.js +6 -14
- package/dist/components/TimePicker/Elements/CancelLink/index.js +7 -13
- package/dist/components/TimePicker/Elements/DownIcon/index.js +10 -19
- package/dist/components/TimePicker/Elements/IncrementNotice/index.js +6 -14
- package/dist/components/TimePicker/Elements/PickerSeparator/index.js +5 -14
- package/dist/components/TimePicker/Elements/Title/index.js +8 -14
- package/dist/components/TimePicker/Elements/TitleUnderline/index.js +9 -14
- package/dist/components/TimePicker/Elements/UpIcon/index.js +10 -19
- package/dist/components/TimePicker/Time/TimeInput/index.js +58 -77
- package/dist/components/TimePicker/Time/TimeOverlay/index.js +185 -210
- package/dist/components/TimePicker/Time/index.js +76 -105
- package/dist/components/TimePicker/utils/PickerGA/index.js +9 -7
- package/dist/components/TimePicker/utils/constants/loopStatus.js +1 -1
- package/dist/components/TimePicker/utils/limitAround/index.js +1 -1
- package/dist/components/TimePicker/utils/loopAround/index.js +3 -3
- package/dist/components/TimePicker/utils/loopAroundMinutes/index.js +3 -3
- package/dist/components/TimePicker/utils/roundToMultiple/index.js +1 -3
- package/dist/components/Tooltip/index.js +74 -80
- package/dist/components/Typeahead/MobileHeader/index.js +29 -24
- package/dist/components/Typeahead/Option/OptionImage/index.js +12 -35
- package/dist/components/Typeahead/Option/index.js +60 -103
- package/dist/components/Typeahead/Options/index.js +15 -18
- package/dist/components/Typeahead/index.js +191 -185
- package/dist/components/Typeahead/mocks/employees.js +1 -1
- package/dist/components/Typeahead/utils/getSelected/index.js +2 -4
- package/dist/components/Typography/H1/index.js +7 -14
- package/dist/components/Typography/H2/index.js +7 -14
- package/dist/components/Typography/H3/index.js +7 -14
- package/dist/components/Typography/H4/index.js +7 -14
- package/dist/components/Typography/H5/index.js +7 -14
- package/dist/components/Typography/H6/index.js +7 -14
- package/dist/components/Typography/P/index.js +4 -16
- package/dist/components/Typography/Small/index.js +3 -16
- package/dist/components/Validation/index.js +18 -20
- package/dist/components/WithDayPicker/index.js +37 -62
- package/dist/components/WithValidation/index.js +44 -61
- package/dist/components/XingLoader/index.js +56 -112
- package/dist/components/withConfirmation/index.js +69 -68
- package/dist/components/withModal/index.js +14 -28
- package/dist/constants/breakpoints/index.js +1 -1
- package/dist/constants/colors/index.js +47 -47
- package/dist/constants/documents/index.js +3 -3
- package/dist/constants/spacing/index.js +1 -1
- package/dist/constants/vars/index.js +8 -8
- package/dist/constants/z-index/index.js +1 -1
- package/dist/hooks/useClickOutside/index.js +5 -5
- package/dist/setupTests.js +8 -8
- package/dist/test-utils/renderCheck/index.js +15 -17
- package/dist/test-utils/waitForAsync/index.js +1 -5
- package/dist/utils/numbers/getBoundedValue/index.js +1 -1
- package/dist/utils/pad/index.js +2 -2
- package/dist/utils/range/index.js +3 -5
- package/dist/utils/roundTo/index.js +5 -5
- package/dist/utils/setBreakPoint/index.js +1 -3
- package/dist/utils/stripUnit/index.js +2 -2
- package/dist/utils/time/Duration/index.js +33 -41
- package/dist/utils/time/durationToMilliseconds/index.js +11 -21
- package/dist/utils/time/durationToTimeString/index.js +3 -5
- package/dist/utils/time/millisecondsToDuration/index.js +6 -6
- package/dist/utils/trackForm/index.js +34 -37
- package/package.json +5 -5
package/.babelrc
CHANGED
@@ -13,30 +13,42 @@ var _styledComponents = _interopRequireDefault(require("styled-components"));
|
|
13
13
|
|
14
14
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
15
15
|
|
16
|
-
function
|
17
|
-
|
18
|
-
function _templateObject() {
|
19
|
-
var data = _taggedTemplateLiteralLoose(["\n\tposition: fixed;\n\n\t&.", "-enter-active {\n\t\tbottom: -200px;\n\t\ttransform: translateY(-200px);\n\t\ttransition: transform 200ms;\n\t}\n\n\t&.", "-enter-done {\n\t\tbottom: 0;\n\t}\n\n\t&.", "-exit-active {\n\t\tbottom: 0;\n\t\ttransform: translateY(600px);\n\t\ttransition: transform 800ms;\n\t}\n\n\t&.", "-exit-done {\n\t\tbottom: -200px;\n\t}\n"]);
|
20
|
-
|
21
|
-
_templateObject = function _templateObject() {
|
22
|
-
return data;
|
23
|
-
};
|
24
|
-
|
25
|
-
return data;
|
26
|
-
}
|
16
|
+
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; }
|
27
17
|
|
28
|
-
function
|
29
|
-
|
30
|
-
var animationName = 'slideIn';
|
31
|
-
|
32
|
-
var SlideUpAnimation = _styledComponents.default.section(_templateObject(), animationName, animationName, animationName, animationName);
|
18
|
+
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; }
|
33
19
|
|
20
|
+
const animationName = 'slideIn';
|
21
|
+
const SlideUpAnimation = _styledComponents.default.section`
|
22
|
+
position: fixed;
|
23
|
+
|
24
|
+
&.${animationName}-enter-active {
|
25
|
+
bottom: -200px;
|
26
|
+
transform: translateY(-200px);
|
27
|
+
transition: transform 200ms;
|
28
|
+
}
|
29
|
+
|
30
|
+
&.${animationName}-enter-done {
|
31
|
+
bottom: 0;
|
32
|
+
}
|
33
|
+
|
34
|
+
&.${animationName}-exit-active {
|
35
|
+
bottom: 0;
|
36
|
+
transform: translateY(600px);
|
37
|
+
transition: transform 800ms;
|
38
|
+
}
|
39
|
+
|
40
|
+
&.${animationName}-exit-done {
|
41
|
+
bottom: -200px;
|
42
|
+
}
|
43
|
+
`;
|
34
44
|
SlideUpAnimation.displayName = 'SlideUpAnimation';
|
35
45
|
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
46
|
+
const SlideUp = _ref => {
|
47
|
+
let {
|
48
|
+
children,
|
49
|
+
visible
|
50
|
+
} = _ref,
|
51
|
+
props = _objectWithoutProperties(_ref, ["children", "visible"]);
|
40
52
|
|
41
53
|
return _react.default.createElement(_reactTransitionGroup.CSSTransition, {
|
42
54
|
in: visible,
|
@@ -9,20 +9,24 @@ var _colors = _interopRequireDefault(require("../../constants/colors"));
|
|
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
|
-
|
25
|
-
|
12
|
+
const A = _styledComponents.default.a`
|
13
|
+
color: ${_colors.default.link};
|
14
|
+
text-decoration: none;
|
15
|
+
font-family: galano, sans-serif;
|
16
|
+
font-weight: normal;
|
17
|
+
|
18
|
+
&:hover {
|
19
|
+
color: ${_colors.default.linkHover};
|
20
|
+
text-decoration: none;
|
21
|
+
}
|
22
|
+
&:focus {
|
23
|
+
color: ${_colors.default.linkFocus} !important;
|
24
|
+
text-decoration: underline;
|
25
|
+
}
|
26
|
+
&:active {
|
27
|
+
color: ${_colors.default.linkActive};
|
28
|
+
}
|
29
|
+
`;
|
26
30
|
A.displayName = 'A';
|
27
31
|
/* @component */
|
28
32
|
|
@@ -1,7 +1,7 @@
|
|
1
1
|
"use strict";
|
2
2
|
|
3
3
|
exports.__esModule = true;
|
4
|
-
exports.
|
4
|
+
exports.themes = exports.default = void 0;
|
5
5
|
|
6
6
|
var _styledComponents = _interopRequireWildcard(require("styled-components"));
|
7
7
|
|
@@ -13,64 +13,31 @@ var _vars = _interopRequireDefault(require("../../constants/vars"));
|
|
13
13
|
|
14
14
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
15
15
|
|
16
|
-
function _getRequireWildcardCache() { if (typeof WeakMap !== "function") return null; var
|
17
|
-
|
18
|
-
function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } var cache = _getRequireWildcardCache(); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {};
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
_templateObject3 = function _templateObject3() {
|
34
|
-
return data;
|
35
|
-
};
|
36
|
-
|
37
|
-
return data;
|
38
|
-
}
|
39
|
-
|
40
|
-
function _templateObject2() {
|
41
|
-
var data = _taggedTemplateLiteralLoose(["\n\t\tbackground-color: ", ";\n\t\tcolor: white;\n\t"]);
|
42
|
-
|
43
|
-
_templateObject2 = function _templateObject2() {
|
44
|
-
return data;
|
45
|
-
};
|
46
|
-
|
47
|
-
return data;
|
48
|
-
}
|
49
|
-
|
50
|
-
function _templateObject() {
|
51
|
-
var data = _taggedTemplateLiteralLoose(["\n\t\tbackground-color: ", ";\n\t\tcolor: ", ";\n\t"]);
|
52
|
-
|
53
|
-
_templateObject = function _templateObject() {
|
54
|
-
return data;
|
55
|
-
};
|
56
|
-
|
57
|
-
return data;
|
58
|
-
}
|
59
|
-
|
60
|
-
function _taggedTemplateLiteralLoose(strings, raw) { if (!raw) { raw = strings.slice(0); } strings.raw = raw; return strings; }
|
61
|
-
|
62
|
-
var theme = {
|
63
|
-
default: (0, _styledComponents.css)(_templateObject(), _colors.default.greyLight, _colors.default.textColor),
|
64
|
-
warning: (0, _styledComponents.css)(_templateObject2(), _colors.default.error),
|
65
|
-
success: (0, _styledComponents.css)(_templateObject3(), _colors.default.success, _colors.default.textColor)
|
16
|
+
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
17
|
+
|
18
|
+
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
19
|
+
|
20
|
+
const theme = {
|
21
|
+
default: (0, _styledComponents.css)`
|
22
|
+
background-color: ${_colors.default.greyLight};
|
23
|
+
color: ${_colors.default.textColor};
|
24
|
+
`,
|
25
|
+
warning: (0, _styledComponents.css)`
|
26
|
+
background-color: ${_colors.default.error};
|
27
|
+
color: white;
|
28
|
+
`,
|
29
|
+
success: (0, _styledComponents.css)`
|
30
|
+
background-color: ${_colors.default.success};
|
31
|
+
color: ${_colors.default.textColor};
|
32
|
+
`
|
66
33
|
};
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
}
|
71
|
-
|
34
|
+
const Alert = _styledComponents.default.div`
|
35
|
+
border-radius: ${_vars.default.borderRadius};
|
36
|
+
padding: 0.5rem;
|
37
|
+
${props => theme[props.type]};
|
38
|
+
`;
|
72
39
|
Alert.displayName = 'Alert';
|
73
|
-
|
40
|
+
const themes = {
|
74
41
|
default: 'default',
|
75
42
|
warning: 'warning',
|
76
43
|
success: 'success'
|
@@ -17,50 +17,45 @@ 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\tbackground-color: ", ";\n\theight: ", "px;\n\twidth: ", "px;\n\tflex: 0 0 ", "px;\n\tmax-width: ", "px;\n\tborder-radius: 100%;\n\tdisplay: flex;\n\tjustify-content: center;\n\talign-items: center;\n\tfont-size: ", "em;\n\tcolor: ", ";\n\tobject-fit: cover;\n\tobject-position: center center;\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 CustomIcon = _styledComponents.default.img(_templateObject(), _colors.default.primary, function (props) {
|
35
|
-
return props.iconSize;
|
36
|
-
}, function (props) {
|
37
|
-
return props.iconSize;
|
38
|
-
}, function (props) {
|
39
|
-
return props.iconSize;
|
40
|
-
}, function (props) {
|
41
|
-
return props.iconSize;
|
42
|
-
}, function (props) {
|
43
|
-
return props.fontSize;
|
44
|
-
}, _colors.default.white);
|
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 CustomIcon = _styledComponents.default.img`
|
25
|
+
background-color: ${_colors.default.primary};
|
26
|
+
height: ${props => props.iconSize}px;
|
27
|
+
width: ${props => props.iconSize}px;
|
28
|
+
flex: 0 0 ${props => props.iconSize}px;
|
29
|
+
max-width: ${props => props.iconSize}px;
|
30
|
+
border-radius: 100%;
|
31
|
+
display: flex;
|
32
|
+
justify-content: center;
|
33
|
+
align-items: center;
|
34
|
+
font-size: ${props => props.fontSize}em;
|
35
|
+
color: ${_colors.default.white};
|
36
|
+
object-fit: cover;
|
37
|
+
object-position: center center;
|
38
|
+
`;
|
46
39
|
CustomIcon.displayName = 'CustomIcon';
|
47
|
-
|
40
|
+
const DefaultIcon = CustomIcon.withComponent('div');
|
48
41
|
DefaultIcon.displayName = 'DefaultIcon';
|
49
42
|
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
43
|
+
const Avatar = _ref => {
|
44
|
+
let {
|
45
|
+
employeeName,
|
46
|
+
employeeImageHref,
|
47
|
+
iconSize,
|
48
|
+
fontSize
|
49
|
+
} = _ref,
|
50
|
+
rest = _objectWithoutProperties(_ref, ["employeeName", "employeeImageHref", "iconSize", "fontSize"]);
|
56
51
|
|
57
|
-
|
52
|
+
const acronym = (0, _getAcronym.default)(employeeName);
|
58
53
|
return employeeImageHref ? _react.default.createElement(CustomIcon, _extends({}, rest, {
|
59
54
|
iconSize: iconSize,
|
60
55
|
fontSize: fontSize,
|
61
56
|
src: employeeImageHref,
|
62
|
-
title: employeeName
|
63
|
-
alt: employeeName
|
57
|
+
title: `${employeeName}'s profile picture`,
|
58
|
+
alt: `${employeeName}'s profile picture`
|
64
59
|
})) : _react.default.createElement(DefaultIcon, _extends({}, rest, {
|
65
60
|
iconSize: iconSize,
|
66
61
|
fontSize: fontSize
|
@@ -3,10 +3,8 @@
|
|
3
3
|
exports.__esModule = true;
|
4
4
|
exports.default = void 0;
|
5
5
|
|
6
|
-
|
7
|
-
|
8
|
-
return str.match(/[A-Za-z]/);
|
9
|
-
});
|
6
|
+
const getAcronym = name => {
|
7
|
+
const acronymChars = name.split(' ').map(str => str.match(/[A-Za-z]/));
|
10
8
|
return acronymChars.slice(0, 3).join('').toUpperCase();
|
11
9
|
};
|
12
10
|
|
@@ -15,31 +15,25 @@ var _vars = _interopRequireDefault(require("../../constants/vars"));
|
|
15
15
|
|
16
16
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
17
17
|
|
18
|
-
|
19
|
-
var data = _taggedTemplateLiteralLoose(["\n\tdisplay: inline-block;\n\tfont-family: 'galano-bold', 'galano', sans-serif;\n\tfont-weight: bold;\n\tcolor: #fff;\n\tbackground-color: ", ";\n\tpadding: 0 ", ";\n\tline-height: 1.5;\n\tborder-radius: ", ";\n\ttext-align: center;\n\tborder: 0;\n\t", ";\n"]);
|
20
|
-
|
21
|
-
_templateObject = function _templateObject() {
|
22
|
-
return data;
|
23
|
-
};
|
24
|
-
|
25
|
-
return data;
|
26
|
-
}
|
27
|
-
|
28
|
-
function _taggedTemplateLiteralLoose(strings, raw) { if (!raw) { raw = strings.slice(0); } strings.raw = raw; return strings; }
|
29
|
-
|
30
|
-
var colors = {
|
18
|
+
const colors = {
|
31
19
|
primary: 'primary',
|
32
20
|
secondary: 'secondary',
|
33
21
|
grey: 'grey'
|
34
22
|
};
|
35
23
|
exports.colors = colors;
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
}
|
42
|
-
|
24
|
+
const Badge = _styledComponents.default.span`
|
25
|
+
display: inline-block;
|
26
|
+
font-family: 'galano-bold', 'galano', sans-serif;
|
27
|
+
font-weight: bold;
|
28
|
+
color: #fff;
|
29
|
+
background-color: ${props => _colors2.default[props.color]};
|
30
|
+
padding: 0 ${_spacing.default.s1};
|
31
|
+
line-height: 1.5;
|
32
|
+
border-radius: ${_vars.default.borderRadius};
|
33
|
+
text-align: center;
|
34
|
+
border: 0;
|
35
|
+
${props => props.onClick && 'cursor: pointer'};
|
36
|
+
`;
|
43
37
|
Badge.displayName = 'Badge';
|
44
38
|
Badge.defaultProps = {
|
45
39
|
color: 'secondary'
|
@@ -15,43 +15,39 @@ var _spacing = _interopRequireDefault(require("../../constants/spacing"));
|
|
15
15
|
|
16
16
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
17
17
|
|
18
|
-
function
|
19
|
-
|
20
|
-
function _templateObject2() {
|
21
|
-
var data = _taggedTemplateLiteralLoose(["\n\tlist-style: none;\n\tmargin: 0;\n\tpadding: 0;\n"]);
|
22
|
-
|
23
|
-
_templateObject2 = function _templateObject2() {
|
24
|
-
return data;
|
25
|
-
};
|
26
|
-
|
27
|
-
return data;
|
28
|
-
}
|
29
|
-
|
30
|
-
function _templateObject() {
|
31
|
-
var data = _taggedTemplateLiteralLoose(["\n\tdisplay: inline-block;\n\tcursor: pointer;\n\t&:after {\n\t\tdisplay: inline-block;\n\t\tmargin: 0 ", ";\n\t\tcontent: '/';\n\t\tcolor: ", ";\n\t}\n\n\t&:last-child:after {\n\t\tdisplay: none;\n\t}\n"]);
|
32
|
-
|
33
|
-
_templateObject = function _templateObject() {
|
34
|
-
return data;
|
35
|
-
};
|
18
|
+
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; }
|
36
19
|
|
37
|
-
|
38
|
-
}
|
39
|
-
|
40
|
-
function _taggedTemplateLiteralLoose(strings, raw) { if (!raw) { raw = strings.slice(0); } strings.raw = raw; return strings; }
|
41
|
-
|
42
|
-
var Crumb = _styledComponents.default.li(_templateObject(), _spacing.default.s1, _colors.default.grey);
|
20
|
+
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; }
|
43
21
|
|
22
|
+
const Crumb = _styledComponents.default.li`
|
23
|
+
display: inline-block;
|
24
|
+
cursor: pointer;
|
25
|
+
&:after {
|
26
|
+
display: inline-block;
|
27
|
+
margin: 0 ${_spacing.default.s1};
|
28
|
+
content: '/';
|
29
|
+
color: ${_colors.default.grey};
|
30
|
+
}
|
31
|
+
|
32
|
+
&:last-child:after {
|
33
|
+
display: none;
|
34
|
+
}
|
35
|
+
`;
|
44
36
|
Crumb.displayName = 'Crumb';
|
45
|
-
|
46
|
-
|
47
|
-
|
37
|
+
const Crumbs = _styledComponents.default.ul`
|
38
|
+
list-style: none;
|
39
|
+
margin: 0;
|
40
|
+
padding: 0;
|
41
|
+
`;
|
48
42
|
Crumbs.displayName = 'Crumbs';
|
49
43
|
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
44
|
+
const Breadcrumbs = _ref => {
|
45
|
+
let {
|
46
|
+
crumbs,
|
47
|
+
onClick,
|
48
|
+
Icon
|
49
|
+
} = _ref,
|
50
|
+
rest = _objectWithoutProperties(_ref, ["crumbs", "onClick", "Icon"]);
|
55
51
|
|
56
52
|
return _react.default.createElement(Crumbs, rest, Icon && _react.default.createElement(Icon, {
|
57
53
|
size: 20,
|
@@ -59,14 +55,10 @@ var Breadcrumbs = function Breadcrumbs(_ref) {
|
|
59
55
|
style: {
|
60
56
|
marginRight: '10px!important'
|
61
57
|
}
|
62
|
-
}), crumbs.map(
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
return i === crumbs.length - 1 ? null : _onClick(crumb.link);
|
67
|
-
}
|
68
|
-
}, crumb.name);
|
69
|
-
}));
|
58
|
+
}), crumbs.map((crumb, i) => _react.default.createElement(Crumb, {
|
59
|
+
key: crumb.link,
|
60
|
+
onClick: () => i === crumbs.length - 1 ? null : onClick(crumb.link)
|
61
|
+
}, crumb.name)));
|
70
62
|
};
|
71
63
|
|
72
64
|
Breadcrumbs.displayName = 'Breadcrumbs';
|
@@ -80,7 +72,7 @@ Breadcrumbs.propTypes = {
|
|
80
72
|
};
|
81
73
|
Breadcrumbs.defaultProps = {
|
82
74
|
Icon: false,
|
83
|
-
onClick:
|
75
|
+
onClick: () => {}
|
84
76
|
};
|
85
77
|
var _default = Breadcrumbs;
|
86
78
|
exports.default = _default;
|
@@ -19,56 +19,58 @@ var _supportsStaticImport = _interopRequireDefault(require("./supportsStaticImpo
|
|
19
19
|
|
20
20
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
21
21
|
|
22
|
-
function _getRequireWildcardCache() { if (typeof WeakMap !== "function") return null; var
|
22
|
+
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
23
23
|
|
24
|
-
function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } var cache = _getRequireWildcardCache(); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {};
|
24
|
+
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
25
25
|
|
26
|
-
|
27
|
-
|
26
|
+
const Container = _styledComponents.default.div`
|
27
|
+
position: relative;
|
28
|
+
text-align: center;
|
29
|
+
background-color: ${_colors.default.warning};
|
30
|
+
padding: ${_spacing.default.s2} ${_spacing.default.s6};
|
28
31
|
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
return data;
|
34
|
-
}
|
35
|
-
|
36
|
-
function _templateObject() {
|
37
|
-
var data = _taggedTemplateLiteralLoose(["\n\tposition: relative;\n\ttext-align: center;\n\tbackground-color: ", ";\n\tpadding: ", " ", ";\n\n\tp {\n\t\tmargin: 0;\n\t}\n\n\t", " {\n\t\tmargin-top: ", ";\n\t}\n"]);
|
38
|
-
|
39
|
-
_templateObject = function _templateObject() {
|
40
|
-
return data;
|
41
|
-
};
|
42
|
-
|
43
|
-
return data;
|
44
|
-
}
|
45
|
-
|
46
|
-
function _taggedTemplateLiteralLoose(strings, raw) { if (!raw) { raw = strings.slice(0); } strings.raw = raw; return strings; }
|
47
|
-
|
48
|
-
var Container = _styledComponents.default.div(_templateObject(), _colors.default.warning, _spacing.default.s2, _spacing.default.s6, _Button.default, _spacing.default.s2);
|
32
|
+
p {
|
33
|
+
margin: 0;
|
34
|
+
}
|
49
35
|
|
36
|
+
${_Button.default} {
|
37
|
+
margin-top: ${_spacing.default.s2};
|
38
|
+
}
|
39
|
+
`;
|
50
40
|
Container.displayName = 'Container';
|
51
|
-
|
52
|
-
|
53
|
-
|
41
|
+
const CloseBtn = _styledComponents.default.button`
|
42
|
+
position: absolute;
|
43
|
+
top: 0;
|
44
|
+
right: 0;
|
45
|
+
font-weight: bold;
|
46
|
+
margin: ${_spacing.default.s1};
|
47
|
+
font-size: 2rem;
|
48
|
+
line-height: 1;
|
49
|
+
font-family: monospace;
|
50
|
+
background: transparent;
|
51
|
+
border: none;
|
52
|
+
cursor: pointer;
|
53
|
+
|
54
|
+
&:hover {
|
55
|
+
color: #fff;
|
56
|
+
}
|
57
|
+
`;
|
54
58
|
CloseBtn.displayName = 'CloseBtn';
|
55
59
|
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
(0, _react.useLayoutEffect)(function () {
|
60
|
+
const BrowserWarning = _ref => {
|
61
|
+
let {
|
62
|
+
children,
|
63
|
+
allowDismiss
|
64
|
+
} = _ref;
|
65
|
+
const [showWarning, setShowWarning] = (0, _react.useState)(false);
|
66
|
+
(0, _react.useLayoutEffect)(() => {
|
65
67
|
setShowWarning(window.sessionStorage.getItem('browser-warning-dismissed') ? false : !(0, _supportsStaticImport.default)());
|
66
68
|
}, []);
|
67
69
|
if (!showWarning) return null;
|
68
70
|
return _react.default.createElement(Container, null, allowDismiss && _react.default.createElement(CloseBtn, {
|
69
71
|
type: "button",
|
70
72
|
"aria-label": "Dismiss",
|
71
|
-
onClick:
|
73
|
+
onClick: () => {
|
72
74
|
setShowWarning(false);
|
73
75
|
window.sessionStorage.setItem('browser-warning-dismissed', true);
|
74
76
|
}
|
@@ -11,47 +11,31 @@ var _styledComponents = _interopRequireDefault(require("styled-components"));
|
|
11
11
|
|
12
12
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
13
13
|
|
14
|
-
function
|
15
|
-
|
16
|
-
function _templateObject2() {
|
17
|
-
var data = _taggedTemplateLiteralLoose(["\n\tpadding-left: 0;\n"]);
|
18
|
-
|
19
|
-
_templateObject2 = function _templateObject2() {
|
20
|
-
return data;
|
21
|
-
};
|
22
|
-
|
23
|
-
return data;
|
24
|
-
}
|
25
|
-
|
26
|
-
function _templateObject() {
|
27
|
-
var data = _taggedTemplateLiteralLoose(["\n\tlist-style: none;\n\tbackground: url(\"data:image/svg+xml;charset=UTF-8,%3csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='5' cy='5' r='5' fill='%233DB0F7'/%3e%3c/svg%3e\")\n\t\tleft center no-repeat;\n\tpadding-left: 2rem;\n"]);
|
28
|
-
|
29
|
-
_templateObject = function _templateObject() {
|
30
|
-
return data;
|
31
|
-
};
|
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; }
|
32
15
|
|
33
|
-
|
34
|
-
}
|
35
|
-
|
36
|
-
function _taggedTemplateLiteralLoose(strings, raw) { if (!raw) { raw = strings.slice(0); } strings.raw = raw; return strings; }
|
37
|
-
|
38
|
-
var LI = _styledComponents.default.li(_templateObject());
|
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; }
|
39
17
|
|
18
|
+
const LI = _styledComponents.default.li`
|
19
|
+
list-style: none;
|
20
|
+
background: url("data:image/svg+xml;charset=UTF-8,%3csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='5' cy='5' r='5' fill='%233DB0F7'/%3e%3c/svg%3e")
|
21
|
+
left center no-repeat;
|
22
|
+
padding-left: 2rem;
|
23
|
+
`;
|
40
24
|
LI.displayName = 'LI';
|
41
|
-
|
42
|
-
|
43
|
-
|
25
|
+
const UL = _styledComponents.default.ul`
|
26
|
+
padding-left: 0;
|
27
|
+
`;
|
44
28
|
UL.displayName = 'UL';
|
45
29
|
|
46
|
-
|
47
|
-
|
48
|
-
|
30
|
+
const BulletedList = _ref => {
|
31
|
+
let {
|
32
|
+
items
|
33
|
+
} = _ref,
|
34
|
+
rest = _objectWithoutProperties(_ref, ["items"]);
|
49
35
|
|
50
|
-
return _react.default.createElement(UL, rest, items.map(
|
51
|
-
|
52
|
-
|
53
|
-
}, item);
|
54
|
-
}));
|
36
|
+
return _react.default.createElement(UL, rest, items.map(item => _react.default.createElement(LI, {
|
37
|
+
key: item
|
38
|
+
}, item)));
|
55
39
|
};
|
56
40
|
|
57
41
|
BulletedList.displayName = 'BulletedList';
|