@webless/agent 0.10.3 → 0.10.4

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/dist/embed.css CHANGED
@@ -1687,6 +1687,23 @@ summary.agent-transcript__activity-heading::before {
1687
1687
  color: var(--as-brand);
1688
1688
  font-size: 11px;
1689
1689
  }
1690
+ .message-bubble__text .message-bubble__markdown :where(h1, h2, h3, h4, h5, h6) {
1691
+ margin: 16px 0 8px;
1692
+ padding: 0;
1693
+ color: inherit;
1694
+ font-family: inherit;
1695
+ font-size: 1em;
1696
+ font-style: normal;
1697
+ font-weight: 650;
1698
+ line-height: 1.4;
1699
+ letter-spacing: normal;
1700
+ text-align: start;
1701
+ text-transform: none;
1702
+ overflow-wrap: anywhere;
1703
+ }
1704
+ .message-bubble__text .message-bubble__markdown :where(h1, h2) {
1705
+ font-size: 1.125em;
1706
+ }
1690
1707
  .message-bubble__markdown > :first-child {
1691
1708
  margin-top: 0;
1692
1709
  }