@grackle-ai/web-components 0.108.3 → 0.108.4

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": "@grackle-ai/web-components",
3
- "version": "0.108.3",
3
+ "version": "0.108.4",
4
4
  "description": "Presentational React component library for the Grackle web UI",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -40,7 +40,7 @@
40
40
  "remark-gfm": "^4.0.0",
41
41
  "lucide-react": "~0.474.0",
42
42
  "react-router": "^7.0.0",
43
- "@grackle-ai/common": "0.108.3"
43
+ "@grackle-ai/common": "0.108.4"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@rushstack/heft": "1.2.7",
@@ -1,4 +1,4 @@
1
1
  Build cache hit.
2
- Cache key: 9f397c070a4229568e12d273f46cf0cda84b9bd2
2
+ Cache key: 116390ecbdd70f01703a1a6dbb1dd805d1a6f702
3
3
  Clearing cached folders: dist, storybook-static, .rush/temp/operation/_phase_build
4
4
  Successfully restored output from the build cache.
@@ -0,0 +1,18 @@
1
+ Invoking: heft run --only build -- --clean
2
+ ---- build started ----
3
+ [build:typescript] Using TypeScript version 5.7.3
4
+ [build:storybook-build] Building Storybook...
5
+ [build:storybook-build] Storybook build completed.
6
+ [build:vite-build] Starting Vite build...
7
+ [build:lint] Using ESLint version 9.39.4
8
+ vite v6.4.2 building for production...
9
+ transforming...
10
+ ✓ 2574 modules transformed.
11
+ rendering chunks...
12
+ computing gzip size...
13
+ dist/index.css 156.05 kB │ gzip: 20.36 kB
14
+ dist/index.js 1,373.42 kB │ gzip: 351.63 kB
15
+ ✓ built in 6.72s
16
+ [build:vite-build] Vite build completed.
17
+ ---- build finished (96.180s) ----
18
+ -------------------- Finished (96.184s) --------------------
@@ -1,4 +1,4 @@
1
1
  Build cache hit.
2
- Cache key: 28d8c029b5d0c4a740412c3ca7a7aa456ad48c1b
2
+ Cache key: ddb88821de1bbf09dbde855d6172b545d74acf2a
3
3
  Clearing cached folders: .rush/temp/operation/_phase_test
4
4
  Successfully restored output from the build cache.
@@ -0,0 +1,121 @@
1
+ Invoking: heft run --only test
2
+ The provided list of phases does not contain all phase dependencies. You may need to run the excluded phases manually.
3
+ ---- test started ----
4
+ [test:vitest] Running vitest...
5
+
6
+ RUN v3.2.4 /home/runner/work/grackle/grackle/packages/web-components
7
+
8
+ ✓ src/utils/sessionEvents.test.ts (14 tests) 52ms
9
+ ✓ src/utils/eventContent.test.ts (38 tests) 120ms
10
+ ✓ src/utils/dashboard.test.ts (4 tests) 17ms
11
+ ✓ src/utils/route-config.test.ts (23 tests) 25ms
12
+ ✓ src/utils/scrollUtils.test.ts (11 tests) 23ms
13
+ ✓ src/utils/breadcrumbs.test.ts (18 tests) 52ms
14
+ ✓ src/components/tools/classifyTool.test.ts (6 tests) 21ms
15
+ ✓ src/components/tools/toolCardHelpers.test.ts (10 tests) 18ms
16
+ ✓ src/components/display/extractText.test.tsx (8 tests) 12ms
17
+ ✓ src/components/editable/useEditableField.test.tsx (17 tests) 144ms
18
+ ✓ src/hooks/useEventSelection.test.ts (13 tests) 69ms
19
+ ✓ src/components/notifications/UpdateBanner.test.tsx (4 tests) 130ms
20
+
21
+ Test Files 12 passed (12)
22
+ Tests 166 passed (166)
23
+ Start at 07:58:51
24
+ Duration 13.47s (transform 2.63s, setup 0ms, collect 16.01s, tests 682ms, environment 6.83s, prepare 3.98s)
25
+
26
+ [test:vitest] Vitest completed.
27
+ [test:storybook-test] Starting Storybook static server on port 33833...
28
+ [test:storybook-test] Storybook server ready. Running interaction tests...
29
+ jest-haste-map: duplicate manual mock found: adapter-manager
30
+ The following files share their name; please delete one of them:
31
+ * <rootDir>/packages/server/dist/__mocks__/adapter-manager.js
32
+ * <rootDir>/packages/server/src/__mocks__/adapter-manager.ts
33
+
34
+ jest-haste-map: duplicate manual mock found: auto-reconnect
35
+ The following files share their name; please delete one of them:
36
+ * <rootDir>/packages/server/dist/__mocks__/auto-reconnect.js
37
+ * <rootDir>/packages/server/src/__mocks__/auto-reconnect.ts
38
+
39
+ jest-haste-map: duplicate manual mock found: event-bus
40
+ The following files share their name; please delete one of them:
41
+ * <rootDir>/packages/server/dist/__mocks__/event-bus.js
42
+ * <rootDir>/packages/server/src/__mocks__/event-bus.ts
43
+
44
+ jest-haste-map: duplicate manual mock found: event-processor
45
+ The following files share their name; please delete one of them:
46
+ * <rootDir>/packages/server/dist/__mocks__/event-processor.js
47
+ * <rootDir>/packages/server/src/__mocks__/event-processor.ts
48
+
49
+ jest-haste-map: duplicate manual mock found: github-import
50
+ The following files share their name; please delete one of them:
51
+ * <rootDir>/packages/server/dist/__mocks__/github-import.js
52
+ * <rootDir>/packages/server/src/__mocks__/github-import.ts
53
+
54
+ jest-haste-map: duplicate manual mock found: lifecycle
55
+ The following files share their name; please delete one of them:
56
+ * <rootDir>/packages/server/dist/__mocks__/lifecycle.js
57
+ * <rootDir>/packages/server/src/__mocks__/lifecycle.ts
58
+
59
+ jest-haste-map: duplicate manual mock found: log-writer
60
+ The following files share their name; please delete one of them:
61
+ * <rootDir>/packages/server/dist/__mocks__/log-writer.js
62
+ * <rootDir>/packages/server/src/__mocks__/log-writer.ts
63
+
64
+ jest-haste-map: duplicate manual mock found: logger
65
+ The following files share their name; please delete one of them:
66
+ * <rootDir>/packages/server/dist/__mocks__/logger.js
67
+ * <rootDir>/packages/server/src/__mocks__/logger.ts
68
+
69
+ jest-haste-map: duplicate manual mock found: pipe-delivery
70
+ The following files share their name; please delete one of them:
71
+ * <rootDir>/packages/server/dist/__mocks__/pipe-delivery.js
72
+ * <rootDir>/packages/server/src/__mocks__/pipe-delivery.ts
73
+
74
+ jest-haste-map: duplicate manual mock found: processor-registry
75
+ The following files share their name; please delete one of them:
76
+ * <rootDir>/packages/server/dist/__mocks__/processor-registry.js
77
+ * <rootDir>/packages/server/src/__mocks__/processor-registry.ts
78
+
79
+ jest-haste-map: duplicate manual mock found: reanimate-agent
80
+ The following files share their name; please delete one of them:
81
+ * <rootDir>/packages/server/dist/__mocks__/reanimate-agent.js
82
+ * <rootDir>/packages/server/src/__mocks__/reanimate-agent.ts
83
+
84
+ jest-haste-map: duplicate manual mock found: session-recovery
85
+ The following files share their name; please delete one of them:
86
+ * <rootDir>/packages/server/dist/__mocks__/session-recovery.js
87
+ * <rootDir>/packages/server/src/__mocks__/session-recovery.ts
88
+
89
+ jest-haste-map: duplicate manual mock found: stream-hub
90
+ The following files share their name; please delete one of them:
91
+ * <rootDir>/packages/server/dist/__mocks__/stream-hub.js
92
+ * <rootDir>/packages/server/src/__mocks__/stream-hub.ts
93
+
94
+ jest-haste-map: duplicate manual mock found: stream-registry
95
+ The following files share their name; please delete one of them:
96
+ * <rootDir>/packages/server/dist/__mocks__/stream-registry.js
97
+ * <rootDir>/packages/server/src/__mocks__/stream-registry.ts
98
+
99
+ jest-haste-map: duplicate manual mock found: token-push
100
+ The following files share their name; please delete one of them:
101
+ * <rootDir>/packages/server/dist/__mocks__/token-push.js
102
+ * <rootDir>/packages/server/src/__mocks__/token-push.ts
103
+
104
+ jest-haste-map: duplicate manual mock found: utils/exec
105
+ The following files share their name; please delete one of them:
106
+ * <rootDir>/packages/server/dist/__mocks__/utils/exec.js
107
+ * <rootDir>/packages/server/src/__mocks__/utils/exec.ts
108
+
109
+ jest-haste-map: duplicate manual mock found: utils/format-gh-error
110
+ The following files share their name; please delete one of them:
111
+ * <rootDir>/packages/server/dist/__mocks__/utils/format-gh-error.js
112
+ * <rootDir>/packages/server/src/__mocks__/utils/format-gh-error.ts
113
+
114
+ jest-haste-map: duplicate manual mock found: utils/network
115
+ The following files share their name; please delete one of them:
116
+ * <rootDir>/packages/server/dist/__mocks__/utils/network.js
117
+ * <rootDir>/packages/server/src/__mocks__/utils/network.ts
118
+
119
+ [test:storybook-test] Storybook interaction tests completed.
120
+ ---- test finished (112.215s) ----
121
+ -------------------- Finished (112.221s) --------------------