@puckeditor/plugin-ai 0.6.1-canary.9c67fdb1 → 0.6.1-canary.9cefc9aa
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 +114 -229
- package/dist/index.js +213 -3176
- package/dist/index.mjs +221 -3194
- package/package.json +2 -2
package/dist/index.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* css-module:/home/runner/work/
|
|
1
|
+
/* css-module:/home/runner/work/platform/platform/packages/plugin-ai/src/components/Chat/styles.module.css/#css-module-data */
|
|
2
2
|
._Chat_3s08c_1 {
|
|
3
3
|
background: white;
|
|
4
4
|
height: 100%;
|
|
@@ -208,7 +208,7 @@ p {
|
|
|
208
208
|
margin: 0;
|
|
209
209
|
}
|
|
210
210
|
|
|
211
|
-
/* css-module:/home/runner/work/
|
|
211
|
+
/* css-module:/home/runner/work/platform/platform/packages/platform-client/components/ActionModal/ActionModal.module.css/#css-module-data */
|
|
212
212
|
._ActionModal_r3pvy_1 {
|
|
213
213
|
display: block;
|
|
214
214
|
min-width: 356px;
|
|
@@ -235,7 +235,7 @@ p {
|
|
|
235
235
|
padding: 16px 24px;
|
|
236
236
|
}
|
|
237
237
|
|
|
238
|
-
/* css-module:/home/runner/work/
|
|
238
|
+
/* css-module:/home/runner/work/platform/platform/packages/platform-client/components/Modal/Modal.module.css/#css-module-data */
|
|
239
239
|
._Modal-background_1bedq_1 {
|
|
240
240
|
align-items: center;
|
|
241
241
|
display: flex;
|
|
@@ -264,8 +264,8 @@ p {
|
|
|
264
264
|
overflow: auto;
|
|
265
265
|
}
|
|
266
266
|
|
|
267
|
-
/* css-module:/home/runner/work/
|
|
268
|
-
.
|
|
267
|
+
/* css-module:/home/runner/work/platform/platform/packages/platform-client/components/Button/Button.module.css/#css-module-data */
|
|
268
|
+
._Button_1tog0_1 {
|
|
269
269
|
appearance: none;
|
|
270
270
|
background: none;
|
|
271
271
|
border: 1px solid transparent;
|
|
@@ -287,85 +287,84 @@ p {
|
|
|
287
287
|
white-space: nowrap;
|
|
288
288
|
margin: 0;
|
|
289
289
|
}
|
|
290
|
-
.
|
|
291
|
-
.
|
|
290
|
+
._Button_1tog0_1:hover,
|
|
291
|
+
._Button_1tog0_1:active {
|
|
292
292
|
transition: none;
|
|
293
293
|
}
|
|
294
|
-
.
|
|
294
|
+
._Button_1tog0_1:focus-visible {
|
|
295
295
|
outline: 2px solid var(--puck-color-azure-05);
|
|
296
296
|
outline-offset: 2px;
|
|
297
297
|
}
|
|
298
|
-
._Button--
|
|
298
|
+
._Button--medium_1tog0_34 {
|
|
299
299
|
min-height: 34px;
|
|
300
300
|
padding-bottom: 7px;
|
|
301
301
|
padding-left: 15px;
|
|
302
302
|
padding-right: 15px;
|
|
303
303
|
padding-top: 7px;
|
|
304
304
|
}
|
|
305
|
-
._Button--
|
|
305
|
+
._Button--large_1tog0_42 {
|
|
306
306
|
padding-bottom: 11px;
|
|
307
307
|
padding-left: 19px;
|
|
308
308
|
padding-right: 19px;
|
|
309
309
|
padding-top: 11px;
|
|
310
310
|
}
|
|
311
|
-
._Button--
|
|
311
|
+
._Button--brand_1tog0_49 {
|
|
312
312
|
background-image:
|
|
313
313
|
linear-gradient(
|
|
314
314
|
210deg,
|
|
315
315
|
var(--puck-color-azure-01) 0%,
|
|
316
|
-
var(--puck-color-azure-03)
|
|
317
|
-
var(--puck-color-red-05)
|
|
316
|
+
var(--puck-color-azure-03) 30%,
|
|
317
|
+
var(--puck-color-red-05) 130%);
|
|
318
318
|
border: none;
|
|
319
|
-
border-radius: 48px;
|
|
320
319
|
}
|
|
321
320
|
@media (hover: hover) and (pointer: fine) {
|
|
322
|
-
._Button--
|
|
321
|
+
._Button--brand_1tog0_49:hover {
|
|
323
322
|
opacity: 0.8;
|
|
324
323
|
}
|
|
325
324
|
}
|
|
326
|
-
._Button--
|
|
325
|
+
._Button--brand_1tog0_49:active {
|
|
327
326
|
opacity: 0.8;
|
|
328
327
|
}
|
|
329
|
-
._Button--
|
|
328
|
+
._Button--primary_1tog0_69 {
|
|
330
329
|
background: var(--puck-color-azure-04);
|
|
331
330
|
}
|
|
332
331
|
@media (hover: hover) and (pointer: fine) {
|
|
333
|
-
._Button--
|
|
332
|
+
._Button--primary_1tog0_69:hover {
|
|
334
333
|
background-color: var(--puck-color-azure-03);
|
|
335
334
|
}
|
|
336
335
|
}
|
|
337
|
-
._Button--
|
|
336
|
+
._Button--primary_1tog0_69:active {
|
|
338
337
|
background-color: var(--puck-color-azure-02);
|
|
339
338
|
}
|
|
340
|
-
._Button--
|
|
339
|
+
._Button--secondary_1tog0_83 {
|
|
341
340
|
border: 1px solid currentColor;
|
|
342
341
|
color: currentColor;
|
|
343
342
|
}
|
|
344
343
|
@media (hover: hover) and (pointer: fine) {
|
|
345
|
-
._Button--
|
|
344
|
+
._Button--secondary_1tog0_83:hover {
|
|
346
345
|
background-color: var(--puck-color-azure-12);
|
|
347
346
|
color: var(--puck-color-black);
|
|
348
347
|
}
|
|
349
348
|
}
|
|
350
|
-
._Button--
|
|
349
|
+
._Button--secondary_1tog0_83:active {
|
|
351
350
|
background-color: var(--puck-color-azure-11);
|
|
352
351
|
color: var(--puck-color-black);
|
|
353
352
|
}
|
|
354
|
-
._Button--
|
|
353
|
+
._Button--danger_1tog0_100 {
|
|
355
354
|
background: var(--puck-color-red-04);
|
|
356
355
|
}
|
|
357
356
|
@media (hover: hover) and (pointer: fine) {
|
|
358
|
-
._Button--
|
|
357
|
+
._Button--danger_1tog0_100:hover {
|
|
359
358
|
background-color: var(--puck-color-red-03);
|
|
360
359
|
}
|
|
361
360
|
}
|
|
362
|
-
._Button--
|
|
361
|
+
._Button--danger_1tog0_100:active {
|
|
363
362
|
background-color: var(--puck-color-red-02);
|
|
364
363
|
}
|
|
365
|
-
._Button--
|
|
364
|
+
._Button--flush_1tog0_114 {
|
|
366
365
|
border-radius: 0;
|
|
367
366
|
}
|
|
368
|
-
._Button--
|
|
367
|
+
._Button--ghost_1tog0_118 {
|
|
369
368
|
align-items: center;
|
|
370
369
|
background-color: transparent;
|
|
371
370
|
border: none;
|
|
@@ -374,30 +373,30 @@ p {
|
|
|
374
373
|
display: flex;
|
|
375
374
|
}
|
|
376
375
|
@media (hover: hover) and (pointer: fine) {
|
|
377
|
-
._Button--
|
|
376
|
+
._Button--ghost_1tog0_118:hover {
|
|
378
377
|
background-color: var(--puck-color-grey-11);
|
|
379
378
|
color: var(--puck-color-azure-04);
|
|
380
379
|
cursor: pointer;
|
|
381
380
|
}
|
|
382
381
|
}
|
|
383
|
-
._Button--
|
|
384
|
-
._Button--
|
|
385
|
-
._Button--
|
|
386
|
-
._Button--
|
|
382
|
+
._Button--disabled_1tog0_135,
|
|
383
|
+
._Button--disabled_1tog0_135:hover,
|
|
384
|
+
._Button--secondary_1tog0_83._Button--disabled_1tog0_135,
|
|
385
|
+
._Button--secondary_1tog0_83._Button--disabled_1tog0_135:hover {
|
|
387
386
|
background-color: var(--puck-color-grey-12);
|
|
388
387
|
border-color: var(--puck-color-grey-08);
|
|
389
388
|
color: var(--puck-color-grey-07);
|
|
390
389
|
cursor: not-allowed;
|
|
391
390
|
}
|
|
392
|
-
._Button--
|
|
391
|
+
._Button--fullWidth_1tog0_145 {
|
|
393
392
|
justify-content: center;
|
|
394
393
|
width: 100%;
|
|
395
394
|
}
|
|
396
|
-
._Button-
|
|
395
|
+
._Button-spinner_1tog0_150 {
|
|
397
396
|
padding-left: 8px;
|
|
398
397
|
}
|
|
399
398
|
|
|
400
|
-
/* css-module:/home/runner/work/
|
|
399
|
+
/* css-module:/home/runner/work/platform/platform/packages/platform-client/components/Loader/styles.module.css/#css-module-data */
|
|
401
400
|
@keyframes _loader-animation_nacdm_1 {
|
|
402
401
|
0% {
|
|
403
402
|
transform: rotate(0deg) scale(1);
|
|
@@ -419,75 +418,83 @@ p {
|
|
|
419
418
|
animation-fill-mode: both;
|
|
420
419
|
}
|
|
421
420
|
|
|
422
|
-
/* css-module:/home/runner/work/
|
|
423
|
-
.
|
|
421
|
+
/* css-module:/home/runner/work/platform/platform/packages/platform-client/components/Heading/Heading.module.css/#css-module-data */
|
|
422
|
+
._Heading_1sfil_1 {
|
|
424
423
|
display: block;
|
|
424
|
+
font-family: var(--heading-font-family, var(--puck-font-family));
|
|
425
425
|
font-weight: 700;
|
|
426
426
|
margin: 0;
|
|
427
427
|
}
|
|
428
|
-
.
|
|
428
|
+
._Heading_1sfil_1 b {
|
|
429
429
|
font-weight: 700;
|
|
430
430
|
}
|
|
431
|
-
._Heading--
|
|
431
|
+
._Heading--brand_1sfil_12,
|
|
432
|
+
._Heading--brand_1sfil_12 * {
|
|
433
|
+
font-weight: 500;
|
|
434
|
+
letter-spacing: -7%;
|
|
435
|
+
line-height: 1;
|
|
436
|
+
}
|
|
437
|
+
._Heading--brand_1sfil_12 b {
|
|
438
|
+
font-weight: 700;
|
|
439
|
+
}
|
|
440
|
+
._Heading--xxxxl_1sfil_23 {
|
|
432
441
|
font-size: var(--puck-font-size-xxxl);
|
|
433
442
|
}
|
|
434
|
-
._Heading--
|
|
443
|
+
._Heading--xxxl_1sfil_27 {
|
|
435
444
|
font-size: var(--puck-font-size-xxl);
|
|
436
445
|
}
|
|
437
|
-
._Heading--
|
|
446
|
+
._Heading--xxl_1sfil_31 {
|
|
438
447
|
font-size: var(--puck-font-size-xl);
|
|
439
448
|
}
|
|
440
|
-
._Heading--
|
|
449
|
+
._Heading--xl_1sfil_35 {
|
|
441
450
|
font-size: var(--puck-font-size-l);
|
|
442
451
|
}
|
|
443
|
-
._Heading--
|
|
452
|
+
._Heading--l_1sfil_39 {
|
|
444
453
|
font-size: var(--puck-font-size-m);
|
|
445
454
|
}
|
|
446
|
-
._Heading--
|
|
455
|
+
._Heading--m_1sfil_43 {
|
|
447
456
|
font-size: var(--puck-font-size-s);
|
|
448
457
|
}
|
|
449
|
-
._Heading--
|
|
458
|
+
._Heading--s_1sfil_47 {
|
|
450
459
|
font-size: var(--puck-font-size-xs);
|
|
451
460
|
}
|
|
452
|
-
._Heading--
|
|
461
|
+
._Heading--xs_1sfil_51 {
|
|
453
462
|
font-size: var(--puck-font-size-xxs);
|
|
454
463
|
}
|
|
455
|
-
._Heading--
|
|
464
|
+
._Heading--xxs_1sfil_55 {
|
|
456
465
|
font-size: var(--puck-font-size-xxs);
|
|
457
466
|
}
|
|
458
467
|
@media (min-width: 768px) {
|
|
459
|
-
._Heading--
|
|
468
|
+
._Heading--xxxxl_1sfil_23 {
|
|
460
469
|
font-size: var(--puck-font-size-xxxxl);
|
|
461
|
-
letter-spacing: 0.08ch;
|
|
462
|
-
font-weight: 800;
|
|
463
470
|
}
|
|
464
|
-
._Heading--
|
|
471
|
+
._Heading--xxxl_1sfil_27 {
|
|
465
472
|
font-size: var(--puck-font-size-xxxl);
|
|
466
473
|
}
|
|
467
|
-
._Heading--
|
|
474
|
+
._Heading--xxl_1sfil_31 {
|
|
468
475
|
font-size: var(--puck-font-size-xxl);
|
|
469
476
|
}
|
|
470
|
-
._Heading--
|
|
477
|
+
._Heading--xl_1sfil_35 {
|
|
471
478
|
font-size: var(--puck-font-size-xl);
|
|
472
479
|
}
|
|
473
|
-
._Heading--
|
|
480
|
+
._Heading--l_1sfil_39 {
|
|
474
481
|
font-size: var(--puck-font-size-l);
|
|
475
482
|
}
|
|
476
|
-
._Heading--
|
|
483
|
+
._Heading--m_1sfil_43 {
|
|
477
484
|
font-size: var(--puck-font-size-m);
|
|
478
485
|
}
|
|
479
|
-
._Heading--
|
|
486
|
+
._Heading--s_1sfil_47 {
|
|
480
487
|
font-size: var(--puck-font-size-s);
|
|
481
488
|
}
|
|
482
|
-
._Heading--
|
|
489
|
+
._Heading--xs_1sfil_51 {
|
|
483
490
|
font-size: var(--puck-font-size-xs);
|
|
484
491
|
}
|
|
485
|
-
._Heading--
|
|
492
|
+
._Heading--xxs_1sfil_55 {
|
|
486
493
|
font-size: var(--puck-font-size-xxs);
|
|
487
494
|
}
|
|
488
495
|
}
|
|
489
496
|
|
|
490
|
-
/* css-module:/home/runner/work/
|
|
497
|
+
/* css-module:/home/runner/work/platform/platform/packages/platform-client/components/Align/Align.module.css/#css-module-data */
|
|
491
498
|
._Align_oewlu_1 {
|
|
492
499
|
align-items: flex-start;
|
|
493
500
|
display: flex;
|
|
@@ -511,7 +518,7 @@ p {
|
|
|
511
518
|
position: relative;
|
|
512
519
|
}
|
|
513
520
|
|
|
514
|
-
/* css-module:/home/runner/work/
|
|
521
|
+
/* css-module:/home/runner/work/platform/platform/packages/platform-client/components/AutoForm/AutoForm.module.css/#css-module-data */
|
|
515
522
|
._AutoForm_1vmh9_1 {
|
|
516
523
|
display: flex;
|
|
517
524
|
gap: 16px;
|
|
@@ -522,7 +529,7 @@ p {
|
|
|
522
529
|
padding: 0px !important;
|
|
523
530
|
}
|
|
524
531
|
|
|
525
|
-
/* css-module:/home/runner/work/
|
|
532
|
+
/* css-module:/home/runner/work/platform/platform/packages/platform-client/components/Card/Card.module.css/#css-module-data */
|
|
526
533
|
._Card_rpnal_1 {
|
|
527
534
|
background-color: white;
|
|
528
535
|
border: 1px solid var(--puck-color-grey-08);
|
|
@@ -562,7 +569,7 @@ p {
|
|
|
562
569
|
color: var(--puck-color-azure-04);
|
|
563
570
|
}
|
|
564
571
|
|
|
565
|
-
/* css-module:/home/runner/work/
|
|
572
|
+
/* css-module:/home/runner/work/platform/platform/packages/platform-client/components/CardSelector/styles.module.css/#css-module-data */
|
|
566
573
|
._CardSelector_1ogry_1 {
|
|
567
574
|
display: grid;
|
|
568
575
|
gap: 16px;
|
|
@@ -600,7 +607,7 @@ p {
|
|
|
600
607
|
cursor: pointer;
|
|
601
608
|
}
|
|
602
609
|
|
|
603
|
-
/* css-module:/home/runner/work/
|
|
610
|
+
/* css-module:/home/runner/work/platform/platform/packages/platform-client/components/Code/Code.module.css/#css-module-data */
|
|
604
611
|
._Code_d4378_1 {
|
|
605
612
|
border-radius: 8px;
|
|
606
613
|
position: relative;
|
|
@@ -720,7 +727,7 @@ p {
|
|
|
720
727
|
background: var(--puck-color-grey-11);
|
|
721
728
|
}
|
|
722
729
|
|
|
723
|
-
/* css-module:/home/runner/work/
|
|
730
|
+
/* css-module:/home/runner/work/platform/platform/packages/platform-client/components/IconButton/IconButton.module.css/#css-module-data */
|
|
724
731
|
._IconButton_thegm_1 {
|
|
725
732
|
align-items: center;
|
|
726
733
|
background: transparent;
|
|
@@ -765,7 +772,7 @@ p {
|
|
|
765
772
|
color: var(--puck-color-grey-07);
|
|
766
773
|
}
|
|
767
774
|
|
|
768
|
-
/* css-module:/home/runner/work/
|
|
775
|
+
/* css-module:/home/runner/work/platform/platform/packages/platform-client/components/InfoBar/InfoBar.module.css/#css-module-data */
|
|
769
776
|
._InfoBar_kchdj_1 {
|
|
770
777
|
border: 1px solid var(--puck-color-grey-10);
|
|
771
778
|
border-radius: 8px;
|
|
@@ -788,7 +795,7 @@ p {
|
|
|
788
795
|
font-weight: 600;
|
|
789
796
|
}
|
|
790
797
|
|
|
791
|
-
/* css-module:/home/runner/work/
|
|
798
|
+
/* css-module:/home/runner/work/platform/platform/packages/platform-client/components/Inline/Inline.module.css/#css-module-data */
|
|
792
799
|
._Inline_6o5on_3 {
|
|
793
800
|
display: block;
|
|
794
801
|
}
|
|
@@ -828,7 +835,7 @@ p {
|
|
|
828
835
|
flex-grow: 1;
|
|
829
836
|
}
|
|
830
837
|
|
|
831
|
-
/* css-module:/home/runner/work/
|
|
838
|
+
/* css-module:/home/runner/work/platform/platform/packages/platform-client/components/Link/Link.module.css/#css-module-data */
|
|
832
839
|
._Link_1j70m_1 {
|
|
833
840
|
color: var(--puck-color-azure-04);
|
|
834
841
|
text-decoration: none;
|
|
@@ -837,7 +844,7 @@ p {
|
|
|
837
844
|
color: var(--puck-color-azure-05);
|
|
838
845
|
}
|
|
839
846
|
|
|
840
|
-
/* css-module:/home/runner/work/
|
|
847
|
+
/* css-module:/home/runner/work/platform/platform/packages/platform-client/components/Menu/styles.module.css/#css-module-data */
|
|
841
848
|
._Menu_1tu16_1 {
|
|
842
849
|
display: flex;
|
|
843
850
|
position: relative;
|
|
@@ -913,7 +920,7 @@ button._Menu-item_1tu16_55:hover {
|
|
|
913
920
|
opacity: 0.5;
|
|
914
921
|
}
|
|
915
922
|
|
|
916
|
-
/* css-module:/home/runner/work/
|
|
923
|
+
/* css-module:/home/runner/work/platform/platform/packages/platform-client/components/Page/Page.module.css/#css-module-data */
|
|
917
924
|
._Page_nkzj9_1 {
|
|
918
925
|
display: flex;
|
|
919
926
|
flex-direction: column;
|
|
@@ -972,7 +979,7 @@ button._Menu-item_1tu16_55:hover {
|
|
|
972
979
|
padding: 16px 24px;
|
|
973
980
|
}
|
|
974
981
|
|
|
975
|
-
/* css-module:/home/runner/work/
|
|
982
|
+
/* css-module:/home/runner/work/platform/platform/packages/platform-client/components/Pagination/Pagination.module.css/#css-module-data */
|
|
976
983
|
._Pagination_1okv2_1 {
|
|
977
984
|
align-items: baseline;
|
|
978
985
|
display: flex;
|
|
@@ -1000,7 +1007,7 @@ button._Menu-item_1tu16_55:hover {
|
|
|
1000
1007
|
color: var(--puck-color-grey-05);
|
|
1001
1008
|
}
|
|
1002
1009
|
|
|
1003
|
-
/* css-module:/home/runner/work/
|
|
1010
|
+
/* css-module:/home/runner/work/platform/platform/packages/platform-client/components/PlanGrid/styles.module.css/#css-module-data */
|
|
1004
1011
|
._PlanGrid--loading_97rn7_1 {
|
|
1005
1012
|
opacity: 0;
|
|
1006
1013
|
}
|
|
@@ -1028,7 +1035,7 @@ button._Menu-item_1tu16_55:hover {
|
|
|
1028
1035
|
font-weight: 500;
|
|
1029
1036
|
}
|
|
1030
1037
|
|
|
1031
|
-
/* css-module:/home/runner/work/
|
|
1038
|
+
/* css-module:/home/runner/work/platform/platform/packages/platform-client/components/PlanCard/styles.module.css/#css-module-data */
|
|
1032
1039
|
._PlanCard_16zmu_1 {
|
|
1033
1040
|
border: 1px solid var(--puck-color-grey-09);
|
|
1034
1041
|
border-radius: 16px;
|
|
@@ -1212,7 +1219,7 @@ button._Menu-item_1tu16_55:hover {
|
|
|
1212
1219
|
grid-auto-flow: column;
|
|
1213
1220
|
}
|
|
1214
1221
|
|
|
1215
|
-
/* css-module:/home/runner/work/
|
|
1222
|
+
/* css-module:/home/runner/work/platform/platform/packages/platform-client/components/Section/Section.module.css/#css-module-data */
|
|
1216
1223
|
._Section-inner_1uwo0_1 {
|
|
1217
1224
|
margin-left: auto;
|
|
1218
1225
|
margin-right: auto;
|
|
@@ -1230,7 +1237,7 @@ button._Menu-item_1tu16_55:hover {
|
|
|
1230
1237
|
max-width: unset;
|
|
1231
1238
|
}
|
|
1232
1239
|
|
|
1233
|
-
/* css-module:/home/runner/work/
|
|
1240
|
+
/* css-module:/home/runner/work/platform/platform/packages/platform-client/components/Tag/Tag.module.css/#css-module-data */
|
|
1234
1241
|
._Tag_s2h0n_1 {
|
|
1235
1242
|
align-items: center;
|
|
1236
1243
|
display: flex;
|
|
@@ -1301,7 +1308,7 @@ button._Menu-item_1tu16_55:hover {
|
|
|
1301
1308
|
margin-top: 1px;
|
|
1302
1309
|
}
|
|
1303
1310
|
|
|
1304
|
-
/* css-module:/home/runner/work/
|
|
1311
|
+
/* css-module:/home/runner/work/platform/platform/packages/platform-client/components/Table/Table.module.css/#css-module-data */
|
|
1305
1312
|
._Table_o345u_1 {
|
|
1306
1313
|
color: black;
|
|
1307
1314
|
display: flex;
|
|
@@ -1401,178 +1408,56 @@ button._Menu-item_1tu16_55:hover {
|
|
|
1401
1408
|
background-color: var(--puck-color-grey-12);
|
|
1402
1409
|
}
|
|
1403
1410
|
|
|
1404
|
-
/* css-module:/home/runner/work/
|
|
1405
|
-
.
|
|
1406
|
-
|
|
1407
|
-
width: 250px;
|
|
1408
|
-
margin: 0 auto;
|
|
1409
|
-
bottom: 1rem;
|
|
1410
|
-
right: 1rem;
|
|
1411
|
-
left: auto;
|
|
1412
|
-
top: auto;
|
|
1413
|
-
@media (min-width: 500px) {
|
|
1414
|
-
bottom: 2rem;
|
|
1415
|
-
right: 2rem;
|
|
1416
|
-
width: 300px;
|
|
1417
|
-
}
|
|
1411
|
+
/* css-module:/home/runner/work/platform/platform/packages/platform-client/components/VerticalSpace/VerticalSpace.module.css/#css-module-data */
|
|
1412
|
+
._VerticalSpace_16t6j_1 {
|
|
1413
|
+
padding-top: 24px;
|
|
1418
1414
|
}
|
|
1419
|
-
.
|
|
1420
|
-
--gap: 0.75rem;
|
|
1421
|
-
--offset-y: calc( var(--toast-offset-y) * -1 + (var(--toast-index) * var(--gap) * -1) + var(--toast-swipe-movement-y) );
|
|
1422
|
-
position: absolute;
|
|
1423
|
-
right: 0;
|
|
1424
|
-
margin: 0 auto;
|
|
1425
|
-
box-sizing: border-box;
|
|
1426
|
-
background: var(--puck-color-white);
|
|
1427
|
-
color: var(--puck-color-grey-01);
|
|
1428
|
-
border: 1px solid var(--puck-color-grey-09);
|
|
1429
|
-
padding: 1rem;
|
|
1430
|
-
width: 100%;
|
|
1431
|
-
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
|
|
1432
|
-
background-clip: padding-box;
|
|
1433
|
-
border-radius: 0.5rem;
|
|
1434
|
-
bottom: 0;
|
|
1435
|
-
left: auto;
|
|
1436
|
-
margin-right: 0;
|
|
1437
|
-
-webkit-user-select: none;
|
|
1438
|
-
user-select: none;
|
|
1439
|
-
transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.5s;
|
|
1440
|
-
cursor: default;
|
|
1441
|
-
z-index: calc(1000 - var(--toast-index));
|
|
1442
|
-
transform: translateX(var(--toast-swipe-movement-x)) translateY(calc(var(--toast-swipe-movement-y) + (min(var(--toast-index), 10) * -20%))) scale(calc(max(0, 1 - (var(--toast-index) * 0.1))));
|
|
1443
|
-
&::after {
|
|
1444
|
-
content: "";
|
|
1445
|
-
position: absolute;
|
|
1446
|
-
width: 100%;
|
|
1447
|
-
top: 100%;
|
|
1448
|
-
left: 0;
|
|
1449
|
-
height: calc(var(--gap) + 1px);
|
|
1450
|
-
}
|
|
1451
|
-
&[data-expanded] {
|
|
1452
|
-
transform: translateX(var(--toast-swipe-movement-x)) translateY(var(--offset-y));
|
|
1453
|
-
}
|
|
1454
|
-
&[data-starting-style],
|
|
1455
|
-
&[data-ending-style] {
|
|
1456
|
-
transform: translateY(150%);
|
|
1457
|
-
}
|
|
1458
|
-
&[data-limited] {
|
|
1459
|
-
opacity: 0;
|
|
1460
|
-
}
|
|
1461
|
-
&[data-ending-style] {
|
|
1462
|
-
opacity: 0;
|
|
1463
|
-
&[data-swipe-direction=up] {
|
|
1464
|
-
transform: translateY(calc(var(--toast-swipe-movement-y) - 150%));
|
|
1465
|
-
}
|
|
1466
|
-
&[data-swipe-direction=left] {
|
|
1467
|
-
transform: translateX(calc(var(--toast-swipe-movement-x) - 150%)) translateY(var(--offset-y));
|
|
1468
|
-
}
|
|
1469
|
-
&[data-swipe-direction=right] {
|
|
1470
|
-
transform: translateX(calc(var(--toast-swipe-movement-x) + 150%)) translateY(var(--offset-y));
|
|
1471
|
-
}
|
|
1472
|
-
&[data-swipe-direction=down] {
|
|
1473
|
-
transform: translateY(calc(var(--toast-swipe-movement-y) + 150%));
|
|
1474
|
-
}
|
|
1475
|
-
}
|
|
1476
|
-
}
|
|
1477
|
-
._Title_13rvx_95 {
|
|
1478
|
-
font-weight: 500;
|
|
1479
|
-
font-size: 0.975rem;
|
|
1480
|
-
line-height: 1.25rem;
|
|
1481
|
-
margin: 0;
|
|
1482
|
-
}
|
|
1483
|
-
._Description_13rvx_102 {
|
|
1484
|
-
font-size: 0.925rem;
|
|
1485
|
-
line-height: 1.25rem;
|
|
1486
|
-
margin: 0;
|
|
1487
|
-
margin-top: 0.25rem;
|
|
1488
|
-
}
|
|
1489
|
-
._Action_13rvx_109 {
|
|
1490
|
-
appearance: none;
|
|
1491
|
-
background: var(--puck-color-azure-04);
|
|
1492
|
-
border: 1px solid transparent;
|
|
1493
|
-
border-radius: 8px;
|
|
1494
|
-
color: var(--puck-color-white);
|
|
1495
|
-
display: inline-flex;
|
|
1496
|
-
align-items: center;
|
|
1497
|
-
gap: 8px;
|
|
1498
|
-
letter-spacing: 0.05ch;
|
|
1499
|
-
font-family: var(--puck-font-family);
|
|
1500
|
-
font-size: 14px;
|
|
1501
|
-
font-weight: 400;
|
|
1502
|
-
box-sizing: border-box;
|
|
1503
|
-
line-height: 1;
|
|
1504
|
-
text-align: center;
|
|
1505
|
-
text-decoration: none;
|
|
1506
|
-
transition: background-color 50ms ease-in;
|
|
1507
|
-
cursor: pointer;
|
|
1508
|
-
white-space: nowrap;
|
|
1509
|
-
margin: 8px 0 0;
|
|
1510
|
-
padding: 8px 12px;
|
|
1511
|
-
}
|
|
1512
|
-
@media (hover: hover) and (pointer: fine) {
|
|
1513
|
-
._Action_13rvx_109:hover {
|
|
1514
|
-
background-color: var(--puck-color-azure-03);
|
|
1515
|
-
}
|
|
1516
|
-
}
|
|
1517
|
-
._Action_13rvx_109:active {
|
|
1518
|
-
background-color: var(--puck-color-azure-02);
|
|
1519
|
-
}
|
|
1520
|
-
._Close_13rvx_143 {
|
|
1521
|
-
position: absolute;
|
|
1522
|
-
top: 0.5rem;
|
|
1523
|
-
right: 0.5rem;
|
|
1524
|
-
border: none;
|
|
1525
|
-
background: transparent;
|
|
1526
|
-
width: 1.25rem;
|
|
1527
|
-
height: 1.25rem;
|
|
1528
|
-
display: flex;
|
|
1529
|
-
align-items: center;
|
|
1530
|
-
justify-content: center;
|
|
1531
|
-
border-radius: 0.25rem;
|
|
1532
|
-
}
|
|
1533
|
-
@media (hover: hover) and (pointer: fine) {
|
|
1534
|
-
._Close_13rvx_143:hover {
|
|
1535
|
-
background-color: var(--puck-color-grey-11);
|
|
1536
|
-
}
|
|
1537
|
-
}
|
|
1538
|
-
._Icon_13rvx_163 {
|
|
1539
|
-
width: 1rem;
|
|
1540
|
-
height: 1rem;
|
|
1541
|
-
}
|
|
1542
|
-
|
|
1543
|
-
/* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/VerticalSpace/VerticalSpace.module.css/#css-module-data */
|
|
1544
|
-
._VerticalSpace_1tjaw_1 {
|
|
1545
|
-
padding-top: 16px;
|
|
1546
|
-
}
|
|
1547
|
-
._VerticalSpace--size4_1tjaw_5 {
|
|
1415
|
+
._VerticalSpace--size4_16t6j_5 {
|
|
1548
1416
|
padding-top: 4px;
|
|
1549
1417
|
}
|
|
1550
|
-
._VerticalSpace--
|
|
1418
|
+
._VerticalSpace--size8_16t6j_9 {
|
|
1551
1419
|
padding-top: 8px;
|
|
1552
1420
|
}
|
|
1553
|
-
._VerticalSpace--
|
|
1421
|
+
._VerticalSpace--size16_16t6j_13 {
|
|
1554
1422
|
padding-top: 16px;
|
|
1555
1423
|
}
|
|
1556
|
-
._VerticalSpace--
|
|
1424
|
+
._VerticalSpace--size32_16t6j_17 {
|
|
1557
1425
|
padding-top: 32px;
|
|
1558
1426
|
}
|
|
1559
|
-
._VerticalSpace--
|
|
1427
|
+
._VerticalSpace--size40_16t6j_21 {
|
|
1560
1428
|
padding-top: 40px;
|
|
1561
1429
|
}
|
|
1562
|
-
._VerticalSpace--
|
|
1430
|
+
._VerticalSpace--size48_16t6j_25 {
|
|
1563
1431
|
padding-top: 48px;
|
|
1564
1432
|
}
|
|
1565
|
-
._VerticalSpace--
|
|
1433
|
+
._VerticalSpace--size56_16t6j_29 {
|
|
1566
1434
|
padding-top: 56px;
|
|
1567
1435
|
}
|
|
1568
|
-
._VerticalSpace--
|
|
1436
|
+
._VerticalSpace--size96_16t6j_33 {
|
|
1569
1437
|
padding-top: 96px;
|
|
1570
1438
|
}
|
|
1571
|
-
._VerticalSpace--
|
|
1439
|
+
._VerticalSpace--size128_16t6j_37 {
|
|
1572
1440
|
padding-top: 128px;
|
|
1573
1441
|
}
|
|
1442
|
+
@media (max-width: 767px) {
|
|
1443
|
+
._VerticalSpace--size40_16t6j_21 {
|
|
1444
|
+
padding-top: 40px;
|
|
1445
|
+
}
|
|
1446
|
+
._VerticalSpace--size48_16t6j_25 {
|
|
1447
|
+
padding-top: 48px;
|
|
1448
|
+
}
|
|
1449
|
+
._VerticalSpace--size56_16t6j_29 {
|
|
1450
|
+
padding-top: 56px;
|
|
1451
|
+
}
|
|
1452
|
+
._VerticalSpace--size96_16t6j_33 {
|
|
1453
|
+
padding-top: 72px;
|
|
1454
|
+
}
|
|
1455
|
+
._VerticalSpace--size128_16t6j_37 {
|
|
1456
|
+
padding-top: 96px;
|
|
1457
|
+
}
|
|
1458
|
+
}
|
|
1574
1459
|
|
|
1575
|
-
/* css-module:/home/runner/work/
|
|
1460
|
+
/* css-module:/home/runner/work/platform/platform/packages/platform-client/components/Viewport/styles.module.css/#css-module-data */
|
|
1576
1461
|
._Viewport_1vvhm_3 {
|
|
1577
1462
|
}
|
|
1578
1463
|
._Viewport--standard_1vvhm_6,
|
|
@@ -1607,7 +1492,7 @@ button._Menu-item_1tu16_55:hover {
|
|
|
1607
1492
|
}
|
|
1608
1493
|
}
|
|
1609
1494
|
|
|
1610
|
-
/* css-module:/home/runner/work/
|
|
1495
|
+
/* css-module:/home/runner/work/platform/platform/packages/plugin-ai/src/components/ChatBody/styles.module.css/#css-module-data */
|
|
1611
1496
|
._Chat_1njo2_1 {
|
|
1612
1497
|
--fade-size: 32px;
|
|
1613
1498
|
--chat-background-color: white;
|
|
@@ -1838,7 +1723,7 @@ button._Menu-item_1tu16_55:hover {
|
|
|
1838
1723
|
margin-left: auto;
|
|
1839
1724
|
}
|
|
1840
1725
|
|
|
1841
|
-
/* css-module:/home/runner/work/
|
|
1726
|
+
/* css-module:/home/runner/work/platform/platform/packages/plugin-ai/src/components/PromptForm/styles.module.css/#css-module-data */
|
|
1842
1727
|
._PromptForm_1r4kq_1 {
|
|
1843
1728
|
--radius: 9px;
|
|
1844
1729
|
background-color: var(--puck-color-grey-09);
|