@tylertech/forge-ai 0.3.1 → 0.4.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.
@@ -76,6 +76,77 @@
76
76
  }
77
77
  ]
78
78
  },
79
+ {
80
+ "kind": "javascript-module",
81
+ "path": "src/lib/ai-artifact/ai-artifact.ts",
82
+ "declarations": [
83
+ {
84
+ "kind": "variable",
85
+ "name": "AiArtifactComponentTagName",
86
+ "type": {
87
+ "text": "keyof HTMLElementTagNameMap"
88
+ },
89
+ "default": "'forge-ai-artifact'"
90
+ },
91
+ {
92
+ "kind": "class",
93
+ "description": "",
94
+ "name": "AiArtifactComponent",
95
+ "cssProperties": [
96
+ {
97
+ "description": "Surface color override for the toolbar (defaults to transparent)",
98
+ "name": "--forge-theme-surface"
99
+ }
100
+ ],
101
+ "slots": [
102
+ {
103
+ "description": "Content for the start (left) side of the toolbar, typically used for titles or headings",
104
+ "name": "start"
105
+ },
106
+ {
107
+ "description": "Action buttons for the end (right) side of the toolbar",
108
+ "name": "actions"
109
+ },
110
+ {
111
+ "description": "Main content area below the toolbar",
112
+ "name": ""
113
+ }
114
+ ],
115
+ "members": [],
116
+ "superclass": {
117
+ "name": "LitElement",
118
+ "package": "lit"
119
+ },
120
+ "tagName": "forge-ai-artifact",
121
+ "customElement": true
122
+ }
123
+ ],
124
+ "exports": [
125
+ {
126
+ "kind": "js",
127
+ "name": "AiArtifactComponentTagName",
128
+ "declaration": {
129
+ "name": "AiArtifactComponentTagName",
130
+ "module": "src/lib/ai-artifact/ai-artifact.ts"
131
+ }
132
+ },
133
+ {
134
+ "kind": "js",
135
+ "name": "AiArtifactComponent",
136
+ "declaration": {
137
+ "name": "AiArtifactComponent",
138
+ "module": "src/lib/ai-artifact/ai-artifact.ts"
139
+ }
140
+ },
141
+ {
142
+ "kind": "custom-element-definition",
143
+ "declaration": {
144
+ "name": "AiArtifactComponent",
145
+ "module": "src/lib/ai-artifact/ai-artifact.ts"
146
+ }
147
+ }
148
+ ]
149
+ },
79
150
  {
80
151
  "kind": "javascript-module",
81
152
  "path": "src/lib/ai-actions-toolbar/ai-actions-toolbar.ts",
@@ -138,152 +209,310 @@
138
209
  },
139
210
  {
140
211
  "kind": "javascript-module",
141
- "path": "src/lib/ai-artifact/ai-artifact.ts",
212
+ "path": "src/lib/ai-button/ai-button.ts",
142
213
  "declarations": [
143
214
  {
144
215
  "kind": "variable",
145
- "name": "AiArtifactComponentTagName",
216
+ "name": "AiButtonComponentTagName",
146
217
  "type": {
147
218
  "text": "keyof HTMLElementTagNameMap"
148
219
  },
149
- "default": "'forge-ai-artifact'"
220
+ "default": "'forge-ai-button'"
150
221
  },
151
222
  {
152
223
  "kind": "class",
153
224
  "description": "",
154
- "name": "AiArtifactComponent",
155
- "cssProperties": [
225
+ "name": "AiButtonComponent",
226
+ "slots": [
156
227
  {
157
- "description": "Surface color override for the toolbar (defaults to transparent)",
158
- "name": "--forge-theme-surface"
228
+ "description": "Default slot for button content",
229
+ "name": ""
159
230
  }
160
231
  ],
161
- "slots": [
162
- {
163
- "description": "Content for the start (left) side of the toolbar, typically used for titles or headings",
164
- "name": "start"
165
- },
232
+ "members": [
166
233
  {
167
- "description": "Action buttons for the end (right) side of the toolbar",
168
- "name": "actions"
169
- },
234
+ "kind": "field",
235
+ "name": "disabled",
236
+ "type": {
237
+ "text": "boolean"
238
+ },
239
+ "privacy": "public",
240
+ "default": "false",
241
+ "description": "Whether the button is disabled",
242
+ "attribute": "disabled",
243
+ "reflects": true
244
+ }
245
+ ],
246
+ "attributes": [
170
247
  {
171
- "description": "Main content area below the toolbar",
172
- "name": ""
248
+ "name": "disabled",
249
+ "type": {
250
+ "text": "boolean"
251
+ },
252
+ "default": "false",
253
+ "description": "Whether the button is disabled",
254
+ "fieldName": "disabled"
173
255
  }
174
256
  ],
175
- "members": [],
176
257
  "superclass": {
177
258
  "name": "LitElement",
178
259
  "package": "lit"
179
260
  },
180
- "tagName": "forge-ai-artifact",
261
+ "tagName": "forge-ai-button",
181
262
  "customElement": true
182
263
  }
183
264
  ],
184
265
  "exports": [
185
266
  {
186
267
  "kind": "js",
187
- "name": "AiArtifactComponentTagName",
268
+ "name": "AiButtonComponentTagName",
188
269
  "declaration": {
189
- "name": "AiArtifactComponentTagName",
190
- "module": "src/lib/ai-artifact/ai-artifact.ts"
270
+ "name": "AiButtonComponentTagName",
271
+ "module": "src/lib/ai-button/ai-button.ts"
191
272
  }
192
273
  },
193
274
  {
194
275
  "kind": "js",
195
- "name": "AiArtifactComponent",
276
+ "name": "AiButtonComponent",
196
277
  "declaration": {
197
- "name": "AiArtifactComponent",
198
- "module": "src/lib/ai-artifact/ai-artifact.ts"
278
+ "name": "AiButtonComponent",
279
+ "module": "src/lib/ai-button/ai-button.ts"
199
280
  }
200
281
  },
201
282
  {
202
283
  "kind": "custom-element-definition",
203
284
  "declaration": {
204
- "name": "AiArtifactComponent",
205
- "module": "src/lib/ai-artifact/ai-artifact.ts"
285
+ "name": "AiButtonComponent",
286
+ "module": "src/lib/ai-button/ai-button.ts"
206
287
  }
207
288
  }
208
289
  ]
209
290
  },
210
291
  {
211
292
  "kind": "javascript-module",
212
- "path": "src/lib/ai-button/ai-button.ts",
293
+ "path": "src/lib/ai-chat-header/ai-chat-header.ts",
213
294
  "declarations": [
214
295
  {
215
296
  "kind": "variable",
216
- "name": "AiButtonComponentTagName",
297
+ "name": "AiChatHeaderComponentTagName",
217
298
  "type": {
218
299
  "text": "keyof HTMLElementTagNameMap"
219
300
  },
220
- "default": "'forge-ai-button'"
301
+ "default": "'forge-ai-chat-header'"
221
302
  },
222
303
  {
223
304
  "kind": "class",
224
305
  "description": "",
225
- "name": "AiButtonComponent",
306
+ "name": "AiChatHeaderComponent",
226
307
  "slots": [
227
308
  {
228
- "description": "Default slot for button content",
229
- "name": ""
309
+ "description": "Slot for custom icon (default: forge-ai-icon)",
310
+ "name": "icon"
311
+ },
312
+ {
313
+ "description": "Slot for custom title text (default: \"AI Assistant\")",
314
+ "name": "title"
230
315
  }
231
316
  ],
232
317
  "members": [
233
318
  {
234
319
  "kind": "field",
235
- "name": "disabled",
320
+ "name": "showExpandButton",
236
321
  "type": {
237
322
  "text": "boolean"
238
323
  },
239
324
  "privacy": "public",
240
325
  "default": "false",
241
- "description": "Whether the button is disabled",
242
- "attribute": "disabled",
243
- "reflects": true
326
+ "description": "Controls whether the expand button is visible",
327
+ "attribute": "show-expand-button"
328
+ },
329
+ {
330
+ "kind": "field",
331
+ "name": "showMinimizeButton",
332
+ "type": {
333
+ "text": "boolean"
334
+ },
335
+ "privacy": "public",
336
+ "default": "false",
337
+ "description": "Controls whether the minimize button is visible",
338
+ "attribute": "show-minimize-button"
339
+ },
340
+ {
341
+ "kind": "field",
342
+ "name": "expanded",
343
+ "type": {
344
+ "text": "boolean"
345
+ },
346
+ "privacy": "public",
347
+ "default": "false",
348
+ "description": "Indicates the current expanded state for displaying the appropriate expand/collapse icon",
349
+ "attribute": "expanded"
350
+ },
351
+ {
352
+ "kind": "field",
353
+ "name": "minimizeIcon",
354
+ "type": {
355
+ "text": "MinimizeIconType"
356
+ },
357
+ "privacy": "public",
358
+ "default": "'default'",
359
+ "description": "Controls which minimize icon to display ('default' | 'panel')",
360
+ "attribute": "minimize-icon"
361
+ },
362
+ {
363
+ "kind": "field",
364
+ "name": "showDropdownMenu",
365
+ "type": {
366
+ "text": "boolean"
367
+ },
368
+ "privacy": "public",
369
+ "default": "true",
370
+ "description": "Controls whether the dropdown menu is visible (default: true)",
371
+ "attribute": "show-dropdown-menu"
372
+ },
373
+ {
374
+ "kind": "field",
375
+ "name": "showClearChat",
376
+ "type": {
377
+ "text": "boolean"
378
+ },
379
+ "privacy": "public",
380
+ "default": "true",
381
+ "description": "Controls whether the clear chat menu item is visible (default: true)",
382
+ "attribute": "show-clear-chat"
383
+ },
384
+ {
385
+ "kind": "field",
386
+ "name": "showInfo",
387
+ "type": {
388
+ "text": "boolean"
389
+ },
390
+ "privacy": "public",
391
+ "default": "true",
392
+ "description": "Controls whether the info menu item is visible (default: true)",
393
+ "attribute": "show-info"
394
+ }
395
+ ],
396
+ "events": [
397
+ {
398
+ "name": "forge-ai-chat-header-clear",
399
+ "type": {
400
+ "text": "CustomEvent"
401
+ },
402
+ "description": "Fired when the clear chat option is selected"
403
+ },
404
+ {
405
+ "name": "forge-ai-chat-header-info",
406
+ "type": {
407
+ "text": "CustomEvent"
408
+ },
409
+ "description": "Fired when the info option is selected"
410
+ },
411
+ {
412
+ "description": "Fired when the expand button is clicked",
413
+ "name": "forge-ai-chat-header-expand"
414
+ },
415
+ {
416
+ "description": "Fired when the minimize button is clicked",
417
+ "name": "forge-ai-chat-header-minimize"
244
418
  }
245
419
  ],
246
420
  "attributes": [
247
421
  {
248
- "name": "disabled",
422
+ "name": "show-expand-button",
249
423
  "type": {
250
424
  "text": "boolean"
251
425
  },
252
426
  "default": "false",
253
- "description": "Whether the button is disabled",
254
- "fieldName": "disabled"
427
+ "description": "Controls whether the expand button is visible",
428
+ "fieldName": "showExpandButton"
429
+ },
430
+ {
431
+ "name": "show-minimize-button",
432
+ "type": {
433
+ "text": "boolean"
434
+ },
435
+ "default": "false",
436
+ "description": "Controls whether the minimize button is visible",
437
+ "fieldName": "showMinimizeButton"
438
+ },
439
+ {
440
+ "name": "expanded",
441
+ "type": {
442
+ "text": "boolean"
443
+ },
444
+ "default": "false",
445
+ "description": "Indicates the current expanded state for displaying the appropriate expand/collapse icon",
446
+ "fieldName": "expanded"
447
+ },
448
+ {
449
+ "name": "minimize-icon",
450
+ "type": {
451
+ "text": "MinimizeIconType"
452
+ },
453
+ "default": "'default'",
454
+ "description": "Controls which minimize icon to display ('default' | 'panel')",
455
+ "fieldName": "minimizeIcon"
456
+ },
457
+ {
458
+ "name": "show-dropdown-menu",
459
+ "type": {
460
+ "text": "boolean"
461
+ },
462
+ "default": "true",
463
+ "description": "Controls whether the dropdown menu is visible (default: true)",
464
+ "fieldName": "showDropdownMenu"
465
+ },
466
+ {
467
+ "name": "show-clear-chat",
468
+ "type": {
469
+ "text": "boolean"
470
+ },
471
+ "default": "true",
472
+ "description": "Controls whether the clear chat menu item is visible (default: true)",
473
+ "fieldName": "showClearChat"
474
+ },
475
+ {
476
+ "name": "show-info",
477
+ "type": {
478
+ "text": "boolean"
479
+ },
480
+ "default": "true",
481
+ "description": "Controls whether the info menu item is visible (default: true)",
482
+ "fieldName": "showInfo"
255
483
  }
256
484
  ],
257
485
  "superclass": {
258
486
  "name": "LitElement",
259
487
  "package": "lit"
260
488
  },
261
- "tagName": "forge-ai-button",
262
- "customElement": true
489
+ "tagName": "forge-ai-chat-header",
490
+ "customElement": true,
491
+ "summary": "AI chat header component with accessible tooltips"
263
492
  }
264
493
  ],
265
494
  "exports": [
266
495
  {
267
496
  "kind": "js",
268
- "name": "AiButtonComponentTagName",
497
+ "name": "AiChatHeaderComponentTagName",
269
498
  "declaration": {
270
- "name": "AiButtonComponentTagName",
271
- "module": "src/lib/ai-button/ai-button.ts"
499
+ "name": "AiChatHeaderComponentTagName",
500
+ "module": "src/lib/ai-chat-header/ai-chat-header.ts"
272
501
  }
273
502
  },
274
503
  {
275
504
  "kind": "js",
276
- "name": "AiButtonComponent",
505
+ "name": "AiChatHeaderComponent",
277
506
  "declaration": {
278
- "name": "AiButtonComponent",
279
- "module": "src/lib/ai-button/ai-button.ts"
507
+ "name": "AiChatHeaderComponent",
508
+ "module": "src/lib/ai-chat-header/ai-chat-header.ts"
280
509
  }
281
510
  },
282
511
  {
283
512
  "kind": "custom-element-definition",
284
513
  "declaration": {
285
- "name": "AiButtonComponent",
286
- "module": "src/lib/ai-button/ai-button.ts"
514
+ "name": "AiChatHeaderComponent",
515
+ "module": "src/lib/ai-chat-header/ai-chat-header.ts"
287
516
  }
288
517
  }
289
518
  ]
@@ -530,240 +759,75 @@
530
759
  "kind": "variable",
531
760
  "name": "AiChatInterfaceComponentTagName",
532
761
  "type": {
533
- "text": "keyof HTMLElementTagNameMap"
534
- },
535
- "default": "'forge-ai-chat-interface'"
536
- },
537
- {
538
- "kind": "class",
539
- "description": "",
540
- "name": "AiChatInterfaceComponent",
541
- "slots": [
542
- {
543
- "description": "Default slot for messages",
544
- "name": ""
545
- },
546
- {
547
- "description": "Slot for AI chat header component",
548
- "name": "header"
549
- },
550
- {
551
- "description": "Slot for AI suggestions component",
552
- "name": "suggestions"
553
- },
554
- {
555
- "description": "Slot for AI prompt component",
556
- "name": "prompt"
557
- }
558
- ],
559
- "members": [
560
- {
561
- "kind": "method",
562
- "name": "scrollToBottom",
563
- "privacy": "public",
564
- "return": {
565
- "type": {
566
- "text": "void"
567
- }
568
- },
569
- "description": "Scrolls the messages container to the bottom with smooth animation"
570
- }
571
- ],
572
- "superclass": {
573
- "name": "LitElement",
574
- "package": "lit"
575
- },
576
- "tagName": "forge-ai-chat-interface",
577
- "customElement": true
578
- }
579
- ],
580
- "exports": [
581
- {
582
- "kind": "js",
583
- "name": "AiChatInterfaceComponentTagName",
584
- "declaration": {
585
- "name": "AiChatInterfaceComponentTagName",
586
- "module": "src/lib/ai-chat-interface/ai-chat-interface.ts"
587
- }
588
- },
589
- {
590
- "kind": "js",
591
- "name": "AiChatInterfaceComponent",
592
- "declaration": {
593
- "name": "AiChatInterfaceComponent",
594
- "module": "src/lib/ai-chat-interface/ai-chat-interface.ts"
595
- }
596
- },
597
- {
598
- "kind": "custom-element-definition",
599
- "declaration": {
600
- "name": "AiChatInterfaceComponent",
601
- "module": "src/lib/ai-chat-interface/ai-chat-interface.ts"
602
- }
603
- }
604
- ]
605
- },
606
- {
607
- "kind": "javascript-module",
608
- "path": "src/lib/ai-chat-header/ai-chat-header.ts",
609
- "declarations": [
610
- {
611
- "kind": "variable",
612
- "name": "AiChatHeaderComponentTagName",
613
- "type": {
614
- "text": "keyof HTMLElementTagNameMap"
615
- },
616
- "default": "'forge-ai-chat-header'"
617
- },
618
- {
619
- "kind": "class",
620
- "description": "",
621
- "name": "AiChatHeaderComponent",
622
- "slots": [
623
- {
624
- "description": "Slot for custom title text (default: \"AI Assistant\")",
625
- "name": "title"
626
- }
627
- ],
628
- "members": [
629
- {
630
- "kind": "field",
631
- "name": "showExpandButton",
632
- "type": {
633
- "text": "boolean"
634
- },
635
- "privacy": "public",
636
- "default": "false",
637
- "description": "Controls whether the expand button is visible",
638
- "attribute": "show-expand-button"
639
- },
640
- {
641
- "kind": "field",
642
- "name": "showMinimizeButton",
643
- "type": {
644
- "text": "boolean"
645
- },
646
- "privacy": "public",
647
- "default": "false",
648
- "description": "Controls whether the minimize button is visible",
649
- "attribute": "show-minimize-button"
650
- },
651
- {
652
- "kind": "field",
653
- "name": "expanded",
654
- "type": {
655
- "text": "boolean"
656
- },
657
- "privacy": "public",
658
- "default": "false",
659
- "description": "Indicates the current expanded state for displaying the appropriate expand/collapse icon",
660
- "attribute": "expanded"
661
- },
662
- {
663
- "kind": "field",
664
- "name": "minimizeIcon",
665
- "type": {
666
- "text": "MinimizeIconType"
667
- },
668
- "privacy": "public",
669
- "default": "'default'",
670
- "description": "Controls which minimize icon to display",
671
- "attribute": "minimize-icon"
672
- }
673
- ],
674
- "events": [
762
+ "text": "keyof HTMLElementTagNameMap"
763
+ },
764
+ "default": "'forge-ai-chat-interface'"
765
+ },
766
+ {
767
+ "kind": "class",
768
+ "description": "",
769
+ "name": "AiChatInterfaceComponent",
770
+ "slots": [
675
771
  {
676
- "name": "forge-ai-chat-header-clear",
677
- "type": {
678
- "text": "CustomEvent"
679
- },
680
- "description": "Fired when the clear chat option is selected"
772
+ "description": "Default slot for messages",
773
+ "name": ""
681
774
  },
682
775
  {
683
- "name": "forge-ai-chat-header-info",
684
- "type": {
685
- "text": "CustomEvent"
686
- },
687
- "description": "Fired when the info option is selected"
776
+ "description": "Slot for AI chat header component",
777
+ "name": "header"
688
778
  },
689
779
  {
690
- "description": "Fired when the expand button is clicked",
691
- "name": "forge-ai-chat-header-expand"
780
+ "description": "Slot for AI suggestions component",
781
+ "name": "suggestions"
692
782
  },
693
783
  {
694
- "description": "Fired when the minimize button is clicked",
695
- "name": "forge-ai-chat-header-minimize"
784
+ "description": "Slot for AI prompt component",
785
+ "name": "prompt"
696
786
  }
697
787
  ],
698
- "attributes": [
699
- {
700
- "name": "show-expand-button",
701
- "type": {
702
- "text": "boolean"
703
- },
704
- "default": "false",
705
- "description": "Controls whether the expand button is visible",
706
- "fieldName": "showExpandButton"
707
- },
708
- {
709
- "name": "show-minimize-button",
710
- "type": {
711
- "text": "boolean"
712
- },
713
- "default": "false",
714
- "description": "Controls whether the minimize button is visible",
715
- "fieldName": "showMinimizeButton"
716
- },
717
- {
718
- "name": "expanded",
719
- "type": {
720
- "text": "boolean"
721
- },
722
- "default": "false",
723
- "description": "Indicates the current expanded state for displaying the appropriate expand/collapse icon",
724
- "fieldName": "expanded"
725
- },
788
+ "members": [
726
789
  {
727
- "name": "minimize-icon",
728
- "type": {
729
- "text": "MinimizeIconType"
790
+ "kind": "method",
791
+ "name": "scrollToBottom",
792
+ "privacy": "public",
793
+ "return": {
794
+ "type": {
795
+ "text": "void"
796
+ }
730
797
  },
731
- "default": "'default'",
732
- "description": "Controls which minimize icon to display",
733
- "fieldName": "minimizeIcon"
798
+ "description": "Scrolls the messages container to the bottom with smooth animation"
734
799
  }
735
800
  ],
736
801
  "superclass": {
737
802
  "name": "LitElement",
738
803
  "package": "lit"
739
804
  },
740
- "tagName": "forge-ai-chat-header",
741
- "customElement": true,
742
- "summary": "AI chat header component with accessible tooltips"
805
+ "tagName": "forge-ai-chat-interface",
806
+ "customElement": true
743
807
  }
744
808
  ],
745
809
  "exports": [
746
810
  {
747
811
  "kind": "js",
748
- "name": "AiChatHeaderComponentTagName",
812
+ "name": "AiChatInterfaceComponentTagName",
749
813
  "declaration": {
750
- "name": "AiChatHeaderComponentTagName",
751
- "module": "src/lib/ai-chat-header/ai-chat-header.ts"
814
+ "name": "AiChatInterfaceComponentTagName",
815
+ "module": "src/lib/ai-chat-interface/ai-chat-interface.ts"
752
816
  }
753
817
  },
754
818
  {
755
819
  "kind": "js",
756
- "name": "AiChatHeaderComponent",
820
+ "name": "AiChatInterfaceComponent",
757
821
  "declaration": {
758
- "name": "AiChatHeaderComponent",
759
- "module": "src/lib/ai-chat-header/ai-chat-header.ts"
822
+ "name": "AiChatInterfaceComponent",
823
+ "module": "src/lib/ai-chat-interface/ai-chat-interface.ts"
760
824
  }
761
825
  },
762
826
  {
763
827
  "kind": "custom-element-definition",
764
828
  "declaration": {
765
- "name": "AiChatHeaderComponent",
766
- "module": "src/lib/ai-chat-header/ai-chat-header.ts"
829
+ "name": "AiChatInterfaceComponent",
830
+ "module": "src/lib/ai-chat-interface/ai-chat-interface.ts"
767
831
  }
768
832
  }
769
833
  ]
@@ -1701,9 +1765,13 @@
1701
1765
  "name": "AiEmptyStateComponent",
1702
1766
  "slots": [
1703
1767
  {
1704
- "description": "The custom welcome message content.",
1768
+ "description": "The welcome message content (default: \"Welcome to AI Assistant! Start a conversation by asking a question or describing what you'd like help with.\").",
1705
1769
  "name": ""
1706
1770
  },
1771
+ {
1772
+ "description": "The custom icon to display instead of the default books graphic.",
1773
+ "name": "icon"
1774
+ },
1707
1775
  {
1708
1776
  "description": "The actions or suggestions to display below the message.",
1709
1777
  "name": "actions"
@@ -3611,66 +3679,6 @@
3611
3679
  }
3612
3680
  ]
3613
3681
  },
3614
- {
3615
- "kind": "javascript-module",
3616
- "path": "src/lib/ai-voice-input/ai-voice-input.ts",
3617
- "declarations": [
3618
- {
3619
- "kind": "variable",
3620
- "name": "AiVoiceInputComponentTagName",
3621
- "type": {
3622
- "text": "keyof HTMLElementTagNameMap"
3623
- },
3624
- "default": "'forge-ai-voice-input'"
3625
- },
3626
- {
3627
- "kind": "class",
3628
- "description": "",
3629
- "name": "AiVoiceInputComponent",
3630
- "members": [],
3631
- "events": [
3632
- {
3633
- "name": "forge-ai-voice-input-result",
3634
- "type": {
3635
- "text": "CustomEvent<AiVoiceInputResultEvent>"
3636
- },
3637
- "description": "Fired when speech recognition produces a result. The event detail contains the transcript and confidence score of the recognized speech."
3638
- }
3639
- ],
3640
- "superclass": {
3641
- "name": "LitElement",
3642
- "package": "lit"
3643
- },
3644
- "tagName": "forge-ai-voice-input",
3645
- "customElement": true
3646
- }
3647
- ],
3648
- "exports": [
3649
- {
3650
- "kind": "js",
3651
- "name": "AiVoiceInputComponentTagName",
3652
- "declaration": {
3653
- "name": "AiVoiceInputComponentTagName",
3654
- "module": "src/lib/ai-voice-input/ai-voice-input.ts"
3655
- }
3656
- },
3657
- {
3658
- "kind": "js",
3659
- "name": "AiVoiceInputComponent",
3660
- "declaration": {
3661
- "name": "AiVoiceInputComponent",
3662
- "module": "src/lib/ai-voice-input/ai-voice-input.ts"
3663
- }
3664
- },
3665
- {
3666
- "kind": "custom-element-definition",
3667
- "declaration": {
3668
- "name": "AiVoiceInputComponent",
3669
- "module": "src/lib/ai-voice-input/ai-voice-input.ts"
3670
- }
3671
- }
3672
- ]
3673
- },
3674
3682
  {
3675
3683
  "kind": "javascript-module",
3676
3684
  "path": "src/lib/core/drag-controller.ts",
@@ -3768,6 +3776,66 @@
3768
3776
  }
3769
3777
  ]
3770
3778
  },
3779
+ {
3780
+ "kind": "javascript-module",
3781
+ "path": "src/lib/ai-voice-input/ai-voice-input.ts",
3782
+ "declarations": [
3783
+ {
3784
+ "kind": "variable",
3785
+ "name": "AiVoiceInputComponentTagName",
3786
+ "type": {
3787
+ "text": "keyof HTMLElementTagNameMap"
3788
+ },
3789
+ "default": "'forge-ai-voice-input'"
3790
+ },
3791
+ {
3792
+ "kind": "class",
3793
+ "description": "",
3794
+ "name": "AiVoiceInputComponent",
3795
+ "members": [],
3796
+ "events": [
3797
+ {
3798
+ "name": "forge-ai-voice-input-result",
3799
+ "type": {
3800
+ "text": "CustomEvent<AiVoiceInputResultEvent>"
3801
+ },
3802
+ "description": "Fired when speech recognition produces a result. The event detail contains the transcript and confidence score of the recognized speech."
3803
+ }
3804
+ ],
3805
+ "superclass": {
3806
+ "name": "LitElement",
3807
+ "package": "lit"
3808
+ },
3809
+ "tagName": "forge-ai-voice-input",
3810
+ "customElement": true
3811
+ }
3812
+ ],
3813
+ "exports": [
3814
+ {
3815
+ "kind": "js",
3816
+ "name": "AiVoiceInputComponentTagName",
3817
+ "declaration": {
3818
+ "name": "AiVoiceInputComponentTagName",
3819
+ "module": "src/lib/ai-voice-input/ai-voice-input.ts"
3820
+ }
3821
+ },
3822
+ {
3823
+ "kind": "js",
3824
+ "name": "AiVoiceInputComponent",
3825
+ "declaration": {
3826
+ "name": "AiVoiceInputComponent",
3827
+ "module": "src/lib/ai-voice-input/ai-voice-input.ts"
3828
+ }
3829
+ },
3830
+ {
3831
+ "kind": "custom-element-definition",
3832
+ "declaration": {
3833
+ "name": "AiVoiceInputComponent",
3834
+ "module": "src/lib/ai-voice-input/ai-voice-input.ts"
3835
+ }
3836
+ }
3837
+ ]
3838
+ },
3771
3839
  {
3772
3840
  "kind": "javascript-module",
3773
3841
  "path": "src/lib/ai-chain-of-thought/thought-base/thought-base.ts",
@@ -4758,6 +4826,10 @@
4758
4826
  ],
4759
4827
  "branchName": "main",
4760
4828
  "forgeTypes": {
4829
+ "AiArtifactComponent": {
4830
+ "path": "src/lib/ai-artifact/ai-artifact.ts",
4831
+ "lineNumber": 23
4832
+ },
4761
4833
  "ForgeAiActionsToolbarActionEventData": {
4762
4834
  "path": "src/lib/ai-actions-toolbar/ai-actions-toolbar.ts",
4763
4835
  "lineNumber": 16
@@ -4770,14 +4842,18 @@
4770
4842
  "path": "src/lib/ai-actions-toolbar/ai-actions-toolbar.ts",
4771
4843
  "lineNumber": 29
4772
4844
  },
4773
- "AiArtifactComponent": {
4774
- "path": "src/lib/ai-artifact/ai-artifact.ts",
4775
- "lineNumber": 23
4776
- },
4777
4845
  "AiButtonComponent": {
4778
4846
  "path": "src/lib/ai-button/ai-button.ts",
4779
4847
  "lineNumber": 22
4780
4848
  },
4849
+ "MinimizeIconType": {
4850
+ "path": "src/lib/ai-chat-header/ai-chat-header.ts",
4851
+ "lineNumber": 28
4852
+ },
4853
+ "AiChatHeaderComponent": {
4854
+ "path": "src/lib/ai-chat-header/ai-chat-header.ts",
4855
+ "lineNumber": 56
4856
+ },
4781
4857
  "AiChainOfThoughtComponent": {
4782
4858
  "path": "src/lib/ai-chain-of-thought/ai-chain-of-thought.ts",
4783
4859
  "lineNumber": 17
@@ -4790,14 +4866,6 @@
4790
4866
  "path": "src/lib/ai-chat-interface/ai-chat-interface.ts",
4791
4867
  "lineNumber": 25
4792
4868
  },
4793
- "MinimizeIconType": {
4794
- "path": "src/lib/ai-chat-header/ai-chat-header.ts",
4795
- "lineNumber": 28
4796
- },
4797
- "AiChatHeaderComponent": {
4798
- "path": "src/lib/ai-chat-header/ai-chat-header.ts",
4799
- "lineNumber": 47
4800
- },
4801
4869
  "ForgeAiDropdownMenuItemGroupComponent": {
4802
4870
  "path": "src/lib/ai-dropdown-menu/ai-dropdown-menu-item-group.ts",
4803
4871
  "lineNumber": 29
@@ -4982,6 +5050,14 @@
4982
5050
  "path": "src/lib/ai-user-message/ai-user-message.ts",
4983
5051
  "lineNumber": 17
4984
5052
  },
5053
+ "DragControllerOptions": {
5054
+ "path": "src/lib/core/drag-controller.ts",
5055
+ "lineNumber": 4
5056
+ },
5057
+ "DragController": {
5058
+ "path": "src/lib/core/drag-controller.ts",
5059
+ "lineNumber": 21
5060
+ },
4985
5061
  "SpeechRecognitionAlternative": {
4986
5062
  "path": "src/lib/ai-voice-input/ai-voice-input.ts",
4987
5063
  "lineNumber": 18
@@ -5010,14 +5086,6 @@
5010
5086
  "path": "src/lib/ai-voice-input/ai-voice-input.ts",
5011
5087
  "lineNumber": 74
5012
5088
  },
5013
- "DragControllerOptions": {
5014
- "path": "src/lib/core/drag-controller.ts",
5015
- "lineNumber": 4
5016
- },
5017
- "DragController": {
5018
- "path": "src/lib/core/drag-controller.ts",
5019
- "lineNumber": 21
5020
- },
5021
5089
  "ThoughtBaseComponent": {
5022
5090
  "path": "src/lib/ai-chain-of-thought/thought-base/thought-base.ts",
5023
5091
  "lineNumber": 21