@altinn/altinn-components 0.18.8 → 0.19.0

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 (116) hide show
  1. package/dist/CircleFill-IZdiBc_K.js +25 -0
  2. package/dist/{ListItemBase-BVx5MDhO.js → ListItemBase-DuTOUOfv.js} +29 -29
  3. package/dist/assets/Flex.css +1 -1
  4. package/dist/assets/ListItemBase.css +1 -1
  5. package/dist/assets/MenuItemBase.css +1 -1
  6. package/dist/assets/Skeleton.css +1 -1
  7. package/dist/assets/TimelineBase.css +1 -1
  8. package/dist/assets/TimelineHeader.css +1 -0
  9. package/dist/components/Bookmarks/BookmarksListItem.js +1 -1
  10. package/dist/components/Bookmarks/BookmarksSection.js +7 -7
  11. package/dist/components/Byline/Byline.js +19 -18
  12. package/dist/components/ContextMenu/ContextMenu.js +4 -4
  13. package/dist/components/Dialog/Dialog.js +59 -60
  14. package/dist/components/Dialog/DialogActions.js +3 -3
  15. package/dist/components/Dialog/DialogActivity.js +32 -0
  16. package/dist/components/Dialog/DialogAttachments.js +4 -4
  17. package/dist/components/Dialog/DialogBody.js +31 -36
  18. package/dist/components/Dialog/DialogHeader.js +4 -4
  19. package/dist/components/Dialog/DialogHistory.js +19 -19
  20. package/dist/components/Dialog/DialogListGroup.js +7 -7
  21. package/dist/components/Dialog/DialogListItem.js +1 -1
  22. package/dist/components/Dialog/DialogSection.js +6 -6
  23. package/dist/components/Dialog/SeenByLog.js +1 -1
  24. package/dist/components/Dialog/index.js +25 -35
  25. package/dist/components/Header/Header.js +6 -6
  26. package/dist/components/LayoutAction/ActionHeader.js +1 -1
  27. package/dist/components/List/List.js +1 -1
  28. package/dist/components/List/ListItem.js +38 -35
  29. package/dist/components/List/ListItemBase.js +1 -1
  30. package/dist/components/List/ListItemHeader.js +1 -1
  31. package/dist/components/List/index.js +1 -1
  32. package/dist/components/Menu/MenuItemBase.js +38 -36
  33. package/dist/components/Meta/MetaItem.js +15 -16
  34. package/dist/components/Meta/MetaItemBase.js +27 -25
  35. package/dist/components/Meta/MetaTimestamp.js +15 -16
  36. package/dist/components/Page/ContactSection.js +6 -6
  37. package/dist/components/Page/Flex.js +3 -3
  38. package/dist/components/Page/PageHeader.js +16 -16
  39. package/dist/components/Search/AutocompleteItem.js +1 -1
  40. package/dist/components/Search/SuggestListItem.js +1 -1
  41. package/dist/components/Skeleton/Skeleton.js +28 -17
  42. package/dist/components/Timeline/Timeline.js +9 -6
  43. package/dist/components/Timeline/TimelineActivity.js +33 -0
  44. package/dist/components/Timeline/TimelineBase.js +33 -6
  45. package/dist/components/Timeline/TimelineFooter.js +20 -0
  46. package/dist/components/Timeline/TimelineHeader.js +29 -0
  47. package/dist/components/Timeline/TimelineSection.js +22 -33
  48. package/dist/components/Timeline/index.js +12 -6
  49. package/dist/components/Toolbar/ToolbarAccountMenu.js +8 -8
  50. package/dist/components/Toolbar/ToolbarAdd.js +7 -7
  51. package/dist/components/Toolbar/ToolbarDaterange.js +7 -7
  52. package/dist/components/Toolbar/ToolbarFilter.js +6 -6
  53. package/dist/components/Toolbar/ToolbarMenu.js +7 -7
  54. package/dist/components/Transmission/Transmission.js +56 -0
  55. package/dist/components/Transmission/TransmissionList.js +13 -6
  56. package/dist/components/Transmission/index.js +2 -2
  57. package/dist/components/Typography/Typography.js +24 -22
  58. package/dist/components/index.js +259 -263
  59. package/dist/index.js +261 -265
  60. package/dist/types/lib/components/Byline/Byline.d.ts +3 -2
  61. package/dist/types/lib/components/Byline/Byline.stories.d.ts +1 -1
  62. package/dist/types/lib/components/Dialog/Dialog.d.ts +4 -4
  63. package/dist/types/lib/components/Dialog/DialogActivity.d.ts +22 -0
  64. package/dist/types/lib/components/Dialog/DialogBody.d.ts +1 -3
  65. package/dist/types/lib/components/Dialog/DialogBody.stories.d.ts +1 -1
  66. package/dist/types/lib/components/Dialog/DialogHistory.d.ts +2 -2
  67. package/dist/types/lib/components/Dialog/DialogHistory.stories.d.ts +2 -8
  68. package/dist/types/lib/components/Dialog/Examples.stories.d.ts +0 -3
  69. package/dist/types/lib/components/Dialog/index.d.ts +1 -6
  70. package/dist/types/lib/components/List/ListItem.d.ts +1 -1
  71. package/dist/types/lib/components/List/ListItem.stories.d.ts +2 -1
  72. package/dist/types/lib/components/List/Specimens.stories.d.ts +1 -1
  73. package/dist/types/lib/components/Menu/MenuItemBase.d.ts +1 -1
  74. package/dist/types/lib/components/Meta/MetaItemBase.d.ts +2 -1
  75. package/dist/types/lib/components/Skeleton/Skeleton.d.ts +3 -2
  76. package/dist/types/lib/components/Timeline/Timeline.d.ts +3 -3
  77. package/dist/types/lib/components/Timeline/Timeline.stories.d.ts +7 -42
  78. package/dist/types/lib/components/Timeline/TimelineActivity.d.ts +15 -0
  79. package/dist/types/lib/components/Timeline/TimelineActivity.stories.d.ts +17 -0
  80. package/dist/types/lib/components/Timeline/TimelineBase.d.ts +14 -3
  81. package/dist/types/lib/components/Timeline/TimelineFooter.d.ts +11 -0
  82. package/dist/types/lib/components/Timeline/TimelineFooter.stories.d.ts +14 -0
  83. package/dist/types/lib/components/Timeline/TimelineHeader.d.ts +13 -0
  84. package/dist/types/lib/components/Timeline/TimelineHeader.stories.d.ts +16 -0
  85. package/dist/types/lib/components/Timeline/TimelineSection.d.ts +8 -9
  86. package/dist/types/lib/components/Timeline/TimelineSection.stories.d.ts +16 -0
  87. package/dist/types/lib/components/Timeline/index.d.ts +4 -1
  88. package/dist/types/lib/components/Transmission/Transmission.d.ts +20 -0
  89. package/dist/types/lib/components/Transmission/TransmissionList.d.ts +2 -2
  90. package/dist/types/lib/components/Transmission/TransmissionList.stories.d.ts +1 -1
  91. package/dist/types/lib/components/Transmission/index.d.ts +1 -1
  92. package/dist/types/lib/components/Typography/Typography.d.ts +2 -1
  93. package/dist/types/lib/components/Typography/Typography.stories.d.ts +1 -1
  94. package/dist/types/lib/types/color.d.ts +1 -1
  95. package/package.json +1 -1
  96. package/dist/assets/TimelineSection.css +0 -1
  97. package/dist/assets/TransmissionItem.css +0 -1
  98. package/dist/components/Dialog/ActivityItem.js +0 -39
  99. package/dist/components/Dialog/ActivityItemDetails.js +0 -22
  100. package/dist/components/Dialog/ActivityLog.js +0 -17
  101. package/dist/components/Dialog/DialogContent.js +0 -26
  102. package/dist/components/Dialog/DialogTimeline.js +0 -17
  103. package/dist/components/Dialog/DialogTimelineItem.js +0 -18
  104. package/dist/components/Dialog/DialogTransmissions.js +0 -17
  105. package/dist/components/Transmission/TransmissionItem.js +0 -93
  106. package/dist/types/lib/components/Dialog/ActivityItem.d.ts +0 -16
  107. package/dist/types/lib/components/Dialog/ActivityItemDetails.d.ts +0 -6
  108. package/dist/types/lib/components/Dialog/ActivityLog.d.ts +0 -6
  109. package/dist/types/lib/components/Dialog/ActivityLog.stories.d.ts +0 -39
  110. package/dist/types/lib/components/Dialog/DialogContent.d.ts +0 -11
  111. package/dist/types/lib/components/Dialog/DialogTimeline.d.ts +0 -6
  112. package/dist/types/lib/components/Dialog/DialogTimelineItem.d.ts +0 -10
  113. package/dist/types/lib/components/Dialog/DialogTransmissions.d.ts +0 -8
  114. package/dist/types/lib/components/Dialog/DialogTransmissions.stories.d.ts +0 -76
  115. package/dist/types/lib/components/Transmission/TransmissionItem.d.ts +0 -21
  116. package/dist/types/lib/components/Transmission/TransmissionItem.stories.d.ts +0 -25
@@ -0,0 +1,25 @@
1
+ "use client";
2
+ import * as i from "react";
3
+ import { forwardRef as f } from "react";
4
+ import { u as a } from "./useId-CsCRkvK3.js";
5
+ var d = function(t, n) {
6
+ var r = {};
7
+ for (var e in t) Object.prototype.hasOwnProperty.call(t, e) && n.indexOf(e) < 0 && (r[e] = t[e]);
8
+ if (t != null && typeof Object.getOwnPropertySymbols == "function")
9
+ for (var l = 0, e = Object.getOwnPropertySymbols(t); l < e.length; l++)
10
+ n.indexOf(e[l]) < 0 && Object.prototype.propertyIsEnumerable.call(t, e[l]) && (r[e[l]] = t[e[l]]);
11
+ return r;
12
+ };
13
+ const u = f((t, n) => {
14
+ var { title: r, titleId: e } = t, l = d(t, ["title", "titleId"]);
15
+ let o = a();
16
+ return o = r ? e || "title-" + o : void 0, i.createElement(
17
+ "svg",
18
+ Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24", focusable: !1, role: "img", ref: n, "aria-labelledby": o }, l),
19
+ r ? i.createElement("title", { id: o }, r) : null,
20
+ i.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M1.5 12C1.5 6.201 6.201 1.5 12 1.5S22.5 6.201 22.5 12 17.799 22.5 12 22.5 1.5 17.799 1.5 12", clipRule: "evenodd" })
21
+ );
22
+ });
23
+ export {
24
+ u as S
25
+ };
@@ -1,23 +1,23 @@
1
- import { jsx as f } from "react/jsx-runtime";
2
- import { c as H } from "./index-L8X2o7IH.js";
3
- import './assets/ListItemBase.css';const I = "_item_12vtu_1", N = "_interactive_12vtu_54", q = "_interactiveSelected_12vtu_96", A = "_interactiveHidden_12vtu_100", t = {
4
- item: I,
5
- interactive: N,
6
- interactiveSelected: q,
7
- interactiveHidden: A
8
- }, G = ({
9
- title: b,
10
- interactive: w = !0,
11
- as: x,
12
- href: h,
1
+ import { jsx as S } from "react/jsx-runtime";
2
+ import { c as f } from "./index-L8X2o7IH.js";
3
+ import './assets/ListItemBase.css';const B = "_item_1xuag_1", I = "_interactive_1xuag_54", N = "_interactiveSelected_1xuag_96", q = "_interactiveHidden_1xuag_100", t = {
4
+ item: B,
5
+ interactive: I,
6
+ interactiveSelected: N,
7
+ interactiveHidden: q
8
+ }, F = ({
9
+ title: H,
10
+ interactive: b = !0,
11
+ as: g,
12
+ href: w,
13
13
  onClick: a,
14
14
  onKeyPress: e,
15
- tabIndex: L,
15
+ tabIndex: h,
16
16
  size: d,
17
17
  variant: n,
18
18
  color: c,
19
19
  theme: i,
20
- shadow: j,
20
+ shadow: L,
21
21
  loading: r,
22
22
  disabled: s,
23
23
  hidden: v = !1,
@@ -27,32 +27,32 @@ import './assets/ListItemBase.css';const I = "_item_12vtu_1", N = "_interactive_
27
27
  onMouseEnter: l,
28
28
  children: p
29
29
  }) => {
30
- const u = i === "transparent" ? "none" : j;
31
- if (w) {
32
- const B = H(
30
+ const u = i === "transparent" ? "none" : L;
31
+ if (b) {
32
+ const z = f(
33
33
  t.item,
34
34
  t.interactive,
35
35
  _,
36
36
  m && t.interactiveSelected,
37
37
  v && t.interactiveHidden
38
38
  );
39
- return /* @__PURE__ */ f(
40
- x || "button",
39
+ return /* @__PURE__ */ S(
40
+ g || "button",
41
41
  {
42
- "aria-label": b,
43
- className: B,
42
+ "aria-label": H,
43
+ className: z,
44
44
  "data-variant": n,
45
45
  "data-color": c,
46
46
  "data-theme": i,
47
47
  "data-size": d,
48
48
  "data-shadow": u,
49
49
  "data-active": o,
50
- href: h,
51
- onKeyPress: (S) => {
52
- S.key === "Enter" && (a == null || a()), e == null || e(S);
50
+ href: w,
51
+ onKeyPress: (x) => {
52
+ x.key === "Enter" && (a == null || a()), e == null || e(x);
53
53
  },
54
54
  onClick: a,
55
- tabIndex: L,
55
+ tabIndex: h,
56
56
  "aria-disabled": s || r,
57
57
  disabled: s || r,
58
58
  onMouseEnter: l,
@@ -60,11 +60,11 @@ import './assets/ListItemBase.css';const I = "_item_12vtu_1", N = "_interactive_
60
60
  }
61
61
  );
62
62
  }
63
- const z = H(t.item, _, m && t.interactiveSelected);
64
- return /* @__PURE__ */ f(
63
+ const j = f(t.item, _, m && t.interactiveSelected);
64
+ return /* @__PURE__ */ S(
65
65
  "div",
66
66
  {
67
- className: z,
67
+ className: j,
68
68
  "data-variant": n,
69
69
  "data-color": c,
70
70
  "data-theme": i,
@@ -78,6 +78,6 @@ import './assets/ListItemBase.css';const I = "_item_12vtu_1", N = "_interactive_
78
78
  );
79
79
  };
80
80
  export {
81
- G as L,
81
+ F as L,
82
82
  t as s
83
83
  };
@@ -1 +1 @@
1
- ._flex_vvg9d_1{display:flex;list-style:none;padding:0}._flex_vvg9d_1[data-direction=col]{flex-direction:column}._flex_vvg9d_1[data-direction=row]{flex-direction:row}._flex_vvg9d_1[data-align=center]{align-items:center}._flex_vvg9d_1[data-align=start]{align-items:flex-start}._flex_vvg9d_1[data-align=end]{align-items:flex-end}._flex_vvg9d_1[data-justify=start]{justify-content:flex-start}._flex_vvg9d_1[data-justify=end]{justify-content:flex-end}._flex_vvg9d_1[data-justify=center]{justify-content:center}._flex_vvg9d_1[data-justify=between]{justify-content:space-between}@media (max-width: 1023px){._flex_vvg9d_1[data-bleed=true]{margin-left:-1rem;margin-right:-1rem}}._flex_vvg9d_1[data-padding=page]{padding:var(--ds-spacing-6)}@media (max-width: 1023px){._flex_vvg9d_1[data-padding=page]{padding-left:var(--ds-spacing-4);padding-right:var(--ds-spacing-4)}}._flex_vvg9d_1[data-spacing=xs]{gap:.125rem}._flex_vvg9d_1[data-spacing=page]{gap:1.5rem}._flex_vvg9d_1[data-margin=section]{margin:.625rem 0}._flex_vvg9d_1[data-margin=page]{margin:1.125rem 0}
1
+ ._flex_1e7ut_1{display:flex;list-style:none;padding:0}._flex_1e7ut_1[data-direction=col]{flex-direction:column}._flex_1e7ut_1[data-direction=row]{flex-direction:row}._flex_1e7ut_1[data-align=center]{align-items:center}._flex_1e7ut_1[data-align=start]{align-items:flex-start}._flex_1e7ut_1[data-align=end]{align-items:flex-end}._flex_1e7ut_1[data-justify=start]{justify-content:flex-start}._flex_1e7ut_1[data-justify=end]{justify-content:flex-end}._flex_1e7ut_1[data-justify=center]{justify-content:center}._flex_1e7ut_1[data-justify=between]{justify-content:space-between}@media (max-width: 1023px){._flex_1e7ut_1[data-bleed=true]{margin-left:-1rem;margin-right:-1rem}}._flex_1e7ut_1[data-padding=page]{padding:var(--ds-spacing-6)}@media (max-width: 1023px){._flex_1e7ut_1[data-padding=page]{padding-left:var(--ds-spacing-4);padding-right:var(--ds-spacing-4)}}._flex_1e7ut_1[data-spacing=xs]{gap:.125rem}._flex_1e7ut_1[data-spacing=page]{gap:1.5rem}._flex_1e7ut_1{margin:0}._flex_1e7ut_1[data-margin=section]{margin:.625rem 0}._flex_1e7ut_1[data-margin=page]{margin:1.125rem 0}
@@ -1 +1 @@
1
- ._item_12vtu_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;-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-user-select:none;user-select:none;list-style:none;position:relative;width:100%;display:flex;flex-direction:column}._item_12vtu_1[data-shadow=xs]{box-shadow:var(--ds-shadow-xs)}._item_12vtu_1[data-variant=outline],._item_12vtu_1[data-variant=dotted]{outline-color:var(--ds-color-base-default)}._item_12vtu_1[data-variant=outline]{outline-style:solid}._item_12vtu_1[data-variant=dotted]{outline-color:var(--ds-color-border-subtle);outline-style:dashed}._item_12vtu_1[data-theme=default]{background-color:var(--ds-color-background-default)}._item_12vtu_1[data-theme=subtle]{background-color:var(--ds-color-background-subtle)}._interactive_12vtu_54[data-theme=subtle]:hover,._item_12vtu_1[data-theme=surface]{background-color:var(--ds-color-surface-hover)}._interactive_12vtu_54[data-theme=surface]:hover{background-color:var(--ds-color-surface-active)}._item_12vtu_1[data-theme=base]{background-color:var(--ds-color-base-default);color:var(--ds-color-contrast-default)}._interactive_12vtu_54[data-theme=base]:hover{background-color:var(--ds-color-base-hover);color:var(--ds-color-contrast-default)}._item_12vtu_1[data-active=true]{background-color:var(--ds-color-surface-default)}._item_12vtu_1[aria-expanded=true],._item_12vtu_1[aria-selected=true]{outline:2px solid}._item_12vtu_1[aria-disabled=true]{pointer-events:none}._interactiveSelected_12vtu_96{outline:2px solid var(--ds-color-border-strong)}._interactiveHidden_12vtu_100{display:none}._interactive_12vtu_54:not([data-theme=transparent]):hover{outline:2px solid var(--ds-color-border-strong)}
1
+ ._item_1xuag_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;-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-user-select:none;user-select:none;list-style:none;position:relative;width:100%;display:flex;flex-direction:column}._item_1xuag_1[data-shadow=xs]{box-shadow:var(--ds-shadow-xs)}._item_1xuag_1[data-variant=outline],._item_1xuag_1[data-variant=dotted]{outline-color:var(--ds-color-base-default)}._item_1xuag_1[data-variant=outline]{outline-style:solid}._item_1xuag_1[data-variant=dotted]{outline-color:var(--ds-color-border-subtle);outline-style:dashed}._item_1xuag_1[data-theme=default]{background-color:var(--ds-color-background-default)}._item_1xuag_1[data-theme=subtle]{background-color:var(--ds-color-background-subtle)}._interactive_1xuag_54[data-theme=subtle]:hover,._item_1xuag_1[data-theme=surface]{background-color:var(--ds-color-surface-hover)}._interactive_1xuag_54[data-theme=surface]:hover{background-color:var(--ds-color-surface-active)}._item_1xuag_1[data-theme=base]{background-color:var(--ds-color-base-default);color:var(--ds-color-contrast-default)}._interactive_1xuag_54[data-theme=base]:hover{background-color:var(--ds-color-base-hover);color:var(--ds-color-contrast-default)}._item_1xuag_1[data-active=true]{background-color:var(--ds-color-surface-default)}._item_1xuag_1[aria-expanded=true],._item_1xuag_1[data-selected=true]{outline:2px solid}._item_1xuag_1[aria-disabled=true]{pointer-events:none}._interactiveSelected_1xuag_96{outline:2px solid var(--ds-color-border-strong)}._interactiveHidden_1xuag_100{display:none}._interactive_1xuag_54:not([data-theme=transparent]):hover{outline:2px solid var(--ds-color-border-strong)}
@@ -1 +1 @@
1
- ._item_18cbi_1{padding:0;border:0;color:inherit;font:inherit;text-align:inherit;text-decoration:none;line-height:normal;-webkit-font-smoothing:inherit;-moz-osx-font-smoothing:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-user-select:none;user-select:none;cursor:pointer;position:relative;width:100%;display:flex;align-items:center;column-gap:.25rem;margin:.5rem 0;border-radius:2px}._item_18cbi_1[aria-disabled=true]{opacity:.5;pointer-events:none}._item_18cbi_1[data-size=md]{min-height:56px}._item_18cbi_1[data-size=md]{min-height:44px}._item_18cbi_1[data-size=sm]{min-height:40px}._content_18cbi_45{display:flex;width:100%;align-items:center;column-gap:6px;padding:6px}._action_18cbi_53{display:flex;justify-content:center;align-items:center;padding:10px}._linkText_18cbi_60{font-size:.875rem;white-space:nowrap}._linkIcon_18cbi_65{font-size:1.5rem}._item_18cbi_1,._item_18cbi_1[data-theme]{background-color:transparent}[data-theme=subtle] ._item_18cbi_1:hover{background-color:var(--ds-color-surface-hover)}[data-theme=subtle] ._item_18cbi_1:active{background-color:var(--ds-color-surface-active)}[data-theme=subtle] ._item_18cbi_1[aria-selected=true]{background-color:var(--ds-color-background-default)}[data-theme=default] ._item_18cbi_1:hover{background-color:var(--ds-color-surface-hover)}[data-theme=default] ._item_18cbi_1:active{background-color:var(--ds-color-surface-active)}[data-theme=default] ._item_18cbi_1[aria-selected=true]{background-color:var(--ds-color-background-subtle)}
1
+ ._item_kevew_1{padding:0;border:0;color:inherit;font:inherit;text-align:inherit;text-decoration:none;line-height:normal;-webkit-font-smoothing:inherit;-moz-osx-font-smoothing:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-user-select:none;user-select:none;cursor:pointer;position:relative;width:100%;display:flex;align-items:center;column-gap:.25rem;margin:.5rem 0;border-radius:2px}._item_kevew_1[aria-disabled=true]{opacity:.5;pointer-events:none}._item_kevew_1[data-size=md]{min-height:56px}._item_kevew_1[data-size=md]{min-height:44px}._item_kevew_1[data-size=sm]{min-height:40px}._content_kevew_45{display:flex;width:100%;align-items:center;column-gap:6px;padding:6px}._action_kevew_53{display:flex;justify-content:center;align-items:center;padding:10px}._linkText_kevew_60{font-size:.875rem;white-space:nowrap}._linkIcon_kevew_65{font-size:1.5rem}._item_kevew_1,._item_kevew_1[data-theme]{background-color:transparent}[data-theme=subtle] ._item_kevew_1:hover{background-color:var(--ds-color-surface-hover)}[data-theme=subtle] ._item_kevew_1:active{background-color:var(--ds-color-surface-active)}[data-theme=subtle] ._item_kevew_1[data-selected=true]{background-color:var(--ds-color-background-default)}[data-theme=default] ._item_kevew_1:hover{background-color:var(--ds-color-surface-hover)}[data-theme=default] ._item_kevew_1:active{background-color:var(--ds-color-surface-active)}[data-theme=default] ._item_kevew_1[data-selected=true]{background-color:var(--ds-color-background-subtle)}
@@ -1 +1 @@
1
- ._skelaton_10sb8_1{background-color:#ccc;animation:_fade_10sb8_1 1.5s infinite reverse;background-size:200%;color:transparent}._skelaton_10sb8_1[data-loading=true]>*{opacity:0}._skelaton_10sb8_1[data-variant=circle]{border-radius:50%}._skelaton_10sb8_1[data-variant=text]{border-radius:.125rem}@keyframes _fade_10sb8_1{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}
1
+ ._skeleton_kmhzx_1{background-color:#ccc;animation:_fade_kmhzx_1 1.5s infinite reverse;background-size:200%;color:transparent}._skeleton_kmhzx_1[data-loading=true]>*{opacity:0}._skeleton_kmhzx_1[data-variant=circle]{border-radius:50%}._skeleton_kmhzx_1[data-variant=text]{border-radius:.125rem}@keyframes _fade_kmhzx_1{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}
@@ -1 +1 @@
1
- ._timeline_17zz6_1{display:flex;flex-direction:column;align-items:start;row-gap:1rem;padding:0;margin:0}
1
+ ._section_si67h_1{width:100%;display:flex;column-gap:.5rem;min-height:1.5rem}._sidebar_si67h_8{flex-shrink:0;display:flex;flex-direction:column;align-items:center;justify-content:center;row-gap:.375rem;width:2.25rem}._content_si67h_18{flex-grow:1;display:flex;flex-direction:column}._border_si67h_24{border-left:.25rem solid;border-color:var(--ds-color-surface-default);flex-grow:1}._icon_si67h_30{color:var(--ds-color-surface-active)}._border_si67h_24{border-color:var(--ds-color-surface-active);border-width:.125rem;flex-grow:1}._border_si67h_24[data-variant=hidden]{display:none}._border_si67h_24[data-variant=strong]{border-width:2px;border-style:solid}._border_si67h_24[data-variant=solid]{border-width:1px;border-style:solid}._border_si67h_24[data-variant=dashed]{border-width:1px;border-style:dashed}._border_si67h_24[data-loading=true]{border-width:1px;border-style:dashed;border-color:var(--ds-color-border-subtle)}
@@ -0,0 +1 @@
1
+ ._header_177gq_1{width:100%;display:flex;align-items:center;column-gap:.5rem;min-height:1.5rem}._sidebar_177gq_9{flex-shrink:0;display:flex;flex-direction:column;align-items:center;justify-content:center;row-gap:.375rem;width:2.25rem}._content_177gq_19{flex-grow:1;display:flex;flex-direction:column}
@@ -2,8 +2,8 @@ import { jsx as o } from "react/jsx-runtime";
2
2
  import "../../index-L8X2o7IH.js";
3
3
  import "react";
4
4
  import "../RootProvider/RootProvider.js";
5
- import { ListItem as i } from "../List/ListItem.js";
6
5
  import "../Search/AutocompleteBase.js";
6
+ import { ListItem as i } from "../List/ListItem.js";
7
7
  import { QueryLabel as e } from "../Search/QueryLabel.js";
8
8
  import "../Snackbar/useSnackbar.js";
9
9
  const I = ({ loading: r, title: m, params: t, ...p }) => /* @__PURE__ */ o(i, { ...p, loading: r, title: m, label: !m && !r && /* @__PURE__ */ o(e, { params: t }) });
@@ -4,12 +4,12 @@ import "../../index-L8X2o7IH.js";
4
4
  import { BookmarksListItem as h } from "./BookmarksListItem.js";
5
5
  import { EditableBookmark as k } from "./EditableBookmark.js";
6
6
  import "../RootProvider/RootProvider.js";
7
- import { ListBase as p } from "../List/ListBase.js";
8
- import { Typography as l } from "../Typography/Typography.js";
9
- import { Heading as x } from "../Typography/Heading.js";
10
7
  import "../Search/AutocompleteBase.js";
8
+ import { ListBase as p } from "../List/ListBase.js";
11
9
  import "../Snackbar/useSnackbar.js";
12
- import { Section as z } from "../Page/Section.js";
10
+ import { Section as l } from "../Page/Section.js";
11
+ import { Typography as x } from "../Typography/Typography.js";
12
+ import { Heading as z } from "../Typography/Heading.js";
13
13
  const g = ({
14
14
  loading: o,
15
15
  title: e,
@@ -19,8 +19,8 @@ const g = ({
19
19
  titleField: a,
20
20
  expandedId: n,
21
21
  onToggle: m
22
- }) => /* @__PURE__ */ c(z, { padding: 6, theme: "surface-hover", spacing: 4, bleed: !0, children: [
23
- /* @__PURE__ */ i(x, { size: "md", children: e }),
22
+ }) => /* @__PURE__ */ c(l, { padding: 6, theme: "surface-hover", spacing: 4, bleed: !0, children: [
23
+ /* @__PURE__ */ i(z, { size: "md", children: e }),
24
24
  o ? /* @__PURE__ */ i(p, { children: /* @__PURE__ */ i(h, { title: e, loading: o, size: "sm" }) }) : t.length > 0 && /* @__PURE__ */ i(p, { spacing: "xs", children: t.map((r) => /* @__PURE__ */ f(
25
25
  k,
26
26
  {
@@ -34,7 +34,7 @@ const g = ({
34
34
  size: "sm"
35
35
  }
36
36
  )) }),
37
- /* @__PURE__ */ i(l, { size: "xs", children: s })
37
+ /* @__PURE__ */ i(x, { size: "xs", children: s })
38
38
  ] });
39
39
  export {
40
40
  g as BookmarksSection
@@ -1,27 +1,28 @@
1
- import { jsxs as n, jsx as a } from "react/jsx-runtime";
1
+ import { jsxs as p, jsx as e } from "react/jsx-runtime";
2
2
  import "../../index-L8X2o7IH.js";
3
3
  import "react";
4
- import { Avatar as p } from "../Avatar/Avatar.js";
5
- import { AvatarGroup as b } from "../Avatar/AvatarGroup.js";
4
+ import { Avatar as b } from "../Avatar/Avatar.js";
5
+ import { AvatarGroup as d } from "../Avatar/AvatarGroup.js";
6
6
  import "../RootProvider/RootProvider.js";
7
- import { Skeleton as m } from "../Skeleton/Skeleton.js";
7
+ import { Skeleton as i } from "../Skeleton/Skeleton.js";
8
8
  import "../Search/AutocompleteBase.js";
9
9
  import "../Snackbar/useSnackbar.js";
10
- import '../../assets/Byline.css';const d = "_byline_160ic_1", y = "_label_160ic_7", t = {
11
- byline: d,
12
- label: y
13
- }, k = ({
10
+ import '../../assets/Byline.css';const y = "_byline_160ic_1", _ = "_label_160ic_7", t = {
11
+ byline: y,
12
+ label: _
13
+ }, B = ({
14
14
  loading: r,
15
- color: o = "neutral",
16
- size: e = "xs",
17
- avatar: l,
18
- avatarGroup: i,
19
- datetime: s,
20
- children: c
21
- }) => /* @__PURE__ */ n("div", { className: t.byline, "data-color": o, "data-size": e, children: [
22
- /* @__PURE__ */ a(m, { variant: "circle", className: t.avatar, loading: r, children: i ? /* @__PURE__ */ a(b, { ...i, size: e, className: t.avatar }) : l && /* @__PURE__ */ a(p, { ...l, size: e, className: t.avatar }) }),
23
- /* @__PURE__ */ a(m, { loading: r, children: /* @__PURE__ */ a("time", { "data-size": e, dateTime: s, className: t.label, children: c }) })
15
+ color: m = "neutral",
16
+ size: l = "xs",
17
+ avatar: a,
18
+ avatarGroup: o,
19
+ datetime: n,
20
+ children: s,
21
+ as: c
22
+ }) => /* @__PURE__ */ p(c || "div", { className: t.byline, "data-color": m, "data-size": l, children: [
23
+ (o || a) && /* @__PURE__ */ e(i, { variant: "circle", className: t.avatar, loading: r, children: o ? /* @__PURE__ */ e(d, { ...o, size: l, className: t.avatar }) : a && /* @__PURE__ */ e(b, { ...a, size: l, className: t.avatar }) }),
24
+ /* @__PURE__ */ e("time", { "data-size": l, dateTime: n, className: t.label, children: /* @__PURE__ */ e(i, { loading: r, children: s }) })
24
25
  ] });
25
26
  export {
26
- k as Byline
27
+ B as Byline
27
28
  };
@@ -5,9 +5,9 @@ import * as a from "react";
5
5
  import { forwardRef as O, useRef as h, useMemo as w } from "react";
6
6
  import { IconButton as y } from "../Button/IconButton.js";
7
7
  import { useClickOutside as I } from "../../hooks/useClickOutside.js";
8
- import { useRootContext as j } from "../RootProvider/RootProvider.js";
8
+ import { DropdownBase as j } from "../Dropdown/DropdownBase.js";
9
9
  import { MenuItems as C } from "../Menu/MenuItems.js";
10
- import { DropdownBase as R } from "../Dropdown/DropdownBase.js";
10
+ import { useRootContext as R } from "../RootProvider/RootProvider.js";
11
11
  import "../Search/AutocompleteBase.js";
12
12
  import "../Snackbar/useSnackbar.js";
13
13
  import { u as E } from "../../useId-CsCRkvK3.js";
@@ -40,7 +40,7 @@ const k = O((e, l) => {
40
40
  className: o,
41
41
  items: r
42
42
  }) => {
43
- const { currentId: p, toggleId: d, closeAll: c } = j(), u = h(null);
43
+ const { currentId: p, toggleId: d, closeAll: c } = R(), u = h(null);
44
44
  I(u, () => c());
45
45
  const g = () => d(e), b = p === e, x = w(() => r.map((i) => ({
46
46
  ...i,
@@ -63,7 +63,7 @@ const k = O((e, l) => {
63
63
  iconAltText: `Open ${e}`
64
64
  }
65
65
  ),
66
- /* @__PURE__ */ s(R, { placement: l, open: b, children: /* @__PURE__ */ s(C, { groups: t, items: x }) })
66
+ /* @__PURE__ */ s(j, { placement: l, open: b, children: /* @__PURE__ */ s(C, { groups: t, items: x }) })
67
67
  ] });
68
68
  };
69
69
  export {
@@ -1,89 +1,88 @@
1
- import { jsxs as i, jsx as r } from "react/jsx-runtime";
1
+ import { jsxs as e, jsx as r } from "react/jsx-runtime";
2
2
  import "../../index-L8X2o7IH.js";
3
3
  import "react";
4
- import { ContextMenu as H } from "../ContextMenu/ContextMenu.js";
5
- import { DialogHeader as v } from "./DialogHeader.js";
6
- import { DialogBody as w } from "./DialogBody.js";
7
- import { DialogActions as N } from "./DialogActions.js";
8
- import { DialogSection as T } from "./DialogSection.js";
9
- import { DialogAttachments as k } from "./DialogAttachments.js";
4
+ import { ContextMenu as v } from "../ContextMenu/ContextMenu.js";
5
+ import { DialogHeader as w } from "./DialogHeader.js";
6
+ import { DialogBody as N } from "./DialogBody.js";
7
+ import { DialogActions as k } from "./DialogActions.js";
8
+ import { DialogSection as q } from "./DialogSection.js";
9
+ import { DialogAttachments as z } from "./DialogAttachments.js";
10
+ import { DialogHistory as f } from "./DialogHistory.js";
10
11
  import "../RootProvider/RootProvider.js";
11
- import { DialogTimeline as n } from "./DialogTimeline.js";
12
- import { DialogHistory as q } from "./DialogHistory.js";
13
12
  import "../Search/AutocompleteBase.js";
14
13
  import "../Snackbar/useSnackbar.js";
15
- import { PageBase as z } from "../Page/PageBase.js";
16
- import { PageNav as E } from "../Page/PageNav.js";
17
- import { PageMenu as F } from "../Page/PageMenu.js";
18
- import { Article as G } from "../Page/Article.js";
19
- import { Section as J } from "../Page/Section.js";
20
- import { ContactSection as K } from "../Page/ContactSection.js";
21
- const pr = ({
22
- loading: e,
23
- backButton: f,
14
+ import { PageBase as E } from "../Page/PageBase.js";
15
+ import { PageNav as F } from "../Page/PageNav.js";
16
+ import { PageMenu as G } from "../Page/PageMenu.js";
17
+ import { Article as J } from "../Page/Article.js";
18
+ import { Section as K } from "../Page/Section.js";
19
+ import { ContactSection as L } from "../Page/ContactSection.js";
20
+ const tr = ({
21
+ loading: i,
22
+ backButton: s,
24
23
  contextMenu: p,
25
24
  pageMenu: t,
26
- updatedAt: h,
27
- updatedAtLabel: D,
28
- dueAt: d,
29
- dueAtLabel: u,
25
+ updatedAt: D,
26
+ updatedAtLabel: d,
27
+ dueAt: u,
28
+ dueAtLabel: b,
30
29
  status: x,
31
30
  title: S,
32
- sender: b,
33
- recipient: A,
34
- recipientLabel: P = "to",
35
- recipientGroup: a,
36
- summary: j = "Summary.",
37
- body: y,
31
+ sender: A,
32
+ recipient: P,
33
+ recipientLabel: j = "to",
34
+ recipientGroup: y,
35
+ summary: B = "Summary.",
36
+ body: C,
38
37
  actions: m = [],
39
38
  attachments: l,
40
- seenBy: B,
41
- activityLog: C,
39
+ seenBy: H,
40
+ activityLog: a,
42
41
  history: c,
43
- timeline: g,
42
+ transmissions: g,
44
43
  additionalInfo: o,
45
- contactInfo: s
46
- }) => /* @__PURE__ */ i(z, { spacing: 0, bleed: !0, children: [
47
- /* @__PURE__ */ i(J, { theme: "default", shadow: "xs", children: [
44
+ contactInfo: h
45
+ }) => /* @__PURE__ */ e(E, { spacing: 0, bleed: !0, children: [
46
+ /* @__PURE__ */ e(K, { theme: "default", shadow: "xs", children: [
48
47
  /* @__PURE__ */ r(
49
- E,
48
+ F,
50
49
  {
51
50
  color: "neutral",
52
51
  padding: 2,
53
- backButton: f,
54
- controls: p && /* @__PURE__ */ r(H, { ...p })
52
+ backButton: s,
53
+ controls: p && /* @__PURE__ */ r(v, { ...p })
55
54
  }
56
55
  ),
57
- /* @__PURE__ */ i(G, { padding: 6, spacing: 6, children: [
58
- /* @__PURE__ */ r(v, { loading: e, title: S, status: x, dueAt: d, dueAtLabel: u }),
59
- c && /* @__PURE__ */ r(q, { ...c, collapsible: !0 }),
60
- /* @__PURE__ */ i(
61
- w,
56
+ /* @__PURE__ */ e(J, { padding: 6, spacing: 6, children: [
57
+ /* @__PURE__ */ r(w, { loading: i, title: S, status: x, dueAt: u, dueAtLabel: b }),
58
+ c && /* @__PURE__ */ r(f, { ...c, collapsible: !0 }),
59
+ /* @__PURE__ */ e(
60
+ N,
62
61
  {
63
- loading: e,
64
- sender: b,
65
- recipient: A,
66
- recipientLabel: P,
67
- recipientGroup: a,
68
- updatedAt: h,
69
- updatedAtLabel: D,
70
- seenBy: B,
71
- activityLog: C,
62
+ loading: i,
63
+ sender: A,
64
+ recipient: P,
65
+ recipientLabel: j,
66
+ recipientGroup: y,
67
+ updatedAt: D,
68
+ updatedAtLabel: d,
69
+ seenBy: H,
70
+ activityLog: a,
72
71
  children: [
73
- /* @__PURE__ */ r("p", { children: j }),
74
- y,
75
- l && /* @__PURE__ */ r(k, { ...l }),
76
- (m == null ? void 0 : m.length) > 0 && /* @__PURE__ */ r(N, { items: m })
72
+ /* @__PURE__ */ r("p", { children: B }),
73
+ C,
74
+ l && /* @__PURE__ */ r(z, { ...l }),
75
+ (m == null ? void 0 : m.length) > 0 && /* @__PURE__ */ r(k, { items: m })
77
76
  ]
78
77
  }
79
78
  ),
80
- g && /* @__PURE__ */ r(n, { ...g }),
81
- o && /* @__PURE__ */ r(T, { children: o == null ? void 0 : o.children }),
82
- s && /* @__PURE__ */ r(K, { ...s })
79
+ g && /* @__PURE__ */ r(f, { ...g, collapsible: !0 }),
80
+ o && /* @__PURE__ */ r(q, { children: o == null ? void 0 : o.children }),
81
+ h && /* @__PURE__ */ r(L, { ...h })
83
82
  ] })
84
83
  ] }),
85
- /* @__PURE__ */ r(F, { theme: "subtle", items: t == null ? void 0 : t.items })
84
+ /* @__PURE__ */ r(G, { theme: "subtle", items: t == null ? void 0 : t.items })
86
85
  ] });
87
86
  export {
88
- pr as Dialog
87
+ tr as Dialog
89
88
  };
@@ -5,8 +5,8 @@ import "../../index-L8X2o7IH.js";
5
5
  import { Button as u } from "../Button/Button.js";
6
6
  import { ComboButton as f } from "../Button/ComboButton.js";
7
7
  import "../RootProvider/RootProvider.js";
8
- import { Menu as g } from "../Menu/Menu.js";
9
- import { DropdownBase as h } from "../Dropdown/DropdownBase.js";
8
+ import { DropdownBase as g } from "../Dropdown/DropdownBase.js";
9
+ import { Menu as h } from "../Menu/Menu.js";
10
10
  import "../Search/AutocompleteBase.js";
11
11
  import "../Snackbar/useSnackbar.js";
12
12
  import { S as y } from "../../ChevronUp-H8Nuww4h.js";
@@ -40,7 +40,7 @@ import '../../assets/DialogActions.css';const C = "_action_m3crc_1", B = "_combo
40
40
  children: n[0].label
41
41
  }
42
42
  ),
43
- /* @__PURE__ */ t(h, { open: i, children: /* @__PURE__ */ t(g, { items: r }) })
43
+ /* @__PURE__ */ t(g, { open: i, children: /* @__PURE__ */ t(h, { items: r }) })
44
44
  ] });
45
45
  }
46
46
  return /* @__PURE__ */ t("section", { className: l.action, children: n.map((r, o) => /* @__PURE__ */ t(
@@ -0,0 +1,32 @@
1
+ import { jsx as m, jsxs as n } from "react/jsx-runtime";
2
+ import "../../index-L8X2o7IH.js";
3
+ import "react";
4
+ import { Byline as f } from "../Byline/Byline.js";
5
+ import "../RootProvider/RootProvider.js";
6
+ import "../Search/AutocompleteBase.js";
7
+ import "../Snackbar/useSnackbar.js";
8
+ import { TimelineBase as h } from "../Timeline/TimelineBase.js";
9
+ import { Section as g } from "../Page/Section.js";
10
+ import { TransmissionList as a } from "../Transmission/TransmissionList.js";
11
+ import { Typography as u } from "../Typography/Typography.js";
12
+ import { S as v } from "../../CircleFill-IZdiBc_K.js";
13
+ const y = ({
14
+ icon: p = v,
15
+ color: l = "neutral",
16
+ size: s = "sm",
17
+ createdBy: i,
18
+ createdAt: e,
19
+ createdAtLabel: o,
20
+ description: r,
21
+ transmissions: t
22
+ }) => /* @__PURE__ */ m(h, { color: l, icon: p, avatar: s === "md" ? i : void 0, children: /* @__PURE__ */ n(g, { style: { marginBottom: ".5em" }, children: [
23
+ o && /* @__PURE__ */ n(f, { datetime: e, children: [
24
+ /* @__PURE__ */ m("strong", { children: i == null ? void 0 : i.name }),
25
+ o
26
+ ] }),
27
+ r && /* @__PURE__ */ m(u, { children: r }),
28
+ t && /* @__PURE__ */ m(a, { items: t })
29
+ ] }) });
30
+ export {
31
+ y as DialogActivity
32
+ };
@@ -3,12 +3,12 @@ import "../../index-L8X2o7IH.js";
3
3
  import "react";
4
4
  import { AttachmentList as n } from "../Attachment/AttachmentList.js";
5
5
  import "../RootProvider/RootProvider.js";
6
- import { Heading as m } from "../Typography/Heading.js";
7
6
  import "../Search/AutocompleteBase.js";
8
7
  import "../Snackbar/useSnackbar.js";
9
- import { Section as p } from "../Page/Section.js";
10
- const d = ({ title: o = "Attachments", items: r }) => r != null && r.length ? /* @__PURE__ */ i(p, { spacing: 1, children: [
11
- /* @__PURE__ */ t(m, { as: "h2", size: "xs", children: o }),
8
+ import { Section as m } from "../Page/Section.js";
9
+ import { Heading as p } from "../Typography/Heading.js";
10
+ const d = ({ title: o = "Attachments", items: r }) => r != null && r.length ? /* @__PURE__ */ i(m, { spacing: 1, children: [
11
+ /* @__PURE__ */ t(p, { as: "h2", size: "xs", children: o }),
12
12
  /* @__PURE__ */ t(n, { items: r })
13
13
  ] }) : null;
14
14
  export {
@@ -1,47 +1,42 @@
1
- import { jsxs as m, jsx as r } from "react/jsx-runtime";
1
+ import { jsxs as i, jsx as m } from "react/jsx-runtime";
2
2
  import "../../index-L8X2o7IH.js";
3
3
  import "react";
4
4
  import "../RootProvider/RootProvider.js";
5
- import { DialogMetadata as t } from "./DialogMetadata.js";
6
- import { DialogByline as g } from "./DialogByline.js";
7
- import { Skeleton as S } from "../Skeleton/Skeleton.js";
8
- import { Typography as x } from "../Typography/Typography.js";
5
+ import { DialogMetadata as s } from "./DialogMetadata.js";
9
6
  import "../Search/AutocompleteBase.js";
10
7
  import "../Snackbar/useSnackbar.js";
11
- import { TimelineSection as D } from "../Timeline/TimelineSection.js";
12
- import { Section as p } from "../Page/Section.js";
13
- const q = ({
14
- loading: i,
8
+ import { Timeline as c } from "../Timeline/Timeline.js";
9
+ import { TimelineSection as h } from "../Timeline/TimelineSection.js";
10
+ import { TimelineHeader as u } from "../Timeline/TimelineHeader.js";
11
+ const L = ({
12
+ loading: o,
15
13
  loadingText: e = "Loading ...",
16
- grouped: c,
17
- sender: n,
18
- recipient: d,
19
- recipientLabel: l,
20
- updatedAt: h,
21
- updatedAtLabel: s,
22
- children: f,
23
- seenBy: o,
24
- activityLog: a
25
- }) => /* @__PURE__ */ m(p, { spacing: 6, children: [
26
- /* @__PURE__ */ r(
27
- g,
14
+ sender: t,
15
+ recipient: r,
16
+ recipientLabel: a,
17
+ updatedAt: n,
18
+ updatedAtLabel: l,
19
+ children: p,
20
+ seenBy: d,
21
+ activityLog: f
22
+ }) => /* @__PURE__ */ i(c, { children: [
23
+ /* @__PURE__ */ i(u, { loading: o, avatar: t, children: [
24
+ /* @__PURE__ */ m("strong", { children: t.name }),
25
+ a + " " + (r == null ? void 0 : r.name)
26
+ ] }),
27
+ /* @__PURE__ */ m(
28
+ h,
28
29
  {
29
- size: "lg",
30
- sender: n,
31
- recipient: d,
32
- recipientLabel: l,
33
- grouped: c,
34
- loading: i
30
+ loading: o,
31
+ footer: /* @__PURE__ */ m(s, { loading: o, seenBy: d, activityLog: f }),
32
+ datetime: n,
33
+ byline: l,
34
+ spacing: 4,
35
+ color: o ? "neutral" : void 0,
36
+ children: p || e
35
37
  }
36
- ),
37
- /* @__PURE__ */ r(D, { isSeenByEndUser: o == null ? void 0 : o.seenByEndUser, children: /* @__PURE__ */ m(p, { spacing: 4, margin: "section", children: [
38
- /* @__PURE__ */ m("div", { children: [
39
- /* @__PURE__ */ r(t, { loading: i, updatedAt: h, updatedAtLabel: s }),
40
- /* @__PURE__ */ r(x, { loading: i, size: "md", children: i && /* @__PURE__ */ r("p", { children: /* @__PURE__ */ r(S, { loading: i, children: e }) }) || f })
41
- ] }),
42
- /* @__PURE__ */ r(t, { loading: i, seenBy: o, activityLog: a })
43
- ] }) })
38
+ )
44
39
  ] });
45
40
  export {
46
- q as DialogBody
41
+ L as DialogBody
47
42
  };
@@ -3,12 +3,12 @@ import "../../index-L8X2o7IH.js";
3
3
  import "react";
4
4
  import "../RootProvider/RootProvider.js";
5
5
  import { DialogMetadata as a } from "./DialogMetadata.js";
6
- import { Heading as n } from "../Typography/Heading.js";
7
6
  import "../Search/AutocompleteBase.js";
8
7
  import "../Snackbar/useSnackbar.js";
9
- import { Section as c } from "../Page/Section.js";
10
- const H = ({ loading: r, title: t, status: o, dueAt: i, dueAtLabel: e }) => /* @__PURE__ */ p(c, { as: "header", spacing: 3, children: [
11
- /* @__PURE__ */ m(n, { loading: r, size: "xl", children: t }),
8
+ import { Section as n } from "../Page/Section.js";
9
+ import { Heading as c } from "../Typography/Heading.js";
10
+ const H = ({ loading: r, title: t, status: o, dueAt: i, dueAtLabel: e }) => /* @__PURE__ */ p(n, { as: "header", spacing: 3, children: [
11
+ /* @__PURE__ */ m(c, { loading: r, size: "xl", children: t }),
12
12
  (o || i) && /* @__PURE__ */ m(a, { loading: r, status: o, dueAt: i, dueAtLabel: e })
13
13
  ] });
14
14
  export {