@puckeditor/plugin-ai 0.1.0-canary.358e6ae7 → 0.1.0-canary.3c29c6ea
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 +265 -727
- package/dist/index.d.mts +10 -28
- package/dist/index.d.ts +10 -28
- package/dist/index.js +20902 -473
- package/dist/index.mjs +20920 -487
- package/package.json +8 -6
package/dist/index.css
CHANGED
|
@@ -1,3 +1,68 @@
|
|
|
1
|
+
/* css-module:/home/runner/work/puck-platform/puck-platform/packages/plugin-ai/src/components/Chat/styles.module.css/#css-module-data */
|
|
2
|
+
._Chat_1mv7h_1 {
|
|
3
|
+
background: white;
|
|
4
|
+
height: 100%;
|
|
5
|
+
display: flex;
|
|
6
|
+
flex-direction: column;
|
|
7
|
+
}
|
|
8
|
+
._Chat-header_1mv7h_8 {
|
|
9
|
+
display: block;
|
|
10
|
+
padding: 8px 16px;
|
|
11
|
+
font-weight: 600;
|
|
12
|
+
border-bottom: 1px solid var(--puck-color-grey-09);
|
|
13
|
+
}
|
|
14
|
+
@media (min-width: 638px) {
|
|
15
|
+
._Chat-header_1mv7h_8 {
|
|
16
|
+
display: block;
|
|
17
|
+
padding: 16px;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
._Chat-placeholder_1mv7h_22 {
|
|
21
|
+
align-items: center;
|
|
22
|
+
color: var(--puck-color-grey-06);
|
|
23
|
+
display: none;
|
|
24
|
+
justify-content: center;
|
|
25
|
+
flex-direction: column;
|
|
26
|
+
height: 100%;
|
|
27
|
+
text-align: center;
|
|
28
|
+
padding: 32px;
|
|
29
|
+
gap: 8px;
|
|
30
|
+
}
|
|
31
|
+
@media (min-width: 638px) {
|
|
32
|
+
._Chat-placeholder_1mv7h_22 {
|
|
33
|
+
display: flex;
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
._Chat-actions_1mv7h_40 {
|
|
37
|
+
display: flex;
|
|
38
|
+
gap: 8px;
|
|
39
|
+
justify-content: center;
|
|
40
|
+
flex-wrap: wrap;
|
|
41
|
+
margin-top: 4px;
|
|
42
|
+
}
|
|
43
|
+
._Chat-action_1mv7h_40,
|
|
44
|
+
._Chat-actionOutlined_1mv7h_49 {
|
|
45
|
+
border: 1px solid var(--puck-color-azure-04);
|
|
46
|
+
border-radius: 16px;
|
|
47
|
+
padding: 4px 12px;
|
|
48
|
+
font-size: 12px;
|
|
49
|
+
cursor: pointer;
|
|
50
|
+
}
|
|
51
|
+
._Chat-action_1mv7h_40 {
|
|
52
|
+
background: var(--puck-color-azure-04);
|
|
53
|
+
color: white;
|
|
54
|
+
}
|
|
55
|
+
._Chat-action_1mv7h_40:hover {
|
|
56
|
+
opacity: 0.8;
|
|
57
|
+
}
|
|
58
|
+
._Chat-actionOutlined_1mv7h_49 {
|
|
59
|
+
background: transparent;
|
|
60
|
+
color: var(--puck-color-azure-04);
|
|
61
|
+
}
|
|
62
|
+
._Chat-actionOutlined_1mv7h_49:hover {
|
|
63
|
+
background: var(--puck-color-azure-11);
|
|
64
|
+
}
|
|
65
|
+
|
|
1
66
|
/* ../platform-client/styles/color.css */
|
|
2
67
|
:root {
|
|
3
68
|
--puck-color-rose-01: #4a001c;
|
|
@@ -307,43 +372,72 @@ p {
|
|
|
307
372
|
}
|
|
308
373
|
|
|
309
374
|
/* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/Heading/Heading.module.css/#css-module-data */
|
|
310
|
-
.
|
|
375
|
+
._Heading_qkzg9_1 {
|
|
311
376
|
display: block;
|
|
312
377
|
font-weight: 700;
|
|
313
378
|
margin: 0;
|
|
314
379
|
}
|
|
315
|
-
.
|
|
380
|
+
._Heading_qkzg9_1 b {
|
|
316
381
|
font-weight: 700;
|
|
317
382
|
}
|
|
318
|
-
._Heading--
|
|
319
|
-
font-size: var(--puck-font-size-xxxxl);
|
|
320
|
-
letter-spacing: 0.08ch;
|
|
321
|
-
font-weight: 800;
|
|
322
|
-
}
|
|
323
|
-
._Heading--xxxl_1czuc_17 {
|
|
383
|
+
._Heading--xxxxl_qkzg9_11 {
|
|
324
384
|
font-size: var(--puck-font-size-xxxl);
|
|
325
385
|
}
|
|
326
|
-
._Heading--
|
|
386
|
+
._Heading--xxxl_qkzg9_15 {
|
|
327
387
|
font-size: var(--puck-font-size-xxl);
|
|
328
388
|
}
|
|
329
|
-
._Heading--
|
|
389
|
+
._Heading--xxl_qkzg9_19 {
|
|
330
390
|
font-size: var(--puck-font-size-xl);
|
|
331
391
|
}
|
|
332
|
-
._Heading--
|
|
392
|
+
._Heading--xl_qkzg9_23 {
|
|
333
393
|
font-size: var(--puck-font-size-l);
|
|
334
394
|
}
|
|
335
|
-
._Heading--
|
|
395
|
+
._Heading--l_qkzg9_27 {
|
|
336
396
|
font-size: var(--puck-font-size-m);
|
|
337
397
|
}
|
|
338
|
-
._Heading--
|
|
398
|
+
._Heading--m_qkzg9_31 {
|
|
339
399
|
font-size: var(--puck-font-size-s);
|
|
340
400
|
}
|
|
341
|
-
._Heading--
|
|
401
|
+
._Heading--s_qkzg9_35 {
|
|
342
402
|
font-size: var(--puck-font-size-xs);
|
|
343
403
|
}
|
|
344
|
-
._Heading--
|
|
404
|
+
._Heading--xs_qkzg9_39 {
|
|
405
|
+
font-size: var(--puck-font-size-xxs);
|
|
406
|
+
}
|
|
407
|
+
._Heading--xxs_qkzg9_43 {
|
|
345
408
|
font-size: var(--puck-font-size-xxs);
|
|
346
409
|
}
|
|
410
|
+
@media (min-width: 768px) {
|
|
411
|
+
._Heading--xxxxl_qkzg9_11 {
|
|
412
|
+
font-size: var(--puck-font-size-xxxxl);
|
|
413
|
+
letter-spacing: 0.08ch;
|
|
414
|
+
font-weight: 800;
|
|
415
|
+
}
|
|
416
|
+
._Heading--xxxl_qkzg9_15 {
|
|
417
|
+
font-size: var(--puck-font-size-xxxl);
|
|
418
|
+
}
|
|
419
|
+
._Heading--xxl_qkzg9_19 {
|
|
420
|
+
font-size: var(--puck-font-size-xxl);
|
|
421
|
+
}
|
|
422
|
+
._Heading--xl_qkzg9_23 {
|
|
423
|
+
font-size: var(--puck-font-size-xl);
|
|
424
|
+
}
|
|
425
|
+
._Heading--l_qkzg9_27 {
|
|
426
|
+
font-size: var(--puck-font-size-l);
|
|
427
|
+
}
|
|
428
|
+
._Heading--m_qkzg9_31 {
|
|
429
|
+
font-size: var(--puck-font-size-m);
|
|
430
|
+
}
|
|
431
|
+
._Heading--s_qkzg9_35 {
|
|
432
|
+
font-size: var(--puck-font-size-s);
|
|
433
|
+
}
|
|
434
|
+
._Heading--xs_qkzg9_39 {
|
|
435
|
+
font-size: var(--puck-font-size-xs);
|
|
436
|
+
}
|
|
437
|
+
._Heading--xxs_qkzg9_43 {
|
|
438
|
+
font-size: var(--puck-font-size-xxs);
|
|
439
|
+
}
|
|
440
|
+
}
|
|
347
441
|
|
|
348
442
|
/* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/Align/Align.module.css/#css-module-data */
|
|
349
443
|
._Align_oewlu_1 {
|
|
@@ -380,59 +474,6 @@ p {
|
|
|
380
474
|
padding: 0px !important;
|
|
381
475
|
}
|
|
382
476
|
|
|
383
|
-
/* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/Avatar/Avatar.module.css/#css-module-data */
|
|
384
|
-
._Avatar_meij0_1 {
|
|
385
|
-
align-items: center;
|
|
386
|
-
border-radius: 4px;
|
|
387
|
-
display: flex;
|
|
388
|
-
gap: 16px;
|
|
389
|
-
height: 100%;
|
|
390
|
-
padding: 8px 12px;
|
|
391
|
-
text-decoration: none;
|
|
392
|
-
}
|
|
393
|
-
a._Avatar_meij0_1:hover {
|
|
394
|
-
background-color: var(--puck-color-azure-11);
|
|
395
|
-
}
|
|
396
|
-
a._Avatar--onLightGrey_meij0_15:hover {
|
|
397
|
-
background-color: var(--puck-color-azure-10);
|
|
398
|
-
}
|
|
399
|
-
._Avatar--flush_meij0_19 {
|
|
400
|
-
gap: 8px;
|
|
401
|
-
padding: 0;
|
|
402
|
-
}
|
|
403
|
-
._Avatar-image_meij0_24 {
|
|
404
|
-
align-items: center;
|
|
405
|
-
border-radius: 100%;
|
|
406
|
-
background-color: var(--puck-color-grey-10);
|
|
407
|
-
border: 1px solid var(--puck-color-grey-10);
|
|
408
|
-
color: var(--puck-color-grey-06);
|
|
409
|
-
display: flex;
|
|
410
|
-
justify-content: center;
|
|
411
|
-
font-size: var(--puck-font-size-xxs);
|
|
412
|
-
overflow: hidden;
|
|
413
|
-
}
|
|
414
|
-
._Avatar-image_meij0_24 img {
|
|
415
|
-
width: 100%;
|
|
416
|
-
height: 100%;
|
|
417
|
-
}
|
|
418
|
-
._Avatar-name_meij0_41 {
|
|
419
|
-
color: black;
|
|
420
|
-
font-weight: 600;
|
|
421
|
-
}
|
|
422
|
-
a._Avatar_meij0_1:hover ._Avatar-name_meij0_41 {
|
|
423
|
-
color: var(--puck-color-azure-04);
|
|
424
|
-
}
|
|
425
|
-
._Avatar--smallText_meij0_50 ._Avatar-name_meij0_41 {
|
|
426
|
-
font-size: var(--puck-font-size-xxs);
|
|
427
|
-
}
|
|
428
|
-
._Avatar--inline_meij0_54 {
|
|
429
|
-
align-self: baseline;
|
|
430
|
-
display: inline-flex;
|
|
431
|
-
}
|
|
432
|
-
._Avatar--muted_meij0_59 ._Avatar-name_meij0_41 {
|
|
433
|
-
color: var(--puck-color-grey-06);
|
|
434
|
-
}
|
|
435
|
-
|
|
436
477
|
/* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/Card/Card.module.css/#css-module-data */
|
|
437
478
|
._Card_jzb6b_1 {
|
|
438
479
|
background-color: white;
|
|
@@ -472,100 +513,6 @@ a._Avatar_meij0_1:hover ._Avatar-name_meij0_41 {
|
|
|
472
513
|
color: var(--puck-color-azure-04);
|
|
473
514
|
}
|
|
474
515
|
|
|
475
|
-
/* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/Footer/styles.module.css/#css-module-data */
|
|
476
|
-
._Footer_eew04_1 {
|
|
477
|
-
background-color: var(--puck-color-grey-11);
|
|
478
|
-
border-top: 1px solid var(--puck-color-grey-09);
|
|
479
|
-
color: var(--puck-color-grey-01);
|
|
480
|
-
}
|
|
481
|
-
._Footer--dark_eew04_7 {
|
|
482
|
-
background-color: var(--puck-color-grey-02);
|
|
483
|
-
border-top: 1px solid var(--puck-color-grey-03);
|
|
484
|
-
color: var(--puck-color-grey-10);
|
|
485
|
-
}
|
|
486
|
-
._Footer-inner_eew04_13 {
|
|
487
|
-
font-size: var(--puck-font-size-xxs);
|
|
488
|
-
margin-left: auto;
|
|
489
|
-
margin-right: auto;
|
|
490
|
-
max-width: 1440px;
|
|
491
|
-
padding: 32px 24px;
|
|
492
|
-
}
|
|
493
|
-
._Footer-brand_eew04_21 {
|
|
494
|
-
display: flex;
|
|
495
|
-
flex-direction: column;
|
|
496
|
-
}
|
|
497
|
-
._Footer-main_eew04_26 {
|
|
498
|
-
display: flex;
|
|
499
|
-
flex-direction: column;
|
|
500
|
-
gap: 16px;
|
|
501
|
-
margin-bottom: 64px;
|
|
502
|
-
}
|
|
503
|
-
@media (min-width: 768px) {
|
|
504
|
-
._Footer-main_eew04_26 {
|
|
505
|
-
gap: 128px;
|
|
506
|
-
flex-direction: row;
|
|
507
|
-
margin-bottom: 16px;
|
|
508
|
-
}
|
|
509
|
-
}
|
|
510
|
-
._Footer-logo_eew04_41 {
|
|
511
|
-
flex-grow: 1;
|
|
512
|
-
margin-bottom: 16px;
|
|
513
|
-
}
|
|
514
|
-
._Footer-copyright_eew04_46 {
|
|
515
|
-
color: var(--puck-color-grey-05);
|
|
516
|
-
}
|
|
517
|
-
._Footer--dark_eew04_7 ._Footer-copyright_eew04_46 {
|
|
518
|
-
color: var(--puck-color-grey-08);
|
|
519
|
-
}
|
|
520
|
-
._Footer-sections_eew04_54 {
|
|
521
|
-
display: flex;
|
|
522
|
-
gap: 32px;
|
|
523
|
-
flex-grow: 1;
|
|
524
|
-
flex-direction: column;
|
|
525
|
-
}
|
|
526
|
-
@media (min-width: 768px) {
|
|
527
|
-
._Footer-sections_eew04_54 {
|
|
528
|
-
gap: 16px;
|
|
529
|
-
flex-direction: row;
|
|
530
|
-
}
|
|
531
|
-
}
|
|
532
|
-
._Footer-section_eew04_54 {
|
|
533
|
-
flex-grow: 1;
|
|
534
|
-
}
|
|
535
|
-
._Footer-sectionHeader_eew04_72 {
|
|
536
|
-
margin-bottom: 8px;
|
|
537
|
-
font-weight: 600;
|
|
538
|
-
}
|
|
539
|
-
._Footer-icon_eew04_77 {
|
|
540
|
-
color: var(--puck-color-grey-05);
|
|
541
|
-
width: 16px;
|
|
542
|
-
}
|
|
543
|
-
._Footer--dark_eew04_7 ._Footer-icon_eew04_77 {
|
|
544
|
-
color: var(--puck-color-grey-08);
|
|
545
|
-
}
|
|
546
|
-
._Footer-link_eew04_86 {
|
|
547
|
-
align-items: center;
|
|
548
|
-
display: flex;
|
|
549
|
-
gap: 8px;
|
|
550
|
-
padding-top: 4px;
|
|
551
|
-
padding-bottom: 4px;
|
|
552
|
-
}
|
|
553
|
-
._Footer--dark_eew04_7 ._Footer-link_eew04_86 {
|
|
554
|
-
color: var(--puck-color-grey-08);
|
|
555
|
-
}
|
|
556
|
-
._Footer-link_eew04_86:hover {
|
|
557
|
-
color: var(--puck-color-azure-04);
|
|
558
|
-
}
|
|
559
|
-
._Footer--dark_eew04_7 ._Footer-link_eew04_86:hover {
|
|
560
|
-
color: var(--puck-color-azure-08);
|
|
561
|
-
}
|
|
562
|
-
._Footer-link_eew04_86:hover ._Footer-icon_eew04_77 {
|
|
563
|
-
color: var(--puck-color-azure-05);
|
|
564
|
-
}
|
|
565
|
-
._Footer--dark_eew04_7 ._Footer-link_eew04_86:hover ._Footer-icon_eew04_77 {
|
|
566
|
-
color: var(--puck-color-azure-09);
|
|
567
|
-
}
|
|
568
|
-
|
|
569
516
|
/* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/IconButton/IconButton.module.css/#css-module-data */
|
|
570
517
|
._IconButton_thegm_1 {
|
|
571
518
|
align-items: center;
|
|
@@ -674,127 +621,6 @@ a._Avatar_meij0_1:hover ._Avatar-name_meij0_41 {
|
|
|
674
621
|
flex-grow: 1;
|
|
675
622
|
}
|
|
676
623
|
|
|
677
|
-
/* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/Layout/Layout.module.css/#css-module-data */
|
|
678
|
-
._Layout_hy65k_1 {
|
|
679
|
-
--header-height: 76px;
|
|
680
|
-
--nav-width: 256px;
|
|
681
|
-
display: grid;
|
|
682
|
-
background-color: white;
|
|
683
|
-
grid-template-areas: "switcher bar" "nav page";
|
|
684
|
-
grid-template-columns: var(--nav-width) auto;
|
|
685
|
-
grid-template-rows: var(--header-height) auto;
|
|
686
|
-
height: 100vh;
|
|
687
|
-
}
|
|
688
|
-
._Layout-switcher_hy65k_12 {
|
|
689
|
-
border-right: 1px solid var(--puck-color-grey-09);
|
|
690
|
-
border-bottom: 1px solid var(--puck-color-grey-09);
|
|
691
|
-
grid-area: switcher;
|
|
692
|
-
}
|
|
693
|
-
._Layout-bar_hy65k_18 {
|
|
694
|
-
align-items: center;
|
|
695
|
-
border-bottom: 1px solid var(--puck-color-grey-09);
|
|
696
|
-
grid-area: bar;
|
|
697
|
-
display: flex;
|
|
698
|
-
}
|
|
699
|
-
._Layout-nav_hy65k_25 {
|
|
700
|
-
border-right: 1px solid var(--puck-color-grey-09);
|
|
701
|
-
grid-area: nav;
|
|
702
|
-
}
|
|
703
|
-
._Layout-page_hy65k_30 {
|
|
704
|
-
grid-area: page;
|
|
705
|
-
}
|
|
706
|
-
|
|
707
|
-
/* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/Nav/Nav.module.css/#css-module-data */
|
|
708
|
-
._Nav-list_b6txo_1 {
|
|
709
|
-
list-style: none;
|
|
710
|
-
margin: 0;
|
|
711
|
-
padding: 0;
|
|
712
|
-
}
|
|
713
|
-
._NavSection_b6txo_7 {
|
|
714
|
-
padding: 16px;
|
|
715
|
-
}
|
|
716
|
-
._NavSection_b6txo_7:first-of-type {
|
|
717
|
-
padding-top: 32px;
|
|
718
|
-
}
|
|
719
|
-
._Nav--slim_b6txo_15 ._NavSection_b6txo_7 {
|
|
720
|
-
padding-left: 0;
|
|
721
|
-
padding-right: 0;
|
|
722
|
-
}
|
|
723
|
-
._Nav--slim_b6txo_15 ._NavSection_b6txo_7 + ._NavSection_b6txo_7 {
|
|
724
|
-
border-top: 1px solid var(--puck-color-grey-09);
|
|
725
|
-
}
|
|
726
|
-
._NavSection-list_b6txo_24 {
|
|
727
|
-
display: flex;
|
|
728
|
-
flex-direction: column;
|
|
729
|
-
list-style: none;
|
|
730
|
-
margin: 0;
|
|
731
|
-
padding: 0;
|
|
732
|
-
}
|
|
733
|
-
._Nav--slim_b6txo_15 ._NavSection-list_b6txo_24 {
|
|
734
|
-
gap: 16px;
|
|
735
|
-
}
|
|
736
|
-
._NavSection-title_b6txo_36 {
|
|
737
|
-
font-weight: 700;
|
|
738
|
-
margin-bottom: 8px;
|
|
739
|
-
padding-left: 8px;
|
|
740
|
-
padding-right: 8px;
|
|
741
|
-
}
|
|
742
|
-
._Nav--slim_b6txo_15 ._NavSection-title_b6txo_36 {
|
|
743
|
-
opacity: 0;
|
|
744
|
-
}
|
|
745
|
-
._NavItem-link_b6txo_47 {
|
|
746
|
-
align-items: center;
|
|
747
|
-
color: var(--puck-color-grey-03);
|
|
748
|
-
display: flex;
|
|
749
|
-
gap: 8px;
|
|
750
|
-
text-decoration: none;
|
|
751
|
-
cursor: pointer;
|
|
752
|
-
border-radius: 4px;
|
|
753
|
-
padding: 8px 4px;
|
|
754
|
-
}
|
|
755
|
-
._Nav--slim_b6txo_15 ._NavItem-link_b6txo_47 {
|
|
756
|
-
border-left: 4px solid transparent;
|
|
757
|
-
border-right: 4px solid transparent;
|
|
758
|
-
border-radius: 0;
|
|
759
|
-
flex-direction: column;
|
|
760
|
-
font-size: var(--puck-font-size-xxxs);
|
|
761
|
-
}
|
|
762
|
-
._NavItem-linkIcon_b6txo_67 {
|
|
763
|
-
height: 24px;
|
|
764
|
-
width: 24px;
|
|
765
|
-
}
|
|
766
|
-
._NavItem--active_b6txo_72 > ._NavItem-link_b6txo_47 {
|
|
767
|
-
background-color: var(--puck-color-azure-10);
|
|
768
|
-
color: var(--puck-color-azure-04);
|
|
769
|
-
font-weight: 600;
|
|
770
|
-
}
|
|
771
|
-
._Nav--slim_b6txo_15 ._NavItem--active_b6txo_72 > ._NavItem-link_b6txo_47 {
|
|
772
|
-
background-color: transparent;
|
|
773
|
-
border-right-color: var(--puck-color-azure-04);
|
|
774
|
-
border-top-right-radius: 0;
|
|
775
|
-
border-bottom-right-radius: 0;
|
|
776
|
-
font-weight: 600;
|
|
777
|
-
}
|
|
778
|
-
._NavItem_b6txo_47:not(._NavItem--active_b6txo_72) > ._NavItem-link_b6txo_47:hover {
|
|
779
|
-
background-color: var(--puck-color-azure-11);
|
|
780
|
-
color: var(--puck-color-azure-04);
|
|
781
|
-
}
|
|
782
|
-
._NavItem-list_b6txo_91 {
|
|
783
|
-
border-left: 1px solid var(--puck-color-grey-09);
|
|
784
|
-
display: flex;
|
|
785
|
-
flex-direction: column;
|
|
786
|
-
list-style: none;
|
|
787
|
-
margin-top: 8px;
|
|
788
|
-
margin-left: 4px;
|
|
789
|
-
padding: 0;
|
|
790
|
-
padding-left: 8px;
|
|
791
|
-
}
|
|
792
|
-
._Nav--slim_b6txo_15 ._NavItem-list_b6txo_91 {
|
|
793
|
-
border-left: 0;
|
|
794
|
-
padding-left: 0;
|
|
795
|
-
margin-left: 0;
|
|
796
|
-
}
|
|
797
|
-
|
|
798
624
|
/* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/Link/Link.module.css/#css-module-data */
|
|
799
625
|
._Link_1j70m_1 {
|
|
800
626
|
color: var(--puck-color-azure-04);
|
|
@@ -805,13 +631,13 @@ a._Avatar_meij0_1:hover ._Avatar-name_meij0_41 {
|
|
|
805
631
|
}
|
|
806
632
|
|
|
807
633
|
/* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/Page/Page.module.css/#css-module-data */
|
|
808
|
-
.
|
|
634
|
+
._Page_1ajs1_1 {
|
|
809
635
|
display: flex;
|
|
810
636
|
flex-direction: column;
|
|
811
637
|
height: 100%;
|
|
812
638
|
overflow: hidden;
|
|
813
639
|
}
|
|
814
|
-
._Page-
|
|
640
|
+
._Page-masthead_1ajs1_8 {
|
|
815
641
|
align-items: center;
|
|
816
642
|
display: flex;
|
|
817
643
|
gap: 16px;
|
|
@@ -819,107 +645,95 @@ a._Avatar_meij0_1:hover ._Avatar-name_meij0_41 {
|
|
|
819
645
|
box-sizing: border-box;
|
|
820
646
|
border-bottom: 1px solid var(--puck-color-grey-10);
|
|
821
647
|
min-height: 64px;
|
|
648
|
+
overflow-x: auto;
|
|
822
649
|
}
|
|
823
|
-
._Page-
|
|
650
|
+
._Page-crumbs_1ajs1_19 {
|
|
824
651
|
display: flex;
|
|
825
652
|
gap: 32px;
|
|
826
653
|
}
|
|
827
|
-
._Page-
|
|
654
|
+
._Page-crumb_1ajs1_19 {
|
|
828
655
|
color: var(--puck-color-grey-05);
|
|
829
656
|
position: relative;
|
|
657
|
+
white-space: nowrap;
|
|
830
658
|
}
|
|
831
|
-
._Page-
|
|
659
|
+
._Page-crumbLink_1ajs1_30 {
|
|
832
660
|
color: var(--puck-color-grey-05);
|
|
833
661
|
text-decoration: none;
|
|
834
662
|
}
|
|
835
|
-
._Page-
|
|
663
|
+
._Page-crumbLink_1ajs1_30:hover {
|
|
836
664
|
color: var(--puck-color-azure-04);
|
|
837
665
|
}
|
|
838
|
-
._Page-
|
|
666
|
+
._Page-crumb_1ajs1_19:last-of-type {
|
|
839
667
|
color: var(--puck-color-grey-01);
|
|
840
668
|
font-weight: 600;
|
|
841
669
|
}
|
|
842
|
-
._Page-
|
|
670
|
+
._Page-crumb_1ajs1_19::before {
|
|
843
671
|
position: absolute;
|
|
844
672
|
content: "/";
|
|
845
673
|
left: -19px;
|
|
846
674
|
color: var(--puck-color-grey-09);
|
|
847
675
|
font-weight: 400;
|
|
848
676
|
}
|
|
849
|
-
._Page-
|
|
677
|
+
._Page-crumb_1ajs1_19:first-of-type::before {
|
|
850
678
|
display: none;
|
|
851
679
|
}
|
|
852
|
-
._Page-
|
|
680
|
+
._Page-crumb_1ajs1_19 {
|
|
853
681
|
color: var(--puck-color-grey-05);
|
|
854
682
|
position: relative;
|
|
855
683
|
text-decoration: none;
|
|
856
684
|
}
|
|
857
|
-
._Page-
|
|
685
|
+
._Page-actions_1ajs1_62 {
|
|
858
686
|
margin-left: auto;
|
|
859
687
|
}
|
|
688
|
+
._Page-footer_1ajs1_66 {
|
|
689
|
+
border-top: 1px solid var(--puck-color-grey-10);
|
|
690
|
+
padding: 16px 24px;
|
|
691
|
+
}
|
|
860
692
|
|
|
861
|
-
/* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/
|
|
862
|
-
.
|
|
863
|
-
align-items:
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
display: grid;
|
|
867
|
-
box-sizing: border-box;
|
|
868
|
-
grid-area: header;
|
|
869
|
-
grid-template-columns: min-content auto 256px;
|
|
870
|
-
height: var(--header-height);
|
|
871
|
-
width: 100%;
|
|
693
|
+
/* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/Pagination/Pagination.module.css/#css-module-data */
|
|
694
|
+
._Pagination_1okv2_1 {
|
|
695
|
+
align-items: baseline;
|
|
696
|
+
display: flex;
|
|
697
|
+
gap: 4px;
|
|
872
698
|
}
|
|
873
|
-
.
|
|
699
|
+
._PaginationButton_1okv2_8 {
|
|
874
700
|
align-items: center;
|
|
701
|
+
border-radius: 4px;
|
|
702
|
+
color: var(--puck-color-grey-05);
|
|
875
703
|
display: flex;
|
|
876
|
-
|
|
704
|
+
justify-content: center;
|
|
705
|
+
text-decoration: none;
|
|
706
|
+
min-width: 40px;
|
|
707
|
+
height: 40px;
|
|
877
708
|
}
|
|
878
|
-
.
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
}
|
|
882
|
-
._PuckHeader-right_19h0f_27 {
|
|
883
|
-
display: flex;
|
|
884
|
-
justify-content: flex-end;
|
|
885
|
-
gap: 8px;
|
|
886
|
-
padding-right: 16px;
|
|
709
|
+
._PaginationButton--isActive_1okv2_20 {
|
|
710
|
+
background-color: var(--puck-color-azure-11);
|
|
711
|
+
color: var(--puck-color-azure-04);
|
|
887
712
|
}
|
|
888
|
-
.
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
border: none;
|
|
892
|
-
border-radius: 4px;
|
|
893
|
-
box-sizing: border-box;
|
|
894
|
-
color: var(--puck-color-grey-04);
|
|
895
|
-
display: flex;
|
|
896
|
-
font-weight: 600;
|
|
897
|
-
width: 100%;
|
|
713
|
+
._PaginationButton_1okv2_8:hover {
|
|
714
|
+
background-color: var(--puck-color-azure-11);
|
|
715
|
+
color: var(--puck-color-azure-04);
|
|
898
716
|
}
|
|
899
|
-
.
|
|
900
|
-
|
|
717
|
+
._Pagination-ellipsis_1okv2_30 {
|
|
718
|
+
color: var(--puck-color-grey-05);
|
|
901
719
|
}
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
720
|
+
|
|
721
|
+
/* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/Section/Section.module.css/#css-module-data */
|
|
722
|
+
._Section-inner_1uwo0_1 {
|
|
723
|
+
margin-left: auto;
|
|
724
|
+
margin-right: auto;
|
|
725
|
+
max-width: 1280px;
|
|
726
|
+
padding: 16px;
|
|
906
727
|
}
|
|
907
|
-
.
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
color: var(--puck-color-grey-04);
|
|
911
|
-
font-weight: 600;
|
|
912
|
-
padding: 12px 16px;
|
|
913
|
-
width: 100%;
|
|
728
|
+
._Section--flush_1uwo0_8 ._Section-inner_1uwo0_1 {
|
|
729
|
+
padding-bottom: 0;
|
|
730
|
+
padding-top: 0;
|
|
914
731
|
}
|
|
915
|
-
.
|
|
916
|
-
|
|
732
|
+
._Section_1uwo0_1 + ._Section_1uwo0_1 {
|
|
733
|
+
border-top: 1px solid var(--puck-color-grey-09);
|
|
917
734
|
}
|
|
918
|
-
.
|
|
919
|
-
|
|
920
|
-
border-right: 1px solid var(--puck-color-grey-09);
|
|
921
|
-
padding-right: 12px;
|
|
922
|
-
margin-right: 4px;
|
|
735
|
+
._Section--full_1uwo0_17 ._Section-inner_1uwo0_1 {
|
|
736
|
+
max-width: unset;
|
|
923
737
|
}
|
|
924
738
|
|
|
925
739
|
/* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/Tag/Tag.module.css/#css-module-data */
|
|
@@ -985,248 +799,27 @@ a._Avatar_meij0_1:hover ._Avatar-name_meij0_41 {
|
|
|
985
799
|
}
|
|
986
800
|
}
|
|
987
801
|
|
|
988
|
-
/* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/AppSwitchers/AppSwitchers.module.css/#css-module-data */
|
|
989
|
-
._AppSwitchers_b7m1z_1 {
|
|
990
|
-
align-items: center;
|
|
991
|
-
display: flex;
|
|
992
|
-
gap: 8px;
|
|
993
|
-
padding: 12px 16px;
|
|
994
|
-
}
|
|
995
|
-
._AppSwitchers-divider_b7m1z_8 {
|
|
996
|
-
color: var(--puck-color-grey-10);
|
|
997
|
-
font-size: var(--puck-font-size-l);
|
|
998
|
-
}
|
|
999
|
-
|
|
1000
|
-
/* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/Switcher/Switcher.module.css/#css-module-data */
|
|
1001
|
-
._Switcher_134wo_1 {
|
|
1002
|
-
--switcher-width: 32px;
|
|
1003
|
-
align-items: center;
|
|
1004
|
-
display: flex;
|
|
1005
|
-
position: relative;
|
|
1006
|
-
}
|
|
1007
|
-
._Switcher-link_134wo_8 {
|
|
1008
|
-
align-items: center;
|
|
1009
|
-
border-radius: 4px;
|
|
1010
|
-
display: flex;
|
|
1011
|
-
gap: 16px;
|
|
1012
|
-
height: 100%;
|
|
1013
|
-
padding: 8px 12px;
|
|
1014
|
-
text-decoration: none;
|
|
1015
|
-
}
|
|
1016
|
-
._Switcher-switcher_134wo_18 {
|
|
1017
|
-
align-items: center;
|
|
1018
|
-
background-color: transparent;
|
|
1019
|
-
border: none;
|
|
1020
|
-
border-radius: 4px;
|
|
1021
|
-
color: var(--puck-color-grey-08);
|
|
1022
|
-
padding: 8px;
|
|
1023
|
-
display: flex;
|
|
1024
|
-
width: var(--switcher-width);
|
|
1025
|
-
}
|
|
1026
|
-
._Switcher--hasHref_134wo_29 ._Switcher-switcher_134wo_18:hover {
|
|
1027
|
-
background-color: var(--puck-color-azure-11);
|
|
1028
|
-
color: var(--puck-color-azure-04);
|
|
1029
|
-
cursor: pointer;
|
|
1030
|
-
}
|
|
1031
|
-
._Switcher-logoInner_134wo_35 {
|
|
1032
|
-
border-radius: 100%;
|
|
1033
|
-
background-color: var(--puck-color-grey-09);
|
|
1034
|
-
height: 24px;
|
|
1035
|
-
width: 24px;
|
|
1036
|
-
}
|
|
1037
|
-
._Switcher-label_134wo_42 {
|
|
1038
|
-
color: black;
|
|
1039
|
-
font-weight: 600;
|
|
1040
|
-
}
|
|
1041
|
-
._Switcher-link_134wo_8:hover {
|
|
1042
|
-
background-color: var(--puck-color-azure-11);
|
|
1043
|
-
}
|
|
1044
|
-
._Switcher-link_134wo_8:hover ._Switcher-label_134wo_42 {
|
|
1045
|
-
color: var(--puck-color-azure-04);
|
|
1046
|
-
}
|
|
1047
|
-
._Switcher--slim_134wo_55 ._Switcher-label_134wo_42 {
|
|
1048
|
-
display: none;
|
|
1049
|
-
}
|
|
1050
|
-
._Switcher--slim_134wo_55 ._Switcher-logo_134wo_35 {
|
|
1051
|
-
transform: translateX(-6px);
|
|
1052
|
-
transition: transform 250ms ease-in;
|
|
1053
|
-
}
|
|
1054
|
-
._Switcher-menu_134wo_64 {
|
|
1055
|
-
background: white;
|
|
1056
|
-
border: 1px solid var(--puck-color-grey-09);
|
|
1057
|
-
border-radius: 4px;
|
|
1058
|
-
display: none;
|
|
1059
|
-
position: absolute;
|
|
1060
|
-
top: 100%;
|
|
1061
|
-
left: calc(100% - var(--switcher-width));
|
|
1062
|
-
z-index: 1;
|
|
1063
|
-
}
|
|
1064
|
-
._Switcher--menuVisible_134wo_75 ._Switcher-menu_134wo_64 {
|
|
1065
|
-
display: block;
|
|
1066
|
-
}
|
|
1067
|
-
._Switcher-menuList_134wo_79 {
|
|
1068
|
-
list-style: none;
|
|
1069
|
-
margin: 0;
|
|
1070
|
-
padding: 8px;
|
|
1071
|
-
}
|
|
1072
|
-
._Switcher-menuItemAction_134wo_85 {
|
|
1073
|
-
background-color: transparent;
|
|
1074
|
-
border: none;
|
|
1075
|
-
color: black;
|
|
1076
|
-
display: block;
|
|
1077
|
-
font-size: var(--puck-font-size-xs);
|
|
1078
|
-
font-weight: 500;
|
|
1079
|
-
padding: 12px 16px;
|
|
1080
|
-
text-align: left;
|
|
1081
|
-
text-decoration: none;
|
|
1082
|
-
}
|
|
1083
|
-
._Switcher-menuItemAction_134wo_85:hover {
|
|
1084
|
-
background-color: var(--puck-color-azure-11);
|
|
1085
|
-
}
|
|
1086
|
-
|
|
1087
|
-
/* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/PuckLayout/PuckLayout.module.css/#css-module-data */
|
|
1088
|
-
._PuckLayout_1yvk1_1 {
|
|
1089
|
-
display: flex;
|
|
1090
|
-
flex-direction: column;
|
|
1091
|
-
width: 100vw;
|
|
1092
|
-
height: 100vh;
|
|
1093
|
-
}
|
|
1094
|
-
._PuckLayout-layout_1yvk1_8 {
|
|
1095
|
-
display: grid;
|
|
1096
|
-
grid-template-columns: 68px 256px auto 256px;
|
|
1097
|
-
flex-grow: 1;
|
|
1098
|
-
min-height: 0;
|
|
1099
|
-
}
|
|
1100
|
-
._PuckLayout-loader_1yvk1_15 {
|
|
1101
|
-
align-items: center;
|
|
1102
|
-
border: 1px solid var(--puck-color-grey-09);
|
|
1103
|
-
display: flex;
|
|
1104
|
-
justify-content: center;
|
|
1105
|
-
background-color: white;
|
|
1106
|
-
height: 100%;
|
|
1107
|
-
}
|
|
1108
|
-
._PuckLayout-sideHeader_1yvk1_24 {
|
|
1109
|
-
align-items: center;
|
|
1110
|
-
display: flex;
|
|
1111
|
-
border-bottom: 1px solid var(--puck-color-grey-09);
|
|
1112
|
-
border-right: 1px solid var(--puck-color-grey-09);
|
|
1113
|
-
padding-left: 16px;
|
|
1114
|
-
}
|
|
1115
|
-
._PuckLayout-switcher_1yvk1_32 {
|
|
1116
|
-
border-bottom: 1px solid var(--puck-color-grey-09);
|
|
1117
|
-
border-right: 1px solid var(--puck-color-grey-09);
|
|
1118
|
-
}
|
|
1119
|
-
._PuckLayout-nav_1yvk1_37 {
|
|
1120
|
-
border-right: 1px solid var(--puck-color-grey-09);
|
|
1121
|
-
background-color: var(--puck-color-grey-12);
|
|
1122
|
-
}
|
|
1123
|
-
._PuckLayout-versionLoader_1yvk1_42 {
|
|
1124
|
-
align-items: center;
|
|
1125
|
-
display: flex;
|
|
1126
|
-
justify-content: center;
|
|
1127
|
-
}
|
|
1128
|
-
._PuckLayout-versionList_1yvk1_48 {
|
|
1129
|
-
list-style: none;
|
|
1130
|
-
display: flex;
|
|
1131
|
-
flex-direction: column;
|
|
1132
|
-
gap: 16px;
|
|
1133
|
-
margin: 0;
|
|
1134
|
-
padding: 16px;
|
|
1135
|
-
}
|
|
1136
|
-
._PuckLayout-version_1yvk1_42 {
|
|
1137
|
-
background-color: white;
|
|
1138
|
-
padding: 8px 12px;
|
|
1139
|
-
border: 1px solid var(--puck-color-grey-10);
|
|
1140
|
-
border-radius: 4px;
|
|
1141
|
-
}
|
|
1142
|
-
._PuckLayout-versionBody_1yvk1_64 {
|
|
1143
|
-
display: flex;
|
|
1144
|
-
padding-bottom: 4px;
|
|
1145
|
-
margin-bottom: 8px;
|
|
1146
|
-
border-bottom: 1px solid var(--puck-color-grey-10);
|
|
1147
|
-
}
|
|
1148
|
-
._PuckLayout-versionDetails_1yvk1_71 {
|
|
1149
|
-
display: flex;
|
|
1150
|
-
}
|
|
1151
|
-
._PuckLayout-version_1yvk1_42:hover {
|
|
1152
|
-
background-color: var(--puck-color-azure-11);
|
|
1153
|
-
border-color: var(--puck-color-azure-04);
|
|
1154
|
-
cursor: pointer;
|
|
1155
|
-
}
|
|
1156
|
-
._PuckLayout-versionInner_1yvk1_81 {
|
|
1157
|
-
color: unset;
|
|
1158
|
-
text-decoration: none;
|
|
1159
|
-
}
|
|
1160
|
-
._PuckLayout-versionVersion_1yvk1_86 {
|
|
1161
|
-
font-weight: 600;
|
|
1162
|
-
}
|
|
1163
|
-
._PuckLayout-versionStatus_1yvk1_90 {
|
|
1164
|
-
margin-left: auto;
|
|
1165
|
-
text-transform: uppercase;
|
|
1166
|
-
font-weight: 600;
|
|
1167
|
-
font-size: var(--puck-font-size-xxs);
|
|
1168
|
-
border-radius: 4px;
|
|
1169
|
-
border: 1px solid var(--puck-color-grey-01);
|
|
1170
|
-
padding: 4px 8px;
|
|
1171
|
-
}
|
|
1172
|
-
._PuckLayout-versionDetails_1yvk1_71 {
|
|
1173
|
-
width: 100%;
|
|
1174
|
-
}
|
|
1175
|
-
._PuckLayout-versionAuthor_1yvk1_104 {
|
|
1176
|
-
flex-grow: 1;
|
|
1177
|
-
}
|
|
1178
|
-
._PuckLayout-versionAuthorName_1yvk1_108 {
|
|
1179
|
-
font-size: var(--puck-font-size-xxs);
|
|
1180
|
-
}
|
|
1181
|
-
._PuckLayout-versionDate_1yvk1_112 {
|
|
1182
|
-
font-size: var(--puck-font-size-xxs);
|
|
1183
|
-
margin-left: auto;
|
|
1184
|
-
}
|
|
1185
|
-
._PuckLayout-fields_1yvk1_117 {
|
|
1186
|
-
border-left: 1px solid var(--puck-color-grey-09);
|
|
1187
|
-
}
|
|
1188
|
-
._PuckLayout-sidebar_1yvk1_121 {
|
|
1189
|
-
background-color: var(--puck-color-grey-12);
|
|
1190
|
-
border-right: 1px solid var(--puck-color-grey-09);
|
|
1191
|
-
overflow: auto;
|
|
1192
|
-
}
|
|
1193
|
-
|
|
1194
|
-
/* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/Section/Section.module.css/#css-module-data */
|
|
1195
|
-
._Section-inner_1uwo0_1 {
|
|
1196
|
-
margin-left: auto;
|
|
1197
|
-
margin-right: auto;
|
|
1198
|
-
max-width: 1280px;
|
|
1199
|
-
padding: 16px;
|
|
1200
|
-
}
|
|
1201
|
-
._Section--flush_1uwo0_8 ._Section-inner_1uwo0_1 {
|
|
1202
|
-
padding-bottom: 0;
|
|
1203
|
-
padding-top: 0;
|
|
1204
|
-
}
|
|
1205
|
-
._Section_1uwo0_1 + ._Section_1uwo0_1 {
|
|
1206
|
-
border-top: 1px solid var(--puck-color-grey-09);
|
|
1207
|
-
}
|
|
1208
|
-
._Section--full_1uwo0_17 ._Section-inner_1uwo0_1 {
|
|
1209
|
-
max-width: unset;
|
|
1210
|
-
}
|
|
1211
|
-
|
|
1212
802
|
/* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/Table/Table.module.css/#css-module-data */
|
|
1213
|
-
.
|
|
803
|
+
._Table_1w0os_1 {
|
|
1214
804
|
color: black;
|
|
1215
805
|
display: flex;
|
|
1216
806
|
flex-direction: column;
|
|
1217
807
|
flex-grow: 1;
|
|
808
|
+
overflow-y: auto;
|
|
1218
809
|
}
|
|
1219
|
-
._Table-
|
|
810
|
+
._Table-filters_1w0os_9 {
|
|
1220
811
|
margin: 16px;
|
|
1221
812
|
}
|
|
1222
|
-
._Table-
|
|
813
|
+
._Table-inner_1w0os_13 {
|
|
1223
814
|
text-align: left;
|
|
1224
815
|
}
|
|
1225
|
-
._Table-
|
|
816
|
+
._Table-table_1w0os_17 {
|
|
817
|
+
color: var(--puck-color-grey-02);
|
|
818
|
+
font-size: var(--puck-font-size-xxs);
|
|
1226
819
|
position: relative;
|
|
1227
820
|
width: 100%;
|
|
1228
821
|
}
|
|
1229
|
-
.
|
|
822
|
+
._Table_1w0os_1 thead {
|
|
1230
823
|
background: white;
|
|
1231
824
|
font-size: var(--puck-font-size-xxs);
|
|
1232
825
|
position: sticky;
|
|
@@ -1234,55 +827,58 @@ a._Avatar_meij0_1:hover ._Avatar-name_meij0_41 {
|
|
|
1234
827
|
white-space: nowrap;
|
|
1235
828
|
z-index: 1;
|
|
1236
829
|
}
|
|
1237
|
-
.
|
|
830
|
+
._Table_1w0os_1 thead::after {
|
|
1238
831
|
content: "";
|
|
1239
832
|
position: absolute;
|
|
1240
833
|
height: 1px;
|
|
1241
834
|
width: 100%;
|
|
1242
|
-
background-color: var(--puck-color-grey-
|
|
835
|
+
background-color: var(--puck-color-grey-10);
|
|
1243
836
|
}
|
|
1244
|
-
.
|
|
837
|
+
._Table_1w0os_1 tbody tr {
|
|
1245
838
|
z-index: 0;
|
|
1246
839
|
}
|
|
1247
|
-
.
|
|
1248
|
-
background:
|
|
1249
|
-
font-weight:
|
|
840
|
+
._Table_1w0os_1 th {
|
|
841
|
+
background: var(--puck-color-grey-12);
|
|
842
|
+
font-weight: 400;
|
|
1250
843
|
padding-left: 24px;
|
|
1251
844
|
padding-right: 24px;
|
|
1252
|
-
padding-bottom:
|
|
1253
|
-
padding-top:
|
|
845
|
+
padding-bottom: 12px;
|
|
846
|
+
padding-top: 12px;
|
|
1254
847
|
}
|
|
1255
848
|
@media (--standard-viewport) {
|
|
1256
|
-
.
|
|
849
|
+
._Table_1w0os_1 th {
|
|
1257
850
|
padding-left: 32px;
|
|
1258
851
|
padding-right: 32px;
|
|
1259
852
|
}
|
|
1260
853
|
}
|
|
1261
|
-
.
|
|
854
|
+
._Table_1w0os_1 td {
|
|
1262
855
|
border-bottom: 1px solid var(--puck-color-grey-10);
|
|
1263
856
|
padding-left: 24px;
|
|
1264
857
|
padding-right: 24px;
|
|
1265
|
-
padding-bottom:
|
|
1266
|
-
padding-top:
|
|
858
|
+
padding-bottom: 16px;
|
|
859
|
+
padding-top: 16px;
|
|
1267
860
|
white-space: nowrap;
|
|
1268
861
|
}
|
|
1269
|
-
.
|
|
862
|
+
._Table_1w0os_1 td:not(:first-of-type) {
|
|
863
|
+
color: var(--puck-color-grey-05);
|
|
864
|
+
}
|
|
865
|
+
._Table_1w0os_1 tbody tr:last-of-type td {
|
|
1270
866
|
border-bottom: none;
|
|
1271
867
|
}
|
|
1272
868
|
@media (--standard-viewport) {
|
|
1273
|
-
.
|
|
869
|
+
._Table_1w0os_1 td {
|
|
1274
870
|
padding-left: 32px;
|
|
1275
871
|
padding-right: 32px;
|
|
1276
872
|
}
|
|
1277
873
|
}
|
|
1278
|
-
._Table-
|
|
874
|
+
._Table-footer_1w0os_85 {
|
|
1279
875
|
border-top: 1px solid var(--puck-color-grey-09);
|
|
1280
876
|
}
|
|
1281
|
-
._Table--
|
|
877
|
+
._Table--clickableRows_1w0os_89 tbody tr:hover {
|
|
1282
878
|
background: var(--puck-color-azure-12);
|
|
1283
879
|
cursor: pointer;
|
|
1284
880
|
}
|
|
1285
|
-
._Table-
|
|
881
|
+
._Table-placeholder_1w0os_94 {
|
|
1286
882
|
align-items: center;
|
|
1287
883
|
color: var(--puck-color-grey-06);
|
|
1288
884
|
justify-content: center;
|
|
@@ -1292,37 +888,8 @@ a._Avatar_meij0_1:hover ._Avatar-name_meij0_41 {
|
|
|
1292
888
|
width: 100%;
|
|
1293
889
|
height: 100%;
|
|
1294
890
|
}
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
._Tabs_1d592_1 {
|
|
1298
|
-
display: flex;
|
|
1299
|
-
margin: 0;
|
|
1300
|
-
padding: 0;
|
|
1301
|
-
list-style: none;
|
|
1302
|
-
}
|
|
1303
|
-
._TabItem_1d592_8 {
|
|
1304
|
-
display: flex;
|
|
1305
|
-
}
|
|
1306
|
-
._TabItem-link_1d592_12 {
|
|
1307
|
-
align-items: center;
|
|
1308
|
-
border-bottom: 3px solid transparent;
|
|
1309
|
-
border-top: 3px solid transparent;
|
|
1310
|
-
color: black;
|
|
1311
|
-
display: flex;
|
|
1312
|
-
gap: 4px;
|
|
1313
|
-
text-decoration: none;
|
|
1314
|
-
padding: 16px;
|
|
1315
|
-
}
|
|
1316
|
-
._TabItem-icon_1d592_23 {
|
|
1317
|
-
align-items: center;
|
|
1318
|
-
color: var(--puck-color-grey-05);
|
|
1319
|
-
display: flex;
|
|
1320
|
-
}
|
|
1321
|
-
._TabItem--isActive_1d592_29 ._TabItem-link_1d592_12 {
|
|
1322
|
-
border-bottom-color: var(--puck-color-azure-04);
|
|
1323
|
-
}
|
|
1324
|
-
._TabItem-link_1d592_12:hover {
|
|
1325
|
-
background-color: var(--puck-color-azure-10);
|
|
891
|
+
._Table-loader_1w0os_105 {
|
|
892
|
+
padding: 16px 24px;
|
|
1326
893
|
}
|
|
1327
894
|
|
|
1328
895
|
/* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/VerticalSpace/VerticalSpace.module.css/#css-module-data */
|
|
@@ -1357,73 +924,43 @@ a._Avatar_meij0_1:hover ._Avatar-name_meij0_41 {
|
|
|
1357
924
|
padding-top: 128px;
|
|
1358
925
|
}
|
|
1359
926
|
|
|
1360
|
-
/* css-module:/home/runner/work/puck-platform/puck-platform/packages/
|
|
1361
|
-
.
|
|
1362
|
-
background: white;
|
|
1363
|
-
height: 100%;
|
|
1364
|
-
display: flex;
|
|
1365
|
-
flex-direction: column;
|
|
1366
|
-
}
|
|
1367
|
-
._Chat-header_1mv7h_8 {
|
|
1368
|
-
display: block;
|
|
1369
|
-
padding: 8px 16px;
|
|
1370
|
-
font-weight: 600;
|
|
1371
|
-
border-bottom: 1px solid var(--puck-color-grey-09);
|
|
927
|
+
/* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/Viewport/styles.module.css/#css-module-data */
|
|
928
|
+
._Viewport_1vvhm_3 {
|
|
1372
929
|
}
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
display: block;
|
|
1376
|
-
padding: 16px;
|
|
1377
|
-
}
|
|
1378
|
-
}
|
|
1379
|
-
._Chat-placeholder_1mv7h_22 {
|
|
1380
|
-
align-items: center;
|
|
1381
|
-
color: var(--puck-color-grey-06);
|
|
930
|
+
._Viewport--standard_1vvhm_6,
|
|
931
|
+
._Viewport--inline_1vvhm_7._Viewport--standard_1vvhm_6 {
|
|
1382
932
|
display: none;
|
|
1383
|
-
justify-content: center;
|
|
1384
|
-
flex-direction: column;
|
|
1385
|
-
height: 100%;
|
|
1386
|
-
text-align: center;
|
|
1387
|
-
padding: 32px;
|
|
1388
|
-
gap: 8px;
|
|
1389
933
|
}
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
display: flex;
|
|
1393
|
-
}
|
|
1394
|
-
}
|
|
1395
|
-
._Chat-actions_1mv7h_40 {
|
|
1396
|
-
display: flex;
|
|
1397
|
-
gap: 8px;
|
|
1398
|
-
justify-content: center;
|
|
1399
|
-
flex-wrap: wrap;
|
|
1400
|
-
margin-top: 4px;
|
|
1401
|
-
}
|
|
1402
|
-
._Chat-action_1mv7h_40,
|
|
1403
|
-
._Chat-actionOutlined_1mv7h_49 {
|
|
1404
|
-
border: 1px solid var(--puck-color-azure-04);
|
|
1405
|
-
border-radius: 16px;
|
|
1406
|
-
padding: 4px 12px;
|
|
1407
|
-
font-size: 12px;
|
|
1408
|
-
cursor: pointer;
|
|
934
|
+
._Viewport--narrow_1vvhm_11 {
|
|
935
|
+
display: block;
|
|
1409
936
|
}
|
|
1410
|
-
.
|
|
1411
|
-
|
|
1412
|
-
color: white;
|
|
937
|
+
._Viewport--inline_1vvhm_7._Viewport--narrow_1vvhm_11 {
|
|
938
|
+
display: inline;
|
|
1413
939
|
}
|
|
1414
|
-
.
|
|
1415
|
-
|
|
940
|
+
._Viewport--flex_1vvhm_19._Viewport--narrow_1vvhm_11 {
|
|
941
|
+
display: flex;
|
|
1416
942
|
}
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
943
|
+
@media (min-width: 768px) {
|
|
944
|
+
._Viewport--narrow_1vvhm_11,
|
|
945
|
+
._Viewport--inline_1vvhm_7._Viewport--narrow_1vvhm_11,
|
|
946
|
+
._Viewport--flex_1vvhm_19._Viewport--narrow_1vvhm_11 {
|
|
947
|
+
display: none;
|
|
948
|
+
}
|
|
1420
949
|
}
|
|
1421
|
-
|
|
1422
|
-
|
|
950
|
+
@media (min-width: 768px) {
|
|
951
|
+
._Viewport--standard_1vvhm_6 {
|
|
952
|
+
display: block;
|
|
953
|
+
}
|
|
954
|
+
._Viewport--inline_1vvhm_7._Viewport--standard_1vvhm_6 {
|
|
955
|
+
display: inline;
|
|
956
|
+
}
|
|
957
|
+
._Viewport--flex_1vvhm_19._Viewport--standard_1vvhm_6 {
|
|
958
|
+
display: flex;
|
|
959
|
+
}
|
|
1423
960
|
}
|
|
1424
961
|
|
|
1425
962
|
/* css-module:/home/runner/work/puck-platform/puck-platform/packages/plugin-ai/src/components/ChatBody/styles.module.css/#css-module-data */
|
|
1426
|
-
.
|
|
963
|
+
._Chat_150yz_1 {
|
|
1427
964
|
--fade-size: 32px;
|
|
1428
965
|
--chat-background-color: white;
|
|
1429
966
|
display: flex;
|
|
@@ -1433,46 +970,46 @@ a._Avatar_meij0_1:hover ._Avatar-name_meij0_41 {
|
|
|
1433
970
|
overflow: hidden;
|
|
1434
971
|
}
|
|
1435
972
|
@media (min-width: 638px) {
|
|
1436
|
-
.
|
|
973
|
+
._Chat_150yz_1 {
|
|
1437
974
|
max-height: none;
|
|
1438
975
|
}
|
|
1439
976
|
}
|
|
1440
|
-
._Chat-
|
|
977
|
+
._Chat-inner_150yz_17 {
|
|
1441
978
|
background-color: var(--chat-background-color);
|
|
1442
979
|
display: flex;
|
|
1443
980
|
flex-direction: column;
|
|
1444
981
|
max-height: 100%;
|
|
1445
982
|
position: relative;
|
|
1446
983
|
}
|
|
1447
|
-
._Chat--
|
|
984
|
+
._Chat--hasMessages_150yz_25 ._Chat-inner_150yz_17 {
|
|
1448
985
|
padding-top: 0;
|
|
1449
986
|
}
|
|
1450
|
-
.
|
|
987
|
+
._Chat_150yz_1:not(._Chat--hasChildren_150yz_29) ._Chat-inner_150yz_17 {
|
|
1451
988
|
height: 100%;
|
|
1452
989
|
padding-top: 0;
|
|
1453
990
|
}
|
|
1454
|
-
._Chat--
|
|
991
|
+
._Chat--hasMessages_150yz_25 ._Chat-messages_150yz_34 {
|
|
1455
992
|
display: flex;
|
|
1456
993
|
flex-direction: column-reverse;
|
|
1457
994
|
padding: 16px;
|
|
1458
995
|
overflow: auto;
|
|
1459
996
|
}
|
|
1460
|
-
._Chat-
|
|
997
|
+
._Chat-form_150yz_41 {
|
|
1461
998
|
background-color: white;
|
|
1462
999
|
padding: 16px;
|
|
1463
1000
|
}
|
|
1464
|
-
._Chat--
|
|
1001
|
+
._Chat--hideInput_150yz_46 ._Chat-form_150yz_41 {
|
|
1465
1002
|
display: none;
|
|
1466
1003
|
}
|
|
1467
|
-
._Chat--
|
|
1004
|
+
._Chat--hasMessages_150yz_25 ._Chat-form_150yz_41 {
|
|
1468
1005
|
border-top: 1px solid var(--puck-color-grey-09);
|
|
1469
1006
|
}
|
|
1470
1007
|
@media (min-width: 638px) {
|
|
1471
|
-
._Chat-
|
|
1008
|
+
._Chat-form_150yz_41 {
|
|
1472
1009
|
border-top: 1px solid var(--puck-color-grey-09);
|
|
1473
1010
|
}
|
|
1474
1011
|
}
|
|
1475
|
-
._Chat-
|
|
1012
|
+
._Chat-formHelper_150yz_60 {
|
|
1476
1013
|
align-items: center;
|
|
1477
1014
|
display: flex;
|
|
1478
1015
|
color: var(--puck-color-grey-04);
|
|
@@ -1481,11 +1018,11 @@ a._Avatar_meij0_1:hover ._Avatar-name_meij0_41 {
|
|
|
1481
1018
|
gap: 8px;
|
|
1482
1019
|
padding-bottom: 12px;
|
|
1483
1020
|
}
|
|
1484
|
-
._Chat--
|
|
1021
|
+
._Chat--hasMessages_150yz_25 ._Chat-formHelper_150yz_60 {
|
|
1485
1022
|
opacity: 0;
|
|
1486
1023
|
transition: opacity 250ms ease-in;
|
|
1487
1024
|
}
|
|
1488
|
-
._Chat-
|
|
1025
|
+
._Chat-examplePrompts_150yz_75 {
|
|
1489
1026
|
align-items: center;
|
|
1490
1027
|
display: flex;
|
|
1491
1028
|
flex-wrap: nowrap;
|
|
@@ -1494,7 +1031,7 @@ a._Avatar_meij0_1:hover ._Avatar-name_meij0_41 {
|
|
|
1494
1031
|
width: 100%;
|
|
1495
1032
|
overflow-x: auto;
|
|
1496
1033
|
}
|
|
1497
|
-
._Chat-
|
|
1034
|
+
._Chat-examplePrompt_150yz_75 {
|
|
1498
1035
|
align-items: center;
|
|
1499
1036
|
background: white;
|
|
1500
1037
|
border: 1px solid var(--puck-color-grey-09);
|
|
@@ -1505,33 +1042,34 @@ a._Avatar_meij0_1:hover ._Avatar-name_meij0_41 {
|
|
|
1505
1042
|
padding: 6px 12px;
|
|
1506
1043
|
text-wrap: nowrap;
|
|
1507
1044
|
}
|
|
1508
|
-
._Chat-
|
|
1045
|
+
._Chat-examplePrompt_150yz_75:hover {
|
|
1509
1046
|
background: var(--puck-color-azure-11);
|
|
1510
1047
|
border-color: var(--puck-color-azure-08);
|
|
1511
1048
|
color: var(--puck-color-azure-04);
|
|
1512
1049
|
}
|
|
1513
|
-
._Chat-
|
|
1050
|
+
._Chat-examplePromptArrow_150yz_103 {
|
|
1514
1051
|
margin-left: auto;
|
|
1515
1052
|
}
|
|
1516
|
-
._Chat-
|
|
1053
|
+
._Chat-default_150yz_107 {
|
|
1517
1054
|
overflow-y: auto;
|
|
1518
1055
|
flex-grow: 1;
|
|
1519
1056
|
}
|
|
1520
|
-
._Chat--
|
|
1057
|
+
._Chat--hasMessages_150yz_25 ._Chat-default_150yz_107 {
|
|
1521
1058
|
opacity: 0;
|
|
1522
1059
|
padding: 0;
|
|
1523
1060
|
pointer-events: none;
|
|
1524
1061
|
transition: opacity 250ms ease-in;
|
|
1525
1062
|
}
|
|
1526
|
-
._Chat--
|
|
1063
|
+
._Chat--hasMessages_150yz_25 {
|
|
1527
1064
|
background-color: white;
|
|
1528
1065
|
transition: background-color 250ms ease-in;
|
|
1529
1066
|
}
|
|
1530
|
-
.
|
|
1067
|
+
._ChatMessage_150yz_124 {
|
|
1531
1068
|
font-size: var(--puck-font-size-xs);
|
|
1532
1069
|
line-height: var(--line-height-s);
|
|
1070
|
+
overflow-wrap: break-word;
|
|
1533
1071
|
}
|
|
1534
|
-
._ChatMessage--
|
|
1072
|
+
._ChatMessage--userRole_150yz_130 ._ChatMessage-text_150yz_130 {
|
|
1535
1073
|
background: var(--puck-color-azure-10);
|
|
1536
1074
|
border-radius: 16px;
|
|
1537
1075
|
color: var(--puck-color-grey-03);
|
|
@@ -1540,64 +1078,64 @@ a._Avatar_meij0_1:hover ._Avatar-name_meij0_41 {
|
|
|
1540
1078
|
margin-top: 8px;
|
|
1541
1079
|
padding: 12px 16px;
|
|
1542
1080
|
}
|
|
1543
|
-
.
|
|
1544
|
-
.
|
|
1081
|
+
._ChatMessage_150yz_124 ul,
|
|
1082
|
+
._ChatMessage_150yz_124 ol {
|
|
1545
1083
|
list-style: decimal;
|
|
1546
1084
|
margin: 0;
|
|
1547
1085
|
margin-bottom: 12px;
|
|
1548
1086
|
margin-top: 12px;
|
|
1549
1087
|
padding-left: 32px;
|
|
1550
1088
|
}
|
|
1551
|
-
.
|
|
1089
|
+
._ChatMessage_150yz_124 li {
|
|
1552
1090
|
margin-bottom: 8px;
|
|
1553
1091
|
margin-top: 8px;
|
|
1554
1092
|
padding-left: 8px;
|
|
1555
1093
|
}
|
|
1556
|
-
.
|
|
1557
|
-
.
|
|
1558
|
-
.
|
|
1559
|
-
.
|
|
1560
|
-
.
|
|
1561
|
-
.
|
|
1094
|
+
._ChatMessage_150yz_124 h1,
|
|
1095
|
+
._ChatMessage_150yz_124 h2,
|
|
1096
|
+
._ChatMessage_150yz_124 h3,
|
|
1097
|
+
._ChatMessage_150yz_124 h4,
|
|
1098
|
+
._ChatMessage_150yz_124 h5,
|
|
1099
|
+
._ChatMessage_150yz_124 h6 {
|
|
1562
1100
|
font-weight: 600;
|
|
1563
1101
|
}
|
|
1564
|
-
.
|
|
1102
|
+
._ChatMessage_150yz_124 h1 {
|
|
1565
1103
|
font-size: var(--puck-font-l);
|
|
1566
1104
|
}
|
|
1567
|
-
.
|
|
1105
|
+
._ChatMessage_150yz_124 h2 {
|
|
1568
1106
|
font-size: var(--puck-font-m);
|
|
1569
1107
|
}
|
|
1570
|
-
.
|
|
1108
|
+
._ChatMessage_150yz_124 h3 {
|
|
1571
1109
|
font-size: var(--puck-font-m);
|
|
1572
1110
|
}
|
|
1573
|
-
.
|
|
1111
|
+
._ChatMessage_150yz_124 h4 {
|
|
1574
1112
|
font-size: var(--puck-font-s);
|
|
1575
1113
|
}
|
|
1576
|
-
.
|
|
1114
|
+
._ChatMessage_150yz_124 h5 {
|
|
1577
1115
|
font-size: var(--puck-font-xs);
|
|
1578
1116
|
}
|
|
1579
|
-
.
|
|
1117
|
+
._ChatMessage_150yz_124 h6 {
|
|
1580
1118
|
font-size: var(--puck-font-xm);
|
|
1581
1119
|
}
|
|
1582
|
-
.
|
|
1120
|
+
._ChatMessage_150yz_124 p {
|
|
1583
1121
|
margin-bottom: 8px;
|
|
1584
1122
|
margin-top: 8px;
|
|
1585
1123
|
}
|
|
1586
|
-
.
|
|
1124
|
+
._ChatMessage_150yz_124 a {
|
|
1587
1125
|
color: var(--puck-color-azure-04);
|
|
1588
1126
|
font-weight: 600;
|
|
1589
1127
|
text-decoration: none;
|
|
1590
1128
|
}
|
|
1591
|
-
.
|
|
1129
|
+
._ChatMessage_150yz_124 a:hover {
|
|
1592
1130
|
color: var(--puck-color-azure-05);
|
|
1593
1131
|
}
|
|
1594
|
-
.
|
|
1132
|
+
._ChatMessage_150yz_124 hr {
|
|
1595
1133
|
border-top: none;
|
|
1596
1134
|
border-bottom-color: var(--puck-color-grey-09);
|
|
1597
1135
|
margin-bottom: 16px;
|
|
1598
1136
|
margin-top: 16px;
|
|
1599
1137
|
}
|
|
1600
|
-
.
|
|
1138
|
+
._ChatMessage_150yz_124 blockquote {
|
|
1601
1139
|
margin-bottom: 8px;
|
|
1602
1140
|
margin-top: 8px;
|
|
1603
1141
|
margin-left: 0;
|
|
@@ -1606,7 +1144,7 @@ a._Avatar_meij0_1:hover ._Avatar-name_meij0_41 {
|
|
|
1606
1144
|
padding-bottom: 2px;
|
|
1607
1145
|
padding-top: 2px;
|
|
1608
1146
|
}
|
|
1609
|
-
._ChatMessage-
|
|
1147
|
+
._ChatMessage-data_150yz_220 {
|
|
1610
1148
|
background: var(--puck-color-grey-12);
|
|
1611
1149
|
border: 1px solid var(--puck-color-grey-08);
|
|
1612
1150
|
border-radius: 16px;
|
|
@@ -1616,19 +1154,19 @@ a._Avatar_meij0_1:hover ._Avatar-name_meij0_41 {
|
|
|
1616
1154
|
margin-top: 12px;
|
|
1617
1155
|
padding: 12px 16px;
|
|
1618
1156
|
}
|
|
1619
|
-
._ChatMessage-
|
|
1157
|
+
._ChatMessage-dataInner_150yz_231 {
|
|
1620
1158
|
align-items: center;
|
|
1621
1159
|
display: flex;
|
|
1622
1160
|
gap: 8px;
|
|
1623
1161
|
}
|
|
1624
|
-
._ChatMessage-
|
|
1162
|
+
._ChatMessage-dataIcon_150yz_237 {
|
|
1625
1163
|
display: flex;
|
|
1626
1164
|
}
|
|
1627
|
-
._Chat-
|
|
1165
|
+
._Chat-loader_150yz_241 {
|
|
1628
1166
|
padding: 16px;
|
|
1629
1167
|
padding-top: 0;
|
|
1630
1168
|
}
|
|
1631
|
-
._Chat-
|
|
1169
|
+
._Chat-error_150yz_246 {
|
|
1632
1170
|
align-items: center;
|
|
1633
1171
|
display: flex;
|
|
1634
1172
|
gap: 8px;
|
|
@@ -1636,10 +1174,10 @@ a._Avatar_meij0_1:hover ._Avatar-name_meij0_41 {
|
|
|
1636
1174
|
margin: 16px;
|
|
1637
1175
|
margin-top: 0;
|
|
1638
1176
|
}
|
|
1639
|
-
._Chat-
|
|
1177
|
+
._Chat-errorLabel_150yz_255 {
|
|
1640
1178
|
color: var(--puck-color-red-04);
|
|
1641
1179
|
}
|
|
1642
|
-
._Chat-
|
|
1180
|
+
._Chat-errorAction_150yz_259 {
|
|
1643
1181
|
margin-left: auto;
|
|
1644
1182
|
}
|
|
1645
1183
|
|