@websolutespa/bom-llm 0.2.7 → 2.0.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +573 -567
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,567 +1,573 @@
1
- # @websolutespa/bom-llm
2
-
3
- ## 0.2.7
4
-
5
- ### Patch Changes
6
-
7
- - added onMessage handler, LlmMessage
8
-
9
- ## 0.2.6
10
-
11
- ### Patch Changes
12
-
13
- - a843ef5: Added minimize option
14
-
15
- ## 0.2.5
16
-
17
- ### Patch Changes
18
-
19
- - Added: GTM pushDataLayer events
20
-
21
- ## 0.2.4
22
-
23
- ### Patch Changes
24
-
25
- - Fixing: DisclaimerFooter style
26
-
27
- ## 0.2.3
28
-
29
- ### Patch Changes
30
-
31
- - Modified: DisclaimerFooter, Feedback, PoweredBy, Prompt, Disclaimer, Hints, ScrollProposition, Suggestion, Trigger, Thread
32
-
33
- ## 0.2.2
34
-
35
- ### Patch Changes
36
-
37
- - Added: enabledHistory
38
-
39
- ## 0.2.1
40
-
41
- ### Patch Changes
42
-
43
- - Fixing: session state merge & scrollIntoView
44
-
45
- ## 0.2.0
46
-
47
- ### Minor Changes
48
-
49
- - Implementing :where defaults css
50
-
51
- ## 0.1.8
52
-
53
- ### Patch Changes
54
-
55
- - Updated dependencies bom-mixer-icons
56
-
57
- ## 0.1.7
58
-
59
- ### Patch Changes
60
-
61
- - ba32bef: Added: maxFileSize & mimeTypes
62
- - f826c08: Added: storageMode option
63
-
64
- ## 0.1.6
65
-
66
- ### Patch Changes
67
-
68
- - Updated Stream and Thread components to utilize components from useLlm state.
69
- - Integrated Toaster notifications in LlmComponent for better user feedback.
70
- - Added markdown styling mixin for improved text rendering.
71
- - Enhanced LlmTheme type to include toaster theme options.
72
- - Implemented history management in useLlm for better state handling.
73
- - Refactored message service to streamline chunk processing.
74
- - Introduced prompt token limit validation with user feedback.
75
- - Added support for storing and retrieving message history.
76
-
77
- ## 0.1.5
78
-
79
- ### Patch Changes
80
-
81
- - Fixing: setHistory threadId
82
-
83
- ## 0.1.4
84
-
85
- ### Patch Changes
86
-
87
- - Modified: file block title
88
-
89
- ## 0.1.3
90
-
91
- ### Patch Changes
92
-
93
- - dfd6f0d: Added: file upload method for attachments of type image & file
94
-
95
- ## 0.1.2
96
-
97
- ### Patch Changes
98
-
99
- - Fixing: shouldAddFormRequest method
100
-
101
- ## 0.1.1
102
-
103
- ### Patch Changes
104
-
105
- - fixing: exports
106
-
107
- ## 0.1.0
108
-
109
- ### Minor Changes
110
-
111
- - 85ea42c: Added: plugins, blocks, components
112
-
113
- ### Patch Changes
114
-
115
- - 001b6e1: Added: page mode
116
- - 9ba8e9b: Modified: PageThread and Stream components
117
- - 99a465f: Modified: css modules
118
- - f3c37d0: Modified: mixins
119
- - f43a133: Added: PageLoading
120
- - 7481934: Added support for stored history management in useLlm
121
- - 8982f76: Added: css modules
122
- - 0938fa8: Modified: css modules
123
-
124
- ## 0.1.0-next.8
125
-
126
- ### Patch Changes
127
-
128
- - Modified: PageThread and Stream components
129
-
130
- ## 0.1.0-next.7
131
-
132
- ### Patch Changes
133
-
134
- - Added support for stored history management in useLlm.
135
- - Introduced new actions for setting and removing history.
136
- - Updated message handling to improve user experience.
137
- - Implemented idle time feature in LlmView for better performance.
138
- - Refactored initializer and utility functions for better modularity.
139
- - Added error handling component for improved error management.
140
- - Integrated localization support with default labels for better accessibility.
141
- - Updated Rollup configuration for better build management.
142
- - Added comprehensive styles for LLM components.
143
-
144
- ## 0.1.0-next.6
145
-
146
- ### Patch Changes
147
-
148
- - Modified: mixins
149
-
150
- ## 0.1.0-next.5
151
-
152
- ### Patch Changes
153
-
154
- - Added: PageLoading
155
-
156
- ## 0.1.0-next.4
157
-
158
- ### Patch Changes
159
-
160
- - Modified: css modules
161
-
162
- ## 0.1.0-next.3
163
-
164
- ### Patch Changes
165
-
166
- - Modified: css modules
167
-
168
- ## 0.1.0-next.2
169
-
170
- ### Patch Changes
171
-
172
- - Added: css modules
173
-
174
- ## 0.1.0-next.1
175
-
176
- ### Patch Changes
177
-
178
- - Added: page mode
179
-
180
- ## 0.1.0-next.0
181
-
182
- ### Minor Changes
183
-
184
- - Added: plugins, blocks, components
185
-
186
- ## 0.0.61
187
-
188
- ### Patch Changes
189
-
190
- - c4251e5: Modified: Feedback vars
191
-
192
- ## 0.0.60
193
-
194
- ### Patch Changes
195
-
196
- - Modified: MessageService abort message
197
-
198
- ## 0.0.59
199
-
200
- ### Patch Changes
201
-
202
- - fb1caf0: Add feedback functionality
203
-
204
- ## 0.0.58
205
-
206
- ### Patch Changes
207
-
208
- - Fixing: chunksToChunkItems first chunk
209
-
210
- ## 0.0.57
211
-
212
- ### Patch Changes
213
-
214
- - Added: Action, LlmChunkAction, onAction handler
215
-
216
- ## 0.0.56
217
-
218
- ### Patch Changes
219
-
220
- - Fixing: mock default
221
-
222
- ## 0.0.55
223
-
224
- ### Patch Changes
225
-
226
- - Added: disclaimerShort, Disclaimer, Scroller image-mask
227
-
228
- ## 0.0.54
229
-
230
- ### Patch Changes
231
-
232
- - Added: ScrollProposition, imperative flag
233
-
234
- ## 0.0.53
235
-
236
- ### Patch Changes
237
-
238
- - Modified: disclaimer css
239
-
240
- ## 0.0.52
241
-
242
- ### Patch Changes
243
-
244
- - Modified: disclaimer style
245
-
246
- ## 0.0.51
247
-
248
- ### Patch Changes
249
-
250
- - Added: disclaimer footer & header ctas
251
-
252
- ## 0.0.50
253
-
254
- ### Patch Changes
255
-
256
- - Modified idle timeout
257
-
258
- ## 0.0.49
259
-
260
- ### Patch Changes
261
-
262
- - Modified: theme & styles
263
-
264
- ## 0.0.48
265
-
266
- ### Patch Changes
267
-
268
- - Fixing: decodeMessages
269
-
270
- ## 0.0.47
271
-
272
- ### Patch Changes
273
-
274
- - 77ef1ea: Added: addFile, removeFile and image_url user message
275
- - 77ef1ea: Modified: hasTextToSpeechSupport, hasSpeechToTextSupport
276
-
277
- ## 0.0.46
278
-
279
- ### Patch Changes
280
-
281
- - Added: threadId check
282
-
283
- ## 0.0.45
284
-
285
- ### Patch Changes
286
-
287
- - Added: Speech.cancel
288
-
289
- ## 0.0.44
290
-
291
- ### Patch Changes
292
-
293
- - Modified: suggestions a11y
294
-
295
- ## 0.0.43
296
-
297
- ### Patch Changes
298
-
299
- - Modified: theme
300
-
301
- ## 0.0.42
302
-
303
- ### Patch Changes
304
-
305
- - Modified: ProductCard style
306
-
307
- ## 0.0.41
308
-
309
- ### Patch Changes
310
-
311
- - Modified: ProductCard availability
312
-
313
- ## 0.0.40
314
-
315
- ### Patch Changes
316
-
317
- - 88267c3: Added: mode chat
318
-
319
- ## 0.0.39
320
-
321
- ### Patch Changes
322
-
323
- - Modified: hooks dependencies
324
- - Added: endpoint url option
325
-
326
- ## 0.0.38
327
-
328
- ### Patch Changes
329
-
330
- - Modified: TextToSpeech cancel method
331
-
332
- ## 0.0.37
333
-
334
- ### Patch Changes
335
-
336
- - Modified: CanvasOffscreen, disableSpeechSynthesis
337
-
338
- ## 0.0.36
339
-
340
- ### Patch Changes
341
-
342
- - Added: DefaultTextToSpeech, ElevenlabsTextToSpeech, DefaultSpeechToText
343
- - Modified: textToChunks
344
- - Added: RecognitionMode, SynthesisMode, textToSpeechApiKey, textToSpeechVoiceId
345
-
346
- ## 0.0.35
347
-
348
- ### Patch Changes
349
-
350
- - Modified: MessageService
351
- - Added: USE_INSPECT_PARAM
352
-
353
- ## 0.0.34
354
-
355
- ### Patch Changes
356
-
357
- - Modified: MessageService
358
- - Added: StreamError
359
-
360
- ## 0.0.33
361
-
362
- ### Patch Changes
363
-
364
- - Modified: ProductCard style
365
-
366
- ## 0.0.32
367
-
368
- ### Patch Changes
369
-
370
- - 0e85a82: Added: LlmApp additionalLogos
371
- - 0e85a82: Modified: theme & style
372
-
373
- ## 0.0.31
374
-
375
- ### Patch Changes
376
-
377
- - Modified: textToChunks
378
-
379
- ## 0.0.30
380
-
381
- ### Patch Changes
382
-
383
- - 8024a99: Added: useFocusTrap, regExpMapper, a11y
384
-
385
- ## 0.0.29
386
-
387
- ### Patch Changes
388
-
389
- - Modified: theme settings, Added: Font component
390
-
391
- ## 0.0.28
392
-
393
- ### Patch Changes
394
-
395
- - Modified: Product Card & Product Card Group style
396
-
397
- ## 0.0.27
398
-
399
- ### Patch Changes
400
-
401
- - Modified: Product hasPrice
402
-
403
- ## 0.0.26
404
-
405
- ### Patch Changes
406
-
407
- - Modified: Product Card & Product Card Group style
408
-
409
- ## 0.0.25
410
-
411
- ### Patch Changes
412
-
413
- - f5d0129: Added: Product Card & Product Card Group
414
-
415
- ## 0.0.24
416
-
417
- ### Patch Changes
418
-
419
- - Added: markdown llm_pill click handler
420
-
421
- ## 0.0.23
422
-
423
- ### Patch Changes
424
-
425
- - Modified: cards css
426
-
427
- ## 0.0.22
428
-
429
- ### Patch Changes
430
-
431
- - Updating: dependencies
432
-
433
- ## 0.0.21
434
-
435
- ### Patch Changes
436
-
437
- - Modified: scroll behaviour
438
-
439
- ## 0.0.20
440
-
441
- ### Patch Changes
442
-
443
- - Modified: hiding audio buttons when speechSynthesis disabled
444
-
445
- ## 0.0.19
446
-
447
- ### Patch Changes
448
-
449
- - 114cbee: Added: theme variant for typography
450
- - 114cbee: Added: LlmContents disableSpeechSynthesis flag
451
-
452
- ## 0.0.18
453
-
454
- ### Patch Changes
455
-
456
- - Added: flags preview, dismissable, opened, skipCustomIntro
457
-
458
- ## 0.0.17
459
-
460
- ### Patch Changes
461
-
462
- - Modified: theme & cards
463
-
464
- ## 0.0.16
465
-
466
- ### Patch Changes
467
-
468
- - Fixing: downgrading eslint to v8.56.0
469
-
470
- ## 0.0.15
471
-
472
- ### Patch Changes
473
-
474
- - 0181617: Added: customTheme, customIntro, Cards, VideoPlayer, ThronPlayer,
475
- MessageService
476
-
477
- ## 0.0.14
478
-
479
- ### Patch Changes
480
-
481
- - Added: CanvasOffscreenProvider
482
-
483
- ## 0.0.13
484
-
485
- ### Patch Changes
486
-
487
- - Added: theme, customTheme, customIntro
488
- - Added: cross visibility check
489
- - Fixing: textToChunks
490
-
491
- ## 0.0.12
492
-
493
- ### Patch Changes
494
-
495
- - Fixing: markdown links
496
- - Added: embeds IntersectionObserver, MutationObserber
497
-
498
- ## 0.0.11
499
-
500
- ### Patch Changes
501
-
502
- - Added: shared state between instances
503
-
504
- ## 0.0.10
505
-
506
- ### Patch Changes
507
-
508
- - Added: embed options
509
- - Added: returning instance with methods
510
-
511
- ## 0.0.9
512
-
513
- ### Patch Changes
514
-
515
- - Updating: dependencies
516
-
517
- ## 0.0.8
518
-
519
- ### Patch Changes
520
-
521
- - Modified: Speech synthesis & recognition, disclaimer, markdown
522
-
523
- ## 0.0.7
524
-
525
- ### Patch Changes
526
-
527
- - Modified: components dangerouslySetInnerHTML, styles, useLlm status opened
528
- with threadId
529
-
530
- ## 0.0.6
531
-
532
- ### Patch Changes
533
-
534
- - Fixing: threads
535
- - Modified: MessageService, FormRecap, useLlm
536
-
537
- ## 0.0.5
538
-
539
- ### Patch Changes
540
-
541
- - Added: declarations
542
- - Modified: FormRecap, QuickLinks
543
-
544
- ## 0.0.4
545
-
546
- ### Patch Changes
547
-
548
- - Modified: decorateUrl async behaviour
549
-
550
- ## 0.0.3
551
-
552
- ### Patch Changes
553
-
554
- - Added: markdown support
555
-
556
- ## 0.0.2
557
-
558
- ### Patch Changes
559
-
560
- - Added: abort stream
561
- - Modified: speech, useLlm, message service, canvas, icons
562
-
563
- ## 0.0.1
564
-
565
- ### Patch Changes
566
-
567
- - Added: first release.
1
+ # @websolutespa/bom-llm
2
+
3
+ ## 2.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - Release: Bom 2.0
8
+
9
+ ## 0.2.7
10
+
11
+ ### Patch Changes
12
+
13
+ - added onMessage handler, LlmMessage
14
+
15
+ ## 0.2.6
16
+
17
+ ### Patch Changes
18
+
19
+ - a843ef5: Added minimize option
20
+
21
+ ## 0.2.5
22
+
23
+ ### Patch Changes
24
+
25
+ - Added: GTM pushDataLayer events
26
+
27
+ ## 0.2.4
28
+
29
+ ### Patch Changes
30
+
31
+ - Fixing: DisclaimerFooter style
32
+
33
+ ## 0.2.3
34
+
35
+ ### Patch Changes
36
+
37
+ - Modified: DisclaimerFooter, Feedback, PoweredBy, Prompt, Disclaimer, Hints, ScrollProposition, Suggestion, Trigger, Thread
38
+
39
+ ## 0.2.2
40
+
41
+ ### Patch Changes
42
+
43
+ - Added: enabledHistory
44
+
45
+ ## 0.2.1
46
+
47
+ ### Patch Changes
48
+
49
+ - Fixing: session state merge & scrollIntoView
50
+
51
+ ## 0.2.0
52
+
53
+ ### Minor Changes
54
+
55
+ - Implementing :where defaults css
56
+
57
+ ## 0.1.8
58
+
59
+ ### Patch Changes
60
+
61
+ - Updated dependencies bom-mixer-icons
62
+
63
+ ## 0.1.7
64
+
65
+ ### Patch Changes
66
+
67
+ - ba32bef: Added: maxFileSize & mimeTypes
68
+ - f826c08: Added: storageMode option
69
+
70
+ ## 0.1.6
71
+
72
+ ### Patch Changes
73
+
74
+ - Updated Stream and Thread components to utilize components from useLlm state.
75
+ - Integrated Toaster notifications in LlmComponent for better user feedback.
76
+ - Added markdown styling mixin for improved text rendering.
77
+ - Enhanced LlmTheme type to include toaster theme options.
78
+ - Implemented history management in useLlm for better state handling.
79
+ - Refactored message service to streamline chunk processing.
80
+ - Introduced prompt token limit validation with user feedback.
81
+ - Added support for storing and retrieving message history.
82
+
83
+ ## 0.1.5
84
+
85
+ ### Patch Changes
86
+
87
+ - Fixing: setHistory threadId
88
+
89
+ ## 0.1.4
90
+
91
+ ### Patch Changes
92
+
93
+ - Modified: file block title
94
+
95
+ ## 0.1.3
96
+
97
+ ### Patch Changes
98
+
99
+ - dfd6f0d: Added: file upload method for attachments of type image & file
100
+
101
+ ## 0.1.2
102
+
103
+ ### Patch Changes
104
+
105
+ - Fixing: shouldAddFormRequest method
106
+
107
+ ## 0.1.1
108
+
109
+ ### Patch Changes
110
+
111
+ - fixing: exports
112
+
113
+ ## 0.1.0
114
+
115
+ ### Minor Changes
116
+
117
+ - 85ea42c: Added: plugins, blocks, components
118
+
119
+ ### Patch Changes
120
+
121
+ - 001b6e1: Added: page mode
122
+ - 9ba8e9b: Modified: PageThread and Stream components
123
+ - 99a465f: Modified: css modules
124
+ - f3c37d0: Modified: mixins
125
+ - f43a133: Added: PageLoading
126
+ - 7481934: Added support for stored history management in useLlm
127
+ - 8982f76: Added: css modules
128
+ - 0938fa8: Modified: css modules
129
+
130
+ ## 0.1.0-next.8
131
+
132
+ ### Patch Changes
133
+
134
+ - Modified: PageThread and Stream components
135
+
136
+ ## 0.1.0-next.7
137
+
138
+ ### Patch Changes
139
+
140
+ - Added support for stored history management in useLlm.
141
+ - Introduced new actions for setting and removing history.
142
+ - Updated message handling to improve user experience.
143
+ - Implemented idle time feature in LlmView for better performance.
144
+ - Refactored initializer and utility functions for better modularity.
145
+ - Added error handling component for improved error management.
146
+ - Integrated localization support with default labels for better accessibility.
147
+ - Updated Rollup configuration for better build management.
148
+ - Added comprehensive styles for LLM components.
149
+
150
+ ## 0.1.0-next.6
151
+
152
+ ### Patch Changes
153
+
154
+ - Modified: mixins
155
+
156
+ ## 0.1.0-next.5
157
+
158
+ ### Patch Changes
159
+
160
+ - Added: PageLoading
161
+
162
+ ## 0.1.0-next.4
163
+
164
+ ### Patch Changes
165
+
166
+ - Modified: css modules
167
+
168
+ ## 0.1.0-next.3
169
+
170
+ ### Patch Changes
171
+
172
+ - Modified: css modules
173
+
174
+ ## 0.1.0-next.2
175
+
176
+ ### Patch Changes
177
+
178
+ - Added: css modules
179
+
180
+ ## 0.1.0-next.1
181
+
182
+ ### Patch Changes
183
+
184
+ - Added: page mode
185
+
186
+ ## 0.1.0-next.0
187
+
188
+ ### Minor Changes
189
+
190
+ - Added: plugins, blocks, components
191
+
192
+ ## 0.0.61
193
+
194
+ ### Patch Changes
195
+
196
+ - c4251e5: Modified: Feedback vars
197
+
198
+ ## 0.0.60
199
+
200
+ ### Patch Changes
201
+
202
+ - Modified: MessageService abort message
203
+
204
+ ## 0.0.59
205
+
206
+ ### Patch Changes
207
+
208
+ - fb1caf0: Add feedback functionality
209
+
210
+ ## 0.0.58
211
+
212
+ ### Patch Changes
213
+
214
+ - Fixing: chunksToChunkItems first chunk
215
+
216
+ ## 0.0.57
217
+
218
+ ### Patch Changes
219
+
220
+ - Added: Action, LlmChunkAction, onAction handler
221
+
222
+ ## 0.0.56
223
+
224
+ ### Patch Changes
225
+
226
+ - Fixing: mock default
227
+
228
+ ## 0.0.55
229
+
230
+ ### Patch Changes
231
+
232
+ - Added: disclaimerShort, Disclaimer, Scroller image-mask
233
+
234
+ ## 0.0.54
235
+
236
+ ### Patch Changes
237
+
238
+ - Added: ScrollProposition, imperative flag
239
+
240
+ ## 0.0.53
241
+
242
+ ### Patch Changes
243
+
244
+ - Modified: disclaimer css
245
+
246
+ ## 0.0.52
247
+
248
+ ### Patch Changes
249
+
250
+ - Modified: disclaimer style
251
+
252
+ ## 0.0.51
253
+
254
+ ### Patch Changes
255
+
256
+ - Added: disclaimer footer & header ctas
257
+
258
+ ## 0.0.50
259
+
260
+ ### Patch Changes
261
+
262
+ - Modified idle timeout
263
+
264
+ ## 0.0.49
265
+
266
+ ### Patch Changes
267
+
268
+ - Modified: theme & styles
269
+
270
+ ## 0.0.48
271
+
272
+ ### Patch Changes
273
+
274
+ - Fixing: decodeMessages
275
+
276
+ ## 0.0.47
277
+
278
+ ### Patch Changes
279
+
280
+ - 77ef1ea: Added: addFile, removeFile and image_url user message
281
+ - 77ef1ea: Modified: hasTextToSpeechSupport, hasSpeechToTextSupport
282
+
283
+ ## 0.0.46
284
+
285
+ ### Patch Changes
286
+
287
+ - Added: threadId check
288
+
289
+ ## 0.0.45
290
+
291
+ ### Patch Changes
292
+
293
+ - Added: Speech.cancel
294
+
295
+ ## 0.0.44
296
+
297
+ ### Patch Changes
298
+
299
+ - Modified: suggestions a11y
300
+
301
+ ## 0.0.43
302
+
303
+ ### Patch Changes
304
+
305
+ - Modified: theme
306
+
307
+ ## 0.0.42
308
+
309
+ ### Patch Changes
310
+
311
+ - Modified: ProductCard style
312
+
313
+ ## 0.0.41
314
+
315
+ ### Patch Changes
316
+
317
+ - Modified: ProductCard availability
318
+
319
+ ## 0.0.40
320
+
321
+ ### Patch Changes
322
+
323
+ - 88267c3: Added: mode chat
324
+
325
+ ## 0.0.39
326
+
327
+ ### Patch Changes
328
+
329
+ - Modified: hooks dependencies
330
+ - Added: endpoint url option
331
+
332
+ ## 0.0.38
333
+
334
+ ### Patch Changes
335
+
336
+ - Modified: TextToSpeech cancel method
337
+
338
+ ## 0.0.37
339
+
340
+ ### Patch Changes
341
+
342
+ - Modified: CanvasOffscreen, disableSpeechSynthesis
343
+
344
+ ## 0.0.36
345
+
346
+ ### Patch Changes
347
+
348
+ - Added: DefaultTextToSpeech, ElevenlabsTextToSpeech, DefaultSpeechToText
349
+ - Modified: textToChunks
350
+ - Added: RecognitionMode, SynthesisMode, textToSpeechApiKey, textToSpeechVoiceId
351
+
352
+ ## 0.0.35
353
+
354
+ ### Patch Changes
355
+
356
+ - Modified: MessageService
357
+ - Added: USE_INSPECT_PARAM
358
+
359
+ ## 0.0.34
360
+
361
+ ### Patch Changes
362
+
363
+ - Modified: MessageService
364
+ - Added: StreamError
365
+
366
+ ## 0.0.33
367
+
368
+ ### Patch Changes
369
+
370
+ - Modified: ProductCard style
371
+
372
+ ## 0.0.32
373
+
374
+ ### Patch Changes
375
+
376
+ - 0e85a82: Added: LlmApp additionalLogos
377
+ - 0e85a82: Modified: theme & style
378
+
379
+ ## 0.0.31
380
+
381
+ ### Patch Changes
382
+
383
+ - Modified: textToChunks
384
+
385
+ ## 0.0.30
386
+
387
+ ### Patch Changes
388
+
389
+ - 8024a99: Added: useFocusTrap, regExpMapper, a11y
390
+
391
+ ## 0.0.29
392
+
393
+ ### Patch Changes
394
+
395
+ - Modified: theme settings, Added: Font component
396
+
397
+ ## 0.0.28
398
+
399
+ ### Patch Changes
400
+
401
+ - Modified: Product Card & Product Card Group style
402
+
403
+ ## 0.0.27
404
+
405
+ ### Patch Changes
406
+
407
+ - Modified: Product hasPrice
408
+
409
+ ## 0.0.26
410
+
411
+ ### Patch Changes
412
+
413
+ - Modified: Product Card & Product Card Group style
414
+
415
+ ## 0.0.25
416
+
417
+ ### Patch Changes
418
+
419
+ - f5d0129: Added: Product Card & Product Card Group
420
+
421
+ ## 0.0.24
422
+
423
+ ### Patch Changes
424
+
425
+ - Added: markdown llm_pill click handler
426
+
427
+ ## 0.0.23
428
+
429
+ ### Patch Changes
430
+
431
+ - Modified: cards css
432
+
433
+ ## 0.0.22
434
+
435
+ ### Patch Changes
436
+
437
+ - Updating: dependencies
438
+
439
+ ## 0.0.21
440
+
441
+ ### Patch Changes
442
+
443
+ - Modified: scroll behaviour
444
+
445
+ ## 0.0.20
446
+
447
+ ### Patch Changes
448
+
449
+ - Modified: hiding audio buttons when speechSynthesis disabled
450
+
451
+ ## 0.0.19
452
+
453
+ ### Patch Changes
454
+
455
+ - 114cbee: Added: theme variant for typography
456
+ - 114cbee: Added: LlmContents disableSpeechSynthesis flag
457
+
458
+ ## 0.0.18
459
+
460
+ ### Patch Changes
461
+
462
+ - Added: flags preview, dismissable, opened, skipCustomIntro
463
+
464
+ ## 0.0.17
465
+
466
+ ### Patch Changes
467
+
468
+ - Modified: theme & cards
469
+
470
+ ## 0.0.16
471
+
472
+ ### Patch Changes
473
+
474
+ - Fixing: downgrading eslint to v8.56.0
475
+
476
+ ## 0.0.15
477
+
478
+ ### Patch Changes
479
+
480
+ - 0181617: Added: customTheme, customIntro, Cards, VideoPlayer, ThronPlayer,
481
+ MessageService
482
+
483
+ ## 0.0.14
484
+
485
+ ### Patch Changes
486
+
487
+ - Added: CanvasOffscreenProvider
488
+
489
+ ## 0.0.13
490
+
491
+ ### Patch Changes
492
+
493
+ - Added: theme, customTheme, customIntro
494
+ - Added: cross visibility check
495
+ - Fixing: textToChunks
496
+
497
+ ## 0.0.12
498
+
499
+ ### Patch Changes
500
+
501
+ - Fixing: markdown links
502
+ - Added: embeds IntersectionObserver, MutationObserber
503
+
504
+ ## 0.0.11
505
+
506
+ ### Patch Changes
507
+
508
+ - Added: shared state between instances
509
+
510
+ ## 0.0.10
511
+
512
+ ### Patch Changes
513
+
514
+ - Added: embed options
515
+ - Added: returning instance with methods
516
+
517
+ ## 0.0.9
518
+
519
+ ### Patch Changes
520
+
521
+ - Updating: dependencies
522
+
523
+ ## 0.0.8
524
+
525
+ ### Patch Changes
526
+
527
+ - Modified: Speech synthesis & recognition, disclaimer, markdown
528
+
529
+ ## 0.0.7
530
+
531
+ ### Patch Changes
532
+
533
+ - Modified: components dangerouslySetInnerHTML, styles, useLlm status opened
534
+ with threadId
535
+
536
+ ## 0.0.6
537
+
538
+ ### Patch Changes
539
+
540
+ - Fixing: threads
541
+ - Modified: MessageService, FormRecap, useLlm
542
+
543
+ ## 0.0.5
544
+
545
+ ### Patch Changes
546
+
547
+ - Added: declarations
548
+ - Modified: FormRecap, QuickLinks
549
+
550
+ ## 0.0.4
551
+
552
+ ### Patch Changes
553
+
554
+ - Modified: decorateUrl async behaviour
555
+
556
+ ## 0.0.3
557
+
558
+ ### Patch Changes
559
+
560
+ - Added: markdown support
561
+
562
+ ## 0.0.2
563
+
564
+ ### Patch Changes
565
+
566
+ - Added: abort stream
567
+ - Modified: speech, useLlm, message service, canvas, icons
568
+
569
+ ## 0.0.1
570
+
571
+ ### Patch Changes
572
+
573
+ - Added: first release.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@websolutespa/bom-llm",
3
- "version": "0.2.7",
3
+ "version": "2.0.0",
4
4
  "description": "LLM module of the BOM Repository",
5
5
  "keywords": [
6
6
  "bom",
@@ -29,10 +29,10 @@
29
29
  "peerDependencies": {},
30
30
  "devDependencies": {
31
31
  "@ariakit/react": ">= 0.4.11",
32
- "@websolutespa/bom-core": "*",
33
- "@websolutespa/bom-mixer-hooks": "*",
34
- "@websolutespa/bom-mixer-icons": "*",
35
- "@websolutespa/bom-mixer-llm": "*",
32
+ "@websolutespa/bom-core": "^2.0.0",
33
+ "@websolutespa/bom-mixer-hooks": "^2.0.0",
34
+ "@websolutespa/bom-mixer-icons": "^2.0.0",
35
+ "@websolutespa/bom-mixer-llm": "^2.0.0",
36
36
  "autoprefixer": "^10.4.19",
37
37
  "framer-motion": "^10.16.12",
38
38
  "react-dom": "^18.2.0",
@@ -58,14 +58,14 @@
58
58
  "@types/cross-spawn": "latest",
59
59
  "@types/react-dom": "^18.2.24",
60
60
  "@types/react": "^18.2.75",
61
- "@websolutespa/bom-cli": "*",
62
- "@websolutespa/test": "*",
63
- "@websolutespa/tsconfig": "*",
61
+ "@websolutespa/bom-cli": "^2.0.0",
62
+ "@websolutespa/test": "^2.0.0",
63
+ "@websolutespa/tsconfig": "^2.0.0",
64
64
  "babel-loader": "^9.1.2",
65
65
  "babel-plugin-styled-components": "^2.0.7",
66
66
  "babel-preset-react-app": "^10.0.1",
67
67
  "cross-spawn": "latest",
68
- "eslint-config-websolute": "*",
68
+ "eslint-config-websolute": "^2.0.0",
69
69
  "eslint": "^8.56.0",
70
70
  "node-sass": "^8.0.0",
71
71
  "npm-run-all": "^4.1.5",