@contractspec/example.crm-pipeline 1.50.0 → 1.51.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.
@@ -1,5 +1,5 @@
1
1
  import { Deal } from "./hooks/useDealList.js";
2
- import * as react_jsx_runtime1 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime0 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/ui/CrmPipelineBoard.d.ts
5
5
  interface CrmPipelineBoardProps {
@@ -17,7 +17,7 @@ declare function CrmPipelineBoard({
17
17
  stages,
18
18
  onDealClick,
19
19
  onDealMove
20
- }: CrmPipelineBoardProps): react_jsx_runtime1.JSX.Element;
20
+ }: CrmPipelineBoardProps): react_jsx_runtime0.JSX.Element;
21
21
  //#endregion
22
22
  export { CrmPipelineBoard };
23
23
  //# sourceMappingURL=CrmPipelineBoard.d.ts.map
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime3 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime1 from "react/jsx-runtime";
2
2
 
3
3
  //#region src/ui/modals/CreateDealModal.d.ts
4
4
  interface CreateDealInput {
@@ -27,7 +27,7 @@ declare function CreateDealModal({
27
27
  onSubmit,
28
28
  stages,
29
29
  isLoading
30
- }: CreateDealModalProps): react_jsx_runtime3.JSX.Element | null;
30
+ }: CreateDealModalProps): react_jsx_runtime1.JSX.Element | null;
31
31
  //#endregion
32
32
  export { CreateDealInput, CreateDealModal };
33
33
  //# sourceMappingURL=CreateDealModal.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/example.crm-pipeline",
3
- "version": "1.50.0",
3
+ "version": "1.51.0",
4
4
  "description": "CRM Pipeline - Contacts, Companies, Deals, Tasks",
5
5
  "type": "module",
6
6
  "types": "./dist/index.d.ts",
@@ -66,21 +66,21 @@
66
66
  "validate": "contractspec validate"
67
67
  },
68
68
  "dependencies": {
69
- "@contractspec/lib.contracts": "1.50.0",
70
- "@contractspec/lib.design-system": "1.50.0",
71
- "@contractspec/lib.example-shared-ui": "1.4.0",
72
- "@contractspec/lib.identity-rbac": "1.50.0",
73
- "@contractspec/lib.runtime-sandbox": "0.5.0",
74
- "@contractspec/lib.schema": "1.50.0",
75
- "@contractspec/lib.ui-kit-web": "1.50.0",
76
- "@contractspec/module.audit-trail": "1.50.0",
77
- "@contractspec/module.notifications": "1.50.0",
69
+ "@contractspec/lib.contracts": "1.51.0",
70
+ "@contractspec/lib.design-system": "1.51.0",
71
+ "@contractspec/lib.example-shared-ui": "1.5.0",
72
+ "@contractspec/lib.identity-rbac": "1.51.0",
73
+ "@contractspec/lib.runtime-sandbox": "0.6.0",
74
+ "@contractspec/lib.schema": "1.51.0",
75
+ "@contractspec/lib.ui-kit-web": "1.51.0",
76
+ "@contractspec/module.audit-trail": "1.51.0",
77
+ "@contractspec/module.notifications": "1.51.0",
78
78
  "react": "19.2.3",
79
79
  "react-dom": "19.2.3"
80
80
  },
81
81
  "devDependencies": {
82
- "@contractspec/tool.tsdown": "1.50.0",
83
- "@contractspec/tool.typescript": "1.50.0",
82
+ "@contractspec/tool.tsdown": "1.51.0",
83
+ "@contractspec/tool.typescript": "1.51.0",
84
84
  "tsdown": "^0.19.0",
85
85
  "typescript": "^5.9.3",
86
86
  "@types/react": "^19.2.8",