@measured/puck 0.21.0-canary.77444503 → 0.21.0-canary.7c2f9283

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 (46) hide show
  1. package/dist/{Editor-O447AVCX.mjs → Editor-32UYWE6W.mjs} +10 -10
  2. package/dist/{Editor-F2LSS6SE.css → Editor-IQP25PUX.css} +28 -27
  3. package/dist/{Render-QEMDIDQC.css → Render-3OV4N4MT.css} +28 -27
  4. package/dist/{Render-OFE6QLI2.mjs → Render-FXZX6NFH.mjs} +1 -1
  5. package/dist/{actions-ONhOkrvf.d.mts → actions-BkBoKAc5.d.mts} +26 -10
  6. package/dist/{actions-ONhOkrvf.d.ts → actions-BkBoKAc5.d.ts} +26 -10
  7. package/dist/{chunk-QAWJTCV5.mjs → chunk-3VQHXASI.mjs} +1 -1
  8. package/dist/{chunk-BSDEIOEK.mjs → chunk-6KNQXLQR.mjs} +10 -8
  9. package/dist/{chunk-CSSRLPHM.mjs → chunk-AOEDIUVK.mjs} +1 -1
  10. package/dist/{chunk-4277WLKB.mjs → chunk-FCCNEDWR.mjs} +4373 -3687
  11. package/dist/{chunk-PLXSMBAA.mjs → chunk-GVKHZNTR.mjs} +1 -1
  12. package/dist/{chunk-DAQLMM2T.mjs → chunk-K562SEXI.mjs} +97 -6
  13. package/dist/{chunk-QBGM4ELA.mjs → chunk-KN3XDS7U.mjs} +1 -1
  14. package/dist/{chunk-62AAYNXG.mjs → chunk-MEL7FUSF.mjs} +1 -1
  15. package/dist/{chunk-Y656T6AQ.mjs → chunk-NYGQH27S.mjs} +100 -74
  16. package/dist/{chunk-NLUHDYVR.mjs → chunk-Q3TJ2VYO.mjs} +23 -3
  17. package/dist/{chunk-T3WX7XJ6.mjs → chunk-REWRIUGR.mjs} +33 -9
  18. package/dist/{chunk-2Q4PACDA.mjs → chunk-V2IQTPPK.mjs} +4 -4
  19. package/dist/{full-BEMDJKDS.mjs → full-4OS3O57Y.mjs} +8 -8
  20. package/dist/{index-BEoNHRI1.d.ts → index-bqD1SEOb.d.mts} +3 -1
  21. package/dist/{index-DfxZ7tZF.d.mts → index-lt1zf5WR.d.ts} +3 -1
  22. package/dist/index.css +732 -341
  23. package/dist/index.d.mts +28 -9
  24. package/dist/index.d.ts +28 -9
  25. package/dist/index.js +3340 -2427
  26. package/dist/index.mjs +21 -18
  27. package/dist/internal.d.mts +2 -2
  28. package/dist/internal.d.ts +2 -2
  29. package/dist/internal.js +22 -3
  30. package/dist/internal.mjs +2 -2
  31. package/dist/{loaded-JU3A7Y4L.mjs → loaded-DCQVLO7I.mjs} +5 -5
  32. package/dist/{loaded-N3FYGF2Y.mjs → loaded-JGRO7BH7.mjs} +5 -5
  33. package/dist/{loaded-OBY7OMS6.mjs → loaded-KKVJE5KH.mjs} +5 -5
  34. package/dist/no-external.css +870 -475
  35. package/dist/no-external.d.mts +4 -4
  36. package/dist/no-external.d.ts +4 -4
  37. package/dist/no-external.js +3347 -2431
  38. package/dist/no-external.mjs +20 -12
  39. package/dist/rsc.css +28 -27
  40. package/dist/rsc.d.mts +2 -2
  41. package/dist/rsc.d.ts +2 -2
  42. package/dist/rsc.js +146 -83
  43. package/dist/rsc.mjs +4 -4
  44. package/dist/{walk-tree-CdriEzFJ.d.mts → walk-tree-CRRDqx6_.d.mts} +1 -1
  45. package/dist/{walk-tree-DHbAZ4wF.d.ts → walk-tree-CS7sEpfG.d.ts} +1 -1
  46. package/package.json +1 -1
package/dist/index.css CHANGED
@@ -1239,46 +1239,46 @@ textarea._Input-input_bsxfo_26 {
1239
1239
  }
1240
1240
 
1241
1241
  /* css-module:/home/runner/work/puck/puck/packages/core/components/RichTextEditor/styles.module.css/#css-module-data */
1242
- ._RichTextEditor_1elol_1 .ProseMirror {
1242
+ ._RichTextEditor_z25h4_1 .ProseMirror {
1243
1243
  white-space: pre-wrap;
1244
1244
  word-wrap: break-word;
1245
1245
  cursor: text;
1246
1246
  outline: none;
1247
1247
  position: relative;
1248
1248
  }
1249
- ._RichTextEditor_1elol_1 .rich-text * {
1249
+ ._RichTextEditor_z25h4_1 .rich-text * {
1250
1250
  white-space: pre-wrap;
1251
1251
  user-select: auto;
1252
1252
  -webkit-user-select: auto;
1253
1253
  }
1254
- ._RichTextEditor_1elol_1 .rich-text blockquote {
1254
+ ._RichTextEditor_z25h4_1 .rich-text blockquote {
1255
1255
  margin: 1em 0;
1256
1256
  padding: 0 1em;
1257
1257
  border-left: 4px solid var(--puck-color-grey-09);
1258
1258
  }
1259
- ._RichTextEditor_1elol_1 .rich-text code {
1259
+ ._RichTextEditor_z25h4_1 .rich-text code {
1260
1260
  background-color: var(--puck-color-grey-11);
1261
1261
  padding: 4px 8px;
1262
1262
  border-radius: 4px;
1263
1263
  }
1264
- ._RichTextEditor_1elol_1 .rich-text p:empty::before {
1264
+ ._RichTextEditor_z25h4_1 .rich-text p:empty::before {
1265
1265
  content: "\a0";
1266
1266
  }
1267
- ._RichTextEditor_1elol_1 .rich-text pre code {
1267
+ ._RichTextEditor_z25h4_1 .rich-text pre code {
1268
1268
  display: block;
1269
1269
  padding: 8px 12px;
1270
1270
  }
1271
- ._RichTextEditor_1elol_1 .rich-text > *:first-child,
1272
- ._RichTextEditor_1elol_1 .ProseMirror > *:first-child,
1273
- ._RichTextEditor_1elol_1 .rich-text * p:first-of-type {
1271
+ ._RichTextEditor_z25h4_1 .rich-text > *:first-child,
1272
+ ._RichTextEditor_z25h4_1 .ProseMirror > *:first-child,
1273
+ ._RichTextEditor_z25h4_1 .rich-text * p:first-of-type {
1274
1274
  margin-top: 0;
1275
1275
  }
1276
- ._RichTextEditor_1elol_1 .rich-text > *:last-child,
1277
- ._RichTextEditor_1elol_1 .ProseMirror > *:last-child,
1278
- ._RichTextEditor_1elol_1 .rich-text * p:last-of-type {
1276
+ ._RichTextEditor_z25h4_1 .rich-text > *:last-child,
1277
+ ._RichTextEditor_z25h4_1 .ProseMirror > *:last-child,
1278
+ ._RichTextEditor_z25h4_1 .rich-text * p:last-of-type {
1279
1279
  margin-bottom: 0;
1280
1280
  }
1281
- ._RichTextEditor--editor_1elol_50 {
1281
+ ._RichTextEditor--editor_z25h4_50 {
1282
1282
  background: var(--puck-color-white);
1283
1283
  border-width: 1px;
1284
1284
  border-style: solid;
@@ -1290,53 +1290,54 @@ textarea._Input-input_bsxfo_26 {
1290
1290
  font-family: inherit;
1291
1291
  font-size: var(--puck-font-size-xxs);
1292
1292
  resize: vertical;
1293
+ text-align: initial;
1293
1294
  transition: border-color 50ms ease-in;
1294
1295
  width: 100%;
1295
1296
  max-width: 100%;
1296
1297
  min-height: 128px;
1297
1298
  }
1298
- ._RichTextEditor--editor_1elol_50 .rich-text {
1299
+ ._RichTextEditor--editor_z25h4_50 .rich-text {
1299
1300
  flex-grow: 1;
1300
1301
  }
1301
- ._RichTextEditor--editor_1elol_50 .rich-text:not(:has(.ProseMirror)),
1302
- ._RichTextEditor--editor_1elol_50 .rich-text .ProseMirror {
1302
+ ._RichTextEditor--editor_z25h4_50 .rich-text:not(:has(.ProseMirror)),
1303
+ ._RichTextEditor--editor_z25h4_50 .rich-text .ProseMirror {
1303
1304
  height: 100%;
1304
1305
  padding: 12px 15px;
1305
1306
  }
1306
- ._RichTextEditor--editor_1elol_50 .rich-text ul,
1307
- ._RichTextEditor--editor_1elol_50 .rich-text ol {
1307
+ ._RichTextEditor--editor_z25h4_50 .rich-text ul,
1308
+ ._RichTextEditor--editor_z25h4_50 .rich-text ol {
1308
1309
  padding-left: 24px;
1309
1310
  }
1310
- ._RichTextEditor--editor_1elol_50 .rich-text li {
1311
+ ._RichTextEditor--editor_z25h4_50 .rich-text li {
1311
1312
  line-height: 1.5;
1312
1313
  }
1313
- ._RichTextEditor--editor_1elol_50 .rich-text p {
1314
+ ._RichTextEditor--editor_z25h4_50 .rich-text p {
1314
1315
  margin-block: 12px;
1315
1316
  }
1316
- ._RichTextEditor--editor_1elol_50 .rich-text ul {
1317
+ ._RichTextEditor--editor_z25h4_50 .rich-text ul {
1317
1318
  list-style: disc;
1318
1319
  }
1319
- ._RichTextEditor--editor_1elol_50 .rich-text ol {
1320
+ ._RichTextEditor--editor_z25h4_50 .rich-text ol {
1320
1321
  list-style: decimal;
1321
1322
  }
1322
- ._RichTextEditor--editor_1elol_50:focus-within {
1323
+ ._RichTextEditor--editor_z25h4_50:focus-within {
1323
1324
  border-color: var(--puck-color-grey-05);
1324
1325
  outline: 2px solid var(--puck-color-azure-05);
1325
1326
  transition: none;
1326
1327
  }
1327
- ._RichTextEditor--editor_1elol_50._RichTextEditor--disabled_1elol_106 {
1328
+ ._RichTextEditor--editor_z25h4_50._RichTextEditor--disabled_z25h4_107 {
1328
1329
  background: var(--puck-color-grey-11);
1329
1330
  }
1330
- ._RichTextEditor_1elol_1:not(:focus-within):not(._RichTextEditor--isActive_1elol_110) .ProseMirror ::selection {
1331
+ ._RichTextEditor_z25h4_1:not(:focus-within):not(._RichTextEditor--isActive_z25h4_111) .ProseMirror ::selection {
1331
1332
  background-color: transparent;
1332
1333
  }
1333
- ._RichTextEditor-menu_1elol_116 {
1334
+ ._RichTextEditor-menu_z25h4_117 {
1334
1335
  border-bottom: 1px solid var(--puck-color-grey-10);
1335
1336
  position: sticky;
1336
1337
  top: 0;
1337
1338
  z-index: 1;
1338
1339
  }
1339
- ._RichTextEditor--disabled_1elol_106 ._RichTextEditor-menu_1elol_116 {
1340
+ ._RichTextEditor--disabled_z25h4_107 ._RichTextEditor-menu_z25h4_117 {
1340
1341
  border-bottom: 1px solid var(--puck-color-grey-09);
1341
1342
  }
1342
1343
 
@@ -1601,168 +1602,6 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
1601
1602
  display: none;
1602
1603
  }
1603
1604
 
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
1605
  /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Fields/styles.module.css/#css-module-data */
1767
1606
  ._PuckFields_10bh7_1 {
1768
1607
  position: relative;
@@ -1968,167 +1807,226 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
1968
1807
  margin-top: 4px;
1969
1808
  }
1970
1809
 
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);
1975
- 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);
1810
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Layout/styles.module.css/#css-module-data */
1811
+ ._Puck_1dd16_19 {
1812
+ --puck-space-px: 16px;
1813
+ font-family: var(--puck-font-family);
1814
+ overflow-x: hidden;
2003
1815
  }
2004
- ._ViewportButton--isActive_gejzr_38 ._ViewportButton-inner_gejzr_38 {
2005
- color: var(--puck-color-azure-04);
1816
+ @media (min-width: 766px) {
1817
+ ._Puck_1dd16_19 {
1818
+ overflow-x: auto;
1819
+ }
2006
1820
  }
2007
-
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;
1821
+ ._Puck-portal_1dd16_31 {
1822
+ position: relative;
1823
+ z-index: 2;
2016
1824
  }
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);
2024
- }
1825
+ ._PuckLayout_1dd16_36 {
1826
+ height: 100dvh;
2025
1827
  }
2026
- ._PuckCanvas-inner_18jay_21 {
2027
- display: flex;
1828
+ ._PuckLayout-inner_1dd16_40 {
1829
+ --puck-frame-width: auto;
1830
+ --puck-side-nav-width: min-content;
1831
+ --puck-side-bar-width: 0px;
1832
+ --puck-left-side-bar-width: var( --puck-user-left-side-bar-width, var(--puck-side-bar-width) );
1833
+ --puck-right-side-bar-width: var( --puck-user-right-side-bar-width, var(--puck-side-bar-width) );
1834
+ background-color: var(--puck-color-grey-12);
1835
+ display: grid;
1836
+ grid-template-areas: "header" "editor" "left" "right" "sidenav";
1837
+ grid-template-columns: var(--puck-frame-width);
1838
+ grid-template-rows: min-content auto 0 0 var(--puck-side-nav-width);
2028
1839
  height: 100%;
2029
- justify-content: center;
2030
- min-width: 358px;
2031
1840
  position: relative;
2032
- width: 100%;
2033
- }
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
+ transition: grid-template-rows 150ms ease-in;
1842
+ z-index: 0;
1843
+ overflow: hidden;
2045
1844
  }
2046
- @media (min-width: 1198px) {
2047
- ._PuckCanvas-root_18jay_30 {
2048
- min-width: unset;
1845
+ @media (min-width: 638px) {
1846
+ ._PuckLayout-inner_1dd16_40 {
1847
+ --puck-side-nav-width: 68px;
1848
+ grid-template-areas: "header header header header" "sidenav left editor right";
1849
+ grid-template-columns: var(--puck-side-nav-width) 0 var(--puck-frame-width) 0;
1850
+ grid-template-rows: min-content auto;
2049
1851
  }
2050
- }
2051
- @media (prefers-reduced-motion: reduce) {
2052
- ._PuckCanvas-root_18jay_30 {
2053
- transition: none !important;
1852
+ ._Puck--hidePlugins_1dd16_72 ._PuckLayout-inner_1dd16_40 {
1853
+ --puck-side-nav-width: 0;
2054
1854
  }
2055
1855
  }
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;
1856
+ ._PuckLayout--mounted_1dd16_77 ._PuckLayout-inner_1dd16_40 {
1857
+ --puck-side-bar-width: 186px;
2068
1858
  }
2069
- ._PuckCanvas--showLoader_18jay_70 ._PuckCanvas-loader_18jay_60 {
2070
- opacity: 1;
1859
+ ._PuckLayout--mobilePanelHeightToggle_1dd16_81._PuckLayout--leftSideBarVisible_1dd16_81 ._PuckLayout-inner_1dd16_40 {
1860
+ grid-template-rows: 0 auto 30% 0 var(--puck-side-nav-width);
2071
1861
  }
2072
- ._PuckCanvas--showLoader_18jay_70._PuckCanvas--ready_18jay_55 ._PuckCanvas-loader_18jay_60 {
2073
- opacity: 0;
2074
- height: 0;
2075
- transition: none;
1862
+ ._PuckLayout--mobilePanelHeightToggle_1dd16_81._PuckLayout--leftSideBarVisible_1dd16_81._PuckLayout--isExpanded_1dd16_87 ._PuckLayout-inner_1dd16_40 {
1863
+ grid-template-rows: 0 auto 55% 0 var(--puck-side-nav-width);
2076
1864
  }
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;
1865
+ @media (min-width: 638px) {
1866
+ ._PuckLayout--mobilePanelHeightToggle_1dd16_81._PuckLayout--leftSideBarVisible_1dd16_81 ._PuckLayout-inner_1dd16_40 {
1867
+ grid-template-columns: var(--puck-side-nav-width) var(--puck-left-side-bar-width) var( --puck-frame-width ) 0;
1868
+ grid-template-rows: min-content auto;
1869
+ }
2090
1870
  }
2091
- ._MenuBar--menuOpen_8pf8c_14 {
2092
- display: block;
1871
+ ._PuckLayout--mobilePanelHeightMinContent_1dd16_105._PuckLayout--leftSideBarVisible_1dd16_81 ._PuckLayout-inner_1dd16_40,
1872
+ ._PuckLayout--mobilePanelHeightMinContent_1dd16_105._PuckLayout--leftSideBarVisible_1dd16_81._PuckLayout--isExpanded_1dd16_87 ._PuckLayout-inner_1dd16_40 {
1873
+ grid-template-rows: 0 auto min-content 0 var(--puck-side-nav-width);
2093
1874
  }
2094
1875
  @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;
1876
+ ._PuckLayout--mobilePanelHeightToggle_1dd16_81._PuckLayout--leftSideBarVisible_1dd16_81 ._PuckLayout-inner_1dd16_40,
1877
+ ._PuckLayout--mobilePanelHeightToggle_1dd16_81._PuckLayout--leftSideBarVisible_1dd16_81._PuckLayout--isExpanded_1dd16_87 ._PuckLayout-inner_1dd16_40,
1878
+ ._PuckLayout--mobilePanelHeightMinContent_1dd16_105._PuckLayout--leftSideBarVisible_1dd16_81 ._PuckLayout-inner_1dd16_40,
1879
+ ._PuckLayout--mobilePanelHeightMinContent_1dd16_105._PuckLayout--leftSideBarVisible_1dd16_81._PuckLayout--isExpanded_1dd16_87 ._PuckLayout-inner_1dd16_40 {
1880
+ grid-template-columns: var(--puck-side-nav-width) var(--puck-left-side-bar-width) var( --puck-frame-width ) 0;
1881
+ grid-template-rows: min-content auto;
2102
1882
  }
2103
1883
  }
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;
1884
+ @media (min-width: 638px) {
1885
+ ._PuckLayout--rightSideBarVisible_1dd16_132 ._PuckLayout-inner_1dd16_40 {
1886
+ grid-template-columns: var(--puck-side-nav-width) 0 var(--puck-frame-width) var(--puck-right-side-bar-width);
1887
+ }
2110
1888
  }
2111
1889
  @media (min-width: 638px) {
2112
- ._MenuBar-inner_8pf8c_29 {
2113
- display: flex;
2114
- flex-direction: row;
2115
- flex-wrap: nowrap;
1890
+ ._PuckLayout--leftSideBarVisible_1dd16_81._PuckLayout--rightSideBarVisible_1dd16_132 ._PuckLayout-inner_1dd16_40 {
1891
+ 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
1892
  }
2117
1893
  }
2118
- ._MenuBar-history_8pf8c_45 {
2119
- display: flex;
1894
+ @media (min-width: 458px) {
1895
+ ._PuckLayout-mounted_1dd16_151 ._PuckLayout-inner_1dd16_40 {
1896
+ --puck-frame-width: minmax(266px, auto);
1897
+ }
2120
1898
  }
2121
-
2122
- /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Header/styles.module.css/#css-module-data */
2123
- ._PuckHeader_15xnq_1 {
2124
- background: var(--puck-color-white);
2125
- border-bottom: 1px solid var(--puck-color-grey-09);
2126
- color: var(--puck-color-black);
1899
+ @media (min-width: 638px) {
1900
+ ._PuckLayout_1dd16_36 ._PuckLayout-inner_1dd16_40 {
1901
+ --puck-side-bar-width: minmax(186px, 250px);
1902
+ }
1903
+ }
1904
+ @media (min-width: 766px) {
1905
+ ._PuckLayout_1dd16_36 ._PuckLayout-inner_1dd16_40 {
1906
+ --puck-frame-width: auto;
1907
+ }
1908
+ }
1909
+ @media (min-width: 990px) {
1910
+ ._PuckLayout_1dd16_36 ._PuckLayout-inner_1dd16_40 {
1911
+ --puck-side-bar-width: 256px;
1912
+ }
1913
+ }
1914
+ @media (min-width: 1198px) {
1915
+ ._PuckLayout_1dd16_36 ._PuckLayout-inner_1dd16_40 {
1916
+ --puck-side-bar-width: 274px;
1917
+ }
1918
+ }
1919
+ @media (min-width: 1398px) {
1920
+ ._PuckLayout_1dd16_36 ._PuckLayout-inner_1dd16_40 {
1921
+ --puck-side-bar-width: 290px;
1922
+ }
1923
+ }
1924
+ @media (min-width: 1598px) {
1925
+ ._PuckLayout_1dd16_36 ._PuckLayout-inner_1dd16_40 {
1926
+ --puck-side-bar-width: 320px;
1927
+ }
1928
+ }
1929
+ ._PuckLayout-nav_1dd16_192 {
1930
+ border-top: 1px solid var(--puck-color-grey-09);
1931
+ background-color: var(--puck-color-grey-12);
1932
+ grid-area: sidenav;
1933
+ overflow: hidden;
1934
+ width: 100%;
1935
+ }
1936
+ @media (min-width: 638px) {
1937
+ ._PuckLayout-nav_1dd16_192 {
1938
+ border-top: 0;
1939
+ border-right: 1px solid var(--puck-color-grey-09);
1940
+ box-sizing: border-box;
1941
+ }
1942
+ }
1943
+ ._PuckLayout-header_1dd16_208 {
1944
+ grid-area: header;
1945
+ }
1946
+ ._PuckLayout--leftSideBarVisible_1dd16_81 ._PuckLayout-header_1dd16_208 {
1947
+ overflow: hidden;
1948
+ }
1949
+ @media (min-width: 638px) {
1950
+ ._PuckLayout--leftSideBarVisible_1dd16_81 ._PuckLayout-header_1dd16_208 {
1951
+ overflow: auto;
1952
+ }
1953
+ }
1954
+ ._PuckPluginTab_1dd16_222 {
1955
+ display: none;
1956
+ flex-grow: 1;
1957
+ max-height: 100%;
1958
+ }
1959
+ ._PuckPluginTab--visible_1dd16_228 {
1960
+ display: flex;
1961
+ flex-direction: column;
1962
+ }
1963
+ ._PuckPluginTab-body_1dd16_233 {
1964
+ flex-grow: 1;
1965
+ max-height: 100%;
1966
+ }
1967
+
1968
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/MenuBar/styles.module.css/#css-module-data */
1969
+ ._MenuBar_8pf8c_1 {
1970
+ background-color: var(--puck-color-white);
1971
+ border-bottom: 1px solid var(--puck-color-grey-09);
1972
+ display: none;
1973
+ left: 0;
1974
+ margin-top: 1px;
1975
+ padding: 8px 16px;
1976
+ position: absolute;
1977
+ right: 0;
1978
+ top: 100%;
1979
+ z-index: 2;
1980
+ }
1981
+ ._MenuBar--menuOpen_8pf8c_14 {
1982
+ display: block;
1983
+ }
1984
+ @media (min-width: 638px) {
1985
+ ._MenuBar_8pf8c_1 {
1986
+ border: none;
1987
+ display: block;
1988
+ margin-top: 0;
1989
+ overflow-y: visible;
1990
+ padding: 0;
1991
+ position: static;
1992
+ }
1993
+ }
1994
+ ._MenuBar-inner_8pf8c_29 {
1995
+ align-items: center;
1996
+ display: flex;
1997
+ flex-wrap: wrap;
1998
+ gap: 8px 16px;
1999
+ justify-content: flex-end;
2000
+ }
2001
+ @media (min-width: 638px) {
2002
+ ._MenuBar-inner_8pf8c_29 {
2003
+ display: flex;
2004
+ flex-direction: row;
2005
+ flex-wrap: nowrap;
2006
+ }
2007
+ }
2008
+ ._MenuBar-history_8pf8c_45 {
2009
+ display: flex;
2010
+ }
2011
+
2012
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Header/styles.module.css/#css-module-data */
2013
+ ._PuckHeader_63pti_1 {
2014
+ background: var(--puck-color-white);
2015
+ border-bottom: 1px solid var(--puck-color-grey-09);
2016
+ color: var(--puck-color-black);
2127
2017
  grid-area: header;
2128
2018
  position: relative;
2129
2019
  max-width: 100vw;
2130
2020
  }
2131
- ._PuckHeader-inner_15xnq_10 {
2021
+ @media (min-width: 638px) {
2022
+ ._PuckHeader_63pti_1 {
2023
+ padding-left: 67px;
2024
+ }
2025
+ ._PuckHeader--hidePlugins_63pti_15 {
2026
+ padding-left: 0;
2027
+ }
2028
+ }
2029
+ ._PuckHeader-inner_63pti_20 {
2132
2030
  align-items: end;
2133
2031
  display: grid;
2134
2032
  gap: var(--puck-space-px);
@@ -2137,43 +2035,369 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
2137
2035
  grid-template-rows: auto;
2138
2036
  padding: var(--puck-space-px);
2139
2037
  }
2140
- ._PuckHeader-toggle_15xnq_20 {
2038
+ @media (min-width: 638px) {
2039
+ ._PuckHeader-inner_63pti_20 {
2040
+ border-left: 1px solid var(--puck-color-grey-09);
2041
+ }
2042
+ ._PuckHeader--hidePlugins_63pti_15 ._PuckHeader-inner_63pti_20 {
2043
+ border-left: none;
2044
+ }
2045
+ }
2046
+ ._PuckHeader-toggle_63pti_40 {
2141
2047
  color: var(--puck-color-grey-05);
2142
2048
  display: flex;
2143
2049
  margin-inline-start: -4px;
2144
2050
  padding-top: 2px;
2145
2051
  }
2146
- ._PuckHeader--rightSideBarVisible_15xnq_27 ._PuckHeader-rightSideBarToggle_15xnq_27,
2147
- ._PuckHeader--leftSideBarVisible_15xnq_28 ._PuckHeader-leftSideBarToggle_15xnq_28 {
2052
+ ._PuckHeader--rightSideBarVisible_63pti_47 ._PuckHeader-rightSideBarToggle_63pti_47,
2053
+ ._PuckHeader--leftSideBarVisible_63pti_48 ._PuckHeader-leftSideBarToggle_63pti_48 {
2148
2054
  color: var(--puck-color-black);
2149
2055
  }
2150
- ._PuckHeader-title_15xnq_32 {
2056
+ ._PuckHeader-rightSideBarToggle_63pti_47,
2057
+ ._PuckHeader-leftSideBarToggle_63pti_48 {
2058
+ display: none;
2059
+ }
2060
+ @media (min-width: 638px) {
2061
+ ._PuckHeader-rightSideBarToggle_63pti_47,
2062
+ ._PuckHeader-leftSideBarToggle_63pti_48 {
2063
+ display: block;
2064
+ }
2065
+ }
2066
+ ._PuckHeader-title_63pti_64 {
2151
2067
  align-self: center;
2152
2068
  }
2153
- ._PuckHeader-path_15xnq_36 {
2069
+ ._PuckHeader-path_63pti_68 {
2154
2070
  font-family: var(--puck-font-family-monospaced);
2155
2071
  font-size: var(--puck-font-size-xxs);
2156
2072
  font-weight: normal;
2157
2073
  word-break: break-all;
2158
2074
  }
2159
- ._PuckHeader-tools_15xnq_43 {
2075
+ ._PuckHeader-tools_63pti_75 {
2160
2076
  display: flex;
2161
2077
  gap: 16px;
2162
2078
  justify-content: flex-end;
2163
2079
  }
2164
- ._PuckHeader-menuButton_15xnq_49 {
2080
+ ._PuckHeader-menuButton_63pti_81 {
2165
2081
  color: var(--puck-color-grey-05);
2166
2082
  margin-inline-start: -4px;
2167
2083
  }
2168
- ._PuckHeader--menuOpen_15xnq_54 ._PuckHeader-menuButton_15xnq_49 {
2084
+ ._PuckHeader--menuOpen_63pti_86 ._PuckHeader-menuButton_63pti_81 {
2169
2085
  color: var(--puck-color-black);
2170
2086
  }
2171
2087
  @media (min-width: 638px) {
2172
- ._PuckHeader-menuButton_15xnq_49 {
2088
+ ._PuckHeader-menuButton_63pti_81 {
2173
2089
  display: none;
2174
2090
  }
2175
2091
  }
2176
2092
 
2093
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/SidebarSection/styles.module.css/#css-module-data */
2094
+ ._SidebarSection_5otpt_1 {
2095
+ display: flex;
2096
+ position: relative;
2097
+ flex-direction: column;
2098
+ color: var(--puck-color-black);
2099
+ }
2100
+ ._SidebarSection_5otpt_1:last-of-type {
2101
+ flex-grow: 1;
2102
+ }
2103
+ ._SidebarSection-title_5otpt_12 {
2104
+ background: var(--puck-color-white);
2105
+ padding: 16px;
2106
+ border-bottom: 1px solid var(--puck-color-grey-09);
2107
+ border-top: 1px solid var(--puck-color-grey-09);
2108
+ overflow-x: auto;
2109
+ }
2110
+ ._SidebarSection--noBorderTop_5otpt_20 > ._SidebarSection-title_5otpt_12 {
2111
+ border-top: 0px;
2112
+ }
2113
+ ._SidebarSection-content_5otpt_24:last-child {
2114
+ padding-bottom: 4px;
2115
+ }
2116
+ ._SidebarSection_5otpt_1:last-of-type ._SidebarSection-content_5otpt_24 {
2117
+ border-bottom: none;
2118
+ flex-grow: 1;
2119
+ }
2120
+ ._SidebarSection-breadcrumbLabel_5otpt_33 {
2121
+ background: none;
2122
+ border: 0;
2123
+ border-radius: 2px;
2124
+ color: var(--puck-color-azure-04);
2125
+ cursor: pointer;
2126
+ font: inherit;
2127
+ flex-shrink: 0;
2128
+ padding: 0;
2129
+ transition: color 50ms ease-in;
2130
+ }
2131
+ ._SidebarSection-breadcrumbLabel_5otpt_33:focus-visible {
2132
+ outline: 2px solid var(--puck-color-azure-05);
2133
+ outline-offset: 2px;
2134
+ }
2135
+ @media (hover: hover) and (pointer: fine) {
2136
+ ._SidebarSection-breadcrumbLabel_5otpt_33:hover {
2137
+ color: var(--puck-color-azure-03);
2138
+ transition: none;
2139
+ }
2140
+ }
2141
+ ._SidebarSection-breadcrumbLabel_5otpt_33:active {
2142
+ color: var(--puck-color-azure-02);
2143
+ transition: none;
2144
+ }
2145
+ ._SidebarSection-breadcrumbs_5otpt_62 {
2146
+ align-items: center;
2147
+ display: flex;
2148
+ gap: 4px;
2149
+ }
2150
+ ._SidebarSection-breadcrumb_5otpt_33 {
2151
+ align-items: center;
2152
+ display: flex;
2153
+ gap: 4px;
2154
+ }
2155
+ ._SidebarSection-heading_5otpt_74 {
2156
+ padding-inline-end: 16px;
2157
+ }
2158
+ ._SidebarSection-loadingOverlay_5otpt_78 {
2159
+ background: var(--puck-color-white);
2160
+ display: flex;
2161
+ justify-content: center;
2162
+ align-items: center;
2163
+ height: 100%;
2164
+ width: 100%;
2165
+ top: 0;
2166
+ position: absolute;
2167
+ z-index: 1;
2168
+ pointer-events: all;
2169
+ box-sizing: border-box;
2170
+ opacity: 0.8;
2171
+ }
2172
+
2173
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/Breadcrumbs/styles.module.css/#css-module-data */
2174
+ ._Breadcrumbs_1c9yh_1 {
2175
+ align-items: center;
2176
+ display: flex;
2177
+ gap: 4px;
2178
+ }
2179
+ ._Breadcrumbs-breadcrumbLabel_1c9yh_7 {
2180
+ background: none;
2181
+ border: 0;
2182
+ border-radius: 2px;
2183
+ color: var(--puck-color-azure-04);
2184
+ cursor: pointer;
2185
+ font: inherit;
2186
+ flex-shrink: 0;
2187
+ padding: 0;
2188
+ transition: color 50ms ease-in;
2189
+ }
2190
+ ._Breadcrumbs-breadcrumbLabel_1c9yh_7:focus-visible {
2191
+ outline: 2px solid var(--puck-color-azure-05);
2192
+ outline-offset: 2px;
2193
+ }
2194
+ @media (hover: hover) and (pointer: fine) {
2195
+ ._Breadcrumbs-breadcrumbLabel_1c9yh_7:hover {
2196
+ color: var(--puck-color-azure-03);
2197
+ transition: none;
2198
+ }
2199
+ }
2200
+ ._Breadcrumbs-breadcrumbLabel_1c9yh_7:active {
2201
+ color: var(--puck-color-azure-02);
2202
+ transition: none;
2203
+ }
2204
+ ._Breadcrumbs-breadcrumb_1c9yh_7 {
2205
+ align-items: center;
2206
+ display: flex;
2207
+ gap: 4px;
2208
+ }
2209
+
2210
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/ViewportControls/styles.module.css/#css-module-data */
2211
+ ._ViewportControls_e3unb_1 {
2212
+ position: relative;
2213
+ }
2214
+ ._ViewportControls--fullScreen_e3unb_5 {
2215
+ border-radius: 32px;
2216
+ display: flex;
2217
+ position: absolute;
2218
+ bottom: 12px;
2219
+ right: 12px;
2220
+ overflow: hidden;
2221
+ }
2222
+ ._ViewportControls-toggleButton_e3unb_14 {
2223
+ display: none;
2224
+ }
2225
+ ._ViewportControls--fullScreen_e3unb_5 ._ViewportControls-toggleButton_e3unb_14 {
2226
+ align-items: center;
2227
+ background-color: var(--puck-color-grey-02);
2228
+ border: 1px solid var(--puck-color-grey-04);
2229
+ border-radius: 30px;
2230
+ cursor: pointer;
2231
+ color: var(--puck-color-grey-11);
2232
+ display: flex;
2233
+ justify-content: center;
2234
+ width: 42px;
2235
+ height: 42px;
2236
+ z-index: 1;
2237
+ }
2238
+ ._ViewportControls--fullScreen_e3unb_5 ._ViewportControls-toggleButton_e3unb_14:hover {
2239
+ background-color: var(--puck-color-grey-02);
2240
+ border: 1px solid var(--puck-color-azure-04);
2241
+ color: var(--puck-color-azure-07);
2242
+ }
2243
+ ._ViewportControls--isExpanded_e3unb_38 ._ViewportControls-toggleButton_e3unb_14 {
2244
+ background-color: var(--puck-color-grey-03);
2245
+ }
2246
+ ._ViewportControls-actions_e3unb_42 {
2247
+ display: flex;
2248
+ }
2249
+ ._ViewportControls-actionsInner_e3unb_46 {
2250
+ display: flex;
2251
+ box-sizing: border-box;
2252
+ justify-content: center;
2253
+ margin-left: auto;
2254
+ margin-right: auto;
2255
+ z-index: 0;
2256
+ overflow: hidden;
2257
+ }
2258
+ ._ViewportControls--fullScreen_e3unb_5 ._ViewportControls-actionsInner_e3unb_46 {
2259
+ background: var(--puck-color-grey-11);
2260
+ border: 1px solid var(--puck-color-grey-09);
2261
+ border-radius: 30px;
2262
+ margin-left: none;
2263
+ margin-right: none;
2264
+ padding-right: 42px;
2265
+ }
2266
+ ._ViewportControls--fullScreen_e3unb_5 ._ViewportControls-actionsInner_e3unb_46 {
2267
+ transform: translateX(100%);
2268
+ transition: transform 150ms ease-in-out;
2269
+ }
2270
+ ._ViewportControls--fullScreen_e3unb_5._ViewportControls--isExpanded_e3unb_38 ._ViewportControls-actionsInner_e3unb_46 {
2271
+ transform: translateX(42px);
2272
+ }
2273
+ ._ViewportControls-divider_e3unb_75 {
2274
+ border-inline-end: 1px solid var(--puck-color-grey-09);
2275
+ margin-bottom: 8px;
2276
+ margin-top: 8px;
2277
+ }
2278
+ ._ViewportControls-zoomSelect_e3unb_81 {
2279
+ appearance: none;
2280
+ 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;
2281
+ background-size: 10px;
2282
+ background-position: calc(100% - 12px) calc(50% + 3px);
2283
+ background-repeat: no-repeat;
2284
+ border: 0;
2285
+ font-size: var(--puck-font-size-xxxs);
2286
+ padding: 0;
2287
+ padding-left: 8px;
2288
+ width: 96px;
2289
+ }
2290
+ ._ViewportControls--fullScreen_e3unb_5 ._ViewportControls-zoom_e3unb_81 {
2291
+ display: none;
2292
+ }
2293
+ @media (min-width: 638px) {
2294
+ ._ViewportControls-zoom_e3unb_81,
2295
+ ._ViewportControls--fullScreen_e3unb_5 ._ViewportControls-zoom_e3unb_81 {
2296
+ display: flex;
2297
+ justify-content: center;
2298
+ }
2299
+ }
2300
+ ._ViewportControls-zoomSelect_e3unb_81:dir(rtl) {
2301
+ background-position: 12px calc(50% + 3px);
2302
+ }
2303
+ ._ViewportButton-inner_e3unb_111 {
2304
+ align-items: center;
2305
+ display: flex;
2306
+ justify-content: center;
2307
+ height: 32px;
2308
+ width: 32px;
2309
+ }
2310
+ ._ViewportButton--isActive_e3unb_119 ._ViewportButton-inner_e3unb_111 {
2311
+ color: var(--puck-color-azure-04);
2312
+ }
2313
+
2314
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Canvas/styles.module.css/#css-module-data */
2315
+ ._PuckCanvas_t6s9b_1 {
2316
+ background: var(--puck-color-grey-11);
2317
+ display: flex;
2318
+ grid-area: editor;
2319
+ flex-direction: column;
2320
+ padding: var(--puck-space-px);
2321
+ position: relative;
2322
+ overflow: auto;
2323
+ }
2324
+ @media (min-width: 1198px) {
2325
+ ._PuckCanvas_t6s9b_1 {
2326
+ padding: calc(var(--puck-space-px) * 1.5);
2327
+ padding-top: calc(var(--puck-space-px) * 0.5);
2328
+ }
2329
+ ._PuckCanvas_t6s9b_1:not(._PuckCanvas_t6s9b_1:has(._PuckCanvas-controls_t6s9b_17)) {
2330
+ padding-top: calc(var(--puck-space-px) * 1.5);
2331
+ }
2332
+ }
2333
+ ._PuckCanvas--fullScreen_t6s9b_22 {
2334
+ padding: 0;
2335
+ overflow: hidden;
2336
+ }
2337
+ @media (min-width: 1198px) {
2338
+ ._PuckCanvas--fullScreen_t6s9b_22 {
2339
+ padding: 0;
2340
+ }
2341
+ }
2342
+ ._PuckCanvas-inner_t6s9b_33 {
2343
+ display: flex;
2344
+ height: 100%;
2345
+ justify-content: center;
2346
+ min-width: 288px;
2347
+ position: relative;
2348
+ width: 100%;
2349
+ }
2350
+ ._PuckCanvas-root_t6s9b_42 {
2351
+ background: white;
2352
+ outline: 1px solid var(--puck-color-grey-09);
2353
+ box-sizing: content-box;
2354
+ min-width: 321px;
2355
+ position: absolute;
2356
+ pointer-events: none;
2357
+ transform-origin: top;
2358
+ top: 0;
2359
+ bottom: 0;
2360
+ opacity: 0;
2361
+ }
2362
+ @media (min-width: 1198px) {
2363
+ ._PuckCanvas-root_t6s9b_42 {
2364
+ min-width: unset;
2365
+ }
2366
+ }
2367
+ @media (prefers-reduced-motion: reduce) {
2368
+ ._PuckCanvas-root_t6s9b_42 {
2369
+ transition: none !important;
2370
+ }
2371
+ }
2372
+ ._PuckCanvas--ready_t6s9b_67 ._PuckCanvas-root_t6s9b_42 {
2373
+ pointer-events: unset;
2374
+ opacity: 1;
2375
+ }
2376
+ ._PuckCanvas-loader_t6s9b_72 {
2377
+ align-items: center;
2378
+ color: var(--puck-color-grey-06);
2379
+ display: flex;
2380
+ height: 100%;
2381
+ justify-content: center;
2382
+ transition: opacity 250ms ease-out;
2383
+ opacity: 0;
2384
+ }
2385
+ ._PuckCanvas--showLoader_t6s9b_82 ._PuckCanvas-loader_t6s9b_72 {
2386
+ opacity: 1;
2387
+ }
2388
+ ._PuckCanvas--showLoader_t6s9b_82._PuckCanvas--ready_t6s9b_67 ._PuckCanvas-loader_t6s9b_72 {
2389
+ opacity: 0;
2390
+ height: 0;
2391
+ transition: none;
2392
+ }
2393
+ ._PuckCanvas-controls_t6s9b_17 {
2394
+ padding-bottom: calc(var(--puck-space-px) * 0.5);
2395
+ }
2396
+ ._PuckCanvas--fullScreen_t6s9b_22 ._PuckCanvas-controls_t6s9b_17 {
2397
+ padding-bottom: 0;
2398
+ z-index: 1;
2399
+ }
2400
+
2177
2401
  /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/ResizeHandle/styles.module.css/#css-module-data */
2178
2402
  @media (min-width: 766px) {
2179
2403
  ._ResizeHandle_144bf_2 {
@@ -2208,31 +2432,198 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
2208
2432
  }
2209
2433
 
2210
2434
  /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Sidebar/styles.module.css/#css-module-data */
2211
- ._Sidebar_1xksb_1 {
2435
+ ._Sidebar_o396p_1 {
2436
+ border-block-start: 1px solid var(--puck-color-grey-09);
2212
2437
  position: relative;
2213
- display: flex;
2438
+ display: none;
2214
2439
  flex-direction: column;
2215
2440
  overflow-y: auto;
2216
2441
  }
2217
- ._Sidebar--left_1xksb_8 {
2442
+ ._Sidebar--isVisible_o396p_9 {
2443
+ display: flex;
2444
+ }
2445
+ ._Sidebar--left_o396p_13 {
2218
2446
  background: var(--puck-color-grey-12);
2219
- border-inline-end: 1px solid var(--puck-color-grey-09);
2220
2447
  grid-area: left;
2221
2448
  }
2222
- ._Sidebar--right_1xksb_14 {
2449
+ @media (min-width: 766px) {
2450
+ ._Sidebar--left_o396p_13 {
2451
+ border-block-start: 0;
2452
+ border-inline-end: 1px solid var(--puck-color-grey-09);
2453
+ }
2454
+ }
2455
+ ._Sidebar--right_o396p_25 {
2223
2456
  background: var(--puck-color-white);
2224
- border-inline-start: 1px solid var(--puck-color-grey-09);
2225
2457
  grid-area: right;
2226
2458
  }
2227
- ._Sidebar-resizeHandle_1xksb_20 {
2459
+ @media (min-width: 766px) {
2460
+ ._Sidebar--right_o396p_25 {
2461
+ border-block-start: 0;
2462
+ border-inline-start: 1px solid var(--puck-color-grey-09);
2463
+ }
2464
+ }
2465
+ ._Sidebar-resizeHandle_o396p_37 {
2228
2466
  position: absolute;
2229
2467
  height: 100%;
2230
2468
  }
2231
- ._Sidebar--left_1xksb_8 + ._Sidebar-resizeHandle_1xksb_20 {
2469
+ ._Sidebar--left_o396p_13 + ._Sidebar-resizeHandle_o396p_37 {
2232
2470
  grid-area: left;
2233
2471
  justify-self: end;
2234
2472
  }
2235
- ._Sidebar--right_1xksb_14 + ._Sidebar-resizeHandle_1xksb_20 {
2473
+ ._Sidebar--right_o396p_25 + ._Sidebar-resizeHandle_o396p_37 {
2236
2474
  grid-area: right;
2237
2475
  justify-self: start;
2238
2476
  }
2477
+
2478
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Nav/styles.module.css/#css-module-data */
2479
+ ._Nav_1tvxq_1 {
2480
+ display: flex;
2481
+ }
2482
+ ._Nav-list_1tvxq_5 {
2483
+ display: flex;
2484
+ list-style: none;
2485
+ margin: 0;
2486
+ padding: 0;
2487
+ overflow-x: auto;
2488
+ gap: 8px;
2489
+ }
2490
+ @media (min-width: 638px) {
2491
+ ._Nav-list_1tvxq_5 {
2492
+ padding-top: 32px;
2493
+ flex-direction: column;
2494
+ gap: 16px;
2495
+ width: 100%;
2496
+ }
2497
+ }
2498
+ ._Nav-mobileActions_1tvxq_23 {
2499
+ align-items: center;
2500
+ display: flex;
2501
+ justify-content: center;
2502
+ margin-inline-start: auto;
2503
+ padding: 4px 16px;
2504
+ border-inline-start: 1px solid var(--puck-color-grey-09);
2505
+ }
2506
+ @media (min-width: 638px) {
2507
+ ._Nav-mobileActions_1tvxq_23 {
2508
+ display: none;
2509
+ }
2510
+ }
2511
+ ._NavItem-link_1tvxq_38 {
2512
+ text-align: center;
2513
+ align-items: center;
2514
+ color: var(--puck-color-grey-03);
2515
+ display: flex;
2516
+ gap: 8px;
2517
+ text-decoration: none;
2518
+ cursor: pointer;
2519
+ border-radius: 4px;
2520
+ padding: 8px 4px;
2521
+ width: 64px;
2522
+ box-sizing: border-box;
2523
+ }
2524
+ @media (min-width: 638px) {
2525
+ ._NavItem-link_1tvxq_38 {
2526
+ width: auto;
2527
+ }
2528
+ }
2529
+ ._NavItem_1tvxq_38:first-of-type {
2530
+ padding-left: 16px;
2531
+ }
2532
+ ._NavItem_1tvxq_38:last-of-type {
2533
+ padding-right: 16px;
2534
+ }
2535
+ @media (min-width: 638px) {
2536
+ ._NavItem_1tvxq_38:first-of-type,
2537
+ ._NavItem_1tvxq_38:last-of-type {
2538
+ padding: 0;
2539
+ }
2540
+ }
2541
+ ._NavItem-link_1tvxq_38 {
2542
+ border-top: 4px solid transparent;
2543
+ border-bottom: 4px solid transparent;
2544
+ border-radius: 0;
2545
+ flex-direction: column;
2546
+ font-size: var(--puck-font-size-xxxs);
2547
+ }
2548
+ @media (min-width: 638px) {
2549
+ ._NavItem-link_1tvxq_38 {
2550
+ border: 0;
2551
+ border-left: 4px solid transparent;
2552
+ border-right: 4px solid transparent;
2553
+ }
2554
+ }
2555
+ ._NavItem-linkIcon_1tvxq_89 {
2556
+ height: 24px;
2557
+ width: 24px;
2558
+ }
2559
+ ._NavItem--active_1tvxq_94 > ._NavItem-link_1tvxq_38 {
2560
+ background-color: var(--puck-color-azure-10);
2561
+ color: var(--puck-color-azure-04);
2562
+ font-weight: 600;
2563
+ }
2564
+ ._NavItem--active_1tvxq_94 > ._NavItem-link_1tvxq_38 {
2565
+ background-color: transparent;
2566
+ border-top-color: var(--puck-color-azure-04);
2567
+ border-top-right-radius: 0;
2568
+ border-bottom-right-radius: 0;
2569
+ font-weight: 600;
2570
+ }
2571
+ @media (min-width: 638px) {
2572
+ ._NavItem--active_1tvxq_94 > ._NavItem-link_1tvxq_38 {
2573
+ border-top-color: transparent;
2574
+ border-right-color: var(--puck-color-azure-04);
2575
+ }
2576
+ }
2577
+ ._NavItem_1tvxq_38:not(._NavItem--active_1tvxq_94) > ._NavItem-link_1tvxq_38:hover {
2578
+ background-color: var(--puck-color-azure-11);
2579
+ color: var(--puck-color-azure-04);
2580
+ }
2581
+ @media (min-width: 638px) {
2582
+ ._NavItem--mobileOnly_1tvxq_121 {
2583
+ display: none;
2584
+ }
2585
+ }
2586
+ ._NavItem--desktopOnly_1tvxq_126 {
2587
+ display: none;
2588
+ }
2589
+ @media (min-width: 638px) {
2590
+ ._NavItem--desktopOnly_1tvxq_126 {
2591
+ display: block;
2592
+ }
2593
+ }
2594
+
2595
+ /* css-module:/home/runner/work/puck/puck/packages/core/plugins/blocks/styles.module.css/#css-module-data */
2596
+ ._BlocksPlugin_1ey1i_1 {
2597
+ padding: 16px;
2598
+ height: 100%;
2599
+ overflow-y: auto;
2600
+ box-sizing: border-box;
2601
+ }
2602
+
2603
+ /* css-module:/home/runner/work/puck/puck/packages/core/plugins/outline/styles.module.css/#css-module-data */
2604
+ ._OutlinePlugin_q92j6_1 {
2605
+ padding: 16px;
2606
+ height: 100%;
2607
+ overflow-y: auto;
2608
+ box-sizing: border-box;
2609
+ }
2610
+
2611
+ /* css-module:/home/runner/work/puck/puck/packages/core/plugins/fields/styles.module.css/#css-module-data */
2612
+ ._FieldsPlugin_nd930_1 {
2613
+ background: white;
2614
+ height: 100%;
2615
+ overflow-y: auto;
2616
+ }
2617
+ ._FieldsPlugin-header_nd930_7 {
2618
+ border-bottom: 1px solid var(--puck-color-grey-09);
2619
+ font-weight: 600;
2620
+ padding-bottom: 8px;
2621
+ padding-left: 16px;
2622
+ padding-right: 16px;
2623
+ padding-top: 8px;
2624
+ }
2625
+ @media (min-width: 638px) {
2626
+ ._FieldsPlugin-header_nd930_7 {
2627
+ padding: 16px;
2628
+ }
2629
+ }