@loopstack/loopstack-studio 0.21.0-rc.0 → 0.21.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.
Files changed (43) hide show
  1. package/dist/components/LoadingCentered.js +28 -0
  2. package/dist/components/data-table/DataList.js +102 -102
  3. package/dist/components/data-table/DataTable.js +3 -3
  4. package/dist/components/dynamic-form/fields/RadioField.js +3 -3
  5. package/dist/components/dynamic-form/fields/SliderField.js +13 -13
  6. package/dist/components/dynamic-form/fields/SwitchField.js +1 -1
  7. package/dist/components/dynamic-form/fields/TextareaField.js +4 -4
  8. package/dist/components/index.js +45 -0
  9. package/dist/components/messages/CompletionMessagePaper.js +110 -0
  10. package/dist/components/snackbars/ErrorSnackbar.js +1 -1
  11. package/dist/components/ui/DiscordLogo.js +31 -0
  12. package/dist/components/ui/GoogleLogo.js +44 -0
  13. package/dist/components/ui/accordion.js +64 -0
  14. package/dist/components/ui/alert-dialog.js +91 -82
  15. package/dist/components/ui/alert.js +50 -0
  16. package/dist/components/ui/avatar.js +42 -0
  17. package/dist/components/ui/badge.js +1 -1
  18. package/dist/components/ui/breadcrumb.js +76 -56
  19. package/dist/components/ui/card.js +79 -19
  20. package/dist/components/ui/dialog.js +89 -47
  21. package/dist/components/ui/drawer.js +122 -0
  22. package/dist/components/ui/dropdown-menu.js +190 -0
  23. package/dist/components/ui/popover.js +47 -0
  24. package/dist/components/ui/scroll-area.js +50 -0
  25. package/dist/components/ui/select.js +115 -82
  26. package/dist/components/ui/separator.js +20 -0
  27. package/dist/components/ui/sheet.js +87 -57
  28. package/dist/components/ui/sidebar.js +557 -0
  29. package/dist/components/ui/skeleton.js +16 -0
  30. package/dist/components/ui/table.js +85 -61
  31. package/dist/features/health/LocalHealthCheck.js +1 -1
  32. package/dist/features/workspaces/Workspaces.js +1 -1
  33. package/dist/features/workspaces/components/CreateWorkspace.js +4 -4
  34. package/dist/features/workspaces/components/ExecutionTimeline.js +1 -1
  35. package/dist/features/workspaces/components/PipelineForm.js +2 -2
  36. package/dist/hooks/useApi.js +1 -1
  37. package/dist/index.d.ts +751 -9
  38. package/dist/index.js +47 -1
  39. package/dist/loopstack-studio.css +1 -1
  40. package/dist/node_modules/katex/dist/katex.js +717 -861
  41. package/dist/node_modules/vaul/dist/index.js +912 -0
  42. package/dist/pages/WorkspacePage.js +1 -1
  43. package/package.json +16 -16
@@ -1,7 +1,7 @@
1
1
  import { useStudio } from "../providers/StudioProvider.js";
2
2
  import MainLayout_default from "../components/layout/MainLayout.js";
3
- import { useWorkspace } from "../hooks/useWorkspaces.js";
4
3
  import ErrorSnackbar_default from "../components/snackbars/ErrorSnackbar.js";
4
+ import { useWorkspace } from "../hooks/useWorkspaces.js";
5
5
  import ExecutionTimeline_default from "../features/workspaces/components/ExecutionTimeline.js";
6
6
  import { c } from "react/compiler-runtime";
7
7
  import { Fragment, jsx, jsxs } from "react/jsx-runtime";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loopstack/loopstack-studio",
3
- "version": "0.21.0-rc.0",
3
+ "version": "0.21.0",
4
4
  "repository": "loopstack-ai/loopstack-studio",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -24,10 +24,10 @@
24
24
  "test": "vitest run"
25
25
  },
26
26
  "dependencies": {
27
- "@fontsource/roboto": "^5.2.9",
27
+ "@fontsource/roboto": "^5.2.10",
28
28
  "@hookform/resolvers": "^5.2.2",
29
- "@loopstack/api-client": "^0.19.0-rc.0",
30
- "@loopstack/contracts": "^0.21.0-rc.0",
29
+ "@loopstack/api-client": "^0.19.0",
30
+ "@loopstack/contracts": "^0.21.0",
31
31
  "@radix-ui/react-accordion": "^1.2.12",
32
32
  "@radix-ui/react-alert-dialog": "^1.1.15",
33
33
  "@radix-ui/react-avatar": "^1.1.11",
@@ -51,36 +51,36 @@
51
51
  "@radix-ui/react-tabs": "^1.1.13",
52
52
  "@radix-ui/react-tooltip": "^1.2.8",
53
53
  "@radix-ui/react-use-controllable-state": "^1.2.2",
54
- "@tailwindcss/vite": "^4.2.0",
54
+ "@tailwindcss/vite": "^4.2.1",
55
55
  "@tanstack/react-query": "^5.90.21",
56
56
  "@xyflow/react": "^12.10.1",
57
- "ai": "^6.0.91",
57
+ "ai": "^6.0.97",
58
58
  "axios": "^1.13.5",
59
59
  "class-variance-authority": "^0.7.1",
60
60
  "clsx": "^2.1.1",
61
61
  "cmdk": "^1.1.1",
62
62
  "date-fns": "^4.1.0",
63
63
  "embla-carousel-react": "^8.6.0",
64
- "katex": "^0.16.28",
64
+ "katex": "^0.16.33",
65
65
  "lodash": "^4.17.23",
66
66
  "lucide-react": "^0.575.0",
67
67
  "mermaid": "^11.12.3",
68
- "motion": "^12.34.2",
68
+ "motion": "^12.34.3",
69
69
  "nanoid": "^5.1.6",
70
70
  "react": "^19.2.4",
71
71
  "react-dom": "^19.2.4",
72
- "react-hook-form": "^7.71.1",
72
+ "react-hook-form": "^7.71.2",
73
73
  "react-markdown": "^10.1.0",
74
- "react-router-dom": "^7.13.0",
74
+ "react-router-dom": "^7.13.1",
75
75
  "react-syntax-highlighter": "^16.1.0",
76
76
  "rehype-katex": "^7.0.1",
77
77
  "remark-gfm": "^4.0.1",
78
78
  "remark-math": "^6.0.0",
79
79
  "shiki": "^3.22.0",
80
80
  "sonner": "^2.0.7",
81
- "streamdown": "^2.2.0",
81
+ "streamdown": "^2.3.0",
82
82
  "tailwind-merge": "^3.5.0",
83
- "tailwindcss": "^4.2.0",
83
+ "tailwindcss": "^4.2.1",
84
84
  "tokenlens": "^1.3.1",
85
85
  "unique-names-generator": "^4.7.1",
86
86
  "use-stick-to-bottom": "^1.1.3",
@@ -95,17 +95,17 @@
95
95
  "@testing-library/user-event": "^14.6.1",
96
96
  "@trivago/prettier-plugin-sort-imports": "^6.0.2",
97
97
  "@types/dagre": "^0.7.53",
98
- "@types/lodash": "^4.17.23",
98
+ "@types/lodash": "^4.17.24",
99
99
  "@types/node": "^25.3.0",
100
100
  "@types/react": "^19.2.14",
101
101
  "@types/react-dom": "^19.2.3",
102
102
  "@types/react-syntax-highlighter": "^15.5.13",
103
103
  "@vitejs/plugin-react": "^5.1.4",
104
104
  "babel-plugin-react-compiler": "^19.1.0-rc.3",
105
- "eslint": "^10.0.0",
105
+ "eslint": "^10.0.2",
106
106
  "eslint-config-prettier": "^10.1.8",
107
107
  "eslint-plugin-prettier": "^5.5.5",
108
- "eslint-plugin-react-refresh": "^0.5.0",
108
+ "eslint-plugin-react-refresh": "^0.5.2",
109
109
  "globals": "^17.3.0",
110
110
  "husky": "^9.1.7",
111
111
  "lint-staged": "^16.2.7",
@@ -113,7 +113,7 @@
113
113
  "prettier-plugin-tailwindcss": "^0.7.2",
114
114
  "tw-animate-css": "^1.4.0",
115
115
  "typescript": "^5.9.3",
116
- "typescript-eslint": "^8.56.0",
116
+ "typescript-eslint": "^8.56.1",
117
117
  "vite": "npm:rolldown-vite@7.3.1",
118
118
  "vite-plugin-dts": "^4.5.4",
119
119
  "vitest": "^4.0.18"