@altinn/altinn-components 0.40.0 → 0.40.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (39) hide show
  1. package/dist/components/Account/AccountList.js +1 -1
  2. package/dist/components/Account/AccountListItem.js +24 -24
  3. package/dist/components/ActivityLog/ActivityLogItem.js +1 -1
  4. package/dist/components/ActivityLog/ActivityLogSegment.js +4 -4
  5. package/dist/components/Article/ArticleContact.js +1 -1
  6. package/dist/components/Article/ArticleHeader.js +1 -1
  7. package/dist/components/Bookmarks/BookmarksSection.js +8 -8
  8. package/dist/components/Bookmarks/BookmarksSettingsSection.js +6 -6
  9. package/dist/components/Byline/Byline.js +1 -1
  10. package/dist/components/Dashboard/DashboardCard.js +1 -1
  11. package/dist/components/Dashboard/DashboardHeader.js +1 -1
  12. package/dist/components/Dialog/DialogAttachments.js +1 -1
  13. package/dist/components/Dialog/DialogBody.js +8 -8
  14. package/dist/components/Dialog/DialogContact.js +1 -1
  15. package/dist/components/Dialog/DialogHeader.js +4 -4
  16. package/dist/components/Dialog/DialogHistoryItem.js +1 -1
  17. package/dist/components/Dialog/DialogHistorySegment.js +6 -6
  18. package/dist/components/Dialog/DialogListGroup.js +1 -1
  19. package/dist/components/Dialog/DialogListItem.js +1 -1
  20. package/dist/components/Dialog/DialogSection.js +1 -1
  21. package/dist/components/Forms/FieldBase.js +1 -1
  22. package/dist/components/LayoutAction/ActionHeader.js +4 -4
  23. package/dist/components/List/ListItemLabel.js +1 -1
  24. package/dist/components/Menu/MenuItemLabel.js +1 -1
  25. package/dist/components/Modal/ModalHeader.js +1 -1
  26. package/dist/components/Page/AccordionSection.js +1 -1
  27. package/dist/components/Page/ContactSection.js +1 -1
  28. package/dist/components/Search/SearchItem.js +1 -1
  29. package/dist/components/Settings/SettingsList.js +1 -1
  30. package/dist/components/Timeline/TimelineActivity.js +4 -4
  31. package/dist/components/Timeline/TimelineSection.js +6 -6
  32. package/dist/components/Transmission/Transmission.js +4 -4
  33. package/dist/components/Typography/Heading.js +1 -1
  34. package/dist/components/index.js +440 -438
  35. package/dist/index.js +448 -446
  36. package/dist/types/lib/components/Account/AccountList.stories.d.ts +4 -1
  37. package/dist/types/lib/components/index.d.ts +1 -0
  38. package/dist/types/lib/stories/Account.stories.d.ts +10 -0
  39. package/package.json +1 -1
@@ -2,9 +2,9 @@ import { jsxs as l, jsx as n } from "react/jsx-runtime";
2
2
  import { Fragment as u, createElement as p } from "react";
3
3
  import "../../index-L8X2o7IH.js";
4
4
  import { AccountListItem as f } from "./AccountListItem.js";
5
- import "../RootProvider/RootProvider.js";
6
5
  import { Typography as y } from "../Typography/Typography.js";
7
6
  import { Heading as d } from "../Typography/Heading.js";
7
+ import "../RootProvider/RootProvider.js";
8
8
  import { List as m } from "../List/List.js";
9
9
  import "../Snackbar/useSnackbar.js";
10
10
  import { Section as h } from "../Page/Section.js";
@@ -2,56 +2,56 @@ 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 v } from "../List/ListItem.js";
5
+ import { ListItem as k } from "../List/ListItem.js";
6
6
  import "../Snackbar/useSnackbar.js";
7
7
  import { AccountListItemControls as C } from "./AccountListItemControls.js";
8
- const B = ({
8
+ const y = ({
9
9
  id: r,
10
10
  type: i,
11
11
  size: m,
12
12
  expanded: t,
13
- icon: s,
14
- title: c,
13
+ icon: c,
14
+ title: s,
15
15
  description: n,
16
- isCurrentEndUser: p,
17
- isDeleted: e,
16
+ isCurrentEndUser: e,
17
+ isDeleted: p,
18
18
  badge: l,
19
- favourite: f = !1,
20
- favouriteLabel: u,
19
+ favourite: u = !1,
20
+ favouriteLabel: f,
21
21
  onToggleFavourite: I,
22
22
  contextMenu: L,
23
- children: A,
24
- interactive: j,
25
- ...k
23
+ children: v,
24
+ interactive: A,
25
+ ...j
26
26
  }) => /* @__PURE__ */ o(
27
- v,
27
+ k,
28
28
  {
29
- ...k,
29
+ ...j,
30
30
  size: m,
31
- icon: s,
32
- title: c,
31
+ icon: c,
32
+ title: s,
33
33
  description: t ? void 0 : n,
34
34
  expanded: t,
35
35
  selected: t,
36
- controls: !t && /* @__PURE__ */ o(
36
+ controls: /* @__PURE__ */ o(
37
37
  C,
38
38
  {
39
39
  id: r,
40
40
  type: i,
41
- favourite: f,
42
- favouriteLabel: u,
41
+ favourite: u,
42
+ favouriteLabel: f,
43
43
  badge: l,
44
- isCurrentEndUser: p,
45
- isDeleted: e,
44
+ isCurrentEndUser: e,
45
+ isDeleted: p,
46
46
  onToggleFavourite: I,
47
- contextMenu: L
47
+ contextMenu: t ? void 0 : L
48
48
  }
49
49
  ),
50
50
  linkIcon: !0,
51
- interactive: j,
52
- children: A
51
+ interactive: A,
52
+ children: v
53
53
  }
54
54
  );
55
55
  export {
56
- B as AccountListItem
56
+ y as AccountListItem
57
57
  };
@@ -1,8 +1,8 @@
1
1
  import { jsx as r } from "react/jsx-runtime";
2
2
  import "../../index-L8X2o7IH.js";
3
3
  import "react";
4
- import "../RootProvider/RootProvider.js";
5
4
  import { Typography as e } from "../Typography/Typography.js";
5
+ import "../RootProvider/RootProvider.js";
6
6
  import "../Snackbar/useSnackbar.js";
7
7
  import { TimelineActivity as p } from "../Timeline/TimelineActivity.js";
8
8
  const x = ({ byline: t, datetime: i, children: o, summary: c, ...m }) => o ? /* @__PURE__ */ r(p, { byline: t, datetime: i, ...m, children: o }) : /* @__PURE__ */ r(p, { byline: t, datetime: i, ...m, children: /* @__PURE__ */ r(e, { children: c }) });
@@ -1,13 +1,13 @@
1
1
  import { jsxs as n, jsx as c } from "react/jsx-runtime";
2
2
  import { createElement as g } from "react";
3
3
  import "../../index-L8X2o7IH.js";
4
+ import { Typography as f } from "../Typography/Typography.js";
4
5
  import "../RootProvider/RootProvider.js";
5
- import { TimelineSegment as f } from "../Timeline/TimelineSegment.js";
6
- import { Typography as l } from "../Typography/Typography.js";
6
+ import { TimelineSegment as l } from "../Timeline/TimelineSegment.js";
7
7
  import "../Snackbar/useSnackbar.js";
8
8
  import { ActivityLogItem as y } from "./ActivityLogItem.js";
9
- const S = ({ id: i, items: o, datetime: m, byline: p, children: e, summary: r }) => /* @__PURE__ */ n(f, { datetime: m, byline: p, spacing: 2, id: i, children: [
10
- r && /* @__PURE__ */ c(l, { children: r }),
9
+ const S = ({ id: i, items: o, datetime: m, byline: p, children: e, summary: r }) => /* @__PURE__ */ n(l, { datetime: m, byline: p, spacing: 2, id: i, children: [
10
+ r && /* @__PURE__ */ c(f, { children: r }),
11
11
  e,
12
12
  o == null ? void 0 : o.map((t) => /* @__PURE__ */ g(y, { ...t, key: "activity-log-item" + t.id }))
13
13
  ] });
@@ -1,9 +1,9 @@
1
1
  import { jsxs as s, jsx as r } from "react/jsx-runtime";
2
2
  import "../../index-L8X2o7IH.js";
3
3
  import "react";
4
- import "../RootProvider/RootProvider.js";
5
4
  import { Typography as c } from "../Typography/Typography.js";
6
5
  import { Heading as e } from "../Typography/Heading.js";
6
+ import "../RootProvider/RootProvider.js";
7
7
  import "../Snackbar/useSnackbar.js";
8
8
  import { Section as d } from "../Page/Section.js";
9
9
  import { ContactButtons as a } from "../Page/ContactButtons.js";
@@ -1,8 +1,8 @@
1
1
  import { jsxs as o, jsx as e } from "react/jsx-runtime";
2
2
  import "../../index-L8X2o7IH.js";
3
3
  import "react";
4
- import "../RootProvider/RootProvider.js";
5
4
  import { Heading as t } from "../Typography/Heading.js";
5
+ import "../RootProvider/RootProvider.js";
6
6
  import "../Snackbar/useSnackbar.js";
7
7
  import { Section as m } from "../Page/Section.js";
8
8
  const x = ({ title: r, children: i }) => /* @__PURE__ */ o(m, { as: "header", spacing: 2, children: [
@@ -1,11 +1,11 @@
1
1
  import { jsxs as c, jsx as i } from "react/jsx-runtime";
2
2
  import { createElement as f } from "react";
3
3
  import "../../index-L8X2o7IH.js";
4
- import { BookmarksListItem as h } from "./BookmarksListItem.js";
5
- import { EditableBookmark as k } from "./EditableBookmark.js";
4
+ import { Typography as h } from "../Typography/Typography.js";
5
+ import { Heading as k } from "../Typography/Heading.js";
6
+ import { BookmarksListItem as l } from "./BookmarksListItem.js";
7
+ import { EditableBookmark as x } from "./EditableBookmark.js";
6
8
  import "../RootProvider/RootProvider.js";
7
- import { Typography as l } from "../Typography/Typography.js";
8
- import { Heading as x } from "../Typography/Heading.js";
9
9
  import { List as p } from "../List/List.js";
10
10
  import "../Snackbar/useSnackbar.js";
11
11
  import { Section as z } from "../Page/Section.js";
@@ -19,9 +19,9 @@ const U = ({
19
19
  expandedId: n,
20
20
  onToggle: m
21
21
  }) => /* @__PURE__ */ c(z, { padding: 6, theme: "surface-hover", spacing: 4, bleed: !0, children: [
22
- /* @__PURE__ */ i(x, { size: "md", children: e }),
23
- 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(
24
- k,
22
+ /* @__PURE__ */ i(k, { size: "md", children: e }),
23
+ o ? /* @__PURE__ */ i(p, { children: /* @__PURE__ */ i(l, { title: e, loading: o, size: "sm" }) }) : t.length > 0 && /* @__PURE__ */ i(p, { spacing: "xs", children: t.map((r) => /* @__PURE__ */ f(
24
+ x,
25
25
  {
26
26
  ...r,
27
27
  key: r.id,
@@ -33,7 +33,7 @@ const U = ({
33
33
  size: "sm"
34
34
  }
35
35
  )) }),
36
- /* @__PURE__ */ i(l, { size: "xs", children: s })
36
+ /* @__PURE__ */ i(h, { size: "xs", children: s })
37
37
  ] });
38
38
  export {
39
39
  U as BookmarksSection
@@ -1,11 +1,11 @@
1
1
  import { jsxs as g, Fragment as f, jsx as t } from "react/jsx-runtime";
2
2
  import { createElement as S } from "react";
3
3
  import "../../index-L8X2o7IH.js";
4
+ import { Typography as l } from "../Typography/Typography.js";
5
+ import { Heading as v } from "../Typography/Heading.js";
4
6
  import { BookmarksSettingsItem as p } from "./BookmarksSettingsItem.js";
5
- import { BookmarksSettingsModal as l } from "./BookmarksSettingsModal.js";
7
+ import { BookmarksSettingsModal as x } from "./BookmarksSettingsModal.js";
6
8
  import "../RootProvider/RootProvider.js";
7
- import { Typography as v } from "../Typography/Typography.js";
8
- import { Heading as x } from "../Typography/Heading.js";
9
9
  import { Divider as y } from "../Divider/Divider.js";
10
10
  import { List as u } from "../List/List.js";
11
11
  import "../Snackbar/useSnackbar.js";
@@ -25,8 +25,8 @@ const J = ({
25
25
  const r = c && (e == null ? void 0 : e.find((i) => i.id === c));
26
26
  return /* @__PURE__ */ g(f, { children: [
27
27
  /* @__PURE__ */ g(z, { direction: "col", spacing: 2, children: [
28
- /* @__PURE__ */ t(x, { size: "lg", children: h }),
29
- /* @__PURE__ */ t(v, { size: "sm", children: a })
28
+ /* @__PURE__ */ t(v, { size: "lg", children: h }),
29
+ /* @__PURE__ */ t(l, { size: "sm", children: a })
30
30
  ] }),
31
31
  /* @__PURE__ */ t(C, { children: o ? /* @__PURE__ */ t(u, { children: /* @__PURE__ */ t(p, { title: h, loading: o }) }) : e.length > 0 && /* @__PURE__ */ t(u, { size: "xs", children: e.map((i, B) => /* @__PURE__ */ g(f, { children: [
32
32
  B > 0 && /* @__PURE__ */ t(y, {}),
@@ -43,7 +43,7 @@ const J = ({
43
43
  )
44
44
  ] })) }) }),
45
45
  r && /* @__PURE__ */ t(
46
- l,
46
+ x,
47
47
  {
48
48
  open: !0,
49
49
  onClose: () => n == null ? void 0 : n(""),
@@ -3,8 +3,8 @@ import "../../index-L8X2o7IH.js";
3
3
  import "react";
4
4
  import { Avatar as v } from "../Avatar/Avatar.js";
5
5
  import { AvatarGroup as b } from "../Avatar/AvatarGroup.js";
6
- import "../RootProvider/RootProvider.js";
7
6
  import { Skeleton as l } from "../Skeleton/Skeleton.js";
7
+ import "../RootProvider/RootProvider.js";
8
8
  import "../Snackbar/useSnackbar.js";
9
9
  import '../../assets/Byline.css';const d = "_byline_1o0os_1", y = "_avatar_1o0os_7", u = "_avatarGroup_1o0os_12", N = "_label_1o0os_21", o = {
10
10
  byline: d,
@@ -2,9 +2,9 @@
2
2
  import { jsx as s, jsxs as d } from "react/jsx-runtime";
3
3
  import "../../index-L8X2o7IH.js";
4
4
  import { forwardRef as p, useRef as g, useEffect as B } from "react";
5
- import "../RootProvider/RootProvider.js";
6
5
  import { Typography as R } from "../Typography/Typography.js";
7
6
  import { Heading as b } from "../Typography/Heading.js";
7
+ import "../RootProvider/RootProvider.js";
8
8
  import "../Snackbar/useSnackbar.js";
9
9
  import { DashboardIcon as w } from "./DashboardIcon.js";
10
10
  import { S as u } from "../../index-D8Pn8SCu.js";
@@ -2,9 +2,9 @@ import { jsxs as o, jsx as e } from "react/jsx-runtime";
2
2
  import "../../index-L8X2o7IH.js";
3
3
  import "react";
4
4
  import { Skeleton as a } from "../Skeleton/Skeleton.js";
5
- import "../RootProvider/RootProvider.js";
6
5
  import { Typography as n } from "../Typography/Typography.js";
7
6
  import { Heading as c } from "../Typography/Heading.js";
7
+ import "../RootProvider/RootProvider.js";
8
8
  import "../Snackbar/useSnackbar.js";
9
9
  import { Flex as t } from "../Page/Flex.js";
10
10
  import { Section as d } from "../Page/Section.js";
@@ -2,8 +2,8 @@ import { jsxs as n, jsx as r } from "react/jsx-runtime";
2
2
  import "../../index-L8X2o7IH.js";
3
3
  import "react";
4
4
  import { AttachmentList as i } from "../Attachment/AttachmentList.js";
5
- import "../RootProvider/RootProvider.js";
6
5
  import { Heading as m } from "../Typography/Heading.js";
6
+ import "../RootProvider/RootProvider.js";
7
7
  import "../Snackbar/useSnackbar.js";
8
8
  import { Section as a } from "../Page/Section.js";
9
9
  const u = ({ title: o = "Attachments", items: t }) => t != null && t.length ? /* @__PURE__ */ n(a, { spacing: 1, children: [
@@ -1,11 +1,11 @@
1
1
  import { jsxs as t, jsx as r, Fragment as h } from "react/jsx-runtime";
2
2
  import "../../index-L8X2o7IH.js";
3
3
  import "react";
4
+ import { Typography as e } from "../Typography/Typography.js";
4
5
  import "../RootProvider/RootProvider.js";
5
- import { Timeline as e } from "../Timeline/Timeline.js";
6
- import { TimelineSection as f } from "../Timeline/TimelineSection.js";
7
- import { TimelineHeader as n } from "../Timeline/TimelineHeader.js";
8
- import { Typography as T } from "../Typography/Typography.js";
6
+ import { Timeline as f } from "../Timeline/Timeline.js";
7
+ import { TimelineSection as n } from "../Timeline/TimelineSection.js";
8
+ import { TimelineHeader as T } from "../Timeline/TimelineHeader.js";
9
9
  import { SeenByLog as x } from "./SeenByLog.js";
10
10
  import "../Snackbar/useSnackbar.js";
11
11
  const D = ({
@@ -16,13 +16,13 @@ const D = ({
16
16
  recipientLabel: a = "to",
17
17
  children: c,
18
18
  seenByLog: l
19
- }) => /* @__PURE__ */ t(e, { children: [
20
- /* @__PURE__ */ t(n, { loading: o, icon: m, children: [
19
+ }) => /* @__PURE__ */ t(f, { children: [
20
+ /* @__PURE__ */ t(T, { loading: o, icon: m, children: [
21
21
  /* @__PURE__ */ r("strong", { children: m == null ? void 0 : m.name }),
22
22
  a + " " + (i == null ? void 0 : i.name)
23
23
  ] }),
24
- /* @__PURE__ */ r(f, { unread: p, loading: o, spacing: 4, color: o ? "neutral" : void 0, children: !o && /* @__PURE__ */ t(h, { children: [
25
- /* @__PURE__ */ r(T, { maxWidth: "60ch", style: { marginTop: "0.5em" }, children: c }),
24
+ /* @__PURE__ */ r(n, { unread: p, loading: o, spacing: 4, color: o ? "neutral" : void 0, children: !o && /* @__PURE__ */ t(h, { children: [
25
+ /* @__PURE__ */ r(e, { maxWidth: "60ch", style: { marginTop: "0.5em" }, children: c }),
26
26
  l && /* @__PURE__ */ r(x, { ...l, collapsible: !0 })
27
27
  ] }) })
28
28
  ] });
@@ -1,9 +1,9 @@
1
1
  import { jsxs as p, jsx as o } from "react/jsx-runtime";
2
2
  import "../../index-L8X2o7IH.js";
3
3
  import "react";
4
- import "../RootProvider/RootProvider.js";
5
4
  import { Typography as n } from "../Typography/Typography.js";
6
5
  import { Heading as c } from "../Typography/Heading.js";
6
+ import "../RootProvider/RootProvider.js";
7
7
  import "../Snackbar/useSnackbar.js";
8
8
  import { Section as a } from "../Page/Section.js";
9
9
  import { ContactButtons as s } from "../Page/ContactButtons.js";
@@ -2,9 +2,9 @@ import { jsxs as t, jsx as r } from "react/jsx-runtime";
2
2
  import "../../index-L8X2o7IH.js";
3
3
  import "react";
4
4
  import { Skeleton as g } from "../Skeleton/Skeleton.js";
5
- import { Badge as x } from "../Badge/Badge.js";
5
+ import { Heading as x } from "../Typography/Heading.js";
6
+ import { Badge as j } from "../Badge/Badge.js";
6
7
  import "../RootProvider/RootProvider.js";
7
- import { Heading as j } from "../Typography/Heading.js";
8
8
  import { DialogMetadata as D } from "./DialogMetadata.js";
9
9
  import "../Snackbar/useSnackbar.js";
10
10
  import { Flex as H } from "../Page/Flex.js";
@@ -24,9 +24,9 @@ const C = ({
24
24
  dueAtLabel: f,
25
25
  activityLog: h
26
26
  }) => /* @__PURE__ */ t(S, { as: "header", spacing: 3, align: "start", children: [
27
- /* @__PURE__ */ r(j, { size: "xl", children: /* @__PURE__ */ t(H, { align: "center", children: [
27
+ /* @__PURE__ */ r(x, { size: "xl", children: /* @__PURE__ */ t(H, { align: "center", children: [
28
28
  /* @__PURE__ */ r("span", { children: /* @__PURE__ */ r(g, { loading: i, children: e }) }),
29
- o && /* @__PURE__ */ r(x, { ...o })
29
+ o && /* @__PURE__ */ r(j, { ...o })
30
30
  ] }) }),
31
31
  /* @__PURE__ */ r(
32
32
  D,
@@ -1,9 +1,9 @@
1
1
  import { jsx as r } from "react/jsx-runtime";
2
2
  import "../../index-L8X2o7IH.js";
3
3
  import "react";
4
+ import { Typography as f } from "../Typography/Typography.js";
4
5
  import "../RootProvider/RootProvider.js";
5
6
  import "../Snackbar/useSnackbar.js";
6
- import { Typography as f } from "../Typography/Typography.js";
7
7
  import { TimelineActivity as p } from "../Timeline/TimelineActivity.js";
8
8
  const u = ({ 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 }) });
9
9
  export {
@@ -1,11 +1,11 @@
1
1
  import { jsxs as g, jsx as l } from "react/jsx-runtime";
2
2
  import { createElement as a } from "react";
3
3
  import "../../index-L8X2o7IH.js";
4
+ import { Typography as c } from "../Typography/Typography.js";
4
5
  import "../RootProvider/RootProvider.js";
5
- import { DialogHistoryItem as c } from "./DialogHistoryItem.js";
6
+ import { DialogHistoryItem as f } from "./DialogHistoryItem.js";
6
7
  import "../Snackbar/useSnackbar.js";
7
- import { TimelineSegment as f } from "../Timeline/TimelineSegment.js";
8
- import { Typography as y } from "../Typography/Typography.js";
8
+ import { TimelineSegment as y } from "../Timeline/TimelineSegment.js";
9
9
  const T = ({
10
10
  id: p,
11
11
  items: r,
@@ -14,10 +14,10 @@ const T = ({
14
14
  children: e,
15
15
  summary: o,
16
16
  unread: n
17
- }) => /* @__PURE__ */ g(f, { unread: n, datetime: t, byline: m, spacing: 2, id: p, children: [
18
- o && /* @__PURE__ */ l(y, { children: o }),
17
+ }) => /* @__PURE__ */ g(y, { unread: n, datetime: t, byline: m, spacing: 2, id: p, children: [
18
+ o && /* @__PURE__ */ l(c, { children: o }),
19
19
  e,
20
- r == null ? void 0 : r.map((i) => /* @__PURE__ */ a(c, { ...i, key: i.id }))
20
+ r == null ? void 0 : r.map((i) => /* @__PURE__ */ a(f, { ...i, key: i.id }))
21
21
  ] });
22
22
  export {
23
23
  T as DialogHistorySegment
@@ -1,9 +1,9 @@
1
1
  import { jsxs as m, jsx as r } from "react/jsx-runtime";
2
2
  import "../../index-L8X2o7IH.js";
3
3
  import "react";
4
- import "../RootProvider/RootProvider.js";
5
4
  import { Typography as p } from "../Typography/Typography.js";
6
5
  import { Heading as e } from "../Typography/Heading.js";
6
+ import "../RootProvider/RootProvider.js";
7
7
  import { List as n } from "../List/List.js";
8
8
  import "../Snackbar/useSnackbar.js";
9
9
  import { Flex as s } from "../Page/Flex.js";
@@ -1,9 +1,9 @@
1
1
  import { jsx as a, jsxs as c } from "react/jsx-runtime";
2
2
  import "../../index-L8X2o7IH.js";
3
3
  import "react";
4
+ import { Heading as j } from "../Typography/Heading.js";
4
5
  import { Badge as J } from "../Badge/Badge.js";
5
6
  import "../RootProvider/RootProvider.js";
6
- import { Heading as j } from "../Typography/Heading.js";
7
7
  import { DialogMetadata as K } from "./DialogMetadata.js";
8
8
  import { DialogByline as O } from "./DialogByline.js";
9
9
  import { MetaItem as P } from "../Metadata/MetaItem.js";
@@ -1,9 +1,9 @@
1
1
  import { jsxs as m, jsx as i } from "react/jsx-runtime";
2
2
  import "../../index-L8X2o7IH.js";
3
3
  import "react";
4
- import "../RootProvider/RootProvider.js";
5
4
  import { Typography as p } from "../Typography/Typography.js";
6
5
  import { Heading as t } from "../Typography/Heading.js";
6
+ import "../RootProvider/RootProvider.js";
7
7
  import "../Snackbar/useSnackbar.js";
8
8
  import { Section as n } from "../Page/Section.js";
9
9
  const x = ({ title: r, children: o }) => o ? /* @__PURE__ */ m(n, { spacing: 4, children: [
@@ -1,8 +1,8 @@
1
1
  import { jsxs as d, jsx as m } from "react/jsx-runtime";
2
2
  import "../../index-L8X2o7IH.js";
3
3
  import "react";
4
- import "../RootProvider/RootProvider.js";
5
4
  import { Typography as e } from "../Typography/Typography.js";
5
+ import "../RootProvider/RootProvider.js";
6
6
  import "../Snackbar/useSnackbar.js";
7
7
  import { Field as n } from "./Field.js";
8
8
  import { Label as c } from "./Label.js";
@@ -1,9 +1,9 @@
1
1
  import { jsxs as n, jsx as e } from "react/jsx-runtime";
2
2
  import "../../index-L8X2o7IH.js";
3
3
  import "react";
4
- import { IconButton as c } from "../Button/IconButton.js";
4
+ import { Heading as c } from "../Typography/Heading.js";
5
+ import { IconButton as l } from "../Button/IconButton.js";
5
6
  import "../RootProvider/RootProvider.js";
6
- import { Heading as l } from "../Typography/Heading.js";
7
7
  import "../Snackbar/useSnackbar.js";
8
8
  import { S as h } from "../../XMark-tKk6aExO.js";
9
9
  import '../../assets/ActionHeader.css';const p = "_header_f05a9_1", _ = "_title_f05a9_38", f = "_dismiss_f05a9_44", s = {
@@ -19,9 +19,9 @@ import '../../assets/ActionHeader.css';const p = "_header_f05a9_1", _ = "_title_
19
19
  dismissIconAltText: m = "Close",
20
20
  onDismiss: d
21
21
  }) => /* @__PURE__ */ n("header", { className: s.header, "aria-hidden": a, "data-color": t, "data-theme": i, children: [
22
- /* @__PURE__ */ e(l, { size: "sm", className: s.title, children: r }),
22
+ /* @__PURE__ */ e(c, { size: "sm", className: s.title, children: r }),
23
23
  o && /* @__PURE__ */ e(
24
- c,
24
+ l,
25
25
  {
26
26
  icon: h,
27
27
  color: t,
@@ -1,8 +1,8 @@
1
1
  import { jsx as n, jsxs as P, Fragment as x } from "react/jsx-runtime";
2
2
  import { c as y } from "../../index-L8X2o7IH.js";
3
3
  import { isValidElement as N } from "react";
4
- import "../RootProvider/RootProvider.js";
5
4
  import { Heading as o } from "../Typography/Heading.js";
5
+ import "../RootProvider/RootProvider.js";
6
6
  import "../Snackbar/useSnackbar.js";
7
7
  import '../../assets/ListItemLabel.css';const w = "_label_1tmg6_1", j = {
8
8
  label: w
@@ -1,9 +1,9 @@
1
1
  import { jsx as t, jsxs as p, Fragment as h } from "react/jsx-runtime";
2
2
  import { c as b } from "../../index-L8X2o7IH.js";
3
3
  import { isValidElement as x } from "react";
4
+ import { Heading as u } from "../Typography/Heading.js";
4
5
  import { Badge as _ } from "../Badge/Badge.js";
5
6
  import "../RootProvider/RootProvider.js";
6
- import { Heading as u } from "../Typography/Heading.js";
7
7
  import { isHeadingProps as s } from "../List/ListItemLabel.js";
8
8
  import "../Snackbar/useSnackbar.js";
9
9
  import '../../assets/MenuItemLabel.css';const y = "_label_1gf5h_1", P = "_title_1gf5h_22", g = {
@@ -1,9 +1,9 @@
1
1
  import { jsx as r, jsxs as e } from "react/jsx-runtime";
2
2
  import { c as p } from "../../index-L8X2o7IH.js";
3
3
  import "react";
4
+ import { Heading as s } from "../Typography/Heading.js";
4
5
  import { IconButton as h } from "../Button/IconButton.js";
5
6
  import "../RootProvider/RootProvider.js";
6
- import { Heading as s } from "../Typography/Heading.js";
7
7
  import "../Snackbar/useSnackbar.js";
8
8
  import { Flex as o } from "../Page/Flex.js";
9
9
  import { Section as f } from "../Page/Section.js";
@@ -1,8 +1,8 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
2
  import "../../index-L8X2o7IH.js";
3
3
  import "react";
4
- import "../RootProvider/RootProvider.js";
5
4
  import { Typography as n } from "../Typography/Typography.js";
5
+ import "../RootProvider/RootProvider.js";
6
6
  import "../Snackbar/useSnackbar.js";
7
7
  import { PageDetails as c } from "./PageDetails.js";
8
8
  import { Section as e } from "./Section.js";
@@ -1,9 +1,9 @@
1
1
  import { jsxs as d, jsx as o } from "react/jsx-runtime";
2
2
  import "../../index-L8X2o7IH.js";
3
3
  import "react";
4
- import "../RootProvider/RootProvider.js";
5
4
  import { Typography as a } from "../Typography/Typography.js";
6
5
  import { Heading as s } from "../Typography/Heading.js";
6
+ import "../RootProvider/RootProvider.js";
7
7
  import "../Snackbar/useSnackbar.js";
8
8
  import { Section as g } from "./Section.js";
9
9
  import { ContactButtons as h } from "./ContactButtons.js";
@@ -1,9 +1,9 @@
1
1
  import { jsx as i, jsxs as l } from "react/jsx-runtime";
2
2
  import "../../index-L8X2o7IH.js";
3
3
  import "react";
4
+ import { Heading as r } from "../Typography/Heading.js";
4
5
  import { Byline as c } from "../Byline/Byline.js";
5
6
  import "../RootProvider/RootProvider.js";
6
- import { Heading as r } from "../Typography/Heading.js";
7
7
  import { ListItemBase as p } from "../List/ListItemBase.js";
8
8
  import { ListItemHeader as h } from "../List/ListItemHeader.js";
9
9
  import "../Snackbar/useSnackbar.js";
@@ -1,8 +1,8 @@
1
1
  import { jsx as t, jsxs as m } from "react/jsx-runtime";
2
2
  import { Fragment as s } from "react";
3
3
  import "../../index-L8X2o7IH.js";
4
- import "../RootProvider/RootProvider.js";
5
4
  import { Heading as x } from "../Typography/Heading.js";
5
+ import "../RootProvider/RootProvider.js";
6
6
  import { Divider as f } from "../Divider/Divider.js";
7
7
  import { List as h } from "../List/List.js";
8
8
  import "../Snackbar/useSnackbar.js";
@@ -1,9 +1,9 @@
1
1
  import { jsxs as c, jsx as i } from "react/jsx-runtime";
2
2
  import "../../index-L8X2o7IH.js";
3
3
  import "react";
4
- import { Byline as n } from "../Byline/Byline.js";
4
+ import { Typography as n } from "../Typography/Typography.js";
5
+ import { Byline as l } from "../Byline/Byline.js";
5
6
  import "../RootProvider/RootProvider.js";
6
- import { Typography as l } from "../Typography/Typography.js";
7
7
  import "../Snackbar/useSnackbar.js";
8
8
  import { Section as y } from "../Page/Section.js";
9
9
  import { S as a } from "../../CircleFill-yFbEHBRX.js";
@@ -20,8 +20,8 @@ const h = ({
20
20
  footer: g,
21
21
  ...f
22
22
  }) => /* @__PURE__ */ c(y, { margin: p, spacing: e, ...f, children: [
23
- t && /* @__PURE__ */ i(n, { loading: r, datetime: s, children: t }),
24
- o && typeof o == "string" ? /* @__PURE__ */ i(l, { as: "p", loading: r, size: "md", ...m, children: o }) : o
23
+ t && /* @__PURE__ */ i(l, { loading: r, datetime: s, children: t }),
24
+ o && typeof o == "string" ? /* @__PURE__ */ i(n, { as: "p", loading: r, size: "md", ...m, children: o }) : o
25
25
  ] });
26
26
  export {
27
27
  h as TimelineActivity
@@ -1,10 +1,10 @@
1
1
  import { jsxs as a, jsx as t } from "react/jsx-runtime";
2
2
  import "../../index-L8X2o7IH.js";
3
3
  import "react";
4
- import { Byline as c } from "../Byline/Byline.js";
4
+ import { Typography as c } from "../Typography/Typography.js";
5
+ import { Byline as j } from "../Byline/Byline.js";
5
6
  import "../RootProvider/RootProvider.js";
6
- import { TimelineBase as j } from "./TimelineBase.js";
7
- import { Typography as l } from "../Typography/Typography.js";
7
+ import { TimelineBase as l } from "./TimelineBase.js";
8
8
  import "../Snackbar/useSnackbar.js";
9
9
  import { Section as u } from "../Page/Section.js";
10
10
  const q = ({
@@ -21,7 +21,7 @@ const q = ({
21
21
  byline: i,
22
22
  children: r
23
23
  }) => /* @__PURE__ */ a(
24
- j,
24
+ l,
25
25
  {
26
26
  loading: o,
27
27
  level: e,
@@ -30,8 +30,8 @@ const q = ({
30
30
  borderColor: p ? m : "neutral",
31
31
  as: f,
32
32
  children: [
33
- i && /* @__PURE__ */ t(c, { loading: o, datetime: T, children: i }),
34
- /* @__PURE__ */ t(u, { margin: s, spacing: n, children: r && typeof r == "string" ? /* @__PURE__ */ t(l, { as: "p", loading: o, size: "md", ...y, children: r }) : r })
33
+ i && /* @__PURE__ */ t(j, { loading: o, datetime: T, children: i }),
34
+ /* @__PURE__ */ t(u, { margin: s, spacing: n, children: r && typeof r == "string" ? /* @__PURE__ */ t(c, { as: "p", loading: o, size: "md", ...y, children: r }) : r })
35
35
  ]
36
36
  }
37
37
  );
@@ -3,9 +3,9 @@ import { jsx as o, jsxs as t, Fragment as g } from "react/jsx-runtime";
3
3
  import { useState as h } from "react";
4
4
  import "../../index-L8X2o7IH.js";
5
5
  import { AttachmentList as v } from "../Attachment/AttachmentList.js";
6
- import { Badge as L } from "../Badge/Badge.js";
6
+ import { Typography as L } from "../Typography/Typography.js";
7
+ import { Badge as T } from "../Badge/Badge.js";
7
8
  import "../RootProvider/RootProvider.js";
8
- import { Typography as T } from "../Typography/Typography.js";
9
9
  import { SeenByLog as A } from "../Dialog/SeenByLog.js";
10
10
  import { ListItem as S } from "../List/ListItem.js";
11
11
  import "../Snackbar/useSnackbar.js";
@@ -46,7 +46,7 @@ import '../../assets/Transmission.css';const k = "_title_cy7ua_1", w = {
46
46
  className: w.title,
47
47
  children: /* @__PURE__ */ t(g, { children: [
48
48
  /* @__PURE__ */ o("h2", { children: s }),
49
- l && /* @__PURE__ */ o(L, { variant: "tinted", size: "xs", ...f })
49
+ l && /* @__PURE__ */ o(T, { variant: "tinted", size: "xs", ...f })
50
50
  ] }),
51
51
  weight: l ? "bold" : "normal"
52
52
  },
@@ -58,7 +58,7 @@ import '../../assets/Transmission.css';const k = "_title_cy7ua_1", w = {
58
58
  as: "button",
59
59
  ariaLabel: s,
60
60
  children: /* @__PURE__ */ t(_, { padding: 4, spacing: 4, children: [
61
- /* @__PURE__ */ t(T, { size: "md", children: [
61
+ /* @__PURE__ */ t(L, { size: "md", children: [
62
62
  a && /* @__PURE__ */ o("p", { children: a }),
63
63
  r ? typeof n == "function" ? n() : n : null,
64
64
  (e == null ? void 0 : e.items) && /* @__PURE__ */ o(v, { ...e })