@websolutespa/bom-llm 0.0.19 → 0.0.20

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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @websolutespa/bom-llm
2
2
 
3
+ ## 0.0.20
4
+
5
+ ### Patch Changes
6
+
7
+ - Modified: hiding audio buttons when speechSynthesis disabled
8
+
3
9
  ## 0.0.19
4
10
 
5
11
  ### Patch Changes
@@ -1474,7 +1474,7 @@ llm-embed {
1474
1474
  appearance: none;
1475
1475
  display: block;
1476
1476
  margin: 0;
1477
- padding: 10px 40px;
1477
+ padding: 10px 20px;
1478
1478
  width: 100%;
1479
1479
  max-height: 120px;
1480
1480
  min-height: 45px;
@@ -1502,11 +1502,19 @@ llm-embed {
1502
1502
  }
1503
1503
  @media (min-width: 1024px) {
1504
1504
  .llm .llm__prompt-textarea {
1505
- padding: 18px 40px;
1505
+ padding: 18px 20px;
1506
1506
  min-height: 60px;
1507
1507
  max-height: 220px;
1508
1508
  }
1509
1509
  }
1510
+ .-speech-supported .llm .llm__prompt-textarea {
1511
+ padding: 10px 40px;
1512
+ }
1513
+ @media (min-width: 1024px) {
1514
+ .-speech-supported .llm .llm__prompt-textarea {
1515
+ padding: 18px 40px;
1516
+ }
1517
+ }
1510
1518
  .llm .llm__prompt-speak, .llm .llm__prompt-microphone {
1511
1519
  position: absolute;
1512
1520
  display: flex;