@cosmicdrift/kumiko-headless 0.208.2 → 0.209.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-headless",
3
- "version": "0.208.2",
3
+ "version": "0.209.0",
4
4
  "description": "Headless UI logic for Kumiko — Dispatcher contract, Form-Controller, View-Model, Nav-Resolver. Plattform- und React-frei; jeder Renderer (renderer, renderer-web, renderer-native, …) komponiert darauf.",
5
5
  "license": "BUSL-1.1",
6
6
  "author": "Marc Frost <marc@cosmicdriftgamestudio.com>",
@@ -36,7 +36,7 @@
36
36
  }
37
37
  },
38
38
  "dependencies": {
39
- "@cosmicdrift/kumiko-framework": "0.208.2",
39
+ "@cosmicdrift/kumiko-framework": "0.209.0",
40
40
  "temporal-polyfill": "^0.3.2",
41
41
  "zod": "^4.4.3"
42
42
  },
package/src/index.ts CHANGED
@@ -109,6 +109,7 @@ export {
109
109
  embeddedCellLabelKey,
110
110
  embeddedCellOptionLabelKey,
111
111
  fieldLabelKey,
112
+ fieldOptionLabelKey,
112
113
  groupEmbeddedListIssues,
113
114
  roundDerivedCellValue,
114
115
  sumEmbeddedListColumn,
@@ -17,6 +17,7 @@ export {
17
17
  embeddedCellLabelKey,
18
18
  embeddedCellOptionLabelKey,
19
19
  fieldLabelKey,
20
+ fieldOptionLabelKey,
20
21
  } from "./list";
21
22
  export type {
22
23
  EditExtensionSectionViewModel,