@puckeditor/plugin-ai 0.8.0-canary.dc11b4e2 → 0.8.0-canary.eb8b0718
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 +320 -307
- package/dist/index.d.mts +16 -1
- package/dist/index.d.ts +16 -1
- package/dist/index.js +931 -6248
- package/dist/index.mjs +932 -6247
- package/package.json +24 -24
package/dist/index.css
CHANGED
|
@@ -1,79 +1,106 @@
|
|
|
1
1
|
/* css-module:/home/runner/work/platform/platform/packages/plugin-ai/src/components/Chat/styles.module.css/#css-module-data */
|
|
2
|
-
.
|
|
2
|
+
._Chat_1ei0a_1 {
|
|
3
3
|
background: white;
|
|
4
4
|
height: 100%;
|
|
5
5
|
display: flex;
|
|
6
6
|
flex-direction: column;
|
|
7
7
|
text-align: left;
|
|
8
8
|
}
|
|
9
|
-
._Chat-
|
|
9
|
+
._Chat-header_1ei0a_9 {
|
|
10
10
|
display: block;
|
|
11
11
|
padding: 8px 16px;
|
|
12
12
|
font-weight: 600;
|
|
13
13
|
border-bottom: 1px solid var(--puck-color-grey-09);
|
|
14
14
|
}
|
|
15
15
|
@media (min-width: 638px) {
|
|
16
|
-
._Chat-
|
|
16
|
+
._Chat-header_1ei0a_9 {
|
|
17
17
|
display: block;
|
|
18
18
|
padding: 16px;
|
|
19
19
|
}
|
|
20
20
|
}
|
|
21
|
-
._Chat-
|
|
21
|
+
._Chat-placeholder_1ei0a_23 {
|
|
22
22
|
align-items: center;
|
|
23
23
|
box-sizing: border-box;
|
|
24
|
-
color: var(--puck-color-grey-
|
|
24
|
+
color: var(--puck-color-grey-04);
|
|
25
25
|
display: none;
|
|
26
|
-
justify-content: center;
|
|
27
26
|
flex-direction: column;
|
|
27
|
+
gap: 8px;
|
|
28
28
|
height: 100%;
|
|
29
|
-
|
|
29
|
+
justify-content: center;
|
|
30
30
|
padding: 32px;
|
|
31
|
-
|
|
31
|
+
text-align: center;
|
|
32
32
|
}
|
|
33
33
|
@media (min-width: 638px) {
|
|
34
|
-
._Chat-
|
|
34
|
+
._Chat-placeholder_1ei0a_23 {
|
|
35
35
|
display: flex;
|
|
36
36
|
}
|
|
37
37
|
}
|
|
38
|
-
._Chat-
|
|
38
|
+
._Chat-placeholderIcon_1ei0a_42 {
|
|
39
|
+
align-items: center;
|
|
40
|
+
background-color: var(--puck-color-azure-11);
|
|
41
|
+
border-radius: 999px;
|
|
42
|
+
color: var(--puck-color-azure-04);
|
|
39
43
|
display: flex;
|
|
40
|
-
gap: 8px;
|
|
41
44
|
justify-content: center;
|
|
45
|
+
margin-bottom: 4px;
|
|
46
|
+
padding: 12px;
|
|
47
|
+
}
|
|
48
|
+
._Chat-placeholderTitle_1ei0a_53 {
|
|
49
|
+
color: var(--puck-color-grey-01);
|
|
50
|
+
font-size: var(--puck-font-size-s);
|
|
51
|
+
}
|
|
52
|
+
._Chat-placeholderDescription_1ei0a_58 {
|
|
53
|
+
font-size: var(--puck-font-size-xxs);
|
|
54
|
+
line-height: 1.5;
|
|
55
|
+
max-width: 260px;
|
|
56
|
+
}
|
|
57
|
+
._Chat-actions_1ei0a_64 {
|
|
58
|
+
display: flex;
|
|
42
59
|
flex-wrap: wrap;
|
|
43
|
-
|
|
60
|
+
gap: 8px;
|
|
61
|
+
justify-content: center;
|
|
62
|
+
margin-top: 8px;
|
|
44
63
|
}
|
|
45
|
-
._Chat-
|
|
46
|
-
._Chat-
|
|
64
|
+
._Chat-action_1ei0a_64,
|
|
65
|
+
._Chat-actionOutlined_1ei0a_73 {
|
|
66
|
+
appearance: none;
|
|
47
67
|
border: 1px solid var(--puck-color-azure-04);
|
|
48
|
-
border-radius:
|
|
49
|
-
padding: 4px 12px;
|
|
50
|
-
font-size: 12px;
|
|
68
|
+
border-radius: 999px;
|
|
51
69
|
cursor: pointer;
|
|
70
|
+
font-family: inherit;
|
|
71
|
+
font-size: var(--puck-font-size-xxs);
|
|
72
|
+
font-weight: 600;
|
|
73
|
+
padding: 8px 14px;
|
|
52
74
|
}
|
|
53
|
-
._Chat-
|
|
75
|
+
._Chat-action_1ei0a_64 {
|
|
54
76
|
background: var(--puck-color-azure-04);
|
|
55
77
|
color: white;
|
|
56
78
|
}
|
|
57
|
-
._Chat-
|
|
58
|
-
|
|
79
|
+
._Chat-action_1ei0a_64:hover {
|
|
80
|
+
background-color: var(--puck-color-azure-03);
|
|
59
81
|
}
|
|
60
|
-
._Chat-
|
|
82
|
+
._Chat-actionOutlined_1ei0a_73 {
|
|
61
83
|
background: transparent;
|
|
62
84
|
color: var(--puck-color-azure-04);
|
|
63
85
|
}
|
|
64
|
-
._Chat-
|
|
86
|
+
._Chat-actionOutlined_1ei0a_73:hover {
|
|
65
87
|
background: var(--puck-color-azure-11);
|
|
66
88
|
}
|
|
67
|
-
._Chat-
|
|
89
|
+
._Chat-action_1ei0a_64:focus-visible,
|
|
90
|
+
._Chat-actionOutlined_1ei0a_73:focus-visible {
|
|
91
|
+
outline: 2px solid var(--puck-color-azure-04);
|
|
92
|
+
outline-offset: 2px;
|
|
93
|
+
}
|
|
94
|
+
._Chat-attachmentControls_1ei0a_108 {
|
|
68
95
|
align-items: center;
|
|
69
96
|
display: flex;
|
|
70
97
|
flex-wrap: wrap;
|
|
71
98
|
gap: 6px;
|
|
72
99
|
}
|
|
73
|
-
._Chat-
|
|
100
|
+
._Chat-attachmentInput_1ei0a_115 {
|
|
74
101
|
display: none;
|
|
75
102
|
}
|
|
76
|
-
._Chat-
|
|
103
|
+
._Chat-attachmentButton_1ei0a_119 {
|
|
77
104
|
align-items: center;
|
|
78
105
|
background: none;
|
|
79
106
|
border-radius: 4px;
|
|
@@ -86,19 +113,19 @@
|
|
|
86
113
|
padding: 8px;
|
|
87
114
|
white-space: nowrap;
|
|
88
115
|
}
|
|
89
|
-
._Chat-
|
|
90
|
-
._Chat-
|
|
116
|
+
._Chat-attachmentButton_1ei0a_119:hover,
|
|
117
|
+
._Chat-attachmentButton_1ei0a_119:focus-visible {
|
|
91
118
|
background-color: var(--puck-color-azure-12);
|
|
92
119
|
color: var(--puck-color-azure-04);
|
|
93
120
|
}
|
|
94
|
-
._Chat-
|
|
121
|
+
._Chat-attachmentButton_1ei0a_119:focus-visible {
|
|
95
122
|
outline: 2px solid var(--puck-color-azure-04);
|
|
96
123
|
}
|
|
97
|
-
._Chat-
|
|
124
|
+
._Chat-attachmentButton_1ei0a_119:disabled {
|
|
98
125
|
cursor: not-allowed;
|
|
99
126
|
opacity: 0.5;
|
|
100
127
|
}
|
|
101
|
-
._Chat-
|
|
128
|
+
._Chat-attachmentButton_1ei0a_119:disabled:hover {
|
|
102
129
|
border-color: var(--puck-color-grey-09);
|
|
103
130
|
color: var(--puck-color-grey-04);
|
|
104
131
|
}
|
|
@@ -247,11 +274,11 @@ p {
|
|
|
247
274
|
}
|
|
248
275
|
|
|
249
276
|
/* css-module:/home/runner/work/platform/platform/packages/platform-client/components/ActionModal/ActionModal.module.css/#css-module-data */
|
|
250
|
-
.
|
|
277
|
+
._ActionModal_1g44k_1 {
|
|
251
278
|
display: block;
|
|
252
279
|
min-width: 356px;
|
|
253
280
|
}
|
|
254
|
-
._ActionModal-
|
|
281
|
+
._ActionModal-header_1g44k_6 {
|
|
255
282
|
color: var(--puck-color-grey-02);
|
|
256
283
|
display: flex;
|
|
257
284
|
justify-content: center;
|
|
@@ -261,11 +288,14 @@ p {
|
|
|
261
288
|
padding: 24px;
|
|
262
289
|
padding-bottom: 16px;
|
|
263
290
|
}
|
|
264
|
-
._ActionModal-
|
|
291
|
+
._ActionModal-body_1g44k_17 {
|
|
292
|
+
display: flex;
|
|
293
|
+
flex-direction: column;
|
|
294
|
+
gap: 16px;
|
|
265
295
|
padding: 24px;
|
|
266
296
|
padding-top: 8px;
|
|
267
297
|
}
|
|
268
|
-
._ActionModal-
|
|
298
|
+
._ActionModal-footer_1g44k_25 {
|
|
269
299
|
border-top: 1px solid var(--puck-color-grey-09);
|
|
270
300
|
background-color: var(--puck-color-grey-12);
|
|
271
301
|
display: flex;
|
|
@@ -303,7 +333,7 @@ p {
|
|
|
303
333
|
}
|
|
304
334
|
|
|
305
335
|
/* css-module:/home/runner/work/platform/platform/packages/platform-client/components/Button/Button.module.css/#css-module-data */
|
|
306
|
-
.
|
|
336
|
+
._Button_16opg_1 {
|
|
307
337
|
appearance: none;
|
|
308
338
|
background: none;
|
|
309
339
|
border: 1px solid transparent;
|
|
@@ -325,28 +355,32 @@ p {
|
|
|
325
355
|
white-space: nowrap;
|
|
326
356
|
margin: 0;
|
|
327
357
|
}
|
|
328
|
-
.
|
|
329
|
-
.
|
|
358
|
+
._Button_16opg_1:hover,
|
|
359
|
+
._Button_16opg_1:active {
|
|
330
360
|
transition: none;
|
|
331
361
|
}
|
|
332
|
-
.
|
|
362
|
+
._Button_16opg_1:focus-visible {
|
|
333
363
|
outline: 2px solid var(--puck-color-azure-05);
|
|
334
364
|
outline-offset: 2px;
|
|
335
365
|
}
|
|
336
|
-
._Button--
|
|
366
|
+
._Button--small_16opg_34 {
|
|
367
|
+
font-size: 12px;
|
|
368
|
+
padding: 2px 8px;
|
|
369
|
+
}
|
|
370
|
+
._Button--medium_16opg_39 {
|
|
337
371
|
min-height: 34px;
|
|
338
372
|
padding-bottom: 7px;
|
|
339
373
|
padding-left: 15px;
|
|
340
374
|
padding-right: 15px;
|
|
341
375
|
padding-top: 7px;
|
|
342
376
|
}
|
|
343
|
-
._Button--
|
|
377
|
+
._Button--large_16opg_47 {
|
|
344
378
|
padding-bottom: 11px;
|
|
345
379
|
padding-left: 19px;
|
|
346
380
|
padding-right: 19px;
|
|
347
381
|
padding-top: 11px;
|
|
348
382
|
}
|
|
349
|
-
._Button--
|
|
383
|
+
._Button--brand_16opg_54 {
|
|
350
384
|
background-image:
|
|
351
385
|
linear-gradient(
|
|
352
386
|
210deg,
|
|
@@ -356,53 +390,53 @@ p {
|
|
|
356
390
|
border: none;
|
|
357
391
|
}
|
|
358
392
|
@media (hover: hover) and (pointer: fine) {
|
|
359
|
-
._Button--
|
|
393
|
+
._Button--brand_16opg_54:hover {
|
|
360
394
|
opacity: 0.8;
|
|
361
395
|
}
|
|
362
396
|
}
|
|
363
|
-
._Button--
|
|
397
|
+
._Button--brand_16opg_54:active {
|
|
364
398
|
opacity: 0.8;
|
|
365
399
|
}
|
|
366
|
-
._Button--
|
|
400
|
+
._Button--primary_16opg_74 {
|
|
367
401
|
background: var(--puck-color-azure-04);
|
|
368
402
|
}
|
|
369
403
|
@media (hover: hover) and (pointer: fine) {
|
|
370
|
-
._Button--
|
|
404
|
+
._Button--primary_16opg_74:hover {
|
|
371
405
|
background-color: var(--puck-color-azure-03);
|
|
372
406
|
}
|
|
373
407
|
}
|
|
374
|
-
._Button--
|
|
408
|
+
._Button--primary_16opg_74:active {
|
|
375
409
|
background-color: var(--puck-color-azure-02);
|
|
376
410
|
}
|
|
377
|
-
._Button--
|
|
411
|
+
._Button--secondary_16opg_88 {
|
|
378
412
|
border: 1px solid currentColor;
|
|
379
413
|
color: currentColor;
|
|
380
414
|
}
|
|
381
415
|
@media (hover: hover) and (pointer: fine) {
|
|
382
|
-
._Button--
|
|
416
|
+
._Button--secondary_16opg_88:hover {
|
|
383
417
|
background-color: var(--puck-color-azure-12);
|
|
384
418
|
color: var(--puck-color-black);
|
|
385
419
|
}
|
|
386
420
|
}
|
|
387
|
-
._Button--
|
|
421
|
+
._Button--secondary_16opg_88:active {
|
|
388
422
|
background-color: var(--puck-color-azure-11);
|
|
389
423
|
color: var(--puck-color-black);
|
|
390
424
|
}
|
|
391
|
-
._Button--
|
|
425
|
+
._Button--danger_16opg_105 {
|
|
392
426
|
background: var(--puck-color-red-04);
|
|
393
427
|
}
|
|
394
428
|
@media (hover: hover) and (pointer: fine) {
|
|
395
|
-
._Button--
|
|
429
|
+
._Button--danger_16opg_105:hover {
|
|
396
430
|
background-color: var(--puck-color-red-03);
|
|
397
431
|
}
|
|
398
432
|
}
|
|
399
|
-
._Button--
|
|
433
|
+
._Button--danger_16opg_105:active {
|
|
400
434
|
background-color: var(--puck-color-red-02);
|
|
401
435
|
}
|
|
402
|
-
._Button--
|
|
436
|
+
._Button--flush_16opg_119 {
|
|
403
437
|
border-radius: 0;
|
|
404
438
|
}
|
|
405
|
-
._Button--
|
|
439
|
+
._Button--ghost_16opg_123 {
|
|
406
440
|
align-items: center;
|
|
407
441
|
background-color: transparent;
|
|
408
442
|
border: none;
|
|
@@ -411,26 +445,26 @@ p {
|
|
|
411
445
|
display: flex;
|
|
412
446
|
}
|
|
413
447
|
@media (hover: hover) and (pointer: fine) {
|
|
414
|
-
._Button--
|
|
448
|
+
._Button--ghost_16opg_123:hover {
|
|
415
449
|
background-color: var(--puck-color-grey-11);
|
|
416
450
|
color: var(--puck-color-azure-04);
|
|
417
451
|
cursor: pointer;
|
|
418
452
|
}
|
|
419
453
|
}
|
|
420
|
-
._Button--
|
|
421
|
-
._Button--
|
|
422
|
-
._Button--
|
|
423
|
-
._Button--
|
|
454
|
+
._Button--disabled_16opg_140,
|
|
455
|
+
._Button--disabled_16opg_140:hover,
|
|
456
|
+
._Button--secondary_16opg_88._Button--disabled_16opg_140,
|
|
457
|
+
._Button--secondary_16opg_88._Button--disabled_16opg_140:hover {
|
|
424
458
|
background-color: var(--puck-color-grey-12);
|
|
425
459
|
border-color: var(--puck-color-grey-08);
|
|
426
460
|
color: var(--puck-color-grey-07);
|
|
427
461
|
cursor: not-allowed;
|
|
428
462
|
}
|
|
429
|
-
._Button--
|
|
463
|
+
._Button--fullWidth_16opg_150 {
|
|
430
464
|
justify-content: center;
|
|
431
465
|
width: 100%;
|
|
432
466
|
}
|
|
433
|
-
._Button-
|
|
467
|
+
._Button-spinner_16opg_155 {
|
|
434
468
|
padding-left: 8px;
|
|
435
469
|
}
|
|
436
470
|
|
|
@@ -1046,215 +1080,187 @@ button._Menu-item_1tu16_55:hover {
|
|
|
1046
1080
|
}
|
|
1047
1081
|
|
|
1048
1082
|
/* css-module:/home/runner/work/platform/platform/packages/platform-client/components/PlanGrid/styles.module.css/#css-module-data */
|
|
1049
|
-
.
|
|
1050
|
-
opacity: 0;
|
|
1051
|
-
}
|
|
1052
|
-
._PlanGrid-grid_97rn7_5 {
|
|
1083
|
+
._PlanGrid_1ar8g_1 {
|
|
1053
1084
|
color: var(--puck-color-grey-02);
|
|
1054
|
-
display: grid;
|
|
1055
|
-
gap: 16px;
|
|
1056
1085
|
text-align: left;
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
}
|
|
1086
|
+
position: relative;
|
|
1087
|
+
z-index: 0;
|
|
1060
1088
|
}
|
|
1061
|
-
._PlanGrid-
|
|
1062
|
-
|
|
1063
|
-
font-size: var(--puck-font-size-
|
|
1064
|
-
|
|
1065
|
-
margin-right: auto;
|
|
1066
|
-
padding-inline: 4px;
|
|
1067
|
-
padding-top: 20px;
|
|
1068
|
-
text-align: center;
|
|
1089
|
+
._PlanGrid-billingNote_1ar8g_8,
|
|
1090
|
+
._PlanGrid-planKicker_1ar8g_9 {
|
|
1091
|
+
font-size: var(--puck-font-size-xxxs);
|
|
1092
|
+
letter-spacing: 0.12em;
|
|
1069
1093
|
}
|
|
1070
|
-
._PlanGrid-
|
|
1071
|
-
color: var(--puck-color-
|
|
1072
|
-
cursor: pointer;
|
|
1073
|
-
font-weight: 500;
|
|
1094
|
+
._PlanGrid-billingNote_1ar8g_8 {
|
|
1095
|
+
color: var(--puck-color-grey-05);
|
|
1074
1096
|
}
|
|
1075
|
-
|
|
1076
|
-
/* css-module:/home/runner/work/platform/platform/packages/platform-client/components/PlanCard/styles.module.css/#css-module-data */
|
|
1077
|
-
._PlanCard_16zmu_1 {
|
|
1097
|
+
._PlanGrid-tableWrapper_1ar8g_18 {
|
|
1078
1098
|
border: 1px solid var(--puck-color-grey-09);
|
|
1079
1099
|
border-radius: 16px;
|
|
1080
|
-
|
|
1081
|
-
gap: 8px;
|
|
1082
|
-
flex-direction: column;
|
|
1083
|
-
min-width: 256px;
|
|
1084
|
-
padding: 8px;
|
|
1085
|
-
position: relative;
|
|
1100
|
+
overflow-x: auto;
|
|
1086
1101
|
}
|
|
1087
|
-
.
|
|
1088
|
-
|
|
1089
|
-
|
|
1102
|
+
._PlanGrid-table_1ar8g_18 {
|
|
1103
|
+
border-collapse: separate;
|
|
1104
|
+
border-spacing: 0;
|
|
1105
|
+
max-width: 1440px;
|
|
1106
|
+
min-width: 880px;
|
|
1107
|
+
table-layout: fixed;
|
|
1108
|
+
width: 100%;
|
|
1090
1109
|
}
|
|
1091
|
-
.
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1110
|
+
._PlanGrid-caption_1ar8g_33 {
|
|
1111
|
+
clip: rect(0 0 0 0);
|
|
1112
|
+
clip-path: inset(50%);
|
|
1113
|
+
height: 1px;
|
|
1114
|
+
overflow: hidden;
|
|
1115
|
+
position: absolute;
|
|
1097
1116
|
white-space: nowrap;
|
|
1117
|
+
width: 1px;
|
|
1098
1118
|
}
|
|
1099
|
-
.
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
width: 100%;
|
|
1119
|
+
._PlanGrid-featureHeader_1ar8g_43,
|
|
1120
|
+
._PlanGrid-featureName_1ar8g_44,
|
|
1121
|
+
._PlanGrid-planHeader_1ar8g_45,
|
|
1122
|
+
._PlanGrid-featureValue_1ar8g_46 {
|
|
1123
|
+
border-bottom: 1px solid var(--puck-color-grey-09);
|
|
1124
|
+
border-right: 1px solid var(--puck-color-grey-09);
|
|
1106
1125
|
}
|
|
1107
|
-
.
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1126
|
+
._PlanGrid-featureHeader_1ar8g_43,
|
|
1127
|
+
._PlanGrid-featureName_1ar8g_44 {
|
|
1128
|
+
background: var(--puck-color-white);
|
|
1129
|
+
position: sticky;
|
|
1130
|
+
left: 0;
|
|
1131
|
+
width: 24%;
|
|
1132
|
+
z-index: 2;
|
|
1133
|
+
}
|
|
1134
|
+
._PlanGrid-featureHeader_1ar8g_43 {
|
|
1135
|
+
font-size: var(--puck-font-size-s);
|
|
1136
|
+
padding: 28px 24px;
|
|
1137
|
+
text-align: left;
|
|
1138
|
+
vertical-align: top;
|
|
1139
|
+
}
|
|
1140
|
+
._PlanGrid-planHeader_1ar8g_45 {
|
|
1141
|
+
background: var(--puck-color-white);
|
|
1142
|
+
height: 336px;
|
|
1112
1143
|
padding: 0;
|
|
1144
|
+
text-align: left;
|
|
1145
|
+
vertical-align: top;
|
|
1146
|
+
width: 25.333%;
|
|
1113
1147
|
}
|
|
1114
|
-
.
|
|
1115
|
-
|
|
1148
|
+
._PlanGrid-planHeaderInner_1ar8g_76 {
|
|
1149
|
+
box-sizing: border-box;
|
|
1116
1150
|
display: flex;
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
}
|
|
1121
|
-
._PlanCard-featureIcon_16zmu_51 {
|
|
1122
|
-
align-self: flex-start;
|
|
1123
|
-
margin-top: 5px;
|
|
1151
|
+
flex-direction: column;
|
|
1152
|
+
height: 100%;
|
|
1153
|
+
padding: 28px 24px 24px;
|
|
1124
1154
|
}
|
|
1125
|
-
.
|
|
1126
|
-
color: var(--puck-color-
|
|
1127
|
-
font-weight:
|
|
1155
|
+
._PlanGrid-planKicker_1ar8g_9 {
|
|
1156
|
+
color: var(--puck-color-azure-04);
|
|
1157
|
+
font-weight: 700;
|
|
1158
|
+
min-height: 20px;
|
|
1159
|
+
text-transform: uppercase;
|
|
1128
1160
|
}
|
|
1129
|
-
.
|
|
1130
|
-
font-size: var(--puck-font-size-
|
|
1161
|
+
._PlanGrid-planTitle_1ar8g_91 {
|
|
1162
|
+
font-size: var(--puck-font-size-l);
|
|
1163
|
+
line-height: 1.2;
|
|
1164
|
+
margin: 12px 0 0;
|
|
1131
1165
|
}
|
|
1132
|
-
.
|
|
1166
|
+
._PlanGrid-planDescription_1ar8g_97 {
|
|
1133
1167
|
color: var(--puck-color-grey-05);
|
|
1168
|
+
font-size: var(--puck-font-size-xxs);
|
|
1169
|
+
margin: 8px 0 0;
|
|
1170
|
+
min-height: 44px;
|
|
1171
|
+
font-weight: 400;
|
|
1134
1172
|
}
|
|
1135
|
-
.
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
border-radius: 8px;
|
|
1139
|
-
padding: 16px;
|
|
1140
|
-
flex-grow: 1;
|
|
1173
|
+
._PlanGrid-priceBlock_1ar8g_105 {
|
|
1174
|
+
margin-top: auto;
|
|
1175
|
+
padding: 20px 0 16px;
|
|
1141
1176
|
}
|
|
1142
|
-
.
|
|
1177
|
+
._PlanGrid-price_1ar8g_105 {
|
|
1178
|
+
align-items: baseline;
|
|
1143
1179
|
display: flex;
|
|
1144
|
-
gap:
|
|
1145
|
-
|
|
1146
|
-
}
|
|
1147
|
-
._PlanCard-section_16zmu_83 {
|
|
1148
|
-
padding-bottom: 16px;
|
|
1149
|
-
min-width: 192px;
|
|
1150
|
-
}
|
|
1151
|
-
._PlanCard-section_16zmu_83:last-of-type {
|
|
1152
|
-
padding-bottom: 0;
|
|
1153
|
-
}
|
|
1154
|
-
._PlanCard-section_16zmu_83 + ._PlanCard-section_16zmu_83 {
|
|
1155
|
-
border-top: 1px solid var(--puck-color-grey-09);
|
|
1156
|
-
padding-top: 16px;
|
|
1157
|
-
}
|
|
1158
|
-
._PlanCard--enterprise_16zmu_12 {
|
|
1159
|
-
._PlanCard-section_16zmu_83 + ._PlanCard-section_16zmu_83 {
|
|
1160
|
-
border-left: 1px solid var(--puck-color-grey-09);
|
|
1161
|
-
border-top: none;
|
|
1162
|
-
padding-left: 16px;
|
|
1163
|
-
padding-top: 0;
|
|
1164
|
-
}
|
|
1180
|
+
gap: 4px;
|
|
1181
|
+
white-space: nowrap;
|
|
1165
1182
|
}
|
|
1166
|
-
.
|
|
1183
|
+
._PlanGrid-standardPrice_1ar8g_117 {
|
|
1184
|
+
color: var(--puck-color-grey-06);
|
|
1167
1185
|
font-size: var(--puck-font-size-xs);
|
|
1168
1186
|
font-weight: 500;
|
|
1169
|
-
|
|
1187
|
+
text-decoration: line-through;
|
|
1170
1188
|
}
|
|
1171
|
-
.
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1189
|
+
._PlanGrid-priceValue_1ar8g_124 {
|
|
1190
|
+
font-size: var(--puck-font-size-xl);
|
|
1191
|
+
font-weight: 600;
|
|
1192
|
+
letter-spacing: -0.02em;
|
|
1175
1193
|
}
|
|
1176
|
-
.
|
|
1177
|
-
color: var(--puck-color-grey-
|
|
1194
|
+
._PlanGrid-priceInterval_1ar8g_130 {
|
|
1195
|
+
color: var(--puck-color-grey-05);
|
|
1178
1196
|
font-size: var(--puck-font-size-xxs);
|
|
1179
|
-
|
|
1180
|
-
gap: 2px;
|
|
1197
|
+
font-weight: 400;
|
|
1181
1198
|
}
|
|
1182
|
-
.
|
|
1183
|
-
|
|
1184
|
-
|
|
1199
|
+
._PlanGrid-priceNote_1ar8g_136 {
|
|
1200
|
+
color: var(--puck-color-azure-04);
|
|
1201
|
+
font-size: var(--puck-font-size-xxxs);
|
|
1202
|
+
font-weight: 600;
|
|
1203
|
+
margin-top: 2px;
|
|
1204
|
+
}
|
|
1205
|
+
._PlanGrid-action_1ar8g_143 {
|
|
1206
|
+
width: 100%;
|
|
1207
|
+
}
|
|
1208
|
+
._PlanGrid-featureName_1ar8g_44,
|
|
1209
|
+
._PlanGrid-featureValue_1ar8g_46 {
|
|
1185
1210
|
font-size: var(--puck-font-size-xxs);
|
|
1211
|
+
min-height: 68px;
|
|
1212
|
+
padding: 20px 24px;
|
|
1186
1213
|
}
|
|
1187
|
-
.
|
|
1188
|
-
|
|
1189
|
-
|
|
1214
|
+
._PlanGrid-featureName_1ar8g_44 {
|
|
1215
|
+
font-weight: 600;
|
|
1216
|
+
text-align: left;
|
|
1190
1217
|
}
|
|
1191
|
-
.
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
margin-left: auto;
|
|
1218
|
+
._PlanGrid-featureValue_1ar8g_46 {
|
|
1219
|
+
background: var(--puck-color-white);
|
|
1220
|
+
color: var(--puck-color-grey-04);
|
|
1195
1221
|
}
|
|
1196
|
-
.
|
|
1197
|
-
|
|
1198
|
-
display: flex;
|
|
1199
|
-
justify-content: flex-end;
|
|
1200
|
-
width: 100%;
|
|
1222
|
+
._PlanGrid-featureValue_1ar8g_46 a {
|
|
1223
|
+
color: var(--puck-color-azure-04);
|
|
1201
1224
|
}
|
|
1202
|
-
.
|
|
1225
|
+
._PlanGrid-included_1ar8g_168 {
|
|
1226
|
+
align-items: center;
|
|
1203
1227
|
color: var(--puck-color-grey-03);
|
|
1204
|
-
|
|
1228
|
+
display: inline-flex;
|
|
1229
|
+
gap: 8px;
|
|
1205
1230
|
}
|
|
1206
|
-
.
|
|
1207
|
-
|
|
1231
|
+
._PlanGrid-included_1ar8g_168 svg {
|
|
1232
|
+
color: var(--puck-color-azure-04);
|
|
1208
1233
|
}
|
|
1209
|
-
.
|
|
1210
|
-
|
|
1211
|
-
position: absolute;
|
|
1212
|
-
inset: 0;
|
|
1213
|
-
padding: 1px;
|
|
1214
|
-
border-radius: inherit;
|
|
1215
|
-
background-image:
|
|
1216
|
-
linear-gradient(
|
|
1217
|
-
210deg,
|
|
1218
|
-
var(--puck-color-azure-01) 0%,
|
|
1219
|
-
var(--puck-color-azure-03) 40%,
|
|
1220
|
-
var(--puck-color-red-05) 100%);
|
|
1221
|
-
background-size: cover;
|
|
1222
|
-
background-position: center;
|
|
1223
|
-
-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
|
|
1224
|
-
-webkit-mask-composite: xor;
|
|
1225
|
-
mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
|
|
1226
|
-
mask-composite: exclude;
|
|
1227
|
-
pointer-events: none;
|
|
1234
|
+
._PlanGrid-unavailable_1ar8g_179 {
|
|
1235
|
+
color: var(--puck-color-grey-07);
|
|
1228
1236
|
}
|
|
1229
|
-
.
|
|
1230
|
-
|
|
1231
|
-
color: transparent;
|
|
1232
|
-
background-clip: text;
|
|
1233
|
-
-webkit-background-clip: text;
|
|
1234
|
-
background-image:
|
|
1235
|
-
linear-gradient(
|
|
1236
|
-
210deg,
|
|
1237
|
-
var(--puck-color-azure-01) 0%,
|
|
1238
|
-
var(--puck-color-azure-03) 40%,
|
|
1239
|
-
var(--puck-color-red-05) 100%);
|
|
1240
|
-
background-size: cover;
|
|
1241
|
-
background-position: center;
|
|
1242
|
-
}
|
|
1237
|
+
._PlanGrid-highlightCell_1ar8g_183 {
|
|
1238
|
+
background: var(--puck-color-azure-12);
|
|
1243
1239
|
}
|
|
1244
|
-
.
|
|
1245
|
-
|
|
1246
|
-
grid-column: 1 / -1;
|
|
1240
|
+
._PlanGrid-planHeader_1ar8g_45._PlanGrid-highlightCell_1ar8g_183 {
|
|
1241
|
+
box-shadow: inset 0 3px 0 var(--puck-color-azure-04);
|
|
1247
1242
|
}
|
|
1248
|
-
.
|
|
1249
|
-
|
|
1243
|
+
._PlanGrid-planHeader_1ar8g_45:last-child,
|
|
1244
|
+
._PlanGrid-featureValue_1ar8g_46:last-child {
|
|
1245
|
+
border-right: 0;
|
|
1250
1246
|
}
|
|
1251
|
-
.
|
|
1252
|
-
|
|
1247
|
+
._PlanGrid-table_1ar8g_18 tbody tr:last-child ._PlanGrid-featureName_1ar8g_44,
|
|
1248
|
+
._PlanGrid-table_1ar8g_18 tbody tr:last-child ._PlanGrid-featureValue_1ar8g_46 {
|
|
1249
|
+
border-bottom: 0;
|
|
1253
1250
|
}
|
|
1254
|
-
.
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1251
|
+
._PlanGrid-enterprise_1ar8g_201 {
|
|
1252
|
+
color: var(--puck-color-grey-04);
|
|
1253
|
+
font-size: var(--puck-font-size-xxs);
|
|
1254
|
+
margin-left: auto;
|
|
1255
|
+
margin-right: auto;
|
|
1256
|
+
padding-inline: 4px;
|
|
1257
|
+
padding-top: 20px;
|
|
1258
|
+
text-align: center;
|
|
1259
|
+
}
|
|
1260
|
+
._PlanGrid-enterprise_1ar8g_201 a {
|
|
1261
|
+
color: var(--puck-color-azure-04);
|
|
1262
|
+
cursor: pointer;
|
|
1263
|
+
font-weight: 500;
|
|
1258
1264
|
}
|
|
1259
1265
|
|
|
1260
1266
|
/* css-module:/home/runner/work/platform/platform/packages/platform-client/components/Section/Section.module.css/#css-module-data */
|
|
@@ -1531,7 +1537,7 @@ button._Menu-item_1tu16_55:hover {
|
|
|
1531
1537
|
}
|
|
1532
1538
|
|
|
1533
1539
|
/* css-module:/home/runner/work/platform/platform/packages/plugin-ai/src/components/ChatBody/styles.module.css/#css-module-data */
|
|
1534
|
-
.
|
|
1540
|
+
._Chat_1utn2_1 {
|
|
1535
1541
|
--fade-size: 32px;
|
|
1536
1542
|
--chat-background-color: white;
|
|
1537
1543
|
display: flex;
|
|
@@ -1541,50 +1547,50 @@ button._Menu-item_1tu16_55:hover {
|
|
|
1541
1547
|
overflow: hidden;
|
|
1542
1548
|
}
|
|
1543
1549
|
@media (min-width: 638px) {
|
|
1544
|
-
.
|
|
1550
|
+
._Chat_1utn2_1 {
|
|
1545
1551
|
max-height: none;
|
|
1546
1552
|
}
|
|
1547
1553
|
}
|
|
1548
|
-
._Chat-
|
|
1554
|
+
._Chat-inner_1utn2_17 {
|
|
1549
1555
|
background-color: var(--chat-background-color);
|
|
1550
1556
|
display: flex;
|
|
1551
1557
|
flex-direction: column;
|
|
1552
1558
|
max-height: 100%;
|
|
1553
1559
|
position: relative;
|
|
1554
1560
|
}
|
|
1555
|
-
._Chat--
|
|
1561
|
+
._Chat--hasMessages_1utn2_25 ._Chat-inner_1utn2_17 {
|
|
1556
1562
|
padding-top: 0;
|
|
1557
1563
|
}
|
|
1558
|
-
.
|
|
1564
|
+
._Chat_1utn2_1:not(._Chat--hasChildren_1utn2_29) ._Chat-inner_1utn2_17 {
|
|
1559
1565
|
height: 100%;
|
|
1560
1566
|
padding-top: 0;
|
|
1561
1567
|
}
|
|
1562
|
-
._Chat-
|
|
1568
|
+
._Chat-body_1utn2_34 {
|
|
1563
1569
|
padding: 16px;
|
|
1564
1570
|
overflow: auto;
|
|
1565
1571
|
}
|
|
1566
|
-
._Chat--
|
|
1572
|
+
._Chat--hasMessages_1utn2_25 ._Chat-messages_1utn2_39 {
|
|
1567
1573
|
display: flex;
|
|
1568
1574
|
flex-direction: column-reverse;
|
|
1569
1575
|
gap: 16px;
|
|
1570
1576
|
overflow: auto;
|
|
1571
1577
|
}
|
|
1572
|
-
._Chat-
|
|
1578
|
+
._Chat-form_1utn2_46 {
|
|
1573
1579
|
background-color: white;
|
|
1574
1580
|
padding: 16px;
|
|
1575
1581
|
}
|
|
1576
|
-
._Chat--
|
|
1582
|
+
._Chat--hideInput_1utn2_51 ._Chat-form_1utn2_46 {
|
|
1577
1583
|
display: none;
|
|
1578
1584
|
}
|
|
1579
|
-
._Chat--
|
|
1585
|
+
._Chat--hasMessages_1utn2_25 ._Chat-form_1utn2_46 {
|
|
1580
1586
|
border-top: 1px solid var(--puck-color-grey-09);
|
|
1581
1587
|
}
|
|
1582
1588
|
@media (min-width: 638px) {
|
|
1583
|
-
._Chat-
|
|
1589
|
+
._Chat-form_1utn2_46 {
|
|
1584
1590
|
border-top: 1px solid var(--puck-color-grey-09);
|
|
1585
1591
|
}
|
|
1586
1592
|
}
|
|
1587
|
-
._Chat-
|
|
1593
|
+
._Chat-formHelper_1utn2_65 {
|
|
1588
1594
|
align-items: center;
|
|
1589
1595
|
display: flex;
|
|
1590
1596
|
color: var(--puck-color-grey-04);
|
|
@@ -1593,11 +1599,11 @@ button._Menu-item_1tu16_55:hover {
|
|
|
1593
1599
|
gap: 8px;
|
|
1594
1600
|
padding-bottom: 12px;
|
|
1595
1601
|
}
|
|
1596
|
-
._Chat--
|
|
1602
|
+
._Chat--hasMessages_1utn2_25 ._Chat-formHelper_1utn2_65 {
|
|
1597
1603
|
opacity: 0;
|
|
1598
1604
|
transition: opacity 250ms ease-in;
|
|
1599
1605
|
}
|
|
1600
|
-
._Chat-
|
|
1606
|
+
._Chat-examplePrompts_1utn2_80 {
|
|
1601
1607
|
align-items: center;
|
|
1602
1608
|
display: flex;
|
|
1603
1609
|
flex-wrap: nowrap;
|
|
@@ -1606,7 +1612,7 @@ button._Menu-item_1tu16_55:hover {
|
|
|
1606
1612
|
width: 100%;
|
|
1607
1613
|
overflow-x: auto;
|
|
1608
1614
|
}
|
|
1609
|
-
._Chat-
|
|
1615
|
+
._Chat-examplePrompt_1utn2_80 {
|
|
1610
1616
|
align-items: center;
|
|
1611
1617
|
background: white;
|
|
1612
1618
|
border: 1px solid var(--puck-color-grey-09);
|
|
@@ -1619,30 +1625,36 @@ button._Menu-item_1tu16_55:hover {
|
|
|
1619
1625
|
padding: 6px 12px;
|
|
1620
1626
|
text-wrap: nowrap;
|
|
1621
1627
|
}
|
|
1622
|
-
._Chat-
|
|
1628
|
+
._Chat-examplePrompt_1utn2_80:hover {
|
|
1623
1629
|
background: var(--puck-color-azure-11);
|
|
1624
1630
|
border-color: var(--puck-color-azure-08);
|
|
1625
1631
|
color: var(--puck-color-azure-04);
|
|
1626
1632
|
}
|
|
1627
|
-
._Chat-
|
|
1633
|
+
._Chat-examplePrompt_1utn2_80:disabled,
|
|
1634
|
+
._Chat-examplePrompt_1utn2_80[aria-disabled=true] {
|
|
1635
|
+
cursor: not-allowed;
|
|
1636
|
+
opacity: 0.5;
|
|
1637
|
+
pointer-events: none;
|
|
1638
|
+
}
|
|
1639
|
+
._Chat-examplePromptArrow_1utn2_117 {
|
|
1628
1640
|
display: flex;
|
|
1629
1641
|
margin-left: auto;
|
|
1630
1642
|
}
|
|
1631
|
-
._Chat-
|
|
1643
|
+
._Chat-default_1utn2_122 {
|
|
1632
1644
|
overflow-y: auto;
|
|
1633
1645
|
flex-grow: 1;
|
|
1634
1646
|
}
|
|
1635
|
-
._Chat--
|
|
1647
|
+
._Chat--hasMessages_1utn2_25 ._Chat-default_1utn2_122 {
|
|
1636
1648
|
opacity: 0;
|
|
1637
1649
|
padding: 0;
|
|
1638
1650
|
pointer-events: none;
|
|
1639
1651
|
transition: opacity 250ms ease-in;
|
|
1640
1652
|
}
|
|
1641
|
-
._Chat--
|
|
1653
|
+
._Chat--hasMessages_1utn2_25 {
|
|
1642
1654
|
background-color: white;
|
|
1643
1655
|
transition: background-color 250ms ease-in;
|
|
1644
1656
|
}
|
|
1645
|
-
.
|
|
1657
|
+
._ChatMessage_1utn2_139 {
|
|
1646
1658
|
display: flex;
|
|
1647
1659
|
flex-direction: column;
|
|
1648
1660
|
gap: 16px;
|
|
@@ -1650,7 +1662,7 @@ button._Menu-item_1tu16_55:hover {
|
|
|
1650
1662
|
line-height: var(--line-height-s);
|
|
1651
1663
|
overflow-wrap: break-word;
|
|
1652
1664
|
}
|
|
1653
|
-
._ChatMessage--
|
|
1665
|
+
._ChatMessage--userRole_1utn2_148 ._ChatMessage-userBubble_1utn2_148 {
|
|
1654
1666
|
background: var(--puck-color-azure-10);
|
|
1655
1667
|
border-radius: 16px;
|
|
1656
1668
|
color: var(--puck-color-grey-03);
|
|
@@ -1660,12 +1672,12 @@ button._Menu-item_1tu16_55:hover {
|
|
|
1660
1672
|
margin-left: 24px;
|
|
1661
1673
|
padding: 12px 16px;
|
|
1662
1674
|
}
|
|
1663
|
-
._ChatMessage-
|
|
1675
|
+
._ChatMessage-userAttachments_1utn2_159 {
|
|
1664
1676
|
display: flex;
|
|
1665
1677
|
flex-wrap: wrap;
|
|
1666
1678
|
gap: 6px;
|
|
1667
1679
|
}
|
|
1668
|
-
._ChatMessage-
|
|
1680
|
+
._ChatMessage-thumbnail_1utn2_165 {
|
|
1669
1681
|
align-items: center;
|
|
1670
1682
|
background: var(--puck-color-grey-12);
|
|
1671
1683
|
border: 1px solid var(--puck-color-grey-09);
|
|
@@ -1681,18 +1693,18 @@ button._Menu-item_1tu16_55:hover {
|
|
|
1681
1693
|
text-decoration: none;
|
|
1682
1694
|
width: 92px;
|
|
1683
1695
|
}
|
|
1684
|
-
._ChatMessage-
|
|
1696
|
+
._ChatMessage-thumbnail_1utn2_165:hover {
|
|
1685
1697
|
border-color: var(--puck-color-azure-08);
|
|
1686
1698
|
color: var(--puck-color-azure-04);
|
|
1687
1699
|
opacity: 0.6;
|
|
1688
1700
|
}
|
|
1689
|
-
._ChatMessage-
|
|
1701
|
+
._ChatMessage-thumbnail_1utn2_165 img {
|
|
1690
1702
|
display: block;
|
|
1691
1703
|
height: 100%;
|
|
1692
1704
|
object-fit: cover;
|
|
1693
1705
|
width: 100%;
|
|
1694
1706
|
}
|
|
1695
|
-
._ChatMessage-
|
|
1707
|
+
._ChatMessage-thumbnailLabel_1utn2_195 {
|
|
1696
1708
|
background: var(--puck-color-grey-12);
|
|
1697
1709
|
border-top: 1px solid var(--puck-color-grey-09);
|
|
1698
1710
|
bottom: 0;
|
|
@@ -1711,70 +1723,70 @@ button._Menu-item_1tu16_55:hover {
|
|
|
1711
1723
|
text-overflow: ellipsis;
|
|
1712
1724
|
white-space: nowrap;
|
|
1713
1725
|
}
|
|
1714
|
-
.
|
|
1715
|
-
.
|
|
1726
|
+
._ChatMessage_1utn2_139 ul,
|
|
1727
|
+
._ChatMessage_1utn2_139 ol {
|
|
1716
1728
|
list-style: decimal;
|
|
1717
1729
|
margin: 0;
|
|
1718
1730
|
margin-bottom: 12px;
|
|
1719
1731
|
margin-top: 12px;
|
|
1720
1732
|
padding-left: 32px;
|
|
1721
1733
|
}
|
|
1722
|
-
.
|
|
1734
|
+
._ChatMessage_1utn2_139 li {
|
|
1723
1735
|
margin-bottom: 8px;
|
|
1724
1736
|
margin-top: 8px;
|
|
1725
1737
|
padding-left: 8px;
|
|
1726
1738
|
}
|
|
1727
|
-
.
|
|
1728
|
-
.
|
|
1729
|
-
.
|
|
1730
|
-
.
|
|
1731
|
-
.
|
|
1732
|
-
.
|
|
1739
|
+
._ChatMessage_1utn2_139 h1,
|
|
1740
|
+
._ChatMessage_1utn2_139 h2,
|
|
1741
|
+
._ChatMessage_1utn2_139 h3,
|
|
1742
|
+
._ChatMessage_1utn2_139 h4,
|
|
1743
|
+
._ChatMessage_1utn2_139 h5,
|
|
1744
|
+
._ChatMessage_1utn2_139 h6 {
|
|
1733
1745
|
font-weight: 600;
|
|
1734
1746
|
}
|
|
1735
|
-
.
|
|
1747
|
+
._ChatMessage_1utn2_139 h1 {
|
|
1736
1748
|
font-size: var(--puck-font-l);
|
|
1737
1749
|
}
|
|
1738
|
-
.
|
|
1750
|
+
._ChatMessage_1utn2_139 h2 {
|
|
1739
1751
|
font-size: var(--puck-font-m);
|
|
1740
1752
|
}
|
|
1741
|
-
.
|
|
1753
|
+
._ChatMessage_1utn2_139 h3 {
|
|
1742
1754
|
font-size: var(--puck-font-m);
|
|
1743
1755
|
}
|
|
1744
|
-
.
|
|
1756
|
+
._ChatMessage_1utn2_139 h4 {
|
|
1745
1757
|
font-size: var(--puck-font-s);
|
|
1746
1758
|
}
|
|
1747
|
-
.
|
|
1759
|
+
._ChatMessage_1utn2_139 h5 {
|
|
1748
1760
|
font-size: var(--puck-font-xs);
|
|
1749
1761
|
}
|
|
1750
|
-
.
|
|
1762
|
+
._ChatMessage_1utn2_139 h6 {
|
|
1751
1763
|
font-size: var(--puck-font-xm);
|
|
1752
1764
|
}
|
|
1753
|
-
.
|
|
1765
|
+
._ChatMessage_1utn2_139 p {
|
|
1754
1766
|
margin-bottom: 8px;
|
|
1755
1767
|
margin-top: 8px;
|
|
1756
1768
|
}
|
|
1757
|
-
._ChatMessage-
|
|
1769
|
+
._ChatMessage-text_1utn2_268 > *:first-of-type {
|
|
1758
1770
|
margin-top: 0px;
|
|
1759
1771
|
}
|
|
1760
|
-
._ChatMessage-
|
|
1772
|
+
._ChatMessage-text_1utn2_268 > *:last-of-type {
|
|
1761
1773
|
margin-bottom: 0px;
|
|
1762
1774
|
}
|
|
1763
|
-
.
|
|
1775
|
+
._ChatMessage_1utn2_139 a {
|
|
1764
1776
|
color: var(--puck-color-azure-04);
|
|
1765
1777
|
font-weight: 600;
|
|
1766
1778
|
text-decoration: none;
|
|
1767
1779
|
}
|
|
1768
|
-
.
|
|
1780
|
+
._ChatMessage_1utn2_139 a:hover {
|
|
1769
1781
|
color: var(--puck-color-azure-05);
|
|
1770
1782
|
}
|
|
1771
|
-
.
|
|
1783
|
+
._ChatMessage_1utn2_139 hr {
|
|
1772
1784
|
border-top: none;
|
|
1773
1785
|
border-bottom-color: var(--puck-color-grey-09);
|
|
1774
1786
|
margin-bottom: 16px;
|
|
1775
1787
|
margin-top: 16px;
|
|
1776
1788
|
}
|
|
1777
|
-
._ChatMessage-
|
|
1789
|
+
._ChatMessage-text_1utn2_268 blockquote {
|
|
1778
1790
|
margin-bottom: 8px;
|
|
1779
1791
|
margin-top: 8px;
|
|
1780
1792
|
margin-left: 0;
|
|
@@ -1783,73 +1795,73 @@ button._Menu-item_1tu16_55:hover {
|
|
|
1783
1795
|
padding-bottom: 2px;
|
|
1784
1796
|
padding-top: 2px;
|
|
1785
1797
|
}
|
|
1786
|
-
._ChatMessage-
|
|
1798
|
+
._ChatMessage-event_1utn2_303 {
|
|
1787
1799
|
color: var(--puck-color-grey-05);
|
|
1788
1800
|
}
|
|
1789
|
-
._ChatMessage-
|
|
1801
|
+
._ChatMessage-eventBody_1utn2_307 > ._ChatMessage-event_1utn2_303:first-child {
|
|
1790
1802
|
padding-top: 8px;
|
|
1791
1803
|
}
|
|
1792
|
-
._ChatMessage-
|
|
1804
|
+
._ChatMessage-eventBody_1utn2_307 > ._ChatMessage-event_1utn2_303:last-child {
|
|
1793
1805
|
padding-bottom: 8px;
|
|
1794
1806
|
margin-bottom: 0;
|
|
1795
1807
|
}
|
|
1796
|
-
._ChatMessage-
|
|
1808
|
+
._ChatMessage-eventCollapse_1utn2_316 {
|
|
1797
1809
|
display: none;
|
|
1798
1810
|
}
|
|
1799
|
-
._ChatMessage-
|
|
1811
|
+
._ChatMessage-event_1utn2_303[open] > ._ChatMessage-eventHeader_1utn2_320 > ._ChatMessage-eventExpand_1utn2_320 {
|
|
1800
1812
|
display: none;
|
|
1801
1813
|
}
|
|
1802
|
-
._ChatMessage-
|
|
1814
|
+
._ChatMessage-event_1utn2_303[open] > ._ChatMessage-eventHeader_1utn2_320 > ._ChatMessage-eventCollapse_1utn2_316 {
|
|
1803
1815
|
display: block;
|
|
1804
1816
|
}
|
|
1805
|
-
._ChatMessage-
|
|
1817
|
+
._ChatMessage-eventHeader_1utn2_320 {
|
|
1806
1818
|
align-items: center;
|
|
1807
1819
|
display: flex;
|
|
1808
1820
|
gap: 8px;
|
|
1809
1821
|
cursor: pointer;
|
|
1810
1822
|
list-style: none;
|
|
1811
1823
|
}
|
|
1812
|
-
._ChatMessage-
|
|
1824
|
+
._ChatMessage-eventHeader_1utn2_320::-webkit-details-marker {
|
|
1813
1825
|
display: none;
|
|
1814
1826
|
}
|
|
1815
|
-
._ChatMessage-
|
|
1827
|
+
._ChatMessage-eventHeader_1utn2_320:hover {
|
|
1816
1828
|
color: var(--puck-color-grey-03);
|
|
1817
1829
|
}
|
|
1818
|
-
._ChatMessage-
|
|
1830
|
+
._ChatMessage-eventIcon_1utn2_346 {
|
|
1819
1831
|
display: flex;
|
|
1820
1832
|
}
|
|
1821
|
-
._ChatMessage-
|
|
1833
|
+
._ChatMessage-eventLabel_1utn2_350 {
|
|
1822
1834
|
text-overflow: ellipsis;
|
|
1823
1835
|
overflow: hidden;
|
|
1824
1836
|
white-space: nowrap;
|
|
1825
1837
|
}
|
|
1826
|
-
._ChatMessage-
|
|
1838
|
+
._ChatMessage-eventBody_1utn2_307 {
|
|
1827
1839
|
border-left: 2px solid var(--puck-color-grey-09);
|
|
1828
1840
|
color: var(--puck-color-grey-05);
|
|
1829
1841
|
font-size: var(--puck-font-size-xxs);
|
|
1830
1842
|
margin-top: 8px;
|
|
1831
1843
|
padding-left: 12px;
|
|
1832
1844
|
}
|
|
1833
|
-
._ChatMessage-
|
|
1845
|
+
._ChatMessage-attachmentImage_1utn2_364 {
|
|
1834
1846
|
margin-bottom: 12px;
|
|
1835
1847
|
margin-top: 12px;
|
|
1836
1848
|
margin-right: 24px;
|
|
1837
1849
|
}
|
|
1838
|
-
._ChatMessage-
|
|
1850
|
+
._ChatMessage-attachmentImage_1utn2_364 a {
|
|
1839
1851
|
display: inline-block;
|
|
1840
1852
|
}
|
|
1841
|
-
._ChatMessage-
|
|
1853
|
+
._ChatMessage-attachmentImage_1utn2_364 img {
|
|
1842
1854
|
border: 1px solid var(--puck-color-grey-09);
|
|
1843
1855
|
border-radius: 16px;
|
|
1844
1856
|
display: block;
|
|
1845
1857
|
max-width: min(100%, 280px);
|
|
1846
1858
|
}
|
|
1847
|
-
._ChatMessage-
|
|
1859
|
+
._ChatMessage-attachmentFile_1utn2_381 {
|
|
1848
1860
|
margin-bottom: 12px;
|
|
1849
1861
|
margin-top: 12px;
|
|
1850
1862
|
margin-right: 24px;
|
|
1851
1863
|
}
|
|
1852
|
-
._ChatMessage-
|
|
1864
|
+
._ChatMessage-attachmentFile_1utn2_381 a {
|
|
1853
1865
|
align-items: center;
|
|
1854
1866
|
background: var(--puck-color-grey-12);
|
|
1855
1867
|
border: 1px solid var(--puck-color-grey-08);
|
|
@@ -1860,11 +1872,11 @@ button._Menu-item_1tu16_55:hover {
|
|
|
1860
1872
|
padding: 8px 12px;
|
|
1861
1873
|
text-decoration: none;
|
|
1862
1874
|
}
|
|
1863
|
-
._ChatMessage-
|
|
1875
|
+
._ChatMessage-attachmentFile_1utn2_381 a:hover {
|
|
1864
1876
|
border-color: var(--puck-color-azure-08);
|
|
1865
1877
|
color: var(--puck-color-azure-04);
|
|
1866
1878
|
}
|
|
1867
|
-
._Chat-
|
|
1879
|
+
._Chat-loader_1utn2_404 {
|
|
1868
1880
|
align-items: center;
|
|
1869
1881
|
color: var(--puck-color-grey-05);
|
|
1870
1882
|
display: flex;
|
|
@@ -1873,10 +1885,10 @@ button._Menu-item_1tu16_55:hover {
|
|
|
1873
1885
|
line-height: var(--line-height-s);
|
|
1874
1886
|
margin-top: 16px;
|
|
1875
1887
|
}
|
|
1876
|
-
._Chat-
|
|
1888
|
+
._Chat-loaderIcon_1utn2_414 {
|
|
1877
1889
|
height: 16px;
|
|
1878
1890
|
}
|
|
1879
|
-
._Chat-
|
|
1891
|
+
._Chat-error_1utn2_418 {
|
|
1880
1892
|
align-items: center;
|
|
1881
1893
|
display: flex;
|
|
1882
1894
|
gap: 8px;
|
|
@@ -1884,13 +1896,13 @@ button._Menu-item_1tu16_55:hover {
|
|
|
1884
1896
|
margin: 16px;
|
|
1885
1897
|
margin-top: 0;
|
|
1886
1898
|
}
|
|
1887
|
-
._Chat-
|
|
1899
|
+
._Chat-errorLabel_1utn2_427 {
|
|
1888
1900
|
color: var(--puck-color-red-04);
|
|
1889
1901
|
}
|
|
1890
|
-
._Chat-
|
|
1902
|
+
._Chat-errorAction_1utn2_431 {
|
|
1891
1903
|
margin-left: auto;
|
|
1892
1904
|
}
|
|
1893
|
-
._Chat-
|
|
1905
|
+
._Chat-userError_1utn2_435 {
|
|
1894
1906
|
align-items: center;
|
|
1895
1907
|
color: var(--puck-color-red-04);
|
|
1896
1908
|
display: flex;
|
|
@@ -1899,17 +1911,17 @@ button._Menu-item_1tu16_55:hover {
|
|
|
1899
1911
|
padding: 0 16px;
|
|
1900
1912
|
padding-bottom: 8px;
|
|
1901
1913
|
}
|
|
1902
|
-
._Chat-
|
|
1914
|
+
._Chat-userErrorDismiss_1utn2_445 {
|
|
1903
1915
|
all: unset;
|
|
1904
1916
|
cursor: pointer;
|
|
1905
1917
|
display: flex;
|
|
1906
1918
|
flex-shrink: 0;
|
|
1907
1919
|
opacity: 0.6;
|
|
1908
1920
|
}
|
|
1909
|
-
._Chat-
|
|
1921
|
+
._Chat-userErrorDismiss_1utn2_445:hover {
|
|
1910
1922
|
opacity: 1;
|
|
1911
1923
|
}
|
|
1912
|
-
._Chat-
|
|
1924
|
+
._Chat-userErrorDismiss_1utn2_445:focus-visible {
|
|
1913
1925
|
border-radius: 4px;
|
|
1914
1926
|
outline: 2px solid var(--puck-color-azure-04);
|
|
1915
1927
|
opacity: 1;
|
|
@@ -2242,10 +2254,11 @@ button._Menu-item_1tu16_55:hover {
|
|
|
2242
2254
|
}
|
|
2243
2255
|
|
|
2244
2256
|
/* css-module:/home/runner/work/platform/platform/packages/plugin-ai/src/components/Drawer/styles.module.css/#css-module-data */
|
|
2245
|
-
._Drawer--
|
|
2246
|
-
|
|
2247
|
-
color: var(--puck-color-grey-05);
|
|
2257
|
+
._Drawer--empty_8e8cs_1 {
|
|
2258
|
+
color: var(--puck-color-text-subtle);
|
|
2248
2259
|
display: flex;
|
|
2249
2260
|
justify-content: center;
|
|
2250
2261
|
height: 100%;
|
|
2262
|
+
font-size: var(--puck-font-size-xxs);
|
|
2263
|
+
margin: var(--puck-space-2) var(--puck-space-1);
|
|
2251
2264
|
}
|