@reltio/design 0.1.1 → 0.2.1
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/charts/Chart/Chart.d.ts +4 -0
- package/charts/Chart/Chart.js +59 -0
- package/charts/Chart/Chart.module.css.d.ts +2 -0
- package/charts/Chart/Chart.module.css.js +8 -0
- package/charts/Chart/Chart.module.css.json +1 -0
- package/charts/Chart/Chart.types.d.ts +24 -0
- package/charts/Chart/Chart.types.js +1 -0
- package/charts/Chart/index.d.ts +2 -0
- package/charts/Chart/index.js +1 -0
- package/charts/Chart/theme.d.ts +67 -0
- package/charts/Chart/theme.js +85 -0
- package/charts/LineChart/LineChart.d.ts +2 -0
- package/charts/LineChart/LineChart.js +76 -0
- package/charts/LineChart/LineChart.module.css.d.ts +2 -0
- package/charts/LineChart/LineChart.module.css.js +25 -0
- package/charts/LineChart/LineChart.module.css.json +1 -0
- package/charts/LineChart/LineChart.types.d.ts +38 -0
- package/charts/LineChart/LineChart.types.js +1 -0
- package/charts/LineChart/index.d.ts +2 -0
- package/charts/LineChart/index.js +1 -0
- package/charts/index.d.ts +1 -0
- package/charts/index.js +1 -0
- package/components/AppSelector/AppSelector.d.ts +5 -0
- package/components/AppSelector/AppSelector.js +20 -0
- package/components/AppSelector/AppSelector.module.css.d.ts +2 -0
- package/components/AppSelector/AppSelector.module.css.js +61 -0
- package/components/AppSelector/AppSelector.module.css.json +1 -0
- package/components/AppSelector/AppSelector.types.d.ts +29 -0
- package/components/AppSelector/AppSelector.types.js +1 -0
- package/components/AppSelector/index.d.ts +2 -0
- package/components/AppSelector/index.js +1 -0
- package/components/AssistantLoader/AssistantLoader.d.ts +1 -2
- package/components/AssistantLoader/AssistantLoader.js +7 -4
- package/components/AssistantLoader/AssistantLoader.module.css.js +30 -62
- package/components/AssistantLoader/AssistantLoader.module.css.json +1 -1
- package/components/AssistantLoader/AssistantLoader.types.d.ts +5 -13
- package/components/Button/Button.d.ts +4 -1
- package/components/Button/Button.js +12 -47
- package/components/Button/Button.module.css.js +60 -103
- package/components/Button/Button.module.css.json +1 -1
- package/components/Button/Button.types.d.ts +7 -31
- package/components/Chat/Chat.js +1 -3
- package/components/Chat/Chat.module.css.js +18 -31
- package/components/Chat/Chat.module.css.json +1 -1
- package/components/Chat/Chat.types.d.ts +3 -11
- package/components/Chat/components/AssistantMessage/AssistantMessage.d.ts +1 -2
- package/components/Chat/components/AssistantMessage/AssistantMessage.module.css.js +4 -16
- package/components/Chat/components/AssistantMessage/AssistantMessage.module.css.json +1 -1
- package/components/Chat/components/AssistantMessage/AssistantMessage.types.d.ts +3 -10
- package/components/Chat/components/UserMessage/UserMessage.module.css.js +9 -4
- package/components/Chat/components/UserMessage/UserMessage.module.css.json +1 -1
- package/components/Chat/components/UserMessage/UserMessage.types.d.ts +3 -11
- package/components/Details/Details.d.ts +1 -1
- package/components/Details/Details.js +2 -7
- package/components/Details/Details.module.css.js +57 -44
- package/components/Details/Details.module.css.json +1 -1
- package/components/Details/Details.types.d.ts +4 -51
- package/components/Divider/Divider.d.ts +2 -0
- package/components/Divider/Divider.js +6 -0
- package/components/Divider/Divider.module.css.d.ts +2 -0
- package/components/Divider/Divider.module.css.js +40 -0
- package/components/Divider/Divider.module.css.json +1 -0
- package/components/Divider/Divider.types.d.ts +11 -0
- package/components/Divider/Divider.types.js +1 -0
- package/components/Divider/index.d.ts +2 -0
- package/components/Divider/index.js +1 -0
- package/components/ErrorMessage/ErrorMessage.js +1 -1
- package/components/ErrorMessage/ErrorMessage.module.css.js +12 -24
- package/components/ErrorMessage/ErrorMessage.module.css.json +1 -1
- package/components/ErrorMessage/ErrorMessage.types.d.ts +3 -6
- package/components/Markdown/Markdown.d.ts +1 -1
- package/components/Markdown/Markdown.js +2 -2
- package/components/Markdown/Markdown.module.css.js +87 -109
- package/components/Markdown/Markdown.module.css.json +1 -1
- package/components/Markdown/Markdown.types.d.ts +1 -51
- package/components/Popover/Popover.d.ts +36 -0
- package/components/Popover/Popover.js +62 -0
- package/components/Popover/Popover.module.css.d.ts +2 -0
- package/components/Popover/Popover.module.css.js +62 -0
- package/components/Popover/Popover.module.css.json +1 -0
- package/components/Popover/Popover.types.d.ts +18 -0
- package/components/Popover/Popover.types.js +1 -0
- package/components/Popover/index.d.ts +2 -0
- package/components/Popover/index.js +1 -0
- package/components/Skeleton/Skeleton.d.ts +1 -1
- package/components/Skeleton/Skeleton.js +3 -2
- package/components/Skeleton/Skeleton.module.css.js +13 -15
- package/components/Skeleton/Skeleton.module.css.json +1 -1
- package/components/Skeleton/Skeleton.types.d.ts +5 -23
- package/components/TextArea/TextArea.d.ts +3 -24
- package/components/TextArea/TextArea.module.css.js +65 -74
- package/components/TextArea/TextArea.module.css.json +1 -1
- package/components/TextArea/TextArea.types.d.ts +2 -23
- package/components/TreeList/TreeList.module.css.js +7 -12
- package/components/TreeList/TreeList.module.css.json +1 -1
- package/components/TreeList/components/TreeLevelLines/TreeLevelLines.module.css.js +12 -15
- package/components/TreeList/components/TreeLevelLines/TreeLevelLines.module.css.json +1 -1
- package/components/TreeList/components/TreeNode/TreeNode.module.css.js +19 -21
- package/components/TreeList/components/TreeNode/TreeNode.module.css.json +1 -1
- package/components/index.d.ts +1 -0
- package/components/index.js +1 -0
- package/icons/AccessTime.d.ts +2 -0
- package/icons/AccessTime.js +6 -0
- package/icons/Accessibility.d.ts +2 -0
- package/icons/Accessibility.js +6 -0
- package/icons/AccountCircle.d.ts +1 -1
- package/icons/AccountCircle.js +2 -2
- package/icons/AcessConversations.d.ts +2 -0
- package/icons/AcessConversations.js +6 -0
- package/icons/ActionsMenu.d.ts +2 -0
- package/icons/ActionsMenu.js +6 -0
- package/icons/ActivateUser.d.ts +2 -0
- package/icons/ActivateUser.js +6 -0
- package/icons/Add.d.ts +1 -1
- package/icons/Add.js +2 -2
- package/icons/AddChild.d.ts +2 -0
- package/icons/AddChild.js +6 -0
- package/icons/AddCircle.d.ts +2 -0
- package/icons/AddCircle.js +6 -0
- package/icons/AddParent.d.ts +2 -0
- package/icons/AddParent.js +6 -0
- package/icons/AddSibling.d.ts +2 -0
- package/icons/AddSibling.js +6 -0
- package/icons/AdvancedProperties.d.ts +2 -0
- package/icons/AdvancedProperties.js +6 -0
- package/icons/AdvancedPropertiesClear.d.ts +2 -0
- package/icons/AdvancedPropertiesClear.js +6 -0
- package/icons/Analitycal.d.ts +2 -0
- package/icons/Analitycal.js +6 -0
- package/icons/ApiMonitor.d.ts +2 -0
- package/icons/ApiMonitor.js +6 -0
- package/icons/ApiPerformance.d.ts +2 -0
- package/icons/ApiPerformance.js +6 -0
- package/icons/ApiPerformanceStat.d.ts +2 -0
- package/icons/ApiPerformanceStat.js +6 -0
- package/icons/Applications.d.ts +2 -0
- package/icons/Applications.js +6 -0
- package/icons/ArrowBack.d.ts +1 -1
- package/icons/ArrowBack.js +2 -2
- package/icons/ArrowDownward.d.ts +2 -0
- package/icons/ArrowDownward.js +6 -0
- package/icons/ArrowDropDown.d.ts +1 -1
- package/icons/ArrowDropDown.js +2 -2
- package/icons/ArrowDropUp.d.ts +1 -1
- package/icons/ArrowDropUp.js +2 -2
- package/icons/ArrowForward.d.ts +1 -1
- package/icons/ArrowForward.js +2 -2
- package/icons/ArrowLeft.d.ts +1 -1
- package/icons/ArrowLeft.js +2 -2
- package/icons/ArrowRight.d.ts +1 -1
- package/icons/ArrowRight.js +2 -2
- package/icons/ArrowUpward.d.ts +2 -0
- package/icons/ArrowUpward.js +6 -0
- package/icons/Attachment.d.ts +1 -1
- package/icons/Attachment.js +2 -2
- package/icons/Attribute.d.ts +2 -0
- package/icons/Attribute.js +6 -0
- package/icons/Back.d.ts +2 -0
- package/icons/Back.js +6 -0
- package/icons/Calendar.d.ts +2 -0
- package/icons/Calendar.js +6 -0
- package/icons/CalendarRange.d.ts +2 -0
- package/icons/CalendarRange.js +6 -0
- package/icons/CalendarToday.d.ts +2 -0
- package/icons/CalendarToday.js +6 -0
- package/icons/Cancel.d.ts +2 -0
- package/icons/Cancel.js +6 -0
- package/icons/Chat.d.ts +1 -1
- package/icons/Chat.js +2 -2
- package/icons/Check.d.ts +1 -1
- package/icons/Check.js +2 -2
- package/icons/CheckCircle.d.ts +1 -1
- package/icons/CheckCircle.js +2 -2
- package/icons/Checkbox.d.ts +2 -0
- package/icons/Checkbox.js +6 -0
- package/icons/CheckboxFilled.d.ts +2 -0
- package/icons/CheckboxFilled.js +6 -0
- package/icons/CheckboxIndeterminate.d.ts +2 -0
- package/icons/CheckboxIndeterminate.js +6 -0
- package/icons/CheckboxIndeterminateFilled.d.ts +2 -0
- package/icons/CheckboxIndeterminateFilled.js +6 -0
- package/icons/CheckboxOutlined.d.ts +2 -0
- package/icons/CheckboxOutlined.js +6 -0
- package/icons/ChevronLeft.d.ts +1 -1
- package/icons/ChevronLeft.js +2 -2
- package/icons/ChevronRight.d.ts +1 -1
- package/icons/ChevronRight.js +2 -2
- package/icons/Cleansing.d.ts +2 -0
- package/icons/Cleansing.js +6 -0
- package/icons/Close.d.ts +1 -1
- package/icons/Close.js +2 -2
- package/icons/Colapse.d.ts +2 -0
- package/icons/Colapse.js +6 -0
- package/icons/CollapseDrawer.d.ts +2 -0
- package/icons/CollapseDrawer.js +6 -0
- package/icons/Comment.d.ts +1 -1
- package/icons/Comment.js +2 -2
- package/icons/Comments.d.ts +2 -0
- package/icons/Comments.js +6 -0
- package/icons/ComplexAttribute.d.ts +2 -0
- package/icons/ComplexAttribute.js +6 -0
- package/icons/Consolidated.d.ts +2 -0
- package/icons/Consolidated.js +6 -0
- package/icons/ContentCopy.d.ts +1 -1
- package/icons/ContentCopy.js +2 -2
- package/icons/ContentPaste.d.ts +1 -1
- package/icons/ContentPaste.js +2 -2
- package/icons/ControlAttriibute.d.ts +2 -0
- package/icons/ControlAttriibute.js +6 -0
- package/icons/Copy.d.ts +2 -0
- package/icons/Copy.js +6 -0
- package/icons/CriticalError.d.ts +2 -0
- package/icons/CriticalError.js +6 -0
- package/icons/DashboardChart.d.ts +2 -0
- package/icons/DashboardChart.js +6 -0
- package/icons/DashboardGlobal.d.ts +2 -0
- package/icons/DashboardGlobal.js +6 -0
- package/icons/DataPrep.d.ts +2 -0
- package/icons/DataPrep.js +6 -0
- package/icons/DataUpload.d.ts +2 -0
- package/icons/DataUpload.js +6 -0
- package/icons/DcrComment.d.ts +2 -0
- package/icons/DcrComment.js +6 -0
- package/icons/DeactivateUser.d.ts +2 -0
- package/icons/DeactivateUser.js +6 -0
- package/icons/Delete.d.ts +1 -1
- package/icons/Delete.js +2 -2
- package/icons/DerivedAttribute.d.ts +2 -0
- package/icons/DerivedAttribute.js +6 -0
- package/icons/Description.d.ts +1 -1
- package/icons/Description.js +2 -2
- package/icons/DesignServices.d.ts +2 -0
- package/icons/DesignServices.js +6 -0
- package/icons/Dev.d.ts +2 -0
- package/icons/Dev.js +6 -0
- package/icons/Done.d.ts +2 -0
- package/icons/Done.js +6 -0
- package/icons/Down.d.ts +2 -0
- package/icons/Down.js +6 -0
- package/icons/Download.d.ts +1 -1
- package/icons/Download.js +2 -2
- package/icons/Draft.d.ts +2 -0
- package/icons/Draft.js +6 -0
- package/icons/Drag.d.ts +2 -0
- package/icons/Drag.js +6 -0
- package/icons/DragHoriz.d.ts +2 -0
- package/icons/DragHoriz.js +6 -0
- package/icons/DuplicateGroup.d.ts +2 -0
- package/icons/DuplicateGroup.js +6 -0
- package/icons/DuplicateJob.d.ts +2 -0
- package/icons/DuplicateJob.js +6 -0
- package/icons/DuplicateRole.d.ts +2 -0
- package/icons/DuplicateRole.js +6 -0
- package/icons/Duration.d.ts +2 -0
- package/icons/Duration.js +6 -0
- package/icons/Edit.d.ts +1 -1
- package/icons/Edit.js +2 -2
- package/icons/EditSchedule.d.ts +2 -0
- package/icons/EditSchedule.js +6 -0
- package/icons/Email.d.ts +1 -1
- package/icons/Email.js +2 -2
- package/icons/EndDate.d.ts +2 -0
- package/icons/EndDate.js +6 -0
- package/icons/EndDateFlag.d.ts +2 -0
- package/icons/EndDateFlag.js +6 -0
- package/icons/Error.d.ts +2 -0
- package/icons/Error.js +6 -0
- package/icons/ErrorCircle.d.ts +1 -1
- package/icons/ErrorCircle.js +2 -2
- package/icons/Event.d.ts +2 -0
- package/icons/Event.js +6 -0
- package/icons/Expand.d.ts +2 -0
- package/icons/Expand.js +6 -0
- package/icons/ExpandLess.d.ts +1 -1
- package/icons/ExpandLess.js +2 -2
- package/icons/ExpandMore.d.ts +1 -1
- package/icons/ExpandMore.js +2 -2
- package/icons/Explore.d.ts +2 -0
- package/icons/Explore.js +6 -0
- package/icons/Favorite.d.ts +2 -0
- package/icons/Favorite.js +6 -0
- package/icons/File.d.ts +2 -0
- package/icons/File.js +6 -0
- package/icons/FilterAdd.d.ts +2 -0
- package/icons/FilterAdd.js +6 -0
- package/icons/FilterClear.d.ts +2 -0
- package/icons/FilterClear.js +6 -0
- package/icons/FilterList.d.ts +1 -1
- package/icons/FilterList.js +2 -2
- package/icons/FilterSelect.d.ts +2 -0
- package/icons/FilterSelect.js +6 -0
- package/icons/FindMatch.d.ts +2 -0
- package/icons/FindMatch.js +6 -0
- package/icons/Flag.d.ts +2 -0
- package/icons/Flag.js +6 -0
- package/icons/Folder.d.ts +1 -1
- package/icons/Folder.js +2 -2
- package/icons/FolderOpen.d.ts +2 -0
- package/icons/FolderOpen.js +6 -0
- package/icons/FolderSelected.d.ts +2 -0
- package/icons/FolderSelected.js +6 -0
- package/icons/ForamteListNumbered.d.ts +2 -0
- package/icons/ForamteListNumbered.js +6 -0
- package/icons/FormatBold.d.ts +2 -0
- package/icons/FormatBold.js +6 -0
- package/icons/FormatItalics.d.ts +2 -0
- package/icons/FormatItalics.js +6 -0
- package/icons/FormatUnderline.d.ts +2 -0
- package/icons/FormatUnderline.js +6 -0
- package/icons/FormateListPoints.d.ts +2 -0
- package/icons/FormateListPoints.js +6 -0
- package/icons/Fullscreen.d.ts +2 -0
- package/icons/Fullscreen.js +6 -0
- package/icons/FullscreenExit.d.ts +2 -0
- package/icons/FullscreenExit.js +6 -0
- package/icons/Group.d.ts +2 -0
- package/icons/Group.js +6 -0
- package/icons/Help.d.ts +1 -1
- package/icons/Help.js +2 -2
- package/icons/History.d.ts +2 -0
- package/icons/History.js +6 -0
- package/icons/Hyperink.d.ts +2 -0
- package/icons/Hyperink.js +6 -0
- package/icons/Icon.module.css.js +27 -40
- package/icons/Icon.module.css.json +1 -1
- package/icons/Icon.types.d.ts +3 -9
- package/icons/Indicator.d.ts +2 -0
- package/icons/Indicator.js +6 -0
- package/icons/Info.d.ts +1 -1
- package/icons/Info.js +2 -2
- package/icons/Inheritance.d.ts +2 -0
- package/icons/Inheritance.js +6 -0
- package/icons/KeyId.d.ts +2 -0
- package/icons/KeyId.js +6 -0
- package/icons/KeyboardArrowDown.d.ts +1 -1
- package/icons/KeyboardArrowDown.js +2 -2
- package/icons/KeyboardArrowLeft.d.ts +2 -0
- package/icons/KeyboardArrowLeft.js +6 -0
- package/icons/KeyboardArrowRight.d.ts +2 -0
- package/icons/KeyboardArrowRight.js +6 -0
- package/icons/KeyboardArrowUp.d.ts +1 -1
- package/icons/KeyboardArrowUp.js +2 -2
- package/icons/Lightbulb.d.ts +2 -0
- package/icons/Lightbulb.js +6 -0
- package/icons/Link.d.ts +2 -0
- package/icons/Link.js +6 -0
- package/icons/LocationOn.d.ts +2 -0
- package/icons/LocationOn.js +6 -0
- package/icons/Lock.d.ts +2 -0
- package/icons/Lock.js +6 -0
- package/icons/LockOpen.d.ts +2 -0
- package/icons/LockOpen.js +6 -0
- package/icons/Login.d.ts +2 -0
- package/icons/Login.js +6 -0
- package/icons/Logout.d.ts +1 -1
- package/icons/Logout.js +2 -2
- package/icons/LookupType.d.ts +2 -0
- package/icons/LookupType.js +6 -0
- package/icons/LostMerge.d.ts +2 -0
- package/icons/LostMerge.js +6 -0
- package/icons/ManageAgent.d.ts +2 -0
- package/icons/ManageAgent.js +6 -0
- package/icons/MatchRule.d.ts +2 -0
- package/icons/MatchRule.js +6 -0
- package/icons/Menu.d.ts +1 -1
- package/icons/Menu.js +2 -2
- package/icons/Merge.d.ts +2 -0
- package/icons/Merge.js +6 -0
- package/icons/Mic.d.ts +2 -0
- package/icons/Mic.js +6 -0
- package/icons/MlModel.d.ts +2 -0
- package/icons/MlModel.js +6 -0
- package/icons/MoreHoriz.d.ts +2 -0
- package/icons/MoreHoriz.js +6 -0
- package/icons/MoreVert.d.ts +2 -0
- package/icons/MoreVert.js +6 -0
- package/icons/Move.d.ts +2 -0
- package/icons/Move.js +6 -0
- package/icons/NestedAttribute.d.ts +2 -0
- package/icons/NestedAttribute.js +6 -0
- package/icons/NetworkNode.d.ts +2 -0
- package/icons/NetworkNode.js +6 -0
- package/icons/Next.d.ts +2 -0
- package/icons/Next.js +6 -0
- package/icons/NotAMatch.d.ts +2 -0
- package/icons/NotAMatch.js +6 -0
- package/icons/NotMatched.d.ts +2 -0
- package/icons/NotMatched.js +6 -0
- package/icons/NotMatchesSet.d.ts +2 -0
- package/icons/NotMatchesSet.js +6 -0
- package/icons/NotificationManagement.d.ts +2 -0
- package/icons/NotificationManagement.js +6 -0
- package/icons/Notifications.d.ts +1 -1
- package/icons/Notifications.js +2 -2
- package/icons/NotificationsActive.d.ts +2 -0
- package/icons/NotificationsActive.js +6 -0
- package/icons/OpenDrawer.d.ts +2 -0
- package/icons/OpenDrawer.js +6 -0
- package/icons/OvMarker.d.ts +2 -0
- package/icons/OvMarker.js +6 -0
- package/icons/PasswordExpired.d.ts +2 -0
- package/icons/PasswordExpired.js +6 -0
- package/icons/Pause.d.ts +2 -0
- package/icons/Pause.js +6 -0
- package/icons/People.d.ts +1 -1
- package/icons/People.js +2 -2
- package/icons/PermIdentity.d.ts +2 -0
- package/icons/PermIdentity.js +6 -0
- package/icons/Person.d.ts +1 -1
- package/icons/Person.js +2 -2
- package/icons/Pin.d.ts +2 -0
- package/icons/Pin.js +6 -0
- package/icons/Play.d.ts +2 -0
- package/icons/Play.js +6 -0
- package/icons/Poll.d.ts +2 -0
- package/icons/Poll.js +6 -0
- package/icons/PotentialMatches.d.ts +2 -0
- package/icons/PotentialMatches.js +6 -0
- package/icons/Profile.d.ts +2 -0
- package/icons/Profile.js +6 -0
- package/icons/Profiles.d.ts +2 -0
- package/icons/Profiles.js +6 -0
- package/icons/QueryBuilder.d.ts +2 -0
- package/icons/QueryBuilder.js +6 -0
- package/icons/RadioChecked.d.ts +2 -0
- package/icons/RadioChecked.js +6 -0
- package/icons/RadioUnchecked.d.ts +2 -0
- package/icons/RadioUnchecked.js +6 -0
- package/icons/Recommend.d.ts +2 -0
- package/icons/Recommend.js +6 -0
- package/icons/Recommended.d.ts +2 -0
- package/icons/Recommended.js +6 -0
- package/icons/ReferenceProfile.d.ts +2 -0
- package/icons/ReferenceProfile.js +6 -0
- package/icons/Refresh.d.ts +1 -1
- package/icons/Refresh.js +2 -2
- package/icons/RefreshDate.d.ts +2 -0
- package/icons/RefreshDate.js +6 -0
- package/icons/RelationsView.d.ts +2 -0
- package/icons/RelationsView.js +6 -0
- package/icons/Remove.d.ts +1 -1
- package/icons/Remove.js +2 -2
- package/icons/RemoveCircle.d.ts +2 -0
- package/icons/RemoveCircle.js +6 -0
- package/icons/Replay.d.ts +2 -0
- package/icons/Replay.js +6 -0
- package/icons/Required.d.ts +2 -0
- package/icons/Required.js +6 -0
- package/icons/RequiredOff.d.ts +2 -0
- package/icons/RequiredOff.js +6 -0
- package/icons/Reset.d.ts +2 -0
- package/icons/Reset.js +6 -0
- package/icons/ResetPassword.d.ts +2 -0
- package/icons/ResetPassword.js +6 -0
- package/icons/ResizeFacetSize.d.ts +2 -0
- package/icons/ResizeFacetSize.js +6 -0
- package/icons/Resume.d.ts +2 -0
- package/icons/Resume.js +6 -0
- package/icons/Review.d.ts +2 -0
- package/icons/Review.js +6 -0
- package/icons/Roles.d.ts +2 -0
- package/icons/Roles.js +6 -0
- package/icons/Save.d.ts +1 -1
- package/icons/Save.js +2 -2
- package/icons/Scope.d.ts +2 -0
- package/icons/Scope.js +6 -0
- package/icons/Search.d.ts +1 -1
- package/icons/Search.js +2 -2
- package/icons/SearchConnections.d.ts +2 -0
- package/icons/SearchConnections.js +6 -0
- package/icons/SearchGlobal.d.ts +2 -0
- package/icons/SearchGlobal.js +6 -0
- package/icons/Segments.d.ts +2 -0
- package/icons/Segments.js +6 -0
- package/icons/SelectedNode.d.ts +2 -0
- package/icons/SelectedNode.js +6 -0
- package/icons/Send.d.ts +2 -0
- package/icons/Send.js +6 -0
- package/icons/Settings.d.ts +1 -1
- package/icons/Settings.js +2 -2
- package/icons/Share.d.ts +1 -1
- package/icons/Share.js +2 -2
- package/icons/ShoppingCart.d.ts +2 -0
- package/icons/ShoppingCart.js +6 -0
- package/icons/ShowGraph.d.ts +2 -0
- package/icons/ShowGraph.js +6 -0
- package/icons/ShowPanel.d.ts +2 -0
- package/icons/ShowPanel.js +6 -0
- package/icons/ShowhideColumns.d.ts +2 -0
- package/icons/ShowhideColumns.js +6 -0
- package/icons/SideNav.d.ts +2 -0
- package/icons/SideNav.js +6 -0
- package/icons/SimpleAttribute.d.ts +2 -0
- package/icons/SimpleAttribute.js +6 -0
- package/icons/Sort.d.ts +1 -1
- package/icons/Sort.js +2 -2
- package/icons/Sorting.d.ts +2 -0
- package/icons/Sorting.js +6 -0
- package/icons/Split.d.ts +2 -0
- package/icons/Split.js +6 -0
- package/icons/Star.d.ts +2 -0
- package/icons/Star.js +6 -0
- package/icons/StarSelected.d.ts +2 -0
- package/icons/StarSelected.js +6 -0
- package/icons/StartDate.d.ts +2 -0
- package/icons/StartDate.js +6 -0
- package/icons/StopJob.d.ts +2 -0
- package/icons/StopJob.js +6 -0
- package/icons/Style.d.ts +2 -0
- package/icons/Style.js +6 -0
- package/icons/Suggest.d.ts +2 -0
- package/icons/Suggest.js +6 -0
- package/icons/Survivorship.d.ts +2 -0
- package/icons/Survivorship.js +6 -0
- package/icons/Sync.d.ts +2 -0
- package/icons/Sync.js +6 -0
- package/icons/TaskList.d.ts +2 -0
- package/icons/TaskList.js +6 -0
- package/icons/ThumbDown.d.ts +2 -0
- package/icons/ThumbDown.js +6 -0
- package/icons/ThumbUp.d.ts +2 -0
- package/icons/ThumbUp.js +6 -0
- package/icons/Today.d.ts +2 -0
- package/icons/Today.js +6 -0
- package/icons/Training.d.ts +2 -0
- package/icons/Training.js +6 -0
- package/icons/TrainingBulb.d.ts +2 -0
- package/icons/TrainingBulb.js +6 -0
- package/icons/TrainingBulbReady.d.ts +2 -0
- package/icons/TrainingBulbReady.js +6 -0
- package/icons/TrainingContinue.d.ts +2 -0
- package/icons/TrainingContinue.js +6 -0
- package/icons/TrainingReady.d.ts +2 -0
- package/icons/TrainingReady.js +6 -0
- package/icons/Transform.d.ts +2 -0
- package/icons/Transform.js +6 -0
- package/icons/Tune.d.ts +2 -0
- package/icons/Tune.js +6 -0
- package/icons/Unmerge.d.ts +2 -0
- package/icons/Unmerge.js +6 -0
- package/icons/Unpublish.d.ts +2 -0
- package/icons/Unpublish.js +6 -0
- package/icons/Unshare.d.ts +2 -0
- package/icons/Unshare.js +6 -0
- package/icons/Up.d.ts +2 -0
- package/icons/Up.js +6 -0
- package/icons/Upload.d.ts +1 -1
- package/icons/Upload.js +2 -2
- package/icons/UsageApp.d.ts +2 -0
- package/icons/UsageApp.js +6 -0
- package/icons/Users.d.ts +2 -0
- package/icons/Users.js +6 -0
- package/icons/VerticalAlign.d.ts +2 -0
- package/icons/VerticalAlign.js +6 -0
- package/icons/ViewCards.d.ts +2 -0
- package/icons/ViewCards.js +6 -0
- package/icons/ViewChart.d.ts +2 -0
- package/icons/ViewChart.js +6 -0
- package/icons/ViewColumn.d.ts +2 -0
- package/icons/ViewColumn.js +6 -0
- package/icons/ViewHierarchy.d.ts +2 -0
- package/icons/ViewHierarchy.js +6 -0
- package/icons/ViewList.d.ts +2 -0
- package/icons/ViewList.js +6 -0
- package/icons/ViewMap.d.ts +2 -0
- package/icons/ViewMap.js +6 -0
- package/icons/ViewTable.d.ts +2 -0
- package/icons/ViewTable.js +6 -0
- package/icons/Visibility.d.ts +1 -1
- package/icons/Visibility.js +2 -2
- package/icons/VisibilityOff.d.ts +1 -1
- package/icons/VisibilityOff.js +2 -2
- package/icons/Warning.d.ts +1 -1
- package/icons/Warning.js +2 -2
- package/icons/Working.d.ts +2 -0
- package/icons/Working.js +6 -0
- package/icons/index.d.ts +189 -2
- package/icons/index.js +377 -3
- package/package.json +2 -8
- package/packages/design/charts.d.ts +1 -0
- package/packages/design/charts.js +1 -0
- package/packages/design/icons.d.ts +1 -0
- package/packages/design/icons.js +1 -0
- package/packages/design/utils.d.ts +1 -0
- package/packages/design/utils.js +1 -0
- package/utils/classNames.d.ts +5 -3
- package/utils/classNames.js +6 -6
- package/utils/index.d.ts +2 -0
- package/utils/index.js +2 -0
- package/utils/types.d.ts +11 -0
- package/utils/types.js +1 -0
- /package/packages/design/{index.d.ts → components.d.ts} +0 -0
- /package/packages/design/{index.js → components.js} +0 -0
package/icons/index.js
CHANGED
|
@@ -1,101 +1,475 @@
|
|
|
1
|
+
import { Accessibility } from "./Accessibility";
|
|
2
|
+
import { AccessTime } from "./AccessTime";
|
|
1
3
|
import { AccountCircle } from "./AccountCircle";
|
|
4
|
+
import { AcessConversations } from "./AcessConversations";
|
|
5
|
+
import { ActionsMenu } from "./ActionsMenu";
|
|
6
|
+
import { ActivateUser } from "./ActivateUser";
|
|
2
7
|
import { Add } from "./Add";
|
|
8
|
+
import { AddChild } from "./AddChild";
|
|
9
|
+
import { AddCircle } from "./AddCircle";
|
|
10
|
+
import { AddParent } from "./AddParent";
|
|
11
|
+
import { AddSibling } from "./AddSibling";
|
|
12
|
+
import { AdvancedProperties } from "./AdvancedProperties";
|
|
13
|
+
import { AdvancedPropertiesClear } from "./AdvancedPropertiesClear";
|
|
14
|
+
import { Analitycal } from "./Analitycal";
|
|
15
|
+
import { ApiMonitor } from "./ApiMonitor";
|
|
16
|
+
import { ApiPerformance } from "./ApiPerformance";
|
|
17
|
+
import { ApiPerformanceStat } from "./ApiPerformanceStat";
|
|
18
|
+
import { Applications } from "./Applications";
|
|
3
19
|
import { ArrowBack } from "./ArrowBack";
|
|
20
|
+
import { ArrowDownward } from "./ArrowDownward";
|
|
4
21
|
import { ArrowDropDown } from "./ArrowDropDown";
|
|
5
22
|
import { ArrowDropUp } from "./ArrowDropUp";
|
|
6
23
|
import { ArrowForward } from "./ArrowForward";
|
|
7
24
|
import { ArrowLeft } from "./ArrowLeft";
|
|
8
25
|
import { ArrowRight } from "./ArrowRight";
|
|
26
|
+
import { ArrowUpward } from "./ArrowUpward";
|
|
9
27
|
import { Attachment } from "./Attachment";
|
|
28
|
+
import { Attribute } from "./Attribute";
|
|
29
|
+
import { Back } from "./Back";
|
|
30
|
+
import { Calendar } from "./Calendar";
|
|
31
|
+
import { CalendarRange } from "./CalendarRange";
|
|
32
|
+
import { CalendarToday } from "./CalendarToday";
|
|
33
|
+
import { Cancel } from "./Cancel";
|
|
10
34
|
import { Chat } from "./Chat";
|
|
11
35
|
import { Check } from "./Check";
|
|
36
|
+
import { Checkbox } from "./Checkbox";
|
|
37
|
+
import { CheckboxFilled } from "./CheckboxFilled";
|
|
38
|
+
import { CheckboxIndeterminate } from "./CheckboxIndeterminate";
|
|
39
|
+
import { CheckboxIndeterminateFilled } from "./CheckboxIndeterminateFilled";
|
|
40
|
+
import { CheckboxOutlined } from "./CheckboxOutlined";
|
|
12
41
|
import { CheckCircle } from "./CheckCircle";
|
|
13
42
|
import { ChevronLeft } from "./ChevronLeft";
|
|
14
43
|
import { ChevronRight } from "./ChevronRight";
|
|
44
|
+
import { Cleansing } from "./Cleansing";
|
|
15
45
|
import { Close } from "./Close";
|
|
16
|
-
import {
|
|
46
|
+
import { Colapse } from "./Colapse";
|
|
47
|
+
import { CollapseDrawer } from "./CollapseDrawer";
|
|
17
48
|
import { Comment } from "./Comment";
|
|
49
|
+
import { Comments } from "./Comments";
|
|
50
|
+
import { ComplexAttribute } from "./ComplexAttribute";
|
|
51
|
+
import { Consolidated } from "./Consolidated";
|
|
18
52
|
import { ContentCopy } from "./ContentCopy";
|
|
19
53
|
import { ContentPaste } from "./ContentPaste";
|
|
54
|
+
import { ControlAttriibute } from "./ControlAttriibute";
|
|
55
|
+
import { Copy } from "./Copy";
|
|
56
|
+
import { CriticalError } from "./CriticalError";
|
|
57
|
+
import { DashboardChart } from "./DashboardChart";
|
|
58
|
+
import { DashboardGlobal } from "./DashboardGlobal";
|
|
59
|
+
import { DataPrep } from "./DataPrep";
|
|
60
|
+
import { DataUpload } from "./DataUpload";
|
|
61
|
+
import { DcrComment } from "./DcrComment";
|
|
62
|
+
import { DeactivateUser } from "./DeactivateUser";
|
|
20
63
|
import { Delete } from "./Delete";
|
|
64
|
+
import { DerivedAttribute } from "./DerivedAttribute";
|
|
21
65
|
import { Description } from "./Description";
|
|
66
|
+
import { DesignServices } from "./DesignServices";
|
|
67
|
+
import { Dev } from "./Dev";
|
|
68
|
+
import { Done } from "./Done";
|
|
69
|
+
import { Down } from "./Down";
|
|
22
70
|
import { Download } from "./Download";
|
|
71
|
+
import { Draft } from "./Draft";
|
|
72
|
+
import { Drag } from "./Drag";
|
|
73
|
+
import { DragHoriz } from "./DragHoriz";
|
|
74
|
+
import { DuplicateGroup } from "./DuplicateGroup";
|
|
75
|
+
import { DuplicateJob } from "./DuplicateJob";
|
|
76
|
+
import { DuplicateRole } from "./DuplicateRole";
|
|
77
|
+
import { Duration } from "./Duration";
|
|
23
78
|
import { Edit } from "./Edit";
|
|
79
|
+
import { EditSchedule } from "./EditSchedule";
|
|
24
80
|
import { Email } from "./Email";
|
|
81
|
+
import { EndDate } from "./EndDate";
|
|
82
|
+
import { EndDateFlag } from "./EndDateFlag";
|
|
83
|
+
import { Error } from "./Error";
|
|
25
84
|
import { ErrorCircle } from "./ErrorCircle";
|
|
85
|
+
import { Event } from "./Event";
|
|
86
|
+
import { Expand } from "./Expand";
|
|
26
87
|
import { ExpandLess } from "./ExpandLess";
|
|
27
88
|
import { ExpandMore } from "./ExpandMore";
|
|
89
|
+
import { Explore } from "./Explore";
|
|
90
|
+
import { Favorite } from "./Favorite";
|
|
91
|
+
import { File } from "./File";
|
|
92
|
+
import { FilterAdd } from "./FilterAdd";
|
|
93
|
+
import { FilterClear } from "./FilterClear";
|
|
28
94
|
import { FilterList } from "./FilterList";
|
|
95
|
+
import { FilterSelect } from "./FilterSelect";
|
|
96
|
+
import { FindMatch } from "./FindMatch";
|
|
97
|
+
import { Flag } from "./Flag";
|
|
29
98
|
import { Folder } from "./Folder";
|
|
99
|
+
import { FolderOpen } from "./FolderOpen";
|
|
100
|
+
import { FolderSelected } from "./FolderSelected";
|
|
101
|
+
import { ForamteListNumbered } from "./ForamteListNumbered";
|
|
102
|
+
import { FormatBold } from "./FormatBold";
|
|
103
|
+
import { FormateListPoints } from "./FormateListPoints";
|
|
104
|
+
import { FormatItalics } from "./FormatItalics";
|
|
105
|
+
import { FormatUnderline } from "./FormatUnderline";
|
|
106
|
+
import { Fullscreen } from "./Fullscreen";
|
|
107
|
+
import { FullscreenExit } from "./FullscreenExit";
|
|
108
|
+
import { Group } from "./Group";
|
|
30
109
|
import { Help } from "./Help";
|
|
110
|
+
import { History } from "./History";
|
|
111
|
+
import { Hyperink } from "./Hyperink";
|
|
112
|
+
import { Indicator } from "./Indicator";
|
|
31
113
|
import { Info } from "./Info";
|
|
114
|
+
import { Inheritance } from "./Inheritance";
|
|
32
115
|
import { KeyboardArrowDown } from "./KeyboardArrowDown";
|
|
116
|
+
import { KeyboardArrowLeft } from "./KeyboardArrowLeft";
|
|
117
|
+
import { KeyboardArrowRight } from "./KeyboardArrowRight";
|
|
33
118
|
import { KeyboardArrowUp } from "./KeyboardArrowUp";
|
|
119
|
+
import { KeyId } from "./KeyId";
|
|
120
|
+
import { Lightbulb } from "./Lightbulb";
|
|
121
|
+
import { Link } from "./Link";
|
|
122
|
+
import { LocationOn } from "./LocationOn";
|
|
123
|
+
import { Lock } from "./Lock";
|
|
124
|
+
import { LockOpen } from "./LockOpen";
|
|
125
|
+
import { Login } from "./Login";
|
|
34
126
|
import { Logout } from "./Logout";
|
|
127
|
+
import { LookupType } from "./LookupType";
|
|
128
|
+
import { LostMerge } from "./LostMerge";
|
|
129
|
+
import { ManageAgent } from "./ManageAgent";
|
|
130
|
+
import { MatchRule } from "./MatchRule";
|
|
35
131
|
import { Menu } from "./Menu";
|
|
132
|
+
import { Merge } from "./Merge";
|
|
133
|
+
import { Mic } from "./Mic";
|
|
134
|
+
import { MlModel } from "./MlModel";
|
|
135
|
+
import { MoreHoriz } from "./MoreHoriz";
|
|
136
|
+
import { MoreVert } from "./MoreVert";
|
|
137
|
+
import { Move } from "./Move";
|
|
138
|
+
import { NestedAttribute } from "./NestedAttribute";
|
|
139
|
+
import { NetworkNode } from "./NetworkNode";
|
|
140
|
+
import { Next } from "./Next";
|
|
141
|
+
import { NotAMatch } from "./NotAMatch";
|
|
142
|
+
import { NotificationManagement } from "./NotificationManagement";
|
|
36
143
|
import { Notifications } from "./Notifications";
|
|
144
|
+
import { NotificationsActive } from "./NotificationsActive";
|
|
145
|
+
import { NotMatched } from "./NotMatched";
|
|
146
|
+
import { NotMatchesSet } from "./NotMatchesSet";
|
|
147
|
+
import { OpenDrawer } from "./OpenDrawer";
|
|
148
|
+
import { OvMarker } from "./OvMarker";
|
|
149
|
+
import { PasswordExpired } from "./PasswordExpired";
|
|
150
|
+
import { Pause } from "./Pause";
|
|
37
151
|
import { People } from "./People";
|
|
152
|
+
import { PermIdentity } from "./PermIdentity";
|
|
38
153
|
import { Person } from "./Person";
|
|
154
|
+
import { Pin } from "./Pin";
|
|
155
|
+
import { Play } from "./Play";
|
|
156
|
+
import { Poll } from "./Poll";
|
|
157
|
+
import { PotentialMatches } from "./PotentialMatches";
|
|
158
|
+
import { Profile } from "./Profile";
|
|
159
|
+
import { Profiles } from "./Profiles";
|
|
160
|
+
import { QueryBuilder } from "./QueryBuilder";
|
|
161
|
+
import { RadioChecked } from "./RadioChecked";
|
|
162
|
+
import { RadioUnchecked } from "./RadioUnchecked";
|
|
163
|
+
import { Recommend } from "./Recommend";
|
|
164
|
+
import { Recommended } from "./Recommended";
|
|
165
|
+
import { ReferenceProfile } from "./ReferenceProfile";
|
|
39
166
|
import { Refresh } from "./Refresh";
|
|
167
|
+
import { RefreshDate } from "./RefreshDate";
|
|
168
|
+
import { RelationsView } from "./RelationsView";
|
|
40
169
|
import { Remove } from "./Remove";
|
|
170
|
+
import { RemoveCircle } from "./RemoveCircle";
|
|
171
|
+
import { Replay } from "./Replay";
|
|
172
|
+
import { Required } from "./Required";
|
|
173
|
+
import { RequiredOff } from "./RequiredOff";
|
|
174
|
+
import { Reset } from "./Reset";
|
|
175
|
+
import { ResetPassword } from "./ResetPassword";
|
|
176
|
+
import { ResizeFacetSize } from "./ResizeFacetSize";
|
|
177
|
+
import { Resume } from "./Resume";
|
|
178
|
+
import { Review } from "./Review";
|
|
179
|
+
import { Roles } from "./Roles";
|
|
41
180
|
import { Save } from "./Save";
|
|
181
|
+
import { Scope } from "./Scope";
|
|
42
182
|
import { Search } from "./Search";
|
|
183
|
+
import { SearchConnections } from "./SearchConnections";
|
|
184
|
+
import { SearchGlobal } from "./SearchGlobal";
|
|
185
|
+
import { Segments } from "./Segments";
|
|
186
|
+
import { SelectedNode } from "./SelectedNode";
|
|
187
|
+
import { Send } from "./Send";
|
|
43
188
|
import { Settings } from "./Settings";
|
|
44
189
|
import { Share } from "./Share";
|
|
190
|
+
import { ShoppingCart } from "./ShoppingCart";
|
|
191
|
+
import { ShowGraph } from "./ShowGraph";
|
|
192
|
+
import { ShowhideColumns } from "./ShowhideColumns";
|
|
193
|
+
import { ShowPanel } from "./ShowPanel";
|
|
194
|
+
import { SideNav } from "./SideNav";
|
|
195
|
+
import { SimpleAttribute } from "./SimpleAttribute";
|
|
45
196
|
import { Sort } from "./Sort";
|
|
197
|
+
import { Sorting } from "./Sorting";
|
|
198
|
+
import { Split } from "./Split";
|
|
199
|
+
import { Star } from "./Star";
|
|
200
|
+
import { StarSelected } from "./StarSelected";
|
|
201
|
+
import { StartDate } from "./StartDate";
|
|
202
|
+
import { StopJob } from "./StopJob";
|
|
203
|
+
import { Style } from "./Style";
|
|
204
|
+
import { Suggest } from "./Suggest";
|
|
205
|
+
import { Survivorship } from "./Survivorship";
|
|
206
|
+
import { Sync } from "./Sync";
|
|
207
|
+
import { TaskList } from "./TaskList";
|
|
208
|
+
import { ThumbDown } from "./ThumbDown";
|
|
209
|
+
import { ThumbUp } from "./ThumbUp";
|
|
210
|
+
import { Today } from "./Today";
|
|
211
|
+
import { Training } from "./Training";
|
|
212
|
+
import { TrainingBulb } from "./TrainingBulb";
|
|
213
|
+
import { TrainingBulbReady } from "./TrainingBulbReady";
|
|
214
|
+
import { TrainingContinue } from "./TrainingContinue";
|
|
215
|
+
import { TrainingReady } from "./TrainingReady";
|
|
216
|
+
import { Transform } from "./Transform";
|
|
217
|
+
import { Tune } from "./Tune";
|
|
218
|
+
import { Unmerge } from "./Unmerge";
|
|
219
|
+
import { Unpublish } from "./Unpublish";
|
|
220
|
+
import { Unshare } from "./Unshare";
|
|
221
|
+
import { Up } from "./Up";
|
|
46
222
|
import { Upload } from "./Upload";
|
|
223
|
+
import { UsageApp } from "./UsageApp";
|
|
224
|
+
import { Users } from "./Users";
|
|
225
|
+
import { VerticalAlign } from "./VerticalAlign";
|
|
226
|
+
import { ViewCards } from "./ViewCards";
|
|
227
|
+
import { ViewChart } from "./ViewChart";
|
|
228
|
+
import { ViewColumn } from "./ViewColumn";
|
|
229
|
+
import { ViewHierarchy } from "./ViewHierarchy";
|
|
230
|
+
import { ViewList } from "./ViewList";
|
|
231
|
+
import { ViewMap } from "./ViewMap";
|
|
232
|
+
import { ViewTable } from "./ViewTable";
|
|
47
233
|
import { Visibility } from "./Visibility";
|
|
48
234
|
import { VisibilityOff } from "./VisibilityOff";
|
|
49
235
|
import { Warning } from "./Warning";
|
|
50
|
-
|
|
236
|
+
import { Working } from "./Working";
|
|
237
|
+
export { Accessibility, AccessTime, AccountCircle, AcessConversations, ActionsMenu, ActivateUser, Add, AddChild, AddCircle, AddParent, AddSibling, AdvancedProperties, AdvancedPropertiesClear, Analitycal, ApiMonitor, ApiPerformance, ApiPerformanceStat, Applications, ArrowBack, ArrowDownward, ArrowDropDown, ArrowDropUp, ArrowForward, ArrowLeft, ArrowRight, ArrowUpward, Attachment, Attribute, Back, Calendar, CalendarRange, CalendarToday, Cancel, Chat, Check, Checkbox, CheckboxFilled, CheckboxIndeterminate, CheckboxIndeterminateFilled, CheckboxOutlined, CheckCircle, ChevronLeft, ChevronRight, Cleansing, Close, Colapse, CollapseDrawer, Comment, Comments, ComplexAttribute, Consolidated, ContentCopy, ContentPaste, ControlAttriibute, Copy, CriticalError, DashboardChart, DashboardGlobal, DataPrep, DataUpload, DcrComment, DeactivateUser, Delete, DerivedAttribute, Description, DesignServices, Dev, Done, Down, Download, Draft, Drag, DragHoriz, DuplicateGroup, DuplicateJob, DuplicateRole, Duration, Edit, EditSchedule, Email, EndDate, EndDateFlag, Error, ErrorCircle, Event, Expand, ExpandLess, ExpandMore, Explore, Favorite, File, FilterAdd, FilterClear, FilterList, FilterSelect, FindMatch, Flag, Folder, FolderOpen, FolderSelected, ForamteListNumbered, FormatBold, FormateListPoints, FormatItalics, FormatUnderline, Fullscreen, FullscreenExit, Group, Help, History, Hyperink, Indicator, Info, Inheritance, KeyboardArrowDown, KeyboardArrowLeft, KeyboardArrowRight, KeyboardArrowUp, KeyId, Lightbulb, Link, LocationOn, Lock, LockOpen, Login, Logout, LookupType, LostMerge, ManageAgent, MatchRule, Menu, Merge, Mic, MlModel, MoreHoriz, MoreVert, Move, NestedAttribute, NetworkNode, Next, NotAMatch, NotificationManagement, Notifications, NotificationsActive, NotMatched, NotMatchesSet, OpenDrawer, OvMarker, PasswordExpired, Pause, People, PermIdentity, Person, Pin, Play, Poll, PotentialMatches, Profile, Profiles, QueryBuilder, RadioChecked, RadioUnchecked, Recommend, Recommended, ReferenceProfile, Refresh, RefreshDate, RelationsView, Remove, RemoveCircle, Replay, Required, RequiredOff, Reset, ResetPassword, ResizeFacetSize, Resume, Review, Roles, Save, Scope, Search, SearchConnections, SearchGlobal, Segments, SelectedNode, Send, Settings, Share, ShoppingCart, ShowGraph, ShowhideColumns, ShowPanel, SideNav, SimpleAttribute, Sort, Sorting, Split, Star, StarSelected, StartDate, StopJob, Style, Suggest, Survivorship, Sync, TaskList, ThumbDown, ThumbUp, Today, Training, TrainingBulb, TrainingBulbReady, TrainingContinue, TrainingReady, Transform, Tune, Unmerge, Unpublish, Unshare, Up, Upload, UsageApp, Users, VerticalAlign, ViewCards, ViewChart, ViewColumn, ViewHierarchy, ViewList, ViewMap, ViewTable, Visibility, VisibilityOff, Warning, Working, };
|
|
51
238
|
export const iconMap = {
|
|
239
|
+
Accessibility: Accessibility,
|
|
240
|
+
AccessTime: AccessTime,
|
|
52
241
|
AccountCircle: AccountCircle,
|
|
242
|
+
AcessConversations: AcessConversations,
|
|
243
|
+
ActionsMenu: ActionsMenu,
|
|
244
|
+
ActivateUser: ActivateUser,
|
|
53
245
|
Add: Add,
|
|
246
|
+
AddChild: AddChild,
|
|
247
|
+
AddCircle: AddCircle,
|
|
248
|
+
AddParent: AddParent,
|
|
249
|
+
AddSibling: AddSibling,
|
|
250
|
+
AdvancedProperties: AdvancedProperties,
|
|
251
|
+
AdvancedPropertiesClear: AdvancedPropertiesClear,
|
|
252
|
+
Analitycal: Analitycal,
|
|
253
|
+
ApiMonitor: ApiMonitor,
|
|
254
|
+
ApiPerformance: ApiPerformance,
|
|
255
|
+
ApiPerformanceStat: ApiPerformanceStat,
|
|
256
|
+
Applications: Applications,
|
|
54
257
|
ArrowBack: ArrowBack,
|
|
258
|
+
ArrowDownward: ArrowDownward,
|
|
55
259
|
ArrowDropDown: ArrowDropDown,
|
|
56
260
|
ArrowDropUp: ArrowDropUp,
|
|
57
261
|
ArrowForward: ArrowForward,
|
|
58
262
|
ArrowLeft: ArrowLeft,
|
|
59
263
|
ArrowRight: ArrowRight,
|
|
264
|
+
ArrowUpward: ArrowUpward,
|
|
60
265
|
Attachment: Attachment,
|
|
266
|
+
Attribute: Attribute,
|
|
267
|
+
Back: Back,
|
|
268
|
+
Calendar: Calendar,
|
|
269
|
+
CalendarRange: CalendarRange,
|
|
270
|
+
CalendarToday: CalendarToday,
|
|
271
|
+
Cancel: Cancel,
|
|
61
272
|
Chat: Chat,
|
|
62
273
|
Check: Check,
|
|
274
|
+
Checkbox: Checkbox,
|
|
275
|
+
CheckboxFilled: CheckboxFilled,
|
|
276
|
+
CheckboxIndeterminate: CheckboxIndeterminate,
|
|
277
|
+
CheckboxIndeterminateFilled: CheckboxIndeterminateFilled,
|
|
278
|
+
CheckboxOutlined: CheckboxOutlined,
|
|
63
279
|
CheckCircle: CheckCircle,
|
|
64
280
|
ChevronLeft: ChevronLeft,
|
|
65
281
|
ChevronRight: ChevronRight,
|
|
282
|
+
Cleansing: Cleansing,
|
|
66
283
|
Close: Close,
|
|
67
|
-
|
|
284
|
+
Colapse: Colapse,
|
|
285
|
+
CollapseDrawer: CollapseDrawer,
|
|
68
286
|
Comment: Comment,
|
|
287
|
+
Comments: Comments,
|
|
288
|
+
ComplexAttribute: ComplexAttribute,
|
|
289
|
+
Consolidated: Consolidated,
|
|
69
290
|
ContentCopy: ContentCopy,
|
|
70
291
|
ContentPaste: ContentPaste,
|
|
292
|
+
ControlAttriibute: ControlAttriibute,
|
|
293
|
+
Copy: Copy,
|
|
294
|
+
CriticalError: CriticalError,
|
|
295
|
+
DashboardChart: DashboardChart,
|
|
296
|
+
DashboardGlobal: DashboardGlobal,
|
|
297
|
+
DataPrep: DataPrep,
|
|
298
|
+
DataUpload: DataUpload,
|
|
299
|
+
DcrComment: DcrComment,
|
|
300
|
+
DeactivateUser: DeactivateUser,
|
|
71
301
|
Delete: Delete,
|
|
302
|
+
DerivedAttribute: DerivedAttribute,
|
|
72
303
|
Description: Description,
|
|
304
|
+
DesignServices: DesignServices,
|
|
305
|
+
Dev: Dev,
|
|
306
|
+
Done: Done,
|
|
307
|
+
Down: Down,
|
|
73
308
|
Download: Download,
|
|
309
|
+
Draft: Draft,
|
|
310
|
+
Drag: Drag,
|
|
311
|
+
DragHoriz: DragHoriz,
|
|
312
|
+
DuplicateGroup: DuplicateGroup,
|
|
313
|
+
DuplicateJob: DuplicateJob,
|
|
314
|
+
DuplicateRole: DuplicateRole,
|
|
315
|
+
Duration: Duration,
|
|
74
316
|
Edit: Edit,
|
|
317
|
+
EditSchedule: EditSchedule,
|
|
75
318
|
Email: Email,
|
|
319
|
+
EndDate: EndDate,
|
|
320
|
+
EndDateFlag: EndDateFlag,
|
|
321
|
+
Error: Error,
|
|
76
322
|
ErrorCircle: ErrorCircle,
|
|
323
|
+
Event: Event,
|
|
324
|
+
Expand: Expand,
|
|
77
325
|
ExpandLess: ExpandLess,
|
|
78
326
|
ExpandMore: ExpandMore,
|
|
327
|
+
Explore: Explore,
|
|
328
|
+
Favorite: Favorite,
|
|
329
|
+
File: File,
|
|
330
|
+
FilterAdd: FilterAdd,
|
|
331
|
+
FilterClear: FilterClear,
|
|
79
332
|
FilterList: FilterList,
|
|
333
|
+
FilterSelect: FilterSelect,
|
|
334
|
+
FindMatch: FindMatch,
|
|
335
|
+
Flag: Flag,
|
|
80
336
|
Folder: Folder,
|
|
337
|
+
FolderOpen: FolderOpen,
|
|
338
|
+
FolderSelected: FolderSelected,
|
|
339
|
+
ForamteListNumbered: ForamteListNumbered,
|
|
340
|
+
FormatBold: FormatBold,
|
|
341
|
+
FormateListPoints: FormateListPoints,
|
|
342
|
+
FormatItalics: FormatItalics,
|
|
343
|
+
FormatUnderline: FormatUnderline,
|
|
344
|
+
Fullscreen: Fullscreen,
|
|
345
|
+
FullscreenExit: FullscreenExit,
|
|
346
|
+
Group: Group,
|
|
81
347
|
Help: Help,
|
|
348
|
+
History: History,
|
|
349
|
+
Hyperink: Hyperink,
|
|
350
|
+
Indicator: Indicator,
|
|
82
351
|
Info: Info,
|
|
352
|
+
Inheritance: Inheritance,
|
|
83
353
|
KeyboardArrowDown: KeyboardArrowDown,
|
|
354
|
+
KeyboardArrowLeft: KeyboardArrowLeft,
|
|
355
|
+
KeyboardArrowRight: KeyboardArrowRight,
|
|
84
356
|
KeyboardArrowUp: KeyboardArrowUp,
|
|
357
|
+
KeyId: KeyId,
|
|
358
|
+
Lightbulb: Lightbulb,
|
|
359
|
+
Link: Link,
|
|
360
|
+
LocationOn: LocationOn,
|
|
361
|
+
Lock: Lock,
|
|
362
|
+
LockOpen: LockOpen,
|
|
363
|
+
Login: Login,
|
|
85
364
|
Logout: Logout,
|
|
365
|
+
LookupType: LookupType,
|
|
366
|
+
LostMerge: LostMerge,
|
|
367
|
+
ManageAgent: ManageAgent,
|
|
368
|
+
MatchRule: MatchRule,
|
|
86
369
|
Menu: Menu,
|
|
370
|
+
Merge: Merge,
|
|
371
|
+
Mic: Mic,
|
|
372
|
+
MlModel: MlModel,
|
|
373
|
+
MoreHoriz: MoreHoriz,
|
|
374
|
+
MoreVert: MoreVert,
|
|
375
|
+
Move: Move,
|
|
376
|
+
NestedAttribute: NestedAttribute,
|
|
377
|
+
NetworkNode: NetworkNode,
|
|
378
|
+
Next: Next,
|
|
379
|
+
NotAMatch: NotAMatch,
|
|
380
|
+
NotificationManagement: NotificationManagement,
|
|
87
381
|
Notifications: Notifications,
|
|
382
|
+
NotificationsActive: NotificationsActive,
|
|
383
|
+
NotMatched: NotMatched,
|
|
384
|
+
NotMatchesSet: NotMatchesSet,
|
|
385
|
+
OpenDrawer: OpenDrawer,
|
|
386
|
+
OvMarker: OvMarker,
|
|
387
|
+
PasswordExpired: PasswordExpired,
|
|
388
|
+
Pause: Pause,
|
|
88
389
|
People: People,
|
|
390
|
+
PermIdentity: PermIdentity,
|
|
89
391
|
Person: Person,
|
|
392
|
+
Pin: Pin,
|
|
393
|
+
Play: Play,
|
|
394
|
+
Poll: Poll,
|
|
395
|
+
PotentialMatches: PotentialMatches,
|
|
396
|
+
Profile: Profile,
|
|
397
|
+
Profiles: Profiles,
|
|
398
|
+
QueryBuilder: QueryBuilder,
|
|
399
|
+
RadioChecked: RadioChecked,
|
|
400
|
+
RadioUnchecked: RadioUnchecked,
|
|
401
|
+
Recommend: Recommend,
|
|
402
|
+
Recommended: Recommended,
|
|
403
|
+
ReferenceProfile: ReferenceProfile,
|
|
90
404
|
Refresh: Refresh,
|
|
405
|
+
RefreshDate: RefreshDate,
|
|
406
|
+
RelationsView: RelationsView,
|
|
91
407
|
Remove: Remove,
|
|
408
|
+
RemoveCircle: RemoveCircle,
|
|
409
|
+
Replay: Replay,
|
|
410
|
+
Required: Required,
|
|
411
|
+
RequiredOff: RequiredOff,
|
|
412
|
+
Reset: Reset,
|
|
413
|
+
ResetPassword: ResetPassword,
|
|
414
|
+
ResizeFacetSize: ResizeFacetSize,
|
|
415
|
+
Resume: Resume,
|
|
416
|
+
Review: Review,
|
|
417
|
+
Roles: Roles,
|
|
92
418
|
Save: Save,
|
|
419
|
+
Scope: Scope,
|
|
93
420
|
Search: Search,
|
|
421
|
+
SearchConnections: SearchConnections,
|
|
422
|
+
SearchGlobal: SearchGlobal,
|
|
423
|
+
Segments: Segments,
|
|
424
|
+
SelectedNode: SelectedNode,
|
|
425
|
+
Send: Send,
|
|
94
426
|
Settings: Settings,
|
|
95
427
|
Share: Share,
|
|
428
|
+
ShoppingCart: ShoppingCart,
|
|
429
|
+
ShowGraph: ShowGraph,
|
|
430
|
+
ShowhideColumns: ShowhideColumns,
|
|
431
|
+
ShowPanel: ShowPanel,
|
|
432
|
+
SideNav: SideNav,
|
|
433
|
+
SimpleAttribute: SimpleAttribute,
|
|
96
434
|
Sort: Sort,
|
|
435
|
+
Sorting: Sorting,
|
|
436
|
+
Split: Split,
|
|
437
|
+
Star: Star,
|
|
438
|
+
StarSelected: StarSelected,
|
|
439
|
+
StartDate: StartDate,
|
|
440
|
+
StopJob: StopJob,
|
|
441
|
+
Style: Style,
|
|
442
|
+
Suggest: Suggest,
|
|
443
|
+
Survivorship: Survivorship,
|
|
444
|
+
Sync: Sync,
|
|
445
|
+
TaskList: TaskList,
|
|
446
|
+
ThumbDown: ThumbDown,
|
|
447
|
+
ThumbUp: ThumbUp,
|
|
448
|
+
Today: Today,
|
|
449
|
+
Training: Training,
|
|
450
|
+
TrainingBulb: TrainingBulb,
|
|
451
|
+
TrainingBulbReady: TrainingBulbReady,
|
|
452
|
+
TrainingContinue: TrainingContinue,
|
|
453
|
+
TrainingReady: TrainingReady,
|
|
454
|
+
Transform: Transform,
|
|
455
|
+
Tune: Tune,
|
|
456
|
+
Unmerge: Unmerge,
|
|
457
|
+
Unpublish: Unpublish,
|
|
458
|
+
Unshare: Unshare,
|
|
459
|
+
Up: Up,
|
|
97
460
|
Upload: Upload,
|
|
461
|
+
UsageApp: UsageApp,
|
|
462
|
+
Users: Users,
|
|
463
|
+
VerticalAlign: VerticalAlign,
|
|
464
|
+
ViewCards: ViewCards,
|
|
465
|
+
ViewChart: ViewChart,
|
|
466
|
+
ViewColumn: ViewColumn,
|
|
467
|
+
ViewHierarchy: ViewHierarchy,
|
|
468
|
+
ViewList: ViewList,
|
|
469
|
+
ViewMap: ViewMap,
|
|
470
|
+
ViewTable: ViewTable,
|
|
98
471
|
Visibility: Visibility,
|
|
99
472
|
VisibilityOff: VisibilityOff,
|
|
100
473
|
Warning: Warning,
|
|
474
|
+
Working: Working,
|
|
101
475
|
};
|
package/package.json
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@reltio/design",
|
|
3
|
-
"version": "0.
|
|
4
|
-
"main": "packages/design/index.js",
|
|
3
|
+
"version": "0.2.1",
|
|
5
4
|
"description": "Reltio Design Platform",
|
|
6
5
|
"peerDependencies": {
|
|
7
6
|
"react": ">=17 <20",
|
|
@@ -13,15 +12,10 @@
|
|
|
13
12
|
"markdown-to-jsx": "^9.7.3"
|
|
14
13
|
},
|
|
15
14
|
"scripts": {
|
|
16
|
-
"build": "
|
|
15
|
+
"build": "tsc && tsc-alias",
|
|
17
16
|
"postbuild": "cp package.json dist/ && cp README.md dist/"
|
|
18
17
|
},
|
|
19
18
|
"devDependencies": {
|
|
20
|
-
"@types/react": "^17",
|
|
21
|
-
"@types/react-dom": "^17",
|
|
22
|
-
"glob": "^11.0.0",
|
|
23
|
-
"postcss": "^8.4.49",
|
|
24
|
-
"postcss-modules": "^6.0.1",
|
|
25
19
|
"tsc-alias": "^1.8.10",
|
|
26
20
|
"typescript": "^5.7.2"
|
|
27
21
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../../charts";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../../charts";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../../icons";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../../icons";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../../utils";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../../utils";
|
package/utils/classNames.d.ts
CHANGED
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Combines CSS class names into a single string
|
|
2
|
+
* Combines CSS class names into a single string.
|
|
3
3
|
* Filters out falsy values and ensures unique class names.
|
|
4
|
-
* For
|
|
4
|
+
* For hashed CSS Module classes (containing '__'), automatically adds
|
|
5
|
+
* a stable prefixed class for external customization.
|
|
5
6
|
*
|
|
6
7
|
* @example
|
|
7
|
-
* classNames('
|
|
8
|
+
* classNames('Tabs_tab__x1y2z') // returns 'reltio_Tabs_tab Tabs_tab__x1y2z'
|
|
9
|
+
* classNames('Tabs_tab__x1y2z', false, 'Tabs_active__a3b4c') // returns 'reltio_Tabs_tab Tabs_tab__x1y2z reltio_Tabs_active Tabs_active__a3b4c'
|
|
8
10
|
*
|
|
9
11
|
* @param cssClasses - Array of CSS class names (strings) or falsy values
|
|
10
12
|
* @returns space-separated string of unique CSS class names
|
package/utils/classNames.js
CHANGED
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Combines CSS class names into a single string
|
|
2
|
+
* Combines CSS class names into a single string.
|
|
3
3
|
* Filters out falsy values and ensures unique class names.
|
|
4
|
-
* For
|
|
4
|
+
* For hashed CSS Module classes (containing '__'), automatically adds
|
|
5
|
+
* a stable prefixed class for external customization.
|
|
5
6
|
*
|
|
6
7
|
* @example
|
|
7
|
-
* classNames('
|
|
8
|
+
* classNames('Tabs_tab__x1y2z') // returns 'reltio_Tabs_tab Tabs_tab__x1y2z'
|
|
9
|
+
* classNames('Tabs_tab__x1y2z', false, 'Tabs_active__a3b4c') // returns 'reltio_Tabs_tab Tabs_tab__x1y2z reltio_Tabs_active Tabs_active__a3b4c'
|
|
8
10
|
*
|
|
9
11
|
* @param cssClasses - Array of CSS class names (strings) or falsy values
|
|
10
12
|
* @returns space-separated string of unique CSS class names
|
|
@@ -14,12 +16,10 @@ export const classNames = (...cssClasses) => {
|
|
|
14
16
|
cssClasses.forEach((cssClass) => {
|
|
15
17
|
if (!cssClass)
|
|
16
18
|
return;
|
|
17
|
-
// Add the class itself
|
|
18
19
|
uniqueClasses.add(cssClass);
|
|
19
|
-
// If class contains a suffix (__), add the base class
|
|
20
20
|
const baseClass = cssClass.split("__")[0];
|
|
21
21
|
if (baseClass && baseClass !== cssClass) {
|
|
22
|
-
uniqueClasses.add(baseClass);
|
|
22
|
+
uniqueClasses.add(`reltio_${baseClass}`);
|
|
23
23
|
}
|
|
24
24
|
});
|
|
25
25
|
return Array.from(uniqueClasses).join(" ");
|
package/utils/index.d.ts
ADDED
package/utils/index.js
ADDED
package/utils/types.d.ts
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type React from "react";
|
|
2
|
+
/**
|
|
3
|
+
* Combines custom component props with native HTML element props.
|
|
4
|
+
* Automatically omits native props that overlap with custom ones,
|
|
5
|
+
* so custom declarations always take precedence.
|
|
6
|
+
*
|
|
7
|
+
* @example
|
|
8
|
+
* type DetailsProps = HtmlProps<"details", { open?: boolean }>;
|
|
9
|
+
* type ChipProps = HtmlProps<"button", { onClick?: () => void }>;
|
|
10
|
+
*/
|
|
11
|
+
export type HtmlProps<Tag extends keyof React.JSX.IntrinsicElements, CustomProps extends Record<string, unknown>> = CustomProps & Omit<React.ComponentPropsWithoutRef<Tag>, keyof CustomProps>;
|
package/utils/types.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
File without changes
|
|
File without changes
|