@altinn/altinn-components 0.58.0 → 0.58.2

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 (212) hide show
  1. package/dist/{Section-DPj8jAL1.js → Section-DvBigBR1.js} +122 -121
  2. package/dist/assets/BookmarkSettingsItemLabel.css +1 -1
  3. package/dist/assets/DialogContact.css +1 -0
  4. package/dist/assets/DialogHeader.css +1 -0
  5. package/dist/assets/DialogLayout.css +1 -0
  6. package/dist/assets/DialogSection.css +1 -0
  7. package/dist/assets/Link.css +1 -0
  8. package/dist/assets/Section.css +1 -1
  9. package/dist/assets/SettingsItemBase.css +1 -1
  10. package/dist/components/AccessAreaListItem/AccessAreaListItem.js +17 -16
  11. package/dist/components/AccessPackageListItem/AccessPackageListItem.js +9 -8
  12. package/dist/components/Account/AccountList.js +7 -6
  13. package/dist/components/Account/AccountListItem.js +8 -7
  14. package/dist/components/Account/AccountListItemControls.js +11 -10
  15. package/dist/components/Account/AccountListItemDetails.js +12 -11
  16. package/dist/components/Account/AccountListVirtual.js +4 -3
  17. package/dist/components/Account/AccountMenu.js +11 -10
  18. package/dist/components/Account/AccountNotificationSettings.js +10 -9
  19. package/dist/components/Account/AccountOrganization.js +15 -14
  20. package/dist/components/AccountSelector/AccountSelector.js +10 -9
  21. package/dist/components/ActivityLog/ActivityLog.js +4 -3
  22. package/dist/components/ActivityLog/ActivityLogItem.js +4 -3
  23. package/dist/components/ActivityLog/ActivityLogSegment.js +4 -3
  24. package/dist/components/Alert/Alert.js +8 -7
  25. package/dist/components/Article/Article.js +4 -3
  26. package/dist/components/Article/ArticleContact.js +4 -3
  27. package/dist/components/Article/ArticleHeader.js +4 -3
  28. package/dist/components/Attachment/AttachmentLink.js +1 -1
  29. package/dist/components/Banner/Banner.js +6 -5
  30. package/dist/components/Bookmarks/BookmarkModal.js +7 -6
  31. package/dist/components/Bookmarks/BookmarkSettingsItem.js +4 -3
  32. package/dist/components/Bookmarks/BookmarkSettingsItemLabel.js +12 -11
  33. package/dist/components/Bookmarks/BookmarkSettingsList.js +9 -8
  34. package/dist/components/Breadcrumbs/Breadcrumbs.js +4 -3
  35. package/dist/components/Bulk/BulkHeader.js +8 -7
  36. package/dist/components/Button/ButtonIcon.js +4 -3
  37. package/dist/components/Button/ComboButton.js +4 -3
  38. package/dist/components/Button/FloatingActionButton.js +8 -7
  39. package/dist/components/Button/IconButton.js +5 -4
  40. package/dist/components/Byline/Byline.js +3 -2
  41. package/dist/components/Byline/index.js +1 -1
  42. package/dist/components/ContextMenu/ContextMenu.js +11 -10
  43. package/dist/components/Dashboard/DashboardCard.js +7 -6
  44. package/dist/components/Dashboard/DashboardHeader.js +9 -8
  45. package/dist/components/Datepicker/Datepicker.js +1 -1
  46. package/dist/components/Datepicker/DatepickerHeader.js +4 -3
  47. package/dist/components/Datepicker/DatepickerTable.js +11 -10
  48. package/dist/components/Dialog/Dialog.js +25 -31
  49. package/dist/components/Dialog/DialogActions.js +4 -3
  50. package/dist/components/Dialog/DialogActivityLog.js +4 -3
  51. package/dist/components/Dialog/DialogAttachments.js +6 -5
  52. package/dist/components/Dialog/DialogBody.js +8 -7
  53. package/dist/components/Dialog/DialogByline.js +3 -2
  54. package/dist/components/Dialog/DialogContact.js +47 -11
  55. package/dist/components/Dialog/DialogHeader.js +31 -28
  56. package/dist/components/Dialog/DialogHistory.js +7 -6
  57. package/dist/components/Dialog/DialogHistoryItem.js +4 -3
  58. package/dist/components/Dialog/DialogHistorySegment.js +8 -7
  59. package/dist/components/Dialog/DialogLayout.js +22 -21
  60. package/dist/components/Dialog/DialogList.js +3 -2
  61. package/dist/components/Dialog/DialogListGroup.js +3 -2
  62. package/dist/components/Dialog/DialogListItem.js +3 -2
  63. package/dist/components/Dialog/DialogMetadata.js +3 -2
  64. package/dist/components/Dialog/DialogSection.js +10 -7
  65. package/dist/components/Dialog/DialogSeenBy.js +4 -3
  66. package/dist/components/Dialog/DialogSelect.js +10 -9
  67. package/dist/components/Dialog/DialogStatus.js +4 -3
  68. package/dist/components/Dialog/DialogTabs.js +4 -3
  69. package/dist/components/Dialog/SeenByLog.js +4 -3
  70. package/dist/components/Dialog/SeenByLogButton.js +7 -6
  71. package/dist/components/Dialog/SeenByLogItem.js +12 -11
  72. package/dist/components/Dialog/index.js +1 -1
  73. package/dist/components/Dropdown/DrawerButton.js +4 -3
  74. package/dist/components/Dropdown/DrawerHeader.js +8 -7
  75. package/dist/components/Dropdown/Dropdown.js +3 -2
  76. package/dist/components/Dropdown/DropdownBase.js +8 -7
  77. package/dist/components/Dropdown/FloatingDropdown.js +19 -18
  78. package/dist/components/Dropdown/index.js +1 -1
  79. package/dist/components/DsComponents/index.js +21 -20
  80. package/dist/components/Forms/Checkbox.js +4 -3
  81. package/dist/components/Forms/CheckboxOptions.js +4 -3
  82. package/dist/components/Forms/FieldBase.js +3 -2
  83. package/dist/components/Forms/FieldsetBase.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/SelectField.js +5 -4
  88. package/dist/components/Forms/Switch.js +6 -5
  89. package/dist/components/Forms/SwitchOptions.js +4 -3
  90. package/dist/components/Forms/TextField.js +4 -3
  91. package/dist/components/Forms/TextFieldDropdown.js +4 -3
  92. package/dist/components/Forms/TextareaField.js +4 -3
  93. package/dist/components/Forms/index.js +1 -1
  94. package/dist/components/GlobalHeader/GlobalAccountButton.js +8 -7
  95. package/dist/components/GlobalHeader/GlobalHeader.js +10 -9
  96. package/dist/components/GlobalHeader/GlobalMenuButton.js +4 -3
  97. package/dist/components/GlobalHeader/HeaderDrawer.js +9 -8
  98. package/dist/components/GlobalHeader/HeaderDropdown.js +6 -5
  99. package/dist/components/GlobalHeader/HeaderLogo.js +8 -7
  100. package/dist/components/GlobalMenu/GlobalMenu.js +10 -9
  101. package/dist/components/GlobalMenu/LocaleSwitcher.js +13 -12
  102. package/dist/components/GlobalMenu/LogoutButton.js +4 -3
  103. package/dist/components/GlobalMenu_old/BackButton.js +4 -3
  104. package/dist/components/GlobalMenu_old/CurrentAccount.js +4 -3
  105. package/dist/components/GlobalMenu_old/GlobalMenu.js +10 -9
  106. package/dist/components/GlobalMenu_old/GlobalMenuButton.js +12 -11
  107. package/dist/components/GlobalMenu_old/LogoutButton.js +4 -3
  108. package/dist/components/Header/Header.js +4 -3
  109. package/dist/components/Header/HeaderBase.js +7 -6
  110. package/dist/components/Header/HeaderButton.js +18 -17
  111. package/dist/components/Header/LocaleButton.js +12 -11
  112. package/dist/components/Header/LocaleSwitcher.js +9 -8
  113. package/dist/components/Icon/Icon.js +4 -3
  114. package/dist/components/Icon/index.js +1 -1
  115. package/dist/components/Inbox/InboxPage.js +8 -7
  116. package/dist/components/InboxSearch/InboxSearch.js +10 -9
  117. package/dist/components/Item/ItemLabel.js +2 -1
  118. package/dist/components/Item/ItemMedia.js +3 -2
  119. package/dist/components/Item/ItemSelect.js +3 -2
  120. package/dist/components/Item/index.js +1 -1
  121. package/dist/components/Layout/Layout.js +8 -7
  122. package/dist/components/List/List.js +3 -2
  123. package/dist/components/List/ListBase.js +4 -3
  124. package/dist/components/List/ListItem.js +1 -1
  125. package/dist/components/List/ListItemHeader.js +3 -2
  126. package/dist/components/List/ListItemIcon.js +3 -2
  127. package/dist/components/List/ListItemLabel.js +4 -3
  128. package/dist/components/List/index.js +1 -1
  129. package/dist/components/Menu/Menu.js +1 -1
  130. package/dist/components/Menu/MenuItem.js +3 -2
  131. package/dist/components/Menu/MenuItems.js +3 -2
  132. package/dist/components/Menu/MenuListSearch.js +3 -2
  133. package/dist/components/Menu/MenuOption.js +1 -1
  134. package/dist/components/Menu/TabMenu.js +7 -6
  135. package/dist/components/Menu/VirtualizedMenuItems.js +3 -2
  136. package/dist/components/Menu/index.js +1 -1
  137. package/dist/components/Menu/useMenuSearch.js +1 -1
  138. package/dist/components/Metadata/MetaItem.js +3 -2
  139. package/dist/components/Metadata/MetaItemIcon.js +3 -2
  140. package/dist/components/Metadata/MetaProgress.js +3 -2
  141. package/dist/components/Metadata/MetaTimestamp.js +3 -2
  142. package/dist/components/Metadata/Metadata.js +9 -8
  143. package/dist/components/Metadata/index.js +1 -1
  144. package/dist/components/Modal/Modal.js +8 -7
  145. package/dist/components/Modal/ModalBase.js +25 -24
  146. package/dist/components/Modal/ModalHeader.js +10 -9
  147. package/dist/components/Modal/ModalIcon.js +4 -3
  148. package/dist/components/Notifications/NotificationItem.js +4 -3
  149. package/dist/components/Notifications/NotificationItemBase.js +4 -3
  150. package/dist/components/Notifications/NotificationItemControls.js +6 -5
  151. package/dist/components/Notifications/NotificationItemIcon.js +15 -14
  152. package/dist/components/Page/AccordionSection.js +4 -3
  153. package/dist/components/Page/ContactButtons.js +7 -6
  154. package/dist/components/Page/ContactSection.js +7 -6
  155. package/dist/components/Page/PageMenu.js +11 -10
  156. package/dist/components/Page/PageNav.js +7 -6
  157. package/dist/components/Page/Section.js +3 -2
  158. package/dist/components/Page/index.js +1 -1
  159. package/dist/components/ResourceListItem/ResourceListItem.js +8 -7
  160. package/dist/components/RootProvider/RootProvider.js +4 -3
  161. package/dist/components/RootProvider/index.js +1 -1
  162. package/dist/components/Search/SearchItem.js +7 -6
  163. package/dist/components/Searchbar/Autocomplete.js +9 -8
  164. package/dist/components/Searchbar/AutocompleteItem.js +6 -5
  165. package/dist/components/Searchbar/Searchbar.js +4 -3
  166. package/dist/components/Searchbar/SearchbarField.js +4 -3
  167. package/dist/components/Settings/SettingsItem.js +72 -61
  168. package/dist/components/Settings/SettingsItemBase.js +67 -39
  169. package/dist/components/Settings/SettingsList.js +12 -11
  170. package/dist/components/Settings/SettingsModal.js +7 -6
  171. package/dist/components/Settings/SettingsSection.js +10 -9
  172. package/dist/components/Settings/UsedByLog.js +4 -3
  173. package/dist/components/Settings/UsedByLogItem.js +10 -9
  174. package/dist/components/Snackbar/SnackbarItem.js +16 -15
  175. package/dist/components/Timeline/Timeline.js +4 -3
  176. package/dist/components/Timeline/TimelineActivity.js +4 -3
  177. package/dist/components/Timeline/TimelineBase.js +4 -3
  178. package/dist/components/Timeline/TimelineFooter.js +7 -6
  179. package/dist/components/Timeline/TimelineHeader.js +4 -3
  180. package/dist/components/Timeline/TimelineIcon.js +6 -5
  181. package/dist/components/Timeline/TimelineSection.js +4 -3
  182. package/dist/components/Timeline/TimelineSegment.js +7 -6
  183. package/dist/components/Toolbar/DatepickerFilter.js +4 -3
  184. package/dist/components/Toolbar/SelectDateFilter.js +8 -7
  185. package/dist/components/Toolbar/Toolbar.js +1 -1
  186. package/dist/components/Toolbar/ToolbarFilter.js +11 -10
  187. package/dist/components/Toolbar/ToolbarFilterAddMenu.js +18 -17
  188. package/dist/components/Toolbar/ToolbarFilterButton.js +4 -3
  189. package/dist/components/Toolbar/ToolbarFilterMenu.js +11 -10
  190. package/dist/components/Toolbar/ToolbarMenu.js +3 -2
  191. package/dist/components/Toolbar/ToolbarSearch.js +3 -2
  192. package/dist/components/Toolbar/index.js +1 -1
  193. package/dist/components/Transmission/Transmission.js +9 -8
  194. package/dist/components/Transmission/TransmissionList.js +6 -5
  195. package/dist/components/Transmission/TransmissionType.js +4 -3
  196. package/dist/components/Typography/Heading.js +3 -2
  197. package/dist/components/Typography/Link.js +11 -0
  198. package/dist/components/Typography/index.js +4 -2
  199. package/dist/components/UserListItem/UserListItem.js +9 -8
  200. package/dist/components/index.js +137 -134
  201. package/dist/hooks/useAccountSelector.js +18 -17
  202. package/dist/index.js +152 -149
  203. package/dist/link-D1SA3LCe.js +10 -0
  204. package/dist/{textfield-CRXtg-r5.js → textfield-f4Za2qt6.js} +428 -431
  205. package/dist/types/lib/components/Dialog/DialogContact.d.ts +12 -3
  206. package/dist/types/lib/components/Settings/SettingsItem.d.ts +1 -1
  207. package/dist/types/lib/components/Settings/SettingsItemBase.d.ts +16 -10
  208. package/dist/types/lib/components/Typography/Link.d.ts +11 -0
  209. package/dist/types/lib/components/Typography/index.d.ts +1 -0
  210. package/dist/types/lib/stories/Profile.stories.d.ts +1 -0
  211. package/package.json +1 -1
  212. package/dist/types/lib/components/Settings/SettingsItem.stories.d.ts +0 -67
@@ -1,9 +1,10 @@
1
1
  "use client";
2
2
  import { jsx as a } from "react/jsx-runtime";
3
- import u, { forwardRef as m, useMemo as f } from "react";
3
+ import u, { forwardRef as c, useMemo as f } from "react";
4
4
  import { Button as g } from "../Button/Button.js";
5
5
  import "../../index-p1eeF8LQ.js";
6
- import { x as h, g as x, M as b } from "../../Section-DPj8jAL1.js";
6
+ import { x as h, g as x, M as b } from "../../Section-DvBigBR1.js";
7
+ import "../Typography/Link.js";
7
8
  import { Tooltip as v } from "../Tooltip/Tooltip.js";
8
9
  import "../Snackbar/useSnackbar.js";
9
10
  import { useDropdownMenuController as y } from "../Menu/useDropdownMenuController.js";
@@ -16,7 +17,7 @@ var w = function(t, l) {
16
17
  l.indexOf(e[o]) < 0 && Object.prototype.propertyIsEnumerable.call(t, e[o]) && (r[e[o]] = t[e[o]]);
17
18
  return r;
18
19
  };
19
- const C = m((t, l) => {
20
+ const C = c((t, l) => {
20
21
  var { title: r, titleId: e } = t, o = w(t, ["title", "titleId"]);
21
22
  let i = O();
22
23
  return i = r ? e || "title-" + i : void 0, u.createElement(
@@ -25,16 +26,16 @@ const C = m((t, l) => {
25
26
  r ? u.createElement("title", { id: i }, r) : null,
26
27
  u.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M6 10.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3m4.5 1.5a1.5 1.5 0 1 1 3 0 1.5 1.5 0 0 1-3 0m6 0a1.5 1.5 0 1 1 3 0 1.5 1.5 0 0 1-3 0", clipRule: "evenodd" })
27
28
  );
28
- }), z = ({
29
+ }), A = ({
29
30
  groups: t = {},
30
31
  items: l,
31
32
  title: r,
32
33
  color: e,
33
34
  id: o = "context-menu",
34
35
  placement: i = "right",
35
- "aria-label": d
36
+ "aria-label": p
36
37
  }) => {
37
- const n = y({ id: o, returnFocusOnClose: !0 }), { languageCode: p } = h(), c = f(() => l.map((s) => ({
38
+ const n = y({ id: o, returnFocusOnClose: !0 }), { languageCode: d } = h(), m = f(() => l.map((s) => ({
38
39
  ...s,
39
40
  onClick: () => {
40
41
  n.setOpen(!1), s.onClick?.();
@@ -45,7 +46,7 @@ const C = m((t, l) => {
45
46
  {
46
47
  backdrop: !1,
47
48
  color: e,
48
- trigger: /* @__PURE__ */ a(() => /* @__PURE__ */ a(v, { content: r || M(p).title, hidden: n.open, children: /* @__PURE__ */ a(
49
+ trigger: /* @__PURE__ */ a(() => /* @__PURE__ */ a(v, { content: r || M(d).title, hidden: n.open, children: /* @__PURE__ */ a(
49
50
  g,
50
51
  {
51
52
  ref: n.triggerRef,
@@ -53,7 +54,7 @@ const C = m((t, l) => {
53
54
  variant: "ghost",
54
55
  rounded: !0,
55
56
  size: "xs",
56
- "aria-label": d,
57
+ "aria-label": p,
57
58
  onClick: () => n.toggleMenu(),
58
59
  "aria-haspopup": "menu",
59
60
  "aria-expanded": n.open,
@@ -68,7 +69,7 @@ const C = m((t, l) => {
68
69
  placement: i,
69
70
  useFixedPosition: !0,
70
71
  ...n.dropdownA11yProps,
71
- children: /* @__PURE__ */ a(b, { groups: t, items: c, maxLevels: 1, keyboardEvents: n.open, ...n.menuA11yProps })
72
+ children: /* @__PURE__ */ a(b, { groups: t, items: m, maxLevels: 1, keyboardEvents: n.open, ...n.menuA11yProps })
72
73
  }
73
74
  );
74
75
  }, M = (t) => {
@@ -88,5 +89,5 @@ const C = m((t, l) => {
88
89
  }
89
90
  };
90
91
  export {
91
- z as ContextMenu
92
+ A as ContextMenu
92
93
  };
@@ -2,8 +2,9 @@
2
2
  import { jsx as t, jsxs as f } from "react/jsx-runtime";
3
3
  import "../../index-p1eeF8LQ.js";
4
4
  import { forwardRef as p, useRef as g, useEffect as B } from "react";
5
- import { h as R, H as _ } from "../../Section-DPj8jAL1.js";
5
+ import { h as R, H as _ } from "../../Section-DvBigBR1.js";
6
6
  import { Typography as w } from "../Typography/Typography.js";
7
+ import "../Typography/Link.js";
7
8
  import "../Button/Button.js";
8
9
  import "react-dom";
9
10
  import "../Snackbar/useSnackbar.js";
@@ -13,11 +14,11 @@ import { u as N } from "../../use-merge-refs-Cj4kTYVj.js";
13
14
  import '../../assets/DashboardCard.css';const b = p(function({ asChild: n = !1, variant: e = "default", className: r, ...o }, c) {
14
15
  const s = n ? u : "div", a = g(null), k = N([a, c]);
15
16
  return B(() => {
16
- const d = a.current, m = ({ ctrlKey: v, metaKey: x, target: y }) => {
17
- const i = d?.querySelector(":is(h1,h2,h3,h4,h5,h6) a");
17
+ const m = a.current, d = ({ ctrlKey: v, metaKey: x, target: y }) => {
18
+ const i = m?.querySelector(":is(h1,h2,h3,h4,h5,h6) a");
18
19
  !i || i?.contains(y) || (v || x ? window.open(i.href, "", "noreferrer") : i.click());
19
20
  };
20
- return d?.addEventListener("click", m), () => d?.removeEventListener("click", m);
21
+ return m?.addEventListener("click", d), () => m?.removeEventListener("click", d);
21
22
  }, []), t(s, { className: h("ds-card", r), "data-variant": e, ref: k, ...o });
22
23
  }), j = p(function({ asChild: n, className: e, ...r }, o) {
23
24
  return t(n ? u : "div", { className: h("ds-card__block", e), ref: o, ...r });
@@ -28,7 +29,7 @@ C.Block.displayName = "Card.Block";
28
29
  const E = "_icon_112og_1", S = {
29
30
  icon: E
30
31
  };
31
- function F({
32
+ function J({
32
33
  color: l,
33
34
  theme: n = "tinted",
34
35
  icon: e,
@@ -58,5 +59,5 @@ function F({
58
59
  ] });
59
60
  }
60
61
  export {
61
- F as DashboardCard
62
+ J as DashboardCard
62
63
  };
@@ -1,25 +1,26 @@
1
- import { jsxs as i, jsx as r } from "react/jsx-runtime";
1
+ import { jsxs as i, jsx as e } from "react/jsx-runtime";
2
2
  import "../../index-p1eeF8LQ.js";
3
3
  import "react";
4
4
  import { Skeleton as c } from "../Skeleton/Skeleton.js";
5
- import { S as m, h as p, H as d } from "../../Section-DPj8jAL1.js";
5
+ import { S as m, h as p, H as d } from "../../Section-DvBigBR1.js";
6
6
  import { Typography as l } from "../Typography/Typography.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 { Flex as t } from "../Page/Flex.js";
11
12
  import '../../assets/DashboardHeader.css';const h = "_icon_1lga1_1", g = {
12
13
  icon: h
13
- }, z = ({ icon: o, title: s, description: a, loading: e, children: n }) => /* @__PURE__ */ i(m, { as: "header", theme: "default", padding: "page", spacing: 6, shadow: "xs", children: [
14
+ }, k = ({ icon: o, title: s, description: a, loading: r, children: n }) => /* @__PURE__ */ i(m, { as: "header", theme: "default", padding: "page", spacing: 6, shadow: "xs", children: [
14
15
  /* @__PURE__ */ i(t, { direction: "row", align: "center", spacing: 3, children: [
15
- o && /* @__PURE__ */ r(p, { loading: e, icon: o, className: g.icon }),
16
+ o && /* @__PURE__ */ e(p, { loading: r, icon: o, className: g.icon }),
16
17
  /* @__PURE__ */ i(t, { direction: "col", spacing: 0, children: [
17
- /* @__PURE__ */ r(d, { size: "lg", loading: e, children: s }),
18
- /* @__PURE__ */ r(l, { as: "section", variant: "subtle", size: "xs", loading: e, children: a })
18
+ /* @__PURE__ */ e(d, { size: "lg", loading: r, children: s }),
19
+ /* @__PURE__ */ e(l, { as: "section", variant: "subtle", size: "xs", loading: r, children: a })
19
20
  ] })
20
21
  ] }),
21
- /* @__PURE__ */ r(c, { loading: e, children: n })
22
+ /* @__PURE__ */ e(c, { loading: r, children: n })
22
23
  ] });
23
24
  export {
24
- z as DashboardHeader
25
+ k as DashboardHeader
25
26
  };
@@ -2,7 +2,7 @@
2
2
  import { jsxs as h, jsx as a } from "react/jsx-runtime";
3
3
  import { c as f } from "../../index-p1eeF8LQ.js";
4
4
  import { useState as x } from "react";
5
- import { x as J } from "../../Section-DPj8jAL1.js";
5
+ import { x as J } from "../../Section-DvBigBR1.js";
6
6
  import { DatepickerHeader as v } from "./DatepickerHeader.js";
7
7
  import { DatepickerTable as D } from "./DatepickerTable.js";
8
8
  import { useDatepicker as M } from "./useDatepicker.js";
@@ -3,7 +3,8 @@ import { jsxs as s, jsx as i } from "react/jsx-runtime";
3
3
  import { Button as d } from "../Button/Button.js";
4
4
  import "../../index-p1eeF8LQ.js";
5
5
  import a, { forwardRef as f } from "react";
6
- import { N as m } from "../../Section-DPj8jAL1.js";
6
+ import { N as m } from "../../Section-DvBigBR1.js";
7
+ import "../Typography/Link.js";
7
8
  import "react-dom";
8
9
  import "../Snackbar/useSnackbar.js";
9
10
  import { u as p } from "../../useId-BVFxCjkq.js";
@@ -28,7 +29,7 @@ const u = f((t, n) => {
28
29
  header: v,
29
30
  title: _,
30
31
  nav: g
31
- }, R = ({ title: t, onNext: n, onPrev: r }) => /* @__PURE__ */ s("header", { className: c.header, children: [
32
+ }, E = ({ title: t, onNext: n, onPrev: r }) => /* @__PURE__ */ s("header", { className: c.header, children: [
32
33
  /* @__PURE__ */ i("h2", { className: c.title, children: t }),
33
34
  /* @__PURE__ */ s("nav", { className: c.nav, children: [
34
35
  /* @__PURE__ */ i(d, { icon: !0, size: "xs", variant: "ghost", onClick: r, "aria-label": "prev icon", children: /* @__PURE__ */ i(u, {}) }),
@@ -36,5 +37,5 @@ const u = f((t, n) => {
36
37
  ] })
37
38
  ] });
38
39
  export {
39
- R as DatepickerHeader
40
+ E as DatepickerHeader
40
41
  };
@@ -2,21 +2,22 @@ import { jsxs as b, jsx as t } from "react/jsx-runtime";
2
2
  import { Button as h } from "../Button/Button.js";
3
3
  import "../../index-p1eeF8LQ.js";
4
4
  import "react";
5
- import "../../Section-DPj8jAL1.js";
5
+ import "../../Section-DvBigBR1.js";
6
+ import "../Typography/Link.js";
6
7
  import "react-dom";
7
8
  import "../Snackbar/useSnackbar.js";
8
- import '../../assets/DatepickerTable.css';const u = "_table_1k8nb_1", y = "_weekday_1k8nb_7", p = "_date_1k8nb_13", _ = "_button_1k8nb_23", a = {
9
+ import '../../assets/DatepickerTable.css';const u = "_table_1k8nb_1", p = "_weekday_1k8nb_7", y = "_date_1k8nb_13", _ = "_button_1k8nb_23", a = {
9
10
  table: u,
10
- weekday: y,
11
- date: p,
11
+ weekday: p,
12
+ date: y,
12
13
  button: _
13
- }, j = ({
14
+ }, C = ({
14
15
  weekdays: r = ["Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday"],
15
16
  rows: d = [],
16
- onSelect: s
17
+ onSelect: o
17
18
  }) => /* @__PURE__ */ b("table", { className: a.table, children: [
18
19
  /* @__PURE__ */ t("thead", { children: /* @__PURE__ */ t("tr", { children: r.map((e) => /* @__PURE__ */ t("th", { className: a.weekday, children: e.substring(0, 3) }, e)) }) }),
19
- /* @__PURE__ */ t("tbody", { children: d.map((e, o) => /* @__PURE__ */ t("tr", { children: e.map((c) => {
20
+ /* @__PURE__ */ t("tbody", { children: d.map((e, s) => /* @__PURE__ */ t("tr", { children: e.map((c) => {
20
21
  const { day: i, date: n, selected: l, isCurrentMonth: m } = c;
21
22
  return /* @__PURE__ */ t("td", { className: a.date, "data-current-month": m, children: /* @__PURE__ */ t(
22
23
  h,
@@ -24,12 +25,12 @@ import '../../assets/DatepickerTable.css';const u = "_table_1k8nb_1", y = "_week
24
25
  variant: "ghost",
25
26
  "aria-selected": l,
26
27
  className: a.button,
27
- onClick: () => s(n),
28
+ onClick: () => o(n),
28
29
  children: i
29
30
  }
30
31
  ) }, n);
31
- }) }, o)) })
32
+ }) }, s)) })
32
33
  ] });
33
34
  export {
34
- j as DatepickerTable
35
+ C as DatepickerTable
35
36
  };
@@ -1,42 +1,36 @@
1
- import { jsxs as r, jsx as o, Fragment as f } from "react/jsx-runtime";
1
+ import { jsxs as x, jsx as o } from "react/jsx-runtime";
2
2
  import "../../index-p1eeF8LQ.js";
3
3
  import "react";
4
- import "../../Section-DPj8jAL1.js";
4
+ import "../../Section-DvBigBR1.js";
5
+ import "../Typography/Link.js";
5
6
  import "../Button/Button.js";
6
7
  import "react-dom";
7
- import { DialogLayout as d } from "./DialogLayout.js";
8
- import { DialogHeader as j } from "./DialogHeader.js";
9
- import { DialogBody as u } from "./DialogBody.js";
10
- import { DialogSection as y } from "./DialogSection.js";
11
- import { DialogContact as H } from "./DialogContact.js";
12
- import { DialogHistory as h } from "./DialogHistory.js";
13
- import { Divider as g } from "../Divider/Divider.js";
8
+ import { DialogLayout as j } from "./DialogLayout.js";
9
+ import { DialogHeader as u } from "./DialogHeader.js";
10
+ import { DialogBody as y } from "./DialogBody.js";
11
+ import { DialogSection as H } from "./DialogSection.js";
12
+ import { DialogContact as c } from "./DialogContact.js";
13
+ import { DialogHistory as B } from "./DialogHistory.js";
14
14
  import "../Snackbar/useSnackbar.js";
15
15
  const J = ({
16
- loading: m,
17
- backButton: l,
18
- contextMenu: c,
19
- pageMenu: n,
20
- sender: s,
21
- title: i,
22
- history: t,
23
- additionalInfo: p,
24
- seenByLog: x,
25
- contact: e,
16
+ loading: r,
17
+ backButton: f,
18
+ contextMenu: g,
19
+ pageMenu: e,
20
+ sender: l,
21
+ title: m,
22
+ history: i,
23
+ additionalInfo: t,
24
+ seenByLog: s,
25
+ contact: p,
26
26
  children: D,
27
27
  ...a
28
- }) => /* @__PURE__ */ r(d, { backButton: l, contextMenu: c, pageMenu: n, children: [
29
- i && /* @__PURE__ */ o(j, { loading: m, ...a, title: i }),
30
- D && /* @__PURE__ */ o(u, { loading: m, sender: s, seenByLog: x, ...a, children: D }),
31
- t && /* @__PURE__ */ o(h, { ...t }),
32
- p && /* @__PURE__ */ r(f, { children: [
33
- /* @__PURE__ */ o(g, {}),
34
- /* @__PURE__ */ o(y, { ...p })
35
- ] }),
36
- e && /* @__PURE__ */ r(f, { children: [
37
- /* @__PURE__ */ o(g, {}),
38
- /* @__PURE__ */ o(H, { ...e })
39
- ] })
28
+ }) => /* @__PURE__ */ x(j, { backButton: f, contextMenu: g, pageMenu: e, children: [
29
+ m && /* @__PURE__ */ o(u, { loading: r, ...a, title: m }),
30
+ D && /* @__PURE__ */ o(y, { loading: r, sender: l, seenByLog: s, ...a, children: D }),
31
+ i && /* @__PURE__ */ o(B, { ...i }),
32
+ t && /* @__PURE__ */ o(H, { ...t }),
33
+ p && /* @__PURE__ */ o(c, { ...p })
40
34
  ] });
41
35
  export {
42
36
  J as Dialog
@@ -2,7 +2,8 @@
2
2
  import { jsxs as p, jsx as n } from "react/jsx-runtime";
3
3
  import { useMemo as u } from "react";
4
4
  import "../../index-p1eeF8LQ.js";
5
- import { x as g, J as x, K as B, M as k } from "../../Section-DPj8jAL1.js";
5
+ import { x as g, J as x, K as B, M as k } from "../../Section-DvBigBR1.js";
6
+ import "../Typography/Link.js";
6
7
  import { DropdownBase as _ } from "../Dropdown/DropdownBase.js";
7
8
  import { Button as s } from "../Button/Button.js";
8
9
  import { ButtonGroup as v } from "../Button/ButtonGroup.js";
@@ -12,7 +13,7 @@ import "../Snackbar/useSnackbar.js";
12
13
  import '../../assets/DialogActions.css';const I = "_action_1n930_1", M = "_comboButton_1n930_8", m = {
13
14
  action: I,
14
15
  comboButton: M
15
- }, U = ({ items: i, maxItems: a = 2, id: l = "dialog-actions", expandAltLabel: f }) => {
16
+ }, q = ({ items: i, maxItems: a = 2, id: l = "dialog-actions", expandAltLabel: f }) => {
16
17
  const { currentId: h, closeAll: b, toggleId: d } = g(), e = h === l, t = u(() => (i || []).filter((o) => !o.hidden).sort((o, r) => {
17
18
  const c = ["primary", "secondary", "tertiary"];
18
19
  return c.indexOf(o?.priority) - c.indexOf(r?.priority);
@@ -47,5 +48,5 @@ import '../../assets/DialogActions.css';const I = "_action_1n930_1", M = "_combo
47
48
  }) });
48
49
  };
49
50
  export {
50
- U as DialogActions
51
+ q as DialogActions
51
52
  };
@@ -1,7 +1,8 @@
1
1
  import { jsxs as p, jsx as o } from "react/jsx-runtime";
2
2
  import "../../index-p1eeF8LQ.js";
3
3
  import "react";
4
- import "../../Section-DPj8jAL1.js";
4
+ import "../../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";
@@ -9,10 +10,10 @@ import { ActivityLog as a } from "../ActivityLog/ActivityLog.js";
9
10
  import { ModalBase as d } from "../Modal/ModalBase.js";
10
11
  import { ModalHeader as e } from "../Modal/ModalHeader.js";
11
12
  import { ModalBody as c } from "../Modal/ModalBody.js";
12
- const A = ({ title: t, items: i, open: m, onClose: r }) => /* @__PURE__ */ p(d, { open: m, onClose: r, variant: "content", children: [
13
+ const B = ({ title: t, items: i, open: m, onClose: r }) => /* @__PURE__ */ p(d, { open: m, onClose: r, variant: "content", children: [
13
14
  /* @__PURE__ */ o(e, { title: t, onClose: r }),
14
15
  /* @__PURE__ */ o(c, { children: /* @__PURE__ */ o(a, { items: i }) })
15
16
  ] });
16
17
  export {
17
- A as DialogActivityLog
18
+ B as DialogActivityLog
18
19
  };
@@ -1,15 +1,16 @@
1
1
  import { jsxs as o, jsx as r } from "react/jsx-runtime";
2
2
  import "../../index-p1eeF8LQ.js";
3
- import { AttachmentList as n } from "../Attachment/AttachmentList.js";
3
+ import { AttachmentList as m } from "../Attachment/AttachmentList.js";
4
4
  import "react";
5
- import { S as m, H as e } from "../../Section-DPj8jAL1.js";
5
+ import { S as n, H as e } 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 u = ({ title: i = "Attachments", items: t }) => t?.length ? /* @__PURE__ */ o(m, { spacing: 1, children: [
10
+ const x = ({ title: i = "Attachments", items: t }) => t?.length ? /* @__PURE__ */ o(n, { spacing: 1, children: [
10
11
  /* @__PURE__ */ r(e, { as: "h2", size: "xs", weight: "normal", variant: "subtle", children: i }),
11
- /* @__PURE__ */ r(n, { items: t })
12
+ /* @__PURE__ */ r(m, { items: t })
12
13
  ] }) : null;
13
14
  export {
14
- u as DialogAttachments
15
+ x as DialogAttachments
15
16
  };
@@ -1,8 +1,9 @@
1
1
  import { jsxs as i, jsx as o, Fragment as c } from "react/jsx-runtime";
2
2
  import "../../index-p1eeF8LQ.js";
3
3
  import "react";
4
- import "../../Section-DPj8jAL1.js";
4
+ import "../../Section-DvBigBR1.js";
5
5
  import { Typography as a } from "../Typography/Typography.js";
6
+ import "../Typography/Link.js";
6
7
  import "../Button/Button.js";
7
8
  import "react-dom";
8
9
  import { Timeline as h } from "../Timeline/Timeline.js";
@@ -10,24 +11,24 @@ import { TimelineSection as f } from "../Timeline/TimelineSection.js";
10
11
  import { TimelineHeader as s } from "../Timeline/TimelineHeader.js";
11
12
  import { SeenByLog as d } from "./SeenByLog.js";
12
13
  import "../Snackbar/useSnackbar.js";
13
- const H = ({
14
+ const W = ({
14
15
  loading: r = !1,
15
- unread: t,
16
+ unread: e,
16
17
  sender: m,
17
18
  recipient: p,
18
19
  recipientLabel: n = "to",
19
20
  children: l,
20
- seenByLog: e
21
+ seenByLog: t
21
22
  }) => /* @__PURE__ */ i(h, { children: [
22
23
  /* @__PURE__ */ i(s, { loading: r, icon: m, children: [
23
24
  /* @__PURE__ */ o("strong", { children: m?.name }),
24
25
  n + " " + p?.name
25
26
  ] }),
26
- /* @__PURE__ */ o(f, { unread: t, loading: r, spacing: 4, color: r ? "neutral" : void 0, children: !r && /* @__PURE__ */ i(c, { children: [
27
+ /* @__PURE__ */ o(f, { unread: e, loading: r, spacing: 4, color: r ? "neutral" : void 0, children: !r && /* @__PURE__ */ i(c, { children: [
27
28
  /* @__PURE__ */ o(a, { maxWidth: "60ch", style: { marginTop: "0.5em" }, children: l }),
28
- e && /* @__PURE__ */ o(d, { ...e, collapsible: !0 })
29
+ t && /* @__PURE__ */ o(d, { ...t, collapsible: !0 })
29
30
  ] }) })
30
31
  ] });
31
32
  export {
32
- H as DialogBody
33
+ W as DialogBody
33
34
  };
@@ -1,10 +1,11 @@
1
1
  import "react/jsx-runtime";
2
2
  import "../../index-p1eeF8LQ.js";
3
3
  import "react";
4
- import { d as l } from "../../Section-DPj8jAL1.js";
4
+ import { d } 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
  export {
9
- l as DialogByline
10
+ d as DialogByline
10
11
  };
@@ -1,17 +1,53 @@
1
- import { jsxs as p, jsx as o } from "react/jsx-runtime";
1
+ "use client";
2
+ import { jsxs as a, jsx as i } from "react/jsx-runtime";
2
3
  import "../../index-p1eeF8LQ.js";
3
- import "react";
4
- import { S as n, H as a } from "../../Section-DPj8jAL1.js";
5
- import { Typography as c } from "../Typography/Typography.js";
6
- import "../Button/Button.js";
4
+ import c, { forwardRef as g } from "react";
5
+ import { H as y } from "../../Section-DvBigBR1.js";
6
+ import { Typography as s } from "../Typography/Typography.js";
7
+ import { Link as v } from "../Typography/Link.js";
8
+ import { Button as _ } from "../Button/Button.js";
9
+ import { ButtonGroup as b } from "../Button/ButtonGroup.js";
7
10
  import "react-dom";
8
11
  import "../Snackbar/useSnackbar.js";
9
- import { ContactButtons as s } from "../Page/ContactButtons.js";
10
- const y = ({ id: t = "dialog-contact", title: r, children: i, items: m = [] }) => /* @__PURE__ */ p(n, { spacing: 4, id: t, children: [
11
- r && /* @__PURE__ */ o(a, { size: "lg", children: r }),
12
- /* @__PURE__ */ o(c, { children: i }),
13
- /* @__PURE__ */ o(s, { items: m })
12
+ import { u as w } from "../../useId-BVFxCjkq.js";
13
+ import '../../assets/DialogContact.css';var I = function(r, l) {
14
+ var o = {};
15
+ for (var e in r) Object.prototype.hasOwnProperty.call(r, e) && l.indexOf(e) < 0 && (o[e] = r[e]);
16
+ if (r != null && typeof Object.getOwnPropertySymbols == "function")
17
+ for (var t = 0, e = Object.getOwnPropertySymbols(r); t < e.length; t++)
18
+ l.indexOf(e[t]) < 0 && Object.prototype.propertyIsEnumerable.call(r, e[t]) && (o[e[t]] = r[e[t]]);
19
+ return o;
20
+ };
21
+ const O = g((r, l) => {
22
+ var { title: o, titleId: e } = r, t = I(r, ["title", "titleId"]);
23
+ let n = w();
24
+ return n = o ? e || "title-" + n : void 0, c.createElement(
25
+ "svg",
26
+ Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24", focusable: !1, role: "img", ref: l, "aria-labelledby": n }, t),
27
+ o ? c.createElement("title", { id: n }, o) : null,
28
+ c.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M12 21.75c5.385 0 9.75-4.365 9.75-9.75S17.385 2.25 12 2.25 2.25 6.615 2.25 12s4.365 9.75 9.75 9.75m0-14a1.75 1.75 0 0 0-1.75 1.75.75.75 0 0 1-1.5 0A3.25 3.25 0 0 1 12 6.25h.136a3.114 3.114 0 0 1 1.945 5.545l-.441.354A2.37 2.37 0 0 0 12.75 14a.75.75 0 0 1-1.5 0 3.87 3.87 0 0 1 1.453-3.023l.441-.353a1.614 1.614 0 0 0-1.008-2.874zm-.95 9.15a.95.95 0 1 1 1.9 0 .95.95 0 0 1-1.9 0", clipRule: "evenodd" })
29
+ );
30
+ }), j = "_section_ln3o5_1", x = "_helpIcon_ln3o5_7", m = {
31
+ section: j,
32
+ helpIcon: x
33
+ }, D = ({
34
+ id: r = "dialog-contact",
35
+ title: l,
36
+ children: o,
37
+ buttons: e = [],
38
+ helpLink: t
39
+ }) => /* @__PURE__ */ a("section", { className: m.section, id: r, children: [
40
+ l && /* @__PURE__ */ i(y, { size: "lg", children: l }),
41
+ /* @__PURE__ */ i(s, { size: "sm", children: o }),
42
+ e && /* @__PURE__ */ i(b, { children: e.map((n, f) => {
43
+ const { as: d, href: p, onClick: u, label: h } = n;
44
+ return /* @__PURE__ */ i(_, { as: d, href: p, onClick: u, variant: "outline", children: h }, f);
45
+ }) }),
46
+ t && /* @__PURE__ */ i(s, { size: "sm", children: /* @__PURE__ */ a(v, { as: t.as, href: t.href, onClick: t.onClick, children: [
47
+ /* @__PURE__ */ i(O, { className: m.helpIcon }),
48
+ t.children
49
+ ] }) })
14
50
  ] });
15
51
  export {
16
- y as DialogContact
52
+ D as DialogContact
17
53
  };
@@ -1,52 +1,55 @@
1
- import { jsxs as t, jsx as o } from "react/jsx-runtime";
2
- import { Badge as H } from "../Badge/Badge.js";
1
+ import { jsxs as o, jsx as t } from "react/jsx-runtime";
2
+ import { Badge as _ } from "../Badge/Badge.js";
3
3
  import "../../index-p1eeF8LQ.js";
4
4
  import "react";
5
- import { S as j, H as D, c as S } from "../../Section-DPj8jAL1.js";
5
+ import { H as j, c as D } 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 y = ({
10
- loading: i,
10
+ import '../../assets/DialogHeader.css';const g = "_header_14m6v_1", u = {
11
+ header: g
12
+ }, A = ({
13
+ loading: e,
11
14
  title: a,
12
15
  badge: r,
13
- status: e,
16
+ status: i,
14
17
  extendedStatusLabel: m,
15
18
  draftsLabel: s,
16
19
  sentCount: p,
17
- receivedCount: n,
20
+ receivedCount: d,
18
21
  updatedAt: c,
19
- updatedAtLabel: l,
20
- attachmentsCount: d,
21
- dueAt: x,
22
- dueAtLabel: f,
23
- activityLog: g,
24
- tooltips: h = {}
25
- }) => /* @__PURE__ */ t(j, { as: "header", spacing: 3, align: "start", children: [
26
- /* @__PURE__ */ t(D, { loading: i, size: "xl", children: [
22
+ updatedAtLabel: h,
23
+ attachmentsCount: l,
24
+ dueAt: n,
25
+ dueAtLabel: x,
26
+ activityLog: f,
27
+ tooltips: H = {}
28
+ }) => /* @__PURE__ */ o("header", { className: u.header, children: [
29
+ /* @__PURE__ */ o(j, { loading: e, size: "xl", children: [
27
30
  a,
28
31
  r && " ",
29
- r && /* @__PURE__ */ o(H, { ...r })
32
+ r && /* @__PURE__ */ t(_, { ...r })
30
33
  ] }),
31
- /* @__PURE__ */ o(
32
- S,
34
+ /* @__PURE__ */ t(
35
+ D,
33
36
  {
34
- loading: i,
35
- status: e,
37
+ loading: e,
38
+ status: i,
36
39
  extendedStatusLabel: m,
37
40
  draftsLabel: s,
38
41
  sentCount: p,
39
- receivedCount: n,
42
+ receivedCount: d,
40
43
  updatedAt: c,
41
- updatedAtLabel: l,
42
- dueAt: x,
43
- dueAtLabel: f,
44
- attachmentsCount: d,
45
- activityLog: g,
46
- tooltips: h
44
+ updatedAtLabel: h,
45
+ dueAt: n,
46
+ dueAtLabel: x,
47
+ attachmentsCount: l,
48
+ activityLog: f,
49
+ tooltips: H
47
50
  }
48
51
  )
49
52
  ] });
50
53
  export {
51
- y as DialogHeader
54
+ A as DialogHeader
52
55
  };
@@ -2,13 +2,14 @@
2
2
  import { jsxs as g, jsx as n } from "react/jsx-runtime";
3
3
  import { useState as f, createElement as u } from "react";
4
4
  import "../../index-p1eeF8LQ.js";
5
- import { S as h } from "../../Section-DPj8jAL1.js";
5
+ import { S as h } from "../../Section-DvBigBR1.js";
6
+ import "../Typography/Link.js";
6
7
  import { Button as y } from "../Button/Button.js";
7
8
  import "react-dom";
8
9
  import { DialogHistorySegment as S } from "./DialogHistorySegment.js";
9
10
  import { Timeline as x } from "../Timeline/Timeline.js";
10
11
  import "../Snackbar/useSnackbar.js";
11
- const b = ({
12
+ const q = ({
12
13
  items: o,
13
14
  maxItems: t,
14
15
  expandLabel: i = "Expand history",
@@ -18,12 +19,12 @@ const b = ({
18
19
  return null;
19
20
  const [e, p] = f(!1), s = () => {
20
21
  p((r) => !r);
21
- }, c = t ? o.slice(0, t) : o, a = e ? o : c, d = t && o.length > t;
22
+ }, c = t ? o.slice(0, t) : o, a = e ? o : c, m = t && o.length > t;
22
23
  return /* @__PURE__ */ g(h, { spacing: 4, children: [
23
- /* @__PURE__ */ n(x, { children: a.map((r, m) => /* @__PURE__ */ u(S, { ...r, key: m })) }),
24
- d && /* @__PURE__ */ n(y, { variant: "outline", onClick: s, children: e ? l : i })
24
+ /* @__PURE__ */ n(x, { children: a.map((r, d) => /* @__PURE__ */ u(S, { ...r, key: d })) }),
25
+ m && /* @__PURE__ */ n(y, { variant: "outline", onClick: s, children: e ? l : i })
25
26
  ] });
26
27
  };
27
28
  export {
28
- b as DialogHistory
29
+ q as DialogHistory
29
30
  };
@@ -1,13 +1,14 @@
1
1
  import { jsx as r } from "react/jsx-runtime";
2
2
  import "../../index-p1eeF8LQ.js";
3
3
  import "react";
4
- import "../../Section-DPj8jAL1.js";
4
+ import "../../Section-DvBigBR1.js";
5
5
  import { Typography as f } from "../Typography/Typography.js";
6
+ import "../Typography/Link.js";
6
7
  import "../Button/Button.js";
7
8
  import "react-dom";
8
9
  import "../Snackbar/useSnackbar.js";
9
10
  import { TimelineActivity as p } from "../Timeline/TimelineActivity.js";
10
- const T = ({ byline: o, datetime: i, children: t, summary: e, ...m }) => t ? /* @__PURE__ */ r(p, { byline: o, datetime: i, ...m, children: t }) : /* @__PURE__ */ r(p, { byline: o, datetime: i, ...m, children: /* @__PURE__ */ r(f, { children: e }) });
11
+ const a = ({ byline: o, datetime: i, children: t, summary: e, ...m }) => t ? /* @__PURE__ */ r(p, { byline: o, datetime: i, ...m, children: t }) : /* @__PURE__ */ r(p, { byline: o, datetime: i, ...m, children: /* @__PURE__ */ r(f, { children: e }) });
11
12
  export {
12
- T as DialogHistoryItem
13
+ a as DialogHistoryItem
13
14
  };