@puckeditor/plugin-pages 0.6.1-canary.78b4acae → 0.6.1-canary.8167bff1
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 +116 -92
- package/dist/index.js +40 -34
- package/dist/index.mjs +40 -34
- package/package.json +2 -1
package/dist/index.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* css-module:/home/runner/work/
|
|
1
|
+
/* css-module:/home/runner/work/platform/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/
|
|
283
|
+
/* css-module:/home/runner/work/platform/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/
|
|
310
|
+
/* css-module:/home/runner/work/platform/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/
|
|
340
|
-
.
|
|
339
|
+
/* css-module:/home/runner/work/platform/platform/packages/platform-client/components/Button/Button.module.css/#css-module-data */
|
|
340
|
+
._Button_1tog0_1 {
|
|
341
341
|
appearance: none;
|
|
342
342
|
background: none;
|
|
343
343
|
border: 1px solid transparent;
|
|
@@ -359,85 +359,84 @@ p {
|
|
|
359
359
|
white-space: nowrap;
|
|
360
360
|
margin: 0;
|
|
361
361
|
}
|
|
362
|
-
.
|
|
363
|
-
.
|
|
362
|
+
._Button_1tog0_1:hover,
|
|
363
|
+
._Button_1tog0_1:active {
|
|
364
364
|
transition: none;
|
|
365
365
|
}
|
|
366
|
-
.
|
|
366
|
+
._Button_1tog0_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_1tog0_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_1tog0_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_1tog0_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) 30%,
|
|
389
|
+
var(--puck-color-red-05) 130%);
|
|
390
390
|
border: none;
|
|
391
|
-
border-radius: 48px;
|
|
392
391
|
}
|
|
393
392
|
@media (hover: hover) and (pointer: fine) {
|
|
394
|
-
._Button--
|
|
393
|
+
._Button--brand_1tog0_49:hover {
|
|
395
394
|
opacity: 0.8;
|
|
396
395
|
}
|
|
397
396
|
}
|
|
398
|
-
._Button--
|
|
397
|
+
._Button--brand_1tog0_49:active {
|
|
399
398
|
opacity: 0.8;
|
|
400
399
|
}
|
|
401
|
-
._Button--
|
|
400
|
+
._Button--primary_1tog0_69 {
|
|
402
401
|
background: var(--puck-color-azure-04);
|
|
403
402
|
}
|
|
404
403
|
@media (hover: hover) and (pointer: fine) {
|
|
405
|
-
._Button--
|
|
404
|
+
._Button--primary_1tog0_69:hover {
|
|
406
405
|
background-color: var(--puck-color-azure-03);
|
|
407
406
|
}
|
|
408
407
|
}
|
|
409
|
-
._Button--
|
|
408
|
+
._Button--primary_1tog0_69:active {
|
|
410
409
|
background-color: var(--puck-color-azure-02);
|
|
411
410
|
}
|
|
412
|
-
._Button--
|
|
411
|
+
._Button--secondary_1tog0_83 {
|
|
413
412
|
border: 1px solid currentColor;
|
|
414
413
|
color: currentColor;
|
|
415
414
|
}
|
|
416
415
|
@media (hover: hover) and (pointer: fine) {
|
|
417
|
-
._Button--
|
|
416
|
+
._Button--secondary_1tog0_83:hover {
|
|
418
417
|
background-color: var(--puck-color-azure-12);
|
|
419
418
|
color: var(--puck-color-black);
|
|
420
419
|
}
|
|
421
420
|
}
|
|
422
|
-
._Button--
|
|
421
|
+
._Button--secondary_1tog0_83:active {
|
|
423
422
|
background-color: var(--puck-color-azure-11);
|
|
424
423
|
color: var(--puck-color-black);
|
|
425
424
|
}
|
|
426
|
-
._Button--
|
|
425
|
+
._Button--danger_1tog0_100 {
|
|
427
426
|
background: var(--puck-color-red-04);
|
|
428
427
|
}
|
|
429
428
|
@media (hover: hover) and (pointer: fine) {
|
|
430
|
-
._Button--
|
|
429
|
+
._Button--danger_1tog0_100:hover {
|
|
431
430
|
background-color: var(--puck-color-red-03);
|
|
432
431
|
}
|
|
433
432
|
}
|
|
434
|
-
._Button--
|
|
433
|
+
._Button--danger_1tog0_100:active {
|
|
435
434
|
background-color: var(--puck-color-red-02);
|
|
436
435
|
}
|
|
437
|
-
._Button--
|
|
436
|
+
._Button--flush_1tog0_114 {
|
|
438
437
|
border-radius: 0;
|
|
439
438
|
}
|
|
440
|
-
._Button--
|
|
439
|
+
._Button--ghost_1tog0_118 {
|
|
441
440
|
align-items: center;
|
|
442
441
|
background-color: transparent;
|
|
443
442
|
border: none;
|
|
@@ -446,30 +445,30 @@ p {
|
|
|
446
445
|
display: flex;
|
|
447
446
|
}
|
|
448
447
|
@media (hover: hover) and (pointer: fine) {
|
|
449
|
-
._Button--
|
|
448
|
+
._Button--ghost_1tog0_118:hover {
|
|
450
449
|
background-color: var(--puck-color-grey-11);
|
|
451
450
|
color: var(--puck-color-azure-04);
|
|
452
451
|
cursor: pointer;
|
|
453
452
|
}
|
|
454
453
|
}
|
|
455
|
-
._Button--
|
|
456
|
-
._Button--
|
|
457
|
-
._Button--
|
|
458
|
-
._Button--
|
|
454
|
+
._Button--disabled_1tog0_135,
|
|
455
|
+
._Button--disabled_1tog0_135:hover,
|
|
456
|
+
._Button--secondary_1tog0_83._Button--disabled_1tog0_135,
|
|
457
|
+
._Button--secondary_1tog0_83._Button--disabled_1tog0_135:hover {
|
|
459
458
|
background-color: var(--puck-color-grey-12);
|
|
460
459
|
border-color: var(--puck-color-grey-08);
|
|
461
460
|
color: var(--puck-color-grey-07);
|
|
462
461
|
cursor: not-allowed;
|
|
463
462
|
}
|
|
464
|
-
._Button--
|
|
463
|
+
._Button--fullWidth_1tog0_145 {
|
|
465
464
|
justify-content: center;
|
|
466
465
|
width: 100%;
|
|
467
466
|
}
|
|
468
|
-
._Button-
|
|
467
|
+
._Button-spinner_1tog0_150 {
|
|
469
468
|
padding-left: 8px;
|
|
470
469
|
}
|
|
471
470
|
|
|
472
|
-
/* css-module:/home/runner/work/
|
|
471
|
+
/* css-module:/home/runner/work/platform/platform/packages/platform-client/components/Loader/styles.module.css/#css-module-data */
|
|
473
472
|
@keyframes _loader-animation_nacdm_1 {
|
|
474
473
|
0% {
|
|
475
474
|
transform: rotate(0deg) scale(1);
|
|
@@ -491,75 +490,83 @@ p {
|
|
|
491
490
|
animation-fill-mode: both;
|
|
492
491
|
}
|
|
493
492
|
|
|
494
|
-
/* css-module:/home/runner/work/
|
|
495
|
-
.
|
|
493
|
+
/* css-module:/home/runner/work/platform/platform/packages/platform-client/components/Heading/Heading.module.css/#css-module-data */
|
|
494
|
+
._Heading_1sfil_1 {
|
|
496
495
|
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
|
-
.
|
|
500
|
+
._Heading_1sfil_1 b {
|
|
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 {
|
|
501
510
|
font-weight: 700;
|
|
502
511
|
}
|
|
503
|
-
._Heading--
|
|
512
|
+
._Heading--xxxxl_1sfil_23 {
|
|
504
513
|
font-size: var(--puck-font-size-xxxl);
|
|
505
514
|
}
|
|
506
|
-
._Heading--
|
|
515
|
+
._Heading--xxxl_1sfil_27 {
|
|
507
516
|
font-size: var(--puck-font-size-xxl);
|
|
508
517
|
}
|
|
509
|
-
._Heading--
|
|
518
|
+
._Heading--xxl_1sfil_31 {
|
|
510
519
|
font-size: var(--puck-font-size-xl);
|
|
511
520
|
}
|
|
512
|
-
._Heading--
|
|
521
|
+
._Heading--xl_1sfil_35 {
|
|
513
522
|
font-size: var(--puck-font-size-l);
|
|
514
523
|
}
|
|
515
|
-
._Heading--
|
|
524
|
+
._Heading--l_1sfil_39 {
|
|
516
525
|
font-size: var(--puck-font-size-m);
|
|
517
526
|
}
|
|
518
|
-
._Heading--
|
|
527
|
+
._Heading--m_1sfil_43 {
|
|
519
528
|
font-size: var(--puck-font-size-s);
|
|
520
529
|
}
|
|
521
|
-
._Heading--
|
|
530
|
+
._Heading--s_1sfil_47 {
|
|
522
531
|
font-size: var(--puck-font-size-xs);
|
|
523
532
|
}
|
|
524
|
-
._Heading--
|
|
533
|
+
._Heading--xs_1sfil_51 {
|
|
525
534
|
font-size: var(--puck-font-size-xxs);
|
|
526
535
|
}
|
|
527
|
-
._Heading--
|
|
536
|
+
._Heading--xxs_1sfil_55 {
|
|
528
537
|
font-size: var(--puck-font-size-xxs);
|
|
529
538
|
}
|
|
530
539
|
@media (min-width: 768px) {
|
|
531
|
-
._Heading--
|
|
540
|
+
._Heading--xxxxl_1sfil_23 {
|
|
532
541
|
font-size: var(--puck-font-size-xxxxl);
|
|
533
|
-
letter-spacing: 0.08ch;
|
|
534
|
-
font-weight: 800;
|
|
535
542
|
}
|
|
536
|
-
._Heading--
|
|
543
|
+
._Heading--xxxl_1sfil_27 {
|
|
537
544
|
font-size: var(--puck-font-size-xxxl);
|
|
538
545
|
}
|
|
539
|
-
._Heading--
|
|
546
|
+
._Heading--xxl_1sfil_31 {
|
|
540
547
|
font-size: var(--puck-font-size-xxl);
|
|
541
548
|
}
|
|
542
|
-
._Heading--
|
|
549
|
+
._Heading--xl_1sfil_35 {
|
|
543
550
|
font-size: var(--puck-font-size-xl);
|
|
544
551
|
}
|
|
545
|
-
._Heading--
|
|
552
|
+
._Heading--l_1sfil_39 {
|
|
546
553
|
font-size: var(--puck-font-size-l);
|
|
547
554
|
}
|
|
548
|
-
._Heading--
|
|
555
|
+
._Heading--m_1sfil_43 {
|
|
549
556
|
font-size: var(--puck-font-size-m);
|
|
550
557
|
}
|
|
551
|
-
._Heading--
|
|
558
|
+
._Heading--s_1sfil_47 {
|
|
552
559
|
font-size: var(--puck-font-size-s);
|
|
553
560
|
}
|
|
554
|
-
._Heading--
|
|
561
|
+
._Heading--xs_1sfil_51 {
|
|
555
562
|
font-size: var(--puck-font-size-xs);
|
|
556
563
|
}
|
|
557
|
-
._Heading--
|
|
564
|
+
._Heading--xxs_1sfil_55 {
|
|
558
565
|
font-size: var(--puck-font-size-xxs);
|
|
559
566
|
}
|
|
560
567
|
}
|
|
561
568
|
|
|
562
|
-
/* css-module:/home/runner/work/
|
|
569
|
+
/* css-module:/home/runner/work/platform/platform/packages/platform-client/components/Align/Align.module.css/#css-module-data */
|
|
563
570
|
._Align_oewlu_1 {
|
|
564
571
|
align-items: flex-start;
|
|
565
572
|
display: flex;
|
|
@@ -583,7 +590,7 @@ p {
|
|
|
583
590
|
position: relative;
|
|
584
591
|
}
|
|
585
592
|
|
|
586
|
-
/* css-module:/home/runner/work/
|
|
593
|
+
/* css-module:/home/runner/work/platform/platform/packages/platform-client/components/AutoForm/AutoForm.module.css/#css-module-data */
|
|
587
594
|
._AutoForm_1vmh9_1 {
|
|
588
595
|
display: flex;
|
|
589
596
|
gap: 16px;
|
|
@@ -594,7 +601,7 @@ p {
|
|
|
594
601
|
padding: 0px !important;
|
|
595
602
|
}
|
|
596
603
|
|
|
597
|
-
/* css-module:/home/runner/work/
|
|
604
|
+
/* css-module:/home/runner/work/platform/platform/packages/platform-client/components/Card/Card.module.css/#css-module-data */
|
|
598
605
|
._Card_rpnal_1 {
|
|
599
606
|
background-color: white;
|
|
600
607
|
border: 1px solid var(--puck-color-grey-08);
|
|
@@ -634,7 +641,7 @@ p {
|
|
|
634
641
|
color: var(--puck-color-azure-04);
|
|
635
642
|
}
|
|
636
643
|
|
|
637
|
-
/* css-module:/home/runner/work/
|
|
644
|
+
/* css-module:/home/runner/work/platform/platform/packages/platform-client/components/CardSelector/styles.module.css/#css-module-data */
|
|
638
645
|
._CardSelector_1ogry_1 {
|
|
639
646
|
display: grid;
|
|
640
647
|
gap: 16px;
|
|
@@ -672,7 +679,7 @@ p {
|
|
|
672
679
|
cursor: pointer;
|
|
673
680
|
}
|
|
674
681
|
|
|
675
|
-
/* css-module:/home/runner/work/
|
|
682
|
+
/* css-module:/home/runner/work/platform/platform/packages/platform-client/components/Code/Code.module.css/#css-module-data */
|
|
676
683
|
._Code_d4378_1 {
|
|
677
684
|
border-radius: 8px;
|
|
678
685
|
position: relative;
|
|
@@ -792,7 +799,7 @@ p {
|
|
|
792
799
|
background: var(--puck-color-grey-11);
|
|
793
800
|
}
|
|
794
801
|
|
|
795
|
-
/* css-module:/home/runner/work/
|
|
802
|
+
/* css-module:/home/runner/work/platform/platform/packages/platform-client/components/IconButton/IconButton.module.css/#css-module-data */
|
|
796
803
|
._IconButton_thegm_1 {
|
|
797
804
|
align-items: center;
|
|
798
805
|
background: transparent;
|
|
@@ -837,7 +844,7 @@ p {
|
|
|
837
844
|
color: var(--puck-color-grey-07);
|
|
838
845
|
}
|
|
839
846
|
|
|
840
|
-
/* css-module:/home/runner/work/
|
|
847
|
+
/* css-module:/home/runner/work/platform/platform/packages/platform-client/components/InfoBar/InfoBar.module.css/#css-module-data */
|
|
841
848
|
._InfoBar_kchdj_1 {
|
|
842
849
|
border: 1px solid var(--puck-color-grey-10);
|
|
843
850
|
border-radius: 8px;
|
|
@@ -860,7 +867,7 @@ p {
|
|
|
860
867
|
font-weight: 600;
|
|
861
868
|
}
|
|
862
869
|
|
|
863
|
-
/* css-module:/home/runner/work/
|
|
870
|
+
/* css-module:/home/runner/work/platform/platform/packages/platform-client/components/Inline/Inline.module.css/#css-module-data */
|
|
864
871
|
._Inline_6o5on_3 {
|
|
865
872
|
display: block;
|
|
866
873
|
}
|
|
@@ -900,7 +907,7 @@ p {
|
|
|
900
907
|
flex-grow: 1;
|
|
901
908
|
}
|
|
902
909
|
|
|
903
|
-
/* css-module:/home/runner/work/
|
|
910
|
+
/* css-module:/home/runner/work/platform/platform/packages/platform-client/components/Link/Link.module.css/#css-module-data */
|
|
904
911
|
._Link_1j70m_1 {
|
|
905
912
|
color: var(--puck-color-azure-04);
|
|
906
913
|
text-decoration: none;
|
|
@@ -909,7 +916,7 @@ p {
|
|
|
909
916
|
color: var(--puck-color-azure-05);
|
|
910
917
|
}
|
|
911
918
|
|
|
912
|
-
/* css-module:/home/runner/work/
|
|
919
|
+
/* css-module:/home/runner/work/platform/platform/packages/platform-client/components/Menu/styles.module.css/#css-module-data */
|
|
913
920
|
._Menu_1tu16_1 {
|
|
914
921
|
display: flex;
|
|
915
922
|
position: relative;
|
|
@@ -985,7 +992,7 @@ button._Menu-item_1tu16_55:hover {
|
|
|
985
992
|
opacity: 0.5;
|
|
986
993
|
}
|
|
987
994
|
|
|
988
|
-
/* css-module:/home/runner/work/
|
|
995
|
+
/* css-module:/home/runner/work/platform/platform/packages/platform-client/components/Page/Page.module.css/#css-module-data */
|
|
989
996
|
._Page_nkzj9_1 {
|
|
990
997
|
display: flex;
|
|
991
998
|
flex-direction: column;
|
|
@@ -1044,7 +1051,7 @@ button._Menu-item_1tu16_55:hover {
|
|
|
1044
1051
|
padding: 16px 24px;
|
|
1045
1052
|
}
|
|
1046
1053
|
|
|
1047
|
-
/* css-module:/home/runner/work/
|
|
1054
|
+
/* css-module:/home/runner/work/platform/platform/packages/platform-client/components/Pagination/Pagination.module.css/#css-module-data */
|
|
1048
1055
|
._Pagination_1okv2_1 {
|
|
1049
1056
|
align-items: baseline;
|
|
1050
1057
|
display: flex;
|
|
@@ -1072,7 +1079,7 @@ button._Menu-item_1tu16_55:hover {
|
|
|
1072
1079
|
color: var(--puck-color-grey-05);
|
|
1073
1080
|
}
|
|
1074
1081
|
|
|
1075
|
-
/* css-module:/home/runner/work/
|
|
1082
|
+
/* css-module:/home/runner/work/platform/platform/packages/platform-client/components/PlanGrid/styles.module.css/#css-module-data */
|
|
1076
1083
|
._PlanGrid--loading_97rn7_1 {
|
|
1077
1084
|
opacity: 0;
|
|
1078
1085
|
}
|
|
@@ -1100,7 +1107,7 @@ button._Menu-item_1tu16_55:hover {
|
|
|
1100
1107
|
font-weight: 500;
|
|
1101
1108
|
}
|
|
1102
1109
|
|
|
1103
|
-
/* css-module:/home/runner/work/
|
|
1110
|
+
/* css-module:/home/runner/work/platform/platform/packages/platform-client/components/PlanCard/styles.module.css/#css-module-data */
|
|
1104
1111
|
._PlanCard_16zmu_1 {
|
|
1105
1112
|
border: 1px solid var(--puck-color-grey-09);
|
|
1106
1113
|
border-radius: 16px;
|
|
@@ -1284,7 +1291,7 @@ button._Menu-item_1tu16_55:hover {
|
|
|
1284
1291
|
grid-auto-flow: column;
|
|
1285
1292
|
}
|
|
1286
1293
|
|
|
1287
|
-
/* css-module:/home/runner/work/
|
|
1294
|
+
/* css-module:/home/runner/work/platform/platform/packages/platform-client/components/Section/Section.module.css/#css-module-data */
|
|
1288
1295
|
._Section-inner_1uwo0_1 {
|
|
1289
1296
|
margin-left: auto;
|
|
1290
1297
|
margin-right: auto;
|
|
@@ -1302,7 +1309,7 @@ button._Menu-item_1tu16_55:hover {
|
|
|
1302
1309
|
max-width: unset;
|
|
1303
1310
|
}
|
|
1304
1311
|
|
|
1305
|
-
/* css-module:/home/runner/work/
|
|
1312
|
+
/* css-module:/home/runner/work/platform/platform/packages/platform-client/components/Tag/Tag.module.css/#css-module-data */
|
|
1306
1313
|
._Tag_s2h0n_1 {
|
|
1307
1314
|
align-items: center;
|
|
1308
1315
|
display: flex;
|
|
@@ -1373,7 +1380,7 @@ button._Menu-item_1tu16_55:hover {
|
|
|
1373
1380
|
margin-top: 1px;
|
|
1374
1381
|
}
|
|
1375
1382
|
|
|
1376
|
-
/* css-module:/home/runner/work/
|
|
1383
|
+
/* css-module:/home/runner/work/platform/platform/packages/platform-client/components/Table/Table.module.css/#css-module-data */
|
|
1377
1384
|
._Table_o345u_1 {
|
|
1378
1385
|
color: black;
|
|
1379
1386
|
display: flex;
|
|
@@ -1473,39 +1480,56 @@ button._Menu-item_1tu16_55:hover {
|
|
|
1473
1480
|
background-color: var(--puck-color-grey-12);
|
|
1474
1481
|
}
|
|
1475
1482
|
|
|
1476
|
-
/* css-module:/home/runner/work/
|
|
1477
|
-
.
|
|
1478
|
-
padding-top:
|
|
1483
|
+
/* css-module:/home/runner/work/platform/platform/packages/platform-client/components/VerticalSpace/VerticalSpace.module.css/#css-module-data */
|
|
1484
|
+
._VerticalSpace_16t6j_1 {
|
|
1485
|
+
padding-top: 24px;
|
|
1479
1486
|
}
|
|
1480
|
-
._VerticalSpace--
|
|
1487
|
+
._VerticalSpace--size4_16t6j_5 {
|
|
1481
1488
|
padding-top: 4px;
|
|
1482
1489
|
}
|
|
1483
|
-
._VerticalSpace--
|
|
1490
|
+
._VerticalSpace--size8_16t6j_9 {
|
|
1484
1491
|
padding-top: 8px;
|
|
1485
1492
|
}
|
|
1486
|
-
._VerticalSpace--
|
|
1493
|
+
._VerticalSpace--size16_16t6j_13 {
|
|
1487
1494
|
padding-top: 16px;
|
|
1488
1495
|
}
|
|
1489
|
-
._VerticalSpace--
|
|
1496
|
+
._VerticalSpace--size32_16t6j_17 {
|
|
1490
1497
|
padding-top: 32px;
|
|
1491
1498
|
}
|
|
1492
|
-
._VerticalSpace--
|
|
1499
|
+
._VerticalSpace--size40_16t6j_21 {
|
|
1493
1500
|
padding-top: 40px;
|
|
1494
1501
|
}
|
|
1495
|
-
._VerticalSpace--
|
|
1502
|
+
._VerticalSpace--size48_16t6j_25 {
|
|
1496
1503
|
padding-top: 48px;
|
|
1497
1504
|
}
|
|
1498
|
-
._VerticalSpace--
|
|
1505
|
+
._VerticalSpace--size56_16t6j_29 {
|
|
1499
1506
|
padding-top: 56px;
|
|
1500
1507
|
}
|
|
1501
|
-
._VerticalSpace--
|
|
1508
|
+
._VerticalSpace--size96_16t6j_33 {
|
|
1502
1509
|
padding-top: 96px;
|
|
1503
1510
|
}
|
|
1504
|
-
._VerticalSpace--
|
|
1511
|
+
._VerticalSpace--size128_16t6j_37 {
|
|
1505
1512
|
padding-top: 128px;
|
|
1506
1513
|
}
|
|
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
|
+
}
|
|
1507
1531
|
|
|
1508
|
-
/* css-module:/home/runner/work/
|
|
1532
|
+
/* css-module:/home/runner/work/platform/platform/packages/platform-client/components/Viewport/styles.module.css/#css-module-data */
|
|
1509
1533
|
._Viewport_1vvhm_3 {
|
|
1510
1534
|
}
|
|
1511
1535
|
._Viewport--standard_1vvhm_6,
|
|
@@ -1540,7 +1564,7 @@ button._Menu-item_1tu16_55:hover {
|
|
|
1540
1564
|
}
|
|
1541
1565
|
}
|
|
1542
1566
|
|
|
1543
|
-
/* css-module:/home/runner/work/
|
|
1567
|
+
/* css-module:/home/runner/work/platform/platform/packages/plugin-pages/src/components/PagePlugin/styles.module.css/#css-module-data */
|
|
1544
1568
|
._Pages_ey49w_5 {
|
|
1545
1569
|
display: flex;
|
|
1546
1570
|
flex-direction: column;
|
|
@@ -1720,7 +1744,7 @@ button._Menu-item_1tu16_55:hover {
|
|
|
1720
1744
|
white-space: nowrap;
|
|
1721
1745
|
}
|
|
1722
1746
|
|
|
1723
|
-
/* css-module:/home/runner/work/
|
|
1747
|
+
/* css-module:/home/runner/work/platform/platform/packages/plugin-pages/src/components/CreateForm/styles.module.css/#css-module-data */
|
|
1724
1748
|
._CreateForm_kkdt2_1 {
|
|
1725
1749
|
width: 100%;
|
|
1726
1750
|
}
|
|
@@ -1765,7 +1789,7 @@ button._Menu-item_1tu16_55:hover {
|
|
|
1765
1789
|
line-height: 1.2;
|
|
1766
1790
|
}
|
|
1767
1791
|
|
|
1768
|
-
/* css-module:/home/runner/work/
|
|
1792
|
+
/* css-module:/home/runner/work/platform/platform/packages/plugin-pages/src/components/ConfirmModal/styles.module.css/#css-module-data */
|
|
1769
1793
|
._ConfirmModal_1r63q_1 {
|
|
1770
1794
|
width: 100%;
|
|
1771
1795
|
}
|
|
@@ -1836,7 +1860,7 @@ button._Menu-item_1tu16_55:hover {
|
|
|
1836
1860
|
padding: 16px 24px;
|
|
1837
1861
|
}
|
|
1838
1862
|
|
|
1839
|
-
/* css-module:/home/runner/work/
|
|
1863
|
+
/* css-module:/home/runner/work/platform/platform/packages/plugin-pages/src/components/HeaderActions/styles.module.css/#css-module-data */
|
|
1840
1864
|
._HeaderActions-publish_7nzbl_1 {
|
|
1841
1865
|
position: relative;
|
|
1842
1866
|
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/
|
|
4652
|
+
// css-module:/home/runner/work/platform/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/
|
|
4713
|
+
// css-module:/home/runner/work/platform/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/
|
|
4757
|
+
// css-module:/home/runner/work/platform/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/
|
|
4794
|
+
// css-module:/home/runner/work/platform/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_1tog0_1", "Button--medium": "_Button--medium_1tog0_34", "Button--large": "_Button--large_1tog0_42", "Button--brand": "_Button--brand_1tog0_49", "Button--primary": "_Button--primary_1tog0_69", "Button--secondary": "_Button--secondary_1tog0_83", "Button--danger": "_Button--danger_1tog0_100", "Button--flush": "_Button--flush_1tog0_114", "Button--ghost": "_Button--ghost_1tog0_118", "Button--disabled": "_Button--disabled_1tog0_135", "Button--fullWidth": "_Button--fullWidth_1tog0_145", "Button-spinner": "_Button-spinner_1tog0_150" };
|
|
4797
4797
|
|
|
4798
4798
|
// ../platform-client/components/Loader/index.tsx
|
|
4799
4799
|
init_react_import();
|
|
4800
4800
|
|
|
4801
|
-
// css-module:/home/runner/work/
|
|
4801
|
+
// css-module:/home/runner/work/platform/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,20 +4936,26 @@ init_react_import();
|
|
|
4936
4936
|
// ../platform-client/components/Heading/Heading.tsx
|
|
4937
4937
|
init_react_import();
|
|
4938
4938
|
|
|
4939
|
-
// css-module:/home/runner/work/
|
|
4939
|
+
// css-module:/home/runner/work/platform/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_1sfil_1", "Heading--brand": "_Heading--brand_1sfil_12", "Heading--xxxxl": "_Heading--xxxxl_1sfil_23", "Heading--xxxl": "_Heading--xxxl_1sfil_27", "Heading--xxl": "_Heading--xxl_1sfil_31", "Heading--xl": "_Heading--xl_1sfil_35", "Heading--l": "_Heading--l_1sfil_39", "Heading--m": "_Heading--m_1sfil_43", "Heading--s": "_Heading--s_1sfil_47", "Heading--xs": "_Heading--xs_1sfil_51", "Heading--xxs": "_Heading--xxs_1sfil_55" };
|
|
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 = ({
|
|
4946
|
+
var Heading = ({
|
|
4947
|
+
children,
|
|
4948
|
+
rank,
|
|
4949
|
+
size: size4 = "m",
|
|
4950
|
+
variant = "default"
|
|
4951
|
+
}) => {
|
|
4947
4952
|
const Tag2 = rank ? `h${rank}` : "span";
|
|
4948
4953
|
return /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
|
|
4949
4954
|
Tag2,
|
|
4950
4955
|
{
|
|
4951
4956
|
className: getClassName4({
|
|
4952
|
-
[size4]: true
|
|
4957
|
+
[size4]: true,
|
|
4958
|
+
brand: variant === "brand"
|
|
4953
4959
|
}),
|
|
4954
4960
|
children
|
|
4955
4961
|
}
|
|
@@ -4990,7 +4996,7 @@ init_react_import();
|
|
|
4990
4996
|
init_react_import();
|
|
4991
4997
|
var import_react10 = __toESM(require("react"));
|
|
4992
4998
|
|
|
4993
|
-
// css-module:/home/runner/work/
|
|
4999
|
+
// css-module:/home/runner/work/platform/platform/packages/platform-client/components/Align/Align.module.css#css-module
|
|
4994
5000
|
init_react_import();
|
|
4995
5001
|
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" };
|
|
4996
5002
|
|
|
@@ -5109,7 +5115,7 @@ init_react_import();
|
|
|
5109
5115
|
var import_core2 = require("@puckeditor/core");
|
|
5110
5116
|
var import_react11 = require("react");
|
|
5111
5117
|
|
|
5112
|
-
// css-module:/home/runner/work/
|
|
5118
|
+
// css-module:/home/runner/work/platform/platform/packages/platform-client/components/AutoForm/AutoForm.module.css#css-module
|
|
5113
5119
|
init_react_import();
|
|
5114
5120
|
var AutoForm_module_default = { "AutoForm": "_AutoForm_1vmh9_1" };
|
|
5115
5121
|
|
|
@@ -5123,7 +5129,7 @@ init_react_import();
|
|
|
5123
5129
|
// ../platform-client/components/Card/Card.tsx
|
|
5124
5130
|
init_react_import();
|
|
5125
5131
|
|
|
5126
|
-
// css-module:/home/runner/work/
|
|
5132
|
+
// css-module:/home/runner/work/platform/platform/packages/platform-client/components/Card/Card.module.css#css-module
|
|
5127
5133
|
init_react_import();
|
|
5128
5134
|
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" };
|
|
5129
5135
|
|
|
@@ -5168,7 +5174,7 @@ var getClassNameFactory2 = (rootClass, styles, { baseClass = "" } = {}) => (opti
|
|
|
5168
5174
|
};
|
|
5169
5175
|
var get_class_name_factory_default2 = getClassNameFactory2;
|
|
5170
5176
|
|
|
5171
|
-
// css-module:/home/runner/work/
|
|
5177
|
+
// css-module:/home/runner/work/platform/platform/packages/platform-client/components/CardSelector/styles.module.css#css-module
|
|
5172
5178
|
init_react_import();
|
|
5173
5179
|
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" };
|
|
5174
5180
|
|
|
@@ -5183,7 +5189,7 @@ init_react_import();
|
|
|
5183
5189
|
// ../platform-client/components/Code/Code.tsx
|
|
5184
5190
|
init_react_import();
|
|
5185
5191
|
|
|
5186
|
-
// css-module:/home/runner/work/
|
|
5192
|
+
// css-module:/home/runner/work/platform/platform/packages/platform-client/components/Code/Code.module.css#css-module
|
|
5187
5193
|
init_react_import();
|
|
5188
5194
|
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" };
|
|
5189
5195
|
|
|
@@ -5205,7 +5211,7 @@ init_react_import();
|
|
|
5205
5211
|
init_react_import();
|
|
5206
5212
|
var import_react14 = require("react");
|
|
5207
5213
|
|
|
5208
|
-
// css-module:/home/runner/work/
|
|
5214
|
+
// css-module:/home/runner/work/platform/platform/packages/platform-client/components/IconButton/IconButton.module.css#css-module
|
|
5209
5215
|
init_react_import();
|
|
5210
5216
|
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" };
|
|
5211
5217
|
|
|
@@ -5219,7 +5225,7 @@ init_react_import();
|
|
|
5219
5225
|
// ../platform-client/components/InfoBar/InfoBar.tsx
|
|
5220
5226
|
init_react_import();
|
|
5221
5227
|
|
|
5222
|
-
// css-module:/home/runner/work/
|
|
5228
|
+
// css-module:/home/runner/work/platform/platform/packages/platform-client/components/InfoBar/InfoBar.module.css#css-module
|
|
5223
5229
|
init_react_import();
|
|
5224
5230
|
var InfoBar_module_default = { "InfoBar": "_InfoBar_kchdj_1", "Info": "_Info_kchdj_1", "Info-title": "_Info-title_kchdj_21" };
|
|
5225
5231
|
|
|
@@ -5244,7 +5250,7 @@ init_react_import();
|
|
|
5244
5250
|
// ../platform-client/components/Inline/Inline.tsx
|
|
5245
5251
|
init_react_import();
|
|
5246
5252
|
|
|
5247
|
-
// css-module:/home/runner/work/
|
|
5253
|
+
// css-module:/home/runner/work/platform/platform/packages/platform-client/components/Inline/Inline.module.css#css-module
|
|
5248
5254
|
init_react_import();
|
|
5249
5255
|
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" };
|
|
5250
5256
|
|
|
@@ -5296,7 +5302,7 @@ init_react_import();
|
|
|
5296
5302
|
// ../platform-client/components/Link/Link.tsx
|
|
5297
5303
|
init_react_import();
|
|
5298
5304
|
|
|
5299
|
-
// css-module:/home/runner/work/
|
|
5305
|
+
// css-module:/home/runner/work/platform/platform/packages/platform-client/components/Link/Link.module.css#css-module
|
|
5300
5306
|
init_react_import();
|
|
5301
5307
|
var Link_module_default = { "Link": "_Link_1j70m_1" };
|
|
5302
5308
|
|
|
@@ -5308,7 +5314,7 @@ var getClassName12 = get_class_name_factory_default("Link", Link_module_default)
|
|
|
5308
5314
|
init_react_import();
|
|
5309
5315
|
var import_react16 = require("react");
|
|
5310
5316
|
|
|
5311
|
-
// css-module:/home/runner/work/
|
|
5317
|
+
// css-module:/home/runner/work/platform/platform/packages/platform-client/components/Menu/styles.module.css#css-module
|
|
5312
5318
|
init_react_import();
|
|
5313
5319
|
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" };
|
|
5314
5320
|
|
|
@@ -7856,7 +7862,7 @@ init_react_import();
|
|
|
7856
7862
|
// ../platform-client/components/Page/Page.tsx
|
|
7857
7863
|
init_react_import();
|
|
7858
7864
|
|
|
7859
|
-
// css-module:/home/runner/work/
|
|
7865
|
+
// css-module:/home/runner/work/platform/platform/packages/platform-client/components/Page/Page.module.css#css-module
|
|
7860
7866
|
init_react_import();
|
|
7861
7867
|
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" };
|
|
7862
7868
|
|
|
@@ -7871,7 +7877,7 @@ init_react_import();
|
|
|
7871
7877
|
init_react_import();
|
|
7872
7878
|
var import_react17 = require("react");
|
|
7873
7879
|
|
|
7874
|
-
// css-module:/home/runner/work/
|
|
7880
|
+
// css-module:/home/runner/work/platform/platform/packages/platform-client/components/Pagination/Pagination.module.css#css-module
|
|
7875
7881
|
init_react_import();
|
|
7876
7882
|
var Pagination_module_default = { "Pagination": "_Pagination_1okv2_1", "PaginationButton": "_PaginationButton_1okv2_8", "PaginationButton--isActive": "_PaginationButton--isActive_1okv2_20", "Pagination-ellipsis": "_Pagination-ellipsis_1okv2_30" };
|
|
7877
7883
|
|
|
@@ -7883,14 +7889,14 @@ var cxButton = getClassNameFactory("PaginationButton", Pagination_module_default
|
|
|
7883
7889
|
// ../platform-client/components/PlanGrid/index.tsx
|
|
7884
7890
|
init_react_import();
|
|
7885
7891
|
|
|
7886
|
-
// css-module:/home/runner/work/
|
|
7892
|
+
// css-module:/home/runner/work/platform/platform/packages/platform-client/components/PlanGrid/styles.module.css#css-module
|
|
7887
7893
|
init_react_import();
|
|
7888
7894
|
var styles_module_default4 = { "PlanGrid--loading": "_PlanGrid--loading_97rn7_1", "PlanGrid-grid": "_PlanGrid-grid_97rn7_5", "PlanGrid-enterprise": "_PlanGrid-enterprise_97rn7_16" };
|
|
7889
7895
|
|
|
7890
7896
|
// ../platform-client/components/PlanCard/index.tsx
|
|
7891
7897
|
init_react_import();
|
|
7892
7898
|
|
|
7893
|
-
// css-module:/home/runner/work/
|
|
7899
|
+
// css-module:/home/runner/work/platform/platform/packages/platform-client/components/PlanCard/styles.module.css#css-module
|
|
7894
7900
|
init_react_import();
|
|
7895
7901
|
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" };
|
|
7896
7902
|
|
|
@@ -12862,7 +12868,7 @@ init_react_import();
|
|
|
12862
12868
|
// ../platform-client/components/Section/Section.tsx
|
|
12863
12869
|
init_react_import();
|
|
12864
12870
|
|
|
12865
|
-
// css-module:/home/runner/work/
|
|
12871
|
+
// css-module:/home/runner/work/platform/platform/packages/platform-client/components/Section/Section.module.css#css-module
|
|
12866
12872
|
init_react_import();
|
|
12867
12873
|
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" };
|
|
12868
12874
|
|
|
@@ -12882,7 +12888,7 @@ init_react_import();
|
|
|
12882
12888
|
// ../platform-client/components/Tag/Tag.tsx
|
|
12883
12889
|
init_react_import();
|
|
12884
12890
|
|
|
12885
|
-
// css-module:/home/runner/work/
|
|
12891
|
+
// css-module:/home/runner/work/platform/platform/packages/platform-client/components/Tag/Tag.module.css#css-module
|
|
12886
12892
|
init_react_import();
|
|
12887
12893
|
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" };
|
|
12888
12894
|
|
|
@@ -12935,7 +12941,7 @@ init_react_import();
|
|
|
12935
12941
|
init_react_import();
|
|
12936
12942
|
var import_react20 = require("react");
|
|
12937
12943
|
|
|
12938
|
-
// css-module:/home/runner/work/
|
|
12944
|
+
// css-module:/home/runner/work/platform/platform/packages/platform-client/components/Table/Table.module.css#css-module
|
|
12939
12945
|
init_react_import();
|
|
12940
12946
|
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" };
|
|
12941
12947
|
|
|
@@ -12953,9 +12959,9 @@ init_react_import();
|
|
|
12953
12959
|
// ../platform-client/components/VerticalSpace/VerticalSpace.tsx
|
|
12954
12960
|
init_react_import();
|
|
12955
12961
|
|
|
12956
|
-
// css-module:/home/runner/work/
|
|
12962
|
+
// css-module:/home/runner/work/platform/platform/packages/platform-client/components/VerticalSpace/VerticalSpace.module.css#css-module
|
|
12957
12963
|
init_react_import();
|
|
12958
|
-
var VerticalSpace_module_default = { "VerticalSpace": "
|
|
12964
|
+
var VerticalSpace_module_default = { "VerticalSpace": "_VerticalSpace_16t6j_1", "VerticalSpace--size4": "_VerticalSpace--size4_16t6j_5", "VerticalSpace--size8": "_VerticalSpace--size8_16t6j_9", "VerticalSpace--size16": "_VerticalSpace--size16_16t6j_13", "VerticalSpace--size32": "_VerticalSpace--size32_16t6j_17", "VerticalSpace--size40": "_VerticalSpace--size40_16t6j_21", "VerticalSpace--size48": "_VerticalSpace--size48_16t6j_25", "VerticalSpace--size56": "_VerticalSpace--size56_16t6j_29", "VerticalSpace--size96": "_VerticalSpace--size96_16t6j_33", "VerticalSpace--size128": "_VerticalSpace--size128_16t6j_37" };
|
|
12959
12965
|
|
|
12960
12966
|
// ../platform-client/components/VerticalSpace/VerticalSpace.tsx
|
|
12961
12967
|
var import_jsx_runtime44 = require("react/jsx-runtime");
|
|
@@ -12964,7 +12970,7 @@ var getClassName17 = get_class_name_factory_default("VerticalSpace", VerticalSpa
|
|
|
12964
12970
|
// ../platform-client/components/Viewport/index.tsx
|
|
12965
12971
|
init_react_import();
|
|
12966
12972
|
|
|
12967
|
-
// css-module:/home/runner/work/
|
|
12973
|
+
// css-module:/home/runner/work/platform/platform/packages/platform-client/components/Viewport/styles.module.css#css-module
|
|
12968
12974
|
init_react_import();
|
|
12969
12975
|
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" };
|
|
12970
12976
|
|
|
@@ -12978,7 +12984,7 @@ var import_react21 = require("react");
|
|
|
12978
12984
|
var import_jsx_runtime46 = require("react/jsx-runtime");
|
|
12979
12985
|
var ctx = (0, import_react21.createContext)({});
|
|
12980
12986
|
|
|
12981
|
-
// css-module:/home/runner/work/
|
|
12987
|
+
// css-module:/home/runner/work/platform/platform/packages/plugin-pages/src/components/PagePlugin/styles.module.css#css-module
|
|
12982
12988
|
init_react_import();
|
|
12983
12989
|
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" };
|
|
12984
12990
|
|
|
@@ -26942,7 +26948,7 @@ var usePagesStore = (0, import_zustand.create)((set3) => ({
|
|
|
26942
26948
|
setSearchQuery: (query) => set3({ searchQuery: query })
|
|
26943
26949
|
}));
|
|
26944
26950
|
|
|
26945
|
-
// css-module:/home/runner/work/
|
|
26951
|
+
// css-module:/home/runner/work/platform/platform/packages/plugin-pages/src/components/CreateForm/styles.module.css#css-module
|
|
26946
26952
|
init_react_import();
|
|
26947
26953
|
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" };
|
|
26948
26954
|
|
|
@@ -27079,7 +27085,7 @@ var useSiteId = () => (0, import_react23.useMemo)(() => {
|
|
|
27079
27085
|
// src/components/ConfirmModal/index.tsx
|
|
27080
27086
|
init_react_import();
|
|
27081
27087
|
|
|
27082
|
-
// css-module:/home/runner/work/
|
|
27088
|
+
// css-module:/home/runner/work/platform/platform/packages/plugin-pages/src/components/ConfirmModal/styles.module.css#css-module
|
|
27083
27089
|
init_react_import();
|
|
27084
27090
|
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" };
|
|
27085
27091
|
|
|
@@ -29622,7 +29628,7 @@ init_react_import();
|
|
|
29622
29628
|
var import_core12 = require("@puckeditor/core");
|
|
29623
29629
|
var import_react26 = require("react");
|
|
29624
29630
|
|
|
29625
|
-
// css-module:/home/runner/work/
|
|
29631
|
+
// css-module:/home/runner/work/platform/platform/packages/plugin-pages/src/components/HeaderActions/styles.module.css#css-module
|
|
29626
29632
|
init_react_import();
|
|
29627
29633
|
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" };
|
|
29628
29634
|
|
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/
|
|
4644
|
+
// css-module:/home/runner/work/platform/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/
|
|
4705
|
+
// css-module:/home/runner/work/platform/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/
|
|
4749
|
+
// css-module:/home/runner/work/platform/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/
|
|
4786
|
+
// css-module:/home/runner/work/platform/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_1tog0_1", "Button--medium": "_Button--medium_1tog0_34", "Button--large": "_Button--large_1tog0_42", "Button--brand": "_Button--brand_1tog0_49", "Button--primary": "_Button--primary_1tog0_69", "Button--secondary": "_Button--secondary_1tog0_83", "Button--danger": "_Button--danger_1tog0_100", "Button--flush": "_Button--flush_1tog0_114", "Button--ghost": "_Button--ghost_1tog0_118", "Button--disabled": "_Button--disabled_1tog0_135", "Button--fullWidth": "_Button--fullWidth_1tog0_145", "Button-spinner": "_Button-spinner_1tog0_150" };
|
|
4789
4789
|
|
|
4790
4790
|
// ../platform-client/components/Loader/index.tsx
|
|
4791
4791
|
init_react_import();
|
|
4792
4792
|
|
|
4793
|
-
// css-module:/home/runner/work/
|
|
4793
|
+
// css-module:/home/runner/work/platform/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,20 +4928,26 @@ init_react_import();
|
|
|
4928
4928
|
// ../platform-client/components/Heading/Heading.tsx
|
|
4929
4929
|
init_react_import();
|
|
4930
4930
|
|
|
4931
|
-
// css-module:/home/runner/work/
|
|
4931
|
+
// css-module:/home/runner/work/platform/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_1sfil_1", "Heading--brand": "_Heading--brand_1sfil_12", "Heading--xxxxl": "_Heading--xxxxl_1sfil_23", "Heading--xxxl": "_Heading--xxxl_1sfil_27", "Heading--xxl": "_Heading--xxl_1sfil_31", "Heading--xl": "_Heading--xl_1sfil_35", "Heading--l": "_Heading--l_1sfil_39", "Heading--m": "_Heading--m_1sfil_43", "Heading--s": "_Heading--s_1sfil_47", "Heading--xs": "_Heading--xs_1sfil_51", "Heading--xxs": "_Heading--xxs_1sfil_55" };
|
|
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 = ({
|
|
4938
|
+
var Heading = ({
|
|
4939
|
+
children,
|
|
4940
|
+
rank,
|
|
4941
|
+
size: size4 = "m",
|
|
4942
|
+
variant = "default"
|
|
4943
|
+
}) => {
|
|
4939
4944
|
const Tag2 = rank ? `h${rank}` : "span";
|
|
4940
4945
|
return /* @__PURE__ */ jsx6(
|
|
4941
4946
|
Tag2,
|
|
4942
4947
|
{
|
|
4943
4948
|
className: getClassName4({
|
|
4944
|
-
[size4]: true
|
|
4949
|
+
[size4]: true,
|
|
4950
|
+
brand: variant === "brand"
|
|
4945
4951
|
}),
|
|
4946
4952
|
children
|
|
4947
4953
|
}
|
|
@@ -4982,7 +4988,7 @@ init_react_import();
|
|
|
4982
4988
|
init_react_import();
|
|
4983
4989
|
import React29 from "react";
|
|
4984
4990
|
|
|
4985
|
-
// css-module:/home/runner/work/
|
|
4991
|
+
// css-module:/home/runner/work/platform/platform/packages/platform-client/components/Align/Align.module.css#css-module
|
|
4986
4992
|
init_react_import();
|
|
4987
4993
|
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" };
|
|
4988
4994
|
|
|
@@ -5101,7 +5107,7 @@ init_react_import();
|
|
|
5101
5107
|
import { AutoField, FieldLabel } from "@puckeditor/core";
|
|
5102
5108
|
import { useEffect as useEffect11, useRef as useRef9, useState as useState9 } from "react";
|
|
5103
5109
|
|
|
5104
|
-
// css-module:/home/runner/work/
|
|
5110
|
+
// css-module:/home/runner/work/platform/platform/packages/platform-client/components/AutoForm/AutoForm.module.css#css-module
|
|
5105
5111
|
init_react_import();
|
|
5106
5112
|
var AutoForm_module_default = { "AutoForm": "_AutoForm_1vmh9_1" };
|
|
5107
5113
|
|
|
@@ -5115,7 +5121,7 @@ init_react_import();
|
|
|
5115
5121
|
// ../platform-client/components/Card/Card.tsx
|
|
5116
5122
|
init_react_import();
|
|
5117
5123
|
|
|
5118
|
-
// css-module:/home/runner/work/
|
|
5124
|
+
// css-module:/home/runner/work/platform/platform/packages/platform-client/components/Card/Card.module.css#css-module
|
|
5119
5125
|
init_react_import();
|
|
5120
5126
|
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" };
|
|
5121
5127
|
|
|
@@ -5160,7 +5166,7 @@ var getClassNameFactory2 = (rootClass, styles, { baseClass = "" } = {}) => (opti
|
|
|
5160
5166
|
};
|
|
5161
5167
|
var get_class_name_factory_default2 = getClassNameFactory2;
|
|
5162
5168
|
|
|
5163
|
-
// css-module:/home/runner/work/
|
|
5169
|
+
// css-module:/home/runner/work/platform/platform/packages/platform-client/components/CardSelector/styles.module.css#css-module
|
|
5164
5170
|
init_react_import();
|
|
5165
5171
|
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" };
|
|
5166
5172
|
|
|
@@ -5175,7 +5181,7 @@ init_react_import();
|
|
|
5175
5181
|
// ../platform-client/components/Code/Code.tsx
|
|
5176
5182
|
init_react_import();
|
|
5177
5183
|
|
|
5178
|
-
// css-module:/home/runner/work/
|
|
5184
|
+
// css-module:/home/runner/work/platform/platform/packages/platform-client/components/Code/Code.module.css#css-module
|
|
5179
5185
|
init_react_import();
|
|
5180
5186
|
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" };
|
|
5181
5187
|
|
|
@@ -5197,7 +5203,7 @@ init_react_import();
|
|
|
5197
5203
|
init_react_import();
|
|
5198
5204
|
import { useState as useState12 } from "react";
|
|
5199
5205
|
|
|
5200
|
-
// css-module:/home/runner/work/
|
|
5206
|
+
// css-module:/home/runner/work/platform/platform/packages/platform-client/components/IconButton/IconButton.module.css#css-module
|
|
5201
5207
|
init_react_import();
|
|
5202
5208
|
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" };
|
|
5203
5209
|
|
|
@@ -5211,7 +5217,7 @@ init_react_import();
|
|
|
5211
5217
|
// ../platform-client/components/InfoBar/InfoBar.tsx
|
|
5212
5218
|
init_react_import();
|
|
5213
5219
|
|
|
5214
|
-
// css-module:/home/runner/work/
|
|
5220
|
+
// css-module:/home/runner/work/platform/platform/packages/platform-client/components/InfoBar/InfoBar.module.css#css-module
|
|
5215
5221
|
init_react_import();
|
|
5216
5222
|
var InfoBar_module_default = { "InfoBar": "_InfoBar_kchdj_1", "Info": "_Info_kchdj_1", "Info-title": "_Info-title_kchdj_21" };
|
|
5217
5223
|
|
|
@@ -5236,7 +5242,7 @@ init_react_import();
|
|
|
5236
5242
|
// ../platform-client/components/Inline/Inline.tsx
|
|
5237
5243
|
init_react_import();
|
|
5238
5244
|
|
|
5239
|
-
// css-module:/home/runner/work/
|
|
5245
|
+
// css-module:/home/runner/work/platform/platform/packages/platform-client/components/Inline/Inline.module.css#css-module
|
|
5240
5246
|
init_react_import();
|
|
5241
5247
|
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" };
|
|
5242
5248
|
|
|
@@ -5288,7 +5294,7 @@ init_react_import();
|
|
|
5288
5294
|
// ../platform-client/components/Link/Link.tsx
|
|
5289
5295
|
init_react_import();
|
|
5290
5296
|
|
|
5291
|
-
// css-module:/home/runner/work/
|
|
5297
|
+
// css-module:/home/runner/work/platform/platform/packages/platform-client/components/Link/Link.module.css#css-module
|
|
5292
5298
|
init_react_import();
|
|
5293
5299
|
var Link_module_default = { "Link": "_Link_1j70m_1" };
|
|
5294
5300
|
|
|
@@ -5300,7 +5306,7 @@ var getClassName12 = get_class_name_factory_default("Link", Link_module_default)
|
|
|
5300
5306
|
init_react_import();
|
|
5301
5307
|
import { useState as useState25 } from "react";
|
|
5302
5308
|
|
|
5303
|
-
// css-module:/home/runner/work/
|
|
5309
|
+
// css-module:/home/runner/work/platform/platform/packages/platform-client/components/Menu/styles.module.css#css-module
|
|
5304
5310
|
init_react_import();
|
|
5305
5311
|
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" };
|
|
5306
5312
|
|
|
@@ -7848,7 +7854,7 @@ init_react_import();
|
|
|
7848
7854
|
// ../platform-client/components/Page/Page.tsx
|
|
7849
7855
|
init_react_import();
|
|
7850
7856
|
|
|
7851
|
-
// css-module:/home/runner/work/
|
|
7857
|
+
// css-module:/home/runner/work/platform/platform/packages/platform-client/components/Page/Page.module.css#css-module
|
|
7852
7858
|
init_react_import();
|
|
7853
7859
|
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" };
|
|
7854
7860
|
|
|
@@ -7863,7 +7869,7 @@ init_react_import();
|
|
|
7863
7869
|
init_react_import();
|
|
7864
7870
|
import { useMemo as useMemo17 } from "react";
|
|
7865
7871
|
|
|
7866
|
-
// css-module:/home/runner/work/
|
|
7872
|
+
// css-module:/home/runner/work/platform/platform/packages/platform-client/components/Pagination/Pagination.module.css#css-module
|
|
7867
7873
|
init_react_import();
|
|
7868
7874
|
var Pagination_module_default = { "Pagination": "_Pagination_1okv2_1", "PaginationButton": "_PaginationButton_1okv2_8", "PaginationButton--isActive": "_PaginationButton--isActive_1okv2_20", "Pagination-ellipsis": "_Pagination-ellipsis_1okv2_30" };
|
|
7869
7875
|
|
|
@@ -7875,14 +7881,14 @@ var cxButton = getClassNameFactory("PaginationButton", Pagination_module_default
|
|
|
7875
7881
|
// ../platform-client/components/PlanGrid/index.tsx
|
|
7876
7882
|
init_react_import();
|
|
7877
7883
|
|
|
7878
|
-
// css-module:/home/runner/work/
|
|
7884
|
+
// css-module:/home/runner/work/platform/platform/packages/platform-client/components/PlanGrid/styles.module.css#css-module
|
|
7879
7885
|
init_react_import();
|
|
7880
7886
|
var styles_module_default4 = { "PlanGrid--loading": "_PlanGrid--loading_97rn7_1", "PlanGrid-grid": "_PlanGrid-grid_97rn7_5", "PlanGrid-enterprise": "_PlanGrid-enterprise_97rn7_16" };
|
|
7881
7887
|
|
|
7882
7888
|
// ../platform-client/components/PlanCard/index.tsx
|
|
7883
7889
|
init_react_import();
|
|
7884
7890
|
|
|
7885
|
-
// css-module:/home/runner/work/
|
|
7891
|
+
// css-module:/home/runner/work/platform/platform/packages/platform-client/components/PlanCard/styles.module.css#css-module
|
|
7886
7892
|
init_react_import();
|
|
7887
7893
|
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" };
|
|
7888
7894
|
|
|
@@ -12854,7 +12860,7 @@ init_react_import();
|
|
|
12854
12860
|
// ../platform-client/components/Section/Section.tsx
|
|
12855
12861
|
init_react_import();
|
|
12856
12862
|
|
|
12857
|
-
// css-module:/home/runner/work/
|
|
12863
|
+
// css-module:/home/runner/work/platform/platform/packages/platform-client/components/Section/Section.module.css#css-module
|
|
12858
12864
|
init_react_import();
|
|
12859
12865
|
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" };
|
|
12860
12866
|
|
|
@@ -12874,7 +12880,7 @@ init_react_import();
|
|
|
12874
12880
|
// ../platform-client/components/Tag/Tag.tsx
|
|
12875
12881
|
init_react_import();
|
|
12876
12882
|
|
|
12877
|
-
// css-module:/home/runner/work/
|
|
12883
|
+
// css-module:/home/runner/work/platform/platform/packages/platform-client/components/Tag/Tag.module.css#css-module
|
|
12878
12884
|
init_react_import();
|
|
12879
12885
|
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" };
|
|
12880
12886
|
|
|
@@ -12927,7 +12933,7 @@ init_react_import();
|
|
|
12927
12933
|
init_react_import();
|
|
12928
12934
|
import { useEffect as useEffect28, useMemo as useMemo19, useRef as useRef21, useState as useState27 } from "react";
|
|
12929
12935
|
|
|
12930
|
-
// css-module:/home/runner/work/
|
|
12936
|
+
// css-module:/home/runner/work/platform/platform/packages/platform-client/components/Table/Table.module.css#css-module
|
|
12931
12937
|
init_react_import();
|
|
12932
12938
|
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" };
|
|
12933
12939
|
|
|
@@ -12945,9 +12951,9 @@ init_react_import();
|
|
|
12945
12951
|
// ../platform-client/components/VerticalSpace/VerticalSpace.tsx
|
|
12946
12952
|
init_react_import();
|
|
12947
12953
|
|
|
12948
|
-
// css-module:/home/runner/work/
|
|
12954
|
+
// css-module:/home/runner/work/platform/platform/packages/platform-client/components/VerticalSpace/VerticalSpace.module.css#css-module
|
|
12949
12955
|
init_react_import();
|
|
12950
|
-
var VerticalSpace_module_default = { "VerticalSpace": "
|
|
12956
|
+
var VerticalSpace_module_default = { "VerticalSpace": "_VerticalSpace_16t6j_1", "VerticalSpace--size4": "_VerticalSpace--size4_16t6j_5", "VerticalSpace--size8": "_VerticalSpace--size8_16t6j_9", "VerticalSpace--size16": "_VerticalSpace--size16_16t6j_13", "VerticalSpace--size32": "_VerticalSpace--size32_16t6j_17", "VerticalSpace--size40": "_VerticalSpace--size40_16t6j_21", "VerticalSpace--size48": "_VerticalSpace--size48_16t6j_25", "VerticalSpace--size56": "_VerticalSpace--size56_16t6j_29", "VerticalSpace--size96": "_VerticalSpace--size96_16t6j_33", "VerticalSpace--size128": "_VerticalSpace--size128_16t6j_37" };
|
|
12951
12957
|
|
|
12952
12958
|
// ../platform-client/components/VerticalSpace/VerticalSpace.tsx
|
|
12953
12959
|
import { jsx as jsx37 } from "react/jsx-runtime";
|
|
@@ -12956,7 +12962,7 @@ var getClassName17 = get_class_name_factory_default("VerticalSpace", VerticalSpa
|
|
|
12956
12962
|
// ../platform-client/components/Viewport/index.tsx
|
|
12957
12963
|
init_react_import();
|
|
12958
12964
|
|
|
12959
|
-
// css-module:/home/runner/work/
|
|
12965
|
+
// css-module:/home/runner/work/platform/platform/packages/platform-client/components/Viewport/styles.module.css#css-module
|
|
12960
12966
|
init_react_import();
|
|
12961
12967
|
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" };
|
|
12962
12968
|
|
|
@@ -12970,7 +12976,7 @@ import { createContext as createContext9, useContext as useContext10, useState a
|
|
|
12970
12976
|
import { jsx as jsx39 } from "react/jsx-runtime";
|
|
12971
12977
|
var ctx = createContext9({});
|
|
12972
12978
|
|
|
12973
|
-
// css-module:/home/runner/work/
|
|
12979
|
+
// css-module:/home/runner/work/platform/platform/packages/plugin-pages/src/components/PagePlugin/styles.module.css#css-module
|
|
12974
12980
|
init_react_import();
|
|
12975
12981
|
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" };
|
|
12976
12982
|
|
|
@@ -26934,7 +26940,7 @@ var usePagesStore = create((set3) => ({
|
|
|
26934
26940
|
setSearchQuery: (query) => set3({ searchQuery: query })
|
|
26935
26941
|
}));
|
|
26936
26942
|
|
|
26937
|
-
// css-module:/home/runner/work/
|
|
26943
|
+
// css-module:/home/runner/work/platform/platform/packages/plugin-pages/src/components/CreateForm/styles.module.css#css-module
|
|
26938
26944
|
init_react_import();
|
|
26939
26945
|
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" };
|
|
26940
26946
|
|
|
@@ -27071,7 +27077,7 @@ var useSiteId = () => useMemo20(() => {
|
|
|
27071
27077
|
// src/components/ConfirmModal/index.tsx
|
|
27072
27078
|
init_react_import();
|
|
27073
27079
|
|
|
27074
|
-
// css-module:/home/runner/work/
|
|
27080
|
+
// css-module:/home/runner/work/platform/platform/packages/plugin-pages/src/components/ConfirmModal/styles.module.css#css-module
|
|
27075
27081
|
init_react_import();
|
|
27076
27082
|
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" };
|
|
27077
27083
|
|
|
@@ -29614,7 +29620,7 @@ init_react_import();
|
|
|
29614
29620
|
import { createUsePuck, useGetPuck as useGetPuck3 } from "@puckeditor/core";
|
|
29615
29621
|
import { useMemo as useMemo23, useRef as useRef23, useState as useState31 } from "react";
|
|
29616
29622
|
|
|
29617
|
-
// css-module:/home/runner/work/
|
|
29623
|
+
// css-module:/home/runner/work/platform/platform/packages/plugin-pages/src/components/HeaderActions/styles.module.css#css-module
|
|
29618
29624
|
init_react_import();
|
|
29619
29625
|
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" };
|
|
29620
29626
|
|
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.8167bff1",
|
|
4
4
|
"author": "Chris Villa <chris@puckeditor.com>",
|
|
5
5
|
"repository": "puckeditor/puck",
|
|
6
6
|
"bugs": "https://github.com/puckeditor/puck/issues",
|
|
@@ -31,6 +31,7 @@
|
|
|
31
31
|
"zustand": "^5.0.8"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
|
+
"@puckeditor/core": "0.21.3-canary.7afaa9d6",
|
|
34
35
|
"@puckeditor/platform-types": "workspace:*",
|
|
35
36
|
"@radix-ui/react-popover": "^1.1.15",
|
|
36
37
|
"@testing-library/dom": "^10.4.1",
|