@measured/puck 0.20.0-canary.77cef35d → 0.20.0-canary.7ccbeece
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/README.md +9 -9
- package/dist/{chunk-APXUWZWW.mjs → chunk-AR5UHF65.mjs} +7584 -6195
- package/dist/chunk-HUKJ36SA.mjs +1064 -0
- package/dist/index.css +261 -384
- package/dist/index.d.mts +3 -6
- package/dist/index.d.ts +3 -6
- package/dist/index.js +1893 -2220
- package/dist/index.mjs +8 -8
- package/dist/no-external.css +474 -601
- package/dist/no-external.d.mts +2 -2
- package/dist/no-external.d.ts +2 -2
- package/dist/no-external.js +1924 -2254
- package/dist/no-external.mjs +4 -8
- package/dist/rsc.d.mts +2 -2
- package/dist/rsc.d.ts +2 -2
- package/dist/rsc.js +455 -1808
- package/dist/rsc.mjs +1 -1
- package/dist/{walk-tree-yh0Fsxem.d.ts → walk-tree-B57SgEEc.d.mts} +5 -10
- package/dist/{walk-tree-yh0Fsxem.d.mts → walk-tree-B57SgEEc.d.ts} +5 -10
- package/package.json +1 -1
- package/dist/chunk-IP64IXIP.mjs +0 -2820
- package/dist/rsc.css +0 -26
package/dist/index.css
CHANGED
|
@@ -1343,6 +1343,168 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
|
|
|
1343
1343
|
display: none;
|
|
1344
1344
|
}
|
|
1345
1345
|
|
|
1346
|
+
/* css-module:/home/runner/work/puck/puck/packages/core/components/SidebarSection/styles.module.css/#css-module-data */
|
|
1347
|
+
._SidebarSection_8boj8_1 {
|
|
1348
|
+
display: flex;
|
|
1349
|
+
position: relative;
|
|
1350
|
+
flex-direction: column;
|
|
1351
|
+
color: var(--puck-color-black);
|
|
1352
|
+
}
|
|
1353
|
+
._SidebarSection_8boj8_1:last-of-type {
|
|
1354
|
+
flex-grow: 1;
|
|
1355
|
+
}
|
|
1356
|
+
._SidebarSection-title_8boj8_12 {
|
|
1357
|
+
background: var(--puck-color-white);
|
|
1358
|
+
padding: 16px;
|
|
1359
|
+
border-bottom: 1px solid var(--puck-color-grey-09);
|
|
1360
|
+
border-top: 1px solid var(--puck-color-grey-09);
|
|
1361
|
+
overflow-x: auto;
|
|
1362
|
+
}
|
|
1363
|
+
._SidebarSection--noBorderTop_8boj8_20 > ._SidebarSection-title_8boj8_12 {
|
|
1364
|
+
border-top: 0px;
|
|
1365
|
+
}
|
|
1366
|
+
._SidebarSection-content_8boj8_24 {
|
|
1367
|
+
padding: 16px;
|
|
1368
|
+
}
|
|
1369
|
+
._SidebarSection--noPadding_8boj8_28 > ._SidebarSection-content_8boj8_24 {
|
|
1370
|
+
padding: 0px;
|
|
1371
|
+
}
|
|
1372
|
+
._SidebarSection--noPadding_8boj8_28 > ._SidebarSection-content_8boj8_24:last-child {
|
|
1373
|
+
padding-bottom: 4px;
|
|
1374
|
+
}
|
|
1375
|
+
._SidebarSection_8boj8_1:last-of-type ._SidebarSection-content_8boj8_24 {
|
|
1376
|
+
border-bottom: none;
|
|
1377
|
+
flex-grow: 1;
|
|
1378
|
+
}
|
|
1379
|
+
._SidebarSection-breadcrumbLabel_8boj8_41 {
|
|
1380
|
+
background: none;
|
|
1381
|
+
border: 0;
|
|
1382
|
+
border-radius: 2px;
|
|
1383
|
+
color: var(--puck-color-azure-04);
|
|
1384
|
+
cursor: pointer;
|
|
1385
|
+
font: inherit;
|
|
1386
|
+
flex-shrink: 0;
|
|
1387
|
+
padding: 0;
|
|
1388
|
+
transition: color 50ms ease-in;
|
|
1389
|
+
}
|
|
1390
|
+
._SidebarSection-breadcrumbLabel_8boj8_41:focus-visible {
|
|
1391
|
+
outline: 2px solid var(--puck-color-azure-05);
|
|
1392
|
+
outline-offset: 2px;
|
|
1393
|
+
}
|
|
1394
|
+
@media (hover: hover) and (pointer: fine) {
|
|
1395
|
+
._SidebarSection-breadcrumbLabel_8boj8_41:hover {
|
|
1396
|
+
color: var(--puck-color-azure-03);
|
|
1397
|
+
transition: none;
|
|
1398
|
+
}
|
|
1399
|
+
}
|
|
1400
|
+
._SidebarSection-breadcrumbLabel_8boj8_41:active {
|
|
1401
|
+
color: var(--puck-color-azure-02);
|
|
1402
|
+
transition: none;
|
|
1403
|
+
}
|
|
1404
|
+
._SidebarSection-breadcrumbs_8boj8_70 {
|
|
1405
|
+
align-items: center;
|
|
1406
|
+
display: flex;
|
|
1407
|
+
gap: 4px;
|
|
1408
|
+
}
|
|
1409
|
+
._SidebarSection-breadcrumb_8boj8_41 {
|
|
1410
|
+
align-items: center;
|
|
1411
|
+
display: flex;
|
|
1412
|
+
gap: 4px;
|
|
1413
|
+
}
|
|
1414
|
+
._SidebarSection-heading_8boj8_82 {
|
|
1415
|
+
padding-inline-end: 16px;
|
|
1416
|
+
}
|
|
1417
|
+
._SidebarSection-loadingOverlay_8boj8_86 {
|
|
1418
|
+
background: var(--puck-color-white);
|
|
1419
|
+
display: flex;
|
|
1420
|
+
justify-content: center;
|
|
1421
|
+
align-items: center;
|
|
1422
|
+
height: 100%;
|
|
1423
|
+
width: 100%;
|
|
1424
|
+
top: 0;
|
|
1425
|
+
position: absolute;
|
|
1426
|
+
z-index: 1;
|
|
1427
|
+
pointer-events: all;
|
|
1428
|
+
box-sizing: border-box;
|
|
1429
|
+
opacity: 0.8;
|
|
1430
|
+
}
|
|
1431
|
+
|
|
1432
|
+
/* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/styles.module.css/#css-module-data */
|
|
1433
|
+
._Puck_1yxlw_19 {
|
|
1434
|
+
--puck-space-px: 16px;
|
|
1435
|
+
font-family: var(--puck-font-family);
|
|
1436
|
+
overflow-x: hidden;
|
|
1437
|
+
}
|
|
1438
|
+
@media (min-width: 766px) {
|
|
1439
|
+
._Puck_1yxlw_19 {
|
|
1440
|
+
overflow-x: auto;
|
|
1441
|
+
}
|
|
1442
|
+
}
|
|
1443
|
+
._Puck-portal_1yxlw_31 {
|
|
1444
|
+
position: relative;
|
|
1445
|
+
z-index: 2;
|
|
1446
|
+
}
|
|
1447
|
+
._PuckLayout-inner_1yxlw_38 {
|
|
1448
|
+
--puck-frame-width: auto;
|
|
1449
|
+
--puck-side-bar-width: 0px;
|
|
1450
|
+
--puck-left-side-bar-width: var( --puck-user-left-side-bar-width, var(--puck-side-bar-width) );
|
|
1451
|
+
--puck-right-side-bar-width: var( --puck-user-right-side-bar-width, var(--puck-side-bar-width) );
|
|
1452
|
+
display: grid;
|
|
1453
|
+
grid-template-areas: "header header header" "left editor right";
|
|
1454
|
+
grid-template-columns: 0 var(--puck-frame-width) 0;
|
|
1455
|
+
grid-template-rows: min-content auto;
|
|
1456
|
+
height: 100dvh;
|
|
1457
|
+
position: relative;
|
|
1458
|
+
z-index: 0;
|
|
1459
|
+
}
|
|
1460
|
+
._PuckLayout--mounted_1yxlw_59 ._PuckLayout-inner_1yxlw_38 {
|
|
1461
|
+
--puck-side-bar-width: 186px;
|
|
1462
|
+
}
|
|
1463
|
+
._PuckLayout--leftSideBarVisible_1yxlw_63 ._PuckLayout-inner_1yxlw_38 {
|
|
1464
|
+
grid-template-columns: var(--puck-left-side-bar-width) var(--puck-frame-width) 0;
|
|
1465
|
+
}
|
|
1466
|
+
._PuckLayout--rightSideBarVisible_1yxlw_69 ._PuckLayout-inner_1yxlw_38 {
|
|
1467
|
+
grid-template-columns: 0 var(--puck-frame-width) var(--puck-right-side-bar-width);
|
|
1468
|
+
}
|
|
1469
|
+
._PuckLayout--leftSideBarVisible_1yxlw_63._PuckLayout--rightSideBarVisible_1yxlw_69 ._PuckLayout-inner_1yxlw_38 {
|
|
1470
|
+
grid-template-columns: var(--puck-left-side-bar-width) var(--puck-frame-width) var(--puck-right-side-bar-width);
|
|
1471
|
+
}
|
|
1472
|
+
@media (min-width: 458px) {
|
|
1473
|
+
._PuckLayout-mounted_1yxlw_83 ._PuckLayout-inner_1yxlw_38 {
|
|
1474
|
+
--puck-frame-width: minmax(266px, auto);
|
|
1475
|
+
}
|
|
1476
|
+
}
|
|
1477
|
+
@media (min-width: 638px) {
|
|
1478
|
+
._PuckLayout_1yxlw_38 ._PuckLayout-inner_1yxlw_38 {
|
|
1479
|
+
--puck-side-bar-width: minmax(186px, 250px);
|
|
1480
|
+
}
|
|
1481
|
+
}
|
|
1482
|
+
@media (min-width: 766px) {
|
|
1483
|
+
._PuckLayout_1yxlw_38 ._PuckLayout-inner_1yxlw_38 {
|
|
1484
|
+
--puck-frame-width: auto;
|
|
1485
|
+
}
|
|
1486
|
+
}
|
|
1487
|
+
@media (min-width: 990px) {
|
|
1488
|
+
._PuckLayout_1yxlw_38 ._PuckLayout-inner_1yxlw_38 {
|
|
1489
|
+
--puck-side-bar-width: 256px;
|
|
1490
|
+
}
|
|
1491
|
+
}
|
|
1492
|
+
@media (min-width: 1198px) {
|
|
1493
|
+
._PuckLayout_1yxlw_38 ._PuckLayout-inner_1yxlw_38 {
|
|
1494
|
+
--puck-side-bar-width: 274px;
|
|
1495
|
+
}
|
|
1496
|
+
}
|
|
1497
|
+
@media (min-width: 1398px) {
|
|
1498
|
+
._PuckLayout_1yxlw_38 ._PuckLayout-inner_1yxlw_38 {
|
|
1499
|
+
--puck-side-bar-width: 290px;
|
|
1500
|
+
}
|
|
1501
|
+
}
|
|
1502
|
+
@media (min-width: 1598px) {
|
|
1503
|
+
._PuckLayout_1yxlw_38 ._PuckLayout-inner_1yxlw_38 {
|
|
1504
|
+
--puck-side-bar-width: 320px;
|
|
1505
|
+
}
|
|
1506
|
+
}
|
|
1507
|
+
|
|
1346
1508
|
/* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Fields/styles.module.css/#css-module-data */
|
|
1347
1509
|
._PuckFields_10bh7_1 {
|
|
1348
1510
|
position: relative;
|
|
@@ -1434,11 +1596,6 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
|
|
|
1434
1596
|
margin-inline-start: auto;
|
|
1435
1597
|
}
|
|
1436
1598
|
|
|
1437
|
-
/* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Components/styles.module.css/#css-module-data */
|
|
1438
|
-
._Components_uwdh8_1 {
|
|
1439
|
-
padding: 16px;
|
|
1440
|
-
}
|
|
1441
|
-
|
|
1442
1599
|
/* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Preview/styles.module.css/#css-module-data */
|
|
1443
1600
|
._PuckPreview_z2rgu_1 {
|
|
1444
1601
|
position: relative;
|
|
@@ -1553,96 +1710,111 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
|
|
|
1553
1710
|
margin-top: 4px;
|
|
1554
1711
|
}
|
|
1555
1712
|
|
|
1556
|
-
/* css-module:/home/runner/work/puck/puck/packages/core/components/
|
|
1557
|
-
.
|
|
1558
|
-
|
|
1559
|
-
|
|
1560
|
-
|
|
1561
|
-
|
|
1562
|
-
|
|
1563
|
-
|
|
1564
|
-
|
|
1565
|
-
|
|
1566
|
-
|
|
1567
|
-
|
|
1568
|
-
|
|
1569
|
-
overflow-x: auto;
|
|
1570
|
-
}
|
|
1571
|
-
}
|
|
1572
|
-
._Puck-portal_1q3wx_31 {
|
|
1573
|
-
position: relative;
|
|
1574
|
-
z-index: 2;
|
|
1713
|
+
/* css-module:/home/runner/work/puck/puck/packages/core/components/ViewportControls/styles.module.css/#css-module-data */
|
|
1714
|
+
._ViewportControls_gejzr_1 {
|
|
1715
|
+
display: flex;
|
|
1716
|
+
background: var(--puck-color-grey-11);
|
|
1717
|
+
box-sizing: border-box;
|
|
1718
|
+
border-inline-start: 2px solid var(--puck-color-grey-11);
|
|
1719
|
+
justify-content: center;
|
|
1720
|
+
gap: 8px;
|
|
1721
|
+
min-width: 358px;
|
|
1722
|
+
padding-bottom: 16px;
|
|
1723
|
+
padding-inline-start: var(--puck-space-px);
|
|
1724
|
+
padding-inline-end: var(--puck-space-px);
|
|
1725
|
+
z-index: 1;
|
|
1575
1726
|
}
|
|
1576
|
-
.
|
|
1577
|
-
--puck-
|
|
1578
|
-
|
|
1579
|
-
|
|
1580
|
-
display: grid;
|
|
1581
|
-
grid-template-areas: "header header header header" "sidenav left editor right";
|
|
1582
|
-
grid-template-columns: var(--puck-side-nav-width) 0 var(--puck-frame-width) 0;
|
|
1583
|
-
grid-template-rows: min-content auto;
|
|
1584
|
-
height: 100dvh;
|
|
1585
|
-
position: relative;
|
|
1586
|
-
z-index: 0;
|
|
1727
|
+
._ViewportControls-divider_gejzr_15 {
|
|
1728
|
+
border-inline-end: 1px solid var(--puck-color-grey-09);
|
|
1729
|
+
margin-inline-start: 8px;
|
|
1730
|
+
margin-inline-end: 8px;
|
|
1587
1731
|
}
|
|
1588
|
-
.
|
|
1589
|
-
|
|
1590
|
-
|
|
1591
|
-
|
|
1732
|
+
._ViewportControls-zoomSelect_gejzr_21 {
|
|
1733
|
+
appearance: none;
|
|
1734
|
+
background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23c3c3c3'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
|
|
1735
|
+
background-size: 10px;
|
|
1736
|
+
background-position: calc(100% - 12px) calc(50% + 3px);
|
|
1737
|
+
background-repeat: no-repeat;
|
|
1738
|
+
border: 0;
|
|
1739
|
+
font-size: var(--puck-font-size-xxxs);
|
|
1740
|
+
padding: 0;
|
|
1741
|
+
width: 96px;
|
|
1592
1742
|
}
|
|
1593
|
-
.
|
|
1594
|
-
|
|
1743
|
+
._ViewportControls-zoomSelect_gejzr_21:dir(rtl) {
|
|
1744
|
+
background-position: 12px calc(50% + 3px);
|
|
1595
1745
|
}
|
|
1596
|
-
.
|
|
1597
|
-
|
|
1746
|
+
._ViewportButton--isActive_gejzr_38 ._ViewportButton-inner_gejzr_38 {
|
|
1747
|
+
color: var(--puck-color-azure-04);
|
|
1598
1748
|
}
|
|
1599
|
-
|
|
1600
|
-
|
|
1749
|
+
|
|
1750
|
+
/* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Canvas/styles.module.css/#css-module-data */
|
|
1751
|
+
._PuckCanvas_18jay_1 {
|
|
1752
|
+
background: var(--puck-color-grey-11);
|
|
1753
|
+
display: flex;
|
|
1754
|
+
grid-area: editor;
|
|
1755
|
+
flex-direction: column;
|
|
1756
|
+
padding: var(--puck-space-px);
|
|
1757
|
+
overflow: auto;
|
|
1601
1758
|
}
|
|
1602
|
-
@media (min-width:
|
|
1603
|
-
.
|
|
1604
|
-
--puck-
|
|
1759
|
+
@media (min-width: 1198px) {
|
|
1760
|
+
._PuckCanvas_18jay_1 {
|
|
1761
|
+
padding: calc(var(--puck-space-px) * 1.5);
|
|
1762
|
+
padding-top: var(--puck-space-px);
|
|
1605
1763
|
}
|
|
1606
|
-
|
|
1607
|
-
|
|
1608
|
-
._PuckLayout_1q3wx_36 ._PuckLayout-inner_1q3wx_36 {
|
|
1609
|
-
--puck-side-bar-width: minmax(186px, 250px);
|
|
1764
|
+
._PuckCanvas_18jay_1:not(._PuckCanvas_18jay_1:has(._PuckCanvas-controls_18jay_16)) {
|
|
1765
|
+
padding-top: calc(var(--puck-space-px) * 1.5);
|
|
1610
1766
|
}
|
|
1611
1767
|
}
|
|
1612
|
-
|
|
1613
|
-
|
|
1614
|
-
|
|
1615
|
-
|
|
1768
|
+
._PuckCanvas-inner_18jay_21 {
|
|
1769
|
+
display: flex;
|
|
1770
|
+
height: 100%;
|
|
1771
|
+
justify-content: center;
|
|
1772
|
+
min-width: 358px;
|
|
1773
|
+
position: relative;
|
|
1774
|
+
width: 100%;
|
|
1616
1775
|
}
|
|
1617
|
-
|
|
1618
|
-
|
|
1619
|
-
|
|
1620
|
-
|
|
1776
|
+
._PuckCanvas-root_18jay_30 {
|
|
1777
|
+
background: white;
|
|
1778
|
+
border: 1px solid var(--puck-color-grey-09);
|
|
1779
|
+
box-sizing: content-box;
|
|
1780
|
+
min-width: 321px;
|
|
1781
|
+
position: absolute;
|
|
1782
|
+
pointer-events: none;
|
|
1783
|
+
transform-origin: top;
|
|
1784
|
+
top: 0;
|
|
1785
|
+
bottom: 0;
|
|
1786
|
+
opacity: 0;
|
|
1621
1787
|
}
|
|
1622
1788
|
@media (min-width: 1198px) {
|
|
1623
|
-
.
|
|
1624
|
-
|
|
1625
|
-
}
|
|
1626
|
-
}
|
|
1627
|
-
@media (min-width: 1398px) {
|
|
1628
|
-
._PuckLayout_1q3wx_36 ._PuckLayout-inner_1q3wx_36 {
|
|
1629
|
-
--puck-side-bar-width: 290px;
|
|
1789
|
+
._PuckCanvas-root_18jay_30 {
|
|
1790
|
+
min-width: unset;
|
|
1630
1791
|
}
|
|
1631
1792
|
}
|
|
1632
|
-
@media (
|
|
1633
|
-
.
|
|
1634
|
-
|
|
1793
|
+
@media (prefers-reduced-motion: reduce) {
|
|
1794
|
+
._PuckCanvas-root_18jay_30 {
|
|
1795
|
+
transition: none !important;
|
|
1635
1796
|
}
|
|
1636
1797
|
}
|
|
1637
|
-
.
|
|
1638
|
-
|
|
1639
|
-
|
|
1640
|
-
}
|
|
1641
|
-
._PuckPluginTab_1q3wx_131 {
|
|
1642
|
-
display: none;
|
|
1798
|
+
._PuckCanvas--ready_18jay_55 ._PuckCanvas-root_18jay_30 {
|
|
1799
|
+
pointer-events: unset;
|
|
1800
|
+
opacity: 1;
|
|
1643
1801
|
}
|
|
1644
|
-
.
|
|
1645
|
-
|
|
1802
|
+
._PuckCanvas-loader_18jay_60 {
|
|
1803
|
+
align-items: center;
|
|
1804
|
+
color: var(--puck-color-grey-06);
|
|
1805
|
+
display: flex;
|
|
1806
|
+
height: 100%;
|
|
1807
|
+
justify-content: center;
|
|
1808
|
+
transition: opacity 250ms ease-out;
|
|
1809
|
+
opacity: 0;
|
|
1810
|
+
}
|
|
1811
|
+
._PuckCanvas--showLoader_18jay_70 ._PuckCanvas-loader_18jay_60 {
|
|
1812
|
+
opacity: 1;
|
|
1813
|
+
}
|
|
1814
|
+
._PuckCanvas--showLoader_18jay_70._PuckCanvas--ready_18jay_55 ._PuckCanvas-loader_18jay_60 {
|
|
1815
|
+
opacity: 0;
|
|
1816
|
+
height: 0;
|
|
1817
|
+
transition: none;
|
|
1646
1818
|
}
|
|
1647
1819
|
|
|
1648
1820
|
/* css-module:/home/runner/work/puck/puck/packages/core/components/MenuBar/styles.module.css/#css-module-data */
|
|
@@ -1690,7 +1862,7 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
|
|
|
1690
1862
|
}
|
|
1691
1863
|
|
|
1692
1864
|
/* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Header/styles.module.css/#css-module-data */
|
|
1693
|
-
.
|
|
1865
|
+
._PuckHeader_15xnq_1 {
|
|
1694
1866
|
background: var(--puck-color-white);
|
|
1695
1867
|
border-bottom: 1px solid var(--puck-color-grey-09);
|
|
1696
1868
|
color: var(--puck-color-black);
|
|
@@ -1698,14 +1870,8 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
|
|
|
1698
1870
|
position: relative;
|
|
1699
1871
|
max-width: 100vw;
|
|
1700
1872
|
}
|
|
1701
|
-
|
|
1702
|
-
._PuckHeader_1ehbp_1 {
|
|
1703
|
-
padding-left: 67px;
|
|
1704
|
-
}
|
|
1705
|
-
}
|
|
1706
|
-
._PuckHeader-inner_1ehbp_16 {
|
|
1873
|
+
._PuckHeader-inner_15xnq_10 {
|
|
1707
1874
|
align-items: end;
|
|
1708
|
-
border-left: 1px solid var(--puck-color-grey-09);
|
|
1709
1875
|
display: grid;
|
|
1710
1876
|
gap: var(--puck-space-px);
|
|
1711
1877
|
grid-template-areas: "left middle right";
|
|
@@ -1713,241 +1879,43 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
|
|
|
1713
1879
|
grid-template-rows: auto;
|
|
1714
1880
|
padding: var(--puck-space-px);
|
|
1715
1881
|
}
|
|
1716
|
-
|
|
1717
|
-
._PuckHeader-inner_1ehbp_16 {
|
|
1718
|
-
border-left: 1px solid var(--puck-color-grey-09);
|
|
1719
|
-
}
|
|
1720
|
-
}
|
|
1721
|
-
._PuckHeader-toggle_1ehbp_33 {
|
|
1882
|
+
._PuckHeader-toggle_15xnq_20 {
|
|
1722
1883
|
color: var(--puck-color-grey-05);
|
|
1723
1884
|
display: flex;
|
|
1724
1885
|
margin-inline-start: -4px;
|
|
1725
1886
|
padding-top: 2px;
|
|
1726
1887
|
}
|
|
1727
|
-
._PuckHeader--
|
|
1728
|
-
._PuckHeader--
|
|
1888
|
+
._PuckHeader--rightSideBarVisible_15xnq_27 ._PuckHeader-rightSideBarToggle_15xnq_27,
|
|
1889
|
+
._PuckHeader--leftSideBarVisible_15xnq_28 ._PuckHeader-leftSideBarToggle_15xnq_28 {
|
|
1729
1890
|
color: var(--puck-color-black);
|
|
1730
1891
|
}
|
|
1731
|
-
._PuckHeader-
|
|
1892
|
+
._PuckHeader-title_15xnq_32 {
|
|
1732
1893
|
align-self: center;
|
|
1733
1894
|
}
|
|
1734
|
-
._PuckHeader-
|
|
1895
|
+
._PuckHeader-path_15xnq_36 {
|
|
1735
1896
|
font-family: var(--puck-font-family-monospaced);
|
|
1736
1897
|
font-size: var(--puck-font-size-xxs);
|
|
1737
1898
|
font-weight: normal;
|
|
1738
1899
|
word-break: break-all;
|
|
1739
1900
|
}
|
|
1740
|
-
._PuckHeader-
|
|
1901
|
+
._PuckHeader-tools_15xnq_43 {
|
|
1741
1902
|
display: flex;
|
|
1742
1903
|
gap: 16px;
|
|
1743
1904
|
justify-content: flex-end;
|
|
1744
1905
|
}
|
|
1745
|
-
._PuckHeader-
|
|
1906
|
+
._PuckHeader-menuButton_15xnq_49 {
|
|
1746
1907
|
color: var(--puck-color-grey-05);
|
|
1747
1908
|
margin-inline-start: -4px;
|
|
1748
1909
|
}
|
|
1749
|
-
._PuckHeader--
|
|
1910
|
+
._PuckHeader--menuOpen_15xnq_54 ._PuckHeader-menuButton_15xnq_49 {
|
|
1750
1911
|
color: var(--puck-color-black);
|
|
1751
1912
|
}
|
|
1752
1913
|
@media (min-width: 638px) {
|
|
1753
|
-
._PuckHeader-
|
|
1914
|
+
._PuckHeader-menuButton_15xnq_49 {
|
|
1754
1915
|
display: none;
|
|
1755
1916
|
}
|
|
1756
1917
|
}
|
|
1757
1918
|
|
|
1758
|
-
/* css-module:/home/runner/work/puck/puck/packages/core/components/SidebarSection/styles.module.css/#css-module-data */
|
|
1759
|
-
._SidebarSection_8boj8_1 {
|
|
1760
|
-
display: flex;
|
|
1761
|
-
position: relative;
|
|
1762
|
-
flex-direction: column;
|
|
1763
|
-
color: var(--puck-color-black);
|
|
1764
|
-
}
|
|
1765
|
-
._SidebarSection_8boj8_1:last-of-type {
|
|
1766
|
-
flex-grow: 1;
|
|
1767
|
-
}
|
|
1768
|
-
._SidebarSection-title_8boj8_12 {
|
|
1769
|
-
background: var(--puck-color-white);
|
|
1770
|
-
padding: 16px;
|
|
1771
|
-
border-bottom: 1px solid var(--puck-color-grey-09);
|
|
1772
|
-
border-top: 1px solid var(--puck-color-grey-09);
|
|
1773
|
-
overflow-x: auto;
|
|
1774
|
-
}
|
|
1775
|
-
._SidebarSection--noBorderTop_8boj8_20 > ._SidebarSection-title_8boj8_12 {
|
|
1776
|
-
border-top: 0px;
|
|
1777
|
-
}
|
|
1778
|
-
._SidebarSection-content_8boj8_24 {
|
|
1779
|
-
padding: 16px;
|
|
1780
|
-
}
|
|
1781
|
-
._SidebarSection--noPadding_8boj8_28 > ._SidebarSection-content_8boj8_24 {
|
|
1782
|
-
padding: 0px;
|
|
1783
|
-
}
|
|
1784
|
-
._SidebarSection--noPadding_8boj8_28 > ._SidebarSection-content_8boj8_24:last-child {
|
|
1785
|
-
padding-bottom: 4px;
|
|
1786
|
-
}
|
|
1787
|
-
._SidebarSection_8boj8_1:last-of-type ._SidebarSection-content_8boj8_24 {
|
|
1788
|
-
border-bottom: none;
|
|
1789
|
-
flex-grow: 1;
|
|
1790
|
-
}
|
|
1791
|
-
._SidebarSection-breadcrumbLabel_8boj8_41 {
|
|
1792
|
-
background: none;
|
|
1793
|
-
border: 0;
|
|
1794
|
-
border-radius: 2px;
|
|
1795
|
-
color: var(--puck-color-azure-04);
|
|
1796
|
-
cursor: pointer;
|
|
1797
|
-
font: inherit;
|
|
1798
|
-
flex-shrink: 0;
|
|
1799
|
-
padding: 0;
|
|
1800
|
-
transition: color 50ms ease-in;
|
|
1801
|
-
}
|
|
1802
|
-
._SidebarSection-breadcrumbLabel_8boj8_41:focus-visible {
|
|
1803
|
-
outline: 2px solid var(--puck-color-azure-05);
|
|
1804
|
-
outline-offset: 2px;
|
|
1805
|
-
}
|
|
1806
|
-
@media (hover: hover) and (pointer: fine) {
|
|
1807
|
-
._SidebarSection-breadcrumbLabel_8boj8_41:hover {
|
|
1808
|
-
color: var(--puck-color-azure-03);
|
|
1809
|
-
transition: none;
|
|
1810
|
-
}
|
|
1811
|
-
}
|
|
1812
|
-
._SidebarSection-breadcrumbLabel_8boj8_41:active {
|
|
1813
|
-
color: var(--puck-color-azure-02);
|
|
1814
|
-
transition: none;
|
|
1815
|
-
}
|
|
1816
|
-
._SidebarSection-breadcrumbs_8boj8_70 {
|
|
1817
|
-
align-items: center;
|
|
1818
|
-
display: flex;
|
|
1819
|
-
gap: 4px;
|
|
1820
|
-
}
|
|
1821
|
-
._SidebarSection-breadcrumb_8boj8_41 {
|
|
1822
|
-
align-items: center;
|
|
1823
|
-
display: flex;
|
|
1824
|
-
gap: 4px;
|
|
1825
|
-
}
|
|
1826
|
-
._SidebarSection-heading_8boj8_82 {
|
|
1827
|
-
padding-inline-end: 16px;
|
|
1828
|
-
}
|
|
1829
|
-
._SidebarSection-loadingOverlay_8boj8_86 {
|
|
1830
|
-
background: var(--puck-color-white);
|
|
1831
|
-
display: flex;
|
|
1832
|
-
justify-content: center;
|
|
1833
|
-
align-items: center;
|
|
1834
|
-
height: 100%;
|
|
1835
|
-
width: 100%;
|
|
1836
|
-
top: 0;
|
|
1837
|
-
position: absolute;
|
|
1838
|
-
z-index: 1;
|
|
1839
|
-
pointer-events: all;
|
|
1840
|
-
box-sizing: border-box;
|
|
1841
|
-
opacity: 0.8;
|
|
1842
|
-
}
|
|
1843
|
-
|
|
1844
|
-
/* css-module:/home/runner/work/puck/puck/packages/core/components/ViewportControls/styles.module.css/#css-module-data */
|
|
1845
|
-
._ViewportControls_gejzr_1 {
|
|
1846
|
-
display: flex;
|
|
1847
|
-
background: var(--puck-color-grey-11);
|
|
1848
|
-
box-sizing: border-box;
|
|
1849
|
-
border-inline-start: 2px solid var(--puck-color-grey-11);
|
|
1850
|
-
justify-content: center;
|
|
1851
|
-
gap: 8px;
|
|
1852
|
-
min-width: 358px;
|
|
1853
|
-
padding-bottom: 16px;
|
|
1854
|
-
padding-inline-start: var(--puck-space-px);
|
|
1855
|
-
padding-inline-end: var(--puck-space-px);
|
|
1856
|
-
z-index: 1;
|
|
1857
|
-
}
|
|
1858
|
-
._ViewportControls-divider_gejzr_15 {
|
|
1859
|
-
border-inline-end: 1px solid var(--puck-color-grey-09);
|
|
1860
|
-
margin-inline-start: 8px;
|
|
1861
|
-
margin-inline-end: 8px;
|
|
1862
|
-
}
|
|
1863
|
-
._ViewportControls-zoomSelect_gejzr_21 {
|
|
1864
|
-
appearance: none;
|
|
1865
|
-
background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23c3c3c3'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
|
|
1866
|
-
background-size: 10px;
|
|
1867
|
-
background-position: calc(100% - 12px) calc(50% + 3px);
|
|
1868
|
-
background-repeat: no-repeat;
|
|
1869
|
-
border: 0;
|
|
1870
|
-
font-size: var(--puck-font-size-xxxs);
|
|
1871
|
-
padding: 0;
|
|
1872
|
-
width: 96px;
|
|
1873
|
-
}
|
|
1874
|
-
._ViewportControls-zoomSelect_gejzr_21:dir(rtl) {
|
|
1875
|
-
background-position: 12px calc(50% + 3px);
|
|
1876
|
-
}
|
|
1877
|
-
._ViewportButton--isActive_gejzr_38 ._ViewportButton-inner_gejzr_38 {
|
|
1878
|
-
color: var(--puck-color-azure-04);
|
|
1879
|
-
}
|
|
1880
|
-
|
|
1881
|
-
/* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Canvas/styles.module.css/#css-module-data */
|
|
1882
|
-
._PuckCanvas_18jay_1 {
|
|
1883
|
-
background: var(--puck-color-grey-11);
|
|
1884
|
-
display: flex;
|
|
1885
|
-
grid-area: editor;
|
|
1886
|
-
flex-direction: column;
|
|
1887
|
-
padding: var(--puck-space-px);
|
|
1888
|
-
overflow: auto;
|
|
1889
|
-
}
|
|
1890
|
-
@media (min-width: 1198px) {
|
|
1891
|
-
._PuckCanvas_18jay_1 {
|
|
1892
|
-
padding: calc(var(--puck-space-px) * 1.5);
|
|
1893
|
-
padding-top: var(--puck-space-px);
|
|
1894
|
-
}
|
|
1895
|
-
._PuckCanvas_18jay_1:not(._PuckCanvas_18jay_1:has(._PuckCanvas-controls_18jay_16)) {
|
|
1896
|
-
padding-top: calc(var(--puck-space-px) * 1.5);
|
|
1897
|
-
}
|
|
1898
|
-
}
|
|
1899
|
-
._PuckCanvas-inner_18jay_21 {
|
|
1900
|
-
display: flex;
|
|
1901
|
-
height: 100%;
|
|
1902
|
-
justify-content: center;
|
|
1903
|
-
min-width: 358px;
|
|
1904
|
-
position: relative;
|
|
1905
|
-
width: 100%;
|
|
1906
|
-
}
|
|
1907
|
-
._PuckCanvas-root_18jay_30 {
|
|
1908
|
-
background: white;
|
|
1909
|
-
border: 1px solid var(--puck-color-grey-09);
|
|
1910
|
-
box-sizing: content-box;
|
|
1911
|
-
min-width: 321px;
|
|
1912
|
-
position: absolute;
|
|
1913
|
-
pointer-events: none;
|
|
1914
|
-
transform-origin: top;
|
|
1915
|
-
top: 0;
|
|
1916
|
-
bottom: 0;
|
|
1917
|
-
opacity: 0;
|
|
1918
|
-
}
|
|
1919
|
-
@media (min-width: 1198px) {
|
|
1920
|
-
._PuckCanvas-root_18jay_30 {
|
|
1921
|
-
min-width: unset;
|
|
1922
|
-
}
|
|
1923
|
-
}
|
|
1924
|
-
@media (prefers-reduced-motion: reduce) {
|
|
1925
|
-
._PuckCanvas-root_18jay_30 {
|
|
1926
|
-
transition: none !important;
|
|
1927
|
-
}
|
|
1928
|
-
}
|
|
1929
|
-
._PuckCanvas--ready_18jay_55 ._PuckCanvas-root_18jay_30 {
|
|
1930
|
-
pointer-events: unset;
|
|
1931
|
-
opacity: 1;
|
|
1932
|
-
}
|
|
1933
|
-
._PuckCanvas-loader_18jay_60 {
|
|
1934
|
-
align-items: center;
|
|
1935
|
-
color: var(--puck-color-grey-06);
|
|
1936
|
-
display: flex;
|
|
1937
|
-
height: 100%;
|
|
1938
|
-
justify-content: center;
|
|
1939
|
-
transition: opacity 250ms ease-out;
|
|
1940
|
-
opacity: 0;
|
|
1941
|
-
}
|
|
1942
|
-
._PuckCanvas--showLoader_18jay_70 ._PuckCanvas-loader_18jay_60 {
|
|
1943
|
-
opacity: 1;
|
|
1944
|
-
}
|
|
1945
|
-
._PuckCanvas--showLoader_18jay_70._PuckCanvas--ready_18jay_55 ._PuckCanvas-loader_18jay_60 {
|
|
1946
|
-
opacity: 0;
|
|
1947
|
-
height: 0;
|
|
1948
|
-
transition: none;
|
|
1949
|
-
}
|
|
1950
|
-
|
|
1951
1919
|
/* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/ResizeHandle/styles.module.css/#css-module-data */
|
|
1952
1920
|
@media (min-width: 766px) {
|
|
1953
1921
|
._ResizeHandle_144bf_2 {
|
|
@@ -2010,94 +1978,3 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
|
|
|
2010
1978
|
grid-area: right;
|
|
2011
1979
|
justify-self: start;
|
|
2012
1980
|
}
|
|
2013
|
-
|
|
2014
|
-
/* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Nav/styles.module.css/#css-module-data */
|
|
2015
|
-
._Nav-list_b6txo_1 {
|
|
2016
|
-
list-style: none;
|
|
2017
|
-
margin: 0;
|
|
2018
|
-
padding: 0;
|
|
2019
|
-
}
|
|
2020
|
-
._NavSection_b6txo_7 {
|
|
2021
|
-
padding: 16px;
|
|
2022
|
-
}
|
|
2023
|
-
._NavSection_b6txo_7:first-of-type {
|
|
2024
|
-
padding-top: 32px;
|
|
2025
|
-
}
|
|
2026
|
-
._Nav--slim_b6txo_15 ._NavSection_b6txo_7 {
|
|
2027
|
-
padding-left: 0;
|
|
2028
|
-
padding-right: 0;
|
|
2029
|
-
}
|
|
2030
|
-
._Nav--slim_b6txo_15 ._NavSection_b6txo_7 + ._NavSection_b6txo_7 {
|
|
2031
|
-
border-top: 1px solid var(--puck-color-grey-09);
|
|
2032
|
-
}
|
|
2033
|
-
._NavSection-list_b6txo_24 {
|
|
2034
|
-
display: flex;
|
|
2035
|
-
flex-direction: column;
|
|
2036
|
-
list-style: none;
|
|
2037
|
-
margin: 0;
|
|
2038
|
-
padding: 0;
|
|
2039
|
-
}
|
|
2040
|
-
._Nav--slim_b6txo_15 ._NavSection-list_b6txo_24 {
|
|
2041
|
-
gap: 16px;
|
|
2042
|
-
}
|
|
2043
|
-
._NavSection-title_b6txo_36 {
|
|
2044
|
-
font-weight: 700;
|
|
2045
|
-
margin-bottom: 8px;
|
|
2046
|
-
padding-left: 8px;
|
|
2047
|
-
padding-right: 8px;
|
|
2048
|
-
}
|
|
2049
|
-
._Nav--slim_b6txo_15 ._NavSection-title_b6txo_36 {
|
|
2050
|
-
opacity: 0;
|
|
2051
|
-
}
|
|
2052
|
-
._NavItem-link_b6txo_47 {
|
|
2053
|
-
align-items: center;
|
|
2054
|
-
color: var(--puck-color-grey-03);
|
|
2055
|
-
display: flex;
|
|
2056
|
-
gap: 8px;
|
|
2057
|
-
text-decoration: none;
|
|
2058
|
-
cursor: pointer;
|
|
2059
|
-
border-radius: 4px;
|
|
2060
|
-
padding: 8px 4px;
|
|
2061
|
-
}
|
|
2062
|
-
._Nav--slim_b6txo_15 ._NavItem-link_b6txo_47 {
|
|
2063
|
-
border-left: 4px solid transparent;
|
|
2064
|
-
border-right: 4px solid transparent;
|
|
2065
|
-
border-radius: 0;
|
|
2066
|
-
flex-direction: column;
|
|
2067
|
-
font-size: var(--puck-font-size-xxxs);
|
|
2068
|
-
}
|
|
2069
|
-
._NavItem-linkIcon_b6txo_67 {
|
|
2070
|
-
height: 24px;
|
|
2071
|
-
width: 24px;
|
|
2072
|
-
}
|
|
2073
|
-
._NavItem--active_b6txo_72 > ._NavItem-link_b6txo_47 {
|
|
2074
|
-
background-color: var(--puck-color-azure-10);
|
|
2075
|
-
color: var(--puck-color-azure-04);
|
|
2076
|
-
font-weight: 600;
|
|
2077
|
-
}
|
|
2078
|
-
._Nav--slim_b6txo_15 ._NavItem--active_b6txo_72 > ._NavItem-link_b6txo_47 {
|
|
2079
|
-
background-color: transparent;
|
|
2080
|
-
border-right-color: var(--puck-color-azure-04);
|
|
2081
|
-
border-top-right-radius: 0;
|
|
2082
|
-
border-bottom-right-radius: 0;
|
|
2083
|
-
font-weight: 600;
|
|
2084
|
-
}
|
|
2085
|
-
._NavItem_b6txo_47:not(._NavItem--active_b6txo_72) > ._NavItem-link_b6txo_47:hover {
|
|
2086
|
-
background-color: var(--puck-color-azure-11);
|
|
2087
|
-
color: var(--puck-color-azure-04);
|
|
2088
|
-
}
|
|
2089
|
-
._NavItem-list_b6txo_91 {
|
|
2090
|
-
border-left: 1px solid var(--puck-color-grey-09);
|
|
2091
|
-
display: flex;
|
|
2092
|
-
flex-direction: column;
|
|
2093
|
-
list-style: none;
|
|
2094
|
-
margin-top: 8px;
|
|
2095
|
-
margin-left: 4px;
|
|
2096
|
-
padding: 0;
|
|
2097
|
-
padding-left: 8px;
|
|
2098
|
-
}
|
|
2099
|
-
._Nav--slim_b6txo_15 ._NavItem-list_b6txo_91 {
|
|
2100
|
-
border-left: 0;
|
|
2101
|
-
padding-left: 0;
|
|
2102
|
-
margin-left: 0;
|
|
2103
|
-
}
|