@measured/puck 0.21.0-canary.6dae6cb7 → 0.21.0-canary.7dca3a5a

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.
@@ -1329,181 +1329,20 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
1329
1329
  }
1330
1330
 
1331
1331
  /* css-module:/home/runner/work/puck/puck/packages/core/components/InlineTextField/styles.module.css/#css-module-data */
1332
- ._InlineTextField_1xph6_1 {
1332
+ ._InlineTextField_104qp_1 {
1333
1333
  cursor: text;
1334
1334
  display: inline-block;
1335
1335
  white-space: pre-wrap;
1336
+ text-decoration: inherit;
1336
1337
  }
1337
- [data-dnd-dragging] ._InlineTextField_1xph6_1 {
1338
+ [data-dnd-dragging] ._InlineTextField_104qp_1 {
1338
1339
  cursor: none;
1339
1340
  caret-color: transparent;
1340
1341
  }
1341
- [data-dnd-dragging] ._InlineTextField_1xph6_1::selection {
1342
+ [data-dnd-dragging] ._InlineTextField_104qp_1::selection {
1342
1343
  display: none;
1343
1344
  }
1344
1345
 
1345
- /* css-module:/home/runner/work/puck/puck/packages/core/components/SidebarSection/styles.module.css/#css-module-data */
1346
- ._SidebarSection_8boj8_1 {
1347
- display: flex;
1348
- position: relative;
1349
- flex-direction: column;
1350
- color: var(--puck-color-black);
1351
- }
1352
- ._SidebarSection_8boj8_1:last-of-type {
1353
- flex-grow: 1;
1354
- }
1355
- ._SidebarSection-title_8boj8_12 {
1356
- background: var(--puck-color-white);
1357
- padding: 16px;
1358
- border-bottom: 1px solid var(--puck-color-grey-09);
1359
- border-top: 1px solid var(--puck-color-grey-09);
1360
- overflow-x: auto;
1361
- }
1362
- ._SidebarSection--noBorderTop_8boj8_20 > ._SidebarSection-title_8boj8_12 {
1363
- border-top: 0px;
1364
- }
1365
- ._SidebarSection-content_8boj8_24 {
1366
- padding: 16px;
1367
- }
1368
- ._SidebarSection--noPadding_8boj8_28 > ._SidebarSection-content_8boj8_24 {
1369
- padding: 0px;
1370
- }
1371
- ._SidebarSection--noPadding_8boj8_28 > ._SidebarSection-content_8boj8_24:last-child {
1372
- padding-bottom: 4px;
1373
- }
1374
- ._SidebarSection_8boj8_1:last-of-type ._SidebarSection-content_8boj8_24 {
1375
- border-bottom: none;
1376
- flex-grow: 1;
1377
- }
1378
- ._SidebarSection-breadcrumbLabel_8boj8_41 {
1379
- background: none;
1380
- border: 0;
1381
- border-radius: 2px;
1382
- color: var(--puck-color-azure-04);
1383
- cursor: pointer;
1384
- font: inherit;
1385
- flex-shrink: 0;
1386
- padding: 0;
1387
- transition: color 50ms ease-in;
1388
- }
1389
- ._SidebarSection-breadcrumbLabel_8boj8_41:focus-visible {
1390
- outline: 2px solid var(--puck-color-azure-05);
1391
- outline-offset: 2px;
1392
- }
1393
- @media (hover: hover) and (pointer: fine) {
1394
- ._SidebarSection-breadcrumbLabel_8boj8_41:hover {
1395
- color: var(--puck-color-azure-03);
1396
- transition: none;
1397
- }
1398
- }
1399
- ._SidebarSection-breadcrumbLabel_8boj8_41:active {
1400
- color: var(--puck-color-azure-02);
1401
- transition: none;
1402
- }
1403
- ._SidebarSection-breadcrumbs_8boj8_70 {
1404
- align-items: center;
1405
- display: flex;
1406
- gap: 4px;
1407
- }
1408
- ._SidebarSection-breadcrumb_8boj8_41 {
1409
- align-items: center;
1410
- display: flex;
1411
- gap: 4px;
1412
- }
1413
- ._SidebarSection-heading_8boj8_82 {
1414
- padding-inline-end: 16px;
1415
- }
1416
- ._SidebarSection-loadingOverlay_8boj8_86 {
1417
- background: var(--puck-color-white);
1418
- display: flex;
1419
- justify-content: center;
1420
- align-items: center;
1421
- height: 100%;
1422
- width: 100%;
1423
- top: 0;
1424
- position: absolute;
1425
- z-index: 1;
1426
- pointer-events: all;
1427
- box-sizing: border-box;
1428
- opacity: 0.8;
1429
- }
1430
-
1431
- /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/styles.module.css/#css-module-data */
1432
- ._Puck_1yxlw_19 {
1433
- --puck-space-px: 16px;
1434
- font-family: var(--puck-font-family);
1435
- overflow-x: hidden;
1436
- }
1437
- @media (min-width: 766px) {
1438
- ._Puck_1yxlw_19 {
1439
- overflow-x: auto;
1440
- }
1441
- }
1442
- ._Puck-portal_1yxlw_31 {
1443
- position: relative;
1444
- z-index: 2;
1445
- }
1446
- ._PuckLayout-inner_1yxlw_38 {
1447
- --puck-frame-width: auto;
1448
- --puck-side-bar-width: 0px;
1449
- --puck-left-side-bar-width: var( --puck-user-left-side-bar-width, var(--puck-side-bar-width) );
1450
- --puck-right-side-bar-width: var( --puck-user-right-side-bar-width, var(--puck-side-bar-width) );
1451
- display: grid;
1452
- grid-template-areas: "header header header" "left editor right";
1453
- grid-template-columns: 0 var(--puck-frame-width) 0;
1454
- grid-template-rows: min-content auto;
1455
- height: 100dvh;
1456
- position: relative;
1457
- z-index: 0;
1458
- }
1459
- ._PuckLayout--mounted_1yxlw_59 ._PuckLayout-inner_1yxlw_38 {
1460
- --puck-side-bar-width: 186px;
1461
- }
1462
- ._PuckLayout--leftSideBarVisible_1yxlw_63 ._PuckLayout-inner_1yxlw_38 {
1463
- grid-template-columns: var(--puck-left-side-bar-width) var(--puck-frame-width) 0;
1464
- }
1465
- ._PuckLayout--rightSideBarVisible_1yxlw_69 ._PuckLayout-inner_1yxlw_38 {
1466
- grid-template-columns: 0 var(--puck-frame-width) var(--puck-right-side-bar-width);
1467
- }
1468
- ._PuckLayout--leftSideBarVisible_1yxlw_63._PuckLayout--rightSideBarVisible_1yxlw_69 ._PuckLayout-inner_1yxlw_38 {
1469
- grid-template-columns: var(--puck-left-side-bar-width) var(--puck-frame-width) var(--puck-right-side-bar-width);
1470
- }
1471
- @media (min-width: 458px) {
1472
- ._PuckLayout-mounted_1yxlw_83 ._PuckLayout-inner_1yxlw_38 {
1473
- --puck-frame-width: minmax(266px, auto);
1474
- }
1475
- }
1476
- @media (min-width: 638px) {
1477
- ._PuckLayout_1yxlw_38 ._PuckLayout-inner_1yxlw_38 {
1478
- --puck-side-bar-width: minmax(186px, 250px);
1479
- }
1480
- }
1481
- @media (min-width: 766px) {
1482
- ._PuckLayout_1yxlw_38 ._PuckLayout-inner_1yxlw_38 {
1483
- --puck-frame-width: auto;
1484
- }
1485
- }
1486
- @media (min-width: 990px) {
1487
- ._PuckLayout_1yxlw_38 ._PuckLayout-inner_1yxlw_38 {
1488
- --puck-side-bar-width: 256px;
1489
- }
1490
- }
1491
- @media (min-width: 1198px) {
1492
- ._PuckLayout_1yxlw_38 ._PuckLayout-inner_1yxlw_38 {
1493
- --puck-side-bar-width: 274px;
1494
- }
1495
- }
1496
- @media (min-width: 1398px) {
1497
- ._PuckLayout_1yxlw_38 ._PuckLayout-inner_1yxlw_38 {
1498
- --puck-side-bar-width: 290px;
1499
- }
1500
- }
1501
- @media (min-width: 1598px) {
1502
- ._PuckLayout_1yxlw_38 ._PuckLayout-inner_1yxlw_38 {
1503
- --puck-side-bar-width: 320px;
1504
- }
1505
- }
1506
-
1507
1346
  /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Fields/styles.module.css/#css-module-data */
1508
1347
  ._PuckFields_10bh7_1 {
1509
1348
  position: relative;
@@ -1595,6 +1434,14 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
1595
1434
  margin-inline-start: auto;
1596
1435
  }
1597
1436
 
1437
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Components/styles.module.css/#css-module-data */
1438
+ ._Components_3pbdy_1 {
1439
+ padding: 16px;
1440
+ height: 100%;
1441
+ overflow-y: auto;
1442
+ box-sizing: border-box;
1443
+ }
1444
+
1598
1445
  /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Preview/styles.module.css/#css-module-data */
1599
1446
  ._PuckPreview_z2rgu_1 {
1600
1447
  position: relative;
@@ -1709,116 +1556,172 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
1709
1556
  margin-top: 4px;
1710
1557
  }
1711
1558
 
1712
- /* css-module:/home/runner/work/puck/puck/packages/core/components/ViewportControls/styles.module.css/#css-module-data */
1713
- ._ViewportControls_gejzr_1 {
1714
- display: flex;
1715
- background: var(--puck-color-grey-11);
1559
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Outline/styles.module.css/#css-module-data */
1560
+ ._Outline_cvjlj_1 {
1561
+ padding: 16px;
1562
+ height: 100%;
1563
+ overflow-y: auto;
1716
1564
  box-sizing: border-box;
1717
- border-inline-start: 2px solid var(--puck-color-grey-11);
1718
- justify-content: center;
1719
- gap: 8px;
1720
- min-width: 358px;
1721
- padding-bottom: 16px;
1722
- padding-inline-start: var(--puck-space-px);
1723
- padding-inline-end: var(--puck-space-px);
1724
- z-index: 1;
1725
1565
  }
1726
- ._ViewportControls-divider_gejzr_15 {
1727
- border-inline-end: 1px solid var(--puck-color-grey-09);
1728
- margin-inline-start: 8px;
1729
- margin-inline-end: 8px;
1566
+
1567
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Layout/styles.module.css/#css-module-data */
1568
+ ._Puck_hv23j_19 {
1569
+ --puck-space-px: 16px;
1570
+ font-family: var(--puck-font-family);
1571
+ overflow-x: hidden;
1730
1572
  }
1731
- ._ViewportControls-zoomSelect_gejzr_21 {
1732
- appearance: none;
1733
- 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;
1734
- background-size: 10px;
1735
- background-position: calc(100% - 12px) calc(50% + 3px);
1736
- background-repeat: no-repeat;
1737
- border: 0;
1738
- font-size: var(--puck-font-size-xxxs);
1739
- padding: 0;
1740
- width: 96px;
1573
+ @media (min-width: 766px) {
1574
+ ._Puck_hv23j_19 {
1575
+ overflow-x: auto;
1576
+ }
1741
1577
  }
1742
- ._ViewportControls-zoomSelect_gejzr_21:dir(rtl) {
1743
- background-position: 12px calc(50% + 3px);
1578
+ ._Puck-portal_hv23j_31 {
1579
+ position: relative;
1580
+ z-index: 2;
1744
1581
  }
1745
- ._ViewportButton--isActive_gejzr_38 ._ViewportButton-inner_gejzr_38 {
1746
- color: var(--puck-color-azure-04);
1582
+ ._PuckLayout_hv23j_36 {
1583
+ height: 100%;
1747
1584
  }
1748
-
1749
- /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Canvas/styles.module.css/#css-module-data */
1750
- ._PuckCanvas_18jay_1 {
1751
- background: var(--puck-color-grey-11);
1752
- display: flex;
1753
- grid-area: editor;
1754
- flex-direction: column;
1755
- padding: var(--puck-space-px);
1756
- overflow: auto;
1585
+ ._PuckLayout-inner_hv23j_40 {
1586
+ --puck-frame-width: auto;
1587
+ --puck-side-nav-width: min-content;
1588
+ --puck-side-bar-width: 0px;
1589
+ --puck-left-side-bar-width: var( --puck-user-left-side-bar-width, var(--puck-side-bar-width) );
1590
+ --puck-right-side-bar-width: var( --puck-user-right-side-bar-width, var(--puck-side-bar-width) );
1591
+ background-color: var(--puck-color-grey-12);
1592
+ display: grid;
1593
+ grid-template-areas: "header" "editor" "left" "right" "sidenav";
1594
+ grid-template-columns: var(--puck-frame-width);
1595
+ grid-template-rows: min-content auto 0 0 var(--puck-side-nav-width);
1596
+ height: 100%;
1597
+ position: relative;
1598
+ transition: grid-template-rows 150ms ease-in;
1599
+ z-index: 0;
1600
+ overflow: hidden;
1757
1601
  }
1758
- @media (min-width: 1198px) {
1759
- ._PuckCanvas_18jay_1 {
1760
- padding: calc(var(--puck-space-px) * 1.5);
1761
- padding-top: var(--puck-space-px);
1602
+ @media (min-width: 638px) {
1603
+ ._PuckLayout-inner_hv23j_40 {
1604
+ --puck-side-nav-width: 68px;
1605
+ grid-template-areas: "header header header header" "sidenav left editor right";
1606
+ grid-template-columns: var(--puck-side-nav-width) 0 var(--puck-frame-width) 0;
1607
+ grid-template-rows: min-content auto;
1762
1608
  }
1763
- ._PuckCanvas_18jay_1:not(._PuckCanvas_18jay_1:has(._PuckCanvas-controls_18jay_16)) {
1764
- padding-top: calc(var(--puck-space-px) * 1.5);
1609
+ }
1610
+ ._PuckLayout--mounted_hv23j_73 ._PuckLayout-inner_hv23j_40 {
1611
+ --puck-side-bar-width: 186px;
1612
+ }
1613
+ ._PuckLayout--mobilePanelHeightToggle_hv23j_77._PuckLayout--leftSideBarVisible_hv23j_77 ._PuckLayout-inner_hv23j_40 {
1614
+ grid-template-rows: 0 auto 30% 0 var(--puck-side-nav-width);
1615
+ }
1616
+ ._PuckLayout--mobilePanelHeightToggle_hv23j_77._PuckLayout--leftSideBarVisible_hv23j_77._PuckLayout--isExpanded_hv23j_83 ._PuckLayout-inner_hv23j_40 {
1617
+ grid-template-rows: 0 auto 55% 0 var(--puck-side-nav-width);
1618
+ }
1619
+ @media (min-width: 638px) {
1620
+ ._PuckLayout--mobilePanelHeightToggle_hv23j_77._PuckLayout--leftSideBarVisible_hv23j_77 ._PuckLayout-inner_hv23j_40 {
1621
+ grid-template-columns: var(--puck-side-nav-width) var(--puck-left-side-bar-width) var( --puck-frame-width ) 0;
1622
+ grid-template-rows: min-content auto;
1765
1623
  }
1766
1624
  }
1767
- ._PuckCanvas-inner_18jay_21 {
1768
- display: flex;
1769
- height: 100%;
1770
- justify-content: center;
1771
- min-width: 358px;
1772
- position: relative;
1773
- width: 100%;
1625
+ ._PuckLayout--mobilePanelHeightMinContent_hv23j_101._PuckLayout--leftSideBarVisible_hv23j_77 ._PuckLayout-inner_hv23j_40,
1626
+ ._PuckLayout--mobilePanelHeightMinContent_hv23j_101._PuckLayout--leftSideBarVisible_hv23j_77._PuckLayout--isExpanded_hv23j_83 ._PuckLayout-inner_hv23j_40 {
1627
+ grid-template-rows: 0 auto min-content 0 var(--puck-side-nav-width);
1774
1628
  }
1775
- ._PuckCanvas-root_18jay_30 {
1776
- background: white;
1777
- border: 1px solid var(--puck-color-grey-09);
1778
- box-sizing: content-box;
1779
- min-width: 321px;
1780
- position: absolute;
1781
- pointer-events: none;
1782
- transform-origin: top;
1783
- top: 0;
1784
- bottom: 0;
1785
- opacity: 0;
1629
+ @media (min-width: 638px) {
1630
+ ._PuckLayout--mobilePanelHeightToggle_hv23j_77._PuckLayout--leftSideBarVisible_hv23j_77 ._PuckLayout-inner_hv23j_40,
1631
+ ._PuckLayout--mobilePanelHeightToggle_hv23j_77._PuckLayout--leftSideBarVisible_hv23j_77._PuckLayout--isExpanded_hv23j_83 ._PuckLayout-inner_hv23j_40,
1632
+ ._PuckLayout--mobilePanelHeightMinContent_hv23j_101._PuckLayout--leftSideBarVisible_hv23j_77 ._PuckLayout-inner_hv23j_40,
1633
+ ._PuckLayout--mobilePanelHeightMinContent_hv23j_101._PuckLayout--leftSideBarVisible_hv23j_77._PuckLayout--isExpanded_hv23j_83 ._PuckLayout-inner_hv23j_40 {
1634
+ grid-template-columns: var(--puck-side-nav-width) var(--puck-left-side-bar-width) var( --puck-frame-width ) 0;
1635
+ grid-template-rows: min-content auto;
1636
+ }
1786
1637
  }
1787
- @media (min-width: 1198px) {
1788
- ._PuckCanvas-root_18jay_30 {
1789
- min-width: unset;
1638
+ @media (min-width: 638px) {
1639
+ ._PuckLayout--rightSideBarVisible_hv23j_128 ._PuckLayout-inner_hv23j_40 {
1640
+ grid-template-columns: var(--puck-side-nav-width) 0 var(--puck-frame-width) var(--puck-right-side-bar-width);
1790
1641
  }
1791
1642
  }
1792
- @media (prefers-reduced-motion: reduce) {
1793
- ._PuckCanvas-root_18jay_30 {
1794
- transition: none !important;
1643
+ @media (min-width: 638px) {
1644
+ ._PuckLayout--leftSideBarVisible_hv23j_77._PuckLayout--rightSideBarVisible_hv23j_128 ._PuckLayout-inner_hv23j_40 {
1645
+ grid-template-columns: var(--puck-side-nav-width) var(--puck-left-side-bar-width) var( --puck-frame-width ) var(--puck-right-side-bar-width);
1795
1646
  }
1796
1647
  }
1797
- ._PuckCanvas--ready_18jay_55 ._PuckCanvas-root_18jay_30 {
1798
- pointer-events: unset;
1799
- opacity: 1;
1648
+ @media (min-width: 458px) {
1649
+ ._PuckLayout-mounted_hv23j_147 ._PuckLayout-inner_hv23j_40 {
1650
+ --puck-frame-width: minmax(266px, auto);
1651
+ }
1800
1652
  }
1801
- ._PuckCanvas-loader_18jay_60 {
1802
- align-items: center;
1803
- color: var(--puck-color-grey-06);
1804
- display: flex;
1805
- height: 100%;
1806
- justify-content: center;
1807
- transition: opacity 250ms ease-out;
1808
- opacity: 0;
1653
+ @media (min-width: 638px) {
1654
+ ._PuckLayout_hv23j_36 ._PuckLayout-inner_hv23j_40 {
1655
+ --puck-side-bar-width: minmax(186px, 250px);
1656
+ }
1809
1657
  }
1810
- ._PuckCanvas--showLoader_18jay_70 ._PuckCanvas-loader_18jay_60 {
1811
- opacity: 1;
1658
+ @media (min-width: 766px) {
1659
+ ._PuckLayout_hv23j_36 ._PuckLayout-inner_hv23j_40 {
1660
+ --puck-frame-width: auto;
1661
+ }
1812
1662
  }
1813
- ._PuckCanvas--showLoader_18jay_70._PuckCanvas--ready_18jay_55 ._PuckCanvas-loader_18jay_60 {
1814
- opacity: 0;
1815
- height: 0;
1816
- transition: none;
1663
+ @media (min-width: 990px) {
1664
+ ._PuckLayout_hv23j_36 ._PuckLayout-inner_hv23j_40 {
1665
+ --puck-side-bar-width: 256px;
1666
+ }
1817
1667
  }
1818
-
1819
- /* css-module:/home/runner/work/puck/puck/packages/core/components/MenuBar/styles.module.css/#css-module-data */
1820
- ._MenuBar_8pf8c_1 {
1821
- background-color: var(--puck-color-white);
1668
+ @media (min-width: 1198px) {
1669
+ ._PuckLayout_hv23j_36 ._PuckLayout-inner_hv23j_40 {
1670
+ --puck-side-bar-width: 274px;
1671
+ }
1672
+ }
1673
+ @media (min-width: 1398px) {
1674
+ ._PuckLayout_hv23j_36 ._PuckLayout-inner_hv23j_40 {
1675
+ --puck-side-bar-width: 290px;
1676
+ }
1677
+ }
1678
+ @media (min-width: 1598px) {
1679
+ ._PuckLayout_hv23j_36 ._PuckLayout-inner_hv23j_40 {
1680
+ --puck-side-bar-width: 320px;
1681
+ }
1682
+ }
1683
+ ._PuckLayout-nav_hv23j_188 {
1684
+ border-top: 1px solid var(--puck-color-grey-09);
1685
+ background-color: var(--puck-color-grey-12);
1686
+ grid-area: sidenav;
1687
+ overflow: hidden;
1688
+ width: 100%;
1689
+ }
1690
+ @media (min-width: 638px) {
1691
+ ._PuckLayout-nav_hv23j_188 {
1692
+ border-top: 0;
1693
+ border-right: 1px solid var(--puck-color-grey-09);
1694
+ box-sizing: border-box;
1695
+ }
1696
+ }
1697
+ ._PuckLayout-header_hv23j_204 {
1698
+ grid-area: header;
1699
+ }
1700
+ ._PuckLayout--leftSideBarVisible_hv23j_77 ._PuckLayout-header_hv23j_204 {
1701
+ overflow: hidden;
1702
+ }
1703
+ @media (min-width: 638px) {
1704
+ ._PuckLayout--leftSideBarVisible_hv23j_77 ._PuckLayout-header_hv23j_204 {
1705
+ overflow: auto;
1706
+ }
1707
+ }
1708
+ ._PuckPluginTab_hv23j_218 {
1709
+ display: none;
1710
+ flex-grow: 1;
1711
+ overflow: hidden;
1712
+ }
1713
+ ._PuckPluginTab--visible_hv23j_224 {
1714
+ display: flex;
1715
+ flex-direction: column;
1716
+ }
1717
+ ._PuckPluginTab-body_hv23j_229 {
1718
+ flex-grow: 1;
1719
+ overflow: hidden;
1720
+ }
1721
+
1722
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/MenuBar/styles.module.css/#css-module-data */
1723
+ ._MenuBar_8pf8c_1 {
1724
+ background-color: var(--puck-color-white);
1822
1725
  border-bottom: 1px solid var(--puck-color-grey-09);
1823
1726
  display: none;
1824
1727
  left: 0;
@@ -1861,7 +1764,7 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
1861
1764
  }
1862
1765
 
1863
1766
  /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Header/styles.module.css/#css-module-data */
1864
- ._PuckHeader_15xnq_1 {
1767
+ ._PuckHeader_1bhmt_1 {
1865
1768
  background: var(--puck-color-white);
1866
1769
  border-bottom: 1px solid var(--puck-color-grey-09);
1867
1770
  color: var(--puck-color-black);
@@ -1869,7 +1772,12 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
1869
1772
  position: relative;
1870
1773
  max-width: 100vw;
1871
1774
  }
1872
- ._PuckHeader-inner_15xnq_10 {
1775
+ @media (min-width: 638px) {
1776
+ ._PuckHeader_1bhmt_1 {
1777
+ padding-left: 67px;
1778
+ }
1779
+ }
1780
+ ._PuckHeader-inner_1bhmt_16 {
1873
1781
  align-items: end;
1874
1782
  display: grid;
1875
1783
  gap: var(--puck-space-px);
@@ -1878,43 +1786,372 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
1878
1786
  grid-template-rows: auto;
1879
1787
  padding: var(--puck-space-px);
1880
1788
  }
1881
- ._PuckHeader-toggle_15xnq_20 {
1789
+ @media (min-width: 638px) {
1790
+ ._PuckHeader-inner_1bhmt_16 {
1791
+ border-left: 1px solid var(--puck-color-grey-09);
1792
+ }
1793
+ }
1794
+ ._PuckHeader-toggle_1bhmt_32 {
1882
1795
  color: var(--puck-color-grey-05);
1883
1796
  display: flex;
1884
1797
  margin-inline-start: -4px;
1885
1798
  padding-top: 2px;
1886
1799
  }
1887
- ._PuckHeader--rightSideBarVisible_15xnq_27 ._PuckHeader-rightSideBarToggle_15xnq_27,
1888
- ._PuckHeader--leftSideBarVisible_15xnq_28 ._PuckHeader-leftSideBarToggle_15xnq_28 {
1800
+ ._PuckHeader--rightSideBarVisible_1bhmt_39 ._PuckHeader-rightSideBarToggle_1bhmt_39,
1801
+ ._PuckHeader--leftSideBarVisible_1bhmt_40 ._PuckHeader-leftSideBarToggle_1bhmt_40 {
1889
1802
  color: var(--puck-color-black);
1890
1803
  }
1891
- ._PuckHeader-title_15xnq_32 {
1804
+ ._PuckHeader-rightSideBarToggle_1bhmt_39,
1805
+ ._PuckHeader-leftSideBarToggle_1bhmt_40 {
1806
+ display: none;
1807
+ }
1808
+ @media (min-width: 638px) {
1809
+ ._PuckHeader-rightSideBarToggle_1bhmt_39,
1810
+ ._PuckHeader-leftSideBarToggle_1bhmt_40 {
1811
+ display: block;
1812
+ }
1813
+ }
1814
+ ._PuckHeader-title_1bhmt_56 {
1892
1815
  align-self: center;
1893
1816
  }
1894
- ._PuckHeader-path_15xnq_36 {
1817
+ ._PuckHeader-path_1bhmt_60 {
1895
1818
  font-family: var(--puck-font-family-monospaced);
1896
1819
  font-size: var(--puck-font-size-xxs);
1897
1820
  font-weight: normal;
1898
1821
  word-break: break-all;
1899
1822
  }
1900
- ._PuckHeader-tools_15xnq_43 {
1823
+ ._PuckHeader-tools_1bhmt_67 {
1901
1824
  display: flex;
1902
1825
  gap: 16px;
1903
1826
  justify-content: flex-end;
1904
1827
  }
1905
- ._PuckHeader-menuButton_15xnq_49 {
1828
+ ._PuckHeader-menuButton_1bhmt_73 {
1906
1829
  color: var(--puck-color-grey-05);
1907
1830
  margin-inline-start: -4px;
1908
1831
  }
1909
- ._PuckHeader--menuOpen_15xnq_54 ._PuckHeader-menuButton_15xnq_49 {
1832
+ ._PuckHeader--menuOpen_1bhmt_78 ._PuckHeader-menuButton_1bhmt_73 {
1910
1833
  color: var(--puck-color-black);
1911
1834
  }
1912
1835
  @media (min-width: 638px) {
1913
- ._PuckHeader-menuButton_15xnq_49 {
1836
+ ._PuckHeader-menuButton_1bhmt_73 {
1914
1837
  display: none;
1915
1838
  }
1916
1839
  }
1917
1840
 
1841
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/SidebarSection/styles.module.css/#css-module-data */
1842
+ ._SidebarSection_8boj8_1 {
1843
+ display: flex;
1844
+ position: relative;
1845
+ flex-direction: column;
1846
+ color: var(--puck-color-black);
1847
+ }
1848
+ ._SidebarSection_8boj8_1:last-of-type {
1849
+ flex-grow: 1;
1850
+ }
1851
+ ._SidebarSection-title_8boj8_12 {
1852
+ background: var(--puck-color-white);
1853
+ padding: 16px;
1854
+ border-bottom: 1px solid var(--puck-color-grey-09);
1855
+ border-top: 1px solid var(--puck-color-grey-09);
1856
+ overflow-x: auto;
1857
+ }
1858
+ ._SidebarSection--noBorderTop_8boj8_20 > ._SidebarSection-title_8boj8_12 {
1859
+ border-top: 0px;
1860
+ }
1861
+ ._SidebarSection-content_8boj8_24 {
1862
+ padding: 16px;
1863
+ }
1864
+ ._SidebarSection--noPadding_8boj8_28 > ._SidebarSection-content_8boj8_24 {
1865
+ padding: 0px;
1866
+ }
1867
+ ._SidebarSection--noPadding_8boj8_28 > ._SidebarSection-content_8boj8_24:last-child {
1868
+ padding-bottom: 4px;
1869
+ }
1870
+ ._SidebarSection_8boj8_1:last-of-type ._SidebarSection-content_8boj8_24 {
1871
+ border-bottom: none;
1872
+ flex-grow: 1;
1873
+ }
1874
+ ._SidebarSection-breadcrumbLabel_8boj8_41 {
1875
+ background: none;
1876
+ border: 0;
1877
+ border-radius: 2px;
1878
+ color: var(--puck-color-azure-04);
1879
+ cursor: pointer;
1880
+ font: inherit;
1881
+ flex-shrink: 0;
1882
+ padding: 0;
1883
+ transition: color 50ms ease-in;
1884
+ }
1885
+ ._SidebarSection-breadcrumbLabel_8boj8_41:focus-visible {
1886
+ outline: 2px solid var(--puck-color-azure-05);
1887
+ outline-offset: 2px;
1888
+ }
1889
+ @media (hover: hover) and (pointer: fine) {
1890
+ ._SidebarSection-breadcrumbLabel_8boj8_41:hover {
1891
+ color: var(--puck-color-azure-03);
1892
+ transition: none;
1893
+ }
1894
+ }
1895
+ ._SidebarSection-breadcrumbLabel_8boj8_41:active {
1896
+ color: var(--puck-color-azure-02);
1897
+ transition: none;
1898
+ }
1899
+ ._SidebarSection-breadcrumbs_8boj8_70 {
1900
+ align-items: center;
1901
+ display: flex;
1902
+ gap: 4px;
1903
+ }
1904
+ ._SidebarSection-breadcrumb_8boj8_41 {
1905
+ align-items: center;
1906
+ display: flex;
1907
+ gap: 4px;
1908
+ }
1909
+ ._SidebarSection-heading_8boj8_82 {
1910
+ padding-inline-end: 16px;
1911
+ }
1912
+ ._SidebarSection-loadingOverlay_8boj8_86 {
1913
+ background: var(--puck-color-white);
1914
+ display: flex;
1915
+ justify-content: center;
1916
+ align-items: center;
1917
+ height: 100%;
1918
+ width: 100%;
1919
+ top: 0;
1920
+ position: absolute;
1921
+ z-index: 1;
1922
+ pointer-events: all;
1923
+ box-sizing: border-box;
1924
+ opacity: 0.8;
1925
+ }
1926
+
1927
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/Breadcrumbs/styles.module.css/#css-module-data */
1928
+ ._Breadcrumbs_1c9yh_1 {
1929
+ align-items: center;
1930
+ display: flex;
1931
+ gap: 4px;
1932
+ }
1933
+ ._Breadcrumbs-breadcrumbLabel_1c9yh_7 {
1934
+ background: none;
1935
+ border: 0;
1936
+ border-radius: 2px;
1937
+ color: var(--puck-color-azure-04);
1938
+ cursor: pointer;
1939
+ font: inherit;
1940
+ flex-shrink: 0;
1941
+ padding: 0;
1942
+ transition: color 50ms ease-in;
1943
+ }
1944
+ ._Breadcrumbs-breadcrumbLabel_1c9yh_7:focus-visible {
1945
+ outline: 2px solid var(--puck-color-azure-05);
1946
+ outline-offset: 2px;
1947
+ }
1948
+ @media (hover: hover) and (pointer: fine) {
1949
+ ._Breadcrumbs-breadcrumbLabel_1c9yh_7:hover {
1950
+ color: var(--puck-color-azure-03);
1951
+ transition: none;
1952
+ }
1953
+ }
1954
+ ._Breadcrumbs-breadcrumbLabel_1c9yh_7:active {
1955
+ color: var(--puck-color-azure-02);
1956
+ transition: none;
1957
+ }
1958
+ ._Breadcrumbs-breadcrumb_1c9yh_7 {
1959
+ align-items: center;
1960
+ display: flex;
1961
+ gap: 4px;
1962
+ }
1963
+
1964
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/ViewportControls/styles.module.css/#css-module-data */
1965
+ ._ViewportControls_e3unb_1 {
1966
+ position: relative;
1967
+ }
1968
+ ._ViewportControls--fullScreen_e3unb_5 {
1969
+ border-radius: 32px;
1970
+ display: flex;
1971
+ position: absolute;
1972
+ bottom: 12px;
1973
+ right: 12px;
1974
+ overflow: hidden;
1975
+ }
1976
+ ._ViewportControls-toggleButton_e3unb_14 {
1977
+ display: none;
1978
+ }
1979
+ ._ViewportControls--fullScreen_e3unb_5 ._ViewportControls-toggleButton_e3unb_14 {
1980
+ align-items: center;
1981
+ background-color: var(--puck-color-grey-02);
1982
+ border: 1px solid var(--puck-color-grey-04);
1983
+ border-radius: 30px;
1984
+ cursor: pointer;
1985
+ color: var(--puck-color-grey-11);
1986
+ display: flex;
1987
+ justify-content: center;
1988
+ width: 42px;
1989
+ height: 42px;
1990
+ z-index: 1;
1991
+ }
1992
+ ._ViewportControls--fullScreen_e3unb_5 ._ViewportControls-toggleButton_e3unb_14:hover {
1993
+ background-color: var(--puck-color-grey-02);
1994
+ border: 1px solid var(--puck-color-azure-04);
1995
+ color: var(--puck-color-azure-07);
1996
+ }
1997
+ ._ViewportControls--isExpanded_e3unb_38 ._ViewportControls-toggleButton_e3unb_14 {
1998
+ background-color: var(--puck-color-grey-03);
1999
+ }
2000
+ ._ViewportControls-actions_e3unb_42 {
2001
+ display: flex;
2002
+ }
2003
+ ._ViewportControls-actionsInner_e3unb_46 {
2004
+ display: flex;
2005
+ box-sizing: border-box;
2006
+ justify-content: center;
2007
+ margin-left: auto;
2008
+ margin-right: auto;
2009
+ z-index: 0;
2010
+ overflow: hidden;
2011
+ }
2012
+ ._ViewportControls--fullScreen_e3unb_5 ._ViewportControls-actionsInner_e3unb_46 {
2013
+ background: var(--puck-color-grey-11);
2014
+ border: 1px solid var(--puck-color-grey-09);
2015
+ border-radius: 30px;
2016
+ margin-left: none;
2017
+ margin-right: none;
2018
+ padding-right: 42px;
2019
+ }
2020
+ ._ViewportControls--fullScreen_e3unb_5 ._ViewportControls-actionsInner_e3unb_46 {
2021
+ transform: translateX(100%);
2022
+ transition: transform 150ms ease-in-out;
2023
+ }
2024
+ ._ViewportControls--fullScreen_e3unb_5._ViewportControls--isExpanded_e3unb_38 ._ViewportControls-actionsInner_e3unb_46 {
2025
+ transform: translateX(42px);
2026
+ }
2027
+ ._ViewportControls-divider_e3unb_75 {
2028
+ border-inline-end: 1px solid var(--puck-color-grey-09);
2029
+ margin-bottom: 8px;
2030
+ margin-top: 8px;
2031
+ }
2032
+ ._ViewportControls-zoomSelect_e3unb_81 {
2033
+ appearance: none;
2034
+ 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;
2035
+ background-size: 10px;
2036
+ background-position: calc(100% - 12px) calc(50% + 3px);
2037
+ background-repeat: no-repeat;
2038
+ border: 0;
2039
+ font-size: var(--puck-font-size-xxxs);
2040
+ padding: 0;
2041
+ padding-left: 8px;
2042
+ width: 96px;
2043
+ }
2044
+ ._ViewportControls--fullScreen_e3unb_5 ._ViewportControls-zoom_e3unb_81 {
2045
+ display: none;
2046
+ }
2047
+ @media (min-width: 638px) {
2048
+ ._ViewportControls-zoom_e3unb_81,
2049
+ ._ViewportControls--fullScreen_e3unb_5 ._ViewportControls-zoom_e3unb_81 {
2050
+ display: flex;
2051
+ justify-content: center;
2052
+ }
2053
+ }
2054
+ ._ViewportControls-zoomSelect_e3unb_81:dir(rtl) {
2055
+ background-position: 12px calc(50% + 3px);
2056
+ }
2057
+ ._ViewportButton-inner_e3unb_111 {
2058
+ align-items: center;
2059
+ display: flex;
2060
+ justify-content: center;
2061
+ height: 32px;
2062
+ width: 32px;
2063
+ }
2064
+ ._ViewportButton--isActive_e3unb_119 ._ViewportButton-inner_e3unb_111 {
2065
+ color: var(--puck-color-azure-04);
2066
+ }
2067
+
2068
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Canvas/styles.module.css/#css-module-data */
2069
+ ._PuckCanvas_t6s9b_1 {
2070
+ background: var(--puck-color-grey-11);
2071
+ display: flex;
2072
+ grid-area: editor;
2073
+ flex-direction: column;
2074
+ padding: var(--puck-space-px);
2075
+ position: relative;
2076
+ overflow: auto;
2077
+ }
2078
+ @media (min-width: 1198px) {
2079
+ ._PuckCanvas_t6s9b_1 {
2080
+ padding: calc(var(--puck-space-px) * 1.5);
2081
+ padding-top: calc(var(--puck-space-px) * 0.5);
2082
+ }
2083
+ ._PuckCanvas_t6s9b_1:not(._PuckCanvas_t6s9b_1:has(._PuckCanvas-controls_t6s9b_17)) {
2084
+ padding-top: calc(var(--puck-space-px) * 1.5);
2085
+ }
2086
+ }
2087
+ ._PuckCanvas--fullScreen_t6s9b_22 {
2088
+ padding: 0;
2089
+ overflow: hidden;
2090
+ }
2091
+ @media (min-width: 1198px) {
2092
+ ._PuckCanvas--fullScreen_t6s9b_22 {
2093
+ padding: 0;
2094
+ }
2095
+ }
2096
+ ._PuckCanvas-inner_t6s9b_33 {
2097
+ display: flex;
2098
+ height: 100%;
2099
+ justify-content: center;
2100
+ min-width: 288px;
2101
+ position: relative;
2102
+ width: 100%;
2103
+ }
2104
+ ._PuckCanvas-root_t6s9b_42 {
2105
+ background: white;
2106
+ outline: 1px solid var(--puck-color-grey-09);
2107
+ box-sizing: content-box;
2108
+ min-width: 321px;
2109
+ position: absolute;
2110
+ pointer-events: none;
2111
+ transform-origin: top;
2112
+ top: 0;
2113
+ bottom: 0;
2114
+ opacity: 0;
2115
+ }
2116
+ @media (min-width: 1198px) {
2117
+ ._PuckCanvas-root_t6s9b_42 {
2118
+ min-width: unset;
2119
+ }
2120
+ }
2121
+ @media (prefers-reduced-motion: reduce) {
2122
+ ._PuckCanvas-root_t6s9b_42 {
2123
+ transition: none !important;
2124
+ }
2125
+ }
2126
+ ._PuckCanvas--ready_t6s9b_67 ._PuckCanvas-root_t6s9b_42 {
2127
+ pointer-events: unset;
2128
+ opacity: 1;
2129
+ }
2130
+ ._PuckCanvas-loader_t6s9b_72 {
2131
+ align-items: center;
2132
+ color: var(--puck-color-grey-06);
2133
+ display: flex;
2134
+ height: 100%;
2135
+ justify-content: center;
2136
+ transition: opacity 250ms ease-out;
2137
+ opacity: 0;
2138
+ }
2139
+ ._PuckCanvas--showLoader_t6s9b_82 ._PuckCanvas-loader_t6s9b_72 {
2140
+ opacity: 1;
2141
+ }
2142
+ ._PuckCanvas--showLoader_t6s9b_82._PuckCanvas--ready_t6s9b_67 ._PuckCanvas-loader_t6s9b_72 {
2143
+ opacity: 0;
2144
+ height: 0;
2145
+ transition: none;
2146
+ }
2147
+ ._PuckCanvas-controls_t6s9b_17 {
2148
+ padding-bottom: calc(var(--puck-space-px) * 0.5);
2149
+ }
2150
+ ._PuckCanvas--fullScreen_t6s9b_22 ._PuckCanvas-controls_t6s9b_17 {
2151
+ padding-bottom: 0;
2152
+ z-index: 1;
2153
+ }
2154
+
1918
2155
  /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/ResizeHandle/styles.module.css/#css-module-data */
1919
2156
  @media (min-width: 766px) {
1920
2157
  ._ResizeHandle_144bf_2 {
@@ -1949,31 +2186,173 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
1949
2186
  }
1950
2187
 
1951
2188
  /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Sidebar/styles.module.css/#css-module-data */
1952
- ._Sidebar_1xksb_1 {
2189
+ ._Sidebar_o396p_1 {
2190
+ border-block-start: 1px solid var(--puck-color-grey-09);
1953
2191
  position: relative;
1954
- display: flex;
2192
+ display: none;
1955
2193
  flex-direction: column;
1956
2194
  overflow-y: auto;
1957
2195
  }
1958
- ._Sidebar--left_1xksb_8 {
2196
+ ._Sidebar--isVisible_o396p_9 {
2197
+ display: flex;
2198
+ }
2199
+ ._Sidebar--left_o396p_13 {
1959
2200
  background: var(--puck-color-grey-12);
1960
- border-inline-end: 1px solid var(--puck-color-grey-09);
1961
2201
  grid-area: left;
1962
2202
  }
1963
- ._Sidebar--right_1xksb_14 {
2203
+ @media (min-width: 766px) {
2204
+ ._Sidebar--left_o396p_13 {
2205
+ border-block-start: 0;
2206
+ border-inline-end: 1px solid var(--puck-color-grey-09);
2207
+ }
2208
+ }
2209
+ ._Sidebar--right_o396p_25 {
1964
2210
  background: var(--puck-color-white);
1965
- border-inline-start: 1px solid var(--puck-color-grey-09);
1966
2211
  grid-area: right;
1967
2212
  }
1968
- ._Sidebar-resizeHandle_1xksb_20 {
2213
+ @media (min-width: 766px) {
2214
+ ._Sidebar--right_o396p_25 {
2215
+ border-block-start: 0;
2216
+ border-inline-start: 1px solid var(--puck-color-grey-09);
2217
+ }
2218
+ }
2219
+ ._Sidebar-resizeHandle_o396p_37 {
1969
2220
  position: absolute;
1970
2221
  height: 100%;
1971
2222
  }
1972
- ._Sidebar--left_1xksb_8 + ._Sidebar-resizeHandle_1xksb_20 {
2223
+ ._Sidebar--left_o396p_13 + ._Sidebar-resizeHandle_o396p_37 {
1973
2224
  grid-area: left;
1974
2225
  justify-self: end;
1975
2226
  }
1976
- ._Sidebar--right_1xksb_14 + ._Sidebar-resizeHandle_1xksb_20 {
2227
+ ._Sidebar--right_o396p_25 + ._Sidebar-resizeHandle_o396p_37 {
1977
2228
  grid-area: right;
1978
2229
  justify-self: start;
1979
2230
  }
2231
+
2232
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Nav/styles.module.css/#css-module-data */
2233
+ ._Nav_3nnxc_1 {
2234
+ display: flex;
2235
+ }
2236
+ ._Nav-list_3nnxc_5 {
2237
+ display: flex;
2238
+ list-style: none;
2239
+ margin: 0;
2240
+ padding: 0;
2241
+ overflow-x: auto;
2242
+ gap: 8px;
2243
+ }
2244
+ @media (min-width: 638px) {
2245
+ ._Nav-list_3nnxc_5 {
2246
+ padding-top: 32px;
2247
+ flex-direction: column;
2248
+ gap: 16px;
2249
+ width: 100%;
2250
+ }
2251
+ }
2252
+ ._Nav-mobileActions_3nnxc_23 {
2253
+ align-items: center;
2254
+ display: flex;
2255
+ justify-content: center;
2256
+ margin-inline-start: auto;
2257
+ padding: 4px 16px;
2258
+ border-inline-start: 1px solid var(--puck-color-grey-09);
2259
+ }
2260
+ @media (min-width: 638px) {
2261
+ ._Nav-mobileActions_3nnxc_23 {
2262
+ display: none;
2263
+ }
2264
+ }
2265
+ ._NavItem-link_3nnxc_38 {
2266
+ align-items: center;
2267
+ color: var(--puck-color-grey-03);
2268
+ display: flex;
2269
+ gap: 8px;
2270
+ text-decoration: none;
2271
+ cursor: pointer;
2272
+ border-radius: 4px;
2273
+ padding: 8px 4px;
2274
+ width: 64px;
2275
+ box-sizing: border-box;
2276
+ }
2277
+ @media (min-width: 638px) {
2278
+ ._NavItem-link_3nnxc_38 {
2279
+ width: auto;
2280
+ }
2281
+ }
2282
+ ._NavItem_3nnxc_38:first-of-type {
2283
+ padding-left: 16px;
2284
+ }
2285
+ ._NavItem_3nnxc_38:last-of-type {
2286
+ padding-right: 16px;
2287
+ }
2288
+ @media (min-width: 638px) {
2289
+ ._NavItem_3nnxc_38:first-of-type,
2290
+ ._NavItem_3nnxc_38:last-of-type {
2291
+ padding: 0;
2292
+ }
2293
+ }
2294
+ ._NavItem-link_3nnxc_38 {
2295
+ border-top: 4px solid transparent;
2296
+ border-bottom: 4px solid transparent;
2297
+ border-radius: 0;
2298
+ flex-direction: column;
2299
+ font-size: var(--puck-font-size-xxxs);
2300
+ }
2301
+ @media (min-width: 638px) {
2302
+ ._NavItem-link_3nnxc_38 {
2303
+ border: 0;
2304
+ border-left: 4px solid transparent;
2305
+ border-right: 4px solid transparent;
2306
+ }
2307
+ }
2308
+ ._NavItem-linkIcon_3nnxc_88 {
2309
+ height: 24px;
2310
+ width: 24px;
2311
+ }
2312
+ ._NavItem--active_3nnxc_93 > ._NavItem-link_3nnxc_38 {
2313
+ background-color: var(--puck-color-azure-10);
2314
+ color: var(--puck-color-azure-04);
2315
+ font-weight: 600;
2316
+ }
2317
+ ._NavItem--active_3nnxc_93 > ._NavItem-link_3nnxc_38 {
2318
+ background-color: transparent;
2319
+ border-top-color: var(--puck-color-azure-04);
2320
+ border-top-right-radius: 0;
2321
+ border-bottom-right-radius: 0;
2322
+ font-weight: 600;
2323
+ }
2324
+ @media (min-width: 638px) {
2325
+ ._NavItem--active_3nnxc_93 > ._NavItem-link_3nnxc_38 {
2326
+ border-top-color: transparent;
2327
+ border-right-color: var(--puck-color-azure-04);
2328
+ }
2329
+ }
2330
+ ._NavItem_3nnxc_38:not(._NavItem--active_3nnxc_93) > ._NavItem-link_3nnxc_38:hover {
2331
+ background-color: var(--puck-color-azure-11);
2332
+ color: var(--puck-color-azure-04);
2333
+ }
2334
+ @media (min-width: 638px) {
2335
+ ._NavItem--mobileOnly_3nnxc_120 {
2336
+ display: none;
2337
+ }
2338
+ }
2339
+
2340
+ /* css-module:/home/runner/work/puck/puck/packages/core/plugins/fields/styles.module.css/#css-module-data */
2341
+ ._FieldsPlugin_nd930_1 {
2342
+ background: white;
2343
+ height: 100%;
2344
+ overflow-y: auto;
2345
+ }
2346
+ ._FieldsPlugin-header_nd930_7 {
2347
+ border-bottom: 1px solid var(--puck-color-grey-09);
2348
+ font-weight: 600;
2349
+ padding-bottom: 8px;
2350
+ padding-left: 16px;
2351
+ padding-right: 16px;
2352
+ padding-top: 8px;
2353
+ }
2354
+ @media (min-width: 638px) {
2355
+ ._FieldsPlugin-header_nd930_7 {
2356
+ padding: 16px;
2357
+ }
2358
+ }