@puckeditor/plugin-ai 0.7.0-canary.75c0f12c → 0.7.0

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 CHANGED
@@ -1,24 +1,24 @@
1
- /* css-module:/home/runner/work/puck-platform/puck-platform/packages/plugin-ai/src/components/Chat/styles.module.css/#css-module-data */
2
- ._Chat_3s08c_1 {
1
+ /* css-module:/home/runner/work/platform/platform/packages/plugin-ai/src/components/Chat/styles.module.css/#css-module-data */
2
+ ._Chat_1g2yc_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-header_3s08c_9 {
9
+ ._Chat-header_1g2yc_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-header_3s08c_9 {
16
+ ._Chat-header_1g2yc_9 {
17
17
  display: block;
18
18
  padding: 16px;
19
19
  }
20
20
  }
21
- ._Chat-placeholder_3s08c_23 {
21
+ ._Chat-placeholder_1g2yc_23 {
22
22
  align-items: center;
23
23
  box-sizing: border-box;
24
24
  color: var(--puck-color-grey-06);
@@ -31,39 +31,77 @@
31
31
  gap: 8px;
32
32
  }
33
33
  @media (min-width: 638px) {
34
- ._Chat-placeholder_3s08c_23 {
34
+ ._Chat-placeholder_1g2yc_23 {
35
35
  display: flex;
36
36
  }
37
37
  }
38
- ._Chat-actions_3s08c_42 {
38
+ ._Chat-actions_1g2yc_42 {
39
39
  display: flex;
40
40
  gap: 8px;
41
41
  justify-content: center;
42
42
  flex-wrap: wrap;
43
43
  margin-top: 4px;
44
44
  }
45
- ._Chat-action_3s08c_42,
46
- ._Chat-actionOutlined_3s08c_51 {
45
+ ._Chat-action_1g2yc_42,
46
+ ._Chat-actionOutlined_1g2yc_51 {
47
47
  border: 1px solid var(--puck-color-azure-04);
48
48
  border-radius: 16px;
49
49
  padding: 4px 12px;
50
50
  font-size: 12px;
51
51
  cursor: pointer;
52
52
  }
53
- ._Chat-action_3s08c_42 {
53
+ ._Chat-action_1g2yc_42 {
54
54
  background: var(--puck-color-azure-04);
55
55
  color: white;
56
56
  }
57
- ._Chat-action_3s08c_42:hover {
57
+ ._Chat-action_1g2yc_42:hover {
58
58
  opacity: 0.8;
59
59
  }
60
- ._Chat-actionOutlined_3s08c_51 {
60
+ ._Chat-actionOutlined_1g2yc_51 {
61
61
  background: transparent;
62
62
  color: var(--puck-color-azure-04);
63
63
  }
64
- ._Chat-actionOutlined_3s08c_51:hover {
64
+ ._Chat-actionOutlined_1g2yc_51:hover {
65
65
  background: var(--puck-color-azure-11);
66
66
  }
67
+ ._Chat-attachmentControls_1g2yc_77 {
68
+ align-items: center;
69
+ display: flex;
70
+ flex-wrap: wrap;
71
+ gap: 6px;
72
+ }
73
+ ._Chat-attachmentInput_1g2yc_84 {
74
+ display: none;
75
+ }
76
+ ._Chat-attachmentButton_1g2yc_88 {
77
+ align-items: center;
78
+ background: none;
79
+ border-radius: 4px;
80
+ border: none;
81
+ color: var(--puck-color-grey-04);
82
+ cursor: pointer;
83
+ display: inline-flex;
84
+ gap: 4px;
85
+ font-size: var(--puck-font-size-xxs);
86
+ padding: 8px;
87
+ white-space: nowrap;
88
+ }
89
+ ._Chat-attachmentButton_1g2yc_88:hover,
90
+ ._Chat-attachmentButton_1g2yc_88:focus-visible {
91
+ background-color: var(--puck-color-azure-12);
92
+ color: var(--puck-color-azure-04);
93
+ }
94
+ ._Chat-attachmentButton_1g2yc_88:focus-visible {
95
+ outline: 2px solid var(--puck-color-azure-04);
96
+ }
97
+ ._Chat-attachmentButton_1g2yc_88:disabled {
98
+ cursor: not-allowed;
99
+ opacity: 0.5;
100
+ }
101
+ ._Chat-attachmentButton_1g2yc_88:disabled:hover {
102
+ border-color: var(--puck-color-grey-09);
103
+ color: var(--puck-color-grey-04);
104
+ }
67
105
 
68
106
  /* ../platform-client/styles/color.css */
69
107
  :root {
@@ -208,7 +246,7 @@ p {
208
246
  margin: 0;
209
247
  }
210
248
 
211
- /* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/ActionModal/ActionModal.module.css/#css-module-data */
249
+ /* css-module:/home/runner/work/platform/platform/packages/platform-client/components/ActionModal/ActionModal.module.css/#css-module-data */
212
250
  ._ActionModal_r3pvy_1 {
213
251
  display: block;
214
252
  min-width: 356px;
@@ -235,7 +273,7 @@ p {
235
273
  padding: 16px 24px;
236
274
  }
237
275
 
238
- /* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/Modal/Modal.module.css/#css-module-data */
276
+ /* css-module:/home/runner/work/platform/platform/packages/platform-client/components/Modal/Modal.module.css/#css-module-data */
239
277
  ._Modal-background_1bedq_1 {
240
278
  align-items: center;
241
279
  display: flex;
@@ -264,8 +302,8 @@ p {
264
302
  overflow: auto;
265
303
  }
266
304
 
267
- /* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/Button/Button.module.css/#css-module-data */
268
- ._Button_1br4o_1 {
305
+ /* css-module:/home/runner/work/platform/platform/packages/platform-client/components/Button/Button.module.css/#css-module-data */
306
+ ._Button_1tog0_1 {
269
307
  appearance: none;
270
308
  background: none;
271
309
  border: 1px solid transparent;
@@ -287,117 +325,116 @@ p {
287
325
  white-space: nowrap;
288
326
  margin: 0;
289
327
  }
290
- ._Button_1br4o_1:hover,
291
- ._Button_1br4o_1:active {
328
+ ._Button_1tog0_1:hover,
329
+ ._Button_1tog0_1:active {
292
330
  transition: none;
293
331
  }
294
- ._Button_1br4o_1:focus-visible {
332
+ ._Button_1tog0_1:focus-visible {
295
333
  outline: 2px solid var(--puck-color-azure-05);
296
334
  outline-offset: 2px;
297
335
  }
298
- ._Button--medium_1br4o_34 {
336
+ ._Button--medium_1tog0_34 {
299
337
  min-height: 34px;
300
338
  padding-bottom: 7px;
301
- padding-left: 19px;
302
- padding-right: 19px;
339
+ padding-left: 15px;
340
+ padding-right: 15px;
303
341
  padding-top: 7px;
304
342
  }
305
- ._Button--large_1br4o_42 {
343
+ ._Button--large_1tog0_42 {
306
344
  padding-bottom: 11px;
307
345
  padding-left: 19px;
308
346
  padding-right: 19px;
309
347
  padding-top: 11px;
310
348
  }
311
- ._Button-icon_1br4o_49 {
312
- margin-top: 2px;
313
- }
314
- ._Button--brand_1br4o_53 {
349
+ ._Button--brand_1tog0_49 {
315
350
  background-image:
316
351
  linear-gradient(
317
352
  210deg,
318
353
  var(--puck-color-azure-01) 0%,
319
- var(--puck-color-azure-03) 40%,
320
- var(--puck-color-red-05) 100%);
354
+ var(--puck-color-azure-03) 30%,
355
+ var(--puck-color-red-05) 130%);
321
356
  border: none;
322
- border-radius: 48px;
323
357
  }
324
358
  @media (hover: hover) and (pointer: fine) {
325
- ._Button--brand_1br4o_53:hover {
359
+ ._Button--brand_1tog0_49:hover {
326
360
  opacity: 0.8;
327
361
  }
328
362
  }
329
- ._Button--brand_1br4o_53:active {
363
+ ._Button--brand_1tog0_49:active {
330
364
  opacity: 0.8;
331
365
  }
332
- ._Button--primary_1br4o_74 {
366
+ ._Button--primary_1tog0_69 {
333
367
  background: var(--puck-color-azure-04);
334
368
  }
335
369
  @media (hover: hover) and (pointer: fine) {
336
- ._Button--primary_1br4o_74:hover {
370
+ ._Button--primary_1tog0_69:hover {
337
371
  background-color: var(--puck-color-azure-03);
338
372
  }
339
373
  }
340
- ._Button--primary_1br4o_74:active {
374
+ ._Button--primary_1tog0_69:active {
341
375
  background-color: var(--puck-color-azure-02);
342
376
  }
343
- ._Button--secondary_1br4o_88 {
377
+ ._Button--secondary_1tog0_83 {
344
378
  border: 1px solid currentColor;
345
379
  color: currentColor;
346
380
  }
347
381
  @media (hover: hover) and (pointer: fine) {
348
- ._Button--secondary_1br4o_88:hover {
382
+ ._Button--secondary_1tog0_83:hover {
349
383
  background-color: var(--puck-color-azure-12);
350
384
  color: var(--puck-color-black);
351
385
  }
352
386
  }
353
- ._Button--secondary_1br4o_88:active {
387
+ ._Button--secondary_1tog0_83:active {
354
388
  background-color: var(--puck-color-azure-11);
355
389
  color: var(--puck-color-black);
356
390
  }
357
- ._Button--danger_1br4o_105 {
391
+ ._Button--danger_1tog0_100 {
358
392
  background: var(--puck-color-red-04);
359
393
  }
360
394
  @media (hover: hover) and (pointer: fine) {
361
- ._Button--danger_1br4o_105:hover {
395
+ ._Button--danger_1tog0_100:hover {
362
396
  background-color: var(--puck-color-red-03);
363
397
  }
364
398
  }
365
- ._Button--danger_1br4o_105:active {
399
+ ._Button--danger_1tog0_100:active {
366
400
  background-color: var(--puck-color-red-02);
367
401
  }
368
- ._Button--flush_1br4o_119 {
402
+ ._Button--flush_1tog0_114 {
369
403
  border-radius: 0;
370
404
  }
371
- ._Button--ghost_1br4o_123 {
405
+ ._Button--ghost_1tog0_118 {
372
406
  align-items: center;
373
407
  background-color: transparent;
374
408
  border: none;
375
- border-radius: 4px;
409
+ border-radius: 8px;
376
410
  color: var(--puck-color-azure-04);
377
411
  display: flex;
378
412
  }
379
413
  @media (hover: hover) and (pointer: fine) {
380
- ._Button--ghost_1br4o_123:hover {
414
+ ._Button--ghost_1tog0_118:hover {
381
415
  background-color: var(--puck-color-grey-11);
382
416
  color: var(--puck-color-azure-04);
383
417
  cursor: pointer;
384
418
  }
385
419
  }
386
- ._Button--disabled_1br4o_140,
387
- ._Button--disabled_1br4o_140:hover {
388
- background-color: var(--puck-color-grey-09);
389
- color: var(--puck-color-grey-05);
420
+ ._Button--disabled_1tog0_135,
421
+ ._Button--disabled_1tog0_135:hover,
422
+ ._Button--secondary_1tog0_83._Button--disabled_1tog0_135,
423
+ ._Button--secondary_1tog0_83._Button--disabled_1tog0_135:hover {
424
+ background-color: var(--puck-color-grey-12);
425
+ border-color: var(--puck-color-grey-08);
426
+ color: var(--puck-color-grey-07);
390
427
  cursor: not-allowed;
391
428
  }
392
- ._Button--fullWidth_1br4o_147 {
429
+ ._Button--fullWidth_1tog0_145 {
393
430
  justify-content: center;
394
431
  width: 100%;
395
432
  }
396
- ._Button-spinner_1br4o_152 {
433
+ ._Button-spinner_1tog0_150 {
397
434
  padding-left: 8px;
398
435
  }
399
436
 
400
- /* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/Loader/styles.module.css/#css-module-data */
437
+ /* css-module:/home/runner/work/platform/platform/packages/platform-client/components/Loader/styles.module.css/#css-module-data */
401
438
  @keyframes _loader-animation_nacdm_1 {
402
439
  0% {
403
440
  transform: rotate(0deg) scale(1);
@@ -419,75 +456,83 @@ p {
419
456
  animation-fill-mode: both;
420
457
  }
421
458
 
422
- /* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/Heading/Heading.module.css/#css-module-data */
423
- ._Heading_qkzg9_1 {
459
+ /* css-module:/home/runner/work/platform/platform/packages/platform-client/components/Heading/Heading.module.css/#css-module-data */
460
+ ._Heading_1sfil_1 {
424
461
  display: block;
462
+ font-family: var(--heading-font-family, var(--puck-font-family));
425
463
  font-weight: 700;
426
464
  margin: 0;
427
465
  }
428
- ._Heading_qkzg9_1 b {
466
+ ._Heading_1sfil_1 b {
467
+ font-weight: 700;
468
+ }
469
+ ._Heading--brand_1sfil_12,
470
+ ._Heading--brand_1sfil_12 * {
471
+ font-weight: 500;
472
+ letter-spacing: -7%;
473
+ line-height: 1;
474
+ }
475
+ ._Heading--brand_1sfil_12 b {
429
476
  font-weight: 700;
430
477
  }
431
- ._Heading--xxxxl_qkzg9_11 {
478
+ ._Heading--xxxxl_1sfil_23 {
432
479
  font-size: var(--puck-font-size-xxxl);
433
480
  }
434
- ._Heading--xxxl_qkzg9_15 {
481
+ ._Heading--xxxl_1sfil_27 {
435
482
  font-size: var(--puck-font-size-xxl);
436
483
  }
437
- ._Heading--xxl_qkzg9_19 {
484
+ ._Heading--xxl_1sfil_31 {
438
485
  font-size: var(--puck-font-size-xl);
439
486
  }
440
- ._Heading--xl_qkzg9_23 {
487
+ ._Heading--xl_1sfil_35 {
441
488
  font-size: var(--puck-font-size-l);
442
489
  }
443
- ._Heading--l_qkzg9_27 {
490
+ ._Heading--l_1sfil_39 {
444
491
  font-size: var(--puck-font-size-m);
445
492
  }
446
- ._Heading--m_qkzg9_31 {
493
+ ._Heading--m_1sfil_43 {
447
494
  font-size: var(--puck-font-size-s);
448
495
  }
449
- ._Heading--s_qkzg9_35 {
496
+ ._Heading--s_1sfil_47 {
450
497
  font-size: var(--puck-font-size-xs);
451
498
  }
452
- ._Heading--xs_qkzg9_39 {
499
+ ._Heading--xs_1sfil_51 {
453
500
  font-size: var(--puck-font-size-xxs);
454
501
  }
455
- ._Heading--xxs_qkzg9_43 {
502
+ ._Heading--xxs_1sfil_55 {
456
503
  font-size: var(--puck-font-size-xxs);
457
504
  }
458
505
  @media (min-width: 768px) {
459
- ._Heading--xxxxl_qkzg9_11 {
506
+ ._Heading--xxxxl_1sfil_23 {
460
507
  font-size: var(--puck-font-size-xxxxl);
461
- letter-spacing: 0.08ch;
462
- font-weight: 800;
463
508
  }
464
- ._Heading--xxxl_qkzg9_15 {
509
+ ._Heading--xxxl_1sfil_27 {
465
510
  font-size: var(--puck-font-size-xxxl);
466
511
  }
467
- ._Heading--xxl_qkzg9_19 {
512
+ ._Heading--xxl_1sfil_31 {
468
513
  font-size: var(--puck-font-size-xxl);
469
514
  }
470
- ._Heading--xl_qkzg9_23 {
515
+ ._Heading--xl_1sfil_35 {
471
516
  font-size: var(--puck-font-size-xl);
472
517
  }
473
- ._Heading--l_qkzg9_27 {
518
+ ._Heading--l_1sfil_39 {
474
519
  font-size: var(--puck-font-size-l);
475
520
  }
476
- ._Heading--m_qkzg9_31 {
521
+ ._Heading--m_1sfil_43 {
477
522
  font-size: var(--puck-font-size-m);
478
523
  }
479
- ._Heading--s_qkzg9_35 {
524
+ ._Heading--s_1sfil_47 {
480
525
  font-size: var(--puck-font-size-s);
481
526
  }
482
- ._Heading--xs_qkzg9_39 {
527
+ ._Heading--xs_1sfil_51 {
483
528
  font-size: var(--puck-font-size-xs);
484
529
  }
485
- ._Heading--xxs_qkzg9_43 {
530
+ ._Heading--xxs_1sfil_55 {
486
531
  font-size: var(--puck-font-size-xxs);
487
532
  }
488
533
  }
489
534
 
490
- /* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/Align/Align.module.css/#css-module-data */
535
+ /* css-module:/home/runner/work/platform/platform/packages/platform-client/components/Align/Align.module.css/#css-module-data */
491
536
  ._Align_oewlu_1 {
492
537
  align-items: flex-start;
493
538
  display: flex;
@@ -511,7 +556,7 @@ p {
511
556
  position: relative;
512
557
  }
513
558
 
514
- /* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/AutoForm/AutoForm.module.css/#css-module-data */
559
+ /* css-module:/home/runner/work/platform/platform/packages/platform-client/components/AutoForm/AutoForm.module.css/#css-module-data */
515
560
  ._AutoForm_1vmh9_1 {
516
561
  display: flex;
517
562
  gap: 16px;
@@ -522,7 +567,7 @@ p {
522
567
  padding: 0px !important;
523
568
  }
524
569
 
525
- /* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/Card/Card.module.css/#css-module-data */
570
+ /* css-module:/home/runner/work/platform/platform/packages/platform-client/components/Card/Card.module.css/#css-module-data */
526
571
  ._Card_rpnal_1 {
527
572
  background-color: white;
528
573
  border: 1px solid var(--puck-color-grey-08);
@@ -562,7 +607,7 @@ p {
562
607
  color: var(--puck-color-azure-04);
563
608
  }
564
609
 
565
- /* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/CardSelector/styles.module.css/#css-module-data */
610
+ /* css-module:/home/runner/work/platform/platform/packages/platform-client/components/CardSelector/styles.module.css/#css-module-data */
566
611
  ._CardSelector_1ogry_1 {
567
612
  display: grid;
568
613
  gap: 16px;
@@ -600,7 +645,7 @@ p {
600
645
  cursor: pointer;
601
646
  }
602
647
 
603
- /* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/Code/Code.module.css/#css-module-data */
648
+ /* css-module:/home/runner/work/platform/platform/packages/platform-client/components/Code/Code.module.css/#css-module-data */
604
649
  ._Code_d4378_1 {
605
650
  border-radius: 8px;
606
651
  position: relative;
@@ -720,7 +765,7 @@ p {
720
765
  background: var(--puck-color-grey-11);
721
766
  }
722
767
 
723
- /* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/IconButton/IconButton.module.css/#css-module-data */
768
+ /* css-module:/home/runner/work/platform/platform/packages/platform-client/components/IconButton/IconButton.module.css/#css-module-data */
724
769
  ._IconButton_thegm_1 {
725
770
  align-items: center;
726
771
  background: transparent;
@@ -765,7 +810,7 @@ p {
765
810
  color: var(--puck-color-grey-07);
766
811
  }
767
812
 
768
- /* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/InfoBar/InfoBar.module.css/#css-module-data */
813
+ /* css-module:/home/runner/work/platform/platform/packages/platform-client/components/InfoBar/InfoBar.module.css/#css-module-data */
769
814
  ._InfoBar_kchdj_1 {
770
815
  border: 1px solid var(--puck-color-grey-10);
771
816
  border-radius: 8px;
@@ -788,7 +833,7 @@ p {
788
833
  font-weight: 600;
789
834
  }
790
835
 
791
- /* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/Inline/Inline.module.css/#css-module-data */
836
+ /* css-module:/home/runner/work/platform/platform/packages/platform-client/components/Inline/Inline.module.css/#css-module-data */
792
837
  ._Inline_6o5on_3 {
793
838
  display: block;
794
839
  }
@@ -828,7 +873,7 @@ p {
828
873
  flex-grow: 1;
829
874
  }
830
875
 
831
- /* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/Link/Link.module.css/#css-module-data */
876
+ /* css-module:/home/runner/work/platform/platform/packages/platform-client/components/Link/Link.module.css/#css-module-data */
832
877
  ._Link_1j70m_1 {
833
878
  color: var(--puck-color-azure-04);
834
879
  text-decoration: none;
@@ -837,14 +882,90 @@ p {
837
882
  color: var(--puck-color-azure-05);
838
883
  }
839
884
 
840
- /* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/Page/Page.module.css/#css-module-data */
841
- ._Page_7w485_1 {
885
+ /* css-module:/home/runner/work/platform/platform/packages/platform-client/components/Menu/styles.module.css/#css-module-data */
886
+ ._Menu_1tu16_1 {
887
+ display: flex;
888
+ position: relative;
889
+ }
890
+ ._Menu-content_1tu16_6 {
891
+ outline: none;
892
+ z-index: 1;
893
+ }
894
+ ._Menu-sections_1tu16_11 {
895
+ background-color: white;
896
+ border: 1px solid var(--puck-color-grey-09);
897
+ border-radius: 8px;
898
+ box-sizing: border-box;
899
+ box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
900
+ min-width: 128px;
901
+ padding-bottom: 4px;
902
+ padding-top: 4px;
903
+ }
904
+ ._Menu-action_1tu16_22 {
905
+ background: none;
906
+ border: none;
907
+ margin-left: auto;
908
+ padding: 0;
909
+ }
910
+ ._Menu-action_1tu16_22:hover:not(:disabled) {
911
+ cursor: pointer;
912
+ opacity: 0.8;
913
+ }
914
+ ._Menu-action_1tu16_22:disabled {
915
+ cursor: not-allowed;
916
+ opacity: 0.5;
917
+ }
918
+ ._Menu-action_1tu16_22:focus-visible {
919
+ outline: 2px solid var(--puck-color-azure-05);
920
+ outline-offset: 2px;
921
+ }
922
+ ._Menu-list_1tu16_44 {
923
+ list-style: none;
924
+ margin: 0;
925
+ padding: 0;
926
+ }
927
+ ._Menu-list_1tu16_44 + ._Menu-list_1tu16_44 {
928
+ border-top: 1px solid var(--puck-color-grey-09);
929
+ margin-top: 4px;
930
+ }
931
+ ._Menu-item_1tu16_55 {
932
+ align-items: center;
933
+ background: none;
934
+ border: none;
935
+ box-sizing: border-box;
936
+ color: var(--puck-color-grey-02);
937
+ display: flex;
938
+ font-size: var(--puck-font-size-xxs);
939
+ font-weight: 500;
940
+ gap: 8px;
941
+ padding: 8px 12px;
942
+ text-align: start;
943
+ text-decoration: none;
944
+ white-space: nowrap;
945
+ width: 100%;
946
+ }
947
+ a._Menu-item_1tu16_55,
948
+ button._Menu-item_1tu16_55 {
949
+ cursor: pointer;
950
+ }
951
+ a._Menu-item_1tu16_55:hover,
952
+ button._Menu-item_1tu16_55:hover {
953
+ background-color: var(--puck-color-azure-11);
954
+ color: var(--puck-color-azure-04);
955
+ }
956
+ ._Menu-item--disabled_1tu16_83 {
957
+ cursor: not-allowed;
958
+ opacity: 0.5;
959
+ }
960
+
961
+ /* css-module:/home/runner/work/platform/platform/packages/platform-client/components/Page/Page.module.css/#css-module-data */
962
+ ._Page_nkzj9_1 {
842
963
  display: flex;
843
964
  flex-direction: column;
844
965
  height: 100%;
845
- overflow: visible;
966
+ overflow: hidden;
846
967
  }
847
- ._Page-masthead_7w485_8 {
968
+ ._Page-masthead_nkzj9_8 {
848
969
  align-items: center;
849
970
  display: flex;
850
971
  gap: 16px;
@@ -853,50 +974,50 @@ p {
853
974
  border-bottom: 1px solid var(--puck-color-grey-10);
854
975
  min-height: 64px;
855
976
  }
856
- ._Page-crumbs_7w485_18 {
977
+ ._Page-crumbs_nkzj9_18 {
857
978
  display: flex;
858
979
  gap: 32px;
859
980
  }
860
- ._Page-crumb_7w485_18 {
981
+ ._Page-crumb_nkzj9_18 {
861
982
  color: var(--puck-color-grey-05);
862
983
  position: relative;
863
984
  white-space: nowrap;
864
985
  }
865
- ._Page-crumbLink_7w485_29 {
986
+ ._Page-crumbLink_nkzj9_29 {
866
987
  color: var(--puck-color-grey-05);
867
988
  text-decoration: none;
868
989
  }
869
- ._Page-crumbLink_7w485_29:hover {
990
+ ._Page-crumbLink_nkzj9_29:hover {
870
991
  color: var(--puck-color-azure-04);
871
992
  }
872
- ._Page-crumb_7w485_18:last-of-type {
993
+ ._Page-crumb_nkzj9_18:last-of-type {
873
994
  color: var(--puck-color-grey-01);
874
995
  font-weight: 600;
875
996
  }
876
- ._Page-crumb_7w485_18::before {
997
+ ._Page-crumb_nkzj9_18::before {
877
998
  position: absolute;
878
999
  content: "/";
879
1000
  left: -19px;
880
1001
  color: var(--puck-color-grey-09);
881
1002
  font-weight: 400;
882
1003
  }
883
- ._Page-crumb_7w485_18:first-of-type::before {
1004
+ ._Page-crumb_nkzj9_18:first-of-type::before {
884
1005
  display: none;
885
1006
  }
886
- ._Page-crumb_7w485_18 {
1007
+ ._Page-crumb_nkzj9_18 {
887
1008
  color: var(--puck-color-grey-05);
888
1009
  position: relative;
889
1010
  text-decoration: none;
890
1011
  }
891
- ._Page-actions_7w485_61 {
1012
+ ._Page-actions_nkzj9_61 {
892
1013
  margin-left: auto;
893
1014
  }
894
- ._Page-footer_7w485_65 {
1015
+ ._Page-footer_nkzj9_65 {
895
1016
  border-top: 1px solid var(--puck-color-grey-10);
896
1017
  padding: 16px 24px;
897
1018
  }
898
1019
 
899
- /* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/Pagination/Pagination.module.css/#css-module-data */
1020
+ /* css-module:/home/runner/work/platform/platform/packages/platform-client/components/Pagination/Pagination.module.css/#css-module-data */
900
1021
  ._Pagination_1okv2_1 {
901
1022
  align-items: baseline;
902
1023
  display: flex;
@@ -924,7 +1045,7 @@ p {
924
1045
  color: var(--puck-color-grey-05);
925
1046
  }
926
1047
 
927
- /* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/PlanGrid/styles.module.css/#css-module-data */
1048
+ /* css-module:/home/runner/work/platform/platform/packages/platform-client/components/PlanGrid/styles.module.css/#css-module-data */
928
1049
  ._PlanGrid--loading_97rn7_1 {
929
1050
  opacity: 0;
930
1051
  }
@@ -952,7 +1073,7 @@ p {
952
1073
  font-weight: 500;
953
1074
  }
954
1075
 
955
- /* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/PlanCard/styles.module.css/#css-module-data */
1076
+ /* css-module:/home/runner/work/platform/platform/packages/platform-client/components/PlanCard/styles.module.css/#css-module-data */
956
1077
  ._PlanCard_16zmu_1 {
957
1078
  border: 1px solid var(--puck-color-grey-09);
958
1079
  border-radius: 16px;
@@ -1136,7 +1257,7 @@ p {
1136
1257
  grid-auto-flow: column;
1137
1258
  }
1138
1259
 
1139
- /* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/Section/Section.module.css/#css-module-data */
1260
+ /* css-module:/home/runner/work/platform/platform/packages/platform-client/components/Section/Section.module.css/#css-module-data */
1140
1261
  ._Section-inner_1uwo0_1 {
1141
1262
  margin-left: auto;
1142
1263
  margin-right: auto;
@@ -1154,11 +1275,12 @@ p {
1154
1275
  max-width: unset;
1155
1276
  }
1156
1277
 
1157
- /* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/Tag/Tag.module.css/#css-module-data */
1158
- ._Tag_1baze_1 {
1278
+ /* css-module:/home/runner/work/platform/platform/packages/platform-client/components/Tag/Tag.module.css/#css-module-data */
1279
+ ._Tag_s2h0n_1 {
1159
1280
  align-items: center;
1160
- display: inline-flex;
1281
+ display: flex;
1161
1282
  text-transform: uppercase;
1283
+ font-family: var(--puck-font-family-monospaced);
1162
1284
  font-weight: 600;
1163
1285
  font-size: var(--puck-font-size-xxxs);
1164
1286
  gap: 6px;
@@ -1167,34 +1289,38 @@ p {
1167
1289
  color: var(--puck-color-grey-05);
1168
1290
  padding: 4px 8px;
1169
1291
  white-space: nowrap;
1292
+ line-height: 1;
1170
1293
  position: relative;
1171
1294
  z-index: 0;
1172
1295
  }
1173
- ._Tag--colorBlue_1baze_19 {
1296
+ ._Tag--borderless_s2h0n_21 {
1297
+ border: none;
1298
+ }
1299
+ ._Tag--colorBlue_s2h0n_25 {
1174
1300
  color: var(--puck-color-azure-05);
1175
1301
  }
1176
- ._Tag--colorGreen_1baze_23 {
1302
+ ._Tag--colorGreen_s2h0n_29 {
1177
1303
  color: var(--puck-color-green-06);
1178
1304
  }
1179
- ._Tag--colorRed_1baze_27 {
1305
+ ._Tag--colorRed_s2h0n_33 {
1180
1306
  color: var(--puck-color-red-04);
1181
1307
  }
1182
- ._Tag--colorMuted_1baze_31 {
1308
+ ._Tag--colorMuted_s2h0n_37 {
1183
1309
  color: var(--puck-color-grey-06);
1184
1310
  }
1185
- ._Tag-sprite_1baze_35 {
1311
+ ._Tag-sprite_s2h0n_41 {
1186
1312
  display: flex;
1187
1313
  }
1188
- ._Tag--pulse_1baze_39 {
1189
- ._Tag-sprite_1baze_35 {
1314
+ ._Tag--pulse_s2h0n_45 {
1315
+ ._Tag-sprite_s2h0n_41 {
1190
1316
  background: currentColor;
1191
1317
  border-radius: 50%;
1192
1318
  height: 5px;
1193
1319
  position: relative;
1194
1320
  width: 5px;
1195
1321
  }
1196
- ._Tag-sprite_1baze_35::before {
1197
- animation: _pulse_1baze_1 1s 0s infinite alternate;
1322
+ ._Tag-sprite_s2h0n_41::before {
1323
+ animation: _pulse_s2h0n_1 1s 0s infinite alternate;
1198
1324
  animation-fill-mode: both;
1199
1325
  background-color: color-mix(in srgb, currentColor 25%, transparent);
1200
1326
  border-radius: 50%;
@@ -1208,7 +1334,7 @@ p {
1208
1334
  z-index: -1;
1209
1335
  }
1210
1336
  }
1211
- @keyframes _pulse_1baze_1 {
1337
+ @keyframes _pulse_s2h0n_1 {
1212
1338
  0% {
1213
1339
  transform: scale(1);
1214
1340
  }
@@ -1216,8 +1342,11 @@ p {
1216
1342
  transform: scale(2);
1217
1343
  }
1218
1344
  }
1345
+ ._Tag-label_s2h0n_79 {
1346
+ margin-top: 1px;
1347
+ }
1219
1348
 
1220
- /* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/Table/Table.module.css/#css-module-data */
1349
+ /* css-module:/home/runner/work/platform/platform/packages/platform-client/components/Table/Table.module.css/#css-module-data */
1221
1350
  ._Table_o345u_1 {
1222
1351
  color: black;
1223
1352
  display: flex;
@@ -1317,39 +1446,56 @@ p {
1317
1446
  background-color: var(--puck-color-grey-12);
1318
1447
  }
1319
1448
 
1320
- /* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/VerticalSpace/VerticalSpace.module.css/#css-module-data */
1321
- ._VerticalSpace_1tjaw_1 {
1322
- padding-top: 16px;
1449
+ /* css-module:/home/runner/work/platform/platform/packages/platform-client/components/VerticalSpace/VerticalSpace.module.css/#css-module-data */
1450
+ ._VerticalSpace_16t6j_1 {
1451
+ padding-top: 24px;
1323
1452
  }
1324
- ._VerticalSpace--size4_1tjaw_5 {
1453
+ ._VerticalSpace--size4_16t6j_5 {
1325
1454
  padding-top: 4px;
1326
1455
  }
1327
- ._VerticalSpace--size8_1tjaw_9 {
1456
+ ._VerticalSpace--size8_16t6j_9 {
1328
1457
  padding-top: 8px;
1329
1458
  }
1330
- ._VerticalSpace--size16_1tjaw_13 {
1459
+ ._VerticalSpace--size16_16t6j_13 {
1331
1460
  padding-top: 16px;
1332
1461
  }
1333
- ._VerticalSpace--size32_1tjaw_17 {
1462
+ ._VerticalSpace--size32_16t6j_17 {
1334
1463
  padding-top: 32px;
1335
1464
  }
1336
- ._VerticalSpace--size40_1tjaw_21 {
1465
+ ._VerticalSpace--size40_16t6j_21 {
1337
1466
  padding-top: 40px;
1338
1467
  }
1339
- ._VerticalSpace--size48_1tjaw_25 {
1468
+ ._VerticalSpace--size48_16t6j_25 {
1340
1469
  padding-top: 48px;
1341
1470
  }
1342
- ._VerticalSpace--size56_1tjaw_29 {
1471
+ ._VerticalSpace--size56_16t6j_29 {
1343
1472
  padding-top: 56px;
1344
1473
  }
1345
- ._VerticalSpace--size96_1tjaw_33 {
1474
+ ._VerticalSpace--size96_16t6j_33 {
1346
1475
  padding-top: 96px;
1347
1476
  }
1348
- ._VerticalSpace--size128_1tjaw_37 {
1477
+ ._VerticalSpace--size128_16t6j_37 {
1349
1478
  padding-top: 128px;
1350
1479
  }
1480
+ @media (max-width: 767px) {
1481
+ ._VerticalSpace--size40_16t6j_21 {
1482
+ padding-top: 40px;
1483
+ }
1484
+ ._VerticalSpace--size48_16t6j_25 {
1485
+ padding-top: 48px;
1486
+ }
1487
+ ._VerticalSpace--size56_16t6j_29 {
1488
+ padding-top: 56px;
1489
+ }
1490
+ ._VerticalSpace--size96_16t6j_33 {
1491
+ padding-top: 72px;
1492
+ }
1493
+ ._VerticalSpace--size128_16t6j_37 {
1494
+ padding-top: 96px;
1495
+ }
1496
+ }
1351
1497
 
1352
- /* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/Viewport/styles.module.css/#css-module-data */
1498
+ /* css-module:/home/runner/work/platform/platform/packages/platform-client/components/Viewport/styles.module.css/#css-module-data */
1353
1499
  ._Viewport_1vvhm_3 {
1354
1500
  }
1355
1501
  ._Viewport--standard_1vvhm_6,
@@ -1384,8 +1530,8 @@ p {
1384
1530
  }
1385
1531
  }
1386
1532
 
1387
- /* css-module:/home/runner/work/puck-platform/puck-platform/packages/plugin-ai/src/components/ChatBody/styles.module.css/#css-module-data */
1388
- ._Chat_8hszl_1 {
1533
+ /* css-module:/home/runner/work/platform/platform/packages/plugin-ai/src/components/ChatBody/styles.module.css/#css-module-data */
1534
+ ._Chat_1uttr_1 {
1389
1535
  --fade-size: 32px;
1390
1536
  --chat-background-color: white;
1391
1537
  display: flex;
@@ -1395,46 +1541,46 @@ p {
1395
1541
  overflow: hidden;
1396
1542
  }
1397
1543
  @media (min-width: 638px) {
1398
- ._Chat_8hszl_1 {
1544
+ ._Chat_1uttr_1 {
1399
1545
  max-height: none;
1400
1546
  }
1401
1547
  }
1402
- ._Chat-inner_8hszl_17 {
1548
+ ._Chat-inner_1uttr_17 {
1403
1549
  background-color: var(--chat-background-color);
1404
1550
  display: flex;
1405
1551
  flex-direction: column;
1406
1552
  max-height: 100%;
1407
1553
  position: relative;
1408
1554
  }
1409
- ._Chat--hasMessages_8hszl_25 ._Chat-inner_8hszl_17 {
1555
+ ._Chat--hasMessages_1uttr_25 ._Chat-inner_1uttr_17 {
1410
1556
  padding-top: 0;
1411
1557
  }
1412
- ._Chat_8hszl_1:not(._Chat--hasChildren_8hszl_29) ._Chat-inner_8hszl_17 {
1558
+ ._Chat_1uttr_1:not(._Chat--hasChildren_1uttr_29) ._Chat-inner_1uttr_17 {
1413
1559
  height: 100%;
1414
1560
  padding-top: 0;
1415
1561
  }
1416
- ._Chat--hasMessages_8hszl_25 ._Chat-messages_8hszl_34 {
1562
+ ._Chat--hasMessages_1uttr_25 ._Chat-messages_1uttr_34 {
1417
1563
  display: flex;
1418
1564
  flex-direction: column-reverse;
1419
1565
  padding: 16px;
1420
1566
  overflow: auto;
1421
1567
  }
1422
- ._Chat-form_8hszl_41 {
1568
+ ._Chat-form_1uttr_41 {
1423
1569
  background-color: white;
1424
1570
  padding: 16px;
1425
1571
  }
1426
- ._Chat--hideInput_8hszl_46 ._Chat-form_8hszl_41 {
1572
+ ._Chat--hideInput_1uttr_46 ._Chat-form_1uttr_41 {
1427
1573
  display: none;
1428
1574
  }
1429
- ._Chat--hasMessages_8hszl_25 ._Chat-form_8hszl_41 {
1575
+ ._Chat--hasMessages_1uttr_25 ._Chat-form_1uttr_41 {
1430
1576
  border-top: 1px solid var(--puck-color-grey-09);
1431
1577
  }
1432
1578
  @media (min-width: 638px) {
1433
- ._Chat-form_8hszl_41 {
1579
+ ._Chat-form_1uttr_41 {
1434
1580
  border-top: 1px solid var(--puck-color-grey-09);
1435
1581
  }
1436
1582
  }
1437
- ._Chat-formHelper_8hszl_60 {
1583
+ ._Chat-formHelper_1uttr_60 {
1438
1584
  align-items: center;
1439
1585
  display: flex;
1440
1586
  color: var(--puck-color-grey-04);
@@ -1443,11 +1589,11 @@ p {
1443
1589
  gap: 8px;
1444
1590
  padding-bottom: 12px;
1445
1591
  }
1446
- ._Chat--hasMessages_8hszl_25 ._Chat-formHelper_8hszl_60 {
1592
+ ._Chat--hasMessages_1uttr_25 ._Chat-formHelper_1uttr_60 {
1447
1593
  opacity: 0;
1448
1594
  transition: opacity 250ms ease-in;
1449
1595
  }
1450
- ._Chat-examplePrompts_8hszl_75 {
1596
+ ._Chat-examplePrompts_1uttr_75 {
1451
1597
  align-items: center;
1452
1598
  display: flex;
1453
1599
  flex-wrap: nowrap;
@@ -1456,7 +1602,7 @@ p {
1456
1602
  width: 100%;
1457
1603
  overflow-x: auto;
1458
1604
  }
1459
- ._Chat-examplePrompt_8hszl_75 {
1605
+ ._Chat-examplePrompt_1uttr_75 {
1460
1606
  align-items: center;
1461
1607
  background: white;
1462
1608
  border: 1px solid var(--puck-color-grey-09);
@@ -1469,107 +1615,161 @@ p {
1469
1615
  padding: 6px 12px;
1470
1616
  text-wrap: nowrap;
1471
1617
  }
1472
- ._Chat-examplePrompt_8hszl_75:hover {
1618
+ ._Chat-examplePrompt_1uttr_75:hover {
1473
1619
  background: var(--puck-color-azure-11);
1474
1620
  border-color: var(--puck-color-azure-08);
1475
1621
  color: var(--puck-color-azure-04);
1476
1622
  }
1477
- ._Chat-examplePromptArrow_8hszl_105 {
1623
+ ._Chat-examplePromptArrow_1uttr_105 {
1478
1624
  display: flex;
1479
1625
  margin-left: auto;
1480
1626
  }
1481
- ._Chat-default_8hszl_110 {
1627
+ ._Chat-default_1uttr_110 {
1482
1628
  overflow-y: auto;
1483
1629
  flex-grow: 1;
1484
1630
  }
1485
- ._Chat--hasMessages_8hszl_25 ._Chat-default_8hszl_110 {
1631
+ ._Chat--hasMessages_1uttr_25 ._Chat-default_1uttr_110 {
1486
1632
  opacity: 0;
1487
1633
  padding: 0;
1488
1634
  pointer-events: none;
1489
1635
  transition: opacity 250ms ease-in;
1490
1636
  }
1491
- ._Chat--hasMessages_8hszl_25 {
1637
+ ._Chat--hasMessages_1uttr_25 {
1492
1638
  background-color: white;
1493
1639
  transition: background-color 250ms ease-in;
1494
1640
  }
1495
- ._ChatMessage_8hszl_127 {
1641
+ ._ChatMessage_1uttr_127 {
1496
1642
  font-size: var(--puck-font-size-xs);
1497
1643
  line-height: var(--line-height-s);
1498
1644
  overflow-wrap: break-word;
1499
1645
  }
1500
- ._ChatMessage--userRole_8hszl_133 ._ChatMessage-text_8hszl_133 {
1646
+ ._ChatMessage--userRole_1uttr_133 ._ChatMessage-userBubble_1uttr_133 {
1501
1647
  background: var(--puck-color-azure-10);
1502
1648
  border-radius: 16px;
1503
1649
  color: var(--puck-color-grey-03);
1650
+ display: flex;
1651
+ flex-direction: column;
1652
+ gap: 8px;
1504
1653
  margin-left: 24px;
1505
1654
  margin-bottom: 8px;
1506
1655
  margin-top: 8px;
1507
1656
  padding: 12px 16px;
1508
1657
  }
1509
- ._ChatMessage_8hszl_127 ul,
1510
- ._ChatMessage_8hszl_127 ol {
1658
+ ._ChatMessage-userAttachments_1uttr_146 {
1659
+ display: flex;
1660
+ flex-wrap: wrap;
1661
+ gap: 6px;
1662
+ }
1663
+ ._ChatMessage-thumbnail_1uttr_152 {
1664
+ align-items: center;
1665
+ background: var(--puck-color-grey-12);
1666
+ border: 1px solid var(--puck-color-grey-09);
1667
+ border-radius: 8px;
1668
+ color: var(--puck-color-grey-04);
1669
+ display: flex;
1670
+ flex-shrink: 0;
1671
+ flex-wrap: wrap;
1672
+ height: 92px;
1673
+ justify-content: center;
1674
+ overflow: hidden;
1675
+ position: relative;
1676
+ text-decoration: none;
1677
+ width: 92px;
1678
+ }
1679
+ ._ChatMessage-thumbnail_1uttr_152:hover {
1680
+ border-color: var(--puck-color-azure-08);
1681
+ color: var(--puck-color-azure-04);
1682
+ opacity: 0.6;
1683
+ }
1684
+ ._ChatMessage-thumbnail_1uttr_152 img {
1685
+ display: block;
1686
+ height: 100%;
1687
+ object-fit: cover;
1688
+ width: 100%;
1689
+ }
1690
+ ._ChatMessage-thumbnailLabel_1uttr_182 {
1691
+ background: var(--puck-color-grey-12);
1692
+ border-top: 1px solid var(--puck-color-grey-09);
1693
+ bottom: 0;
1694
+ box-sizing: border-box;
1695
+ color: var(--puck-color-grey-06);
1696
+ display: block;
1697
+ font-size: var(--puck-font-size-xxxs);
1698
+ font-weight: 400;
1699
+ left: 0;
1700
+ line-height: 1.2;
1701
+ overflow: hidden;
1702
+ padding: 2px 6px;
1703
+ position: absolute;
1704
+ right: 0;
1705
+ text-align: center;
1706
+ text-overflow: ellipsis;
1707
+ white-space: nowrap;
1708
+ }
1709
+ ._ChatMessage_1uttr_127 ul,
1710
+ ._ChatMessage_1uttr_127 ol {
1511
1711
  list-style: decimal;
1512
1712
  margin: 0;
1513
1713
  margin-bottom: 12px;
1514
1714
  margin-top: 12px;
1515
1715
  padding-left: 32px;
1516
1716
  }
1517
- ._ChatMessage_8hszl_127 li {
1717
+ ._ChatMessage_1uttr_127 li {
1518
1718
  margin-bottom: 8px;
1519
1719
  margin-top: 8px;
1520
1720
  padding-left: 8px;
1521
1721
  }
1522
- ._ChatMessage_8hszl_127 h1,
1523
- ._ChatMessage_8hszl_127 h2,
1524
- ._ChatMessage_8hszl_127 h3,
1525
- ._ChatMessage_8hszl_127 h4,
1526
- ._ChatMessage_8hszl_127 h5,
1527
- ._ChatMessage_8hszl_127 h6 {
1722
+ ._ChatMessage_1uttr_127 h1,
1723
+ ._ChatMessage_1uttr_127 h2,
1724
+ ._ChatMessage_1uttr_127 h3,
1725
+ ._ChatMessage_1uttr_127 h4,
1726
+ ._ChatMessage_1uttr_127 h5,
1727
+ ._ChatMessage_1uttr_127 h6 {
1528
1728
  font-weight: 600;
1529
1729
  }
1530
- ._ChatMessage_8hszl_127 h1 {
1730
+ ._ChatMessage_1uttr_127 h1 {
1531
1731
  font-size: var(--puck-font-l);
1532
1732
  }
1533
- ._ChatMessage_8hszl_127 h2 {
1733
+ ._ChatMessage_1uttr_127 h2 {
1534
1734
  font-size: var(--puck-font-m);
1535
1735
  }
1536
- ._ChatMessage_8hszl_127 h3 {
1736
+ ._ChatMessage_1uttr_127 h3 {
1537
1737
  font-size: var(--puck-font-m);
1538
1738
  }
1539
- ._ChatMessage_8hszl_127 h4 {
1739
+ ._ChatMessage_1uttr_127 h4 {
1540
1740
  font-size: var(--puck-font-s);
1541
1741
  }
1542
- ._ChatMessage_8hszl_127 h5 {
1742
+ ._ChatMessage_1uttr_127 h5 {
1543
1743
  font-size: var(--puck-font-xs);
1544
1744
  }
1545
- ._ChatMessage_8hszl_127 h6 {
1745
+ ._ChatMessage_1uttr_127 h6 {
1546
1746
  font-size: var(--puck-font-xm);
1547
1747
  }
1548
- ._ChatMessage_8hszl_127 p {
1748
+ ._ChatMessage_1uttr_127 p {
1549
1749
  margin-bottom: 8px;
1550
1750
  margin-top: 8px;
1551
1751
  }
1552
- ._ChatMessage--userRole_8hszl_133 ._ChatMessage-text_8hszl_133 > *:first-of-type {
1752
+ ._ChatMessage--userRole_1uttr_133 ._ChatMessage-text_1uttr_255 > *:first-of-type {
1553
1753
  margin-top: 0px;
1554
1754
  }
1555
- ._ChatMessage--userRole_8hszl_133 ._ChatMessage-text_8hszl_133 > *:last-of-type {
1755
+ ._ChatMessage--userRole_1uttr_133 ._ChatMessage-text_1uttr_255 > *:last-of-type {
1556
1756
  margin-bottom: 0px;
1557
1757
  }
1558
- ._ChatMessage_8hszl_127 a {
1758
+ ._ChatMessage_1uttr_127 a {
1559
1759
  color: var(--puck-color-azure-04);
1560
1760
  font-weight: 600;
1561
1761
  text-decoration: none;
1562
1762
  }
1563
- ._ChatMessage_8hszl_127 a:hover {
1763
+ ._ChatMessage_1uttr_127 a:hover {
1564
1764
  color: var(--puck-color-azure-05);
1565
1765
  }
1566
- ._ChatMessage_8hszl_127 hr {
1766
+ ._ChatMessage_1uttr_127 hr {
1567
1767
  border-top: none;
1568
1768
  border-bottom-color: var(--puck-color-grey-09);
1569
1769
  margin-bottom: 16px;
1570
1770
  margin-top: 16px;
1571
1771
  }
1572
- ._ChatMessage_8hszl_127 blockquote {
1772
+ ._ChatMessage_1uttr_127 blockquote {
1573
1773
  margin-bottom: 8px;
1574
1774
  margin-top: 8px;
1575
1775
  margin-left: 0;
@@ -1578,7 +1778,7 @@ p {
1578
1778
  padding-bottom: 2px;
1579
1779
  padding-top: 2px;
1580
1780
  }
1581
- ._ChatMessage-data_8hszl_231 {
1781
+ ._ChatMessage-data_1uttr_290 {
1582
1782
  background: var(--puck-color-grey-12);
1583
1783
  border: 1px solid var(--puck-color-grey-08);
1584
1784
  border-radius: 16px;
@@ -1588,19 +1788,53 @@ p {
1588
1788
  margin-top: 12px;
1589
1789
  padding: 12px 16px;
1590
1790
  }
1591
- ._ChatMessage-dataInner_8hszl_242 {
1791
+ ._ChatMessage-dataInner_1uttr_301 {
1592
1792
  align-items: center;
1593
1793
  display: flex;
1594
1794
  gap: 8px;
1595
1795
  }
1596
- ._ChatMessage-dataIcon_8hszl_248 {
1796
+ ._ChatMessage-dataIcon_1uttr_307 {
1597
1797
  display: flex;
1598
1798
  }
1599
- ._Chat-loader_8hszl_252 {
1799
+ ._ChatMessage-attachmentImage_1uttr_311 {
1800
+ margin-bottom: 12px;
1801
+ margin-top: 12px;
1802
+ margin-right: 24px;
1803
+ }
1804
+ ._ChatMessage-attachmentImage_1uttr_311 a {
1805
+ display: inline-block;
1806
+ }
1807
+ ._ChatMessage-attachmentImage_1uttr_311 img {
1808
+ border: 1px solid var(--puck-color-grey-09);
1809
+ border-radius: 16px;
1810
+ display: block;
1811
+ max-width: min(100%, 280px);
1812
+ }
1813
+ ._ChatMessage-attachmentFile_1uttr_328 {
1814
+ margin-bottom: 12px;
1815
+ margin-top: 12px;
1816
+ margin-right: 24px;
1817
+ }
1818
+ ._ChatMessage-attachmentFile_1uttr_328 a {
1819
+ align-items: center;
1820
+ background: var(--puck-color-grey-12);
1821
+ border: 1px solid var(--puck-color-grey-08);
1822
+ border-radius: 999px;
1823
+ color: var(--puck-color-grey-04);
1824
+ display: inline-flex;
1825
+ gap: 8px;
1826
+ padding: 8px 12px;
1827
+ text-decoration: none;
1828
+ }
1829
+ ._ChatMessage-attachmentFile_1uttr_328 a:hover {
1830
+ border-color: var(--puck-color-azure-08);
1831
+ color: var(--puck-color-azure-04);
1832
+ }
1833
+ ._Chat-loader_1uttr_351 {
1600
1834
  padding: 16px;
1601
1835
  padding-top: 0;
1602
1836
  }
1603
- ._Chat-error_8hszl_257 {
1837
+ ._Chat-error_1uttr_356 {
1604
1838
  align-items: center;
1605
1839
  display: flex;
1606
1840
  gap: 8px;
@@ -1608,140 +1842,72 @@ p {
1608
1842
  margin: 16px;
1609
1843
  margin-top: 0;
1610
1844
  }
1611
- ._Chat-errorLabel_8hszl_266 {
1845
+ ._Chat-errorLabel_1uttr_365 {
1612
1846
  color: var(--puck-color-red-04);
1613
1847
  }
1614
- ._Chat-errorAction_8hszl_270 {
1848
+ ._Chat-errorAction_1uttr_369 {
1615
1849
  margin-left: auto;
1616
1850
  }
1617
- ._Chat-planGroup_8hszl_274 {
1618
- background: var(--puck-color-grey-12);
1619
- border: 1px solid var(--puck-color-grey-09);
1620
- border-radius: 16px;
1621
- margin-block: 8px;
1622
- margin-bottom: 12px;
1623
- overflow: hidden;
1624
- }
1625
- ._Chat-planGroupHeader_8hszl_283 {
1626
- color: var(--puck-color-grey-02);
1627
- background: var(--puck-color-grey-11);
1628
- padding: 8px 12px;
1629
- border-bottom: 1px solid var(--puck-color-grey-09);
1630
- font-weight: 600;
1631
- font-size: var(--puck-font-size-xxs);
1632
- }
1633
- ._Chat-planGroupFooter_8hszl_292 {
1634
- color: var(--puck-color-grey-02);
1635
- background: var(--puck-color-grey-11);
1851
+ ._Chat-userError_1uttr_373 {
1852
+ align-items: center;
1853
+ color: var(--puck-color-red-04);
1636
1854
  display: flex;
1637
- flex-direction: row-reverse;
1638
- padding: 8px 12px;
1639
- border-top: 1px solid var(--puck-color-grey-09);
1640
- font-weight: 600;
1641
1855
  font-size: var(--puck-font-size-xxs);
1642
- }
1643
- ._Chat-planSummary_8hszl_303 {
1644
- color: var(--puck-color-grey-02);
1645
- display: flex;
1646
- justify-content: space-between;
1647
1856
  gap: 8px;
1648
- align-items: flex-end;
1649
- }
1650
- ._Chat-planSummaryIcon_8hszl_311 {
1651
- transition: ease-out 150ms;
1857
+ padding: 0 16px;
1858
+ padding-bottom: 8px;
1652
1859
  }
1653
- ._Chat-plan_8hszl_274[open] ._Chat-planSummaryIcon_8hszl_311 {
1654
- transform: rotate(180deg);
1655
- }
1656
- ._Chat-planSummary_8hszl_303:hover {
1657
- color: var(--puck-color-azure-04);
1860
+ ._Chat-userErrorDismiss_1uttr_383 {
1861
+ all: unset;
1658
1862
  cursor: pointer;
1659
- }
1660
- ._Chat-planPath_8hszl_324 {
1661
- font-weight: 600;
1662
- font-size: var(--puck-font-size-xxxs);
1663
- opacity: 0.8;
1664
- }
1665
- ._Chat-planHeader_8hszl_330 {
1666
1863
  display: flex;
1667
- justify-content: space-between;
1668
- gap: 8px;
1864
+ flex-shrink: 0;
1865
+ opacity: 0.6;
1669
1866
  }
1670
- ._Chat-planTitle_8hszl_336 {
1671
- font-weight: 600;
1672
- font-size: var(--puck-font-size-xs);
1673
- }
1674
- ._Chat-planPrompt_8hszl_341 {
1675
- color: var(--puck-color-grey-03);
1676
- font-size: var(--puck-font-size-xxs);
1677
- margin-top: 4px;
1678
- }
1679
- ._Chat-planStatus_8hszl_347 {
1680
- margin-left: auto;
1681
- }
1682
- ._Chat-plan_8hszl_274 {
1683
- border-bottom: 1px solid var(--puck-color-grey-09);
1684
- padding: 8px 12px;
1685
- }
1686
- ._Chat-plan_8hszl_274:last-of-type {
1687
- border-bottom: 0;
1688
- }
1689
- ._Chat-planSummary_8hszl_303 {
1690
- list-style: none;
1691
- }
1692
- ._Chat-planSummary_8hszl_303::-webkit-details-marker {
1693
- display: none;
1694
- }
1695
- ._Chat-textStatus_8hszl_368 {
1696
- background-color: var(--puck-color-grey-04);
1697
- background-image:
1698
- linear-gradient(
1699
- 110deg,
1700
- var(--puck-color-grey-04) 0%,
1701
- var(--puck-color-grey-08) 50%,
1702
- var(--puck-color-grey-04) 100%);
1703
- background-size: 40% 100%;
1704
- background-position: 100% 0;
1705
- background-repeat: no-repeat;
1706
- -webkit-background-clip: text;
1707
- background-clip: text;
1708
- color: transparent;
1709
- -webkit-text-fill-color: transparent;
1710
- animation: _Chat-textStatusShimmer_8hszl_1 1.4s linear infinite;
1711
- font-weight: 500;
1712
- margin-top: 4px;
1713
- }
1714
- @keyframes _Chat-textStatusShimmer_8hszl_1 {
1715
- from {
1716
- background-position: -100% 100%;
1717
- }
1867
+ ._Chat-userErrorDismiss_1uttr_383:hover {
1868
+ opacity: 1;
1718
1869
  }
1719
- @media (prefers-reduced-motion: reduce) {
1720
- ._Chat-textStatus_8hszl_368 {
1721
- animation: none;
1722
- background-image: none;
1723
- color: var(--puck-color-grey-03);
1724
- -webkit-text-fill-color: currentColor;
1725
- }
1870
+ ._Chat-userErrorDismiss_1uttr_383:focus-visible {
1871
+ border-radius: 4px;
1872
+ outline: 2px solid var(--puck-color-azure-04);
1873
+ opacity: 1;
1726
1874
  }
1727
1875
 
1728
- /* css-module:/home/runner/work/puck-platform/puck-platform/packages/plugin-ai/src/components/PromptForm/styles.module.css/#css-module-data */
1729
- ._PromptForm_1r4kq_1 {
1876
+ /* css-module:/home/runner/work/platform/platform/packages/plugin-ai/src/components/PromptForm/styles.module.css/#css-module-data */
1877
+ ._PromptForm_139qj_1 {
1730
1878
  --radius: 9px;
1731
1879
  background-color: var(--puck-color-grey-09);
1732
1880
  border-radius: var(--radius);
1881
+ position: relative;
1733
1882
  width: 100%;
1734
1883
  }
1735
- ._PromptForm-inner_1r4kq_8 {
1884
+ ._PromptForm-dropOverlay_139qj_9 {
1885
+ align-items: center;
1886
+ background: var(--puck-color-azure-12);
1887
+ border: 2px dashed var(--puck-color-azure-04);
1888
+ border-radius: var(--radius);
1889
+ color: var(--puck-color-azure-04);
1890
+ display: flex;
1891
+ flex-direction: column;
1892
+ font-size: var(--puck-font-size-xs);
1893
+ font-weight: 500;
1894
+ gap: 8px;
1895
+ inset: 0;
1896
+ justify-content: center;
1897
+ pointer-events: none;
1898
+ position: absolute;
1899
+ z-index: 10;
1900
+ }
1901
+ ._PromptForm-inner_139qj_27 {
1736
1902
  border-radius: var(--radius);
1737
1903
  padding: 1px;
1738
1904
  position: relative;
1739
1905
  }
1740
- ._PromptForm--dark_1r4kq_14 {
1906
+ ._PromptForm--dark_139qj_33 {
1741
1907
  background-color: var(--puck-color-grey-02);
1742
1908
  box-shadow: none;
1743
1909
  }
1744
- ._PromptForm--glow_1r4kq_19 ._PromptForm-glow_1r4kq_19 {
1910
+ ._PromptForm--glow_139qj_38 ._PromptForm-glow_139qj_38 {
1745
1911
  border: 2px solid transparent;
1746
1912
  border-radius: var(--radius);
1747
1913
  mask: linear-gradient(transparent, transparent), linear-gradient(white, white);
@@ -1751,7 +1917,7 @@ p {
1751
1917
  pointer-events: none;
1752
1918
  inset: 0;
1753
1919
  }
1754
- ._PromptForm--glow_1r4kq_19 ._PromptForm-glow_1r4kq_19::after {
1920
+ ._PromptForm--glow_139qj_38 ._PromptForm-glow_139qj_38::after {
1755
1921
  background:
1756
1922
  radial-gradient(
1757
1923
  circle at center,
@@ -1760,30 +1926,30 @@ p {
1760
1926
  content: "";
1761
1927
  offset-path: rect(0 100% 100% 0 round 200px);
1762
1928
  offset-anchor: calc(var(--anchor) * 1%) 50%;
1763
- animation: _loop_1r4kq_1 9s infinite linear;
1929
+ animation: _loop_139qj_1 9s infinite linear;
1764
1930
  position: absolute;
1765
1931
  height: 312px;
1766
1932
  aspect-ratio: 1 / 1;
1767
1933
  display: inline-block;
1768
1934
  }
1769
- ._PromptForm--dark_1r4kq_14._PromptForm--glow_1r4kq_19 ._PromptForm-glow_1r4kq_19::after {
1935
+ ._PromptForm--dark_139qj_33._PromptForm--glow_139qj_38 ._PromptForm-glow_139qj_38::after {
1770
1936
  background:
1771
1937
  radial-gradient(
1772
1938
  circle at center,
1773
1939
  var(--puck-color-azure-08),
1774
1940
  transparent 50%);
1775
1941
  }
1776
- @keyframes _loop_1r4kq_1 {
1942
+ @keyframes _loop_139qj_1 {
1777
1943
  to {
1778
1944
  offset-distance: 100%;
1779
1945
  }
1780
1946
  }
1781
- ._PromptForm-formInner_1r4kq_60 {
1947
+ ._PromptForm-formInner_139qj_79 {
1782
1948
  background-color: white;
1783
1949
  border-radius: 8px;
1784
1950
  position: relative;
1785
1951
  }
1786
- ._PromptForm-input_1r4kq_66 {
1952
+ ._PromptForm-input_139qj_85 {
1787
1953
  background-color: transparent;
1788
1954
  border: none;
1789
1955
  display: block;
@@ -1800,21 +1966,21 @@ p {
1800
1966
  width: 100%;
1801
1967
  box-sizing: border-box;
1802
1968
  }
1803
- ._PromptForm-input_1r4kq_66:focus {
1969
+ ._PromptForm-input_139qj_85:focus {
1804
1970
  outline: none;
1805
1971
  }
1806
- ._PromptForm-formInner_1r4kq_60:has(._PromptForm-input_1r4kq_66:focus) {
1972
+ ._PromptForm-formInner_139qj_79:has(._PromptForm-input_139qj_85:focus) {
1807
1973
  outline: 2px solid var(--puck-color-azure-04);
1808
1974
  }
1809
- ._PromptForm--dark_1r4kq_14 ._PromptForm-input_1r4kq_66 {
1975
+ ._PromptForm--dark_139qj_33 ._PromptForm-input_139qj_85 {
1810
1976
  background-color: var(--puck-color-grey-01);
1811
1977
  color: var(--puck-color-grey-08);
1812
1978
  }
1813
- ._PromptForm--disabled_1r4kq_97 ._PromptForm-input_1r4kq_66 {
1979
+ ._PromptForm--disabled_139qj_116 ._PromptForm-input_139qj_85 {
1814
1980
  background-color: var(--puck-color-grey-12);
1815
1981
  cursor: not-allowed;
1816
1982
  }
1817
- ._PromptForm-helper_1r4kq_102 {
1983
+ ._PromptForm-helper_139qj_121 {
1818
1984
  align-items: center;
1819
1985
  color: var(--puck-color-grey-04);
1820
1986
  display: flex;
@@ -1823,7 +1989,7 @@ p {
1823
1989
  font-weight: 500;
1824
1990
  padding: 6px 12px;
1825
1991
  }
1826
- ._PromptForm-actions_1r4kq_112 {
1992
+ ._PromptForm-actions_139qj_131 {
1827
1993
  align-items: flex-end;
1828
1994
  cursor: text;
1829
1995
  display: flex;
@@ -1833,17 +1999,19 @@ p {
1833
1999
  right: 0;
1834
2000
  padding: 6px;
1835
2001
  }
1836
- ._PromptForm-actionsLeft_1r4kq_123 {
2002
+ ._PromptForm-actionsLeft_139qj_142 {
1837
2003
  align-items: center;
1838
2004
  cursor: auto;
1839
2005
  display: flex;
1840
- padding-left: 8px;
2006
+ flex-wrap: wrap;
2007
+ gap: 6px;
2008
+ padding-left: 4px;
1841
2009
  }
1842
- ._PromptForm-actionsRight_1r4kq_130 {
2010
+ ._PromptForm-actionsRight_139qj_151 {
1843
2011
  cursor: auto;
1844
2012
  margin-left: auto;
1845
2013
  }
1846
- ._PromptForm-actionSubmit_1r4kq_135 {
2014
+ ._PromptForm-actionSubmit_139qj_156 {
1847
2015
  background: var(--puck-color-azure-04);
1848
2016
  border-radius: 48px;
1849
2017
  color: white;
@@ -1856,17 +2024,75 @@ p {
1856
2024
  pointer-events: auto;
1857
2025
  cursor: pointer;
1858
2026
  }
1859
- ._PromptForm--userCta_1r4kq_149 ._PromptForm-actionSubmit_1r4kq_135 {
2027
+ ._PromptForm--userCta_139qj_170 ._PromptForm-actionSubmit_139qj_156 {
1860
2028
  padding: 8px 12px;
1861
2029
  }
1862
- ._PromptForm-actionSubmit_1r4kq_135:hover {
2030
+ ._PromptForm-actionSubmit_139qj_156:hover {
1863
2031
  background: var(--puck-color-azure-05);
1864
2032
  }
1865
- ._PromptForm--isDisabled_1r4kq_157 ._PromptForm-actionSubmit_1r4kq_135 {
2033
+ ._PromptForm-actionSubmit_139qj_156:focus {
2034
+ outline: 2px solid var(--puck-color-azure-04);
2035
+ outline-offset: 2px;
2036
+ }
2037
+ ._PromptForm--isDisabled_139qj_183 ._PromptForm-actionSubmit_139qj_156 {
1866
2038
  background-color: var(--puck-color-grey-06);
1867
2039
  cursor: not-allowed;
1868
2040
  }
1869
- ._PromptForm--isLoading_1r4kq_162 ._PromptForm-actionSubmit_1r4kq_135 {
2041
+ ._PromptForm--isLoading_139qj_188 ._PromptForm-actionSubmit_139qj_156 {
1870
2042
  background-color: var(--puck-color-azure-06);
1871
2043
  cursor: not-allowed;
1872
2044
  }
2045
+ ._PromptForm-attachments_139qj_193 {
2046
+ display: flex;
2047
+ flex-wrap: wrap;
2048
+ gap: 8px;
2049
+ padding: 8px 12px;
2050
+ padding-bottom: 0px;
2051
+ }
2052
+ ._PromptForm-attachmentChip_139qj_201 {
2053
+ align-items: center;
2054
+ background: var(--puck-color-grey-12);
2055
+ border: 1px solid var(--puck-color-grey-09);
2056
+ border-radius: 999px;
2057
+ color: var(--puck-color-grey-05);
2058
+ display: inline-flex;
2059
+ font-size: var(--puck-font-size-xxxs);
2060
+ gap: 6px;
2061
+ max-width: 100%;
2062
+ overflow: hidden;
2063
+ padding: 4px 8px;
2064
+ text-overflow: ellipsis;
2065
+ }
2066
+ ._PromptForm-attachmentChipUploading_139qj_216 {
2067
+ color: var(--puck-color-grey-05);
2068
+ }
2069
+ ._PromptForm-attachmentChipFailed_139qj_220 {
2070
+ border-color: var(--puck-color-red-08);
2071
+ color: var(--puck-color-red-04);
2072
+ }
2073
+ ._PromptForm-attachmentError_139qj_225 {
2074
+ color: var(--puck-color-red-04);
2075
+ font-size: var(--puck-font-size-xxxs);
2076
+ }
2077
+ ._PromptForm-attachmentSpinner_139qj_230 {
2078
+ animation: _PromptForm-attachmentSpin_139qj_230 1s linear infinite;
2079
+ }
2080
+ ._PromptForm-attachmentRemove_139qj_234 {
2081
+ align-items: center;
2082
+ background: transparent;
2083
+ border: 0;
2084
+ color: inherit;
2085
+ cursor: pointer;
2086
+ display: inline-flex;
2087
+ margin-left: 2px;
2088
+ padding: 0;
2089
+ }
2090
+ ._PromptForm-attachmentRemove_139qj_234:focus-visible {
2091
+ border-radius: 4px;
2092
+ outline: 2px solid var(--puck-color-azure-04);
2093
+ }
2094
+ @keyframes _PromptForm-attachmentSpin_139qj_230 {
2095
+ to {
2096
+ transform: rotate(360deg);
2097
+ }
2098
+ }