@finogeeks2026/chatkit-web 0.0.8 → 0.0.9
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.css +1 -1
- package/dist/index.js +4213 -4156
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
:root[data-theme=light],:root:not([data-theme]){--chatkit-bg-primary: #ffffff;--chatkit-bg-secondary: #f5f5f5;--chatkit-bg-tertiary: #fafafa;--chatkit-text-primary: #333333;--chatkit-text-secondary: #666666;--chatkit-text-tertiary: #999999;--chatkit-text-disabled: #cccccc;--chatkit-border: #e0e0e0;--chatkit-border-light: #f0f0f0;--chatkit-border-dark: #d1d5db;--chatkit-user-bubble-bg: #007aff;--chatkit-user-bubble-text: #ffffff;--chatkit-assistant-bubble-bg: #f5f5f5;--chatkit-assistant-bubble-text: #333333;--chatkit-prompt-bg: linear-gradient(to right, #EFF6FF, #FAF5FF);--chatkit-prompt-text: #1976d2;--chatkit-prompt-icon: #1976d2;--chatkit-input-bg: #ffffff;--chatkit-input-border: #d1d5db;--chatkit-input-placeholder: #999999;--chatkit-input-focus-border: #007aff;--chatkit-button-primary: #007aff;--chatkit-button-primary-hover: #0056b3;--chatkit-button-primary-disabled: #cccccc;--chatkit-button-text: #ffffff;--chatkit-error: #ff3b30;--chatkit-warning: #ff9500;--chatkit-success: #34c759;--chatkit-scrollbar-track:
|
|
1
|
+
:root[data-theme=light],:root:not([data-theme]){--chatkit-bg-primary: #ffffff;--chatkit-bg-secondary: #f5f5f5;--chatkit-bg-tertiary: #fafafa;--chatkit-text-primary: #333333;--chatkit-text-secondary: #666666;--chatkit-text-tertiary: #999999;--chatkit-text-disabled: #cccccc;--chatkit-border: #e0e0e0;--chatkit-border-light: #f0f0f0;--chatkit-border-dark: #d1d5db;--chatkit-user-bubble-bg: #007aff;--chatkit-user-bubble-text: #ffffff;--chatkit-assistant-bubble-bg: #f5f5f5;--chatkit-assistant-bubble-text: #333333;--chatkit-prompt-bg: linear-gradient(to right, #EFF6FF, #FAF5FF);--chatkit-prompt-text: #1976d2;--chatkit-prompt-icon: #1976d2;--chatkit-input-bg: #ffffff;--chatkit-input-border: #d1d5db;--chatkit-input-placeholder: #999999;--chatkit-input-focus-border: #007aff;--chatkit-composer-border: rgba(0, 0, 0, .08);--chatkit-composer-shadow: 0 1px 3px rgba(0, 0, 0, .06);--chatkit-composer-send-bg: #1a1a1a;--chatkit-composer-send-icon: #ffffff;--chatkit-composer-send-bg-disabled: #cccccc;--chatkit-button-primary: #007aff;--chatkit-button-primary-hover: #0056b3;--chatkit-button-primary-disabled: #cccccc;--chatkit-button-text: #ffffff;--chatkit-error: #ff3b30;--chatkit-warning: #ff9500;--chatkit-success: #34c759;--chatkit-scrollbar-track: rgba(0, 0, 0, .04);--chatkit-scrollbar-thumb: rgba(0, 0, 0, .2);--chatkit-scrollbar-thumb-hover: rgba(0, 0, 0, .35)}:root[data-theme=dark]{--chatkit-bg-primary: #1a1a1a;--chatkit-bg-secondary: #2d2d2d;--chatkit-bg-tertiary: #252525;--chatkit-text-primary: #ffffff;--chatkit-text-secondary: #b3b3b3;--chatkit-text-tertiary: #808080;--chatkit-text-disabled: #4d4d4d;--chatkit-border: #404040;--chatkit-border-light: #333333;--chatkit-border-dark: #4d4d4d;--chatkit-user-bubble-bg: #007aff;--chatkit-user-bubble-text: #ffffff;--chatkit-assistant-bubble-bg: #2d2d2d;--chatkit-assistant-bubble-text: #ffffff;--chatkit-assistant-bubble-border: #404040;--chatkit-prompt-bg: #1e3a5f;--chatkit-prompt-text: #90caf9;--chatkit-prompt-icon: #90caf9;--chatkit-input-bg: #2d2d2d;--chatkit-input-border: #404040;--chatkit-input-placeholder: #808080;--chatkit-input-focus-border: #007aff;--chatkit-composer-border: rgba(255, 255, 255, .1);--chatkit-composer-shadow: 0 1px 3px rgba(0, 0, 0, .3);--chatkit-composer-send-bg: #e5e5e5;--chatkit-composer-send-icon: #1a1a1a;--chatkit-composer-send-bg-disabled: #4d4d4d;--chatkit-button-primary: #007aff;--chatkit-button-primary-hover: #0056b3;--chatkit-button-primary-disabled: #4d4d4d;--chatkit-button-text: #ffffff;--chatkit-error: #ff3b30;--chatkit-warning: #ff9500;--chatkit-success: #34c759;--chatkit-scrollbar-track: rgba(255, 255, 255, .06);--chatkit-scrollbar-thumb: rgba(255, 255, 255, .25);--chatkit-scrollbar-thumb-hover: rgba(255, 255, 255, .4)}.chatkit-root form textarea::-webkit-scrollbar{width:4px}.chatkit-root form textarea::-webkit-scrollbar-track{background:var(--chatkit-scrollbar-track);border-radius:3px}.chatkit-root form textarea::-webkit-scrollbar-thumb{background:var(--chatkit-scrollbar-thumb);border-radius:3px}.chatkit-root form textarea::-webkit-scrollbar-thumb:hover{background:var(--chatkit-scrollbar-thumb-hover)}.chatkit-root form textarea{scrollbar-width:thin;scrollbar-color:var(--chatkit-scrollbar-thumb) var(--chatkit-scrollbar-track)}.chatkit-root form textarea::placeholder{color:var(--chatkit-input-placeholder)}pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}/*!
|
|
2
2
|
Theme: GitHub
|
|
3
3
|
Description: Light theme as seen on github.com
|
|
4
4
|
Author: github.com
|