@measured/puck 0.21.0-canary.ec77dd9f → 0.21.0-canary.f3ce0d72

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