@cravern/bpmn-flow-designer 1.0.10 → 1.0.11

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,2 +1,2 @@
1
- export { default as BPMNFlowDesigner } from '../App';
1
+ export {};
2
2
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,QAAQ,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":""}
package/dist/style.css ADDED
@@ -0,0 +1,2 @@
1
+ /* BPMN Flow Designer Styles */
2
+ /* Add your custom styles here */
@@ -1 +1 @@
1
- {"version":3,"file":"vite.config.d.ts","sourceRoot":"","sources":["../vite.config.ts"],"names":[],"mappings":";AAKA,wBAqCG"}
1
+ {"version":3,"file":"vite.config.d.ts","sourceRoot":"","sources":["../vite.config.ts"],"names":[],"mappings":";AAKA,wBAsCG"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cravern/bpmn-flow-designer",
3
- "version": "1.0.10",
3
+ "version": "1.0.11",
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",
@@ -9,7 +9,8 @@
9
9
  ".": {
10
10
  "types": "./dist/index.d.ts",
11
11
  "import": "./dist/index.js"
12
- }
12
+ },
13
+ "./dist/style.css": "./dist/style.css"
13
14
  },
14
15
  "files": [
15
16
  "dist",
@@ -1,3 +0,0 @@
1
- export { Kf as BPMNFlowDesigner };
2
- declare function Kf(): any;
3
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../index.js"],"names":[],"mappings":";AAy5WA,2BA8LC"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=index.umd.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.umd.d.ts","sourceRoot":"","sources":["../index.umd.js"],"names":[],"mappings":""}