@grackle-ai/web-components 0.110.3 → 0.112.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/.rush/temp/{de557b666a8980e74bc5c775dc53097f779f8d53.tar.log → c8b4fba3a6cfb704f3582f1197cac0fc11abbc50.tar.log} +18 -18
- package/.rush/temp/{6bc9700f6b9938b330a84bd0f8c7ef5a7e3dbfb6.untar.log → c8b4fba3a6cfb704f3582f1197cac0fc11abbc50.untar.log} +2 -2
- package/.rush/temp/chunked-rush-logs/web-components._phase_build.chunks.jsonl +5 -5
- package/.rush/temp/chunked-rush-logs/web-components._phase_test.chunks.jsonl +25 -23
- package/.rush/temp/{6bc9700f6b9938b330a84bd0f8c7ef5a7e3dbfb6.tar.log → e2794f6b3dd02e58a0ca34e8c438c22d25296c3e.tar.log} +2 -2
- package/.rush/temp/{de557b666a8980e74bc5c775dc53097f779f8d53.untar.log → e2794f6b3dd02e58a0ca34e8c438c22d25296c3e.untar.log} +2 -2
- package/.rush/temp/operation/_phase_build/all.log +5 -5
- package/.rush/temp/operation/_phase_build/log-chunks.jsonl +5 -5
- package/.rush/temp/operation/_phase_build/state.json +1 -1
- package/.rush/temp/operation/_phase_test/all.log +25 -23
- package/.rush/temp/operation/_phase_test/log-chunks.jsonl +25 -23
- package/.rush/temp/operation/_phase_test/state.json +1 -1
- package/.rush/temp/shrinkwrap-deps.json +3 -3
- package/dist/index.css +1 -1
- package/dist/index.js +6629 -6581
- package/package.json +2 -2
- package/rush-logs/web-components._phase_build.cache.log +1 -1
- package/rush-logs/web-components._phase_build.log +5 -5
- package/rush-logs/web-components._phase_test.cache.log +1 -1
- package/rush-logs/web-components._phase_test.log +25 -23
- 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/mocks/mockData.ts +12 -0
- package/src/styles/mixins.scss +93 -0
- package/temp/build/lint/_eslint-5eVG3S6w.json +6 -6
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
],
|
|
12
12
|
[
|
|
13
13
|
"components/chat/ChatInput.tsx",
|
|
14
|
-
"
|
|
14
|
+
"/lBr2FMs1TlCBuCFso8z7Z4PYLY=_7W3TvvwZxl0TGST6/dyQa8DKDDc="
|
|
15
15
|
],
|
|
16
16
|
[
|
|
17
17
|
"components/chat/index.ts",
|
|
@@ -147,7 +147,7 @@
|
|
|
147
147
|
],
|
|
148
148
|
[
|
|
149
149
|
"components/display/EventRenderer.tsx",
|
|
150
|
-
"
|
|
150
|
+
"baXzKtFkiMslyFhdBCwrXQHmfZ8=_7W3TvvwZxl0TGST6/dyQa8DKDDc="
|
|
151
151
|
],
|
|
152
152
|
[
|
|
153
153
|
"components/display/ConfirmDialog.tsx",
|
|
@@ -463,7 +463,7 @@
|
|
|
463
463
|
],
|
|
464
464
|
[
|
|
465
465
|
"mocks/mockData.ts",
|
|
466
|
-
"
|
|
466
|
+
"8t66aL3PKQq/G0CwV/82K12tURc=_7W3TvvwZxl0TGST6/dyQa8DKDDc="
|
|
467
467
|
],
|
|
468
468
|
[
|
|
469
469
|
"mocks/MockGrackleProvider.tsx",
|
|
@@ -487,7 +487,7 @@
|
|
|
487
487
|
],
|
|
488
488
|
[
|
|
489
489
|
"components/chat/ChatInput.stories.tsx",
|
|
490
|
-
"
|
|
490
|
+
"hXFRgoDnI8U677jJOsN0GKt/+M0=_7W3TvvwZxl0TGST6/dyQa8DKDDc="
|
|
491
491
|
],
|
|
492
492
|
[
|
|
493
493
|
"components/dag/DagView.stories.tsx",
|
|
@@ -523,11 +523,11 @@
|
|
|
523
523
|
],
|
|
524
524
|
[
|
|
525
525
|
"components/display/EventRenderer.stories.tsx",
|
|
526
|
-
"
|
|
526
|
+
"TJiKZNxPldFn9X6rDkmjlIjwp1k=_7W3TvvwZxl0TGST6/dyQa8DKDDc="
|
|
527
527
|
],
|
|
528
528
|
[
|
|
529
529
|
"components/display/EventStream.stories.tsx",
|
|
530
|
-
"
|
|
530
|
+
"BjJm4fwm22WDuRAUD0Y0fRCelbk=_7W3TvvwZxl0TGST6/dyQa8DKDDc="
|
|
531
531
|
],
|
|
532
532
|
[
|
|
533
533
|
"components/display/FloatingActionBar.stories.tsx",
|