@measured/puck 0.20.0-canary.f2d031fb → 0.20.0-canary.f73c8fa0

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