@measured/puck 0.21.0-canary.16a3eee1 → 0.21.0-canary.2e1b5267

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