react-autoql 8.0.2-alpha.0 → 8.0.2-alpha.3

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.
Binary file
@@ -4530,6 +4530,8 @@ g.legendOrdinal .legendTitle tspan {
4530
4530
  flex: 1; }
4531
4531
  .chat-message-and-rt-container.request {
4532
4532
  animation: scale-up-br 0.5s ease; }
4533
+ .chat-message-and-rt-container.request.pwa {
4534
+ margin-bottom: 30px; }
4533
4535
  .chat-message-and-rt-container.request .chat-single-message-container {
4534
4536
  justify-content: flex-end; }
4535
4537
  .chat-message-and-rt-container.request .chat-single-message-container .chat-message-bubble {
@@ -4537,6 +4539,10 @@ g.legendOrdinal .legendTitle tspan {
4537
4539
  color: var(--react-autoql-text-color-accent); }
4538
4540
  .chat-message-and-rt-container.response {
4539
4541
  animation: scale-up-bl 0.5s ease; }
4542
+ .chat-message-and-rt-container.response.pwa {
4543
+ margin-bottom: 15px; }
4544
+ .chat-message-and-rt-container.response.pwa.text {
4545
+ margin-bottom: 0px; }
4540
4546
  .chat-message-and-rt-container.response .chat-single-message-container {
4541
4547
  justify-content: flex-start; }
4542
4548
  .chat-message-and-rt-container.response .chat-single-message-container .chat-message-bubble {
Binary file