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
@@ -11,80 +11,65 @@ var _styledComponents = _interopRequireWildcard(require("styled-components"));
|
|
11
11
|
|
12
12
|
var _colors = _interopRequireDefault(require("../../constants/colors"));
|
13
13
|
|
14
|
-
function _getRequireWildcardCache() { if (typeof WeakMap !== "function") return null; var
|
14
|
+
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); }
|
15
15
|
|
16
|
-
function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } var cache = _getRequireWildcardCache(); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {};
|
16
|
+
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; }
|
17
17
|
|
18
18
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
19
19
|
|
20
20
|
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); }
|
21
21
|
|
22
|
-
function
|
23
|
-
|
24
|
-
function _templateObject4() {
|
25
|
-
var data = _taggedTemplateLiteralLoose(["\n\tstroke: ", ";\n\tstroke-dasharray: 1, 200;\n\tstroke-dashoffset: 0;\n\tanimation: ", " 1.5s ease-in-out infinite, color 6s ease-in-out infinite;\n\tstroke-linecap: round;\n"]);
|
26
|
-
|
27
|
-
_templateObject4 = function _templateObject4() {
|
28
|
-
return data;
|
29
|
-
};
|
30
|
-
|
31
|
-
return data;
|
32
|
-
}
|
33
|
-
|
34
|
-
function _templateObject3() {
|
35
|
-
var data = _taggedTemplateLiteralLoose(["\n\tanimation: ", " 2s linear infinite;\n\ttransform-origin: center center;\n\twidth: ", ";\n\theight: ", ";\n\tvertical-align: middle;\n"]);
|
22
|
+
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
23
|
|
37
|
-
|
38
|
-
return data;
|
39
|
-
};
|
40
|
-
|
41
|
-
return data;
|
42
|
-
}
|
43
|
-
|
44
|
-
function _templateObject2() {
|
45
|
-
var data = _taggedTemplateLiteralLoose(["\n {\n 0% {\n stroke-dasharray: 1, 200;\n stroke-dashoffset: 0;\n }\n 50% {\n stroke-dasharray: 89, 200;\n stroke-dashoffset: -35px;\n }\n 100% {\n stroke-dasharray: 89, 200;\n stroke-dashoffset: -124px;\n }\n}\n"]);
|
46
|
-
|
47
|
-
_templateObject2 = function _templateObject2() {
|
48
|
-
return data;
|
49
|
-
};
|
24
|
+
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; }
|
50
25
|
|
51
|
-
|
26
|
+
const Rotate = (0, _styledComponents.keyframes)`
|
27
|
+
{
|
28
|
+
100% {
|
29
|
+
transform: rotate(360deg);
|
30
|
+
}
|
52
31
|
}
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
}
|
60
|
-
|
61
|
-
|
32
|
+
`;
|
33
|
+
const Dash = (0, _styledComponents.keyframes)`
|
34
|
+
{
|
35
|
+
0% {
|
36
|
+
stroke-dasharray: 1, 200;
|
37
|
+
stroke-dashoffset: 0;
|
38
|
+
}
|
39
|
+
50% {
|
40
|
+
stroke-dasharray: 89, 200;
|
41
|
+
stroke-dashoffset: -35px;
|
42
|
+
}
|
43
|
+
100% {
|
44
|
+
stroke-dasharray: 89, 200;
|
45
|
+
stroke-dashoffset: -124px;
|
46
|
+
}
|
62
47
|
}
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
}, function (props) {
|
72
|
-
return props.size;
|
73
|
-
});
|
74
|
-
|
48
|
+
`;
|
49
|
+
const Circular = _styledComponents.default.svg`
|
50
|
+
animation: ${Rotate} 2s linear infinite;
|
51
|
+
transform-origin: center center;
|
52
|
+
width: ${props => props.size};
|
53
|
+
height: ${props => props.size};
|
54
|
+
vertical-align: middle;
|
55
|
+
`;
|
75
56
|
Circular.displayName = 'Circular';
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
57
|
+
const Circle = _styledComponents.default.circle`
|
58
|
+
stroke: ${props => props.standalone ? _colors.default.secondary : 'currentColor'};
|
59
|
+
stroke-dasharray: 1, 200;
|
60
|
+
stroke-dashoffset: 0;
|
61
|
+
animation: ${Dash} 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
|
62
|
+
stroke-linecap: round;
|
63
|
+
`;
|
81
64
|
Circle.displayName = 'Circle';
|
82
65
|
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
66
|
+
const InlineLoader = _ref => {
|
67
|
+
let {
|
68
|
+
isLoading,
|
69
|
+
standalone,
|
70
|
+
size
|
71
|
+
} = _ref,
|
72
|
+
rest = _objectWithoutProperties(_ref, ["isLoading", "standalone", "size"]);
|
88
73
|
|
89
74
|
if (!isLoading) {
|
90
75
|
return null;
|
@@ -15,40 +15,55 @@ var _spacing = _interopRequireDefault(require("../../constants/spacing"));
|
|
15
15
|
|
16
16
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
17
17
|
|
18
|
-
function _getRequireWildcardCache() { if (typeof WeakMap !== "function") return null; var
|
19
|
-
|
20
|
-
function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } var cache = _getRequireWildcardCache(); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {};
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
}
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
}
|
51
|
-
|
18
|
+
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); }
|
19
|
+
|
20
|
+
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; }
|
21
|
+
|
22
|
+
const Input = _styledComponents.default.input`
|
23
|
+
appearance: none;
|
24
|
+
-moz-appearance: textfield; /* DO NOT RE-ORDER */
|
25
|
+
font-family: ${_vars.default.fontStackBold};
|
26
|
+
border-radius: ${_vars.default.borderRadius};
|
27
|
+
border: ${_vars.default.borderWidth} solid
|
28
|
+
${props => props.hasError ? _colors.default.error : _colors.default.borderColor} !important;
|
29
|
+
background-color: ${_colors.default.white};
|
30
|
+
padding: 0 ${_spacing.default.s2} !important;
|
31
|
+
outline: none;
|
32
|
+
height: 2.75rem !important;
|
33
|
+
min-height: 2.75rem !important;
|
34
|
+
width: ${props => props.fullWidth ? '100%' : 'auto !important'};
|
35
|
+
margin: 0.5rem 0 !important;
|
36
|
+
line-height: normal !important;
|
37
|
+
vertical-align: top;
|
38
|
+
display: inline-block;
|
39
|
+
|
40
|
+
&:focus {
|
41
|
+
border-color: ${_colors.default.borderFocus} !important;
|
42
|
+
box-shadow: ${_vars.default.boxShadow};
|
43
|
+
}
|
44
|
+
|
45
|
+
&:disabled {
|
46
|
+
color: ${_colors.default.disabled};
|
47
|
+
-webkit-text-fill-color: ${_colors.default.disabled};
|
48
|
+
border-color: ${_colors.default.disabledOutline} !important;
|
49
|
+
background-color: ${_colors.default.disabledBackground};
|
50
|
+
}
|
51
|
+
|
52
|
+
&::placeholder {
|
53
|
+
font-family: ${_vars.default.fontStackNormal};
|
54
|
+
color: ${_colors.default.placeholder};
|
55
|
+
}
|
56
|
+
|
57
|
+
${props => props.type === 'number' && (0, _styledComponents.css)`
|
58
|
+
-moz-appearance: text-field;
|
59
|
+
&::-webkit-inner-spin-button {
|
60
|
+
display: none;
|
61
|
+
}
|
62
|
+
&::-webkit-outer-spin-button {
|
63
|
+
display: none;
|
64
|
+
}
|
65
|
+
`}
|
66
|
+
`;
|
52
67
|
Input.displayName = 'Input';
|
53
68
|
Input.propTypes = {
|
54
69
|
hasError: _propTypes.bool,
|
@@ -15,60 +15,44 @@ var _vars = _interopRequireDefault(require("../../../../constants/vars"));
|
|
15
15
|
|
16
16
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
17
17
|
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
}
|
27
|
-
|
28
|
-
function _templateObject2() {
|
29
|
-
var data = _taggedTemplateLiteralLoose(["\n\tdisplay: flex;\n\tflex: 1 ", ";\n\tmargin: ", ";\n"]);
|
30
|
-
|
31
|
-
_templateObject2 = function _templateObject2() {
|
32
|
-
return data;
|
33
|
-
};
|
34
|
-
|
35
|
-
return data;
|
36
|
-
}
|
37
|
-
|
38
|
-
function _templateObject() {
|
39
|
-
var data = _taggedTemplateLiteralLoose(["\n\tflex: 1 0 auto\n\tfont-weight: bold;\n\tfont-family: ", ";\n\tcolor: ", ";\n\tmargin: ", ";\n"]);
|
40
|
-
|
41
|
-
_templateObject = function _templateObject() {
|
42
|
-
return data;
|
43
|
-
};
|
44
|
-
|
45
|
-
return data;
|
46
|
-
}
|
47
|
-
|
48
|
-
function _taggedTemplateLiteralLoose(strings, raw) { if (!raw) { raw = strings.slice(0); } strings.raw = raw; return strings; }
|
49
|
-
|
50
|
-
var Text = _styledComponents.default.span(_templateObject(), _vars.default.fontStackBold, _colors.default.borderColor, function (_ref) {
|
51
|
-
var position = _ref.position;
|
18
|
+
const Text = _styledComponents.default.span`
|
19
|
+
flex: 1 0 auto
|
20
|
+
font-weight: bold;
|
21
|
+
font-family: ${_vars.default.fontStackBold};
|
22
|
+
color: ${_colors.default.borderColor};
|
23
|
+
margin: ${_ref => {
|
24
|
+
let {
|
25
|
+
position
|
26
|
+
} = _ref;
|
52
27
|
return position === 'start' ? '0 10px 0 0' : '0 0 0 10px';
|
53
|
-
}
|
54
|
-
|
28
|
+
}};
|
29
|
+
`;
|
55
30
|
Text.displayName = 'Text'; // need display:flex here to fix Safari layout issue caused by react-icon-base setting vertical-align: middle
|
56
31
|
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
32
|
+
const IconWrapper = _styledComponents.default.div`
|
33
|
+
display: flex;
|
34
|
+
flex: 1 ${_ref2 => {
|
35
|
+
let {
|
36
|
+
iconSize
|
37
|
+
} = _ref2;
|
38
|
+
return `${iconSize}px`;
|
39
|
+
}};
|
40
|
+
margin: ${_ref3 => {
|
41
|
+
let {
|
42
|
+
position
|
43
|
+
} = _ref3;
|
62
44
|
return position === 'start' ? '0 10px 0 0' : '0 0 0 10px';
|
63
|
-
}
|
64
|
-
|
45
|
+
}};
|
46
|
+
`;
|
65
47
|
IconWrapper.displayName = 'IconWrapper';
|
66
48
|
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
49
|
+
const Adornment = _ref4 => {
|
50
|
+
let {
|
51
|
+
element,
|
52
|
+
disabled,
|
53
|
+
position,
|
54
|
+
size
|
55
|
+
} = _ref4;
|
72
56
|
|
73
57
|
if (typeof element === 'string') {
|
74
58
|
return _react.default.createElement(Text, {
|
@@ -76,11 +60,11 @@ var Adornment = function Adornment(_ref4) {
|
|
76
60
|
}, element);
|
77
61
|
}
|
78
62
|
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
63
|
+
const Icon = (0, _styledComponents.default)(element.icon)`
|
64
|
+
color: ${props => props.disabled ? _colors.default.disabled : element.color}
|
65
|
+
cursor: ${props => props.disabled ? 'default' : 'pointer'};
|
66
|
+
user-select: none;
|
67
|
+
`;
|
84
68
|
Icon.displayName = 'Icon';
|
85
69
|
return _react.default.createElement(IconWrapper, {
|
86
70
|
position: position,
|
@@ -19,67 +19,74 @@ var _Adornment = _interopRequireDefault(require("./Adornment"));
|
|
19
19
|
|
20
20
|
var _InputFactory = _interopRequireWildcard(require("../InputFactory"));
|
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
26
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
27
27
|
|
28
|
-
function
|
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; }
|
29
29
|
|
30
|
-
function
|
31
|
-
var data = _taggedTemplateLiteralLoose(["\n\toutline: none;\n\twidth: 100%;\n\tpadding: 0;\n\tmargin: 0;\n\tborder: none;\n\tbox-shadow: none;\n\tmin-width: 0; /* Firefox */\n\n\t&:focus {\n\t\tbox-shadow: none;\n\t}\n\n\t&:disabled {\n\t\tcolor: ", ";\n\t\tbackground-color: ", ";\n\t}\n\n\t&::placeholder {\n\t\tfont-family: ", ";\n\t\tcolor: ", ";\n\t}\n"]);
|
32
|
-
|
33
|
-
_templateObject2 = function _templateObject2() {
|
34
|
-
return data;
|
35
|
-
};
|
36
|
-
|
37
|
-
return data;
|
38
|
-
}
|
39
|
-
|
40
|
-
function _templateObject() {
|
41
|
-
var data = _taggedTemplateLiteralLoose(["\n\twidth: ", ";\n\tfont-family: ", ";\n\tfont-size: ", ";\n\tpadding: ", ";\n\theight: ", ";\n\tmargin: 0.5rem 0;\n\tborder-radius: ", ";\n\tborder: ", " solid\n\t\t", ";\n\tbackground-color: ", ";\n\tdisplay: inline-flex;\n\talign-items: center;\n\tflex-wrap: no-wrap;\n\n\tbackground-color: ", ";\n\n\t@media (min-width: ", ") {\n\t\twidth: ", ";\n\t}\n"]);
|
42
|
-
|
43
|
-
_templateObject = function _templateObject() {
|
44
|
-
return data;
|
45
|
-
};
|
46
|
-
|
47
|
-
return data;
|
48
|
-
}
|
49
|
-
|
50
|
-
function _taggedTemplateLiteralLoose(strings, raw) { if (!raw) { raw = strings.slice(0); } strings.raw = raw; return strings; }
|
51
|
-
|
52
|
-
var Container = _styledComponents.default.div(_templateObject(), function (props) {
|
53
|
-
return (0, _InputFactory.baseWidth)(props);
|
54
|
-
}, function (props) {
|
55
|
-
return props.size === 'small' ? _vars.default.fontStackNormal : _vars.default.fontStackBold;
|
56
|
-
}, function (props) {
|
57
|
-
return props.size === 'small' ? '90%' : '100%';
|
58
|
-
}, function (props) {
|
59
|
-
return props.size === 'regular' ? '0 10px' : '0 8px';
|
60
|
-
}, function (props) {
|
61
|
-
return props.size === 'regular' ? '2.75rem' : '2rem';
|
62
|
-
}, _vars.default.borderRadius, _vars.default.borderWidth, function (props) {
|
63
|
-
return props.error ? _colors.default.error : _colors.default.borderColor;
|
64
|
-
}, _colors.default.white, function (props) {
|
65
|
-
return props.disabled ? _colors.default.disabledBackground : _colors.default.white;
|
66
|
-
}, _breakpoints.default.tablet, function (props) {
|
67
|
-
return (0, _InputFactory.largerDevicesWidth)(props);
|
68
|
-
});
|
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; }
|
69
31
|
|
32
|
+
const Container = _styledComponents.default.div`
|
33
|
+
width: ${props => (0, _InputFactory.baseWidth)(props)};
|
34
|
+
font-family: ${props => props.size === 'small' ? _vars.default.fontStackNormal : _vars.default.fontStackBold};
|
35
|
+
font-size: ${props => props.size === 'small' ? '90%' : '100%'};
|
36
|
+
padding: ${props => props.size === 'regular' ? '0 10px' : '0 8px'};
|
37
|
+
height: ${props => props.size === 'regular' ? '2.75rem' : '2rem'};
|
38
|
+
margin: 0.5rem 0;
|
39
|
+
border-radius: ${_vars.default.borderRadius};
|
40
|
+
border: ${_vars.default.borderWidth} solid
|
41
|
+
${props => props.error ? _colors.default.error : _colors.default.borderColor};
|
42
|
+
background-color: ${_colors.default.white};
|
43
|
+
display: inline-flex;
|
44
|
+
align-items: center;
|
45
|
+
flex-wrap: no-wrap;
|
46
|
+
|
47
|
+
background-color: ${props => props.disabled ? _colors.default.disabledBackground : _colors.default.white};
|
48
|
+
|
49
|
+
@media (min-width: ${_breakpoints.default.tablet}) {
|
50
|
+
width: ${props => (0, _InputFactory.largerDevicesWidth)(props)};
|
51
|
+
}
|
52
|
+
`;
|
70
53
|
Container.displayName = 'InputGroup';
|
71
|
-
|
54
|
+
const InnerInput = (0, _styledComponents.default)(_InputFactory.default)`
|
55
|
+
outline: none;
|
56
|
+
width: 100%;
|
57
|
+
padding: 0;
|
58
|
+
margin: 0;
|
59
|
+
border: none;
|
60
|
+
box-shadow: none;
|
61
|
+
min-width: 0; /* Firefox */
|
62
|
+
|
63
|
+
&:focus {
|
64
|
+
box-shadow: none;
|
65
|
+
}
|
66
|
+
|
67
|
+
&:disabled {
|
68
|
+
color: ${_colors.default.disabled};
|
69
|
+
background-color: ${_colors.default.disabledBackground};
|
70
|
+
}
|
71
|
+
|
72
|
+
&::placeholder {
|
73
|
+
font-family: ${_vars.default.fontStackNormal};
|
74
|
+
color: ${_colors.default.placeholder};
|
75
|
+
}
|
76
|
+
`;
|
72
77
|
InnerInput.displayName = 'InnerInput';
|
73
78
|
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
79
|
+
const AdornedBox = _ref => {
|
80
|
+
let {
|
81
|
+
prefix,
|
82
|
+
suffix,
|
83
|
+
width,
|
84
|
+
size,
|
85
|
+
responsive,
|
86
|
+
fullWidth,
|
87
|
+
error
|
88
|
+
} = _ref,
|
89
|
+
props = _objectWithoutProperties(_ref, ["prefix", "suffix", "width", "size", "responsive", "fullWidth", "error"]);
|
83
90
|
|
84
91
|
return _react.default.createElement(_react.default.Fragment, null, _react.default.createElement(Container, {
|
85
92
|
width: width,
|
@@ -101,7 +108,7 @@ var AdornedBox = function AdornedBox(_ref) {
|
|
101
108
|
})));
|
102
109
|
};
|
103
110
|
|
104
|
-
|
111
|
+
const iconShape = {
|
105
112
|
icon: _propTypes.func.isRequired,
|
106
113
|
onClick: _propTypes.func.isRequired,
|
107
114
|
color: _propTypes.string
|
@@ -11,21 +11,11 @@ var _colors = _interopRequireDefault(require("../../../constants/colors"));
|
|
11
11
|
|
12
12
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
13
13
|
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
};
|
20
|
-
|
21
|
-
return data;
|
22
|
-
}
|
23
|
-
|
24
|
-
function _taggedTemplateLiteralLoose(strings, raw) { if (!raw) { raw = strings.slice(0); } strings.raw = raw; return strings; }
|
25
|
-
|
26
|
-
var InputError = (0, _styledComponents.default)(_P.default)(_templateObject(), function (props) {
|
27
|
-
return props.size === 'small' ? '-0.4em' : '-0.25em';
|
28
|
-
}, _colors.default.error);
|
14
|
+
const InputError = (0, _styledComponents.default)(_P.default)`
|
15
|
+
font-size: 90%;
|
16
|
+
margin-top: ${props => props.size === 'small' ? '-0.4em' : '-0.25em'};
|
17
|
+
color: ${_colors.default.error};
|
18
|
+
`;
|
29
19
|
InputError.displayName = 'InputError';
|
30
20
|
var _default = InputError;
|
31
21
|
exports.default = _default;
|
@@ -1,7 +1,7 @@
|
|
1
1
|
"use strict";
|
2
2
|
|
3
3
|
exports.__esModule = true;
|
4
|
-
exports.
|
4
|
+
exports.largerDevicesWidth = exports.default = exports.baseWidth = void 0;
|
5
5
|
|
6
6
|
var _react = _interopRequireDefault(require("react"));
|
7
7
|
|
@@ -13,16 +13,18 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
|
|
13
13
|
|
14
14
|
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); }
|
15
15
|
|
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; }
|
17
|
+
|
16
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; }
|
17
19
|
|
18
|
-
|
20
|
+
const baseWidth = props => {
|
19
21
|
if (props.fullWidth || props.responsive) return '100%';
|
20
22
|
return props.width || 'auto';
|
21
23
|
};
|
22
24
|
|
23
25
|
exports.baseWidth = baseWidth;
|
24
26
|
|
25
|
-
|
27
|
+
const largerDevicesWidth = props => {
|
26
28
|
// larger devices ignore the responsive prop
|
27
29
|
if (props.fullWidth) return '100%';
|
28
30
|
return props.width || 'auto';
|
@@ -31,23 +33,23 @@ var largerDevicesWidth = function largerDevicesWidth(props) {
|
|
31
33
|
|
32
34
|
exports.largerDevicesWidth = largerDevicesWidth;
|
33
35
|
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
36
|
+
const InputFactory = _ref => {
|
37
|
+
let {
|
38
|
+
size,
|
39
|
+
error,
|
40
|
+
fullWidth,
|
41
|
+
responsive,
|
42
|
+
mask
|
43
|
+
} = _ref,
|
44
|
+
filteredProps = _objectWithoutProperties(_ref, ["size", "error", "fullWidth", "responsive", "mask"]);
|
41
45
|
|
42
46
|
return mask ? _react.default.createElement(_reactTextMask.default, _extends({
|
43
47
|
guide: false,
|
44
48
|
mask: mask
|
45
49
|
}, filteredProps, {
|
46
|
-
render:
|
47
|
-
|
48
|
-
|
49
|
-
}, rp));
|
50
|
-
}
|
50
|
+
render: (ref, rp) => _react.default.createElement("input", _extends({
|
51
|
+
ref: ref
|
52
|
+
}, rp))
|
51
53
|
})) : _react.default.createElement("input", filteredProps);
|
52
54
|
};
|
53
55
|
|
@@ -15,39 +15,48 @@ var _breakpoints = _interopRequireDefault(require("../../../constants/breakpoint
|
|
15
15
|
|
16
16
|
var _InputFactory = _interopRequireWildcard(require("../InputFactory"));
|
17
17
|
|
18
|
-
function _getRequireWildcardCache() { if (typeof WeakMap !== "function") return null; var
|
18
|
+
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); }
|
19
19
|
|
20
|
-
function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } var cache = _getRequireWildcardCache(); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {};
|
20
|
+
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; }
|
21
21
|
|
22
22
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
23
23
|
|
24
|
-
|
25
|
-
|
24
|
+
const UnadornedBox = (0, _styledComponents.default)(_InputFactory.default)`
|
25
|
+
width: ${props => (0, _InputFactory.baseWidth)(props)};
|
26
|
+
font-family: ${props => props.size === 'small' ? _vars.default.fontStackNormal : _vars.default.fontStackBold};
|
27
|
+
font-size: ${props => props.size === 'small' ? '90%' : '100%'};
|
28
|
+
padding: ${props => props.size === 'regular' ? '0 10px' : '0 8px'};
|
29
|
+
height: ${props => props.size === 'regular' ? '2.75rem' : '2rem'};
|
30
|
+
margin: 0.5rem 0;
|
31
|
+
border-radius: ${_vars.default.borderRadius};
|
32
|
+
border: ${_vars.default.borderWidth} solid
|
33
|
+
${props => props.error ? _colors.default.error : _colors.default.borderColor};
|
34
|
+
background-color: ${_colors.default.white};
|
35
|
+
outline: none;
|
36
|
+
line-height: normal;
|
37
|
+
display: inline-block;
|
26
38
|
|
27
|
-
|
28
|
-
|
29
|
-
|
39
|
+
@media (min-width: ${_breakpoints.default.tablet}) {
|
40
|
+
width: ${props => (0, _InputFactory.largerDevicesWidth)(props)};
|
41
|
+
}
|
30
42
|
|
31
|
-
|
32
|
-
}
|
43
|
+
&:focus {
|
44
|
+
border-color: ${_colors.default.borderFocus} !important;
|
45
|
+
box-shadow: ${_vars.default.boxShadow};
|
46
|
+
}
|
33
47
|
|
34
|
-
|
48
|
+
&:disabled {
|
49
|
+
color: ${_colors.default.disabled};
|
50
|
+
-webkit-text-fill-color: ${_colors.default.disabled};
|
51
|
+
border-color: ${_colors.default.disabledOutline} !important;
|
52
|
+
background-color: ${_colors.default.disabledBackground};
|
53
|
+
}
|
35
54
|
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
return props.size === 'small' ? '90%' : '100%';
|
42
|
-
}, function (props) {
|
43
|
-
return props.size === 'regular' ? '0 10px' : '0 8px';
|
44
|
-
}, function (props) {
|
45
|
-
return props.size === 'regular' ? '2.75rem' : '2rem';
|
46
|
-
}, _vars.default.borderRadius, _vars.default.borderWidth, function (props) {
|
47
|
-
return props.error ? _colors.default.error : _colors.default.borderColor;
|
48
|
-
}, _colors.default.white, _breakpoints.default.tablet, function (props) {
|
49
|
-
return (0, _InputFactory.largerDevicesWidth)(props);
|
50
|
-
}, _colors.default.borderFocus, _vars.default.boxShadow, _colors.default.disabled, _colors.default.disabled, _colors.default.disabledOutline, _colors.default.disabledBackground, _vars.default.fontStackNormal, _colors.default.placeholder);
|
55
|
+
&::placeholder {
|
56
|
+
font-family: ${_vars.default.fontStackNormal};
|
57
|
+
color: ${_colors.default.placeholder};
|
58
|
+
}
|
59
|
+
`;
|
51
60
|
UnadornedBox.displayName = 'StyledInput';
|
52
61
|
UnadornedBox.propTypes = {
|
53
62
|
size: (0, _propTypes.oneOf)(['small', 'regular']),
|