@measured/puck 0.21.0-canary.3aa27d1d → 0.21.0-canary.41d0882b

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 (52) hide show
  1. package/dist/Editor-IQP25PUX.css +404 -0
  2. package/dist/Editor-L3JAAT2X.mjs +204 -0
  3. package/dist/Render-3OV4N4MT.css +102 -0
  4. package/dist/Render-FXZX6NFH.mjs +55 -0
  5. package/dist/{walk-tree-16XYcbNo.d.mts → actions-tsxxcX1z.d.mts} +29 -40
  6. package/dist/{walk-tree-16XYcbNo.d.ts → actions-tsxxcX1z.d.ts} +29 -40
  7. package/dist/chunk-23IZFPL7.mjs +528 -0
  8. package/dist/chunk-3SDLQIUZ.mjs +429 -0
  9. package/dist/chunk-45I5SDOI.mjs +134 -0
  10. package/dist/chunk-5ZZVX2Z3.mjs +63 -0
  11. package/dist/chunk-AOEDIUVK.mjs +11 -0
  12. package/dist/chunk-B7REOAA7.mjs +435 -0
  13. package/dist/chunk-BXQQARCR.mjs +708 -0
  14. package/dist/{chunk-GFIVKP2H.mjs → chunk-CQUAWHOK.mjs} +6092 -8451
  15. package/dist/chunk-D2SRL6YA.mjs +1807 -0
  16. package/dist/chunk-LJEGWHDD.mjs +53 -0
  17. package/dist/chunk-M6W7YEVX.mjs +95 -0
  18. package/dist/chunk-PBAAIKXA.mjs +111 -0
  19. package/dist/chunk-U4VSQKO3.mjs +33 -0
  20. package/dist/chunk-V5I7CVLT.mjs +103 -0
  21. package/dist/chunk-Y2EFNT5P.mjs +108 -0
  22. package/dist/full-2GJTAAZE.css +301 -0
  23. package/dist/full-L7DWVNTZ.mjs +93 -0
  24. package/dist/index-Ca6V6NQD.d.ts +118 -0
  25. package/dist/index-mQvUCH3C.d.mts +118 -0
  26. package/dist/index.css +858 -459
  27. package/dist/index.d.mts +32 -129
  28. package/dist/index.d.ts +32 -129
  29. package/dist/index.js +9406 -6857
  30. package/dist/index.mjs +32 -14
  31. package/dist/internal.d.mts +27 -0
  32. package/dist/internal.d.ts +27 -0
  33. package/dist/internal.js +927 -0
  34. package/dist/internal.mjs +13 -0
  35. package/dist/loaded-2HLHDP2G.mjs +57 -0
  36. package/dist/loaded-LZUXYAGW.mjs +60 -0
  37. package/dist/loaded-RVWBFK7L.css +87 -0
  38. package/dist/loaded-UHVTB6OD.mjs +57 -0
  39. package/dist/no-external.css +990 -587
  40. package/dist/no-external.d.mts +4 -2
  41. package/dist/no-external.d.ts +4 -2
  42. package/dist/no-external.js +9407 -6855
  43. package/dist/no-external.mjs +34 -11
  44. package/dist/rsc.css +35 -26
  45. package/dist/rsc.d.mts +2 -2
  46. package/dist/rsc.d.ts +2 -2
  47. package/dist/rsc.js +300 -215
  48. package/dist/rsc.mjs +18 -9
  49. package/dist/walk-tree-Bh85NMeo.d.ts +29 -0
  50. package/dist/walk-tree-CDA3K5S3.d.mts +29 -0
  51. package/package.json +9 -4
  52. package/dist/chunk-SRDLYODX.mjs +0 -1245
package/dist/index.css CHANGED
@@ -1098,100 +1098,6 @@ textarea._Input-input_bsxfo_26 {
1098
1098
  padding-inline-start: 8px;
1099
1099
  }
1100
1100
 
1101
- /* css-module:/home/runner/work/puck/puck/packages/core/components/RichTextEditor/styles.module.css/#css-module-data */
1102
- ._RichTextEditor_1819a_1 .ProseMirror {
1103
- white-space: pre-wrap;
1104
- word-wrap: break-word;
1105
- cursor: text;
1106
- outline: none;
1107
- position: relative;
1108
- }
1109
- ._RichTextEditor_1819a_1 .rich-text * {
1110
- white-space: pre-wrap;
1111
- }
1112
- ._RichTextEditor_1819a_1 .rich-text blockquote {
1113
- margin: 1em 0;
1114
- padding: 0 1em;
1115
- border-left: 4px solid var(--puck-color-grey-09);
1116
- }
1117
- ._RichTextEditor_1819a_1 .rich-text code {
1118
- background-color: var(--puck-color-grey-11);
1119
- padding: 4px 8px;
1120
- border-radius: 4px;
1121
- }
1122
- ._RichTextEditor_1819a_1 .rich-text p:empty::before {
1123
- content: "\a0";
1124
- }
1125
- ._RichTextEditor_1819a_1 .rich-text pre code {
1126
- display: block;
1127
- padding: 8px 12px;
1128
- }
1129
- ._RichTextEditor_1819a_1 .rich-text > *:first-child,
1130
- ._RichTextEditor_1819a_1 .ProseMirror > *:first-child,
1131
- ._RichTextEditor_1819a_1 .rich-text * p:first-of-type {
1132
- margin-top: 0;
1133
- }
1134
- ._RichTextEditor_1819a_1 .rich-text > *:last-child,
1135
- ._RichTextEditor_1819a_1 .ProseMirror > *:last-child,
1136
- ._RichTextEditor_1819a_1 .rich-text * p:last-of-type {
1137
- margin-bottom: 0;
1138
- }
1139
- ._RichTextEditor--editor_1819a_46 {
1140
- background: var(--puck-color-white);
1141
- border-width: 1px;
1142
- border-style: solid;
1143
- border-color: var(--puck-color-grey-09);
1144
- border-radius: 4px;
1145
- box-sizing: border-box;
1146
- font-family: inherit;
1147
- font-size: var(--puck-font-size-xxs);
1148
- resize: vertical;
1149
- transition: border-color 50ms ease-in;
1150
- width: 100%;
1151
- max-width: 100%;
1152
- min-height: 128px;
1153
- }
1154
- ._RichTextEditor--editor_1819a_46 .rich-text:not(:has(.ProseMirror)),
1155
- ._RichTextEditor--editor_1819a_46 .rich-text .ProseMirror {
1156
- padding: 12px 15px;
1157
- }
1158
- ._RichTextEditor--editor_1819a_46 .rich-text ul,
1159
- ._RichTextEditor--editor_1819a_46 .rich-text ol {
1160
- padding-left: 24px;
1161
- }
1162
- ._RichTextEditor--editor_1819a_46 .rich-text li {
1163
- line-height: 1.5;
1164
- }
1165
- ._RichTextEditor--editor_1819a_46 .rich-text p {
1166
- margin-block: 12px;
1167
- }
1168
- ._RichTextEditor--editor_1819a_46 .rich-text ul {
1169
- list-style: disc;
1170
- }
1171
- ._RichTextEditor--editor_1819a_46 .rich-text ol {
1172
- list-style: decimal;
1173
- }
1174
- ._RichTextEditor--editor_1819a_46:focus-within {
1175
- border-color: var(--puck-color-grey-05);
1176
- outline: 2px solid var(--puck-color-azure-05);
1177
- transition: none;
1178
- }
1179
- ._RichTextEditor--editor_1819a_46._RichTextEditor--disabled_1819a_95 {
1180
- background: var(--puck-color-grey-11);
1181
- }
1182
- ._RichTextEditor_1819a_1:not(:focus-within):not(._RichTextEditor--isActive_1819a_99) .ProseMirror ::selection {
1183
- background-color: transparent;
1184
- }
1185
- ._RichTextEditor-menu_1819a_105 {
1186
- border-bottom: 1px solid var(--puck-color-grey-10);
1187
- position: sticky;
1188
- top: 0;
1189
- z-index: 1;
1190
- }
1191
- ._RichTextEditor--disabled_1819a_95 ._RichTextEditor-menu_1819a_105 {
1192
- border-bottom: 1px solid var(--puck-color-grey-09);
1193
- }
1194
-
1195
1101
  /* css-module:/home/runner/work/puck/puck/packages/core/components/RichTextMenu/styles.module.css/#css-module-data */
1196
1102
  ._RichTextMenu_k97eh_1 {
1197
1103
  display: flex;
@@ -1332,6 +1238,109 @@ textarea._Input-input_bsxfo_26 {
1332
1238
  color: var(--puck-color-azure-04);
1333
1239
  }
1334
1240
 
1241
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/RichTextEditor/styles.module.css/#css-module-data */
1242
+ ._RichTextEditor_z25h4_1 .ProseMirror {
1243
+ white-space: pre-wrap;
1244
+ word-wrap: break-word;
1245
+ cursor: text;
1246
+ outline: none;
1247
+ position: relative;
1248
+ }
1249
+ ._RichTextEditor_z25h4_1 .rich-text * {
1250
+ white-space: pre-wrap;
1251
+ user-select: auto;
1252
+ -webkit-user-select: auto;
1253
+ }
1254
+ ._RichTextEditor_z25h4_1 .rich-text blockquote {
1255
+ margin: 1em 0;
1256
+ padding: 0 1em;
1257
+ border-left: 4px solid var(--puck-color-grey-09);
1258
+ }
1259
+ ._RichTextEditor_z25h4_1 .rich-text code {
1260
+ background-color: var(--puck-color-grey-11);
1261
+ padding: 4px 8px;
1262
+ border-radius: 4px;
1263
+ }
1264
+ ._RichTextEditor_z25h4_1 .rich-text p:empty::before {
1265
+ content: "\a0";
1266
+ }
1267
+ ._RichTextEditor_z25h4_1 .rich-text pre code {
1268
+ display: block;
1269
+ padding: 8px 12px;
1270
+ }
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
+ margin-top: 0;
1275
+ }
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
+ margin-bottom: 0;
1280
+ }
1281
+ ._RichTextEditor--editor_z25h4_50 {
1282
+ background: var(--puck-color-white);
1283
+ border-width: 1px;
1284
+ border-style: solid;
1285
+ border-color: var(--puck-color-grey-09);
1286
+ border-radius: 4px;
1287
+ box-sizing: border-box;
1288
+ display: flex;
1289
+ flex-direction: column;
1290
+ font-family: inherit;
1291
+ font-size: var(--puck-font-size-xxs);
1292
+ resize: vertical;
1293
+ text-align: initial;
1294
+ transition: border-color 50ms ease-in;
1295
+ width: 100%;
1296
+ max-width: 100%;
1297
+ min-height: 128px;
1298
+ }
1299
+ ._RichTextEditor--editor_z25h4_50 .rich-text {
1300
+ flex-grow: 1;
1301
+ }
1302
+ ._RichTextEditor--editor_z25h4_50 .rich-text:not(:has(.ProseMirror)),
1303
+ ._RichTextEditor--editor_z25h4_50 .rich-text .ProseMirror {
1304
+ height: 100%;
1305
+ padding: 12px 15px;
1306
+ }
1307
+ ._RichTextEditor--editor_z25h4_50 .rich-text ul,
1308
+ ._RichTextEditor--editor_z25h4_50 .rich-text ol {
1309
+ padding-left: 24px;
1310
+ }
1311
+ ._RichTextEditor--editor_z25h4_50 .rich-text li {
1312
+ line-height: 1.5;
1313
+ }
1314
+ ._RichTextEditor--editor_z25h4_50 .rich-text p {
1315
+ margin-block: 12px;
1316
+ }
1317
+ ._RichTextEditor--editor_z25h4_50 .rich-text ul {
1318
+ list-style: disc;
1319
+ }
1320
+ ._RichTextEditor--editor_z25h4_50 .rich-text ol {
1321
+ list-style: decimal;
1322
+ }
1323
+ ._RichTextEditor--editor_z25h4_50:focus-within {
1324
+ border-color: var(--puck-color-grey-05);
1325
+ outline: 2px solid var(--puck-color-azure-05);
1326
+ transition: none;
1327
+ }
1328
+ ._RichTextEditor--editor_z25h4_50._RichTextEditor--disabled_z25h4_107 {
1329
+ background: var(--puck-color-grey-11);
1330
+ }
1331
+ ._RichTextEditor_z25h4_1:not(:focus-within):not(._RichTextEditor--isActive_z25h4_111) .ProseMirror ::selection {
1332
+ background-color: transparent;
1333
+ }
1334
+ ._RichTextEditor-menu_z25h4_117 {
1335
+ border-bottom: 1px solid var(--puck-color-grey-10);
1336
+ position: sticky;
1337
+ top: 0;
1338
+ z-index: 1;
1339
+ }
1340
+ ._RichTextEditor--disabled_z25h4_107 ._RichTextEditor-menu_z25h4_117 {
1341
+ border-bottom: 1px solid var(--puck-color-grey-09);
1342
+ }
1343
+
1335
1344
  /* css-module:/home/runner/work/puck/puck/packages/core/components/AutoField/fields/ObjectField/styles.module.css/#css-module-data */
1336
1345
  ._ObjectField_1ua3y_5 {
1337
1346
  display: flex;
@@ -1593,393 +1602,680 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
1593
1602
  display: none;
1594
1603
  }
1595
1604
 
1596
- /* css-module:/home/runner/work/puck/puck/packages/core/components/SidebarSection/styles.module.css/#css-module-data */
1597
- ._SidebarSection_8boj8_1 {
1598
- display: flex;
1605
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Fields/styles.module.css/#css-module-data */
1606
+ ._PuckFields_10bh7_1 {
1599
1607
  position: relative;
1600
- flex-direction: column;
1601
- color: var(--puck-color-black);
1608
+ font-family: var(--puck-font-family);
1602
1609
  }
1603
- ._SidebarSection_8boj8_1:last-of-type {
1604
- flex-grow: 1;
1610
+ ._PuckFields--isLoading_10bh7_6 {
1611
+ min-height: 48px;
1605
1612
  }
1606
- ._SidebarSection-title_8boj8_12 {
1613
+ ._PuckFields-loadingOverlay_10bh7_10 {
1607
1614
  background: var(--puck-color-white);
1615
+ display: flex;
1616
+ justify-content: flex-end;
1617
+ align-items: flex-start;
1618
+ height: 100%;
1619
+ width: 100%;
1620
+ top: 0px;
1621
+ position: absolute;
1622
+ z-index: 1;
1623
+ pointer-events: all;
1624
+ box-sizing: border-box;
1625
+ opacity: 0.8;
1626
+ }
1627
+ ._PuckFields-loadingOverlayInner_10bh7_25 {
1628
+ display: flex;
1608
1629
  padding: 16px;
1609
- border-bottom: 1px solid var(--puck-color-grey-09);
1610
- border-top: 1px solid var(--puck-color-grey-09);
1611
- overflow-x: auto;
1630
+ position: sticky;
1631
+ top: 0;
1612
1632
  }
1613
- ._SidebarSection--noBorderTop_8boj8_20 > ._SidebarSection-title_8boj8_12 {
1614
- border-top: 0px;
1633
+ ._PuckFields-field_10bh7_32 * {
1634
+ box-sizing: border-box;
1615
1635
  }
1616
- ._SidebarSection-content_8boj8_24 {
1636
+ ._PuckFields--wrapFields_10bh7_36 ._PuckFields-field_10bh7_32 {
1637
+ color: var(--puck-color-grey-04);
1617
1638
  padding: 16px;
1639
+ padding-bottom: 12px;
1640
+ display: block;
1618
1641
  }
1619
- ._SidebarSection--noPadding_8boj8_28 > ._SidebarSection-content_8boj8_24 {
1620
- padding: 0px;
1642
+ ._PuckFields--wrapFields_10bh7_36 ._PuckFields-field_10bh7_32 + ._PuckFields-field_10bh7_32 {
1643
+ border-top: 1px solid var(--puck-color-grey-09);
1644
+ margin-top: 8px;
1621
1645
  }
1622
- ._SidebarSection--noPadding_8boj8_28 > ._SidebarSection-content_8boj8_24:last-child {
1623
- padding-bottom: 4px;
1646
+
1647
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/ComponentList/styles.module.css/#css-module-data */
1648
+ ._ComponentList_1rrlt_1 {
1649
+ max-width: 100%;
1624
1650
  }
1625
- ._SidebarSection_8boj8_1:last-of-type ._SidebarSection-content_8boj8_24 {
1626
- border-bottom: none;
1627
- flex-grow: 1;
1651
+ ._ComponentList--isExpanded_1rrlt_5 + ._ComponentList_1rrlt_1 {
1652
+ margin-top: 12px;
1628
1653
  }
1629
- ._SidebarSection-breadcrumbLabel_8boj8_41 {
1630
- background: none;
1654
+ ._ComponentList-content_1rrlt_9 {
1655
+ display: none;
1656
+ }
1657
+ ._ComponentList--isExpanded_1rrlt_5 > ._ComponentList-content_1rrlt_9 {
1658
+ display: block;
1659
+ }
1660
+ ._ComponentList-title_1rrlt_17 {
1661
+ background-color: transparent;
1631
1662
  border: 0;
1632
- border-radius: 2px;
1633
- color: var(--puck-color-azure-04);
1663
+ color: var(--puck-color-grey-05);
1634
1664
  cursor: pointer;
1665
+ display: flex;
1635
1666
  font: inherit;
1636
- flex-shrink: 0;
1637
- padding: 0;
1638
- transition: color 50ms ease-in;
1667
+ font-size: var(--puck-font-size-xxxs);
1668
+ list-style: none;
1669
+ margin-bottom: 6px;
1670
+ padding: 8px;
1671
+ text-transform: uppercase;
1672
+ transition: background-color 50ms ease-in, color 50ms ease-in;
1673
+ gap: 4px;
1674
+ border-radius: 4px;
1675
+ width: 100%;
1639
1676
  }
1640
- ._SidebarSection-breadcrumbLabel_8boj8_41:focus-visible {
1677
+ ._ComponentList-title_1rrlt_17:focus-visible {
1641
1678
  outline: 2px solid var(--puck-color-azure-05);
1642
1679
  outline-offset: 2px;
1643
1680
  }
1644
1681
  @media (hover: hover) and (pointer: fine) {
1645
- ._SidebarSection-breadcrumbLabel_8boj8_41:hover {
1646
- color: var(--puck-color-azure-03);
1682
+ ._ComponentList-title_1rrlt_17:hover {
1683
+ background-color: var(--puck-color-azure-11);
1684
+ color: var(--puck-color-azure-04);
1647
1685
  transition: none;
1648
1686
  }
1649
1687
  }
1650
- ._SidebarSection-breadcrumbLabel_8boj8_41:active {
1651
- color: var(--puck-color-azure-02);
1688
+ ._ComponentList-title_1rrlt_17:active {
1689
+ background-color: var(--puck-color-azure-10);
1652
1690
  transition: none;
1653
1691
  }
1654
- ._SidebarSection-breadcrumbs_8boj8_70 {
1655
- align-items: center;
1656
- display: flex;
1657
- gap: 4px;
1658
- }
1659
- ._SidebarSection-breadcrumb_8boj8_41 {
1660
- align-items: center;
1661
- display: flex;
1662
- gap: 4px;
1692
+ ._ComponentList-titleIcon_1rrlt_53 {
1693
+ margin-inline-start: auto;
1663
1694
  }
1664
- ._SidebarSection-heading_8boj8_82 {
1665
- padding-inline-end: 16px;
1695
+
1696
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Preview/styles.module.css/#css-module-data */
1697
+ ._PuckPreview_z2rgu_1 {
1698
+ position: relative;
1699
+ height: 100%;
1666
1700
  }
1667
- ._SidebarSection-loadingOverlay_8boj8_86 {
1668
- background: var(--puck-color-white);
1669
- display: flex;
1670
- justify-content: center;
1671
- align-items: center;
1701
+ ._PuckPreview-frame_z2rgu_6 {
1702
+ border: none;
1672
1703
  height: 100%;
1673
1704
  width: 100%;
1674
- top: 0;
1675
- position: absolute;
1676
- z-index: 1;
1677
- pointer-events: all;
1678
- box-sizing: border-box;
1679
- opacity: 0.8;
1680
1705
  }
1681
1706
 
1682
- /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/styles.module.css/#css-module-data */
1683
- ._Puck_1yxlw_19 {
1684
- --puck-space-px: 16px;
1707
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/LayerTree/styles.module.css/#css-module-data */
1708
+ ._LayerTree_7rx04_1 {
1709
+ color: var(--puck-color-grey-03);
1685
1710
  font-family: var(--puck-font-family);
1686
- overflow-x: hidden;
1687
- }
1711
+ font-size: var(--puck-font-size-xxs);
1712
+ margin: 0;
1713
+ position: relative;
1714
+ list-style: none;
1715
+ padding: 0;
1716
+ }
1717
+ ._LayerTree-zoneTitle_7rx04_11 {
1718
+ color: var(--puck-color-grey-05);
1719
+ font-size: var(--puck-font-size-xxxs);
1720
+ text-transform: uppercase;
1721
+ }
1722
+ ._LayerTree-helper_7rx04_17 {
1723
+ text-align: center;
1724
+ color: var(--puck-color-grey-07);
1725
+ margin: 8px 4px;
1726
+ }
1727
+ ._Layer_7rx04_1 {
1728
+ position: relative;
1729
+ border: 1px solid transparent;
1730
+ border-radius: 4px;
1731
+ }
1732
+ ._Layer-inner_7rx04_29 {
1733
+ border: 1px solid transparent;
1734
+ border-radius: 4px;
1735
+ transition: color 50ms ease-in;
1736
+ }
1737
+ ._Layer--containsZone_7rx04_35 > ._Layer-inner_7rx04_29 {
1738
+ padding-inline-start: 0;
1739
+ }
1740
+ ._Layer-clickable_7rx04_39 {
1741
+ align-items: center;
1742
+ background: none;
1743
+ border: 0;
1744
+ border-radius: 4px;
1745
+ color: inherit;
1746
+ cursor: pointer;
1747
+ display: flex;
1748
+ font: inherit;
1749
+ padding-inline-start: 12px;
1750
+ padding-inline-end: 4px;
1751
+ width: 100%;
1752
+ }
1753
+ ._Layer-clickable_7rx04_39:focus-visible {
1754
+ outline: 2px solid var(--puck-color-azure-05);
1755
+ outline-offset: 2px;
1756
+ position: relative;
1757
+ z-index: 1;
1758
+ }
1759
+ @media (hover: hover) and (pointer: fine) {
1760
+ ._Layer_7rx04_1:not(._Layer--isSelected_7rx04_61) > ._Layer-inner_7rx04_29:hover {
1761
+ border-color: var(--puck-color-azure-10);
1762
+ background: var(--puck-color-azure-11);
1763
+ color: var(--puck-color-azure-04);
1764
+ transition: none;
1765
+ }
1766
+ }
1767
+ ._Layer--isSelected_7rx04_61 {
1768
+ border-color: var(--puck-color-azure-08);
1769
+ }
1770
+ ._Layer--isSelected_7rx04_61 > ._Layer-inner_7rx04_29 {
1771
+ background: var(--puck-color-azure-10);
1772
+ }
1773
+ ._Layer--isSelected_7rx04_61 > ._Layer-inner_7rx04_29 > ._Layer-clickable_7rx04_39 > ._Layer-chevron_7rx04_77,
1774
+ ._Layer--childIsSelected_7rx04_78 > ._Layer-inner_7rx04_29 > ._Layer-clickable_7rx04_39 > ._Layer-chevron_7rx04_77 {
1775
+ transform: scaleY(-1);
1776
+ }
1777
+ ._Layer-zones_7rx04_82 {
1778
+ display: none;
1779
+ margin-inline-start: 12px;
1780
+ }
1781
+ ._Layer--isSelected_7rx04_61 > ._Layer-zones_7rx04_82,
1782
+ ._Layer--childIsSelected_7rx04_78 > ._Layer-zones_7rx04_82 {
1783
+ display: block;
1784
+ }
1785
+ ._Layer-zones_7rx04_82 > ._LayerTree_7rx04_1 {
1786
+ margin-inline-start: 12px;
1787
+ }
1788
+ ._Layer-title_7rx04_96,
1789
+ ._LayerTree-zoneTitle_7rx04_11 {
1790
+ display: flex;
1791
+ gap: 8px;
1792
+ align-items: center;
1793
+ margin: 8px 4px;
1794
+ overflow-x: hidden;
1795
+ }
1796
+ ._Layer-name_7rx04_105 {
1797
+ overflow-x: hidden;
1798
+ text-overflow: ellipsis;
1799
+ white-space: nowrap;
1800
+ }
1801
+ ._Layer-icon_7rx04_111 {
1802
+ color: var(--puck-color-rose-07);
1803
+ margin-top: 4px;
1804
+ }
1805
+ ._Layer-zoneIcon_7rx04_116 {
1806
+ color: var(--puck-color-grey-08);
1807
+ margin-top: 4px;
1808
+ }
1809
+
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;
1815
+ }
1688
1816
  @media (min-width: 766px) {
1689
- ._Puck_1yxlw_19 {
1817
+ ._Puck_1dd16_19 {
1690
1818
  overflow-x: auto;
1691
1819
  }
1692
1820
  }
1693
- ._Puck-portal_1yxlw_31 {
1821
+ ._Puck-portal_1dd16_31 {
1694
1822
  position: relative;
1695
1823
  z-index: 2;
1696
1824
  }
1697
- ._PuckLayout-inner_1yxlw_38 {
1825
+ ._PuckLayout_1dd16_36 {
1826
+ height: 100dvh;
1827
+ }
1828
+ ._PuckLayout-inner_1dd16_40 {
1698
1829
  --puck-frame-width: auto;
1830
+ --puck-side-nav-width: min-content;
1699
1831
  --puck-side-bar-width: 0px;
1700
1832
  --puck-left-side-bar-width: var( --puck-user-left-side-bar-width, var(--puck-side-bar-width) );
1701
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);
1702
1835
  display: grid;
1703
- grid-template-areas: "header header header" "left editor right";
1704
- grid-template-columns: 0 var(--puck-frame-width) 0;
1705
- grid-template-rows: min-content auto;
1706
- height: 100dvh;
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);
1839
+ height: 100%;
1707
1840
  position: relative;
1841
+ transition: grid-template-rows 150ms ease-in;
1708
1842
  z-index: 0;
1843
+ overflow: hidden;
1709
1844
  }
1710
- ._PuckLayout--mounted_1yxlw_59 ._PuckLayout-inner_1yxlw_38 {
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;
1851
+ }
1852
+ ._Puck--hidePlugins_1dd16_72 ._PuckLayout-inner_1dd16_40 {
1853
+ --puck-side-nav-width: 0;
1854
+ }
1855
+ }
1856
+ ._PuckLayout--mounted_1dd16_77 ._PuckLayout-inner_1dd16_40 {
1711
1857
  --puck-side-bar-width: 186px;
1712
1858
  }
1713
- ._PuckLayout--leftSideBarVisible_1yxlw_63 ._PuckLayout-inner_1yxlw_38 {
1714
- grid-template-columns: var(--puck-left-side-bar-width) var(--puck-frame-width) 0;
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);
1861
+ }
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);
1864
+ }
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
+ }
1715
1870
  }
1716
- ._PuckLayout--rightSideBarVisible_1yxlw_69 ._PuckLayout-inner_1yxlw_38 {
1717
- grid-template-columns: 0 var(--puck-frame-width) var(--puck-right-side-bar-width);
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);
1718
1874
  }
1719
- ._PuckLayout--leftSideBarVisible_1yxlw_63._PuckLayout--rightSideBarVisible_1yxlw_69 ._PuckLayout-inner_1yxlw_38 {
1720
- grid-template-columns: var(--puck-left-side-bar-width) var(--puck-frame-width) var(--puck-right-side-bar-width);
1875
+ @media (min-width: 638px) {
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;
1882
+ }
1883
+ }
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
+ }
1888
+ }
1889
+ @media (min-width: 638px) {
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);
1892
+ }
1721
1893
  }
1722
1894
  @media (min-width: 458px) {
1723
- ._PuckLayout-mounted_1yxlw_83 ._PuckLayout-inner_1yxlw_38 {
1895
+ ._PuckLayout-mounted_1dd16_151 ._PuckLayout-inner_1dd16_40 {
1724
1896
  --puck-frame-width: minmax(266px, auto);
1725
1897
  }
1726
1898
  }
1727
1899
  @media (min-width: 638px) {
1728
- ._PuckLayout_1yxlw_38 ._PuckLayout-inner_1yxlw_38 {
1900
+ ._PuckLayout_1dd16_36 ._PuckLayout-inner_1dd16_40 {
1729
1901
  --puck-side-bar-width: minmax(186px, 250px);
1730
1902
  }
1731
1903
  }
1732
1904
  @media (min-width: 766px) {
1733
- ._PuckLayout_1yxlw_38 ._PuckLayout-inner_1yxlw_38 {
1905
+ ._PuckLayout_1dd16_36 ._PuckLayout-inner_1dd16_40 {
1734
1906
  --puck-frame-width: auto;
1735
1907
  }
1736
1908
  }
1737
1909
  @media (min-width: 990px) {
1738
- ._PuckLayout_1yxlw_38 ._PuckLayout-inner_1yxlw_38 {
1910
+ ._PuckLayout_1dd16_36 ._PuckLayout-inner_1dd16_40 {
1739
1911
  --puck-side-bar-width: 256px;
1740
1912
  }
1741
1913
  }
1742
1914
  @media (min-width: 1198px) {
1743
- ._PuckLayout_1yxlw_38 ._PuckLayout-inner_1yxlw_38 {
1915
+ ._PuckLayout_1dd16_36 ._PuckLayout-inner_1dd16_40 {
1744
1916
  --puck-side-bar-width: 274px;
1745
1917
  }
1746
1918
  }
1747
1919
  @media (min-width: 1398px) {
1748
- ._PuckLayout_1yxlw_38 ._PuckLayout-inner_1yxlw_38 {
1920
+ ._PuckLayout_1dd16_36 ._PuckLayout-inner_1dd16_40 {
1749
1921
  --puck-side-bar-width: 290px;
1750
1922
  }
1751
1923
  }
1752
1924
  @media (min-width: 1598px) {
1753
- ._PuckLayout_1yxlw_38 ._PuckLayout-inner_1yxlw_38 {
1925
+ ._PuckLayout_1dd16_36 ._PuckLayout-inner_1dd16_40 {
1754
1926
  --puck-side-bar-width: 320px;
1755
1927
  }
1756
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
+ }
1757
1967
 
1758
- /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Fields/styles.module.css/#css-module-data */
1759
- ._PuckFields_10bh7_1 {
1760
- position: relative;
1761
- font-family: var(--puck-font-family);
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;
1762
1980
  }
1763
- ._PuckFields--isLoading_10bh7_6 {
1764
- min-height: 48px;
1981
+ ._MenuBar--menuOpen_8pf8c_14 {
1982
+ display: block;
1765
1983
  }
1766
- ._PuckFields-loadingOverlay_10bh7_10 {
1767
- background: var(--puck-color-white);
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;
1768
1996
  display: flex;
1997
+ flex-wrap: wrap;
1998
+ gap: 8px 16px;
1769
1999
  justify-content: flex-end;
1770
- align-items: flex-start;
1771
- height: 100%;
1772
- width: 100%;
1773
- top: 0px;
1774
- position: absolute;
1775
- z-index: 1;
1776
- pointer-events: all;
1777
- box-sizing: border-box;
1778
- opacity: 0.8;
1779
2000
  }
1780
- ._PuckFields-loadingOverlayInner_10bh7_25 {
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 {
1781
2009
  display: flex;
1782
- padding: 16px;
1783
- position: sticky;
1784
- top: 0;
1785
2010
  }
1786
- ._PuckFields-field_10bh7_32 * {
1787
- box-sizing: border-box;
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);
2017
+ grid-area: header;
2018
+ position: relative;
2019
+ max-width: 100vw;
1788
2020
  }
1789
- ._PuckFields--wrapFields_10bh7_36 ._PuckFields-field_10bh7_32 {
1790
- color: var(--puck-color-grey-04);
1791
- padding: 16px;
1792
- padding-bottom: 12px;
1793
- display: block;
2021
+ @media (min-width: 638px) {
2022
+ ._PuckHeader_63pti_1 {
2023
+ padding-left: 67px;
2024
+ }
2025
+ ._PuckHeader--hidePlugins_63pti_15 {
2026
+ padding-left: 0;
2027
+ }
1794
2028
  }
1795
- ._PuckFields--wrapFields_10bh7_36 ._PuckFields-field_10bh7_32 + ._PuckFields-field_10bh7_32 {
1796
- border-top: 1px solid var(--puck-color-grey-09);
1797
- margin-top: 8px;
2029
+ ._PuckHeader-inner_63pti_20 {
2030
+ align-items: end;
2031
+ display: grid;
2032
+ gap: var(--puck-space-px);
2033
+ grid-template-areas: "left middle right";
2034
+ grid-template-columns: 1fr auto 1fr;
2035
+ grid-template-rows: auto;
2036
+ padding: var(--puck-space-px);
1798
2037
  }
1799
-
1800
- /* css-module:/home/runner/work/puck/puck/packages/core/components/ComponentList/styles.module.css/#css-module-data */
1801
- ._ComponentList_1rrlt_1 {
1802
- max-width: 100%;
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
+ }
1803
2045
  }
1804
- ._ComponentList--isExpanded_1rrlt_5 + ._ComponentList_1rrlt_1 {
1805
- margin-top: 12px;
2046
+ ._PuckHeader-toggle_63pti_40 {
2047
+ color: var(--puck-color-grey-05);
2048
+ display: flex;
2049
+ margin-inline-start: -4px;
2050
+ padding-top: 2px;
1806
2051
  }
1807
- ._ComponentList-content_1rrlt_9 {
2052
+ ._PuckHeader--rightSideBarVisible_63pti_47 ._PuckHeader-rightSideBarToggle_63pti_47,
2053
+ ._PuckHeader--leftSideBarVisible_63pti_48 ._PuckHeader-leftSideBarToggle_63pti_48 {
2054
+ color: var(--puck-color-black);
2055
+ }
2056
+ ._PuckHeader-rightSideBarToggle_63pti_47,
2057
+ ._PuckHeader-leftSideBarToggle_63pti_48 {
1808
2058
  display: none;
1809
2059
  }
1810
- ._ComponentList--isExpanded_1rrlt_5 > ._ComponentList-content_1rrlt_9 {
1811
- display: block;
2060
+ @media (min-width: 638px) {
2061
+ ._PuckHeader-rightSideBarToggle_63pti_47,
2062
+ ._PuckHeader-leftSideBarToggle_63pti_48 {
2063
+ display: block;
2064
+ }
1812
2065
  }
1813
- ._ComponentList-title_1rrlt_17 {
1814
- background-color: transparent;
1815
- border: 0;
2066
+ ._PuckHeader-title_63pti_64 {
2067
+ align-self: center;
2068
+ }
2069
+ ._PuckHeader-path_63pti_68 {
2070
+ font-family: var(--puck-font-family-monospaced);
2071
+ font-size: var(--puck-font-size-xxs);
2072
+ font-weight: normal;
2073
+ word-break: break-all;
2074
+ }
2075
+ ._PuckHeader-tools_63pti_75 {
2076
+ display: flex;
2077
+ gap: 16px;
2078
+ justify-content: flex-end;
2079
+ }
2080
+ ._PuckHeader-menuButton_63pti_81 {
1816
2081
  color: var(--puck-color-grey-05);
1817
- cursor: pointer;
2082
+ margin-inline-start: -4px;
2083
+ }
2084
+ ._PuckHeader--menuOpen_63pti_86 ._PuckHeader-menuButton_63pti_81 {
2085
+ color: var(--puck-color-black);
2086
+ }
2087
+ @media (min-width: 638px) {
2088
+ ._PuckHeader-menuButton_63pti_81 {
2089
+ display: none;
2090
+ }
2091
+ }
2092
+
2093
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/SidebarSection/styles.module.css/#css-module-data */
2094
+ ._SidebarSection_5otpt_1 {
1818
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;
1819
2126
  font: inherit;
1820
- font-size: var(--puck-font-size-xxxs);
1821
- list-style: none;
1822
- margin-bottom: 6px;
1823
- padding: 8px;
1824
- text-transform: uppercase;
1825
- transition: background-color 50ms ease-in, color 50ms ease-in;
1826
- gap: 4px;
1827
- border-radius: 4px;
1828
- width: 100%;
2127
+ flex-shrink: 0;
2128
+ padding: 0;
2129
+ transition: color 50ms ease-in;
1829
2130
  }
1830
- ._ComponentList-title_1rrlt_17:focus-visible {
2131
+ ._SidebarSection-breadcrumbLabel_5otpt_33:focus-visible {
1831
2132
  outline: 2px solid var(--puck-color-azure-05);
1832
2133
  outline-offset: 2px;
1833
2134
  }
1834
2135
  @media (hover: hover) and (pointer: fine) {
1835
- ._ComponentList-title_1rrlt_17:hover {
1836
- background-color: var(--puck-color-azure-11);
1837
- color: var(--puck-color-azure-04);
2136
+ ._SidebarSection-breadcrumbLabel_5otpt_33:hover {
2137
+ color: var(--puck-color-azure-03);
1838
2138
  transition: none;
1839
2139
  }
1840
2140
  }
1841
- ._ComponentList-title_1rrlt_17:active {
1842
- background-color: var(--puck-color-azure-10);
2141
+ ._SidebarSection-breadcrumbLabel_5otpt_33:active {
2142
+ color: var(--puck-color-azure-02);
1843
2143
  transition: none;
1844
2144
  }
1845
- ._ComponentList-titleIcon_1rrlt_53 {
1846
- margin-inline-start: auto;
2145
+ ._SidebarSection-breadcrumbs_5otpt_62 {
2146
+ align-items: center;
2147
+ display: flex;
2148
+ gap: 4px;
1847
2149
  }
1848
-
1849
- /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Preview/styles.module.css/#css-module-data */
1850
- ._PuckPreview_z2rgu_1 {
1851
- position: relative;
1852
- height: 100%;
2150
+ ._SidebarSection-breadcrumb_5otpt_33 {
2151
+ align-items: center;
2152
+ display: flex;
2153
+ gap: 4px;
1853
2154
  }
1854
- ._PuckPreview-frame_z2rgu_6 {
1855
- border: none;
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;
1856
2163
  height: 100%;
1857
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;
1858
2171
  }
1859
2172
 
1860
- /* css-module:/home/runner/work/puck/puck/packages/core/components/LayerTree/styles.module.css/#css-module-data */
1861
- ._LayerTree_7rx04_1 {
1862
- color: var(--puck-color-grey-03);
1863
- font-family: var(--puck-font-family);
1864
- font-size: var(--puck-font-size-xxs);
1865
- margin: 0;
1866
- position: relative;
1867
- list-style: none;
1868
- padding: 0;
1869
- }
1870
- ._LayerTree-zoneTitle_7rx04_11 {
1871
- color: var(--puck-color-grey-05);
1872
- font-size: var(--puck-font-size-xxxs);
1873
- text-transform: uppercase;
1874
- }
1875
- ._LayerTree-helper_7rx04_17 {
1876
- text-align: center;
1877
- color: var(--puck-color-grey-07);
1878
- margin: 8px 4px;
1879
- }
1880
- ._Layer_7rx04_1 {
1881
- position: relative;
1882
- border: 1px solid transparent;
1883
- border-radius: 4px;
1884
- }
1885
- ._Layer-inner_7rx04_29 {
1886
- border: 1px solid transparent;
1887
- border-radius: 4px;
1888
- transition: color 50ms ease-in;
1889
- }
1890
- ._Layer--containsZone_7rx04_35 > ._Layer-inner_7rx04_29 {
1891
- padding-inline-start: 0;
1892
- }
1893
- ._Layer-clickable_7rx04_39 {
2173
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/Breadcrumbs/styles.module.css/#css-module-data */
2174
+ ._Breadcrumbs_1c9yh_1 {
1894
2175
  align-items: center;
2176
+ display: flex;
2177
+ gap: 4px;
2178
+ }
2179
+ ._Breadcrumbs-breadcrumbLabel_1c9yh_7 {
1895
2180
  background: none;
1896
2181
  border: 0;
1897
- border-radius: 4px;
1898
- color: inherit;
2182
+ border-radius: 2px;
2183
+ color: var(--puck-color-azure-04);
1899
2184
  cursor: pointer;
1900
- display: flex;
1901
2185
  font: inherit;
1902
- padding-inline-start: 12px;
1903
- padding-inline-end: 4px;
1904
- width: 100%;
2186
+ flex-shrink: 0;
2187
+ padding: 0;
2188
+ transition: color 50ms ease-in;
1905
2189
  }
1906
- ._Layer-clickable_7rx04_39:focus-visible {
2190
+ ._Breadcrumbs-breadcrumbLabel_1c9yh_7:focus-visible {
1907
2191
  outline: 2px solid var(--puck-color-azure-05);
1908
2192
  outline-offset: 2px;
1909
- position: relative;
1910
- z-index: 1;
1911
2193
  }
1912
2194
  @media (hover: hover) and (pointer: fine) {
1913
- ._Layer_7rx04_1:not(._Layer--isSelected_7rx04_61) > ._Layer-inner_7rx04_29:hover {
1914
- border-color: var(--puck-color-azure-10);
1915
- background: var(--puck-color-azure-11);
1916
- color: var(--puck-color-azure-04);
2195
+ ._Breadcrumbs-breadcrumbLabel_1c9yh_7:hover {
2196
+ color: var(--puck-color-azure-03);
1917
2197
  transition: none;
1918
2198
  }
1919
2199
  }
1920
- ._Layer--isSelected_7rx04_61 {
1921
- border-color: var(--puck-color-azure-08);
1922
- }
1923
- ._Layer--isSelected_7rx04_61 > ._Layer-inner_7rx04_29 {
1924
- background: var(--puck-color-azure-10);
2200
+ ._Breadcrumbs-breadcrumbLabel_1c9yh_7:active {
2201
+ color: var(--puck-color-azure-02);
2202
+ transition: none;
1925
2203
  }
1926
- ._Layer--isSelected_7rx04_61 > ._Layer-inner_7rx04_29 > ._Layer-clickable_7rx04_39 > ._Layer-chevron_7rx04_77,
1927
- ._Layer--childIsSelected_7rx04_78 > ._Layer-inner_7rx04_29 > ._Layer-clickable_7rx04_39 > ._Layer-chevron_7rx04_77 {
1928
- transform: scaleY(-1);
2204
+ ._Breadcrumbs-breadcrumb_1c9yh_7 {
2205
+ align-items: center;
2206
+ display: flex;
2207
+ gap: 4px;
1929
2208
  }
1930
- ._Layer-zones_7rx04_82 {
1931
- display: none;
1932
- margin-inline-start: 12px;
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;
1933
2213
  }
1934
- ._Layer--isSelected_7rx04_61 > ._Layer-zones_7rx04_82,
1935
- ._Layer--childIsSelected_7rx04_78 > ._Layer-zones_7rx04_82 {
1936
- display: block;
2214
+ ._ViewportControls--fullScreen_e3unb_5 {
2215
+ border-radius: 32px;
2216
+ display: flex;
2217
+ position: absolute;
2218
+ bottom: 12px;
2219
+ right: 12px;
2220
+ overflow: hidden;
1937
2221
  }
1938
- ._Layer-zones_7rx04_82 > ._LayerTree_7rx04_1 {
1939
- margin-inline-start: 12px;
2222
+ ._ViewportControls-toggleButton_e3unb_14 {
2223
+ display: none;
1940
2224
  }
1941
- ._Layer-title_7rx04_96,
1942
- ._LayerTree-zoneTitle_7rx04_11 {
1943
- display: flex;
1944
- gap: 8px;
2225
+ ._ViewportControls--fullScreen_e3unb_5 ._ViewportControls-toggleButton_e3unb_14 {
1945
2226
  align-items: center;
1946
- margin: 8px 4px;
1947
- overflow-x: hidden;
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;
1948
2237
  }
1949
- ._Layer-name_7rx04_105 {
1950
- overflow-x: hidden;
1951
- text-overflow: ellipsis;
1952
- white-space: nowrap;
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);
1953
2242
  }
1954
- ._Layer-icon_7rx04_111 {
1955
- color: var(--puck-color-rose-07);
1956
- margin-top: 4px;
2243
+ ._ViewportControls--isExpanded_e3unb_38 ._ViewportControls-toggleButton_e3unb_14 {
2244
+ background-color: var(--puck-color-grey-03);
1957
2245
  }
1958
- ._Layer-zoneIcon_7rx04_116 {
1959
- color: var(--puck-color-grey-08);
1960
- margin-top: 4px;
2246
+ ._ViewportControls-actions_e3unb_42 {
2247
+ display: flex;
1961
2248
  }
1962
-
1963
- /* css-module:/home/runner/work/puck/puck/packages/core/components/ViewportControls/styles.module.css/#css-module-data */
1964
- ._ViewportControls_gejzr_1 {
2249
+ ._ViewportControls-actionsInner_e3unb_46 {
1965
2250
  display: flex;
1966
- background: var(--puck-color-grey-11);
1967
2251
  box-sizing: border-box;
1968
- border-inline-start: 2px solid var(--puck-color-grey-11);
1969
2252
  justify-content: center;
1970
- gap: 8px;
1971
- min-width: 358px;
1972
- padding-bottom: 16px;
1973
- padding-inline-start: var(--puck-space-px);
1974
- padding-inline-end: var(--puck-space-px);
1975
- z-index: 1;
2253
+ margin-left: auto;
2254
+ margin-right: auto;
2255
+ z-index: 0;
2256
+ overflow: hidden;
1976
2257
  }
1977
- ._ViewportControls-divider_gejzr_15 {
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 {
1978
2274
  border-inline-end: 1px solid var(--puck-color-grey-09);
1979
- margin-inline-start: 8px;
1980
- margin-inline-end: 8px;
2275
+ margin-bottom: 8px;
2276
+ margin-top: 8px;
1981
2277
  }
1982
- ._ViewportControls-zoomSelect_gejzr_21 {
2278
+ ._ViewportControls-zoomSelect_e3unb_81 {
1983
2279
  appearance: none;
1984
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;
1985
2281
  background-size: 10px;
@@ -1988,44 +2284,72 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
1988
2284
  border: 0;
1989
2285
  font-size: var(--puck-font-size-xxxs);
1990
2286
  padding: 0;
2287
+ padding-left: 8px;
1991
2288
  width: 96px;
1992
2289
  }
1993
- ._ViewportControls-zoomSelect_gejzr_21:dir(rtl) {
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) {
1994
2301
  background-position: 12px calc(50% + 3px);
1995
2302
  }
1996
- ._ViewportButton--isActive_gejzr_38 ._ViewportButton-inner_gejzr_38 {
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 {
1997
2311
  color: var(--puck-color-azure-04);
1998
2312
  }
1999
2313
 
2000
2314
  /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Canvas/styles.module.css/#css-module-data */
2001
- ._PuckCanvas_18jay_1 {
2315
+ ._PuckCanvas_t6s9b_1 {
2002
2316
  background: var(--puck-color-grey-11);
2003
2317
  display: flex;
2004
2318
  grid-area: editor;
2005
2319
  flex-direction: column;
2006
2320
  padding: var(--puck-space-px);
2321
+ position: relative;
2007
2322
  overflow: auto;
2008
2323
  }
2009
2324
  @media (min-width: 1198px) {
2010
- ._PuckCanvas_18jay_1 {
2325
+ ._PuckCanvas_t6s9b_1 {
2011
2326
  padding: calc(var(--puck-space-px) * 1.5);
2012
- padding-top: var(--puck-space-px);
2327
+ padding-top: calc(var(--puck-space-px) * 0.5);
2013
2328
  }
2014
- ._PuckCanvas_18jay_1:not(._PuckCanvas_18jay_1:has(._PuckCanvas-controls_18jay_16)) {
2329
+ ._PuckCanvas_t6s9b_1:not(._PuckCanvas_t6s9b_1:has(._PuckCanvas-controls_t6s9b_17)) {
2015
2330
  padding-top: calc(var(--puck-space-px) * 1.5);
2016
2331
  }
2017
2332
  }
2018
- ._PuckCanvas-inner_18jay_21 {
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 {
2019
2343
  display: flex;
2020
2344
  height: 100%;
2021
2345
  justify-content: center;
2022
- min-width: 358px;
2346
+ min-width: 288px;
2023
2347
  position: relative;
2024
2348
  width: 100%;
2025
2349
  }
2026
- ._PuckCanvas-root_18jay_30 {
2350
+ ._PuckCanvas-root_t6s9b_42 {
2027
2351
  background: white;
2028
- border: 1px solid var(--puck-color-grey-09);
2352
+ outline: 1px solid var(--puck-color-grey-09);
2029
2353
  box-sizing: content-box;
2030
2354
  min-width: 321px;
2031
2355
  position: absolute;
@@ -2036,20 +2360,20 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
2036
2360
  opacity: 0;
2037
2361
  }
2038
2362
  @media (min-width: 1198px) {
2039
- ._PuckCanvas-root_18jay_30 {
2363
+ ._PuckCanvas-root_t6s9b_42 {
2040
2364
  min-width: unset;
2041
2365
  }
2042
2366
  }
2043
2367
  @media (prefers-reduced-motion: reduce) {
2044
- ._PuckCanvas-root_18jay_30 {
2368
+ ._PuckCanvas-root_t6s9b_42 {
2045
2369
  transition: none !important;
2046
2370
  }
2047
2371
  }
2048
- ._PuckCanvas--ready_18jay_55 ._PuckCanvas-root_18jay_30 {
2372
+ ._PuckCanvas--ready_t6s9b_67 ._PuckCanvas-root_t6s9b_42 {
2049
2373
  pointer-events: unset;
2050
2374
  opacity: 1;
2051
2375
  }
2052
- ._PuckCanvas-loader_18jay_60 {
2376
+ ._PuckCanvas-loader_t6s9b_72 {
2053
2377
  align-items: center;
2054
2378
  color: var(--puck-color-grey-06);
2055
2379
  display: flex;
@@ -2058,112 +2382,20 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
2058
2382
  transition: opacity 250ms ease-out;
2059
2383
  opacity: 0;
2060
2384
  }
2061
- ._PuckCanvas--showLoader_18jay_70 ._PuckCanvas-loader_18jay_60 {
2385
+ ._PuckCanvas--showLoader_t6s9b_82 ._PuckCanvas-loader_t6s9b_72 {
2062
2386
  opacity: 1;
2063
2387
  }
2064
- ._PuckCanvas--showLoader_18jay_70._PuckCanvas--ready_18jay_55 ._PuckCanvas-loader_18jay_60 {
2388
+ ._PuckCanvas--showLoader_t6s9b_82._PuckCanvas--ready_t6s9b_67 ._PuckCanvas-loader_t6s9b_72 {
2065
2389
  opacity: 0;
2066
2390
  height: 0;
2067
2391
  transition: none;
2068
2392
  }
2069
-
2070
- /* css-module:/home/runner/work/puck/puck/packages/core/components/MenuBar/styles.module.css/#css-module-data */
2071
- ._MenuBar_8pf8c_1 {
2072
- background-color: var(--puck-color-white);
2073
- border-bottom: 1px solid var(--puck-color-grey-09);
2074
- display: none;
2075
- left: 0;
2076
- margin-top: 1px;
2077
- padding: 8px 16px;
2078
- position: absolute;
2079
- right: 0;
2080
- top: 100%;
2081
- z-index: 2;
2082
- }
2083
- ._MenuBar--menuOpen_8pf8c_14 {
2084
- display: block;
2085
- }
2086
- @media (min-width: 638px) {
2087
- ._MenuBar_8pf8c_1 {
2088
- border: none;
2089
- display: block;
2090
- margin-top: 0;
2091
- overflow-y: visible;
2092
- padding: 0;
2093
- position: static;
2094
- }
2095
- }
2096
- ._MenuBar-inner_8pf8c_29 {
2097
- align-items: center;
2098
- display: flex;
2099
- flex-wrap: wrap;
2100
- gap: 8px 16px;
2101
- justify-content: flex-end;
2102
- }
2103
- @media (min-width: 638px) {
2104
- ._MenuBar-inner_8pf8c_29 {
2105
- display: flex;
2106
- flex-direction: row;
2107
- flex-wrap: nowrap;
2108
- }
2109
- }
2110
- ._MenuBar-history_8pf8c_45 {
2111
- display: flex;
2112
- }
2113
-
2114
- /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Header/styles.module.css/#css-module-data */
2115
- ._PuckHeader_15xnq_1 {
2116
- background: var(--puck-color-white);
2117
- border-bottom: 1px solid var(--puck-color-grey-09);
2118
- color: var(--puck-color-black);
2119
- grid-area: header;
2120
- position: relative;
2121
- max-width: 100vw;
2122
- }
2123
- ._PuckHeader-inner_15xnq_10 {
2124
- align-items: end;
2125
- display: grid;
2126
- gap: var(--puck-space-px);
2127
- grid-template-areas: "left middle right";
2128
- grid-template-columns: 1fr auto 1fr;
2129
- grid-template-rows: auto;
2130
- padding: var(--puck-space-px);
2131
- }
2132
- ._PuckHeader-toggle_15xnq_20 {
2133
- color: var(--puck-color-grey-05);
2134
- display: flex;
2135
- margin-inline-start: -4px;
2136
- padding-top: 2px;
2137
- }
2138
- ._PuckHeader--rightSideBarVisible_15xnq_27 ._PuckHeader-rightSideBarToggle_15xnq_27,
2139
- ._PuckHeader--leftSideBarVisible_15xnq_28 ._PuckHeader-leftSideBarToggle_15xnq_28 {
2140
- color: var(--puck-color-black);
2141
- }
2142
- ._PuckHeader-title_15xnq_32 {
2143
- align-self: center;
2144
- }
2145
- ._PuckHeader-path_15xnq_36 {
2146
- font-family: var(--puck-font-family-monospaced);
2147
- font-size: var(--puck-font-size-xxs);
2148
- font-weight: normal;
2149
- word-break: break-all;
2150
- }
2151
- ._PuckHeader-tools_15xnq_43 {
2152
- display: flex;
2153
- gap: 16px;
2154
- justify-content: flex-end;
2155
- }
2156
- ._PuckHeader-menuButton_15xnq_49 {
2157
- color: var(--puck-color-grey-05);
2158
- margin-inline-start: -4px;
2159
- }
2160
- ._PuckHeader--menuOpen_15xnq_54 ._PuckHeader-menuButton_15xnq_49 {
2161
- color: var(--puck-color-black);
2393
+ ._PuckCanvas-controls_t6s9b_17 {
2394
+ padding-bottom: calc(var(--puck-space-px) * 0.5);
2162
2395
  }
2163
- @media (min-width: 638px) {
2164
- ._PuckHeader-menuButton_15xnq_49 {
2165
- display: none;
2166
- }
2396
+ ._PuckCanvas--fullScreen_t6s9b_22 ._PuckCanvas-controls_t6s9b_17 {
2397
+ padding-bottom: 0;
2398
+ z-index: 1;
2167
2399
  }
2168
2400
 
2169
2401
  /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/ResizeHandle/styles.module.css/#css-module-data */
@@ -2200,31 +2432,198 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
2200
2432
  }
2201
2433
 
2202
2434
  /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Sidebar/styles.module.css/#css-module-data */
2203
- ._Sidebar_1xksb_1 {
2435
+ ._Sidebar_o396p_1 {
2436
+ border-block-start: 1px solid var(--puck-color-grey-09);
2204
2437
  position: relative;
2205
- display: flex;
2438
+ display: none;
2206
2439
  flex-direction: column;
2207
2440
  overflow-y: auto;
2208
2441
  }
2209
- ._Sidebar--left_1xksb_8 {
2442
+ ._Sidebar--isVisible_o396p_9 {
2443
+ display: flex;
2444
+ }
2445
+ ._Sidebar--left_o396p_13 {
2210
2446
  background: var(--puck-color-grey-12);
2211
- border-inline-end: 1px solid var(--puck-color-grey-09);
2212
2447
  grid-area: left;
2213
2448
  }
2214
- ._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 {
2215
2456
  background: var(--puck-color-white);
2216
- border-inline-start: 1px solid var(--puck-color-grey-09);
2217
2457
  grid-area: right;
2218
2458
  }
2219
- ._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 {
2220
2466
  position: absolute;
2221
2467
  height: 100%;
2222
2468
  }
2223
- ._Sidebar--left_1xksb_8 + ._Sidebar-resizeHandle_1xksb_20 {
2469
+ ._Sidebar--left_o396p_13 + ._Sidebar-resizeHandle_o396p_37 {
2224
2470
  grid-area: left;
2225
2471
  justify-self: end;
2226
2472
  }
2227
- ._Sidebar--right_1xksb_14 + ._Sidebar-resizeHandle_1xksb_20 {
2473
+ ._Sidebar--right_o396p_25 + ._Sidebar-resizeHandle_o396p_37 {
2228
2474
  grid-area: right;
2229
2475
  justify-self: start;
2230
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
+ }