@altinn/altinn-components 0.27.1 → 0.28.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/dist/{Checkmark-RgzvRNxP.js → Checkmark-D17Nyv_u.js} +1 -1
- package/dist/{ChevronRight-DUaHaWi-.js → ChevronRight-BbelnTke.js} +1 -1
- package/dist/{ChevronDown-CRAwzuD3.js → ChevronUp-DR4Lz2Jb.js} +22 -3
- package/dist/{CircleFill-IZdiBc_K.js → CircleFill-BkDF4Wm0.js} +1 -1
- package/dist/{ClockDashed-PQgzLSPC.js → DialogActivityLog-BoPREh7Y.js} +25 -13
- package/dist/{Eye-CMPIjkcy.js → Eye-BuhFHkaK.js} +1 -1
- package/dist/{FieldsetLegend-Dwb3U0vQ.js → FieldsetLegend-CiZWWPgY.js} +1 -1
- package/dist/{Label-DjSEhgyW.js → Label-9elsbqMH.js} +1 -1
- package/dist/{MagnifyingGlass-DWIcpwS4.js → MagnifyingGlass-3Ln1MufI.js} +1 -1
- package/dist/{Paragraph-CFjOkbXa.js → Paragraph-Bm-eoPYv.js} +1 -1
- package/dist/{XMark-Bv1I87Ev.js → XMark-DIqxCTTQ.js} +1 -1
- 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 +2 -2
- package/dist/components/Avatar/Avatar.js +47 -45
- package/dist/components/Avatar/AvatarGroup.js +26 -31
- 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 +4 -4
- 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 +16 -17
- package/dist/components/{Page → Dashboard}/DashboardCard.js +19 -19
- 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 +3 -3
- 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 +13 -13
- package/dist/components/Dialog/DialogByline.js +3 -3
- 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 +10 -10
- package/dist/components/Dialog/DialogHistorySegment.js +2 -2
- package/dist/components/Dialog/DialogLayout.js +1 -1
- package/dist/components/Dialog/DialogList.js +1 -1
- package/dist/components/Dialog/DialogListGroup.js +8 -8
- package/dist/components/Dialog/DialogListItem.js +93 -95
- package/dist/components/Dialog/DialogMetadata.js +97 -63
- package/dist/components/Dialog/DialogSection.js +1 -1
- package/dist/components/Dialog/DialogSeenBy.js +4 -4
- 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 +10 -10
- 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 +2 -2
- package/dist/components/Dropdown/DrawerOrDropdown.js +1 -1
- package/dist/components/DsComponents/index.js +4 -4
- 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/Fieldset.js +2 -2
- package/dist/components/Forms/FieldsetBase.js +1 -1
- package/dist/components/Forms/Label.js +1 -1
- package/dist/components/Forms/Legend.js +1 -1
- package/dist/components/Forms/Radio.js +1 -1
- package/dist/components/Forms/RadioOptions.js +1 -1
- package/dist/components/Forms/Select.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 -17
- 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 +15 -15
- package/dist/components/GlobalMenu/GlobalMenuBase.js +7 -9
- 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 +11 -12
- package/dist/components/Header/LocaleButton.js +16 -17
- 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 +2 -2
- 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 -60
- package/dist/components/List/ListItemBase.js +35 -45
- package/dist/components/List/ListItemControls.js +6 -8
- package/dist/components/List/ListItemHeader.js +76 -103
- 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/MenuInputField.js +23 -26
- 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 +8 -8
- package/dist/components/Menu/MenuOption.js +1 -1
- package/dist/components/Menu/MenuSearch.js +3 -3
- 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/PageDetails.js +1 -1
- package/dist/components/Page/PageHeader.js +30 -32
- package/dist/components/Page/PageMenu.js +1 -1
- package/dist/components/Page/PageNav.js +38 -20
- 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 +47 -49
- 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/{Search → Searchbar}/SearchField.js +2 -2
- 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/Skeleton/Skeleton.js +12 -13
- package/dist/components/Snackbar/SnackbarItem.js +5 -5
- package/dist/components/Timeline/Timeline.js +1 -1
- package/dist/components/Timeline/TimelineActivity.js +2 -2
- package/dist/components/Timeline/TimelineBase.js +20 -23
- package/dist/components/Timeline/TimelineFooter.js +2 -2
- 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 +2 -2
- package/dist/components/Timeline/index.js +6 -4
- package/dist/components/Toolbar/Toolbar.js +25 -25
- 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 +3 -3
- 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-Bq6w9CqA.js → index-CnWc2FNH.js} +6 -6
- package/dist/{index-DyDqjche.js → index-D-VWMqlv.js} +129 -123
- package/dist/{index-B7UjMwQm.js → index-D3Rt9ate.js} +17 -17
- package/dist/index-D8Pn8SCu.js +78 -0
- 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 +8 -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/useId-BVFxCjkq.js +16 -0
- package/dist/useMergeRefs-DOnoWyUH.js +29 -0
- package/dist/usePagination-D247OF6_.js +3838 -0
- package/package.json +33 -33
- 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/floating-ui.react-DpzNAs2N.js +0 -2835
- package/dist/globalMenu-CtokaeGw.js +0 -124
- package/dist/index-C8BS_2GY.js +0 -64
- 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/useId-CsCRkvK3.js +0 -16
- package/dist/usePagination-B4GfH2GQ.js +0 -1026
- /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}/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
|
@@ -2,11 +2,11 @@ import { jsx as e } from "react/jsx-runtime";
|
|
|
2
2
|
import { createElement as i } from "react";
|
|
3
3
|
import "../../index-L8X2o7IH.js";
|
|
4
4
|
import "../RootProvider/RootProvider.js";
|
|
5
|
-
import "../
|
|
5
|
+
import "../Searchbar/AutocompleteBase.js";
|
|
6
6
|
import "../Snackbar/useSnackbar.js";
|
|
7
7
|
import { ResourceListItem as p } from "./ResourceListItem.js";
|
|
8
|
-
import {
|
|
9
|
-
const x = ({ items: o,
|
|
8
|
+
import { List as s } from "../List/List.js";
|
|
9
|
+
const x = ({ items: o, size: t = "md", ...m }) => /* @__PURE__ */ e(s, { ...m, size: t, children: o.map((r) => /* @__PURE__ */ i(p, { ...r, key: r.id })) });
|
|
10
10
|
export {
|
|
11
11
|
x as ResourceList
|
|
12
12
|
};
|
|
@@ -2,25 +2,25 @@ import { jsx as p } 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 { ListItem as e } from "../List/ListItem.js";
|
|
8
8
|
const u = ({
|
|
9
9
|
ownerName: t,
|
|
10
|
-
resourceName:
|
|
11
|
-
ownerLogoUrlAlt:
|
|
10
|
+
resourceName: i,
|
|
11
|
+
ownerLogoUrlAlt: r,
|
|
12
12
|
ownerLogoUrl: m,
|
|
13
13
|
...o
|
|
14
14
|
}) => /* @__PURE__ */ p(
|
|
15
15
|
e,
|
|
16
16
|
{
|
|
17
|
-
|
|
17
|
+
icon: {
|
|
18
18
|
name: t,
|
|
19
19
|
imageUrl: m,
|
|
20
|
-
imageUrlAlt:
|
|
20
|
+
imageUrlAlt: r,
|
|
21
21
|
type: "company"
|
|
22
22
|
},
|
|
23
|
-
title:
|
|
23
|
+
title: i,
|
|
24
24
|
description: t,
|
|
25
25
|
...o
|
|
26
26
|
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { jsx as i, jsxs as l } from "react/jsx-runtime";
|
|
2
|
+
import "../../index-L8X2o7IH.js";
|
|
3
|
+
import "react";
|
|
4
|
+
import { Byline as p } from "../Byline/Byline.js";
|
|
5
|
+
import "../RootProvider/RootProvider.js";
|
|
6
|
+
import { ListItemBase as c } from "../List/ListItemBase.js";
|
|
7
|
+
import { ListItemHeader as h } from "../List/ListItemHeader.js";
|
|
8
|
+
import { Heading as r } from "../Typography/Heading.js";
|
|
9
|
+
import "../Searchbar/AutocompleteBase.js";
|
|
10
|
+
import "../Snackbar/useSnackbar.js";
|
|
11
|
+
import '../../assets/SearchItem.css';const n = "_item_kjtr0_1", d = {
|
|
12
|
+
item: n
|
|
13
|
+
}, B = ({ color: s = "neutral", size: a, title: m, summary: e, owner: t, category: g, ...o }) => /* @__PURE__ */ i(c, { className: d.item, color: s, size: a, children: /* @__PURE__ */ l(h, { ...o, children: [
|
|
14
|
+
m && /* @__PURE__ */ i(r, { as: "h2", size: "lg", weight: "bold", children: m }),
|
|
15
|
+
t && /* @__PURE__ */ i(p, { avatar: t, children: t == null ? void 0 : t.name }),
|
|
16
|
+
e && /* @__PURE__ */ i(r, { as: "h3", size: "sm", variant: "subtle", weight: "normal", style: { marginTop: ".5em" }, children: e })
|
|
17
|
+
] }) });
|
|
18
|
+
export {
|
|
19
|
+
B as SearchItem
|
|
20
|
+
};
|
|
@@ -1,23 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { SearchbarBase as m } from "./SearchbarBase.js";
|
|
3
|
-
import { SearchField as f } from "./SearchField.js";
|
|
4
|
-
import { AutocompleteBase as a } from "./AutocompleteBase.js";
|
|
5
|
-
import { AutocompleteGroup as u } from "./AutocompleteGroup.js";
|
|
6
|
-
import { Autocomplete as s } from "./Autocomplete.js";
|
|
7
|
-
import { AutocompleteItem as A } from "./AutocompleteItem.js";
|
|
8
|
-
import { ScopeListItem as b } from "./ScopeListItem.js";
|
|
9
|
-
import { SuggestListItem as i } from "./SuggestListItem.js";
|
|
10
|
-
import { QueryItem as g, QueryLabel as y } from "./QueryLabel.js";
|
|
1
|
+
import { SearchItem as m } from "./SearchItem.js";
|
|
11
2
|
export {
|
|
12
|
-
|
|
13
|
-
a as AutocompleteBase,
|
|
14
|
-
u as AutocompleteGroup,
|
|
15
|
-
A as AutocompleteItem,
|
|
16
|
-
g as QueryItem,
|
|
17
|
-
y as QueryLabel,
|
|
18
|
-
b as ScopeListItem,
|
|
19
|
-
f as SearchField,
|
|
20
|
-
r as Searchbar,
|
|
21
|
-
m as SearchbarBase,
|
|
22
|
-
i as SuggestListItem
|
|
3
|
+
m as SearchItem
|
|
23
4
|
};
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import { jsx as m } from "react/jsx-runtime";
|
|
2
2
|
import { useRef as I, createElement as k } from "react";
|
|
3
|
-
import "../../index-L8X2o7IH.js";
|
|
4
3
|
import { useMenu as l } from "../../hooks/useMenu.js";
|
|
4
|
+
import { useEnterKey as y } from "../../hooks/useEnterKey.js";
|
|
5
|
+
import "../../index-L8X2o7IH.js";
|
|
5
6
|
import "../RootProvider/RootProvider.js";
|
|
6
|
-
import { AutocompleteBase as
|
|
7
|
-
import { AutocompleteGroup as
|
|
8
|
-
import { AutocompleteItem as
|
|
7
|
+
import { AutocompleteBase as E } from "./AutocompleteBase.js";
|
|
8
|
+
import { AutocompleteGroup as h } from "./AutocompleteGroup.js";
|
|
9
|
+
import { AutocompleteItem as x } from "./AutocompleteItem.js";
|
|
9
10
|
import "../Snackbar/useSnackbar.js";
|
|
10
|
-
import { useEnterKey as x } from "../../hooks/useEnterKey.js";
|
|
11
11
|
const R = ({ className: p, items: n, groups: a = {}, expanded: i, onSelect: r }) => {
|
|
12
12
|
const u = I(null);
|
|
13
|
-
|
|
13
|
+
y(() => {
|
|
14
14
|
var e;
|
|
15
15
|
if (i) {
|
|
16
16
|
const t = (e = u.current) == null ? void 0 : e.querySelector('[data-active="true"]');
|
|
@@ -23,14 +23,14 @@ const R = ({ className: p, items: n, groups: a = {}, expanded: i, onSelect: r })
|
|
|
23
23
|
groupByKey: "groupId",
|
|
24
24
|
keyboardEvents: !0
|
|
25
25
|
});
|
|
26
|
-
return /* @__PURE__ */ m(
|
|
26
|
+
return /* @__PURE__ */ m(E, { className: p, expanded: i, ref: u, children: c.map((e, t) => /* @__PURE__ */ k(h, { ...e.props, key: t }, /* @__PURE__ */ m("ul", { children: e.items.map((s, d) => {
|
|
27
27
|
const {
|
|
28
28
|
active: b,
|
|
29
29
|
menuIndex: v,
|
|
30
30
|
props: { groupId: g, onClick: o, ...A }
|
|
31
31
|
} = s;
|
|
32
32
|
return /* @__PURE__ */ m(
|
|
33
|
-
|
|
33
|
+
x,
|
|
34
34
|
{
|
|
35
35
|
as: "button",
|
|
36
36
|
tabIndex: -1,
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { jsx as m } from "react/jsx-runtime";
|
|
2
|
+
import { c as r } from "../../index-L8X2o7IH.js";
|
|
3
|
+
import { forwardRef as s } from "react";
|
|
4
|
+
import '../../assets/AutocompleteBase.css';const c = "_autocomplete_ivvqd_1", p = {
|
|
5
|
+
autocomplete: c
|
|
6
|
+
}, u = s(
|
|
7
|
+
({ expanded: o, children: t, className: e }, a) => /* @__PURE__ */ m("nav", { className: r(p.autocomplete, e), "aria-expanded": o, "data-size": "sm", ref: a, children: t })
|
|
8
|
+
);
|
|
9
|
+
export {
|
|
10
|
+
u as AutocompleteBase
|
|
11
|
+
};
|
|
@@ -1,35 +1,36 @@
|
|
|
1
|
-
import { jsx as
|
|
1
|
+
import { jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import "../../index-L8X2o7IH.js";
|
|
3
3
|
import "react";
|
|
4
4
|
import { BookmarksListItem as n } from "../Bookmarks/BookmarksListItem.js";
|
|
5
5
|
import "../RootProvider/RootProvider.js";
|
|
6
6
|
import { ListItem as o } from "../List/ListItem.js";
|
|
7
|
-
import { DialogListItem as
|
|
7
|
+
import { DialogListItem as r } from "../Dialog/DialogListItem.js";
|
|
8
8
|
import "./AutocompleteBase.js";
|
|
9
|
-
import { ScopeListItem as
|
|
10
|
-
import { SuggestListItem as
|
|
9
|
+
import { ScopeListItem as i } from "./ScopeListItem.js";
|
|
10
|
+
import { SuggestListItem as m } from "./SuggestListItem.js";
|
|
11
11
|
import "../Snackbar/useSnackbar.js";
|
|
12
|
-
const
|
|
13
|
-
switch (
|
|
12
|
+
const k = ({ type: a, ...t }) => {
|
|
13
|
+
switch (a) {
|
|
14
14
|
case "scope":
|
|
15
|
-
return /* @__PURE__ */
|
|
16
|
-
|
|
15
|
+
return /* @__PURE__ */ e(
|
|
16
|
+
i,
|
|
17
17
|
{
|
|
18
|
-
...
|
|
18
|
+
...t,
|
|
19
19
|
color: "company",
|
|
20
|
-
|
|
20
|
+
variant: "default",
|
|
21
21
|
shadow: "none",
|
|
22
|
+
size: "sm",
|
|
22
23
|
tabIndex: -1,
|
|
23
24
|
linkIcon: !0
|
|
24
25
|
}
|
|
25
26
|
);
|
|
26
27
|
case "suggest":
|
|
27
|
-
return /* @__PURE__ */
|
|
28
|
-
|
|
28
|
+
return /* @__PURE__ */ e(
|
|
29
|
+
m,
|
|
29
30
|
{
|
|
30
|
-
...
|
|
31
|
+
...t,
|
|
31
32
|
color: "company",
|
|
32
|
-
|
|
33
|
+
variant: "default",
|
|
33
34
|
shadow: "none",
|
|
34
35
|
size: "sm",
|
|
35
36
|
tabIndex: -1,
|
|
@@ -37,22 +38,22 @@ const p = ({ type: m, ...e }) => {
|
|
|
37
38
|
}
|
|
38
39
|
);
|
|
39
40
|
case "bookmark":
|
|
40
|
-
return /* @__PURE__ */
|
|
41
|
+
return /* @__PURE__ */ e(
|
|
41
42
|
n,
|
|
42
43
|
{
|
|
43
|
-
...
|
|
44
|
-
|
|
44
|
+
...t,
|
|
45
|
+
variant: "default",
|
|
45
46
|
shadow: "none",
|
|
46
47
|
size: "sm",
|
|
47
48
|
tabIndex: -1
|
|
48
49
|
}
|
|
49
50
|
);
|
|
50
51
|
case "dialog":
|
|
51
|
-
return /* @__PURE__ */
|
|
52
|
-
|
|
52
|
+
return /* @__PURE__ */ e(
|
|
53
|
+
r,
|
|
53
54
|
{
|
|
54
|
-
...
|
|
55
|
-
|
|
55
|
+
...t,
|
|
56
|
+
variant: "default",
|
|
56
57
|
shadow: "none",
|
|
57
58
|
size: "sm",
|
|
58
59
|
tabIndex: -1,
|
|
@@ -60,21 +61,22 @@ const p = ({ type: m, ...e }) => {
|
|
|
60
61
|
}
|
|
61
62
|
);
|
|
62
63
|
case "information":
|
|
63
|
-
return /* @__PURE__ */
|
|
64
|
+
return /* @__PURE__ */ e(
|
|
64
65
|
o,
|
|
65
66
|
{
|
|
66
67
|
as: "div",
|
|
67
|
-
...
|
|
68
|
-
|
|
68
|
+
...t,
|
|
69
|
+
variant: "default",
|
|
69
70
|
shadow: "none",
|
|
70
71
|
tabIndex: -1,
|
|
72
|
+
size: "sm",
|
|
71
73
|
interactive: !1
|
|
72
74
|
}
|
|
73
75
|
);
|
|
74
76
|
default:
|
|
75
|
-
return /* @__PURE__ */
|
|
77
|
+
return /* @__PURE__ */ e(o, { ...t, variant: "default", shadow: "none", size: "sm", tabIndex: -1 });
|
|
76
78
|
}
|
|
77
79
|
};
|
|
78
80
|
export {
|
|
79
|
-
|
|
81
|
+
k as AutocompleteItem
|
|
80
82
|
};
|
|
@@ -7,8 +7,8 @@ import { IconButton as n } from "../Button/IconButton.js";
|
|
|
7
7
|
import "../RootProvider/RootProvider.js";
|
|
8
8
|
import "./AutocompleteBase.js";
|
|
9
9
|
import "../Snackbar/useSnackbar.js";
|
|
10
|
-
import { S as N } from "../../MagnifyingGlass-
|
|
11
|
-
import { S as l } from "../../XMark-
|
|
10
|
+
import { S as N } from "../../MagnifyingGlass-3Ln1MufI.js";
|
|
11
|
+
import { S as l } from "../../XMark-DIqxCTTQ.js";
|
|
12
12
|
import '../../assets/SearchField.css';const v = "_field_ljqfn_1", T = "_icon_ljqfn_10", A = "_input_ljqfn_17", K = "_dismiss_ljqfn_41", M = "_clear_ljqfn_47", s = {
|
|
13
13
|
field: v,
|
|
14
14
|
icon: T,
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { Searchbar as r } from "./Searchbar.js";
|
|
2
|
+
import { SearchbarBase as m } from "./SearchbarBase.js";
|
|
3
|
+
import { SearchField as f } from "./SearchField.js";
|
|
4
|
+
import { AutocompleteBase as a } from "./AutocompleteBase.js";
|
|
5
|
+
import { AutocompleteGroup as u } from "./AutocompleteGroup.js";
|
|
6
|
+
import { Autocomplete as s } from "./Autocomplete.js";
|
|
7
|
+
import { AutocompleteItem as A } from "./AutocompleteItem.js";
|
|
8
|
+
import { ScopeListItem as b } from "./ScopeListItem.js";
|
|
9
|
+
import { SuggestListItem as i } from "./SuggestListItem.js";
|
|
10
|
+
import { QueryItem as g, QueryLabel as y } from "./QueryLabel.js";
|
|
11
|
+
export {
|
|
12
|
+
s as Autocomplete,
|
|
13
|
+
a as AutocompleteBase,
|
|
14
|
+
u as AutocompleteGroup,
|
|
15
|
+
A as AutocompleteItem,
|
|
16
|
+
g as QueryItem,
|
|
17
|
+
y as QueryLabel,
|
|
18
|
+
b as ScopeListItem,
|
|
19
|
+
f as SearchField,
|
|
20
|
+
r as Searchbar,
|
|
21
|
+
m as SearchbarBase,
|
|
22
|
+
i as SuggestListItem
|
|
23
|
+
};
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { jsx as n } from "react/jsx-runtime";
|
|
2
|
+
import "../../index-L8X2o7IH.js";
|
|
3
|
+
import "react";
|
|
4
|
+
import "../RootProvider/RootProvider.js";
|
|
5
|
+
import "../Searchbar/AutocompleteBase.js";
|
|
6
|
+
import "../Snackbar/useSnackbar.js";
|
|
7
|
+
import { Section as f } from "../Page/Section.js";
|
|
8
|
+
const j = ({
|
|
9
|
+
size: t = "sm",
|
|
10
|
+
theme: o = "default",
|
|
11
|
+
padding: r = 4,
|
|
12
|
+
spacing: m = 6,
|
|
13
|
+
shadow: i = "xs",
|
|
14
|
+
as: p,
|
|
15
|
+
color: e,
|
|
16
|
+
children: s
|
|
17
|
+
}) => /* @__PURE__ */ n(f, { as: p, size: t, color: e, theme: o, padding: r, spacing: m, shadow: i, children: s });
|
|
18
|
+
export {
|
|
19
|
+
j as Settings
|
|
20
|
+
};
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { jsxs as s, jsx as e, Fragment as o } from "react/jsx-runtime";
|
|
2
|
+
import "../../index-L8X2o7IH.js";
|
|
3
|
+
import "react";
|
|
4
|
+
import "../RootProvider/RootProvider.js";
|
|
5
|
+
import { ListItemBase as g } from "../List/ListItemBase.js";
|
|
6
|
+
import { ListItemHeader as x } from "../List/ListItemHeader.js";
|
|
7
|
+
import { ListItemLabel as _ } from "../List/ListItemLabel.js";
|
|
8
|
+
import { Heading as i } from "../Typography/Heading.js";
|
|
9
|
+
import "../Searchbar/AutocompleteBase.js";
|
|
10
|
+
import "../Snackbar/useSnackbar.js";
|
|
11
|
+
import '../../assets/SettingsItem.css';const f = "_item_jqpsx_1", L = "_label_jqpsx_12", t = {
|
|
12
|
+
item: f,
|
|
13
|
+
label: L
|
|
14
|
+
}, F = ({
|
|
15
|
+
color: n,
|
|
16
|
+
size: h,
|
|
17
|
+
expanded: a,
|
|
18
|
+
icon: c,
|
|
19
|
+
label: p,
|
|
20
|
+
title: r,
|
|
21
|
+
value: m,
|
|
22
|
+
description: l,
|
|
23
|
+
children: d,
|
|
24
|
+
...b
|
|
25
|
+
}) => /* @__PURE__ */ s(g, { className: t.item, color: n, size: h, expanded: a, children: [
|
|
26
|
+
/* @__PURE__ */ e(x, { ariaLabel: r, ...b, className: t.header, icon: c, children: /* @__PURE__ */ e(_, { className: t.label, children: r && m ? /* @__PURE__ */ s(o, { children: [
|
|
27
|
+
/* @__PURE__ */ e(i, { as: "h3", size: "xs", variant: "subtle", weight: "normal", children: r }),
|
|
28
|
+
/* @__PURE__ */ e(i, { weight: "normal", size: "sm", children: m })
|
|
29
|
+
] }) : r ? /* @__PURE__ */ s(o, { children: [
|
|
30
|
+
/* @__PURE__ */ e(i, { weight: "normal", size: "sm", children: r || m }),
|
|
31
|
+
l && /* @__PURE__ */ e(i, { as: "h3", size: "xs", variant: "subtle", weight: "normal", children: l })
|
|
32
|
+
] }) : p }) }),
|
|
33
|
+
a && d
|
|
34
|
+
] });
|
|
35
|
+
export {
|
|
36
|
+
F as SettingsItem
|
|
37
|
+
};
|
|
@@ -1,29 +1,28 @@
|
|
|
1
1
|
import { jsx as a } from "react/jsx-runtime";
|
|
2
|
-
import { c as
|
|
3
|
-
import '../../assets/Skeleton.css';const
|
|
4
|
-
skeleton:
|
|
5
|
-
fade: l
|
|
2
|
+
import { c as d } from "../../index-L8X2o7IH.js";
|
|
3
|
+
import '../../assets/Skeleton.css';const l = "_skeleton_kmhzx_1", c = {
|
|
4
|
+
skeleton: l
|
|
6
5
|
}, u = ({
|
|
7
6
|
as: s = "span",
|
|
8
|
-
loading:
|
|
7
|
+
loading: t = !1,
|
|
9
8
|
size: n,
|
|
10
9
|
variant: o = "text",
|
|
11
10
|
className: r,
|
|
12
|
-
children:
|
|
11
|
+
children: e
|
|
13
12
|
}) => {
|
|
14
|
-
const
|
|
15
|
-
return
|
|
16
|
-
|
|
13
|
+
const i = s;
|
|
14
|
+
return t ? /* @__PURE__ */ a(
|
|
15
|
+
i,
|
|
17
16
|
{
|
|
18
|
-
className:
|
|
17
|
+
className: d(c.skeleton, r),
|
|
19
18
|
"aria-busy": !0,
|
|
20
19
|
"data-size": n,
|
|
21
|
-
"data-loading":
|
|
20
|
+
"data-loading": t,
|
|
22
21
|
"data-variant": o,
|
|
23
22
|
"aria-hidden": !0,
|
|
24
|
-
children: /* @__PURE__ */ a("div", { "aria-hidden": "true", children:
|
|
23
|
+
children: /* @__PURE__ */ a("div", { "aria-hidden": "true", children: e })
|
|
25
24
|
}
|
|
26
|
-
) :
|
|
25
|
+
) : e;
|
|
27
26
|
};
|
|
28
27
|
export {
|
|
29
28
|
u as Skeleton
|
|
@@ -6,10 +6,10 @@ import * as a from "react";
|
|
|
6
6
|
import { forwardRef as u } from "react";
|
|
7
7
|
import { IconButton as _ } from "../Button/IconButton.js";
|
|
8
8
|
import "../RootProvider/RootProvider.js";
|
|
9
|
-
import "../
|
|
9
|
+
import "../Searchbar/AutocompleteBase.js";
|
|
10
10
|
import "./useSnackbar.js";
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
11
|
+
import { u as g } from "../../useId-BVFxCjkq.js";
|
|
12
|
+
import { S as h } from "../../XMark-DIqxCTTQ.js";
|
|
13
13
|
import '../../assets/SnackbarItem.css';var w = function(e, o) {
|
|
14
14
|
var i = {};
|
|
15
15
|
for (var t in e) Object.prototype.hasOwnProperty.call(e, t) && o.indexOf(t) < 0 && (i[t] = e[t]);
|
|
@@ -20,7 +20,7 @@ import '../../assets/SnackbarItem.css';var w = function(e, o) {
|
|
|
20
20
|
};
|
|
21
21
|
const b = u((e, o) => {
|
|
22
22
|
var { title: i, titleId: t } = e, n = w(e, ["title", "titleId"]);
|
|
23
|
-
let c =
|
|
23
|
+
let c = g();
|
|
24
24
|
return c = i ? t || "title-" + c : void 0, a.createElement(
|
|
25
25
|
"svg",
|
|
26
26
|
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: o, "aria-labelledby": c }, n),
|
|
@@ -51,7 +51,7 @@ const D = ({
|
|
|
51
51
|
s && /* @__PURE__ */ r("div", { className: l.action, children: /* @__PURE__ */ r(
|
|
52
52
|
_,
|
|
53
53
|
{
|
|
54
|
-
icon:
|
|
54
|
+
icon: h,
|
|
55
55
|
variant: "outline",
|
|
56
56
|
onClick: d,
|
|
57
57
|
className: l.dismiss,
|
|
@@ -2,7 +2,7 @@ import { jsx as i } 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 { Section as m } from "../Page/Section.js";
|
|
8
8
|
const u = ({ as: t = "ul", spacing: o = 2, children: r }) => /* @__PURE__ */ i(m, { as: t, spacing: o, style: { width: "100%" }, children: r });
|
|
@@ -4,10 +4,10 @@ import "react";
|
|
|
4
4
|
import { Byline as n } from "../Byline/Byline.js";
|
|
5
5
|
import "../RootProvider/RootProvider.js";
|
|
6
6
|
import { Typography as l } from "../Typography/Typography.js";
|
|
7
|
-
import "../
|
|
7
|
+
import "../Searchbar/AutocompleteBase.js";
|
|
8
8
|
import "../Snackbar/useSnackbar.js";
|
|
9
9
|
import { Section as y } from "../Page/Section.js";
|
|
10
|
-
import { S as a } from "../../CircleFill-
|
|
10
|
+
import { S as a } from "../../CircleFill-BkDF4Wm0.js";
|
|
11
11
|
const k = ({
|
|
12
12
|
loading: r,
|
|
13
13
|
byline: t,
|
|
@@ -1,38 +1,35 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import { Icon as x } from "../Icon/Icon.js";
|
|
1
|
+
import { jsxs as i, jsx as o } from "react/jsx-runtime";
|
|
3
2
|
import "../../index-L8X2o7IH.js";
|
|
4
3
|
import "react";
|
|
5
|
-
import { Avatar as b } from "../Avatar/Avatar.js";
|
|
6
4
|
import "../RootProvider/RootProvider.js";
|
|
7
|
-
import {
|
|
8
|
-
import "../
|
|
5
|
+
import { TimelineIcon as b } from "./TimelineIcon.js";
|
|
6
|
+
import "../Searchbar/AutocompleteBase.js";
|
|
9
7
|
import "../Snackbar/useSnackbar.js";
|
|
10
8
|
import { Flex as v } from "../Page/Flex.js";
|
|
11
|
-
import '../../assets/TimelineBase.css';const
|
|
12
|
-
section:
|
|
9
|
+
import '../../assets/TimelineBase.css';const x = "_section_odoe0_1", N = "_sidebar_odoe0_8", f = "_content_odoe0_33", h = "_border_odoe0_39", e = {
|
|
10
|
+
section: x,
|
|
13
11
|
sidebar: N,
|
|
14
|
-
content:
|
|
15
|
-
border:
|
|
16
|
-
|
|
17
|
-
}, q = ({
|
|
12
|
+
content: f,
|
|
13
|
+
border: h
|
|
14
|
+
}, g = ({
|
|
18
15
|
as: n = "section",
|
|
19
|
-
loading:
|
|
20
|
-
border:
|
|
21
|
-
level:
|
|
22
|
-
color:
|
|
23
|
-
icon:
|
|
24
|
-
iconColor:
|
|
25
|
-
|
|
16
|
+
loading: t,
|
|
17
|
+
border: a = "solid",
|
|
18
|
+
level: c = 1,
|
|
19
|
+
color: s,
|
|
20
|
+
icon: r,
|
|
21
|
+
iconColor: d,
|
|
22
|
+
iconTheme: m,
|
|
26
23
|
children: l,
|
|
27
24
|
id: _,
|
|
28
25
|
...p
|
|
29
|
-
}) => /* @__PURE__ */
|
|
30
|
-
/* @__PURE__ */
|
|
31
|
-
r && /* @__PURE__ */ o(b, {
|
|
32
|
-
/* @__PURE__ */ o("div", { className: e.border, "data-loading":
|
|
26
|
+
}) => /* @__PURE__ */ i(v, { as: n, className: e.section, color: s, ...p, id: _, children: [
|
|
27
|
+
/* @__PURE__ */ i("aside", { className: e.sidebar, "data-level": c, children: [
|
|
28
|
+
r && /* @__PURE__ */ o(b, { loading: t, icon: r, theme: m, color: d, size: "sm" }),
|
|
29
|
+
/* @__PURE__ */ o("div", { className: e.border, "data-loading": t, "data-variant": a, "data-color": s })
|
|
33
30
|
] }),
|
|
34
31
|
/* @__PURE__ */ o("div", { className: e.content, children: l })
|
|
35
32
|
] });
|
|
36
33
|
export {
|
|
37
|
-
|
|
34
|
+
g as TimelineBase
|
|
38
35
|
};
|
|
@@ -4,9 +4,9 @@ import "react";
|
|
|
4
4
|
import { Byline as l } from "../Byline/Byline.js";
|
|
5
5
|
import "../RootProvider/RootProvider.js";
|
|
6
6
|
import { TimelineBase as n } from "./TimelineBase.js";
|
|
7
|
-
import "../
|
|
7
|
+
import "../Searchbar/AutocompleteBase.js";
|
|
8
8
|
import "../Snackbar/useSnackbar.js";
|
|
9
|
-
import { S as f } from "../../CircleFill-
|
|
9
|
+
import { S as f } from "../../CircleFill-BkDF4Wm0.js";
|
|
10
10
|
const S = ({
|
|
11
11
|
loading: r,
|
|
12
12
|
as: o = "li",
|
|
@@ -1,29 +1,21 @@
|
|
|
1
1
|
import { jsxs as m, jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import "../../index-L8X2o7IH.js";
|
|
3
|
-
import { IconOrAvatar as l } from "../Icon/IconOrAvatar.js";
|
|
4
3
|
import "react";
|
|
5
|
-
import { Skeleton as
|
|
6
|
-
import { Byline as
|
|
4
|
+
import { Skeleton as c } from "../Skeleton/Skeleton.js";
|
|
5
|
+
import { Byline as a } from "../Byline/Byline.js";
|
|
7
6
|
import "../RootProvider/RootProvider.js";
|
|
8
|
-
import "
|
|
7
|
+
import { TimelineIcon as l } from "./TimelineIcon.js";
|
|
8
|
+
import "../Searchbar/AutocompleteBase.js";
|
|
9
9
|
import "../Snackbar/useSnackbar.js";
|
|
10
|
-
import { Flex as
|
|
11
|
-
import '../../assets/TimelineHeader.css';const
|
|
12
|
-
header:
|
|
13
|
-
sidebar:
|
|
14
|
-
content:
|
|
15
|
-
},
|
|
16
|
-
|
|
17
|
-
loading:
|
|
18
|
-
color: o,
|
|
19
|
-
icon: s,
|
|
20
|
-
iconTheme: n = "base",
|
|
21
|
-
avatar: a,
|
|
22
|
-
children: c
|
|
23
|
-
}) => /* @__PURE__ */ m(_, { as: i, className: r.header, color: o, children: [
|
|
24
|
-
/* @__PURE__ */ e("aside", { className: r.sidebar, children: /* @__PURE__ */ e(d, { variant: "circle", loading: t, children: /* @__PURE__ */ e(l, { size: "lg", icon: s, iconTheme: n, avatar: a }) }) }),
|
|
25
|
-
/* @__PURE__ */ e("div", { className: r.content, children: /* @__PURE__ */ e(p, { loading: t, size: "lg", children: c }) })
|
|
10
|
+
import { Flex as d } from "../Page/Flex.js";
|
|
11
|
+
import '../../assets/TimelineHeader.css';const p = "_header_177gq_1", h = "_sidebar_177gq_9", _ = "_content_177gq_19", r = {
|
|
12
|
+
header: p,
|
|
13
|
+
sidebar: h,
|
|
14
|
+
content: _
|
|
15
|
+
}, T = ({ as: t = "li", loading: i, color: o, icon: s, children: n }) => /* @__PURE__ */ m(d, { as: t, className: r.header, color: o, children: [
|
|
16
|
+
/* @__PURE__ */ e("aside", { className: r.sidebar, children: /* @__PURE__ */ e(c, { variant: "circle", loading: i, children: /* @__PURE__ */ e(l, { icon: s, theme: "base", size: "lg" }) }) }),
|
|
17
|
+
/* @__PURE__ */ e("div", { className: r.content, children: /* @__PURE__ */ e(a, { loading: i, size: "lg", children: n }) })
|
|
26
18
|
] });
|
|
27
19
|
export {
|
|
28
|
-
|
|
20
|
+
T as TimelineHeader
|
|
29
21
|
};
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { jsx as t } from "react/jsx-runtime";
|
|
2
|
+
import { isValidElement as p } from "react";
|
|
3
|
+
import { Icon as s, isIconProps as n } from "../Icon/Icon.js";
|
|
4
|
+
import "../../index-L8X2o7IH.js";
|
|
5
|
+
import { isAvatarProps as l, Avatar as f } from "../Avatar/Avatar.js";
|
|
6
|
+
import { isAvatarGroupProps as c, AvatarGroup as u } from "../Avatar/AvatarGroup.js";
|
|
7
|
+
import "../RootProvider/RootProvider.js";
|
|
8
|
+
import "../Searchbar/AutocompleteBase.js";
|
|
9
|
+
import "../Snackbar/useSnackbar.js";
|
|
10
|
+
import { S as d } from "../../XMark-DIqxCTTQ.js";
|
|
11
|
+
import '../../assets/TimelineIcon.css';const g = "_icon_13w5g_1", a = {
|
|
12
|
+
icon: g
|
|
13
|
+
};
|
|
14
|
+
function v(o) {
|
|
15
|
+
return typeof o == "string" || typeof o == "number" || typeof o == "boolean" || o === null || p(o);
|
|
16
|
+
}
|
|
17
|
+
const S = ({ loading: o, size: i, color: e, theme: m, icon: r }) => r ? o ? /* @__PURE__ */ t(s, { className: a.icon, svgElement: d, loading: !0 }) : /* @__PURE__ */ t("div", { className: a.icon, "data-color": e, "data-size": i, children: l(r) && /* @__PURE__ */ t(f, { ...r }) || c(r) && /* @__PURE__ */ t(u, { ...r, className: a.avatarGroup }) || n(r) && /* @__PURE__ */ t(s, { ...r, theme: m }) || v(r) && r || /* @__PURE__ */ t(s, { theme: m, svgElement: r }) }) : null;
|
|
18
|
+
export {
|
|
19
|
+
S as TimelineIcon
|
|
20
|
+
};
|
|
@@ -5,7 +5,7 @@ import { ButtonBase as p } from "../Button/ButtonBase.js";
|
|
|
5
5
|
import { ButtonLabel as b } from "../Button/ButtonLabel.js";
|
|
6
6
|
import { ButtonIcon as u } from "../Button/ButtonIcon.js";
|
|
7
7
|
import "../RootProvider/RootProvider.js";
|
|
8
|
-
import "../
|
|
8
|
+
import "../Searchbar/AutocompleteBase.js";
|
|
9
9
|
import "../Snackbar/useSnackbar.js";
|
|
10
10
|
import '../../assets/TimelineLink.css';const _ = "_button_15kp4_1", f = "_icon_15kp4_8", k = "_label_15kp4_16", o = {
|
|
11
11
|
button: _,
|
|
@@ -5,7 +5,7 @@ import { Byline as T } from "../Byline/Byline.js";
|
|
|
5
5
|
import "../RootProvider/RootProvider.js";
|
|
6
6
|
import { TimelineBase as j } from "./TimelineBase.js";
|
|
7
7
|
import { Typography as B } from "../Typography/Typography.js";
|
|
8
|
-
import "../
|
|
8
|
+
import "../Searchbar/AutocompleteBase.js";
|
|
9
9
|
import "../Snackbar/useSnackbar.js";
|
|
10
10
|
import { Section as S } from "../Page/Section.js";
|
|
11
11
|
const A = ({
|
|
@@ -4,10 +4,10 @@ import "react";
|
|
|
4
4
|
import { Byline as S } from "../Byline/Byline.js";
|
|
5
5
|
import "../RootProvider/RootProvider.js";
|
|
6
6
|
import { TimelineBase as a } from "./TimelineBase.js";
|
|
7
|
-
import "../
|
|
7
|
+
import "../Searchbar/AutocompleteBase.js";
|
|
8
8
|
import "../Snackbar/useSnackbar.js";
|
|
9
9
|
import { Section as h } from "../Page/Section.js";
|
|
10
|
-
import { S as x } from "../../CircleFill-
|
|
10
|
+
import { S as x } from "../../CircleFill-BkDF4Wm0.js";
|
|
11
11
|
const q = ({
|
|
12
12
|
loading: r,
|
|
13
13
|
datetime: m,
|