@measured/puck 0.21.0-canary.d32e582b → 0.21.0-canary.dfecd012

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