@altinn/altinn-components 0.57.3 → 0.58.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/README.md +33 -0
- package/dist/Section-DvBigBR1.js +2226 -0
- package/dist/assets/BookmarkSettingsItemLabel.css +1 -1
- package/dist/assets/DialogContact.css +1 -0
- package/dist/assets/DialogHeader.css +1 -0
- package/dist/assets/DialogLayout.css +1 -0
- package/dist/assets/DialogSection.css +1 -0
- package/dist/assets/Link.css +1 -0
- package/dist/assets/Section.css +1 -1
- package/dist/assets/SettingsItemBase.css +1 -1
- package/dist/components/AccessAreaListItem/AccessAreaListItem.js +17 -16
- package/dist/components/AccessPackageListItem/AccessPackageListItem.js +9 -8
- package/dist/components/Account/AccountList.js +7 -6
- package/dist/components/Account/AccountListItem.js +8 -7
- package/dist/components/Account/AccountListItemControls.js +11 -10
- package/dist/components/Account/AccountListItemDetails.js +12 -11
- package/dist/components/Account/AccountListVirtual.js +4 -3
- package/dist/components/Account/AccountMenu.js +11 -10
- package/dist/components/Account/AccountNotificationSettings.js +10 -9
- package/dist/components/Account/AccountOrganization.js +15 -14
- package/dist/components/AccountSelector/AccountSelector.js +10 -9
- package/dist/components/ActivityLog/ActivityLog.js +4 -3
- package/dist/components/ActivityLog/ActivityLogItem.js +4 -3
- package/dist/components/ActivityLog/ActivityLogSegment.js +4 -3
- package/dist/components/Alert/Alert.js +8 -7
- package/dist/components/Article/Article.js +4 -3
- package/dist/components/Article/ArticleContact.js +4 -3
- package/dist/components/Article/ArticleHeader.js +4 -3
- package/dist/components/Attachment/AttachmentLink.js +1 -1
- package/dist/components/Banner/Banner.js +6 -5
- package/dist/components/Bookmarks/BookmarkModal.js +7 -6
- package/dist/components/Bookmarks/BookmarkSettingsItem.js +4 -3
- package/dist/components/Bookmarks/BookmarkSettingsItemLabel.js +12 -11
- package/dist/components/Bookmarks/BookmarkSettingsList.js +9 -8
- package/dist/components/Breadcrumbs/Breadcrumbs.js +4 -3
- package/dist/components/Bulk/BulkButton.js +11 -11
- package/dist/components/Bulk/BulkHeader.js +8 -7
- package/dist/components/Button/ButtonIcon.js +4 -3
- package/dist/components/Button/ComboButton.js +4 -3
- package/dist/components/Button/FloatingActionButton.js +8 -7
- package/dist/components/Button/IconButton.js +5 -4
- package/dist/components/Byline/Byline.js +3 -2
- package/dist/components/Byline/index.js +1 -1
- package/dist/components/ContextMenu/ContextMenu.js +28 -24
- package/dist/components/Dashboard/DashboardCard.js +7 -6
- package/dist/components/Dashboard/DashboardHeader.js +9 -8
- package/dist/components/Datepicker/Datepicker.js +1 -1
- package/dist/components/Datepicker/DatepickerHeader.js +4 -3
- package/dist/components/Datepicker/DatepickerTable.js +11 -10
- package/dist/components/Dialog/Dialog.js +25 -31
- package/dist/components/Dialog/DialogActions.js +4 -3
- package/dist/components/Dialog/DialogActivityLog.js +4 -3
- package/dist/components/Dialog/DialogAttachments.js +6 -5
- package/dist/components/Dialog/DialogBody.js +8 -7
- package/dist/components/Dialog/DialogByline.js +3 -2
- package/dist/components/Dialog/DialogContact.js +47 -11
- package/dist/components/Dialog/DialogHeader.js +31 -28
- package/dist/components/Dialog/DialogHistory.js +7 -6
- package/dist/components/Dialog/DialogHistoryItem.js +4 -3
- package/dist/components/Dialog/DialogHistorySegment.js +8 -7
- package/dist/components/Dialog/DialogLayout.js +21 -20
- package/dist/components/Dialog/DialogList.js +3 -2
- package/dist/components/Dialog/DialogListGroup.js +3 -2
- package/dist/components/Dialog/DialogListItem.js +3 -2
- package/dist/components/Dialog/DialogMetadata.js +3 -2
- package/dist/components/Dialog/DialogSection.js +10 -7
- package/dist/components/Dialog/DialogSeenBy.js +4 -3
- package/dist/components/Dialog/DialogSelect.js +10 -9
- package/dist/components/Dialog/DialogStatus.js +4 -3
- package/dist/components/Dialog/DialogTabs.js +4 -3
- package/dist/components/Dialog/SeenByLog.js +4 -3
- package/dist/components/Dialog/SeenByLogButton.js +7 -6
- package/dist/components/Dialog/SeenByLogItem.js +12 -11
- package/dist/components/Dialog/index.js +1 -1
- package/dist/components/Dropdown/DrawerButton.js +4 -3
- package/dist/components/Dropdown/DrawerHeader.js +8 -7
- package/dist/components/Dropdown/Dropdown.js +3 -2
- package/dist/components/Dropdown/DropdownBase.js +8 -7
- package/dist/components/Dropdown/FloatingDropdown.js +19 -18
- package/dist/components/Dropdown/index.js +5 -7
- package/dist/components/DsComponents/index.js +21 -20
- package/dist/components/Forms/Checkbox.js +4 -3
- package/dist/components/Forms/CheckboxOptions.js +4 -3
- package/dist/components/Forms/FieldBase.js +3 -2
- package/dist/components/Forms/FieldsetBase.js +4 -3
- package/dist/components/Forms/Radio.js +4 -3
- package/dist/components/Forms/RadioOptions.js +4 -3
- package/dist/components/Forms/SearchField.js +3 -2
- package/dist/components/Forms/SelectField.js +5 -4
- package/dist/components/Forms/Switch.js +6 -5
- package/dist/components/Forms/SwitchOptions.js +4 -3
- package/dist/components/Forms/TextField.js +4 -3
- package/dist/components/Forms/TextFieldDropdown.js +4 -3
- package/dist/components/Forms/TextareaField.js +4 -3
- package/dist/components/Forms/index.js +1 -1
- package/dist/components/GlobalHeader/GlobalAccountButton.js +8 -7
- package/dist/components/GlobalHeader/GlobalHeader.js +10 -9
- package/dist/components/GlobalHeader/GlobalMenuButton.js +4 -3
- package/dist/components/GlobalHeader/HeaderDrawer.js +9 -8
- package/dist/components/GlobalHeader/HeaderDropdown.js +6 -5
- package/dist/components/GlobalHeader/HeaderLogo.js +8 -7
- package/dist/components/GlobalMenu/GlobalMenu.js +10 -9
- package/dist/components/GlobalMenu/LocaleSwitcher.js +13 -12
- package/dist/components/GlobalMenu/LogoutButton.js +4 -3
- package/dist/components/GlobalMenu_old/BackButton.js +4 -3
- package/dist/components/GlobalMenu_old/CurrentAccount.js +4 -3
- package/dist/components/GlobalMenu_old/GlobalMenu.js +10 -9
- package/dist/components/GlobalMenu_old/GlobalMenuButton.js +12 -11
- package/dist/components/GlobalMenu_old/LogoutButton.js +4 -3
- package/dist/components/Header/Header.js +4 -3
- package/dist/components/Header/HeaderBase.js +7 -6
- package/dist/components/Header/HeaderButton.js +18 -17
- package/dist/components/Header/LocaleButton.js +12 -11
- package/dist/components/Header/LocaleSwitcher.js +9 -8
- package/dist/components/Icon/Icon.js +4 -3
- package/dist/components/Icon/index.js +1 -1
- package/dist/components/Inbox/InboxPage.js +8 -7
- package/dist/components/InboxSearch/InboxSearch.js +10 -9
- package/dist/components/Item/ItemLabel.js +2 -1
- package/dist/components/Item/ItemMedia.js +3 -2
- package/dist/components/Item/ItemSelect.js +3 -2
- package/dist/components/Item/index.js +1 -1
- package/dist/components/Layout/Layout.js +8 -7
- package/dist/components/List/List.js +3 -2
- package/dist/components/List/ListBase.js +4 -3
- package/dist/components/List/ListItem.js +1 -1
- package/dist/components/List/ListItemHeader.js +3 -2
- package/dist/components/List/ListItemIcon.js +3 -2
- package/dist/components/List/ListItemLabel.js +4 -3
- package/dist/components/List/index.js +1 -1
- package/dist/components/Menu/Menu.js +1 -1
- package/dist/components/Menu/MenuItem.js +3 -2
- package/dist/components/Menu/MenuItems.js +3 -2
- package/dist/components/Menu/MenuListSearch.js +3 -2
- package/dist/components/Menu/MenuOption.js +1 -1
- package/dist/components/Menu/TabMenu.js +7 -6
- package/dist/components/Menu/VirtualizedMenuItems.js +3 -2
- package/dist/components/Menu/index.js +1 -1
- package/dist/components/Menu/useMenuSearch.js +1 -1
- package/dist/components/Metadata/MetaItem.js +3 -2
- package/dist/components/Metadata/MetaItemIcon.js +3 -2
- package/dist/components/Metadata/MetaProgress.js +3 -2
- package/dist/components/Metadata/MetaTimestamp.js +3 -2
- package/dist/components/Metadata/Metadata.js +9 -8
- package/dist/components/Metadata/index.js +1 -1
- package/dist/components/Modal/Modal.js +8 -7
- package/dist/components/Modal/ModalBase.js +25 -24
- package/dist/components/Modal/ModalHeader.js +10 -9
- package/dist/components/Modal/ModalIcon.js +4 -3
- package/dist/components/Notifications/NotificationItem.js +4 -3
- package/dist/components/Notifications/NotificationItemBase.js +4 -3
- package/dist/components/Notifications/NotificationItemControls.js +6 -5
- package/dist/components/Notifications/NotificationItemIcon.js +15 -14
- package/dist/components/Page/AccordionSection.js +4 -3
- package/dist/components/Page/ContactButtons.js +7 -6
- package/dist/components/Page/ContactSection.js +7 -6
- package/dist/components/Page/PageMenu.js +11 -10
- package/dist/components/Page/PageNav.js +7 -6
- package/dist/components/Page/Section.js +3 -2
- package/dist/components/Page/index.js +1 -1
- package/dist/components/ResourceListItem/ResourceListItem.js +8 -7
- package/dist/components/RootProvider/RootProvider.js +4 -3
- package/dist/components/RootProvider/index.js +1 -1
- package/dist/components/Search/SearchItem.js +7 -6
- package/dist/components/Searchbar/Autocomplete.js +9 -8
- package/dist/components/Searchbar/AutocompleteItem.js +6 -5
- package/dist/components/Searchbar/Searchbar.js +4 -3
- package/dist/components/Searchbar/SearchbarField.js +4 -3
- package/dist/components/Settings/SettingsItem.js +75 -69
- package/dist/components/Settings/SettingsItemBase.js +67 -39
- package/dist/components/Settings/SettingsList.js +12 -11
- package/dist/components/Settings/SettingsModal.js +7 -6
- package/dist/components/Settings/SettingsSection.js +10 -9
- package/dist/components/Settings/UsedByLog.js +4 -3
- package/dist/components/Settings/UsedByLogItem.js +10 -9
- package/dist/components/Snackbar/SnackbarItem.js +16 -15
- package/dist/components/Timeline/Timeline.js +4 -3
- package/dist/components/Timeline/TimelineActivity.js +4 -3
- package/dist/components/Timeline/TimelineBase.js +4 -3
- package/dist/components/Timeline/TimelineFooter.js +7 -6
- package/dist/components/Timeline/TimelineHeader.js +4 -3
- package/dist/components/Timeline/TimelineIcon.js +6 -5
- package/dist/components/Timeline/TimelineSection.js +4 -3
- package/dist/components/Timeline/TimelineSegment.js +7 -6
- package/dist/components/Toolbar/DatepickerFilter.js +4 -3
- package/dist/components/Toolbar/SelectDateFilter.js +8 -7
- package/dist/components/Toolbar/Toolbar.js +1 -1
- package/dist/components/Toolbar/ToolbarFilter.js +11 -10
- package/dist/components/Toolbar/ToolbarFilterAddMenu.js +18 -17
- package/dist/components/Toolbar/ToolbarFilterButton.js +4 -3
- package/dist/components/Toolbar/ToolbarFilterMenu.js +11 -10
- package/dist/components/Toolbar/ToolbarMenu.js +3 -2
- package/dist/components/Toolbar/ToolbarSearch.js +3 -2
- package/dist/components/Toolbar/index.js +1 -1
- package/dist/components/Transmission/Transmission.js +9 -8
- package/dist/components/Transmission/TransmissionList.js +6 -5
- package/dist/components/Transmission/TransmissionType.js +4 -3
- package/dist/components/Typography/Heading.js +3 -2
- package/dist/components/Typography/Link.js +11 -0
- package/dist/components/Typography/index.js +4 -2
- package/dist/components/UserListItem/UserListItem.js +9 -8
- package/dist/components/index.js +255 -254
- package/dist/hooks/useAccountSelector.js +18 -17
- package/dist/index.js +246 -245
- package/dist/link-D1SA3LCe.js +10 -0
- package/dist/{textfield-CRXtg-r5.js → textfield-f4Za2qt6.js} +428 -431
- package/dist/types/lib/components/Bulk/Bulk.stories.d.ts +4 -1
- package/dist/types/lib/components/Bulk/BulkButton.d.ts +2 -1
- package/dist/types/lib/components/ContextMenu/ContextMenu.d.ts +3 -2
- package/dist/types/lib/components/Dialog/DialogContact.d.ts +12 -3
- package/dist/types/lib/components/Dropdown/Dropdown.d.ts +3 -1
- package/dist/types/lib/components/Dropdown/Dropdown.stories.d.ts +1 -2
- package/dist/types/lib/components/Dropdown/index.d.ts +0 -1
- package/dist/types/lib/components/Forms/SearchField.stories.d.ts +1 -0
- package/dist/types/lib/components/Menu/VirtualizedMenu.stories.d.ts +24 -3
- package/dist/types/lib/components/Settings/SettingsItem.d.ts +1 -1
- package/dist/types/lib/components/Settings/SettingsItemBase.d.ts +16 -10
- package/dist/types/lib/components/Typography/Link.d.ts +11 -0
- package/dist/types/lib/components/Typography/index.d.ts +1 -0
- package/dist/types/lib/stories/Profile.stories.d.ts +1 -0
- package/dist/types/lib/test-utils/screenshot-compare.d.ts +49 -0
- package/package.json +10 -3
- package/dist/Section-xbt3ft20.js +0 -2265
- package/dist/assets/DrawerOrDropdown.css +0 -1
- package/dist/components/Dropdown/DrawerOrDropdown.js +0 -42
- package/dist/types/lib/components/Dropdown/DrawerOrDropdown.d.ts +0 -11
- package/dist/types/lib/components/Settings/SettingsItem.stories.d.ts +0 -67
|
@@ -1 +1 @@
|
|
|
1
|
-
.
|
|
1
|
+
._label_pe3os_1{display:flex;flex-direction:column;justify-content:center;row-gap:.125rem;min-height:2.5rem}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
._section_ln3o5_1{display:flex;flex-direction:column;gap:1rem}._helpIcon_ln3o5_7{font-size:1.5em;margin-right:.25em}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
._header_14m6v_1{position:relative;display:flex;flex-direction:column;row-gap:.75rem;margin-right:3rem}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
._article_1fri6_1{position:relative;display:flex;flex-direction:column;row-gap:1.5em;background-color:var(--ds-color-background-default);box-shadow:var(--ds-shadow-sm)}._article_1fri6_1{padding:var(--ds-spacing-6)}@media(max-width:1023px){._article_1fri6_1{padding-left:var(--ds-spacing-4);padding-right:var(--ds-spacing-4);border-left:0;border-right:0}}._backButton_1fri6_23{margin:-.75rem}._controls_1fri6_27{position:absolute;top:0;right:0;margin:.75rem}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
._section_1jplb_1{display:flex;flex-direction:column;gap:1rem}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
._link_1n9mi_1{font-size:1em}
|
package/dist/assets/Section.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
._icon_1y3dz_1{position:relative;display:flex;justify-content:center;align-items:center;border-radius:5%}._shape_1y3dz_9{width:1em;height:1em}._svg_1y3dz_14,._image_1y3dz_15{position:absolute;display:block;width:1em;height:1em;margin:auto}._search_18jfe_1{position:sticky;top:0;z-index:1;background-color:var(--ds-color-surface-default)}._searchInput_18jfe_8{width:100%}._search_18jfe_1 input:focus-visible{outline-offset:0;outline-width:2px}._media_1089b_3{flex-shrink:0;display:flex;align-items:center;justify-content:center}._icon_1089b_10,._avatar_1089b_14{font-size:1em}._avatarGroup_1089b_18{font-size:.75em}._heading_1dyne_1{font-size:1em;line-height:1.25;margin:0}._heading_1dyne_1[data-max-rows="1"]{display:-webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}._heading_1dyne_1[data-max-rows="2"]{display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}._heading_1dyne_1[data-variant=default]{background-color:transparent;color:var(--ds-color-text-default)}._heading_1dyne_1[data-variant=subtle]{background-color:transparent;color:var(--ds-color-text-subtle)}._heading_1dyne_1[data-weight=normal]{font-weight:400}._heading_1dyne_1[data-weight=medium]{font-weight:500}._heading_1dyne_1[data-weight=bold]{font-weight:600}._heading_1dyne_1[data-size=inherit]{font-size:1em}._heading_1dyne_1[data-size=xxs]{font-size:.75rem}._heading_1dyne_1[data-size=xs]{font-size:.875rem}._heading_1dyne_1[data-size=sm]{font-size:1rem}._heading_1dyne_1[data-size=md]{font-size:1.125rem}._heading_1dyne_1[data-size=lg]{font-size:1.25rem}._heading_1dyne_1[data-size=xl]{font-size:1.5rem}._heading_1dyne_1[data-leading=none]{line-height:1}._heading_1dyne_1[data-leading=normal]{line-height:1.5}._heading_1dyne_1[data-leading=tight]{line-height:1.25}._label_e5q28_3{flex-grow:1;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;text-align:left;max-width:100%}._item_h7sxa_3{--checkmark-opacity: .5;appearance:none;background-color:transparent;border:none;-webkit-user-select:none;user-select:none;text-decoration:none;color:inherit;width:100%;display:flex;align-items:center;column-gap:.5rem;min-height:var(--dsc-item-height);padding-left:6px;padding-right:6px;overflow:hidden;--dsc-item-focus-outline: 2px solid black;--dsc-item-hover-pointer: pointer}._item_h7sxa_3[data-variant=default]{--dsc-item-background: var(--ds-color-surface-tinted);--dsc-item-background--hover: var(--ds-color-surface-hover);--dsc-item-background--active: var(--ds-color-surface-active);--dsc-icon-background: var(--ds-color-surface-tinted);--dsc-icon-color: var(--ds-color-text-default)}._item_h7sxa_3[data-variant=tinted]{--dsc-item-background: var(--ds-color-surface-default);--dsc-item-background--hover: var(--ds-color-surface-hover);--dsc-item-background--active: var(--ds-color-surface-default);--dsc-icon-background: var(--ds-color-surface-default)}._item_h7sxa_3[data-variant=tinted][data-size=lg]{--dsc-icon-background: var(--ds-color-base-default);--dsc-icon-color: var(--ds-color-base-contrast-default)}div._item_h7sxa_3[aria-disabled=true]{--dsc-item-focus-outline: none;--dsc-item-hover-pointer: default;--dsc-item-background--hover: var(--ds-color-background-default);--dsc-item-background--active: var(--ds-color-background-default)}._item_h7sxa_3:hover,._item_h7sxa_3[data-active=true]{background-color:var(--dsc-item-background--hover);cursor:var(--dsc-item-hover-pointer)}._item_h7sxa_3[data-active=true]{background-color:var(--dsc-item-background--hover);outline:var(--dsc-item-focus-outline)}._item_h7sxa_3[data-active=false]:focus-visible{outline:2px solid black}._item_h7sxa_3[data-selected=true]{background-color:var(--dsc-item-background--active);--checkmark-opacity: 1}._item_h7sxa_3[aria-disabled=true]{background-color:transparent;opacity:.5}._item_h7sxa_3{--dsc-description-size: 14px;--dsc-description-leading: 18px;--dsc-description-weight: normal;--dsc-title-weight: normal}._item_h7sxa_3[data-size=lg]{--dsc-item-height: 56px;--dsc-media-size: 44px;--dsc-icon-size: 28px;--dsc-title-size: 18px;--dsc-title-weight: 500}._item_h7sxa_3[data-size=md]{--dsc-item-height: 44px;--dsc-media-size: 32px;--dsc-icon-size: 24px;--dsc-title-size: 16px;--dsc-title-weight: normal}._item_h7sxa_3[data-size=sm]{--dsc-icon-background: transparent;--dsc-item-height: 36px;--dsc-media-size: 24px;--dsc-icon-size: 20px;--dsc-title-size: 16px;--dsc-title-weight: normal}._item_h7sxa_3[aria-disabled=true]{outline:none;pointer-events:none;cursor:default}._media_h7sxa_136{font-size:var(--dsc-media-size);min-width:var(--dsc-media-size);height:var(--dsc-media-size)}._media_h7sxa_136[data-variant=icon]{background-color:var(--dsc-icon-background);color:var(--dsc-icon-color);font-size:var(--dsc-icon-size);border-radius:5%}._media_h7sxa_136[data-variant=icon] svg{font-size:var(--dsc-icon-size);width:var(--dsc-icon-size);height:var(--dsc-icon-size)}._label_h7sxa_157{flex-grow:1;display:flex;flex-direction:column;font-size:var(--dsc-title-size);font-weight:var(--dsc-title-weight);line-height:1.25;margin-right:.75em;margin-top:6px;margin-bottom:6px;min-width:0;overflow-wrap:anywhere;text-wrap:initial}._title_h7sxa_172{font-size:var(--dsc-title-size)}._description_h7sxa_176{font-size:var(--dsc-description-size);font-weight:var(--dsc-description-weight);line-height:var(--dsc-description-leading)}._title_h7sxa_172 mark,._description_h7sxa_176 mark{background-color:transparent;text-decoration:underline}._count_h7sxa_188{font-style:normal;font-size:smaller;vertical-align:baseline;margin:0 .25em;color:var(--ds-color-text-subtle)}._linkIcon_h7sxa_196{font-size:1.25rem}._fieldContainer_1986v_1,._field_1986v_1{position:relative}._inputContainer_1986v_9{position:relative;display:inline-flex;width:100%}._icon_1986v_15{position:absolute;top:1px;bottom:1px;left:.3em;color:var(--ds-color-text-subtle);font-size:1.25em;width:1.25em;height:1.25em;pointer-events:none!important}._input_1986v_9{padding-left:2.25em;padding-right:2.25em}._input_1986v_9[type=search]::-webkit-search-decoration,._input_1986v_9[type=search]::-webkit-search-cancel-button{appearance:none}._spinnerContainer_1986v_39{position:absolute;top:1px;right:1px;bottom:1px;font-size:1rem;width:2.5em;display:flex;justify-content:center;align-items:center;margin:0}._spinner_1986v_39{width:2rem;height:2rem}._spinner_1986v_39 *{stroke-width:10!important}._clear_1986v_61{position:absolute;top:1px;right:1px;bottom:1px;width:2.5em;height:2.5em;display:flex;justify-content:center;align-items:center;margin:0}._clearButton_1986v_74[data-size=xs]{--dsc-button-size: 2.5em;--dsc-button-padding: 0;font-size:.75em;border:none}._clearButton_1986v_74:focus-visible{outline-offset:0;outline-width:2px}._input_1986v_9[data-collapsible=true]{transition:width .5s ease-in-out}._input_1986v_9[data-collapsible=true]:placeholder-shown{background-color:transparent;width:8rem}._input_1986v_9[data-collapsible=true]:focus,._input_1986v_9[data-collapsible=true]:not(:placeholder-shown){width:auto;background-color:var(--ds-color-background-default)}._autocomplete_1986v_103{--var-min-width: 100%;--var-max-width: 20rem;--var-width: 20rem;min-width:var(--var-min-width);max-width:var(--var-max-width);width:var(--var-width);position:absolute;top:100%;left:0;z-index:1;border-radius:.375rem;margin-top:.5rem;margin-bottom:.5rem;background-color:var(--ds-color-background-default);color:var(--ds-color-text-default);box-shadow:var(--ds-shadow-sm);display:flex;flex-direction:column;row-gap:.5rem;padding:.5rem;white-space:unset}._autocomplete_1986v_103[aria-hidden=true]{display:none}@media(max-width:479px){._fieldContainer_1986v_1,._field_1986v_1{width:100%}._autocomplete_1986v_103{--var-max-width: 100%;--var-width: 100%}._input_1986v_9[data-collapsible=true]:placeholder-shown,._input_1986v_9[data-collapsible=true]:focus,._input_1986v_9[data-collapsible=true]:not(:placeholder-shown){width:100%!important}._field_1986v_1[data-size=xs] input[type=search]{font-size:1rem;padding-left:2em;padding-right:2em}}._byline_fzp7k_1{display:inline-flex;align-items:center;column-gap:.5em}._avatar_fzp7k_7,._avatarGroup_fzp7k_12{font-size:1.25rem;flex-shrink:0}._avatar_fzp7k_7[data-size=md]{font-size:1.5rem;flex-shrink:0}._avatar_fzp7k_7[data-size=lg]{font-size:2.25rem}._label_fzp7k_26{display:inline-flex;flex-wrap:wrap;column-gap:.25em;color:var(--ds-color-text-subtle)}._label_fzp7k_26[data-size=xs],._label_fzp7k_26[data-size=sm]{font-size:14px;line-height:1.125rem;padding:.1875rem 0}._label_fzp7k_26[data-size=md],._label_fzp7k_26[data-size=lg]{font-size:16px;line-height:1.25rem}._label_fzp7k_26>strong{font-weight:500;color:var(--ds-color-text-default)}._dropdown_1mtdm_1{background-color:var(--ds-color-background-default);color:var(--ds-color-text-default);box-shadow:var(--ds-shadow-sm);display:flex;flex-direction:column;row-gap:.5rem;padding:.5rem;white-space:unset}._dropdown_1mtdm_1:focus{outline:none}._content_1mtdm_17{flex-grow:1}._dropdown_1mtdm_1[data-size=sm]{--var-width: 16rem;--var-min-width: 16rem;--var-max-width: 20rem}._dropdown_1mtdm_1[data-size=md]{--var-width: 20rem;--var-min-width: 20rem;--var-max-width: 24rem}._dropdown_1mtdm_1[data-size=lg]{--var-width: 24rem;--var-min-width: 24rem;--var-max-width: 28rem}._dropdown_1mtdm_1[aria-hidden=true],._backdrop_1mtdm_47,._backdrop_1mtdm_47[aria-hidden=true]{display:none}@media(min-width:1024px){._backdrop_1mtdm_47{display:block;z-index:1;background-color:#111d4640;position:fixed;inset:0;width:100%;height:100%}}._dropdown_1mtdm_1{position:absolute;margin-top:.5rem;margin-bottom:.5rem;border-radius:.375rem}._dropdown_1mtdm_1[data-variant=dropdown] ._header_1mtdm_76,._dropdown_1mtdm_1[data-variant=dropdown] ._footer_1mtdm_77{display:none}._dropdown_1mtdm_1[data-variant=dropdown]{min-width:var(--var-min-width);max-width:var(--var-max-width);width:var(--var-width);max-height:80vh}._dropdown_1mtdm_1[data-variant=drawer]{position:fixed!important;inset:0!important;max-width:none!important;max-height:100vh!important;width:100%!important;margin-top:0;margin-bottom:0;border-radius:0;padding-top:0}@media(max-width:1023px){._dropdown_1mtdm_1[data-variant=drawer-dropdown]{position:fixed!important;inset:0!important;max-width:none!important;max-height:100vh!important;width:100%!important;margin-top:0;margin-bottom:0;border-radius:0;padding-top:0}}@media(min-width:1024px){._dropdown_1mtdm_1[data-variant=drawer-dropdown]{min-width:var(--var-min-width);max-width:var(--var-max-width);width:var(--var-width);max-height:80vh}._dropdown_1mtdm_1[data-variant=drawer-dropdown] ._header_1mtdm_76,._dropdown_1mtdm_1[data-variant=drawer-dropdown] ._footer_1mtdm_77{display:none}}._header_1mtdm_76{position:sticky;top:0;left:0;right:0;padding:1rem .5rem;display:flex;align-items:center;justify-content:space-between;background-color:var(--ds-color-background-default);border-bottom:1px solid var(--ds-color-border-subtle);z-index:999}._title_1mtdm_148{font-size:1.125rem;font-weight:500;margin:0}._footer_1mtdm_77{position:sticky;bottom:0;left:0;right:0;display:flex;flex-direction:column;align-items:center}._footer_1mtdm_77>*{margin:1rem auto}._item_e034j_3{--dsc-item-background: color-mix(in srgb, var(--ds-color-background-default) 50%, transparent 50%);--dsc-item-background--hover: var(--ds-color-surface-tinted);--dsc-item-border: var(--ds-color-border-subtle);--dsc-item-border-style: solid;--dsc-title-font-size: 1.25rem;--dsc-summary-font-size: 1rem;--dsc-line-size: 2px;--dsc-line: var(--ds-color-neutral-surface-tinted);--dsc-line--hover: var(--ds-color-surface-hover);background:var(--dsc-item-background);border:1px solid;border-style:var(--dsc-item-border-style);border-color:var(--dsc-item-border);padding:.625rem;z-index:0}._item_e034j_3:hover{background:var(--dsc-item-background--hover);border:1px solid;outline:1px solid;border-color:var(--dsc-item-border--hover);outline-color:var(--dsc-item-border--hover);--dsc-line: var(--dsc-line--hover)}._item_e034j_3[data-unread=true]{--dsc-item-background: var(--ds-color-background-default);--dsc-line-size: 4px;--dsc-line: var(--ds-color-surface-active);--dsc-line--hover: var(--ds-color-surface-active)}._item_e034j_3[data-variant=select]{--dsc-item-background: transparent;--dsc-item-background--hover: var(--ds-color-surface-tinted);--dsc-item-border: var(--ds-color-border-default);--dsc-item-border-style: dashed;--dsc-item-unread: var(--ds-color-surface-active);--dsc-item-read: var(--ds-color-surface-tinted)}._item_e034j_3[data-variant=select][data-selected=true]{--dsc-item-background: var(--ds-color-surface-tinted);--dsc-item-border: var(--ds-color-border-default);--dsc-item-border-style: solid;--dsc-line: var(--dsc-line--hover);outline:1px solid var(--ds-color-border-default)}._border_e034j_58{border-left:var(--dsc-line-size) solid;border-color:var(--dsc-line);display:flex;flex-direction:column;padding-left:1rem;row-gap:1rem}._header_e034j_69{display:flex;flex-direction:column;row-gap:.25rem}._header_e034j_69[data-size=xs],._header_e034j_69[data-size=sm]{display:flex;flex-direction:row}._header_e034j_69 mark{background-color:var(--ds-color-surface-tinted)}._summary_e034j_85{font-size:var(--dsc-summary-font-size);font-weight:400;line-height:1.375;color:var(--ds-color-neutral-text-subtle);display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;margin:0}._controls_e034j_99{position:absolute;top:0;right:0;margin:.25em}._footer_e034j_106{width:100%;padding-right:2rem}._seenBy_e034j_111{font-size:1rem;position:absolute;right:0;bottom:0;margin:.75rem;z-index:2;display:flex}._link_e034j_121{text-decoration:none;color:inherit}._title_e034j_126{font-size:var(--dsc-title-font-size);font-weight:var(--dsc-title-font-weight);line-height:var(--dsc-title-line-height);text-wrap:balance;margin-right:3rem;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}._badge_e034j_140{margin-left:.5rem}._media_1x8z9_1{position:relative;display:inline-flex;align-items:center;justify-content:center;width:1em;height:1em}._icon_1x8z9_10{position:absolute;font-size:1.25em;width:1em;height:1em}._avatarGroup_1x8z9_17{font-size:1.25rem}._header_29hv7_1{--dsc-item-spacing: .5em;position:relative;width:100%;min-height:var(--dsc-item-height);display:flex;align-items:center;justify-content:start;background:var(--dsc-item-background);column-gap:var(--dsc-item-spacing);padding-right:var(--dsc-item-px);padding-left:var(--dsc-item-px)}._header_29hv7_1[data-interactive=true]{cursor:pointer}._header_29hv7_1[data-interactive=true]:hover{background:var(--dsc-item-background--hover)}._header_29hv7_1[data-interactive=true]:hover ._label_29hv7_27 h2{text-decoration:underline}._header_29hv7_1[data-has-active-child=true]{background-color:var(--ds-color-background-tinted)}._header_29hv7_1[aria-disabled=true]{opacity:.5}._label_29hv7_27{flex-grow:1}._link_29hv7_43{outline:none}._badge_29hv7_47{pointer-events:none}._linkIcon_29hv7_51{flex-shrink:0;min-width:2em;min-height:2em;display:flex;align-items:center;justify-content:center;pointer-events:none}._linkFocus_29hv7_61{position:absolute;inset:0}._controls_29hv7_69 a,._controls_29hv7_69 button{position:relative}._link_29hv7_43:focus-visible ._linkFocus_29hv7_61{box-shadow:var(--_ds--focus, var(--dsc-focus-boxShadow));outline:var(--_ds--focus, var(--dsc-focus-outline))}._link_29hv7_43:focus-visible ._linkFocus_29hv7_61 *{--_ds--focus: }._label_1tmg6_1{pointer-events:none;position:relative;display:flex;flex-direction:column;align-items:start;justify-content:center;margin-top:var(--dsc-item-my);margin-bottom:var(--dsc-item-my)}._label_1tmg6_1 mark{background-color:transparent;text-decoration:underline}._wrapper_rcjve_1{pointer-events:none;position:relative;flex-shrink:0;font-size:2em;display:flex;align-items:center;justify-content:center}._icon_rcjve_11 svg,._icon_rcjve_11 img{display:block;width:1em;height:1em;font-size:.825em}._avatar_rcjve_19{font-size:1em}._avatarGroup_rcjve_23{font-size:.75em}._item_1nwey_3{--dsc-item-height: 3em;--dsc-item-px: .5em;--dsc-item-py: .25em;--dsc-item-my: .25em}._item_1nwey_3[data-variant=default]{--dsc-item-background: var(--ds-color-surface-default);--dsc-item-background--active: var(--ds-color-surface-active);--dsc-item-border-color: var(--ds-color-border-subtle)}._item_1nwey_3[data-variant=subtle]{--dsc-item-background: var(--ds-color-background-tinted);--dsc-item-background--active: var(--ds-color-surface-active);--dsc-item-background--hover: var(--ds-color-surface-hover);--dsc-item-border-color: var(--ds-color-border-subtle)}._item_1nwey_3[data-variant=tinted]{--dsc-item-background: var(--ds-color-surface-tinted);--dsc-item-background--active: var(--ds-color-surface-active);--dsc-item-background--hover: var(--ds-color-surface-hover);--dsc-item-border-color: var(--ds-color-border-subtle)}._list_14rag_1{--dsc-spacing: var(--dsc-spacing-md);row-gap:var(--dsc-spacing)}@media(max-width:479px){._menu_16mue_4{width:100%}._menu_16mue_4>*{width:100%}._button_16mue_12{width:100%}._label_16mue_16{flex-grow:1}}._section_1w6kc_1[data-variant=default]{--dsc-item-background: var(--ds-color-surface-default)}._section_1w6kc_1[data-variant=subtle]{--dsc-item-background: var(--ds-color-background-tinted)}._section_1w6kc_1[data-variant=tinted]{--dsc-item-background: var(--ds-color-surface-tinted)}
|
|
1
|
+
._icon_1y3dz_1{position:relative;display:flex;justify-content:center;align-items:center;border-radius:5%}._shape_1y3dz_9{width:1em;height:1em}._svg_1y3dz_14,._image_1y3dz_15{position:absolute;display:block;width:1em;height:1em;margin:auto}._search_18jfe_1{position:sticky;top:0;z-index:1;background-color:var(--ds-color-surface-default)}._searchInput_18jfe_8{width:100%}._search_18jfe_1 input:focus-visible{outline-offset:0;outline-width:2px}._media_1089b_3{flex-shrink:0;display:flex;align-items:center;justify-content:center}._icon_1089b_10,._avatar_1089b_14{font-size:1em}._avatarGroup_1089b_18{font-size:.75em}._heading_1dyne_1{font-size:1em;line-height:1.25;margin:0}._heading_1dyne_1[data-max-rows="1"]{display:-webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}._heading_1dyne_1[data-max-rows="2"]{display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}._heading_1dyne_1[data-variant=default]{background-color:transparent;color:var(--ds-color-text-default)}._heading_1dyne_1[data-variant=subtle]{background-color:transparent;color:var(--ds-color-text-subtle)}._heading_1dyne_1[data-weight=normal]{font-weight:400}._heading_1dyne_1[data-weight=medium]{font-weight:500}._heading_1dyne_1[data-weight=bold]{font-weight:600}._heading_1dyne_1[data-size=inherit]{font-size:1em}._heading_1dyne_1[data-size=xxs]{font-size:.75rem}._heading_1dyne_1[data-size=xs]{font-size:.875rem}._heading_1dyne_1[data-size=sm]{font-size:1rem}._heading_1dyne_1[data-size=md]{font-size:1.125rem}._heading_1dyne_1[data-size=lg]{font-size:1.25rem}._heading_1dyne_1[data-size=xl]{font-size:1.5rem}._heading_1dyne_1[data-leading=none]{line-height:1}._heading_1dyne_1[data-leading=normal]{line-height:1.5}._heading_1dyne_1[data-leading=tight]{line-height:1.25}._label_e5q28_3{flex-grow:1;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;text-align:left;max-width:100%}._item_h7sxa_3{--checkmark-opacity: .5;appearance:none;background-color:transparent;border:none;-webkit-user-select:none;user-select:none;text-decoration:none;color:inherit;width:100%;display:flex;align-items:center;column-gap:.5rem;min-height:var(--dsc-item-height);padding-left:6px;padding-right:6px;overflow:hidden;--dsc-item-focus-outline: 2px solid black;--dsc-item-hover-pointer: pointer}._item_h7sxa_3[data-variant=default]{--dsc-item-background: var(--ds-color-surface-tinted);--dsc-item-background--hover: var(--ds-color-surface-hover);--dsc-item-background--active: var(--ds-color-surface-active);--dsc-icon-background: var(--ds-color-surface-tinted);--dsc-icon-color: var(--ds-color-text-default)}._item_h7sxa_3[data-variant=tinted]{--dsc-item-background: var(--ds-color-surface-default);--dsc-item-background--hover: var(--ds-color-surface-hover);--dsc-item-background--active: var(--ds-color-surface-default);--dsc-icon-background: var(--ds-color-surface-default)}._item_h7sxa_3[data-variant=tinted][data-size=lg]{--dsc-icon-background: var(--ds-color-base-default);--dsc-icon-color: var(--ds-color-base-contrast-default)}div._item_h7sxa_3[aria-disabled=true]{--dsc-item-focus-outline: none;--dsc-item-hover-pointer: default;--dsc-item-background--hover: var(--ds-color-background-default);--dsc-item-background--active: var(--ds-color-background-default)}._item_h7sxa_3:hover,._item_h7sxa_3[data-active=true]{background-color:var(--dsc-item-background--hover);cursor:var(--dsc-item-hover-pointer)}._item_h7sxa_3[data-active=true]{background-color:var(--dsc-item-background--hover);outline:var(--dsc-item-focus-outline)}._item_h7sxa_3[data-active=false]:focus-visible{outline:2px solid black}._item_h7sxa_3[data-selected=true]{background-color:var(--dsc-item-background--active);--checkmark-opacity: 1}._item_h7sxa_3[aria-disabled=true]{background-color:transparent;opacity:.5}._item_h7sxa_3{--dsc-description-size: 14px;--dsc-description-leading: 18px;--dsc-description-weight: normal;--dsc-title-weight: normal}._item_h7sxa_3[data-size=lg]{--dsc-item-height: 56px;--dsc-media-size: 44px;--dsc-icon-size: 28px;--dsc-title-size: 18px;--dsc-title-weight: 500}._item_h7sxa_3[data-size=md]{--dsc-item-height: 44px;--dsc-media-size: 32px;--dsc-icon-size: 24px;--dsc-title-size: 16px;--dsc-title-weight: normal}._item_h7sxa_3[data-size=sm]{--dsc-icon-background: transparent;--dsc-item-height: 36px;--dsc-media-size: 24px;--dsc-icon-size: 20px;--dsc-title-size: 16px;--dsc-title-weight: normal}._item_h7sxa_3[aria-disabled=true]{outline:none;pointer-events:none;cursor:default}._media_h7sxa_136{font-size:var(--dsc-media-size);min-width:var(--dsc-media-size);height:var(--dsc-media-size)}._media_h7sxa_136[data-variant=icon]{background-color:var(--dsc-icon-background);color:var(--dsc-icon-color);font-size:var(--dsc-icon-size);border-radius:5%}._media_h7sxa_136[data-variant=icon] svg{font-size:var(--dsc-icon-size);width:var(--dsc-icon-size);height:var(--dsc-icon-size)}._label_h7sxa_157{flex-grow:1;display:flex;flex-direction:column;font-size:var(--dsc-title-size);font-weight:var(--dsc-title-weight);line-height:1.25;margin-right:.75em;margin-top:6px;margin-bottom:6px;min-width:0;overflow-wrap:anywhere;text-wrap:initial}._title_h7sxa_172{font-size:var(--dsc-title-size)}._description_h7sxa_176{font-size:var(--dsc-description-size);font-weight:var(--dsc-description-weight);line-height:var(--dsc-description-leading)}._title_h7sxa_172 mark,._description_h7sxa_176 mark{background-color:transparent;text-decoration:underline}._count_h7sxa_188{font-style:normal;font-size:smaller;vertical-align:baseline;margin:0 .25em;color:var(--ds-color-text-subtle)}._linkIcon_h7sxa_196{font-size:1.25rem}._fieldContainer_zxswz_1{position:relative}._field_zxswz_1{position:relative;display:inline-grid;align-items:center;justify-items:start}._field_zxswz_1[data-collapsible=true]{width:auto}._input_zxswz_16,._hiddenInput_zxswz_17{min-width:25ch}._field_zxswz_1[data-collapsible=true] ._input_zxswz_16,._field_zxswz_1[data-collapsible=true] ._hiddenInput_zxswz_17{min-width:12.5ch;max-width:25ch}._hiddenInput_zxswz_17{grid-area:1 / 1 / 2 / 2;visibility:hidden;white-space:pre;padding:var(--dsc-input-padding);padding-left:2.25em;padding-right:2.25em;font-size:inherit;font-family:inherit}._input_zxswz_16{grid-area:1 / 1 / 2 / 2;width:100%;margin:0;padding-left:2.25em;padding-right:2.25em}._input_zxswz_16[data-collapsible=true]:placeholder-shown{padding-right:0}._icon_zxswz_50{position:absolute;top:1px;left:.3em;color:var(--ds-color-text-subtle);font-size:1.25em;width:1.25em;height:1.25em;pointer-events:none!important}._input_zxswz_16[type=search]::-webkit-search-decoration,._input_zxswz_16[type=search]::-webkit-search-cancel-button{appearance:none}._clear_zxswz_68{position:absolute;top:1px;right:1px;bottom:1px;width:2.5em;height:2.5em;display:flex;justify-content:center;align-items:center;margin:0}._clearButton_zxswz_81[data-size=xs]{--dsc-button-size: 2.5em;--dsc-button-padding: 0;font-size:.75em;border:none}._clearButton_zxswz_81:focus-visible{outline-offset:0;outline-width:2px}._input_zxswz_16[data-collapsible=true]{transition:width .5s ease-in-out}._input_zxswz_16[data-collapsible=true]:placeholder-shown{background-color:transparent}._input_zxswz_16[data-collapsible=true]:focus,._input_zxswz_16[data-collapsible=true]:not(:placeholder-shown){background-color:var(--ds-color-background-default)}._autocomplete_zxswz_108{--var-min-width: 100%;--var-max-width: 20rem;--var-width: 20rem;min-width:var(--var-min-width);max-width:var(--var-max-width);width:var(--var-width);position:absolute;top:100%;left:0;z-index:1;border-radius:.375rem;margin-top:.5rem;margin-bottom:.5rem;background-color:var(--ds-color-background-default);color:var(--ds-color-text-default);box-shadow:var(--ds-shadow-sm);display:flex;flex-direction:column;row-gap:.5rem;padding:.5rem;white-space:unset}._autocomplete_zxswz_108[aria-hidden=true]{display:none}@media(max-width:479px){._fieldContainer_zxswz_1,._field_zxswz_1{width:100%}._autocomplete_zxswz_108{--var-max-width: 100%;--var-width: 100%}._field_zxswz_1{display:flex}._hiddenInput_zxswz_17{display:none}._field_zxswz_1[data-collapsible=true]{width:100%}._field_zxswz_1[data-collapsible=true] ._input_zxswz_16,._field_zxswz_1[data-collapsible=true] ._hiddenInput_zxswz_17{max-width:100%}._field_zxswz_1[data-size=xs] ._input_zxswz_16,._field_zxswz_1[data-size=xs] ._hiddenInput_zxswz_17{font-size:1rem;padding-left:2em;padding-right:2em}}._byline_fzp7k_1{display:inline-flex;align-items:center;column-gap:.5em}._avatar_fzp7k_7,._avatarGroup_fzp7k_12{font-size:1.25rem;flex-shrink:0}._avatar_fzp7k_7[data-size=md]{font-size:1.5rem;flex-shrink:0}._avatar_fzp7k_7[data-size=lg]{font-size:2.25rem}._label_fzp7k_26{display:inline-flex;flex-wrap:wrap;column-gap:.25em;color:var(--ds-color-text-subtle)}._label_fzp7k_26[data-size=xs],._label_fzp7k_26[data-size=sm]{font-size:14px;line-height:1.125rem;padding:.1875rem 0}._label_fzp7k_26[data-size=md],._label_fzp7k_26[data-size=lg]{font-size:16px;line-height:1.25rem}._label_fzp7k_26>strong{font-weight:500;color:var(--ds-color-text-default)}._dropdown_1mtdm_1{background-color:var(--ds-color-background-default);color:var(--ds-color-text-default);box-shadow:var(--ds-shadow-sm);display:flex;flex-direction:column;row-gap:.5rem;padding:.5rem;white-space:unset}._dropdown_1mtdm_1:focus{outline:none}._content_1mtdm_17{flex-grow:1}._dropdown_1mtdm_1[data-size=sm]{--var-width: 16rem;--var-min-width: 16rem;--var-max-width: 20rem}._dropdown_1mtdm_1[data-size=md]{--var-width: 20rem;--var-min-width: 20rem;--var-max-width: 24rem}._dropdown_1mtdm_1[data-size=lg]{--var-width: 24rem;--var-min-width: 24rem;--var-max-width: 28rem}._dropdown_1mtdm_1[aria-hidden=true],._backdrop_1mtdm_47,._backdrop_1mtdm_47[aria-hidden=true]{display:none}@media(min-width:1024px){._backdrop_1mtdm_47{display:block;z-index:1;background-color:#111d4640;position:fixed;inset:0;width:100%;height:100%}}._dropdown_1mtdm_1{position:absolute;margin-top:.5rem;margin-bottom:.5rem;border-radius:.375rem}._dropdown_1mtdm_1[data-variant=dropdown] ._header_1mtdm_76,._dropdown_1mtdm_1[data-variant=dropdown] ._footer_1mtdm_77{display:none}._dropdown_1mtdm_1[data-variant=dropdown]{min-width:var(--var-min-width);max-width:var(--var-max-width);width:var(--var-width);max-height:80vh}._dropdown_1mtdm_1[data-variant=drawer]{position:fixed!important;inset:0!important;max-width:none!important;max-height:100vh!important;width:100%!important;margin-top:0;margin-bottom:0;border-radius:0;padding-top:0}@media(max-width:1023px){._dropdown_1mtdm_1[data-variant=drawer-dropdown]{position:fixed!important;inset:0!important;max-width:none!important;max-height:100vh!important;width:100%!important;margin-top:0;margin-bottom:0;border-radius:0;padding-top:0}}@media(min-width:1024px){._dropdown_1mtdm_1[data-variant=drawer-dropdown]{min-width:var(--var-min-width);max-width:var(--var-max-width);width:var(--var-width);max-height:80vh}._dropdown_1mtdm_1[data-variant=drawer-dropdown] ._header_1mtdm_76,._dropdown_1mtdm_1[data-variant=drawer-dropdown] ._footer_1mtdm_77{display:none}}._header_1mtdm_76{position:sticky;top:0;left:0;right:0;padding:1rem .5rem;display:flex;align-items:center;justify-content:space-between;background-color:var(--ds-color-background-default);border-bottom:1px solid var(--ds-color-border-subtle);z-index:999}._title_1mtdm_148{font-size:1.125rem;font-weight:500;margin:0}._footer_1mtdm_77{position:sticky;bottom:0;left:0;right:0;display:flex;flex-direction:column;align-items:center}._footer_1mtdm_77>*{margin:1rem auto}._item_1uioh_3{--dsc-item-background: var(--ds-color-background-default);--dsc-item-background--hover: var(--ds-color-surface-tinted);--dsc-item-border: var(--ds-color-background-default);--dsc-item-border-style: solid;--dsc-title-font-size: 1.25rem;--dsc-summary-font-size: 1rem;--dsc-line-size: 3px;--dsc-line: var(--ds-color-neutral-surface-tinted);--dsc-line--hover: var(--ds-color-surface-hover);--dsc-item-shadow: var(--ds-shadow-xs)}._item_1uioh_3{box-shadow:var(--dsc-item-shadow);background:var(--dsc-item-background);border:1px solid;border-style:var(--dsc-item-border-style);border-color:var(--dsc-item-border);padding:.625rem;z-index:0}._item_1uioh_3:hover{background:var(--dsc-item-background--hover);border:1px solid;outline:1px solid;border-color:var(--dsc-item-border--hover);outline-color:var(--dsc-item-border--hover);--dsc-line: var(--dsc-line--hover)}._item_1uioh_3[data-unread=true]{--dsc-item-background: var(--ds-color-background-default);--dsc-line-size: 6px;--dsc-line: var(--ds-color-surface-active);--dsc-line--hover: var(--ds-color-surface-active);--dsc-item-shadow: var(--ds-shadow-xs)}._item_1uioh_3[data-variant=select]{--dsc-item-background: transparent;--dsc-item-background--hover: var(--ds-color-surface-tinted);--dsc-item-border: var(--ds-color-border-default);--dsc-item-border-style: dashed;--dsc-item-unread: var(--ds-color-surface-active);--dsc-item-read: var(--ds-color-surface-tinted);--dsc-item-shadow: none}._item_1uioh_3[data-variant=select][data-selected=true]{--dsc-item-background: var(--ds-color-surface-tinted);--dsc-item-border: var(--ds-color-border-default);--dsc-item-border-style: solid;--dsc-line: var(--dsc-line--hover);--dsc-item-shadow: none;outline:1px solid var(--ds-color-border-default)}._border_1uioh_68{border-left:var(--dsc-line-size) solid;border-color:var(--dsc-line);display:flex;flex-direction:column;padding-left:1rem;row-gap:1rem}._header_1uioh_79{display:flex;flex-direction:column;row-gap:.25rem}._header_1uioh_79[data-size=xs],._header_1uioh_79[data-size=sm]{display:flex;flex-direction:row}._header_1uioh_79 mark{background-color:var(--ds-color-surface-tinted)}._summary_1uioh_95{font-size:var(--dsc-summary-font-size);font-weight:400;line-height:1.375;color:var(--ds-color-neutral-text-subtle);display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;margin:0}._controls_1uioh_109{position:absolute;top:0;right:0;margin:.25em}._footer_1uioh_116{width:100%;padding-right:2rem}._seenBy_1uioh_121{font-size:1rem;position:absolute;right:0;bottom:0;margin:.75rem;z-index:2;display:flex}._link_1uioh_131{text-decoration:none;color:inherit}._title_1uioh_136{font-size:var(--dsc-title-font-size);font-weight:var(--dsc-title-font-weight);line-height:var(--dsc-title-line-height);text-wrap:balance;margin-right:3rem;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}._badge_1uioh_150{margin-left:.5rem}._media_1x8z9_1{position:relative;display:inline-flex;align-items:center;justify-content:center;width:1em;height:1em}._icon_1x8z9_10{position:absolute;font-size:1.25em;width:1em;height:1em}._avatarGroup_1x8z9_17{font-size:1.25rem}._header_29hv7_1{--dsc-item-spacing: .5em;position:relative;width:100%;min-height:var(--dsc-item-height);display:flex;align-items:center;justify-content:start;background:var(--dsc-item-background);column-gap:var(--dsc-item-spacing);padding-right:var(--dsc-item-px);padding-left:var(--dsc-item-px)}._header_29hv7_1[data-interactive=true]{cursor:pointer}._header_29hv7_1[data-interactive=true]:hover{background:var(--dsc-item-background--hover)}._header_29hv7_1[data-interactive=true]:hover ._label_29hv7_27 h2{text-decoration:underline}._header_29hv7_1[data-has-active-child=true]{background-color:var(--ds-color-background-tinted)}._header_29hv7_1[aria-disabled=true]{opacity:.5}._label_29hv7_27{flex-grow:1}._link_29hv7_43{outline:none}._badge_29hv7_47{pointer-events:none}._linkIcon_29hv7_51{flex-shrink:0;min-width:2em;min-height:2em;display:flex;align-items:center;justify-content:center;pointer-events:none}._linkFocus_29hv7_61{position:absolute;inset:0}._controls_29hv7_69 a,._controls_29hv7_69 button{position:relative}._link_29hv7_43:focus-visible ._linkFocus_29hv7_61{box-shadow:var(--_ds--focus, var(--dsc-focus-boxShadow));outline:var(--_ds--focus, var(--dsc-focus-outline))}._link_29hv7_43:focus-visible ._linkFocus_29hv7_61 *{--_ds--focus: }._label_1tmg6_1{pointer-events:none;position:relative;display:flex;flex-direction:column;align-items:start;justify-content:center;margin-top:var(--dsc-item-my);margin-bottom:var(--dsc-item-my)}._label_1tmg6_1 mark{background-color:transparent;text-decoration:underline}._wrapper_rcjve_1{pointer-events:none;position:relative;flex-shrink:0;font-size:2em;display:flex;align-items:center;justify-content:center}._icon_rcjve_11 svg,._icon_rcjve_11 img{display:block;width:1em;height:1em;font-size:.825em}._avatar_rcjve_19{font-size:1em}._avatarGroup_rcjve_23{font-size:.75em}._item_1nwey_3{--dsc-item-height: 3em;--dsc-item-px: .5em;--dsc-item-py: .25em;--dsc-item-my: .25em}._item_1nwey_3[data-variant=default]{--dsc-item-background: var(--ds-color-surface-default);--dsc-item-background--active: var(--ds-color-surface-active);--dsc-item-border-color: var(--ds-color-border-subtle)}._item_1nwey_3[data-variant=subtle]{--dsc-item-background: var(--ds-color-background-tinted);--dsc-item-background--active: var(--ds-color-surface-active);--dsc-item-background--hover: var(--ds-color-surface-hover);--dsc-item-border-color: var(--ds-color-border-subtle)}._item_1nwey_3[data-variant=tinted]{--dsc-item-background: var(--ds-color-surface-tinted);--dsc-item-background--active: var(--ds-color-surface-active);--dsc-item-background--hover: var(--ds-color-surface-hover);--dsc-item-border-color: var(--ds-color-border-subtle)}._list_14rag_1{--dsc-spacing: var(--dsc-spacing-md);row-gap:var(--dsc-spacing)}@media(max-width:479px){._menu_16mue_4{width:100%}._menu_16mue_4>*{width:100%}._button_16mue_12{width:100%}._label_16mue_16{flex-grow:1}}._section_1w6kc_1[data-variant=default]{--dsc-item-background: var(--ds-color-surface-default)}._section_1w6kc_1[data-variant=subtle]{--dsc-item-background: var(--ds-color-background-tinted)}._section_1w6kc_1[data-variant=tinted]{--dsc-item-background: var(--ds-color-surface-tinted)}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.
|
|
1
|
+
._item_1xpqe_1{position:relative;display:flex;align-items:center;gap:.5rem;padding:.25rem .5rem;margin:0 -.5rem;--dsc-item-background--hover: var(--ds-color-surface-tinted)}._item_1xpqe_1:has(a):hover,._item_1xpqe_1:has(button):hover{background-color:var(--dsc-item-background--hover)}._item_1xpqe_1+[aria-hidden]{margin-block:0}._item_1xpqe_1+._item_1xpqe_1{margin-top:.5em}._media_1xpqe_24{pointer-events:none;position:relative;flex-shrink:0;font-size:2em;display:flex;align-items:center;justify-content:center}._media_1xpqe_24 svg{font-size:1.5rem}._link_1xpqe_38{font-size:1rem;flex-grow:1;display:flex;align-items:center;gap:.5rem;text-decoration:none;color:inherit}._linkIcon_1xpqe_48{font-size:1.5rem;width:1em;height:1em}._label_1xpqe_54{flex-grow:1;min-height:2.5rem;display:flex;flex-direction:column;justify-content:center}._label_1xpqe_54 mark{background-color:transparent;text-decoration:underline}._controls_1xpqe_67{flex-grow:0}
|
|
@@ -1,23 +1,24 @@
|
|
|
1
1
|
import { jsx as s } from "react/jsx-runtime";
|
|
2
2
|
import "../../index-p1eeF8LQ.js";
|
|
3
3
|
import "react";
|
|
4
|
-
import { o as b } from "../../Section-
|
|
4
|
+
import { o as b } from "../../Section-DvBigBR1.js";
|
|
5
|
+
import "../Typography/Link.js";
|
|
5
6
|
import "../Button/Button.js";
|
|
6
7
|
import "react-dom";
|
|
7
8
|
import "../Snackbar/useSnackbar.js";
|
|
8
9
|
import '../../assets/AccessAreaListItem.css';const I = "_content_7hk0i_1", d = {
|
|
9
10
|
content: I
|
|
10
|
-
},
|
|
11
|
+
}, y = ({
|
|
11
12
|
name: t,
|
|
12
13
|
icon: c,
|
|
13
|
-
iconUrl:
|
|
14
|
-
size:
|
|
15
|
-
children:
|
|
16
|
-
expanded:
|
|
17
|
-
onClick:
|
|
14
|
+
iconUrl: r,
|
|
15
|
+
size: i = "md",
|
|
16
|
+
children: m,
|
|
17
|
+
expanded: o = !1,
|
|
18
|
+
onClick: n,
|
|
18
19
|
badge: l,
|
|
19
20
|
colorTheme: a,
|
|
20
|
-
loading:
|
|
21
|
+
loading: e,
|
|
21
22
|
titleAs: p = "h3",
|
|
22
23
|
...h
|
|
23
24
|
}) => /* @__PURE__ */ s(
|
|
@@ -26,23 +27,23 @@ import '../../assets/AccessAreaListItem.css';const I = "_content_7hk0i_1", d = {
|
|
|
26
27
|
as: "button",
|
|
27
28
|
icon: {
|
|
28
29
|
svgElement: c,
|
|
29
|
-
iconUrl:
|
|
30
|
+
iconUrl: r,
|
|
30
31
|
theme: "subtle",
|
|
31
32
|
color: a,
|
|
32
33
|
altText: ""
|
|
33
34
|
},
|
|
34
35
|
title: { children: t, as: p },
|
|
35
36
|
ariaLabel: t,
|
|
36
|
-
size:
|
|
37
|
-
collapsible: !
|
|
38
|
-
expanded:
|
|
39
|
-
onClick:
|
|
37
|
+
size: i,
|
|
38
|
+
collapsible: !e,
|
|
39
|
+
expanded: o,
|
|
40
|
+
onClick: n,
|
|
40
41
|
badge: l,
|
|
41
|
-
loading:
|
|
42
|
+
loading: e,
|
|
42
43
|
...h,
|
|
43
|
-
children:
|
|
44
|
+
children: o && /* @__PURE__ */ s("div", { className: d.content, children: m })
|
|
44
45
|
}
|
|
45
46
|
);
|
|
46
47
|
export {
|
|
47
|
-
|
|
48
|
+
y as AccessAreaListItem
|
|
48
49
|
};
|
|
@@ -2,12 +2,13 @@
|
|
|
2
2
|
import { jsx as a } from "react/jsx-runtime";
|
|
3
3
|
import "../../index-p1eeF8LQ.js";
|
|
4
4
|
import n, { forwardRef as f } from "react";
|
|
5
|
-
import { o as
|
|
5
|
+
import { o as m } from "../../Section-DvBigBR1.js";
|
|
6
|
+
import "../Typography/Link.js";
|
|
6
7
|
import "../Button/Button.js";
|
|
7
8
|
import "react-dom";
|
|
8
9
|
import "../Snackbar/useSnackbar.js";
|
|
9
|
-
import { u as
|
|
10
|
-
var
|
|
10
|
+
import { u as c } from "../../useId-BVFxCjkq.js";
|
|
11
|
+
var d = function(t, o) {
|
|
11
12
|
var l = {};
|
|
12
13
|
for (var e in t) Object.prototype.hasOwnProperty.call(t, e) && o.indexOf(e) < 0 && (l[e] = t[e]);
|
|
13
14
|
if (t != null && typeof Object.getOwnPropertySymbols == "function")
|
|
@@ -16,15 +17,15 @@ var m = function(t, o) {
|
|
|
16
17
|
return l;
|
|
17
18
|
};
|
|
18
19
|
const p = f((t, o) => {
|
|
19
|
-
var { title: l, titleId: e } = t, r =
|
|
20
|
-
let i =
|
|
20
|
+
var { title: l, titleId: e } = t, r = d(t, ["title", "titleId"]);
|
|
21
|
+
let i = c();
|
|
21
22
|
return i = l ? e || "title-" + i : void 0, n.createElement(
|
|
22
23
|
"svg",
|
|
23
24
|
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),
|
|
24
25
|
l ? n.createElement("title", { id: i }, l) : null,
|
|
25
26
|
n.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M11.625 2.35a.75.75 0 0 1 .75 0l7.794 4.5a.75.75 0 0 1 .375.65v9a.75.75 0 0 1-.375.65l-7.794 4.5a.75.75 0 0 1-.75 0l-7.794-4.5a.75.75 0 0 1-.375-.65v-9a.75.75 0 0 1 .375-.65zM12 3.866 5.706 7.5 12 11.134 18.294 7.5zm7.044 4.933-6.294 3.634v7.268l6.294-3.634zM11.25 19.701v-7.268L4.956 8.799v7.268z", clipRule: "evenodd" })
|
|
26
27
|
);
|
|
27
|
-
}),
|
|
28
|
+
}), I = ({
|
|
28
29
|
as: t = "button",
|
|
29
30
|
name: o,
|
|
30
31
|
color: l = "neutral",
|
|
@@ -32,7 +33,7 @@ const p = f((t, o) => {
|
|
|
32
33
|
size: r = "sm",
|
|
33
34
|
...i
|
|
34
35
|
}) => /* @__PURE__ */ a(
|
|
35
|
-
|
|
36
|
+
m,
|
|
36
37
|
{
|
|
37
38
|
icon: p,
|
|
38
39
|
as: t,
|
|
@@ -45,5 +46,5 @@ const p = f((t, o) => {
|
|
|
45
46
|
}
|
|
46
47
|
);
|
|
47
48
|
export {
|
|
48
|
-
|
|
49
|
+
I as AccessPackageListItem
|
|
49
50
|
};
|
|
@@ -3,20 +3,21 @@ import { Fragment as f, createElement as d } from "react";
|
|
|
3
3
|
import "../../index-p1eeF8LQ.js";
|
|
4
4
|
import { AccountListItem as g } from "./AccountListItem.js";
|
|
5
5
|
import { useMenu as h } from "../../hooks/useMenu.js";
|
|
6
|
-
import { S as L, H as x, p as y } from "../../Section-
|
|
6
|
+
import { S as L, H as x, p as y } from "../../Section-DvBigBR1.js";
|
|
7
|
+
import "../Typography/Link.js";
|
|
7
8
|
import "../Button/Button.js";
|
|
8
9
|
import "react-dom";
|
|
9
10
|
import "../Snackbar/useSnackbar.js";
|
|
10
11
|
import { AccountListVirtual as A } from "./AccountListVirtual.js";
|
|
11
|
-
const
|
|
12
|
+
const K = ({ items: r, groups: o = {}, sortGroupBy: e, virtualized: n }) => {
|
|
12
13
|
if (n)
|
|
13
|
-
return /* @__PURE__ */ t(A, { items: r, groups:
|
|
14
|
+
return /* @__PURE__ */ t(A, { items: r, groups: o, sortGroupBy: e });
|
|
14
15
|
const { menu: p } = h({
|
|
15
16
|
items: r,
|
|
16
|
-
groups:
|
|
17
|
+
groups: o,
|
|
17
18
|
groupByKey: "groupId",
|
|
18
19
|
keyboardEvents: !1,
|
|
19
|
-
sortGroupBy:
|
|
20
|
+
sortGroupBy: e
|
|
20
21
|
});
|
|
21
22
|
return /* @__PURE__ */ t(L, { spacing: 6, children: p?.map((i, s) => {
|
|
22
23
|
const m = i.props || {};
|
|
@@ -30,5 +31,5 @@ const F = ({ items: r, groups: e = {}, sortGroupBy: o, virtualized: n }) => {
|
|
|
30
31
|
}) });
|
|
31
32
|
};
|
|
32
33
|
export {
|
|
33
|
-
|
|
34
|
+
K as AccountList
|
|
34
35
|
};
|
|
@@ -1,18 +1,19 @@
|
|
|
1
1
|
import { jsx as i } from "react/jsx-runtime";
|
|
2
2
|
import "../../index-p1eeF8LQ.js";
|
|
3
3
|
import "react";
|
|
4
|
-
import { o as q } from "../../Section-
|
|
4
|
+
import { o as q } from "../../Section-DvBigBR1.js";
|
|
5
|
+
import "../Typography/Link.js";
|
|
5
6
|
import "../Button/Button.js";
|
|
6
7
|
import "react-dom";
|
|
7
8
|
import "../Snackbar/useSnackbar.js";
|
|
8
9
|
import { AccountListItemControls as w } from "./AccountListItemControls.js";
|
|
9
|
-
const
|
|
10
|
+
const J = ({
|
|
10
11
|
id: m,
|
|
11
12
|
type: c,
|
|
12
13
|
size: s,
|
|
13
14
|
expanded: t,
|
|
14
|
-
icon:
|
|
15
|
-
name:
|
|
15
|
+
icon: p,
|
|
16
|
+
name: e,
|
|
16
17
|
title: n,
|
|
17
18
|
description: u,
|
|
18
19
|
isCurrentEndUser: f,
|
|
@@ -34,8 +35,8 @@ const H = ({
|
|
|
34
35
|
...h,
|
|
35
36
|
loading: o,
|
|
36
37
|
size: s,
|
|
37
|
-
icon:
|
|
38
|
-
title: n ||
|
|
38
|
+
icon: p,
|
|
39
|
+
title: n || e,
|
|
39
40
|
description: t ? void 0 : u,
|
|
40
41
|
expanded: t,
|
|
41
42
|
selected: t,
|
|
@@ -61,5 +62,5 @@ const H = ({
|
|
|
61
62
|
}
|
|
62
63
|
);
|
|
63
64
|
export {
|
|
64
|
-
|
|
65
|
+
J as AccountListItem
|
|
65
66
|
};
|
|
@@ -2,39 +2,40 @@ import { jsxs as a, jsx as t } from "react/jsx-runtime";
|
|
|
2
2
|
import { Badge as u } from "../Badge/Badge.js";
|
|
3
3
|
import "../../index-p1eeF8LQ.js";
|
|
4
4
|
import { isValidElement as c } from "react";
|
|
5
|
-
import "../../Section-
|
|
5
|
+
import "../../Section-DvBigBR1.js";
|
|
6
|
+
import "../Typography/Link.js";
|
|
6
7
|
import { Button as d } from "../Button/Button.js";
|
|
7
8
|
import { ContextMenu as v } from "../ContextMenu/ContextMenu.js";
|
|
8
9
|
import "react-dom";
|
|
9
10
|
import { ListItemControls as x } from "../List/ListItemControls.js";
|
|
10
11
|
import "../Snackbar/useSnackbar.js";
|
|
11
12
|
import { S as B, a as C } from "../../HeartFill-CYSrJ_xK.js";
|
|
12
|
-
const
|
|
13
|
-
id:
|
|
14
|
-
type:
|
|
13
|
+
const T = ({
|
|
14
|
+
id: i,
|
|
15
|
+
type: e,
|
|
15
16
|
badge: r,
|
|
16
17
|
isCurrentEndUser: m = !1,
|
|
17
18
|
favourite: n = !1,
|
|
18
19
|
isPreselectedParty: l = !1,
|
|
19
20
|
favouriteLabel: s,
|
|
20
|
-
onToggleFavourite:
|
|
21
|
+
onToggleFavourite: p,
|
|
21
22
|
contextMenu: o,
|
|
22
|
-
loading:
|
|
23
|
+
loading: f
|
|
23
24
|
}) => /* @__PURE__ */ a(x, { children: [
|
|
24
|
-
r && (r && !
|
|
25
|
-
!m && !l &&
|
|
25
|
+
r && (r && !f && typeof r == "object" && "label" in r ? /* @__PURE__ */ t(u, { ...r }) : c(r) ? r : null),
|
|
26
|
+
!m && !l && e !== "group" && /* @__PURE__ */ t(
|
|
26
27
|
d,
|
|
27
28
|
{
|
|
28
29
|
size: "xs",
|
|
29
30
|
variant: "ghost",
|
|
30
31
|
rounded: !0,
|
|
31
32
|
"aria-label": s || "Toggle favourite",
|
|
32
|
-
onClick: () =>
|
|
33
|
+
onClick: () => p?.(i),
|
|
33
34
|
children: n ? /* @__PURE__ */ t(B, {}) : /* @__PURE__ */ t(C, {})
|
|
34
35
|
}
|
|
35
36
|
),
|
|
36
37
|
o && /* @__PURE__ */ t(v, { ...o })
|
|
37
38
|
] });
|
|
38
39
|
export {
|
|
39
|
-
|
|
40
|
+
T as AccountListItemControls
|
|
40
41
|
};
|
|
@@ -1,34 +1,35 @@
|
|
|
1
|
-
import { jsx as r, jsxs as
|
|
1
|
+
import { jsx as r, jsxs as e } from "react/jsx-runtime";
|
|
2
2
|
import { createElement as h, Fragment as v } from "react";
|
|
3
3
|
import "../../index-p1eeF8LQ.js";
|
|
4
4
|
import { AccountOrganization as L } from "./AccountOrganization.js";
|
|
5
|
-
import { S as
|
|
6
|
-
import
|
|
5
|
+
import { S as p, p as S } from "../../Section-DvBigBR1.js";
|
|
6
|
+
import "../Typography/Link.js";
|
|
7
|
+
import { Button as a } from "../Button/Button.js";
|
|
7
8
|
import { ButtonGroup as j } from "../Button/ButtonGroup.js";
|
|
8
9
|
import "react-dom";
|
|
9
10
|
import { Divider as x } from "../Divider/Divider.js";
|
|
10
11
|
import "../Snackbar/useSnackbar.js";
|
|
11
12
|
import { SettingsItem as z } from "../Settings/SettingsItem.js";
|
|
12
|
-
const
|
|
13
|
+
const q = ({
|
|
13
14
|
color: s,
|
|
14
15
|
loading: c,
|
|
15
16
|
loadingText: l = "Loading...",
|
|
16
17
|
buttons: o,
|
|
17
|
-
settings:
|
|
18
|
-
organization:
|
|
18
|
+
settings: m,
|
|
19
|
+
organization: n,
|
|
19
20
|
children: d
|
|
20
|
-
}) => c ? /* @__PURE__ */ r(
|
|
21
|
+
}) => c ? /* @__PURE__ */ r(p, { padding: 6, spacing: 4, children: /* @__PURE__ */ r(a, { variant: "outline", loading: !0, children: l }) }) : /* @__PURE__ */ e(p, { padding: 6, spacing: 4, color: s, children: [
|
|
21
22
|
o && /* @__PURE__ */ r(j, { size: "sm", children: o.map((i, t) => {
|
|
22
23
|
const { variant: u, label: f, ...g } = i;
|
|
23
|
-
return /* @__PURE__ */ h(
|
|
24
|
+
return /* @__PURE__ */ h(a, { ...g, variant: u || "outline", key: t }, f);
|
|
24
25
|
}) }),
|
|
25
|
-
|
|
26
|
+
m && /* @__PURE__ */ r(S, { size: "sm", children: m.map((i, t) => /* @__PURE__ */ e(v, { children: [
|
|
26
27
|
t > 0 && /* @__PURE__ */ r(x, { as: "li" }),
|
|
27
28
|
/* @__PURE__ */ r(z, { ...i })
|
|
28
29
|
] }, t)) }),
|
|
29
|
-
|
|
30
|
+
n && /* @__PURE__ */ r(L, { items: n }),
|
|
30
31
|
d
|
|
31
32
|
] });
|
|
32
33
|
export {
|
|
33
|
-
|
|
34
|
+
q as AccountListItemDetails
|
|
34
35
|
};
|
|
@@ -5,7 +5,8 @@ import { useRef as h, useEffect as I } from "react";
|
|
|
5
5
|
import "../../index-p1eeF8LQ.js";
|
|
6
6
|
import { AccountListItem as v } from "./AccountListItem.js";
|
|
7
7
|
import { useMenu as x } from "../../hooks/useMenu.js";
|
|
8
|
-
import { S as g, H as _ } from "../../Section-
|
|
8
|
+
import { S as g, H as _ } from "../../Section-DvBigBR1.js";
|
|
9
|
+
import "../Typography/Link.js";
|
|
9
10
|
import "../Button/Button.js";
|
|
10
11
|
import "react-dom";
|
|
11
12
|
import "../Snackbar/useSnackbar.js";
|
|
@@ -15,7 +16,7 @@ import '../../assets/AccountListVirtual.css';const L = "_virtualScrollRef_1ahkg_
|
|
|
15
16
|
virtualListItem: k,
|
|
16
17
|
lastChild: $,
|
|
17
18
|
virtualTitleItem: C
|
|
18
|
-
},
|
|
19
|
+
}, Y = ({ items: u, groups: p = {}, sortGroupBy: d }) => {
|
|
19
20
|
const s = h(null), { menu: f } = x({
|
|
20
21
|
items: u,
|
|
21
22
|
groups: p,
|
|
@@ -90,5 +91,5 @@ import '../../assets/AccountListVirtual.css';const L = "_virtualScrollRef_1ahkg_
|
|
|
90
91
|
) }) });
|
|
91
92
|
};
|
|
92
93
|
export {
|
|
93
|
-
|
|
94
|
+
Y as AccountListVirtual
|
|
94
95
|
};
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import { jsx as
|
|
3
|
-
import { useState as
|
|
2
|
+
import { jsx as A } from "react/jsx-runtime";
|
|
3
|
+
import { useState as L, useEffect as M, useMemo as S } from "react";
|
|
4
4
|
import "../../index-p1eeF8LQ.js";
|
|
5
|
-
import { M as F } from "../../Section-
|
|
5
|
+
import { M as F } from "../../Section-DvBigBR1.js";
|
|
6
|
+
import "../Typography/Link.js";
|
|
6
7
|
import "../Button/Button.js";
|
|
7
8
|
import "react-dom";
|
|
8
9
|
import "../Snackbar/useSnackbar.js";
|
|
9
|
-
const b = (n) => `${n} hits`,
|
|
10
|
+
const b = (n) => `${n} hits`, G = ({
|
|
10
11
|
items: n = [],
|
|
11
12
|
groups: u = {},
|
|
12
13
|
search: t,
|
|
@@ -27,11 +28,11 @@ const b = (n) => `${n} hits`, E = ({
|
|
|
27
28
|
onClick: () => {
|
|
28
29
|
!e.disabled && d?.(e.id);
|
|
29
30
|
}
|
|
30
|
-
})), [o, a] =
|
|
31
|
+
})), [o, a] = L("");
|
|
31
32
|
M(() => {
|
|
32
33
|
t?.value !== void 0 && a(t.value);
|
|
33
34
|
}, [t?.value]);
|
|
34
|
-
const s = i || ((e, l) => e?.name?.toLowerCase().includes(l.toLowerCase()) || e?.description?.toString()?.toLowerCase().includes(l.toLowerCase()) || e?.searchWords?.some((
|
|
35
|
+
const s = i || ((e, l) => e?.name?.toLowerCase().includes(l.toLowerCase()) || e?.description?.toString()?.toLowerCase().includes(l.toLowerCase()) || e?.searchWords?.some((w) => w.toLowerCase().includes(l.toLowerCase()))), r = S(() => o ? Array.from(
|
|
35
36
|
new Map(
|
|
36
37
|
c.filter((e) => s(e, o)).map((e) => [
|
|
37
38
|
e.id,
|
|
@@ -53,17 +54,17 @@ const b = (n) => `${n} hits`, E = ({
|
|
|
53
54
|
placeholder: t?.placeholder ?? "Find account",
|
|
54
55
|
onChange: (e) => a(e.target.value),
|
|
55
56
|
onClear: () => a("")
|
|
56
|
-
},
|
|
57
|
+
}, m = [
|
|
57
58
|
...r.length > 0 ? r : [{ id: "search", groupId: "search", hidden: !0 }]
|
|
58
59
|
];
|
|
59
|
-
return /* @__PURE__ */
|
|
60
|
+
return /* @__PURE__ */ A(
|
|
60
61
|
F,
|
|
61
62
|
{
|
|
62
63
|
variant: "default",
|
|
63
64
|
size: "md",
|
|
64
65
|
search: t && !t.hidden ? C : void 0,
|
|
65
66
|
groups: v,
|
|
66
|
-
items:
|
|
67
|
+
items: m,
|
|
67
68
|
virtualized: f,
|
|
68
69
|
keyboardEvents: g,
|
|
69
70
|
scrollRefStyles: h
|
|
@@ -71,5 +72,5 @@ const b = (n) => `${n} hits`, E = ({
|
|
|
71
72
|
);
|
|
72
73
|
};
|
|
73
74
|
export {
|
|
74
|
-
|
|
75
|
+
G as AccountMenu
|
|
75
76
|
};
|
|
@@ -2,13 +2,14 @@ import { jsxs as c, jsx as t } from "react/jsx-runtime";
|
|
|
2
2
|
import "../../index-p1eeF8LQ.js";
|
|
3
3
|
import "react";
|
|
4
4
|
import { Fieldset as d } from "../Forms/Fieldset.js";
|
|
5
|
-
import { Switch as
|
|
6
|
-
import { TextField as
|
|
7
|
-
import "../../Section-
|
|
5
|
+
import { Switch as i } from "../Forms/Switch.js";
|
|
6
|
+
import { TextField as l } from "../Forms/TextField.js";
|
|
7
|
+
import "../../Section-DvBigBR1.js";
|
|
8
|
+
import "../Typography/Link.js";
|
|
8
9
|
import "../Button/Button.js";
|
|
9
10
|
import "react-dom";
|
|
10
11
|
import "../Snackbar/useSnackbar.js";
|
|
11
|
-
const
|
|
12
|
+
const E = ({
|
|
12
13
|
phone: m,
|
|
13
14
|
phoneLabel: p = "Varsle på SMS",
|
|
14
15
|
email: s,
|
|
@@ -17,11 +18,11 @@ const k = ({
|
|
|
17
18
|
emailAlerts: r = !1,
|
|
18
19
|
onChange: e
|
|
19
20
|
}) => /* @__PURE__ */ c(d, { size: "sm", children: [
|
|
20
|
-
/* @__PURE__ */ t(
|
|
21
|
-
o && /* @__PURE__ */ t(
|
|
22
|
-
/* @__PURE__ */ t(
|
|
23
|
-
r && /* @__PURE__ */ t(
|
|
21
|
+
/* @__PURE__ */ t(i, { label: p, name: "smsAlerts", value: "SMS", checked: !!o, onChange: e }),
|
|
22
|
+
o && /* @__PURE__ */ t(l, { name: "phone", placeholder: "Mobiltelefon", value: m, onChange: e }),
|
|
23
|
+
/* @__PURE__ */ t(i, { label: a, name: "emailAlerts", value: "E-post", checked: !!r, onChange: e }),
|
|
24
|
+
r && /* @__PURE__ */ t(l, { name: "email", placeholder: "E-postadresse", value: s, onChange: e })
|
|
24
25
|
] });
|
|
25
26
|
export {
|
|
26
|
-
|
|
27
|
+
E as AccountNotificationSettings
|
|
27
28
|
};
|
|
@@ -1,34 +1,35 @@
|
|
|
1
|
-
import { jsx as
|
|
1
|
+
import { jsx as t, jsxs as r } from "react/jsx-runtime";
|
|
2
2
|
import "../../index-p1eeF8LQ.js";
|
|
3
3
|
import "react";
|
|
4
|
-
import { B as p } from "../../Section-
|
|
4
|
+
import { B as p } from "../../Section-DvBigBR1.js";
|
|
5
|
+
import "../Typography/Link.js";
|
|
5
6
|
import "../Button/Button.js";
|
|
6
7
|
import "react-dom";
|
|
7
8
|
import "../Snackbar/useSnackbar.js";
|
|
8
|
-
import '../../assets/AccountOrganization.css';const h = "_list_hvcdj_1", _ = "_node_hvcdj_19", u = "_link_hvcdj_37",
|
|
9
|
+
import '../../assets/AccountOrganization.css';const h = "_list_hvcdj_1", _ = "_node_hvcdj_19", u = "_link_hvcdj_37", e = {
|
|
9
10
|
list: h,
|
|
10
11
|
node: _,
|
|
11
12
|
link: u
|
|
12
13
|
}, c = ({
|
|
13
|
-
avatar:
|
|
14
|
-
title:
|
|
14
|
+
avatar: o,
|
|
15
|
+
title: n,
|
|
15
16
|
as: s,
|
|
16
17
|
description: i,
|
|
17
|
-
selected:
|
|
18
|
+
selected: l,
|
|
18
19
|
...a
|
|
19
20
|
}) => {
|
|
20
|
-
const m =
|
|
21
|
-
return /* @__PURE__ */
|
|
22
|
-
/* @__PURE__ */
|
|
23
|
-
|
|
21
|
+
const m = l ? "span" : s || "a", { items: v, ...d } = a;
|
|
22
|
+
return /* @__PURE__ */ t(m, { ...d, className: e.link, "data-selected": l, children: /* @__PURE__ */ r(p, { size: "sm", avatar: o, children: [
|
|
23
|
+
/* @__PURE__ */ r("strong", { children: [
|
|
24
|
+
n,
|
|
24
25
|
i && ","
|
|
25
26
|
] }),
|
|
26
27
|
i
|
|
27
28
|
] }) });
|
|
28
|
-
}, j = ({ items:
|
|
29
|
-
/* @__PURE__ */
|
|
30
|
-
s.items && /* @__PURE__ */
|
|
29
|
+
}, j = ({ items: o, level: n }) => /* @__PURE__ */ t("ul", { "data-level": n, className: e.list, children: o.map((s, i) => /* @__PURE__ */ t("li", { children: /* @__PURE__ */ t("span", { className: e.node, "data-level": n, children: /* @__PURE__ */ t(c, { ...s }) }) }, i)) }), y = ({ items: o = [], level: n = 1 }) => /* @__PURE__ */ t("ul", { "data-level": n, className: e.list, children: o.map((s, i) => /* @__PURE__ */ r("li", { children: [
|
|
30
|
+
/* @__PURE__ */ t(c, { ...s }),
|
|
31
|
+
s.items && /* @__PURE__ */ t(j, { items: s.items, level: n + 1 })
|
|
31
32
|
] }, i)) });
|
|
32
33
|
export {
|
|
33
|
-
|
|
34
|
+
y as AccountOrganization
|
|
34
35
|
};
|