@puckeditor/plugin-pages 0.6.1-canary.18d3d70e → 0.6.1-canary.27f42ec0
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 +63 -87
- package/dist/index.js +7 -13
- package/dist/index.mjs +7 -13
- package/package.json +1 -2
package/dist/index.css
CHANGED
|
@@ -337,7 +337,7 @@ p {
|
|
|
337
337
|
}
|
|
338
338
|
|
|
339
339
|
/* css-module:/home/runner/work/platform/platform/packages/platform-client/components/Button/Button.module.css/#css-module-data */
|
|
340
|
-
.
|
|
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,26 +446,26 @@ 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
|
|
|
@@ -491,77 +492,69 @@ p {
|
|
|
491
492
|
}
|
|
492
493
|
|
|
493
494
|
/* css-module:/home/runner/work/platform/platform/packages/platform-client/components/Heading/Heading.module.css/#css-module-data */
|
|
494
|
-
.
|
|
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
|
}
|
|
@@ -1481,53 +1474,36 @@ button._Menu-item_1tu16_55:hover {
|
|
|
1481
1474
|
}
|
|
1482
1475
|
|
|
1483
1476
|
/* css-module:/home/runner/work/platform/platform/packages/platform-client/components/VerticalSpace/VerticalSpace.module.css/#css-module-data */
|
|
1484
|
-
.
|
|
1485
|
-
padding-top:
|
|
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
1508
|
/* css-module:/home/runner/work/platform/platform/packages/platform-client/components/Viewport/styles.module.css/#css-module-data */
|
|
1533
1509
|
._Viewport_1vvhm_3 {
|
package/dist/index.js
CHANGED
|
@@ -4793,7 +4793,7 @@ var import_react8 = require("react");
|
|
|
4793
4793
|
|
|
4794
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_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();
|
|
@@ -4938,24 +4938,18 @@ init_react_import();
|
|
|
4938
4938
|
|
|
4939
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_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
|
}
|
|
@@ -12789,7 +12783,7 @@ var PlanCard = ({
|
|
|
12789
12783
|
size: "large",
|
|
12790
12784
|
fullWidth: true,
|
|
12791
12785
|
variant: "ghost",
|
|
12792
|
-
href: "
|
|
12786
|
+
href: "http://cal.com/chrisvxd/puck-enquiry",
|
|
12793
12787
|
children: "Book a call"
|
|
12794
12788
|
}
|
|
12795
12789
|
) })
|
|
@@ -12849,7 +12843,7 @@ var PlanCard = ({
|
|
|
12849
12843
|
size: "large",
|
|
12850
12844
|
fullWidth: true,
|
|
12851
12845
|
variant: "primary",
|
|
12852
|
-
href: "
|
|
12846
|
+
href: "http://cal.com/chrisvxd/puck-enquiry",
|
|
12853
12847
|
children: "Book a call"
|
|
12854
12848
|
}
|
|
12855
12849
|
) })
|
|
@@ -12961,7 +12955,7 @@ init_react_import();
|
|
|
12961
12955
|
|
|
12962
12956
|
// css-module:/home/runner/work/platform/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");
|
package/dist/index.mjs
CHANGED
|
@@ -4785,7 +4785,7 @@ import { useEffect as useEffect10, useState as useState8 } from "react";
|
|
|
4785
4785
|
|
|
4786
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_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();
|
|
@@ -4930,24 +4930,18 @@ init_react_import();
|
|
|
4930
4930
|
|
|
4931
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_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
|
}
|
|
@@ -12781,7 +12775,7 @@ var PlanCard = ({
|
|
|
12781
12775
|
size: "large",
|
|
12782
12776
|
fullWidth: true,
|
|
12783
12777
|
variant: "ghost",
|
|
12784
|
-
href: "
|
|
12778
|
+
href: "http://cal.com/chrisvxd/puck-enquiry",
|
|
12785
12779
|
children: "Book a call"
|
|
12786
12780
|
}
|
|
12787
12781
|
) })
|
|
@@ -12841,7 +12835,7 @@ var PlanCard = ({
|
|
|
12841
12835
|
size: "large",
|
|
12842
12836
|
fullWidth: true,
|
|
12843
12837
|
variant: "primary",
|
|
12844
|
-
href: "
|
|
12838
|
+
href: "http://cal.com/chrisvxd/puck-enquiry",
|
|
12845
12839
|
children: "Book a call"
|
|
12846
12840
|
}
|
|
12847
12841
|
) })
|
|
@@ -12953,7 +12947,7 @@ init_react_import();
|
|
|
12953
12947
|
|
|
12954
12948
|
// css-module:/home/runner/work/platform/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";
|
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.27f42ec0",
|
|
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",
|