@measured/puck 0.20.0-canary.8f2f0f46 → 0.20.0-canary.aee5fc96

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,168 +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_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
-
1508
1346
  /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Fields/styles.module.css/#css-module-data */
1509
1347
  ._PuckFields_10bh7_1 {
1510
1348
  position: relative;
@@ -1596,6 +1434,11 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
1596
1434
  margin-inline-start: auto;
1597
1435
  }
1598
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
+
1599
1442
  /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Preview/styles.module.css/#css-module-data */
1600
1443
  ._PuckPreview_z2rgu_1 {
1601
1444
  position: relative;
@@ -1710,121 +1553,159 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
1710
1553
  margin-top: 4px;
1711
1554
  }
1712
1555
 
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;
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;
1726
1559
  }
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;
1560
+
1561
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Layout/styles.module.css/#css-module-data */
1562
+ ._Puck_6icsn_19 {
1563
+ --puck-space-px: 16px;
1564
+ font-family: var(--puck-font-family);
1565
+ overflow-x: hidden;
1731
1566
  }
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;
1567
+ @media (min-width: 766px) {
1568
+ ._Puck_6icsn_19 {
1569
+ overflow-x: auto;
1570
+ }
1742
1571
  }
1743
- ._ViewportControls-zoomSelect_gejzr_21:dir(rtl) {
1744
- background-position: 12px calc(50% + 3px);
1572
+ ._Puck-portal_6icsn_31 {
1573
+ position: relative;
1574
+ z-index: 2;
1745
1575
  }
1746
- ._ViewportButton--isActive_gejzr_38 ._ViewportButton-inner_gejzr_38 {
1747
- color: var(--puck-color-azure-04);
1576
+ ._PuckLayout_6icsn_36 {
1577
+ height: 100%;
1748
1578
  }
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;
1579
+ ._PuckLayout-inner_6icsn_40 {
1580
+ --puck-frame-width: auto;
1581
+ --puck-side-nav-width: min-content;
1582
+ --puck-side-bar-width: 0px;
1583
+ --puck-left-side-bar-width: var( --puck-user-left-side-bar-width, var(--puck-side-bar-width) );
1584
+ --puck-right-side-bar-width: var( --puck-user-right-side-bar-width, var(--puck-side-bar-width) );
1585
+ background-color: var(--puck-color-grey-12);
1586
+ display: grid;
1587
+ grid-template-areas: "header" "editor" "left" "right" "sidenav";
1588
+ grid-template-columns: var(--puck-frame-width);
1589
+ grid-template-rows: min-content auto 0 0 var(--puck-side-nav-width);
1590
+ height: 100%;
1591
+ position: relative;
1592
+ transition: grid-template-rows 150ms ease-in;
1593
+ z-index: 0;
1594
+ overflow: hidden;
1758
1595
  }
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);
1763
- }
1764
- ._PuckCanvas_18jay_1:not(._PuckCanvas_18jay_1:has(._PuckCanvas-controls_18jay_16)) {
1765
- padding-top: calc(var(--puck-space-px) * 1.5);
1596
+ @media (min-width: 638px) {
1597
+ ._PuckLayout-inner_6icsn_40 {
1598
+ --puck-side-nav-width: 68px;
1599
+ grid-template-areas: "header header header header" "sidenav left editor right";
1600
+ grid-template-columns: var(--puck-side-nav-width) 0 var(--puck-frame-width) 0;
1601
+ grid-template-rows: min-content auto;
1766
1602
  }
1767
1603
  }
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%;
1604
+ ._PuckLayout--mounted_6icsn_73 ._PuckLayout-inner_6icsn_40 {
1605
+ --puck-side-bar-width: 186px;
1775
1606
  }
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;
1607
+ ._PuckLayout--leftSideBarVisible_6icsn_77 ._PuckLayout-inner_6icsn_40 {
1608
+ grid-template-rows: 0 auto 30% 0 var(--puck-side-nav-width);
1787
1609
  }
1788
- @media (min-width: 1198px) {
1789
- ._PuckCanvas-root_18jay_30 {
1790
- min-width: unset;
1610
+ ._PuckLayout--leftSideBarVisible_6icsn_77._PuckLayout--isExpanded_6icsn_82 ._PuckLayout-inner_6icsn_40 {
1611
+ grid-template-rows: 0 auto 55% 0 var(--puck-side-nav-width);
1612
+ }
1613
+ @media (min-width: 638px) {
1614
+ ._PuckLayout--leftSideBarVisible_6icsn_77 ._PuckLayout-inner_6icsn_40 {
1615
+ grid-template-columns: var(--puck-side-nav-width) var(--puck-left-side-bar-width) var( --puck-frame-width ) 0;
1616
+ grid-template-rows: min-content auto;
1791
1617
  }
1792
1618
  }
1793
- @media (prefers-reduced-motion: reduce) {
1794
- ._PuckCanvas-root_18jay_30 {
1795
- transition: none !important;
1619
+ @media (min-width: 638px) {
1620
+ ._PuckLayout--rightSideBarVisible_6icsn_99 ._PuckLayout-inner_6icsn_40 {
1621
+ grid-template-columns: var(--puck-side-nav-width) 0 var(--puck-frame-width) var(--puck-right-side-bar-width);
1796
1622
  }
1797
1623
  }
1798
- ._PuckCanvas--ready_18jay_55 ._PuckCanvas-root_18jay_30 {
1799
- pointer-events: unset;
1800
- opacity: 1;
1624
+ @media (min-width: 638px) {
1625
+ ._PuckLayout--leftSideBarVisible_6icsn_77._PuckLayout--rightSideBarVisible_6icsn_99 ._PuckLayout-inner_6icsn_40 {
1626
+ grid-template-columns: var(--puck-side-nav-width) var(--puck-left-side-bar-width) var( --puck-frame-width ) var(--puck-right-side-bar-width);
1627
+ }
1801
1628
  }
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;
1629
+ @media (min-width: 458px) {
1630
+ ._PuckLayout-mounted_6icsn_118 ._PuckLayout-inner_6icsn_40 {
1631
+ --puck-frame-width: minmax(266px, auto);
1632
+ }
1810
1633
  }
1811
- ._PuckCanvas--showLoader_18jay_70 ._PuckCanvas-loader_18jay_60 {
1812
- opacity: 1;
1634
+ @media (min-width: 638px) {
1635
+ ._PuckLayout_6icsn_36 ._PuckLayout-inner_6icsn_40 {
1636
+ --puck-side-bar-width: minmax(186px, 250px);
1637
+ }
1813
1638
  }
1814
- ._PuckCanvas--showLoader_18jay_70._PuckCanvas--ready_18jay_55 ._PuckCanvas-loader_18jay_60 {
1815
- opacity: 0;
1816
- height: 0;
1817
- transition: none;
1639
+ @media (min-width: 766px) {
1640
+ ._PuckLayout_6icsn_36 ._PuckLayout-inner_6icsn_40 {
1641
+ --puck-frame-width: auto;
1642
+ }
1818
1643
  }
1819
-
1820
- /* css-module:/home/runner/work/puck/puck/packages/core/components/MenuBar/styles.module.css/#css-module-data */
1821
- ._MenuBar_8pf8c_1 {
1822
- background-color: var(--puck-color-white);
1823
- border-bottom: 1px solid var(--puck-color-grey-09);
1824
- display: none;
1825
- left: 0;
1826
- margin-top: 1px;
1827
- padding: 8px 16px;
1644
+ @media (min-width: 990px) {
1645
+ ._PuckLayout_6icsn_36 ._PuckLayout-inner_6icsn_40 {
1646
+ --puck-side-bar-width: 256px;
1647
+ }
1648
+ }
1649
+ @media (min-width: 1198px) {
1650
+ ._PuckLayout_6icsn_36 ._PuckLayout-inner_6icsn_40 {
1651
+ --puck-side-bar-width: 274px;
1652
+ }
1653
+ }
1654
+ @media (min-width: 1398px) {
1655
+ ._PuckLayout_6icsn_36 ._PuckLayout-inner_6icsn_40 {
1656
+ --puck-side-bar-width: 290px;
1657
+ }
1658
+ }
1659
+ @media (min-width: 1598px) {
1660
+ ._PuckLayout_6icsn_36 ._PuckLayout-inner_6icsn_40 {
1661
+ --puck-side-bar-width: 320px;
1662
+ }
1663
+ }
1664
+ ._PuckLayout-nav_6icsn_159 {
1665
+ border-top: 1px solid var(--puck-color-grey-09);
1666
+ background-color: var(--puck-color-grey-12);
1667
+ grid-area: sidenav;
1668
+ overflow: hidden;
1669
+ width: 100%;
1670
+ }
1671
+ @media (min-width: 638px) {
1672
+ ._PuckLayout-nav_6icsn_159 {
1673
+ border-top: 0;
1674
+ border-right: 1px solid var(--puck-color-grey-09);
1675
+ box-sizing: border-box;
1676
+ }
1677
+ }
1678
+ ._PuckLayout-header_6icsn_175 {
1679
+ grid-area: header;
1680
+ }
1681
+ ._PuckLayout--leftSideBarVisible_6icsn_77 ._PuckLayout-header_6icsn_175 {
1682
+ overflow: hidden;
1683
+ }
1684
+ @media (min-width: 638px) {
1685
+ ._PuckLayout--leftSideBarVisible_6icsn_77 ._PuckLayout-header_6icsn_175 {
1686
+ overflow: auto;
1687
+ }
1688
+ }
1689
+ ._PuckPluginTab_6icsn_189 {
1690
+ display: none;
1691
+ flex-grow: 1;
1692
+ }
1693
+ ._PuckPluginTab--visible_6icsn_194 {
1694
+ display: flex;
1695
+ flex-direction: column;
1696
+ }
1697
+ ._PuckPluginTab-body_6icsn_199 {
1698
+ flex-grow: 1;
1699
+ }
1700
+
1701
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/MenuBar/styles.module.css/#css-module-data */
1702
+ ._MenuBar_8pf8c_1 {
1703
+ background-color: var(--puck-color-white);
1704
+ border-bottom: 1px solid var(--puck-color-grey-09);
1705
+ display: none;
1706
+ left: 0;
1707
+ margin-top: 1px;
1708
+ padding: 8px 16px;
1828
1709
  position: absolute;
1829
1710
  right: 0;
1830
1711
  top: 100%;
@@ -1862,7 +1743,7 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
1862
1743
  }
1863
1744
 
1864
1745
  /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Header/styles.module.css/#css-module-data */
1865
- ._PuckHeader_15xnq_1 {
1746
+ ._PuckHeader_1bhmt_1 {
1866
1747
  background: var(--puck-color-white);
1867
1748
  border-bottom: 1px solid var(--puck-color-grey-09);
1868
1749
  color: var(--puck-color-black);
@@ -1870,7 +1751,12 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
1870
1751
  position: relative;
1871
1752
  max-width: 100vw;
1872
1753
  }
1873
- ._PuckHeader-inner_15xnq_10 {
1754
+ @media (min-width: 638px) {
1755
+ ._PuckHeader_1bhmt_1 {
1756
+ padding-left: 67px;
1757
+ }
1758
+ }
1759
+ ._PuckHeader-inner_1bhmt_16 {
1874
1760
  align-items: end;
1875
1761
  display: grid;
1876
1762
  gap: var(--puck-space-px);
@@ -1879,43 +1765,285 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
1879
1765
  grid-template-rows: auto;
1880
1766
  padding: var(--puck-space-px);
1881
1767
  }
1882
- ._PuckHeader-toggle_15xnq_20 {
1768
+ @media (min-width: 638px) {
1769
+ ._PuckHeader-inner_1bhmt_16 {
1770
+ border-left: 1px solid var(--puck-color-grey-09);
1771
+ }
1772
+ }
1773
+ ._PuckHeader-toggle_1bhmt_32 {
1883
1774
  color: var(--puck-color-grey-05);
1884
1775
  display: flex;
1885
1776
  margin-inline-start: -4px;
1886
1777
  padding-top: 2px;
1887
1778
  }
1888
- ._PuckHeader--rightSideBarVisible_15xnq_27 ._PuckHeader-rightSideBarToggle_15xnq_27,
1889
- ._PuckHeader--leftSideBarVisible_15xnq_28 ._PuckHeader-leftSideBarToggle_15xnq_28 {
1779
+ ._PuckHeader--rightSideBarVisible_1bhmt_39 ._PuckHeader-rightSideBarToggle_1bhmt_39,
1780
+ ._PuckHeader--leftSideBarVisible_1bhmt_40 ._PuckHeader-leftSideBarToggle_1bhmt_40 {
1890
1781
  color: var(--puck-color-black);
1891
1782
  }
1892
- ._PuckHeader-title_15xnq_32 {
1783
+ ._PuckHeader-rightSideBarToggle_1bhmt_39,
1784
+ ._PuckHeader-leftSideBarToggle_1bhmt_40 {
1785
+ display: none;
1786
+ }
1787
+ @media (min-width: 638px) {
1788
+ ._PuckHeader-rightSideBarToggle_1bhmt_39,
1789
+ ._PuckHeader-leftSideBarToggle_1bhmt_40 {
1790
+ display: block;
1791
+ }
1792
+ }
1793
+ ._PuckHeader-title_1bhmt_56 {
1893
1794
  align-self: center;
1894
1795
  }
1895
- ._PuckHeader-path_15xnq_36 {
1796
+ ._PuckHeader-path_1bhmt_60 {
1896
1797
  font-family: var(--puck-font-family-monospaced);
1897
1798
  font-size: var(--puck-font-size-xxs);
1898
1799
  font-weight: normal;
1899
1800
  word-break: break-all;
1900
1801
  }
1901
- ._PuckHeader-tools_15xnq_43 {
1802
+ ._PuckHeader-tools_1bhmt_67 {
1902
1803
  display: flex;
1903
1804
  gap: 16px;
1904
1805
  justify-content: flex-end;
1905
1806
  }
1906
- ._PuckHeader-menuButton_15xnq_49 {
1807
+ ._PuckHeader-menuButton_1bhmt_73 {
1907
1808
  color: var(--puck-color-grey-05);
1908
1809
  margin-inline-start: -4px;
1909
1810
  }
1910
- ._PuckHeader--menuOpen_15xnq_54 ._PuckHeader-menuButton_15xnq_49 {
1811
+ ._PuckHeader--menuOpen_1bhmt_78 ._PuckHeader-menuButton_1bhmt_73 {
1911
1812
  color: var(--puck-color-black);
1912
1813
  }
1913
1814
  @media (min-width: 638px) {
1914
- ._PuckHeader-menuButton_15xnq_49 {
1815
+ ._PuckHeader-menuButton_1bhmt_73 {
1915
1816
  display: none;
1916
1817
  }
1917
1818
  }
1918
1819
 
1820
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/SidebarSection/styles.module.css/#css-module-data */
1821
+ ._SidebarSection_8boj8_1 {
1822
+ display: flex;
1823
+ position: relative;
1824
+ flex-direction: column;
1825
+ color: var(--puck-color-black);
1826
+ }
1827
+ ._SidebarSection_8boj8_1:last-of-type {
1828
+ flex-grow: 1;
1829
+ }
1830
+ ._SidebarSection-title_8boj8_12 {
1831
+ background: var(--puck-color-white);
1832
+ padding: 16px;
1833
+ border-bottom: 1px solid var(--puck-color-grey-09);
1834
+ border-top: 1px solid var(--puck-color-grey-09);
1835
+ overflow-x: auto;
1836
+ }
1837
+ ._SidebarSection--noBorderTop_8boj8_20 > ._SidebarSection-title_8boj8_12 {
1838
+ border-top: 0px;
1839
+ }
1840
+ ._SidebarSection-content_8boj8_24 {
1841
+ padding: 16px;
1842
+ }
1843
+ ._SidebarSection--noPadding_8boj8_28 > ._SidebarSection-content_8boj8_24 {
1844
+ padding: 0px;
1845
+ }
1846
+ ._SidebarSection--noPadding_8boj8_28 > ._SidebarSection-content_8boj8_24:last-child {
1847
+ padding-bottom: 4px;
1848
+ }
1849
+ ._SidebarSection_8boj8_1:last-of-type ._SidebarSection-content_8boj8_24 {
1850
+ border-bottom: none;
1851
+ flex-grow: 1;
1852
+ }
1853
+ ._SidebarSection-breadcrumbLabel_8boj8_41 {
1854
+ background: none;
1855
+ border: 0;
1856
+ border-radius: 2px;
1857
+ color: var(--puck-color-azure-04);
1858
+ cursor: pointer;
1859
+ font: inherit;
1860
+ flex-shrink: 0;
1861
+ padding: 0;
1862
+ transition: color 50ms ease-in;
1863
+ }
1864
+ ._SidebarSection-breadcrumbLabel_8boj8_41:focus-visible {
1865
+ outline: 2px solid var(--puck-color-azure-05);
1866
+ outline-offset: 2px;
1867
+ }
1868
+ @media (hover: hover) and (pointer: fine) {
1869
+ ._SidebarSection-breadcrumbLabel_8boj8_41:hover {
1870
+ color: var(--puck-color-azure-03);
1871
+ transition: none;
1872
+ }
1873
+ }
1874
+ ._SidebarSection-breadcrumbLabel_8boj8_41:active {
1875
+ color: var(--puck-color-azure-02);
1876
+ transition: none;
1877
+ }
1878
+ ._SidebarSection-breadcrumbs_8boj8_70 {
1879
+ align-items: center;
1880
+ display: flex;
1881
+ gap: 4px;
1882
+ }
1883
+ ._SidebarSection-breadcrumb_8boj8_41 {
1884
+ align-items: center;
1885
+ display: flex;
1886
+ gap: 4px;
1887
+ }
1888
+ ._SidebarSection-heading_8boj8_82 {
1889
+ padding-inline-end: 16px;
1890
+ }
1891
+ ._SidebarSection-loadingOverlay_8boj8_86 {
1892
+ background: var(--puck-color-white);
1893
+ display: flex;
1894
+ justify-content: center;
1895
+ align-items: center;
1896
+ height: 100%;
1897
+ width: 100%;
1898
+ top: 0;
1899
+ position: absolute;
1900
+ z-index: 1;
1901
+ pointer-events: all;
1902
+ box-sizing: border-box;
1903
+ opacity: 0.8;
1904
+ }
1905
+
1906
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/Breadcrumbs/styles.module.css/#css-module-data */
1907
+ ._Breadcrumbs_1c9yh_1 {
1908
+ align-items: center;
1909
+ display: flex;
1910
+ gap: 4px;
1911
+ }
1912
+ ._Breadcrumbs-breadcrumbLabel_1c9yh_7 {
1913
+ background: none;
1914
+ border: 0;
1915
+ border-radius: 2px;
1916
+ color: var(--puck-color-azure-04);
1917
+ cursor: pointer;
1918
+ font: inherit;
1919
+ flex-shrink: 0;
1920
+ padding: 0;
1921
+ transition: color 50ms ease-in;
1922
+ }
1923
+ ._Breadcrumbs-breadcrumbLabel_1c9yh_7:focus-visible {
1924
+ outline: 2px solid var(--puck-color-azure-05);
1925
+ outline-offset: 2px;
1926
+ }
1927
+ @media (hover: hover) and (pointer: fine) {
1928
+ ._Breadcrumbs-breadcrumbLabel_1c9yh_7:hover {
1929
+ color: var(--puck-color-azure-03);
1930
+ transition: none;
1931
+ }
1932
+ }
1933
+ ._Breadcrumbs-breadcrumbLabel_1c9yh_7:active {
1934
+ color: var(--puck-color-azure-02);
1935
+ transition: none;
1936
+ }
1937
+ ._Breadcrumbs-breadcrumb_1c9yh_7 {
1938
+ align-items: center;
1939
+ display: flex;
1940
+ gap: 4px;
1941
+ }
1942
+
1943
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/ViewportControls/styles.module.css/#css-module-data */
1944
+ ._ViewportControls_datsz_1 {
1945
+ display: flex;
1946
+ background: var(--puck-color-grey-11);
1947
+ box-sizing: border-box;
1948
+ border-inline-start: 2px solid var(--puck-color-grey-11);
1949
+ justify-content: center;
1950
+ gap: 8px;
1951
+ padding-bottom: 16px;
1952
+ z-index: 1;
1953
+ }
1954
+ ._ViewportControls-divider_datsz_12 {
1955
+ border-inline-end: 1px solid var(--puck-color-grey-09);
1956
+ margin-inline-start: 8px;
1957
+ margin-inline-end: 8px;
1958
+ }
1959
+ ._ViewportControls-zoomSelect_datsz_18 {
1960
+ appearance: none;
1961
+ 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;
1962
+ background-size: 10px;
1963
+ background-position: calc(100% - 12px) calc(50% + 3px);
1964
+ background-repeat: no-repeat;
1965
+ border: 0;
1966
+ font-size: var(--puck-font-size-xxxs);
1967
+ padding: 0;
1968
+ width: 96px;
1969
+ }
1970
+ ._ViewportControls-zoomSelect_datsz_18:dir(rtl) {
1971
+ background-position: 12px calc(50% + 3px);
1972
+ }
1973
+ ._ViewportButton--isActive_datsz_35 ._ViewportButton-inner_datsz_35 {
1974
+ color: var(--puck-color-azure-04);
1975
+ }
1976
+
1977
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Canvas/styles.module.css/#css-module-data */
1978
+ ._PuckCanvas_1q3ya_1 {
1979
+ background: var(--puck-color-grey-11);
1980
+ display: flex;
1981
+ grid-area: editor;
1982
+ flex-direction: column;
1983
+ padding: var(--puck-space-px);
1984
+ overflow: auto;
1985
+ }
1986
+ @media (min-width: 1198px) {
1987
+ ._PuckCanvas_1q3ya_1 {
1988
+ padding: calc(var(--puck-space-px) * 1.5);
1989
+ padding-top: var(--puck-space-px);
1990
+ }
1991
+ ._PuckCanvas_1q3ya_1:not(._PuckCanvas_1q3ya_1:has(._PuckCanvas-controls_1q3ya_16)) {
1992
+ padding-top: calc(var(--puck-space-px) * 1.5);
1993
+ }
1994
+ }
1995
+ ._PuckCanvas-inner_1q3ya_21 {
1996
+ display: flex;
1997
+ height: 100%;
1998
+ justify-content: center;
1999
+ min-width: 288px;
2000
+ position: relative;
2001
+ width: 100%;
2002
+ }
2003
+ ._PuckCanvas-root_1q3ya_30 {
2004
+ background: white;
2005
+ border: 1px solid var(--puck-color-grey-09);
2006
+ box-sizing: content-box;
2007
+ min-width: 321px;
2008
+ position: absolute;
2009
+ pointer-events: none;
2010
+ transform-origin: top;
2011
+ top: 0;
2012
+ bottom: 0;
2013
+ opacity: 0;
2014
+ }
2015
+ @media (min-width: 1198px) {
2016
+ ._PuckCanvas-root_1q3ya_30 {
2017
+ min-width: unset;
2018
+ }
2019
+ }
2020
+ @media (prefers-reduced-motion: reduce) {
2021
+ ._PuckCanvas-root_1q3ya_30 {
2022
+ transition: none !important;
2023
+ }
2024
+ }
2025
+ ._PuckCanvas--ready_1q3ya_55 ._PuckCanvas-root_1q3ya_30 {
2026
+ pointer-events: unset;
2027
+ opacity: 1;
2028
+ }
2029
+ ._PuckCanvas-loader_1q3ya_60 {
2030
+ align-items: center;
2031
+ color: var(--puck-color-grey-06);
2032
+ display: flex;
2033
+ height: 100%;
2034
+ justify-content: center;
2035
+ transition: opacity 250ms ease-out;
2036
+ opacity: 0;
2037
+ }
2038
+ ._PuckCanvas--showLoader_1q3ya_70 ._PuckCanvas-loader_1q3ya_60 {
2039
+ opacity: 1;
2040
+ }
2041
+ ._PuckCanvas--showLoader_1q3ya_70._PuckCanvas--ready_1q3ya_55 ._PuckCanvas-loader_1q3ya_60 {
2042
+ opacity: 0;
2043
+ height: 0;
2044
+ transition: none;
2045
+ }
2046
+
1919
2047
  /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/ResizeHandle/styles.module.css/#css-module-data */
1920
2048
  @media (min-width: 766px) {
1921
2049
  ._ResizeHandle_144bf_2 {
@@ -1950,31 +2078,223 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
1950
2078
  }
1951
2079
 
1952
2080
  /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Sidebar/styles.module.css/#css-module-data */
1953
- ._Sidebar_1xksb_1 {
2081
+ ._Sidebar_13jxp_1 {
2082
+ border-block-start: 1px solid var(--puck-color-grey-09);
1954
2083
  position: relative;
1955
2084
  display: flex;
1956
2085
  flex-direction: column;
1957
2086
  overflow-y: auto;
1958
2087
  }
1959
- ._Sidebar--left_1xksb_8 {
2088
+ ._Sidebar--left_13jxp_9 {
1960
2089
  background: var(--puck-color-grey-12);
1961
- border-inline-end: 1px solid var(--puck-color-grey-09);
1962
2090
  grid-area: left;
1963
2091
  }
1964
- ._Sidebar--right_1xksb_14 {
2092
+ @media (min-width: 766px) {
2093
+ ._Sidebar--left_13jxp_9 {
2094
+ border-block-start: 0;
2095
+ border-inline-end: 1px solid var(--puck-color-grey-09);
2096
+ }
2097
+ }
2098
+ ._Sidebar--right_13jxp_21 {
1965
2099
  background: var(--puck-color-white);
1966
- border-inline-start: 1px solid var(--puck-color-grey-09);
1967
2100
  grid-area: right;
1968
2101
  }
1969
- ._Sidebar-resizeHandle_1xksb_20 {
2102
+ @media (min-width: 766px) {
2103
+ ._Sidebar--right_13jxp_21 {
2104
+ border-block-start: 0;
2105
+ border-inline-start: 1px solid var(--puck-color-grey-09);
2106
+ }
2107
+ }
2108
+ ._Sidebar-resizeHandle_13jxp_33 {
1970
2109
  position: absolute;
1971
2110
  height: 100%;
1972
2111
  }
1973
- ._Sidebar--left_1xksb_8 + ._Sidebar-resizeHandle_1xksb_20 {
2112
+ ._Sidebar--left_13jxp_9 + ._Sidebar-resizeHandle_13jxp_33 {
1974
2113
  grid-area: left;
1975
2114
  justify-self: end;
1976
2115
  }
1977
- ._Sidebar--right_1xksb_14 + ._Sidebar-resizeHandle_1xksb_20 {
2116
+ ._Sidebar--right_13jxp_21 + ._Sidebar-resizeHandle_13jxp_33 {
1978
2117
  grid-area: right;
1979
2118
  justify-self: start;
1980
2119
  }
2120
+
2121
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Nav/styles.module.css/#css-module-data */
2122
+ ._Nav-list_18k22_1 {
2123
+ list-style: none;
2124
+ margin: 0;
2125
+ padding: 0;
2126
+ overflow-x: auto;
2127
+ }
2128
+ @media (min-width: 638px) {
2129
+ ._NavSection_18k22_9 {
2130
+ padding: 16px;
2131
+ }
2132
+ ._NavSection_18k22_9:first-of-type {
2133
+ padding-top: 32px;
2134
+ }
2135
+ }
2136
+ ._Nav--slim_18k22_18 ._NavSection_18k22_9 {
2137
+ padding-left: 0;
2138
+ padding-right: 0;
2139
+ }
2140
+ ._Nav--slim_18k22_18 ._NavSection_18k22_9 + ._NavSection_18k22_9 {
2141
+ border-top: 1px solid var(--puck-color-grey-09);
2142
+ }
2143
+ ._NavSection-list_18k22_27 {
2144
+ display: flex;
2145
+ list-style: none;
2146
+ margin: 0;
2147
+ padding: 0;
2148
+ }
2149
+ @media (min-width: 638px) {
2150
+ ._NavSection-list_18k22_27 {
2151
+ flex-direction: column;
2152
+ padding: 0;
2153
+ }
2154
+ }
2155
+ ._Nav--slim_18k22_18 ._NavSection-list_18k22_27 {
2156
+ gap: 8px;
2157
+ }
2158
+ @media (min-width: 638px) {
2159
+ ._Nav--slim_18k22_18 ._NavSection-list_18k22_27 {
2160
+ gap: 16px;
2161
+ }
2162
+ }
2163
+ ._NavSection-title_18k22_51 {
2164
+ font-weight: 700;
2165
+ margin-bottom: 8px;
2166
+ padding-left: 8px;
2167
+ padding-right: 8px;
2168
+ }
2169
+ ._Nav--slim_18k22_18 ._NavSection-title_18k22_51 {
2170
+ opacity: 0;
2171
+ }
2172
+ ._NavItem-link_18k22_62 {
2173
+ align-items: center;
2174
+ color: var(--puck-color-grey-03);
2175
+ display: flex;
2176
+ gap: 8px;
2177
+ text-decoration: none;
2178
+ cursor: pointer;
2179
+ border-radius: 4px;
2180
+ padding: 8px 4px;
2181
+ width: 64px;
2182
+ box-sizing: border-box;
2183
+ }
2184
+ @media (min-width: 638px) {
2185
+ ._NavItem-link_18k22_62 {
2186
+ width: auto;
2187
+ }
2188
+ }
2189
+ ._NavItem_18k22_62:first-of-type {
2190
+ padding-left: 16px;
2191
+ }
2192
+ ._NavItem_18k22_62:last-of-type {
2193
+ padding-right: 16px;
2194
+ }
2195
+ @media (min-width: 638px) {
2196
+ ._NavItem_18k22_62:first-of-type,
2197
+ ._NavItem_18k22_62:last-of-type {
2198
+ padding: 0;
2199
+ }
2200
+ }
2201
+ ._Nav--slim_18k22_18 ._NavItem-link_18k22_62 {
2202
+ border-top: 4px solid transparent;
2203
+ border-bottom: 4px solid transparent;
2204
+ border-radius: 0;
2205
+ flex-direction: column;
2206
+ font-size: var(--puck-font-size-xxxs);
2207
+ }
2208
+ @media (min-width: 638px) {
2209
+ ._Nav--slim_18k22_18 ._NavItem-link_18k22_62 {
2210
+ border: 0;
2211
+ border-left: 4px solid transparent;
2212
+ border-right: 4px solid transparent;
2213
+ }
2214
+ }
2215
+ ._NavItem-linkIcon_18k22_112 {
2216
+ height: 24px;
2217
+ width: 24px;
2218
+ }
2219
+ ._NavItem--active_18k22_117 > ._NavItem-link_18k22_62 {
2220
+ background-color: var(--puck-color-azure-10);
2221
+ color: var(--puck-color-azure-04);
2222
+ font-weight: 600;
2223
+ }
2224
+ ._Nav--slim_18k22_18 ._NavItem--active_18k22_117 > ._NavItem-link_18k22_62 {
2225
+ background-color: transparent;
2226
+ border-top-color: var(--puck-color-azure-04);
2227
+ border-top-right-radius: 0;
2228
+ border-bottom-right-radius: 0;
2229
+ font-weight: 600;
2230
+ }
2231
+ @media (min-width: 638px) {
2232
+ ._Nav--slim_18k22_18 ._NavItem--active_18k22_117 > ._NavItem-link_18k22_62 {
2233
+ border-top-color: transparent;
2234
+ border-right-color: var(--puck-color-azure-04);
2235
+ }
2236
+ }
2237
+ ._NavItem_18k22_62:not(._NavItem--active_18k22_117) > ._NavItem-link_18k22_62:hover {
2238
+ background-color: var(--puck-color-azure-11);
2239
+ color: var(--puck-color-azure-04);
2240
+ }
2241
+ ._NavItem-list_18k22_143 {
2242
+ border-left: 1px solid var(--puck-color-grey-09);
2243
+ display: flex;
2244
+ flex-direction: column;
2245
+ list-style: none;
2246
+ margin-top: 8px;
2247
+ margin-left: 4px;
2248
+ padding: 0;
2249
+ padding-left: 8px;
2250
+ }
2251
+ ._Nav--slim_18k22_18 ._NavItem-list_18k22_143 {
2252
+ border-left: 0;
2253
+ padding-left: 0;
2254
+ margin-left: 0;
2255
+ }
2256
+ ._Nav_18k22_1 {
2257
+ display: flex;
2258
+ }
2259
+ @media (min-width: 638px) {
2260
+ ._Nav_18k22_1 {
2261
+ display: block;
2262
+ }
2263
+ }
2264
+ @media (min-width: 638px) {
2265
+ ._NavItem--mobileOnly_18k22_171 {
2266
+ display: none;
2267
+ }
2268
+ }
2269
+ ._Nav-mobileActions_18k22_176 {
2270
+ align-items: center;
2271
+ display: flex;
2272
+ justify-content: center;
2273
+ margin-inline-start: auto;
2274
+ padding: 4px 16px;
2275
+ border-inline-start: 1px solid var(--puck-color-grey-09);
2276
+ }
2277
+ @media (min-width: 638px) {
2278
+ ._Nav-mobileActions_18k22_176 {
2279
+ display: none;
2280
+ }
2281
+ }
2282
+
2283
+ /* css-module:/home/runner/work/puck/puck/packages/core/plugins/fields/styles.module.css/#css-module-data */
2284
+ ._FieldsPlugin_1j62f_1 {
2285
+ background: white;
2286
+ min-height: 100%;
2287
+ }
2288
+ ._FieldsPlugin-header_1j62f_6 {
2289
+ border-bottom: 1px solid var(--puck-color-grey-09);
2290
+ font-weight: 600;
2291
+ padding-bottom: 8px;
2292
+ padding-left: 16px;
2293
+ padding-right: 16px;
2294
+ padding-top: 8px;
2295
+ }
2296
+ @media (min-width: 638px) {
2297
+ ._FieldsPlugin-header_1j62f_6 {
2298
+ padding: 16px;
2299
+ }
2300
+ }