@object-ui/plugin-workflow 0.1.0 → 2.0.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/dist/index.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export * from './src/index'
1
+ export * from './plugin-workflow/src/index'
2
2
  export {}
@@ -8,4 +8,3 @@ export interface ApprovalProcessProps {
8
8
  * Shows current approval status, history, and action buttons for pending approvals.
9
9
  */
10
10
  export declare const ApprovalProcess: React.FC<ApprovalProcessProps>;
11
- //# sourceMappingURL=ApprovalProcess.d.ts.map
@@ -8,4 +8,3 @@ export interface WorkflowDesignerProps {
8
8
  * Provides a visual interface for creating and editing workflow definitions.
9
9
  */
10
10
  export declare const WorkflowDesigner: React.FC<WorkflowDesignerProps>;
11
- //# sourceMappingURL=WorkflowDesigner.d.ts.map
@@ -1,4 +1,3 @@
1
1
  import { WorkflowDesigner } from './WorkflowDesigner';
2
2
  import { ApprovalProcess } from './ApprovalProcess';
3
3
  export { WorkflowDesigner, ApprovalProcess };
4
- //# sourceMappingURL=index.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@object-ui/plugin-workflow",
3
- "version": "0.1.0",
3
+ "version": "2.0.0",
4
4
  "type": "module",
5
5
  "main": "dist/index.umd.cjs",
6
6
  "module": "dist/index.js",
@@ -18,10 +18,10 @@
18
18
  "peerDependencies": {
19
19
  "react": "^18.0.0 || ^19.0.0",
20
20
  "react-dom": "^18.0.0 || ^19.0.0",
21
- "@object-ui/core": "0.5.0",
22
- "@object-ui/types": "0.5.0",
23
- "@object-ui/components": "0.5.0",
24
- "@object-ui/react": "0.5.0"
21
+ "@object-ui/core": "2.0.0",
22
+ "@object-ui/types": "2.0.0",
23
+ "@object-ui/components": "2.0.0",
24
+ "@object-ui/react": "2.0.0"
25
25
  },
26
26
  "dependencies": {
27
27
  "clsx": "^2.1.0",
@@ -1 +0,0 @@
1
- {"version":3,"file":"ApprovalProcess.d.ts","sourceRoot":"","sources":["../../src/ApprovalProcess.tsx"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,KAAmB,MAAM,OAAO,CAAC;AAExC,OAAO,KAAK,EAAE,qBAAqB,EAAuB,MAAM,kBAAkB,CAAC;AAGnF,MAAM,WAAW,oBAAoB;IACnC,MAAM,EAAE,qBAAqB,CAAC;CAC/B;AAED;;;GAGG;AACH,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,EAAE,CAAC,oBAAoB,CAyK1D,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"WorkflowDesigner.d.ts","sourceRoot":"","sources":["../../src/WorkflowDesigner.tsx"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,KAAyC,MAAM,OAAO,CAAC;AAE9D,OAAO,KAAK,EACV,sBAAsB,EAEvB,MAAM,kBAAkB,CAAC;AAM1B,MAAM,WAAW,qBAAqB;IACpC,MAAM,EAAE,sBAAsB,CAAC;CAChC;AAkCD;;;GAGG;AACH,eAAO,MAAM,gBAAgB,EAAE,KAAK,CAAC,EAAE,CAAC,qBAAqB,CA8W5D,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.tsx"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAGH,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAEpD,OAAO,EAAE,gBAAgB,EAAE,eAAe,EAAE,CAAC"}