@measured/puck 0.21.0-canary.bd7b613d → 0.21.0-canary.c6d4e0ec

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1329,19 +1329,182 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
1329
1329
  }
1330
1330
 
1331
1331
  /* css-module:/home/runner/work/puck/puck/packages/core/components/InlineTextField/styles.module.css/#css-module-data */
1332
- ._InlineTextField_1xph6_1 {
1332
+ ._InlineTextField_104qp_1 {
1333
1333
  cursor: text;
1334
1334
  display: inline-block;
1335
1335
  white-space: pre-wrap;
1336
+ text-decoration: inherit;
1336
1337
  }
1337
- [data-dnd-dragging] ._InlineTextField_1xph6_1 {
1338
+ [data-dnd-dragging] ._InlineTextField_104qp_1 {
1338
1339
  cursor: none;
1339
1340
  caret-color: transparent;
1340
1341
  }
1341
- [data-dnd-dragging] ._InlineTextField_1xph6_1::selection {
1342
+ [data-dnd-dragging] ._InlineTextField_104qp_1::selection {
1342
1343
  display: none;
1343
1344
  }
1344
1345
 
1346
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/SidebarSection/styles.module.css/#css-module-data */
1347
+ ._SidebarSection_8boj8_1 {
1348
+ display: flex;
1349
+ position: relative;
1350
+ flex-direction: column;
1351
+ color: var(--puck-color-black);
1352
+ }
1353
+ ._SidebarSection_8boj8_1:last-of-type {
1354
+ flex-grow: 1;
1355
+ }
1356
+ ._SidebarSection-title_8boj8_12 {
1357
+ background: var(--puck-color-white);
1358
+ padding: 16px;
1359
+ border-bottom: 1px solid var(--puck-color-grey-09);
1360
+ border-top: 1px solid var(--puck-color-grey-09);
1361
+ overflow-x: auto;
1362
+ }
1363
+ ._SidebarSection--noBorderTop_8boj8_20 > ._SidebarSection-title_8boj8_12 {
1364
+ border-top: 0px;
1365
+ }
1366
+ ._SidebarSection-content_8boj8_24 {
1367
+ padding: 16px;
1368
+ }
1369
+ ._SidebarSection--noPadding_8boj8_28 > ._SidebarSection-content_8boj8_24 {
1370
+ padding: 0px;
1371
+ }
1372
+ ._SidebarSection--noPadding_8boj8_28 > ._SidebarSection-content_8boj8_24:last-child {
1373
+ padding-bottom: 4px;
1374
+ }
1375
+ ._SidebarSection_8boj8_1:last-of-type ._SidebarSection-content_8boj8_24 {
1376
+ border-bottom: none;
1377
+ flex-grow: 1;
1378
+ }
1379
+ ._SidebarSection-breadcrumbLabel_8boj8_41 {
1380
+ background: none;
1381
+ border: 0;
1382
+ border-radius: 2px;
1383
+ color: var(--puck-color-azure-04);
1384
+ cursor: pointer;
1385
+ font: inherit;
1386
+ flex-shrink: 0;
1387
+ padding: 0;
1388
+ transition: color 50ms ease-in;
1389
+ }
1390
+ ._SidebarSection-breadcrumbLabel_8boj8_41:focus-visible {
1391
+ outline: 2px solid var(--puck-color-azure-05);
1392
+ outline-offset: 2px;
1393
+ }
1394
+ @media (hover: hover) and (pointer: fine) {
1395
+ ._SidebarSection-breadcrumbLabel_8boj8_41:hover {
1396
+ color: var(--puck-color-azure-03);
1397
+ transition: none;
1398
+ }
1399
+ }
1400
+ ._SidebarSection-breadcrumbLabel_8boj8_41:active {
1401
+ color: var(--puck-color-azure-02);
1402
+ transition: none;
1403
+ }
1404
+ ._SidebarSection-breadcrumbs_8boj8_70 {
1405
+ align-items: center;
1406
+ display: flex;
1407
+ gap: 4px;
1408
+ }
1409
+ ._SidebarSection-breadcrumb_8boj8_41 {
1410
+ align-items: center;
1411
+ display: flex;
1412
+ gap: 4px;
1413
+ }
1414
+ ._SidebarSection-heading_8boj8_82 {
1415
+ padding-inline-end: 16px;
1416
+ }
1417
+ ._SidebarSection-loadingOverlay_8boj8_86 {
1418
+ background: var(--puck-color-white);
1419
+ display: flex;
1420
+ justify-content: center;
1421
+ align-items: center;
1422
+ height: 100%;
1423
+ width: 100%;
1424
+ top: 0;
1425
+ position: absolute;
1426
+ z-index: 1;
1427
+ pointer-events: all;
1428
+ box-sizing: border-box;
1429
+ opacity: 0.8;
1430
+ }
1431
+
1432
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/styles.module.css/#css-module-data */
1433
+ ._Puck_1yxlw_19 {
1434
+ --puck-space-px: 16px;
1435
+ font-family: var(--puck-font-family);
1436
+ overflow-x: hidden;
1437
+ }
1438
+ @media (min-width: 766px) {
1439
+ ._Puck_1yxlw_19 {
1440
+ overflow-x: auto;
1441
+ }
1442
+ }
1443
+ ._Puck-portal_1yxlw_31 {
1444
+ position: relative;
1445
+ z-index: 2;
1446
+ }
1447
+ ._PuckLayout-inner_1yxlw_38 {
1448
+ --puck-frame-width: auto;
1449
+ --puck-side-bar-width: 0px;
1450
+ --puck-left-side-bar-width: var( --puck-user-left-side-bar-width, var(--puck-side-bar-width) );
1451
+ --puck-right-side-bar-width: var( --puck-user-right-side-bar-width, var(--puck-side-bar-width) );
1452
+ display: grid;
1453
+ grid-template-areas: "header header header" "left editor right";
1454
+ grid-template-columns: 0 var(--puck-frame-width) 0;
1455
+ grid-template-rows: min-content auto;
1456
+ height: 100dvh;
1457
+ position: relative;
1458
+ z-index: 0;
1459
+ }
1460
+ ._PuckLayout--mounted_1yxlw_59 ._PuckLayout-inner_1yxlw_38 {
1461
+ --puck-side-bar-width: 186px;
1462
+ }
1463
+ ._PuckLayout--leftSideBarVisible_1yxlw_63 ._PuckLayout-inner_1yxlw_38 {
1464
+ grid-template-columns: var(--puck-left-side-bar-width) var(--puck-frame-width) 0;
1465
+ }
1466
+ ._PuckLayout--rightSideBarVisible_1yxlw_69 ._PuckLayout-inner_1yxlw_38 {
1467
+ grid-template-columns: 0 var(--puck-frame-width) var(--puck-right-side-bar-width);
1468
+ }
1469
+ ._PuckLayout--leftSideBarVisible_1yxlw_63._PuckLayout--rightSideBarVisible_1yxlw_69 ._PuckLayout-inner_1yxlw_38 {
1470
+ grid-template-columns: var(--puck-left-side-bar-width) var(--puck-frame-width) var(--puck-right-side-bar-width);
1471
+ }
1472
+ @media (min-width: 458px) {
1473
+ ._PuckLayout-mounted_1yxlw_83 ._PuckLayout-inner_1yxlw_38 {
1474
+ --puck-frame-width: minmax(266px, auto);
1475
+ }
1476
+ }
1477
+ @media (min-width: 638px) {
1478
+ ._PuckLayout_1yxlw_38 ._PuckLayout-inner_1yxlw_38 {
1479
+ --puck-side-bar-width: minmax(186px, 250px);
1480
+ }
1481
+ }
1482
+ @media (min-width: 766px) {
1483
+ ._PuckLayout_1yxlw_38 ._PuckLayout-inner_1yxlw_38 {
1484
+ --puck-frame-width: auto;
1485
+ }
1486
+ }
1487
+ @media (min-width: 990px) {
1488
+ ._PuckLayout_1yxlw_38 ._PuckLayout-inner_1yxlw_38 {
1489
+ --puck-side-bar-width: 256px;
1490
+ }
1491
+ }
1492
+ @media (min-width: 1198px) {
1493
+ ._PuckLayout_1yxlw_38 ._PuckLayout-inner_1yxlw_38 {
1494
+ --puck-side-bar-width: 274px;
1495
+ }
1496
+ }
1497
+ @media (min-width: 1398px) {
1498
+ ._PuckLayout_1yxlw_38 ._PuckLayout-inner_1yxlw_38 {
1499
+ --puck-side-bar-width: 290px;
1500
+ }
1501
+ }
1502
+ @media (min-width: 1598px) {
1503
+ ._PuckLayout_1yxlw_38 ._PuckLayout-inner_1yxlw_38 {
1504
+ --puck-side-bar-width: 320px;
1505
+ }
1506
+ }
1507
+
1345
1508
  /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Fields/styles.module.css/#css-module-data */
1346
1509
  ._PuckFields_10bh7_1 {
1347
1510
  position: relative;
@@ -1433,14 +1596,6 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
1433
1596
  margin-inline-start: auto;
1434
1597
  }
1435
1598
 
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
-
1444
1599
  /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Preview/styles.module.css/#css-module-data */
1445
1600
  ._PuckPreview_z2rgu_1 {
1446
1601
  position: relative;
@@ -1555,167 +1710,111 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
1555
1710
  margin-top: 4px;
1556
1711
  }
1557
1712
 
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;
1713
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/ViewportControls/styles.module.css/#css-module-data */
1714
+ ._ViewportControls_gejzr_1 {
1715
+ display: flex;
1716
+ background: var(--puck-color-grey-11);
1563
1717
  box-sizing: border-box;
1718
+ border-inline-start: 2px solid var(--puck-color-grey-11);
1719
+ justify-content: center;
1720
+ gap: 8px;
1721
+ min-width: 358px;
1722
+ padding-bottom: 16px;
1723
+ padding-inline-start: var(--puck-space-px);
1724
+ padding-inline-end: var(--puck-space-px);
1725
+ z-index: 1;
1564
1726
  }
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;
1727
+ ._ViewportControls-divider_gejzr_15 {
1728
+ border-inline-end: 1px solid var(--puck-color-grey-09);
1729
+ margin-inline-start: 8px;
1730
+ margin-inline-end: 8px;
1571
1731
  }
1572
- @media (min-width: 766px) {
1573
- ._Puck_hv23j_19 {
1574
- overflow-x: auto;
1575
- }
1732
+ ._ViewportControls-zoomSelect_gejzr_21 {
1733
+ appearance: none;
1734
+ 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;
1735
+ background-size: 10px;
1736
+ background-position: calc(100% - 12px) calc(50% + 3px);
1737
+ background-repeat: no-repeat;
1738
+ border: 0;
1739
+ font-size: var(--puck-font-size-xxxs);
1740
+ padding: 0;
1741
+ width: 96px;
1576
1742
  }
1577
- ._Puck-portal_hv23j_31 {
1578
- position: relative;
1579
- z-index: 2;
1743
+ ._ViewportControls-zoomSelect_gejzr_21:dir(rtl) {
1744
+ background-position: 12px calc(50% + 3px);
1580
1745
  }
1581
- ._PuckLayout_hv23j_36 {
1582
- height: 100%;
1746
+ ._ViewportButton--isActive_gejzr_38 ._ViewportButton-inner_gejzr_38 {
1747
+ color: var(--puck-color-azure-04);
1583
1748
  }
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;
1749
+
1750
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Canvas/styles.module.css/#css-module-data */
1751
+ ._PuckCanvas_18jay_1 {
1752
+ background: var(--puck-color-grey-11);
1753
+ display: flex;
1754
+ grid-area: editor;
1755
+ flex-direction: column;
1756
+ padding: var(--puck-space-px);
1757
+ overflow: auto;
1600
1758
  }
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;
1759
+ @media (min-width: 1198px) {
1760
+ ._PuckCanvas_18jay_1 {
1761
+ padding: calc(var(--puck-space-px) * 1.5);
1762
+ padding-top: var(--puck-space-px);
1607
1763
  }
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;
1764
+ ._PuckCanvas_18jay_1:not(._PuckCanvas_18jay_1:has(._PuckCanvas-controls_18jay_16)) {
1765
+ padding-top: calc(var(--puck-space-px) * 1.5);
1622
1766
  }
1623
1767
  }
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);
1627
- }
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
- }
1768
+ ._PuckCanvas-inner_18jay_21 {
1769
+ display: flex;
1770
+ height: 100%;
1771
+ justify-content: center;
1772
+ min-width: 358px;
1773
+ position: relative;
1774
+ width: 100%;
1636
1775
  }
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);
1640
- }
1776
+ ._PuckCanvas-root_18jay_30 {
1777
+ background: white;
1778
+ border: 1px solid var(--puck-color-grey-09);
1779
+ box-sizing: content-box;
1780
+ min-width: 321px;
1781
+ position: absolute;
1782
+ pointer-events: none;
1783
+ transform-origin: top;
1784
+ top: 0;
1785
+ bottom: 0;
1786
+ opacity: 0;
1641
1787
  }
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);
1788
+ @media (min-width: 1198px) {
1789
+ ._PuckCanvas-root_18jay_30 {
1790
+ min-width: unset;
1645
1791
  }
1646
1792
  }
1647
- @media (min-width: 458px) {
1648
- ._PuckLayout-mounted_hv23j_147 ._PuckLayout-inner_hv23j_40 {
1649
- --puck-frame-width: minmax(266px, auto);
1793
+ @media (prefers-reduced-motion: reduce) {
1794
+ ._PuckCanvas-root_18jay_30 {
1795
+ transition: none !important;
1650
1796
  }
1651
1797
  }
1652
- @media (min-width: 638px) {
1653
- ._PuckLayout_hv23j_36 ._PuckLayout-inner_hv23j_40 {
1654
- --puck-side-bar-width: minmax(186px, 250px);
1655
- }
1798
+ ._PuckCanvas--ready_18jay_55 ._PuckCanvas-root_18jay_30 {
1799
+ pointer-events: unset;
1800
+ opacity: 1;
1656
1801
  }
1657
- @media (min-width: 766px) {
1658
- ._PuckLayout_hv23j_36 ._PuckLayout-inner_hv23j_40 {
1659
- --puck-frame-width: auto;
1660
- }
1802
+ ._PuckCanvas-loader_18jay_60 {
1803
+ align-items: center;
1804
+ color: var(--puck-color-grey-06);
1805
+ display: flex;
1806
+ height: 100%;
1807
+ justify-content: center;
1808
+ transition: opacity 250ms ease-out;
1809
+ opacity: 0;
1661
1810
  }
1662
- @media (min-width: 990px) {
1663
- ._PuckLayout_hv23j_36 ._PuckLayout-inner_hv23j_40 {
1664
- --puck-side-bar-width: 256px;
1665
- }
1811
+ ._PuckCanvas--showLoader_18jay_70 ._PuckCanvas-loader_18jay_60 {
1812
+ opacity: 1;
1666
1813
  }
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;
1814
+ ._PuckCanvas--showLoader_18jay_70._PuckCanvas--ready_18jay_55 ._PuckCanvas-loader_18jay_60 {
1815
+ opacity: 0;
1816
+ height: 0;
1817
+ transition: none;
1719
1818
  }
1720
1819
 
1721
1820
  /* css-module:/home/runner/work/puck/puck/packages/core/components/MenuBar/styles.module.css/#css-module-data */
@@ -1763,7 +1862,7 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
1763
1862
  }
1764
1863
 
1765
1864
  /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Header/styles.module.css/#css-module-data */
1766
- ._PuckHeader_1bhmt_1 {
1865
+ ._PuckHeader_15xnq_1 {
1767
1866
  background: var(--puck-color-white);
1768
1867
  border-bottom: 1px solid var(--puck-color-grey-09);
1769
1868
  color: var(--puck-color-black);
@@ -1771,12 +1870,7 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
1771
1870
  position: relative;
1772
1871
  max-width: 100vw;
1773
1872
  }
1774
- @media (min-width: 638px) {
1775
- ._PuckHeader_1bhmt_1 {
1776
- padding-left: 67px;
1777
- }
1778
- }
1779
- ._PuckHeader-inner_1bhmt_16 {
1873
+ ._PuckHeader-inner_15xnq_10 {
1780
1874
  align-items: end;
1781
1875
  display: grid;
1782
1876
  gap: var(--puck-space-px);
@@ -1785,372 +1879,43 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
1785
1879
  grid-template-rows: auto;
1786
1880
  padding: var(--puck-space-px);
1787
1881
  }
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
+ ._PuckHeader-toggle_15xnq_20 {
1794
1883
  color: var(--puck-color-grey-05);
1795
1884
  display: flex;
1796
1885
  margin-inline-start: -4px;
1797
1886
  padding-top: 2px;
1798
1887
  }
1799
- ._PuckHeader--rightSideBarVisible_1bhmt_39 ._PuckHeader-rightSideBarToggle_1bhmt_39,
1800
- ._PuckHeader--leftSideBarVisible_1bhmt_40 ._PuckHeader-leftSideBarToggle_1bhmt_40 {
1888
+ ._PuckHeader--rightSideBarVisible_15xnq_27 ._PuckHeader-rightSideBarToggle_15xnq_27,
1889
+ ._PuckHeader--leftSideBarVisible_15xnq_28 ._PuckHeader-leftSideBarToggle_15xnq_28 {
1801
1890
  color: var(--puck-color-black);
1802
1891
  }
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
+ ._PuckHeader-title_15xnq_32 {
1814
1893
  align-self: center;
1815
1894
  }
1816
- ._PuckHeader-path_1bhmt_60 {
1895
+ ._PuckHeader-path_15xnq_36 {
1817
1896
  font-family: var(--puck-font-family-monospaced);
1818
1897
  font-size: var(--puck-font-size-xxs);
1819
1898
  font-weight: normal;
1820
1899
  word-break: break-all;
1821
1900
  }
1822
- ._PuckHeader-tools_1bhmt_67 {
1901
+ ._PuckHeader-tools_15xnq_43 {
1823
1902
  display: flex;
1824
1903
  gap: 16px;
1825
1904
  justify-content: flex-end;
1826
1905
  }
1827
- ._PuckHeader-menuButton_1bhmt_73 {
1906
+ ._PuckHeader-menuButton_15xnq_49 {
1828
1907
  color: var(--puck-color-grey-05);
1829
1908
  margin-inline-start: -4px;
1830
1909
  }
1831
- ._PuckHeader--menuOpen_1bhmt_78 ._PuckHeader-menuButton_1bhmt_73 {
1910
+ ._PuckHeader--menuOpen_15xnq_54 ._PuckHeader-menuButton_15xnq_49 {
1832
1911
  color: var(--puck-color-black);
1833
1912
  }
1834
1913
  @media (min-width: 638px) {
1835
- ._PuckHeader-menuButton_1bhmt_73 {
1914
+ ._PuckHeader-menuButton_15xnq_49 {
1836
1915
  display: none;
1837
1916
  }
1838
1917
  }
1839
1918
 
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
-
2154
1919
  /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/ResizeHandle/styles.module.css/#css-module-data */
2155
1920
  @media (min-width: 766px) {
2156
1921
  ._ResizeHandle_144bf_2 {
@@ -2185,173 +1950,31 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
2185
1950
  }
2186
1951
 
2187
1952
  /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Sidebar/styles.module.css/#css-module-data */
2188
- ._Sidebar_o396p_1 {
2189
- border-block-start: 1px solid var(--puck-color-grey-09);
1953
+ ._Sidebar_1xksb_1 {
2190
1954
  position: relative;
2191
- display: none;
1955
+ display: flex;
2192
1956
  flex-direction: column;
2193
1957
  overflow-y: auto;
2194
1958
  }
2195
- ._Sidebar--isVisible_o396p_9 {
2196
- display: flex;
2197
- }
2198
- ._Sidebar--left_o396p_13 {
1959
+ ._Sidebar--left_1xksb_8 {
2199
1960
  background: var(--puck-color-grey-12);
1961
+ border-inline-end: 1px solid var(--puck-color-grey-09);
2200
1962
  grid-area: left;
2201
1963
  }
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
+ ._Sidebar--right_1xksb_14 {
2209
1965
  background: var(--puck-color-white);
1966
+ border-inline-start: 1px solid var(--puck-color-grey-09);
2210
1967
  grid-area: right;
2211
1968
  }
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
+ ._Sidebar-resizeHandle_1xksb_20 {
2219
1970
  position: absolute;
2220
1971
  height: 100%;
2221
1972
  }
2222
- ._Sidebar--left_o396p_13 + ._Sidebar-resizeHandle_o396p_37 {
1973
+ ._Sidebar--left_1xksb_8 + ._Sidebar-resizeHandle_1xksb_20 {
2223
1974
  grid-area: left;
2224
1975
  justify-self: end;
2225
1976
  }
2226
- ._Sidebar--right_o396p_25 + ._Sidebar-resizeHandle_o396p_37 {
1977
+ ._Sidebar--right_1xksb_14 + ._Sidebar-resizeHandle_1xksb_20 {
2227
1978
  grid-area: right;
2228
1979
  justify-self: start;
2229
1980
  }
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
- }