@measured/puck 0.21.0-canary.6dae6cb7 → 0.21.0-canary.8db6528d

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