@altinn/altinn-components 0.63.4 → 0.63.5

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.
Files changed (217) hide show
  1. package/dist/{ToolbarSearch-CDOcKzpM.js → ToolbarSearch-BQfKHZnX.js} +74 -73
  2. package/dist/assets/ToolbarSearch.css +1 -1
  3. package/dist/components/AccessAreaListItem/AccessAreaListItem.js +4 -3
  4. package/dist/components/AccessPackageListItem/AccessPackageListItem.js +10 -9
  5. package/dist/components/Account/AccountList.js +8 -7
  6. package/dist/components/Account/AccountListItem.js +8 -7
  7. package/dist/components/Account/AccountListItemControls.js +4 -3
  8. package/dist/components/Account/AccountListItemDetails.js +4 -3
  9. package/dist/components/Account/AccountListVirtual.js +4 -3
  10. package/dist/components/Account/AccountMenu.js +8 -7
  11. package/dist/components/Account/AccountNotificationSettings.js +8 -7
  12. package/dist/components/Account/AccountOrganization.js +4 -3
  13. package/dist/components/AccountSelector/AccountSelector.js +18 -19
  14. package/dist/components/ActivityLog/ActivityLog.js +4 -3
  15. package/dist/components/ActivityLog/ActivityLogItem.js +4 -3
  16. package/dist/components/ActivityLog/ActivityLogSegment.js +4 -3
  17. package/dist/components/Alert/Alert.js +8 -7
  18. package/dist/components/Article/Article.js +4 -3
  19. package/dist/components/Article/ArticleContact.js +4 -3
  20. package/dist/components/Article/ArticleHeader.js +4 -3
  21. package/dist/components/Attachment/AttachmentLink.js +1 -1
  22. package/dist/components/Badge/Badge.js +3 -2
  23. package/dist/components/Badge/index.js +1 -1
  24. package/dist/components/Banner/Banner.js +4 -3
  25. package/dist/components/Bookmarks/BookmarkModal.js +7 -6
  26. package/dist/components/Bookmarks/BookmarkSettingsItem.js +4 -3
  27. package/dist/components/Bookmarks/BookmarkSettingsItemLabel.js +7 -6
  28. package/dist/components/Bookmarks/BookmarkSettingsList.js +8 -7
  29. package/dist/components/Breadcrumbs/Breadcrumbs.js +4 -3
  30. package/dist/components/Bulk/BulkHeader.js +8 -7
  31. package/dist/components/Button/Button.js +4 -4
  32. package/dist/components/Button/ButtonIcon.js +4 -3
  33. package/dist/components/Button/ComboButton.js +4 -3
  34. package/dist/components/Button/FloatingActionButton.js +4 -3
  35. package/dist/components/Button/IconButton.js +7 -6
  36. package/dist/components/Byline/Byline.js +3 -2
  37. package/dist/components/Byline/index.js +1 -1
  38. package/dist/components/ContextMenu/ContextMenu.js +17 -16
  39. package/dist/components/Dashboard/DashboardCard.js +22 -40
  40. package/dist/components/Dashboard/DashboardHeader.js +8 -7
  41. package/dist/components/Datepicker/Datepicker.js +1 -1
  42. package/dist/components/Datepicker/DatepickerHeader.js +7 -6
  43. package/dist/components/Datepicker/DatepickerTable.js +11 -10
  44. package/dist/components/Dialog/Dialog.js +4 -3
  45. package/dist/components/Dialog/DialogActions.js +4 -3
  46. package/dist/components/Dialog/DialogActivityLog.js +4 -3
  47. package/dist/components/Dialog/DialogAttachments.js +5 -4
  48. package/dist/components/Dialog/DialogBody.js +4 -3
  49. package/dist/components/Dialog/DialogByline.js +3 -2
  50. package/dist/components/Dialog/DialogContact.js +4 -3
  51. package/dist/components/Dialog/DialogHeader.js +8 -7
  52. package/dist/components/Dialog/DialogHistory.js +8 -7
  53. package/dist/components/Dialog/DialogHistoryItem.js +4 -3
  54. package/dist/components/Dialog/DialogHistorySegment.js +4 -3
  55. package/dist/components/Dialog/DialogLayout.js +7 -6
  56. package/dist/components/Dialog/DialogList.js +3 -2
  57. package/dist/components/Dialog/DialogListItem.js +3 -2
  58. package/dist/components/Dialog/DialogMetadata.js +3 -2
  59. package/dist/components/Dialog/DialogSection.js +6 -5
  60. package/dist/components/Dialog/DialogSeenBy.js +19 -18
  61. package/dist/components/Dialog/DialogSelect.js +10 -9
  62. package/dist/components/Dialog/DialogStatus.js +4 -3
  63. package/dist/components/Dialog/DialogTabs.js +4 -3
  64. package/dist/components/Dialog/SeenByLog.js +10 -9
  65. package/dist/components/Dialog/SeenByLogButton.js +4 -3
  66. package/dist/components/Dialog/SeenByLogItem.js +8 -7
  67. package/dist/components/Dialog/index.js +1 -1
  68. package/dist/components/Dropdown/DrawerButton.js +4 -3
  69. package/dist/components/Dropdown/DrawerHeader.js +4 -3
  70. package/dist/components/Dropdown/Dropdown.js +3 -2
  71. package/dist/components/Dropdown/DropdownBase.js +4 -3
  72. package/dist/components/Dropdown/FloatingDropdown.js +4 -3
  73. package/dist/components/Dropdown/index.js +1 -1
  74. package/dist/components/DsComponents/index.js +26 -31
  75. package/dist/components/Forms/Checkbox.js +4 -3
  76. package/dist/components/Forms/CheckboxOptions.js +4 -3
  77. package/dist/components/Forms/Field.js +6 -5
  78. package/dist/components/Forms/FieldBase.js +3 -2
  79. package/dist/components/Forms/Fieldset.js +10 -23
  80. package/dist/components/Forms/FieldsetBase.js +4 -3
  81. package/dist/components/Forms/Input.js +8 -7
  82. package/dist/components/Forms/Label.js +3 -2
  83. package/dist/components/Forms/Legend.js +4 -3
  84. package/dist/components/Forms/Radio.js +4 -3
  85. package/dist/components/Forms/RadioOptions.js +4 -3
  86. package/dist/components/Forms/SearchField.js +3 -2
  87. package/dist/components/Forms/Select.js +5 -23
  88. package/dist/components/Forms/SelectField.js +4 -3
  89. package/dist/components/Forms/Switch.js +4 -3
  90. package/dist/components/Forms/SwitchOptions.js +4 -3
  91. package/dist/components/Forms/TextField.js +4 -3
  92. package/dist/components/Forms/TextFieldDropdown.js +4 -3
  93. package/dist/components/Forms/Textarea.js +4 -3
  94. package/dist/components/Forms/TextareaField.js +4 -3
  95. package/dist/components/Forms/index.js +1 -1
  96. package/dist/components/GlobalHeader/GlobalAccountButton.js +4 -3
  97. package/dist/components/GlobalHeader/GlobalHeader.js +29 -28
  98. package/dist/components/GlobalHeader/GlobalMenuButton.js +7 -6
  99. package/dist/components/GlobalHeader/HeaderDrawer.js +12 -11
  100. package/dist/components/GlobalHeader/HeaderDropdown.js +6 -5
  101. package/dist/components/GlobalHeader/HeaderLogo.js +4 -3
  102. package/dist/components/GlobalMenu/GlobalMenu.js +11 -10
  103. package/dist/components/GlobalMenu/LocaleSwitcher.js +4 -3
  104. package/dist/components/GlobalMenu/LogoutButton.js +7 -6
  105. package/dist/components/Icon/Icon.js +4 -3
  106. package/dist/components/Icon/index.js +1 -1
  107. package/dist/components/Inbox/InboxPage.js +7 -6
  108. package/dist/components/InboxSearch/InboxSearch.js +7 -6
  109. package/dist/components/Item/ItemLabel.js +1 -1
  110. package/dist/components/Item/ItemMedia.js +3 -2
  111. package/dist/components/Item/ItemSelect.js +5 -4
  112. package/dist/components/Item/index.js +1 -1
  113. package/dist/components/Layout/Layout.js +8 -7
  114. package/dist/components/List/List.js +4 -3
  115. package/dist/components/List/ListBase.js +4 -3
  116. package/dist/components/List/ListItemHeader.js +14 -13
  117. package/dist/components/List/ListItemIcon.js +5 -4
  118. package/dist/components/List/ListItemLabel.js +12 -11
  119. package/dist/components/Menu/Menu.js +1 -1
  120. package/dist/components/Menu/MenuItem.js +3 -2
  121. package/dist/components/Menu/MenuItems.js +3 -2
  122. package/dist/components/Menu/MenuListSearch.js +3 -2
  123. package/dist/components/Menu/MenuOption.js +1 -1
  124. package/dist/components/Menu/TabMenu.js +4 -3
  125. package/dist/components/Menu/VirtualizedMenuItems.js +3 -2
  126. package/dist/components/Menu/index.js +1 -1
  127. package/dist/components/Menu/useMenuSearch.js +1 -1
  128. package/dist/components/Metadata/MetaItem.js +1 -1
  129. package/dist/components/Metadata/MetaItemIcon.js +3 -2
  130. package/dist/components/Metadata/MetaTimestamp.js +1 -1
  131. package/dist/components/Metadata/Metadata.js +4 -3
  132. package/dist/components/Metadata/index.js +1 -1
  133. package/dist/components/Modal/Modal.js +4 -3
  134. package/dist/components/Modal/ModalBase.js +4 -3
  135. package/dist/components/Modal/ModalHeader.js +4 -3
  136. package/dist/components/Modal/ModalIcon.js +6 -5
  137. package/dist/components/Notifications/NotificationItem.js +4 -3
  138. package/dist/components/Notifications/NotificationItemBase.js +4 -3
  139. package/dist/components/Notifications/NotificationItemControls.js +7 -6
  140. package/dist/components/Notifications/NotificationItemIcon.js +6 -5
  141. package/dist/components/Page/AccordionSection.js +4 -3
  142. package/dist/components/Page/ContactButtons.js +4 -3
  143. package/dist/components/Page/ContactSection.js +4 -3
  144. package/dist/components/Page/PageDetails.js +7 -6
  145. package/dist/components/Page/PageMenu.js +9 -8
  146. package/dist/components/Page/PageNav.js +8 -7
  147. package/dist/components/Page/Section.js +8 -7
  148. package/dist/components/Pagination/Pagination.js +11 -10
  149. package/dist/components/ResourceListItem/ResourceListItem.js +4 -3
  150. package/dist/components/RootProvider/RootProvider.js +4 -3
  151. package/dist/components/RootProvider/index.js +1 -1
  152. package/dist/components/Search/SearchItem.js +8 -7
  153. package/dist/components/Searchbar/Autocomplete.js +11 -10
  154. package/dist/components/Searchbar/AutocompleteItem.js +4 -3
  155. package/dist/components/Searchbar/Searchbar.js +8 -7
  156. package/dist/components/Searchbar/SearchbarField.js +8 -7
  157. package/dist/components/Settings/SettingsItem.js +4 -3
  158. package/dist/components/Settings/SettingsItemBase.js +13 -12
  159. package/dist/components/Settings/SettingsList.js +4 -3
  160. package/dist/components/Settings/SettingsListVirtual.js +4 -3
  161. package/dist/components/Settings/SettingsModal.js +4 -3
  162. package/dist/components/Settings/SettingsSection.js +10 -9
  163. package/dist/components/Settings/UsedByLog.js +12 -11
  164. package/dist/components/Settings/UsedByLogItem.js +10 -9
  165. package/dist/components/SkipLink/SkipLink.js +9 -12
  166. package/dist/components/Snackbar/SnackbarItem.js +4 -3
  167. package/dist/components/Timeline/Timeline.js +4 -3
  168. package/dist/components/Timeline/TimelineActivity.js +4 -3
  169. package/dist/components/Timeline/TimelineBase.js +8 -7
  170. package/dist/components/Timeline/TimelineFooter.js +4 -3
  171. package/dist/components/Timeline/TimelineHeader.js +4 -3
  172. package/dist/components/Timeline/TimelineIcon.js +6 -5
  173. package/dist/components/Timeline/TimelineSection.js +4 -3
  174. package/dist/components/Timeline/TimelineSegment.js +4 -3
  175. package/dist/components/Toolbar/DatepickerFilter.js +5 -4
  176. package/dist/components/Toolbar/SelectDateFilter.js +4 -3
  177. package/dist/components/Toolbar/Toolbar.js +1 -1
  178. package/dist/components/Toolbar/ToolbarFilter.js +4 -3
  179. package/dist/components/Toolbar/ToolbarFilterAddMenu.js +4 -3
  180. package/dist/components/Toolbar/ToolbarFilterButton.js +4 -3
  181. package/dist/components/Toolbar/ToolbarFilterMenu.js +12 -11
  182. package/dist/components/Toolbar/ToolbarMenu.js +3 -2
  183. package/dist/components/Toolbar/ToolbarSearch.js +3 -2
  184. package/dist/components/Toolbar/index.js +1 -1
  185. package/dist/components/Tooltip/Tooltip.js +7 -99
  186. package/dist/components/Transmission/Transmission.js +4 -3
  187. package/dist/components/Transmission/TransmissionList.js +10 -9
  188. package/dist/components/Transmission/TransmissionType.js +4 -3
  189. package/dist/components/Typography/Heading.js +3 -2
  190. package/dist/components/Typography/Link.js +4 -4
  191. package/dist/components/Typography/index.js +1 -1
  192. package/dist/components/UserListItem/UserListItem.js +4 -3
  193. package/dist/components/index.js +421 -426
  194. package/dist/hooks/useAccountSelector.js +4 -3
  195. package/dist/index.js +434 -439
  196. package/dist/tooltip-B5zQ3zF0.js +6303 -0
  197. package/dist/types/lib/components/Toolbar/ToolbarSearch.stories.d.ts +2 -0
  198. package/dist/types/lib/components/UserListItem/UserListItem.d.ts +1 -1
  199. package/dist/types/lib/components/UserListItem/UserListItem.stories.d.ts +7 -0
  200. package/dist/use-pagination-mAaJfKMF.js +52 -0
  201. package/package.json +4 -4
  202. package/dist/alert-BzifOfXl.js +0 -10
  203. package/dist/button-BB5sYVKY.js +0 -38
  204. package/dist/fieldset-legend-B6lDmp0N.js +0 -10
  205. package/dist/floating-ui.dom-bEgaHJCq.js +0 -997
  206. package/dist/heading-C_XYsUfi.js +0 -12
  207. package/dist/index-D7FJjvrv.js +0 -86
  208. package/dist/index-Q0EA2XB0.js +0 -111
  209. package/dist/index-z82sbSVU.js +0 -105
  210. package/dist/input-wBv_FkEV.js +0 -12
  211. package/dist/label-xTmTyPhk.js +0 -11
  212. package/dist/link-D1SA3LCe.js +0 -10
  213. package/dist/lite-1fxw3LjI.js +0 -7
  214. package/dist/paragraph-BRiIBpbY.js +0 -11
  215. package/dist/textarea-BBstVlPT.js +0 -10
  216. package/dist/textfield-f4Za2qt6.js +0 -3484
  217. package/dist/use-merge-refs-Cj4kTYVj.js +0 -29
@@ -2,6 +2,7 @@
2
2
  import { jsx as a, jsxs as I, Fragment as xe } from "react/jsx-runtime";
3
3
  import * as G from "react";
4
4
  import E, { forwardRef as Y, useRef as J, useState as oe, useMemo as le, useEffect as W, Fragment as He, useLayoutEffect as Ee, createContext as ot, useContext as at, isValidElement as Ge, useId as De, useCallback as qe, memo as Oe, createElement as st } from "react";
5
+ import "./tooltip-B5zQ3zF0.js";
5
6
  import { c as V } from "./index-p1eeF8LQ.js";
6
7
  import { useEscapeKey as lt } from "./hooks/useEscapeKey.js";
7
8
  import "./components/Typography/Link.js";
@@ -97,7 +98,7 @@ var Rt = function(e, o) {
97
98
  o.indexOf(t[r]) < 0 && Object.prototype.propertyIsEnumerable.call(e, t[r]) && (n[t[r]] = e[t[r]]);
98
99
  return n;
99
100
  };
100
- const Pt = Y((e, o) => {
101
+ const zt = Y((e, o) => {
101
102
  var { title: n, titleId: t } = e, r = Rt(e, ["title", "titleId"]);
102
103
  let s = Q();
103
104
  return s = n ? t || "title-" + s : void 0, E.createElement(
@@ -107,7 +108,7 @@ const Pt = Y((e, o) => {
107
108
  E.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M9.47 5.97a.75.75 0 0 1 1.06 0l5.5 5.5a.75.75 0 0 1 0 1.06l-5.5 5.5a.75.75 0 1 1-1.06-1.06L14.44 12 9.47 7.03a.75.75 0 0 1 0-1.06", clipRule: "evenodd" })
108
109
  );
109
110
  });
110
- var zt = function(e, o) {
111
+ var Pt = function(e, o) {
111
112
  var n = {};
112
113
  for (var t in e) Object.prototype.hasOwnProperty.call(e, t) && o.indexOf(t) < 0 && (n[t] = e[t]);
113
114
  if (e != null && typeof Object.getOwnPropertySymbols == "function")
@@ -116,7 +117,7 @@ var zt = function(e, o) {
116
117
  return n;
117
118
  };
118
119
  const Be = Y((e, o) => {
119
- var { title: n, titleId: t } = e, r = zt(e, ["title", "titleId"]);
120
+ var { title: n, titleId: t } = e, r = Pt(e, ["title", "titleId"]);
120
121
  let s = Q();
121
122
  return s = n ? t || "title-" + s : void 0, E.createElement(
122
123
  "svg",
@@ -274,7 +275,7 @@ const Ae = Y((e, o) => {
274
275
  shape: Ut,
275
276
  svg: Wt,
276
277
  image: Yt
277
- }, Pe = (e) => typeof e == "object" && e !== null && ("svgElement" in e || "iconUrl" in e), se = ({
278
+ }, ze = (e) => typeof e == "object" && e !== null && ("svgElement" in e || "iconUrl" in e), se = ({
278
279
  loading: e,
279
280
  altText: o,
280
281
  svgElement: n,
@@ -312,13 +313,13 @@ const Ae = Y((e, o) => {
312
313
  onKeyDown: b,
313
314
  onInput: p,
314
315
  onFocus: w,
315
- ...P
316
+ ...z
316
317
  }) => /* @__PURE__ */ a("li", { className: Ce.search, style: e, "data-index": o, "data-menu-search": "true", children: c ? (
317
318
  // biome-ignore lint/a11y/useFocusableInteractive: <explanation>
318
319
  // biome-ignore lint/a11y/useAriaPropsForRole: <explanation>
319
320
  // biome-ignore lint/a11y/useSemanticElements: <explanation>
320
321
  /* @__PURE__ */ a("div", { role: "combobox", "aria-expanded": !0, "aria-haspopup": "listbox", "aria-owns": _, children: /* @__PURE__ */ a(
321
- ze,
322
+ Pe,
322
323
  {
323
324
  size: "xs",
324
325
  className: Ce.searchInput,
@@ -340,11 +341,11 @@ const Ae = Y((e, o) => {
340
341
  },
341
342
  onInput: p,
342
343
  onFocus: w,
343
- ...P
344
+ ...z
344
345
  }
345
346
  ) })
346
347
  ) : /* @__PURE__ */ a(
347
- ze,
348
+ Pe,
348
349
  {
349
350
  size: "xs",
350
351
  className: Ce.searchInput,
@@ -363,7 +364,7 @@ const Ae = Y((e, o) => {
363
364
  },
364
365
  onInput: p,
365
366
  onFocus: w,
366
- ...P
367
+ ...z
367
368
  }
368
369
  ) }), Je = ({
369
370
  level: e = 0,
@@ -381,7 +382,7 @@ const Ae = Y((e, o) => {
381
382
  size: b,
382
383
  id: p,
383
384
  color: w,
384
- variant: P,
385
+ variant: z,
385
386
  scrollRefStyles: h = {},
386
387
  keyboardEvents: N = !1,
387
388
  onSelect: A = () => {
@@ -390,7 +391,7 @@ const Ae = Y((e, o) => {
390
391
  }) => {
391
392
  if (o && e >= o)
392
393
  return null;
393
- const y = t === "combobox", v = y && p ? `${p}-listbox` : p, k = J(r), z = J(r), [D, M] = oe(!1), $ = le(
394
+ const y = t === "combobox", v = y && p ? `${p}-listbox` : p, k = J(r), P = J(r), [D, M] = oe(!1), $ = le(
394
395
  () => _.map((d, C) => ({
395
396
  ...d,
396
397
  id: d.id || `${p}-item-${C}`
@@ -415,8 +416,8 @@ const Ae = Y((e, o) => {
415
416
  const d = k.current;
416
417
  k.current = r, r && !d && j.current?.scrollTo({ top: 0 });
417
418
  }, [r, s]), W(() => {
418
- const d = z.current;
419
- z.current = r, !(!N || c || !f) && r && !d && requestAnimationFrame(() => j.current?.focus?.({ preventScroll: !0 }));
419
+ const d = P.current;
420
+ P.current = r, !(!N || c || !f) && r && !d && requestAnimationFrame(() => j.current?.focus?.({ preventScroll: !0 }));
420
421
  }, [r, N, c]), W(() => {
421
422
  if (y && i) {
422
423
  O(0), M(!0);
@@ -425,7 +426,7 @@ const Ae = Y((e, o) => {
425
426
  }, [i, y, O]), /* @__PURE__ */ I(
426
427
  Ie,
427
428
  {
428
- variant: P,
429
+ variant: z,
429
430
  expanded: n,
430
431
  ref: j,
431
432
  style: h,
@@ -477,7 +478,7 @@ const Ae = Y((e, o) => {
477
478
  ...B,
478
479
  size: B?.size || F?.size || b,
479
480
  color: B?.color || F?.color || w,
480
- variant: B?.variant || F?.variant || P,
481
+ variant: B?.variant || F?.variant || z,
481
482
  active: x,
482
483
  role: Ne,
483
484
  selected: B.selected,
@@ -499,7 +500,7 @@ const Ae = Y((e, o) => {
499
500
  groups: l,
500
501
  size: b,
501
502
  color: w,
502
- variant: P
503
+ variant: z
503
504
  }
504
505
  )
505
506
  ]
@@ -525,13 +526,13 @@ const Ae = Y((e, o) => {
525
526
  scrollRefStyles: b = {},
526
527
  id: p,
527
528
  expanded: w,
528
- a11yMode: P = "menu",
529
+ a11yMode: z = "menu",
529
530
  open: h,
530
531
  scrollToTopOnOpen: N = !1,
531
532
  autoActivateFirstItem: A = !0,
532
533
  announceNoResults: R = !1,
533
534
  onActiveItemIdChange: y
534
- } = e, v = P === "combobox", k = v && p ? `${p}-listbox` : p, z = J(h), [D, M] = oe(!1), $ = le(
535
+ } = e, v = z === "combobox", k = v && p ? `${p}-listbox` : p, P = J(h), [D, M] = oe(!1), $ = le(
535
536
  () => u.map((g, x) => ({
536
537
  ...g,
537
538
  id: g.id || `${p}-item-${x}`
@@ -602,11 +603,11 @@ const Ae = Y((e, o) => {
602
603
  }
603
604
  }, [R, v, O]), W(() => {
604
605
  if (!N) {
605
- z.current = h;
606
+ P.current = h;
606
607
  return;
607
608
  }
608
- const g = z.current;
609
- z.current = h, h && !g && o.current?.scrollTo({ top: 0 });
609
+ const g = P.current;
610
+ P.current = h, h && !g && o.current?.scrollTo({ top: 0 });
610
611
  }, [h, N]);
611
612
  const ne = {
612
613
  position: "relative",
@@ -731,7 +732,7 @@ const Ae = Y((e, o) => {
731
732
  console.warn("setPreviousId called outside of RootProvider context");
732
733
  },
733
734
  languageCode: "nb"
734
- }, Ze = ot(en), Xr = ({ children: e, initialValue: o, debug: n, languageCode: t }) => {
735
+ }, Ze = ot(en), Jr = ({ children: e, initialValue: o, debug: n, languageCode: t }) => {
735
736
  const [r, s] = oe(o?.currentId || ""), [u, f] = oe(o?.previousId || "");
736
737
  return /* @__PURE__ */ a(
737
738
  Ze.Provider,
@@ -819,7 +820,7 @@ const Ae = Y((e, o) => {
819
820
  [n]
820
821
  ), b = G.useCallback(() => {
821
822
  _(""), t?.();
822
- }, [t]), p = G.useMemo(() => c.trim().replace(/\s+/g, " "), [c]), w = p.length > 0, P = G.useMemo(() => p.toLowerCase(), [p]), h = G.useMemo(() => p ? p.split(" ") : [], [p]), N = G.useMemo(
823
+ }, [t]), p = G.useMemo(() => c.trim().replace(/\s+/g, " "), [c]), w = p.length > 0, z = G.useMemo(() => p.toLowerCase(), [p]), h = G.useMemo(() => p ? p.split(" ") : [], [p]), N = G.useMemo(
823
824
  () => ({
824
825
  placeholder: e ?? i.placeholder,
825
826
  name: o ?? "search",
@@ -858,17 +859,17 @@ const Ae = Y((e, o) => {
858
859
  if (!w) return { selectedItems: [], results: [] };
859
860
  const m = [], d = [];
860
861
  for (const C of A)
861
- C.checked === !0 && m.push({ ...C, groupId: "selected" }), (C.searchWords ?? []).some((L) => String(L).toLowerCase().includes(P)) && d.push({
862
+ C.checked === !0 && m.push({ ...C, groupId: "selected" }), (C.searchWords ?? []).some((L) => String(L).toLowerCase().includes(z)) && d.push({
862
863
  ...C,
863
864
  groupId: "search",
864
865
  highlightWords: h
865
866
  });
866
867
  return { selectedItems: m, results: d };
867
- }, [w, A, P, h]), z = k.length, D = v.length, M = G.useMemo(
868
+ }, [w, A, z, h]), P = k.length, D = v.length, M = G.useMemo(
868
869
  () => ({
869
870
  search: {
870
871
  hidden: !0,
871
- title: i.hits(z)
872
+ title: i.hits(P)
872
873
  },
873
874
  selected: {
874
875
  hidden: !0,
@@ -880,29 +881,29 @@ const Ae = Y((e, o) => {
880
881
  },
881
882
  ...u
882
883
  }),
883
- [i, z, D, u]
884
+ [i, P, D, u]
884
885
  ), $ = G.useMemo(
885
886
  () => ({
886
887
  ...M,
887
888
  search: {
888
889
  hidden: !w,
889
- title: i.hits(z)
890
+ title: i.hits(P)
890
891
  },
891
892
  selected: {
892
893
  hidden: D === 0,
893
894
  title: i.selected(D)
894
895
  },
895
896
  emptySearch: {
896
- hidden: w && (z > 0 || D > 0),
897
+ hidden: w && (P > 0 || D > 0),
897
898
  title: i.noResults
898
899
  }
899
900
  }),
900
- [M, w, i, z, D]
901
- ), j = G.useMemo(() => w ? rn([...k, ...v]) : [], [w, k, v]), S = G.useMemo(() => [...y || [], ...v || []], [y, v]), O = G.useMemo(() => w ? z ? j : S : s, [w, s, z, j, S]);
901
+ [M, w, i, P, D]
902
+ ), j = G.useMemo(() => w ? rn([...k, ...v]) : [], [w, k, v]), S = G.useMemo(() => [...y || [], ...v || []], [y, v]), O = G.useMemo(() => w ? P ? j : S : s, [w, s, P, j, S]);
902
903
  return {
903
904
  search: N,
904
905
  results: k,
905
- resultCount: z,
906
+ resultCount: P,
906
907
  hasQuery: w,
907
908
  items: O,
908
909
  groups: $
@@ -923,7 +924,7 @@ const Ae = Y((e, o) => {
923
924
  a11yMode: b = "menu",
924
925
  open: p,
925
926
  scrollToTopOnOpen: w,
926
- autoFocusList: P,
927
+ autoFocusList: z,
927
928
  id: h
928
929
  }) => {
929
930
  const N = on({ ...o, items: n, groups: t }), A = e ? N.search : o, R = e && N.hasQuery && N.resultCount === 0, y = e ? N.items : n, v = e ? { ...t, ...N.groups } : t, k = b !== "combobox";
@@ -946,7 +947,7 @@ const Ae = Y((e, o) => {
946
947
  open: p,
947
948
  scrollToTopOnOpen: w,
948
949
  autoActivateFirstItem: k,
949
- autoFocusList: P
950
+ autoFocusList: z
950
951
  }
951
952
  ) : /* @__PURE__ */ a(
952
953
  Je,
@@ -967,7 +968,7 @@ const Ae = Y((e, o) => {
967
968
  open: p,
968
969
  scrollToTopOnOpen: w,
969
970
  autoActivateFirstItem: k,
970
- autoFocusList: P
971
+ autoFocusList: z
971
972
  }
972
973
  );
973
974
  }, an = "_media_1089b_3", sn = "_icon_1089b_10", ln = "_avatar_1089b_14", cn = "_avatarGroup_1089b_18", ae = {
@@ -984,9 +985,9 @@ const Te = ({ className: e, loading: o, icon: n, children: t }) => {
984
985
  return null;
985
986
  if (o)
986
987
  return /* @__PURE__ */ a("div", { className: V(ae.icon, e), children: /* @__PURE__ */ a(se, { svgElement: Ae, loading: !0 }) });
987
- const r = Se(n) ? "avatar" : ke(n) ? "avatarGroup" : (Pe(n), "icon");
988
+ const r = Se(n) ? "avatar" : ke(n) ? "avatarGroup" : (ze(n), "icon");
988
989
  return /* @__PURE__ */ I("div", { className: V(ae.media, e), "data-variant": r, children: [
989
- Se(n) && /* @__PURE__ */ a(je, { ...n, className: ae.avatar }) || ke(n) && /* @__PURE__ */ a(be, { ...n, className: ae.avatarGroup }) || Pe(n) && /* @__PURE__ */ a(se, { ...n, className: ae.icon }) || dn(n) && /* @__PURE__ */ a(se, { className: ae.icon, children: n }) || /* @__PURE__ */ a(se, { className: ae.icon, svgElement: n }),
990
+ Se(n) && /* @__PURE__ */ a(je, { ...n, className: ae.avatar }) || ke(n) && /* @__PURE__ */ a(be, { ...n, className: ae.avatarGroup }) || ze(n) && /* @__PURE__ */ a(se, { ...n, className: ae.icon }) || dn(n) && /* @__PURE__ */ a(se, { className: ae.icon, children: n }) || /* @__PURE__ */ a(se, { className: ae.icon, svgElement: n }),
990
991
  t
991
992
  ] });
992
993
  }, un = "_heading_ydkmu_1", mn = {
@@ -1072,7 +1073,7 @@ const Te = ({ className: e, loading: o, icon: n, children: t }) => {
1072
1073
  name: b,
1073
1074
  value: p,
1074
1075
  checked: w,
1075
- icon: P,
1076
+ icon: z,
1076
1077
  label: h,
1077
1078
  badge: N,
1078
1079
  controls: A,
@@ -1080,7 +1081,7 @@ const Te = ({ className: e, loading: o, icon: n, children: t }) => {
1080
1081
  description: y,
1081
1082
  highlightWords: v,
1082
1083
  count: k,
1083
- linkIcon: z = !1,
1084
+ linkIcon: P = !1,
1084
1085
  disabled: D,
1085
1086
  selected: M,
1086
1087
  active: $,
@@ -1091,7 +1092,7 @@ const Te = ({ className: e, loading: o, icon: n, children: t }) => {
1091
1092
  }) => {
1092
1093
  const d = typeof h == "function" ? h() : h, C = ht(m);
1093
1094
  if (n === "checkbox" || n === "radio") {
1094
- const L = P || (w ? Qe : Lt);
1095
+ const L = z || (w ? Qe : Lt);
1095
1096
  return /* @__PURE__ */ I(
1096
1097
  "label",
1097
1098
  {
@@ -1163,7 +1164,7 @@ const Te = ({ className: e, loading: o, icon: n, children: t }) => {
1163
1164
  }
1164
1165
  );
1165
1166
  }
1166
- const F = t || (r ? "a" : "button"), H = z && Pt;
1167
+ const F = t || (r ? "a" : "button"), H = P && zt;
1167
1168
  return /* @__PURE__ */ I(
1168
1169
  F,
1169
1170
  {
@@ -1192,7 +1193,7 @@ const Te = ({ className: e, loading: o, icon: n, children: t }) => {
1192
1193
  role: n === "menuItem" ? "menuitem" : n,
1193
1194
  ...C,
1194
1195
  children: [
1195
- P && /* @__PURE__ */ a(Te, { icon: P, className: K.media }),
1196
+ z && /* @__PURE__ */ a(Te, { icon: z, className: K.media }),
1196
1197
  /* @__PURE__ */ a(
1197
1198
  Le,
1198
1199
  {
@@ -1218,7 +1219,7 @@ const Te = ({ className: e, loading: o, icon: n, children: t }) => {
1218
1219
  /* @__PURE__ */ I(Re, { children: [
1219
1220
  N && /* @__PURE__ */ a(te, { ...N }),
1220
1221
  !D && A,
1221
- z && /* @__PURE__ */ a(se, { svgElement: H, className: K.linkIcon })
1222
+ P && /* @__PURE__ */ a(se, { svgElement: H, className: K.linkIcon })
1222
1223
  ] })
1223
1224
  ]
1224
1225
  }
@@ -1232,7 +1233,7 @@ const Te = ({ className: e, loading: o, icon: n, children: t }) => {
1232
1233
  clear: En,
1233
1234
  clearButton: Sn,
1234
1235
  autocomplete: kn
1235
- }, ze = ({
1236
+ }, Pe = ({
1236
1237
  className: e,
1237
1238
  collapsible: o,
1238
1239
  loading: n,
@@ -1248,7 +1249,7 @@ const Te = ({ className: e, loading: o, icon: n, children: t }) => {
1248
1249
  minLength: b,
1249
1250
  ...p
1250
1251
  }) => {
1251
- const w = De(), [P, h] = oe(!1), N = p.id || `search-field-${w}`, A = `${N}-listbox`, [R, y] = oe(void 0), v = "searchfield-clear-button-" + De(), k = le(() => !l || !i || typeof b == "number" && typeof i == "string" && i.length < b ? !1 : P, [l, P, b, i]), z = le(() => (l?.items ?? []).map((m) => ({
1252
+ const w = De(), [z, h] = oe(!1), N = p.id || `search-field-${w}`, A = `${N}-listbox`, [R, y] = oe(void 0), v = "searchfield-clear-button-" + De(), k = le(() => !l || !i || typeof b == "number" && typeof i == "string" && i.length < b ? !1 : z, [l, z, b, i]), P = le(() => (l?.items ?? []).map((m) => ({
1252
1253
  ...m,
1253
1254
  onClick: () => {
1254
1255
  m.onClick?.(), h(!1);
@@ -1266,7 +1267,7 @@ const Te = ({ className: e, loading: o, icon: n, children: t }) => {
1266
1267
  }, M = () => {
1267
1268
  h(!0);
1268
1269
  }, $ = (m) => {
1269
- if (!P) return;
1270
+ if (!z) return;
1270
1271
  const d = m.relatedTarget;
1271
1272
  d && m.currentTarget.contains(d) || h(!1);
1272
1273
  }, j = (m) => {
@@ -1341,7 +1342,7 @@ const Te = ({ className: e, loading: o, icon: n, children: t }) => {
1341
1342
  {
1342
1343
  ...l,
1343
1344
  id: A,
1344
- items: z,
1345
+ items: P,
1345
1346
  groups: l?.groups,
1346
1347
  keyboardEvents: !0,
1347
1348
  a11yMode: "combobox",
@@ -1351,10 +1352,10 @@ const Te = ({ className: e, loading: o, icon: n, children: t }) => {
1351
1352
  }
1352
1353
  ) })
1353
1354
  ] }) : O;
1354
- }, Rn = "_byline_fzp7k_1", Pn = "_avatar_fzp7k_7", zn = "_avatarGroup_fzp7k_12", Mn = "_label_fzp7k_26", pe = {
1355
+ }, Rn = "_byline_fzp7k_1", zn = "_avatar_fzp7k_7", Pn = "_avatarGroup_fzp7k_12", Mn = "_label_fzp7k_26", pe = {
1355
1356
  byline: Rn,
1356
- avatar: Pn,
1357
- avatarGroup: zn,
1357
+ avatar: zn,
1358
+ avatarGroup: Pn,
1358
1359
  label: Mn
1359
1360
  }, $n = ({
1360
1361
  loading: e,
@@ -1372,7 +1373,7 @@ const Te = ({ className: e, loading: o, icon: n, children: t }) => {
1372
1373
  (r || t) && /* @__PURE__ */ a(ue, { variant: "circle", className: pe.avatar, loading: e, children: r ? /* @__PURE__ */ a(be, { ...r, size: n, className: pe.avatarGroup }) : t && /* @__PURE__ */ a(je, { ...t, size: n, className: pe.avatar }) }),
1373
1374
  /* @__PURE__ */ a(_, { "data-size": n, dateTime: s, className: pe.label, children: /* @__PURE__ */ a(ue, { loading: e, children: u }) })
1374
1375
  ] });
1375
- }, jn = "_dropdown_1mtdm_1", An = "_content_1mtdm_17", Dn = "_backdrop_1mtdm_47", Bn = "_header_1mtdm_76", Tn = "_footer_1mtdm_77", Ln = "_title_1mtdm_148", ce = {
1376
+ }, jn = "_dropdown_11cza_1", An = "_content_11cza_17", Dn = "_backdrop_11cza_47", Bn = "_header_11cza_76", Tn = "_footer_11cza_77", Ln = "_title_11cza_156", ce = {
1376
1377
  dropdown: jn,
1377
1378
  content: An,
1378
1379
  backdrop: Dn,
@@ -1411,7 +1412,7 @@ const Te = ({ className: e, loading: o, icon: n, children: t }) => {
1411
1412
  onClose: b,
1412
1413
  color: p,
1413
1414
  onSubmit: w,
1414
- activeDescendantId: P,
1415
+ activeDescendantId: z,
1415
1416
  useFixedPosition: h = !1,
1416
1417
  expanded: N = !1
1417
1418
  }) => {
@@ -1423,7 +1424,7 @@ const Te = ({ className: e, loading: o, icon: n, children: t }) => {
1423
1424
  yDir: r.includes("top") ? "top" : "bottom",
1424
1425
  xDir: r.includes("right") ? "right" : "left",
1425
1426
  maxHeight: 300
1426
- }), z = qe(() => {
1427
+ }), P = qe(() => {
1427
1428
  if (l && A.current && R.current) {
1428
1429
  const $ = A.current.getBoundingClientRect(), j = R.current.getBoundingClientRect(), S = window.innerHeight, O = window.innerWidth, m = 16, d = S - $.bottom, C = $.top, F = O - $.right - j.width, H = d < 250 && C > d, L = H ? "top" : "bottom", q = (H ? C : d) - m, g = F < m ? "right" : "left";
1429
1430
  k((x) => ({
@@ -1435,9 +1436,9 @@ const Te = ({ className: e, loading: o, icon: n, children: t }) => {
1435
1436
  }));
1436
1437
  }
1437
1438
  }, [l, h]);
1438
- Ee(() => (z(), window.addEventListener("resize", z), h && window.addEventListener("scroll", z, !0), () => {
1439
- window.removeEventListener("resize", z), h && window.removeEventListener("scroll", z, !0);
1440
- }), [z, h]), W(() => {
1439
+ Ee(() => (P(), window.addEventListener("resize", P), h && window.addEventListener("scroll", P, !0), () => {
1440
+ window.removeEventListener("resize", P), h && window.removeEventListener("scroll", P, !0);
1441
+ }), [P, h]), W(() => {
1441
1442
  if (!l) return;
1442
1443
  const $ = requestAnimationFrame(() => {
1443
1444
  const j = R.current;
@@ -1520,7 +1521,7 @@ const Te = ({ className: e, loading: o, icon: n, children: t }) => {
1520
1521
  tabIndex: -1,
1521
1522
  role: "menu",
1522
1523
  "aria-modal": s === "drawer-dropdown" ? !0 : void 0,
1523
- "aria-activedescendant": P,
1524
+ "aria-activedescendant": z,
1524
1525
  children: [
1525
1526
  /* @__PURE__ */ I("header", { className: ce.header, children: [
1526
1527
  /* @__PURE__ */ a("h2", { className: ce.title, children: u }),
@@ -1597,7 +1598,7 @@ const Wn = "_item_1cw3x_3", Yn = "_border_1cw3x_75", Qn = "_header_1cw3x_86", Xn
1597
1598
  recipientLabel: b = "to",
1598
1599
  grouped: p = !1,
1599
1600
  updatedAt: w,
1600
- updatedAtLabel: P,
1601
+ updatedAtLabel: z,
1601
1602
  archived: h,
1602
1603
  archivedAt: N,
1603
1604
  archivedAtLabel: A,
@@ -1605,7 +1606,7 @@ const Wn = "_item_1cw3x_3", Yn = "_border_1cw3x_75", Qn = "_header_1cw3x_86", Xn
1605
1606
  trashedAt: y,
1606
1607
  trashedAtLabel: v,
1607
1608
  badge: k,
1608
- dueAt: z,
1609
+ dueAt: P,
1609
1610
  dueAtLabel: D,
1610
1611
  unread: M,
1611
1612
  unreadLabel: $ = "Ulest",
@@ -1694,12 +1695,12 @@ const Wn = "_item_1cw3x_3", Yn = "_border_1cw3x_75", Qn = "_header_1cw3x_86", Xn
1694
1695
  sentCount: d,
1695
1696
  receivedCount: C,
1696
1697
  updatedAt: w,
1697
- updatedAtLabel: P,
1698
+ updatedAtLabel: z,
1698
1699
  archivedAt: N,
1699
1700
  archivedAtLabel: A,
1700
1701
  trashedAt: y,
1701
1702
  trashedAtLabel: v,
1702
- dueAt: z,
1703
+ dueAt: P,
1703
1704
  dueAtLabel: D,
1704
1705
  attachmentsCount: F,
1705
1706
  attachmentsLabel: H,
@@ -1731,7 +1732,7 @@ const rr = ({
1731
1732
  draftsLabel: b,
1732
1733
  sentCount: p = 0,
1733
1734
  receivedCount: w = 0,
1734
- attachmentsCount: P = 0,
1735
+ attachmentsCount: z = 0,
1735
1736
  attachmentsLabel: h,
1736
1737
  transmissionsLabel: N,
1737
1738
  activityLog: A,
@@ -1746,7 +1747,7 @@ const rr = ({
1746
1747
  s
1747
1748
  ] }),
1748
1749
  u && f && /* @__PURE__ */ a(ee, { tooltip: y.dueAt, loading: o, datetime: u, size: "xs", icon: gt, children: f }),
1749
- P > 0 && /* @__PURE__ */ a(ee, { tooltip: y.attachments, loading: o, size: "xs", icon: yt, children: h || P }),
1750
+ z > 0 && /* @__PURE__ */ a(ee, { tooltip: y.attachments, loading: o, size: "xs", icon: yt, children: h || z }),
1750
1751
  N && /* @__PURE__ */ a(ee, { tooltip: y.transmissions, loading: o, size: "xs", icon: At, children: N }),
1751
1752
  p > 0 && /* @__PURE__ */ a(ee, { tooltip: y.sent, size: "xs", icon: Qe, children: p }),
1752
1753
  w > 0 && /* @__PURE__ */ a(ee, { tooltip: y.received, size: "xs", icon: St, children: w }),
@@ -1809,7 +1810,7 @@ function ir(e) {
1809
1810
  return typeof e == "string" || typeof e == "number" || typeof e == "boolean" || e === null || Ge(e);
1810
1811
  }
1811
1812
  const Fe = ({ size: e = "xs", icon: o, progress: n }) => !o && typeof n != "number" ? !1 : /* @__PURE__ */ I("span", { className: de.media, "data-size": e, children: [
1812
- Se(o) && /* @__PURE__ */ a(je, { ...o, className: de.avatar }) || ke(o) && /* @__PURE__ */ a(be, { ...o, className: de.avatarGroup }) || Pe(o) && /* @__PURE__ */ a(se, { ...o, className: de.icon }) || ir(o) && o || /* @__PURE__ */ a(se, { svgElement: o, className: de.icon }),
1813
+ Se(o) && /* @__PURE__ */ a(je, { ...o, className: de.avatar }) || ke(o) && /* @__PURE__ */ a(be, { ...o, className: de.avatarGroup }) || ze(o) && /* @__PURE__ */ a(se, { ...o, className: de.icon }) || ir(o) && o || /* @__PURE__ */ a(se, { svgElement: o, className: de.icon }),
1813
1814
  n && /* @__PURE__ */ a(Ot, { value: n, className: de.icon })
1814
1815
  ] }), cr = "_item_ugak2_1", dr = "_label_ugak2_53", we = {
1815
1816
  item: cr,
@@ -1877,7 +1878,7 @@ const mr = ({ loading: e, value: o = "not-applicable", label: n, tooltip: t }) =
1877
1878
  menu: fr,
1878
1879
  button: pr,
1879
1880
  label: hr
1880
- }, Jr = Oe(
1881
+ }, Zr = Oe(
1881
1882
  ({
1882
1883
  disabled: e,
1883
1884
  label: o = "Label",
@@ -1945,7 +1946,7 @@ const mr = ({ loading: e, value: o = "not-applicable", label: n, tooltip: t }) =
1945
1946
  }
1946
1947
  ) });
1947
1948
  }
1948
- ), Zr = Oe(
1949
+ ), eo = Oe(
1949
1950
  ({
1950
1951
  label: e,
1951
1952
  hideLabel: o = !0,
@@ -1962,7 +1963,7 @@ const mr = ({ loading: e, value: o = "not-applicable", label: n, tooltip: t }) =
1962
1963
  minLength: b,
1963
1964
  disabled: p
1964
1965
  }) => /* @__PURE__ */ a(
1965
- ze,
1966
+ Pe,
1966
1967
  {
1967
1968
  size: "xs",
1968
1969
  label: e,
@@ -1992,9 +1993,9 @@ export {
1992
1993
  me as H,
1993
1994
  se as I,
1994
1995
  et as M,
1995
- Xr as R,
1996
- ze as S,
1997
- Zr as T,
1996
+ Jr as R,
1997
+ Pe as S,
1998
+ eo as T,
1998
1999
  Zt as V,
1999
2000
  $n as a,
2000
2001
  rt as b,
@@ -2004,19 +2005,19 @@ export {
2004
2005
  mr as f,
2005
2006
  Gn as g,
2006
2007
  Te as h,
2007
- Pe as i,
2008
+ ze as i,
2008
2009
  Le as j,
2009
2010
  tt as k,
2010
2011
  Je as l,
2011
2012
  Xe as m,
2012
2013
  Fe as n,
2013
2014
  ee as o,
2014
- Jr as p,
2015
+ Zr as p,
2015
2016
  Bt as q,
2016
2017
  Qe as r,
2017
2018
  Ae as s,
2018
2019
  Be as t,
2019
2020
  tn as u,
2020
- Pt as v,
2021
+ zt as v,
2021
2022
  on as w
2022
2023
  };
@@ -1 +1 @@
1
- ._badge_5li3b_1{display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;flex:0 0 auto;max-height:min-content;--dsc-badge-background: var(--ds-color-base-default);--dsc-badge-color: var(--ds-color-base-contrast-default);--dsc-badge-border: var(--ds-color-base-default);--dsc-badge-border-style: solid;background-color:var(--dsc-badge-background);color:var(--dsc-badge-color);border-width:1px;border-color:var(--dsc-badge-border);border-style:var(--dsc-badge-border-style);box-sizing:border-box;vertical-align:middle}._badge_5li3b_1[data-size=xs]{width:.75rem;height:.75rem;padding:0;border-radius:1em}._badge_5li3b_1[data-size=xs] ._label_5li3b_33{color:transparent;width:100%;height:100%}._badge_5li3b_1[data-size=sm]{font-weight:500;font-size:.75rem;line-height:1;padding:.5em;height:2em;min-width:2em;border-radius:2em}._badge_5li3b_1[data-variant=subtle]{--dsc-badge-background: var(--ds-color-surface-tinted);--dsc-badge-border: var(--ds-color-surface-tinted);--dsc-badge-color: var(--ds-color-text-default)}._badge_5li3b_1[data-variant=tinted]{--dsc-badge-background: var(--ds-color-surface-active);--dsc-badge-border: var(--ds-color-surface-active);--dsc-badge-color: var(--ds-color-text-default)}._badge_5li3b_1[data-variant=base]{--dsc-badge-background: var(--ds-color-base-default);--dsc-badge-border: var(--ds-color-base-default);--dsc-badge-color: var(--ds-color-base-contrast-default)}._badge_5li3b_1[data-variant=outline]{--dsc-badge-background: transparent;--dsc-badge-border: var(--ds-color-border-subtle);--dsc-badge-color: var(--ds-color-text-subtle)}._badge_5li3b_1[data-variant=dotted]{--dsc-badge-background: transparent;--dsc-badge-border: var(--ds-color-border-subtle);--dsc-badge-border-style: dashed;--dsc-badge-color: var(--ds-color-text-subtle)}._badge_5li3b_1[data-variant=text],._badge_5li3b_1[data-variant=text][data-size=xs],._badge_5li3b_1[data-variant=text][data-size=sm]{--dsc-badge-background: transparent;--dsc-badge-border: transparent;--dsc-badge-color: var(--ds-color-text-subtle);font-size:.875rem;font-weight:400;padding:.5em 0}._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_ydkmu_1{font-size:1em;line-height:1.3;color:inherit;margin:0}._heading_ydkmu_1 a{color:inherit}._heading_ydkmu_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_ydkmu_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_ydkmu_1[data-variant=default]{background-color:transparent;color:var(--ds-color-text-default)}._heading_ydkmu_1[data-variant=subtle]{background-color:transparent;color:var(--ds-color-text-subtle)}._heading_ydkmu_1[data-weight=normal]{font-weight:400}._heading_ydkmu_1[data-weight=medium]{font-weight:500}._heading_ydkmu_1[data-weight=bold]{font-weight:600}._heading_ydkmu_1[data-size=inherit]{font-size:1em}._heading_ydkmu_1[data-size=xxs]{font-size:.75rem}._heading_ydkmu_1[data-size=xs]{font-size:.875rem}._heading_ydkmu_1[data-size=sm]{font-size:1rem}._heading_ydkmu_1[data-size=md]{font-size:1.125rem}._heading_ydkmu_1[data-size=lg]{font-size:1.25rem}._heading_ydkmu_1[data-size=xl]{font-size:1.5rem}._heading_ydkmu_1[data-leading=none]{line-height:1}._heading_ydkmu_1[data-leading=normal]{line-height:1.5}._heading_ydkmu_1[data-leading=tight]{line-height:1.3}._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}._srOnly_1g9fo_1{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}._fieldContainer_1g9fo_13{position:relative}._field_1g9fo_13{position:relative;display:inline-grid;align-items:center;justify-items:start}._field_1g9fo_13[data-collapsible=true]{width:auto}._input_1g9fo_28,._hiddenInput_1g9fo_29{min-width:25ch}._field_1g9fo_13[data-collapsible=true] ._input_1g9fo_28,._field_1g9fo_13[data-collapsible=true] ._hiddenInput_1g9fo_29{min-width:12.5ch;max-width:25ch}._hiddenInput_1g9fo_29{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_1g9fo_28{grid-area:1 / 1 / 2 / 2;width:100%;margin:0;padding-left:2.25em;padding-right:2.25em}._input_1g9fo_28[data-collapsible=true]:placeholder-shown{padding-right:0}._icon_1g9fo_62{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_1g9fo_28[type=search]::-webkit-search-decoration,._input_1g9fo_28[type=search]::-webkit-search-cancel-button{appearance:none}._clear_1g9fo_80{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_1g9fo_93[data-size=xs]{--dsc-button-size: 2.5em;--dsc-button-padding: 0;font-size:.75em;border:none}._clearButton_1g9fo_93:focus-visible{outline-offset:0;outline-width:2px}._input_1g9fo_28[data-collapsible=true]{transition:width .5s ease-in-out}._input_1g9fo_28[data-collapsible=true]:placeholder-shown{background-color:transparent}._input_1g9fo_28[data-collapsible=true]:focus,._input_1g9fo_28[data-collapsible=true]:not(:placeholder-shown){background-color:var(--ds-color-background-default)}._autocomplete_1g9fo_120{--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_1g9fo_120[aria-hidden=true]{display:none}@media(max-width:479px){._fieldContainer_1g9fo_13,._field_1g9fo_13{width:100%}._autocomplete_1g9fo_120{--var-max-width: 100%;--var-width: 100%}._field_1g9fo_13{display:flex}._hiddenInput_1g9fo_29{display:none}._field_1g9fo_13[data-collapsible=true]{width:100%}._field_1g9fo_13[data-collapsible=true] ._input_1g9fo_28,._field_1g9fo_13[data-collapsible=true] ._hiddenInput_1g9fo_29{max-width:100%}._field_1g9fo_13[data-size=xs] ._input_1g9fo_28,._field_1g9fo_13[data-size=xs] ._hiddenInput_1g9fo_29{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}._section_1v20z_1{display:flex;flex-direction:column;row-gap:1.25rem}._header_1v20z_7{display:flex;flex-direction:column;row-gap:.5rem}._list_1v20z_13{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;row-gap:.75rem}._item_1cw3x_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_1cw3x_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_1cw3x_3:hover{background:var(--dsc-item-background--hover);outline:1px solid;border-color:var(--dsc-item-border--hover);outline-color:var(--dsc-item-border--hover);--dsc-item-border-style: solid;--dsc-line: var(--dsc-line--hover)}._item_1cw3x_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_1cw3x_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_1cw3x_3[data-variant=select]:not([data-selected=true]):hover{--dsc-item-border: var(--ds-color-border-default);--dsc-item-border-style: dashed;outline:none;box-shadow:none}._item_1cw3x_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_1cw3x_75{border-left:var(--dsc-line-size) solid;border-color:var(--dsc-line);display:flex;flex-direction:column;padding-left:1rem;row-gap:1rem}._header_1cw3x_86{display:flex;flex-direction:column;row-gap:.25rem}._header_1cw3x_86[data-size=xs],._header_1cw3x_86[data-size=sm]{display:flex;flex-direction:row}._header_1cw3x_86 mark{background-color:var(--ds-color-surface-tinted)}._summary_1cw3x_102{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_1cw3x_116{position:absolute;top:0;right:0;margin:.25em}._footer_1cw3x_123{width:100%;padding-right:2rem}._seenBy_1cw3x_128{font-size:1rem;position:absolute;right:0;bottom:0;margin:.75rem;z-index:2;display:flex}._link_1cw3x_138{text-decoration:none;color:inherit}._title_1cw3x_143{font-size:var(--dsc-title-font-size);font-weight:var(--dsc-title-font-weight);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_1cw3x_156{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}._item_ugak2_1{z-index:1;padding:0;border:0;background-color:transparent;color:inherit;font:inherit;text-align:inherit;text-decoration:none;line-height:normal;-webkit-font-smoothing:inherit;-moz-osx-font-smoothing:inherit;appearance:none}._item_ugak2_1[data-size=xs]{font-size:.875rem;height:1.5rem}._item_ugak2_1[data-size=sm]{font-size:1rem}._item_ugak2_1[data-size=md]{font-size:1.125rem}._item_ugak2_1{background-color:var(--var-meta-background);color:var(--ds-color-text-subtle);display:inline-flex;align-items:center;column-gap:.25em;white-space:nowrap;text-decoration:none}._item_ugak2_1[data-variant=default]{--var-meta-background: transparent;--var-meta-font-size: 1em;--var-meta-font-weight: normal}._item_ugak2_1[data-variant=tinted]{--var-meta-background: var(--ds-color-background-tinted);--var-meta-font-size: .875em;--var-meta-font-weight: 500;padding:0 .25em;border-radius:2px}._label_ugak2_53{display:inline;font-size:var(--var-meta-font-size);font-weight:var(--var-meta-font-weight)}._label_ugak2_53 strong{font-weight:500;color:var(--ds-color-text-default)}button._item_ugak2_1:hover,a._item_ugak2_1:hover,button._item_ugak2_1:hover strong,a._item_ugak2_1:hover strong{color:var(--ds-color-base-hover);cursor:pointer}button._item_ugak2_1:hover,a._item_ugak2_1:hover{text-decoration:underline}@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}}
1
+ ._badge_5li3b_1{display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;flex:0 0 auto;max-height:min-content;--dsc-badge-background: var(--ds-color-base-default);--dsc-badge-color: var(--ds-color-base-contrast-default);--dsc-badge-border: var(--ds-color-base-default);--dsc-badge-border-style: solid;background-color:var(--dsc-badge-background);color:var(--dsc-badge-color);border-width:1px;border-color:var(--dsc-badge-border);border-style:var(--dsc-badge-border-style);box-sizing:border-box;vertical-align:middle}._badge_5li3b_1[data-size=xs]{width:.75rem;height:.75rem;padding:0;border-radius:1em}._badge_5li3b_1[data-size=xs] ._label_5li3b_33{color:transparent;width:100%;height:100%}._badge_5li3b_1[data-size=sm]{font-weight:500;font-size:.75rem;line-height:1;padding:.5em;height:2em;min-width:2em;border-radius:2em}._badge_5li3b_1[data-variant=subtle]{--dsc-badge-background: var(--ds-color-surface-tinted);--dsc-badge-border: var(--ds-color-surface-tinted);--dsc-badge-color: var(--ds-color-text-default)}._badge_5li3b_1[data-variant=tinted]{--dsc-badge-background: var(--ds-color-surface-active);--dsc-badge-border: var(--ds-color-surface-active);--dsc-badge-color: var(--ds-color-text-default)}._badge_5li3b_1[data-variant=base]{--dsc-badge-background: var(--ds-color-base-default);--dsc-badge-border: var(--ds-color-base-default);--dsc-badge-color: var(--ds-color-base-contrast-default)}._badge_5li3b_1[data-variant=outline]{--dsc-badge-background: transparent;--dsc-badge-border: var(--ds-color-border-subtle);--dsc-badge-color: var(--ds-color-text-subtle)}._badge_5li3b_1[data-variant=dotted]{--dsc-badge-background: transparent;--dsc-badge-border: var(--ds-color-border-subtle);--dsc-badge-border-style: dashed;--dsc-badge-color: var(--ds-color-text-subtle)}._badge_5li3b_1[data-variant=text],._badge_5li3b_1[data-variant=text][data-size=xs],._badge_5li3b_1[data-variant=text][data-size=sm]{--dsc-badge-background: transparent;--dsc-badge-border: transparent;--dsc-badge-color: var(--ds-color-text-subtle);font-size:.875rem;font-weight:400;padding:.5em 0}._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_ydkmu_1{font-size:1em;line-height:1.3;color:inherit;margin:0}._heading_ydkmu_1 a{color:inherit}._heading_ydkmu_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_ydkmu_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_ydkmu_1[data-variant=default]{background-color:transparent;color:var(--ds-color-text-default)}._heading_ydkmu_1[data-variant=subtle]{background-color:transparent;color:var(--ds-color-text-subtle)}._heading_ydkmu_1[data-weight=normal]{font-weight:400}._heading_ydkmu_1[data-weight=medium]{font-weight:500}._heading_ydkmu_1[data-weight=bold]{font-weight:600}._heading_ydkmu_1[data-size=inherit]{font-size:1em}._heading_ydkmu_1[data-size=xxs]{font-size:.75rem}._heading_ydkmu_1[data-size=xs]{font-size:.875rem}._heading_ydkmu_1[data-size=sm]{font-size:1rem}._heading_ydkmu_1[data-size=md]{font-size:1.125rem}._heading_ydkmu_1[data-size=lg]{font-size:1.25rem}._heading_ydkmu_1[data-size=xl]{font-size:1.5rem}._heading_ydkmu_1[data-leading=none]{line-height:1}._heading_ydkmu_1[data-leading=normal]{line-height:1.5}._heading_ydkmu_1[data-leading=tight]{line-height:1.3}._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}._srOnly_1g9fo_1{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}._fieldContainer_1g9fo_13{position:relative}._field_1g9fo_13{position:relative;display:inline-grid;align-items:center;justify-items:start}._field_1g9fo_13[data-collapsible=true]{width:auto}._input_1g9fo_28,._hiddenInput_1g9fo_29{min-width:25ch}._field_1g9fo_13[data-collapsible=true] ._input_1g9fo_28,._field_1g9fo_13[data-collapsible=true] ._hiddenInput_1g9fo_29{min-width:12.5ch;max-width:25ch}._hiddenInput_1g9fo_29{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_1g9fo_28{grid-area:1 / 1 / 2 / 2;width:100%;margin:0;padding-left:2.25em;padding-right:2.25em}._input_1g9fo_28[data-collapsible=true]:placeholder-shown{padding-right:0}._icon_1g9fo_62{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_1g9fo_28[type=search]::-webkit-search-decoration,._input_1g9fo_28[type=search]::-webkit-search-cancel-button{appearance:none}._clear_1g9fo_80{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_1g9fo_93[data-size=xs]{--dsc-button-size: 2.5em;--dsc-button-padding: 0;font-size:.75em;border:none}._clearButton_1g9fo_93:focus-visible{outline-offset:0;outline-width:2px}._input_1g9fo_28[data-collapsible=true]{transition:width .5s ease-in-out}._input_1g9fo_28[data-collapsible=true]:placeholder-shown{background-color:transparent}._input_1g9fo_28[data-collapsible=true]:focus,._input_1g9fo_28[data-collapsible=true]:not(:placeholder-shown){background-color:var(--ds-color-background-default)}._autocomplete_1g9fo_120{--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_1g9fo_120[aria-hidden=true]{display:none}@media(max-width:479px){._fieldContainer_1g9fo_13,._field_1g9fo_13{width:100%}._autocomplete_1g9fo_120{--var-max-width: 100%;--var-width: 100%}._field_1g9fo_13{display:flex}._hiddenInput_1g9fo_29{display:none}._field_1g9fo_13[data-collapsible=true]{width:100%}._field_1g9fo_13[data-collapsible=true] ._input_1g9fo_28,._field_1g9fo_13[data-collapsible=true] ._hiddenInput_1g9fo_29{max-width:100%}._field_1g9fo_13[data-size=xs] ._input_1g9fo_28,._field_1g9fo_13[data-size=xs] ._hiddenInput_1g9fo_29{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_11cza_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_11cza_1:focus{outline:none}._content_11cza_17{flex-grow:1}._dropdown_11cza_1[data-size=sm]{--var-width: 16rem;--var-min-width: 16rem;--var-max-width: 20rem}._dropdown_11cza_1[data-size=md]{--var-width: 20rem;--var-min-width: 20rem;--var-max-width: 24rem}._dropdown_11cza_1[data-size=lg]{--var-width: 24rem;--var-min-width: 24rem;--var-max-width: 28rem}._dropdown_11cza_1[aria-hidden=true],._backdrop_11cza_47,._backdrop_11cza_47[aria-hidden=true]{display:none}@media(min-width:1024px){._backdrop_11cza_47{display:block;z-index:1;background-color:#111d4640;position:fixed;inset:0;width:100%;height:100%}}._dropdown_11cza_1{position:absolute;margin-top:.5rem;margin-bottom:.5rem;border-radius:.375rem}._dropdown_11cza_1[data-variant=dropdown] ._header_11cza_76,._dropdown_11cza_1[data-variant=dropdown] ._footer_11cza_77{display:none}._dropdown_11cza_1[data-variant=dropdown]{min-width:var(--var-min-width);max-width:var(--var-max-width);width:var(--var-width);max-height:80vh}._dropdown_11cza_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_11cza_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}html:has([data-variant=drawer-dropdown]:not([aria-hidden=true])){overflow:hidden;scrollbar-gutter:stable}}@media(min-width:1024px){._dropdown_11cza_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_11cza_1[data-variant=drawer-dropdown] ._header_11cza_76,._dropdown_11cza_1[data-variant=drawer-dropdown] ._footer_11cza_77{display:none}}._header_11cza_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_11cza_156{font-size:1.125rem;font-weight:500;margin:0}._footer_11cza_77{position:sticky;bottom:0;left:0;right:0;display:flex;flex-direction:column;align-items:center}._footer_11cza_77>*{margin:1rem auto}._section_1v20z_1{display:flex;flex-direction:column;row-gap:1.25rem}._header_1v20z_7{display:flex;flex-direction:column;row-gap:.5rem}._list_1v20z_13{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;row-gap:.75rem}._item_1cw3x_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_1cw3x_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_1cw3x_3:hover{background:var(--dsc-item-background--hover);outline:1px solid;border-color:var(--dsc-item-border--hover);outline-color:var(--dsc-item-border--hover);--dsc-item-border-style: solid;--dsc-line: var(--dsc-line--hover)}._item_1cw3x_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_1cw3x_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_1cw3x_3[data-variant=select]:not([data-selected=true]):hover{--dsc-item-border: var(--ds-color-border-default);--dsc-item-border-style: dashed;outline:none;box-shadow:none}._item_1cw3x_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_1cw3x_75{border-left:var(--dsc-line-size) solid;border-color:var(--dsc-line);display:flex;flex-direction:column;padding-left:1rem;row-gap:1rem}._header_1cw3x_86{display:flex;flex-direction:column;row-gap:.25rem}._header_1cw3x_86[data-size=xs],._header_1cw3x_86[data-size=sm]{display:flex;flex-direction:row}._header_1cw3x_86 mark{background-color:var(--ds-color-surface-tinted)}._summary_1cw3x_102{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_1cw3x_116{position:absolute;top:0;right:0;margin:.25em}._footer_1cw3x_123{width:100%;padding-right:2rem}._seenBy_1cw3x_128{font-size:1rem;position:absolute;right:0;bottom:0;margin:.75rem;z-index:2;display:flex}._link_1cw3x_138{text-decoration:none;color:inherit}._title_1cw3x_143{font-size:var(--dsc-title-font-size);font-weight:var(--dsc-title-font-weight);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_1cw3x_156{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}._item_ugak2_1{z-index:1;padding:0;border:0;background-color:transparent;color:inherit;font:inherit;text-align:inherit;text-decoration:none;line-height:normal;-webkit-font-smoothing:inherit;-moz-osx-font-smoothing:inherit;appearance:none}._item_ugak2_1[data-size=xs]{font-size:.875rem;height:1.5rem}._item_ugak2_1[data-size=sm]{font-size:1rem}._item_ugak2_1[data-size=md]{font-size:1.125rem}._item_ugak2_1{background-color:var(--var-meta-background);color:var(--ds-color-text-subtle);display:inline-flex;align-items:center;column-gap:.25em;white-space:nowrap;text-decoration:none}._item_ugak2_1[data-variant=default]{--var-meta-background: transparent;--var-meta-font-size: 1em;--var-meta-font-weight: normal}._item_ugak2_1[data-variant=tinted]{--var-meta-background: var(--ds-color-background-tinted);--var-meta-font-size: .875em;--var-meta-font-weight: 500;padding:0 .25em;border-radius:2px}._label_ugak2_53{display:inline;font-size:var(--var-meta-font-size);font-weight:var(--var-meta-font-weight)}._label_ugak2_53 strong{font-weight:500;color:var(--ds-color-text-default)}button._item_ugak2_1:hover,a._item_ugak2_1:hover,button._item_ugak2_1:hover strong,a._item_ugak2_1:hover strong{color:var(--ds-color-base-hover);cursor:pointer}button._item_ugak2_1:hover,a._item_ugak2_1:hover{text-decoration:underline}@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}}
@@ -1,7 +1,8 @@
1
1
  import { jsx as r } from "react/jsx-runtime";
2
2
  import "../../index-p1eeF8LQ.js";
3
3
  import "react";
4
- import "../../ToolbarSearch-CDOcKzpM.js";
4
+ import "../../tooltip-B5zQ3zF0.js";
5
+ import "../../ToolbarSearch-BQfKHZnX.js";
5
6
  import "../Typography/Link.js";
6
7
  import "../Button/Button.js";
7
8
  import "react-dom";
@@ -10,7 +11,7 @@ import "../Snackbar/useSnackbar.js";
10
11
  import { ListItem as b } from "../List/ListItem.js";
11
12
  import '../../assets/AccessAreaListItem.css';const I = "_content_7hk0i_1", d = {
12
13
  content: I
13
- }, N = ({
14
+ }, T = ({
14
15
  name: t,
15
16
  icon: i,
16
17
  iconUrl: m,
@@ -47,5 +48,5 @@ import '../../assets/AccessAreaListItem.css';const I = "_content_7hk0i_1", d = {
47
48
  }
48
49
  );
49
50
  export {
50
- N as AccessAreaListItem
51
+ T as AccessAreaListItem
51
52
  };