@measured/puck 0.21.0-canary.2e1b5267 → 0.21.0-canary.304940ae

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