@lssm/lib.presentation-runtime-react-native 0.0.0-canary-20251217060834 → 0.0.0-canary-20251217062139

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/index.js CHANGED
@@ -1,5 +1,5 @@
1
+ import { useForm } from "./ui-kit/dist/ui/form.js";
1
2
  import * as React from "react";
2
- import { useForm } from "@lssm/lib.ui-kit/ui/form";
3
3
 
4
4
  //#region src/index.ts
5
5
  function usePresentationController({ defaults, form: formOpts, toVariables, fetcher, toChips, useUrlState, replace }) {
@@ -0,0 +1,15 @@
1
+ 'use client';
2
+
3
+ import * as React$1 from "react";
4
+ import "react-native";
5
+ import "react/jsx-runtime";
6
+ import "@rn-primitives/slot";
7
+ import { useForm } from "react-hook-form";
8
+ import "@hookform/resolvers/zod";
9
+
10
+ //#region ../ui-kit/dist/ui/form.js
11
+ const FormFieldContext = React$1.createContext({});
12
+ const FormItemContext = React$1.createContext({});
13
+
14
+ //#endregion
15
+ export { useForm };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lssm/lib.presentation-runtime-react-native",
3
- "version": "0.0.0-canary-20251217060834",
3
+ "version": "0.0.0-canary-20251217062139",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",
@@ -22,11 +22,11 @@
22
22
  "react-native": "*",
23
23
  "react-hook-form": "^7.68.0",
24
24
  "zod": "^4.1.13",
25
- "@lssm/lib.presentation-runtime-core": "0.0.0-canary-20251217060834"
25
+ "@lssm/lib.presentation-runtime-core": "0.0.0-canary-20251217062139"
26
26
  },
27
27
  "dependencies": {
28
- "@lssm/lib.presentation-runtime-core": "0.0.0-canary-20251217060834",
29
- "@lssm/lib.ui-kit": "0.0.0-canary-20251217060834"
28
+ "@lssm/lib.presentation-runtime-core": "0.0.0-canary-20251217062139",
29
+ "@lssm/lib.ui-kit": "0.0.0-canary-20251217062139"
30
30
  },
31
31
  "files": [
32
32
  "dist",