@quilltap/theme-storybook 1.0.53 → 1.0.54
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 +2 -2
- package/package.json +1 -1
- package/src/css/qt-components.css +4 -2
package/dist/index.css
CHANGED
|
@@ -429,7 +429,7 @@ body {
|
|
|
429
429
|
--qt-chat-whisper-bg: color-mix(in srgb, var(--qt-chat-assistant-bg) 60%, #9b8ec4 40%);
|
|
430
430
|
--qt-chat-whisper-fg: var(--qt-chat-assistant-fg);
|
|
431
431
|
--qt-chat-whisper-border: #9b8ec4;
|
|
432
|
-
--qt-chat-whisper-label-fg: #
|
|
432
|
+
--qt-chat-whisper-label-fg: #5c447e;
|
|
433
433
|
--qt-chat-silent-bg: color-mix(in srgb, var(--qt-chat-assistant-bg) 65%, #7a9e8e 35%);
|
|
434
434
|
--qt-chat-silent-fg: var(--qt-chat-assistant-fg);
|
|
435
435
|
--qt-chat-silent-border: #7a9e8e;
|
|
@@ -2142,7 +2142,7 @@ body {
|
|
|
2142
2142
|
.dark {
|
|
2143
2143
|
--qt-chat-whisper-bg: color-mix(in srgb, var(--qt-chat-assistant-bg) 60%, #6b5b95 40%);
|
|
2144
2144
|
--qt-chat-whisper-border: #6b5b95;
|
|
2145
|
-
--qt-chat-whisper-label-fg: #
|
|
2145
|
+
--qt-chat-whisper-label-fg: #b5a9d1;
|
|
2146
2146
|
--qt-chat-silent-bg: color-mix(in srgb, var(--qt-chat-assistant-bg) 65%, #4a7a6a 35%);
|
|
2147
2147
|
--qt-chat-silent-border: #4a7a6a;
|
|
2148
2148
|
--qt-chat-silent-label-fg: #8ab8a4;
|
package/package.json
CHANGED
|
@@ -334,7 +334,9 @@
|
|
|
334
334
|
--qt-chat-whisper-bg: color-mix(in srgb, var(--qt-chat-assistant-bg) 60%, #9b8ec4 40%);
|
|
335
335
|
--qt-chat-whisper-fg: var(--qt-chat-assistant-fg);
|
|
336
336
|
--qt-chat-whisper-border: #9b8ec4;
|
|
337
|
-
--qt-chat-whisper-
|
|
337
|
+
/* Deep enough to clear WCAG AA (4.5:1) against --qt-chat-whisper-bg at this
|
|
338
|
+
label's 0.75rem size; it also tints .qt-chat-system-bar-whisper. */
|
|
339
|
+
--qt-chat-whisper-label-fg: #5c447e;
|
|
338
340
|
|
|
339
341
|
/* Chat: Silent messages — inner thoughts/actions from characters in silent mode */
|
|
340
342
|
--qt-chat-silent-bg: color-mix(in srgb, var(--qt-chat-assistant-bg) 65%, #7a9e8e 35%);
|
|
@@ -2589,7 +2591,7 @@
|
|
|
2589
2591
|
/* Chat: Whisper messages — dark mode */
|
|
2590
2592
|
--qt-chat-whisper-bg: color-mix(in srgb, var(--qt-chat-assistant-bg) 60%, #6b5b95 40%);
|
|
2591
2593
|
--qt-chat-whisper-border: #6b5b95;
|
|
2592
|
-
--qt-chat-whisper-label-fg: #
|
|
2594
|
+
--qt-chat-whisper-label-fg: #b5a9d1;
|
|
2593
2595
|
|
|
2594
2596
|
/* Chat: Silent messages — darker mode variants */
|
|
2595
2597
|
--qt-chat-silent-bg: color-mix(in srgb, var(--qt-chat-assistant-bg) 65%, #4a7a6a 35%);
|