@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
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./Popover";
|
|
@@ -4,4 +4,4 @@ import type { SkeletonProps } from "./Skeleton.types";
|
|
|
4
4
|
* (moving gradient) animation. Used as a loading placeholder to reserve space
|
|
5
5
|
* and indicate that content is loading. Full width by default.
|
|
6
6
|
*/
|
|
7
|
-
export declare const Skeleton: ({ rows, className, ...rest }: SkeletonProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export declare const Skeleton: ({ rows, size, className, style, ...rest }: SkeletonProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -8,9 +8,10 @@ const DEFAULT_ROWS = 3;
|
|
|
8
8
|
* (moving gradient) animation. Used as a loading placeholder to reserve space
|
|
9
9
|
* and indicate that content is loading. Full width by default.
|
|
10
10
|
*/
|
|
11
|
-
export const Skeleton = ({ rows = DEFAULT_ROWS, className, ...rest }) => {
|
|
11
|
+
export const Skeleton = ({ rows = DEFAULT_ROWS, size, className, style, ...rest }) => {
|
|
12
12
|
const rowCount = Math.max(1, Math.floor(Number(rows)) || DEFAULT_ROWS);
|
|
13
|
+
const rowStyle = size ? { height: size } : undefined;
|
|
13
14
|
return (
|
|
14
15
|
// biome-ignore lint/a11y/useSemanticElements: status role is correct for loading placeholder; output is for calculation results
|
|
15
|
-
_jsx("div", { className: classNames(styles.skeletonRoot, className), "aria-busy": "true", "aria-label": DEFAULT_LABEL, role: "status", ...rest, children: Array.from({ length: rowCount }, (_, i) => (_jsx("div", { className: styles.row, "aria-hidden": "true" }, i))) }));
|
|
16
|
+
_jsx("div", { className: classNames(styles.skeletonRoot, className), "aria-busy": "true", "aria-label": DEFAULT_LABEL, role: "status", style: style, ...rest, children: Array.from({ length: rowCount }, (_, i) => (_jsx("div", { className: classNames(styles.row), style: rowStyle, "aria-hidden": "true" }, i))) }));
|
|
16
17
|
};
|
|
@@ -1,46 +1,44 @@
|
|
|
1
1
|
import styleInject from 'style-inject';
|
|
2
2
|
import json from './Skeleton.module.css.json';
|
|
3
3
|
styleInject(`
|
|
4
|
-
.
|
|
5
|
-
--reltio-skeleton-row-height: 16px;
|
|
6
|
-
--reltio-skeleton-row-gap: 12px;
|
|
4
|
+
.Skeleton_skeletonRoot__L29wd {
|
|
7
5
|
width: 100%;
|
|
8
6
|
display: flex;
|
|
9
7
|
flex-direction: column;
|
|
10
|
-
gap:
|
|
8
|
+
gap: 12px;
|
|
11
9
|
}
|
|
12
10
|
|
|
13
|
-
.
|
|
11
|
+
.Skeleton_row__L29wd {
|
|
14
12
|
width: 100%;
|
|
15
|
-
height:
|
|
16
|
-
background-color:
|
|
13
|
+
height: 16px;
|
|
14
|
+
background-color: var(--reltio-color-surface-2);
|
|
17
15
|
overflow: hidden;
|
|
18
16
|
position: relative;
|
|
19
17
|
}
|
|
20
18
|
|
|
21
|
-
.
|
|
19
|
+
.Skeleton_row__L29wd::before {
|
|
22
20
|
content: "";
|
|
23
21
|
position: absolute;
|
|
24
22
|
top: 0;
|
|
25
23
|
left: 0;
|
|
26
24
|
bottom: 0;
|
|
27
|
-
background-color:
|
|
28
|
-
animation:
|
|
25
|
+
background-color: var(--reltio-color-bg-transparent-1);
|
|
26
|
+
animation: Skeleton_indeterminate1__L29wd 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395)
|
|
29
27
|
infinite;
|
|
30
28
|
}
|
|
31
29
|
|
|
32
|
-
.
|
|
30
|
+
.Skeleton_row__L29wd::after {
|
|
33
31
|
content: "";
|
|
34
32
|
position: absolute;
|
|
35
33
|
top: 0;
|
|
36
34
|
left: 0;
|
|
37
35
|
bottom: 0;
|
|
38
|
-
background-color:
|
|
39
|
-
animation:
|
|
36
|
+
background-color: var(--reltio-color-bg-transparent-1);
|
|
37
|
+
animation: Skeleton_indeterminate2__L29wd 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
|
|
40
38
|
animation-delay: 1.15s;
|
|
41
39
|
}
|
|
42
40
|
|
|
43
|
-
@keyframes
|
|
41
|
+
@keyframes Skeleton_indeterminate1__L29wd {
|
|
44
42
|
0% {
|
|
45
43
|
left: -35%;
|
|
46
44
|
right: 100%;
|
|
@@ -55,7 +53,7 @@ styleInject(`
|
|
|
55
53
|
}
|
|
56
54
|
}
|
|
57
55
|
|
|
58
|
-
@keyframes
|
|
56
|
+
@keyframes Skeleton_indeterminate2__L29wd {
|
|
59
57
|
0% {
|
|
60
58
|
left: -200%;
|
|
61
59
|
right: 100%;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{ "skeletonRoot": "
|
|
1
|
+
{ "skeletonRoot": "Skeleton_skeletonRoot__L29wd", "row": "Skeleton_row__L29wd", "indeterminate1": "Skeleton_indeterminate1__L29wd", "indeterminate2": "Skeleton_indeterminate2__L29wd" }
|
|
@@ -1,31 +1,13 @@
|
|
|
1
|
-
import type
|
|
1
|
+
import type { HtmlProps } from "../../utils/types";
|
|
2
2
|
/**
|
|
3
3
|
* Props for the Skeleton component
|
|
4
4
|
*/
|
|
5
|
-
export type SkeletonProps = {
|
|
5
|
+
export type SkeletonProps = Omit<HtmlProps<"div", {
|
|
6
6
|
/**
|
|
7
7
|
* Number of rectangular placeholder bars to display
|
|
8
8
|
* @default 3
|
|
9
9
|
*/
|
|
10
10
|
rows?: number;
|
|
11
|
-
/**
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
*/
|
|
15
|
-
size?: number;
|
|
16
|
-
/**
|
|
17
|
-
* Accessible label for screen readers. When not provided, a default label is used.
|
|
18
|
-
*/
|
|
19
|
-
label?: string;
|
|
20
|
-
/**
|
|
21
|
-
* Additional CSS class names
|
|
22
|
-
*/
|
|
23
|
-
className?: string;
|
|
24
|
-
/**
|
|
25
|
-
* Inline styles (e.g. for CSS variable overrides)
|
|
26
|
-
*/
|
|
27
|
-
style?: React.CSSProperties & {
|
|
28
|
-
"--reltio-skeleton-row-height"?: string;
|
|
29
|
-
"--reltio-skeleton-row-gap"?: string;
|
|
30
|
-
};
|
|
31
|
-
} & Omit<React.ComponentPropsWithoutRef<"div">, "children" | "className" | "style">;
|
|
11
|
+
/** Height of each row bar (e.g. "16px", "1rem", "2em"). Defaults to 16px. */
|
|
12
|
+
size?: string;
|
|
13
|
+
}>, "children">;
|
|
@@ -1,24 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
supportingText?: string;
|
|
5
|
-
toolbar?: import("react").ReactNode;
|
|
6
|
-
style?: import("react").CSSProperties & {
|
|
7
|
-
"--reltio-textarea-font-family": string;
|
|
8
|
-
"--reltio-textarea-font-size": string;
|
|
9
|
-
"--reltio-textarea-line-height": string;
|
|
10
|
-
"--reltio-textarea-color-text": string;
|
|
11
|
-
"--reltio-textarea-color-border": string;
|
|
12
|
-
"--reltio-textarea-color-border-focus": string;
|
|
13
|
-
"--reltio-textarea-color-background": string;
|
|
14
|
-
"--reltio-textarea-color-error": string;
|
|
15
|
-
"--reltio-textarea-color-label": string;
|
|
16
|
-
"--reltio-textarea-color-supporting-text": string;
|
|
17
|
-
"--reltio-textarea-border-radius": string;
|
|
18
|
-
"--reltio-textarea-padding": string;
|
|
19
|
-
"--reltio-textarea-min-height": string;
|
|
20
|
-
"--reltio-textarea-max-height": string;
|
|
21
|
-
"--reltio-textarea-border-width": string;
|
|
22
|
-
"--reltio-textarea-border-width-focus": string;
|
|
23
|
-
};
|
|
24
|
-
} & Omit<import("react").TextareaHTMLAttributes<HTMLTextAreaElement>, "style"> & import("react").RefAttributes<HTMLTextAreaElement>>;
|
|
1
|
+
import type React from "react";
|
|
2
|
+
import type { TextAreaProps } from "./TextArea.types";
|
|
3
|
+
export declare const TextArea: React.ForwardRefExoticComponent<TextAreaProps & React.RefAttributes<HTMLTextAreaElement>>;
|
|
@@ -1,58 +1,17 @@
|
|
|
1
1
|
import styleInject from 'style-inject';
|
|
2
2
|
import json from './TextArea.module.css.json';
|
|
3
3
|
styleInject(`
|
|
4
|
-
.
|
|
5
|
-
|
|
6
|
-
--reltio-font-family-body,
|
|
7
|
-
"Roboto",
|
|
8
|
-
sans-serif
|
|
9
|
-
);
|
|
10
|
-
--reltio-textarea-font-size: var(--reltio-font-size-body, 16px);
|
|
11
|
-
--reltio-textarea-line-height: var(--reltio-line-height-body, 1.5);
|
|
12
|
-
--reltio-textarea-color-text: var(--reltio-color-text, #1d1b20);
|
|
13
|
-
--reltio-textarea-color-border: var(--reltio-color-border, #79747e);
|
|
14
|
-
--reltio-textarea-color-border-focus: var(--reltio-color-primary, #6750a4);
|
|
15
|
-
--reltio-textarea-color-background: var(--reltio-color-background, #fff);
|
|
16
|
-
--reltio-textarea-color-error: var(--reltio-color-error, #b3261e);
|
|
17
|
-
--reltio-textarea-color-label: var(--reltio-color-text-secondary, #49454f);
|
|
18
|
-
--reltio-textarea-color-supporting-text: var(
|
|
19
|
-
--reltio-color-text-secondary,
|
|
20
|
-
#49454f
|
|
21
|
-
);
|
|
22
|
-
--reltio-textarea-border-radius: var(--reltio-spacing-xs, 4px);
|
|
23
|
-
--reltio-textarea-padding: var(--reltio-spacing-md, 16px);
|
|
24
|
-
--reltio-textarea-min-height: var(--reltio-spacing-3xl, 56px);
|
|
25
|
-
--reltio-textarea-max-height: min(500px, 50cqh);
|
|
26
|
-
--reltio-textarea-border-width: 1px;
|
|
27
|
-
--reltio-textarea-border-width-focus: 2px;
|
|
28
|
-
|
|
29
|
-
font-family: var(--reltio-textarea-font-family);
|
|
4
|
+
.TextArea_root__L29wd {
|
|
5
|
+
font-family: "Roboto", sans-serif;
|
|
30
6
|
container-type: inline-size;
|
|
31
7
|
}
|
|
32
8
|
|
|
33
|
-
.
|
|
34
|
-
--reltio-textarea-color-border: var(--reltio-textarea-color-border-focus);
|
|
35
|
-
--reltio-textarea-border-width: var(--reltio-textarea-border-width-focus);
|
|
36
|
-
--reltio-textarea-color-label: var(--reltio-textarea-color-border-focus);
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
._root_pmwmi_1[data-error="true"] {
|
|
40
|
-
--reltio-textarea-color-border: var(--reltio-textarea-color-error);
|
|
41
|
-
--reltio-textarea-color-label: var(--reltio-textarea-color-error);
|
|
42
|
-
--reltio-textarea-color-supporting-text: var(--reltio-textarea-color-error);
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
._root_pmwmi_1[data-error="true"]:focus-within {
|
|
46
|
-
--reltio-textarea-color-border: var(--reltio-textarea-color-error);
|
|
47
|
-
--reltio-textarea-color-label: var(--reltio-textarea-color-error);
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
._root_pmwmi_1[data-disabled="true"] {
|
|
9
|
+
.TextArea_root__L29wd[data-disabled="true"] {
|
|
51
10
|
opacity: 0.38;
|
|
52
11
|
cursor: not-allowed;
|
|
53
12
|
}
|
|
54
13
|
|
|
55
|
-
.
|
|
14
|
+
.TextArea_inputContainer__L29wd {
|
|
56
15
|
position: relative;
|
|
57
16
|
display: grid;
|
|
58
17
|
grid-template-columns: 1fr;
|
|
@@ -62,20 +21,32 @@ styleInject(`
|
|
|
62
21
|
"toolbar";
|
|
63
22
|
margin: 0;
|
|
64
23
|
box-sizing: border-box;
|
|
65
|
-
border-radius:
|
|
66
|
-
outline:
|
|
24
|
+
border-radius: 4px;
|
|
25
|
+
outline: 1px solid var(--reltio-color-border-3);
|
|
67
26
|
cursor: text;
|
|
68
27
|
transition:
|
|
69
28
|
outline-color 0.1s ease,
|
|
70
29
|
outline-width 0.1s ease;
|
|
71
|
-
background: var(--reltio-
|
|
30
|
+
background: var(--reltio-color-surface-1);
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
.TextArea_root__L29wd:focus-within .TextArea_inputContainer__L29wd {
|
|
34
|
+
outline: 2px solid var(--reltio-color-primary);
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
.TextArea_root__L29wd[data-error="true"] .TextArea_inputContainer__L29wd {
|
|
38
|
+
outline-color: var(--reltio-color-error);
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
.TextArea_root__L29wd[data-error="true"]:focus-within .TextArea_inputContainer__L29wd {
|
|
42
|
+
outline: 2px solid var(--reltio-color-error);
|
|
72
43
|
}
|
|
73
44
|
|
|
74
|
-
.
|
|
45
|
+
.TextArea_root__L29wd[data-disabled="true"] .TextArea_inputContainer__L29wd {
|
|
75
46
|
cursor: not-allowed;
|
|
76
47
|
}
|
|
77
48
|
|
|
78
|
-
.
|
|
49
|
+
.TextArea_textarea__L29wd {
|
|
79
50
|
grid-area: textarea;
|
|
80
51
|
position: relative;
|
|
81
52
|
display: block;
|
|
@@ -84,65 +55,85 @@ styleInject(`
|
|
|
84
55
|
outline: none;
|
|
85
56
|
background: none;
|
|
86
57
|
width: 100%;
|
|
87
|
-
min-height:
|
|
88
|
-
max-height:
|
|
89
|
-
border-radius:
|
|
58
|
+
min-height: 56px;
|
|
59
|
+
max-height: min(500px, 50cqh);
|
|
60
|
+
border-radius: 4px;
|
|
90
61
|
box-sizing: border-box;
|
|
91
|
-
font-size:
|
|
92
|
-
font-family:
|
|
93
|
-
line-height:
|
|
62
|
+
font-size: 16px;
|
|
63
|
+
font-family: "Roboto", sans-serif;
|
|
64
|
+
line-height: 1.5;
|
|
94
65
|
resize: none;
|
|
95
|
-
color: var(--reltio-
|
|
96
|
-
padding:
|
|
66
|
+
color: var(--reltio-color-text);
|
|
67
|
+
padding: 16px;
|
|
97
68
|
overflow-y: auto;
|
|
98
69
|
field-sizing: content;
|
|
99
70
|
}
|
|
100
71
|
|
|
101
|
-
.
|
|
102
|
-
color: var(--reltio-
|
|
72
|
+
.TextArea_textarea__L29wd::placeholder {
|
|
73
|
+
color: var(--reltio-color-text-secondary);
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
.TextArea_root__L29wd:focus-within .TextArea_textarea__L29wd::placeholder {
|
|
77
|
+
color: var(--reltio-color-primary);
|
|
103
78
|
}
|
|
104
79
|
|
|
105
|
-
.
|
|
80
|
+
.TextArea_root__L29wd[data-error="true"] .TextArea_textarea__L29wd::placeholder {
|
|
81
|
+
color: var(--reltio-color-error);
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
.TextArea_textarea__L29wd:disabled {
|
|
106
85
|
cursor: not-allowed;
|
|
107
86
|
}
|
|
108
87
|
|
|
109
|
-
.
|
|
88
|
+
.TextArea_label__L29wd {
|
|
110
89
|
position: absolute;
|
|
111
90
|
opacity: 0;
|
|
112
91
|
top: 16px;
|
|
113
92
|
left: 8px;
|
|
114
93
|
transform: translateY(-50%);
|
|
115
94
|
transition: all 0.2s ease;
|
|
116
|
-
background-color: var(--reltio-
|
|
95
|
+
background-color: var(--reltio-color-surface-1);
|
|
117
96
|
padding: 4px 8px;
|
|
118
|
-
border-radius:
|
|
119
|
-
color: var(--reltio-
|
|
97
|
+
border-radius: 4px;
|
|
98
|
+
color: var(--reltio-color-text-secondary);
|
|
120
99
|
z-index: 2;
|
|
121
|
-
font-size:
|
|
122
|
-
font-family:
|
|
100
|
+
font-size: 16px;
|
|
101
|
+
font-family: "Roboto", sans-serif;
|
|
123
102
|
pointer-events: none;
|
|
124
103
|
}
|
|
125
104
|
|
|
126
|
-
.
|
|
105
|
+
.TextArea_textarea__L29wd:not(:placeholder-shown) + .TextArea_label__L29wd {
|
|
127
106
|
top: -1px;
|
|
128
107
|
font-size: 12px;
|
|
129
108
|
opacity: 1;
|
|
130
109
|
}
|
|
131
110
|
|
|
132
|
-
.
|
|
111
|
+
.TextArea_textarea__L29wd:focus + .TextArea_label__L29wd {
|
|
133
112
|
top: -1px;
|
|
134
113
|
font-size: 12px;
|
|
135
114
|
opacity: 1;
|
|
136
115
|
}
|
|
137
116
|
|
|
138
|
-
.
|
|
117
|
+
.TextArea_root__L29wd:focus-within .TextArea_label__L29wd {
|
|
118
|
+
color: var(--reltio-color-primary);
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
.TextArea_root__L29wd[data-error="true"] .TextArea_label__L29wd {
|
|
122
|
+
color: var(--reltio-color-error);
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
.TextArea_supportingText__L29wd {
|
|
139
126
|
font-size: 12px;
|
|
140
|
-
padding: 4px
|
|
141
|
-
color: var(--reltio-
|
|
142
|
-
font-family:
|
|
127
|
+
padding: 4px 16px;
|
|
128
|
+
color: var(--reltio-color-text-secondary);
|
|
129
|
+
font-family: "Roboto", sans-serif;
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
.TextArea_root__L29wd[data-error="true"] .TextArea_supportingText__L29wd {
|
|
133
|
+
color: var(--reltio-color-error);
|
|
143
134
|
}
|
|
144
135
|
|
|
145
|
-
.
|
|
136
|
+
.TextArea_toolbar__L29wd {
|
|
146
137
|
grid-area: toolbar;
|
|
147
138
|
display: flex;
|
|
148
139
|
flex-direction: row;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{ "root": "
|
|
1
|
+
{ "root": "TextArea_root__L29wd", "inputContainer": "TextArea_inputContainer__L29wd", "textarea": "TextArea_textarea__L29wd", "label": "TextArea_label__L29wd", "supportingText": "TextArea_supportingText__L29wd", "toolbar": "TextArea_toolbar__L29wd" }
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type React from "react";
|
|
2
|
-
export type TextAreaProps = {
|
|
2
|
+
export type TextAreaProps = React.ComponentPropsWithoutRef<"textarea"> & {
|
|
3
3
|
/**
|
|
4
4
|
* Floating label text displayed above the textarea
|
|
5
5
|
*/
|
|
@@ -17,25 +17,4 @@ export type TextAreaProps = {
|
|
|
17
17
|
* Toolbar content rendered below the textarea input
|
|
18
18
|
*/
|
|
19
19
|
toolbar?: React.ReactNode;
|
|
20
|
-
|
|
21
|
-
* Custom styles including CSS custom properties for theming
|
|
22
|
-
*/
|
|
23
|
-
style?: React.CSSProperties & {
|
|
24
|
-
"--reltio-textarea-font-family": string;
|
|
25
|
-
"--reltio-textarea-font-size": string;
|
|
26
|
-
"--reltio-textarea-line-height": string;
|
|
27
|
-
"--reltio-textarea-color-text": string;
|
|
28
|
-
"--reltio-textarea-color-border": string;
|
|
29
|
-
"--reltio-textarea-color-border-focus": string;
|
|
30
|
-
"--reltio-textarea-color-background": string;
|
|
31
|
-
"--reltio-textarea-color-error": string;
|
|
32
|
-
"--reltio-textarea-color-label": string;
|
|
33
|
-
"--reltio-textarea-color-supporting-text": string;
|
|
34
|
-
"--reltio-textarea-border-radius": string;
|
|
35
|
-
"--reltio-textarea-padding": string;
|
|
36
|
-
"--reltio-textarea-min-height": string;
|
|
37
|
-
"--reltio-textarea-max-height": string;
|
|
38
|
-
"--reltio-textarea-border-width": string;
|
|
39
|
-
"--reltio-textarea-border-width-focus": string;
|
|
40
|
-
};
|
|
41
|
-
} & Omit<React.TextareaHTMLAttributes<HTMLTextAreaElement>, "style">;
|
|
20
|
+
};
|
|
@@ -1,23 +1,18 @@
|
|
|
1
1
|
import styleInject from 'style-inject';
|
|
2
2
|
import json from './TreeList.module.css.json';
|
|
3
3
|
styleInject(`
|
|
4
|
-
.
|
|
5
|
-
--reltio-tree-list-font-family: inherit;
|
|
6
|
-
--reltio-tree-list-font-size: inherit;
|
|
7
|
-
--reltio-tree-list-text-color: inherit;
|
|
8
|
-
--reltio-tree-list-background: inherit;
|
|
9
|
-
--reltio-tree-list-line-height: inherit;
|
|
4
|
+
.TreeList_root__L29wd {
|
|
10
5
|
display: block;
|
|
11
6
|
overflow: auto;
|
|
12
|
-
font-family:
|
|
13
|
-
font-size:
|
|
14
|
-
color: var(--reltio-
|
|
15
|
-
background:
|
|
7
|
+
font-family: system-ui, sans-serif;
|
|
8
|
+
font-size: 14px;
|
|
9
|
+
color: var(--reltio-color-text);
|
|
10
|
+
background: transparent;
|
|
16
11
|
border: none;
|
|
17
|
-
border-radius:
|
|
12
|
+
border-radius: 0;
|
|
18
13
|
}
|
|
19
14
|
|
|
20
|
-
.
|
|
15
|
+
.TreeList_rc-tree-treenode__L29wd {
|
|
21
16
|
list-style: none;
|
|
22
17
|
}
|
|
23
18
|
`);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{ "root": "
|
|
1
|
+
{ "root": "TreeList_root__L29wd", "rc-tree-treenode": "TreeList_rc-tree-treenode__L29wd" }
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import styleInject from 'style-inject';
|
|
2
2
|
import json from './TreeLevelLines.module.css.json';
|
|
3
3
|
styleInject(`
|
|
4
|
-
.
|
|
4
|
+
.TreeLevelLines_levelLines__L29wd {
|
|
5
5
|
position: absolute;
|
|
6
6
|
display: flex;
|
|
7
7
|
padding-left: 0;
|
|
@@ -11,42 +11,39 @@ styleInject(`
|
|
|
11
11
|
z-index: 0;
|
|
12
12
|
}
|
|
13
13
|
|
|
14
|
-
.
|
|
15
|
-
padding-left:
|
|
14
|
+
.TreeLevelLines_levelLine__L29wd {
|
|
15
|
+
padding-left: 16px;
|
|
16
16
|
height: 100%;
|
|
17
17
|
position: relative;
|
|
18
18
|
}
|
|
19
19
|
|
|
20
|
-
.
|
|
20
|
+
.TreeLevelLines_showLine__L29wd::after {
|
|
21
21
|
content: "";
|
|
22
22
|
position: absolute;
|
|
23
23
|
height: 100%;
|
|
24
24
|
width: 1px;
|
|
25
|
-
left:
|
|
25
|
+
left: 14px;
|
|
26
26
|
top: 0;
|
|
27
27
|
bottom: 0;
|
|
28
|
-
background-color: var(--reltio-
|
|
28
|
+
background-color: var(--reltio-color-bg-transparent-1);
|
|
29
29
|
}
|
|
30
30
|
|
|
31
|
-
.
|
|
31
|
+
.TreeLevelLines_lastLevelLine__L29wd::after {
|
|
32
32
|
height: 50%;
|
|
33
33
|
}
|
|
34
34
|
|
|
35
|
-
.
|
|
36
|
-
padding-left:
|
|
37
|
-
var(--reltio-tree-list-indent-size, 16px) +
|
|
38
|
-
(var(--reltio-tree-list-toggle-size, 26px) / 2)
|
|
39
|
-
);
|
|
35
|
+
.TreeLevelLines_lastLevelLine__L29wd {
|
|
36
|
+
padding-left: 29px;
|
|
40
37
|
}
|
|
41
38
|
|
|
42
|
-
.
|
|
39
|
+
.TreeLevelLines_horizontalLine__L29wd::before {
|
|
43
40
|
content: "";
|
|
44
41
|
height: 1px;
|
|
45
42
|
width: 5px;
|
|
46
43
|
position: absolute;
|
|
47
44
|
top: 50%;
|
|
48
|
-
left:
|
|
49
|
-
background-color: var(--reltio-
|
|
45
|
+
left: 14px;
|
|
46
|
+
background-color: var(--reltio-color-bg-transparent-1);
|
|
50
47
|
}
|
|
51
48
|
`);
|
|
52
49
|
export default json;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{ "levelLines": "
|
|
1
|
+
{ "levelLines": "TreeLevelLines_levelLines__L29wd", "levelLine": "TreeLevelLines_levelLine__L29wd", "showLine": "TreeLevelLines_showLine__L29wd", "lastLevelLine": "TreeLevelLines_lastLevelLine__L29wd", "horizontalLine": "TreeLevelLines_horizontalLine__L29wd" }
|
|
@@ -1,54 +1,52 @@
|
|
|
1
1
|
import styleInject from 'style-inject';
|
|
2
2
|
import json from './TreeNode.module.css.json';
|
|
3
3
|
styleInject(`
|
|
4
|
-
.
|
|
4
|
+
.TreeNode_wrapper__L29wd {
|
|
5
5
|
display: flex;
|
|
6
6
|
align-items: center;
|
|
7
|
-
line-height:
|
|
8
|
-
padding:
|
|
9
|
-
var(--reltio-tree-list-row-padding-inline, 4px);
|
|
7
|
+
line-height: 1.5;
|
|
8
|
+
padding: 2px 4px;
|
|
10
9
|
position: relative;
|
|
11
10
|
z-index: 1;
|
|
12
11
|
}
|
|
13
12
|
|
|
14
|
-
.
|
|
13
|
+
.TreeNode_indent__L29wd {
|
|
15
14
|
display: inline-block;
|
|
16
|
-
width: calc(var(--depth, 1) *
|
|
15
|
+
width: calc(var(--depth, 1) * 16px);
|
|
17
16
|
flex: 0 0 auto;
|
|
18
17
|
}
|
|
19
18
|
|
|
20
|
-
.
|
|
19
|
+
.TreeNode_toggle__L29wd {
|
|
21
20
|
display: inline-flex;
|
|
22
21
|
align-items: center;
|
|
23
22
|
justify-content: center;
|
|
24
|
-
width:
|
|
25
|
-
height:
|
|
23
|
+
width: 26px;
|
|
24
|
+
height: 26px;
|
|
26
25
|
border: none;
|
|
27
26
|
background: none;
|
|
28
|
-
color: var(--reltio-
|
|
27
|
+
color: var(--reltio-color-text-secondary);
|
|
29
28
|
cursor: pointer;
|
|
30
29
|
}
|
|
31
30
|
|
|
32
|
-
.
|
|
31
|
+
.TreeNode_chevron__L29wd {
|
|
33
32
|
transition: transform 0.2s ease;
|
|
34
33
|
}
|
|
35
34
|
|
|
36
|
-
.
|
|
35
|
+
.TreeNode_expanded__L29wd {
|
|
37
36
|
transform: rotate(90deg);
|
|
38
37
|
}
|
|
39
38
|
|
|
40
|
-
.
|
|
39
|
+
.TreeNode_spinner__L29wd {
|
|
41
40
|
display: inline-block;
|
|
42
|
-
width:
|
|
43
|
-
height:
|
|
41
|
+
width: 10px;
|
|
42
|
+
height: 10px;
|
|
44
43
|
border-radius: 50%;
|
|
45
|
-
border:
|
|
46
|
-
var(--reltio-tree-list-spinner-color, currentColor);
|
|
44
|
+
border: 2px solid currentColor;
|
|
47
45
|
border-top-color: transparent;
|
|
48
|
-
animation:
|
|
46
|
+
animation: TreeNode_spin__L29wd 0.8s linear infinite;
|
|
49
47
|
}
|
|
50
48
|
|
|
51
|
-
@keyframes
|
|
49
|
+
@keyframes TreeNode_spin__L29wd {
|
|
52
50
|
from {
|
|
53
51
|
transform: rotate(0deg);
|
|
54
52
|
}
|
|
@@ -57,13 +55,13 @@ styleInject(`
|
|
|
57
55
|
}
|
|
58
56
|
}
|
|
59
57
|
|
|
60
|
-
.
|
|
58
|
+
.TreeNode_actions__L29wd {
|
|
61
59
|
margin-left: auto;
|
|
62
60
|
opacity: 0;
|
|
63
61
|
transition: opacity 0.12s ease;
|
|
64
62
|
}
|
|
65
63
|
|
|
66
|
-
.
|
|
64
|
+
.TreeNode_wrapper__L29wd:hover .TreeNode_actions__L29wd {
|
|
67
65
|
opacity: 1;
|
|
68
66
|
}
|
|
69
67
|
`);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{ "wrapper": "
|
|
1
|
+
{ "wrapper": "TreeNode_wrapper__L29wd", "indent": "TreeNode_indent__L29wd", "toggle": "TreeNode_toggle__L29wd", "chevron": "TreeNode_chevron__L29wd", "expanded": "TreeNode_expanded__L29wd", "spinner": "TreeNode_spinner__L29wd", "spin": "TreeNode_spin__L29wd", "actions": "TreeNode_actions__L29wd" }
|
package/components/index.d.ts
CHANGED
package/components/index.js
CHANGED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { classNames } from "../utils/classNames";
|
|
3
|
+
import styles from "./Icon.module.css";
|
|
4
|
+
export const AccessTime = ({ size = "medium", color = "inherited", className, ...props }) => {
|
|
5
|
+
return (_jsx("svg", { className: classNames(styles.root, styles[size], styles[color], className), viewBox: "0 0 20 20", fill: "currentColor", ...props, children: _jsx("path", { d: "M13.473 14.527L14.527 13.473L10.75 9.696V5H9.25V10.3038L13.473 14.527ZM10.0017 19.5C8.68775 19.5 7.45267 19.2507 6.2965 18.752C5.14033 18.2533 4.13467 17.5766 3.2795 16.7218C2.42433 15.8669 1.74725 14.8617 1.24825 13.706C0.749417 12.5503 0.5 11.3156 0.5 10.0017C0.5 8.68775 0.749333 7.45267 1.248 6.2965C1.74667 5.14033 2.42342 4.13467 3.27825 3.2795C4.13308 2.42433 5.13833 1.74725 6.294 1.24825C7.44967 0.749417 8.68442 0.5 9.99825 0.5C11.3123 0.5 12.5473 0.749333 13.7035 1.248C14.8597 1.74667 15.8653 2.42342 16.7205 3.27825C17.5757 4.13308 18.2528 5.13833 18.7518 6.294C19.2506 7.44967 19.5 8.68442 19.5 9.99825C19.5 11.3123 19.2507 12.5473 18.752 13.7035C18.2533 14.8597 17.5766 15.8653 16.7218 16.7205C15.8669 17.5757 14.8617 18.2528 13.706 18.7518C12.5503 19.2506 11.3156 19.5 10.0017 19.5ZM10 18C12.2167 18 14.1042 17.2208 15.6625 15.6625C17.2208 14.1042 18 12.2167 18 10C18 7.78333 17.2208 5.89583 15.6625 4.3375C14.1042 2.77917 12.2167 2 10 2C7.78333 2 5.89583 2.77917 4.3375 4.3375C2.77917 5.89583 2 7.78333 2 10C2 12.2167 2.77917 14.1042 4.3375 15.6625C5.89583 17.2208 7.78333 18 10 18Z" }) }));
|
|
6
|
+
};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { classNames } from "../utils/classNames";
|
|
3
|
+
import styles from "./Icon.module.css";
|
|
4
|
+
export const Accessibility = ({ size = "medium", color = "inherited", className, ...props }) => {
|
|
5
|
+
return (_jsx("svg", { className: classNames(styles.root, styles[size], styles[color], className), viewBox: "0 0 20 20", fill: "currentColor", ...props, children: _jsx("path", { d: "M10 3.90374C9.4885 3.90374 9.05292 3.72399 8.69325 3.36449C8.33358 3.00482 8.15375 2.56924 8.15375 2.05774C8.15375 1.54624 8.33358 1.11065 8.69325 0.750986C9.05292 0.391319 9.4885 0.211487 10 0.211487C10.5115 0.211487 10.9471 0.391319 11.3068 0.750986C11.6664 1.11065 11.8462 1.54624 11.8462 2.05774C11.8462 2.56924 11.6664 3.00482 11.3068 3.36449C10.9471 3.72399 10.5115 3.90374 10 3.90374ZM7.404 19.75V6.71149C6.38467 6.62815 5.37117 6.50799 4.3635 6.35099C3.35583 6.19382 2.40133 5.9999 1.5 5.76924L1.8655 4.26924C3.14617 4.60007 4.47342 4.83982 5.84725 4.98849C7.22092 5.13715 8.60517 5.21149 10 5.21149C11.3948 5.21149 12.7791 5.13715 14.1528 4.98849C15.5266 4.83982 16.8538 4.60007 18.1345 4.26924L18.5 5.76924C17.5987 5.9999 16.6442 6.19382 15.6365 6.35099C14.6288 6.50799 13.6153 6.62815 12.596 6.71149V19.75H11.0962V13.6345H8.90375V19.75H7.404Z" }) }));
|
|
6
|
+
};
|