@motiadev/workbench 0.9.0-beta.145 → 0.9.1-beta.147-111979

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,6 +1,6 @@
1
- @import "@motiadev/ui/styles.css";
2
- @import "@motiadev/ui/globals.css";
3
- @import "tw-animate-css";
1
+ @import '@motiadev/ui/styles.css';
2
+ @import '@motiadev/ui/globals.css';
3
+ @import 'tw-animate-css';
4
4
 
5
5
  :root {
6
6
  --tutorial-text-color: var(--dark-800);
@@ -121,7 +121,7 @@
121
121
  }
122
122
 
123
123
  .driver-popover-navigation-btns-hint:hover:before {
124
- content: "Use arrow keys to navigate";
124
+ content: 'Use the right arrow key to navigate';
125
125
  position: absolute;
126
126
  color: white;
127
127
  top: -20px;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@motiadev/workbench",
3
3
  "description": "A web-based interface for building and managing Motia workflows.",
4
- "version": "0.9.0-beta.145",
4
+ "version": "0.9.1-beta.147-111979",
5
5
  "main": "dist/index.js",
6
6
  "dependencies": {
7
7
  "@monaco-editor/react": "^4.6.1",
@@ -43,9 +43,9 @@
43
43
  "vite": "^6.3.5",
44
44
  "zod": "^3.24.1",
45
45
  "zustand": "^5.0.6",
46
- "@motiadev/core": "0.9.0-beta.145",
47
- "@motiadev/stream-client-react": "0.9.0-beta.145",
48
- "@motiadev/ui": "0.9.0-beta.145"
46
+ "@motiadev/core": "0.9.1-beta.147-111979",
47
+ "@motiadev/stream-client-react": "0.9.1-beta.147-111979",
48
+ "@motiadev/ui": "0.9.1-beta.147-111979"
49
49
  },
50
50
  "devDependencies": {
51
51
  "@testing-library/jest-dom": "^6.6.3",