@almadar/orb 6.11.0 → 6.12.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.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@almadar/orb",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.12.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.
|
|
53
|
-
"@almadar/orb-darwin-arm64": "6.
|
|
54
|
-
"@almadar/orb-linux-x64": "6.
|
|
55
|
-
"@almadar/orb-linux-arm64": "6.
|
|
56
|
-
"@almadar/orb-windows-x64": "6.
|
|
52
|
+
"@almadar/orb-darwin-x64": "6.12.0",
|
|
53
|
+
"@almadar/orb-darwin-arm64": "6.12.0",
|
|
54
|
+
"@almadar/orb-linux-x64": "6.12.0",
|
|
55
|
+
"@almadar/orb-linux-arm64": "6.12.0",
|
|
56
|
+
"@almadar/orb-windows-x64": "6.12.0"
|
|
57
57
|
}
|
|
58
58
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@almadar/shell-client",
|
|
3
|
-
"version": "2.13.
|
|
3
|
+
"version": "2.13.15",
|
|
4
4
|
"private": true,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"scripts": {
|
|
@@ -16,9 +16,9 @@
|
|
|
16
16
|
"@almadar/core": "^7.14.3",
|
|
17
17
|
"@almadar/evaluator": "^2.11.2",
|
|
18
18
|
"@almadar/logger": "^1.3.0",
|
|
19
|
-
"@almadar/patterns": "^2.30.
|
|
19
|
+
"@almadar/patterns": "^2.30.2",
|
|
20
20
|
"@almadar/syntax": "^1.4.0",
|
|
21
|
-
"@almadar/ui": "^4.
|
|
21
|
+
"@almadar/ui": "^4.55.0",
|
|
22
22
|
"@monaco-editor/react": "^4.7.0",
|
|
23
23
|
"@react-three/drei": "^9.92.0",
|
|
24
24
|
"@react-three/fiber": "^9.0.0",
|
|
@@ -55,6 +55,7 @@
|
|
|
55
55
|
"jsdom": "^25.0.1",
|
|
56
56
|
"postcss": "^8.5.3",
|
|
57
57
|
"tailwindcss": "^3.4.17",
|
|
58
|
+
"@tailwindcss/container-queries": "^0.1.1",
|
|
58
59
|
"typescript": "^5.7.3",
|
|
59
60
|
"vite": "^6.2.1",
|
|
60
61
|
"vitest": "^2.1.9"
|
|
@@ -6,6 +6,13 @@ const require = createRequire(import.meta.url);
|
|
|
6
6
|
const uiEntry = require.resolve('@almadar/ui');
|
|
7
7
|
const uiDist = join(dirname(uiEntry), '..', '**', '*.js');
|
|
8
8
|
|
|
9
|
+
// @almadar/ui's DashboardLayout (sidebar / topnav / bottomnav modes) and
|
|
10
|
+
// several molecules use container-query Tailwind variants (`@md/dashboard:flex`,
|
|
11
|
+
// `@sm/dashboard:block`, etc.). Without this plugin Tailwind silently drops
|
|
12
|
+
// every `@*/dashboard:*` class and the chrome renders as a blank top-bar with
|
|
13
|
+
// action icons collapsed to the left (no nav, no search, no app title).
|
|
14
|
+
const containerQueries = require('@tailwindcss/container-queries');
|
|
15
|
+
|
|
9
16
|
/** @type {import('tailwindcss').Config} */
|
|
10
17
|
export default {
|
|
11
18
|
presets: [require('./tailwind-preset.cjs')],
|
|
@@ -17,5 +24,5 @@ export default {
|
|
|
17
24
|
theme: {
|
|
18
25
|
extend: {},
|
|
19
26
|
},
|
|
20
|
-
plugins: [],
|
|
27
|
+
plugins: [containerQueries],
|
|
21
28
|
}
|
|
@@ -32,14 +32,14 @@ importers:
|
|
|
32
32
|
specifier: ^1.3.0
|
|
33
33
|
version: 1.3.0
|
|
34
34
|
'@almadar/patterns':
|
|
35
|
-
specifier: ^2.30.
|
|
36
|
-
version: 2.30.
|
|
35
|
+
specifier: ^2.30.2
|
|
36
|
+
version: 2.30.2
|
|
37
37
|
'@almadar/syntax':
|
|
38
38
|
specifier: ^1.4.0
|
|
39
39
|
version: 1.4.0
|
|
40
40
|
'@almadar/ui':
|
|
41
|
-
specifier: ^4.
|
|
42
|
-
version: 4.
|
|
41
|
+
specifier: ^4.55.0
|
|
42
|
+
version: 4.55.0(@react-three/drei@9.122.0(@react-three/fiber@9.5.0(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(three@0.160.1))(@types/react@19.2.14)(@types/three@0.183.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(three@0.160.1)(use-sync-external-store@1.6.0(react@19.2.4)))(@react-three/fiber@9.5.0(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(three@0.160.1))(@react-three/postprocessing@3.0.4(@react-three/fiber@9.5.0(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(three@0.160.1))(@types/three@0.183.1)(react@19.2.4)(three@0.160.1))(@tanstack/react-query@5.91.2(react@19.2.4))(@types/react@19.2.14)(express@4.22.1)(react-dom@19.2.4(react@19.2.4))(react-router-dom@7.13.1(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(react@19.2.4)(three@0.160.1)
|
|
43
43
|
'@monaco-editor/react':
|
|
44
44
|
specifier: ^4.7.0
|
|
45
45
|
version: 4.7.0(monaco-editor@0.52.2)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
@@ -110,6 +110,9 @@ importers:
|
|
|
110
110
|
'@almadar/eslint-plugin':
|
|
111
111
|
specifier: ^2.8.1
|
|
112
112
|
version: 2.8.1(eslint@10.0.0(jiti@1.21.7))
|
|
113
|
+
'@tailwindcss/container-queries':
|
|
114
|
+
specifier: ^0.1.1
|
|
115
|
+
version: 0.1.1(tailwindcss@3.4.19(tsx@4.21.0))
|
|
113
116
|
'@testing-library/jest-dom':
|
|
114
117
|
specifier: ^6.6.3
|
|
115
118
|
version: 6.9.1
|
|
@@ -241,6 +244,9 @@ packages:
|
|
|
241
244
|
'@almadar/core@7.14.3':
|
|
242
245
|
resolution: {integrity: sha512-Kbo65FNAxHb9LYN09pDg3AtkU5QB5dXU1noO4q0mF8lcV7hcnibWtldVQfhARzsr3sXQ2WobhT6NMlHFdHWWyA==}
|
|
243
246
|
|
|
247
|
+
'@almadar/core@7.25.0':
|
|
248
|
+
resolution: {integrity: sha512-raozzg0hOLWHz3Bsv83htWPKpFOs/JmdlugpPylmcRE0ge/lrCV0hrLGMB4WmEIVaqZ15+oOs5Mtbrov7Qbfww==}
|
|
249
|
+
|
|
244
250
|
'@almadar/eslint-plugin@2.8.1':
|
|
245
251
|
resolution: {integrity: sha512-DaWThhbtFMT/IrqEyc+XADrhAqTjc+jeSO9CeiSJKs0+UoBDuNLZNhLy1kiXT61XdHSxCNZD7jjjtHbXbe59+g==}
|
|
246
252
|
peerDependencies:
|
|
@@ -263,8 +269,8 @@ packages:
|
|
|
263
269
|
'@almadar/logger@1.3.0':
|
|
264
270
|
resolution: {integrity: sha512-6WhnbfjQqHEy2hoRlvZM0RYr8trAra5t82IhOOIRPIoc2/jbpoIqINZ/dGlbndoa3g1aC+4LrdH35H0TzKdEhw==}
|
|
265
271
|
|
|
266
|
-
'@almadar/patterns@2.30.
|
|
267
|
-
resolution: {integrity: sha512-
|
|
272
|
+
'@almadar/patterns@2.30.2':
|
|
273
|
+
resolution: {integrity: sha512-kMC14HxpAPBsXKzJb3h9AwTDfgA/B5l9tg9VXlkbnGM2kdxQF1MJjNC9n9xRjEH9ZRhnXyLCxdw70yUxDckhwA==}
|
|
268
274
|
|
|
269
275
|
'@almadar/runtime@6.5.1':
|
|
270
276
|
resolution: {integrity: sha512-+M5yEKKChQTRzajrfqrzlBj56hHkp7nC4955Lm2SJVefIreclpaQDWr5Be3Nrqs/J4BOTCsyc3hcfyfqec3Vyw==}
|
|
@@ -286,8 +292,8 @@ packages:
|
|
|
286
292
|
'@almadar/syntax@1.4.0':
|
|
287
293
|
resolution: {integrity: sha512-r79cxWTDykcnBpWzWV1foHufBMWcgf/88AFT/lRAxyeIJIkwYA5lQjIJIonWh8z4adgSQw3rtl/KjlCy3mG+Uw==}
|
|
288
294
|
|
|
289
|
-
'@almadar/ui@4.
|
|
290
|
-
resolution: {integrity: sha512-
|
|
295
|
+
'@almadar/ui@4.55.0':
|
|
296
|
+
resolution: {integrity: sha512-vnuIcjEVt/FH7kiytostvIcYedfo4akxczSpm2Gr7OIhaZRUv+ckdavS8x76doxGlUQi0MpDOM+kO0mQI93U2A==}
|
|
291
297
|
peerDependencies:
|
|
292
298
|
'@react-three/drei': ^10.7.7
|
|
293
299
|
'@react-three/fiber': ^9.0.0
|
|
@@ -1284,6 +1290,11 @@ packages:
|
|
|
1284
1290
|
'@standard-schema/spec@1.1.0':
|
|
1285
1291
|
resolution: {integrity: sha512-l2aFy5jALhniG5HgqrD6jXLi/rUWrKvqN/qJx6yoJsgKhblVd+iqqU4RCXavm/jPityDo5TCvKMnpjKnOriy0w==}
|
|
1286
1292
|
|
|
1293
|
+
'@tailwindcss/container-queries@0.1.1':
|
|
1294
|
+
resolution: {integrity: sha512-p18dswChx6WnTSaJCSGx6lTmrGzNNvm2FtXmiO6AuA1V4U5REyoqwmT6kgAsIMdjo07QdAfYXHJ4hnMtfHzWgA==}
|
|
1295
|
+
peerDependencies:
|
|
1296
|
+
tailwindcss: '>=3.2.0'
|
|
1297
|
+
|
|
1287
1298
|
'@tanstack/query-core@5.91.2':
|
|
1288
1299
|
resolution: {integrity: sha512-Uz2pTgPC1mhqrrSGg18RKCWT/pkduAYtxbcyIyKBhw7dTWjXZIzqmpzO2lBkyWr4hlImQgpu1m1pei3UnkFRWw==}
|
|
1289
1300
|
|
|
@@ -4182,7 +4193,12 @@ snapshots:
|
|
|
4182
4193
|
|
|
4183
4194
|
'@almadar/core@7.14.3':
|
|
4184
4195
|
dependencies:
|
|
4185
|
-
'@almadar/patterns': 2.30.
|
|
4196
|
+
'@almadar/patterns': 2.30.2
|
|
4197
|
+
zod: 3.25.76
|
|
4198
|
+
|
|
4199
|
+
'@almadar/core@7.25.0':
|
|
4200
|
+
dependencies:
|
|
4201
|
+
'@almadar/patterns': 2.30.2
|
|
4186
4202
|
zod: 3.25.76
|
|
4187
4203
|
|
|
4188
4204
|
'@almadar/eslint-plugin@2.8.1(eslint@10.0.0(jiti@1.21.7))':
|
|
@@ -4200,7 +4216,7 @@ snapshots:
|
|
|
4200
4216
|
'@almadar/core': 7.14.3
|
|
4201
4217
|
'@almadar/llm': 2.12.0(@almadar/core@7.14.3)(@opentelemetry/api@1.9.0)(ws@8.20.1)
|
|
4202
4218
|
'@almadar/logger': 1.3.0
|
|
4203
|
-
'@almadar/patterns': 2.30.
|
|
4219
|
+
'@almadar/patterns': 2.30.2
|
|
4204
4220
|
'@sendgrid/mail': 8.1.6
|
|
4205
4221
|
dotenv: 16.6.1
|
|
4206
4222
|
googleapis: 144.0.0
|
|
@@ -4239,7 +4255,7 @@ snapshots:
|
|
|
4239
4255
|
dependencies:
|
|
4240
4256
|
'@almadar/core': 7.14.3
|
|
4241
4257
|
|
|
4242
|
-
'@almadar/patterns@2.30.
|
|
4258
|
+
'@almadar/patterns@2.30.2':
|
|
4243
4259
|
dependencies:
|
|
4244
4260
|
'@almadar/core': 7.14.3
|
|
4245
4261
|
|
|
@@ -4277,15 +4293,15 @@ snapshots:
|
|
|
4277
4293
|
'@almadar/syntax@1.4.0':
|
|
4278
4294
|
dependencies:
|
|
4279
4295
|
'@almadar/core': 7.14.3
|
|
4280
|
-
'@almadar/patterns': 2.30.
|
|
4296
|
+
'@almadar/patterns': 2.30.2
|
|
4281
4297
|
'@almadar/std': 14.38.0
|
|
4282
4298
|
|
|
4283
|
-
'@almadar/ui@4.
|
|
4299
|
+
'@almadar/ui@4.55.0(@react-three/drei@9.122.0(@react-three/fiber@9.5.0(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(three@0.160.1))(@types/react@19.2.14)(@types/three@0.183.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(three@0.160.1)(use-sync-external-store@1.6.0(react@19.2.4)))(@react-three/fiber@9.5.0(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(three@0.160.1))(@react-three/postprocessing@3.0.4(@react-three/fiber@9.5.0(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(three@0.160.1))(@types/three@0.183.1)(react@19.2.4)(three@0.160.1))(@tanstack/react-query@5.91.2(react@19.2.4))(@types/react@19.2.14)(express@4.22.1)(react-dom@19.2.4(react@19.2.4))(react-router-dom@7.13.1(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(react@19.2.4)(three@0.160.1)':
|
|
4284
4300
|
dependencies:
|
|
4285
|
-
'@almadar/core': 7.
|
|
4301
|
+
'@almadar/core': 7.25.0
|
|
4286
4302
|
'@almadar/evaluator': 2.11.2
|
|
4287
4303
|
'@almadar/logger': 1.3.0
|
|
4288
|
-
'@almadar/patterns': 2.30.
|
|
4304
|
+
'@almadar/patterns': 2.30.2
|
|
4289
4305
|
'@almadar/runtime': 6.5.1(express@4.22.1)
|
|
4290
4306
|
'@almadar/std': 14.38.0
|
|
4291
4307
|
'@almadar/syntax': 1.4.0
|
|
@@ -5382,6 +5398,10 @@ snapshots:
|
|
|
5382
5398
|
|
|
5383
5399
|
'@standard-schema/spec@1.1.0': {}
|
|
5384
5400
|
|
|
5401
|
+
'@tailwindcss/container-queries@0.1.1(tailwindcss@3.4.19(tsx@4.21.0))':
|
|
5402
|
+
dependencies:
|
|
5403
|
+
tailwindcss: 3.4.19(tsx@4.21.0)
|
|
5404
|
+
|
|
5385
5405
|
'@tanstack/query-core@5.91.2': {}
|
|
5386
5406
|
|
|
5387
5407
|
'@tanstack/react-query@5.91.2(react@19.2.4)':
|