@cravern/bpmn-flow-designer 1.0.18 → 1.0.20

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.
@@ -0,0 +1,6 @@
1
+ import { default as default_2 } from '../App';
2
+
3
+ export { default_2 as BPMNFlowDesigner }
4
+ export default default_2;
5
+
6
+ export { }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cravern/bpmn-flow-designer",
3
- "version": "1.0.18",
3
+ "version": "1.0.20",
4
4
  "description": "Enterprise BPMN Flow Designer - A React-based tool for designing and managing business process models",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
package/dist/App.d.ts DELETED
@@ -1,16 +0,0 @@
1
- import { default as React } from 'react';
2
- interface BpmnDesignerProps {
3
- initialXml?: string;
4
- onSave?: (xml: string) => void;
5
- onBack?: () => void;
6
- title?: string;
7
- geminiApiKey?: string;
8
- }
9
- /**
10
- * BpmnDesigner - A reusable BPMN 2.0 flow designer component.
11
- * Can be installed and used in any React application.
12
- */
13
- export declare const BpmnDesigner: React.FC<BpmnDesignerProps>;
14
- declare const App: () => import("react/jsx-runtime").JSX.Element;
15
- export default App;
16
- //# sourceMappingURL=App.d.ts.map
package/dist/App.d.ts.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"file":"App.d.ts","sourceRoot":"","sources":["../App.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsC,MAAM,OAAO,CAAC;AAkC3D,UAAU,iBAAiB;IACzB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,MAAM,CAAC,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,IAAI,CAAC;IAC/B,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB;AAED;;;GAGG;AACH,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CA4QpD,CAAC;AAGF,QAAA,MAAM,GAAG,+CAOR,CAAC;AAEF,eAAe,GAAG,CAAC"}
@@ -1,5 +0,0 @@
1
- export namespace plugins {
2
- let tailwindcss: {};
3
- let autoprefixer: {};
4
- }
5
- //# sourceMappingURL=postcss.config.d.cts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"postcss.config.d.cts","sourceRoot":"","sources":["../postcss.config.cjs"],"names":[],"mappings":""}
@@ -1,3 +0,0 @@
1
- export { default as BPMNFlowDesigner } from '../App';
2
- export { default } from '../App';
3
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,QAAQ,CAAC;AACrD,OAAO,EAAE,OAAO,EAAE,MAAM,QAAQ,CAAC"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=main.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"main.d.ts","sourceRoot":"","sources":["../../src/main.tsx"],"names":[],"mappings":""}
@@ -1,6 +0,0 @@
1
- export let content: string[];
2
- export namespace theme {
3
- let extend: {};
4
- }
5
- export let plugins: any[];
6
- //# sourceMappingURL=tailwind.config.d.cts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"tailwind.config.d.cts","sourceRoot":"","sources":["../tailwind.config.cjs"],"names":[],"mappings":""}
@@ -1,3 +0,0 @@
1
- declare const _default: import('vite').UserConfigFnObject;
2
- export default _default;
3
- //# sourceMappingURL=vite.config.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"vite.config.d.ts","sourceRoot":"","sources":["../vite.config.ts"],"names":[],"mappings":";AAKA,wBAsCG"}