@measured/puck 0.20.0-canary.7d869af1 → 0.20.0-canary.7ec3c0b9

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,95 @@ 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;
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;
1724
1559
  }
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;
1560
+
1561
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Layout/styles.module.css/#css-module-data */
1562
+ ._Puck_1pcou_19 {
1563
+ --puck-space-px: 16px;
1564
+ font-family: var(--puck-font-family);
1565
+ overflow-x: hidden;
1729
1566
  }
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;
1567
+ @media (min-width: 766px) {
1568
+ ._Puck_1pcou_19 {
1569
+ overflow-x: auto;
1570
+ }
1740
1571
  }
1741
- ._ViewportControls-zoomSelect_gejzr_21:dir(rtl) {
1742
- background-position: 12px calc(50% + 3px);
1572
+ ._Puck-portal_1pcou_31 {
1573
+ position: relative;
1574
+ z-index: 2;
1743
1575
  }
1744
- ._ViewportButton--isActive_gejzr_38 ._ViewportButton-inner_gejzr_38 {
1745
- color: var(--puck-color-azure-04);
1576
+ ._PuckLayout-inner_1pcou_36 {
1577
+ --puck-frame-width: auto;
1578
+ --puck-side-bar-width: 0px;
1579
+ --puck-side-nav-width: 68px;
1580
+ --puck-side-bar-width: 186px;
1581
+ --puck-left-side-bar-width: var( --puck-user-left-side-bar-width, --puck-side-bar-width );
1582
+ --puck-right-side-bar-width: var( --puck-user-right-side-bar-width, --puck-side-bar-width );
1583
+ display: grid;
1584
+ grid-template-areas: "header header header header" "sidenav left editor right";
1585
+ grid-template-columns: var(--puck-side-nav-width) 0 var(--puck-frame-width) 0;
1586
+ grid-template-rows: min-content auto;
1587
+ height: 100dvh;
1588
+ position: relative;
1589
+ z-index: 0;
1746
1590
  }
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;
1591
+ ._PuckLayout--leftSideBarVisible_1pcou_59 ._PuckLayout-inner_1pcou_36 {
1592
+ grid-template-columns: var(--puck-side-nav-width) var(--puck-left-side-bar-width) var( --puck-frame-width ) 0;
1756
1593
  }
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);
1594
+ ._PuckLayout--rightSideBarVisible_1pcou_67 ._PuckLayout-inner_1pcou_36 {
1595
+ grid-template-columns: var(--puck-side-nav-width) 0 var(--puck-frame-width) var(--puck-side-bar-width);
1596
+ }
1597
+ ._PuckLayout--leftSideBarVisible_1pcou_59._PuckLayout--rightSideBarVisible_1pcou_67 ._PuckLayout-inner_1pcou_36 {
1598
+ grid-template-columns: var(--puck-side-nav-width) var(--puck-left-side-bar-width) var( --puck-frame-width ) var(--puck-right-side-bar-width);
1599
+ }
1600
+ @media (min-width: 458px) {
1601
+ ._PuckLayout-inner_1pcou_36 {
1602
+ --puck-frame-width: minmax(266px, auto);
1761
1603
  }
1762
- ._PuckCanvas_18jay_1:not(._PuckCanvas_18jay_1:has(._PuckCanvas-controls_18jay_16)) {
1763
- padding-top: calc(var(--puck-space-px) * 1.5);
1604
+ }
1605
+ @media (min-width: 638px) {
1606
+ ._PuckLayout_1pcou_36 ._PuckLayout-inner_1pcou_36 {
1607
+ --puck-side-bar-width: minmax(186px, 250px);
1764
1608
  }
1765
1609
  }
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%;
1610
+ @media (min-width: 766px) {
1611
+ ._PuckLayout_1pcou_36 ._PuckLayout-inner_1pcou_36 {
1612
+ --puck-frame-width: auto;
1613
+ }
1773
1614
  }
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;
1615
+ @media (min-width: 990px) {
1616
+ ._PuckLayout_1pcou_36 ._PuckLayout-inner_1pcou_36 {
1617
+ --puck-side-bar-width: 256px;
1618
+ }
1785
1619
  }
1786
1620
  @media (min-width: 1198px) {
1787
- ._PuckCanvas-root_18jay_30 {
1788
- min-width: unset;
1621
+ ._PuckLayout_1pcou_36 ._PuckLayout-inner_1pcou_36 {
1622
+ --puck-side-bar-width: 274px;
1789
1623
  }
1790
1624
  }
1791
- @media (prefers-reduced-motion: reduce) {
1792
- ._PuckCanvas-root_18jay_30 {
1793
- transition: none !important;
1625
+ @media (min-width: 1398px) {
1626
+ ._PuckLayout_1pcou_36 ._PuckLayout-inner_1pcou_36 {
1627
+ --puck-side-bar-width: 290px;
1794
1628
  }
1795
1629
  }
1796
- ._PuckCanvas--ready_18jay_55 ._PuckCanvas-root_18jay_30 {
1797
- pointer-events: unset;
1798
- opacity: 1;
1630
+ @media (min-width: 1598px) {
1631
+ ._PuckLayout_1pcou_36 ._PuckLayout-inner_1pcou_36 {
1632
+ --puck-side-bar-width: 320px;
1633
+ }
1799
1634
  }
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;
1635
+ ._PuckLayout-nav_1pcou_124 {
1636
+ border-right: 1px solid var(--puck-color-grey-09);
1637
+ background-color: var(--puck-color-grey-12);
1808
1638
  }
1809
- ._PuckCanvas--showLoader_18jay_70 ._PuckCanvas-loader_18jay_60 {
1810
- opacity: 1;
1639
+ ._PuckPluginTab_1pcou_129 {
1640
+ display: none;
1641
+ height: 100%;
1811
1642
  }
1812
- ._PuckCanvas--showLoader_18jay_70._PuckCanvas--ready_18jay_55 ._PuckCanvas-loader_18jay_60 {
1813
- opacity: 0;
1814
- height: 0;
1815
- transition: none;
1643
+ ._PuckPluginTab--visible_1pcou_134 {
1644
+ display: block;
1816
1645
  }
1817
1646
 
1818
1647
  /* css-module:/home/runner/work/puck/puck/packages/core/components/MenuBar/styles.module.css/#css-module-data */
@@ -1860,7 +1689,7 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
1860
1689
  }
1861
1690
 
1862
1691
  /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Header/styles.module.css/#css-module-data */
1863
- ._PuckHeader_15xnq_1 {
1692
+ ._PuckHeader_1ehbp_1 {
1864
1693
  background: var(--puck-color-white);
1865
1694
  border-bottom: 1px solid var(--puck-color-grey-09);
1866
1695
  color: var(--puck-color-black);
@@ -1868,8 +1697,14 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
1868
1697
  position: relative;
1869
1698
  max-width: 100vw;
1870
1699
  }
1871
- ._PuckHeader-inner_15xnq_10 {
1700
+ @media (min-width: 638px) {
1701
+ ._PuckHeader_1ehbp_1 {
1702
+ padding-left: 67px;
1703
+ }
1704
+ }
1705
+ ._PuckHeader-inner_1ehbp_16 {
1872
1706
  align-items: end;
1707
+ border-left: 1px solid var(--puck-color-grey-09);
1873
1708
  display: grid;
1874
1709
  gap: var(--puck-space-px);
1875
1710
  grid-template-areas: "left middle right";
@@ -1877,43 +1712,241 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
1877
1712
  grid-template-rows: auto;
1878
1713
  padding: var(--puck-space-px);
1879
1714
  }
1880
- ._PuckHeader-toggle_15xnq_20 {
1715
+ @media (min-width: 638px) {
1716
+ ._PuckHeader-inner_1ehbp_16 {
1717
+ border-left: 1px solid var(--puck-color-grey-09);
1718
+ }
1719
+ }
1720
+ ._PuckHeader-toggle_1ehbp_33 {
1881
1721
  color: var(--puck-color-grey-05);
1882
1722
  display: flex;
1883
1723
  margin-inline-start: -4px;
1884
1724
  padding-top: 2px;
1885
1725
  }
1886
- ._PuckHeader--rightSideBarVisible_15xnq_27 ._PuckHeader-rightSideBarToggle_15xnq_27,
1887
- ._PuckHeader--leftSideBarVisible_15xnq_28 ._PuckHeader-leftSideBarToggle_15xnq_28 {
1726
+ ._PuckHeader--rightSideBarVisible_1ehbp_40 ._PuckHeader-rightSideBarToggle_1ehbp_40,
1727
+ ._PuckHeader--leftSideBarVisible_1ehbp_41 ._PuckHeader-leftSideBarToggle_1ehbp_41 {
1888
1728
  color: var(--puck-color-black);
1889
1729
  }
1890
- ._PuckHeader-title_15xnq_32 {
1730
+ ._PuckHeader-title_1ehbp_45 {
1891
1731
  align-self: center;
1892
1732
  }
1893
- ._PuckHeader-path_15xnq_36 {
1733
+ ._PuckHeader-path_1ehbp_49 {
1894
1734
  font-family: var(--puck-font-family-monospaced);
1895
1735
  font-size: var(--puck-font-size-xxs);
1896
1736
  font-weight: normal;
1897
1737
  word-break: break-all;
1898
1738
  }
1899
- ._PuckHeader-tools_15xnq_43 {
1739
+ ._PuckHeader-tools_1ehbp_56 {
1900
1740
  display: flex;
1901
1741
  gap: 16px;
1902
1742
  justify-content: flex-end;
1903
1743
  }
1904
- ._PuckHeader-menuButton_15xnq_49 {
1744
+ ._PuckHeader-menuButton_1ehbp_62 {
1905
1745
  color: var(--puck-color-grey-05);
1906
1746
  margin-inline-start: -4px;
1907
1747
  }
1908
- ._PuckHeader--menuOpen_15xnq_54 ._PuckHeader-menuButton_15xnq_49 {
1748
+ ._PuckHeader--menuOpen_1ehbp_67 ._PuckHeader-menuButton_1ehbp_62 {
1909
1749
  color: var(--puck-color-black);
1910
1750
  }
1911
1751
  @media (min-width: 638px) {
1912
- ._PuckHeader-menuButton_15xnq_49 {
1752
+ ._PuckHeader-menuButton_1ehbp_62 {
1913
1753
  display: none;
1914
1754
  }
1915
1755
  }
1916
1756
 
1757
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/SidebarSection/styles.module.css/#css-module-data */
1758
+ ._SidebarSection_8boj8_1 {
1759
+ display: flex;
1760
+ position: relative;
1761
+ flex-direction: column;
1762
+ color: var(--puck-color-black);
1763
+ }
1764
+ ._SidebarSection_8boj8_1:last-of-type {
1765
+ flex-grow: 1;
1766
+ }
1767
+ ._SidebarSection-title_8boj8_12 {
1768
+ background: var(--puck-color-white);
1769
+ padding: 16px;
1770
+ border-bottom: 1px solid var(--puck-color-grey-09);
1771
+ border-top: 1px solid var(--puck-color-grey-09);
1772
+ overflow-x: auto;
1773
+ }
1774
+ ._SidebarSection--noBorderTop_8boj8_20 > ._SidebarSection-title_8boj8_12 {
1775
+ border-top: 0px;
1776
+ }
1777
+ ._SidebarSection-content_8boj8_24 {
1778
+ padding: 16px;
1779
+ }
1780
+ ._SidebarSection--noPadding_8boj8_28 > ._SidebarSection-content_8boj8_24 {
1781
+ padding: 0px;
1782
+ }
1783
+ ._SidebarSection--noPadding_8boj8_28 > ._SidebarSection-content_8boj8_24:last-child {
1784
+ padding-bottom: 4px;
1785
+ }
1786
+ ._SidebarSection_8boj8_1:last-of-type ._SidebarSection-content_8boj8_24 {
1787
+ border-bottom: none;
1788
+ flex-grow: 1;
1789
+ }
1790
+ ._SidebarSection-breadcrumbLabel_8boj8_41 {
1791
+ background: none;
1792
+ border: 0;
1793
+ border-radius: 2px;
1794
+ color: var(--puck-color-azure-04);
1795
+ cursor: pointer;
1796
+ font: inherit;
1797
+ flex-shrink: 0;
1798
+ padding: 0;
1799
+ transition: color 50ms ease-in;
1800
+ }
1801
+ ._SidebarSection-breadcrumbLabel_8boj8_41:focus-visible {
1802
+ outline: 2px solid var(--puck-color-azure-05);
1803
+ outline-offset: 2px;
1804
+ }
1805
+ @media (hover: hover) and (pointer: fine) {
1806
+ ._SidebarSection-breadcrumbLabel_8boj8_41:hover {
1807
+ color: var(--puck-color-azure-03);
1808
+ transition: none;
1809
+ }
1810
+ }
1811
+ ._SidebarSection-breadcrumbLabel_8boj8_41:active {
1812
+ color: var(--puck-color-azure-02);
1813
+ transition: none;
1814
+ }
1815
+ ._SidebarSection-breadcrumbs_8boj8_70 {
1816
+ align-items: center;
1817
+ display: flex;
1818
+ gap: 4px;
1819
+ }
1820
+ ._SidebarSection-breadcrumb_8boj8_41 {
1821
+ align-items: center;
1822
+ display: flex;
1823
+ gap: 4px;
1824
+ }
1825
+ ._SidebarSection-heading_8boj8_82 {
1826
+ padding-inline-end: 16px;
1827
+ }
1828
+ ._SidebarSection-loadingOverlay_8boj8_86 {
1829
+ background: var(--puck-color-white);
1830
+ display: flex;
1831
+ justify-content: center;
1832
+ align-items: center;
1833
+ height: 100%;
1834
+ width: 100%;
1835
+ top: 0;
1836
+ position: absolute;
1837
+ z-index: 1;
1838
+ pointer-events: all;
1839
+ box-sizing: border-box;
1840
+ opacity: 0.8;
1841
+ }
1842
+
1843
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/ViewportControls/styles.module.css/#css-module-data */
1844
+ ._ViewportControls_gejzr_1 {
1845
+ display: flex;
1846
+ background: var(--puck-color-grey-11);
1847
+ box-sizing: border-box;
1848
+ border-inline-start: 2px solid var(--puck-color-grey-11);
1849
+ justify-content: center;
1850
+ gap: 8px;
1851
+ min-width: 358px;
1852
+ padding-bottom: 16px;
1853
+ padding-inline-start: var(--puck-space-px);
1854
+ padding-inline-end: var(--puck-space-px);
1855
+ z-index: 1;
1856
+ }
1857
+ ._ViewportControls-divider_gejzr_15 {
1858
+ border-inline-end: 1px solid var(--puck-color-grey-09);
1859
+ margin-inline-start: 8px;
1860
+ margin-inline-end: 8px;
1861
+ }
1862
+ ._ViewportControls-zoomSelect_gejzr_21 {
1863
+ appearance: none;
1864
+ 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;
1865
+ background-size: 10px;
1866
+ background-position: calc(100% - 12px) calc(50% + 3px);
1867
+ background-repeat: no-repeat;
1868
+ border: 0;
1869
+ font-size: var(--puck-font-size-xxxs);
1870
+ padding: 0;
1871
+ width: 96px;
1872
+ }
1873
+ ._ViewportControls-zoomSelect_gejzr_21:dir(rtl) {
1874
+ background-position: 12px calc(50% + 3px);
1875
+ }
1876
+ ._ViewportButton--isActive_gejzr_38 ._ViewportButton-inner_gejzr_38 {
1877
+ color: var(--puck-color-azure-04);
1878
+ }
1879
+
1880
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Canvas/styles.module.css/#css-module-data */
1881
+ ._PuckCanvas_18jay_1 {
1882
+ background: var(--puck-color-grey-11);
1883
+ display: flex;
1884
+ grid-area: editor;
1885
+ flex-direction: column;
1886
+ padding: var(--puck-space-px);
1887
+ overflow: auto;
1888
+ }
1889
+ @media (min-width: 1198px) {
1890
+ ._PuckCanvas_18jay_1 {
1891
+ padding: calc(var(--puck-space-px) * 1.5);
1892
+ padding-top: var(--puck-space-px);
1893
+ }
1894
+ ._PuckCanvas_18jay_1:not(._PuckCanvas_18jay_1:has(._PuckCanvas-controls_18jay_16)) {
1895
+ padding-top: calc(var(--puck-space-px) * 1.5);
1896
+ }
1897
+ }
1898
+ ._PuckCanvas-inner_18jay_21 {
1899
+ display: flex;
1900
+ height: 100%;
1901
+ justify-content: center;
1902
+ min-width: 358px;
1903
+ position: relative;
1904
+ width: 100%;
1905
+ }
1906
+ ._PuckCanvas-root_18jay_30 {
1907
+ background: white;
1908
+ border: 1px solid var(--puck-color-grey-09);
1909
+ box-sizing: content-box;
1910
+ min-width: 321px;
1911
+ position: absolute;
1912
+ pointer-events: none;
1913
+ transform-origin: top;
1914
+ top: 0;
1915
+ bottom: 0;
1916
+ opacity: 0;
1917
+ }
1918
+ @media (min-width: 1198px) {
1919
+ ._PuckCanvas-root_18jay_30 {
1920
+ min-width: unset;
1921
+ }
1922
+ }
1923
+ @media (prefers-reduced-motion: reduce) {
1924
+ ._PuckCanvas-root_18jay_30 {
1925
+ transition: none !important;
1926
+ }
1927
+ }
1928
+ ._PuckCanvas--ready_18jay_55 ._PuckCanvas-root_18jay_30 {
1929
+ pointer-events: unset;
1930
+ opacity: 1;
1931
+ }
1932
+ ._PuckCanvas-loader_18jay_60 {
1933
+ align-items: center;
1934
+ color: var(--puck-color-grey-06);
1935
+ display: flex;
1936
+ height: 100%;
1937
+ justify-content: center;
1938
+ transition: opacity 250ms ease-out;
1939
+ opacity: 0;
1940
+ }
1941
+ ._PuckCanvas--showLoader_18jay_70 ._PuckCanvas-loader_18jay_60 {
1942
+ opacity: 1;
1943
+ }
1944
+ ._PuckCanvas--showLoader_18jay_70._PuckCanvas--ready_18jay_55 ._PuckCanvas-loader_18jay_60 {
1945
+ opacity: 0;
1946
+ height: 0;
1947
+ transition: none;
1948
+ }
1949
+
1917
1950
  /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/ResizeHandle/styles.module.css/#css-module-data */
1918
1951
  @media (min-width: 766px) {
1919
1952
  ._ResizeHandle_144bf_2 {
@@ -1976,3 +2009,94 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
1976
2009
  grid-area: right;
1977
2010
  justify-self: start;
1978
2011
  }
2012
+
2013
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Nav/styles.module.css/#css-module-data */
2014
+ ._Nav-list_b6txo_1 {
2015
+ list-style: none;
2016
+ margin: 0;
2017
+ padding: 0;
2018
+ }
2019
+ ._NavSection_b6txo_7 {
2020
+ padding: 16px;
2021
+ }
2022
+ ._NavSection_b6txo_7:first-of-type {
2023
+ padding-top: 32px;
2024
+ }
2025
+ ._Nav--slim_b6txo_15 ._NavSection_b6txo_7 {
2026
+ padding-left: 0;
2027
+ padding-right: 0;
2028
+ }
2029
+ ._Nav--slim_b6txo_15 ._NavSection_b6txo_7 + ._NavSection_b6txo_7 {
2030
+ border-top: 1px solid var(--puck-color-grey-09);
2031
+ }
2032
+ ._NavSection-list_b6txo_24 {
2033
+ display: flex;
2034
+ flex-direction: column;
2035
+ list-style: none;
2036
+ margin: 0;
2037
+ padding: 0;
2038
+ }
2039
+ ._Nav--slim_b6txo_15 ._NavSection-list_b6txo_24 {
2040
+ gap: 16px;
2041
+ }
2042
+ ._NavSection-title_b6txo_36 {
2043
+ font-weight: 700;
2044
+ margin-bottom: 8px;
2045
+ padding-left: 8px;
2046
+ padding-right: 8px;
2047
+ }
2048
+ ._Nav--slim_b6txo_15 ._NavSection-title_b6txo_36 {
2049
+ opacity: 0;
2050
+ }
2051
+ ._NavItem-link_b6txo_47 {
2052
+ align-items: center;
2053
+ color: var(--puck-color-grey-03);
2054
+ display: flex;
2055
+ gap: 8px;
2056
+ text-decoration: none;
2057
+ cursor: pointer;
2058
+ border-radius: 4px;
2059
+ padding: 8px 4px;
2060
+ }
2061
+ ._Nav--slim_b6txo_15 ._NavItem-link_b6txo_47 {
2062
+ border-left: 4px solid transparent;
2063
+ border-right: 4px solid transparent;
2064
+ border-radius: 0;
2065
+ flex-direction: column;
2066
+ font-size: var(--puck-font-size-xxxs);
2067
+ }
2068
+ ._NavItem-linkIcon_b6txo_67 {
2069
+ height: 24px;
2070
+ width: 24px;
2071
+ }
2072
+ ._NavItem--active_b6txo_72 > ._NavItem-link_b6txo_47 {
2073
+ background-color: var(--puck-color-azure-10);
2074
+ color: var(--puck-color-azure-04);
2075
+ font-weight: 600;
2076
+ }
2077
+ ._Nav--slim_b6txo_15 ._NavItem--active_b6txo_72 > ._NavItem-link_b6txo_47 {
2078
+ background-color: transparent;
2079
+ border-right-color: var(--puck-color-azure-04);
2080
+ border-top-right-radius: 0;
2081
+ border-bottom-right-radius: 0;
2082
+ font-weight: 600;
2083
+ }
2084
+ ._NavItem_b6txo_47:not(._NavItem--active_b6txo_72) > ._NavItem-link_b6txo_47:hover {
2085
+ background-color: var(--puck-color-azure-11);
2086
+ color: var(--puck-color-azure-04);
2087
+ }
2088
+ ._NavItem-list_b6txo_91 {
2089
+ border-left: 1px solid var(--puck-color-grey-09);
2090
+ display: flex;
2091
+ flex-direction: column;
2092
+ list-style: none;
2093
+ margin-top: 8px;
2094
+ margin-left: 4px;
2095
+ padding: 0;
2096
+ padding-left: 8px;
2097
+ }
2098
+ ._Nav--slim_b6txo_15 ._NavItem-list_b6txo_91 {
2099
+ border-left: 0;
2100
+ padding-left: 0;
2101
+ margin-left: 0;
2102
+ }