@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
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { MetaBase as o } from "./MetaBase.js";
|
|
2
|
+
import { MetaItemBase as a } from "./MetaItemBase.js";
|
|
3
|
+
import { MetaItemIcon as p } from "./MetaItemIcon.js";
|
|
4
|
+
import { MetaItemLabel as f } from "./MetaItemLabel.js";
|
|
5
|
+
import { MetaItem as s } from "./MetaItem.js";
|
|
6
|
+
import { MetaProgress as i } from "./MetaProgress.js";
|
|
7
|
+
import { MetaTimestamp as L } from "./MetaTimestamp.js";
|
|
8
|
+
import { MetaListItem as c, Metadata as d } from "./Metadata.js";
|
|
9
|
+
export {
|
|
10
|
+
o as MetaBase,
|
|
11
|
+
s as MetaItem,
|
|
12
|
+
a as MetaItemBase,
|
|
13
|
+
p as MetaItemIcon,
|
|
14
|
+
f as MetaItemLabel,
|
|
15
|
+
c as MetaListItem,
|
|
16
|
+
i as MetaProgress,
|
|
17
|
+
L as MetaTimestamp,
|
|
18
|
+
d as Metadata
|
|
19
|
+
};
|
|
@@ -3,7 +3,7 @@ import "../../index-L8X2o7IH.js";
|
|
|
3
3
|
import "react";
|
|
4
4
|
import "../RootProvider/RootProvider.js";
|
|
5
5
|
import { Typography as n } from "../Typography/Typography.js";
|
|
6
|
-
import "../
|
|
6
|
+
import "../Searchbar/AutocompleteBase.js";
|
|
7
7
|
import "../Snackbar/useSnackbar.js";
|
|
8
8
|
import { PageDetails as c } from "./PageDetails.js";
|
|
9
9
|
import { Section as e } from "./Section.js";
|
|
@@ -1,23 +1,42 @@
|
|
|
1
|
-
|
|
2
|
-
import {
|
|
1
|
+
"use client";
|
|
2
|
+
import { jsx as o, jsxs as m } from "react/jsx-runtime";
|
|
3
|
+
import { Icon as f } from "../Icon/Icon.js";
|
|
3
4
|
import "../../index-L8X2o7IH.js";
|
|
4
|
-
import "react";
|
|
5
|
+
import * as c from "react";
|
|
6
|
+
import { forwardRef as p } from "react";
|
|
5
7
|
import "../RootProvider/RootProvider.js";
|
|
6
|
-
import "../
|
|
8
|
+
import "../Searchbar/AutocompleteBase.js";
|
|
7
9
|
import "../Snackbar/useSnackbar.js";
|
|
8
|
-
import { BreadcrumbsLink as
|
|
9
|
-
import {
|
|
10
|
-
import '../../assets/Breadcrumbs.css';
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
return
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
10
|
+
import { BreadcrumbsLink as s } from "./BreadcrumbsLink.js";
|
|
11
|
+
import { u as d } from "../../useId-BVFxCjkq.js";
|
|
12
|
+
import '../../assets/Breadcrumbs.css';var u = function(e, n) {
|
|
13
|
+
var r = {};
|
|
14
|
+
for (var t in e) Object.prototype.hasOwnProperty.call(e, t) && n.indexOf(t) < 0 && (r[t] = e[t]);
|
|
15
|
+
if (e != null && typeof Object.getOwnPropertySymbols == "function")
|
|
16
|
+
for (var l = 0, t = Object.getOwnPropertySymbols(e); l < t.length; l++)
|
|
17
|
+
n.indexOf(t[l]) < 0 && Object.prototype.propertyIsEnumerable.call(e, t[l]) && (r[t[l]] = e[t[l]]);
|
|
18
|
+
return r;
|
|
19
|
+
};
|
|
20
|
+
const h = p((e, n) => {
|
|
21
|
+
var { title: r, titleId: t } = e, l = u(e, ["title", "titleId"]);
|
|
22
|
+
let i = d();
|
|
23
|
+
return i = r ? t || "title-" + i : void 0, c.createElement(
|
|
24
|
+
"svg",
|
|
25
|
+
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: n, "aria-labelledby": i }, l),
|
|
26
|
+
r ? c.createElement("title", { id: i }, r) : null,
|
|
27
|
+
c.createElement("path", { fill: "currentColor", d: "M14.087 6.874a.752.752 0 0 0-.117 1.156l3.22 3.22H5a.75.75 0 0 0 0 1.5h12.19l-3.22 3.22a.75.75 0 0 0 1.06 1.06l4.5-4.5a.75.75 0 0 0 0-1.06l-4.5-4.5a.75.75 0 0 0-.943-.096" })
|
|
28
|
+
);
|
|
29
|
+
}), b = "_list_tknjf_1", g = "_item_tknjf_12", _ = "_icon_tknjf_18", a = {
|
|
30
|
+
list: b,
|
|
31
|
+
item: g,
|
|
32
|
+
icon: _
|
|
33
|
+
}, N = ({ items: e = [] }) => /* @__PURE__ */ o("ul", { className: a.list, children: e.map((n, r) => {
|
|
34
|
+
const { label: t, ...l } = n;
|
|
35
|
+
return (e == null ? void 0 : e.length) > r + 1 ? /* @__PURE__ */ m("li", { className: a.item, children: [
|
|
36
|
+
/* @__PURE__ */ o(s, { ...l, children: t }),
|
|
37
|
+
/* @__PURE__ */ o(f, { svgElement: h, className: a.icon })
|
|
38
|
+
] }, r) : /* @__PURE__ */ o("li", { className: a.item, children: /* @__PURE__ */ o(s, { ...l, as: "span", children: t }) }, r);
|
|
20
39
|
}) });
|
|
21
40
|
export {
|
|
22
|
-
|
|
41
|
+
N as Breadcrumbs
|
|
23
42
|
};
|
|
@@ -3,7 +3,7 @@ import { createElement as i } from "react";
|
|
|
3
3
|
import "../../index-L8X2o7IH.js";
|
|
4
4
|
import { Button as e } from "../Button/Button.js";
|
|
5
5
|
import "../RootProvider/RootProvider.js";
|
|
6
|
-
import "../
|
|
6
|
+
import "../Searchbar/AutocompleteBase.js";
|
|
7
7
|
import "../Snackbar/useSnackbar.js";
|
|
8
8
|
import { Flex as n } from "./Flex.js";
|
|
9
9
|
const B = ({ items: t }) => /* @__PURE__ */ m(n, { spacing: 2, children: t.map((r, o) => /* @__PURE__ */ i(e, { ...r, variant: "outline", key: o })) });
|
|
@@ -4,7 +4,7 @@ import "react";
|
|
|
4
4
|
import "../RootProvider/RootProvider.js";
|
|
5
5
|
import { Typography as a } from "../Typography/Typography.js";
|
|
6
6
|
import { Heading as s } from "../Typography/Heading.js";
|
|
7
|
-
import "../
|
|
7
|
+
import "../Searchbar/AutocompleteBase.js";
|
|
8
8
|
import "../Snackbar/useSnackbar.js";
|
|
9
9
|
import { Section as g } from "./Section.js";
|
|
10
10
|
import { ContactButtons as h } from "./ContactButtons.js";
|
|
@@ -1,44 +1,46 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import { c as
|
|
3
|
-
import '../../assets/Flex.css';const
|
|
4
|
-
flex:
|
|
5
|
-
},
|
|
1
|
+
import { jsx as b } from "react/jsx-runtime";
|
|
2
|
+
import { c as h } from "../../index-L8X2o7IH.js";
|
|
3
|
+
import '../../assets/Flex.css';const j = "_flex_144b4_1", u = {
|
|
4
|
+
flex: j
|
|
5
|
+
}, C = ({
|
|
6
6
|
as: a = "div",
|
|
7
7
|
color: t,
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
8
|
+
size: e,
|
|
9
|
+
theme: n = "transparent",
|
|
10
|
+
shadow: o = "none",
|
|
11
|
+
direction: d = "row",
|
|
12
|
+
reverse: s = !1,
|
|
13
|
+
align: i = "initial",
|
|
14
|
+
justify: r = "initial",
|
|
15
|
+
spacing: l,
|
|
16
|
+
padding: c,
|
|
17
|
+
margin: f,
|
|
18
|
+
bleed: m = !1,
|
|
19
|
+
className: p,
|
|
20
|
+
style: x,
|
|
21
|
+
children: g,
|
|
22
|
+
..._
|
|
23
|
+
}) => /* @__PURE__ */ b(
|
|
23
24
|
a,
|
|
24
25
|
{
|
|
25
|
-
className:
|
|
26
|
-
style:
|
|
26
|
+
className: h(u.flex, p),
|
|
27
|
+
style: x,
|
|
28
|
+
"data-size": e,
|
|
27
29
|
"data-color": t,
|
|
28
|
-
"data-theme":
|
|
29
|
-
"data-shadow":
|
|
30
|
-
"data-direction":
|
|
31
|
-
"data-reverse":
|
|
32
|
-
"data-align":
|
|
33
|
-
"data-justify":
|
|
34
|
-
"data-spacing":
|
|
35
|
-
"data-padding":
|
|
36
|
-
"data-margin":
|
|
37
|
-
"data-bleed":
|
|
38
|
-
...
|
|
39
|
-
children:
|
|
30
|
+
"data-theme": n,
|
|
31
|
+
"data-shadow": o,
|
|
32
|
+
"data-direction": d,
|
|
33
|
+
"data-reverse": s,
|
|
34
|
+
"data-align": i,
|
|
35
|
+
"data-justify": r,
|
|
36
|
+
"data-spacing": l,
|
|
37
|
+
"data-padding": c,
|
|
38
|
+
"data-margin": f,
|
|
39
|
+
"data-bleed": m,
|
|
40
|
+
..._,
|
|
41
|
+
children: g
|
|
40
42
|
}
|
|
41
43
|
);
|
|
42
44
|
export {
|
|
43
|
-
|
|
45
|
+
C as Flex
|
|
44
46
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as g } from "react/jsx-runtime";
|
|
2
2
|
import { c as p } from "../../index-L8X2o7IH.js";
|
|
3
|
-
import '../../assets/Grid.css';const l = "
|
|
3
|
+
import '../../assets/Grid.css';const l = "_grid_alo99_1", f = {
|
|
4
4
|
grid: l
|
|
5
5
|
}, C = ({
|
|
6
6
|
as: a = "div",
|
|
@@ -11,14 +11,14 @@ import '../../assets/Grid.css';const l = "_grid_bc7lq_1", f = {
|
|
|
11
11
|
spacing: s,
|
|
12
12
|
padding: e,
|
|
13
13
|
margin: n,
|
|
14
|
-
className:
|
|
15
|
-
style:
|
|
14
|
+
className: i,
|
|
15
|
+
style: c,
|
|
16
16
|
children: m
|
|
17
17
|
}) => /* @__PURE__ */ g(
|
|
18
18
|
a,
|
|
19
19
|
{
|
|
20
|
-
className: p(f.grid,
|
|
21
|
-
style:
|
|
20
|
+
className: p(f.grid, i),
|
|
21
|
+
style: c,
|
|
22
22
|
"data-theme": t,
|
|
23
23
|
"data-color": o,
|
|
24
24
|
"data-cols": r,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsxs as r, jsx as e } from "react/jsx-runtime";
|
|
2
|
-
import { D as a, a as i, b as o } from "../../index-
|
|
2
|
+
import { D as a, a as i, b as o } from "../../index-D3Rt9ate.js";
|
|
3
3
|
const n = ({ summary: t, children: s }) => /* @__PURE__ */ r(a, { style: { fontSize: "1.125rem" }, children: [
|
|
4
4
|
/* @__PURE__ */ e(i, { children: t }),
|
|
5
5
|
/* @__PURE__ */ e(o, { children: s })
|
|
@@ -2,56 +2,54 @@ import { jsxs as i, 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 { ListItemIcon as
|
|
6
|
-
import { Typography as
|
|
7
|
-
import { Heading as
|
|
8
|
-
import "../
|
|
5
|
+
import { ListItemIcon as z } from "../List/ListItemIcon.js";
|
|
6
|
+
import { Typography as P } from "../Typography/Typography.js";
|
|
7
|
+
import { Heading as j } from "../Typography/Heading.js";
|
|
8
|
+
import "../Searchbar/AutocompleteBase.js";
|
|
9
9
|
import "../Snackbar/useSnackbar.js";
|
|
10
10
|
import { Flex as m } from "./Flex.js";
|
|
11
|
-
import { PageNav as
|
|
12
|
-
import { PageTabs as
|
|
13
|
-
import { Section as
|
|
14
|
-
const
|
|
11
|
+
import { PageNav as y } from "./PageNav.js";
|
|
12
|
+
import { PageTabs as H } from "./PageTabs.js";
|
|
13
|
+
import { Section as I } from "./Section.js";
|
|
14
|
+
const K = ({
|
|
15
15
|
variant: g,
|
|
16
16
|
size: f = "xl",
|
|
17
|
-
title:
|
|
17
|
+
title: t,
|
|
18
18
|
description: o,
|
|
19
|
-
icon:
|
|
20
|
-
avatar: h,
|
|
21
|
-
avatarGroup: s,
|
|
19
|
+
icon: a,
|
|
22
20
|
tabs: e,
|
|
23
21
|
theme: l,
|
|
24
|
-
padding:
|
|
22
|
+
padding: x,
|
|
25
23
|
shadow: c,
|
|
26
24
|
bleed: d,
|
|
27
25
|
breadcrumbs: n,
|
|
28
26
|
backButton: p,
|
|
29
|
-
controls:
|
|
30
|
-
children:
|
|
31
|
-
...
|
|
32
|
-
}) => (g === "card" && (l = "default",
|
|
33
|
-
(p || n) && /* @__PURE__ */ r(
|
|
27
|
+
controls: T,
|
|
28
|
+
children: h,
|
|
29
|
+
...s
|
|
30
|
+
}) => (g === "card" && (l = "default", x = "page", c = "xs", d = !0), g === "card" ? /* @__PURE__ */ i(I, { as: "header", theme: l, shadow: c, bleed: d, ...s, children: [
|
|
31
|
+
(p || n) && /* @__PURE__ */ r(y, { backButton: p, breadcrumbs: n, padding: 2 }),
|
|
34
32
|
/* @__PURE__ */ i(m, { direction: "row", align: "center", padding: "page", spacing: 3, children: [
|
|
35
|
-
/* @__PURE__ */ r(
|
|
33
|
+
/* @__PURE__ */ r(z, { icon: a, size: "xl" }),
|
|
36
34
|
/* @__PURE__ */ i(m, { direction: "col", children: [
|
|
37
|
-
/* @__PURE__ */ r(
|
|
38
|
-
o && /* @__PURE__ */ r(
|
|
35
|
+
/* @__PURE__ */ r(j, { size: f, children: t }),
|
|
36
|
+
o && /* @__PURE__ */ r(P, { size: "xs", children: o })
|
|
39
37
|
] })
|
|
40
38
|
] }),
|
|
41
|
-
|
|
42
|
-
e && /* @__PURE__ */ r(
|
|
43
|
-
] }) : /* @__PURE__ */ i(
|
|
44
|
-
(p || n) && /* @__PURE__ */ r(
|
|
45
|
-
/* @__PURE__ */ i(m, { direction: "row", align: "center", padding:
|
|
46
|
-
/* @__PURE__ */ r(
|
|
39
|
+
h,
|
|
40
|
+
e && /* @__PURE__ */ r(H, { ...e, padding: 2 })
|
|
41
|
+
] }) : /* @__PURE__ */ i(I, { as: "header", theme: l, shadow: c, bleed: d, ...s, children: [
|
|
42
|
+
(p || n) && /* @__PURE__ */ r(y, { backButton: p, breadcrumbs: n }),
|
|
43
|
+
/* @__PURE__ */ i(m, { direction: "row", align: "center", padding: x, spacing: 3, children: [
|
|
44
|
+
/* @__PURE__ */ r(z, { icon: a, size: "xl" }),
|
|
47
45
|
/* @__PURE__ */ i(m, { direction: "col", children: [
|
|
48
|
-
/* @__PURE__ */ r(
|
|
49
|
-
o && /* @__PURE__ */ r(
|
|
46
|
+
/* @__PURE__ */ r(j, { size: f, children: t }),
|
|
47
|
+
o && /* @__PURE__ */ r(P, { size: "xs", children: o })
|
|
50
48
|
] })
|
|
51
49
|
] }),
|
|
52
|
-
|
|
53
|
-
e && /* @__PURE__ */ r(
|
|
50
|
+
h,
|
|
51
|
+
e && /* @__PURE__ */ r(H, { ...e })
|
|
54
52
|
] }));
|
|
55
53
|
export {
|
|
56
|
-
|
|
54
|
+
K as PageHeader
|
|
57
55
|
};
|
|
@@ -3,7 +3,7 @@ import "../../index-L8X2o7IH.js";
|
|
|
3
3
|
import "react";
|
|
4
4
|
import "../RootProvider/RootProvider.js";
|
|
5
5
|
import { MenuItem as n } from "../Menu/MenuItem.js";
|
|
6
|
-
import "../
|
|
6
|
+
import "../Searchbar/AutocompleteBase.js";
|
|
7
7
|
import "../Snackbar/useSnackbar.js";
|
|
8
8
|
import '../../assets/PageMenu.css';const o = "_menu_13em0_1", l = "_list_13em0_6", a = "_item_13em0_29", e = {
|
|
9
9
|
menu: o,
|
|
@@ -1,29 +1,47 @@
|
|
|
1
|
-
|
|
1
|
+
"use client";
|
|
2
|
+
import { jsxs as s, jsx as n } from "react/jsx-runtime";
|
|
2
3
|
import "../../index-L8X2o7IH.js";
|
|
3
|
-
import "react";
|
|
4
|
-
import {
|
|
4
|
+
import * as a from "react";
|
|
5
|
+
import { forwardRef as m } from "react";
|
|
6
|
+
import { Button as f } from "../Button/Button.js";
|
|
5
7
|
import "../RootProvider/RootProvider.js";
|
|
6
|
-
import "../
|
|
8
|
+
import "../Searchbar/AutocompleteBase.js";
|
|
7
9
|
import "../Snackbar/useSnackbar.js";
|
|
8
|
-
import { Flex as
|
|
9
|
-
import { Breadcrumbs as
|
|
10
|
-
import {
|
|
11
|
-
import '../../assets/PageNav.css';
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
10
|
+
import { Flex as c } from "./Flex.js";
|
|
11
|
+
import { Breadcrumbs as p } from "./Breadcrumbs.js";
|
|
12
|
+
import { u as d } from "../../useId-BVFxCjkq.js";
|
|
13
|
+
import '../../assets/PageNav.css';var u = function(t, o) {
|
|
14
|
+
var l = {};
|
|
15
|
+
for (var e in t) Object.prototype.hasOwnProperty.call(t, e) && o.indexOf(e) < 0 && (l[e] = t[e]);
|
|
16
|
+
if (t != null && typeof Object.getOwnPropertySymbols == "function")
|
|
17
|
+
for (var r = 0, e = Object.getOwnPropertySymbols(t); r < e.length; r++)
|
|
18
|
+
o.indexOf(e[r]) < 0 && Object.prototype.propertyIsEnumerable.call(t, e[r]) && (l[e[r]] = t[e[r]]);
|
|
19
|
+
return l;
|
|
20
|
+
};
|
|
21
|
+
const v = m((t, o) => {
|
|
22
|
+
var { title: l, titleId: e } = t, r = u(t, ["title", "titleId"]);
|
|
23
|
+
let i = d();
|
|
24
|
+
return i = l ? e || "title-" + i : void 0, a.createElement(
|
|
25
|
+
"svg",
|
|
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": i }, r),
|
|
27
|
+
l ? a.createElement("title", { id: i }, l) : null,
|
|
28
|
+
a.createElement("path", { fill: "currentColor", d: "M4.47 11.47a.75.75 0 0 0 0 1.06l4.5 4.5a.75.75 0 0 0 1.06-1.06l-3.22-3.22H19a.75.75 0 0 0 0-1.5H6.81l3.22-3.22a.75.75 0 1 0-1.06-1.06z" })
|
|
29
|
+
);
|
|
30
|
+
}), w = "_controls_9bu1z_7", g = {
|
|
31
|
+
controls: w
|
|
32
|
+
}, z = ({
|
|
33
|
+
color: t,
|
|
34
|
+
padding: o,
|
|
35
|
+
breadcrumbs: l,
|
|
36
|
+
backButton: e = {
|
|
19
37
|
as: "a",
|
|
20
38
|
label: "Back"
|
|
21
39
|
},
|
|
22
|
-
controls:
|
|
23
|
-
}) => /* @__PURE__ */
|
|
24
|
-
|
|
25
|
-
|
|
40
|
+
controls: r
|
|
41
|
+
}) => /* @__PURE__ */ s(c, { as: "nav", direction: "row", align: "center", justify: "between", color: t, padding: o, children: [
|
|
42
|
+
l ? /* @__PURE__ */ n(p, { items: l }) : /* @__PURE__ */ n(f, { ...e, variant: "text", size: "sm", icon: v, children: (e == null ? void 0 : e.label) || "Back" }),
|
|
43
|
+
r && /* @__PURE__ */ n("div", { className: g.controls, children: r })
|
|
26
44
|
] });
|
|
27
45
|
export {
|
|
28
|
-
|
|
46
|
+
z as PageNav
|
|
29
47
|
};
|
|
@@ -3,7 +3,7 @@ import "../../index-L8X2o7IH.js";
|
|
|
3
3
|
import "react";
|
|
4
4
|
import "../RootProvider/RootProvider.js";
|
|
5
5
|
import { MenuItem as p } from "../Menu/MenuItem.js";
|
|
6
|
-
import "../
|
|
6
|
+
import "../Searchbar/AutocompleteBase.js";
|
|
7
7
|
import "../Snackbar/useSnackbar.js";
|
|
8
8
|
import { Flex as l } from "./Flex.js";
|
|
9
9
|
import '../../assets/PageTabs.css';const c = "_list_gp6cp_1", n = "_item_gp6cp_21", r = {
|
|
@@ -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 { Flex as p } from "./Flex.js";
|
|
8
8
|
const j = ({ as: o = "section", direction: r = "col", children: t, ...i }) => /* @__PURE__ */ m(p, { as: o, direction: r, ...i, children: t });
|
|
@@ -1,36 +1,30 @@
|
|
|
1
1
|
import { PageBase as e } from "./PageBase.js";
|
|
2
|
-
import { PageNav as
|
|
2
|
+
import { PageNav as m } from "./PageNav.js";
|
|
3
3
|
import { PageMenu as x } from "./PageMenu.js";
|
|
4
4
|
import { PageTabs as p } from "./PageTabs.js";
|
|
5
|
-
import { PageHeader as
|
|
6
|
-
import { PageDetails as
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import { ContactSection as k } from "./ContactSection.js";
|
|
5
|
+
import { PageHeader as n } from "./PageHeader.js";
|
|
6
|
+
import { PageDetails as g } from "./PageDetails.js";
|
|
7
|
+
import { Flex as P } from "./Flex.js";
|
|
8
|
+
import { Grid as u } from "./Grid.js";
|
|
9
|
+
import { Breadcrumbs as b } from "./Breadcrumbs.js";
|
|
10
|
+
import { BreadcrumbsLink as l } from "./BreadcrumbsLink.js";
|
|
11
|
+
import { Section as k } from "./Section.js";
|
|
12
|
+
import { ContactSection as A } from "./ContactSection.js";
|
|
14
13
|
import { ContactButtons as F } from "./ContactButtons.js";
|
|
15
|
-
import { AccordionSection as
|
|
16
|
-
import { DashboardHeader as N } from "./DashboardHeader.js";
|
|
17
|
-
import { DashboardCard as j } from "./DashboardCard.js";
|
|
14
|
+
import { AccordionSection as H } from "./AccordionSection.js";
|
|
18
15
|
export {
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
H as BreadcrumbsLink,
|
|
16
|
+
H as AccordionSection,
|
|
17
|
+
b as Breadcrumbs,
|
|
18
|
+
l as BreadcrumbsLink,
|
|
23
19
|
F as ContactButtons,
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
b as Flex,
|
|
28
|
-
B as Grid,
|
|
20
|
+
A as ContactSection,
|
|
21
|
+
P as Flex,
|
|
22
|
+
u as Grid,
|
|
29
23
|
e as PageBase,
|
|
30
|
-
|
|
31
|
-
|
|
24
|
+
g as PageDetails,
|
|
25
|
+
n as PageHeader,
|
|
32
26
|
x as PageMenu,
|
|
33
|
-
|
|
27
|
+
m as PageNav,
|
|
34
28
|
p as PageTabs,
|
|
35
|
-
|
|
29
|
+
k as Section
|
|
36
30
|
};
|
|
@@ -2,11 +2,11 @@ import { jsx as o } from "react/jsx-runtime";
|
|
|
2
2
|
import { createElement as m } from "react";
|
|
3
3
|
import "../../index-L8X2o7IH.js";
|
|
4
4
|
import "../RootProvider/RootProvider.js";
|
|
5
|
-
import {
|
|
6
|
-
import "../
|
|
7
|
-
import { AccountListItem as
|
|
5
|
+
import { List as i } from "../List/List.js";
|
|
6
|
+
import "../Searchbar/AutocompleteBase.js";
|
|
7
|
+
import { AccountListItem as p } from "./AccountListItem.js";
|
|
8
8
|
import "../Snackbar/useSnackbar.js";
|
|
9
|
-
const d = ({ items: t }) => /* @__PURE__ */ o(i, { children: t.map((r) => /* @__PURE__ */ m(
|
|
9
|
+
const d = ({ items: t }) => /* @__PURE__ */ o(i, { children: t.map((r) => /* @__PURE__ */ m(p, { ...r, key: r.id })) });
|
|
10
10
|
export {
|
|
11
11
|
d as AccountList
|
|
12
12
|
};
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import { jsxs as
|
|
2
|
+
import { jsxs as v, jsx as n } from "react/jsx-runtime";
|
|
3
3
|
import "../../index-L8X2o7IH.js";
|
|
4
|
-
import * as
|
|
4
|
+
import * as c from "react";
|
|
5
5
|
import { forwardRef as m } from "react";
|
|
6
|
-
import { Badge as
|
|
7
|
-
import { ContextMenu as
|
|
8
|
-
import { ListItemControls as
|
|
9
|
-
import { ListItem as
|
|
6
|
+
import { Badge as y } from "../Badge/Badge.js";
|
|
7
|
+
import { ContextMenu as O } from "../ContextMenu/ContextMenu.js";
|
|
8
|
+
import { ListItemControls as w } from "../List/ListItemControls.js";
|
|
9
|
+
import { ListItem as h } from "../List/ListItem.js";
|
|
10
10
|
import "../RootProvider/RootProvider.js";
|
|
11
|
-
import "../
|
|
11
|
+
import "../Searchbar/AutocompleteBase.js";
|
|
12
12
|
import "../Snackbar/useSnackbar.js";
|
|
13
|
-
import { Flex as
|
|
14
|
-
import { u as d } from "../../useId-
|
|
15
|
-
var
|
|
13
|
+
import { Flex as I } from "../Page/Flex.js";
|
|
14
|
+
import { u as d } from "../../useId-BVFxCjkq.js";
|
|
15
|
+
var j = function(t, o) {
|
|
16
16
|
var l = {};
|
|
17
17
|
for (var e in t) Object.prototype.hasOwnProperty.call(t, e) && o.indexOf(e) < 0 && (l[e] = t[e]);
|
|
18
18
|
if (t != null && typeof Object.getOwnPropertySymbols == "function")
|
|
@@ -20,17 +20,17 @@ var x = function(t, o) {
|
|
|
20
20
|
o.indexOf(e[r]) < 0 && Object.prototype.propertyIsEnumerable.call(t, e[r]) && (l[e[r]] = t[e[r]]);
|
|
21
21
|
return l;
|
|
22
22
|
};
|
|
23
|
-
const
|
|
24
|
-
var { title: l, titleId: e } = t, r =
|
|
25
|
-
let
|
|
26
|
-
return
|
|
23
|
+
const x = m((t, o) => {
|
|
24
|
+
var { title: l, titleId: e } = t, r = j(t, ["title", "titleId"]);
|
|
25
|
+
let i = d();
|
|
26
|
+
return i = l ? e || "title-" + i : void 0, c.createElement(
|
|
27
27
|
"svg",
|
|
28
|
-
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":
|
|
29
|
-
l ?
|
|
30
|
-
|
|
28
|
+
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": i }, r),
|
|
29
|
+
l ? c.createElement("title", { id: i }, l) : null,
|
|
30
|
+
c.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M12 4.969c1.399-1.242 2.776-1.844 4.125-1.844 1.519 0 2.823.763 3.905 1.845 2.373 2.372 2.207 6.354-1 9.56l-6.5 6.5-.53-.53-.53.53-6.5-6.5c-3.207-3.206-3.373-7.188-1-9.56C5.05 3.888 6.356 3.125 7.875 3.125c1.349 0 2.726.602 4.125 1.844M12 20.5l-.53.53a.75.75 0 0 0 1.06 0zm0-1.06 5.97-5.97c2.793-2.794 2.627-5.812 1-7.44-.919-.918-1.864-1.405-2.845-1.405s-2.177.487-3.595 1.905a.75.75 0 0 1-1.06 0C10.05 5.112 8.856 4.625 7.874 4.625S5.948 5.112 5.03 6.03c-1.627 1.628-1.793 4.646 1 7.44z", clipRule: "evenodd" })
|
|
31
31
|
);
|
|
32
32
|
});
|
|
33
|
-
var
|
|
33
|
+
var E = function(t, o) {
|
|
34
34
|
var l = {};
|
|
35
35
|
for (var e in t) Object.prototype.hasOwnProperty.call(t, e) && o.indexOf(e) < 0 && (l[e] = t[e]);
|
|
36
36
|
if (t != null && typeof Object.getOwnPropertySymbols == "function")
|
|
@@ -38,51 +38,49 @@ var S = function(t, o) {
|
|
|
38
38
|
o.indexOf(e[r]) < 0 && Object.prototype.propertyIsEnumerable.call(t, e[r]) && (l[e[r]] = t[e[r]]);
|
|
39
39
|
return l;
|
|
40
40
|
};
|
|
41
|
-
const
|
|
42
|
-
var { title: l, titleId: e } = t, r =
|
|
43
|
-
let
|
|
44
|
-
return
|
|
41
|
+
const S = m((t, o) => {
|
|
42
|
+
var { title: l, titleId: e } = t, r = E(t, ["title", "titleId"]);
|
|
43
|
+
let i = d();
|
|
44
|
+
return i = l ? e || "title-" + i : void 0, c.createElement(
|
|
45
45
|
"svg",
|
|
46
|
-
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":
|
|
47
|
-
l ?
|
|
48
|
-
|
|
46
|
+
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": i }, r),
|
|
47
|
+
l ? c.createElement("title", { id: i }, l) : null,
|
|
48
|
+
c.createElement("path", { fill: "currentColor", d: "M12 4.969c1.399-1.242 2.776-1.844 4.125-1.844 1.519 0 2.823.763 3.905 1.845 2.373 2.372 2.206 6.354-1 9.56l-6.5 6.5a.75.75 0 0 1-1.06 0l-6.5-6.5c-3.207-3.206-3.373-7.188-1-9.56C5.05 3.888 6.355 3.125 7.874 3.125c1.349 0 2.726.602 4.125 1.844" })
|
|
49
49
|
);
|
|
50
|
-
}),
|
|
51
|
-
size: t
|
|
50
|
+
}), $ = ({
|
|
51
|
+
size: t,
|
|
52
52
|
expanded: o,
|
|
53
53
|
type: l,
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
favourite: p = !1,
|
|
54
|
+
icon: e,
|
|
55
|
+
title: r,
|
|
56
|
+
description: i,
|
|
57
|
+
label: a,
|
|
58
|
+
favourite: s = !1,
|
|
60
59
|
contextMenu: f,
|
|
61
|
-
favouriteLabel:
|
|
62
|
-
children:
|
|
63
|
-
...
|
|
60
|
+
favouriteLabel: p,
|
|
61
|
+
children: u,
|
|
62
|
+
...g
|
|
64
63
|
}) => {
|
|
65
|
-
const
|
|
66
|
-
/* @__PURE__ */
|
|
67
|
-
f && /* @__PURE__ */
|
|
64
|
+
const b = /* @__PURE__ */ v(w, { children: [
|
|
65
|
+
/* @__PURE__ */ n(I, { align: "center", spacing: 2, style: { position: "relative", fontSize: "1.25rem" }, children: a ? /* @__PURE__ */ n(y, { color: l === "group" ? "neutral" : l, children: a }) : s ? /* @__PURE__ */ n(S, { "aria-label": p }) : /* @__PURE__ */ n(x, { "aria-hidden": !0 }) }),
|
|
66
|
+
f && /* @__PURE__ */ n(O, { ...f, size: "sm" })
|
|
68
67
|
] });
|
|
69
|
-
return /* @__PURE__ */
|
|
70
|
-
|
|
68
|
+
return /* @__PURE__ */ n(
|
|
69
|
+
h,
|
|
71
70
|
{
|
|
72
|
-
...
|
|
71
|
+
...g,
|
|
73
72
|
size: t,
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
description: o ? void 0 : s,
|
|
73
|
+
icon: e,
|
|
74
|
+
title: r,
|
|
75
|
+
description: o ? void 0 : i,
|
|
78
76
|
expanded: o,
|
|
79
77
|
selected: o,
|
|
80
|
-
badge:
|
|
78
|
+
badge: !o && b,
|
|
81
79
|
linkIcon: !0,
|
|
82
|
-
children:
|
|
80
|
+
children: u
|
|
83
81
|
}
|
|
84
82
|
);
|
|
85
83
|
};
|
|
86
84
|
export {
|
|
87
|
-
|
|
85
|
+
$ as AccountListItem
|
|
88
86
|
};
|