@cosmicdrift/kumiko-renderer-web 0.116.0 → 0.118.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cosmicdrift/kumiko-renderer-web",
3
- "version": "0.116.0",
3
+ "version": "0.118.0",
4
4
  "description": "Web-platform bindings for @cosmicdrift/kumiko-renderer. HTML default-primitives, browser history-based navigation, EventSource-backed live events, and a one-call createKumikoApp that mounts the whole stack via react-dom.",
5
5
  "license": "BUSL-1.1",
6
6
  "author": "Marc Frost <marc@cosmicdriftgamestudio.com>",
@@ -16,9 +16,9 @@
16
16
  "./styles.css": "./src/styles.css"
17
17
  },
18
18
  "dependencies": {
19
- "@cosmicdrift/kumiko-dispatcher-live": "0.116.0",
20
- "@cosmicdrift/kumiko-headless": "0.116.0",
21
- "@cosmicdrift/kumiko-renderer": "0.116.0",
19
+ "@cosmicdrift/kumiko-dispatcher-live": "0.118.0",
20
+ "@cosmicdrift/kumiko-headless": "0.118.0",
21
+ "@cosmicdrift/kumiko-renderer": "0.118.0",
22
22
  "@radix-ui/react-dialog": "^1.1.15",
23
23
  "@radix-ui/react-dropdown-menu": "^2.1.16",
24
24
  "@radix-ui/react-label": "^2.1.8",
@@ -1370,7 +1370,9 @@ function DefaultForm({
1370
1370
  // OHNE Trennlinie darunter (Titel fließt in die erste Section). Sections
1371
1371
  // sind divide-y-getrennt (Linien nur ZWISCHEN ihnen). Action-Footer mit
1372
1372
  // bg-muted/30 als Farb-Trenner statt harter Linie. main hat kein Padding;
1373
- // der max-w-3xl-Body rahmt die Card.
1373
+ // der max-w-3xl-Body rahmt die Card, mx-auto zentriert ihn im Main statt
1374
+ // linksbündig (sonst „eingesperrt" mit leerer rechter Hälfte auf breiten
1375
+ // Screens).
1374
1376
  return (
1375
1377
  <form
1376
1378
  onSubmit={(e) => {
@@ -1380,7 +1382,7 @@ function DefaultForm({
1380
1382
  data-testid={testId}
1381
1383
  className="flex flex-col w-full"
1382
1384
  >
1383
- <div className="px-6 pt-6 pb-12 max-w-3xl w-full">
1385
+ <div className="px-6 pt-6 pb-12 max-w-3xl w-full mx-auto">
1384
1386
  <div className={cn(cardSurface(), "overflow-hidden")}>
1385
1387
  {(title !== undefined || subtitle !== undefined) && (
1386
1388
  <div className="px-6 pb-2 pt-5">