@measured/puck 0.20.0-canary.6a211610 → 0.20.0-canary.6aefde61

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.css CHANGED
@@ -1343,166 +1343,6 @@ 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_vnhjy_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_vnhjy_19 {
1440
- overflow-x: auto;
1441
- }
1442
- }
1443
- ._Puck-portal_vnhjy_31 {
1444
- position: relative;
1445
- z-index: 2;
1446
- }
1447
- ._PuckLayout-inner_vnhjy_38 {
1448
- --puck-frame-width: auto;
1449
- --puck-side-bar-width: 0px;
1450
- display: grid;
1451
- grid-template-areas: "header header header" "left editor right";
1452
- grid-template-columns: 0 var(--puck-frame-width) 0;
1453
- grid-template-rows: min-content auto;
1454
- height: 100dvh;
1455
- position: relative;
1456
- z-index: 0;
1457
- }
1458
- ._PuckLayout--mounted_vnhjy_50 ._PuckLayout-inner_vnhjy_38 {
1459
- --puck-side-bar-width: 186px;
1460
- }
1461
- ._PuckLayout--leftSideBarVisible_vnhjy_54 ._PuckLayout-inner_vnhjy_38 {
1462
- grid-template-columns: var(--puck-side-bar-width) var(--puck-frame-width) 0;
1463
- }
1464
- ._PuckLayout--rightSideBarVisible_vnhjy_60 ._PuckLayout-inner_vnhjy_38 {
1465
- grid-template-columns: 0 var(--puck-frame-width) var(--puck-side-bar-width);
1466
- }
1467
- ._PuckLayout--leftSideBarVisible_vnhjy_54._PuckLayout--rightSideBarVisible_vnhjy_60 ._PuckLayout-inner_vnhjy_38 {
1468
- grid-template-columns: var(--puck-side-bar-width) var(--puck-frame-width) var(--puck-side-bar-width);
1469
- }
1470
- @media (min-width: 458px) {
1471
- ._PuckLayout-mounted_vnhjy_74 ._PuckLayout-inner_vnhjy_38 {
1472
- --puck-frame-width: minmax(266px, auto);
1473
- }
1474
- }
1475
- @media (min-width: 638px) {
1476
- ._PuckLayout_vnhjy_38 ._PuckLayout-inner_vnhjy_38 {
1477
- --puck-side-bar-width: minmax(186px, 250px);
1478
- }
1479
- }
1480
- @media (min-width: 766px) {
1481
- ._PuckLayout_vnhjy_38 ._PuckLayout-inner_vnhjy_38 {
1482
- --puck-frame-width: auto;
1483
- }
1484
- }
1485
- @media (min-width: 990px) {
1486
- ._PuckLayout_vnhjy_38 ._PuckLayout-inner_vnhjy_38 {
1487
- --puck-side-bar-width: 256px;
1488
- }
1489
- }
1490
- @media (min-width: 1198px) {
1491
- ._PuckLayout_vnhjy_38 ._PuckLayout-inner_vnhjy_38 {
1492
- --puck-side-bar-width: 274px;
1493
- }
1494
- }
1495
- @media (min-width: 1398px) {
1496
- ._PuckLayout_vnhjy_38 ._PuckLayout-inner_vnhjy_38 {
1497
- --puck-side-bar-width: 290px;
1498
- }
1499
- }
1500
- @media (min-width: 1598px) {
1501
- ._PuckLayout_vnhjy_38 ._PuckLayout-inner_vnhjy_38 {
1502
- --puck-side-bar-width: 320px;
1503
- }
1504
- }
1505
-
1506
1346
  /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Fields/styles.module.css/#css-module-data */
1507
1347
  ._PuckFields_10bh7_1 {
1508
1348
  position: relative;
@@ -1594,6 +1434,11 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
1594
1434
  margin-inline-start: auto;
1595
1435
  }
1596
1436
 
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
+
1597
1442
  /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Preview/styles.module.css/#css-module-data */
1598
1443
  ._PuckPreview_z2rgu_1 {
1599
1444
  position: relative;
@@ -1708,111 +1553,142 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
1708
1553
  margin-top: 4px;
1709
1554
  }
1710
1555
 
1711
- /* css-module:/home/runner/work/puck/puck/packages/core/components/ViewportControls/styles.module.css/#css-module-data */
1712
- ._ViewportControls_gejzr_1 {
1713
- display: flex;
1714
- background: var(--puck-color-grey-11);
1715
- box-sizing: border-box;
1716
- border-inline-start: 2px solid var(--puck-color-grey-11);
1717
- justify-content: center;
1718
- gap: 8px;
1719
- min-width: 358px;
1720
- padding-bottom: 16px;
1721
- padding-inline-start: var(--puck-space-px);
1722
- padding-inline-end: var(--puck-space-px);
1723
- z-index: 1;
1724
- }
1725
- ._ViewportControls-divider_gejzr_15 {
1726
- border-inline-end: 1px solid var(--puck-color-grey-09);
1727
- margin-inline-start: 8px;
1728
- margin-inline-end: 8px;
1556
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Outline/styles.module.css/#css-module-data */
1557
+ ._Outline_1rrni_1 {
1558
+ padding: 16px;
1729
1559
  }
1730
- ._ViewportControls-zoomSelect_gejzr_21 {
1731
- appearance: none;
1732
- 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;
1733
- background-size: 10px;
1734
- background-position: calc(100% - 12px) calc(50% + 3px);
1735
- background-repeat: no-repeat;
1736
- border: 0;
1737
- font-size: var(--puck-font-size-xxxs);
1738
- padding: 0;
1739
- width: 96px;
1560
+
1561
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Layout/styles.module.css/#css-module-data */
1562
+ ._Puck_15wj5_19 {
1563
+ --puck-space-px: 16px;
1564
+ font-family: var(--puck-font-family);
1565
+ overflow-x: hidden;
1740
1566
  }
1741
- ._ViewportControls-zoomSelect_gejzr_21:dir(rtl) {
1742
- background-position: 12px calc(50% + 3px);
1567
+ @media (min-width: 766px) {
1568
+ ._Puck_15wj5_19 {
1569
+ overflow-x: auto;
1570
+ }
1743
1571
  }
1744
- ._ViewportButton--isActive_gejzr_38 ._ViewportButton-inner_gejzr_38 {
1745
- color: var(--puck-color-azure-04);
1572
+ ._Puck-portal_15wj5_31 {
1573
+ position: relative;
1574
+ z-index: 2;
1746
1575
  }
1747
-
1748
- /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Canvas/styles.module.css/#css-module-data */
1749
- ._PuckCanvas_18jay_1 {
1750
- background: var(--puck-color-grey-11);
1751
- display: flex;
1752
- grid-area: editor;
1753
- flex-direction: column;
1754
- padding: var(--puck-space-px);
1755
- overflow: auto;
1576
+ ._PuckLayout-inner_15wj5_36 {
1577
+ --puck-frame-width: auto;
1578
+ --puck-side-nav-width: min-content;
1579
+ --puck-side-bar-width: 0px;
1580
+ --puck-left-side-bar-width: var( --puck-user-left-side-bar-width, var(--puck-side-bar-width) );
1581
+ --puck-right-side-bar-width: var( --puck-user-right-side-bar-width, var(--puck-side-bar-width) );
1582
+ display: grid;
1583
+ grid-template-areas: "header" "editor" "left" "right" "sidenav";
1584
+ grid-template-columns: var(--puck-frame-width);
1585
+ grid-template-rows: min-content auto 0 0 var(--puck-side-nav-width);
1586
+ height: 100dvh;
1587
+ position: relative;
1588
+ transition: grid-template-rows 150ms ease-in;
1589
+ z-index: 0;
1590
+ overflow: hidden;
1756
1591
  }
1757
- @media (min-width: 1198px) {
1758
- ._PuckCanvas_18jay_1 {
1759
- padding: calc(var(--puck-space-px) * 1.5);
1760
- padding-top: var(--puck-space-px);
1761
- }
1762
- ._PuckCanvas_18jay_1:not(._PuckCanvas_18jay_1:has(._PuckCanvas-controls_18jay_16)) {
1763
- padding-top: calc(var(--puck-space-px) * 1.5);
1592
+ @media (min-width: 638px) {
1593
+ ._PuckLayout-inner_15wj5_36 {
1594
+ --puck-side-nav-width: 67.5px;
1595
+ grid-template-areas: "header header header header" "sidenav left editor right";
1596
+ grid-template-columns: var(--puck-side-nav-width) 0 var(--puck-frame-width) 0;
1597
+ grid-template-rows: min-content auto;
1764
1598
  }
1765
1599
  }
1766
- ._PuckCanvas-inner_18jay_21 {
1767
- display: flex;
1768
- height: 100%;
1769
- justify-content: center;
1770
- min-width: 358px;
1771
- position: relative;
1772
- width: 100%;
1600
+ ._PuckLayout--mounted_15wj5_68 ._PuckLayout-inner_15wj5_36 {
1601
+ --puck-side-bar-width: 186px;
1773
1602
  }
1774
- ._PuckCanvas-root_18jay_30 {
1775
- background: white;
1776
- border: 1px solid var(--puck-color-grey-09);
1777
- box-sizing: content-box;
1778
- min-width: 321px;
1779
- position: absolute;
1780
- pointer-events: none;
1781
- transform-origin: top;
1782
- top: 0;
1783
- bottom: 0;
1784
- opacity: 0;
1603
+ ._PuckLayout--leftSideBarVisible_15wj5_72 ._PuckLayout-inner_15wj5_36 {
1604
+ grid-template-rows: 0 auto 30% 0 var(--puck-side-nav-width);
1785
1605
  }
1786
- @media (min-width: 1198px) {
1787
- ._PuckCanvas-root_18jay_30 {
1788
- min-width: unset;
1606
+ ._PuckLayout--leftSideBarVisible_15wj5_72._PuckLayout--isExpanded_15wj5_77 ._PuckLayout-inner_15wj5_36 {
1607
+ grid-template-rows: 0 auto 55% 0 var(--puck-side-nav-width);
1608
+ }
1609
+ @media (min-width: 638px) {
1610
+ ._PuckLayout--leftSideBarVisible_15wj5_72 ._PuckLayout-inner_15wj5_36 {
1611
+ grid-template-columns: var(--puck-side-nav-width) var(--puck-left-side-bar-width) var( --puck-frame-width ) 0;
1612
+ grid-template-rows: min-content auto;
1789
1613
  }
1790
1614
  }
1791
- @media (prefers-reduced-motion: reduce) {
1792
- ._PuckCanvas-root_18jay_30 {
1793
- transition: none !important;
1615
+ @media (min-width: 638px) {
1616
+ ._PuckLayout--rightSideBarVisible_15wj5_94 ._PuckLayout-inner_15wj5_36 {
1617
+ grid-template-columns: var(--puck-side-nav-width) 0 var(--puck-frame-width) var(--puck-right-side-bar-width);
1794
1618
  }
1795
1619
  }
1796
- ._PuckCanvas--ready_18jay_55 ._PuckCanvas-root_18jay_30 {
1797
- pointer-events: unset;
1798
- opacity: 1;
1620
+ @media (min-width: 638px) {
1621
+ ._PuckLayout--leftSideBarVisible_15wj5_72._PuckLayout--rightSideBarVisible_15wj5_94 ._PuckLayout-inner_15wj5_36 {
1622
+ grid-template-columns: var(--puck-side-nav-width) var(--puck-left-side-bar-width) var( --puck-frame-width ) var(--puck-right-side-bar-width);
1623
+ }
1799
1624
  }
1800
- ._PuckCanvas-loader_18jay_60 {
1801
- align-items: center;
1802
- color: var(--puck-color-grey-06);
1803
- display: flex;
1804
- height: 100%;
1805
- justify-content: center;
1806
- transition: opacity 250ms ease-out;
1807
- opacity: 0;
1625
+ @media (min-width: 458px) {
1626
+ ._PuckLayout-mounted_15wj5_113 ._PuckLayout-inner_15wj5_36 {
1627
+ --puck-frame-width: minmax(266px, auto);
1628
+ }
1808
1629
  }
1809
- ._PuckCanvas--showLoader_18jay_70 ._PuckCanvas-loader_18jay_60 {
1810
- opacity: 1;
1630
+ @media (min-width: 638px) {
1631
+ ._PuckLayout_15wj5_36 ._PuckLayout-inner_15wj5_36 {
1632
+ --puck-side-bar-width: minmax(186px, 250px);
1633
+ }
1811
1634
  }
1812
- ._PuckCanvas--showLoader_18jay_70._PuckCanvas--ready_18jay_55 ._PuckCanvas-loader_18jay_60 {
1813
- opacity: 0;
1814
- height: 0;
1815
- transition: none;
1635
+ @media (min-width: 766px) {
1636
+ ._PuckLayout_15wj5_36 ._PuckLayout-inner_15wj5_36 {
1637
+ --puck-frame-width: auto;
1638
+ }
1639
+ }
1640
+ @media (min-width: 990px) {
1641
+ ._PuckLayout_15wj5_36 ._PuckLayout-inner_15wj5_36 {
1642
+ --puck-side-bar-width: 256px;
1643
+ }
1644
+ }
1645
+ @media (min-width: 1198px) {
1646
+ ._PuckLayout_15wj5_36 ._PuckLayout-inner_15wj5_36 {
1647
+ --puck-side-bar-width: 274px;
1648
+ }
1649
+ }
1650
+ @media (min-width: 1398px) {
1651
+ ._PuckLayout_15wj5_36 ._PuckLayout-inner_15wj5_36 {
1652
+ --puck-side-bar-width: 290px;
1653
+ }
1654
+ }
1655
+ @media (min-width: 1598px) {
1656
+ ._PuckLayout_15wj5_36 ._PuckLayout-inner_15wj5_36 {
1657
+ --puck-side-bar-width: 320px;
1658
+ }
1659
+ }
1660
+ ._PuckLayout-nav_15wj5_154 {
1661
+ border-top: 1px solid var(--puck-color-grey-09);
1662
+ background-color: var(--puck-color-grey-12);
1663
+ grid-area: sidenav;
1664
+ }
1665
+ @media (min-width: 638px) {
1666
+ ._PuckLayout-nav_15wj5_154 {
1667
+ border-top: 0;
1668
+ border-right: 1px solid var(--puck-color-grey-09);
1669
+ }
1670
+ }
1671
+ ._PuckLayout-header_15wj5_167 {
1672
+ grid-area: header;
1673
+ }
1674
+ ._PuckLayout--leftSideBarVisible_15wj5_72 ._PuckLayout-header_15wj5_167 {
1675
+ overflow: hidden;
1676
+ }
1677
+ @media (min-width: 638px) {
1678
+ ._PuckLayout--leftSideBarVisible_15wj5_72 ._PuckLayout-header_15wj5_167 {
1679
+ overflow: auto;
1680
+ }
1681
+ }
1682
+ ._PuckPluginTab_15wj5_181 {
1683
+ display: none;
1684
+ flex-grow: 1;
1685
+ }
1686
+ ._PuckPluginTab--visible_15wj5_186 {
1687
+ display: flex;
1688
+ flex-direction: column;
1689
+ }
1690
+ ._PuckPluginTab-body_15wj5_191 {
1691
+ flex-grow: 1;
1816
1692
  }
1817
1693
 
1818
1694
  /* css-module:/home/runner/work/puck/puck/packages/core/components/MenuBar/styles.module.css/#css-module-data */
@@ -1860,7 +1736,7 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
1860
1736
  }
1861
1737
 
1862
1738
  /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Header/styles.module.css/#css-module-data */
1863
- ._PuckHeader_15xnq_1 {
1739
+ ._PuckHeader_1bhmt_1 {
1864
1740
  background: var(--puck-color-white);
1865
1741
  border-bottom: 1px solid var(--puck-color-grey-09);
1866
1742
  color: var(--puck-color-black);
@@ -1868,7 +1744,12 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
1868
1744
  position: relative;
1869
1745
  max-width: 100vw;
1870
1746
  }
1871
- ._PuckHeader-inner_15xnq_10 {
1747
+ @media (min-width: 638px) {
1748
+ ._PuckHeader_1bhmt_1 {
1749
+ padding-left: 67px;
1750
+ }
1751
+ }
1752
+ ._PuckHeader-inner_1bhmt_16 {
1872
1753
  align-items: end;
1873
1754
  display: grid;
1874
1755
  gap: var(--puck-space-px);
@@ -1877,43 +1758,251 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
1877
1758
  grid-template-rows: auto;
1878
1759
  padding: var(--puck-space-px);
1879
1760
  }
1880
- ._PuckHeader-toggle_15xnq_20 {
1761
+ @media (min-width: 638px) {
1762
+ ._PuckHeader-inner_1bhmt_16 {
1763
+ border-left: 1px solid var(--puck-color-grey-09);
1764
+ }
1765
+ }
1766
+ ._PuckHeader-toggle_1bhmt_32 {
1881
1767
  color: var(--puck-color-grey-05);
1882
1768
  display: flex;
1883
1769
  margin-inline-start: -4px;
1884
1770
  padding-top: 2px;
1885
1771
  }
1886
- ._PuckHeader--rightSideBarVisible_15xnq_27 ._PuckHeader-rightSideBarToggle_15xnq_27,
1887
- ._PuckHeader--leftSideBarVisible_15xnq_28 ._PuckHeader-leftSideBarToggle_15xnq_28 {
1772
+ ._PuckHeader--rightSideBarVisible_1bhmt_39 ._PuckHeader-rightSideBarToggle_1bhmt_39,
1773
+ ._PuckHeader--leftSideBarVisible_1bhmt_40 ._PuckHeader-leftSideBarToggle_1bhmt_40 {
1888
1774
  color: var(--puck-color-black);
1889
1775
  }
1890
- ._PuckHeader-title_15xnq_32 {
1776
+ ._PuckHeader-rightSideBarToggle_1bhmt_39,
1777
+ ._PuckHeader-leftSideBarToggle_1bhmt_40 {
1778
+ display: none;
1779
+ }
1780
+ @media (min-width: 638px) {
1781
+ ._PuckHeader-rightSideBarToggle_1bhmt_39,
1782
+ ._PuckHeader-leftSideBarToggle_1bhmt_40 {
1783
+ display: block;
1784
+ }
1785
+ }
1786
+ ._PuckHeader-title_1bhmt_56 {
1891
1787
  align-self: center;
1892
1788
  }
1893
- ._PuckHeader-path_15xnq_36 {
1789
+ ._PuckHeader-path_1bhmt_60 {
1894
1790
  font-family: var(--puck-font-family-monospaced);
1895
1791
  font-size: var(--puck-font-size-xxs);
1896
1792
  font-weight: normal;
1897
1793
  word-break: break-all;
1898
1794
  }
1899
- ._PuckHeader-tools_15xnq_43 {
1795
+ ._PuckHeader-tools_1bhmt_67 {
1900
1796
  display: flex;
1901
1797
  gap: 16px;
1902
1798
  justify-content: flex-end;
1903
1799
  }
1904
- ._PuckHeader-menuButton_15xnq_49 {
1800
+ ._PuckHeader-menuButton_1bhmt_73 {
1905
1801
  color: var(--puck-color-grey-05);
1906
1802
  margin-inline-start: -4px;
1907
1803
  }
1908
- ._PuckHeader--menuOpen_15xnq_54 ._PuckHeader-menuButton_15xnq_49 {
1804
+ ._PuckHeader--menuOpen_1bhmt_78 ._PuckHeader-menuButton_1bhmt_73 {
1909
1805
  color: var(--puck-color-black);
1910
1806
  }
1911
1807
  @media (min-width: 638px) {
1912
- ._PuckHeader-menuButton_15xnq_49 {
1808
+ ._PuckHeader-menuButton_1bhmt_73 {
1913
1809
  display: none;
1914
1810
  }
1915
1811
  }
1916
1812
 
1813
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/SidebarSection/styles.module.css/#css-module-data */
1814
+ ._SidebarSection_8boj8_1 {
1815
+ display: flex;
1816
+ position: relative;
1817
+ flex-direction: column;
1818
+ color: var(--puck-color-black);
1819
+ }
1820
+ ._SidebarSection_8boj8_1:last-of-type {
1821
+ flex-grow: 1;
1822
+ }
1823
+ ._SidebarSection-title_8boj8_12 {
1824
+ background: var(--puck-color-white);
1825
+ padding: 16px;
1826
+ border-bottom: 1px solid var(--puck-color-grey-09);
1827
+ border-top: 1px solid var(--puck-color-grey-09);
1828
+ overflow-x: auto;
1829
+ }
1830
+ ._SidebarSection--noBorderTop_8boj8_20 > ._SidebarSection-title_8boj8_12 {
1831
+ border-top: 0px;
1832
+ }
1833
+ ._SidebarSection-content_8boj8_24 {
1834
+ padding: 16px;
1835
+ }
1836
+ ._SidebarSection--noPadding_8boj8_28 > ._SidebarSection-content_8boj8_24 {
1837
+ padding: 0px;
1838
+ }
1839
+ ._SidebarSection--noPadding_8boj8_28 > ._SidebarSection-content_8boj8_24:last-child {
1840
+ padding-bottom: 4px;
1841
+ }
1842
+ ._SidebarSection_8boj8_1:last-of-type ._SidebarSection-content_8boj8_24 {
1843
+ border-bottom: none;
1844
+ flex-grow: 1;
1845
+ }
1846
+ ._SidebarSection-breadcrumbLabel_8boj8_41 {
1847
+ background: none;
1848
+ border: 0;
1849
+ border-radius: 2px;
1850
+ color: var(--puck-color-azure-04);
1851
+ cursor: pointer;
1852
+ font: inherit;
1853
+ flex-shrink: 0;
1854
+ padding: 0;
1855
+ transition: color 50ms ease-in;
1856
+ }
1857
+ ._SidebarSection-breadcrumbLabel_8boj8_41:focus-visible {
1858
+ outline: 2px solid var(--puck-color-azure-05);
1859
+ outline-offset: 2px;
1860
+ }
1861
+ @media (hover: hover) and (pointer: fine) {
1862
+ ._SidebarSection-breadcrumbLabel_8boj8_41:hover {
1863
+ color: var(--puck-color-azure-03);
1864
+ transition: none;
1865
+ }
1866
+ }
1867
+ ._SidebarSection-breadcrumbLabel_8boj8_41:active {
1868
+ color: var(--puck-color-azure-02);
1869
+ transition: none;
1870
+ }
1871
+ ._SidebarSection-breadcrumbs_8boj8_70 {
1872
+ align-items: center;
1873
+ display: flex;
1874
+ gap: 4px;
1875
+ }
1876
+ ._SidebarSection-breadcrumb_8boj8_41 {
1877
+ align-items: center;
1878
+ display: flex;
1879
+ gap: 4px;
1880
+ }
1881
+ ._SidebarSection-heading_8boj8_82 {
1882
+ padding-inline-end: 16px;
1883
+ }
1884
+ ._SidebarSection-loadingOverlay_8boj8_86 {
1885
+ background: var(--puck-color-white);
1886
+ display: flex;
1887
+ justify-content: center;
1888
+ align-items: center;
1889
+ height: 100%;
1890
+ width: 100%;
1891
+ top: 0;
1892
+ position: absolute;
1893
+ z-index: 1;
1894
+ pointer-events: all;
1895
+ box-sizing: border-box;
1896
+ opacity: 0.8;
1897
+ }
1898
+
1899
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/ViewportControls/styles.module.css/#css-module-data */
1900
+ ._ViewportControls_gejzr_1 {
1901
+ display: flex;
1902
+ background: var(--puck-color-grey-11);
1903
+ box-sizing: border-box;
1904
+ border-inline-start: 2px solid var(--puck-color-grey-11);
1905
+ justify-content: center;
1906
+ gap: 8px;
1907
+ min-width: 358px;
1908
+ padding-bottom: 16px;
1909
+ padding-inline-start: var(--puck-space-px);
1910
+ padding-inline-end: var(--puck-space-px);
1911
+ z-index: 1;
1912
+ }
1913
+ ._ViewportControls-divider_gejzr_15 {
1914
+ border-inline-end: 1px solid var(--puck-color-grey-09);
1915
+ margin-inline-start: 8px;
1916
+ margin-inline-end: 8px;
1917
+ }
1918
+ ._ViewportControls-zoomSelect_gejzr_21 {
1919
+ appearance: none;
1920
+ 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;
1921
+ background-size: 10px;
1922
+ background-position: calc(100% - 12px) calc(50% + 3px);
1923
+ background-repeat: no-repeat;
1924
+ border: 0;
1925
+ font-size: var(--puck-font-size-xxxs);
1926
+ padding: 0;
1927
+ width: 96px;
1928
+ }
1929
+ ._ViewportControls-zoomSelect_gejzr_21:dir(rtl) {
1930
+ background-position: 12px calc(50% + 3px);
1931
+ }
1932
+ ._ViewportButton--isActive_gejzr_38 ._ViewportButton-inner_gejzr_38 {
1933
+ color: var(--puck-color-azure-04);
1934
+ }
1935
+
1936
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Canvas/styles.module.css/#css-module-data */
1937
+ ._PuckCanvas_18jay_1 {
1938
+ background: var(--puck-color-grey-11);
1939
+ display: flex;
1940
+ grid-area: editor;
1941
+ flex-direction: column;
1942
+ padding: var(--puck-space-px);
1943
+ overflow: auto;
1944
+ }
1945
+ @media (min-width: 1198px) {
1946
+ ._PuckCanvas_18jay_1 {
1947
+ padding: calc(var(--puck-space-px) * 1.5);
1948
+ padding-top: var(--puck-space-px);
1949
+ }
1950
+ ._PuckCanvas_18jay_1:not(._PuckCanvas_18jay_1:has(._PuckCanvas-controls_18jay_16)) {
1951
+ padding-top: calc(var(--puck-space-px) * 1.5);
1952
+ }
1953
+ }
1954
+ ._PuckCanvas-inner_18jay_21 {
1955
+ display: flex;
1956
+ height: 100%;
1957
+ justify-content: center;
1958
+ min-width: 358px;
1959
+ position: relative;
1960
+ width: 100%;
1961
+ }
1962
+ ._PuckCanvas-root_18jay_30 {
1963
+ background: white;
1964
+ border: 1px solid var(--puck-color-grey-09);
1965
+ box-sizing: content-box;
1966
+ min-width: 321px;
1967
+ position: absolute;
1968
+ pointer-events: none;
1969
+ transform-origin: top;
1970
+ top: 0;
1971
+ bottom: 0;
1972
+ opacity: 0;
1973
+ }
1974
+ @media (min-width: 1198px) {
1975
+ ._PuckCanvas-root_18jay_30 {
1976
+ min-width: unset;
1977
+ }
1978
+ }
1979
+ @media (prefers-reduced-motion: reduce) {
1980
+ ._PuckCanvas-root_18jay_30 {
1981
+ transition: none !important;
1982
+ }
1983
+ }
1984
+ ._PuckCanvas--ready_18jay_55 ._PuckCanvas-root_18jay_30 {
1985
+ pointer-events: unset;
1986
+ opacity: 1;
1987
+ }
1988
+ ._PuckCanvas-loader_18jay_60 {
1989
+ align-items: center;
1990
+ color: var(--puck-color-grey-06);
1991
+ display: flex;
1992
+ height: 100%;
1993
+ justify-content: center;
1994
+ transition: opacity 250ms ease-out;
1995
+ opacity: 0;
1996
+ }
1997
+ ._PuckCanvas--showLoader_18jay_70 ._PuckCanvas-loader_18jay_60 {
1998
+ opacity: 1;
1999
+ }
2000
+ ._PuckCanvas--showLoader_18jay_70._PuckCanvas--ready_18jay_55 ._PuckCanvas-loader_18jay_60 {
2001
+ opacity: 0;
2002
+ height: 0;
2003
+ transition: none;
2004
+ }
2005
+
1917
2006
  /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/ResizeHandle/styles.module.css/#css-module-data */
1918
2007
  @media (min-width: 766px) {
1919
2008
  ._ResizeHandle_144bf_2 {
@@ -1948,31 +2037,197 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
1948
2037
  }
1949
2038
 
1950
2039
  /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Sidebar/styles.module.css/#css-module-data */
1951
- ._Sidebar_1xksb_1 {
2040
+ ._Sidebar_13jxp_1 {
2041
+ border-block-start: 1px solid var(--puck-color-grey-09);
1952
2042
  position: relative;
1953
2043
  display: flex;
1954
2044
  flex-direction: column;
1955
2045
  overflow-y: auto;
1956
2046
  }
1957
- ._Sidebar--left_1xksb_8 {
2047
+ ._Sidebar--left_13jxp_9 {
1958
2048
  background: var(--puck-color-grey-12);
1959
- border-inline-end: 1px solid var(--puck-color-grey-09);
1960
2049
  grid-area: left;
1961
2050
  }
1962
- ._Sidebar--right_1xksb_14 {
2051
+ @media (min-width: 766px) {
2052
+ ._Sidebar--left_13jxp_9 {
2053
+ border-block-start: 0;
2054
+ border-inline-end: 1px solid var(--puck-color-grey-09);
2055
+ }
2056
+ }
2057
+ ._Sidebar--right_13jxp_21 {
1963
2058
  background: var(--puck-color-white);
1964
- border-inline-start: 1px solid var(--puck-color-grey-09);
1965
2059
  grid-area: right;
1966
2060
  }
1967
- ._Sidebar-resizeHandle_1xksb_20 {
2061
+ @media (min-width: 766px) {
2062
+ ._Sidebar--right_13jxp_21 {
2063
+ border-block-start: 0;
2064
+ border-inline-start: 1px solid var(--puck-color-grey-09);
2065
+ }
2066
+ }
2067
+ ._Sidebar-resizeHandle_13jxp_33 {
1968
2068
  position: absolute;
1969
2069
  height: 100%;
1970
2070
  }
1971
- ._Sidebar--left_1xksb_8 + ._Sidebar-resizeHandle_1xksb_20 {
2071
+ ._Sidebar--left_13jxp_9 + ._Sidebar-resizeHandle_13jxp_33 {
1972
2072
  grid-area: left;
1973
2073
  justify-self: end;
1974
2074
  }
1975
- ._Sidebar--right_1xksb_14 + ._Sidebar-resizeHandle_1xksb_20 {
2075
+ ._Sidebar--right_13jxp_21 + ._Sidebar-resizeHandle_13jxp_33 {
1976
2076
  grid-area: right;
1977
2077
  justify-self: start;
1978
2078
  }
2079
+
2080
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Nav/styles.module.css/#css-module-data */
2081
+ ._Nav-list_nlhxk_1 {
2082
+ list-style: none;
2083
+ margin: 0;
2084
+ padding-left: 16px;
2085
+ padding-right: 16px;
2086
+ }
2087
+ @media (min-width: 638px) {
2088
+ ._Nav-list_nlhxk_1 {
2089
+ padding-left: 0;
2090
+ padding-right: 0;
2091
+ }
2092
+ }
2093
+ @media (min-width: 638px) {
2094
+ ._NavSection_nlhxk_16 {
2095
+ padding: 16px;
2096
+ }
2097
+ ._NavSection_nlhxk_16:first-of-type {
2098
+ padding-top: 32px;
2099
+ }
2100
+ }
2101
+ ._Nav--slim_nlhxk_25 ._NavSection_nlhxk_16 {
2102
+ padding-left: 0;
2103
+ padding-right: 0;
2104
+ }
2105
+ ._Nav--slim_nlhxk_25 ._NavSection_nlhxk_16 + ._NavSection_nlhxk_16 {
2106
+ border-top: 1px solid var(--puck-color-grey-09);
2107
+ }
2108
+ ._NavSection-list_nlhxk_34 {
2109
+ display: flex;
2110
+ list-style: none;
2111
+ margin: 0;
2112
+ padding: 0;
2113
+ }
2114
+ @media (min-width: 638px) {
2115
+ ._NavSection-list_nlhxk_34 {
2116
+ flex-direction: column;
2117
+ }
2118
+ }
2119
+ ._Nav--slim_nlhxk_25 ._NavSection-list_nlhxk_34 {
2120
+ gap: 8px;
2121
+ }
2122
+ @media (min-width: 638px) {
2123
+ ._Nav--slim_nlhxk_25 ._NavSection-list_nlhxk_34 {
2124
+ gap: 16px;
2125
+ }
2126
+ }
2127
+ ._NavSection-title_nlhxk_57 {
2128
+ font-weight: 700;
2129
+ margin-bottom: 8px;
2130
+ padding-left: 8px;
2131
+ padding-right: 8px;
2132
+ }
2133
+ ._Nav--slim_nlhxk_25 ._NavSection-title_nlhxk_57 {
2134
+ opacity: 0;
2135
+ }
2136
+ ._NavItem-link_nlhxk_68 {
2137
+ align-items: center;
2138
+ color: var(--puck-color-grey-03);
2139
+ display: flex;
2140
+ gap: 8px;
2141
+ text-decoration: none;
2142
+ cursor: pointer;
2143
+ border-radius: 4px;
2144
+ padding: 8px 4px;
2145
+ width: 64px;
2146
+ box-sizing: border-box;
2147
+ }
2148
+ @media (min-width: 638px) {
2149
+ ._NavItem-link_nlhxk_68 {
2150
+ width: auto;
2151
+ }
2152
+ }
2153
+ ._Nav--slim_nlhxk_25 ._NavItem-link_nlhxk_68 {
2154
+ border-top: 4px solid transparent;
2155
+ border-bottom: 4px solid transparent;
2156
+ border-radius: 0;
2157
+ flex-direction: column;
2158
+ font-size: var(--puck-font-size-xxxs);
2159
+ }
2160
+ @media (min-width: 638px) {
2161
+ ._Nav--slim_nlhxk_25 ._NavItem-link_nlhxk_68 {
2162
+ border: 0;
2163
+ border-left: 4px solid transparent;
2164
+ border-right: 4px solid transparent;
2165
+ }
2166
+ }
2167
+ ._NavItem-linkIcon_nlhxk_103 {
2168
+ height: 24px;
2169
+ width: 24px;
2170
+ }
2171
+ ._NavItem--active_nlhxk_108 > ._NavItem-link_nlhxk_68 {
2172
+ background-color: var(--puck-color-azure-10);
2173
+ color: var(--puck-color-azure-04);
2174
+ font-weight: 600;
2175
+ }
2176
+ ._Nav--slim_nlhxk_25 ._NavItem--active_nlhxk_108 > ._NavItem-link_nlhxk_68 {
2177
+ background-color: transparent;
2178
+ border-top-color: var(--puck-color-azure-04);
2179
+ border-top-right-radius: 0;
2180
+ border-bottom-right-radius: 0;
2181
+ font-weight: 600;
2182
+ }
2183
+ @media (min-width: 638px) {
2184
+ ._Nav--slim_nlhxk_25 ._NavItem--active_nlhxk_108 > ._NavItem-link_nlhxk_68 {
2185
+ border-top-color: transparent;
2186
+ border-right-color: var(--puck-color-azure-04);
2187
+ }
2188
+ }
2189
+ ._NavItem_nlhxk_68:not(._NavItem--active_nlhxk_108) > ._NavItem-link_nlhxk_68:hover {
2190
+ background-color: var(--puck-color-azure-11);
2191
+ color: var(--puck-color-azure-04);
2192
+ }
2193
+ ._NavItem-list_nlhxk_134 {
2194
+ border-left: 1px solid var(--puck-color-grey-09);
2195
+ display: flex;
2196
+ flex-direction: column;
2197
+ list-style: none;
2198
+ margin-top: 8px;
2199
+ margin-left: 4px;
2200
+ padding: 0;
2201
+ padding-left: 8px;
2202
+ }
2203
+ ._Nav--slim_nlhxk_25 ._NavItem-list_nlhxk_134 {
2204
+ border-left: 0;
2205
+ padding-left: 0;
2206
+ margin-left: 0;
2207
+ }
2208
+ ._Nav_nlhxk_1 {
2209
+ display: flex;
2210
+ }
2211
+ @media (min-width: 638px) {
2212
+ ._Nav_nlhxk_1 {
2213
+ display: block;
2214
+ }
2215
+ }
2216
+ @media (min-width: 638px) {
2217
+ ._NavItem--mobileOnly_nlhxk_162 {
2218
+ display: none;
2219
+ }
2220
+ }
2221
+ ._Nav-mobileActions_nlhxk_167 {
2222
+ align-items: center;
2223
+ display: flex;
2224
+ justify-content: center;
2225
+ margin-inline-start: auto;
2226
+ padding: 4px 16px;
2227
+ border-inline-start: 1px solid var(--puck-color-grey-09);
2228
+ }
2229
+ @media (min-width: 638px) {
2230
+ ._Nav-mobileActions_nlhxk_167 {
2231
+ display: none;
2232
+ }
2233
+ }