@galaxy-ds/core 2.0.18 → 2.0.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -2
- package/dist/Accordion/Accordion.stories.d.ts +3108 -0
- package/dist/Accordion/Accordion.types.d.ts +2 -1
- package/dist/Accordion/index.d.ts +1 -1
- package/dist/AccordionDetails/AccordionDetails.stories.d.ts +557 -0
- package/dist/AccordionDetails/index.d.ts +1 -1
- package/dist/AccordionPanel/AccordionPanel.stories.d.ts +303 -0
- package/dist/AccordionPanel/index.d.ts +1 -1
- package/dist/AccordionSummary/AccordionSummary.stories.d.ts +881 -0
- package/dist/AccordionSummary/index.d.ts +1 -1
- package/dist/ActivityLog/ActivityLog.stories.d.ts +155 -0
- package/dist/ActivityLog/ActivityLog.styled.d.ts +4 -4
- package/dist/ActivityLog/ActivityLog.types.d.ts +16 -6
- package/dist/AppBar/AppBar.stories.d.ts +605 -0
- package/dist/AppBar/AppBar.styled.d.ts +5 -5
- package/dist/AppBar/AppBar.types.d.ts +7 -2
- package/dist/AppBar/index.d.ts +2 -2
- package/dist/AttachmentIcon/AttachmentIcon.stories.d.ts +61 -0
- package/dist/AttachmentIcon/icons.d.ts +27 -0
- package/dist/Autocomplete/Autocomplete.stories.d.ts +2199 -0
- package/dist/Autocomplete/Autocomplete.styled.d.ts +6 -6
- package/dist/Autocomplete/Autocomplete.types.d.ts +2 -1
- package/dist/Autocomplete/index.d.ts +1 -1
- package/dist/Autocomplete/story-supports/AutocompleteMock.d.ts +9 -0
- package/dist/Autocomplete/story-supports/RecipientInput.d.ts +2 -0
- package/dist/Avatar/Avatar.stories.d.ts +2610 -0
- package/dist/Avatar/Avatar.styled.d.ts +2 -2
- package/dist/Avatar/Avatar.types.d.ts +2 -1
- package/dist/Avatar/index.d.ts +2 -2
- package/dist/AvatarGroup/AvatarGroup.stories.d.ts +2360 -0
- package/dist/AvatarGroup/AvatarGroup.types.d.ts +2 -1
- package/dist/AvatarGroup/index.d.ts +1 -1
- package/dist/Badge/Badge.d.ts +3 -0
- package/dist/Badge/Badge.styled.d.ts +4 -0
- package/dist/Badge/Badge.types.d.ts +3 -0
- package/dist/Badge/index.d.ts +2 -0
- package/dist/BottomListButton/BottomListButton.stories.d.ts +601 -0
- package/dist/BottomListButton/BottomListButton.styled.d.ts +2 -2
- package/dist/BottomListButton/BottomListButton.types.d.ts +2 -1
- package/dist/BottomListButton/index.d.ts +1 -1
- package/dist/Box/Box.stories.d.ts +1543 -0
- package/dist/Box/Box.types.d.ts +1 -1
- package/dist/Box/index.d.ts +1 -1
- package/dist/Breadcrumbs/Breadcrumbs.stories.d.ts +1165 -0
- package/dist/Breadcrumbs/Breadcrumbs.styled.d.ts +2 -2
- package/dist/Button/Button.stories.d.ts +4947 -0
- package/dist/Button/Button.styled.d.ts +2 -2
- package/dist/Button/Button.types.d.ts +2 -1
- package/dist/Button/index.d.ts +1 -1
- package/dist/Card/Card.stories.d.ts +570 -0
- package/dist/Card/Card.styled.d.ts +2 -2
- package/dist/Card/Card.types.d.ts +2 -2
- package/dist/Card/index.d.ts +1 -1
- package/dist/Checkbox/Checkbox.stories.d.ts +2477 -0
- package/dist/Checkbox/Checkbox.types.d.ts +0 -1
- package/dist/Checkbox/index.d.ts +2 -2
- package/dist/Chip/Chip.stories.d.ts +1755 -0
- package/dist/Chip/Chip.styled.d.ts +2 -2
- package/dist/Chip/Chip.types.d.ts +2 -2
- package/dist/Chip/index.d.ts +1 -1
- package/dist/CssBaseline/CssBaseline.d.ts +1 -1
- package/dist/CssBaseline/CssBaseline.stories.d.ts +34 -0
- package/dist/DatePicker/DatePicker.stories.d.ts +17 -0
- package/dist/DatePicker/DatePicker.styled.d.ts +1 -1
- package/dist/DatePicker/index.d.ts +1 -1
- package/dist/DatePicker/support/DatePickerExample.d.ts +3 -0
- package/dist/DateRangePicker/DateRangePicker.stories.d.ts +241 -0
- package/dist/DateRangePicker/DateRangePicker.styled.d.ts +1 -1
- package/dist/DateRangePicker/DateRangePicker.types.d.ts +2 -2
- package/dist/DateRangePicker/index.d.ts +1 -1
- package/dist/DateRangePicker/support/DateRangePickerExample.d.ts +4 -0
- package/dist/Dialog/Dialog.stories.d.ts +1360 -0
- package/dist/Dialog/Dialog.type.d.ts +2 -4
- package/dist/Dialog/index.d.ts +1 -1
- package/dist/Divider/Divider.stories.d.ts +578 -0
- package/dist/Divider/index.d.ts +1 -1
- package/dist/Drawer/Drawer.stories.d.ts +662 -0
- package/dist/Drawer/index.d.ts +1 -1
- package/dist/DrawerMenu/DrawerMenu.stories.d.ts +914 -0
- package/dist/DrawerMenu/DrawerMenu.styled.d.ts +2 -2
- package/dist/DrawerMenu/DrawerMenu.types.d.ts +4 -5
- package/dist/DrawerMenu/index.d.ts +1 -1
- package/dist/Dropdown/Dropdown.stories.d.ts +2874 -0
- package/dist/Dropdown/Dropdown.types.d.ts +2 -1
- package/dist/EmptyState/EmptyState.stories.d.ts +68 -0
- package/dist/EmptyState/EmptyState.styled.d.ts +3 -3
- package/dist/EmptyState/EmptyState.types.d.ts +1 -1
- package/dist/EmptyState/index.d.ts +1 -1
- package/dist/FooterActions/FooterActions.d.ts +3 -2
- package/dist/FooterActions/FooterActions.stories.d.ts +50 -0
- package/dist/FooterActions/FooterActions.styled.d.ts +2 -2
- package/dist/FooterActions/FooterActions.types.d.ts +1 -1
- package/dist/FooterActions/index.d.ts +1 -1
- package/dist/FormBody/FormBody.stories.d.ts +25 -0
- package/dist/FormBody/FormBody.types.d.ts +2 -1
- package/dist/FormContainer/FormContainer.stories.d.ts +22 -0
- package/dist/FormContainer/FormContainer.styled.d.ts +1 -1
- package/dist/FormContainer/FormContainer.types.d.ts +2 -2
- package/dist/FormGroup/FormGroup.stories.d.ts +1434 -0
- package/dist/FormGroup/index.d.ts +1 -1
- package/dist/FormHeader/FormHeader.stories.d.ts +40 -0
- package/dist/FormHeader/FormHeader.styled.d.ts +5 -5
- package/dist/FormHeader/FormHeader.types.d.ts +2 -2
- package/dist/Grid/Grid.stories.d.ts +12 -0
- package/dist/Grid/index.d.ts +1 -1
- package/dist/HeaderToolbar/HeaderToolbar.stories.d.ts +2426 -0
- package/dist/HeaderToolbar/HeaderToolbar.styled.d.ts +7 -7
- package/dist/HeaderToolbar/HeaderToolbar.types.d.ts +4 -1
- package/dist/HeaderToolbar/index.d.ts +1 -1
- package/dist/Icon/Icon.stories.d.ts +1497 -0
- package/dist/Icon/Icon.types.d.ts +4 -3
- package/dist/Icon/index.d.ts +2 -2
- package/dist/IconButton/IconButton.d.ts +2 -2
- package/dist/IconButton/IconButton.stories.d.ts +632 -0
- package/dist/IconButton/IconButton.types.d.ts +1 -2
- package/dist/IconButton/index.d.ts +2 -2
- package/dist/IconButton/support/IconButtonMenuListExample.d.ts +10 -0
- package/dist/Icons/common/Dialog/index.d.ts +6 -6
- package/dist/Icons/common/EmptyState/lawconnect/404.d.ts +2 -0
- package/dist/Icons/common/EmptyState/lawconnect/Default.d.ts +2 -0
- package/dist/Icons/common/EmptyState/lawconnect/DocumentTooLarge.d.ts +2 -0
- package/dist/Icons/common/EmptyState/lawconnect/NoAppointment.d.ts +2 -0
- package/dist/Icons/common/EmptyState/lawconnect/NoComment.d.ts +2 -0
- package/dist/Icons/common/EmptyState/lawconnect/NoDocument.d.ts +2 -0
- package/dist/Icons/common/EmptyState/lawconnect/NoForm.d.ts +2 -0
- package/dist/Icons/common/EmptyState/lawconnect/NoImage.d.ts +2 -0
- package/dist/Icons/common/EmptyState/lawconnect/NoPreview.d.ts +2 -0
- package/dist/Icons/common/EmptyState/lawconnect/NoTransactions.d.ts +2 -0
- package/dist/Icons/common/EmptyState/lawconnect/index.d.ts +7 -0
- package/dist/Icons/common/EmptyState/leap/index.d.ts +5 -5
- package/dist/Icons/common/Forms/index.d.ts +6 -6
- package/dist/Icons/doctype-icons.stories.d.ts +2022 -0
- package/dist/Icons/doctypes/Doctype/DocTypeSent.d.ts +2 -0
- package/dist/Icons/doctypes/Doctype/icons.d.ts +123 -0
- package/dist/Icons/doctypes/Doctype/index.d.ts +18 -18
- package/dist/Icons/doctypes/Doctype16/icons.d.ts +71 -0
- package/dist/Icons/doctypes/Doctype16/index.d.ts +20 -20
- package/dist/Icons/lawconnect/Accredited.d.ts +3 -0
- package/dist/Icons/lawconnect/AccreditedSpecialist.d.ts +3 -0
- package/dist/Icons/lawconnect/Annotations.d.ts +3 -0
- package/dist/Icons/lawconnect/App.d.ts +3 -0
- package/dist/Icons/lawconnect/AppleCalendar.d.ts +3 -0
- package/dist/Icons/lawconnect/ArrowLeft.d.ts +3 -0
- package/dist/Icons/lawconnect/ArrowRight.d.ts +3 -0
- package/dist/Icons/lawconnect/ArrowTop.d.ts +3 -0
- package/dist/Icons/lawconnect/Award.d.ts +3 -0
- package/dist/Icons/lawconnect/BestPractice.d.ts +3 -0
- package/dist/Icons/lawconnect/Bubble.d.ts +3 -0
- package/dist/Icons/lawconnect/Building.d.ts +3 -0
- package/dist/Icons/lawconnect/Calendar.d.ts +3 -0
- package/dist/Icons/lawconnect/Camera.d.ts +3 -0
- package/dist/Icons/lawconnect/ChevronDownLg.d.ts +3 -0
- package/dist/Icons/lawconnect/ChevronLeftLg.d.ts +3 -0
- package/dist/Icons/lawconnect/ChevronRightLg.d.ts +3 -0
- package/dist/Icons/lawconnect/ChevronUpLg.d.ts +3 -0
- package/dist/Icons/lawconnect/Clock.d.ts +3 -0
- package/dist/Icons/lawconnect/ClosedEye.d.ts +3 -0
- package/dist/Icons/lawconnect/Collaborate.d.ts +3 -0
- package/dist/Icons/lawconnect/Contact.d.ts +3 -0
- package/dist/Icons/lawconnect/Courthouse.d.ts +3 -0
- package/dist/Icons/lawconnect/Cross.d.ts +3 -0
- package/dist/Icons/lawconnect/Day.d.ts +3 -0
- package/dist/Icons/lawconnect/Detract.d.ts +3 -0
- package/dist/Icons/lawconnect/Direction.d.ts +3 -0
- package/dist/Icons/lawconnect/Download.d.ts +3 -0
- package/dist/Icons/lawconnect/Expand.d.ts +3 -0
- package/dist/Icons/lawconnect/ExternalArrow.d.ts +3 -0
- package/dist/Icons/lawconnect/Eye.d.ts +3 -0
- package/dist/Icons/lawconnect/Facebook.d.ts +3 -0
- package/dist/Icons/lawconnect/Filled/BuildingFilled.d.ts +3 -0
- package/dist/Icons/lawconnect/Filled/CalendarFilled.d.ts +3 -0
- package/dist/Icons/lawconnect/Filled/ClockFilled.d.ts +3 -0
- package/dist/Icons/lawconnect/Filled/LocationPinFilled.d.ts +3 -0
- package/dist/Icons/lawconnect/Filled/PhoneFilled.d.ts +3 -0
- package/dist/Icons/lawconnect/Filled/StarFilled.d.ts +3 -0
- package/dist/Icons/lawconnect/Filled/SuccessFilled.d.ts +3 -0
- package/dist/Icons/lawconnect/Filled/VideoCallFilled.d.ts +3 -0
- package/dist/Icons/lawconnect/Filled/index.d.ts +8 -0
- package/dist/Icons/lawconnect/Filter.d.ts +3 -0
- package/dist/Icons/lawconnect/FixedCost.d.ts +3 -0
- package/dist/Icons/lawconnect/FreeFirstAppointment.d.ts +3 -0
- package/dist/Icons/lawconnect/GoogleCalendar.d.ts +3 -0
- package/dist/Icons/lawconnect/GridView.d.ts +3 -0
- package/dist/Icons/lawconnect/History.d.ts +3 -0
- package/dist/Icons/lawconnect/Home.d.ts +3 -0
- package/dist/Icons/lawconnect/Info.d.ts +3 -0
- package/dist/Icons/lawconnect/Invoice.d.ts +3 -0
- package/dist/Icons/lawconnect/ItemSearch.d.ts +3 -0
- package/dist/Icons/lawconnect/LawconnectLogo.d.ts +2 -0
- package/dist/Icons/lawconnect/Legal.d.ts +3 -0
- package/dist/Icons/lawconnect/LegalAid.d.ts +3 -0
- package/dist/Icons/lawconnect/Linkedin.d.ts +3 -0
- package/dist/Icons/lawconnect/List.d.ts +3 -0
- package/dist/Icons/lawconnect/ListView.d.ts +3 -0
- package/dist/Icons/lawconnect/LocationPin.d.ts +3 -0
- package/dist/Icons/lawconnect/LocationPointer.d.ts +3 -0
- package/dist/Icons/lawconnect/Midday.d.ts +3 -0
- package/dist/Icons/lawconnect/Minus.d.ts +3 -0
- package/dist/Icons/lawconnect/MobileService.d.ts +3 -0
- package/dist/Icons/lawconnect/More.d.ts +3 -0
- package/dist/Icons/lawconnect/MoreVerticalIcon.d.ts +3 -0
- package/dist/Icons/lawconnect/NowinNofee.d.ts +3 -0
- package/dist/Icons/lawconnect/OnlineSign.d.ts +3 -0
- package/dist/Icons/lawconnect/OutlookCalendar.d.ts +3 -0
- package/dist/Icons/lawconnect/Payment.d.ts +3 -0
- package/dist/Icons/lawconnect/Pegman.d.ts +3 -0
- package/dist/Icons/lawconnect/Phone.d.ts +3 -0
- package/dist/Icons/lawconnect/Plus.d.ts +3 -0
- package/dist/Icons/lawconnect/Print.d.ts +3 -0
- package/dist/Icons/lawconnect/QuestionBalloon.d.ts +3 -0
- package/dist/Icons/lawconnect/QuestionCircle.d.ts +3 -0
- package/dist/Icons/lawconnect/RapidPay.d.ts +3 -0
- package/dist/Icons/lawconnect/Refresh.d.ts +3 -0
- package/dist/Icons/lawconnect/Search.d.ts +3 -0
- package/dist/Icons/lawconnect/SecureDocCollab.d.ts +3 -0
- package/dist/Icons/lawconnect/SecurePayments.d.ts +3 -0
- package/dist/Icons/lawconnect/Send.d.ts +3 -0
- package/dist/Icons/lawconnect/Settings.d.ts +3 -0
- package/dist/Icons/lawconnect/Share.d.ts +3 -0
- package/dist/Icons/lawconnect/SidebarToggleLeft.d.ts +3 -0
- package/dist/Icons/lawconnect/SidebarToggleRight.d.ts +3 -0
- package/dist/Icons/lawconnect/StarEmpty.d.ts +3 -0
- package/dist/Icons/lawconnect/Sunrise.d.ts +3 -0
- package/dist/Icons/lawconnect/Sunset.d.ts +3 -0
- package/dist/Icons/lawconnect/Tick.d.ts +3 -0
- package/dist/Icons/lawconnect/TopRightCurvedArrow.d.ts +3 -0
- package/dist/Icons/lawconnect/TwoToneIcons/AppointmentIcon.d.ts +3 -0
- package/dist/Icons/lawconnect/TwoToneIcons/ClockIcon.d.ts +3 -0
- package/dist/Icons/lawconnect/TwoToneIcons/MessageIcon.d.ts +3 -0
- package/dist/Icons/lawconnect/TwoToneIcons/PeopleIcon.d.ts +3 -0
- package/dist/Icons/lawconnect/TwoToneIcons/QuoteIcon.d.ts +3 -0
- package/dist/Icons/lawconnect/TwoToneIcons/SearchIcon.d.ts +3 -0
- package/dist/Icons/lawconnect/TwoToneIcons/index.d.ts +6 -0
- package/dist/Icons/lawconnect/Upload.d.ts +3 -0
- package/dist/Icons/lawconnect/User.d.ts +3 -0
- package/dist/Icons/lawconnect/UserProfile.d.ts +3 -0
- package/dist/Icons/lawconnect/Video.d.ts +3 -0
- package/dist/Icons/lawconnect/VideoCall.d.ts +3 -0
- package/dist/Icons/lawconnect/Wallet.d.ts +3 -0
- package/dist/Icons/lawconnect/Warning.d.ts +3 -0
- package/dist/Icons/lawconnect/World.d.ts +3 -0
- package/dist/Icons/lawconnect/icons.d.ts +109 -0
- package/dist/Icons/lawconnect/index.d.ts +96 -0
- package/dist/Icons/lawconnect-icons.stories-temp-removed.d.ts +27 -0
- package/dist/Icons/leap/FeeEntry16.d.ts +2 -0
- package/dist/Icons/leap/StartTimerDarkTheme16.d.ts +2 -0
- package/dist/Icons/leap/StartTimerLightTheme16.d.ts +2 -0
- package/dist/Icons/leap/StopTimerDarkTheme16.d.ts +2 -0
- package/dist/Icons/leap/StopTimerLightTheme16.d.ts +2 -0
- package/dist/Icons/leap/TimeEntry16.d.ts +2 -0
- package/dist/Icons/leap/icons.d.ts +101 -0
- package/dist/Icons/leap/index.d.ts +29 -23
- package/dist/Icons/leap/ribbon/Delete.d.ts +1 -2
- package/dist/Icons/leap-icons.stories.d.ts +2520 -0
- package/dist/ImageUpload/ImageUpload.d.ts +1 -1
- package/dist/ImageUpload/ImageUpload.stories.d.ts +22 -0
- package/dist/ImageUpload/ImageUpload.styled.d.ts +1 -1
- package/dist/ImageUpload/ImageUpload.types.d.ts +1 -1
- package/dist/ImageUpload/index.d.ts +1 -1
- package/dist/Input/Input.stories.d.ts +5761 -0
- package/dist/Input/Input.styled.d.ts +3 -3
- package/dist/Input/Input.types.d.ts +6 -0
- package/dist/Input/index.d.ts +1 -1
- package/dist/InputLabel/InputLabel.stories.d.ts +9 -0
- package/dist/InputLabel/index.d.ts +2 -2
- package/dist/List/List.d.ts +1 -2
- package/dist/List/List.stories.d.ts +6 -0
- package/dist/List/index.d.ts +2 -2
- package/dist/ListItem/ListItem.d.ts +2 -2
- package/dist/ListItem/ListItem.stories.d.ts +6 -0
- package/dist/ListItem/index.d.ts +2 -2
- package/dist/ListItemAvatar/ListItemAvatar.stories.d.ts +6 -0
- package/dist/ListItemAvatar/index.d.ts +2 -2
- package/dist/ListItemHoverContent/ListItemHoverContent.d.ts +3 -3
- package/dist/ListItemHoverContent/ListItemHoverContent.stories.d.ts +11 -0
- package/dist/ListItemHoverContent/ListItemHoverContent.types.d.ts +1 -1
- package/dist/ListItemHoverContent/index.d.ts +2 -2
- package/dist/ListItemIcon/ListItemIcon.d.ts +2 -2
- package/dist/ListItemIcon/ListItemIcon.stories.d.ts +6 -0
- package/dist/ListItemIcon/index.d.ts +2 -2
- package/dist/ListItemText/ListItemText.d.ts +2 -2
- package/dist/ListItemText/ListItemText.stories.d.ts +7 -0
- package/dist/ListItemText/ListItemText.types.d.ts +1 -1
- package/dist/ListItemText/index.d.ts +2 -2
- package/dist/ListSubheader/ListSubheader.d.ts +2 -2
- package/dist/ListSubheader/ListSubheader.stories.d.ts +14 -0
- package/dist/ListSubheader/index.d.ts +2 -2
- package/dist/Loader/Icons/Loader.d.ts +1 -1
- package/dist/Loader/Icons/Spinner.d.ts +1 -1
- package/dist/Loader/Loader.stories.d.ts +7 -0
- package/dist/Loader/Loader.styled.d.ts +2 -2
- package/dist/Loader/Loader.types.d.ts +2 -2
- package/dist/Loader/index.d.ts +2 -2
- package/dist/Logos/LawConnect/LawConnectIcon.d.ts +3 -0
- package/dist/Logos/LawConnect/LawConnectLogo.d.ts +3 -0
- package/dist/Logos/LawConnect/LawConnectPoweredBy.d.ts +3 -0
- package/dist/Logos/LawConnect/index.d.ts +3 -0
- package/dist/Logos/Logos.stories.d.ts +8 -0
- package/dist/Menu/Menu.stories.d.ts +8 -0
- package/dist/Menu/Menu.types.d.ts +2 -2
- package/dist/Menu/MenuExamples.d.ts +3 -0
- package/dist/Menu/index.d.ts +2 -2
- package/dist/MenuHeader/MenuHeader.stories.d.ts +6 -0
- package/dist/MenuHeader/MenuHeader.types.d.ts +1 -1
- package/dist/MenuHeader/index.d.ts +1 -1
- package/dist/MenuItem/MenuItem.stories.d.ts +13 -0
- package/dist/MenuItem/MenuItem.types.d.ts +5 -5
- package/dist/MenuItem/index.d.ts +2 -2
- package/dist/Modal/Modal.stories.d.ts +14 -0
- package/dist/Modal/ModalExamples.d.ts +3 -0
- package/dist/Modal/index.d.ts +1 -1
- package/dist/ModalActions/ModalActions.stories.d.ts +6 -0
- package/dist/ModalActions/ModalActions.types.d.ts +1 -1
- package/dist/ModalActions/index.d.ts +1 -1
- package/dist/ModalContent/ModalContent.stories.d.ts +13 -0
- package/dist/ModalContent/ModalContent.types.d.ts +1 -1
- package/dist/ModalContent/index.d.ts +1 -1
- package/dist/ModalTitle/ModalTitle.stories.d.ts +9 -0
- package/dist/ModalTitle/ModalTitle.types.d.ts +1 -1
- package/dist/ModalTitle/index.d.ts +1 -1
- package/dist/Pagination/Pagination.stories.d.ts +9 -0
- package/dist/Pagination/Pagination.types.d.ts +1 -1
- package/dist/Pagination/index.d.ts +2 -2
- package/dist/Popover/Popover.stories.d.ts +6 -0
- package/dist/Popover/Popover.types.d.ts +1 -1
- package/dist/Popover/PopoverExample.d.ts +6 -0
- package/dist/ProgressBar/ProgressBar.d.ts +1 -1
- package/dist/ProgressBar/ProgressBar.stories.d.ts +13 -0
- package/dist/ProgressBar/index.d.ts +2 -2
- package/dist/Radio/Radio.stories.d.ts +8 -0
- package/dist/Radio/Radio.types.d.ts +1 -2
- package/dist/Radio/index.d.ts +2 -2
- package/dist/RadioGroup/RadioGroup.stories.d.ts +6 -0
- package/dist/RadioGroup/RadioGroup.types.d.ts +1 -1
- package/dist/RadioGroup/index.d.ts +1 -1
- package/dist/RibbonButton/RibbonButton.d.ts +2 -2
- package/dist/RibbonButton/RibbonButton.stories.d.ts +9 -0
- package/dist/RibbonButton/RibbonButton.styled.d.ts +3 -3
- package/dist/RibbonButton/RibbonButton.types.d.ts +1 -1
- package/dist/RibbonButtonGroup/RibbonButtonGroup.d.ts +2 -2
- package/dist/RibbonButtonGroup/RibbonButtonGroup.stories.d.ts +9 -0
- package/dist/RibbonButtonGroup/RibbonButtonGroup.styled.d.ts +4 -4
- package/dist/RibbonButtonGroup/RibbonButtonGroupMenuExample.d.ts +1 -0
- package/dist/Select/index.d.ts +2 -2
- package/dist/SidebarLayout/SidebarLayout.d.ts +7 -1
- package/dist/SidebarLayout/SidebarLayout.stories.d.ts +12 -0
- package/dist/SidebarLayout/SidebarLayout.types.d.ts +2 -1
- package/dist/SidebarLayout/index.d.ts +1 -1
- package/dist/StepNavigation/StepNavigation.stories.d.ts +9 -0
- package/dist/StepNavigation/StepNavigation.styled.d.ts +1 -1
- package/dist/StepNavigation/StepNavigation.types.d.ts +2 -1
- package/dist/StepNavigation/index.d.ts +2 -2
- package/dist/Switch/Switch.stories.d.ts +10 -0
- package/dist/Switch/Switch.types.d.ts +1 -1
- package/dist/Switch/index.d.ts +1 -1
- package/dist/Tab/Tab.d.ts +1 -1
- package/dist/Tab/Tab.stories.d.ts +6 -0
- package/dist/Tab/Tab.styled.d.ts +2 -2
- package/dist/Tab/Tab.types.d.ts +1 -1
- package/dist/Tab/index.d.ts +2 -2
- package/dist/TabListItem/TabListItem.stories.d.ts +7 -0
- package/dist/TabListItem/TabListItem.styled.d.ts +3 -3
- package/dist/TabListItem/TabListItem.types.d.ts +1 -1
- package/dist/Table/Table.stories.d.ts +17 -0
- package/dist/Table/Table.types.d.ts +1 -1
- package/dist/Table/index.d.ts +1 -1
- package/dist/TableBody/TableBody.stories.d.ts +14 -0
- package/dist/TableBody/TableBody.types.d.ts +1 -1
- package/dist/TableBody/index.d.ts +1 -1
- package/dist/TableCell/TableCell.stories.d.ts +10 -0
- package/dist/TableCell/TableCell.types.d.ts +2 -2
- package/dist/TableCell/index.d.ts +1 -1
- package/dist/TableCellIcon/TableCellIcon.stories.d.ts +7 -0
- package/dist/TableCellIcon/TableCellIcon.types.d.ts +1 -1
- package/dist/TableCellIcon/index.d.ts +1 -1
- package/dist/TableContainer/TableContainer.stories.d.ts +6 -0
- package/dist/TableContainer/index.d.ts +1 -1
- package/dist/TableFooter/TableFooter.stories.d.ts +10 -0
- package/dist/TableFooter/index.d.ts +1 -1
- package/dist/TableHead/TableHead.stories.d.ts +10 -0
- package/dist/TableHead/index.d.ts +1 -1
- package/dist/TableRow/TableRow.stories.d.ts +12 -0
- package/dist/TableRow/index.d.ts +1 -1
- package/dist/Tabs/Tabs.stories.d.ts +8 -0
- package/dist/Tabs/Tabs.styled.d.ts +2 -3
- package/dist/Tabs/index.d.ts +2 -2
- package/dist/Tabs/support/TabsExample.d.ts +3 -0
- package/dist/Tag/Tag.stories.d.ts +13 -0
- package/dist/Tag/Tag.styled.d.ts +2 -3
- package/dist/Tag/Tag.types.d.ts +10 -10
- package/dist/Tag/index.d.ts +1 -1
- package/dist/TextareaAutosize/TextareaAutosize.d.ts +3 -0
- package/dist/TextareaAutosize/TextareaAutosize.stories.d.ts +7 -0
- package/dist/TextareaAutosize/TextareaAutosize.types.d.ts +3 -0
- package/dist/TextareaAutosize/index.d.ts +2 -0
- package/dist/Theme/custom-types/component-dialog.d.ts +1 -1
- package/dist/Theme/custom-types/component-emptystate.d.ts +7 -6
- package/dist/Theme/custom-types/global-palette.d.ts +9 -0
- package/dist/Theme/lawconnect/baseline.d.ts +44 -0
- package/dist/Theme/lawconnect/design-tokens/components/avatars.d.ts +46 -0
- package/dist/Theme/lawconnect/design-tokens/components/buttons.d.ts +93 -0
- package/dist/Theme/lawconnect/design-tokens/components/chip.d.ts +54 -0
- package/dist/Theme/lawconnect/design-tokens/effect.d.ts +2 -0
- package/dist/Theme/lawconnect/design-tokens/palette.d.ts +116 -0
- package/dist/Theme/lawconnect/design-tokens/shapes.d.ts +13 -0
- package/dist/Theme/lawconnect/design-tokens/spacers.d.ts +12 -0
- package/dist/Theme/lawconnect/design-tokens/typography.d.ts +133 -0
- package/dist/Theme/lawconnect/overrides/Dialog/dialog.d.ts +2 -0
- package/dist/Theme/lawconnect/overrides/Dialog/dialogActions.d.ts +2 -0
- package/dist/Theme/lawconnect/overrides/Dialog/dialogContent.d.ts +2 -0
- package/dist/Theme/lawconnect/overrides/Dialog/dialogTitle.d.ts +2 -0
- package/dist/Theme/lawconnect/overrides/accordion.d.ts +4 -0
- package/dist/Theme/lawconnect/overrides/autocomplete.d.ts +2 -0
- package/dist/Theme/lawconnect/overrides/checkbox.d.ts +2 -0
- package/dist/Theme/lawconnect/overrides/divider.d.ts +2 -0
- package/dist/Theme/lawconnect/overrides/dropdown.d.ts +2 -0
- package/dist/Theme/lawconnect/overrides/formControlLabel.d.ts +2 -0
- package/dist/Theme/lawconnect/overrides/formGroup.d.ts +2 -0
- package/dist/Theme/lawconnect/overrides/iconButton.d.ts +2 -0
- package/dist/Theme/lawconnect/overrides/index.d.ts +23 -0
- package/dist/Theme/lawconnect/overrides/inputBase.d.ts +2 -0
- package/dist/Theme/lawconnect/overrides/inputLabel.d.ts +2 -0
- package/dist/Theme/lawconnect/overrides/list.d.ts +2 -0
- package/dist/Theme/lawconnect/overrides/listItemIcon.d.ts +2 -0
- package/dist/Theme/lawconnect/overrides/listItemText.d.ts +2 -0
- package/dist/Theme/lawconnect/overrides/menu.d.ts +2 -0
- package/dist/Theme/lawconnect/overrides/menuItem.d.ts +2 -0
- package/dist/Theme/lawconnect/overrides/outlinedInput.d.ts +2 -0
- package/dist/Theme/lawconnect/overrides/radio.d.ts +2 -0
- package/dist/Theme/lawconnect/overrides/svgIcon.d.ts +2 -0
- package/dist/Theme/lawconnect/overrides/tooltip.d.ts +2 -0
- package/dist/Theme/lawconnect/theme.d.ts +2 -0
- package/dist/Theme/leap/desktop/baseline.d.ts +13 -13
- package/dist/Theme/leap/desktop/design-tokens/components/avatars.d.ts +3 -3
- package/dist/Theme/leap/desktop/design-tokens/components/buttons.d.ts +20 -20
- package/dist/Theme/leap/desktop/design-tokens/components/chip.d.ts +9 -9
- package/dist/Theme/leap/desktop/design-tokens/effect.d.ts +2 -0
- package/dist/Theme/leap/desktop/design-tokens/palette.d.ts +151 -0
- package/dist/Theme/leap/desktop/design-tokens/typography.d.ts +1 -1
- package/dist/Theme/leap/desktop/overrides/index.d.ts +12 -12
- package/dist/Theme/leap/desktop/overrides/listItem.d.ts +2 -2
- package/dist/Theme/leap/desktop/overrides/listItemText.d.ts +2 -2
- package/dist/Theme/leap/desktop/overrides/listSubHeader.d.ts +2 -2
- package/dist/Theme/leap/desktop/overrides/switch.d.ts +1 -1
- package/dist/Theme/leap/desktop/spacers.d.ts +12 -0
- package/dist/Theme/leap/desktop/theme.d.ts +6 -6
- package/dist/Theme/leap/web/baseline.d.ts +13 -13
- package/dist/Theme/leap/web/design-tokens/components/avatars.d.ts +3 -3
- package/dist/Theme/leap/web/design-tokens/components/buttons.d.ts +20 -20
- package/dist/Theme/leap/web/design-tokens/components/chip.d.ts +10 -10
- package/dist/Theme/leap/web/design-tokens/effect.d.ts +2 -0
- package/dist/Theme/leap/web/design-tokens/palette.d.ts +150 -0
- package/dist/Theme/leap/web/design-tokens/typography.d.ts +1 -1
- package/dist/Theme/leap/web/overrides/index.d.ts +8 -19
- package/dist/Theme/leap/web/overrides/listItem.d.ts +2 -2
- package/dist/Theme/leap/web/overrides/listItemIcon.d.ts +2 -2
- package/dist/Theme/leap/web/overrides/listItemText.d.ts +2 -2
- package/dist/Theme/leap/web/overrides/listSubHeader.d.ts +2 -2
- package/dist/Theme/leap/web/overrides/switch.d.ts +1 -1
- package/dist/ThemeProvider/ThemeProvider.stories.d.ts +14 -0
- package/dist/ThemeProvider/ThemeProvider.types.d.ts +1 -1
- package/dist/ThemeProvider/index.d.ts +1 -1
- package/dist/Toolbar/Toolbar.stories.d.ts +6 -0
- package/dist/ToolbarButton/ToolbarButton.stories.d.ts +6 -0
- package/dist/ToolbarButton/ToolbarButton.styled.d.ts +2 -2
- package/dist/ToolbarButton/ToolbarButton.types.d.ts +3 -3
- package/dist/ToolbarButton/index.d.ts +1 -1
- package/dist/Tooltip/Tooltip.stories.d.ts +10 -0
- package/dist/Tooltip/index.d.ts +1 -1
- package/dist/TwoColumnLayout/TwoColumnLayout.d.ts +7 -1
- package/dist/TwoColumnLayout/TwoColumnLayout.stories.d.ts +18 -0
- package/dist/TwoColumnLayout/TwoColumnLayout.types.d.ts +2 -1
- package/dist/TwoColumnLayout/index.d.ts +1 -1
- package/dist/Typography/Typography.stories.d.ts +15 -0
- package/dist/Typography/index.d.ts +2 -2
- package/dist/index.d.ts +6 -6
- package/dist/index.esm.js +3854 -2075
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +3862 -2075
- package/dist/index.js.map +1 -1
- package/dist/stories/ColorsLeap.stories.d.ts +23 -0
- package/dist/stories/resources/tokensColorsLeap.d.ts +10 -0
- package/dist/stories/resources/typographyLawconnect.d.ts +10 -0
- package/package.json +50 -17
- package/dist/TextField/TextField.d.ts +0 -3
- package/dist/TextField/TextField.types.d.ts +0 -4
- package/dist/TextField/index.d.ts +0 -2
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export { default as AppointmentIcon } from './AppointmentIcon';
|
|
2
|
+
export { default as ClockIcon } from './ClockIcon';
|
|
3
|
+
export { default as MessageIcon } from './MessageIcon';
|
|
4
|
+
export { default as PeopleIcon } from './PeopleIcon';
|
|
5
|
+
export { default as QuoteIcon } from './QuoteIcon';
|
|
6
|
+
export { default as SearchIcon } from './SearchIcon';
|
|
@@ -0,0 +1,109 @@
|
|
|
1
|
+
import { SvgBuildingFilled, SvgCalendarFilled, SvgClockFilled, SvgLocationPinFilled, SvgPhoneFilled, SvgStarFilled, SvgSuccessFilled, SvgVideoCallFilled } from './Filled';
|
|
2
|
+
import { SvgAccredited, SvgAccreditedSpecialist, SvgAnnotations, SvgApp, SvgAppleCalendar, SvgArrowLeft, SvgArrowRight, SvgArrowTop, SvgAward, SvgBestPractice, SvgBubble, SvgBuilding, SvgCalendar, SvgCamera, SvgChevronDownLg, SvgChevronLeftLg, SvgChevronRightLg, SvgChevronUpLg, SvgClock, SvgClosedEye, SvgCollaborate, SvgContact, SvgCourthouse, SvgCross, SvgDay, SvgDetract, SvgDirection, SvgDownload, SvgExpand, SvgExternalArrow, SvgEye, SvgFacebook, SvgFilter, SvgFixedCost, SvgFreeFirstAppointment, SvgGoogleCalendar, SvgGridView, SvgHistory, SvgHome, SvgInfo, SvgInvoice, SvgItemSearch, SvgLegal, SvgLegalAid, SvgLinkedin, SvgList, SvgListView, SvgLocationPin, SvgLocationPointer, SvgMidday, SvgMinus, SvgMobileService, SvgMore, SvgMoreVerticalIcon, SvgNowinNofee, SvgOnlineSign, SvgOutlookCalendar, SvgPayment, SvgPegman, SvgPhone, SvgPlus, SvgPrint, SvgQuestionBalloon, SvgQuestionCircle, SvgRapidPay, SvgRefresh, SvgSearch, SvgSecureDocCollab, SvgSecurePayments, SvgSend, SvgSettings, SvgShare, SvgSidebarToggleLeft, SvgSidebarToggleRight, SvgStarEmpty, SvgSunrise, SvgSunset, SvgTick, SvgTopRightCurvedArrow, SvgUpload, SvgUser, SvgUserProfile, SvgVideo, SvgVideoCall, SvgWallet, SvgWarning, SvgWorld } from './index';
|
|
3
|
+
export declare const lawconnectIcons: {
|
|
4
|
+
SvgAccreditedSpecialist: typeof SvgAccreditedSpecialist;
|
|
5
|
+
SvgAccredited: typeof SvgAccredited;
|
|
6
|
+
SvgAnnotations: typeof SvgAnnotations;
|
|
7
|
+
SvgApp: typeof SvgApp;
|
|
8
|
+
SvgAppleCalendar: typeof SvgAppleCalendar;
|
|
9
|
+
SvgArrowLeft: typeof SvgArrowLeft;
|
|
10
|
+
SvgArrowRight: typeof SvgArrowRight;
|
|
11
|
+
SvgArrowTop: typeof SvgArrowTop;
|
|
12
|
+
SvgAward: typeof SvgAward;
|
|
13
|
+
SvgBestPractice: typeof SvgBestPractice;
|
|
14
|
+
SvgBubble: typeof SvgBubble;
|
|
15
|
+
SvgBuilding: typeof SvgBuilding;
|
|
16
|
+
SvgCalendar: typeof SvgCalendar;
|
|
17
|
+
SvgCamera: typeof SvgCamera;
|
|
18
|
+
SvgChevronDownLg: typeof SvgChevronDownLg;
|
|
19
|
+
SvgChevronLeftLg: typeof SvgChevronLeftLg;
|
|
20
|
+
SvgChevronRightLg: typeof SvgChevronRightLg;
|
|
21
|
+
SvgChevronUpLg: typeof SvgChevronUpLg;
|
|
22
|
+
SvgClock: typeof SvgClock;
|
|
23
|
+
SvgClosedEye: typeof SvgClosedEye;
|
|
24
|
+
SvgCollaborate: typeof SvgCollaborate;
|
|
25
|
+
SvgContact: typeof SvgContact;
|
|
26
|
+
SvgCourthouse: typeof SvgCourthouse;
|
|
27
|
+
SvgCross: typeof SvgCross;
|
|
28
|
+
SvgDay: typeof SvgDay;
|
|
29
|
+
SvgDetract: typeof SvgDetract;
|
|
30
|
+
SvgDirection: typeof SvgDirection;
|
|
31
|
+
SvgDownload: typeof SvgDownload;
|
|
32
|
+
SvgExpand: typeof SvgExpand;
|
|
33
|
+
SvgExternalArrow: typeof SvgExternalArrow;
|
|
34
|
+
SvgEye: typeof SvgEye;
|
|
35
|
+
SvgFacebook: typeof SvgFacebook;
|
|
36
|
+
SvgFilter: typeof SvgFilter;
|
|
37
|
+
SvgFixedCost: typeof SvgFixedCost;
|
|
38
|
+
SvgFreeFirstAppointment: typeof SvgFreeFirstAppointment;
|
|
39
|
+
SvgGoogleCalendar: typeof SvgGoogleCalendar;
|
|
40
|
+
SvgGridView: typeof SvgGridView;
|
|
41
|
+
SvgHistory: typeof SvgHistory;
|
|
42
|
+
SvgHome: typeof SvgHome;
|
|
43
|
+
SvgInfo: typeof SvgInfo;
|
|
44
|
+
SvgInvoice: typeof SvgInvoice;
|
|
45
|
+
SvgItemSearch: typeof SvgItemSearch;
|
|
46
|
+
SvgLegalAid: typeof SvgLegalAid;
|
|
47
|
+
SvgLegal: typeof SvgLegal;
|
|
48
|
+
SvgLinkedin: typeof SvgLinkedin;
|
|
49
|
+
SvgListView: typeof SvgListView;
|
|
50
|
+
SvgList: typeof SvgList;
|
|
51
|
+
SvgLocationPin: typeof SvgLocationPin;
|
|
52
|
+
SvgLocationPointer: typeof SvgLocationPointer;
|
|
53
|
+
SvgMidday: typeof SvgMidday;
|
|
54
|
+
SvgMinus: typeof SvgMinus;
|
|
55
|
+
SvgMobileService: typeof SvgMobileService;
|
|
56
|
+
SvgMore: typeof SvgMore;
|
|
57
|
+
SvgMoreVerticalIcon: typeof SvgMoreVerticalIcon;
|
|
58
|
+
SvgNowinNofee: typeof SvgNowinNofee;
|
|
59
|
+
SvgOnlineSign: typeof SvgOnlineSign;
|
|
60
|
+
SvgOutlookCalendar: typeof SvgOutlookCalendar;
|
|
61
|
+
SvgPayment: typeof SvgPayment;
|
|
62
|
+
SvgPegman: typeof SvgPegman;
|
|
63
|
+
SvgPhone: typeof SvgPhone;
|
|
64
|
+
SvgPlus: typeof SvgPlus;
|
|
65
|
+
SvgPrint: typeof SvgPrint;
|
|
66
|
+
SvgQuestionBalloon: typeof SvgQuestionBalloon;
|
|
67
|
+
SvgQuestionCircle: typeof SvgQuestionCircle;
|
|
68
|
+
SvgRefresh: typeof SvgRefresh;
|
|
69
|
+
SvgRapidPay: typeof SvgRapidPay;
|
|
70
|
+
SvgSearch: typeof SvgSearch;
|
|
71
|
+
SvgSecureDocCollab: typeof SvgSecureDocCollab;
|
|
72
|
+
SvgSecurePayments: typeof SvgSecurePayments;
|
|
73
|
+
SvgSend: typeof SvgSend;
|
|
74
|
+
SvgSettings: typeof SvgSettings;
|
|
75
|
+
SvgShare: typeof SvgShare;
|
|
76
|
+
SvgSidebarToggleLeft: typeof SvgSidebarToggleLeft;
|
|
77
|
+
SvgSidebarToggleRight: typeof SvgSidebarToggleRight;
|
|
78
|
+
SvgStarEmpty: typeof SvgStarEmpty;
|
|
79
|
+
SvgSunrise: typeof SvgSunrise;
|
|
80
|
+
SvgSunset: typeof SvgSunset;
|
|
81
|
+
SvgTick: typeof SvgTick;
|
|
82
|
+
SvgTopRightCurvedArrow: typeof SvgTopRightCurvedArrow;
|
|
83
|
+
SvgUpload: typeof SvgUpload;
|
|
84
|
+
SvgUserProfile: typeof SvgUserProfile;
|
|
85
|
+
SvgUser: typeof SvgUser;
|
|
86
|
+
SvgVideo: typeof SvgVideo;
|
|
87
|
+
SvgVideoCall: typeof SvgVideoCall;
|
|
88
|
+
SvgWallet: typeof SvgWallet;
|
|
89
|
+
SvgWarning: typeof SvgWarning;
|
|
90
|
+
SvgWorld: typeof SvgWorld;
|
|
91
|
+
};
|
|
92
|
+
export declare const lawconnectIconsFilled: {
|
|
93
|
+
SvgVideoCallFilled: typeof SvgVideoCallFilled;
|
|
94
|
+
SvgStarFilled: typeof SvgStarFilled;
|
|
95
|
+
SvgSuccessFilled: typeof SvgSuccessFilled;
|
|
96
|
+
SvgPhoneFilled: typeof SvgPhoneFilled;
|
|
97
|
+
SvgCalendarFilled: typeof SvgCalendarFilled;
|
|
98
|
+
SvgBuildingFilled: typeof SvgBuildingFilled;
|
|
99
|
+
SvgLocationPinFilled: typeof SvgLocationPinFilled;
|
|
100
|
+
SvgClockFilled: typeof SvgClockFilled;
|
|
101
|
+
};
|
|
102
|
+
export declare const lawconnectIconsTwoTone: {
|
|
103
|
+
AppointmentIcon: (props: import("@mui/material").SvgIconProps) => import("react/jsx-runtime").JSX.Element;
|
|
104
|
+
ClockIcon: (props: import("@mui/material").SvgIconProps) => import("react/jsx-runtime").JSX.Element;
|
|
105
|
+
MessageIcon: (props: import("@mui/material").SvgIconProps) => import("react/jsx-runtime").JSX.Element;
|
|
106
|
+
PeopleIcon: (props: import("@mui/material").SvgIconProps) => import("react/jsx-runtime").JSX.Element;
|
|
107
|
+
SearchIcon: (props: import("@mui/material").SvgIconProps) => import("react/jsx-runtime").JSX.Element;
|
|
108
|
+
QuoteIcon: (props: import("@mui/material").SvgIconProps) => import("react/jsx-runtime").JSX.Element;
|
|
109
|
+
};
|
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
export { default as SvgAccredited } from './Accredited';
|
|
2
|
+
export { default as SvgAccreditedSpecialist } from './AccreditedSpecialist';
|
|
3
|
+
export { default as SvgAnnotations } from './Annotations';
|
|
4
|
+
export { default as SvgApp } from './App';
|
|
5
|
+
export { default as SvgAppleCalendar } from './AppleCalendar';
|
|
6
|
+
export { default as SvgArrowLeft } from './ArrowLeft';
|
|
7
|
+
export { default as SvgArrowRight } from './ArrowRight';
|
|
8
|
+
export { default as SvgArrowTop } from './ArrowTop';
|
|
9
|
+
export { default as SvgAward } from './Award';
|
|
10
|
+
export { default as SvgBestPractice } from './BestPractice';
|
|
11
|
+
export { default as SvgBubble } from './Bubble';
|
|
12
|
+
export { default as SvgBuilding } from './Building';
|
|
13
|
+
export { default as SvgCalendar } from './Calendar';
|
|
14
|
+
export { default as SvgCamera } from './Camera';
|
|
15
|
+
export { default as SvgChevronDownLg } from './ChevronDownLg';
|
|
16
|
+
export { default as SvgChevronLeftLg } from './ChevronLeftLg';
|
|
17
|
+
export { default as SvgChevronRightLg } from './ChevronRightLg';
|
|
18
|
+
export { default as SvgChevronUpLg } from './ChevronUpLg';
|
|
19
|
+
export { default as SvgClock } from './Clock';
|
|
20
|
+
export { default as SvgClosedEye } from './ClosedEye';
|
|
21
|
+
export { default as SvgCollaborate } from './Collaborate';
|
|
22
|
+
export { default as SvgContact } from './Contact';
|
|
23
|
+
export { default as SvgCourthouse } from './Courthouse';
|
|
24
|
+
export { default as SvgCross } from './Cross';
|
|
25
|
+
export { default as SvgDay } from './Day';
|
|
26
|
+
export { default as SvgDetract } from './Detract';
|
|
27
|
+
export { default as SvgDirection } from './Direction';
|
|
28
|
+
export { default as SvgDownload } from './Download';
|
|
29
|
+
export { default as SvgExpand } from './Expand';
|
|
30
|
+
export { default as SvgExternalArrow } from './ExternalArrow';
|
|
31
|
+
export { default as SvgEye } from './Eye';
|
|
32
|
+
export { default as SvgFacebook } from './Facebook';
|
|
33
|
+
export { default as SvgBuildingFilled } from './Filled/BuildingFilled';
|
|
34
|
+
export { default as SvgCalendarFilled } from './Filled/CalendarFilled';
|
|
35
|
+
export { default as SvgClockFilled } from './Filled/ClockFilled';
|
|
36
|
+
export { default as SvgLocationPinFilled } from './Filled/LocationPinFilled';
|
|
37
|
+
export { default as SvgPhoneFilled } from './Filled/PhoneFilled';
|
|
38
|
+
export { default as SvgStarFilled } from './Filled/StarFilled';
|
|
39
|
+
export { default as SvgSuccessFilled } from './Filled/SuccessFilled';
|
|
40
|
+
export { default as SvgVideoCallFilled } from './Filled/VideoCallFilled';
|
|
41
|
+
export { default as SvgFilter } from './Filter';
|
|
42
|
+
export { default as SvgFixedCost } from './FixedCost';
|
|
43
|
+
export { default as SvgFreeFirstAppointment } from './FreeFirstAppointment';
|
|
44
|
+
export { default as SvgGoogleCalendar } from './GoogleCalendar';
|
|
45
|
+
export { default as SvgGridView } from './GridView';
|
|
46
|
+
export { default as SvgHistory } from './History';
|
|
47
|
+
export { default as SvgHome } from './Home';
|
|
48
|
+
export { default as SvgInfo } from './Info';
|
|
49
|
+
export { default as SvgInvoice } from './Invoice';
|
|
50
|
+
export { default as SvgItemSearch } from './ItemSearch';
|
|
51
|
+
export { default as LawconnectLogo } from './LawconnectLogo';
|
|
52
|
+
export { default as SvgLegal } from './Legal';
|
|
53
|
+
export { default as SvgLegalAid } from './LegalAid';
|
|
54
|
+
export { default as SvgLinkedin } from './Linkedin';
|
|
55
|
+
export { default as SvgList } from './List';
|
|
56
|
+
export { default as SvgListView } from './ListView';
|
|
57
|
+
export { default as SvgLocationPin } from './LocationPin';
|
|
58
|
+
export { default as SvgLocationPointer } from './LocationPointer';
|
|
59
|
+
export { default as SvgMidday } from './Midday';
|
|
60
|
+
export { default as SvgMinus } from './Minus';
|
|
61
|
+
export { default as SvgMobileService } from './MobileService';
|
|
62
|
+
export { default as SvgMore } from './More';
|
|
63
|
+
export { default as SvgMoreVerticalIcon } from './MoreVerticalIcon';
|
|
64
|
+
export { default as SvgNowinNofee } from './NowinNofee';
|
|
65
|
+
export { default as SvgOnlineSign } from './OnlineSign';
|
|
66
|
+
export { default as SvgOutlookCalendar } from './OutlookCalendar';
|
|
67
|
+
export { default as SvgPayment } from './Payment';
|
|
68
|
+
export { default as SvgPegman } from './Pegman';
|
|
69
|
+
export { default as SvgPhone } from './Phone';
|
|
70
|
+
export { default as SvgPlus } from './Plus';
|
|
71
|
+
export { default as SvgPrint } from './Print';
|
|
72
|
+
export { default as SvgQuestionBalloon } from './QuestionBalloon';
|
|
73
|
+
export { default as SvgQuestionCircle } from './QuestionCircle';
|
|
74
|
+
export { default as SvgRapidPay } from './RapidPay';
|
|
75
|
+
export { default as SvgRefresh } from './Refresh';
|
|
76
|
+
export { default as SvgSearch } from './Search';
|
|
77
|
+
export { default as SvgSecureDocCollab } from './SecureDocCollab';
|
|
78
|
+
export { default as SvgSecurePayments } from './SecurePayments';
|
|
79
|
+
export { default as SvgSend } from './Send';
|
|
80
|
+
export { default as SvgSettings } from './Settings';
|
|
81
|
+
export { default as SvgShare } from './Share';
|
|
82
|
+
export { default as SvgSidebarToggleLeft } from './SidebarToggleLeft';
|
|
83
|
+
export { default as SvgSidebarToggleRight } from './SidebarToggleRight';
|
|
84
|
+
export { default as SvgStarEmpty } from './StarEmpty';
|
|
85
|
+
export { default as SvgSunrise } from './Sunrise';
|
|
86
|
+
export { default as SvgSunset } from './Sunset';
|
|
87
|
+
export { default as SvgTick } from './Tick';
|
|
88
|
+
export { default as SvgTopRightCurvedArrow } from './TopRightCurvedArrow';
|
|
89
|
+
export { default as SvgUpload } from './Upload';
|
|
90
|
+
export { default as SvgUser } from './User';
|
|
91
|
+
export { default as SvgUserProfile } from './UserProfile';
|
|
92
|
+
export { default as SvgVideo } from './Video';
|
|
93
|
+
export { default as SvgVideoCall } from './VideoCall';
|
|
94
|
+
export { default as SvgWallet } from './Wallet';
|
|
95
|
+
export { default as SvgWarning } from './Warning';
|
|
96
|
+
export { default as SvgWorld } from './World';
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
declare const meta: {
|
|
2
|
+
component: (props: import("../Icon").IconProps) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
title: string;
|
|
4
|
+
};
|
|
5
|
+
export default meta;
|
|
6
|
+
export declare const Default: {
|
|
7
|
+
args: {};
|
|
8
|
+
parameters: {
|
|
9
|
+
docs: {
|
|
10
|
+
source: {
|
|
11
|
+
code: string;
|
|
12
|
+
};
|
|
13
|
+
};
|
|
14
|
+
};
|
|
15
|
+
render: () => import("react/jsx-runtime").JSX.Element;
|
|
16
|
+
};
|
|
17
|
+
export declare const Filled: {
|
|
18
|
+
args: {};
|
|
19
|
+
parameters: {
|
|
20
|
+
docs: {
|
|
21
|
+
source: {
|
|
22
|
+
code: string;
|
|
23
|
+
};
|
|
24
|
+
};
|
|
25
|
+
};
|
|
26
|
+
render: () => import("react/jsx-runtime").JSX.Element;
|
|
27
|
+
};
|
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
import { AccessIcon, AccountingIcon, ActivityDefault16Icon, Appointment16Icon, AssignCurvedIcon, AutoTimer24Icon, AutoTimerFilled24Icon, AutoTimerIconDarkTheme, AutoTimerIconLightTheme, AvatarBusinessIcon, AvatarCompanyIcon, AvatarGovernmentIcon, AvatarPeopleIcon, AvatarPersonIcon, AvatarTrustIcon, BlankLetter16Icon, Browse2Icon, BrowseIcon, ButtonCaretIcon, ButtonFilterIcon, BylawyersIcon, CalendarIcon, CalendarRibbonIcon, CaretDown12Icon, CaretUp12Icon, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, Clause16Icon, CoinEuroIcon, CoinIcon, CoinPoundIcon, CostRecoveryExceeded16Icon, Cross16Icon, CrossIcon, CurrencyEuroIcon, CurrencyIcon, CurrencyPoundIcon, DeleteRibbonIcon, EmailSentIcon, Fax16Icon, FeeEntry16Icon, HomeIcon, HyperLink16Icon, InsertLinkIcon, LoaderIcon, ManualEntry24Icon, ManualEntryFilled24Icon, ManualEntryIconDarkTheme, ManualEntryIconLightTheme, MatterFolderRibbonIcon, Memo16Icon, MenuIcon, MoreVerticalIcon, NewAppointmentIcon, NewEntryRibbonIcon, PhoneCall16Icon, PowerIcon, PrecedentNotification16Icon, PreviewIcon, ReportingIcon, ResponseIcon, RevokeAccessIcon, ScannedDoc16Icon, SearchIcon, SelectFilterEmptyIcon, SelectFilterFilledIcon, SharedFolder16Icon, Sms16Icon, SpinnerIcon, StartTimerDarkTheme16, StartTimerLightTheme16, StopTimerDarkTheme16, StopTimerLightTheme16, TaxInvoice16Icon, TaxInvoice162Icon, TickIcon, TimedEntry16Icon, TimeEntry16Icon, Timer24Icon, TimerFilled24Icon, TrustStatement16Icon, UnknownType16Icon, UserLinkIcon, UserLockIcon, UsersIcon, Video16Icon, VideoCall16Icon, VoiceMemo16Icon, Zyphta16Icon } from './index';
|
|
2
|
+
export declare const leapIcons: {
|
|
3
|
+
AccessIcon: typeof AccessIcon;
|
|
4
|
+
AccountingIcon: typeof AccountingIcon;
|
|
5
|
+
AssignCurvedIcon: typeof AssignCurvedIcon;
|
|
6
|
+
AvatarBusinessIcon: typeof AvatarBusinessIcon;
|
|
7
|
+
AvatarCompanyIcon: typeof AvatarCompanyIcon;
|
|
8
|
+
AvatarGovernmentIcon: typeof AvatarGovernmentIcon;
|
|
9
|
+
AvatarPeopleIcon: typeof AvatarPeopleIcon;
|
|
10
|
+
AvatarPersonIcon: typeof AvatarPersonIcon;
|
|
11
|
+
AvatarTrustIcon: typeof AvatarTrustIcon;
|
|
12
|
+
BrowseIcon: typeof BrowseIcon;
|
|
13
|
+
Browse2Icon: typeof Browse2Icon;
|
|
14
|
+
ButtonCaretIcon: typeof ButtonCaretIcon;
|
|
15
|
+
ButtonFilterIcon: typeof ButtonFilterIcon;
|
|
16
|
+
CalendarIcon: typeof CalendarIcon;
|
|
17
|
+
CaretDown12Icon: typeof CaretDown12Icon;
|
|
18
|
+
CaretUp12Icon: typeof CaretUp12Icon;
|
|
19
|
+
ChevronDownIcon: typeof ChevronDownIcon;
|
|
20
|
+
ChevronLeftIcon: typeof ChevronLeftIcon;
|
|
21
|
+
ChevronRightIcon: typeof ChevronRightIcon;
|
|
22
|
+
CoinEuroIcon: typeof CoinEuroIcon;
|
|
23
|
+
CoinIcon: typeof CoinIcon;
|
|
24
|
+
CoinPoundIcon: typeof CoinPoundIcon;
|
|
25
|
+
CrossIcon: typeof CrossIcon;
|
|
26
|
+
CurrencyEuroIcon: typeof CurrencyEuroIcon;
|
|
27
|
+
CurrencyIcon: typeof CurrencyIcon;
|
|
28
|
+
CurrencyPoundIcon: typeof CurrencyPoundIcon;
|
|
29
|
+
EmailSentIcon: typeof EmailSentIcon;
|
|
30
|
+
HomeIcon: typeof HomeIcon;
|
|
31
|
+
InsertLinkIcon: typeof InsertLinkIcon;
|
|
32
|
+
LoaderIcon: typeof LoaderIcon;
|
|
33
|
+
MenuIcon: typeof MenuIcon;
|
|
34
|
+
MoreVerticalIcon: typeof MoreVerticalIcon;
|
|
35
|
+
NewAppointmentIcon: typeof NewAppointmentIcon;
|
|
36
|
+
PowerIcon: typeof PowerIcon;
|
|
37
|
+
PreviewIcon: typeof PreviewIcon;
|
|
38
|
+
ReportingIcon: typeof ReportingIcon;
|
|
39
|
+
ResponseIcon: typeof ResponseIcon;
|
|
40
|
+
RevokeAccessIcon: typeof RevokeAccessIcon;
|
|
41
|
+
SearchIcon: typeof SearchIcon;
|
|
42
|
+
SelectFilterEmptyIcon: typeof SelectFilterEmptyIcon;
|
|
43
|
+
SelectFilterFilledIcon: typeof SelectFilterFilledIcon;
|
|
44
|
+
SpinnerIcon: typeof SpinnerIcon;
|
|
45
|
+
TickIcon: typeof TickIcon;
|
|
46
|
+
UserLinkIcon: typeof UserLinkIcon;
|
|
47
|
+
UserLockIcon: typeof UserLockIcon;
|
|
48
|
+
UsersIcon: typeof UsersIcon;
|
|
49
|
+
AutoTimer24Icon: typeof AutoTimer24Icon;
|
|
50
|
+
AutoTimerFilled24Icon: typeof AutoTimerFilled24Icon;
|
|
51
|
+
ManualEntry24Icon: typeof ManualEntry24Icon;
|
|
52
|
+
ManualEntryFilled24Icon: typeof ManualEntryFilled24Icon;
|
|
53
|
+
Timer24Icon: typeof Timer24Icon;
|
|
54
|
+
TimerFilled24Icon: typeof TimerFilled24Icon;
|
|
55
|
+
};
|
|
56
|
+
export declare const leapIcons16: {
|
|
57
|
+
ActivityDefault16Icon: typeof ActivityDefault16Icon;
|
|
58
|
+
Appointment16Icon: typeof Appointment16Icon;
|
|
59
|
+
BlankLetter16Icon: typeof BlankLetter16Icon;
|
|
60
|
+
BylawyersIcon: typeof BylawyersIcon;
|
|
61
|
+
Clause16Icon: typeof Clause16Icon;
|
|
62
|
+
Cross16Icon: typeof Cross16Icon;
|
|
63
|
+
CostRecoveryExceeded16Icon: typeof CostRecoveryExceeded16Icon;
|
|
64
|
+
FeeEntry16Icon: typeof FeeEntry16Icon;
|
|
65
|
+
Fax16Icon: typeof Fax16Icon;
|
|
66
|
+
HyperLink16Icon: typeof HyperLink16Icon;
|
|
67
|
+
Memo16Icon: typeof Memo16Icon;
|
|
68
|
+
PhoneCall16Icon: typeof PhoneCall16Icon;
|
|
69
|
+
PrecedentNotification16Icon: typeof PrecedentNotification16Icon;
|
|
70
|
+
ScannedDoc16Icon: typeof ScannedDoc16Icon;
|
|
71
|
+
SharedFolder16Icon: typeof SharedFolder16Icon;
|
|
72
|
+
Sms16Icon: typeof Sms16Icon;
|
|
73
|
+
TrustStatement16Icon: typeof TrustStatement16Icon;
|
|
74
|
+
TaxInvoice16Icon: typeof TaxInvoice16Icon;
|
|
75
|
+
TaxInvoice162Icon: typeof TaxInvoice162Icon;
|
|
76
|
+
TimedEntry16Icon: typeof TimedEntry16Icon;
|
|
77
|
+
TimeEntry16Icon: typeof TimeEntry16Icon;
|
|
78
|
+
UnknownType16Icon: typeof UnknownType16Icon;
|
|
79
|
+
Video16Icon: typeof Video16Icon;
|
|
80
|
+
VideoCall16Icon: typeof VideoCall16Icon;
|
|
81
|
+
VoiceMemo16Icon: typeof VoiceMemo16Icon;
|
|
82
|
+
Zyphta16Icon: typeof Zyphta16Icon;
|
|
83
|
+
};
|
|
84
|
+
export declare const leapRibbonIcons: {
|
|
85
|
+
MatterFolderRibbonIcon: typeof MatterFolderRibbonIcon;
|
|
86
|
+
NewEntryRibbonIcon: typeof NewEntryRibbonIcon;
|
|
87
|
+
CalendarRibbonIcon: typeof CalendarRibbonIcon;
|
|
88
|
+
DeleteRibbonIcon: typeof DeleteRibbonIcon;
|
|
89
|
+
};
|
|
90
|
+
export declare const leapDarkTheme: {
|
|
91
|
+
AutoTimerIconDarkTheme: typeof AutoTimerIconDarkTheme;
|
|
92
|
+
ManualEntryIconDarkTheme: typeof ManualEntryIconDarkTheme;
|
|
93
|
+
StopTimerDarkTheme16: typeof StopTimerDarkTheme16;
|
|
94
|
+
StartTimerDarkTheme16: typeof StartTimerDarkTheme16;
|
|
95
|
+
};
|
|
96
|
+
export declare const leapLightTheme: {
|
|
97
|
+
AutoTimerIconLightTheme: typeof AutoTimerIconLightTheme;
|
|
98
|
+
ManualEntryIconLightTheme: typeof ManualEntryIconLightTheme;
|
|
99
|
+
StopTimerLightTheme16: typeof StopTimerLightTheme16;
|
|
100
|
+
StartTimerLightTheme16: typeof StartTimerLightTheme16;
|
|
101
|
+
};
|