@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.
- package/dist/app/roleplay/index.cjs +7 -3
- package/dist/app/roleplay/index.cjs.map +1 -1
- package/dist/app/roleplay/index.js +2 -2
- package/dist/app/roleplay/parts/header.cjs +4 -2
- package/dist/app/roleplay/parts/header.cjs.map +1 -1
- package/dist/app/roleplay/parts/header.d.cts +3 -1
- package/dist/app/roleplay/parts/header.d.ts +3 -1
- package/dist/app/roleplay/parts/header.js +1 -1
- package/dist/app/roleplay/rp-session-detail.cjs +7 -3
- package/dist/app/roleplay/rp-session-detail.cjs.map +1 -1
- package/dist/app/roleplay/rp-session-detail.d.cts +3 -1
- package/dist/app/roleplay/rp-session-detail.d.ts +3 -1
- package/dist/app/roleplay/rp-session-detail.js +2 -2
- package/dist/{chunk-VJREZH2Z.js → chunk-JDCA3TP5.js} +5 -3
- package/dist/chunk-JDCA3TP5.js.map +1 -0
- package/dist/{chunk-4LFGW6SO.js → chunk-ORP7UCUU.js} +5 -3
- package/dist/chunk-ORP7UCUU.js.map +1 -0
- package/package.json +1 -1
- package/src/app/roleplay/parts/header.tsx +4 -0
- package/src/app/roleplay/rp-session-detail.tsx +4 -0
- package/dist/chunk-4LFGW6SO.js.map +0 -1
- package/dist/chunk-VJREZH2Z.js.map +0 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
RpSessionDetail
|
|
3
|
-
} from "../../chunk-
|
|
3
|
+
} from "../../chunk-ORP7UCUU.js";
|
|
4
4
|
import {
|
|
5
5
|
parseReportData
|
|
6
6
|
} from "../../chunk-TFJJKM3W.js";
|
|
@@ -9,7 +9,7 @@ import "../../chunk-YHA4OOND.js";
|
|
|
9
9
|
import "../../chunk-WVY3C64M.js";
|
|
10
10
|
import "../../chunk-5QIT4URV.js";
|
|
11
11
|
import "../../chunk-GA6W62DO.js";
|
|
12
|
-
import "../../chunk-
|
|
12
|
+
import "../../chunk-JDCA3TP5.js";
|
|
13
13
|
import "../../chunk-2XDAK4B7.js";
|
|
14
14
|
import "../../chunk-2IRG44IV.js";
|
|
15
15
|
import "../../chunk-DIISQDYA.js";
|
|
@@ -2203,7 +2203,8 @@ function Header({
|
|
|
2203
2203
|
detail,
|
|
2204
2204
|
hasScript,
|
|
2205
2205
|
onOpenReplay,
|
|
2206
|
-
onResolveMediaUrl
|
|
2206
|
+
onResolveMediaUrl,
|
|
2207
|
+
actions
|
|
2207
2208
|
}) {
|
|
2208
2209
|
var _a;
|
|
2209
2210
|
const pdfHref = detail.embedLink;
|
|
@@ -2308,7 +2309,8 @@ function Header({
|
|
|
2308
2309
|
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)("span", { style: { whiteSpace: "nowrap" }, children: "\uC601\uC0C1" })
|
|
2309
2310
|
]
|
|
2310
2311
|
}
|
|
2311
|
-
) : null
|
|
2312
|
+
) : null,
|
|
2313
|
+
actions != null ? actions : null
|
|
2312
2314
|
]
|
|
2313
2315
|
}
|
|
2314
2316
|
)
|