@measured/puck 0.20.0 → 0.21.0-canary.d32e582b

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