@worknice/whiteboard 0.60.1 → 0.62.0
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/dist/controls/Action.js +5 -7
- package/dist/controls/Action.stories.d.ts +1 -1
- package/dist/controls/Action.stories.js +5 -7
- package/dist/controls/Button.stories.d.ts +1 -1
- package/dist/controls/Button.stories.js +5 -7
- package/dist/controls/ButtonCard.js +6 -7
- package/dist/controls/ButtonCard.stories.d.ts +1 -1
- package/dist/controls/ButtonLink.stories.js +6 -10
- package/dist/controls/Disclosure.stories.js +6 -10
- package/dist/controls/FilterModal.js +4 -7
- package/dist/controls/LinkCard.js +2 -3
- package/dist/controls/MenuButton.js +3 -4
- package/dist/controls/MenuButton.stories.d.ts +1 -1
- package/dist/controls/MenuButton.stories.js +4 -7
- package/dist/controls/PageTabSet.js +3 -4
- package/dist/controls/Sortable.stories.d.ts +1 -1
- package/dist/controls/Sortable.stories.js +4 -10
- package/dist/controls/SortableItem.js +2 -4
- package/dist/controls/TabSet.stories.d.ts +1 -1
- package/dist/controls/TabSetLink.stories.js +11 -19
- package/dist/fields/CheckboxSetField.stories.d.ts +1 -1
- package/dist/fields/ColorPickerField.stories.d.ts +1 -1
- package/dist/fields/OrgLogoField.stories.d.ts +1 -1
- package/dist/fields/PaletteColorPickerField.stories.d.ts +1 -1
- package/dist/fields/TimezoneField.stories.d.ts +1 -1
- package/dist/forms/FormErrorList.js +2 -4
- package/dist/forms/FormStatusIndicator.js +7 -10
- package/dist/hud/NavSection.js +3 -4
- package/dist/icons/IconGallery.js +5 -11
- package/dist/icons/components/Approval.d.ts +5 -0
- package/dist/icons/components/Approval.js +14 -0
- package/dist/icons/components/Apps.d.ts +5 -0
- package/dist/icons/{AppsIcon.js → components/Apps.js} +7 -4
- package/dist/icons/components/Archive.d.ts +5 -0
- package/dist/icons/{ArchiveIcon.js → components/Archive.js} +7 -4
- package/dist/icons/components/ArrowLeft.d.ts +5 -0
- package/dist/icons/{ArrowLeftIcon.js → components/ArrowLeft.js} +7 -4
- package/dist/icons/components/ArrowRight.d.ts +5 -0
- package/dist/icons/{ArrowRightIcon.js → components/ArrowRight.js} +7 -4
- package/dist/icons/components/ArrowTurnLeftUp.d.ts +5 -0
- package/dist/icons/{ArrowTurnLeftUpIcon.js → components/ArrowTurnLeftUp.js} +7 -4
- package/dist/icons/components/ArrowsCompress.d.ts +5 -0
- package/dist/icons/components/ArrowsCompress.js +14 -0
- package/dist/icons/components/ArrowsExpand.d.ts +5 -0
- package/dist/icons/components/ArrowsExpand.js +14 -0
- package/dist/icons/components/ArrowsUpDown.d.ts +5 -0
- package/dist/icons/{ArrowsUpDownIcon.js → components/ArrowsUpDown.js} +7 -4
- package/dist/icons/components/Assign.d.ts +5 -0
- package/dist/icons/{AssignIcon.js → components/Assign.js} +7 -6
- package/dist/icons/components/AssignmentCertificate.d.ts +5 -0
- package/dist/icons/components/AssignmentCertificate.js +14 -0
- package/dist/icons/components/AssignmentDocument.d.ts +5 -0
- package/dist/icons/components/AssignmentDocument.js +14 -0
- package/dist/icons/components/AssignmentQuestionnaire.d.ts +5 -0
- package/dist/icons/components/AssignmentQuestionnaire.js +14 -0
- package/dist/icons/components/BankAccount.d.ts +5 -0
- package/dist/icons/{BankAccountIcon.js → components/BankAccount.js} +7 -4
- package/dist/icons/components/BookOpenLines.d.ts +5 -0
- package/dist/icons/{BookOpenLinesIcon.js → components/BookOpenLines.js} +7 -4
- package/dist/icons/components/Bug.d.ts +5 -0
- package/dist/icons/{BugIcon.js → components/Bug.js} +7 -4
- package/dist/icons/components/Calendar.d.ts +5 -0
- package/dist/icons/{CalendarIcon.js → components/Calendar.js} +7 -4
- package/dist/icons/components/Cancel.d.ts +5 -0
- package/dist/icons/{CancelIcon.js → components/Cancel.js} +7 -4
- package/dist/icons/components/CaratDown.d.ts +5 -0
- package/dist/icons/{CaratDownIcon.js → components/CaratDown.js} +7 -4
- package/dist/icons/components/CaratLeft.d.ts +5 -0
- package/dist/icons/{CaratLeftIcon.js → components/CaratLeft.js} +7 -4
- package/dist/icons/components/CaratRight.d.ts +5 -0
- package/dist/icons/{CaratRightIcon.js → components/CaratRight.js} +7 -4
- package/dist/icons/components/CaratUp.d.ts +5 -0
- package/dist/icons/{CaratUpIcon.js → components/CaratUp.js} +7 -4
- package/dist/icons/components/CheckMark.d.ts +5 -0
- package/dist/icons/{CheckmarkIcon.js → components/CheckMark.js} +7 -4
- package/dist/icons/components/ChevronDown.d.ts +5 -0
- package/dist/icons/{ChevronDownIcon.js → components/ChevronDown.js} +7 -4
- package/dist/icons/components/ChevronLeft.d.ts +5 -0
- package/dist/icons/{ChevronLeftIcon.js → components/ChevronLeft.js} +7 -4
- package/dist/icons/components/ChevronRight.d.ts +5 -0
- package/dist/icons/{ChevronRightIcon.js → components/ChevronRight.js} +7 -4
- package/dist/icons/components/ChevronUp.d.ts +5 -0
- package/dist/icons/{ChevronUpIcon.js → components/ChevronUp.js} +7 -4
- package/dist/icons/components/Close.d.ts +5 -0
- package/dist/icons/{CloseIcon.js → components/Close.js} +7 -4
- package/dist/icons/components/Columns.d.ts +5 -0
- package/dist/icons/{ColumnsIcon.js → components/Columns.js} +7 -4
- package/dist/icons/components/Comment.d.ts +5 -0
- package/dist/icons/{CommentIcon.js → components/Comment.js} +7 -4
- package/dist/icons/components/Copy.d.ts +5 -0
- package/dist/icons/components/Copy.js +14 -0
- package/dist/icons/components/Dash.d.ts +5 -0
- package/dist/icons/{DashIcon.js → components/Dash.js} +7 -4
- package/dist/icons/components/Delete.d.ts +5 -0
- package/dist/icons/{DeleteIcon.js → components/Delete.js} +7 -4
- package/dist/icons/components/Directory.d.ts +5 -0
- package/dist/icons/{DirectoryIcon.js → components/Directory.js} +7 -4
- package/dist/icons/components/DocumentProcessingFailed.d.ts +5 -0
- package/dist/icons/{DocumentProcessingFailedIcon.js → components/DocumentProcessingFailed.js} +7 -4
- package/dist/icons/components/Download.d.ts +5 -0
- package/dist/icons/{DownloadIcon.js → components/Download.js} +7 -4
- package/dist/icons/components/Edit.d.ts +5 -0
- package/dist/icons/{EditIcon.js → components/Edit.js} +7 -4
- package/dist/icons/components/Email.d.ts +5 -0
- package/dist/icons/{EmailIcon.js → components/Email.js} +7 -4
- package/dist/icons/components/EmergencyContact.d.ts +5 -0
- package/dist/icons/{EmergencyContactIcon.js → components/EmergencyContact.js} +7 -4
- package/dist/icons/components/Events.d.ts +5 -0
- package/dist/icons/components/Events.js +14 -0
- package/dist/icons/components/External.d.ts +5 -0
- package/dist/icons/components/External.js +14 -0
- package/dist/icons/components/FileExport.d.ts +5 -0
- package/dist/icons/{FileExportIcon.js → components/FileExport.js} +7 -4
- package/dist/icons/components/Filter.d.ts +5 -0
- package/dist/icons/{FilterIcon.js → components/Filter.js} +7 -4
- package/dist/icons/components/FilterList.d.ts +5 -0
- package/dist/icons/{FilterListIcon.js → components/FilterList.js} +7 -4
- package/dist/icons/components/FitView.d.ts +5 -0
- package/dist/icons/components/FitView.js +14 -0
- package/dist/icons/components/Globe.d.ts +5 -0
- package/dist/icons/{GlobeIcon.js → components/Globe.js} +7 -4
- package/dist/icons/components/GripLines.d.ts +5 -0
- package/dist/icons/{GripLinesIcon.js → components/GripLines.js} +7 -4
- package/dist/icons/components/Help.d.ts +5 -0
- package/dist/icons/{HelpIcon.js → components/Help.js} +7 -4
- package/dist/icons/components/Hidden.d.ts +5 -0
- package/dist/icons/{HiddenIcon.js → components/Hidden.js} +7 -4
- package/dist/icons/components/Inbox.d.ts +5 -0
- package/dist/icons/{InboxIcon.js → components/Inbox.js} +7 -4
- package/dist/icons/components/Info.d.ts +5 -0
- package/dist/icons/{InfoIcon.js → components/Info.js} +7 -4
- package/dist/icons/components/Insights.d.ts +5 -0
- package/dist/icons/{InsightsIcon.js → components/Insights.js} +7 -4
- package/dist/icons/components/Job.d.ts +5 -0
- package/dist/icons/{JobIcon.js → components/Job.js} +7 -4
- package/dist/icons/components/Leave.d.ts +5 -0
- package/dist/icons/{LeaveIcon.js → components/Leave.js} +7 -4
- package/dist/icons/components/Lightbulb.d.ts +5 -0
- package/dist/icons/{LightbulbIcon.js → components/Lightbulb.js} +7 -4
- package/dist/icons/components/Loading.d.ts +5 -0
- package/dist/icons/{LoadingIcon.js → components/Loading.js} +7 -16
- package/dist/icons/components/LocationCheck.d.ts +5 -0
- package/dist/icons/components/LocationCheck.js +14 -0
- package/dist/icons/components/Logout.d.ts +5 -0
- package/dist/icons/{LogoutIcon.js → components/Logout.js} +7 -4
- package/dist/icons/components/Messages.d.ts +5 -0
- package/dist/icons/{MessagesIcon.js → components/Messages.js} +7 -4
- package/dist/icons/components/Microsoft.d.ts +5 -0
- package/dist/icons/{MicrosoftIcon.js → components/Microsoft.js} +7 -4
- package/dist/icons/components/Minus.d.ts +5 -0
- package/dist/icons/{MinusIcon.js → components/Minus.js} +7 -4
- package/dist/icons/components/Newspaper.d.ts +5 -0
- package/dist/icons/{NewspaperIcon.js → components/Newspaper.js} +7 -4
- package/dist/icons/components/Overflow.d.ts +5 -0
- package/dist/icons/components/Overflow.js +14 -0
- package/dist/icons/components/Paperwork.d.ts +5 -0
- package/dist/icons/{PaperworkIcon.js → components/Paperwork.js} +7 -4
- package/dist/icons/components/PaperworkAssigned.d.ts +5 -0
- package/dist/icons/components/PaperworkAssigned.js +14 -0
- package/dist/icons/components/PaperworkDraft.d.ts +5 -0
- package/dist/icons/components/PaperworkDraft.js +14 -0
- package/dist/icons/components/PaperworkExpired.d.ts +5 -0
- package/dist/icons/components/PaperworkExpired.js +14 -0
- package/dist/icons/components/PaperworkExpiringSoon.d.ts +5 -0
- package/dist/icons/components/PaperworkExpiringSoon.js +14 -0
- package/dist/icons/components/PaperworkMissing.d.ts +5 -0
- package/dist/icons/components/PaperworkMissing.js +14 -0
- package/dist/icons/components/PaperworkProcessed.d.ts +5 -0
- package/dist/icons/components/PaperworkProcessed.js +14 -0
- package/dist/icons/components/PaperworkSubmitted.d.ts +5 -0
- package/dist/icons/components/PaperworkSubmitted.js +14 -0
- package/dist/icons/components/People.d.ts +5 -0
- package/dist/icons/{PeopleIcon.js → components/People.js} +11 -8
- package/dist/icons/components/Phone.d.ts +5 -0
- package/dist/icons/{PhoneIcon.js → components/Phone.js} +7 -4
- package/dist/icons/components/Plus.d.ts +5 -0
- package/dist/icons/{PlusIcon.js → components/Plus.js} +7 -4
- package/dist/icons/components/Positions.d.ts +5 -0
- package/dist/icons/{PositionsIcon.js → components/Positions.js} +23 -20
- package/dist/icons/components/Profile.d.ts +5 -0
- package/dist/icons/{ProfileIcon.js → components/Profile.js} +11 -8
- package/dist/icons/components/ProfileFemale.d.ts +5 -0
- package/dist/icons/{ProfileFemaleIcon.js → components/ProfileFemale.js} +7 -4
- package/dist/icons/components/ProfileMale.d.ts +5 -0
- package/dist/icons/{ProfileMaleIcon.js → components/ProfileMale.js} +7 -4
- package/dist/icons/components/Remuneration.d.ts +5 -0
- package/dist/icons/{RemunerationIcon.js → components/Remuneration.js} +7 -4
- package/dist/icons/components/Reschedule.d.ts +5 -0
- package/dist/icons/{RescheduleIcon.js → components/Reschedule.js} +7 -6
- package/dist/icons/components/Restore.d.ts +5 -0
- package/dist/icons/{RestoreIcon.js → components/Restore.js} +7 -4
- package/dist/icons/components/Review.d.ts +5 -0
- package/dist/icons/{ReviewIcon.js → components/Review.js} +8 -5
- package/dist/icons/components/Schedule.d.ts +5 -0
- package/dist/icons/{ScheduleIcon.js → components/Schedule.js} +7 -6
- package/dist/icons/components/Search.d.ts +5 -0
- package/dist/icons/{SearchIcon.js → components/Search.js} +7 -4
- package/dist/icons/components/Settings.d.ts +5 -0
- package/dist/icons/{SettingsIcon.js → components/Settings.js} +7 -4
- package/dist/icons/components/Sidebar.d.ts +5 -0
- package/dist/icons/{SidebarIcon.js → components/Sidebar.js} +7 -4
- package/dist/icons/components/Sliders.d.ts +5 -0
- package/dist/icons/{SlidersIcon.js → components/Sliders.js} +7 -4
- package/dist/icons/components/SortAsc.d.ts +5 -0
- package/dist/icons/{SortAscIcon.js → components/SortAsc.js} +7 -4
- package/dist/icons/components/SortDefault.d.ts +5 -0
- package/dist/icons/{SortDefaultIcon.js → components/SortDefault.js} +7 -4
- package/dist/icons/components/SortDes.d.ts +5 -0
- package/dist/icons/{SortDesIcon.js → components/SortDes.js} +7 -4
- package/dist/icons/components/StepsComplete.d.ts +5 -0
- package/dist/icons/{StepsCompleteIcon.js → components/StepsComplete.js} +7 -4
- package/dist/icons/components/StepsCurrent.d.ts +5 -0
- package/dist/icons/{StepsCurrentIcon.js → components/StepsCurrent.js} +7 -4
- package/dist/icons/components/StepsIncomplete.d.ts +5 -0
- package/dist/icons/{StepsIncompleteIcon.js → components/StepsIncomplete.js} +7 -4
- package/dist/icons/components/Submit.d.ts +5 -0
- package/dist/icons/{SubmitIcon.js → components/Submit.js} +7 -6
- package/dist/icons/components/Success.d.ts +5 -0
- package/dist/icons/{SuccessIcon.js → components/Success.js} +7 -6
- package/dist/icons/components/SuperFund.d.ts +5 -0
- package/dist/icons/{SuperFundIcon.js → components/SuperFund.js} +7 -4
- package/dist/icons/components/Sync.d.ts +5 -0
- package/dist/icons/{SyncIcon.js → components/Sync.js} +7 -4
- package/dist/icons/components/Table.d.ts +5 -0
- package/dist/icons/{TableIcon.js → components/Table.js} +7 -4
- package/dist/icons/components/Task.d.ts +5 -0
- package/dist/icons/{TaskIcon.js → components/Task.js} +7 -4
- package/dist/icons/components/Tax.d.ts +5 -0
- package/dist/icons/{TaxIcon.js → components/Tax.js} +7 -4
- package/dist/icons/components/Tenure.d.ts +5 -0
- package/dist/icons/{TenureIcon.js → components/Tenure.js} +7 -4
- package/dist/icons/components/Visible.d.ts +5 -0
- package/dist/icons/{VisibleIcon.js → components/Visible.js} +7 -4
- package/dist/icons/components/Warning.d.ts +5 -0
- package/dist/icons/{WarningIcon.js → components/Warning.js} +7 -4
- package/dist/icons/components/Workflows.d.ts +5 -0
- package/dist/icons/{WorkflowsIcon.js → components/Workflows.js} +14 -11
- package/dist/icons/components/index.d.ts +104 -0
- package/dist/icons/components/index.js +209 -0
- package/dist/icons/createIcon.d.ts +6 -0
- package/dist/icons/createIcon.js +16 -0
- package/dist/icons/createIcon.module.js +5 -0
- package/dist/icons/createIcon_module.css +15 -0
- package/dist/icons/svgs/Approval.js +2 -0
- package/dist/icons/svgs/Apps.js +2 -0
- package/dist/icons/svgs/Archive.js +2 -0
- package/dist/icons/svgs/ArrowLeft.js +2 -0
- package/dist/icons/svgs/ArrowRight.js +2 -0
- package/dist/icons/svgs/ArrowTurnLeftUp.js +2 -0
- package/dist/icons/svgs/ArrowsCompress.js +2 -0
- package/dist/icons/svgs/ArrowsExpand.js +2 -0
- package/dist/icons/svgs/ArrowsUpDown.js +2 -0
- package/dist/icons/svgs/Assign.js +2 -0
- package/dist/icons/svgs/AssignmentCertificate.js +2 -0
- package/dist/icons/svgs/AssignmentDocument.js +2 -0
- package/dist/icons/svgs/AssignmentQuestionnaire.js +2 -0
- package/dist/icons/svgs/BankAccount.js +2 -0
- package/dist/icons/svgs/BookOpenLines.js +2 -0
- package/dist/icons/svgs/Bug.js +2 -0
- package/dist/icons/svgs/Calendar.js +2 -0
- package/dist/icons/svgs/Cancel.js +2 -0
- package/dist/icons/svgs/CaratDown.js +2 -0
- package/dist/icons/svgs/CaratLeft.js +2 -0
- package/dist/icons/svgs/CaratRight.js +2 -0
- package/dist/icons/svgs/CaratUp.js +2 -0
- package/dist/icons/svgs/CheckMark.js +2 -0
- package/dist/icons/svgs/ChevronDown.js +2 -0
- package/dist/icons/svgs/ChevronLeft.js +2 -0
- package/dist/icons/svgs/ChevronRight.js +2 -0
- package/dist/icons/svgs/ChevronUp.js +2 -0
- package/dist/icons/svgs/Close.js +2 -0
- package/dist/icons/svgs/Columns.js +2 -0
- package/dist/icons/svgs/Comment.js +2 -0
- package/dist/icons/svgs/Copy.js +2 -0
- package/dist/icons/svgs/Dash.js +2 -0
- package/dist/icons/svgs/Delete.js +2 -0
- package/dist/icons/svgs/Directory.js +2 -0
- package/dist/icons/svgs/DocumentProcessingFailed.js +2 -0
- package/dist/icons/svgs/Download.js +2 -0
- package/dist/icons/svgs/Edit.js +2 -0
- package/dist/icons/svgs/Email.js +2 -0
- package/dist/icons/svgs/EmergencyContact.js +2 -0
- package/dist/icons/svgs/Events.js +2 -0
- package/dist/icons/svgs/External.js +2 -0
- package/dist/icons/svgs/FileExport.js +2 -0
- package/dist/icons/svgs/Filter.js +2 -0
- package/dist/icons/svgs/FilterList.js +2 -0
- package/dist/icons/svgs/FitView.js +2 -0
- package/dist/icons/svgs/Globe.js +2 -0
- package/dist/icons/svgs/GripLines.js +2 -0
- package/dist/icons/svgs/Help.js +2 -0
- package/dist/icons/svgs/Hidden.js +2 -0
- package/dist/icons/svgs/Inbox.js +2 -0
- package/dist/icons/svgs/Info.js +2 -0
- package/dist/icons/svgs/Insights.js +2 -0
- package/dist/icons/svgs/Job.js +2 -0
- package/dist/icons/svgs/Leave.js +2 -0
- package/dist/icons/svgs/Lightbulb.js +2 -0
- package/dist/icons/svgs/Loading.js +2 -0
- package/dist/icons/svgs/LocationCheck.js +2 -0
- package/dist/icons/svgs/Logout.js +2 -0
- package/dist/icons/svgs/Messages.js +2 -0
- package/dist/icons/svgs/Microsoft.js +2 -0
- package/dist/icons/svgs/Minus.js +2 -0
- package/dist/icons/svgs/Newspaper.js +2 -0
- package/dist/icons/svgs/Overflow.js +2 -0
- package/dist/icons/svgs/Paperwork.js +2 -0
- package/dist/icons/svgs/PaperworkAssigned.js +2 -0
- package/dist/icons/svgs/PaperworkDraft.js +2 -0
- package/dist/icons/svgs/PaperworkExpired.js +2 -0
- package/dist/icons/svgs/PaperworkExpiringSoon.js +2 -0
- package/dist/icons/svgs/PaperworkMissing.js +2 -0
- package/dist/icons/svgs/PaperworkProcessed.js +2 -0
- package/dist/icons/svgs/PaperworkSubmitted.js +2 -0
- package/dist/icons/svgs/People.js +2 -0
- package/dist/icons/svgs/Phone.js +2 -0
- package/dist/icons/svgs/Plus.js +2 -0
- package/dist/icons/svgs/Positions.js +2 -0
- package/dist/icons/svgs/Profile.js +2 -0
- package/dist/icons/svgs/ProfileFemale.js +2 -0
- package/dist/icons/svgs/ProfileMale.js +2 -0
- package/dist/icons/svgs/Remuneration.js +2 -0
- package/dist/icons/svgs/Reschedule.js +2 -0
- package/dist/icons/svgs/Restore.js +2 -0
- package/dist/icons/svgs/Review.js +2 -0
- package/dist/icons/svgs/Schedule.js +2 -0
- package/dist/icons/svgs/Search.js +2 -0
- package/dist/icons/svgs/Settings.js +2 -0
- package/dist/icons/svgs/Sidebar.js +2 -0
- package/dist/icons/svgs/Sliders.js +2 -0
- package/dist/icons/svgs/SortAsc.js +2 -0
- package/dist/icons/svgs/SortDefault.js +2 -0
- package/dist/icons/svgs/SortDes.js +2 -0
- package/dist/icons/svgs/StepsComplete.js +2 -0
- package/dist/icons/svgs/StepsCurrent.js +2 -0
- package/dist/icons/svgs/StepsIncomplete.js +2 -0
- package/dist/icons/svgs/Submit.js +2 -0
- package/dist/icons/svgs/Success.js +2 -0
- package/dist/icons/svgs/SuperFund.js +2 -0
- package/dist/icons/svgs/Sync.js +2 -0
- package/dist/icons/svgs/Table.js +2 -0
- package/dist/icons/svgs/Task.js +2 -0
- package/dist/icons/svgs/Tax.js +2 -0
- package/dist/icons/svgs/Tenure.js +2 -0
- package/dist/icons/svgs/Visible.js +2 -0
- package/dist/icons/svgs/Warning.js +2 -0
- package/dist/icons/svgs/Workflows.js +2 -0
- package/dist/icons/types.d.ts +12 -0
- package/dist/icons/types.js +8 -0
- package/dist/inputs/CheckboxInput.js +6 -7
- package/dist/inputs/ColorInput.stories.d.ts +1 -1
- package/dist/inputs/FileSlotInput.js +2 -4
- package/dist/inputs/MultipleFileInput.js +2 -4
- package/dist/inputs/PaletteColorInput.js +2 -4
- package/dist/inputs/PaletteColorInput.stories.d.ts +1 -1
- package/dist/inputs/SelectInput.js +5 -9
- package/dist/inputs/SingleSelectComboboxInput.js +7 -12
- package/dist/layouts/FullLayout.js +74 -77
- package/dist/layouts/MinimalLayout.js +1 -2
- package/dist/presentation/Avatar.d.ts +5 -6
- package/dist/presentation/Avatar.js +8 -12
- package/dist/presentation/Avatar.stories.d.ts +7 -7
- package/dist/presentation/Avatar.stories.js +7 -4
- package/dist/presentation/Card.js +2 -4
- package/dist/presentation/ConfirmationModal.js +2 -4
- package/dist/presentation/CustomizableTable/CustomizableTable.js +24 -35
- package/dist/presentation/CustomizableTable/CustomizableTable.module.js +0 -1
- package/dist/presentation/CustomizableTable/CustomizableTable_module.css +1 -1
- package/dist/presentation/File.js +2 -4
- package/dist/presentation/IconBadge.d.ts +4 -4
- package/dist/presentation/IconBadge.js +2 -6
- package/dist/presentation/LightweightTable.js +2 -4
- package/dist/presentation/ListCard.js +2 -4
- package/dist/presentation/ObscuredText.js +6 -4
- package/dist/presentation/PersonCover.stories.d.ts +9 -9
- package/dist/presentation/RichList/RichList.d.ts +6 -7
- package/dist/presentation/RichList/RichList.js +26 -35
- package/dist/presentation/RichList/RichList.stories.js +5 -28
- package/dist/presentation/RichList/RichListBulkActionBar.js +6 -9
- package/dist/presentation/RichList/RichListDisplayModal.js +3 -5
- package/dist/presentation/RichList/RichListRow.d.ts +2 -3
- package/dist/presentation/RichList/RichListRow.js +53 -65
- package/dist/presentation/RichList/RichListRow.module.js +0 -1
- package/dist/presentation/RichList/RichListRow_module.css +0 -6
- package/dist/presentation/RichList/RichListToolbar.js +11 -16
- package/dist/presentation/RichList/helpers.d.ts +3 -1
- package/dist/presentation/RichList/helpers.js +33 -3
- package/dist/presentation/RichList/stories/ComplianceGroups.js +8 -12
- package/dist/presentation/RichList/stories/CustomFields.js +2 -5
- package/dist/presentation/RichList/stories/EmployeeCompliance.d.ts +1 -1
- package/dist/presentation/RichList/stories/EmployeeCompliance.js +8 -10
- package/dist/presentation/RichList/stories/EmployeePaperwork.d.ts +3 -5
- package/dist/presentation/RichList/stories/EmployeePaperwork.js +26 -25
- package/dist/presentation/RichList/stories/EmployeePeople.d.ts +3 -1
- package/dist/presentation/RichList/stories/EmployeePeople.js +58 -28
- package/dist/presentation/RichList/stories/Leave.d.ts +1 -1
- package/dist/presentation/RichList/stories/Leave.js +9 -7
- package/dist/presentation/RichList/stories/Paperwork.d.ts +3 -5
- package/dist/presentation/RichList/stories/Paperwork.js +18 -18
- package/dist/presentation/RichList/stories/PaperworkApprovals.d.ts +3 -5
- package/dist/presentation/RichList/stories/PaperworkApprovals.js +14 -12
- package/dist/presentation/RichList/stories/PeopleList.d.ts +1 -1
- package/dist/presentation/RichList/stories/PeopleList.js +6 -2
- package/dist/presentation/RichList/stories/PeopleTags.js +4 -7
- package/dist/presentation/RichList/stories/Positions.d.ts +1 -1
- package/dist/presentation/RichList/stories/Positions.js +15 -11
- package/dist/presentation/RichList/stories/Reviews.d.ts +1 -1
- package/dist/presentation/RichList/stories/Reviews.js +2 -2
- package/dist/presentation/RichList/stories/SavedQuestions.js +4 -7
- package/dist/presentation/RichList/stories/Tables.d.ts +1 -1
- package/dist/presentation/RichList/stories/Tables.js +43 -29
- package/dist/presentation/RichList/stories/Tasks.d.ts +1 -1
- package/dist/presentation/RichList/stories/Tasks.js +16 -12
- package/dist/presentation/RichList/stories/shared/bulkActionStubs.js +8 -9
- package/dist/presentation/RichList/stories/shared.d.ts +0 -1
- package/dist/presentation/RichList/types.d.ts +38 -2
- package/dist/presentation/Slot.js +2 -4
- package/dist/presentation/Table.js +21 -33
- package/dist/presentation/Table.module.js +0 -1
- package/dist/presentation/Table_module.css +1 -1
- package/dist/static/svg/Approval.svg +3 -0
- package/dist/static/svg/Apps.svg +3 -0
- package/dist/static/svg/Archive.svg +3 -0
- package/dist/static/svg/ArrowLeft.svg +3 -0
- package/dist/static/svg/ArrowRight.svg +3 -0
- package/dist/static/svg/ArrowTurnLeftUp.svg +6 -0
- package/dist/static/svg/ArrowsCompress.svg +3 -0
- package/dist/static/svg/ArrowsExpand.svg +3 -0
- package/dist/static/svg/ArrowsUpDown.svg +3 -0
- package/dist/static/svg/Assign.svg +3 -0
- package/dist/static/svg/AssignmentCertificate.svg +3 -0
- package/dist/static/svg/AssignmentDocument.svg +3 -0
- package/dist/static/svg/AssignmentQuestionnaire.svg +3 -0
- package/dist/static/svg/BankAccount.svg +3 -0
- package/dist/static/svg/BookOpenLines.svg +3 -0
- package/dist/static/svg/Bug.svg +3 -0
- package/dist/static/svg/Calendar.svg +3 -0
- package/dist/static/svg/Cancel.svg +3 -0
- package/dist/static/svg/CaratDown.svg +3 -0
- package/dist/static/svg/CaratLeft.svg +3 -0
- package/dist/static/svg/CaratRight.svg +3 -0
- package/dist/static/svg/CaratUp.svg +3 -0
- package/dist/static/svg/CheckMark.svg +3 -0
- package/dist/static/svg/ChevronDown.svg +3 -0
- package/dist/static/svg/ChevronLeft.svg +3 -0
- package/dist/static/svg/ChevronRight.svg +3 -0
- package/dist/static/svg/ChevronUp.svg +3 -0
- package/dist/static/svg/Close.svg +3 -0
- package/dist/static/svg/Columns.svg +3 -0
- package/dist/static/svg/Comment.svg +3 -0
- package/dist/static/svg/Copy.svg +3 -0
- package/dist/static/svg/Dash.svg +3 -0
- package/dist/static/svg/Delete.svg +3 -0
- package/dist/static/svg/Directory.svg +3 -0
- package/dist/static/svg/DocumentProcessingFailed.svg +3 -0
- package/dist/static/svg/Download.svg +3 -0
- package/dist/static/svg/Edit.svg +3 -0
- package/dist/static/svg/Email.svg +3 -0
- package/dist/static/svg/EmergencyContact.svg +3 -0
- package/dist/static/svg/Events.svg +1 -0
- package/dist/static/svg/External.svg +3 -0
- package/dist/static/svg/FileExport.svg +3 -0
- package/dist/static/svg/Filter.svg +3 -0
- package/dist/static/svg/FilterList.svg +3 -0
- package/dist/static/svg/FitView.svg +3 -0
- package/dist/static/svg/Globe.svg +3 -0
- package/dist/static/svg/GripLines.svg +3 -0
- package/dist/static/svg/Help.svg +3 -0
- package/dist/static/svg/Hidden.svg +3 -0
- package/dist/static/svg/Inbox.svg +3 -0
- package/dist/static/svg/Info.svg +3 -0
- package/dist/static/svg/Insights.svg +5 -0
- package/dist/static/svg/Job.svg +3 -0
- package/dist/static/svg/Leave.svg +3 -0
- package/dist/static/svg/Lightbulb.svg +3 -0
- package/dist/static/svg/Loading.svg +3 -0
- package/dist/static/svg/LocationCheck.svg +3 -0
- package/dist/static/svg/Logout.svg +3 -0
- package/dist/static/svg/Messages.svg +3 -0
- package/dist/static/svg/Microsoft.svg +6 -0
- package/dist/static/svg/Minus.svg +3 -0
- package/dist/static/svg/Newspaper.svg +3 -0
- package/dist/static/svg/Overflow.svg +3 -0
- package/dist/static/svg/Paperwork.svg +5 -0
- package/dist/static/svg/PaperworkAssigned.svg +3 -0
- package/dist/static/svg/PaperworkDraft.svg +3 -0
- package/dist/static/svg/PaperworkExpired.svg +3 -0
- package/dist/static/svg/PaperworkExpiringSoon.svg +3 -0
- package/dist/static/svg/PaperworkMissing.svg +3 -0
- package/dist/static/svg/PaperworkProcessed.svg +3 -0
- package/dist/static/svg/PaperworkSubmitted.svg +3 -0
- package/dist/static/svg/People.svg +7 -0
- package/dist/static/svg/Phone.svg +3 -0
- package/dist/static/svg/Plus.svg +3 -0
- package/dist/static/svg/Positions.svg +9 -0
- package/dist/static/svg/Profile.svg +6 -0
- package/dist/static/svg/ProfileFemale.svg +3 -0
- package/dist/static/svg/ProfileMale.svg +3 -0
- package/dist/static/svg/Remuneration.svg +3 -0
- package/dist/static/svg/Reschedule.svg +3 -0
- package/dist/static/svg/Restore.svg +3 -0
- package/dist/static/svg/Review.svg +6 -0
- package/dist/static/svg/Schedule.svg +3 -0
- package/dist/static/svg/Search.svg +3 -0
- package/dist/static/svg/Settings.svg +3 -0
- package/dist/static/svg/Sidebar.svg +3 -0
- package/dist/static/svg/Sliders.svg +6 -0
- package/dist/static/svg/SortAsc.svg +3 -0
- package/dist/static/svg/SortDefault.svg +3 -0
- package/dist/static/svg/SortDes.svg +3 -0
- package/dist/static/svg/StepsComplete.svg +3 -0
- package/dist/static/svg/StepsCurrent.svg +3 -0
- package/dist/static/svg/StepsIncomplete.svg +3 -0
- package/dist/static/svg/Submit.svg +3 -0
- package/dist/static/svg/Success.svg +3 -0
- package/dist/static/svg/SuperFund.svg +3 -0
- package/dist/static/svg/Sync.svg +3 -0
- package/dist/static/svg/Table.svg +3 -0
- package/dist/static/svg/Task.svg +3 -0
- package/dist/static/svg/Tax.svg +3 -0
- package/dist/static/svg/Tenure.svg +3 -0
- package/dist/static/svg/Visible.svg +3 -0
- package/dist/static/svg/Warning.svg +6 -0
- package/dist/static/svg/Workflows.svg +7 -0
- package/dist/utils/storybook.js +7 -7
- package/package.json +8 -3
- package/dist/icons/ApprovalIcon.d.ts +0 -3
- package/dist/icons/ApprovalIcon.js +0 -14
- package/dist/icons/AppsIcon.d.ts +0 -3
- package/dist/icons/ArchiveIcon.d.ts +0 -3
- package/dist/icons/ArrowLeftIcon.d.ts +0 -3
- package/dist/icons/ArrowRightIcon.d.ts +0 -3
- package/dist/icons/ArrowTurnLeftUpIcon.d.ts +0 -3
- package/dist/icons/ArrowsUpDownIcon.d.ts +0 -3
- package/dist/icons/AssignIcon.d.ts +0 -3
- package/dist/icons/AssignmentCertificateIcon.d.ts +0 -3
- package/dist/icons/AssignmentCertificateIcon.js +0 -14
- package/dist/icons/AssignmentDocumentIcon.d.ts +0 -3
- package/dist/icons/AssignmentDocumentIcon.js +0 -14
- package/dist/icons/AssignmentQuestionnaireIcon.d.ts +0 -3
- package/dist/icons/AssignmentQuestionnaireIcon.js +0 -14
- package/dist/icons/BankAccountIcon.d.ts +0 -3
- package/dist/icons/BookOpenLinesIcon.d.ts +0 -3
- package/dist/icons/BugIcon.d.ts +0 -3
- package/dist/icons/CalendarIcon.d.ts +0 -3
- package/dist/icons/CancelIcon.d.ts +0 -3
- package/dist/icons/CaratDownIcon.d.ts +0 -3
- package/dist/icons/CaratLeftIcon.d.ts +0 -3
- package/dist/icons/CaratRightIcon.d.ts +0 -3
- package/dist/icons/CaratUpIcon.d.ts +0 -3
- package/dist/icons/CheckmarkIcon.d.ts +0 -3
- package/dist/icons/ChevronDownIcon.d.ts +0 -3
- package/dist/icons/ChevronLeftIcon.d.ts +0 -3
- package/dist/icons/ChevronRightIcon.d.ts +0 -3
- package/dist/icons/ChevronUpIcon.d.ts +0 -3
- package/dist/icons/CloseIcon.d.ts +0 -3
- package/dist/icons/ColumnsIcon.d.ts +0 -3
- package/dist/icons/CommentIcon.d.ts +0 -3
- package/dist/icons/CopyIcon.d.ts +0 -3
- package/dist/icons/CopyIcon.js +0 -14
- package/dist/icons/DashIcon.d.ts +0 -3
- package/dist/icons/DeleteIcon.d.ts +0 -3
- package/dist/icons/DirectoryIcon.d.ts +0 -3
- package/dist/icons/DocumentProcessingFailedIcon.d.ts +0 -3
- package/dist/icons/DownloadIcon.d.ts +0 -3
- package/dist/icons/EditIcon.d.ts +0 -3
- package/dist/icons/EmailIcon.d.ts +0 -3
- package/dist/icons/EmergencyContactIcon.d.ts +0 -3
- package/dist/icons/ExternalIcon.d.ts +0 -3
- package/dist/icons/ExternalIcon.js +0 -14
- package/dist/icons/FileExportIcon.d.ts +0 -3
- package/dist/icons/FilterIcon.d.ts +0 -3
- package/dist/icons/FilterListIcon.d.ts +0 -3
- package/dist/icons/GlobeIcon.d.ts +0 -3
- package/dist/icons/GripLinesIcon.d.ts +0 -3
- package/dist/icons/HelpIcon.d.ts +0 -3
- package/dist/icons/HiddenIcon.d.ts +0 -3
- package/dist/icons/InboxIcon.d.ts +0 -3
- package/dist/icons/InfoIcon.d.ts +0 -3
- package/dist/icons/InsightsIcon.d.ts +0 -3
- package/dist/icons/JobIcon.d.ts +0 -3
- package/dist/icons/LeaveIcon.d.ts +0 -3
- package/dist/icons/LightbulbIcon.d.ts +0 -3
- package/dist/icons/LoadingIcon.d.ts +0 -4
- package/dist/icons/LogoutIcon.d.ts +0 -3
- package/dist/icons/MessagesIcon.d.ts +0 -3
- package/dist/icons/MicrosoftIcon.d.ts +0 -3
- package/dist/icons/MinusIcon.d.ts +0 -3
- package/dist/icons/NewspaperIcon.d.ts +0 -3
- package/dist/icons/OverflowIcon.d.ts +0 -3
- package/dist/icons/OverflowIcon.js +0 -11
- package/dist/icons/PaperworkAssignedIcon.d.ts +0 -3
- package/dist/icons/PaperworkAssignedIcon.js +0 -14
- package/dist/icons/PaperworkDraftIcon.d.ts +0 -3
- package/dist/icons/PaperworkDraftIcon.js +0 -14
- package/dist/icons/PaperworkExpiredIcon.d.ts +0 -3
- package/dist/icons/PaperworkExpiredIcon.js +0 -14
- package/dist/icons/PaperworkExpiringSoonIcon.d.ts +0 -3
- package/dist/icons/PaperworkExpiringSoonIcon.js +0 -14
- package/dist/icons/PaperworkIcon.d.ts +0 -3
- package/dist/icons/PaperworkMissingIcon.d.ts +0 -3
- package/dist/icons/PaperworkMissingIcon.js +0 -14
- package/dist/icons/PaperworkProcessedIcon.d.ts +0 -3
- package/dist/icons/PaperworkProcessedIcon.js +0 -14
- package/dist/icons/PaperworkSubmittedIcon.d.ts +0 -3
- package/dist/icons/PaperworkSubmittedIcon.js +0 -14
- package/dist/icons/PeopleIcon.d.ts +0 -3
- package/dist/icons/PhoneIcon.d.ts +0 -3
- package/dist/icons/PlusIcon.d.ts +0 -3
- package/dist/icons/PositionsIcon.d.ts +0 -3
- package/dist/icons/ProfileFemaleIcon.d.ts +0 -3
- package/dist/icons/ProfileIcon.d.ts +0 -3
- package/dist/icons/ProfileMaleIcon.d.ts +0 -3
- package/dist/icons/RemunerationIcon.d.ts +0 -3
- package/dist/icons/RescheduleIcon.d.ts +0 -3
- package/dist/icons/RestoreIcon.d.ts +0 -3
- package/dist/icons/ReviewIcon.d.ts +0 -3
- package/dist/icons/ScheduleIcon.d.ts +0 -3
- package/dist/icons/SearchIcon.d.ts +0 -3
- package/dist/icons/SettingsIcon.d.ts +0 -3
- package/dist/icons/SidebarIcon.d.ts +0 -3
- package/dist/icons/SlidersIcon.d.ts +0 -3
- package/dist/icons/SortAscIcon.d.ts +0 -3
- package/dist/icons/SortDefaultIcon.d.ts +0 -3
- package/dist/icons/SortDesIcon.d.ts +0 -3
- package/dist/icons/StepsCompleteIcon.d.ts +0 -3
- package/dist/icons/StepsCurrentIcon.d.ts +0 -3
- package/dist/icons/StepsIncompleteIcon.d.ts +0 -3
- package/dist/icons/SubmitIcon.d.ts +0 -3
- package/dist/icons/SuccessIcon.d.ts +0 -3
- package/dist/icons/SuperFundIcon.d.ts +0 -3
- package/dist/icons/SyncIcon.d.ts +0 -3
- package/dist/icons/TableIcon.d.ts +0 -3
- package/dist/icons/TaskIcon.d.ts +0 -3
- package/dist/icons/TaxIcon.d.ts +0 -3
- package/dist/icons/TenureIcon.d.ts +0 -3
- package/dist/icons/VisibleIcon.d.ts +0 -3
- package/dist/icons/WarningIcon.d.ts +0 -3
- package/dist/icons/WorkflowsIcon.d.ts +0 -3
- package/dist/icons/_types.d.ts +0 -4
- package/dist/icons/_types.js +0 -0
- package/dist/icons/index.d.ts +0 -99
- package/dist/icons/index.js +0 -100
- package/dist/layouts/BaseLayout.d.ts +0 -6
- package/dist/layouts/BaseLayout.js +0 -10
- package/dist/presentation/Icon.d.ts +0 -21
- package/dist/presentation/Icon.js +0 -28
- package/dist/presentation/Icon.stories.d.ts +0 -20
- package/dist/presentation/Icon.stories.js +0 -24
- package/dist/presentation/IconSymbolSet.d.ts +0 -6
- package/dist/presentation/IconSymbolSet.js +0 -16
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
import * as __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__ from "react/jsx-runtime";
|
|
2
|
-
|
|
3
|
-
|
|
2
|
+
import * as __WEBPACK_EXTERNAL_MODULE__createIcon_js_4dc54f83__ from "../createIcon.js";
|
|
3
|
+
const MicrosoftSvg = (props)=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsxs)("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4
5
|
viewBox: "0 0 16 20",
|
|
5
6
|
fill: "currentColor",
|
|
7
|
+
"aria-hidden": "true",
|
|
8
|
+
...props,
|
|
6
9
|
children: [
|
|
7
10
|
/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("path", {
|
|
8
11
|
fill: "#F35325",
|
|
@@ -22,5 +25,5 @@ const MicrosoftIcon = ({ id })=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_reac
|
|
|
22
25
|
})
|
|
23
26
|
]
|
|
24
27
|
});
|
|
25
|
-
const
|
|
26
|
-
export {
|
|
28
|
+
const Microsoft_rslib_entry_ = (0, __WEBPACK_EXTERNAL_MODULE__createIcon_js_4dc54f83__.createIcon)(MicrosoftSvg);
|
|
29
|
+
export { Microsoft_rslib_entry_ as default };
|
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
import * as __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__ from "react/jsx-runtime";
|
|
2
|
-
|
|
3
|
-
|
|
2
|
+
import * as __WEBPACK_EXTERNAL_MODULE__createIcon_js_4dc54f83__ from "../createIcon.js";
|
|
3
|
+
const MinusSvg = (props)=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4
5
|
viewBox: "0 0 14 20",
|
|
5
6
|
fill: "currentColor",
|
|
7
|
+
"aria-hidden": "true",
|
|
8
|
+
...props,
|
|
6
9
|
children: /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("path", {
|
|
7
10
|
d: "M13.5 10C13.5 10.4156 13.1656 10.75 12.75 10.75H1.25C0.834375 10.75 0.5 10.4156 0.5 10C0.5 9.58437 0.834375 9.25 1.25 9.25H12.75C13.1656 9.25 13.5 9.58437 13.5 10Z"
|
|
8
11
|
})
|
|
9
12
|
});
|
|
10
|
-
const
|
|
11
|
-
export {
|
|
13
|
+
const Minus_rslib_entry_ = (0, __WEBPACK_EXTERNAL_MODULE__createIcon_js_4dc54f83__.createIcon)(MinusSvg);
|
|
14
|
+
export { Minus_rslib_entry_ as default };
|
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
import * as __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__ from "react/jsx-runtime";
|
|
2
|
-
|
|
3
|
-
|
|
2
|
+
import * as __WEBPACK_EXTERNAL_MODULE__createIcon_js_4dc54f83__ from "../createIcon.js";
|
|
3
|
+
const NewspaperSvg = (props)=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4
5
|
viewBox: "0 0 640 640",
|
|
5
6
|
fill: "currentColor",
|
|
7
|
+
"aria-hidden": "true",
|
|
8
|
+
...props,
|
|
6
9
|
children: /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("path", {
|
|
7
10
|
d: "M232 144C218.7 144 208 154.7 208 168L208 472C208 480.4 206.6 488.5 203.9 496L504 496C517.3 496 528 485.3 528 472L528 168C528 154.7 517.3 144 504 144L232 144zM136 544C96.2 544 64 511.8 64 472L64 176C64 162.7 74.7 152 88 152C101.3 152 112 162.7 112 176L112 472C112 485.3 122.7 496 136 496C149.3 496 160 485.3 160 472L160 168C160 128.2 192.2 96 232 96L504 96C543.8 96 576 128.2 576 168L576 472C576 511.8 543.8 544 504 544L136 544zM256 216C256 202.7 266.7 192 280 192L328 192C341.3 192 352 202.7 352 216L352 264C352 277.3 341.3 288 328 288L280 288C266.7 288 256 277.3 256 264L256 216zM408 240L456 240C469.3 240 480 250.7 480 264C480 277.3 469.3 288 456 288L408 288C394.7 288 384 277.3 384 264C384 250.7 394.7 240 408 240zM280 320L456 320C469.3 320 480 330.7 480 344C480 357.3 469.3 368 456 368L280 368C266.7 368 256 357.3 256 344C256 330.7 266.7 320 280 320zM280 400L456 400C469.3 400 480 410.7 480 424C480 437.3 469.3 448 456 448L280 448C266.7 448 256 437.3 256 424C256 410.7 266.7 400 280 400z"
|
|
8
11
|
})
|
|
9
12
|
});
|
|
10
|
-
const
|
|
11
|
-
export {
|
|
13
|
+
const Newspaper_rslib_entry_ = (0, __WEBPACK_EXTERNAL_MODULE__createIcon_js_4dc54f83__.createIcon)(NewspaperSvg);
|
|
14
|
+
export { Newspaper_rslib_entry_ as default };
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import * as __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__ from "react/jsx-runtime";
|
|
2
|
+
import * as __WEBPACK_EXTERNAL_MODULE__createIcon_js_4dc54f83__ from "../createIcon.js";
|
|
3
|
+
const OverflowSvg = (props)=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
viewBox: "0 0 4 20",
|
|
6
|
+
fill: "currentColor",
|
|
7
|
+
"aria-hidden": "true",
|
|
8
|
+
...props,
|
|
9
|
+
children: /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("path", {
|
|
10
|
+
d: "M2 13.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3m0-5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3M3.5 5a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0"
|
|
11
|
+
})
|
|
12
|
+
});
|
|
13
|
+
const Overflow_rslib_entry_ = (0, __WEBPACK_EXTERNAL_MODULE__createIcon_js_4dc54f83__.createIcon)(OverflowSvg);
|
|
14
|
+
export { Overflow_rslib_entry_ as default };
|
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
import * as __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__ from "react/jsx-runtime";
|
|
2
|
-
|
|
3
|
-
|
|
2
|
+
import * as __WEBPACK_EXTERNAL_MODULE__createIcon_js_4dc54f83__ from "../createIcon.js";
|
|
3
|
+
const PaperworkSvg = (props)=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4
5
|
viewBox: "0 0 640 640",
|
|
5
6
|
fill: "currentColor",
|
|
7
|
+
"aria-hidden": "true",
|
|
8
|
+
...props,
|
|
6
9
|
children: /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("g", {
|
|
7
10
|
transform: "translate(-32 0) scale(1.1 1)",
|
|
8
11
|
children: /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("path", {
|
|
@@ -10,5 +13,5 @@ const PaperworkIcon = ({ id })=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_reac
|
|
|
10
13
|
})
|
|
11
14
|
})
|
|
12
15
|
});
|
|
13
|
-
const
|
|
14
|
-
export {
|
|
16
|
+
const Paperwork_rslib_entry_ = (0, __WEBPACK_EXTERNAL_MODULE__createIcon_js_4dc54f83__.createIcon)(PaperworkSvg);
|
|
17
|
+
export { Paperwork_rslib_entry_ as default };
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import * as __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__ from "react/jsx-runtime";
|
|
2
|
+
import * as __WEBPACK_EXTERNAL_MODULE__createIcon_js_4dc54f83__ from "../createIcon.js";
|
|
3
|
+
const PaperworkAssignedSvg = (props)=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
viewBox: "0 0 18 20",
|
|
6
|
+
fill: "currentColor",
|
|
7
|
+
"aria-hidden": "true",
|
|
8
|
+
...props,
|
|
9
|
+
children: /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("path", {
|
|
10
|
+
d: "M11.75 9a.75.75 0 0 1-.75-.75v-4.5c0-.416.334-.75.75-.75h2c.416 0 .75.334.75.75v1c0 .416-.334.75-.75.75H12.5v2.75c0 .416-.334.75-.75.75M4.5 5.5a3 3 0 0 0-3 3V14c0 .275.225.5.5.5h5.5v-6a3 3 0 0 0-3-3m3.353 0A4.5 4.5 0 0 1 9 8.5v6h7c.275 0 .5-.225.5-.5V8.5a3 3 0 0 0-1.456-2.572A1.74 1.74 0 0 0 15.5 4.75v-.281A4.5 4.5 0 0 1 18 8.5V14c0 1.103-.897 2-2 2H2c-1.103 0-2-.897-2-2V8.5C0 6.016 2.016 4 4.5 4H10v1.5zM3.25 8h2.5c.416 0 .75.334.75.75s-.334.75-.75.75h-2.5a.75.75 0 0 1-.75-.75c0-.416.334-.75.75-.75"
|
|
11
|
+
})
|
|
12
|
+
});
|
|
13
|
+
const PaperworkAssigned_rslib_entry_ = (0, __WEBPACK_EXTERNAL_MODULE__createIcon_js_4dc54f83__.createIcon)(PaperworkAssignedSvg);
|
|
14
|
+
export { PaperworkAssigned_rslib_entry_ as default };
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import * as __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__ from "react/jsx-runtime";
|
|
2
|
+
import * as __WEBPACK_EXTERNAL_MODULE__createIcon_js_4dc54f83__ from "../createIcon.js";
|
|
3
|
+
const PaperworkDraftSvg = (props)=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
viewBox: "0 0 16 20",
|
|
6
|
+
fill: "currentColor",
|
|
7
|
+
"aria-hidden": "true",
|
|
8
|
+
...props,
|
|
9
|
+
children: /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("path", {
|
|
10
|
+
d: "m.419 15.719.718-2.44c.132-.441.37-.845.694-1.17l9.503-9.506a2 2 0 0 1 2.829 0l1.23 1.231q.148.147.257.313a2 2 0 0 1-.256 2.515L5.89 16.17q-.061.061-.125.119c-.3.265-.657.462-1.044.575l-2.44.718-1.32.388a.74.74 0 0 1-.74-.19.75.75 0 0 1-.19-.741zm1.943-1.288-.506 1.713 1.713-.503.731-.216c.2-.06.384-.169.531-.316l7.138-7.14L10.03 6.03l-7.14 7.138q-.03.027-.054.056c-.121.138-.209.3-.262.475l-.216.731zM5.416 2.853l2.037 2.038-1.06 1.059-.818-.819-.719.719a.5.5 0 0 1-.706 0 .5.5 0 0 1 0-.706l.719-.719-.516-.51a.5.5 0 0 0-.706 0L1.916 5.648a.5.5 0 0 0 0 .706l2.037 2.038-1.062 1.062L.853 7.416a2 2 0 0 1 0-2.829l1.731-1.734a2 2 0 0 1 2.828 0zm6.23 13.231a.5.5 0 0 0 .707 0l1.731-1.73a.5.5 0 0 0 0-.707l-.512-.513-.719.72a.5.5 0 0 1-.706 0 .5.5 0 0 1 0-.707l.719-.719-.82-.819 1.06-1.059 2.038 2.037a2 2 0 0 1 0 2.829l-1.732 1.73a2 2 0 0 1-2.828 0L8.547 15.11l1.06-1.059 2.037 2.037z"
|
|
11
|
+
})
|
|
12
|
+
});
|
|
13
|
+
const PaperworkDraft_rslib_entry_ = (0, __WEBPACK_EXTERNAL_MODULE__createIcon_js_4dc54f83__.createIcon)(PaperworkDraftSvg);
|
|
14
|
+
export { PaperworkDraft_rslib_entry_ as default };
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import * as __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__ from "react/jsx-runtime";
|
|
2
|
+
import * as __WEBPACK_EXTERNAL_MODULE__createIcon_js_4dc54f83__ from "../createIcon.js";
|
|
3
|
+
const PaperworkExpiredSvg = (props)=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
viewBox: "0 0 16 20",
|
|
6
|
+
fill: "currentColor",
|
|
7
|
+
"aria-hidden": "true",
|
|
8
|
+
...props,
|
|
9
|
+
children: /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("path", {
|
|
10
|
+
d: "M4.5 1c.468 0 .844.376.844.844V3.25h5.062V1.844c0-.468.376-.844.844-.844s.844.376.844.844V3.25H13.5a2.25 2.25 0 0 1 2.25 2.25v11.25A2.25 2.25 0 0 1 13.5 19H2.25A2.25 2.25 0 0 1 0 16.75V5.5a2.25 2.25 0 0 1 2.25-2.25h1.406V1.844c0-.468.376-.844.844-.844m9.563 6.75H1.688v9c0 .31.253.563.562.563H13.5c.31 0 .563-.254.563-.563zm-3.34 3.129L9.07 12.53l1.653 1.653a.844.844 0 0 1-1.192 1.192l-1.652-1.653-1.653 1.652a.843.843 0 0 1-1.192-1.192l1.653-1.652-1.653-1.652a.843.843 0 0 1 1.192-1.192L7.88 11.34l1.65-1.652a.844.844 0 0 1 1.192 1.192"
|
|
11
|
+
})
|
|
12
|
+
});
|
|
13
|
+
const PaperworkExpired_rslib_entry_ = (0, __WEBPACK_EXTERNAL_MODULE__createIcon_js_4dc54f83__.createIcon)(PaperworkExpiredSvg);
|
|
14
|
+
export { PaperworkExpired_rslib_entry_ as default };
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import * as __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__ from "react/jsx-runtime";
|
|
2
|
+
import * as __WEBPACK_EXTERNAL_MODULE__createIcon_js_4dc54f83__ from "../createIcon.js";
|
|
3
|
+
const PaperworkExpiringSoonSvg = (props)=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
viewBox: "0 0 16 20",
|
|
6
|
+
fill: "currentColor",
|
|
7
|
+
"aria-hidden": "true",
|
|
8
|
+
...props,
|
|
9
|
+
children: /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("path", {
|
|
10
|
+
d: "M5.344 1.844A.84.84 0 0 0 4.5 1a.84.84 0 0 0-.844.844V3.25H2.25A2.25 2.25 0 0 0 0 5.5v11.25A2.25 2.25 0 0 0 2.25 19H13.5a2.25 2.25 0 0 0 2.25-2.25V5.5a2.25 2.25 0 0 0-2.25-2.25h-1.406V1.844A.84.84 0 0 0 11.25 1a.84.84 0 0 0-.844.844V3.25H5.344zM1.687 7.75h12.376v9c0 .31-.254.563-.563.563H2.25a.564.564 0 0 1-.562-.563zM9 15.063a1.125 1.125 0 1 0-2.25 0 1.125 1.125 0 0 0 2.25 0m-.281-5.344a.84.84 0 0 0-.844-.844.84.84 0 0 0-.844.844v2.25c0 .467.376.844.844.844a.84.84 0 0 0 .844-.844z"
|
|
11
|
+
})
|
|
12
|
+
});
|
|
13
|
+
const PaperworkExpiringSoon_rslib_entry_ = (0, __WEBPACK_EXTERNAL_MODULE__createIcon_js_4dc54f83__.createIcon)(PaperworkExpiringSoonSvg);
|
|
14
|
+
export { PaperworkExpiringSoon_rslib_entry_ as default };
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import * as __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__ from "react/jsx-runtime";
|
|
2
|
+
import * as __WEBPACK_EXTERNAL_MODULE__createIcon_js_4dc54f83__ from "../createIcon.js";
|
|
3
|
+
const PaperworkMissingSvg = (props)=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
viewBox: "0 0 16 20",
|
|
6
|
+
fill: "currentColor",
|
|
7
|
+
"aria-hidden": "true",
|
|
8
|
+
...props,
|
|
9
|
+
children: /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("path", {
|
|
10
|
+
d: "M15.781 3.281a.75.75 0 0 0-1.06-1.06l-2.33 2.326a7 7 0 0 0-9.844 9.844L.219 16.719a.75.75 0 0 0 1.06 1.06l2.327-2.329a7 7 0 0 0 9.844-9.844zm-4.459 2.335-7.706 7.706a5.5 5.5 0 0 1 7.706-7.706m-6.644 8.768 7.706-7.706a5.5 5.5 0 0 1-7.706 7.706"
|
|
11
|
+
})
|
|
12
|
+
});
|
|
13
|
+
const PaperworkMissing_rslib_entry_ = (0, __WEBPACK_EXTERNAL_MODULE__createIcon_js_4dc54f83__.createIcon)(PaperworkMissingSvg);
|
|
14
|
+
export { PaperworkMissing_rslib_entry_ as default };
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import * as __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__ from "react/jsx-runtime";
|
|
2
|
+
import * as __WEBPACK_EXTERNAL_MODULE__createIcon_js_4dc54f83__ from "../createIcon.js";
|
|
3
|
+
const PaperworkProcessedSvg = (props)=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
viewBox: "0 0 16 20",
|
|
6
|
+
fill: "currentColor",
|
|
7
|
+
"aria-hidden": "true",
|
|
8
|
+
...props,
|
|
9
|
+
children: /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("path", {
|
|
10
|
+
d: "M8 3.5a6.5 6.5 0 1 1 0 13 6.5 6.5 0 0 1 0-13M8 18A8 8 0 1 0 8 1.999 8 8 0 0 0 8 18m3.531-9.469a.75.75 0 0 0-1.06-1.06l-3.468 3.47-1.469-1.47a.75.75 0 0 0-1.06 1.06l2.001 2a.747.747 0 0 0 1.06 0z"
|
|
11
|
+
})
|
|
12
|
+
});
|
|
13
|
+
const PaperworkProcessed_rslib_entry_ = (0, __WEBPACK_EXTERNAL_MODULE__createIcon_js_4dc54f83__.createIcon)(PaperworkProcessedSvg);
|
|
14
|
+
export { PaperworkProcessed_rslib_entry_ as default };
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import * as __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__ from "react/jsx-runtime";
|
|
2
|
+
import * as __WEBPACK_EXTERNAL_MODULE__createIcon_js_4dc54f83__ from "../createIcon.js";
|
|
3
|
+
const PaperworkSubmittedSvg = (props)=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
viewBox: "0 0 16 20",
|
|
6
|
+
fill: "currentColor",
|
|
7
|
+
"aria-hidden": "true",
|
|
8
|
+
...props,
|
|
9
|
+
children: /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("path", {
|
|
10
|
+
d: "M1.5 8.5a3 3 0 0 1 6 0v6H2a.5.5 0 0 1-.5-.5zm6 7.5H16c1.103 0 2-.897 2-2V8.5C18 6.016 15.984 4 13.5 4h-9A4.5 4.5 0 0 0 0 8.5V14c0 1.103.897 2 2 2zM9 8.5a4.5 4.5 0 0 0-1.147-3H13.5a3 3 0 0 1 3 3V14c0 .275-.225.5-.5.5H9zM3.25 8a.75.75 0 0 0-.75.75c0 .416.334.75.75.75h2.5c.416 0 .75-.334.75-.75A.75.75 0 0 0 5.75 8zm8 0a.75.75 0 0 0-.75.75c0 .416.334.75.75.75H13v.75c0 .416.334.75.75.75h.5c.416 0 .75-.334.75-.75v-1.5a.75.75 0 0 0-.75-.75z"
|
|
11
|
+
})
|
|
12
|
+
});
|
|
13
|
+
const PaperworkSubmitted_rslib_entry_ = (0, __WEBPACK_EXTERNAL_MODULE__createIcon_js_4dc54f83__.createIcon)(PaperworkSubmittedSvg);
|
|
14
|
+
export { PaperworkSubmitted_rslib_entry_ as default };
|
|
@@ -1,12 +1,15 @@
|
|
|
1
1
|
import * as __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__ from "react/jsx-runtime";
|
|
2
|
-
|
|
3
|
-
|
|
2
|
+
import * as __WEBPACK_EXTERNAL_MODULE__createIcon_js_4dc54f83__ from "../createIcon.js";
|
|
3
|
+
const PeopleSvg = (props)=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4
5
|
viewBox: "0 0 24 24",
|
|
5
6
|
fill: "none",
|
|
6
7
|
stroke: "currentColor",
|
|
7
|
-
strokeWidth:
|
|
8
|
+
strokeWidth: 2,
|
|
8
9
|
strokeLinecap: "round",
|
|
9
10
|
strokeLinejoin: "round",
|
|
11
|
+
"aria-hidden": "true",
|
|
12
|
+
...props,
|
|
10
13
|
children: /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsxs)("g", {
|
|
11
14
|
transform: "translate(1.8 1.8) scale(0.85)",
|
|
12
15
|
children: [
|
|
@@ -14,9 +17,9 @@ const PeopleIcon = ({ id })=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_j
|
|
|
14
17
|
d: "M18 21a8 8 0 0 0-16 0"
|
|
15
18
|
}),
|
|
16
19
|
/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("circle", {
|
|
17
|
-
cx:
|
|
18
|
-
cy:
|
|
19
|
-
r:
|
|
20
|
+
cx: 10,
|
|
21
|
+
cy: 8,
|
|
22
|
+
r: 5
|
|
20
23
|
}),
|
|
21
24
|
/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("path", {
|
|
22
25
|
d: "M22 20c0-3.37-2-6.5-4-8a5 5 0 0 0-.45-8.3"
|
|
@@ -24,5 +27,5 @@ const PeopleIcon = ({ id })=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_j
|
|
|
24
27
|
]
|
|
25
28
|
})
|
|
26
29
|
});
|
|
27
|
-
const
|
|
28
|
-
export {
|
|
30
|
+
const People_rslib_entry_ = (0, __WEBPACK_EXTERNAL_MODULE__createIcon_js_4dc54f83__.createIcon)(PeopleSvg);
|
|
31
|
+
export { People_rslib_entry_ as default };
|
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
import * as __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__ from "react/jsx-runtime";
|
|
2
|
-
|
|
3
|
-
|
|
2
|
+
import * as __WEBPACK_EXTERNAL_MODULE__createIcon_js_4dc54f83__ from "../createIcon.js";
|
|
3
|
+
const PhoneSvg = (props)=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4
5
|
viewBox: "0 0 16 20",
|
|
5
6
|
fill: "currentColor",
|
|
7
|
+
"aria-hidden": "true",
|
|
8
|
+
...props,
|
|
6
9
|
children: /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("path", {
|
|
7
10
|
d: "M11.7437 10.6C11.2312 10.3812 10.6375 10.525 10.2844 10.9562L9.24687 12.225C7.80937 11.3906 6.60938 10.1906 5.775 8.75312L7.04063 7.71875C7.47188 7.36562 7.61875 6.77187 7.39687 6.25937L5.89687 2.75937C5.6625 2.20937 5.07188 1.90312 4.4875 2.02812L0.9875 2.77812C0.4125 2.9 0 3.40937 0 4C0 11.225 5.475 17.175 12.5031 17.9219C12.8094 17.9531 13.1156 17.9781 13.4281 17.9906H13.4312C13.6219 17.9969 13.8094 18.0031 14 18.0031C14.5906 18.0031 15.1 17.5906 15.2219 17.0156L15.9719 13.5156C16.0969 12.9312 15.7906 12.3406 15.2406 12.1062L11.7406 10.6062L11.7437 10.6ZM13.7969 16.5C7.05625 16.3906 1.60937 10.9437 1.50312 4.20312L4.60313 3.5375L5.94688 6.675L4.825 7.59375C4.25625 8.05937 4.10938 8.86875 4.47813 9.50625C5.44375 11.1719 6.83125 12.5594 8.49687 13.525C9.13437 13.8937 9.94375 13.7469 10.4094 13.1781L11.3281 12.0562L14.4656 13.4L13.7969 16.5Z"
|
|
8
11
|
})
|
|
9
12
|
});
|
|
10
|
-
const
|
|
11
|
-
export {
|
|
13
|
+
const Phone_rslib_entry_ = (0, __WEBPACK_EXTERNAL_MODULE__createIcon_js_4dc54f83__.createIcon)(PhoneSvg);
|
|
14
|
+
export { Phone_rslib_entry_ as default };
|
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
import * as __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__ from "react/jsx-runtime";
|
|
2
|
-
|
|
3
|
-
|
|
2
|
+
import * as __WEBPACK_EXTERNAL_MODULE__createIcon_js_4dc54f83__ from "../createIcon.js";
|
|
3
|
+
const PlusSvg = (props)=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4
5
|
viewBox: "0 0 15 20",
|
|
5
6
|
fill: "currentColor",
|
|
7
|
+
"aria-hidden": "true",
|
|
8
|
+
...props,
|
|
6
9
|
children: /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("path", {
|
|
7
10
|
d: "M8.3316 4.25C8.3316 3.83437 7.99723 3.5 7.5816 3.5C7.16598 3.5 6.8316 3.83437 6.8316 4.25V9.25H1.8316C1.41598 9.25 1.0816 9.58437 1.0816 10C1.0816 10.4156 1.41598 10.75 1.8316 10.75H6.8316V15.75C6.8316 16.1656 7.16598 16.5 7.5816 16.5C7.99723 16.5 8.3316 16.1656 8.3316 15.75V10.75H13.3316C13.7472 10.75 14.0816 10.4156 14.0816 10C14.0816 9.58437 13.7472 9.25 13.3316 9.25H8.3316V4.25Z"
|
|
8
11
|
})
|
|
9
12
|
});
|
|
10
|
-
const
|
|
11
|
-
export {
|
|
13
|
+
const Plus_rslib_entry_ = (0, __WEBPACK_EXTERNAL_MODULE__createIcon_js_4dc54f83__.createIcon)(PlusSvg);
|
|
14
|
+
export { Plus_rslib_entry_ as default };
|
|
@@ -1,33 +1,36 @@
|
|
|
1
1
|
import * as __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__ from "react/jsx-runtime";
|
|
2
|
-
|
|
3
|
-
|
|
2
|
+
import * as __WEBPACK_EXTERNAL_MODULE__createIcon_js_4dc54f83__ from "../createIcon.js";
|
|
3
|
+
const PositionsSvg = (props)=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsxs)("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4
5
|
viewBox: "0 0 24 24",
|
|
5
6
|
fill: "none",
|
|
6
7
|
stroke: "currentColor",
|
|
7
|
-
strokeWidth:
|
|
8
|
+
strokeWidth: 1.5,
|
|
8
9
|
strokeLinecap: "round",
|
|
9
10
|
strokeLinejoin: "round",
|
|
11
|
+
"aria-hidden": "true",
|
|
12
|
+
...props,
|
|
10
13
|
children: [
|
|
11
14
|
/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("rect", {
|
|
12
|
-
x:
|
|
13
|
-
y:
|
|
14
|
-
width:
|
|
15
|
-
height:
|
|
16
|
-
rx:
|
|
15
|
+
x: 8.5,
|
|
16
|
+
y: 3,
|
|
17
|
+
width: 7,
|
|
18
|
+
height: 4.5,
|
|
19
|
+
rx: 1.2
|
|
17
20
|
}),
|
|
18
21
|
/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("rect", {
|
|
19
|
-
x:
|
|
20
|
-
y:
|
|
21
|
-
width:
|
|
22
|
-
height:
|
|
23
|
-
rx:
|
|
22
|
+
x: 4,
|
|
23
|
+
y: 16.5,
|
|
24
|
+
width: 6.5,
|
|
25
|
+
height: 4.5,
|
|
26
|
+
rx: 1.2
|
|
24
27
|
}),
|
|
25
28
|
/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("rect", {
|
|
26
|
-
x:
|
|
27
|
-
y:
|
|
28
|
-
width:
|
|
29
|
-
height:
|
|
30
|
-
rx:
|
|
29
|
+
x: 13.5,
|
|
30
|
+
y: 16.5,
|
|
31
|
+
width: 6.5,
|
|
32
|
+
height: 4.5,
|
|
33
|
+
rx: 1.2
|
|
31
34
|
}),
|
|
32
35
|
/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("path", {
|
|
33
36
|
d: "M12 7.5v5"
|
|
@@ -43,5 +46,5 @@ const PositionsIcon = ({ id })=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_reac
|
|
|
43
46
|
})
|
|
44
47
|
]
|
|
45
48
|
});
|
|
46
|
-
const
|
|
47
|
-
export {
|
|
49
|
+
const Positions_rslib_entry_ = (0, __WEBPACK_EXTERNAL_MODULE__createIcon_js_4dc54f83__.createIcon)(PositionsSvg);
|
|
50
|
+
export { Positions_rslib_entry_ as default };
|
|
@@ -1,19 +1,22 @@
|
|
|
1
1
|
import * as __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__ from "react/jsx-runtime";
|
|
2
|
-
|
|
3
|
-
|
|
2
|
+
import * as __WEBPACK_EXTERNAL_MODULE__createIcon_js_4dc54f83__ from "../createIcon.js";
|
|
3
|
+
const ProfileSvg = (props)=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4
5
|
viewBox: "0 0 24 24",
|
|
5
6
|
fill: "none",
|
|
6
7
|
stroke: "currentColor",
|
|
7
|
-
strokeWidth:
|
|
8
|
+
strokeWidth: 2,
|
|
8
9
|
strokeLinecap: "round",
|
|
9
10
|
strokeLinejoin: "round",
|
|
11
|
+
"aria-hidden": "true",
|
|
12
|
+
...props,
|
|
10
13
|
children: /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsxs)("g", {
|
|
11
14
|
transform: "translate(1.56 1.56) scale(0.87)",
|
|
12
15
|
children: [
|
|
13
16
|
/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("circle", {
|
|
14
|
-
cx:
|
|
15
|
-
cy:
|
|
16
|
-
r:
|
|
17
|
+
cx: 12,
|
|
18
|
+
cy: 8,
|
|
19
|
+
r: 5
|
|
17
20
|
}),
|
|
18
21
|
/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("path", {
|
|
19
22
|
d: "M20 21a8 8 0 0 0-16 0"
|
|
@@ -21,5 +24,5 @@ const ProfileIcon = ({ id })=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_
|
|
|
21
24
|
]
|
|
22
25
|
})
|
|
23
26
|
});
|
|
24
|
-
const
|
|
25
|
-
export {
|
|
27
|
+
const Profile_rslib_entry_ = (0, __WEBPACK_EXTERNAL_MODULE__createIcon_js_4dc54f83__.createIcon)(ProfileSvg);
|
|
28
|
+
export { Profile_rslib_entry_ as default };
|
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
import * as __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__ from "react/jsx-runtime";
|
|
2
|
-
|
|
3
|
-
|
|
2
|
+
import * as __WEBPACK_EXTERNAL_MODULE__createIcon_js_4dc54f83__ from "../createIcon.js";
|
|
3
|
+
const ProfileFemaleSvg = (props)=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4
5
|
viewBox: "0 0 14 20",
|
|
5
6
|
fill: "currentColor",
|
|
7
|
+
"aria-hidden": "true",
|
|
8
|
+
...props,
|
|
6
9
|
children: /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("path", {
|
|
7
10
|
d: "M9.5 6C9.5 5.64375 9.425 5.30625 9.29062 5H9.25C8.60938 5 8.04063 4.7 7.675 4.23438C7.24688 4.99063 6.43125 5.5 5.5 5.5H4.55C4.51875 5.6625 4.5 5.82812 4.5 6V6.5C4.5 7.88125 5.61875 9 7 9C8.38125 9 9.5 7.88125 9.5 6.5V6ZM3 6C3 3.79063 4.79063 2 7 2C9.20937 2 11 3.79063 11 6V6.34375C11 7.40313 11.4219 8.42188 12.1719 9.17188L12.2937 9.29375C12.425 9.425 12.5 9.60625 12.5 9.79375C12.5 10.1844 12.1844 10.5 11.7937 10.5H7H2.20625C1.81562 10.5 1.5 10.1844 1.5 9.79375C1.5 9.60625 1.575 9.425 1.70625 9.29375L1.82812 9.17188C2.57812 8.42188 3 7.40313 3 6.34375V6ZM1.50937 16.4344H12.4937C12.3969 14.975 11.4656 13.7406 10.1687 13.2125L8.6 15.3031C7.8 16.3688 6.2 16.3688 5.4 15.3031L3.83125 13.2125C2.5375 13.7406 1.60313 14.975 1.50625 16.4344H1.50937ZM4.12813 11.5531C4.30938 11.5125 4.49375 11.5906 4.60625 11.7375L6.60313 14.4C6.80313 14.6656 7.20312 14.6656 7.40312 14.4L9.4 11.7375C9.5125 11.5906 9.69688 11.5125 9.87813 11.5531C12.2313 12.0688 14 14.1719 14 16.6844V16.9344C14 17.4875 13.5531 17.9344 13 17.9344H1C0.446875 17.9344 0 17.4875 0 16.9344V16.6844C0 14.1687 1.76875 12.0688 4.12813 11.5531Z"
|
|
8
11
|
})
|
|
9
12
|
});
|
|
10
|
-
const
|
|
11
|
-
export {
|
|
13
|
+
const ProfileFemale_rslib_entry_ = (0, __WEBPACK_EXTERNAL_MODULE__createIcon_js_4dc54f83__.createIcon)(ProfileFemaleSvg);
|
|
14
|
+
export { ProfileFemale_rslib_entry_ as default };
|
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
import * as __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__ from "react/jsx-runtime";
|
|
2
|
-
|
|
3
|
-
|
|
2
|
+
import * as __WEBPACK_EXTERNAL_MODULE__createIcon_js_4dc54f83__ from "../createIcon.js";
|
|
3
|
+
const ProfileMaleSvg = (props)=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4
5
|
viewBox: "0 0 14 20",
|
|
5
6
|
fill: "currentColor",
|
|
7
|
+
"aria-hidden": "true",
|
|
8
|
+
...props,
|
|
6
9
|
children: /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("path", {
|
|
7
10
|
d: "M9.5 6C9.5 5.64375 9.425 5.30625 9.29062 5H9.25C8.60938 5 8.04063 4.7 7.675 4.23438C7.24688 4.99063 6.43125 5.5 5.5 5.5H4.55C4.51875 5.6625 4.5 5.82812 4.5 6V6.5C4.5 7.88125 5.61875 9 7 9C8.38125 9 9.5 7.88125 9.5 6.5V6ZM3 6C3 3.79063 4.79063 2 7 2C9.20937 2 11 3.79063 11 6V6.5C11 8.70937 9.20937 10.5 7 10.5C4.79063 10.5 3 8.70937 3 6.5V6ZM1.50937 16.5H12.4937C12.3969 15.0406 11.4656 13.8062 10.1687 13.2781L8.6 15.3687C7.8 16.4344 6.2 16.4344 5.4 15.3687L3.83125 13.2781C2.5375 13.8062 1.60312 15.0406 1.50937 16.5ZM4.12813 11.6187C4.30938 11.5781 4.49375 11.6563 4.60625 11.8031L6.60313 14.4656C6.80313 14.7312 7.20312 14.7312 7.40312 14.4656L9.4 11.8031C9.5125 11.6563 9.69688 11.5781 9.87813 11.6187C12.2313 12.1344 14 14.2344 14 16.75V17C14 17.5531 13.5531 18 13 18H1C0.446875 18 0 17.5531 0 17V16.75C0 14.2344 1.76875 12.1344 4.12813 11.6187Z"
|
|
8
11
|
})
|
|
9
12
|
});
|
|
10
|
-
const
|
|
11
|
-
export {
|
|
13
|
+
const ProfileMale_rslib_entry_ = (0, __WEBPACK_EXTERNAL_MODULE__createIcon_js_4dc54f83__.createIcon)(ProfileMaleSvg);
|
|
14
|
+
export { ProfileMale_rslib_entry_ as default };
|
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
import * as __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__ from "react/jsx-runtime";
|
|
2
|
-
|
|
3
|
-
|
|
2
|
+
import * as __WEBPACK_EXTERNAL_MODULE__createIcon_js_4dc54f83__ from "../createIcon.js";
|
|
3
|
+
const RemunerationSvg = (props)=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4
5
|
viewBox: "0 0 16 20",
|
|
5
6
|
fill: "currentColor",
|
|
7
|
+
"aria-hidden": "true",
|
|
8
|
+
...props,
|
|
6
9
|
children: /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("path", {
|
|
7
10
|
d: "M5.5 4.75C5.5 4.75313 5.50313 4.76875 5.51875 4.79688C5.5375 4.83438 5.58125 4.89375 5.66563 4.96875C5.67813 4.97813 5.69062 4.99062 5.70312 5C5.11875 5.0125 4.55 5.05312 4.00313 5.12812L4 4.75C4 4.1875 4.30313 3.7375 4.65938 3.41562C5.01563 3.09375 5.49375 2.8375 6.01875 2.6375C7.075 2.23438 8.48438 2 10 2C11.5156 2 12.925 2.23437 13.9781 2.63437C14.5031 2.83437 14.9812 3.09063 15.3375 3.4125C15.6937 3.73438 16 4.1875 16 4.75V8V11.25C16 11.8125 15.6969 12.2625 15.3406 12.5844C14.9844 12.9063 14.5062 13.1625 13.9812 13.3625C13.6812 13.4781 13.3531 13.5781 13.0031 13.6625V12.1094C13.1625 12.0625 13.3094 12.0125 13.4469 11.9594C13.8719 11.7969 14.1656 11.6219 14.3375 11.4688C14.4219 11.3937 14.4656 11.3344 14.4844 11.2969C14.5031 11.2625 14.5031 11.25 14.5031 11.25V9.8875C14.3375 9.96875 14.1625 10.0438 13.9812 10.1125C13.6812 10.2281 13.3531 10.3281 13.0031 10.4125V8.85938C13.1625 8.8125 13.3094 8.7625 13.4469 8.70937C13.8719 8.54687 14.1656 8.37188 14.3375 8.21875C14.4219 8.14375 14.4656 8.08438 14.4844 8.04688C14.5 8.01875 14.5031 8.00313 14.5031 8V6.6375C14.3375 6.71875 14.1625 6.79375 13.9812 6.8625C13.5531 7.025 13.0625 7.1625 12.5344 7.26562C12.375 7.03125 12.1906 6.83125 12.0094 6.66875C11.6937 6.38437 11.3281 6.15313 10.9469 5.9625C11.9375 5.89063 12.8 5.70625 13.4469 5.45937C13.8719 5.29687 14.1656 5.12188 14.3375 4.96875C14.4219 4.89375 14.4656 4.83438 14.4844 4.79688C14.5 4.76875 14.5031 4.75313 14.5031 4.75C14.5031 4.75 14.5031 4.73438 14.4844 4.70312C14.4656 4.66562 14.4219 4.60625 14.3375 4.53125C14.1656 4.375 13.8719 4.2 13.4469 4.04063C12.6 3.71563 11.3813 3.5 10 3.5C8.61875 3.5 7.4 3.71562 6.55625 4.0375C6.13125 4.2 5.8375 4.375 5.66563 4.52813C5.58125 4.60313 5.5375 4.6625 5.51875 4.7C5.5 4.73438 5.5 4.74688 5.5 4.74688V4.75ZM1.5 8.75C1.5 8.75313 1.50312 8.76875 1.51875 8.79688C1.5375 8.83438 1.58125 8.89375 1.66562 8.96875C1.8375 9.125 2.13125 9.3 2.55625 9.45937C3.4 9.78125 4.61875 9.99687 6 9.99687C7.38125 9.99687 8.6 9.78125 9.44375 9.45937C9.86875 9.29687 10.1625 9.12188 10.3344 8.96875C10.4188 8.89375 10.4625 8.83438 10.4812 8.79688C10.4969 8.76875 10.5 8.75313 10.5 8.75C10.5 8.75 10.5 8.73438 10.4812 8.70312C10.4625 8.66562 10.4188 8.60625 10.3344 8.53125C10.1625 8.375 9.86875 8.2 9.44375 8.04063C8.6 7.71875 7.38125 7.50313 6 7.50313C4.61875 7.50313 3.4 7.71875 2.55625 8.04063C2.13125 8.20313 1.8375 8.37812 1.66562 8.53125C1.58125 8.60625 1.5375 8.66562 1.51875 8.70312C1.5 8.7375 1.5 8.75 1.5 8.75ZM0 8.75C0 8.1875 0.303125 7.7375 0.659375 7.41563C1.01562 7.09375 1.49375 6.8375 2.01875 6.6375C3.075 6.23437 4.48438 6 6 6C7.51562 6 8.925 6.23438 9.97812 6.63438C10.5031 6.83438 10.9812 7.09062 11.3375 7.4125C11.6937 7.73437 12 8.1875 12 8.75V12V15.25C12 15.8125 11.6969 16.2625 11.3406 16.5844C10.9844 16.9063 10.5062 17.1625 9.98125 17.3625C8.925 17.7656 7.51562 18 6 18C4.48438 18 3.075 17.7656 2.02187 17.3656C1.49687 17.1656 1.02188 16.9094 0.6625 16.5875C0.303125 16.2656 0 15.8125 0 15.25V12V8.75ZM10.5 12V10.6375C10.3344 10.7187 10.1594 10.7938 9.97812 10.8625C8.925 11.2656 7.51562 11.5 6 11.5C4.48438 11.5 3.075 11.2656 2.02187 10.8656C1.84062 10.7969 1.66563 10.7219 1.5 10.6406V12C1.5 12.0031 1.50312 12.0188 1.51875 12.0469C1.5375 12.0844 1.58125 12.1437 1.66562 12.2188C1.8375 12.375 2.13125 12.55 2.55625 12.7094C3.4 13.0313 4.61875 13.2469 6 13.2469C7.38125 13.2469 8.6 13.0313 9.44375 12.7094C9.86875 12.5469 10.1625 12.3719 10.3344 12.2188C10.4188 12.1437 10.4625 12.0844 10.4812 12.0469C10.4969 12.0188 10.5 12.0031 10.5 12ZM2.02187 14.1156C1.84062 14.0469 1.66563 13.9719 1.5 13.8906V15.25C1.5 15.25 1.5 15.2656 1.51875 15.2969C1.5375 15.3344 1.58125 15.3937 1.66562 15.4688C1.8375 15.625 2.13125 15.8 2.55625 15.9594C3.4 16.2813 4.61875 16.4969 6 16.4969C7.38125 16.4969 8.6 16.2813 9.44375 15.9594C9.86875 15.7969 10.1625 15.6219 10.3344 15.4688C10.4188 15.3937 10.4625 15.3344 10.4812 15.2969C10.5 15.2625 10.5 15.25 10.5 15.25V13.8875C10.3344 13.9687 10.1594 14.0438 9.97812 14.1125C8.925 14.5156 7.51562 14.75 6 14.75C4.48438 14.75 3.075 14.5156 2.02187 14.1156Z"
|
|
8
11
|
})
|
|
9
12
|
});
|
|
10
|
-
const
|
|
11
|
-
export {
|
|
13
|
+
const Remuneration_rslib_entry_ = (0, __WEBPACK_EXTERNAL_MODULE__createIcon_js_4dc54f83__.createIcon)(RemunerationSvg);
|
|
14
|
+
export { Remuneration_rslib_entry_ as default };
|