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