@puckeditor/plugin-ai 0.6.1-canary.f665bfc7 → 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_1sk6w_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,85 +325,84 @@ p {
287
325
  white-space: nowrap;
288
326
  margin: 0;
289
327
  }
290
- ._Button_1sk6w_1:hover,
291
- ._Button_1sk6w_1:active {
328
+ ._Button_1tog0_1:hover,
329
+ ._Button_1tog0_1:active {
292
330
  transition: none;
293
331
  }
294
- ._Button_1sk6w_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_1sk6w_34 {
336
+ ._Button--medium_1tog0_34 {
299
337
  min-height: 34px;
300
338
  padding-bottom: 7px;
301
339
  padding-left: 15px;
302
340
  padding-right: 15px;
303
341
  padding-top: 7px;
304
342
  }
305
- ._Button--large_1sk6w_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--brand_1sk6w_49 {
349
+ ._Button--brand_1tog0_49 {
312
350
  background-image:
313
351
  linear-gradient(
314
352
  210deg,
315
353
  var(--puck-color-azure-01) 0%,
316
- var(--puck-color-azure-03) 40%,
317
- var(--puck-color-red-05) 100%);
354
+ var(--puck-color-azure-03) 30%,
355
+ var(--puck-color-red-05) 130%);
318
356
  border: none;
319
- border-radius: 48px;
320
357
  }
321
358
  @media (hover: hover) and (pointer: fine) {
322
- ._Button--brand_1sk6w_49:hover {
359
+ ._Button--brand_1tog0_49:hover {
323
360
  opacity: 0.8;
324
361
  }
325
362
  }
326
- ._Button--brand_1sk6w_49:active {
363
+ ._Button--brand_1tog0_49:active {
327
364
  opacity: 0.8;
328
365
  }
329
- ._Button--primary_1sk6w_70 {
366
+ ._Button--primary_1tog0_69 {
330
367
  background: var(--puck-color-azure-04);
331
368
  }
332
369
  @media (hover: hover) and (pointer: fine) {
333
- ._Button--primary_1sk6w_70:hover {
370
+ ._Button--primary_1tog0_69:hover {
334
371
  background-color: var(--puck-color-azure-03);
335
372
  }
336
373
  }
337
- ._Button--primary_1sk6w_70:active {
374
+ ._Button--primary_1tog0_69:active {
338
375
  background-color: var(--puck-color-azure-02);
339
376
  }
340
- ._Button--secondary_1sk6w_84 {
377
+ ._Button--secondary_1tog0_83 {
341
378
  border: 1px solid currentColor;
342
379
  color: currentColor;
343
380
  }
344
381
  @media (hover: hover) and (pointer: fine) {
345
- ._Button--secondary_1sk6w_84:hover {
382
+ ._Button--secondary_1tog0_83:hover {
346
383
  background-color: var(--puck-color-azure-12);
347
384
  color: var(--puck-color-black);
348
385
  }
349
386
  }
350
- ._Button--secondary_1sk6w_84:active {
387
+ ._Button--secondary_1tog0_83:active {
351
388
  background-color: var(--puck-color-azure-11);
352
389
  color: var(--puck-color-black);
353
390
  }
354
- ._Button--danger_1sk6w_101 {
391
+ ._Button--danger_1tog0_100 {
355
392
  background: var(--puck-color-red-04);
356
393
  }
357
394
  @media (hover: hover) and (pointer: fine) {
358
- ._Button--danger_1sk6w_101:hover {
395
+ ._Button--danger_1tog0_100:hover {
359
396
  background-color: var(--puck-color-red-03);
360
397
  }
361
398
  }
362
- ._Button--danger_1sk6w_101:active {
399
+ ._Button--danger_1tog0_100:active {
363
400
  background-color: var(--puck-color-red-02);
364
401
  }
365
- ._Button--flush_1sk6w_115 {
402
+ ._Button--flush_1tog0_114 {
366
403
  border-radius: 0;
367
404
  }
368
- ._Button--ghost_1sk6w_119 {
405
+ ._Button--ghost_1tog0_118 {
369
406
  align-items: center;
370
407
  background-color: transparent;
371
408
  border: none;
@@ -374,30 +411,30 @@ p {
374
411
  display: flex;
375
412
  }
376
413
  @media (hover: hover) and (pointer: fine) {
377
- ._Button--ghost_1sk6w_119:hover {
414
+ ._Button--ghost_1tog0_118:hover {
378
415
  background-color: var(--puck-color-grey-11);
379
416
  color: var(--puck-color-azure-04);
380
417
  cursor: pointer;
381
418
  }
382
419
  }
383
- ._Button--disabled_1sk6w_136,
384
- ._Button--disabled_1sk6w_136:hover,
385
- ._Button--secondary_1sk6w_84._Button--disabled_1sk6w_136,
386
- ._Button--secondary_1sk6w_84._Button--disabled_1sk6w_136:hover {
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 {
387
424
  background-color: var(--puck-color-grey-12);
388
425
  border-color: var(--puck-color-grey-08);
389
426
  color: var(--puck-color-grey-07);
390
427
  cursor: not-allowed;
391
428
  }
392
- ._Button--fullWidth_1sk6w_146 {
429
+ ._Button--fullWidth_1tog0_145 {
393
430
  justify-content: center;
394
431
  width: 100%;
395
432
  }
396
- ._Button-spinner_1sk6w_151 {
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 {
429
467
  font-weight: 700;
430
468
  }
431
- ._Heading--xxxxl_qkzg9_11 {
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 {
476
+ font-weight: 700;
477
+ }
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,7 +882,7 @@ 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/Menu/styles.module.css/#css-module-data */
885
+ /* css-module:/home/runner/work/platform/platform/packages/platform-client/components/Menu/styles.module.css/#css-module-data */
841
886
  ._Menu_1tu16_1 {
842
887
  display: flex;
843
888
  position: relative;
@@ -913,7 +958,7 @@ button._Menu-item_1tu16_55:hover {
913
958
  opacity: 0.5;
914
959
  }
915
960
 
916
- /* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/Page/Page.module.css/#css-module-data */
961
+ /* css-module:/home/runner/work/platform/platform/packages/platform-client/components/Page/Page.module.css/#css-module-data */
917
962
  ._Page_nkzj9_1 {
918
963
  display: flex;
919
964
  flex-direction: column;
@@ -972,7 +1017,7 @@ button._Menu-item_1tu16_55:hover {
972
1017
  padding: 16px 24px;
973
1018
  }
974
1019
 
975
- /* 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 */
976
1021
  ._Pagination_1okv2_1 {
977
1022
  align-items: baseline;
978
1023
  display: flex;
@@ -1000,7 +1045,7 @@ button._Menu-item_1tu16_55:hover {
1000
1045
  color: var(--puck-color-grey-05);
1001
1046
  }
1002
1047
 
1003
- /* 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 */
1004
1049
  ._PlanGrid--loading_97rn7_1 {
1005
1050
  opacity: 0;
1006
1051
  }
@@ -1028,7 +1073,7 @@ button._Menu-item_1tu16_55:hover {
1028
1073
  font-weight: 500;
1029
1074
  }
1030
1075
 
1031
- /* 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 */
1032
1077
  ._PlanCard_16zmu_1 {
1033
1078
  border: 1px solid var(--puck-color-grey-09);
1034
1079
  border-radius: 16px;
@@ -1212,7 +1257,7 @@ button._Menu-item_1tu16_55:hover {
1212
1257
  grid-auto-flow: column;
1213
1258
  }
1214
1259
 
1215
- /* 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 */
1216
1261
  ._Section-inner_1uwo0_1 {
1217
1262
  margin-left: auto;
1218
1263
  margin-right: auto;
@@ -1230,7 +1275,7 @@ button._Menu-item_1tu16_55:hover {
1230
1275
  max-width: unset;
1231
1276
  }
1232
1277
 
1233
- /* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/Tag/Tag.module.css/#css-module-data */
1278
+ /* css-module:/home/runner/work/platform/platform/packages/platform-client/components/Tag/Tag.module.css/#css-module-data */
1234
1279
  ._Tag_s2h0n_1 {
1235
1280
  align-items: center;
1236
1281
  display: flex;
@@ -1301,7 +1346,7 @@ button._Menu-item_1tu16_55:hover {
1301
1346
  margin-top: 1px;
1302
1347
  }
1303
1348
 
1304
- /* 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 */
1305
1350
  ._Table_o345u_1 {
1306
1351
  color: black;
1307
1352
  display: flex;
@@ -1401,39 +1446,56 @@ button._Menu-item_1tu16_55:hover {
1401
1446
  background-color: var(--puck-color-grey-12);
1402
1447
  }
1403
1448
 
1404
- /* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/VerticalSpace/VerticalSpace.module.css/#css-module-data */
1405
- ._VerticalSpace_1tjaw_1 {
1406
- 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;
1407
1452
  }
1408
- ._VerticalSpace--size4_1tjaw_5 {
1453
+ ._VerticalSpace--size4_16t6j_5 {
1409
1454
  padding-top: 4px;
1410
1455
  }
1411
- ._VerticalSpace--size8_1tjaw_9 {
1456
+ ._VerticalSpace--size8_16t6j_9 {
1412
1457
  padding-top: 8px;
1413
1458
  }
1414
- ._VerticalSpace--size16_1tjaw_13 {
1459
+ ._VerticalSpace--size16_16t6j_13 {
1415
1460
  padding-top: 16px;
1416
1461
  }
1417
- ._VerticalSpace--size32_1tjaw_17 {
1462
+ ._VerticalSpace--size32_16t6j_17 {
1418
1463
  padding-top: 32px;
1419
1464
  }
1420
- ._VerticalSpace--size40_1tjaw_21 {
1465
+ ._VerticalSpace--size40_16t6j_21 {
1421
1466
  padding-top: 40px;
1422
1467
  }
1423
- ._VerticalSpace--size48_1tjaw_25 {
1468
+ ._VerticalSpace--size48_16t6j_25 {
1424
1469
  padding-top: 48px;
1425
1470
  }
1426
- ._VerticalSpace--size56_1tjaw_29 {
1471
+ ._VerticalSpace--size56_16t6j_29 {
1427
1472
  padding-top: 56px;
1428
1473
  }
1429
- ._VerticalSpace--size96_1tjaw_33 {
1474
+ ._VerticalSpace--size96_16t6j_33 {
1430
1475
  padding-top: 96px;
1431
1476
  }
1432
- ._VerticalSpace--size128_1tjaw_37 {
1477
+ ._VerticalSpace--size128_16t6j_37 {
1433
1478
  padding-top: 128px;
1434
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
+ }
1435
1497
 
1436
- /* 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 */
1437
1499
  ._Viewport_1vvhm_3 {
1438
1500
  }
1439
1501
  ._Viewport--standard_1vvhm_6,
@@ -1468,8 +1530,8 @@ button._Menu-item_1tu16_55:hover {
1468
1530
  }
1469
1531
  }
1470
1532
 
1471
- /* css-module:/home/runner/work/puck-platform/puck-platform/packages/plugin-ai/src/components/ChatBody/styles.module.css/#css-module-data */
1472
- ._Chat_1njo2_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 {
1473
1535
  --fade-size: 32px;
1474
1536
  --chat-background-color: white;
1475
1537
  display: flex;
@@ -1479,46 +1541,46 @@ button._Menu-item_1tu16_55:hover {
1479
1541
  overflow: hidden;
1480
1542
  }
1481
1543
  @media (min-width: 638px) {
1482
- ._Chat_1njo2_1 {
1544
+ ._Chat_1uttr_1 {
1483
1545
  max-height: none;
1484
1546
  }
1485
1547
  }
1486
- ._Chat-inner_1njo2_17 {
1548
+ ._Chat-inner_1uttr_17 {
1487
1549
  background-color: var(--chat-background-color);
1488
1550
  display: flex;
1489
1551
  flex-direction: column;
1490
1552
  max-height: 100%;
1491
1553
  position: relative;
1492
1554
  }
1493
- ._Chat--hasMessages_1njo2_25 ._Chat-inner_1njo2_17 {
1555
+ ._Chat--hasMessages_1uttr_25 ._Chat-inner_1uttr_17 {
1494
1556
  padding-top: 0;
1495
1557
  }
1496
- ._Chat_1njo2_1:not(._Chat--hasChildren_1njo2_29) ._Chat-inner_1njo2_17 {
1558
+ ._Chat_1uttr_1:not(._Chat--hasChildren_1uttr_29) ._Chat-inner_1uttr_17 {
1497
1559
  height: 100%;
1498
1560
  padding-top: 0;
1499
1561
  }
1500
- ._Chat--hasMessages_1njo2_25 ._Chat-messages_1njo2_34 {
1562
+ ._Chat--hasMessages_1uttr_25 ._Chat-messages_1uttr_34 {
1501
1563
  display: flex;
1502
1564
  flex-direction: column-reverse;
1503
1565
  padding: 16px;
1504
1566
  overflow: auto;
1505
1567
  }
1506
- ._Chat-form_1njo2_41 {
1568
+ ._Chat-form_1uttr_41 {
1507
1569
  background-color: white;
1508
1570
  padding: 16px;
1509
1571
  }
1510
- ._Chat--hideInput_1njo2_46 ._Chat-form_1njo2_41 {
1572
+ ._Chat--hideInput_1uttr_46 ._Chat-form_1uttr_41 {
1511
1573
  display: none;
1512
1574
  }
1513
- ._Chat--hasMessages_1njo2_25 ._Chat-form_1njo2_41 {
1575
+ ._Chat--hasMessages_1uttr_25 ._Chat-form_1uttr_41 {
1514
1576
  border-top: 1px solid var(--puck-color-grey-09);
1515
1577
  }
1516
1578
  @media (min-width: 638px) {
1517
- ._Chat-form_1njo2_41 {
1579
+ ._Chat-form_1uttr_41 {
1518
1580
  border-top: 1px solid var(--puck-color-grey-09);
1519
1581
  }
1520
1582
  }
1521
- ._Chat-formHelper_1njo2_60 {
1583
+ ._Chat-formHelper_1uttr_60 {
1522
1584
  align-items: center;
1523
1585
  display: flex;
1524
1586
  color: var(--puck-color-grey-04);
@@ -1527,11 +1589,11 @@ button._Menu-item_1tu16_55:hover {
1527
1589
  gap: 8px;
1528
1590
  padding-bottom: 12px;
1529
1591
  }
1530
- ._Chat--hasMessages_1njo2_25 ._Chat-formHelper_1njo2_60 {
1592
+ ._Chat--hasMessages_1uttr_25 ._Chat-formHelper_1uttr_60 {
1531
1593
  opacity: 0;
1532
1594
  transition: opacity 250ms ease-in;
1533
1595
  }
1534
- ._Chat-examplePrompts_1njo2_75 {
1596
+ ._Chat-examplePrompts_1uttr_75 {
1535
1597
  align-items: center;
1536
1598
  display: flex;
1537
1599
  flex-wrap: nowrap;
@@ -1540,7 +1602,7 @@ button._Menu-item_1tu16_55:hover {
1540
1602
  width: 100%;
1541
1603
  overflow-x: auto;
1542
1604
  }
1543
- ._Chat-examplePrompt_1njo2_75 {
1605
+ ._Chat-examplePrompt_1uttr_75 {
1544
1606
  align-items: center;
1545
1607
  background: white;
1546
1608
  border: 1px solid var(--puck-color-grey-09);
@@ -1553,107 +1615,161 @@ button._Menu-item_1tu16_55:hover {
1553
1615
  padding: 6px 12px;
1554
1616
  text-wrap: nowrap;
1555
1617
  }
1556
- ._Chat-examplePrompt_1njo2_75:hover {
1618
+ ._Chat-examplePrompt_1uttr_75:hover {
1557
1619
  background: var(--puck-color-azure-11);
1558
1620
  border-color: var(--puck-color-azure-08);
1559
1621
  color: var(--puck-color-azure-04);
1560
1622
  }
1561
- ._Chat-examplePromptArrow_1njo2_105 {
1623
+ ._Chat-examplePromptArrow_1uttr_105 {
1562
1624
  display: flex;
1563
1625
  margin-left: auto;
1564
1626
  }
1565
- ._Chat-default_1njo2_110 {
1627
+ ._Chat-default_1uttr_110 {
1566
1628
  overflow-y: auto;
1567
1629
  flex-grow: 1;
1568
1630
  }
1569
- ._Chat--hasMessages_1njo2_25 ._Chat-default_1njo2_110 {
1631
+ ._Chat--hasMessages_1uttr_25 ._Chat-default_1uttr_110 {
1570
1632
  opacity: 0;
1571
1633
  padding: 0;
1572
1634
  pointer-events: none;
1573
1635
  transition: opacity 250ms ease-in;
1574
1636
  }
1575
- ._Chat--hasMessages_1njo2_25 {
1637
+ ._Chat--hasMessages_1uttr_25 {
1576
1638
  background-color: white;
1577
1639
  transition: background-color 250ms ease-in;
1578
1640
  }
1579
- ._ChatMessage_1njo2_127 {
1641
+ ._ChatMessage_1uttr_127 {
1580
1642
  font-size: var(--puck-font-size-xs);
1581
1643
  line-height: var(--line-height-s);
1582
1644
  overflow-wrap: break-word;
1583
1645
  }
1584
- ._ChatMessage--userRole_1njo2_133 ._ChatMessage-text_1njo2_133 {
1646
+ ._ChatMessage--userRole_1uttr_133 ._ChatMessage-userBubble_1uttr_133 {
1585
1647
  background: var(--puck-color-azure-10);
1586
1648
  border-radius: 16px;
1587
1649
  color: var(--puck-color-grey-03);
1650
+ display: flex;
1651
+ flex-direction: column;
1652
+ gap: 8px;
1588
1653
  margin-left: 24px;
1589
1654
  margin-bottom: 8px;
1590
1655
  margin-top: 8px;
1591
1656
  padding: 12px 16px;
1592
1657
  }
1593
- ._ChatMessage_1njo2_127 ul,
1594
- ._ChatMessage_1njo2_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 {
1595
1711
  list-style: decimal;
1596
1712
  margin: 0;
1597
1713
  margin-bottom: 12px;
1598
1714
  margin-top: 12px;
1599
1715
  padding-left: 32px;
1600
1716
  }
1601
- ._ChatMessage_1njo2_127 li {
1717
+ ._ChatMessage_1uttr_127 li {
1602
1718
  margin-bottom: 8px;
1603
1719
  margin-top: 8px;
1604
1720
  padding-left: 8px;
1605
1721
  }
1606
- ._ChatMessage_1njo2_127 h1,
1607
- ._ChatMessage_1njo2_127 h2,
1608
- ._ChatMessage_1njo2_127 h3,
1609
- ._ChatMessage_1njo2_127 h4,
1610
- ._ChatMessage_1njo2_127 h5,
1611
- ._ChatMessage_1njo2_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 {
1612
1728
  font-weight: 600;
1613
1729
  }
1614
- ._ChatMessage_1njo2_127 h1 {
1730
+ ._ChatMessage_1uttr_127 h1 {
1615
1731
  font-size: var(--puck-font-l);
1616
1732
  }
1617
- ._ChatMessage_1njo2_127 h2 {
1733
+ ._ChatMessage_1uttr_127 h2 {
1618
1734
  font-size: var(--puck-font-m);
1619
1735
  }
1620
- ._ChatMessage_1njo2_127 h3 {
1736
+ ._ChatMessage_1uttr_127 h3 {
1621
1737
  font-size: var(--puck-font-m);
1622
1738
  }
1623
- ._ChatMessage_1njo2_127 h4 {
1739
+ ._ChatMessage_1uttr_127 h4 {
1624
1740
  font-size: var(--puck-font-s);
1625
1741
  }
1626
- ._ChatMessage_1njo2_127 h5 {
1742
+ ._ChatMessage_1uttr_127 h5 {
1627
1743
  font-size: var(--puck-font-xs);
1628
1744
  }
1629
- ._ChatMessage_1njo2_127 h6 {
1745
+ ._ChatMessage_1uttr_127 h6 {
1630
1746
  font-size: var(--puck-font-xm);
1631
1747
  }
1632
- ._ChatMessage_1njo2_127 p {
1748
+ ._ChatMessage_1uttr_127 p {
1633
1749
  margin-bottom: 8px;
1634
1750
  margin-top: 8px;
1635
1751
  }
1636
- ._ChatMessage--userRole_1njo2_133 ._ChatMessage-text_1njo2_133 > *:first-of-type {
1752
+ ._ChatMessage--userRole_1uttr_133 ._ChatMessage-text_1uttr_255 > *:first-of-type {
1637
1753
  margin-top: 0px;
1638
1754
  }
1639
- ._ChatMessage--userRole_1njo2_133 ._ChatMessage-text_1njo2_133 > *:last-of-type {
1755
+ ._ChatMessage--userRole_1uttr_133 ._ChatMessage-text_1uttr_255 > *:last-of-type {
1640
1756
  margin-bottom: 0px;
1641
1757
  }
1642
- ._ChatMessage_1njo2_127 a {
1758
+ ._ChatMessage_1uttr_127 a {
1643
1759
  color: var(--puck-color-azure-04);
1644
1760
  font-weight: 600;
1645
1761
  text-decoration: none;
1646
1762
  }
1647
- ._ChatMessage_1njo2_127 a:hover {
1763
+ ._ChatMessage_1uttr_127 a:hover {
1648
1764
  color: var(--puck-color-azure-05);
1649
1765
  }
1650
- ._ChatMessage_1njo2_127 hr {
1766
+ ._ChatMessage_1uttr_127 hr {
1651
1767
  border-top: none;
1652
1768
  border-bottom-color: var(--puck-color-grey-09);
1653
1769
  margin-bottom: 16px;
1654
1770
  margin-top: 16px;
1655
1771
  }
1656
- ._ChatMessage_1njo2_127 blockquote {
1772
+ ._ChatMessage_1uttr_127 blockquote {
1657
1773
  margin-bottom: 8px;
1658
1774
  margin-top: 8px;
1659
1775
  margin-left: 0;
@@ -1662,7 +1778,7 @@ button._Menu-item_1tu16_55:hover {
1662
1778
  padding-bottom: 2px;
1663
1779
  padding-top: 2px;
1664
1780
  }
1665
- ._ChatMessage-data_1njo2_231 {
1781
+ ._ChatMessage-data_1uttr_290 {
1666
1782
  background: var(--puck-color-grey-12);
1667
1783
  border: 1px solid var(--puck-color-grey-08);
1668
1784
  border-radius: 16px;
@@ -1672,19 +1788,53 @@ button._Menu-item_1tu16_55:hover {
1672
1788
  margin-top: 12px;
1673
1789
  padding: 12px 16px;
1674
1790
  }
1675
- ._ChatMessage-dataInner_1njo2_242 {
1791
+ ._ChatMessage-dataInner_1uttr_301 {
1676
1792
  align-items: center;
1677
1793
  display: flex;
1678
1794
  gap: 8px;
1679
1795
  }
1680
- ._ChatMessage-dataIcon_1njo2_248 {
1796
+ ._ChatMessage-dataIcon_1uttr_307 {
1681
1797
  display: flex;
1682
1798
  }
1683
- ._Chat-loader_1njo2_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 {
1684
1834
  padding: 16px;
1685
1835
  padding-top: 0;
1686
1836
  }
1687
- ._Chat-error_1njo2_257 {
1837
+ ._Chat-error_1uttr_356 {
1688
1838
  align-items: center;
1689
1839
  display: flex;
1690
1840
  gap: 8px;
@@ -1692,30 +1842,72 @@ button._Menu-item_1tu16_55:hover {
1692
1842
  margin: 16px;
1693
1843
  margin-top: 0;
1694
1844
  }
1695
- ._Chat-errorLabel_1njo2_266 {
1845
+ ._Chat-errorLabel_1uttr_365 {
1696
1846
  color: var(--puck-color-red-04);
1697
1847
  }
1698
- ._Chat-errorAction_1njo2_270 {
1848
+ ._Chat-errorAction_1uttr_369 {
1699
1849
  margin-left: auto;
1700
1850
  }
1851
+ ._Chat-userError_1uttr_373 {
1852
+ align-items: center;
1853
+ color: var(--puck-color-red-04);
1854
+ display: flex;
1855
+ font-size: var(--puck-font-size-xxs);
1856
+ gap: 8px;
1857
+ padding: 0 16px;
1858
+ padding-bottom: 8px;
1859
+ }
1860
+ ._Chat-userErrorDismiss_1uttr_383 {
1861
+ all: unset;
1862
+ cursor: pointer;
1863
+ display: flex;
1864
+ flex-shrink: 0;
1865
+ opacity: 0.6;
1866
+ }
1867
+ ._Chat-userErrorDismiss_1uttr_383:hover {
1868
+ opacity: 1;
1869
+ }
1870
+ ._Chat-userErrorDismiss_1uttr_383:focus-visible {
1871
+ border-radius: 4px;
1872
+ outline: 2px solid var(--puck-color-azure-04);
1873
+ opacity: 1;
1874
+ }
1701
1875
 
1702
- /* css-module:/home/runner/work/puck-platform/puck-platform/packages/plugin-ai/src/components/PromptForm/styles.module.css/#css-module-data */
1703
- ._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 {
1704
1878
  --radius: 9px;
1705
1879
  background-color: var(--puck-color-grey-09);
1706
1880
  border-radius: var(--radius);
1881
+ position: relative;
1707
1882
  width: 100%;
1708
1883
  }
1709
- ._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 {
1710
1902
  border-radius: var(--radius);
1711
1903
  padding: 1px;
1712
1904
  position: relative;
1713
1905
  }
1714
- ._PromptForm--dark_1r4kq_14 {
1906
+ ._PromptForm--dark_139qj_33 {
1715
1907
  background-color: var(--puck-color-grey-02);
1716
1908
  box-shadow: none;
1717
1909
  }
1718
- ._PromptForm--glow_1r4kq_19 ._PromptForm-glow_1r4kq_19 {
1910
+ ._PromptForm--glow_139qj_38 ._PromptForm-glow_139qj_38 {
1719
1911
  border: 2px solid transparent;
1720
1912
  border-radius: var(--radius);
1721
1913
  mask: linear-gradient(transparent, transparent), linear-gradient(white, white);
@@ -1725,7 +1917,7 @@ button._Menu-item_1tu16_55:hover {
1725
1917
  pointer-events: none;
1726
1918
  inset: 0;
1727
1919
  }
1728
- ._PromptForm--glow_1r4kq_19 ._PromptForm-glow_1r4kq_19::after {
1920
+ ._PromptForm--glow_139qj_38 ._PromptForm-glow_139qj_38::after {
1729
1921
  background:
1730
1922
  radial-gradient(
1731
1923
  circle at center,
@@ -1734,30 +1926,30 @@ button._Menu-item_1tu16_55:hover {
1734
1926
  content: "";
1735
1927
  offset-path: rect(0 100% 100% 0 round 200px);
1736
1928
  offset-anchor: calc(var(--anchor) * 1%) 50%;
1737
- animation: _loop_1r4kq_1 9s infinite linear;
1929
+ animation: _loop_139qj_1 9s infinite linear;
1738
1930
  position: absolute;
1739
1931
  height: 312px;
1740
1932
  aspect-ratio: 1 / 1;
1741
1933
  display: inline-block;
1742
1934
  }
1743
- ._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 {
1744
1936
  background:
1745
1937
  radial-gradient(
1746
1938
  circle at center,
1747
1939
  var(--puck-color-azure-08),
1748
1940
  transparent 50%);
1749
1941
  }
1750
- @keyframes _loop_1r4kq_1 {
1942
+ @keyframes _loop_139qj_1 {
1751
1943
  to {
1752
1944
  offset-distance: 100%;
1753
1945
  }
1754
1946
  }
1755
- ._PromptForm-formInner_1r4kq_60 {
1947
+ ._PromptForm-formInner_139qj_79 {
1756
1948
  background-color: white;
1757
1949
  border-radius: 8px;
1758
1950
  position: relative;
1759
1951
  }
1760
- ._PromptForm-input_1r4kq_66 {
1952
+ ._PromptForm-input_139qj_85 {
1761
1953
  background-color: transparent;
1762
1954
  border: none;
1763
1955
  display: block;
@@ -1774,21 +1966,21 @@ button._Menu-item_1tu16_55:hover {
1774
1966
  width: 100%;
1775
1967
  box-sizing: border-box;
1776
1968
  }
1777
- ._PromptForm-input_1r4kq_66:focus {
1969
+ ._PromptForm-input_139qj_85:focus {
1778
1970
  outline: none;
1779
1971
  }
1780
- ._PromptForm-formInner_1r4kq_60:has(._PromptForm-input_1r4kq_66:focus) {
1972
+ ._PromptForm-formInner_139qj_79:has(._PromptForm-input_139qj_85:focus) {
1781
1973
  outline: 2px solid var(--puck-color-azure-04);
1782
1974
  }
1783
- ._PromptForm--dark_1r4kq_14 ._PromptForm-input_1r4kq_66 {
1975
+ ._PromptForm--dark_139qj_33 ._PromptForm-input_139qj_85 {
1784
1976
  background-color: var(--puck-color-grey-01);
1785
1977
  color: var(--puck-color-grey-08);
1786
1978
  }
1787
- ._PromptForm--disabled_1r4kq_97 ._PromptForm-input_1r4kq_66 {
1979
+ ._PromptForm--disabled_139qj_116 ._PromptForm-input_139qj_85 {
1788
1980
  background-color: var(--puck-color-grey-12);
1789
1981
  cursor: not-allowed;
1790
1982
  }
1791
- ._PromptForm-helper_1r4kq_102 {
1983
+ ._PromptForm-helper_139qj_121 {
1792
1984
  align-items: center;
1793
1985
  color: var(--puck-color-grey-04);
1794
1986
  display: flex;
@@ -1797,7 +1989,7 @@ button._Menu-item_1tu16_55:hover {
1797
1989
  font-weight: 500;
1798
1990
  padding: 6px 12px;
1799
1991
  }
1800
- ._PromptForm-actions_1r4kq_112 {
1992
+ ._PromptForm-actions_139qj_131 {
1801
1993
  align-items: flex-end;
1802
1994
  cursor: text;
1803
1995
  display: flex;
@@ -1807,17 +1999,19 @@ button._Menu-item_1tu16_55:hover {
1807
1999
  right: 0;
1808
2000
  padding: 6px;
1809
2001
  }
1810
- ._PromptForm-actionsLeft_1r4kq_123 {
2002
+ ._PromptForm-actionsLeft_139qj_142 {
1811
2003
  align-items: center;
1812
2004
  cursor: auto;
1813
2005
  display: flex;
1814
- padding-left: 8px;
2006
+ flex-wrap: wrap;
2007
+ gap: 6px;
2008
+ padding-left: 4px;
1815
2009
  }
1816
- ._PromptForm-actionsRight_1r4kq_130 {
2010
+ ._PromptForm-actionsRight_139qj_151 {
1817
2011
  cursor: auto;
1818
2012
  margin-left: auto;
1819
2013
  }
1820
- ._PromptForm-actionSubmit_1r4kq_135 {
2014
+ ._PromptForm-actionSubmit_139qj_156 {
1821
2015
  background: var(--puck-color-azure-04);
1822
2016
  border-radius: 48px;
1823
2017
  color: white;
@@ -1830,17 +2024,75 @@ button._Menu-item_1tu16_55:hover {
1830
2024
  pointer-events: auto;
1831
2025
  cursor: pointer;
1832
2026
  }
1833
- ._PromptForm--userCta_1r4kq_149 ._PromptForm-actionSubmit_1r4kq_135 {
2027
+ ._PromptForm--userCta_139qj_170 ._PromptForm-actionSubmit_139qj_156 {
1834
2028
  padding: 8px 12px;
1835
2029
  }
1836
- ._PromptForm-actionSubmit_1r4kq_135:hover {
2030
+ ._PromptForm-actionSubmit_139qj_156:hover {
1837
2031
  background: var(--puck-color-azure-05);
1838
2032
  }
1839
- ._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 {
1840
2038
  background-color: var(--puck-color-grey-06);
1841
2039
  cursor: not-allowed;
1842
2040
  }
1843
- ._PromptForm--isLoading_1r4kq_162 ._PromptForm-actionSubmit_1r4kq_135 {
2041
+ ._PromptForm--isLoading_139qj_188 ._PromptForm-actionSubmit_139qj_156 {
1844
2042
  background-color: var(--puck-color-azure-06);
1845
2043
  cursor: not-allowed;
1846
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
+ }