@a.izzuddin/ai-chat 0.2.22-beta.2 → 0.2.23

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/index.js CHANGED
@@ -6587,7 +6587,7 @@ exports.AIChat.styles = lit.css`
6587
6587
 
6588
6588
  .message-content {
6589
6589
  max-width: 100%;
6590
- font-size: 0.9375rem;
6590
+ font-size: 1.2rem;
6591
6591
  padding: 0.875rem 1.25rem;
6592
6592
  }
6593
6593
 
@@ -6743,8 +6743,8 @@ exports.AIChat.styles = lit.css`
6743
6743
  }
6744
6744
 
6745
6745
  .header-avatar {
6746
- width: 2.5rem;
6747
- height: 2.5rem;
6746
+ width: 3.5rem;
6747
+ height: 3.5rem;
6748
6748
  border-radius: 50%;
6749
6749
  background: #fff;
6750
6750
  display: flex;
@@ -6893,8 +6893,8 @@ exports.AIChat.styles = lit.css`
6893
6893
  }
6894
6894
 
6895
6895
  .avatar {
6896
- width: 2.5rem;
6897
- height: 2.5rem;
6896
+ width: 3.5rem;
6897
+ height: 3.5rem;
6898
6898
  border-radius: 9999px;
6899
6899
  background: #E5E7EB;
6900
6900
  display: flex;
@@ -6920,12 +6920,12 @@ exports.AIChat.styles = lit.css`
6920
6920
 
6921
6921
  .message-content {
6922
6922
  max-width: 36rem;
6923
- padding: 1rem 1.5rem;
6924
6923
  border-radius: 1.25rem;
6925
6924
  line-height: 1.6;
6926
6925
  overflow-wrap: break-word;
6927
6926
  word-wrap: break-word;
6928
6927
  min-width: 0;
6928
+ font-size: 1.2rem;
6929
6929
  }
6930
6930
 
6931
6931
  .message.user .message-content {
@@ -7067,7 +7067,7 @@ exports.AIChat.styles = lit.css`
7067
7067
  }
7068
7068
 
7069
7069
  .faq-title {
7070
- font-size: 0.875rem;
7070
+ font-size: 1.1rem;
7071
7071
  font-weight: 600;
7072
7072
  color: var(--primary-color, #3681D3);
7073
7073
  margin: 0 0 0.375rem 0;
@@ -7087,7 +7087,7 @@ exports.AIChat.styles = lit.css`
7087
7087
  }
7088
7088
 
7089
7089
  .faq-item {
7090
- font-size: 0.875rem;
7090
+ font-size: 1.2rem;
7091
7091
  color: var(--primary-color, #3681D3);
7092
7092
  padding: 0;
7093
7093
  border-radius: 0.5rem;
@@ -7243,7 +7243,7 @@ exports.AIChat.styles = lit.css`
7243
7243
  padding: 0 1rem;
7244
7244
  border: 1px solid #d1d5db;
7245
7245
  border-radius: 1.5rem;
7246
- font-size: 0.9375rem;
7246
+ font-size: 1.2rem;
7247
7247
  font-family: inherit;
7248
7248
  background: #fff;
7249
7249
  color: #374151;