@tipp/ui 2.10.6 → 2.11.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.
@@ -5226,7 +5226,8 @@ function Header({
5226
5226
  detail,
5227
5227
  hasScript,
5228
5228
  onOpenReplay,
5229
- onResolveMediaUrl
5229
+ onResolveMediaUrl,
5230
+ actions
5230
5231
  }) {
5231
5232
  var _a;
5232
5233
  const pdfHref = detail.embedLink;
@@ -5331,7 +5332,8 @@ function Header({
5331
5332
  /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("span", { style: { whiteSpace: "nowrap" }, children: "\uC601\uC0C1" })
5332
5333
  ]
5333
5334
  }
5334
- ) : null
5335
+ ) : null,
5336
+ actions != null ? actions : null
5335
5337
  ]
5336
5338
  }
5337
5339
  )
@@ -5631,7 +5633,8 @@ function RpSessionDetail({
5631
5633
  script,
5632
5634
  onResolveMediaUrl,
5633
5635
  onError: _onError,
5634
- sectionScrollMarginTop = "120px"
5636
+ sectionScrollMarginTop = "120px",
5637
+ headerActions
5635
5638
  }) {
5636
5639
  const [replayOpen, setReplayOpen] = (0, import_react71.useState)(false);
5637
5640
  const speechShare = (0, import_react71.useMemo)(
@@ -5652,6 +5655,7 @@ function RpSessionDetail({
5652
5655
  /* @__PURE__ */ (0, import_jsx_runtime132.jsx)(
5653
5656
  Header,
5654
5657
  {
5658
+ actions: headerActions,
5655
5659
  detail,
5656
5660
  hasScript,
5657
5661
  onOpenReplay: () => {