@measured/puck 0.20.0-canary.8f2f0f46 → 0.20.0-canary.aee5fc96

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