flowstudio 0.0.6 → 0.0.7

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,3 +1,2 @@
1
- import Simulator from './components/simulator';
2
1
  import Studio from './components/studio';
3
- export { Studio, Simulator };
2
+ export { Studio };
package/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import Simulator from './components/simulator';
1
+ // import Simulator from './components/simulator';
2
2
  import Studio from './components/studio';
3
- export { Studio, Simulator };
3
+ export { Studio };
4
4
  //# sourceMappingURL=index.js.map
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,wBAAwB,CAAC;AAC/C,OAAO,MAAM,MAAM,qBAAqB,CAAC;AAEzC,OAAO,EAAE,MAAM,EAAE,SAAS,EAAE,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,kDAAkD;AAClD,OAAO,MAAM,MAAM,qBAAqB,CAAC;AAEzC,OAAO,EAAE,MAAM,EAAE,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flowstudio",
3
- "version": "0.0.6",
3
+ "version": "0.0.7",
4
4
  "private": false,
5
5
  "description": "Enterprise Flow Designer",
6
6
  "license": "MIT",
@@ -1 +0,0 @@
1
- export default function Simulator({ theme, accent }: any): import("react").JSX.Element;
@@ -1,9 +0,0 @@
1
- // import { Card } from '@radix-ui/themes'
2
- // import ThemeLayout from '../layouts/ThemeLayout'
3
- import AppLayout from "../app_layout";
4
- export default function Simulator({ theme, accent }) {
5
- return (<AppLayout theme={theme} accent={accent}>
6
- coming soon
7
- </AppLayout>);
8
- }
9
- //# sourceMappingURL=index.jsx.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.jsx","sourceRoot":"","sources":["../../../src/components/simulator/index.tsx"],"names":[],"mappings":"AAAA,0CAA0C;AAC1C,mDAAmD;AAEnD,OAAO,SAAS,MAAM,eAAe,CAAA;AAErC,MAAM,CAAC,OAAO,UAAU,SAAS,CAAC,EAAC,KAAK,EAAE,MAAM,EAAK;IACjD,OAAO,CACP,CAAC,SAAS,CAAC,KAAK,CAAC,CAAC,KAAK,CAAC,CAAC,MAAM,CAAC,CAAC,MAAM,CAAC,CACxC;;IACA,EAAE,SAAS,CAAC,CACf,CAAA;AACD,CAAC"}