@puckeditor/plugin-ai 0.6.1-canary.54a7ab3d → 0.6.1-canary.67cdd4d5
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 +316 -146
- package/dist/index.js +423 -292
- package/dist/index.mjs +410 -279
- 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,118 +287,116 @@ 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
|
-
padding-left:
|
|
302
|
-
padding-right:
|
|
301
|
+
padding-left: 15px;
|
|
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
|
|
312
|
-
margin-top: 2px;
|
|
313
|
-
}
|
|
314
|
-
._Button--brand_1sscz_53 {
|
|
311
|
+
._Button--brand_1tog0_49 {
|
|
315
312
|
background-image:
|
|
316
313
|
linear-gradient(
|
|
317
314
|
210deg,
|
|
318
315
|
var(--puck-color-azure-01) 0%,
|
|
319
|
-
var(--puck-color-azure-03)
|
|
320
|
-
var(--puck-color-red-05)
|
|
316
|
+
var(--puck-color-azure-03) 30%,
|
|
317
|
+
var(--puck-color-red-05) 130%);
|
|
321
318
|
border: none;
|
|
322
|
-
border-radius: 48px;
|
|
323
319
|
}
|
|
324
320
|
@media (hover: hover) and (pointer: fine) {
|
|
325
|
-
._Button--
|
|
321
|
+
._Button--brand_1tog0_49:hover {
|
|
326
322
|
opacity: 0.8;
|
|
327
323
|
}
|
|
328
324
|
}
|
|
329
|
-
._Button--
|
|
325
|
+
._Button--brand_1tog0_49:active {
|
|
330
326
|
opacity: 0.8;
|
|
331
327
|
}
|
|
332
|
-
._Button--
|
|
328
|
+
._Button--primary_1tog0_69 {
|
|
333
329
|
background: var(--puck-color-azure-04);
|
|
334
330
|
}
|
|
335
331
|
@media (hover: hover) and (pointer: fine) {
|
|
336
|
-
._Button--
|
|
332
|
+
._Button--primary_1tog0_69:hover {
|
|
337
333
|
background-color: var(--puck-color-azure-03);
|
|
338
334
|
}
|
|
339
335
|
}
|
|
340
|
-
._Button--
|
|
336
|
+
._Button--primary_1tog0_69:active {
|
|
341
337
|
background-color: var(--puck-color-azure-02);
|
|
342
338
|
}
|
|
343
|
-
._Button--
|
|
339
|
+
._Button--secondary_1tog0_83 {
|
|
344
340
|
border: 1px solid currentColor;
|
|
345
341
|
color: currentColor;
|
|
346
342
|
}
|
|
347
343
|
@media (hover: hover) and (pointer: fine) {
|
|
348
|
-
._Button--
|
|
344
|
+
._Button--secondary_1tog0_83:hover {
|
|
349
345
|
background-color: var(--puck-color-azure-12);
|
|
350
346
|
color: var(--puck-color-black);
|
|
351
347
|
}
|
|
352
348
|
}
|
|
353
|
-
._Button--
|
|
349
|
+
._Button--secondary_1tog0_83:active {
|
|
354
350
|
background-color: var(--puck-color-azure-11);
|
|
355
351
|
color: var(--puck-color-black);
|
|
356
352
|
}
|
|
357
|
-
._Button--
|
|
353
|
+
._Button--danger_1tog0_100 {
|
|
358
354
|
background: var(--puck-color-red-04);
|
|
359
355
|
}
|
|
360
356
|
@media (hover: hover) and (pointer: fine) {
|
|
361
|
-
._Button--
|
|
357
|
+
._Button--danger_1tog0_100:hover {
|
|
362
358
|
background-color: var(--puck-color-red-03);
|
|
363
359
|
}
|
|
364
360
|
}
|
|
365
|
-
._Button--
|
|
361
|
+
._Button--danger_1tog0_100:active {
|
|
366
362
|
background-color: var(--puck-color-red-02);
|
|
367
363
|
}
|
|
368
|
-
._Button--
|
|
364
|
+
._Button--flush_1tog0_114 {
|
|
369
365
|
border-radius: 0;
|
|
370
366
|
}
|
|
371
|
-
._Button--
|
|
367
|
+
._Button--ghost_1tog0_118 {
|
|
372
368
|
align-items: center;
|
|
373
369
|
background-color: transparent;
|
|
374
370
|
border: none;
|
|
375
|
-
border-radius:
|
|
376
|
-
color: var(--puck-color-
|
|
377
|
-
padding: 8px;
|
|
371
|
+
border-radius: 8px;
|
|
372
|
+
color: var(--puck-color-azure-04);
|
|
378
373
|
display: flex;
|
|
379
374
|
}
|
|
380
375
|
@media (hover: hover) and (pointer: fine) {
|
|
381
|
-
._Button--
|
|
382
|
-
background-color: var(--puck-color-
|
|
376
|
+
._Button--ghost_1tog0_118:hover {
|
|
377
|
+
background-color: var(--puck-color-grey-11);
|
|
383
378
|
color: var(--puck-color-azure-04);
|
|
384
379
|
cursor: pointer;
|
|
385
380
|
}
|
|
386
381
|
}
|
|
387
|
-
._Button--
|
|
388
|
-
._Button--
|
|
389
|
-
|
|
390
|
-
|
|
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 {
|
|
386
|
+
background-color: var(--puck-color-grey-12);
|
|
387
|
+
border-color: var(--puck-color-grey-08);
|
|
388
|
+
color: var(--puck-color-grey-07);
|
|
391
389
|
cursor: not-allowed;
|
|
392
390
|
}
|
|
393
|
-
._Button--
|
|
391
|
+
._Button--fullWidth_1tog0_145 {
|
|
394
392
|
justify-content: center;
|
|
395
393
|
width: 100%;
|
|
396
394
|
}
|
|
397
|
-
._Button-
|
|
395
|
+
._Button-spinner_1tog0_150 {
|
|
398
396
|
padding-left: 8px;
|
|
399
397
|
}
|
|
400
398
|
|
|
401
|
-
/* css-module:/home/runner/work/
|
|
399
|
+
/* css-module:/home/runner/work/platform/platform/packages/platform-client/components/Loader/styles.module.css/#css-module-data */
|
|
402
400
|
@keyframes _loader-animation_nacdm_1 {
|
|
403
401
|
0% {
|
|
404
402
|
transform: rotate(0deg) scale(1);
|
|
@@ -420,75 +418,83 @@ p {
|
|
|
420
418
|
animation-fill-mode: both;
|
|
421
419
|
}
|
|
422
420
|
|
|
423
|
-
/* css-module:/home/runner/work/
|
|
424
|
-
.
|
|
421
|
+
/* css-module:/home/runner/work/platform/platform/packages/platform-client/components/Heading/Heading.module.css/#css-module-data */
|
|
422
|
+
._Heading_1sfil_1 {
|
|
425
423
|
display: block;
|
|
424
|
+
font-family: var(--heading-font-family, var(--puck-font-family));
|
|
426
425
|
font-weight: 700;
|
|
427
426
|
margin: 0;
|
|
428
427
|
}
|
|
429
|
-
.
|
|
428
|
+
._Heading_1sfil_1 b {
|
|
430
429
|
font-weight: 700;
|
|
431
430
|
}
|
|
432
|
-
._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 {
|
|
433
441
|
font-size: var(--puck-font-size-xxxl);
|
|
434
442
|
}
|
|
435
|
-
._Heading--
|
|
443
|
+
._Heading--xxxl_1sfil_27 {
|
|
436
444
|
font-size: var(--puck-font-size-xxl);
|
|
437
445
|
}
|
|
438
|
-
._Heading--
|
|
446
|
+
._Heading--xxl_1sfil_31 {
|
|
439
447
|
font-size: var(--puck-font-size-xl);
|
|
440
448
|
}
|
|
441
|
-
._Heading--
|
|
449
|
+
._Heading--xl_1sfil_35 {
|
|
442
450
|
font-size: var(--puck-font-size-l);
|
|
443
451
|
}
|
|
444
|
-
._Heading--
|
|
452
|
+
._Heading--l_1sfil_39 {
|
|
445
453
|
font-size: var(--puck-font-size-m);
|
|
446
454
|
}
|
|
447
|
-
._Heading--
|
|
455
|
+
._Heading--m_1sfil_43 {
|
|
448
456
|
font-size: var(--puck-font-size-s);
|
|
449
457
|
}
|
|
450
|
-
._Heading--
|
|
458
|
+
._Heading--s_1sfil_47 {
|
|
451
459
|
font-size: var(--puck-font-size-xs);
|
|
452
460
|
}
|
|
453
|
-
._Heading--
|
|
461
|
+
._Heading--xs_1sfil_51 {
|
|
454
462
|
font-size: var(--puck-font-size-xxs);
|
|
455
463
|
}
|
|
456
|
-
._Heading--
|
|
464
|
+
._Heading--xxs_1sfil_55 {
|
|
457
465
|
font-size: var(--puck-font-size-xxs);
|
|
458
466
|
}
|
|
459
467
|
@media (min-width: 768px) {
|
|
460
|
-
._Heading--
|
|
468
|
+
._Heading--xxxxl_1sfil_23 {
|
|
461
469
|
font-size: var(--puck-font-size-xxxxl);
|
|
462
|
-
letter-spacing: 0.08ch;
|
|
463
|
-
font-weight: 800;
|
|
464
470
|
}
|
|
465
|
-
._Heading--
|
|
471
|
+
._Heading--xxxl_1sfil_27 {
|
|
466
472
|
font-size: var(--puck-font-size-xxxl);
|
|
467
473
|
}
|
|
468
|
-
._Heading--
|
|
474
|
+
._Heading--xxl_1sfil_31 {
|
|
469
475
|
font-size: var(--puck-font-size-xxl);
|
|
470
476
|
}
|
|
471
|
-
._Heading--
|
|
477
|
+
._Heading--xl_1sfil_35 {
|
|
472
478
|
font-size: var(--puck-font-size-xl);
|
|
473
479
|
}
|
|
474
|
-
._Heading--
|
|
480
|
+
._Heading--l_1sfil_39 {
|
|
475
481
|
font-size: var(--puck-font-size-l);
|
|
476
482
|
}
|
|
477
|
-
._Heading--
|
|
483
|
+
._Heading--m_1sfil_43 {
|
|
478
484
|
font-size: var(--puck-font-size-m);
|
|
479
485
|
}
|
|
480
|
-
._Heading--
|
|
486
|
+
._Heading--s_1sfil_47 {
|
|
481
487
|
font-size: var(--puck-font-size-s);
|
|
482
488
|
}
|
|
483
|
-
._Heading--
|
|
489
|
+
._Heading--xs_1sfil_51 {
|
|
484
490
|
font-size: var(--puck-font-size-xs);
|
|
485
491
|
}
|
|
486
|
-
._Heading--
|
|
492
|
+
._Heading--xxs_1sfil_55 {
|
|
487
493
|
font-size: var(--puck-font-size-xxs);
|
|
488
494
|
}
|
|
489
495
|
}
|
|
490
496
|
|
|
491
|
-
/* css-module:/home/runner/work/
|
|
497
|
+
/* css-module:/home/runner/work/platform/platform/packages/platform-client/components/Align/Align.module.css/#css-module-data */
|
|
492
498
|
._Align_oewlu_1 {
|
|
493
499
|
align-items: flex-start;
|
|
494
500
|
display: flex;
|
|
@@ -512,7 +518,7 @@ p {
|
|
|
512
518
|
position: relative;
|
|
513
519
|
}
|
|
514
520
|
|
|
515
|
-
/* css-module:/home/runner/work/
|
|
521
|
+
/* css-module:/home/runner/work/platform/platform/packages/platform-client/components/AutoForm/AutoForm.module.css/#css-module-data */
|
|
516
522
|
._AutoForm_1vmh9_1 {
|
|
517
523
|
display: flex;
|
|
518
524
|
gap: 16px;
|
|
@@ -523,8 +529,8 @@ p {
|
|
|
523
529
|
padding: 0px !important;
|
|
524
530
|
}
|
|
525
531
|
|
|
526
|
-
/* css-module:/home/runner/work/
|
|
527
|
-
.
|
|
532
|
+
/* css-module:/home/runner/work/platform/platform/packages/platform-client/components/Card/Card.module.css/#css-module-data */
|
|
533
|
+
._Card_rpnal_1 {
|
|
528
534
|
background-color: white;
|
|
529
535
|
border: 1px solid var(--puck-color-grey-08);
|
|
530
536
|
border-radius: 16px;
|
|
@@ -532,37 +538,38 @@ p {
|
|
|
532
538
|
display: block;
|
|
533
539
|
text-decoration: none;
|
|
534
540
|
}
|
|
535
|
-
.
|
|
541
|
+
._Card_rpnal_1:hover {
|
|
536
542
|
cursor: pointer;
|
|
537
543
|
background: var(--puck-color-azure-11);
|
|
538
544
|
border-color: currentColor;
|
|
539
545
|
color: var(--puck-color-azure-04);
|
|
540
546
|
}
|
|
541
|
-
._Card-
|
|
547
|
+
._Card-body_rpnal_17 {
|
|
542
548
|
align-items: center;
|
|
543
549
|
display: flex;
|
|
544
550
|
padding: 16px;
|
|
545
551
|
}
|
|
546
|
-
._Card-
|
|
552
|
+
._Card-title_rpnal_23 {
|
|
547
553
|
margin-bottom: 4px;
|
|
548
554
|
}
|
|
549
|
-
._Card-
|
|
555
|
+
._Card-subtitle_rpnal_27 {
|
|
550
556
|
margin: 0;
|
|
557
|
+
text-wrap: wrap;
|
|
551
558
|
}
|
|
552
|
-
._Card-
|
|
559
|
+
._Card-chevron_rpnal_32 {
|
|
553
560
|
align-items: center;
|
|
554
561
|
display: none;
|
|
555
562
|
margin-left: auto;
|
|
556
563
|
}
|
|
557
|
-
._Card--
|
|
564
|
+
._Card--showChevron_rpnal_38 ._Card-chevron_rpnal_32 {
|
|
558
565
|
display: flex;
|
|
559
566
|
}
|
|
560
|
-
._Card--
|
|
567
|
+
._Card--isActive_rpnal_42 {
|
|
561
568
|
border-color: var(--puck-color-azure-04);
|
|
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,83 @@ 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 */
|
|
848
|
+
._Menu_1tu16_1 {
|
|
849
|
+
display: flex;
|
|
850
|
+
position: relative;
|
|
851
|
+
}
|
|
852
|
+
._Menu-content_1tu16_6 {
|
|
853
|
+
outline: none;
|
|
854
|
+
z-index: 1;
|
|
855
|
+
}
|
|
856
|
+
._Menu-sections_1tu16_11 {
|
|
857
|
+
background-color: white;
|
|
858
|
+
border: 1px solid var(--puck-color-grey-09);
|
|
859
|
+
border-radius: 8px;
|
|
860
|
+
box-sizing: border-box;
|
|
861
|
+
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
|
|
862
|
+
min-width: 128px;
|
|
863
|
+
padding-bottom: 4px;
|
|
864
|
+
padding-top: 4px;
|
|
865
|
+
}
|
|
866
|
+
._Menu-action_1tu16_22 {
|
|
867
|
+
background: none;
|
|
868
|
+
border: none;
|
|
869
|
+
margin-left: auto;
|
|
870
|
+
padding: 0;
|
|
871
|
+
}
|
|
872
|
+
._Menu-action_1tu16_22:hover:not(:disabled) {
|
|
873
|
+
cursor: pointer;
|
|
874
|
+
opacity: 0.8;
|
|
875
|
+
}
|
|
876
|
+
._Menu-action_1tu16_22:disabled {
|
|
877
|
+
cursor: not-allowed;
|
|
878
|
+
opacity: 0.5;
|
|
879
|
+
}
|
|
880
|
+
._Menu-action_1tu16_22:focus-visible {
|
|
881
|
+
outline: 2px solid var(--puck-color-azure-05);
|
|
882
|
+
outline-offset: 2px;
|
|
883
|
+
}
|
|
884
|
+
._Menu-list_1tu16_44 {
|
|
885
|
+
list-style: none;
|
|
886
|
+
margin: 0;
|
|
887
|
+
padding: 0;
|
|
888
|
+
}
|
|
889
|
+
._Menu-list_1tu16_44 + ._Menu-list_1tu16_44 {
|
|
890
|
+
border-top: 1px solid var(--puck-color-grey-09);
|
|
891
|
+
margin-top: 4px;
|
|
892
|
+
}
|
|
893
|
+
._Menu-item_1tu16_55 {
|
|
894
|
+
align-items: center;
|
|
895
|
+
background: none;
|
|
896
|
+
border: none;
|
|
897
|
+
box-sizing: border-box;
|
|
898
|
+
color: var(--puck-color-grey-02);
|
|
899
|
+
display: flex;
|
|
900
|
+
font-size: var(--puck-font-size-xxs);
|
|
901
|
+
font-weight: 500;
|
|
902
|
+
gap: 8px;
|
|
903
|
+
padding: 8px 12px;
|
|
904
|
+
text-align: start;
|
|
905
|
+
text-decoration: none;
|
|
906
|
+
white-space: nowrap;
|
|
907
|
+
width: 100%;
|
|
908
|
+
}
|
|
909
|
+
a._Menu-item_1tu16_55,
|
|
910
|
+
button._Menu-item_1tu16_55 {
|
|
911
|
+
cursor: pointer;
|
|
912
|
+
}
|
|
913
|
+
a._Menu-item_1tu16_55:hover,
|
|
914
|
+
button._Menu-item_1tu16_55:hover {
|
|
915
|
+
background-color: var(--puck-color-azure-11);
|
|
916
|
+
color: var(--puck-color-azure-04);
|
|
917
|
+
}
|
|
918
|
+
._Menu-item--disabled_1tu16_83 {
|
|
919
|
+
cursor: not-allowed;
|
|
920
|
+
opacity: 0.5;
|
|
921
|
+
}
|
|
922
|
+
|
|
923
|
+
/* css-module:/home/runner/work/platform/platform/packages/platform-client/components/Page/Page.module.css/#css-module-data */
|
|
841
924
|
._Page_nkzj9_1 {
|
|
842
925
|
display: flex;
|
|
843
926
|
flex-direction: column;
|
|
@@ -896,7 +979,7 @@ p {
|
|
|
896
979
|
padding: 16px 24px;
|
|
897
980
|
}
|
|
898
981
|
|
|
899
|
-
/* css-module:/home/runner/work/
|
|
982
|
+
/* css-module:/home/runner/work/platform/platform/packages/platform-client/components/Pagination/Pagination.module.css/#css-module-data */
|
|
900
983
|
._Pagination_1okv2_1 {
|
|
901
984
|
align-items: baseline;
|
|
902
985
|
display: flex;
|
|
@@ -924,11 +1007,11 @@ p {
|
|
|
924
1007
|
color: var(--puck-color-grey-05);
|
|
925
1008
|
}
|
|
926
1009
|
|
|
927
|
-
/* css-module:/home/runner/work/
|
|
928
|
-
._PlanGrid--
|
|
1010
|
+
/* css-module:/home/runner/work/platform/platform/packages/platform-client/components/PlanGrid/styles.module.css/#css-module-data */
|
|
1011
|
+
._PlanGrid--loading_97rn7_1 {
|
|
929
1012
|
opacity: 0;
|
|
930
1013
|
}
|
|
931
|
-
._PlanGrid-
|
|
1014
|
+
._PlanGrid-grid_97rn7_5 {
|
|
932
1015
|
color: var(--puck-color-grey-02);
|
|
933
1016
|
display: grid;
|
|
934
1017
|
gap: 16px;
|
|
@@ -937,7 +1020,7 @@ p {
|
|
|
937
1020
|
grid-template-columns: 1fr 1fr 1fr;
|
|
938
1021
|
}
|
|
939
1022
|
}
|
|
940
|
-
._PlanGrid-
|
|
1023
|
+
._PlanGrid-enterprise_97rn7_16 {
|
|
941
1024
|
color: var(--puck-color-grey-04);
|
|
942
1025
|
font-size: var(--puck-font-size-xxs);
|
|
943
1026
|
margin-left: auto;
|
|
@@ -946,13 +1029,14 @@ p {
|
|
|
946
1029
|
padding-top: 20px;
|
|
947
1030
|
text-align: center;
|
|
948
1031
|
}
|
|
949
|
-
._PlanGrid-
|
|
1032
|
+
._PlanGrid-enterprise_97rn7_16 a {
|
|
950
1033
|
color: var(--puck-color-azure-04);
|
|
951
1034
|
cursor: pointer;
|
|
1035
|
+
font-weight: 500;
|
|
952
1036
|
}
|
|
953
1037
|
|
|
954
|
-
/* css-module:/home/runner/work/
|
|
955
|
-
.
|
|
1038
|
+
/* css-module:/home/runner/work/platform/platform/packages/platform-client/components/PlanCard/styles.module.css/#css-module-data */
|
|
1039
|
+
._PlanCard_16zmu_1 {
|
|
956
1040
|
border: 1px solid var(--puck-color-grey-09);
|
|
957
1041
|
border-radius: 16px;
|
|
958
1042
|
display: flex;
|
|
@@ -960,17 +1044,21 @@ p {
|
|
|
960
1044
|
flex-direction: column;
|
|
961
1045
|
min-width: 256px;
|
|
962
1046
|
padding: 8px;
|
|
1047
|
+
position: relative;
|
|
963
1048
|
}
|
|
964
|
-
._PlanCard--
|
|
1049
|
+
._PlanCard--enterprise_16zmu_12 {
|
|
965
1050
|
flex-direction: row;
|
|
966
1051
|
grid-column: span 3;
|
|
967
1052
|
}
|
|
968
|
-
._PlanCard-
|
|
1053
|
+
._PlanCard-title_16zmu_17 {
|
|
1054
|
+
display: flex;
|
|
1055
|
+
gap: 8px;
|
|
1056
|
+
justify-content: space-between;
|
|
969
1057
|
font-size: var(--puck-font-size-xs);
|
|
970
1058
|
font-weight: 700;
|
|
971
1059
|
white-space: nowrap;
|
|
972
1060
|
}
|
|
973
|
-
._PlanCard-
|
|
1061
|
+
._PlanCard-header_16zmu_26 {
|
|
974
1062
|
box-sizing: border-box;
|
|
975
1063
|
display: flex;
|
|
976
1064
|
flex-direction: column;
|
|
@@ -978,103 +1066,160 @@ p {
|
|
|
978
1066
|
padding: 12px 16px;
|
|
979
1067
|
width: 100%;
|
|
980
1068
|
}
|
|
981
|
-
._PlanCard-
|
|
1069
|
+
._PlanCard-features_16zmu_35 {
|
|
982
1070
|
display: grid;
|
|
983
1071
|
gap: 4px;
|
|
984
1072
|
list-style: none;
|
|
985
1073
|
margin: 0;
|
|
986
1074
|
padding: 0;
|
|
987
1075
|
}
|
|
988
|
-
._PlanCard-
|
|
1076
|
+
._PlanCard-feature_16zmu_35 {
|
|
989
1077
|
align-items: center;
|
|
990
1078
|
display: flex;
|
|
991
1079
|
gap: 4px;
|
|
992
1080
|
color: var(--puck-color-grey-05);
|
|
993
1081
|
font-size: var(--puck-font-size-xxs);
|
|
994
1082
|
}
|
|
995
|
-
._PlanCard-
|
|
1083
|
+
._PlanCard-featureIcon_16zmu_51 {
|
|
996
1084
|
align-self: flex-start;
|
|
997
1085
|
margin-top: 5px;
|
|
998
1086
|
}
|
|
999
|
-
._PlanCard-
|
|
1087
|
+
._PlanCard-featureTitle_16zmu_56 {
|
|
1000
1088
|
color: var(--puck-color-grey-04);
|
|
1001
1089
|
font-weight: 600;
|
|
1002
1090
|
}
|
|
1003
|
-
._PlanCard-
|
|
1091
|
+
._PlanCard-priceValue_16zmu_61 {
|
|
1004
1092
|
font-size: var(--puck-font-size-m);
|
|
1005
1093
|
}
|
|
1006
|
-
._PlanCard-
|
|
1094
|
+
._PlanCard-priceInterval_16zmu_65 {
|
|
1007
1095
|
color: var(--puck-color-grey-05);
|
|
1008
1096
|
}
|
|
1009
|
-
._PlanCard-
|
|
1097
|
+
._PlanCard-body_16zmu_69 {
|
|
1010
1098
|
background-color: var(--puck-color-grey-12);
|
|
1011
1099
|
border: 1px solid var(--puck-color-grey-11);
|
|
1012
1100
|
border-radius: 8px;
|
|
1013
1101
|
padding: 16px;
|
|
1014
1102
|
flex-grow: 1;
|
|
1015
1103
|
}
|
|
1016
|
-
._PlanCard--
|
|
1104
|
+
._PlanCard--enterprise_16zmu_12 ._PlanCard-body_16zmu_69 {
|
|
1017
1105
|
display: flex;
|
|
1018
1106
|
gap: 8px;
|
|
1019
1107
|
width: 100%;
|
|
1020
1108
|
}
|
|
1021
|
-
._PlanCard-
|
|
1109
|
+
._PlanCard-section_16zmu_83 {
|
|
1022
1110
|
padding-bottom: 16px;
|
|
1023
1111
|
min-width: 192px;
|
|
1024
1112
|
}
|
|
1025
|
-
._PlanCard-
|
|
1113
|
+
._PlanCard-section_16zmu_83:last-of-type {
|
|
1026
1114
|
padding-bottom: 0;
|
|
1027
1115
|
}
|
|
1028
|
-
._PlanCard-
|
|
1116
|
+
._PlanCard-section_16zmu_83 + ._PlanCard-section_16zmu_83 {
|
|
1029
1117
|
border-top: 1px solid var(--puck-color-grey-09);
|
|
1030
1118
|
padding-top: 16px;
|
|
1031
1119
|
}
|
|
1032
|
-
._PlanCard--
|
|
1033
|
-
._PlanCard-
|
|
1120
|
+
._PlanCard--enterprise_16zmu_12 {
|
|
1121
|
+
._PlanCard-section_16zmu_83 + ._PlanCard-section_16zmu_83 {
|
|
1034
1122
|
border-left: 1px solid var(--puck-color-grey-09);
|
|
1035
1123
|
border-top: none;
|
|
1036
1124
|
padding-left: 16px;
|
|
1037
1125
|
padding-top: 0;
|
|
1038
1126
|
}
|
|
1039
1127
|
}
|
|
1040
|
-
._PlanCard-
|
|
1128
|
+
._PlanCard-sectionTitle_16zmu_106 {
|
|
1041
1129
|
font-size: var(--puck-font-size-xs);
|
|
1042
1130
|
font-weight: 500;
|
|
1043
1131
|
margin-bottom: 8px;
|
|
1044
1132
|
}
|
|
1045
|
-
._PlanCard-
|
|
1133
|
+
._PlanCard-sectionBody_16zmu_112 + ._PlanCard-sectionTitle_16zmu_106 {
|
|
1046
1134
|
border-top: 1px solid var(--puck-color-grey-09);
|
|
1047
1135
|
margin-top: 16px;
|
|
1048
1136
|
padding-top: 16px;
|
|
1049
1137
|
}
|
|
1050
|
-
._PlanCard-
|
|
1138
|
+
._PlanCard-sectionBody_16zmu_112 {
|
|
1051
1139
|
color: var(--puck-color-grey-03);
|
|
1052
1140
|
font-size: var(--puck-font-size-xxs);
|
|
1053
1141
|
display: grid;
|
|
1054
1142
|
gap: 2px;
|
|
1055
1143
|
}
|
|
1056
|
-
._PlanCard-
|
|
1144
|
+
._PlanCard-usageItem_16zmu_125 {
|
|
1057
1145
|
display: flex;
|
|
1058
1146
|
gap: 8px;
|
|
1059
1147
|
font-size: var(--puck-font-size-xxs);
|
|
1060
1148
|
}
|
|
1061
|
-
._PlanCard-
|
|
1149
|
+
._PlanCard-usageLabel_16zmu_131 {
|
|
1062
1150
|
color: var(--puck-color-grey-04);
|
|
1063
1151
|
font-weight: 500;
|
|
1064
1152
|
}
|
|
1065
|
-
._PlanCard-
|
|
1153
|
+
._PlanCard-usageValue_16zmu_136 {
|
|
1066
1154
|
color: var(--puck-color-grey-05);
|
|
1067
1155
|
font-family: var(--puck-font-family-monospaced);
|
|
1068
1156
|
margin-left: auto;
|
|
1069
1157
|
}
|
|
1070
|
-
._PlanCard-
|
|
1158
|
+
._PlanCard-action_16zmu_142 {
|
|
1071
1159
|
align-items: flex-end;
|
|
1072
1160
|
display: flex;
|
|
1073
1161
|
justify-content: flex-end;
|
|
1074
1162
|
width: 100%;
|
|
1075
1163
|
}
|
|
1164
|
+
._PlanCard-description_16zmu_149 {
|
|
1165
|
+
color: var(--puck-color-grey-03);
|
|
1166
|
+
margin-top: 8px;
|
|
1167
|
+
}
|
|
1168
|
+
._PlanCard--highlight_16zmu_154 {
|
|
1169
|
+
border: transparent;
|
|
1170
|
+
}
|
|
1171
|
+
._PlanCard--highlight_16zmu_154::before {
|
|
1172
|
+
content: "";
|
|
1173
|
+
position: absolute;
|
|
1174
|
+
inset: 0;
|
|
1175
|
+
padding: 1px;
|
|
1176
|
+
border-radius: inherit;
|
|
1177
|
+
background-image:
|
|
1178
|
+
linear-gradient(
|
|
1179
|
+
210deg,
|
|
1180
|
+
var(--puck-color-azure-01) 0%,
|
|
1181
|
+
var(--puck-color-azure-03) 40%,
|
|
1182
|
+
var(--puck-color-red-05) 100%);
|
|
1183
|
+
background-size: cover;
|
|
1184
|
+
background-position: center;
|
|
1185
|
+
-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
|
|
1186
|
+
-webkit-mask-composite: xor;
|
|
1187
|
+
mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
|
|
1188
|
+
mask-composite: exclude;
|
|
1189
|
+
pointer-events: none;
|
|
1190
|
+
}
|
|
1191
|
+
._PlanCard-highlightText_16zmu_184 {
|
|
1192
|
+
@supports (background-clip: text) or (-webkit-background-clip: text) {
|
|
1193
|
+
color: transparent;
|
|
1194
|
+
background-clip: text;
|
|
1195
|
+
-webkit-background-clip: text;
|
|
1196
|
+
background-image:
|
|
1197
|
+
linear-gradient(
|
|
1198
|
+
210deg,
|
|
1199
|
+
var(--puck-color-azure-01) 0%,
|
|
1200
|
+
var(--puck-color-azure-03) 40%,
|
|
1201
|
+
var(--puck-color-red-05) 100%);
|
|
1202
|
+
background-size: cover;
|
|
1203
|
+
background-position: center;
|
|
1204
|
+
}
|
|
1205
|
+
}
|
|
1206
|
+
._PlanCard--fullWidth_16zmu_200 {
|
|
1207
|
+
flex-direction: row;
|
|
1208
|
+
grid-column: 1 / -1;
|
|
1209
|
+
}
|
|
1210
|
+
._PlanCard--fullWidth_16zmu_200 ._PlanCard-header_16zmu_26 {
|
|
1211
|
+
max-width: 312px;
|
|
1212
|
+
}
|
|
1213
|
+
._PlanCard--fullWidth_16zmu_200 ._PlanCard-action_16zmu_142 {
|
|
1214
|
+
max-width: 256px;
|
|
1215
|
+
}
|
|
1216
|
+
._PlanCard--fullWidth_16zmu_200 ._PlanCard-sectionBody_16zmu_112 {
|
|
1217
|
+
display: grid;
|
|
1218
|
+
grid-template-rows: 1fr 1fr 1fr 1fr;
|
|
1219
|
+
grid-auto-flow: column;
|
|
1220
|
+
}
|
|
1076
1221
|
|
|
1077
|
-
/* css-module:/home/runner/work/
|
|
1222
|
+
/* css-module:/home/runner/work/platform/platform/packages/platform-client/components/Section/Section.module.css/#css-module-data */
|
|
1078
1223
|
._Section-inner_1uwo0_1 {
|
|
1079
1224
|
margin-left: auto;
|
|
1080
1225
|
margin-right: auto;
|
|
@@ -1092,11 +1237,12 @@ p {
|
|
|
1092
1237
|
max-width: unset;
|
|
1093
1238
|
}
|
|
1094
1239
|
|
|
1095
|
-
/* css-module:/home/runner/work/
|
|
1096
|
-
.
|
|
1240
|
+
/* css-module:/home/runner/work/platform/platform/packages/platform-client/components/Tag/Tag.module.css/#css-module-data */
|
|
1241
|
+
._Tag_s2h0n_1 {
|
|
1097
1242
|
align-items: center;
|
|
1098
|
-
display:
|
|
1243
|
+
display: flex;
|
|
1099
1244
|
text-transform: uppercase;
|
|
1245
|
+
font-family: var(--puck-font-family-monospaced);
|
|
1100
1246
|
font-weight: 600;
|
|
1101
1247
|
font-size: var(--puck-font-size-xxxs);
|
|
1102
1248
|
gap: 6px;
|
|
@@ -1105,34 +1251,38 @@ p {
|
|
|
1105
1251
|
color: var(--puck-color-grey-05);
|
|
1106
1252
|
padding: 4px 8px;
|
|
1107
1253
|
white-space: nowrap;
|
|
1254
|
+
line-height: 1;
|
|
1108
1255
|
position: relative;
|
|
1109
1256
|
z-index: 0;
|
|
1110
1257
|
}
|
|
1111
|
-
._Tag--
|
|
1258
|
+
._Tag--borderless_s2h0n_21 {
|
|
1259
|
+
border: none;
|
|
1260
|
+
}
|
|
1261
|
+
._Tag--colorBlue_s2h0n_25 {
|
|
1112
1262
|
color: var(--puck-color-azure-05);
|
|
1113
1263
|
}
|
|
1114
|
-
._Tag--
|
|
1264
|
+
._Tag--colorGreen_s2h0n_29 {
|
|
1115
1265
|
color: var(--puck-color-green-06);
|
|
1116
1266
|
}
|
|
1117
|
-
._Tag--
|
|
1267
|
+
._Tag--colorRed_s2h0n_33 {
|
|
1118
1268
|
color: var(--puck-color-red-04);
|
|
1119
1269
|
}
|
|
1120
|
-
._Tag--
|
|
1270
|
+
._Tag--colorMuted_s2h0n_37 {
|
|
1121
1271
|
color: var(--puck-color-grey-06);
|
|
1122
1272
|
}
|
|
1123
|
-
._Tag-
|
|
1273
|
+
._Tag-sprite_s2h0n_41 {
|
|
1124
1274
|
display: flex;
|
|
1125
1275
|
}
|
|
1126
|
-
._Tag--
|
|
1127
|
-
._Tag-
|
|
1276
|
+
._Tag--pulse_s2h0n_45 {
|
|
1277
|
+
._Tag-sprite_s2h0n_41 {
|
|
1128
1278
|
background: currentColor;
|
|
1129
1279
|
border-radius: 50%;
|
|
1130
1280
|
height: 5px;
|
|
1131
1281
|
position: relative;
|
|
1132
1282
|
width: 5px;
|
|
1133
1283
|
}
|
|
1134
|
-
._Tag-
|
|
1135
|
-
animation:
|
|
1284
|
+
._Tag-sprite_s2h0n_41::before {
|
|
1285
|
+
animation: _pulse_s2h0n_1 1s 0s infinite alternate;
|
|
1136
1286
|
animation-fill-mode: both;
|
|
1137
1287
|
background-color: color-mix(in srgb, currentColor 25%, transparent);
|
|
1138
1288
|
border-radius: 50%;
|
|
@@ -1146,7 +1296,7 @@ p {
|
|
|
1146
1296
|
z-index: -1;
|
|
1147
1297
|
}
|
|
1148
1298
|
}
|
|
1149
|
-
@keyframes
|
|
1299
|
+
@keyframes _pulse_s2h0n_1 {
|
|
1150
1300
|
0% {
|
|
1151
1301
|
transform: scale(1);
|
|
1152
1302
|
}
|
|
@@ -1154,8 +1304,11 @@ p {
|
|
|
1154
1304
|
transform: scale(2);
|
|
1155
1305
|
}
|
|
1156
1306
|
}
|
|
1307
|
+
._Tag-label_s2h0n_79 {
|
|
1308
|
+
margin-top: 1px;
|
|
1309
|
+
}
|
|
1157
1310
|
|
|
1158
|
-
/* css-module:/home/runner/work/
|
|
1311
|
+
/* css-module:/home/runner/work/platform/platform/packages/platform-client/components/Table/Table.module.css/#css-module-data */
|
|
1159
1312
|
._Table_o345u_1 {
|
|
1160
1313
|
color: black;
|
|
1161
1314
|
display: flex;
|
|
@@ -1255,39 +1408,56 @@ p {
|
|
|
1255
1408
|
background-color: var(--puck-color-grey-12);
|
|
1256
1409
|
}
|
|
1257
1410
|
|
|
1258
|
-
/* css-module:/home/runner/work/
|
|
1259
|
-
.
|
|
1260
|
-
padding-top:
|
|
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;
|
|
1261
1414
|
}
|
|
1262
|
-
._VerticalSpace--
|
|
1415
|
+
._VerticalSpace--size4_16t6j_5 {
|
|
1263
1416
|
padding-top: 4px;
|
|
1264
1417
|
}
|
|
1265
|
-
._VerticalSpace--
|
|
1418
|
+
._VerticalSpace--size8_16t6j_9 {
|
|
1266
1419
|
padding-top: 8px;
|
|
1267
1420
|
}
|
|
1268
|
-
._VerticalSpace--
|
|
1421
|
+
._VerticalSpace--size16_16t6j_13 {
|
|
1269
1422
|
padding-top: 16px;
|
|
1270
1423
|
}
|
|
1271
|
-
._VerticalSpace--
|
|
1424
|
+
._VerticalSpace--size32_16t6j_17 {
|
|
1272
1425
|
padding-top: 32px;
|
|
1273
1426
|
}
|
|
1274
|
-
._VerticalSpace--
|
|
1427
|
+
._VerticalSpace--size40_16t6j_21 {
|
|
1275
1428
|
padding-top: 40px;
|
|
1276
1429
|
}
|
|
1277
|
-
._VerticalSpace--
|
|
1430
|
+
._VerticalSpace--size48_16t6j_25 {
|
|
1278
1431
|
padding-top: 48px;
|
|
1279
1432
|
}
|
|
1280
|
-
._VerticalSpace--
|
|
1433
|
+
._VerticalSpace--size56_16t6j_29 {
|
|
1281
1434
|
padding-top: 56px;
|
|
1282
1435
|
}
|
|
1283
|
-
._VerticalSpace--
|
|
1436
|
+
._VerticalSpace--size96_16t6j_33 {
|
|
1284
1437
|
padding-top: 96px;
|
|
1285
1438
|
}
|
|
1286
|
-
._VerticalSpace--
|
|
1439
|
+
._VerticalSpace--size128_16t6j_37 {
|
|
1287
1440
|
padding-top: 128px;
|
|
1288
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
|
+
}
|
|
1289
1459
|
|
|
1290
|
-
/* css-module:/home/runner/work/
|
|
1460
|
+
/* css-module:/home/runner/work/platform/platform/packages/platform-client/components/Viewport/styles.module.css/#css-module-data */
|
|
1291
1461
|
._Viewport_1vvhm_3 {
|
|
1292
1462
|
}
|
|
1293
1463
|
._Viewport--standard_1vvhm_6,
|
|
@@ -1322,7 +1492,7 @@ p {
|
|
|
1322
1492
|
}
|
|
1323
1493
|
}
|
|
1324
1494
|
|
|
1325
|
-
/* 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 */
|
|
1326
1496
|
._Chat_1njo2_1 {
|
|
1327
1497
|
--fade-size: 32px;
|
|
1328
1498
|
--chat-background-color: white;
|
|
@@ -1553,7 +1723,7 @@ p {
|
|
|
1553
1723
|
margin-left: auto;
|
|
1554
1724
|
}
|
|
1555
1725
|
|
|
1556
|
-
/* 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 */
|
|
1557
1727
|
._PromptForm_1r4kq_1 {
|
|
1558
1728
|
--radius: 9px;
|
|
1559
1729
|
background-color: var(--puck-color-grey-09);
|