@grackle-ai/web-components 0.111.0 → 0.112.1
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/.rush/temp/{406cafe37bd01cafa4c4b9e60e3abee9180ce991.untar.log → 30718c57404891eb5c6c96c935c4a6879170c963.untar.log} +2 -2
- package/.rush/temp/{9432bf197de04657ccc35f53841e118300f161e9.untar.log → 6ab1fbb7acd3281d7612ffe24dcc9982dd8c9061.untar.log} +2 -2
- package/.rush/temp/operation/_phase_build/all.log +6 -6
- package/.rush/temp/operation/_phase_build/log-chunks.jsonl +6 -6
- package/.rush/temp/operation/_phase_build/state.json +1 -1
- package/.rush/temp/operation/_phase_test/all.log +24 -23
- package/.rush/temp/operation/_phase_test/log-chunks.jsonl +24 -23
- package/.rush/temp/operation/_phase_test/state.json +1 -1
- package/dist/index.css +1 -1
- package/dist/index.js +6646 -6593
- package/package.json +2 -2
- package/rush-logs/web-components._phase_build.cache.log +1 -1
- package/rush-logs/web-components._phase_test.cache.log +1 -1
- package/src/components/chat/ChatInput.module.scss +10 -2
- package/src/components/chat/ChatInput.stories.tsx +35 -0
- package/src/components/chat/ChatInput.tsx +88 -6
- package/src/components/display/EventRenderer.module.scss +18 -85
- package/src/components/display/EventRenderer.stories.tsx +16 -0
- package/src/components/display/EventRenderer.tsx +19 -5
- package/src/components/display/EventStream.stories.tsx +3 -1
- package/src/components/display/SplashScreen.tsx +2 -1
- package/src/components/layout/AppNav.stories.tsx +5 -5
- package/src/components/layout/AppNav.tsx +23 -14
- package/src/components/layout/StatusBar.tsx +2 -1
- package/src/components/panels/KeyboardShortcutsPanel.stories.tsx +2 -2
- package/src/components/panels/KeyboardShortcutsPanel.tsx +3 -2
- package/src/index.ts +2 -0
- package/src/mocks/mockData.ts +12 -0
- package/src/styles/mixins.scss +93 -0
- package/src/utils/assetUrl.test.ts +23 -0
- package/src/utils/assetUrl.ts +33 -0
- package/.rush/temp/406cafe37bd01cafa4c4b9e60e3abee9180ce991.tar.log +0 -235
- package/.rush/temp/9432bf197de04657ccc35f53841e118300f161e9.tar.log +0 -12
- package/.rush/temp/chunked-rush-logs/web-components._phase_build.chunks.jsonl +0 -18
- package/.rush/temp/chunked-rush-logs/web-components._phase_test.chunks.jsonl +0 -124
- package/rush-logs/web-components._phase_build.log +0 -18
- package/rush-logs/web-components._phase_test.log +0 -124
- package/temp/build/lint/_eslint-5eVG3S6w.json +0 -830
|
@@ -1,124 +0,0 @@
|
|
|
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) 56ms
|
|
9
|
-
✓ src/utils/eventContent.test.ts (38 tests) 132ms
|
|
10
|
-
✓ src/utils/dashboard.test.ts (4 tests) 19ms
|
|
11
|
-
✓ src/utils/route-config.test.ts (23 tests) 65ms
|
|
12
|
-
✓ src/utils/scrollUtils.test.ts (11 tests) 14ms
|
|
13
|
-
✓ src/utils/breadcrumbs.test.ts (18 tests) 74ms
|
|
14
|
-
✓ src/components/tools/classifyTool.test.ts (6 tests) 26ms
|
|
15
|
-
✓ src/components/tools/toolCardHelpers.test.ts (10 tests) 14ms
|
|
16
|
-
✓ src/components/display/extractText.test.tsx (8 tests) 22ms
|
|
17
|
-
✓ src/components/editable/useEditableField.test.tsx (17 tests) 145ms
|
|
18
|
-
✓ src/hooks/useEventSelection.test.ts (13 tests) 111ms
|
|
19
|
-
✓ src/components/display/McpAppWidget.test.tsx (3 tests) 554ms
|
|
20
|
-
✓ McpAppWidget > mounts an iframe host for the widget 403ms
|
|
21
|
-
✓ src/components/notifications/UpdateBanner.test.tsx (4 tests) 208ms
|
|
22
|
-
✓ src/utils/grackleHostStyleVariables.test.ts (2 tests) 306ms
|
|
23
|
-
|
|
24
|
-
Test Files 14 passed (14)
|
|
25
|
-
Tests 171 passed (171)
|
|
26
|
-
Start at 18:14:21
|
|
27
|
-
Duration 16.60s (transform 2.87s, setup 0ms, collect 19.01s, tests 1.74s, environment 13.63s, prepare 5.62s)
|
|
28
|
-
|
|
29
|
-
[test:vitest] Vitest completed.
|
|
30
|
-
[test:storybook-test] Starting Storybook static server on port 39551...
|
|
31
|
-
[test:storybook-test] Storybook server ready. Running interaction tests...
|
|
32
|
-
jest-haste-map: duplicate manual mock found: adapter-manager
|
|
33
|
-
The following files share their name; please delete one of them:
|
|
34
|
-
* <rootDir>/packages/server/dist/__mocks__/adapter-manager.js
|
|
35
|
-
* <rootDir>/packages/server/src/__mocks__/adapter-manager.ts
|
|
36
|
-
|
|
37
|
-
jest-haste-map: duplicate manual mock found: auto-reconnect
|
|
38
|
-
The following files share their name; please delete one of them:
|
|
39
|
-
* <rootDir>/packages/server/dist/__mocks__/auto-reconnect.js
|
|
40
|
-
* <rootDir>/packages/server/src/__mocks__/auto-reconnect.ts
|
|
41
|
-
|
|
42
|
-
jest-haste-map: duplicate manual mock found: event-bus
|
|
43
|
-
The following files share their name; please delete one of them:
|
|
44
|
-
* <rootDir>/packages/server/dist/__mocks__/event-bus.js
|
|
45
|
-
* <rootDir>/packages/server/src/__mocks__/event-bus.ts
|
|
46
|
-
|
|
47
|
-
jest-haste-map: duplicate manual mock found: event-processor
|
|
48
|
-
The following files share their name; please delete one of them:
|
|
49
|
-
* <rootDir>/packages/server/dist/__mocks__/event-processor.js
|
|
50
|
-
* <rootDir>/packages/server/src/__mocks__/event-processor.ts
|
|
51
|
-
|
|
52
|
-
jest-haste-map: duplicate manual mock found: github-import
|
|
53
|
-
The following files share their name; please delete one of them:
|
|
54
|
-
* <rootDir>/packages/server/dist/__mocks__/github-import.js
|
|
55
|
-
* <rootDir>/packages/server/src/__mocks__/github-import.ts
|
|
56
|
-
|
|
57
|
-
jest-haste-map: duplicate manual mock found: lifecycle
|
|
58
|
-
The following files share their name; please delete one of them:
|
|
59
|
-
* <rootDir>/packages/server/dist/__mocks__/lifecycle.js
|
|
60
|
-
* <rootDir>/packages/server/src/__mocks__/lifecycle.ts
|
|
61
|
-
|
|
62
|
-
jest-haste-map: duplicate manual mock found: log-writer
|
|
63
|
-
The following files share their name; please delete one of them:
|
|
64
|
-
* <rootDir>/packages/server/dist/__mocks__/log-writer.js
|
|
65
|
-
* <rootDir>/packages/server/src/__mocks__/log-writer.ts
|
|
66
|
-
|
|
67
|
-
jest-haste-map: duplicate manual mock found: logger
|
|
68
|
-
The following files share their name; please delete one of them:
|
|
69
|
-
* <rootDir>/packages/server/dist/__mocks__/logger.js
|
|
70
|
-
* <rootDir>/packages/server/src/__mocks__/logger.ts
|
|
71
|
-
|
|
72
|
-
jest-haste-map: duplicate manual mock found: pipe-delivery
|
|
73
|
-
The following files share their name; please delete one of them:
|
|
74
|
-
* <rootDir>/packages/server/dist/__mocks__/pipe-delivery.js
|
|
75
|
-
* <rootDir>/packages/server/src/__mocks__/pipe-delivery.ts
|
|
76
|
-
|
|
77
|
-
jest-haste-map: duplicate manual mock found: processor-registry
|
|
78
|
-
The following files share their name; please delete one of them:
|
|
79
|
-
* <rootDir>/packages/server/dist/__mocks__/processor-registry.js
|
|
80
|
-
* <rootDir>/packages/server/src/__mocks__/processor-registry.ts
|
|
81
|
-
|
|
82
|
-
jest-haste-map: duplicate manual mock found: reanimate-agent
|
|
83
|
-
The following files share their name; please delete one of them:
|
|
84
|
-
* <rootDir>/packages/server/dist/__mocks__/reanimate-agent.js
|
|
85
|
-
* <rootDir>/packages/server/src/__mocks__/reanimate-agent.ts
|
|
86
|
-
|
|
87
|
-
jest-haste-map: duplicate manual mock found: session-recovery
|
|
88
|
-
The following files share their name; please delete one of them:
|
|
89
|
-
* <rootDir>/packages/server/dist/__mocks__/session-recovery.js
|
|
90
|
-
* <rootDir>/packages/server/src/__mocks__/session-recovery.ts
|
|
91
|
-
|
|
92
|
-
jest-haste-map: duplicate manual mock found: stream-hub
|
|
93
|
-
The following files share their name; please delete one of them:
|
|
94
|
-
* <rootDir>/packages/server/dist/__mocks__/stream-hub.js
|
|
95
|
-
* <rootDir>/packages/server/src/__mocks__/stream-hub.ts
|
|
96
|
-
|
|
97
|
-
jest-haste-map: duplicate manual mock found: stream-registry
|
|
98
|
-
The following files share their name; please delete one of them:
|
|
99
|
-
* <rootDir>/packages/server/dist/__mocks__/stream-registry.js
|
|
100
|
-
* <rootDir>/packages/server/src/__mocks__/stream-registry.ts
|
|
101
|
-
|
|
102
|
-
jest-haste-map: duplicate manual mock found: token-push
|
|
103
|
-
The following files share their name; please delete one of them:
|
|
104
|
-
* <rootDir>/packages/server/dist/__mocks__/token-push.js
|
|
105
|
-
* <rootDir>/packages/server/src/__mocks__/token-push.ts
|
|
106
|
-
|
|
107
|
-
jest-haste-map: duplicate manual mock found: utils/exec
|
|
108
|
-
The following files share their name; please delete one of them:
|
|
109
|
-
* <rootDir>/packages/server/dist/__mocks__/utils/exec.js
|
|
110
|
-
* <rootDir>/packages/server/src/__mocks__/utils/exec.ts
|
|
111
|
-
|
|
112
|
-
jest-haste-map: duplicate manual mock found: utils/format-gh-error
|
|
113
|
-
The following files share their name; please delete one of them:
|
|
114
|
-
* <rootDir>/packages/server/dist/__mocks__/utils/format-gh-error.js
|
|
115
|
-
* <rootDir>/packages/server/src/__mocks__/utils/format-gh-error.ts
|
|
116
|
-
|
|
117
|
-
jest-haste-map: duplicate manual mock found: utils/network
|
|
118
|
-
The following files share their name; please delete one of them:
|
|
119
|
-
* <rootDir>/packages/server/dist/__mocks__/utils/network.js
|
|
120
|
-
* <rootDir>/packages/server/src/__mocks__/utils/network.ts
|
|
121
|
-
|
|
122
|
-
[test:storybook-test] Storybook interaction tests completed.
|
|
123
|
-
---- test finished (117.482s) ----
|
|
124
|
-
-------------------- Finished (117.492s) --------------------
|