@puckeditor/plugin-pages 0.6.1-canary.77f4975d → 0.6.1-canary.78b4acae
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 +92 -116
- package/dist/index.js +34 -40
- package/dist/index.mjs +34 -40
- package/package.json +1 -2
package/dist/index.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* css-module:/home/runner/work/platform/platform/packages/platform-client/components/Toast/Toast.module.css/#css-module-data */
|
|
1
|
+
/* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/Toast/Toast.module.css/#css-module-data */
|
|
2
2
|
._Viewport_13rvx_1 {
|
|
3
3
|
position: fixed;
|
|
4
4
|
width: 250px;
|
|
@@ -280,7 +280,7 @@ p {
|
|
|
280
280
|
margin: 0;
|
|
281
281
|
}
|
|
282
282
|
|
|
283
|
-
/* css-module:/home/runner/work/platform/platform/packages/platform-client/components/ActionModal/ActionModal.module.css/#css-module-data */
|
|
283
|
+
/* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/ActionModal/ActionModal.module.css/#css-module-data */
|
|
284
284
|
._ActionModal_r3pvy_1 {
|
|
285
285
|
display: block;
|
|
286
286
|
min-width: 356px;
|
|
@@ -307,7 +307,7 @@ p {
|
|
|
307
307
|
padding: 16px 24px;
|
|
308
308
|
}
|
|
309
309
|
|
|
310
|
-
/* css-module:/home/runner/work/platform/platform/packages/platform-client/components/Modal/Modal.module.css/#css-module-data */
|
|
310
|
+
/* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/Modal/Modal.module.css/#css-module-data */
|
|
311
311
|
._Modal-background_1bedq_1 {
|
|
312
312
|
align-items: center;
|
|
313
313
|
display: flex;
|
|
@@ -336,8 +336,8 @@ p {
|
|
|
336
336
|
overflow: auto;
|
|
337
337
|
}
|
|
338
338
|
|
|
339
|
-
/* css-module:/home/runner/work/platform/platform/packages/platform-client/components/Button/Button.module.css/#css-module-data */
|
|
340
|
-
.
|
|
339
|
+
/* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/Button/Button.module.css/#css-module-data */
|
|
340
|
+
._Button_1sk6w_1 {
|
|
341
341
|
appearance: none;
|
|
342
342
|
background: none;
|
|
343
343
|
border: 1px solid transparent;
|
|
@@ -359,84 +359,85 @@ p {
|
|
|
359
359
|
white-space: nowrap;
|
|
360
360
|
margin: 0;
|
|
361
361
|
}
|
|
362
|
-
.
|
|
363
|
-
.
|
|
362
|
+
._Button_1sk6w_1:hover,
|
|
363
|
+
._Button_1sk6w_1:active {
|
|
364
364
|
transition: none;
|
|
365
365
|
}
|
|
366
|
-
.
|
|
366
|
+
._Button_1sk6w_1:focus-visible {
|
|
367
367
|
outline: 2px solid var(--puck-color-azure-05);
|
|
368
368
|
outline-offset: 2px;
|
|
369
369
|
}
|
|
370
|
-
._Button--
|
|
370
|
+
._Button--medium_1sk6w_34 {
|
|
371
371
|
min-height: 34px;
|
|
372
372
|
padding-bottom: 7px;
|
|
373
373
|
padding-left: 15px;
|
|
374
374
|
padding-right: 15px;
|
|
375
375
|
padding-top: 7px;
|
|
376
376
|
}
|
|
377
|
-
._Button--
|
|
377
|
+
._Button--large_1sk6w_42 {
|
|
378
378
|
padding-bottom: 11px;
|
|
379
379
|
padding-left: 19px;
|
|
380
380
|
padding-right: 19px;
|
|
381
381
|
padding-top: 11px;
|
|
382
382
|
}
|
|
383
|
-
._Button--
|
|
383
|
+
._Button--brand_1sk6w_49 {
|
|
384
384
|
background-image:
|
|
385
385
|
linear-gradient(
|
|
386
386
|
210deg,
|
|
387
387
|
var(--puck-color-azure-01) 0%,
|
|
388
|
-
var(--puck-color-azure-03)
|
|
389
|
-
var(--puck-color-red-05)
|
|
388
|
+
var(--puck-color-azure-03) 40%,
|
|
389
|
+
var(--puck-color-red-05) 100%);
|
|
390
390
|
border: none;
|
|
391
|
+
border-radius: 48px;
|
|
391
392
|
}
|
|
392
393
|
@media (hover: hover) and (pointer: fine) {
|
|
393
|
-
._Button--
|
|
394
|
+
._Button--brand_1sk6w_49:hover {
|
|
394
395
|
opacity: 0.8;
|
|
395
396
|
}
|
|
396
397
|
}
|
|
397
|
-
._Button--
|
|
398
|
+
._Button--brand_1sk6w_49:active {
|
|
398
399
|
opacity: 0.8;
|
|
399
400
|
}
|
|
400
|
-
._Button--
|
|
401
|
+
._Button--primary_1sk6w_70 {
|
|
401
402
|
background: var(--puck-color-azure-04);
|
|
402
403
|
}
|
|
403
404
|
@media (hover: hover) and (pointer: fine) {
|
|
404
|
-
._Button--
|
|
405
|
+
._Button--primary_1sk6w_70:hover {
|
|
405
406
|
background-color: var(--puck-color-azure-03);
|
|
406
407
|
}
|
|
407
408
|
}
|
|
408
|
-
._Button--
|
|
409
|
+
._Button--primary_1sk6w_70:active {
|
|
409
410
|
background-color: var(--puck-color-azure-02);
|
|
410
411
|
}
|
|
411
|
-
._Button--
|
|
412
|
+
._Button--secondary_1sk6w_84 {
|
|
412
413
|
border: 1px solid currentColor;
|
|
413
414
|
color: currentColor;
|
|
414
415
|
}
|
|
415
416
|
@media (hover: hover) and (pointer: fine) {
|
|
416
|
-
._Button--
|
|
417
|
+
._Button--secondary_1sk6w_84:hover {
|
|
417
418
|
background-color: var(--puck-color-azure-12);
|
|
418
419
|
color: var(--puck-color-black);
|
|
419
420
|
}
|
|
420
421
|
}
|
|
421
|
-
._Button--
|
|
422
|
+
._Button--secondary_1sk6w_84:active {
|
|
422
423
|
background-color: var(--puck-color-azure-11);
|
|
423
424
|
color: var(--puck-color-black);
|
|
424
425
|
}
|
|
425
|
-
._Button--
|
|
426
|
+
._Button--danger_1sk6w_101 {
|
|
426
427
|
background: var(--puck-color-red-04);
|
|
427
428
|
}
|
|
428
429
|
@media (hover: hover) and (pointer: fine) {
|
|
429
|
-
._Button--
|
|
430
|
+
._Button--danger_1sk6w_101:hover {
|
|
430
431
|
background-color: var(--puck-color-red-03);
|
|
431
432
|
}
|
|
432
433
|
}
|
|
433
|
-
._Button--
|
|
434
|
+
._Button--danger_1sk6w_101:active {
|
|
434
435
|
background-color: var(--puck-color-red-02);
|
|
435
436
|
}
|
|
436
|
-
._Button--
|
|
437
|
+
._Button--flush_1sk6w_115 {
|
|
437
438
|
border-radius: 0;
|
|
438
439
|
}
|
|
439
|
-
._Button--
|
|
440
|
+
._Button--ghost_1sk6w_119 {
|
|
440
441
|
align-items: center;
|
|
441
442
|
background-color: transparent;
|
|
442
443
|
border: none;
|
|
@@ -445,30 +446,30 @@ p {
|
|
|
445
446
|
display: flex;
|
|
446
447
|
}
|
|
447
448
|
@media (hover: hover) and (pointer: fine) {
|
|
448
|
-
._Button--
|
|
449
|
+
._Button--ghost_1sk6w_119:hover {
|
|
449
450
|
background-color: var(--puck-color-grey-11);
|
|
450
451
|
color: var(--puck-color-azure-04);
|
|
451
452
|
cursor: pointer;
|
|
452
453
|
}
|
|
453
454
|
}
|
|
454
|
-
._Button--
|
|
455
|
-
._Button--
|
|
456
|
-
._Button--
|
|
457
|
-
._Button--
|
|
455
|
+
._Button--disabled_1sk6w_136,
|
|
456
|
+
._Button--disabled_1sk6w_136:hover,
|
|
457
|
+
._Button--secondary_1sk6w_84._Button--disabled_1sk6w_136,
|
|
458
|
+
._Button--secondary_1sk6w_84._Button--disabled_1sk6w_136:hover {
|
|
458
459
|
background-color: var(--puck-color-grey-12);
|
|
459
460
|
border-color: var(--puck-color-grey-08);
|
|
460
461
|
color: var(--puck-color-grey-07);
|
|
461
462
|
cursor: not-allowed;
|
|
462
463
|
}
|
|
463
|
-
._Button--
|
|
464
|
+
._Button--fullWidth_1sk6w_146 {
|
|
464
465
|
justify-content: center;
|
|
465
466
|
width: 100%;
|
|
466
467
|
}
|
|
467
|
-
._Button-
|
|
468
|
+
._Button-spinner_1sk6w_151 {
|
|
468
469
|
padding-left: 8px;
|
|
469
470
|
}
|
|
470
471
|
|
|
471
|
-
/* css-module:/home/runner/work/platform/platform/packages/platform-client/components/Loader/styles.module.css/#css-module-data */
|
|
472
|
+
/* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/Loader/styles.module.css/#css-module-data */
|
|
472
473
|
@keyframes _loader-animation_nacdm_1 {
|
|
473
474
|
0% {
|
|
474
475
|
transform: rotate(0deg) scale(1);
|
|
@@ -490,83 +491,75 @@ p {
|
|
|
490
491
|
animation-fill-mode: both;
|
|
491
492
|
}
|
|
492
493
|
|
|
493
|
-
/* css-module:/home/runner/work/platform/platform/packages/platform-client/components/Heading/Heading.module.css/#css-module-data */
|
|
494
|
-
.
|
|
494
|
+
/* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/Heading/Heading.module.css/#css-module-data */
|
|
495
|
+
._Heading_qkzg9_1 {
|
|
495
496
|
display: block;
|
|
496
|
-
font-family: var(--heading-font-family, var(--puck-font-family));
|
|
497
497
|
font-weight: 700;
|
|
498
498
|
margin: 0;
|
|
499
499
|
}
|
|
500
|
-
.
|
|
501
|
-
font-weight: 700;
|
|
502
|
-
}
|
|
503
|
-
._Heading--brand_1sfil_12,
|
|
504
|
-
._Heading--brand_1sfil_12 * {
|
|
505
|
-
font-weight: 500;
|
|
506
|
-
letter-spacing: -7%;
|
|
507
|
-
line-height: 1;
|
|
508
|
-
}
|
|
509
|
-
._Heading--brand_1sfil_12 b {
|
|
500
|
+
._Heading_qkzg9_1 b {
|
|
510
501
|
font-weight: 700;
|
|
511
502
|
}
|
|
512
|
-
._Heading--
|
|
503
|
+
._Heading--xxxxl_qkzg9_11 {
|
|
513
504
|
font-size: var(--puck-font-size-xxxl);
|
|
514
505
|
}
|
|
515
|
-
._Heading--
|
|
506
|
+
._Heading--xxxl_qkzg9_15 {
|
|
516
507
|
font-size: var(--puck-font-size-xxl);
|
|
517
508
|
}
|
|
518
|
-
._Heading--
|
|
509
|
+
._Heading--xxl_qkzg9_19 {
|
|
519
510
|
font-size: var(--puck-font-size-xl);
|
|
520
511
|
}
|
|
521
|
-
._Heading--
|
|
512
|
+
._Heading--xl_qkzg9_23 {
|
|
522
513
|
font-size: var(--puck-font-size-l);
|
|
523
514
|
}
|
|
524
|
-
._Heading--
|
|
515
|
+
._Heading--l_qkzg9_27 {
|
|
525
516
|
font-size: var(--puck-font-size-m);
|
|
526
517
|
}
|
|
527
|
-
._Heading--
|
|
518
|
+
._Heading--m_qkzg9_31 {
|
|
528
519
|
font-size: var(--puck-font-size-s);
|
|
529
520
|
}
|
|
530
|
-
._Heading--
|
|
521
|
+
._Heading--s_qkzg9_35 {
|
|
531
522
|
font-size: var(--puck-font-size-xs);
|
|
532
523
|
}
|
|
533
|
-
._Heading--
|
|
524
|
+
._Heading--xs_qkzg9_39 {
|
|
534
525
|
font-size: var(--puck-font-size-xxs);
|
|
535
526
|
}
|
|
536
|
-
._Heading--
|
|
527
|
+
._Heading--xxs_qkzg9_43 {
|
|
537
528
|
font-size: var(--puck-font-size-xxs);
|
|
538
529
|
}
|
|
539
530
|
@media (min-width: 768px) {
|
|
540
|
-
._Heading--
|
|
531
|
+
._Heading--xxxxl_qkzg9_11 {
|
|
541
532
|
font-size: var(--puck-font-size-xxxxl);
|
|
533
|
+
letter-spacing: 0.08ch;
|
|
534
|
+
font-weight: 800;
|
|
542
535
|
}
|
|
543
|
-
._Heading--
|
|
536
|
+
._Heading--xxxl_qkzg9_15 {
|
|
544
537
|
font-size: var(--puck-font-size-xxxl);
|
|
545
538
|
}
|
|
546
|
-
._Heading--
|
|
539
|
+
._Heading--xxl_qkzg9_19 {
|
|
547
540
|
font-size: var(--puck-font-size-xxl);
|
|
548
541
|
}
|
|
549
|
-
._Heading--
|
|
542
|
+
._Heading--xl_qkzg9_23 {
|
|
550
543
|
font-size: var(--puck-font-size-xl);
|
|
551
544
|
}
|
|
552
|
-
._Heading--
|
|
545
|
+
._Heading--l_qkzg9_27 {
|
|
553
546
|
font-size: var(--puck-font-size-l);
|
|
554
547
|
}
|
|
555
|
-
._Heading--
|
|
548
|
+
._Heading--m_qkzg9_31 {
|
|
556
549
|
font-size: var(--puck-font-size-m);
|
|
557
550
|
}
|
|
558
|
-
._Heading--
|
|
551
|
+
._Heading--s_qkzg9_35 {
|
|
559
552
|
font-size: var(--puck-font-size-s);
|
|
560
553
|
}
|
|
561
|
-
._Heading--
|
|
554
|
+
._Heading--xs_qkzg9_39 {
|
|
562
555
|
font-size: var(--puck-font-size-xs);
|
|
563
556
|
}
|
|
564
|
-
._Heading--
|
|
557
|
+
._Heading--xxs_qkzg9_43 {
|
|
565
558
|
font-size: var(--puck-font-size-xxs);
|
|
566
559
|
}
|
|
567
560
|
}
|
|
568
561
|
|
|
569
|
-
/* css-module:/home/runner/work/platform/platform/packages/platform-client/components/Align/Align.module.css/#css-module-data */
|
|
562
|
+
/* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/Align/Align.module.css/#css-module-data */
|
|
570
563
|
._Align_oewlu_1 {
|
|
571
564
|
align-items: flex-start;
|
|
572
565
|
display: flex;
|
|
@@ -590,7 +583,7 @@ p {
|
|
|
590
583
|
position: relative;
|
|
591
584
|
}
|
|
592
585
|
|
|
593
|
-
/* css-module:/home/runner/work/platform/platform/packages/platform-client/components/AutoForm/AutoForm.module.css/#css-module-data */
|
|
586
|
+
/* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/AutoForm/AutoForm.module.css/#css-module-data */
|
|
594
587
|
._AutoForm_1vmh9_1 {
|
|
595
588
|
display: flex;
|
|
596
589
|
gap: 16px;
|
|
@@ -601,7 +594,7 @@ p {
|
|
|
601
594
|
padding: 0px !important;
|
|
602
595
|
}
|
|
603
596
|
|
|
604
|
-
/* css-module:/home/runner/work/platform/platform/packages/platform-client/components/Card/Card.module.css/#css-module-data */
|
|
597
|
+
/* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/Card/Card.module.css/#css-module-data */
|
|
605
598
|
._Card_rpnal_1 {
|
|
606
599
|
background-color: white;
|
|
607
600
|
border: 1px solid var(--puck-color-grey-08);
|
|
@@ -641,7 +634,7 @@ p {
|
|
|
641
634
|
color: var(--puck-color-azure-04);
|
|
642
635
|
}
|
|
643
636
|
|
|
644
|
-
/* css-module:/home/runner/work/platform/platform/packages/platform-client/components/CardSelector/styles.module.css/#css-module-data */
|
|
637
|
+
/* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/CardSelector/styles.module.css/#css-module-data */
|
|
645
638
|
._CardSelector_1ogry_1 {
|
|
646
639
|
display: grid;
|
|
647
640
|
gap: 16px;
|
|
@@ -679,7 +672,7 @@ p {
|
|
|
679
672
|
cursor: pointer;
|
|
680
673
|
}
|
|
681
674
|
|
|
682
|
-
/* css-module:/home/runner/work/platform/platform/packages/platform-client/components/Code/Code.module.css/#css-module-data */
|
|
675
|
+
/* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/Code/Code.module.css/#css-module-data */
|
|
683
676
|
._Code_d4378_1 {
|
|
684
677
|
border-radius: 8px;
|
|
685
678
|
position: relative;
|
|
@@ -799,7 +792,7 @@ p {
|
|
|
799
792
|
background: var(--puck-color-grey-11);
|
|
800
793
|
}
|
|
801
794
|
|
|
802
|
-
/* css-module:/home/runner/work/platform/platform/packages/platform-client/components/IconButton/IconButton.module.css/#css-module-data */
|
|
795
|
+
/* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/IconButton/IconButton.module.css/#css-module-data */
|
|
803
796
|
._IconButton_thegm_1 {
|
|
804
797
|
align-items: center;
|
|
805
798
|
background: transparent;
|
|
@@ -844,7 +837,7 @@ p {
|
|
|
844
837
|
color: var(--puck-color-grey-07);
|
|
845
838
|
}
|
|
846
839
|
|
|
847
|
-
/* css-module:/home/runner/work/platform/platform/packages/platform-client/components/InfoBar/InfoBar.module.css/#css-module-data */
|
|
840
|
+
/* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/InfoBar/InfoBar.module.css/#css-module-data */
|
|
848
841
|
._InfoBar_kchdj_1 {
|
|
849
842
|
border: 1px solid var(--puck-color-grey-10);
|
|
850
843
|
border-radius: 8px;
|
|
@@ -867,7 +860,7 @@ p {
|
|
|
867
860
|
font-weight: 600;
|
|
868
861
|
}
|
|
869
862
|
|
|
870
|
-
/* css-module:/home/runner/work/platform/platform/packages/platform-client/components/Inline/Inline.module.css/#css-module-data */
|
|
863
|
+
/* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/Inline/Inline.module.css/#css-module-data */
|
|
871
864
|
._Inline_6o5on_3 {
|
|
872
865
|
display: block;
|
|
873
866
|
}
|
|
@@ -907,7 +900,7 @@ p {
|
|
|
907
900
|
flex-grow: 1;
|
|
908
901
|
}
|
|
909
902
|
|
|
910
|
-
/* css-module:/home/runner/work/platform/platform/packages/platform-client/components/Link/Link.module.css/#css-module-data */
|
|
903
|
+
/* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/Link/Link.module.css/#css-module-data */
|
|
911
904
|
._Link_1j70m_1 {
|
|
912
905
|
color: var(--puck-color-azure-04);
|
|
913
906
|
text-decoration: none;
|
|
@@ -916,7 +909,7 @@ p {
|
|
|
916
909
|
color: var(--puck-color-azure-05);
|
|
917
910
|
}
|
|
918
911
|
|
|
919
|
-
/* css-module:/home/runner/work/platform/platform/packages/platform-client/components/Menu/styles.module.css/#css-module-data */
|
|
912
|
+
/* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/Menu/styles.module.css/#css-module-data */
|
|
920
913
|
._Menu_1tu16_1 {
|
|
921
914
|
display: flex;
|
|
922
915
|
position: relative;
|
|
@@ -992,7 +985,7 @@ button._Menu-item_1tu16_55:hover {
|
|
|
992
985
|
opacity: 0.5;
|
|
993
986
|
}
|
|
994
987
|
|
|
995
|
-
/* css-module:/home/runner/work/platform/platform/packages/platform-client/components/Page/Page.module.css/#css-module-data */
|
|
988
|
+
/* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/Page/Page.module.css/#css-module-data */
|
|
996
989
|
._Page_nkzj9_1 {
|
|
997
990
|
display: flex;
|
|
998
991
|
flex-direction: column;
|
|
@@ -1051,7 +1044,7 @@ button._Menu-item_1tu16_55:hover {
|
|
|
1051
1044
|
padding: 16px 24px;
|
|
1052
1045
|
}
|
|
1053
1046
|
|
|
1054
|
-
/* css-module:/home/runner/work/platform/platform/packages/platform-client/components/Pagination/Pagination.module.css/#css-module-data */
|
|
1047
|
+
/* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/Pagination/Pagination.module.css/#css-module-data */
|
|
1055
1048
|
._Pagination_1okv2_1 {
|
|
1056
1049
|
align-items: baseline;
|
|
1057
1050
|
display: flex;
|
|
@@ -1079,7 +1072,7 @@ button._Menu-item_1tu16_55:hover {
|
|
|
1079
1072
|
color: var(--puck-color-grey-05);
|
|
1080
1073
|
}
|
|
1081
1074
|
|
|
1082
|
-
/* css-module:/home/runner/work/platform/platform/packages/platform-client/components/PlanGrid/styles.module.css/#css-module-data */
|
|
1075
|
+
/* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/PlanGrid/styles.module.css/#css-module-data */
|
|
1083
1076
|
._PlanGrid--loading_97rn7_1 {
|
|
1084
1077
|
opacity: 0;
|
|
1085
1078
|
}
|
|
@@ -1107,7 +1100,7 @@ button._Menu-item_1tu16_55:hover {
|
|
|
1107
1100
|
font-weight: 500;
|
|
1108
1101
|
}
|
|
1109
1102
|
|
|
1110
|
-
/* css-module:/home/runner/work/platform/platform/packages/platform-client/components/PlanCard/styles.module.css/#css-module-data */
|
|
1103
|
+
/* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/PlanCard/styles.module.css/#css-module-data */
|
|
1111
1104
|
._PlanCard_16zmu_1 {
|
|
1112
1105
|
border: 1px solid var(--puck-color-grey-09);
|
|
1113
1106
|
border-radius: 16px;
|
|
@@ -1291,7 +1284,7 @@ button._Menu-item_1tu16_55:hover {
|
|
|
1291
1284
|
grid-auto-flow: column;
|
|
1292
1285
|
}
|
|
1293
1286
|
|
|
1294
|
-
/* css-module:/home/runner/work/platform/platform/packages/platform-client/components/Section/Section.module.css/#css-module-data */
|
|
1287
|
+
/* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/Section/Section.module.css/#css-module-data */
|
|
1295
1288
|
._Section-inner_1uwo0_1 {
|
|
1296
1289
|
margin-left: auto;
|
|
1297
1290
|
margin-right: auto;
|
|
@@ -1309,7 +1302,7 @@ button._Menu-item_1tu16_55:hover {
|
|
|
1309
1302
|
max-width: unset;
|
|
1310
1303
|
}
|
|
1311
1304
|
|
|
1312
|
-
/* css-module:/home/runner/work/platform/platform/packages/platform-client/components/Tag/Tag.module.css/#css-module-data */
|
|
1305
|
+
/* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/Tag/Tag.module.css/#css-module-data */
|
|
1313
1306
|
._Tag_s2h0n_1 {
|
|
1314
1307
|
align-items: center;
|
|
1315
1308
|
display: flex;
|
|
@@ -1380,7 +1373,7 @@ button._Menu-item_1tu16_55:hover {
|
|
|
1380
1373
|
margin-top: 1px;
|
|
1381
1374
|
}
|
|
1382
1375
|
|
|
1383
|
-
/* css-module:/home/runner/work/platform/platform/packages/platform-client/components/Table/Table.module.css/#css-module-data */
|
|
1376
|
+
/* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/Table/Table.module.css/#css-module-data */
|
|
1384
1377
|
._Table_o345u_1 {
|
|
1385
1378
|
color: black;
|
|
1386
1379
|
display: flex;
|
|
@@ -1480,56 +1473,39 @@ button._Menu-item_1tu16_55:hover {
|
|
|
1480
1473
|
background-color: var(--puck-color-grey-12);
|
|
1481
1474
|
}
|
|
1482
1475
|
|
|
1483
|
-
/* css-module:/home/runner/work/platform/platform/packages/platform-client/components/VerticalSpace/VerticalSpace.module.css/#css-module-data */
|
|
1484
|
-
.
|
|
1485
|
-
padding-top:
|
|
1476
|
+
/* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/VerticalSpace/VerticalSpace.module.css/#css-module-data */
|
|
1477
|
+
._VerticalSpace_1tjaw_1 {
|
|
1478
|
+
padding-top: 16px;
|
|
1486
1479
|
}
|
|
1487
|
-
._VerticalSpace--
|
|
1480
|
+
._VerticalSpace--size4_1tjaw_5 {
|
|
1488
1481
|
padding-top: 4px;
|
|
1489
1482
|
}
|
|
1490
|
-
._VerticalSpace--
|
|
1483
|
+
._VerticalSpace--size8_1tjaw_9 {
|
|
1491
1484
|
padding-top: 8px;
|
|
1492
1485
|
}
|
|
1493
|
-
._VerticalSpace--
|
|
1486
|
+
._VerticalSpace--size16_1tjaw_13 {
|
|
1494
1487
|
padding-top: 16px;
|
|
1495
1488
|
}
|
|
1496
|
-
._VerticalSpace--
|
|
1489
|
+
._VerticalSpace--size32_1tjaw_17 {
|
|
1497
1490
|
padding-top: 32px;
|
|
1498
1491
|
}
|
|
1499
|
-
._VerticalSpace--
|
|
1492
|
+
._VerticalSpace--size40_1tjaw_21 {
|
|
1500
1493
|
padding-top: 40px;
|
|
1501
1494
|
}
|
|
1502
|
-
._VerticalSpace--
|
|
1495
|
+
._VerticalSpace--size48_1tjaw_25 {
|
|
1503
1496
|
padding-top: 48px;
|
|
1504
1497
|
}
|
|
1505
|
-
._VerticalSpace--
|
|
1498
|
+
._VerticalSpace--size56_1tjaw_29 {
|
|
1506
1499
|
padding-top: 56px;
|
|
1507
1500
|
}
|
|
1508
|
-
._VerticalSpace--
|
|
1501
|
+
._VerticalSpace--size96_1tjaw_33 {
|
|
1509
1502
|
padding-top: 96px;
|
|
1510
1503
|
}
|
|
1511
|
-
._VerticalSpace--
|
|
1504
|
+
._VerticalSpace--size128_1tjaw_37 {
|
|
1512
1505
|
padding-top: 128px;
|
|
1513
1506
|
}
|
|
1514
|
-
@media (max-width: 767px) {
|
|
1515
|
-
._VerticalSpace--size40_16t6j_21 {
|
|
1516
|
-
padding-top: 40px;
|
|
1517
|
-
}
|
|
1518
|
-
._VerticalSpace--size48_16t6j_25 {
|
|
1519
|
-
padding-top: 48px;
|
|
1520
|
-
}
|
|
1521
|
-
._VerticalSpace--size56_16t6j_29 {
|
|
1522
|
-
padding-top: 56px;
|
|
1523
|
-
}
|
|
1524
|
-
._VerticalSpace--size96_16t6j_33 {
|
|
1525
|
-
padding-top: 72px;
|
|
1526
|
-
}
|
|
1527
|
-
._VerticalSpace--size128_16t6j_37 {
|
|
1528
|
-
padding-top: 96px;
|
|
1529
|
-
}
|
|
1530
|
-
}
|
|
1531
1507
|
|
|
1532
|
-
/* css-module:/home/runner/work/platform/platform/packages/platform-client/components/Viewport/styles.module.css/#css-module-data */
|
|
1508
|
+
/* css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/Viewport/styles.module.css/#css-module-data */
|
|
1533
1509
|
._Viewport_1vvhm_3 {
|
|
1534
1510
|
}
|
|
1535
1511
|
._Viewport--standard_1vvhm_6,
|
|
@@ -1564,7 +1540,7 @@ button._Menu-item_1tu16_55:hover {
|
|
|
1564
1540
|
}
|
|
1565
1541
|
}
|
|
1566
1542
|
|
|
1567
|
-
/* css-module:/home/runner/work/platform/platform/packages/plugin-pages/src/components/PagePlugin/styles.module.css/#css-module-data */
|
|
1543
|
+
/* css-module:/home/runner/work/puck-platform/puck-platform/packages/plugin-pages/src/components/PagePlugin/styles.module.css/#css-module-data */
|
|
1568
1544
|
._Pages_ey49w_5 {
|
|
1569
1545
|
display: flex;
|
|
1570
1546
|
flex-direction: column;
|
|
@@ -1744,7 +1720,7 @@ button._Menu-item_1tu16_55:hover {
|
|
|
1744
1720
|
white-space: nowrap;
|
|
1745
1721
|
}
|
|
1746
1722
|
|
|
1747
|
-
/* css-module:/home/runner/work/platform/platform/packages/plugin-pages/src/components/CreateForm/styles.module.css/#css-module-data */
|
|
1723
|
+
/* css-module:/home/runner/work/puck-platform/puck-platform/packages/plugin-pages/src/components/CreateForm/styles.module.css/#css-module-data */
|
|
1748
1724
|
._CreateForm_kkdt2_1 {
|
|
1749
1725
|
width: 100%;
|
|
1750
1726
|
}
|
|
@@ -1789,7 +1765,7 @@ button._Menu-item_1tu16_55:hover {
|
|
|
1789
1765
|
line-height: 1.2;
|
|
1790
1766
|
}
|
|
1791
1767
|
|
|
1792
|
-
/* css-module:/home/runner/work/platform/platform/packages/plugin-pages/src/components/ConfirmModal/styles.module.css/#css-module-data */
|
|
1768
|
+
/* css-module:/home/runner/work/puck-platform/puck-platform/packages/plugin-pages/src/components/ConfirmModal/styles.module.css/#css-module-data */
|
|
1793
1769
|
._ConfirmModal_1r63q_1 {
|
|
1794
1770
|
width: 100%;
|
|
1795
1771
|
}
|
|
@@ -1860,7 +1836,7 @@ button._Menu-item_1tu16_55:hover {
|
|
|
1860
1836
|
padding: 16px 24px;
|
|
1861
1837
|
}
|
|
1862
1838
|
|
|
1863
|
-
/* css-module:/home/runner/work/platform/platform/packages/plugin-pages/src/components/HeaderActions/styles.module.css/#css-module-data */
|
|
1839
|
+
/* css-module:/home/runner/work/puck-platform/puck-platform/packages/plugin-pages/src/components/HeaderActions/styles.module.css/#css-module-data */
|
|
1864
1840
|
._HeaderActions-publish_7nzbl_1 {
|
|
1865
1841
|
position: relative;
|
|
1866
1842
|
display: inline-flex;
|
package/dist/index.js
CHANGED
|
@@ -4649,7 +4649,7 @@ var toastManager = index_parts_exports.createToastManager();
|
|
|
4649
4649
|
// ../platform-client/components/Toast/Toast.tsx
|
|
4650
4650
|
init_react_import();
|
|
4651
4651
|
|
|
4652
|
-
// css-module:/home/runner/work/platform/platform/packages/platform-client/components/Toast/Toast.module.css#css-module
|
|
4652
|
+
// css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/Toast/Toast.module.css#css-module
|
|
4653
4653
|
init_react_import();
|
|
4654
4654
|
var Toast_module_default = { "Viewport": "_Viewport_13rvx_1", "Toast": "_Toast_13rvx_17", "Title": "_Title_13rvx_95", "Description": "_Description_13rvx_102", "Action": "_Action_13rvx_109", "Close": "_Close_13rvx_143", "Icon": "_Icon_13rvx_163" };
|
|
4655
4655
|
|
|
@@ -4710,7 +4710,7 @@ init_react_import();
|
|
|
4710
4710
|
// ../platform-client/components/ActionModal/ActionModal.tsx
|
|
4711
4711
|
init_react_import();
|
|
4712
4712
|
|
|
4713
|
-
// css-module:/home/runner/work/platform/platform/packages/platform-client/components/ActionModal/ActionModal.module.css#css-module
|
|
4713
|
+
// css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/ActionModal/ActionModal.module.css#css-module
|
|
4714
4714
|
init_react_import();
|
|
4715
4715
|
var ActionModal_module_default = { "ActionModal": "_ActionModal_r3pvy_1", "ActionModal-header": "_ActionModal-header_r3pvy_6", "ActionModal-body": "_ActionModal-body_r3pvy_17", "ActionModal-footer": "_ActionModal-footer_r3pvy_22" };
|
|
4716
4716
|
|
|
@@ -4754,7 +4754,7 @@ var get_class_name_factory_default = getClassNameFactory;
|
|
|
4754
4754
|
// ../platform-client/components/Modal/Modal.tsx
|
|
4755
4755
|
init_react_import();
|
|
4756
4756
|
|
|
4757
|
-
// css-module:/home/runner/work/platform/platform/packages/platform-client/components/Modal/Modal.module.css#css-module
|
|
4757
|
+
// css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/Modal/Modal.module.css#css-module
|
|
4758
4758
|
init_react_import();
|
|
4759
4759
|
var Modal_module_default = { "Modal-background": "_Modal-background_1bedq_1", "Modal--visible": "_Modal--visible_1bedq_16", "Modal-modal": "_Modal-modal_1bedq_22" };
|
|
4760
4760
|
|
|
@@ -4791,14 +4791,14 @@ init_react_import();
|
|
|
4791
4791
|
init_react_import();
|
|
4792
4792
|
var import_react8 = require("react");
|
|
4793
4793
|
|
|
4794
|
-
// css-module:/home/runner/work/platform/platform/packages/platform-client/components/Button/Button.module.css#css-module
|
|
4794
|
+
// css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/Button/Button.module.css#css-module
|
|
4795
4795
|
init_react_import();
|
|
4796
|
-
var Button_module_default = { "Button": "
|
|
4796
|
+
var Button_module_default = { "Button": "_Button_1sk6w_1", "Button--medium": "_Button--medium_1sk6w_34", "Button--large": "_Button--large_1sk6w_42", "Button--brand": "_Button--brand_1sk6w_49", "Button--primary": "_Button--primary_1sk6w_70", "Button--secondary": "_Button--secondary_1sk6w_84", "Button--danger": "_Button--danger_1sk6w_101", "Button--flush": "_Button--flush_1sk6w_115", "Button--ghost": "_Button--ghost_1sk6w_119", "Button--disabled": "_Button--disabled_1sk6w_136", "Button--fullWidth": "_Button--fullWidth_1sk6w_146", "Button-spinner": "_Button-spinner_1sk6w_151" };
|
|
4797
4797
|
|
|
4798
4798
|
// ../platform-client/components/Loader/index.tsx
|
|
4799
4799
|
init_react_import();
|
|
4800
4800
|
|
|
4801
|
-
// css-module:/home/runner/work/platform/platform/packages/platform-client/components/Loader/styles.module.css#css-module
|
|
4801
|
+
// css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/Loader/styles.module.css#css-module
|
|
4802
4802
|
init_react_import();
|
|
4803
4803
|
var styles_module_default = { "Loader": "_Loader_nacdm_13", "loader-animation": "_loader-animation_nacdm_1" };
|
|
4804
4804
|
|
|
@@ -4936,26 +4936,20 @@ init_react_import();
|
|
|
4936
4936
|
// ../platform-client/components/Heading/Heading.tsx
|
|
4937
4937
|
init_react_import();
|
|
4938
4938
|
|
|
4939
|
-
// css-module:/home/runner/work/platform/platform/packages/platform-client/components/Heading/Heading.module.css#css-module
|
|
4939
|
+
// css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/Heading/Heading.module.css#css-module
|
|
4940
4940
|
init_react_import();
|
|
4941
|
-
var Heading_module_default = { "Heading": "
|
|
4941
|
+
var Heading_module_default = { "Heading": "_Heading_qkzg9_1", "Heading--xxxxl": "_Heading--xxxxl_qkzg9_11", "Heading--xxxl": "_Heading--xxxl_qkzg9_15", "Heading--xxl": "_Heading--xxl_qkzg9_19", "Heading--xl": "_Heading--xl_qkzg9_23", "Heading--l": "_Heading--l_qkzg9_27", "Heading--m": "_Heading--m_qkzg9_31", "Heading--s": "_Heading--s_qkzg9_35", "Heading--xs": "_Heading--xs_qkzg9_39", "Heading--xxs": "_Heading--xxs_qkzg9_43" };
|
|
4942
4942
|
|
|
4943
4943
|
// ../platform-client/components/Heading/Heading.tsx
|
|
4944
4944
|
var import_jsx_runtime13 = require("react/jsx-runtime");
|
|
4945
4945
|
var getClassName4 = get_class_name_factory_default("Heading", Heading_module_default);
|
|
4946
|
-
var Heading = ({
|
|
4947
|
-
children,
|
|
4948
|
-
rank,
|
|
4949
|
-
size: size4 = "m",
|
|
4950
|
-
variant = "default"
|
|
4951
|
-
}) => {
|
|
4946
|
+
var Heading = ({ children, rank, size: size4 = "m" }) => {
|
|
4952
4947
|
const Tag2 = rank ? `h${rank}` : "span";
|
|
4953
4948
|
return /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
|
|
4954
4949
|
Tag2,
|
|
4955
4950
|
{
|
|
4956
4951
|
className: getClassName4({
|
|
4957
|
-
[size4]: true
|
|
4958
|
-
brand: variant === "brand"
|
|
4952
|
+
[size4]: true
|
|
4959
4953
|
}),
|
|
4960
4954
|
children
|
|
4961
4955
|
}
|
|
@@ -4996,7 +4990,7 @@ init_react_import();
|
|
|
4996
4990
|
init_react_import();
|
|
4997
4991
|
var import_react10 = __toESM(require("react"));
|
|
4998
4992
|
|
|
4999
|
-
// css-module:/home/runner/work/platform/platform/packages/platform-client/components/Align/Align.module.css#css-module
|
|
4993
|
+
// css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/Align/Align.module.css#css-module
|
|
5000
4994
|
init_react_import();
|
|
5001
4995
|
var Align_module_default = { "Align": "_Align_oewlu_1", "Align--horizontalCenter": "_Align--horizontalCenter_oewlu_7", "Align--horizontalRight": "_Align--horizontalRight_oewlu_11", "Align--verticalBottom": "_Align--verticalBottom_oewlu_15", "Align--verticalCenter": "_Align--verticalCenter_oewlu_20", "Align-item": "_Align-item_oewlu_25" };
|
|
5002
4996
|
|
|
@@ -5115,7 +5109,7 @@ init_react_import();
|
|
|
5115
5109
|
var import_core2 = require("@puckeditor/core");
|
|
5116
5110
|
var import_react11 = require("react");
|
|
5117
5111
|
|
|
5118
|
-
// css-module:/home/runner/work/platform/platform/packages/platform-client/components/AutoForm/AutoForm.module.css#css-module
|
|
5112
|
+
// css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/AutoForm/AutoForm.module.css#css-module
|
|
5119
5113
|
init_react_import();
|
|
5120
5114
|
var AutoForm_module_default = { "AutoForm": "_AutoForm_1vmh9_1" };
|
|
5121
5115
|
|
|
@@ -5129,7 +5123,7 @@ init_react_import();
|
|
|
5129
5123
|
// ../platform-client/components/Card/Card.tsx
|
|
5130
5124
|
init_react_import();
|
|
5131
5125
|
|
|
5132
|
-
// css-module:/home/runner/work/platform/platform/packages/platform-client/components/Card/Card.module.css#css-module
|
|
5126
|
+
// css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/Card/Card.module.css#css-module
|
|
5133
5127
|
init_react_import();
|
|
5134
5128
|
var Card_module_default = { "Card": "_Card_rpnal_1", "Card-body": "_Card-body_rpnal_17", "Card-title": "_Card-title_rpnal_23", "Card-subtitle": "_Card-subtitle_rpnal_27", "Card-chevron": "_Card-chevron_rpnal_32", "Card--showChevron": "_Card--showChevron_rpnal_38", "Card--isActive": "_Card--isActive_rpnal_42" };
|
|
5135
5129
|
|
|
@@ -5174,7 +5168,7 @@ var getClassNameFactory2 = (rootClass, styles, { baseClass = "" } = {}) => (opti
|
|
|
5174
5168
|
};
|
|
5175
5169
|
var get_class_name_factory_default2 = getClassNameFactory2;
|
|
5176
5170
|
|
|
5177
|
-
// css-module:/home/runner/work/platform/platform/packages/platform-client/components/CardSelector/styles.module.css#css-module
|
|
5171
|
+
// css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/CardSelector/styles.module.css#css-module
|
|
5178
5172
|
init_react_import();
|
|
5179
5173
|
var styles_module_default2 = { "CardSelector": "_CardSelector_1ogry_1", "CardSelectorOption": "_CardSelectorOption_1ogry_12", "CardSelectorOption--isSelected": "_CardSelectorOption--isSelected_1ogry_23", "CardSelectorOption--disabled": "_CardSelectorOption--disabled_1ogry_27", "CardSelectorOption-description": "_CardSelectorOption-description_1ogry_31", "CardSelectorOption-body": "_CardSelectorOption-body_1ogry_35" };
|
|
5180
5174
|
|
|
@@ -5189,7 +5183,7 @@ init_react_import();
|
|
|
5189
5183
|
// ../platform-client/components/Code/Code.tsx
|
|
5190
5184
|
init_react_import();
|
|
5191
5185
|
|
|
5192
|
-
// css-module:/home/runner/work/platform/platform/packages/platform-client/components/Code/Code.module.css#css-module
|
|
5186
|
+
// css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/Code/Code.module.css#css-module
|
|
5193
5187
|
init_react_import();
|
|
5194
5188
|
var Code_module_default = { "Code": "_Code_d4378_1", "Code-body": "_Code-body_d4378_8", "Code--light": "_Code--light_d4378_19", "Code-header": "_Code-header_d4378_34", "Code-corner": "_Code-corner_d4378_51", "Code-actions": "_Code-actions_d4378_71", "Code--lineNumbers": "_Code--lineNumbers_d4378_76", "Code-tabs": "_Code-tabs_d4378_91", "Tab": "_Tab_d4378_99", "Tab--isActive": "_Tab--isActive_d4378_104", "Tab--light": "_Tab--light_d4378_108", "Tab-button": "_Tab-button_d4378_112" };
|
|
5195
5189
|
|
|
@@ -5211,7 +5205,7 @@ init_react_import();
|
|
|
5211
5205
|
init_react_import();
|
|
5212
5206
|
var import_react14 = require("react");
|
|
5213
5207
|
|
|
5214
|
-
// css-module:/home/runner/work/platform/platform/packages/platform-client/components/IconButton/IconButton.module.css#css-module
|
|
5208
|
+
// css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/IconButton/IconButton.module.css#css-module
|
|
5215
5209
|
init_react_import();
|
|
5216
5210
|
var IconButton_module_default = { "IconButton": "_IconButton_thegm_1", "IconButton--disabled": "_IconButton--disabled_thegm_20", "IconButton--dark": "_IconButton--dark_thegm_26", "IconButton-title": "_IconButton-title_thegm_37" };
|
|
5217
5211
|
|
|
@@ -5225,7 +5219,7 @@ init_react_import();
|
|
|
5225
5219
|
// ../platform-client/components/InfoBar/InfoBar.tsx
|
|
5226
5220
|
init_react_import();
|
|
5227
5221
|
|
|
5228
|
-
// css-module:/home/runner/work/platform/platform/packages/platform-client/components/InfoBar/InfoBar.module.css#css-module
|
|
5222
|
+
// css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/InfoBar/InfoBar.module.css#css-module
|
|
5229
5223
|
init_react_import();
|
|
5230
5224
|
var InfoBar_module_default = { "InfoBar": "_InfoBar_kchdj_1", "Info": "_Info_kchdj_1", "Info-title": "_Info-title_kchdj_21" };
|
|
5231
5225
|
|
|
@@ -5250,7 +5244,7 @@ init_react_import();
|
|
|
5250
5244
|
// ../platform-client/components/Inline/Inline.tsx
|
|
5251
5245
|
init_react_import();
|
|
5252
5246
|
|
|
5253
|
-
// css-module:/home/runner/work/platform/platform/packages/platform-client/components/Inline/Inline.module.css#css-module
|
|
5247
|
+
// css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/Inline/Inline.module.css#css-module
|
|
5254
5248
|
init_react_import();
|
|
5255
5249
|
var Inline_module_default = { "Inline": "_Inline_6o5on_3", "Inline-inner": "_Inline-inner_6o5on_7", "Inline--noWrap": "_Inline--noWrap_6o5on_12", "Inline--sizeNONE": "_Inline--sizeNONE_6o5on_16", "Inline--sizeXXS": "_Inline--sizeXXS_6o5on_20", "Inline--sizeXS": "_Inline--sizeXS_6o5on_24", "Inline--sizeS": "_Inline--sizeS_6o5on_28", "Inline--sizeM": "_Inline--sizeM_6o5on_32", "Inline--sizeL": "_Inline--sizeL_6o5on_36", "Inline--center": "_Inline--center_6o5on_40", "Inline--centerH": "_Inline--centerH_6o5on_44", "Inline--grow": "_Inline--grow_6o5on_48" };
|
|
5256
5250
|
|
|
@@ -5302,7 +5296,7 @@ init_react_import();
|
|
|
5302
5296
|
// ../platform-client/components/Link/Link.tsx
|
|
5303
5297
|
init_react_import();
|
|
5304
5298
|
|
|
5305
|
-
// css-module:/home/runner/work/platform/platform/packages/platform-client/components/Link/Link.module.css#css-module
|
|
5299
|
+
// css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/Link/Link.module.css#css-module
|
|
5306
5300
|
init_react_import();
|
|
5307
5301
|
var Link_module_default = { "Link": "_Link_1j70m_1" };
|
|
5308
5302
|
|
|
@@ -5314,7 +5308,7 @@ var getClassName12 = get_class_name_factory_default("Link", Link_module_default)
|
|
|
5314
5308
|
init_react_import();
|
|
5315
5309
|
var import_react16 = require("react");
|
|
5316
5310
|
|
|
5317
|
-
// css-module:/home/runner/work/platform/platform/packages/platform-client/components/Menu/styles.module.css#css-module
|
|
5311
|
+
// css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/Menu/styles.module.css#css-module
|
|
5318
5312
|
init_react_import();
|
|
5319
5313
|
var styles_module_default3 = { "Menu": "_Menu_1tu16_1", "Menu-content": "_Menu-content_1tu16_6", "Menu-sections": "_Menu-sections_1tu16_11", "Menu-action": "_Menu-action_1tu16_22", "Menu-list": "_Menu-list_1tu16_44", "Menu-item": "_Menu-item_1tu16_55", "Menu-item--disabled": "_Menu-item--disabled_1tu16_83" };
|
|
5320
5314
|
|
|
@@ -7862,7 +7856,7 @@ init_react_import();
|
|
|
7862
7856
|
// ../platform-client/components/Page/Page.tsx
|
|
7863
7857
|
init_react_import();
|
|
7864
7858
|
|
|
7865
|
-
// css-module:/home/runner/work/platform/platform/packages/platform-client/components/Page/Page.module.css#css-module
|
|
7859
|
+
// css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/Page/Page.module.css#css-module
|
|
7866
7860
|
init_react_import();
|
|
7867
7861
|
var Page_module_default = { "Page": "_Page_nkzj9_1", "Page-masthead": "_Page-masthead_nkzj9_8", "Page-crumbs": "_Page-crumbs_nkzj9_18", "Page-crumb": "_Page-crumb_nkzj9_18", "Page-crumbLink": "_Page-crumbLink_nkzj9_29", "Page-actions": "_Page-actions_nkzj9_61", "Page-footer": "_Page-footer_nkzj9_65" };
|
|
7868
7862
|
|
|
@@ -7877,7 +7871,7 @@ init_react_import();
|
|
|
7877
7871
|
init_react_import();
|
|
7878
7872
|
var import_react17 = require("react");
|
|
7879
7873
|
|
|
7880
|
-
// css-module:/home/runner/work/platform/platform/packages/platform-client/components/Pagination/Pagination.module.css#css-module
|
|
7874
|
+
// css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/Pagination/Pagination.module.css#css-module
|
|
7881
7875
|
init_react_import();
|
|
7882
7876
|
var Pagination_module_default = { "Pagination": "_Pagination_1okv2_1", "PaginationButton": "_PaginationButton_1okv2_8", "PaginationButton--isActive": "_PaginationButton--isActive_1okv2_20", "Pagination-ellipsis": "_Pagination-ellipsis_1okv2_30" };
|
|
7883
7877
|
|
|
@@ -7889,14 +7883,14 @@ var cxButton = getClassNameFactory("PaginationButton", Pagination_module_default
|
|
|
7889
7883
|
// ../platform-client/components/PlanGrid/index.tsx
|
|
7890
7884
|
init_react_import();
|
|
7891
7885
|
|
|
7892
|
-
// css-module:/home/runner/work/platform/platform/packages/platform-client/components/PlanGrid/styles.module.css#css-module
|
|
7886
|
+
// css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/PlanGrid/styles.module.css#css-module
|
|
7893
7887
|
init_react_import();
|
|
7894
7888
|
var styles_module_default4 = { "PlanGrid--loading": "_PlanGrid--loading_97rn7_1", "PlanGrid-grid": "_PlanGrid-grid_97rn7_5", "PlanGrid-enterprise": "_PlanGrid-enterprise_97rn7_16" };
|
|
7895
7889
|
|
|
7896
7890
|
// ../platform-client/components/PlanCard/index.tsx
|
|
7897
7891
|
init_react_import();
|
|
7898
7892
|
|
|
7899
|
-
// css-module:/home/runner/work/platform/platform/packages/platform-client/components/PlanCard/styles.module.css#css-module
|
|
7893
|
+
// css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/PlanCard/styles.module.css#css-module
|
|
7900
7894
|
init_react_import();
|
|
7901
7895
|
var styles_module_default5 = { "PlanCard": "_PlanCard_16zmu_1", "PlanCard--enterprise": "_PlanCard--enterprise_16zmu_12", "PlanCard-title": "_PlanCard-title_16zmu_17", "PlanCard-header": "_PlanCard-header_16zmu_26", "PlanCard-features": "_PlanCard-features_16zmu_35", "PlanCard-feature": "_PlanCard-feature_16zmu_35", "PlanCard-featureIcon": "_PlanCard-featureIcon_16zmu_51", "PlanCard-featureTitle": "_PlanCard-featureTitle_16zmu_56", "PlanCard-priceValue": "_PlanCard-priceValue_16zmu_61", "PlanCard-priceInterval": "_PlanCard-priceInterval_16zmu_65", "PlanCard-body": "_PlanCard-body_16zmu_69", "PlanCard-section": "_PlanCard-section_16zmu_83", "PlanCard-sectionTitle": "_PlanCard-sectionTitle_16zmu_106", "PlanCard-sectionBody": "_PlanCard-sectionBody_16zmu_112", "PlanCard-usageItem": "_PlanCard-usageItem_16zmu_125", "PlanCard-usageLabel": "_PlanCard-usageLabel_16zmu_131", "PlanCard-usageValue": "_PlanCard-usageValue_16zmu_136", "PlanCard-action": "_PlanCard-action_16zmu_142", "PlanCard-description": "_PlanCard-description_16zmu_149", "PlanCard--highlight": "_PlanCard--highlight_16zmu_154", "PlanCard-highlightText": "_PlanCard-highlightText_16zmu_184", "PlanCard--fullWidth": "_PlanCard--fullWidth_16zmu_200" };
|
|
7902
7896
|
|
|
@@ -12868,7 +12862,7 @@ init_react_import();
|
|
|
12868
12862
|
// ../platform-client/components/Section/Section.tsx
|
|
12869
12863
|
init_react_import();
|
|
12870
12864
|
|
|
12871
|
-
// css-module:/home/runner/work/platform/platform/packages/platform-client/components/Section/Section.module.css#css-module
|
|
12865
|
+
// css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/Section/Section.module.css#css-module
|
|
12872
12866
|
init_react_import();
|
|
12873
12867
|
var Section_module_default = { "Section-inner": "_Section-inner_1uwo0_1", "Section--flush": "_Section--flush_1uwo0_8", "Section": "_Section_1uwo0_1", "Section--full": "_Section--full_1uwo0_17" };
|
|
12874
12868
|
|
|
@@ -12888,7 +12882,7 @@ init_react_import();
|
|
|
12888
12882
|
// ../platform-client/components/Tag/Tag.tsx
|
|
12889
12883
|
init_react_import();
|
|
12890
12884
|
|
|
12891
|
-
// css-module:/home/runner/work/platform/platform/packages/platform-client/components/Tag/Tag.module.css#css-module
|
|
12885
|
+
// css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/Tag/Tag.module.css#css-module
|
|
12892
12886
|
init_react_import();
|
|
12893
12887
|
var Tag_module_default = { "Tag": "_Tag_s2h0n_1", "Tag--borderless": "_Tag--borderless_s2h0n_21", "Tag--colorBlue": "_Tag--colorBlue_s2h0n_25", "Tag--colorGreen": "_Tag--colorGreen_s2h0n_29", "Tag--colorRed": "_Tag--colorRed_s2h0n_33", "Tag--colorMuted": "_Tag--colorMuted_s2h0n_37", "Tag-sprite": "_Tag-sprite_s2h0n_41", "Tag--pulse": "_Tag--pulse_s2h0n_45", "pulse": "_pulse_s2h0n_1", "Tag-label": "_Tag-label_s2h0n_79" };
|
|
12894
12888
|
|
|
@@ -12941,7 +12935,7 @@ init_react_import();
|
|
|
12941
12935
|
init_react_import();
|
|
12942
12936
|
var import_react20 = require("react");
|
|
12943
12937
|
|
|
12944
|
-
// css-module:/home/runner/work/platform/platform/packages/platform-client/components/Table/Table.module.css#css-module
|
|
12938
|
+
// css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/Table/Table.module.css#css-module
|
|
12945
12939
|
init_react_import();
|
|
12946
12940
|
var Table_module_default = { "Table": "_Table_o345u_1", "Table-filters": "_Table-filters_o345u_9", "Table-inner": "_Table-inner_o345u_13", "Table-table": "_Table-table_o345u_17", "Table--hideHeader": "_Table--hideHeader_o345u_41", "Table-footer": "_Table-footer_o345u_89", "Table--clickableRows": "_Table--clickableRows_o345u_93", "Table-placeholder": "_Table-placeholder_o345u_98", "Table-loader": "_Table-loader_o345u_110", "TableRow--highlightRow": "_TableRow--highlightRow_o345u_114" };
|
|
12947
12941
|
|
|
@@ -12959,9 +12953,9 @@ init_react_import();
|
|
|
12959
12953
|
// ../platform-client/components/VerticalSpace/VerticalSpace.tsx
|
|
12960
12954
|
init_react_import();
|
|
12961
12955
|
|
|
12962
|
-
// css-module:/home/runner/work/platform/platform/packages/platform-client/components/VerticalSpace/VerticalSpace.module.css#css-module
|
|
12956
|
+
// css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/VerticalSpace/VerticalSpace.module.css#css-module
|
|
12963
12957
|
init_react_import();
|
|
12964
|
-
var VerticalSpace_module_default = { "VerticalSpace": "
|
|
12958
|
+
var VerticalSpace_module_default = { "VerticalSpace": "_VerticalSpace_1tjaw_1", "VerticalSpace--size4": "_VerticalSpace--size4_1tjaw_5", "VerticalSpace--size8": "_VerticalSpace--size8_1tjaw_9", "VerticalSpace--size16": "_VerticalSpace--size16_1tjaw_13", "VerticalSpace--size32": "_VerticalSpace--size32_1tjaw_17", "VerticalSpace--size40": "_VerticalSpace--size40_1tjaw_21", "VerticalSpace--size48": "_VerticalSpace--size48_1tjaw_25", "VerticalSpace--size56": "_VerticalSpace--size56_1tjaw_29", "VerticalSpace--size96": "_VerticalSpace--size96_1tjaw_33", "VerticalSpace--size128": "_VerticalSpace--size128_1tjaw_37" };
|
|
12965
12959
|
|
|
12966
12960
|
// ../platform-client/components/VerticalSpace/VerticalSpace.tsx
|
|
12967
12961
|
var import_jsx_runtime44 = require("react/jsx-runtime");
|
|
@@ -12970,7 +12964,7 @@ var getClassName17 = get_class_name_factory_default("VerticalSpace", VerticalSpa
|
|
|
12970
12964
|
// ../platform-client/components/Viewport/index.tsx
|
|
12971
12965
|
init_react_import();
|
|
12972
12966
|
|
|
12973
|
-
// css-module:/home/runner/work/platform/platform/packages/platform-client/components/Viewport/styles.module.css#css-module
|
|
12967
|
+
// css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/Viewport/styles.module.css#css-module
|
|
12974
12968
|
init_react_import();
|
|
12975
12969
|
var styles_module_default6 = { "Viewport": "_Viewport_1vvhm_3", "Viewport--standard": "_Viewport--standard_1vvhm_6", "Viewport--inline": "_Viewport--inline_1vvhm_7", "Viewport--narrow": "_Viewport--narrow_1vvhm_11", "Viewport--flex": "_Viewport--flex_1vvhm_19" };
|
|
12976
12970
|
|
|
@@ -12984,7 +12978,7 @@ var import_react21 = require("react");
|
|
|
12984
12978
|
var import_jsx_runtime46 = require("react/jsx-runtime");
|
|
12985
12979
|
var ctx = (0, import_react21.createContext)({});
|
|
12986
12980
|
|
|
12987
|
-
// css-module:/home/runner/work/platform/platform/packages/plugin-pages/src/components/PagePlugin/styles.module.css#css-module
|
|
12981
|
+
// css-module:/home/runner/work/puck-platform/puck-platform/packages/plugin-pages/src/components/PagePlugin/styles.module.css#css-module
|
|
12988
12982
|
init_react_import();
|
|
12989
12983
|
var styles_module_default7 = { "Pages": "_Pages_ey49w_5", "Pages-addPage": "_Pages-addPage_ey49w_12", "Pages-loader": "_Pages-loader_ey49w_18", "Pages-list": "_Pages-list_ey49w_26", "Pages-search": "_Pages-search_ey49w_34", "Pages-searchInput": "_Pages-searchInput_ey49w_38", "PagesPage": "_PagesPage_ey49w_59", "PagesPage--expanded": "_PagesPage--expanded_ey49w_69", "PagesPage-versions": "_PagesPage-versions_ey49w_73", "PagesPage-header": "_PagesPage-header_ey49w_96", "PagesPage--active": "_PagesPage--active_ey49w_124", "PagesPage-headerMain": "_PagesPage-headerMain_ey49w_137", "PagesPage-headerIcon": "_PagesPage-headerIcon_ey49w_144", "PagesPage-loader": "_PagesPage-loader_ey49w_148", "PagesVersion": "_PagesVersion_ey49w_174", "PagesVersion-inner": "_PagesVersion-inner_ey49w_174", "PagesVersion--current": "_PagesVersion--current_ey49w_189", "PagesVersion-header": "_PagesVersion-header_ey49w_204", "PagesVersion-version": "_PagesVersion-version_ey49w_210", "PagesVersion-date": "_PagesVersion-date_ey49w_216" };
|
|
12990
12984
|
|
|
@@ -26948,7 +26942,7 @@ var usePagesStore = (0, import_zustand.create)((set3) => ({
|
|
|
26948
26942
|
setSearchQuery: (query) => set3({ searchQuery: query })
|
|
26949
26943
|
}));
|
|
26950
26944
|
|
|
26951
|
-
// css-module:/home/runner/work/platform/platform/packages/plugin-pages/src/components/CreateForm/styles.module.css#css-module
|
|
26945
|
+
// css-module:/home/runner/work/puck-platform/puck-platform/packages/plugin-pages/src/components/CreateForm/styles.module.css#css-module
|
|
26952
26946
|
init_react_import();
|
|
26953
26947
|
var styles_module_default8 = { "CreateForm": "_CreateForm_kkdt2_1", "CreateForm-field": "_CreateForm-field_kkdt2_5", "CreateForm-label": "_CreateForm-label_kkdt2_13", "CreateForm-input": "_CreateForm-input_kkdt2_20", "CreateForm-error": "_CreateForm-error_kkdt2_43" };
|
|
26954
26948
|
|
|
@@ -27085,7 +27079,7 @@ var useSiteId = () => (0, import_react23.useMemo)(() => {
|
|
|
27085
27079
|
// src/components/ConfirmModal/index.tsx
|
|
27086
27080
|
init_react_import();
|
|
27087
27081
|
|
|
27088
|
-
// css-module:/home/runner/work/platform/platform/packages/plugin-pages/src/components/ConfirmModal/styles.module.css#css-module
|
|
27082
|
+
// css-module:/home/runner/work/puck-platform/puck-platform/packages/plugin-pages/src/components/ConfirmModal/styles.module.css#css-module
|
|
27089
27083
|
init_react_import();
|
|
27090
27084
|
var styles_module_default9 = { "ConfirmModal": "_ConfirmModal_1r63q_1", "ConfirmModal-button": "_ConfirmModal-button_1r63q_5", "ConfirmModal-background": "_ConfirmModal-background_1r63q_9", "ConfirmModal-modal": "_ConfirmModal-modal_1r63q_22", "ConfirmModal-header": "_ConfirmModal-header_1r63q_33", "ConfirmModal-close": "_ConfirmModal-close_1r63q_42", "ConfirmModal-body": "_ConfirmModal-body_1r63q_65", "ConfirmModal-footer": "_ConfirmModal-footer_1r63q_71" };
|
|
27091
27085
|
|
|
@@ -29628,7 +29622,7 @@ init_react_import();
|
|
|
29628
29622
|
var import_core12 = require("@puckeditor/core");
|
|
29629
29623
|
var import_react26 = require("react");
|
|
29630
29624
|
|
|
29631
|
-
// css-module:/home/runner/work/platform/platform/packages/plugin-pages/src/components/HeaderActions/styles.module.css#css-module
|
|
29625
|
+
// css-module:/home/runner/work/puck-platform/puck-platform/packages/plugin-pages/src/components/HeaderActions/styles.module.css#css-module
|
|
29632
29626
|
init_react_import();
|
|
29633
29627
|
var styles_module_default10 = { "HeaderActions-publish": "_HeaderActions-publish_7nzbl_1", "HeaderActions-trigger": "_HeaderActions-trigger_7nzbl_7", "HeaderActions-versionHeader": "_HeaderActions-versionHeader_7nzbl_19", "HeaderActions-versionLabel": "_HeaderActions-versionLabel_7nzbl_26", "HeaderActions-versionDate": "_HeaderActions-versionDate_7nzbl_33" };
|
|
29634
29628
|
|
package/dist/index.mjs
CHANGED
|
@@ -4641,7 +4641,7 @@ var toastManager = index_parts_exports.createToastManager();
|
|
|
4641
4641
|
// ../platform-client/components/Toast/Toast.tsx
|
|
4642
4642
|
init_react_import();
|
|
4643
4643
|
|
|
4644
|
-
// css-module:/home/runner/work/platform/platform/packages/platform-client/components/Toast/Toast.module.css#css-module
|
|
4644
|
+
// css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/Toast/Toast.module.css#css-module
|
|
4645
4645
|
init_react_import();
|
|
4646
4646
|
var Toast_module_default = { "Viewport": "_Viewport_13rvx_1", "Toast": "_Toast_13rvx_17", "Title": "_Title_13rvx_95", "Description": "_Description_13rvx_102", "Action": "_Action_13rvx_109", "Close": "_Close_13rvx_143", "Icon": "_Icon_13rvx_163" };
|
|
4647
4647
|
|
|
@@ -4702,7 +4702,7 @@ init_react_import();
|
|
|
4702
4702
|
// ../platform-client/components/ActionModal/ActionModal.tsx
|
|
4703
4703
|
init_react_import();
|
|
4704
4704
|
|
|
4705
|
-
// css-module:/home/runner/work/platform/platform/packages/platform-client/components/ActionModal/ActionModal.module.css#css-module
|
|
4705
|
+
// css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/ActionModal/ActionModal.module.css#css-module
|
|
4706
4706
|
init_react_import();
|
|
4707
4707
|
var ActionModal_module_default = { "ActionModal": "_ActionModal_r3pvy_1", "ActionModal-header": "_ActionModal-header_r3pvy_6", "ActionModal-body": "_ActionModal-body_r3pvy_17", "ActionModal-footer": "_ActionModal-footer_r3pvy_22" };
|
|
4708
4708
|
|
|
@@ -4746,7 +4746,7 @@ var get_class_name_factory_default = getClassNameFactory;
|
|
|
4746
4746
|
// ../platform-client/components/Modal/Modal.tsx
|
|
4747
4747
|
init_react_import();
|
|
4748
4748
|
|
|
4749
|
-
// css-module:/home/runner/work/platform/platform/packages/platform-client/components/Modal/Modal.module.css#css-module
|
|
4749
|
+
// css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/Modal/Modal.module.css#css-module
|
|
4750
4750
|
init_react_import();
|
|
4751
4751
|
var Modal_module_default = { "Modal-background": "_Modal-background_1bedq_1", "Modal--visible": "_Modal--visible_1bedq_16", "Modal-modal": "_Modal-modal_1bedq_22" };
|
|
4752
4752
|
|
|
@@ -4783,14 +4783,14 @@ init_react_import();
|
|
|
4783
4783
|
init_react_import();
|
|
4784
4784
|
import { useEffect as useEffect10, useState as useState8 } from "react";
|
|
4785
4785
|
|
|
4786
|
-
// css-module:/home/runner/work/platform/platform/packages/platform-client/components/Button/Button.module.css#css-module
|
|
4786
|
+
// css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/Button/Button.module.css#css-module
|
|
4787
4787
|
init_react_import();
|
|
4788
|
-
var Button_module_default = { "Button": "
|
|
4788
|
+
var Button_module_default = { "Button": "_Button_1sk6w_1", "Button--medium": "_Button--medium_1sk6w_34", "Button--large": "_Button--large_1sk6w_42", "Button--brand": "_Button--brand_1sk6w_49", "Button--primary": "_Button--primary_1sk6w_70", "Button--secondary": "_Button--secondary_1sk6w_84", "Button--danger": "_Button--danger_1sk6w_101", "Button--flush": "_Button--flush_1sk6w_115", "Button--ghost": "_Button--ghost_1sk6w_119", "Button--disabled": "_Button--disabled_1sk6w_136", "Button--fullWidth": "_Button--fullWidth_1sk6w_146", "Button-spinner": "_Button-spinner_1sk6w_151" };
|
|
4789
4789
|
|
|
4790
4790
|
// ../platform-client/components/Loader/index.tsx
|
|
4791
4791
|
init_react_import();
|
|
4792
4792
|
|
|
4793
|
-
// css-module:/home/runner/work/platform/platform/packages/platform-client/components/Loader/styles.module.css#css-module
|
|
4793
|
+
// css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/Loader/styles.module.css#css-module
|
|
4794
4794
|
init_react_import();
|
|
4795
4795
|
var styles_module_default = { "Loader": "_Loader_nacdm_13", "loader-animation": "_loader-animation_nacdm_1" };
|
|
4796
4796
|
|
|
@@ -4928,26 +4928,20 @@ init_react_import();
|
|
|
4928
4928
|
// ../platform-client/components/Heading/Heading.tsx
|
|
4929
4929
|
init_react_import();
|
|
4930
4930
|
|
|
4931
|
-
// css-module:/home/runner/work/platform/platform/packages/platform-client/components/Heading/Heading.module.css#css-module
|
|
4931
|
+
// css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/Heading/Heading.module.css#css-module
|
|
4932
4932
|
init_react_import();
|
|
4933
|
-
var Heading_module_default = { "Heading": "
|
|
4933
|
+
var Heading_module_default = { "Heading": "_Heading_qkzg9_1", "Heading--xxxxl": "_Heading--xxxxl_qkzg9_11", "Heading--xxxl": "_Heading--xxxl_qkzg9_15", "Heading--xxl": "_Heading--xxl_qkzg9_19", "Heading--xl": "_Heading--xl_qkzg9_23", "Heading--l": "_Heading--l_qkzg9_27", "Heading--m": "_Heading--m_qkzg9_31", "Heading--s": "_Heading--s_qkzg9_35", "Heading--xs": "_Heading--xs_qkzg9_39", "Heading--xxs": "_Heading--xxs_qkzg9_43" };
|
|
4934
4934
|
|
|
4935
4935
|
// ../platform-client/components/Heading/Heading.tsx
|
|
4936
4936
|
import { jsx as jsx6 } from "react/jsx-runtime";
|
|
4937
4937
|
var getClassName4 = get_class_name_factory_default("Heading", Heading_module_default);
|
|
4938
|
-
var Heading = ({
|
|
4939
|
-
children,
|
|
4940
|
-
rank,
|
|
4941
|
-
size: size4 = "m",
|
|
4942
|
-
variant = "default"
|
|
4943
|
-
}) => {
|
|
4938
|
+
var Heading = ({ children, rank, size: size4 = "m" }) => {
|
|
4944
4939
|
const Tag2 = rank ? `h${rank}` : "span";
|
|
4945
4940
|
return /* @__PURE__ */ jsx6(
|
|
4946
4941
|
Tag2,
|
|
4947
4942
|
{
|
|
4948
4943
|
className: getClassName4({
|
|
4949
|
-
[size4]: true
|
|
4950
|
-
brand: variant === "brand"
|
|
4944
|
+
[size4]: true
|
|
4951
4945
|
}),
|
|
4952
4946
|
children
|
|
4953
4947
|
}
|
|
@@ -4988,7 +4982,7 @@ init_react_import();
|
|
|
4988
4982
|
init_react_import();
|
|
4989
4983
|
import React29 from "react";
|
|
4990
4984
|
|
|
4991
|
-
// css-module:/home/runner/work/platform/platform/packages/platform-client/components/Align/Align.module.css#css-module
|
|
4985
|
+
// css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/Align/Align.module.css#css-module
|
|
4992
4986
|
init_react_import();
|
|
4993
4987
|
var Align_module_default = { "Align": "_Align_oewlu_1", "Align--horizontalCenter": "_Align--horizontalCenter_oewlu_7", "Align--horizontalRight": "_Align--horizontalRight_oewlu_11", "Align--verticalBottom": "_Align--verticalBottom_oewlu_15", "Align--verticalCenter": "_Align--verticalCenter_oewlu_20", "Align-item": "_Align-item_oewlu_25" };
|
|
4994
4988
|
|
|
@@ -5107,7 +5101,7 @@ init_react_import();
|
|
|
5107
5101
|
import { AutoField, FieldLabel } from "@puckeditor/core";
|
|
5108
5102
|
import { useEffect as useEffect11, useRef as useRef9, useState as useState9 } from "react";
|
|
5109
5103
|
|
|
5110
|
-
// css-module:/home/runner/work/platform/platform/packages/platform-client/components/AutoForm/AutoForm.module.css#css-module
|
|
5104
|
+
// css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/AutoForm/AutoForm.module.css#css-module
|
|
5111
5105
|
init_react_import();
|
|
5112
5106
|
var AutoForm_module_default = { "AutoForm": "_AutoForm_1vmh9_1" };
|
|
5113
5107
|
|
|
@@ -5121,7 +5115,7 @@ init_react_import();
|
|
|
5121
5115
|
// ../platform-client/components/Card/Card.tsx
|
|
5122
5116
|
init_react_import();
|
|
5123
5117
|
|
|
5124
|
-
// css-module:/home/runner/work/platform/platform/packages/platform-client/components/Card/Card.module.css#css-module
|
|
5118
|
+
// css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/Card/Card.module.css#css-module
|
|
5125
5119
|
init_react_import();
|
|
5126
5120
|
var Card_module_default = { "Card": "_Card_rpnal_1", "Card-body": "_Card-body_rpnal_17", "Card-title": "_Card-title_rpnal_23", "Card-subtitle": "_Card-subtitle_rpnal_27", "Card-chevron": "_Card-chevron_rpnal_32", "Card--showChevron": "_Card--showChevron_rpnal_38", "Card--isActive": "_Card--isActive_rpnal_42" };
|
|
5127
5121
|
|
|
@@ -5166,7 +5160,7 @@ var getClassNameFactory2 = (rootClass, styles, { baseClass = "" } = {}) => (opti
|
|
|
5166
5160
|
};
|
|
5167
5161
|
var get_class_name_factory_default2 = getClassNameFactory2;
|
|
5168
5162
|
|
|
5169
|
-
// css-module:/home/runner/work/platform/platform/packages/platform-client/components/CardSelector/styles.module.css#css-module
|
|
5163
|
+
// css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/CardSelector/styles.module.css#css-module
|
|
5170
5164
|
init_react_import();
|
|
5171
5165
|
var styles_module_default2 = { "CardSelector": "_CardSelector_1ogry_1", "CardSelectorOption": "_CardSelectorOption_1ogry_12", "CardSelectorOption--isSelected": "_CardSelectorOption--isSelected_1ogry_23", "CardSelectorOption--disabled": "_CardSelectorOption--disabled_1ogry_27", "CardSelectorOption-description": "_CardSelectorOption-description_1ogry_31", "CardSelectorOption-body": "_CardSelectorOption-body_1ogry_35" };
|
|
5172
5166
|
|
|
@@ -5181,7 +5175,7 @@ init_react_import();
|
|
|
5181
5175
|
// ../platform-client/components/Code/Code.tsx
|
|
5182
5176
|
init_react_import();
|
|
5183
5177
|
|
|
5184
|
-
// css-module:/home/runner/work/platform/platform/packages/platform-client/components/Code/Code.module.css#css-module
|
|
5178
|
+
// css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/Code/Code.module.css#css-module
|
|
5185
5179
|
init_react_import();
|
|
5186
5180
|
var Code_module_default = { "Code": "_Code_d4378_1", "Code-body": "_Code-body_d4378_8", "Code--light": "_Code--light_d4378_19", "Code-header": "_Code-header_d4378_34", "Code-corner": "_Code-corner_d4378_51", "Code-actions": "_Code-actions_d4378_71", "Code--lineNumbers": "_Code--lineNumbers_d4378_76", "Code-tabs": "_Code-tabs_d4378_91", "Tab": "_Tab_d4378_99", "Tab--isActive": "_Tab--isActive_d4378_104", "Tab--light": "_Tab--light_d4378_108", "Tab-button": "_Tab-button_d4378_112" };
|
|
5187
5181
|
|
|
@@ -5203,7 +5197,7 @@ init_react_import();
|
|
|
5203
5197
|
init_react_import();
|
|
5204
5198
|
import { useState as useState12 } from "react";
|
|
5205
5199
|
|
|
5206
|
-
// css-module:/home/runner/work/platform/platform/packages/platform-client/components/IconButton/IconButton.module.css#css-module
|
|
5200
|
+
// css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/IconButton/IconButton.module.css#css-module
|
|
5207
5201
|
init_react_import();
|
|
5208
5202
|
var IconButton_module_default = { "IconButton": "_IconButton_thegm_1", "IconButton--disabled": "_IconButton--disabled_thegm_20", "IconButton--dark": "_IconButton--dark_thegm_26", "IconButton-title": "_IconButton-title_thegm_37" };
|
|
5209
5203
|
|
|
@@ -5217,7 +5211,7 @@ init_react_import();
|
|
|
5217
5211
|
// ../platform-client/components/InfoBar/InfoBar.tsx
|
|
5218
5212
|
init_react_import();
|
|
5219
5213
|
|
|
5220
|
-
// css-module:/home/runner/work/platform/platform/packages/platform-client/components/InfoBar/InfoBar.module.css#css-module
|
|
5214
|
+
// css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/InfoBar/InfoBar.module.css#css-module
|
|
5221
5215
|
init_react_import();
|
|
5222
5216
|
var InfoBar_module_default = { "InfoBar": "_InfoBar_kchdj_1", "Info": "_Info_kchdj_1", "Info-title": "_Info-title_kchdj_21" };
|
|
5223
5217
|
|
|
@@ -5242,7 +5236,7 @@ init_react_import();
|
|
|
5242
5236
|
// ../platform-client/components/Inline/Inline.tsx
|
|
5243
5237
|
init_react_import();
|
|
5244
5238
|
|
|
5245
|
-
// css-module:/home/runner/work/platform/platform/packages/platform-client/components/Inline/Inline.module.css#css-module
|
|
5239
|
+
// css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/Inline/Inline.module.css#css-module
|
|
5246
5240
|
init_react_import();
|
|
5247
5241
|
var Inline_module_default = { "Inline": "_Inline_6o5on_3", "Inline-inner": "_Inline-inner_6o5on_7", "Inline--noWrap": "_Inline--noWrap_6o5on_12", "Inline--sizeNONE": "_Inline--sizeNONE_6o5on_16", "Inline--sizeXXS": "_Inline--sizeXXS_6o5on_20", "Inline--sizeXS": "_Inline--sizeXS_6o5on_24", "Inline--sizeS": "_Inline--sizeS_6o5on_28", "Inline--sizeM": "_Inline--sizeM_6o5on_32", "Inline--sizeL": "_Inline--sizeL_6o5on_36", "Inline--center": "_Inline--center_6o5on_40", "Inline--centerH": "_Inline--centerH_6o5on_44", "Inline--grow": "_Inline--grow_6o5on_48" };
|
|
5248
5242
|
|
|
@@ -5294,7 +5288,7 @@ init_react_import();
|
|
|
5294
5288
|
// ../platform-client/components/Link/Link.tsx
|
|
5295
5289
|
init_react_import();
|
|
5296
5290
|
|
|
5297
|
-
// css-module:/home/runner/work/platform/platform/packages/platform-client/components/Link/Link.module.css#css-module
|
|
5291
|
+
// css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/Link/Link.module.css#css-module
|
|
5298
5292
|
init_react_import();
|
|
5299
5293
|
var Link_module_default = { "Link": "_Link_1j70m_1" };
|
|
5300
5294
|
|
|
@@ -5306,7 +5300,7 @@ var getClassName12 = get_class_name_factory_default("Link", Link_module_default)
|
|
|
5306
5300
|
init_react_import();
|
|
5307
5301
|
import { useState as useState25 } from "react";
|
|
5308
5302
|
|
|
5309
|
-
// css-module:/home/runner/work/platform/platform/packages/platform-client/components/Menu/styles.module.css#css-module
|
|
5303
|
+
// css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/Menu/styles.module.css#css-module
|
|
5310
5304
|
init_react_import();
|
|
5311
5305
|
var styles_module_default3 = { "Menu": "_Menu_1tu16_1", "Menu-content": "_Menu-content_1tu16_6", "Menu-sections": "_Menu-sections_1tu16_11", "Menu-action": "_Menu-action_1tu16_22", "Menu-list": "_Menu-list_1tu16_44", "Menu-item": "_Menu-item_1tu16_55", "Menu-item--disabled": "_Menu-item--disabled_1tu16_83" };
|
|
5312
5306
|
|
|
@@ -7854,7 +7848,7 @@ init_react_import();
|
|
|
7854
7848
|
// ../platform-client/components/Page/Page.tsx
|
|
7855
7849
|
init_react_import();
|
|
7856
7850
|
|
|
7857
|
-
// css-module:/home/runner/work/platform/platform/packages/platform-client/components/Page/Page.module.css#css-module
|
|
7851
|
+
// css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/Page/Page.module.css#css-module
|
|
7858
7852
|
init_react_import();
|
|
7859
7853
|
var Page_module_default = { "Page": "_Page_nkzj9_1", "Page-masthead": "_Page-masthead_nkzj9_8", "Page-crumbs": "_Page-crumbs_nkzj9_18", "Page-crumb": "_Page-crumb_nkzj9_18", "Page-crumbLink": "_Page-crumbLink_nkzj9_29", "Page-actions": "_Page-actions_nkzj9_61", "Page-footer": "_Page-footer_nkzj9_65" };
|
|
7860
7854
|
|
|
@@ -7869,7 +7863,7 @@ init_react_import();
|
|
|
7869
7863
|
init_react_import();
|
|
7870
7864
|
import { useMemo as useMemo17 } from "react";
|
|
7871
7865
|
|
|
7872
|
-
// css-module:/home/runner/work/platform/platform/packages/platform-client/components/Pagination/Pagination.module.css#css-module
|
|
7866
|
+
// css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/Pagination/Pagination.module.css#css-module
|
|
7873
7867
|
init_react_import();
|
|
7874
7868
|
var Pagination_module_default = { "Pagination": "_Pagination_1okv2_1", "PaginationButton": "_PaginationButton_1okv2_8", "PaginationButton--isActive": "_PaginationButton--isActive_1okv2_20", "Pagination-ellipsis": "_Pagination-ellipsis_1okv2_30" };
|
|
7875
7869
|
|
|
@@ -7881,14 +7875,14 @@ var cxButton = getClassNameFactory("PaginationButton", Pagination_module_default
|
|
|
7881
7875
|
// ../platform-client/components/PlanGrid/index.tsx
|
|
7882
7876
|
init_react_import();
|
|
7883
7877
|
|
|
7884
|
-
// css-module:/home/runner/work/platform/platform/packages/platform-client/components/PlanGrid/styles.module.css#css-module
|
|
7878
|
+
// css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/PlanGrid/styles.module.css#css-module
|
|
7885
7879
|
init_react_import();
|
|
7886
7880
|
var styles_module_default4 = { "PlanGrid--loading": "_PlanGrid--loading_97rn7_1", "PlanGrid-grid": "_PlanGrid-grid_97rn7_5", "PlanGrid-enterprise": "_PlanGrid-enterprise_97rn7_16" };
|
|
7887
7881
|
|
|
7888
7882
|
// ../platform-client/components/PlanCard/index.tsx
|
|
7889
7883
|
init_react_import();
|
|
7890
7884
|
|
|
7891
|
-
// css-module:/home/runner/work/platform/platform/packages/platform-client/components/PlanCard/styles.module.css#css-module
|
|
7885
|
+
// css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/PlanCard/styles.module.css#css-module
|
|
7892
7886
|
init_react_import();
|
|
7893
7887
|
var styles_module_default5 = { "PlanCard": "_PlanCard_16zmu_1", "PlanCard--enterprise": "_PlanCard--enterprise_16zmu_12", "PlanCard-title": "_PlanCard-title_16zmu_17", "PlanCard-header": "_PlanCard-header_16zmu_26", "PlanCard-features": "_PlanCard-features_16zmu_35", "PlanCard-feature": "_PlanCard-feature_16zmu_35", "PlanCard-featureIcon": "_PlanCard-featureIcon_16zmu_51", "PlanCard-featureTitle": "_PlanCard-featureTitle_16zmu_56", "PlanCard-priceValue": "_PlanCard-priceValue_16zmu_61", "PlanCard-priceInterval": "_PlanCard-priceInterval_16zmu_65", "PlanCard-body": "_PlanCard-body_16zmu_69", "PlanCard-section": "_PlanCard-section_16zmu_83", "PlanCard-sectionTitle": "_PlanCard-sectionTitle_16zmu_106", "PlanCard-sectionBody": "_PlanCard-sectionBody_16zmu_112", "PlanCard-usageItem": "_PlanCard-usageItem_16zmu_125", "PlanCard-usageLabel": "_PlanCard-usageLabel_16zmu_131", "PlanCard-usageValue": "_PlanCard-usageValue_16zmu_136", "PlanCard-action": "_PlanCard-action_16zmu_142", "PlanCard-description": "_PlanCard-description_16zmu_149", "PlanCard--highlight": "_PlanCard--highlight_16zmu_154", "PlanCard-highlightText": "_PlanCard-highlightText_16zmu_184", "PlanCard--fullWidth": "_PlanCard--fullWidth_16zmu_200" };
|
|
7894
7888
|
|
|
@@ -12860,7 +12854,7 @@ init_react_import();
|
|
|
12860
12854
|
// ../platform-client/components/Section/Section.tsx
|
|
12861
12855
|
init_react_import();
|
|
12862
12856
|
|
|
12863
|
-
// css-module:/home/runner/work/platform/platform/packages/platform-client/components/Section/Section.module.css#css-module
|
|
12857
|
+
// css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/Section/Section.module.css#css-module
|
|
12864
12858
|
init_react_import();
|
|
12865
12859
|
var Section_module_default = { "Section-inner": "_Section-inner_1uwo0_1", "Section--flush": "_Section--flush_1uwo0_8", "Section": "_Section_1uwo0_1", "Section--full": "_Section--full_1uwo0_17" };
|
|
12866
12860
|
|
|
@@ -12880,7 +12874,7 @@ init_react_import();
|
|
|
12880
12874
|
// ../platform-client/components/Tag/Tag.tsx
|
|
12881
12875
|
init_react_import();
|
|
12882
12876
|
|
|
12883
|
-
// css-module:/home/runner/work/platform/platform/packages/platform-client/components/Tag/Tag.module.css#css-module
|
|
12877
|
+
// css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/Tag/Tag.module.css#css-module
|
|
12884
12878
|
init_react_import();
|
|
12885
12879
|
var Tag_module_default = { "Tag": "_Tag_s2h0n_1", "Tag--borderless": "_Tag--borderless_s2h0n_21", "Tag--colorBlue": "_Tag--colorBlue_s2h0n_25", "Tag--colorGreen": "_Tag--colorGreen_s2h0n_29", "Tag--colorRed": "_Tag--colorRed_s2h0n_33", "Tag--colorMuted": "_Tag--colorMuted_s2h0n_37", "Tag-sprite": "_Tag-sprite_s2h0n_41", "Tag--pulse": "_Tag--pulse_s2h0n_45", "pulse": "_pulse_s2h0n_1", "Tag-label": "_Tag-label_s2h0n_79" };
|
|
12886
12880
|
|
|
@@ -12933,7 +12927,7 @@ init_react_import();
|
|
|
12933
12927
|
init_react_import();
|
|
12934
12928
|
import { useEffect as useEffect28, useMemo as useMemo19, useRef as useRef21, useState as useState27 } from "react";
|
|
12935
12929
|
|
|
12936
|
-
// css-module:/home/runner/work/platform/platform/packages/platform-client/components/Table/Table.module.css#css-module
|
|
12930
|
+
// css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/Table/Table.module.css#css-module
|
|
12937
12931
|
init_react_import();
|
|
12938
12932
|
var Table_module_default = { "Table": "_Table_o345u_1", "Table-filters": "_Table-filters_o345u_9", "Table-inner": "_Table-inner_o345u_13", "Table-table": "_Table-table_o345u_17", "Table--hideHeader": "_Table--hideHeader_o345u_41", "Table-footer": "_Table-footer_o345u_89", "Table--clickableRows": "_Table--clickableRows_o345u_93", "Table-placeholder": "_Table-placeholder_o345u_98", "Table-loader": "_Table-loader_o345u_110", "TableRow--highlightRow": "_TableRow--highlightRow_o345u_114" };
|
|
12939
12933
|
|
|
@@ -12951,9 +12945,9 @@ init_react_import();
|
|
|
12951
12945
|
// ../platform-client/components/VerticalSpace/VerticalSpace.tsx
|
|
12952
12946
|
init_react_import();
|
|
12953
12947
|
|
|
12954
|
-
// css-module:/home/runner/work/platform/platform/packages/platform-client/components/VerticalSpace/VerticalSpace.module.css#css-module
|
|
12948
|
+
// css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/VerticalSpace/VerticalSpace.module.css#css-module
|
|
12955
12949
|
init_react_import();
|
|
12956
|
-
var VerticalSpace_module_default = { "VerticalSpace": "
|
|
12950
|
+
var VerticalSpace_module_default = { "VerticalSpace": "_VerticalSpace_1tjaw_1", "VerticalSpace--size4": "_VerticalSpace--size4_1tjaw_5", "VerticalSpace--size8": "_VerticalSpace--size8_1tjaw_9", "VerticalSpace--size16": "_VerticalSpace--size16_1tjaw_13", "VerticalSpace--size32": "_VerticalSpace--size32_1tjaw_17", "VerticalSpace--size40": "_VerticalSpace--size40_1tjaw_21", "VerticalSpace--size48": "_VerticalSpace--size48_1tjaw_25", "VerticalSpace--size56": "_VerticalSpace--size56_1tjaw_29", "VerticalSpace--size96": "_VerticalSpace--size96_1tjaw_33", "VerticalSpace--size128": "_VerticalSpace--size128_1tjaw_37" };
|
|
12957
12951
|
|
|
12958
12952
|
// ../platform-client/components/VerticalSpace/VerticalSpace.tsx
|
|
12959
12953
|
import { jsx as jsx37 } from "react/jsx-runtime";
|
|
@@ -12962,7 +12956,7 @@ var getClassName17 = get_class_name_factory_default("VerticalSpace", VerticalSpa
|
|
|
12962
12956
|
// ../platform-client/components/Viewport/index.tsx
|
|
12963
12957
|
init_react_import();
|
|
12964
12958
|
|
|
12965
|
-
// css-module:/home/runner/work/platform/platform/packages/platform-client/components/Viewport/styles.module.css#css-module
|
|
12959
|
+
// css-module:/home/runner/work/puck-platform/puck-platform/packages/platform-client/components/Viewport/styles.module.css#css-module
|
|
12966
12960
|
init_react_import();
|
|
12967
12961
|
var styles_module_default6 = { "Viewport": "_Viewport_1vvhm_3", "Viewport--standard": "_Viewport--standard_1vvhm_6", "Viewport--inline": "_Viewport--inline_1vvhm_7", "Viewport--narrow": "_Viewport--narrow_1vvhm_11", "Viewport--flex": "_Viewport--flex_1vvhm_19" };
|
|
12968
12962
|
|
|
@@ -12976,7 +12970,7 @@ import { createContext as createContext9, useContext as useContext10, useState a
|
|
|
12976
12970
|
import { jsx as jsx39 } from "react/jsx-runtime";
|
|
12977
12971
|
var ctx = createContext9({});
|
|
12978
12972
|
|
|
12979
|
-
// css-module:/home/runner/work/platform/platform/packages/plugin-pages/src/components/PagePlugin/styles.module.css#css-module
|
|
12973
|
+
// css-module:/home/runner/work/puck-platform/puck-platform/packages/plugin-pages/src/components/PagePlugin/styles.module.css#css-module
|
|
12980
12974
|
init_react_import();
|
|
12981
12975
|
var styles_module_default7 = { "Pages": "_Pages_ey49w_5", "Pages-addPage": "_Pages-addPage_ey49w_12", "Pages-loader": "_Pages-loader_ey49w_18", "Pages-list": "_Pages-list_ey49w_26", "Pages-search": "_Pages-search_ey49w_34", "Pages-searchInput": "_Pages-searchInput_ey49w_38", "PagesPage": "_PagesPage_ey49w_59", "PagesPage--expanded": "_PagesPage--expanded_ey49w_69", "PagesPage-versions": "_PagesPage-versions_ey49w_73", "PagesPage-header": "_PagesPage-header_ey49w_96", "PagesPage--active": "_PagesPage--active_ey49w_124", "PagesPage-headerMain": "_PagesPage-headerMain_ey49w_137", "PagesPage-headerIcon": "_PagesPage-headerIcon_ey49w_144", "PagesPage-loader": "_PagesPage-loader_ey49w_148", "PagesVersion": "_PagesVersion_ey49w_174", "PagesVersion-inner": "_PagesVersion-inner_ey49w_174", "PagesVersion--current": "_PagesVersion--current_ey49w_189", "PagesVersion-header": "_PagesVersion-header_ey49w_204", "PagesVersion-version": "_PagesVersion-version_ey49w_210", "PagesVersion-date": "_PagesVersion-date_ey49w_216" };
|
|
12982
12976
|
|
|
@@ -26940,7 +26934,7 @@ var usePagesStore = create((set3) => ({
|
|
|
26940
26934
|
setSearchQuery: (query) => set3({ searchQuery: query })
|
|
26941
26935
|
}));
|
|
26942
26936
|
|
|
26943
|
-
// css-module:/home/runner/work/platform/platform/packages/plugin-pages/src/components/CreateForm/styles.module.css#css-module
|
|
26937
|
+
// css-module:/home/runner/work/puck-platform/puck-platform/packages/plugin-pages/src/components/CreateForm/styles.module.css#css-module
|
|
26944
26938
|
init_react_import();
|
|
26945
26939
|
var styles_module_default8 = { "CreateForm": "_CreateForm_kkdt2_1", "CreateForm-field": "_CreateForm-field_kkdt2_5", "CreateForm-label": "_CreateForm-label_kkdt2_13", "CreateForm-input": "_CreateForm-input_kkdt2_20", "CreateForm-error": "_CreateForm-error_kkdt2_43" };
|
|
26946
26940
|
|
|
@@ -27077,7 +27071,7 @@ var useSiteId = () => useMemo20(() => {
|
|
|
27077
27071
|
// src/components/ConfirmModal/index.tsx
|
|
27078
27072
|
init_react_import();
|
|
27079
27073
|
|
|
27080
|
-
// css-module:/home/runner/work/platform/platform/packages/plugin-pages/src/components/ConfirmModal/styles.module.css#css-module
|
|
27074
|
+
// css-module:/home/runner/work/puck-platform/puck-platform/packages/plugin-pages/src/components/ConfirmModal/styles.module.css#css-module
|
|
27081
27075
|
init_react_import();
|
|
27082
27076
|
var styles_module_default9 = { "ConfirmModal": "_ConfirmModal_1r63q_1", "ConfirmModal-button": "_ConfirmModal-button_1r63q_5", "ConfirmModal-background": "_ConfirmModal-background_1r63q_9", "ConfirmModal-modal": "_ConfirmModal-modal_1r63q_22", "ConfirmModal-header": "_ConfirmModal-header_1r63q_33", "ConfirmModal-close": "_ConfirmModal-close_1r63q_42", "ConfirmModal-body": "_ConfirmModal-body_1r63q_65", "ConfirmModal-footer": "_ConfirmModal-footer_1r63q_71" };
|
|
27083
27077
|
|
|
@@ -29620,7 +29614,7 @@ init_react_import();
|
|
|
29620
29614
|
import { createUsePuck, useGetPuck as useGetPuck3 } from "@puckeditor/core";
|
|
29621
29615
|
import { useMemo as useMemo23, useRef as useRef23, useState as useState31 } from "react";
|
|
29622
29616
|
|
|
29623
|
-
// css-module:/home/runner/work/platform/platform/packages/plugin-pages/src/components/HeaderActions/styles.module.css#css-module
|
|
29617
|
+
// css-module:/home/runner/work/puck-platform/puck-platform/packages/plugin-pages/src/components/HeaderActions/styles.module.css#css-module
|
|
29624
29618
|
init_react_import();
|
|
29625
29619
|
var styles_module_default10 = { "HeaderActions-publish": "_HeaderActions-publish_7nzbl_1", "HeaderActions-trigger": "_HeaderActions-trigger_7nzbl_7", "HeaderActions-versionHeader": "_HeaderActions-versionHeader_7nzbl_19", "HeaderActions-versionLabel": "_HeaderActions-versionLabel_7nzbl_26", "HeaderActions-versionDate": "_HeaderActions-versionDate_7nzbl_33" };
|
|
29626
29620
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@puckeditor/plugin-pages",
|
|
3
|
-
"version": "0.6.1-canary.
|
|
3
|
+
"version": "0.6.1-canary.78b4acae",
|
|
4
4
|
"author": "Chris Villa <chris@puckeditor.com>",
|
|
5
5
|
"repository": "puckeditor/puck",
|
|
6
6
|
"bugs": "https://github.com/puckeditor/puck/issues",
|
|
@@ -31,7 +31,6 @@
|
|
|
31
31
|
"zustand": "^5.0.8"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
|
-
"@puckeditor/core": "0.21.3-canary.7afaa9d6",
|
|
35
34
|
"@puckeditor/platform-types": "workspace:*",
|
|
36
35
|
"@radix-ui/react-popover": "^1.1.15",
|
|
37
36
|
"@testing-library/dom": "^10.4.1",
|