@contractspec/lib.design-system 1.45.6 → 1.46.1

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,12 +1,12 @@
1
1
  import { SkeletonCircleProps } from "./types.js";
2
- import * as react_jsx_runtime110 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime108 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/molecules/SkeletonCircle/index.web.d.ts
5
5
  declare function SkeletonCircle({
6
6
  size,
7
7
  sizeClass,
8
8
  className
9
- }: SkeletonCircleProps): react_jsx_runtime110.JSX.Element;
9
+ }: SkeletonCircleProps): react_jsx_runtime108.JSX.Element;
10
10
  //#endregion
11
11
  export { SkeletonCircle };
12
12
  //# sourceMappingURL=index.web.d.ts.map
@@ -1,11 +1,11 @@
1
1
  import { SkeletonListProps } from "./types.js";
2
- import * as react_jsx_runtime111 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime110 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/molecules/SkeletonList/index.web.d.ts
5
5
  declare function SkeletonList({
6
6
  count,
7
7
  className
8
- }: SkeletonListProps): react_jsx_runtime111.JSX.Element;
8
+ }: SkeletonListProps): react_jsx_runtime110.JSX.Element;
9
9
  //#endregion
10
10
  export { SkeletonList };
11
11
  //# sourceMappingURL=index.web.d.ts.map
@@ -1,5 +1,5 @@
1
1
  import { ListPageTemplateProps } from "./types.js";
2
- import * as react_jsx_runtime108 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime113 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/templates/lists/ListPageTemplate/index.web.d.ts
5
5
  declare function ListPageTemplate<T = unknown>({
@@ -17,7 +17,7 @@ declare function ListPageTemplate<T = unknown>({
17
17
  data,
18
18
  renderItem,
19
19
  emptyProps
20
- }: ListPageTemplateProps<T>): react_jsx_runtime108.JSX.Element;
20
+ }: ListPageTemplateProps<T>): react_jsx_runtime113.JSX.Element;
21
21
  //#endregion
22
22
  export { ListPageTemplate };
23
23
  //# sourceMappingURL=index.web.d.ts.map
@@ -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_runtime112 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime111 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_runtime112.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_runtime111.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.6",
3
+ "version": "1.46.1",
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.6",
34
- "@contractspec/lib.contracts": "1.45.6",
35
- "@contractspec/lib.ui-kit": "1.45.6",
36
- "@contractspec/lib.ui-kit-web": "1.45.6",
33
+ "@contractspec/lib.ai-agent": "1.46.1",
34
+ "@contractspec/lib.contracts": "1.46.1",
35
+ "@contractspec/lib.ui-kit": "1.46.1",
36
+ "@contractspec/lib.ui-kit-web": "1.46.1",
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.6",
49
- "@contractspec/tool.tsdown": "1.45.6",
48
+ "@contractspec/tool.typescript": "1.46.1",
49
+ "@contractspec/tool.tsdown": "1.46.1",
50
50
  "@types/node": "^24.9.0",
51
51
  "@types/react-dom": "^19.0.14",
52
52
  "postcss": "^8.5",