@measured/puck 0.21.0-canary.ece26d91 → 0.21.0-canary.ed351ce5

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.
Files changed (37) hide show
  1. package/dist/{Editor-O447AVCX.mjs → Editor-CYTATURR.mjs} +7 -7
  2. package/dist/{actions-ONhOkrvf.d.mts → actions-tsxxcX1z.d.mts} +24 -9
  3. package/dist/{actions-ONhOkrvf.d.ts → actions-tsxxcX1z.d.ts} +24 -9
  4. package/dist/{chunk-T3WX7XJ6.mjs → chunk-72SA22GI.mjs} +4 -2
  5. package/dist/{chunk-2Q4PACDA.mjs → chunk-M4QBB3JM.mjs} +3 -3
  6. package/dist/{chunk-62AAYNXG.mjs → chunk-MLTVJA2A.mjs} +1 -1
  7. package/dist/{chunk-Y656T6AQ.mjs → chunk-MVJKIFF6.mjs} +1 -1
  8. package/dist/{chunk-QAWJTCV5.mjs → chunk-NOJQSXRU.mjs} +1 -1
  9. package/dist/{chunk-QBJ2LDJB.mjs → chunk-RVZLI2KP.mjs} +5109 -4487
  10. package/dist/{chunk-PLXSMBAA.mjs → chunk-UNQOU2OI.mjs} +1 -1
  11. package/dist/{chunk-DAQLMM2T.mjs → chunk-UUOBSXZR.mjs} +87 -2
  12. package/dist/{chunk-BSDEIOEK.mjs → chunk-V7333LON.mjs} +10 -8
  13. package/dist/{full-BEMDJKDS.mjs → full-GZ4L3XCF.mjs} +6 -6
  14. package/dist/{index-BEoNHRI1.d.ts → index-Ca6V6NQD.d.ts} +3 -1
  15. package/dist/{index-DfxZ7tZF.d.mts → index-mQvUCH3C.d.mts} +3 -1
  16. package/dist/index.css +696 -306
  17. package/dist/index.d.mts +28 -9
  18. package/dist/index.d.ts +28 -9
  19. package/dist/index.js +2910 -2143
  20. package/dist/index.mjs +18 -15
  21. package/dist/internal.d.mts +2 -2
  22. package/dist/internal.d.ts +2 -2
  23. package/dist/{loaded-N3FYGF2Y.mjs → loaded-2MNXXPJP.mjs} +3 -3
  24. package/dist/{loaded-JU3A7Y4L.mjs → loaded-6QT4HD2O.mjs} +3 -3
  25. package/dist/{loaded-OBY7OMS6.mjs → loaded-ZVPBQVNE.mjs} +3 -3
  26. package/dist/no-external.css +841 -447
  27. package/dist/no-external.d.mts +4 -4
  28. package/dist/no-external.d.ts +4 -4
  29. package/dist/no-external.js +2912 -2142
  30. package/dist/no-external.mjs +17 -9
  31. package/dist/rsc.d.mts +2 -2
  32. package/dist/rsc.d.ts +2 -2
  33. package/dist/rsc.js +4 -2
  34. package/dist/rsc.mjs +2 -2
  35. package/dist/{walk-tree-DHbAZ4wF.d.ts → walk-tree-Bh85NMeo.d.ts} +1 -1
  36. package/dist/{walk-tree-CdriEzFJ.d.mts → walk-tree-CDA3K5S3.d.mts} +1 -1
  37. package/package.json +3 -3
package/dist/index.css CHANGED
@@ -1601,168 +1601,6 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
1601
1601
  display: none;
1602
1602
  }
1603
1603
 
1604
- /* css-module:/home/runner/work/puck/puck/packages/core/components/SidebarSection/styles.module.css/#css-module-data */
1605
- ._SidebarSection_8boj8_1 {
1606
- display: flex;
1607
- position: relative;
1608
- flex-direction: column;
1609
- color: var(--puck-color-black);
1610
- }
1611
- ._SidebarSection_8boj8_1:last-of-type {
1612
- flex-grow: 1;
1613
- }
1614
- ._SidebarSection-title_8boj8_12 {
1615
- background: var(--puck-color-white);
1616
- padding: 16px;
1617
- border-bottom: 1px solid var(--puck-color-grey-09);
1618
- border-top: 1px solid var(--puck-color-grey-09);
1619
- overflow-x: auto;
1620
- }
1621
- ._SidebarSection--noBorderTop_8boj8_20 > ._SidebarSection-title_8boj8_12 {
1622
- border-top: 0px;
1623
- }
1624
- ._SidebarSection-content_8boj8_24 {
1625
- padding: 16px;
1626
- }
1627
- ._SidebarSection--noPadding_8boj8_28 > ._SidebarSection-content_8boj8_24 {
1628
- padding: 0px;
1629
- }
1630
- ._SidebarSection--noPadding_8boj8_28 > ._SidebarSection-content_8boj8_24:last-child {
1631
- padding-bottom: 4px;
1632
- }
1633
- ._SidebarSection_8boj8_1:last-of-type ._SidebarSection-content_8boj8_24 {
1634
- border-bottom: none;
1635
- flex-grow: 1;
1636
- }
1637
- ._SidebarSection-breadcrumbLabel_8boj8_41 {
1638
- background: none;
1639
- border: 0;
1640
- border-radius: 2px;
1641
- color: var(--puck-color-azure-04);
1642
- cursor: pointer;
1643
- font: inherit;
1644
- flex-shrink: 0;
1645
- padding: 0;
1646
- transition: color 50ms ease-in;
1647
- }
1648
- ._SidebarSection-breadcrumbLabel_8boj8_41:focus-visible {
1649
- outline: 2px solid var(--puck-color-azure-05);
1650
- outline-offset: 2px;
1651
- }
1652
- @media (hover: hover) and (pointer: fine) {
1653
- ._SidebarSection-breadcrumbLabel_8boj8_41:hover {
1654
- color: var(--puck-color-azure-03);
1655
- transition: none;
1656
- }
1657
- }
1658
- ._SidebarSection-breadcrumbLabel_8boj8_41:active {
1659
- color: var(--puck-color-azure-02);
1660
- transition: none;
1661
- }
1662
- ._SidebarSection-breadcrumbs_8boj8_70 {
1663
- align-items: center;
1664
- display: flex;
1665
- gap: 4px;
1666
- }
1667
- ._SidebarSection-breadcrumb_8boj8_41 {
1668
- align-items: center;
1669
- display: flex;
1670
- gap: 4px;
1671
- }
1672
- ._SidebarSection-heading_8boj8_82 {
1673
- padding-inline-end: 16px;
1674
- }
1675
- ._SidebarSection-loadingOverlay_8boj8_86 {
1676
- background: var(--puck-color-white);
1677
- display: flex;
1678
- justify-content: center;
1679
- align-items: center;
1680
- height: 100%;
1681
- width: 100%;
1682
- top: 0;
1683
- position: absolute;
1684
- z-index: 1;
1685
- pointer-events: all;
1686
- box-sizing: border-box;
1687
- opacity: 0.8;
1688
- }
1689
-
1690
- /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/styles.module.css/#css-module-data */
1691
- ._Puck_1yxlw_19 {
1692
- --puck-space-px: 16px;
1693
- font-family: var(--puck-font-family);
1694
- overflow-x: hidden;
1695
- }
1696
- @media (min-width: 766px) {
1697
- ._Puck_1yxlw_19 {
1698
- overflow-x: auto;
1699
- }
1700
- }
1701
- ._Puck-portal_1yxlw_31 {
1702
- position: relative;
1703
- z-index: 2;
1704
- }
1705
- ._PuckLayout-inner_1yxlw_38 {
1706
- --puck-frame-width: auto;
1707
- --puck-side-bar-width: 0px;
1708
- --puck-left-side-bar-width: var( --puck-user-left-side-bar-width, var(--puck-side-bar-width) );
1709
- --puck-right-side-bar-width: var( --puck-user-right-side-bar-width, var(--puck-side-bar-width) );
1710
- display: grid;
1711
- grid-template-areas: "header header header" "left editor right";
1712
- grid-template-columns: 0 var(--puck-frame-width) 0;
1713
- grid-template-rows: min-content auto;
1714
- height: 100dvh;
1715
- position: relative;
1716
- z-index: 0;
1717
- }
1718
- ._PuckLayout--mounted_1yxlw_59 ._PuckLayout-inner_1yxlw_38 {
1719
- --puck-side-bar-width: 186px;
1720
- }
1721
- ._PuckLayout--leftSideBarVisible_1yxlw_63 ._PuckLayout-inner_1yxlw_38 {
1722
- grid-template-columns: var(--puck-left-side-bar-width) var(--puck-frame-width) 0;
1723
- }
1724
- ._PuckLayout--rightSideBarVisible_1yxlw_69 ._PuckLayout-inner_1yxlw_38 {
1725
- grid-template-columns: 0 var(--puck-frame-width) var(--puck-right-side-bar-width);
1726
- }
1727
- ._PuckLayout--leftSideBarVisible_1yxlw_63._PuckLayout--rightSideBarVisible_1yxlw_69 ._PuckLayout-inner_1yxlw_38 {
1728
- grid-template-columns: var(--puck-left-side-bar-width) var(--puck-frame-width) var(--puck-right-side-bar-width);
1729
- }
1730
- @media (min-width: 458px) {
1731
- ._PuckLayout-mounted_1yxlw_83 ._PuckLayout-inner_1yxlw_38 {
1732
- --puck-frame-width: minmax(266px, auto);
1733
- }
1734
- }
1735
- @media (min-width: 638px) {
1736
- ._PuckLayout_1yxlw_38 ._PuckLayout-inner_1yxlw_38 {
1737
- --puck-side-bar-width: minmax(186px, 250px);
1738
- }
1739
- }
1740
- @media (min-width: 766px) {
1741
- ._PuckLayout_1yxlw_38 ._PuckLayout-inner_1yxlw_38 {
1742
- --puck-frame-width: auto;
1743
- }
1744
- }
1745
- @media (min-width: 990px) {
1746
- ._PuckLayout_1yxlw_38 ._PuckLayout-inner_1yxlw_38 {
1747
- --puck-side-bar-width: 256px;
1748
- }
1749
- }
1750
- @media (min-width: 1198px) {
1751
- ._PuckLayout_1yxlw_38 ._PuckLayout-inner_1yxlw_38 {
1752
- --puck-side-bar-width: 274px;
1753
- }
1754
- }
1755
- @media (min-width: 1398px) {
1756
- ._PuckLayout_1yxlw_38 ._PuckLayout-inner_1yxlw_38 {
1757
- --puck-side-bar-width: 290px;
1758
- }
1759
- }
1760
- @media (min-width: 1598px) {
1761
- ._PuckLayout_1yxlw_38 ._PuckLayout-inner_1yxlw_38 {
1762
- --puck-side-bar-width: 320px;
1763
- }
1764
- }
1765
-
1766
1604
  /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Fields/styles.module.css/#css-module-data */
1767
1605
  ._PuckFields_10bh7_1 {
1768
1606
  position: relative;
@@ -1854,6 +1692,14 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
1854
1692
  margin-inline-start: auto;
1855
1693
  }
1856
1694
 
1695
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Components/styles.module.css/#css-module-data */
1696
+ ._Components_3pbdy_1 {
1697
+ padding: 16px;
1698
+ height: 100%;
1699
+ overflow-y: auto;
1700
+ box-sizing: border-box;
1701
+ }
1702
+
1857
1703
  /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Preview/styles.module.css/#css-module-data */
1858
1704
  ._PuckPreview_z2rgu_1 {
1859
1705
  position: relative;
@@ -1968,159 +1814,219 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
1968
1814
  margin-top: 4px;
1969
1815
  }
1970
1816
 
1971
- /* css-module:/home/runner/work/puck/puck/packages/core/components/ViewportControls/styles.module.css/#css-module-data */
1972
- ._ViewportControls_gejzr_1 {
1973
- display: flex;
1974
- background: var(--puck-color-grey-11);
1817
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Outline/styles.module.css/#css-module-data */
1818
+ ._Outline_cvjlj_1 {
1819
+ padding: 16px;
1820
+ height: 100%;
1821
+ overflow-y: auto;
1975
1822
  box-sizing: border-box;
1976
- border-inline-start: 2px solid var(--puck-color-grey-11);
1977
- justify-content: center;
1978
- gap: 8px;
1979
- min-width: 358px;
1980
- padding-bottom: 16px;
1981
- padding-inline-start: var(--puck-space-px);
1982
- padding-inline-end: var(--puck-space-px);
1983
- z-index: 1;
1984
- }
1985
- ._ViewportControls-divider_gejzr_15 {
1986
- border-inline-end: 1px solid var(--puck-color-grey-09);
1987
- margin-inline-start: 8px;
1988
- margin-inline-end: 8px;
1989
- }
1990
- ._ViewportControls-zoomSelect_gejzr_21 {
1991
- appearance: none;
1992
- 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;
1993
- background-size: 10px;
1994
- background-position: calc(100% - 12px) calc(50% + 3px);
1995
- background-repeat: no-repeat;
1996
- border: 0;
1997
- font-size: var(--puck-font-size-xxxs);
1998
- padding: 0;
1999
- width: 96px;
2000
- }
2001
- ._ViewportControls-zoomSelect_gejzr_21:dir(rtl) {
2002
- background-position: 12px calc(50% + 3px);
2003
- }
2004
- ._ViewportButton--isActive_gejzr_38 ._ViewportButton-inner_gejzr_38 {
2005
- color: var(--puck-color-azure-04);
2006
1823
  }
2007
1824
 
2008
- /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Canvas/styles.module.css/#css-module-data */
2009
- ._PuckCanvas_18jay_1 {
2010
- background: var(--puck-color-grey-11);
2011
- display: flex;
2012
- grid-area: editor;
2013
- flex-direction: column;
2014
- padding: var(--puck-space-px);
2015
- overflow: auto;
1825
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Layout/styles.module.css/#css-module-data */
1826
+ ._Puck_hgcra_19 {
1827
+ --puck-space-px: 16px;
1828
+ font-family: var(--puck-font-family);
1829
+ height: 100%;
1830
+ overflow-x: hidden;
2016
1831
  }
2017
- @media (min-width: 1198px) {
2018
- ._PuckCanvas_18jay_1 {
2019
- padding: calc(var(--puck-space-px) * 1.5);
2020
- padding-top: var(--puck-space-px);
2021
- }
2022
- ._PuckCanvas_18jay_1:not(._PuckCanvas_18jay_1:has(._PuckCanvas-controls_18jay_16)) {
2023
- padding-top: calc(var(--puck-space-px) * 1.5);
1832
+ @media (min-width: 766px) {
1833
+ ._Puck_hgcra_19 {
1834
+ overflow-x: auto;
2024
1835
  }
2025
1836
  }
2026
- ._PuckCanvas-inner_18jay_21 {
2027
- display: flex;
2028
- height: 100%;
2029
- justify-content: center;
2030
- min-width: 358px;
1837
+ ._Puck-portal_hgcra_32 {
2031
1838
  position: relative;
2032
- width: 100%;
1839
+ z-index: 2;
2033
1840
  }
2034
- ._PuckCanvas-root_18jay_30 {
2035
- background: white;
2036
- border: 1px solid var(--puck-color-grey-09);
2037
- box-sizing: content-box;
2038
- min-width: 321px;
2039
- position: absolute;
2040
- pointer-events: none;
2041
- transform-origin: top;
2042
- top: 0;
2043
- bottom: 0;
2044
- opacity: 0;
1841
+ ._PuckLayout_hgcra_37 {
1842
+ height: 100dvh;
2045
1843
  }
2046
- @media (min-width: 1198px) {
2047
- ._PuckCanvas-root_18jay_30 {
2048
- min-width: unset;
2049
- }
1844
+ ._PuckLayout-inner_hgcra_41 {
1845
+ --puck-frame-width: auto;
1846
+ --puck-side-nav-width: min-content;
1847
+ --puck-side-bar-width: 0px;
1848
+ --puck-left-side-bar-width: var( --puck-user-left-side-bar-width, var(--puck-side-bar-width) );
1849
+ --puck-right-side-bar-width: var( --puck-user-right-side-bar-width, var(--puck-side-bar-width) );
1850
+ background-color: var(--puck-color-grey-12);
1851
+ display: grid;
1852
+ grid-template-areas: "header" "editor" "left" "right" "sidenav";
1853
+ grid-template-columns: var(--puck-frame-width);
1854
+ grid-template-rows: min-content auto 0 0 var(--puck-side-nav-width);
1855
+ height: 100%;
1856
+ position: relative;
1857
+ transition: grid-template-rows 150ms ease-in;
1858
+ z-index: 0;
1859
+ overflow: hidden;
2050
1860
  }
2051
- @media (prefers-reduced-motion: reduce) {
2052
- ._PuckCanvas-root_18jay_30 {
2053
- transition: none !important;
1861
+ @media (min-width: 638px) {
1862
+ ._PuckLayout-inner_hgcra_41 {
1863
+ --puck-side-nav-width: 68px;
1864
+ grid-template-areas: "header header header header" "sidenav left editor right";
1865
+ grid-template-columns: var(--puck-side-nav-width) 0 var(--puck-frame-width) 0;
1866
+ grid-template-rows: min-content auto;
1867
+ }
1868
+ ._Puck--hidePlugins_hgcra_73 ._PuckLayout-inner_hgcra_41 {
1869
+ --puck-side-nav-width: 0;
2054
1870
  }
2055
1871
  }
2056
- ._PuckCanvas--ready_18jay_55 ._PuckCanvas-root_18jay_30 {
2057
- pointer-events: unset;
2058
- opacity: 1;
2059
- }
2060
- ._PuckCanvas-loader_18jay_60 {
2061
- align-items: center;
2062
- color: var(--puck-color-grey-06);
2063
- display: flex;
2064
- height: 100%;
2065
- justify-content: center;
2066
- transition: opacity 250ms ease-out;
2067
- opacity: 0;
1872
+ ._PuckLayout--mounted_hgcra_78 ._PuckLayout-inner_hgcra_41 {
1873
+ --puck-side-bar-width: 186px;
2068
1874
  }
2069
- ._PuckCanvas--showLoader_18jay_70 ._PuckCanvas-loader_18jay_60 {
2070
- opacity: 1;
1875
+ ._PuckLayout--mobilePanelHeightToggle_hgcra_82._PuckLayout--leftSideBarVisible_hgcra_82 ._PuckLayout-inner_hgcra_41 {
1876
+ grid-template-rows: 0 auto 30% 0 var(--puck-side-nav-width);
2071
1877
  }
2072
- ._PuckCanvas--showLoader_18jay_70._PuckCanvas--ready_18jay_55 ._PuckCanvas-loader_18jay_60 {
2073
- opacity: 0;
2074
- height: 0;
2075
- transition: none;
1878
+ ._PuckLayout--mobilePanelHeightToggle_hgcra_82._PuckLayout--leftSideBarVisible_hgcra_82._PuckLayout--isExpanded_hgcra_88 ._PuckLayout-inner_hgcra_41 {
1879
+ grid-template-rows: 0 auto 55% 0 var(--puck-side-nav-width);
2076
1880
  }
2077
-
2078
- /* css-module:/home/runner/work/puck/puck/packages/core/components/MenuBar/styles.module.css/#css-module-data */
2079
- ._MenuBar_8pf8c_1 {
2080
- background-color: var(--puck-color-white);
2081
- border-bottom: 1px solid var(--puck-color-grey-09);
2082
- display: none;
2083
- left: 0;
2084
- margin-top: 1px;
2085
- padding: 8px 16px;
2086
- position: absolute;
2087
- right: 0;
2088
- top: 100%;
2089
- z-index: 2;
1881
+ @media (min-width: 638px) {
1882
+ ._PuckLayout--mobilePanelHeightToggle_hgcra_82._PuckLayout--leftSideBarVisible_hgcra_82 ._PuckLayout-inner_hgcra_41 {
1883
+ grid-template-columns: var(--puck-side-nav-width) var(--puck-left-side-bar-width) var( --puck-frame-width ) 0;
1884
+ grid-template-rows: min-content auto;
1885
+ }
2090
1886
  }
2091
- ._MenuBar--menuOpen_8pf8c_14 {
2092
- display: block;
1887
+ ._PuckLayout--mobilePanelHeightMinContent_hgcra_106._PuckLayout--leftSideBarVisible_hgcra_82 ._PuckLayout-inner_hgcra_41,
1888
+ ._PuckLayout--mobilePanelHeightMinContent_hgcra_106._PuckLayout--leftSideBarVisible_hgcra_82._PuckLayout--isExpanded_hgcra_88 ._PuckLayout-inner_hgcra_41 {
1889
+ grid-template-rows: 0 auto min-content 0 var(--puck-side-nav-width);
2093
1890
  }
2094
1891
  @media (min-width: 638px) {
2095
- ._MenuBar_8pf8c_1 {
2096
- border: none;
2097
- display: block;
2098
- margin-top: 0;
2099
- overflow-y: visible;
2100
- padding: 0;
2101
- position: static;
1892
+ ._PuckLayout--mobilePanelHeightToggle_hgcra_82._PuckLayout--leftSideBarVisible_hgcra_82 ._PuckLayout-inner_hgcra_41,
1893
+ ._PuckLayout--mobilePanelHeightToggle_hgcra_82._PuckLayout--leftSideBarVisible_hgcra_82._PuckLayout--isExpanded_hgcra_88 ._PuckLayout-inner_hgcra_41,
1894
+ ._PuckLayout--mobilePanelHeightMinContent_hgcra_106._PuckLayout--leftSideBarVisible_hgcra_82 ._PuckLayout-inner_hgcra_41,
1895
+ ._PuckLayout--mobilePanelHeightMinContent_hgcra_106._PuckLayout--leftSideBarVisible_hgcra_82._PuckLayout--isExpanded_hgcra_88 ._PuckLayout-inner_hgcra_41 {
1896
+ grid-template-columns: var(--puck-side-nav-width) var(--puck-left-side-bar-width) var( --puck-frame-width ) 0;
1897
+ grid-template-rows: min-content auto;
2102
1898
  }
2103
1899
  }
2104
- ._MenuBar-inner_8pf8c_29 {
2105
- align-items: center;
2106
- display: flex;
2107
- flex-wrap: wrap;
2108
- gap: 8px 16px;
2109
- justify-content: flex-end;
1900
+ @media (min-width: 638px) {
1901
+ ._PuckLayout--rightSideBarVisible_hgcra_133 ._PuckLayout-inner_hgcra_41 {
1902
+ grid-template-columns: var(--puck-side-nav-width) 0 var(--puck-frame-width) var(--puck-right-side-bar-width);
1903
+ }
2110
1904
  }
2111
1905
  @media (min-width: 638px) {
2112
- ._MenuBar-inner_8pf8c_29 {
2113
- display: flex;
2114
- flex-direction: row;
2115
- flex-wrap: nowrap;
1906
+ ._PuckLayout--leftSideBarVisible_hgcra_82._PuckLayout--rightSideBarVisible_hgcra_133 ._PuckLayout-inner_hgcra_41 {
1907
+ grid-template-columns: var(--puck-side-nav-width) var(--puck-left-side-bar-width) var( --puck-frame-width ) var(--puck-right-side-bar-width);
2116
1908
  }
2117
1909
  }
2118
- ._MenuBar-history_8pf8c_45 {
1910
+ @media (min-width: 458px) {
1911
+ ._PuckLayout-mounted_hgcra_152 ._PuckLayout-inner_hgcra_41 {
1912
+ --puck-frame-width: minmax(266px, auto);
1913
+ }
1914
+ }
1915
+ @media (min-width: 638px) {
1916
+ ._PuckLayout_hgcra_37 ._PuckLayout-inner_hgcra_41 {
1917
+ --puck-side-bar-width: minmax(186px, 250px);
1918
+ }
1919
+ }
1920
+ @media (min-width: 766px) {
1921
+ ._PuckLayout_hgcra_37 ._PuckLayout-inner_hgcra_41 {
1922
+ --puck-frame-width: auto;
1923
+ }
1924
+ }
1925
+ @media (min-width: 990px) {
1926
+ ._PuckLayout_hgcra_37 ._PuckLayout-inner_hgcra_41 {
1927
+ --puck-side-bar-width: 256px;
1928
+ }
1929
+ }
1930
+ @media (min-width: 1198px) {
1931
+ ._PuckLayout_hgcra_37 ._PuckLayout-inner_hgcra_41 {
1932
+ --puck-side-bar-width: 274px;
1933
+ }
1934
+ }
1935
+ @media (min-width: 1398px) {
1936
+ ._PuckLayout_hgcra_37 ._PuckLayout-inner_hgcra_41 {
1937
+ --puck-side-bar-width: 290px;
1938
+ }
1939
+ }
1940
+ @media (min-width: 1598px) {
1941
+ ._PuckLayout_hgcra_37 ._PuckLayout-inner_hgcra_41 {
1942
+ --puck-side-bar-width: 320px;
1943
+ }
1944
+ }
1945
+ ._PuckLayout-nav_hgcra_193 {
1946
+ border-top: 1px solid var(--puck-color-grey-09);
1947
+ background-color: var(--puck-color-grey-12);
1948
+ grid-area: sidenav;
1949
+ overflow: hidden;
1950
+ width: 100%;
1951
+ }
1952
+ @media (min-width: 638px) {
1953
+ ._PuckLayout-nav_hgcra_193 {
1954
+ border-top: 0;
1955
+ border-right: 1px solid var(--puck-color-grey-09);
1956
+ box-sizing: border-box;
1957
+ }
1958
+ }
1959
+ ._PuckLayout-header_hgcra_209 {
1960
+ grid-area: header;
1961
+ }
1962
+ ._PuckLayout--leftSideBarVisible_hgcra_82 ._PuckLayout-header_hgcra_209 {
1963
+ overflow: hidden;
1964
+ }
1965
+ @media (min-width: 638px) {
1966
+ ._PuckLayout--leftSideBarVisible_hgcra_82 ._PuckLayout-header_hgcra_209 {
1967
+ overflow: auto;
1968
+ }
1969
+ }
1970
+ ._PuckPluginTab_hgcra_223 {
1971
+ display: none;
1972
+ flex-grow: 1;
1973
+ max-height: 100%;
1974
+ }
1975
+ ._PuckPluginTab--visible_hgcra_229 {
1976
+ display: flex;
1977
+ flex-direction: column;
1978
+ }
1979
+ ._PuckPluginTab-body_hgcra_234 {
1980
+ flex-grow: 1;
1981
+ max-height: 100%;
1982
+ }
1983
+
1984
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/MenuBar/styles.module.css/#css-module-data */
1985
+ ._MenuBar_8pf8c_1 {
1986
+ background-color: var(--puck-color-white);
1987
+ border-bottom: 1px solid var(--puck-color-grey-09);
1988
+ display: none;
1989
+ left: 0;
1990
+ margin-top: 1px;
1991
+ padding: 8px 16px;
1992
+ position: absolute;
1993
+ right: 0;
1994
+ top: 100%;
1995
+ z-index: 2;
1996
+ }
1997
+ ._MenuBar--menuOpen_8pf8c_14 {
1998
+ display: block;
1999
+ }
2000
+ @media (min-width: 638px) {
2001
+ ._MenuBar_8pf8c_1 {
2002
+ border: none;
2003
+ display: block;
2004
+ margin-top: 0;
2005
+ overflow-y: visible;
2006
+ padding: 0;
2007
+ position: static;
2008
+ }
2009
+ }
2010
+ ._MenuBar-inner_8pf8c_29 {
2011
+ align-items: center;
2012
+ display: flex;
2013
+ flex-wrap: wrap;
2014
+ gap: 8px 16px;
2015
+ justify-content: flex-end;
2016
+ }
2017
+ @media (min-width: 638px) {
2018
+ ._MenuBar-inner_8pf8c_29 {
2019
+ display: flex;
2020
+ flex-direction: row;
2021
+ flex-wrap: nowrap;
2022
+ }
2023
+ }
2024
+ ._MenuBar-history_8pf8c_45 {
2119
2025
  display: flex;
2120
2026
  }
2121
2027
 
2122
2028
  /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Header/styles.module.css/#css-module-data */
2123
- ._PuckHeader_15xnq_1 {
2029
+ ._PuckHeader_63pti_1 {
2124
2030
  background: var(--puck-color-white);
2125
2031
  border-bottom: 1px solid var(--puck-color-grey-09);
2126
2032
  color: var(--puck-color-black);
@@ -2128,7 +2034,15 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
2128
2034
  position: relative;
2129
2035
  max-width: 100vw;
2130
2036
  }
2131
- ._PuckHeader-inner_15xnq_10 {
2037
+ @media (min-width: 638px) {
2038
+ ._PuckHeader_63pti_1 {
2039
+ padding-left: 67px;
2040
+ }
2041
+ ._PuckHeader--hidePlugins_63pti_15 {
2042
+ padding-left: 0;
2043
+ }
2044
+ }
2045
+ ._PuckHeader-inner_63pti_20 {
2132
2046
  align-items: end;
2133
2047
  display: grid;
2134
2048
  gap: var(--puck-space-px);
@@ -2137,43 +2051,369 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
2137
2051
  grid-template-rows: auto;
2138
2052
  padding: var(--puck-space-px);
2139
2053
  }
2140
- ._PuckHeader-toggle_15xnq_20 {
2054
+ @media (min-width: 638px) {
2055
+ ._PuckHeader-inner_63pti_20 {
2056
+ border-left: 1px solid var(--puck-color-grey-09);
2057
+ }
2058
+ ._PuckHeader--hidePlugins_63pti_15 ._PuckHeader-inner_63pti_20 {
2059
+ border-left: none;
2060
+ }
2061
+ }
2062
+ ._PuckHeader-toggle_63pti_40 {
2141
2063
  color: var(--puck-color-grey-05);
2142
2064
  display: flex;
2143
2065
  margin-inline-start: -4px;
2144
2066
  padding-top: 2px;
2145
2067
  }
2146
- ._PuckHeader--rightSideBarVisible_15xnq_27 ._PuckHeader-rightSideBarToggle_15xnq_27,
2147
- ._PuckHeader--leftSideBarVisible_15xnq_28 ._PuckHeader-leftSideBarToggle_15xnq_28 {
2068
+ ._PuckHeader--rightSideBarVisible_63pti_47 ._PuckHeader-rightSideBarToggle_63pti_47,
2069
+ ._PuckHeader--leftSideBarVisible_63pti_48 ._PuckHeader-leftSideBarToggle_63pti_48 {
2148
2070
  color: var(--puck-color-black);
2149
2071
  }
2150
- ._PuckHeader-title_15xnq_32 {
2072
+ ._PuckHeader-rightSideBarToggle_63pti_47,
2073
+ ._PuckHeader-leftSideBarToggle_63pti_48 {
2074
+ display: none;
2075
+ }
2076
+ @media (min-width: 638px) {
2077
+ ._PuckHeader-rightSideBarToggle_63pti_47,
2078
+ ._PuckHeader-leftSideBarToggle_63pti_48 {
2079
+ display: block;
2080
+ }
2081
+ }
2082
+ ._PuckHeader-title_63pti_64 {
2151
2083
  align-self: center;
2152
2084
  }
2153
- ._PuckHeader-path_15xnq_36 {
2085
+ ._PuckHeader-path_63pti_68 {
2154
2086
  font-family: var(--puck-font-family-monospaced);
2155
2087
  font-size: var(--puck-font-size-xxs);
2156
2088
  font-weight: normal;
2157
2089
  word-break: break-all;
2158
2090
  }
2159
- ._PuckHeader-tools_15xnq_43 {
2091
+ ._PuckHeader-tools_63pti_75 {
2160
2092
  display: flex;
2161
2093
  gap: 16px;
2162
2094
  justify-content: flex-end;
2163
2095
  }
2164
- ._PuckHeader-menuButton_15xnq_49 {
2096
+ ._PuckHeader-menuButton_63pti_81 {
2165
2097
  color: var(--puck-color-grey-05);
2166
2098
  margin-inline-start: -4px;
2167
2099
  }
2168
- ._PuckHeader--menuOpen_15xnq_54 ._PuckHeader-menuButton_15xnq_49 {
2100
+ ._PuckHeader--menuOpen_63pti_86 ._PuckHeader-menuButton_63pti_81 {
2169
2101
  color: var(--puck-color-black);
2170
2102
  }
2171
2103
  @media (min-width: 638px) {
2172
- ._PuckHeader-menuButton_15xnq_49 {
2104
+ ._PuckHeader-menuButton_63pti_81 {
2173
2105
  display: none;
2174
2106
  }
2175
2107
  }
2176
2108
 
2109
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/SidebarSection/styles.module.css/#css-module-data */
2110
+ ._SidebarSection_5otpt_1 {
2111
+ display: flex;
2112
+ position: relative;
2113
+ flex-direction: column;
2114
+ color: var(--puck-color-black);
2115
+ }
2116
+ ._SidebarSection_5otpt_1:last-of-type {
2117
+ flex-grow: 1;
2118
+ }
2119
+ ._SidebarSection-title_5otpt_12 {
2120
+ background: var(--puck-color-white);
2121
+ padding: 16px;
2122
+ border-bottom: 1px solid var(--puck-color-grey-09);
2123
+ border-top: 1px solid var(--puck-color-grey-09);
2124
+ overflow-x: auto;
2125
+ }
2126
+ ._SidebarSection--noBorderTop_5otpt_20 > ._SidebarSection-title_5otpt_12 {
2127
+ border-top: 0px;
2128
+ }
2129
+ ._SidebarSection-content_5otpt_24:last-child {
2130
+ padding-bottom: 4px;
2131
+ }
2132
+ ._SidebarSection_5otpt_1:last-of-type ._SidebarSection-content_5otpt_24 {
2133
+ border-bottom: none;
2134
+ flex-grow: 1;
2135
+ }
2136
+ ._SidebarSection-breadcrumbLabel_5otpt_33 {
2137
+ background: none;
2138
+ border: 0;
2139
+ border-radius: 2px;
2140
+ color: var(--puck-color-azure-04);
2141
+ cursor: pointer;
2142
+ font: inherit;
2143
+ flex-shrink: 0;
2144
+ padding: 0;
2145
+ transition: color 50ms ease-in;
2146
+ }
2147
+ ._SidebarSection-breadcrumbLabel_5otpt_33:focus-visible {
2148
+ outline: 2px solid var(--puck-color-azure-05);
2149
+ outline-offset: 2px;
2150
+ }
2151
+ @media (hover: hover) and (pointer: fine) {
2152
+ ._SidebarSection-breadcrumbLabel_5otpt_33:hover {
2153
+ color: var(--puck-color-azure-03);
2154
+ transition: none;
2155
+ }
2156
+ }
2157
+ ._SidebarSection-breadcrumbLabel_5otpt_33:active {
2158
+ color: var(--puck-color-azure-02);
2159
+ transition: none;
2160
+ }
2161
+ ._SidebarSection-breadcrumbs_5otpt_62 {
2162
+ align-items: center;
2163
+ display: flex;
2164
+ gap: 4px;
2165
+ }
2166
+ ._SidebarSection-breadcrumb_5otpt_33 {
2167
+ align-items: center;
2168
+ display: flex;
2169
+ gap: 4px;
2170
+ }
2171
+ ._SidebarSection-heading_5otpt_74 {
2172
+ padding-inline-end: 16px;
2173
+ }
2174
+ ._SidebarSection-loadingOverlay_5otpt_78 {
2175
+ background: var(--puck-color-white);
2176
+ display: flex;
2177
+ justify-content: center;
2178
+ align-items: center;
2179
+ height: 100%;
2180
+ width: 100%;
2181
+ top: 0;
2182
+ position: absolute;
2183
+ z-index: 1;
2184
+ pointer-events: all;
2185
+ box-sizing: border-box;
2186
+ opacity: 0.8;
2187
+ }
2188
+
2189
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/Breadcrumbs/styles.module.css/#css-module-data */
2190
+ ._Breadcrumbs_1c9yh_1 {
2191
+ align-items: center;
2192
+ display: flex;
2193
+ gap: 4px;
2194
+ }
2195
+ ._Breadcrumbs-breadcrumbLabel_1c9yh_7 {
2196
+ background: none;
2197
+ border: 0;
2198
+ border-radius: 2px;
2199
+ color: var(--puck-color-azure-04);
2200
+ cursor: pointer;
2201
+ font: inherit;
2202
+ flex-shrink: 0;
2203
+ padding: 0;
2204
+ transition: color 50ms ease-in;
2205
+ }
2206
+ ._Breadcrumbs-breadcrumbLabel_1c9yh_7:focus-visible {
2207
+ outline: 2px solid var(--puck-color-azure-05);
2208
+ outline-offset: 2px;
2209
+ }
2210
+ @media (hover: hover) and (pointer: fine) {
2211
+ ._Breadcrumbs-breadcrumbLabel_1c9yh_7:hover {
2212
+ color: var(--puck-color-azure-03);
2213
+ transition: none;
2214
+ }
2215
+ }
2216
+ ._Breadcrumbs-breadcrumbLabel_1c9yh_7:active {
2217
+ color: var(--puck-color-azure-02);
2218
+ transition: none;
2219
+ }
2220
+ ._Breadcrumbs-breadcrumb_1c9yh_7 {
2221
+ align-items: center;
2222
+ display: flex;
2223
+ gap: 4px;
2224
+ }
2225
+
2226
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/ViewportControls/styles.module.css/#css-module-data */
2227
+ ._ViewportControls_e3unb_1 {
2228
+ position: relative;
2229
+ }
2230
+ ._ViewportControls--fullScreen_e3unb_5 {
2231
+ border-radius: 32px;
2232
+ display: flex;
2233
+ position: absolute;
2234
+ bottom: 12px;
2235
+ right: 12px;
2236
+ overflow: hidden;
2237
+ }
2238
+ ._ViewportControls-toggleButton_e3unb_14 {
2239
+ display: none;
2240
+ }
2241
+ ._ViewportControls--fullScreen_e3unb_5 ._ViewportControls-toggleButton_e3unb_14 {
2242
+ align-items: center;
2243
+ background-color: var(--puck-color-grey-02);
2244
+ border: 1px solid var(--puck-color-grey-04);
2245
+ border-radius: 30px;
2246
+ cursor: pointer;
2247
+ color: var(--puck-color-grey-11);
2248
+ display: flex;
2249
+ justify-content: center;
2250
+ width: 42px;
2251
+ height: 42px;
2252
+ z-index: 1;
2253
+ }
2254
+ ._ViewportControls--fullScreen_e3unb_5 ._ViewportControls-toggleButton_e3unb_14:hover {
2255
+ background-color: var(--puck-color-grey-02);
2256
+ border: 1px solid var(--puck-color-azure-04);
2257
+ color: var(--puck-color-azure-07);
2258
+ }
2259
+ ._ViewportControls--isExpanded_e3unb_38 ._ViewportControls-toggleButton_e3unb_14 {
2260
+ background-color: var(--puck-color-grey-03);
2261
+ }
2262
+ ._ViewportControls-actions_e3unb_42 {
2263
+ display: flex;
2264
+ }
2265
+ ._ViewportControls-actionsInner_e3unb_46 {
2266
+ display: flex;
2267
+ box-sizing: border-box;
2268
+ justify-content: center;
2269
+ margin-left: auto;
2270
+ margin-right: auto;
2271
+ z-index: 0;
2272
+ overflow: hidden;
2273
+ }
2274
+ ._ViewportControls--fullScreen_e3unb_5 ._ViewportControls-actionsInner_e3unb_46 {
2275
+ background: var(--puck-color-grey-11);
2276
+ border: 1px solid var(--puck-color-grey-09);
2277
+ border-radius: 30px;
2278
+ margin-left: none;
2279
+ margin-right: none;
2280
+ padding-right: 42px;
2281
+ }
2282
+ ._ViewportControls--fullScreen_e3unb_5 ._ViewportControls-actionsInner_e3unb_46 {
2283
+ transform: translateX(100%);
2284
+ transition: transform 150ms ease-in-out;
2285
+ }
2286
+ ._ViewportControls--fullScreen_e3unb_5._ViewportControls--isExpanded_e3unb_38 ._ViewportControls-actionsInner_e3unb_46 {
2287
+ transform: translateX(42px);
2288
+ }
2289
+ ._ViewportControls-divider_e3unb_75 {
2290
+ border-inline-end: 1px solid var(--puck-color-grey-09);
2291
+ margin-bottom: 8px;
2292
+ margin-top: 8px;
2293
+ }
2294
+ ._ViewportControls-zoomSelect_e3unb_81 {
2295
+ appearance: none;
2296
+ 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;
2297
+ background-size: 10px;
2298
+ background-position: calc(100% - 12px) calc(50% + 3px);
2299
+ background-repeat: no-repeat;
2300
+ border: 0;
2301
+ font-size: var(--puck-font-size-xxxs);
2302
+ padding: 0;
2303
+ padding-left: 8px;
2304
+ width: 96px;
2305
+ }
2306
+ ._ViewportControls--fullScreen_e3unb_5 ._ViewportControls-zoom_e3unb_81 {
2307
+ display: none;
2308
+ }
2309
+ @media (min-width: 638px) {
2310
+ ._ViewportControls-zoom_e3unb_81,
2311
+ ._ViewportControls--fullScreen_e3unb_5 ._ViewportControls-zoom_e3unb_81 {
2312
+ display: flex;
2313
+ justify-content: center;
2314
+ }
2315
+ }
2316
+ ._ViewportControls-zoomSelect_e3unb_81:dir(rtl) {
2317
+ background-position: 12px calc(50% + 3px);
2318
+ }
2319
+ ._ViewportButton-inner_e3unb_111 {
2320
+ align-items: center;
2321
+ display: flex;
2322
+ justify-content: center;
2323
+ height: 32px;
2324
+ width: 32px;
2325
+ }
2326
+ ._ViewportButton--isActive_e3unb_119 ._ViewportButton-inner_e3unb_111 {
2327
+ color: var(--puck-color-azure-04);
2328
+ }
2329
+
2330
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Canvas/styles.module.css/#css-module-data */
2331
+ ._PuckCanvas_t6s9b_1 {
2332
+ background: var(--puck-color-grey-11);
2333
+ display: flex;
2334
+ grid-area: editor;
2335
+ flex-direction: column;
2336
+ padding: var(--puck-space-px);
2337
+ position: relative;
2338
+ overflow: auto;
2339
+ }
2340
+ @media (min-width: 1198px) {
2341
+ ._PuckCanvas_t6s9b_1 {
2342
+ padding: calc(var(--puck-space-px) * 1.5);
2343
+ padding-top: calc(var(--puck-space-px) * 0.5);
2344
+ }
2345
+ ._PuckCanvas_t6s9b_1:not(._PuckCanvas_t6s9b_1:has(._PuckCanvas-controls_t6s9b_17)) {
2346
+ padding-top: calc(var(--puck-space-px) * 1.5);
2347
+ }
2348
+ }
2349
+ ._PuckCanvas--fullScreen_t6s9b_22 {
2350
+ padding: 0;
2351
+ overflow: hidden;
2352
+ }
2353
+ @media (min-width: 1198px) {
2354
+ ._PuckCanvas--fullScreen_t6s9b_22 {
2355
+ padding: 0;
2356
+ }
2357
+ }
2358
+ ._PuckCanvas-inner_t6s9b_33 {
2359
+ display: flex;
2360
+ height: 100%;
2361
+ justify-content: center;
2362
+ min-width: 288px;
2363
+ position: relative;
2364
+ width: 100%;
2365
+ }
2366
+ ._PuckCanvas-root_t6s9b_42 {
2367
+ background: white;
2368
+ outline: 1px solid var(--puck-color-grey-09);
2369
+ box-sizing: content-box;
2370
+ min-width: 321px;
2371
+ position: absolute;
2372
+ pointer-events: none;
2373
+ transform-origin: top;
2374
+ top: 0;
2375
+ bottom: 0;
2376
+ opacity: 0;
2377
+ }
2378
+ @media (min-width: 1198px) {
2379
+ ._PuckCanvas-root_t6s9b_42 {
2380
+ min-width: unset;
2381
+ }
2382
+ }
2383
+ @media (prefers-reduced-motion: reduce) {
2384
+ ._PuckCanvas-root_t6s9b_42 {
2385
+ transition: none !important;
2386
+ }
2387
+ }
2388
+ ._PuckCanvas--ready_t6s9b_67 ._PuckCanvas-root_t6s9b_42 {
2389
+ pointer-events: unset;
2390
+ opacity: 1;
2391
+ }
2392
+ ._PuckCanvas-loader_t6s9b_72 {
2393
+ align-items: center;
2394
+ color: var(--puck-color-grey-06);
2395
+ display: flex;
2396
+ height: 100%;
2397
+ justify-content: center;
2398
+ transition: opacity 250ms ease-out;
2399
+ opacity: 0;
2400
+ }
2401
+ ._PuckCanvas--showLoader_t6s9b_82 ._PuckCanvas-loader_t6s9b_72 {
2402
+ opacity: 1;
2403
+ }
2404
+ ._PuckCanvas--showLoader_t6s9b_82._PuckCanvas--ready_t6s9b_67 ._PuckCanvas-loader_t6s9b_72 {
2405
+ opacity: 0;
2406
+ height: 0;
2407
+ transition: none;
2408
+ }
2409
+ ._PuckCanvas-controls_t6s9b_17 {
2410
+ padding-bottom: calc(var(--puck-space-px) * 0.5);
2411
+ }
2412
+ ._PuckCanvas--fullScreen_t6s9b_22 ._PuckCanvas-controls_t6s9b_17 {
2413
+ padding-bottom: 0;
2414
+ z-index: 1;
2415
+ }
2416
+
2177
2417
  /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/ResizeHandle/styles.module.css/#css-module-data */
2178
2418
  @media (min-width: 766px) {
2179
2419
  ._ResizeHandle_144bf_2 {
@@ -2208,31 +2448,181 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
2208
2448
  }
2209
2449
 
2210
2450
  /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Sidebar/styles.module.css/#css-module-data */
2211
- ._Sidebar_1xksb_1 {
2451
+ ._Sidebar_o396p_1 {
2452
+ border-block-start: 1px solid var(--puck-color-grey-09);
2212
2453
  position: relative;
2213
- display: flex;
2454
+ display: none;
2214
2455
  flex-direction: column;
2215
2456
  overflow-y: auto;
2216
2457
  }
2217
- ._Sidebar--left_1xksb_8 {
2458
+ ._Sidebar--isVisible_o396p_9 {
2459
+ display: flex;
2460
+ }
2461
+ ._Sidebar--left_o396p_13 {
2218
2462
  background: var(--puck-color-grey-12);
2219
- border-inline-end: 1px solid var(--puck-color-grey-09);
2220
2463
  grid-area: left;
2221
2464
  }
2222
- ._Sidebar--right_1xksb_14 {
2465
+ @media (min-width: 766px) {
2466
+ ._Sidebar--left_o396p_13 {
2467
+ border-block-start: 0;
2468
+ border-inline-end: 1px solid var(--puck-color-grey-09);
2469
+ }
2470
+ }
2471
+ ._Sidebar--right_o396p_25 {
2223
2472
  background: var(--puck-color-white);
2224
- border-inline-start: 1px solid var(--puck-color-grey-09);
2225
2473
  grid-area: right;
2226
2474
  }
2227
- ._Sidebar-resizeHandle_1xksb_20 {
2475
+ @media (min-width: 766px) {
2476
+ ._Sidebar--right_o396p_25 {
2477
+ border-block-start: 0;
2478
+ border-inline-start: 1px solid var(--puck-color-grey-09);
2479
+ }
2480
+ }
2481
+ ._Sidebar-resizeHandle_o396p_37 {
2228
2482
  position: absolute;
2229
2483
  height: 100%;
2230
2484
  }
2231
- ._Sidebar--left_1xksb_8 + ._Sidebar-resizeHandle_1xksb_20 {
2485
+ ._Sidebar--left_o396p_13 + ._Sidebar-resizeHandle_o396p_37 {
2232
2486
  grid-area: left;
2233
2487
  justify-self: end;
2234
2488
  }
2235
- ._Sidebar--right_1xksb_14 + ._Sidebar-resizeHandle_1xksb_20 {
2489
+ ._Sidebar--right_o396p_25 + ._Sidebar-resizeHandle_o396p_37 {
2236
2490
  grid-area: right;
2237
2491
  justify-self: start;
2238
2492
  }
2493
+
2494
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Nav/styles.module.css/#css-module-data */
2495
+ ._Nav_1pu0u_1 {
2496
+ display: flex;
2497
+ }
2498
+ ._Nav-list_1pu0u_5 {
2499
+ display: flex;
2500
+ list-style: none;
2501
+ margin: 0;
2502
+ padding: 0;
2503
+ overflow-x: auto;
2504
+ gap: 8px;
2505
+ }
2506
+ @media (min-width: 638px) {
2507
+ ._Nav-list_1pu0u_5 {
2508
+ padding-top: 32px;
2509
+ flex-direction: column;
2510
+ gap: 16px;
2511
+ width: 100%;
2512
+ }
2513
+ }
2514
+ ._Nav-mobileActions_1pu0u_23 {
2515
+ align-items: center;
2516
+ display: flex;
2517
+ justify-content: center;
2518
+ margin-inline-start: auto;
2519
+ padding: 4px 16px;
2520
+ border-inline-start: 1px solid var(--puck-color-grey-09);
2521
+ }
2522
+ @media (min-width: 638px) {
2523
+ ._Nav-mobileActions_1pu0u_23 {
2524
+ display: none;
2525
+ }
2526
+ }
2527
+ ._NavItem-link_1pu0u_38 {
2528
+ align-items: center;
2529
+ color: var(--puck-color-grey-03);
2530
+ display: flex;
2531
+ gap: 8px;
2532
+ text-decoration: none;
2533
+ cursor: pointer;
2534
+ border-radius: 4px;
2535
+ padding: 8px 4px;
2536
+ width: 64px;
2537
+ box-sizing: border-box;
2538
+ }
2539
+ @media (min-width: 638px) {
2540
+ ._NavItem-link_1pu0u_38 {
2541
+ width: auto;
2542
+ }
2543
+ }
2544
+ ._NavItem_1pu0u_38:first-of-type {
2545
+ padding-left: 16px;
2546
+ }
2547
+ ._NavItem_1pu0u_38:last-of-type {
2548
+ padding-right: 16px;
2549
+ }
2550
+ @media (min-width: 638px) {
2551
+ ._NavItem_1pu0u_38:first-of-type,
2552
+ ._NavItem_1pu0u_38:last-of-type {
2553
+ padding: 0;
2554
+ }
2555
+ }
2556
+ ._NavItem-link_1pu0u_38 {
2557
+ border-top: 4px solid transparent;
2558
+ border-bottom: 4px solid transparent;
2559
+ border-radius: 0;
2560
+ flex-direction: column;
2561
+ font-size: var(--puck-font-size-xxxs);
2562
+ }
2563
+ @media (min-width: 638px) {
2564
+ ._NavItem-link_1pu0u_38 {
2565
+ border: 0;
2566
+ border-left: 4px solid transparent;
2567
+ border-right: 4px solid transparent;
2568
+ }
2569
+ }
2570
+ ._NavItem-linkIcon_1pu0u_88 {
2571
+ height: 24px;
2572
+ width: 24px;
2573
+ }
2574
+ ._NavItem--active_1pu0u_93 > ._NavItem-link_1pu0u_38 {
2575
+ background-color: var(--puck-color-azure-10);
2576
+ color: var(--puck-color-azure-04);
2577
+ font-weight: 600;
2578
+ }
2579
+ ._NavItem--active_1pu0u_93 > ._NavItem-link_1pu0u_38 {
2580
+ background-color: transparent;
2581
+ border-top-color: var(--puck-color-azure-04);
2582
+ border-top-right-radius: 0;
2583
+ border-bottom-right-radius: 0;
2584
+ font-weight: 600;
2585
+ }
2586
+ @media (min-width: 638px) {
2587
+ ._NavItem--active_1pu0u_93 > ._NavItem-link_1pu0u_38 {
2588
+ border-top-color: transparent;
2589
+ border-right-color: var(--puck-color-azure-04);
2590
+ }
2591
+ }
2592
+ ._NavItem_1pu0u_38:not(._NavItem--active_1pu0u_93) > ._NavItem-link_1pu0u_38:hover {
2593
+ background-color: var(--puck-color-azure-11);
2594
+ color: var(--puck-color-azure-04);
2595
+ }
2596
+ @media (min-width: 638px) {
2597
+ ._NavItem--mobileOnly_1pu0u_120 {
2598
+ display: none;
2599
+ }
2600
+ }
2601
+ ._NavItem--desktopOnly_1pu0u_125 {
2602
+ display: none;
2603
+ }
2604
+ @media (min-width: 638px) {
2605
+ ._NavItem--desktopOnly_1pu0u_125 {
2606
+ display: block;
2607
+ }
2608
+ }
2609
+
2610
+ /* css-module:/home/runner/work/puck/puck/packages/core/plugins/fields/styles.module.css/#css-module-data */
2611
+ ._FieldsPlugin_nd930_1 {
2612
+ background: white;
2613
+ height: 100%;
2614
+ overflow-y: auto;
2615
+ }
2616
+ ._FieldsPlugin-header_nd930_7 {
2617
+ border-bottom: 1px solid var(--puck-color-grey-09);
2618
+ font-weight: 600;
2619
+ padding-bottom: 8px;
2620
+ padding-left: 16px;
2621
+ padding-right: 16px;
2622
+ padding-top: 8px;
2623
+ }
2624
+ @media (min-width: 638px) {
2625
+ ._FieldsPlugin-header_nd930_7 {
2626
+ padding: 16px;
2627
+ }
2628
+ }