@cosmicdrift/kumiko-renderer 0.63.0 → 0.65.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",
3
- "version": "0.63.0",
3
+ "version": "0.65.0",
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.57.2",
19
- "@cosmicdrift/kumiko-headless": "0.57.2",
18
+ "@cosmicdrift/kumiko-framework": "0.65.0",
19
+ "@cosmicdrift/kumiko-headless": "0.65.0",
20
20
  "react": "^19.2.6"
21
21
  },
22
22
  "devDependencies": {
@@ -23,6 +23,13 @@ export const kumikoDefaultTranslations: TranslationsByLocale = {
23
23
  // Version — Update-Awareness-Banner (UpdateChecker).
24
24
  "kumiko.version.update-available": "Eine neue Version ist verfügbar.",
25
25
 
26
+ // Toast — Self-service Docs-Link-Default (useToast docsLinkLabel).
27
+ "kumiko.toast.learn-more": "Mehr erfahren",
28
+
29
+ // Field — aria-Labels der Date/Timestamp-Primitives.
30
+ "kumiko.field.open-calendar": "Kalender öffnen",
31
+ "kumiko.field.time": "Uhrzeit",
32
+
26
33
  // List — DataTable Toolbar, Empty-State, Search.
27
34
  "kumiko.list.search-placeholder": "Suchen…",
28
35
  "kumiko.list.empty.title": "Noch keine Einträge.",
@@ -104,6 +111,11 @@ export const kumikoDefaultTranslations: TranslationsByLocale = {
104
111
 
105
112
  "kumiko.version.update-available": "A new version is available.",
106
113
 
114
+ "kumiko.toast.learn-more": "Learn more",
115
+
116
+ "kumiko.field.open-calendar": "Open calendar",
117
+ "kumiko.field.time": "Time",
118
+
107
119
  "kumiko.list.search-placeholder": "Search…",
108
120
  "kumiko.list.empty.title": "No entries yet.",
109
121
  "kumiko.list.empty.hint": "Create the first one to get started.",