@prisma/studio-core 0.0.0-dev.202505082255 → 0.0.0-dev.202505082258

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.
Files changed (38) hide show
  1. package/package.json +1 -1
  2. package/dist/CPIOZS5X-V4BHP4CI.js +0 -1
  3. package/dist/OKF6E45R-XYOIK2NY.js +0 -1
  4. package/dist/adapter-CH4qnR6R.d.cts +0 -219
  5. package/dist/adapter-CH4qnR6R.d.ts +0 -219
  6. package/dist/chunk-2ZJZX5I7.js +0 -0
  7. package/dist/chunk-555OIWZX.js +0 -1
  8. package/dist/chunk-5MNS4IJC.js +0 -1332
  9. package/dist/chunk-BMVJYUJW.js +0 -1
  10. package/dist/chunk-N2MLAUEV.js +0 -1
  11. package/dist/chunk-P72NBTYE.js +0 -1
  12. package/dist/data/accelerate/index.cjs +0 -1
  13. package/dist/data/accelerate/index.d.cts +0 -47
  14. package/dist/data/accelerate/index.d.ts +0 -47
  15. package/dist/data/accelerate/index.js +0 -1
  16. package/dist/data/bff/index.cjs +0 -1
  17. package/dist/data/bff/index.d.cts +0 -55
  18. package/dist/data/bff/index.d.ts +0 -55
  19. package/dist/data/bff/index.js +0 -1
  20. package/dist/data/index.cjs +0 -1
  21. package/dist/data/index.d.cts +0 -3
  22. package/dist/data/index.d.ts +0 -3
  23. package/dist/data/index.js +0 -1
  24. package/dist/data/pglite/index.cjs +0 -1
  25. package/dist/data/pglite/index.d.cts +0 -26
  26. package/dist/data/pglite/index.d.ts +0 -26
  27. package/dist/data/pglite/index.js +0 -1
  28. package/dist/data/postgres-core/index.cjs +0 -1
  29. package/dist/data/postgres-core/index.d.cts +0 -155
  30. package/dist/data/postgres-core/index.d.ts +0 -155
  31. package/dist/data/postgres-core/index.js +0 -1
  32. package/dist/index-BTblIzxR.d.ts +0 -48
  33. package/dist/index-DAubYhEp.d.cts +0 -48
  34. package/dist/ui/index.cjs +0 -1603
  35. package/dist/ui/index.css +0 -2049
  36. package/dist/ui/index.d.cts +0 -27
  37. package/dist/ui/index.d.ts +0 -27
  38. package/dist/ui/index.js +0 -274
@@ -1,27 +0,0 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
2
- import { A as Adapter } from '../adapter-CH4qnR6R.cjs';
3
-
4
- type StudioTelemetryEvent = {
5
- event: "studio_launched";
6
- payload: {
7
- event_id: string;
8
- timestamp: string;
9
- user_id?: string;
10
- workspace_id?: string;
11
- organization_id?: string;
12
- embedding_type?: string;
13
- vendor_id?: string;
14
- table_count: number;
15
- };
16
- };
17
- interface StudioProps {
18
- adapter: Adapter;
19
- onError?: (error: Error) => void;
20
- onTelemetryEvent?: (args: StudioTelemetryEvent) => void;
21
- }
22
- /**
23
- * Main Studio component that provides database visualization and management
24
- */
25
- declare function Studio(props: StudioProps): react_jsx_runtime.JSX.Element;
26
-
27
- export { Studio, type StudioProps };
@@ -1,27 +0,0 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
2
- import { A as Adapter } from '../adapter-CH4qnR6R.js';
3
-
4
- type StudioTelemetryEvent = {
5
- event: "studio_launched";
6
- payload: {
7
- event_id: string;
8
- timestamp: string;
9
- user_id?: string;
10
- workspace_id?: string;
11
- organization_id?: string;
12
- embedding_type?: string;
13
- vendor_id?: string;
14
- table_count: number;
15
- };
16
- };
17
- interface StudioProps {
18
- adapter: Adapter;
19
- onError?: (error: Error) => void;
20
- onTelemetryEvent?: (args: StudioTelemetryEvent) => void;
21
- }
22
- /**
23
- * Main Studio component that provides database visualization and management
24
- */
25
- declare function Studio(props: StudioProps): react_jsx_runtime.JSX.Element;
26
-
27
- export { Studio, type StudioProps };