@almadar/orb 6.2.0 → 6.3.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 (86) hide show
  1. package/package.json +6 -6
  2. package/shells/orb-shell/packages/client/package-lock.json +227 -27
  3. package/shells/orb-shell/packages/server/package-lock.json +1 -0
  4. package/shells/almadar-shell/LICENSE +0 -72
  5. package/shells/almadar-shell/README.md +0 -25
  6. package/shells/almadar-shell/locales/en.json +0 -120
  7. package/shells/almadar-shell/package.json +0 -35
  8. package/shells/almadar-shell/packages/client/eslint.config.cjs +0 -23
  9. package/shells/almadar-shell/packages/client/index.html +0 -13
  10. package/shells/almadar-shell/packages/client/package.json +0 -61
  11. package/shells/almadar-shell/packages/client/postcss.config.js +0 -6
  12. package/shells/almadar-shell/packages/client/src/App.tsx +0 -84
  13. package/shells/almadar-shell/packages/client/src/config/firebase.ts +0 -37
  14. package/shells/almadar-shell/packages/client/src/features/auth/AuthContext.tsx +0 -139
  15. package/shells/almadar-shell/packages/client/src/features/auth/authService.ts +0 -83
  16. package/shells/almadar-shell/packages/client/src/features/auth/components/Login.tsx +0 -218
  17. package/shells/almadar-shell/packages/client/src/features/auth/components/ProtectedRoute.tsx +0 -27
  18. package/shells/almadar-shell/packages/client/src/features/auth/components/UserProfile.tsx +0 -68
  19. package/shells/almadar-shell/packages/client/src/features/auth/components/index.ts +0 -3
  20. package/shells/almadar-shell/packages/client/src/features/auth/index.ts +0 -13
  21. package/shells/almadar-shell/packages/client/src/features/auth/types.ts +0 -24
  22. package/shells/almadar-shell/packages/client/src/index.css +0 -35
  23. package/shells/almadar-shell/packages/client/src/main.tsx +0 -8
  24. package/shells/almadar-shell/packages/client/src/navigation/index.ts +0 -55
  25. package/shells/almadar-shell/packages/client/src/pages/index.ts +0 -12
  26. package/shells/almadar-shell/packages/client/tailwind-preset.cjs +0 -259
  27. package/shells/almadar-shell/packages/client/tailwind.config.js +0 -21
  28. package/shells/almadar-shell/packages/client/tsconfig.json +0 -33
  29. package/shells/almadar-shell/packages/client/vite.config.ts +0 -50
  30. package/shells/almadar-shell/packages/server/eslint.config.cjs +0 -19
  31. package/shells/almadar-shell/packages/server/package.json +0 -38
  32. package/shells/almadar-shell/packages/server/src/app.ts +0 -36
  33. package/shells/almadar-shell/packages/server/src/index.ts +0 -30
  34. package/shells/almadar-shell/packages/server/src/routes.ts +0 -11
  35. package/shells/almadar-shell/packages/server/src/types/express.d.ts +0 -15
  36. package/shells/almadar-shell/packages/server/tsconfig.json +0 -23
  37. package/shells/almadar-shell/packages/shared/package.json +0 -10
  38. package/shells/almadar-shell/packages/shared/src/index.ts +0 -2
  39. package/shells/almadar-shell/pnpm-lock.yaml +0 -8792
  40. package/shells/almadar-shell/pnpm-workspace.yaml +0 -2
  41. package/shells/almadar-shell/tsup.config.ts +0 -13
  42. package/shells/almadar-shell/turbo.json +0 -17
  43. package/shells/almadar-shell/vitest.config.ts +0 -8
  44. package/shells/almadar-shell-hono/LICENSE +0 -72
  45. package/shells/almadar-shell-hono/README.md +0 -25
  46. package/shells/almadar-shell-hono/locales/en.json +0 -120
  47. package/shells/almadar-shell-hono/package.json +0 -31
  48. package/shells/almadar-shell-hono/packages/client/eslint.config.cjs +0 -23
  49. package/shells/almadar-shell-hono/packages/client/index.html +0 -13
  50. package/shells/almadar-shell-hono/packages/client/package-lock.json +0 -9750
  51. package/shells/almadar-shell-hono/packages/client/package.json +0 -61
  52. package/shells/almadar-shell-hono/packages/client/postcss.config.js +0 -6
  53. package/shells/almadar-shell-hono/packages/client/src/App.tsx +0 -84
  54. package/shells/almadar-shell-hono/packages/client/src/config/firebase.ts +0 -37
  55. package/shells/almadar-shell-hono/packages/client/src/features/auth/AuthContext.tsx +0 -139
  56. package/shells/almadar-shell-hono/packages/client/src/features/auth/authService.ts +0 -83
  57. package/shells/almadar-shell-hono/packages/client/src/features/auth/components/Login.tsx +0 -218
  58. package/shells/almadar-shell-hono/packages/client/src/features/auth/components/ProtectedRoute.tsx +0 -27
  59. package/shells/almadar-shell-hono/packages/client/src/features/auth/components/UserProfile.tsx +0 -68
  60. package/shells/almadar-shell-hono/packages/client/src/features/auth/components/index.ts +0 -3
  61. package/shells/almadar-shell-hono/packages/client/src/features/auth/index.ts +0 -13
  62. package/shells/almadar-shell-hono/packages/client/src/features/auth/types.ts +0 -24
  63. package/shells/almadar-shell-hono/packages/client/src/index.css +0 -35
  64. package/shells/almadar-shell-hono/packages/client/src/main.tsx +0 -8
  65. package/shells/almadar-shell-hono/packages/client/src/navigation/index.ts +0 -55
  66. package/shells/almadar-shell-hono/packages/client/src/pages/index.ts +0 -12
  67. package/shells/almadar-shell-hono/packages/client/tailwind-preset.cjs +0 -259
  68. package/shells/almadar-shell-hono/packages/client/tailwind.config.js +0 -21
  69. package/shells/almadar-shell-hono/packages/client/tsconfig.json +0 -33
  70. package/shells/almadar-shell-hono/packages/client/vite.config.ts +0 -50
  71. package/shells/almadar-shell-hono/packages/server/eslint.config.cjs +0 -19
  72. package/shells/almadar-shell-hono/packages/server/package.json +0 -37
  73. package/shells/almadar-shell-hono/packages/server/src/app.ts +0 -31
  74. package/shells/almadar-shell-hono/packages/server/src/index.ts +0 -31
  75. package/shells/almadar-shell-hono/packages/server/src/routes.ts +0 -12
  76. package/shells/almadar-shell-hono/packages/server/src/serve.ts +0 -45
  77. package/shells/almadar-shell-hono/packages/server/tsconfig.json +0 -23
  78. package/shells/almadar-shell-hono/packages/shared/package.json +0 -25
  79. package/shells/almadar-shell-hono/packages/shared/src/index.ts +0 -2
  80. package/shells/almadar-shell-hono/packages/shared/tsconfig.json +0 -17
  81. package/shells/almadar-shell-hono/packages/shared/tsup.config.ts +0 -10
  82. package/shells/almadar-shell-hono/pnpm-lock.yaml +0 -9423
  83. package/shells/almadar-shell-hono/pnpm-workspace.yaml +0 -2
  84. package/shells/almadar-shell-hono/tsup.config.ts +0 -13
  85. package/shells/almadar-shell-hono/turbo.json +0 -17
  86. package/shells/almadar-shell-hono/vitest.config.ts +0 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@almadar/orb",
3
- "version": "6.2.0",
3
+ "version": "6.3.0",
4
4
  "description": "Orb CLI - deterministic when it can be, intelligent when it needs to be",
5
5
  "license": "BSL-1.1",
6
6
  "repository": {
@@ -49,10 +49,10 @@
49
49
  "node": ">=16.0.0"
50
50
  },
51
51
  "optionalDependencies": {
52
- "@almadar/orb-darwin-x64": "6.2.0",
53
- "@almadar/orb-darwin-arm64": "6.2.0",
54
- "@almadar/orb-linux-x64": "6.2.0",
55
- "@almadar/orb-linux-arm64": "6.2.0",
56
- "@almadar/orb-windows-x64": "6.2.0"
52
+ "@almadar/orb-darwin-x64": "6.3.0",
53
+ "@almadar/orb-darwin-arm64": "6.3.0",
54
+ "@almadar/orb-linux-x64": "6.3.0",
55
+ "@almadar/orb-linux-arm64": "6.3.0",
56
+ "@almadar/orb-windows-x64": "6.3.0"
57
57
  }
58
58
  }
@@ -11,7 +11,7 @@
11
11
  "@almadar/core": "^2.1.0",
12
12
  "@almadar/evaluator": "^2.0.0",
13
13
  "@almadar/patterns": "^2.0.0",
14
- "@almadar/ui": ">=2.15.5",
14
+ "@almadar/ui": ">=2.48.6",
15
15
  "@monaco-editor/react": "^4.7.0",
16
16
  "@tanstack/react-query": "^5.67.3",
17
17
  "firebase": "^11.4.0",
@@ -92,33 +92,58 @@
92
92
  }
93
93
  },
94
94
  "node_modules/@almadar/evaluator": {
95
- "version": "2.5.5",
96
- "resolved": "https://registry.npmjs.org/@almadar/evaluator/-/evaluator-2.5.5.tgz",
97
- "integrity": "sha512-b5QnsReWCw9duE/VcywOYkUbDd12D2XSubSd/gYLTX8yqJ8ghwGY28iHt+ptmnDu723SbXUH4lZa5Nqd6Akavw==",
95
+ "version": "2.8.0",
96
+ "resolved": "https://registry.npmjs.org/@almadar/evaluator/-/evaluator-2.8.0.tgz",
97
+ "integrity": "sha512-Ih7kXTAi32yNjRgkhAdqigq0EfAUgErR5vOqiiurIW07J0qRK5hp9MkNtZUU+fTCvOVSrvPhEc3OAGTUa2F6AQ==",
98
98
  "license": "BSL-1.1",
99
99
  "dependencies": {
100
- "@almadar/core": ">=2.6.3",
100
+ "@almadar/core": ">=4.2.0",
101
101
  "@almadar/operators": ">=2.1.3"
102
102
  }
103
103
  },
104
+ "node_modules/@almadar/evaluator/node_modules/@almadar/core": {
105
+ "version": "4.8.1",
106
+ "resolved": "https://registry.npmjs.org/@almadar/core/-/core-4.8.1.tgz",
107
+ "integrity": "sha512-hrTIgHKf+bYtTOuKVhTIJfh3QbKnkv9VxZB1ghCE1bBrp+itlr2xSQ5s6u1s8FFa6q2D93D9/H/ZEgNeAUpBQg==",
108
+ "license": "BSL-1.1",
109
+ "dependencies": {
110
+ "@almadar/operators": ">=2.1.3",
111
+ "@almadar/patterns": ">=2.8.7",
112
+ "zod": "^3.22.0"
113
+ }
114
+ },
104
115
  "node_modules/@almadar/operators": {
105
116
  "version": "2.1.3",
106
117
  "resolved": "https://registry.npmjs.org/@almadar/operators/-/operators-2.1.3.tgz",
107
118
  "integrity": "sha512-0wjRClcWT/DcYtmnTku/IIXWGCLzMzai/a/KwP4NorkqjDIEY9+vmAui4qB6rePhkT2aOfLb4sP8uX7vvyG7nw=="
108
119
  },
109
120
  "node_modules/@almadar/patterns": {
110
- "version": "2.8.9",
111
- "resolved": "https://registry.npmjs.org/@almadar/patterns/-/patterns-2.8.9.tgz",
112
- "integrity": "sha512-b+v3lIrCzKhASLeU5vId/G2qA0FYqJ3h3SleWd54xwS83aG1yru6fZYWBP6QP2Hv0557CMBvyncguQy86MMwUw==",
113
- "license": "BSL-1.1"
121
+ "version": "2.14.0",
122
+ "resolved": "https://registry.npmjs.org/@almadar/patterns/-/patterns-2.14.0.tgz",
123
+ "integrity": "sha512-tn3yE+clGDP/VM6YAzEagjPPIvX1lXPVK3BF9avbIjNC9GeeGRwgOYgSywVLKfk4g6ufHthPIgDPPPSEbVp3Pg==",
124
+ "license": "BSL-1.1",
125
+ "dependencies": {
126
+ "@almadar/core": ">=4.2.0"
127
+ }
128
+ },
129
+ "node_modules/@almadar/patterns/node_modules/@almadar/core": {
130
+ "version": "4.8.1",
131
+ "resolved": "https://registry.npmjs.org/@almadar/core/-/core-4.8.1.tgz",
132
+ "integrity": "sha512-hrTIgHKf+bYtTOuKVhTIJfh3QbKnkv9VxZB1ghCE1bBrp+itlr2xSQ5s6u1s8FFa6q2D93D9/H/ZEgNeAUpBQg==",
133
+ "license": "BSL-1.1",
134
+ "dependencies": {
135
+ "@almadar/operators": ">=2.1.3",
136
+ "@almadar/patterns": ">=2.8.7",
137
+ "zod": "^3.22.0"
138
+ }
114
139
  },
115
140
  "node_modules/@almadar/runtime": {
116
- "version": "2.2.2",
117
- "resolved": "https://registry.npmjs.org/@almadar/runtime/-/runtime-2.2.2.tgz",
118
- "integrity": "sha512-1Y3A8tQLvLLTDxbWKaQUrVfenllGkPNosjxcBfwNIWgAlfChkVKiwi9dM0uTJ4dNaZlv368qIm4LGiugHRnaDw==",
141
+ "version": "3.2.1",
142
+ "resolved": "https://registry.npmjs.org/@almadar/runtime/-/runtime-3.2.1.tgz",
143
+ "integrity": "sha512-AoP8d4BvhX2MV00VcbUIjHMicmum/bta/2q4OQCI0fTqJ0y+Ml4fTMxWeYyQAPsQcwl6H6qESfLZVQFObFTbPQ==",
119
144
  "license": "BSL-1.1",
120
145
  "dependencies": {
121
- "@almadar/core": ">=2.6.3",
146
+ "@almadar/core": ">=4.8.0",
122
147
  "@almadar/evaluator": ">=2.5.4",
123
148
  "@almadar/operators": ">=2.1.3",
124
149
  "@faker-js/faker": "^9.3.0"
@@ -127,23 +152,72 @@
127
152
  "express": "^4.0.0"
128
153
  }
129
154
  },
130
- "node_modules/@almadar/ui": {
131
- "version": "2.23.0",
132
- "resolved": "https://registry.npmjs.org/@almadar/ui/-/ui-2.23.0.tgz",
133
- "integrity": "sha512-oPS9udHONcrnIuqfH5WbYpj03FAJi0Jz9Tl9FMl0GUBtzQk2h8r+c8a1EHEIjaXtY8na67BFlLcJCDaGGwtsew==",
155
+ "node_modules/@almadar/runtime/node_modules/@almadar/core": {
156
+ "version": "4.8.1",
157
+ "resolved": "https://registry.npmjs.org/@almadar/core/-/core-4.8.1.tgz",
158
+ "integrity": "sha512-hrTIgHKf+bYtTOuKVhTIJfh3QbKnkv9VxZB1ghCE1bBrp+itlr2xSQ5s6u1s8FFa6q2D93D9/H/ZEgNeAUpBQg==",
134
159
  "license": "BSL-1.1",
135
160
  "dependencies": {
136
- "@almadar/core": ">=2.6.3",
137
- "@almadar/evaluator": ">=2.5.4",
161
+ "@almadar/operators": ">=2.1.3",
162
+ "@almadar/patterns": ">=2.8.7",
163
+ "zod": "^3.22.0"
164
+ }
165
+ },
166
+ "node_modules/@almadar/std": {
167
+ "version": "6.4.0",
168
+ "resolved": "https://registry.npmjs.org/@almadar/std/-/std-6.4.0.tgz",
169
+ "integrity": "sha512-138rUIfcgMSbHZHyFjwbsdDTRcZy8d4jTU4cGT0L1rLIcsry3lcYwVCGzOp4cthA/UNYlHMCBaWArHsgjSJQMQ==",
170
+ "license": "BSL-1.1",
171
+ "dependencies": {
172
+ "@almadar/core": ">=4.7.0",
173
+ "@almadar/operators": ">=2.1.3"
174
+ }
175
+ },
176
+ "node_modules/@almadar/std/node_modules/@almadar/core": {
177
+ "version": "4.8.1",
178
+ "resolved": "https://registry.npmjs.org/@almadar/core/-/core-4.8.1.tgz",
179
+ "integrity": "sha512-hrTIgHKf+bYtTOuKVhTIJfh3QbKnkv9VxZB1ghCE1bBrp+itlr2xSQ5s6u1s8FFa6q2D93D9/H/ZEgNeAUpBQg==",
180
+ "license": "BSL-1.1",
181
+ "dependencies": {
182
+ "@almadar/operators": ">=2.1.3",
138
183
  "@almadar/patterns": ">=2.8.7",
139
- "@almadar/runtime": ">=2.0.0",
184
+ "zod": "^3.22.0"
185
+ }
186
+ },
187
+ "node_modules/@almadar/syntax": {
188
+ "version": "1.2.1",
189
+ "resolved": "https://registry.npmjs.org/@almadar/syntax/-/syntax-1.2.1.tgz",
190
+ "integrity": "sha512-wd1pmaG8rY2Yp2MScHEurDg3XnJ7xBS92y7bzxNV+pVE2p/I1fW6ywat/weGxpaq8sk7Pq7sFo4iy2H1SyFj/g==",
191
+ "license": "BSL-1.1",
192
+ "dependencies": {
193
+ "@almadar/core": ">=2.1.0",
194
+ "@almadar/operators": ">=2.1.0",
195
+ "@almadar/patterns": ">=2.0.0"
196
+ }
197
+ },
198
+ "node_modules/@almadar/ui": {
199
+ "version": "2.60.1",
200
+ "resolved": "https://registry.npmjs.org/@almadar/ui/-/ui-2.60.1.tgz",
201
+ "integrity": "sha512-5ziigEJjLvBMMeqYMi9Dq/ygOBrE0vf91zoevmRhe1pQ7YByBfSpQ+eqQpY57tH1Gx+GVPCgP/sJxft8qL2agA==",
202
+ "license": "BSL-1.1",
203
+ "dependencies": {
204
+ "@almadar/core": ">=4.8.0",
205
+ "@almadar/evaluator": ">=2.8.0",
206
+ "@almadar/patterns": ">=2.10.0",
207
+ "@almadar/runtime": ">=3.2.1",
208
+ "@almadar/std": ">=6.3.0",
209
+ "@almadar/syntax": ">=1.2.1",
210
+ "@xyflow/react": "12.10.1",
140
211
  "clsx": "^2.1.0",
141
212
  "elkjs": "0.11.1",
213
+ "hastscript": "^9.0.0",
142
214
  "leaflet": "1.9.4",
143
215
  "lucide-react": "^0.344.0",
216
+ "parse-entities": "^4.0.0",
144
217
  "react-leaflet": "^4.2.1",
145
218
  "react-markdown": "^9.0.0",
146
219
  "react-syntax-highlighter": "^16.1.0",
220
+ "refractor": "^5.0.0",
147
221
  "rehype-katex": "^7.0.0",
148
222
  "remark-gfm": "^4.0.0",
149
223
  "remark-math": "^6.0.0",
@@ -160,6 +234,17 @@
160
234
  "three": "^0.160.0"
161
235
  }
162
236
  },
237
+ "node_modules/@almadar/ui/node_modules/@almadar/core": {
238
+ "version": "4.8.1",
239
+ "resolved": "https://registry.npmjs.org/@almadar/core/-/core-4.8.1.tgz",
240
+ "integrity": "sha512-hrTIgHKf+bYtTOuKVhTIJfh3QbKnkv9VxZB1ghCE1bBrp+itlr2xSQ5s6u1s8FFa6q2D93D9/H/ZEgNeAUpBQg==",
241
+ "license": "BSL-1.1",
242
+ "dependencies": {
243
+ "@almadar/operators": ">=2.1.3",
244
+ "@almadar/patterns": ">=2.8.7",
245
+ "zod": "^3.22.0"
246
+ }
247
+ },
163
248
  "node_modules/@asamuzakjp/css-color": {
164
249
  "version": "3.2.0",
165
250
  "resolved": "https://registry.npmjs.org/@asamuzakjp/css-color/-/css-color-3.2.0.tgz",
@@ -2785,6 +2870,55 @@
2785
2870
  "@babel/types": "^7.28.2"
2786
2871
  }
2787
2872
  },
2873
+ "node_modules/@types/d3-color": {
2874
+ "version": "3.1.3",
2875
+ "resolved": "https://registry.npmjs.org/@types/d3-color/-/d3-color-3.1.3.tgz",
2876
+ "integrity": "sha512-iO90scth9WAbmgv7ogoq57O9YpKmFBbmoEoCHDB2xMBY0+/KVrqAaCDyCE16dUspeOvIxFFRI+0sEtqDqy2b4A==",
2877
+ "license": "MIT"
2878
+ },
2879
+ "node_modules/@types/d3-drag": {
2880
+ "version": "3.0.7",
2881
+ "resolved": "https://registry.npmjs.org/@types/d3-drag/-/d3-drag-3.0.7.tgz",
2882
+ "integrity": "sha512-HE3jVKlzU9AaMazNufooRJ5ZpWmLIoc90A37WU2JMmeq28w1FQqCZswHZ3xR+SuxYftzHq6WU6KJHvqxKzTxxQ==",
2883
+ "license": "MIT",
2884
+ "dependencies": {
2885
+ "@types/d3-selection": "*"
2886
+ }
2887
+ },
2888
+ "node_modules/@types/d3-interpolate": {
2889
+ "version": "3.0.4",
2890
+ "resolved": "https://registry.npmjs.org/@types/d3-interpolate/-/d3-interpolate-3.0.4.tgz",
2891
+ "integrity": "sha512-mgLPETlrpVV1YRJIglr4Ez47g7Yxjl1lj7YKsiMCb27VJH9W8NVM6Bb9d8kkpG/uAQS5AmbA48q2IAolKKo1MA==",
2892
+ "license": "MIT",
2893
+ "dependencies": {
2894
+ "@types/d3-color": "*"
2895
+ }
2896
+ },
2897
+ "node_modules/@types/d3-selection": {
2898
+ "version": "3.0.11",
2899
+ "resolved": "https://registry.npmjs.org/@types/d3-selection/-/d3-selection-3.0.11.tgz",
2900
+ "integrity": "sha512-bhAXu23DJWsrI45xafYpkQ4NtcKMwWnAC/vKrd2l+nxMFuvOT3XMYTIj2opv8vq8AO5Yh7Qac/nSeP/3zjTK0w==",
2901
+ "license": "MIT"
2902
+ },
2903
+ "node_modules/@types/d3-transition": {
2904
+ "version": "3.0.9",
2905
+ "resolved": "https://registry.npmjs.org/@types/d3-transition/-/d3-transition-3.0.9.tgz",
2906
+ "integrity": "sha512-uZS5shfxzO3rGlu0cC3bjmMFKsXv+SmZZcgp0KD22ts4uGXp5EVYGzu/0YdwZeKmddhcAccYtREJKkPfXkZuCg==",
2907
+ "license": "MIT",
2908
+ "dependencies": {
2909
+ "@types/d3-selection": "*"
2910
+ }
2911
+ },
2912
+ "node_modules/@types/d3-zoom": {
2913
+ "version": "3.0.8",
2914
+ "resolved": "https://registry.npmjs.org/@types/d3-zoom/-/d3-zoom-3.0.8.tgz",
2915
+ "integrity": "sha512-iqMC4/YlFCSlO8+2Ii1GGGliCAY4XdeG748w5vQUbevlbDu0zSjH/+jojorQVBK/se0j6DUFNPBGSqD3YWYnDw==",
2916
+ "license": "MIT",
2917
+ "dependencies": {
2918
+ "@types/d3-interpolate": "*",
2919
+ "@types/d3-selection": "*"
2920
+ }
2921
+ },
2788
2922
  "node_modules/@types/debug": {
2789
2923
  "version": "4.1.13",
2790
2924
  "resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.13.tgz",
@@ -3230,6 +3364,66 @@
3230
3364
  "integrity": "sha512-RPmm6kgRbI8e98zSD3RVACvnuktIja5+yLgDAkTmxLr90BEwdTXRQWNLF3ETTTyH/8mKhznZuN5AveXYFEsMGQ==",
3231
3365
  "license": "BSD-3-Clause"
3232
3366
  },
3367
+ "node_modules/@xyflow/react": {
3368
+ "version": "12.10.1",
3369
+ "resolved": "https://registry.npmjs.org/@xyflow/react/-/react-12.10.1.tgz",
3370
+ "integrity": "sha512-5eSWtIK/+rkldOuFbOOz44CRgQRjtS9v5nufk77DV+XBnfCGL9HAQ8PG00o2ZYKqkEU/Ak6wrKC95Tu+2zuK3Q==",
3371
+ "license": "MIT",
3372
+ "dependencies": {
3373
+ "@xyflow/system": "0.0.75",
3374
+ "classcat": "^5.0.3",
3375
+ "zustand": "^4.4.0"
3376
+ },
3377
+ "peerDependencies": {
3378
+ "react": ">=17",
3379
+ "react-dom": ">=17"
3380
+ }
3381
+ },
3382
+ "node_modules/@xyflow/react/node_modules/zustand": {
3383
+ "version": "4.5.7",
3384
+ "resolved": "https://registry.npmjs.org/zustand/-/zustand-4.5.7.tgz",
3385
+ "integrity": "sha512-CHOUy7mu3lbD6o6LJLfllpjkzhHXSBlX8B9+qPddUsIfeF5S/UZ5q0kmCsnRqT1UHFQZchNFDDzMbQsuesHWlw==",
3386
+ "license": "MIT",
3387
+ "dependencies": {
3388
+ "use-sync-external-store": "^1.2.2"
3389
+ },
3390
+ "engines": {
3391
+ "node": ">=12.7.0"
3392
+ },
3393
+ "peerDependencies": {
3394
+ "@types/react": ">=16.8",
3395
+ "immer": ">=9.0.6",
3396
+ "react": ">=16.8"
3397
+ },
3398
+ "peerDependenciesMeta": {
3399
+ "@types/react": {
3400
+ "optional": true
3401
+ },
3402
+ "immer": {
3403
+ "optional": true
3404
+ },
3405
+ "react": {
3406
+ "optional": true
3407
+ }
3408
+ }
3409
+ },
3410
+ "node_modules/@xyflow/system": {
3411
+ "version": "0.0.75",
3412
+ "resolved": "https://registry.npmjs.org/@xyflow/system/-/system-0.0.75.tgz",
3413
+ "integrity": "sha512-iXs+AGFLi8w/VlAoc/iSxk+CxfT6o64Uw/k0CKASOPqjqz6E0rb5jFZgJtXGZCpfQI6OQpu5EnumP5fGxQheaQ==",
3414
+ "license": "MIT",
3415
+ "dependencies": {
3416
+ "@types/d3-drag": "^3.0.7",
3417
+ "@types/d3-interpolate": "^3.0.4",
3418
+ "@types/d3-selection": "^3.0.10",
3419
+ "@types/d3-transition": "^3.0.8",
3420
+ "@types/d3-zoom": "^3.0.8",
3421
+ "d3-drag": "^3.0.0",
3422
+ "d3-interpolate": "^3.0.1",
3423
+ "d3-selection": "^3.0.0",
3424
+ "d3-zoom": "^3.0.0"
3425
+ }
3426
+ },
3233
3427
  "node_modules/accepts": {
3234
3428
  "version": "1.3.8",
3235
3429
  "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz",
@@ -3845,6 +4039,12 @@
3845
4039
  "node": ">= 6"
3846
4040
  }
3847
4041
  },
4042
+ "node_modules/classcat": {
4043
+ "version": "5.0.5",
4044
+ "resolved": "https://registry.npmjs.org/classcat/-/classcat-5.0.5.tgz",
4045
+ "integrity": "sha512-JhZUT7JFcQy/EzW605k/ktHtncoo9vnyW/2GspNYwFlN1C/WmjuV/xtS04e9SOkL2sTdw0VAZ2UGCcQ9lR6p6w==",
4046
+ "license": "MIT"
4047
+ },
3848
4048
  "node_modules/cliui": {
3849
4049
  "version": "8.0.1",
3850
4050
  "resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz",
@@ -7593,9 +7793,9 @@
7593
7793
  "license": "MIT"
7594
7794
  },
7595
7795
  "node_modules/path-to-regexp": {
7596
- "version": "0.1.12",
7597
- "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.12.tgz",
7598
- "integrity": "sha512-RA1GjUVMnvYFxuqovrEqZoxxW5NUZqbwKtYz/Tt7nXerk0LbLblQmrsgdeOxV5SFHf0UDggjS/bSeOZwt1pmEQ==",
7796
+ "version": "0.1.13",
7797
+ "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.13.tgz",
7798
+ "integrity": "sha512-A/AGNMFN3c8bOlvV9RreMdrv7jsmF9XIfDeCd87+I8RNg6s78BhJxMu69NEMHBSJFxKidViTEdruRwEk/WIKqA==",
7599
7799
  "license": "MIT"
7600
7800
  },
7601
7801
  "node_modules/pathe": {
@@ -8686,13 +8886,13 @@
8686
8886
  }
8687
8887
  },
8688
8888
  "node_modules/side-channel-list": {
8689
- "version": "1.0.0",
8690
- "resolved": "https://registry.npmjs.org/side-channel-list/-/side-channel-list-1.0.0.tgz",
8691
- "integrity": "sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA==",
8889
+ "version": "1.0.1",
8890
+ "resolved": "https://registry.npmjs.org/side-channel-list/-/side-channel-list-1.0.1.tgz",
8891
+ "integrity": "sha512-mjn/0bi/oUURjc5Xl7IaWi/OJJJumuoJFQJfDDyO46+hBWsfaVM65TBHq2eoZBhzl9EchxOijpkbRC8SVBQU0w==",
8692
8892
  "license": "MIT",
8693
8893
  "dependencies": {
8694
8894
  "es-errors": "^1.3.0",
8695
- "object-inspect": "^1.13.3"
8895
+ "object-inspect": "^1.13.4"
8696
8896
  },
8697
8897
  "engines": {
8698
8898
  "node": ">= 0.4"
@@ -5548,6 +5548,7 @@
5548
5548
  "integrity": "sha512-o5a9xKjbtuhY6Bi5S3+HvbRERmouabWbyUcpXXUA1u+GNUKoROi9byOJ8M0nHbHYHkYICiMlqxkg1KkYmm25Sw==",
5549
5549
  "dev": true,
5550
5550
  "license": "MIT",
5551
+ "peer": true,
5551
5552
  "dependencies": {
5552
5553
  "esbuild": "^0.21.3",
5553
5554
  "postcss": "^8.4.43",
@@ -1,72 +0,0 @@
1
- Business Source License 1.1
2
-
3
- Parameters
4
-
5
- Licensor: Almadar FZE
6
- Licensed Work: KFlow Builder / Almadar
7
- The Licensed Work is (c) 2025-2026 Almadar FZE.
8
- Additional Use Grant: You may make production use of the Licensed Work for
9
- non-commercial purposes and for internal evaluation.
10
- Production use for commercial purposes requires a
11
- commercial license from the Licensor.
12
- Change Date: 2030-02-01
13
- Change License: Apache License, Version 2.0
14
-
15
- Terms
16
-
17
- The Licensor hereby grants you the right to copy, modify, create derivative
18
- works, redistribute, and make non-production use of the Licensed Work. The
19
- Licensor may make an Additional Use Grant, above, permitting limited
20
- production use.
21
-
22
- Effective on the Change Date, or the fourth anniversary of the first publicly
23
- available distribution of a specific version of the Licensed Work under this
24
- License, whichever comes first, the Licensor hereby grants you rights under
25
- the terms of the Change License, and the rights granted in the paragraph
26
- above terminate.
27
-
28
- If your use of the Licensed Work does not comply with the requirements
29
- currently in effect as described in this License, you must purchase a
30
- commercial license from the Licensor, its affiliated entities, or authorized
31
- resellers, or you must refrain from using the Licensed Work.
32
-
33
- All copies of the original and modified Licensed Work, and derivative works
34
- of the Licensed Work, are subject to this License. This License applies
35
- separately for each version of the Licensed Work and the Change Date may vary
36
- for each version of the Licensed Work released by Licensor.
37
-
38
- You must conspicuously display this License on each original or modified copy
39
- of the Licensed Work. If you receive the Licensed Work in original or
40
- modified form from a third party, the terms and conditions set forth in this
41
- License apply to your use of that work.
42
-
43
- Any use of the Licensed Work in violation of this License will automatically
44
- terminate your rights under this License for the current and all other
45
- versions of the Licensed Work.
46
-
47
- This License does not grant you any right in any trademark or logo of
48
- Licensor or its affiliates (provided that you may use a trademark or logo of
49
- Licensor as expressly required by this License).
50
-
51
- TO THE EXTENT PERMITTED BY APPLICABLE LAW, THE LICENSED WORK IS PROVIDED ON
52
- AN "AS IS" BASIS. LICENSOR HEREBY DISCLAIMS ALL WARRANTIES AND CONDITIONS,
53
- EXPRESS OR IMPLIED, INCLUDING (WITHOUT LIMITATION) WARRANTIES OF
54
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, NON-INFRINGEMENT, AND
55
- TITLE.
56
-
57
- ---
58
-
59
- License text copyright (c) 2017 MariaDB Corporation Ab, All Rights Reserved.
60
- "Business Source License" is a trademark of MariaDB Corporation Ab.
61
-
62
- ADDITIONAL TERMS:
63
-
64
- Documentation (builder/packages/website/docs/) is licensed under CC BY 4.0.
65
-
66
- TRADEMARKS:
67
-
68
- "Orbital", "KFlow", "Almadar", and the Almadar logo are trademarks of
69
- Almadar FZE. You may not use these trademarks without prior written
70
- permission from Almadar FZE.
71
-
72
- For licensing inquiries: licensing@almadar.io
@@ -1,25 +0,0 @@
1
- # @almadar/shell
2
-
3
- > Minimal full-stack shell template for Almadar applications
4
-
5
- Part of the [Almadar](https://github.com/almadar-io/almadar) platform.
6
-
7
- ## Installation
8
-
9
- ```bash
10
- npm install @almadar/shell
11
- ```
12
-
13
- ## Usage
14
-
15
- ```typescript
16
- import { /* ... */ } from '@almadar/shell';
17
- ```
18
-
19
- ## API
20
-
21
- <!-- Document public exports here -->
22
-
23
- ## License
24
-
25
- BSL 1.1 (Business Source License). Converts to Apache 2.0 on 2030-02-01. Non-production use is free.
@@ -1,120 +0,0 @@
1
- {
2
- "$meta": { "locale": "en", "direction": "ltr" },
3
-
4
- "common.save": "Save",
5
- "common.cancel": "Cancel",
6
- "common.delete": "Delete",
7
- "common.close": "Close",
8
- "common.confirm": "Are you sure?",
9
- "common.create": "Create",
10
- "common.edit": "Edit",
11
- "common.view": "View",
12
- "common.add": "Add",
13
- "common.remove": "Remove",
14
- "common.search": "Search...",
15
- "common.filter": "Filter",
16
- "common.actions": "Actions",
17
- "common.yes": "Yes",
18
- "common.no": "No",
19
- "common.ok": "OK",
20
- "common.done": "Done",
21
- "common.apply": "Apply",
22
- "common.reset": "Reset",
23
- "common.refresh": "Refresh",
24
- "common.export": "Export",
25
- "common.import": "Import",
26
- "common.copy": "Copy",
27
- "common.settings": "Settings",
28
-
29
- "nav.previous": "Previous",
30
- "nav.next": "Next",
31
- "nav.back": "Back",
32
- "nav.home": "Home",
33
-
34
- "form.submit": "Submit",
35
- "form.saving": "Saving...",
36
- "form.required": "This field is required",
37
- "form.invalidEmail": "Enter a valid email address",
38
- "form.selectPlaceholder": "Select {{label}}...",
39
- "form.searchPlaceholder": "Search {{entity}}...",
40
-
41
- "table.empty.title": "No items found",
42
- "table.empty.description": "No items to display.",
43
- "table.search.placeholder": "Search...",
44
- "table.pagination.showing": "Showing {{start}} to {{end}} of {{total}} results",
45
- "table.pagination.page": "Page {{page}} of {{totalPages}}",
46
- "table.bulk.selected": "{{count}} selected",
47
- "table.loading": "Loading...",
48
-
49
- "status.loading": "Loading...",
50
- "status.scheduled": "Scheduled",
51
- "status.inProgress": "In Progress",
52
- "status.completed": "Completed",
53
- "status.cancelled": "Cancelled",
54
- "status.pending": "Pending",
55
- "status.active": "Active",
56
- "status.inactive": "Inactive",
57
- "status.draft": "Draft",
58
- "status.archived": "Archived",
59
-
60
- "error.generic": "Something went wrong",
61
- "error.retry": "Try again",
62
- "error.notFound": "Not found",
63
- "error.loadFailed": "Failed to load: {{message}}",
64
- "error.configMissing": "Configuration not found for: {{id}}",
65
-
66
- "common.loading": "Loading...",
67
- "common.showMore": "Show More",
68
- "common.showLess": "Show Less",
69
- "common.noResults": "No results found",
70
- "common.saveChanges": "Save Changes",
71
- "common.retry": "Retry",
72
- "common.open": "Open",
73
- "common.back": "Back",
74
-
75
- "empty.noItems": "No items",
76
- "empty.noData": "No data available",
77
- "empty.noItemsYet": "No items yet",
78
- "empty.noItemsAdded": "No items added yet",
79
- "empty.noOptionsFound": "No options found",
80
-
81
- "list.addItemPlaceholder": "Add new item...",
82
-
83
- "error.occurred": "An error occurred",
84
- "error.failedToLoad": "Failed to load data",
85
-
86
- "wizard.back": "Back",
87
- "wizard.next": "Next",
88
- "wizard.complete": "Complete",
89
- "wizard.stepOf": "Step {{current}} of {{total}}",
90
-
91
- "pagination.previous": "Previous",
92
- "pagination.next": "Next",
93
- "pagination.total": "Total:",
94
- "pagination.show": "Show:",
95
- "pagination.goTo": "Go to:",
96
- "pagination.go": "Go",
97
-
98
- "auth.signIn": "Sign in",
99
- "auth.signOut": "Sign out",
100
-
101
- "dialog.confirm": "Confirm",
102
- "dialog.cancel": "Cancel",
103
- "dialog.loading": "Loading...",
104
- "dialog.delete.title": "Delete {{item}}?",
105
- "dialog.delete.message": "This action cannot be undone.",
106
-
107
- "trait.availableActions": "Available Actions",
108
- "trait.transitions": "Transitions",
109
- "trait.availableNow": "Available now",
110
-
111
- "book.startReading": "Start Reading",
112
- "book.tableOfContents": "Table of Contents",
113
- "book.partNumber": "Part {{number}}",
114
- "book.print": "Print",
115
- "book.previousPage": "Previous page",
116
- "book.nextPage": "Next page",
117
-
118
- "quiz.showAnswer": "Show answer",
119
- "quiz.hideAnswer": "Hide answer"
120
- }
@@ -1,35 +0,0 @@
1
- {
2
- "name": "@almadar/shell",
3
- "version": "2.6.2",
4
- "private": false,
5
- "description": "Minimal full-stack shell template for Almadar applications",
6
- "packageManager": "pnpm@10.30.3",
7
- "scripts": {
8
- "dev": "npx concurrently -n client,server -c blue,green \"pnpm --filter @almadar/shell-client dev\" \"pnpm --filter @almadar/shell-server dev\"",
9
- "build": "pnpm run -r build",
10
- "typecheck": "turbo run typecheck",
11
- "lint": "turbo run lint",
12
- "prepare": "git rev-parse --git-dir > /dev/null 2>&1 && git config core.hooksPath .githooks || true"
13
- },
14
- "devDependencies": {
15
- "concurrently": "^9.2.1",
16
- "turbo": "^2.8.17"
17
- },
18
- "pnpm": {
19
- "overrides": {
20
- "@tootallnate/once": "^3.0.1",
21
- "esbuild": "^0.25.0",
22
- "flatted": "^3.4.1"
23
- }
24
- },
25
- "files": [
26
- "dist"
27
- ],
28
- "repository": {
29
- "type": "git",
30
- "url": "https://github.com/almadar-io/almadar-shell.git"
31
- },
32
- "publishConfig": {
33
- "access": "public"
34
- }
35
- }
@@ -1,23 +0,0 @@
1
- "use strict";
2
- const tsParser = require("@typescript-eslint/parser");
3
- const almadarPlugin = require("@almadar/eslint-plugin");
4
-
5
- module.exports = [
6
- { ignores: ["dist/**", "node_modules/**", "**/*.test.ts", "**/*.test.tsx"] },
7
- {
8
- files: ["src/**/*.ts", "src/**/*.tsx"],
9
- languageOptions: {
10
- parser: tsParser,
11
- parserOptions: {
12
- ecmaFeatures: { jsx: true },
13
- ecmaVersion: "latest",
14
- sourceType: "module",
15
- },
16
- },
17
- plugins: { almadar: almadarPlugin },
18
- rules: {
19
- "almadar/no-as-any": "error",
20
- "almadar/no-import-generated": "error",
21
- },
22
- },
23
- ];