@puckeditor/plugin-ai 0.6.1-canary.0342162f → 0.6.1-canary.18d3d70e

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.css CHANGED
@@ -1,4 +1,4 @@
1
- /* css-module:/home/runner/work/puck-platform/puck-platform/packages/plugin-ai/src/components/Chat/styles.module.css/#css-module-data */
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/puck-platform/puck-platform/packages/platform-client/components/ActionModal/ActionModal.module.css/#css-module-data */
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/puck-platform/puck-platform/packages/platform-client/components/Modal/Modal.module.css/#css-module-data */
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/puck-platform/puck-platform/packages/platform-client/components/Button/Button.module.css/#css-module-data */
268
- ._Button_1br4o_1 {
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,117 +287,116 @@ p {
287
287
  white-space: nowrap;
288
288
  margin: 0;
289
289
  }
290
- ._Button_1br4o_1:hover,
291
- ._Button_1br4o_1:active {
290
+ ._Button_1tog0_1:hover,
291
+ ._Button_1tog0_1:active {
292
292
  transition: none;
293
293
  }
294
- ._Button_1br4o_1:focus-visible {
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--medium_1br4o_34 {
298
+ ._Button--medium_1tog0_34 {
299
299
  min-height: 34px;
300
300
  padding-bottom: 7px;
301
- padding-left: 19px;
302
- padding-right: 19px;
301
+ padding-left: 15px;
302
+ padding-right: 15px;
303
303
  padding-top: 7px;
304
304
  }
305
- ._Button--large_1br4o_42 {
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-icon_1br4o_49 {
312
- margin-top: 2px;
313
- }
314
- ._Button--brand_1br4o_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) 40%,
320
- var(--puck-color-red-05) 100%);
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--brand_1br4o_53:hover {
321
+ ._Button--brand_1tog0_49:hover {
326
322
  opacity: 0.8;
327
323
  }
328
324
  }
329
- ._Button--brand_1br4o_53:active {
325
+ ._Button--brand_1tog0_49:active {
330
326
  opacity: 0.8;
331
327
  }
332
- ._Button--primary_1br4o_74 {
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--primary_1br4o_74:hover {
332
+ ._Button--primary_1tog0_69:hover {
337
333
  background-color: var(--puck-color-azure-03);
338
334
  }
339
335
  }
340
- ._Button--primary_1br4o_74:active {
336
+ ._Button--primary_1tog0_69:active {
341
337
  background-color: var(--puck-color-azure-02);
342
338
  }
343
- ._Button--secondary_1br4o_88 {
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--secondary_1br4o_88:hover {
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--secondary_1br4o_88:active {
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--danger_1br4o_105 {
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--danger_1br4o_105:hover {
357
+ ._Button--danger_1tog0_100:hover {
362
358
  background-color: var(--puck-color-red-03);
363
359
  }
364
360
  }
365
- ._Button--danger_1br4o_105:active {
361
+ ._Button--danger_1tog0_100:active {
366
362
  background-color: var(--puck-color-red-02);
367
363
  }
368
- ._Button--flush_1br4o_119 {
364
+ ._Button--flush_1tog0_114 {
369
365
  border-radius: 0;
370
366
  }
371
- ._Button--ghost_1br4o_123 {
367
+ ._Button--ghost_1tog0_118 {
372
368
  align-items: center;
373
369
  background-color: transparent;
374
370
  border: none;
375
- border-radius: 4px;
371
+ border-radius: 8px;
376
372
  color: var(--puck-color-azure-04);
377
373
  display: flex;
378
374
  }
379
375
  @media (hover: hover) and (pointer: fine) {
380
- ._Button--ghost_1br4o_123:hover {
376
+ ._Button--ghost_1tog0_118:hover {
381
377
  background-color: var(--puck-color-grey-11);
382
378
  color: var(--puck-color-azure-04);
383
379
  cursor: pointer;
384
380
  }
385
381
  }
386
- ._Button--disabled_1br4o_140,
387
- ._Button--disabled_1br4o_140:hover {
388
- background-color: var(--puck-color-grey-09);
389
- color: var(--puck-color-grey-05);
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);
390
389
  cursor: not-allowed;
391
390
  }
392
- ._Button--fullWidth_1br4o_147 {
391
+ ._Button--fullWidth_1tog0_145 {
393
392
  justify-content: center;
394
393
  width: 100%;
395
394
  }
396
- ._Button-spinner_1br4o_152 {
395
+ ._Button-spinner_1tog0_150 {
397
396
  padding-left: 8px;
398
397
  }
399
398
 
400
- /* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/Loader/styles.module.css/#css-module-data */
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/puck-platform/puck-platform/packages/platform-client/components/Heading/Heading.module.css/#css-module-data */
423
- ._Heading_qkzg9_1 {
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
- ._Heading_qkzg9_1 b {
428
+ ._Heading_1sfil_1 b {
429
+ font-weight: 700;
430
+ }
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 {
429
438
  font-weight: 700;
430
439
  }
431
- ._Heading--xxxxl_qkzg9_11 {
440
+ ._Heading--xxxxl_1sfil_23 {
432
441
  font-size: var(--puck-font-size-xxxl);
433
442
  }
434
- ._Heading--xxxl_qkzg9_15 {
443
+ ._Heading--xxxl_1sfil_27 {
435
444
  font-size: var(--puck-font-size-xxl);
436
445
  }
437
- ._Heading--xxl_qkzg9_19 {
446
+ ._Heading--xxl_1sfil_31 {
438
447
  font-size: var(--puck-font-size-xl);
439
448
  }
440
- ._Heading--xl_qkzg9_23 {
449
+ ._Heading--xl_1sfil_35 {
441
450
  font-size: var(--puck-font-size-l);
442
451
  }
443
- ._Heading--l_qkzg9_27 {
452
+ ._Heading--l_1sfil_39 {
444
453
  font-size: var(--puck-font-size-m);
445
454
  }
446
- ._Heading--m_qkzg9_31 {
455
+ ._Heading--m_1sfil_43 {
447
456
  font-size: var(--puck-font-size-s);
448
457
  }
449
- ._Heading--s_qkzg9_35 {
458
+ ._Heading--s_1sfil_47 {
450
459
  font-size: var(--puck-font-size-xs);
451
460
  }
452
- ._Heading--xs_qkzg9_39 {
461
+ ._Heading--xs_1sfil_51 {
453
462
  font-size: var(--puck-font-size-xxs);
454
463
  }
455
- ._Heading--xxs_qkzg9_43 {
464
+ ._Heading--xxs_1sfil_55 {
456
465
  font-size: var(--puck-font-size-xxs);
457
466
  }
458
467
  @media (min-width: 768px) {
459
- ._Heading--xxxxl_qkzg9_11 {
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--xxxl_qkzg9_15 {
471
+ ._Heading--xxxl_1sfil_27 {
465
472
  font-size: var(--puck-font-size-xxxl);
466
473
  }
467
- ._Heading--xxl_qkzg9_19 {
474
+ ._Heading--xxl_1sfil_31 {
468
475
  font-size: var(--puck-font-size-xxl);
469
476
  }
470
- ._Heading--xl_qkzg9_23 {
477
+ ._Heading--xl_1sfil_35 {
471
478
  font-size: var(--puck-font-size-xl);
472
479
  }
473
- ._Heading--l_qkzg9_27 {
480
+ ._Heading--l_1sfil_39 {
474
481
  font-size: var(--puck-font-size-l);
475
482
  }
476
- ._Heading--m_qkzg9_31 {
483
+ ._Heading--m_1sfil_43 {
477
484
  font-size: var(--puck-font-size-m);
478
485
  }
479
- ._Heading--s_qkzg9_35 {
486
+ ._Heading--s_1sfil_47 {
480
487
  font-size: var(--puck-font-size-s);
481
488
  }
482
- ._Heading--xs_qkzg9_39 {
489
+ ._Heading--xs_1sfil_51 {
483
490
  font-size: var(--puck-font-size-xs);
484
491
  }
485
- ._Heading--xxs_qkzg9_43 {
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/puck-platform/puck-platform/packages/platform-client/components/Align/Align.module.css/#css-module-data */
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/puck-platform/puck-platform/packages/platform-client/components/AutoForm/AutoForm.module.css/#css-module-data */
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/puck-platform/puck-platform/packages/platform-client/components/Card/Card.module.css/#css-module-data */
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/puck-platform/puck-platform/packages/platform-client/components/CardSelector/styles.module.css/#css-module-data */
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/puck-platform/puck-platform/packages/platform-client/components/Code/Code.module.css/#css-module-data */
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/puck-platform/puck-platform/packages/platform-client/components/IconButton/IconButton.module.css/#css-module-data */
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/puck-platform/puck-platform/packages/platform-client/components/InfoBar/InfoBar.module.css/#css-module-data */
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/puck-platform/puck-platform/packages/platform-client/components/Inline/Inline.module.css/#css-module-data */
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/puck-platform/puck-platform/packages/platform-client/components/Link/Link.module.css/#css-module-data */
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/puck-platform/puck-platform/packages/platform-client/components/Page/Page.module.css/#css-module-data */
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/puck-platform/puck-platform/packages/platform-client/components/Pagination/Pagination.module.css/#css-module-data */
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,7 +1007,7 @@ p {
924
1007
  color: var(--puck-color-grey-05);
925
1008
  }
926
1009
 
927
- /* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/PlanGrid/styles.module.css/#css-module-data */
1010
+ /* css-module:/home/runner/work/platform/platform/packages/platform-client/components/PlanGrid/styles.module.css/#css-module-data */
928
1011
  ._PlanGrid--loading_97rn7_1 {
929
1012
  opacity: 0;
930
1013
  }
@@ -952,7 +1035,7 @@ p {
952
1035
  font-weight: 500;
953
1036
  }
954
1037
 
955
- /* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/PlanCard/styles.module.css/#css-module-data */
1038
+ /* css-module:/home/runner/work/platform/platform/packages/platform-client/components/PlanCard/styles.module.css/#css-module-data */
956
1039
  ._PlanCard_16zmu_1 {
957
1040
  border: 1px solid var(--puck-color-grey-09);
958
1041
  border-radius: 16px;
@@ -1136,7 +1219,7 @@ p {
1136
1219
  grid-auto-flow: column;
1137
1220
  }
1138
1221
 
1139
- /* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/Section/Section.module.css/#css-module-data */
1222
+ /* css-module:/home/runner/work/platform/platform/packages/platform-client/components/Section/Section.module.css/#css-module-data */
1140
1223
  ._Section-inner_1uwo0_1 {
1141
1224
  margin-left: auto;
1142
1225
  margin-right: auto;
@@ -1154,11 +1237,12 @@ p {
1154
1237
  max-width: unset;
1155
1238
  }
1156
1239
 
1157
- /* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/Tag/Tag.module.css/#css-module-data */
1158
- ._Tag_1baze_1 {
1240
+ /* css-module:/home/runner/work/platform/platform/packages/platform-client/components/Tag/Tag.module.css/#css-module-data */
1241
+ ._Tag_s2h0n_1 {
1159
1242
  align-items: center;
1160
- display: inline-flex;
1243
+ display: flex;
1161
1244
  text-transform: uppercase;
1245
+ font-family: var(--puck-font-family-monospaced);
1162
1246
  font-weight: 600;
1163
1247
  font-size: var(--puck-font-size-xxxs);
1164
1248
  gap: 6px;
@@ -1167,34 +1251,38 @@ p {
1167
1251
  color: var(--puck-color-grey-05);
1168
1252
  padding: 4px 8px;
1169
1253
  white-space: nowrap;
1254
+ line-height: 1;
1170
1255
  position: relative;
1171
1256
  z-index: 0;
1172
1257
  }
1173
- ._Tag--colorBlue_1baze_19 {
1258
+ ._Tag--borderless_s2h0n_21 {
1259
+ border: none;
1260
+ }
1261
+ ._Tag--colorBlue_s2h0n_25 {
1174
1262
  color: var(--puck-color-azure-05);
1175
1263
  }
1176
- ._Tag--colorGreen_1baze_23 {
1264
+ ._Tag--colorGreen_s2h0n_29 {
1177
1265
  color: var(--puck-color-green-06);
1178
1266
  }
1179
- ._Tag--colorRed_1baze_27 {
1267
+ ._Tag--colorRed_s2h0n_33 {
1180
1268
  color: var(--puck-color-red-04);
1181
1269
  }
1182
- ._Tag--colorMuted_1baze_31 {
1270
+ ._Tag--colorMuted_s2h0n_37 {
1183
1271
  color: var(--puck-color-grey-06);
1184
1272
  }
1185
- ._Tag-sprite_1baze_35 {
1273
+ ._Tag-sprite_s2h0n_41 {
1186
1274
  display: flex;
1187
1275
  }
1188
- ._Tag--pulse_1baze_39 {
1189
- ._Tag-sprite_1baze_35 {
1276
+ ._Tag--pulse_s2h0n_45 {
1277
+ ._Tag-sprite_s2h0n_41 {
1190
1278
  background: currentColor;
1191
1279
  border-radius: 50%;
1192
1280
  height: 5px;
1193
1281
  position: relative;
1194
1282
  width: 5px;
1195
1283
  }
1196
- ._Tag-sprite_1baze_35::before {
1197
- animation: _pulse_1baze_1 1s 0s infinite alternate;
1284
+ ._Tag-sprite_s2h0n_41::before {
1285
+ animation: _pulse_s2h0n_1 1s 0s infinite alternate;
1198
1286
  animation-fill-mode: both;
1199
1287
  background-color: color-mix(in srgb, currentColor 25%, transparent);
1200
1288
  border-radius: 50%;
@@ -1208,7 +1296,7 @@ p {
1208
1296
  z-index: -1;
1209
1297
  }
1210
1298
  }
1211
- @keyframes _pulse_1baze_1 {
1299
+ @keyframes _pulse_s2h0n_1 {
1212
1300
  0% {
1213
1301
  transform: scale(1);
1214
1302
  }
@@ -1216,8 +1304,11 @@ p {
1216
1304
  transform: scale(2);
1217
1305
  }
1218
1306
  }
1307
+ ._Tag-label_s2h0n_79 {
1308
+ margin-top: 1px;
1309
+ }
1219
1310
 
1220
- /* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/Table/Table.module.css/#css-module-data */
1311
+ /* css-module:/home/runner/work/platform/platform/packages/platform-client/components/Table/Table.module.css/#css-module-data */
1221
1312
  ._Table_o345u_1 {
1222
1313
  color: black;
1223
1314
  display: flex;
@@ -1317,39 +1408,56 @@ p {
1317
1408
  background-color: var(--puck-color-grey-12);
1318
1409
  }
1319
1410
 
1320
- /* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/VerticalSpace/VerticalSpace.module.css/#css-module-data */
1321
- ._VerticalSpace_1tjaw_1 {
1322
- padding-top: 16px;
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;
1323
1414
  }
1324
- ._VerticalSpace--size4_1tjaw_5 {
1415
+ ._VerticalSpace--size4_16t6j_5 {
1325
1416
  padding-top: 4px;
1326
1417
  }
1327
- ._VerticalSpace--size8_1tjaw_9 {
1418
+ ._VerticalSpace--size8_16t6j_9 {
1328
1419
  padding-top: 8px;
1329
1420
  }
1330
- ._VerticalSpace--size16_1tjaw_13 {
1421
+ ._VerticalSpace--size16_16t6j_13 {
1331
1422
  padding-top: 16px;
1332
1423
  }
1333
- ._VerticalSpace--size32_1tjaw_17 {
1424
+ ._VerticalSpace--size32_16t6j_17 {
1334
1425
  padding-top: 32px;
1335
1426
  }
1336
- ._VerticalSpace--size40_1tjaw_21 {
1427
+ ._VerticalSpace--size40_16t6j_21 {
1337
1428
  padding-top: 40px;
1338
1429
  }
1339
- ._VerticalSpace--size48_1tjaw_25 {
1430
+ ._VerticalSpace--size48_16t6j_25 {
1340
1431
  padding-top: 48px;
1341
1432
  }
1342
- ._VerticalSpace--size56_1tjaw_29 {
1433
+ ._VerticalSpace--size56_16t6j_29 {
1343
1434
  padding-top: 56px;
1344
1435
  }
1345
- ._VerticalSpace--size96_1tjaw_33 {
1436
+ ._VerticalSpace--size96_16t6j_33 {
1346
1437
  padding-top: 96px;
1347
1438
  }
1348
- ._VerticalSpace--size128_1tjaw_37 {
1439
+ ._VerticalSpace--size128_16t6j_37 {
1349
1440
  padding-top: 128px;
1350
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
+ }
1351
1459
 
1352
- /* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/Viewport/styles.module.css/#css-module-data */
1460
+ /* css-module:/home/runner/work/platform/platform/packages/platform-client/components/Viewport/styles.module.css/#css-module-data */
1353
1461
  ._Viewport_1vvhm_3 {
1354
1462
  }
1355
1463
  ._Viewport--standard_1vvhm_6,
@@ -1384,7 +1492,7 @@ p {
1384
1492
  }
1385
1493
  }
1386
1494
 
1387
- /* css-module:/home/runner/work/puck-platform/puck-platform/packages/plugin-ai/src/components/ChatBody/styles.module.css/#css-module-data */
1495
+ /* css-module:/home/runner/work/platform/platform/packages/plugin-ai/src/components/ChatBody/styles.module.css/#css-module-data */
1388
1496
  ._Chat_1njo2_1 {
1389
1497
  --fade-size: 32px;
1390
1498
  --chat-background-color: white;
@@ -1615,7 +1723,7 @@ p {
1615
1723
  margin-left: auto;
1616
1724
  }
1617
1725
 
1618
- /* css-module:/home/runner/work/puck-platform/puck-platform/packages/plugin-ai/src/components/PromptForm/styles.module.css/#css-module-data */
1726
+ /* css-module:/home/runner/work/platform/platform/packages/plugin-ai/src/components/PromptForm/styles.module.css/#css-module-data */
1619
1727
  ._PromptForm_1r4kq_1 {
1620
1728
  --radius: 9px;
1621
1729
  background-color: var(--puck-color-grey-09);