@puckeditor/plugin-ai 0.1.0-canary.f87c29b6 → 0.1.0-canary.ff784f5d

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
@@ -234,7 +234,7 @@ p {
234
234
  }
235
235
 
236
236
  /* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/Modal/Modal.module.css/#css-module-data */
237
- ._Modal-background_1bedq_1 {
237
+ ._Modal-background_874yi_1 {
238
238
  align-items: center;
239
239
  display: flex;
240
240
  justify-content: center;
@@ -248,26 +248,24 @@ p {
248
248
  opacity: 0;
249
249
  pointer-events: none;
250
250
  }
251
- ._Modal--visible_1bedq_16 ._Modal-background_1bedq_1 {
251
+ ._Modal--visible_874yi_16 ._Modal-background_874yi_1 {
252
252
  opacity: 1;
253
253
  transition: opacity ease 100ms;
254
254
  pointer-events: auto;
255
255
  }
256
- ._Modal-modal_1bedq_22 {
256
+ ._Modal-modal_874yi_22 {
257
257
  background: white;
258
- border-radius: 16px;
258
+ border-radius: 8px;
259
259
  display: block;
260
- max-height: calc(100vh - 24px);
261
- margin-inline: 24px;
262
- overflow: auto;
260
+ overflow: hidden;
263
261
  }
264
262
 
265
263
  /* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/Button/Button.module.css/#css-module-data */
266
- ._Button_1fon5_1 {
264
+ ._Button_w2ngt_1 {
267
265
  appearance: none;
268
266
  background: none;
269
267
  border: 1px solid transparent;
270
- border-radius: 8px;
268
+ border-radius: 4px;
271
269
  color: var(--puck-color-white);
272
270
  display: inline-flex;
273
271
  align-items: center;
@@ -285,80 +283,69 @@ p {
285
283
  white-space: nowrap;
286
284
  margin: 0;
287
285
  }
288
- ._Button_1fon5_1:hover,
289
- ._Button_1fon5_1:active {
286
+ ._Button_w2ngt_1:hover,
287
+ ._Button_w2ngt_1:active {
290
288
  transition: none;
291
289
  }
292
- ._Button--medium_1fon5_29 {
290
+ ._Button--medium_w2ngt_29 {
293
291
  min-height: 34px;
294
292
  padding-bottom: 7px;
295
293
  padding-left: 19px;
296
294
  padding-right: 19px;
297
295
  padding-top: 7px;
298
296
  }
299
- ._Button--large_1fon5_37 {
297
+ ._Button--large_w2ngt_37 {
300
298
  padding-bottom: 11px;
301
299
  padding-left: 19px;
302
300
  padding-right: 19px;
303
301
  padding-top: 11px;
304
302
  }
305
- ._Button-icon_1fon5_44 {
303
+ ._Button-icon_w2ngt_44 {
306
304
  margin-top: 2px;
307
305
  }
308
- ._Button--primary_1fon5_48 {
306
+ ._Button--primary_w2ngt_48 {
309
307
  background: var(--puck-color-azure-04);
310
308
  }
311
- ._Button_1fon5_1:focus-visible {
309
+ ._Button_w2ngt_1:focus-visible {
312
310
  outline: 2px solid var(--puck-color-azure-05);
313
311
  outline-offset: 2px;
314
312
  }
315
313
  @media (hover: hover) and (pointer: fine) {
316
- ._Button--primary_1fon5_48:hover {
314
+ ._Button--primary_w2ngt_48:hover {
317
315
  background-color: var(--puck-color-azure-03);
318
316
  }
319
317
  }
320
- ._Button--primary_1fon5_48:active {
318
+ ._Button--primary_w2ngt_48:active {
321
319
  background-color: var(--puck-color-azure-02);
322
320
  }
323
- ._Button--secondary_1fon5_67 {
321
+ ._Button--secondary_w2ngt_67 {
324
322
  border: 1px solid currentColor;
325
323
  color: currentColor;
326
324
  }
327
325
  @media (hover: hover) and (pointer: fine) {
328
- ._Button--secondary_1fon5_67:hover {
326
+ ._Button--secondary_w2ngt_67:hover {
329
327
  background-color: var(--puck-color-azure-12);
330
328
  color: var(--puck-color-black);
331
329
  }
332
330
  }
333
- ._Button--secondary_1fon5_67:active {
331
+ ._Button--secondary_w2ngt_67:active {
334
332
  background-color: var(--puck-color-azure-11);
335
333
  color: var(--puck-color-black);
336
334
  }
337
- ._Button--danger_1fon5_84 {
338
- background: var(--puck-color-red-04);
339
- }
340
- @media (hover: hover) and (pointer: fine) {
341
- ._Button--danger_1fon5_84:hover {
342
- background-color: var(--puck-color-red-03);
343
- }
344
- }
345
- ._Button--danger_1fon5_84:active {
346
- background-color: var(--puck-color-red-02);
347
- }
348
- ._Button--flush_1fon5_98 {
335
+ ._Button--flush_w2ngt_84 {
349
336
  border-radius: 0;
350
337
  }
351
- ._Button--disabled_1fon5_102,
352
- ._Button--disabled_1fon5_102:hover {
338
+ ._Button--disabled_w2ngt_88,
339
+ ._Button--disabled_w2ngt_88:hover {
353
340
  background-color: var(--puck-color-grey-09);
354
- color: var(--puck-color-grey-05);
341
+ color: var(--puck-color-grey-03);
355
342
  cursor: not-allowed;
356
343
  }
357
- ._Button--fullWidth_1fon5_109 {
344
+ ._Button--fullWidth_w2ngt_95 {
358
345
  justify-content: center;
359
346
  width: 100%;
360
347
  }
361
- ._Button-spinner_1fon5_114 {
348
+ ._Button-spinner_w2ngt_100 {
362
349
  padding-left: 8px;
363
350
  }
364
351
 
@@ -385,72 +372,43 @@ p {
385
372
  }
386
373
 
387
374
  /* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/Heading/Heading.module.css/#css-module-data */
388
- ._Heading_qkzg9_1 {
375
+ ._Heading_1czuc_1 {
389
376
  display: block;
390
377
  font-weight: 700;
391
378
  margin: 0;
392
379
  }
393
- ._Heading_qkzg9_1 b {
380
+ ._Heading_1czuc_1 b {
394
381
  font-weight: 700;
395
382
  }
396
- ._Heading--xxxxl_qkzg9_11 {
383
+ ._Heading--xxxxl_1czuc_11 {
384
+ font-size: var(--puck-font-size-xxxxl);
385
+ letter-spacing: 0.08ch;
386
+ font-weight: 800;
387
+ }
388
+ ._Heading--xxxl_1czuc_17 {
397
389
  font-size: var(--puck-font-size-xxxl);
398
390
  }
399
- ._Heading--xxxl_qkzg9_15 {
391
+ ._Heading--xxl_1czuc_21 {
400
392
  font-size: var(--puck-font-size-xxl);
401
393
  }
402
- ._Heading--xxl_qkzg9_19 {
394
+ ._Heading--xl_1czuc_25 {
403
395
  font-size: var(--puck-font-size-xl);
404
396
  }
405
- ._Heading--xl_qkzg9_23 {
397
+ ._Heading--l_1czuc_29 {
406
398
  font-size: var(--puck-font-size-l);
407
399
  }
408
- ._Heading--l_qkzg9_27 {
400
+ ._Heading--m_1czuc_33 {
409
401
  font-size: var(--puck-font-size-m);
410
402
  }
411
- ._Heading--m_qkzg9_31 {
403
+ ._Heading--s_1czuc_37 {
412
404
  font-size: var(--puck-font-size-s);
413
405
  }
414
- ._Heading--s_qkzg9_35 {
406
+ ._Heading--xs_1czuc_41 {
415
407
  font-size: var(--puck-font-size-xs);
416
408
  }
417
- ._Heading--xs_qkzg9_39 {
418
- font-size: var(--puck-font-size-xxs);
419
- }
420
- ._Heading--xxs_qkzg9_43 {
409
+ ._Heading--xxs_1czuc_45 {
421
410
  font-size: var(--puck-font-size-xxs);
422
411
  }
423
- @media (min-width: 768px) {
424
- ._Heading--xxxxl_qkzg9_11 {
425
- font-size: var(--puck-font-size-xxxxl);
426
- letter-spacing: 0.08ch;
427
- font-weight: 800;
428
- }
429
- ._Heading--xxxl_qkzg9_15 {
430
- font-size: var(--puck-font-size-xxxl);
431
- }
432
- ._Heading--xxl_qkzg9_19 {
433
- font-size: var(--puck-font-size-xxl);
434
- }
435
- ._Heading--xl_qkzg9_23 {
436
- font-size: var(--puck-font-size-xl);
437
- }
438
- ._Heading--l_qkzg9_27 {
439
- font-size: var(--puck-font-size-l);
440
- }
441
- ._Heading--m_qkzg9_31 {
442
- font-size: var(--puck-font-size-m);
443
- }
444
- ._Heading--s_qkzg9_35 {
445
- font-size: var(--puck-font-size-s);
446
- }
447
- ._Heading--xs_qkzg9_39 {
448
- font-size: var(--puck-font-size-xs);
449
- }
450
- ._Heading--xxs_qkzg9_43 {
451
- font-size: var(--puck-font-size-xxs);
452
- }
453
- }
454
412
 
455
413
  /* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/Align/Align.module.css/#css-module-data */
456
414
  ._Align_oewlu_1 {
@@ -526,126 +484,6 @@ p {
526
484
  color: var(--puck-color-azure-04);
527
485
  }
528
486
 
529
- /* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/Code/Code.module.css/#css-module-data */
530
- ._Code_d4378_1 {
531
- border-radius: 8px;
532
- position: relative;
533
- overflow: hidden;
534
- border: 1px solid var(--puck-color-grey-09);
535
- }
536
- ._Code-body_d4378_8 pre {
537
- margin: 0;
538
- }
539
- ._Code-body_d4378_8 code {
540
- display: block;
541
- font-size: var(--puck-font-size-xs);
542
- padding-block: 16px;
543
- overflow-y: auto;
544
- }
545
- ._Code--light_d4378_19 {
546
- background-color: white;
547
- }
548
- ._Code-body_d4378_8 code > span {
549
- padding-left: 16px;
550
- padding-right: 64px;
551
- }
552
- @media (min-width: 768px) {
553
- ._Code-body_d4378_8 code > span {
554
- padding-right: 16px;
555
- }
556
- }
557
- ._Code-header_d4378_34 {
558
- align-items: center;
559
- background-color: #24292e;
560
- border-bottom: 1px solid var(--puck-color-grey-03);
561
- color: white;
562
- display: flex;
563
- padding-left: 12px;
564
- padding-right: 12px;
565
- overflow-y: auto;
566
- }
567
- ._Code--light_d4378_19 ._Code-header_d4378_34 {
568
- background-color: white;
569
- border-bottom-color: var(--puck-color-grey-09);
570
- color: var(--puck-color-grey-03);
571
- }
572
- ._Code-corner_d4378_51 {
573
- background-color: #24292e80;
574
- border-bottom-left-radius: 4px;
575
- color: white;
576
- display: none;
577
- position: absolute;
578
- padding: 12px 16px;
579
- pointer-events: none;
580
- right: 0;
581
- }
582
- ._Code_d4378_1:hover ._Code-corner_d4378_51 {
583
- display: flex;
584
- }
585
- ._Code--light_d4378_19 ._Code-corner_d4378_51 {
586
- background-color: #ffffff80;
587
- color: var(--puck-color-grey-03);
588
- }
589
- ._Code-actions_d4378_71 {
590
- margin-left: auto;
591
- pointer-events: auto;
592
- }
593
- ._Code--lineNumbers_d4378_76 ._Code-body_d4378_8 code {
594
- counter-reset: step;
595
- counter-increment: step 0;
596
- }
597
- ._Code--lineNumbers_d4378_76 ._Code-body_d4378_8 code .line::before {
598
- content: counter(step);
599
- counter-increment: step;
600
- width: 1rem;
601
- margin-right: 1.5rem;
602
- display: inline-block;
603
- text-align: right;
604
- color: rgba(115, 138, 148, 0.4);
605
- }
606
- ._Code-tabs_d4378_91 {
607
- display: flex;
608
- list-style: none;
609
- padding: 0;
610
- margin: 0;
611
- padding-right: 8px;
612
- }
613
- ._Tab_d4378_99 {
614
- border-block: 3px solid transparent;
615
- padding: 4px 2px;
616
- }
617
- ._Tab--isActive_d4378_104 {
618
- border-bottom-color: white;
619
- }
620
- ._Tab--light_d4378_108._Tab--isActive_d4378_104 {
621
- border-bottom-color: var(--puck-color-grey-03);
622
- }
623
- ._Tab-button_d4378_112 {
624
- background-color: transparent;
625
- border: none;
626
- border-radius: 8px;
627
- color: var(--puck-color-grey-08);
628
- font-size: var(--puck-font-size-xxs);
629
- padding: 8px;
630
- cursor: pointer;
631
- white-space: nowrap;
632
- }
633
- ._Tab--light_d4378_108 ._Tab-button_d4378_112 {
634
- color: var(--puck-color-grey-06);
635
- }
636
- ._Tab--isActive_d4378_104 ._Tab-button_d4378_112 {
637
- color: white;
638
- }
639
- ._Tab--light_d4378_108._Tab--isActive_d4378_104 ._Tab-button_d4378_112 {
640
- color: var(--puck-color-grey-01);
641
- }
642
- ._Tab-button_d4378_112:hover {
643
- background: var(--puck-color-grey-03);
644
- }
645
- ._Tab--light_d4378_108 ._Tab-button_d4378_112:hover {
646
- background: var(--puck-color-grey-11);
647
- }
648
-
649
487
  /* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/IconButton/IconButton.module.css/#css-module-data */
650
488
  ._IconButton_thegm_1 {
651
489
  align-items: center;
@@ -764,13 +602,13 @@ p {
764
602
  }
765
603
 
766
604
  /* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/Page/Page.module.css/#css-module-data */
767
- ._Page_nkzj9_1 {
605
+ ._Page_1pzwy_1 {
768
606
  display: flex;
769
607
  flex-direction: column;
770
608
  height: 100%;
771
609
  overflow: hidden;
772
610
  }
773
- ._Page-masthead_nkzj9_8 {
611
+ ._Page-masthead_1pzwy_8 {
774
612
  align-items: center;
775
613
  display: flex;
776
614
  gap: 16px;
@@ -779,45 +617,44 @@ p {
779
617
  border-bottom: 1px solid var(--puck-color-grey-10);
780
618
  min-height: 64px;
781
619
  }
782
- ._Page-crumbs_nkzj9_18 {
620
+ ._Page-crumbs_1pzwy_18 {
783
621
  display: flex;
784
622
  gap: 32px;
785
623
  }
786
- ._Page-crumb_nkzj9_18 {
624
+ ._Page-crumb_1pzwy_18 {
787
625
  color: var(--puck-color-grey-05);
788
626
  position: relative;
789
- white-space: nowrap;
790
627
  }
791
- ._Page-crumbLink_nkzj9_29 {
628
+ ._Page-crumbLink_1pzwy_28 {
792
629
  color: var(--puck-color-grey-05);
793
630
  text-decoration: none;
794
631
  }
795
- ._Page-crumbLink_nkzj9_29:hover {
632
+ ._Page-crumbLink_1pzwy_28:hover {
796
633
  color: var(--puck-color-azure-04);
797
634
  }
798
- ._Page-crumb_nkzj9_18:last-of-type {
635
+ ._Page-crumb_1pzwy_18:last-of-type {
799
636
  color: var(--puck-color-grey-01);
800
637
  font-weight: 600;
801
638
  }
802
- ._Page-crumb_nkzj9_18::before {
639
+ ._Page-crumb_1pzwy_18::before {
803
640
  position: absolute;
804
641
  content: "/";
805
642
  left: -19px;
806
643
  color: var(--puck-color-grey-09);
807
644
  font-weight: 400;
808
645
  }
809
- ._Page-crumb_nkzj9_18:first-of-type::before {
646
+ ._Page-crumb_1pzwy_18:first-of-type::before {
810
647
  display: none;
811
648
  }
812
- ._Page-crumb_nkzj9_18 {
649
+ ._Page-crumb_1pzwy_18 {
813
650
  color: var(--puck-color-grey-05);
814
651
  position: relative;
815
652
  text-decoration: none;
816
653
  }
817
- ._Page-actions_nkzj9_61 {
654
+ ._Page-actions_1pzwy_60 {
818
655
  margin-left: auto;
819
656
  }
820
- ._Page-footer_nkzj9_65 {
657
+ ._Page-footer_1pzwy_64 {
821
658
  border-top: 1px solid var(--puck-color-grey-10);
822
659
  padding: 16px 24px;
823
660
  }
@@ -932,26 +769,26 @@ p {
932
769
  }
933
770
 
934
771
  /* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/Table/Table.module.css/#css-module-data */
935
- ._Table_o345u_1 {
772
+ ._Table_1w0os_1 {
936
773
  color: black;
937
774
  display: flex;
938
775
  flex-direction: column;
939
776
  flex-grow: 1;
940
777
  overflow-y: auto;
941
778
  }
942
- ._Table-filters_o345u_9 {
779
+ ._Table-filters_1w0os_9 {
943
780
  margin: 16px;
944
781
  }
945
- ._Table-inner_o345u_13 {
782
+ ._Table-inner_1w0os_13 {
946
783
  text-align: left;
947
784
  }
948
- ._Table-table_o345u_17 {
785
+ ._Table-table_1w0os_17 {
949
786
  color: var(--puck-color-grey-02);
950
787
  font-size: var(--puck-font-size-xxs);
951
788
  position: relative;
952
789
  width: 100%;
953
790
  }
954
- ._Table_o345u_1 thead {
791
+ ._Table_1w0os_1 thead {
955
792
  background: white;
956
793
  font-size: var(--puck-font-size-xxs);
957
794
  position: sticky;
@@ -959,20 +796,17 @@ p {
959
796
  white-space: nowrap;
960
797
  z-index: 1;
961
798
  }
962
- ._Table_o345u_1 thead::after {
799
+ ._Table_1w0os_1 thead::after {
963
800
  content: "";
964
801
  position: absolute;
965
802
  height: 1px;
966
803
  width: 100%;
967
804
  background-color: var(--puck-color-grey-10);
968
805
  }
969
- ._Table--hideHeader_o345u_41 thead {
970
- display: none;
971
- }
972
- ._Table_o345u_1 tbody tr {
806
+ ._Table_1w0os_1 tbody tr {
973
807
  z-index: 0;
974
808
  }
975
- ._Table_o345u_1 th {
809
+ ._Table_1w0os_1 th {
976
810
  background: var(--puck-color-grey-12);
977
811
  font-weight: 400;
978
812
  padding-left: 24px;
@@ -981,12 +815,12 @@ p {
981
815
  padding-top: 12px;
982
816
  }
983
817
  @media (--standard-viewport) {
984
- ._Table_o345u_1 th {
818
+ ._Table_1w0os_1 th {
985
819
  padding-left: 32px;
986
820
  padding-right: 32px;
987
821
  }
988
822
  }
989
- ._Table_o345u_1 td {
823
+ ._Table_1w0os_1 td {
990
824
  border-bottom: 1px solid var(--puck-color-grey-10);
991
825
  padding-left: 24px;
992
826
  padding-right: 24px;
@@ -994,42 +828,38 @@ p {
994
828
  padding-top: 16px;
995
829
  white-space: nowrap;
996
830
  }
997
- ._Table_o345u_1 td:not(:first-of-type) {
831
+ ._Table_1w0os_1 td:not(:first-of-type) {
998
832
  color: var(--puck-color-grey-05);
999
833
  }
1000
- ._Table_o345u_1 tbody tr:last-of-type td {
834
+ ._Table_1w0os_1 tbody tr:last-of-type td {
1001
835
  border-bottom: none;
1002
836
  }
1003
837
  @media (--standard-viewport) {
1004
- ._Table_o345u_1 td {
838
+ ._Table_1w0os_1 td {
1005
839
  padding-left: 32px;
1006
840
  padding-right: 32px;
1007
841
  }
1008
842
  }
1009
- ._Table-footer_o345u_89 {
843
+ ._Table-footer_1w0os_85 {
1010
844
  border-top: 1px solid var(--puck-color-grey-09);
1011
845
  }
1012
- ._Table--clickableRows_o345u_93 tbody tr:hover {
846
+ ._Table--clickableRows_1w0os_89 tbody tr:hover {
1013
847
  background: var(--puck-color-azure-12);
1014
848
  cursor: pointer;
1015
849
  }
1016
- ._Table-placeholder_o345u_98 {
850
+ ._Table-placeholder_1w0os_94 {
1017
851
  align-items: center;
1018
- color: var(--puck-color-grey-04);
852
+ color: var(--puck-color-grey-06);
1019
853
  justify-content: center;
1020
854
  display: flex;
1021
855
  gap: 8px;
1022
856
  flex-direction: column;
1023
857
  width: 100%;
1024
858
  height: 100%;
1025
- text-align: center;
1026
859
  }
1027
- ._Table-loader_o345u_110 {
860
+ ._Table-loader_1w0os_105 {
1028
861
  padding: 16px 24px;
1029
862
  }
1030
- ._TableRow--highlightRow_o345u_114 {
1031
- background-color: var(--puck-color-grey-12);
1032
- }
1033
863
 
1034
864
  /* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/VerticalSpace/VerticalSpace.module.css/#css-module-data */
1035
865
  ._VerticalSpace_1tjaw_1 {
@@ -1063,43 +893,8 @@ p {
1063
893
  padding-top: 128px;
1064
894
  }
1065
895
 
1066
- /* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/Viewport/styles.module.css/#css-module-data */
1067
- ._Viewport_1vvhm_3 {
1068
- }
1069
- ._Viewport--standard_1vvhm_6,
1070
- ._Viewport--inline_1vvhm_7._Viewport--standard_1vvhm_6 {
1071
- display: none;
1072
- }
1073
- ._Viewport--narrow_1vvhm_11 {
1074
- display: block;
1075
- }
1076
- ._Viewport--inline_1vvhm_7._Viewport--narrow_1vvhm_11 {
1077
- display: inline;
1078
- }
1079
- ._Viewport--flex_1vvhm_19._Viewport--narrow_1vvhm_11 {
1080
- display: flex;
1081
- }
1082
- @media (min-width: 768px) {
1083
- ._Viewport--narrow_1vvhm_11,
1084
- ._Viewport--inline_1vvhm_7._Viewport--narrow_1vvhm_11,
1085
- ._Viewport--flex_1vvhm_19._Viewport--narrow_1vvhm_11 {
1086
- display: none;
1087
- }
1088
- }
1089
- @media (min-width: 768px) {
1090
- ._Viewport--standard_1vvhm_6 {
1091
- display: block;
1092
- }
1093
- ._Viewport--inline_1vvhm_7._Viewport--standard_1vvhm_6 {
1094
- display: inline;
1095
- }
1096
- ._Viewport--flex_1vvhm_19._Viewport--standard_1vvhm_6 {
1097
- display: flex;
1098
- }
1099
- }
1100
-
1101
896
  /* css-module:/home/runner/work/puck-platform/puck-platform/packages/plugin-ai/src/components/ChatBody/styles.module.css/#css-module-data */
1102
- ._Chat_150yz_1 {
897
+ ._Chat_14j71_1 {
1103
898
  --fade-size: 32px;
1104
899
  --chat-background-color: white;
1105
900
  display: flex;
@@ -1109,46 +904,46 @@ p {
1109
904
  overflow: hidden;
1110
905
  }
1111
906
  @media (min-width: 638px) {
1112
- ._Chat_150yz_1 {
907
+ ._Chat_14j71_1 {
1113
908
  max-height: none;
1114
909
  }
1115
910
  }
1116
- ._Chat-inner_150yz_17 {
911
+ ._Chat-inner_14j71_17 {
1117
912
  background-color: var(--chat-background-color);
1118
913
  display: flex;
1119
914
  flex-direction: column;
1120
915
  max-height: 100%;
1121
916
  position: relative;
1122
917
  }
1123
- ._Chat--hasMessages_150yz_25 ._Chat-inner_150yz_17 {
918
+ ._Chat--hasMessages_14j71_25 ._Chat-inner_14j71_17 {
1124
919
  padding-top: 0;
1125
920
  }
1126
- ._Chat_150yz_1:not(._Chat--hasChildren_150yz_29) ._Chat-inner_150yz_17 {
921
+ ._Chat_14j71_1:not(._Chat--hasChildren_14j71_29) ._Chat-inner_14j71_17 {
1127
922
  height: 100%;
1128
923
  padding-top: 0;
1129
924
  }
1130
- ._Chat--hasMessages_150yz_25 ._Chat-messages_150yz_34 {
925
+ ._Chat--hasMessages_14j71_25 ._Chat-messages_14j71_34 {
1131
926
  display: flex;
1132
927
  flex-direction: column-reverse;
1133
928
  padding: 16px;
1134
929
  overflow: auto;
1135
930
  }
1136
- ._Chat-form_150yz_41 {
931
+ ._Chat-form_14j71_41 {
1137
932
  background-color: white;
1138
933
  padding: 16px;
1139
934
  }
1140
- ._Chat--hideInput_150yz_46 ._Chat-form_150yz_41 {
935
+ ._Chat--hideInput_14j71_46 ._Chat-form_14j71_41 {
1141
936
  display: none;
1142
937
  }
1143
- ._Chat--hasMessages_150yz_25 ._Chat-form_150yz_41 {
938
+ ._Chat--hasMessages_14j71_25 ._Chat-form_14j71_41 {
1144
939
  border-top: 1px solid var(--puck-color-grey-09);
1145
940
  }
1146
941
  @media (min-width: 638px) {
1147
- ._Chat-form_150yz_41 {
942
+ ._Chat-form_14j71_41 {
1148
943
  border-top: 1px solid var(--puck-color-grey-09);
1149
944
  }
1150
945
  }
1151
- ._Chat-formHelper_150yz_60 {
946
+ ._Chat-formHelper_14j71_60 {
1152
947
  align-items: center;
1153
948
  display: flex;
1154
949
  color: var(--puck-color-grey-04);
@@ -1157,11 +952,11 @@ p {
1157
952
  gap: 8px;
1158
953
  padding-bottom: 12px;
1159
954
  }
1160
- ._Chat--hasMessages_150yz_25 ._Chat-formHelper_150yz_60 {
955
+ ._Chat--hasMessages_14j71_25 ._Chat-formHelper_14j71_60 {
1161
956
  opacity: 0;
1162
957
  transition: opacity 250ms ease-in;
1163
958
  }
1164
- ._Chat-examplePrompts_150yz_75 {
959
+ ._Chat-examplePrompts_14j71_75 {
1165
960
  align-items: center;
1166
961
  display: flex;
1167
962
  flex-wrap: nowrap;
@@ -1170,7 +965,7 @@ p {
1170
965
  width: 100%;
1171
966
  overflow-x: auto;
1172
967
  }
1173
- ._Chat-examplePrompt_150yz_75 {
968
+ ._Chat-examplePrompt_14j71_75 {
1174
969
  align-items: center;
1175
970
  background: white;
1176
971
  border: 1px solid var(--puck-color-grey-09);
@@ -1181,34 +976,33 @@ p {
1181
976
  padding: 6px 12px;
1182
977
  text-wrap: nowrap;
1183
978
  }
1184
- ._Chat-examplePrompt_150yz_75:hover {
979
+ ._Chat-examplePrompt_14j71_75:hover {
1185
980
  background: var(--puck-color-azure-11);
1186
981
  border-color: var(--puck-color-azure-08);
1187
982
  color: var(--puck-color-azure-04);
1188
983
  }
1189
- ._Chat-examplePromptArrow_150yz_103 {
984
+ ._Chat-examplePromptArrow_14j71_103 {
1190
985
  margin-left: auto;
1191
986
  }
1192
- ._Chat-default_150yz_107 {
987
+ ._Chat-default_14j71_107 {
1193
988
  overflow-y: auto;
1194
989
  flex-grow: 1;
1195
990
  }
1196
- ._Chat--hasMessages_150yz_25 ._Chat-default_150yz_107 {
991
+ ._Chat--hasMessages_14j71_25 ._Chat-default_14j71_107 {
1197
992
  opacity: 0;
1198
993
  padding: 0;
1199
994
  pointer-events: none;
1200
995
  transition: opacity 250ms ease-in;
1201
996
  }
1202
- ._Chat--hasMessages_150yz_25 {
997
+ ._Chat--hasMessages_14j71_25 {
1203
998
  background-color: white;
1204
999
  transition: background-color 250ms ease-in;
1205
1000
  }
1206
- ._ChatMessage_150yz_124 {
1001
+ ._ChatMessage_14j71_124 {
1207
1002
  font-size: var(--puck-font-size-xs);
1208
1003
  line-height: var(--line-height-s);
1209
- overflow-wrap: break-word;
1210
1004
  }
1211
- ._ChatMessage--userRole_150yz_130 ._ChatMessage-text_150yz_130 {
1005
+ ._ChatMessage--userRole_14j71_129 ._ChatMessage-text_14j71_129 {
1212
1006
  background: var(--puck-color-azure-10);
1213
1007
  border-radius: 16px;
1214
1008
  color: var(--puck-color-grey-03);
@@ -1217,64 +1011,64 @@ p {
1217
1011
  margin-top: 8px;
1218
1012
  padding: 12px 16px;
1219
1013
  }
1220
- ._ChatMessage_150yz_124 ul,
1221
- ._ChatMessage_150yz_124 ol {
1014
+ ._ChatMessage_14j71_124 ul,
1015
+ ._ChatMessage_14j71_124 ol {
1222
1016
  list-style: decimal;
1223
1017
  margin: 0;
1224
1018
  margin-bottom: 12px;
1225
1019
  margin-top: 12px;
1226
1020
  padding-left: 32px;
1227
1021
  }
1228
- ._ChatMessage_150yz_124 li {
1022
+ ._ChatMessage_14j71_124 li {
1229
1023
  margin-bottom: 8px;
1230
1024
  margin-top: 8px;
1231
1025
  padding-left: 8px;
1232
1026
  }
1233
- ._ChatMessage_150yz_124 h1,
1234
- ._ChatMessage_150yz_124 h2,
1235
- ._ChatMessage_150yz_124 h3,
1236
- ._ChatMessage_150yz_124 h4,
1237
- ._ChatMessage_150yz_124 h5,
1238
- ._ChatMessage_150yz_124 h6 {
1027
+ ._ChatMessage_14j71_124 h1,
1028
+ ._ChatMessage_14j71_124 h2,
1029
+ ._ChatMessage_14j71_124 h3,
1030
+ ._ChatMessage_14j71_124 h4,
1031
+ ._ChatMessage_14j71_124 h5,
1032
+ ._ChatMessage_14j71_124 h6 {
1239
1033
  font-weight: 600;
1240
1034
  }
1241
- ._ChatMessage_150yz_124 h1 {
1035
+ ._ChatMessage_14j71_124 h1 {
1242
1036
  font-size: var(--puck-font-l);
1243
1037
  }
1244
- ._ChatMessage_150yz_124 h2 {
1038
+ ._ChatMessage_14j71_124 h2 {
1245
1039
  font-size: var(--puck-font-m);
1246
1040
  }
1247
- ._ChatMessage_150yz_124 h3 {
1041
+ ._ChatMessage_14j71_124 h3 {
1248
1042
  font-size: var(--puck-font-m);
1249
1043
  }
1250
- ._ChatMessage_150yz_124 h4 {
1044
+ ._ChatMessage_14j71_124 h4 {
1251
1045
  font-size: var(--puck-font-s);
1252
1046
  }
1253
- ._ChatMessage_150yz_124 h5 {
1047
+ ._ChatMessage_14j71_124 h5 {
1254
1048
  font-size: var(--puck-font-xs);
1255
1049
  }
1256
- ._ChatMessage_150yz_124 h6 {
1050
+ ._ChatMessage_14j71_124 h6 {
1257
1051
  font-size: var(--puck-font-xm);
1258
1052
  }
1259
- ._ChatMessage_150yz_124 p {
1053
+ ._ChatMessage_14j71_124 p {
1260
1054
  margin-bottom: 8px;
1261
1055
  margin-top: 8px;
1262
1056
  }
1263
- ._ChatMessage_150yz_124 a {
1057
+ ._ChatMessage_14j71_124 a {
1264
1058
  color: var(--puck-color-azure-04);
1265
1059
  font-weight: 600;
1266
1060
  text-decoration: none;
1267
1061
  }
1268
- ._ChatMessage_150yz_124 a:hover {
1062
+ ._ChatMessage_14j71_124 a:hover {
1269
1063
  color: var(--puck-color-azure-05);
1270
1064
  }
1271
- ._ChatMessage_150yz_124 hr {
1065
+ ._ChatMessage_14j71_124 hr {
1272
1066
  border-top: none;
1273
1067
  border-bottom-color: var(--puck-color-grey-09);
1274
1068
  margin-bottom: 16px;
1275
1069
  margin-top: 16px;
1276
1070
  }
1277
- ._ChatMessage_150yz_124 blockquote {
1071
+ ._ChatMessage_14j71_124 blockquote {
1278
1072
  margin-bottom: 8px;
1279
1073
  margin-top: 8px;
1280
1074
  margin-left: 0;
@@ -1283,7 +1077,7 @@ p {
1283
1077
  padding-bottom: 2px;
1284
1078
  padding-top: 2px;
1285
1079
  }
1286
- ._ChatMessage-data_150yz_220 {
1080
+ ._ChatMessage-data_14j71_219 {
1287
1081
  background: var(--puck-color-grey-12);
1288
1082
  border: 1px solid var(--puck-color-grey-08);
1289
1083
  border-radius: 16px;
@@ -1293,19 +1087,19 @@ p {
1293
1087
  margin-top: 12px;
1294
1088
  padding: 12px 16px;
1295
1089
  }
1296
- ._ChatMessage-dataInner_150yz_231 {
1090
+ ._ChatMessage-dataInner_14j71_230 {
1297
1091
  align-items: center;
1298
1092
  display: flex;
1299
1093
  gap: 8px;
1300
1094
  }
1301
- ._ChatMessage-dataIcon_150yz_237 {
1095
+ ._ChatMessage-dataIcon_14j71_236 {
1302
1096
  display: flex;
1303
1097
  }
1304
- ._Chat-loader_150yz_241 {
1098
+ ._Chat-loader_14j71_240 {
1305
1099
  padding: 16px;
1306
1100
  padding-top: 0;
1307
1101
  }
1308
- ._Chat-error_150yz_246 {
1102
+ ._Chat-error_14j71_245 {
1309
1103
  align-items: center;
1310
1104
  display: flex;
1311
1105
  gap: 8px;
@@ -1313,10 +1107,10 @@ p {
1313
1107
  margin: 16px;
1314
1108
  margin-top: 0;
1315
1109
  }
1316
- ._Chat-errorLabel_150yz_255 {
1110
+ ._Chat-errorLabel_14j71_254 {
1317
1111
  color: var(--puck-color-red-04);
1318
1112
  }
1319
- ._Chat-errorAction_150yz_259 {
1113
+ ._Chat-errorAction_14j71_258 {
1320
1114
  margin-left: auto;
1321
1115
  }
1322
1116