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 +16 -11
- package/dist/advanced-chat-kai.es.js +1267 -1128
- package/package.json +1 -1
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/
|
|
4
|
-
<img alt="dark" src="https://github.com/user-attachments/assets/
|
|
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
|
   [](https://opensource.org/licenses/MIT) [](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
|
|