@contractspec/lib.design-system 1.45.1 → 1.45.3

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.
@@ -1,11 +1,11 @@
1
1
  import * as _contractspec_lib_contracts_client_react_form_render0 from "@contractspec/lib.contracts/client/react/form-render";
2
- import * as react_jsx_runtime108 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime109 from "react/jsx-runtime";
3
3
  import * as _contractspec_lib_schema0 from "@contractspec/lib.schema";
4
4
  import * as _contractspec_lib_contracts_forms0 from "@contractspec/lib.contracts/forms";
5
5
 
6
6
  //#region src/renderers/form-contract.d.ts
7
7
  declare const formRenderer: {
8
- render: (spec: _contractspec_lib_contracts_forms0.FormSpec<_contractspec_lib_schema0.AnySchemaModel>, options?: _contractspec_lib_contracts_client_react_form_render0.RenderOptions<unknown> | undefined) => react_jsx_runtime108.JSX.Element;
8
+ render: (spec: _contractspec_lib_contracts_forms0.FormSpec<_contractspec_lib_schema0.AnySchemaModel>, options?: _contractspec_lib_contracts_client_react_form_render0.RenderOptions<unknown> | undefined) => react_jsx_runtime109.JSX.Element;
9
9
  };
10
10
  //#endregion
11
11
  export { formRenderer };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/lib.design-system",
3
- "version": "1.45.1",
3
+ "version": "1.45.3",
4
4
  "description": "Design tokens and theming primitives",
5
5
  "keywords": [
6
6
  "contractspec",
@@ -30,10 +30,10 @@
30
30
  "tree-shake": true,
31
31
  "dependencies": {
32
32
  "@hookform/resolvers": "5.2.2",
33
- "@contractspec/lib.ai-agent": "1.45.1",
34
- "@contractspec/lib.contracts": "1.45.1",
35
- "@contractspec/lib.ui-kit": "1.45.1",
36
- "@contractspec/lib.ui-kit-web": "1.45.1",
33
+ "@contractspec/lib.ai-agent": "1.45.3",
34
+ "@contractspec/lib.contracts": "1.45.3",
35
+ "@contractspec/lib.ui-kit": "1.45.3",
36
+ "@contractspec/lib.ui-kit-web": "1.45.3",
37
37
  "class-variance-authority": "^0.7.1",
38
38
  "clsx": "^2.1.1",
39
39
  "lucide-react": "^0.562.0",
@@ -45,8 +45,8 @@
45
45
  "next": "16.1.1"
46
46
  },
47
47
  "devDependencies": {
48
- "@contractspec/tool.typescript": "1.45.1",
49
- "@contractspec/tool.tsdown": "1.45.1",
48
+ "@contractspec/tool.typescript": "1.45.3",
49
+ "@contractspec/tool.tsdown": "1.45.3",
50
50
  "@types/node": "^24.9.0",
51
51
  "@types/react-dom": "^19.0.14",
52
52
  "postcss": "^8.5",