@adzen/doohbot 1.0.0 → 1.0.2
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 +20 -14
- package/fesm2022/adzen-doohbot.mjs +4622 -0
- package/fesm2022/adzen-doohbot.mjs.map +1 -0
- package/index.d.ts +1301 -0
- package/index.d.ts.map +1 -0
- package/package.json +29 -57
- package/src/lib/app/chat/components/chat-button/chat-button.component.scss +115 -0
- package/src/lib/app/chat/components/chat-footer/chat-footer.component.scss +14 -0
- package/src/lib/app/chat/components/chat-header/chat-header.component.scss +82 -0
- package/src/lib/app/chat/components/chat-history-sidebar/chat-history-sidebar.component.scss +369 -0
- package/src/lib/app/chat/components/chat-message/chat-message.component.scss +235 -0
- package/src/lib/app/chat/components/chat-window/chat-window.component.scss +194 -0
- package/src/lib/app/chat/components/message-input/message-input.component.scss +59 -0
- package/src/lib/app/chat/components/message-list/message-list.component.scss +258 -0
- package/src/lib/app/login/login-form.component.scss +213 -0
- package/src/lib/app/personalization/personalization-dialog.component.scss +177 -0
- package/src/lib/app/personalization/sections/account/account-section.component.scss +209 -0
- package/src/lib/app/personalization/sections/instruction/instruction-section.component.scss +63 -0
- package/src/lib/app/personalization/sections/preferences/preferences-section.component.scss +199 -0
- package/src/lib/app/personalization/sections/terms/terms-section.component.scss +74 -0
- package/src/lib/doohbot.component.scss +18 -0
- package/{projects/doohbot/src/lib/shared/chips/chips.scss → src/lib/shared/chips/chips.component.scss} +3 -1
- package/src/lib/shared/dialog/dialog.component.scss +90 -0
- package/src/lib/shared/dropdown-menu/dropdown-menu.component.scss +53 -0
- package/src/lib/shared/input-dialog/input-dialog.component.scss +71 -0
- package/src/lib/shared/popout/popout.scss +0 -0
- package/src/lib/shared/snackbar/snackbar.component.scss +125 -0
- package/src/lib/styles/_theme.scss +69 -0
- package/src/lib/styles/material-override.scss +338 -0
- package/{projects/doohbot/src/lib/utils → src/lib/styles}/utility.scss +85 -33
- package/src/lib/theme/index.scss +8 -0
- package/src/lib/theme/palettes/aqua.scss +88 -0
- package/src/lib/theme/palettes/candy.scss +88 -0
- package/src/lib/theme/palettes/doohbot.scss +88 -0
- package/src/lib/theme/palettes/forest.scss +88 -0
- package/src/lib/theme/palettes/midnight.scss +88 -0
- package/src/lib/theme/palettes/slate.scss +88 -0
- package/src/lib/theme/palettes/sunset.scss +86 -0
- package/src/lib/theme/themes.scss +7 -0
- package/src/lib/theme/tokens/semantic.scss +102 -0
- package/.editorconfig +0 -17
- package/.vscode/extensions.json +0 -4
- package/.vscode/launch.json +0 -26
- package/.vscode/settings.json +0 -13
- package/.vscode/tasks.json +0 -42
- package/adzen-doohbot-0.0.1.tgz +0 -0
- package/adzen-doohbot-1.0.0.tgz +0 -0
- package/angular.json +0 -119
- package/projects/doohbot/README.md +0 -63
- package/projects/doohbot/ng-package.json +0 -16
- package/projects/doohbot/package.json +0 -12
- package/projects/doohbot/src/lib/directives/draggable/draggable-dialog.directive.ts +0 -62
- package/projects/doohbot/src/lib/directives/draggable/draggable-dialog.module.ts +0 -9
- package/projects/doohbot/src/lib/directives/resizable/resizable-dialog.directive.ts +0 -163
- package/projects/doohbot/src/lib/directives/resizable/resizable-dialog.module.ts +0 -9
- package/projects/doohbot/src/lib/doohbot.html +0 -216
- package/projects/doohbot/src/lib/doohbot.scss +0 -568
- package/projects/doohbot/src/lib/doohbot.spec.ts +0 -21
- package/projects/doohbot/src/lib/doohbot.ts +0 -345
- package/projects/doohbot/src/lib/elements/elements.ts +0 -25
- package/projects/doohbot/src/lib/helpers/predefined_messages.ts +0 -2
- package/projects/doohbot/src/lib/inputs/doohbot-input.ts +0 -25
- package/projects/doohbot/src/lib/model/doohbot.intents.ts +0 -24
- package/projects/doohbot/src/lib/model/message.ts +0 -13
- package/projects/doohbot/src/lib/model/token.ts +0 -3
- package/projects/doohbot/src/lib/services/messaging.service.ts +0 -76
- package/projects/doohbot/src/lib/shared/chips/chips.html +0 -9
- package/projects/doohbot/src/lib/shared/chips/chips.spec.ts +0 -23
- package/projects/doohbot/src/lib/shared/chips/chips.ts +0 -18
- package/projects/doohbot/src/lib/shared/snackbar/snackbar.html +0 -7
- package/projects/doohbot/src/lib/shared/snackbar/snackbar.scss +0 -73
- package/projects/doohbot/src/lib/shared/snackbar/snackbar.spec.ts +0 -21
- package/projects/doohbot/src/lib/shared/snackbar/snackbar.ts +0 -44
- package/projects/doohbot/src/lib/utils/material-override.scss +0 -312
- package/projects/doohbot/src/public-api.ts +0 -5
- package/projects/doohbot/tsconfig.lib.json +0 -19
- package/projects/doohbot/tsconfig.lib.prod.json +0 -11
- package/projects/doohbot/tsconfig.spec.json +0 -14
- package/projects/doohbot-element/public/favicon.ico +0 -0
- package/projects/doohbot-element/src/app/app.config.ts +0 -12
- package/projects/doohbot-element/src/app/app.html +0 -1
- package/projects/doohbot-element/src/app/app.routes.ts +0 -3
- package/projects/doohbot-element/src/app/app.spec.ts +0 -23
- package/projects/doohbot-element/src/app/app.ts +0 -10
- package/projects/doohbot-element/src/index.html +0 -15
- package/projects/doohbot-element/src/main.ts +0 -6
- package/projects/doohbot-element/src/styles.scss +0 -15
- package/projects/doohbot-element/tsconfig.app.json +0 -15
- package/projects/doohbot-element/tsconfig.spec.json +0 -14
- package/tsconfig.json +0 -43
- /package/{projects/doohbot-element/src/app/app.scss → src/lib/shared/menu-item/menu-item.component.scss} +0 -0
|
@@ -5,28 +5,31 @@
|
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
$colors: (
|
|
8
|
-
'blue':
|
|
9
|
-
'blue-dark':
|
|
10
|
-
|
|
11
|
-
'
|
|
12
|
-
'
|
|
13
|
-
'green
|
|
14
|
-
'green-
|
|
15
|
-
'green-light
|
|
16
|
-
'
|
|
17
|
-
'
|
|
18
|
-
'yellow
|
|
19
|
-
|
|
20
|
-
'
|
|
21
|
-
'red
|
|
22
|
-
'
|
|
23
|
-
'
|
|
24
|
-
'
|
|
25
|
-
'grey
|
|
26
|
-
'
|
|
27
|
-
|
|
28
|
-
'
|
|
29
|
-
'
|
|
8
|
+
'blue': var(--blue),
|
|
9
|
+
'blue-dark': var(--blue),
|
|
10
|
+
// Simplified for now
|
|
11
|
+
'blue-grey': var(--grey),
|
|
12
|
+
'sky-blue': var(--blue),
|
|
13
|
+
'green': var(--green),
|
|
14
|
+
'green-dark-1': var(--green),
|
|
15
|
+
'green-light': var(--green),
|
|
16
|
+
'green-light-1': var(--green),
|
|
17
|
+
'orange': var(--orange),
|
|
18
|
+
'yellow': var(--orange),
|
|
19
|
+
// map to orange or add yellow
|
|
20
|
+
'yellow-dark-1': var(--orange),
|
|
21
|
+
'red': var(--red),
|
|
22
|
+
'red-light': var(--light-red),
|
|
23
|
+
'red-dark': var(--red),
|
|
24
|
+
'white': var(--white),
|
|
25
|
+
'grey': var(--grey),
|
|
26
|
+
'purple': var(--primary-color),
|
|
27
|
+
// map to primary or add purple
|
|
28
|
+
'grey-dark': var(--grey),
|
|
29
|
+
'grey-light': var(--grey),
|
|
30
|
+
'black': var(--black),
|
|
31
|
+
'pink': var(--light-red),
|
|
32
|
+
'pink-dark-1': var(--red),
|
|
30
33
|
);
|
|
31
34
|
|
|
32
35
|
// Text Color
|
|
@@ -41,12 +44,16 @@ $colors: (
|
|
|
41
44
|
.bg-#{$color-name} {
|
|
42
45
|
background-color: #{$value} !important;
|
|
43
46
|
|
|
44
|
-
@if $color-name ==
|
|
45
|
-
color:
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
color:
|
|
47
|
+
@if $color-name ==white {
|
|
48
|
+
color: var(--black) !important;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
@else if $color-name =='sky-blue' {
|
|
52
|
+
color: var(--black) !important;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
@else {
|
|
56
|
+
color: var(--white) !important;
|
|
50
57
|
}
|
|
51
58
|
}
|
|
52
59
|
}
|
|
@@ -70,10 +77,12 @@ $border-position: (
|
|
|
70
77
|
.border-#{$color}-#{$size}px {
|
|
71
78
|
border: solid #{$size}px #{$col} !important;
|
|
72
79
|
}
|
|
80
|
+
|
|
73
81
|
.border-t-b-#{$color}-#{$size}px {
|
|
74
82
|
border-top: solid #{$size}px #{$col} !important;
|
|
75
83
|
border-bottom: solid #{$size}px #{$col} !important;
|
|
76
84
|
}
|
|
85
|
+
|
|
77
86
|
.border-l-r-#{$color}-#{$size}px {
|
|
78
87
|
border-left: solid #{$size}px #{$col} !important;
|
|
79
88
|
border-right: solid #{$size}px #{$col} !important;
|
|
@@ -93,6 +102,7 @@ $unit: (
|
|
|
93
102
|
.h-#{$size}#{$unit} {
|
|
94
103
|
height: #{$size}#{$ut} !important;
|
|
95
104
|
}
|
|
105
|
+
|
|
96
106
|
.w-#{$size}#{$unit} {
|
|
97
107
|
width: #{$size}#{$ut} !important;
|
|
98
108
|
}
|
|
@@ -119,6 +129,7 @@ $unit: (
|
|
|
119
129
|
.m-#{$pos}-#{$size}#{$unit} {
|
|
120
130
|
margin-#{$position}: #{$size}#{$ut} !important;
|
|
121
131
|
}
|
|
132
|
+
|
|
122
133
|
.p-#{$pos}-#{$size}#{$unit} {
|
|
123
134
|
padding-#{$position}: #{$size}#{$ut} !important;
|
|
124
135
|
}
|
|
@@ -157,27 +168,31 @@ $unit: (
|
|
|
157
168
|
|
|
158
169
|
// Gradient | Background | Color
|
|
159
170
|
.gradient-green-linear {
|
|
160
|
-
background-image: linear-gradient(to right, green,
|
|
171
|
+
background-image: linear-gradient(to right, var(--green), var(--green)) !important;
|
|
161
172
|
|
|
162
173
|
// mat.define-palette(mat.$green-palette, 900),
|
|
163
174
|
// mat.define-palette(mat.$green-palette, 500)
|
|
164
175
|
}
|
|
176
|
+
|
|
165
177
|
.gradient-orange-linear {
|
|
166
|
-
background-image: linear-gradient(to right,
|
|
178
|
+
background-image: linear-gradient(to right, var(--orange), var(--orange)) !important;
|
|
167
179
|
// mat.define-palette(mat.$orange-palette, 900),
|
|
168
180
|
// mat.define-palette(mat.$orange-palette, 500)
|
|
169
181
|
}
|
|
182
|
+
|
|
170
183
|
.gradient-red-linear {
|
|
171
|
-
background-image: linear-gradient(to right, red,
|
|
184
|
+
background-image: linear-gradient(to right, var(--red), var(--red)) !important;
|
|
172
185
|
// mat.define-palette(mat.$red-palette, 900),
|
|
173
186
|
// mat.define-palette(mat.$red-palette, 500)
|
|
174
187
|
}
|
|
188
|
+
|
|
175
189
|
.gradient-blue-linear {
|
|
176
|
-
background-image: linear-gradient(to right, blue,
|
|
190
|
+
background-image: linear-gradient(to right, var(--blue), var(--blue)) !important;
|
|
177
191
|
|
|
178
192
|
// mat.define-palette(mat.$blue-palette, 900),
|
|
179
193
|
// mat.define-palette(mat.$blue-palette, 500)
|
|
180
194
|
}
|
|
195
|
+
|
|
181
196
|
// Gradient | Background | Color
|
|
182
197
|
|
|
183
198
|
// Flex
|
|
@@ -254,6 +269,7 @@ $unit: (
|
|
|
254
269
|
font-weight: 500;
|
|
255
270
|
margin-right: 5px;
|
|
256
271
|
}
|
|
272
|
+
|
|
257
273
|
.input-suffix {
|
|
258
274
|
font-weight: 500;
|
|
259
275
|
margin-left: 5px;
|
|
@@ -263,27 +279,35 @@ $unit: (
|
|
|
263
279
|
.text-right {
|
|
264
280
|
text-align: right !important;
|
|
265
281
|
}
|
|
282
|
+
|
|
266
283
|
.text-left {
|
|
267
284
|
text-align: left !important;
|
|
268
285
|
}
|
|
286
|
+
|
|
269
287
|
.text-center {
|
|
270
288
|
text-align: center !important;
|
|
271
289
|
}
|
|
290
|
+
|
|
272
291
|
.float-right {
|
|
273
292
|
float: right !important;
|
|
274
293
|
}
|
|
294
|
+
|
|
275
295
|
.float-left {
|
|
276
296
|
float: left !important;
|
|
277
297
|
}
|
|
298
|
+
|
|
278
299
|
.text-end {
|
|
279
300
|
text-align: end !important;
|
|
280
301
|
}
|
|
302
|
+
|
|
281
303
|
.text-start {
|
|
282
304
|
text-align: start !important;
|
|
283
305
|
}
|
|
306
|
+
|
|
284
307
|
.txt-center {
|
|
285
308
|
text-align: center !important;
|
|
286
309
|
}
|
|
310
|
+
|
|
287
311
|
.txt-decoration-none {
|
|
288
312
|
text-decoration: none !important;
|
|
289
313
|
}
|
|
@@ -291,6 +315,7 @@ $unit: (
|
|
|
291
315
|
.f-w-b {
|
|
292
316
|
font-weight: bold !important;
|
|
293
317
|
}
|
|
318
|
+
|
|
294
319
|
.f-w-500 {
|
|
295
320
|
font-weight: 500 !important;
|
|
296
321
|
}
|
|
@@ -299,15 +324,19 @@ $unit: (
|
|
|
299
324
|
.w-100 {
|
|
300
325
|
width: 100% !important;
|
|
301
326
|
}
|
|
327
|
+
|
|
302
328
|
.h-100 {
|
|
303
329
|
height: 100% !important;
|
|
304
330
|
}
|
|
331
|
+
|
|
305
332
|
.vw-100 {
|
|
306
333
|
width: 100vw !important;
|
|
307
334
|
}
|
|
335
|
+
|
|
308
336
|
.vh-100 {
|
|
309
337
|
height: 100vh !important;
|
|
310
338
|
}
|
|
339
|
+
|
|
311
340
|
.h-auto {
|
|
312
341
|
height: auto !important;
|
|
313
342
|
}
|
|
@@ -320,7 +349,7 @@ $unit: (
|
|
|
320
349
|
.card-title-text {
|
|
321
350
|
font-size: 14px !important;
|
|
322
351
|
font-weight: 600 !important;
|
|
323
|
-
color:
|
|
352
|
+
color: var(--secondary-text-color);
|
|
324
353
|
}
|
|
325
354
|
|
|
326
355
|
.pointer-event-none {
|
|
@@ -534,3 +563,26 @@ $unit: (
|
|
|
534
563
|
transition: opacity 0.3s ease-out !important;
|
|
535
564
|
pointer-events: none !important;
|
|
536
565
|
}
|
|
566
|
+
|
|
567
|
+
// Marquee Text
|
|
568
|
+
.marquee-container {
|
|
569
|
+
overflow: hidden;
|
|
570
|
+
white-space: nowrap;
|
|
571
|
+
width: 100%;
|
|
572
|
+
}
|
|
573
|
+
|
|
574
|
+
.marquee-text {
|
|
575
|
+
display: inline-block;
|
|
576
|
+
padding-left: 100%;
|
|
577
|
+
animation: marquee 15s linear infinite;
|
|
578
|
+
}
|
|
579
|
+
|
|
580
|
+
@keyframes marquee {
|
|
581
|
+
0% {
|
|
582
|
+
transform: translate(0, 0);
|
|
583
|
+
}
|
|
584
|
+
|
|
585
|
+
100% {
|
|
586
|
+
transform: translate(-100%, 0);
|
|
587
|
+
}
|
|
588
|
+
}
|
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
/*
|
|
2
|
+
Aqua Palette (Light Mode)
|
|
3
|
+
*/
|
|
4
|
+
.db-theme-aqua {
|
|
5
|
+
/* Fonts */
|
|
6
|
+
--db-font: 'Roboto', Arial, sans-serif;
|
|
7
|
+
|
|
8
|
+
/* Brand Colors */
|
|
9
|
+
--db-primary: #74c2bb;
|
|
10
|
+
--db-primary-rgb: 116, 194, 187;
|
|
11
|
+
--db-secondary: #96f6ee;
|
|
12
|
+
|
|
13
|
+
/* Backgrounds */
|
|
14
|
+
--db-bg-app: #ffffff;
|
|
15
|
+
--db-bg-chat-input: #f9fafb;
|
|
16
|
+
--db-bg-user-msg: #e0e7ff;
|
|
17
|
+
--db-bg-bot-msg: #f3f4f6;
|
|
18
|
+
|
|
19
|
+
/* Text Colors */
|
|
20
|
+
--db-text-primary: #1f2937;
|
|
21
|
+
--db-text-secondary: #9ca3af;
|
|
22
|
+
--db-text-tertiary: #1f2937;
|
|
23
|
+
--db-text-hint: #9ca3af;
|
|
24
|
+
--db-text-user-msg: #111827;
|
|
25
|
+
--db-text-bot-msg: #111827;
|
|
26
|
+
|
|
27
|
+
/* UI Elements */
|
|
28
|
+
--db-border-color: #cbd5e1;
|
|
29
|
+
--db-border-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
|
|
30
|
+
--db-border-top: #ffffff00;
|
|
31
|
+
|
|
32
|
+
/* Interaction */
|
|
33
|
+
--db-color-button: var(--db-primary);
|
|
34
|
+
--db-color-typing: #cbd5e1;
|
|
35
|
+
|
|
36
|
+
/* Colors */
|
|
37
|
+
--db-white-rgb: 255, 255, 255;
|
|
38
|
+
--db-black-rgb: 0, 0, 0;
|
|
39
|
+
|
|
40
|
+
/* Media/Filters */
|
|
41
|
+
--db-avatar-filter: none;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
/*
|
|
45
|
+
Aqua Palette - Dark Mode Overrides
|
|
46
|
+
*/
|
|
47
|
+
.dark-theme.db-theme-aqua,
|
|
48
|
+
.dark-theme .db-theme-aqua,
|
|
49
|
+
.dark-theme.cdk-overlay-container .db-theme-aqua,
|
|
50
|
+
.dark-theme .cdk-overlay-container .db-theme-aqua {
|
|
51
|
+
/* Fonts */
|
|
52
|
+
--db-font: 'Roboto', Arial, sans-serif;
|
|
53
|
+
|
|
54
|
+
/* Brand Colors */
|
|
55
|
+
--db-primary: #74c2bb;
|
|
56
|
+
--db-primary-rgb: 116, 194, 187;
|
|
57
|
+
--db-secondary: #96f6ee;
|
|
58
|
+
|
|
59
|
+
/* Backgrounds */
|
|
60
|
+
--db-bg-app: #151521;
|
|
61
|
+
--db-bg-chat-input: #1e293b;
|
|
62
|
+
--db-bg-user-msg: #1e293b;
|
|
63
|
+
--db-bg-bot-msg: #1e293b;
|
|
64
|
+
|
|
65
|
+
/* Text Colors */
|
|
66
|
+
--db-text-primary: #f8fafc;
|
|
67
|
+
--db-text-secondary: #94a3b8;
|
|
68
|
+
--db-text-tertiary: #1f2937;
|
|
69
|
+
--db-text-hint: #64748b;
|
|
70
|
+
--db-text-user-msg: #f8fafc;
|
|
71
|
+
--db-text-bot-msg: #f8fafc;
|
|
72
|
+
|
|
73
|
+
/* UI Elements */
|
|
74
|
+
--db-border-color: #334155;
|
|
75
|
+
--db-border-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
|
|
76
|
+
--db-border-top: #ffffff00;
|
|
77
|
+
|
|
78
|
+
/* Interaction */
|
|
79
|
+
--db-color-button: var(--db-primary);
|
|
80
|
+
--db-color-typing: #334155;
|
|
81
|
+
|
|
82
|
+
/* Colors */
|
|
83
|
+
--db-white-rgb: 0, 0, 0;
|
|
84
|
+
--db-black-rgb: 255, 255, 255;
|
|
85
|
+
|
|
86
|
+
/* Media/Filters */
|
|
87
|
+
--db-avatar-filter: brightness(1.2) contrast(1.1);
|
|
88
|
+
}
|
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
/*
|
|
2
|
+
Candy Palette (Light Mode)
|
|
3
|
+
*/
|
|
4
|
+
.db-theme-candy {
|
|
5
|
+
/* Fonts */
|
|
6
|
+
--db-font: 'Roboto', Arial, sans-serif;
|
|
7
|
+
|
|
8
|
+
/* Brand Colors */
|
|
9
|
+
--db-primary: #e91e63;
|
|
10
|
+
--db-primary-rgb: 233, 30, 99;
|
|
11
|
+
--db-secondary: #ffeb3b;
|
|
12
|
+
|
|
13
|
+
/* Backgrounds */
|
|
14
|
+
--db-bg-app: #ffffff;
|
|
15
|
+
--db-bg-chat-input: #ffffff;
|
|
16
|
+
--db-bg-user-msg: #f8bbd0;
|
|
17
|
+
--db-bg-bot-msg: #f8bbd0;
|
|
18
|
+
|
|
19
|
+
/* Text Colors */
|
|
20
|
+
--db-text-primary: #4a148c;
|
|
21
|
+
--db-text-secondary: #ad1457;
|
|
22
|
+
--db-text-tertiary: #4a148c;
|
|
23
|
+
--db-text-hint: #c2185b;
|
|
24
|
+
--db-text-user-msg: #4a148c;
|
|
25
|
+
--db-text-bot-msg: #4a148c;
|
|
26
|
+
|
|
27
|
+
/* UI Elements */
|
|
28
|
+
--db-border-color: #f8bbd0;
|
|
29
|
+
--db-border-shadow: 0 4px 12px rgba(233, 30, 99, .2);
|
|
30
|
+
--db-border-top: #ffffff00;
|
|
31
|
+
|
|
32
|
+
/* Interaction */
|
|
33
|
+
--db-color-button: var(--db-primary);
|
|
34
|
+
--db-color-typing: #f8bbd0;
|
|
35
|
+
|
|
36
|
+
/* Colors */
|
|
37
|
+
--db-white-rgb: 255, 255, 255;
|
|
38
|
+
--db-black-rgb: 0, 0, 0;
|
|
39
|
+
|
|
40
|
+
/* Media/Filters */
|
|
41
|
+
--db-avatar-filter: none;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
/*
|
|
45
|
+
candy Palette - Dark Mode Overrides
|
|
46
|
+
*/
|
|
47
|
+
.dark-theme.db-theme-candy,
|
|
48
|
+
.dark-theme .db-theme-candy,
|
|
49
|
+
.dark-theme.cdk-overlay-container .db-theme-candy,
|
|
50
|
+
.dark-theme .cdk-overlay-container .db-theme-candy {
|
|
51
|
+
/* Fonts */
|
|
52
|
+
--db-font: 'Roboto', Arial, sans-serif;
|
|
53
|
+
|
|
54
|
+
/* Brand Colors */
|
|
55
|
+
--db-primary: #f06292;
|
|
56
|
+
--db-primary-rgb: 240, 98, 146;
|
|
57
|
+
--db-secondary: #ffeb3b;
|
|
58
|
+
|
|
59
|
+
/* Backgrounds */
|
|
60
|
+
--db-bg-app: #2a0f1c;
|
|
61
|
+
--db-bg-chat-input: #3b102a;
|
|
62
|
+
--db-bg-user-msg: #f06292;
|
|
63
|
+
--db-bg-bot-msg: #5a1a3d;
|
|
64
|
+
|
|
65
|
+
/* Text Colors */
|
|
66
|
+
--db-text-primary: #fff0f6;
|
|
67
|
+
--db-text-secondary: #f8bbd0;
|
|
68
|
+
--db-text-tertiary: ##fff0f6;
|
|
69
|
+
--db-text-hint: #f48fb1;
|
|
70
|
+
--db-text-user-msg: #fff0f6;
|
|
71
|
+
--db-text-bot-msg: #fff0f6;
|
|
72
|
+
|
|
73
|
+
/* UI Elements */
|
|
74
|
+
--db-border-color: #5a1a3d;
|
|
75
|
+
--db-border-shadow: 0 4px 20px rgba(0, 0, 0, .4);
|
|
76
|
+
--db-border-top: #ffffff00;
|
|
77
|
+
|
|
78
|
+
/* Interaction */
|
|
79
|
+
--db-color-button: var(--db-primary);
|
|
80
|
+
--db-color-typing: #5a1a3d;
|
|
81
|
+
|
|
82
|
+
/* Colors */
|
|
83
|
+
--db-white-rgb: 0, 0, 0;
|
|
84
|
+
--db-black-rgb: 255, 255, 255;
|
|
85
|
+
|
|
86
|
+
/* Media/Filters */
|
|
87
|
+
--db-avatar-filter: brightness(1.15);
|
|
88
|
+
}
|
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
/*
|
|
2
|
+
Doohbot Palette (Light Mode)
|
|
3
|
+
*/
|
|
4
|
+
.db-theme-doohbot {
|
|
5
|
+
/* Fonts */
|
|
6
|
+
--db-font: 'Roboto', Arial, sans-serif;
|
|
7
|
+
|
|
8
|
+
/* Brand Colors */
|
|
9
|
+
--db-primary: #4f46e5;
|
|
10
|
+
--db-primary-rgb: 79, 70, 229;
|
|
11
|
+
--db-secondary: #6366f1;
|
|
12
|
+
|
|
13
|
+
/* Backgrounds */
|
|
14
|
+
--db-bg-app: #ffffff;
|
|
15
|
+
--db-bg-chat-input: #f9fafb;
|
|
16
|
+
--db-bg-user-msg: #f3f4f6;
|
|
17
|
+
--db-bg-bot-msg: #f3f4f6;
|
|
18
|
+
|
|
19
|
+
/* Text Colors */
|
|
20
|
+
--db-text-primary: #1f2937;
|
|
21
|
+
--db-text-secondary: #9ca3af;
|
|
22
|
+
--db-text-tertiary: #1f2937;
|
|
23
|
+
--db-text-hint: #9ca3af;
|
|
24
|
+
--db-text-user-msg: #111827;
|
|
25
|
+
--db-text-bot-msg: #111827;
|
|
26
|
+
|
|
27
|
+
/* UI Elements */
|
|
28
|
+
--db-border-color: #cbd5e1;
|
|
29
|
+
--db-border-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
|
|
30
|
+
--db-border-top: #ffffff00;
|
|
31
|
+
|
|
32
|
+
/* Interaction */
|
|
33
|
+
--db-color-button: var(--db-primary);
|
|
34
|
+
--db-color-typing: #cbd5e1;
|
|
35
|
+
|
|
36
|
+
/* Colors */
|
|
37
|
+
--db-white-rgb: 255, 255, 255;
|
|
38
|
+
--db-black-rgb: 0, 0, 0;
|
|
39
|
+
|
|
40
|
+
/* Media/Filters */
|
|
41
|
+
--db-avatar-filter: none;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
/*
|
|
45
|
+
Doohbot Palette - Dark Mode Overrides
|
|
46
|
+
*/
|
|
47
|
+
.dark-theme.db-theme-doohbot,
|
|
48
|
+
.dark-theme .db-theme-doohbot,
|
|
49
|
+
.dark-theme.cdk-overlay-container .db-theme-doohbot,
|
|
50
|
+
.dark-theme .cdk-overlay-container .db-theme-doohbot {
|
|
51
|
+
/* Fonts */
|
|
52
|
+
--db-font: 'Roboto', Arial, sans-serif;
|
|
53
|
+
|
|
54
|
+
/* Brand Colors */
|
|
55
|
+
--db-primary: #818cf8;
|
|
56
|
+
--db-primary-rgb: 129, 140, 248;
|
|
57
|
+
--db-secondary: #6366f1;
|
|
58
|
+
|
|
59
|
+
/* Backgrounds */
|
|
60
|
+
--db-bg-app: #161616;
|
|
61
|
+
--db-bg-chat-input: #1f2937;
|
|
62
|
+
--db-bg-user-msg: #374151;
|
|
63
|
+
--db-bg-bot-msg: #374151;
|
|
64
|
+
|
|
65
|
+
/* Text Colors */
|
|
66
|
+
--db-text-primary: #f9fafb;
|
|
67
|
+
--db-text-secondary: #9ca3af;
|
|
68
|
+
--db-text-tertiary: #1f2937;
|
|
69
|
+
--db-text-hint: #6b7280;
|
|
70
|
+
--db-text-user-msg: #f9fafb;
|
|
71
|
+
--db-text-bot-msg: #f9fafb;
|
|
72
|
+
|
|
73
|
+
/* UI Elements */
|
|
74
|
+
--db-border-color: #505050;
|
|
75
|
+
--db-border-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
|
|
76
|
+
--db-border-top: #ffffff00;
|
|
77
|
+
|
|
78
|
+
/* Interaction */
|
|
79
|
+
--db-color-button: var(--db-primary);
|
|
80
|
+
--db-color-typing: #505050;
|
|
81
|
+
|
|
82
|
+
/* Colors */
|
|
83
|
+
--db-white-rgb: 0, 0, 0;
|
|
84
|
+
--db-black-rgb: 255, 255, 255;
|
|
85
|
+
|
|
86
|
+
/* Media/Filters */
|
|
87
|
+
--db-avatar-filter: brightness(1.2) contrast(1.1);
|
|
88
|
+
}
|
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
/*
|
|
2
|
+
Forest Palette (Light Mode)
|
|
3
|
+
*/
|
|
4
|
+
.db-theme-forest {
|
|
5
|
+
/* Fonts */
|
|
6
|
+
--db-font: 'Roboto', Arial, sans-serif;
|
|
7
|
+
|
|
8
|
+
/* Brand Colors */
|
|
9
|
+
--db-primary: #2e7d32;
|
|
10
|
+
--db-primary-rgb: 46, 125, 50;
|
|
11
|
+
--db-secondary: #8bc34a;
|
|
12
|
+
|
|
13
|
+
/* Backgrounds */
|
|
14
|
+
--db-bg-app: #ffffff;
|
|
15
|
+
--db-bg-chat-input: #ffffff;
|
|
16
|
+
--db-bg-user-msg: #dcedc8;
|
|
17
|
+
--db-bg-bot-msg: #dcedc8;
|
|
18
|
+
|
|
19
|
+
/* Text Colors */
|
|
20
|
+
--db-text-primary: #1b5e20;
|
|
21
|
+
--db-text-secondary: #558b2f;
|
|
22
|
+
--db-text-tertiary: #1b5e20;
|
|
23
|
+
--db-text-hint: #7cb342;
|
|
24
|
+
--db-text-user-msg: #1b5e20;
|
|
25
|
+
--db-text-bot-msg: #1b5e20;
|
|
26
|
+
|
|
27
|
+
/* UI Elements */
|
|
28
|
+
--db-border-color: #c8e6c9;
|
|
29
|
+
--db-border-shadow: 0 4px 12px rgba(27, 94, 32, .12);
|
|
30
|
+
--db-border-top: #ffffff00;
|
|
31
|
+
|
|
32
|
+
/* Interaction */
|
|
33
|
+
--db-color-button: var(--db-primary);
|
|
34
|
+
--db-color-typing: #c8e6c9;
|
|
35
|
+
|
|
36
|
+
/* Colors */
|
|
37
|
+
--db-white-rgb: 255, 255, 255;
|
|
38
|
+
--db-black-rgb: 0, 0, 0;
|
|
39
|
+
|
|
40
|
+
/* Media/Filters */
|
|
41
|
+
--db-avatar-filter: none;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
/*
|
|
45
|
+
Forest Palette (Dark Mode)
|
|
46
|
+
*/
|
|
47
|
+
.dark-theme.db-theme-forest,
|
|
48
|
+
.dark-theme .db-theme-forest,
|
|
49
|
+
.dark-theme.cdk-overlay-container .db-theme-forest,
|
|
50
|
+
.dark-theme .cdk-overlay-container .db-theme-forest {
|
|
51
|
+
/* Fonts */
|
|
52
|
+
--db-font: 'Roboto', Arial, sans-serif;
|
|
53
|
+
|
|
54
|
+
/* Brand Colors */
|
|
55
|
+
--db-primary: #66bb6a;
|
|
56
|
+
--db-primary-rgb: 102, 187, 106;
|
|
57
|
+
--db-secondary: #8bc34a;
|
|
58
|
+
|
|
59
|
+
/* Backgrounds */
|
|
60
|
+
--db-bg-app: #102017;
|
|
61
|
+
--db-bg-chat-input: #1b2f23;
|
|
62
|
+
--db-bg-user-msg: #2e4d3a;
|
|
63
|
+
--db-bg-bot-msg: #2e4d3a;
|
|
64
|
+
|
|
65
|
+
/* Text Colors */
|
|
66
|
+
--db-text-primary: #e8f5e9;
|
|
67
|
+
--db-text-secondary: #a5d6a7;
|
|
68
|
+
--db-text-tertiary: #e8f5e9;
|
|
69
|
+
--db-text-hint: #81c784;
|
|
70
|
+
--db-text-user-msg: #e8f5e9;
|
|
71
|
+
--db-text-bot-msg: #e8f5e9;
|
|
72
|
+
|
|
73
|
+
/* UI Elements */
|
|
74
|
+
--db-border-color: #2e4d3a;
|
|
75
|
+
--db-border-shadow: 0 4px 20px rgba(0, 0, 0, .4);
|
|
76
|
+
--db-border-top: #ffffff00;
|
|
77
|
+
|
|
78
|
+
/* Interaction */
|
|
79
|
+
--db-color-button: var(--db-primary);
|
|
80
|
+
--db-color-typing: #2e4d3a;
|
|
81
|
+
|
|
82
|
+
/* Colors */
|
|
83
|
+
--db-white-rgb: 0, 0, 0;
|
|
84
|
+
--db-black-rgb: 255, 255, 255;
|
|
85
|
+
|
|
86
|
+
/* Media/Filters */
|
|
87
|
+
--db-avatar-filter: brightness(1.1);
|
|
88
|
+
}
|
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
/*
|
|
2
|
+
Midnight Palette (Light Mode)
|
|
3
|
+
*/
|
|
4
|
+
.db-theme-midnight {
|
|
5
|
+
/* Fonts */
|
|
6
|
+
--db-font: 'Roboto', Arial, sans-serif;
|
|
7
|
+
|
|
8
|
+
/* Brand Colors */
|
|
9
|
+
--db-primary: #6366f1;
|
|
10
|
+
--db-primary-rgb: 99, 102, 241;
|
|
11
|
+
--db-secondary: #1e88e5;
|
|
12
|
+
|
|
13
|
+
/* Backgrounds */
|
|
14
|
+
--db-bg-app: #0f172a;
|
|
15
|
+
--db-bg-chat-input: #1f2937;
|
|
16
|
+
--db-bg-user-msg: #1e293b;
|
|
17
|
+
--db-bg-bot-msg: #1e293b;
|
|
18
|
+
|
|
19
|
+
/* Text Colors */
|
|
20
|
+
--db-text-primary: #f8fafc;
|
|
21
|
+
--db-text-secondary: #9ca3af;
|
|
22
|
+
--db-text-tertiary: #f8fafc;
|
|
23
|
+
--db-text-hint: #6b7280;
|
|
24
|
+
--db-text-user-msg: #f8fafc;
|
|
25
|
+
--db-text-bot-msg: #f8fafc;
|
|
26
|
+
|
|
27
|
+
/* UI Elements */
|
|
28
|
+
--db-border-color: #334155;
|
|
29
|
+
--db-border-shadow: 0 4px 12px rgba(0, 0, 0, 0.45);
|
|
30
|
+
--db-border-top: #ffffff00;
|
|
31
|
+
|
|
32
|
+
/* Interaction */
|
|
33
|
+
--db-color-button: var(--db-primary);
|
|
34
|
+
--db-color-typing: #334155;
|
|
35
|
+
|
|
36
|
+
/* Colors */
|
|
37
|
+
--db-white-rgb: 255, 255, 255;
|
|
38
|
+
--db-black-rgb: 0, 0, 0;
|
|
39
|
+
|
|
40
|
+
/* Media/Filters */
|
|
41
|
+
--db-avatar-filter: brightness(1.15) contrast(1.05);
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
/*
|
|
45
|
+
Midnight Palette – Dark Mode Overrides
|
|
46
|
+
*/
|
|
47
|
+
.dark-theme.db-theme-midnight,
|
|
48
|
+
.dark-theme .db-theme-midnight,
|
|
49
|
+
.dark-theme.cdk-overlay-container .db-theme-midnight,
|
|
50
|
+
.dark-theme .cdk-overlay-container .db-theme-midnight {
|
|
51
|
+
/* Fonts */
|
|
52
|
+
--db-font: 'Roboto', Arial, sans-serif;
|
|
53
|
+
|
|
54
|
+
/* Brand Colors */
|
|
55
|
+
--db-primary: #818cf8;
|
|
56
|
+
--db-primary-rgb: 129, 140, 248;
|
|
57
|
+
--db-secondary: #60a5fa;
|
|
58
|
+
|
|
59
|
+
/* Backgrounds */
|
|
60
|
+
--db-bg-app: #020617;
|
|
61
|
+
--db-bg-chat-input: #0f172a;
|
|
62
|
+
--db-bg-user-msg: #1e293b;
|
|
63
|
+
--db-bg-bot-msg: #1e293b;
|
|
64
|
+
|
|
65
|
+
/* Text Colors */
|
|
66
|
+
--db-text-primary: #f9fafb;
|
|
67
|
+
--db-text-secondary: #cbd5f5;
|
|
68
|
+
--db-text-tertiary: #f9fafb;
|
|
69
|
+
--db-text-hint: #94a3b8;
|
|
70
|
+
--db-text-user-msg: #f9fafb;
|
|
71
|
+
--db-text-bot-msg: #f9fafb;
|
|
72
|
+
|
|
73
|
+
/* UI Elements */
|
|
74
|
+
--db-border-color: #1e293b;
|
|
75
|
+
--db-border-shadow: 0 4px 20px rgba(0, 0, 0, 0.6);
|
|
76
|
+
--db-border-top: #ffffff00;
|
|
77
|
+
|
|
78
|
+
/* Interaction */
|
|
79
|
+
--db-color-button: var(--db-primary);
|
|
80
|
+
--db-color-typing: #1e293b;
|
|
81
|
+
|
|
82
|
+
/* Colors */
|
|
83
|
+
--db-white-rgb: 0, 0, 0;
|
|
84
|
+
--db-black-rgb: 255, 255, 255;
|
|
85
|
+
|
|
86
|
+
/* Media/Filters */
|
|
87
|
+
--db-avatar-filter: brightness(1.25) contrast(1.1);
|
|
88
|
+
}
|