@altinn/altinn-components 0.27.0 → 0.28.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{ChevronDown-CRAwzuD3.js → ChevronUp-C09jxB5F.js} +21 -2
- package/dist/{ClockDashed-PQgzLSPC.js → DialogActivityLog-wsSwha93.js} +24 -12
- package/dist/altinn-ds-overrides.css +15 -1
- package/dist/altinn-theme.css +5 -1
- package/dist/assets/Avatar.css +1 -1
- package/dist/assets/AvatarGroup.css +1 -1
- package/dist/assets/Byline.css +1 -1
- package/dist/assets/DialogListItem.css +1 -1
- package/dist/assets/Divider.css +1 -0
- package/dist/assets/Flex.css +1 -1
- package/dist/assets/Grid.css +1 -1
- package/dist/assets/HeaderButton.css +1 -1
- package/dist/assets/Heading.css +1 -1
- package/dist/assets/Icon.css +1 -1
- package/dist/assets/IconOrAvatar.css +1 -0
- package/dist/assets/ListItem.css +1 -0
- package/dist/assets/ListItemBase.css +1 -1
- package/dist/assets/ListItemHeader.css +1 -1
- package/dist/assets/ListItemIcon.css +1 -1
- package/dist/assets/ListItemLabel.css +1 -1
- package/dist/assets/ListItemLink.css +1 -1
- package/dist/assets/ListItemSelect.css +1 -1
- package/dist/assets/MenuItemIcon.css +1 -1
- package/dist/assets/MetaItemIcon.css +1 -0
- package/dist/assets/SearchItem.css +1 -0
- package/dist/assets/SettingsItem.css +1 -0
- package/dist/assets/TimelineBase.css +1 -1
- package/dist/assets/TimelineIcon.css +1 -0
- package/dist/components/AccessAreaList/AccessAreaList.js +2 -2
- package/dist/components/AccessAreaList/AccessAreaListItem.js +26 -25
- package/dist/components/AccessPackageList/AccessPackageList.js +3 -3
- package/dist/components/AccessPackageList/AccessPackageListItem.js +30 -11
- package/dist/components/ActivityLog/ActivityLog.js +14 -0
- package/dist/components/ActivityLog/ActivityLogItem.js +13 -0
- package/dist/components/ActivityLog/index.js +6 -0
- package/dist/components/Article/Article.js +11 -0
- package/dist/components/Article/ArticleContact.js +25 -0
- package/dist/components/Article/ArticleHeader.js +15 -0
- package/dist/components/Article/index.js +8 -0
- package/dist/components/Attachment/AttachmentLink.js +1 -1
- package/dist/components/Avatar/Avatar.js +47 -45
- package/dist/components/Avatar/AvatarGroup.js +27 -32
- package/dist/components/Avatar/index.js +6 -4
- package/dist/components/Bookmarks/BookmarksListItem.js +2 -2
- package/dist/components/Bookmarks/BookmarksSection.js +2 -2
- package/dist/components/Bookmarks/EditableBookmark.js +2 -2
- package/dist/components/Button/ButtonIcon.js +1 -1
- package/dist/components/Button/ComboButton.js +1 -2
- package/dist/components/Byline/Byline.js +18 -16
- package/dist/components/ContextMenu/ContextMenu.js +1 -1
- package/dist/components/{Page → Dashboard}/DashboardCard.js +18 -18
- package/dist/components/Dashboard/DashboardHeader.js +25 -0
- package/dist/components/Dashboard/DashboardIcon.js +26 -0
- package/dist/components/Dashboard/index.js +8 -0
- package/dist/components/Datepicker/DatepickerHeader.js +1 -1
- package/dist/components/Datepicker/DatepickerTable.js +1 -1
- package/dist/components/Dialog/Dialog.js +1 -1
- package/dist/components/Dialog/DialogActions.js +18 -19
- package/dist/components/Dialog/DialogActivity.js +10 -10
- package/dist/components/Dialog/DialogActivityLog.js +5 -11
- package/dist/components/Dialog/DialogAttachments.js +4 -4
- package/dist/components/Dialog/DialogBody.js +15 -15
- package/dist/components/Dialog/DialogByline.js +1 -1
- package/dist/components/Dialog/DialogContact.js +1 -1
- package/dist/components/Dialog/DialogHeader.js +1 -1
- package/dist/components/Dialog/DialogHeading.js +1 -1
- package/dist/components/Dialog/DialogHistory.js +1 -1
- package/dist/components/Dialog/DialogHistoryItem.js +9 -9
- package/dist/components/Dialog/DialogHistorySegment.js +1 -1
- package/dist/components/Dialog/DialogLayout.js +1 -1
- package/dist/components/Dialog/DialogList.js +1 -1
- package/dist/components/Dialog/DialogListGroup.js +7 -7
- package/dist/components/Dialog/DialogListItem.js +94 -91
- package/dist/components/Dialog/DialogMetadata.js +97 -63
- package/dist/components/Dialog/DialogSection.js +1 -1
- package/dist/components/Dialog/DialogSeenBy.js +2 -2
- package/dist/components/Dialog/DialogSelect.js +1 -1
- package/dist/components/Dialog/DialogStatus.js +3 -3
- package/dist/components/Dialog/DialogTabs.js +1 -1
- package/dist/components/Dialog/SeenByLog.js +9 -9
- package/dist/components/Dialog/index.js +7 -7
- package/dist/components/Divider/Divider.js +7 -0
- package/dist/components/Divider/index.js +4 -0
- package/dist/components/Dropdown/DrawerButton.js +1 -1
- package/dist/components/Dropdown/DrawerHeader.js +1 -1
- package/dist/components/Dropdown/DrawerOrDropdown.js +1 -1
- package/dist/components/DsComponents/index.js +1 -1
- package/dist/components/Forms/Checkbox.js +1 -1
- package/dist/components/Forms/CheckboxOptions.js +1 -1
- package/dist/components/Forms/Field.js +13 -4
- package/dist/components/Forms/FieldBase.js +1 -1
- package/dist/components/Forms/FieldsetBase.js +1 -1
- package/dist/components/Forms/Radio.js +1 -1
- package/dist/components/Forms/RadioOptions.js +1 -1
- package/dist/components/Forms/SelectField.js +1 -1
- package/dist/components/Forms/Switch.js +9 -9
- package/dist/components/Forms/SwitchOptions.js +1 -1
- package/dist/components/Forms/TextField.js +1 -1
- package/dist/components/Forms/TextareaField.js +1 -1
- package/dist/components/GlobalMenu/AccountButton.js +15 -15
- package/dist/components/GlobalMenu/AccountMenu.js +22 -24
- package/dist/components/GlobalMenu/BackButton.js +26 -7
- package/dist/components/GlobalMenu/EndUserLabel.js +30 -10
- package/dist/components/GlobalMenu/GlobalMenu.js +1 -1
- package/dist/components/GlobalMenu/LogoutButton.js +1 -1
- package/dist/components/Header/Header.js +2 -2
- package/dist/components/Header/HeaderBase.js +1 -1
- package/dist/components/Header/HeaderButton.js +62 -43
- package/dist/components/Header/HeaderLogo.js +1 -1
- package/dist/components/Header/LocaleButton.js +1 -1
- package/dist/components/Header/LocaleSwitcher.js +1 -1
- package/dist/components/Icon/Icon.js +29 -17
- package/dist/components/Icon/IconOrAvatar.js +23 -15
- package/dist/components/Icon/index.js +11 -10
- package/dist/components/Layout/Layout.js +1 -1
- package/dist/components/LayoutAction/ActionHeader.js +1 -1
- package/dist/components/LayoutAction/LayoutAction.js +1 -1
- package/dist/components/List/List.js +7 -16
- package/dist/components/List/ListBase.js +5 -5
- package/dist/components/List/ListItem.js +55 -58
- package/dist/components/List/ListItemBase.js +35 -43
- package/dist/components/List/ListItemHeader.js +75 -102
- package/dist/components/List/ListItemIcon.js +22 -10
- package/dist/components/List/ListItemLabel.js +48 -21
- package/dist/components/List/ListItemLink.js +28 -30
- package/dist/components/List/ListItemSelect.js +12 -12
- package/dist/components/List/index.js +4 -6
- package/dist/components/Menu/MenuItem.js +39 -58
- package/dist/components/Menu/MenuItemBase.js +1 -1
- package/dist/components/Menu/MenuItemIcon.js +21 -21
- package/dist/components/Menu/MenuItems.js +1 -1
- package/dist/components/Menu/MenuItemsVirtual.js +1 -1
- package/dist/components/Menu/MenuOption.js +1 -1
- package/dist/components/Menu/MenuSearch.js +1 -1
- package/dist/components/Metadata/MetaItem.js +24 -0
- package/dist/components/Metadata/MetaItemIcon.js +18 -0
- package/dist/components/Metadata/MetaProgress.js +16 -0
- package/dist/components/Metadata/MetaTimestamp.js +23 -0
- package/dist/components/{Meta → Metadata}/Metadata.js +1 -1
- package/dist/components/Metadata/index.js +19 -0
- package/dist/components/Page/AccordionSection.js +1 -1
- package/dist/components/Page/Breadcrumbs.js +36 -17
- package/dist/components/Page/ContactButtons.js +1 -1
- package/dist/components/Page/ContactSection.js +1 -1
- package/dist/components/Page/Flex.js +37 -35
- package/dist/components/Page/Grid.js +5 -5
- package/dist/components/Page/PageHeader.js +30 -32
- package/dist/components/Page/PageMenu.js +1 -1
- package/dist/components/Page/PageNav.js +37 -18
- package/dist/components/Page/PageTabs.js +1 -1
- package/dist/components/Page/Section.js +1 -1
- package/dist/components/Page/index.js +20 -26
- package/dist/components/Profile/AccountList.js +4 -4
- package/dist/components/Profile/AccountListItem.js +46 -48
- package/dist/components/ResourceList/ResourceList.js +3 -3
- package/dist/components/ResourceList/ResourceListItem.js +6 -6
- package/dist/components/Search/SearchItem.js +20 -0
- package/dist/components/Search/index.js +2 -21
- package/dist/components/{Search → Searchbar}/Autocomplete.js +8 -8
- package/dist/components/Searchbar/AutocompleteBase.js +11 -0
- package/dist/components/{Search → Searchbar}/AutocompleteItem.js +28 -26
- package/dist/components/Searchbar/index.js +23 -0
- package/dist/components/Settings/Settings.js +20 -0
- package/dist/components/Settings/SettingsItem.js +37 -0
- package/dist/components/Settings/index.js +6 -0
- package/dist/components/Snackbar/SnackbarItem.js +1 -1
- package/dist/components/Timeline/Timeline.js +1 -1
- package/dist/components/Timeline/TimelineActivity.js +1 -1
- package/dist/components/Timeline/TimelineBase.js +20 -23
- package/dist/components/Timeline/TimelineFooter.js +1 -1
- package/dist/components/Timeline/TimelineHeader.js +13 -21
- package/dist/components/Timeline/TimelineIcon.js +20 -0
- package/dist/components/Timeline/TimelineLink.js +1 -1
- package/dist/components/Timeline/TimelineSection.js +1 -1
- package/dist/components/Timeline/TimelineSegment.js +1 -1
- package/dist/components/Timeline/index.js +6 -4
- package/dist/components/Toolbar/ToolbarAccountMenu.js +1 -1
- package/dist/components/Toolbar/ToolbarAdd.js +1 -1
- package/dist/components/Toolbar/ToolbarButton.js +76 -59
- package/dist/components/Toolbar/ToolbarDaterange.js +1 -1
- package/dist/components/Toolbar/ToolbarFilter.js +1 -1
- package/dist/components/Toolbar/ToolbarMenu.js +1 -1
- package/dist/components/Toolbar/ToolbarOptions.js +1 -1
- package/dist/components/Toolbar/ToolbarSearch.js +1 -1
- package/dist/components/Transmission/Transmission.js +45 -43
- package/dist/components/Transmission/TransmissionList.js +9 -9
- package/dist/components/Typography/Heading.js +28 -22
- package/dist/components/Typography/Typography.js +14 -14
- package/dist/components/index.js +410 -389
- package/dist/index.js +416 -395
- package/dist/types/lib/components/AccessAreaList/AccessAreaListItem.d.ts +1 -1
- package/dist/types/lib/components/AccessPackageList/AccessPackageList.d.ts +2 -2
- package/dist/types/lib/components/AccessPackageList/AccessPackageListItem.d.ts +1 -1
- package/dist/types/lib/components/ActivityLog/ActivityLog.d.ts +5 -0
- package/dist/types/lib/components/ActivityLog/ActivityLog.stories.d.ts +8 -0
- package/dist/types/lib/components/ActivityLog/ActivityLogItem.d.ts +8 -0
- package/dist/types/lib/components/ActivityLog/index.d.ts +2 -0
- package/dist/types/lib/components/Article/Article.d.ts +7 -0
- package/dist/types/lib/components/Article/Article.stories.d.ts +19 -0
- package/dist/types/lib/components/Article/ArticleContact.d.ts +12 -0
- package/dist/types/lib/components/{Profile/AccountList.stories.d.ts → Article/ArticleContact.stories.d.ts} +3 -2
- package/dist/types/lib/components/Article/ArticleHeader.d.ts +7 -0
- package/dist/types/lib/components/{Page → Article}/ArticleHeader.stories.d.ts +2 -2
- package/dist/types/lib/components/Article/index.d.ts +3 -0
- package/dist/types/lib/components/Avatar/Avatar.d.ts +5 -2
- package/dist/types/lib/components/Avatar/AvatarGroup.d.ts +5 -1
- package/dist/types/lib/components/Avatar/AvatarGroup.stories.d.ts +7 -3
- package/dist/types/lib/components/Avatar/Examples.stories.d.ts +1 -1
- package/dist/types/lib/components/Avatar/avatar.stories.d.ts +10 -2
- package/dist/types/lib/components/Button/ComboButton.stories.d.ts +10 -0
- package/dist/types/lib/components/Button/IconButton.stories.d.ts +7 -0
- package/dist/types/lib/components/ContextMenu/ContextMenu.stories.d.ts +7 -0
- package/dist/types/lib/components/{Page → Dashboard}/DashboardCard.d.ts +2 -2
- package/dist/types/lib/components/Dashboard/DashboardIcon.d.ts +10 -0
- package/dist/types/lib/components/Dashboard/index.d.ts +3 -0
- package/dist/types/lib/components/Dialog/DialogActivity.d.ts +1 -1
- package/dist/types/lib/components/Dialog/DialogActivityLog.d.ts +1 -1
- package/dist/types/lib/components/Dialog/DialogAttachments.stories.d.ts +1 -1
- package/dist/types/lib/components/Dialog/DialogHistorySegment.d.ts +1 -2
- package/dist/types/lib/components/Dialog/DialogList.d.ts +1 -1
- package/dist/types/lib/components/Dialog/DialogListItem.d.ts +3 -5
- package/dist/types/lib/components/Dialog/DialogSeenBy.d.ts +1 -1
- package/dist/types/lib/components/Dialog/DialogStatus.d.ts +1 -1
- package/dist/types/lib/components/Divider/Divider.d.ts +8 -0
- package/dist/types/lib/components/Divider/index.d.ts +1 -0
- package/dist/types/lib/components/Forms/Field.d.ts +3 -2
- package/dist/types/lib/components/Forms/Switch.d.ts +2 -1
- package/dist/types/lib/components/Forms/Switch.stories.d.ts +1 -1
- package/dist/types/lib/components/Header/Header.d.ts +1 -1
- package/dist/types/lib/components/Icon/Icon.d.ts +6 -1
- package/dist/types/lib/components/Icon/Icon.stories.d.ts +3 -1
- package/dist/types/lib/components/Icon/IconOrAvatar.d.ts +2 -1
- package/dist/types/lib/components/LayoutAction/LayoutAction.stories.d.ts +5 -0
- package/dist/types/lib/components/List/List.d.ts +10 -6
- package/dist/types/lib/components/List/List.stories.d.ts +6 -12
- package/dist/types/lib/components/List/ListBase.d.ts +6 -5
- package/dist/types/lib/components/List/ListItem.d.ts +14 -18
- package/dist/types/lib/components/List/ListItem.stories.d.ts +6 -4
- package/dist/types/lib/components/List/ListItemBase.d.ts +10 -12
- package/dist/types/lib/components/List/ListItemHeader.d.ts +6 -14
- package/dist/types/lib/components/List/ListItemIcon.d.ts +7 -4
- package/dist/types/lib/components/List/ListItemLabel.d.ts +6 -6
- package/dist/types/lib/components/List/ListItemLink.d.ts +1 -3
- package/dist/types/lib/components/List/ListItemSelect.d.ts +4 -10
- package/dist/types/lib/components/List/Specimens.stories.d.ts +6 -3
- package/dist/types/lib/components/List/index.d.ts +0 -1
- package/dist/types/lib/components/Menu/MenuItem.d.ts +5 -5
- package/dist/types/lib/components/Menu/MenuItemBase.d.ts +1 -1
- package/dist/types/lib/components/Menu/MenuItemIcon.d.ts +9 -7
- package/dist/types/lib/components/{Meta → Metadata}/MetaItem.d.ts +1 -1
- package/dist/types/lib/components/{Meta/MetaItemMedia.d.ts → Metadata/MetaItemIcon.d.ts} +2 -2
- package/dist/types/lib/components/{Meta → Metadata}/MetaProgress.d.ts +1 -1
- package/dist/types/lib/components/{Meta → Metadata}/MetaTimestamp.d.ts +1 -1
- package/dist/types/lib/components/Metadata/Metadata.stories.d.ts +7 -0
- package/dist/types/lib/components/{Meta → Metadata}/index.d.ts +1 -1
- package/dist/types/lib/components/Page/ContactSection.stories.d.ts +7 -0
- package/dist/types/lib/components/Page/Flex.d.ts +3 -1
- package/dist/types/lib/components/Page/Grid.d.ts +1 -1
- package/dist/types/lib/components/Page/PageHeader.d.ts +1 -1
- package/dist/types/lib/components/Page/PageHeader.stories.d.ts +1 -1
- package/dist/types/lib/components/Page/PageMenu.stories.d.ts +7 -0
- package/dist/types/lib/components/Page/index.d.ts +0 -3
- package/dist/types/lib/components/Profile/AccountListItem.d.ts +2 -1
- package/dist/types/lib/components/Profile/AccountListItem.stories.d.ts +57 -0
- package/dist/types/lib/components/ResourceList/ResourceList.d.ts +2 -2
- package/dist/types/lib/components/ResourceList/ResourceList.stories.d.ts +10 -3
- package/dist/types/lib/components/Search/SearchItem.d.ts +14 -0
- package/dist/types/lib/components/Search/index.d.ts +1 -10
- package/dist/types/lib/components/{Search → Searchbar}/Autocomplete.d.ts +1 -1
- package/dist/types/lib/components/{Search → Searchbar}/Searchbar.stories.d.ts +0 -1
- package/dist/types/lib/components/Searchbar/index.d.ts +10 -0
- package/dist/types/lib/components/Settings/Settings.d.ts +9 -0
- package/dist/types/lib/components/Settings/Settings.stories.d.ts +14 -0
- package/dist/types/lib/components/Settings/SettingsItem.d.ts +12 -0
- package/dist/types/lib/components/Settings/SettingsItem.stories.d.ts +51 -0
- package/dist/types/lib/components/Settings/index.d.ts +2 -0
- package/dist/types/lib/components/Timeline/TimelineActivity.stories.d.ts +0 -1
- package/dist/types/lib/components/Timeline/TimelineBase.d.ts +5 -5
- package/dist/types/lib/components/Timeline/TimelineHeader.d.ts +3 -5
- package/dist/types/lib/components/Timeline/TimelineHeader.stories.d.ts +2 -2
- package/dist/types/lib/components/Timeline/TimelineIcon.d.ts +11 -0
- package/dist/types/lib/components/Timeline/TimelineSegment.d.ts +2 -2
- package/dist/types/lib/components/Timeline/index.d.ts +1 -0
- package/dist/types/lib/components/Transmission/Transmission.d.ts +1 -1
- package/dist/types/lib/components/Transmission/Transmission.stories.d.ts +6 -9
- package/dist/types/lib/components/Typography/Heading.d.ts +9 -5
- package/dist/types/lib/components/Typography/Heading.stories.d.ts +1 -1
- package/dist/types/lib/components/Typography/Typography.d.ts +3 -3
- package/dist/types/lib/components/Typography/Typography.stories.d.ts +1 -1
- package/dist/types/lib/components/index.d.ts +7 -1
- package/dist/types/lib/stories/Admin/Settings.stories.d.ts +10 -0
- package/dist/types/lib/stories/Admin.stories.d.ts +18 -0
- package/dist/types/lib/stories/Inbox.stories.d.ts +20 -0
- package/dist/types/lib/stories/Portal.stories.d.ts +14 -0
- package/dist/types/lib/stories/Profile/Accounts.stories.d.ts +19 -0
- package/dist/types/lib/stories/Profile/Settings.stories.d.ts +16 -0
- package/dist/types/lib/stories/Profile.stories.d.ts +16 -0
- package/dist/types/lib/types/color.d.ts +2 -2
- package/dist/{usePagination-B4GfH2GQ.js → usePagination-Cpl0NjJN.js} +19 -20
- package/package.json +2 -2
- package/dist/ArrowLeft-C91mClJx.js +0 -25
- package/dist/ArrowRedo-BYz1MHxK.js +0 -25
- package/dist/ArrowRight-OLgmLkGy.js +0 -25
- package/dist/Bookmark-85oKfr9m.js +0 -25
- package/dist/Buildings2-DO6ftvL7.js +0 -25
- package/dist/ChevronUp-H8Nuww4h.js +0 -25
- package/dist/DocPencil-CVby07uu.js +0 -25
- package/dist/Handshake-Bz9FuL-x.js +0 -25
- package/dist/Inbox-z7qqLz8Y.js +0 -25
- package/dist/Package-ASRzCHA7.js +0 -25
- package/dist/PadlockLocked-xJsxvaHH.js +0 -25
- package/dist/PersonCircle-DMwECpgW.js +0 -25
- package/dist/Plus-B6MBOAcH.js +0 -25
- package/dist/Trash-DMlYh49i.js +0 -44
- package/dist/assets/MetaItemMedia.css +0 -1
- package/dist/assets/NotificationsItem.css +0 -1
- package/dist/companyAccess-DVKbpCnw.js +0 -626
- package/dist/components/Meta/MetaItem.js +0 -19
- package/dist/components/Meta/MetaItemMedia.js +0 -17
- package/dist/components/Meta/MetaProgress.js +0 -11
- package/dist/components/Meta/MetaTimestamp.js +0 -18
- package/dist/components/Meta/index.js +0 -19
- package/dist/components/Page/ArticleHeader.js +0 -16
- package/dist/components/Page/DashboardHeader.js +0 -25
- package/dist/components/Search/AutocompleteBase.js +0 -11
- package/dist/globalMenu-CtokaeGw.js +0 -124
- package/dist/types/lib/components/AccessAreaList/AccessAreaListItem.stories.d.ts +0 -40
- package/dist/types/lib/components/List/ListBase.stories.d.ts +0 -12
- package/dist/types/lib/components/List/MultilevelList.stories.d.ts +0 -5
- package/dist/types/lib/components/List/Patterns.stories.d.ts +0 -8
- package/dist/types/lib/components/Page/ArticleHeader.d.ts +0 -8
- package/dist/types/lib/components/Page/Examples.stories.d.ts +0 -27
- /package/dist/components/{Meta → Metadata}/MetaBase.js +0 -0
- /package/dist/components/{Meta → Metadata}/MetaItemBase.js +0 -0
- /package/dist/components/{Meta → Metadata}/MetaItemLabel.js +0 -0
- /package/dist/components/{Search → Searchbar}/AutocompleteGroup.js +0 -0
- /package/dist/components/{Search → Searchbar}/QueryLabel.js +0 -0
- /package/dist/components/{Search → Searchbar}/ScopeListItem.js +0 -0
- /package/dist/components/{Search → Searchbar}/SearchField.js +0 -0
- /package/dist/components/{Search → Searchbar}/Searchbar.js +0 -0
- /package/dist/components/{Search → Searchbar}/SearchbarBase.js +0 -0
- /package/dist/components/{Search → Searchbar}/SuggestListItem.js +0 -0
- /package/dist/types/lib/components/{Page → Dashboard}/DashboardHeader.d.ts +0 -0
- /package/dist/types/lib/components/{Page → Dashboard}/DashboardHeader.stories.d.ts +0 -0
- /package/dist/types/lib/components/{Meta → Metadata}/MetaBase.d.ts +0 -0
- /package/dist/types/lib/components/{Meta → Metadata}/MetaItem.stories.d.ts +0 -0
- /package/dist/types/lib/components/{Meta → Metadata}/MetaItemBase.d.ts +0 -0
- /package/dist/types/lib/components/{Meta → Metadata}/MetaItemLabel.d.ts +0 -0
- /package/dist/types/lib/components/{Meta → Metadata}/MetaProgress.stories.d.ts +0 -0
- /package/dist/types/lib/components/{Meta → Metadata}/MetaTimestamp.stories.d.ts +0 -0
- /package/dist/types/lib/components/{Meta → Metadata}/Metadata.d.ts +0 -0
- /package/dist/types/lib/components/{Search → Searchbar}/Autocomplete.stories.d.ts +0 -0
- /package/dist/types/lib/components/{Search → Searchbar}/AutocompleteBase.d.ts +0 -0
- /package/dist/types/lib/components/{Search → Searchbar}/AutocompleteGroup.d.ts +0 -0
- /package/dist/types/lib/components/{Search → Searchbar}/AutocompleteItem.d.ts +0 -0
- /package/dist/types/lib/components/{Search → Searchbar}/QueryLabel.d.ts +0 -0
- /package/dist/types/lib/components/{Search → Searchbar}/ScopeListItem.d.ts +0 -0
- /package/dist/types/lib/components/{Search → Searchbar}/SearchField.d.ts +0 -0
- /package/dist/types/lib/components/{Search → Searchbar}/Searchbar.d.ts +0 -0
- /package/dist/types/lib/components/{Search → Searchbar}/SearchbarBase.d.ts +0 -0
- /package/dist/types/lib/components/{Search → Searchbar}/SuggestListItem.d.ts +0 -0
|
@@ -1,87 +1,121 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import { jsxs as
|
|
2
|
+
import { jsxs as j, jsx as c } from "react/jsx-runtime";
|
|
3
3
|
import "../../index-L8X2o7IH.js";
|
|
4
|
-
import * as
|
|
5
|
-
import { forwardRef as
|
|
4
|
+
import * as o from "react";
|
|
5
|
+
import { forwardRef as f } from "react";
|
|
6
6
|
import "../RootProvider/RootProvider.js";
|
|
7
|
-
import {
|
|
8
|
-
import { DialogSeenBy as
|
|
9
|
-
import { DialogStatus as
|
|
10
|
-
import { DialogTouchedBy as
|
|
11
|
-
import "../
|
|
12
|
-
import { MetaBase as
|
|
13
|
-
import { MetaItem as
|
|
14
|
-
import { MetaTimestamp as
|
|
7
|
+
import { S as z, D as E } from "../../DialogActivityLog-wsSwha93.js";
|
|
8
|
+
import { DialogSeenBy as S } from "./DialogSeenBy.js";
|
|
9
|
+
import { DialogStatus as _ } from "./DialogStatus.js";
|
|
10
|
+
import { DialogTouchedBy as P } from "./DialogTouchedBy.js";
|
|
11
|
+
import "../Searchbar/AutocompleteBase.js";
|
|
12
|
+
import { MetaBase as R } from "../Metadata/MetaBase.js";
|
|
13
|
+
import { MetaItem as I } from "../Metadata/MetaItem.js";
|
|
14
|
+
import { MetaTimestamp as a } from "../Metadata/MetaTimestamp.js";
|
|
15
15
|
import "../Snackbar/useSnackbar.js";
|
|
16
|
-
import {
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
var
|
|
20
|
-
var i = {};
|
|
21
|
-
for (var e in t) Object.prototype.hasOwnProperty.call(t, e) && r.indexOf(e) < 0 && (i[e] = t[e]);
|
|
16
|
+
import { u as m } from "../../useId-CsCRkvK3.js";
|
|
17
|
+
var M = function(t, i) {
|
|
18
|
+
var r = {};
|
|
19
|
+
for (var e in t) Object.prototype.hasOwnProperty.call(t, e) && i.indexOf(e) < 0 && (r[e] = t[e]);
|
|
22
20
|
if (t != null && typeof Object.getOwnPropertySymbols == "function")
|
|
23
21
|
for (var l = 0, e = Object.getOwnPropertySymbols(t); l < e.length; l++)
|
|
24
|
-
|
|
25
|
-
return
|
|
22
|
+
i.indexOf(e[l]) < 0 && Object.prototype.propertyIsEnumerable.call(t, e[l]) && (r[e[l]] = t[e[l]]);
|
|
23
|
+
return r;
|
|
26
24
|
};
|
|
27
|
-
const
|
|
28
|
-
var { title:
|
|
29
|
-
let
|
|
30
|
-
return
|
|
25
|
+
const D = f((t, i) => {
|
|
26
|
+
var { title: r, titleId: e } = t, l = M(t, ["title", "titleId"]);
|
|
27
|
+
let n = m();
|
|
28
|
+
return n = r ? e || "title-" + n : void 0, o.createElement(
|
|
31
29
|
"svg",
|
|
32
|
-
Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24", focusable: !1, role: "img", ref:
|
|
33
|
-
|
|
34
|
-
|
|
30
|
+
Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24", focusable: !1, role: "img", ref: i, "aria-labelledby": n }, l),
|
|
31
|
+
r ? o.createElement("title", { id: n }, r) : null,
|
|
32
|
+
o.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M3.25 4A.75.75 0 0 1 4 3.25h16a.75.75 0 0 1 .75.75v4a.75.75 0 0 1-.75.75h-.25V19A1.75 1.75 0 0 1 18 20.75H6A1.75 1.75 0 0 1 4.25 19V8.75H4A.75.75 0 0 1 3.25 8zm2.5 4.75h12.5V19a.25.25 0 0 1-.25.25H6a.25.25 0 0 1-.25-.25zm-1-4v2.5h14.5v-2.5zm9.25 8.5a.75.75 0 0 0 0-1.5h-4a.75.75 0 0 0 0 1.5z", clipRule: "evenodd" })
|
|
35
33
|
);
|
|
36
34
|
});
|
|
37
|
-
var
|
|
38
|
-
var
|
|
39
|
-
for (var e in t) Object.prototype.hasOwnProperty.call(t, e) &&
|
|
35
|
+
var V = function(t, i) {
|
|
36
|
+
var r = {};
|
|
37
|
+
for (var e in t) Object.prototype.hasOwnProperty.call(t, e) && i.indexOf(e) < 0 && (r[e] = t[e]);
|
|
40
38
|
if (t != null && typeof Object.getOwnPropertySymbols == "function")
|
|
41
39
|
for (var l = 0, e = Object.getOwnPropertySymbols(t); l < e.length; l++)
|
|
42
|
-
|
|
43
|
-
return
|
|
40
|
+
i.indexOf(e[l]) < 0 && Object.prototype.propertyIsEnumerable.call(t, e[l]) && (r[e[l]] = t[e[l]]);
|
|
41
|
+
return r;
|
|
44
42
|
};
|
|
45
|
-
const
|
|
46
|
-
var { title:
|
|
47
|
-
let
|
|
48
|
-
return
|
|
43
|
+
const B = f((t, i) => {
|
|
44
|
+
var { title: r, titleId: e } = t, l = V(t, ["title", "titleId"]);
|
|
45
|
+
let n = m();
|
|
46
|
+
return n = r ? e || "title-" + n : void 0, o.createElement(
|
|
49
47
|
"svg",
|
|
50
|
-
Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24", focusable: !1, role: "img", ref:
|
|
51
|
-
|
|
52
|
-
|
|
48
|
+
Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24", focusable: !1, role: "img", ref: i, "aria-labelledby": n }, l),
|
|
49
|
+
r ? o.createElement("title", { id: n }, r) : null,
|
|
50
|
+
o.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M8.25 3.5c0-.69.56-1.25 1.25-1.25H14a.75.75 0 0 1 .53.22l5 5c.141.14.22.331.22.53v8.5c0 .69-.56 1.25-1.25 1.25h-9c-.69 0-1.25-.56-1.25-1.25zm6.25 5.25c-.69 0-1.25-.56-1.25-1.25V3.75h-3.5v12.5h8.5v-7.5zm.25-3.94 2.44 2.44h-2.44zM6.502 7.75H5.75v12.5h8.5v-.748a.75.75 0 0 1 1.5 0v.998c0 .69-.56 1.25-1.25 1.25h-9c-.69 0-1.25-.56-1.25-1.25v-13c0-.69.56-1.25 1.25-1.25h1.002a.75.75 0 1 1 0 1.5", clipRule: "evenodd" })
|
|
51
|
+
);
|
|
52
|
+
});
|
|
53
|
+
var H = function(t, i) {
|
|
54
|
+
var r = {};
|
|
55
|
+
for (var e in t) Object.prototype.hasOwnProperty.call(t, e) && i.indexOf(e) < 0 && (r[e] = t[e]);
|
|
56
|
+
if (t != null && typeof Object.getOwnPropertySymbols == "function")
|
|
57
|
+
for (var l = 0, e = Object.getOwnPropertySymbols(t); l < e.length; l++)
|
|
58
|
+
i.indexOf(e[l]) < 0 && Object.prototype.propertyIsEnumerable.call(t, e[l]) && (r[e[l]] = t[e[l]]);
|
|
59
|
+
return r;
|
|
60
|
+
};
|
|
61
|
+
const C = f((t, i) => {
|
|
62
|
+
var { title: r, titleId: e } = t, l = H(t, ["title", "titleId"]);
|
|
63
|
+
let n = m();
|
|
64
|
+
return n = r ? e || "title-" + n : void 0, o.createElement(
|
|
65
|
+
"svg",
|
|
66
|
+
Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24", focusable: !1, role: "img", ref: i, "aria-labelledby": n }, l),
|
|
67
|
+
r ? o.createElement("title", { id: n }, r) : null,
|
|
68
|
+
o.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M15.912 4.382c-.546.032-1.086.292-1.503.71l-8.132 8.131c-1.2 1.201-1.754 3.549 0 5.304 1.755 1.754 4.103 1.2 5.304 0l7.424-7.425a.75.75 0 0 1 1.06 1.06l-7.424 7.425c-1.627 1.628-4.936 2.488-7.424 0s-1.628-5.797 0-7.424l8.131-8.132c.644-.643 1.518-1.09 2.475-1.146.976-.058 1.978.295 2.829 1.146.85.851 1.203 1.853 1.146 2.828-.056.957-.503 1.832-1.146 2.475l-7.425 7.425c-.316.316-.838.553-1.376.613-.568.063-1.255-.062-1.806-.613-.55-.55-.676-1.238-.613-1.806.06-.538.297-1.06.613-1.376l6.718-6.718a.75.75 0 0 1 1.06 1.061l-6.717 6.718a.95.95 0 0 0-.183.48c-.025.227.026.424.183.58.156.157.353.208.58.183a.95.95 0 0 0 .48-.183l7.425-7.424c.417-.418.678-.957.71-1.503.03-.527-.147-1.116-.71-1.68s-1.152-.74-1.68-.71", clipRule: "evenodd" })
|
|
69
|
+
);
|
|
70
|
+
});
|
|
71
|
+
var T = function(t, i) {
|
|
72
|
+
var r = {};
|
|
73
|
+
for (var e in t) Object.prototype.hasOwnProperty.call(t, e) && i.indexOf(e) < 0 && (r[e] = t[e]);
|
|
74
|
+
if (t != null && typeof Object.getOwnPropertySymbols == "function")
|
|
75
|
+
for (var l = 0, e = Object.getOwnPropertySymbols(t); l < e.length; l++)
|
|
76
|
+
i.indexOf(e[l]) < 0 && Object.prototype.propertyIsEnumerable.call(t, e[l]) && (r[e[l]] = t[e[l]]);
|
|
77
|
+
return r;
|
|
78
|
+
};
|
|
79
|
+
const $ = f((t, i) => {
|
|
80
|
+
var { title: r, titleId: e } = t, l = T(t, ["title", "titleId"]);
|
|
81
|
+
let n = m();
|
|
82
|
+
return n = r ? e || "title-" + n : void 0, o.createElement(
|
|
83
|
+
"svg",
|
|
84
|
+
Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24", focusable: !1, role: "img", ref: i, "aria-labelledby": n }, l),
|
|
85
|
+
r ? o.createElement("title", { id: n }, r) : null,
|
|
86
|
+
o.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M4.5 6.25a.75.75 0 0 0 0 1.5h.805l.876 11.384a1.75 1.75 0 0 0 1.745 1.616h8.148a1.75 1.75 0 0 0 1.745-1.616l.876-11.384h.805a.75.75 0 0 0 0-1.5h-2.75V6A2.75 2.75 0 0 0 14 3.25h-4A2.75 2.75 0 0 0 7.25 6v.25zm5.5-1.5c-.69 0-1.25.56-1.25 1.25v.25h6.5V6c0-.69-.56-1.25-1.25-1.25zm-3.19 3 .867 11.27c.01.13.118.23.249.23h8.148c.13 0 .24-.1.25-.23l.866-11.27zm3.19 2a.75.75 0 0 1 .75.75v6a.75.75 0 0 1-1.5 0v-6a.75.75 0 0 1 .75-.75m4 0a.75.75 0 0 1 .75.75v6a.75.75 0 0 1-1.5 0v-6a.75.75 0 0 1 .75-.75", clipRule: "evenodd" })
|
|
53
87
|
);
|
|
54
88
|
}), L = ({
|
|
55
89
|
className: t,
|
|
56
|
-
loading:
|
|
57
|
-
status:
|
|
90
|
+
loading: i,
|
|
91
|
+
status: r,
|
|
58
92
|
sender: e,
|
|
59
93
|
updatedAt: l,
|
|
60
|
-
updatedAtLabel:
|
|
61
|
-
dueAt:
|
|
62
|
-
dueAtLabel:
|
|
63
|
-
trashedAt:
|
|
64
|
-
trashedAtLabel:
|
|
65
|
-
archivedAt:
|
|
66
|
-
archivedAtLabel:
|
|
67
|
-
seenBy:
|
|
68
|
-
touchedBy:
|
|
69
|
-
attachmentsCount:
|
|
94
|
+
updatedAtLabel: n,
|
|
95
|
+
dueAt: d,
|
|
96
|
+
dueAtLabel: p,
|
|
97
|
+
trashedAt: s,
|
|
98
|
+
trashedAtLabel: v,
|
|
99
|
+
archivedAt: u,
|
|
100
|
+
archivedAtLabel: h,
|
|
101
|
+
seenBy: y,
|
|
102
|
+
touchedBy: O,
|
|
103
|
+
attachmentsCount: b = 0,
|
|
70
104
|
attachmentsLabel: g,
|
|
71
|
-
transmissionsLabel:
|
|
72
|
-
activityLog:
|
|
73
|
-
}) => /* @__PURE__ */
|
|
74
|
-
|
|
75
|
-
l && /* @__PURE__ */
|
|
76
|
-
/* @__PURE__ */
|
|
77
|
-
|
|
105
|
+
transmissionsLabel: w,
|
|
106
|
+
activityLog: x
|
|
107
|
+
}) => /* @__PURE__ */ j(R, { className: t, size: "xs", children: [
|
|
108
|
+
r && /* @__PURE__ */ c(_, { loading: i, size: "xs", ...r }),
|
|
109
|
+
l && /* @__PURE__ */ j(a, { loading: i, datetime: l, size: "xs", children: [
|
|
110
|
+
/* @__PURE__ */ c("strong", { children: e && e.name + ", " }),
|
|
111
|
+
n
|
|
78
112
|
] }),
|
|
79
|
-
|
|
80
|
-
(g ||
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
113
|
+
d && p && /* @__PURE__ */ c(a, { loading: i, datetime: d, size: "xs", icon: z, children: p }),
|
|
114
|
+
(g || b > 0) && /* @__PURE__ */ c(I, { loading: i, size: "xs", icon: C, children: g || b }),
|
|
115
|
+
w && /* @__PURE__ */ c(I, { loading: i, size: "xs", icon: B, children: w }),
|
|
116
|
+
s && v && /* @__PURE__ */ c(a, { loading: i, datetime: s, size: "xs", icon: $, children: v }) || u && h && /* @__PURE__ */ c(a, { loading: i, datetime: u, size: "xs", icon: D, children: h }) || y && /* @__PURE__ */ c(S, { size: "xs", ...y, loading: i }),
|
|
117
|
+
x && /* @__PURE__ */ c(E, { ...x, loading: i, size: "xs" }),
|
|
118
|
+
O && /* @__PURE__ */ c(P, { ...O, loading: i, size: "xs" })
|
|
85
119
|
] });
|
|
86
120
|
export {
|
|
87
121
|
L as DialogMetadata
|
|
@@ -4,7 +4,7 @@ import "react";
|
|
|
4
4
|
import "../RootProvider/RootProvider.js";
|
|
5
5
|
import { Typography as p } from "../Typography/Typography.js";
|
|
6
6
|
import { Heading as t } from "../Typography/Heading.js";
|
|
7
|
-
import "../
|
|
7
|
+
import "../Searchbar/AutocompleteBase.js";
|
|
8
8
|
import "../Snackbar/useSnackbar.js";
|
|
9
9
|
import { Section as n } from "../Page/Section.js";
|
|
10
10
|
const d = ({ title: r, children: o }) => o ? /* @__PURE__ */ m(n, { spacing: 4, children: [
|
|
@@ -4,9 +4,9 @@ import "../../index-L8X2o7IH.js";
|
|
|
4
4
|
import * as a from "react";
|
|
5
5
|
import { forwardRef as f } from "react";
|
|
6
6
|
import "../RootProvider/RootProvider.js";
|
|
7
|
-
import "../
|
|
7
|
+
import "../Searchbar/AutocompleteBase.js";
|
|
8
8
|
import "../Snackbar/useSnackbar.js";
|
|
9
|
-
import { MetaItem as m } from "../
|
|
9
|
+
import { MetaItem as m } from "../Metadata/MetaItem.js";
|
|
10
10
|
import { S as s } from "../../Eye-CMPIjkcy.js";
|
|
11
11
|
import { u as p } from "../../useId-CsCRkvK3.js";
|
|
12
12
|
var d = function(t, o) {
|
|
@@ -2,7 +2,7 @@ import { jsxs as l, jsx as c } from "react/jsx-runtime";
|
|
|
2
2
|
import { c as s } from "../../index-L8X2o7IH.js";
|
|
3
3
|
import "react";
|
|
4
4
|
import "../RootProvider/RootProvider.js";
|
|
5
|
-
import "../
|
|
5
|
+
import "../Searchbar/AutocompleteBase.js";
|
|
6
6
|
import "../Snackbar/useSnackbar.js";
|
|
7
7
|
import { CheckboxIcon as n } from "../Icon/CheckboxIcon.js";
|
|
8
8
|
import '../../assets/DialogSelect.css';const r = "_label_10zwy_1", a = "_input_10zwy_15", p = "_icon_10zwy_19", o = {
|
|
@@ -2,10 +2,10 @@ import { jsx as n } from "react/jsx-runtime";
|
|
|
2
2
|
import "../../index-L8X2o7IH.js";
|
|
3
3
|
import "react";
|
|
4
4
|
import "../RootProvider/RootProvider.js";
|
|
5
|
-
import "../
|
|
5
|
+
import "../Searchbar/AutocompleteBase.js";
|
|
6
6
|
import "../Snackbar/useSnackbar.js";
|
|
7
|
-
import { MetaItem as o } from "../
|
|
8
|
-
import { MetaProgress as s } from "../
|
|
7
|
+
import { MetaItem as o } from "../Metadata/MetaItem.js";
|
|
8
|
+
import { MetaProgress as s } from "../Metadata/MetaProgress.js";
|
|
9
9
|
var p = /* @__PURE__ */ ((r) => (r.draft = "DRAFT", r.sent = "SENT", r.new = "NEW", r.completed = "COMPLETED", r["in-progress"] = "IN_PROGRESS", r["requires-attention"] = "REQUIRES_ATTENTION", r))(p || {});
|
|
10
10
|
const R = ({ loading: r, size: i = "xs", value: t = "new", label: e }) => {
|
|
11
11
|
if (r)
|
|
@@ -2,7 +2,7 @@ import { jsx as t } from "react/jsx-runtime";
|
|
|
2
2
|
import "../../index-L8X2o7IH.js";
|
|
3
3
|
import "react";
|
|
4
4
|
import "../RootProvider/RootProvider.js";
|
|
5
|
-
import "../
|
|
5
|
+
import "../Searchbar/AutocompleteBase.js";
|
|
6
6
|
import "../Snackbar/useSnackbar.js";
|
|
7
7
|
import { PageTabs as i } from "../Page/PageTabs.js";
|
|
8
8
|
const f = ({ id: o = "dialog-tabs", items: r = [] }) => /* @__PURE__ */ t(i, { id: o, items: r });
|
|
@@ -5,23 +5,23 @@ import "../../index-L8X2o7IH.js";
|
|
|
5
5
|
import { Badge as _ } from "../Badge/Badge.js";
|
|
6
6
|
import { Byline as y } from "../Byline/Byline.js";
|
|
7
7
|
import "../RootProvider/RootProvider.js";
|
|
8
|
-
import {
|
|
9
|
-
import { MetaBase as
|
|
10
|
-
import { MetaItem as x } from "../
|
|
11
|
-
import "../
|
|
8
|
+
import { List as S } from "../List/List.js";
|
|
9
|
+
import { MetaBase as B } from "../Metadata/MetaBase.js";
|
|
10
|
+
import { MetaItem as x } from "../Metadata/MetaItem.js";
|
|
11
|
+
import "../Searchbar/AutocompleteBase.js";
|
|
12
12
|
import "../Snackbar/useSnackbar.js";
|
|
13
13
|
import { Section as L } from "../Page/Section.js";
|
|
14
14
|
import { S as b } from "../../Eye-CMPIjkcy.js";
|
|
15
15
|
import '../../assets/SeenByLog.css';const j = "_list_ofoda_1", v = "_item_ofoda_7", s = {
|
|
16
16
|
list: j,
|
|
17
17
|
item: v
|
|
18
|
-
}, D = ({ collapsible: m, expanded:
|
|
19
|
-
const [l, p] = u(
|
|
18
|
+
}, D = ({ collapsible: m, expanded: c, title: i, items: o, endUserLabel: a = "You" }) => {
|
|
19
|
+
const [l, p] = u(c || !m);
|
|
20
20
|
return /* @__PURE__ */ r(L, { spacing: 2, children: [
|
|
21
|
-
i && /* @__PURE__ */ e(
|
|
21
|
+
i && /* @__PURE__ */ e(B, { children: /* @__PURE__ */ e(x, { icon: b, as: "button", onClick: () => {
|
|
22
22
|
p((t) => !t);
|
|
23
23
|
}, children: i }) }),
|
|
24
|
-
l && /* @__PURE__ */ e(
|
|
24
|
+
l && /* @__PURE__ */ e(S, { className: s.list, children: o == null ? void 0 : o.map((t) => {
|
|
25
25
|
const { id: d, name: n, seenAt: f, seenAtLabel: g, isEndUser: h } = t;
|
|
26
26
|
return /* @__PURE__ */ r("li", { className: s.item, children: [
|
|
27
27
|
/* @__PURE__ */ r(y, { size: "sm", datetime: f, avatar: { name: n, type: "person" }, children: [
|
|
@@ -29,7 +29,7 @@ import '../../assets/SeenByLog.css';const j = "_list_ofoda_1", v = "_item_ofoda_
|
|
|
29
29
|
" ",
|
|
30
30
|
g
|
|
31
31
|
] }),
|
|
32
|
-
h && /* @__PURE__ */ e(_, { theme: "surface", children:
|
|
32
|
+
h && /* @__PURE__ */ e(_, { theme: "surface", children: a })
|
|
33
33
|
] }, d);
|
|
34
34
|
}) })
|
|
35
35
|
] });
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { Dialog as t } from "./Dialog.js";
|
|
2
|
-
import { DialogLayout as
|
|
2
|
+
import { DialogLayout as a } from "./DialogLayout.js";
|
|
3
3
|
import { DialogHeader as m } from "./DialogHeader.js";
|
|
4
4
|
import { DialogBody as l } from "./DialogBody.js";
|
|
5
|
-
import { DialogTabs as
|
|
6
|
-
import { DialogSection as
|
|
5
|
+
import { DialogTabs as D } from "./DialogTabs.js";
|
|
6
|
+
import { DialogSection as x } from "./DialogSection.js";
|
|
7
7
|
import { DialogContact as n } from "./DialogContact.js";
|
|
8
8
|
import { DialogHistory as c } from "./DialogHistory.js";
|
|
9
9
|
import { DialogHistorySegment as u } from "./DialogHistorySegment.js";
|
|
@@ -14,7 +14,7 @@ import { DialogListItem as T } from "./DialogListItem.js";
|
|
|
14
14
|
import { DialogMetadata as v } from "./DialogMetadata.js";
|
|
15
15
|
import { DialogByline as E } from "./DialogByline.js";
|
|
16
16
|
import { DialogActions as M } from "./DialogActions.js";
|
|
17
|
-
import {
|
|
17
|
+
import { D as k } from "../../DialogActivityLog-wsSwha93.js";
|
|
18
18
|
import { DialogSeenBy as w } from "./DialogSeenBy.js";
|
|
19
19
|
import { DialogSelect as F } from "./DialogSelect.js";
|
|
20
20
|
import { DialogStatus as K, DialogStatusEnum as N } from "./DialogStatus.js";
|
|
@@ -35,17 +35,17 @@ export {
|
|
|
35
35
|
c as DialogHistory,
|
|
36
36
|
d as DialogHistoryItem,
|
|
37
37
|
u as DialogHistorySegment,
|
|
38
|
-
|
|
38
|
+
a as DialogLayout,
|
|
39
39
|
H as DialogList,
|
|
40
40
|
h as DialogListGroup,
|
|
41
41
|
T as DialogListItem,
|
|
42
42
|
v as DialogMetadata,
|
|
43
|
-
|
|
43
|
+
x as DialogSection,
|
|
44
44
|
w as DialogSeenBy,
|
|
45
45
|
F as DialogSelect,
|
|
46
46
|
K as DialogStatus,
|
|
47
47
|
N as DialogStatusEnum,
|
|
48
|
-
|
|
48
|
+
D as DialogTabs,
|
|
49
49
|
R as DialogTouchedBy,
|
|
50
50
|
X as SeenByLog
|
|
51
51
|
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { jsx as t } from "react/jsx-runtime";
|
|
2
|
+
import '../../assets/Divider.css';const d = "_divider_1ismz_1", o = {
|
|
3
|
+
divider: d
|
|
4
|
+
}, a = ({ as: e, size: i, color: r = "neutral" }) => /* @__PURE__ */ t(e || "hr", { "aria-hidden": "true", className: o.divider, "data-size": i, "data-color": r });
|
|
5
|
+
export {
|
|
6
|
+
a as Divider
|
|
7
|
+
};
|
|
@@ -4,7 +4,7 @@ import "react";
|
|
|
4
4
|
import { ButtonBase as m } from "../Button/ButtonBase.js";
|
|
5
5
|
import { ButtonLabel as n } from "../Button/ButtonLabel.js";
|
|
6
6
|
import "../RootProvider/RootProvider.js";
|
|
7
|
-
import "../
|
|
7
|
+
import "../Searchbar/AutocompleteBase.js";
|
|
8
8
|
import "../Snackbar/useSnackbar.js";
|
|
9
9
|
import '../../assets/DrawerButton.css';const s = "_button_19v2d_1", e = {
|
|
10
10
|
button: s
|
|
@@ -2,7 +2,7 @@ import { jsxs as a, jsx as t } from "react/jsx-runtime";
|
|
|
2
2
|
import { c } from "../../index-L8X2o7IH.js";
|
|
3
3
|
import "react";
|
|
4
4
|
import "../RootProvider/RootProvider.js";
|
|
5
|
-
import "../
|
|
5
|
+
import "../Searchbar/AutocompleteBase.js";
|
|
6
6
|
import "../Snackbar/useSnackbar.js";
|
|
7
7
|
import { IconButton as m } from "../Button/IconButton.js";
|
|
8
8
|
import { S as l } from "../../XMark-Bv1I87Ev.js";
|
|
@@ -9,7 +9,7 @@ import { DrawerHeader as a } from "./DrawerHeader.js";
|
|
|
9
9
|
import { DrawerFooter as s } from "./DrawerFooter.js";
|
|
10
10
|
import { DrawerButton as k } from "./DrawerButton.js";
|
|
11
11
|
import { DrawerBody as b } from "./DrawerBody.js";
|
|
12
|
-
import "../
|
|
12
|
+
import "../Searchbar/AutocompleteBase.js";
|
|
13
13
|
import "../Snackbar/useSnackbar.js";
|
|
14
14
|
const z = ({
|
|
15
15
|
open: m = !1,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { A as D, B as e, a as o, C as i, b as t, c as r, D as n, H as g, L as p, d, e as x, P as f, f as h, g as l, h as m, i as P, S as b, j as S, T as c, u as C } from "../../usePagination-
|
|
1
|
+
import { A as D, B as e, a as o, C as i, b as t, c as r, D as n, H as g, L as p, d, e as x, P as f, f as h, g as l, h as m, i as P, S as b, j as S, T as c, u as C } from "../../usePagination-Cpl0NjJN.js";
|
|
2
2
|
import { D as k } from "../../index-B7UjMwQm.js";
|
|
3
3
|
import { P as B } from "../../Paragraph-CFjOkbXa.js";
|
|
4
4
|
import { V as A } from "../../index-Bq6w9CqA.js";
|
|
@@ -2,7 +2,7 @@ import { jsxs as p, jsx as o } from "react/jsx-runtime";
|
|
|
2
2
|
import "../../index-L8X2o7IH.js";
|
|
3
3
|
import "react";
|
|
4
4
|
import "../RootProvider/RootProvider.js";
|
|
5
|
-
import "../
|
|
5
|
+
import "../Searchbar/AutocompleteBase.js";
|
|
6
6
|
import "../Snackbar/useSnackbar.js";
|
|
7
7
|
import { Field as e } from "./Field.js";
|
|
8
8
|
import { Label as c } from "./Label.js";
|
|
@@ -2,7 +2,7 @@ import { jsx as o } from "react/jsx-runtime";
|
|
|
2
2
|
import "../../index-L8X2o7IH.js";
|
|
3
3
|
import "react";
|
|
4
4
|
import "../RootProvider/RootProvider.js";
|
|
5
|
-
import "../
|
|
5
|
+
import "../Searchbar/AutocompleteBase.js";
|
|
6
6
|
import "../Snackbar/useSnackbar.js";
|
|
7
7
|
import { Checkbox as i } from "./Checkbox.js";
|
|
8
8
|
import { OptionsBase as e } from "./OptionsBase.js";
|
|
@@ -1,6 +1,15 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import { F as
|
|
3
|
-
const
|
|
1
|
+
import { jsx as d } from "react/jsx-runtime";
|
|
2
|
+
import { F as e } from "../../index-Bq6w9CqA.js";
|
|
3
|
+
const n = ({ size: t, color: o, reverse: r, children: a, ...i }) => /* @__PURE__ */ d(
|
|
4
|
+
e,
|
|
5
|
+
{
|
|
6
|
+
...i,
|
|
7
|
+
"data-size": t,
|
|
8
|
+
"data-color": o,
|
|
9
|
+
"data-position": r ? "end" : "start",
|
|
10
|
+
children: a
|
|
11
|
+
}
|
|
12
|
+
);
|
|
4
13
|
export {
|
|
5
|
-
|
|
14
|
+
n as Field
|
|
6
15
|
};
|
|
@@ -3,7 +3,7 @@ import "../../index-L8X2o7IH.js";
|
|
|
3
3
|
import "react";
|
|
4
4
|
import "../RootProvider/RootProvider.js";
|
|
5
5
|
import { Typography as e } from "../Typography/Typography.js";
|
|
6
|
-
import "../
|
|
6
|
+
import "../Searchbar/AutocompleteBase.js";
|
|
7
7
|
import "../Snackbar/useSnackbar.js";
|
|
8
8
|
import { Field as n } from "./Field.js";
|
|
9
9
|
import { Label as c } from "./Label.js";
|
|
@@ -2,7 +2,7 @@ import { jsxs as i, jsx as m } from "react/jsx-runtime";
|
|
|
2
2
|
import "../../index-L8X2o7IH.js";
|
|
3
3
|
import "react";
|
|
4
4
|
import "../RootProvider/RootProvider.js";
|
|
5
|
-
import "../
|
|
5
|
+
import "../Searchbar/AutocompleteBase.js";
|
|
6
6
|
import "../Snackbar/useSnackbar.js";
|
|
7
7
|
import { Fieldset as e } from "./Fieldset.js";
|
|
8
8
|
import { Legend as p } from "./Legend.js";
|
|
@@ -2,7 +2,7 @@ import { jsxs as p, jsx as o } from "react/jsx-runtime";
|
|
|
2
2
|
import "../../index-L8X2o7IH.js";
|
|
3
3
|
import "react";
|
|
4
4
|
import "../RootProvider/RootProvider.js";
|
|
5
|
-
import "../
|
|
5
|
+
import "../Searchbar/AutocompleteBase.js";
|
|
6
6
|
import "../Snackbar/useSnackbar.js";
|
|
7
7
|
import { Field as e } from "./Field.js";
|
|
8
8
|
import { Label as d } from "./Label.js";
|
|
@@ -2,7 +2,7 @@ import { jsx as m } from "react/jsx-runtime";
|
|
|
2
2
|
import "../../index-L8X2o7IH.js";
|
|
3
3
|
import "react";
|
|
4
4
|
import "../RootProvider/RootProvider.js";
|
|
5
|
-
import "../
|
|
5
|
+
import "../Searchbar/AutocompleteBase.js";
|
|
6
6
|
import "../Snackbar/useSnackbar.js";
|
|
7
7
|
import { Radio as a } from "./Radio.js";
|
|
8
8
|
import { OptionsBase as e } from "./OptionsBase.js";
|
|
@@ -2,7 +2,7 @@ import { jsx as o } from "react/jsx-runtime";
|
|
|
2
2
|
import "../../index-L8X2o7IH.js";
|
|
3
3
|
import "react";
|
|
4
4
|
import "../RootProvider/RootProvider.js";
|
|
5
|
-
import "../
|
|
5
|
+
import "../Searchbar/AutocompleteBase.js";
|
|
6
6
|
import "../Snackbar/useSnackbar.js";
|
|
7
7
|
import { Select as e } from "./Select.js";
|
|
8
8
|
import { FieldBase as p } from "./FieldBase.js";
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import { jsxs as
|
|
1
|
+
import { jsxs as e, jsx as o } from "react/jsx-runtime";
|
|
2
2
|
import "../../index-L8X2o7IH.js";
|
|
3
3
|
import "react";
|
|
4
4
|
import "../RootProvider/RootProvider.js";
|
|
5
|
-
import "../
|
|
5
|
+
import "../Searchbar/AutocompleteBase.js";
|
|
6
6
|
import "../Snackbar/useSnackbar.js";
|
|
7
|
-
import { Field as
|
|
8
|
-
import { Label as
|
|
9
|
-
import { Input as
|
|
10
|
-
const
|
|
11
|
-
/* @__PURE__ */ o(
|
|
12
|
-
!!r && /* @__PURE__ */ o(
|
|
7
|
+
import { Field as c } from "./Field.js";
|
|
8
|
+
import { Label as h } from "./Label.js";
|
|
9
|
+
import { Input as n } from "./Input.js";
|
|
10
|
+
const k = ({ reverse: t, size: i, color: m, label: r, ...p }) => /* @__PURE__ */ e(c, { size: i, color: m, reverse: t, children: [
|
|
11
|
+
/* @__PURE__ */ o(n, { ...p, type: "checkbox", role: "switch" }),
|
|
12
|
+
!!r && /* @__PURE__ */ o(h, { children: r })
|
|
13
13
|
] });
|
|
14
14
|
export {
|
|
15
|
-
|
|
15
|
+
k as Switch
|
|
16
16
|
};
|
|
@@ -2,7 +2,7 @@ import { jsx as m } from "react/jsx-runtime";
|
|
|
2
2
|
import "../../index-L8X2o7IH.js";
|
|
3
3
|
import "react";
|
|
4
4
|
import "../RootProvider/RootProvider.js";
|
|
5
|
-
import "../
|
|
5
|
+
import "../Searchbar/AutocompleteBase.js";
|
|
6
6
|
import "../Snackbar/useSnackbar.js";
|
|
7
7
|
import { Switch as o } from "./Switch.js";
|
|
8
8
|
import { OptionsBase as s } from "./OptionsBase.js";
|
|
@@ -2,7 +2,7 @@ import { jsx as r } from "react/jsx-runtime";
|
|
|
2
2
|
import "../../index-L8X2o7IH.js";
|
|
3
3
|
import "react";
|
|
4
4
|
import "../RootProvider/RootProvider.js";
|
|
5
|
-
import "../
|
|
5
|
+
import "../Searchbar/AutocompleteBase.js";
|
|
6
6
|
import "../Snackbar/useSnackbar.js";
|
|
7
7
|
import { Input as e } from "./Input.js";
|
|
8
8
|
import { FieldBase as n } from "./FieldBase.js";
|
|
@@ -2,7 +2,7 @@ import { jsx as r } from "react/jsx-runtime";
|
|
|
2
2
|
import "../../index-L8X2o7IH.js";
|
|
3
3
|
import "react";
|
|
4
4
|
import "../RootProvider/RootProvider.js";
|
|
5
|
-
import "../
|
|
5
|
+
import "../Searchbar/AutocompleteBase.js";
|
|
6
6
|
import "../Snackbar/useSnackbar.js";
|
|
7
7
|
import { Textarea as p } from "./Textarea.js";
|
|
8
8
|
import { FieldBase as a } from "./FieldBase.js";
|
|
@@ -1,30 +1,30 @@
|
|
|
1
1
|
import { jsxs as m, jsx as i } from "react/jsx-runtime";
|
|
2
|
-
import { MenuItemBase as
|
|
3
|
-
import { MenuItemLabel as
|
|
2
|
+
import { MenuItemBase as s } from "../Menu/MenuItemBase.js";
|
|
3
|
+
import { MenuItemLabel as r } from "../Menu/MenuItemLabel.js";
|
|
4
4
|
import { MenuItemIcon as t } from "../Menu/MenuItemIcon.js";
|
|
5
5
|
import "../../index-L8X2o7IH.js";
|
|
6
6
|
import "react";
|
|
7
7
|
import "../RootProvider/RootProvider.js";
|
|
8
|
-
import "../
|
|
8
|
+
import "../Searchbar/AutocompleteBase.js";
|
|
9
9
|
import "../Snackbar/useSnackbar.js";
|
|
10
10
|
import { S as n } from "../../ChevronRight-DUaHaWi-.js";
|
|
11
|
-
import '../../assets/AccountButton.css';const _ = "_label_1dcj3_1",
|
|
11
|
+
import '../../assets/AccountButton.css';const _ = "_label_1dcj3_1", g = "_title_1dcj3_7", b = "_description_1dcj3_13", l = {
|
|
12
12
|
label: _,
|
|
13
|
-
title:
|
|
14
|
-
description:
|
|
15
|
-
},
|
|
13
|
+
title: g,
|
|
14
|
+
description: b
|
|
15
|
+
}, B = ({ account: e, linkText: p, onClick: d, multipleAccounts: o }) => o ? /* @__PURE__ */ m(s, { size: "lg", onClick: d, linkText: p, linkIcon: n, as: "button", children: [
|
|
16
16
|
/* @__PURE__ */ i(
|
|
17
17
|
t,
|
|
18
18
|
{
|
|
19
|
-
size: "
|
|
20
|
-
|
|
19
|
+
size: "lg",
|
|
20
|
+
icon: {
|
|
21
21
|
name: e.name,
|
|
22
22
|
type: e.type
|
|
23
23
|
}
|
|
24
24
|
}
|
|
25
25
|
),
|
|
26
26
|
/* @__PURE__ */ i(
|
|
27
|
-
|
|
27
|
+
r,
|
|
28
28
|
{
|
|
29
29
|
className: l.label,
|
|
30
30
|
size: "md",
|
|
@@ -33,19 +33,19 @@ import '../../assets/AccountButton.css';const _ = "_label_1dcj3_1", b = "_title_
|
|
|
33
33
|
description: e == null ? void 0 : e.description
|
|
34
34
|
}
|
|
35
35
|
)
|
|
36
|
-
] }) : /* @__PURE__ */ m(
|
|
36
|
+
] }) : /* @__PURE__ */ m(s, { size: "lg", as: "div", children: [
|
|
37
37
|
/* @__PURE__ */ i(
|
|
38
38
|
t,
|
|
39
39
|
{
|
|
40
|
-
size: "
|
|
41
|
-
|
|
40
|
+
size: "lg",
|
|
41
|
+
icon: {
|
|
42
42
|
name: e.name,
|
|
43
43
|
type: e.type
|
|
44
44
|
}
|
|
45
45
|
}
|
|
46
46
|
),
|
|
47
47
|
/* @__PURE__ */ i(
|
|
48
|
-
|
|
48
|
+
r,
|
|
49
49
|
{
|
|
50
50
|
className: l.label,
|
|
51
51
|
size: "md",
|
|
@@ -56,5 +56,5 @@ import '../../assets/AccountButton.css';const _ = "_label_1dcj3_1", b = "_title_
|
|
|
56
56
|
)
|
|
57
57
|
] });
|
|
58
58
|
export {
|
|
59
|
-
|
|
59
|
+
B as AccountButton
|
|
60
60
|
};
|