@cosmicdrift/kumiko-renderer 0.237.0 → 0.237.2
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",
|
|
3
|
-
"version": "0.237.
|
|
3
|
+
"version": "0.237.2",
|
|
4
4
|
"description": "Platform-agnostic React renderer for Kumiko screens. Contains the shared logic — primitives-contract, hooks, KumikoScreen, navigation & SSE abstractions — that any platform-specific renderer (web, native) composes. No DOM, no EventSource, no react-dom.",
|
|
5
5
|
"license": "BUSL-1.1",
|
|
6
6
|
"author": "Marc Frost <marc@cosmicdriftgamestudio.com>",
|
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
}
|
|
16
16
|
},
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"@cosmicdrift/kumiko-framework": "0.237.
|
|
19
|
-
"@cosmicdrift/kumiko-headless": "0.237.
|
|
18
|
+
"@cosmicdrift/kumiko-framework": "0.237.2",
|
|
19
|
+
"@cosmicdrift/kumiko-headless": "0.237.2",
|
|
20
20
|
"react": "^19.2.6",
|
|
21
21
|
"temporal-polyfill": "^0.3.2",
|
|
22
22
|
"zod": "^4.4.3"
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"@types/react-dom": "^19.2.3",
|
|
28
28
|
"jsdom": "^29.1.1",
|
|
29
29
|
"react-dom": "^19.2.6",
|
|
30
|
-
"@cosmicdrift/kumiko-locale-de": "0.237.
|
|
30
|
+
"@cosmicdrift/kumiko-locale-de": "0.237.2"
|
|
31
31
|
},
|
|
32
32
|
"repository": {
|
|
33
33
|
"type": "git",
|
|
@@ -975,7 +975,7 @@ export function RenderEdit<TValues extends FormValues, TCtx = unknown>(
|
|
|
975
975
|
{onCancel !== undefined && (
|
|
976
976
|
<Button
|
|
977
977
|
type="button"
|
|
978
|
-
variant="
|
|
978
|
+
variant="secondary"
|
|
979
979
|
icon="x"
|
|
980
980
|
onClick={() => onCancel()}
|
|
981
981
|
testId="render-edit-cancel"
|