@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.mjs CHANGED
@@ -6585,7 +6585,7 @@ AIChat.styles = css`
6585
6585
 
6586
6586
  .message-content {
6587
6587
  max-width: 100%;
6588
- font-size: 0.9375rem;
6588
+ font-size: 1.2rem;
6589
6589
  padding: 0.875rem 1.25rem;
6590
6590
  }
6591
6591
 
@@ -6741,8 +6741,8 @@ AIChat.styles = css`
6741
6741
  }
6742
6742
 
6743
6743
  .header-avatar {
6744
- width: 2.5rem;
6745
- height: 2.5rem;
6744
+ width: 3.5rem;
6745
+ height: 3.5rem;
6746
6746
  border-radius: 50%;
6747
6747
  background: #fff;
6748
6748
  display: flex;
@@ -6891,8 +6891,8 @@ AIChat.styles = css`
6891
6891
  }
6892
6892
 
6893
6893
  .avatar {
6894
- width: 2.5rem;
6895
- height: 2.5rem;
6894
+ width: 3.5rem;
6895
+ height: 3.5rem;
6896
6896
  border-radius: 9999px;
6897
6897
  background: #E5E7EB;
6898
6898
  display: flex;
@@ -6918,12 +6918,12 @@ AIChat.styles = css`
6918
6918
 
6919
6919
  .message-content {
6920
6920
  max-width: 36rem;
6921
- padding: 1rem 1.5rem;
6922
6921
  border-radius: 1.25rem;
6923
6922
  line-height: 1.6;
6924
6923
  overflow-wrap: break-word;
6925
6924
  word-wrap: break-word;
6926
6925
  min-width: 0;
6926
+ font-size: 1.2rem;
6927
6927
  }
6928
6928
 
6929
6929
  .message.user .message-content {
@@ -7065,7 +7065,7 @@ AIChat.styles = css`
7065
7065
  }
7066
7066
 
7067
7067
  .faq-title {
7068
- font-size: 0.875rem;
7068
+ font-size: 1.1rem;
7069
7069
  font-weight: 600;
7070
7070
  color: var(--primary-color, #3681D3);
7071
7071
  margin: 0 0 0.375rem 0;
@@ -7085,7 +7085,7 @@ AIChat.styles = css`
7085
7085
  }
7086
7086
 
7087
7087
  .faq-item {
7088
- font-size: 0.875rem;
7088
+ font-size: 1.2rem;
7089
7089
  color: var(--primary-color, #3681D3);
7090
7090
  padding: 0;
7091
7091
  border-radius: 0.5rem;
@@ -7241,7 +7241,7 @@ AIChat.styles = css`
7241
7241
  padding: 0 1rem;
7242
7242
  border: 1px solid #d1d5db;
7243
7243
  border-radius: 1.5rem;
7244
- font-size: 0.9375rem;
7244
+ font-size: 1.2rem;
7245
7245
  font-family: inherit;
7246
7246
  background: #fff;
7247
7247
  color: #374151;