advanced-chat-kai 1.0.0 → 1.1.1

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/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # advanced-chat-kai
2
2
 
3
- <img alt="light" src="https://github.com/user-attachments/assets/2683a3ae-0419-4a35-ba3c-b5344750d5b6" />
4
- <img alt="dark" src="https://github.com/user-attachments/assets/36d2fc3e-6f93-44ea-a3d2-f6137b9d0bd6" />
3
+ <img alt="light" src="https://github.com/user-attachments/assets/c7efa2e4-c7f5-4a83-968c-cbc0b0fea91f" />
4
+ <img alt="dark" src="https://github.com/user-attachments/assets/b547b8b6-2154-4334-8f5d-16fb2c8e264c"" />
5
5
 
6
6
  ![npm version](https://img.shields.io/npm/v/advanced-chat-kai) ![npm downloads](https://img.shields.io/npm/dm/advanced-chat-kai) ![npm bundle size](https://img.shields.io/bundlephobia/minzip/advanced-chat-kai) [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT) [![codecov](https://codecov.io/gh/spider-hand/advanced-chat-kai/graph/badge.svg?token=ETHZJ2CTPF)](https://codecov.io/gh/spider-hand/advanced-chat-kai)
7
7
 
@@ -345,18 +345,18 @@ CSS variable names are based on the [shadcn](https://ui.shadcn.com/docs/theming)
345
345
 
346
346
  ### Font Size Variables
347
347
 
348
- | Variable | Default |
349
- | ------------------ | ----------- |
350
- | `--chat-text-xs` | `0.75rem` |
351
- | `--chat-text-sm` | `0.875rem` |
352
- | `--chat-text-base` | `1rem` |
353
- | `--chat-text-lg` | `1.125rem` |
354
- | `--chat-text-xl` | `1.25rem` |
348
+ | Variable | Default |
349
+ | ------------------ | ---------- |
350
+ | `--chat-text-xs` | `0.75rem` |
351
+ | `--chat-text-sm` | `0.875rem` |
352
+ | `--chat-text-base` | `1rem` |
353
+ | `--chat-text-lg` | `1.125rem` |
354
+ | `--chat-text-xl` | `1.25rem` |
355
355
 
356
356
  ### Border Radius Variables
357
357
 
358
- | Variable | Default |
359
- | -------------------- | --------- |
358
+ | Variable | Default |
359
+ | -------------------- | ---------- |
360
360
  | `--chat-radius-sm` | `0.125rem` |
361
361
  | `--chat-radius` | `0.25rem` |
362
362
  | `--chat-radius-md` | `0.375rem` |
@@ -397,6 +397,11 @@ CSS variable names are based on the [shadcn](https://ui.shadcn.com/docs/theming)
397
397
  | `--chat-warning-foreground` | The text color on warning badge |
398
398
  | `--chat-info` | The background color of info badge |
399
399
  | `--chat-info-foreground` | The text color on info badge |
400
+ | `--chat-overlay-subtle` | Subtle overlay (5% opacity) |
401
+ | `--chat-overlay-light` | Light overlay (8% opacity) |
402
+ | `--chat-overlay` | Default overlay (10% opacity) |
403
+ | `--chat-overlay-medium` | Medium overlay (15% opacity) |
404
+ | `--chat-overlay-heavy` | Heavy overlay (50% opacity) |
400
405
 
401
406
  ### Usage
402
407